From 325234eacd8099384c0f8d918f96f412e4dcafe3 Mon Sep 17 00:00:00 2001 From: AurelienLesage <2001aurelien.lesage@gmail.com> Date: Sun, 12 May 2024 13:12:59 +0200 Subject: [PATCH] Fix the antenna (Implies a change in PCB routing)+ improve readme (add a tutorial to make the board on eurocicruit). --- .../Astroplant_AL.csv | 78 +- .../Astroplant_AL.kicad_pcb | 30523 +++-- .../Astroplant_AL.kicad_prl | 2 +- .../Astroplant_AL.kicad_pro | 69 +- .../Astroplant_AL.xml | 1227 +- .../SamacSys_Parts.3dshapes/142-0701-801.stp | 2895 + .../MLPF-WB55-01E3.stp | 3411 + .../Library/SamacSys_Parts.dcm | 12 + .../Library/SamacSys_Parts.kicad_sym | 5928 +- .../Library/SamacSys_Parts.lib | 49 + .../142-0701-851.kicad_mod | 28 + .../60312202114509.kicad_mod | 39 + .../MLPFWB5501E3.kicad_mod | 37 + .../Microcontroller.kicad_sch | 2477 +- .../Drill v07/Astroplant_AL-NPTH-drl_map.gbr | 956 - .../Outputs/Drill v07/Astroplant_AL-NPTH.drl | 18 - .../Drill v07/Astroplant_AL-PTH-drl_map.gbr | 5398 - .../Outputs/Drill v07/Astroplant_AL-PTH.drl | 370 - .../Outputs/GERBER v07/Astroplant_AL-B_Cu.gbr | 13988 +-- .../GERBER v07/Astroplant_AL-B_Mask.gbr | 144 +- .../GERBER v07/Astroplant_AL-B_Paste.gbr | 10 +- .../GERBER v07/Astroplant_AL-B_Silkscreen.gbr | 4 +- .../GERBER v07/Astroplant_AL-Edge_Cuts.gbr | 4 +- .../Outputs/GERBER v07/Astroplant_AL-F_Cu.gbr | 41030 ++++--- .../GERBER v07/Astroplant_AL-F_Mask.gbr | 402 +- .../GERBER v07/Astroplant_AL-F_Paste.gbr | 264 +- .../GERBER v07/Astroplant_AL-F_Silkscreen.gbr | 33730 +++--- .../GERBER v07/Astroplant_AL-NPTH-drl_map.gbr | 956 - .../Outputs/GERBER v07/Astroplant_AL-NPTH.drl | 4 +- .../GERBER v07/Astroplant_AL-PTH-drl_map.gbr | 5398 - .../Outputs/GERBER v07/Astroplant_AL-PTH.drl | 252 +- .../GERBER v07/Astroplant_AL-job.gbrjob | 16 +- .../Outputs/GERBER v07/Readme.txt | 2 +- .../Outputs/Pkp v07/Astroplant_AL-all-pos.csv | 96 - .../Outputs/Pkp v07/Astroplant_AL-all.pos | 102 +- .../Outputs/Pkp v07/Astroplant_AL-bottom.pos | 6 - .../Outputs/Pkp v07/Astroplant_AL-top.pos | 102 - .../README.md | 15 + .../bom/bom_generator_astroplant.py | 7 +- .../bom/ibom.html | 4562 + .../fp-info-cache | 92172 +--------------- .../power.kicad_sch | 57 +- .../sym-lib-table | 2 +- 43 files changed, 71930 insertions(+), 174912 deletions(-) create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/142-0701-801.stp create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/MLPF-WB55-01E3.stp create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/142-0701-851.kicad_mod create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/60312202114509.kicad_mod create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/MLPFWB5501E3.kicad_mod delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH-drl_map.gbr delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH.drl delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH-drl_map.gbr delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH.drl delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH-drl_map.gbr delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH-drl_map.gbr delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all-pos.csv delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-bottom.pos delete mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-top.pos create mode 100644 Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/ibom.html diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.csv b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.csv index 5f184df..b0d0eff 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.csv +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.csv @@ -1,43 +1,37 @@ -"Date:","12/22/2023 2:52:37 PM" +"Date:","5/12/2024 12:24:48 PM" "Tool:","Eeschema 7.0.7" -"Generator:","C:\Users\Aurel\Documents\Astroplant\Hardware\Depository_astroplant_hardware\astroplant-hardware\Electronics\PCB\AstroPlant_ExtensionBoard\astroplant-extension-board-mk0-7\bom/bom_generator_astroplant.py" -"Component Count:","100" -"Ref","Qnty","Value","MPN" -"AE1","1","Antenna","","" -"C1, C2, C5, C9, C10, C11, C12, C14, C17, C18","10","VJ0603Y104MXJCW1BC","VJ0603Y104MXJCW1BC","" -"C3","1","875115150005","875115150005","" -"C4","1","875115652007","875115652007","" -"C6, C19, C20, C21","4","GRM1555C1H1R2WA01D","GRM1555C1H1R2WA01D","" -"C7","1","GRM1555C1HR30WA01D","GRM1555C1HR30WA01D","" -"C8","1","GRM1555C1HR80BA01D","GRM1555C1HR80BA01D","" -"C13","1","VJ0603Y101KXQPW1BC","VJ0603Y101KXQPW1BC","" -"C15, C16","2","GRM185R61C105KE44D","GRM185R61C105KE44D","" -"D1","1","BAT54KFILM","BAT54KFILM","" -"D2, D3, D4","3","S1A-13-F","S1A-13-F","" -"D5","1","SML-D12D8WT8","SML-D12D8WT8","" -"D6","1","SMLEN3BC8TT86","SMLEN3BC8TT86","" -"FL1","1","DEA162450BT-1260B2","","" -"J1","1","B6B-XH-A(LF)(SN)","B6B-XH-A(LF)(SN)","" -"J2","1","61304021121","61304021121","" -"J3, J4, J7, J9","4","B3B-XH-A(LF)(SN) ","B3B-XH-A(LF)(SN) ","" -"J5, J8, J11, J16, J17, J18, J19","7","B2B-XH-A(LF)(SN) ","B2B-XH-A(LF)(SN) ","" -"J10","1","B4B-XH-A(LF)(SN)","B4B-XH-A(LF)(SN)","" -"J12","1","CONUFL001-SMD-T","CONUFL001-SMD-T","" -"J13","1","B5B-XH-A(LF)(SN)","B5B-XH-A(LF)(SN)","" -"J14","1","61300621121","61300621121","" -"J15","1","ZX62D-B-5PA8_30_","","" -"J20, J21","2","691102710002","691102710002","" -"J22, J23, J24, J25, J26, J27","6","B4B-XH-A(LF)(SN) ","B4B-XH-A(LF)(SN) ","" -"JP5","1","61300311121","61300311121","" -"L1, L3","2","LQG15HS3N6S02D","LQG15HS3N6S02D","" -"L2","1","LQG15HS2N7S02J","LQG15HS2N7S02J","" -"PS1","1","LD39050PU33R","LD39050PU33R","" -"Q1, Q2, Q3, Q4, Q5","5","IRLML6344TRPBF","IRLML6344TRPBF","" -"R1, R2, R3, R4, R5, R7, R8, R9, R10, R12, R24","11","CRCW060310K0DHEAP","CRCW060310K0DHEAP","" -"R6, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23","12","CRCW06031K00DHEBP","CRCW06031K00DHEBP","" -"R11, R27","2","CRCW0603180RFKEA","CRCW0603180RFKEA","" -"R25, R26","2","CRCW04020000Z0EDC","CRCW04020000Z0EDC","" -"SW1, SW2, SW3, SW4, SW5","5","430156043726","430156043726","" -"U1","1","USBLC6-2SC6","USBLC6-2SC6","" -"U2","1","STM32WB55RGV6","STM32WB55RGV6","" -"Y1","1","NX2016SA-32M-EXS00A-CS06465","","" +"Component Count:","92" +"Ref","Qnty","MPN" +"C1, C2, C5, C9, C10, C11, C12, C14, C17, C18","10","GPC0603104-25 ","" +"C3","1","875115150005","" +"C4","1","875115652007","" +"C6, C7","2","GPC0603475-10 ","" +"C8, C13","2","GPC0603101","" +"C15, C16","2","GPC0603105-16","" +"D1","1","RB521S30T1G","" +"D2, D3, D4","3","S1A-13-F","" +"D5","1","SML-D12D8WT86C","" +"D6","1","150060BS55040","" +"FL2","1","MLPF-WB55-01E3","" +"J1","1","B6B-XH-A(LF)(SN)","" +"J2","1","61304021121","" +"J3, J4, J7, J9","4","B3B-XH-A(LF)(SN) ","" +"J5, J8, J11, J16, J17, J18, J19","7","B2B-XH-A(LF)(SN) ","" +"J6","1","60312202114509","" +"J10","1","B4B-XH-A(LF)(SN)","" +"J13","1","B5B-XH-A(LF)(SN)","" +"J14","1","61300621121","" +"J15","1","ZX62D-B-5PA8(30)","" +"J20, J21","2","691102710002","" +"J22, J23, J24, J25, J26, J27","6","B4B-XH-A(LF)(SN) ","" +"JP5","1","61300311121","" +"L1","1","LBR2012T100K","" +"PS1","1","LD39050PU33R","" +"Q1, Q2, Q3, Q4, Q5","5","IRLML6344TRPBF","" +"R1, R2, R3, R4, R5, R7, R8, R9, R10, R12, R24","11","GPR060310K","" +"R6, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23","12","GPR06031K","" +"R11, R27","2","GPR0603180R","" +"SW1, SW2, SW3, SW4, SW5","5","430156043726","" +"U1","1","USBLC6-2SC6","" +"U2","1","STM32WB55RGV6","" +"Y1","1","NX2016SA-32M-EXS00A-CS06465","" diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pcb b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pcb index 774b80a..e0b50cd 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pcb +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pcb @@ -1,7 +1,7 @@ (kicad_pcb (version 20221018) (generator pcbnew) (general - (thickness 1.6) + (thickness 1.663) ) (paper "A4") @@ -45,11 +45,11 @@ (stackup (layer "F.SilkS" (type "Top Silk Screen")) (layer "F.Paste" (type "Top Solder Paste")) - (layer "F.Mask" (type "Top Solder Mask") (thickness 0.01)) - (layer "F.Cu" (type "copper") (thickness 0.035)) - (layer "dielectric 1" (type "core") (thickness 1.51) (material "FR4") (epsilon_r 4.5) (loss_tangent 0.02)) - (layer "B.Cu" (type "copper") (thickness 0.035)) - (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.01)) + (layer "F.Mask" (type "Top Solder Mask") (thickness 0.03)) + (layer "F.Cu" (type "copper") (thickness 0.048)) + (layer "dielectric 1" (type "core") (thickness 1.507) (material "FR4") (epsilon_r 4.7) (loss_tangent 0.02)) + (layer "B.Cu" (type "copper") (thickness 0.048)) + (layer "B.Mask" (type "Bottom Solder Mask") (thickness 0.03)) (layer "B.Paste" (type "Bottom Solder Paste")) (layer "B.SilkS" (type "Bottom Silk Screen")) (copper_finish "None") @@ -57,7 +57,7 @@ ) (pad_to_mask_clearance 0) (aux_axis_origin -0.265 -0.12) - (grid_origin 177.8 50.8) + (grid_origin 84.582 107.442) (pcbplotparams (layerselection 0x00010fc_ffffffff) (plot_on_all_layers_selection 0x0000000_00000000) @@ -100,106 +100,104 @@ (net 3 "+3V3") (net 4 "5V_IN") (net 5 "+24V") - (net 6 "Net-(AE1-A)") - (net 7 "Net-(FL1-OUT)") - (net 8 "Net-(D2-A)") - (net 9 "Net-(D3-A)") - (net 10 "Net-(U2-RF1)") - (net 11 "Net-(D4-A)") - (net 12 "Net-(D5-A)") - (net 13 "Net-(FL1-IN)") - (net 14 "3.3V_RPi") - (net 15 "3.3V_Generated") - (net 16 "SCL") - (net 17 "GPIO4") - (net 18 "TX") - (net 19 "RX") - (net 20 "GPIO17") - (net 21 "GPIO18") - (net 22 "GPIO27") - (net 23 "GPIO22") - (net 24 "GPIO23") - (net 25 "GPIO24") - (net 26 "MOSI") - (net 27 "MISO") - (net 28 "GPIO25") - (net 29 "SCLK") - (net 30 "CE0") - (net 31 "GPIO7") - (net 32 "unconnected-(J2-ID_SD{slash}GPIO0-Pad27)") - (net 33 "unconnected-(J2-ID_SC{slash}GPIO1-Pad28)") - (net 34 "GPIO5") - (net 35 "GPIO6") - (net 36 "GPIO12") - (net 37 "GPIO13") - (net 38 "GPIO19") - (net 39 "GPIO16") - (net 40 "GPIO26") - (net 41 "GPIO20") - (net 42 "GPIO21") - (net 43 "+5V") - (net 44 "SDA_5V") - (net 45 "SCL_5V") - (net 46 "Net-(J15-Pad2)") - (net 47 "unconnected-(PS1-PG-Pad3)") - (net 48 "unconnected-(PS1-NC-Pad5)") - (net 49 "Net-(U2-PA3)") - (net 50 "Net-(U2-PA0)") - (net 51 "Net-(U2-PA1)") - (net 52 "Net-(U2-PA2)") - (net 53 "Net-(U2-PC12)") - (net 54 "Net-(U2-PC13)") - (net 55 "Net-(U2-PC14)") - (net 56 "Net-(U2-PC15)") - (net 57 "Net-(U2-PC11)") - (net 58 "Net-(U2-PC10)") - (net 59 "Net-(U2-PC6)") - (net 60 "Net-(U2-PC5)") - (net 61 "Net-(U2-PA12)") - (net 62 "Net-(U2-PA11)") - (net 63 "unconnected-(U2-PB9-Pad7)") - (net 64 "unconnected-(U2-PC0-Pad9)") - (net 65 "unconnected-(U2-PC1-Pad10)") - (net 66 "unconnected-(U2-PC2-Pad11)") - (net 67 "unconnected-(U2-PC3-Pad12)") - (net 68 "unconnected-(U2-VREF+-Pad13)") - (net 69 "unconnected-(U2-PC4-Pad25)") - (net 70 "unconnected-(U2-PB11-Pad29)") - (net 71 "Net-(U2-OSC_OUT)") - (net 72 "Net-(U2-OSC_IN)") - (net 73 "unconnected-(U2-AT0-Pad36)") - (net 74 "unconnected-(U2-AT1-Pad37)") - (net 75 "unconnected-(U2-PE4-Pad40)") - (net 76 "unconnected-(U2-PB12-Pad46)") - (net 77 "unconnected-(U2-PB13-Pad47)") - (net 78 "unconnected-(U2-PB14-Pad48)") - (net 79 "unconnected-(U2-PB15-Pad49)") - (net 80 "unconnected-(U2-PA13-Pad54)") - (net 81 "unconnected-(U2-PA14-Pad56)") - (net 82 "unconnected-(U2-PA15-Pad57)") - (net 83 "unconnected-(U2-PD0-Pad61)") - (net 84 "unconnected-(U2-PD1-Pad62)") - (net 85 "Net-(D6-A)") - (net 86 "unconnected-(U2-PB4-Pad64)") - (net 87 "unconnected-(U2-PB7-Pad67)") - (net 88 "Net-(U2-NRST)") - (net 89 "Net-(D1-Pad1)") - (net 90 "Net-(U2-PH3)") - (net 91 "SDA") - (net 92 "Net-(J12-SIG)") - (net 93 "5V_USB") - (net 94 "Net-(C19-Pad1)") - (net 95 "Net-(C21-Pad1)") - (net 96 "Net-(J15-Pad3)") - (net 97 "Net-(J15-Pad4)") - (net 98 "Net-(U2-PB3)") + (net 6 "Net-(D2-A)") + (net 7 "Net-(D3-A)") + (net 8 "Net-(D4-A)") + (net 9 "Net-(D5-A)") + (net 10 "3.3V_RPi") + (net 11 "3.3V_Generated") + (net 12 "SCL") + (net 13 "GPIO4") + (net 14 "TX") + (net 15 "RX") + (net 16 "GPIO17") + (net 17 "GPIO18") + (net 18 "GPIO27") + (net 19 "GPIO22") + (net 20 "GPIO23") + (net 21 "GPIO24") + (net 22 "MOSI") + (net 23 "MISO") + (net 24 "GPIO25") + (net 25 "SCLK") + (net 26 "CE0") + (net 27 "GPIO7") + (net 28 "unconnected-(J2-ID_SD{slash}GPIO0-Pad27)") + (net 29 "unconnected-(J2-ID_SC{slash}GPIO1-Pad28)") + (net 30 "GPIO5") + (net 31 "GPIO6") + (net 32 "GPIO12") + (net 33 "GPIO13") + (net 34 "GPIO19") + (net 35 "GPIO16") + (net 36 "GPIO26") + (net 37 "GPIO20") + (net 38 "GPIO21") + (net 39 "+5V") + (net 40 "SDA_5V") + (net 41 "SCL_5V") + (net 42 "Net-(J15-Pad2)") + (net 43 "unconnected-(PS1-PG-Pad3)") + (net 44 "unconnected-(PS1-NC-Pad5)") + (net 45 "Net-(U2-PA3)") + (net 46 "Net-(U2-PA0)") + (net 47 "Net-(U2-PA1)") + (net 48 "Net-(U2-PA2)") + (net 49 "Net-(U2-PC12)") + (net 50 "Net-(U2-PC13)") + (net 51 "Net-(U2-PC14)") + (net 52 "Net-(U2-PC15)") + (net 53 "Net-(U2-PC11)") + (net 54 "Net-(U2-PC10)") + (net 55 "Net-(U2-PC6)") + (net 56 "Net-(U2-PC5)") + (net 57 "Net-(U2-PA12)") + (net 58 "Net-(U2-PA11)") + (net 59 "unconnected-(U2-PB9-Pad7)") + (net 60 "unconnected-(U2-PC0-Pad9)") + (net 61 "unconnected-(U2-PC1-Pad10)") + (net 62 "unconnected-(U2-PC2-Pad11)") + (net 63 "unconnected-(U2-PC3-Pad12)") + (net 64 "unconnected-(U2-VREF+-Pad13)") + (net 65 "unconnected-(U2-PC4-Pad25)") + (net 66 "unconnected-(U2-PB11-Pad29)") + (net 67 "Net-(U2-OSC_OUT)") + (net 68 "Net-(U2-OSC_IN)") + (net 69 "unconnected-(U2-AT0-Pad36)") + (net 70 "unconnected-(U2-AT1-Pad37)") + (net 71 "unconnected-(U2-PE4-Pad40)") + (net 72 "unconnected-(U2-PB12-Pad46)") + (net 73 "unconnected-(U2-PB13-Pad47)") + (net 74 "unconnected-(U2-PB14-Pad48)") + (net 75 "unconnected-(U2-PB15-Pad49)") + (net 76 "unconnected-(U2-PA13-Pad54)") + (net 77 "unconnected-(U2-PA14-Pad56)") + (net 78 "unconnected-(U2-PA15-Pad57)") + (net 79 "unconnected-(U2-PD0-Pad61)") + (net 80 "unconnected-(U2-PD1-Pad62)") + (net 81 "Net-(D6-A)") + (net 82 "unconnected-(U2-PB4-Pad64)") + (net 83 "unconnected-(U2-PB7-Pad67)") + (net 84 "Net-(U2-NRST)") + (net 85 "Net-(D1-Pad1)") + (net 86 "Net-(U2-PH3)") + (net 87 "SDA") + (net 88 "5V_USB") + (net 89 "Net-(J15-Pad3)") + (net 90 "Net-(J15-Pad4)") + (net 91 "Net-(U2-PB3)") + (net 92 "/Microcontroller/Ant_50Ohm") + (net 93 "/Microcontroller/Ant_62Ohm") + (net 94 "Net-(U2-VFBSMPS)") + (net 95 "Net-(U2-VLXSMPS)") (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") (tstamp 0443bde6-fc6a-4b16-9abf-98bac18f9560) (at 108.975 107.28 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -388,7 +386,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp f245bcb7-2953-4e5c-8b47-c79339c10ec8) ) @@ -419,7 +417,7 @@ (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp d1b3024f-6cb6-4dd8-a886-3d3a5a5cc5e2)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "Net-(U2-NRST)") (pintype "passive") (tstamp 9b7529bd-38bf-4367-96f6-85beeb9f912f)) + (net 84 "Net-(U2-NRST)") (pintype "passive") (tstamp 9b7529bd-38bf-4367-96f6-85beeb9f912f)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -432,7 +430,7 @@ (at 72.28 119.24 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -614,7 +612,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 8dd80b00-9682-48dd-b79b-a256f6d2087a) ) @@ -643,9 +641,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b2adb98-90d6-4de9-a2bf-52af6d0e5551)) (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 52 "Net-(U2-PA2)") (pintype "passive") (tstamp a60e6a2f-5914-4fc1-86bc-3efa13774fe6)) + (net 48 "Net-(U2-PA2)") (pintype "passive") (tstamp a60e6a2f-5914-4fc1-86bc-3efa13774fe6)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 41 "GPIO20") (pintype "passive") (tstamp d5aa9ce0-b066-4e06-bfa8-372c7f7f3c79)) + (net 37 "GPIO20") (pintype "passive") (tstamp d5aa9ce0-b066-4e06-bfa8-372c7f7f3c79)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -796,9 +794,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3b8efda4-0c64-4b75-9ff7-9058b5e2e3e1)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(D5-A)") (pintype "passive") (tstamp b65ff05e-0ad9-4718-899c-64d82c7f10bd)) + (net 9 "Net-(D5-A)") (pintype "passive") (tstamp b65ff05e-0ad9-4718-899c-64d82c7f10bd)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "+5V") (pintype "passive") (tstamp 865ea13b-1b23-48de-9b67-533ccba1c226)) + (net 39 "+5V") (pintype "passive") (tstamp 865ea13b-1b23-48de-9b67-533ccba1c226)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -806,159 +804,13 @@ ) ) - (footprint "SamacSys_Parts:LQG15WH0N7B02D" (layer "F.Cu") - (tstamp 0d164180-72f0-4d2c-976b-286cfe22f6e1) - (at 80.217407 115.902 180) - (descr "0402 (1005) T=0.5±0.05mm") - (tags "Inductor") - (property "Arrow Part Number" "LQG15HS3N6S02D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac") - (property "Height" "0.55") - (property "MPN" "LQG15HS3N6S02D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D") - (property "Mouser Part Number" "81-LQG15HS3N6S02D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/689aac25-1c10-4cca-ae00-96f6f9e4c38f") - (attr smd) - (fp_text reference "L3" (at 0 -0.762) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp cdc83c53-6207-4c8f-8406-54549440e47e) - (render_cache "L3" 0 - (polygon - (pts - (xy 79.812062 116.913) (xy 79.812062 116.303369) (xy 79.892076 116.303369) (xy 79.892076 116.842658) - (xy 80.189564 116.842658) (xy 80.189564 116.913) - ) - ) - (polygon - (pts - (xy 80.252871 116.754144) (xy 80.327023 116.744179) (xy 80.328687 116.751828) (xy 80.33049 116.759207) - (xy 80.332433 116.766314) (xy 80.334516 116.773149) (xy 80.336738 116.779713) (xy 80.3391 116.786006) - (xy 80.341601 116.792028) (xy 80.344243 116.797778) (xy 80.347023 116.803257) (xy 80.349944 116.808464) - (xy 80.354587 116.815767) (xy 80.359544 116.822459) (xy 80.364815 116.82854) (xy 80.370401 116.834011) - (xy 80.376288 116.838909) (xy 80.38241 116.843324) (xy 80.388767 116.847258) (xy 80.395357 116.850711) - (xy 80.402182 116.853681) (xy 80.409242 116.85617) (xy 80.416536 116.858177) (xy 80.424064 116.859703) - (xy 80.431827 116.860746) (xy 80.439824 116.861308) (xy 80.445286 116.861415) (xy 80.45178 116.861273) - (xy 80.458145 116.860848) (xy 80.464383 116.860138) (xy 80.470492 116.859144) (xy 80.476473 116.857866) - (xy 80.482325 116.856305) (xy 80.48805 116.854459) (xy 80.493646 116.85233) (xy 80.499114 116.849916) - (xy 80.504454 116.847219) (xy 80.509665 116.844238) (xy 80.514748 116.840972) (xy 80.519704 116.837423) - (xy 80.52453 116.83359) (xy 80.529229 116.829473) (xy 80.533799 116.825072) (xy 80.538165 116.820462) - (xy 80.542249 116.815716) (xy 80.546051 116.810835) (xy 80.549571 116.80582) (xy 80.55281 116.800669) - (xy 80.555768 116.795383) (xy 80.558443 116.789962) (xy 80.560837 116.784406) (xy 80.562949 116.778714) - (xy 80.56478 116.772888) (xy 80.566329 116.766927) (xy 80.567597 116.76083) (xy 80.568582 116.754598) - (xy 80.569286 116.748232) (xy 80.569709 116.74173) (xy 80.56985 116.735093) (xy 80.569719 116.72877) - (xy 80.569328 116.722589) (xy 80.568675 116.716548) (xy 80.567761 116.710647) (xy 80.566587 116.704888) - (xy 80.564335 116.696513) (xy 80.561497 116.688455) (xy 80.55807 116.680714) (xy 80.554057 116.673289) - (xy 80.549456 116.666181) (xy 80.544268 116.659391) (xy 80.538493 116.652917) (xy 80.536437 116.650829) - (xy 80.530014 116.644884) (xy 80.523274 116.639524) (xy 80.516217 116.634749) (xy 80.508843 116.630558) - (xy 80.501152 116.626952) (xy 80.493145 116.623931) (xy 80.484821 116.621494) (xy 80.479095 116.620195) - (xy 80.473229 116.619155) (xy 80.467221 116.618376) (xy 80.461073 116.617856) (xy 80.454785 116.617596) - (xy 80.451587 116.617563) (xy 80.444742 116.617764) (xy 80.437396 116.618365) (xy 80.431159 116.619134) - (xy 80.424601 116.62016) (xy 80.417723 116.621442) (xy 80.410524 116.622981) (xy 80.403004 116.624776) - (xy 80.399124 116.62577) (xy 80.407477 116.555868) (xy 80.413355 116.556368) (xy 80.419347 116.5566) - (xy 80.425245 116.556505) (xy 80.433949 116.556006) (xy 80.442483 116.55508) (xy 80.450847 116.553726) - (xy 80.459042 116.551944) (xy 80.467066 116.549735) (xy 80.47492 116.547098) (xy 80.482604 116.544033) - (xy 80.490118 116.540541) (xy 80.497463 116.536621) (xy 80.504637 116.532274) (xy 80.51142 116.527481) - (xy 80.517536 116.522224) (xy 80.522984 116.516503) (xy 80.527766 116.510319) (xy 80.53188 116.503672) - (xy 80.535327 116.49656) (xy 80.538107 116.488985) (xy 80.54022 116.480946) (xy 80.541666 116.472444) - (xy 80.542259 116.466518) (xy 80.542555 116.460386) (xy 80.542592 116.457242) (xy 80.542349 116.449835) - (xy 80.541618 116.442669) (xy 80.540401 116.435746) (xy 80.538697 116.429064) (xy 80.536506 116.422625) - (xy 80.533829 116.416428) (xy 80.530664 116.410473) (xy 80.527013 116.404761) (xy 80.522874 116.39929) - (xy 80.518249 116.394062) (xy 80.514895 116.390711) (xy 80.509588 116.385997) (xy 80.503997 116.381746) - (xy 80.498123 116.377959) (xy 80.491965 116.374636) (xy 80.485524 116.371777) (xy 80.4788 116.369381) - (xy 80.471793 116.367449) (xy 80.464502 116.365981) (xy 80.456927 116.364976) (xy 80.44907 116.364435) - (xy 80.443674 116.364332) (xy 80.435694 116.364569) (xy 80.427967 116.36528) (xy 80.420492 116.366465) - (xy 80.41327 116.368124) (xy 80.4063 116.370257) (xy 80.399583 116.372864) (xy 80.393118 116.375945) - (xy 80.386906 116.3795) (xy 80.380946 116.383529) (xy 80.375238 116.388032) (xy 80.371573 116.391297) - (xy 80.366342 116.39659) (xy 80.361474 116.402356) (xy 80.356969 116.408597) (xy 80.352827 116.415312) - (xy 80.349048 116.422501) (xy 80.345633 116.430163) (xy 80.342581 116.4383) (xy 80.340748 116.443988) - (xy 80.339076 116.449886) (xy 80.337566 116.455996) (xy 80.336218 116.462315) (xy 80.33503 116.468846) - (xy 80.334497 116.47219) (xy 80.260345 116.459001) (xy 80.262166 116.449862) (xy 80.264258 116.440985) - (xy 80.266622 116.432369) (xy 80.269257 116.424013) (xy 80.272163 116.415919) (xy 80.275341 116.408085) - (xy 80.27879 116.400513) (xy 80.28251 116.393202) (xy 80.286502 116.386152) (xy 80.290765 116.379362) - (xy 80.295299 116.372834) (xy 80.300105 116.366567) (xy 80.305182 116.360561) (xy 80.31053 116.354816) - (xy 80.31615 116.349332) (xy 80.322041 116.344109) (xy 80.32816 116.339176) (xy 80.334463 116.334561) - (xy 80.34095 116.330264) (xy 80.347622 116.326285) (xy 80.354478 116.322625) (xy 80.361519 116.319283) - (xy 80.368744 116.31626) (xy 80.376153 116.313554) (xy 80.383746 116.311167) (xy 80.391524 116.309098) - (xy 80.399486 116.307348) (xy 80.407633 116.305916) (xy 80.415963 116.304802) (xy 80.424479 116.304006) - (xy 80.433178 116.303528) (xy 80.442062 116.303369) (xy 80.448205 116.303452) (xy 80.454287 116.303699) - (xy 80.460308 116.304111) (xy 80.466269 116.304688) (xy 80.472169 116.30543) (xy 80.478009 116.306337) - (xy 80.483788 116.307409) (xy 80.492342 116.309325) (xy 80.50076 116.311613) (xy 80.509042 116.314271) - (xy 80.517186 116.3173) (xy 80.525195 116.320701) (xy 80.533067 116.324472) (xy 80.540698 116.328565) - (xy 80.547983 116.332932) (xy 80.554924 116.337571) (xy 80.561519 116.342483) (xy 80.56777 116.347669) - (xy 80.573675 116.353127) (xy 80.579235 116.358859) (xy 80.584449 116.364864) (xy 80.589319 116.371141) - (xy 80.593843 116.377692) (xy 80.596668 116.382211) (xy 80.600622 116.389093) (xy 80.604188 116.396054) - (xy 80.607364 116.403096) (xy 80.610152 116.410217) (xy 80.612551 116.417418) (xy 80.61456 116.424699) - (xy 80.616181 116.43206) (xy 80.617413 116.439501) (xy 80.618256 116.447022) (xy 80.618709 116.454622) - (xy 80.618796 116.459734) (xy 80.618612 116.466982) (xy 80.618059 116.474109) (xy 80.617138 116.481116) - (xy 80.615849 116.488001) (xy 80.614191 116.494765) (xy 80.612165 116.501408) (xy 80.609771 116.50793) - (xy 80.607008 116.514331) (xy 80.603877 116.520611) (xy 80.600378 116.52677) (xy 80.59784 116.530808) - (xy 80.593732 116.536684) (xy 80.589265 116.54233) (xy 80.584441 116.547747) (xy 80.579258 116.552934) - (xy 80.573718 116.557893) (xy 80.567819 116.562622) (xy 80.561563 116.567122) (xy 80.554948 116.571392) - (xy 80.547975 116.575434) (xy 80.540644 116.579246) (xy 80.535558 116.58166) (xy 80.542169 116.583321) - (xy 80.548591 116.585193) (xy 80.554826 116.587274) (xy 80.560874 116.589564) (xy 80.566733 116.592064) - (xy 80.572405 116.594773) (xy 80.577889 116.597692) (xy 80.583185 116.600821) (xy 80.588294 116.604158) - (xy 80.593215 116.607706) (xy 80.597947 116.611463) (xy 80.602493 116.615429) (xy 80.60685 116.619605) - (xy 80.61102 116.623991) (xy 80.615002 116.628586) (xy 80.618796 116.63339) (xy 80.622398 116.638377) - (xy 80.625768 116.643518) (xy 80.628906 116.648814) (xy 80.631811 116.654264) (xy 80.634484 116.659869) - (xy 80.636924 116.665628) (xy 80.639132 116.671542) (xy 80.641107 116.67761) (xy 80.642851 116.683833) - (xy 80.644361 116.690211) (xy 80.64564 116.696743) (xy 80.646685 116.70343) (xy 80.647499 116.710271) - (xy 80.64808 116.717267) (xy 80.648428 116.724417) (xy 80.648545 116.731722) (xy 80.648319 116.741593) - (xy 80.647643 116.751275) (xy 80.646515 116.760768) (xy 80.644936 116.770072) (xy 80.642906 116.779187) - (xy 80.640425 116.788113) (xy 80.637493 116.79685) (xy 80.63411 116.805398) (xy 80.630276 116.813758) - (xy 80.62599 116.821928) (xy 80.621254 116.82991) (xy 80.616066 116.837702) (xy 80.610428 116.845306) - (xy 80.604338 116.852721) (xy 80.597798 116.859947) (xy 80.590806 116.866984) (xy 80.58347 116.873692) - (xy 80.575897 116.879967) (xy 80.568087 116.88581) (xy 80.56004 116.891219) (xy 80.551756 116.896196) - (xy 80.543236 116.90074) (xy 80.534478 116.904851) (xy 80.525483 116.90853) (xy 80.516251 116.911776) - (xy 80.506782 116.914589) (xy 80.497077 116.916969) (xy 80.487134 116.918916) (xy 80.476954 116.920431) - (xy 80.466537 116.921513) (xy 80.455883 116.922162) (xy 80.444993 116.922378) (xy 80.435151 116.922196) - (xy 80.42552 116.921648) (xy 80.4161 116.920735) (xy 80.406891 116.919457) (xy 80.397892 116.917813) - (xy 80.389104 116.915804) (xy 80.380526 116.913431) (xy 80.372159 116.910691) (xy 80.364003 116.907587) - (xy 80.356058 116.904117) (xy 80.348323 116.900283) (xy 80.340799 116.896083) (xy 80.333485 116.891517) - (xy 80.326382 116.886587) (xy 80.31949 116.881291) (xy 80.312808 116.87563) (xy 80.306426 116.86966) - (xy 80.300396 116.863474) (xy 80.294716 116.857071) (xy 80.289389 116.850452) (xy 80.284412 116.843616) - (xy 80.279788 116.836564) (xy 80.275514 116.829296) (xy 80.271592 116.821811) (xy 80.268022 116.81411) - (xy 80.264803 116.806193) (xy 80.261936 116.798059) (xy 80.25942 116.789709) (xy 80.257256 116.781142) - (xy 80.255443 116.772359) (xy 80.253981 116.76336) - ) - ) - ) - ) - (fp_text value "LQG15HS3N6S02D" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 3e7d2076-e890-40fb-a7ce-f4b6f63de53b) - ) - (fp_line (start 0 -0.25) (end 0 0.25) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 407623bf-1341-4f30-b4b1-37b36ea7c8d8)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ee9e65a-6b5a-47fa-890e-c2ad8ac1d6a7)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86c71c9b-6528-4dc2-8af3-aeca14238f71)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4a40de1-2d87-424c-acf3-cf8087449bd0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4f0b7d8-4326-4222-a023-604ca38502d0)) - (pad "1" smd rect (at -0.425 0 180) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 95 "Net-(C21-Pad1)") (pinfunction "1") (pintype "passive") (tstamp bf36b691-e488-4f04-aca8-fb20d1377af2)) - (pad "2" smd rect (at 0.425 0 180) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 92 "Net-(J12-SIG)") (pinfunction "2") (pintype "passive") (tstamp 4b7b4a9e-ac33-4cdf-ae4b-612388a3bf9c)) - (model "Library/SamacSys_Parts.3dshapes/LQG15HS3N6S02D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") (tstamp 144c60b5-ea35-4257-8e59-65a77f44ba75) (at 99.69 109.4 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -1169,7 +1021,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 030ff19d-da48-4af1-a004-97981ed08ee5) ) @@ -1213,7 +1065,7 @@ (at 146.110786 114.794691 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -1347,7 +1199,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp db736c31-9d03-4ef7-aa5b-44c97ec9a514) ) @@ -1376,7 +1228,7 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6575c4fc-a55f-4d2a-a372-dbff5e787d29)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "GPIO17") (pintype "passive") (tstamp c8549f91-be55-4b6e-bfcf-c9d4989eefce)) + (net 16 "GPIO17") (pintype "passive") (tstamp c8549f91-be55-4b6e-bfcf-c9d4989eefce)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp 6dfccc5b-ef6f-426e-864c-38b4271f90d0)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" @@ -1388,7 +1240,7 @@ (footprint "SamacSys_Parts:NX2016SA32MEXS00ACS06465" (layer "F.Cu") (tstamp 167dfed6-999f-4d43-8b41-2015e7353338) - (at 88.392 118.364 90) + (at 87.161 119.729 90) (descr "NX2016SA-32M-EXS00A-CS06465-2") (tags "Crystal or Oscillator") (property "Arrow Part Number" "") @@ -1404,86 +1256,86 @@ (property "ki_description" "CRYSTAL 32MHZ 10PF SMD") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/a6933af1-6da7-4684-a4f7-8310b597bfb0") (attr smd) - (fp_text reference "Y1" (at -1.678912 0.816428 180) (layer "F.SilkS") + (fp_text reference "Y1" (at 0.092 1.659 180) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) - (tstamp 89780640-0567-4d36-a2b6-a8865537019d) + (tstamp 8f4bc452-dc90-4f64-a684-fe1c7de274d9) (render_cache "Y1" 0 (polygon (pts - (xy 88.930284 120.291912) (xy 88.930284 120.029302) (xy 88.697423 119.682281) (xy 88.794729 119.682281) - (xy 88.913724 119.861067) (xy 88.917829 119.867332) (xy 88.921899 119.873597) (xy 88.925934 119.879862) - (xy 88.929936 119.886126) (xy 88.933903 119.892391) (xy 88.937836 119.898656) (xy 88.941734 119.904921) - (xy 88.945598 119.911186) (xy 88.949428 119.917451) (xy 88.953223 119.923715) (xy 88.956984 119.92998) - (xy 88.96071 119.936245) (xy 88.964403 119.94251) (xy 88.968061 119.948775) (xy 88.971684 119.95504) - (xy 88.975273 119.961304) (xy 88.978708 119.955451) (xy 88.982234 119.949505) (xy 88.985852 119.943466) - (xy 88.989562 119.937335) (xy 88.993363 119.931111) (xy 88.997255 119.924794) (xy 89.00124 119.918384) - (xy 89.005315 119.911882) (xy 89.009483 119.905287) (xy 89.013742 119.898599) (xy 89.018092 119.891818) - (xy 89.022534 119.884945) (xy 89.027068 119.877979) (xy 89.031694 119.87092) (xy 89.03641 119.863768) - (xy 89.041219 119.856524) (xy 89.158162 119.682281) (xy 89.251366 119.682281) (xy 89.010298 120.029302) - (xy 89.010298 120.291912) + (xy 88.541856 119.886) (xy 88.541856 119.62339) (xy 88.308995 119.276369) (xy 88.406301 119.276369) + (xy 88.525296 119.455155) (xy 88.529401 119.46142) (xy 88.533471 119.467685) (xy 88.537506 119.47395) + (xy 88.541508 119.480214) (xy 88.545475 119.486479) (xy 88.549408 119.492744) (xy 88.553306 119.499009) + (xy 88.55717 119.505274) (xy 88.561 119.511539) (xy 88.564795 119.517803) (xy 88.568556 119.524068) + (xy 88.572282 119.530333) (xy 88.575975 119.536598) (xy 88.579633 119.542863) (xy 88.583256 119.549128) + (xy 88.586845 119.555392) (xy 88.59028 119.549539) (xy 88.593806 119.543593) (xy 88.597424 119.537554) + (xy 88.601134 119.531423) (xy 88.604935 119.525199) (xy 88.608827 119.518882) (xy 88.612812 119.512472) + (xy 88.616887 119.50597) (xy 88.621055 119.499375) (xy 88.625314 119.492687) (xy 88.629664 119.485906) + (xy 88.634106 119.479033) (xy 88.63864 119.472067) (xy 88.643266 119.465008) (xy 88.647982 119.457856) + (xy 88.652791 119.450612) (xy 88.769734 119.276369) (xy 88.862938 119.276369) (xy 88.62187 119.62339) + (xy 88.62187 119.886) ) ) (polygon (pts - (xy 89.569223 120.291912) (xy 89.495071 120.291912) (xy 89.495071 119.81681) (xy 89.489896 119.821674) - (xy 89.484427 119.826537) (xy 89.478665 119.831401) (xy 89.472608 119.836264) (xy 89.466259 119.841128) - (xy 89.459615 119.845991) (xy 89.452678 119.850855) (xy 89.445447 119.855718) (xy 89.440463 119.858961) - (xy 89.435349 119.862203) (xy 89.430104 119.865445) (xy 89.424729 119.868687) (xy 89.419324 119.871861) - (xy 89.413988 119.874934) (xy 89.408722 119.877906) (xy 89.403526 119.880778) (xy 89.395863 119.884896) - (xy 89.388357 119.888787) (xy 89.381008 119.892452) (xy 89.373816 119.89589) (xy 89.366781 119.899101) - (xy 89.359904 119.902086) (xy 89.353183 119.904844) (xy 89.34662 119.907376) (xy 89.34662 119.832344) - (xy 89.354344 119.82867) (xy 89.361946 119.8249) (xy 89.369425 119.821036) (xy 89.376781 119.817076) - (xy 89.384015 119.813021) (xy 89.391127 119.808872) (xy 89.398116 119.804627) (xy 89.404982 119.800287) - (xy 89.411726 119.795853) (xy 89.418348 119.791323) (xy 89.424846 119.786698) (xy 89.431223 119.781978) - (xy 89.437477 119.777163) (xy 89.443608 119.772254) (xy 89.449617 119.767249) (xy 89.455504 119.762149) - (xy 89.461222 119.757011) (xy 89.466728 119.751893) (xy 89.472021 119.746794) (xy 89.477101 119.741715) - (xy 89.481968 119.736655) (xy 89.486622 119.731615) (xy 89.491063 119.726594) (xy 89.495291 119.721592) - (xy 89.499306 119.71661) (xy 89.503108 119.711648) (xy 89.506697 119.706705) (xy 89.510074 119.701781) - (xy 89.514739 119.694432) (xy 89.518925 119.687127) (xy 89.521449 119.682281) (xy 89.569223 119.682281) + (xy 89.180795 119.886) (xy 89.106643 119.886) (xy 89.106643 119.410898) (xy 89.101468 119.415762) + (xy 89.095999 119.420625) (xy 89.090237 119.425489) (xy 89.08418 119.430352) (xy 89.077831 119.435216) + (xy 89.071187 119.440079) (xy 89.06425 119.444943) (xy 89.057019 119.449806) (xy 89.052035 119.453049) + (xy 89.046921 119.456291) (xy 89.041676 119.459533) (xy 89.036301 119.462775) (xy 89.030896 119.465949) + (xy 89.02556 119.469022) (xy 89.020294 119.471994) (xy 89.015098 119.474866) (xy 89.007435 119.478984) + (xy 88.999929 119.482875) (xy 88.99258 119.48654) (xy 88.985388 119.489978) (xy 88.978353 119.493189) + (xy 88.971476 119.496174) (xy 88.964755 119.498932) (xy 88.958192 119.501464) (xy 88.958192 119.426432) + (xy 88.965916 119.422758) (xy 88.973518 119.418988) (xy 88.980997 119.415124) (xy 88.988353 119.411164) + (xy 88.995587 119.407109) (xy 89.002699 119.40296) (xy 89.009688 119.398715) (xy 89.016554 119.394375) + (xy 89.023298 119.389941) (xy 89.02992 119.385411) (xy 89.036418 119.380786) (xy 89.042795 119.376066) + (xy 89.049049 119.371251) (xy 89.05518 119.366342) (xy 89.061189 119.361337) (xy 89.067076 119.356237) + (xy 89.072794 119.351099) (xy 89.0783 119.345981) (xy 89.083593 119.340882) (xy 89.088673 119.335803) + (xy 89.09354 119.330743) (xy 89.098194 119.325703) (xy 89.102635 119.320682) (xy 89.106863 119.31568) + (xy 89.110878 119.310698) (xy 89.11468 119.305736) (xy 89.118269 119.300793) (xy 89.121646 119.295869) + (xy 89.126311 119.28852) (xy 89.130497 119.281215) (xy 89.133021 119.276369) (xy 89.180795 119.276369) ) ) ) ) (fp_text value "NX2016SA-32M-EXS00A-CS06465" (at 0 0 90) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 865140af-4829-4af4-a1a7-5ff41970909c) + (tstamp b7dffbcd-eb4b-43ab-b320-a42666adf64c) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 5d293c7e-b9a9-4357-a670-0f5fcdf8b663) + (tstamp a72669b8-4db4-4214-85f0-4d5c2852cdad) ) (fp_line (start -0.8 1.4) (end -0.8 1.4) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 13d11601-7646-4e3a-8eb3-e9b0412b76cd)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp f3b3bfde-b8cf-4698-9306-472d3b031c50)) (fp_line (start -0.7 1.4) (end -0.7 1.4) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 1275fc6e-0971-4aaa-8f7b-542c75fe060c)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 7ec76b10-a3a9-41a3-b8ae-d0b6efc67c70)) (fp_arc (start -0.8 1.4) (mid -0.75 1.35) (end -0.7 1.4) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 07649aba-c216-4adf-924d-ba65cd303c57)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 557931f6-6c97-4563-94fb-2d9dc3780933)) (fp_arc (start -0.7 1.4) (mid -0.75 1.45) (end -0.8 1.4) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp b59ad246-fafe-4256-a770-c4a7a878d903)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 27859d88-2d69-4c98-81c7-2216881ed961)) (fp_line (start -2.1 -1.9) (end 2.1 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 6ad27272-ea34-45a8-af73-01977fb39d3d)) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 38d34f29-dd45-4259-bb45-a732bd0edb64)) (fp_line (start -2.1 1.9) (end -2.1 -1.9) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 24a5c55f-f881-4a5d-bd0a-6662e38570c7)) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 57612e9f-832c-4980-8cc5-adde500ea012)) (fp_line (start 2.1 -1.9) (end 2.1 1.9) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp e42b76c2-0484-4b82-986e-604d27007266)) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp d7d80719-0731-4283-875c-db7e23aa3664)) (fp_line (start 2.1 1.9) (end -2.1 1.9) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 5e5ae77b-1134-4dcb-bb38-46c6a0282196)) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 90837df7-15f8-41c4-93c9-5cb1feecdbcc)) (fp_line (start -1 -0.8) (end 1 -0.8) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp d189ebb3-f0cd-4138-8330-0b2c33263f8a)) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp b4c23b3f-83a4-4ace-a9a3-2d0bda737af9)) (fp_line (start -1 0.8) (end -1 -0.8) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 6a8260d0-d24b-42b5-973c-cb9d46615ee7)) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 44b91323-afe7-4eee-b6e5-4e2eeec39d8f)) (fp_line (start 1 -0.8) (end 1 0.8) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp ccc5a56c-e03d-41b8-8374-37e43759b9a1)) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 422d89ad-fc6d-43b1-b256-9a458e8ae730)) (fp_line (start 1 0.8) (end -1 0.8) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 998822b1-335a-4819-be81-237a798ee24c)) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp cae46fc0-6746-4de9-8c07-9214fd3c4cec)) (pad "1" smd rect (at -0.675 0.525 180) (size 0.75 0.85) (layers "F.Cu" "F.Paste" "F.Mask") - (net 72 "Net-(U2-OSC_IN)") (pinfunction "CRYSTAL_1") (pintype "passive") (tstamp aee32155-a160-4aa2-9e0b-5a73e0257326)) + (net 68 "Net-(U2-OSC_IN)") (pinfunction "CRYSTAL_1") (pintype "passive") (tstamp dec171f9-f871-41da-87ad-a3493a1ba5ed)) (pad "2" smd rect (at 0.675 0.525 180) (size 0.75 0.85) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND_1") (pintype "passive") (tstamp 6b4c9d38-ae9a-463a-95bb-b911f1c21a66)) + (net 1 "GND") (pinfunction "GND_1") (pintype "passive") (tstamp 027d6aa0-c95f-4dca-8950-e7b105a1784d)) (pad "3" smd rect (at 0.675 -0.525 180) (size 0.75 0.85) (layers "F.Cu" "F.Paste" "F.Mask") - (net 71 "Net-(U2-OSC_OUT)") (pinfunction "CRYSTAL_2") (pintype "passive") (tstamp 38495772-dbb8-4b4f-9e6c-9a113c387852)) + (net 67 "Net-(U2-OSC_OUT)") (pinfunction "CRYSTAL_2") (pintype "passive") (tstamp 1300c721-ad08-4c43-a4e3-7c7fa6cf7202)) (pad "4" smd rect (at -0.675 -0.525 180) (size 0.75 0.85) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND_2") (pintype "passive") (tstamp 4e29d4c8-d837-4246-937f-fc32ef0eee7b)) + (net 1 "GND") (pinfunction "GND_2") (pintype "passive") (tstamp d6c1ba61-ca96-4b4e-bc6f-66d0d3643b7d)) (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\NX2016SA-32M-EXS00A-CS06465.stp" (offset (xyz 0 0 0.009999999626)) (scale (xyz 1 1 1)) @@ -1491,253 +1343,443 @@ ) ) + (footprint "SamacSys_Parts:60312202114509" (layer "F.Cu") + (tstamp 171b03a4-dae8-4405-a73d-aaa90661072a) + (at 79.657 127.662) + (descr "142-0701-851") + (tags "Connector") + (property "MPN" "60312202114509") + (property "Sheetfile" "Microcontroller.kicad_sch") + (property "Sheetname" "Microcontroller") + (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)") + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/ca8581da-1629-436f-8c30-dc341171611b") + (attr smd) + (fp_text reference "J6" (at -6.66 1.71) (layer "F.SilkS") + (effects (font (face "Arial") (size 1 1) (thickness 0.25))) + (tstamp 84eca330-a8cf-4497-974c-a870112135c2) + (render_cache "J6" 0 + (polygon + (pts + (xy 72.298466 129.506609) (xy 72.418633 129.49) (xy 72.419375 129.503767) (xy 72.420377 129.516981) + (xy 72.421641 129.529642) (xy 72.423167 129.541749) (xy 72.424954 129.553303) (xy 72.427002 129.564303) + (xy 72.429312 129.574751) (xy 72.431883 129.584644) (xy 72.43623 129.598447) (xy 72.441166 129.611005) + (xy 72.446689 129.622318) (xy 72.452801 129.632386) (xy 72.4595 129.641209) (xy 72.461864 129.643873) + (xy 72.469358 129.651293) (xy 72.477366 129.657984) (xy 72.48589 129.663945) (xy 72.494929 129.669175) + (xy 72.504483 129.673676) (xy 72.514552 129.677447) (xy 72.525137 129.680488) (xy 72.536236 129.682799) + (xy 72.547851 129.684381) (xy 72.559981 129.685232) (xy 72.568354 129.685394) (xy 72.580715 129.685032) + (xy 72.592641 129.683944) (xy 72.604132 129.682132) (xy 72.615188 129.679594) (xy 72.625808 129.676331) + (xy 72.635994 129.672343) (xy 72.645745 129.66763) (xy 72.65506 129.662191) (xy 72.663804 129.656131) + (xy 72.671837 129.649552) (xy 72.67916 129.642454) (xy 72.685774 129.634836) (xy 72.691678 129.6267) + (xy 72.696872 129.618045) (xy 72.701356 129.60887) (xy 72.70513 129.599177) (xy 72.708336 129.588422) + (xy 72.711114 129.576187) (xy 72.712917 129.566039) (xy 72.71448 129.555058) (xy 72.715802 129.543245) + (xy 72.716884 129.530598) (xy 72.717726 129.517118) (xy 72.718327 129.502806) (xy 72.718594 129.492801) + (xy 72.718754 129.482427) (xy 72.718808 129.471682) (xy 72.718808 128.770949) (xy 72.852164 128.770949) + (xy 72.852164 129.462157) (xy 72.852045 129.47784) (xy 72.851687 129.493076) (xy 72.851091 129.507866) + (xy 72.850256 129.52221) (xy 72.849183 129.536107) (xy 72.847871 129.549557) (xy 72.846321 129.562561) + (xy 72.844532 129.575119) (xy 72.842504 129.58723) (xy 72.840238 129.598894) (xy 72.837734 129.610112) + (xy 72.834991 129.620884) (xy 72.83201 129.631209) (xy 72.82879 129.641087) (xy 72.825331 129.650519) + (xy 72.821634 129.659505) (xy 72.815594 129.67231) (xy 72.808923 129.684532) (xy 72.801621 129.69617) + (xy 72.793687 129.707224) (xy 72.785123 129.717694) (xy 72.775927 129.72758) (xy 72.7661 129.736882) + (xy 72.755643 129.7456) (xy 72.744554 129.753735) (xy 72.732834 129.761285) (xy 72.72467 129.765995) + (xy 72.712055 129.772542) (xy 72.699033 129.778445) (xy 72.685602 129.783705) (xy 72.671764 129.78832) + (xy 72.662312 129.791039) (xy 72.652679 129.793472) (xy 72.642864 129.795619) (xy 72.632869 129.797479) + (xy 72.622692 129.799053) (xy 72.612333 129.800341) (xy 72.601793 129.801343) (xy 72.591073 129.802059) + (xy 72.58017 129.802488) (xy 72.569087 129.802631) (xy 72.552752 129.80234) (xy 72.536904 129.801467) + (xy 72.521543 129.800012) (xy 72.506668 129.797975) (xy 72.492279 129.795356) (xy 72.478377 129.792155) + (xy 72.464962 129.788372) (xy 72.452034 129.784008) (xy 72.439591 129.779061) (xy 72.427636 129.773532) + (xy 72.416167 129.767421) (xy 72.405185 129.760728) (xy 72.394689 129.753453) (xy 72.38468 129.745597) + (xy 72.375157 129.737158) (xy 72.366121 129.728137) (xy 72.357614 129.718542) (xy 72.349677 129.70838) + (xy 72.34231 129.697651) (xy 72.335514 129.686356) (xy 72.329289 129.674494) (xy 72.323634 129.662065) + (xy 72.31855 129.64907) (xy 72.314036 129.635508) (xy 72.310093 129.621379) (xy 72.30672 129.606683) + (xy 72.303918 129.591421) (xy 72.301687 129.575592) (xy 72.300026 129.559196) (xy 72.298935 129.542234) + (xy 72.298415 129.524705) + ) + ) + (polygon + (pts + (xy 73.657433 129.026916) (xy 73.534579 129.036685) (xy 73.531345 129.022941) (xy 73.52787 129.009918) + (xy 73.524155 128.997616) (xy 73.520199 128.986036) (xy 73.516003 128.975176) (xy 73.511567 128.965038) + (xy 73.50689 128.955622) (xy 73.501972 128.946926) (xy 73.495042 128.936454) (xy 73.487684 128.927265) + (xy 73.47809 128.917487) (xy 73.468084 128.908672) (xy 73.457665 128.900818) (xy 73.446835 128.893926) + (xy 73.435592 128.887995) (xy 73.423937 128.883026) (xy 73.41187 128.879019) (xy 73.39939 128.875974) + (xy 73.386499 128.87389) (xy 73.373195 128.872768) (xy 73.364097 128.872554) (xy 73.353141 128.87284) + (xy 73.342439 128.873696) (xy 73.33199 128.875124) (xy 73.321794 128.877122) (xy 73.311851 128.879692) + (xy 73.302162 128.882833) (xy 73.292726 128.886544) (xy 73.283543 128.890827) (xy 73.274614 128.89568) + (xy 73.265937 128.901105) (xy 73.260294 128.905039) (xy 73.249566 128.913255) (xy 73.239271 128.922149) + (xy 73.22941 128.931722) (xy 73.219983 128.941973) (xy 73.210989 128.952902) (xy 73.202429 128.96451) + (xy 73.196963 128.972625) (xy 73.19169 128.981042) (xy 73.186609 128.98976) (xy 73.181721 128.99878) + (xy 73.177026 129.008101) (xy 73.172524 129.017724) (xy 73.168215 129.027648) (xy 73.164157 129.037961) + (xy 73.160349 129.04881) (xy 73.156791 129.060195) (xy 73.153484 129.072116) (xy 73.150426 129.084573) + (xy 73.147618 129.097567) (xy 73.14506 129.111097) (xy 73.142752 129.125162) (xy 73.140694 129.139765) + (xy 73.138886 129.154903) (xy 73.137328 129.170577) (xy 73.13602 129.186788) (xy 73.134962 129.203535) + (xy 73.134154 129.220818) (xy 73.133596 129.238637) (xy 73.133288 129.256993) (xy 73.141842 129.24524) + (xy 73.150745 129.234072) (xy 73.159995 129.223487) (xy 73.169592 129.213487) (xy 73.179538 129.20407) + (xy 73.189831 129.195237) (xy 73.200472 129.186988) (xy 73.211461 129.179323) (xy 73.222797 129.172242) + (xy 73.234482 129.165745) (xy 73.242464 129.161738) (xy 73.254652 129.156151) (xy 73.266942 129.151113) + (xy 73.279336 129.146625) (xy 73.291832 129.142687) (xy 73.304431 129.139298) (xy 73.317134 129.136459) + (xy 73.32994 129.134169) (xy 73.342848 129.132429) (xy 73.35586 129.131238) (xy 73.368975 129.130597) + (xy 73.377775 129.130475) (xy 73.393109 129.130832) (xy 73.408153 129.131902) (xy 73.422906 129.133686) + (xy 73.43737 129.136184) (xy 73.451544 129.139395) (xy 73.465428 129.14332) (xy 73.479021 129.147959) + (xy 73.492325 129.153311) (xy 73.505338 129.159377) (xy 73.518062 129.166157) (xy 73.530495 129.17365) + (xy 73.542639 129.181857) (xy 73.554492 129.190778) (xy 73.566056 129.200412) (xy 73.577329 129.21076) + (xy 73.588312 129.221822) (xy 73.598841 129.233418) (xy 73.608691 129.245433) (xy 73.617862 129.257865) + (xy 73.626353 129.270716) (xy 73.634165 129.283984) (xy 73.641298 129.29767) (xy 73.647751 129.311774) + (xy 73.653525 129.326296) (xy 73.65862 129.341236) (xy 73.663035 129.356594) (xy 73.666771 129.37237) + (xy 73.669828 129.388563) (xy 73.672206 129.405174) (xy 73.673904 129.422204) (xy 73.674923 129.439651) + (xy 73.675263 129.457516) (xy 73.675102 129.469341) (xy 73.674622 129.481062) (xy 73.67382 129.492681) + (xy 73.672698 129.504197) (xy 73.671256 129.515609) (xy 73.669493 129.526919) (xy 73.667409 129.538126) + (xy 73.665005 129.549229) (xy 73.66228 129.56023) (xy 73.659234 129.571127) (xy 73.655868 129.581921) + (xy 73.652182 129.592613) (xy 73.648175 129.603201) (xy 73.643847 129.613686) (xy 73.639199 129.624069) + (xy 73.63423 129.634348) (xy 73.629011 129.644396) (xy 73.623552 129.654147) (xy 73.617852 129.6636) + (xy 73.611912 129.672755) (xy 73.605732 129.681613) (xy 73.599311 129.690172) (xy 73.59265 129.698435) + (xy 73.585748 129.706399) (xy 73.578606 129.714066) (xy 73.571223 129.721436) (xy 73.5636 129.728507) + (xy 73.555736 129.735281) (xy 73.547632 129.741757) (xy 73.539288 129.747936) (xy 73.530703 129.753817) + (xy 73.521878 129.7594) (xy 73.512888 129.764635) (xy 73.503747 129.769532) (xy 73.494455 129.774092) + (xy 73.485013 129.778314) (xy 73.47542 129.782198) (xy 73.465676 129.785744) (xy 73.455781 129.788952) + (xy 73.445736 129.791823) (xy 73.435539 129.794356) (xy 73.425192 129.796552) (xy 73.414695 129.798409) + (xy 73.404046 129.799929) (xy 73.393247 129.801111) (xy 73.382297 129.801956) (xy 73.371197 129.802462) + (xy 73.359945 129.802631) (xy 73.340843 129.802185) (xy 73.322187 129.800849) (xy 73.303977 129.798621) + (xy 73.286214 129.795502) (xy 73.268898 129.791492) (xy 73.252028 129.786591) (xy 73.235605 129.780799) + (xy 73.219628 129.774116) (xy 73.204097 129.766541) (xy 73.189013 129.758076) (xy 73.174376 129.748719) + (xy 73.160185 129.738471) (xy 73.146441 129.727333) (xy 73.133143 129.715303) (xy 73.120291 129.702382) + (xy 73.107887 129.68857) (xy 73.096086 129.673735) (xy 73.085046 129.657745) (xy 73.079812 129.649318) + (xy 73.074768 129.640602) (xy 73.069914 129.631597) (xy 73.065251 129.622303) (xy 73.060778 129.612721) + (xy 73.056495 129.602851) (xy 73.052403 129.592692) (xy 73.048501 129.582244) (xy 73.04479 129.571507) + (xy 73.041268 129.560482) (xy 73.037938 129.549169) (xy 73.034797 129.537566) (xy 73.031847 129.525676) + (xy 73.029087 129.513496) (xy 73.026517 129.501028) (xy 73.024138 129.488271) (xy 73.021949 129.475226) + (xy 73.019951 129.461892) (xy 73.018142 129.44827) (xy 73.016525 129.434359) (xy 73.015097 129.420159) + (xy 73.01386 129.405671) (xy 73.012813 129.390894) (xy 73.011956 129.375828) (xy 73.01129 129.360474) + (xy 73.010814 129.344831) (xy 73.010529 129.3289) (xy 73.010434 129.31268) (xy 73.010539 129.294533) + (xy 73.010854 129.276698) (xy 73.01138 129.259175) (xy 73.012117 129.241964) (xy 73.013063 129.225065) + (xy 73.01422 129.208478) (xy 73.015588 129.192203) (xy 73.017166 129.17624) (xy 73.018954 129.160589) + (xy 73.020952 129.14525) (xy 73.023161 129.130222) (xy 73.025581 129.115507) (xy 73.02821 129.101104) + (xy 73.03105 129.087013) (xy 73.034101 129.073234) (xy 73.037361 129.059766) (xy 73.040833 129.046611) + (xy 73.044514 129.033768) (xy 73.048406 129.021237) (xy 73.052508 129.009017) (xy 73.056821 128.99711) + (xy 73.061344 128.985515) (xy 73.066077 128.974231) (xy 73.071021 128.96326) (xy 73.076175 128.952601) + (xy 73.08154 128.942253) (xy 73.087115 128.932218) (xy 73.0929 128.922494) (xy 73.098896 128.913083) + (xy 73.105102 128.903983) (xy 73.111518 128.895196) (xy 73.118145 128.88672) (xy 73.130155 128.872701) + (xy 73.142676 128.859587) (xy 73.155709 128.847376) (xy 73.169253 128.836071) (xy 73.183308 128.825669) + (xy 73.197875 128.816172) (xy 73.212953 128.80758) (xy 73.228543 128.799892) (xy 73.244644 128.793109) + (xy 73.261256 128.78723) (xy 73.27838 128.782255) (xy 73.296015 128.778185) (xy 73.314161 128.775019) + (xy 73.332819 128.772758) (xy 73.351988 128.771401) (xy 73.361765 128.771062) (xy 73.371669 128.770949) + (xy 73.386368 128.771215) (xy 73.40073 128.772014) (xy 73.414754 128.773345) (xy 73.42844 128.775208) + (xy 73.441789 128.777604) (xy 73.454799 128.780532) (xy 73.467472 128.783992) (xy 73.479807 128.787985) + (xy 73.491805 128.79251) (xy 73.503465 128.797568) (xy 73.514787 128.803158) (xy 73.525771 128.80928) + (xy 73.536417 128.815935) (xy 73.546726 128.823122) (xy 73.556697 128.830841) (xy 73.56633 128.839093) + (xy 73.575588 128.847784) (xy 73.58437 128.856881) (xy 73.592677 128.866384) (xy 73.600509 128.876294) + (xy 73.607866 128.886611) (xy 73.614748 128.897333) (xy 73.621154 128.908463) (xy 73.627086 128.919998) + (xy 73.632542 128.931941) (xy 73.637523 128.944289) (xy 73.642029 128.957044) (xy 73.64606 128.970206) + (xy 73.649616 128.983774) (xy 73.652697 128.997748) (xy 73.655303 129.012129) + ) + (pts + (xy 73.152583 129.454341) (xy 73.152821 129.466519) (xy 73.153536 129.478598) (xy 73.154728 129.490579) + (xy 73.156396 129.50246) (xy 73.15854 129.514243) (xy 73.161161 129.525928) (xy 73.164259 129.537513) + (xy 73.167833 129.549) (xy 73.171884 129.560388) (xy 73.176411 129.571677) (xy 73.179694 129.579149) + (xy 73.184966 129.590074) (xy 73.190616 129.600501) (xy 73.196644 129.61043) (xy 73.20305 129.619861) + (xy 73.209833 129.628794) (xy 73.216994 129.637229) (xy 73.224534 129.645166) (xy 73.23245 129.652605) + (xy 73.240745 129.659546) (xy 73.249418 129.665989) (xy 73.255409 129.670007) (xy 73.264611 129.675551) + (xy 73.273899 129.680549) (xy 73.283273 129.685002) (xy 73.292733 129.688909) (xy 73.302278 129.692272) + (xy 73.31191 129.695089) (xy 73.321627 129.697361) (xy 73.33143 129.699087) (xy 73.341319 129.700269) + (xy 73.351294 129.700905) (xy 73.357991 129.701026) (xy 73.372455 129.700459) (xy 73.386536 129.698759) + (xy 73.400236 129.695926) (xy 73.413553 129.691959) (xy 73.426488 129.686858) (xy 73.439041 129.680624) + (xy 73.451212 129.673257) (xy 73.463 129.664756) (xy 73.470647 129.658459) (xy 73.478124 129.651658) + (xy 73.485432 129.644354) (xy 73.492569 129.636546) (xy 73.499401 129.628305) (xy 73.505793 129.619701) + (xy 73.511743 129.610734) (xy 73.517253 129.601405) (xy 73.522322 129.591714) (xy 73.52695 129.58166) + (xy 73.531138 129.571243) (xy 73.534884 129.560464) (xy 73.53819 129.549323) (xy 73.541055 129.537818) + (xy 73.543479 129.525952) (xy 73.545463 129.513722) (xy 73.547006 129.50113) (xy 73.548108 129.488176) + (xy 73.548769 129.474859) (xy 73.548989 129.46118) (xy 73.548772 129.448045) (xy 73.548119 129.435263) + (xy 73.547031 129.422834) (xy 73.545509 129.410759) (xy 73.543551 129.399036) (xy 73.541158 129.387666) + (xy 73.53833 129.37665) (xy 73.535067 129.365986) (xy 73.531369 129.355675) (xy 73.527236 129.345718) + (xy 73.522668 129.336113) (xy 73.517665 129.326861) (xy 73.512227 129.317963) (xy 73.506354 129.309417) + (xy 73.500045 129.301224) (xy 73.493302 129.293385) (xy 73.486228 129.285961) (xy 73.47893 129.279016) + (xy 73.471406 129.272551) (xy 73.463657 129.266564) (xy 73.451611 129.258482) (xy 73.439059 129.251477) + (xy 73.426 129.24555) (xy 73.412435 129.240701) (xy 73.398362 129.236929) (xy 73.3887 129.235013) + (xy 73.378812 129.233576) (xy 73.368698 129.232619) (xy 73.35836 129.23214) (xy 73.353106 129.23208) + (xy 73.342734 129.232319) (xy 73.332559 129.233038) (xy 73.322584 129.234235) (xy 73.312806 129.235911) + (xy 73.303227 129.238067) (xy 73.289231 129.242197) (xy 73.275681 129.247406) (xy 73.262578 129.253692) + (xy 73.249921 129.261056) (xy 73.241732 129.266564) (xy 73.23374 129.272551) (xy 73.225947 129.279016) + (xy 73.218353 129.285961) (xy 73.210957 129.293385) (xy 73.203888 129.301198) (xy 73.197276 129.30931) + (xy 73.191119 129.317722) (xy 73.185418 129.326434) (xy 73.180174 129.335445) (xy 73.175385 129.344756) + (xy 73.171053 129.354366) (xy 73.167177 129.364276) (xy 73.163756 129.374486) (xy 73.160792 129.384995) + (xy 73.158284 129.395804) (xy 73.156231 129.406912) (xy 73.154635 129.41832) (xy 73.153495 129.430027) + (xy 73.152811 129.442034) + ) + ) + ) + ) + (fp_text value "60312202114509" (at 13.8 -0.5) (layer "F.SilkS") hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp b23ff70f-afb3-4980-a099-d23b4d1f5304) + ) + (fp_text user "${REFERENCE}" (at 12.1 2.1) (layer "F.Fab") + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp 202b6588-94fa-4600-be96-8fe504778fa7) + ) + (pad "1" smd rect (at -4.125 0) (size 1.65 5.6) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "In") (pintype "passive") (tstamp 26dbde49-6c0c-47df-a7d5-06baba375040)) + (pad "2" smd rect (at 0 0) (size 0.9 5.6) (layers "F.Cu" "F.Paste" "F.Mask") + (net 92 "/Microcontroller/Ant_50Ohm") (pinfunction "GND") (pintype "passive") (tstamp 2c68659b-5cf8-46d6-a325-c3a6996504c9)) + (pad "3" smd rect (at 4.125 0) (size 1.65 5.6) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 97166d1a-deb6-420e-861d-0c4c4f70ff13)) + (pad "4" smd rect (at -4.125 0) (size 1.65 5.6) (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp ab47cf37-d62e-486f-9ea2-586e5c020474)) + (pad "5" smd rect (at 4.125 0) (size 1.65 5.6) (layers "B.Cu" "B.Paste" "B.Mask") + (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp a5e14c65-1200-4799-9b69-fcb1feb6e869)) + (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\142-0701-801.stp" + (offset (xyz -0 -3.1 0.38)) + (scale (xyz 1 1 1)) + (rotate (xyz -90 -90 0)) + ) + ) + (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp 18bd2cce-3d97-4f9e-afa2-377e19740984) - (at 79.885 108.95) + (at 80.01 108.966) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") (property "ki_keywords" "R resistor") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/996d08af-5cc4-4c86-8ff2-43fa89dfa791") (attr smd) - (fp_text reference "R20" (at 0.105 -1.07) (layer "F.SilkS") + (fp_text reference "R20" (at 0.018297 1.037256) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp 3ed49bb3-1120-4bd7-a0b6-89697d8fd3f8) (render_cache "R20" 0 (polygon (pts - (xy 79.286141 108.129) (xy 79.286141 107.519369) (xy 79.554026 107.519369) (xy 79.563968 107.519434) - (xy 79.573608 107.519628) (xy 79.582946 107.519952) (xy 79.591982 107.520404) (xy 79.600715 107.520987) - (xy 79.609146 107.521698) (xy 79.617274 107.522539) (xy 79.625101 107.523509) (xy 79.632625 107.524609) - (xy 79.639847 107.525838) (xy 79.646767 107.527196) (xy 79.653384 107.528684) (xy 79.659699 107.530301) - (xy 79.665712 107.532048) (xy 79.671423 107.533924) (xy 79.676832 107.535929) (xy 79.684568 107.539229) - (xy 79.692006 107.542975) (xy 79.699145 107.547167) (xy 79.705985 107.551804) (xy 79.712526 107.556887) - (xy 79.718769 107.562415) (xy 79.724713 107.56839) (xy 79.730357 107.574809) (xy 79.735703 107.581675) - (xy 79.739101 107.586499) (xy 79.742367 107.591522) (xy 79.743949 107.594108) (xy 79.747002 107.599362) - (xy 79.749857 107.604684) (xy 79.752516 107.610074) (xy 79.754977 107.615531) (xy 79.757242 107.621055) - (xy 79.759309 107.626648) (xy 79.76118 107.632307) (xy 79.762854 107.638035) (xy 79.764331 107.64383) - (xy 79.765611 107.649692) (xy 79.766694 107.655622) (xy 79.76758 107.661619) (xy 79.768269 107.667684) - (xy 79.768762 107.673817) (xy 79.769057 107.680017) (xy 79.769155 107.686285) (xy 79.768993 107.694356) - (xy 79.768505 107.702268) (xy 79.767692 107.710018) (xy 79.766554 107.717609) (xy 79.765091 107.725039) - (xy 79.763303 107.732309) (xy 79.761189 107.739419) (xy 79.758751 107.746369) (xy 79.755987 107.753158) - (xy 79.752898 107.759787) (xy 79.749484 107.766255) (xy 79.745745 107.772564) (xy 79.74168 107.778712) - (xy 79.737291 107.7847) (xy 79.732576 107.790527) (xy 79.727536 107.796194) (xy 79.722157 107.801636) - (xy 79.716424 107.806826) (xy 79.710337 107.811762) (xy 79.703897 107.816445) (xy 79.697102 107.820875) - (xy 79.689954 107.825052) (xy 79.682452 107.828976) (xy 79.674597 107.832647) (xy 79.666387 107.836066) - (xy 79.657824 107.839231) (xy 79.648907 107.842143) (xy 79.639636 107.844802) (xy 79.630012 107.847208) - (xy 79.620034 107.849361) (xy 79.609702 107.85126) (xy 79.599016 107.852907) (xy 79.604818 107.855787) - (xy 79.610355 107.858657) (xy 79.615627 107.861516) (xy 79.622243 107.865313) (xy 79.628388 107.869091) - (xy 79.634061 107.872851) (xy 79.639262 107.876592) (xy 79.643992 107.880315) (xy 79.647229 107.883096) - (xy 79.651593 107.887207) (xy 79.655926 107.891442) (xy 79.66023 107.895802) (xy 79.664503 107.900287) - (xy 79.668748 107.904897) (xy 79.672962 107.909632) (xy 79.677146 107.914492) (xy 79.681301 107.919476) - (xy 79.685426 107.924585) (xy 79.689522 107.929819) (xy 79.693587 107.935177) (xy 79.697623 107.940661) - (xy 79.701629 107.946269) (xy 79.705605 107.952002) (xy 79.709551 107.95786) (xy 79.713468 107.963842) - (xy 79.818688 108.129) (xy 79.718011 108.129) (xy 79.638143 108.002677) (xy 79.633814 107.995945) - (xy 79.62958 107.989412) (xy 79.625442 107.983081) (xy 79.621401 107.976949) (xy 79.617455 107.971018) - (xy 79.613606 107.965287) (xy 79.609853 107.959757) (xy 79.606197 107.954427) (xy 79.602636 107.949297) - (xy 79.599171 107.944368) (xy 79.594155 107.93735) (xy 79.589355 107.930782) (xy 79.584772 107.924665) - (xy 79.580404 107.919) (xy 79.576188 107.913712) (xy 79.572057 107.908732) (xy 79.56801 107.904057) - (xy 79.564049 107.89969) (xy 79.558899 107.894343) (xy 79.5539 107.889542) (xy 79.549053 107.885285) - (xy 79.544357 107.881573) (xy 79.539811 107.878406) (xy 79.534206 107.87496) (xy 79.528566 107.871858) - (xy 79.522889 107.869098) (xy 79.517177 107.866683) (xy 79.511429 107.86461) (xy 79.505645 107.862882) - (xy 79.503321 107.862286) (xy 79.496531 107.861144) (xy 79.490668 107.8605) (xy 79.483961 107.859999) - (xy 79.477986 107.859702) (xy 79.471472 107.859496) (xy 79.464417 107.859381) (xy 79.458772 107.859355) - (xy 79.366008 107.859355) (xy 79.366008 108.129) + (xy 79.324438 110.252256) (xy 79.324438 109.642625) (xy 79.592323 109.642625) (xy 79.602265 109.64269) + (xy 79.611905 109.642884) (xy 79.621243 109.643208) (xy 79.630279 109.64366) (xy 79.639012 109.644243) + (xy 79.647443 109.644954) (xy 79.655571 109.645795) (xy 79.663398 109.646765) (xy 79.670922 109.647865) + (xy 79.678144 109.649094) (xy 79.685064 109.650452) (xy 79.691681 109.65194) (xy 79.697996 109.653557) + (xy 79.704009 109.655304) (xy 79.70972 109.65718) (xy 79.715129 109.659185) (xy 79.722865 109.662485) + (xy 79.730303 109.666231) (xy 79.737442 109.670423) (xy 79.744282 109.67506) (xy 79.750823 109.680143) + (xy 79.757066 109.685671) (xy 79.76301 109.691646) (xy 79.768654 109.698065) (xy 79.774 109.704931) + (xy 79.777398 109.709755) (xy 79.780664 109.714778) (xy 79.782246 109.717364) (xy 79.785299 109.722618) + (xy 79.788154 109.72794) (xy 79.790813 109.73333) (xy 79.793274 109.738787) (xy 79.795539 109.744311) + (xy 79.797606 109.749904) (xy 79.799477 109.755563) (xy 79.801151 109.761291) (xy 79.802628 109.767086) + (xy 79.803908 109.772948) (xy 79.804991 109.778878) (xy 79.805877 109.784875) (xy 79.806566 109.79094) + (xy 79.807059 109.797073) (xy 79.807354 109.803273) (xy 79.807452 109.809541) (xy 79.80729 109.817612) + (xy 79.806802 109.825524) (xy 79.805989 109.833274) (xy 79.804851 109.840865) (xy 79.803388 109.848295) + (xy 79.8016 109.855565) (xy 79.799486 109.862675) (xy 79.797048 109.869625) (xy 79.794284 109.876414) + (xy 79.791195 109.883043) (xy 79.787781 109.889511) (xy 79.784042 109.89582) (xy 79.779977 109.901968) + (xy 79.775588 109.907956) (xy 79.770873 109.913783) (xy 79.765833 109.91945) (xy 79.760454 109.924892) + (xy 79.754721 109.930082) (xy 79.748634 109.935018) (xy 79.742194 109.939701) (xy 79.735399 109.944131) + (xy 79.728251 109.948308) (xy 79.720749 109.952232) (xy 79.712894 109.955903) (xy 79.704684 109.959322) + (xy 79.696121 109.962487) (xy 79.687204 109.965399) (xy 79.677933 109.968058) (xy 79.668309 109.970464) + (xy 79.658331 109.972617) (xy 79.647999 109.974516) (xy 79.637313 109.976163) (xy 79.643115 109.979043) + (xy 79.648652 109.981913) (xy 79.653924 109.984772) (xy 79.66054 109.988569) (xy 79.666685 109.992347) + (xy 79.672358 109.996107) (xy 79.677559 109.999848) (xy 79.682289 110.003571) (xy 79.685526 110.006352) + (xy 79.68989 110.010463) (xy 79.694223 110.014698) (xy 79.698527 110.019058) (xy 79.7028 110.023543) + (xy 79.707045 110.028153) (xy 79.711259 110.032888) (xy 79.715443 110.037748) (xy 79.719598 110.042732) + (xy 79.723723 110.047841) (xy 79.727819 110.053075) (xy 79.731884 110.058433) (xy 79.73592 110.063917) + (xy 79.739926 110.069525) (xy 79.743902 110.075258) (xy 79.747848 110.081116) (xy 79.751765 110.087098) + (xy 79.856985 110.252256) (xy 79.756308 110.252256) (xy 79.67644 110.125933) (xy 79.672111 110.119201) + (xy 79.667877 110.112668) (xy 79.663739 110.106337) (xy 79.659698 110.100205) (xy 79.655752 110.094274) + (xy 79.651903 110.088543) (xy 79.64815 110.083013) (xy 79.644494 110.077683) (xy 79.640933 110.072553) + (xy 79.637468 110.067624) (xy 79.632452 110.060606) (xy 79.627652 110.054038) (xy 79.623069 110.047921) + (xy 79.618701 110.042256) (xy 79.614485 110.036968) (xy 79.610354 110.031988) (xy 79.606307 110.027313) + (xy 79.602346 110.022946) (xy 79.597196 110.017599) (xy 79.592197 110.012798) (xy 79.58735 110.008541) + (xy 79.582654 110.004829) (xy 79.578108 110.001662) (xy 79.572503 109.998216) (xy 79.566863 109.995114) + (xy 79.561186 109.992354) (xy 79.555474 109.989939) (xy 79.549726 109.987866) (xy 79.543942 109.986138) + (xy 79.541618 109.985542) (xy 79.534828 109.9844) (xy 79.528965 109.983756) (xy 79.522258 109.983255) + (xy 79.516283 109.982958) (xy 79.509769 109.982752) (xy 79.502714 109.982637) (xy 79.497069 109.982611) + (xy 79.404305 109.982611) (xy 79.404305 110.252256) ) (pts - (xy 79.366008 107.791358) (xy 79.537906 107.791358) (xy 79.544664 107.791313) (xy 79.551235 107.791177) - (xy 79.557619 107.790951) (xy 79.563817 107.790635) (xy 79.569829 107.790228) (xy 79.578496 107.789448) - (xy 79.586743 107.788464) (xy 79.59457 107.787277) (xy 79.601977 107.785886) (xy 79.608964 107.784292) - (xy 79.615532 107.782494) (xy 79.62168 107.780493) (xy 79.623635 107.779781) (xy 79.629303 107.777489) - (xy 79.634711 107.774955) (xy 79.641516 107.7712) (xy 79.647858 107.767014) (xy 79.653739 107.762398) - (xy 79.659156 107.757352) (xy 79.664111 107.751874) (xy 79.668604 107.745967) (xy 79.670677 107.742852) - (xy 79.674455 107.736408) (xy 79.677729 107.729827) (xy 79.6805 107.723109) (xy 79.682767 107.716254) - (xy 79.68453 107.709261) (xy 79.685789 107.70213) (xy 79.686545 107.694862) (xy 79.686797 107.687457) - (xy 79.686522 107.679406) (xy 79.685699 107.671627) (xy 79.684328 107.664121) (xy 79.682407 107.656889) - (xy 79.679938 107.649929) (xy 79.67692 107.643243) (xy 79.673354 107.636829) (xy 79.669239 107.630689) - (xy 79.664575 107.624822) (xy 79.659362 107.619228) (xy 79.655582 107.61565) (xy 79.649439 107.610595) - (xy 79.64266 107.606038) (xy 79.635244 107.601978) (xy 79.627191 107.598415) (xy 79.62147 107.596316) - (xy 79.615466 107.594437) (xy 79.609178 107.59278) (xy 79.602608 107.591344) (xy 79.595756 107.590129) - (xy 79.58862 107.589134) (xy 79.581202 107.588361) (xy 79.573501 107.587808) (xy 79.565517 107.587477) - (xy 79.55725 107.587367) (xy 79.366008 107.587367) + (xy 79.404305 109.914614) (xy 79.576203 109.914614) (xy 79.582961 109.914569) (xy 79.589532 109.914433) + (xy 79.595916 109.914207) (xy 79.602114 109.913891) (xy 79.608126 109.913484) (xy 79.616793 109.912704) + (xy 79.62504 109.91172) (xy 79.632867 109.910533) (xy 79.640274 109.909142) (xy 79.647261 109.907548) + (xy 79.653829 109.90575) (xy 79.659977 109.903749) (xy 79.661932 109.903037) (xy 79.6676 109.900745) + (xy 79.673008 109.898211) (xy 79.679813 109.894456) (xy 79.686155 109.89027) (xy 79.692036 109.885654) + (xy 79.697453 109.880608) (xy 79.702408 109.87513) (xy 79.706901 109.869223) (xy 79.708974 109.866108) + (xy 79.712752 109.859664) (xy 79.716026 109.853083) (xy 79.718797 109.846365) (xy 79.721064 109.83951) + (xy 79.722827 109.832517) (xy 79.724086 109.825386) (xy 79.724842 109.818118) (xy 79.725094 109.810713) + (xy 79.724819 109.802662) (xy 79.723996 109.794883) (xy 79.722625 109.787377) (xy 79.720704 109.780145) + (xy 79.718235 109.773185) (xy 79.715217 109.766499) (xy 79.711651 109.760085) (xy 79.707536 109.753945) + (xy 79.702872 109.748078) (xy 79.697659 109.742484) (xy 79.693879 109.738906) (xy 79.687736 109.733851) + (xy 79.680957 109.729294) (xy 79.673541 109.725234) (xy 79.665488 109.721671) (xy 79.659767 109.719572) + (xy 79.653763 109.717693) (xy 79.647475 109.716036) (xy 79.640905 109.7146) (xy 79.634053 109.713385) + (xy 79.626917 109.71239) (xy 79.619499 109.711617) (xy 79.611798 109.711064) (xy 79.603814 109.710733) + (xy 79.595547 109.710623) (xy 79.404305 109.710623) ) ) (polygon (pts - (xy 80.250851 108.058658) (xy 80.250851 108.129) (xy 79.851368 108.129) (xy 79.851342 108.122327) - (xy 79.851633 108.115719) (xy 79.85224 108.109175) (xy 79.853163 108.102695) (xy 79.854401 108.096279) - (xy 79.855956 108.089927) (xy 79.857827 108.083639) (xy 79.860014 108.077415) (xy 79.863059 108.069761) - (xy 79.866423 108.062129) (xy 79.870106 108.054521) (xy 79.87411 108.046936) (xy 79.878432 108.039374) - (xy 79.881491 108.034346) (xy 79.884692 108.029328) (xy 79.888035 108.02432) (xy 79.89152 108.019323) - (xy 79.895147 108.014336) (xy 79.898916 108.009359) (xy 79.902827 108.004392) (xy 79.90688 107.999436) - (xy 79.90896 107.996962) (xy 79.913272 107.991949) (xy 79.917817 107.986841) (xy 79.922596 107.981636) - (xy 79.927608 107.976336) (xy 79.932854 107.970939) (xy 79.938333 107.965445) (xy 79.944046 107.959856) - (xy 79.949993 107.95417) (xy 79.956173 107.948389) (xy 79.962587 107.942511) (xy 79.969234 107.936537) - (xy 79.976115 107.930467) (xy 79.983229 107.9243) (xy 79.990577 107.918038) (xy 79.998158 107.911679) - (xy 80.005973 107.905224) (xy 80.012066 107.900165) (xy 80.018033 107.895172) (xy 80.023876 107.890244) - (xy 80.029595 107.885383) (xy 80.035188 107.880588) (xy 80.040656 107.87586) (xy 80.046 107.871197) - (xy 80.051219 107.8666) (xy 80.056313 107.86207) (xy 80.061283 107.857605) (xy 80.066127 107.853207) - (xy 80.070847 107.848875) (xy 80.075442 107.844609) (xy 80.079912 107.840409) (xy 80.084258 107.836275) - (xy 80.092574 107.828206) (xy 80.100392 107.820402) (xy 80.10771 107.812861) (xy 80.114529 107.805586) - (xy 80.120848 107.798574) (xy 80.126669 107.791827) (xy 80.131991 107.785345) (xy 80.136813 107.779127) - (xy 80.139037 107.776117) (xy 80.143242 107.770184) (xy 80.147177 107.764291) (xy 80.15084 107.758437) - (xy 80.154232 107.752624) (xy 80.157352 107.746851) (xy 80.160201 107.741118) (xy 80.162779 107.735425) - (xy 80.165085 107.729772) (xy 80.16712 107.72416) (xy 80.169664 107.715815) (xy 80.171597 107.707562) - (xy 80.17292 107.699398) (xy 80.173632 107.691324) (xy 80.173768 107.685992) (xy 80.17349 107.677762) - (xy 80.172655 107.66978) (xy 80.171264 107.662045) (xy 80.169317 107.654558) (xy 80.166813 107.647317) - (xy 80.163753 107.640325) (xy 80.160136 107.633579) (xy 80.155963 107.62708) (xy 80.151233 107.620829) - (xy 80.145947 107.614826) (xy 80.142114 107.61096) (xy 80.136039 107.605487) (xy 80.129629 107.600552) - (xy 80.122884 107.596155) (xy 80.115805 107.592296) (xy 80.10839 107.588976) (xy 80.100641 107.586195) - (xy 80.092556 107.583952) (xy 80.084137 107.582247) (xy 80.075383 107.58108) (xy 80.069361 107.580602) - (xy 80.06319 107.580362) (xy 80.060049 107.580332) (xy 80.053428 107.580463) (xy 80.046974 107.580857) - (xy 80.040687 107.581512) (xy 80.034568 107.58243) (xy 80.028616 107.58361) (xy 80.022831 107.585052) - (xy 80.017213 107.586756) (xy 80.009099 107.589804) (xy 80.001362 107.593441) (xy 79.994 107.597669) - (xy 79.987015 107.602487) (xy 79.980406 107.607894) (xy 79.974173 107.613891) (xy 79.968433 107.620412) - (xy 79.963251 107.627388) (xy 79.958624 107.63482) (xy 79.955849 107.640028) (xy 79.953321 107.645439) - (xy 79.95104 107.651052) (xy 79.949007 107.656868) (xy 79.947221 107.662887) (xy 79.945682 107.669108) - (xy 79.944391 107.675532) (xy 79.943347 107.682159) (xy 79.94255 107.688988) (xy 79.942 107.69602) - (xy 79.941698 107.703255) (xy 79.94164 107.706948) (xy 79.865436 107.698888) (xy 79.866576 107.688097) - (xy 79.868055 107.677632) (xy 79.869873 107.667493) (xy 79.87203 107.657681) (xy 79.874526 107.648195) - (xy 79.877361 107.639035) (xy 79.880535 107.630202) (xy 79.884047 107.621695) (xy 79.887899 107.613514) - (xy 79.892089 107.60566) (xy 79.896618 107.598131) (xy 79.901486 107.590929) (xy 79.906693 107.584054) - (xy 79.912239 107.577504) (xy 79.918124 107.571281) (xy 79.924347 107.565385) (xy 79.930877 107.559813) - (xy 79.937681 107.5546) (xy 79.944758 107.549747) (xy 79.952109 107.545253) (xy 79.959733 107.541119) - (xy 79.967631 107.537344) (xy 79.975803 107.533929) (xy 79.984248 107.530873) (xy 79.992967 107.528177) - (xy 80.001959 107.52584) (xy 80.011225 107.523863) (xy 80.020765 107.522245) (xy 80.030579 107.520987) - (xy 80.040666 107.520088) (xy 80.051026 107.519549) (xy 80.061661 107.519369) (xy 80.072382 107.519559) - (xy 80.08282 107.520127) (xy 80.092976 107.521075) (xy 80.102849 107.522401) (xy 80.112439 107.524106) - (xy 80.121747 107.526191) (xy 80.130771 107.528654) (xy 80.139513 107.531496) (xy 80.147972 107.534717) - (xy 80.156148 107.538317) (xy 80.164042 107.542296) (xy 80.171652 107.546654) (xy 80.17898 107.551391) - (xy 80.186025 107.556507) (xy 80.192788 107.562002) (xy 80.199267 107.567876) (xy 80.205407 107.57403) - (xy 80.211151 107.580364) (xy 80.216499 107.58688) (xy 80.22145 107.593576) (xy 80.226006 107.600454) - (xy 80.230165 107.607512) (xy 80.233929 107.614751) (xy 80.237296 107.622171) (xy 80.240267 107.629772) - (xy 80.242841 107.637554) (xy 80.24502 107.645517) (xy 80.246803 107.65366) (xy 80.248189 107.661985) - (xy 80.24918 107.67049) (xy 80.249774 107.679176) (xy 80.249972 107.688043) (xy 80.249842 107.694875) - (xy 80.249451 107.701686) (xy 80.248801 107.708476) (xy 80.24789 107.715246) (xy 80.24672 107.721995) - (xy 80.245289 107.728724) (xy 80.243598 107.735432) (xy 80.241646 107.742119) (xy 80.239435 107.748786) - (xy 80.236963 107.755432) (xy 80.235171 107.759851) (xy 80.232223 107.766479) (xy 80.22893 107.773174) - (xy 80.225292 107.779936) (xy 80.221308 107.786765) (xy 80.21698 107.793661) (xy 80.212306 107.800624) - (xy 80.207287 107.807654) (xy 80.20375 107.812377) (xy 80.200058 107.817131) (xy 80.196214 107.821914) - (xy 80.192216 107.826728) (xy 80.188065 107.83157) (xy 80.185931 107.834003) (xy 80.181449 107.838989) - (xy 80.17661 107.844202) (xy 80.171415 107.849641) (xy 80.165864 107.855307) (xy 80.159957 107.8612) - (xy 80.153694 107.867319) (xy 80.147074 107.873665) (xy 80.140099 107.880238) (xy 80.132768 107.887038) - (xy 80.125081 107.894064) (xy 80.117037 107.901317) (xy 80.108638 107.908796) (xy 80.099882 107.916502) - (xy 80.095371 107.920441) (xy 80.090771 107.924435) (xy 80.086081 107.928487) (xy 80.081303 107.932595) - (xy 80.076436 107.93676) (xy 80.071479 107.940981) (xy 80.06333 107.947928) (xy 80.055554 107.954589) - (xy 80.048149 107.960966) (xy 80.041117 107.967057) (xy 80.034456 107.972864) (xy 80.028168 107.978385) - (xy 80.022252 107.983621) (xy 80.016708 107.988572) (xy 80.011536 107.993238) (xy 80.006736 107.997619) - (xy 80.002308 108.001715) (xy 79.996364 108.007324) (xy 79.991257 108.012292) (xy 79.986987 108.016618) - (xy 79.98575 108.017918) (xy 79.981127 108.022978) (xy 79.97671 108.028048) (xy 79.972499 108.033127) - (xy 79.968494 108.038214) (xy 79.964695 108.043311) (xy 79.961103 108.048418) (xy 79.957716 108.053533) - (xy 79.954536 108.058658) + (xy 80.289148 110.181914) (xy 80.289148 110.252256) (xy 79.889665 110.252256) (xy 79.889639 110.245583) + (xy 79.88993 110.238975) (xy 79.890537 110.232431) (xy 79.89146 110.225951) (xy 79.892698 110.219535) + (xy 79.894253 110.213183) (xy 79.896124 110.206895) (xy 79.898311 110.200671) (xy 79.901356 110.193017) + (xy 79.90472 110.185385) (xy 79.908403 110.177777) (xy 79.912407 110.170192) (xy 79.916729 110.16263) + (xy 79.919788 110.157602) (xy 79.922989 110.152584) (xy 79.926332 110.147576) (xy 79.929817 110.142579) + (xy 79.933444 110.137592) (xy 79.937213 110.132615) (xy 79.941124 110.127648) (xy 79.945177 110.122692) + (xy 79.947257 110.120218) (xy 79.951569 110.115205) (xy 79.956114 110.110097) (xy 79.960893 110.104892) + (xy 79.965905 110.099592) (xy 79.971151 110.094195) (xy 79.97663 110.088701) (xy 79.982343 110.083112) + (xy 79.98829 110.077426) (xy 79.99447 110.071645) (xy 80.000884 110.065767) (xy 80.007531 110.059793) + (xy 80.014412 110.053723) (xy 80.021526 110.047556) (xy 80.028874 110.041294) (xy 80.036455 110.034935) + (xy 80.04427 110.02848) (xy 80.050363 110.023421) (xy 80.05633 110.018428) (xy 80.062173 110.0135) + (xy 80.067892 110.008639) (xy 80.073485 110.003844) (xy 80.078953 109.999116) (xy 80.084297 109.994453) + (xy 80.089516 109.989856) (xy 80.09461 109.985326) (xy 80.09958 109.980861) (xy 80.104424 109.976463) + (xy 80.109144 109.972131) (xy 80.113739 109.967865) (xy 80.118209 109.963665) (xy 80.122555 109.959531) + (xy 80.130871 109.951462) (xy 80.138689 109.943658) (xy 80.146007 109.936117) (xy 80.152826 109.928842) + (xy 80.159145 109.92183) (xy 80.164966 109.915083) (xy 80.170288 109.908601) (xy 80.17511 109.902383) + (xy 80.177334 109.899373) (xy 80.181539 109.89344) (xy 80.185474 109.887547) (xy 80.189137 109.881693) + (xy 80.192529 109.87588) (xy 80.195649 109.870107) (xy 80.198498 109.864374) (xy 80.201076 109.858681) + (xy 80.203382 109.853028) (xy 80.205417 109.847416) (xy 80.207961 109.839071) (xy 80.209894 109.830818) + (xy 80.211217 109.822654) (xy 80.211929 109.81458) (xy 80.212065 109.809248) (xy 80.211787 109.801018) + (xy 80.210952 109.793036) (xy 80.209561 109.785301) (xy 80.207614 109.777814) (xy 80.20511 109.770573) + (xy 80.20205 109.763581) (xy 80.198433 109.756835) (xy 80.19426 109.750336) (xy 80.18953 109.744085) + (xy 80.184244 109.738082) (xy 80.180411 109.734216) (xy 80.174336 109.728743) (xy 80.167926 109.723808) + (xy 80.161181 109.719411) (xy 80.154102 109.715552) (xy 80.146687 109.712232) (xy 80.138938 109.709451) + (xy 80.130853 109.707208) (xy 80.122434 109.705503) (xy 80.11368 109.704336) (xy 80.107658 109.703858) + (xy 80.101487 109.703618) (xy 80.098346 109.703588) (xy 80.091725 109.703719) (xy 80.085271 109.704113) + (xy 80.078984 109.704768) (xy 80.072865 109.705686) (xy 80.066913 109.706866) (xy 80.061128 109.708308) + (xy 80.05551 109.710012) (xy 80.047396 109.71306) (xy 80.039659 109.716697) (xy 80.032297 109.720925) + (xy 80.025312 109.725743) (xy 80.018703 109.73115) (xy 80.01247 109.737147) (xy 80.00673 109.743668) + (xy 80.001548 109.750644) (xy 79.996921 109.758076) (xy 79.994146 109.763284) (xy 79.991618 109.768695) + (xy 79.989337 109.774308) (xy 79.987304 109.780124) (xy 79.985518 109.786143) (xy 79.983979 109.792364) + (xy 79.982688 109.798788) (xy 79.981644 109.805415) (xy 79.980847 109.812244) (xy 79.980297 109.819276) + (xy 79.979995 109.826511) (xy 79.979937 109.830204) (xy 79.903733 109.822144) (xy 79.904873 109.811353) + (xy 79.906352 109.800888) (xy 79.90817 109.790749) (xy 79.910327 109.780937) (xy 79.912823 109.771451) + (xy 79.915658 109.762291) (xy 79.918832 109.753458) (xy 79.922344 109.744951) (xy 79.926196 109.73677) + (xy 79.930386 109.728916) (xy 79.934915 109.721387) (xy 79.939783 109.714185) (xy 79.94499 109.70731) + (xy 79.950536 109.70076) (xy 79.956421 109.694537) (xy 79.962644 109.688641) (xy 79.969174 109.683069) + (xy 79.975978 109.677856) (xy 79.983055 109.673003) (xy 79.990406 109.668509) (xy 79.99803 109.664375) + (xy 80.005928 109.6606) (xy 80.0141 109.657185) (xy 80.022545 109.654129) (xy 80.031264 109.651433) + (xy 80.040256 109.649096) (xy 80.049522 109.647119) (xy 80.059062 109.645501) (xy 80.068876 109.644243) + (xy 80.078963 109.643344) (xy 80.089323 109.642805) (xy 80.099958 109.642625) (xy 80.110679 109.642815) + (xy 80.121117 109.643383) (xy 80.131273 109.644331) (xy 80.141146 109.645657) (xy 80.150736 109.647362) + (xy 80.160044 109.649447) (xy 80.169068 109.65191) (xy 80.17781 109.654752) (xy 80.186269 109.657973) + (xy 80.194445 109.661573) (xy 80.202339 109.665552) (xy 80.209949 109.66991) (xy 80.217277 109.674647) + (xy 80.224322 109.679763) (xy 80.231085 109.685258) (xy 80.237564 109.691132) (xy 80.243704 109.697286) + (xy 80.249448 109.70362) (xy 80.254796 109.710136) (xy 80.259747 109.716832) (xy 80.264303 109.72371) + (xy 80.268462 109.730768) (xy 80.272226 109.738007) (xy 80.275593 109.745427) (xy 80.278564 109.753028) + (xy 80.281138 109.76081) (xy 80.283317 109.768773) (xy 80.2851 109.776916) (xy 80.286486 109.785241) + (xy 80.287477 109.793746) (xy 80.288071 109.802432) (xy 80.288269 109.811299) (xy 80.288139 109.818131) + (xy 80.287748 109.824942) (xy 80.287098 109.831732) (xy 80.286187 109.838502) (xy 80.285017 109.845251) + (xy 80.283586 109.85198) (xy 80.281895 109.858688) (xy 80.279943 109.865375) (xy 80.277732 109.872042) + (xy 80.27526 109.878688) (xy 80.273468 109.883107) (xy 80.27052 109.889735) (xy 80.267227 109.89643) + (xy 80.263589 109.903192) (xy 80.259605 109.910021) (xy 80.255277 109.916917) (xy 80.250603 109.92388) + (xy 80.245584 109.93091) (xy 80.242047 109.935633) (xy 80.238355 109.940387) (xy 80.234511 109.94517) + (xy 80.230513 109.949984) (xy 80.226362 109.954826) (xy 80.224228 109.957259) (xy 80.219746 109.962245) + (xy 80.214907 109.967458) (xy 80.209712 109.972897) (xy 80.204161 109.978563) (xy 80.198254 109.984456) + (xy 80.191991 109.990575) (xy 80.185371 109.996921) (xy 80.178396 110.003494) (xy 80.171065 110.010294) + (xy 80.163378 110.01732) (xy 80.155334 110.024573) (xy 80.146935 110.032052) (xy 80.138179 110.039758) + (xy 80.133668 110.043697) (xy 80.129068 110.047691) (xy 80.124378 110.051743) (xy 80.1196 110.055851) + (xy 80.114733 110.060016) (xy 80.109776 110.064237) (xy 80.101627 110.071184) (xy 80.093851 110.077845) + (xy 80.086446 110.084222) (xy 80.079414 110.090313) (xy 80.072753 110.09612) (xy 80.066465 110.101641) + (xy 80.060549 110.106877) (xy 80.055005 110.111828) (xy 80.049833 110.116494) (xy 80.045033 110.120875) + (xy 80.040605 110.124971) (xy 80.034661 110.13058) (xy 80.029554 110.135548) (xy 80.025284 110.139874) + (xy 80.024047 110.141174) (xy 80.019424 110.146234) (xy 80.015007 110.151304) (xy 80.010796 110.156383) + (xy 80.006791 110.16147) (xy 80.002992 110.166567) (xy 79.9994 110.171674) (xy 79.996013 110.176789) + (xy 79.992833 110.181914) ) ) (polygon (pts - (xy 80.328081 107.82902) (xy 80.328102 107.822348) (xy 80.328167 107.815757) (xy 80.328274 107.809248) - (xy 80.328424 107.802821) (xy 80.328617 107.796476) (xy 80.328853 107.790212) (xy 80.329133 107.784031) - (xy 80.329455 107.777931) (xy 80.329819 107.771913) (xy 80.330227 107.765977) (xy 80.330678 107.760123) - (xy 80.331709 107.74866) (xy 80.332911 107.737525) (xy 80.334285 107.726718) (xy 80.33583 107.716237) - (xy 80.337547 107.706084) (xy 80.339437 107.696259) (xy 80.341497 107.686761) (xy 80.34373 107.67759) - (xy 80.346134 107.668747) (xy 80.34871 107.660232) (xy 80.350063 107.656096) (xy 80.352912 107.648008) - (xy 80.355927 107.640155) (xy 80.359108 107.632538) (xy 80.362455 107.625157) (xy 80.365968 107.618012) - (xy 80.369647 107.611102) (xy 80.373492 107.604429) (xy 80.377503 107.597991) (xy 80.38168 107.591789) - (xy 80.386023 107.585823) (xy 80.390533 107.580093) (xy 80.395208 107.574599) (xy 80.400049 107.56934) - (xy 80.405056 107.564318) (xy 80.410229 107.559531) (xy 80.415568 107.55498) (xy 80.421097 107.550668) - (xy 80.4268 107.546634) (xy 80.432678 107.542878) (xy 80.438732 107.5394) (xy 80.444961 107.536201) - (xy 80.451365 107.53328) (xy 80.457944 107.530637) (xy 80.464698 107.528272) (xy 80.471627 107.526185) - (xy 80.478732 107.524377) (xy 80.486012 107.522847) (xy 80.493467 107.521595) (xy 80.501097 107.520621) - (xy 80.508902 107.519926) (xy 80.516883 107.519508) (xy 80.525038 107.519369) (xy 80.531073 107.519446) - (xy 80.537014 107.519676) (xy 80.545749 107.520309) (xy 80.554273 107.521287) (xy 80.562586 107.52261) - (xy 80.570687 107.524279) (xy 80.578577 107.526292) (xy 80.586256 107.528651) (xy 80.593724 107.531355) - (xy 80.600981 107.534404) (xy 80.608026 107.537798) (xy 80.610328 107.539006) (xy 80.617111 107.542842) - (xy 80.623668 107.546983) (xy 80.629998 107.551432) (xy 80.636101 107.556187) (xy 80.641978 107.561248) - (xy 80.647628 107.566616) (xy 80.653052 107.572291) (xy 80.658248 107.578272) (xy 80.663218 107.584559) - (xy 80.667961 107.591153) (xy 80.670998 107.59572) (xy 80.675386 107.602787) (xy 80.679595 107.61014) - (xy 80.683623 107.617779) (xy 80.68747 107.625704) (xy 80.689935 107.631147) (xy 80.69232 107.636716) - (xy 80.694625 107.642412) (xy 80.696849 107.648236) (xy 80.698994 107.654186) (xy 80.701058 107.660264) - (xy 80.703042 107.666469) (xy 80.704946 107.6728) (xy 80.70677 107.679259) (xy 80.708513 107.685845) - (xy 80.710164 107.692621) (xy 80.711708 107.699687) (xy 80.713145 107.707042) (xy 80.714476 107.714687) - (xy 80.7157 107.722622) (xy 80.716818 107.730846) (xy 80.71783 107.73936) (xy 80.718735 107.748164) - (xy 80.719533 107.757257) (xy 80.720226 107.76664) (xy 80.720811 107.776313) (xy 80.72129 107.786275) - (xy 80.721663 107.796527) (xy 80.721929 107.807068) (xy 80.722089 107.8179) (xy 80.722142 107.82902) - (xy 80.722121 107.835648) (xy 80.722057 107.842196) (xy 80.72195 107.848663) (xy 80.721801 107.855051) - (xy 80.721609 107.861358) (xy 80.721374 107.867585) (xy 80.721097 107.873732) (xy 80.720777 107.879799) - (xy 80.720415 107.885785) (xy 80.72001 107.891692) (xy 80.719072 107.903264) (xy 80.717963 107.914516) - (xy 80.716683 107.925448) (xy 80.715233 107.936058) (xy 80.713613 107.946349) (xy 80.711822 107.956318) - (xy 80.70986 107.965967) (xy 80.707727 107.975296) (xy 80.705424 107.984304) (xy 80.702951 107.992991) - (xy 80.700307 108.001358) (xy 80.697493 108.00943) (xy 80.694509 108.01727) (xy 80.691356 108.024877) - (xy 80.688034 108.032252) (xy 80.684542 108.039394) (xy 80.68088 108.046304) (xy 80.67705 108.052982) - (xy 80.673049 108.059427) (xy 80.66888 108.06564) (xy 80.66454 108.07162) (xy 80.660032 108.077368) - (xy 80.655354 108.082883) (xy 80.650506 108.088166) (xy 80.64549 108.093217) (xy 80.640303 108.098035) - (xy 80.634947 108.102621) (xy 80.629418 108.106951) (xy 80.623709 108.111002) (xy 80.617822 108.114773) - (xy 80.611757 108.118265) (xy 80.605512 108.121478) (xy 80.59909 108.124411) (xy 80.592488 108.127065) - (xy 80.585708 108.129439) (xy 80.578749 108.131534) (xy 80.571612 108.13335) (xy 80.564296 108.134887) - (xy 80.556802 108.136144) (xy 80.549129 108.137121) (xy 80.541277 108.13782) (xy 80.533247 108.138239) - (xy 80.525038 108.138378) (xy 80.514267 108.138133) (xy 80.503789 108.137396) (xy 80.493604 108.136168) - (xy 80.483712 108.134449) (xy 80.474113 108.132239) (xy 80.464808 108.129538) (xy 80.455795 108.126345) - (xy 80.447076 108.122661) (xy 80.438649 108.118487) (xy 80.430516 108.113821) (xy 80.422676 108.108663) - (xy 80.415129 108.103015) (xy 80.407875 108.096876) (xy 80.400914 108.090245) (xy 80.394246 108.083123) - (xy 80.387871 108.07551) (xy 80.384193 108.070691) (xy 80.380631 108.065686) (xy 80.377186 108.060495) - (xy 80.373858 108.055118) (xy 80.370646 108.049554) (xy 80.367552 108.043805) (xy 80.364574 108.03787) - (xy 80.361713 108.031748) (xy 80.358969 108.025441) (xy 80.356341 108.018947) (xy 80.35383 108.012268) - (xy 80.351436 108.005402) (xy 80.349159 107.99835) (xy 80.346999 107.991113) (xy 80.344955 107.983689) - (xy 80.343028 107.976079) (xy 80.341218 107.968283) (xy 80.339525 107.960301) (xy 80.337948 107.952133) - (xy 80.336489 107.943779) (xy 80.335146 107.935239) (xy 80.33392 107.926513) (xy 80.33281 107.917601) - (xy 80.331818 107.908503) (xy 80.330942 107.899219) (xy 80.330183 107.889749) (xy 80.32954 107.880092) - (xy 80.329015 107.87025) (xy 80.328606 107.860222) (xy 80.328314 107.850007) (xy 80.328139 107.839607) + (xy 80.366378 109.952276) (xy 80.366399 109.945604) (xy 80.366464 109.939013) (xy 80.366571 109.932504) + (xy 80.366721 109.926077) (xy 80.366914 109.919732) (xy 80.36715 109.913468) (xy 80.36743 109.907287) + (xy 80.367752 109.901187) (xy 80.368116 109.895169) (xy 80.368524 109.889233) (xy 80.368975 109.883379) + (xy 80.370006 109.871916) (xy 80.371208 109.860781) (xy 80.372582 109.849974) (xy 80.374127 109.839493) + (xy 80.375844 109.82934) (xy 80.377734 109.819515) (xy 80.379794 109.810017) (xy 80.382027 109.800846) + (xy 80.384431 109.792003) (xy 80.387007 109.783488) (xy 80.38836 109.779352) (xy 80.391209 109.771264) + (xy 80.394224 109.763411) (xy 80.397405 109.755794) (xy 80.400752 109.748413) (xy 80.404265 109.741268) + (xy 80.407944 109.734358) (xy 80.411789 109.727685) (xy 80.4158 109.721247) (xy 80.419977 109.715045) + (xy 80.42432 109.709079) (xy 80.42883 109.703349) (xy 80.433505 109.697855) (xy 80.438346 109.692596) + (xy 80.443353 109.687574) (xy 80.448526 109.682787) (xy 80.453865 109.678236) (xy 80.459394 109.673924) + (xy 80.465097 109.66989) (xy 80.470975 109.666134) (xy 80.477029 109.662656) (xy 80.483258 109.659457) + (xy 80.489662 109.656536) (xy 80.496241 109.653893) (xy 80.502995 109.651528) (xy 80.509924 109.649441) + (xy 80.517029 109.647633) (xy 80.524309 109.646103) (xy 80.531764 109.644851) (xy 80.539394 109.643877) + (xy 80.547199 109.643182) (xy 80.55518 109.642764) (xy 80.563335 109.642625) (xy 80.56937 109.642702) + (xy 80.575311 109.642932) (xy 80.584046 109.643565) (xy 80.59257 109.644543) (xy 80.600883 109.645866) + (xy 80.608984 109.647535) (xy 80.616874 109.649548) (xy 80.624553 109.651907) (xy 80.632021 109.654611) + (xy 80.639278 109.65766) (xy 80.646323 109.661054) (xy 80.648625 109.662262) (xy 80.655408 109.666098) + (xy 80.661965 109.670239) (xy 80.668295 109.674688) (xy 80.674398 109.679443) (xy 80.680275 109.684504) + (xy 80.685925 109.689872) (xy 80.691349 109.695547) (xy 80.696545 109.701528) (xy 80.701515 109.707815) + (xy 80.706258 109.714409) (xy 80.709295 109.718976) (xy 80.713683 109.726043) (xy 80.717892 109.733396) + (xy 80.72192 109.741035) (xy 80.725767 109.74896) (xy 80.728232 109.754403) (xy 80.730617 109.759972) + (xy 80.732922 109.765668) (xy 80.735146 109.771492) (xy 80.737291 109.777442) (xy 80.739355 109.78352) + (xy 80.741339 109.789725) (xy 80.743243 109.796056) (xy 80.745067 109.802515) (xy 80.74681 109.809101) + (xy 80.748461 109.815877) (xy 80.750005 109.822943) (xy 80.751442 109.830298) (xy 80.752773 109.837943) + (xy 80.753997 109.845878) (xy 80.755115 109.854102) (xy 80.756127 109.862616) (xy 80.757032 109.87142) + (xy 80.75783 109.880513) (xy 80.758523 109.889896) (xy 80.759108 109.899569) (xy 80.759587 109.909531) + (xy 80.75996 109.919783) (xy 80.760226 109.930324) (xy 80.760386 109.941156) (xy 80.760439 109.952276) + (xy 80.760418 109.958904) (xy 80.760354 109.965452) (xy 80.760247 109.971919) (xy 80.760098 109.978307) + (xy 80.759906 109.984614) (xy 80.759671 109.990841) (xy 80.759394 109.996988) (xy 80.759074 110.003055) + (xy 80.758712 110.009041) (xy 80.758307 110.014948) (xy 80.757369 110.02652) (xy 80.75626 110.037772) + (xy 80.75498 110.048704) (xy 80.75353 110.059314) (xy 80.75191 110.069605) (xy 80.750119 110.079574) + (xy 80.748157 110.089223) (xy 80.746024 110.098552) (xy 80.743721 110.10756) (xy 80.741248 110.116247) + (xy 80.738604 110.124614) (xy 80.73579 110.132686) (xy 80.732806 110.140526) (xy 80.729653 110.148133) + (xy 80.726331 110.155508) (xy 80.722839 110.16265) (xy 80.719177 110.16956) (xy 80.715347 110.176238) + (xy 80.711346 110.182683) (xy 80.707177 110.188896) (xy 80.702837 110.194876) (xy 80.698329 110.200624) + (xy 80.693651 110.206139) (xy 80.688803 110.211422) (xy 80.683787 110.216473) (xy 80.6786 110.221291) + (xy 80.673244 110.225877) (xy 80.667715 110.230207) (xy 80.662006 110.234258) (xy 80.656119 110.238029) + (xy 80.650054 110.241521) (xy 80.643809 110.244734) (xy 80.637387 110.247667) (xy 80.630785 110.250321) + (xy 80.624005 110.252695) (xy 80.617046 110.25479) (xy 80.609909 110.256606) (xy 80.602593 110.258143) + (xy 80.595099 110.2594) (xy 80.587426 110.260377) (xy 80.579574 110.261076) (xy 80.571544 110.261495) + (xy 80.563335 110.261634) (xy 80.552564 110.261389) (xy 80.542086 110.260652) (xy 80.531901 110.259424) + (xy 80.522009 110.257705) (xy 80.51241 110.255495) (xy 80.503105 110.252794) (xy 80.494092 110.249601) + (xy 80.485373 110.245917) (xy 80.476946 110.241743) (xy 80.468813 110.237077) (xy 80.460973 110.231919) + (xy 80.453426 110.226271) (xy 80.446172 110.220132) (xy 80.439211 110.213501) (xy 80.432543 110.206379) + (xy 80.426168 110.198766) (xy 80.42249 110.193947) (xy 80.418928 110.188942) (xy 80.415483 110.183751) + (xy 80.412155 110.178374) (xy 80.408943 110.17281) (xy 80.405849 110.167061) (xy 80.402871 110.161126) + (xy 80.40001 110.155004) (xy 80.397266 110.148697) (xy 80.394638 110.142203) (xy 80.392127 110.135524) + (xy 80.389733 110.128658) (xy 80.387456 110.121606) (xy 80.385296 110.114369) (xy 80.383252 110.106945) + (xy 80.381325 110.099335) (xy 80.379515 110.091539) (xy 80.377822 110.083557) (xy 80.376245 110.075389) + (xy 80.374786 110.067035) (xy 80.373443 110.058495) (xy 80.372217 110.049769) (xy 80.371107 110.040857) + (xy 80.370115 110.031759) (xy 80.369239 110.022475) (xy 80.36848 110.013005) (xy 80.367837 110.003348) + (xy 80.367312 109.993506) (xy 80.366903 109.983478) (xy 80.366611 109.973263) (xy 80.366436 109.962863) ) (pts - (xy 80.404284 107.828874) (xy 80.404319 107.838119) (xy 80.404421 107.847168) (xy 80.404591 107.856022) - (xy 80.404829 107.864681) (xy 80.405136 107.873145) (xy 80.405511 107.881414) (xy 80.405953 107.889487) - (xy 80.406464 107.897366) (xy 80.407043 107.905049) (xy 80.407691 107.912537) (xy 80.408406 107.919829) - (xy 80.409189 107.926927) (xy 80.410041 107.933829) (xy 80.41096 107.940536) (xy 80.411948 107.947048) - (xy 80.413004 107.953364) (xy 80.414128 107.959486) (xy 80.41532 107.965412) (xy 80.41658 107.971143) - (xy 80.419305 107.98202) (xy 80.422302 107.992115) (xy 80.425572 108.00143) (xy 80.429115 108.009964) - (xy 80.432929 108.017717) (xy 80.437017 108.02469) (xy 80.439162 108.027883) (xy 80.443585 108.033881) - (xy 80.448134 108.039492) (xy 80.452808 108.044716) (xy 80.457609 108.049553) (xy 80.462535 108.054004) - (xy 80.467588 108.058067) (xy 80.472766 108.061743) (xy 80.47807 108.065032) (xy 80.4835 108.067935) - (xy 80.489057 108.07045) (xy 80.494739 108.072578) (xy 80.500547 108.07432) (xy 80.506481 108.075674) - (xy 80.512541 108.076641) (xy 80.518726 108.077222) (xy 80.525038 108.077415) (xy 80.531368 108.077221) - (xy 80.53757 108.076639) (xy 80.543645 108.075669) (xy 80.549594 108.07431) (xy 80.555415 108.072564) - (xy 80.561109 108.070429) (xy 80.566676 108.067907) (xy 80.572116 108.064996) (xy 80.577429 108.061697) - (xy 80.582615 108.05801) (xy 80.587673 108.053934) (xy 80.592605 108.049471) (xy 80.597409 108.04462) - (xy 80.602087 108.03938) (xy 80.606637 108.033752) (xy 80.61106 108.027736) (xy 80.615284 108.021138) - (xy 80.619235 108.013762) (xy 80.622913 108.005609) (xy 80.62632 107.996678) (xy 80.629453 107.98697) - (xy 80.632314 107.976484) (xy 80.634903 107.965222) (xy 80.636095 107.959299) (xy 80.637219 107.953181) - (xy 80.638275 107.94687) (xy 80.639262 107.940364) (xy 80.640182 107.933663) (xy 80.641034 107.926769) - (xy 80.641817 107.91968) (xy 80.642532 107.912396) (xy 80.643179 107.904919) (xy 80.643758 107.897247) - (xy 80.644269 107.88938) (xy 80.644712 107.88132) (xy 80.645087 107.873064) (xy 80.645393 107.864615) - (xy 80.645632 107.855971) (xy 80.645802 107.847133) (xy 80.645904 107.838101) (xy 80.645938 107.828874) - (xy 80.645904 107.819602) (xy 80.645802 107.810528) (xy 80.645632 107.801649) (xy 80.645393 107.792968) - (xy 80.645087 107.784483) (xy 80.644712 107.776195) (xy 80.644269 107.768103) (xy 80.643758 107.760208) - (xy 80.643179 107.75251) (xy 80.642532 107.745008) (xy 80.641817 107.737703) (xy 80.641034 107.730594) - (xy 80.640182 107.723683) (xy 80.639262 107.716967) (xy 80.638275 107.710449) (xy 80.637219 107.704127) - (xy 80.636095 107.698002) (xy 80.634903 107.692073) (xy 80.633643 107.686341) (xy 80.630918 107.675467) - (xy 80.62792 107.665379) (xy 80.624651 107.656078) (xy 80.621108 107.647564) (xy 80.617294 107.639836) - (xy 80.613206 107.632894) (xy 80.61106 107.629718) (xy 80.606634 107.623738) (xy 80.602075 107.618143) - (xy 80.597384 107.612935) (xy 80.592559 107.608112) (xy 80.587602 107.603675) (xy 80.582512 107.599624) - (xy 80.577289 107.595958) (xy 80.571933 107.592679) (xy 80.566444 107.589785) (xy 80.560823 107.587277) - (xy 80.555069 107.585155) (xy 80.549182 107.583419) (xy 80.543162 107.582069) (xy 80.537009 107.581104) - (xy 80.530724 107.580525) (xy 80.524305 107.580332) (xy 80.517993 107.580502) (xy 80.511842 107.581012) - (xy 80.505853 107.581863) (xy 80.500025 107.583053) (xy 80.494358 107.584583) (xy 80.486161 107.587516) - (xy 80.478327 107.591213) (xy 80.470856 107.595676) (xy 80.466077 107.599077) (xy 80.46146 107.602817) - (xy 80.457004 107.606897) (xy 80.452709 107.611318) (xy 80.448576 107.616078) (xy 80.444605 107.621179) - (xy 80.442679 107.623856) (xy 80.43803 107.631166) (xy 80.433681 107.639209) (xy 80.429631 107.647987) - (xy 80.425882 107.657498) (xy 80.422432 107.667743) (xy 80.419282 107.678722) (xy 80.41782 107.684486) - (xy 80.416433 107.690435) (xy 80.415121 107.696566) (xy 80.413883 107.702881) (xy 80.412721 107.70938) - (xy 80.411633 107.716062) (xy 80.410621 107.722927) (xy 80.409684 107.729976) (xy 80.408821 107.737209) - (xy 80.408034 107.744624) (xy 80.407322 107.752224) (xy 80.406684 107.760007) (xy 80.406122 107.767973) - (xy 80.405634 107.776123) (xy 80.405222 107.784456) (xy 80.404884 107.792972) (xy 80.404622 107.801673) - (xy 80.404434 107.810556) (xy 80.404322 107.819623) + (xy 80.442581 109.95213) (xy 80.442616 109.961375) (xy 80.442718 109.970424) (xy 80.442888 109.979278) + (xy 80.443126 109.987937) (xy 80.443433 109.996401) (xy 80.443808 110.00467) (xy 80.44425 110.012743) + (xy 80.444761 110.020622) (xy 80.44534 110.028305) (xy 80.445988 110.035793) (xy 80.446703 110.043085) + (xy 80.447486 110.050183) (xy 80.448338 110.057085) (xy 80.449257 110.063792) (xy 80.450245 110.070304) + (xy 80.451301 110.07662) (xy 80.452425 110.082742) (xy 80.453617 110.088668) (xy 80.454877 110.094399) + (xy 80.457602 110.105276) (xy 80.460599 110.115371) (xy 80.463869 110.124686) (xy 80.467412 110.13322) + (xy 80.471226 110.140973) (xy 80.475314 110.147946) (xy 80.477459 110.151139) (xy 80.481882 110.157137) + (xy 80.486431 110.162748) (xy 80.491105 110.167972) (xy 80.495906 110.172809) (xy 80.500832 110.17726) + (xy 80.505885 110.181323) (xy 80.511063 110.184999) (xy 80.516367 110.188288) (xy 80.521797 110.191191) + (xy 80.527354 110.193706) (xy 80.533036 110.195834) (xy 80.538844 110.197576) (xy 80.544778 110.19893) + (xy 80.550838 110.199897) (xy 80.557023 110.200478) (xy 80.563335 110.200671) (xy 80.569665 110.200477) + (xy 80.575867 110.199895) (xy 80.581942 110.198925) (xy 80.587891 110.197566) (xy 80.593712 110.19582) + (xy 80.599406 110.193685) (xy 80.604973 110.191163) (xy 80.610413 110.188252) (xy 80.615726 110.184953) + (xy 80.620912 110.181266) (xy 80.62597 110.17719) (xy 80.630902 110.172727) (xy 80.635706 110.167876) + (xy 80.640384 110.162636) (xy 80.644934 110.157008) (xy 80.649357 110.150992) (xy 80.653581 110.144394) + (xy 80.657532 110.137018) (xy 80.66121 110.128865) (xy 80.664617 110.119934) (xy 80.66775 110.110226) + (xy 80.670611 110.09974) (xy 80.6732 110.088478) (xy 80.674392 110.082555) (xy 80.675516 110.076437) + (xy 80.676572 110.070126) (xy 80.677559 110.06362) (xy 80.678479 110.056919) (xy 80.679331 110.050025) + (xy 80.680114 110.042936) (xy 80.680829 110.035652) (xy 80.681476 110.028175) (xy 80.682055 110.020503) + (xy 80.682566 110.012636) (xy 80.683009 110.004576) (xy 80.683384 109.99632) (xy 80.68369 109.987871) + (xy 80.683929 109.979227) (xy 80.684099 109.970389) (xy 80.684201 109.961357) (xy 80.684235 109.95213) + (xy 80.684201 109.942858) (xy 80.684099 109.933784) (xy 80.683929 109.924905) (xy 80.68369 109.916224) + (xy 80.683384 109.907739) (xy 80.683009 109.899451) (xy 80.682566 109.891359) (xy 80.682055 109.883464) + (xy 80.681476 109.875766) (xy 80.680829 109.868264) (xy 80.680114 109.860959) (xy 80.679331 109.85385) + (xy 80.678479 109.846939) (xy 80.677559 109.840223) (xy 80.676572 109.833705) (xy 80.675516 109.827383) + (xy 80.674392 109.821258) (xy 80.6732 109.815329) (xy 80.67194 109.809597) (xy 80.669215 109.798723) + (xy 80.666217 109.788635) (xy 80.662948 109.779334) (xy 80.659405 109.77082) (xy 80.655591 109.763092) + (xy 80.651503 109.75615) (xy 80.649357 109.752974) (xy 80.644931 109.746994) (xy 80.640372 109.741399) + (xy 80.635681 109.736191) (xy 80.630856 109.731368) (xy 80.625899 109.726931) (xy 80.620809 109.72288) + (xy 80.615586 109.719214) (xy 80.61023 109.715935) (xy 80.604741 109.713041) (xy 80.59912 109.710533) + (xy 80.593366 109.708411) (xy 80.587479 109.706675) (xy 80.581459 109.705325) (xy 80.575306 109.70436) + (xy 80.569021 109.703781) (xy 80.562602 109.703588) (xy 80.55629 109.703758) (xy 80.550139 109.704268) + (xy 80.54415 109.705119) (xy 80.538322 109.706309) (xy 80.532655 109.707839) (xy 80.524458 109.710772) + (xy 80.516624 109.714469) (xy 80.509153 109.718932) (xy 80.504374 109.722333) (xy 80.499757 109.726073) + (xy 80.495301 109.730153) (xy 80.491006 109.734574) (xy 80.486873 109.739334) (xy 80.482902 109.744435) + (xy 80.480976 109.747112) (xy 80.476327 109.754422) (xy 80.471978 109.762465) (xy 80.467928 109.771243) + (xy 80.464179 109.780754) (xy 80.460729 109.790999) (xy 80.457579 109.801978) (xy 80.456117 109.807742) + (xy 80.45473 109.813691) (xy 80.453418 109.819822) (xy 80.45218 109.826137) (xy 80.451018 109.832636) + (xy 80.44993 109.839318) (xy 80.448918 109.846183) (xy 80.447981 109.853232) (xy 80.447118 109.860465) + (xy 80.446331 109.86788) (xy 80.445619 109.87548) (xy 80.444981 109.883263) (xy 80.444419 109.891229) + (xy 80.443931 109.899379) (xy 80.443519 109.907712) (xy 80.443181 109.916228) (xy 80.442919 109.924929) + (xy 80.442731 109.933812) (xy 80.442619 109.942879) ) ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 9554f400-5abc-4d21-8122-1b1aabfe9079) ) @@ -1766,9 +1808,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69059a9a-31ef-4b00-bb75-53074efc73e6)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 17 "GPIO4") (pintype "passive") (tstamp a2b171ee-373f-456d-b930-4e52e87c808d)) + (net 13 "GPIO4") (pintype "passive") (tstamp a2b171ee-373f-456d-b930-4e52e87c808d)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "Net-(U2-PC5)") (pintype "passive") (tstamp 5a4ecc64-079c-41ee-8393-75e9fa770b42)) + (net 56 "Net-(U2-PC5)") (pintype "passive") (tstamp 5a4ecc64-079c-41ee-8393-75e9fa770b42)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -1778,214 +1820,214 @@ (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp 1d64c7a7-ef48-4357-9923-0c99dad391a6) - (at 97.535 101.86 -90) + (at 98.489 102.616 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") (property "ki_keywords" "R resistor") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/0b8c47f3-9dd4-49d5-a318-021ea28a9e88") (attr smd) - (fp_text reference "R16" (at 0.67 -1.335 90) (layer "F.SilkS") + (fp_text reference "R16" (at 0.67 -1.335) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp 9c16bbb9-cd58-403d-a75d-0d065bf78905) - (render_cache "R16" 90 + (render_cache "R16" 0 (polygon (pts - (xy 99.119 103.233858) (xy 98.509369 103.233858) (xy 98.509369 102.965973) (xy 98.509434 102.956031) - (xy 98.509628 102.946391) (xy 98.509952 102.937053) (xy 98.510404 102.928017) (xy 98.510987 102.919284) - (xy 98.511698 102.910853) (xy 98.512539 102.902725) (xy 98.513509 102.894898) (xy 98.514609 102.887374) - (xy 98.515838 102.880152) (xy 98.517196 102.873232) (xy 98.518684 102.866615) (xy 98.520301 102.8603) - (xy 98.522048 102.854287) (xy 98.523924 102.848576) (xy 98.525929 102.843167) (xy 98.529229 102.835431) - (xy 98.532975 102.827993) (xy 98.537167 102.820854) (xy 98.541804 102.814014) (xy 98.546887 102.807473) - (xy 98.552415 102.80123) (xy 98.55839 102.795286) (xy 98.564809 102.789642) (xy 98.571675 102.784296) - (xy 98.576499 102.780898) (xy 98.581522 102.777632) (xy 98.584108 102.77605) (xy 98.589362 102.772997) - (xy 98.594684 102.770142) (xy 98.600074 102.767483) (xy 98.605531 102.765022) (xy 98.611055 102.762757) - (xy 98.616648 102.76069) (xy 98.622307 102.758819) (xy 98.628035 102.757145) (xy 98.63383 102.755668) - (xy 98.639692 102.754388) (xy 98.645622 102.753305) (xy 98.651619 102.752419) (xy 98.657684 102.75173) - (xy 98.663817 102.751237) (xy 98.670017 102.750942) (xy 98.676285 102.750844) (xy 98.684356 102.751006) - (xy 98.692268 102.751494) (xy 98.700018 102.752307) (xy 98.707609 102.753445) (xy 98.715039 102.754908) - (xy 98.722309 102.756696) (xy 98.729419 102.75881) (xy 98.736369 102.761248) (xy 98.743158 102.764012) - (xy 98.749787 102.767101) (xy 98.756255 102.770515) (xy 98.762564 102.774254) (xy 98.768712 102.778319) - (xy 98.7747 102.782708) (xy 98.780527 102.787423) (xy 98.786194 102.792463) (xy 98.791636 102.797842) - (xy 98.796826 102.803575) (xy 98.801762 102.809662) (xy 98.806445 102.816102) (xy 98.810875 102.822897) - (xy 98.815052 102.830045) (xy 98.818976 102.837547) (xy 98.822647 102.845402) (xy 98.826066 102.853612) - (xy 98.829231 102.862175) (xy 98.832143 102.871092) (xy 98.834802 102.880363) (xy 98.837208 102.889987) - (xy 98.839361 102.899965) (xy 98.84126 102.910297) (xy 98.842907 102.920983) (xy 98.845787 102.915181) - (xy 98.848657 102.909644) (xy 98.851516 102.904372) (xy 98.855313 102.897756) (xy 98.859091 102.891611) - (xy 98.862851 102.885938) (xy 98.866592 102.880737) (xy 98.870315 102.876007) (xy 98.873096 102.87277) - (xy 98.877207 102.868406) (xy 98.881442 102.864073) (xy 98.885802 102.859769) (xy 98.890287 102.855496) - (xy 98.894897 102.851251) (xy 98.899632 102.847037) (xy 98.904492 102.842853) (xy 98.909476 102.838698) - (xy 98.914585 102.834573) (xy 98.919819 102.830477) (xy 98.925177 102.826412) (xy 98.930661 102.822376) - (xy 98.936269 102.81837) (xy 98.942002 102.814394) (xy 98.94786 102.810448) (xy 98.953842 102.806531) - (xy 99.119 102.701311) (xy 99.119 102.801988) (xy 98.992677 102.881856) (xy 98.985945 102.886185) - (xy 98.979412 102.890419) (xy 98.973081 102.894557) (xy 98.966949 102.898598) (xy 98.961018 102.902544) - (xy 98.955287 102.906393) (xy 98.949757 102.910146) (xy 98.944427 102.913802) (xy 98.939297 102.917363) - (xy 98.934368 102.920828) (xy 98.92735 102.925844) (xy 98.920782 102.930644) (xy 98.914665 102.935227) - (xy 98.909 102.939595) (xy 98.903712 102.943811) (xy 98.898732 102.947942) (xy 98.894057 102.951989) - (xy 98.88969 102.95595) (xy 98.884343 102.9611) (xy 98.879542 102.966099) (xy 98.875285 102.970946) - (xy 98.871573 102.975642) (xy 98.868406 102.980188) (xy 98.86496 102.985793) (xy 98.861858 102.991433) - (xy 98.859098 102.99711) (xy 98.856683 103.002822) (xy 98.85461 103.00857) (xy 98.852882 103.014354) - (xy 98.852286 103.016678) (xy 98.851144 103.023468) (xy 98.8505 103.029331) (xy 98.849999 103.036038) - (xy 98.849702 103.042013) (xy 98.849496 103.048527) (xy 98.849381 103.055582) (xy 98.849355 103.061227) - (xy 98.849355 103.153991) (xy 99.119 103.153991) + (xy 97.115141 104.2) (xy 97.115141 103.590369) (xy 97.383026 103.590369) (xy 97.392968 103.590434) + (xy 97.402608 103.590628) (xy 97.411946 103.590952) (xy 97.420982 103.591404) (xy 97.429715 103.591987) + (xy 97.438146 103.592698) (xy 97.446274 103.593539) (xy 97.454101 103.594509) (xy 97.461625 103.595609) + (xy 97.468847 103.596838) (xy 97.475767 103.598196) (xy 97.482384 103.599684) (xy 97.488699 103.601301) + (xy 97.494712 103.603048) (xy 97.500423 103.604924) (xy 97.505832 103.606929) (xy 97.513568 103.610229) + (xy 97.521006 103.613975) (xy 97.528145 103.618167) (xy 97.534985 103.622804) (xy 97.541526 103.627887) + (xy 97.547769 103.633415) (xy 97.553713 103.63939) (xy 97.559357 103.645809) (xy 97.564703 103.652675) + (xy 97.568101 103.657499) (xy 97.571367 103.662522) (xy 97.572949 103.665108) (xy 97.576002 103.670362) + (xy 97.578857 103.675684) (xy 97.581516 103.681074) (xy 97.583977 103.686531) (xy 97.586242 103.692055) + (xy 97.588309 103.697648) (xy 97.59018 103.703307) (xy 97.591854 103.709035) (xy 97.593331 103.71483) + (xy 97.594611 103.720692) (xy 97.595694 103.726622) (xy 97.59658 103.732619) (xy 97.597269 103.738684) + (xy 97.597762 103.744817) (xy 97.598057 103.751017) (xy 97.598155 103.757285) (xy 97.597993 103.765356) + (xy 97.597505 103.773268) (xy 97.596692 103.781018) (xy 97.595554 103.788609) (xy 97.594091 103.796039) + (xy 97.592303 103.803309) (xy 97.590189 103.810419) (xy 97.587751 103.817369) (xy 97.584987 103.824158) + (xy 97.581898 103.830787) (xy 97.578484 103.837255) (xy 97.574745 103.843564) (xy 97.57068 103.849712) + (xy 97.566291 103.8557) (xy 97.561576 103.861527) (xy 97.556536 103.867194) (xy 97.551157 103.872636) + (xy 97.545424 103.877826) (xy 97.539337 103.882762) (xy 97.532897 103.887445) (xy 97.526102 103.891875) + (xy 97.518954 103.896052) (xy 97.511452 103.899976) (xy 97.503597 103.903647) (xy 97.495387 103.907066) + (xy 97.486824 103.910231) (xy 97.477907 103.913143) (xy 97.468636 103.915802) (xy 97.459012 103.918208) + (xy 97.449034 103.920361) (xy 97.438702 103.92226) (xy 97.428016 103.923907) (xy 97.433818 103.926787) + (xy 97.439355 103.929657) (xy 97.444627 103.932516) (xy 97.451243 103.936313) (xy 97.457388 103.940091) + (xy 97.463061 103.943851) (xy 97.468262 103.947592) (xy 97.472992 103.951315) (xy 97.476229 103.954096) + (xy 97.480593 103.958207) (xy 97.484926 103.962442) (xy 97.48923 103.966802) (xy 97.493503 103.971287) + (xy 97.497748 103.975897) (xy 97.501962 103.980632) (xy 97.506146 103.985492) (xy 97.510301 103.990476) + (xy 97.514426 103.995585) (xy 97.518522 104.000819) (xy 97.522587 104.006177) (xy 97.526623 104.011661) + (xy 97.530629 104.017269) (xy 97.534605 104.023002) (xy 97.538551 104.02886) (xy 97.542468 104.034842) + (xy 97.647688 104.2) (xy 97.547011 104.2) (xy 97.467143 104.073677) (xy 97.462814 104.066945) + (xy 97.45858 104.060412) (xy 97.454442 104.054081) (xy 97.450401 104.047949) (xy 97.446455 104.042018) + (xy 97.442606 104.036287) (xy 97.438853 104.030757) (xy 97.435197 104.025427) (xy 97.431636 104.020297) + (xy 97.428171 104.015368) (xy 97.423155 104.00835) (xy 97.418355 104.001782) (xy 97.413772 103.995665) + (xy 97.409404 103.99) (xy 97.405188 103.984712) (xy 97.401057 103.979732) (xy 97.39701 103.975057) + (xy 97.393049 103.97069) (xy 97.387899 103.965343) (xy 97.3829 103.960542) (xy 97.378053 103.956285) + (xy 97.373357 103.952573) (xy 97.368811 103.949406) (xy 97.363206 103.94596) (xy 97.357566 103.942858) + (xy 97.351889 103.940098) (xy 97.346177 103.937683) (xy 97.340429 103.93561) (xy 97.334645 103.933882) + (xy 97.332321 103.933286) (xy 97.325531 103.932144) (xy 97.319668 103.9315) (xy 97.312961 103.930999) + (xy 97.306986 103.930702) (xy 97.300472 103.930496) (xy 97.293417 103.930381) (xy 97.287772 103.930355) + (xy 97.195008 103.930355) (xy 97.195008 104.2) ) (pts - (xy 98.781358 103.153991) (xy 98.781358 102.982093) (xy 98.781313 102.975335) (xy 98.781177 102.968764) - (xy 98.780951 102.96238) (xy 98.780635 102.956182) (xy 98.780228 102.95017) (xy 98.779448 102.941503) - (xy 98.778464 102.933256) (xy 98.777277 102.925429) (xy 98.775886 102.918022) (xy 98.774292 102.911035) - (xy 98.772494 102.904467) (xy 98.770493 102.898319) (xy 98.769781 102.896364) (xy 98.767489 102.890696) - (xy 98.764955 102.885288) (xy 98.7612 102.878483) (xy 98.757014 102.872141) (xy 98.752398 102.86626) - (xy 98.747352 102.860843) (xy 98.741874 102.855888) (xy 98.735967 102.851395) (xy 98.732852 102.849322) - (xy 98.726408 102.845544) (xy 98.719827 102.84227) (xy 98.713109 102.839499) (xy 98.706254 102.837232) - (xy 98.699261 102.835469) (xy 98.69213 102.83421) (xy 98.684862 102.833454) (xy 98.677457 102.833202) - (xy 98.669406 102.833477) (xy 98.661627 102.8343) (xy 98.654121 102.835671) (xy 98.646889 102.837592) - (xy 98.639929 102.840061) (xy 98.633243 102.843079) (xy 98.626829 102.846645) (xy 98.620689 102.85076) - (xy 98.614822 102.855424) (xy 98.609228 102.860637) (xy 98.60565 102.864417) (xy 98.600595 102.87056) - (xy 98.596038 102.877339) (xy 98.591978 102.884755) (xy 98.588415 102.892808) (xy 98.586316 102.898529) - (xy 98.584437 102.904533) (xy 98.58278 102.910821) (xy 98.581344 102.917391) (xy 98.580129 102.924243) - (xy 98.579134 102.931379) (xy 98.578361 102.938797) (xy 98.577808 102.946498) (xy 98.577477 102.954482) - (xy 98.577367 102.962749) (xy 98.577367 103.153991) + (xy 97.195008 103.862358) (xy 97.366906 103.862358) (xy 97.373664 103.862313) (xy 97.380235 103.862177) + (xy 97.386619 103.861951) (xy 97.392817 103.861635) (xy 97.398829 103.861228) (xy 97.407496 103.860448) + (xy 97.415743 103.859464) (xy 97.42357 103.858277) (xy 97.430977 103.856886) (xy 97.437964 103.855292) + (xy 97.444532 103.853494) (xy 97.45068 103.851493) (xy 97.452635 103.850781) (xy 97.458303 103.848489) + (xy 97.463711 103.845955) (xy 97.470516 103.8422) (xy 97.476858 103.838014) (xy 97.482739 103.833398) + (xy 97.488156 103.828352) (xy 97.493111 103.822874) (xy 97.497604 103.816967) (xy 97.499677 103.813852) + (xy 97.503455 103.807408) (xy 97.506729 103.800827) (xy 97.5095 103.794109) (xy 97.511767 103.787254) + (xy 97.51353 103.780261) (xy 97.514789 103.77313) (xy 97.515545 103.765862) (xy 97.515797 103.758457) + (xy 97.515522 103.750406) (xy 97.514699 103.742627) (xy 97.513328 103.735121) (xy 97.511407 103.727889) + (xy 97.508938 103.720929) (xy 97.50592 103.714243) (xy 97.502354 103.707829) (xy 97.498239 103.701689) + (xy 97.493575 103.695822) (xy 97.488362 103.690228) (xy 97.484582 103.68665) (xy 97.478439 103.681595) + (xy 97.47166 103.677038) (xy 97.464244 103.672978) (xy 97.456191 103.669415) (xy 97.45047 103.667316) + (xy 97.444466 103.665437) (xy 97.438178 103.66378) (xy 97.431608 103.662344) (xy 97.424756 103.661129) + (xy 97.41762 103.660134) (xy 97.410202 103.659361) (xy 97.402501 103.658808) (xy 97.394517 103.658477) + (xy 97.38625 103.658367) (xy 97.195008 103.658367) ) ) (polygon (pts - (xy 99.119 102.379643) (xy 99.119 102.453795) (xy 98.643898 102.453795) (xy 98.648762 102.458971) - (xy 98.653625 102.46444) (xy 98.658489 102.470202) (xy 98.663352 102.476258) (xy 98.668216 102.482608) - (xy 98.673079 102.489252) (xy 98.677943 102.496189) (xy 98.682806 102.50342) (xy 98.686049 102.508403) - (xy 98.689291 102.513517) (xy 98.692533 102.518762) (xy 98.695775 102.524137) (xy 98.698949 102.529543) - (xy 98.702022 102.534879) (xy 98.704994 102.540145) (xy 98.707866 102.545341) (xy 98.711984 102.553004) - (xy 98.715875 102.56051) (xy 98.71954 102.567859) (xy 98.722978 102.575051) (xy 98.726189 102.582085) - (xy 98.729174 102.588963) (xy 98.731932 102.595683) (xy 98.734464 102.602246) (xy 98.659432 102.602246) - (xy 98.655758 102.594522) (xy 98.651988 102.586921) (xy 98.648124 102.579442) (xy 98.644164 102.572085) - (xy 98.640109 102.564851) (xy 98.63596 102.55774) (xy 98.631715 102.550751) (xy 98.627375 102.543884) - (xy 98.622941 102.53714) (xy 98.618411 102.530519) (xy 98.613786 102.52402) (xy 98.609066 102.517644) - (xy 98.604251 102.51139) (xy 98.599342 102.505258) (xy 98.594337 102.499249) (xy 98.589237 102.493363) - (xy 98.584099 102.487644) (xy 98.578981 102.482138) (xy 98.573882 102.476846) (xy 98.568803 102.471766) - (xy 98.563743 102.466899) (xy 98.558703 102.462245) (xy 98.553682 102.457804) (xy 98.54868 102.453576) - (xy 98.543698 102.449561) (xy 98.538736 102.445758) (xy 98.533793 102.442169) (xy 98.528869 102.438793) - (xy 98.52152 102.434128) (xy 98.514215 102.429942) (xy 98.509369 102.427417) (xy 98.509369 102.379643) + (xy 97.969356 104.2) (xy 97.895204 104.2) (xy 97.895204 103.724898) (xy 97.890028 103.729762) + (xy 97.884559 103.734625) (xy 97.878797 103.739489) (xy 97.872741 103.744352) (xy 97.866391 103.749216) + (xy 97.859747 103.754079) (xy 97.85281 103.758943) (xy 97.845579 103.763806) (xy 97.840596 103.767049) + (xy 97.835482 103.770291) (xy 97.830237 103.773533) (xy 97.824862 103.776775) (xy 97.819456 103.779949) + (xy 97.81412 103.783022) (xy 97.808854 103.785994) (xy 97.803658 103.788866) (xy 97.795995 103.792984) + (xy 97.788489 103.796875) (xy 97.78114 103.80054) (xy 97.773948 103.803978) (xy 97.766914 103.807189) + (xy 97.760036 103.810174) (xy 97.753316 103.812932) (xy 97.746753 103.815464) (xy 97.746753 103.740432) + (xy 97.754477 103.736758) (xy 97.762078 103.732988) (xy 97.769557 103.729124) (xy 97.776914 103.725164) + (xy 97.784148 103.721109) (xy 97.791259 103.71696) (xy 97.798248 103.712715) (xy 97.805115 103.708375) + (xy 97.811859 103.703941) (xy 97.81848 103.699411) (xy 97.824979 103.694786) (xy 97.831355 103.690066) + (xy 97.837609 103.685251) (xy 97.843741 103.680342) (xy 97.84975 103.675337) (xy 97.855636 103.670237) + (xy 97.861355 103.665099) (xy 97.866861 103.659981) (xy 97.872153 103.654882) (xy 97.877233 103.649803) + (xy 97.8821 103.644743) (xy 97.886754 103.639703) (xy 97.891195 103.634682) (xy 97.895423 103.62968) + (xy 97.899438 103.624698) (xy 97.903241 103.619736) (xy 97.90683 103.614793) (xy 97.910206 103.609869) + (xy 97.914871 103.60252) (xy 97.919057 103.595215) (xy 97.921582 103.590369) (xy 97.969356 103.590369) ) ) (polygon (pts - (xy 98.662949 101.806943) (xy 98.668811 101.880655) (xy 98.660564 101.882596) (xy 98.652751 101.884681) - (xy 98.645369 101.88691) (xy 98.638421 101.889283) (xy 98.631906 101.891801) (xy 98.625823 101.894463) - (xy 98.620173 101.897269) (xy 98.614956 101.900219) (xy 98.608672 101.904377) (xy 98.603159 101.908792) - (xy 98.597292 101.914548) (xy 98.592003 101.920552) (xy 98.58729 101.926803) (xy 98.583155 101.933302) - (xy 98.579597 101.940047) (xy 98.576616 101.94704) (xy 98.574211 101.954281) (xy 98.572384 101.961768) - (xy 98.571134 101.969503) (xy 98.570461 101.977485) (xy 98.570332 101.982944) (xy 98.570504 101.989518) - (xy 98.571018 101.995939) (xy 98.571874 102.002209) (xy 98.573073 102.008326) (xy 98.574615 102.014292) - (xy 98.576499 102.020105) (xy 98.578726 102.025767) (xy 98.581296 102.031277) (xy 98.584208 102.036634) - (xy 98.587463 102.04184) (xy 98.589823 102.045226) (xy 98.594753 102.051663) (xy 98.600089 102.05784) - (xy 98.605833 102.063757) (xy 98.611983 102.069413) (xy 98.618541 102.074809) (xy 98.625506 102.079945) - (xy 98.630375 102.083225) (xy 98.635425 102.086389) (xy 98.640656 102.089437) (xy 98.646068 102.09237) - (xy 98.651661 102.095187) (xy 98.657434 102.097888) (xy 98.663389 102.100474) (xy 98.669576 102.102908) - (xy 98.676086 102.105193) (xy 98.682917 102.107328) (xy 98.690069 102.109312) (xy 98.697544 102.111147) - (xy 98.70534 102.112832) (xy 98.713458 102.114366) (xy 98.721897 102.115751) (xy 98.730659 102.116986) - (xy 98.739741 102.118071) (xy 98.749146 102.119006) (xy 98.758873 102.11979) (xy 98.768921 102.120425) - (xy 98.779291 102.12091) (xy 98.789982 102.121245) (xy 98.800995 102.12143) (xy 98.793944 102.116297) - (xy 98.787243 102.110956) (xy 98.780892 102.105406) (xy 98.774892 102.099647) (xy 98.769242 102.09368) - (xy 98.763942 102.087504) (xy 98.758993 102.081119) (xy 98.754394 102.074526) (xy 98.750145 102.067724) - (xy 98.746247 102.060714) (xy 98.743842 102.055924) (xy 98.74049 102.048611) (xy 98.737468 102.041237) - (xy 98.734775 102.033801) (xy 98.732412 102.026303) (xy 98.730379 102.018744) (xy 98.728675 102.011122) - (xy 98.727301 102.003439) (xy 98.726257 101.995694) (xy 98.725543 101.987887) (xy 98.725158 101.980018) - (xy 98.725085 101.974738) (xy 98.725299 101.965537) (xy 98.725941 101.956511) (xy 98.727011 101.947659) - (xy 98.72851 101.93898) (xy 98.730437 101.930476) (xy 98.732792 101.922146) (xy 98.735575 101.91399) - (xy 98.738787 101.906008) (xy 98.742426 101.898199) (xy 98.746494 101.890565) (xy 98.75099 101.883105) - (xy 98.755914 101.875819) (xy 98.761267 101.868707) (xy 98.767047 101.861769) (xy 98.773256 101.855005) - (xy 98.779893 101.848415) (xy 98.786851 101.842098) (xy 98.79406 101.836188) (xy 98.801519 101.830685) - (xy 98.809229 101.825591) (xy 98.81719 101.820904) (xy 98.825402 101.816624) (xy 98.833864 101.812752) - (xy 98.842578 101.809287) (xy 98.851542 101.806231) (xy 98.860756 101.803581) (xy 98.870222 101.80134) - (xy 98.879938 101.799506) (xy 98.889904 101.798079) (xy 98.900122 101.79706) (xy 98.91059 101.796449) - (xy 98.921309 101.796245) (xy 98.928404 101.796341) (xy 98.935437 101.79663) (xy 98.942408 101.79711) - (xy 98.949318 101.797784) (xy 98.956165 101.798649) (xy 98.962951 101.799707) (xy 98.969675 101.800957) - (xy 98.976337 101.8024) (xy 98.982938 101.804035) (xy 98.989476 101.805862) (xy 98.995953 101.807882) - (xy 99.002367 101.810093) (xy 99.00872 101.812498) (xy 99.015012 101.815094) (xy 99.021241 101.817883) - (xy 99.027408 101.820865) (xy 99.033437 101.823996) (xy 99.039288 101.827271) (xy 99.04496 101.830691) - (xy 99.050453 101.834255) (xy 99.055767 101.837963) (xy 99.060903 101.841816) (xy 99.065861 101.845813) - (xy 99.070639 101.849954) (xy 99.07524 101.854239) (xy 99.079661 101.858669) (xy 99.083904 101.863243) - (xy 99.087968 101.867961) (xy 99.091854 101.872823) (xy 99.095561 101.87783) (xy 99.09909 101.88298) - (xy 99.10244 101.888276) (xy 99.105581 101.89367) (xy 99.108519 101.899154) (xy 99.111255 101.904729) - (xy 99.113788 101.910395) (xy 99.116118 101.916151) (xy 99.118246 101.921997) (xy 99.120171 101.927934) - (xy 99.121894 101.933961) (xy 99.123414 101.940079) (xy 99.124731 101.946287) (xy 99.125845 101.952586) - (xy 99.126757 101.958975) (xy 99.127467 101.965454) (xy 99.127973 101.972024) (xy 99.128277 101.978685) - (xy 99.128378 101.985435) (xy 99.128111 101.996897) (xy 99.127309 102.00809) (xy 99.125972 102.019016) - (xy 99.124101 102.029674) (xy 99.121695 102.040064) (xy 99.118754 102.050186) (xy 99.115279 102.06004) - (xy 99.111269 102.069626) (xy 99.106725 102.078944) (xy 99.101645 102.087995) (xy 99.096031 102.096777) - (xy 99.089883 102.105291) (xy 99.083199 102.113538) (xy 99.075981 102.121517) (xy 99.068229 102.129228) - (xy 99.059942 102.136671) (xy 99.051041 102.143751) (xy 99.041447 102.150375) (xy 99.036391 102.153515) - (xy 99.031161 102.156542) (xy 99.025758 102.159454) (xy 99.020182 102.162252) (xy 99.014433 102.164936) - (xy 99.00851 102.167505) (xy 99.002415 102.169961) (xy 98.996146 102.172302) (xy 98.989704 102.174529) - (xy 98.983089 102.176641) (xy 98.976301 102.17864) (xy 98.96934 102.180524) (xy 98.962205 102.182295) - (xy 98.954898 102.18395) (xy 98.947417 102.185492) (xy 98.939763 102.18692) (xy 98.931935 102.188233) - (xy 98.923935 102.189432) (xy 98.915762 102.190517) (xy 98.907415 102.191488) (xy 98.898895 102.192344) - (xy 98.890202 102.193087) (xy 98.881336 102.193715) (xy 98.872297 102.194229) (xy 98.863084 102.194628) - (xy 98.853699 102.194914) (xy 98.84414 102.195085) (xy 98.834408 102.195142) (xy 98.82352 102.195079) - (xy 98.812819 102.19489) (xy 98.802305 102.194574) (xy 98.791978 102.194133) (xy 98.781839 102.193565) - (xy 98.771887 102.19287) (xy 98.762121 102.19205) (xy 98.752544 102.191103) (xy 98.743153 102.19003) - (xy 98.73395 102.188831) (xy 98.724933 102.187506) (xy 98.716104 102.186054) (xy 98.707462 102.184476) - (xy 98.699008 102.182772) (xy 98.69074 102.180942) (xy 98.68266 102.178986) (xy 98.674767 102.176903) - (xy 98.667061 102.174694) (xy 98.659542 102.172359) (xy 98.65221 102.169898) (xy 98.645066 102.16731) - (xy 98.638109 102.164596) (xy 98.631339 102.161756) (xy 98.624756 102.15879) (xy 98.61836 102.155697) - (xy 98.612152 102.152479) (xy 98.60613 102.149134) (xy 98.600296 102.145663) (xy 98.59465 102.142065) - (xy 98.58919 102.138342) (xy 98.583917 102.134492) (xy 98.578832 102.130516) (xy 98.570421 102.12331) - (xy 98.562552 102.115797) (xy 98.555226 102.107977) (xy 98.548442 102.099851) (xy 98.542201 102.091418) - (xy 98.536503 102.082678) (xy 98.531348 102.073631) (xy 98.526735 102.064277) (xy 98.522665 102.054616) - (xy 98.519138 102.044649) (xy 98.516153 102.034375) (xy 98.513711 102.023794) (xy 98.511811 102.012906) - (xy 98.510455 102.001711) (xy 98.509641 101.99021) (xy 98.509437 101.984344) (xy 98.509369 101.978401) - (xy 98.509529 101.969582) (xy 98.510008 101.960965) (xy 98.510807 101.95255) (xy 98.511925 101.944338) - (xy 98.513362 101.936329) (xy 98.515119 101.928523) (xy 98.517195 101.920919) (xy 98.519591 101.913518) - (xy 98.522306 101.90632) (xy 98.525341 101.899324) (xy 98.528694 101.892531) (xy 98.532368 101.88594) - (xy 98.536361 101.879552) (xy 98.540673 101.873367) (xy 98.545305 101.867384) (xy 98.550256 101.861604) - (xy 98.55547 101.85605) (xy 98.560928 101.850781) (xy 98.56663 101.845796) (xy 98.572576 101.841097) - (xy 98.578766 101.836683) (xy 98.5852 101.832554) (xy 98.591877 101.82871) (xy 98.598799 101.825151) - (xy 98.605964 101.821877) (xy 98.613373 101.818888) (xy 98.621026 101.816185) (xy 98.628923 101.813766) - (xy 98.637064 101.811633) (xy 98.645448 101.809784) (xy 98.654077 101.808221) + (xy 98.542056 103.743949) (xy 98.468344 103.749811) (xy 98.466403 103.741564) (xy 98.464318 103.733751) + (xy 98.462089 103.726369) (xy 98.459716 103.719421) (xy 98.457198 103.712906) (xy 98.454536 103.706823) + (xy 98.45173 103.701173) (xy 98.44878 103.695956) (xy 98.444622 103.689672) (xy 98.440207 103.684159) + (xy 98.434451 103.678292) (xy 98.428447 103.673003) (xy 98.422196 103.66829) (xy 98.415697 103.664155) + (xy 98.408952 103.660597) (xy 98.401959 103.657616) (xy 98.394718 103.655211) (xy 98.387231 103.653384) + (xy 98.379496 103.652134) (xy 98.371514 103.651461) (xy 98.366055 103.651332) (xy 98.359481 103.651504) + (xy 98.35306 103.652018) (xy 98.34679 103.652874) (xy 98.340673 103.654073) (xy 98.334707 103.655615) + (xy 98.328894 103.657499) (xy 98.323232 103.659726) (xy 98.317722 103.662296) (xy 98.312365 103.665208) + (xy 98.307159 103.668463) (xy 98.303773 103.670823) (xy 98.297336 103.675753) (xy 98.291159 103.681089) + (xy 98.285242 103.686833) (xy 98.279586 103.692983) (xy 98.27419 103.699541) (xy 98.269054 103.706506) + (xy 98.265774 103.711375) (xy 98.26261 103.716425) (xy 98.259562 103.721656) (xy 98.256629 103.727068) + (xy 98.253812 103.732661) (xy 98.251111 103.738434) (xy 98.248525 103.744389) (xy 98.246091 103.750576) + (xy 98.243806 103.757086) (xy 98.241671 103.763917) (xy 98.239687 103.771069) (xy 98.237852 103.778544) + (xy 98.236167 103.78634) (xy 98.234633 103.794458) (xy 98.233248 103.802897) (xy 98.232013 103.811659) + (xy 98.230928 103.820741) (xy 98.229993 103.830146) (xy 98.229209 103.839873) (xy 98.228574 103.849921) + (xy 98.228089 103.860291) (xy 98.227754 103.870982) (xy 98.227569 103.881995) (xy 98.232702 103.874944) + (xy 98.238043 103.868243) (xy 98.243593 103.861892) (xy 98.249352 103.855892) (xy 98.255319 103.850242) + (xy 98.261495 103.844942) (xy 98.26788 103.839993) (xy 98.274473 103.835394) (xy 98.281275 103.831145) + (xy 98.288285 103.827247) (xy 98.293075 103.824842) (xy 98.300388 103.82149) (xy 98.307762 103.818468) + (xy 98.315198 103.815775) (xy 98.322696 103.813412) (xy 98.330255 103.811379) (xy 98.337877 103.809675) + (xy 98.34556 103.808301) (xy 98.353305 103.807257) (xy 98.361112 103.806543) (xy 98.368981 103.806158) + (xy 98.374261 103.806085) (xy 98.383462 103.806299) (xy 98.392488 103.806941) (xy 98.40134 103.808011) + (xy 98.410019 103.80951) (xy 98.418523 103.811437) (xy 98.426853 103.813792) (xy 98.435009 103.816575) + (xy 98.442991 103.819787) (xy 98.4508 103.823426) (xy 98.458434 103.827494) (xy 98.465894 103.83199) + (xy 98.47318 103.836914) (xy 98.480292 103.842267) (xy 98.48723 103.848047) (xy 98.493994 103.854256) + (xy 98.500584 103.860893) (xy 98.506901 103.867851) (xy 98.512811 103.87506) (xy 98.518314 103.882519) + (xy 98.523408 103.890229) (xy 98.528095 103.89819) (xy 98.532375 103.906402) (xy 98.536247 103.914864) + (xy 98.539712 103.923578) (xy 98.542768 103.932542) (xy 98.545418 103.941756) (xy 98.547659 103.951222) + (xy 98.549493 103.960938) (xy 98.55092 103.970904) (xy 98.551939 103.981122) (xy 98.55255 103.99159) + (xy 98.552754 104.002309) (xy 98.552658 104.009404) (xy 98.552369 104.016437) (xy 98.551889 104.023408) + (xy 98.551215 104.030318) (xy 98.55035 104.037165) (xy 98.549292 104.043951) (xy 98.548042 104.050675) + (xy 98.546599 104.057337) (xy 98.544964 104.063938) (xy 98.543137 104.070476) (xy 98.541117 104.076953) + (xy 98.538906 104.083367) (xy 98.536501 104.08972) (xy 98.533905 104.096012) (xy 98.531116 104.102241) + (xy 98.528134 104.108408) (xy 98.525003 104.114437) (xy 98.521728 104.120288) (xy 98.518308 104.12596) + (xy 98.514744 104.131453) (xy 98.511036 104.136767) (xy 98.507183 104.141903) (xy 98.503186 104.146861) + (xy 98.499045 104.151639) (xy 98.49476 104.15624) (xy 98.49033 104.160661) (xy 98.485756 104.164904) + (xy 98.481038 104.168968) (xy 98.476176 104.172854) (xy 98.471169 104.176561) (xy 98.466019 104.18009) + (xy 98.460723 104.18344) (xy 98.455329 104.186581) (xy 98.449845 104.189519) (xy 98.44427 104.192255) + (xy 98.438604 104.194788) (xy 98.432848 104.197118) (xy 98.427002 104.199246) (xy 98.421065 104.201171) + (xy 98.415038 104.202894) (xy 98.40892 104.204414) (xy 98.402712 104.205731) (xy 98.396413 104.206845) + (xy 98.390024 104.207757) (xy 98.383545 104.208467) (xy 98.376975 104.208973) (xy 98.370314 104.209277) + (xy 98.363564 104.209378) (xy 98.352102 104.209111) (xy 98.340909 104.208309) (xy 98.329983 104.206972) + (xy 98.319325 104.205101) (xy 98.308935 104.202695) (xy 98.298813 104.199754) (xy 98.288959 104.196279) + (xy 98.279373 104.192269) (xy 98.270055 104.187725) (xy 98.261004 104.182645) (xy 98.252222 104.177031) + (xy 98.243708 104.170883) (xy 98.235461 104.164199) (xy 98.227482 104.156981) (xy 98.219771 104.149229) + (xy 98.212328 104.140942) (xy 98.205248 104.132041) (xy 98.198624 104.122447) (xy 98.195484 104.117391) + (xy 98.192457 104.112161) (xy 98.189545 104.106758) (xy 98.186747 104.101182) (xy 98.184063 104.095433) + (xy 98.181494 104.08951) (xy 98.179038 104.083415) (xy 98.176697 104.077146) (xy 98.17447 104.070704) + (xy 98.172358 104.064089) (xy 98.170359 104.057301) (xy 98.168475 104.05034) (xy 98.166704 104.043205) + (xy 98.165049 104.035898) (xy 98.163507 104.028417) (xy 98.162079 104.020763) (xy 98.160766 104.012935) + (xy 98.159567 104.004935) (xy 98.158482 103.996762) (xy 98.157511 103.988415) (xy 98.156655 103.979895) + (xy 98.155912 103.971202) (xy 98.155284 103.962336) (xy 98.15477 103.953297) (xy 98.154371 103.944084) + (xy 98.154085 103.934699) (xy 98.153914 103.92514) (xy 98.153857 103.915408) (xy 98.15392 103.90452) + (xy 98.154109 103.893819) (xy 98.154425 103.883305) (xy 98.154866 103.872978) (xy 98.155434 103.862839) + (xy 98.156129 103.852887) (xy 98.156949 103.843121) (xy 98.157896 103.833544) (xy 98.158969 103.824153) + (xy 98.160168 103.81495) (xy 98.161493 103.805933) (xy 98.162945 103.797104) (xy 98.164523 103.788462) + (xy 98.166227 103.780008) (xy 98.168057 103.77174) (xy 98.170013 103.76366) (xy 98.172096 103.755767) + (xy 98.174305 103.748061) (xy 98.17664 103.740542) (xy 98.179101 103.73321) (xy 98.181689 103.726066) + (xy 98.184403 103.719109) (xy 98.187243 103.712339) (xy 98.190209 103.705756) (xy 98.193302 103.69936) + (xy 98.19652 103.693152) (xy 98.199865 103.68713) (xy 98.203336 103.681296) (xy 98.206934 103.67565) + (xy 98.210657 103.67019) (xy 98.214507 103.664917) (xy 98.218483 103.659832) (xy 98.225689 103.651421) + (xy 98.233202 103.643552) (xy 98.241022 103.636226) (xy 98.249148 103.629442) (xy 98.257581 103.623201) + (xy 98.266321 103.617503) (xy 98.275368 103.612348) (xy 98.284722 103.607735) (xy 98.294383 103.603665) + (xy 98.30435 103.600138) (xy 98.314624 103.597153) (xy 98.325205 103.594711) (xy 98.336093 103.592811) + (xy 98.347288 103.591455) (xy 98.358789 103.590641) (xy 98.364655 103.590437) (xy 98.370598 103.590369) + (xy 98.379417 103.590529) (xy 98.388034 103.591008) (xy 98.396449 103.591807) (xy 98.404661 103.592925) + (xy 98.41267 103.594362) (xy 98.420476 103.596119) (xy 98.42808 103.598195) (xy 98.435481 103.600591) + (xy 98.442679 103.603306) (xy 98.449675 103.606341) (xy 98.456468 103.609694) (xy 98.463059 103.613368) + (xy 98.469447 103.617361) (xy 98.475632 103.621673) (xy 98.481615 103.626305) (xy 98.487395 103.631256) + (xy 98.492949 103.63647) (xy 98.498218 103.641928) (xy 98.503203 103.64763) (xy 98.507902 103.653576) + (xy 98.512316 103.659766) (xy 98.516445 103.6662) (xy 98.520289 103.672877) (xy 98.523848 103.679799) + (xy 98.527122 103.686964) (xy 98.530111 103.694373) (xy 98.532814 103.702026) (xy 98.535233 103.709923) + (xy 98.537366 103.718064) (xy 98.539215 103.726448) (xy 98.540778 103.735077) ) (pts - (xy 98.919404 102.109853) (xy 98.926711 102.10971) (xy 98.933959 102.109281) (xy 98.941147 102.108566) - (xy 98.948276 102.107565) (xy 98.955346 102.106279) (xy 98.962356 102.104706) (xy 98.969308 102.102847) - (xy 98.9762 102.100703) (xy 98.983033 102.098272) (xy 98.989806 102.095556) (xy 98.994289 102.093586) - (xy 99.000844 102.090423) (xy 99.0071 102.087033) (xy 99.013058 102.083416) (xy 99.018716 102.079573) - (xy 99.024076 102.075503) (xy 99.029137 102.071206) (xy 99.033899 102.066682) (xy 99.038363 102.061932) - (xy 99.042527 102.056955) (xy 99.046393 102.051752) (xy 99.048804 102.048157) (xy 99.05213 102.042636) - (xy 99.055129 102.037063) (xy 99.057801 102.031439) (xy 99.060145 102.025763) (xy 99.062163 102.020036) - (xy 99.063853 102.014257) (xy 99.065216 102.008426) (xy 99.066252 102.002545) (xy 99.066961 101.996611) - (xy 99.067343 101.990626) (xy 99.067415 101.986608) (xy 99.067075 101.97793) (xy 99.066055 101.969481) - (xy 99.064355 101.961261) (xy 99.061975 101.953271) (xy 99.058915 101.94551) (xy 99.055174 101.937978) - (xy 99.050754 101.930676) (xy 99.045653 101.923602) (xy 99.041875 101.919014) (xy 99.037795 101.914528) - (xy 99.033412 101.910144) (xy 99.028727 101.905861) (xy 99.023783 101.901762) (xy 99.01862 101.897927) - (xy 99.01324 101.894357) (xy 99.007643 101.891051) (xy 99.001828 101.888009) (xy 98.995796 101.885232) - (xy 98.989546 101.88272) (xy 98.983078 101.880472) (xy 98.976393 101.878489) (xy 98.969491 101.876769) - (xy 98.962371 101.875315) (xy 98.955033 101.874125) (xy 98.947478 101.873199) (xy 98.939705 101.872538) - (xy 98.931715 101.872141) (xy 98.923508 101.872009) (xy 98.915627 101.87214) (xy 98.907958 101.872531) - (xy 98.9005 101.873184) (xy 98.893255 101.874097) (xy 98.886221 101.875272) (xy 98.8794 101.876708) - (xy 98.87279 101.878404) (xy 98.866391 101.880362) (xy 98.860205 101.882581) (xy 98.85423 101.885061) - (xy 98.848468 101.887802) (xy 98.842917 101.890804) (xy 98.837577 101.894066) (xy 98.83245 101.89759) - (xy 98.827534 101.901375) (xy 98.822831 101.905421) (xy 98.818376 101.909666) (xy 98.81421 101.914045) - (xy 98.81033 101.918559) (xy 98.806738 101.923208) (xy 98.801889 101.930436) (xy 98.797686 101.937967) - (xy 98.79413 101.945803) (xy 98.79122 101.953942) (xy 98.788957 101.962385) (xy 98.787808 101.968183) - (xy 98.786946 101.974116) (xy 98.786371 101.980184) (xy 98.786084 101.986387) (xy 98.786048 101.989539) - (xy 98.786191 101.995762) (xy 98.786622 102.001867) (xy 98.787341 102.007852) (xy 98.788347 102.013719) - (xy 98.78964 102.019466) (xy 98.792118 102.027864) (xy 98.795243 102.035994) (xy 98.799015 102.043856) - (xy 98.803433 102.05145) (xy 98.806738 102.056364) (xy 98.81033 102.061158) (xy 98.81421 102.065834) - (xy 98.818376 102.070391) (xy 98.822831 102.074828) (xy 98.827518 102.07907) (xy 98.832386 102.083037) - (xy 98.837433 102.086731) (xy 98.84266 102.090151) (xy 98.848067 102.093298) (xy 98.853653 102.096171) - (xy 98.85942 102.098771) (xy 98.865366 102.101097) (xy 98.871491 102.103149) (xy 98.877797 102.104927) - (xy 98.884282 102.106432) (xy 98.890947 102.107664) (xy 98.897792 102.108621) (xy 98.904816 102.109305) - (xy 98.91202 102.109716) + (xy 98.239146 104.000404) (xy 98.239289 104.007711) (xy 98.239718 104.014959) (xy 98.240433 104.022147) + (xy 98.241434 104.029276) (xy 98.24272 104.036346) (xy 98.244293 104.043356) (xy 98.246152 104.050308) + (xy 98.248296 104.0572) (xy 98.250727 104.064033) (xy 98.253443 104.070806) (xy 98.255413 104.075289) + (xy 98.258576 104.081844) (xy 98.261966 104.0881) (xy 98.265583 104.094058) (xy 98.269426 104.099716) + (xy 98.273496 104.105076) (xy 98.277793 104.110137) (xy 98.282317 104.114899) (xy 98.287067 104.119363) + (xy 98.292044 104.123527) (xy 98.297247 104.127393) (xy 98.300842 104.129804) (xy 98.306363 104.13313) + (xy 98.311936 104.136129) (xy 98.31756 104.138801) (xy 98.323236 104.141145) (xy 98.328963 104.143163) + (xy 98.334742 104.144853) (xy 98.340573 104.146216) (xy 98.346454 104.147252) (xy 98.352388 104.147961) + (xy 98.358373 104.148343) (xy 98.362391 104.148415) (xy 98.371069 104.148075) (xy 98.379518 104.147055) + (xy 98.387738 104.145355) (xy 98.395728 104.142975) (xy 98.403489 104.139915) (xy 98.411021 104.136174) + (xy 98.418323 104.131754) (xy 98.425397 104.126653) (xy 98.429985 104.122875) (xy 98.434471 104.118795) + (xy 98.438855 104.114412) (xy 98.443138 104.109727) (xy 98.447237 104.104783) (xy 98.451072 104.09962) + (xy 98.454642 104.09424) (xy 98.457948 104.088643) (xy 98.46099 104.082828) (xy 98.463767 104.076796) + (xy 98.466279 104.070546) (xy 98.468527 104.064078) (xy 98.47051 104.057393) (xy 98.47223 104.050491) + (xy 98.473684 104.043371) (xy 98.474874 104.036033) (xy 98.4758 104.028478) (xy 98.476461 104.020705) + (xy 98.476858 104.012715) (xy 98.47699 104.004508) (xy 98.476859 103.996627) (xy 98.476468 103.988958) + (xy 98.475815 103.9815) (xy 98.474902 103.974255) (xy 98.473727 103.967221) (xy 98.472291 103.9604) + (xy 98.470595 103.95379) (xy 98.468637 103.947391) (xy 98.466418 103.941205) (xy 98.463938 103.93523) + (xy 98.461197 103.929468) (xy 98.458195 103.923917) (xy 98.454933 103.918577) (xy 98.451409 103.91345) + (xy 98.447624 103.908534) (xy 98.443578 103.903831) (xy 98.439333 103.899376) (xy 98.434954 103.89521) + (xy 98.43044 103.89133) (xy 98.425791 103.887738) (xy 98.418563 103.882889) (xy 98.411032 103.878686) + (xy 98.403196 103.87513) (xy 98.395057 103.87222) (xy 98.386614 103.869957) (xy 98.380816 103.868808) + (xy 98.374883 103.867946) (xy 98.368815 103.867371) (xy 98.362612 103.867084) (xy 98.35946 103.867048) + (xy 98.353237 103.867191) (xy 98.347132 103.867622) (xy 98.341147 103.868341) (xy 98.33528 103.869347) + (xy 98.329533 103.87064) (xy 98.321135 103.873118) (xy 98.313005 103.876243) (xy 98.305143 103.880015) + (xy 98.297549 103.884433) (xy 98.292635 103.887738) (xy 98.287841 103.89133) (xy 98.283165 103.89521) + (xy 98.278608 103.899376) (xy 98.274171 103.903831) (xy 98.269929 103.908518) (xy 98.265962 103.913386) + (xy 98.262268 103.918433) (xy 98.258848 103.92366) (xy 98.255701 103.929067) (xy 98.252828 103.934653) + (xy 98.250228 103.94042) (xy 98.247902 103.946366) (xy 98.24585 103.952491) (xy 98.244072 103.958797) + (xy 98.242567 103.965282) (xy 98.241335 103.971947) (xy 98.240378 103.978792) (xy 98.239694 103.985816) + (xy 98.239283 103.99302) ) ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp b71221fa-0c85-404c-86ab-cb0ee4776a68) ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 0c3c72f0-4274-48e6-a944-1ddb9e49b527) ) @@ -2009,10 +2051,10 @@ (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89bdcba1-e52d-4de8-bb65-4bf46d67d742)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9ad54325-0ad2-4609-a63e-632491a67ff5)) - (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 22 "GPIO27") (pintype "passive") (tstamp 4c88e6fd-4435-4a43-9fe9-748e3b7a26e8)) - (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 56 "Net-(U2-PC15)") (pintype "passive") (tstamp d68d89b4-c4b6-4212-a3a1-0a9c362342a4)) + (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 18 "GPIO27") (pintype "passive") (tstamp 4c88e6fd-4435-4a43-9fe9-748e3b7a26e8)) + (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 52 "Net-(U2-PC15)") (pintype "passive") (tstamp d68d89b4-c4b6-4212-a3a1-0a9c362342a4)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -2020,1238 +2062,261 @@ ) ) - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp 1f64db49-5db0-4dd5-87b5-b0c3cbf6c366) - (at 85.66 120.754) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Part Number" "GRM1555C1H1R2WA01D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing") - (property "Height" "0.55") - (property "MPN" "GRM1555C1H1R2WA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D") - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D") + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 292bc093-8d14-4686-bd84-204edf82cae9) + (at 91.63 117.33 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Capacitance" "4.7uF") + (property "MPN" "MLASJ168SC6475MTNA01") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/dff0afcb-55a9-4bef-b454-a29c3569571e") + (property "ki_description" "Unpolarized capacitor, small symbol") + (property "ki_keywords" "capacitor cap") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/f656293b-3b9c-4f40-987e-7466a8b1edc9") (attr smd) - (fp_text reference "C6" (at 1.415346 0.063073) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 43ea4b4e-fe3c-4152-a23c-36cd2bea9049) + (fp_text reference "C6" (at 1.904 -0.019) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) + (tstamp fa0bd3ee-8e9e-4682-bde4-1e27d6feae16) (render_cache "C6" 0 (polygon (pts - (xy 87.034899 120.850357) (xy 87.114913 120.870581) (xy 87.113299 120.876781) (xy 87.111606 120.882888) - (xy 87.109834 120.888903) (xy 87.107984 120.894825) (xy 87.106056 120.900654) (xy 87.104049 120.90639) - (xy 87.101964 120.912034) (xy 87.099801 120.917585) (xy 87.097559 120.923043) (xy 87.092839 120.933682) - (xy 87.087807 120.943949) (xy 87.08246 120.953845) (xy 87.0768 120.963371) (xy 87.070826 120.972525) - (xy 87.064538 120.981309) (xy 87.057936 120.989722) (xy 87.051021 120.997763) (xy 87.043792 121.005434) - (xy 87.03625 121.012734) (xy 87.028394 121.019663) (xy 87.024348 121.022988) (xy 87.016082 121.029341) - (xy 87.007589 121.035284) (xy 86.998868 121.040817) (xy 86.989919 121.045941) (xy 86.980742 121.050654) - (xy 86.971337 121.054958) (xy 86.961705 121.058852) (xy 86.951844 121.062336) (xy 86.941756 121.06541) - (xy 86.93144 121.068074) (xy 86.920896 121.070328) (xy 86.910125 121.072172) (xy 86.899125 121.073607) - (xy 86.887898 121.074632) (xy 86.876443 121.075246) (xy 86.86476 121.075451) (xy 86.858686 121.075412) - (xy 86.852684 121.075295) (xy 86.846753 121.0751) (xy 86.840893 121.074826) (xy 86.829388 121.074045) - (xy 86.818167 121.072951) (xy 86.807232 121.071544) (xy 86.796582 121.069825) (xy 86.786216 121.067794) - (xy 86.776136 121.06545) (xy 86.766341 121.062793) (xy 86.756831 121.059824) (xy 86.747606 121.056542) - (xy 86.738666 121.052948) (xy 86.730011 121.049041) (xy 86.721642 121.044821) (xy 86.713557 121.040289) - (xy 86.705758 121.035444) (xy 86.698233 121.030304) (xy 86.690936 121.024884) (xy 86.683867 121.019185) - (xy 86.677025 121.013206) (xy 86.670412 121.006948) (xy 86.664026 121.000411) (xy 86.657869 120.993594) - (xy 86.651939 120.986498) (xy 86.646237 120.979123) (xy 86.640762 120.971468) (xy 86.635516 120.963534) - (xy 86.630497 120.955321) (xy 86.625706 120.946828) (xy 86.621143 120.938056) (xy 86.616808 120.929004) - (xy 86.612701 120.919673) (xy 86.608833 120.910141) (xy 86.605214 120.900522) (xy 86.601844 120.890815) - (xy 86.598724 120.881022) (xy 86.595854 120.871142) (xy 86.593233 120.861174) (xy 86.590862 120.85112) - (xy 86.588741 120.840978) (xy 86.586869 120.83075) (xy 86.585247 120.820434) (xy 86.583874 120.810032) - (xy 86.582751 120.799542) (xy 86.581877 120.788966) (xy 86.581253 120.778303) (xy 86.580879 120.767552) - (xy 86.580754 120.756715) (xy 86.580789 120.750803) (xy 86.580895 120.744939) (xy 86.581317 120.733354) - (xy 86.582022 120.721959) (xy 86.583007 120.710754) (xy 86.584275 120.699739) (xy 86.585824 120.688914) - (xy 86.587654 120.678279) (xy 86.589767 120.667835) (xy 86.592161 120.65758) (xy 86.594836 120.647515) - (xy 86.597793 120.63764) (xy 86.601032 120.627956) (xy 86.604553 120.618461) (xy 86.608355 120.609157) - (xy 86.612439 120.600042) (xy 86.616804 120.591118) (xy 86.62143 120.582421) (xy 86.626293 120.57399) - (xy 86.631395 120.565825) (xy 86.636735 120.557925) (xy 86.642312 120.550291) (xy 86.648129 120.542923) - (xy 86.654183 120.53582) (xy 86.660475 120.528982) (xy 86.667005 120.522411) (xy 86.673774 120.516105) - (xy 86.680781 120.510064) (xy 86.688026 120.50429) (xy 86.695509 120.49878) (xy 86.70323 120.493537) - (xy 86.711189 120.488559) (xy 86.719386 120.483846) (xy 86.727773 120.479392) (xy 86.736262 120.475225) - (xy 86.744854 120.471346) (xy 86.75355 120.467754) (xy 86.762348 120.464449) (xy 86.77125 120.461432) - (xy 86.780254 120.458702) (xy 86.789362 120.456259) (xy 86.798573 120.454104) (xy 86.807886 120.452236) - (xy 86.817303 120.450656) (xy 86.826823 120.449362) (xy 86.836445 120.448357) (xy 86.846171 120.447638) - (xy 86.856 120.447207) (xy 86.865932 120.447063) (xy 86.877158 120.447246) (xy 86.888159 120.447794) - (xy 86.898934 120.448707) (xy 86.909484 120.449985) (xy 86.919808 120.451629) (xy 86.929906 120.453637) - (xy 86.939779 120.456011) (xy 86.949426 120.45875) (xy 86.958848 120.461855) (xy 86.968045 120.465324) - (xy 86.977015 120.469159) (xy 86.985761 120.473359) (xy 86.99428 120.477924) (xy 87.002574 120.482855) - (xy 87.010643 120.488151) (xy 87.018486 120.493812) (xy 87.02607 120.499804) (xy 87.033361 120.506094) - (xy 87.040358 120.512682) (xy 87.047063 120.519567) (xy 87.053474 120.52675) (xy 87.059592 120.534231) - (xy 87.065417 120.542009) (xy 87.07095 120.550085) (xy 87.076189 120.558459) (xy 87.081134 120.56713) - (xy 87.085787 120.576099) (xy 87.090147 120.585366) (xy 87.094214 120.59493) (xy 87.097987 120.604792) - (xy 87.101468 120.614952) (xy 87.104655 120.62541) (xy 87.025813 120.644021) (xy 87.02312 120.635738) - (xy 87.020277 120.627741) (xy 87.017285 120.62003) (xy 87.014145 120.612605) (xy 87.010855 120.605467) - (xy 87.007417 120.598615) (xy 87.00383 120.592049) (xy 87.000095 120.585769) (xy 86.99621 120.579775) - (xy 86.992177 120.574068) (xy 86.987994 120.568647) (xy 86.983663 120.563512) (xy 86.979183 120.558664) - (xy 86.974554 120.554101) (xy 86.969777 120.549825) (xy 86.96485 120.545835) (xy 86.959769 120.542109) - (xy 86.954528 120.538622) (xy 86.949127 120.535377) (xy 86.943565 120.532371) (xy 86.937843 120.529606) - (xy 86.93196 120.527082) (xy 86.925917 120.524798) (xy 86.919714 120.522754) (xy 86.913351 120.520951) - (xy 86.906827 120.519388) (xy 86.900144 120.518066) (xy 86.893299 120.516984) (xy 86.886295 120.516143) - (xy 86.87913 120.515541) (xy 86.871805 120.515181) (xy 86.86432 120.515061) (xy 86.855708 120.515192) - (xy 86.847273 120.515587) (xy 86.839015 120.516246) (xy 86.830935 120.517167) (xy 86.823033 120.518352) - (xy 86.815307 120.5198) (xy 86.80776 120.521512) (xy 86.800389 120.523487) (xy 86.793197 120.525725) - (xy 86.786181 120.528227) (xy 86.779344 120.530992) (xy 86.772683 120.53402) (xy 86.7662 120.537312) - (xy 86.759895 120.540866) (xy 86.753767 120.544685) (xy 86.747816 120.548766) (xy 86.742081 120.553069) - (xy 86.736562 120.557552) (xy 86.731259 120.562215) (xy 86.726173 120.567057) (xy 86.721303 120.572079) - (xy 86.71665 120.577281) (xy 86.712213 120.582662) (xy 86.707992 120.588224) (xy 86.703988 120.593965) - (xy 86.7002 120.599885) (xy 86.696629 120.605986) (xy 86.693274 120.612266) (xy 86.690135 120.618726) - (xy 86.687213 120.625366) (xy 86.684507 120.632186) (xy 86.682017 120.639185) (xy 86.679728 120.646288) - (xy 86.677586 120.65342) (xy 86.675593 120.660581) (xy 86.673747 120.66777) (xy 86.672048 120.674988) - (xy 86.670497 120.682235) (xy 86.669094 120.68951) (xy 86.667839 120.696814) (xy 86.666731 120.704146) - (xy 86.665771 120.711507) (xy 86.664959 120.718897) (xy 86.664294 120.726315) (xy 86.663777 120.733762) - (xy 86.663408 120.741238) (xy 86.663187 120.748742) (xy 86.663113 120.756275) (xy 86.6632 120.765925) - (xy 86.663463 120.77542) (xy 86.663901 120.78476) (xy 86.664514 120.793946) (xy 86.665302 120.802978) - (xy 86.666266 120.811855) (xy 86.667404 120.820577) (xy 86.668718 120.829145) (xy 86.670207 120.837558) - (xy 86.671871 120.845817) (xy 86.67371 120.853921) (xy 86.675725 120.86187) (xy 86.677914 120.869665) - (xy 86.680279 120.877306) (xy 86.682819 120.884791) (xy 86.685534 120.892123) (xy 86.688452 120.899245) - (xy 86.691563 120.906138) (xy 86.694868 120.912805) (xy 86.698366 120.919243) (xy 86.702058 120.925453) - (xy 86.705943 120.931436) (xy 86.710022 120.937191) (xy 86.714294 120.942718) (xy 86.71876 120.948017) - (xy 86.723419 120.953088) (xy 86.728271 120.957931) (xy 86.733317 120.962547) (xy 86.738557 120.966935) - (xy 86.74399 120.971095) (xy 86.749617 120.975027) (xy 86.755437 120.978731) (xy 86.761402 120.982209) - (xy 86.767428 120.985463) (xy 86.773515 120.988493) (xy 86.779662 120.991298) (xy 86.785871 120.993878) - (xy 86.792139 120.996234) (xy 86.798469 120.998366) (xy 86.804859 121.000273) (xy 86.81131 121.001956) - (xy 86.817822 121.003415) (xy 86.824394 121.004649) (xy 86.831027 121.005659) (xy 86.83772 121.006444) - (xy 86.844475 121.007005) (xy 86.85129 121.007342) (xy 86.858165 121.007454) (xy 86.866475 121.0073) - (xy 86.874624 121.006836) (xy 86.882613 121.006063) (xy 86.890442 121.004981) (xy 86.89811 121.00359) - (xy 86.905618 121.00189) (xy 86.912966 120.999881) (xy 86.920154 120.997562) (xy 86.927181 120.994935) - (xy 86.934048 120.991998) (xy 86.940755 120.988752) (xy 86.947302 120.985198) (xy 86.953688 120.981334) - (xy 86.959914 120.97716) (xy 86.965979 120.972678) (xy 86.971885 120.967887) (xy 86.977592 120.962791) - (xy 86.983063 120.957395) (xy 86.988299 120.951699) (xy 86.993299 120.945704) (xy 86.998062 120.939408) - (xy 87.002591 120.932812) (xy 87.006883 120.925916) (xy 87.010939 120.918721) (xy 87.01476 120.911225) - (xy 87.018344 120.90343) (xy 87.021693 120.895334) (xy 87.024806 120.886939) (xy 87.027683 120.878243) - (xy 87.030324 120.869248) (xy 87.03273 120.859953) + (xy 89.685553 117.382284) (xy 89.765567 117.402508) (xy 89.763953 117.408708) (xy 89.76226 117.414815) + (xy 89.760488 117.42083) (xy 89.758638 117.426752) (xy 89.75671 117.432581) (xy 89.754703 117.438317) + (xy 89.752618 117.443961) (xy 89.750455 117.449512) (xy 89.748213 117.45497) (xy 89.743493 117.465609) + (xy 89.738461 117.475876) (xy 89.733114 117.485772) (xy 89.727454 117.495298) (xy 89.72148 117.504452) + (xy 89.715192 117.513236) (xy 89.70859 117.521649) (xy 89.701675 117.52969) (xy 89.694446 117.537361) + (xy 89.686904 117.544661) (xy 89.679048 117.55159) (xy 89.675002 117.554915) (xy 89.666736 117.561268) + (xy 89.658243 117.567211) (xy 89.649522 117.572744) (xy 89.640573 117.577868) (xy 89.631396 117.582581) + (xy 89.621991 117.586885) (xy 89.612359 117.590779) (xy 89.602498 117.594263) (xy 89.59241 117.597337) + (xy 89.582094 117.600001) (xy 89.57155 117.602255) (xy 89.560779 117.604099) (xy 89.549779 117.605534) + (xy 89.538552 117.606559) (xy 89.527097 117.607173) (xy 89.515414 117.607378) (xy 89.50934 117.607339) + (xy 89.503338 117.607222) (xy 89.497407 117.607027) (xy 89.491547 117.606753) (xy 89.480042 117.605972) + (xy 89.468821 117.604878) (xy 89.457886 117.603471) (xy 89.447236 117.601752) (xy 89.43687 117.599721) + (xy 89.42679 117.597377) (xy 89.416995 117.59472) (xy 89.407485 117.591751) (xy 89.39826 117.588469) + (xy 89.38932 117.584875) (xy 89.380665 117.580968) (xy 89.372296 117.576748) (xy 89.364211 117.572216) + (xy 89.356412 117.567371) (xy 89.348887 117.562231) (xy 89.34159 117.556811) (xy 89.334521 117.551112) + (xy 89.327679 117.545133) (xy 89.321066 117.538875) (xy 89.31468 117.532338) (xy 89.308523 117.525521) + (xy 89.302593 117.518425) (xy 89.296891 117.51105) (xy 89.291416 117.503395) (xy 89.28617 117.495461) + (xy 89.281151 117.487248) (xy 89.27636 117.478755) (xy 89.271797 117.469983) (xy 89.267462 117.460931) + (xy 89.263355 117.4516) (xy 89.259487 117.442068) (xy 89.255868 117.432449) (xy 89.252498 117.422742) + (xy 89.249378 117.412949) (xy 89.246508 117.403069) (xy 89.243887 117.393101) (xy 89.241516 117.383047) + (xy 89.239395 117.372905) (xy 89.237523 117.362677) (xy 89.235901 117.352361) (xy 89.234528 117.341959) + (xy 89.233405 117.331469) (xy 89.232531 117.320893) (xy 89.231907 117.31023) (xy 89.231533 117.299479) + (xy 89.231408 117.288642) (xy 89.231443 117.28273) (xy 89.231549 117.276866) (xy 89.231971 117.265281) + (xy 89.232676 117.253886) (xy 89.233661 117.242681) (xy 89.234929 117.231666) (xy 89.236478 117.220841) + (xy 89.238308 117.210206) (xy 89.240421 117.199762) (xy 89.242815 117.189507) (xy 89.24549 117.179442) + (xy 89.248447 117.169567) (xy 89.251686 117.159883) (xy 89.255207 117.150388) (xy 89.259009 117.141084) + (xy 89.263093 117.131969) (xy 89.267458 117.123045) (xy 89.272084 117.114348) (xy 89.276947 117.105917) + (xy 89.282049 117.097752) (xy 89.287389 117.089852) (xy 89.292966 117.082218) (xy 89.298783 117.07485) + (xy 89.304837 117.067747) (xy 89.311129 117.060909) (xy 89.317659 117.054338) (xy 89.324428 117.048032) + (xy 89.331435 117.041991) (xy 89.33868 117.036217) (xy 89.346163 117.030707) (xy 89.353884 117.025464) + (xy 89.361843 117.020486) (xy 89.37004 117.015773) (xy 89.378427 117.011319) (xy 89.386916 117.007152) + (xy 89.395508 117.003273) (xy 89.404204 116.999681) (xy 89.413002 116.996376) (xy 89.421904 116.993359) + (xy 89.430908 116.990629) (xy 89.440016 116.988186) (xy 89.449227 116.986031) (xy 89.45854 116.984163) + (xy 89.467957 116.982583) (xy 89.477477 116.981289) (xy 89.487099 116.980284) (xy 89.496825 116.979565) + (xy 89.506654 116.979134) (xy 89.516586 116.97899) (xy 89.527812 116.979173) (xy 89.538813 116.979721) + (xy 89.549588 116.980634) (xy 89.560138 116.981912) (xy 89.570462 116.983556) (xy 89.58056 116.985564) + (xy 89.590433 116.987938) (xy 89.60008 116.990677) (xy 89.609502 116.993782) (xy 89.618699 116.997251) + (xy 89.627669 117.001086) (xy 89.636415 117.005286) (xy 89.644934 117.009851) (xy 89.653228 117.014782) + (xy 89.661297 117.020078) (xy 89.66914 117.025739) (xy 89.676724 117.031731) (xy 89.684015 117.038021) + (xy 89.691012 117.044609) (xy 89.697717 117.051494) (xy 89.704128 117.058677) (xy 89.710246 117.066158) + (xy 89.716071 117.073936) (xy 89.721604 117.082012) (xy 89.726843 117.090386) (xy 89.731788 117.099057) + (xy 89.736441 117.108026) (xy 89.740801 117.117293) (xy 89.744868 117.126857) (xy 89.748641 117.136719) + (xy 89.752122 117.146879) (xy 89.755309 117.157337) (xy 89.676467 117.175948) (xy 89.673774 117.167665) + (xy 89.670931 117.159668) (xy 89.667939 117.151957) (xy 89.664799 117.144532) (xy 89.661509 117.137394) + (xy 89.658071 117.130542) (xy 89.654484 117.123976) (xy 89.650749 117.117696) (xy 89.646864 117.111702) + (xy 89.642831 117.105995) (xy 89.638648 117.100574) (xy 89.634317 117.095439) (xy 89.629837 117.090591) + (xy 89.625208 117.086028) (xy 89.620431 117.081752) (xy 89.615504 117.077762) (xy 89.610423 117.074036) + (xy 89.605182 117.070549) (xy 89.599781 117.067304) (xy 89.594219 117.064298) (xy 89.588497 117.061533) + (xy 89.582614 117.059009) (xy 89.576571 117.056725) (xy 89.570368 117.054681) (xy 89.564005 117.052878) + (xy 89.557481 117.051315) (xy 89.550798 117.049993) (xy 89.543953 117.048911) (xy 89.536949 117.04807) + (xy 89.529784 117.047468) (xy 89.522459 117.047108) (xy 89.514974 117.046988) (xy 89.506362 117.047119) + (xy 89.497927 117.047514) (xy 89.489669 117.048173) (xy 89.481589 117.049094) (xy 89.473687 117.050279) + (xy 89.465961 117.051727) (xy 89.458414 117.053439) (xy 89.451043 117.055414) (xy 89.443851 117.057652) + (xy 89.436835 117.060154) (xy 89.429998 117.062919) (xy 89.423337 117.065947) (xy 89.416854 117.069239) + (xy 89.410549 117.072793) (xy 89.404421 117.076612) (xy 89.39847 117.080693) (xy 89.392735 117.084996) + (xy 89.387216 117.089479) (xy 89.381913 117.094142) (xy 89.376827 117.098984) (xy 89.371957 117.104006) + (xy 89.367304 117.109208) (xy 89.362867 117.114589) (xy 89.358646 117.120151) (xy 89.354642 117.125892) + (xy 89.350854 117.131812) (xy 89.347283 117.137913) (xy 89.343928 117.144193) (xy 89.340789 117.150653) + (xy 89.337867 117.157293) (xy 89.335161 117.164113) (xy 89.332671 117.171112) (xy 89.330382 117.178215) + (xy 89.32824 117.185347) (xy 89.326247 117.192508) (xy 89.324401 117.199697) (xy 89.322702 117.206915) + (xy 89.321151 117.214162) (xy 89.319748 117.221437) (xy 89.318493 117.228741) (xy 89.317385 117.236073) + (xy 89.316425 117.243434) (xy 89.315613 117.250824) (xy 89.314948 117.258242) (xy 89.314431 117.265689) + (xy 89.314062 117.273165) (xy 89.313841 117.280669) (xy 89.313767 117.288202) (xy 89.313854 117.297852) + (xy 89.314117 117.307347) (xy 89.314555 117.316687) (xy 89.315168 117.325873) (xy 89.315956 117.334905) + (xy 89.31692 117.343782) (xy 89.318058 117.352504) (xy 89.319372 117.361072) (xy 89.320861 117.369485) + (xy 89.322525 117.377744) (xy 89.324364 117.385848) (xy 89.326379 117.393797) (xy 89.328568 117.401592) + (xy 89.330933 117.409233) (xy 89.333473 117.416718) (xy 89.336188 117.42405) (xy 89.339106 117.431172) + (xy 89.342217 117.438065) (xy 89.345522 117.444732) (xy 89.34902 117.45117) (xy 89.352712 117.45738) + (xy 89.356597 117.463363) (xy 89.360676 117.469118) (xy 89.364948 117.474645) (xy 89.369414 117.479944) + (xy 89.374073 117.485015) (xy 89.378925 117.489858) (xy 89.383971 117.494474) (xy 89.389211 117.498862) + (xy 89.394644 117.503022) (xy 89.400271 117.506954) (xy 89.406091 117.510658) (xy 89.412056 117.514136) + (xy 89.418082 117.51739) (xy 89.424169 117.52042) (xy 89.430316 117.523225) (xy 89.436525 117.525805) + (xy 89.442793 117.528161) (xy 89.449123 117.530293) (xy 89.455513 117.5322) (xy 89.461964 117.533883) + (xy 89.468476 117.535342) (xy 89.475048 117.536576) (xy 89.481681 117.537586) (xy 89.488374 117.538371) + (xy 89.495129 117.538932) (xy 89.501944 117.539269) (xy 89.508819 117.539381) (xy 89.517129 117.539227) + (xy 89.525278 117.538763) (xy 89.533267 117.53799) (xy 89.541096 117.536908) (xy 89.548764 117.535517) + (xy 89.556272 117.533817) (xy 89.56362 117.531808) (xy 89.570808 117.529489) (xy 89.577835 117.526862) + (xy 89.584702 117.523925) (xy 89.591409 117.520679) (xy 89.597956 117.517125) (xy 89.604342 117.513261) + (xy 89.610568 117.509087) (xy 89.616633 117.504605) (xy 89.622539 117.499814) (xy 89.628246 117.494718) + (xy 89.633717 117.489322) (xy 89.638953 117.483626) (xy 89.643953 117.477631) (xy 89.648716 117.471335) + (xy 89.653245 117.464739) (xy 89.657537 117.457843) (xy 89.661593 117.450648) (xy 89.665414 117.443152) + (xy 89.668998 117.435357) (xy 89.672347 117.427261) (xy 89.67546 117.418866) (xy 89.678337 117.41017) + (xy 89.680978 117.401175) (xy 89.683384 117.39188) ) ) (polygon (pts - (xy 87.564809 120.610022) (xy 87.491096 120.615884) (xy 87.489155 120.607637) (xy 87.487071 120.599824) - (xy 87.484842 120.592442) (xy 87.482468 120.585494) (xy 87.479951 120.578979) (xy 87.477289 120.572896) - (xy 87.474483 120.567246) (xy 87.471532 120.562029) (xy 87.467374 120.555745) (xy 87.462959 120.550232) - (xy 87.457203 120.544365) (xy 87.451199 120.539076) (xy 87.444948 120.534363) (xy 87.43845 120.530228) - (xy 87.431704 120.52667) (xy 87.424711 120.523689) (xy 87.417471 120.521284) (xy 87.409983 120.519457) - (xy 87.402248 120.518207) (xy 87.394266 120.517534) (xy 87.388807 120.517405) (xy 87.382234 120.517577) - (xy 87.375812 120.518091) (xy 87.369543 120.518947) (xy 87.363425 120.520146) (xy 87.357459 120.521688) - (xy 87.351646 120.523572) (xy 87.345984 120.525799) (xy 87.340475 120.528369) (xy 87.335117 120.531281) - (xy 87.329911 120.534536) (xy 87.326525 120.536896) (xy 87.320088 120.541826) (xy 87.313911 120.547162) - (xy 87.307995 120.552906) (xy 87.302338 120.559056) (xy 87.296942 120.565614) (xy 87.291806 120.572579) - (xy 87.288526 120.577448) (xy 87.285362 120.582498) (xy 87.282314 120.587729) (xy 87.279382 120.593141) - (xy 87.276565 120.598734) (xy 87.273863 120.604507) (xy 87.271277 120.610462) (xy 87.268843 120.616649) - (xy 87.266558 120.623159) (xy 87.264424 120.62999) (xy 87.262439 120.637142) (xy 87.260604 120.644617) - (xy 87.25892 120.652413) (xy 87.257385 120.660531) (xy 87.256 120.66897) (xy 87.254765 120.677732) - (xy 87.253681 120.686814) (xy 87.252746 120.696219) (xy 87.251961 120.705946) (xy 87.251326 120.715994) - (xy 87.250841 120.726364) (xy 87.250506 120.737055) (xy 87.250321 120.748068) (xy 87.255454 120.741017) - (xy 87.260795 120.734316) (xy 87.266345 120.727965) (xy 87.272104 120.721965) (xy 87.278071 120.716315) - (xy 87.284247 120.711015) (xy 87.290632 120.706066) (xy 87.297225 120.701467) (xy 87.304027 120.697218) - (xy 87.311038 120.69332) (xy 87.315827 120.690915) (xy 87.32314 120.687563) (xy 87.330514 120.684541) - (xy 87.33795 120.681848) (xy 87.345448 120.679485) (xy 87.353008 120.677452) (xy 87.360629 120.675748) - (xy 87.368313 120.674374) (xy 87.376058 120.67333) (xy 87.383865 120.672616) (xy 87.391733 120.672231) - (xy 87.397014 120.672158) (xy 87.406214 120.672372) (xy 87.41524 120.673014) (xy 87.424093 120.674084) - (xy 87.432771 120.675583) (xy 87.441275 120.67751) (xy 87.449605 120.679865) (xy 87.457761 120.682648) - (xy 87.465744 120.68586) (xy 87.473552 120.689499) (xy 87.481186 120.693567) (xy 87.488646 120.698063) - (xy 87.495932 120.702987) (xy 87.503044 120.70834) (xy 87.509982 120.71412) (xy 87.516746 120.720329) - (xy 87.523336 120.726966) (xy 87.529654 120.733924) (xy 87.535564 120.741133) (xy 87.541066 120.748592) - (xy 87.546161 120.756302) (xy 87.550848 120.764263) (xy 87.555127 120.772475) (xy 87.558999 120.780937) - (xy 87.562464 120.789651) (xy 87.565521 120.798615) (xy 87.56817 120.807829) (xy 87.570412 120.817295) - (xy 87.572246 120.827011) (xy 87.573672 120.836977) (xy 87.574691 120.847195) (xy 87.575303 120.857663) - (xy 87.575506 120.868382) (xy 87.57541 120.875477) (xy 87.575122 120.88251) (xy 87.574641 120.889481) - (xy 87.573968 120.896391) (xy 87.573102 120.903238) (xy 87.572044 120.910024) (xy 87.570794 120.916748) - (xy 87.569351 120.92341) (xy 87.567717 120.930011) (xy 87.565889 120.936549) (xy 87.56387 120.943026) - (xy 87.561658 120.94944) (xy 87.559254 120.955793) (xy 87.556657 120.962085) (xy 87.553868 120.968314) - (xy 87.550887 120.974481) (xy 87.547755 120.98051) (xy 87.54448 120.986361) (xy 87.54106 120.992033) - (xy 87.537496 120.997526) (xy 87.533788 121.00284) (xy 87.529935 121.007976) (xy 87.525938 121.012934) - (xy 87.521797 121.017712) (xy 87.517512 121.022313) (xy 87.513082 121.026734) (xy 87.508509 121.030977) - (xy 87.503791 121.035041) (xy 87.498928 121.038927) (xy 87.493922 121.042634) (xy 87.488771 121.046163) - (xy 87.483476 121.049513) (xy 87.478082 121.052654) (xy 87.472597 121.055592) (xy 87.467022 121.058328) - (xy 87.461356 121.060861) (xy 87.455601 121.063191) (xy 87.449754 121.065319) (xy 87.443817 121.067244) - (xy 87.43779 121.068967) (xy 87.431672 121.070487) (xy 87.425464 121.071804) (xy 87.419166 121.072918) - (xy 87.412777 121.07383) (xy 87.406297 121.07454) (xy 87.399727 121.075046) (xy 87.393067 121.07535) - (xy 87.386316 121.075451) (xy 87.374854 121.075184) (xy 87.363661 121.074382) (xy 87.352735 121.073045) - (xy 87.342077 121.071174) (xy 87.331688 121.068768) (xy 87.321566 121.065827) (xy 87.311712 121.062352) - (xy 87.302125 121.058342) (xy 87.292807 121.053798) (xy 87.283757 121.048718) (xy 87.274974 121.043104) - (xy 87.26646 121.036956) (xy 87.258213 121.030272) (xy 87.250234 121.023054) (xy 87.242524 121.015302) - (xy 87.235081 121.007015) (xy 87.228 120.998114) (xy 87.221376 120.98852) (xy 87.218236 120.983464) - (xy 87.215209 120.978234) (xy 87.212297 120.972831) (xy 87.209499 120.967255) (xy 87.206816 120.961506) - (xy 87.204246 120.955583) (xy 87.201791 120.949488) (xy 87.199449 120.943219) (xy 87.197223 120.936777) - (xy 87.19511 120.930162) (xy 87.193111 120.923374) (xy 87.191227 120.916413) (xy 87.189457 120.909278) - (xy 87.187801 120.901971) (xy 87.186259 120.89449) (xy 87.184832 120.886836) (xy 87.183518 120.879008) - (xy 87.182319 120.871008) (xy 87.181234 120.862835) (xy 87.180263 120.854488) (xy 87.179407 120.845968) - (xy 87.178665 120.837275) (xy 87.178037 120.828409) (xy 87.177523 120.81937) (xy 87.177123 120.810157) - (xy 87.176837 120.800772) (xy 87.176666 120.791213) (xy 87.176609 120.781481) (xy 87.176672 120.770593) - (xy 87.176861 120.759892) (xy 87.177177 120.749378) (xy 87.177619 120.739051) (xy 87.178187 120.728912) - (xy 87.178881 120.71896) (xy 87.179701 120.709194) (xy 87.180648 120.699617) (xy 87.181721 120.690226) - (xy 87.18292 120.681023) (xy 87.184246 120.672006) (xy 87.185697 120.663177) (xy 87.187275 120.654535) - (xy 87.188979 120.646081) (xy 87.190809 120.637813) (xy 87.192766 120.629733) (xy 87.194848 120.62184) - (xy 87.197057 120.614134) (xy 87.199392 120.606615) (xy 87.201854 120.599283) (xy 87.204441 120.592139) - (xy 87.207155 120.585182) (xy 87.209995 120.578412) (xy 87.212961 120.571829) (xy 87.216054 120.565433) - (xy 87.219273 120.559225) (xy 87.222618 120.553203) (xy 87.226089 120.547369) (xy 87.229686 120.541723) - (xy 87.23341 120.536263) (xy 87.23726 120.53099) (xy 87.241236 120.525905) (xy 87.248442 120.517494) - (xy 87.255954 120.509625) (xy 87.263774 120.502299) (xy 87.2719 120.495515) (xy 87.280334 120.489274) - (xy 87.289074 120.483576) (xy 87.298121 120.478421) (xy 87.307474 120.473808) (xy 87.317135 120.469738) - (xy 87.327102 120.466211) (xy 87.337376 120.463226) (xy 87.347958 120.460784) (xy 87.358845 120.458884) - (xy 87.37004 120.457528) (xy 87.381542 120.456714) (xy 87.387408 120.45651) (xy 87.39335 120.456442) - (xy 87.40217 120.456602) (xy 87.410787 120.457081) (xy 87.419201 120.45788) (xy 87.427413 120.458998) - (xy 87.435422 120.460435) (xy 87.443228 120.462192) (xy 87.450832 120.464268) (xy 87.458233 120.466664) - (xy 87.465432 120.469379) (xy 87.472428 120.472414) (xy 87.479221 120.475767) (xy 87.485811 120.479441) - (xy 87.492199 120.483434) (xy 87.498384 120.487746) (xy 87.504367 120.492378) (xy 87.510147 120.497329) - (xy 87.515701 120.502543) (xy 87.520971 120.508001) (xy 87.525955 120.513703) (xy 87.530654 120.519649) - (xy 87.535068 120.525839) (xy 87.539197 120.532273) (xy 87.543041 120.53895) (xy 87.5466 120.545872) - (xy 87.549874 120.553037) (xy 87.552863 120.560446) (xy 87.555566 120.568099) (xy 87.557985 120.575996) - (xy 87.560119 120.584137) (xy 87.561967 120.592521) (xy 87.56353 120.60115) + (xy 90.215463 117.141949) (xy 90.14175 117.147811) (xy 90.139809 117.139564) (xy 90.137725 117.131751) + (xy 90.135496 117.124369) (xy 90.133122 117.117421) (xy 90.130605 117.110906) (xy 90.127943 117.104823) + (xy 90.125137 117.099173) (xy 90.122186 117.093956) (xy 90.118028 117.087672) (xy 90.113613 117.082159) + (xy 90.107857 117.076292) (xy 90.101853 117.071003) (xy 90.095602 117.06629) (xy 90.089104 117.062155) + (xy 90.082358 117.058597) (xy 90.075365 117.055616) (xy 90.068125 117.053211) (xy 90.060637 117.051384) + (xy 90.052902 117.050134) (xy 90.04492 117.049461) (xy 90.039461 117.049332) (xy 90.032888 117.049504) + (xy 90.026466 117.050018) (xy 90.020197 117.050874) (xy 90.014079 117.052073) (xy 90.008113 117.053615) + (xy 90.0023 117.055499) (xy 89.996638 117.057726) (xy 89.991129 117.060296) (xy 89.985771 117.063208) + (xy 89.980565 117.066463) (xy 89.977179 117.068823) (xy 89.970742 117.073753) (xy 89.964565 117.079089) + (xy 89.958649 117.084833) (xy 89.952992 117.090983) (xy 89.947596 117.097541) (xy 89.94246 117.104506) + (xy 89.93918 117.109375) (xy 89.936016 117.114425) (xy 89.932968 117.119656) (xy 89.930036 117.125068) + (xy 89.927219 117.130661) (xy 89.924517 117.136434) (xy 89.921931 117.142389) (xy 89.919497 117.148576) + (xy 89.917212 117.155086) (xy 89.915078 117.161917) (xy 89.913093 117.169069) (xy 89.911258 117.176544) + (xy 89.909574 117.18434) (xy 89.908039 117.192458) (xy 89.906654 117.200897) (xy 89.905419 117.209659) + (xy 89.904335 117.218741) (xy 89.9034 117.228146) (xy 89.902615 117.237873) (xy 89.90198 117.247921) + (xy 89.901495 117.258291) (xy 89.90116 117.268982) (xy 89.900975 117.279995) (xy 89.906108 117.272944) + (xy 89.911449 117.266243) (xy 89.916999 117.259892) (xy 89.922758 117.253892) (xy 89.928725 117.248242) + (xy 89.934901 117.242942) (xy 89.941286 117.237993) (xy 89.947879 117.233394) (xy 89.954681 117.229145) + (xy 89.961692 117.225247) (xy 89.966481 117.222842) (xy 89.973794 117.21949) (xy 89.981168 117.216468) + (xy 89.988604 117.213775) (xy 89.996102 117.211412) (xy 90.003662 117.209379) (xy 90.011283 117.207675) + (xy 90.018967 117.206301) (xy 90.026712 117.205257) (xy 90.034519 117.204543) (xy 90.042387 117.204158) + (xy 90.047668 117.204085) (xy 90.056868 117.204299) (xy 90.065894 117.204941) (xy 90.074747 117.206011) + (xy 90.083425 117.20751) (xy 90.091929 117.209437) (xy 90.100259 117.211792) (xy 90.108415 117.214575) + (xy 90.116398 117.217787) (xy 90.124206 117.221426) (xy 90.13184 117.225494) (xy 90.1393 117.22999) + (xy 90.146586 117.234914) (xy 90.153698 117.240267) (xy 90.160636 117.246047) (xy 90.1674 117.252256) + (xy 90.17399 117.258893) (xy 90.180308 117.265851) (xy 90.186218 117.27306) (xy 90.19172 117.280519) + (xy 90.196815 117.288229) (xy 90.201502 117.29619) (xy 90.205781 117.304402) (xy 90.209653 117.312864) + (xy 90.213118 117.321578) (xy 90.216175 117.330542) (xy 90.218824 117.339756) (xy 90.221066 117.349222) + (xy 90.2229 117.358938) (xy 90.224326 117.368904) (xy 90.225345 117.379122) (xy 90.225957 117.38959) + (xy 90.22616 117.400309) (xy 90.226064 117.407404) (xy 90.225776 117.414437) (xy 90.225295 117.421408) + (xy 90.224622 117.428318) (xy 90.223756 117.435165) (xy 90.222698 117.441951) (xy 90.221448 117.448675) + (xy 90.220005 117.455337) (xy 90.218371 117.461938) (xy 90.216543 117.468476) (xy 90.214524 117.474953) + (xy 90.212312 117.481367) (xy 90.209908 117.48772) (xy 90.207311 117.494012) (xy 90.204522 117.500241) + (xy 90.201541 117.506408) (xy 90.198409 117.512437) (xy 90.195134 117.518288) (xy 90.191714 117.52396) + (xy 90.18815 117.529453) (xy 90.184442 117.534767) (xy 90.180589 117.539903) (xy 90.176592 117.544861) + (xy 90.172451 117.549639) (xy 90.168166 117.55424) (xy 90.163736 117.558661) (xy 90.159163 117.562904) + (xy 90.154445 117.566968) (xy 90.149582 117.570854) (xy 90.144576 117.574561) (xy 90.139425 117.57809) + (xy 90.13413 117.58144) (xy 90.128736 117.584581) (xy 90.123251 117.587519) (xy 90.117676 117.590255) + (xy 90.11201 117.592788) (xy 90.106255 117.595118) (xy 90.100408 117.597246) (xy 90.094471 117.599171) + (xy 90.088444 117.600894) (xy 90.082326 117.602414) (xy 90.076118 117.603731) (xy 90.06982 117.604845) + (xy 90.063431 117.605757) (xy 90.056951 117.606467) (xy 90.050381 117.606973) (xy 90.043721 117.607277) + (xy 90.03697 117.607378) (xy 90.025508 117.607111) (xy 90.014315 117.606309) (xy 90.003389 117.604972) + (xy 89.992731 117.603101) (xy 89.982342 117.600695) (xy 89.97222 117.597754) (xy 89.962366 117.594279) + (xy 89.952779 117.590269) (xy 89.943461 117.585725) (xy 89.934411 117.580645) (xy 89.925628 117.575031) + (xy 89.917114 117.568883) (xy 89.908867 117.562199) (xy 89.900888 117.554981) (xy 89.893178 117.547229) + (xy 89.885735 117.538942) (xy 89.878654 117.530041) (xy 89.87203 117.520447) (xy 89.86889 117.515391) + (xy 89.865863 117.510161) (xy 89.862951 117.504758) (xy 89.860153 117.499182) (xy 89.85747 117.493433) + (xy 89.8549 117.48751) (xy 89.852445 117.481415) (xy 89.850103 117.475146) (xy 89.847877 117.468704) + (xy 89.845764 117.462089) (xy 89.843765 117.455301) (xy 89.841881 117.44834) (xy 89.840111 117.441205) + (xy 89.838455 117.433898) (xy 89.836913 117.426417) (xy 89.835486 117.418763) (xy 89.834172 117.410935) + (xy 89.832973 117.402935) (xy 89.831888 117.394762) (xy 89.830917 117.386415) (xy 89.830061 117.377895) + (xy 89.829319 117.369202) (xy 89.828691 117.360336) (xy 89.828177 117.351297) (xy 89.827777 117.342084) + (xy 89.827491 117.332699) (xy 89.82732 117.32314) (xy 89.827263 117.313408) (xy 89.827326 117.30252) + (xy 89.827515 117.291819) (xy 89.827831 117.281305) (xy 89.828273 117.270978) (xy 89.828841 117.260839) + (xy 89.829535 117.250887) (xy 89.830355 117.241121) (xy 89.831302 117.231544) (xy 89.832375 117.222153) + (xy 89.833574 117.21295) (xy 89.8349 117.203933) (xy 89.836351 117.195104) (xy 89.837929 117.186462) + (xy 89.839633 117.178008) (xy 89.841463 117.16974) (xy 89.84342 117.16166) (xy 89.845502 117.153767) + (xy 89.847711 117.146061) (xy 89.850046 117.138542) (xy 89.852508 117.13121) (xy 89.855095 117.124066) + (xy 89.857809 117.117109) (xy 89.860649 117.110339) (xy 89.863615 117.103756) (xy 89.866708 117.09736) + (xy 89.869927 117.091152) (xy 89.873272 117.08513) (xy 89.876743 117.079296) (xy 89.88034 117.07365) + (xy 89.884064 117.06819) (xy 89.887914 117.062917) (xy 89.89189 117.057832) (xy 89.899096 117.049421) + (xy 89.906608 117.041552) (xy 89.914428 117.034226) (xy 89.922554 117.027442) (xy 89.930988 117.021201) + (xy 89.939728 117.015503) (xy 89.948775 117.010348) (xy 89.958128 117.005735) (xy 89.967789 117.001665) + (xy 89.977756 116.998138) (xy 89.98803 116.995153) (xy 89.998612 116.992711) (xy 90.009499 116.990811) + (xy 90.020694 116.989455) (xy 90.032196 116.988641) (xy 90.038062 116.988437) (xy 90.044004 116.988369) + (xy 90.052824 116.988529) (xy 90.061441 116.989008) (xy 90.069855 116.989807) (xy 90.078067 116.990925) + (xy 90.086076 116.992362) (xy 90.093882 116.994119) (xy 90.101486 116.996195) (xy 90.108887 116.998591) + (xy 90.116086 117.001306) (xy 90.123082 117.004341) (xy 90.129875 117.007694) (xy 90.136465 117.011368) + (xy 90.142853 117.015361) (xy 90.149038 117.019673) (xy 90.155021 117.024305) (xy 90.160801 117.029256) + (xy 90.166355 117.03447) (xy 90.171625 117.039928) (xy 90.176609 117.04563) (xy 90.181308 117.051576) + (xy 90.185722 117.057766) (xy 90.189851 117.0642) (xy 90.193695 117.070877) (xy 90.197254 117.077799) + (xy 90.200528 117.084964) (xy 90.203517 117.092373) (xy 90.20622 117.100026) (xy 90.208639 117.107923) + (xy 90.210773 117.116064) (xy 90.212621 117.124448) (xy 90.214184 117.133077) ) (pts - (xy 87.261899 120.866477) (xy 87.262042 120.873784) (xy 87.26247 120.881032) (xy 87.263185 120.88822) - (xy 87.264186 120.895349) (xy 87.265473 120.902419) (xy 87.267045 120.909429) (xy 87.268904 120.916381) - (xy 87.271049 120.923273) (xy 87.273479 120.930106) (xy 87.276195 120.936879) (xy 87.278165 120.941362) - (xy 87.281328 120.947917) (xy 87.284718 120.954173) (xy 87.288335 120.960131) (xy 87.292179 120.965789) - (xy 87.296249 120.971149) (xy 87.300545 120.97621) (xy 87.305069 120.980972) (xy 87.309819 120.985436) - (xy 87.314796 120.9896) (xy 87.319999 120.993466) (xy 87.323594 120.995877) (xy 87.329116 120.999203) - (xy 87.334688 121.002202) (xy 87.340313 121.004874) (xy 87.345988 121.007218) (xy 87.351716 121.009236) - (xy 87.357494 121.010926) (xy 87.363325 121.012289) (xy 87.369207 121.013325) (xy 87.37514 121.014034) - (xy 87.381125 121.014416) (xy 87.385144 121.014488) (xy 87.393822 121.014148) (xy 87.40227 121.013128) - (xy 87.41049 121.011428) (xy 87.41848 121.009048) (xy 87.426241 121.005988) (xy 87.433773 121.002247) - (xy 87.441076 120.997827) (xy 87.448149 120.992726) (xy 87.452737 120.988948) (xy 87.457223 120.984868) - (xy 87.461608 120.980485) (xy 87.46589 120.9758) (xy 87.469989 120.970856) (xy 87.473824 120.965693) - (xy 87.477395 120.960313) (xy 87.4807 120.954716) (xy 87.483742 120.948901) (xy 87.486519 120.942869) - (xy 87.489031 120.936619) (xy 87.491279 120.930151) (xy 87.493263 120.923466) (xy 87.494982 120.916564) - (xy 87.496436 120.909444) (xy 87.497627 120.902106) (xy 87.498552 120.894551) (xy 87.499213 120.886778) - (xy 87.49961 120.878788) (xy 87.499742 120.870581) (xy 87.499612 120.8627) (xy 87.49922 120.855031) - (xy 87.498568 120.847573) (xy 87.497654 120.840328) (xy 87.496479 120.833294) (xy 87.495044 120.826473) - (xy 87.493347 120.819863) (xy 87.491389 120.813464) (xy 87.48917 120.807278) (xy 87.486691 120.801303) - (xy 87.48395 120.795541) (xy 87.480948 120.78999) (xy 87.477685 120.78465) (xy 87.474161 120.779523) - (xy 87.470376 120.774607) (xy 87.46633 120.769904) (xy 87.462086 120.765449) (xy 87.457707 120.761283) - (xy 87.453192 120.757403) (xy 87.448543 120.753811) (xy 87.441315 120.748962) (xy 87.433784 120.744759) - (xy 87.425949 120.741203) (xy 87.417809 120.738293) (xy 87.409366 120.73603) (xy 87.403568 120.734881) - (xy 87.397636 120.734019) (xy 87.391568 120.733444) (xy 87.385365 120.733157) (xy 87.382213 120.733121) - (xy 87.375989 120.733264) (xy 87.369884 120.733695) (xy 87.363899 120.734414) (xy 87.358033 120.73542) - (xy 87.352285 120.736713) (xy 87.343887 120.739191) (xy 87.335758 120.742316) (xy 87.327896 120.746088) - (xy 87.320302 120.750506) (xy 87.315388 120.753811) (xy 87.310593 120.757403) (xy 87.305917 120.761283) - (xy 87.301361 120.765449) (xy 87.296923 120.769904) (xy 87.292682 120.774591) (xy 87.288714 120.779459) - (xy 87.28502 120.784506) (xy 87.2816 120.789733) (xy 87.278453 120.79514) (xy 87.27558 120.800726) - (xy 87.272981 120.806493) (xy 87.270655 120.812439) (xy 87.268602 120.818564) (xy 87.266824 120.82487) - (xy 87.265319 120.831355) (xy 87.264088 120.83802) (xy 87.26313 120.844865) (xy 87.262446 120.851889) - (xy 87.262035 120.859093) + (xy 89.912553 117.398404) (xy 89.912696 117.405711) (xy 89.913124 117.412959) (xy 89.913839 117.420147) + (xy 89.91484 117.427276) (xy 89.916127 117.434346) (xy 89.917699 117.441356) (xy 89.919558 117.448308) + (xy 89.921703 117.4552) (xy 89.924133 117.462033) (xy 89.926849 117.468806) (xy 89.928819 117.473289) + (xy 89.931982 117.479844) (xy 89.935372 117.4861) (xy 89.938989 117.492058) (xy 89.942833 117.497716) + (xy 89.946903 117.503076) (xy 89.951199 117.508137) (xy 89.955723 117.512899) (xy 89.960473 117.517363) + (xy 89.96545 117.521527) (xy 89.970653 117.525393) (xy 89.974248 117.527804) (xy 89.97977 117.53113) + (xy 89.985342 117.534129) (xy 89.990967 117.536801) (xy 89.996642 117.539145) (xy 90.00237 117.541163) + (xy 90.008148 117.542853) (xy 90.013979 117.544216) (xy 90.019861 117.545252) (xy 90.025794 117.545961) + (xy 90.031779 117.546343) (xy 90.035798 117.546415) (xy 90.044476 117.546075) (xy 90.052924 117.545055) + (xy 90.061144 117.543355) (xy 90.069134 117.540975) (xy 90.076895 117.537915) (xy 90.084427 117.534174) + (xy 90.09173 117.529754) (xy 90.098803 117.524653) (xy 90.103391 117.520875) (xy 90.107877 117.516795) + (xy 90.112262 117.512412) (xy 90.116544 117.507727) (xy 90.120643 117.502783) (xy 90.124478 117.49762) + (xy 90.128049 117.49224) (xy 90.131354 117.486643) (xy 90.134396 117.480828) (xy 90.137173 117.474796) + (xy 90.139685 117.468546) (xy 90.141933 117.462078) (xy 90.143917 117.455393) (xy 90.145636 117.448491) + (xy 90.14709 117.441371) (xy 90.148281 117.434033) (xy 90.149206 117.426478) (xy 90.149867 117.418705) + (xy 90.150264 117.410715) (xy 90.150396 117.402508) (xy 90.150266 117.394627) (xy 90.149874 117.386958) + (xy 90.149222 117.3795) (xy 90.148308 117.372255) (xy 90.147133 117.365221) (xy 90.145698 117.3584) + (xy 90.144001 117.35179) (xy 90.142043 117.345391) (xy 90.139824 117.339205) (xy 90.137345 117.33323) + (xy 90.134604 117.327468) (xy 90.131602 117.321917) (xy 90.128339 117.316577) (xy 90.124815 117.31145) + (xy 90.12103 117.306534) (xy 90.116984 117.301831) (xy 90.11274 117.297376) (xy 90.108361 117.29321) + (xy 90.103846 117.28933) (xy 90.099197 117.285738) (xy 90.091969 117.280889) (xy 90.084438 117.276686) + (xy 90.076603 117.27313) (xy 90.068463 117.27022) (xy 90.06002 117.267957) (xy 90.054222 117.266808) + (xy 90.04829 117.265946) (xy 90.042222 117.265371) (xy 90.036019 117.265084) (xy 90.032867 117.265048) + (xy 90.026643 117.265191) (xy 90.020538 117.265622) (xy 90.014553 117.266341) (xy 90.008687 117.267347) + (xy 90.002939 117.26864) (xy 89.994541 117.271118) (xy 89.986412 117.274243) (xy 89.97855 117.278015) + (xy 89.970956 117.282433) (xy 89.966042 117.285738) (xy 89.961247 117.28933) (xy 89.956571 117.29321) + (xy 89.952015 117.297376) (xy 89.947577 117.301831) (xy 89.943336 117.306518) (xy 89.939368 117.311386) + (xy 89.935674 117.316433) (xy 89.932254 117.32166) (xy 89.929107 117.327067) (xy 89.926234 117.332653) + (xy 89.923635 117.33842) (xy 89.921309 117.344366) (xy 89.919256 117.350491) (xy 89.917478 117.356797) + (xy 89.915973 117.363282) (xy 89.914742 117.369947) (xy 89.913784 117.376792) (xy 89.9131 117.383816) + (xy 89.912689 117.39102) ) ) ) ) - (fp_text value "GRM1555C1H1R2WA01D" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 641f2f47-cf56-4212-a86c-894c6ee0f0da) + (fp_text value "MLASJ168SC6475MTNA01" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 68c97c9e-8b6b-469b-a7e6-0692015a33c7) ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 45fe350a-46a8-4a59-a378-d574de1e615b)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8d5c6961-77d3-4e1d-bd13-61a366e11165)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bea3f52a-2a15-45cf-be62-a58102bd0cb7)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6295a771-73d7-4fc8-8de4-09b2a7b693c6)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d29ae8e7-f77e-4b1e-87b6-0838736fd13d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9e760d12-311f-4ae4-9b80-38aef9bcb7e2)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 837ee067-b584-40a4-8004-918e5509a450)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 960b7753-fa3b-4701-b152-216702850ec5)) - (pad "1" smd rect (at -0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "Net-(AE1-A)") (pinfunction "1") (pintype "passive") (tstamp b0633bbf-0528-4236-8bda-17d8a7959287)) - (pad "2" smd rect (at 0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp acc8872b-4808-46c9-8f71-f8f1e3d8fa39)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 8d2db27b-e923-40bf-b9eb-f39a89d79730) + ) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3376f0e5-2fe7-4619-9877-f265d684241f)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 7b9ca750-79ca-4573-afa6-d2c4efe3ebfc)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 6244bff7-8f8a-45e3-b12b-202d211870a9)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 75978065-e05c-4cca-ba4e-39eb7e842f82)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 0c2181ec-5bec-4e68-b9d8-7296c14ef2dc)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d3a38b1f-8a46-4b88-9dce-5aac8e7b4657)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp af9946f9-74d2-47d5-ae26-786264904fe8)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 711cd0d4-dc2a-417a-9b83-ee118fff157c)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb8de5ab-e92f-4c0c-a8db-c11cbd651442)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08fb7bd5-c649-427e-8d2b-12e0c9027004)) + (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GND") (pintype "passive") (tstamp c83b13af-5e22-472e-b968-695b8584ebd8)) + (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "Net-(U2-VFBSMPS)") (pintype "passive") (tstamp 8df28deb-7699-464b-b551-6731acb33206)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) (rotate (xyz 0 0 0)) ) ) - (footprint "ressources:rocket_cu2" (layer "F.Cu") - (tstamp 234433b3-4a96-4c63-a6f6-3100a6ff55a0) - (at 117.856 93.98) - (attr through_hole) - (fp_text reference "G***" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) - (tstamp 1f2e9126-06b7-4625-b1d7-52dc30475e6a) - ) - (fp_text value "LOGO" (at 0.75 0) (layer "F.SilkS") hide - (effects (font (size 1.524 1.524) (thickness 0.3))) - (tstamp ba82af16-558f-4271-a5dc-c492504af57f) - ) - (fp_poly - (pts - (xy -2.956838 2.585235) - (xy -2.926546 2.594978) - (xy -2.892858 2.619834) - (xy -2.869575 2.655522) - (xy -2.859212 2.697888) - (xy -2.858911 2.70659) - (xy -2.86657 2.746996) - (xy -2.887345 2.781198) - (xy -2.917932 2.806744) - (xy -2.955029 2.821185) - (xy -2.995332 2.822068) - (xy -3.0099 2.818624) - (xy -3.039625 2.805938) - (xy -3.062179 2.786444) - (xy -3.080763 2.759984) - (xy -3.095425 2.722108) - (xy -3.095541 2.684517) - (xy -3.083367 2.649622) - (xy -3.061155 2.619835) - (xy -3.031161 2.597566) - (xy -2.995637 2.585229) - (xy -2.956838 2.585235) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 205f133d-1a06-4599-9a4c-d3e694d1e590)) - (fp_poly - (pts - (xy -2.920862 2.120046) - (xy -2.88255 2.132581) - (xy -2.839579 2.160806) - (xy -2.808503 2.199724) - (xy -2.790766 2.246706) - (xy -2.787808 2.299121) - (xy -2.788346 2.304268) - (xy -2.801557 2.35597) - (xy -2.82725 2.396383) - (xy -2.864822 2.424969) - (xy -2.913676 2.441193) - (xy -2.945365 2.444663) - (xy -2.986729 2.444172) - (xy -3.016247 2.438022) - (xy -3.026833 2.433235) - (xy -3.069897 2.402372) - (xy -3.098305 2.364117) - (xy -3.113032 2.31678) - (xy -3.115733 2.279528) - (xy -3.108221 2.228883) - (xy -3.087364 2.185747) - (xy -3.05568 2.151708) - (xy -3.015689 2.128354) - (xy -2.96991 2.11727) - (xy -2.920862 2.120046) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 7808b026-6bff-4a5a-b79c-b6317236f7d8)) - (fp_poly - (pts - (xy -2.441006 2.107875) - (xy -2.40337 2.126459) - (xy -2.402508 2.127109) - (xy -2.369426 2.161933) - (xy -2.34776 2.204869) - (xy -2.337986 2.252011) - (xy -2.340582 2.299453) - (xy -2.356024 2.343289) - (xy -2.373128 2.367944) - (xy -2.410156 2.399646) - (xy -2.453837 2.420489) - (xy -2.499968 2.429449) - (xy -2.54435 2.4255) - (xy -2.569633 2.415865) - (xy -2.615114 2.383265) - (xy -2.646695 2.341197) - (xy -2.663774 2.290652) - (xy -2.666814 2.255908) - (xy -2.65898 2.20745) - (xy -2.636397 2.164466) - (xy -2.601095 2.130156) - (xy -2.578638 2.116927) - (xy -2.534161 2.10279) - (xy -2.486443 2.099879) - (xy -2.441006 2.107875) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4b91578f-f392-4b44-a30c-e9fb79ad71b2)) - (fp_poly - (pts - (xy -2.478644 2.553361) - (xy -2.439663 2.576883) - (xy -2.428139 2.588092) - (xy -2.402668 2.627745) - (xy -2.389726 2.673606) - (xy -2.388891 2.721779) - (xy -2.39974 2.768368) - (xy -2.42185 2.809479) - (xy -2.4548 2.841214) - (xy -2.455655 2.841785) - (xy -2.49231 2.858604) - (xy -2.536026 2.867729) - (xy -2.580066 2.868463) - (xy -2.617691 2.860108) - (xy -2.620591 2.85886) - (xy -2.659834 2.832351) - (xy -2.689408 2.794961) - (xy -2.708296 2.750364) - (xy -2.715484 2.702232) - (xy -2.709957 2.65424) - (xy -2.690699 2.61006) - (xy -2.689748 2.608604) - (xy -2.658406 2.57553) - (xy -2.617714 2.553162) - (xy -2.571581 2.541807) - (xy -2.523921 2.541771) - (xy -2.478644 2.553361) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 074c851c-a98c-482f-b624-12ffe0f05e87)) - (fp_poly - (pts - (xy 1.991287 -3.325767) - (xy 2.046963 -3.321107) - (xy 2.114154 -3.313782) - (xy 2.19032 -3.304152) - (xy 2.272923 -3.292578) - (xy 2.359424 -3.27942) - (xy 2.447285 -3.265039) - (xy 2.533968 -3.249796) - (xy 2.616933 -3.234051) - (xy 2.6416 -3.229104) - (xy 2.692205 -3.218402) - (xy 2.747656 -3.205977) - (xy 2.805425 -3.192469) - (xy 2.862983 -3.178518) - (xy 2.917802 -3.164762) - (xy 2.967354 -3.151843) - (xy 3.009111 -3.140398) - (xy 3.040545 -3.131069) - (xy 3.059127 -3.124494) - (xy 3.062639 -3.12259) - (xy 3.070297 -3.108319) - (xy 3.073405 -3.08718) - (xy 3.071547 -3.073848) - (xy 3.064651 -3.059449) - (xy 3.050736 -3.041357) - (xy 3.027826 -3.016944) - (xy 2.999257 -2.988733) - (xy 2.958142 -2.949093) - (xy 2.908951 -2.902112) - (xy 2.852685 -2.848717) - (xy 2.79034 -2.789834) - (xy 2.722918 -2.72639) - (xy 2.651416 -2.659311) - (xy 2.576834 -2.589524) - (xy 2.50017 -2.517954) - (xy 2.422423 -2.445528) - (xy 2.344592 -2.373173) - (xy 2.267677 -2.301814) - (xy 2.192676 -2.232378) - (xy 2.120588 -2.165792) - (xy 2.052411 -2.102981) - (xy 1.989146 -2.044873) - (xy 1.93179 -1.992393) - (xy 1.881344 -1.946467) - (xy 1.838804 -1.908023) - (xy 1.805172 -1.877986) - (xy 1.781444 -1.857282) - (xy 1.768621 -1.846839) - (xy 1.766692 -1.845733) - (xy 1.765352 -1.853626) - (xy 1.764915 -1.875056) - (xy 1.765385 -1.90665) - (xy 1.766586 -1.940983) - (xy 1.767554 -1.965441) - (xy 1.769009 -2.00519) - (xy 1.770897 -2.058596) - (xy 1.773161 -2.124025) - (xy 1.775747 -2.199845) - (xy 1.7786 -2.28442) - (xy 1.781662 -2.376118) - (xy 1.78488 -2.473305) - (xy 1.788196 -2.574347) - (xy 1.790416 -2.642447) - (xy 1.794315 -2.762588) - (xy 1.797754 -2.866958) - (xy 1.800862 -2.956708) - (xy 1.803773 -3.032989) - (xy 1.806616 -3.096954) - (xy 1.809524 -3.149754) - (xy 1.812628 -3.19254) - (xy 1.816059 -3.226465) - (xy 1.819948 -3.252679) - (xy 1.824428 -3.272334) - (xy 1.829629 -3.286582) - (xy 1.835683 -3.296574) - (xy 1.842722 -3.303462) - (xy 1.850875 -3.308398) - (xy 1.860276 -3.312533) - (xy 1.867191 -3.315367) - (xy 1.891546 -3.321912) - (xy 1.924459 -3.326282) - (xy 1.949663 -3.3274) - (xy 1.991287 -3.325767) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e0f0b130-e9ed-4edf-a03e-ed3ac1e67c24)) - (fp_poly - (pts - (xy -1.527615 -1.8669) - (xy -1.533418 -1.640054) - (xy -1.539712 -1.40937) - (xy -1.546426 -1.176999) - (xy -1.553489 -0.945088) - (xy -1.560829 -0.715788) - (xy -1.568373 -0.491247) - (xy -1.576051 -0.273614) - (xy -1.583791 -0.06504) - (xy -1.591522 0.132328) - (xy -1.599171 0.316339) - (xy -1.604168 0.430059) - (xy -1.607743 0.506709) - (xy -1.610949 0.56832) - (xy -1.613959 0.616779) - (xy -1.616946 0.653972) - (xy -1.620085 0.681786) - (xy -1.623548 0.702105) - (xy -1.62751 0.716818) - (xy -1.631432 0.726392) - (xy -1.646504 0.748922) - (xy -1.662412 0.759217) - (xy -1.6637 0.759402) - (xy -1.673118 0.755308) - (xy -1.696129 0.74292) - (xy -1.731863 0.722749) - (xy -1.779452 0.695311) - (xy -1.838025 0.661119) - (xy -1.906714 0.620687) - (xy -1.984649 0.574527) - (xy -2.070962 0.523155) - (xy -2.164782 0.467084) - (xy -2.265242 0.406826) - (xy -2.371471 0.342897) - (xy -2.4826 0.27581) - (xy -2.509971 0.259256) - (xy -2.618871 0.193304) - (xy -2.724002 0.12951) - (xy -2.824422 0.068454) - (xy -2.919188 0.010714) - (xy -3.007357 -0.043133) - (xy -3.087989 -0.092508) - (xy -3.160139 -0.136832) - (xy -3.222866 -0.175528) - (xy -3.275227 -0.208016) - (xy -3.316279 -0.233718) - (xy -3.345081 -0.252056) - (xy -3.360689 -0.262452) - (xy -3.362988 -0.264221) - (xy -3.377649 -0.280496) - (xy -3.384686 -0.298614) - (xy -3.38665 -0.325634) - (xy -3.386666 -0.329718) - (xy -3.385532 -0.355696) - (xy -3.380126 -0.374341) - (xy -3.367448 -0.392368) - (xy -3.350683 -0.410215) - (xy -3.341605 -0.418868) - (xy -3.320931 -0.438189) - (xy -3.289527 -0.467384) - (xy -3.248257 -0.505654) - (xy -3.197985 -0.552201) - (xy -3.139576 -0.60623) - (xy -3.073896 -0.666943) - (xy -3.001807 -0.733543) - (xy -2.924176 -0.805232) - (xy -2.841867 -0.881213) - (xy -2.755744 -0.96069) - (xy -2.666672 -1.042865) - (xy -2.575516 -1.126941) - (xy -2.48314 -1.212121) - (xy -2.390409 -1.297608) - (xy -2.298188 -1.382604) - (xy -2.20734 -1.466312) - (xy -2.118732 -1.547936) - (xy -2.033227 -1.626678) - (xy -1.95169 -1.701741) - (xy -1.874986 -1.772327) - (xy -1.80398 -1.837641) - (xy -1.739535 -1.896883) - (xy -1.682517 -1.949259) - (xy -1.633791 -1.993969) - (xy -1.59422 -2.030217) - (xy -1.56467 -2.057207) - (xy -1.546005 -2.07414) - (xy -1.542037 -2.077691) - (xy -1.521974 -2.0955) - (xy -1.527615 -1.8669) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4c675abf-cdc6-419d-bc2a-872ae497d3f4)) - (fp_poly - (pts - (xy -2.153047 1.093571) - (xy -2.038455 1.115258) - (xy -1.926807 1.15267) - (xy -1.819121 1.205591) - (xy -1.716419 1.273808) - (xy -1.619721 1.357106) - (xy -1.592924 1.384077) - (xy -1.5099 1.481784) - (xy -1.442122 1.585391) - (xy -1.389705 1.693764) - (xy -1.352764 1.805771) - (xy -1.331414 1.920277) - (xy -1.325771 2.036149) - (xy -1.33595 2.152254) - (xy -1.362065 2.267458) - (xy -1.404234 2.380628) - (xy -1.462569 2.49063) - (xy -1.477937 2.514832) - (xy -1.512363 2.561874) - (xy -1.55651 2.61405) - (xy -1.60641 2.667275) - (xy -1.658095 2.71746) - (xy -1.707597 2.760519) - (xy -1.740807 2.78561) - (xy -1.813417 2.830464) - (xy -1.893678 2.870914) - (xy -1.975135 2.903988) - (xy -2.042352 2.924547) - (xy -2.085844 2.934499) - (xy -2.127791 2.942484) - (xy -2.165083 2.948092) - (xy -2.19461 2.950916) - (xy -2.213263 2.950546) - (xy -2.218266 2.947677) - (xy -2.213514 2.938399) - (xy -2.201044 2.919761) - (xy -2.183538 2.89577) - (xy -2.183238 2.895372) - (xy -2.14001 2.828337) - (xy -2.102579 2.750947) - (xy -2.073829 2.669527) - (xy -2.065198 2.636355) - (xy -2.057226 2.598914) - (xy -2.052268 2.566122) - (xy -2.04993 2.532519) - (xy -2.049821 2.492645) - (xy -2.0514 2.444521) - (xy -2.055592 2.376835) - (xy -2.06277 2.320603) - (xy -2.074228 2.27043) - (xy -2.09126 2.220921) - (xy -2.115159 2.166682) - (xy -2.120888 2.154767) - (xy -2.172915 2.065725) - (xy -2.236755 1.988572) - (xy -2.31264 1.923118) - (xy -2.4008 1.869175) - (xy -2.501468 1.826553) - (xy -2.536184 1.815327) - (xy -2.569844 1.805779) - (xy -2.599322 1.799287) - (xy -2.629472 1.795277) - (xy -2.665152 1.793175) - (xy -2.711216 1.792408) - (xy -2.7305 1.792348) - (xy -2.785512 1.79289) - (xy -2.828455 1.794965) - (xy -2.864159 1.799044) - (xy -2.897455 1.805599) - (xy -2.916767 1.810503) - (xy -2.987869 1.834099) - (xy -3.057744 1.865301) - (xy -3.120037 1.901098) - (xy -3.144944 1.918695) - (xy -3.18609 1.950112) - (xy -3.180137 1.891573) - (xy -3.166784 1.817214) - (xy -3.142085 1.736294) - (xy -3.107817 1.652951) - (xy -3.06576 1.571327) - (xy -3.017689 1.495559) - (xy -2.999423 1.470735) - (xy -2.936067 1.397584) - (xy -2.861267 1.326912) - (xy -2.779378 1.262196) - (xy -2.694757 1.20691) - (xy -2.620433 1.168344) - (xy -2.504274 1.124994) - (xy -2.386977 1.098224) - (xy -2.269561 1.087821) - (xy -2.153047 1.093571) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 6513553b-335a-4619-914c-36a413cfb588)) - (fp_poly - (pts - (xy 3.247673 -2.935815) - (xy 3.25134 -2.925745) - (xy 3.257545 -2.90178) - (xy 3.265713 -2.866668) - (xy 3.27527 -2.823159) - (xy 3.28564 -2.774002) - (xy 3.296248 -2.721947) - (xy 3.30652 -2.669743) - (xy 3.315881 -2.620138) - (xy 3.323755 -2.575883) - (xy 3.326905 -2.556933) - (xy 3.362156 -2.286798) - (xy 3.38157 -2.013697) - (xy 3.38524 -1.739221) - (xy 3.373259 -1.464956) - (xy 3.345721 -1.192492) - (xy 3.302719 -0.923416) - (xy 3.244346 -0.659318) - (xy 3.207237 -0.522004) - (xy 3.187624 -0.462789) - (xy 3.167123 -0.419394) - (xy 3.144939 -0.390706) - (xy 3.120279 -0.37561) - (xy 3.10061 -0.372533) - (xy 3.078317 -0.371528) - (xy 3.063509 -0.369332) - (xy 3.053874 -0.369321) - (xy 3.028278 -0.370018) - (xy 2.987676 -0.371386) - (xy 2.933023 -0.373386) - (xy 2.865277 -0.375979) - (xy 2.785391 -0.379127) - (xy 2.694322 -0.38279) - (xy 2.593025 -0.386929) - (xy 2.482456 -0.391507) - (xy 2.36357 -0.396484) - (xy 2.237323 -0.401822) - (xy 2.10467 -0.407482) - (xy 1.966568 -0.413425) - (xy 1.834728 -0.419144) - (xy 1.692566 -0.425362) - (xy 1.555056 -0.43143) - (xy 1.423146 -0.437305) - (xy 1.297784 -0.442942) - (xy 1.179919 -0.448297) - (xy 1.070499 -0.453325) - (xy 0.970473 -0.457981) - (xy 0.880789 -0.462222) - (xy 0.802394 -0.466002) - (xy 0.736238 -0.469278) - (xy 0.68327 -0.472005) - (xy 0.644436 -0.474137) - (xy 0.620686 -0.475632) - (xy 0.612965 -0.476413) - (xy 0.617932 -0.483204) - (xy 0.634678 -0.5009) - (xy 0.662563 -0.5289) - (xy 0.700946 -0.566598) - (xy 0.749185 -0.613391) - (xy 0.80664 -0.668675) - (xy 0.872671 -0.731847) - (xy 0.946637 -0.802303) - (xy 1.027895 -0.87944) - (xy 1.115807 -0.962652) - (xy 1.209731 -1.051338) - (xy 1.309026 -1.144892) - (xy 1.413052 -1.242712) - (xy 1.521168 -1.344193) - (xy 1.632732 -1.448732) - (xy 1.747104 -1.555725) - (xy 1.863644 -1.664569) - (xy 1.98171 -1.774659) - (xy 2.100661 -1.885392) - (xy 2.219858 -1.996165) - (xy 2.338659 -2.106373) - (xy 2.456423 -2.215413) - (xy 2.572509 -2.322681) - (xy 2.578633 -2.328333) - (xy 2.684584 -2.426104) - (xy 2.778788 -2.513) - (xy 2.86193 -2.589641) - (xy 2.934695 -2.65665) - (xy 2.997768 -2.714649) - (xy 3.051833 -2.764259) - (xy 3.097575 -2.806102) - (xy 3.135679 -2.840799) - (xy 3.16683 -2.868974) - (xy 3.191712 -2.891247) - (xy 3.211011 -2.908239) - (xy 3.225411 -2.920574) - (xy 3.235596 -2.928873) - (xy 3.242253 -2.933757) - (xy 3.246065 -2.935848) - (xy 3.247673 -2.935815) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 3a68b6c1-178b-4213-b4a8-3698fdd4ce9f)) - (fp_poly - (pts - (xy 1.500836 -3.325748) - (xy 1.539525 -3.322935) - (xy 1.567755 -3.317269) - (xy 1.587662 -3.308335) - (xy 1.601377 -3.295717) - (xy 1.610462 -3.280275) - (xy 1.612251 -3.273089) - (xy 1.613542 -3.2598) - (xy 1.614311 -3.239439) - (xy 1.614536 -3.211041) - (xy 1.614192 -3.173637) - (xy 1.613258 -3.126261) - (xy 1.611708 -3.067944) - (xy 1.609521 -2.997721) - (xy 1.606672 -2.914624) - (xy 1.603138 -2.817685) - (xy 1.598897 -2.705938) - (xy 1.593924 -2.578415) - (xy 1.592954 -2.553818) - (xy 1.588561 -2.443976) - (xy 1.584198 -2.337438) - (xy 1.579929 -2.235641) - (xy 1.575821 -2.140025) - (xy 1.571936 -2.05203) - (xy 1.568342 -1.973095) - (xy 1.565101 -1.90466) - (xy 1.562281 -1.848163) - (xy 1.559944 -1.805045) - (xy 1.558157 -1.776744) - (xy 1.557536 -1.769079) - (xy 1.55014 -1.711692) - (xy 1.539111 -1.6664) - (xy 1.522835 -1.628489) - (xy 1.4997 -1.593241) - (xy 1.495617 -1.587991) - (xy 1.486562 -1.578611) - (xy 1.466216 -1.558826) - (xy 1.435736 -1.529714) - (xy 1.396278 -1.492351) - (xy 1.349 -1.447811) - (xy 1.295059 -1.397172) - (xy 1.235613 -1.341508) - (xy 1.171817 -1.281896) - (xy 1.10483 -1.219412) - (xy 1.035808 -1.155131) - (xy 0.965908 -1.09013) - (xy 0.896288 -1.025484) - (xy 0.828104 -0.962268) - (xy 0.762514 -0.90156) - (xy 0.700675 -0.844435) - (xy 0.643744 -0.791968) - (xy 0.592877 -0.745236) - (xy 0.549232 -0.705315) - (xy 0.513967 -0.673279) - (xy 0.488237 -0.650206) - (xy 0.473201 -0.637171) - (xy 0.471853 -0.63608) - (xy 0.461541 -0.629734) - (xy 0.457803 -0.635668) - (xy 0.457468 -0.64878) - (xy 0.457776 -0.659949) - (xy 0.458619 -0.687078) - (xy 0.459963 -0.729205) - (xy 0.461777 -0.785365) - (xy 0.46403 -0.854595) - (xy 0.466689 -0.935932) - (xy 0.469724 -1.028413) - (xy 0.473102 -1.131074) - (xy 0.476792 -1.242951) - (xy 0.480762 -1.363081) - (xy 0.484981 -1.490501) - (xy 0.489416 -1.624247) - (xy 0.494037 -1.763356) - (xy 0.498781 -1.905952) - (xy 0.504703 -2.082904) - (xy 0.510149 -2.243604) - (xy 0.515148 -2.388725) - (xy 0.519727 -2.51894) - (xy 0.523916 -2.634923) - (xy 0.527741 -2.737346) - (xy 0.531232 -2.826883) - (xy 0.534416 -2.904207) - (xy 0.537322 -2.969992) - (xy 0.539978 -3.02491) - (xy 0.542412 -3.069636) - (xy 0.544652 -3.104842) - (xy 0.546727 -3.131202) - (xy 0.548664 -3.149388) - (xy 0.550492 -3.160076) - (xy 0.55143 -3.162935) - (xy 0.562184 -3.18084) - (xy 0.577007 -3.196222) - (xy 0.597693 -3.209719) - (xy 0.626038 -3.221967) - (xy 0.663835 -3.233605) - (xy 0.712879 -3.245268) - (xy 0.774966 -3.257594) - (xy 0.851889 -3.27122) - (xy 0.86066 -3.272711) - (xy 1.083499 -3.30342) - (xy 1.314876 -3.321586) - (xy 1.383554 -3.324478) - (xy 1.449557 -3.326124) - (xy 1.500836 -3.325748) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 22d8e0b6-f41f-41e4-91df-0e5372fb286d)) - (fp_poly - (pts - (xy -0.753344 1.508476) - (xy -0.679527 1.509767) - (xy -0.593654 1.511675) - (xy -0.496697 1.514165) - (xy -0.389628 1.517204) - (xy -0.27342 1.520756) - (xy -0.149043 1.524789) - (xy -0.017469 1.529267) - (xy 0.120329 1.534158) - (xy 0.263379 1.539426) - (xy 0.41071 1.545038) - (xy 0.561351 1.550959) - (xy 0.714328 1.557156) - (xy 0.86867 1.563594) - (xy 1.023406 1.57024) - (xy 1.177563 1.577059) - (xy 1.33017 1.584017) - (xy 1.480254 1.591081) - (xy 1.626844 1.598215) - (xy 1.684867 1.60111) - (xy 1.739867 1.604015) - (xy 1.78898 1.606876) - (xy 1.829757 1.609528) - (xy 1.859746 1.611807) - (xy 1.876501 1.613547) - (xy 1.879151 1.614167) - (xy 1.880069 1.614512) - (xy 1.88108 1.61466) - (xy 1.881606 1.615149) - (xy 1.88107 1.616521) - (xy 1.878896 1.619315) - (xy 1.874506 1.624071) - (xy 1.867322 1.631329) - (xy 1.856768 1.641629) - (xy 1.842266 1.655512) - (xy 1.82324 1.673517) - (xy 1.799111 1.696185) - (xy 1.769302 1.724054) - (xy 1.733238 1.757666) - (xy 1.690339 1.797561) - (xy 1.64003 1.844277) - (xy 1.581732 1.898357) - (xy 1.514869 1.960338) - (xy 1.438863 2.030763) - (xy 1.353137 2.110169) - (xy 1.257114 2.199098) - (xy 1.150217 2.29809) - (xy 1.031868 2.407684) - (xy 0.944682 2.488423) - (xy 0.821 2.602941) - (xy 0.709114 2.706485) - (xy 0.608413 2.799603) - (xy 0.518286 2.882842) - (xy 0.438121 2.956751) - (xy 0.367307 3.02188) - (xy 0.305232 3.078775) - (xy 0.251285 3.127985) - (xy 0.204854 3.170058) - (xy 0.165327 3.205543) - (xy 0.132094 3.234989) - (xy 0.104543 3.258943) - (xy 0.082062 3.277953) - (xy 0.064041 3.292568) - (xy 0.049866 3.303337) - (xy 0.038928 3.310807) - (xy 0.030614 3.315527) - (xy 0.024314 3.318046) - (xy 0.019414 3.318911) - (xy 0.018503 3.318933) - (xy -0.006143 3.314757) - (xy -0.027773 3.29983) - (xy -0.035932 3.291417) - (xy -0.043074 3.280343) - (xy -0.057403 3.255188) - (xy -0.078396 3.216946) - (xy -0.105529 3.166612) - (xy -0.138278 3.10518) - (xy -0.176119 3.033644) - (xy -0.218528 2.952999) - (xy -0.264981 2.864239) - (xy -0.314954 2.768359) - (xy -0.367923 2.666352) - (xy -0.423364 2.559213) - (xy -0.480753 2.447937) - (xy -0.496169 2.417983) - (xy -0.569467 2.275346) - (xy -0.635158 2.147179) - (xy -0.693503 2.032958) - (xy -0.744762 1.93216) - (xy -0.789197 1.844259) - (xy -0.827069 1.768733) - (xy -0.858638 1.705057) - (xy -0.884165 1.652707) - (xy -0.903912 1.61116) - (xy -0.918138 1.57989) - (xy -0.927106 1.558374) - (xy -0.931076 1.546089) - (xy -0.931333 1.543961) - (xy -0.92888 1.523532) - (xy -0.918743 1.513464) - (xy -0.908618 1.510155) - (xy -0.892742 1.50864) - (xy -0.860923 1.507878) - (xy -0.814133 1.507835) - (xy -0.753344 1.508476) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 44e0b7cb-efd2-4436-a005-d1e91187355d)) - (fp_poly - (pts - (xy 0.326719 -2.93249) - (xy 0.32508 -2.871009) - (xy 0.323098 -2.796632) - (xy 0.320879 -2.713393) - (xy 0.318531 -2.625322) - (xy 0.316162 -2.536452) - (xy 0.313879 -2.450814) - (xy 0.312871 -2.413) - (xy 0.308605 -2.258228) - (xy 0.30408 -2.103793) - (xy 0.299337 -1.950713) - (xy 0.29442 -1.800004) - (xy 0.28937 -1.652684) - (xy 0.284232 -1.509769) - (xy 0.279047 -1.372277) - (xy 0.273859 -1.241223) - (xy 0.26871 -1.117626) - (xy 0.263642 -1.002502) - (xy 0.258699 -0.896867) - (xy 0.253923 -0.80174) - (xy 0.249357 -0.718136) - (xy 0.245044 -0.647073) - (xy 0.241026 -0.589568) - (xy 0.237346 -0.546637) - (xy 0.234047 -0.519298) - (xy 0.233097 -0.514092) - (xy 0.212867 -0.447792) - (xy 0.180525 -0.386471) - (xy 0.133956 -0.326231) - (xy 0.127 -0.318551) - (xy 0.115242 -0.306755) - (xy 0.092017 -0.284368) - (xy 0.058293 -0.252292) - (xy 0.015039 -0.211429) - (xy -0.036777 -0.162681) - (xy -0.096186 -0.106952) - (xy -0.162221 -0.045143) - (xy -0.233912 0.021843) - (xy -0.310291 0.093105) - (xy -0.390391 0.167739) - (xy -0.473242 0.244843) - (xy -0.557876 0.323516) - (xy -0.643325 0.402855) - (xy -0.728621 0.481958) - (xy -0.812795 0.559921) - (xy -0.894878 0.635844) - (xy -0.973904 0.708823) - (xy -1.048902 0.777957) - (xy -1.117613 0.841156) - (xy -1.149552 0.868795) - (xy -1.182168 0.894201) - (xy -1.210335 0.913487) - (xy -1.220855 0.919472) - (xy -1.268184 0.936265) - (xy -1.314683 0.939524) - (xy -1.356552 0.929225) - (xy -1.372464 0.920434) - (xy -1.393881 0.902444) - (xy -1.409736 0.882966) - (xy -1.411527 0.879668) - (xy -1.412761 0.873952) - (xy -1.413669 0.862159) - (xy -1.414234 0.843641) - (xy -1.414438 0.817751) - (xy -1.414265 0.783841) - (xy -1.413697 0.741265) - (xy -1.412718 0.689374) - (xy -1.411309 0.627522) - (xy -1.409455 0.555062) - (xy -1.407138 0.471346) - (xy -1.40434 0.375727) - (xy -1.401045 0.267557) - (xy -1.397236 0.14619) - (xy -1.392895 0.010978) - (xy -1.388006 -0.138726) - (xy -1.38255 -0.30357) - (xy -1.376512 -0.4842) - (xy -1.37156 -0.631316) - (xy -1.366176 -0.789662) - (xy -1.36085 -0.943938) - (xy -1.355616 -1.09325) - (xy -1.350509 -1.2367) - (xy -1.345562 -1.373394) - (xy -1.340812 -1.502436) - (xy -1.336291 -1.62293) - (xy -1.332035 -1.733981) - (xy -1.328078 -1.834694) - (xy -1.324454 -1.924172) - (xy -1.321199 -2.00152) - (xy -1.318346 -2.065843) - (xy -1.315929 -2.116245) - (xy -1.313984 -2.15183) - (xy -1.312545 -2.171703) - (xy -1.312164 -2.174801) - (xy -1.30054 -2.225992) - (xy -1.283106 -2.270675) - (xy -1.257873 -2.311568) - (xy -1.222853 -2.351394) - (xy -1.176055 -2.392873) - (xy -1.123435 -2.432987) - (xy -0.914753 -2.575378) - (xy -0.693831 -2.7087) - (xy -0.463576 -2.83145) - (xy -0.226897 -2.942125) - (xy 0.013296 -3.039221) - (xy 0.130224 -3.080987) - (xy 0.178924 -3.097431) - (xy 0.223985 -3.112289) - (xy 0.262186 -3.124526) - (xy 0.290306 -3.133107) - (xy 0.303748 -3.136726) - (xy 0.332329 -3.142946) - (xy 0.326719 -2.93249) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 29839ff7-bb28-4231-96c4-b64e9366f161)) - (fp_poly - (pts - (xy 0.557683 -0.270905) - (xy 0.616786 -0.269669) - (xy 0.687892 -0.267853) - (xy 0.769858 -0.265502) - (xy 0.86154 -0.262662) - (xy 0.961796 -0.259378) - (xy 1.069482 -0.255696) - (xy 1.183455 -0.251662) - (xy 1.302571 -0.247322) - (xy 1.425689 -0.242721) - (xy 1.551664 -0.237904) - (xy 1.679353 -0.232918) - (xy 1.807614 -0.227809) - (xy 1.935302 -0.222621) - (xy 2.061276 -0.217401) - (xy 2.184391 -0.212194) - (xy 2.303504 -0.207046) - (xy 2.417473 -0.202003) - (xy 2.525154 -0.19711) - (xy 2.625404 -0.192412) - (xy 2.717079 -0.187957) - (xy 2.799037 -0.183789) - (xy 2.870135 -0.179953) - (xy 2.929229 -0.176497) - (xy 2.975176 -0.173465) - (xy 3.006833 -0.170903) - (xy 3.023056 -0.168856) - (xy 3.024754 -0.168344) - (xy 3.044173 -0.155108) - (xy 3.053608 -0.13813) - (xy 3.056313 -0.111227) - (xy 3.056337 -0.108328) - (xy 3.052346 -0.08427) - (xy 3.040789 -0.04732) - (xy 3.022505 0.000715) - (xy 2.998333 0.058025) - (xy 2.969111 0.122803) - (xy 2.935677 0.193239) - (xy 2.898869 0.267525) - (xy 2.859526 0.343854) - (xy 2.818485 0.420415) - (xy 2.776586 0.495402) - (xy 2.77608 0.496287) - (xy 2.639585 0.720265) - (xy 2.489023 0.939007) - (xy 2.323107 1.154362) - (xy 2.288886 1.196082) - (xy 2.239305 1.255161) - (xy 2.197597 1.302181) - (xy 2.161353 1.338537) - (xy 2.128164 1.365621) - (xy 2.09562 1.38483) - (xy 2.061312 1.397556) - (xy 2.02283 1.405194) - (xy 1.977765 1.409139) - (xy 1.923707 1.410784) - (xy 1.9177 1.410876) - (xy 1.895152 1.410751) - (xy 1.856682 1.409986) - (xy 1.803288 1.408616) - (xy 1.735967 1.406674) - (xy 1.655717 1.404194) - (xy 1.563536 1.401211) - (xy 1.460422 1.39776) - (xy 1.347373 1.393873) - (xy 1.225386 1.389585) - (xy 1.095459 1.384932) - (xy 0.958589 1.379945) - (xy 0.815776 1.374661) - (xy 0.668016 1.369113) - (xy 0.516307 1.363335) - (xy 0.408156 1.359166) - (xy 0.256039 1.353246) - (xy 0.108236 1.34744) - (xy -0.034343 1.341786) - (xy -0.170783 1.336323) - (xy -0.300173 1.331087) - (xy -0.4216 1.326119) - (xy -0.534151 1.321456) - (xy -0.636913 1.317136) - (xy -0.728975 1.313198) - (xy -0.809423 1.30968) - (xy -0.877344 1.306621) - (xy -0.931827 1.304058) - (xy -0.971959 1.30203) - (xy -0.996827 1.300576) - (xy -1.005175 1.29984) - (xy -1.034038 1.288495) - (xy -1.062173 1.26781) - (xy -1.064081 1.265946) - (xy -1.080814 1.247148) - (xy -1.089196 1.2295) - (xy -1.09201 1.205618) - (xy -1.0922 1.191273) - (xy -1.085166 1.143882) - (xy -1.065435 1.092825) - (xy -1.035058 1.04275) - (xy -1.016146 1.019106) - (xy -1.006979 1.009907) - (xy -0.98646 0.990121) - (xy -0.955617 0.960714) - (xy -0.915479 0.922648) - (xy -0.867075 0.87689) - (xy -0.811434 0.824402) - (xy -0.749585 0.766151) - (xy -0.682557 0.703099) - (xy -0.611378 0.636212) - (xy -0.537079 0.566454) - (xy -0.460688 0.494789) - (xy -0.383233 0.422183) - (xy -0.305744 0.349599) - (xy -0.22925 0.278002) - (xy -0.15478 0.208356) - (xy -0.083363 0.141626) - (xy -0.016027 0.078776) - (xy 0.046199 0.020771) - (xy 0.102284 -0.031424) - (xy 0.151201 -0.076846) - (xy 0.19192 -0.11453) - (xy 0.223413 -0.143512) - (xy 0.244651 -0.162826) - (xy 0.248741 -0.166479) - (xy 0.316212 -0.216442) - (xy 0.388427 -0.251482) - (xy 0.463329 -0.270601) - (xy 0.463823 -0.270672) - (xy 0.480058 -0.271452) - (xy 0.511726 -0.271514) - (xy 0.557683 -0.270905) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 2db8d513-a25e-488a-8886-5c9e7f724ecc)) - ) - (footprint "Button_Switch_THT:SW_PUSH_6mm" (layer "F.Cu") (tstamp 2a51e270-0b16-4644-816c-413ab63cb1ca) (at 130.104 126.29 90) @@ -3543,9 +2608,9 @@ (fp_circle (center 3.25 2.25) (end 1.25 2.5) (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 67608489-7fbe-40b8-b16d-9b2b84b26bfa)) (pad "1" thru_hole circle (at 0 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 35 "GPIO6") (pinfunction "1") (pintype "passive") (tstamp 6bece885-ee23-4ac9-80ed-be675ce01349)) + (net 31 "GPIO6") (pinfunction "1") (pintype "passive") (tstamp 6bece885-ee23-4ac9-80ed-be675ce01349)) (pad "1" thru_hole circle (at 6.5 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 35 "GPIO6") (pinfunction "1") (pintype "passive") (tstamp dc75d552-e4f2-4852-a161-36c2814a8c89)) + (net 31 "GPIO6") (pinfunction "1") (pintype "passive") (tstamp dc75d552-e4f2-4852-a161-36c2814a8c89)) (pad "2" thru_hole circle (at 0 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp da02eae2-e077-4451-b620-205ead0885c3)) (pad "2" thru_hole circle (at 6.5 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") @@ -3825,9 +2890,9 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 730e261c-9b10-41c6-90e7-fe0c3d685023)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 91 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 57e2a12e-fa49-4b87-9acc-f2879f505a8a)) + (net 87 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 57e2a12e-fa49-4b87-9acc-f2879f505a8a)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 16 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp d8b4a5ef-5c80-4168-a064-0ae711552d9d)) + (net 12 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp d8b4a5ef-5c80-4168-a064-0ae711552d9d)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "power_in") (tstamp 05f7c981-0781-4905-8a5a-8a54586f9c47)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -3994,13 +3059,13 @@ (pad "2" thru_hole oval (at 2.493056 0.042449 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "DC-") (pintype "power_in") (tstamp a0187229-7801-423a-88f6-4ddc6cee03e7)) (pad "3" thru_hole oval (at 4.993056 0.042449 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 22 "GPIO27") (pinfunction "CH1") (pintype "input") (tstamp 50bd2a1d-2f8d-4c04-be6d-c6f9379fd5f2)) + (net 18 "GPIO27") (pinfunction "CH1") (pintype "input") (tstamp 50bd2a1d-2f8d-4c04-be6d-c6f9379fd5f2)) (pad "4" thru_hole oval (at 7.493056 0.042449 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 25 "GPIO24") (pinfunction "CH2") (pintype "input") (tstamp af578996-ada3-4549-bb7b-fe1b24cc2871)) + (net 21 "GPIO24") (pinfunction "CH2") (pintype "input") (tstamp af578996-ada3-4549-bb7b-fe1b24cc2871)) (pad "5" thru_hole oval (at 9.993056 0.042449 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 28 "GPIO25") (pinfunction "CH3") (pintype "input") (tstamp 4146679b-1866-426a-b1a3-75341556f422)) + (net 24 "GPIO25") (pinfunction "CH3") (pintype "input") (tstamp 4146679b-1866-426a-b1a3-75341556f422)) (pad "6" thru_hole oval (at 12.493056 0.042449 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 40 "GPIO26") (pinfunction "CH4") (pintype "input") (tstamp c32aef27-bb9c-429a-a30a-25e8e5eea36a)) + (net 36 "GPIO26") (pinfunction "CH4") (pintype "input") (tstamp c32aef27-bb9c-429a-a30a-25e8e5eea36a)) (model "Library/SamacSys_Parts.3dshapes/B6B-XH-A_LF__SN_.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -4268,7 +3333,7 @@ (pad "1" thru_hole rect (at 0.003779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 5 "+24V") (pinfunction "A") (pintype "passive") (tstamp b2503ffb-7954-463d-9c44-a228cdc84d03)) (pad "2" thru_hole oval (at 2.503779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D4-A)") (pinfunction "B") (pintype "passive") (tstamp ca220153-654a-464d-8d0c-9be6430a61d7)) + (net 8 "Net-(D4-A)") (pinfunction "B") (pintype "passive") (tstamp ca220153-654a-464d-8d0c-9be6430a61d7)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -4452,7 +3517,7 @@ (fp_line (start 7.45 3.4) (end 7.45 -2.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 307f0588-cc70-408c-89ed-c31ee10a7c96)) (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 17 "GPIO4") (pinfunction "DATA") (pintype "bidirectional") (tstamp 4136f72f-ea1b-414c-b1c8-4a726b3f4fb4)) + (net 13 "GPIO4") (pinfunction "DATA") (pintype "bidirectional") (tstamp 4136f72f-ea1b-414c-b1c8-4a726b3f4fb4)) (pad "2" thru_hole oval (at 2.5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "input") (tstamp 65833c84-8b0e-4dc1-99de-fd3ac93c379f)) (pad "3" thru_hole oval (at 5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -4725,9 +3790,9 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fa507116-b5be-4117-bb4b-5bd2ab0ee94e)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 91 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 182391c7-9393-49aa-8fb4-54c8ea68b28c)) + (net 87 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 182391c7-9393-49aa-8fb4-54c8ea68b28c)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 16 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp ae9dcd8c-30bb-447f-8eb2-4c0a00505811)) + (net 12 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp ae9dcd8c-30bb-447f-8eb2-4c0a00505811)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "power_in") (tstamp 6ff7752a-ac38-4de6-8391-613306255c58)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -4739,323 +3804,12 @@ ) ) - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp 40fbbd4e-338b-44c9-9962-d5ab8d155bad) - (at 79.777302 114.632834 90) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Part Number" "GRM1555C1H1R2WA01D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing") - (property "Height" "0.55") - (property "MPN" "GRM1555C1H1R2WA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D") - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/27ff6d7b-a542-43d0-a4dd-574119d032ee") - (attr smd) - (fp_text reference "C20" (at 1.778834 0 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 523e2240-66c3-4ef1-99f5-6262146f7730) - (render_cache "C20" 90 - (polygon - (pts - (xy 79.810586 113.12804) (xy 79.83081 113.048026) (xy 79.83701 113.04964) (xy 79.843117 113.051333) - (xy 79.849132 113.053105) (xy 79.855054 113.054955) (xy 79.860883 113.056883) (xy 79.866619 113.05889) - (xy 79.872263 113.060975) (xy 79.877814 113.063138) (xy 79.883272 113.06538) (xy 79.893911 113.0701) - (xy 79.904178 113.075132) (xy 79.914074 113.080479) (xy 79.9236 113.086139) (xy 79.932754 113.092113) - (xy 79.941538 113.098401) (xy 79.949951 113.105003) (xy 79.957992 113.111918) (xy 79.965663 113.119147) - (xy 79.972963 113.126689) (xy 79.979892 113.134545) (xy 79.983217 113.138591) (xy 79.98957 113.146857) - (xy 79.995513 113.15535) (xy 80.001046 113.164071) (xy 80.00617 113.17302) (xy 80.010883 113.182197) - (xy 80.015187 113.191602) (xy 80.019081 113.201234) (xy 80.022565 113.211095) (xy 80.025639 113.221183) - (xy 80.028303 113.231499) (xy 80.030557 113.242043) (xy 80.032401 113.252814) (xy 80.033836 113.263814) - (xy 80.034861 113.275041) (xy 80.035475 113.286496) (xy 80.03568 113.298179) (xy 80.035641 113.304253) - (xy 80.035524 113.310255) (xy 80.035329 113.316186) (xy 80.035055 113.322046) (xy 80.034274 113.333551) - (xy 80.03318 113.344772) (xy 80.031773 113.355707) (xy 80.030054 113.366357) (xy 80.028023 113.376723) - (xy 80.025679 113.386803) (xy 80.023022 113.396598) (xy 80.020053 113.406108) (xy 80.016771 113.415333) - (xy 80.013177 113.424273) (xy 80.00927 113.432928) (xy 80.00505 113.441297) (xy 80.000518 113.449382) - (xy 79.995673 113.457181) (xy 79.990533 113.464706) (xy 79.985113 113.472003) (xy 79.979414 113.479072) - (xy 79.973435 113.485914) (xy 79.967177 113.492527) (xy 79.96064 113.498913) (xy 79.953823 113.50507) - (xy 79.946727 113.511) (xy 79.939352 113.516702) (xy 79.931697 113.522177) (xy 79.923763 113.527423) - (xy 79.91555 113.532442) (xy 79.907057 113.537233) (xy 79.898285 113.541796) (xy 79.889233 113.546131) - (xy 79.879902 113.550238) (xy 79.87037 113.554106) (xy 79.860751 113.557725) (xy 79.851044 113.561095) - (xy 79.841251 113.564215) (xy 79.831371 113.567085) (xy 79.821403 113.569706) (xy 79.811349 113.572077) - (xy 79.801207 113.574198) (xy 79.790979 113.57607) (xy 79.780663 113.577692) (xy 79.770261 113.579065) - (xy 79.759771 113.580188) (xy 79.749195 113.581062) (xy 79.738532 113.581686) (xy 79.727781 113.58206) - (xy 79.716944 113.582185) (xy 79.711032 113.58215) (xy 79.705168 113.582044) (xy 79.693583 113.581622) - (xy 79.682188 113.580917) (xy 79.670983 113.579932) (xy 79.659968 113.578664) (xy 79.649143 113.577115) - (xy 79.638508 113.575285) (xy 79.628064 113.573172) (xy 79.617809 113.570778) (xy 79.607744 113.568103) - (xy 79.597869 113.565146) (xy 79.588185 113.561907) (xy 79.57869 113.558386) (xy 79.569386 113.554584) - (xy 79.560271 113.5505) (xy 79.551347 113.546135) (xy 79.54265 113.541509) (xy 79.534219 113.536646) - (xy 79.526054 113.531544) (xy 79.518154 113.526204) (xy 79.51052 113.520627) (xy 79.503152 113.51481) - (xy 79.496049 113.508756) (xy 79.489211 113.502464) (xy 79.48264 113.495934) (xy 79.476334 113.489165) - (xy 79.470293 113.482158) (xy 79.464519 113.474913) (xy 79.459009 113.46743) (xy 79.453766 113.459709) - (xy 79.448788 113.45175) (xy 79.444075 113.443553) (xy 79.439621 113.435166) (xy 79.435454 113.426677) - (xy 79.431575 113.418085) (xy 79.427983 113.409389) (xy 79.424678 113.400591) (xy 79.421661 113.391689) - (xy 79.418931 113.382685) (xy 79.416488 113.373577) (xy 79.414333 113.364366) (xy 79.412465 113.355053) - (xy 79.410885 113.345636) (xy 79.409591 113.336116) (xy 79.408586 113.326494) (xy 79.407867 113.316768) - (xy 79.407436 113.306939) (xy 79.407292 113.297007) (xy 79.407475 113.285781) (xy 79.408023 113.27478) - (xy 79.408936 113.264005) (xy 79.410214 113.253455) (xy 79.411858 113.243131) (xy 79.413866 113.233033) - (xy 79.41624 113.22316) (xy 79.418979 113.213513) (xy 79.422084 113.204091) (xy 79.425553 113.194894) - (xy 79.429388 113.185924) (xy 79.433588 113.177178) (xy 79.438153 113.168659) (xy 79.443084 113.160365) - (xy 79.44838 113.152296) (xy 79.454041 113.144453) (xy 79.460033 113.136869) (xy 79.466323 113.129578) - (xy 79.472911 113.122581) (xy 79.479796 113.115876) (xy 79.486979 113.109465) (xy 79.49446 113.103347) - (xy 79.502238 113.097522) (xy 79.510314 113.091989) (xy 79.518688 113.08675) (xy 79.527359 113.081805) - (xy 79.536328 113.077152) (xy 79.545595 113.072792) (xy 79.555159 113.068725) (xy 79.565021 113.064952) - (xy 79.575181 113.061471) (xy 79.585639 113.058284) (xy 79.60425 113.137126) (xy 79.595967 113.139819) - (xy 79.58797 113.142662) (xy 79.580259 113.145654) (xy 79.572834 113.148794) (xy 79.565696 113.152084) - (xy 79.558844 113.155522) (xy 79.552278 113.159109) (xy 79.545998 113.162844) (xy 79.540004 113.166729) - (xy 79.534297 113.170762) (xy 79.528876 113.174945) (xy 79.523741 113.179276) (xy 79.518893 113.183756) - (xy 79.51433 113.188385) (xy 79.510054 113.193162) (xy 79.506064 113.198089) (xy 79.502338 113.20317) - (xy 79.498851 113.208411) (xy 79.495606 113.213812) (xy 79.4926 113.219374) (xy 79.489835 113.225096) - (xy 79.487311 113.230979) (xy 79.485027 113.237022) (xy 79.482983 113.243225) (xy 79.48118 113.249588) - (xy 79.479617 113.256112) (xy 79.478295 113.262795) (xy 79.477213 113.26964) (xy 79.476372 113.276644) - (xy 79.47577 113.283809) (xy 79.47541 113.291134) (xy 79.47529 113.298619) (xy 79.475421 113.307231) - (xy 79.475816 113.315666) (xy 79.476475 113.323924) (xy 79.477396 113.332004) (xy 79.478581 113.339906) - (xy 79.480029 113.347632) (xy 79.481741 113.355179) (xy 79.483716 113.36255) (xy 79.485954 113.369742) - (xy 79.488456 113.376758) (xy 79.491221 113.383595) (xy 79.494249 113.390256) (xy 79.497541 113.396739) - (xy 79.501095 113.403044) (xy 79.504914 113.409172) (xy 79.508995 113.415123) (xy 79.513298 113.420858) - (xy 79.517781 113.426377) (xy 79.522444 113.43168) (xy 79.527286 113.436766) (xy 79.532308 113.441636) - (xy 79.53751 113.446289) (xy 79.542891 113.450726) (xy 79.548453 113.454947) (xy 79.554194 113.458951) - (xy 79.560114 113.462739) (xy 79.566215 113.46631) (xy 79.572495 113.469665) (xy 79.578955 113.472804) - (xy 79.585595 113.475726) (xy 79.592415 113.478432) (xy 79.599414 113.480922) (xy 79.606517 113.483211) - (xy 79.613649 113.485353) (xy 79.62081 113.487346) (xy 79.627999 113.489192) (xy 79.635217 113.490891) - (xy 79.642464 113.492442) (xy 79.649739 113.493845) (xy 79.657043 113.4951) (xy 79.664375 113.496208) - (xy 79.671736 113.497168) (xy 79.679126 113.49798) (xy 79.686544 113.498645) (xy 79.693991 113.499162) - (xy 79.701467 113.499531) (xy 79.708971 113.499752) (xy 79.716504 113.499826) (xy 79.726154 113.499739) - (xy 79.735649 113.499476) (xy 79.744989 113.499038) (xy 79.754175 113.498425) (xy 79.763207 113.497637) - (xy 79.772084 113.496673) (xy 79.780806 113.495535) (xy 79.789374 113.494221) (xy 79.797787 113.492732) - (xy 79.806046 113.491068) (xy 79.81415 113.489229) (xy 79.822099 113.487214) (xy 79.829894 113.485025) - (xy 79.837535 113.48266) (xy 79.84502 113.48012) (xy 79.852352 113.477405) (xy 79.859474 113.474487) - (xy 79.866367 113.471376) (xy 79.873034 113.468071) (xy 79.879472 113.464573) (xy 79.885682 113.460881) - (xy 79.891665 113.456996) (xy 79.89742 113.452917) (xy 79.902947 113.448645) (xy 79.908246 113.444179) - (xy 79.913317 113.43952) (xy 79.91816 113.434668) (xy 79.922776 113.429622) (xy 79.927164 113.424382) - (xy 79.931324 113.418949) (xy 79.935256 113.413322) (xy 79.93896 113.407502) (xy 79.942438 113.401537) - (xy 79.945692 113.395511) (xy 79.948722 113.389424) (xy 79.951527 113.383277) (xy 79.954107 113.377068) - (xy 79.956463 113.3708) (xy 79.958595 113.36447) (xy 79.960502 113.35808) (xy 79.962185 113.351629) - (xy 79.963644 113.345117) (xy 79.964878 113.338545) (xy 79.965888 113.331912) (xy 79.966673 113.325219) - (xy 79.967234 113.318464) (xy 79.967571 113.311649) (xy 79.967683 113.304774) (xy 79.967529 113.296464) - (xy 79.967065 113.288315) (xy 79.966292 113.280326) (xy 79.96521 113.272497) (xy 79.963819 113.264829) - (xy 79.962119 113.257321) (xy 79.96011 113.249973) (xy 79.957791 113.242785) (xy 79.955164 113.235758) - (xy 79.952227 113.228891) (xy 79.948981 113.222184) (xy 79.945427 113.215637) (xy 79.941563 113.209251) - (xy 79.937389 113.203025) (xy 79.932907 113.19696) (xy 79.928116 113.191054) (xy 79.92302 113.185347) - (xy 79.917624 113.179876) (xy 79.911928 113.17464) (xy 79.905933 113.16964) (xy 79.899637 113.164877) - (xy 79.893041 113.160348) (xy 79.886145 113.156056) (xy 79.87895 113.152) (xy 79.871454 113.148179) - (xy 79.863659 113.144595) (xy 79.855563 113.141246) (xy 79.847168 113.138133) (xy 79.838472 113.135256) - (xy 79.829477 113.132615) (xy 79.820182 113.130209) - ) - ) - (polygon - (pts - (xy 79.95596 112.593148) (xy 80.026302 112.593148) (xy 80.026302 112.992631) (xy 80.019629 112.992657) - (xy 80.013021 112.992366) (xy 80.006477 112.991759) (xy 79.999997 112.990836) (xy 79.993581 112.989598) - (xy 79.987229 112.988043) (xy 79.980941 112.986172) (xy 79.974717 112.983985) (xy 79.967063 112.98094) - (xy 79.959431 112.977576) (xy 79.951823 112.973893) (xy 79.944238 112.969889) (xy 79.936676 112.965567) - (xy 79.931648 112.962508) (xy 79.92663 112.959307) (xy 79.921622 112.955964) (xy 79.916625 112.952479) - (xy 79.911638 112.948852) (xy 79.906661 112.945083) (xy 79.901694 112.941172) (xy 79.896738 112.937119) - (xy 79.894264 112.935039) (xy 79.889251 112.930727) (xy 79.884143 112.926182) (xy 79.878938 112.921403) - (xy 79.873638 112.916391) (xy 79.868241 112.911145) (xy 79.862747 112.905666) (xy 79.857158 112.899953) - (xy 79.851472 112.894006) (xy 79.845691 112.887826) (xy 79.839813 112.881412) (xy 79.833839 112.874765) - (xy 79.827769 112.867884) (xy 79.821602 112.86077) (xy 79.81534 112.853422) (xy 79.808981 112.845841) - (xy 79.802526 112.838026) (xy 79.797467 112.831933) (xy 79.792474 112.825966) (xy 79.787546 112.820123) - (xy 79.782685 112.814404) (xy 79.77789 112.808811) (xy 79.773162 112.803343) (xy 79.768499 112.797999) - (xy 79.763902 112.79278) (xy 79.759372 112.787686) (xy 79.754907 112.782716) (xy 79.750509 112.777872) - (xy 79.746177 112.773152) (xy 79.741911 112.768557) (xy 79.737711 112.764087) (xy 79.733577 112.759741) - (xy 79.725508 112.751425) (xy 79.717704 112.743607) (xy 79.710163 112.736289) (xy 79.702888 112.72947) - (xy 79.695876 112.723151) (xy 79.689129 112.71733) (xy 79.682647 112.712008) (xy 79.676429 112.707186) - (xy 79.673419 112.704962) (xy 79.667486 112.700757) (xy 79.661593 112.696822) (xy 79.655739 112.693159) - (xy 79.649926 112.689767) (xy 79.644153 112.686647) (xy 79.63842 112.683798) (xy 79.632727 112.68122) - (xy 79.627074 112.678914) (xy 79.621462 112.676879) (xy 79.613117 112.674335) (xy 79.604864 112.672402) - (xy 79.5967 112.671079) (xy 79.588626 112.670367) (xy 79.583294 112.670231) (xy 79.575064 112.670509) - (xy 79.567082 112.671344) (xy 79.559347 112.672735) (xy 79.55186 112.674682) (xy 79.544619 112.677186) - (xy 79.537627 112.680246) (xy 79.530881 112.683863) (xy 79.524382 112.688036) (xy 79.518131 112.692766) - (xy 79.512128 112.698052) (xy 79.508262 112.701885) (xy 79.502789 112.70796) (xy 79.497854 112.71437) - (xy 79.493457 112.721115) (xy 79.489598 112.728194) (xy 79.486278 112.735609) (xy 79.483497 112.743358) - (xy 79.481254 112.751443) (xy 79.479549 112.759862) (xy 79.478382 112.768616) (xy 79.477904 112.774638) - (xy 79.477664 112.780809) (xy 79.477634 112.78395) (xy 79.477765 112.790571) (xy 79.478159 112.797025) - (xy 79.478814 112.803312) (xy 79.479732 112.809431) (xy 79.480912 112.815383) (xy 79.482354 112.821168) - (xy 79.484058 112.826786) (xy 79.487106 112.8349) (xy 79.490743 112.842637) (xy 79.494971 112.849999) - (xy 79.499789 112.856984) (xy 79.505196 112.863593) (xy 79.511193 112.869826) (xy 79.517714 112.875566) - (xy 79.52469 112.880748) (xy 79.532122 112.885375) (xy 79.53733 112.88815) (xy 79.542741 112.890678) - (xy 79.548354 112.892959) (xy 79.55417 112.894992) (xy 79.560189 112.896778) (xy 79.56641 112.898317) - (xy 79.572834 112.899608) (xy 79.579461 112.900652) (xy 79.58629 112.901449) (xy 79.593322 112.901999) - (xy 79.600557 112.902301) (xy 79.60425 112.902359) (xy 79.59619 112.978563) (xy 79.585399 112.977423) - (xy 79.574934 112.975944) (xy 79.564795 112.974126) (xy 79.554983 112.971969) (xy 79.545497 112.969473) - (xy 79.536337 112.966638) (xy 79.527504 112.963464) (xy 79.518997 112.959952) (xy 79.510816 112.9561) - (xy 79.502962 112.95191) (xy 79.495433 112.947381) (xy 79.488231 112.942513) (xy 79.481356 112.937306) - (xy 79.474806 112.93176) (xy 79.468583 112.925875) (xy 79.462687 112.919652) (xy 79.457115 112.913122) - (xy 79.451902 112.906318) (xy 79.447049 112.899241) (xy 79.442555 112.89189) (xy 79.438421 112.884266) - (xy 79.434646 112.876368) (xy 79.431231 112.868196) (xy 79.428175 112.859751) (xy 79.425479 112.851032) - (xy 79.423142 112.84204) (xy 79.421165 112.832774) (xy 79.419547 112.823234) (xy 79.418289 112.81342) - (xy 79.41739 112.803333) (xy 79.416851 112.792973) (xy 79.416671 112.782338) (xy 79.416861 112.771617) - (xy 79.417429 112.761179) (xy 79.418377 112.751023) (xy 79.419703 112.74115) (xy 79.421408 112.73156) - (xy 79.423493 112.722252) (xy 79.425956 112.713228) (xy 79.428798 112.704486) (xy 79.432019 112.696027) - (xy 79.435619 112.687851) (xy 79.439598 112.679957) (xy 79.443956 112.672347) (xy 79.448693 112.665019) - (xy 79.453809 112.657974) (xy 79.459304 112.651211) (xy 79.465178 112.644732) (xy 79.471332 112.638592) - (xy 79.477666 112.632848) (xy 79.484182 112.6275) (xy 79.490878 112.622549) (xy 79.497756 112.617993) - (xy 79.504814 112.613834) (xy 79.512053 112.61007) (xy 79.519473 112.606703) (xy 79.527074 112.603732) - (xy 79.534856 112.601158) (xy 79.542819 112.598979) (xy 79.550962 112.597196) (xy 79.559287 112.59581) - (xy 79.567792 112.594819) (xy 79.576478 112.594225) (xy 79.585345 112.594027) (xy 79.592177 112.594157) - (xy 79.598988 112.594548) (xy 79.605778 112.595198) (xy 79.612548 112.596109) (xy 79.619297 112.597279) - (xy 79.626026 112.59871) (xy 79.632734 112.600401) (xy 79.639421 112.602353) (xy 79.646088 112.604564) - (xy 79.652734 112.607036) (xy 79.657153 112.608828) (xy 79.663781 112.611776) (xy 79.670476 112.615069) - (xy 79.677238 112.618707) (xy 79.684067 112.622691) (xy 79.690963 112.627019) (xy 79.697926 112.631693) - (xy 79.704956 112.636712) (xy 79.709679 112.640249) (xy 79.714433 112.643941) (xy 79.719216 112.647785) - (xy 79.72403 112.651783) (xy 79.728872 112.655934) (xy 79.731305 112.658068) (xy 79.736291 112.66255) - (xy 79.741504 112.667389) (xy 79.746943 112.672584) (xy 79.752609 112.678135) (xy 79.758502 112.684042) - (xy 79.764621 112.690305) (xy 79.770967 112.696925) (xy 79.77754 112.7039) (xy 79.78434 112.711231) - (xy 79.791366 112.718918) (xy 79.798619 112.726962) (xy 79.806098 112.735361) (xy 79.813804 112.744117) - (xy 79.817743 112.748628) (xy 79.821737 112.753228) (xy 79.825789 112.757918) (xy 79.829897 112.762696) - (xy 79.834062 112.767563) (xy 79.838283 112.77252) (xy 79.84523 112.780669) (xy 79.851891 112.788445) - (xy 79.858268 112.79585) (xy 79.864359 112.802882) (xy 79.870166 112.809543) (xy 79.875687 112.815831) - (xy 79.880923 112.821747) (xy 79.885874 112.827291) (xy 79.89054 112.832463) (xy 79.894921 112.837263) - (xy 79.899017 112.841691) (xy 79.904626 112.847635) (xy 79.909594 112.852742) (xy 79.91392 112.857012) - (xy 79.91522 112.858249) (xy 79.92028 112.862872) (xy 79.92535 112.867289) (xy 79.930429 112.8715) - (xy 79.935516 112.875505) (xy 79.940613 112.879304) (xy 79.94572 112.882896) (xy 79.950835 112.886283) - (xy 79.95596 112.889463) - ) - ) - (polygon - (pts - (xy 79.726322 112.515918) (xy 79.71965 112.515897) (xy 79.713059 112.515832) (xy 79.70655 112.515725) - (xy 79.700123 112.515575) (xy 79.693778 112.515382) (xy 79.687514 112.515146) (xy 79.681333 112.514866) - (xy 79.675233 112.514544) (xy 79.669215 112.51418) (xy 79.663279 112.513772) (xy 79.657425 112.513321) - (xy 79.645962 112.51229) (xy 79.634827 112.511088) (xy 79.62402 112.509714) (xy 79.613539 112.508169) - (xy 79.603386 112.506452) (xy 79.593561 112.504562) (xy 79.584063 112.502502) (xy 79.574892 112.500269) - (xy 79.566049 112.497865) (xy 79.557534 112.495289) (xy 79.553398 112.493936) (xy 79.54531 112.491087) - (xy 79.537457 112.488072) (xy 79.52984 112.484891) (xy 79.522459 112.481544) (xy 79.515314 112.478031) - (xy 79.508404 112.474352) (xy 79.501731 112.470507) (xy 79.495293 112.466496) (xy 79.489091 112.462319) - (xy 79.483125 112.457976) (xy 79.477395 112.453466) (xy 79.471901 112.448791) (xy 79.466642 112.44395) - (xy 79.46162 112.438943) (xy 79.456833 112.43377) (xy 79.452282 112.428431) (xy 79.44797 112.422902) - (xy 79.443936 112.417199) (xy 79.44018 112.411321) (xy 79.436702 112.405267) (xy 79.433503 112.399038) - (xy 79.430582 112.392634) (xy 79.427939 112.386055) (xy 79.425574 112.379301) (xy 79.423487 112.372372) - (xy 79.421679 112.365267) (xy 79.420149 112.357987) (xy 79.418897 112.350532) (xy 79.417923 112.342902) - (xy 79.417228 112.335097) (xy 79.41681 112.327116) (xy 79.416671 112.318961) (xy 79.416748 112.312926) - (xy 79.416978 112.306985) (xy 79.417611 112.29825) (xy 79.418589 112.289726) (xy 79.419912 112.281413) - (xy 79.421581 112.273312) (xy 79.423594 112.265422) (xy 79.425953 112.257743) (xy 79.428657 112.250275) - (xy 79.431706 112.243018) (xy 79.4351 112.235973) (xy 79.436308 112.233671) (xy 79.440144 112.226888) - (xy 79.444285 112.220331) (xy 79.448734 112.214001) (xy 79.453489 112.207898) (xy 79.45855 112.202021) - (xy 79.463918 112.196371) (xy 79.469593 112.190947) (xy 79.475574 112.185751) (xy 79.481861 112.180781) - (xy 79.488455 112.176038) (xy 79.493022 112.173001) (xy 79.500089 112.168613) (xy 79.507442 112.164404) - (xy 79.515081 112.160376) (xy 79.523006 112.156529) (xy 79.528449 112.154064) (xy 79.534018 112.151679) - (xy 79.539714 112.149374) (xy 79.545538 112.14715) (xy 79.551488 112.145005) (xy 79.557566 112.142941) - (xy 79.563771 112.140957) (xy 79.570102 112.139053) (xy 79.576561 112.137229) (xy 79.583147 112.135486) - (xy 79.589923 112.133835) (xy 79.596989 112.132291) (xy 79.604344 112.130854) (xy 79.611989 112.129523) - (xy 79.619924 112.128299) (xy 79.628148 112.127181) (xy 79.636662 112.126169) (xy 79.645466 112.125264) - (xy 79.654559 112.124466) (xy 79.663942 112.123773) (xy 79.673615 112.123188) (xy 79.683577 112.122709) - (xy 79.693829 112.122336) (xy 79.70437 112.12207) (xy 79.715202 112.12191) (xy 79.726322 112.121857) - (xy 79.73295 112.121878) (xy 79.739498 112.121942) (xy 79.745965 112.122049) (xy 79.752353 112.122198) - (xy 79.75866 112.12239) (xy 79.764887 112.122625) (xy 79.771034 112.122902) (xy 79.777101 112.123222) - (xy 79.783087 112.123584) (xy 79.788994 112.123989) (xy 79.800566 112.124927) (xy 79.811818 112.126036) - (xy 79.82275 112.127316) (xy 79.83336 112.128766) (xy 79.843651 112.130386) (xy 79.85362 112.132177) - (xy 79.863269 112.134139) (xy 79.872598 112.136272) (xy 79.881606 112.138575) (xy 79.890293 112.141048) - (xy 79.89866 112.143692) (xy 79.906732 112.146506) (xy 79.914572 112.14949) (xy 79.922179 112.152643) - (xy 79.929554 112.155965) (xy 79.936696 112.159457) (xy 79.943606 112.163119) (xy 79.950284 112.166949) - (xy 79.956729 112.17095) (xy 79.962942 112.175119) (xy 79.968922 112.179459) (xy 79.97467 112.183967) - (xy 79.980185 112.188645) (xy 79.985468 112.193493) (xy 79.990519 112.198509) (xy 79.995337 112.203696) - (xy 79.999923 112.209052) (xy 80.004253 112.214581) (xy 80.008304 112.22029) (xy 80.012075 112.226177) - (xy 80.015567 112.232242) (xy 80.01878 112.238487) (xy 80.021713 112.244909) (xy 80.024367 112.251511) - (xy 80.026741 112.258291) (xy 80.028836 112.26525) (xy 80.030652 112.272387) (xy 80.032189 112.279703) - (xy 80.033446 112.287197) (xy 80.034423 112.29487) (xy 80.035122 112.302722) (xy 80.035541 112.310752) - (xy 80.03568 112.318961) (xy 80.035435 112.329732) (xy 80.034698 112.34021) (xy 80.03347 112.350395) - (xy 80.031751 112.360287) (xy 80.029541 112.369886) (xy 80.02684 112.379191) (xy 80.023647 112.388204) - (xy 80.019963 112.396923) (xy 80.015789 112.40535) (xy 80.011123 112.413483) (xy 80.005965 112.421323) - (xy 80.000317 112.42887) (xy 79.994178 112.436124) (xy 79.987547 112.443085) (xy 79.980425 112.449753) - (xy 79.972812 112.456128) (xy 79.967993 112.459806) (xy 79.962988 112.463368) (xy 79.957797 112.466813) - (xy 79.95242 112.470141) (xy 79.946856 112.473353) (xy 79.941107 112.476447) (xy 79.935172 112.479425) - (xy 79.92905 112.482286) (xy 79.922743 112.48503) (xy 79.916249 112.487658) (xy 79.90957 112.490169) - (xy 79.902704 112.492563) (xy 79.895652 112.49484) (xy 79.888415 112.497) (xy 79.880991 112.499044) - (xy 79.873381 112.500971) (xy 79.865585 112.502781) (xy 79.857603 112.504474) (xy 79.849435 112.506051) - (xy 79.841081 112.50751) (xy 79.832541 112.508853) (xy 79.823815 112.510079) (xy 79.814903 112.511189) - (xy 79.805805 112.512181) (xy 79.796521 112.513057) (xy 79.787051 112.513816) (xy 79.777394 112.514459) - (xy 79.767552 112.514984) (xy 79.757524 112.515393) (xy 79.747309 112.515685) (xy 79.736909 112.51586) - ) - (pts - (xy 79.726176 112.439715) (xy 79.735421 112.43968) (xy 79.74447 112.439578) (xy 79.753324 112.439408) - (xy 79.761983 112.43917) (xy 79.770447 112.438863) (xy 79.778716 112.438488) (xy 79.786789 112.438046) - (xy 79.794668 112.437535) (xy 79.802351 112.436956) (xy 79.809839 112.436308) (xy 79.817131 112.435593) - (xy 79.824229 112.43481) (xy 79.831131 112.433958) (xy 79.837838 112.433039) (xy 79.84435 112.432051) - (xy 79.850666 112.430995) (xy 79.856788 112.429871) (xy 79.862714 112.428679) (xy 79.868445 112.427419) - (xy 79.879322 112.424694) (xy 79.889417 112.421697) (xy 79.898732 112.418427) (xy 79.907266 112.414884) - (xy 79.915019 112.41107) (xy 79.921992 112.406982) (xy 79.925185 112.404837) (xy 79.931183 112.400414) - (xy 79.936794 112.395865) (xy 79.942018 112.391191) (xy 79.946855 112.38639) (xy 79.951306 112.381464) - (xy 79.955369 112.376411) (xy 79.959045 112.371233) (xy 79.962334 112.365929) (xy 79.965237 112.360499) - (xy 79.967752 112.354942) (xy 79.96988 112.34926) (xy 79.971622 112.343452) (xy 79.972976 112.337518) - (xy 79.973943 112.331458) (xy 79.974524 112.325273) (xy 79.974717 112.318961) (xy 79.974523 112.312631) - (xy 79.973941 112.306429) (xy 79.972971 112.300354) (xy 79.971612 112.294405) (xy 79.969866 112.288584) - (xy 79.967731 112.28289) (xy 79.965209 112.277323) (xy 79.962298 112.271883) (xy 79.958999 112.26657) - (xy 79.955312 112.261384) (xy 79.951236 112.256326) (xy 79.946773 112.251394) (xy 79.941922 112.24659) - (xy 79.936682 112.241912) (xy 79.931054 112.237362) (xy 79.925038 112.232939) (xy 79.91844 112.228715) - (xy 79.911064 112.224764) (xy 79.902911 112.221086) (xy 79.89398 112.217679) (xy 79.884272 112.214546) - (xy 79.873786 112.211685) (xy 79.862524 112.209096) (xy 79.856601 112.207904) (xy 79.850483 112.20678) - (xy 79.844172 112.205724) (xy 79.837666 112.204737) (xy 79.830965 112.203817) (xy 79.824071 112.202965) - (xy 79.816982 112.202182) (xy 79.809698 112.201467) (xy 79.802221 112.20082) (xy 79.794549 112.200241) - (xy 79.786682 112.19973) (xy 79.778622 112.199287) (xy 79.770366 112.198912) (xy 79.761917 112.198606) - (xy 79.753273 112.198367) (xy 79.744435 112.198197) (xy 79.735403 112.198095) (xy 79.726176 112.198061) - (xy 79.716904 112.198095) (xy 79.70783 112.198197) (xy 79.698951 112.198367) (xy 79.69027 112.198606) - (xy 79.681785 112.198912) (xy 79.673497 112.199287) (xy 79.665405 112.19973) (xy 79.65751 112.200241) - (xy 79.649812 112.20082) (xy 79.64231 112.201467) (xy 79.635005 112.202182) (xy 79.627896 112.202965) - (xy 79.620985 112.203817) (xy 79.614269 112.204737) (xy 79.607751 112.205724) (xy 79.601429 112.20678) - (xy 79.595304 112.207904) (xy 79.589375 112.209096) (xy 79.583643 112.210356) (xy 79.572769 112.213081) - (xy 79.562681 112.216079) (xy 79.55338 112.219348) (xy 79.544866 112.222891) (xy 79.537138 112.226705) - (xy 79.530196 112.230793) (xy 79.52702 112.232939) (xy 79.52104 112.237365) (xy 79.515445 112.241924) - (xy 79.510237 112.246615) (xy 79.505414 112.25144) (xy 79.500977 112.256397) (xy 79.496926 112.261487) - (xy 79.49326 112.26671) (xy 79.489981 112.272066) (xy 79.487087 112.277555) (xy 79.484579 112.283176) - (xy 79.482457 112.28893) (xy 79.480721 112.294817) (xy 79.479371 112.300837) (xy 79.478406 112.30699) - (xy 79.477827 112.313275) (xy 79.477634 112.319694) (xy 79.477804 112.326006) (xy 79.478314 112.332157) - (xy 79.479165 112.338146) (xy 79.480355 112.343974) (xy 79.481885 112.349641) (xy 79.484818 112.357838) - (xy 79.488515 112.365672) (xy 79.492978 112.373143) (xy 79.496379 112.377922) (xy 79.500119 112.382539) - (xy 79.504199 112.386995) (xy 79.50862 112.39129) (xy 79.51338 112.395423) (xy 79.518481 112.399394) - (xy 79.521158 112.40132) (xy 79.528468 112.405969) (xy 79.536511 112.410318) (xy 79.545289 112.414368) - (xy 79.5548 112.418117) (xy 79.565045 112.421567) (xy 79.576024 112.424717) (xy 79.581788 112.426179) - (xy 79.587737 112.427566) (xy 79.593868 112.428878) (xy 79.600183 112.430116) (xy 79.606682 112.431278) - (xy 79.613364 112.432366) (xy 79.620229 112.433378) (xy 79.627278 112.434315) (xy 79.634511 112.435178) - (xy 79.641926 112.435965) (xy 79.649526 112.436677) (xy 79.657309 112.437315) (xy 79.665275 112.437877) - (xy 79.673425 112.438365) (xy 79.681758 112.438777) (xy 79.690274 112.439115) (xy 79.698975 112.439377) - (xy 79.707858 112.439565) (xy 79.716925 112.439677) - ) - ) - ) - ) - (fp_text value "GRM1555C1H1R2WA01D" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 3b0c0381-f4f0-4279-ad39-ac7f3781aa0c) - ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2115dbcf-39ee-48c4-b801-0086419c3d05)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 77f7f958-e266-4807-aaa1-e6423fbab92f)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 810323d4-c0d8-4787-9b6d-29b60eac98ef)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c853f082-63af-407a-98b1-6e97602f292c)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7358cfc0-6191-4468-952d-e11dac2456f5)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 77de18b6-4f23-473a-93f7-1b2c913dda5d)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 288012ad-9bfc-4b65-83e8-5e1e6c510f5b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 738ae6b8-9898-4276-8142-55bdfbad9878)) - (pad "1" smd rect (at -0.46 0 90) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 92 "Net-(J12-SIG)") (pinfunction "1") (pintype "passive") (tstamp 43eba1cc-f038-432f-80a5-dbbe5d47808e)) - (pad "2" smd rect (at 0.46 0 90) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp f043d9f6-a4d1-4488-a0bb-00d0df45b253)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Capacitor_SMD:CP_Elec_8x6.9" (layer "F.Cu") (tstamp 42e8afd3-4bee-4cb1-bc24-5f79b2ba812f) (at 96.275 79.49 180) (descr "SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm") (tags "capacitor electrolytic") + (property "Capacitance" "470uF") (property "Digikey PN" "732-6443-1-ND") (property "MPN" "875115150005") (property "Sheetfile" "power.kicad_sch") @@ -5337,7 +4091,7 @@ (at 72.555 85.64) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -5497,7 +4251,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp 655e37ed-0126-43a6-af09-8dbc318edbe5) ) @@ -5526,9 +4280,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44c233c7-43f3-4b9b-9f54-7af8d7100bdd)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 20 "GPIO17") (pintype "passive") (tstamp 7683e79a-5c92-420f-ba25-57b702c1b121)) + (net 16 "GPIO17") (pintype "passive") (tstamp 7683e79a-5c92-420f-ba25-57b702c1b121)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 59 "Net-(U2-PC6)") (pintype "passive") (tstamp a7ee7246-a26a-4539-a71b-5d6b066d592d)) + (net 55 "Net-(U2-PC6)") (pintype "passive") (tstamp a7ee7246-a26a-4539-a71b-5d6b066d592d)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -5766,11 +4520,11 @@ (fp_line (start 0.65 1.45) (end -0.65 1.45) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c246400a-e714-45fd-b252-fb4b9f6a9e46)) (pad "1" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "GPIO16") (pinfunction "G") (pintype "input") (tstamp 7f89984f-aa36-49e8-8b0a-8f09dda569fa)) + (net 35 "GPIO16") (pinfunction "G") (pintype "input") (tstamp 7f89984f-aa36-49e8-8b0a-8f09dda569fa)) (pad "2" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "S") (pintype "passive") (tstamp f0d0435d-0241-494a-8b4a-8480cdf9906f)) (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 11 "Net-(D4-A)") (pinfunction "D") (pintype "passive") (tstamp 2340817a-c66d-4042-8ecd-129fcb37d699)) + (net 8 "Net-(D4-A)") (pinfunction "D") (pintype "passive") (tstamp 2340817a-c66d-4042-8ecd-129fcb37d699)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -5783,7 +4537,7 @@ (at 102.44 112.795 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -5984,7 +4738,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 32cbb8bf-f299-4c67-b5a7-600967969aae) ) @@ -6013,9 +4767,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3c1afcbd-b60b-41e0-a468-348d4b515455)) (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 25 "GPIO24") (pintype "passive") (tstamp e985f8bd-388e-4417-bde1-e4ef68df8ad2)) + (net 21 "GPIO24") (pintype "passive") (tstamp e985f8bd-388e-4417-bde1-e4ef68df8ad2)) (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 53 "Net-(U2-PC12)") (pintype "passive") (tstamp 31cf8d74-f0b4-4dc0-9c43-8f85bb5ed035)) + (net 49 "Net-(U2-PC12)") (pintype "passive") (tstamp 31cf8d74-f0b4-4dc0-9c43-8f85bb5ed035)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -6028,7 +4782,7 @@ (at 144.050786 95.584691 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -6109,7 +4863,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp d4910bc6-75bf-43b7-8d58-720c3323db47) ) @@ -6138,9 +4892,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f8a2946-4dfa-47bc-8c50-63aa3527375c)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "SDA_5V") (pintype "passive") (tstamp 0d07f9af-e9bd-408a-9241-0b413139c08c)) + (net 40 "SDA_5V") (pintype "passive") (tstamp 0d07f9af-e9bd-408a-9241-0b413139c08c)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "+5V") (pintype "passive") (tstamp 1dc78fe7-f837-4a99-9d66-02c72f9014da)) + (net 39 "+5V") (pintype "passive") (tstamp 1dc78fe7-f837-4a99-9d66-02c72f9014da)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -6153,7 +4907,7 @@ (at 146.050786 95.734691 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -6243,7 +4997,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp b6b155ef-b9d5-45d4-82a0-eca33888ced6) ) @@ -6272,9 +5026,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 57f5627d-30a9-4937-84d5-81bae8ecbedb)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "SCL_5V") (pintype "passive") (tstamp 7ddfccbd-8b96-40ab-8296-d2766ed4b507)) + (net 41 "SCL_5V") (pintype "passive") (tstamp 7ddfccbd-8b96-40ab-8296-d2766ed4b507)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "+5V") (pintype "passive") (tstamp 2f6a1270-0e8e-4b08-a644-7e0c03eaba90)) + (net 39 "+5V") (pintype "passive") (tstamp 2f6a1270-0e8e-4b08-a644-7e0c03eaba90)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -6282,6 +5036,195 @@ ) ) + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 507a3556-4aa9-4b54-af97-06bde07e330a) + (at 95.43 118.935 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Capacitance" "4.7uF") + (property "MPN" "MLASJ168SC6475MTNA01") + (property "Sheetfile" "Microcontroller.kicad_sch") + (property "Sheetname" "Microcontroller") + (property "ki_description" "Unpolarized capacitor, small symbol") + (property "ki_keywords" "capacitor cap") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/e6c20a18-7b9b-4bae-8d53-4e03232229af") + (attr smd) + (fp_text reference "C7" (at -0.008 -1.252) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) + (tstamp 7d63a212-f15d-4a3e-96e5-6997004f3696) + (render_cache "C7" 0 + (polygon + (pts + (xy 95.397553 120.220284) (xy 95.477567 120.240508) (xy 95.475953 120.246708) (xy 95.47426 120.252815) + (xy 95.472488 120.25883) (xy 95.470638 120.264752) (xy 95.46871 120.270581) (xy 95.466703 120.276317) + (xy 95.464618 120.281961) (xy 95.462455 120.287512) (xy 95.460213 120.29297) (xy 95.455493 120.303609) + (xy 95.450461 120.313876) (xy 95.445114 120.323772) (xy 95.439454 120.333298) (xy 95.43348 120.342452) + (xy 95.427192 120.351236) (xy 95.42059 120.359649) (xy 95.413675 120.36769) (xy 95.406446 120.375361) + (xy 95.398904 120.382661) (xy 95.391048 120.38959) (xy 95.387002 120.392915) (xy 95.378736 120.399268) + (xy 95.370243 120.405211) (xy 95.361522 120.410744) (xy 95.352573 120.415868) (xy 95.343396 120.420581) + (xy 95.333991 120.424885) (xy 95.324359 120.428779) (xy 95.314498 120.432263) (xy 95.30441 120.435337) + (xy 95.294094 120.438001) (xy 95.28355 120.440255) (xy 95.272779 120.442099) (xy 95.261779 120.443534) + (xy 95.250552 120.444559) (xy 95.239097 120.445173) (xy 95.227414 120.445378) (xy 95.22134 120.445339) + (xy 95.215338 120.445222) (xy 95.209407 120.445027) (xy 95.203547 120.444753) (xy 95.192042 120.443972) + (xy 95.180821 120.442878) (xy 95.169886 120.441471) (xy 95.159236 120.439752) (xy 95.14887 120.437721) + (xy 95.13879 120.435377) (xy 95.128995 120.43272) (xy 95.119485 120.429751) (xy 95.11026 120.426469) + (xy 95.10132 120.422875) (xy 95.092665 120.418968) (xy 95.084296 120.414748) (xy 95.076211 120.410216) + (xy 95.068412 120.405371) (xy 95.060887 120.400231) (xy 95.05359 120.394811) (xy 95.046521 120.389112) + (xy 95.039679 120.383133) (xy 95.033066 120.376875) (xy 95.02668 120.370338) (xy 95.020523 120.363521) + (xy 95.014593 120.356425) (xy 95.008891 120.34905) (xy 95.003416 120.341395) (xy 94.99817 120.333461) + (xy 94.993151 120.325248) (xy 94.98836 120.316755) (xy 94.983797 120.307983) (xy 94.979462 120.298931) + (xy 94.975355 120.2896) (xy 94.971487 120.280068) (xy 94.967868 120.270449) (xy 94.964498 120.260742) + (xy 94.961378 120.250949) (xy 94.958508 120.241069) (xy 94.955887 120.231101) (xy 94.953516 120.221047) + (xy 94.951395 120.210905) (xy 94.949523 120.200677) (xy 94.947901 120.190361) (xy 94.946528 120.179959) + (xy 94.945405 120.169469) (xy 94.944531 120.158893) (xy 94.943907 120.14823) (xy 94.943533 120.137479) + (xy 94.943408 120.126642) (xy 94.943443 120.12073) (xy 94.943549 120.114866) (xy 94.943971 120.103281) + (xy 94.944676 120.091886) (xy 94.945661 120.080681) (xy 94.946929 120.069666) (xy 94.948478 120.058841) + (xy 94.950308 120.048206) (xy 94.952421 120.037762) (xy 94.954815 120.027507) (xy 94.95749 120.017442) + (xy 94.960447 120.007567) (xy 94.963686 119.997883) (xy 94.967207 119.988388) (xy 94.971009 119.979084) + (xy 94.975093 119.969969) (xy 94.979458 119.961045) (xy 94.984084 119.952348) (xy 94.988947 119.943917) + (xy 94.994049 119.935752) (xy 94.999389 119.927852) (xy 95.004966 119.920218) (xy 95.010783 119.91285) + (xy 95.016837 119.905747) (xy 95.023129 119.898909) (xy 95.029659 119.892338) (xy 95.036428 119.886032) + (xy 95.043435 119.879991) (xy 95.05068 119.874217) (xy 95.058163 119.868707) (xy 95.065884 119.863464) + (xy 95.073843 119.858486) (xy 95.08204 119.853773) (xy 95.090427 119.849319) (xy 95.098916 119.845152) + (xy 95.107508 119.841273) (xy 95.116204 119.837681) (xy 95.125002 119.834376) (xy 95.133904 119.831359) + (xy 95.142908 119.828629) (xy 95.152016 119.826186) (xy 95.161227 119.824031) (xy 95.17054 119.822163) + (xy 95.179957 119.820583) (xy 95.189477 119.819289) (xy 95.199099 119.818284) (xy 95.208825 119.817565) + (xy 95.218654 119.817134) (xy 95.228586 119.81699) (xy 95.239812 119.817173) (xy 95.250813 119.817721) + (xy 95.261588 119.818634) (xy 95.272138 119.819912) (xy 95.282462 119.821556) (xy 95.29256 119.823564) + (xy 95.302433 119.825938) (xy 95.31208 119.828677) (xy 95.321502 119.831782) (xy 95.330699 119.835251) + (xy 95.339669 119.839086) (xy 95.348415 119.843286) (xy 95.356934 119.847851) (xy 95.365228 119.852782) + (xy 95.373297 119.858078) (xy 95.38114 119.863739) (xy 95.388724 119.869731) (xy 95.396015 119.876021) + (xy 95.403012 119.882609) (xy 95.409717 119.889494) (xy 95.416128 119.896677) (xy 95.422246 119.904158) + (xy 95.428071 119.911936) (xy 95.433604 119.920012) (xy 95.438843 119.928386) (xy 95.443788 119.937057) + (xy 95.448441 119.946026) (xy 95.452801 119.955293) (xy 95.456868 119.964857) (xy 95.460641 119.974719) + (xy 95.464122 119.984879) (xy 95.467309 119.995337) (xy 95.388467 120.013948) (xy 95.385774 120.005665) + (xy 95.382931 119.997668) (xy 95.379939 119.989957) (xy 95.376799 119.982532) (xy 95.373509 119.975394) + (xy 95.370071 119.968542) (xy 95.366484 119.961976) (xy 95.362749 119.955696) (xy 95.358864 119.949702) + (xy 95.354831 119.943995) (xy 95.350648 119.938574) (xy 95.346317 119.933439) (xy 95.341837 119.928591) + (xy 95.337208 119.924028) (xy 95.332431 119.919752) (xy 95.327504 119.915762) (xy 95.322423 119.912036) + (xy 95.317182 119.908549) (xy 95.311781 119.905304) (xy 95.306219 119.902298) (xy 95.300497 119.899533) + (xy 95.294614 119.897009) (xy 95.288571 119.894725) (xy 95.282368 119.892681) (xy 95.276005 119.890878) + (xy 95.269481 119.889315) (xy 95.262798 119.887993) (xy 95.255953 119.886911) (xy 95.248949 119.88607) + (xy 95.241784 119.885468) (xy 95.234459 119.885108) (xy 95.226974 119.884988) (xy 95.218362 119.885119) + (xy 95.209927 119.885514) (xy 95.201669 119.886173) (xy 95.193589 119.887094) (xy 95.185687 119.888279) + (xy 95.177961 119.889727) (xy 95.170414 119.891439) (xy 95.163043 119.893414) (xy 95.155851 119.895652) + (xy 95.148835 119.898154) (xy 95.141998 119.900919) (xy 95.135337 119.903947) (xy 95.128854 119.907239) + (xy 95.122549 119.910793) (xy 95.116421 119.914612) (xy 95.11047 119.918693) (xy 95.104735 119.922996) + (xy 95.099216 119.927479) (xy 95.093913 119.932142) (xy 95.088827 119.936984) (xy 95.083957 119.942006) + (xy 95.079304 119.947208) (xy 95.074867 119.952589) (xy 95.070646 119.958151) (xy 95.066642 119.963892) + (xy 95.062854 119.969812) (xy 95.059283 119.975913) (xy 95.055928 119.982193) (xy 95.052789 119.988653) + (xy 95.049867 119.995293) (xy 95.047161 120.002113) (xy 95.044671 120.009112) (xy 95.042382 120.016215) + (xy 95.04024 120.023347) (xy 95.038247 120.030508) (xy 95.036401 120.037697) (xy 95.034702 120.044915) + (xy 95.033151 120.052162) (xy 95.031748 120.059437) (xy 95.030493 120.066741) (xy 95.029385 120.074073) + (xy 95.028425 120.081434) (xy 95.027613 120.088824) (xy 95.026948 120.096242) (xy 95.026431 120.103689) + (xy 95.026062 120.111165) (xy 95.025841 120.118669) (xy 95.025767 120.126202) (xy 95.025854 120.135852) + (xy 95.026117 120.145347) (xy 95.026555 120.154687) (xy 95.027168 120.163873) (xy 95.027956 120.172905) + (xy 95.02892 120.181782) (xy 95.030058 120.190504) (xy 95.031372 120.199072) (xy 95.032861 120.207485) + (xy 95.034525 120.215744) (xy 95.036364 120.223848) (xy 95.038379 120.231797) (xy 95.040568 120.239592) + (xy 95.042933 120.247233) (xy 95.045473 120.254718) (xy 95.048188 120.26205) (xy 95.051106 120.269172) + (xy 95.054217 120.276065) (xy 95.057522 120.282732) (xy 95.06102 120.28917) (xy 95.064712 120.29538) + (xy 95.068597 120.301363) (xy 95.072676 120.307118) (xy 95.076948 120.312645) (xy 95.081414 120.317944) + (xy 95.086073 120.323015) (xy 95.090925 120.327858) (xy 95.095971 120.332474) (xy 95.101211 120.336862) + (xy 95.106644 120.341022) (xy 95.112271 120.344954) (xy 95.118091 120.348658) (xy 95.124056 120.352136) + (xy 95.130082 120.35539) (xy 95.136169 120.35842) (xy 95.142316 120.361225) (xy 95.148525 120.363805) + (xy 95.154793 120.366161) (xy 95.161123 120.368293) (xy 95.167513 120.3702) (xy 95.173964 120.371883) + (xy 95.180476 120.373342) (xy 95.187048 120.374576) (xy 95.193681 120.375586) (xy 95.200374 120.376371) + (xy 95.207129 120.376932) (xy 95.213944 120.377269) (xy 95.220819 120.377381) (xy 95.229129 120.377227) + (xy 95.237278 120.376763) (xy 95.245267 120.37599) (xy 95.253096 120.374908) (xy 95.260764 120.373517) + (xy 95.268272 120.371817) (xy 95.27562 120.369808) (xy 95.282808 120.367489) (xy 95.289835 120.364862) + (xy 95.296702 120.361925) (xy 95.303409 120.358679) (xy 95.309956 120.355125) (xy 95.316342 120.351261) + (xy 95.322568 120.347087) (xy 95.328633 120.342605) (xy 95.334539 120.337814) (xy 95.340246 120.332718) + (xy 95.345717 120.327322) (xy 95.350953 120.321626) (xy 95.355953 120.315631) (xy 95.360716 120.309335) + (xy 95.365245 120.302739) (xy 95.369537 120.295843) (xy 95.373593 120.288648) (xy 95.377414 120.281152) + (xy 95.380998 120.273357) (xy 95.384347 120.265261) (xy 95.38746 120.256866) (xy 95.390337 120.24817) + (xy 95.392978 120.239175) (xy 95.395384 120.22988) + ) + ) + (polygon + (pts + (xy 95.54747 119.90609) (xy 95.54747 119.835748) (xy 95.9386 119.835748) (xy 95.9386 119.893487) + (xy 95.931387 119.901377) (xy 95.924181 119.909584) (xy 95.916984 119.91811) (xy 95.909795 119.926955) + (xy 95.902613 119.936117) (xy 95.899026 119.940818) (xy 95.89544 119.945598) (xy 95.891856 119.950458) + (xy 95.888275 119.955397) (xy 95.884695 119.960416) (xy 95.881117 119.965515) (xy 95.877542 119.970693) + (xy 95.873968 119.97595) (xy 95.870397 119.981287) (xy 95.866827 119.986704) (xy 95.863259 119.9922) + (xy 95.859694 119.997776) (xy 95.85613 120.003432) (xy 95.852569 120.009167) (xy 95.849009 120.014981) + (xy 95.845451 120.020876) (xy 95.841896 120.026849) (xy 95.838342 120.032903) (xy 95.834791 120.039036) + (xy 95.831241 120.045248) (xy 95.827693 120.05154) (xy 95.824148 120.057912) (xy 95.820637 120.06432) + (xy 95.817177 120.070739) (xy 95.813767 120.077171) (xy 95.810407 120.083614) (xy 95.807097 120.090069) + (xy 95.803837 120.096536) (xy 95.800627 120.103015) (xy 95.797467 120.109505) (xy 95.794358 120.116007) + (xy 95.791298 120.12252) (xy 95.788289 120.129046) (xy 95.785329 120.135583) (xy 95.78242 120.142132) + (xy 95.779561 120.148693) (xy 95.776752 120.155265) (xy 95.773993 120.161849) (xy 95.771284 120.168445) + (xy 95.768625 120.175053) (xy 95.766016 120.181672) (xy 95.763457 120.188303) (xy 95.760949 120.194946) + (xy 95.75849 120.2016) (xy 95.756082 120.208266) (xy 95.753723 120.214944) (xy 95.751415 120.221634) + (xy 95.749157 120.228336) (xy 95.746949 120.235049) (xy 95.744791 120.241774) (xy 95.742683 120.24851) + (xy 95.740625 120.255259) (xy 95.738618 120.262019) (xy 95.73666 120.268791) (xy 95.733939 120.278391) + (xy 95.731343 120.288105) (xy 95.728874 120.297932) (xy 95.72653 120.307873) (xy 95.724312 120.317927) + (xy 95.722221 120.328094) (xy 95.720255 120.338374) (xy 95.718415 120.348768) (xy 95.716701 120.359275) + (xy 95.715113 120.369896) (xy 95.713651 120.38063) (xy 95.712315 120.391477) (xy 95.711105 120.402438) + (xy 95.710021 120.413512) (xy 95.709063 120.424699) (xy 95.70823 120.436) (xy 95.63188 120.436) + (xy 95.632144 120.426888) (xy 95.632606 120.417544) (xy 95.633266 120.407966) (xy 95.634124 120.398154) + (xy 95.63518 120.388109) (xy 95.636434 120.37783) (xy 95.637887 120.367318) (xy 95.639537 120.356572) + (xy 95.641385 120.345592) (xy 95.643432 120.334379) (xy 95.645676 120.322933) (xy 95.646873 120.317122) + (xy 95.648119 120.311252) (xy 95.649415 120.305325) (xy 95.65076 120.299339) (xy 95.652154 120.293294) + (xy 95.653598 120.287191) (xy 95.655092 120.28103) (xy 95.656635 120.274811) (xy 95.658228 120.268533) + (xy 95.65987 120.262196) (xy 95.661569 120.255829) (xy 95.663313 120.249476) (xy 95.665103 120.243138) + (xy 95.666939 120.236814) (xy 95.66882 120.230505) (xy 95.670746 120.224211) (xy 95.672718 120.217931) + (xy 95.674735 120.211665) (xy 95.676798 120.205415) (xy 95.678907 120.199179) (xy 95.681061 120.192957) + (xy 95.68326 120.18675) (xy 95.685505 120.180558) (xy 95.687796 120.17438) (xy 95.690132 120.168217) + (xy 95.692513 120.162069) (xy 95.69494 120.155935) (xy 95.697413 120.149816) (xy 95.699931 120.143711) + (xy 95.702494 120.137621) (xy 95.705103 120.131545) (xy 95.707758 120.125485) (xy 95.710458 120.119438) + (xy 95.713204 120.113407) (xy 95.715995 120.107389) (xy 95.718831 120.101387) (xy 95.721713 120.095399) + (xy 95.724641 120.089426) (xy 95.727614 120.083467) (xy 95.730633 120.077523) (xy 95.733697 120.071593) + (xy 95.736807 120.065678) (xy 95.739945 120.059791) (xy 95.743096 120.053961) (xy 95.746259 120.04819) + (xy 95.749435 120.042476) (xy 95.752622 120.036821) (xy 95.755823 120.031224) (xy 95.759035 120.025685) + (xy 95.76226 120.020204) (xy 95.765497 120.014781) (xy 95.768746 120.009416) (xy 95.772008 120.004109) + (xy 95.775282 119.998861) (xy 95.778568 119.99367) (xy 95.781867 119.988538) (xy 95.785177 119.983463) + (xy 95.788501 119.978447) (xy 95.791836 119.973489) (xy 95.795184 119.968589) (xy 95.798544 119.963747) + (xy 95.805301 119.954238) (xy 95.812107 119.944961) (xy 95.818963 119.935916) (xy 95.825868 119.927104) + (xy 95.832822 119.918524) (xy 95.839825 119.910177) (xy 95.843345 119.90609) + ) + ) + ) + ) + (fp_text value "MLASJ168SC6475MTNA01" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp d32e51db-a319-439b-a438-2c5da96952f5) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp ce585573-e921-40a6-9f73-6b432bdd1b87) + ) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp dc620f73-7826-4579-9d1c-e0b6545b8241)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9b410151-14aa-4cb7-ba9c-6a6f73f7b4a4)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b14bf5b5-f04c-417c-959b-e6efadd4b454)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8035cfe-ef3f-42f6-8272-f78b0555bd65)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 260d2db7-ca64-4c14-98fc-cbd405976c55)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e8f9b109-42ad-4280-a190-8c731120626e)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1d99c531-a381-4d41-a465-14309b35f9e7)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d8b242bb-2f8d-4244-8bcb-9ab6f9caf5da)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0263e6f7-39b0-4cf4-b095-ce850590d600)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 595e0cff-a1cc-4897-96f4-e65796f66ab6)) + (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GND") (pintype "passive") (tstamp e142b825-9ab6-419b-a456-7230ad608285)) + (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+3V3") (pintype "passive") (tstamp 75a5e1dc-6352-4595-93a8-a9261684c585)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + (footprint "SamacSys_Parts:SHDR2W64P0X250_1X2_740X575X700P" (layer "F.Cu") (tstamp 510edd99-c6c8-4967-8b33-a181d7e70d59) (at 139.570221 114.212819) @@ -6452,7 +5395,7 @@ (fp_line (start 4.953779 3.447181) (end 4.953779 -2.302819) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp dadc0e25-3092-40d0-85d0-72c9e5a204f4)) (pad "1" thru_hole rect (at 0.003779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 31 "GPIO7") (pinfunction "A") (pintype "passive") (tstamp 9d827bc0-c2a3-4cc9-a3ed-209f989a1fbc)) + (net 27 "GPIO7") (pinfunction "A") (pintype "passive") (tstamp 9d827bc0-c2a3-4cc9-a3ed-209f989a1fbc)) (pad "2" thru_hole oval (at 2.503779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "B") (pintype "passive") (tstamp b82dc364-618c-44af-8dfd-c56e33cb7293)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" @@ -6650,9 +5593,9 @@ (pad "1" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "G") (pintype "input") (tstamp 16bb5312-4b89-4df7-8394-c94db683f125)) (pad "2" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 91 "SDA") (pinfunction "S") (pintype "passive") (tstamp fc33f808-f918-4cc4-b05a-e54d827f82d0)) + (net 87 "SDA") (pinfunction "S") (pintype "passive") (tstamp fc33f808-f918-4cc4-b05a-e54d827f82d0)) (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 44 "SDA_5V") (pinfunction "D") (pintype "passive") (tstamp 989b5a7a-45fd-4b0e-a9bb-1df57a9d9bd2)) + (net 40 "SDA_5V") (pinfunction "D") (pintype "passive") (tstamp 989b5a7a-45fd-4b0e-a9bb-1df57a9d9bd2)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -6660,1633 +5603,356 @@ ) ) - (footprint "Symbol:OSHW-Logo_5.7x6mm_SilkScreen" (layer "F.Cu") - (tstamp 53206195-7958-47af-b7f5-c510cd4fd934) - (at 122.91 105.99) - (descr "Open Source Hardware Logo") - (tags "Logo OSHW") - (attr exclude_from_pos_files exclude_from_bom) - (fp_text reference "REF**" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 07f1d88f-6ad9-4fa4-95b1-4a41bc6ac25c) + (footprint "SamacSys_Parts:MLPFWB5501E3" (layer "F.Cu") + (tstamp 5609302b-8af7-49b5-a90a-ac4617716964) + (at 86.31 113.28 90) + (descr "MLPF-WB55-01E3-2") + (tags "Filter") + (property "Arrow Part Number" "MLPF-WB55-01E3") + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac") + (property "Description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55") + (property "Height" "0.7") + (property "MPN" "MLPF-WB55-01E3") + (property "Manufacturer_Name" "STMicroelectronics") + (property "Manufacturer_Part_Number" "MLPF-WB55-01E3") + (property "Mouser Part Number" "511-MLPF-WB55-01E3") + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D") + (property "Sheetfile" "Microcontroller.kicad_sch") + (property "Sheetname" "Microcontroller") + (property "ki_description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/9a63795f-2a5d-48dc-bd87-7f3823417365") + (attr smd) + (fp_text reference "FL2" (at 0.767 -0.014 180) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.5 0.5) (thickness 0.125))) + (tstamp 30842b89-6481-43b4-9a06-28cb0d1103fc) + (render_cache "FL2" 0 + (polygon + (pts + (xy 85.750728 112.7205) (xy 85.750728 112.212474) (xy 86.090348 112.212474) (xy 86.090348 112.271093) + (xy 85.817284 112.271093) (xy 85.817284 112.431316) (xy 86.053589 112.431316) (xy 86.053589 112.489934) + (xy 85.817284 112.489934) (xy 85.817284 112.7205) + ) + ) + (polygon + (pts + (xy 86.171925 112.7205) (xy 86.171925 112.212474) (xy 86.238603 112.212474) (xy 86.238603 112.661881) + (xy 86.48651 112.661881) (xy 86.48651 112.7205) + ) + ) + (polygon + (pts + (xy 86.863865 112.661881) (xy 86.863865 112.7205) (xy 86.530962 112.7205) (xy 86.530941 112.714939) + (xy 86.531183 112.709432) (xy 86.531689 112.703979) (xy 86.532458 112.698579) (xy 86.53349 112.693232) + (xy 86.534786 112.687939) (xy 86.536345 112.682699) (xy 86.538167 112.677513) (xy 86.540704 112.671134) + (xy 86.543508 112.664774) (xy 86.546578 112.658434) (xy 86.549913 112.652113) (xy 86.553516 112.645812) + (xy 86.556065 112.641622) (xy 86.558732 112.63744) (xy 86.561518 112.633267) (xy 86.564423 112.629102) + (xy 86.567445 112.624946) (xy 86.570586 112.620799) (xy 86.573845 112.61666) (xy 86.577222 112.61253) + (xy 86.578955 112.610468) (xy 86.582548 112.606291) (xy 86.586336 112.602034) (xy 86.590318 112.597697) + (xy 86.594495 112.59328) (xy 86.598867 112.588782) (xy 86.603433 112.584204) (xy 86.608194 112.579547) + (xy 86.613149 112.574809) (xy 86.6183 112.569991) (xy 86.623644 112.565092) (xy 86.629184 112.560114) + (xy 86.634918 112.555056) (xy 86.640846 112.549917) (xy 86.646969 112.544698) (xy 86.653287 112.539399) + (xy 86.6598 112.53402) (xy 86.664877 112.529804) (xy 86.66985 112.525643) (xy 86.674719 112.521537) + (xy 86.679484 112.517486) (xy 86.684145 112.51349) (xy 86.688703 112.50955) (xy 86.693156 112.505664) + (xy 86.697505 112.501833) (xy 86.70175 112.498058) (xy 86.705891 112.494338) (xy 86.709928 112.490673) + (xy 86.713861 112.487062) (xy 86.717691 112.483507) (xy 86.721416 112.480008) (xy 86.725037 112.476563) + (xy 86.731967 112.469838) (xy 86.738482 112.463335) (xy 86.74458 112.457051) (xy 86.750263 112.450988) + (xy 86.755529 112.445145) (xy 86.76038 112.439523) (xy 86.764814 112.434121) (xy 86.768833 112.428939) + (xy 86.770686 112.426431) (xy 86.774191 112.421487) (xy 86.77747 112.416576) (xy 86.780522 112.411698) + (xy 86.783349 112.406854) (xy 86.785949 112.402043) (xy 86.788323 112.397265) (xy 86.790471 112.392521) + (xy 86.792393 112.38781) (xy 86.794089 112.383133) (xy 86.796209 112.376179) (xy 86.79782 112.369301) + (xy 86.798922 112.362498) (xy 86.799516 112.35577) (xy 86.799629 112.351326) (xy 86.799397 112.344469) + (xy 86.798701 112.337817) (xy 86.797542 112.331371) (xy 86.795919 112.325131) (xy 86.793833 112.319098) + (xy 86.791283 112.31327) (xy 86.788269 112.307649) (xy 86.784791 112.302234) (xy 86.78085 112.297024) + (xy 86.776445 112.292021) (xy 86.773251 112.2888) (xy 86.768188 112.284239) (xy 86.762846 112.280126) + (xy 86.757226 112.276462) (xy 86.751326 112.273247) (xy 86.745147 112.27048) (xy 86.738689 112.268162) + (xy 86.731952 112.266293) (xy 86.724936 112.264872) (xy 86.717641 112.2639) (xy 86.712623 112.263501) + (xy 86.70748 112.263302) (xy 86.704863 112.263277) (xy 86.699345 112.263386) (xy 86.693967 112.263714) + (xy 86.688728 112.26426) (xy 86.683629 112.265025) (xy 86.678669 112.266008) (xy 86.673848 112.26721) + (xy 86.669166 112.26863) (xy 86.662405 112.27117) (xy 86.655957 112.274201) (xy 86.649822 112.277724) + (xy 86.644001 112.281739) (xy 86.638494 112.286245) (xy 86.633299 112.291243) (xy 86.628517 112.296676) + (xy 86.624198 112.30249) (xy 86.620342 112.308683) (xy 86.61803 112.313023) (xy 86.615923 112.317532) + (xy 86.614022 112.32221) (xy 86.612328 112.327057) (xy 86.61084 112.332072) (xy 86.609557 112.337257) + (xy 86.608481 112.34261) (xy 86.607611 112.348132) (xy 86.606947 112.353823) (xy 86.606489 112.359683) + (xy 86.606237 112.365712) (xy 86.606189 112.36879) (xy 86.542685 112.362073) (xy 86.543636 112.353081) + (xy 86.544868 112.34436) (xy 86.546383 112.335911) (xy 86.548181 112.327734) (xy 86.550261 112.319829) + (xy 86.552623 112.312196) (xy 86.555268 112.304835) (xy 86.558195 112.297746) (xy 86.561404 112.290928) + (xy 86.564896 112.284383) (xy 86.568671 112.278109) (xy 86.572727 112.272108) (xy 86.577066 112.266378) + (xy 86.581688 112.26092) (xy 86.586592 112.255734) (xy 86.591778 112.250821) (xy 86.59722 112.246177) + (xy 86.602889 112.241833) (xy 86.608787 112.237789) (xy 86.614913 112.234044) (xy 86.621266 112.230599) + (xy 86.627848 112.227453) (xy 86.634658 112.224607) (xy 86.641695 112.222061) (xy 86.648961 112.219814) + (xy 86.656455 112.217867) (xy 86.664177 112.216219) (xy 86.672126 112.214871) (xy 86.680304 112.213822) + (xy 86.68871 112.213074) (xy 86.697344 112.212624) (xy 86.706206 112.212474) (xy 86.71514 112.212632) + (xy 86.723839 112.213106) (xy 86.732302 112.213895) (xy 86.74053 112.215001) (xy 86.748522 112.216422) + (xy 86.756278 112.218159) (xy 86.763798 112.220211) (xy 86.771083 112.22258) (xy 86.778132 112.225264) + (xy 86.784946 112.228264) (xy 86.791524 112.23158) (xy 86.797866 112.235212) (xy 86.803972 112.239159) + (xy 86.809843 112.243423) (xy 86.815478 112.248002) (xy 86.820878 112.252897) (xy 86.825995 112.258025) + (xy 86.830781 112.263304) (xy 86.835238 112.268733) (xy 86.839364 112.274314) (xy 86.84316 112.280045) + (xy 86.846627 112.285927) (xy 86.849763 112.291959) (xy 86.852568 112.298143) (xy 86.855044 112.304477) + (xy 86.85719 112.310961) (xy 86.859006 112.317597) (xy 86.860491 112.324383) (xy 86.861646 112.33132) + (xy 86.862472 112.338408) (xy 86.862967 112.345647) (xy 86.863132 112.353036) (xy 86.863024 112.358729) + (xy 86.862698 112.364405) (xy 86.862156 112.370063) (xy 86.861397 112.375705) (xy 86.860422 112.381329) + (xy 86.859229 112.386936) (xy 86.85782 112.392526) (xy 86.856194 112.398099) (xy 86.854351 112.403655) + (xy 86.852291 112.409193) (xy 86.850798 112.412876) (xy 86.848341 112.418399) (xy 86.845597 112.423978) + (xy 86.842565 112.429613) (xy 86.839246 112.435304) (xy 86.835639 112.441051) (xy 86.831744 112.446853) + (xy 86.827561 112.452711) (xy 86.824613 112.456648) (xy 86.821537 112.460609) (xy 86.818334 112.464595) + (xy 86.815002 112.468606) (xy 86.811543 112.472642) (xy 86.809765 112.474669) (xy 86.806029 112.478824) + (xy 86.801997 112.483168) (xy 86.797668 112.487701) (xy 86.793042 112.492422) (xy 86.788119 112.497333) + (xy 86.7829 112.502433) (xy 86.777384 112.507721) (xy 86.771571 112.513198) (xy 86.765462 112.518865) + (xy 86.759056 112.52472) (xy 86.752353 112.530764) (xy 86.745354 112.536997) (xy 86.738057 112.543419) + (xy 86.734298 112.5467) (xy 86.730464 112.550029) (xy 86.726556 112.553406) (xy 86.722575 112.556829) + (xy 86.718518 112.5603) (xy 86.714388 112.563818) (xy 86.707597 112.569607) (xy 86.701117 112.575158) + (xy 86.694946 112.580472) (xy 86.689086 112.585548) (xy 86.683536 112.590386) (xy 86.678295 112.594987) + (xy 86.673365 112.599351) (xy 86.668745 112.603477) (xy 86.664435 112.607365) (xy 86.660435 112.611016) + (xy 86.656745 112.614429) (xy 86.651792 112.619103) (xy 86.647536 112.623243) (xy 86.643978 112.626848) + (xy 86.642947 112.627931) (xy 86.639095 112.632148) (xy 86.635414 112.636373) (xy 86.631905 112.640605) + (xy 86.628567 112.644845) (xy 86.625402 112.649093) (xy 86.622408 112.653348) (xy 86.619586 112.657611) + (xy 86.616935 112.661881) + ) + ) + ) ) - (fp_text value "OSHW-Logo_5.7x6mm_SilkScreen" (at 0.75 0) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp e02dd4a1-deae-48c3-9ea9-27b7cb60c4ff) + (fp_text value "MLPF-WB55-01E3" (at 0 0 90) (layer "F.SilkS") hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp 1dd97c5b-93c8-4014-9969-f01f6c1a2438) + ) + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp 9308c0af-9514-4f9e-9358-a4eec794b8b8) + ) + (fp_line (start -0.8 -0.65) (end -0.8 -0.65) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 99457869-6b7e-4d3d-ad21-ea076ef70719)) + (fp_line (start -0.8 -0.55) (end -0.8 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 6f1736d7-0b7b-4459-9705-65bf29cb201c)) + (fp_arc (start -0.8 -0.65) (mid -0.75 -0.6) (end -0.8 -0.55) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp a228d58c-6939-4c57-bb89-a7ddd5c92441)) + (fp_arc (start -0.8 -0.55) (mid -0.85 -0.6) (end -0.8 -0.65) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 4b119b0b-dd55-4e80-8160-751da42642ed)) + (fp_line (start -1 -1.3) (end 1 -1.3) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 7d07a75f-f50b-4f9b-857d-a34f498948a3)) + (fp_line (start -1 1.3) (end -1 -1.3) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 4d7163fe-b7f8-4ab2-aad4-a46105d715a7)) + (fp_line (start 1 -1.3) (end 1 1.3) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 080dd5dc-8671-4d52-9c2d-df5b1b0e508e)) + (fp_line (start 1 1.3) (end -1 1.3) + (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 49413241-f4ed-45ec-99c2-dadacea979fe)) + (fp_line (start -0.5 -0.8) (end 0.5 -0.8) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 10ca7ec6-71a8-4457-9959-901cdd094807)) + (fp_line (start -0.5 0.8) (end -0.5 -0.8) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 93f6d4bb-0364-4ddb-b31a-83b994a2220e)) + (fp_line (start 0.5 -0.8) (end 0.5 0.8) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp eb7ec6b1-d72a-4d15-baca-a03eefc63fc7)) + (fp_line (start 0.5 0.8) (end -0.5 0.8) + (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp b60a7189-c83a-4047-aa45-d356c8bc09c4)) + (pad "1" smd rect (at -0.25 -0.587 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 92 "/Microcontroller/Ant_50Ohm") (pinfunction "OUT") (pintype "passive") (tstamp 771e98e5-6fb9-4fb9-8f91-f3d6eb20db32)) + (pad "2" smd rect (at -0.25 0 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "GND4") (pintype "passive") (zone_connect 2) (tstamp fbe3033a-e06a-4e1c-9acc-a4e06ba9d3ec)) + (pad "3" smd rect (at -0.25 0.587 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 93 "/Microcontroller/Ant_62Ohm") (pinfunction "IN") (pintype "passive") (tstamp 4a1774c2-27d0-4cff-8a11-fb087fc24a12)) + (pad "4" smd rect (at 0.25 0.587 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "GND1") (pintype "passive") (zone_connect 2) (tstamp 98b5ef7e-766a-48b7-8baf-89d652e97750)) + (pad "5" smd rect (at 0.25 0 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "GND2") (pintype "passive") (zone_connect 2) (tstamp 0b0d043f-c334-4db0-84cf-11004207d065)) + (pad "6" smd rect (at 0.25 -0.587 180) (size 0.3 0.3) (layers "F.Cu" "F.Paste" "F.Mask") + (net 1 "GND") (pinfunction "GND3") (pintype "passive") (zone_connect 2) (tstamp c2ed10ed-60b5-4a45-89dd-8f4d60544201)) + (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\MLPF-WB55-01E3.stp" + (offset (xyz 0 0 0.4199999806)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 0)) ) - (fp_poly - (pts - (xy 1.79946 1.45803) - (xy 1.842711 1.471245) - (xy 1.870558 1.487941) - (xy 1.879629 1.501145) - (xy 1.877132 1.516797) - (xy 1.860931 1.541385) - (xy 1.847232 1.5588) - (xy 1.818992 1.590283) - (xy 1.797775 1.603529) - (xy 1.779688 1.602664) - (xy 1.726035 1.58901) - (xy 1.68663 1.58963) - (xy 1.654632 1.605104) - (xy 1.64389 1.614161) - (xy 1.609505 1.646027) - (xy 1.609505 2.062179) - (xy 1.471188 2.062179) - (xy 1.471188 1.458614) - (xy 1.540347 1.458614) - (xy 1.581869 1.460256) - (xy 1.603291 1.466087) - (xy 1.609502 1.477461) - (xy 1.609505 1.477798) - (xy 1.612439 1.489713) - (xy 1.625704 1.488159) - (xy 1.644084 1.479563) - (xy 1.682046 1.463568) - (xy 1.712872 1.453945) - (xy 1.752536 1.451478) - (xy 1.79946 1.45803) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 861d1677-1a95-4354-8010-df4ad025777f)) - (fp_poly - (pts - (xy 1.635255 2.401486) - (xy 1.683595 2.411015) - (xy 1.711114 2.425125) - (xy 1.740064 2.448568) - (xy 1.698876 2.500571) - (xy 1.673482 2.532064) - (xy 1.656238 2.547428) - (xy 1.639102 2.549776) - (xy 1.614027 2.542217) - (xy 1.602257 2.537941) - (xy 1.55427 2.531631) - (xy 1.510324 2.545156) - (xy 1.47806 2.57571) - (xy 1.472819 2.585452) - (xy 1.467112 2.611258) - (xy 1.462706 2.658817) - (xy 1.459811 2.724758) - (xy 1.458631 2.80571) - (xy 1.458614 2.817226) - (xy 1.458614 3.017822) - (xy 1.320297 3.017822) - (xy 1.320297 2.401683) - (xy 1.389456 2.401683) - (xy 1.429333 2.402725) - (xy 1.450107 2.407358) - (xy 1.457789 2.417849) - (xy 1.458614 2.427745) - (xy 1.458614 2.453806) - (xy 1.491745 2.427745) - (xy 1.529735 2.409965) - (xy 1.58077 2.401174) - (xy 1.635255 2.401486) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 457f6802-d1bc-4a21-8275-ef11d0c7f03c)) - (fp_poly - (pts - (xy -0.993356 2.40302) - (xy -0.974539 2.40866) - (xy -0.968473 2.421053) - (xy -0.968218 2.426647) - (xy -0.967129 2.44223) - (xy -0.959632 2.444676) - (xy -0.939381 2.433993) - (xy -0.927351 2.426694) - (xy -0.8894 2.411063) - (xy -0.844072 2.403334) - (xy -0.796544 2.40274) - (xy -0.751995 2.408513) - (xy -0.715602 2.419884) - (xy -0.692543 2.436088) - (xy -0.687996 2.456355) - (xy -0.690291 2.461843) - (xy -0.70702 2.484626) - (xy -0.732963 2.512647) - (xy -0.737655 2.517177) - (xy -0.762383 2.538005) - (xy -0.783718 2.544735) - (xy -0.813555 2.540038) - (xy -0.825508 2.536917) - (xy -0.862705 2.529421) - (xy -0.888859 2.532792) - (xy -0.910946 2.544681) - (xy -0.931178 2.560635) - (xy -0.946079 2.5807) - (xy -0.956434 2.608702) - (xy -0.963029 2.648467) - (xy -0.966649 2.703823) - (xy -0.968078 2.778594) - (xy -0.968218 2.82374) - (xy -0.968218 3.017822) - (xy -1.09396 3.017822) - (xy -1.09396 2.401683) - (xy -1.031089 2.401683) - (xy -0.993356 2.40302) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 5c6c65d5-fa8d-40d1-ad6c-94f5fc954305)) - (fp_poly - (pts - (xy 0.993367 1.654342) - (xy 0.994555 1.746563) - (xy 0.998897 1.81661) - (xy 1.007558 1.867381) - (xy 1.021704 1.901772) - (xy 1.0425 1.922679) - (xy 1.07111 1.933) - (xy 1.106535 1.935636) - (xy 1.143636 1.932682) - (xy 1.171818 1.921889) - (xy 1.192243 1.90036) - (xy 1.206079 1.865199) - (xy 1.214491 1.81351) - (xy 1.218643 1.742394) - (xy 1.219703 1.654342) - (xy 1.219703 1.458614) - (xy 1.35802 1.458614) - (xy 1.35802 2.062179) - (xy 1.288862 2.062179) - (xy 1.24717 2.060489) - (xy 1.225701 2.054556) - (xy 1.219703 2.043293) - (xy 1.216091 2.033261) - (xy 1.201714 2.035383) - (xy 1.172736 2.04958) - (xy 1.106319 2.07148) - (xy 1.035875 2.069928) - (xy 0.968377 2.046147) - (xy 0.936233 2.027362) - (xy 0.911715 2.007022) - (xy 0.893804 1.981573) - (xy 0.881479 1.947458) - (xy 0.873723 1.901121) - (xy 0.869516 1.839007) - (xy 0.86784 1.757561) - (xy 0.867624 1.694578) - (xy 0.867624 1.458614) - (xy 0.993367 1.458614) - (xy 0.993367 1.654342) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp cceafd10-2b21-44a0-8f05-7aa5ceb0e8b5)) - (fp_poly - (pts - (xy -0.754012 1.469002) - (xy -0.722717 1.48395) - (xy -0.692409 1.505541) - (xy -0.669318 1.530391) - (xy -0.6525 1.562087) - (xy -0.641006 1.604214) - (xy -0.633891 1.660358) - (xy -0.630207 1.734106) - (xy -0.629008 1.829044) - (xy -0.628989 1.838985) - (xy -0.628713 2.062179) - (xy -0.76703 2.062179) - (xy -0.76703 1.856418) - (xy -0.767128 1.780189) - (xy -0.767809 1.724939) - (xy -0.769651 1.686501) - (xy -0.773233 1.660706) - (xy -0.779132 1.643384) - (xy -0.787927 1.630368) - (xy -0.80018 1.617507) - (xy -0.843047 1.589873) - (xy -0.889843 1.584745) - (xy -0.934424 1.602217) - (xy -0.949928 1.615221) - (xy -0.96131 1.627447) - (xy -0.969481 1.64054) - (xy -0.974974 1.658615) - (xy -0.97832 1.685787) - (xy -0.980051 1.72617) - (xy -0.980697 1.783879) - (xy -0.980792 1.854132) - (xy -0.980792 2.062179) - (xy -1.119109 2.062179) - (xy -1.119109 1.458614) - (xy -1.04995 1.458614) - (xy -1.008428 1.460256) - (xy -0.987006 1.466087) - (xy -0.980795 1.477461) - (xy -0.980792 1.477798) - (xy -0.97791 1.488938) - (xy -0.965199 1.487674) - (xy -0.939926 1.475434) - (xy -0.882605 1.457424) - (xy -0.817037 1.455421) - (xy -0.754012 1.469002) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp f2d87974-6623-4ac4-bc93-124dfb311590)) - (fp_poly - (pts - (xy 2.217226 1.46388) - (xy 2.29008 1.49483) - (xy 2.313027 1.509895) - (xy 2.342354 1.533048) - (xy 2.360764 1.551253) - (xy 2.363961 1.557183) - (xy 2.354935 1.57034) - (xy 2.331837 1.592667) - (xy 2.313344 1.60825) - (xy 2.262728 1.648926) - (xy 2.22276 1.615295) - (xy 2.191874 1.593584) - (xy 2.161759 1.58609) - (xy 2.127292 1.58792) - (xy 2.072561 1.601528) - (xy 2.034886 1.629772) - (xy 2.011991 1.675433) - (xy 2.001597 1.741289) - (xy 2.001595 1.741331) - (xy 2.002494 1.814939) - (xy 2.016463 1.868946) - (xy 2.044328 1.905716) - (xy 2.063325 1.918168) - (xy 2.113776 1.933673) - (xy 2.167663 1.933683) - (xy 2.214546 1.918638) - (xy 2.225644 1.911287) - (xy 2.253476 1.892511) - (xy 2.275236 1.889434) - (xy 2.298704 1.903409) - (xy 2.324649 1.92851) - (xy 2.365716 1.97088) - (xy 2.320121 2.008464) - (xy 2.249674 2.050882) - (xy 2.170233 2.071785) - (xy 2.087215 2.070272) - (xy 2.032694 2.056411) - (xy 1.96897 2.022135) - (xy 1.918005 1.968212) - (xy 1.894851 1.930149) - (xy 1.876099 1.875536) - (xy 1.866715 1.806369) - (xy 1.866643 1.731407) - (xy 1.875824 1.659409) - (xy 1.894199 1.599137) - (xy 1.897093 1.592958) - (xy 1.939952 1.532351) - (xy 1.997979 1.488224) - (xy 2.066591 1.461493) - (xy 2.141201 1.453073) - (xy 2.217226 1.46388) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1448fadf-50f2-487e-96ad-cb65f6343abd)) - (fp_poly - (pts - (xy 0.610762 1.466055) - (xy 0.674363 1.500692) - (xy 0.724123 1.555372) - (xy 0.747568 1.599842) - (xy 0.757634 1.639121) - (xy 0.764156 1.695116) - (xy 0.766951 1.759621) - (xy 0.765836 1.824429) - (xy 0.760626 1.881334) - (xy 0.754541 1.911727) - (xy 0.734014 1.953306) - (xy 0.698463 1.997468) - (xy 0.655619 2.036087) - (xy 0.613211 2.061034) - (xy 0.612177 2.06143) - (xy 0.559553 2.072331) - (xy 0.497188 2.072601) - (xy 0.437924 2.062676) - (xy 0.41504 2.054722) - (xy 0.356102 2.0213) - (xy 0.31389 1.977511) - (xy 0.286156 1.919538) - (xy 0.270651 1.843565) - (xy 0.267143 1.803771) - (xy 0.26759 1.753766) - (xy 0.402376 1.753766) - (xy 0.406917 1.826732) - (xy 0.419986 1.882334) - (xy 0.440756 1.917861) - (xy 0.455552 1.92802) - (xy 0.493464 1.935104) - (xy 0.538527 1.933007) - (xy 0.577487 1.922812) - (xy 0.587704 1.917204) - (xy 0.614659 1.884538) - (xy 0.632451 1.834545) - (xy 0.640024 1.773705) - (xy 0.636325 1.708497) - (xy 0.628057 1.669253) - (xy 0.60432 1.623805) - (xy 0.566849 1.595396) - (xy 0.52172 1.585573) - (xy 0.475011 1.595887) - (xy 0.439132 1.621112) - (xy 0.420277 1.641925) - (xy 0.409272 1.662439) - (xy 0.404026 1.690203) - (xy 0.402449 1.732762) - (xy 0.402376 1.753766) - (xy 0.26759 1.753766) - (xy 0.268094 1.69758) - (xy 0.285388 1.610501) - (xy 0.319029 1.54253) - (xy 0.369018 1.493664) - (xy 0.435356 1.463899) - (xy 0.449601 1.460448) - (xy 0.53521 1.452345) - (xy 0.610762 1.466055) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 4a86c187-7391-4c30-ac2d-255b6cbf6653)) - (fp_poly - (pts - (xy 0.281524 2.404237) - (xy 0.331255 2.407971) - (xy 0.461291 2.797773) - (xy 0.481678 2.728614) - (xy 0.493946 2.685874) - (xy 0.510085 2.628115) - (xy 0.527512 2.564625) - (xy 0.536726 2.53057) - (xy 0.571388 2.401683) - (xy 0.714391 2.401683) - (xy 0.671646 2.536857) - (xy 0.650596 2.603342) - (xy 0.625167 2.683539) - (xy 0.59861 2.767193) - (xy 0.574902 2.841782) - (xy 0.520902 3.011535) - (xy 0.462598 3.015328) - (xy 0.404295 3.019122) - (xy 0.372679 2.914734) - (xy 0.353182 2.849889) - (xy 0.331904 2.7784) - (xy 0.313308 2.715263) - (xy 0.312574 2.71275) - (xy 0.298684 2.669969) - (xy 0.286429 2.640779) - (xy 0.277846 2.629741) - (xy 0.276082 2.631018) - (xy 0.269891 2.64813) - (xy 0.258128 2.684787) - (xy 0.242225 2.736378) - (xy 0.223614 2.798294) - (xy 0.213543 2.832352) - (xy 0.159007 3.017822) - (xy 0.043264 3.017822) - (xy -0.049263 2.725471) - (xy -0.075256 2.643462) - (xy -0.098934 2.568987) - (xy -0.11918 2.505544) - (xy -0.134874 2.456632) - (xy -0.144898 2.425749) - (xy -0.147945 2.416726) - (xy -0.145533 2.407487) - (xy -0.126592 2.403441) - (xy -0.087177 2.403846) - (xy -0.081007 2.404152) - (xy -0.007914 2.407971) - (xy 0.039957 2.58401) - (xy 0.057553 2.648211) - (xy 0.073277 2.704649) - (xy 0.085746 2.748422) - (xy 0.093574 2.77463) - (xy 0.09502 2.778903) - (xy 0.101014 2.77399) - (xy 0.113101 2.748532) - (xy 0.129893 2.705997) - (xy 0.150003 2.64985) - (xy 0.167003 2.59913) - (xy 0.231794 2.400504) - (xy 0.281524 2.404237) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 750d9c97-a4d4-41ff-9f8c-9bb948ec9d61)) - (fp_poly - (pts - (xy -2.538261 1.465148) - (xy -2.472479 1.494231) - (xy -2.42254 1.542793) - (xy -2.388374 1.610908) - (xy -2.369907 1.698651) - (xy -2.368583 1.712351) - (xy -2.367546 1.808939) - (xy -2.380993 1.893602) - (xy -2.408108 1.962221) - (xy -2.422627 1.984294) - (xy -2.473201 2.031011) - (xy -2.537609 2.061268) - (xy -2.609666 2.073824) - (xy -2.683185 2.067439) - (xy -2.739072 2.047772) - (xy -2.787132 2.014629) - (xy -2.826412 1.971175) - (xy -2.827092 1.970158) - (xy -2.843044 1.943338) - (xy -2.85341 1.916368) - (xy -2.859688 1.882332) - (xy -2.863373 1.83431) - (xy -2.864997 1.794931) - (xy -2.865672 1.759219) - (xy -2.739955 1.759219) - (xy -2.738726 1.79477) - (xy -2.734266 1.842094) - (xy -2.726397 1.872465) - (xy -2.712207 1.894072) - (xy -2.698917 1.906694) - (xy -2.651802 1.933122) - (xy -2.602505 1.936653) - (xy -2.556593 1.917639) - (xy -2.533638 1.896331) - (xy -2.517096 1.874859) - (xy -2.507421 1.854313) - (xy -2.503174 1.827574) - (xy -2.50292 1.787523) - (xy -2.504228 1.750638) - (xy -2.507043 1.697947) - (xy -2.511505 1.663772) - (xy -2.519548 1.64148) - (xy -2.533103 1.624442) - (xy -2.543845 1.614703) - (xy -2.588777 1.589123) - (xy -2.637249 1.587847) - (xy -2.677894 1.602999) - (xy -2.712567 1.634642) - (xy -2.733224 1.68662) - (xy -2.739955 1.759219) - (xy -2.865672 1.759219) - (xy -2.866479 1.716621) - (xy -2.863948 1.658056) - (xy -2.856362 1.614007) - (xy -2.842681 1.579248) - (xy -2.821865 1.548551) - (xy -2.814147 1.539436) - (xy -2.765889 1.494021) - (xy -2.714128 1.467493) - (xy -2.650828 1.456379) - (xy -2.619961 1.455471) - (xy -2.538261 1.465148) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 07316955-1f03-4ab1-b4ae-7951663dc1d3)) - (fp_poly - (pts - (xy -0.201188 3.017822) - (xy -0.270346 3.017822) - (xy -0.310488 3.016645) - (xy -0.331394 3.011772) - (xy -0.338922 3.001186) - (xy -0.339505 2.994029) - (xy -0.340774 2.979676) - (xy -0.348779 2.976923) - (xy -0.369815 2.985771) - (xy -0.386173 2.994029) - (xy -0.448977 3.013597) - (xy -0.517248 3.014729) - (xy -0.572752 3.000135) - (xy -0.624438 2.964877) - (xy -0.663838 2.912835) - (xy -0.685413 2.85145) - (xy -0.685962 2.848018) - (xy -0.689167 2.810571) - (xy -0.690761 2.756813) - (xy -0.690633 2.716155) - (xy -0.553279 2.716155) - (xy -0.550097 2.770194) - (xy -0.542859 2.814735) - (xy -0.53306 2.839888) - (xy -0.495989 2.87426) - (xy -0.451974 2.886582) - (xy -0.406584 2.876618) - (xy -0.367797 2.846895) - (xy -0.353108 2.826905) - (xy -0.344519 2.80305) - (xy -0.340496 2.76823) - (xy -0.339505 2.71593) - (xy -0.341278 2.664139) - (xy -0.345963 2.618634) - (xy -0.352603 2.588181) - (xy -0.35371 2.585452) - (xy -0.380491 2.553) - (xy -0.419579 2.535183) - (xy -0.463315 2.532306) - (xy -0.504038 2.544674) - (xy -0.534087 2.572593) - (xy -0.537204 2.578148) - (xy -0.546961 2.612022) - (xy -0.552277 2.660728) - (xy -0.553279 2.716155) - (xy -0.690633 2.716155) - (xy -0.690568 2.69554) - (xy -0.689664 2.662563) - (xy -0.683514 2.580981) - (xy -0.670733 2.51973) - (xy -0.649471 2.474449) - (xy -0.617878 2.440779) - (xy -0.587207 2.421014) - (xy -0.544354 2.40712) - (xy -0.491056 2.402354) - (xy -0.43648 2.406236) - (xy -0.389792 2.418282) - (xy -0.365124 2.432693) - (xy -0.339505 2.455878) - (xy -0.339505 2.162773) - (xy -0.201188 2.162773) - (xy -0.201188 3.017822) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 24d67883-cc9f-47d4-9356-e115873e0c5d)) - (fp_poly - (pts - (xy 2.677898 1.456457) - (xy 2.710096 1.464279) - (xy 2.771825 1.492921) - (xy 2.82461 1.536667) - (xy 2.861141 1.589117) - (xy 2.86616 1.600893) - (xy 2.873045 1.63174) - (xy 2.877864 1.677371) - (xy 2.879505 1.723492) - (xy 2.879505 1.810693) - (xy 2.697178 1.810693) - (xy 2.621979 1.810978) - (xy 2.569003 1.812704) - (xy 2.535325 1.817181) - (xy 2.51802 1.82572) - (xy 2.514163 1.83963) - (xy 2.520829 1.860222) - (xy 2.53277 1.884315) - (xy 2.56608 1.924525) - (xy 2.612368 1.944558) - (xy 2.668944 1.943905) - (xy 2.733031 1.922101) - (xy 2.788417 1.895193) - (xy 2.834375 1.931532) - (xy 2.880333 1.967872) - (xy 2.837096 2.007819) - (xy 2.779374 2.045563) - (xy 2.708386 2.06832) - (xy 2.632029 2.074688) - (xy 2.558199 2.063268) - (xy 2.546287 2.059393) - (xy 2.481399 2.025506) - (xy 2.43313 1.974986) - (xy 2.400465 1.906325) - (xy 2.382385 1.818014) - (xy 2.382175 1.816121) - (xy 2.380556 1.719878) - (xy 2.3871 1.685542) - (xy 2.514852 1.685542) - (xy 2.526584 1.690822) - (xy 2.558438 1.694867) - (xy 2.605397 1.697176) - (xy 2.635154 1.697525) - (xy 2.690648 1.697306) - (xy 2.725346 1.695916) - (xy 2.743601 1.692251) - (xy 2.749766 1.68521) - (xy 2.748195 1.67369) - (xy 2.746878 1.669233) - (xy 2.724382 1.627355) - (xy 2.689003 1.593604) - (xy 2.65778 1.578773) - (xy 2.616301 1.579668) - (xy 2.574269 1.598164) - (xy 2.539012 1.628786) - (xy 2.517854 1.666062) - (xy 2.514852 1.685542) - (xy 2.3871 1.685542) - (xy 2.39669 1.635229) - (xy 2.428698 1.564191) - (xy 2.474701 1.508779) - (xy 2.532821 1.471009) - (xy 2.60118 1.452896) - (xy 2.677898 1.456457) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 85445ccb-4a21-4a42-b4bf-b136df001ec5)) - (fp_poly - (pts - (xy 0.014017 1.456452) - (xy 0.061634 1.465482) - (xy 0.111034 1.48437) - (xy 0.116312 1.486777) - (xy 0.153774 1.506476) - (xy 0.179717 1.524781) - (xy 0.188103 1.536508) - (xy 0.180117 1.555632) - (xy 0.16072 1.58385) - (xy 0.15211 1.594384) - (xy 0.116628 1.635847) - (xy 0.070885 1.608858) - (xy 0.02735 1.590878) - (xy -0.02295 1.581267) - (xy -0.071188 1.58066) - (xy -0.108533 1.589691) - (xy -0.117495 1.595327) - (xy -0.134563 1.621171) - (xy -0.136637 1.650941) - (xy -0.123866 1.674197) - (xy -0.116312 1.678708) - (xy -0.093675 1.684309) - (xy -0.053885 1.690892) - (xy -0.004834 1.697183) - (xy 0.004215 1.69817) - (xy 0.082996 1.711798) - (xy 0.140136 1.734946) - (xy 0.17803 1.769752) - (xy 0.199079 1.818354) - (xy 0.205635 1.877718) - (xy 0.196577 1.945198) - (xy 0.167164 1.998188) - (xy 0.117278 2.036783) - (xy 0.0468 2.061081) - (xy -0.031435 2.070667) - (xy -0.095234 2.070552) - (xy -0.146984 2.061845) - (xy -0.182327 2.049825) - (xy -0.226983 2.02888) - (xy -0.268253 2.004574) - (xy -0.282921 1.993876) - (xy -0.320643 1.963084) - (xy -0.275148 1.917049) - (xy -0.229653 1.871013) - (xy -0.177928 1.905243) - (xy -0.126048 1.930952) - (xy -0.070649 1.944399) - (xy -0.017395 1.945818) - (xy 0.028049 1.935443) - (xy 0.060016 1.913507) - (xy 0.070338 1.894998) - (xy 0.068789 1.865314) - (xy 0.04314 1.842615) - (xy -0.00654 1.82694) - (xy -0.060969 1.819695) - (xy -0.144736 1.805873) - (xy -0.206967 1.779796) - (xy -0.248493 1.740699) - (xy -0.270147 1.68782) - (xy -0.273147 1.625126) - (xy -0.258329 1.559642) - (xy -0.224546 1.510144) - (xy -0.171495 1.476408) - (xy -0.098874 1.458207) - (xy -0.045072 1.454639) - (xy 0.014017 1.456452) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp e0d1d05b-873b-41e5-a7b7-33d85803c651)) - (fp_poly - (pts - (xy 2.032581 2.40497) - (xy 2.092685 2.420597) - (xy 2.143021 2.452848) - (xy 2.167393 2.47694) - (xy 2.207345 2.533895) - (xy 2.230242 2.599965) - (xy 2.238108 2.681182) - (xy 2.238148 2.687748) - (xy 2.238218 2.753763) - (xy 1.858264 2.753763) - (xy 1.866363 2.788342) - (xy 1.880987 2.819659) - (xy 1.906581 2.852291) - (xy 1.911935 2.8575) - (xy 1.957943 2.885694) - (xy 2.01041 2.890475) - (xy 2.070803 2.871926) - (xy 2.08104 2.866931) - (xy 2.112439 2.851745) - (xy 2.13347 2.843094) - (xy 2.137139 2.842293) - (xy 2.149948 2.850063) - (xy 2.174378 2.869072) - (xy 2.186779 2.87946) - (xy 2.212476 2.903321) - (xy 2.220915 2.919077) - (xy 2.215058 2.933571) - (xy 2.211928 2.937534) - (xy 2.190725 2.954879) - (xy 2.155738 2.975959) - (xy 2.131337 2.988265) - (xy 2.062072 3.009946) - (xy 1.985388 3.016971) - (xy 1.912765 3.008647) - (xy 1.892426 3.002686) - (xy 1.829476 2.968952) - (xy 1.782815 2.917045) - (xy 1.752173 2.846459) - (xy 1.737282 2.756692) - (xy 1.735647 2.709753) - (xy 1.740421 2.641413) - (xy 1.86099 2.641413) - (xy 1.872652 2.646465) - (xy 1.903998 2.650429) - (xy 1.949571 2.652768) - (xy 1.980446 2.653169) - (xy 2.035981 2.652783) - (xy 2.071033 2.650975) - (xy 2.090262 2.646773) - (xy 2.09833 2.639203) - (xy 2.099901 2.628218) - (xy 2.089121 2.594381) - (xy 2.06198 2.56094) - (xy 2.026277 2.535272) - (xy 1.99056 2.524772) - (xy 1.942048 2.534086) - (xy 1.900053 2.561013) - (xy 1.870936 2.599827) - (xy 1.86099 2.641413) - (xy 1.740421 2.641413) - (xy 1.742599 2.610236) - (xy 1.764055 2.530949) - (xy 1.80047 2.471263) - (xy 1.852297 2.430549) - (xy 1.91999 2.408179) - (xy 1.956662 2.403871) - (xy 2.032581 2.40497) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp c00a1f5e-6922-4d34-914e-b3f51305e27f)) - (fp_poly - (pts - (xy -1.356699 1.472614) - (xy -1.344168 1.478514) - (xy -1.300799 1.510283) - (xy -1.25979 1.556646) - (xy -1.229168 1.607696) - (xy -1.220459 1.631166) - (xy -1.212512 1.673091) - (xy -1.207774 1.723757) - (xy -1.207199 1.744679) - (xy -1.207129 1.810693) - (xy -1.587083 1.810693) - (xy -1.578983 1.845273) - (xy -1.559104 1.88617) - (xy -1.524347 1.921514) - (xy -1.482998 1.944282) - (xy -1.456649 1.94901) - (xy -1.420916 1.943273) - (xy -1.378282 1.928882) - (xy -1.363799 1.922262) - (xy -1.31024 1.895513) - (xy -1.264533 1.930376) - (xy -1.238158 1.953955) - (xy -1.224124 1.973417) - (xy -1.223414 1.979129) - (xy -1.235951 1.992973) - (xy -1.263428 2.014012) - (xy -1.288366 2.030425) - (xy -1.355664 2.05993) - (xy -1.43111 2.073284) - (xy -1.505888 2.069812) - (xy -1.565495 2.051663) - (xy -1.626941 2.012784) - (xy -1.670608 1.961595) - (xy -1.697926 1.895367) - (xy -1.710322 1.811371) - (xy -1.711421 1.772936) - (xy -1.707022 1.684861) - (xy -1.706482 1.682299) - (xy -1.580582 1.682299) - (xy -1.577115 1.690558) - (xy -1.562863 1.695113) - (xy -1.53347 1.697065) - (xy -1.484575 1.697517) - (xy -1.465748 1.697525) - (xy -1.408467 1.696843) - (xy -1.372141 1.694364) - (xy -1.352604 1.689443) - (xy -1.34569 1.681434) - (xy -1.345445 1.678862) - (xy -1.353336 1.658423) - (xy -1.373085 1.629789) - (xy -1.381575 1.619763) - (xy -1.413094 1.591408) - (xy -1.445949 1.580259) - (xy -1.463651 1.579327) - (xy -1.511539 1.590981) - (xy -1.551699 1.622285) - (xy -1.577173 1.667752) - (xy -1.577625 1.669233) - (xy -1.580582 1.682299) - (xy -1.706482 1.682299) - (xy -1.692392 1.61551) - (xy -1.666038 1.560025) - (xy -1.633807 1.520639) - (xy -1.574217 1.477931) - (xy -1.504168 1.455109) - (xy -1.429661 1.453046) - (xy -1.356699 1.472614) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp fac51850-8a69-42b1-8dc3-baeaa522bfca)) - (fp_poly - (pts - (xy 1.038411 2.405417) - (xy 1.091411 2.41829) - (xy 1.106731 2.42511) - (xy 1.136428 2.442974) - (xy 1.15922 2.463093) - (xy 1.176083 2.488962) - (xy 1.187998 2.524073) - (xy 1.195942 2.57192) - (xy 1.200894 2.635996) - (xy 1.203831 2.719794) - (xy 1.204947 2.775768) - (xy 1.209052 3.017822) - (xy 1.138932 3.017822) - (xy 1.096393 3.016038) - (xy 1.074476 3.009942) - (xy 1.068812 2.999706) - (xy 1.065821 2.988637) - (xy 1.052451 2.990754) - (xy 1.034233 2.999629) - (xy 0.988624 3.013233) - (xy 0.930007 3.016899) - (xy 0.868354 3.010903) - (xy 0.813638 2.995521) - (xy 0.80873 2.993386) - (xy 0.758723 2.958255) - (xy 0.725756 2.909419) - (xy 0.710587 2.852333) - (xy 0.711746 2.831824) - (xy 0.835508 2.831824) - (xy 0.846413 2.859425) - (xy 0.878745 2.879204) - (xy 0.93091 2.889819) - (xy 0.958787 2.891228) - (xy 1.005247 2.88762) - (xy 1.036129 2.873597) - (xy 1.043664 2.866931) - (xy 1.064076 2.830666) - (xy 1.068812 2.797773) - (xy 1.068812 2.753763) - (xy 1.007513 2.753763) - (xy 0.936256 2.757395) - (xy 0.886276 2.768818) - (xy 0.854696 2.788824) - (xy 0.847626 2.797743) - (xy 0.835508 2.831824) - (xy 0.711746 2.831824) - (xy 0.713971 2.792456) - (xy 0.736663 2.735244) - (xy 0.767624 2.69658) - (xy 0.786376 2.679864) - (xy 0.804733 2.668878) - (xy 0.828619 2.66218) - (xy 0.863957 2.658326) - (xy 0.916669 2.655873) - (xy 0.937577 2.655168) - (xy 1.068812 2.650879) - (xy 1.06862 2.611158) - (xy 1.063537 2.569405) - (xy 1.045162 2.544158) - (xy 1.008039 2.52803) - (xy 1.007043 2.527742) - (xy 0.95441 2.5214) - (xy 0.902906 2.529684) - (xy 0.86463 2.549827) - (xy 0.849272 2.559773) - (xy 0.83273 2.558397) - (xy 0.807275 2.543987) - (xy 0.792328 2.533817) - (xy 0.763091 2.512088) - (xy 0.74498 2.4958) - (xy 0.742074 2.491137) - (xy 0.75404 2.467005) - (xy 0.789396 2.438185) - (xy 0.804753 2.428461) - (xy 0.848901 2.411714) - (xy 0.908398 2.402227) - (xy 0.974487 2.400095) - (xy 1.038411 2.405417) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 418d53e3-3cca-4005-82dd-cf423b0bc356)) - (fp_poly - (pts - (xy -1.38421 2.406555) - (xy -1.325055 2.422339) - (xy -1.280023 2.450948) - (xy -1.248246 2.488419) - (xy -1.238366 2.504411) - (xy -1.231073 2.521163) - (xy -1.225974 2.542592) - (xy -1.222679 2.572616) - (xy -1.220797 2.615154) - (xy -1.219937 2.674122) - (xy -1.219707 2.75344) - (xy -1.219703 2.774484) - (xy -1.219703 3.017822) - (xy -1.280059 3.017822) - (xy -1.318557 3.015126) - (xy -1.347023 3.008295) - (xy -1.354155 3.004083) - (xy -1.373652 2.996813) - (xy -1.393566 3.004083) - (xy -1.426353 3.01316) - (xy -1.473978 3.016813) - (xy -1.526764 3.015228) - (xy -1.575036 3.008589) - (xy -1.603218 3.000072) - (xy -1.657753 2.965063) - (xy -1.691835 2.916479) - (xy -1.707157 2.851882) - (xy -1.707299 2.850223) - (xy -1.705955 2.821566) - (xy -1.584356 2.821566) - (xy -1.573726 2.854161) - (xy -1.55641 2.872505) - (xy -1.521652 2.886379) - (xy -1.475773 2.891917) - (xy -1.428988 2.889191) - (xy -1.391514 2.878274) - (xy -1.381015 2.871269) - (xy -1.362668 2.838904) - (xy -1.35802 2.802111) - (xy -1.35802 2.753763) - (xy -1.427582 2.753763) - (xy -1.493667 2.75885) - (xy -1.543764 2.773263) - (xy -1.574929 2.795729) - (xy -1.584356 2.821566) - (xy -1.705955 2.821566) - (xy -1.703987 2.779647) - (xy -1.68071 2.723845) - (xy -1.636948 2.681647) - (xy -1.630899 2.677808) - (xy -1.604907 2.665309) - (xy -1.572735 2.65774) - (xy -1.52776 2.654061) - (xy -1.474331 2.653216) - (xy -1.35802 2.653169) - (xy -1.35802 2.604411) - (xy -1.362953 2.566581) - (xy -1.375543 2.541236) - (xy -1.377017 2.539887) - (xy -1.405034 2.5288) - (xy -1.447326 2.524503) - (xy -1.494064 2.526615) - (xy -1.535418 2.534756) - (xy -1.559957 2.546965) - (xy -1.573253 2.556746) - (xy -1.587294 2.558613) - (xy -1.606671 2.5506) - (xy -1.635976 2.530739) - (xy -1.679803 2.497063) - (xy -1.683825 2.493909) - (xy -1.681764 2.482236) - (xy -1.664568 2.462822) - (xy -1.638433 2.441248) - (xy -1.609552 2.423096) - (xy -1.600478 2.418809) - (xy -1.56738 2.410256) - (xy -1.51888 2.404155) - (xy -1.464695 2.401708) - (xy -1.462161 2.401703) - (xy -1.38421 2.406555) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp dd37a4b8-097d-4f6f-8b78-8f6ba8cf44ee)) - (fp_poly - (pts - (xy -1.908759 1.469184) - (xy -1.882247 1.482282) - (xy -1.849553 1.505106) - (xy -1.825725 1.529996) - (xy -1.809406 1.561249) - (xy -1.79924 1.603166) - (xy -1.793872 1.660044) - (xy -1.791944 1.736184) - (xy -1.791831 1.768917) - (xy -1.792161 1.840656) - (xy -1.793527 1.891927) - (xy -1.7965 1.927404) - (xy -1.801649 1.951763) - (xy -1.809543 1.96968) - (xy -1.817757 1.981902) - (xy -1.870187 2.033905) - (xy -1.93193 2.065184) - (xy -1.998536 2.074592) - (xy -2.065558 2.06098) - (xy -2.086792 2.051354) - (xy -2.137624 2.024859) - (xy -2.137624 2.440052) - (xy -2.100525 2.420868) - (xy -2.051643 2.406025) - (xy -1.991561 2.402222) - (xy -1.931564 2.409243) - (xy -1.886256 2.425013) - (xy -1.848675 2.455047) - (xy -1.816564 2.498024) - (xy -1.81415 2.502436) - (xy -1.803967 2.523221) - (xy -1.79653 2.54417) - (xy -1.791411 2.569548) - (xy -1.788181 2.603618) - (xy -1.786413 2.650641) - (xy -1.785677 2.714882) - (xy -1.785544 2.787176) - (xy -1.785544 3.017822) - (xy -1.923861 3.017822) - (xy -1.923861 2.592533) - (xy -1.962549 2.559979) - (xy -2.002738 2.53394) - (xy -2.040797 2.529205) - (xy -2.079066 2.541389) - (xy -2.099462 2.55332) - (xy -2.114642 2.570313) - (xy -2.125438 2.595995) - (xy -2.132683 2.633991) - (xy -2.137208 2.687926) - (xy -2.139844 2.761425) - (xy -2.140772 2.810347) - (xy -2.143911 3.011535) - (xy -2.209926 3.015336) - (xy -2.27594 3.019136) - (xy -2.27594 1.77065) - (xy -2.137624 1.77065) - (xy -2.134097 1.840254) - (xy -2.122215 1.888569) - (xy -2.10002 1.918631) - (xy -2.065559 1.933471) - (xy -2.030742 1.936436) - (xy -1.991329 1.933028) - (xy -1.965171 1.919617) - (xy -1.948814 1.901896) - (xy -1.935937 1.882835) - (xy -1.928272 1.861601) - (xy -1.924861 1.831849) - (xy -1.924749 1.787236) - (xy -1.925897 1.74988) - (xy -1.928532 1.693604) - (xy -1.932456 1.656658) - (xy -1.939063 1.633223) - (xy -1.949749 1.61748) - (xy -1.959833 1.60838) - (xy -2.00197 1.588537) - (xy -2.05184 1.585332) - (xy -2.080476 1.592168) - (xy -2.108828 1.616464) - (xy -2.127609 1.663728) - (xy -2.136712 1.733624) - (xy -2.137624 1.77065) - (xy -2.27594 1.77065) - (xy -2.27594 1.458614) - (xy -2.206782 1.458614) - (xy -2.16526 1.460256) - (xy -2.143838 1.466087) - (xy -2.137626 1.477461) - (xy -2.137624 1.477798) - (xy -2.134742 1.488938) - (xy -2.12203 1.487673) - (xy -2.096757 1.475433) - (xy -2.037869 1.456707) - (xy -1.971615 1.454739) - (xy -1.908759 1.469184) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp 1f3a67e4-3517-43b8-8fa2-a37653cf45bd)) - (fp_poly - (pts - (xy 0.376964 -2.709982) - (xy 0.433812 -2.40843) - (xy 0.853338 -2.235488) - (xy 1.104984 -2.406605) - (xy 1.175458 -2.45425) - (xy 1.239163 -2.49679) - (xy 1.293126 -2.532285) - (xy 1.334373 -2.55879) - (xy 1.359934 -2.574364) - (xy 1.366895 -2.577722) - (xy 1.379435 -2.569086) - (xy 1.406231 -2.545208) - (xy 1.44428 -2.509141) - (xy 1.490579 -2.463933) - (xy 1.542123 -2.412636) - (xy 1.595909 -2.358299) - (xy 1.648935 -2.303972) - (xy 1.698195 -2.252705) - (xy 1.740687 -2.207549) - (xy 1.773407 -2.171554) - (xy 1.793351 -2.14777) - (xy 1.798119 -2.13981) - (xy 1.791257 -2.125135) - (xy 1.77202 -2.092986) - (xy 1.74243 -2.046508) - (xy 1.70451 -1.988844) - (xy 1.660282 -1.92314) - (xy 1.634654 -1.885664) - (xy 1.587941 -1.817232) - (xy 1.546432 -1.75548) - (xy 1.51214 -1.703481) - (xy 1.48708 -1.664308) - (xy 1.473264 -1.641035) - (xy 1.471188 -1.636145) - (xy 1.475895 -1.622245) - (xy 1.488723 -1.58985) - (xy 1.507738 -1.543515) - (xy 1.531003 -1.487794) - (xy 1.556584 -1.427242) - (xy 1.582545 -1.366414) - (xy 1.60695 -1.309864) - (xy 1.627863 -1.262148) - (xy 1.643349 -1.227819) - (xy 1.651472 -1.211432) - (xy 1.651952 -1.210788) - (xy 1.664707 -1.207659) - (xy 1.698677 -1.200679) - (xy 1.75034 -1.190533) - (xy 1.816176 -1.177908) - (xy 1.892664 -1.163491) - (xy 1.93729 -1.155177) - (xy 2.019021 -1.139616) - (xy 2.092843 -1.124808) - (xy 2.155021 -1.111564) - (xy 2.201822 -1.100695) - (xy 2.229509 -1.093011) - (xy 2.235074 -1.090573) - (xy 2.240526 -1.07407) - (xy 2.244924 -1.0368) - (xy 2.248272 -0.98312) - (xy 2.250574 -0.917388) - (xy 2.251832 -0.843963) - (xy 2.252048 -0.767204) - (xy 2.251227 -0.691468) - (xy 2.249371 -0.621114) - (xy 2.246482 -0.5605) - (xy 2.242565 -0.513984) - (xy 2.237622 -0.485925) - (xy 2.234657 -0.480084) - (xy 2.216934 -0.473083) - (xy 2.179381 -0.463073) - (xy 2.126964 -0.451231) - (xy 2.064652 -0.438733) - (xy 2.0429 -0.43469) - (xy 1.938024 -0.41548) - (xy 1.85518 -0.400009) - (xy 1.79163 -0.387663) - (xy 1.744637 -0.377827) - (xy 1.711463 -0.369886) - (xy 1.689371 -0.363224) - (xy 1.675624 -0.357227) - (xy 1.667484 -0.351281) - (xy 1.666345 -0.350106) - (xy 1.654977 -0.331174) - (xy 1.637635 -0.294331) - (xy 1.61605 -0.244087) - (xy 1.591954 -0.184954) - (xy 1.567079 -0.121444) - (xy 1.543157 -0.058068) - (xy 1.521919 0.000662) - (xy 1.505097 0.050235) - (xy 1.494422 0.086139) - (xy 1.491627 0.103862) - (xy 1.49186 0.104483) - (xy 1.501331 0.11897) - (xy 1.522818 0.150844) - (xy 1.554063 0.196789) - (xy 1.592807 0.253485) - (xy 1.636793 0.317617) - (xy 1.649319 0.335842) - (xy 1.693984 0.401914) - (xy 1.733288 0.4622) - (xy 1.765088 0.513235) - (xy 1.787245 0.55156) - (xy 1.797617 0.573711) - (xy 1.798119 0.576432) - (xy 1.789405 0.590736) - (xy 1.765325 0.619072) - (xy 1.728976 0.658396) - (xy 1.683453 0.705661) - (xy 1.631852 0.757823) - (xy 1.577267 0.811835) - (xy 1.522794 0.864653) - (xy 1.471529 0.913231) - (xy 1.426567 0.954523) - (xy 1.391004 0.985485) - (xy 1.367935 1.00307) - (xy 1.361554 1.005941) - (xy 1.346699 0.999178) - (xy 1.316286 0.980939) - (xy 1.275268 0.954297) - (xy 1.243709 0.932852) - (xy 1.186525 0.893503) - (xy 1.118806 0.847171) - (xy 1.05088 0.800913) - (xy 1.014361 0.776155) - (xy 0.890752 0.692547) - (xy 0.786991 0.74865) - (xy 0.73972 0.773228) - (xy 0.699523 0.792331) - (xy 0.672326 0.803227) - (xy 0.665402 0.804743) - (xy 0.657077 0.793549) - (xy 0.640654 0.761917) - (xy 0.617357 0.712765) - (xy 0.588414 0.64901) - (xy 0.55505 0.573571) - (xy 0.518491 0.489364) - (xy 0.479964 0.399308) - (xy 0.440694 0.306321) - (xy 0.401908 0.21332) - (xy 0.36483 0.123223) - (xy 0.330689 0.038948) - (xy 0.300708 -0.036587) - (xy 0.276116 -0.100466) - (xy 0.258136 -0.149769) - (xy 0.247997 -0.181579) - (xy 0.246366 -0.192504) - (xy 0.259291 -0.206439) - (xy 0.287589 -0.22906) - (xy 0.325346 -0.255667) - (xy 0.328515 -0.257772) - (xy 0.4261 -0.335886) - (xy 0.504786 -0.427018) - (xy 0.563891 -0.528255) - (xy 0.602732 -0.636682) - (xy 0.620628 -0.749386) - (xy 0.616897 -0.863452) - (xy 0.590857 -0.975966) - (xy 0.541825 -1.084015) - (xy 0.5274 -1.107655) - (xy 0.452369 -1.203113) - (xy 0.36373 -1.279768) - (xy 0.264549 -1.33722) - (xy 0.157895 -1.375071) - (xy 0.046836 -1.392922) - (xy -0.065561 -1.390375) - (xy -0.176227 -1.36703) - (xy -0.282094 -1.32249) - (xy -0.380095 -1.256355) - (xy -0.41041 -1.229513) - (xy -0.487562 -1.145488) - (xy -0.543782 -1.057034) - (xy -0.582347 -0.957885) - (xy -0.603826 -0.859697) - (xy -0.609128 -0.749303) - (xy -0.591448 -0.63836) - (xy -0.552581 -0.530619) - (xy -0.494323 -0.429831) - (xy -0.418469 -0.339744) - (xy -0.326817 -0.264108) - (xy -0.314772 -0.256136) - (xy -0.276611 -0.230026) - (xy -0.247601 -0.207405) - (xy -0.233732 -0.192961) - (xy -0.233531 -0.192504) - (xy -0.236508 -0.176879) - (xy -0.248311 -0.141418) - (xy -0.267714 -0.089038) - (xy -0.293488 -0.022655) - (xy -0.324409 0.054814) - (xy -0.359249 0.14045) - (xy -0.396783 0.231337) - (xy -0.435783 0.324559) - (xy -0.475023 0.417197) - (xy -0.513276 0.506335) - (xy -0.549317 0.589055) - (xy -0.581917 0.662441) - (xy -0.609852 0.723575) - (xy -0.631895 0.769541) - (xy -0.646818 0.797421) - (xy -0.652828 0.804743) - (xy -0.671191 0.799041) - (xy -0.705552 0.783749) - (xy -0.749984 0.761599) - (xy -0.774417 0.74865) - (xy -0.878178 0.692547) - (xy -1.001787 0.776155) - (xy -1.064886 0.818987) - (xy -1.13397 0.866122) - (xy -1.198707 0.910503) - (xy -1.231134 0.932852) - (xy -1.276741 0.963477) - (xy -1.31536 0.987747) - (xy -1.341952 1.002587) - (xy -1.35059 1.005724) - (xy -1.363161 0.997261) - (xy -1.390984 0.973636) - (xy -1.431361 0.937302) - (xy -1.481595 0.890711) - (xy -1.538988 0.836317) - (xy -1.575286 0.801392) - (xy -1.63879 0.738996) - (xy -1.693673 0.683188) - (xy -1.737714 0.636354) - (xy -1.768695 0.600882) - (xy -1.784398 0.579161) - (xy -1.785905 0.574752) - (xy -1.778914 0.557985) - (xy -1.759594 0.524082) - (xy -1.730091 0.476476) - (xy -1.692545 0.418599) - (xy -1.6491 0.353884) - (xy -1.636745 0.335842) - (xy -1.591727 0.270267) - (xy -1.55134 0.211228) - (xy -1.51784 0.162042) - (xy -1.493486 0.126028) - (xy -1.480536 0.106502) - (xy -1.479285 0.104483) - (xy -1.481156 0.088922) - (xy -1.491087 0.054709) - (xy -1.507347 0.006355) - (xy -1.528205 -0.051629) - (xy -1.551927 -0.11473) - (xy -1.576784 -0.178437) - (xy -1.601042 -0.238239) - (xy -1.622971 -0.289624) - (xy -1.640838 -0.328081) - (xy -1.652913 -0.349098) - (xy -1.653771 -0.350106) - (xy -1.661154 -0.356112) - (xy -1.673625 -0.362052) - (xy -1.69392 -0.36854) - (xy -1.724778 -0.376191) - (xy -1.768934 -0.38562) - (xy -1.829126 -0.397441) - (xy -1.908093 -0.412271) - (xy -2.00857 -0.430723) - (xy -2.030325 -0.43469) - (xy -2.094802 -0.447147) - (xy -2.151011 -0.459334) - (xy -2.193987 -0.470074) - (xy -2.21876 -0.478191) - (xy -2.222082 -0.480084) - (xy -2.227556 -0.496862) - (xy -2.232006 -0.534355) - (xy -2.235428 -0.588206) - (xy -2.237819 -0.654056) - (xy -2.239177 -0.727547) - (xy -2.239499 -0.80432) - (xy -2.238781 -0.880017) - (xy -2.237021 -0.95028) - (xy -2.234216 -1.01075) - (xy -2.230362 -1.05707) - (xy -2.225457 -1.084881) - (xy -2.2225 -1.090573) - (xy -2.206037 -1.096314) - (xy -2.168551 -1.105655) - (xy -2.113775 -1.117785) - (xy -2.045445 -1.131893) - (xy -1.967294 -1.14717) - (xy -1.924716 -1.155177) - (xy -1.843929 -1.170279) - (xy -1.771887 -1.18396) - (xy -1.712111 -1.195533) - (xy -1.668121 -1.204313) - (xy -1.643439 -1.209613) - (xy -1.639377 -1.210788) - (xy -1.632511 -1.224035) - (xy -1.617998 -1.255943) - (xy -1.597771 -1.301953) - (xy -1.573766 -1.357508) - (xy -1.547918 -1.418047) - (xy -1.52216 -1.479014) - (xy -1.498427 -1.535849) - (xy -1.478654 -1.583994) - (xy -1.464776 -1.61889) - (xy -1.458726 -1.635979) - (xy -1.458614 -1.636726) - (xy -1.465472 -1.650207) - (xy -1.484698 -1.68123) - (xy -1.514272 -1.726711) - (xy -1.552173 -1.783568) - (xy -1.59638 -1.848717) - (xy -1.622079 -1.886138) - (xy -1.668907 -1.954753) - (xy -1.710499 -2.017048) - (xy -1.744825 -2.069871) - (xy -1.769857 -2.110073) - (xy -1.783565 -2.1345) - (xy -1.785544 -2.139976) - (xy -1.777034 -2.152722) - (xy -1.753507 -2.179937) - (xy -1.717968 -2.218572) - (xy -1.673423 -2.265577) - (xy -1.622877 -2.317905) - (xy -1.569336 -2.372505) - (xy -1.515805 -2.42633) - (xy -1.465289 -2.47633) - (xy -1.420794 -2.519457) - (xy -1.385325 -2.552661) - (xy -1.361887 -2.572894) - (xy -1.354046 -2.577722) - (xy -1.34128 -2.570933) - (xy -1.310744 -2.551858) - (xy -1.26541 -2.522439) - (xy -1.208244 -2.484619) - (xy -1.142216 -2.440339) - (xy -1.09241 -2.406605) - (xy -0.840764 -2.235488) - (xy -0.631001 -2.321959) - (xy -0.421237 -2.40843) - (xy -0.364389 -2.709982) - (xy -0.30754 -3.011534) - (xy 0.320115 -3.011534) - (xy 0.376964 -2.709982) - ) - - (stroke (width 0.01) (type solid)) (fill solid) (layer "F.SilkS") (tstamp a72425e6-d466-4f7b-828d-c8a41772861d)) ) (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp 569366ca-9289-41f6-b1d6-609eaddf234a) - (at 88.005 100.15 90) + (at 88.646 99.314) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") (property "ki_keywords" "R resistor") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/965b8826-a6cf-4df7-a75f-6c890ae2a214") (attr smd) - (fp_text reference "R6" (at 0.36 -1.195 90) (layer "F.SilkS") + (fp_text reference "R6" (at 0.36 -1.195) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp c29f38b8-f8b1-4d99-8324-b9fbdcf3c7d2) - (render_cache "R6" 90 + (render_cache "R6" 0 (polygon (pts - (xy 87.059 100.260264) (xy 86.449369 100.260264) (xy 86.449369 99.992379) (xy 86.449434 99.982437) - (xy 86.449628 99.972797) (xy 86.449952 99.963459) (xy 86.450404 99.954423) (xy 86.450987 99.94569) - (xy 86.451698 99.937259) (xy 86.452539 99.929131) (xy 86.453509 99.921304) (xy 86.454609 99.91378) - (xy 86.455838 99.906558) (xy 86.457196 99.899638) (xy 86.458684 99.893021) (xy 86.460301 99.886706) - (xy 86.462048 99.880693) (xy 86.463924 99.874982) (xy 86.465929 99.869573) (xy 86.469229 99.861837) - (xy 86.472975 99.854399) (xy 86.477167 99.84726) (xy 86.481804 99.84042) (xy 86.486887 99.833879) - (xy 86.492415 99.827636) (xy 86.49839 99.821692) (xy 86.504809 99.816048) (xy 86.511675 99.810702) - (xy 86.516499 99.807304) (xy 86.521522 99.804038) (xy 86.524108 99.802456) (xy 86.529362 99.799403) - (xy 86.534684 99.796548) (xy 86.540074 99.793889) (xy 86.545531 99.791428) (xy 86.551055 99.789163) - (xy 86.556648 99.787096) (xy 86.562307 99.785225) (xy 86.568035 99.783551) (xy 86.57383 99.782074) - (xy 86.579692 99.780794) (xy 86.585622 99.779711) (xy 86.591619 99.778825) (xy 86.597684 99.778136) - (xy 86.603817 99.777643) (xy 86.610017 99.777348) (xy 86.616285 99.77725) (xy 86.624356 99.777412) - (xy 86.632268 99.7779) (xy 86.640018 99.778713) (xy 86.647609 99.779851) (xy 86.655039 99.781314) - (xy 86.662309 99.783102) (xy 86.669419 99.785216) (xy 86.676369 99.787654) (xy 86.683158 99.790418) - (xy 86.689787 99.793507) (xy 86.696255 99.796921) (xy 86.702564 99.80066) (xy 86.708712 99.804725) - (xy 86.7147 99.809114) (xy 86.720527 99.813829) (xy 86.726194 99.818869) (xy 86.731636 99.824248) - (xy 86.736826 99.829981) (xy 86.741762 99.836068) (xy 86.746445 99.842508) (xy 86.750875 99.849303) - (xy 86.755052 99.856451) (xy 86.758976 99.863953) (xy 86.762647 99.871808) (xy 86.766066 99.880018) - (xy 86.769231 99.888581) (xy 86.772143 99.897498) (xy 86.774802 99.906769) (xy 86.777208 99.916393) - (xy 86.779361 99.926371) (xy 86.78126 99.936703) (xy 86.782907 99.947389) (xy 86.785787 99.941587) - (xy 86.788657 99.93605) (xy 86.791516 99.930778) (xy 86.795313 99.924162) (xy 86.799091 99.918017) - (xy 86.802851 99.912344) (xy 86.806592 99.907143) (xy 86.810315 99.902413) (xy 86.813096 99.899176) - (xy 86.817207 99.894812) (xy 86.821442 99.890479) (xy 86.825802 99.886175) (xy 86.830287 99.881902) - (xy 86.834897 99.877657) (xy 86.839632 99.873443) (xy 86.844492 99.869259) (xy 86.849476 99.865104) - (xy 86.854585 99.860979) (xy 86.859819 99.856883) (xy 86.865177 99.852818) (xy 86.870661 99.848782) - (xy 86.876269 99.844776) (xy 86.882002 99.8408) (xy 86.88786 99.836854) (xy 86.893842 99.832937) - (xy 87.059 99.727717) (xy 87.059 99.828394) (xy 86.932677 99.908262) (xy 86.925945 99.912591) - (xy 86.919412 99.916825) (xy 86.913081 99.920963) (xy 86.906949 99.925004) (xy 86.901018 99.92895) - (xy 86.895287 99.932799) (xy 86.889757 99.936552) (xy 86.884427 99.940208) (xy 86.879297 99.943769) - (xy 86.874368 99.947234) (xy 86.86735 99.95225) (xy 86.860782 99.95705) (xy 86.854665 99.961633) - (xy 86.849 99.966001) (xy 86.843712 99.970217) (xy 86.838732 99.974348) (xy 86.834057 99.978395) - (xy 86.82969 99.982356) (xy 86.824343 99.987506) (xy 86.819542 99.992505) (xy 86.815285 99.997352) - (xy 86.811573 100.002048) (xy 86.808406 100.006594) (xy 86.80496 100.012199) (xy 86.801858 100.017839) - (xy 86.799098 100.023516) (xy 86.796683 100.029228) (xy 86.79461 100.034976) (xy 86.792882 100.04076) - (xy 86.792286 100.043084) (xy 86.791144 100.049874) (xy 86.7905 100.055737) (xy 86.789999 100.062444) - (xy 86.789702 100.068419) (xy 86.789496 100.074933) (xy 86.789381 100.081988) (xy 86.789355 100.087633) - (xy 86.789355 100.180397) (xy 87.059 100.180397) + (xy 88.535735 98.368) (xy 88.535735 97.758369) (xy 88.80362 97.758369) (xy 88.813562 97.758434) + (xy 88.823202 97.758628) (xy 88.83254 97.758952) (xy 88.841576 97.759404) (xy 88.850309 97.759987) + (xy 88.85874 97.760698) (xy 88.866868 97.761539) (xy 88.874695 97.762509) (xy 88.882219 97.763609) + (xy 88.889441 97.764838) (xy 88.896361 97.766196) (xy 88.902978 97.767684) (xy 88.909293 97.769301) + (xy 88.915306 97.771048) (xy 88.921017 97.772924) (xy 88.926426 97.774929) (xy 88.934162 97.778229) + (xy 88.9416 97.781975) (xy 88.948739 97.786167) (xy 88.955579 97.790804) (xy 88.96212 97.795887) + (xy 88.968363 97.801415) (xy 88.974307 97.80739) (xy 88.979951 97.813809) (xy 88.985297 97.820675) + (xy 88.988695 97.825499) (xy 88.991961 97.830522) (xy 88.993543 97.833108) (xy 88.996596 97.838362) + (xy 88.999451 97.843684) (xy 89.00211 97.849074) (xy 89.004571 97.854531) (xy 89.006836 97.860055) + (xy 89.008903 97.865648) (xy 89.010774 97.871307) (xy 89.012448 97.877035) (xy 89.013925 97.88283) + (xy 89.015205 97.888692) (xy 89.016288 97.894622) (xy 89.017174 97.900619) (xy 89.017863 97.906684) + (xy 89.018356 97.912817) (xy 89.018651 97.919017) (xy 89.018749 97.925285) (xy 89.018587 97.933356) + (xy 89.018099 97.941268) (xy 89.017286 97.949018) (xy 89.016148 97.956609) (xy 89.014685 97.964039) + (xy 89.012897 97.971309) (xy 89.010783 97.978419) (xy 89.008345 97.985369) (xy 89.005581 97.992158) + (xy 89.002492 97.998787) (xy 88.999078 98.005255) (xy 88.995339 98.011564) (xy 88.991274 98.017712) + (xy 88.986885 98.0237) (xy 88.98217 98.029527) (xy 88.97713 98.035194) (xy 88.971751 98.040636) + (xy 88.966018 98.045826) (xy 88.959931 98.050762) (xy 88.953491 98.055445) (xy 88.946696 98.059875) + (xy 88.939548 98.064052) (xy 88.932046 98.067976) (xy 88.924191 98.071647) (xy 88.915981 98.075066) + (xy 88.907418 98.078231) (xy 88.898501 98.081143) (xy 88.88923 98.083802) (xy 88.879606 98.086208) + (xy 88.869628 98.088361) (xy 88.859296 98.09026) (xy 88.84861 98.091907) (xy 88.854412 98.094787) + (xy 88.859949 98.097657) (xy 88.865221 98.100516) (xy 88.871837 98.104313) (xy 88.877982 98.108091) + (xy 88.883655 98.111851) (xy 88.888856 98.115592) (xy 88.893586 98.119315) (xy 88.896823 98.122096) + (xy 88.901187 98.126207) (xy 88.90552 98.130442) (xy 88.909824 98.134802) (xy 88.914097 98.139287) + (xy 88.918342 98.143897) (xy 88.922556 98.148632) (xy 88.92674 98.153492) (xy 88.930895 98.158476) + (xy 88.93502 98.163585) (xy 88.939116 98.168819) (xy 88.943181 98.174177) (xy 88.947217 98.179661) + (xy 88.951223 98.185269) (xy 88.955199 98.191002) (xy 88.959145 98.19686) (xy 88.963062 98.202842) + (xy 89.068282 98.368) (xy 88.967605 98.368) (xy 88.887737 98.241677) (xy 88.883408 98.234945) + (xy 88.879174 98.228412) (xy 88.875036 98.222081) (xy 88.870995 98.215949) (xy 88.867049 98.210018) + (xy 88.8632 98.204287) (xy 88.859447 98.198757) (xy 88.855791 98.193427) (xy 88.85223 98.188297) + (xy 88.848765 98.183368) (xy 88.843749 98.17635) (xy 88.838949 98.169782) (xy 88.834366 98.163665) + (xy 88.829998 98.158) (xy 88.825782 98.152712) (xy 88.821651 98.147732) (xy 88.817604 98.143057) + (xy 88.813643 98.13869) (xy 88.808493 98.133343) (xy 88.803494 98.128542) (xy 88.798647 98.124285) + (xy 88.793951 98.120573) (xy 88.789405 98.117406) (xy 88.7838 98.11396) (xy 88.77816 98.110858) + (xy 88.772483 98.108098) (xy 88.766771 98.105683) (xy 88.761023 98.10361) (xy 88.755239 98.101882) + (xy 88.752915 98.101286) (xy 88.746125 98.100144) (xy 88.740262 98.0995) (xy 88.733555 98.098999) + (xy 88.72758 98.098702) (xy 88.721066 98.098496) (xy 88.714011 98.098381) (xy 88.708366 98.098355) + (xy 88.615602 98.098355) (xy 88.615602 98.368) ) (pts - (xy 86.721358 100.180397) (xy 86.721358 100.008499) (xy 86.721313 100.001741) (xy 86.721177 99.99517) - (xy 86.720951 99.988786) (xy 86.720635 99.982588) (xy 86.720228 99.976576) (xy 86.719448 99.967909) - (xy 86.718464 99.959662) (xy 86.717277 99.951835) (xy 86.715886 99.944428) (xy 86.714292 99.937441) - (xy 86.712494 99.930873) (xy 86.710493 99.924725) (xy 86.709781 99.92277) (xy 86.707489 99.917102) - (xy 86.704955 99.911694) (xy 86.7012 99.904889) (xy 86.697014 99.898547) (xy 86.692398 99.892666) - (xy 86.687352 99.887249) (xy 86.681874 99.882294) (xy 86.675967 99.877801) (xy 86.672852 99.875728) - (xy 86.666408 99.87195) (xy 86.659827 99.868676) (xy 86.653109 99.865905) (xy 86.646254 99.863638) - (xy 86.639261 99.861875) (xy 86.63213 99.860616) (xy 86.624862 99.85986) (xy 86.617457 99.859608) - (xy 86.609406 99.859883) (xy 86.601627 99.860706) (xy 86.594121 99.862077) (xy 86.586889 99.863998) - (xy 86.579929 99.866467) (xy 86.573243 99.869485) (xy 86.566829 99.873051) (xy 86.560689 99.877166) - (xy 86.554822 99.88183) (xy 86.549228 99.887043) (xy 86.54565 99.890823) (xy 86.540595 99.896966) - (xy 86.536038 99.903745) (xy 86.531978 99.911161) (xy 86.528415 99.919214) (xy 86.526316 99.924935) - (xy 86.524437 99.930939) (xy 86.52278 99.937227) (xy 86.521344 99.943797) (xy 86.520129 99.950649) - (xy 86.519134 99.957785) (xy 86.518361 99.965203) (xy 86.517808 99.972904) (xy 86.517477 99.980888) - (xy 86.517367 99.989155) (xy 86.517367 100.180397) + (xy 88.615602 98.030358) (xy 88.7875 98.030358) (xy 88.794258 98.030313) (xy 88.800829 98.030177) + (xy 88.807213 98.029951) (xy 88.813411 98.029635) (xy 88.819423 98.029228) (xy 88.82809 98.028448) + (xy 88.836337 98.027464) (xy 88.844164 98.026277) (xy 88.851571 98.024886) (xy 88.858558 98.023292) + (xy 88.865126 98.021494) (xy 88.871274 98.019493) (xy 88.873229 98.018781) (xy 88.878897 98.016489) + (xy 88.884305 98.013955) (xy 88.89111 98.0102) (xy 88.897452 98.006014) (xy 88.903333 98.001398) + (xy 88.90875 97.996352) (xy 88.913705 97.990874) (xy 88.918198 97.984967) (xy 88.920271 97.981852) + (xy 88.924049 97.975408) (xy 88.927323 97.968827) (xy 88.930094 97.962109) (xy 88.932361 97.955254) + (xy 88.934124 97.948261) (xy 88.935383 97.94113) (xy 88.936139 97.933862) (xy 88.936391 97.926457) + (xy 88.936116 97.918406) (xy 88.935293 97.910627) (xy 88.933922 97.903121) (xy 88.932001 97.895889) + (xy 88.929532 97.888929) (xy 88.926514 97.882243) (xy 88.922948 97.875829) (xy 88.918833 97.869689) + (xy 88.914169 97.863822) (xy 88.908956 97.858228) (xy 88.905176 97.85465) (xy 88.899033 97.849595) + (xy 88.892254 97.845038) (xy 88.884838 97.840978) (xy 88.876785 97.837415) (xy 88.871064 97.835316) + (xy 88.86506 97.833437) (xy 88.858772 97.83178) (xy 88.852202 97.830344) (xy 88.84535 97.829129) + (xy 88.838214 97.828134) (xy 88.830796 97.827361) (xy 88.823095 97.826808) (xy 88.815111 97.826477) + (xy 88.806844 97.826367) (xy 88.615602 97.826367) ) ) (polygon (pts - (xy 86.602949 99.300536) (xy 86.608811 99.374249) (xy 86.600564 99.37619) (xy 86.592751 99.378274) - (xy 86.585369 99.380503) (xy 86.578421 99.382877) (xy 86.571906 99.385394) (xy 86.565823 99.388056) - (xy 86.560173 99.390862) (xy 86.554956 99.393813) (xy 86.548672 99.397971) (xy 86.543159 99.402386) - (xy 86.537292 99.408142) (xy 86.532003 99.414146) (xy 86.52729 99.420397) (xy 86.523155 99.426895) - (xy 86.519597 99.433641) (xy 86.516616 99.440634) (xy 86.514211 99.447874) (xy 86.512384 99.455362) - (xy 86.511134 99.463097) (xy 86.510461 99.471079) (xy 86.510332 99.476538) (xy 86.510504 99.483111) - (xy 86.511018 99.489533) (xy 86.511874 99.495802) (xy 86.513073 99.50192) (xy 86.514615 99.507886) - (xy 86.516499 99.513699) (xy 86.518726 99.519361) (xy 86.521296 99.52487) (xy 86.524208 99.530228) - (xy 86.527463 99.535434) (xy 86.529823 99.53882) (xy 86.534753 99.545257) (xy 86.540089 99.551434) - (xy 86.545833 99.55735) (xy 86.551983 99.563007) (xy 86.558541 99.568403) (xy 86.565506 99.573539) - (xy 86.570375 99.576819) (xy 86.575425 99.579983) (xy 86.580656 99.583031) (xy 86.586068 99.585963) - (xy 86.591661 99.58878) (xy 86.597434 99.591482) (xy 86.603389 99.594068) (xy 86.609576 99.596502) - (xy 86.616086 99.598787) (xy 86.622917 99.600921) (xy 86.630069 99.602906) (xy 86.637544 99.604741) - (xy 86.64534 99.606425) (xy 86.653458 99.60796) (xy 86.661897 99.609345) (xy 86.670659 99.61058) - (xy 86.679741 99.611664) (xy 86.689146 99.612599) (xy 86.698873 99.613384) (xy 86.708921 99.614019) - (xy 86.719291 99.614504) (xy 86.729982 99.614839) (xy 86.740995 99.615024) (xy 86.733944 99.609891) - (xy 86.727243 99.60455) (xy 86.720892 99.599) (xy 86.714892 99.593241) (xy 86.709242 99.587274) - (xy 86.703942 99.581098) (xy 86.698993 99.574713) (xy 86.694394 99.56812) (xy 86.690145 99.561318) - (xy 86.686247 99.554307) (xy 86.683842 99.549518) (xy 86.68049 99.542205) (xy 86.677468 99.534831) - (xy 86.674775 99.527395) (xy 86.672412 99.519897) (xy 86.670379 99.512337) (xy 86.668675 99.504716) - (xy 86.667301 99.497032) (xy 86.666257 99.489287) (xy 86.665543 99.48148) (xy 86.665158 99.473612) - (xy 86.665085 99.468331) (xy 86.665299 99.459131) (xy 86.665941 99.450105) (xy 86.667011 99.441252) - (xy 86.66851 99.432574) (xy 86.670437 99.42407) (xy 86.672792 99.41574) (xy 86.675575 99.407584) - (xy 86.678787 99.399601) (xy 86.682426 99.391793) (xy 86.686494 99.384159) (xy 86.69099 99.376699) - (xy 86.695914 99.369413) (xy 86.701267 99.362301) (xy 86.707047 99.355363) (xy 86.713256 99.348599) - (xy 86.719893 99.342009) (xy 86.726851 99.335691) (xy 86.73406 99.329781) (xy 86.741519 99.324279) - (xy 86.749229 99.319184) (xy 86.75719 99.314497) (xy 86.765402 99.310218) (xy 86.773864 99.306346) - (xy 86.782578 99.302881) (xy 86.791542 99.299824) (xy 86.800756 99.297175) (xy 86.810222 99.294933) - (xy 86.819938 99.293099) (xy 86.829904 99.291673) (xy 86.840122 99.290654) (xy 86.85059 99.290042) - (xy 86.861309 99.289839) (xy 86.868404 99.289935) (xy 86.875437 99.290223) (xy 86.882408 99.290704) - (xy 86.889318 99.291377) (xy 86.896165 99.292243) (xy 86.902951 99.293301) (xy 86.909675 99.294551) - (xy 86.916337 99.295994) (xy 86.922938 99.297628) (xy 86.929476 99.299456) (xy 86.935953 99.301475) - (xy 86.942367 99.303687) (xy 86.94872 99.306091) (xy 86.955012 99.308688) (xy 86.961241 99.311477) - (xy 86.967408 99.314458) (xy 86.973437 99.31759) (xy 86.979288 99.320865) (xy 86.98496 99.324285) - (xy 86.990453 99.327849) (xy 86.995767 99.331557) (xy 87.000903 99.33541) (xy 87.005861 99.339407) - (xy 87.010639 99.343548) (xy 87.01524 99.347833) (xy 87.019661 99.352263) (xy 87.023904 99.356836) - (xy 87.027968 99.361554) (xy 87.031854 99.366417) (xy 87.035561 99.371423) (xy 87.03909 99.376574) - (xy 87.04244 99.381869) (xy 87.045581 99.387263) (xy 87.048519 99.392748) (xy 87.051255 99.398323) - (xy 87.053788 99.403989) (xy 87.056118 99.409744) (xy 87.058246 99.415591) (xy 87.060171 99.421528) - (xy 87.061894 99.427555) (xy 87.063414 99.433673) (xy 87.064731 99.439881) (xy 87.065845 99.446179) - (xy 87.066757 99.452568) (xy 87.067467 99.459048) (xy 87.067973 99.465618) (xy 87.068277 99.472278) - (xy 87.068378 99.479029) (xy 87.068111 99.490491) (xy 87.067309 99.501684) (xy 87.065972 99.51261) - (xy 87.064101 99.523268) (xy 87.061695 99.533657) (xy 87.058754 99.543779) (xy 87.055279 99.553633) - (xy 87.051269 99.56322) (xy 87.046725 99.572538) (xy 87.041645 99.581588) (xy 87.036031 99.590371) - (xy 87.029883 99.598885) (xy 87.023199 99.607132) (xy 87.015981 99.615111) (xy 87.008229 99.622821) - (xy 86.999942 99.630264) (xy 86.991041 99.637345) (xy 86.981447 99.643969) (xy 86.976391 99.647109) - (xy 86.971161 99.650136) (xy 86.965758 99.653048) (xy 86.960182 99.655846) (xy 86.954433 99.658529) - (xy 86.94851 99.661099) (xy 86.942415 99.663554) (xy 86.936146 99.665896) (xy 86.929704 99.668122) - (xy 86.923089 99.670235) (xy 86.916301 99.672234) (xy 86.90934 99.674118) (xy 86.902205 99.675888) - (xy 86.894898 99.677544) (xy 86.887417 99.679086) (xy 86.879763 99.680513) (xy 86.871935 99.681827) - (xy 86.863935 99.683026) (xy 86.855762 99.684111) (xy 86.847415 99.685082) (xy 86.838895 99.685938) - (xy 86.830202 99.68668) (xy 86.821336 99.687308) (xy 86.812297 99.687822) (xy 86.803084 99.688222) - (xy 86.793699 99.688508) (xy 86.78414 99.688679) (xy 86.774408 99.688736) (xy 86.76352 99.688673) - (xy 86.752819 99.688484) (xy 86.742305 99.688168) (xy 86.731978 99.687726) (xy 86.721839 99.687158) - (xy 86.711887 99.686464) (xy 86.702121 99.685644) (xy 86.692544 99.684697) (xy 86.683153 99.683624) - (xy 86.67395 99.682425) (xy 86.664933 99.681099) (xy 86.656104 99.679648) (xy 86.647462 99.67807) - (xy 86.639008 99.676366) (xy 86.63074 99.674536) (xy 86.62266 99.672579) (xy 86.614767 99.670497) - (xy 86.607061 99.668288) (xy 86.599542 99.665953) (xy 86.59221 99.663491) (xy 86.585066 99.660904) - (xy 86.578109 99.65819) (xy 86.571339 99.65535) (xy 86.564756 99.652384) (xy 86.55836 99.649291) - (xy 86.552152 99.646072) (xy 86.54613 99.642727) (xy 86.540296 99.639256) (xy 86.53465 99.635659) - (xy 86.52919 99.631935) (xy 86.523917 99.628085) (xy 86.518832 99.624109) (xy 86.510421 99.616903) - (xy 86.502552 99.609391) (xy 86.495226 99.601571) (xy 86.488442 99.593445) (xy 86.482201 99.585011) - (xy 86.476503 99.576271) (xy 86.471348 99.567224) (xy 86.466735 99.557871) (xy 86.462665 99.54821) - (xy 86.459138 99.538243) (xy 86.456153 99.527969) (xy 86.453711 99.517387) (xy 86.451811 99.5065) - (xy 86.450455 99.495305) (xy 86.449641 99.483803) (xy 86.449437 99.477937) (xy 86.449369 99.471995) - (xy 86.449529 99.463175) (xy 86.450008 99.454558) (xy 86.450807 99.446144) (xy 86.451925 99.437932) - (xy 86.453362 99.429923) (xy 86.455119 99.422117) (xy 86.457195 99.414513) (xy 86.459591 99.407112) - (xy 86.462306 99.399913) (xy 86.465341 99.392917) (xy 86.468694 99.386124) (xy 86.472368 99.379534) - (xy 86.476361 99.373146) (xy 86.480673 99.366961) (xy 86.485305 99.360978) (xy 86.490256 99.355198) - (xy 86.49547 99.349644) (xy 86.500928 99.344374) (xy 86.50663 99.33939) (xy 86.512576 99.334691) - (xy 86.518766 99.330277) (xy 86.5252 99.326148) (xy 86.531877 99.322304) (xy 86.538799 99.318745) - (xy 86.545964 99.315471) (xy 86.553373 99.312482) (xy 86.561026 99.309779) (xy 86.568923 99.30736) - (xy 86.577064 99.305226) (xy 86.585448 99.303378) (xy 86.594077 99.301815) + (xy 89.495463 97.911949) (xy 89.42175 97.917811) (xy 89.419809 97.909564) (xy 89.417725 97.901751) + (xy 89.415496 97.894369) (xy 89.413122 97.887421) (xy 89.410605 97.880906) (xy 89.407943 97.874823) + (xy 89.405137 97.869173) (xy 89.402186 97.863956) (xy 89.398028 97.857672) (xy 89.393613 97.852159) + (xy 89.387857 97.846292) (xy 89.381853 97.841003) (xy 89.375602 97.83629) (xy 89.369104 97.832155) + (xy 89.362358 97.828597) (xy 89.355365 97.825616) (xy 89.348125 97.823211) (xy 89.340637 97.821384) + (xy 89.332902 97.820134) (xy 89.32492 97.819461) (xy 89.319461 97.819332) (xy 89.312888 97.819504) + (xy 89.306466 97.820018) (xy 89.300197 97.820874) (xy 89.294079 97.822073) (xy 89.288113 97.823615) + (xy 89.2823 97.825499) (xy 89.276638 97.827726) (xy 89.271129 97.830296) (xy 89.265771 97.833208) + (xy 89.260565 97.836463) (xy 89.257179 97.838823) (xy 89.250742 97.843753) (xy 89.244565 97.849089) + (xy 89.238649 97.854833) (xy 89.232992 97.860983) (xy 89.227596 97.867541) (xy 89.22246 97.874506) + (xy 89.21918 97.879375) (xy 89.216016 97.884425) (xy 89.212968 97.889656) (xy 89.210036 97.895068) + (xy 89.207219 97.900661) (xy 89.204517 97.906434) (xy 89.201931 97.912389) (xy 89.199497 97.918576) + (xy 89.197212 97.925086) (xy 89.195078 97.931917) (xy 89.193093 97.939069) (xy 89.191258 97.946544) + (xy 89.189574 97.95434) (xy 89.188039 97.962458) (xy 89.186654 97.970897) (xy 89.185419 97.979659) + (xy 89.184335 97.988741) (xy 89.1834 97.998146) (xy 89.182615 98.007873) (xy 89.18198 98.017921) + (xy 89.181495 98.028291) (xy 89.18116 98.038982) (xy 89.180975 98.049995) (xy 89.186108 98.042944) + (xy 89.191449 98.036243) (xy 89.196999 98.029892) (xy 89.202758 98.023892) (xy 89.208725 98.018242) + (xy 89.214901 98.012942) (xy 89.221286 98.007993) (xy 89.227879 98.003394) (xy 89.234681 97.999145) + (xy 89.241692 97.995247) (xy 89.246481 97.992842) (xy 89.253794 97.98949) (xy 89.261168 97.986468) + (xy 89.268604 97.983775) (xy 89.276102 97.981412) (xy 89.283662 97.979379) (xy 89.291283 97.977675) + (xy 89.298967 97.976301) (xy 89.306712 97.975257) (xy 89.314519 97.974543) (xy 89.322387 97.974158) + (xy 89.327668 97.974085) (xy 89.336868 97.974299) (xy 89.345894 97.974941) (xy 89.354747 97.976011) + (xy 89.363425 97.97751) (xy 89.371929 97.979437) (xy 89.380259 97.981792) (xy 89.388415 97.984575) + (xy 89.396398 97.987787) (xy 89.404206 97.991426) (xy 89.41184 97.995494) (xy 89.4193 97.99999) + (xy 89.426586 98.004914) (xy 89.433698 98.010267) (xy 89.440636 98.016047) (xy 89.4474 98.022256) + (xy 89.45399 98.028893) (xy 89.460308 98.035851) (xy 89.466218 98.04306) (xy 89.47172 98.050519) + (xy 89.476815 98.058229) (xy 89.481502 98.06619) (xy 89.485781 98.074402) (xy 89.489653 98.082864) + (xy 89.493118 98.091578) (xy 89.496175 98.100542) (xy 89.498824 98.109756) (xy 89.501066 98.119222) + (xy 89.5029 98.128938) (xy 89.504326 98.138904) (xy 89.505345 98.149122) (xy 89.505957 98.15959) + (xy 89.50616 98.170309) (xy 89.506064 98.177404) (xy 89.505776 98.184437) (xy 89.505295 98.191408) + (xy 89.504622 98.198318) (xy 89.503756 98.205165) (xy 89.502698 98.211951) (xy 89.501448 98.218675) + (xy 89.500005 98.225337) (xy 89.498371 98.231938) (xy 89.496543 98.238476) (xy 89.494524 98.244953) + (xy 89.492312 98.251367) (xy 89.489908 98.25772) (xy 89.487311 98.264012) (xy 89.484522 98.270241) + (xy 89.481541 98.276408) (xy 89.478409 98.282437) (xy 89.475134 98.288288) (xy 89.471714 98.29396) + (xy 89.46815 98.299453) (xy 89.464442 98.304767) (xy 89.460589 98.309903) (xy 89.456592 98.314861) + (xy 89.452451 98.319639) (xy 89.448166 98.32424) (xy 89.443736 98.328661) (xy 89.439163 98.332904) + (xy 89.434445 98.336968) (xy 89.429582 98.340854) (xy 89.424576 98.344561) (xy 89.419425 98.34809) + (xy 89.41413 98.35144) (xy 89.408736 98.354581) (xy 89.403251 98.357519) (xy 89.397676 98.360255) + (xy 89.39201 98.362788) (xy 89.386255 98.365118) (xy 89.380408 98.367246) (xy 89.374471 98.369171) + (xy 89.368444 98.370894) (xy 89.362326 98.372414) (xy 89.356118 98.373731) (xy 89.34982 98.374845) + (xy 89.343431 98.375757) (xy 89.336951 98.376467) (xy 89.330381 98.376973) (xy 89.323721 98.377277) + (xy 89.31697 98.377378) (xy 89.305508 98.377111) (xy 89.294315 98.376309) (xy 89.283389 98.374972) + (xy 89.272731 98.373101) (xy 89.262342 98.370695) (xy 89.25222 98.367754) (xy 89.242366 98.364279) + (xy 89.232779 98.360269) (xy 89.223461 98.355725) (xy 89.214411 98.350645) (xy 89.205628 98.345031) + (xy 89.197114 98.338883) (xy 89.188867 98.332199) (xy 89.180888 98.324981) (xy 89.173178 98.317229) + (xy 89.165735 98.308942) (xy 89.158654 98.300041) (xy 89.15203 98.290447) (xy 89.14889 98.285391) + (xy 89.145863 98.280161) (xy 89.142951 98.274758) (xy 89.140153 98.269182) (xy 89.13747 98.263433) + (xy 89.1349 98.25751) (xy 89.132445 98.251415) (xy 89.130103 98.245146) (xy 89.127877 98.238704) + (xy 89.125764 98.232089) (xy 89.123765 98.225301) (xy 89.121881 98.21834) (xy 89.120111 98.211205) + (xy 89.118455 98.203898) (xy 89.116913 98.196417) (xy 89.115486 98.188763) (xy 89.114172 98.180935) + (xy 89.112973 98.172935) (xy 89.111888 98.164762) (xy 89.110917 98.156415) (xy 89.110061 98.147895) + (xy 89.109319 98.139202) (xy 89.108691 98.130336) (xy 89.108177 98.121297) (xy 89.107777 98.112084) + (xy 89.107491 98.102699) (xy 89.10732 98.09314) (xy 89.107263 98.083408) (xy 89.107326 98.07252) + (xy 89.107515 98.061819) (xy 89.107831 98.051305) (xy 89.108273 98.040978) (xy 89.108841 98.030839) + (xy 89.109535 98.020887) (xy 89.110355 98.011121) (xy 89.111302 98.001544) (xy 89.112375 97.992153) + (xy 89.113574 97.98295) (xy 89.1149 97.973933) (xy 89.116351 97.965104) (xy 89.117929 97.956462) + (xy 89.119633 97.948008) (xy 89.121463 97.93974) (xy 89.12342 97.93166) (xy 89.125502 97.923767) + (xy 89.127711 97.916061) (xy 89.130046 97.908542) (xy 89.132508 97.90121) (xy 89.135095 97.894066) + (xy 89.137809 97.887109) (xy 89.140649 97.880339) (xy 89.143615 97.873756) (xy 89.146708 97.86736) + (xy 89.149927 97.861152) (xy 89.153272 97.85513) (xy 89.156743 97.849296) (xy 89.16034 97.84365) + (xy 89.164064 97.83819) (xy 89.167914 97.832917) (xy 89.17189 97.827832) (xy 89.179096 97.819421) + (xy 89.186608 97.811552) (xy 89.194428 97.804226) (xy 89.202554 97.797442) (xy 89.210988 97.791201) + (xy 89.219728 97.785503) (xy 89.228775 97.780348) (xy 89.238128 97.775735) (xy 89.247789 97.771665) + (xy 89.257756 97.768138) (xy 89.26803 97.765153) (xy 89.278612 97.762711) (xy 89.289499 97.760811) + (xy 89.300694 97.759455) (xy 89.312196 97.758641) (xy 89.318062 97.758437) (xy 89.324004 97.758369) + (xy 89.332824 97.758529) (xy 89.341441 97.759008) (xy 89.349855 97.759807) (xy 89.358067 97.760925) + (xy 89.366076 97.762362) (xy 89.373882 97.764119) (xy 89.381486 97.766195) (xy 89.388887 97.768591) + (xy 89.396086 97.771306) (xy 89.403082 97.774341) (xy 89.409875 97.777694) (xy 89.416465 97.781368) + (xy 89.422853 97.785361) (xy 89.429038 97.789673) (xy 89.435021 97.794305) (xy 89.440801 97.799256) + (xy 89.446355 97.80447) (xy 89.451625 97.809928) (xy 89.456609 97.81563) (xy 89.461308 97.821576) + (xy 89.465722 97.827766) (xy 89.469851 97.8342) (xy 89.473695 97.840877) (xy 89.477254 97.847799) + (xy 89.480528 97.854964) (xy 89.483517 97.862373) (xy 89.48622 97.870026) (xy 89.488639 97.877923) + (xy 89.490773 97.886064) (xy 89.492621 97.894448) (xy 89.494184 97.903077) ) (pts - (xy 86.859404 99.603446) (xy 86.866711 99.603303) (xy 86.873959 99.602875) (xy 86.881147 99.60216) - (xy 86.888276 99.601159) (xy 86.895346 99.599872) (xy 86.902356 99.5983) (xy 86.909308 99.596441) - (xy 86.9162 99.594296) (xy 86.923033 99.591866) (xy 86.929806 99.58915) (xy 86.934289 99.58718) - (xy 86.940844 99.584017) (xy 86.9471 99.580627) (xy 86.953058 99.57701) (xy 86.958716 99.573166) - (xy 86.964076 99.569096) (xy 86.969137 99.5648) (xy 86.973899 99.560276) (xy 86.978363 99.555526) - (xy 86.982527 99.550549) (xy 86.986393 99.545346) (xy 86.988804 99.541751) (xy 86.99213 99.536229) - (xy 86.995129 99.530657) (xy 86.997801 99.525032) (xy 87.000145 99.519357) (xy 87.002163 99.513629) - (xy 87.003853 99.507851) (xy 87.005216 99.50202) (xy 87.006252 99.496138) (xy 87.006961 99.490205) - (xy 87.007343 99.48422) (xy 87.007415 99.480201) (xy 87.007075 99.471523) (xy 87.006055 99.463075) - (xy 87.004355 99.454855) (xy 87.001975 99.446865) (xy 86.998915 99.439104) (xy 86.995174 99.431572) - (xy 86.990754 99.424269) (xy 86.985653 99.417196) (xy 86.981875 99.412608) (xy 86.977795 99.408122) - (xy 86.973412 99.403737) (xy 86.968727 99.399455) (xy 86.963783 99.395356) (xy 86.95862 99.391521) - (xy 86.95324 99.38795) (xy 86.947643 99.384645) (xy 86.941828 99.381603) (xy 86.935796 99.378826) - (xy 86.929546 99.376314) (xy 86.923078 99.374066) (xy 86.916393 99.372082) (xy 86.909491 99.370363) - (xy 86.902371 99.368909) (xy 86.895033 99.367718) (xy 86.887478 99.366793) (xy 86.879705 99.366132) - (xy 86.871715 99.365735) (xy 86.863508 99.365603) (xy 86.855627 99.365733) (xy 86.847958 99.366125) - (xy 86.8405 99.366777) (xy 86.833255 99.367691) (xy 86.826221 99.368866) (xy 86.8194 99.370301) - (xy 86.81279 99.371998) (xy 86.806391 99.373956) (xy 86.800205 99.376175) (xy 86.79423 99.378654) - (xy 86.788468 99.381395) (xy 86.782917 99.384397) (xy 86.777577 99.38766) (xy 86.77245 99.391184) - (xy 86.767534 99.394969) (xy 86.762831 99.399015) (xy 86.758376 99.403259) (xy 86.75421 99.407638) - (xy 86.75033 99.412153) (xy 86.746738 99.416802) (xy 86.741889 99.42403) (xy 86.737686 99.431561) - (xy 86.73413 99.439396) (xy 86.73122 99.447536) (xy 86.728957 99.455979) (xy 86.727808 99.461777) - (xy 86.726946 99.467709) (xy 86.726371 99.473777) (xy 86.726084 99.47998) (xy 86.726048 99.483132) - (xy 86.726191 99.489356) (xy 86.726622 99.495461) (xy 86.727341 99.501446) (xy 86.728347 99.507312) - (xy 86.72964 99.51306) (xy 86.732118 99.521458) (xy 86.735243 99.529587) (xy 86.739015 99.537449) - (xy 86.743433 99.545043) (xy 86.746738 99.549957) (xy 86.75033 99.554752) (xy 86.75421 99.559428) - (xy 86.758376 99.563984) (xy 86.762831 99.568422) (xy 86.767518 99.572663) (xy 86.772386 99.576631) - (xy 86.777433 99.580325) (xy 86.78266 99.583745) (xy 86.788067 99.586892) (xy 86.793653 99.589765) - (xy 86.79942 99.592364) (xy 86.805366 99.59469) (xy 86.811491 99.596743) (xy 86.817797 99.598521) - (xy 86.824282 99.600026) (xy 86.830947 99.601257) (xy 86.837792 99.602215) (xy 86.844816 99.602899) - (xy 86.85202 99.60331) + (xy 89.192553 98.168404) (xy 89.192696 98.175711) (xy 89.193124 98.182959) (xy 89.193839 98.190147) + (xy 89.19484 98.197276) (xy 89.196127 98.204346) (xy 89.197699 98.211356) (xy 89.199558 98.218308) + (xy 89.201703 98.2252) (xy 89.204133 98.232033) (xy 89.206849 98.238806) (xy 89.208819 98.243289) + (xy 89.211982 98.249844) (xy 89.215372 98.2561) (xy 89.218989 98.262058) (xy 89.222833 98.267716) + (xy 89.226903 98.273076) (xy 89.231199 98.278137) (xy 89.235723 98.282899) (xy 89.240473 98.287363) + (xy 89.24545 98.291527) (xy 89.250653 98.295393) (xy 89.254248 98.297804) (xy 89.25977 98.30113) + (xy 89.265342 98.304129) (xy 89.270967 98.306801) (xy 89.276642 98.309145) (xy 89.28237 98.311163) + (xy 89.288148 98.312853) (xy 89.293979 98.314216) (xy 89.299861 98.315252) (xy 89.305794 98.315961) + (xy 89.311779 98.316343) (xy 89.315798 98.316415) (xy 89.324476 98.316075) (xy 89.332924 98.315055) + (xy 89.341144 98.313355) (xy 89.349134 98.310975) (xy 89.356895 98.307915) (xy 89.364427 98.304174) + (xy 89.37173 98.299754) (xy 89.378803 98.294653) (xy 89.383391 98.290875) (xy 89.387877 98.286795) + (xy 89.392262 98.282412) (xy 89.396544 98.277727) (xy 89.400643 98.272783) (xy 89.404478 98.26762) + (xy 89.408049 98.26224) (xy 89.411354 98.256643) (xy 89.414396 98.250828) (xy 89.417173 98.244796) + (xy 89.419685 98.238546) (xy 89.421933 98.232078) (xy 89.423917 98.225393) (xy 89.425636 98.218491) + (xy 89.42709 98.211371) (xy 89.428281 98.204033) (xy 89.429206 98.196478) (xy 89.429867 98.188705) + (xy 89.430264 98.180715) (xy 89.430396 98.172508) (xy 89.430266 98.164627) (xy 89.429874 98.156958) + (xy 89.429222 98.1495) (xy 89.428308 98.142255) (xy 89.427133 98.135221) (xy 89.425698 98.1284) + (xy 89.424001 98.12179) (xy 89.422043 98.115391) (xy 89.419824 98.109205) (xy 89.417345 98.10323) + (xy 89.414604 98.097468) (xy 89.411602 98.091917) (xy 89.408339 98.086577) (xy 89.404815 98.08145) + (xy 89.40103 98.076534) (xy 89.396984 98.071831) (xy 89.39274 98.067376) (xy 89.388361 98.06321) + (xy 89.383846 98.05933) (xy 89.379197 98.055738) (xy 89.371969 98.050889) (xy 89.364438 98.046686) + (xy 89.356603 98.04313) (xy 89.348463 98.04022) (xy 89.34002 98.037957) (xy 89.334222 98.036808) + (xy 89.32829 98.035946) (xy 89.322222 98.035371) (xy 89.316019 98.035084) (xy 89.312867 98.035048) + (xy 89.306643 98.035191) (xy 89.300538 98.035622) (xy 89.294553 98.036341) (xy 89.288687 98.037347) + (xy 89.282939 98.03864) (xy 89.274541 98.041118) (xy 89.266412 98.044243) (xy 89.25855 98.048015) + (xy 89.250956 98.052433) (xy 89.246042 98.055738) (xy 89.241247 98.05933) (xy 89.236571 98.06321) + (xy 89.232015 98.067376) (xy 89.227577 98.071831) (xy 89.223336 98.076518) (xy 89.219368 98.081386) + (xy 89.215674 98.086433) (xy 89.212254 98.09166) (xy 89.209107 98.097067) (xy 89.206234 98.102653) + (xy 89.203635 98.10842) (xy 89.201309 98.114366) (xy 89.199256 98.120491) (xy 89.197478 98.126797) + (xy 89.195973 98.133282) (xy 89.194742 98.139947) (xy 89.193784 98.146792) (xy 89.1931 98.153816) + (xy 89.192689 98.16102) ) ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 6ab45860-c8d9-4b62-8a10-b7352a416622) ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 16feabac-a626-4b24-9c59-a430bdf140b2) ) @@ -8310,10 +5976,10 @@ (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2dc48502-7d38-4df9-bf19-e1bf73a40174)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 51127a29-102c-4e9b-9d1d-31a70a297b10)) - (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 49 "Net-(U2-PA3)") (pintype "passive") (tstamp f300b82b-0df8-455c-a803-6a8dfcd8e2fb)) - (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 21 "GPIO18") (pintype "passive") (tstamp 0a44b25b-8026-4661-b967-89c07f8215a6)) + (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 45 "Net-(U2-PA3)") (pintype "passive") (tstamp f300b82b-0df8-455c-a803-6a8dfcd8e2fb)) + (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 17 "GPIO18") (pintype "passive") (tstamp 0a44b25b-8026-4661-b967-89c07f8215a6)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -8326,7 +5992,7 @@ (at 72.295 93.95) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -8537,7 +6203,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0.845 1.38) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0.845 1.38) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 11db0ec9-b735-4250-a1d9-851756a58833) ) @@ -8566,9 +6232,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 31392918-bbfa-4d16-aa46-3ea59abd87fb)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 23 "GPIO22") (pintype "passive") (tstamp 8c6beaa0-b91e-453f-a407-882a4f8271f9)) + (net 19 "GPIO22") (pintype "passive") (tstamp 8c6beaa0-b91e-453f-a407-882a4f8271f9)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "Net-(U2-PC10)") (pintype "passive") (tstamp 6e69ca9d-1519-44d2-b1da-4b1419830850)) + (net 54 "Net-(U2-PC10)") (pintype "passive") (tstamp 6e69ca9d-1519-44d2-b1da-4b1419830850)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -8784,9 +6450,9 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6200f44c-c61e-4f54-8634-5e01ddb284a5)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 91 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp d75f7e51-925e-41b4-9022-456e4061c834)) + (net 87 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp d75f7e51-925e-41b4-9022-456e4061c834)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 16 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp 7f1c4236-ec37-4acb-88df-ca5d9db24d93)) + (net 12 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp 7f1c4236-ec37-4acb-88df-ca5d9db24d93)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "power_in") (tstamp ca2db9dd-b528-42db-852d-62518789b7bf)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -8803,7 +6469,8 @@ (at 110.88 90.21 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "power.kicad_sch") (property "Sheetname" "power") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -9043,7 +6710,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 4c5f2962-22b1-479f-abd3-3cf30c6ce7c0) ) @@ -9068,7 +6735,7 @@ (fp_line (start 0.8 0.4) (end -0.8 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d5c5cbfb-f4a2-4f5f-ba4a-5f7bd1aabfd6)) (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 43 "+5V") (pintype "passive") (tstamp 294a9aa5-a378-426b-bcb2-2de966526fc7)) + (net 39 "+5V") (pintype "passive") (tstamp 294a9aa5-a378-426b-bcb2-2de966526fc7)) (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp d0855b33-e622-48db-9f10-202afb38f084)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" @@ -9083,7 +6750,8 @@ (at 99.005 114.83 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -9221,7 +6889,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 2d437b93-d9e8-45a7-8275-05cb6c1857af) ) @@ -9456,137 +7124,137 @@ (pad "1" smd roundrect (at -3.8875 -3.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VBAT") (pintype "power_in") (tstamp 15080947-67ed-4b69-9629-74030fe34ae6)) (pad "2" smd roundrect (at -3.8875 -2.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 54 "Net-(U2-PC13)") (pinfunction "PC13") (pintype "bidirectional") (tstamp ba43ae44-2abd-4a50-9ed3-7292e36fc6de)) + (net 50 "Net-(U2-PC13)") (pinfunction "PC13") (pintype "bidirectional") (tstamp ba43ae44-2abd-4a50-9ed3-7292e36fc6de)) (pad "3" smd roundrect (at -3.8875 -2.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 55 "Net-(U2-PC14)") (pinfunction "PC14") (pintype "bidirectional") (tstamp 9cb5caa8-a90f-49d7-86dc-30d5d58de621)) + (net 51 "Net-(U2-PC14)") (pinfunction "PC14") (pintype "bidirectional") (tstamp 9cb5caa8-a90f-49d7-86dc-30d5d58de621)) (pad "4" smd roundrect (at -3.8875 -2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 56 "Net-(U2-PC15)") (pinfunction "PC15") (pintype "bidirectional") (tstamp 825cd690-8ec1-4464-bf31-feafddba6e0d)) + (net 52 "Net-(U2-PC15)") (pinfunction "PC15") (pintype "bidirectional") (tstamp 825cd690-8ec1-4464-bf31-feafddba6e0d)) (pad "5" smd roundrect (at -3.8875 -1.6 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 90 "Net-(U2-PH3)") (pinfunction "PH3") (pintype "bidirectional") (tstamp 407a16b1-1b3f-4921-8652-05dba6ade425)) + (net 86 "Net-(U2-PH3)") (pinfunction "PH3") (pintype "bidirectional") (tstamp 407a16b1-1b3f-4921-8652-05dba6ade425)) (pad "6" smd roundrect (at -3.8875 -1.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "GPIO12") (pinfunction "PB8") (pintype "bidirectional") (tstamp 95721628-34ef-44e7-80ed-653f455ab80a)) + (net 32 "GPIO12") (pinfunction "PB8") (pintype "bidirectional") (tstamp 95721628-34ef-44e7-80ed-653f455ab80a)) (pad "7" smd roundrect (at -3.8875 -0.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 63 "unconnected-(U2-PB9-Pad7)") (pinfunction "PB9") (pintype "bidirectional") (tstamp 013d7ba3-7a66-4d89-8e4b-0c8ea936105a)) + (net 59 "unconnected-(U2-PB9-Pad7)") (pinfunction "PB9") (pintype "bidirectional") (tstamp 013d7ba3-7a66-4d89-8e4b-0c8ea936105a)) (pad "8" smd roundrect (at -3.8875 -0.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 88 "Net-(U2-NRST)") (pinfunction "NRST") (pintype "input") (tstamp 069d7b84-a19b-4432-9e71-8a5b0fe2cad1)) + (net 84 "Net-(U2-NRST)") (pinfunction "NRST") (pintype "input") (tstamp 069d7b84-a19b-4432-9e71-8a5b0fe2cad1)) (pad "9" smd roundrect (at -3.8875 0 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 64 "unconnected-(U2-PC0-Pad9)") (pinfunction "PC0") (pintype "bidirectional") (tstamp 09c5f7df-a1d9-44fc-b8a8-59b533e69b7e)) + (net 60 "unconnected-(U2-PC0-Pad9)") (pinfunction "PC0") (pintype "bidirectional") (tstamp 09c5f7df-a1d9-44fc-b8a8-59b533e69b7e)) (pad "10" smd roundrect (at -3.8875 0.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 65 "unconnected-(U2-PC1-Pad10)") (pinfunction "PC1") (pintype "bidirectional") (tstamp bf7c4f27-8296-49c7-ab48-5e0bbfaddf09)) + (net 61 "unconnected-(U2-PC1-Pad10)") (pinfunction "PC1") (pintype "bidirectional") (tstamp bf7c4f27-8296-49c7-ab48-5e0bbfaddf09)) (pad "11" smd roundrect (at -3.8875 0.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 66 "unconnected-(U2-PC2-Pad11)") (pinfunction "PC2") (pintype "bidirectional") (tstamp f4d0a0bc-29ef-4be6-9aa2-af1c21d1e594)) + (net 62 "unconnected-(U2-PC2-Pad11)") (pinfunction "PC2") (pintype "bidirectional") (tstamp f4d0a0bc-29ef-4be6-9aa2-af1c21d1e594)) (pad "12" smd roundrect (at -3.8875 1.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 67 "unconnected-(U2-PC3-Pad12)") (pinfunction "PC3") (pintype "bidirectional") (tstamp e54761af-81f9-4ce5-b8d4-8bf32949ecf4)) + (net 63 "unconnected-(U2-PC3-Pad12)") (pinfunction "PC3") (pintype "bidirectional") (tstamp e54761af-81f9-4ce5-b8d4-8bf32949ecf4)) (pad "13" smd roundrect (at -3.8875 1.6 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 68 "unconnected-(U2-VREF+-Pad13)") (pinfunction "VREF+") (pintype "input") (tstamp 66bd4d56-8c1b-49d9-af47-a34efa58cbbf)) + (net 64 "unconnected-(U2-VREF+-Pad13)") (pinfunction "VREF+") (pintype "input") (tstamp 66bd4d56-8c1b-49d9-af47-a34efa58cbbf)) (pad "14" smd roundrect (at -3.8875 2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDDA") (pintype "power_in") (tstamp f0f10300-d754-4cb5-b6da-90ebcfcaae9f)) (pad "15" smd roundrect (at -3.8875 2.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 50 "Net-(U2-PA0)") (pinfunction "PA0") (pintype "bidirectional") (tstamp 0b00d137-165b-475f-9670-a5c8f4e79ae4)) + (net 46 "Net-(U2-PA0)") (pinfunction "PA0") (pintype "bidirectional") (tstamp 0b00d137-165b-475f-9670-a5c8f4e79ae4)) (pad "16" smd roundrect (at -3.8875 2.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 51 "Net-(U2-PA1)") (pinfunction "PA1") (pintype "bidirectional") (tstamp ef6eefe4-838c-490e-807c-b1d8e4f9974f)) + (net 47 "Net-(U2-PA1)") (pinfunction "PA1") (pintype "bidirectional") (tstamp ef6eefe4-838c-490e-807c-b1d8e4f9974f)) (pad "17" smd roundrect (at -3.8875 3.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 52 "Net-(U2-PA2)") (pinfunction "PA2") (pintype "bidirectional") (tstamp ffe26f6d-c1a9-4219-94c6-8e82aa9f234b)) + (net 48 "Net-(U2-PA2)") (pinfunction "PA2") (pintype "bidirectional") (tstamp ffe26f6d-c1a9-4219-94c6-8e82aa9f234b)) (pad "18" smd roundrect (at -3.2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 49 "Net-(U2-PA3)") (pinfunction "PA3") (pintype "bidirectional") (tstamp 608e0e94-9f30-43e2-a85e-47d73f7249c8)) + (net 45 "Net-(U2-PA3)") (pinfunction "PA3") (pintype "bidirectional") (tstamp 608e0e94-9f30-43e2-a85e-47d73f7249c8)) (pad "19" smd roundrect (at -2.8 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 30 "CE0") (pinfunction "PA4") (pintype "bidirectional") (tstamp 025ae7a5-f215-474d-8e03-adf31ea74018)) + (net 26 "CE0") (pinfunction "PA4") (pintype "bidirectional") (tstamp 025ae7a5-f215-474d-8e03-adf31ea74018)) (pad "20" smd roundrect (at -2.4 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 29 "SCLK") (pinfunction "PA5") (pintype "bidirectional") (tstamp e001dd2f-2c34-4d33-8542-45eab11f22a5)) + (net 25 "SCLK") (pinfunction "PA5") (pintype "bidirectional") (tstamp e001dd2f-2c34-4d33-8542-45eab11f22a5)) (pad "21" smd roundrect (at -2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 27 "MISO") (pinfunction "PA6") (pintype "bidirectional") (tstamp 99fa9c69-f615-4dfc-912c-f2b34bb8afa5)) + (net 23 "MISO") (pinfunction "PA6") (pintype "bidirectional") (tstamp 99fa9c69-f615-4dfc-912c-f2b34bb8afa5)) (pad "22" smd roundrect (at -1.6 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 26 "MOSI") (pinfunction "PA7") (pintype "bidirectional") (tstamp 40d9d039-79d3-4172-942b-c7047915aff7)) + (net 22 "MOSI") (pinfunction "PA7") (pintype "bidirectional") (tstamp 40d9d039-79d3-4172-942b-c7047915aff7)) (pad "23" smd roundrect (at -1.2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "GPIO19") (pinfunction "PA8") (pintype "bidirectional") (tstamp bf4f8eb0-f936-4cbb-9794-716c87c09c51)) + (net 34 "GPIO19") (pinfunction "PA8") (pintype "bidirectional") (tstamp bf4f8eb0-f936-4cbb-9794-716c87c09c51)) (pad "24" smd roundrect (at -0.8 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 18 "TX") (pinfunction "PA9") (pintype "bidirectional") (tstamp e70d6a00-0386-4fe4-9ea4-2d4acbbfca12)) + (net 14 "TX") (pinfunction "PA9") (pintype "bidirectional") (tstamp e70d6a00-0386-4fe4-9ea4-2d4acbbfca12)) (pad "25" smd roundrect (at -0.4 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 69 "unconnected-(U2-PC4-Pad25)") (pinfunction "PC4") (pintype "bidirectional") (tstamp ffb926df-93d4-48c9-8f09-1896175f2821)) + (net 65 "unconnected-(U2-PC4-Pad25)") (pinfunction "PC4") (pintype "bidirectional") (tstamp ffb926df-93d4-48c9-8f09-1896175f2821)) (pad "26" smd roundrect (at 0 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 60 "Net-(U2-PC5)") (pinfunction "PC5") (pintype "bidirectional") (tstamp ab53b9ad-25aa-4d89-9b90-cd410e2b47a4)) + (net 56 "Net-(U2-PC5)") (pinfunction "PC5") (pintype "bidirectional") (tstamp ab53b9ad-25aa-4d89-9b90-cd410e2b47a4)) (pad "27" smd roundrect (at 0.4 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 31 "GPIO7") (pinfunction "PB2") (pintype "bidirectional") (tstamp f065ce5e-1012-4add-bbc1-ea80103510fd)) + (net 27 "GPIO7") (pinfunction "PB2") (pintype "bidirectional") (tstamp f065ce5e-1012-4add-bbc1-ea80103510fd)) (pad "28" smd roundrect (at 0.8 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "GPIO16") (pinfunction "PB10") (pintype "bidirectional") (tstamp 4125cabe-37b9-4a2f-9a07-bc678c46bba2)) + (net 35 "GPIO16") (pinfunction "PB10") (pintype "bidirectional") (tstamp 4125cabe-37b9-4a2f-9a07-bc678c46bba2)) (pad "29" smd roundrect (at 1.2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 70 "unconnected-(U2-PB11-Pad29)") (pinfunction "PB11") (pintype "bidirectional") (tstamp 40b0c092-cc5a-4095-bdf3-4b3c61863b90)) + (net 66 "unconnected-(U2-PB11-Pad29)") (pinfunction "PB11") (pintype "bidirectional") (tstamp 40b0c092-cc5a-4095-bdf3-4b3c61863b90)) (pad "30" smd roundrect (at 1.6 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp 45c8c6d5-855b-4f6c-949d-35640de01d8b)) (pad "31" smd roundrect (at 2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 10 "Net-(U2-RF1)") (pinfunction "RF1") (pintype "bidirectional") (tstamp 383272af-ead7-4c63-ab79-5a25449413f0)) + (net 93 "/Microcontroller/Ant_62Ohm") (pinfunction "RF1") (pintype "bidirectional") (tstamp 383272af-ead7-4c63-ab79-5a25449413f0)) (pad "32" smd roundrect (at 2.4 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "VSSRF") (pintype "power_in") (tstamp 7d4d2725-41d9-4c67-ab0b-783bbeb4fdc3)) (pad "33" smd roundrect (at 2.8 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDDRF") (pintype "power_in") (tstamp eed672e9-d923-409b-8157-d0a6a5a474d8)) (pad "34" smd roundrect (at 3.2 3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 71 "Net-(U2-OSC_OUT)") (pinfunction "OSC_OUT") (pintype "input") (tstamp 244bee5a-2873-45ab-8f12-f54dd7003c7d)) + (net 67 "Net-(U2-OSC_OUT)") (pinfunction "OSC_OUT") (pintype "input") (tstamp 244bee5a-2873-45ab-8f12-f54dd7003c7d)) (pad "35" smd roundrect (at 3.8875 3.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 72 "Net-(U2-OSC_IN)") (pinfunction "OSC_IN") (pintype "input") (tstamp c626188c-4c93-4c52-8d46-8976b598ddd0)) + (net 68 "Net-(U2-OSC_IN)") (pinfunction "OSC_IN") (pintype "input") (tstamp c626188c-4c93-4c52-8d46-8976b598ddd0)) (pad "36" smd roundrect (at 3.8875 2.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 73 "unconnected-(U2-AT0-Pad36)") (pinfunction "AT0") (pintype "no_connect") (tstamp 52c336f1-1db7-419c-9ae0-4d3823ed9d90)) + (net 69 "unconnected-(U2-AT0-Pad36)") (pinfunction "AT0") (pintype "no_connect") (tstamp 52c336f1-1db7-419c-9ae0-4d3823ed9d90)) (pad "37" smd roundrect (at 3.8875 2.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 74 "unconnected-(U2-AT1-Pad37)") (pinfunction "AT1") (pintype "no_connect") (tstamp 82f7fd46-c9a3-456e-9112-eb579b35d6d2)) + (net 70 "unconnected-(U2-AT1-Pad37)") (pinfunction "AT1") (pintype "no_connect") (tstamp 82f7fd46-c9a3-456e-9112-eb579b35d6d2)) (pad "38" smd roundrect (at 3.8875 2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 34 "GPIO5") (pinfunction "PB0") (pintype "bidirectional") (tstamp 060d85fd-6b3c-4a5e-89f9-19943015d248)) + (net 30 "GPIO5") (pinfunction "PB0") (pintype "bidirectional") (tstamp 060d85fd-6b3c-4a5e-89f9-19943015d248)) (pad "39" smd roundrect (at 3.8875 1.6 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 35 "GPIO6") (pinfunction "PB1") (pintype "bidirectional") (tstamp 2a6ba303-af1a-436c-bbdf-c29d8274deae)) + (net 31 "GPIO6") (pinfunction "PB1") (pintype "bidirectional") (tstamp 2a6ba303-af1a-436c-bbdf-c29d8274deae)) (pad "40" smd roundrect (at 3.8875 1.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 75 "unconnected-(U2-PE4-Pad40)") (pinfunction "PE4") (pintype "bidirectional") (tstamp 5d94902f-9227-4b8f-a8fc-4307bdef5b70)) + (net 71 "unconnected-(U2-PE4-Pad40)") (pinfunction "PE4") (pintype "bidirectional") (tstamp 5d94902f-9227-4b8f-a8fc-4307bdef5b70)) (pad "41" smd roundrect (at 3.8875 0.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "+3V3") (pinfunction "VFBSMPS") (pintype "input") (tstamp 3533bc98-2d4e-4525-a7fd-ab3fac408d43)) + (net 94 "Net-(U2-VFBSMPS)") (pinfunction "VFBSMPS") (pintype "input") (tstamp 3533bc98-2d4e-4525-a7fd-ab3fac408d43)) (pad "42" smd roundrect (at 3.8875 0.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "VSSSMPS") (pintype "power_in") (zone_connect 2) (tstamp f38d63db-258c-4794-975f-26595f200277)) (pad "43" smd roundrect (at 3.8875 0 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "+3V3") (pinfunction "VLXSMPS") (pintype "power_in") (tstamp 4a5ec53f-5c9d-4bc7-adf1-acdc72f39a57)) + (net 95 "Net-(U2-VLXSMPS)") (pinfunction "VLXSMPS") (pintype "power_in") (tstamp 4a5ec53f-5c9d-4bc7-adf1-acdc72f39a57)) (pad "44" smd roundrect (at 3.8875 -0.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDDSMPS") (pintype "power_in") (tstamp b4ed45b6-c453-4fbd-9bfb-3123df777526)) (pad "45" smd roundrect (at 3.8875 -0.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp 7913e25f-c93d-48c1-9ded-5fb361c0c91f)) (pad "46" smd roundrect (at 3.8875 -1.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 76 "unconnected-(U2-PB12-Pad46)") (pinfunction "PB12") (pintype "bidirectional") (tstamp 3ec061f7-f28a-4394-8b8a-b63e5c7a31ee)) + (net 72 "unconnected-(U2-PB12-Pad46)") (pinfunction "PB12") (pintype "bidirectional") (tstamp 3ec061f7-f28a-4394-8b8a-b63e5c7a31ee)) (pad "47" smd roundrect (at 3.8875 -1.6 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 77 "unconnected-(U2-PB13-Pad47)") (pinfunction "PB13") (pintype "bidirectional") (tstamp c3704a6c-407f-4815-80ba-021f5ad29bc4)) + (net 73 "unconnected-(U2-PB13-Pad47)") (pinfunction "PB13") (pintype "bidirectional") (tstamp c3704a6c-407f-4815-80ba-021f5ad29bc4)) (pad "48" smd roundrect (at 3.8875 -2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 78 "unconnected-(U2-PB14-Pad48)") (pinfunction "PB14") (pintype "bidirectional") (tstamp d00d76de-e1f9-45cd-91d4-31f7b91a689b)) + (net 74 "unconnected-(U2-PB14-Pad48)") (pinfunction "PB14") (pintype "bidirectional") (tstamp d00d76de-e1f9-45cd-91d4-31f7b91a689b)) (pad "49" smd roundrect (at 3.8875 -2.4 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 79 "unconnected-(U2-PB15-Pad49)") (pinfunction "PB15") (pintype "bidirectional") (tstamp 19ed47ea-a008-4314-a6c7-b0b0d4cfc5e8)) + (net 75 "unconnected-(U2-PB15-Pad49)") (pinfunction "PB15") (pintype "bidirectional") (tstamp 19ed47ea-a008-4314-a6c7-b0b0d4cfc5e8)) (pad "50" smd roundrect (at 3.8875 -2.8 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 59 "Net-(U2-PC6)") (pinfunction "PC6") (pintype "bidirectional") (tstamp cc67c25c-848c-4e2a-b4cd-394a92923a29)) + (net 55 "Net-(U2-PC6)") (pinfunction "PC6") (pintype "bidirectional") (tstamp cc67c25c-848c-4e2a-b4cd-394a92923a29)) (pad "51" smd roundrect (at 3.8875 -3.2 270) (size 0.925 0.25) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 19 "RX") (pinfunction "PA10") (pintype "bidirectional") (tstamp 8635c0c3-885a-42b4-bce6-bb9adc6b9cb6)) + (net 15 "RX") (pinfunction "PA10") (pintype "bidirectional") (tstamp 8635c0c3-885a-42b4-bce6-bb9adc6b9cb6)) (pad "52" smd roundrect (at 3.2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 62 "Net-(U2-PA11)") (pinfunction "PA11") (pintype "bidirectional") (tstamp 7b8a17a6-0133-48d6-aaf5-3e2a62ff7692)) + (net 58 "Net-(U2-PA11)") (pinfunction "PA11") (pintype "bidirectional") (tstamp 7b8a17a6-0133-48d6-aaf5-3e2a62ff7692)) (pad "53" smd roundrect (at 2.8 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 61 "Net-(U2-PA12)") (pinfunction "PA12") (pintype "bidirectional") (tstamp 70af0cba-d77e-4ae6-8873-2df4e6ced712)) + (net 57 "Net-(U2-PA12)") (pinfunction "PA12") (pintype "bidirectional") (tstamp 70af0cba-d77e-4ae6-8873-2df4e6ced712)) (pad "54" smd roundrect (at 2.4 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 80 "unconnected-(U2-PA13-Pad54)") (pinfunction "PA13") (pintype "bidirectional") (tstamp 49328b95-42e7-40c9-8b01-2dfc2d0a7417)) + (net 76 "unconnected-(U2-PA13-Pad54)") (pinfunction "PA13") (pintype "bidirectional") (tstamp 49328b95-42e7-40c9-8b01-2dfc2d0a7417)) (pad "55" smd roundrect (at 2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDDUSB") (pintype "power_in") (tstamp 1938b46c-7c6a-4f96-8574-c35865ea4d49)) (pad "56" smd roundrect (at 1.6 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 81 "unconnected-(U2-PA14-Pad56)") (pinfunction "PA14") (pintype "bidirectional") (tstamp c5d3f9fa-3885-4ac8-8aa0-739fe6f344ae)) + (net 77 "unconnected-(U2-PA14-Pad56)") (pinfunction "PA14") (pintype "bidirectional") (tstamp c5d3f9fa-3885-4ac8-8aa0-739fe6f344ae)) (pad "57" smd roundrect (at 1.2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 82 "unconnected-(U2-PA15-Pad57)") (pinfunction "PA15") (pintype "bidirectional") (tstamp 68f73a22-52b6-4f09-a611-7b029ee3d03a)) + (net 78 "unconnected-(U2-PA15-Pad57)") (pinfunction "PA15") (pintype "bidirectional") (tstamp 68f73a22-52b6-4f09-a611-7b029ee3d03a)) (pad "58" smd roundrect (at 0.8 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 58 "Net-(U2-PC10)") (pinfunction "PC10") (pintype "bidirectional") (tstamp 8e333f34-47fd-4650-806d-1a7cb7a0ab7c)) + (net 54 "Net-(U2-PC10)") (pinfunction "PC10") (pintype "bidirectional") (tstamp 8e333f34-47fd-4650-806d-1a7cb7a0ab7c)) (pad "59" smd roundrect (at 0.4 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 57 "Net-(U2-PC11)") (pinfunction "PC11") (pintype "bidirectional") (tstamp 41d1543a-490a-4730-9ff3-a274659f0f98)) + (net 53 "Net-(U2-PC11)") (pinfunction "PC11") (pintype "bidirectional") (tstamp 41d1543a-490a-4730-9ff3-a274659f0f98)) (pad "60" smd roundrect (at 0 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 53 "Net-(U2-PC12)") (pinfunction "PC12") (pintype "bidirectional") (tstamp 312dd4c8-2fb9-4c9c-be68-a4bb67418aa4)) + (net 49 "Net-(U2-PC12)") (pinfunction "PC12") (pintype "bidirectional") (tstamp 312dd4c8-2fb9-4c9c-be68-a4bb67418aa4)) (pad "61" smd roundrect (at -0.4 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 83 "unconnected-(U2-PD0-Pad61)") (pinfunction "PD0") (pintype "bidirectional") (tstamp 6be0ac3e-6025-4850-9c73-f8de95975992)) + (net 79 "unconnected-(U2-PD0-Pad61)") (pinfunction "PD0") (pintype "bidirectional") (tstamp 6be0ac3e-6025-4850-9c73-f8de95975992)) (pad "62" smd roundrect (at -0.8 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 84 "unconnected-(U2-PD1-Pad62)") (pinfunction "PD1") (pintype "bidirectional") (tstamp 376b5726-145e-415d-960e-be621b98fd74)) + (net 80 "unconnected-(U2-PD1-Pad62)") (pinfunction "PD1") (pintype "bidirectional") (tstamp 376b5726-145e-415d-960e-be621b98fd74)) (pad "63" smd roundrect (at -1.2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 98 "Net-(U2-PB3)") (pinfunction "PB3") (pintype "bidirectional") (tstamp 1770bcb9-fdf1-4006-8b62-6033c79bd236)) + (net 91 "Net-(U2-PB3)") (pinfunction "PB3") (pintype "bidirectional") (tstamp 1770bcb9-fdf1-4006-8b62-6033c79bd236)) (pad "64" smd roundrect (at -1.6 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 86 "unconnected-(U2-PB4-Pad64)") (pinfunction "PB4") (pintype "bidirectional") (tstamp 9b318288-a879-4eac-aa95-14c3153c4de1)) + (net 82 "unconnected-(U2-PB4-Pad64)") (pinfunction "PB4") (pintype "bidirectional") (tstamp 9b318288-a879-4eac-aa95-14c3153c4de1)) (pad "65" smd roundrect (at -2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "SCL") (pinfunction "PB5") (pintype "bidirectional") (tstamp fe985fa4-b91c-4685-a592-59e22453f417)) + (net 12 "SCL") (pinfunction "PB5") (pintype "bidirectional") (tstamp fe985fa4-b91c-4685-a592-59e22453f417)) (pad "66" smd roundrect (at -2.4 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 91 "SDA") (pinfunction "PB6") (pintype "bidirectional") (tstamp 23e31743-f48f-46ca-ad85-56693510fb67)) + (net 87 "SDA") (pinfunction "PB6") (pintype "bidirectional") (tstamp 23e31743-f48f-46ca-ad85-56693510fb67)) (pad "67" smd roundrect (at -2.8 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 87 "unconnected-(U2-PB7-Pad67)") (pinfunction "PB7") (pintype "bidirectional") (tstamp cdddd7ef-d33c-457d-b575-c89b2c9468dc)) + (net 83 "unconnected-(U2-PB7-Pad67)") (pinfunction "PB7") (pintype "bidirectional") (tstamp cdddd7ef-d33c-457d-b575-c89b2c9468dc)) (pad "68" smd roundrect (at -3.2 -3.8875 270) (size 0.25 0.925) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "VDD") (pintype "power_in") (tstamp d204db60-7648-40c8-b2f3-ffe28a790c4f)) (pad "69" smd rect (at 0 0 270) (size 6.4 6.4) (layers "F.Cu" "F.Mask") @@ -9800,13 +7468,13 @@ (fp_line (start 2.45 2.35) (end -12.45 2.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fc0d9c0b-386f-41c5-b13a-bbb1f2ac4083)) (pad "1" thru_hole rect (at 0 0 90) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 37 "GPIO13") (pinfunction "1") (pintype "passive") (tstamp 9257acca-911e-4ba8-849f-36a31893ad7f)) + (net 33 "GPIO13") (pinfunction "1") (pintype "passive") (tstamp 9257acca-911e-4ba8-849f-36a31893ad7f)) (pad "2" thru_hole circle (at -2.5 0 90) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 41 "GPIO20") (pinfunction "2") (pintype "passive") (tstamp 69f93f86-6cf3-4914-ac12-49f15ba161f2)) + (net 37 "GPIO20") (pinfunction "2") (pintype "passive") (tstamp 69f93f86-6cf3-4914-ac12-49f15ba161f2)) (pad "3" thru_hole circle (at -5 0 90) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 21 "GPIO18") (pinfunction "3") (pintype "passive") (tstamp ac4faabc-4bb9-4623-b5d9-be885e951090)) + (net 17 "GPIO18") (pinfunction "3") (pintype "passive") (tstamp ac4faabc-4bb9-4623-b5d9-be885e951090)) (pad "4" thru_hole circle (at -7.5 0 90) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 42 "GPIO21") (pinfunction "4") (pintype "passive") (tstamp aa062d90-b893-4685-b62b-c259602c4961)) + (net 38 "GPIO21") (pinfunction "4") (pintype "passive") (tstamp aa062d90-b893-4685-b62b-c259602c4961)) (pad "5" thru_hole circle (at -10 0 90) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "5") (pintype "passive") (tstamp 5f505467-9b0e-4b63-bc01-a9b302d1c5c4)) (model "Library/SamacSys_Parts.3dshapes/B5B-XH-A_LF__SN_.stp" @@ -9821,7 +7489,7 @@ (at 145.796 107.188 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -9972,7 +7640,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at -3.055 0.14) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at -3.055 0.14) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp ba5353f5-8358-4fb2-9f19-2ed582e43e0d) ) @@ -10003,7 +7671,7 @@ (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp 108562c1-64a3-4b8c-be8b-824231e6e437)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 90 "Net-(U2-PH3)") (pintype "passive") (tstamp a4417383-70dd-4705-b7c3-69cd620367d8)) + (net 86 "Net-(U2-PH3)") (pintype "passive") (tstamp a4417383-70dd-4705-b7c3-69cd620367d8)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -10016,7 +7684,7 @@ (at 142.2155 79.9905 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "outputs.kicad_sch") (property "Sheetname" "outputs") (property "ki_description" "Resistor, small symbol") @@ -10208,7 +7876,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp bf0869a8-7d92-4552-8b83-87fb60b23485) ) @@ -10239,7 +7907,7 @@ (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp e94fc94c-7ad0-4e53-96af-a2a83a408c69)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "GPIO12") (pintype "passive") (tstamp 9b019ec0-8ad6-43ff-9432-6a1c7b899b1a)) + (net 32 "GPIO12") (pintype "passive") (tstamp 9b019ec0-8ad6-43ff-9432-6a1c7b899b1a)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -10555,11 +8223,11 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4642b45e-6597-40c8-a5b1-f6b3dad4298f)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 44 "SDA_5V") (pinfunction "SDA") (pintype "bidirectional") (tstamp eb1f1731-4572-441e-8e9e-f88f831661a7)) + (net 40 "SDA_5V") (pinfunction "SDA") (pintype "bidirectional") (tstamp eb1f1731-4572-441e-8e9e-f88f831661a7)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 45 "SCL_5V") (pinfunction "SCL") (pintype "bidirectional") (tstamp 6a227739-7328-400e-8c37-721fa2d292c0)) + (net 41 "SCL_5V") (pinfunction "SCL") (pintype "bidirectional") (tstamp 6a227739-7328-400e-8c37-721fa2d292c0)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "PW") (pintype "power_in") (tstamp 82b62df6-e7ec-4425-989c-b9809824a438)) + (net 39 "+5V") (pinfunction "PW") (pintype "power_in") (tstamp 82b62df6-e7ec-4425-989c-b9809824a438)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 58c61d36-854f-40b3-8ffd-947596052e2d)) (model "Library/SamacSys_Parts.3dshapes/B4B-XH-A_LF__SN_.stp" @@ -10569,139 +8237,6 @@ ) ) - (footprint "SamacSys_Parts:LQG15WH0N7B02D" (layer "F.Cu") - (tstamp 669b5917-57e1-4a0d-b449-8755c1e8d98b) - (at 83.91 114.175 -90) - (descr "0402 (1005) T=0.5±0.05mm") - (tags "Inductor") - (property "Arrow Part Number" "") - (property "Arrow Price/Stock" "") - (property "Height" "0.55") - (property "MPN" "LQG15HS2N7S02J") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "LQG15HS2N7S02J") - (property "Mouser Part Number" "N/A") - (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005)") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/d57125b0-e417-43ec-8c40-8d0ac1fc5c8e") - (attr smd) - (fp_text reference "L2" (at -1.275 0.02 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 69456437-aab2-48fb-964b-53cf97c81c81) - (render_cache "L2" 90 - (polygon - (pts - (xy 84.139 113.305344) (xy 83.529369 113.305344) (xy 83.529369 113.22533) (xy 84.068658 113.22533) - (xy 84.068658 112.927842) (xy 84.139 112.927842) - ) - ) - (polygon - (pts - (xy 84.068658 112.475016) (xy 84.139 112.475016) (xy 84.139 112.8745) (xy 84.132327 112.874525) - (xy 84.125719 112.874234) (xy 84.119175 112.873627) (xy 84.112695 112.872705) (xy 84.106279 112.871466) - (xy 84.099927 112.869911) (xy 84.093639 112.86804) (xy 84.087415 112.865854) (xy 84.079761 112.862809) - (xy 84.072129 112.859445) (xy 84.064521 112.855761) (xy 84.056936 112.851758) (xy 84.049374 112.847435) - (xy 84.044346 112.844376) (xy 84.039328 112.841175) (xy 84.03432 112.837832) (xy 84.029323 112.834347) - (xy 84.024336 112.83072) (xy 84.019359 112.826951) (xy 84.014392 112.82304) (xy 84.009436 112.818987) - (xy 84.006962 112.816907) (xy 84.001949 112.812596) (xy 83.996841 112.808051) (xy 83.991636 112.803272) - (xy 83.986336 112.798259) (xy 83.980939 112.793014) (xy 83.975445 112.787534) (xy 83.969856 112.781821) - (xy 83.96417 112.775875) (xy 83.958389 112.769694) (xy 83.952511 112.763281) (xy 83.946537 112.756634) - (xy 83.940467 112.749753) (xy 83.9343 112.742638) (xy 83.928038 112.735291) (xy 83.921679 112.727709) - (xy 83.915224 112.719894) (xy 83.910165 112.713802) (xy 83.905172 112.707834) (xy 83.900244 112.701991) - (xy 83.895383 112.696273) (xy 83.890588 112.690679) (xy 83.88586 112.685211) (xy 83.881197 112.679867) - (xy 83.8766 112.674648) (xy 83.87207 112.669554) (xy 83.867605 112.664585) (xy 83.863207 112.65974) - (xy 83.858875 112.65502) (xy 83.854609 112.650425) (xy 83.850409 112.645955) (xy 83.846275 112.64161) - (xy 83.838206 112.633293) (xy 83.830402 112.625476) (xy 83.822861 112.618158) (xy 83.815586 112.611339) - (xy 83.808574 112.605019) (xy 83.801827 112.599198) (xy 83.795345 112.593877) (xy 83.789127 112.589055) - (xy 83.786117 112.586831) (xy 83.780184 112.582625) (xy 83.774291 112.57869) (xy 83.768437 112.575027) - (xy 83.762624 112.571636) (xy 83.756851 112.568515) (xy 83.751118 112.565666) (xy 83.745425 112.563088) - (xy 83.739772 112.560782) (xy 83.73416 112.558747) (xy 83.725815 112.556203) (xy 83.717562 112.55427) - (xy 83.709398 112.552947) (xy 83.701324 112.552235) (xy 83.695992 112.552099) (xy 83.687762 112.552377) - (xy 83.67978 112.553212) (xy 83.672045 112.554603) (xy 83.664558 112.556551) (xy 83.657317 112.559054) - (xy 83.650325 112.562115) (xy 83.643579 112.565731) (xy 83.63708 112.569905) (xy 83.630829 112.574634) - (xy 83.624826 112.57992) (xy 83.62096 112.583753) (xy 83.615487 112.589828) (xy 83.610552 112.596238) - (xy 83.606155 112.602983) (xy 83.602296 112.610063) (xy 83.598976 112.617477) (xy 83.596195 112.625227) - (xy 83.593952 112.633311) (xy 83.592247 112.64173) (xy 83.59108 112.650484) (xy 83.590602 112.656507) - (xy 83.590362 112.662677) (xy 83.590332 112.665819) (xy 83.590463 112.67244) (xy 83.590857 112.678893) - (xy 83.591512 112.68518) (xy 83.59243 112.691299) (xy 83.59361 112.697252) (xy 83.595052 112.703037) - (xy 83.596756 112.708655) (xy 83.599804 112.716768) (xy 83.603441 112.724506) (xy 83.607669 112.731867) - (xy 83.612487 112.738852) (xy 83.617894 112.745461) (xy 83.623891 112.751695) (xy 83.630412 112.757434) - (xy 83.637388 112.762617) (xy 83.64482 112.767243) (xy 83.650028 112.770018) (xy 83.655439 112.772546) - (xy 83.661052 112.774827) (xy 83.666868 112.77686) (xy 83.672887 112.778646) (xy 83.679108 112.780185) - (xy 83.685532 112.781477) (xy 83.692159 112.782521) (xy 83.698988 112.783317) (xy 83.70602 112.783867) - (xy 83.713255 112.784169) (xy 83.716948 112.784228) (xy 83.708888 112.860431) (xy 83.698097 112.859291) - (xy 83.687632 112.857812) (xy 83.677493 112.855994) (xy 83.667681 112.853837) (xy 83.658195 112.851341) - (xy 83.649035 112.848506) (xy 83.640202 112.845333) (xy 83.631695 112.84182) (xy 83.623514 112.837969) - (xy 83.61566 112.833778) (xy 83.608131 112.829249) (xy 83.600929 112.824381) (xy 83.594054 112.819174) - (xy 83.587504 112.813628) (xy 83.581281 112.807744) (xy 83.575385 112.80152) (xy 83.569813 112.79499) - (xy 83.5646 112.788187) (xy 83.559747 112.78111) (xy 83.555253 112.773759) (xy 83.551119 112.766134) - (xy 83.547344 112.758236) (xy 83.543929 112.750065) (xy 83.540873 112.74162) (xy 83.538177 112.732901) - (xy 83.53584 112.723908) (xy 83.533863 112.714642) (xy 83.532245 112.705102) (xy 83.530987 112.695289) - (xy 83.530088 112.685202) (xy 83.529549 112.674841) (xy 83.529369 112.664207) (xy 83.529559 112.653485) - (xy 83.530127 112.643047) (xy 83.531075 112.632891) (xy 83.532401 112.623018) (xy 83.534106 112.613428) - (xy 83.536191 112.604121) (xy 83.538654 112.595096) (xy 83.541496 112.586354) (xy 83.544717 112.577895) - (xy 83.548317 112.569719) (xy 83.552296 112.561826) (xy 83.556654 112.554215) (xy 83.561391 112.546887) - (xy 83.566507 112.539842) (xy 83.572002 112.53308) (xy 83.577876 112.5266) (xy 83.58403 112.52046) - (xy 83.590364 112.514716) (xy 83.59688 112.509369) (xy 83.603576 112.504417) (xy 83.610454 112.499861) - (xy 83.617512 112.495702) (xy 83.624751 112.491939) (xy 83.632171 112.488572) (xy 83.639772 112.485601) - (xy 83.647554 112.483026) (xy 83.655517 112.480847) (xy 83.66366 112.479065) (xy 83.671985 112.477678) - (xy 83.68049 112.476688) (xy 83.689176 112.476094) (xy 83.698043 112.475896) (xy 83.704875 112.476026) - (xy 83.711686 112.476416) (xy 83.718476 112.477066) (xy 83.725246 112.477977) (xy 83.731995 112.479148) - (xy 83.738724 112.480579) (xy 83.745432 112.48227) (xy 83.752119 112.484221) (xy 83.758786 112.486433) - (xy 83.765432 112.488904) (xy 83.769851 112.490697) (xy 83.776479 112.493644) (xy 83.783174 112.496937) - (xy 83.789936 112.500576) (xy 83.796765 112.504559) (xy 83.803661 112.508887) (xy 83.810624 112.513561) - (xy 83.817654 112.51858) (xy 83.822377 112.522118) (xy 83.827131 112.525809) (xy 83.831914 112.529653) - (xy 83.836728 112.533651) (xy 83.84157 112.537803) (xy 83.844003 112.539936) (xy 83.848989 112.544419) - (xy 83.854202 112.549258) (xy 83.859641 112.554453) (xy 83.865307 112.560004) (xy 83.8712 112.565911) - (xy 83.877319 112.572174) (xy 83.883665 112.578793) (xy 83.890238 112.585768) (xy 83.897038 112.593099) - (xy 83.904064 112.600787) (xy 83.911317 112.60883) (xy 83.918796 112.61723) (xy 83.926502 112.625985) - (xy 83.930441 112.630497) (xy 83.934435 112.635097) (xy 83.938487 112.639786) (xy 83.942595 112.644564) - (xy 83.94676 112.649432) (xy 83.950981 112.654388) (xy 83.957928 112.662537) (xy 83.964589 112.670314) - (xy 83.970966 112.677718) (xy 83.977057 112.684751) (xy 83.982864 112.691411) (xy 83.988385 112.697699) - (xy 83.993621 112.703616) (xy 83.998572 112.70916) (xy 84.003238 112.714332) (xy 84.007619 112.719132) - (xy 84.011715 112.723559) (xy 84.017324 112.729504) (xy 84.022292 112.734611) (xy 84.026618 112.73888) - (xy 84.027918 112.740117) (xy 84.032978 112.74474) (xy 84.038048 112.749157) (xy 84.043127 112.753368) - (xy 84.048214 112.757373) (xy 84.053311 112.761172) (xy 84.058418 112.764765) (xy 84.063533 112.768151) - (xy 84.068658 112.771332) - ) - ) - ) - ) - (fp_text value "LQG15HS2N7S02J" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp f80d5917-7605-428c-b3f0-388efe401a50) - ) - (fp_line (start 0 -0.25) (end 0 0.25) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 1252eb9f-ca08-44fb-8301-4b1b895e0f30)) - (fp_line (start -1.175 -0.55) (end 1.175 -0.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3d6f5280-6cf1-43ec-9ca3-bcd159c7e57e)) - (fp_line (start -1.175 0.55) (end -1.175 -0.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2b2ba3f4-56e1-4b6f-8fea-14d0d3625196)) - (fp_line (start 1.175 -0.55) (end 1.175 0.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 081f89d4-3393-4e7e-96d5-3cc8be61b305)) - (fp_line (start 1.175 0.55) (end -1.175 0.55) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 903b5f0f-ab6a-4042-93d9-2db5d16860d0)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 955b4208-d690-4219-ab92-bb404a33c8d5)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b0516cca-240c-4ef4-b37a-8e63bd36a3d5)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 960c6ebf-1de2-47e7-bb96-f2b11e94021b)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0c27ba5-17ad-47e0-8af8-d213216fecc7)) - (pad "1" smd rect (at -0.425 0 270) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "Net-(U2-RF1)") (pinfunction "1") (pintype "passive") (tstamp 2f05c1a3-ec1c-4c02-8890-272847c80b8e)) - (pad "2" smd rect (at 0.425 0 270) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "Net-(FL1-OUT)") (pinfunction "2") (pintype "passive") (tstamp 29624b26-8131-45a5-98f5-90b73a73d29b)) - (model "Library/SamacSys_Parts.3dshapes/LQG15HS3N6S02D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Package_TO_SOT_SMD:SOT-23-6" (layer "F.Cu") (tstamp 67fcf100-2cee-4e08-b572-214d722810a7) (at 104.45 119.7375 -90) @@ -10823,17 +8358,17 @@ (fp_line (start 0.8 1.45) (end -0.8 1.45) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4cca5085-a45f-4229-bbc2-58700b80fcc0)) (pad "1" smd roundrect (at -1.1375 -0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 61 "Net-(U2-PA12)") (pinfunction "I/O1") (pintype "passive") (tstamp df519d5a-1af5-4801-a551-c992f82633e5)) + (net 57 "Net-(U2-PA12)") (pinfunction "I/O1") (pintype "passive") (tstamp df519d5a-1af5-4801-a551-c992f82633e5)) (pad "2" smd roundrect (at -1.1375 0 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "GND") (pintype "passive") (zone_connect 2) (tstamp de6b5ee8-8ef9-4188-a829-cf8a7478982d)) (pad "3" smd roundrect (at -1.1375 0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 62 "Net-(U2-PA11)") (pinfunction "I/O2") (pintype "passive") (tstamp 7d143ec1-34d0-4ad3-a504-7403b383297e)) + (net 58 "Net-(U2-PA11)") (pinfunction "I/O2") (pintype "passive") (tstamp 7d143ec1-34d0-4ad3-a504-7403b383297e)) (pad "4" smd roundrect (at 1.1375 0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 46 "Net-(J15-Pad2)") (pinfunction "I/O2") (pintype "passive") (tstamp efc1fa4a-6fdf-4ec0-b2b7-6a696118fb78)) + (net 42 "Net-(J15-Pad2)") (pinfunction "I/O2") (pintype "passive") (tstamp efc1fa4a-6fdf-4ec0-b2b7-6a696118fb78)) (pad "5" smd roundrect (at 1.1375 0 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 93 "5V_USB") (pinfunction "VBUS") (pintype "passive") (tstamp e8e51670-122e-4cfb-b53d-94d295a832a1)) + (net 88 "5V_USB") (pinfunction "VBUS") (pintype "passive") (tstamp e8e51670-122e-4cfb-b53d-94d295a832a1)) (pad "6" smd roundrect (at 1.1375 -0.95 270) (size 1.325 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 96 "Net-(J15-Pad3)") (pinfunction "I/O1") (pintype "passive") (tstamp 47991067-661d-462f-a855-24911ac67225)) + (net 89 "Net-(J15-Pad3)") (pinfunction "I/O1") (pintype "passive") (tstamp 47991067-661d-462f-a855-24911ac67225)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23-6.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -11094,7 +8629,7 @@ (fp_line (start 4.953779 3.447181) (end 4.953779 -2.302819) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cdde6d21-b365-47f8-9c2b-12b33501ade7)) (pad "1" thru_hole rect (at 0.003779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 35 "GPIO6") (pinfunction "A") (pintype "passive") (tstamp bc068f8c-695a-4d83-8b0a-37c5174b77b2)) + (net 31 "GPIO6") (pinfunction "A") (pintype "passive") (tstamp bc068f8c-695a-4d83-8b0a-37c5174b77b2)) (pad "2" thru_hole oval (at 2.503779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "B") (pintype "passive") (tstamp 15139361-fb97-4f36-889e-b8ce0a3d770c)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" @@ -11242,7 +8777,7 @@ (fp_line (start 7.45 3.4) (end 7.45 -2.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e008ca0-01d4-467a-9d79-9ce8a00cdd48)) (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 20 "GPIO17") (pinfunction "DATA") (pintype "bidirectional") (tstamp 43f4d253-37ea-4c3c-a87e-32077eb6d9af)) + (net 16 "GPIO17") (pinfunction "DATA") (pintype "bidirectional") (tstamp 43f4d253-37ea-4c3c-a87e-32077eb6d9af)) (pad "2" thru_hole oval (at 2.5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "input") (tstamp bc43a230-3a20-4cc9-b29a-dd62f957591a)) (pad "3" thru_hole oval (at 5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -11254,6 +8789,263 @@ ) ) + (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") + (tstamp 69702bfa-5296-4b3a-96b1-8cb1335033a2) + (at 83.442 112.012 180) + (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "capacitor") + (property "Capacitance" "100pF") + (property "MPN" "GPC0603101") + (property "Manufacturer_Part_Number" "GPC0603101") + (property "Sheetfile" "Microcontroller.kicad_sch") + (property "Sheetname" "Microcontroller") + (property "ki_description" "Unpolarized capacitor, small symbol") + (property "ki_keywords" "capacitor cap") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/7f8c0b02-2654-452d-98e0-0d08f15362a2") + (attr smd) + (fp_text reference "C13" (at 0.041 0.938) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.125))) + (tstamp 2519fc92-9f75-4651-aeab-d2fff34e24df) + (render_cache "C13" 0 + (polygon + (pts + (xy 83.126959 111.107284) (xy 83.206973 111.127508) (xy 83.205359 111.133708) (xy 83.203666 111.139815) + (xy 83.201894 111.14583) (xy 83.200044 111.151752) (xy 83.198116 111.157581) (xy 83.196109 111.163317) + (xy 83.194024 111.168961) (xy 83.191861 111.174512) (xy 83.189619 111.17997) (xy 83.184899 111.190609) + (xy 83.179867 111.200876) (xy 83.17452 111.210772) (xy 83.16886 111.220298) (xy 83.162886 111.229452) + (xy 83.156598 111.238236) (xy 83.149996 111.246649) (xy 83.143081 111.25469) (xy 83.135852 111.262361) + (xy 83.12831 111.269661) (xy 83.120454 111.27659) (xy 83.116408 111.279915) (xy 83.108142 111.286268) + (xy 83.099649 111.292211) (xy 83.090928 111.297744) (xy 83.081979 111.302868) (xy 83.072802 111.307581) + (xy 83.063397 111.311885) (xy 83.053765 111.315779) (xy 83.043904 111.319263) (xy 83.033816 111.322337) + (xy 83.0235 111.325001) (xy 83.012956 111.327255) (xy 83.002185 111.329099) (xy 82.991185 111.330534) + (xy 82.979958 111.331559) (xy 82.968503 111.332173) (xy 82.95682 111.332378) (xy 82.950746 111.332339) + (xy 82.944744 111.332222) (xy 82.938813 111.332027) (xy 82.932953 111.331753) (xy 82.921448 111.330972) + (xy 82.910227 111.329878) (xy 82.899292 111.328471) (xy 82.888642 111.326752) (xy 82.878276 111.324721) + (xy 82.868196 111.322377) (xy 82.858401 111.31972) (xy 82.848891 111.316751) (xy 82.839666 111.313469) + (xy 82.830726 111.309875) (xy 82.822071 111.305968) (xy 82.813702 111.301748) (xy 82.805617 111.297216) + (xy 82.797818 111.292371) (xy 82.790293 111.287231) (xy 82.782996 111.281811) (xy 82.775927 111.276112) + (xy 82.769085 111.270133) (xy 82.762472 111.263875) (xy 82.756086 111.257338) (xy 82.749929 111.250521) + (xy 82.743999 111.243425) (xy 82.738297 111.23605) (xy 82.732822 111.228395) (xy 82.727576 111.220461) + (xy 82.722557 111.212248) (xy 82.717766 111.203755) (xy 82.713203 111.194983) (xy 82.708868 111.185931) + (xy 82.704761 111.1766) (xy 82.700893 111.167068) (xy 82.697274 111.157449) (xy 82.693904 111.147742) + (xy 82.690784 111.137949) (xy 82.687914 111.128069) (xy 82.685293 111.118101) (xy 82.682922 111.108047) + (xy 82.680801 111.097905) (xy 82.678929 111.087677) (xy 82.677307 111.077361) (xy 82.675934 111.066959) + (xy 82.674811 111.056469) (xy 82.673937 111.045893) (xy 82.673313 111.03523) (xy 82.672939 111.024479) + (xy 82.672814 111.013642) (xy 82.672849 111.00773) (xy 82.672955 111.001866) (xy 82.673377 110.990281) + (xy 82.674082 110.978886) (xy 82.675067 110.967681) (xy 82.676335 110.956666) (xy 82.677884 110.945841) + (xy 82.679714 110.935206) (xy 82.681827 110.924762) (xy 82.684221 110.914507) (xy 82.686896 110.904442) + (xy 82.689853 110.894567) (xy 82.693092 110.884883) (xy 82.696613 110.875388) (xy 82.700415 110.866084) + (xy 82.704499 110.856969) (xy 82.708864 110.848045) (xy 82.71349 110.839348) (xy 82.718353 110.830917) + (xy 82.723455 110.822752) (xy 82.728795 110.814852) (xy 82.734372 110.807218) (xy 82.740189 110.79985) + (xy 82.746243 110.792747) (xy 82.752535 110.785909) (xy 82.759065 110.779338) (xy 82.765834 110.773032) + (xy 82.772841 110.766991) (xy 82.780086 110.761217) (xy 82.787569 110.755707) (xy 82.79529 110.750464) + (xy 82.803249 110.745486) (xy 82.811446 110.740773) (xy 82.819833 110.736319) (xy 82.828322 110.732152) + (xy 82.836914 110.728273) (xy 82.84561 110.724681) (xy 82.854408 110.721376) (xy 82.86331 110.718359) + (xy 82.872314 110.715629) (xy 82.881422 110.713186) (xy 82.890633 110.711031) (xy 82.899946 110.709163) + (xy 82.909363 110.707583) (xy 82.918883 110.706289) (xy 82.928505 110.705284) (xy 82.938231 110.704565) + (xy 82.94806 110.704134) (xy 82.957992 110.70399) (xy 82.969218 110.704173) (xy 82.980219 110.704721) + (xy 82.990994 110.705634) (xy 83.001544 110.706912) (xy 83.011868 110.708556) (xy 83.021966 110.710564) + (xy 83.031839 110.712938) (xy 83.041486 110.715677) (xy 83.050908 110.718782) (xy 83.060105 110.722251) + (xy 83.069075 110.726086) (xy 83.077821 110.730286) (xy 83.08634 110.734851) (xy 83.094634 110.739782) + (xy 83.102703 110.745078) (xy 83.110546 110.750739) (xy 83.11813 110.756731) (xy 83.125421 110.763021) + (xy 83.132418 110.769609) (xy 83.139123 110.776494) (xy 83.145534 110.783677) (xy 83.151652 110.791158) + (xy 83.157477 110.798936) (xy 83.16301 110.807012) (xy 83.168249 110.815386) (xy 83.173194 110.824057) + (xy 83.177847 110.833026) (xy 83.182207 110.842293) (xy 83.186274 110.851857) (xy 83.190047 110.861719) + (xy 83.193528 110.871879) (xy 83.196715 110.882337) (xy 83.117873 110.900948) (xy 83.11518 110.892665) + (xy 83.112337 110.884668) (xy 83.109345 110.876957) (xy 83.106205 110.869532) (xy 83.102915 110.862394) + (xy 83.099477 110.855542) (xy 83.09589 110.848976) (xy 83.092155 110.842696) (xy 83.08827 110.836702) + (xy 83.084237 110.830995) (xy 83.080054 110.825574) (xy 83.075723 110.820439) (xy 83.071243 110.815591) + (xy 83.066614 110.811028) (xy 83.061837 110.806752) (xy 83.05691 110.802762) (xy 83.051829 110.799036) + (xy 83.046588 110.795549) (xy 83.041187 110.792304) (xy 83.035625 110.789298) (xy 83.029903 110.786533) + (xy 83.02402 110.784009) (xy 83.017977 110.781725) (xy 83.011774 110.779681) (xy 83.005411 110.777878) + (xy 82.998887 110.776315) (xy 82.992204 110.774993) (xy 82.985359 110.773911) (xy 82.978355 110.77307) + (xy 82.97119 110.772468) (xy 82.963865 110.772108) (xy 82.95638 110.771988) (xy 82.947768 110.772119) + (xy 82.939333 110.772514) (xy 82.931075 110.773173) (xy 82.922995 110.774094) (xy 82.915093 110.775279) + (xy 82.907367 110.776727) (xy 82.89982 110.778439) (xy 82.892449 110.780414) (xy 82.885257 110.782652) + (xy 82.878241 110.785154) (xy 82.871404 110.787919) (xy 82.864743 110.790947) (xy 82.85826 110.794239) + (xy 82.851955 110.797793) (xy 82.845827 110.801612) (xy 82.839876 110.805693) (xy 82.834141 110.809996) + (xy 82.828622 110.814479) (xy 82.823319 110.819142) (xy 82.818233 110.823984) (xy 82.813363 110.829006) + (xy 82.80871 110.834208) (xy 82.804273 110.839589) (xy 82.800052 110.845151) (xy 82.796048 110.850892) + (xy 82.79226 110.856812) (xy 82.788689 110.862913) (xy 82.785334 110.869193) (xy 82.782195 110.875653) + (xy 82.779273 110.882293) (xy 82.776567 110.889113) (xy 82.774077 110.896112) (xy 82.771788 110.903215) + (xy 82.769646 110.910347) (xy 82.767653 110.917508) (xy 82.765807 110.924697) (xy 82.764108 110.931915) + (xy 82.762557 110.939162) (xy 82.761154 110.946437) (xy 82.759899 110.953741) (xy 82.758791 110.961073) + (xy 82.757831 110.968434) (xy 82.757019 110.975824) (xy 82.756354 110.983242) (xy 82.755837 110.990689) + (xy 82.755468 110.998165) (xy 82.755247 111.005669) (xy 82.755173 111.013202) (xy 82.75526 111.022852) + (xy 82.755523 111.032347) (xy 82.755961 111.041687) (xy 82.756574 111.050873) (xy 82.757362 111.059905) + (xy 82.758326 111.068782) (xy 82.759464 111.077504) (xy 82.760778 111.086072) (xy 82.762267 111.094485) + (xy 82.763931 111.102744) (xy 82.76577 111.110848) (xy 82.767785 111.118797) (xy 82.769974 111.126592) + (xy 82.772339 111.134233) (xy 82.774879 111.141718) (xy 82.777594 111.14905) (xy 82.780512 111.156172) + (xy 82.783623 111.163065) (xy 82.786928 111.169732) (xy 82.790426 111.17617) (xy 82.794118 111.18238) + (xy 82.798003 111.188363) (xy 82.802082 111.194118) (xy 82.806354 111.199645) (xy 82.81082 111.204944) + (xy 82.815479 111.210015) (xy 82.820331 111.214858) (xy 82.825377 111.219474) (xy 82.830617 111.223862) + (xy 82.83605 111.228022) (xy 82.841677 111.231954) (xy 82.847497 111.235658) (xy 82.853462 111.239136) + (xy 82.859488 111.24239) (xy 82.865575 111.24542) (xy 82.871722 111.248225) (xy 82.877931 111.250805) + (xy 82.884199 111.253161) (xy 82.890529 111.255293) (xy 82.896919 111.2572) (xy 82.90337 111.258883) + (xy 82.909882 111.260342) (xy 82.916454 111.261576) (xy 82.923087 111.262586) (xy 82.92978 111.263371) + (xy 82.936535 111.263932) (xy 82.94335 111.264269) (xy 82.950225 111.264381) (xy 82.958535 111.264227) + (xy 82.966684 111.263763) (xy 82.974673 111.26299) (xy 82.982502 111.261908) (xy 82.99017 111.260517) + (xy 82.997678 111.258817) (xy 83.005026 111.256808) (xy 83.012214 111.254489) (xy 83.019241 111.251862) + (xy 83.026108 111.248925) (xy 83.032815 111.245679) (xy 83.039362 111.242125) (xy 83.045748 111.238261) + (xy 83.051974 111.234087) (xy 83.058039 111.229605) (xy 83.063945 111.224814) (xy 83.069652 111.219718) + (xy 83.075123 111.214322) (xy 83.080359 111.208626) (xy 83.085359 111.202631) (xy 83.090122 111.196335) + (xy 83.094651 111.189739) (xy 83.098943 111.182843) (xy 83.102999 111.175648) (xy 83.10682 111.168152) + (xy 83.110404 111.160357) (xy 83.113753 111.152261) (xy 83.116866 111.143866) (xy 83.119743 111.13517) + (xy 83.122384 111.126175) (xy 83.12479 111.11688) + ) + ) + (polygon + (pts + (xy 83.551356 111.323) (xy 83.477204 111.323) (xy 83.477204 110.847898) (xy 83.472028 110.852762) + (xy 83.466559 110.857625) (xy 83.460797 110.862489) (xy 83.454741 110.867352) (xy 83.448391 110.872216) + (xy 83.441747 110.877079) (xy 83.43481 110.881943) (xy 83.427579 110.886806) (xy 83.422596 110.890049) + (xy 83.417482 110.893291) (xy 83.412237 110.896533) (xy 83.406862 110.899775) (xy 83.401456 110.902949) + (xy 83.39612 110.906022) (xy 83.390854 110.908994) (xy 83.385658 110.911866) (xy 83.377995 110.915984) + (xy 83.370489 110.919875) (xy 83.36314 110.92354) (xy 83.355948 110.926978) (xy 83.348914 110.930189) + (xy 83.342036 110.933174) (xy 83.335316 110.935932) (xy 83.328753 110.938464) (xy 83.328753 110.863432) + (xy 83.336477 110.859758) (xy 83.344078 110.855988) (xy 83.351557 110.852124) (xy 83.358914 110.848164) + (xy 83.366148 110.844109) (xy 83.373259 110.83996) (xy 83.380248 110.835715) (xy 83.387115 110.831375) + (xy 83.393859 110.826941) (xy 83.40048 110.822411) (xy 83.406979 110.817786) (xy 83.413355 110.813066) + (xy 83.419609 110.808251) (xy 83.425741 110.803342) (xy 83.43175 110.798337) (xy 83.437636 110.793237) + (xy 83.443355 110.788099) (xy 83.448861 110.782981) (xy 83.454153 110.777882) (xy 83.459233 110.772803) + (xy 83.4641 110.767743) (xy 83.468754 110.762703) (xy 83.473195 110.757682) (xy 83.477423 110.75268) + (xy 83.481438 110.747698) (xy 83.485241 110.742736) (xy 83.48883 110.737793) (xy 83.492206 110.732869) + (xy 83.496871 110.72552) (xy 83.501057 110.718215) (xy 83.503582 110.713369) (xy 83.551356 110.713369) + ) + ) + (polygon + (pts + (xy 83.73952 111.164144) (xy 83.813672 111.154179) (xy 83.815336 111.161828) (xy 83.817139 111.169207) + (xy 83.819082 111.176314) (xy 83.821165 111.183149) (xy 83.823387 111.189713) (xy 83.825749 111.196006) + (xy 83.82825 111.202028) (xy 83.830892 111.207778) (xy 83.833673 111.213257) (xy 83.836593 111.218464) + (xy 83.841236 111.225767) (xy 83.846193 111.232459) (xy 83.851464 111.23854) (xy 83.85705 111.244011) + (xy 83.862937 111.248909) (xy 83.869059 111.253324) (xy 83.875416 111.257258) (xy 83.882006 111.260711) + (xy 83.888831 111.263681) (xy 83.895891 111.26617) (xy 83.903185 111.268177) (xy 83.910713 111.269703) + (xy 83.918476 111.270746) (xy 83.926473 111.271308) (xy 83.931935 111.271415) (xy 83.938429 111.271273) + (xy 83.944794 111.270848) (xy 83.951032 111.270138) (xy 83.957141 111.269144) (xy 83.963122 111.267866) + (xy 83.968974 111.266305) (xy 83.974699 111.264459) (xy 83.980295 111.26233) (xy 83.985763 111.259916) + (xy 83.991103 111.257219) (xy 83.996314 111.254238) (xy 84.001398 111.250972) (xy 84.006353 111.247423) + (xy 84.011179 111.24359) (xy 84.015878 111.239473) (xy 84.020448 111.235072) (xy 84.024814 111.230462) + (xy 84.028898 111.225716) (xy 84.0327 111.220835) (xy 84.03622 111.21582) (xy 84.039459 111.210669) + (xy 84.042417 111.205383) (xy 84.045092 111.199962) (xy 84.047486 111.194406) (xy 84.049598 111.188714) + (xy 84.051429 111.182888) (xy 84.052978 111.176927) (xy 84.054246 111.17083) (xy 84.055231 111.164598) + (xy 84.055935 111.158232) (xy 84.056358 111.15173) (xy 84.056499 111.145093) (xy 84.056368 111.13877) + (xy 84.055977 111.132589) (xy 84.055324 111.126548) (xy 84.05441 111.120647) (xy 84.053236 111.114888) + (xy 84.050984 111.106513) (xy 84.048146 111.098455) (xy 84.04472 111.090714) (xy 84.040706 111.083289) + (xy 84.036105 111.076181) (xy 84.030917 111.069391) (xy 84.025142 111.062917) (xy 84.023086 111.060829) + (xy 84.016663 111.054884) (xy 84.009923 111.049524) (xy 84.002866 111.044749) (xy 83.995492 111.040558) + (xy 83.987802 111.036952) (xy 83.979794 111.033931) (xy 83.97147 111.031494) (xy 83.965744 111.030195) + (xy 83.959878 111.029155) (xy 83.95387 111.028376) (xy 83.947722 111.027856) (xy 83.941434 111.027596) + (xy 83.938236 111.027563) (xy 83.931391 111.027764) (xy 83.924045 111.028365) (xy 83.917808 111.029134) + (xy 83.91125 111.03016) (xy 83.904372 111.031442) (xy 83.897173 111.032981) (xy 83.889653 111.034776) + (xy 83.885773 111.03577) (xy 83.894126 110.965868) (xy 83.900004 110.966368) (xy 83.905996 110.9666) + (xy 83.911894 110.966505) (xy 83.920598 110.966006) (xy 83.929132 110.96508) (xy 83.937496 110.963726) + (xy 83.945691 110.961944) (xy 83.953715 110.959735) (xy 83.961569 110.957098) (xy 83.969253 110.954033) + (xy 83.976768 110.950541) (xy 83.984112 110.946621) (xy 83.991286 110.942274) (xy 83.998069 110.937481) + (xy 84.004185 110.932224) (xy 84.009633 110.926503) (xy 84.014415 110.920319) (xy 84.018529 110.913672) + (xy 84.021976 110.90656) (xy 84.024756 110.898985) (xy 84.026869 110.890946) (xy 84.028315 110.882444) + (xy 84.028908 110.876518) (xy 84.029204 110.870386) (xy 84.029241 110.867242) (xy 84.028998 110.859835) + (xy 84.028267 110.852669) (xy 84.02705 110.845746) (xy 84.025346 110.839064) (xy 84.023155 110.832625) + (xy 84.020478 110.826428) (xy 84.017313 110.820473) (xy 84.013662 110.814761) (xy 84.009523 110.80929) + (xy 84.004898 110.804062) (xy 84.001544 110.800711) (xy 83.996237 110.795997) (xy 83.990646 110.791746) + (xy 83.984772 110.787959) (xy 83.978614 110.784636) (xy 83.972173 110.781777) (xy 83.965449 110.779381) + (xy 83.958442 110.777449) (xy 83.951151 110.775981) (xy 83.943576 110.774976) (xy 83.935719 110.774435) + (xy 83.930323 110.774332) (xy 83.922343 110.774569) (xy 83.914616 110.77528) (xy 83.907141 110.776465) + (xy 83.899919 110.778124) (xy 83.892949 110.780257) (xy 83.886232 110.782864) (xy 83.879767 110.785945) + (xy 83.873555 110.7895) (xy 83.867595 110.793529) (xy 83.861887 110.798032) (xy 83.858222 110.801297) + (xy 83.852991 110.80659) (xy 83.848123 110.812356) (xy 83.843618 110.818597) (xy 83.839476 110.825312) + (xy 83.835697 110.832501) (xy 83.832282 110.840163) (xy 83.82923 110.8483) (xy 83.827397 110.853988) + (xy 83.825725 110.859886) (xy 83.824215 110.865996) (xy 83.822867 110.872315) (xy 83.821679 110.878846) + (xy 83.821146 110.88219) (xy 83.746994 110.869001) (xy 83.748815 110.859862) (xy 83.750907 110.850985) + (xy 83.753271 110.842369) (xy 83.755906 110.834013) (xy 83.758812 110.825919) (xy 83.76199 110.818085) + (xy 83.765439 110.810513) (xy 83.769159 110.803202) (xy 83.773151 110.796152) (xy 83.777414 110.789362) + (xy 83.781948 110.782834) (xy 83.786754 110.776567) (xy 83.791831 110.770561) (xy 83.797179 110.764816) + (xy 83.802799 110.759332) (xy 83.80869 110.754109) (xy 83.814809 110.749176) (xy 83.821112 110.744561) + (xy 83.827599 110.740264) (xy 83.834271 110.736285) (xy 83.841127 110.732625) (xy 83.848168 110.729283) + (xy 83.855393 110.72626) (xy 83.862802 110.723554) (xy 83.870395 110.721167) (xy 83.878173 110.719098) + (xy 83.886135 110.717348) (xy 83.894282 110.715916) (xy 83.902613 110.714802) (xy 83.911128 110.714006) + (xy 83.919827 110.713528) (xy 83.928711 110.713369) (xy 83.934854 110.713452) (xy 83.940936 110.713699) + (xy 83.946957 110.714111) (xy 83.952918 110.714688) (xy 83.958819 110.71543) (xy 83.964658 110.716337) + (xy 83.970437 110.717409) (xy 83.978991 110.719325) (xy 83.987409 110.721613) (xy 83.995691 110.724271) + (xy 84.003836 110.7273) (xy 84.011844 110.730701) (xy 84.019716 110.734472) (xy 84.027347 110.738565) + (xy 84.034632 110.742932) (xy 84.041573 110.747571) (xy 84.048168 110.752483) (xy 84.054419 110.757669) + (xy 84.060324 110.763127) (xy 84.065884 110.768859) (xy 84.071098 110.774864) (xy 84.075968 110.781141) + (xy 84.080492 110.787692) (xy 84.083317 110.792211) (xy 84.087271 110.799093) (xy 84.090837 110.806054) + (xy 84.094013 110.813096) (xy 84.096801 110.820217) (xy 84.0992 110.827418) (xy 84.101209 110.834699) + (xy 84.10283 110.84206) (xy 84.104062 110.849501) (xy 84.104905 110.857022) (xy 84.105359 110.864622) + (xy 84.105445 110.869734) (xy 84.105261 110.876982) (xy 84.104708 110.884109) (xy 84.103787 110.891116) + (xy 84.102498 110.898001) (xy 84.10084 110.904765) (xy 84.098814 110.911408) (xy 84.09642 110.91793) + (xy 84.093657 110.924331) (xy 84.090526 110.930611) (xy 84.087027 110.93677) (xy 84.084489 110.940808) + (xy 84.080381 110.946684) (xy 84.075914 110.95233) (xy 84.07109 110.957747) (xy 84.065907 110.962934) + (xy 84.060367 110.967893) (xy 84.054468 110.972622) (xy 84.048212 110.977122) (xy 84.041597 110.981392) + (xy 84.034624 110.985434) (xy 84.027293 110.989246) (xy 84.022207 110.99166) (xy 84.028818 110.993321) + (xy 84.03524 110.995193) (xy 84.041475 110.997274) (xy 84.047523 110.999564) (xy 84.053382 111.002064) + (xy 84.059054 111.004773) (xy 84.064538 111.007692) (xy 84.069834 111.010821) (xy 84.074943 111.014158) + (xy 84.079864 111.017706) (xy 84.084597 111.021463) (xy 84.089142 111.025429) (xy 84.093499 111.029605) + (xy 84.097669 111.033991) (xy 84.101651 111.038586) (xy 84.105445 111.04339) (xy 84.109047 111.048377) + (xy 84.112417 111.053518) (xy 84.115555 111.058814) (xy 84.11846 111.064264) (xy 84.121133 111.069869) + (xy 84.123573 111.075628) (xy 84.125781 111.081542) (xy 84.127757 111.08761) (xy 84.1295 111.093833) + (xy 84.13101 111.100211) (xy 84.132289 111.106743) (xy 84.133334 111.11343) (xy 84.134148 111.120271) + (xy 84.134729 111.127267) (xy 84.135078 111.134417) (xy 84.135194 111.141722) (xy 84.134968 111.151593) + (xy 84.134292 111.161275) (xy 84.133164 111.170768) (xy 84.131585 111.180072) (xy 84.129555 111.189187) + (xy 84.127074 111.198113) (xy 84.124142 111.20685) (xy 84.120759 111.215398) (xy 84.116925 111.223758) + (xy 84.112639 111.231928) (xy 84.107903 111.23991) (xy 84.102716 111.247702) (xy 84.097077 111.255306) + (xy 84.090987 111.262721) (xy 84.084447 111.269947) (xy 84.077455 111.276984) (xy 84.070119 111.283692) + (xy 84.062546 111.289967) (xy 84.054736 111.29581) (xy 84.046689 111.301219) (xy 84.038405 111.306196) + (xy 84.029885 111.31074) (xy 84.021127 111.314851) (xy 84.012132 111.31853) (xy 84.0029 111.321776) + (xy 83.993431 111.324589) (xy 83.983726 111.326969) (xy 83.973783 111.328916) (xy 83.963603 111.330431) + (xy 83.953186 111.331513) (xy 83.942533 111.332162) (xy 83.931642 111.332378) (xy 83.9218 111.332196) + (xy 83.912169 111.331648) (xy 83.902749 111.330735) (xy 83.89354 111.329457) (xy 83.884541 111.327813) + (xy 83.875753 111.325804) (xy 83.867175 111.323431) (xy 83.858809 111.320691) (xy 83.850652 111.317587) + (xy 83.842707 111.314117) (xy 83.834972 111.310283) (xy 83.827448 111.306083) (xy 83.820134 111.301517) + (xy 83.813031 111.296587) (xy 83.806139 111.291291) (xy 83.799458 111.28563) (xy 83.793075 111.27966) + (xy 83.787045 111.273474) (xy 83.781365 111.267071) (xy 83.776038 111.260452) (xy 83.771061 111.253616) + (xy 83.766437 111.246564) (xy 83.762163 111.239296) (xy 83.758242 111.231811) (xy 83.754671 111.22411) + (xy 83.751452 111.216193) (xy 83.748585 111.208059) (xy 83.746069 111.199709) (xy 83.743905 111.191142) + (xy 83.742092 111.182359) (xy 83.74063 111.17336) + ) + ) + ) + ) + (fp_text value "GPC0603101" (at 0 1.43) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a818a226-5e73-437a-afa2-c526fc402449) + ) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.4 0.4) (thickness 0.06))) + (tstamp 9177af52-daf6-46dd-b13a-df5c953f562b) + ) + (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 71c69043-b310-4e7d-a49f-526afaf3061a)) + (fp_line (start -0.14058 0.51) (end 0.14058 0.51) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 407b0ce3-9651-4d43-bda0-10a304f32618)) + (fp_line (start -1.48 -0.73) (end 1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 42c63730-2c69-4a3c-97fe-968e47a39cda)) + (fp_line (start -1.48 0.73) (end -1.48 -0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 87b28cd5-3302-4bb6-a5e8-0f41dbf4f731)) + (fp_line (start 1.48 -0.73) (end 1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 72d413ea-7fbe-4a32-a3e6-0071d2b8df85)) + (fp_line (start 1.48 0.73) (end -1.48 0.73) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 29fe91b5-553a-4208-b726-dbd9b8b317d8)) + (fp_line (start -0.8 -0.4) (end 0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 43fac0cb-510a-48dc-9976-9312a9cfab9d)) + (fp_line (start -0.8 0.4) (end -0.8 -0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a2679ad-bfe4-42b1-b6a7-5ab9ae07766e)) + (fp_line (start 0.8 -0.4) (end 0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 567efdbe-07a7-404a-8fa1-da4f4d2084ad)) + (fp_line (start 0.8 0.4) (end -0.8 0.4) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 50f3b314-34f0-4677-8111-181f6286cf5c)) + (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+3V3") (pintype "passive") (tstamp e9776eaf-36ce-491a-b1ba-2301bce9d2fa)) + (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GND") (pintype "passive") (zone_connect 2) (tstamp ea0ea4e7-fdf6-4443-8f19-c456b24154be)) + (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) + ) + ) + (footprint "Package_TO_SOT_SMD:SOT-23" (layer "F.Cu") (tstamp 6c2aa2c6-2d15-4e65-a0dd-d5320fd22e9f) (at 139.3605 79.9055 180) @@ -11513,11 +9305,11 @@ (fp_line (start 0.65 1.45) (end -0.65 1.45) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9f0143f6-ef25-4082-b657-1597a0573843)) (pad "1" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 36 "GPIO12") (pinfunction "G") (pintype "input") (tstamp 7a77dbe4-5969-4a09-9695-adc5c95953ba)) + (net 32 "GPIO12") (pinfunction "G") (pintype "input") (tstamp 7a77dbe4-5969-4a09-9695-adc5c95953ba)) (pad "2" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "S") (pintype "passive") (tstamp f84d5858-ace6-47b6-b7e1-fc9a5a8cf81e)) (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 8 "Net-(D2-A)") (pinfunction "D") (pintype "passive") (tstamp 3315d2df-6791-428a-bdeb-af52dac18654)) + (net 6 "Net-(D2-A)") (pinfunction "D") (pintype "passive") (tstamp 3315d2df-6791-428a-bdeb-af52dac18654)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -11544,122 +9336,122 @@ (property "ki_description" "WR-PHD 2.54mm Dual Pin Header THT 06p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 6 Way 2 Row Straight PCB Header, Solder Termination") (path "/00000000-0000-0000-0000-00005a8053d4/9af8775f-53ed-4f1d-893e-c37fd1557886") (attr through_hole) - (fp_text reference "J14" (at -1.994 -1) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) - (tstamp 8f565e36-6cd7-479d-8563-76d88d9d349b) + (fp_text reference "J14" (at -2.777 -1.38) (layer "F.SilkS") + (effects (font (face "Arial") (size 1 1) (thickness 0.25))) + (tstamp f3f11289-2e9a-469b-a7bd-9389a6584ea6) (render_cache "J14" 0 (polygon (pts - (xy 90.533285 87.710765) (xy 90.605386 87.7008) (xy 90.60583 87.70906) (xy 90.606432 87.716989) - (xy 90.60719 87.724585) (xy 90.608106 87.731849) (xy 90.609178 87.738782) (xy 90.610407 87.745382) - (xy 90.611793 87.75165) (xy 90.613336 87.757586) (xy 90.615944 87.765868) (xy 90.618905 87.773403) - (xy 90.622219 87.780191) (xy 90.625886 87.786231) (xy 90.629906 87.791525) (xy 90.631324 87.793124) - (xy 90.63582 87.797576) (xy 90.640625 87.80159) (xy 90.645739 87.805167) (xy 90.651163 87.808305) - (xy 90.656895 87.811005) (xy 90.662937 87.813268) (xy 90.669288 87.815093) (xy 90.675947 87.816479) - (xy 90.682916 87.817428) (xy 90.690194 87.817939) (xy 90.695218 87.818036) (xy 90.702635 87.817819) - (xy 90.70979 87.817166) (xy 90.716685 87.816079) (xy 90.723318 87.814556) (xy 90.729691 87.812598) - (xy 90.735802 87.810205) (xy 90.741652 87.807378) (xy 90.747242 87.804115) (xy 90.752488 87.800478) - (xy 90.757308 87.796531) (xy 90.761702 87.792272) (xy 90.76567 87.787702) (xy 90.769212 87.78282) - (xy 90.772329 87.777627) (xy 90.775019 87.772122) (xy 90.777284 87.766306) (xy 90.779207 87.759853) - (xy 90.780874 87.752512) (xy 90.781956 87.746423) (xy 90.782894 87.739835) (xy 90.783687 87.732747) - (xy 90.784336 87.725159) (xy 90.784841 87.717071) (xy 90.785202 87.708483) (xy 90.785362 87.702481) - (xy 90.785458 87.696256) (xy 90.78549 87.689809) (xy 90.78549 87.269369) (xy 90.865504 87.269369) - (xy 90.865504 87.684094) (xy 90.865433 87.693504) (xy 90.865218 87.702645) (xy 90.86486 87.71152) - (xy 90.864359 87.720126) (xy 90.863715 87.728464) (xy 90.862928 87.736534) (xy 90.861998 87.744337) - (xy 90.860925 87.751871) (xy 90.859708 87.759138) (xy 90.858349 87.766136) (xy 90.856846 87.772867) - (xy 90.8552 87.77933) (xy 90.853411 87.785525) (xy 90.851479 87.791452) (xy 90.849404 87.797111) - (xy 90.847186 87.802503) (xy 90.843562 87.810186) (xy 90.839559 87.817519) (xy 90.835178 87.824502) - (xy 90.830418 87.831134) (xy 90.825279 87.837416) (xy 90.819762 87.843348) (xy 90.813866 87.848929) - (xy 90.807591 87.85416) (xy 90.800938 87.859041) (xy 90.793906 87.863571) (xy 90.789007 87.866397) - (xy 90.781439 87.870325) (xy 90.773625 87.873867) (xy 90.765567 87.877023) (xy 90.757264 87.879792) - (xy 90.751593 87.881423) (xy 90.745813 87.882883) (xy 90.739924 87.884171) (xy 90.733927 87.885287) - (xy 90.727821 87.886232) (xy 90.721605 87.887005) (xy 90.715282 87.887606) (xy 90.708849 87.888035) - (xy 90.702308 87.888293) (xy 90.695658 87.888378) (xy 90.685857 87.888204) (xy 90.676348 87.88768) - (xy 90.667131 87.886807) (xy 90.658206 87.885585) (xy 90.649573 87.884014) (xy 90.641232 87.882093) - (xy 90.633183 87.879823) (xy 90.625426 87.877204) (xy 90.61796 87.874236) (xy 90.610787 87.870919) - (xy 90.603906 87.867252) (xy 90.597316 87.863237) (xy 90.591019 87.858872) (xy 90.585013 87.854158) - (xy 90.5793 87.849094) (xy 90.573878 87.843682) (xy 90.568774 87.837925) (xy 90.564012 87.831828) - (xy 90.559592 87.825391) (xy 90.555514 87.818614) (xy 90.551779 87.811496) (xy 90.548386 87.804039) - (xy 90.545336 87.796242) (xy 90.542627 87.788105) (xy 90.540261 87.779627) (xy 90.538238 87.77081) - (xy 90.536557 87.761652) (xy 90.535218 87.752155) (xy 90.534221 87.742318) (xy 90.533567 87.73214) - (xy 90.533255 87.721623) + (xy 89.315143 87.384609) (xy 89.43531 87.368) (xy 89.436052 87.381767) (xy 89.437054 87.394981) + (xy 89.438318 87.407642) (xy 89.439844 87.419749) (xy 89.441631 87.431303) (xy 89.443679 87.442303) + (xy 89.445989 87.452751) (xy 89.44856 87.462644) (xy 89.452907 87.476447) (xy 89.457843 87.489005) + (xy 89.463366 87.500318) (xy 89.469478 87.510386) (xy 89.476177 87.519209) (xy 89.478541 87.521873) + (xy 89.486035 87.529293) (xy 89.494043 87.535984) (xy 89.502567 87.541945) (xy 89.511606 87.547175) + (xy 89.52116 87.551676) (xy 89.531229 87.555447) (xy 89.541814 87.558488) (xy 89.552913 87.560799) + (xy 89.564528 87.562381) (xy 89.576658 87.563232) (xy 89.585031 87.563394) (xy 89.597392 87.563032) + (xy 89.609318 87.561944) (xy 89.620809 87.560132) (xy 89.631865 87.557594) (xy 89.642485 87.554331) + (xy 89.652671 87.550343) (xy 89.662422 87.54563) (xy 89.671737 87.540191) (xy 89.680481 87.534131) + (xy 89.688514 87.527552) (xy 89.695837 87.520454) (xy 89.702451 87.512836) (xy 89.708355 87.5047) + (xy 89.713549 87.496045) (xy 89.718033 87.48687) (xy 89.721807 87.477177) (xy 89.725013 87.466422) + (xy 89.727791 87.454187) (xy 89.729594 87.444039) (xy 89.731157 87.433058) (xy 89.732479 87.421245) + (xy 89.733561 87.408598) (xy 89.734403 87.395118) (xy 89.735004 87.380806) (xy 89.735271 87.370801) + (xy 89.735431 87.360427) (xy 89.735485 87.349682) (xy 89.735485 86.648949) (xy 89.868841 86.648949) + (xy 89.868841 87.340157) (xy 89.868722 87.35584) (xy 89.868364 87.371076) (xy 89.867768 87.385866) + (xy 89.866933 87.40021) (xy 89.86586 87.414107) (xy 89.864548 87.427557) (xy 89.862998 87.440561) + (xy 89.861209 87.453119) (xy 89.859181 87.46523) (xy 89.856915 87.476894) (xy 89.854411 87.488112) + (xy 89.851668 87.498884) (xy 89.848687 87.509209) (xy 89.845467 87.519087) (xy 89.842008 87.528519) + (xy 89.838311 87.537505) (xy 89.832271 87.55031) (xy 89.8256 87.562532) (xy 89.818298 87.57417) + (xy 89.810364 87.585224) (xy 89.8018 87.595694) (xy 89.792604 87.60558) (xy 89.782777 87.614882) + (xy 89.77232 87.6236) (xy 89.761231 87.631735) (xy 89.749511 87.639285) (xy 89.741347 87.643995) + (xy 89.728732 87.650542) (xy 89.71571 87.656445) (xy 89.702279 87.661705) (xy 89.688441 87.66632) + (xy 89.678989 87.669039) (xy 89.669356 87.671472) (xy 89.659541 87.673619) (xy 89.649546 87.675479) + (xy 89.639369 87.677053) (xy 89.62901 87.678341) (xy 89.61847 87.679343) (xy 89.60775 87.680059) + (xy 89.596847 87.680488) (xy 89.585764 87.680631) (xy 89.569429 87.68034) (xy 89.553581 87.679467) + (xy 89.53822 87.678012) (xy 89.523345 87.675975) (xy 89.508956 87.673356) (xy 89.495054 87.670155) + (xy 89.481639 87.666372) (xy 89.468711 87.662008) (xy 89.456268 87.657061) (xy 89.444313 87.651532) + (xy 89.432844 87.645421) (xy 89.421862 87.638728) (xy 89.411366 87.631453) (xy 89.401357 87.623597) + (xy 89.391834 87.615158) (xy 89.382798 87.606137) (xy 89.374291 87.596542) (xy 89.366354 87.58638) + (xy 89.358987 87.575651) (xy 89.352191 87.564356) (xy 89.345966 87.552494) (xy 89.340311 87.540065) + (xy 89.335227 87.52707) (xy 89.330713 87.513508) (xy 89.32677 87.499379) (xy 89.323397 87.484683) + (xy 89.320595 87.469421) (xy 89.318364 87.453592) (xy 89.316703 87.437196) (xy 89.315612 87.420234) + (xy 89.315092 87.402705) ) ) (polygon (pts - (xy 91.243152 87.879) (xy 91.169 87.879) (xy 91.169 87.403898) (xy 91.163825 87.408762) - (xy 91.158356 87.413625) (xy 91.152594 87.418489) (xy 91.146538 87.423352) (xy 91.140188 87.428216) - (xy 91.133544 87.433079) (xy 91.126607 87.437943) (xy 91.119376 87.442806) (xy 91.114393 87.446049) - (xy 91.109278 87.449291) (xy 91.104034 87.452533) (xy 91.098658 87.455775) (xy 91.093253 87.458949) - (xy 91.087917 87.462022) (xy 91.082651 87.464994) (xy 91.077455 87.467866) (xy 91.069792 87.471984) - (xy 91.062286 87.475875) (xy 91.054937 87.47954) (xy 91.047745 87.482978) (xy 91.040711 87.486189) - (xy 91.033833 87.489174) (xy 91.027113 87.491932) (xy 91.02055 87.494464) (xy 91.02055 87.419432) - (xy 91.028274 87.415758) (xy 91.035875 87.411988) (xy 91.043354 87.408124) (xy 91.050711 87.404164) - (xy 91.057944 87.400109) (xy 91.065056 87.39596) (xy 91.072045 87.391715) (xy 91.078911 87.387375) - (xy 91.085655 87.382941) (xy 91.092277 87.378411) (xy 91.098776 87.373786) (xy 91.105152 87.369066) - (xy 91.111406 87.364251) (xy 91.117538 87.359342) (xy 91.123547 87.354337) (xy 91.129433 87.349237) - (xy 91.135152 87.344099) (xy 91.140658 87.338981) (xy 91.14595 87.333882) (xy 91.15103 87.328803) - (xy 91.155897 87.323743) (xy 91.160551 87.318703) (xy 91.164992 87.313682) (xy 91.16922 87.30868) - (xy 91.173235 87.303698) (xy 91.177037 87.298736) (xy 91.180627 87.293793) (xy 91.184003 87.288869) - (xy 91.188668 87.28152) (xy 91.192854 87.274215) (xy 91.195379 87.269369) (xy 91.243152 87.269369) + (xy 90.498255 87.665) (xy 90.374668 87.665) (xy 90.374668 86.873164) (xy 90.366043 86.88127) + (xy 90.356928 86.889376) (xy 90.347324 86.897482) (xy 90.33723 86.905587) (xy 90.326647 86.913693) + (xy 90.315575 86.921799) (xy 90.304013 86.929905) (xy 90.291962 86.938011) (xy 90.283655 86.943415) + (xy 90.275132 86.948818) (xy 90.26639 86.954222) (xy 90.257432 86.959626) (xy 90.248422 86.964916) + (xy 90.239529 86.970037) (xy 90.230753 86.974991) (xy 90.222093 86.979776) (xy 90.209321 86.98664) + (xy 90.196811 86.993126) (xy 90.184563 86.999234) (xy 90.172576 87.004964) (xy 90.160852 87.010316) + (xy 90.14939 87.015291) (xy 90.138189 87.019887) (xy 90.12725 87.024106) (xy 90.12725 86.899054) + (xy 90.140124 86.89293) (xy 90.152793 86.886647) (xy 90.165258 86.880206) (xy 90.177519 86.873607) + (xy 90.189575 86.866849) (xy 90.201428 86.859933) (xy 90.213076 86.852859) (xy 90.22452 86.845626) + (xy 90.23576 86.838235) (xy 90.246796 86.830685) (xy 90.257627 86.822977) (xy 90.268255 86.815111) + (xy 90.278678 86.807086) (xy 90.288897 86.798903) (xy 90.298912 86.790561) (xy 90.308723 86.782062) + (xy 90.318254 86.773499) (xy 90.32743 86.764968) (xy 90.336252 86.75647) (xy 90.344718 86.748005) + (xy 90.35283 86.739572) (xy 90.360586 86.731171) (xy 90.367988 86.722803) (xy 90.375035 86.714467) + (xy 90.381727 86.706164) (xy 90.388063 86.697893) (xy 90.394046 86.689655) (xy 90.399673 86.681449) + (xy 90.407448 86.669201) (xy 90.414425 86.657025) (xy 90.418632 86.648949) (xy 90.498255 86.648949) ) ) (polygon (pts - (xy 91.668721 87.879) (xy 91.668721 87.731281) (xy 91.406551 87.731281) (xy 91.406551 87.663284) - (xy 91.68235 87.269369) (xy 91.742873 87.269369) (xy 91.742873 87.663284) (xy 91.824499 87.663284) - (xy 91.824499 87.731281) (xy 91.742873 87.731281) (xy 91.742873 87.879) + (xy 91.207536 87.665) (xy 91.207536 87.418803) (xy 90.770586 87.418803) (xy 90.770586 87.305474) + (xy 91.230251 86.648949) (xy 91.331123 86.648949) (xy 91.331123 87.305474) (xy 91.467167 87.305474) + (xy 91.467167 87.418803) (xy 91.331123 87.418803) (xy 91.331123 87.665) ) (pts - (xy 91.668721 87.663284) (xy 91.668721 87.389244) (xy 91.479531 87.663284) + (xy 91.207536 87.305474) (xy 91.207536 86.84874) (xy 90.892219 87.305474) ) ) ) ) (fp_text value "61300621121" (at 0 0) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 3d7e7a89-5a79-4e3a-99d6-22d42c2a3a60) + (tstamp 1e4f67ce-4d00-420d-9091-116409cda56e) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 693fc4d0-ecea-40e7-a76d-ed9d10ae14d4) + (tstamp 69cb2035-5045-4a6b-a300-249ae359ba7f) ) (fp_line (start -1.47 0) (end -1.47 1.345) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 3616beb8-ea70-4e7c-9b4f-0b5c09ecdc9f)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 24f873c6-06d2-4101-8333-8470aaf50254)) (fp_line (start -1.47 1.345) (end 6.55 1.345) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 3c9e8c4a-b749-446d-9123-fd45d1fc79e9)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 70ebfd56-ad60-4151-9600-1d89aee27d3f)) (fp_line (start 6.55 -3.885) (end 0 -3.885) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp c6dd79cc-00d7-442b-ad68-613f39570e08)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 680b41fe-30de-4726-a985-9f34ae46cf3d)) (fp_line (start 6.55 1.345) (end 6.55 -3.885) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 5ad74072-faa4-4928-ba12-fa1ef2694705)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp c2c866ed-71a0-4570-b65f-7801eef65e69)) (fp_line (start -1.72 -4.135) (end 6.8 -4.135) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dc1aa656-aba3-4cc4-8854-d2b3643203f9)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 38f7c0b7-5506-4160-83f9-b3afaa9b7f7e)) (fp_line (start -1.72 1.595) (end -1.72 -4.135) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 507dab3d-81ec-4dc6-9d0b-4d15edd6b146)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cd488afc-1b09-4b97-b05b-5c53940e8666)) (fp_line (start 6.8 -4.135) (end 6.8 1.595) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 12baac1e-67bd-4bcf-8522-15c593c1c260)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp adf69f5b-6c22-4d29-8322-8cce423ef590)) (fp_line (start 6.8 1.595) (end -1.72 1.595) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a416d939-a3be-4605-b437-ca51095cda11)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 588ed008-f996-434a-813f-5273dba3f4cd)) (fp_line (start -1.47 -3.885) (end 6.55 -3.885) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c2bbc998-4dab-432d-8723-cd23c41b8d70)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2ea05854-5851-43ff-9fa8-ccbe38460161)) (fp_line (start -1.47 1.345) (end -1.47 -3.885) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c67c2240-2b44-49d9-a90a-b7c79c7535eb)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fad01f3c-24b7-43a9-92ba-f60ab6c2bb4c)) (fp_line (start 6.55 -3.885) (end 6.55 1.345) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d6f5bf25-ba20-4b2a-9926-ad99cee2126f)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 199d3a83-9050-4689-9643-f45b1231ca77)) (fp_line (start 6.55 1.345) (end -1.47 1.345) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0b5568d6-4454-4826-aa33-00ebd2b550b4)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c0fce156-4103-4170-9a03-68a225d9a898)) (pad "1" thru_hole rect (at 0 0) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "1") (pintype "passive") (tstamp dc14643d-87d9-4150-964a-f0c26d37653f)) + (net 39 "+5V") (pinfunction "1") (pintype "passive") (tstamp eda73974-98fc-481d-8d35-4c4c0643d49a)) (pad "2" thru_hole circle (at 0 -2.54) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 2 "5V_RPi") (pinfunction "2") (pintype "passive") (tstamp 34e17fcd-77ff-4665-b77e-fe4ac5fc0650)) + (net 2 "5V_RPi") (pinfunction "2") (pintype "passive") (tstamp b3188cef-290a-4b8c-a18f-2e1e4b3143c5)) (pad "3" thru_hole circle (at 2.54 0) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "3") (pintype "passive") (tstamp ac51d793-0fb8-4270-b461-c12c626db61f)) + (net 39 "+5V") (pinfunction "3") (pintype "passive") (tstamp 31190e7a-87ac-4403-b0d6-5952b5a2a97a)) (pad "4" thru_hole circle (at 2.54 -2.54) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 4 "5V_IN") (pinfunction "4") (pintype "passive") (tstamp bcb5aacd-9e8e-4f30-8e5c-ab3d447eb21b)) + (net 4 "5V_IN") (pinfunction "4") (pintype "passive") (tstamp 9ce68f87-219e-46e3-9338-618fc2160026)) (pad "5" thru_hole circle (at 5.08 0) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "5") (pintype "passive") (tstamp 32fdb6e4-e1f3-43c2-98e2-46a119b70734)) + (net 39 "+5V") (pinfunction "5") (pintype "passive") (tstamp 93611dce-960c-497a-b785-ed5790c82daf)) (pad "6" thru_hole circle (at 5.08 -2.54) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 93 "5V_USB") (pinfunction "6") (pintype "passive") (tstamp bbb93178-15f6-46ff-82f0-66110881839c)) + (net 88 "5V_USB") (pinfunction "6") (pintype "passive") (tstamp 763a499b-71ba-43ea-b5f6-b620b8de1e17)) (model "Library/SamacSys_Parts.3dshapes/61300621121.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -11937,7 +9729,7 @@ (pad "1" thru_hole rect (at 0.003779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 5 "+24V") (pinfunction "A") (pintype "passive") (tstamp 1f64cf20-d671-478f-9976-adb1187ab7a2)) (pad "2" thru_hole oval (at 2.503779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 11 "Net-(D4-A)") (pinfunction "B") (pintype "passive") (tstamp 4783b3e5-2c1c-45fe-a2c3-b04fbbfc6d7a)) + (net 8 "Net-(D4-A)") (pinfunction "B") (pintype "passive") (tstamp 4783b3e5-2c1c-45fe-a2c3-b04fbbfc6d7a)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -11950,160 +9742,160 @@ (at 72.245 113.75 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") (property "ki_keywords" "R resistor") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/5e147279-9b7c-4f43-8e8e-ec06cc8f63e9") (attr smd) - (fp_text reference "R15" (at 0 -1.43) (layer "F.SilkS") + (fp_text reference "R15" (at -2.289 0.007) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp f6acfd11-cd99-4fea-af2b-cf23b72692b5) (render_cache "R15" 0 (polygon (pts - (xy 71.541141 115.429) (xy 71.541141 114.819369) (xy 71.809026 114.819369) (xy 71.818968 114.819434) - (xy 71.828608 114.819628) (xy 71.837946 114.819952) (xy 71.846982 114.820404) (xy 71.855715 114.820987) - (xy 71.864146 114.821698) (xy 71.872274 114.822539) (xy 71.880101 114.823509) (xy 71.887625 114.824609) - (xy 71.894847 114.825838) (xy 71.901767 114.827196) (xy 71.908384 114.828684) (xy 71.914699 114.830301) - (xy 71.920712 114.832048) (xy 71.926423 114.833924) (xy 71.931832 114.835929) (xy 71.939568 114.839229) - (xy 71.947006 114.842975) (xy 71.954145 114.847167) (xy 71.960985 114.851804) (xy 71.967526 114.856887) - (xy 71.973769 114.862415) (xy 71.979713 114.86839) (xy 71.985357 114.874809) (xy 71.990703 114.881675) - (xy 71.994101 114.886499) (xy 71.997367 114.891522) (xy 71.998949 114.894108) (xy 72.002002 114.899362) - (xy 72.004857 114.904684) (xy 72.007516 114.910074) (xy 72.009977 114.915531) (xy 72.012242 114.921055) - (xy 72.014309 114.926648) (xy 72.01618 114.932307) (xy 72.017854 114.938035) (xy 72.019331 114.94383) - (xy 72.020611 114.949692) (xy 72.021694 114.955622) (xy 72.02258 114.961619) (xy 72.023269 114.967684) - (xy 72.023762 114.973817) (xy 72.024057 114.980017) (xy 72.024155 114.986285) (xy 72.023993 114.994356) - (xy 72.023505 115.002268) (xy 72.022692 115.010018) (xy 72.021554 115.017609) (xy 72.020091 115.025039) - (xy 72.018303 115.032309) (xy 72.016189 115.039419) (xy 72.013751 115.046369) (xy 72.010987 115.053158) - (xy 72.007898 115.059787) (xy 72.004484 115.066255) (xy 72.000745 115.072564) (xy 71.99668 115.078712) - (xy 71.992291 115.0847) (xy 71.987576 115.090527) (xy 71.982536 115.096194) (xy 71.977157 115.101636) - (xy 71.971424 115.106826) (xy 71.965337 115.111762) (xy 71.958897 115.116445) (xy 71.952102 115.120875) - (xy 71.944954 115.125052) (xy 71.937452 115.128976) (xy 71.929597 115.132647) (xy 71.921387 115.136066) - (xy 71.912824 115.139231) (xy 71.903907 115.142143) (xy 71.894636 115.144802) (xy 71.885012 115.147208) - (xy 71.875034 115.149361) (xy 71.864702 115.15126) (xy 71.854016 115.152907) (xy 71.859818 115.155787) - (xy 71.865355 115.158657) (xy 71.870627 115.161516) (xy 71.877243 115.165313) (xy 71.883388 115.169091) - (xy 71.889061 115.172851) (xy 71.894262 115.176592) (xy 71.898992 115.180315) (xy 71.902229 115.183096) - (xy 71.906593 115.187207) (xy 71.910926 115.191442) (xy 71.91523 115.195802) (xy 71.919503 115.200287) - (xy 71.923748 115.204897) (xy 71.927962 115.209632) (xy 71.932146 115.214492) (xy 71.936301 115.219476) - (xy 71.940426 115.224585) (xy 71.944522 115.229819) (xy 71.948587 115.235177) (xy 71.952623 115.240661) - (xy 71.956629 115.246269) (xy 71.960605 115.252002) (xy 71.964551 115.25786) (xy 71.968468 115.263842) - (xy 72.073688 115.429) (xy 71.973011 115.429) (xy 71.893143 115.302677) (xy 71.888814 115.295945) - (xy 71.88458 115.289412) (xy 71.880442 115.283081) (xy 71.876401 115.276949) (xy 71.872455 115.271018) - (xy 71.868606 115.265287) (xy 71.864853 115.259757) (xy 71.861197 115.254427) (xy 71.857636 115.249297) - (xy 71.854171 115.244368) (xy 71.849155 115.23735) (xy 71.844355 115.230782) (xy 71.839772 115.224665) - (xy 71.835404 115.219) (xy 71.831188 115.213712) (xy 71.827057 115.208732) (xy 71.82301 115.204057) - (xy 71.819049 115.19969) (xy 71.813899 115.194343) (xy 71.8089 115.189542) (xy 71.804053 115.185285) - (xy 71.799357 115.181573) (xy 71.794811 115.178406) (xy 71.789206 115.17496) (xy 71.783566 115.171858) - (xy 71.777889 115.169098) (xy 71.772177 115.166683) (xy 71.766429 115.16461) (xy 71.760645 115.162882) - (xy 71.758321 115.162286) (xy 71.751531 115.161144) (xy 71.745668 115.1605) (xy 71.738961 115.159999) - (xy 71.732986 115.159702) (xy 71.726472 115.159496) (xy 71.719417 115.159381) (xy 71.713772 115.159355) - (xy 71.621008 115.159355) (xy 71.621008 115.429) + (xy 73.830141 113.992) (xy 73.830141 113.382369) (xy 74.098026 113.382369) (xy 74.107968 113.382434) + (xy 74.117608 113.382628) (xy 74.126946 113.382952) (xy 74.135982 113.383404) (xy 74.144715 113.383987) + (xy 74.153146 113.384698) (xy 74.161274 113.385539) (xy 74.169101 113.386509) (xy 74.176625 113.387609) + (xy 74.183847 113.388838) (xy 74.190767 113.390196) (xy 74.197384 113.391684) (xy 74.203699 113.393301) + (xy 74.209712 113.395048) (xy 74.215423 113.396924) (xy 74.220832 113.398929) (xy 74.228568 113.402229) + (xy 74.236006 113.405975) (xy 74.243145 113.410167) (xy 74.249985 113.414804) (xy 74.256526 113.419887) + (xy 74.262769 113.425415) (xy 74.268713 113.43139) (xy 74.274357 113.437809) (xy 74.279703 113.444675) + (xy 74.283101 113.449499) (xy 74.286367 113.454522) (xy 74.287949 113.457108) (xy 74.291002 113.462362) + (xy 74.293857 113.467684) (xy 74.296516 113.473074) (xy 74.298977 113.478531) (xy 74.301242 113.484055) + (xy 74.303309 113.489648) (xy 74.30518 113.495307) (xy 74.306854 113.501035) (xy 74.308331 113.50683) + (xy 74.309611 113.512692) (xy 74.310694 113.518622) (xy 74.31158 113.524619) (xy 74.312269 113.530684) + (xy 74.312762 113.536817) (xy 74.313057 113.543017) (xy 74.313155 113.549285) (xy 74.312993 113.557356) + (xy 74.312505 113.565268) (xy 74.311692 113.573018) (xy 74.310554 113.580609) (xy 74.309091 113.588039) + (xy 74.307303 113.595309) (xy 74.305189 113.602419) (xy 74.302751 113.609369) (xy 74.299987 113.616158) + (xy 74.296898 113.622787) (xy 74.293484 113.629255) (xy 74.289745 113.635564) (xy 74.28568 113.641712) + (xy 74.281291 113.6477) (xy 74.276576 113.653527) (xy 74.271536 113.659194) (xy 74.266157 113.664636) + (xy 74.260424 113.669826) (xy 74.254337 113.674762) (xy 74.247897 113.679445) (xy 74.241102 113.683875) + (xy 74.233954 113.688052) (xy 74.226452 113.691976) (xy 74.218597 113.695647) (xy 74.210387 113.699066) + (xy 74.201824 113.702231) (xy 74.192907 113.705143) (xy 74.183636 113.707802) (xy 74.174012 113.710208) + (xy 74.164034 113.712361) (xy 74.153702 113.71426) (xy 74.143016 113.715907) (xy 74.148818 113.718787) + (xy 74.154355 113.721657) (xy 74.159627 113.724516) (xy 74.166243 113.728313) (xy 74.172388 113.732091) + (xy 74.178061 113.735851) (xy 74.183262 113.739592) (xy 74.187992 113.743315) (xy 74.191229 113.746096) + (xy 74.195593 113.750207) (xy 74.199926 113.754442) (xy 74.20423 113.758802) (xy 74.208503 113.763287) + (xy 74.212748 113.767897) (xy 74.216962 113.772632) (xy 74.221146 113.777492) (xy 74.225301 113.782476) + (xy 74.229426 113.787585) (xy 74.233522 113.792819) (xy 74.237587 113.798177) (xy 74.241623 113.803661) + (xy 74.245629 113.809269) (xy 74.249605 113.815002) (xy 74.253551 113.82086) (xy 74.257468 113.826842) + (xy 74.362688 113.992) (xy 74.262011 113.992) (xy 74.182143 113.865677) (xy 74.177814 113.858945) + (xy 74.17358 113.852412) (xy 74.169442 113.846081) (xy 74.165401 113.839949) (xy 74.161455 113.834018) + (xy 74.157606 113.828287) (xy 74.153853 113.822757) (xy 74.150197 113.817427) (xy 74.146636 113.812297) + (xy 74.143171 113.807368) (xy 74.138155 113.80035) (xy 74.133355 113.793782) (xy 74.128772 113.787665) + (xy 74.124404 113.782) (xy 74.120188 113.776712) (xy 74.116057 113.771732) (xy 74.11201 113.767057) + (xy 74.108049 113.76269) (xy 74.102899 113.757343) (xy 74.0979 113.752542) (xy 74.093053 113.748285) + (xy 74.088357 113.744573) (xy 74.083811 113.741406) (xy 74.078206 113.73796) (xy 74.072566 113.734858) + (xy 74.066889 113.732098) (xy 74.061177 113.729683) (xy 74.055429 113.72761) (xy 74.049645 113.725882) + (xy 74.047321 113.725286) (xy 74.040531 113.724144) (xy 74.034668 113.7235) (xy 74.027961 113.722999) + (xy 74.021986 113.722702) (xy 74.015472 113.722496) (xy 74.008417 113.722381) (xy 74.002772 113.722355) + (xy 73.910008 113.722355) (xy 73.910008 113.992) ) (pts - (xy 71.621008 115.091358) (xy 71.792906 115.091358) (xy 71.799664 115.091313) (xy 71.806235 115.091177) - (xy 71.812619 115.090951) (xy 71.818817 115.090635) (xy 71.824829 115.090228) (xy 71.833496 115.089448) - (xy 71.841743 115.088464) (xy 71.84957 115.087277) (xy 71.856977 115.085886) (xy 71.863964 115.084292) - (xy 71.870532 115.082494) (xy 71.87668 115.080493) (xy 71.878635 115.079781) (xy 71.884303 115.077489) - (xy 71.889711 115.074955) (xy 71.896516 115.0712) (xy 71.902858 115.067014) (xy 71.908739 115.062398) - (xy 71.914156 115.057352) (xy 71.919111 115.051874) (xy 71.923604 115.045967) (xy 71.925677 115.042852) - (xy 71.929455 115.036408) (xy 71.932729 115.029827) (xy 71.9355 115.023109) (xy 71.937767 115.016254) - (xy 71.93953 115.009261) (xy 71.940789 115.00213) (xy 71.941545 114.994862) (xy 71.941797 114.987457) - (xy 71.941522 114.979406) (xy 71.940699 114.971627) (xy 71.939328 114.964121) (xy 71.937407 114.956889) - (xy 71.934938 114.949929) (xy 71.93192 114.943243) (xy 71.928354 114.936829) (xy 71.924239 114.930689) - (xy 71.919575 114.924822) (xy 71.914362 114.919228) (xy 71.910582 114.91565) (xy 71.904439 114.910595) - (xy 71.89766 114.906038) (xy 71.890244 114.901978) (xy 71.882191 114.898415) (xy 71.87647 114.896316) - (xy 71.870466 114.894437) (xy 71.864178 114.89278) (xy 71.857608 114.891344) (xy 71.850756 114.890129) - (xy 71.84362 114.889134) (xy 71.836202 114.888361) (xy 71.828501 114.887808) (xy 71.820517 114.887477) - (xy 71.81225 114.887367) (xy 71.621008 114.887367) + (xy 73.910008 113.654358) (xy 74.081906 113.654358) (xy 74.088664 113.654313) (xy 74.095235 113.654177) + (xy 74.101619 113.653951) (xy 74.107817 113.653635) (xy 74.113829 113.653228) (xy 74.122496 113.652448) + (xy 74.130743 113.651464) (xy 74.13857 113.650277) (xy 74.145977 113.648886) (xy 74.152964 113.647292) + (xy 74.159532 113.645494) (xy 74.16568 113.643493) (xy 74.167635 113.642781) (xy 74.173303 113.640489) + (xy 74.178711 113.637955) (xy 74.185516 113.6342) (xy 74.191858 113.630014) (xy 74.197739 113.625398) + (xy 74.203156 113.620352) (xy 74.208111 113.614874) (xy 74.212604 113.608967) (xy 74.214677 113.605852) + (xy 74.218455 113.599408) (xy 74.221729 113.592827) (xy 74.2245 113.586109) (xy 74.226767 113.579254) + (xy 74.22853 113.572261) (xy 74.229789 113.56513) (xy 74.230545 113.557862) (xy 74.230797 113.550457) + (xy 74.230522 113.542406) (xy 74.229699 113.534627) (xy 74.228328 113.527121) (xy 74.226407 113.519889) + (xy 74.223938 113.512929) (xy 74.22092 113.506243) (xy 74.217354 113.499829) (xy 74.213239 113.493689) + (xy 74.208575 113.487822) (xy 74.203362 113.482228) (xy 74.199582 113.47865) (xy 74.193439 113.473595) + (xy 74.18666 113.469038) (xy 74.179244 113.464978) (xy 74.171191 113.461415) (xy 74.16547 113.459316) + (xy 74.159466 113.457437) (xy 74.153178 113.45578) (xy 74.146608 113.454344) (xy 74.139756 113.453129) + (xy 74.13262 113.452134) (xy 74.125202 113.451361) (xy 74.117501 113.450808) (xy 74.109517 113.450477) + (xy 74.10125 113.450367) (xy 73.910008 113.450367) ) ) (polygon (pts - (xy 72.395356 115.429) (xy 72.321204 115.429) (xy 72.321204 114.953898) (xy 72.316028 114.958762) - (xy 72.310559 114.963625) (xy 72.304797 114.968489) (xy 72.298741 114.973352) (xy 72.292391 114.978216) - (xy 72.285747 114.983079) (xy 72.27881 114.987943) (xy 72.271579 114.992806) (xy 72.266596 114.996049) - (xy 72.261482 114.999291) (xy 72.256237 115.002533) (xy 72.250862 115.005775) (xy 72.245456 115.008949) - (xy 72.24012 115.012022) (xy 72.234854 115.014994) (xy 72.229658 115.017866) (xy 72.221995 115.021984) - (xy 72.214489 115.025875) (xy 72.20714 115.02954) (xy 72.199948 115.032978) (xy 72.192914 115.036189) - (xy 72.186036 115.039174) (xy 72.179316 115.041932) (xy 72.172753 115.044464) (xy 72.172753 114.969432) - (xy 72.180477 114.965758) (xy 72.188078 114.961988) (xy 72.195557 114.958124) (xy 72.202914 114.954164) - (xy 72.210148 114.950109) (xy 72.217259 114.94596) (xy 72.224248 114.941715) (xy 72.231115 114.937375) - (xy 72.237859 114.932941) (xy 72.24448 114.928411) (xy 72.250979 114.923786) (xy 72.257355 114.919066) - (xy 72.263609 114.914251) (xy 72.269741 114.909342) (xy 72.27575 114.904337) (xy 72.281636 114.899237) - (xy 72.287355 114.894099) (xy 72.292861 114.888981) (xy 72.298153 114.883882) (xy 72.303233 114.878803) - (xy 72.3081 114.873743) (xy 72.312754 114.868703) (xy 72.317195 114.863682) (xy 72.321423 114.85868) - (xy 72.325438 114.853698) (xy 72.329241 114.848736) (xy 72.33283 114.843793) (xy 72.336206 114.838869) - (xy 72.340871 114.83152) (xy 72.345057 114.824215) (xy 72.347582 114.819369) (xy 72.395356 114.819369) + (xy 74.684356 113.992) (xy 74.610204 113.992) (xy 74.610204 113.516898) (xy 74.605028 113.521762) + (xy 74.599559 113.526625) (xy 74.593797 113.531489) (xy 74.587741 113.536352) (xy 74.581391 113.541216) + (xy 74.574747 113.546079) (xy 74.56781 113.550943) (xy 74.560579 113.555806) (xy 74.555596 113.559049) + (xy 74.550482 113.562291) (xy 74.545237 113.565533) (xy 74.539862 113.568775) (xy 74.534456 113.571949) + (xy 74.52912 113.575022) (xy 74.523854 113.577994) (xy 74.518658 113.580866) (xy 74.510995 113.584984) + (xy 74.503489 113.588875) (xy 74.49614 113.59254) (xy 74.488948 113.595978) (xy 74.481914 113.599189) + (xy 74.475036 113.602174) (xy 74.468316 113.604932) (xy 74.461753 113.607464) (xy 74.461753 113.532432) + (xy 74.469477 113.528758) (xy 74.477078 113.524988) (xy 74.484557 113.521124) (xy 74.491914 113.517164) + (xy 74.499148 113.513109) (xy 74.506259 113.50896) (xy 74.513248 113.504715) (xy 74.520115 113.500375) + (xy 74.526859 113.495941) (xy 74.53348 113.491411) (xy 74.539979 113.486786) (xy 74.546355 113.482066) + (xy 74.552609 113.477251) (xy 74.558741 113.472342) (xy 74.56475 113.467337) (xy 74.570636 113.462237) + (xy 74.576355 113.457099) (xy 74.581861 113.451981) (xy 74.587153 113.446882) (xy 74.592233 113.441803) + (xy 74.5971 113.436743) (xy 74.601754 113.431703) (xy 74.606195 113.426682) (xy 74.610423 113.42168) + (xy 74.614438 113.416698) (xy 74.618241 113.411736) (xy 74.62183 113.406793) (xy 74.625206 113.401869) + (xy 74.629871 113.39452) (xy 74.634057 113.387215) (xy 74.636582 113.382369) (xy 74.684356 113.382369) ) ) (polygon (pts - (xy 72.583081 115.269558) (xy 72.661043 115.262963) (xy 72.662213 115.269979) (xy 72.663562 115.276773) - (xy 72.665089 115.283346) (xy 72.666795 115.289699) (xy 72.668679 115.29583) (xy 72.670743 115.301741) - (xy 72.672984 115.30743) (xy 72.675404 115.312899) (xy 72.67937 115.320687) (xy 72.683737 115.327979) - (xy 72.688506 115.334773) (xy 72.693677 115.34107) (xy 72.69925 115.34687) (xy 72.701197 115.348692) - (xy 72.707219 115.353826) (xy 72.71347 115.358454) (xy 72.719951 115.362577) (xy 72.726661 115.366196) - (xy 72.7336 115.369309) (xy 72.740769 115.371918) (xy 72.748167 115.374021) (xy 72.755794 115.37562) - (xy 72.76365 115.376714) (xy 72.771736 115.377303) (xy 72.777254 115.377415) (xy 72.783876 115.377254) - (xy 72.79037 115.37677) (xy 72.796735 115.375963) (xy 72.802973 115.374833) (xy 72.809082 115.37338) - (xy 72.815063 115.371604) (xy 72.820915 115.369505) (xy 72.82664 115.367084) (xy 72.832236 115.36434) - (xy 72.837704 115.361272) (xy 72.843044 115.357882) (xy 72.848255 115.35417) (xy 72.853338 115.350134) - (xy 72.858294 115.345775) (xy 72.86312 115.341094) (xy 72.867819 115.33609) (xy 72.872326 115.330819) - (xy 72.876543 115.325339) (xy 72.880469 115.319649) (xy 72.884104 115.31375) (xy 72.887448 115.307642) - (xy 72.890502 115.301324) (xy 72.893264 115.294796) (xy 72.895736 115.288059) (xy 72.897917 115.281113) - (xy 72.899807 115.273956) (xy 72.901407 115.266591) (xy 72.902715 115.259016) (xy 72.903733 115.251231) - (xy 72.90446 115.243237) (xy 72.904896 115.235033) (xy 72.905042 115.22662) (xy 72.904902 115.218612) - (xy 72.904483 115.210818) (xy 72.903785 115.203238) (xy 72.902807 115.195873) (xy 72.90155 115.188721) - (xy 72.900013 115.181784) (xy 72.898197 115.17506) (xy 72.896102 115.168551) (xy 72.893728 115.162256) - (xy 72.891074 115.156175) (xy 72.888141 115.150308) (xy 72.884928 115.144655) (xy 72.881436 115.139216) - (xy 72.877665 115.133992) (xy 72.873614 115.128981) (xy 72.869284 115.124184) (xy 72.864747 115.119642) - (xy 72.860036 115.115392) (xy 72.855153 115.111435) (xy 72.850096 115.107771) (xy 72.844867 115.104401) - (xy 72.839465 115.101323) (xy 72.83389 115.098539) (xy 72.828142 115.096048) (xy 72.822221 115.093849) - (xy 72.816127 115.091944) (xy 72.809861 115.090332) (xy 72.803421 115.089013) (xy 72.796809 115.087988) - (xy 72.790024 115.087255) (xy 72.783066 115.086815) (xy 72.775935 115.086669) (xy 72.769291 115.086818) - (xy 72.762768 115.087266) (xy 72.756366 115.088013) (xy 72.750086 115.089059) (xy 72.743926 115.090404) - (xy 72.737887 115.092047) (xy 72.73197 115.09399) (xy 72.726173 115.096231) (xy 72.720498 115.098771) - (xy 72.714944 115.10161) (xy 72.711308 115.103668) (xy 72.706003 115.106918) (xy 72.700915 115.110348) - (xy 72.696043 115.113959) (xy 72.691387 115.11775) (xy 72.686948 115.121721) (xy 72.682725 115.125873) - (xy 72.678718 115.130205) (xy 72.674928 115.134717) (xy 72.671354 115.13941) (xy 72.667997 115.144283) - (xy 72.665879 115.147632) (xy 72.59627 115.138546) (xy 72.654742 114.828748) (xy 72.955307 114.828748) - (xy 72.955307 114.89909) (xy 72.714093 114.89909) (xy 72.681559 115.061463) (xy 72.688394 115.057133) - (xy 72.695268 115.053082) (xy 72.702183 115.049311) (xy 72.709137 115.045819) (xy 72.716132 115.042607) - (xy 72.723167 115.039673) (xy 72.730242 115.037019) (xy 72.737357 115.034645) (xy 72.744512 115.03255) - (xy 72.751707 115.030734) (xy 72.758942 115.029198) (xy 72.766217 115.027941) (xy 72.773532 115.026963) - (xy 72.780888 115.026264) (xy 72.788283 115.025845) (xy 72.795719 115.025706) (xy 72.805514 115.025921) - (xy 72.815115 115.026567) (xy 72.824523 115.027643) (xy 72.833738 115.02915) (xy 72.842759 115.031087) - (xy 72.851587 115.033454) (xy 72.860221 115.036252) (xy 72.868662 115.039481) (xy 72.876909 115.04314) - (xy 72.884963 115.04723) (xy 72.892823 115.05175) (xy 72.90049 115.0567) (xy 72.907963 115.062081) - (xy 72.915243 115.067893) (xy 72.922329 115.074134) (xy 72.929222 115.080807) (xy 72.935823 115.0878) - (xy 72.941999 115.09504) (xy 72.947748 115.102528) (xy 72.953072 115.110263) (xy 72.95797 115.118245) - (xy 72.962442 115.126474) (xy 72.966488 115.134951) (xy 72.970108 115.143675) (xy 72.973302 115.152646) - (xy 72.97607 115.161865) (xy 72.978413 115.171331) (xy 72.980329 115.181044) (xy 72.98182 115.191005) - (xy 72.982885 115.201213) (xy 72.983524 115.211668) (xy 72.983737 115.22237) (xy 72.98355 115.232577) - (xy 72.98299 115.242609) (xy 72.982057 115.252466) (xy 72.980751 115.262148) (xy 72.979071 115.271655) - (xy 72.977018 115.280986) (xy 72.974592 115.290142) (xy 72.971793 115.299123) (xy 72.968621 115.307929) - (xy 72.965075 115.31656) (xy 72.961156 115.325016) (xy 72.956864 115.333296) (xy 72.952198 115.341401) - (xy 72.94716 115.349331) (xy 72.941748 115.357086) (xy 72.935963 115.364666) (xy 72.928525 115.373592) - (xy 72.920756 115.381942) (xy 72.912657 115.389717) (xy 72.904226 115.396915) (xy 72.895465 115.403538) - (xy 72.886373 115.409584) (xy 72.87695 115.415055) (xy 72.867196 115.41995) (xy 72.857111 115.424269) - (xy 72.846696 115.428013) (xy 72.835949 115.43118) (xy 72.824872 115.433771) (xy 72.813464 115.435787) - (xy 72.807636 115.436579) (xy 72.801725 115.437227) (xy 72.795731 115.437731) (xy 72.789655 115.43809) - (xy 72.783496 115.438306) (xy 72.777254 115.438378) (xy 72.767059 115.438198) (xy 72.757101 115.437657) - (xy 72.747381 115.436756) (xy 72.737897 115.435493) (xy 72.72865 115.43387) (xy 72.719641 115.431887) - (xy 72.710868 115.429543) (xy 72.702332 115.426838) (xy 72.694034 115.423773) (xy 72.685972 115.420346) - (xy 72.678147 115.41656) (xy 72.670559 115.412412) (xy 72.663209 115.407904) (xy 72.656095 115.403036) - (xy 72.649218 115.397806) (xy 72.642578 115.392217) (xy 72.636249 115.386311) (xy 72.630268 115.38017) - (xy 72.624636 115.373795) (xy 72.619351 115.367185) (xy 72.614414 115.36034) (xy 72.609825 115.353261) - (xy 72.605585 115.345946) (xy 72.601692 115.338398) (xy 72.598147 115.330614) (xy 72.594951 115.322596) - (xy 72.592102 115.314343) (xy 72.589602 115.305855) (xy 72.58745 115.297133) (xy 72.585645 115.288176) - (xy 72.584189 115.278984) + (xy 74.872081 113.832558) (xy 74.950043 113.825963) (xy 74.951213 113.832979) (xy 74.952562 113.839773) + (xy 74.954089 113.846346) (xy 74.955795 113.852699) (xy 74.957679 113.85883) (xy 74.959743 113.864741) + (xy 74.961984 113.87043) (xy 74.964404 113.875899) (xy 74.96837 113.883687) (xy 74.972737 113.890979) + (xy 74.977506 113.897773) (xy 74.982677 113.90407) (xy 74.98825 113.90987) (xy 74.990197 113.911692) + (xy 74.996219 113.916826) (xy 75.00247 113.921454) (xy 75.008951 113.925577) (xy 75.015661 113.929196) + (xy 75.0226 113.932309) (xy 75.029769 113.934918) (xy 75.037167 113.937021) (xy 75.044794 113.93862) + (xy 75.05265 113.939714) (xy 75.060736 113.940303) (xy 75.066254 113.940415) (xy 75.072876 113.940254) + (xy 75.07937 113.93977) (xy 75.085735 113.938963) (xy 75.091973 113.937833) (xy 75.098082 113.93638) + (xy 75.104063 113.934604) (xy 75.109915 113.932505) (xy 75.11564 113.930084) (xy 75.121236 113.92734) + (xy 75.126704 113.924272) (xy 75.132044 113.920882) (xy 75.137255 113.91717) (xy 75.142338 113.913134) + (xy 75.147294 113.908775) (xy 75.15212 113.904094) (xy 75.156819 113.89909) (xy 75.161326 113.893819) + (xy 75.165543 113.888339) (xy 75.169469 113.882649) (xy 75.173104 113.87675) (xy 75.176448 113.870642) + (xy 75.179502 113.864324) (xy 75.182264 113.857796) (xy 75.184736 113.851059) (xy 75.186917 113.844113) + (xy 75.188807 113.836956) (xy 75.190407 113.829591) (xy 75.191715 113.822016) (xy 75.192733 113.814231) + (xy 75.19346 113.806237) (xy 75.193896 113.798033) (xy 75.194042 113.78962) (xy 75.193902 113.781612) + (xy 75.193483 113.773818) (xy 75.192785 113.766238) (xy 75.191807 113.758873) (xy 75.19055 113.751721) + (xy 75.189013 113.744784) (xy 75.187197 113.73806) (xy 75.185102 113.731551) (xy 75.182728 113.725256) + (xy 75.180074 113.719175) (xy 75.177141 113.713308) (xy 75.173928 113.707655) (xy 75.170436 113.702216) + (xy 75.166665 113.696992) (xy 75.162614 113.691981) (xy 75.158284 113.687184) (xy 75.153747 113.682642) + (xy 75.149036 113.678392) (xy 75.144153 113.674435) (xy 75.139096 113.670771) (xy 75.133867 113.667401) + (xy 75.128465 113.664323) (xy 75.12289 113.661539) (xy 75.117142 113.659048) (xy 75.111221 113.656849) + (xy 75.105127 113.654944) (xy 75.098861 113.653332) (xy 75.092421 113.652013) (xy 75.085809 113.650988) + (xy 75.079024 113.650255) (xy 75.072066 113.649815) (xy 75.064935 113.649669) (xy 75.058291 113.649818) + (xy 75.051768 113.650266) (xy 75.045366 113.651013) (xy 75.039086 113.652059) (xy 75.032926 113.653404) + (xy 75.026887 113.655047) (xy 75.02097 113.65699) (xy 75.015173 113.659231) (xy 75.009498 113.661771) + (xy 75.003944 113.66461) (xy 75.000308 113.666668) (xy 74.995003 113.669918) (xy 74.989915 113.673348) + (xy 74.985043 113.676959) (xy 74.980387 113.68075) (xy 74.975948 113.684721) (xy 74.971725 113.688873) + (xy 74.967718 113.693205) (xy 74.963928 113.697717) (xy 74.960354 113.70241) (xy 74.956997 113.707283) + (xy 74.954879 113.710632) (xy 74.88527 113.701546) (xy 74.943742 113.391748) (xy 75.244307 113.391748) + (xy 75.244307 113.46209) (xy 75.003093 113.46209) (xy 74.970559 113.624463) (xy 74.977394 113.620133) + (xy 74.984268 113.616082) (xy 74.991183 113.612311) (xy 74.998137 113.608819) (xy 75.005132 113.605607) + (xy 75.012167 113.602673) (xy 75.019242 113.600019) (xy 75.026357 113.597645) (xy 75.033512 113.59555) + (xy 75.040707 113.593734) (xy 75.047942 113.592198) (xy 75.055217 113.590941) (xy 75.062532 113.589963) + (xy 75.069888 113.589264) (xy 75.077283 113.588845) (xy 75.084719 113.588706) (xy 75.094514 113.588921) + (xy 75.104115 113.589567) (xy 75.113523 113.590643) (xy 75.122738 113.59215) (xy 75.131759 113.594087) + (xy 75.140587 113.596454) (xy 75.149221 113.599252) (xy 75.157662 113.602481) (xy 75.165909 113.60614) + (xy 75.173963 113.61023) (xy 75.181823 113.61475) (xy 75.18949 113.6197) (xy 75.196963 113.625081) + (xy 75.204243 113.630893) (xy 75.211329 113.637134) (xy 75.218222 113.643807) (xy 75.224823 113.6508) + (xy 75.230999 113.65804) (xy 75.236748 113.665528) (xy 75.242072 113.673263) (xy 75.24697 113.681245) + (xy 75.251442 113.689474) (xy 75.255488 113.697951) (xy 75.259108 113.706675) (xy 75.262302 113.715646) + (xy 75.26507 113.724865) (xy 75.267413 113.734331) (xy 75.269329 113.744044) (xy 75.27082 113.754005) + (xy 75.271885 113.764213) (xy 75.272524 113.774668) (xy 75.272737 113.78537) (xy 75.27255 113.795577) + (xy 75.27199 113.805609) (xy 75.271057 113.815466) (xy 75.269751 113.825148) (xy 75.268071 113.834655) + (xy 75.266018 113.843986) (xy 75.263592 113.853142) (xy 75.260793 113.862123) (xy 75.257621 113.870929) + (xy 75.254075 113.87956) (xy 75.250156 113.888016) (xy 75.245864 113.896296) (xy 75.241198 113.904401) + (xy 75.23616 113.912331) (xy 75.230748 113.920086) (xy 75.224963 113.927666) (xy 75.217525 113.936592) + (xy 75.209756 113.944942) (xy 75.201657 113.952717) (xy 75.193226 113.959915) (xy 75.184465 113.966538) + (xy 75.175373 113.972584) (xy 75.16595 113.978055) (xy 75.156196 113.98295) (xy 75.146111 113.987269) + (xy 75.135696 113.991013) (xy 75.124949 113.99418) (xy 75.113872 113.996771) (xy 75.102464 113.998787) + (xy 75.096636 113.999579) (xy 75.090725 114.000227) (xy 75.084731 114.000731) (xy 75.078655 114.00109) + (xy 75.072496 114.001306) (xy 75.066254 114.001378) (xy 75.056059 114.001198) (xy 75.046101 114.000657) + (xy 75.036381 113.999756) (xy 75.026897 113.998493) (xy 75.01765 113.99687) (xy 75.008641 113.994887) + (xy 74.999868 113.992543) (xy 74.991332 113.989838) (xy 74.983034 113.986773) (xy 74.974972 113.983346) + (xy 74.967147 113.97956) (xy 74.959559 113.975412) (xy 74.952209 113.970904) (xy 74.945095 113.966036) + (xy 74.938218 113.960806) (xy 74.931578 113.955217) (xy 74.925249 113.949311) (xy 74.919268 113.94317) + (xy 74.913636 113.936795) (xy 74.908351 113.930185) (xy 74.903414 113.92334) (xy 74.898825 113.916261) + (xy 74.894585 113.908946) (xy 74.890692 113.901398) (xy 74.887147 113.893614) (xy 74.883951 113.885596) + (xy 74.881102 113.877343) (xy 74.878602 113.868855) (xy 74.87645 113.860133) (xy 74.874645 113.851176) + (xy 74.873189 113.841984) ) ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp ad306b52-c528-4cb0-bfe3-40d72a753431) ) @@ -12132,9 +9924,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 86cb15ca-4c31-4377-a318-50269d1ccda9)) (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 50 "Net-(U2-PA0)") (pintype "passive") (tstamp baa33f8b-cca2-44c5-8404-241f416a2fad)) + (net 46 "Net-(U2-PA0)") (pintype "passive") (tstamp baa33f8b-cca2-44c5-8404-241f416a2fad)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 37 "GPIO13") (pintype "passive") (tstamp 2a4ed0d9-15ad-4478-ba3b-4d1dd1cdfc4b)) + (net 33 "GPIO13") (pintype "passive") (tstamp 2a4ed0d9-15ad-4478-ba3b-4d1dd1cdfc4b)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -12361,9 +10153,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 82299514-7e2c-40b9-aab5-3194f0aa0fa4)) (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "Net-(D6-A)") (pintype "passive") (tstamp a5ba6b3a-4bdc-428e-9a73-90a1b4cd19c7)) + (net 81 "Net-(D6-A)") (pintype "passive") (tstamp a5ba6b3a-4bdc-428e-9a73-90a1b4cd19c7)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 98 "Net-(U2-PB3)") (pintype "passive") (tstamp 0808939d-bd0f-4ab1-8aff-0ad1bd3867d7)) + (net 91 "Net-(U2-PB3)") (pintype "passive") (tstamp 0808939d-bd0f-4ab1-8aff-0ad1bd3867d7)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -12371,65 +10163,6 @@ ) ) - (footprint "SamacSys_Parts:CONUFL001-SMD" (layer "F.Cu") - (tstamp 749261aa-74dd-4873-8332-f276721e1618) - (at 77.225 115.96 90) - (descr "CONUFL001-SMD") - (tags "Connector") - (property "Arrow Part Number" "") - (property "Arrow Price/Stock" "") - (property "Description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack") - (property "Height" "") - (property "MPN" "CONUFL001-SMD-T") - (property "Manufacturer_Name" "Linx Technologies") - (property "Mouser Part Number" "712-CONUFL001-SMD-T") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/5e6c2bb6-bfd2-419c-b994-8739acf2dd8b") - (attr smd) - (fp_text reference "J12" (at -0.332 -0.051 90) (layer "F.SilkS") - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp c8313ee8-8df2-4b7b-9151-c1302fda2eb1) - ) - (fp_text value "CONUFL001-SMD-T" (at -0.332 -0.051 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 44182c63-e52e-49cc-8e7e-3d95213173b7) - ) - (fp_text user "${REFERENCE}" (at -0.332 -0.051 90) (layer "F.Fab") - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 7008cd8e-c8d9-4c85-8a9e-104abc219483) - ) - (fp_line (start -1.3 -1.3) (end 1.3 -1.3) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 51dd70d5-0850-42aa-a277-77aa0c58342b)) - (fp_line (start -1.3 1.3) (end -0.761 1.3) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp fa5aa47c-9f6a-4019-8206-2d94dae71ca7)) - (fp_line (start 1.3 1.3) (end 0.761 1.3) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 8b0dbf3e-992d-4f71-9cb3-ec4a1090ff3d)) - (fp_circle (center -0.013 2.353) (end -0.013 2.384) - (stroke (width 0.2) (type solid)) (fill none) (layer "F.SilkS") (tstamp c62990b6-2247-4a48-97aa-3ad6035610f0)) - (fp_line (start -1.3 -1.3) (end 1.3 -1.3) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp b006c19d-20dd-46cb-8277-4200d5d82659)) - (fp_line (start -1.3 1.3) (end -1.3 -1.3) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 15148715-e377-419c-b0f8-ed2859dc0e46)) - (fp_line (start 1.3 -1.3) (end 1.3 1.3) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp b72b9ce4-49a3-41d9-8ab4-32d787453dd3)) - (fp_line (start 1.3 1.3) (end -1.3 1.3) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp e2f30dcd-cf8f-47ee-9283-55b6e3e5b993)) - (pad "1" smd rect (at 0 1.525 90) (size 1 1.05) (layers "F.Cu" "F.Paste" "F.Mask") - (net 92 "Net-(J12-SIG)") (pinfunction "SIG") (pintype "passive") (tstamp 0a5c0333-fee1-4a3e-8450-254b5719208e)) - (pad "2" smd rect (at -1.475 0 90) (size 1.05 2.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND_1") (pintype "passive") (tstamp 07455360-975a-48c1-9711-9a4768386a4c)) - (pad "3" smd rect (at 1.475 0 90) (size 1.05 2.2) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND_2") (pintype "passive") (tstamp d9653284-b7d3-411b-aadc-add17643b04e)) - (model "Library/SamacSys_Parts.3dshapes/CONUFL001-SMD-T.stp" - (offset (xyz 0 0.03999999851 0.1800000044)) - (scale (xyz 1 1 1)) - (rotate (xyz -90 0 0)) - ) - ) - (footprint "SamacSys_Parts:CAPAE830X900N" (layer "F.Cu") (tstamp 76a9f2e8-34e2-4250-a6dd-367281132138) (at 109 79.69 180) @@ -12437,6 +10170,7 @@ (tags "Capacitor Polarised") (property "Arrow Part Number" "") (property "Arrow Price/Stock" "") + (property "Capacitance" "100uF") (property "Description" "Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms") (property "Height" "9") (property "MPN" "875115652007") @@ -12449,46 +10183,145 @@ (property "ki_description" "Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms") (path "/00000000-0000-0000-0000-00005a8053d4/3cab34ca-1510-4050-a40e-bd073a7b4586") (attr smd) - (fp_text reference "C4" (at 0 0 180) (layer "F.SilkS") - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp fd2f5c93-1d52-49ef-beab-c2f12223454b) + (fp_text reference "C4" (at 2.8 4.612 180) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) + (tstamp 399ea584-9177-4e4e-a8b1-d4e504d7cee6) + (render_cache "C4" 0 + (polygon + (pts + (xy 106.159553 75.111284) (xy 106.239567 75.131508) (xy 106.237953 75.137708) (xy 106.23626 75.143815) + (xy 106.234488 75.14983) (xy 106.232638 75.155752) (xy 106.23071 75.161581) (xy 106.228703 75.167317) + (xy 106.226618 75.172961) (xy 106.224455 75.178512) (xy 106.222213 75.18397) (xy 106.217493 75.194609) + (xy 106.212461 75.204876) (xy 106.207114 75.214772) (xy 106.201454 75.224298) (xy 106.19548 75.233452) + (xy 106.189192 75.242236) (xy 106.18259 75.250649) (xy 106.175675 75.25869) (xy 106.168446 75.266361) + (xy 106.160904 75.273661) (xy 106.153048 75.28059) (xy 106.149002 75.283915) (xy 106.140736 75.290268) + (xy 106.132243 75.296211) (xy 106.123522 75.301744) (xy 106.114573 75.306868) (xy 106.105396 75.311581) + (xy 106.095991 75.315885) (xy 106.086359 75.319779) (xy 106.076498 75.323263) (xy 106.06641 75.326337) + (xy 106.056094 75.329001) (xy 106.04555 75.331255) (xy 106.034779 75.333099) (xy 106.023779 75.334534) + (xy 106.012552 75.335559) (xy 106.001097 75.336173) (xy 105.989414 75.336378) (xy 105.98334 75.336339) + (xy 105.977338 75.336222) (xy 105.971407 75.336027) (xy 105.965547 75.335753) (xy 105.954042 75.334972) + (xy 105.942821 75.333878) (xy 105.931886 75.332471) (xy 105.921236 75.330752) (xy 105.91087 75.328721) + (xy 105.90079 75.326377) (xy 105.890995 75.32372) (xy 105.881485 75.320751) (xy 105.87226 75.317469) + (xy 105.86332 75.313875) (xy 105.854665 75.309968) (xy 105.846296 75.305748) (xy 105.838211 75.301216) + (xy 105.830412 75.296371) (xy 105.822887 75.291231) (xy 105.81559 75.285811) (xy 105.808521 75.280112) + (xy 105.801679 75.274133) (xy 105.795066 75.267875) (xy 105.78868 75.261338) (xy 105.782523 75.254521) + (xy 105.776593 75.247425) (xy 105.770891 75.24005) (xy 105.765416 75.232395) (xy 105.76017 75.224461) + (xy 105.755151 75.216248) (xy 105.75036 75.207755) (xy 105.745797 75.198983) (xy 105.741462 75.189931) + (xy 105.737355 75.1806) (xy 105.733487 75.171068) (xy 105.729868 75.161449) (xy 105.726498 75.151742) + (xy 105.723378 75.141949) (xy 105.720508 75.132069) (xy 105.717887 75.122101) (xy 105.715516 75.112047) + (xy 105.713395 75.101905) (xy 105.711523 75.091677) (xy 105.709901 75.081361) (xy 105.708528 75.070959) + (xy 105.707405 75.060469) (xy 105.706531 75.049893) (xy 105.705907 75.03923) (xy 105.705533 75.028479) + (xy 105.705408 75.017642) (xy 105.705443 75.01173) (xy 105.705549 75.005866) (xy 105.705971 74.994281) + (xy 105.706676 74.982886) (xy 105.707661 74.971681) (xy 105.708929 74.960666) (xy 105.710478 74.949841) + (xy 105.712308 74.939206) (xy 105.714421 74.928762) (xy 105.716815 74.918507) (xy 105.71949 74.908442) + (xy 105.722447 74.898567) (xy 105.725686 74.888883) (xy 105.729207 74.879388) (xy 105.733009 74.870084) + (xy 105.737093 74.860969) (xy 105.741458 74.852045) (xy 105.746084 74.843348) (xy 105.750947 74.834917) + (xy 105.756049 74.826752) (xy 105.761389 74.818852) (xy 105.766966 74.811218) (xy 105.772783 74.80385) + (xy 105.778837 74.796747) (xy 105.785129 74.789909) (xy 105.791659 74.783338) (xy 105.798428 74.777032) + (xy 105.805435 74.770991) (xy 105.81268 74.765217) (xy 105.820163 74.759707) (xy 105.827884 74.754464) + (xy 105.835843 74.749486) (xy 105.84404 74.744773) (xy 105.852427 74.740319) (xy 105.860916 74.736152) + (xy 105.869508 74.732273) (xy 105.878204 74.728681) (xy 105.887002 74.725376) (xy 105.895904 74.722359) + (xy 105.904908 74.719629) (xy 105.914016 74.717186) (xy 105.923227 74.715031) (xy 105.93254 74.713163) + (xy 105.941957 74.711583) (xy 105.951477 74.710289) (xy 105.961099 74.709284) (xy 105.970825 74.708565) + (xy 105.980654 74.708134) (xy 105.990586 74.70799) (xy 106.001812 74.708173) (xy 106.012813 74.708721) + (xy 106.023588 74.709634) (xy 106.034138 74.710912) (xy 106.044462 74.712556) (xy 106.05456 74.714564) + (xy 106.064433 74.716938) (xy 106.07408 74.719677) (xy 106.083502 74.722782) (xy 106.092699 74.726251) + (xy 106.101669 74.730086) (xy 106.110415 74.734286) (xy 106.118934 74.738851) (xy 106.127228 74.743782) + (xy 106.135297 74.749078) (xy 106.14314 74.754739) (xy 106.150724 74.760731) (xy 106.158015 74.767021) + (xy 106.165012 74.773609) (xy 106.171717 74.780494) (xy 106.178128 74.787677) (xy 106.184246 74.795158) + (xy 106.190071 74.802936) (xy 106.195604 74.811012) (xy 106.200843 74.819386) (xy 106.205788 74.828057) + (xy 106.210441 74.837026) (xy 106.214801 74.846293) (xy 106.218868 74.855857) (xy 106.222641 74.865719) + (xy 106.226122 74.875879) (xy 106.229309 74.886337) (xy 106.150467 74.904948) (xy 106.147774 74.896665) + (xy 106.144931 74.888668) (xy 106.141939 74.880957) (xy 106.138799 74.873532) (xy 106.135509 74.866394) + (xy 106.132071 74.859542) (xy 106.128484 74.852976) (xy 106.124749 74.846696) (xy 106.120864 74.840702) + (xy 106.116831 74.834995) (xy 106.112648 74.829574) (xy 106.108317 74.824439) (xy 106.103837 74.819591) + (xy 106.099208 74.815028) (xy 106.094431 74.810752) (xy 106.089504 74.806762) (xy 106.084423 74.803036) + (xy 106.079182 74.799549) (xy 106.073781 74.796304) (xy 106.068219 74.793298) (xy 106.062497 74.790533) + (xy 106.056614 74.788009) (xy 106.050571 74.785725) (xy 106.044368 74.783681) (xy 106.038005 74.781878) + (xy 106.031481 74.780315) (xy 106.024798 74.778993) (xy 106.017953 74.777911) (xy 106.010949 74.77707) + (xy 106.003784 74.776468) (xy 105.996459 74.776108) (xy 105.988974 74.775988) (xy 105.980362 74.776119) + (xy 105.971927 74.776514) (xy 105.963669 74.777173) (xy 105.955589 74.778094) (xy 105.947687 74.779279) + (xy 105.939961 74.780727) (xy 105.932414 74.782439) (xy 105.925043 74.784414) (xy 105.917851 74.786652) + (xy 105.910835 74.789154) (xy 105.903998 74.791919) (xy 105.897337 74.794947) (xy 105.890854 74.798239) + (xy 105.884549 74.801793) (xy 105.878421 74.805612) (xy 105.87247 74.809693) (xy 105.866735 74.813996) + (xy 105.861216 74.818479) (xy 105.855913 74.823142) (xy 105.850827 74.827984) (xy 105.845957 74.833006) + (xy 105.841304 74.838208) (xy 105.836867 74.843589) (xy 105.832646 74.849151) (xy 105.828642 74.854892) + (xy 105.824854 74.860812) (xy 105.821283 74.866913) (xy 105.817928 74.873193) (xy 105.814789 74.879653) + (xy 105.811867 74.886293) (xy 105.809161 74.893113) (xy 105.806671 74.900112) (xy 105.804382 74.907215) + (xy 105.80224 74.914347) (xy 105.800247 74.921508) (xy 105.798401 74.928697) (xy 105.796702 74.935915) + (xy 105.795151 74.943162) (xy 105.793748 74.950437) (xy 105.792493 74.957741) (xy 105.791385 74.965073) + (xy 105.790425 74.972434) (xy 105.789613 74.979824) (xy 105.788948 74.987242) (xy 105.788431 74.994689) + (xy 105.788062 75.002165) (xy 105.787841 75.009669) (xy 105.787767 75.017202) (xy 105.787854 75.026852) + (xy 105.788117 75.036347) (xy 105.788555 75.045687) (xy 105.789168 75.054873) (xy 105.789956 75.063905) + (xy 105.79092 75.072782) (xy 105.792058 75.081504) (xy 105.793372 75.090072) (xy 105.794861 75.098485) + (xy 105.796525 75.106744) (xy 105.798364 75.114848) (xy 105.800379 75.122797) (xy 105.802568 75.130592) + (xy 105.804933 75.138233) (xy 105.807473 75.145718) (xy 105.810188 75.15305) (xy 105.813106 75.160172) + (xy 105.816217 75.167065) (xy 105.819522 75.173732) (xy 105.82302 75.18017) (xy 105.826712 75.18638) + (xy 105.830597 75.192363) (xy 105.834676 75.198118) (xy 105.838948 75.203645) (xy 105.843414 75.208944) + (xy 105.848073 75.214015) (xy 105.852925 75.218858) (xy 105.857971 75.223474) (xy 105.863211 75.227862) + (xy 105.868644 75.232022) (xy 105.874271 75.235954) (xy 105.880091 75.239658) (xy 105.886056 75.243136) + (xy 105.892082 75.24639) (xy 105.898169 75.24942) (xy 105.904316 75.252225) (xy 105.910525 75.254805) + (xy 105.916793 75.257161) (xy 105.923123 75.259293) (xy 105.929513 75.2612) (xy 105.935964 75.262883) + (xy 105.942476 75.264342) (xy 105.949048 75.265576) (xy 105.955681 75.266586) (xy 105.962374 75.267371) + (xy 105.969129 75.267932) (xy 105.975944 75.268269) (xy 105.982819 75.268381) (xy 105.991129 75.268227) + (xy 105.999278 75.267763) (xy 106.007267 75.26699) (xy 106.015096 75.265908) (xy 106.022764 75.264517) + (xy 106.030272 75.262817) (xy 106.03762 75.260808) (xy 106.044808 75.258489) (xy 106.051835 75.255862) + (xy 106.058702 75.252925) (xy 106.065409 75.249679) (xy 106.071956 75.246125) (xy 106.078342 75.242261) + (xy 106.084568 75.238087) (xy 106.090633 75.233605) (xy 106.096539 75.228814) (xy 106.102246 75.223718) + (xy 106.107717 75.218322) (xy 106.112953 75.212626) (xy 106.117953 75.206631) (xy 106.122716 75.200335) + (xy 106.127245 75.193739) (xy 106.131537 75.186843) (xy 106.135593 75.179648) (xy 106.139414 75.172152) + (xy 106.142998 75.164357) (xy 106.146347 75.156261) (xy 106.14946 75.147866) (xy 106.152337 75.13917) + (xy 106.154978 75.130175) (xy 106.157384 75.12088) + ) + ) + (polygon + (pts + (xy 106.542331 75.327) (xy 106.542331 75.179281) (xy 106.28016 75.179281) (xy 106.28016 75.111284) + (xy 106.555959 74.717369) (xy 106.616483 74.717369) (xy 106.616483 75.111284) (xy 106.698109 75.111284) + (xy 106.698109 75.179281) (xy 106.616483 75.179281) (xy 106.616483 75.327) + ) + (pts + (xy 106.542331 75.111284) (xy 106.542331 74.837244) (xy 106.35314 75.111284) + ) + ) + ) ) (fp_text value "875115652007" (at 0 0 180) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 65a70424-44bc-42ba-81f0-d728d0bd7507) + (tstamp 667c4f52-b481-4005-97f6-231c1b659d1e) ) (fp_text user "${REFERENCE}" (at 0 0 180) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 96e1ded8-c9ec-40b6-aecb-3caefe2fe10f) + (tstamp 32929591-fad6-4234-b56a-c1eacc2598cf) ) (fp_line (start -5.3 -4.15) (end 4.15 -4.15) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 6cbdc971-701f-4aa0-8cb3-d721c66e5ba2)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 9f686aff-7a6e-46a5-8208-87eb63f40fe5)) (fp_line (start -2.075 4.15) (end 4.15 4.15) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 1ad93c53-18e0-4876-badf-b4feeb9dd1db)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 7c40c88d-d445-4bf0-bed2-e5374550ddf1)) (fp_line (start -5.8 -4.75) (end 5.8 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3ea9d21a-287b-4d47-b5d7-ead9772c4e61)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b590ffe9-1d77-41e7-81af-ac2c92b3c255)) (fp_line (start -5.8 4.75) (end -5.8 -4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d339a592-90c8-4c5f-8577-b02993f42983)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 66bb2f3a-6c36-4579-8506-c476795f6bcb)) (fp_line (start 5.8 -4.75) (end 5.8 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8c0cecd-0820-4374-bfc3-4faa72c4ffde)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c8c3f743-d5b5-4b58-b553-edd7af2fb6d3)) (fp_line (start 5.8 4.75) (end -5.8 4.75) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f3b8828d-5ae9-4c65-987e-ea2db3081785)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 5029ab01-f1ca-454d-a419-dcc9c85f6cfc)) (fp_line (start -4.15 -2.075) (end -4.15 2.075) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3a70080-c850-4a4e-b6f1-1e35f6bcc12e)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8cfe23f2-293d-4572-93d0-7f00750f04e5)) (fp_line (start -4.15 2.075) (end -2.075 4.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64f844fd-503b-4c09-9835-740c4c0d4f6f)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b96d98cd-9481-42d3-ae54-de767d102f43)) (fp_line (start -2.075 -4.15) (end -4.15 -2.075) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5cd88dd-4f48-49dd-9514-9f1609bb879e)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7593116a-3e27-48f8-b245-4793e24ef87f)) (fp_line (start -2.075 4.15) (end 4.15 4.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8d50af38-c3cf-4eae-9a64-924b55c95369)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ef505299-9625-4467-a399-ebe745bffb08)) (fp_line (start 4.15 -4.15) (end -2.075 -4.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 165be521-298a-43e8-910f-0bad3a6eda0c)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 285982ac-b7b4-48f8-944b-09287f2696c7)) (fp_line (start 4.15 4.15) (end 4.15 -4.15) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 611f56f1-1837-4c62-912d-20fbc785ac2f)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4ee40405-f2de-4b61-ba87-1a9805f6119f)) (pad "1" smd rect (at -3.4 0 270) (size 2.15 3.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 5 "+24V") (pintype "passive") (tstamp ef120114-992f-4cdd-a78f-ab0fd31c15c1)) + (net 5 "+24V") (pintype "passive") (tstamp 4668a248-0423-406f-8190-1a1b15d9bf7b)) (pad "2" smd rect (at 3.4 0 270) (size 2.15 3.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pintype "passive") (tstamp acf538a0-e3b8-43fb-b394-c4a6cb6dce26)) + (net 1 "GND") (pintype "passive") (tstamp 54b50fc2-4a6d-4ab9-8574-4518a87fe167)) (model "Library/SamacSys_Parts.3dshapes/875115652007.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -12498,143 +10331,144 @@ (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") (tstamp 76ff80a2-1e56-44cf-855b-ccc3643b5f39) - (at 86.36 115.57 90) + (at 86.515 115.24 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") (property "ki_keywords" "capacitor cap") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/f8b5c3ca-e734-4cf4-9399-887ec48ebfbb") (attr smd) - (fp_text reference "C14" (at -0.508 1.016 90) (layer "F.SilkS") + (fp_text reference "C14" (at 0.027 0.86) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp 7bc76c8e-20e0-4384-ab6c-d7f76690ea41) - (render_cache "C14" 90 + (render_cache "C14" 0 (polygon (pts - (xy 87.409284 116.35204) (xy 87.429508 116.272026) (xy 87.435708 116.27364) (xy 87.441815 116.275333) - (xy 87.44783 116.277105) (xy 87.453752 116.278955) (xy 87.459581 116.280883) (xy 87.465317 116.28289) - (xy 87.470961 116.284975) (xy 87.476512 116.287138) (xy 87.48197 116.28938) (xy 87.492609 116.2941) - (xy 87.502876 116.299132) (xy 87.512772 116.304479) (xy 87.522298 116.310139) (xy 87.531452 116.316113) - (xy 87.540236 116.322401) (xy 87.548649 116.329003) (xy 87.55669 116.335918) (xy 87.564361 116.343147) - (xy 87.571661 116.350689) (xy 87.57859 116.358545) (xy 87.581915 116.362591) (xy 87.588268 116.370857) - (xy 87.594211 116.37935) (xy 87.599744 116.388071) (xy 87.604868 116.39702) (xy 87.609581 116.406197) - (xy 87.613885 116.415602) (xy 87.617779 116.425234) (xy 87.621263 116.435095) (xy 87.624337 116.445183) - (xy 87.627001 116.455499) (xy 87.629255 116.466043) (xy 87.631099 116.476814) (xy 87.632534 116.487814) - (xy 87.633559 116.499041) (xy 87.634173 116.510496) (xy 87.634378 116.522179) (xy 87.634339 116.528253) - (xy 87.634222 116.534255) (xy 87.634027 116.540186) (xy 87.633753 116.546046) (xy 87.632972 116.557551) - (xy 87.631878 116.568772) (xy 87.630471 116.579707) (xy 87.628752 116.590357) (xy 87.626721 116.600723) - (xy 87.624377 116.610803) (xy 87.62172 116.620598) (xy 87.618751 116.630108) (xy 87.615469 116.639333) - (xy 87.611875 116.648273) (xy 87.607968 116.656928) (xy 87.603748 116.665297) (xy 87.599216 116.673382) - (xy 87.594371 116.681181) (xy 87.589231 116.688706) (xy 87.583811 116.696003) (xy 87.578112 116.703072) - (xy 87.572133 116.709914) (xy 87.565875 116.716527) (xy 87.559338 116.722913) (xy 87.552521 116.72907) - (xy 87.545425 116.735) (xy 87.53805 116.740702) (xy 87.530395 116.746177) (xy 87.522461 116.751423) - (xy 87.514248 116.756442) (xy 87.505755 116.761233) (xy 87.496983 116.765796) (xy 87.487931 116.770131) - (xy 87.4786 116.774238) (xy 87.469068 116.778106) (xy 87.459449 116.781725) (xy 87.449742 116.785095) - (xy 87.439949 116.788215) (xy 87.430069 116.791085) (xy 87.420101 116.793706) (xy 87.410047 116.796077) - (xy 87.399905 116.798198) (xy 87.389677 116.80007) (xy 87.379361 116.801692) (xy 87.368959 116.803065) - (xy 87.358469 116.804188) (xy 87.347893 116.805062) (xy 87.33723 116.805686) (xy 87.326479 116.80606) - (xy 87.315642 116.806185) (xy 87.30973 116.80615) (xy 87.303866 116.806044) (xy 87.292281 116.805622) - (xy 87.280886 116.804917) (xy 87.269681 116.803932) (xy 87.258666 116.802664) (xy 87.247841 116.801115) - (xy 87.237206 116.799285) (xy 87.226762 116.797172) (xy 87.216507 116.794778) (xy 87.206442 116.792103) - (xy 87.196567 116.789146) (xy 87.186883 116.785907) (xy 87.177388 116.782386) (xy 87.168084 116.778584) - (xy 87.158969 116.7745) (xy 87.150045 116.770135) (xy 87.141348 116.765509) (xy 87.132917 116.760646) - (xy 87.124752 116.755544) (xy 87.116852 116.750204) (xy 87.109218 116.744627) (xy 87.10185 116.73881) - (xy 87.094747 116.732756) (xy 87.087909 116.726464) (xy 87.081338 116.719934) (xy 87.075032 116.713165) - (xy 87.068991 116.706158) (xy 87.063217 116.698913) (xy 87.057707 116.69143) (xy 87.052464 116.683709) - (xy 87.047486 116.67575) (xy 87.042773 116.667553) (xy 87.038319 116.659166) (xy 87.034152 116.650677) - (xy 87.030273 116.642085) (xy 87.026681 116.633389) (xy 87.023376 116.624591) (xy 87.020359 116.615689) - (xy 87.017629 116.606685) (xy 87.015186 116.597577) (xy 87.013031 116.588366) (xy 87.011163 116.579053) - (xy 87.009583 116.569636) (xy 87.008289 116.560116) (xy 87.007284 116.550494) (xy 87.006565 116.540768) - (xy 87.006134 116.530939) (xy 87.00599 116.521007) (xy 87.006173 116.509781) (xy 87.006721 116.49878) - (xy 87.007634 116.488005) (xy 87.008912 116.477455) (xy 87.010556 116.467131) (xy 87.012564 116.457033) - (xy 87.014938 116.44716) (xy 87.017677 116.437513) (xy 87.020782 116.428091) (xy 87.024251 116.418894) - (xy 87.028086 116.409924) (xy 87.032286 116.401178) (xy 87.036851 116.392659) (xy 87.041782 116.384365) - (xy 87.047078 116.376296) (xy 87.052739 116.368453) (xy 87.058731 116.360869) (xy 87.065021 116.353578) - (xy 87.071609 116.346581) (xy 87.078494 116.339876) (xy 87.085677 116.333465) (xy 87.093158 116.327347) - (xy 87.100936 116.321522) (xy 87.109012 116.315989) (xy 87.117386 116.31075) (xy 87.126057 116.305805) - (xy 87.135026 116.301152) (xy 87.144293 116.296792) (xy 87.153857 116.292725) (xy 87.163719 116.288952) - (xy 87.173879 116.285471) (xy 87.184337 116.282284) (xy 87.202948 116.361126) (xy 87.194665 116.363819) - (xy 87.186668 116.366662) (xy 87.178957 116.369654) (xy 87.171532 116.372794) (xy 87.164394 116.376084) - (xy 87.157542 116.379522) (xy 87.150976 116.383109) (xy 87.144696 116.386844) (xy 87.138702 116.390729) - (xy 87.132995 116.394762) (xy 87.127574 116.398945) (xy 87.122439 116.403276) (xy 87.117591 116.407756) - (xy 87.113028 116.412385) (xy 87.108752 116.417162) (xy 87.104762 116.422089) (xy 87.101036 116.42717) - (xy 87.097549 116.432411) (xy 87.094304 116.437812) (xy 87.091298 116.443374) (xy 87.088533 116.449096) - (xy 87.086009 116.454979) (xy 87.083725 116.461022) (xy 87.081681 116.467225) (xy 87.079878 116.473588) - (xy 87.078315 116.480112) (xy 87.076993 116.486795) (xy 87.075911 116.49364) (xy 87.07507 116.500644) - (xy 87.074468 116.507809) (xy 87.074108 116.515134) (xy 87.073988 116.522619) (xy 87.074119 116.531231) - (xy 87.074514 116.539666) (xy 87.075173 116.547924) (xy 87.076094 116.556004) (xy 87.077279 116.563906) - (xy 87.078727 116.571632) (xy 87.080439 116.579179) (xy 87.082414 116.58655) (xy 87.084652 116.593742) - (xy 87.087154 116.600758) (xy 87.089919 116.607595) (xy 87.092947 116.614256) (xy 87.096239 116.620739) - (xy 87.099793 116.627044) (xy 87.103612 116.633172) (xy 87.107693 116.639123) (xy 87.111996 116.644858) - (xy 87.116479 116.650377) (xy 87.121142 116.65568) (xy 87.125984 116.660766) (xy 87.131006 116.665636) - (xy 87.136208 116.670289) (xy 87.141589 116.674726) (xy 87.147151 116.678947) (xy 87.152892 116.682951) - (xy 87.158812 116.686739) (xy 87.164913 116.69031) (xy 87.171193 116.693665) (xy 87.177653 116.696804) - (xy 87.184293 116.699726) (xy 87.191113 116.702432) (xy 87.198112 116.704922) (xy 87.205215 116.707211) - (xy 87.212347 116.709353) (xy 87.219508 116.711346) (xy 87.226697 116.713192) (xy 87.233915 116.714891) - (xy 87.241162 116.716442) (xy 87.248437 116.717845) (xy 87.255741 116.7191) (xy 87.263073 116.720208) - (xy 87.270434 116.721168) (xy 87.277824 116.72198) (xy 87.285242 116.722645) (xy 87.292689 116.723162) - (xy 87.300165 116.723531) (xy 87.307669 116.723752) (xy 87.315202 116.723826) (xy 87.324852 116.723739) - (xy 87.334347 116.723476) (xy 87.343687 116.723038) (xy 87.352873 116.722425) (xy 87.361905 116.721637) - (xy 87.370782 116.720673) (xy 87.379504 116.719535) (xy 87.388072 116.718221) (xy 87.396485 116.716732) - (xy 87.404744 116.715068) (xy 87.412848 116.713229) (xy 87.420797 116.711214) (xy 87.428592 116.709025) - (xy 87.436233 116.70666) (xy 87.443718 116.70412) (xy 87.45105 116.701405) (xy 87.458172 116.698487) - (xy 87.465065 116.695376) (xy 87.471732 116.692071) (xy 87.47817 116.688573) (xy 87.48438 116.684881) - (xy 87.490363 116.680996) (xy 87.496118 116.676917) (xy 87.501645 116.672645) (xy 87.506944 116.668179) - (xy 87.512015 116.66352) (xy 87.516858 116.658668) (xy 87.521474 116.653622) (xy 87.525862 116.648382) - (xy 87.530022 116.642949) (xy 87.533954 116.637322) (xy 87.537658 116.631502) (xy 87.541136 116.625537) - (xy 87.54439 116.619511) (xy 87.54742 116.613424) (xy 87.550225 116.607277) (xy 87.552805 116.601068) - (xy 87.555161 116.5948) (xy 87.557293 116.58847) (xy 87.5592 116.58208) (xy 87.560883 116.575629) - (xy 87.562342 116.569117) (xy 87.563576 116.562545) (xy 87.564586 116.555912) (xy 87.565371 116.549219) - (xy 87.565932 116.542464) (xy 87.566269 116.535649) (xy 87.566381 116.528774) (xy 87.566227 116.520464) - (xy 87.565763 116.512315) (xy 87.56499 116.504326) (xy 87.563908 116.496497) (xy 87.562517 116.488829) - (xy 87.560817 116.481321) (xy 87.558808 116.473973) (xy 87.556489 116.466785) (xy 87.553862 116.459758) - (xy 87.550925 116.452891) (xy 87.547679 116.446184) (xy 87.544125 116.439637) (xy 87.540261 116.433251) - (xy 87.536087 116.427025) (xy 87.531605 116.42096) (xy 87.526814 116.415054) (xy 87.521718 116.409347) - (xy 87.516322 116.403876) (xy 87.510626 116.39864) (xy 87.504631 116.39364) (xy 87.498335 116.388877) - (xy 87.491739 116.384348) (xy 87.484843 116.380056) (xy 87.477648 116.376) (xy 87.470152 116.372179) - (xy 87.462357 116.368595) (xy 87.454261 116.365246) (xy 87.445866 116.362133) (xy 87.43717 116.359256) - (xy 87.428175 116.356615) (xy 87.41888 116.354209) + (xy 86.213959 114.413284) (xy 86.293973 114.433508) (xy 86.292359 114.439708) (xy 86.290666 114.445815) + (xy 86.288894 114.45183) (xy 86.287044 114.457752) (xy 86.285116 114.463581) (xy 86.283109 114.469317) + (xy 86.281024 114.474961) (xy 86.278861 114.480512) (xy 86.276619 114.48597) (xy 86.271899 114.496609) + (xy 86.266867 114.506876) (xy 86.26152 114.516772) (xy 86.25586 114.526298) (xy 86.249886 114.535452) + (xy 86.243598 114.544236) (xy 86.236996 114.552649) (xy 86.230081 114.56069) (xy 86.222852 114.568361) + (xy 86.21531 114.575661) (xy 86.207454 114.58259) (xy 86.203408 114.585915) (xy 86.195142 114.592268) + (xy 86.186649 114.598211) (xy 86.177928 114.603744) (xy 86.168979 114.608868) (xy 86.159802 114.613581) + (xy 86.150397 114.617885) (xy 86.140765 114.621779) (xy 86.130904 114.625263) (xy 86.120816 114.628337) + (xy 86.1105 114.631001) (xy 86.099956 114.633255) (xy 86.089185 114.635099) (xy 86.078185 114.636534) + (xy 86.066958 114.637559) (xy 86.055503 114.638173) (xy 86.04382 114.638378) (xy 86.037746 114.638339) + (xy 86.031744 114.638222) (xy 86.025813 114.638027) (xy 86.019953 114.637753) (xy 86.008448 114.636972) + (xy 85.997227 114.635878) (xy 85.986292 114.634471) (xy 85.975642 114.632752) (xy 85.965276 114.630721) + (xy 85.955196 114.628377) (xy 85.945401 114.62572) (xy 85.935891 114.622751) (xy 85.926666 114.619469) + (xy 85.917726 114.615875) (xy 85.909071 114.611968) (xy 85.900702 114.607748) (xy 85.892617 114.603216) + (xy 85.884818 114.598371) (xy 85.877293 114.593231) (xy 85.869996 114.587811) (xy 85.862927 114.582112) + (xy 85.856085 114.576133) (xy 85.849472 114.569875) (xy 85.843086 114.563338) (xy 85.836929 114.556521) + (xy 85.830999 114.549425) (xy 85.825297 114.54205) (xy 85.819822 114.534395) (xy 85.814576 114.526461) + (xy 85.809557 114.518248) (xy 85.804766 114.509755) (xy 85.800203 114.500983) (xy 85.795868 114.491931) + (xy 85.791761 114.4826) (xy 85.787893 114.473068) (xy 85.784274 114.463449) (xy 85.780904 114.453742) + (xy 85.777784 114.443949) (xy 85.774914 114.434069) (xy 85.772293 114.424101) (xy 85.769922 114.414047) + (xy 85.767801 114.403905) (xy 85.765929 114.393677) (xy 85.764307 114.383361) (xy 85.762934 114.372959) + (xy 85.761811 114.362469) (xy 85.760937 114.351893) (xy 85.760313 114.34123) (xy 85.759939 114.330479) + (xy 85.759814 114.319642) (xy 85.759849 114.31373) (xy 85.759955 114.307866) (xy 85.760377 114.296281) + (xy 85.761082 114.284886) (xy 85.762067 114.273681) (xy 85.763335 114.262666) (xy 85.764884 114.251841) + (xy 85.766714 114.241206) (xy 85.768827 114.230762) (xy 85.771221 114.220507) (xy 85.773896 114.210442) + (xy 85.776853 114.200567) (xy 85.780092 114.190883) (xy 85.783613 114.181388) (xy 85.787415 114.172084) + (xy 85.791499 114.162969) (xy 85.795864 114.154045) (xy 85.80049 114.145348) (xy 85.805353 114.136917) + (xy 85.810455 114.128752) (xy 85.815795 114.120852) (xy 85.821372 114.113218) (xy 85.827189 114.10585) + (xy 85.833243 114.098747) (xy 85.839535 114.091909) (xy 85.846065 114.085338) (xy 85.852834 114.079032) + (xy 85.859841 114.072991) (xy 85.867086 114.067217) (xy 85.874569 114.061707) (xy 85.88229 114.056464) + (xy 85.890249 114.051486) (xy 85.898446 114.046773) (xy 85.906833 114.042319) (xy 85.915322 114.038152) + (xy 85.923914 114.034273) (xy 85.93261 114.030681) (xy 85.941408 114.027376) (xy 85.95031 114.024359) + (xy 85.959314 114.021629) (xy 85.968422 114.019186) (xy 85.977633 114.017031) (xy 85.986946 114.015163) + (xy 85.996363 114.013583) (xy 86.005883 114.012289) (xy 86.015505 114.011284) (xy 86.025231 114.010565) + (xy 86.03506 114.010134) (xy 86.044992 114.00999) (xy 86.056218 114.010173) (xy 86.067219 114.010721) + (xy 86.077994 114.011634) (xy 86.088544 114.012912) (xy 86.098868 114.014556) (xy 86.108966 114.016564) + (xy 86.118839 114.018938) (xy 86.128486 114.021677) (xy 86.137908 114.024782) (xy 86.147105 114.028251) + (xy 86.156075 114.032086) (xy 86.164821 114.036286) (xy 86.17334 114.040851) (xy 86.181634 114.045782) + (xy 86.189703 114.051078) (xy 86.197546 114.056739) (xy 86.20513 114.062731) (xy 86.212421 114.069021) + (xy 86.219418 114.075609) (xy 86.226123 114.082494) (xy 86.232534 114.089677) (xy 86.238652 114.097158) + (xy 86.244477 114.104936) (xy 86.25001 114.113012) (xy 86.255249 114.121386) (xy 86.260194 114.130057) + (xy 86.264847 114.139026) (xy 86.269207 114.148293) (xy 86.273274 114.157857) (xy 86.277047 114.167719) + (xy 86.280528 114.177879) (xy 86.283715 114.188337) (xy 86.204873 114.206948) (xy 86.20218 114.198665) + (xy 86.199337 114.190668) (xy 86.196345 114.182957) (xy 86.193205 114.175532) (xy 86.189915 114.168394) + (xy 86.186477 114.161542) (xy 86.18289 114.154976) (xy 86.179155 114.148696) (xy 86.17527 114.142702) + (xy 86.171237 114.136995) (xy 86.167054 114.131574) (xy 86.162723 114.126439) (xy 86.158243 114.121591) + (xy 86.153614 114.117028) (xy 86.148837 114.112752) (xy 86.14391 114.108762) (xy 86.138829 114.105036) + (xy 86.133588 114.101549) (xy 86.128187 114.098304) (xy 86.122625 114.095298) (xy 86.116903 114.092533) + (xy 86.11102 114.090009) (xy 86.104977 114.087725) (xy 86.098774 114.085681) (xy 86.092411 114.083878) + (xy 86.085887 114.082315) (xy 86.079204 114.080993) (xy 86.072359 114.079911) (xy 86.065355 114.07907) + (xy 86.05819 114.078468) (xy 86.050865 114.078108) (xy 86.04338 114.077988) (xy 86.034768 114.078119) + (xy 86.026333 114.078514) (xy 86.018075 114.079173) (xy 86.009995 114.080094) (xy 86.002093 114.081279) + (xy 85.994367 114.082727) (xy 85.98682 114.084439) (xy 85.979449 114.086414) (xy 85.972257 114.088652) + (xy 85.965241 114.091154) (xy 85.958404 114.093919) (xy 85.951743 114.096947) (xy 85.94526 114.100239) + (xy 85.938955 114.103793) (xy 85.932827 114.107612) (xy 85.926876 114.111693) (xy 85.921141 114.115996) + (xy 85.915622 114.120479) (xy 85.910319 114.125142) (xy 85.905233 114.129984) (xy 85.900363 114.135006) + (xy 85.89571 114.140208) (xy 85.891273 114.145589) (xy 85.887052 114.151151) (xy 85.883048 114.156892) + (xy 85.87926 114.162812) (xy 85.875689 114.168913) (xy 85.872334 114.175193) (xy 85.869195 114.181653) + (xy 85.866273 114.188293) (xy 85.863567 114.195113) (xy 85.861077 114.202112) (xy 85.858788 114.209215) + (xy 85.856646 114.216347) (xy 85.854653 114.223508) (xy 85.852807 114.230697) (xy 85.851108 114.237915) + (xy 85.849557 114.245162) (xy 85.848154 114.252437) (xy 85.846899 114.259741) (xy 85.845791 114.267073) + (xy 85.844831 114.274434) (xy 85.844019 114.281824) (xy 85.843354 114.289242) (xy 85.842837 114.296689) + (xy 85.842468 114.304165) (xy 85.842247 114.311669) (xy 85.842173 114.319202) (xy 85.84226 114.328852) + (xy 85.842523 114.338347) (xy 85.842961 114.347687) (xy 85.843574 114.356873) (xy 85.844362 114.365905) + (xy 85.845326 114.374782) (xy 85.846464 114.383504) (xy 85.847778 114.392072) (xy 85.849267 114.400485) + (xy 85.850931 114.408744) (xy 85.85277 114.416848) (xy 85.854785 114.424797) (xy 85.856974 114.432592) + (xy 85.859339 114.440233) (xy 85.861879 114.447718) (xy 85.864594 114.45505) (xy 85.867512 114.462172) + (xy 85.870623 114.469065) (xy 85.873928 114.475732) (xy 85.877426 114.48217) (xy 85.881118 114.48838) + (xy 85.885003 114.494363) (xy 85.889082 114.500118) (xy 85.893354 114.505645) (xy 85.89782 114.510944) + (xy 85.902479 114.516015) (xy 85.907331 114.520858) (xy 85.912377 114.525474) (xy 85.917617 114.529862) + (xy 85.92305 114.534022) (xy 85.928677 114.537954) (xy 85.934497 114.541658) (xy 85.940462 114.545136) + (xy 85.946488 114.54839) (xy 85.952575 114.55142) (xy 85.958722 114.554225) (xy 85.964931 114.556805) + (xy 85.971199 114.559161) (xy 85.977529 114.561293) (xy 85.983919 114.5632) (xy 85.99037 114.564883) + (xy 85.996882 114.566342) (xy 86.003454 114.567576) (xy 86.010087 114.568586) (xy 86.01678 114.569371) + (xy 86.023535 114.569932) (xy 86.03035 114.570269) (xy 86.037225 114.570381) (xy 86.045535 114.570227) + (xy 86.053684 114.569763) (xy 86.061673 114.56899) (xy 86.069502 114.567908) (xy 86.07717 114.566517) + (xy 86.084678 114.564817) (xy 86.092026 114.562808) (xy 86.099214 114.560489) (xy 86.106241 114.557862) + (xy 86.113108 114.554925) (xy 86.119815 114.551679) (xy 86.126362 114.548125) (xy 86.132748 114.544261) + (xy 86.138974 114.540087) (xy 86.145039 114.535605) (xy 86.150945 114.530814) (xy 86.156652 114.525718) + (xy 86.162123 114.520322) (xy 86.167359 114.514626) (xy 86.172359 114.508631) (xy 86.177122 114.502335) + (xy 86.181651 114.495739) (xy 86.185943 114.488843) (xy 86.189999 114.481648) (xy 86.19382 114.474152) + (xy 86.197404 114.466357) (xy 86.200753 114.458261) (xy 86.203866 114.449866) (xy 86.206743 114.44117) + (xy 86.209384 114.432175) (xy 86.21179 114.42288) ) ) (polygon (pts - (xy 87.625 115.927643) (xy 87.625 116.001795) (xy 87.149898 116.001795) (xy 87.154762 116.006971) - (xy 87.159625 116.01244) (xy 87.164489 116.018202) (xy 87.169352 116.024258) (xy 87.174216 116.030608) - (xy 87.179079 116.037252) (xy 87.183943 116.044189) (xy 87.188806 116.05142) (xy 87.192049 116.056403) - (xy 87.195291 116.061517) (xy 87.198533 116.066762) (xy 87.201775 116.072137) (xy 87.204949 116.077543) - (xy 87.208022 116.082879) (xy 87.210994 116.088145) (xy 87.213866 116.093341) (xy 87.217984 116.101004) - (xy 87.221875 116.10851) (xy 87.22554 116.115859) (xy 87.228978 116.123051) (xy 87.232189 116.130085) - (xy 87.235174 116.136963) (xy 87.237932 116.143683) (xy 87.240464 116.150246) (xy 87.165432 116.150246) - (xy 87.161758 116.142522) (xy 87.157988 116.134921) (xy 87.154124 116.127442) (xy 87.150164 116.120085) - (xy 87.146109 116.112851) (xy 87.14196 116.10574) (xy 87.137715 116.098751) (xy 87.133375 116.091884) - (xy 87.128941 116.08514) (xy 87.124411 116.078519) (xy 87.119786 116.07202) (xy 87.115066 116.065644) - (xy 87.110251 116.05939) (xy 87.105342 116.053258) (xy 87.100337 116.047249) (xy 87.095237 116.041363) - (xy 87.090099 116.035644) (xy 87.084981 116.030138) (xy 87.079882 116.024846) (xy 87.074803 116.019766) - (xy 87.069743 116.014899) (xy 87.064703 116.010245) (xy 87.059682 116.005804) (xy 87.05468 116.001576) - (xy 87.049698 115.997561) (xy 87.044736 115.993758) (xy 87.039793 115.990169) (xy 87.034869 115.986793) - (xy 87.02752 115.982128) (xy 87.020215 115.977942) (xy 87.015369 115.975417) (xy 87.015369 115.927643) + (xy 86.638356 114.629) (xy 86.564204 114.629) (xy 86.564204 114.153898) (xy 86.559028 114.158762) + (xy 86.553559 114.163625) (xy 86.547797 114.168489) (xy 86.541741 114.173352) (xy 86.535391 114.178216) + (xy 86.528747 114.183079) (xy 86.52181 114.187943) (xy 86.514579 114.192806) (xy 86.509596 114.196049) + (xy 86.504482 114.199291) (xy 86.499237 114.202533) (xy 86.493862 114.205775) (xy 86.488456 114.208949) + (xy 86.48312 114.212022) (xy 86.477854 114.214994) (xy 86.472658 114.217866) (xy 86.464995 114.221984) + (xy 86.457489 114.225875) (xy 86.45014 114.22954) (xy 86.442948 114.232978) (xy 86.435914 114.236189) + (xy 86.429036 114.239174) (xy 86.422316 114.241932) (xy 86.415753 114.244464) (xy 86.415753 114.169432) + (xy 86.423477 114.165758) (xy 86.431078 114.161988) (xy 86.438557 114.158124) (xy 86.445914 114.154164) + (xy 86.453148 114.150109) (xy 86.460259 114.14596) (xy 86.467248 114.141715) (xy 86.474115 114.137375) + (xy 86.480859 114.132941) (xy 86.48748 114.128411) (xy 86.493979 114.123786) (xy 86.500355 114.119066) + (xy 86.506609 114.114251) (xy 86.512741 114.109342) (xy 86.51875 114.104337) (xy 86.524636 114.099237) + (xy 86.530355 114.094099) (xy 86.535861 114.088981) (xy 86.541153 114.083882) (xy 86.546233 114.078803) + (xy 86.5511 114.073743) (xy 86.555754 114.068703) (xy 86.560195 114.063682) (xy 86.564423 114.05868) + (xy 86.568438 114.053698) (xy 86.572241 114.048736) (xy 86.57583 114.043793) (xy 86.579206 114.038869) + (xy 86.583871 114.03152) (xy 86.588057 114.024215) (xy 86.590582 114.019369) (xy 86.638356 114.019369) ) ) (polygon (pts - (xy 87.625 115.502075) (xy 87.477281 115.502075) (xy 87.477281 115.764245) (xy 87.409284 115.764245) - (xy 87.015369 115.488446) (xy 87.015369 115.427922) (xy 87.409284 115.427922) (xy 87.409284 115.346297) - (xy 87.477281 115.346297) (xy 87.477281 115.427922) (xy 87.625 115.427922) + (xy 87.063924 114.629) (xy 87.063924 114.481281) (xy 86.801754 114.481281) (xy 86.801754 114.413284) + (xy 87.077553 114.019369) (xy 87.138077 114.019369) (xy 87.138077 114.413284) (xy 87.219702 114.413284) + (xy 87.219702 114.481281) (xy 87.138077 114.481281) (xy 87.138077 114.629) ) (pts - (xy 87.409284 115.502075) (xy 87.135244 115.502075) (xy 87.409284 115.691265) + (xy 87.063924 114.413284) (xy 87.063924 114.139244) (xy 86.874734 114.413284) ) ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp fd2e8ea3-1c28-4a23-9fc4-867fe76ab30c) ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 4b51af74-d26f-45fa-9a03-ca56af2d5fec) ) @@ -12658,10 +10492,10 @@ (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 407cafcb-0fb3-4578-9411-920b4c7f1258)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 624c12ce-7c6a-4ab3-b0a5-224cbb9b0428)) - (pad "1" smd roundrect (at -0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp 67c17a9b-c18d-4cdc-9b8f-9400874407e3)) - (pad "2" smd roundrect (at 0.775 0 90) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pintype "passive") (tstamp 653eb59a-bc93-4a48-8068-b310b5a51803)) + (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GND") (pintype "passive") (zone_connect 2) (tstamp 653eb59a-bc93-4a48-8068-b310b5a51803)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -12904,9 +10738,9 @@ (pad "1" thru_hole circle (at 6.5 0 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "1") (pintype "passive") (tstamp a751bcc4-9b45-49e2-bc8f-eea766dd171c)) (pad "2" thru_hole circle (at 0 4.5 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 89 "Net-(D1-Pad1)") (pinfunction "2") (pintype "passive") (tstamp d831d2b5-200a-4086-b595-ec14d92668b5)) + (net 85 "Net-(D1-Pad1)") (pinfunction "2") (pintype "passive") (tstamp d831d2b5-200a-4086-b595-ec14d92668b5)) (pad "2" thru_hole circle (at 6.5 4.5 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 89 "Net-(D1-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 4153f178-6c75-4ec2-8482-b36023efdc17)) + (net 85 "Net-(D1-Pad1)") (pinfunction "2") (pintype "passive") (tstamp 4153f178-6c75-4ec2-8482-b36023efdc17)) (model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_PUSH_6mm.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -13154,9 +10988,9 @@ (fp_circle (center 3.25 2.25) (end 1.25 2.5) (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 6f69258c-011e-4653-9e81-52638eb83e26)) (pad "1" thru_hole circle (at 0 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 34 "GPIO5") (pinfunction "1") (pintype "passive") (tstamp 537c4b1e-d993-4039-8b56-ba0c187b0b68)) + (net 30 "GPIO5") (pinfunction "1") (pintype "passive") (tstamp 537c4b1e-d993-4039-8b56-ba0c187b0b68)) (pad "1" thru_hole circle (at 6.5 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 34 "GPIO5") (pinfunction "1") (pintype "passive") (tstamp e09cdc72-ac7f-4698-800f-12b99d5ab8ca)) + (net 30 "GPIO5") (pinfunction "1") (pintype "passive") (tstamp e09cdc72-ac7f-4698-800f-12b99d5ab8ca)) (pad "2" thru_hole circle (at 0 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 7de9cc43-0714-4309-b2d4-9015233b4c02)) (pad "2" thru_hole circle (at 6.5 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") @@ -13411,7 +11245,7 @@ (fp_line (start 7.45 3.4) (end 7.45 -2.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 52a21031-121a-4e98-bde0-65c6468f8da2)) (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 17 "GPIO4") (pinfunction "DATA") (pintype "bidirectional") (tstamp aa293a18-b0ff-4ee4-8c9a-dc3aa3ac5127)) + (net 13 "GPIO4") (pinfunction "DATA") (pintype "bidirectional") (tstamp aa293a18-b0ff-4ee4-8c9a-dc3aa3ac5127)) (pad "2" thru_hole oval (at 2.5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "input") (tstamp a7b992f4-8b4e-4c74-a6c0-8c38846cef3b)) (pad "3" thru_hole oval (at 5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -13654,17 +11488,17 @@ (fp_line (start 1.5 1.5) (end -1.5 1.5) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c4d4cc42-e0be-4299-b55f-c44893726f4e)) (pad "1" smd rect (at -1.5 -0.95 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "+5V") (pinfunction "EN") (pintype "input") (tstamp 175f84ec-5593-4e44-9a19-57e1735f24d8)) + (net 39 "+5V") (pinfunction "EN") (pintype "input") (tstamp 175f84ec-5593-4e44-9a19-57e1735f24d8)) (pad "2" smd rect (at -1.5 0 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 7b8ae2cf-ad4e-48ef-a8c7-2aa2d88b8ed3)) (pad "3" smd rect (at -1.5 0.95 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 47 "unconnected-(PS1-PG-Pad3)") (pinfunction "PG") (pintype "output") (tstamp 568a6fdf-80c7-488e-a943-d0673f488330)) + (net 43 "unconnected-(PS1-PG-Pad3)") (pinfunction "PG") (pintype "output") (tstamp 568a6fdf-80c7-488e-a943-d0673f488330)) (pad "4" smd rect (at 1.5 0.95 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "3.3V_Generated") (pinfunction "VOUT") (pintype "output") (tstamp 72ed9784-9750-4482-a565-07d5b5ef558b)) + (net 11 "3.3V_Generated") (pinfunction "VOUT") (pintype "output") (tstamp 72ed9784-9750-4482-a565-07d5b5ef558b)) (pad "5" smd rect (at 1.5 0 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 48 "unconnected-(PS1-NC-Pad5)") (pinfunction "NC") (pintype "no_connect") (tstamp e8446f98-2876-4de4-a5df-ecfed0f9a920)) + (net 44 "unconnected-(PS1-NC-Pad5)") (pinfunction "NC") (pintype "no_connect") (tstamp e8446f98-2876-4de4-a5df-ecfed0f9a920)) (pad "6" smd rect (at 1.5 -0.95 270) (size 0.4 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "+5V") (pinfunction "VIN") (pintype "power_in") (tstamp 760d67ab-9758-4aec-8b77-728722ae788c)) + (net 39 "+5V") (pinfunction "VIN") (pintype "power_in") (tstamp 760d67ab-9758-4aec-8b77-728722ae788c)) (pad "7" smd rect (at 0 0 180) (size 1.75 2.5) (layers "F.Cu" "F.Paste" "F.Mask") (net 1 "GND") (pinfunction "PAD") (pintype "power_in") (zone_connect 2) (tstamp eedb279b-eb49-4f7d-9dfa-9435091f8d90)) (model "Library/SamacSys_Parts.3dshapes/LD39050PU33R.stp" @@ -13679,7 +11513,7 @@ (at 71.635 121.68 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -13779,7 +11613,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43 -270) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43 -270) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp bf862c0f-c59e-45a1-b18f-0b173c6e4770) ) @@ -13808,9 +11642,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 24041dca-88d1-4ab5-b6b4-55ce056b299e)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 51 "Net-(U2-PA1)") (pintype "passive") (tstamp 5c73b7a1-1354-4b74-afe7-c69072e55b9f)) + (net 47 "Net-(U2-PA1)") (pintype "passive") (tstamp 5c73b7a1-1354-4b74-afe7-c69072e55b9f)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 42 "GPIO21") (pintype "passive") (tstamp 7a9e9ace-b1e7-4e89-844e-11cf639711bc)) + (net 38 "GPIO21") (pintype "passive") (tstamp 7a9e9ace-b1e7-4e89-844e-11cf639711bc)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -14143,9 +11977,9 @@ (fp_line (start 0.6 0.4) (end -0.6 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 44e9efa0-5e77-485f-ae30-bc74e6437d55)) (pad "1" smd rect (at -0.725 0) (size 0.42 0.7) (layers "F.Cu" "F.Paste" "F.Mask") - (net 89 "Net-(D1-Pad1)") (pintype "passive") (tstamp b3eee398-9165-48e1-a169-83906c0185d1)) + (net 85 "Net-(D1-Pad1)") (pintype "passive") (tstamp b3eee398-9165-48e1-a169-83906c0185d1)) (pad "2" smd rect (at 0.725 0) (size 0.42 0.7) (layers "F.Cu" "F.Paste" "F.Mask") - (net 88 "Net-(U2-NRST)") (pintype "passive") (tstamp 7079173a-b405-44c1-9aee-19a72e06965f)) + (net 84 "Net-(U2-NRST)") (pintype "passive") (tstamp 7079173a-b405-44c1-9aee-19a72e06965f)) (model "Library/SamacSys_Parts.3dshapes/BAT54KFILM.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -14162,6 +11996,7 @@ (property "Arrow Price/Stock" "https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac") (property "Description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole") (property "Height" "3") + (property "MPN" "ZX62D-B-5PA8(30)") (property "Manufacturer_Name" "Hirose") (property "Manufacturer_Part_Number" "ZX62D-B-5PA8(30)") (property "Mouser Part Number" "798-ZX62D-B-5PA830") @@ -14171,70 +12006,191 @@ (property "ki_description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/0b13182f-ed23-41de-8fdb-48210989b889") (attr through_hole) - (fp_text reference "J15" (at 0 -0.437) (layer "F.SilkS") - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp b4e66b55-60b8-49d9-a6b7-e7ab2e6c023f) + (fp_text reference "J15" (at -5.37 2.108) (layer "F.SilkS") + (effects (font (face "Arial") (size 1 1) (thickness 0.15))) + (tstamp cef042c5-74ee-4890-b7ad-2315acb14f0c) + (render_cache "J15" 0 + (polygon + (pts + (xy 97.892143 129.592609) (xy 98.01231 129.576) (xy 98.013052 129.589767) (xy 98.014054 129.602981) + (xy 98.015318 129.615642) (xy 98.016844 129.627749) (xy 98.018631 129.639303) (xy 98.020679 129.650303) + (xy 98.022989 129.660751) (xy 98.02556 129.670644) (xy 98.029907 129.684447) (xy 98.034843 129.697005) + (xy 98.040366 129.708318) (xy 98.046478 129.718386) (xy 98.053177 129.727209) (xy 98.055541 129.729873) + (xy 98.063035 129.737293) (xy 98.071043 129.743984) (xy 98.079567 129.749945) (xy 98.088606 129.755175) + (xy 98.09816 129.759676) (xy 98.108229 129.763447) (xy 98.118814 129.766488) (xy 98.129913 129.768799) + (xy 98.141528 129.770381) (xy 98.153658 129.771232) (xy 98.162031 129.771394) (xy 98.174392 129.771032) + (xy 98.186318 129.769944) (xy 98.197809 129.768132) (xy 98.208865 129.765594) (xy 98.219485 129.762331) + (xy 98.229671 129.758343) (xy 98.239422 129.75363) (xy 98.248737 129.748191) (xy 98.257481 129.742131) + (xy 98.265514 129.735552) (xy 98.272837 129.728454) (xy 98.279451 129.720836) (xy 98.285355 129.7127) + (xy 98.290549 129.704045) (xy 98.295033 129.69487) (xy 98.298807 129.685177) (xy 98.302013 129.674422) + (xy 98.304791 129.662187) (xy 98.306594 129.652039) (xy 98.308157 129.641058) (xy 98.309479 129.629245) + (xy 98.310561 129.616598) (xy 98.311403 129.603118) (xy 98.312004 129.588806) (xy 98.312271 129.578801) + (xy 98.312431 129.568427) (xy 98.312485 129.557682) (xy 98.312485 128.856949) (xy 98.445841 128.856949) + (xy 98.445841 129.548157) (xy 98.445722 129.56384) (xy 98.445364 129.579076) (xy 98.444768 129.593866) + (xy 98.443933 129.60821) (xy 98.44286 129.622107) (xy 98.441548 129.635557) (xy 98.439998 129.648561) + (xy 98.438209 129.661119) (xy 98.436181 129.67323) (xy 98.433915 129.684894) (xy 98.431411 129.696112) + (xy 98.428668 129.706884) (xy 98.425687 129.717209) (xy 98.422467 129.727087) (xy 98.419008 129.736519) + (xy 98.415311 129.745505) (xy 98.409271 129.75831) (xy 98.4026 129.770532) (xy 98.395298 129.78217) + (xy 98.387364 129.793224) (xy 98.3788 129.803694) (xy 98.369604 129.81358) (xy 98.359777 129.822882) + (xy 98.34932 129.8316) (xy 98.338231 129.839735) (xy 98.326511 129.847285) (xy 98.318347 129.851995) + (xy 98.305732 129.858542) (xy 98.29271 129.864445) (xy 98.279279 129.869705) (xy 98.265441 129.87432) + (xy 98.255989 129.877039) (xy 98.246356 129.879472) (xy 98.236541 129.881619) (xy 98.226546 129.883479) + (xy 98.216369 129.885053) (xy 98.20601 129.886341) (xy 98.19547 129.887343) (xy 98.18475 129.888059) + (xy 98.173847 129.888488) (xy 98.162764 129.888631) (xy 98.146429 129.88834) (xy 98.130581 129.887467) + (xy 98.11522 129.886012) (xy 98.100345 129.883975) (xy 98.085956 129.881356) (xy 98.072054 129.878155) + (xy 98.058639 129.874372) (xy 98.045711 129.870008) (xy 98.033268 129.865061) (xy 98.021313 129.859532) + (xy 98.009844 129.853421) (xy 97.998862 129.846728) (xy 97.988366 129.839453) (xy 97.978357 129.831597) + (xy 97.968834 129.823158) (xy 97.959798 129.814137) (xy 97.951291 129.804542) (xy 97.943354 129.79438) + (xy 97.935987 129.783651) (xy 97.929191 129.772356) (xy 97.922966 129.760494) (xy 97.917311 129.748065) + (xy 97.912227 129.73507) (xy 97.907713 129.721508) (xy 97.90377 129.707379) (xy 97.900397 129.692683) + (xy 97.897595 129.677421) (xy 97.895364 129.661592) (xy 97.893703 129.645196) (xy 97.892612 129.628234) + (xy 97.892092 129.610705) + ) + ) + (polygon + (pts + (xy 99.075255 129.873) (xy 98.951668 129.873) (xy 98.951668 129.081164) (xy 98.943043 129.08927) + (xy 98.933928 129.097376) (xy 98.924324 129.105482) (xy 98.91423 129.113587) (xy 98.903647 129.121693) + (xy 98.892575 129.129799) (xy 98.881013 129.137905) (xy 98.868962 129.146011) (xy 98.860655 129.151415) + (xy 98.852132 129.156818) (xy 98.84339 129.162222) (xy 98.834432 129.167626) (xy 98.825422 129.172916) + (xy 98.816529 129.178037) (xy 98.807753 129.182991) (xy 98.799093 129.187776) (xy 98.786321 129.19464) + (xy 98.773811 129.201126) (xy 98.761563 129.207234) (xy 98.749576 129.212964) (xy 98.737852 129.218316) + (xy 98.72639 129.223291) (xy 98.715189 129.227887) (xy 98.70425 129.232106) (xy 98.70425 129.107054) + (xy 98.717124 129.10093) (xy 98.729793 129.094647) (xy 98.742258 129.088206) (xy 98.754519 129.081607) + (xy 98.766575 129.074849) (xy 98.778428 129.067933) (xy 98.790076 129.060859) (xy 98.80152 129.053626) + (xy 98.81276 129.046235) (xy 98.823796 129.038685) (xy 98.834627 129.030977) (xy 98.845255 129.023111) + (xy 98.855678 129.015086) (xy 98.865897 129.006903) (xy 98.875912 128.998561) (xy 98.885723 128.990062) + (xy 98.895254 128.981499) (xy 98.90443 128.972968) (xy 98.913252 128.96447) (xy 98.921718 128.956005) + (xy 98.92983 128.947572) (xy 98.937586 128.939171) (xy 98.944988 128.930803) (xy 98.952035 128.922467) + (xy 98.958727 128.914164) (xy 98.965063 128.905893) (xy 98.971046 128.897655) (xy 98.976673 128.889449) + (xy 98.984448 128.877201) (xy 98.991425 128.865025) (xy 98.995632 128.856949) (xy 99.075255 128.856949) + ) + ) + (polygon + (pts + (xy 99.38813 129.607263) (xy 99.518067 129.596272) (xy 99.520018 129.607965) (xy 99.522265 129.619288) + (xy 99.524811 129.630244) (xy 99.527654 129.640831) (xy 99.530795 129.65105) (xy 99.534233 129.660901) + (xy 99.537969 129.670384) (xy 99.542003 129.679498) (xy 99.548612 129.692479) (xy 99.555891 129.704631) + (xy 99.563839 129.715955) (xy 99.572457 129.72645) (xy 99.581745 129.736116) (xy 99.58499 129.739154) + (xy 99.595027 129.74771) (xy 99.605446 129.755423) (xy 99.616248 129.762295) (xy 99.627431 129.768326) + (xy 99.638997 129.773515) (xy 99.650944 129.777863) (xy 99.663274 129.781369) (xy 99.675986 129.784034) + (xy 99.68908 129.785857) (xy 99.702556 129.786839) (xy 99.711752 129.787026) (xy 99.722789 129.786757) + (xy 99.733612 129.78595) (xy 99.744221 129.784605) (xy 99.754617 129.782721) (xy 99.764799 129.7803) + (xy 99.774767 129.77734) (xy 99.784521 129.773843) (xy 99.794062 129.769807) (xy 99.803389 129.765233) + (xy 99.812502 129.760121) (xy 99.821402 129.754471) (xy 99.830088 129.748283) (xy 99.83856 129.741557) + (xy 99.846818 129.734292) (xy 99.854863 129.72649) (xy 99.862694 129.71815) (xy 99.870206 129.709365) + (xy 99.877234 129.700232) (xy 99.883777 129.690749) (xy 99.889836 129.680918) (xy 99.895409 129.670737) + (xy 99.900498 129.660207) (xy 99.905103 129.649327) (xy 99.909222 129.638099) (xy 99.912857 129.626521) + (xy 99.916008 129.614594) (xy 99.918673 129.602318) (xy 99.920854 129.589693) (xy 99.922551 129.576719) + (xy 99.923762 129.563395) (xy 99.924489 129.549722) (xy 99.924732 129.5357) (xy 99.924499 129.522354) + (xy 99.923801 129.509364) (xy 99.922637 129.496731) (xy 99.921007 129.484455) (xy 99.918912 129.472536) + (xy 99.916351 129.460973) (xy 99.913325 129.449768) (xy 99.909833 129.438919) (xy 99.905875 129.428427) + (xy 99.901452 129.418292) (xy 99.896564 129.408514) (xy 99.891209 129.399092) (xy 99.88539 129.390027) + (xy 99.879104 129.38132) (xy 99.872353 129.372969) (xy 99.865137 129.364974) (xy 99.857574 129.357403) + (xy 99.849723 129.35032) (xy 99.841583 129.343725) (xy 99.833156 129.337619) (xy 99.824441 129.332002) + (xy 99.815437 129.326872) (xy 99.806145 129.322232) (xy 99.796565 129.31808) (xy 99.786697 129.314416) + (xy 99.776541 129.311241) (xy 99.766097 129.308554) (xy 99.755365 129.306356) (xy 99.744344 129.304646) + (xy 99.733035 129.303425) (xy 99.721439 129.302692) (xy 99.709554 129.302448) (xy 99.698481 129.302697) + (xy 99.687609 129.303444) (xy 99.67694 129.304689) (xy 99.666472 129.306432) (xy 99.656206 129.308674) + (xy 99.646141 129.311413) (xy 99.636279 129.31465) (xy 99.626618 129.318385) (xy 99.617159 129.322618) + (xy 99.607902 129.32735) (xy 99.601843 129.33078) (xy 99.593001 129.336197) (xy 99.584521 129.341914) + (xy 99.5764 129.347932) (xy 99.568641 129.354251) (xy 99.561242 129.360869) (xy 99.554204 129.367789) + (xy 99.547526 129.375009) (xy 99.541209 129.382529) (xy 99.535253 129.39035) (xy 99.529658 129.398472) + (xy 99.526127 129.404053) (xy 99.410112 129.38891) (xy 99.507565 128.872581) (xy 100.008507 128.872581) + (xy 100.008507 128.989817) (xy 99.606483 128.989817) (xy 99.552261 129.260438) (xy 99.563652 129.253222) + (xy 99.57511 129.246471) (xy 99.586634 129.240185) (xy 99.598225 129.234366) (xy 99.609883 129.229011) + (xy 99.621607 129.224123) (xy 99.633399 129.219699) (xy 99.645257 129.215742) (xy 99.657182 129.21225) + (xy 99.669174 129.209224) (xy 99.681232 129.206663) (xy 99.693357 129.204568) (xy 99.70555 129.202938) + (xy 99.717808 129.201774) (xy 99.730134 129.201076) (xy 99.742527 129.200843) (xy 99.758852 129.201202) + (xy 99.774854 129.202278) (xy 99.790535 129.204072) (xy 99.805892 129.206583) (xy 99.820928 129.209811) + (xy 99.83564 129.213758) (xy 99.850031 129.218421) (xy 99.864099 129.223802) (xy 99.877844 129.2299) + (xy 99.891267 129.236716) (xy 99.904367 129.24425) (xy 99.917145 129.252501) (xy 99.9296 129.261469) + (xy 99.941733 129.271155) (xy 99.953544 129.281558) (xy 99.965032 129.292678) (xy 99.976034 129.304333) + (xy 99.986327 129.316401) (xy 99.995909 129.32888) (xy 100.004782 129.341771) (xy 100.012945 129.355075) + (xy 100.020399 129.368791) (xy 100.027142 129.382919) (xy 100.033176 129.397459) (xy 100.038499 129.412411) + (xy 100.043113 129.427775) (xy 100.047017 129.443552) (xy 100.050212 129.459741) (xy 100.052696 129.476341) + (xy 100.054471 129.493355) (xy 100.055535 129.51078) (xy 100.05589 129.528617) (xy 100.055579 129.545629) + (xy 100.054646 129.562349) (xy 100.053091 129.578778) (xy 100.050914 129.594914) (xy 100.048114 129.610758) + (xy 100.044693 129.62631) (xy 100.04065 129.641571) (xy 100.035984 129.656539) (xy 100.030697 129.671216) + (xy 100.024787 129.6856) (xy 100.018256 129.699693) (xy 100.011102 129.713494) (xy 100.003326 129.727002) + (xy 99.994929 129.740219) (xy 99.985909 129.753144) (xy 99.976267 129.765777) (xy 99.963871 129.780654) + (xy 99.950923 129.794571) (xy 99.937424 129.807528) (xy 99.923373 129.819526) (xy 99.908771 129.830563) + (xy 99.893618 129.840641) (xy 99.877913 129.849759) (xy 99.861656 129.857918) (xy 99.844848 129.865116) + (xy 99.827489 129.871355) (xy 99.809578 129.876634) (xy 99.791116 129.880953) (xy 99.772102 129.884312) + (xy 99.762388 129.885632) (xy 99.752537 129.886711) (xy 99.742547 129.887551) (xy 99.73242 129.888151) + (xy 99.722155 129.888511) (xy 99.711752 129.888631) (xy 99.694761 129.888331) (xy 99.678165 129.887429) + (xy 99.661964 129.885926) (xy 99.646158 129.883823) (xy 99.630746 129.881118) (xy 99.61573 129.877812) + (xy 99.601109 129.873905) (xy 99.586883 129.869397) (xy 99.573052 129.864288) (xy 99.559615 129.858578) + (xy 99.546574 129.852267) (xy 99.533928 129.845354) (xy 99.521677 129.837841) (xy 99.50982 129.829727) + (xy 99.498359 129.821011) (xy 99.487293 129.811695) (xy 99.476745 129.801851) (xy 99.466776 129.791617) + (xy 99.457388 129.780992) (xy 99.44858 129.769975) (xy 99.440352 129.758567) (xy 99.432705 129.746768) + (xy 99.425637 129.734578) (xy 99.419149 129.721996) (xy 99.413241 129.709024) (xy 99.407914 129.69566) + (xy 99.403166 129.681905) (xy 99.398999 129.667759) (xy 99.395412 129.653222) (xy 99.392405 129.638294) + (xy 99.389977 129.622974) + ) + ) + ) ) - (fp_text value "ZX62D-B-5PA8_30_" (at 0 -0.437) (layer "F.SilkS") hide + (fp_text value "ZX62D-B-5PA8(30)" (at 0 -0.437) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 38101c0e-1fd4-4b93-95e4-fa593c6c4f52) + (tstamp 8c8326b5-eb42-4ad0-bad4-ee00098210cf) ) (fp_text user "${REFERENCE}" (at 0 -0.437) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 2413148a-3a6b-459b-8550-c0f666ed2455) + (tstamp 7e4a2f54-4d34-47b0-ac73-0f91a2512cdb) ) (fp_line (start -4.05 -2.8) (end -3.4 -2.8) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp c10768f9-ea89-4746-8618-3c079a3feb4e)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 7ad9edd2-28e6-4eb2-af15-d8bff0aa0137)) (fp_line (start -4.05 -1.4) (end -4.05 -2.8) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ad00df3b-63d8-499f-b4de-7196ce78b949)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 7a01e38f-d695-43af-a5db-27df9bd350c3)) (fp_line (start -4.05 1.4) (end -4.05 2.8) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ec94ec79-4070-47ef-abb7-5427597c3ad8)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp dd481689-749c-49aa-9874-6bcd0e10fb07)) (fp_line (start -4.05 2.8) (end 4.05 2.8) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 0e6d235e-c24b-4322-8181-27be31bbb70b)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp b948bcb2-1905-4064-bd1d-06463567e2f8)) (fp_line (start -1.3 -4.2) (end -1.3 -4.2) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 3da1fd0a-df27-49a5-83bc-31ec2f69e7fc)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 35fe32ff-4aa3-4376-8b55-a22c04da033e)) (fp_line (start -1.3 -4.1) (end -1.3 -4.1) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp f57ee21f-9564-4131-a257-401a41caee96)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 988277f5-3de8-4754-9106-c1f78e56da97)) (fp_line (start 3.4 -2.8) (end 4.05 -2.8) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 439cbc20-3bd9-47cd-9f0b-05e176606b32)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 2231bcd0-d3d6-4533-91f6-1f4987e60a43)) (fp_line (start 4.05 -2.8) (end 4.05 -1.4) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp a538f003-c83f-4545-9333-78761d7d57b3)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp c13e08dd-c290-4bcb-bb3a-af7d296eb9bd)) (fp_line (start 4.05 2.8) (end 4.05 1.4) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 9946af94-935b-428c-b5ff-119762b42d68)) + (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ba67d5c8-813d-4f08-a5fd-d9a309fe6776)) (fp_arc (start -1.3 -4.2) (mid -1.25 -4.15) (end -1.3 -4.1) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 6c7fb6fa-01db-4603-b00b-6329e5a8a539)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 961f4cc1-7d8b-4e41-af84-b24b62f8d7e0)) (fp_arc (start -1.3 -4.1) (mid -1.35 -4.15) (end -1.3 -4.2) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 5cb430bc-1f85-4076-a7ea-605ba5d387af)) + (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp dceff1e0-5fd6-4db7-b966-7f94bce51ce8)) (fp_line (start -4.05 -2.8) (end -4.05 2.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a36589c7-73e5-44a4-8c8f-782ea47e10ff)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 70d5b838-f1ae-4f55-ba33-a35ff8528c4e)) (fp_line (start -4.05 2.8) (end 4.05 2.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c22a702a-c55e-443c-8f86-5f0b08207750)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8ac9cbd1-86bc-4e22-af7a-45677870042f)) (fp_line (start 4.05 -2.8) (end -4.05 -2.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b07b07f5-2e56-4b83-880d-fb423caf5254)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0a43fbe0-b918-424e-b644-64d3097ecff1)) (fp_line (start 4.05 2.8) (end 4.05 -2.8) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7696cf45-0c63-4e01-bae9-45b94ca7825c)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d7e9ba8-c01d-46fe-b059-bff4d3b97da9)) (pad "1" smd rect (at -1.3 -2.625) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 93 "5V_USB") (pinfunction "1") (pintype "passive") (tstamp 373bed4a-ef5f-48aa-ba62-3067bff91449)) + (net 88 "5V_USB") (pinfunction "1") (pintype "passive") (tstamp 90a28dcb-2ac4-4110-aae6-4c7007601c2c)) (pad "2" smd rect (at -0.65 -2.625) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 46 "Net-(J15-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 440c7e40-6b4f-4702-964f-d7054deae678)) + (net 42 "Net-(J15-Pad2)") (pinfunction "2") (pintype "passive") (tstamp 7aca14b9-1ab3-4e22-a469-c296ff371d11)) (pad "3" smd rect (at 0 -2.625) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 96 "Net-(J15-Pad3)") (pinfunction "3") (pintype "passive") (tstamp 51c86800-a789-46b7-877d-c32f5a3976c4)) + (net 89 "Net-(J15-Pad3)") (pinfunction "3") (pintype "passive") (tstamp c815cd82-f4e9-4616-ab4b-0098c4720faf)) (pad "4" smd rect (at 0.65 -2.625) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 97 "Net-(J15-Pad4)") (pinfunction "4") (pintype "passive") (tstamp d7b88067-756c-4c8b-beb6-5d501d51d822)) + (net 90 "Net-(J15-Pad4)") (pinfunction "4") (pintype "passive") (tstamp c2a6869d-0e72-4e60-a347-5e1189d3b4c5)) (pad "5" smd rect (at 1.3 -2.625) (size 0.4 1.35) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "5") (pintype "passive") (tstamp ad552102-a7c0-4a6c-bb05-d46f8288fdf1)) + (net 1 "GND") (pinfunction "5") (pintype "passive") (tstamp 0976a00d-5801-4054-9795-32de74690024)) (pad "MH1" thru_hole circle (at -2.425 -2.95) (size 1.45 1.45) (drill 1.07) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "MH1") (pintype "passive") (tstamp 7d4fd1c9-4580-472d-ae90-bd322d65c047)) + (net 1 "GND") (pinfunction "MH1") (pintype "passive") (tstamp b9f286ac-be7e-4da5-a4b5-aa9524329cd4)) (pad "MH2" thru_hole circle (at 2.425 -2.95) (size 1.45 1.45) (drill 1.07) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "MH2") (pintype "passive") (tstamp 6b53a7ce-c8d1-4289-9470-09a46cd461dc)) + (net 1 "GND") (pinfunction "MH2") (pintype "passive") (tstamp 7410f626-3737-4390-afea-58bda2e0958b)) (pad "MH3" thru_hole circle (at 3.512 0.05) (size 2.425 2.425) (drill 1.71) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "MH3") (pintype "passive") (tstamp 498f76c4-b6a8-4038-8a00-86b93dfa12d0)) + (net 1 "GND") (pinfunction "MH3") (pintype "passive") (tstamp f924c0c6-e177-4e09-83c0-70739192ae88)) (pad "MH4" thru_hole circle (at -3.512 0.05) (size 2.425 2.425) (drill 1.71) (layers "*.Cu" "*.Mask") - (net 1 "GND") (pinfunction "MH4") (pintype "passive") (tstamp ea8a1200-2ef8-4c23-b625-5a737dc27cb3)) + (net 1 "GND") (pinfunction "MH4") (pintype "passive") (tstamp 5b592369-b326-4863-9ec8-609fad33e186)) (pad "MP1" smd rect (at -1.15 0.05) (size 1.8 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "MP1") (pintype "passive") (tstamp 424bddfc-4e63-4c7c-b309-6f98ecb54204)) + (net 1 "GND") (pinfunction "MP1") (pintype "passive") (tstamp 30992ab9-5a49-464c-b11a-80b18b9acfb8)) (pad "MP2" smd rect (at 1.15 0.05) (size 1.8 1.9) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "MP2") (pintype "passive") (tstamp 5ad19ee3-0236-48e1-af56-6d8371bb5b69)) + (net 1 "GND") (pinfunction "MP2") (pintype "passive") (tstamp 798928e1-7d1b-489f-9f5b-62d48ffc7ff9)) (model "Library/SamacSys_Parts.3dshapes/ZX62D-B-5PA8_30_.stp" (offset (xyz 0 -0.1099999978 0.2)) (scale (xyz 1 1 1)) @@ -14242,254 +12198,6 @@ ) ) - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp 8354d604-5403-46a9-b36c-872bdb99fc47) - (at 80.53 118.96 -90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "MPN" "CRCW04020000Z0EDC") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Resistor, small symbol") - (property "ki_keywords" "R resistor") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/e04e3f5d-0fb2-4d35-8792-b03f664762d3") - (attr smd) - (fp_text reference "R25" (at -0.045 1.07 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) - (tstamp d4e65f1e-c140-4a0b-8cec-4b39ef0097da) - (render_cache "R25" 90 - (polygon - (pts - (xy 79.709 119.618858) (xy 79.099369 119.618858) (xy 79.099369 119.350973) (xy 79.099434 119.341031) - (xy 79.099628 119.331391) (xy 79.099952 119.322053) (xy 79.100404 119.313017) (xy 79.100987 119.304284) - (xy 79.101698 119.295853) (xy 79.102539 119.287725) (xy 79.103509 119.279898) (xy 79.104609 119.272374) - (xy 79.105838 119.265152) (xy 79.107196 119.258232) (xy 79.108684 119.251615) (xy 79.110301 119.2453) - (xy 79.112048 119.239287) (xy 79.113924 119.233576) (xy 79.115929 119.228167) (xy 79.119229 119.220431) - (xy 79.122975 119.212993) (xy 79.127167 119.205854) (xy 79.131804 119.199014) (xy 79.136887 119.192473) - (xy 79.142415 119.18623) (xy 79.14839 119.180286) (xy 79.154809 119.174642) (xy 79.161675 119.169296) - (xy 79.166499 119.165898) (xy 79.171522 119.162632) (xy 79.174108 119.16105) (xy 79.179362 119.157997) - (xy 79.184684 119.155142) (xy 79.190074 119.152483) (xy 79.195531 119.150022) (xy 79.201055 119.147757) - (xy 79.206648 119.14569) (xy 79.212307 119.143819) (xy 79.218035 119.142145) (xy 79.22383 119.140668) - (xy 79.229692 119.139388) (xy 79.235622 119.138305) (xy 79.241619 119.137419) (xy 79.247684 119.13673) - (xy 79.253817 119.136237) (xy 79.260017 119.135942) (xy 79.266285 119.135844) (xy 79.274356 119.136006) - (xy 79.282268 119.136494) (xy 79.290018 119.137307) (xy 79.297609 119.138445) (xy 79.305039 119.139908) - (xy 79.312309 119.141696) (xy 79.319419 119.14381) (xy 79.326369 119.146248) (xy 79.333158 119.149012) - (xy 79.339787 119.152101) (xy 79.346255 119.155515) (xy 79.352564 119.159254) (xy 79.358712 119.163319) - (xy 79.3647 119.167708) (xy 79.370527 119.172423) (xy 79.376194 119.177463) (xy 79.381636 119.182842) - (xy 79.386826 119.188575) (xy 79.391762 119.194662) (xy 79.396445 119.201102) (xy 79.400875 119.207897) - (xy 79.405052 119.215045) (xy 79.408976 119.222547) (xy 79.412647 119.230402) (xy 79.416066 119.238612) - (xy 79.419231 119.247175) (xy 79.422143 119.256092) (xy 79.424802 119.265363) (xy 79.427208 119.274987) - (xy 79.429361 119.284965) (xy 79.43126 119.295297) (xy 79.432907 119.305983) (xy 79.435787 119.300181) - (xy 79.438657 119.294644) (xy 79.441516 119.289372) (xy 79.445313 119.282756) (xy 79.449091 119.276611) - (xy 79.452851 119.270938) (xy 79.456592 119.265737) (xy 79.460315 119.261007) (xy 79.463096 119.25777) - (xy 79.467207 119.253406) (xy 79.471442 119.249073) (xy 79.475802 119.244769) (xy 79.480287 119.240496) - (xy 79.484897 119.236251) (xy 79.489632 119.232037) (xy 79.494492 119.227853) (xy 79.499476 119.223698) - (xy 79.504585 119.219573) (xy 79.509819 119.215477) (xy 79.515177 119.211412) (xy 79.520661 119.207376) - (xy 79.526269 119.20337) (xy 79.532002 119.199394) (xy 79.53786 119.195448) (xy 79.543842 119.191531) - (xy 79.709 119.086311) (xy 79.709 119.186988) (xy 79.582677 119.266856) (xy 79.575945 119.271185) - (xy 79.569412 119.275419) (xy 79.563081 119.279557) (xy 79.556949 119.283598) (xy 79.551018 119.287544) - (xy 79.545287 119.291393) (xy 79.539757 119.295146) (xy 79.534427 119.298802) (xy 79.529297 119.302363) - (xy 79.524368 119.305828) (xy 79.51735 119.310844) (xy 79.510782 119.315644) (xy 79.504665 119.320227) - (xy 79.499 119.324595) (xy 79.493712 119.328811) (xy 79.488732 119.332942) (xy 79.484057 119.336989) - (xy 79.47969 119.34095) (xy 79.474343 119.3461) (xy 79.469542 119.351099) (xy 79.465285 119.355946) - (xy 79.461573 119.360642) (xy 79.458406 119.365188) (xy 79.45496 119.370793) (xy 79.451858 119.376433) - (xy 79.449098 119.38211) (xy 79.446683 119.387822) (xy 79.44461 119.39357) (xy 79.442882 119.399354) - (xy 79.442286 119.401678) (xy 79.441144 119.408468) (xy 79.4405 119.414331) (xy 79.439999 119.421038) - (xy 79.439702 119.427013) (xy 79.439496 119.433527) (xy 79.439381 119.440582) (xy 79.439355 119.446227) - (xy 79.439355 119.538991) (xy 79.709 119.538991) - ) - (pts - (xy 79.371358 119.538991) (xy 79.371358 119.367093) (xy 79.371313 119.360335) (xy 79.371177 119.353764) - (xy 79.370951 119.34738) (xy 79.370635 119.341182) (xy 79.370228 119.33517) (xy 79.369448 119.326503) - (xy 79.368464 119.318256) (xy 79.367277 119.310429) (xy 79.365886 119.303022) (xy 79.364292 119.296035) - (xy 79.362494 119.289467) (xy 79.360493 119.283319) (xy 79.359781 119.281364) (xy 79.357489 119.275696) - (xy 79.354955 119.270288) (xy 79.3512 119.263483) (xy 79.347014 119.257141) (xy 79.342398 119.25126) - (xy 79.337352 119.245843) (xy 79.331874 119.240888) (xy 79.325967 119.236395) (xy 79.322852 119.234322) - (xy 79.316408 119.230544) (xy 79.309827 119.22727) (xy 79.303109 119.224499) (xy 79.296254 119.222232) - (xy 79.289261 119.220469) (xy 79.28213 119.21921) (xy 79.274862 119.218454) (xy 79.267457 119.218202) - (xy 79.259406 119.218477) (xy 79.251627 119.2193) (xy 79.244121 119.220671) (xy 79.236889 119.222592) - (xy 79.229929 119.225061) (xy 79.223243 119.228079) (xy 79.216829 119.231645) (xy 79.210689 119.23576) - (xy 79.204822 119.240424) (xy 79.199228 119.245637) (xy 79.19565 119.249417) (xy 79.190595 119.25556) - (xy 79.186038 119.262339) (xy 79.181978 119.269755) (xy 79.178415 119.277808) (xy 79.176316 119.283529) - (xy 79.174437 119.289533) (xy 79.17278 119.295821) (xy 79.171344 119.302391) (xy 79.170129 119.309243) - (xy 79.169134 119.316379) (xy 79.168361 119.323797) (xy 79.167808 119.331498) (xy 79.167477 119.339482) - (xy 79.167367 119.347749) (xy 79.167367 119.538991) - ) - ) - (polygon - (pts - (xy 79.638658 118.654148) (xy 79.709 118.654148) (xy 79.709 119.053631) (xy 79.702327 119.053657) - (xy 79.695719 119.053366) (xy 79.689175 119.052759) (xy 79.682695 119.051836) (xy 79.676279 119.050598) - (xy 79.669927 119.049043) (xy 79.663639 119.047172) (xy 79.657415 119.044985) (xy 79.649761 119.04194) - (xy 79.642129 119.038576) (xy 79.634521 119.034893) (xy 79.626936 119.030889) (xy 79.619374 119.026567) - (xy 79.614346 119.023508) (xy 79.609328 119.020307) (xy 79.60432 119.016964) (xy 79.599323 119.013479) - (xy 79.594336 119.009852) (xy 79.589359 119.006083) (xy 79.584392 119.002172) (xy 79.579436 118.998119) - (xy 79.576962 118.996039) (xy 79.571949 118.991727) (xy 79.566841 118.987182) (xy 79.561636 118.982403) - (xy 79.556336 118.977391) (xy 79.550939 118.972145) (xy 79.545445 118.966666) (xy 79.539856 118.960953) - (xy 79.53417 118.955006) (xy 79.528389 118.948826) (xy 79.522511 118.942412) (xy 79.516537 118.935765) - (xy 79.510467 118.928884) (xy 79.5043 118.92177) (xy 79.498038 118.914422) (xy 79.491679 118.906841) - (xy 79.485224 118.899026) (xy 79.480165 118.892933) (xy 79.475172 118.886966) (xy 79.470244 118.881123) - (xy 79.465383 118.875404) (xy 79.460588 118.869811) (xy 79.45586 118.864343) (xy 79.451197 118.858999) - (xy 79.4466 118.85378) (xy 79.44207 118.848686) (xy 79.437605 118.843716) (xy 79.433207 118.838872) - (xy 79.428875 118.834152) (xy 79.424609 118.829557) (xy 79.420409 118.825087) (xy 79.416275 118.820741) - (xy 79.408206 118.812425) (xy 79.400402 118.804607) (xy 79.392861 118.797289) (xy 79.385586 118.79047) - (xy 79.378574 118.784151) (xy 79.371827 118.77833) (xy 79.365345 118.773008) (xy 79.359127 118.768186) - (xy 79.356117 118.765962) (xy 79.350184 118.761757) (xy 79.344291 118.757822) (xy 79.338437 118.754159) - (xy 79.332624 118.750767) (xy 79.326851 118.747647) (xy 79.321118 118.744798) (xy 79.315425 118.74222) - (xy 79.309772 118.739914) (xy 79.30416 118.737879) (xy 79.295815 118.735335) (xy 79.287562 118.733402) - (xy 79.279398 118.732079) (xy 79.271324 118.731367) (xy 79.265992 118.731231) (xy 79.257762 118.731509) - (xy 79.24978 118.732344) (xy 79.242045 118.733735) (xy 79.234558 118.735682) (xy 79.227317 118.738186) - (xy 79.220325 118.741246) (xy 79.213579 118.744863) (xy 79.20708 118.749036) (xy 79.200829 118.753766) - (xy 79.194826 118.759052) (xy 79.19096 118.762885) (xy 79.185487 118.76896) (xy 79.180552 118.77537) - (xy 79.176155 118.782115) (xy 79.172296 118.789194) (xy 79.168976 118.796609) (xy 79.166195 118.804358) - (xy 79.163952 118.812443) (xy 79.162247 118.820862) (xy 79.16108 118.829616) (xy 79.160602 118.835638) - (xy 79.160362 118.841809) (xy 79.160332 118.84495) (xy 79.160463 118.851571) (xy 79.160857 118.858025) - (xy 79.161512 118.864312) (xy 79.16243 118.870431) (xy 79.16361 118.876383) (xy 79.165052 118.882168) - (xy 79.166756 118.887786) (xy 79.169804 118.8959) (xy 79.173441 118.903637) (xy 79.177669 118.910999) - (xy 79.182487 118.917984) (xy 79.187894 118.924593) (xy 79.193891 118.930826) (xy 79.200412 118.936566) - (xy 79.207388 118.941748) (xy 79.21482 118.946375) (xy 79.220028 118.94915) (xy 79.225439 118.951678) - (xy 79.231052 118.953959) (xy 79.236868 118.955992) (xy 79.242887 118.957778) (xy 79.249108 118.959317) - (xy 79.255532 118.960608) (xy 79.262159 118.961652) (xy 79.268988 118.962449) (xy 79.27602 118.962999) - (xy 79.283255 118.963301) (xy 79.286948 118.963359) (xy 79.278888 119.039563) (xy 79.268097 119.038423) - (xy 79.257632 119.036944) (xy 79.247493 119.035126) (xy 79.237681 119.032969) (xy 79.228195 119.030473) - (xy 79.219035 119.027638) (xy 79.210202 119.024464) (xy 79.201695 119.020952) (xy 79.193514 119.0171) - (xy 79.18566 119.01291) (xy 79.178131 119.008381) (xy 79.170929 119.003513) (xy 79.164054 118.998306) - (xy 79.157504 118.99276) (xy 79.151281 118.986875) (xy 79.145385 118.980652) (xy 79.139813 118.974122) - (xy 79.1346 118.967318) (xy 79.129747 118.960241) (xy 79.125253 118.95289) (xy 79.121119 118.945266) - (xy 79.117344 118.937368) (xy 79.113929 118.929196) (xy 79.110873 118.920751) (xy 79.108177 118.912032) - (xy 79.10584 118.90304) (xy 79.103863 118.893774) (xy 79.102245 118.884234) (xy 79.100987 118.87442) - (xy 79.100088 118.864333) (xy 79.099549 118.853973) (xy 79.099369 118.843338) (xy 79.099559 118.832617) - (xy 79.100127 118.822179) (xy 79.101075 118.812023) (xy 79.102401 118.80215) (xy 79.104106 118.79256) - (xy 79.106191 118.783252) (xy 79.108654 118.774228) (xy 79.111496 118.765486) (xy 79.114717 118.757027) - (xy 79.118317 118.748851) (xy 79.122296 118.740957) (xy 79.126654 118.733347) (xy 79.131391 118.726019) - (xy 79.136507 118.718974) (xy 79.142002 118.712211) (xy 79.147876 118.705732) (xy 79.15403 118.699592) - (xy 79.160364 118.693848) (xy 79.16688 118.6885) (xy 79.173576 118.683549) (xy 79.180454 118.678993) - (xy 79.187512 118.674834) (xy 79.194751 118.67107) (xy 79.202171 118.667703) (xy 79.209772 118.664732) - (xy 79.217554 118.662158) (xy 79.225517 118.659979) (xy 79.23366 118.658196) (xy 79.241985 118.65681) - (xy 79.25049 118.655819) (xy 79.259176 118.655225) (xy 79.268043 118.655027) (xy 79.274875 118.655157) - (xy 79.281686 118.655548) (xy 79.288476 118.656198) (xy 79.295246 118.657109) (xy 79.301995 118.658279) - (xy 79.308724 118.65971) (xy 79.315432 118.661401) (xy 79.322119 118.663353) (xy 79.328786 118.665564) - (xy 79.335432 118.668036) (xy 79.339851 118.669828) (xy 79.346479 118.672776) (xy 79.353174 118.676069) - (xy 79.359936 118.679707) (xy 79.366765 118.683691) (xy 79.373661 118.688019) (xy 79.380624 118.692693) - (xy 79.387654 118.697712) (xy 79.392377 118.701249) (xy 79.397131 118.704941) (xy 79.401914 118.708785) - (xy 79.406728 118.712783) (xy 79.41157 118.716934) (xy 79.414003 118.719068) (xy 79.418989 118.72355) - (xy 79.424202 118.728389) (xy 79.429641 118.733584) (xy 79.435307 118.739135) (xy 79.4412 118.745042) - (xy 79.447319 118.751305) (xy 79.453665 118.757925) (xy 79.460238 118.7649) (xy 79.467038 118.772231) - (xy 79.474064 118.779918) (xy 79.481317 118.787962) (xy 79.488796 118.796361) (xy 79.496502 118.805117) - (xy 79.500441 118.809628) (xy 79.504435 118.814228) (xy 79.508487 118.818918) (xy 79.512595 118.823696) - (xy 79.51676 118.828563) (xy 79.520981 118.83352) (xy 79.527928 118.841669) (xy 79.534589 118.849445) - (xy 79.540966 118.85685) (xy 79.547057 118.863882) (xy 79.552864 118.870543) (xy 79.558385 118.876831) - (xy 79.563621 118.882747) (xy 79.568572 118.888291) (xy 79.573238 118.893463) (xy 79.577619 118.898263) - (xy 79.581715 118.902691) (xy 79.587324 118.908635) (xy 79.592292 118.913742) (xy 79.596618 118.918012) - (xy 79.597918 118.919249) (xy 79.602978 118.923872) (xy 79.608048 118.928289) (xy 79.613127 118.9325) - (xy 79.618214 118.936505) (xy 79.623311 118.940304) (xy 79.628418 118.943896) (xy 79.633533 118.947283) - (xy 79.638658 118.950463) - ) - ) - (polygon - (pts - (xy 79.549558 118.576918) (xy 79.542963 118.498956) (xy 79.549979 118.497786) (xy 79.556773 118.496437) - (xy 79.563346 118.49491) (xy 79.569699 118.493204) (xy 79.57583 118.49132) (xy 79.581741 118.489256) - (xy 79.58743 118.487015) (xy 79.592899 118.484595) (xy 79.600687 118.480629) (xy 79.607979 118.476262) - (xy 79.614773 118.471493) (xy 79.62107 118.466322) (xy 79.62687 118.460749) (xy 79.628692 118.458802) - (xy 79.633826 118.45278) (xy 79.638454 118.446529) (xy 79.642577 118.440048) (xy 79.646196 118.433338) - (xy 79.649309 118.426399) (xy 79.651918 118.41923) (xy 79.654021 118.411832) (xy 79.65562 118.404205) - (xy 79.656714 118.396349) (xy 79.657303 118.388263) (xy 79.657415 118.382745) (xy 79.657254 118.376123) - (xy 79.65677 118.369629) (xy 79.655963 118.363264) (xy 79.654833 118.357026) (xy 79.65338 118.350917) - (xy 79.651604 118.344936) (xy 79.649505 118.339084) (xy 79.647084 118.333359) (xy 79.64434 118.327763) - (xy 79.641272 118.322295) (xy 79.637882 118.316955) (xy 79.63417 118.311744) (xy 79.630134 118.306661) - (xy 79.625775 118.301705) (xy 79.621094 118.296879) (xy 79.61609 118.29218) (xy 79.610819 118.287673) - (xy 79.605339 118.283456) (xy 79.599649 118.27953) (xy 79.59375 118.275895) (xy 79.587642 118.272551) - (xy 79.581324 118.269497) (xy 79.574796 118.266735) (xy 79.568059 118.264263) (xy 79.561113 118.262082) - (xy 79.553956 118.260192) (xy 79.546591 118.258592) (xy 79.539016 118.257284) (xy 79.531231 118.256266) - (xy 79.523237 118.255539) (xy 79.515033 118.255103) (xy 79.50662 118.254957) (xy 79.498612 118.255097) - (xy 79.490818 118.255516) (xy 79.483238 118.256214) (xy 79.475873 118.257192) (xy 79.468721 118.258449) - (xy 79.461784 118.259986) (xy 79.45506 118.261802) (xy 79.448551 118.263897) (xy 79.442256 118.266271) - (xy 79.436175 118.268925) (xy 79.430308 118.271858) (xy 79.424655 118.275071) (xy 79.419216 118.278563) - (xy 79.413992 118.282334) (xy 79.408981 118.286385) (xy 79.404184 118.290715) (xy 79.399642 118.295252) - (xy 79.395392 118.299963) (xy 79.391435 118.304846) (xy 79.387771 118.309903) (xy 79.384401 118.315132) - (xy 79.381323 118.320534) (xy 79.378539 118.326109) (xy 79.376048 118.331857) (xy 79.373849 118.337778) - (xy 79.371944 118.343872) (xy 79.370332 118.350138) (xy 79.369013 118.356578) (xy 79.367988 118.36319) - (xy 79.367255 118.369975) (xy 79.366815 118.376933) (xy 79.366669 118.384064) (xy 79.366818 118.390708) - (xy 79.367266 118.397231) (xy 79.368013 118.403633) (xy 79.369059 118.409913) (xy 79.370404 118.416073) - (xy 79.372047 118.422112) (xy 79.37399 118.428029) (xy 79.376231 118.433826) (xy 79.378771 118.439501) - (xy 79.38161 118.445055) (xy 79.383668 118.448691) (xy 79.386918 118.453996) (xy 79.390348 118.459084) - (xy 79.393959 118.463956) (xy 79.39775 118.468612) (xy 79.401721 118.473051) (xy 79.405873 118.477274) - (xy 79.410205 118.481281) (xy 79.414717 118.485071) (xy 79.41941 118.488645) (xy 79.424283 118.492002) - (xy 79.427632 118.49412) (xy 79.418546 118.563729) (xy 79.108748 118.505257) (xy 79.108748 118.204692) - (xy 79.17909 118.204692) (xy 79.17909 118.445906) (xy 79.341463 118.47844) (xy 79.337133 118.471605) - (xy 79.333082 118.464731) (xy 79.329311 118.457816) (xy 79.325819 118.450862) (xy 79.322607 118.443867) - (xy 79.319673 118.436832) (xy 79.317019 118.429757) (xy 79.314645 118.422642) (xy 79.31255 118.415487) - (xy 79.310734 118.408292) (xy 79.309198 118.401057) (xy 79.307941 118.393782) (xy 79.306963 118.386467) - (xy 79.306264 118.379111) (xy 79.305845 118.371716) (xy 79.305706 118.36428) (xy 79.305921 118.354485) - (xy 79.306567 118.344884) (xy 79.307643 118.335476) (xy 79.30915 118.326261) (xy 79.311087 118.31724) - (xy 79.313454 118.308412) (xy 79.316252 118.299778) (xy 79.319481 118.291337) (xy 79.32314 118.28309) - (xy 79.32723 118.275036) (xy 79.33175 118.267176) (xy 79.3367 118.259509) (xy 79.342081 118.252036) - (xy 79.347893 118.244756) (xy 79.354134 118.23767) (xy 79.360807 118.230777) (xy 79.3678 118.224176) - (xy 79.37504 118.218) (xy 79.382528 118.212251) (xy 79.390263 118.206927) (xy 79.398245 118.202029) - (xy 79.406474 118.197557) (xy 79.414951 118.193511) (xy 79.423675 118.189891) (xy 79.432646 118.186697) - (xy 79.441865 118.183929) (xy 79.451331 118.181586) (xy 79.461044 118.17967) (xy 79.471005 118.178179) - (xy 79.481213 118.177114) (xy 79.491668 118.176475) (xy 79.50237 118.176262) (xy 79.512577 118.176449) - (xy 79.522609 118.177009) (xy 79.532466 118.177942) (xy 79.542148 118.179248) (xy 79.551655 118.180928) - (xy 79.560986 118.182981) (xy 79.570142 118.185407) (xy 79.579123 118.188206) (xy 79.587929 118.191378) - (xy 79.59656 118.194924) (xy 79.605016 118.198843) (xy 79.613296 118.203135) (xy 79.621401 118.207801) - (xy 79.629331 118.212839) (xy 79.637086 118.218251) (xy 79.644666 118.224036) (xy 79.653592 118.231474) - (xy 79.661942 118.239243) (xy 79.669717 118.247342) (xy 79.676915 118.255773) (xy 79.683538 118.264534) - (xy 79.689584 118.273626) (xy 79.695055 118.283049) (xy 79.69995 118.292803) (xy 79.704269 118.302888) - (xy 79.708013 118.313303) (xy 79.71118 118.32405) (xy 79.713771 118.335127) (xy 79.715787 118.346535) - (xy 79.716579 118.352363) (xy 79.717227 118.358274) (xy 79.717731 118.364268) (xy 79.71809 118.370344) - (xy 79.718306 118.376503) (xy 79.718378 118.382745) (xy 79.718198 118.39294) (xy 79.717657 118.402898) - (xy 79.716756 118.412618) (xy 79.715493 118.422102) (xy 79.71387 118.431349) (xy 79.711887 118.440358) - (xy 79.709543 118.449131) (xy 79.706838 118.457667) (xy 79.703773 118.465965) (xy 79.700346 118.474027) - (xy 79.69656 118.481852) (xy 79.692412 118.48944) (xy 79.687904 118.49679) (xy 79.683036 118.503904) - (xy 79.677806 118.510781) (xy 79.672217 118.517421) (xy 79.666311 118.52375) (xy 79.66017 118.529731) - (xy 79.653795 118.535363) (xy 79.647185 118.540648) (xy 79.64034 118.545585) (xy 79.633261 118.550174) - (xy 79.625946 118.554414) (xy 79.618398 118.558307) (xy 79.610614 118.561852) (xy 79.602596 118.565048) - (xy 79.594343 118.567897) (xy 79.585855 118.570397) (xy 79.577133 118.572549) (xy 79.568176 118.574354) - (xy 79.558984 118.57581) - ) - ) - ) - ) - (fp_text value "CRCW04020000Z0EDC" (at 0 1.43 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp d6ef7c1e-3fe2-45eb-b746-646a958f68e6) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 2c8b61da-a0be-470e-adb3-323c42aae25d) - ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp df0f5ee1-7148-4014-acda-b20748ea2877)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 234fc575-8023-4966-bb56-7877c22ef422)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 61f1f8c4-ec08-4639-a5f3-c8e5ebede69f)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7b368a89-3826-4a67-be56-41a527878bd8)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b7b0be9c-b9b2-41b5-ac22-126fc9cb27de)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp a1ad6048-7451-4111-bfe6-148bfe68d68e)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f7a2cf43-c54c-435f-ac5d-9f9617f60d4e)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 46002164-c8fc-40ad-9b6a-9bfac100354d)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9a7e59b8-60d8-4162-b1b9-07b837e6ca13)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9cb8e181-073b-415c-8d22-5c1d458136ea)) - (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(FL1-IN)") (pintype "passive") (tstamp 91f675e6-3ffb-4000-8cf6-f7894d66e3a0)) - (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 94 "Net-(C19-Pad1)") (pintype "passive") (tstamp f7885255-9418-466b-a4c7-8374cf01bebf)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "SamacSys_Parts:SHDR2W100P0X500_1X2_1000X750X990P" (layer "F.Cu") (tstamp 88ed98e3-66ee-4973-b298-46636dfaedeb) (at 84.114 70.275529) @@ -14765,7 +12473,8 @@ (at 72.485 73.72) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -14884,7 +12593,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp cec09e29-94a8-480a-a02f-c8bca8b2ea5c) ) @@ -14913,7 +12622,7 @@ (fp_line (start 0.8 0.4) (end -0.8 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c9ce0a50-7c17-427f-8483-413b7e1dde76)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 14 "3.3V_RPi") (pintype "passive") (tstamp 8d4578b2-cd95-4bcb-ba6b-582069bb70e0)) + (net 10 "3.3V_RPi") (pintype "passive") (tstamp 8d4578b2-cd95-4bcb-ba6b-582069bb70e0)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp 1a593ce5-e5af-4392-b9e7-74446f76d49f)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" @@ -14929,6 +12638,7 @@ (descr "1608MM") (tags "Capacitor") (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing") + (property "Capacitance" "1uF") (property "Description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603") (property "Height" "0.5") (property "MPN" "GRM185R61C105KE44D") @@ -14941,256 +12651,256 @@ (property "ki_description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603") (path "/00000000-0000-0000-0000-00005a8053d4/8e4f36d9-4e7d-44aa-8b0f-e7d1338469a7") (attr smd) - (fp_text reference "C16" (at 1.964 0.052) (layer "F.SilkS") + (fp_text reference "C16" (at 2.086 0.11) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) - (tstamp ad256bf3-ad7e-4a4d-afd4-20304fb8e078) + (tstamp 7cbff9ad-8c8d-4e0e-bc47-ba51b8cd22ff) (render_cache "C16" 0 (polygon (pts - (xy 113.009959 87.155284) (xy 113.089973 87.175508) (xy 113.088359 87.181708) (xy 113.086666 87.187815) - (xy 113.084894 87.19383) (xy 113.083044 87.199752) (xy 113.081116 87.205581) (xy 113.079109 87.211317) - (xy 113.077024 87.216961) (xy 113.074861 87.222512) (xy 113.072619 87.22797) (xy 113.067899 87.238609) - (xy 113.062867 87.248876) (xy 113.05752 87.258772) (xy 113.05186 87.268298) (xy 113.045886 87.277452) - (xy 113.039598 87.286236) (xy 113.032996 87.294649) (xy 113.026081 87.30269) (xy 113.018852 87.310361) - (xy 113.01131 87.317661) (xy 113.003454 87.32459) (xy 112.999408 87.327915) (xy 112.991142 87.334268) - (xy 112.982649 87.340211) (xy 112.973928 87.345744) (xy 112.964979 87.350868) (xy 112.955802 87.355581) - (xy 112.946397 87.359885) (xy 112.936765 87.363779) (xy 112.926904 87.367263) (xy 112.916816 87.370337) - (xy 112.9065 87.373001) (xy 112.895956 87.375255) (xy 112.885185 87.377099) (xy 112.874185 87.378534) - (xy 112.862958 87.379559) (xy 112.851503 87.380173) (xy 112.83982 87.380378) (xy 112.833746 87.380339) - (xy 112.827744 87.380222) (xy 112.821813 87.380027) (xy 112.815953 87.379753) (xy 112.804448 87.378972) - (xy 112.793227 87.377878) (xy 112.782292 87.376471) (xy 112.771642 87.374752) (xy 112.761276 87.372721) - (xy 112.751196 87.370377) (xy 112.741401 87.36772) (xy 112.731891 87.364751) (xy 112.722666 87.361469) - (xy 112.713726 87.357875) (xy 112.705071 87.353968) (xy 112.696702 87.349748) (xy 112.688617 87.345216) - (xy 112.680818 87.340371) (xy 112.673293 87.335231) (xy 112.665996 87.329811) (xy 112.658927 87.324112) - (xy 112.652085 87.318133) (xy 112.645472 87.311875) (xy 112.639086 87.305338) (xy 112.632929 87.298521) - (xy 112.626999 87.291425) (xy 112.621297 87.28405) (xy 112.615822 87.276395) (xy 112.610576 87.268461) - (xy 112.605557 87.260248) (xy 112.600766 87.251755) (xy 112.596203 87.242983) (xy 112.591868 87.233931) - (xy 112.587761 87.2246) (xy 112.583893 87.215068) (xy 112.580274 87.205449) (xy 112.576904 87.195742) - (xy 112.573784 87.185949) (xy 112.570914 87.176069) (xy 112.568293 87.166101) (xy 112.565922 87.156047) - (xy 112.563801 87.145905) (xy 112.561929 87.135677) (xy 112.560307 87.125361) (xy 112.558934 87.114959) - (xy 112.557811 87.104469) (xy 112.556937 87.093893) (xy 112.556313 87.08323) (xy 112.555939 87.072479) - (xy 112.555814 87.061642) (xy 112.555849 87.05573) (xy 112.555955 87.049866) (xy 112.556377 87.038281) - (xy 112.557082 87.026886) (xy 112.558067 87.015681) (xy 112.559335 87.004666) (xy 112.560884 86.993841) - (xy 112.562714 86.983206) (xy 112.564827 86.972762) (xy 112.567221 86.962507) (xy 112.569896 86.952442) - (xy 112.572853 86.942567) (xy 112.576092 86.932883) (xy 112.579613 86.923388) (xy 112.583415 86.914084) - (xy 112.587499 86.904969) (xy 112.591864 86.896045) (xy 112.59649 86.887348) (xy 112.601353 86.878917) - (xy 112.606455 86.870752) (xy 112.611795 86.862852) (xy 112.617372 86.855218) (xy 112.623189 86.84785) - (xy 112.629243 86.840747) (xy 112.635535 86.833909) (xy 112.642065 86.827338) (xy 112.648834 86.821032) - (xy 112.655841 86.814991) (xy 112.663086 86.809217) (xy 112.670569 86.803707) (xy 112.67829 86.798464) - (xy 112.686249 86.793486) (xy 112.694446 86.788773) (xy 112.702833 86.784319) (xy 112.711322 86.780152) - (xy 112.719914 86.776273) (xy 112.72861 86.772681) (xy 112.737408 86.769376) (xy 112.74631 86.766359) - (xy 112.755314 86.763629) (xy 112.764422 86.761186) (xy 112.773633 86.759031) (xy 112.782946 86.757163) - (xy 112.792363 86.755583) (xy 112.801883 86.754289) (xy 112.811505 86.753284) (xy 112.821231 86.752565) - (xy 112.83106 86.752134) (xy 112.840992 86.75199) (xy 112.852218 86.752173) (xy 112.863219 86.752721) - (xy 112.873994 86.753634) (xy 112.884544 86.754912) (xy 112.894868 86.756556) (xy 112.904966 86.758564) - (xy 112.914839 86.760938) (xy 112.924486 86.763677) (xy 112.933908 86.766782) (xy 112.943105 86.770251) - (xy 112.952075 86.774086) (xy 112.960821 86.778286) (xy 112.96934 86.782851) (xy 112.977634 86.787782) - (xy 112.985703 86.793078) (xy 112.993546 86.798739) (xy 113.00113 86.804731) (xy 113.008421 86.811021) - (xy 113.015418 86.817609) (xy 113.022123 86.824494) (xy 113.028534 86.831677) (xy 113.034652 86.839158) - (xy 113.040477 86.846936) (xy 113.04601 86.855012) (xy 113.051249 86.863386) (xy 113.056194 86.872057) - (xy 113.060847 86.881026) (xy 113.065207 86.890293) (xy 113.069274 86.899857) (xy 113.073047 86.909719) - (xy 113.076528 86.919879) (xy 113.079715 86.930337) (xy 113.000873 86.948948) (xy 112.99818 86.940665) - (xy 112.995337 86.932668) (xy 112.992345 86.924957) (xy 112.989205 86.917532) (xy 112.985915 86.910394) - (xy 112.982477 86.903542) (xy 112.97889 86.896976) (xy 112.975155 86.890696) (xy 112.97127 86.884702) - (xy 112.967237 86.878995) (xy 112.963054 86.873574) (xy 112.958723 86.868439) (xy 112.954243 86.863591) - (xy 112.949614 86.859028) (xy 112.944837 86.854752) (xy 112.93991 86.850762) (xy 112.934829 86.847036) - (xy 112.929588 86.843549) (xy 112.924187 86.840304) (xy 112.918625 86.837298) (xy 112.912903 86.834533) - (xy 112.90702 86.832009) (xy 112.900977 86.829725) (xy 112.894774 86.827681) (xy 112.888411 86.825878) - (xy 112.881887 86.824315) (xy 112.875204 86.822993) (xy 112.868359 86.821911) (xy 112.861355 86.82107) - (xy 112.85419 86.820468) (xy 112.846865 86.820108) (xy 112.83938 86.819988) (xy 112.830768 86.820119) - (xy 112.822333 86.820514) (xy 112.814075 86.821173) (xy 112.805995 86.822094) (xy 112.798093 86.823279) - (xy 112.790367 86.824727) (xy 112.78282 86.826439) (xy 112.775449 86.828414) (xy 112.768257 86.830652) - (xy 112.761241 86.833154) (xy 112.754404 86.835919) (xy 112.747743 86.838947) (xy 112.74126 86.842239) - (xy 112.734955 86.845793) (xy 112.728827 86.849612) (xy 112.722876 86.853693) (xy 112.717141 86.857996) - (xy 112.711622 86.862479) (xy 112.706319 86.867142) (xy 112.701233 86.871984) (xy 112.696363 86.877006) - (xy 112.69171 86.882208) (xy 112.687273 86.887589) (xy 112.683052 86.893151) (xy 112.679048 86.898892) - (xy 112.67526 86.904812) (xy 112.671689 86.910913) (xy 112.668334 86.917193) (xy 112.665195 86.923653) - (xy 112.662273 86.930293) (xy 112.659567 86.937113) (xy 112.657077 86.944112) (xy 112.654788 86.951215) - (xy 112.652646 86.958347) (xy 112.650653 86.965508) (xy 112.648807 86.972697) (xy 112.647108 86.979915) - (xy 112.645557 86.987162) (xy 112.644154 86.994437) (xy 112.642899 87.001741) (xy 112.641791 87.009073) - (xy 112.640831 87.016434) (xy 112.640019 87.023824) (xy 112.639354 87.031242) (xy 112.638837 87.038689) - (xy 112.638468 87.046165) (xy 112.638247 87.053669) (xy 112.638173 87.061202) (xy 112.63826 87.070852) - (xy 112.638523 87.080347) (xy 112.638961 87.089687) (xy 112.639574 87.098873) (xy 112.640362 87.107905) - (xy 112.641326 87.116782) (xy 112.642464 87.125504) (xy 112.643778 87.134072) (xy 112.645267 87.142485) - (xy 112.646931 87.150744) (xy 112.64877 87.158848) (xy 112.650785 87.166797) (xy 112.652974 87.174592) - (xy 112.655339 87.182233) (xy 112.657879 87.189718) (xy 112.660594 87.19705) (xy 112.663512 87.204172) - (xy 112.666623 87.211065) (xy 112.669928 87.217732) (xy 112.673426 87.22417) (xy 112.677118 87.23038) - (xy 112.681003 87.236363) (xy 112.685082 87.242118) (xy 112.689354 87.247645) (xy 112.69382 87.252944) - (xy 112.698479 87.258015) (xy 112.703331 87.262858) (xy 112.708377 87.267474) (xy 112.713617 87.271862) - (xy 112.71905 87.276022) (xy 112.724677 87.279954) (xy 112.730497 87.283658) (xy 112.736462 87.287136) - (xy 112.742488 87.29039) (xy 112.748575 87.29342) (xy 112.754722 87.296225) (xy 112.760931 87.298805) - (xy 112.767199 87.301161) (xy 112.773529 87.303293) (xy 112.779919 87.3052) (xy 112.78637 87.306883) - (xy 112.792882 87.308342) (xy 112.799454 87.309576) (xy 112.806087 87.310586) (xy 112.81278 87.311371) - (xy 112.819535 87.311932) (xy 112.82635 87.312269) (xy 112.833225 87.312381) (xy 112.841535 87.312227) - (xy 112.849684 87.311763) (xy 112.857673 87.31099) (xy 112.865502 87.309908) (xy 112.87317 87.308517) - (xy 112.880678 87.306817) (xy 112.888026 87.304808) (xy 112.895214 87.302489) (xy 112.902241 87.299862) - (xy 112.909108 87.296925) (xy 112.915815 87.293679) (xy 112.922362 87.290125) (xy 112.928748 87.286261) - (xy 112.934974 87.282087) (xy 112.941039 87.277605) (xy 112.946945 87.272814) (xy 112.952652 87.267718) - (xy 112.958123 87.262322) (xy 112.963359 87.256626) (xy 112.968359 87.250631) (xy 112.973122 87.244335) - (xy 112.977651 87.237739) (xy 112.981943 87.230843) (xy 112.985999 87.223648) (xy 112.98982 87.216152) - (xy 112.993404 87.208357) (xy 112.996753 87.200261) (xy 112.999866 87.191866) (xy 113.002743 87.18317) - (xy 113.005384 87.174175) (xy 113.00779 87.16488) + (xy 113.131959 87.213284) (xy 113.211973 87.233508) (xy 113.210359 87.239708) (xy 113.208666 87.245815) + (xy 113.206894 87.25183) (xy 113.205044 87.257752) (xy 113.203116 87.263581) (xy 113.201109 87.269317) + (xy 113.199024 87.274961) (xy 113.196861 87.280512) (xy 113.194619 87.28597) (xy 113.189899 87.296609) + (xy 113.184867 87.306876) (xy 113.17952 87.316772) (xy 113.17386 87.326298) (xy 113.167886 87.335452) + (xy 113.161598 87.344236) (xy 113.154996 87.352649) (xy 113.148081 87.36069) (xy 113.140852 87.368361) + (xy 113.13331 87.375661) (xy 113.125454 87.38259) (xy 113.121408 87.385915) (xy 113.113142 87.392268) + (xy 113.104649 87.398211) (xy 113.095928 87.403744) (xy 113.086979 87.408868) (xy 113.077802 87.413581) + (xy 113.068397 87.417885) (xy 113.058765 87.421779) (xy 113.048904 87.425263) (xy 113.038816 87.428337) + (xy 113.0285 87.431001) (xy 113.017956 87.433255) (xy 113.007185 87.435099) (xy 112.996185 87.436534) + (xy 112.984958 87.437559) (xy 112.973503 87.438173) (xy 112.96182 87.438378) (xy 112.955746 87.438339) + (xy 112.949744 87.438222) (xy 112.943813 87.438027) (xy 112.937953 87.437753) (xy 112.926448 87.436972) + (xy 112.915227 87.435878) (xy 112.904292 87.434471) (xy 112.893642 87.432752) (xy 112.883276 87.430721) + (xy 112.873196 87.428377) (xy 112.863401 87.42572) (xy 112.853891 87.422751) (xy 112.844666 87.419469) + (xy 112.835726 87.415875) (xy 112.827071 87.411968) (xy 112.818702 87.407748) (xy 112.810617 87.403216) + (xy 112.802818 87.398371) (xy 112.795293 87.393231) (xy 112.787996 87.387811) (xy 112.780927 87.382112) + (xy 112.774085 87.376133) (xy 112.767472 87.369875) (xy 112.761086 87.363338) (xy 112.754929 87.356521) + (xy 112.748999 87.349425) (xy 112.743297 87.34205) (xy 112.737822 87.334395) (xy 112.732576 87.326461) + (xy 112.727557 87.318248) (xy 112.722766 87.309755) (xy 112.718203 87.300983) (xy 112.713868 87.291931) + (xy 112.709761 87.2826) (xy 112.705893 87.273068) (xy 112.702274 87.263449) (xy 112.698904 87.253742) + (xy 112.695784 87.243949) (xy 112.692914 87.234069) (xy 112.690293 87.224101) (xy 112.687922 87.214047) + (xy 112.685801 87.203905) (xy 112.683929 87.193677) (xy 112.682307 87.183361) (xy 112.680934 87.172959) + (xy 112.679811 87.162469) (xy 112.678937 87.151893) (xy 112.678313 87.14123) (xy 112.677939 87.130479) + (xy 112.677814 87.119642) (xy 112.677849 87.11373) (xy 112.677955 87.107866) (xy 112.678377 87.096281) + (xy 112.679082 87.084886) (xy 112.680067 87.073681) (xy 112.681335 87.062666) (xy 112.682884 87.051841) + (xy 112.684714 87.041206) (xy 112.686827 87.030762) (xy 112.689221 87.020507) (xy 112.691896 87.010442) + (xy 112.694853 87.000567) (xy 112.698092 86.990883) (xy 112.701613 86.981388) (xy 112.705415 86.972084) + (xy 112.709499 86.962969) (xy 112.713864 86.954045) (xy 112.71849 86.945348) (xy 112.723353 86.936917) + (xy 112.728455 86.928752) (xy 112.733795 86.920852) (xy 112.739372 86.913218) (xy 112.745189 86.90585) + (xy 112.751243 86.898747) (xy 112.757535 86.891909) (xy 112.764065 86.885338) (xy 112.770834 86.879032) + (xy 112.777841 86.872991) (xy 112.785086 86.867217) (xy 112.792569 86.861707) (xy 112.80029 86.856464) + (xy 112.808249 86.851486) (xy 112.816446 86.846773) (xy 112.824833 86.842319) (xy 112.833322 86.838152) + (xy 112.841914 86.834273) (xy 112.85061 86.830681) (xy 112.859408 86.827376) (xy 112.86831 86.824359) + (xy 112.877314 86.821629) (xy 112.886422 86.819186) (xy 112.895633 86.817031) (xy 112.904946 86.815163) + (xy 112.914363 86.813583) (xy 112.923883 86.812289) (xy 112.933505 86.811284) (xy 112.943231 86.810565) + (xy 112.95306 86.810134) (xy 112.962992 86.80999) (xy 112.974218 86.810173) (xy 112.985219 86.810721) + (xy 112.995994 86.811634) (xy 113.006544 86.812912) (xy 113.016868 86.814556) (xy 113.026966 86.816564) + (xy 113.036839 86.818938) (xy 113.046486 86.821677) (xy 113.055908 86.824782) (xy 113.065105 86.828251) + (xy 113.074075 86.832086) (xy 113.082821 86.836286) (xy 113.09134 86.840851) (xy 113.099634 86.845782) + (xy 113.107703 86.851078) (xy 113.115546 86.856739) (xy 113.12313 86.862731) (xy 113.130421 86.869021) + (xy 113.137418 86.875609) (xy 113.144123 86.882494) (xy 113.150534 86.889677) (xy 113.156652 86.897158) + (xy 113.162477 86.904936) (xy 113.16801 86.913012) (xy 113.173249 86.921386) (xy 113.178194 86.930057) + (xy 113.182847 86.939026) (xy 113.187207 86.948293) (xy 113.191274 86.957857) (xy 113.195047 86.967719) + (xy 113.198528 86.977879) (xy 113.201715 86.988337) (xy 113.122873 87.006948) (xy 113.12018 86.998665) + (xy 113.117337 86.990668) (xy 113.114345 86.982957) (xy 113.111205 86.975532) (xy 113.107915 86.968394) + (xy 113.104477 86.961542) (xy 113.10089 86.954976) (xy 113.097155 86.948696) (xy 113.09327 86.942702) + (xy 113.089237 86.936995) (xy 113.085054 86.931574) (xy 113.080723 86.926439) (xy 113.076243 86.921591) + (xy 113.071614 86.917028) (xy 113.066837 86.912752) (xy 113.06191 86.908762) (xy 113.056829 86.905036) + (xy 113.051588 86.901549) (xy 113.046187 86.898304) (xy 113.040625 86.895298) (xy 113.034903 86.892533) + (xy 113.02902 86.890009) (xy 113.022977 86.887725) (xy 113.016774 86.885681) (xy 113.010411 86.883878) + (xy 113.003887 86.882315) (xy 112.997204 86.880993) (xy 112.990359 86.879911) (xy 112.983355 86.87907) + (xy 112.97619 86.878468) (xy 112.968865 86.878108) (xy 112.96138 86.877988) (xy 112.952768 86.878119) + (xy 112.944333 86.878514) (xy 112.936075 86.879173) (xy 112.927995 86.880094) (xy 112.920093 86.881279) + (xy 112.912367 86.882727) (xy 112.90482 86.884439) (xy 112.897449 86.886414) (xy 112.890257 86.888652) + (xy 112.883241 86.891154) (xy 112.876404 86.893919) (xy 112.869743 86.896947) (xy 112.86326 86.900239) + (xy 112.856955 86.903793) (xy 112.850827 86.907612) (xy 112.844876 86.911693) (xy 112.839141 86.915996) + (xy 112.833622 86.920479) (xy 112.828319 86.925142) (xy 112.823233 86.929984) (xy 112.818363 86.935006) + (xy 112.81371 86.940208) (xy 112.809273 86.945589) (xy 112.805052 86.951151) (xy 112.801048 86.956892) + (xy 112.79726 86.962812) (xy 112.793689 86.968913) (xy 112.790334 86.975193) (xy 112.787195 86.981653) + (xy 112.784273 86.988293) (xy 112.781567 86.995113) (xy 112.779077 87.002112) (xy 112.776788 87.009215) + (xy 112.774646 87.016347) (xy 112.772653 87.023508) (xy 112.770807 87.030697) (xy 112.769108 87.037915) + (xy 112.767557 87.045162) (xy 112.766154 87.052437) (xy 112.764899 87.059741) (xy 112.763791 87.067073) + (xy 112.762831 87.074434) (xy 112.762019 87.081824) (xy 112.761354 87.089242) (xy 112.760837 87.096689) + (xy 112.760468 87.104165) (xy 112.760247 87.111669) (xy 112.760173 87.119202) (xy 112.76026 87.128852) + (xy 112.760523 87.138347) (xy 112.760961 87.147687) (xy 112.761574 87.156873) (xy 112.762362 87.165905) + (xy 112.763326 87.174782) (xy 112.764464 87.183504) (xy 112.765778 87.192072) (xy 112.767267 87.200485) + (xy 112.768931 87.208744) (xy 112.77077 87.216848) (xy 112.772785 87.224797) (xy 112.774974 87.232592) + (xy 112.777339 87.240233) (xy 112.779879 87.247718) (xy 112.782594 87.25505) (xy 112.785512 87.262172) + (xy 112.788623 87.269065) (xy 112.791928 87.275732) (xy 112.795426 87.28217) (xy 112.799118 87.28838) + (xy 112.803003 87.294363) (xy 112.807082 87.300118) (xy 112.811354 87.305645) (xy 112.81582 87.310944) + (xy 112.820479 87.316015) (xy 112.825331 87.320858) (xy 112.830377 87.325474) (xy 112.835617 87.329862) + (xy 112.84105 87.334022) (xy 112.846677 87.337954) (xy 112.852497 87.341658) (xy 112.858462 87.345136) + (xy 112.864488 87.34839) (xy 112.870575 87.35142) (xy 112.876722 87.354225) (xy 112.882931 87.356805) + (xy 112.889199 87.359161) (xy 112.895529 87.361293) (xy 112.901919 87.3632) (xy 112.90837 87.364883) + (xy 112.914882 87.366342) (xy 112.921454 87.367576) (xy 112.928087 87.368586) (xy 112.93478 87.369371) + (xy 112.941535 87.369932) (xy 112.94835 87.370269) (xy 112.955225 87.370381) (xy 112.963535 87.370227) + (xy 112.971684 87.369763) (xy 112.979673 87.36899) (xy 112.987502 87.367908) (xy 112.99517 87.366517) + (xy 113.002678 87.364817) (xy 113.010026 87.362808) (xy 113.017214 87.360489) (xy 113.024241 87.357862) + (xy 113.031108 87.354925) (xy 113.037815 87.351679) (xy 113.044362 87.348125) (xy 113.050748 87.344261) + (xy 113.056974 87.340087) (xy 113.063039 87.335605) (xy 113.068945 87.330814) (xy 113.074652 87.325718) + (xy 113.080123 87.320322) (xy 113.085359 87.314626) (xy 113.090359 87.308631) (xy 113.095122 87.302335) + (xy 113.099651 87.295739) (xy 113.103943 87.288843) (xy 113.107999 87.281648) (xy 113.11182 87.274152) + (xy 113.115404 87.266357) (xy 113.118753 87.258261) (xy 113.121866 87.249866) (xy 113.124743 87.24117) + (xy 113.127384 87.232175) (xy 113.12979 87.22288) ) ) (polygon (pts - (xy 113.434356 87.371) (xy 113.360204 87.371) (xy 113.360204 86.895898) (xy 113.355028 86.900762) - (xy 113.349559 86.905625) (xy 113.343797 86.910489) (xy 113.337741 86.915352) (xy 113.331391 86.920216) - (xy 113.324747 86.925079) (xy 113.31781 86.929943) (xy 113.310579 86.934806) (xy 113.305596 86.938049) - (xy 113.300482 86.941291) (xy 113.295237 86.944533) (xy 113.289862 86.947775) (xy 113.284456 86.950949) - (xy 113.27912 86.954022) (xy 113.273854 86.956994) (xy 113.268658 86.959866) (xy 113.260995 86.963984) - (xy 113.253489 86.967875) (xy 113.24614 86.97154) (xy 113.238948 86.974978) (xy 113.231914 86.978189) - (xy 113.225036 86.981174) (xy 113.218316 86.983932) (xy 113.211753 86.986464) (xy 113.211753 86.911432) - (xy 113.219477 86.907758) (xy 113.227078 86.903988) (xy 113.234557 86.900124) (xy 113.241914 86.896164) - (xy 113.249148 86.892109) (xy 113.256259 86.88796) (xy 113.263248 86.883715) (xy 113.270115 86.879375) - (xy 113.276859 86.874941) (xy 113.28348 86.870411) (xy 113.289979 86.865786) (xy 113.296355 86.861066) - (xy 113.302609 86.856251) (xy 113.308741 86.851342) (xy 113.31475 86.846337) (xy 113.320636 86.841237) - (xy 113.326355 86.836099) (xy 113.331861 86.830981) (xy 113.337153 86.825882) (xy 113.342233 86.820803) - (xy 113.3471 86.815743) (xy 113.351754 86.810703) (xy 113.356195 86.805682) (xy 113.360423 86.80068) - (xy 113.364438 86.795698) (xy 113.368241 86.790736) (xy 113.37183 86.785793) (xy 113.375206 86.780869) - (xy 113.379871 86.77352) (xy 113.384057 86.766215) (xy 113.386582 86.761369) (xy 113.434356 86.761369) + (xy 113.556356 87.429) (xy 113.482204 87.429) (xy 113.482204 86.953898) (xy 113.477028 86.958762) + (xy 113.471559 86.963625) (xy 113.465797 86.968489) (xy 113.459741 86.973352) (xy 113.453391 86.978216) + (xy 113.446747 86.983079) (xy 113.43981 86.987943) (xy 113.432579 86.992806) (xy 113.427596 86.996049) + (xy 113.422482 86.999291) (xy 113.417237 87.002533) (xy 113.411862 87.005775) (xy 113.406456 87.008949) + (xy 113.40112 87.012022) (xy 113.395854 87.014994) (xy 113.390658 87.017866) (xy 113.382995 87.021984) + (xy 113.375489 87.025875) (xy 113.36814 87.02954) (xy 113.360948 87.032978) (xy 113.353914 87.036189) + (xy 113.347036 87.039174) (xy 113.340316 87.041932) (xy 113.333753 87.044464) (xy 113.333753 86.969432) + (xy 113.341477 86.965758) (xy 113.349078 86.961988) (xy 113.356557 86.958124) (xy 113.363914 86.954164) + (xy 113.371148 86.950109) (xy 113.378259 86.94596) (xy 113.385248 86.941715) (xy 113.392115 86.937375) + (xy 113.398859 86.932941) (xy 113.40548 86.928411) (xy 113.411979 86.923786) (xy 113.418355 86.919066) + (xy 113.424609 86.914251) (xy 113.430741 86.909342) (xy 113.43675 86.904337) (xy 113.442636 86.899237) + (xy 113.448355 86.894099) (xy 113.453861 86.888981) (xy 113.459153 86.883882) (xy 113.464233 86.878803) + (xy 113.4691 86.873743) (xy 113.473754 86.868703) (xy 113.478195 86.863682) (xy 113.482423 86.85868) + (xy 113.486438 86.853698) (xy 113.490241 86.848736) (xy 113.49383 86.843793) (xy 113.497206 86.838869) + (xy 113.501871 86.83152) (xy 113.506057 86.824215) (xy 113.508582 86.819369) (xy 113.556356 86.819369) ) ) (polygon (pts - (xy 114.007056 86.914949) (xy 113.933344 86.920811) (xy 113.931403 86.912564) (xy 113.929318 86.904751) - (xy 113.927089 86.897369) (xy 113.924716 86.890421) (xy 113.922198 86.883906) (xy 113.919536 86.877823) - (xy 113.91673 86.872173) (xy 113.91378 86.866956) (xy 113.909622 86.860672) (xy 113.905207 86.855159) - (xy 113.899451 86.849292) (xy 113.893447 86.844003) (xy 113.887196 86.83929) (xy 113.880697 86.835155) - (xy 113.873952 86.831597) (xy 113.866959 86.828616) (xy 113.859718 86.826211) (xy 113.852231 86.824384) - (xy 113.844496 86.823134) (xy 113.836514 86.822461) (xy 113.831055 86.822332) (xy 113.824481 86.822504) - (xy 113.81806 86.823018) (xy 113.81179 86.823874) (xy 113.805673 86.825073) (xy 113.799707 86.826615) - (xy 113.793894 86.828499) (xy 113.788232 86.830726) (xy 113.782722 86.833296) (xy 113.777365 86.836208) - (xy 113.772159 86.839463) (xy 113.768773 86.841823) (xy 113.762336 86.846753) (xy 113.756159 86.852089) - (xy 113.750242 86.857833) (xy 113.744586 86.863983) (xy 113.73919 86.870541) (xy 113.734054 86.877506) - (xy 113.730774 86.882375) (xy 113.72761 86.887425) (xy 113.724562 86.892656) (xy 113.721629 86.898068) - (xy 113.718812 86.903661) (xy 113.716111 86.909434) (xy 113.713525 86.915389) (xy 113.711091 86.921576) - (xy 113.708806 86.928086) (xy 113.706671 86.934917) (xy 113.704687 86.942069) (xy 113.702852 86.949544) - (xy 113.701167 86.95734) (xy 113.699633 86.965458) (xy 113.698248 86.973897) (xy 113.697013 86.982659) - (xy 113.695928 86.991741) (xy 113.694993 87.001146) (xy 113.694209 87.010873) (xy 113.693574 87.020921) - (xy 113.693089 87.031291) (xy 113.692754 87.041982) (xy 113.692569 87.052995) (xy 113.697702 87.045944) - (xy 113.703043 87.039243) (xy 113.708593 87.032892) (xy 113.714352 87.026892) (xy 113.720319 87.021242) - (xy 113.726495 87.015942) (xy 113.73288 87.010993) (xy 113.739473 87.006394) (xy 113.746275 87.002145) - (xy 113.753285 86.998247) (xy 113.758075 86.995842) (xy 113.765388 86.99249) (xy 113.772762 86.989468) - (xy 113.780198 86.986775) (xy 113.787696 86.984412) (xy 113.795255 86.982379) (xy 113.802877 86.980675) - (xy 113.81056 86.979301) (xy 113.818305 86.978257) (xy 113.826112 86.977543) (xy 113.833981 86.977158) - (xy 113.839261 86.977085) (xy 113.848462 86.977299) (xy 113.857488 86.977941) (xy 113.86634 86.979011) - (xy 113.875019 86.98051) (xy 113.883523 86.982437) (xy 113.891853 86.984792) (xy 113.900009 86.987575) - (xy 113.907991 86.990787) (xy 113.9158 86.994426) (xy 113.923434 86.998494) (xy 113.930894 87.00299) - (xy 113.93818 87.007914) (xy 113.945292 87.013267) (xy 113.95223 87.019047) (xy 113.958994 87.025256) - (xy 113.965584 87.031893) (xy 113.971901 87.038851) (xy 113.977811 87.04606) (xy 113.983314 87.053519) - (xy 113.988408 87.061229) (xy 113.993095 87.06919) (xy 113.997375 87.077402) (xy 114.001247 87.085864) - (xy 114.004712 87.094578) (xy 114.007768 87.103542) (xy 114.010418 87.112756) (xy 114.012659 87.122222) - (xy 114.014493 87.131938) (xy 114.01592 87.141904) (xy 114.016939 87.152122) (xy 114.01755 87.16259) - (xy 114.017754 87.173309) (xy 114.017658 87.180404) (xy 114.017369 87.187437) (xy 114.016889 87.194408) - (xy 114.016215 87.201318) (xy 114.01535 87.208165) (xy 114.014292 87.214951) (xy 114.013042 87.221675) - (xy 114.011599 87.228337) (xy 114.009964 87.234938) (xy 114.008137 87.241476) (xy 114.006117 87.247953) - (xy 114.003906 87.254367) (xy 114.001501 87.26072) (xy 113.998905 87.267012) (xy 113.996116 87.273241) - (xy 113.993134 87.279408) (xy 113.990003 87.285437) (xy 113.986728 87.291288) (xy 113.983308 87.29696) - (xy 113.979744 87.302453) (xy 113.976036 87.307767) (xy 113.972183 87.312903) (xy 113.968186 87.317861) - (xy 113.964045 87.322639) (xy 113.95976 87.32724) (xy 113.95533 87.331661) (xy 113.950756 87.335904) - (xy 113.946038 87.339968) (xy 113.941176 87.343854) (xy 113.936169 87.347561) (xy 113.931019 87.35109) - (xy 113.925723 87.35444) (xy 113.920329 87.357581) (xy 113.914845 87.360519) (xy 113.90927 87.363255) - (xy 113.903604 87.365788) (xy 113.897848 87.368118) (xy 113.892002 87.370246) (xy 113.886065 87.372171) - (xy 113.880038 87.373894) (xy 113.87392 87.375414) (xy 113.867712 87.376731) (xy 113.861413 87.377845) - (xy 113.855024 87.378757) (xy 113.848545 87.379467) (xy 113.841975 87.379973) (xy 113.835314 87.380277) - (xy 113.828564 87.380378) (xy 113.817102 87.380111) (xy 113.805909 87.379309) (xy 113.794983 87.377972) - (xy 113.784325 87.376101) (xy 113.773935 87.373695) (xy 113.763813 87.370754) (xy 113.753959 87.367279) - (xy 113.744373 87.363269) (xy 113.735055 87.358725) (xy 113.726004 87.353645) (xy 113.717222 87.348031) - (xy 113.708708 87.341883) (xy 113.700461 87.335199) (xy 113.692482 87.327981) (xy 113.684771 87.320229) - (xy 113.677328 87.311942) (xy 113.670248 87.303041) (xy 113.663624 87.293447) (xy 113.660484 87.288391) - (xy 113.657457 87.283161) (xy 113.654545 87.277758) (xy 113.651747 87.272182) (xy 113.649063 87.266433) - (xy 113.646494 87.26051) (xy 113.644038 87.254415) (xy 113.641697 87.248146) (xy 113.63947 87.241704) - (xy 113.637358 87.235089) (xy 113.635359 87.228301) (xy 113.633475 87.22134) (xy 113.631704 87.214205) - (xy 113.630049 87.206898) (xy 113.628507 87.199417) (xy 113.627079 87.191763) (xy 113.625766 87.183935) - (xy 113.624567 87.175935) (xy 113.623482 87.167762) (xy 113.622511 87.159415) (xy 113.621655 87.150895) - (xy 113.620912 87.142202) (xy 113.620284 87.133336) (xy 113.61977 87.124297) (xy 113.619371 87.115084) - (xy 113.619085 87.105699) (xy 113.618914 87.09614) (xy 113.618857 87.086408) (xy 113.61892 87.07552) - (xy 113.619109 87.064819) (xy 113.619425 87.054305) (xy 113.619866 87.043978) (xy 113.620434 87.033839) - (xy 113.621129 87.023887) (xy 113.621949 87.014121) (xy 113.622896 87.004544) (xy 113.623969 86.995153) - (xy 113.625168 86.98595) (xy 113.626493 86.976933) (xy 113.627945 86.968104) (xy 113.629523 86.959462) - (xy 113.631227 86.951008) (xy 113.633057 86.94274) (xy 113.635013 86.93466) (xy 113.637096 86.926767) - (xy 113.639305 86.919061) (xy 113.64164 86.911542) (xy 113.644101 86.90421) (xy 113.646689 86.897066) - (xy 113.649403 86.890109) (xy 113.652243 86.883339) (xy 113.655209 86.876756) (xy 113.658302 86.87036) - (xy 113.66152 86.864152) (xy 113.664865 86.85813) (xy 113.668336 86.852296) (xy 113.671934 86.84665) - (xy 113.675657 86.84119) (xy 113.679507 86.835917) (xy 113.683483 86.830832) (xy 113.690689 86.822421) - (xy 113.698202 86.814552) (xy 113.706022 86.807226) (xy 113.714148 86.800442) (xy 113.722581 86.794201) - (xy 113.731321 86.788503) (xy 113.740368 86.783348) (xy 113.749722 86.778735) (xy 113.759383 86.774665) - (xy 113.76935 86.771138) (xy 113.779624 86.768153) (xy 113.790205 86.765711) (xy 113.801093 86.763811) - (xy 113.812288 86.762455) (xy 113.823789 86.761641) (xy 113.829655 86.761437) (xy 113.835598 86.761369) - (xy 113.844417 86.761529) (xy 113.853034 86.762008) (xy 113.861449 86.762807) (xy 113.869661 86.763925) - (xy 113.87767 86.765362) (xy 113.885476 86.767119) (xy 113.89308 86.769195) (xy 113.900481 86.771591) - (xy 113.907679 86.774306) (xy 113.914675 86.777341) (xy 113.921468 86.780694) (xy 113.928059 86.784368) - (xy 113.934447 86.788361) (xy 113.940632 86.792673) (xy 113.946615 86.797305) (xy 113.952395 86.802256) - (xy 113.957949 86.80747) (xy 113.963218 86.812928) (xy 113.968203 86.81863) (xy 113.972902 86.824576) - (xy 113.977316 86.830766) (xy 113.981445 86.8372) (xy 113.985289 86.843877) (xy 113.988848 86.850799) - (xy 113.992122 86.857964) (xy 113.995111 86.865373) (xy 113.997814 86.873026) (xy 114.000233 86.880923) - (xy 114.002366 86.889064) (xy 114.004215 86.897448) (xy 114.005778 86.906077) + (xy 114.129056 86.972949) (xy 114.055344 86.978811) (xy 114.053403 86.970564) (xy 114.051318 86.962751) + (xy 114.049089 86.955369) (xy 114.046716 86.948421) (xy 114.044198 86.941906) (xy 114.041536 86.935823) + (xy 114.03873 86.930173) (xy 114.03578 86.924956) (xy 114.031622 86.918672) (xy 114.027207 86.913159) + (xy 114.021451 86.907292) (xy 114.015447 86.902003) (xy 114.009196 86.89729) (xy 114.002697 86.893155) + (xy 113.995952 86.889597) (xy 113.988959 86.886616) (xy 113.981718 86.884211) (xy 113.974231 86.882384) + (xy 113.966496 86.881134) (xy 113.958514 86.880461) (xy 113.953055 86.880332) (xy 113.946481 86.880504) + (xy 113.94006 86.881018) (xy 113.93379 86.881874) (xy 113.927673 86.883073) (xy 113.921707 86.884615) + (xy 113.915894 86.886499) (xy 113.910232 86.888726) (xy 113.904722 86.891296) (xy 113.899365 86.894208) + (xy 113.894159 86.897463) (xy 113.890773 86.899823) (xy 113.884336 86.904753) (xy 113.878159 86.910089) + (xy 113.872242 86.915833) (xy 113.866586 86.921983) (xy 113.86119 86.928541) (xy 113.856054 86.935506) + (xy 113.852774 86.940375) (xy 113.84961 86.945425) (xy 113.846562 86.950656) (xy 113.843629 86.956068) + (xy 113.840812 86.961661) (xy 113.838111 86.967434) (xy 113.835525 86.973389) (xy 113.833091 86.979576) + (xy 113.830806 86.986086) (xy 113.828671 86.992917) (xy 113.826687 87.000069) (xy 113.824852 87.007544) + (xy 113.823167 87.01534) (xy 113.821633 87.023458) (xy 113.820248 87.031897) (xy 113.819013 87.040659) + (xy 113.817928 87.049741) (xy 113.816993 87.059146) (xy 113.816209 87.068873) (xy 113.815574 87.078921) + (xy 113.815089 87.089291) (xy 113.814754 87.099982) (xy 113.814569 87.110995) (xy 113.819702 87.103944) + (xy 113.825043 87.097243) (xy 113.830593 87.090892) (xy 113.836352 87.084892) (xy 113.842319 87.079242) + (xy 113.848495 87.073942) (xy 113.85488 87.068993) (xy 113.861473 87.064394) (xy 113.868275 87.060145) + (xy 113.875285 87.056247) (xy 113.880075 87.053842) (xy 113.887388 87.05049) (xy 113.894762 87.047468) + (xy 113.902198 87.044775) (xy 113.909696 87.042412) (xy 113.917255 87.040379) (xy 113.924877 87.038675) + (xy 113.93256 87.037301) (xy 113.940305 87.036257) (xy 113.948112 87.035543) (xy 113.955981 87.035158) + (xy 113.961261 87.035085) (xy 113.970462 87.035299) (xy 113.979488 87.035941) (xy 113.98834 87.037011) + (xy 113.997019 87.03851) (xy 114.005523 87.040437) (xy 114.013853 87.042792) (xy 114.022009 87.045575) + (xy 114.029991 87.048787) (xy 114.0378 87.052426) (xy 114.045434 87.056494) (xy 114.052894 87.06099) + (xy 114.06018 87.065914) (xy 114.067292 87.071267) (xy 114.07423 87.077047) (xy 114.080994 87.083256) + (xy 114.087584 87.089893) (xy 114.093901 87.096851) (xy 114.099811 87.10406) (xy 114.105314 87.111519) + (xy 114.110408 87.119229) (xy 114.115095 87.12719) (xy 114.119375 87.135402) (xy 114.123247 87.143864) + (xy 114.126712 87.152578) (xy 114.129768 87.161542) (xy 114.132418 87.170756) (xy 114.134659 87.180222) + (xy 114.136493 87.189938) (xy 114.13792 87.199904) (xy 114.138939 87.210122) (xy 114.13955 87.22059) + (xy 114.139754 87.231309) (xy 114.139658 87.238404) (xy 114.139369 87.245437) (xy 114.138889 87.252408) + (xy 114.138215 87.259318) (xy 114.13735 87.266165) (xy 114.136292 87.272951) (xy 114.135042 87.279675) + (xy 114.133599 87.286337) (xy 114.131964 87.292938) (xy 114.130137 87.299476) (xy 114.128117 87.305953) + (xy 114.125906 87.312367) (xy 114.123501 87.31872) (xy 114.120905 87.325012) (xy 114.118116 87.331241) + (xy 114.115134 87.337408) (xy 114.112003 87.343437) (xy 114.108728 87.349288) (xy 114.105308 87.35496) + (xy 114.101744 87.360453) (xy 114.098036 87.365767) (xy 114.094183 87.370903) (xy 114.090186 87.375861) + (xy 114.086045 87.380639) (xy 114.08176 87.38524) (xy 114.07733 87.389661) (xy 114.072756 87.393904) + (xy 114.068038 87.397968) (xy 114.063176 87.401854) (xy 114.058169 87.405561) (xy 114.053019 87.40909) + (xy 114.047723 87.41244) (xy 114.042329 87.415581) (xy 114.036845 87.418519) (xy 114.03127 87.421255) + (xy 114.025604 87.423788) (xy 114.019848 87.426118) (xy 114.014002 87.428246) (xy 114.008065 87.430171) + (xy 114.002038 87.431894) (xy 113.99592 87.433414) (xy 113.989712 87.434731) (xy 113.983413 87.435845) + (xy 113.977024 87.436757) (xy 113.970545 87.437467) (xy 113.963975 87.437973) (xy 113.957314 87.438277) + (xy 113.950564 87.438378) (xy 113.939102 87.438111) (xy 113.927909 87.437309) (xy 113.916983 87.435972) + (xy 113.906325 87.434101) (xy 113.895935 87.431695) (xy 113.885813 87.428754) (xy 113.875959 87.425279) + (xy 113.866373 87.421269) (xy 113.857055 87.416725) (xy 113.848004 87.411645) (xy 113.839222 87.406031) + (xy 113.830708 87.399883) (xy 113.822461 87.393199) (xy 113.814482 87.385981) (xy 113.806771 87.378229) + (xy 113.799328 87.369942) (xy 113.792248 87.361041) (xy 113.785624 87.351447) (xy 113.782484 87.346391) + (xy 113.779457 87.341161) (xy 113.776545 87.335758) (xy 113.773747 87.330182) (xy 113.771063 87.324433) + (xy 113.768494 87.31851) (xy 113.766038 87.312415) (xy 113.763697 87.306146) (xy 113.76147 87.299704) + (xy 113.759358 87.293089) (xy 113.757359 87.286301) (xy 113.755475 87.27934) (xy 113.753704 87.272205) + (xy 113.752049 87.264898) (xy 113.750507 87.257417) (xy 113.749079 87.249763) (xy 113.747766 87.241935) + (xy 113.746567 87.233935) (xy 113.745482 87.225762) (xy 113.744511 87.217415) (xy 113.743655 87.208895) + (xy 113.742912 87.200202) (xy 113.742284 87.191336) (xy 113.74177 87.182297) (xy 113.741371 87.173084) + (xy 113.741085 87.163699) (xy 113.740914 87.15414) (xy 113.740857 87.144408) (xy 113.74092 87.13352) + (xy 113.741109 87.122819) (xy 113.741425 87.112305) (xy 113.741866 87.101978) (xy 113.742434 87.091839) + (xy 113.743129 87.081887) (xy 113.743949 87.072121) (xy 113.744896 87.062544) (xy 113.745969 87.053153) + (xy 113.747168 87.04395) (xy 113.748493 87.034933) (xy 113.749945 87.026104) (xy 113.751523 87.017462) + (xy 113.753227 87.009008) (xy 113.755057 87.00074) (xy 113.757013 86.99266) (xy 113.759096 86.984767) + (xy 113.761305 86.977061) (xy 113.76364 86.969542) (xy 113.766101 86.96221) (xy 113.768689 86.955066) + (xy 113.771403 86.948109) (xy 113.774243 86.941339) (xy 113.777209 86.934756) (xy 113.780302 86.92836) + (xy 113.78352 86.922152) (xy 113.786865 86.91613) (xy 113.790336 86.910296) (xy 113.793934 86.90465) + (xy 113.797657 86.89919) (xy 113.801507 86.893917) (xy 113.805483 86.888832) (xy 113.812689 86.880421) + (xy 113.820202 86.872552) (xy 113.828022 86.865226) (xy 113.836148 86.858442) (xy 113.844581 86.852201) + (xy 113.853321 86.846503) (xy 113.862368 86.841348) (xy 113.871722 86.836735) (xy 113.881383 86.832665) + (xy 113.89135 86.829138) (xy 113.901624 86.826153) (xy 113.912205 86.823711) (xy 113.923093 86.821811) + (xy 113.934288 86.820455) (xy 113.945789 86.819641) (xy 113.951655 86.819437) (xy 113.957598 86.819369) + (xy 113.966417 86.819529) (xy 113.975034 86.820008) (xy 113.983449 86.820807) (xy 113.991661 86.821925) + (xy 113.99967 86.823362) (xy 114.007476 86.825119) (xy 114.01508 86.827195) (xy 114.022481 86.829591) + (xy 114.029679 86.832306) (xy 114.036675 86.835341) (xy 114.043468 86.838694) (xy 114.050059 86.842368) + (xy 114.056447 86.846361) (xy 114.062632 86.850673) (xy 114.068615 86.855305) (xy 114.074395 86.860256) + (xy 114.079949 86.86547) (xy 114.085218 86.870928) (xy 114.090203 86.87663) (xy 114.094902 86.882576) + (xy 114.099316 86.888766) (xy 114.103445 86.8952) (xy 114.107289 86.901877) (xy 114.110848 86.908799) + (xy 114.114122 86.915964) (xy 114.117111 86.923373) (xy 114.119814 86.931026) (xy 114.122233 86.938923) + (xy 114.124366 86.947064) (xy 114.126215 86.955448) (xy 114.127778 86.964077) ) (pts - (xy 113.704146 87.171404) (xy 113.704289 87.178711) (xy 113.704718 87.185959) (xy 113.705433 87.193147) - (xy 113.706434 87.200276) (xy 113.70772 87.207346) (xy 113.709293 87.214356) (xy 113.711152 87.221308) - (xy 113.713296 87.2282) (xy 113.715727 87.235033) (xy 113.718443 87.241806) (xy 113.720413 87.246289) - (xy 113.723576 87.252844) (xy 113.726966 87.2591) (xy 113.730583 87.265058) (xy 113.734426 87.270716) - (xy 113.738496 87.276076) (xy 113.742793 87.281137) (xy 113.747317 87.285899) (xy 113.752067 87.290363) - (xy 113.757044 87.294527) (xy 113.762247 87.298393) (xy 113.765842 87.300804) (xy 113.771363 87.30413) - (xy 113.776936 87.307129) (xy 113.78256 87.309801) (xy 113.788236 87.312145) (xy 113.793963 87.314163) - (xy 113.799742 87.315853) (xy 113.805573 87.317216) (xy 113.811454 87.318252) (xy 113.817388 87.318961) - (xy 113.823373 87.319343) (xy 113.827391 87.319415) (xy 113.836069 87.319075) (xy 113.844518 87.318055) - (xy 113.852738 87.316355) (xy 113.860728 87.313975) (xy 113.868489 87.310915) (xy 113.876021 87.307174) - (xy 113.883323 87.302754) (xy 113.890397 87.297653) (xy 113.894985 87.293875) (xy 113.899471 87.289795) - (xy 113.903855 87.285412) (xy 113.908138 87.280727) (xy 113.912237 87.275783) (xy 113.916072 87.27062) - (xy 113.919642 87.26524) (xy 113.922948 87.259643) (xy 113.92599 87.253828) (xy 113.928767 87.247796) - (xy 113.931279 87.241546) (xy 113.933527 87.235078) (xy 113.93551 87.228393) (xy 113.93723 87.221491) - (xy 113.938684 87.214371) (xy 113.939874 87.207033) (xy 113.9408 87.199478) (xy 113.941461 87.191705) - (xy 113.941858 87.183715) (xy 113.94199 87.175508) (xy 113.941859 87.167627) (xy 113.941468 87.159958) - (xy 113.940815 87.1525) (xy 113.939902 87.145255) (xy 113.938727 87.138221) (xy 113.937291 87.1314) - (xy 113.935595 87.12479) (xy 113.933637 87.118391) (xy 113.931418 87.112205) (xy 113.928938 87.10623) - (xy 113.926197 87.100468) (xy 113.923195 87.094917) (xy 113.919933 87.089577) (xy 113.916409 87.08445) - (xy 113.912624 87.079534) (xy 113.908578 87.074831) (xy 113.904333 87.070376) (xy 113.899954 87.06621) - (xy 113.89544 87.06233) (xy 113.890791 87.058738) (xy 113.883563 87.053889) (xy 113.876032 87.049686) - (xy 113.868196 87.04613) (xy 113.860057 87.04322) (xy 113.851614 87.040957) (xy 113.845816 87.039808) - (xy 113.839883 87.038946) (xy 113.833815 87.038371) (xy 113.827612 87.038084) (xy 113.82446 87.038048) - (xy 113.818237 87.038191) (xy 113.812132 87.038622) (xy 113.806147 87.039341) (xy 113.80028 87.040347) - (xy 113.794533 87.04164) (xy 113.786135 87.044118) (xy 113.778005 87.047243) (xy 113.770143 87.051015) - (xy 113.762549 87.055433) (xy 113.757635 87.058738) (xy 113.752841 87.06233) (xy 113.748165 87.06621) - (xy 113.743608 87.070376) (xy 113.739171 87.074831) (xy 113.734929 87.079518) (xy 113.730962 87.084386) - (xy 113.727268 87.089433) (xy 113.723848 87.09466) (xy 113.720701 87.100067) (xy 113.717828 87.105653) - (xy 113.715228 87.11142) (xy 113.712902 87.117366) (xy 113.71085 87.123491) (xy 113.709072 87.129797) - (xy 113.707567 87.136282) (xy 113.706335 87.142947) (xy 113.705378 87.149792) (xy 113.704694 87.156816) - (xy 113.704283 87.16402) + (xy 113.826146 87.229404) (xy 113.826289 87.236711) (xy 113.826718 87.243959) (xy 113.827433 87.251147) + (xy 113.828434 87.258276) (xy 113.82972 87.265346) (xy 113.831293 87.272356) (xy 113.833152 87.279308) + (xy 113.835296 87.2862) (xy 113.837727 87.293033) (xy 113.840443 87.299806) (xy 113.842413 87.304289) + (xy 113.845576 87.310844) (xy 113.848966 87.3171) (xy 113.852583 87.323058) (xy 113.856426 87.328716) + (xy 113.860496 87.334076) (xy 113.864793 87.339137) (xy 113.869317 87.343899) (xy 113.874067 87.348363) + (xy 113.879044 87.352527) (xy 113.884247 87.356393) (xy 113.887842 87.358804) (xy 113.893363 87.36213) + (xy 113.898936 87.365129) (xy 113.90456 87.367801) (xy 113.910236 87.370145) (xy 113.915963 87.372163) + (xy 113.921742 87.373853) (xy 113.927573 87.375216) (xy 113.933454 87.376252) (xy 113.939388 87.376961) + (xy 113.945373 87.377343) (xy 113.949391 87.377415) (xy 113.958069 87.377075) (xy 113.966518 87.376055) + (xy 113.974738 87.374355) (xy 113.982728 87.371975) (xy 113.990489 87.368915) (xy 113.998021 87.365174) + (xy 114.005323 87.360754) (xy 114.012397 87.355653) (xy 114.016985 87.351875) (xy 114.021471 87.347795) + (xy 114.025855 87.343412) (xy 114.030138 87.338727) (xy 114.034237 87.333783) (xy 114.038072 87.32862) + (xy 114.041642 87.32324) (xy 114.044948 87.317643) (xy 114.04799 87.311828) (xy 114.050767 87.305796) + (xy 114.053279 87.299546) (xy 114.055527 87.293078) (xy 114.05751 87.286393) (xy 114.05923 87.279491) + (xy 114.060684 87.272371) (xy 114.061874 87.265033) (xy 114.0628 87.257478) (xy 114.063461 87.249705) + (xy 114.063858 87.241715) (xy 114.06399 87.233508) (xy 114.063859 87.225627) (xy 114.063468 87.217958) + (xy 114.062815 87.2105) (xy 114.061902 87.203255) (xy 114.060727 87.196221) (xy 114.059291 87.1894) + (xy 114.057595 87.18279) (xy 114.055637 87.176391) (xy 114.053418 87.170205) (xy 114.050938 87.16423) + (xy 114.048197 87.158468) (xy 114.045195 87.152917) (xy 114.041933 87.147577) (xy 114.038409 87.14245) + (xy 114.034624 87.137534) (xy 114.030578 87.132831) (xy 114.026333 87.128376) (xy 114.021954 87.12421) + (xy 114.01744 87.12033) (xy 114.012791 87.116738) (xy 114.005563 87.111889) (xy 113.998032 87.107686) + (xy 113.990196 87.10413) (xy 113.982057 87.10122) (xy 113.973614 87.098957) (xy 113.967816 87.097808) + (xy 113.961883 87.096946) (xy 113.955815 87.096371) (xy 113.949612 87.096084) (xy 113.94646 87.096048) + (xy 113.940237 87.096191) (xy 113.934132 87.096622) (xy 113.928147 87.097341) (xy 113.92228 87.098347) + (xy 113.916533 87.09964) (xy 113.908135 87.102118) (xy 113.900005 87.105243) (xy 113.892143 87.109015) + (xy 113.884549 87.113433) (xy 113.879635 87.116738) (xy 113.874841 87.12033) (xy 113.870165 87.12421) + (xy 113.865608 87.128376) (xy 113.861171 87.132831) (xy 113.856929 87.137518) (xy 113.852962 87.142386) + (xy 113.849268 87.147433) (xy 113.845848 87.15266) (xy 113.842701 87.158067) (xy 113.839828 87.163653) + (xy 113.837228 87.16942) (xy 113.834902 87.175366) (xy 113.83285 87.181491) (xy 113.831072 87.187797) + (xy 113.829567 87.194282) (xy 113.828335 87.200947) (xy 113.827378 87.207792) (xy 113.826694 87.214816) + (xy 113.826283 87.22202) ) ) ) ) - (fp_text value "GRM185R61C105KE44D" (at 0 0) (layer "F.SilkS") hide + (fp_text value "GPC0603105-16" (at 0 0) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 1e0ab4f4-96a6-4d3b-b8c3-1e1de8cdf413) + (tstamp 7c5cf7a1-cea3-4cd2-a7c1-169eec16323d) ) (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp c2f11e42-5833-4687-a8fc-c7e145bb55fd) + (tstamp 0175e425-c85e-47f3-a72f-e754f74d9e74) ) (fp_line (start -1.225 -0.62) (end 1.225 -0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e510d8fe-4600-429f-ae0b-66c155da7b2e)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 10411597-96bb-429e-8ce7-15f8bd617903)) (fp_line (start -1.225 0.62) (end -1.225 -0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 99fc87f2-db89-4a83-b49f-f3563d3d0247)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 249be8c4-08d2-41f6-b8c2-caacded9871b)) (fp_line (start 1.225 -0.62) (end 1.225 0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 52145632-aa55-44f5-b146-f7d30f6b01a8)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e335bdd8-e2d0-4a00-b887-3ab01ca59c3b)) (fp_line (start 1.225 0.62) (end -1.225 0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp c5b43573-841c-4446-8261-dfa02096dffd)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp cb888355-e79d-4a50-aeab-4a2289e69bec)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a814536-fff4-4054-9556-6af88fd6349a)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4a63293a-8bd2-4143-bd85-f3b2864eb48f)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f231df97-652d-4443-8f30-d2529ecca2bb)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 29d6be6f-37f0-439a-b60b-5f57eb1a67c0)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2283e68-3294-4870-9d04-6fc27e3b122b)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cb032f53-7784-4935-8930-fe4a36f328d3)) (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 64e1e985-aabc-4667-ad6d-25dedb8cda2c)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b237d52a-451d-4339-b0c8-8c7b7cc5f56c)) (pad "1" smd rect (at -0.7 0) (size 0.75 0.94) (layers "F.Cu" "F.Paste" "F.Mask") - (net 15 "3.3V_Generated") (pintype "passive") (tstamp 91d7f3b2-8a5d-407a-a03b-a66f3e70fc05)) + (net 11 "3.3V_Generated") (pintype "passive") (tstamp fe771221-c898-4530-b83d-fb45f1f331cf)) (pad "2" smd rect (at 0.7 0) (size 0.75 0.94) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pintype "passive") (tstamp c8641a4b-f79e-40e2-a902-ad75fcee3279)) + (net 1 "GND") (pintype "passive") (tstamp d0db71e6-c30a-41cd-ab08-8d52ca0616c9)) (model "Library/SamacSys_Parts.3dshapes/GRM185R61C105KE44D.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -15203,7 +12913,7 @@ (at 80.35 99.16) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -15414,7 +13124,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 5bb8ac95-640b-44dd-ac5c-364779e8b9b2) ) @@ -15443,9 +13153,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1b250675-5f22-45db-878a-553a7ff8a6bb)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 28 "GPIO25") (pintype "passive") (tstamp e8bef7a2-3619-4070-8a4f-9dd65944d9b0)) + (net 24 "GPIO25") (pintype "passive") (tstamp e8bef7a2-3619-4070-8a4f-9dd65944d9b0)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 54 "Net-(U2-PC13)") (pintype "passive") (tstamp ed3c4dde-1d57-4cd7-881e-f7943472b9f7)) + (net 50 "Net-(U2-PC13)") (pintype "passive") (tstamp ed3c4dde-1d57-4cd7-881e-f7943472b9f7)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -15674,7 +13384,7 @@ (pad "1" smd roundrect (at -2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) (net 5 "+24V") (pinfunction "K") (pintype "passive") (tstamp f109ea0c-ade8-47dd-82a8-1908e11c2414)) (pad "2" smd roundrect (at 2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) - (net 9 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp de80658d-a756-4dbb-a543-94ec02f74059)) + (net 7 "Net-(D3-A)") (pinfunction "A") (pintype "passive") (tstamp de80658d-a756-4dbb-a543-94ec02f74059)) (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -15687,7 +13397,8 @@ (at 111.36 85.51) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "power.kicad_sch") (property "Sheetname" "power") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -15850,7 +13561,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 5a0efb3a-136b-4a98-9424-f672d9ef07a0) ) @@ -15879,7 +13590,7 @@ (fp_line (start 0.8 0.4) (end -0.8 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp b7463852-cd14-4243-949a-265797676c48)) (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 15 "3.3V_Generated") (pintype "passive") (tstamp 1cbce99b-4580-4f06-a4a7-bccf09e45e6e)) + (net 11 "3.3V_Generated") (pintype "passive") (tstamp 1cbce99b-4580-4f06-a4a7-bccf09e45e6e)) (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp bad32ea9-a3fb-4681-800a-af032279a54a)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" @@ -16109,7 +13820,7 @@ (fp_line (start 7.45 3.4) (end 7.45 -2.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1cbdad82-f1cb-4a31-8a9b-6a1de2beeee8)) (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 20 "GPIO17") (pinfunction "DATA") (pintype "bidirectional") (tstamp 56487441-5956-47bb-b090-0f999a2fb7ba)) + (net 16 "GPIO17") (pinfunction "DATA") (pintype "bidirectional") (tstamp 56487441-5956-47bb-b090-0f999a2fb7ba)) (pad "2" thru_hole oval (at 2.5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "input") (tstamp 1899d280-55eb-42ca-8e82-1c2bd2ad197c)) (pad "3" thru_hole oval (at 5 0 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -16121,274 +13832,13 @@ ) ) - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp 94a9178f-5b28-4225-b526-88700173729d) - (at 85.125 114.15 -90) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac") - (property "Height" "0.55") - (property "MPN" "GRM1555C1HR80BA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1HR80BA01D") - (property "Mouser Part Number" "81-GRM1555C1HR80BA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/ba0729da-bf3d-4a74-934c-5dbd10eafa1e") - (attr smd) - (fp_text reference "C8" (at -1.12 0.035 -180) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp f97de016-eed1-4eda-a5b1-1fa1310f7825) - (render_cache "C8" 0 - (polygon - (pts - (xy 85.049553 113.063284) (xy 85.129567 113.083508) (xy 85.127953 113.089708) (xy 85.12626 113.095815) - (xy 85.124488 113.10183) (xy 85.122638 113.107752) (xy 85.12071 113.113581) (xy 85.118703 113.119317) - (xy 85.116618 113.124961) (xy 85.114455 113.130512) (xy 85.112213 113.13597) (xy 85.107493 113.146609) - (xy 85.102461 113.156876) (xy 85.097114 113.166772) (xy 85.091454 113.176298) (xy 85.08548 113.185452) - (xy 85.079192 113.194236) (xy 85.07259 113.202649) (xy 85.065675 113.21069) (xy 85.058446 113.218361) - (xy 85.050904 113.225661) (xy 85.043048 113.23259) (xy 85.039002 113.235915) (xy 85.030736 113.242268) - (xy 85.022243 113.248211) (xy 85.013522 113.253744) (xy 85.004573 113.258868) (xy 84.995396 113.263581) - (xy 84.985991 113.267885) (xy 84.976359 113.271779) (xy 84.966498 113.275263) (xy 84.95641 113.278337) - (xy 84.946094 113.281001) (xy 84.93555 113.283255) (xy 84.924779 113.285099) (xy 84.913779 113.286534) - (xy 84.902552 113.287559) (xy 84.891097 113.288173) (xy 84.879414 113.288378) (xy 84.87334 113.288339) - (xy 84.867338 113.288222) (xy 84.861407 113.288027) (xy 84.855547 113.287753) (xy 84.844042 113.286972) - (xy 84.832821 113.285878) (xy 84.821886 113.284471) (xy 84.811236 113.282752) (xy 84.80087 113.280721) - (xy 84.79079 113.278377) (xy 84.780995 113.27572) (xy 84.771485 113.272751) (xy 84.76226 113.269469) - (xy 84.75332 113.265875) (xy 84.744665 113.261968) (xy 84.736296 113.257748) (xy 84.728211 113.253216) - (xy 84.720412 113.248371) (xy 84.712887 113.243231) (xy 84.70559 113.237811) (xy 84.698521 113.232112) - (xy 84.691679 113.226133) (xy 84.685066 113.219875) (xy 84.67868 113.213338) (xy 84.672523 113.206521) - (xy 84.666593 113.199425) (xy 84.660891 113.19205) (xy 84.655416 113.184395) (xy 84.65017 113.176461) - (xy 84.645151 113.168248) (xy 84.64036 113.159755) (xy 84.635797 113.150983) (xy 84.631462 113.141931) - (xy 84.627355 113.1326) (xy 84.623487 113.123068) (xy 84.619868 113.113449) (xy 84.616498 113.103742) - (xy 84.613378 113.093949) (xy 84.610508 113.084069) (xy 84.607887 113.074101) (xy 84.605516 113.064047) - (xy 84.603395 113.053905) (xy 84.601523 113.043677) (xy 84.599901 113.033361) (xy 84.598528 113.022959) - (xy 84.597405 113.012469) (xy 84.596531 113.001893) (xy 84.595907 112.99123) (xy 84.595533 112.980479) - (xy 84.595408 112.969642) (xy 84.595443 112.96373) (xy 84.595549 112.957866) (xy 84.595971 112.946281) - (xy 84.596676 112.934886) (xy 84.597661 112.923681) (xy 84.598929 112.912666) (xy 84.600478 112.901841) - (xy 84.602308 112.891206) (xy 84.604421 112.880762) (xy 84.606815 112.870507) (xy 84.60949 112.860442) - (xy 84.612447 112.850567) (xy 84.615686 112.840883) (xy 84.619207 112.831388) (xy 84.623009 112.822084) - (xy 84.627093 112.812969) (xy 84.631458 112.804045) (xy 84.636084 112.795348) (xy 84.640947 112.786917) - (xy 84.646049 112.778752) (xy 84.651389 112.770852) (xy 84.656966 112.763218) (xy 84.662783 112.75585) - (xy 84.668837 112.748747) (xy 84.675129 112.741909) (xy 84.681659 112.735338) (xy 84.688428 112.729032) - (xy 84.695435 112.722991) (xy 84.70268 112.717217) (xy 84.710163 112.711707) (xy 84.717884 112.706464) - (xy 84.725843 112.701486) (xy 84.73404 112.696773) (xy 84.742427 112.692319) (xy 84.750916 112.688152) - (xy 84.759508 112.684273) (xy 84.768204 112.680681) (xy 84.777002 112.677376) (xy 84.785904 112.674359) - (xy 84.794908 112.671629) (xy 84.804016 112.669186) (xy 84.813227 112.667031) (xy 84.82254 112.665163) - (xy 84.831957 112.663583) (xy 84.841477 112.662289) (xy 84.851099 112.661284) (xy 84.860825 112.660565) - (xy 84.870654 112.660134) (xy 84.880586 112.65999) (xy 84.891812 112.660173) (xy 84.902813 112.660721) - (xy 84.913588 112.661634) (xy 84.924138 112.662912) (xy 84.934462 112.664556) (xy 84.94456 112.666564) - (xy 84.954433 112.668938) (xy 84.96408 112.671677) (xy 84.973502 112.674782) (xy 84.982699 112.678251) - (xy 84.991669 112.682086) (xy 85.000415 112.686286) (xy 85.008934 112.690851) (xy 85.017228 112.695782) - (xy 85.025297 112.701078) (xy 85.03314 112.706739) (xy 85.040724 112.712731) (xy 85.048015 112.719021) - (xy 85.055012 112.725609) (xy 85.061717 112.732494) (xy 85.068128 112.739677) (xy 85.074246 112.747158) - (xy 85.080071 112.754936) (xy 85.085604 112.763012) (xy 85.090843 112.771386) (xy 85.095788 112.780057) - (xy 85.100441 112.789026) (xy 85.104801 112.798293) (xy 85.108868 112.807857) (xy 85.112641 112.817719) - (xy 85.116122 112.827879) (xy 85.119309 112.838337) (xy 85.040467 112.856948) (xy 85.037774 112.848665) - (xy 85.034931 112.840668) (xy 85.031939 112.832957) (xy 85.028799 112.825532) (xy 85.025509 112.818394) - (xy 85.022071 112.811542) (xy 85.018484 112.804976) (xy 85.014749 112.798696) (xy 85.010864 112.792702) - (xy 85.006831 112.786995) (xy 85.002648 112.781574) (xy 84.998317 112.776439) (xy 84.993837 112.771591) - (xy 84.989208 112.767028) (xy 84.984431 112.762752) (xy 84.979504 112.758762) (xy 84.974423 112.755036) - (xy 84.969182 112.751549) (xy 84.963781 112.748304) (xy 84.958219 112.745298) (xy 84.952497 112.742533) - (xy 84.946614 112.740009) (xy 84.940571 112.737725) (xy 84.934368 112.735681) (xy 84.928005 112.733878) - (xy 84.921481 112.732315) (xy 84.914798 112.730993) (xy 84.907953 112.729911) (xy 84.900949 112.72907) - (xy 84.893784 112.728468) (xy 84.886459 112.728108) (xy 84.878974 112.727988) (xy 84.870362 112.728119) - (xy 84.861927 112.728514) (xy 84.853669 112.729173) (xy 84.845589 112.730094) (xy 84.837687 112.731279) - (xy 84.829961 112.732727) (xy 84.822414 112.734439) (xy 84.815043 112.736414) (xy 84.807851 112.738652) - (xy 84.800835 112.741154) (xy 84.793998 112.743919) (xy 84.787337 112.746947) (xy 84.780854 112.750239) - (xy 84.774549 112.753793) (xy 84.768421 112.757612) (xy 84.76247 112.761693) (xy 84.756735 112.765996) - (xy 84.751216 112.770479) (xy 84.745913 112.775142) (xy 84.740827 112.779984) (xy 84.735957 112.785006) - (xy 84.731304 112.790208) (xy 84.726867 112.795589) (xy 84.722646 112.801151) (xy 84.718642 112.806892) - (xy 84.714854 112.812812) (xy 84.711283 112.818913) (xy 84.707928 112.825193) (xy 84.704789 112.831653) - (xy 84.701867 112.838293) (xy 84.699161 112.845113) (xy 84.696671 112.852112) (xy 84.694382 112.859215) - (xy 84.69224 112.866347) (xy 84.690247 112.873508) (xy 84.688401 112.880697) (xy 84.686702 112.887915) - (xy 84.685151 112.895162) (xy 84.683748 112.902437) (xy 84.682493 112.909741) (xy 84.681385 112.917073) - (xy 84.680425 112.924434) (xy 84.679613 112.931824) (xy 84.678948 112.939242) (xy 84.678431 112.946689) - (xy 84.678062 112.954165) (xy 84.677841 112.961669) (xy 84.677767 112.969202) (xy 84.677854 112.978852) - (xy 84.678117 112.988347) (xy 84.678555 112.997687) (xy 84.679168 113.006873) (xy 84.679956 113.015905) - (xy 84.68092 113.024782) (xy 84.682058 113.033504) (xy 84.683372 113.042072) (xy 84.684861 113.050485) - (xy 84.686525 113.058744) (xy 84.688364 113.066848) (xy 84.690379 113.074797) (xy 84.692568 113.082592) - (xy 84.694933 113.090233) (xy 84.697473 113.097718) (xy 84.700188 113.10505) (xy 84.703106 113.112172) - (xy 84.706217 113.119065) (xy 84.709522 113.125732) (xy 84.71302 113.13217) (xy 84.716712 113.13838) - (xy 84.720597 113.144363) (xy 84.724676 113.150118) (xy 84.728948 113.155645) (xy 84.733414 113.160944) - (xy 84.738073 113.166015) (xy 84.742925 113.170858) (xy 84.747971 113.175474) (xy 84.753211 113.179862) - (xy 84.758644 113.184022) (xy 84.764271 113.187954) (xy 84.770091 113.191658) (xy 84.776056 113.195136) - (xy 84.782082 113.19839) (xy 84.788169 113.20142) (xy 84.794316 113.204225) (xy 84.800525 113.206805) - (xy 84.806793 113.209161) (xy 84.813123 113.211293) (xy 84.819513 113.2132) (xy 84.825964 113.214883) - (xy 84.832476 113.216342) (xy 84.839048 113.217576) (xy 84.845681 113.218586) (xy 84.852374 113.219371) - (xy 84.859129 113.219932) (xy 84.865944 113.220269) (xy 84.872819 113.220381) (xy 84.881129 113.220227) - (xy 84.889278 113.219763) (xy 84.897267 113.21899) (xy 84.905096 113.217908) (xy 84.912764 113.216517) - (xy 84.920272 113.214817) (xy 84.92762 113.212808) (xy 84.934808 113.210489) (xy 84.941835 113.207862) - (xy 84.948702 113.204925) (xy 84.955409 113.201679) (xy 84.961956 113.198125) (xy 84.968342 113.194261) - (xy 84.974568 113.190087) (xy 84.980633 113.185605) (xy 84.986539 113.180814) (xy 84.992246 113.175718) - (xy 84.997717 113.170322) (xy 85.002953 113.164626) (xy 85.007953 113.158631) (xy 85.012716 113.152335) - (xy 85.017245 113.145739) (xy 85.021537 113.138843) (xy 85.025593 113.131648) (xy 85.029414 113.124152) - (xy 85.032998 113.116357) (xy 85.036347 113.108261) (xy 85.03946 113.099866) (xy 85.042337 113.09117) - (xy 85.044978 113.082175) (xy 85.047384 113.07288) - ) - ) - (polygon - (pts - (xy 85.308646 112.951177) (xy 85.302969 112.948995) (xy 85.297479 112.946698) (xy 85.289593 112.943038) - (xy 85.282128 112.939121) (xy 85.275082 112.934946) (xy 85.268456 112.930514) (xy 85.26225 112.925824) - (xy 85.256464 112.920876) (xy 85.251098 112.915671) (xy 85.246151 112.910208) (xy 85.241625 112.904488) - (xy 85.240209 112.902524) (xy 85.236228 112.896479) (xy 85.232639 112.890215) (xy 85.229442 112.883733) - (xy 85.226635 112.877031) (xy 85.224221 112.870111) (xy 85.222198 112.862972) (xy 85.220566 112.855613) - (xy 85.219326 112.848036) (xy 85.218478 112.84024) (xy 85.218021 112.832225) (xy 85.217934 112.826759) - (xy 85.218119 112.818508) (xy 85.218674 112.810424) (xy 85.219598 112.802507) (xy 85.220893 112.794758) - (xy 85.222557 112.787175) (xy 85.224591 112.779759) (xy 85.226994 112.772511) (xy 85.229768 112.76543) - (xy 85.232911 112.758516) (xy 85.236424 112.751769) (xy 85.240307 112.74519) (xy 85.24456 112.738777) - (xy 85.249182 112.732532) (xy 85.254175 112.726453) (xy 85.259537 112.720542) (xy 85.265269 112.714799) - (xy 85.271326 112.709297) (xy 85.277626 112.704151) (xy 85.284171 112.69936) (xy 85.29096 112.694923) - (xy 85.297992 112.690842) (xy 85.305269 112.687115) (xy 85.312789 112.683743) (xy 85.320553 112.680727) - (xy 85.328561 112.678065) (xy 85.336813 112.675758) (xy 85.345308 112.673806) (xy 85.354048 112.672209) - (xy 85.363031 112.670966) (xy 85.372258 112.670079) (xy 85.381729 112.669547) (xy 85.391444 112.669369) - (xy 85.401215 112.669551) (xy 85.410745 112.670095) (xy 85.420033 112.671003) (xy 85.429079 112.672273) - (xy 85.437884 112.673906) (xy 85.446447 112.675902) (xy 85.454769 112.678261) (xy 85.462849 112.680983) - (xy 85.470687 112.684068) (xy 85.478284 112.687516) (xy 85.48564 112.691327) (xy 85.492753 112.6955) - (xy 85.499625 112.700037) (xy 85.506256 112.704936) (xy 85.512645 112.710199) (xy 85.518793 112.715824) - (xy 85.524649 112.721692) (xy 85.530127 112.72772) (xy 85.535227 112.733906) (xy 85.53995 112.740252) - (xy 85.544295 112.746756) (xy 85.548262 112.75342) (xy 85.551851 112.760243) (xy 85.555063 112.767225) - (xy 85.557896 112.774366) (xy 85.560352 112.781667) (xy 85.56243 112.789126) (xy 85.56413 112.796745) - (xy 85.565453 112.804523) (xy 85.566397 112.81246) (xy 85.566964 112.820556) (xy 85.567153 112.828811) - (xy 85.566958 112.836683) (xy 85.566375 112.844362) (xy 85.565402 112.851847) (xy 85.564041 112.859139) - (xy 85.562291 112.866238) (xy 85.560151 112.873144) (xy 85.557623 112.879857) (xy 85.554705 112.886376) - (xy 85.551399 112.892702) (xy 85.547704 112.898835) (xy 85.545024 112.902817) (xy 85.5407 112.908571) - (xy 85.535972 112.914072) (xy 85.53084 112.919321) (xy 85.525302 112.924318) (xy 85.519361 112.929062) - (xy 85.513015 112.933553) (xy 85.506265 112.937793) (xy 85.49911 112.94178) (xy 85.49155 112.945514) - (xy 85.483587 112.948996) (xy 85.478053 112.951177) (xy 85.48491 112.953517) (xy 85.491558 112.956031) - (xy 85.497998 112.958719) (xy 85.50423 112.961581) (xy 85.510253 112.964618) (xy 85.516068 112.967828) - (xy 85.521674 112.971212) (xy 85.527072 112.974771) (xy 85.532262 112.978503) (xy 85.537244 112.982409) - (xy 85.542017 112.98649) (xy 85.546581 112.990744) (xy 85.550938 112.995173) (xy 85.555086 112.999775) - (xy 85.559025 113.004551) (xy 85.562756 113.009502) (xy 85.56627 113.014601) (xy 85.569557 113.019822) - (xy 85.572617 113.025166) (xy 85.575451 113.030632) (xy 85.578058 113.036221) (xy 85.580438 113.041932) - (xy 85.582592 113.047766) (xy 85.584518 113.053722) (xy 85.586219 113.059801) (xy 85.587692 113.066002) - (xy 85.588939 113.072326) (xy 85.589959 113.078772) (xy 85.590752 113.085341) (xy 85.591319 113.092032) - (xy 85.591659 113.098846) (xy 85.591772 113.105782) (xy 85.591558 113.115358) (xy 85.590916 113.12474) - (xy 85.589846 113.133928) (xy 85.588347 113.142923) (xy 85.58642 113.151724) (xy 85.584065 113.160332) - (xy 85.581282 113.168746) (xy 85.57807 113.176967) (xy 85.574431 113.184994) (xy 85.570363 113.192828) - (xy 85.565867 113.200469) (xy 85.560943 113.207916) (xy 85.55559 113.215169) (xy 85.54981 113.222229) - (xy 85.543601 113.229096) (xy 85.536964 113.235769) (xy 85.529978 113.242139) (xy 85.522722 113.248099) - (xy 85.515195 113.253648) (xy 85.507399 113.258785) (xy 85.499332 113.263512) (xy 85.490995 113.267828) - (xy 85.482387 113.271732) (xy 85.47351 113.275226) (xy 85.464362 113.278309) (xy 85.454944 113.28098) - (xy 85.445256 113.283241) (xy 85.435298 113.28509) (xy 85.42507 113.286529) (xy 85.414571 113.287556) - (xy 85.403802 113.288173) (xy 85.392763 113.288378) (xy 85.381724 113.288172) (xy 85.370953 113.287554) - (xy 85.360452 113.286524) (xy 85.350219 113.285081) (xy 85.340256 113.283226) (xy 85.330562 113.28096) - (xy 85.321136 113.278281) (xy 85.31198 113.275189) (xy 85.303093 113.271686) (xy 85.294475 113.26777) - (xy 85.286126 113.263443) (xy 85.278046 113.258703) (xy 85.270235 113.253551) (xy 85.262693 113.247987) - (xy 85.25542 113.24201) (xy 85.248416 113.235622) (xy 85.241779 113.228907) (xy 85.23557 113.221989) - (xy 85.22979 113.214866) (xy 85.224437 113.20754) (xy 85.219513 113.20001) (xy 85.215017 113.192276) - (xy 85.210949 113.184339) (xy 85.20731 113.176198) (xy 85.204098 113.167853) (xy 85.201315 113.159304) - (xy 85.19896 113.150551) (xy 85.197033 113.141595) (xy 85.195535 113.132434) (xy 85.194464 113.12307) - (xy 85.193822 113.113502) (xy 85.193608 113.103731) (xy 85.193724 113.09646) (xy 85.194075 113.089337) - (xy 85.194659 113.082364) (xy 85.195476 113.075539) (xy 85.196527 113.068863) (xy 85.197812 113.062336) - (xy 85.19933 113.055958) (xy 85.201082 113.049729) (xy 85.203067 113.043648) (xy 85.205286 113.037717) - (xy 85.207738 113.031934) (xy 85.210424 113.0263) (xy 85.213343 113.020815) (xy 85.216496 113.015478) - (xy 85.219883 113.010291) (xy 85.223503 113.005252) (xy 85.227339 113.000387) (xy 85.231373 112.99572) - (xy 85.235605 112.991251) (xy 85.240035 112.98698) (xy 85.244663 112.982907) (xy 85.24949 112.979032) - (xy 85.254514 112.975355) (xy 85.259736 112.971876) (xy 85.265157 112.968596) (xy 85.270775 112.965513) - (xy 85.276592 112.962628) (xy 85.282607 112.959942) (xy 85.288819 112.957454) (xy 85.29523 112.955163) - (xy 85.301839 112.953071) - ) - (pts - (xy 85.293845 112.823975) (xy 85.294087 112.831995) (xy 85.294814 112.839735) (xy 85.296024 112.847194) - (xy 85.297719 112.854372) (xy 85.299899 112.861269) (xy 85.302562 112.867886) (xy 85.30571 112.874221) - (xy 85.309342 112.880276) (xy 85.313459 112.88605) (xy 85.318059 112.891544) (xy 85.321396 112.89505) - (xy 85.326733 112.899973) (xy 85.332359 112.904413) (xy 85.338274 112.908368) (xy 85.344477 112.911838) - (xy 85.350968 112.914825) (xy 85.357748 112.917327) (xy 85.364817 112.919345) (xy 85.372174 112.920878) - (xy 85.379819 112.921928) (xy 85.387753 112.922493) (xy 85.393203 112.9226) (xy 85.401091 112.922359) - (xy 85.408709 112.921637) (xy 85.416056 112.920433) (xy 85.423133 112.918747) (xy 85.429939 112.916579) - (xy 85.436475 112.91393) (xy 85.44274 112.910798) (xy 85.448735 112.907186) (xy 85.454459 112.903091) - (xy 85.459913 112.898515) (xy 85.463398 112.895196) (xy 85.468296 112.88995) (xy 85.472711 112.884487) - (xy 85.476645 112.878808) (xy 85.480098 112.872912) (xy 85.483068 112.8668) (xy 85.485557 112.860472) - (xy 85.487564 112.853927) (xy 85.48909 112.847166) (xy 85.490133 112.840188) (xy 85.490695 112.832995) - (xy 85.490802 112.828078) (xy 85.490554 112.820446) (xy 85.489808 112.813045) (xy 85.488565 112.805876) - (xy 85.486825 112.798939) (xy 85.484588 112.792233) (xy 85.481853 112.78576) (xy 85.478622 112.779518) - (xy 85.474893 112.773508) (xy 85.470667 112.76773) (xy 85.465944 112.762184) (xy 85.462519 112.758616) - (xy 85.457121 112.753561) (xy 85.451478 112.749004) (xy 85.445591 112.744944) (xy 85.439459 112.741381) - (xy 85.433082 112.738315) (xy 85.42646 112.735746) (xy 85.419594 112.733674) (xy 85.412483 112.7321) - (xy 85.405127 112.731023) (xy 85.397527 112.730443) (xy 85.392324 112.730332) (xy 85.384483 112.730575) - (xy 85.376897 112.731301) (xy 85.369566 112.732512) (xy 85.36249 112.734207) (xy 85.355669 112.736386) - (xy 85.349104 112.73905) (xy 85.342793 112.742197) (xy 85.336737 112.74583) (xy 85.330936 112.749946) - (xy 85.325391 112.754547) (xy 85.321835 112.757883) (xy 85.316833 112.763145) (xy 85.312323 112.768601) - (xy 85.308305 112.77425) (xy 85.304779 112.780092) (xy 85.301745 112.786127) (xy 85.299202 112.792355) - (xy 85.297152 112.798777) (xy 85.295594 112.805391) (xy 85.294528 112.812199) (xy 85.293954 112.8192) - ) - (pts - (xy 85.269958 113.104317) (xy 85.270089 113.110208) (xy 85.270484 113.116065) (xy 85.271418 113.123823) - (xy 85.272425 113.129602) (xy 85.273695 113.135348) (xy 85.275228 113.14106) (xy 85.277023 113.146739) - (xy 85.279081 113.152384) (xy 85.281402 113.157996) (xy 85.283986 113.163575) (xy 85.284906 113.165427) - (xy 85.287863 113.17086) (xy 85.291076 113.176059) (xy 85.294544 113.181023) (xy 85.298267 113.185753) - (xy 85.302244 113.190248) (xy 85.306477 113.19451) (xy 85.310965 113.198536) (xy 85.315708 113.202329) - (xy 85.320706 113.205887) (xy 85.325959 113.20921) (xy 85.329602 113.211295) (xy 85.33522 113.214176) - (xy 85.340918 113.216774) (xy 85.346695 113.219088) (xy 85.352553 113.221119) (xy 85.35849 113.222866) - (xy 85.364507 113.22433) (xy 85.370604 113.225511) (xy 85.376781 113.226408) (xy 85.383037 113.227022) - (xy 85.389374 113.227352) (xy 85.393643 113.227415) (xy 85.400202 113.227283) (xy 85.406616 113.226884) - (xy 85.412887 113.22622) (xy 85.419013 113.22529) (xy 85.424995 113.224095) (xy 85.430833 113.222634) - (xy 85.436527 113.220908) (xy 85.442076 113.218916) (xy 85.450129 113.21543) (xy 85.457858 113.211346) - (xy 85.465263 113.206664) (xy 85.470018 113.203211) (xy 85.47463 113.199493) (xy 85.479097 113.195509) - (xy 85.481277 113.193417) (xy 85.485483 113.189077) (xy 85.489417 113.184592) (xy 85.49308 113.179963) - (xy 85.498066 113.17275) (xy 85.502441 113.165211) (xy 85.506206 113.157349) (xy 85.50936 113.149161) - (xy 85.511124 113.143523) (xy 85.512617 113.13774) (xy 85.513838 113.131813) (xy 85.514787 113.125741) - (xy 85.515466 113.119526) (xy 85.515873 113.113166) (xy 85.516008 113.106662) (xy 85.515869 113.100066) - (xy 85.51545 113.093615) (xy 85.514751 113.087307) (xy 85.513773 113.081144) (xy 85.512516 113.075126) - (xy 85.51098 113.069251) (xy 85.509164 113.063521) (xy 85.507069 113.057935) (xy 85.504694 113.052494) - (xy 85.502041 113.047196) (xy 85.499107 113.042043) (xy 85.495895 113.037034) (xy 85.492403 113.03217) - (xy 85.488632 113.027449) (xy 85.484581 113.022873) (xy 85.480251 113.018441) (xy 85.47573 113.014218) - (xy 85.471069 113.010267) (xy 85.466269 113.006588) (xy 85.461328 113.003182) (xy 85.456249 113.000049) - (xy 85.451029 112.997188) (xy 85.44567 112.994599) (xy 85.440171 112.992283) (xy 85.434532 112.990239) - (xy 85.428754 112.988468) (xy 85.422836 112.986969) (xy 85.416778 112.985743) (xy 85.410581 112.98479) - (xy 85.404244 112.984108) (xy 85.397768 112.9837) (xy 85.391151 112.983563) (xy 85.384664 112.983698) - (xy 85.378317 112.984104) (xy 85.372111 112.984779) (xy 85.366046 112.985725) (xy 85.360122 112.986941) - (xy 85.354339 112.988427) (xy 85.348696 112.990183) (xy 85.343194 112.99221) (xy 85.335206 112.995756) - (xy 85.327534 112.99991) (xy 85.320179 113.004672) (xy 85.315452 113.008185) (xy 85.310865 113.011967) - (xy 85.30642 113.01602) (xy 85.30425 113.018148) (xy 85.300097 113.02252) (xy 85.296213 113.027028) - (xy 85.292596 113.03167) (xy 85.287673 113.038888) (xy 85.283353 113.046409) (xy 85.279636 113.054234) - (xy 85.276522 113.062363) (xy 85.27401 113.070796) (xy 85.272671 113.076586) (xy 85.271599 113.082512) - (xy 85.270795 113.088573) (xy 85.270259 113.09477) (xy 85.269992 113.101101) - ) - ) - ) - ) - (fp_text value "GRM1555C1HR80BA01D" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp c92e1545-4060-4770-bffa-50ae22849a5f) - ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 83f6db21-bc99-424b-8a11-e9b0b4eaf444)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ad3db083-3b52-49a2-9dcb-57f7ed84c908)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2bef7527-d64f-4a31-8e9a-eaaee770a70c)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp bfc492e3-fff8-43ce-9f1d-b91c7c54d017)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 23b8f571-c097-4168-8a8f-a3702509736c)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2b0a71fa-ec76-4303-a4a8-cd7bcebb3fe0)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ddaff7e0-070c-4f21-9653-8a6ce9a213da)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65c7bb21-171e-4bdc-8038-1a3a8edc780d)) - (pad "1" smd rect (at -0.46 0 270) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 10 "Net-(U2-RF1)") (pinfunction "1") (pintype "passive") (tstamp 65eb7ced-4cb6-4fc4-ad0d-ba059bc10649)) - (pad "2" smd rect (at 0.46 0 270) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 99988ce2-8c1a-4eac-bcb9-1f794e3c9a4c)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") (tstamp 978633a3-9c21-497c-bdf4-c84bd2f948a6) (at 90.315 104.8 90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") @@ -16607,7 +14057,7 @@ ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp df7c82f6-0560-4b19-8b83-40928107bc6b) ) @@ -16898,11 +14348,11 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01f85997-90d8-43b9-96ec-ebc26e7bb7da)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 18 "TX") (pinfunction "TX") (pintype "input") (tstamp fa55782d-483f-4da7-8aba-0d23df52dd52)) + (net 14 "TX") (pinfunction "TX") (pintype "input") (tstamp fa55782d-483f-4da7-8aba-0d23df52dd52)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 19 "RX") (pinfunction "RX") (pintype "input") (tstamp 016a651b-a245-440b-ad13-8311a6ead311)) + (net 15 "RX") (pinfunction "RX") (pintype "input") (tstamp 016a651b-a245-440b-ad13-8311a6ead311)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "PW") (pintype "input") (tstamp 8d2c5120-4f32-4a88-bf44-2cb5dcc82d99)) + (net 39 "+5V") (pinfunction "PW") (pintype "input") (tstamp 8d2c5120-4f32-4a88-bf44-2cb5dcc82d99)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "input") (tstamp 41ca43c0-d6b9-4eb5-9940-d11a220dbd68)) (model "Library/SamacSys_Parts.3dshapes/B4B-XH-A_LF__SN_.stp" @@ -16912,102 +14362,87 @@ ) ) - (footprint "SamacSys_Parts:DEA162450BT1295A1" (layer "F.Cu") - (tstamp 9a1b7f3d-c6b1-495a-8487-05a76a8f4db1) - (at 83.94 117.905 90) - (descr "DEA162450BT-1295A1") - (tags "Filter") - (property "Arrow Part Number" "DEA162450BT-1260B2") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/dea162450bt-1260b2/tdk?region=nac") - (property "Description" "Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF") - (property "Height" "0") - (property "Manufacturer_Name" "TDK") - (property "Manufacturer_Part_Number" "DEA162450BT-1260B2") - (property "Mouser Part Number" "810-DEA16245BT126B2") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/TDK/DEA162450BT-1260B2?qs=fR3RxBVkcwmVXw6N1ehggw%3D%3D") + (footprint "Inductor_SMD:L_0805_2012Metric" (layer "F.Cu") + (tstamp 99de4da4-7524-49c4-9943-d13c613c6680) + (at 92.251 118.917) + (descr "Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") + (tags "inductor") + (property "Inductance" "10uH") + (property "MPN" "LBR2012T100K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") - (property "ki_description" "Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/5fda4d4d-d73a-4fbc-8033-7bf0febe4a66") + (property "ki_description" "Inductor") + (property "ki_keywords" "inductor choke coil reactor magnetic") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/9b0f2c07-4f2f-47c1-b7f6-065daccc3bbb") (attr smd) - (fp_text reference "FL1" (at -0.405 1.09) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.075))) - (tstamp 84fd5d84-3255-4cfd-ac64-162f2faadb74) - (render_cache "FL1" 0 - (polygon - (pts - (xy 84.375674 118.559) (xy 84.375674 117.949369) (xy 84.783217 117.949369) (xy 84.783217 118.019711) - (xy 84.455541 118.019711) (xy 84.455541 118.211979) (xy 84.739107 118.211979) (xy 84.739107 118.282321) - (xy 84.455541 118.282321) (xy 84.455541 118.559) - ) - ) + (fp_text reference "L1" (at -0.099 1.265) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) + (tstamp 20628eb7-654b-4d01-b966-e471fc560442) + (render_cache "L1" 0 (polygon (pts - (xy 84.88111 118.559) (xy 84.88111 117.949369) (xy 84.961124 117.949369) (xy 84.961124 118.488658) - (xy 85.258612 118.488658) (xy 85.258612 118.559) + (xy 91.746655 120.431) (xy 91.746655 119.821369) (xy 91.826669 119.821369) (xy 91.826669 120.360658) + (xy 92.124157 120.360658) (xy 92.124157 120.431) ) ) (polygon (pts - (xy 85.600942 118.559) (xy 85.52679 118.559) (xy 85.52679 118.083898) (xy 85.521615 118.088762) - (xy 85.516146 118.093625) (xy 85.510384 118.098489) (xy 85.504327 118.103352) (xy 85.497978 118.108216) - (xy 85.491334 118.113079) (xy 85.484397 118.117943) (xy 85.477166 118.122806) (xy 85.472182 118.126049) - (xy 85.467068 118.129291) (xy 85.461823 118.132533) (xy 85.456448 118.135775) (xy 85.451043 118.138949) - (xy 85.445707 118.142022) (xy 85.440441 118.144994) (xy 85.435245 118.147866) (xy 85.427582 118.151984) - (xy 85.420076 118.155875) (xy 85.412727 118.15954) (xy 85.405535 118.162978) (xy 85.3985 118.166189) - (xy 85.391623 118.169174) (xy 85.384903 118.171932) (xy 85.378339 118.174464) (xy 85.378339 118.099432) - (xy 85.386063 118.095758) (xy 85.393665 118.091988) (xy 85.401144 118.088124) (xy 85.4085 118.084164) - (xy 85.415734 118.080109) (xy 85.422846 118.07596) (xy 85.429835 118.071715) (xy 85.436701 118.067375) - (xy 85.443445 118.062941) (xy 85.450067 118.058411) (xy 85.456566 118.053786) (xy 85.462942 118.049066) - (xy 85.469196 118.044251) (xy 85.475327 118.039342) (xy 85.481336 118.034337) (xy 85.487223 118.029237) - (xy 85.492942 118.024099) (xy 85.498447 118.018981) (xy 85.50374 118.013882) (xy 85.50882 118.008803) - (xy 85.513687 118.003743) (xy 85.518341 117.998703) (xy 85.522782 117.993682) (xy 85.52701 117.98868) - (xy 85.531025 117.983698) (xy 85.534827 117.978736) (xy 85.538416 117.973793) (xy 85.541793 117.968869) - (xy 85.546458 117.96152) (xy 85.550644 117.954215) (xy 85.553168 117.949369) (xy 85.600942 117.949369) + (xy 92.466487 120.431) (xy 92.392335 120.431) (xy 92.392335 119.955898) (xy 92.38716 119.960762) + (xy 92.381691 119.965625) (xy 92.375929 119.970489) (xy 92.369872 119.975352) (xy 92.363523 119.980216) + (xy 92.356879 119.985079) (xy 92.349942 119.989943) (xy 92.342711 119.994806) (xy 92.337727 119.998049) + (xy 92.332613 120.001291) (xy 92.327368 120.004533) (xy 92.321993 120.007775) (xy 92.316588 120.010949) + (xy 92.311252 120.014022) (xy 92.305986 120.016994) (xy 92.30079 120.019866) (xy 92.293127 120.023984) + (xy 92.285621 120.027875) (xy 92.278272 120.03154) (xy 92.27108 120.034978) (xy 92.264045 120.038189) + (xy 92.257168 120.041174) (xy 92.250448 120.043932) (xy 92.243884 120.046464) (xy 92.243884 119.971432) + (xy 92.251608 119.967758) (xy 92.25921 119.963988) (xy 92.266689 119.960124) (xy 92.274045 119.956164) + (xy 92.281279 119.952109) (xy 92.288391 119.94796) (xy 92.29538 119.943715) (xy 92.302246 119.939375) + (xy 92.30899 119.934941) (xy 92.315612 119.930411) (xy 92.322111 119.925786) (xy 92.328487 119.921066) + (xy 92.334741 119.916251) (xy 92.340872 119.911342) (xy 92.346881 119.906337) (xy 92.352768 119.901237) + (xy 92.358487 119.896099) (xy 92.363992 119.890981) (xy 92.369285 119.885882) (xy 92.374365 119.880803) + (xy 92.379232 119.875743) (xy 92.383886 119.870703) (xy 92.388327 119.865682) (xy 92.392555 119.86068) + (xy 92.39657 119.855698) (xy 92.400372 119.850736) (xy 92.403962 119.845793) (xy 92.407338 119.840869) + (xy 92.412003 119.83352) (xy 92.416189 119.826215) (xy 92.418713 119.821369) (xy 92.466487 119.821369) ) ) ) ) - (fp_text value "DEA162450BT-1260B2" (at 0.125 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp a129ff05-b254-4a6c-a5f5-e49da7ab9aac) + (fp_text value "LBR2012T100K" (at 0 1.55) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp e51b750c-9c92-47aa-abba-3ef5ba7c1ea8) ) - (fp_text user "${REFERENCE}" (at 0.125 0 90) (layer "F.Fab") - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp f8fd1b2b-b7d3-4ebf-ab97-9b29775dad7c) + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (effects (font (size 0.5 0.5) (thickness 0.08))) + (tstamp 7c2d593e-83bb-4e66-8c0a-bd2ca37664b7) + ) + (fp_line (start -0.399622 -0.56) (end 0.399622 -0.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 160c6014-629e-4bf4-ba65-956fa2742f09)) + (fp_line (start -0.399622 0.56) (end 0.399622 0.56) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 8c367c95-6f8c-49f2-b060-a6eb6d0d9967)) + (fp_line (start -1.75 -0.85) (end 1.75 -0.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 1b0e9b3a-a574-4a29-bb7e-f4a5415e6c09)) + (fp_line (start -1.75 0.85) (end -1.75 -0.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7d061f1e-aa5e-4e37-96af-9c9979356ba1)) + (fp_line (start 1.75 -0.85) (end 1.75 0.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b368e97a-d94c-4f95-a221-ec32ba6e429f)) + (fp_line (start 1.75 0.85) (end -1.75 0.85) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 7f776d70-25a6-4092-b9db-5402656ef68c)) + (fp_line (start -1 -0.45) (end 1 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 25ff5dc9-c471-4fc8-ab77-15b3bf7b4d4d)) + (fp_line (start -1 0.45) (end -1 -0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a1c35850-e2d7-4153-8335-9ab7c7bfac4d)) + (fp_line (start 1 -0.45) (end 1 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0f7e08cd-4a12-4813-bb96-54a1f4ad41bc)) + (fp_line (start 1 0.45) (end -1 0.45) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d33dbe7-f3a1-4917-96d7-028fdc27d790)) + (pad "1" smd roundrect (at -1.0625 0) (size 0.875 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 94 "Net-(U2-VFBSMPS)") (pinfunction "1") (pintype "passive") (tstamp 22594f72-4105-4206-bbf9-d519c31b039a)) + (pad "2" smd roundrect (at 1.0625 0) (size 0.875 1.2) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 95 "Net-(U2-VLXSMPS)") (pinfunction "2") (pintype "passive") (tstamp f87df68a-36a6-4dec-aa32-bbe22041d0a8)) + (model "${KICAD6_3DMODEL_DIR}/Inductor_SMD.3dshapes/L_0805_2012Metric.wrl" + (offset (xyz 0 0 0)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 0)) ) - (fp_line (start -1.225 -0.1) (end -1.225 -0.1) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 9db1f54b-14f7-4e4f-8de2-2f80e8d77fd0)) - (fp_line (start -1.225 0.1) (end -1.225 0.1) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp fc181bdb-05a7-49d4-b4db-109f3fde2323)) - (fp_arc (start -1.225 -0.1) (mid -1.125 0) (end -1.225 0.1) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 77f4663b-5dbc-4479-af40-e8c61bb48d4f)) - (fp_arc (start -1.225 0.1) (mid -1.325 0) (end -1.225 -0.1) - (stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 59ff842a-7ae7-4d4e-bb7b-2b905c4403ed)) - (fp_line (start -2.325 -1.7) (end 2.575 -1.7) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp d0f856d4-46a8-47e1-9352-79c68acef50b)) - (fp_line (start -2.325 1.7) (end -2.325 -1.7) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 046fbd1b-f11a-441f-b696-b24db13969ab)) - (fp_line (start 2.575 -1.7) (end 2.575 1.7) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 9a2fc6c4-9d45-4d52-8493-e31bcd12500b)) - (fp_line (start 2.575 1.7) (end -2.325 1.7) - (stroke (width 0.1) (type solid)) (layer "F.CrtYd") (tstamp 1beff137-badf-4d82-b0f8-fa3d19adb8a5)) - (fp_line (start -0.325 -0.4) (end 1.275 -0.4) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 33a3efd3-b315-4c64-9040-0652d7b5cd71)) - (fp_line (start -0.325 0.4) (end -0.325 -0.4) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 7ff62257-acaf-44d4-b4a3-46aa73887b68)) - (fp_line (start 1.275 -0.4) (end 1.275 0.4) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 0cb9550d-f8e3-4d28-8a41-8a76eca75092)) - (fp_line (start 1.275 0.4) (end -0.325 0.4) - (stroke (width 0.2) (type solid)) (layer "F.Fab") (tstamp 0fa186b2-7c5f-4133-9951-bce8344dc8db)) - (pad "1" smd rect (at -0.375 0 180) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 13 "Net-(FL1-IN)") (pinfunction "IN") (pintype "passive") (tstamp dc947efe-6611-4e5e-ad2c-cba902e7cea3)) - (pad "2" smd rect (at 0.475 0.45 180) (size 0.5 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 8824c508-ae1b-4fc1-9b94-87be97bc3864)) - (pad "3" smd rect (at 1.325 0 180) (size 0.3 0.5) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "Net-(FL1-OUT)") (pinfunction "OUT") (pintype "passive") (tstamp ed231370-f9bc-40a0-8b18-a042dbd0c85e)) - (pad "4" smd rect (at 0.475 -0.45 180) (size 0.5 0.8) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp 8a72be1d-34d8-4563-91df-4a16bdaac681)) ) (footprint "SamacSys_Parts:SHDR2W64P0X250_1X2_740X575X700P" (layer "F.Cu") @@ -17203,7 +14638,7 @@ (pad "1" thru_hole rect (at 0.003779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 5 "+24V") (pinfunction "A") (pintype "passive") (tstamp fc8ff1eb-ee60-48a1-8013-946bbfdb45e8)) (pad "2" thru_hole oval (at 2.503779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 9 "Net-(D3-A)") (pinfunction "B") (pintype "passive") (tstamp 1f1c0f9d-b418-41df-af9f-bc077ed36646)) + (net 7 "Net-(D3-A)") (pinfunction "B") (pintype "passive") (tstamp 1f1c0f9d-b418-41df-af9f-bc077ed36646)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -17216,7 +14651,7 @@ (at 134.3155 80.0155 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "outputs.kicad_sch") (property "Sheetname" "outputs") (property "ki_description" "Resistor, small symbol") @@ -17398,7 +14833,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp fe5abe96-32c6-425c-9010-5470733e50bb) ) @@ -17429,7 +14864,7 @@ (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp 16b03e05-94a7-4e20-bf4a-9904320fa50d)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "GPIO19") (pintype "passive") (tstamp cc487d68-6fdf-4581-a53f-ee106f5e3f7f)) + (net 34 "GPIO19") (pintype "passive") (tstamp cc487d68-6fdf-4581-a53f-ee106f5e3f7f)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -17443,6 +14878,7 @@ (descr "1608MM") (tags "Capacitor") (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing") + (property "Capacitance" "1uF") (property "Description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603") (property "Height" "0.5") (property "MPN" "GRM185R61C105KE44D") @@ -17455,209 +14891,209 @@ (property "ki_description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603") (path "/00000000-0000-0000-0000-00005a8053d4/e18cace0-7216-479d-b41c-49ffc80f9793") (attr smd) - (fp_text reference "C15" (at 0.04 1.008 90) (layer "F.SilkS") + (fp_text reference "C15" (at -0.002 0.992 90) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) - (tstamp 7a781dc2-91f9-41d0-8ccc-80810c3aef3c) + (tstamp 54526159-dc36-4b2b-ae66-7a734f228252) (render_cache "C15" 90 (polygon (pts - (xy 113.571284 90.44404) (xy 113.591508 90.364026) (xy 113.597708 90.36564) (xy 113.603815 90.367333) - (xy 113.60983 90.369105) (xy 113.615752 90.370955) (xy 113.621581 90.372883) (xy 113.627317 90.37489) - (xy 113.632961 90.376975) (xy 113.638512 90.379138) (xy 113.64397 90.38138) (xy 113.654609 90.3861) - (xy 113.664876 90.391132) (xy 113.674772 90.396479) (xy 113.684298 90.402139) (xy 113.693452 90.408113) - (xy 113.702236 90.414401) (xy 113.710649 90.421003) (xy 113.71869 90.427918) (xy 113.726361 90.435147) - (xy 113.733661 90.442689) (xy 113.74059 90.450545) (xy 113.743915 90.454591) (xy 113.750268 90.462857) - (xy 113.756211 90.47135) (xy 113.761744 90.480071) (xy 113.766868 90.48902) (xy 113.771581 90.498197) - (xy 113.775885 90.507602) (xy 113.779779 90.517234) (xy 113.783263 90.527095) (xy 113.786337 90.537183) - (xy 113.789001 90.547499) (xy 113.791255 90.558043) (xy 113.793099 90.568814) (xy 113.794534 90.579814) - (xy 113.795559 90.591041) (xy 113.796173 90.602496) (xy 113.796378 90.614179) (xy 113.796339 90.620253) - (xy 113.796222 90.626255) (xy 113.796027 90.632186) (xy 113.795753 90.638046) (xy 113.794972 90.649551) - (xy 113.793878 90.660772) (xy 113.792471 90.671707) (xy 113.790752 90.682357) (xy 113.788721 90.692723) - (xy 113.786377 90.702803) (xy 113.78372 90.712598) (xy 113.780751 90.722108) (xy 113.777469 90.731333) - (xy 113.773875 90.740273) (xy 113.769968 90.748928) (xy 113.765748 90.757297) (xy 113.761216 90.765382) - (xy 113.756371 90.773181) (xy 113.751231 90.780706) (xy 113.745811 90.788003) (xy 113.740112 90.795072) - (xy 113.734133 90.801914) (xy 113.727875 90.808527) (xy 113.721338 90.814913) (xy 113.714521 90.82107) - (xy 113.707425 90.827) (xy 113.70005 90.832702) (xy 113.692395 90.838177) (xy 113.684461 90.843423) - (xy 113.676248 90.848442) (xy 113.667755 90.853233) (xy 113.658983 90.857796) (xy 113.649931 90.862131) - (xy 113.6406 90.866238) (xy 113.631068 90.870106) (xy 113.621449 90.873725) (xy 113.611742 90.877095) - (xy 113.601949 90.880215) (xy 113.592069 90.883085) (xy 113.582101 90.885706) (xy 113.572047 90.888077) - (xy 113.561905 90.890198) (xy 113.551677 90.89207) (xy 113.541361 90.893692) (xy 113.530959 90.895065) - (xy 113.520469 90.896188) (xy 113.509893 90.897062) (xy 113.49923 90.897686) (xy 113.488479 90.89806) - (xy 113.477642 90.898185) (xy 113.47173 90.89815) (xy 113.465866 90.898044) (xy 113.454281 90.897622) - (xy 113.442886 90.896917) (xy 113.431681 90.895932) (xy 113.420666 90.894664) (xy 113.409841 90.893115) - (xy 113.399206 90.891285) (xy 113.388762 90.889172) (xy 113.378507 90.886778) (xy 113.368442 90.884103) - (xy 113.358567 90.881146) (xy 113.348883 90.877907) (xy 113.339388 90.874386) (xy 113.330084 90.870584) - (xy 113.320969 90.8665) (xy 113.312045 90.862135) (xy 113.303348 90.857509) (xy 113.294917 90.852646) - (xy 113.286752 90.847544) (xy 113.278852 90.842204) (xy 113.271218 90.836627) (xy 113.26385 90.83081) - (xy 113.256747 90.824756) (xy 113.249909 90.818464) (xy 113.243338 90.811934) (xy 113.237032 90.805165) - (xy 113.230991 90.798158) (xy 113.225217 90.790913) (xy 113.219707 90.78343) (xy 113.214464 90.775709) - (xy 113.209486 90.76775) (xy 113.204773 90.759553) (xy 113.200319 90.751166) (xy 113.196152 90.742677) - (xy 113.192273 90.734085) (xy 113.188681 90.725389) (xy 113.185376 90.716591) (xy 113.182359 90.707689) - (xy 113.179629 90.698685) (xy 113.177186 90.689577) (xy 113.175031 90.680366) (xy 113.173163 90.671053) - (xy 113.171583 90.661636) (xy 113.170289 90.652116) (xy 113.169284 90.642494) (xy 113.168565 90.632768) - (xy 113.168134 90.622939) (xy 113.16799 90.613007) (xy 113.168173 90.601781) (xy 113.168721 90.59078) - (xy 113.169634 90.580005) (xy 113.170912 90.569455) (xy 113.172556 90.559131) (xy 113.174564 90.549033) - (xy 113.176938 90.53916) (xy 113.179677 90.529513) (xy 113.182782 90.520091) (xy 113.186251 90.510894) - (xy 113.190086 90.501924) (xy 113.194286 90.493178) (xy 113.198851 90.484659) (xy 113.203782 90.476365) - (xy 113.209078 90.468296) (xy 113.214739 90.460453) (xy 113.220731 90.452869) (xy 113.227021 90.445578) - (xy 113.233609 90.438581) (xy 113.240494 90.431876) (xy 113.247677 90.425465) (xy 113.255158 90.419347) - (xy 113.262936 90.413522) (xy 113.271012 90.407989) (xy 113.279386 90.40275) (xy 113.288057 90.397805) - (xy 113.297026 90.393152) (xy 113.306293 90.388792) (xy 113.315857 90.384725) (xy 113.325719 90.380952) - (xy 113.335879 90.377471) (xy 113.346337 90.374284) (xy 113.364948 90.453126) (xy 113.356665 90.455819) - (xy 113.348668 90.458662) (xy 113.340957 90.461654) (xy 113.333532 90.464794) (xy 113.326394 90.468084) - (xy 113.319542 90.471522) (xy 113.312976 90.475109) (xy 113.306696 90.478844) (xy 113.300702 90.482729) - (xy 113.294995 90.486762) (xy 113.289574 90.490945) (xy 113.284439 90.495276) (xy 113.279591 90.499756) - (xy 113.275028 90.504385) (xy 113.270752 90.509162) (xy 113.266762 90.514089) (xy 113.263036 90.51917) - (xy 113.259549 90.524411) (xy 113.256304 90.529812) (xy 113.253298 90.535374) (xy 113.250533 90.541096) - (xy 113.248009 90.546979) (xy 113.245725 90.553022) (xy 113.243681 90.559225) (xy 113.241878 90.565588) - (xy 113.240315 90.572112) (xy 113.238993 90.578795) (xy 113.237911 90.58564) (xy 113.23707 90.592644) - (xy 113.236468 90.599809) (xy 113.236108 90.607134) (xy 113.235988 90.614619) (xy 113.236119 90.623231) - (xy 113.236514 90.631666) (xy 113.237173 90.639924) (xy 113.238094 90.648004) (xy 113.239279 90.655906) - (xy 113.240727 90.663632) (xy 113.242439 90.671179) (xy 113.244414 90.67855) (xy 113.246652 90.685742) - (xy 113.249154 90.692758) (xy 113.251919 90.699595) (xy 113.254947 90.706256) (xy 113.258239 90.712739) - (xy 113.261793 90.719044) (xy 113.265612 90.725172) (xy 113.269693 90.731123) (xy 113.273996 90.736858) - (xy 113.278479 90.742377) (xy 113.283142 90.74768) (xy 113.287984 90.752766) (xy 113.293006 90.757636) - (xy 113.298208 90.762289) (xy 113.303589 90.766726) (xy 113.309151 90.770947) (xy 113.314892 90.774951) - (xy 113.320812 90.778739) (xy 113.326913 90.78231) (xy 113.333193 90.785665) (xy 113.339653 90.788804) - (xy 113.346293 90.791726) (xy 113.353113 90.794432) (xy 113.360112 90.796922) (xy 113.367215 90.799211) - (xy 113.374347 90.801353) (xy 113.381508 90.803346) (xy 113.388697 90.805192) (xy 113.395915 90.806891) - (xy 113.403162 90.808442) (xy 113.410437 90.809845) (xy 113.417741 90.8111) (xy 113.425073 90.812208) - (xy 113.432434 90.813168) (xy 113.439824 90.81398) (xy 113.447242 90.814645) (xy 113.454689 90.815162) - (xy 113.462165 90.815531) (xy 113.469669 90.815752) (xy 113.477202 90.815826) (xy 113.486852 90.815739) - (xy 113.496347 90.815476) (xy 113.505687 90.815038) (xy 113.514873 90.814425) (xy 113.523905 90.813637) - (xy 113.532782 90.812673) (xy 113.541504 90.811535) (xy 113.550072 90.810221) (xy 113.558485 90.808732) - (xy 113.566744 90.807068) (xy 113.574848 90.805229) (xy 113.582797 90.803214) (xy 113.590592 90.801025) - (xy 113.598233 90.79866) (xy 113.605718 90.79612) (xy 113.61305 90.793405) (xy 113.620172 90.790487) - (xy 113.627065 90.787376) (xy 113.633732 90.784071) (xy 113.64017 90.780573) (xy 113.64638 90.776881) - (xy 113.652363 90.772996) (xy 113.658118 90.768917) (xy 113.663645 90.764645) (xy 113.668944 90.760179) - (xy 113.674015 90.75552) (xy 113.678858 90.750668) (xy 113.683474 90.745622) (xy 113.687862 90.740382) - (xy 113.692022 90.734949) (xy 113.695954 90.729322) (xy 113.699658 90.723502) (xy 113.703136 90.717537) - (xy 113.70639 90.711511) (xy 113.70942 90.705424) (xy 113.712225 90.699277) (xy 113.714805 90.693068) - (xy 113.717161 90.6868) (xy 113.719293 90.68047) (xy 113.7212 90.67408) (xy 113.722883 90.667629) - (xy 113.724342 90.661117) (xy 113.725576 90.654545) (xy 113.726586 90.647912) (xy 113.727371 90.641219) - (xy 113.727932 90.634464) (xy 113.728269 90.627649) (xy 113.728381 90.620774) (xy 113.728227 90.612464) - (xy 113.727763 90.604315) (xy 113.72699 90.596326) (xy 113.725908 90.588497) (xy 113.724517 90.580829) - (xy 113.722817 90.573321) (xy 113.720808 90.565973) (xy 113.718489 90.558785) (xy 113.715862 90.551758) - (xy 113.712925 90.544891) (xy 113.709679 90.538184) (xy 113.706125 90.531637) (xy 113.702261 90.525251) - (xy 113.698087 90.519025) (xy 113.693605 90.51296) (xy 113.688814 90.507054) (xy 113.683718 90.501347) - (xy 113.678322 90.495876) (xy 113.672626 90.49064) (xy 113.666631 90.48564) (xy 113.660335 90.480877) - (xy 113.653739 90.476348) (xy 113.646843 90.472056) (xy 113.639648 90.468) (xy 113.632152 90.464179) - (xy 113.624357 90.460595) (xy 113.616261 90.457246) (xy 113.607866 90.454133) (xy 113.59917 90.451256) - (xy 113.590175 90.448615) (xy 113.58088 90.446209) + (xy 113.555284 90.48604) (xy 113.575508 90.406026) (xy 113.581708 90.40764) (xy 113.587815 90.409333) + (xy 113.59383 90.411105) (xy 113.599752 90.412955) (xy 113.605581 90.414883) (xy 113.611317 90.41689) + (xy 113.616961 90.418975) (xy 113.622512 90.421138) (xy 113.62797 90.42338) (xy 113.638609 90.4281) + (xy 113.648876 90.433132) (xy 113.658772 90.438479) (xy 113.668298 90.444139) (xy 113.677452 90.450113) + (xy 113.686236 90.456401) (xy 113.694649 90.463003) (xy 113.70269 90.469918) (xy 113.710361 90.477147) + (xy 113.717661 90.484689) (xy 113.72459 90.492545) (xy 113.727915 90.496591) (xy 113.734268 90.504857) + (xy 113.740211 90.51335) (xy 113.745744 90.522071) (xy 113.750868 90.53102) (xy 113.755581 90.540197) + (xy 113.759885 90.549602) (xy 113.763779 90.559234) (xy 113.767263 90.569095) (xy 113.770337 90.579183) + (xy 113.773001 90.589499) (xy 113.775255 90.600043) (xy 113.777099 90.610814) (xy 113.778534 90.621814) + (xy 113.779559 90.633041) (xy 113.780173 90.644496) (xy 113.780378 90.656179) (xy 113.780339 90.662253) + (xy 113.780222 90.668255) (xy 113.780027 90.674186) (xy 113.779753 90.680046) (xy 113.778972 90.691551) + (xy 113.777878 90.702772) (xy 113.776471 90.713707) (xy 113.774752 90.724357) (xy 113.772721 90.734723) + (xy 113.770377 90.744803) (xy 113.76772 90.754598) (xy 113.764751 90.764108) (xy 113.761469 90.773333) + (xy 113.757875 90.782273) (xy 113.753968 90.790928) (xy 113.749748 90.799297) (xy 113.745216 90.807382) + (xy 113.740371 90.815181) (xy 113.735231 90.822706) (xy 113.729811 90.830003) (xy 113.724112 90.837072) + (xy 113.718133 90.843914) (xy 113.711875 90.850527) (xy 113.705338 90.856913) (xy 113.698521 90.86307) + (xy 113.691425 90.869) (xy 113.68405 90.874702) (xy 113.676395 90.880177) (xy 113.668461 90.885423) + (xy 113.660248 90.890442) (xy 113.651755 90.895233) (xy 113.642983 90.899796) (xy 113.633931 90.904131) + (xy 113.6246 90.908238) (xy 113.615068 90.912106) (xy 113.605449 90.915725) (xy 113.595742 90.919095) + (xy 113.585949 90.922215) (xy 113.576069 90.925085) (xy 113.566101 90.927706) (xy 113.556047 90.930077) + (xy 113.545905 90.932198) (xy 113.535677 90.93407) (xy 113.525361 90.935692) (xy 113.514959 90.937065) + (xy 113.504469 90.938188) (xy 113.493893 90.939062) (xy 113.48323 90.939686) (xy 113.472479 90.94006) + (xy 113.461642 90.940185) (xy 113.45573 90.94015) (xy 113.449866 90.940044) (xy 113.438281 90.939622) + (xy 113.426886 90.938917) (xy 113.415681 90.937932) (xy 113.404666 90.936664) (xy 113.393841 90.935115) + (xy 113.383206 90.933285) (xy 113.372762 90.931172) (xy 113.362507 90.928778) (xy 113.352442 90.926103) + (xy 113.342567 90.923146) (xy 113.332883 90.919907) (xy 113.323388 90.916386) (xy 113.314084 90.912584) + (xy 113.304969 90.9085) (xy 113.296045 90.904135) (xy 113.287348 90.899509) (xy 113.278917 90.894646) + (xy 113.270752 90.889544) (xy 113.262852 90.884204) (xy 113.255218 90.878627) (xy 113.24785 90.87281) + (xy 113.240747 90.866756) (xy 113.233909 90.860464) (xy 113.227338 90.853934) (xy 113.221032 90.847165) + (xy 113.214991 90.840158) (xy 113.209217 90.832913) (xy 113.203707 90.82543) (xy 113.198464 90.817709) + (xy 113.193486 90.80975) (xy 113.188773 90.801553) (xy 113.184319 90.793166) (xy 113.180152 90.784677) + (xy 113.176273 90.776085) (xy 113.172681 90.767389) (xy 113.169376 90.758591) (xy 113.166359 90.749689) + (xy 113.163629 90.740685) (xy 113.161186 90.731577) (xy 113.159031 90.722366) (xy 113.157163 90.713053) + (xy 113.155583 90.703636) (xy 113.154289 90.694116) (xy 113.153284 90.684494) (xy 113.152565 90.674768) + (xy 113.152134 90.664939) (xy 113.15199 90.655007) (xy 113.152173 90.643781) (xy 113.152721 90.63278) + (xy 113.153634 90.622005) (xy 113.154912 90.611455) (xy 113.156556 90.601131) (xy 113.158564 90.591033) + (xy 113.160938 90.58116) (xy 113.163677 90.571513) (xy 113.166782 90.562091) (xy 113.170251 90.552894) + (xy 113.174086 90.543924) (xy 113.178286 90.535178) (xy 113.182851 90.526659) (xy 113.187782 90.518365) + (xy 113.193078 90.510296) (xy 113.198739 90.502453) (xy 113.204731 90.494869) (xy 113.211021 90.487578) + (xy 113.217609 90.480581) (xy 113.224494 90.473876) (xy 113.231677 90.467465) (xy 113.239158 90.461347) + (xy 113.246936 90.455522) (xy 113.255012 90.449989) (xy 113.263386 90.44475) (xy 113.272057 90.439805) + (xy 113.281026 90.435152) (xy 113.290293 90.430792) (xy 113.299857 90.426725) (xy 113.309719 90.422952) + (xy 113.319879 90.419471) (xy 113.330337 90.416284) (xy 113.348948 90.495126) (xy 113.340665 90.497819) + (xy 113.332668 90.500662) (xy 113.324957 90.503654) (xy 113.317532 90.506794) (xy 113.310394 90.510084) + (xy 113.303542 90.513522) (xy 113.296976 90.517109) (xy 113.290696 90.520844) (xy 113.284702 90.524729) + (xy 113.278995 90.528762) (xy 113.273574 90.532945) (xy 113.268439 90.537276) (xy 113.263591 90.541756) + (xy 113.259028 90.546385) (xy 113.254752 90.551162) (xy 113.250762 90.556089) (xy 113.247036 90.56117) + (xy 113.243549 90.566411) (xy 113.240304 90.571812) (xy 113.237298 90.577374) (xy 113.234533 90.583096) + (xy 113.232009 90.588979) (xy 113.229725 90.595022) (xy 113.227681 90.601225) (xy 113.225878 90.607588) + (xy 113.224315 90.614112) (xy 113.222993 90.620795) (xy 113.221911 90.62764) (xy 113.22107 90.634644) + (xy 113.220468 90.641809) (xy 113.220108 90.649134) (xy 113.219988 90.656619) (xy 113.220119 90.665231) + (xy 113.220514 90.673666) (xy 113.221173 90.681924) (xy 113.222094 90.690004) (xy 113.223279 90.697906) + (xy 113.224727 90.705632) (xy 113.226439 90.713179) (xy 113.228414 90.72055) (xy 113.230652 90.727742) + (xy 113.233154 90.734758) (xy 113.235919 90.741595) (xy 113.238947 90.748256) (xy 113.242239 90.754739) + (xy 113.245793 90.761044) (xy 113.249612 90.767172) (xy 113.253693 90.773123) (xy 113.257996 90.778858) + (xy 113.262479 90.784377) (xy 113.267142 90.78968) (xy 113.271984 90.794766) (xy 113.277006 90.799636) + (xy 113.282208 90.804289) (xy 113.287589 90.808726) (xy 113.293151 90.812947) (xy 113.298892 90.816951) + (xy 113.304812 90.820739) (xy 113.310913 90.82431) (xy 113.317193 90.827665) (xy 113.323653 90.830804) + (xy 113.330293 90.833726) (xy 113.337113 90.836432) (xy 113.344112 90.838922) (xy 113.351215 90.841211) + (xy 113.358347 90.843353) (xy 113.365508 90.845346) (xy 113.372697 90.847192) (xy 113.379915 90.848891) + (xy 113.387162 90.850442) (xy 113.394437 90.851845) (xy 113.401741 90.8531) (xy 113.409073 90.854208) + (xy 113.416434 90.855168) (xy 113.423824 90.85598) (xy 113.431242 90.856645) (xy 113.438689 90.857162) + (xy 113.446165 90.857531) (xy 113.453669 90.857752) (xy 113.461202 90.857826) (xy 113.470852 90.857739) + (xy 113.480347 90.857476) (xy 113.489687 90.857038) (xy 113.498873 90.856425) (xy 113.507905 90.855637) + (xy 113.516782 90.854673) (xy 113.525504 90.853535) (xy 113.534072 90.852221) (xy 113.542485 90.850732) + (xy 113.550744 90.849068) (xy 113.558848 90.847229) (xy 113.566797 90.845214) (xy 113.574592 90.843025) + (xy 113.582233 90.84066) (xy 113.589718 90.83812) (xy 113.59705 90.835405) (xy 113.604172 90.832487) + (xy 113.611065 90.829376) (xy 113.617732 90.826071) (xy 113.62417 90.822573) (xy 113.63038 90.818881) + (xy 113.636363 90.814996) (xy 113.642118 90.810917) (xy 113.647645 90.806645) (xy 113.652944 90.802179) + (xy 113.658015 90.79752) (xy 113.662858 90.792668) (xy 113.667474 90.787622) (xy 113.671862 90.782382) + (xy 113.676022 90.776949) (xy 113.679954 90.771322) (xy 113.683658 90.765502) (xy 113.687136 90.759537) + (xy 113.69039 90.753511) (xy 113.69342 90.747424) (xy 113.696225 90.741277) (xy 113.698805 90.735068) + (xy 113.701161 90.7288) (xy 113.703293 90.72247) (xy 113.7052 90.71608) (xy 113.706883 90.709629) + (xy 113.708342 90.703117) (xy 113.709576 90.696545) (xy 113.710586 90.689912) (xy 113.711371 90.683219) + (xy 113.711932 90.676464) (xy 113.712269 90.669649) (xy 113.712381 90.662774) (xy 113.712227 90.654464) + (xy 113.711763 90.646315) (xy 113.71099 90.638326) (xy 113.709908 90.630497) (xy 113.708517 90.622829) + (xy 113.706817 90.615321) (xy 113.704808 90.607973) (xy 113.702489 90.600785) (xy 113.699862 90.593758) + (xy 113.696925 90.586891) (xy 113.693679 90.580184) (xy 113.690125 90.573637) (xy 113.686261 90.567251) + (xy 113.682087 90.561025) (xy 113.677605 90.55496) (xy 113.672814 90.549054) (xy 113.667718 90.543347) + (xy 113.662322 90.537876) (xy 113.656626 90.53264) (xy 113.650631 90.52764) (xy 113.644335 90.522877) + (xy 113.637739 90.518348) (xy 113.630843 90.514056) (xy 113.623648 90.51) (xy 113.616152 90.506179) + (xy 113.608357 90.502595) (xy 113.600261 90.499246) (xy 113.591866 90.496133) (xy 113.58317 90.493256) + (xy 113.574175 90.490615) (xy 113.56488 90.488209) ) ) (polygon (pts - (xy 113.787 90.019643) (xy 113.787 90.093795) (xy 113.311898 90.093795) (xy 113.316762 90.098971) - (xy 113.321625 90.10444) (xy 113.326489 90.110202) (xy 113.331352 90.116258) (xy 113.336216 90.122608) - (xy 113.341079 90.129252) (xy 113.345943 90.136189) (xy 113.350806 90.14342) (xy 113.354049 90.148403) - (xy 113.357291 90.153517) (xy 113.360533 90.158762) (xy 113.363775 90.164137) (xy 113.366949 90.169543) - (xy 113.370022 90.174879) (xy 113.372994 90.180145) (xy 113.375866 90.185341) (xy 113.379984 90.193004) - (xy 113.383875 90.20051) (xy 113.38754 90.207859) (xy 113.390978 90.215051) (xy 113.394189 90.222085) - (xy 113.397174 90.228963) (xy 113.399932 90.235683) (xy 113.402464 90.242246) (xy 113.327432 90.242246) - (xy 113.323758 90.234522) (xy 113.319988 90.226921) (xy 113.316124 90.219442) (xy 113.312164 90.212085) - (xy 113.308109 90.204851) (xy 113.30396 90.19774) (xy 113.299715 90.190751) (xy 113.295375 90.183884) - (xy 113.290941 90.17714) (xy 113.286411 90.170519) (xy 113.281786 90.16402) (xy 113.277066 90.157644) - (xy 113.272251 90.15139) (xy 113.267342 90.145258) (xy 113.262337 90.139249) (xy 113.257237 90.133363) - (xy 113.252099 90.127644) (xy 113.246981 90.122138) (xy 113.241882 90.116846) (xy 113.236803 90.111766) - (xy 113.231743 90.106899) (xy 113.226703 90.102245) (xy 113.221682 90.097804) (xy 113.21668 90.093576) - (xy 113.211698 90.089561) (xy 113.206736 90.085758) (xy 113.201793 90.082169) (xy 113.196869 90.078793) - (xy 113.18952 90.074128) (xy 113.182215 90.069942) (xy 113.177369 90.067417) (xy 113.177369 90.019643) + (xy 113.771 90.061643) (xy 113.771 90.135795) (xy 113.295898 90.135795) (xy 113.300762 90.140971) + (xy 113.305625 90.14644) (xy 113.310489 90.152202) (xy 113.315352 90.158258) (xy 113.320216 90.164608) + (xy 113.325079 90.171252) (xy 113.329943 90.178189) (xy 113.334806 90.18542) (xy 113.338049 90.190403) + (xy 113.341291 90.195517) (xy 113.344533 90.200762) (xy 113.347775 90.206137) (xy 113.350949 90.211543) + (xy 113.354022 90.216879) (xy 113.356994 90.222145) (xy 113.359866 90.227341) (xy 113.363984 90.235004) + (xy 113.367875 90.24251) (xy 113.37154 90.249859) (xy 113.374978 90.257051) (xy 113.378189 90.264085) + (xy 113.381174 90.270963) (xy 113.383932 90.277683) (xy 113.386464 90.284246) (xy 113.311432 90.284246) + (xy 113.307758 90.276522) (xy 113.303988 90.268921) (xy 113.300124 90.261442) (xy 113.296164 90.254085) + (xy 113.292109 90.246851) (xy 113.28796 90.23974) (xy 113.283715 90.232751) (xy 113.279375 90.225884) + (xy 113.274941 90.21914) (xy 113.270411 90.212519) (xy 113.265786 90.20602) (xy 113.261066 90.199644) + (xy 113.256251 90.19339) (xy 113.251342 90.187258) (xy 113.246337 90.181249) (xy 113.241237 90.175363) + (xy 113.236099 90.169644) (xy 113.230981 90.164138) (xy 113.225882 90.158846) (xy 113.220803 90.153766) + (xy 113.215743 90.148899) (xy 113.210703 90.144245) (xy 113.205682 90.139804) (xy 113.20068 90.135576) + (xy 113.195698 90.131561) (xy 113.190736 90.127758) (xy 113.185793 90.124169) (xy 113.180869 90.120793) + (xy 113.17352 90.116128) (xy 113.166215 90.111942) (xy 113.161369 90.109417) (xy 113.161369 90.061643) ) ) (polygon (pts - (xy 113.627558 89.831918) (xy 113.620963 89.753956) (xy 113.627979 89.752786) (xy 113.634773 89.751437) - (xy 113.641346 89.74991) (xy 113.647699 89.748204) (xy 113.65383 89.74632) (xy 113.659741 89.744256) - (xy 113.66543 89.742015) (xy 113.670899 89.739595) (xy 113.678687 89.735629) (xy 113.685979 89.731262) - (xy 113.692773 89.726493) (xy 113.69907 89.721322) (xy 113.70487 89.715749) (xy 113.706692 89.713802) - (xy 113.711826 89.70778) (xy 113.716454 89.701529) (xy 113.720577 89.695048) (xy 113.724196 89.688338) - (xy 113.727309 89.681399) (xy 113.729918 89.67423) (xy 113.732021 89.666832) (xy 113.73362 89.659205) - (xy 113.734714 89.651349) (xy 113.735303 89.643263) (xy 113.735415 89.637745) (xy 113.735254 89.631123) - (xy 113.73477 89.624629) (xy 113.733963 89.618264) (xy 113.732833 89.612026) (xy 113.73138 89.605917) - (xy 113.729604 89.599936) (xy 113.727505 89.594084) (xy 113.725084 89.588359) (xy 113.72234 89.582763) - (xy 113.719272 89.577295) (xy 113.715882 89.571955) (xy 113.71217 89.566744) (xy 113.708134 89.561661) - (xy 113.703775 89.556705) (xy 113.699094 89.551879) (xy 113.69409 89.54718) (xy 113.688819 89.542673) - (xy 113.683339 89.538456) (xy 113.677649 89.53453) (xy 113.67175 89.530895) (xy 113.665642 89.527551) - (xy 113.659324 89.524497) (xy 113.652796 89.521735) (xy 113.646059 89.519263) (xy 113.639113 89.517082) - (xy 113.631956 89.515192) (xy 113.624591 89.513592) (xy 113.617016 89.512284) (xy 113.609231 89.511266) - (xy 113.601237 89.510539) (xy 113.593033 89.510103) (xy 113.58462 89.509957) (xy 113.576612 89.510097) - (xy 113.568818 89.510516) (xy 113.561238 89.511214) (xy 113.553873 89.512192) (xy 113.546721 89.513449) - (xy 113.539784 89.514986) (xy 113.53306 89.516802) (xy 113.526551 89.518897) (xy 113.520256 89.521271) - (xy 113.514175 89.523925) (xy 113.508308 89.526858) (xy 113.502655 89.530071) (xy 113.497216 89.533563) - (xy 113.491992 89.537334) (xy 113.486981 89.541385) (xy 113.482184 89.545715) (xy 113.477642 89.550252) - (xy 113.473392 89.554963) (xy 113.469435 89.559846) (xy 113.465771 89.564903) (xy 113.462401 89.570132) - (xy 113.459323 89.575534) (xy 113.456539 89.581109) (xy 113.454048 89.586857) (xy 113.451849 89.592778) - (xy 113.449944 89.598872) (xy 113.448332 89.605138) (xy 113.447013 89.611578) (xy 113.445988 89.61819) - (xy 113.445255 89.624975) (xy 113.444815 89.631933) (xy 113.444669 89.639064) (xy 113.444818 89.645708) - (xy 113.445266 89.652231) (xy 113.446013 89.658633) (xy 113.447059 89.664913) (xy 113.448404 89.671073) - (xy 113.450047 89.677112) (xy 113.45199 89.683029) (xy 113.454231 89.688826) (xy 113.456771 89.694501) - (xy 113.45961 89.700055) (xy 113.461668 89.703691) (xy 113.464918 89.708996) (xy 113.468348 89.714084) - (xy 113.471959 89.718956) (xy 113.47575 89.723612) (xy 113.479721 89.728051) (xy 113.483873 89.732274) - (xy 113.488205 89.736281) (xy 113.492717 89.740071) (xy 113.49741 89.743645) (xy 113.502283 89.747002) - (xy 113.505632 89.74912) (xy 113.496546 89.818729) (xy 113.186748 89.760257) (xy 113.186748 89.459692) - (xy 113.25709 89.459692) (xy 113.25709 89.700906) (xy 113.419463 89.73344) (xy 113.415133 89.726605) - (xy 113.411082 89.719731) (xy 113.407311 89.712816) (xy 113.403819 89.705862) (xy 113.400607 89.698867) - (xy 113.397673 89.691832) (xy 113.395019 89.684757) (xy 113.392645 89.677642) (xy 113.39055 89.670487) - (xy 113.388734 89.663292) (xy 113.387198 89.656057) (xy 113.385941 89.648782) (xy 113.384963 89.641467) - (xy 113.384264 89.634111) (xy 113.383845 89.626716) (xy 113.383706 89.61928) (xy 113.383921 89.609485) - (xy 113.384567 89.599884) (xy 113.385643 89.590476) (xy 113.38715 89.581261) (xy 113.389087 89.57224) - (xy 113.391454 89.563412) (xy 113.394252 89.554778) (xy 113.397481 89.546337) (xy 113.40114 89.53809) - (xy 113.40523 89.530036) (xy 113.40975 89.522176) (xy 113.4147 89.514509) (xy 113.420081 89.507036) - (xy 113.425893 89.499756) (xy 113.432134 89.49267) (xy 113.438807 89.485777) (xy 113.4458 89.479176) - (xy 113.45304 89.473) (xy 113.460528 89.467251) (xy 113.468263 89.461927) (xy 113.476245 89.457029) - (xy 113.484474 89.452557) (xy 113.492951 89.448511) (xy 113.501675 89.444891) (xy 113.510646 89.441697) - (xy 113.519865 89.438929) (xy 113.529331 89.436586) (xy 113.539044 89.43467) (xy 113.549005 89.433179) - (xy 113.559213 89.432114) (xy 113.569668 89.431475) (xy 113.58037 89.431262) (xy 113.590577 89.431449) - (xy 113.600609 89.432009) (xy 113.610466 89.432942) (xy 113.620148 89.434248) (xy 113.629655 89.435928) - (xy 113.638986 89.437981) (xy 113.648142 89.440407) (xy 113.657123 89.443206) (xy 113.665929 89.446378) - (xy 113.67456 89.449924) (xy 113.683016 89.453843) (xy 113.691296 89.458135) (xy 113.699401 89.462801) - (xy 113.707331 89.467839) (xy 113.715086 89.473251) (xy 113.722666 89.479036) (xy 113.731592 89.486474) - (xy 113.739942 89.494243) (xy 113.747717 89.502342) (xy 113.754915 89.510773) (xy 113.761538 89.519534) - (xy 113.767584 89.528626) (xy 113.773055 89.538049) (xy 113.77795 89.547803) (xy 113.782269 89.557888) - (xy 113.786013 89.568303) (xy 113.78918 89.57905) (xy 113.791771 89.590127) (xy 113.793787 89.601535) - (xy 113.794579 89.607363) (xy 113.795227 89.613274) (xy 113.795731 89.619268) (xy 113.79609 89.625344) - (xy 113.796306 89.631503) (xy 113.796378 89.637745) (xy 113.796198 89.64794) (xy 113.795657 89.657898) - (xy 113.794756 89.667618) (xy 113.793493 89.677102) (xy 113.79187 89.686349) (xy 113.789887 89.695358) - (xy 113.787543 89.704131) (xy 113.784838 89.712667) (xy 113.781773 89.720965) (xy 113.778346 89.729027) - (xy 113.77456 89.736852) (xy 113.770412 89.74444) (xy 113.765904 89.75179) (xy 113.761036 89.758904) - (xy 113.755806 89.765781) (xy 113.750217 89.772421) (xy 113.744311 89.77875) (xy 113.73817 89.784731) - (xy 113.731795 89.790363) (xy 113.725185 89.795648) (xy 113.71834 89.800585) (xy 113.711261 89.805174) - (xy 113.703946 89.809414) (xy 113.696398 89.813307) (xy 113.688614 89.816852) (xy 113.680596 89.820048) - (xy 113.672343 89.822897) (xy 113.663855 89.825397) (xy 113.655133 89.827549) (xy 113.646176 89.829354) - (xy 113.636984 89.83081) + (xy 113.611558 89.873918) (xy 113.604963 89.795956) (xy 113.611979 89.794786) (xy 113.618773 89.793437) + (xy 113.625346 89.79191) (xy 113.631699 89.790204) (xy 113.63783 89.78832) (xy 113.643741 89.786256) + (xy 113.64943 89.784015) (xy 113.654899 89.781595) (xy 113.662687 89.777629) (xy 113.669979 89.773262) + (xy 113.676773 89.768493) (xy 113.68307 89.763322) (xy 113.68887 89.757749) (xy 113.690692 89.755802) + (xy 113.695826 89.74978) (xy 113.700454 89.743529) (xy 113.704577 89.737048) (xy 113.708196 89.730338) + (xy 113.711309 89.723399) (xy 113.713918 89.71623) (xy 113.716021 89.708832) (xy 113.71762 89.701205) + (xy 113.718714 89.693349) (xy 113.719303 89.685263) (xy 113.719415 89.679745) (xy 113.719254 89.673123) + (xy 113.71877 89.666629) (xy 113.717963 89.660264) (xy 113.716833 89.654026) (xy 113.71538 89.647917) + (xy 113.713604 89.641936) (xy 113.711505 89.636084) (xy 113.709084 89.630359) (xy 113.70634 89.624763) + (xy 113.703272 89.619295) (xy 113.699882 89.613955) (xy 113.69617 89.608744) (xy 113.692134 89.603661) + (xy 113.687775 89.598705) (xy 113.683094 89.593879) (xy 113.67809 89.58918) (xy 113.672819 89.584673) + (xy 113.667339 89.580456) (xy 113.661649 89.57653) (xy 113.65575 89.572895) (xy 113.649642 89.569551) + (xy 113.643324 89.566497) (xy 113.636796 89.563735) (xy 113.630059 89.561263) (xy 113.623113 89.559082) + (xy 113.615956 89.557192) (xy 113.608591 89.555592) (xy 113.601016 89.554284) (xy 113.593231 89.553266) + (xy 113.585237 89.552539) (xy 113.577033 89.552103) (xy 113.56862 89.551957) (xy 113.560612 89.552097) + (xy 113.552818 89.552516) (xy 113.545238 89.553214) (xy 113.537873 89.554192) (xy 113.530721 89.555449) + (xy 113.523784 89.556986) (xy 113.51706 89.558802) (xy 113.510551 89.560897) (xy 113.504256 89.563271) + (xy 113.498175 89.565925) (xy 113.492308 89.568858) (xy 113.486655 89.572071) (xy 113.481216 89.575563) + (xy 113.475992 89.579334) (xy 113.470981 89.583385) (xy 113.466184 89.587715) (xy 113.461642 89.592252) + (xy 113.457392 89.596963) (xy 113.453435 89.601846) (xy 113.449771 89.606903) (xy 113.446401 89.612132) + (xy 113.443323 89.617534) (xy 113.440539 89.623109) (xy 113.438048 89.628857) (xy 113.435849 89.634778) + (xy 113.433944 89.640872) (xy 113.432332 89.647138) (xy 113.431013 89.653578) (xy 113.429988 89.66019) + (xy 113.429255 89.666975) (xy 113.428815 89.673933) (xy 113.428669 89.681064) (xy 113.428818 89.687708) + (xy 113.429266 89.694231) (xy 113.430013 89.700633) (xy 113.431059 89.706913) (xy 113.432404 89.713073) + (xy 113.434047 89.719112) (xy 113.43599 89.725029) (xy 113.438231 89.730826) (xy 113.440771 89.736501) + (xy 113.44361 89.742055) (xy 113.445668 89.745691) (xy 113.448918 89.750996) (xy 113.452348 89.756084) + (xy 113.455959 89.760956) (xy 113.45975 89.765612) (xy 113.463721 89.770051) (xy 113.467873 89.774274) + (xy 113.472205 89.778281) (xy 113.476717 89.782071) (xy 113.48141 89.785645) (xy 113.486283 89.789002) + (xy 113.489632 89.79112) (xy 113.480546 89.860729) (xy 113.170748 89.802257) (xy 113.170748 89.501692) + (xy 113.24109 89.501692) (xy 113.24109 89.742906) (xy 113.403463 89.77544) (xy 113.399133 89.768605) + (xy 113.395082 89.761731) (xy 113.391311 89.754816) (xy 113.387819 89.747862) (xy 113.384607 89.740867) + (xy 113.381673 89.733832) (xy 113.379019 89.726757) (xy 113.376645 89.719642) (xy 113.37455 89.712487) + (xy 113.372734 89.705292) (xy 113.371198 89.698057) (xy 113.369941 89.690782) (xy 113.368963 89.683467) + (xy 113.368264 89.676111) (xy 113.367845 89.668716) (xy 113.367706 89.66128) (xy 113.367921 89.651485) + (xy 113.368567 89.641884) (xy 113.369643 89.632476) (xy 113.37115 89.623261) (xy 113.373087 89.61424) + (xy 113.375454 89.605412) (xy 113.378252 89.596778) (xy 113.381481 89.588337) (xy 113.38514 89.58009) + (xy 113.38923 89.572036) (xy 113.39375 89.564176) (xy 113.3987 89.556509) (xy 113.404081 89.549036) + (xy 113.409893 89.541756) (xy 113.416134 89.53467) (xy 113.422807 89.527777) (xy 113.4298 89.521176) + (xy 113.43704 89.515) (xy 113.444528 89.509251) (xy 113.452263 89.503927) (xy 113.460245 89.499029) + (xy 113.468474 89.494557) (xy 113.476951 89.490511) (xy 113.485675 89.486891) (xy 113.494646 89.483697) + (xy 113.503865 89.480929) (xy 113.513331 89.478586) (xy 113.523044 89.47667) (xy 113.533005 89.475179) + (xy 113.543213 89.474114) (xy 113.553668 89.473475) (xy 113.56437 89.473262) (xy 113.574577 89.473449) + (xy 113.584609 89.474009) (xy 113.594466 89.474942) (xy 113.604148 89.476248) (xy 113.613655 89.477928) + (xy 113.622986 89.479981) (xy 113.632142 89.482407) (xy 113.641123 89.485206) (xy 113.649929 89.488378) + (xy 113.65856 89.491924) (xy 113.667016 89.495843) (xy 113.675296 89.500135) (xy 113.683401 89.504801) + (xy 113.691331 89.509839) (xy 113.699086 89.515251) (xy 113.706666 89.521036) (xy 113.715592 89.528474) + (xy 113.723942 89.536243) (xy 113.731717 89.544342) (xy 113.738915 89.552773) (xy 113.745538 89.561534) + (xy 113.751584 89.570626) (xy 113.757055 89.580049) (xy 113.76195 89.589803) (xy 113.766269 89.599888) + (xy 113.770013 89.610303) (xy 113.77318 89.62105) (xy 113.775771 89.632127) (xy 113.777787 89.643535) + (xy 113.778579 89.649363) (xy 113.779227 89.655274) (xy 113.779731 89.661268) (xy 113.78009 89.667344) + (xy 113.780306 89.673503) (xy 113.780378 89.679745) (xy 113.780198 89.68994) (xy 113.779657 89.699898) + (xy 113.778756 89.709618) (xy 113.777493 89.719102) (xy 113.77587 89.728349) (xy 113.773887 89.737358) + (xy 113.771543 89.746131) (xy 113.768838 89.754667) (xy 113.765773 89.762965) (xy 113.762346 89.771027) + (xy 113.75856 89.778852) (xy 113.754412 89.78644) (xy 113.749904 89.79379) (xy 113.745036 89.800904) + (xy 113.739806 89.807781) (xy 113.734217 89.814421) (xy 113.728311 89.82075) (xy 113.72217 89.826731) + (xy 113.715795 89.832363) (xy 113.709185 89.837648) (xy 113.70234 89.842585) (xy 113.695261 89.847174) + (xy 113.687946 89.851414) (xy 113.680398 89.855307) (xy 113.672614 89.858852) (xy 113.664596 89.862048) + (xy 113.656343 89.864897) (xy 113.647855 89.867397) (xy 113.639133 89.869549) (xy 113.630176 89.871354) + (xy 113.620984 89.87281) ) ) ) ) - (fp_text value "GRM185R61C105KE44D" (at 0 0 90) (layer "F.SilkS") hide + (fp_text value "GPC0603105-16" (at 0 0 90) (layer "F.SilkS") hide (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 23cd5f36-03f4-4899-81db-179875bf158e) + (tstamp c5076742-0505-4fb8-8863-dde043756d33) ) (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 42366a2d-d6cd-4dfd-ab96-70e9c86cd977) + (tstamp 10d0d256-ac24-467a-9d84-3bcd7b8ef311) ) (fp_line (start -1.225 -0.62) (end 1.225 -0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 205d78fe-2f9d-4bc5-aac6-97229d1aefa0)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp ac7ac0a2-abb7-4268-b9f7-9fcab97092c1)) (fp_line (start -1.225 0.62) (end -1.225 -0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 774480af-a10f-4346-8460-c3cec5b9a13c)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9e0f9c33-1ee6-400e-a165-3a5a61c717da)) (fp_line (start 1.225 -0.62) (end 1.225 0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f36c2378-eaf0-4d56-999f-c7617828aa30)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a9d26c5-c51c-498e-8265-016215d1e5a0)) (fp_line (start 1.225 0.62) (end -1.225 0.62) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8931bf52-9181-4e50-a4ba-29c3d5daa455)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e7323b65-c62f-447f-b468-18d7909828c0)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f3a00a9-158c-410d-8b52-3240fb123004)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d3365b4b-631c-4e5c-a0e6-50be19697eb0)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 19d50b16-8b0a-42d8-8d09-1dfecb9a843a)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6d8d4dad-d57e-4955-a7dd-5945eb9ec89d)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 01296254-d1c8-4cca-b82b-6ea298c5b1df)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 392f415f-ad43-443d-833a-3f6c89573633)) (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 02dc5c11-bdc4-48a3-918e-af6b5b89fbb9)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08fee4c1-4ca1-4c82-8b66-69d5c44e5af5)) (pad "1" smd rect (at -0.7 0 90) (size 0.75 0.94) (layers "F.Cu" "F.Paste" "F.Mask") - (net 43 "+5V") (pintype "passive") (tstamp 8d5830d8-e139-442b-bc43-1e908a9c2adc)) + (net 39 "+5V") (pintype "passive") (tstamp 0b4ae656-efdb-4490-9d5c-712c3b21123a)) (pad "2" smd rect (at 0.7 0 90) (size 0.75 0.94) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pintype "passive") (tstamp 8f1c7289-2189-4f80-a9bc-edd1cf9c13a8)) + (net 1 "GND") (pintype "passive") (tstamp 38f21756-924d-4b71-a8da-b67b63937283)) (model "Library/SamacSys_Parts.3dshapes/GRM185R61C105KE44D.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -17924,7 +15360,7 @@ (pad "1" thru_hole rect (at 0.003779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 5 "+24V") (pinfunction "A") (pintype "passive") (tstamp 551d19a9-9250-4129-9d09-7ff949dd1856)) (pad "2" thru_hole oval (at 2.503779 0.047181 180) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 8 "Net-(D2-A)") (pinfunction "B") (pintype "passive") (tstamp bee3483b-3fad-4d80-8321-319bbd7940ce)) + (net 6 "Net-(D2-A)") (pinfunction "B") (pintype "passive") (tstamp bee3483b-3fad-4d80-8321-319bbd7940ce)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -17945,8 +15381,223 @@ (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/edc1ca4e-f58e-4aa9-ac3f-066bcfdf45d9") (attr through_hole) (fp_text reference "SW5" (at -2.136 2.54) (layer "F.SilkS") - (effects (font (size 1 1) (thickness 0.15))) + (effects (font (face "Arial") (size 1 1) (thickness 0.15))) (tstamp 25c76e0d-3918-488a-963b-fb0e6bac0d3a) + (render_cache "SW5" 0 + (polygon + (pts + (xy 142.818999 105.746341) (xy 142.94454 105.735106) (xy 142.945761 105.744856) (xy 142.947937 105.759067) + (xy 142.950524 105.77278) (xy 142.953524 105.785995) (xy 142.956936 105.798712) (xy 142.960759 105.810931) + (xy 142.964996 105.822651) (xy 142.969644 105.833874) (xy 142.974704 105.844599) (xy 142.980177 105.854826) + (xy 142.986062 105.864554) (xy 142.992514 105.873864) (xy 142.999597 105.882835) (xy 143.007311 105.891467) + (xy 143.015657 105.89976) (xy 143.024634 105.907713) (xy 143.034241 105.915327) (xy 143.04448 105.922602) + (xy 143.05535 105.929538) (xy 143.066851 105.936135) (xy 143.078984 105.942392) (xy 143.087422 105.946376) + (xy 143.100485 105.951919) (xy 143.113843 105.956917) (xy 143.127498 105.96137) (xy 143.14145 105.965278) + (xy 143.155697 105.96864) (xy 143.16536 105.970579) (xy 143.175154 105.972275) (xy 143.185081 105.973729) + (xy 143.195138 105.974941) (xy 143.205328 105.97591) (xy 143.215649 105.976637) (xy 143.226102 105.977122) + (xy 143.236686 105.977364) (xy 143.242028 105.977394) (xy 143.25616 105.977195) (xy 143.269978 105.976596) + (xy 143.283482 105.975598) (xy 143.296674 105.9742) (xy 143.309551 105.972403) (xy 143.322116 105.970207) + (xy 143.334367 105.967612) (xy 143.346304 105.964618) (xy 143.357929 105.961224) (xy 143.369239 105.95743) + (xy 143.376606 105.95468) (xy 143.387331 105.950227) (xy 143.397523 105.945478) (xy 143.407183 105.940432) + (xy 143.416311 105.935091) (xy 143.424906 105.929453) (xy 143.432969 105.923519) (xy 143.440499 105.917289) + (xy 143.449712 105.908521) (xy 143.457978 105.899226) (xy 143.463556 105.891909) (xy 143.470254 105.881785) + (xy 143.476058 105.871439) (xy 143.48097 105.860872) (xy 143.484989 105.850083) (xy 143.488114 105.839073) + (xy 143.490347 105.827842) (xy 143.491686 105.816389) (xy 143.492133 105.804715) (xy 143.491701 105.792995) + (xy 143.490408 105.781649) (xy 143.488252 105.770677) (xy 143.485233 105.760079) (xy 143.481352 105.749856) + (xy 143.476608 105.740006) (xy 143.471002 105.73053) (xy 143.464533 105.721428) (xy 143.457133 105.712635) + (xy 143.448612 105.704209) (xy 143.438968 105.696149) (xy 143.430999 105.690344) (xy 143.422398 105.684746) + (xy 143.413167 105.679353) (xy 143.403305 105.674167) (xy 143.392811 105.669187) (xy 143.381686 105.664413) + (xy 143.373919 105.661344) (xy 143.362249 105.657101) (xy 143.351483 105.653557) (xy 143.338991 105.649705) + (xy 143.324772 105.645543) (xy 143.314335 105.642597) (xy 143.30313 105.639513) (xy 143.291159 105.636292) + (xy 143.27842 105.632934) (xy 143.264914 105.629438) (xy 143.250641 105.625805) (xy 143.235601 105.622034) + (xy 143.219794 105.618127) (xy 143.20322 105.614081) (xy 143.194645 105.612007) (xy 143.177628 105.607809) + (xy 143.16126 105.603642) (xy 143.145541 105.599505) (xy 143.13047 105.595399) (xy 143.116048 105.591323) + (xy 143.102275 105.587278) (xy 143.089151 105.583263) (xy 143.076676 105.579279) (xy 143.064849 105.575325) + (xy 143.053671 105.571402) (xy 143.043142 105.567509) (xy 143.033261 105.563647) (xy 143.02403 105.559816) + (xy 143.011399 105.554125) (xy 143.000228 105.548504) (xy 142.991364 105.54364) (xy 142.982787 105.538635) + (xy 142.970458 105.530863) (xy 142.958773 105.522773) (xy 142.947732 105.514365) (xy 142.937335 105.505639) + (xy 142.927582 105.496596) (xy 142.918473 105.487235) (xy 142.910008 105.477557) (xy 142.902187 105.46756) + (xy 142.89501 105.457246) (xy 142.892761 105.453738) (xy 142.886432 105.443039) (xy 142.880725 105.432099) + (xy 142.875641 105.42092) (xy 142.87118 105.409499) (xy 142.867341 105.397839) (xy 142.864124 105.385938) + (xy 142.86153 105.373796) (xy 142.859559 105.361414) (xy 142.85821 105.348792) (xy 142.857484 105.335929) + (xy 142.857346 105.32722) (xy 142.857725 105.312885) (xy 142.858865 105.298729) (xy 142.860765 105.284755) + (xy 142.863425 105.27096) (xy 142.866845 105.257346) (xy 142.871024 105.243912) (xy 142.875964 105.230659) + (xy 142.881663 105.217586) (xy 142.888122 105.204693) (xy 142.895342 105.19198) (xy 142.900577 105.183605) + (xy 142.906165 105.175366) (xy 142.912064 105.167378) (xy 142.918271 105.159643) (xy 142.924787 105.152159) + (xy 142.931613 105.144927) (xy 142.938747 105.137947) (xy 142.946191 105.131219) (xy 142.953944 105.124743) + (xy 142.962005 105.118518) (xy 142.970377 105.112546) (xy 142.979057 105.106825) (xy 142.988046 105.101356) + (xy 142.997344 105.09614) (xy 143.006952 105.091175) (xy 143.016869 105.086461) (xy 143.027094 105.082) + (xy 143.037548 105.0778) (xy 143.048149 105.073871) (xy 143.058896 105.070214) (xy 143.069791 105.066827) + (xy 143.080832 105.063711) (xy 143.092021 105.060866) (xy 143.103356 105.058291) (xy 143.114839 105.055988) + (xy 143.126468 105.053956) (xy 143.138244 105.052195) (xy 143.150167 105.050705) (xy 143.162237 105.049485) + (xy 143.174454 105.048537) (xy 143.186818 105.04786) (xy 143.199328 105.047453) (xy 143.211986 105.047318) + (xy 143.225866 105.04746) (xy 143.23954 105.047886) (xy 143.253007 105.048597) (xy 143.266269 105.049592) + (xy 143.279325 105.050872) (xy 143.292174 105.052435) (xy 143.304818 105.054283) (xy 143.317255 105.056416) + (xy 143.329486 105.058832) (xy 143.341511 105.061533) (xy 143.35333 105.064519) (xy 143.364943 105.067788) + (xy 143.37635 105.071342) (xy 143.387551 105.07518) (xy 143.398546 105.079303) (xy 143.409334 105.08371) + (xy 143.419865 105.088363) (xy 143.430087 105.093285) (xy 143.44 105.098476) (xy 143.449604 105.103936) + (xy 143.458898 105.109665) (xy 143.467884 105.115664) (xy 143.47656 105.121931) (xy 143.484928 105.128467) + (xy 143.492986 105.135273) (xy 143.500735 105.142347) (xy 143.508174 105.149691) (xy 143.515305 105.157303) + (xy 143.522127 105.165185) (xy 143.528639 105.173336) (xy 143.534843 105.181755) (xy 143.540737 105.190444) + (xy 143.54634 105.19934) (xy 143.55161 105.208381) (xy 143.556545 105.217566) (xy 143.561147 105.226897) + (xy 143.565414 105.236373) (xy 143.569348 105.245994) (xy 143.572947 105.25576) (xy 143.576213 105.265671) + (xy 143.579145 105.275727) (xy 143.581743 105.285928) (xy 143.584007 105.296274) (xy 143.585937 105.306765) + (xy 143.587533 105.317401) (xy 143.588796 105.328182) (xy 143.589724 105.339108) (xy 143.590318 105.350179) + (xy 143.462579 105.359949) (xy 143.461104 105.348044) (xy 143.459244 105.336509) (xy 143.456998 105.325344) + (xy 143.454367 105.31455) (xy 143.45135 105.304126) (xy 143.447948 105.294072) (xy 143.44416 105.284388) + (xy 143.439987 105.275074) (xy 143.435428 105.266131) (xy 143.430484 105.257557) (xy 143.425155 105.249354) + (xy 143.416438 105.237744) (xy 143.406854 105.226966) (xy 143.396402 105.217021) (xy 143.392726 105.213891) + (xy 143.3811 105.205074) (xy 143.372795 105.199678) (xy 143.364048 105.194667) (xy 143.354859 105.190042) + (xy 143.345226 105.185802) (xy 143.335151 105.181948) (xy 143.324634 105.178479) (xy 143.313673 105.175395) + (xy 143.30227 105.172697) (xy 143.290424 105.170384) (xy 143.278136 105.168457) (xy 143.265405 105.166915) + (xy 143.252231 105.165759) (xy 143.238614 105.164988) (xy 143.224555 105.164602) (xy 143.217359 105.164554) + (xy 143.202503 105.164729) (xy 143.188157 105.165253) (xy 143.174323 105.166126) (xy 143.161 105.167348) + (xy 143.148189 105.168919) (xy 143.135889 105.17084) (xy 143.124101 105.173109) (xy 143.112824 105.175728) + (xy 143.102058 105.178697) (xy 143.091803 105.182014) (xy 143.08206 105.18568) (xy 143.072829 105.189696) + (xy 143.05994 105.196374) (xy 143.048202 105.203838) (xy 143.041016 105.209251) (xy 143.031152 105.217749) + (xy 143.022257 105.226573) (xy 143.014333 105.235723) (xy 143.007379 105.2452) (xy 143.001396 105.255003) + (xy 142.996383 105.265133) (xy 142.99234 105.275588) (xy 142.989267 105.28637) (xy 142.987165 105.297479) + (xy 142.986033 105.308913) (xy 142.985817 105.316718) (xy 142.986163 105.326804) (xy 142.9872 105.336547) + (xy 142.989657 105.349003) (xy 142.993344 105.360849) (xy 142.998259 105.372084) (xy 143.004404 105.382709) + (xy 143.011777 105.392723) (xy 143.020379 105.402126) (xy 143.02514 105.406599) (xy 143.033421 105.413211) + (xy 143.043882 105.419857) (xy 143.056525 105.426537) (xy 143.066165 105.43101) (xy 143.076774 105.435498) + (xy 143.088353 105.440001) (xy 143.1009 105.44452) (xy 143.114418 105.449053) (xy 143.128904 105.453602) + (xy 143.14436 105.458167) (xy 143.160786 105.462746) (xy 143.17818 105.467341) (xy 143.196544 105.471951) + (xy 143.20609 105.474262) (xy 143.215878 105.476576) (xy 143.225908 105.478895) (xy 143.23596 105.481191) + (xy 143.245813 105.48347) (xy 143.255467 105.485731) (xy 143.274178 105.490199) (xy 143.292094 105.494598) + (xy 143.309214 105.498925) (xy 143.325538 105.503182) (xy 143.341066 105.507369) (xy 143.355799 105.511485) + (xy 143.369736 105.51553) (xy 143.382878 105.519505) (xy 143.395223 105.523409) (xy 143.406773 105.527242) + (xy 143.417528 105.531005) (xy 143.427486 105.534697) (xy 143.436649 105.538319) (xy 143.448902 105.543619) + (xy 143.459712 105.548803) (xy 143.470162 105.554156) (xy 143.480252 105.559679) (xy 143.48998 105.565372) + (xy 143.499348 105.571235) (xy 143.508356 105.577267) (xy 143.517003 105.58347) (xy 143.525289 105.589842) + (xy 143.533214 105.596384) (xy 143.540779 105.603096) (xy 143.547983 105.609978) (xy 143.554827 105.617029) + (xy 143.564416 105.627925) (xy 143.573194 105.639203) (xy 143.578595 105.646934) (xy 143.586102 105.658825) + (xy 143.592871 105.671051) (xy 143.598902 105.683612) (xy 143.604194 105.696508) (xy 143.608748 105.709738) + (xy 143.612563 105.723304) (xy 143.61564 105.737204) (xy 143.617979 105.751439) (xy 143.619579 105.766009) + (xy 143.620235 105.775909) (xy 143.620563 105.785957) (xy 143.620604 105.791037) (xy 143.620424 105.801106) + (xy 143.619883 105.811103) (xy 143.618982 105.821028) (xy 143.617719 105.830879) (xy 143.616096 105.840659) + (xy 143.614113 105.850365) (xy 143.611769 105.86) (xy 143.609064 105.869561) (xy 143.605999 105.87905) + (xy 143.602572 105.888467) (xy 143.598786 105.897811) (xy 143.594638 105.907083) (xy 143.59013 105.916282) + (xy 143.585262 105.925409) (xy 143.580032 105.934463) (xy 143.574443 105.943445) (xy 143.568545 105.952266) + (xy 143.562333 105.960839) (xy 143.555807 105.969165) (xy 143.548965 105.977242) (xy 143.541808 105.985071) + (xy 143.534337 105.992652) (xy 143.526551 105.999985) (xy 143.51845 106.00707) (xy 143.510034 106.013907) + (xy 143.501303 106.020496) (xy 143.492258 106.026836) (xy 143.482897 106.032929) (xy 143.473222 106.038774) + (xy 143.463232 106.04437) (xy 143.452927 106.049719) (xy 143.442307 106.054819) (xy 143.431446 106.05964) + (xy 143.420417 106.06415) (xy 143.40922 106.068349) (xy 143.397855 106.072237) (xy 143.386322 106.075814) + (xy 143.374621 106.07908) (xy 143.362753 106.082034) (xy 143.350716 106.084678) (xy 143.338512 106.087011) + (xy 143.326139 106.089033) (xy 143.313599 106.090743) (xy 143.300891 106.092143) (xy 143.288014 106.093231) + (xy 143.27497 106.094009) (xy 143.261758 106.094476) (xy 143.248378 106.094631) (xy 143.231454 106.094472) + (xy 143.214875 106.093994) (xy 143.198642 106.093197) (xy 143.182753 106.092082) (xy 143.167211 106.090648) + (xy 143.152013 106.088895) (xy 143.137161 106.086824) (xy 143.122654 106.084434) (xy 143.108493 106.081725) + (xy 143.094677 106.078698) (xy 143.081206 106.075352) (xy 143.068081 106.071687) (xy 143.055301 106.067704) + (xy 143.042867 106.063402) (xy 143.030778 106.058782) (xy 143.019034 106.053842) (xy 143.007649 106.048585) + (xy 142.996575 106.043008) (xy 142.985812 106.037113) (xy 142.975361 106.030899) (xy 142.96522 106.024366) + (xy 142.95539 106.017515) (xy 142.945871 106.010345) (xy 142.936663 106.002857) (xy 142.927767 105.99505) + (xy 142.919181 105.986924) (xy 142.910906 105.978479) (xy 142.902943 105.969716) (xy 142.89529 105.960634) + (xy 142.887948 105.951234) (xy 142.880918 105.941515) (xy 142.874198 105.931477) (xy 142.867829 105.921165) + (xy 142.861849 105.910686) (xy 142.856258 105.900038) (xy 142.851056 105.889223) (xy 142.846244 105.87824) + (xy 142.841821 105.867088) (xy 142.837787 105.855769) (xy 142.834142 105.844282) (xy 142.830887 105.832627) + (xy 142.828021 105.820804) (xy 142.825544 105.808813) (xy 142.823457 105.796655) (xy 142.821759 105.784328) + (xy 142.82045 105.771834) (xy 142.81953 105.759171) + ) + ) + (polygon + (pts + (xy 143.973047 106.079) (xy 143.705845 105.062949) (xy 143.842621 105.062949) (xy 143.995761 105.729976) + (xy 143.998819 105.743068) (xy 144.001826 105.756149) (xy 144.00478 105.769218) (xy 144.007684 105.782275) + (xy 144.010535 105.795321) (xy 144.013335 105.808356) (xy 144.016084 105.821379) (xy 144.018781 105.83439) + (xy 144.021427 105.84739) (xy 144.024021 105.860379) (xy 144.026564 105.873357) (xy 144.029055 105.886322) + (xy 144.031494 105.899277) (xy 144.033882 105.91222) (xy 144.036219 105.925151) (xy 144.038504 105.938071) + (xy 144.04087 105.928009) (xy 144.043174 105.918217) (xy 144.045417 105.908695) (xy 144.049718 105.890461) + (xy 144.053773 105.873306) (xy 144.057581 105.857232) (xy 144.061144 105.842238) (xy 144.06446 105.828324) + (xy 144.06753 105.81549) (xy 144.070354 105.803735) (xy 144.072932 105.793061) (xy 144.075264 105.783467) + (xy 144.0783 105.771101) (xy 144.080783 105.761165) (xy 144.083231 105.751696) (xy 144.083689 105.750004) + (xy 144.275419 105.062949) (xy 144.436131 105.062949) (xy 144.580479 105.577813) (xy 144.583838 105.589774) + (xy 144.587138 105.601689) (xy 144.590379 105.613559) (xy 144.593561 105.625383) (xy 144.596684 105.637163) + (xy 144.599747 105.648896) (xy 144.602752 105.660585) (xy 144.605697 105.672228) (xy 144.608583 105.683826) + (xy 144.61141 105.695379) (xy 144.614178 105.706886) (xy 144.616886 105.718348) (xy 144.619536 105.729765) + (xy 144.622126 105.741136) (xy 144.624657 105.752462) (xy 144.627129 105.763743) (xy 144.629542 105.774978) + (xy 144.631896 105.786169) (xy 144.63419 105.797313) (xy 144.636426 105.808413) (xy 144.638602 105.819467) + (xy 144.640719 105.830476) (xy 144.642777 105.841439) (xy 144.644776 105.852357) (xy 144.646715 105.86323) + (xy 144.648596 105.874058) (xy 144.650417 105.88484) (xy 144.652179 105.895577) (xy 144.653882 105.906269) + (xy 144.655526 105.916915) (xy 144.657111 105.927516) (xy 144.658637 105.938071) (xy 144.661094 105.925901) + (xy 144.663644 105.91351) (xy 144.666284 105.900897) (xy 144.669017 105.888063) (xy 144.671841 105.875007) + (xy 144.674757 105.86173) (xy 144.677764 105.848232) (xy 144.680863 105.834512) (xy 144.684053 105.820571) + (xy 144.687335 105.806409) (xy 144.690709 105.792026) (xy 144.694174 105.777421) (xy 144.697731 105.762594) + (xy 144.701379 105.747547) (xy 144.705119 105.732278) (xy 144.708951 105.716787) (xy 144.866731 105.062949) + (xy 145.000821 105.062949) (xy 144.724582 106.079) (xy 144.59611 106.079) (xy 144.383863 105.304017) + (xy 144.38062 105.292159) (xy 144.377547 105.280886) (xy 144.374644 105.2702) (xy 144.371911 105.260099) + (xy 144.369347 105.250584) (xy 144.36582 105.23741) (xy 144.362675 105.225554) (xy 144.359912 105.215016) + (xy 144.356823 105.203016) (xy 144.354413 105.193358) (xy 144.352356 105.184582) (xy 144.349399 105.197543) + (xy 144.34648 105.210139) (xy 144.3436 105.22237) (xy 144.340758 105.234236) (xy 144.337955 105.245737) + (xy 144.335191 105.256873) (xy 144.332466 105.267645) (xy 144.329779 105.278051) (xy 144.327131 105.288092) + (xy 144.324521 105.297769) (xy 144.322803 105.304017) (xy 144.10909 106.079) + ) + ) + (polygon + (pts + (xy 145.067988 105.813263) (xy 145.197925 105.802272) (xy 145.199875 105.813965) (xy 145.202123 105.825288) + (xy 145.204668 105.836244) (xy 145.207511 105.846831) (xy 145.210652 105.85705) (xy 145.214091 105.866901) + (xy 145.217827 105.876384) (xy 145.221861 105.885498) (xy 145.228469 105.898479) (xy 145.235748 105.910631) + (xy 145.243696 105.921955) (xy 145.252315 105.93245) (xy 145.261602 105.942116) (xy 145.264847 105.945154) + (xy 145.274884 105.95371) (xy 145.285304 105.961423) (xy 145.296105 105.968295) (xy 145.307288 105.974326) + (xy 145.318854 105.979515) (xy 145.330801 105.983863) (xy 145.343131 105.987369) (xy 145.355843 105.990034) + (xy 145.368937 105.991857) (xy 145.382413 105.992839) (xy 145.391609 105.993026) (xy 145.402646 105.992757) + (xy 145.413469 105.99195) (xy 145.424078 105.990605) (xy 145.434474 105.988721) (xy 145.444656 105.9863) + (xy 145.454624 105.98334) (xy 145.464378 105.979843) (xy 145.473919 105.975807) (xy 145.483246 105.971233) + (xy 145.492359 105.966121) (xy 145.501259 105.960471) (xy 145.509945 105.954283) (xy 145.518417 105.947557) + (xy 145.526676 105.940292) (xy 145.53472 105.93249) (xy 145.542551 105.92415) (xy 145.550064 105.915365) + (xy 145.557091 105.906232) (xy 145.563635 105.896749) (xy 145.569693 105.886918) (xy 145.575267 105.876737) + (xy 145.580356 105.866207) (xy 145.58496 105.855327) (xy 145.58908 105.844099) (xy 145.592715 105.832521) + (xy 145.595865 105.820594) (xy 145.598531 105.808318) (xy 145.600712 105.795693) (xy 145.602408 105.782719) + (xy 145.60362 105.769395) (xy 145.604347 105.755722) (xy 145.604589 105.7417) (xy 145.604356 105.728354) + (xy 145.603658 105.715364) (xy 145.602494 105.702731) (xy 145.600864 105.690455) (xy 145.598769 105.678536) + (xy 145.596208 105.666973) (xy 145.593182 105.655768) (xy 145.58969 105.644919) (xy 145.585733 105.634427) + (xy 145.58131 105.624292) (xy 145.576421 105.614514) (xy 145.571067 105.605092) (xy 145.565247 105.596027) + (xy 145.558961 105.58732) (xy 145.55221 105.578969) (xy 145.544994 105.570974) (xy 145.537431 105.563403) + (xy 145.52958 105.55632) (xy 145.521441 105.549725) (xy 145.513013 105.543619) (xy 145.504298 105.538002) + (xy 145.495294 105.532872) (xy 145.486002 105.528232) (xy 145.476423 105.52408) (xy 145.466555 105.520416) + (xy 145.456399 105.517241) (xy 145.445954 105.514554) (xy 145.435222 105.512356) (xy 145.424201 105.510646) + (xy 145.412893 105.509425) (xy 145.401296 105.508692) (xy 145.389411 105.508448) (xy 145.378338 105.508697) + (xy 145.367466 105.509444) (xy 145.356797 105.510689) (xy 145.346329 105.512432) (xy 145.336063 105.514674) + (xy 145.325999 105.517413) (xy 145.316136 105.52065) (xy 145.306475 105.524385) (xy 145.297016 105.528618) + (xy 145.287759 105.53335) (xy 145.2817 105.53678) (xy 145.272859 105.542197) (xy 145.264378 105.547914) + (xy 145.256258 105.553932) (xy 145.248498 105.560251) (xy 145.241099 105.566869) (xy 145.234061 105.573789) + (xy 145.227384 105.581009) (xy 145.221067 105.588529) (xy 145.21511 105.59635) (xy 145.209515 105.604472) + (xy 145.205985 105.610053) (xy 145.089969 105.59491) (xy 145.187422 105.078581) (xy 145.688364 105.078581) + (xy 145.688364 105.195817) (xy 145.286341 105.195817) (xy 145.232119 105.466438) (xy 145.243509 105.459222) + (xy 145.254967 105.452471) (xy 145.266491 105.446185) (xy 145.278082 105.440366) (xy 145.28974 105.435011) + (xy 145.301465 105.430123) (xy 145.313256 105.425699) (xy 145.325114 105.421742) (xy 145.337039 105.41825) + (xy 145.349031 105.415224) (xy 145.361089 105.412663) (xy 145.373215 105.410568) (xy 145.385407 105.408938) + (xy 145.397666 105.407774) (xy 145.409991 105.407076) (xy 145.422384 105.406843) (xy 145.438709 105.407202) + (xy 145.454712 105.408278) (xy 145.470392 105.410072) (xy 145.48575 105.412583) (xy 145.500785 105.415811) + (xy 145.515498 105.419758) (xy 145.529888 105.424421) (xy 145.543956 105.429802) (xy 145.557701 105.4359) + (xy 145.571124 105.442716) (xy 145.584224 105.45025) (xy 145.597002 105.458501) (xy 145.609458 105.467469) + (xy 145.621591 105.477155) (xy 145.633401 105.487558) (xy 145.644889 105.498678) (xy 145.655892 105.510333) + (xy 145.666184 105.522401) (xy 145.675767 105.53488) (xy 145.68464 105.547771) (xy 145.692803 105.561075) + (xy 145.700256 105.574791) (xy 145.706999 105.588919) (xy 145.713033 105.603459) (xy 145.718357 105.618411) + (xy 145.722971 105.633775) (xy 145.726875 105.649552) (xy 145.730069 105.665741) (xy 145.732553 105.682341) + (xy 145.734328 105.699355) (xy 145.735393 105.71678) (xy 145.735747 105.734617) (xy 145.735436 105.751629) + (xy 145.734503 105.768349) (xy 145.732948 105.784778) (xy 145.730771 105.800914) (xy 145.727972 105.816758) + (xy 145.72455 105.83231) (xy 145.720507 105.847571) (xy 145.715842 105.862539) (xy 145.710554 105.877216) + (xy 145.704645 105.8916) (xy 145.698113 105.905693) (xy 145.690959 105.919494) (xy 145.683184 105.933002) + (xy 145.674786 105.946219) (xy 145.665766 105.959144) (xy 145.656124 105.971777) (xy 145.643728 105.986654) + (xy 145.63078 106.000571) (xy 145.617281 106.013528) (xy 145.60323 106.025526) (xy 145.588628 106.036563) + (xy 145.573475 106.046641) (xy 145.55777 106.055759) (xy 145.541513 106.063918) (xy 145.524705 106.071116) + (xy 145.507346 106.077355) (xy 145.489435 106.082634) (xy 145.470973 106.086953) (xy 145.451959 106.090312) + (xy 145.442246 106.091632) (xy 145.432394 106.092711) (xy 145.422405 106.093551) (xy 145.412277 106.094151) + (xy 145.402012 106.094511) (xy 145.391609 106.094631) (xy 145.374618 106.094331) (xy 145.358022 106.093429) + (xy 145.341821 106.091926) (xy 145.326015 106.089823) (xy 145.310604 106.087118) (xy 145.295588 106.083812) + (xy 145.280966 106.079905) (xy 145.26674 106.075397) (xy 145.252909 106.070288) (xy 145.239473 106.064578) + (xy 145.226431 106.058267) (xy 145.213785 106.051354) (xy 145.201534 106.043841) (xy 145.189678 106.035727) + (xy 145.178216 106.027011) (xy 145.16715 106.017695) (xy 145.156602 106.007851) (xy 145.146634 105.997617) + (xy 145.137246 105.986992) (xy 145.128438 105.975975) (xy 145.12021 105.964567) (xy 145.112562 105.952768) + (xy 145.105494 105.940578) (xy 145.099006 105.927996) (xy 145.093099 105.915024) (xy 145.087771 105.90166) + (xy 145.083024 105.887905) (xy 145.078856 105.873759) (xy 145.075269 105.859222) (xy 145.072262 105.844294) + (xy 145.069835 105.828974) + ) + ) + ) ) (fp_text value "430156043726" (at 3.75 6.7) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) @@ -18005,9 +15656,9 @@ (pad "1" thru_hole circle (at 6.5 0 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "1") (pintype "passive") (tstamp 1bbd0cb9-c4e7-4550-be5b-7a8e452e52d7)) (pad "2" thru_hole circle (at 0 4.5 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 90 "Net-(U2-PH3)") (pinfunction "2") (pintype "passive") (tstamp 0de04542-545b-442f-bbc1-2a3e3d31e73a)) + (net 86 "Net-(U2-PH3)") (pinfunction "2") (pintype "passive") (tstamp 0de04542-545b-442f-bbc1-2a3e3d31e73a)) (pad "2" thru_hole circle (at 6.5 4.5 270) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 90 "Net-(U2-PH3)") (pinfunction "2") (pintype "passive") (tstamp f8723633-d14f-4b2a-ba46-82baf65bf5fc)) + (net 86 "Net-(U2-PH3)") (pinfunction "2") (pintype "passive") (tstamp f8723633-d14f-4b2a-ba46-82baf65bf5fc)) (model "${KICAD6_3DMODEL_DIR}/Button_Switch_THT.3dshapes/SW_PUSH_6mm.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -18020,7 +15671,8 @@ (at 104.98 111.36 180) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "LED") - (property "MPN" "SMLEN3BC8TT86") + (property "MPN" "150060BS55040") + (property "Manufacturer_Part_Number" "150060BS55040") (property "Mouser PN" " 755-SMLEN3BC8TT86 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") @@ -18210,7 +15862,7 @@ ) ) ) - (fp_text value "SMLEN3BC8TT86" (at 0 1.43) (layer "F.Fab") + (fp_text value "150060BS55040" (at 0 1.43) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp 404f87f6-35c4-4474-97db-cdcff5499c66) ) @@ -18245,7 +15897,7 @@ (pad "1" smd roundrect (at -0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp 5d455506-1683-401a-9498-94f13ffb4da0)) (pad "2" smd roundrect (at 0.7875 0 180) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 85 "Net-(D6-A)") (pinfunction "A") (pintype "passive") (tstamp 52a8324c-3fcf-4c99-93ae-b6a4406e8673)) + (net 81 "Net-(D6-A)") (pinfunction "A") (pintype "passive") (tstamp 52a8324c-3fcf-4c99-93ae-b6a4406e8673)) (model "${KICAD6_3DMODEL_DIR}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -18258,7 +15910,7 @@ (at 145.340786 89.364691) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -18399,7 +16051,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 8215f61a-7936-4c6e-8b48-77e833269146) ) @@ -18428,7 +16080,7 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 7647efaa-4fa9-49d8-b919-83c19888c6ee)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "SCL") (pintype "passive") (tstamp 7362b31e-3357-44f5-aca6-6ab0811f2cba)) + (net 12 "SCL") (pintype "passive") (tstamp 7362b31e-3357-44f5-aca6-6ab0811f2cba)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp d5812dde-c375-45fa-a580-8e8fe5d74ce1)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" @@ -18751,9 +16403,9 @@ (fp_circle (center 3.25 2.25) (end 1.25 2.5) (stroke (width 0.1) (type solid)) (fill none) (layer "F.Fab") (tstamp 34a88de8-be1f-4d11-bf09-20c8be80458f)) (pad "1" thru_hole circle (at 0 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 31 "GPIO7") (pinfunction "1") (pintype "passive") (tstamp 69a20ebc-ecb6-408f-a79c-078ceb56a748)) + (net 27 "GPIO7") (pinfunction "1") (pintype "passive") (tstamp 69a20ebc-ecb6-408f-a79c-078ceb56a748)) (pad "1" thru_hole circle (at 6.5 0 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 31 "GPIO7") (pinfunction "1") (pintype "passive") (tstamp 3da6a884-19a7-4e9d-a24b-53e9f83f0f9a)) + (net 27 "GPIO7") (pinfunction "1") (pintype "passive") (tstamp 3da6a884-19a7-4e9d-a24b-53e9f83f0f9a)) (pad "2" thru_hole circle (at 0 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 44e11dc5-54ce-40d0-954d-4f1fa140d2cf)) (pad "2" thru_hole circle (at 6.5 4.5 180) (size 2 2) (drill 1.1) (layers "*.Cu" "*.Mask") @@ -18765,307 +16417,12 @@ ) ) - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") - (tstamp ab8e7e4d-e957-4049-b0ca-113d443bcdba) - (at 82.03 117.8 90) - (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") - (tags "resistor") - (property "MPN" "CRCW04020000Z0EDC") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Resistor, small symbol") - (property "ki_keywords" "R resistor") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/81f72a9c-af69-467c-a4b4-1d34765452c9") - (attr smd) - (fp_text reference "R26" (at 2.16 0.34 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.075))) - (tstamp 5b6670a4-0420-4ace-9e03-8deb8f548767) - (render_cache "R26" 90 - (polygon - (pts - (xy 82.619 116.343858) (xy 82.009369 116.343858) (xy 82.009369 116.075973) (xy 82.009434 116.066031) - (xy 82.009628 116.056391) (xy 82.009952 116.047053) (xy 82.010404 116.038017) (xy 82.010987 116.029284) - (xy 82.011698 116.020853) (xy 82.012539 116.012725) (xy 82.013509 116.004898) (xy 82.014609 115.997374) - (xy 82.015838 115.990152) (xy 82.017196 115.983232) (xy 82.018684 115.976615) (xy 82.020301 115.9703) - (xy 82.022048 115.964287) (xy 82.023924 115.958576) (xy 82.025929 115.953167) (xy 82.029229 115.945431) - (xy 82.032975 115.937993) (xy 82.037167 115.930854) (xy 82.041804 115.924014) (xy 82.046887 115.917473) - (xy 82.052415 115.91123) (xy 82.05839 115.905286) (xy 82.064809 115.899642) (xy 82.071675 115.894296) - (xy 82.076499 115.890898) (xy 82.081522 115.887632) (xy 82.084108 115.88605) (xy 82.089362 115.882997) - (xy 82.094684 115.880142) (xy 82.100074 115.877483) (xy 82.105531 115.875022) (xy 82.111055 115.872757) - (xy 82.116648 115.87069) (xy 82.122307 115.868819) (xy 82.128035 115.867145) (xy 82.13383 115.865668) - (xy 82.139692 115.864388) (xy 82.145622 115.863305) (xy 82.151619 115.862419) (xy 82.157684 115.86173) - (xy 82.163817 115.861237) (xy 82.170017 115.860942) (xy 82.176285 115.860844) (xy 82.184356 115.861006) - (xy 82.192268 115.861494) (xy 82.200018 115.862307) (xy 82.207609 115.863445) (xy 82.215039 115.864908) - (xy 82.222309 115.866696) (xy 82.229419 115.86881) (xy 82.236369 115.871248) (xy 82.243158 115.874012) - (xy 82.249787 115.877101) (xy 82.256255 115.880515) (xy 82.262564 115.884254) (xy 82.268712 115.888319) - (xy 82.2747 115.892708) (xy 82.280527 115.897423) (xy 82.286194 115.902463) (xy 82.291636 115.907842) - (xy 82.296826 115.913575) (xy 82.301762 115.919662) (xy 82.306445 115.926102) (xy 82.310875 115.932897) - (xy 82.315052 115.940045) (xy 82.318976 115.947547) (xy 82.322647 115.955402) (xy 82.326066 115.963612) - (xy 82.329231 115.972175) (xy 82.332143 115.981092) (xy 82.334802 115.990363) (xy 82.337208 115.999987) - (xy 82.339361 116.009965) (xy 82.34126 116.020297) (xy 82.342907 116.030983) (xy 82.345787 116.025181) - (xy 82.348657 116.019644) (xy 82.351516 116.014372) (xy 82.355313 116.007756) (xy 82.359091 116.001611) - (xy 82.362851 115.995938) (xy 82.366592 115.990737) (xy 82.370315 115.986007) (xy 82.373096 115.98277) - (xy 82.377207 115.978406) (xy 82.381442 115.974073) (xy 82.385802 115.969769) (xy 82.390287 115.965496) - (xy 82.394897 115.961251) (xy 82.399632 115.957037) (xy 82.404492 115.952853) (xy 82.409476 115.948698) - (xy 82.414585 115.944573) (xy 82.419819 115.940477) (xy 82.425177 115.936412) (xy 82.430661 115.932376) - (xy 82.436269 115.92837) (xy 82.442002 115.924394) (xy 82.44786 115.920448) (xy 82.453842 115.916531) - (xy 82.619 115.811311) (xy 82.619 115.911988) (xy 82.492677 115.991856) (xy 82.485945 115.996185) - (xy 82.479412 116.000419) (xy 82.473081 116.004557) (xy 82.466949 116.008598) (xy 82.461018 116.012544) - (xy 82.455287 116.016393) (xy 82.449757 116.020146) (xy 82.444427 116.023802) (xy 82.439297 116.027363) - (xy 82.434368 116.030828) (xy 82.42735 116.035844) (xy 82.420782 116.040644) (xy 82.414665 116.045227) - (xy 82.409 116.049595) (xy 82.403712 116.053811) (xy 82.398732 116.057942) (xy 82.394057 116.061989) - (xy 82.38969 116.06595) (xy 82.384343 116.0711) (xy 82.379542 116.076099) (xy 82.375285 116.080946) - (xy 82.371573 116.085642) (xy 82.368406 116.090188) (xy 82.36496 116.095793) (xy 82.361858 116.101433) - (xy 82.359098 116.10711) (xy 82.356683 116.112822) (xy 82.35461 116.11857) (xy 82.352882 116.124354) - (xy 82.352286 116.126678) (xy 82.351144 116.133468) (xy 82.3505 116.139331) (xy 82.349999 116.146038) - (xy 82.349702 116.152013) (xy 82.349496 116.158527) (xy 82.349381 116.165582) (xy 82.349355 116.171227) - (xy 82.349355 116.263991) (xy 82.619 116.263991) - ) - (pts - (xy 82.281358 116.263991) (xy 82.281358 116.092093) (xy 82.281313 116.085335) (xy 82.281177 116.078764) - (xy 82.280951 116.07238) (xy 82.280635 116.066182) (xy 82.280228 116.06017) (xy 82.279448 116.051503) - (xy 82.278464 116.043256) (xy 82.277277 116.035429) (xy 82.275886 116.028022) (xy 82.274292 116.021035) - (xy 82.272494 116.014467) (xy 82.270493 116.008319) (xy 82.269781 116.006364) (xy 82.267489 116.000696) - (xy 82.264955 115.995288) (xy 82.2612 115.988483) (xy 82.257014 115.982141) (xy 82.252398 115.97626) - (xy 82.247352 115.970843) (xy 82.241874 115.965888) (xy 82.235967 115.961395) (xy 82.232852 115.959322) - (xy 82.226408 115.955544) (xy 82.219827 115.95227) (xy 82.213109 115.949499) (xy 82.206254 115.947232) - (xy 82.199261 115.945469) (xy 82.19213 115.94421) (xy 82.184862 115.943454) (xy 82.177457 115.943202) - (xy 82.169406 115.943477) (xy 82.161627 115.9443) (xy 82.154121 115.945671) (xy 82.146889 115.947592) - (xy 82.139929 115.950061) (xy 82.133243 115.953079) (xy 82.126829 115.956645) (xy 82.120689 115.96076) - (xy 82.114822 115.965424) (xy 82.109228 115.970637) (xy 82.10565 115.974417) (xy 82.100595 115.98056) - (xy 82.096038 115.987339) (xy 82.091978 115.994755) (xy 82.088415 116.002808) (xy 82.086316 116.008529) - (xy 82.084437 116.014533) (xy 82.08278 116.020821) (xy 82.081344 116.027391) (xy 82.080129 116.034243) - (xy 82.079134 116.041379) (xy 82.078361 116.048797) (xy 82.077808 116.056498) (xy 82.077477 116.064482) - (xy 82.077367 116.072749) (xy 82.077367 116.263991) - ) - ) - (polygon - (pts - (xy 82.548658 115.379148) (xy 82.619 115.379148) (xy 82.619 115.778631) (xy 82.612327 115.778657) - (xy 82.605719 115.778366) (xy 82.599175 115.777759) (xy 82.592695 115.776836) (xy 82.586279 115.775598) - (xy 82.579927 115.774043) (xy 82.573639 115.772172) (xy 82.567415 115.769985) (xy 82.559761 115.76694) - (xy 82.552129 115.763576) (xy 82.544521 115.759893) (xy 82.536936 115.755889) (xy 82.529374 115.751567) - (xy 82.524346 115.748508) (xy 82.519328 115.745307) (xy 82.51432 115.741964) (xy 82.509323 115.738479) - (xy 82.504336 115.734852) (xy 82.499359 115.731083) (xy 82.494392 115.727172) (xy 82.489436 115.723119) - (xy 82.486962 115.721039) (xy 82.481949 115.716727) (xy 82.476841 115.712182) (xy 82.471636 115.707403) - (xy 82.466336 115.702391) (xy 82.460939 115.697145) (xy 82.455445 115.691666) (xy 82.449856 115.685953) - (xy 82.44417 115.680006) (xy 82.438389 115.673826) (xy 82.432511 115.667412) (xy 82.426537 115.660765) - (xy 82.420467 115.653884) (xy 82.4143 115.64677) (xy 82.408038 115.639422) (xy 82.401679 115.631841) - (xy 82.395224 115.624026) (xy 82.390165 115.617933) (xy 82.385172 115.611966) (xy 82.380244 115.606123) - (xy 82.375383 115.600404) (xy 82.370588 115.594811) (xy 82.36586 115.589343) (xy 82.361197 115.583999) - (xy 82.3566 115.57878) (xy 82.35207 115.573686) (xy 82.347605 115.568716) (xy 82.343207 115.563872) - (xy 82.338875 115.559152) (xy 82.334609 115.554557) (xy 82.330409 115.550087) (xy 82.326275 115.545741) - (xy 82.318206 115.537425) (xy 82.310402 115.529607) (xy 82.302861 115.522289) (xy 82.295586 115.51547) - (xy 82.288574 115.509151) (xy 82.281827 115.50333) (xy 82.275345 115.498008) (xy 82.269127 115.493186) - (xy 82.266117 115.490962) (xy 82.260184 115.486757) (xy 82.254291 115.482822) (xy 82.248437 115.479159) - (xy 82.242624 115.475767) (xy 82.236851 115.472647) (xy 82.231118 115.469798) (xy 82.225425 115.46722) - (xy 82.219772 115.464914) (xy 82.21416 115.462879) (xy 82.205815 115.460335) (xy 82.197562 115.458402) - (xy 82.189398 115.457079) (xy 82.181324 115.456367) (xy 82.175992 115.456231) (xy 82.167762 115.456509) - (xy 82.15978 115.457344) (xy 82.152045 115.458735) (xy 82.144558 115.460682) (xy 82.137317 115.463186) - (xy 82.130325 115.466246) (xy 82.123579 115.469863) (xy 82.11708 115.474036) (xy 82.110829 115.478766) - (xy 82.104826 115.484052) (xy 82.10096 115.487885) (xy 82.095487 115.49396) (xy 82.090552 115.50037) - (xy 82.086155 115.507115) (xy 82.082296 115.514194) (xy 82.078976 115.521609) (xy 82.076195 115.529358) - (xy 82.073952 115.537443) (xy 82.072247 115.545862) (xy 82.07108 115.554616) (xy 82.070602 115.560638) - (xy 82.070362 115.566809) (xy 82.070332 115.56995) (xy 82.070463 115.576571) (xy 82.070857 115.583025) - (xy 82.071512 115.589312) (xy 82.07243 115.595431) (xy 82.07361 115.601383) (xy 82.075052 115.607168) - (xy 82.076756 115.612786) (xy 82.079804 115.6209) (xy 82.083441 115.628637) (xy 82.087669 115.635999) - (xy 82.092487 115.642984) (xy 82.097894 115.649593) (xy 82.103891 115.655826) (xy 82.110412 115.661566) - (xy 82.117388 115.666748) (xy 82.12482 115.671375) (xy 82.130028 115.67415) (xy 82.135439 115.676678) - (xy 82.141052 115.678959) (xy 82.146868 115.680992) (xy 82.152887 115.682778) (xy 82.159108 115.684317) - (xy 82.165532 115.685608) (xy 82.172159 115.686652) (xy 82.178988 115.687449) (xy 82.18602 115.687999) - (xy 82.193255 115.688301) (xy 82.196948 115.688359) (xy 82.188888 115.764563) (xy 82.178097 115.763423) - (xy 82.167632 115.761944) (xy 82.157493 115.760126) (xy 82.147681 115.757969) (xy 82.138195 115.755473) - (xy 82.129035 115.752638) (xy 82.120202 115.749464) (xy 82.111695 115.745952) (xy 82.103514 115.7421) - (xy 82.09566 115.73791) (xy 82.088131 115.733381) (xy 82.080929 115.728513) (xy 82.074054 115.723306) - (xy 82.067504 115.71776) (xy 82.061281 115.711875) (xy 82.055385 115.705652) (xy 82.049813 115.699122) - (xy 82.0446 115.692318) (xy 82.039747 115.685241) (xy 82.035253 115.67789) (xy 82.031119 115.670266) - (xy 82.027344 115.662368) (xy 82.023929 115.654196) (xy 82.020873 115.645751) (xy 82.018177 115.637032) - (xy 82.01584 115.62804) (xy 82.013863 115.618774) (xy 82.012245 115.609234) (xy 82.010987 115.59942) - (xy 82.010088 115.589333) (xy 82.009549 115.578973) (xy 82.009369 115.568338) (xy 82.009559 115.557617) - (xy 82.010127 115.547179) (xy 82.011075 115.537023) (xy 82.012401 115.52715) (xy 82.014106 115.51756) - (xy 82.016191 115.508252) (xy 82.018654 115.499228) (xy 82.021496 115.490486) (xy 82.024717 115.482027) - (xy 82.028317 115.473851) (xy 82.032296 115.465957) (xy 82.036654 115.458347) (xy 82.041391 115.451019) - (xy 82.046507 115.443974) (xy 82.052002 115.437211) (xy 82.057876 115.430732) (xy 82.06403 115.424592) - (xy 82.070364 115.418848) (xy 82.07688 115.4135) (xy 82.083576 115.408549) (xy 82.090454 115.403993) - (xy 82.097512 115.399834) (xy 82.104751 115.39607) (xy 82.112171 115.392703) (xy 82.119772 115.389732) - (xy 82.127554 115.387158) (xy 82.135517 115.384979) (xy 82.14366 115.383196) (xy 82.151985 115.38181) - (xy 82.16049 115.380819) (xy 82.169176 115.380225) (xy 82.178043 115.380027) (xy 82.184875 115.380157) - (xy 82.191686 115.380548) (xy 82.198476 115.381198) (xy 82.205246 115.382109) (xy 82.211995 115.383279) - (xy 82.218724 115.38471) (xy 82.225432 115.386401) (xy 82.232119 115.388353) (xy 82.238786 115.390564) - (xy 82.245432 115.393036) (xy 82.249851 115.394828) (xy 82.256479 115.397776) (xy 82.263174 115.401069) - (xy 82.269936 115.404707) (xy 82.276765 115.408691) (xy 82.283661 115.413019) (xy 82.290624 115.417693) - (xy 82.297654 115.422712) (xy 82.302377 115.426249) (xy 82.307131 115.429941) (xy 82.311914 115.433785) - (xy 82.316728 115.437783) (xy 82.32157 115.441934) (xy 82.324003 115.444068) (xy 82.328989 115.44855) - (xy 82.334202 115.453389) (xy 82.339641 115.458584) (xy 82.345307 115.464135) (xy 82.3512 115.470042) - (xy 82.357319 115.476305) (xy 82.363665 115.482925) (xy 82.370238 115.4899) (xy 82.377038 115.497231) - (xy 82.384064 115.504918) (xy 82.391317 115.512962) (xy 82.398796 115.521361) (xy 82.406502 115.530117) - (xy 82.410441 115.534628) (xy 82.414435 115.539228) (xy 82.418487 115.543918) (xy 82.422595 115.548696) - (xy 82.42676 115.553563) (xy 82.430981 115.55852) (xy 82.437928 115.566669) (xy 82.444589 115.574445) - (xy 82.450966 115.58185) (xy 82.457057 115.588882) (xy 82.462864 115.595543) (xy 82.468385 115.601831) - (xy 82.473621 115.607747) (xy 82.478572 115.613291) (xy 82.483238 115.618463) (xy 82.487619 115.623263) - (xy 82.491715 115.627691) (xy 82.497324 115.633635) (xy 82.502292 115.638742) (xy 82.506618 115.643012) - (xy 82.507918 115.644249) (xy 82.512978 115.648872) (xy 82.518048 115.653289) (xy 82.523127 115.6575) - (xy 82.528214 115.661505) (xy 82.533311 115.665304) (xy 82.538418 115.668896) (xy 82.543533 115.672283) - (xy 82.548658 115.675463) - ) - ) - (polygon - (pts - (xy 82.162949 114.916943) (xy 82.168811 114.990655) (xy 82.160564 114.992596) (xy 82.152751 114.994681) - (xy 82.145369 114.99691) (xy 82.138421 114.999283) (xy 82.131906 115.001801) (xy 82.125823 115.004463) - (xy 82.120173 115.007269) (xy 82.114956 115.010219) (xy 82.108672 115.014377) (xy 82.103159 115.018792) - (xy 82.097292 115.024548) (xy 82.092003 115.030552) (xy 82.08729 115.036803) (xy 82.083155 115.043302) - (xy 82.079597 115.050047) (xy 82.076616 115.05704) (xy 82.074211 115.064281) (xy 82.072384 115.071768) - (xy 82.071134 115.079503) (xy 82.070461 115.087485) (xy 82.070332 115.092944) (xy 82.070504 115.099518) - (xy 82.071018 115.105939) (xy 82.071874 115.112209) (xy 82.073073 115.118326) (xy 82.074615 115.124292) - (xy 82.076499 115.130105) (xy 82.078726 115.135767) (xy 82.081296 115.141277) (xy 82.084208 115.146634) - (xy 82.087463 115.15184) (xy 82.089823 115.155226) (xy 82.094753 115.161663) (xy 82.100089 115.16784) - (xy 82.105833 115.173757) (xy 82.111983 115.179413) (xy 82.118541 115.184809) (xy 82.125506 115.189945) - (xy 82.130375 115.193225) (xy 82.135425 115.196389) (xy 82.140656 115.199437) (xy 82.146068 115.20237) - (xy 82.151661 115.205187) (xy 82.157434 115.207888) (xy 82.163389 115.210474) (xy 82.169576 115.212908) - (xy 82.176086 115.215193) (xy 82.182917 115.217328) (xy 82.190069 115.219312) (xy 82.197544 115.221147) - (xy 82.20534 115.222832) (xy 82.213458 115.224366) (xy 82.221897 115.225751) (xy 82.230659 115.226986) - (xy 82.239741 115.228071) (xy 82.249146 115.229006) (xy 82.258873 115.22979) (xy 82.268921 115.230425) - (xy 82.279291 115.23091) (xy 82.289982 115.231245) (xy 82.300995 115.23143) (xy 82.293944 115.226297) - (xy 82.287243 115.220956) (xy 82.280892 115.215406) (xy 82.274892 115.209647) (xy 82.269242 115.20368) - (xy 82.263942 115.197504) (xy 82.258993 115.191119) (xy 82.254394 115.184526) (xy 82.250145 115.177724) - (xy 82.246247 115.170714) (xy 82.243842 115.165924) (xy 82.24049 115.158611) (xy 82.237468 115.151237) - (xy 82.234775 115.143801) (xy 82.232412 115.136303) (xy 82.230379 115.128744) (xy 82.228675 115.121122) - (xy 82.227301 115.113439) (xy 82.226257 115.105694) (xy 82.225543 115.097887) (xy 82.225158 115.090018) - (xy 82.225085 115.084738) (xy 82.225299 115.075537) (xy 82.225941 115.066511) (xy 82.227011 115.057659) - (xy 82.22851 115.04898) (xy 82.230437 115.040476) (xy 82.232792 115.032146) (xy 82.235575 115.02399) - (xy 82.238787 115.016008) (xy 82.242426 115.008199) (xy 82.246494 115.000565) (xy 82.25099 114.993105) - (xy 82.255914 114.985819) (xy 82.261267 114.978707) (xy 82.267047 114.971769) (xy 82.273256 114.965005) - (xy 82.279893 114.958415) (xy 82.286851 114.952098) (xy 82.29406 114.946188) (xy 82.301519 114.940685) - (xy 82.309229 114.935591) (xy 82.31719 114.930904) (xy 82.325402 114.926624) (xy 82.333864 114.922752) - (xy 82.342578 114.919287) (xy 82.351542 114.916231) (xy 82.360756 114.913581) (xy 82.370222 114.91134) - (xy 82.379938 114.909506) (xy 82.389904 114.908079) (xy 82.400122 114.90706) (xy 82.41059 114.906449) - (xy 82.421309 114.906245) (xy 82.428404 114.906341) (xy 82.435437 114.90663) (xy 82.442408 114.90711) - (xy 82.449318 114.907784) (xy 82.456165 114.908649) (xy 82.462951 114.909707) (xy 82.469675 114.910957) - (xy 82.476337 114.9124) (xy 82.482938 114.914035) (xy 82.489476 114.915862) (xy 82.495953 114.917882) - (xy 82.502367 114.920093) (xy 82.50872 114.922498) (xy 82.515012 114.925094) (xy 82.521241 114.927883) - (xy 82.527408 114.930865) (xy 82.533437 114.933996) (xy 82.539288 114.937271) (xy 82.54496 114.940691) - (xy 82.550453 114.944255) (xy 82.555767 114.947963) (xy 82.560903 114.951816) (xy 82.565861 114.955813) - (xy 82.570639 114.959954) (xy 82.57524 114.964239) (xy 82.579661 114.968669) (xy 82.583904 114.973243) - (xy 82.587968 114.977961) (xy 82.591854 114.982823) (xy 82.595561 114.98783) (xy 82.59909 114.99298) - (xy 82.60244 114.998276) (xy 82.605581 115.00367) (xy 82.608519 115.009154) (xy 82.611255 115.014729) - (xy 82.613788 115.020395) (xy 82.616118 115.026151) (xy 82.618246 115.031997) (xy 82.620171 115.037934) - (xy 82.621894 115.043961) (xy 82.623414 115.050079) (xy 82.624731 115.056287) (xy 82.625845 115.062586) - (xy 82.626757 115.068975) (xy 82.627467 115.075454) (xy 82.627973 115.082024) (xy 82.628277 115.088685) - (xy 82.628378 115.095435) (xy 82.628111 115.106897) (xy 82.627309 115.11809) (xy 82.625972 115.129016) - (xy 82.624101 115.139674) (xy 82.621695 115.150064) (xy 82.618754 115.160186) (xy 82.615279 115.17004) - (xy 82.611269 115.179626) (xy 82.606725 115.188944) (xy 82.601645 115.197995) (xy 82.596031 115.206777) - (xy 82.589883 115.215291) (xy 82.583199 115.223538) (xy 82.575981 115.231517) (xy 82.568229 115.239228) - (xy 82.559942 115.246671) (xy 82.551041 115.253751) (xy 82.541447 115.260375) (xy 82.536391 115.263515) - (xy 82.531161 115.266542) (xy 82.525758 115.269454) (xy 82.520182 115.272252) (xy 82.514433 115.274936) - (xy 82.50851 115.277505) (xy 82.502415 115.279961) (xy 82.496146 115.282302) (xy 82.489704 115.284529) - (xy 82.483089 115.286641) (xy 82.476301 115.28864) (xy 82.46934 115.290524) (xy 82.462205 115.292295) - (xy 82.454898 115.29395) (xy 82.447417 115.295492) (xy 82.439763 115.29692) (xy 82.431935 115.298233) - (xy 82.423935 115.299432) (xy 82.415762 115.300517) (xy 82.407415 115.301488) (xy 82.398895 115.302344) - (xy 82.390202 115.303087) (xy 82.381336 115.303715) (xy 82.372297 115.304229) (xy 82.363084 115.304628) - (xy 82.353699 115.304914) (xy 82.34414 115.305085) (xy 82.334408 115.305142) (xy 82.32352 115.305079) - (xy 82.312819 115.30489) (xy 82.302305 115.304574) (xy 82.291978 115.304133) (xy 82.281839 115.303565) - (xy 82.271887 115.30287) (xy 82.262121 115.30205) (xy 82.252544 115.301103) (xy 82.243153 115.30003) - (xy 82.23395 115.298831) (xy 82.224933 115.297506) (xy 82.216104 115.296054) (xy 82.207462 115.294476) - (xy 82.199008 115.292772) (xy 82.19074 115.290942) (xy 82.18266 115.288986) (xy 82.174767 115.286903) - (xy 82.167061 115.284694) (xy 82.159542 115.282359) (xy 82.15221 115.279898) (xy 82.145066 115.27731) - (xy 82.138109 115.274596) (xy 82.131339 115.271756) (xy 82.124756 115.26879) (xy 82.11836 115.265697) - (xy 82.112152 115.262479) (xy 82.10613 115.259134) (xy 82.100296 115.255663) (xy 82.09465 115.252065) - (xy 82.08919 115.248342) (xy 82.083917 115.244492) (xy 82.078832 115.240516) (xy 82.070421 115.23331) - (xy 82.062552 115.225797) (xy 82.055226 115.217977) (xy 82.048442 115.209851) (xy 82.042201 115.201418) - (xy 82.036503 115.192678) (xy 82.031348 115.183631) (xy 82.026735 115.174277) (xy 82.022665 115.164616) - (xy 82.019138 115.154649) (xy 82.016153 115.144375) (xy 82.013711 115.133794) (xy 82.011811 115.122906) - (xy 82.010455 115.111711) (xy 82.009641 115.10021) (xy 82.009437 115.094344) (xy 82.009369 115.088401) - (xy 82.009529 115.079582) (xy 82.010008 115.070965) (xy 82.010807 115.06255) (xy 82.011925 115.054338) - (xy 82.013362 115.046329) (xy 82.015119 115.038523) (xy 82.017195 115.030919) (xy 82.019591 115.023518) - (xy 82.022306 115.01632) (xy 82.025341 115.009324) (xy 82.028694 115.002531) (xy 82.032368 114.99594) - (xy 82.036361 114.989552) (xy 82.040673 114.983367) (xy 82.045305 114.977384) (xy 82.050256 114.971604) - (xy 82.05547 114.96605) (xy 82.060928 114.960781) (xy 82.06663 114.955796) (xy 82.072576 114.951097) - (xy 82.078766 114.946683) (xy 82.0852 114.942554) (xy 82.091877 114.93871) (xy 82.098799 114.935151) - (xy 82.105964 114.931877) (xy 82.113373 114.928888) (xy 82.121026 114.926185) (xy 82.128923 114.923766) - (xy 82.137064 114.921633) (xy 82.145448 114.919784) (xy 82.154077 114.918221) - ) - (pts - (xy 82.419404 115.219853) (xy 82.426711 115.21971) (xy 82.433959 115.219281) (xy 82.441147 115.218566) - (xy 82.448276 115.217565) (xy 82.455346 115.216279) (xy 82.462356 115.214706) (xy 82.469308 115.212847) - (xy 82.4762 115.210703) (xy 82.483033 115.208272) (xy 82.489806 115.205556) (xy 82.494289 115.203586) - (xy 82.500844 115.200423) (xy 82.5071 115.197033) (xy 82.513058 115.193416) (xy 82.518716 115.189573) - (xy 82.524076 115.185503) (xy 82.529137 115.181206) (xy 82.533899 115.176682) (xy 82.538363 115.171932) - (xy 82.542527 115.166955) (xy 82.546393 115.161752) (xy 82.548804 115.158157) (xy 82.55213 115.152636) - (xy 82.555129 115.147063) (xy 82.557801 115.141439) (xy 82.560145 115.135763) (xy 82.562163 115.130036) - (xy 82.563853 115.124257) (xy 82.565216 115.118426) (xy 82.566252 115.112545) (xy 82.566961 115.106611) - (xy 82.567343 115.100626) (xy 82.567415 115.096608) (xy 82.567075 115.08793) (xy 82.566055 115.079481) - (xy 82.564355 115.071261) (xy 82.561975 115.063271) (xy 82.558915 115.05551) (xy 82.555174 115.047978) - (xy 82.550754 115.040676) (xy 82.545653 115.033602) (xy 82.541875 115.029014) (xy 82.537795 115.024528) - (xy 82.533412 115.020144) (xy 82.528727 115.015861) (xy 82.523783 115.011762) (xy 82.51862 115.007927) - (xy 82.51324 115.004357) (xy 82.507643 115.001051) (xy 82.501828 114.998009) (xy 82.495796 114.995232) - (xy 82.489546 114.99272) (xy 82.483078 114.990472) (xy 82.476393 114.988489) (xy 82.469491 114.986769) - (xy 82.462371 114.985315) (xy 82.455033 114.984125) (xy 82.447478 114.983199) (xy 82.439705 114.982538) - (xy 82.431715 114.982141) (xy 82.423508 114.982009) (xy 82.415627 114.98214) (xy 82.407958 114.982531) - (xy 82.4005 114.983184) (xy 82.393255 114.984097) (xy 82.386221 114.985272) (xy 82.3794 114.986708) - (xy 82.37279 114.988404) (xy 82.366391 114.990362) (xy 82.360205 114.992581) (xy 82.35423 114.995061) - (xy 82.348468 114.997802) (xy 82.342917 115.000804) (xy 82.337577 115.004066) (xy 82.33245 115.00759) - (xy 82.327534 115.011375) (xy 82.322831 115.015421) (xy 82.318376 115.019666) (xy 82.31421 115.024045) - (xy 82.31033 115.028559) (xy 82.306738 115.033208) (xy 82.301889 115.040436) (xy 82.297686 115.047967) - (xy 82.29413 115.055803) (xy 82.29122 115.063942) (xy 82.288957 115.072385) (xy 82.287808 115.078183) - (xy 82.286946 115.084116) (xy 82.286371 115.090184) (xy 82.286084 115.096387) (xy 82.286048 115.099539) - (xy 82.286191 115.105762) (xy 82.286622 115.111867) (xy 82.287341 115.117852) (xy 82.288347 115.123719) - (xy 82.28964 115.129466) (xy 82.292118 115.137864) (xy 82.295243 115.145994) (xy 82.299015 115.153856) - (xy 82.303433 115.16145) (xy 82.306738 115.166364) (xy 82.31033 115.171158) (xy 82.31421 115.175834) - (xy 82.318376 115.180391) (xy 82.322831 115.184828) (xy 82.327518 115.18907) (xy 82.332386 115.193037) - (xy 82.337433 115.196731) (xy 82.34266 115.200151) (xy 82.348067 115.203298) (xy 82.353653 115.206171) - (xy 82.35942 115.208771) (xy 82.365366 115.211097) (xy 82.371491 115.213149) (xy 82.377797 115.214927) - (xy 82.384282 115.216432) (xy 82.390947 115.217664) (xy 82.397792 115.218621) (xy 82.404816 115.219305) - (xy 82.41202 115.219716) - ) - ) - ) - ) - (fp_text value "CRCW04020000Z0EDC" (at 0 1.43 90) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp fc247628-2b55-490b-8db7-d6b3f7497abc) - ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") - (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 89693ee4-fa67-4afc-834a-6d2b6a0e186f) - ) - (fp_line (start -0.237258 -0.5225) (end 0.237258 -0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp b1a1613f-82cf-4a4d-865a-1fca7a0fae1f)) - (fp_line (start -0.237258 0.5225) (end 0.237258 0.5225) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 1c053e94-2bb8-49a4-af33-b05cfc4dc876)) - (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 115f8a07-f7f3-4c47-8c2f-b50211c4e046)) - (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 795f5669-5420-416a-8101-9560a43155f9)) - (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9a559949-25c6-42e0-a4c8-e76dc40b4aa0)) - (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e2a5e88b-8713-4d2d-8425-64ac80d7b480)) - (fp_line (start -0.8 -0.4125) (end 0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 494adb53-64ca-4362-84a6-2db828a76c64)) - (fp_line (start -0.8 0.4125) (end -0.8 -0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a05ff366-b918-4e5e-8205-5c7fdeb784c9)) - (fp_line (start 0.8 -0.4125) (end 0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2a88a082-a93a-4318-b614-22779742c5a8)) - (fp_line (start 0.8 0.4125) (end -0.8 0.4125) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 65df50af-0419-4f16-aeb1-c5f6bf145009)) - (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 13 "Net-(FL1-IN)") (pintype "passive") (tstamp 66737405-0a0e-4be8-87c5-84cce9fb755e)) - (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 95 "Net-(C21-Pad1)") (pintype "passive") (tstamp 31441641-75cd-45a4-8754-31f545e814e0)) - (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp b2b9c875-72e2-4e4d-8905-f051d96177cc) (at 107.6 122.55 180) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -19225,7 +16582,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp e8ba76b3-f38a-4f4c-a487-16ceb59d267b) ) @@ -19256,7 +16613,7 @@ (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp 57f9dc65-83ea-4671-a4cd-cf424666e71c)) (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 97 "Net-(J15-Pad4)") (pintype "passive") (tstamp fa7771ef-14a8-4434-bff1-1ea26a2934ad)) + (net 90 "Net-(J15-Pad4)") (pintype "passive") (tstamp fa7771ef-14a8-4434-bff1-1ea26a2934ad)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -19506,9 +16863,9 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp cbfea8cc-34eb-4585-96bf-963268ee4583)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 91 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 3baa628c-5257-43be-a065-a5feef6db293)) + (net 87 "SDA") (pinfunction "SDA") (pintype "bidirectional") (tstamp 3baa628c-5257-43be-a065-a5feef6db293)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 16 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp a28c72f3-fef4-40e4-a929-871225543ce7)) + (net 12 "SCL") (pinfunction "SCL") (pintype "bidirectional") (tstamp a28c72f3-fef4-40e4-a929-871225543ce7)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "PW") (pintype "power_in") (tstamp 7a8efb33-f5e5-4ce8-ac8d-9b6a265bd2d7)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") @@ -19659,7 +17016,7 @@ (pad "1" smd roundrect (at -2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) (net 5 "+24V") (pinfunction "K") (pintype "passive") (tstamp 47dfa0f5-2901-4e69-847a-c9a88adad4d6)) (pad "2" smd roundrect (at 2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) - (net 11 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp 3db9ec05-458f-4aba-9727-798e583ffcd0)) + (net 8 "Net-(D4-A)") (pinfunction "A") (pintype "passive") (tstamp 3db9ec05-458f-4aba-9727-798e583ffcd0)) (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -19844,11 +17201,11 @@ (fp_line (start 0.65 1.45) (end -0.65 1.45) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 340694f3-7ff1-4b45-9b6c-a9c76975ad6a)) (pad "1" smd roundrect (at -0.9375 -0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 38 "GPIO19") (pinfunction "G") (pintype "input") (tstamp 63747c51-c33e-498b-bf05-64dae610fc49)) + (net 34 "GPIO19") (pinfunction "G") (pintype "input") (tstamp 63747c51-c33e-498b-bf05-64dae610fc49)) (pad "2" smd roundrect (at -0.9375 0.95 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "S") (pintype "passive") (tstamp 971fbfbb-cd4e-4d35-83ca-a31dc8559ae3)) (pad "3" smd roundrect (at 0.9375 0 180) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 9 "Net-(D3-A)") (pinfunction "D") (pintype "passive") (tstamp 6e5c76f1-f994-4e7a-8357-ff2187e26ebe)) + (net 7 "Net-(D3-A)") (pinfunction "D") (pintype "passive") (tstamp 6e5c76f1-f994-4e7a-8357-ff2187e26ebe)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -19856,271 +17213,12 @@ ) ) - (footprint "SamacSys_Parts:LQG15WH0N7B02D" (layer "F.Cu") - (tstamp c52675cb-165b-4057-a3ed-2686ad5225b6) - (at 84.01 120.655 -90) - (descr "0402 (1005) T=0.5±0.05mm") - (tags "Inductor") - (property "Arrow Part Number" "LQG15HS3N6S02D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac") - (property "Height" "0.55") - (property "MPN" "LQG15HS3N6S02D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D") - (property "Mouser Part Number" "81-LQG15HS3N6S02D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/840ec51d-b14e-49b1-817f-d2a235a1dff0") - (attr smd) - (fp_text reference "L1" (at -0.225 0.805 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp c2f27543-7412-4726-b311-fca346201b94) - (render_cache "L1" 90 - (polygon - (pts - (xy 83.454 120.835344) (xy 82.844369 120.835344) (xy 82.844369 120.75533) (xy 83.383658 120.75533) - (xy 83.383658 120.457842) (xy 83.454 120.457842) - ) - ) - (polygon - (pts - (xy 83.454 120.115512) (xy 83.454 120.189664) (xy 82.978898 120.189664) (xy 82.983762 120.194839) - (xy 82.988625 120.200308) (xy 82.993489 120.20607) (xy 82.998352 120.212127) (xy 83.003216 120.218476) - (xy 83.008079 120.22512) (xy 83.012943 120.232057) (xy 83.017806 120.239288) (xy 83.021049 120.244272) - (xy 83.024291 120.249386) (xy 83.027533 120.254631) (xy 83.030775 120.260006) (xy 83.033949 120.265411) - (xy 83.037022 120.270747) (xy 83.039994 120.276013) (xy 83.042866 120.281209) (xy 83.046984 120.288872) - (xy 83.050875 120.296378) (xy 83.05454 120.303727) (xy 83.057978 120.310919) (xy 83.061189 120.317954) - (xy 83.064174 120.324831) (xy 83.066932 120.331551) (xy 83.069464 120.338115) (xy 82.994432 120.338115) - (xy 82.990758 120.330391) (xy 82.986988 120.322789) (xy 82.983124 120.31531) (xy 82.979164 120.307954) - (xy 82.975109 120.30072) (xy 82.97096 120.293608) (xy 82.966715 120.286619) (xy 82.962375 120.279753) - (xy 82.957941 120.273009) (xy 82.953411 120.266387) (xy 82.948786 120.259888) (xy 82.944066 120.253512) - (xy 82.939251 120.247258) (xy 82.934342 120.241127) (xy 82.929337 120.235118) (xy 82.924237 120.229231) - (xy 82.919099 120.223512) (xy 82.913981 120.218007) (xy 82.908882 120.212714) (xy 82.903803 120.207634) - (xy 82.898743 120.202767) (xy 82.893703 120.198113) (xy 82.888682 120.193672) (xy 82.88368 120.189444) - (xy 82.878698 120.185429) (xy 82.873736 120.181627) (xy 82.868793 120.178037) (xy 82.863869 120.174661) - (xy 82.85652 120.169996) (xy 82.849215 120.16581) (xy 82.844369 120.163286) (xy 82.844369 120.115512) - ) - ) - ) - ) - (fp_text value "LQG15HS3N6S02D" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 4c22f2af-05fc-4f99-bc50-11098b36c739) - ) - (fp_line (start 0 -0.25) (end 0 0.25) - (stroke (width 0.1) (type solid)) (layer "F.SilkS") (tstamp 32b3de0e-3049-4c4b-a4ac-ad1eb194ceee)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp d625a99b-55e9-4509-aa4e-6497b4b40121)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1beebc40-b6d3-45c4-8789-33c371e43b9a)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c5551504-654e-46bd-b4a3-86d2f58083f0)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 1fce47d2-ec1e-45e7-ab5e-fada3a35a0b6)) - (pad "1" smd rect (at -0.425 0 270) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 94 "Net-(C19-Pad1)") (pinfunction "1") (pintype "passive") (tstamp a2dcb37b-fb49-4b26-9e66-32a6005928ab)) - (pad "2" smd rect (at 0.425 0 270) (size 0.35 0.65) (layers "F.Cu" "F.Paste" "F.Mask") - (net 6 "Net-(AE1-A)") (pinfunction "2") (pintype "passive") (tstamp 0e8dc021-7a39-4760-b5ff-5db5e68bd067)) - (model "Library/SamacSys_Parts.3dshapes/LQG15HS3N6S02D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp ccab3df2-cef9-4f5b-a5ef-b9c61ec7db12) - (at 84.44 115.61) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing") - (property "Height" "0.55") - (property "MPN" "GRM1555C1HR30WA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1HR30WA01D") - (property "Mouser Part Number" "81-GRM1555C1HR30WA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/8ebae75b-989e-4256-88ac-dee4586b17ac") - (attr smd) - (fp_text reference "C7" (at 0.396 0.976) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 165ec010-a94b-45f8-8370-11039414ad97) - (render_cache "C7" 0 - (polygon - (pts - (xy 84.795553 116.619284) (xy 84.875567 116.639508) (xy 84.873953 116.645708) (xy 84.87226 116.651815) - (xy 84.870488 116.65783) (xy 84.868638 116.663752) (xy 84.86671 116.669581) (xy 84.864703 116.675317) - (xy 84.862618 116.680961) (xy 84.860455 116.686512) (xy 84.858213 116.69197) (xy 84.853493 116.702609) - (xy 84.848461 116.712876) (xy 84.843114 116.722772) (xy 84.837454 116.732298) (xy 84.83148 116.741452) - (xy 84.825192 116.750236) (xy 84.81859 116.758649) (xy 84.811675 116.76669) (xy 84.804446 116.774361) - (xy 84.796904 116.781661) (xy 84.789048 116.78859) (xy 84.785002 116.791915) (xy 84.776736 116.798268) - (xy 84.768243 116.804211) (xy 84.759522 116.809744) (xy 84.750573 116.814868) (xy 84.741396 116.819581) - (xy 84.731991 116.823885) (xy 84.722359 116.827779) (xy 84.712498 116.831263) (xy 84.70241 116.834337) - (xy 84.692094 116.837001) (xy 84.68155 116.839255) (xy 84.670779 116.841099) (xy 84.659779 116.842534) - (xy 84.648552 116.843559) (xy 84.637097 116.844173) (xy 84.625414 116.844378) (xy 84.61934 116.844339) - (xy 84.613338 116.844222) (xy 84.607407 116.844027) (xy 84.601547 116.843753) (xy 84.590042 116.842972) - (xy 84.578821 116.841878) (xy 84.567886 116.840471) (xy 84.557236 116.838752) (xy 84.54687 116.836721) - (xy 84.53679 116.834377) (xy 84.526995 116.83172) (xy 84.517485 116.828751) (xy 84.50826 116.825469) - (xy 84.49932 116.821875) (xy 84.490665 116.817968) (xy 84.482296 116.813748) (xy 84.474211 116.809216) - (xy 84.466412 116.804371) (xy 84.458887 116.799231) (xy 84.45159 116.793811) (xy 84.444521 116.788112) - (xy 84.437679 116.782133) (xy 84.431066 116.775875) (xy 84.42468 116.769338) (xy 84.418523 116.762521) - (xy 84.412593 116.755425) (xy 84.406891 116.74805) (xy 84.401416 116.740395) (xy 84.39617 116.732461) - (xy 84.391151 116.724248) (xy 84.38636 116.715755) (xy 84.381797 116.706983) (xy 84.377462 116.697931) - (xy 84.373355 116.6886) (xy 84.369487 116.679068) (xy 84.365868 116.669449) (xy 84.362498 116.659742) - (xy 84.359378 116.649949) (xy 84.356508 116.640069) (xy 84.353887 116.630101) (xy 84.351516 116.620047) - (xy 84.349395 116.609905) (xy 84.347523 116.599677) (xy 84.345901 116.589361) (xy 84.344528 116.578959) - (xy 84.343405 116.568469) (xy 84.342531 116.557893) (xy 84.341907 116.54723) (xy 84.341533 116.536479) - (xy 84.341408 116.525642) (xy 84.341443 116.51973) (xy 84.341549 116.513866) (xy 84.341971 116.502281) - (xy 84.342676 116.490886) (xy 84.343661 116.479681) (xy 84.344929 116.468666) (xy 84.346478 116.457841) - (xy 84.348308 116.447206) (xy 84.350421 116.436762) (xy 84.352815 116.426507) (xy 84.35549 116.416442) - (xy 84.358447 116.406567) (xy 84.361686 116.396883) (xy 84.365207 116.387388) (xy 84.369009 116.378084) - (xy 84.373093 116.368969) (xy 84.377458 116.360045) (xy 84.382084 116.351348) (xy 84.386947 116.342917) - (xy 84.392049 116.334752) (xy 84.397389 116.326852) (xy 84.402966 116.319218) (xy 84.408783 116.31185) - (xy 84.414837 116.304747) (xy 84.421129 116.297909) (xy 84.427659 116.291338) (xy 84.434428 116.285032) - (xy 84.441435 116.278991) (xy 84.44868 116.273217) (xy 84.456163 116.267707) (xy 84.463884 116.262464) - (xy 84.471843 116.257486) (xy 84.48004 116.252773) (xy 84.488427 116.248319) (xy 84.496916 116.244152) - (xy 84.505508 116.240273) (xy 84.514204 116.236681) (xy 84.523002 116.233376) (xy 84.531904 116.230359) - (xy 84.540908 116.227629) (xy 84.550016 116.225186) (xy 84.559227 116.223031) (xy 84.56854 116.221163) - (xy 84.577957 116.219583) (xy 84.587477 116.218289) (xy 84.597099 116.217284) (xy 84.606825 116.216565) - (xy 84.616654 116.216134) (xy 84.626586 116.21599) (xy 84.637812 116.216173) (xy 84.648813 116.216721) - (xy 84.659588 116.217634) (xy 84.670138 116.218912) (xy 84.680462 116.220556) (xy 84.69056 116.222564) - (xy 84.700433 116.224938) (xy 84.71008 116.227677) (xy 84.719502 116.230782) (xy 84.728699 116.234251) - (xy 84.737669 116.238086) (xy 84.746415 116.242286) (xy 84.754934 116.246851) (xy 84.763228 116.251782) - (xy 84.771297 116.257078) (xy 84.77914 116.262739) (xy 84.786724 116.268731) (xy 84.794015 116.275021) - (xy 84.801012 116.281609) (xy 84.807717 116.288494) (xy 84.814128 116.295677) (xy 84.820246 116.303158) - (xy 84.826071 116.310936) (xy 84.831604 116.319012) (xy 84.836843 116.327386) (xy 84.841788 116.336057) - (xy 84.846441 116.345026) (xy 84.850801 116.354293) (xy 84.854868 116.363857) (xy 84.858641 116.373719) - (xy 84.862122 116.383879) (xy 84.865309 116.394337) (xy 84.786467 116.412948) (xy 84.783774 116.404665) - (xy 84.780931 116.396668) (xy 84.777939 116.388957) (xy 84.774799 116.381532) (xy 84.771509 116.374394) - (xy 84.768071 116.367542) (xy 84.764484 116.360976) (xy 84.760749 116.354696) (xy 84.756864 116.348702) - (xy 84.752831 116.342995) (xy 84.748648 116.337574) (xy 84.744317 116.332439) (xy 84.739837 116.327591) - (xy 84.735208 116.323028) (xy 84.730431 116.318752) (xy 84.725504 116.314762) (xy 84.720423 116.311036) - (xy 84.715182 116.307549) (xy 84.709781 116.304304) (xy 84.704219 116.301298) (xy 84.698497 116.298533) - (xy 84.692614 116.296009) (xy 84.686571 116.293725) (xy 84.680368 116.291681) (xy 84.674005 116.289878) - (xy 84.667481 116.288315) (xy 84.660798 116.286993) (xy 84.653953 116.285911) (xy 84.646949 116.28507) - (xy 84.639784 116.284468) (xy 84.632459 116.284108) (xy 84.624974 116.283988) (xy 84.616362 116.284119) - (xy 84.607927 116.284514) (xy 84.599669 116.285173) (xy 84.591589 116.286094) (xy 84.583687 116.287279) - (xy 84.575961 116.288727) (xy 84.568414 116.290439) (xy 84.561043 116.292414) (xy 84.553851 116.294652) - (xy 84.546835 116.297154) (xy 84.539998 116.299919) (xy 84.533337 116.302947) (xy 84.526854 116.306239) - (xy 84.520549 116.309793) (xy 84.514421 116.313612) (xy 84.50847 116.317693) (xy 84.502735 116.321996) - (xy 84.497216 116.326479) (xy 84.491913 116.331142) (xy 84.486827 116.335984) (xy 84.481957 116.341006) - (xy 84.477304 116.346208) (xy 84.472867 116.351589) (xy 84.468646 116.357151) (xy 84.464642 116.362892) - (xy 84.460854 116.368812) (xy 84.457283 116.374913) (xy 84.453928 116.381193) (xy 84.450789 116.387653) - (xy 84.447867 116.394293) (xy 84.445161 116.401113) (xy 84.442671 116.408112) (xy 84.440382 116.415215) - (xy 84.43824 116.422347) (xy 84.436247 116.429508) (xy 84.434401 116.436697) (xy 84.432702 116.443915) - (xy 84.431151 116.451162) (xy 84.429748 116.458437) (xy 84.428493 116.465741) (xy 84.427385 116.473073) - (xy 84.426425 116.480434) (xy 84.425613 116.487824) (xy 84.424948 116.495242) (xy 84.424431 116.502689) - (xy 84.424062 116.510165) (xy 84.423841 116.517669) (xy 84.423767 116.525202) (xy 84.423854 116.534852) - (xy 84.424117 116.544347) (xy 84.424555 116.553687) (xy 84.425168 116.562873) (xy 84.425956 116.571905) - (xy 84.42692 116.580782) (xy 84.428058 116.589504) (xy 84.429372 116.598072) (xy 84.430861 116.606485) - (xy 84.432525 116.614744) (xy 84.434364 116.622848) (xy 84.436379 116.630797) (xy 84.438568 116.638592) - (xy 84.440933 116.646233) (xy 84.443473 116.653718) (xy 84.446188 116.66105) (xy 84.449106 116.668172) - (xy 84.452217 116.675065) (xy 84.455522 116.681732) (xy 84.45902 116.68817) (xy 84.462712 116.69438) - (xy 84.466597 116.700363) (xy 84.470676 116.706118) (xy 84.474948 116.711645) (xy 84.479414 116.716944) - (xy 84.484073 116.722015) (xy 84.488925 116.726858) (xy 84.493971 116.731474) (xy 84.499211 116.735862) - (xy 84.504644 116.740022) (xy 84.510271 116.743954) (xy 84.516091 116.747658) (xy 84.522056 116.751136) - (xy 84.528082 116.75439) (xy 84.534169 116.75742) (xy 84.540316 116.760225) (xy 84.546525 116.762805) - (xy 84.552793 116.765161) (xy 84.559123 116.767293) (xy 84.565513 116.7692) (xy 84.571964 116.770883) - (xy 84.578476 116.772342) (xy 84.585048 116.773576) (xy 84.591681 116.774586) (xy 84.598374 116.775371) - (xy 84.605129 116.775932) (xy 84.611944 116.776269) (xy 84.618819 116.776381) (xy 84.627129 116.776227) - (xy 84.635278 116.775763) (xy 84.643267 116.77499) (xy 84.651096 116.773908) (xy 84.658764 116.772517) - (xy 84.666272 116.770817) (xy 84.67362 116.768808) (xy 84.680808 116.766489) (xy 84.687835 116.763862) - (xy 84.694702 116.760925) (xy 84.701409 116.757679) (xy 84.707956 116.754125) (xy 84.714342 116.750261) - (xy 84.720568 116.746087) (xy 84.726633 116.741605) (xy 84.732539 116.736814) (xy 84.738246 116.731718) - (xy 84.743717 116.726322) (xy 84.748953 116.720626) (xy 84.753953 116.714631) (xy 84.758716 116.708335) - (xy 84.763245 116.701739) (xy 84.767537 116.694843) (xy 84.771593 116.687648) (xy 84.775414 116.680152) - (xy 84.778998 116.672357) (xy 84.782347 116.664261) (xy 84.78546 116.655866) (xy 84.788337 116.64717) - (xy 84.790978 116.638175) (xy 84.793384 116.62888) - ) - ) - (polygon - (pts - (xy 84.94547 116.30509) (xy 84.94547 116.234748) (xy 85.3366 116.234748) (xy 85.3366 116.292487) - (xy 85.329387 116.300377) (xy 85.322181 116.308584) (xy 85.314984 116.31711) (xy 85.307795 116.325955) - (xy 85.300613 116.335117) (xy 85.297026 116.339818) (xy 85.29344 116.344598) (xy 85.289856 116.349458) - (xy 85.286275 116.354397) (xy 85.282695 116.359416) (xy 85.279117 116.364515) (xy 85.275542 116.369693) - (xy 85.271968 116.37495) (xy 85.268397 116.380287) (xy 85.264827 116.385704) (xy 85.261259 116.3912) - (xy 85.257694 116.396776) (xy 85.25413 116.402432) (xy 85.250569 116.408167) (xy 85.247009 116.413981) - (xy 85.243451 116.419876) (xy 85.239896 116.425849) (xy 85.236342 116.431903) (xy 85.232791 116.438036) - (xy 85.229241 116.444248) (xy 85.225693 116.45054) (xy 85.222148 116.456912) (xy 85.218637 116.46332) - (xy 85.215177 116.469739) (xy 85.211767 116.476171) (xy 85.208407 116.482614) (xy 85.205097 116.489069) - (xy 85.201837 116.495536) (xy 85.198627 116.502015) (xy 85.195467 116.508505) (xy 85.192358 116.515007) - (xy 85.189298 116.52152) (xy 85.186289 116.528046) (xy 85.183329 116.534583) (xy 85.18042 116.541132) - (xy 85.177561 116.547693) (xy 85.174752 116.554265) (xy 85.171993 116.560849) (xy 85.169284 116.567445) - (xy 85.166625 116.574053) (xy 85.164016 116.580672) (xy 85.161457 116.587303) (xy 85.158949 116.593946) - (xy 85.15649 116.6006) (xy 85.154082 116.607266) (xy 85.151723 116.613944) (xy 85.149415 116.620634) - (xy 85.147157 116.627336) (xy 85.144949 116.634049) (xy 85.142791 116.640774) (xy 85.140683 116.64751) - (xy 85.138625 116.654259) (xy 85.136618 116.661019) (xy 85.13466 116.667791) (xy 85.131939 116.677391) - (xy 85.129343 116.687105) (xy 85.126874 116.696932) (xy 85.12453 116.706873) (xy 85.122312 116.716927) - (xy 85.120221 116.727094) (xy 85.118255 116.737374) (xy 85.116415 116.747768) (xy 85.114701 116.758275) - (xy 85.113113 116.768896) (xy 85.111651 116.77963) (xy 85.110315 116.790477) (xy 85.109105 116.801438) - (xy 85.108021 116.812512) (xy 85.107063 116.823699) (xy 85.10623 116.835) (xy 85.02988 116.835) - (xy 85.030144 116.825888) (xy 85.030606 116.816544) (xy 85.031266 116.806966) (xy 85.032124 116.797154) - (xy 85.03318 116.787109) (xy 85.034434 116.77683) (xy 85.035887 116.766318) (xy 85.037537 116.755572) - (xy 85.039385 116.744592) (xy 85.041432 116.733379) (xy 85.043676 116.721933) (xy 85.044873 116.716122) - (xy 85.046119 116.710252) (xy 85.047415 116.704325) (xy 85.04876 116.698339) (xy 85.050154 116.692294) - (xy 85.051598 116.686191) (xy 85.053092 116.68003) (xy 85.054635 116.673811) (xy 85.056228 116.667533) - (xy 85.05787 116.661196) (xy 85.059569 116.654829) (xy 85.061313 116.648476) (xy 85.063103 116.642138) - (xy 85.064939 116.635814) (xy 85.06682 116.629505) (xy 85.068746 116.623211) (xy 85.070718 116.616931) - (xy 85.072735 116.610665) (xy 85.074798 116.604415) (xy 85.076907 116.598179) (xy 85.079061 116.591957) - (xy 85.08126 116.58575) (xy 85.083505 116.579558) (xy 85.085796 116.57338) (xy 85.088132 116.567217) - (xy 85.090513 116.561069) (xy 85.09294 116.554935) (xy 85.095413 116.548816) (xy 85.097931 116.542711) - (xy 85.100494 116.536621) (xy 85.103103 116.530545) (xy 85.105758 116.524485) (xy 85.108458 116.518438) - (xy 85.111204 116.512407) (xy 85.113995 116.506389) (xy 85.116831 116.500387) (xy 85.119713 116.494399) - (xy 85.122641 116.488426) (xy 85.125614 116.482467) (xy 85.128633 116.476523) (xy 85.131697 116.470593) - (xy 85.134807 116.464678) (xy 85.137945 116.458791) (xy 85.141096 116.452961) (xy 85.144259 116.44719) - (xy 85.147435 116.441476) (xy 85.150622 116.435821) (xy 85.153823 116.430224) (xy 85.157035 116.424685) - (xy 85.16026 116.419204) (xy 85.163497 116.413781) (xy 85.166746 116.408416) (xy 85.170008 116.403109) - (xy 85.173282 116.397861) (xy 85.176568 116.39267) (xy 85.179867 116.387538) (xy 85.183177 116.382463) - (xy 85.186501 116.377447) (xy 85.189836 116.372489) (xy 85.193184 116.367589) (xy 85.196544 116.362747) - (xy 85.203301 116.353238) (xy 85.210107 116.343961) (xy 85.216963 116.334916) (xy 85.223868 116.326104) - (xy 85.230822 116.317524) (xy 85.237825 116.309177) (xy 85.241345 116.30509) - ) - ) - ) - ) - (fp_text value "GRM1555C1HR30WA01D" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp 50fedc4b-0f03-4f9e-8d0c-e8cf15ca368f) - ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b6367c1b-7f3a-4956-934b-f509582038f2)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e789c8ba-158c-48fd-acf0-44e5e3856ec4)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8987b040-3342-4161-bb0b-65411f4f5a20)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2a49fc3e-7921-4dc1-a79a-3cffd4b95174)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp a6bd42e2-d7ed-40ff-916b-6e20b700a75d)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c615ac61-14a5-4ce8-b172-b11314227ac2)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 400e6af4-99c8-4adf-a18d-468153f9fd4c)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f934262c-4843-46ee-8c98-2138668b0f51)) - (pad "1" smd rect (at -0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 7 "Net-(FL1-OUT)") (pinfunction "1") (pintype "passive") (tstamp 10c28467-e36f-4804-82e9-c2d7d1b4a413)) - (pad "2" smd rect (at 0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 98a0e65a-8715-417f-9313-5bfe4eb58a45)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp cd3bf8f5-35e6-40a2-b6fb-bb73e6a6f64c) (at 146.120786 110.809691 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -20235,7 +17333,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0.005 -1.45 90) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0.005 -1.45 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp ee146fd0-fd58-43ff-9285-6afe3ac9910e) ) @@ -20264,7 +17362,7 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 69def162-13ec-433f-9cb5-6a6c24ca1e46)) (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 17 "GPIO4") (pintype "passive") (tstamp ab632949-9456-4b36-8739-2952639a5eae)) + (net 13 "GPIO4") (pintype "passive") (tstamp ab632949-9456-4b36-8739-2952639a5eae)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp 19414399-81d5-41c3-9766-4ddd802453b6)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" @@ -20274,427 +17372,266 @@ ) ) - (footprint "RF_Antenna:Texas_SWRA117D_2.4GHz_Left" (layer "F.Cu") - (tstamp cf24ff58-f77f-4c50-a384-42adaf3ca7cd) - (at 84 121.37 180) - (descr "http://www.ti.com/lit/an/swra117d/swra117d.pdf") - (tags "PCB antenna") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Antenna") - (property "ki_keywords" "antenna") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/9b44d7e1-ee1f-4424-94ac-9b7f4ca3f294") - (attr exclude_from_pos_files) - (net_tie_pad_groups "1,2") - (fp_text reference "AE1" (at -4.55 -6.41) (layer "F.SilkS") hide - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 2442be76-c5e3-4639-b729-d93fe851e5b4) - (render_cache "AE1" 0 - (polygon - (pts - (xy 87.755429 128.029) (xy 87.987411 127.419369) (xy 88.07358 127.419369) (xy 88.320802 128.029) - (xy 88.229798 128.029) (xy 88.159309 127.841421) (xy 87.906664 127.841421) (xy 87.840279 128.029) - ) - (pts - (xy 87.929672 127.775769) (xy 88.134543 127.775769) (xy 88.071528 127.608267) (xy 88.067977 127.598829) - (xy 88.064542 127.589605) (xy 88.061223 127.580594) (xy 88.058019 127.571795) (xy 88.05493 127.56321) - (xy 88.051958 127.554837) (xy 88.0491 127.546678) (xy 88.046359 127.538731) (xy 88.043733 127.530997) - (xy 88.041223 127.523476) (xy 88.038828 127.516169) (xy 88.03655 127.509074) (xy 88.034386 127.502192) - (xy 88.032339 127.495523) (xy 88.030407 127.489067) (xy 88.02859 127.482824) (xy 88.027124 127.490093) - (xy 88.025582 127.497355) (xy 88.023964 127.50461) (xy 88.022271 127.511858) (xy 88.020502 127.519099) - (xy 88.018657 127.526334) (xy 88.016737 127.533562) (xy 88.014742 127.540782) (xy 88.012671 127.547996) - (xy 88.010524 127.555203) (xy 88.008302 127.562404) (xy 88.006004 127.569597) (xy 88.003631 127.576783) - (xy 88.001182 127.583963) (xy 87.998657 127.591136) (xy 87.996057 127.598302) - ) - ) - (polygon - (pts - (xy 88.383231 128.029) (xy 88.383231 127.419369) (xy 88.820084 127.419369) (xy 88.820084 127.489711) - (xy 88.463098 127.489711) (xy 88.463098 127.681979) (xy 88.797369 127.681979) (xy 88.797369 127.752321) - (xy 88.463098 127.752321) (xy 88.463098 127.958658) (xy 88.834152 127.958658) (xy 88.834152 128.029) - ) - ) - (polygon - (pts - (xy 89.190698 128.029) (xy 89.116546 128.029) (xy 89.116546 127.553898) (xy 89.11137 127.558762) - (xy 89.105902 127.563625) (xy 89.100139 127.568489) (xy 89.094083 127.573352) (xy 89.087733 127.578216) - (xy 89.08109 127.583079) (xy 89.074152 127.587943) (xy 89.066922 127.592806) (xy 89.061938 127.596049) - (xy 89.056824 127.599291) (xy 89.051579 127.602533) (xy 89.046204 127.605775) (xy 89.040798 127.608949) - (xy 89.035462 127.612022) (xy 89.030196 127.614994) (xy 89.025 127.617866) (xy 89.017337 127.621984) - (xy 89.009831 127.625875) (xy 89.002482 127.62954) (xy 88.995291 127.632978) (xy 88.988256 127.636189) - (xy 88.981378 127.639174) (xy 88.974658 127.641932) (xy 88.968095 127.644464) (xy 88.968095 127.569432) - (xy 88.975819 127.565758) (xy 88.98342 127.561988) (xy 88.990899 127.558124) (xy 88.998256 127.554164) - (xy 89.00549 127.550109) (xy 89.012601 127.54596) (xy 89.01959 127.541715) (xy 89.026457 127.537375) - (xy 89.033201 127.532941) (xy 89.039822 127.528411) (xy 89.046321 127.523786) (xy 89.052698 127.519066) - (xy 89.058951 127.514251) (xy 89.065083 127.509342) (xy 89.071092 127.504337) (xy 89.076978 127.499237) - (xy 89.082697 127.494099) (xy 89.088203 127.488981) (xy 89.093496 127.483882) (xy 89.098576 127.478803) - (xy 89.103442 127.473743) (xy 89.108096 127.468703) (xy 89.112537 127.463682) (xy 89.116765 127.45868) - (xy 89.120781 127.453698) (xy 89.124583 127.448736) (xy 89.128172 127.443793) (xy 89.131548 127.438869) - (xy 89.136213 127.43152) (xy 89.140399 127.424215) (xy 89.142924 127.419369) (xy 89.190698 127.419369) - ) - ) - ) - ) - (fp_text value "Antenna" (at 4.835 0.9) (layer "F.Fab") hide - (effects (font (size 1 1) (thickness 0.15))) - (tstamp 2f8a8cfc-ed41-4bf4-b73e-8a9230f87af4) - ) - (fp_poly - (pts - (xy -2.71 -5.78) - (xy -2.71 -6.18) - (xy 6.59 -6.18) - (xy 6.59 -5.78) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 21a4dc0c-2351-4ca7-b685-fe4b83ee809e)) - (fp_poly - (pts - (xy -2.71 -4.18) - (xy -2.71 -4.58) - (xy 6.59 -4.58) - (xy 6.59 -4.18) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 767c482b-01b8-465a-bbae-3e4978821c0a)) - (fp_poly - (pts - (xy -2.71 -2.58) - (xy -2.71 -2.98) - (xy 6.59 -2.98) - (xy 6.59 -2.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 9a58a872-ccaa-4f20-b50d-b67a46eceec0)) - (fp_poly - (pts - (xy -2.71 -0.98) - (xy -2.71 -1.38) - (xy 0.19 -1.38) - (xy 0.19 -0.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ed811a3f-6fbe-4920-a110-b2436944fbdd)) - (fp_poly - (pts - (xy -2.31 -4.58) - (xy -2.71 -4.58) - (xy -2.71 -5.78) - (xy -2.31 -5.78) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp c37c9e2f-d6a1-443e-bf83-529793a036df)) - (fp_poly - (pts - (xy -2.31 -1.38) - (xy -2.71 -1.38) - (xy -2.71 -2.58) - (xy -2.31 -2.58) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp ed7a01eb-f0d9-45c7-b054-170192941dbb)) - (fp_poly - (pts - (xy -0.01 -7.38) - (xy -0.01 -7.78) - (xy 6.59 -7.78) - (xy 6.59 -7.38) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp deb2d9d2-a1ba-4c90-902c-1ec794044583)) - (fp_poly - (pts - (xy 0.19 0.12) - (xy -0.21 0.12) - (xy -0.21 -0.98) - (xy 0.19 -0.98) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 22f588ec-08d5-4a43-8b9c-4bbb0fe91d59)) - (fp_poly - (pts - (xy 6.59 -6.18) - (xy 6.19 -6.18) - (xy 6.19 -7.38) - (xy 6.59 -7.38) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp d714ceee-e59d-4b8e-a724-2f095bb680cb)) - (fp_poly - (pts - (xy 6.59 -2.98) - (xy 6.19 -2.98) - (xy 6.19 -4.18) - (xy 6.59 -4.18) - ) - - (stroke (width 0) (type solid)) (fill solid) (layer "F.Cu") (tstamp 7d591667-3c24-4410-92f5-801f492c5774)) - (pad "1" connect rect (at -0.01 0.01) (size 0.4 0.225) (layers "F.Cu") - (net 6 "Net-(AE1-A)") (pinfunction "A") (pintype "input") (tstamp 2dce906e-f945-4ac9-a4ef-86b8066631a0)) - (group "" (id 5fb6346c-8626-4978-9120-56bcbea408b5) - (members - 21a4dc0c-2351-4ca7-b685-fe4b83ee809e - 22f588ec-08d5-4a43-8b9c-4bbb0fe91d59 - 767c482b-01b8-465a-bbae-3e4978821c0a - 7d591667-3c24-4410-92f5-801f492c5774 - 9a58a872-ccaa-4f20-b50d-b67a46eceec0 - c37c9e2f-d6a1-443e-bf83-529793a036df - d714ceee-e59d-4b8e-a724-2f095bb680cb - deb2d9d2-a1ba-4c90-902c-1ec794044583 - ed7a01eb-f0d9-45c7-b054-170192941dbb - ed811a3f-6fbe-4920-a110-b2436944fbdd - ) - ) - ) - (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") - (tstamp d000d5ed-5756-43c2-95a1-d916d1edd782) - (at 86.40516 118.424333 -90) + (tstamp cde74222-95a8-4114-b16f-fd49115f946e) + (at 86.503 116.532 180) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y101KXQPW1BC") + (property "Capacitance" "100pF") + (property "MPN" "GPC0603101") + (property "Manufacturer_Part_Number" "GPC0603101") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") (property "ki_keywords" "capacitor cap") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/7f8c0b02-2654-452d-98e0-0d08f15362a2") + (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/e578d22b-83ef-4b2f-9550-7517273cfeaf") (attr smd) - (fp_text reference "C13" (at 1.579302 -0.921395) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp f0cf938e-2130-468e-a335-a3e879fa45ec) - (render_cache "C13" 0 - (polygon - (pts - (xy 87.052514 120.036919) (xy 87.132528 120.057143) (xy 87.130914 120.063343) (xy 87.129221 120.06945) - (xy 87.127449 120.075465) (xy 87.125599 120.081387) (xy 87.123671 120.087216) (xy 87.121664 120.092952) - (xy 87.119579 120.098596) (xy 87.117416 120.104147) (xy 87.115174 120.109605) (xy 87.110454 120.120244) - (xy 87.105422 120.130511) (xy 87.100075 120.140407) (xy 87.094415 120.149933) (xy 87.088441 120.159087) - (xy 87.082153 120.167871) (xy 87.075551 120.176284) (xy 87.068636 120.184325) (xy 87.061407 120.191996) - (xy 87.053865 120.199296) (xy 87.046009 120.206225) (xy 87.041963 120.20955) (xy 87.033697 120.215903) - (xy 87.025204 120.221846) (xy 87.016483 120.227379) (xy 87.007534 120.232503) (xy 86.998357 120.237216) - (xy 86.988952 120.24152) (xy 86.97932 120.245414) (xy 86.969459 120.248898) (xy 86.959371 120.251972) - (xy 86.949055 120.254636) (xy 86.938511 120.25689) (xy 86.92774 120.258734) (xy 86.91674 120.260169) - (xy 86.905513 120.261194) (xy 86.894058 120.261808) (xy 86.882375 120.262013) (xy 86.876301 120.261974) - (xy 86.870299 120.261857) (xy 86.864368 120.261662) (xy 86.858508 120.261388) (xy 86.847003 120.260607) - (xy 86.835782 120.259513) (xy 86.824847 120.258106) (xy 86.814197 120.256387) (xy 86.803831 120.254356) - (xy 86.793751 120.252012) (xy 86.783956 120.249355) (xy 86.774446 120.246386) (xy 86.765221 120.243104) - (xy 86.756281 120.23951) (xy 86.747626 120.235603) (xy 86.739257 120.231383) (xy 86.731172 120.226851) - (xy 86.723373 120.222006) (xy 86.715848 120.216866) (xy 86.708551 120.211446) (xy 86.701482 120.205747) - (xy 86.69464 120.199768) (xy 86.688027 120.19351) (xy 86.681641 120.186973) (xy 86.675484 120.180156) - (xy 86.669554 120.17306) (xy 86.663852 120.165685) (xy 86.658377 120.15803) (xy 86.653131 120.150096) - (xy 86.648112 120.141883) (xy 86.643321 120.13339) (xy 86.638758 120.124618) (xy 86.634423 120.115566) - (xy 86.630316 120.106235) (xy 86.626448 120.096703) (xy 86.622829 120.087084) (xy 86.619459 120.077377) - (xy 86.616339 120.067584) (xy 86.613469 120.057704) (xy 86.610848 120.047736) (xy 86.608477 120.037682) - (xy 86.606356 120.02754) (xy 86.604484 120.017312) (xy 86.602862 120.006996) (xy 86.601489 119.996594) - (xy 86.600366 119.986104) (xy 86.599492 119.975528) (xy 86.598868 119.964865) (xy 86.598494 119.954114) - (xy 86.598369 119.943277) (xy 86.598404 119.937365) (xy 86.59851 119.931501) (xy 86.598932 119.919916) - (xy 86.599637 119.908521) (xy 86.600622 119.897316) (xy 86.60189 119.886301) (xy 86.603439 119.875476) - (xy 86.605269 119.864841) (xy 86.607382 119.854397) (xy 86.609776 119.844142) (xy 86.612451 119.834077) - (xy 86.615408 119.824202) (xy 86.618647 119.814518) (xy 86.622168 119.805023) (xy 86.62597 119.795719) - (xy 86.630054 119.786604) (xy 86.634419 119.77768) (xy 86.639045 119.768983) (xy 86.643908 119.760552) - (xy 86.64901 119.752387) (xy 86.65435 119.744487) (xy 86.659927 119.736853) (xy 86.665744 119.729485) - (xy 86.671798 119.722382) (xy 86.67809 119.715544) (xy 86.68462 119.708973) (xy 86.691389 119.702667) - (xy 86.698396 119.696626) (xy 86.705641 119.690852) (xy 86.713124 119.685342) (xy 86.720845 119.680099) - (xy 86.728804 119.675121) (xy 86.737001 119.670408) (xy 86.745388 119.665954) (xy 86.753877 119.661787) - (xy 86.762469 119.657908) (xy 86.771165 119.654316) (xy 86.779963 119.651011) (xy 86.788865 119.647994) - (xy 86.797869 119.645264) (xy 86.806977 119.642821) (xy 86.816188 119.640666) (xy 86.825501 119.638798) - (xy 86.834918 119.637218) (xy 86.844438 119.635924) (xy 86.85406 119.634919) (xy 86.863786 119.6342) - (xy 86.873615 119.633769) (xy 86.883547 119.633625) (xy 86.894773 119.633808) (xy 86.905774 119.634356) - (xy 86.916549 119.635269) (xy 86.927099 119.636547) (xy 86.937423 119.638191) (xy 86.947521 119.640199) - (xy 86.957394 119.642573) (xy 86.967041 119.645312) (xy 86.976463 119.648417) (xy 86.98566 119.651886) - (xy 86.99463 119.655721) (xy 87.003376 119.659921) (xy 87.011895 119.664486) (xy 87.020189 119.669417) - (xy 87.028258 119.674713) (xy 87.036101 119.680374) (xy 87.043685 119.686366) (xy 87.050976 119.692656) - (xy 87.057973 119.699244) (xy 87.064678 119.706129) (xy 87.071089 119.713312) (xy 87.077207 119.720793) - (xy 87.083032 119.728571) (xy 87.088565 119.736647) (xy 87.093804 119.745021) (xy 87.098749 119.753692) - (xy 87.103402 119.762661) (xy 87.107762 119.771928) (xy 87.111829 119.781492) (xy 87.115602 119.791354) - (xy 87.119083 119.801514) (xy 87.12227 119.811972) (xy 87.043428 119.830583) (xy 87.040735 119.8223) - (xy 87.037892 119.814303) (xy 87.0349 119.806592) (xy 87.03176 119.799167) (xy 87.02847 119.792029) - (xy 87.025032 119.785177) (xy 87.021445 119.778611) (xy 87.01771 119.772331) (xy 87.013825 119.766337) - (xy 87.009792 119.76063) (xy 87.005609 119.755209) (xy 87.001278 119.750074) (xy 86.996798 119.745226) - (xy 86.992169 119.740663) (xy 86.987392 119.736387) (xy 86.982465 119.732397) (xy 86.977384 119.728671) - (xy 86.972143 119.725184) (xy 86.966742 119.721939) (xy 86.96118 119.718933) (xy 86.955458 119.716168) - (xy 86.949575 119.713644) (xy 86.943532 119.71136) (xy 86.937329 119.709316) (xy 86.930966 119.707513) - (xy 86.924442 119.70595) (xy 86.917759 119.704628) (xy 86.910914 119.703546) (xy 86.90391 119.702705) - (xy 86.896745 119.702103) (xy 86.88942 119.701743) (xy 86.881935 119.701623) (xy 86.873323 119.701754) - (xy 86.864888 119.702149) (xy 86.85663 119.702808) (xy 86.84855 119.703729) (xy 86.840648 119.704914) - (xy 86.832922 119.706362) (xy 86.825375 119.708074) (xy 86.818004 119.710049) (xy 86.810812 119.712287) - (xy 86.803796 119.714789) (xy 86.796959 119.717554) (xy 86.790298 119.720582) (xy 86.783815 119.723874) - (xy 86.77751 119.727428) (xy 86.771382 119.731247) (xy 86.765431 119.735328) (xy 86.759696 119.739631) - (xy 86.754177 119.744114) (xy 86.748874 119.748777) (xy 86.743788 119.753619) (xy 86.738918 119.758641) - (xy 86.734265 119.763843) (xy 86.729828 119.769224) (xy 86.725607 119.774786) (xy 86.721603 119.780527) - (xy 86.717815 119.786447) (xy 86.714244 119.792548) (xy 86.710889 119.798828) (xy 86.70775 119.805288) - (xy 86.704828 119.811928) (xy 86.702122 119.818748) (xy 86.699632 119.825747) (xy 86.697343 119.83285) - (xy 86.695201 119.839982) (xy 86.693208 119.847143) (xy 86.691362 119.854332) (xy 86.689663 119.86155) - (xy 86.688112 119.868797) (xy 86.686709 119.876072) (xy 86.685454 119.883376) (xy 86.684346 119.890708) - (xy 86.683386 119.898069) (xy 86.682574 119.905459) (xy 86.681909 119.912877) (xy 86.681392 119.920324) - (xy 86.681023 119.9278) (xy 86.680802 119.935304) (xy 86.680728 119.942837) (xy 86.680815 119.952487) - (xy 86.681078 119.961982) (xy 86.681516 119.971322) (xy 86.682129 119.980508) (xy 86.682917 119.98954) - (xy 86.683881 119.998417) (xy 86.685019 120.007139) (xy 86.686333 120.015707) (xy 86.687822 120.02412) - (xy 86.689486 120.032379) (xy 86.691325 120.040483) (xy 86.69334 120.048432) (xy 86.695529 120.056227) - (xy 86.697894 120.063868) (xy 86.700434 120.071353) (xy 86.703149 120.078685) (xy 86.706067 120.085807) - (xy 86.709178 120.0927) (xy 86.712483 120.099367) (xy 86.715981 120.105805) (xy 86.719673 120.112015) - (xy 86.723558 120.117998) (xy 86.727637 120.123753) (xy 86.731909 120.12928) (xy 86.736375 120.134579) - (xy 86.741034 120.13965) (xy 86.745886 120.144493) (xy 86.750932 120.149109) (xy 86.756172 120.153497) - (xy 86.761605 120.157657) (xy 86.767232 120.161589) (xy 86.773052 120.165293) (xy 86.779017 120.168771) - (xy 86.785043 120.172025) (xy 86.79113 120.175055) (xy 86.797277 120.17786) (xy 86.803486 120.18044) - (xy 86.809754 120.182796) (xy 86.816084 120.184928) (xy 86.822474 120.186835) (xy 86.828925 120.188518) - (xy 86.835437 120.189977) (xy 86.842009 120.191211) (xy 86.848642 120.192221) (xy 86.855335 120.193006) - (xy 86.86209 120.193567) (xy 86.868905 120.193904) (xy 86.87578 120.194016) (xy 86.88409 120.193862) - (xy 86.892239 120.193398) (xy 86.900228 120.192625) (xy 86.908057 120.191543) (xy 86.915725 120.190152) - (xy 86.923233 120.188452) (xy 86.930581 120.186443) (xy 86.937769 120.184124) (xy 86.944796 120.181497) - (xy 86.951663 120.17856) (xy 86.95837 120.175314) (xy 86.964917 120.17176) (xy 86.971303 120.167896) - (xy 86.977529 120.163722) (xy 86.983594 120.15924) (xy 86.9895 120.154449) (xy 86.995207 120.149353) - (xy 87.000678 120.143957) (xy 87.005914 120.138261) (xy 87.010914 120.132266) (xy 87.015677 120.12597) - (xy 87.020206 120.119374) (xy 87.024498 120.112478) (xy 87.028554 120.105283) (xy 87.032375 120.097787) - (xy 87.035959 120.089992) (xy 87.039308 120.081896) (xy 87.042421 120.073501) (xy 87.045298 120.064805) - (xy 87.047939 120.05581) (xy 87.050345 120.046515) - ) - ) + (fp_text reference "C8" (at -0.009 -1.107) (layer "F.SilkS") + (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.15))) + (tstamp 8e46de72-3693-4453-a5c2-9945512d7bcc) + (render_cache "C8" 0 (polygon (pts - (xy 87.476911 120.252635) (xy 87.402759 120.252635) (xy 87.402759 119.777533) (xy 87.397583 119.782397) - (xy 87.392114 119.78726) (xy 87.386352 119.792124) (xy 87.380296 119.796987) (xy 87.373946 119.801851) - (xy 87.367302 119.806714) (xy 87.360365 119.811578) (xy 87.353134 119.816441) (xy 87.348151 119.819684) - (xy 87.343037 119.822926) (xy 87.337792 119.826168) (xy 87.332417 119.82941) (xy 87.327011 119.832584) - (xy 87.321675 119.835657) (xy 87.316409 119.838629) (xy 87.311213 119.841501) (xy 87.30355 119.845619) - (xy 87.296044 119.84951) (xy 87.288695 119.853175) (xy 87.281503 119.856613) (xy 87.274469 119.859824) - (xy 87.267591 119.862809) (xy 87.260871 119.865567) (xy 87.254308 119.868099) (xy 87.254308 119.793067) - (xy 87.262032 119.789393) (xy 87.269633 119.785623) (xy 87.277112 119.781759) (xy 87.284469 119.777799) - (xy 87.291703 119.773744) (xy 87.298814 119.769595) (xy 87.305803 119.76535) (xy 87.31267 119.76101) - (xy 87.319414 119.756576) (xy 87.326035 119.752046) (xy 87.332534 119.747421) (xy 87.33891 119.742701) - (xy 87.345164 119.737886) (xy 87.351296 119.732977) (xy 87.357305 119.727972) (xy 87.363191 119.722872) - (xy 87.36891 119.717734) (xy 87.374416 119.712616) (xy 87.379708 119.707517) (xy 87.384788 119.702438) - (xy 87.389655 119.697378) (xy 87.394309 119.692338) (xy 87.39875 119.687317) (xy 87.402978 119.682315) - (xy 87.406993 119.677333) (xy 87.410796 119.672371) (xy 87.414385 119.667428) (xy 87.417761 119.662504) - (xy 87.422426 119.655155) (xy 87.426612 119.64785) (xy 87.429137 119.643004) (xy 87.476911 119.643004) + (xy 86.471553 117.672284) (xy 86.551567 117.692508) (xy 86.549953 117.698708) (xy 86.54826 117.704815) + (xy 86.546488 117.71083) (xy 86.544638 117.716752) (xy 86.54271 117.722581) (xy 86.540703 117.728317) + (xy 86.538618 117.733961) (xy 86.536455 117.739512) (xy 86.534213 117.74497) (xy 86.529493 117.755609) + (xy 86.524461 117.765876) (xy 86.519114 117.775772) (xy 86.513454 117.785298) (xy 86.50748 117.794452) + (xy 86.501192 117.803236) (xy 86.49459 117.811649) (xy 86.487675 117.81969) (xy 86.480446 117.827361) + (xy 86.472904 117.834661) (xy 86.465048 117.84159) (xy 86.461002 117.844915) (xy 86.452736 117.851268) + (xy 86.444243 117.857211) (xy 86.435522 117.862744) (xy 86.426573 117.867868) (xy 86.417396 117.872581) + (xy 86.407991 117.876885) (xy 86.398359 117.880779) (xy 86.388498 117.884263) (xy 86.37841 117.887337) + (xy 86.368094 117.890001) (xy 86.35755 117.892255) (xy 86.346779 117.894099) (xy 86.335779 117.895534) + (xy 86.324552 117.896559) (xy 86.313097 117.897173) (xy 86.301414 117.897378) (xy 86.29534 117.897339) + (xy 86.289338 117.897222) (xy 86.283407 117.897027) (xy 86.277547 117.896753) (xy 86.266042 117.895972) + (xy 86.254821 117.894878) (xy 86.243886 117.893471) (xy 86.233236 117.891752) (xy 86.22287 117.889721) + (xy 86.21279 117.887377) (xy 86.202995 117.88472) (xy 86.193485 117.881751) (xy 86.18426 117.878469) + (xy 86.17532 117.874875) (xy 86.166665 117.870968) (xy 86.158296 117.866748) (xy 86.150211 117.862216) + (xy 86.142412 117.857371) (xy 86.134887 117.852231) (xy 86.12759 117.846811) (xy 86.120521 117.841112) + (xy 86.113679 117.835133) (xy 86.107066 117.828875) (xy 86.10068 117.822338) (xy 86.094523 117.815521) + (xy 86.088593 117.808425) (xy 86.082891 117.80105) (xy 86.077416 117.793395) (xy 86.07217 117.785461) + (xy 86.067151 117.777248) (xy 86.06236 117.768755) (xy 86.057797 117.759983) (xy 86.053462 117.750931) + (xy 86.049355 117.7416) (xy 86.045487 117.732068) (xy 86.041868 117.722449) (xy 86.038498 117.712742) + (xy 86.035378 117.702949) (xy 86.032508 117.693069) (xy 86.029887 117.683101) (xy 86.027516 117.673047) + (xy 86.025395 117.662905) (xy 86.023523 117.652677) (xy 86.021901 117.642361) (xy 86.020528 117.631959) + (xy 86.019405 117.621469) (xy 86.018531 117.610893) (xy 86.017907 117.60023) (xy 86.017533 117.589479) + (xy 86.017408 117.578642) (xy 86.017443 117.57273) (xy 86.017549 117.566866) (xy 86.017971 117.555281) + (xy 86.018676 117.543886) (xy 86.019661 117.532681) (xy 86.020929 117.521666) (xy 86.022478 117.510841) + (xy 86.024308 117.500206) (xy 86.026421 117.489762) (xy 86.028815 117.479507) (xy 86.03149 117.469442) + (xy 86.034447 117.459567) (xy 86.037686 117.449883) (xy 86.041207 117.440388) (xy 86.045009 117.431084) + (xy 86.049093 117.421969) (xy 86.053458 117.413045) (xy 86.058084 117.404348) (xy 86.062947 117.395917) + (xy 86.068049 117.387752) (xy 86.073389 117.379852) (xy 86.078966 117.372218) (xy 86.084783 117.36485) + (xy 86.090837 117.357747) (xy 86.097129 117.350909) (xy 86.103659 117.344338) (xy 86.110428 117.338032) + (xy 86.117435 117.331991) (xy 86.12468 117.326217) (xy 86.132163 117.320707) (xy 86.139884 117.315464) + (xy 86.147843 117.310486) (xy 86.15604 117.305773) (xy 86.164427 117.301319) (xy 86.172916 117.297152) + (xy 86.181508 117.293273) (xy 86.190204 117.289681) (xy 86.199002 117.286376) (xy 86.207904 117.283359) + (xy 86.216908 117.280629) (xy 86.226016 117.278186) (xy 86.235227 117.276031) (xy 86.24454 117.274163) + (xy 86.253957 117.272583) (xy 86.263477 117.271289) (xy 86.273099 117.270284) (xy 86.282825 117.269565) + (xy 86.292654 117.269134) (xy 86.302586 117.26899) (xy 86.313812 117.269173) (xy 86.324813 117.269721) + (xy 86.335588 117.270634) (xy 86.346138 117.271912) (xy 86.356462 117.273556) (xy 86.36656 117.275564) + (xy 86.376433 117.277938) (xy 86.38608 117.280677) (xy 86.395502 117.283782) (xy 86.404699 117.287251) + (xy 86.413669 117.291086) (xy 86.422415 117.295286) (xy 86.430934 117.299851) (xy 86.439228 117.304782) + (xy 86.447297 117.310078) (xy 86.45514 117.315739) (xy 86.462724 117.321731) (xy 86.470015 117.328021) + (xy 86.477012 117.334609) (xy 86.483717 117.341494) (xy 86.490128 117.348677) (xy 86.496246 117.356158) + (xy 86.502071 117.363936) (xy 86.507604 117.372012) (xy 86.512843 117.380386) (xy 86.517788 117.389057) + (xy 86.522441 117.398026) (xy 86.526801 117.407293) (xy 86.530868 117.416857) (xy 86.534641 117.426719) + (xy 86.538122 117.436879) (xy 86.541309 117.447337) (xy 86.462467 117.465948) (xy 86.459774 117.457665) + (xy 86.456931 117.449668) (xy 86.453939 117.441957) (xy 86.450799 117.434532) (xy 86.447509 117.427394) + (xy 86.444071 117.420542) (xy 86.440484 117.413976) (xy 86.436749 117.407696) (xy 86.432864 117.401702) + (xy 86.428831 117.395995) (xy 86.424648 117.390574) (xy 86.420317 117.385439) (xy 86.415837 117.380591) + (xy 86.411208 117.376028) (xy 86.406431 117.371752) (xy 86.401504 117.367762) (xy 86.396423 117.364036) + (xy 86.391182 117.360549) (xy 86.385781 117.357304) (xy 86.380219 117.354298) (xy 86.374497 117.351533) + (xy 86.368614 117.349009) (xy 86.362571 117.346725) (xy 86.356368 117.344681) (xy 86.350005 117.342878) + (xy 86.343481 117.341315) (xy 86.336798 117.339993) (xy 86.329953 117.338911) (xy 86.322949 117.33807) + (xy 86.315784 117.337468) (xy 86.308459 117.337108) (xy 86.300974 117.336988) (xy 86.292362 117.337119) + (xy 86.283927 117.337514) (xy 86.275669 117.338173) (xy 86.267589 117.339094) (xy 86.259687 117.340279) + (xy 86.251961 117.341727) (xy 86.244414 117.343439) (xy 86.237043 117.345414) (xy 86.229851 117.347652) + (xy 86.222835 117.350154) (xy 86.215998 117.352919) (xy 86.209337 117.355947) (xy 86.202854 117.359239) + (xy 86.196549 117.362793) (xy 86.190421 117.366612) (xy 86.18447 117.370693) (xy 86.178735 117.374996) + (xy 86.173216 117.379479) (xy 86.167913 117.384142) (xy 86.162827 117.388984) (xy 86.157957 117.394006) + (xy 86.153304 117.399208) (xy 86.148867 117.404589) (xy 86.144646 117.410151) (xy 86.140642 117.415892) + (xy 86.136854 117.421812) (xy 86.133283 117.427913) (xy 86.129928 117.434193) (xy 86.126789 117.440653) + (xy 86.123867 117.447293) (xy 86.121161 117.454113) (xy 86.118671 117.461112) (xy 86.116382 117.468215) + (xy 86.11424 117.475347) (xy 86.112247 117.482508) (xy 86.110401 117.489697) (xy 86.108702 117.496915) + (xy 86.107151 117.504162) (xy 86.105748 117.511437) (xy 86.104493 117.518741) (xy 86.103385 117.526073) + (xy 86.102425 117.533434) (xy 86.101613 117.540824) (xy 86.100948 117.548242) (xy 86.100431 117.555689) + (xy 86.100062 117.563165) (xy 86.099841 117.570669) (xy 86.099767 117.578202) (xy 86.099854 117.587852) + (xy 86.100117 117.597347) (xy 86.100555 117.606687) (xy 86.101168 117.615873) (xy 86.101956 117.624905) + (xy 86.10292 117.633782) (xy 86.104058 117.642504) (xy 86.105372 117.651072) (xy 86.106861 117.659485) + (xy 86.108525 117.667744) (xy 86.110364 117.675848) (xy 86.112379 117.683797) (xy 86.114568 117.691592) + (xy 86.116933 117.699233) (xy 86.119473 117.706718) (xy 86.122188 117.71405) (xy 86.125106 117.721172) + (xy 86.128217 117.728065) (xy 86.131522 117.734732) (xy 86.13502 117.74117) (xy 86.138712 117.74738) + (xy 86.142597 117.753363) (xy 86.146676 117.759118) (xy 86.150948 117.764645) (xy 86.155414 117.769944) + (xy 86.160073 117.775015) (xy 86.164925 117.779858) (xy 86.169971 117.784474) (xy 86.175211 117.788862) + (xy 86.180644 117.793022) (xy 86.186271 117.796954) (xy 86.192091 117.800658) (xy 86.198056 117.804136) + (xy 86.204082 117.80739) (xy 86.210169 117.81042) (xy 86.216316 117.813225) (xy 86.222525 117.815805) + (xy 86.228793 117.818161) (xy 86.235123 117.820293) (xy 86.241513 117.8222) (xy 86.247964 117.823883) + (xy 86.254476 117.825342) (xy 86.261048 117.826576) (xy 86.267681 117.827586) (xy 86.274374 117.828371) + (xy 86.281129 117.828932) (xy 86.287944 117.829269) (xy 86.294819 117.829381) (xy 86.303129 117.829227) + (xy 86.311278 117.828763) (xy 86.319267 117.82799) (xy 86.327096 117.826908) (xy 86.334764 117.825517) + (xy 86.342272 117.823817) (xy 86.34962 117.821808) (xy 86.356808 117.819489) (xy 86.363835 117.816862) + (xy 86.370702 117.813925) (xy 86.377409 117.810679) (xy 86.383956 117.807125) (xy 86.390342 117.803261) + (xy 86.396568 117.799087) (xy 86.402633 117.794605) (xy 86.408539 117.789814) (xy 86.414246 117.784718) + (xy 86.419717 117.779322) (xy 86.424953 117.773626) (xy 86.429953 117.767631) (xy 86.434716 117.761335) + (xy 86.439245 117.754739) (xy 86.443537 117.747843) (xy 86.447593 117.740648) (xy 86.451414 117.733152) + (xy 86.454998 117.725357) (xy 86.458347 117.717261) (xy 86.46146 117.708866) (xy 86.464337 117.70017) + (xy 86.466978 117.691175) (xy 86.469384 117.68188) ) ) (polygon (pts - (xy 87.665075 120.093779) (xy 87.739227 120.083814) (xy 87.740891 120.091463) (xy 87.742694 120.098842) - (xy 87.744637 120.105949) (xy 87.74672 120.112784) (xy 87.748942 120.119348) (xy 87.751304 120.125641) - (xy 87.753805 120.131663) (xy 87.756447 120.137413) (xy 87.759228 120.142892) (xy 87.762148 120.148099) - (xy 87.766791 120.155402) (xy 87.771748 120.162094) (xy 87.777019 120.168175) (xy 87.782605 120.173646) - (xy 87.788492 120.178544) (xy 87.794614 120.182959) (xy 87.800971 120.186893) (xy 87.807561 120.190346) - (xy 87.814386 120.193316) (xy 87.821446 120.195805) (xy 87.82874 120.197812) (xy 87.836268 120.199338) - (xy 87.844031 120.200381) (xy 87.852028 120.200943) (xy 87.85749 120.20105) (xy 87.863984 120.200908) - (xy 87.870349 120.200483) (xy 87.876587 120.199773) (xy 87.882696 120.198779) (xy 87.888677 120.197501) - (xy 87.894529 120.19594) (xy 87.900254 120.194094) (xy 87.90585 120.191965) (xy 87.911318 120.189551) - (xy 87.916658 120.186854) (xy 87.921869 120.183873) (xy 87.926953 120.180607) (xy 87.931908 120.177058) - (xy 87.936734 120.173225) (xy 87.941433 120.169108) (xy 87.946003 120.164707) (xy 87.950369 120.160097) - (xy 87.954453 120.155351) (xy 87.958255 120.15047) (xy 87.961775 120.145455) (xy 87.965014 120.140304) - (xy 87.967972 120.135018) (xy 87.970647 120.129597) (xy 87.973041 120.124041) (xy 87.975153 120.118349) - (xy 87.976984 120.112523) (xy 87.978533 120.106562) (xy 87.979801 120.100465) (xy 87.980786 120.094233) - (xy 87.98149 120.087867) (xy 87.981913 120.081365) (xy 87.982054 120.074728) (xy 87.981923 120.068405) - (xy 87.981532 120.062224) (xy 87.980879 120.056183) (xy 87.979965 120.050282) (xy 87.978791 120.044523) - (xy 87.976539 120.036148) (xy 87.973701 120.02809) (xy 87.970275 120.020349) (xy 87.966261 120.012924) - (xy 87.96166 120.005816) (xy 87.956472 119.999026) (xy 87.950697 119.992552) (xy 87.948641 119.990464) - (xy 87.942218 119.984519) (xy 87.935478 119.979159) (xy 87.928421 119.974384) (xy 87.921047 119.970193) - (xy 87.913357 119.966587) (xy 87.905349 119.963566) (xy 87.897025 119.961129) (xy 87.891299 119.95983) - (xy 87.885433 119.95879) (xy 87.879425 119.958011) (xy 87.873277 119.957491) (xy 87.866989 119.957231) - (xy 87.863791 119.957198) (xy 87.856946 119.957399) (xy 87.8496 119.958) (xy 87.843363 119.958769) - (xy 87.836805 119.959795) (xy 87.829927 119.961077) (xy 87.822728 119.962616) (xy 87.815208 119.964411) - (xy 87.811328 119.965405) (xy 87.819681 119.895503) (xy 87.825559 119.896003) (xy 87.831551 119.896235) - (xy 87.837449 119.89614) (xy 87.846153 119.895641) (xy 87.854687 119.894715) (xy 87.863051 119.893361) - (xy 87.871246 119.891579) (xy 87.87927 119.88937) (xy 87.887124 119.886733) (xy 87.894808 119.883668) - (xy 87.902323 119.880176) (xy 87.909667 119.876256) (xy 87.916841 119.871909) (xy 87.923624 119.867116) - (xy 87.92974 119.861859) (xy 87.935188 119.856138) (xy 87.93997 119.849954) (xy 87.944084 119.843307) - (xy 87.947531 119.836195) (xy 87.950311 119.82862) (xy 87.952424 119.820581) (xy 87.95387 119.812079) - (xy 87.954463 119.806153) (xy 87.954759 119.800021) (xy 87.954796 119.796877) (xy 87.954553 119.78947) - (xy 87.953822 119.782304) (xy 87.952605 119.775381) (xy 87.950901 119.768699) (xy 87.94871 119.76226) - (xy 87.946033 119.756063) (xy 87.942868 119.750108) (xy 87.939217 119.744396) (xy 87.935078 119.738925) - (xy 87.930453 119.733697) (xy 87.927099 119.730346) (xy 87.921792 119.725632) (xy 87.916201 119.721381) - (xy 87.910327 119.717594) (xy 87.904169 119.714271) (xy 87.897728 119.711412) (xy 87.891004 119.709016) - (xy 87.883997 119.707084) (xy 87.876706 119.705616) (xy 87.869131 119.704611) (xy 87.861274 119.70407) - (xy 87.855878 119.703967) (xy 87.847898 119.704204) (xy 87.840171 119.704915) (xy 87.832696 119.7061) - (xy 87.825474 119.707759) (xy 87.818504 119.709892) (xy 87.811787 119.712499) (xy 87.805322 119.71558) - (xy 87.79911 119.719135) (xy 87.79315 119.723164) (xy 87.787442 119.727667) (xy 87.783777 119.730932) - (xy 87.778546 119.736225) (xy 87.773678 119.741991) (xy 87.769173 119.748232) (xy 87.765031 119.754947) - (xy 87.761252 119.762136) (xy 87.757837 119.769798) (xy 87.754785 119.777935) (xy 87.752952 119.783623) - (xy 87.75128 119.789521) (xy 87.74977 119.795631) (xy 87.748422 119.80195) (xy 87.747234 119.808481) - (xy 87.746701 119.811825) (xy 87.672549 119.798636) (xy 87.67437 119.789497) (xy 87.676462 119.78062) - (xy 87.678826 119.772004) (xy 87.681461 119.763648) (xy 87.684367 119.755554) (xy 87.687545 119.74772) - (xy 87.690994 119.740148) (xy 87.694714 119.732837) (xy 87.698706 119.725787) (xy 87.702969 119.718997) - (xy 87.707503 119.712469) (xy 87.712309 119.706202) (xy 87.717386 119.700196) (xy 87.722734 119.694451) - (xy 87.728354 119.688967) (xy 87.734245 119.683744) (xy 87.740364 119.678811) (xy 87.746667 119.674196) - (xy 87.753154 119.669899) (xy 87.759826 119.66592) (xy 87.766682 119.66226) (xy 87.773723 119.658918) - (xy 87.780948 119.655895) (xy 87.788357 119.653189) (xy 87.79595 119.650802) (xy 87.803728 119.648733) - (xy 87.81169 119.646983) (xy 87.819837 119.645551) (xy 87.828168 119.644437) (xy 87.836683 119.643641) - (xy 87.845382 119.643163) (xy 87.854266 119.643004) (xy 87.860409 119.643087) (xy 87.866491 119.643334) - (xy 87.872512 119.643746) (xy 87.878473 119.644323) (xy 87.884374 119.645065) (xy 87.890213 119.645972) - (xy 87.895992 119.647044) (xy 87.904546 119.64896) (xy 87.912964 119.651248) (xy 87.921246 119.653906) - (xy 87.929391 119.656935) (xy 87.937399 119.660336) (xy 87.945271 119.664107) (xy 87.952902 119.6682) - (xy 87.960187 119.672567) (xy 87.967128 119.677206) (xy 87.973723 119.682118) (xy 87.979974 119.687304) - (xy 87.985879 119.692762) (xy 87.991439 119.698494) (xy 87.996653 119.704499) (xy 88.001523 119.710776) - (xy 88.006047 119.717327) (xy 88.008872 119.721846) (xy 88.012826 119.728728) (xy 88.016392 119.735689) - (xy 88.019568 119.742731) (xy 88.022356 119.749852) (xy 88.024755 119.757053) (xy 88.026764 119.764334) - (xy 88.028385 119.771695) (xy 88.029617 119.779136) (xy 88.03046 119.786657) (xy 88.030914 119.794257) - (xy 88.031 119.799369) (xy 88.030816 119.806617) (xy 88.030263 119.813744) (xy 88.029342 119.820751) - (xy 88.028053 119.827636) (xy 88.026395 119.8344) (xy 88.024369 119.841043) (xy 88.021975 119.847565) - (xy 88.019212 119.853966) (xy 88.016081 119.860246) (xy 88.012582 119.866405) (xy 88.010044 119.870443) - (xy 88.005936 119.876319) (xy 88.001469 119.881965) (xy 87.996645 119.887382) (xy 87.991462 119.892569) - (xy 87.985922 119.897528) (xy 87.980023 119.902257) (xy 87.973767 119.906757) (xy 87.967152 119.911027) - (xy 87.960179 119.915069) (xy 87.952848 119.918881) (xy 87.947762 119.921295) (xy 87.954373 119.922956) - (xy 87.960795 119.924828) (xy 87.96703 119.926909) (xy 87.973078 119.929199) (xy 87.978937 119.931699) - (xy 87.984609 119.934408) (xy 87.990093 119.937327) (xy 87.995389 119.940456) (xy 88.000498 119.943793) - (xy 88.005419 119.947341) (xy 88.010152 119.951098) (xy 88.014697 119.955064) (xy 88.019054 119.95924) - (xy 88.023224 119.963626) (xy 88.027206 119.968221) (xy 88.031 119.973025) (xy 88.034602 119.978012) - (xy 88.037972 119.983153) (xy 88.04111 119.988449) (xy 88.044015 119.993899) (xy 88.046688 119.999504) - (xy 88.049128 120.005263) (xy 88.051336 120.011177) (xy 88.053312 120.017245) (xy 88.055055 120.023468) - (xy 88.056565 120.029846) (xy 88.057844 120.036378) (xy 88.058889 120.043065) (xy 88.059703 120.049906) - (xy 88.060284 120.056902) (xy 88.060633 120.064052) (xy 88.060749 120.071357) (xy 88.060523 120.081228) - (xy 88.059847 120.09091) (xy 88.058719 120.100403) (xy 88.05714 120.109707) (xy 88.05511 120.118822) - (xy 88.052629 120.127748) (xy 88.049697 120.136485) (xy 88.046314 120.145033) (xy 88.04248 120.153393) - (xy 88.038194 120.161563) (xy 88.033458 120.169545) (xy 88.028271 120.177337) (xy 88.022632 120.184941) - (xy 88.016542 120.192356) (xy 88.010002 120.199582) (xy 88.00301 120.206619) (xy 87.995674 120.213327) - (xy 87.988101 120.219602) (xy 87.980291 120.225445) (xy 87.972244 120.230854) (xy 87.96396 120.235831) - (xy 87.95544 120.240375) (xy 87.946682 120.244486) (xy 87.937687 120.248165) (xy 87.928455 120.251411) - (xy 87.918986 120.254224) (xy 87.909281 120.256604) (xy 87.899338 120.258551) (xy 87.889158 120.260066) - (xy 87.878741 120.261148) (xy 87.868088 120.261797) (xy 87.857197 120.262013) (xy 87.847355 120.261831) - (xy 87.837724 120.261283) (xy 87.828304 120.26037) (xy 87.819095 120.259092) (xy 87.810096 120.257448) - (xy 87.801308 120.255439) (xy 87.79273 120.253066) (xy 87.784364 120.250326) (xy 87.776207 120.247222) - (xy 87.768262 120.243752) (xy 87.760527 120.239918) (xy 87.753003 120.235718) (xy 87.745689 120.231152) - (xy 87.738586 120.226222) (xy 87.731694 120.220926) (xy 87.725013 120.215265) (xy 87.71863 120.209295) - (xy 87.7126 120.203109) (xy 87.70692 120.196706) (xy 87.701593 120.190087) (xy 87.696616 120.183251) - (xy 87.691992 120.176199) (xy 87.687718 120.168931) (xy 87.683797 120.161446) (xy 87.680226 120.153745) - (xy 87.677007 120.145828) (xy 87.67414 120.137694) (xy 87.671624 120.129344) (xy 87.66946 120.120777) - (xy 87.667647 120.111994) (xy 87.666185 120.102995) + (xy 86.730646 117.560177) (xy 86.724969 117.557995) (xy 86.719479 117.555698) (xy 86.711593 117.552038) + (xy 86.704128 117.548121) (xy 86.697082 117.543946) (xy 86.690456 117.539514) (xy 86.68425 117.534824) + (xy 86.678464 117.529876) (xy 86.673098 117.524671) (xy 86.668151 117.519208) (xy 86.663625 117.513488) + (xy 86.662209 117.511524) (xy 86.658228 117.505479) (xy 86.654639 117.499215) (xy 86.651442 117.492733) + (xy 86.648635 117.486031) (xy 86.646221 117.479111) (xy 86.644198 117.471972) (xy 86.642566 117.464613) + (xy 86.641326 117.457036) (xy 86.640478 117.44924) (xy 86.640021 117.441225) (xy 86.639934 117.435759) + (xy 86.640119 117.427508) (xy 86.640674 117.419424) (xy 86.641598 117.411507) (xy 86.642893 117.403758) + (xy 86.644557 117.396175) (xy 86.646591 117.388759) (xy 86.648994 117.381511) (xy 86.651768 117.37443) + (xy 86.654911 117.367516) (xy 86.658424 117.360769) (xy 86.662307 117.35419) (xy 86.66656 117.347777) + (xy 86.671182 117.341532) (xy 86.676175 117.335453) (xy 86.681537 117.329542) (xy 86.687269 117.323799) + (xy 86.693326 117.318297) (xy 86.699626 117.313151) (xy 86.706171 117.30836) (xy 86.71296 117.303923) + (xy 86.719992 117.299842) (xy 86.727269 117.296115) (xy 86.734789 117.292743) (xy 86.742553 117.289727) + (xy 86.750561 117.287065) (xy 86.758813 117.284758) (xy 86.767308 117.282806) (xy 86.776048 117.281209) + (xy 86.785031 117.279966) (xy 86.794258 117.279079) (xy 86.803729 117.278547) (xy 86.813444 117.278369) + (xy 86.823215 117.278551) (xy 86.832745 117.279095) (xy 86.842033 117.280003) (xy 86.851079 117.281273) + (xy 86.859884 117.282906) (xy 86.868447 117.284902) (xy 86.876769 117.287261) (xy 86.884849 117.289983) + (xy 86.892687 117.293068) (xy 86.900284 117.296516) (xy 86.90764 117.300327) (xy 86.914753 117.3045) + (xy 86.921625 117.309037) (xy 86.928256 117.313936) (xy 86.934645 117.319199) (xy 86.940793 117.324824) + (xy 86.946649 117.330692) (xy 86.952127 117.33672) (xy 86.957227 117.342906) (xy 86.96195 117.349252) + (xy 86.966295 117.355756) (xy 86.970262 117.36242) (xy 86.973851 117.369243) (xy 86.977063 117.376225) + (xy 86.979896 117.383366) (xy 86.982352 117.390667) (xy 86.98443 117.398126) (xy 86.98613 117.405745) + (xy 86.987453 117.413523) (xy 86.988397 117.42146) (xy 86.988964 117.429556) (xy 86.989153 117.437811) + (xy 86.988958 117.445683) (xy 86.988375 117.453362) (xy 86.987402 117.460847) (xy 86.986041 117.468139) + (xy 86.984291 117.475238) (xy 86.982151 117.482144) (xy 86.979623 117.488857) (xy 86.976705 117.495376) + (xy 86.973399 117.501702) (xy 86.969704 117.507835) (xy 86.967024 117.511817) (xy 86.9627 117.517571) + (xy 86.957972 117.523072) (xy 86.95284 117.528321) (xy 86.947302 117.533318) (xy 86.941361 117.538062) + (xy 86.935015 117.542553) (xy 86.928265 117.546793) (xy 86.92111 117.55078) (xy 86.91355 117.554514) + (xy 86.905587 117.557996) (xy 86.900053 117.560177) (xy 86.90691 117.562517) (xy 86.913558 117.565031) + (xy 86.919998 117.567719) (xy 86.92623 117.570581) (xy 86.932253 117.573618) (xy 86.938068 117.576828) + (xy 86.943674 117.580212) (xy 86.949072 117.583771) (xy 86.954262 117.587503) (xy 86.959244 117.591409) + (xy 86.964017 117.59549) (xy 86.968581 117.599744) (xy 86.972938 117.604173) (xy 86.977086 117.608775) + (xy 86.981025 117.613551) (xy 86.984756 117.618502) (xy 86.98827 117.623601) (xy 86.991557 117.628822) + (xy 86.994617 117.634166) (xy 86.997451 117.639632) (xy 87.000058 117.645221) (xy 87.002438 117.650932) + (xy 87.004592 117.656766) (xy 87.006518 117.662722) (xy 87.008219 117.668801) (xy 87.009692 117.675002) + (xy 87.010939 117.681326) (xy 87.011959 117.687772) (xy 87.012752 117.694341) (xy 87.013319 117.701032) + (xy 87.013659 117.707846) (xy 87.013772 117.714782) (xy 87.013558 117.724358) (xy 87.012916 117.73374) + (xy 87.011846 117.742928) (xy 87.010347 117.751923) (xy 87.00842 117.760724) (xy 87.006065 117.769332) + (xy 87.003282 117.777746) (xy 87.00007 117.785967) (xy 86.996431 117.793994) (xy 86.992363 117.801828) + (xy 86.987867 117.809469) (xy 86.982943 117.816916) (xy 86.97759 117.824169) (xy 86.97181 117.831229) + (xy 86.965601 117.838096) (xy 86.958964 117.844769) (xy 86.951978 117.851139) (xy 86.944722 117.857099) + (xy 86.937195 117.862648) (xy 86.929399 117.867785) (xy 86.921332 117.872512) (xy 86.912995 117.876828) + (xy 86.904387 117.880732) (xy 86.89551 117.884226) (xy 86.886362 117.887309) (xy 86.876944 117.88998) + (xy 86.867256 117.892241) (xy 86.857298 117.89409) (xy 86.84707 117.895529) (xy 86.836571 117.896556) + (xy 86.825802 117.897173) (xy 86.814763 117.897378) (xy 86.803724 117.897172) (xy 86.792953 117.896554) + (xy 86.782452 117.895524) (xy 86.772219 117.894081) (xy 86.762256 117.892226) (xy 86.752562 117.88996) + (xy 86.743136 117.887281) (xy 86.73398 117.884189) (xy 86.725093 117.880686) (xy 86.716475 117.87677) + (xy 86.708126 117.872443) (xy 86.700046 117.867703) (xy 86.692235 117.862551) (xy 86.684693 117.856987) + (xy 86.67742 117.85101) (xy 86.670416 117.844622) (xy 86.663779 117.837907) (xy 86.65757 117.830989) + (xy 86.65179 117.823866) (xy 86.646437 117.81654) (xy 86.641513 117.80901) (xy 86.637017 117.801276) + (xy 86.632949 117.793339) (xy 86.62931 117.785198) (xy 86.626098 117.776853) (xy 86.623315 117.768304) + (xy 86.62096 117.759551) (xy 86.619033 117.750595) (xy 86.617535 117.741434) (xy 86.616464 117.73207) + (xy 86.615822 117.722502) (xy 86.615608 117.712731) (xy 86.615724 117.70546) (xy 86.616075 117.698337) + (xy 86.616659 117.691364) (xy 86.617476 117.684539) (xy 86.618527 117.677863) (xy 86.619812 117.671336) + (xy 86.62133 117.664958) (xy 86.623082 117.658729) (xy 86.625067 117.652648) (xy 86.627286 117.646717) + (xy 86.629738 117.640934) (xy 86.632424 117.6353) (xy 86.635343 117.629815) (xy 86.638496 117.624478) + (xy 86.641883 117.619291) (xy 86.645503 117.614252) (xy 86.649339 117.609387) (xy 86.653373 117.60472) + (xy 86.657605 117.600251) (xy 86.662035 117.59598) (xy 86.666663 117.591907) (xy 86.67149 117.588032) + (xy 86.676514 117.584355) (xy 86.681736 117.580876) (xy 86.687157 117.577596) (xy 86.692775 117.574513) + (xy 86.698592 117.571628) (xy 86.704607 117.568942) (xy 86.710819 117.566454) (xy 86.71723 117.564163) + (xy 86.723839 117.562071) ) + (pts + (xy 86.715845 117.432975) (xy 86.716087 117.440995) (xy 86.716814 117.448735) (xy 86.718024 117.456194) + (xy 86.719719 117.463372) (xy 86.721899 117.470269) (xy 86.724562 117.476886) (xy 86.72771 117.483221) + (xy 86.731342 117.489276) (xy 86.735459 117.49505) (xy 86.740059 117.500544) (xy 86.743396 117.50405) + (xy 86.748733 117.508973) (xy 86.754359 117.513413) (xy 86.760274 117.517368) (xy 86.766477 117.520838) + (xy 86.772968 117.523825) (xy 86.779748 117.526327) (xy 86.786817 117.528345) (xy 86.794174 117.529878) + (xy 86.801819 117.530928) (xy 86.809753 117.531493) (xy 86.815203 117.5316) (xy 86.823091 117.531359) + (xy 86.830709 117.530637) (xy 86.838056 117.529433) (xy 86.845133 117.527747) (xy 86.851939 117.525579) + (xy 86.858475 117.52293) (xy 86.86474 117.519798) (xy 86.870735 117.516186) (xy 86.876459 117.512091) + (xy 86.881913 117.507515) (xy 86.885398 117.504196) (xy 86.890296 117.49895) (xy 86.894711 117.493487) + (xy 86.898645 117.487808) (xy 86.902098 117.481912) (xy 86.905068 117.4758) (xy 86.907557 117.469472) + (xy 86.909564 117.462927) (xy 86.91109 117.456166) (xy 86.912133 117.449188) (xy 86.912695 117.441995) + (xy 86.912802 117.437078) (xy 86.912554 117.429446) (xy 86.911808 117.422045) (xy 86.910565 117.414876) + (xy 86.908825 117.407939) (xy 86.906588 117.401233) (xy 86.903853 117.39476) (xy 86.900622 117.388518) + (xy 86.896893 117.382508) (xy 86.892667 117.37673) (xy 86.887944 117.371184) (xy 86.884519 117.367616) + (xy 86.879121 117.362561) (xy 86.873478 117.358004) (xy 86.867591 117.353944) (xy 86.861459 117.350381) + (xy 86.855082 117.347315) (xy 86.84846 117.344746) (xy 86.841594 117.342674) (xy 86.834483 117.3411) + (xy 86.827127 117.340023) (xy 86.819527 117.339443) (xy 86.814324 117.339332) (xy 86.806483 117.339575) + (xy 86.798897 117.340301) (xy 86.791566 117.341512) (xy 86.78449 117.343207) (xy 86.777669 117.345386) + (xy 86.771104 117.34805) (xy 86.764793 117.351197) (xy 86.758737 117.35483) (xy 86.752936 117.358946) + (xy 86.747391 117.363547) (xy 86.743835 117.366883) (xy 86.738833 117.372145) (xy 86.734323 117.377601) + (xy 86.730305 117.38325) (xy 86.726779 117.389092) (xy 86.723745 117.395127) (xy 86.721202 117.401355) + (xy 86.719152 117.407777) (xy 86.717594 117.414391) (xy 86.716528 117.421199) (xy 86.715954 117.4282) + ) + (pts + (xy 86.691958 117.713317) (xy 86.692089 117.719208) (xy 86.692484 117.725065) (xy 86.693418 117.732823) + (xy 86.694425 117.738602) (xy 86.695695 117.744348) (xy 86.697228 117.75006) (xy 86.699023 117.755739) + (xy 86.701081 117.761384) (xy 86.703402 117.766996) (xy 86.705986 117.772575) (xy 86.706906 117.774427) + (xy 86.709863 117.77986) (xy 86.713076 117.785059) (xy 86.716544 117.790023) (xy 86.720267 117.794753) + (xy 86.724244 117.799248) (xy 86.728477 117.80351) (xy 86.732965 117.807536) (xy 86.737708 117.811329) + (xy 86.742706 117.814887) (xy 86.747959 117.81821) (xy 86.751602 117.820295) (xy 86.75722 117.823176) + (xy 86.762918 117.825774) (xy 86.768695 117.828088) (xy 86.774553 117.830119) (xy 86.78049 117.831866) + (xy 86.786507 117.83333) (xy 86.792604 117.834511) (xy 86.798781 117.835408) (xy 86.805037 117.836022) + (xy 86.811374 117.836352) (xy 86.815643 117.836415) (xy 86.822202 117.836283) (xy 86.828616 117.835884) + (xy 86.834887 117.83522) (xy 86.841013 117.83429) (xy 86.846995 117.833095) (xy 86.852833 117.831634) + (xy 86.858527 117.829908) (xy 86.864076 117.827916) (xy 86.872129 117.82443) (xy 86.879858 117.820346) + (xy 86.887263 117.815664) (xy 86.892018 117.812211) (xy 86.89663 117.808493) (xy 86.901097 117.804509) + (xy 86.903277 117.802417) (xy 86.907483 117.798077) (xy 86.911417 117.793592) (xy 86.91508 117.788963) + (xy 86.920066 117.78175) (xy 86.924441 117.774211) (xy 86.928206 117.766349) (xy 86.93136 117.758161) + (xy 86.933124 117.752523) (xy 86.934617 117.74674) (xy 86.935838 117.740813) (xy 86.936787 117.734741) + (xy 86.937466 117.728526) (xy 86.937873 117.722166) (xy 86.938008 117.715662) (xy 86.937869 117.709066) + (xy 86.93745 117.702615) (xy 86.936751 117.696307) (xy 86.935773 117.690144) (xy 86.934516 117.684126) + (xy 86.93298 117.678251) (xy 86.931164 117.672521) (xy 86.929069 117.666935) (xy 86.926694 117.661494) + (xy 86.924041 117.656196) (xy 86.921107 117.651043) (xy 86.917895 117.646034) (xy 86.914403 117.64117) + (xy 86.910632 117.636449) (xy 86.906581 117.631873) (xy 86.902251 117.627441) (xy 86.89773 117.623218) + (xy 86.893069 117.619267) (xy 86.888269 117.615588) (xy 86.883328 117.612182) (xy 86.878249 117.609049) + (xy 86.873029 117.606188) (xy 86.86767 117.603599) (xy 86.862171 117.601283) (xy 86.856532 117.599239) + (xy 86.850754 117.597468) (xy 86.844836 117.595969) (xy 86.838778 117.594743) (xy 86.832581 117.59379) + (xy 86.826244 117.593108) (xy 86.819768 117.5927) (xy 86.813151 117.592563) (xy 86.806664 117.592698) + (xy 86.800317 117.593104) (xy 86.794111 117.593779) (xy 86.788046 117.594725) (xy 86.782122 117.595941) + (xy 86.776339 117.597427) (xy 86.770696 117.599183) (xy 86.765194 117.60121) (xy 86.757206 117.604756) + (xy 86.749534 117.60891) (xy 86.742179 117.613672) (xy 86.737452 117.617185) (xy 86.732865 117.620967) + (xy 86.72842 117.62502) (xy 86.72625 117.627148) (xy 86.722097 117.63152) (xy 86.718213 117.636028) + (xy 86.714596 117.64067) (xy 86.709673 117.647888) (xy 86.705353 117.655409) (xy 86.701636 117.663234) + (xy 86.698522 117.671363) (xy 86.69601 117.679796) (xy 86.694671 117.685586) (xy 86.693599 117.691512) + (xy 86.692795 117.697573) (xy 86.692259 117.70377) (xy 86.691992 117.710101) + ) ) ) ) - (fp_text value "VJ0603Y101KXQPW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603101" (at 0 1.43) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) - (tstamp 1d89f14d-9ba3-406e-843d-d8523c910ad0) + (tstamp 675a67ea-6481-4ab5-b099-a82f04816d60) ) - (fp_text user "${REFERENCE}" (at 0.015 -0.03 90) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) - (tstamp 7d873c90-32c6-4a5b-9839-18f376820d52) + (tstamp 120138bd-0e34-4e62-bbbc-3f382f454641) ) (fp_line (start -0.14058 -0.51) (end 0.14058 -0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5457c18e-39d6-4468-8a02-af30d60d0e22)) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp e947aaad-94a1-46a1-bc44-d3e497f0ba18)) (fp_line (start -0.14058 0.51) (end 0.14058 0.51) - (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 01b64e83-ca3f-4a19-b917-3a254ccf9b34)) + (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 931408b8-57bf-444d-b5e8-7e5df8477d66)) (fp_line (start -1.48 -0.73) (end 1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3a4cec69-d36f-409a-a986-5f8b4b3d246b)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e9bb989e-4e4c-461b-a6a9-e3f4f8b9e5cb)) (fp_line (start -1.48 0.73) (end -1.48 -0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9da2480a-12ec-42ab-aa38-3294d59bf553)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 795c9104-8fb9-422c-b631-d9a36a6cafa5)) (fp_line (start 1.48 -0.73) (end 1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f60ddb7b-509e-4838-b62c-92574e3d5dbd)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 3de0bc88-3e90-4deb-ab43-1669290fe347)) (fp_line (start 1.48 0.73) (end -1.48 0.73) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2c9a6db7-f487-439b-9335-b8c4b23cd8d2)) + (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 9d02387b-b414-4596-9fdb-89e9b76baca8)) (fp_line (start -0.8 -0.4) (end 0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 241516d7-c797-4466-8749-fa74131c1977)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ad70bd4a-4a87-4080-be4b-ba4f060ffe70)) (fp_line (start -0.8 0.4) (end -0.8 -0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 277f0d87-7720-4411-a80f-e1964d42d700)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fee6dfe5-2a69-44c7-91f4-5fbd4255ab99)) (fp_line (start 0.8 -0.4) (end 0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 9d6d15d0-4e9b-437b-8263-c5d866f50976)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2c7387b8-8fc4-4e4a-ba50-76200f6c70fb)) (fp_line (start 0.8 0.4) (end -0.8 0.4) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 676cf7b8-4d82-4d7f-9c7e-e1b6d5334876)) - (pad "1" smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 3 "+3V3") (pintype "passive") (tstamp 6a65048c-2ebd-489d-b0c9-9cba2dc7f53b)) - (pad "2" smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 1 "GND") (pintype "passive") (tstamp 6675e8c3-d9af-4cfa-be72-87174cb15657)) + (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5ff1ec86-e07a-46e7-a197-0e5f7178ac06)) + (pad "1" smd roundrect (at -0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 3 "+3V3") (pintype "passive") (tstamp 290c2085-cad7-40cf-b8af-dbef41659ba0)) + (pad "2" smd roundrect (at 0.775 0 180) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 1 "GND") (pintype "passive") (zone_connect 2) (tstamp 9611746a-4e3d-478b-b209-4697651e301c)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -20941,9 +17878,9 @@ (pad "1" smd roundrect (at -0.9375 -0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pinfunction "G") (pintype "input") (tstamp bfc99657-d5ab-4a61-8fcb-71e5e5397947)) (pad "2" smd roundrect (at -0.9375 0.95 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 16 "SCL") (pinfunction "S") (pintype "passive") (tstamp 7e7b21fb-b919-462f-a128-b736d58f9fa4)) + (net 12 "SCL") (pinfunction "S") (pintype "passive") (tstamp 7e7b21fb-b919-462f-a128-b736d58f9fa4)) (pad "3" smd roundrect (at 0.9375 0 270) (size 1.475 0.6) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 45 "SCL_5V") (pinfunction "D") (pintype "passive") (tstamp 6edea96e-f20a-4234-b7d6-b8f1cc2415a0)) + (net 41 "SCL_5V") (pinfunction "D") (pintype "passive") (tstamp 6edea96e-f20a-4234-b7d6-b8f1cc2415a0)) (model "${KICAD6_3DMODEL_DIR}/Package_TO_SOT_SMD.3dshapes/SOT-23.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -20951,284 +17888,13 @@ ) ) - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp d549fccf-e6b8-47b4-87c6-53f8fa8a3bca) - (at 84.495 119.4) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Part Number" "GRM1555C1H1R2WA01D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing") - (property "Height" "0.55") - (property "MPN" "GRM1555C1H1R2WA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D") - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/ea7c323f-7292-45c8-b95a-63686d7b9326") - (attr smd) - (fp_text reference "C19" (at -1.691 -0.02) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp 87fede5b-b656-4c70-950f-e90e5dba74e8) - (render_cache "C19" 0 - (polygon - (pts - (xy 82.529959 119.413284) (xy 82.609973 119.433508) (xy 82.608359 119.439708) (xy 82.606666 119.445815) - (xy 82.604894 119.45183) (xy 82.603044 119.457752) (xy 82.601116 119.463581) (xy 82.599109 119.469317) - (xy 82.597024 119.474961) (xy 82.594861 119.480512) (xy 82.592619 119.48597) (xy 82.587899 119.496609) - (xy 82.582867 119.506876) (xy 82.57752 119.516772) (xy 82.57186 119.526298) (xy 82.565886 119.535452) - (xy 82.559598 119.544236) (xy 82.552996 119.552649) (xy 82.546081 119.56069) (xy 82.538852 119.568361) - (xy 82.53131 119.575661) (xy 82.523454 119.58259) (xy 82.519408 119.585915) (xy 82.511142 119.592268) - (xy 82.502649 119.598211) (xy 82.493928 119.603744) (xy 82.484979 119.608868) (xy 82.475802 119.613581) - (xy 82.466397 119.617885) (xy 82.456765 119.621779) (xy 82.446904 119.625263) (xy 82.436816 119.628337) - (xy 82.4265 119.631001) (xy 82.415956 119.633255) (xy 82.405185 119.635099) (xy 82.394185 119.636534) - (xy 82.382958 119.637559) (xy 82.371503 119.638173) (xy 82.35982 119.638378) (xy 82.353746 119.638339) - (xy 82.347744 119.638222) (xy 82.341813 119.638027) (xy 82.335953 119.637753) (xy 82.324448 119.636972) - (xy 82.313227 119.635878) (xy 82.302292 119.634471) (xy 82.291642 119.632752) (xy 82.281276 119.630721) - (xy 82.271196 119.628377) (xy 82.261401 119.62572) (xy 82.251891 119.622751) (xy 82.242666 119.619469) - (xy 82.233726 119.615875) (xy 82.225071 119.611968) (xy 82.216702 119.607748) (xy 82.208617 119.603216) - (xy 82.200818 119.598371) (xy 82.193293 119.593231) (xy 82.185996 119.587811) (xy 82.178927 119.582112) - (xy 82.172085 119.576133) (xy 82.165472 119.569875) (xy 82.159086 119.563338) (xy 82.152929 119.556521) - (xy 82.146999 119.549425) (xy 82.141297 119.54205) (xy 82.135822 119.534395) (xy 82.130576 119.526461) - (xy 82.125557 119.518248) (xy 82.120766 119.509755) (xy 82.116203 119.500983) (xy 82.111868 119.491931) - (xy 82.107761 119.4826) (xy 82.103893 119.473068) (xy 82.100274 119.463449) (xy 82.096904 119.453742) - (xy 82.093784 119.443949) (xy 82.090914 119.434069) (xy 82.088293 119.424101) (xy 82.085922 119.414047) - (xy 82.083801 119.403905) (xy 82.081929 119.393677) (xy 82.080307 119.383361) (xy 82.078934 119.372959) - (xy 82.077811 119.362469) (xy 82.076937 119.351893) (xy 82.076313 119.34123) (xy 82.075939 119.330479) - (xy 82.075814 119.319642) (xy 82.075849 119.31373) (xy 82.075955 119.307866) (xy 82.076377 119.296281) - (xy 82.077082 119.284886) (xy 82.078067 119.273681) (xy 82.079335 119.262666) (xy 82.080884 119.251841) - (xy 82.082714 119.241206) (xy 82.084827 119.230762) (xy 82.087221 119.220507) (xy 82.089896 119.210442) - (xy 82.092853 119.200567) (xy 82.096092 119.190883) (xy 82.099613 119.181388) (xy 82.103415 119.172084) - (xy 82.107499 119.162969) (xy 82.111864 119.154045) (xy 82.11649 119.145348) (xy 82.121353 119.136917) - (xy 82.126455 119.128752) (xy 82.131795 119.120852) (xy 82.137372 119.113218) (xy 82.143189 119.10585) - (xy 82.149243 119.098747) (xy 82.155535 119.091909) (xy 82.162065 119.085338) (xy 82.168834 119.079032) - (xy 82.175841 119.072991) (xy 82.183086 119.067217) (xy 82.190569 119.061707) (xy 82.19829 119.056464) - (xy 82.206249 119.051486) (xy 82.214446 119.046773) (xy 82.222833 119.042319) (xy 82.231322 119.038152) - (xy 82.239914 119.034273) (xy 82.24861 119.030681) (xy 82.257408 119.027376) (xy 82.26631 119.024359) - (xy 82.275314 119.021629) (xy 82.284422 119.019186) (xy 82.293633 119.017031) (xy 82.302946 119.015163) - (xy 82.312363 119.013583) (xy 82.321883 119.012289) (xy 82.331505 119.011284) (xy 82.341231 119.010565) - (xy 82.35106 119.010134) (xy 82.360992 119.00999) (xy 82.372218 119.010173) (xy 82.383219 119.010721) - (xy 82.393994 119.011634) (xy 82.404544 119.012912) (xy 82.414868 119.014556) (xy 82.424966 119.016564) - (xy 82.434839 119.018938) (xy 82.444486 119.021677) (xy 82.453908 119.024782) (xy 82.463105 119.028251) - (xy 82.472075 119.032086) (xy 82.480821 119.036286) (xy 82.48934 119.040851) (xy 82.497634 119.045782) - (xy 82.505703 119.051078) (xy 82.513546 119.056739) (xy 82.52113 119.062731) (xy 82.528421 119.069021) - (xy 82.535418 119.075609) (xy 82.542123 119.082494) (xy 82.548534 119.089677) (xy 82.554652 119.097158) - (xy 82.560477 119.104936) (xy 82.56601 119.113012) (xy 82.571249 119.121386) (xy 82.576194 119.130057) - (xy 82.580847 119.139026) (xy 82.585207 119.148293) (xy 82.589274 119.157857) (xy 82.593047 119.167719) - (xy 82.596528 119.177879) (xy 82.599715 119.188337) (xy 82.520873 119.206948) (xy 82.51818 119.198665) - (xy 82.515337 119.190668) (xy 82.512345 119.182957) (xy 82.509205 119.175532) (xy 82.505915 119.168394) - (xy 82.502477 119.161542) (xy 82.49889 119.154976) (xy 82.495155 119.148696) (xy 82.49127 119.142702) - (xy 82.487237 119.136995) (xy 82.483054 119.131574) (xy 82.478723 119.126439) (xy 82.474243 119.121591) - (xy 82.469614 119.117028) (xy 82.464837 119.112752) (xy 82.45991 119.108762) (xy 82.454829 119.105036) - (xy 82.449588 119.101549) (xy 82.444187 119.098304) (xy 82.438625 119.095298) (xy 82.432903 119.092533) - (xy 82.42702 119.090009) (xy 82.420977 119.087725) (xy 82.414774 119.085681) (xy 82.408411 119.083878) - (xy 82.401887 119.082315) (xy 82.395204 119.080993) (xy 82.388359 119.079911) (xy 82.381355 119.07907) - (xy 82.37419 119.078468) (xy 82.366865 119.078108) (xy 82.35938 119.077988) (xy 82.350768 119.078119) - (xy 82.342333 119.078514) (xy 82.334075 119.079173) (xy 82.325995 119.080094) (xy 82.318093 119.081279) - (xy 82.310367 119.082727) (xy 82.30282 119.084439) (xy 82.295449 119.086414) (xy 82.288257 119.088652) - (xy 82.281241 119.091154) (xy 82.274404 119.093919) (xy 82.267743 119.096947) (xy 82.26126 119.100239) - (xy 82.254955 119.103793) (xy 82.248827 119.107612) (xy 82.242876 119.111693) (xy 82.237141 119.115996) - (xy 82.231622 119.120479) (xy 82.226319 119.125142) (xy 82.221233 119.129984) (xy 82.216363 119.135006) - (xy 82.21171 119.140208) (xy 82.207273 119.145589) (xy 82.203052 119.151151) (xy 82.199048 119.156892) - (xy 82.19526 119.162812) (xy 82.191689 119.168913) (xy 82.188334 119.175193) (xy 82.185195 119.181653) - (xy 82.182273 119.188293) (xy 82.179567 119.195113) (xy 82.177077 119.202112) (xy 82.174788 119.209215) - (xy 82.172646 119.216347) (xy 82.170653 119.223508) (xy 82.168807 119.230697) (xy 82.167108 119.237915) - (xy 82.165557 119.245162) (xy 82.164154 119.252437) (xy 82.162899 119.259741) (xy 82.161791 119.267073) - (xy 82.160831 119.274434) (xy 82.160019 119.281824) (xy 82.159354 119.289242) (xy 82.158837 119.296689) - (xy 82.158468 119.304165) (xy 82.158247 119.311669) (xy 82.158173 119.319202) (xy 82.15826 119.328852) - (xy 82.158523 119.338347) (xy 82.158961 119.347687) (xy 82.159574 119.356873) (xy 82.160362 119.365905) - (xy 82.161326 119.374782) (xy 82.162464 119.383504) (xy 82.163778 119.392072) (xy 82.165267 119.400485) - (xy 82.166931 119.408744) (xy 82.16877 119.416848) (xy 82.170785 119.424797) (xy 82.172974 119.432592) - (xy 82.175339 119.440233) (xy 82.177879 119.447718) (xy 82.180594 119.45505) (xy 82.183512 119.462172) - (xy 82.186623 119.469065) (xy 82.189928 119.475732) (xy 82.193426 119.48217) (xy 82.197118 119.48838) - (xy 82.201003 119.494363) (xy 82.205082 119.500118) (xy 82.209354 119.505645) (xy 82.21382 119.510944) - (xy 82.218479 119.516015) (xy 82.223331 119.520858) (xy 82.228377 119.525474) (xy 82.233617 119.529862) - (xy 82.23905 119.534022) (xy 82.244677 119.537954) (xy 82.250497 119.541658) (xy 82.256462 119.545136) - (xy 82.262488 119.54839) (xy 82.268575 119.55142) (xy 82.274722 119.554225) (xy 82.280931 119.556805) - (xy 82.287199 119.559161) (xy 82.293529 119.561293) (xy 82.299919 119.5632) (xy 82.30637 119.564883) - (xy 82.312882 119.566342) (xy 82.319454 119.567576) (xy 82.326087 119.568586) (xy 82.33278 119.569371) - (xy 82.339535 119.569932) (xy 82.34635 119.570269) (xy 82.353225 119.570381) (xy 82.361535 119.570227) - (xy 82.369684 119.569763) (xy 82.377673 119.56899) (xy 82.385502 119.567908) (xy 82.39317 119.566517) - (xy 82.400678 119.564817) (xy 82.408026 119.562808) (xy 82.415214 119.560489) (xy 82.422241 119.557862) - (xy 82.429108 119.554925) (xy 82.435815 119.551679) (xy 82.442362 119.548125) (xy 82.448748 119.544261) - (xy 82.454974 119.540087) (xy 82.461039 119.535605) (xy 82.466945 119.530814) (xy 82.472652 119.525718) - (xy 82.478123 119.520322) (xy 82.483359 119.514626) (xy 82.488359 119.508631) (xy 82.493122 119.502335) - (xy 82.497651 119.495739) (xy 82.501943 119.488843) (xy 82.505999 119.481648) (xy 82.50982 119.474152) - (xy 82.513404 119.466357) (xy 82.516753 119.458261) (xy 82.519866 119.449866) (xy 82.522743 119.44117) - (xy 82.525384 119.432175) (xy 82.52779 119.42288) - ) - ) - (polygon - (pts - (xy 82.954356 119.629) (xy 82.880204 119.629) (xy 82.880204 119.153898) (xy 82.875028 119.158762) - (xy 82.869559 119.163625) (xy 82.863797 119.168489) (xy 82.857741 119.173352) (xy 82.851391 119.178216) - (xy 82.844747 119.183079) (xy 82.83781 119.187943) (xy 82.830579 119.192806) (xy 82.825596 119.196049) - (xy 82.820482 119.199291) (xy 82.815237 119.202533) (xy 82.809862 119.205775) (xy 82.804456 119.208949) - (xy 82.79912 119.212022) (xy 82.793854 119.214994) (xy 82.788658 119.217866) (xy 82.780995 119.221984) - (xy 82.773489 119.225875) (xy 82.76614 119.22954) (xy 82.758948 119.232978) (xy 82.751914 119.236189) - (xy 82.745036 119.239174) (xy 82.738316 119.241932) (xy 82.731753 119.244464) (xy 82.731753 119.169432) - (xy 82.739477 119.165758) (xy 82.747078 119.161988) (xy 82.754557 119.158124) (xy 82.761914 119.154164) - (xy 82.769148 119.150109) (xy 82.776259 119.14596) (xy 82.783248 119.141715) (xy 82.790115 119.137375) - (xy 82.796859 119.132941) (xy 82.80348 119.128411) (xy 82.809979 119.123786) (xy 82.816355 119.119066) - (xy 82.822609 119.114251) (xy 82.828741 119.109342) (xy 82.83475 119.104337) (xy 82.840636 119.099237) - (xy 82.846355 119.094099) (xy 82.851861 119.088981) (xy 82.857153 119.083882) (xy 82.862233 119.078803) - (xy 82.8671 119.073743) (xy 82.871754 119.068703) (xy 82.876195 119.063682) (xy 82.880423 119.05868) - (xy 82.884438 119.053698) (xy 82.888241 119.048736) (xy 82.89183 119.043793) (xy 82.895206 119.038869) - (xy 82.899871 119.03152) (xy 82.904057 119.024215) (xy 82.906582 119.019369) (xy 82.954356 119.019369) - ) - ) - (polygon - (pts - (xy 83.153218 119.485678) (xy 83.224586 119.478937) (xy 83.225768 119.485293) (xy 83.227079 119.491427) - (xy 83.22852 119.497341) (xy 83.230091 119.503034) (xy 83.232688 119.511159) (xy 83.235577 119.518787) - (xy 83.238757 119.525918) (xy 83.242229 119.532552) (xy 83.245991 119.538688) (xy 83.250044 119.544328) - (xy 83.254389 119.54947) (xy 83.259024 119.554115) (xy 83.263959 119.558279) (xy 83.269146 119.562033) - (xy 83.274586 119.565378) (xy 83.280278 119.568314) (xy 83.286222 119.570839) (xy 83.292419 119.572955) - (xy 83.298869 119.574662) (xy 83.305571 119.575959) (xy 83.312525 119.576847) (xy 83.319732 119.577324) - (xy 83.324677 119.577415) (xy 83.331005 119.57728) (xy 83.337187 119.576874) (xy 83.343223 119.576198) - (xy 83.349111 119.575252) (xy 83.354852 119.574034) (xy 83.362279 119.571991) (xy 83.369445 119.569466) - (xy 83.37635 119.566461) (xy 83.382994 119.562975) (xy 83.384614 119.562028) (xy 83.390915 119.558021) - (xy 83.396924 119.553693) (xy 83.402639 119.549045) (xy 83.408061 119.544076) (xy 83.41319 119.538787) - (xy 83.418026 119.533177) (xy 83.422569 119.527246) (xy 83.426819 119.520995) (xy 83.430874 119.514266) - (xy 83.433804 119.508849) (xy 83.436639 119.503115) (xy 83.439379 119.497064) (xy 83.442023 119.490697) - (xy 83.444572 119.484013) (xy 83.447026 119.477012) (xy 83.449384 119.469694) (xy 83.451647 119.462059) - (xy 83.453815 119.454107) (xy 83.454516 119.451386) (xy 83.456507 119.443158) (xy 83.458301 119.434903) - (xy 83.4599 119.426623) (xy 83.461303 119.418317) (xy 83.46251 119.409986) (xy 83.463522 119.401628) - (xy 83.464338 119.393245) (xy 83.464958 119.384836) (xy 83.465382 119.376401) (xy 83.46561 119.367941) - (xy 83.465654 119.362286) (xy 83.465544 119.356131) (xy 83.465317 119.349976) (xy 83.465214 119.347632) - (xy 83.460894 119.353786) (xy 83.456289 119.359718) (xy 83.451398 119.365429) (xy 83.44622 119.370919) - (xy 83.440757 119.376187) (xy 83.435008 119.381233) (xy 83.428973 119.386058) (xy 83.422652 119.390661) - (xy 83.416045 119.395043) (xy 83.409152 119.399203) (xy 83.404398 119.401854) (xy 83.397116 119.405573) - (xy 83.389723 119.408926) (xy 83.382219 119.411913) (xy 83.374605 119.414534) (xy 83.36688 119.41679) - (xy 83.359044 119.41868) (xy 83.351098 119.420204) (xy 83.343041 119.421363) (xy 83.334873 119.422155) - (xy 83.326594 119.422582) (xy 83.321013 119.422663) (xy 83.311724 119.42245) (xy 83.302615 119.421811) - (xy 83.293685 119.420747) (xy 83.284935 119.419256) (xy 83.276365 119.417339) (xy 83.267975 119.414997) - (xy 83.259764 119.412229) (xy 83.251734 119.409034) (xy 83.243882 119.405414) (xy 83.236211 119.401368) - (xy 83.22872 119.396896) (xy 83.221408 119.391998) (xy 83.214276 119.386675) (xy 83.207323 119.380925) - (xy 83.200551 119.37475) (xy 83.193958 119.368148) (xy 83.187676 119.36118) (xy 83.181799 119.35394) - (xy 83.176328 119.346429) (xy 83.171262 119.338647) (xy 83.166601 119.330593) (xy 83.162345 119.322268) - (xy 83.158495 119.313671) (xy 83.15505 119.304804) (xy 83.15201 119.295665) (xy 83.149376 119.286254) - (xy 83.147147 119.276573) (xy 83.145323 119.266619) (xy 83.143904 119.256395) (xy 83.142891 119.245899) - (xy 83.142283 119.235132) (xy 83.142081 119.224094) (xy 83.142292 119.212712) (xy 83.142928 119.20161) - (xy 83.143987 119.190789) (xy 83.14547 119.180249) (xy 83.147376 119.169989) (xy 83.149706 119.16001) - (xy 83.152459 119.150311) (xy 83.155636 119.140892) (xy 83.159237 119.131754) (xy 83.163261 119.122897) - (xy 83.167709 119.11432) (xy 83.172581 119.106024) (xy 83.177876 119.098008) (xy 83.183594 119.090272) - (xy 83.189737 119.082817) (xy 83.196303 119.075643) (xy 83.203187 119.068829) (xy 83.210286 119.062454) - (xy 83.217599 119.056519) (xy 83.225126 119.051023) (xy 83.232867 119.045967) (xy 83.240823 119.041351) - (xy 83.248992 119.037175) (xy 83.257376 119.033438) (xy 83.265973 119.03014) (xy 83.274785 119.027283) - (xy 83.28381 119.024865) (xy 83.29305 119.022886) (xy 83.302504 119.021348) (xy 83.312172 119.020249) - (xy 83.322054 119.019589) (xy 83.33215 119.019369) (xy 83.339475 119.019494) (xy 83.34672 119.019869) - (xy 83.353887 119.020492) (xy 83.360974 119.021366) (xy 83.367983 119.022489) (xy 83.374912 119.023862) - (xy 83.381762 119.025484) (xy 83.388534 119.027356) (xy 83.395226 119.029478) (xy 83.40184 119.031849) - (xy 83.408374 119.034469) (xy 83.41483 119.03734) (xy 83.421206 119.040459) (xy 83.427504 119.043829) - (xy 83.433722 119.047448) (xy 83.439862 119.051316) (xy 83.44587 119.055397) (xy 83.451695 119.05969) - (xy 83.457337 119.064195) (xy 83.462796 119.068911) (xy 83.468072 119.073839) (xy 83.473164 119.078979) - (xy 83.478073 119.084331) (xy 83.482799 119.089894) (xy 83.487342 119.09567) (xy 83.491702 119.101657) - (xy 83.495879 119.107856) (xy 83.499872 119.114267) (xy 83.503682 119.120889) (xy 83.507309 119.127724) - (xy 83.510753 119.13477) (xy 83.514014 119.142028) (xy 83.517084 119.149598) (xy 83.519956 119.15758) - (xy 83.52263 119.165975) (xy 83.525105 119.174781) (xy 83.527383 119.184) (xy 83.529463 119.193631) - (xy 83.531344 119.203673) (xy 83.533028 119.214129) (xy 83.534513 119.224996) (xy 83.535801 119.236275) - (xy 83.53689 119.247967) (xy 83.537361 119.253967) (xy 83.537782 119.260071) (xy 83.538153 119.266277) - (xy 83.538475 119.272587) (xy 83.538747 119.278999) (xy 83.53897 119.285515) (xy 83.539143 119.292133) - (xy 83.539267 119.298855) (xy 83.539341 119.30568) (xy 83.539366 119.312607) (xy 83.539341 119.319815) - (xy 83.539268 119.326931) (xy 83.539145 119.333955) (xy 83.538972 119.340886) (xy 83.538751 119.347725) - (xy 83.53848 119.354472) (xy 83.53816 119.361127) (xy 83.537791 119.36769) (xy 83.537372 119.374161) - (xy 83.536905 119.380539) (xy 83.536388 119.386826) (xy 83.535822 119.39302) (xy 83.535206 119.399122) - (xy 83.534542 119.405131) (xy 83.533828 119.411049) (xy 83.533065 119.416875) (xy 83.531391 119.428249) - (xy 83.52952 119.439255) (xy 83.527452 119.449892) (xy 83.525188 119.460161) (xy 83.522726 119.47006) - (xy 83.520068 119.479592) (xy 83.517213 119.488754) (xy 83.51416 119.497548) (xy 83.510932 119.506029) - (xy 83.507511 119.514254) (xy 83.503897 119.522223) (xy 83.500092 119.529935) (xy 83.496094 119.53739) - (xy 83.491904 119.544589) (xy 83.487521 119.551532) (xy 83.482946 119.558218) (xy 83.478179 119.564648) - (xy 83.473219 119.570821) (xy 83.468067 119.576738) (xy 83.462723 119.582398) (xy 83.457186 119.587802) - (xy 83.451457 119.592949) (xy 83.445536 119.59784) (xy 83.439422 119.602475) (xy 83.433146 119.606822) - (xy 83.426737 119.61089) (xy 83.420195 119.614676) (xy 83.41352 119.618183) (xy 83.406712 119.621408) - (xy 83.399772 119.624354) (xy 83.392699 119.627018) (xy 83.385493 119.629403) (xy 83.378154 119.631506) - (xy 83.370683 119.633329) (xy 83.363078 119.634872) (xy 83.355341 119.636134) (xy 83.347471 119.637116) - (xy 83.339469 119.637817) (xy 83.331333 119.638238) (xy 83.323065 119.638378) (xy 83.3143 119.638222) - (xy 83.305738 119.637753) (xy 83.297378 119.636972) (xy 83.289222 119.635878) (xy 83.281268 119.634471) - (xy 83.273516 119.632752) (xy 83.265967 119.630721) (xy 83.258621 119.628377) (xy 83.251478 119.62572) - (xy 83.244537 119.622751) (xy 83.237799 119.619469) (xy 83.231263 119.615875) (xy 83.22493 119.611968) - (xy 83.2188 119.607748) (xy 83.212872 119.603216) (xy 83.207147 119.598371) (xy 83.201681 119.593226) - (xy 83.196495 119.587827) (xy 83.191588 119.582175) (xy 83.18696 119.576271) (xy 83.182612 119.570113) - (xy 83.178543 119.563702) (xy 83.174754 119.557038) (xy 83.171243 119.550121) (xy 83.168012 119.542951) - (xy 83.165061 119.535529) (xy 83.162389 119.527853) (xy 83.159996 119.519924) (xy 83.157882 119.511742) - (xy 83.156048 119.503307) (xy 83.154494 119.494619) - ) - (pts - (xy 83.457007 119.222482) (xy 83.456875 119.214417) (xy 83.456476 119.206563) (xy 83.455812 119.19892) - (xy 83.454883 119.191487) (xy 83.453687 119.184265) (xy 83.452226 119.177254) (xy 83.4505 119.170453) - (xy 83.448508 119.163863) (xy 83.44625 119.157484) (xy 83.443727 119.151315) (xy 83.440938 119.145357) - (xy 83.437883 119.13961) (xy 83.434563 119.134073) (xy 83.430977 119.128747) (xy 83.427126 119.123632) - (xy 83.423009 119.118727) (xy 83.418705 119.114078) (xy 83.414294 119.109729) (xy 83.409775 119.105679) - (xy 83.405149 119.10193) (xy 83.398007 119.096868) (xy 83.390623 119.092481) (xy 83.382998 119.088769) - (xy 83.37513 119.085732) (xy 83.367019 119.083369) (xy 83.358667 119.081682) (xy 83.350073 119.08067) - (xy 83.344209 119.08037) (xy 83.341236 119.080332) (xy 83.335095 119.080494) (xy 83.329052 119.080978) - (xy 83.32311 119.081785) (xy 83.317267 119.082915) (xy 83.311524 119.084368) (xy 83.30588 119.086144) - (xy 83.300336 119.088242) (xy 83.294891 119.090664) (xy 83.289546 119.093408) (xy 83.284301 119.096475) - (xy 83.279155 119.099865) (xy 83.274109 119.103578) (xy 83.269163 119.107614) (xy 83.264316 119.111973) - (xy 83.259569 119.116654) (xy 83.254921 119.121658) (xy 83.250484 119.12692) (xy 83.246334 119.132372) - (xy 83.24247 119.138016) (xy 83.238892 119.143851) (xy 83.235601 119.149877) (xy 83.232596 119.156094) - (xy 83.229876 119.162503) (xy 83.227444 119.169102) (xy 83.225297 119.175893) (xy 83.223436 119.182875) - (xy 83.221862 119.190049) (xy 83.220574 119.197413) (xy 83.219572 119.204969) (xy 83.218857 119.212716) - (xy 83.218428 119.220654) (xy 83.218284 119.228783) (xy 83.218421 119.236079) (xy 83.218829 119.243202) - (xy 83.219511 119.250152) (xy 83.220464 119.256929) (xy 83.221691 119.263533) (xy 83.223189 119.269965) - (xy 83.22496 119.276223) (xy 83.227004 119.282309) (xy 83.22932 119.288222) (xy 83.231909 119.293962) - (xy 83.23477 119.299529) (xy 83.237903 119.304923) (xy 83.241309 119.310144) (xy 83.244988 119.315192) - (xy 83.248939 119.320068) (xy 83.253162 119.324771) (xy 83.257585 119.329243) (xy 83.262134 119.333426) - (xy 83.266808 119.337321) (xy 83.271609 119.340927) (xy 83.276535 119.344245) (xy 83.281588 119.347275) - (xy 83.289402 119.351278) (xy 83.2975 119.354632) (xy 83.303057 119.356507) (xy 83.308739 119.358094) - (xy 83.314547 119.359392) (xy 83.320481 119.360402) (xy 83.326541 119.361123) (xy 83.332726 119.361556) - (xy 83.339038 119.3617) (xy 83.345414 119.361556) (xy 83.351646 119.361123) (xy 83.357733 119.360402) - (xy 83.363676 119.359392) (xy 83.369475 119.358094) (xy 83.37513 119.356507) (xy 83.383341 119.353586) - (xy 83.391228 119.350015) (xy 83.39879 119.345796) (xy 83.406028 119.340927) (xy 83.410673 119.337321) - (xy 83.415173 119.333426) (xy 83.419529 119.329243) (xy 83.423742 119.324771) (xy 83.42777 119.320043) - (xy 83.431538 119.315094) (xy 83.435047 119.309923) (xy 83.438295 119.304529) (xy 83.441284 119.298913) - (xy 83.444013 119.293076) (xy 83.446482 119.287016) (xy 83.448691 119.280734) (xy 83.45064 119.27423) - (xy 83.452329 119.267503) (xy 83.453759 119.260555) (xy 83.454928 119.253385) (xy 83.455838 119.245992) - (xy 83.456488 119.238377) (xy 83.456877 119.230541) - ) - ) - ) - ) - (fp_text value "GRM1555C1H1R2WA01D" (at 0 0) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp a0e4a2f6-a531-451e-97cf-dae64b389738) - ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 55c60b7f-606f-4ca7-8637-a6051503a155)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16669cb9-fdce-4c12-8154-c1e364cc03bc)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp e214381f-7a13-4669-a90b-f255d9ccc653)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp aea66ed4-691a-4374-9aa8-dbfa08c1c055)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp fe19790c-33e0-4e32-8281-baf080427476)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 28fcd280-ac94-4784-8d6c-571b78db397e)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f0bbef30-2133-474d-b251-de16b60f54b2)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e3d55af7-d41c-4476-8fb2-1954bd103940)) - (pad "1" smd rect (at -0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 94 "Net-(C19-Pad1)") (pinfunction "1") (pintype "passive") (tstamp efc4585b-3c0a-40c0-8c90-e5b2df9af674)) - (pad "2" smd rect (at 0.46 0) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 44ec039d-1342-49d9-b4a1-cd154a85992b)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "LED_SMD:LED_0603_1608Metric" (layer "F.Cu") (tstamp d913f04d-d6b2-4afa-bcf3-65ed87dde7a7) (at 116.14 85.13 -90) (descr "LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator") (tags "LED") - (property "MPN" "SML-D12D8WT8") + (property "MPN" "SML-D12D8WT86C") + (property "Manufacturer_Part_Number" "SML-D12D8WT86C") (property "Mouser PN" " 755-SML-D12D8WT86C") (property "Sheetfile" "power.kicad_sch") (property "Sheetname" "power") @@ -21371,7 +18037,7 @@ ) ) ) - (fp_text value "SML-D12D8WT8" (at 0 1.43 -270) (layer "F.Fab") hide + (fp_text value "SML-D12D8WT86C" (at 0 1.43 -270) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 3ff8c7e5-a44a-459d-bfd5-4bd3dc15e357) ) @@ -21406,7 +18072,7 @@ (pad "1" smd roundrect (at -0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pinfunction "K") (pintype "passive") (tstamp b57d52df-35ab-4a16-9647-b31d12e63d02)) (pad "2" smd roundrect (at 0.7875 0 270) (size 0.875 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 12 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 37ad0309-db51-425c-ab99-75b42f720b55)) + (net 9 "Net-(D5-A)") (pinfunction "A") (pintype "passive") (tstamp 37ad0309-db51-425c-ab99-75b42f720b55)) (model "${KICAD6_3DMODEL_DIR}/LED_SMD.3dshapes/LED_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -21575,85 +18241,85 @@ (fp_line (start 49.68 1.345) (end -1.42 1.345) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 33c41952-482d-4ebb-bef8-80e8c2645f8a)) (pad "1" thru_hole rect (at 0 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 14 "3.3V_RPi") (pinfunction "3V3") (pintype "power_in") (tstamp 6e11d962-154a-471d-931f-0684d473700e)) + (net 10 "3.3V_RPi") (pinfunction "3V3") (pintype "power_in") (tstamp 6e11d962-154a-471d-931f-0684d473700e)) (pad "2" thru_hole circle (at 0 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 2 "5V_RPi") (pinfunction "5V") (pintype "power_in") (tstamp db5a21b5-757a-4f89-b23d-9618a6896e9e)) (pad "3" thru_hole circle (at 2.54 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 91 "SDA") (pinfunction "SDA/GPIO2") (pintype "bidirectional") (tstamp f246533e-8e05-47fc-8fd3-1511a1485385)) + (net 87 "SDA") (pinfunction "SDA/GPIO2") (pintype "bidirectional") (tstamp f246533e-8e05-47fc-8fd3-1511a1485385)) (pad "4" thru_hole circle (at 2.54 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 2 "5V_RPi") (pinfunction "5V") (pintype "power_in") (tstamp 630224a5-785b-47b9-b73a-ff54b544dbcb)) (pad "5" thru_hole circle (at 5.08 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 16 "SCL") (pinfunction "SCL/GPIO3") (pintype "bidirectional") (tstamp c11b1e70-dc97-47fd-bcd2-0fe06d1ebe61)) + (net 12 "SCL") (pinfunction "SCL/GPIO3") (pintype "bidirectional") (tstamp c11b1e70-dc97-47fd-bcd2-0fe06d1ebe61)) (pad "6" thru_hole circle (at 5.08 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp dc040b94-dbd6-44de-aeb4-3cb23de7cf68)) (pad "7" thru_hole circle (at 7.62 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 17 "GPIO4") (pinfunction "GCLK0/GPIO4") (pintype "bidirectional") (tstamp 2b7d2783-c5c0-42f7-a2f8-f482eb001208)) + (net 13 "GPIO4") (pinfunction "GCLK0/GPIO4") (pintype "bidirectional") (tstamp 2b7d2783-c5c0-42f7-a2f8-f482eb001208)) (pad "8" thru_hole circle (at 7.62 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 18 "TX") (pinfunction "GPIO14/TXD") (pintype "bidirectional") (tstamp e31a8b60-9238-4e35-94e7-96c0ff9c5951)) + (net 14 "TX") (pinfunction "GPIO14/TXD") (pintype "bidirectional") (tstamp e31a8b60-9238-4e35-94e7-96c0ff9c5951)) (pad "9" thru_hole circle (at 10.16 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 8e21ecd9-b889-4305-a3c8-85c11d43ebea)) (pad "10" thru_hole circle (at 10.16 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 19 "RX") (pinfunction "GPIO15/RXD") (pintype "bidirectional") (tstamp e6ed8fe1-da12-4ed2-9dc7-f88d78b97a11)) + (net 15 "RX") (pinfunction "GPIO15/RXD") (pintype "bidirectional") (tstamp e6ed8fe1-da12-4ed2-9dc7-f88d78b97a11)) (pad "11" thru_hole circle (at 12.7 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 20 "GPIO17") (pinfunction "GPIO17") (pintype "bidirectional") (tstamp 32f2190f-ef93-4da5-9f7c-54276a26ad92)) + (net 16 "GPIO17") (pinfunction "GPIO17") (pintype "bidirectional") (tstamp 32f2190f-ef93-4da5-9f7c-54276a26ad92)) (pad "12" thru_hole circle (at 12.7 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 21 "GPIO18") (pinfunction "GPIO18/PWM0") (pintype "bidirectional") (tstamp cdb30e03-21c4-4fe7-a407-0444d01df6f6)) + (net 17 "GPIO18") (pinfunction "GPIO18/PWM0") (pintype "bidirectional") (tstamp cdb30e03-21c4-4fe7-a407-0444d01df6f6)) (pad "13" thru_hole circle (at 15.24 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 22 "GPIO27") (pinfunction "GPIO27") (pintype "bidirectional") (tstamp 032ce009-d7c0-431e-80fa-e7290802ef07)) + (net 18 "GPIO27") (pinfunction "GPIO27") (pintype "bidirectional") (tstamp 032ce009-d7c0-431e-80fa-e7290802ef07)) (pad "14" thru_hole circle (at 15.24 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 991f5c35-380c-4bb6-8777-73298ce50e84)) (pad "15" thru_hole circle (at 17.78 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 23 "GPIO22") (pinfunction "GPIO22") (pintype "bidirectional") (tstamp 1989e8fc-ad13-4f27-bf81-95ab28bdd02a)) + (net 19 "GPIO22") (pinfunction "GPIO22") (pintype "bidirectional") (tstamp 1989e8fc-ad13-4f27-bf81-95ab28bdd02a)) (pad "16" thru_hole circle (at 17.78 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 24 "GPIO23") (pinfunction "GPIO23") (pintype "bidirectional") (tstamp a848bb9f-dd6a-45c3-bdbe-45b90479aaf1)) + (net 20 "GPIO23") (pinfunction "GPIO23") (pintype "bidirectional") (tstamp a848bb9f-dd6a-45c3-bdbe-45b90479aaf1)) (pad "17" thru_hole circle (at 20.32 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 14 "3.3V_RPi") (pinfunction "3V3") (pintype "power_in") (tstamp 61d11f73-fda5-41ef-93e4-e8380e52a144)) + (net 10 "3.3V_RPi") (pinfunction "3V3") (pintype "power_in") (tstamp 61d11f73-fda5-41ef-93e4-e8380e52a144)) (pad "18" thru_hole circle (at 20.32 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 25 "GPIO24") (pinfunction "GPIO24") (pintype "bidirectional") (tstamp 39c67307-c271-404e-a07f-7e78ee0aaa5d)) + (net 21 "GPIO24") (pinfunction "GPIO24") (pintype "bidirectional") (tstamp 39c67307-c271-404e-a07f-7e78ee0aaa5d)) (pad "19" thru_hole circle (at 22.86 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 26 "MOSI") (pinfunction "MOSI0/GPIO10") (pintype "bidirectional") (tstamp bb975e10-f90f-4c09-b4bd-a75309fc5710)) + (net 22 "MOSI") (pinfunction "MOSI0/GPIO10") (pintype "bidirectional") (tstamp bb975e10-f90f-4c09-b4bd-a75309fc5710)) (pad "20" thru_hole circle (at 22.86 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 06400c19-ec2e-487b-86b1-60716b4acedd)) (pad "21" thru_hole circle (at 25.4 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 27 "MISO") (pinfunction "MISO0/GPIO9") (pintype "bidirectional") (tstamp da1afcb8-7fc2-4c33-b287-b990e3b12278)) + (net 23 "MISO") (pinfunction "MISO0/GPIO9") (pintype "bidirectional") (tstamp da1afcb8-7fc2-4c33-b287-b990e3b12278)) (pad "22" thru_hole circle (at 25.4 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 28 "GPIO25") (pinfunction "GPIO25") (pintype "bidirectional") (tstamp a71a6a59-75ac-49f6-aa25-1605c35cd8df)) + (net 24 "GPIO25") (pinfunction "GPIO25") (pintype "bidirectional") (tstamp a71a6a59-75ac-49f6-aa25-1605c35cd8df)) (pad "23" thru_hole circle (at 27.94 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 29 "SCLK") (pinfunction "SCLK0/GPIO11") (pintype "bidirectional") (tstamp 3d025bc6-6a12-48e4-a982-eaf8ddb4210d)) + (net 25 "SCLK") (pinfunction "SCLK0/GPIO11") (pintype "bidirectional") (tstamp 3d025bc6-6a12-48e4-a982-eaf8ddb4210d)) (pad "24" thru_hole circle (at 27.94 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 30 "CE0") (pinfunction "~{CE0}/GPIO8") (pintype "bidirectional") (tstamp cf1a6a06-9e2d-4a65-99da-bdc771ae9714)) + (net 26 "CE0") (pinfunction "~{CE0}/GPIO8") (pintype "bidirectional") (tstamp cf1a6a06-9e2d-4a65-99da-bdc771ae9714)) (pad "25" thru_hole circle (at 30.48 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 98a9e21c-e770-49fd-8325-887b0c3aebf4)) (pad "26" thru_hole circle (at 30.48 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 31 "GPIO7") (pinfunction "~{CE1}/GPIO7") (pintype "bidirectional") (tstamp 97f06842-2884-4017-9fbf-81f17b44c77a)) + (net 27 "GPIO7") (pinfunction "~{CE1}/GPIO7") (pintype "bidirectional") (tstamp 97f06842-2884-4017-9fbf-81f17b44c77a)) (pad "27" thru_hole circle (at 33.02 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 32 "unconnected-(J2-ID_SD{slash}GPIO0-Pad27)") (pinfunction "ID_SD/GPIO0") (pintype "bidirectional+no_connect") (tstamp 51e2caf5-57d2-47e6-b503-be07bfd5f172)) + (net 28 "unconnected-(J2-ID_SD{slash}GPIO0-Pad27)") (pinfunction "ID_SD/GPIO0") (pintype "bidirectional+no_connect") (tstamp 51e2caf5-57d2-47e6-b503-be07bfd5f172)) (pad "28" thru_hole circle (at 33.02 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 33 "unconnected-(J2-ID_SC{slash}GPIO1-Pad28)") (pinfunction "ID_SC/GPIO1") (pintype "bidirectional+no_connect") (tstamp 20fe467d-cb60-45bf-9033-6571602c8b02)) + (net 29 "unconnected-(J2-ID_SC{slash}GPIO1-Pad28)") (pinfunction "ID_SC/GPIO1") (pintype "bidirectional+no_connect") (tstamp 20fe467d-cb60-45bf-9033-6571602c8b02)) (pad "29" thru_hole circle (at 35.56 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 34 "GPIO5") (pinfunction "GCLK1/GPIO5") (pintype "bidirectional") (tstamp d5df8dee-90c8-4a58-a7f0-7074e89257b4)) + (net 30 "GPIO5") (pinfunction "GCLK1/GPIO5") (pintype "bidirectional") (tstamp d5df8dee-90c8-4a58-a7f0-7074e89257b4)) (pad "30" thru_hole circle (at 35.56 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp f652023e-b9c9-4632-812b-729360b71409)) (pad "31" thru_hole circle (at 38.1 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 35 "GPIO6") (pinfunction "GCLK2/GPIO6") (pintype "bidirectional") (tstamp da4cf257-0b0e-43a8-ba2a-4f3bd2568818)) + (net 31 "GPIO6") (pinfunction "GCLK2/GPIO6") (pintype "bidirectional") (tstamp da4cf257-0b0e-43a8-ba2a-4f3bd2568818)) (pad "32" thru_hole circle (at 38.1 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 36 "GPIO12") (pinfunction "PWM0/GPIO12") (pintype "bidirectional") (tstamp c817bfe0-48b6-4e02-b6fb-61639c76c2d8)) + (net 32 "GPIO12") (pinfunction "PWM0/GPIO12") (pintype "bidirectional") (tstamp c817bfe0-48b6-4e02-b6fb-61639c76c2d8)) (pad "33" thru_hole circle (at 40.64 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 37 "GPIO13") (pinfunction "PWM1/GPIO13") (pintype "bidirectional") (tstamp d0c8c64a-5eff-41be-a62e-4c7f9b7d1f7a)) + (net 33 "GPIO13") (pinfunction "PWM1/GPIO13") (pintype "bidirectional") (tstamp d0c8c64a-5eff-41be-a62e-4c7f9b7d1f7a)) (pad "34" thru_hole circle (at 40.64 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp bf6cf9e4-ebc1-4314-a601-ea2b5df1ce58)) (pad "35" thru_hole circle (at 43.18 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 38 "GPIO19") (pinfunction "GPIO19/MISO1") (pintype "bidirectional") (tstamp 317f97fa-b602-4a23-b1ae-0cd85cf0d6ad)) + (net 34 "GPIO19") (pinfunction "GPIO19/MISO1") (pintype "bidirectional") (tstamp 317f97fa-b602-4a23-b1ae-0cd85cf0d6ad)) (pad "36" thru_hole circle (at 43.18 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 39 "GPIO16") (pinfunction "GPIO16") (pintype "bidirectional") (tstamp b6287e92-ff4c-43ce-8f68-811847d161dd)) + (net 35 "GPIO16") (pinfunction "GPIO16") (pintype "bidirectional") (tstamp b6287e92-ff4c-43ce-8f68-811847d161dd)) (pad "37" thru_hole circle (at 45.72 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 40 "GPIO26") (pinfunction "GPIO26") (pintype "bidirectional") (tstamp 0354d104-2337-4c42-b9d8-8a427f670821)) + (net 36 "GPIO26") (pinfunction "GPIO26") (pintype "bidirectional") (tstamp 0354d104-2337-4c42-b9d8-8a427f670821)) (pad "38" thru_hole circle (at 45.72 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 41 "GPIO20") (pinfunction "GPIO20/MOSI1") (pintype "bidirectional") (tstamp 8a3fbe2b-bdd3-402c-b5f9-2b8d399a9b58)) + (net 37 "GPIO20") (pinfunction "GPIO20/MOSI1") (pintype "bidirectional") (tstamp 8a3fbe2b-bdd3-402c-b5f9-2b8d399a9b58)) (pad "39" thru_hole circle (at 48.26 0 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "power_in") (tstamp 12a5540c-e6fa-4240-ba4a-fe85453773d4)) (pad "40" thru_hole circle (at 48.26 -2.54 270) (size 1.65 1.65) (drill 1.1) (layers "*.Cu" "*.Mask") - (net 42 "GPIO21") (pinfunction "GPIO21/SCLK1") (pintype "bidirectional") (tstamp b11c1217-7359-4802-8158-88abe448752a)) + (net 38 "GPIO21") (pinfunction "GPIO21/SCLK1") (pintype "bidirectional") (tstamp b11c1217-7359-4802-8158-88abe448752a)) (model "Library/SamacSys_Parts.3dshapes/61304021121.stp" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -21951,11 +18617,11 @@ (fp_line (start 9.946646 3.452295) (end 9.946646 -2.297705) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 08425be0-142a-422e-bc43-0edfade52a36)) (pad "1" thru_hole rect (at -0.003354 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 44 "SDA_5V") (pinfunction "SDA") (pintype "bidirectional") (tstamp 645a8241-c53c-4cbf-a997-221783cb75b6)) + (net 40 "SDA_5V") (pinfunction "SDA") (pintype "bidirectional") (tstamp 645a8241-c53c-4cbf-a997-221783cb75b6)) (pad "2" thru_hole oval (at 2.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 45 "SCL_5V") (pinfunction "SCL") (pintype "bidirectional") (tstamp 88608971-4d0b-483c-aea2-2fec252fdc77)) + (net 41 "SCL_5V") (pinfunction "SCL") (pintype "bidirectional") (tstamp 88608971-4d0b-483c-aea2-2fec252fdc77)) (pad "3" thru_hole oval (at 4.996646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") - (net 43 "+5V") (pinfunction "PW") (pintype "power_in") (tstamp 0403a5ae-4db3-43d0-bdc6-38e7b8bb312d)) + (net 39 "+5V") (pinfunction "PW") (pintype "power_in") (tstamp 0403a5ae-4db3-43d0-bdc6-38e7b8bb312d)) (pad "4" thru_hole oval (at 7.496646 0.052295 270) (size 1.7 1.95) (drill 0.95) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "GND") (pintype "passive") (tstamp df828870-b923-424c-812f-d6c2c9f72d6f)) (model "Library/SamacSys_Parts.3dshapes/B4B-XH-A_LF__SN_.stp" @@ -21970,177 +18636,178 @@ (at 71.575 77.95 -90) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Unpolarized capacitor, small symbol") (property "ki_keywords" "capacitor cap") (path "/70521484-9cc6-4d1c-be61-3bdb754b12b0") (attr smd) - (fp_text reference "C2" (at 0 -1.43 90) (layer "F.SilkS") + (fp_text reference "C2" (at 0.156 -1.244 -180) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp 0e86bf43-1545-4be1-8d1c-03ef24cd4223) - (render_cache "C2" 90 + (render_cache "C2" 0 (polygon (pts - (xy 73.038284 77.990446) (xy 73.058508 77.910432) (xy 73.064708 77.912046) (xy 73.070815 77.913739) - (xy 73.07683 77.915511) (xy 73.082752 77.917361) (xy 73.088581 77.919289) (xy 73.094317 77.921296) - (xy 73.099961 77.923381) (xy 73.105512 77.925544) (xy 73.11097 77.927786) (xy 73.121609 77.932506) - (xy 73.131876 77.937538) (xy 73.141772 77.942885) (xy 73.151298 77.948545) (xy 73.160452 77.954519) - (xy 73.169236 77.960807) (xy 73.177649 77.967409) (xy 73.18569 77.974324) (xy 73.193361 77.981553) - (xy 73.200661 77.989095) (xy 73.20759 77.996951) (xy 73.210915 78.000997) (xy 73.217268 78.009263) - (xy 73.223211 78.017756) (xy 73.228744 78.026477) (xy 73.233868 78.035426) (xy 73.238581 78.044603) - (xy 73.242885 78.054008) (xy 73.246779 78.06364) (xy 73.250263 78.073501) (xy 73.253337 78.083589) - (xy 73.256001 78.093905) (xy 73.258255 78.104449) (xy 73.260099 78.11522) (xy 73.261534 78.12622) - (xy 73.262559 78.137447) (xy 73.263173 78.148902) (xy 73.263378 78.160585) (xy 73.263339 78.166659) - (xy 73.263222 78.172661) (xy 73.263027 78.178592) (xy 73.262753 78.184452) (xy 73.261972 78.195957) - (xy 73.260878 78.207178) (xy 73.259471 78.218113) (xy 73.257752 78.228763) (xy 73.255721 78.239129) - (xy 73.253377 78.249209) (xy 73.25072 78.259004) (xy 73.247751 78.268514) (xy 73.244469 78.277739) - (xy 73.240875 78.286679) (xy 73.236968 78.295334) (xy 73.232748 78.303703) (xy 73.228216 78.311788) - (xy 73.223371 78.319587) (xy 73.218231 78.327112) (xy 73.212811 78.334409) (xy 73.207112 78.341478) - (xy 73.201133 78.34832) (xy 73.194875 78.354933) (xy 73.188338 78.361319) (xy 73.181521 78.367476) - (xy 73.174425 78.373406) (xy 73.16705 78.379108) (xy 73.159395 78.384583) (xy 73.151461 78.389829) - (xy 73.143248 78.394848) (xy 73.134755 78.399639) (xy 73.125983 78.404202) (xy 73.116931 78.408537) - (xy 73.1076 78.412644) (xy 73.098068 78.416512) (xy 73.088449 78.420131) (xy 73.078742 78.423501) - (xy 73.068949 78.426621) (xy 73.059069 78.429491) (xy 73.049101 78.432112) (xy 73.039047 78.434483) - (xy 73.028905 78.436604) (xy 73.018677 78.438476) (xy 73.008361 78.440098) (xy 72.997959 78.441471) - (xy 72.987469 78.442594) (xy 72.976893 78.443468) (xy 72.96623 78.444092) (xy 72.955479 78.444466) - (xy 72.944642 78.444591) (xy 72.93873 78.444556) (xy 72.932866 78.44445) (xy 72.921281 78.444028) - (xy 72.909886 78.443323) (xy 72.898681 78.442338) (xy 72.887666 78.44107) (xy 72.876841 78.439521) - (xy 72.866206 78.437691) (xy 72.855762 78.435578) (xy 72.845507 78.433184) (xy 72.835442 78.430509) - (xy 72.825567 78.427552) (xy 72.815883 78.424313) (xy 72.806388 78.420792) (xy 72.797084 78.41699) - (xy 72.787969 78.412906) (xy 72.779045 78.408541) (xy 72.770348 78.403915) (xy 72.761917 78.399052) - (xy 72.753752 78.39395) (xy 72.745852 78.38861) (xy 72.738218 78.383033) (xy 72.73085 78.377216) - (xy 72.723747 78.371162) (xy 72.716909 78.36487) (xy 72.710338 78.35834) (xy 72.704032 78.351571) - (xy 72.697991 78.344564) (xy 72.692217 78.337319) (xy 72.686707 78.329836) (xy 72.681464 78.322115) - (xy 72.676486 78.314156) (xy 72.671773 78.305959) (xy 72.667319 78.297572) (xy 72.663152 78.289083) - (xy 72.659273 78.280491) (xy 72.655681 78.271795) (xy 72.652376 78.262997) (xy 72.649359 78.254095) - (xy 72.646629 78.245091) (xy 72.644186 78.235983) (xy 72.642031 78.226772) (xy 72.640163 78.217459) - (xy 72.638583 78.208042) (xy 72.637289 78.198522) (xy 72.636284 78.1889) (xy 72.635565 78.179174) - (xy 72.635134 78.169345) (xy 72.63499 78.159413) (xy 72.635173 78.148187) (xy 72.635721 78.137186) - (xy 72.636634 78.126411) (xy 72.637912 78.115861) (xy 72.639556 78.105537) (xy 72.641564 78.095439) - (xy 72.643938 78.085566) (xy 72.646677 78.075919) (xy 72.649782 78.066497) (xy 72.653251 78.0573) - (xy 72.657086 78.04833) (xy 72.661286 78.039584) (xy 72.665851 78.031065) (xy 72.670782 78.022771) - (xy 72.676078 78.014702) (xy 72.681739 78.006859) (xy 72.687731 77.999275) (xy 72.694021 77.991984) - (xy 72.700609 77.984987) (xy 72.707494 77.978282) (xy 72.714677 77.971871) (xy 72.722158 77.965753) - (xy 72.729936 77.959928) (xy 72.738012 77.954395) (xy 72.746386 77.949156) (xy 72.755057 77.944211) - (xy 72.764026 77.939558) (xy 72.773293 77.935198) (xy 72.782857 77.931131) (xy 72.792719 77.927358) - (xy 72.802879 77.923877) (xy 72.813337 77.92069) (xy 72.831948 77.999532) (xy 72.823665 78.002225) - (xy 72.815668 78.005068) (xy 72.807957 78.00806) (xy 72.800532 78.0112) (xy 72.793394 78.01449) - (xy 72.786542 78.017928) (xy 72.779976 78.021515) (xy 72.773696 78.02525) (xy 72.767702 78.029135) - (xy 72.761995 78.033168) (xy 72.756574 78.037351) (xy 72.751439 78.041682) (xy 72.746591 78.046162) - (xy 72.742028 78.050791) (xy 72.737752 78.055568) (xy 72.733762 78.060495) (xy 72.730036 78.065576) - (xy 72.726549 78.070817) (xy 72.723304 78.076218) (xy 72.720298 78.08178) (xy 72.717533 78.087502) - (xy 72.715009 78.093385) (xy 72.712725 78.099428) (xy 72.710681 78.105631) (xy 72.708878 78.111994) - (xy 72.707315 78.118518) (xy 72.705993 78.125201) (xy 72.704911 78.132046) (xy 72.70407 78.13905) - (xy 72.703468 78.146215) (xy 72.703108 78.15354) (xy 72.702988 78.161025) (xy 72.703119 78.169637) - (xy 72.703514 78.178072) (xy 72.704173 78.18633) (xy 72.705094 78.19441) (xy 72.706279 78.202312) - (xy 72.707727 78.210038) (xy 72.709439 78.217585) (xy 72.711414 78.224956) (xy 72.713652 78.232148) - (xy 72.716154 78.239164) (xy 72.718919 78.246001) (xy 72.721947 78.252662) (xy 72.725239 78.259145) - (xy 72.728793 78.26545) (xy 72.732612 78.271578) (xy 72.736693 78.277529) (xy 72.740996 78.283264) - (xy 72.745479 78.288783) (xy 72.750142 78.294086) (xy 72.754984 78.299172) (xy 72.760006 78.304042) - (xy 72.765208 78.308695) (xy 72.770589 78.313132) (xy 72.776151 78.317353) (xy 72.781892 78.321357) - (xy 72.787812 78.325145) (xy 72.793913 78.328716) (xy 72.800193 78.332071) (xy 72.806653 78.33521) - (xy 72.813293 78.338132) (xy 72.820113 78.340838) (xy 72.827112 78.343328) (xy 72.834215 78.345617) - (xy 72.841347 78.347759) (xy 72.848508 78.349752) (xy 72.855697 78.351598) (xy 72.862915 78.353297) - (xy 72.870162 78.354848) (xy 72.877437 78.356251) (xy 72.884741 78.357506) (xy 72.892073 78.358614) - (xy 72.899434 78.359574) (xy 72.906824 78.360386) (xy 72.914242 78.361051) (xy 72.921689 78.361568) - (xy 72.929165 78.361937) (xy 72.936669 78.362158) (xy 72.944202 78.362232) (xy 72.953852 78.362145) - (xy 72.963347 78.361882) (xy 72.972687 78.361444) (xy 72.981873 78.360831) (xy 72.990905 78.360043) - (xy 72.999782 78.359079) (xy 73.008504 78.357941) (xy 73.017072 78.356627) (xy 73.025485 78.355138) - (xy 73.033744 78.353474) (xy 73.041848 78.351635) (xy 73.049797 78.34962) (xy 73.057592 78.347431) - (xy 73.065233 78.345066) (xy 73.072718 78.342526) (xy 73.08005 78.339811) (xy 73.087172 78.336893) - (xy 73.094065 78.333782) (xy 73.100732 78.330477) (xy 73.10717 78.326979) (xy 73.11338 78.323287) - (xy 73.119363 78.319402) (xy 73.125118 78.315323) (xy 73.130645 78.311051) (xy 73.135944 78.306585) - (xy 73.141015 78.301926) (xy 73.145858 78.297074) (xy 73.150474 78.292028) (xy 73.154862 78.286788) - (xy 73.159022 78.281355) (xy 73.162954 78.275728) (xy 73.166658 78.269908) (xy 73.170136 78.263943) - (xy 73.17339 78.257917) (xy 73.17642 78.25183) (xy 73.179225 78.245683) (xy 73.181805 78.239474) - (xy 73.184161 78.233206) (xy 73.186293 78.226876) (xy 73.1882 78.220486) (xy 73.189883 78.214035) - (xy 73.191342 78.207523) (xy 73.192576 78.200951) (xy 73.193586 78.194318) (xy 73.194371 78.187625) - (xy 73.194932 78.18087) (xy 73.195269 78.174055) (xy 73.195381 78.16718) (xy 73.195227 78.15887) - (xy 73.194763 78.150721) (xy 73.19399 78.142732) (xy 73.192908 78.134903) (xy 73.191517 78.127235) - (xy 73.189817 78.119727) (xy 73.187808 78.112379) (xy 73.185489 78.105191) (xy 73.182862 78.098164) - (xy 73.179925 78.091297) (xy 73.176679 78.08459) (xy 73.173125 78.078043) (xy 73.169261 78.071657) - (xy 73.165087 78.065431) (xy 73.160605 78.059366) (xy 73.155814 78.05346) (xy 73.150718 78.047753) - (xy 73.145322 78.042282) (xy 73.139626 78.037046) (xy 73.133631 78.032046) (xy 73.127335 78.027283) - (xy 73.120739 78.022754) (xy 73.113843 78.018462) (xy 73.106648 78.014406) (xy 73.099152 78.010585) - (xy 73.091357 78.007001) (xy 73.083261 78.003652) (xy 73.074866 78.000539) (xy 73.06617 77.997662) - (xy 73.057175 77.995021) (xy 73.04788 77.992615) + (xy 72.778553 78.139284) (xy 72.858567 78.159508) (xy 72.856953 78.165708) (xy 72.85526 78.171815) + (xy 72.853488 78.17783) (xy 72.851638 78.183752) (xy 72.84971 78.189581) (xy 72.847703 78.195317) + (xy 72.845618 78.200961) (xy 72.843455 78.206512) (xy 72.841213 78.21197) (xy 72.836493 78.222609) + (xy 72.831461 78.232876) (xy 72.826114 78.242772) (xy 72.820454 78.252298) (xy 72.81448 78.261452) + (xy 72.808192 78.270236) (xy 72.80159 78.278649) (xy 72.794675 78.28669) (xy 72.787446 78.294361) + (xy 72.779904 78.301661) (xy 72.772048 78.30859) (xy 72.768002 78.311915) (xy 72.759736 78.318268) + (xy 72.751243 78.324211) (xy 72.742522 78.329744) (xy 72.733573 78.334868) (xy 72.724396 78.339581) + (xy 72.714991 78.343885) (xy 72.705359 78.347779) (xy 72.695498 78.351263) (xy 72.68541 78.354337) + (xy 72.675094 78.357001) (xy 72.66455 78.359255) (xy 72.653779 78.361099) (xy 72.642779 78.362534) + (xy 72.631552 78.363559) (xy 72.620097 78.364173) (xy 72.608414 78.364378) (xy 72.60234 78.364339) + (xy 72.596338 78.364222) (xy 72.590407 78.364027) (xy 72.584547 78.363753) (xy 72.573042 78.362972) + (xy 72.561821 78.361878) (xy 72.550886 78.360471) (xy 72.540236 78.358752) (xy 72.52987 78.356721) + (xy 72.51979 78.354377) (xy 72.509995 78.35172) (xy 72.500485 78.348751) (xy 72.49126 78.345469) + (xy 72.48232 78.341875) (xy 72.473665 78.337968) (xy 72.465296 78.333748) (xy 72.457211 78.329216) + (xy 72.449412 78.324371) (xy 72.441887 78.319231) (xy 72.43459 78.313811) (xy 72.427521 78.308112) + (xy 72.420679 78.302133) (xy 72.414066 78.295875) (xy 72.40768 78.289338) (xy 72.401523 78.282521) + (xy 72.395593 78.275425) (xy 72.389891 78.26805) (xy 72.384416 78.260395) (xy 72.37917 78.252461) + (xy 72.374151 78.244248) (xy 72.36936 78.235755) (xy 72.364797 78.226983) (xy 72.360462 78.217931) + (xy 72.356355 78.2086) (xy 72.352487 78.199068) (xy 72.348868 78.189449) (xy 72.345498 78.179742) + (xy 72.342378 78.169949) (xy 72.339508 78.160069) (xy 72.336887 78.150101) (xy 72.334516 78.140047) + (xy 72.332395 78.129905) (xy 72.330523 78.119677) (xy 72.328901 78.109361) (xy 72.327528 78.098959) + (xy 72.326405 78.088469) (xy 72.325531 78.077893) (xy 72.324907 78.06723) (xy 72.324533 78.056479) + (xy 72.324408 78.045642) (xy 72.324443 78.03973) (xy 72.324549 78.033866) (xy 72.324971 78.022281) + (xy 72.325676 78.010886) (xy 72.326661 77.999681) (xy 72.327929 77.988666) (xy 72.329478 77.977841) + (xy 72.331308 77.967206) (xy 72.333421 77.956762) (xy 72.335815 77.946507) (xy 72.33849 77.936442) + (xy 72.341447 77.926567) (xy 72.344686 77.916883) (xy 72.348207 77.907388) (xy 72.352009 77.898084) + (xy 72.356093 77.888969) (xy 72.360458 77.880045) (xy 72.365084 77.871348) (xy 72.369947 77.862917) + (xy 72.375049 77.854752) (xy 72.380389 77.846852) (xy 72.385966 77.839218) (xy 72.391783 77.83185) + (xy 72.397837 77.824747) (xy 72.404129 77.817909) (xy 72.410659 77.811338) (xy 72.417428 77.805032) + (xy 72.424435 77.798991) (xy 72.43168 77.793217) (xy 72.439163 77.787707) (xy 72.446884 77.782464) + (xy 72.454843 77.777486) (xy 72.46304 77.772773) (xy 72.471427 77.768319) (xy 72.479916 77.764152) + (xy 72.488508 77.760273) (xy 72.497204 77.756681) (xy 72.506002 77.753376) (xy 72.514904 77.750359) + (xy 72.523908 77.747629) (xy 72.533016 77.745186) (xy 72.542227 77.743031) (xy 72.55154 77.741163) + (xy 72.560957 77.739583) (xy 72.570477 77.738289) (xy 72.580099 77.737284) (xy 72.589825 77.736565) + (xy 72.599654 77.736134) (xy 72.609586 77.73599) (xy 72.620812 77.736173) (xy 72.631813 77.736721) + (xy 72.642588 77.737634) (xy 72.653138 77.738912) (xy 72.663462 77.740556) (xy 72.67356 77.742564) + (xy 72.683433 77.744938) (xy 72.69308 77.747677) (xy 72.702502 77.750782) (xy 72.711699 77.754251) + (xy 72.720669 77.758086) (xy 72.729415 77.762286) (xy 72.737934 77.766851) (xy 72.746228 77.771782) + (xy 72.754297 77.777078) (xy 72.76214 77.782739) (xy 72.769724 77.788731) (xy 72.777015 77.795021) + (xy 72.784012 77.801609) (xy 72.790717 77.808494) (xy 72.797128 77.815677) (xy 72.803246 77.823158) + (xy 72.809071 77.830936) (xy 72.814604 77.839012) (xy 72.819843 77.847386) (xy 72.824788 77.856057) + (xy 72.829441 77.865026) (xy 72.833801 77.874293) (xy 72.837868 77.883857) (xy 72.841641 77.893719) + (xy 72.845122 77.903879) (xy 72.848309 77.914337) (xy 72.769467 77.932948) (xy 72.766774 77.924665) + (xy 72.763931 77.916668) (xy 72.760939 77.908957) (xy 72.757799 77.901532) (xy 72.754509 77.894394) + (xy 72.751071 77.887542) (xy 72.747484 77.880976) (xy 72.743749 77.874696) (xy 72.739864 77.868702) + (xy 72.735831 77.862995) (xy 72.731648 77.857574) (xy 72.727317 77.852439) (xy 72.722837 77.847591) + (xy 72.718208 77.843028) (xy 72.713431 77.838752) (xy 72.708504 77.834762) (xy 72.703423 77.831036) + (xy 72.698182 77.827549) (xy 72.692781 77.824304) (xy 72.687219 77.821298) (xy 72.681497 77.818533) + (xy 72.675614 77.816009) (xy 72.669571 77.813725) (xy 72.663368 77.811681) (xy 72.657005 77.809878) + (xy 72.650481 77.808315) (xy 72.643798 77.806993) (xy 72.636953 77.805911) (xy 72.629949 77.80507) + (xy 72.622784 77.804468) (xy 72.615459 77.804108) (xy 72.607974 77.803988) (xy 72.599362 77.804119) + (xy 72.590927 77.804514) (xy 72.582669 77.805173) (xy 72.574589 77.806094) (xy 72.566687 77.807279) + (xy 72.558961 77.808727) (xy 72.551414 77.810439) (xy 72.544043 77.812414) (xy 72.536851 77.814652) + (xy 72.529835 77.817154) (xy 72.522998 77.819919) (xy 72.516337 77.822947) (xy 72.509854 77.826239) + (xy 72.503549 77.829793) (xy 72.497421 77.833612) (xy 72.49147 77.837693) (xy 72.485735 77.841996) + (xy 72.480216 77.846479) (xy 72.474913 77.851142) (xy 72.469827 77.855984) (xy 72.464957 77.861006) + (xy 72.460304 77.866208) (xy 72.455867 77.871589) (xy 72.451646 77.877151) (xy 72.447642 77.882892) + (xy 72.443854 77.888812) (xy 72.440283 77.894913) (xy 72.436928 77.901193) (xy 72.433789 77.907653) + (xy 72.430867 77.914293) (xy 72.428161 77.921113) (xy 72.425671 77.928112) (xy 72.423382 77.935215) + (xy 72.42124 77.942347) (xy 72.419247 77.949508) (xy 72.417401 77.956697) (xy 72.415702 77.963915) + (xy 72.414151 77.971162) (xy 72.412748 77.978437) (xy 72.411493 77.985741) (xy 72.410385 77.993073) + (xy 72.409425 78.000434) (xy 72.408613 78.007824) (xy 72.407948 78.015242) (xy 72.407431 78.022689) + (xy 72.407062 78.030165) (xy 72.406841 78.037669) (xy 72.406767 78.045202) (xy 72.406854 78.054852) + (xy 72.407117 78.064347) (xy 72.407555 78.073687) (xy 72.408168 78.082873) (xy 72.408956 78.091905) + (xy 72.40992 78.100782) (xy 72.411058 78.109504) (xy 72.412372 78.118072) (xy 72.413861 78.126485) + (xy 72.415525 78.134744) (xy 72.417364 78.142848) (xy 72.419379 78.150797) (xy 72.421568 78.158592) + (xy 72.423933 78.166233) (xy 72.426473 78.173718) (xy 72.429188 78.18105) (xy 72.432106 78.188172) + (xy 72.435217 78.195065) (xy 72.438522 78.201732) (xy 72.44202 78.20817) (xy 72.445712 78.21438) + (xy 72.449597 78.220363) (xy 72.453676 78.226118) (xy 72.457948 78.231645) (xy 72.462414 78.236944) + (xy 72.467073 78.242015) (xy 72.471925 78.246858) (xy 72.476971 78.251474) (xy 72.482211 78.255862) + (xy 72.487644 78.260022) (xy 72.493271 78.263954) (xy 72.499091 78.267658) (xy 72.505056 78.271136) + (xy 72.511082 78.27439) (xy 72.517169 78.27742) (xy 72.523316 78.280225) (xy 72.529525 78.282805) + (xy 72.535793 78.285161) (xy 72.542123 78.287293) (xy 72.548513 78.2892) (xy 72.554964 78.290883) + (xy 72.561476 78.292342) (xy 72.568048 78.293576) (xy 72.574681 78.294586) (xy 72.581374 78.295371) + (xy 72.588129 78.295932) (xy 72.594944 78.296269) (xy 72.601819 78.296381) (xy 72.610129 78.296227) + (xy 72.618278 78.295763) (xy 72.626267 78.29499) (xy 72.634096 78.293908) (xy 72.641764 78.292517) + (xy 72.649272 78.290817) (xy 72.65662 78.288808) (xy 72.663808 78.286489) (xy 72.670835 78.283862) + (xy 72.677702 78.280925) (xy 72.684409 78.277679) (xy 72.690956 78.274125) (xy 72.697342 78.270261) + (xy 72.703568 78.266087) (xy 72.709633 78.261605) (xy 72.715539 78.256814) (xy 72.721246 78.251718) + (xy 72.726717 78.246322) (xy 72.731953 78.240626) (xy 72.736953 78.234631) (xy 72.741716 78.228335) + (xy 72.746245 78.221739) (xy 72.750537 78.214843) (xy 72.754593 78.207648) (xy 72.758414 78.200152) + (xy 72.761998 78.192357) (xy 72.765347 78.184261) (xy 72.76846 78.175866) (xy 72.771337 78.16717) + (xy 72.773978 78.158175) (xy 72.776384 78.14888) ) ) (polygon (pts - (xy 73.183658 77.455554) (xy 73.254 77.455554) (xy 73.254 77.855037) (xy 73.247327 77.855063) - (xy 73.240719 77.854772) (xy 73.234175 77.854165) (xy 73.227695 77.853242) (xy 73.221279 77.852004) - (xy 73.214927 77.850449) (xy 73.208639 77.848578) (xy 73.202415 77.846391) (xy 73.194761 77.843346) - (xy 73.187129 77.839982) (xy 73.179521 77.836299) (xy 73.171936 77.832295) (xy 73.164374 77.827973) - (xy 73.159346 77.824914) (xy 73.154328 77.821713) (xy 73.14932 77.81837) (xy 73.144323 77.814885) - (xy 73.139336 77.811258) (xy 73.134359 77.807489) (xy 73.129392 77.803578) (xy 73.124436 77.799525) - (xy 73.121962 77.797445) (xy 73.116949 77.793133) (xy 73.111841 77.788588) (xy 73.106636 77.783809) - (xy 73.101336 77.778797) (xy 73.095939 77.773551) (xy 73.090445 77.768072) (xy 73.084856 77.762359) - (xy 73.07917 77.756412) (xy 73.073389 77.750232) (xy 73.067511 77.743818) (xy 73.061537 77.737171) - (xy 73.055467 77.73029) (xy 73.0493 77.723176) (xy 73.043038 77.715828) (xy 73.036679 77.708247) - (xy 73.030224 77.700432) (xy 73.025165 77.694339) (xy 73.020172 77.688372) (xy 73.015244 77.682529) - (xy 73.010383 77.67681) (xy 73.005588 77.671217) (xy 73.00086 77.665749) (xy 72.996197 77.660405) - (xy 72.9916 77.655186) (xy 72.98707 77.650092) (xy 72.982605 77.645122) (xy 72.978207 77.640278) - (xy 72.973875 77.635558) (xy 72.969609 77.630963) (xy 72.965409 77.626493) (xy 72.961275 77.622147) - (xy 72.953206 77.613831) (xy 72.945402 77.606013) (xy 72.937861 77.598695) (xy 72.930586 77.591876) - (xy 72.923574 77.585557) (xy 72.916827 77.579736) (xy 72.910345 77.574414) (xy 72.904127 77.569592) - (xy 72.901117 77.567368) (xy 72.895184 77.563163) (xy 72.889291 77.559228) (xy 72.883437 77.555565) - (xy 72.877624 77.552173) (xy 72.871851 77.549053) (xy 72.866118 77.546204) (xy 72.860425 77.543626) - (xy 72.854772 77.54132) (xy 72.84916 77.539285) (xy 72.840815 77.536741) (xy 72.832562 77.534808) - (xy 72.824398 77.533485) (xy 72.816324 77.532773) (xy 72.810992 77.532637) (xy 72.802762 77.532915) - (xy 72.79478 77.53375) (xy 72.787045 77.535141) (xy 72.779558 77.537088) (xy 72.772317 77.539592) - (xy 72.765325 77.542652) (xy 72.758579 77.546269) (xy 72.75208 77.550442) (xy 72.745829 77.555172) - (xy 72.739826 77.560458) (xy 72.73596 77.564291) (xy 72.730487 77.570366) (xy 72.725552 77.576776) - (xy 72.721155 77.583521) (xy 72.717296 77.5906) (xy 72.713976 77.598015) (xy 72.711195 77.605764) - (xy 72.708952 77.613849) (xy 72.707247 77.622268) (xy 72.70608 77.631022) (xy 72.705602 77.637044) - (xy 72.705362 77.643215) (xy 72.705332 77.646356) (xy 72.705463 77.652977) (xy 72.705857 77.659431) - (xy 72.706512 77.665718) (xy 72.70743 77.671837) (xy 72.70861 77.677789) (xy 72.710052 77.683574) - (xy 72.711756 77.689192) (xy 72.714804 77.697306) (xy 72.718441 77.705043) (xy 72.722669 77.712405) - (xy 72.727487 77.71939) (xy 72.732894 77.725999) (xy 72.738891 77.732232) (xy 72.745412 77.737972) - (xy 72.752388 77.743154) (xy 72.75982 77.747781) (xy 72.765028 77.750556) (xy 72.770439 77.753084) - (xy 72.776052 77.755365) (xy 72.781868 77.757398) (xy 72.787887 77.759184) (xy 72.794108 77.760723) - (xy 72.800532 77.762014) (xy 72.807159 77.763058) (xy 72.813988 77.763855) (xy 72.82102 77.764405) - (xy 72.828255 77.764707) (xy 72.831948 77.764765) (xy 72.823888 77.840969) (xy 72.813097 77.839829) - (xy 72.802632 77.83835) (xy 72.792493 77.836532) (xy 72.782681 77.834375) (xy 72.773195 77.831879) - (xy 72.764035 77.829044) (xy 72.755202 77.82587) (xy 72.746695 77.822358) (xy 72.738514 77.818506) - (xy 72.73066 77.814316) (xy 72.723131 77.809787) (xy 72.715929 77.804919) (xy 72.709054 77.799712) - (xy 72.702504 77.794166) (xy 72.696281 77.788281) (xy 72.690385 77.782058) (xy 72.684813 77.775528) - (xy 72.6796 77.768724) (xy 72.674747 77.761647) (xy 72.670253 77.754296) (xy 72.666119 77.746672) - (xy 72.662344 77.738774) (xy 72.658929 77.730602) (xy 72.655873 77.722157) (xy 72.653177 77.713438) - (xy 72.65084 77.704446) (xy 72.648863 77.69518) (xy 72.647245 77.68564) (xy 72.645987 77.675826) - (xy 72.645088 77.665739) (xy 72.644549 77.655379) (xy 72.644369 77.644744) (xy 72.644559 77.634023) - (xy 72.645127 77.623585) (xy 72.646075 77.613429) (xy 72.647401 77.603556) (xy 72.649106 77.593966) - (xy 72.651191 77.584658) (xy 72.653654 77.575634) (xy 72.656496 77.566892) (xy 72.659717 77.558433) - (xy 72.663317 77.550257) (xy 72.667296 77.542363) (xy 72.671654 77.534753) (xy 72.676391 77.527425) - (xy 72.681507 77.52038) (xy 72.687002 77.513617) (xy 72.692876 77.507138) (xy 72.69903 77.500998) - (xy 72.705364 77.495254) (xy 72.71188 77.489906) (xy 72.718576 77.484955) (xy 72.725454 77.480399) - (xy 72.732512 77.47624) (xy 72.739751 77.472476) (xy 72.747171 77.469109) (xy 72.754772 77.466138) - (xy 72.762554 77.463564) (xy 72.770517 77.461385) (xy 72.77866 77.459602) (xy 72.786985 77.458216) - (xy 72.79549 77.457225) (xy 72.804176 77.456631) (xy 72.813043 77.456433) (xy 72.819875 77.456563) - (xy 72.826686 77.456954) (xy 72.833476 77.457604) (xy 72.840246 77.458515) (xy 72.846995 77.459685) - (xy 72.853724 77.461116) (xy 72.860432 77.462807) (xy 72.867119 77.464759) (xy 72.873786 77.46697) - (xy 72.880432 77.469442) (xy 72.884851 77.471234) (xy 72.891479 77.474182) (xy 72.898174 77.477475) - (xy 72.904936 77.481113) (xy 72.911765 77.485097) (xy 72.918661 77.489425) (xy 72.925624 77.494099) - (xy 72.932654 77.499118) (xy 72.937377 77.502655) (xy 72.942131 77.506347) (xy 72.946914 77.510191) - (xy 72.951728 77.514189) (xy 72.95657 77.51834) (xy 72.959003 77.520474) (xy 72.963989 77.524956) - (xy 72.969202 77.529795) (xy 72.974641 77.53499) (xy 72.980307 77.540541) (xy 72.9862 77.546448) - (xy 72.992319 77.552711) (xy 72.998665 77.559331) (xy 73.005238 77.566306) (xy 73.012038 77.573637) - (xy 73.019064 77.581324) (xy 73.026317 77.589368) (xy 73.033796 77.597767) (xy 73.041502 77.606523) - (xy 73.045441 77.611034) (xy 73.049435 77.615634) (xy 73.053487 77.620324) (xy 73.057595 77.625102) - (xy 73.06176 77.629969) (xy 73.065981 77.634926) (xy 73.072928 77.643075) (xy 73.079589 77.650851) - (xy 73.085966 77.658256) (xy 73.092057 77.665288) (xy 73.097864 77.671949) (xy 73.103385 77.678237) - (xy 73.108621 77.684153) (xy 73.113572 77.689697) (xy 73.118238 77.694869) (xy 73.122619 77.699669) - (xy 73.126715 77.704097) (xy 73.132324 77.710041) (xy 73.137292 77.715148) (xy 73.141618 77.719418) - (xy 73.142918 77.720655) (xy 73.147978 77.725278) (xy 73.153048 77.729695) (xy 73.158127 77.733906) - (xy 73.163214 77.737911) (xy 73.168311 77.74171) (xy 73.173418 77.745302) (xy 73.178533 77.748689) - (xy 73.183658 77.751869) + (xy 73.313445 78.284658) (xy 73.313445 78.355) (xy 72.913962 78.355) (xy 72.913936 78.348327) + (xy 72.914227 78.341719) (xy 72.914834 78.335175) (xy 72.915757 78.328695) (xy 72.916995 78.322279) + (xy 72.91855 78.315927) (xy 72.920421 78.309639) (xy 72.922608 78.303415) (xy 72.925653 78.295761) + (xy 72.929017 78.288129) (xy 72.9327 78.280521) (xy 72.936704 78.272936) (xy 72.941026 78.265374) + (xy 72.944085 78.260346) (xy 72.947286 78.255328) (xy 72.950629 78.25032) (xy 72.954114 78.245323) + (xy 72.957741 78.240336) (xy 72.96151 78.235359) (xy 72.965421 78.230392) (xy 72.969474 78.225436) + (xy 72.971554 78.222962) (xy 72.975866 78.217949) (xy 72.980411 78.212841) (xy 72.98519 78.207636) + (xy 72.990202 78.202336) (xy 72.995448 78.196939) (xy 73.000927 78.191445) (xy 73.00664 78.185856) + (xy 73.012587 78.18017) (xy 73.018767 78.174389) (xy 73.025181 78.168511) (xy 73.031828 78.162537) + (xy 73.038709 78.156467) (xy 73.045823 78.1503) (xy 73.053171 78.144038) (xy 73.060752 78.137679) + (xy 73.068567 78.131224) (xy 73.07466 78.126165) (xy 73.080627 78.121172) (xy 73.08647 78.116244) + (xy 73.092189 78.111383) (xy 73.097782 78.106588) (xy 73.10325 78.10186) (xy 73.108594 78.097197) + (xy 73.113813 78.0926) (xy 73.118907 78.08807) (xy 73.123877 78.083605) (xy 73.128721 78.079207) + (xy 73.133441 78.074875) (xy 73.138036 78.070609) (xy 73.142506 78.066409) (xy 73.146852 78.062275) + (xy 73.155168 78.054206) (xy 73.162986 78.046402) (xy 73.170304 78.038861) (xy 73.177123 78.031586) + (xy 73.183442 78.024574) (xy 73.189263 78.017827) (xy 73.194585 78.011345) (xy 73.199407 78.005127) + (xy 73.201631 78.002117) (xy 73.205836 77.996184) (xy 73.209771 77.990291) (xy 73.213434 77.984437) + (xy 73.216826 77.978624) (xy 73.219946 77.972851) (xy 73.222795 77.967118) (xy 73.225373 77.961425) + (xy 73.227679 77.955772) (xy 73.229714 77.95016) (xy 73.232258 77.941815) (xy 73.234191 77.933562) + (xy 73.235514 77.925398) (xy 73.236226 77.917324) (xy 73.236362 77.911992) (xy 73.236084 77.903762) + (xy 73.235249 77.89578) (xy 73.233858 77.888045) (xy 73.231911 77.880558) (xy 73.229407 77.873317) + (xy 73.226347 77.866325) (xy 73.22273 77.859579) (xy 73.218557 77.85308) (xy 73.213827 77.846829) + (xy 73.208541 77.840826) (xy 73.204708 77.83696) (xy 73.198633 77.831487) (xy 73.192223 77.826552) + (xy 73.185478 77.822155) (xy 73.178399 77.818296) (xy 73.170984 77.814976) (xy 73.163235 77.812195) + (xy 73.15515 77.809952) (xy 73.146731 77.808247) (xy 73.137977 77.80708) (xy 73.131955 77.806602) + (xy 73.125784 77.806362) (xy 73.122643 77.806332) (xy 73.116022 77.806463) (xy 73.109568 77.806857) + (xy 73.103281 77.807512) (xy 73.097162 77.80843) (xy 73.09121 77.80961) (xy 73.085425 77.811052) + (xy 73.079807 77.812756) (xy 73.071693 77.815804) (xy 73.063956 77.819441) (xy 73.056594 77.823669) + (xy 73.049609 77.828487) (xy 73.043 77.833894) (xy 73.036767 77.839891) (xy 73.031027 77.846412) + (xy 73.025845 77.853388) (xy 73.021218 77.86082) (xy 73.018443 77.866028) (xy 73.015915 77.871439) + (xy 73.013634 77.877052) (xy 73.011601 77.882868) (xy 73.009815 77.888887) (xy 73.008276 77.895108) + (xy 73.006985 77.901532) (xy 73.005941 77.908159) (xy 73.005144 77.914988) (xy 73.004594 77.92202) + (xy 73.004292 77.929255) (xy 73.004234 77.932948) (xy 72.92803 77.924888) (xy 72.92917 77.914097) + (xy 72.930649 77.903632) (xy 72.932467 77.893493) (xy 72.934624 77.883681) (xy 72.93712 77.874195) + (xy 72.939955 77.865035) (xy 72.943129 77.856202) (xy 72.946641 77.847695) (xy 72.950493 77.839514) + (xy 72.954683 77.83166) (xy 72.959212 77.824131) (xy 72.96408 77.816929) (xy 72.969287 77.810054) + (xy 72.974833 77.803504) (xy 72.980718 77.797281) (xy 72.986941 77.791385) (xy 72.993471 77.785813) + (xy 73.000275 77.7806) (xy 73.007352 77.775747) (xy 73.014703 77.771253) (xy 73.022327 77.767119) + (xy 73.030225 77.763344) (xy 73.038397 77.759929) (xy 73.046842 77.756873) (xy 73.055561 77.754177) + (xy 73.064553 77.75184) (xy 73.073819 77.749863) (xy 73.083359 77.748245) (xy 73.093173 77.746987) + (xy 73.10326 77.746088) (xy 73.11362 77.745549) (xy 73.124255 77.745369) (xy 73.134976 77.745559) + (xy 73.145414 77.746127) (xy 73.15557 77.747075) (xy 73.165443 77.748401) (xy 73.175033 77.750106) + (xy 73.184341 77.752191) (xy 73.193365 77.754654) (xy 73.202107 77.757496) (xy 73.210566 77.760717) + (xy 73.218742 77.764317) (xy 73.226636 77.768296) (xy 73.234246 77.772654) (xy 73.241574 77.777391) + (xy 73.248619 77.782507) (xy 73.255382 77.788002) (xy 73.261861 77.793876) (xy 73.268001 77.80003) + (xy 73.273745 77.806364) (xy 73.279093 77.81288) (xy 73.284044 77.819576) (xy 73.2886 77.826454) + (xy 73.292759 77.833512) (xy 73.296523 77.840751) (xy 73.29989 77.848171) (xy 73.302861 77.855772) + (xy 73.305435 77.863554) (xy 73.307614 77.871517) (xy 73.309397 77.87966) (xy 73.310783 77.887985) + (xy 73.311774 77.89649) (xy 73.312368 77.905176) (xy 73.312566 77.914043) (xy 73.312436 77.920875) + (xy 73.312045 77.927686) (xy 73.311395 77.934476) (xy 73.310484 77.941246) (xy 73.309314 77.947995) + (xy 73.307883 77.954724) (xy 73.306192 77.961432) (xy 73.30424 77.968119) (xy 73.302029 77.974786) + (xy 73.299557 77.981432) (xy 73.297765 77.985851) (xy 73.294817 77.992479) (xy 73.291524 77.999174) + (xy 73.287886 78.005936) (xy 73.283902 78.012765) (xy 73.279574 78.019661) (xy 73.2749 78.026624) + (xy 73.269881 78.033654) (xy 73.266344 78.038377) (xy 73.262652 78.043131) (xy 73.258808 78.047914) + (xy 73.25481 78.052728) (xy 73.250659 78.05757) (xy 73.248525 78.060003) (xy 73.244043 78.064989) + (xy 73.239204 78.070202) (xy 73.234009 78.075641) (xy 73.228458 78.081307) (xy 73.222551 78.0872) + (xy 73.216288 78.093319) (xy 73.209668 78.099665) (xy 73.202693 78.106238) (xy 73.195362 78.113038) + (xy 73.187675 78.120064) (xy 73.179631 78.127317) (xy 73.171232 78.134796) (xy 73.162476 78.142502) + (xy 73.157965 78.146441) (xy 73.153365 78.150435) (xy 73.148675 78.154487) (xy 73.143897 78.158595) + (xy 73.13903 78.16276) (xy 73.134073 78.166981) (xy 73.125924 78.173928) (xy 73.118148 78.180589) + (xy 73.110743 78.186966) (xy 73.103711 78.193057) (xy 73.09705 78.198864) (xy 73.090762 78.204385) + (xy 73.084846 78.209621) (xy 73.079302 78.214572) (xy 73.07413 78.219238) (xy 73.06933 78.223619) + (xy 73.064902 78.227715) (xy 73.058958 78.233324) (xy 73.053851 78.238292) (xy 73.049581 78.242618) + (xy 73.048344 78.243918) (xy 73.043721 78.248978) (xy 73.039304 78.254048) (xy 73.035093 78.259127) + (xy 73.031088 78.264214) (xy 73.027289 78.269311) (xy 73.023697 78.274418) (xy 73.02031 78.279533) + (xy 73.01713 78.284658) ) ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") + (fp_text value "GPC0603104-25 " (at 0 1.43 90) (layer "F.Fab") (effects (font (size 1 1) (thickness 0.15))) (tstamp cb9cbbb3-1035-42ae-9505-81b756f2d018) ) @@ -22181,177 +18848,178 @@ (footprint "Capacitor_SMD:C_0603_1608Metric" (layer "F.Cu") (tstamp edfa1223-17ac-4e2d-a974-a0e3563f023d) - (at 93.218 117.602 -90) + (at 95.482 117.596) (descr "Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "capacitor") - (property "MPN" "VJ0603Y104MXJCW1BC") + (property "Capacitance" "100nF") + (property "MPN" "GPC0603104-25 ") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Unpolarized capacitor, small symbol") (property "ki_keywords" "capacitor cap") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/4d5e10eb-a0bd-47aa-a80e-daa9ce5442c1") (attr smd) - (fp_text reference "C5" (at -1.191049 -1.016 90) (layer "F.SilkS") + (fp_text reference "C5" (at -0.061 -1.008) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp a201a7da-0ea0-4c82-8676-c3ef64274686) - (render_cache "C5" 90 + (render_cache "C5" 0 (polygon (pts - (xy 94.267284 116.451397) (xy 94.287508 116.371383) (xy 94.293708 116.372997) (xy 94.299815 116.37469) - (xy 94.30583 116.376462) (xy 94.311752 116.378312) (xy 94.317581 116.38024) (xy 94.323317 116.382247) - (xy 94.328961 116.384332) (xy 94.334512 116.386495) (xy 94.33997 116.388737) (xy 94.350609 116.393457) - (xy 94.360876 116.398489) (xy 94.370772 116.403836) (xy 94.380298 116.409496) (xy 94.389452 116.41547) - (xy 94.398236 116.421758) (xy 94.406649 116.42836) (xy 94.41469 116.435275) (xy 94.422361 116.442504) - (xy 94.429661 116.450046) (xy 94.43659 116.457902) (xy 94.439915 116.461948) (xy 94.446268 116.470214) - (xy 94.452211 116.478707) (xy 94.457744 116.487428) (xy 94.462868 116.496377) (xy 94.467581 116.505554) - (xy 94.471885 116.514959) (xy 94.475779 116.524591) (xy 94.479263 116.534452) (xy 94.482337 116.54454) - (xy 94.485001 116.554856) (xy 94.487255 116.5654) (xy 94.489099 116.576171) (xy 94.490534 116.587171) - (xy 94.491559 116.598398) (xy 94.492173 116.609853) (xy 94.492378 116.621536) (xy 94.492339 116.62761) - (xy 94.492222 116.633612) (xy 94.492027 116.639543) (xy 94.491753 116.645403) (xy 94.490972 116.656908) - (xy 94.489878 116.668129) (xy 94.488471 116.679064) (xy 94.486752 116.689714) (xy 94.484721 116.70008) - (xy 94.482377 116.71016) (xy 94.47972 116.719955) (xy 94.476751 116.729465) (xy 94.473469 116.73869) - (xy 94.469875 116.74763) (xy 94.465968 116.756285) (xy 94.461748 116.764654) (xy 94.457216 116.772739) - (xy 94.452371 116.780538) (xy 94.447231 116.788063) (xy 94.441811 116.79536) (xy 94.436112 116.802429) - (xy 94.430133 116.809271) (xy 94.423875 116.815884) (xy 94.417338 116.82227) (xy 94.410521 116.828427) - (xy 94.403425 116.834357) (xy 94.39605 116.840059) (xy 94.388395 116.845534) (xy 94.380461 116.85078) - (xy 94.372248 116.855799) (xy 94.363755 116.86059) (xy 94.354983 116.865153) (xy 94.345931 116.869488) - (xy 94.3366 116.873595) (xy 94.327068 116.877463) (xy 94.317449 116.881082) (xy 94.307742 116.884452) - (xy 94.297949 116.887572) (xy 94.288069 116.890442) (xy 94.278101 116.893063) (xy 94.268047 116.895434) - (xy 94.257905 116.897555) (xy 94.247677 116.899427) (xy 94.237361 116.901049) (xy 94.226959 116.902422) - (xy 94.216469 116.903545) (xy 94.205893 116.904419) (xy 94.19523 116.905043) (xy 94.184479 116.905417) - (xy 94.173642 116.905542) (xy 94.16773 116.905507) (xy 94.161866 116.905401) (xy 94.150281 116.904979) - (xy 94.138886 116.904274) (xy 94.127681 116.903289) (xy 94.116666 116.902021) (xy 94.105841 116.900472) - (xy 94.095206 116.898642) (xy 94.084762 116.896529) (xy 94.074507 116.894135) (xy 94.064442 116.89146) - (xy 94.054567 116.888503) (xy 94.044883 116.885264) (xy 94.035388 116.881743) (xy 94.026084 116.877941) - (xy 94.016969 116.873857) (xy 94.008045 116.869492) (xy 93.999348 116.864866) (xy 93.990917 116.860003) - (xy 93.982752 116.854901) (xy 93.974852 116.849561) (xy 93.967218 116.843984) (xy 93.95985 116.838167) - (xy 93.952747 116.832113) (xy 93.945909 116.825821) (xy 93.939338 116.819291) (xy 93.933032 116.812522) - (xy 93.926991 116.805515) (xy 93.921217 116.79827) (xy 93.915707 116.790787) (xy 93.910464 116.783066) - (xy 93.905486 116.775107) (xy 93.900773 116.76691) (xy 93.896319 116.758523) (xy 93.892152 116.750034) - (xy 93.888273 116.741442) (xy 93.884681 116.732746) (xy 93.881376 116.723948) (xy 93.878359 116.715046) - (xy 93.875629 116.706042) (xy 93.873186 116.696934) (xy 93.871031 116.687723) (xy 93.869163 116.67841) - (xy 93.867583 116.668993) (xy 93.866289 116.659473) (xy 93.865284 116.649851) (xy 93.864565 116.640125) - (xy 93.864134 116.630296) (xy 93.86399 116.620364) (xy 93.864173 116.609138) (xy 93.864721 116.598137) - (xy 93.865634 116.587362) (xy 93.866912 116.576812) (xy 93.868556 116.566488) (xy 93.870564 116.55639) - (xy 93.872938 116.546517) (xy 93.875677 116.53687) (xy 93.878782 116.527448) (xy 93.882251 116.518251) - (xy 93.886086 116.509281) (xy 93.890286 116.500535) (xy 93.894851 116.492016) (xy 93.899782 116.483722) - (xy 93.905078 116.475653) (xy 93.910739 116.46781) (xy 93.916731 116.460226) (xy 93.923021 116.452935) - (xy 93.929609 116.445938) (xy 93.936494 116.439233) (xy 93.943677 116.432822) (xy 93.951158 116.426704) - (xy 93.958936 116.420879) (xy 93.967012 116.415346) (xy 93.975386 116.410107) (xy 93.984057 116.405162) - (xy 93.993026 116.400509) (xy 94.002293 116.396149) (xy 94.011857 116.392082) (xy 94.021719 116.388309) - (xy 94.031879 116.384828) (xy 94.042337 116.381641) (xy 94.060948 116.460483) (xy 94.052665 116.463176) - (xy 94.044668 116.466019) (xy 94.036957 116.469011) (xy 94.029532 116.472151) (xy 94.022394 116.475441) - (xy 94.015542 116.478879) (xy 94.008976 116.482466) (xy 94.002696 116.486201) (xy 93.996702 116.490086) - (xy 93.990995 116.494119) (xy 93.985574 116.498302) (xy 93.980439 116.502633) (xy 93.975591 116.507113) - (xy 93.971028 116.511742) (xy 93.966752 116.516519) (xy 93.962762 116.521446) (xy 93.959036 116.526527) - (xy 93.955549 116.531768) (xy 93.952304 116.537169) (xy 93.949298 116.542731) (xy 93.946533 116.548453) - (xy 93.944009 116.554336) (xy 93.941725 116.560379) (xy 93.939681 116.566582) (xy 93.937878 116.572945) - (xy 93.936315 116.579469) (xy 93.934993 116.586152) (xy 93.933911 116.592997) (xy 93.93307 116.600001) - (xy 93.932468 116.607166) (xy 93.932108 116.614491) (xy 93.931988 116.621976) (xy 93.932119 116.630588) - (xy 93.932514 116.639023) (xy 93.933173 116.647281) (xy 93.934094 116.655361) (xy 93.935279 116.663263) - (xy 93.936727 116.670989) (xy 93.938439 116.678536) (xy 93.940414 116.685907) (xy 93.942652 116.693099) - (xy 93.945154 116.700115) (xy 93.947919 116.706952) (xy 93.950947 116.713613) (xy 93.954239 116.720096) - (xy 93.957793 116.726401) (xy 93.961612 116.732529) (xy 93.965693 116.73848) (xy 93.969996 116.744215) - (xy 93.974479 116.749734) (xy 93.979142 116.755037) (xy 93.983984 116.760123) (xy 93.989006 116.764993) - (xy 93.994208 116.769646) (xy 93.999589 116.774083) (xy 94.005151 116.778304) (xy 94.010892 116.782308) - (xy 94.016812 116.786096) (xy 94.022913 116.789667) (xy 94.029193 116.793022) (xy 94.035653 116.796161) - (xy 94.042293 116.799083) (xy 94.049113 116.801789) (xy 94.056112 116.804279) (xy 94.063215 116.806568) - (xy 94.070347 116.80871) (xy 94.077508 116.810703) (xy 94.084697 116.812549) (xy 94.091915 116.814248) - (xy 94.099162 116.815799) (xy 94.106437 116.817202) (xy 94.113741 116.818457) (xy 94.121073 116.819565) - (xy 94.128434 116.820525) (xy 94.135824 116.821337) (xy 94.143242 116.822002) (xy 94.150689 116.822519) - (xy 94.158165 116.822888) (xy 94.165669 116.823109) (xy 94.173202 116.823183) (xy 94.182852 116.823096) - (xy 94.192347 116.822833) (xy 94.201687 116.822395) (xy 94.210873 116.821782) (xy 94.219905 116.820994) - (xy 94.228782 116.82003) (xy 94.237504 116.818892) (xy 94.246072 116.817578) (xy 94.254485 116.816089) - (xy 94.262744 116.814425) (xy 94.270848 116.812586) (xy 94.278797 116.810571) (xy 94.286592 116.808382) - (xy 94.294233 116.806017) (xy 94.301718 116.803477) (xy 94.30905 116.800762) (xy 94.316172 116.797844) - (xy 94.323065 116.794733) (xy 94.329732 116.791428) (xy 94.33617 116.78793) (xy 94.34238 116.784238) - (xy 94.348363 116.780353) (xy 94.354118 116.776274) (xy 94.359645 116.772002) (xy 94.364944 116.767536) - (xy 94.370015 116.762877) (xy 94.374858 116.758025) (xy 94.379474 116.752979) (xy 94.383862 116.747739) - (xy 94.388022 116.742306) (xy 94.391954 116.736679) (xy 94.395658 116.730859) (xy 94.399136 116.724894) - (xy 94.40239 116.718868) (xy 94.40542 116.712781) (xy 94.408225 116.706634) (xy 94.410805 116.700425) - (xy 94.413161 116.694157) (xy 94.415293 116.687827) (xy 94.4172 116.681437) (xy 94.418883 116.674986) - (xy 94.420342 116.668474) (xy 94.421576 116.661902) (xy 94.422586 116.655269) (xy 94.423371 116.648576) - (xy 94.423932 116.641821) (xy 94.424269 116.635006) (xy 94.424381 116.628131) (xy 94.424227 116.619821) - (xy 94.423763 116.611672) (xy 94.42299 116.603683) (xy 94.421908 116.595854) (xy 94.420517 116.588186) - (xy 94.418817 116.580678) (xy 94.416808 116.57333) (xy 94.414489 116.566142) (xy 94.411862 116.559115) - (xy 94.408925 116.552248) (xy 94.405679 116.545541) (xy 94.402125 116.538994) (xy 94.398261 116.532608) - (xy 94.394087 116.526382) (xy 94.389605 116.520317) (xy 94.384814 116.514411) (xy 94.379718 116.508704) - (xy 94.374322 116.503233) (xy 94.368626 116.497997) (xy 94.362631 116.492997) (xy 94.356335 116.488234) - (xy 94.349739 116.483705) (xy 94.342843 116.479413) (xy 94.335648 116.475357) (xy 94.328152 116.471536) - (xy 94.320357 116.467952) (xy 94.312261 116.464603) (xy 94.303866 116.46149) (xy 94.29517 116.458613) - (xy 94.286175 116.455972) (xy 94.27688 116.453566) + (xy 95.380553 116.621284) (xy 95.460567 116.641508) (xy 95.458953 116.647708) (xy 95.45726 116.653815) + (xy 95.455488 116.65983) (xy 95.453638 116.665752) (xy 95.45171 116.671581) (xy 95.449703 116.677317) + (xy 95.447618 116.682961) (xy 95.445455 116.688512) (xy 95.443213 116.69397) (xy 95.438493 116.704609) + (xy 95.433461 116.714876) (xy 95.428114 116.724772) (xy 95.422454 116.734298) (xy 95.41648 116.743452) + (xy 95.410192 116.752236) (xy 95.40359 116.760649) (xy 95.396675 116.76869) (xy 95.389446 116.776361) + (xy 95.381904 116.783661) (xy 95.374048 116.79059) (xy 95.370002 116.793915) (xy 95.361736 116.800268) + (xy 95.353243 116.806211) (xy 95.344522 116.811744) (xy 95.335573 116.816868) (xy 95.326396 116.821581) + (xy 95.316991 116.825885) (xy 95.307359 116.829779) (xy 95.297498 116.833263) (xy 95.28741 116.836337) + (xy 95.277094 116.839001) (xy 95.26655 116.841255) (xy 95.255779 116.843099) (xy 95.244779 116.844534) + (xy 95.233552 116.845559) (xy 95.222097 116.846173) (xy 95.210414 116.846378) (xy 95.20434 116.846339) + (xy 95.198338 116.846222) (xy 95.192407 116.846027) (xy 95.186547 116.845753) (xy 95.175042 116.844972) + (xy 95.163821 116.843878) (xy 95.152886 116.842471) (xy 95.142236 116.840752) (xy 95.13187 116.838721) + (xy 95.12179 116.836377) (xy 95.111995 116.83372) (xy 95.102485 116.830751) (xy 95.09326 116.827469) + (xy 95.08432 116.823875) (xy 95.075665 116.819968) (xy 95.067296 116.815748) (xy 95.059211 116.811216) + (xy 95.051412 116.806371) (xy 95.043887 116.801231) (xy 95.03659 116.795811) (xy 95.029521 116.790112) + (xy 95.022679 116.784133) (xy 95.016066 116.777875) (xy 95.00968 116.771338) (xy 95.003523 116.764521) + (xy 94.997593 116.757425) (xy 94.991891 116.75005) (xy 94.986416 116.742395) (xy 94.98117 116.734461) + (xy 94.976151 116.726248) (xy 94.97136 116.717755) (xy 94.966797 116.708983) (xy 94.962462 116.699931) + (xy 94.958355 116.6906) (xy 94.954487 116.681068) (xy 94.950868 116.671449) (xy 94.947498 116.661742) + (xy 94.944378 116.651949) (xy 94.941508 116.642069) (xy 94.938887 116.632101) (xy 94.936516 116.622047) + (xy 94.934395 116.611905) (xy 94.932523 116.601677) (xy 94.930901 116.591361) (xy 94.929528 116.580959) + (xy 94.928405 116.570469) (xy 94.927531 116.559893) (xy 94.926907 116.54923) (xy 94.926533 116.538479) + (xy 94.926408 116.527642) (xy 94.926443 116.52173) (xy 94.926549 116.515866) (xy 94.926971 116.504281) + (xy 94.927676 116.492886) (xy 94.928661 116.481681) (xy 94.929929 116.470666) (xy 94.931478 116.459841) + (xy 94.933308 116.449206) (xy 94.935421 116.438762) (xy 94.937815 116.428507) (xy 94.94049 116.418442) + (xy 94.943447 116.408567) (xy 94.946686 116.398883) (xy 94.950207 116.389388) (xy 94.954009 116.380084) + (xy 94.958093 116.370969) (xy 94.962458 116.362045) (xy 94.967084 116.353348) (xy 94.971947 116.344917) + (xy 94.977049 116.336752) (xy 94.982389 116.328852) (xy 94.987966 116.321218) (xy 94.993783 116.31385) + (xy 94.999837 116.306747) (xy 95.006129 116.299909) (xy 95.012659 116.293338) (xy 95.019428 116.287032) + (xy 95.026435 116.280991) (xy 95.03368 116.275217) (xy 95.041163 116.269707) (xy 95.048884 116.264464) + (xy 95.056843 116.259486) (xy 95.06504 116.254773) (xy 95.073427 116.250319) (xy 95.081916 116.246152) + (xy 95.090508 116.242273) (xy 95.099204 116.238681) (xy 95.108002 116.235376) (xy 95.116904 116.232359) + (xy 95.125908 116.229629) (xy 95.135016 116.227186) (xy 95.144227 116.225031) (xy 95.15354 116.223163) + (xy 95.162957 116.221583) (xy 95.172477 116.220289) (xy 95.182099 116.219284) (xy 95.191825 116.218565) + (xy 95.201654 116.218134) (xy 95.211586 116.21799) (xy 95.222812 116.218173) (xy 95.233813 116.218721) + (xy 95.244588 116.219634) (xy 95.255138 116.220912) (xy 95.265462 116.222556) (xy 95.27556 116.224564) + (xy 95.285433 116.226938) (xy 95.29508 116.229677) (xy 95.304502 116.232782) (xy 95.313699 116.236251) + (xy 95.322669 116.240086) (xy 95.331415 116.244286) (xy 95.339934 116.248851) (xy 95.348228 116.253782) + (xy 95.356297 116.259078) (xy 95.36414 116.264739) (xy 95.371724 116.270731) (xy 95.379015 116.277021) + (xy 95.386012 116.283609) (xy 95.392717 116.290494) (xy 95.399128 116.297677) (xy 95.405246 116.305158) + (xy 95.411071 116.312936) (xy 95.416604 116.321012) (xy 95.421843 116.329386) (xy 95.426788 116.338057) + (xy 95.431441 116.347026) (xy 95.435801 116.356293) (xy 95.439868 116.365857) (xy 95.443641 116.375719) + (xy 95.447122 116.385879) (xy 95.450309 116.396337) (xy 95.371467 116.414948) (xy 95.368774 116.406665) + (xy 95.365931 116.398668) (xy 95.362939 116.390957) (xy 95.359799 116.383532) (xy 95.356509 116.376394) + (xy 95.353071 116.369542) (xy 95.349484 116.362976) (xy 95.345749 116.356696) (xy 95.341864 116.350702) + (xy 95.337831 116.344995) (xy 95.333648 116.339574) (xy 95.329317 116.334439) (xy 95.324837 116.329591) + (xy 95.320208 116.325028) (xy 95.315431 116.320752) (xy 95.310504 116.316762) (xy 95.305423 116.313036) + (xy 95.300182 116.309549) (xy 95.294781 116.306304) (xy 95.289219 116.303298) (xy 95.283497 116.300533) + (xy 95.277614 116.298009) (xy 95.271571 116.295725) (xy 95.265368 116.293681) (xy 95.259005 116.291878) + (xy 95.252481 116.290315) (xy 95.245798 116.288993) (xy 95.238953 116.287911) (xy 95.231949 116.28707) + (xy 95.224784 116.286468) (xy 95.217459 116.286108) (xy 95.209974 116.285988) (xy 95.201362 116.286119) + (xy 95.192927 116.286514) (xy 95.184669 116.287173) (xy 95.176589 116.288094) (xy 95.168687 116.289279) + (xy 95.160961 116.290727) (xy 95.153414 116.292439) (xy 95.146043 116.294414) (xy 95.138851 116.296652) + (xy 95.131835 116.299154) (xy 95.124998 116.301919) (xy 95.118337 116.304947) (xy 95.111854 116.308239) + (xy 95.105549 116.311793) (xy 95.099421 116.315612) (xy 95.09347 116.319693) (xy 95.087735 116.323996) + (xy 95.082216 116.328479) (xy 95.076913 116.333142) (xy 95.071827 116.337984) (xy 95.066957 116.343006) + (xy 95.062304 116.348208) (xy 95.057867 116.353589) (xy 95.053646 116.359151) (xy 95.049642 116.364892) + (xy 95.045854 116.370812) (xy 95.042283 116.376913) (xy 95.038928 116.383193) (xy 95.035789 116.389653) + (xy 95.032867 116.396293) (xy 95.030161 116.403113) (xy 95.027671 116.410112) (xy 95.025382 116.417215) + (xy 95.02324 116.424347) (xy 95.021247 116.431508) (xy 95.019401 116.438697) (xy 95.017702 116.445915) + (xy 95.016151 116.453162) (xy 95.014748 116.460437) (xy 95.013493 116.467741) (xy 95.012385 116.475073) + (xy 95.011425 116.482434) (xy 95.010613 116.489824) (xy 95.009948 116.497242) (xy 95.009431 116.504689) + (xy 95.009062 116.512165) (xy 95.008841 116.519669) (xy 95.008767 116.527202) (xy 95.008854 116.536852) + (xy 95.009117 116.546347) (xy 95.009555 116.555687) (xy 95.010168 116.564873) (xy 95.010956 116.573905) + (xy 95.01192 116.582782) (xy 95.013058 116.591504) (xy 95.014372 116.600072) (xy 95.015861 116.608485) + (xy 95.017525 116.616744) (xy 95.019364 116.624848) (xy 95.021379 116.632797) (xy 95.023568 116.640592) + (xy 95.025933 116.648233) (xy 95.028473 116.655718) (xy 95.031188 116.66305) (xy 95.034106 116.670172) + (xy 95.037217 116.677065) (xy 95.040522 116.683732) (xy 95.04402 116.69017) (xy 95.047712 116.69638) + (xy 95.051597 116.702363) (xy 95.055676 116.708118) (xy 95.059948 116.713645) (xy 95.064414 116.718944) + (xy 95.069073 116.724015) (xy 95.073925 116.728858) (xy 95.078971 116.733474) (xy 95.084211 116.737862) + (xy 95.089644 116.742022) (xy 95.095271 116.745954) (xy 95.101091 116.749658) (xy 95.107056 116.753136) + (xy 95.113082 116.75639) (xy 95.119169 116.75942) (xy 95.125316 116.762225) (xy 95.131525 116.764805) + (xy 95.137793 116.767161) (xy 95.144123 116.769293) (xy 95.150513 116.7712) (xy 95.156964 116.772883) + (xy 95.163476 116.774342) (xy 95.170048 116.775576) (xy 95.176681 116.776586) (xy 95.183374 116.777371) + (xy 95.190129 116.777932) (xy 95.196944 116.778269) (xy 95.203819 116.778381) (xy 95.212129 116.778227) + (xy 95.220278 116.777763) (xy 95.228267 116.77699) (xy 95.236096 116.775908) (xy 95.243764 116.774517) + (xy 95.251272 116.772817) (xy 95.25862 116.770808) (xy 95.265808 116.768489) (xy 95.272835 116.765862) + (xy 95.279702 116.762925) (xy 95.286409 116.759679) (xy 95.292956 116.756125) (xy 95.299342 116.752261) + (xy 95.305568 116.748087) (xy 95.311633 116.743605) (xy 95.317539 116.738814) (xy 95.323246 116.733718) + (xy 95.328717 116.728322) (xy 95.333953 116.722626) (xy 95.338953 116.716631) (xy 95.343716 116.710335) + (xy 95.348245 116.703739) (xy 95.352537 116.696843) (xy 95.356593 116.689648) (xy 95.360414 116.682152) + (xy 95.363998 116.674357) (xy 95.367347 116.666261) (xy 95.37046 116.657866) (xy 95.373337 116.64917) + (xy 95.375978 116.640175) (xy 95.378384 116.63088) ) ) (polygon (pts - (xy 94.323558 116.306463) (xy 94.316963 116.228501) (xy 94.323979 116.227331) (xy 94.330773 116.225982) - (xy 94.337346 116.224455) (xy 94.343699 116.222749) (xy 94.34983 116.220864) (xy 94.355741 116.218801) - (xy 94.36143 116.21656) (xy 94.366899 116.214139) (xy 94.374687 116.210174) (xy 94.381979 116.205807) - (xy 94.388773 116.201038) (xy 94.39507 116.195867) (xy 94.40087 116.190294) (xy 94.402692 116.188347) - (xy 94.407826 116.182325) (xy 94.412454 116.176073) (xy 94.416577 116.169593) (xy 94.420196 116.162883) - (xy 94.423309 116.155943) (xy 94.425918 116.148775) (xy 94.428021 116.141377) (xy 94.42962 116.13375) - (xy 94.430714 116.125893) (xy 94.431303 116.117808) (xy 94.431415 116.11229) (xy 94.431254 116.105668) - (xy 94.43077 116.099174) (xy 94.429963 116.092809) (xy 94.428833 116.086571) (xy 94.42738 116.080462) - (xy 94.425604 116.074481) (xy 94.423505 116.068629) (xy 94.421084 116.062904) (xy 94.41834 116.057308) - (xy 94.415272 116.05184) (xy 94.411882 116.0465) (xy 94.40817 116.041289) (xy 94.404134 116.036205) - (xy 94.399775 116.03125) (xy 94.395094 116.026423) (xy 94.39009 116.021725) (xy 94.384819 116.017217) - (xy 94.379339 116.013001) (xy 94.373649 116.009075) (xy 94.36775 116.00544) (xy 94.361642 116.002096) - (xy 94.355324 115.999042) (xy 94.348796 115.99628) (xy 94.342059 115.993808) (xy 94.335113 115.991627) - (xy 94.327956 115.989737) (xy 94.320591 115.988137) (xy 94.313016 115.986829) (xy 94.305231 115.985811) - (xy 94.297237 115.985084) (xy 94.289033 115.984648) (xy 94.28062 115.984502) (xy 94.272612 115.984642) - (xy 94.264818 115.985061) (xy 94.257238 115.985759) (xy 94.249873 115.986737) (xy 94.242721 115.987994) - (xy 94.235784 115.98953) (xy 94.22906 115.991346) (xy 94.222551 115.993441) (xy 94.216256 115.995816) - (xy 94.210175 115.99847) (xy 94.204308 116.001403) (xy 94.198655 116.004616) (xy 94.193216 116.008107) - (xy 94.187992 116.011879) (xy 94.182981 116.015929) (xy 94.178184 116.020259) (xy 94.173642 116.024797) - (xy 94.169392 116.029508) (xy 94.165435 116.034391) (xy 94.161771 116.039448) (xy 94.158401 116.044677) - (xy 94.155323 116.050079) (xy 94.152539 116.055654) (xy 94.150048 116.061402) (xy 94.147849 116.067323) - (xy 94.145944 116.073416) (xy 94.144332 116.079683) (xy 94.143013 116.086122) (xy 94.141988 116.092735) - (xy 94.141255 116.09952) (xy 94.140815 116.106478) (xy 94.140669 116.113609) (xy 94.140818 116.120253) - (xy 94.141266 116.126776) (xy 94.142013 116.133177) (xy 94.143059 116.139458) (xy 94.144404 116.145618) - (xy 94.146047 116.151656) (xy 94.14799 116.157574) (xy 94.150231 116.16337) (xy 94.152771 116.169046) - (xy 94.15561 116.1746) (xy 94.157668 116.178236) (xy 94.160918 116.18354) (xy 94.164348 116.188629) - (xy 94.167959 116.193501) (xy 94.17175 116.198157) (xy 94.175721 116.202596) (xy 94.179873 116.206819) - (xy 94.184205 116.210825) (xy 94.188717 116.214616) (xy 94.19341 116.218189) (xy 94.198283 116.221547) - (xy 94.201632 116.223665) (xy 94.192546 116.293274) (xy 93.882748 116.234802) (xy 93.882748 115.934237) - (xy 93.95309 115.934237) (xy 93.95309 116.175451) (xy 94.115463 116.207984) (xy 94.111133 116.20115) - (xy 94.107082 116.194275) (xy 94.103311 116.187361) (xy 94.099819 116.180406) (xy 94.096607 116.173412) - (xy 94.093673 116.166377) (xy 94.091019 116.159302) (xy 94.088645 116.152187) (xy 94.08655 116.145032) - (xy 94.084734 116.137837) (xy 94.083198 116.130602) (xy 94.081941 116.123327) (xy 94.080963 116.116011) - (xy 94.080264 116.108656) (xy 94.079845 116.101261) (xy 94.079706 116.093825) (xy 94.079921 116.08403) - (xy 94.080567 116.074429) (xy 94.081643 116.06502) (xy 94.08315 116.055806) (xy 94.085087 116.046785) - (xy 94.087454 116.037957) (xy 94.090252 116.029323) (xy 94.093481 116.020882) (xy 94.09714 116.012635) - (xy 94.10123 116.004581) (xy 94.10575 115.996721) (xy 94.1107 115.989054) (xy 94.116081 115.981581) - (xy 94.121893 115.974301) (xy 94.128134 115.967215) (xy 94.134807 115.960322) (xy 94.1418 115.953721) - (xy 94.14904 115.947545) (xy 94.156528 115.941795) (xy 94.164263 115.936472) (xy 94.172245 115.931574) - (xy 94.180474 115.927102) (xy 94.188951 115.923056) (xy 94.197675 115.919436) (xy 94.206646 115.916242) - (xy 94.215865 115.913473) (xy 94.225331 115.911131) (xy 94.235044 115.909214) (xy 94.245005 115.907724) - (xy 94.255213 115.906659) (xy 94.265668 115.90602) (xy 94.27637 115.905807) (xy 94.286577 115.905994) - (xy 94.296609 115.906554) (xy 94.306466 115.907487) (xy 94.316148 115.908793) (xy 94.325655 115.910472) - (xy 94.334986 115.912525) (xy 94.344142 115.914951) (xy 94.353123 115.917751) (xy 94.361929 115.920923) - (xy 94.37056 115.924469) (xy 94.379016 115.928388) (xy 94.387296 115.93268) (xy 94.395401 115.937345) - (xy 94.403331 115.942384) (xy 94.411086 115.947796) (xy 94.418666 115.953581) (xy 94.427592 115.961019) - (xy 94.435942 115.968787) (xy 94.443717 115.976887) (xy 94.450915 115.985317) (xy 94.457538 115.994079) - (xy 94.463584 116.003171) (xy 94.469055 116.012594) (xy 94.47395 116.022348) (xy 94.478269 116.032432) - (xy 94.482013 116.042848) (xy 94.48518 116.053594) (xy 94.487771 116.064672) (xy 94.489787 116.07608) - (xy 94.490579 116.081908) (xy 94.491227 116.087819) (xy 94.491731 116.093813) (xy 94.49209 116.099889) - (xy 94.492306 116.106048) (xy 94.492378 116.11229) (xy 94.492198 116.122485) (xy 94.491657 116.132442) - (xy 94.490756 116.142163) (xy 94.489493 116.151647) (xy 94.48787 116.160893) (xy 94.485887 116.169903) - (xy 94.483543 116.178676) (xy 94.480838 116.187211) (xy 94.477773 116.19551) (xy 94.474346 116.203572) - (xy 94.47056 116.211397) (xy 94.466412 116.218984) (xy 94.461904 116.226335) (xy 94.457036 116.233449) - (xy 94.451806 116.240326) (xy 94.446217 116.246965) (xy 94.440311 116.253294) (xy 94.43417 116.259275) - (xy 94.427795 116.264908) (xy 94.421185 116.270193) (xy 94.41434 116.27513) (xy 94.407261 116.279718) - (xy 94.399946 116.283959) (xy 94.392398 116.287852) (xy 94.384614 116.291396) (xy 94.376596 116.294593) - (xy 94.368343 116.297441) (xy 94.359855 116.299942) (xy 94.351133 116.302094) (xy 94.342176 116.303898) - (xy 94.332984 116.305355) + (xy 95.525487 116.677558) (xy 95.603449 116.670963) (xy 95.604619 116.677979) (xy 95.605968 116.684773) + (xy 95.607495 116.691346) (xy 95.609201 116.697699) (xy 95.611086 116.70383) (xy 95.613149 116.709741) + (xy 95.61539 116.71543) (xy 95.617811 116.720899) (xy 95.621776 116.728687) (xy 95.626143 116.735979) + (xy 95.630912 116.742773) (xy 95.636083 116.74907) (xy 95.641656 116.75487) (xy 95.643603 116.756692) + (xy 95.649625 116.761826) (xy 95.655877 116.766454) (xy 95.662357 116.770577) (xy 95.669067 116.774196) + (xy 95.676007 116.777309) (xy 95.683175 116.779918) (xy 95.690573 116.782021) (xy 95.6982 116.78362) + (xy 95.706057 116.784714) (xy 95.714142 116.785303) (xy 95.71966 116.785415) (xy 95.726282 116.785254) + (xy 95.732776 116.78477) (xy 95.739141 116.783963) (xy 95.745379 116.782833) (xy 95.751488 116.78138) + (xy 95.757469 116.779604) (xy 95.763321 116.777505) (xy 95.769046 116.775084) (xy 95.774642 116.77234) + (xy 95.78011 116.769272) (xy 95.78545 116.765882) (xy 95.790661 116.76217) (xy 95.795745 116.758134) + (xy 95.8007 116.753775) (xy 95.805527 116.749094) (xy 95.810225 116.74409) (xy 95.814733 116.738819) + (xy 95.818949 116.733339) (xy 95.822875 116.727649) (xy 95.82651 116.72175) (xy 95.829854 116.715642) + (xy 95.832908 116.709324) (xy 95.83567 116.702796) (xy 95.838142 116.696059) (xy 95.840323 116.689113) + (xy 95.842213 116.681956) (xy 95.843813 116.674591) (xy 95.845121 116.667016) (xy 95.846139 116.659231) + (xy 95.846866 116.651237) (xy 95.847302 116.643033) (xy 95.847448 116.63462) (xy 95.847308 116.626612) + (xy 95.846889 116.618818) (xy 95.846191 116.611238) (xy 95.845213 116.603873) (xy 95.843956 116.596721) + (xy 95.84242 116.589784) (xy 95.840604 116.58306) (xy 95.838509 116.576551) (xy 95.836134 116.570256) + (xy 95.83348 116.564175) (xy 95.830547 116.558308) (xy 95.827334 116.552655) (xy 95.823843 116.547216) + (xy 95.820071 116.541992) (xy 95.816021 116.536981) (xy 95.811691 116.532184) (xy 95.807153 116.527642) + (xy 95.802442 116.523392) (xy 95.797559 116.519435) (xy 95.792502 116.515771) (xy 95.787273 116.512401) + (xy 95.781871 116.509323) (xy 95.776296 116.506539) (xy 95.770548 116.504048) (xy 95.764627 116.501849) + (xy 95.758534 116.499944) (xy 95.752267 116.498332) (xy 95.745828 116.497013) (xy 95.739215 116.495988) + (xy 95.73243 116.495255) (xy 95.725472 116.494815) (xy 95.718341 116.494669) (xy 95.711697 116.494818) + (xy 95.705174 116.495266) (xy 95.698773 116.496013) (xy 95.692492 116.497059) (xy 95.686332 116.498404) + (xy 95.680294 116.500047) (xy 95.674376 116.50199) (xy 95.66858 116.504231) (xy 95.662904 116.506771) + (xy 95.65735 116.50961) (xy 95.653714 116.511668) (xy 95.64841 116.514918) (xy 95.643321 116.518348) + (xy 95.638449 116.521959) (xy 95.633793 116.52575) (xy 95.629354 116.529721) (xy 95.625131 116.533873) + (xy 95.621125 116.538205) (xy 95.617334 116.542717) (xy 95.613761 116.54741) (xy 95.610403 116.552283) + (xy 95.608285 116.555632) (xy 95.538676 116.546546) (xy 95.597148 116.236748) (xy 95.897713 116.236748) + (xy 95.897713 116.30709) (xy 95.656499 116.30709) (xy 95.623966 116.469463) (xy 95.6308 116.465133) + (xy 95.637675 116.461082) (xy 95.644589 116.457311) (xy 95.651544 116.453819) (xy 95.658538 116.450607) + (xy 95.665573 116.447673) (xy 95.672648 116.445019) (xy 95.679763 116.442645) (xy 95.686918 116.44055) + (xy 95.694113 116.438734) (xy 95.701348 116.437198) (xy 95.708623 116.435941) (xy 95.715939 116.434963) + (xy 95.723294 116.434264) (xy 95.730689 116.433845) (xy 95.738125 116.433706) (xy 95.74792 116.433921) + (xy 95.757521 116.434567) (xy 95.76693 116.435643) (xy 95.776144 116.43715) (xy 95.785165 116.439087) + (xy 95.793993 116.441454) (xy 95.802627 116.444252) (xy 95.811068 116.447481) (xy 95.819315 116.45114) + (xy 95.827369 116.45523) (xy 95.835229 116.45975) (xy 95.842896 116.4647) (xy 95.850369 116.470081) + (xy 95.857649 116.475893) (xy 95.864735 116.482134) (xy 95.871628 116.488807) (xy 95.878229 116.4958) + (xy 95.884405 116.50304) (xy 95.890155 116.510528) (xy 95.895478 116.518263) (xy 95.900376 116.526245) + (xy 95.904848 116.534474) (xy 95.908894 116.542951) (xy 95.912514 116.551675) (xy 95.915708 116.560646) + (xy 95.918477 116.569865) (xy 95.920819 116.579331) (xy 95.922736 116.589044) (xy 95.924226 116.599005) + (xy 95.925291 116.609213) (xy 95.92593 116.619668) (xy 95.926143 116.63037) (xy 95.925956 116.640577) + (xy 95.925396 116.650609) (xy 95.924463 116.660466) (xy 95.923157 116.670148) (xy 95.921478 116.679655) + (xy 95.919425 116.688986) (xy 95.916999 116.698142) (xy 95.914199 116.707123) (xy 95.911027 116.715929) + (xy 95.907481 116.72456) (xy 95.903562 116.733016) (xy 95.89927 116.741296) (xy 95.894605 116.749401) + (xy 95.889566 116.757331) (xy 95.884154 116.765086) (xy 95.878369 116.772666) (xy 95.870931 116.781592) + (xy 95.863163 116.789942) (xy 95.855063 116.797717) (xy 95.846633 116.804915) (xy 95.837871 116.811538) + (xy 95.828779 116.817584) (xy 95.819356 116.823055) (xy 95.809602 116.82795) (xy 95.799518 116.832269) + (xy 95.789102 116.836013) (xy 95.778356 116.83918) (xy 95.767278 116.841771) (xy 95.75587 116.843787) + (xy 95.750042 116.844579) (xy 95.744131 116.845227) (xy 95.738137 116.845731) (xy 95.732061 116.84609) + (xy 95.725902 116.846306) (xy 95.71966 116.846378) (xy 95.709465 116.846198) (xy 95.699508 116.845657) + (xy 95.689787 116.844756) (xy 95.680303 116.843493) (xy 95.671057 116.84187) (xy 95.662047 116.839887) + (xy 95.653274 116.837543) (xy 95.644739 116.834838) (xy 95.63644 116.831773) (xy 95.628378 116.828346) + (xy 95.620553 116.82456) (xy 95.612966 116.820412) (xy 95.605615 116.815904) (xy 95.598501 116.811036) + (xy 95.591624 116.805806) (xy 95.584985 116.800217) (xy 95.578656 116.794311) (xy 95.572675 116.78817) + (xy 95.567042 116.781795) (xy 95.561757 116.775185) (xy 95.55682 116.76834) (xy 95.552232 116.761261) + (xy 95.547991 116.753946) (xy 95.544098 116.746398) (xy 95.540554 116.738614) (xy 95.537357 116.730596) + (xy 95.534509 116.722343) (xy 95.532008 116.713855) (xy 95.529856 116.705133) (xy 95.528052 116.696176) + (xy 95.526595 116.686984) ) ) ) ) - (fp_text value "VJ0603Y104MXJCW1BC" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPC0603104-25 " (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 5d55023f-076d-4196-b1bc-f4deac0cc440) ) - (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp 63139514-77e5-4743-8644-ea3b9e248e87) ) @@ -22375,9 +19043,9 @@ (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ed0b40c9-d3b5-4601-ab84-5ba018c7d31c)) (fp_line (start 0.8 0.4) (end -0.8 0.4) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp c93af09c-e6e6-46fa-b83b-9ca0f4372e15)) - (pad "1" smd roundrect (at -0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "1" smd roundrect (at -0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp d038a39b-4ede-4f3e-9ebf-594e6944aacf)) - (pad "2" smd roundrect (at 0.775 0 270) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (pad "2" smd roundrect (at 0.775 0) (size 0.9 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp 1e89cd2b-d145-45e7-8cd0-b24fcffc47f2)) (model "${KICAD6_3DMODEL_DIR}/Capacitor_SMD.3dshapes/C_0603_1608Metric.wrl" (offset (xyz 0 0 0)) @@ -22386,243 +19054,12 @@ ) ) - (footprint "SamacSys_Parts:CAPC1005X55N" (layer "F.Cu") - (tstamp f50aad1b-4ad2-4788-85d1-e0d9926dbcad) - (at 81.43 115.38 90) - (descr "GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm") - (tags "Capacitor") - (property "Arrow Part Number" "GRM1555C1H1R2WA01D") - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing") - (property "Height" "0.55") - (property "MPN" "GRM1555C1H1R2WA01D") - (property "Manufacturer_Name" "Murata Electronics") - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D") - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D") - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D") - (property "Sheetfile" "Microcontroller.kicad_sch") - (property "Sheetname" "Microcontroller") - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD") - (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/5e348a07-2e0a-4b4d-a505-5eb0edb34b86") - (attr smd) - (fp_text reference "C21" (at 1.638 0.014407 90) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) - (tstamp c553633e-7b6f-4562-a188-ea94de4803d9) - (render_cache "C21" 90 - (polygon - (pts - (xy 81.477691 114.01604) (xy 81.497915 113.936026) (xy 81.504115 113.93764) (xy 81.510222 113.939333) - (xy 81.516237 113.941105) (xy 81.522159 113.942955) (xy 81.527988 113.944883) (xy 81.533724 113.94689) - (xy 81.539368 113.948975) (xy 81.544919 113.951138) (xy 81.550377 113.95338) (xy 81.561016 113.9581) - (xy 81.571283 113.963132) (xy 81.581179 113.968479) (xy 81.590705 113.974139) (xy 81.599859 113.980113) - (xy 81.608643 113.986401) (xy 81.617056 113.993003) (xy 81.625097 113.999918) (xy 81.632768 114.007147) - (xy 81.640068 114.014689) (xy 81.646997 114.022545) (xy 81.650322 114.026591) (xy 81.656675 114.034857) - (xy 81.662618 114.04335) (xy 81.668151 114.052071) (xy 81.673275 114.06102) (xy 81.677988 114.070197) - (xy 81.682292 114.079602) (xy 81.686186 114.089234) (xy 81.68967 114.099095) (xy 81.692744 114.109183) - (xy 81.695408 114.119499) (xy 81.697662 114.130043) (xy 81.699506 114.140814) (xy 81.700941 114.151814) - (xy 81.701966 114.163041) (xy 81.70258 114.174496) (xy 81.702785 114.186179) (xy 81.702746 114.192253) - (xy 81.702629 114.198255) (xy 81.702434 114.204186) (xy 81.70216 114.210046) (xy 81.701379 114.221551) - (xy 81.700285 114.232772) (xy 81.698878 114.243707) (xy 81.697159 114.254357) (xy 81.695128 114.264723) - (xy 81.692784 114.274803) (xy 81.690127 114.284598) (xy 81.687158 114.294108) (xy 81.683876 114.303333) - (xy 81.680282 114.312273) (xy 81.676375 114.320928) (xy 81.672155 114.329297) (xy 81.667623 114.337382) - (xy 81.662778 114.345181) (xy 81.657638 114.352706) (xy 81.652218 114.360003) (xy 81.646519 114.367072) - (xy 81.64054 114.373914) (xy 81.634282 114.380527) (xy 81.627745 114.386913) (xy 81.620928 114.39307) - (xy 81.613832 114.399) (xy 81.606457 114.404702) (xy 81.598802 114.410177) (xy 81.590868 114.415423) - (xy 81.582655 114.420442) (xy 81.574162 114.425233) (xy 81.56539 114.429796) (xy 81.556338 114.434131) - (xy 81.547007 114.438238) (xy 81.537475 114.442106) (xy 81.527856 114.445725) (xy 81.518149 114.449095) - (xy 81.508356 114.452215) (xy 81.498476 114.455085) (xy 81.488508 114.457706) (xy 81.478454 114.460077) - (xy 81.468312 114.462198) (xy 81.458084 114.46407) (xy 81.447768 114.465692) (xy 81.437366 114.467065) - (xy 81.426876 114.468188) (xy 81.4163 114.469062) (xy 81.405637 114.469686) (xy 81.394886 114.47006) - (xy 81.384049 114.470185) (xy 81.378137 114.47015) (xy 81.372273 114.470044) (xy 81.360688 114.469622) - (xy 81.349293 114.468917) (xy 81.338088 114.467932) (xy 81.327073 114.466664) (xy 81.316248 114.465115) - (xy 81.305613 114.463285) (xy 81.295169 114.461172) (xy 81.284914 114.458778) (xy 81.274849 114.456103) - (xy 81.264974 114.453146) (xy 81.25529 114.449907) (xy 81.245795 114.446386) (xy 81.236491 114.442584) - (xy 81.227376 114.4385) (xy 81.218452 114.434135) (xy 81.209755 114.429509) (xy 81.201324 114.424646) - (xy 81.193159 114.419544) (xy 81.185259 114.414204) (xy 81.177625 114.408627) (xy 81.170257 114.40281) - (xy 81.163154 114.396756) (xy 81.156316 114.390464) (xy 81.149745 114.383934) (xy 81.143439 114.377165) - (xy 81.137398 114.370158) (xy 81.131624 114.362913) (xy 81.126114 114.35543) (xy 81.120871 114.347709) - (xy 81.115893 114.33975) (xy 81.11118 114.331553) (xy 81.106726 114.323166) (xy 81.102559 114.314677) - (xy 81.09868 114.306085) (xy 81.095088 114.297389) (xy 81.091783 114.288591) (xy 81.088766 114.279689) - (xy 81.086036 114.270685) (xy 81.083593 114.261577) (xy 81.081438 114.252366) (xy 81.07957 114.243053) - (xy 81.07799 114.233636) (xy 81.076696 114.224116) (xy 81.075691 114.214494) (xy 81.074972 114.204768) - (xy 81.074541 114.194939) (xy 81.074397 114.185007) (xy 81.07458 114.173781) (xy 81.075128 114.16278) - (xy 81.076041 114.152005) (xy 81.077319 114.141455) (xy 81.078963 114.131131) (xy 81.080971 114.121033) - (xy 81.083345 114.11116) (xy 81.086084 114.101513) (xy 81.089189 114.092091) (xy 81.092658 114.082894) - (xy 81.096493 114.073924) (xy 81.100693 114.065178) (xy 81.105258 114.056659) (xy 81.110189 114.048365) - (xy 81.115485 114.040296) (xy 81.121146 114.032453) (xy 81.127138 114.024869) (xy 81.133428 114.017578) - (xy 81.140016 114.010581) (xy 81.146901 114.003876) (xy 81.154084 113.997465) (xy 81.161565 113.991347) - (xy 81.169343 113.985522) (xy 81.177419 113.979989) (xy 81.185793 113.97475) (xy 81.194464 113.969805) - (xy 81.203433 113.965152) (xy 81.2127 113.960792) (xy 81.222264 113.956725) (xy 81.232126 113.952952) - (xy 81.242286 113.949471) (xy 81.252744 113.946284) (xy 81.271355 114.025126) (xy 81.263072 114.027819) - (xy 81.255075 114.030662) (xy 81.247364 114.033654) (xy 81.239939 114.036794) (xy 81.232801 114.040084) - (xy 81.225949 114.043522) (xy 81.219383 114.047109) (xy 81.213103 114.050844) (xy 81.207109 114.054729) - (xy 81.201402 114.058762) (xy 81.195981 114.062945) (xy 81.190846 114.067276) (xy 81.185998 114.071756) - (xy 81.181435 114.076385) (xy 81.177159 114.081162) (xy 81.173169 114.086089) (xy 81.169443 114.09117) - (xy 81.165956 114.096411) (xy 81.162711 114.101812) (xy 81.159705 114.107374) (xy 81.15694 114.113096) - (xy 81.154416 114.118979) (xy 81.152132 114.125022) (xy 81.150088 114.131225) (xy 81.148285 114.137588) - (xy 81.146722 114.144112) (xy 81.1454 114.150795) (xy 81.144318 114.15764) (xy 81.143477 114.164644) - (xy 81.142875 114.171809) (xy 81.142515 114.179134) (xy 81.142395 114.186619) (xy 81.142526 114.195231) - (xy 81.142921 114.203666) (xy 81.14358 114.211924) (xy 81.144501 114.220004) (xy 81.145686 114.227906) - (xy 81.147134 114.235632) (xy 81.148846 114.243179) (xy 81.150821 114.25055) (xy 81.153059 114.257742) - (xy 81.155561 114.264758) (xy 81.158326 114.271595) (xy 81.161354 114.278256) (xy 81.164646 114.284739) - (xy 81.1682 114.291044) (xy 81.172019 114.297172) (xy 81.1761 114.303123) (xy 81.180403 114.308858) - (xy 81.184886 114.314377) (xy 81.189549 114.31968) (xy 81.194391 114.324766) (xy 81.199413 114.329636) - (xy 81.204615 114.334289) (xy 81.209996 114.338726) (xy 81.215558 114.342947) (xy 81.221299 114.346951) - (xy 81.227219 114.350739) (xy 81.23332 114.35431) (xy 81.2396 114.357665) (xy 81.24606 114.360804) - (xy 81.2527 114.363726) (xy 81.25952 114.366432) (xy 81.266519 114.368922) (xy 81.273622 114.371211) - (xy 81.280754 114.373353) (xy 81.287915 114.375346) (xy 81.295104 114.377192) (xy 81.302322 114.378891) - (xy 81.309569 114.380442) (xy 81.316844 114.381845) (xy 81.324148 114.3831) (xy 81.33148 114.384208) - (xy 81.338841 114.385168) (xy 81.346231 114.38598) (xy 81.353649 114.386645) (xy 81.361096 114.387162) - (xy 81.368572 114.387531) (xy 81.376076 114.387752) (xy 81.383609 114.387826) (xy 81.393259 114.387739) - (xy 81.402754 114.387476) (xy 81.412094 114.387038) (xy 81.42128 114.386425) (xy 81.430312 114.385637) - (xy 81.439189 114.384673) (xy 81.447911 114.383535) (xy 81.456479 114.382221) (xy 81.464892 114.380732) - (xy 81.473151 114.379068) (xy 81.481255 114.377229) (xy 81.489204 114.375214) (xy 81.496999 114.373025) - (xy 81.50464 114.37066) (xy 81.512125 114.36812) (xy 81.519457 114.365405) (xy 81.526579 114.362487) - (xy 81.533472 114.359376) (xy 81.540139 114.356071) (xy 81.546577 114.352573) (xy 81.552787 114.348881) - (xy 81.55877 114.344996) (xy 81.564525 114.340917) (xy 81.570052 114.336645) (xy 81.575351 114.332179) - (xy 81.580422 114.32752) (xy 81.585265 114.322668) (xy 81.589881 114.317622) (xy 81.594269 114.312382) - (xy 81.598429 114.306949) (xy 81.602361 114.301322) (xy 81.606065 114.295502) (xy 81.609543 114.289537) - (xy 81.612797 114.283511) (xy 81.615827 114.277424) (xy 81.618632 114.271277) (xy 81.621212 114.265068) - (xy 81.623568 114.2588) (xy 81.6257 114.25247) (xy 81.627607 114.24608) (xy 81.62929 114.239629) - (xy 81.630749 114.233117) (xy 81.631983 114.226545) (xy 81.632993 114.219912) (xy 81.633778 114.213219) - (xy 81.634339 114.206464) (xy 81.634676 114.199649) (xy 81.634788 114.192774) (xy 81.634634 114.184464) - (xy 81.63417 114.176315) (xy 81.633397 114.168326) (xy 81.632315 114.160497) (xy 81.630924 114.152829) - (xy 81.629224 114.145321) (xy 81.627215 114.137973) (xy 81.624896 114.130785) (xy 81.622269 114.123758) - (xy 81.619332 114.116891) (xy 81.616086 114.110184) (xy 81.612532 114.103637) (xy 81.608668 114.097251) - (xy 81.604494 114.091025) (xy 81.600012 114.08496) (xy 81.595221 114.079054) (xy 81.590125 114.073347) - (xy 81.584729 114.067876) (xy 81.579033 114.06264) (xy 81.573038 114.05764) (xy 81.566742 114.052877) - (xy 81.560146 114.048348) (xy 81.55325 114.044056) (xy 81.546055 114.04) (xy 81.538559 114.036179) - (xy 81.530764 114.032595) (xy 81.522668 114.029246) (xy 81.514273 114.026133) (xy 81.505577 114.023256) - (xy 81.496582 114.020615) (xy 81.487287 114.018209) - ) - ) - (polygon - (pts - (xy 81.623065 113.481148) (xy 81.693407 113.481148) (xy 81.693407 113.880631) (xy 81.686734 113.880657) - (xy 81.680126 113.880366) (xy 81.673582 113.879759) (xy 81.667102 113.878836) (xy 81.660686 113.877598) - (xy 81.654334 113.876043) (xy 81.648046 113.874172) (xy 81.641822 113.871985) (xy 81.634168 113.86894) - (xy 81.626536 113.865576) (xy 81.618928 113.861893) (xy 81.611343 113.857889) (xy 81.603781 113.853567) - (xy 81.598753 113.850508) (xy 81.593735 113.847307) (xy 81.588727 113.843964) (xy 81.58373 113.840479) - (xy 81.578743 113.836852) (xy 81.573766 113.833083) (xy 81.568799 113.829172) (xy 81.563843 113.825119) - (xy 81.561369 113.823039) (xy 81.556356 113.818727) (xy 81.551248 113.814182) (xy 81.546043 113.809403) - (xy 81.540743 113.804391) (xy 81.535346 113.799145) (xy 81.529852 113.793666) (xy 81.524263 113.787953) - (xy 81.518577 113.782006) (xy 81.512796 113.775826) (xy 81.506918 113.769412) (xy 81.500944 113.762765) - (xy 81.494874 113.755884) (xy 81.488707 113.74877) (xy 81.482445 113.741422) (xy 81.476086 113.733841) - (xy 81.469631 113.726026) (xy 81.464572 113.719933) (xy 81.459579 113.713966) (xy 81.454651 113.708123) - (xy 81.44979 113.702404) (xy 81.444995 113.696811) (xy 81.440267 113.691343) (xy 81.435604 113.685999) - (xy 81.431007 113.68078) (xy 81.426477 113.675686) (xy 81.422012 113.670716) (xy 81.417614 113.665872) - (xy 81.413282 113.661152) (xy 81.409016 113.656557) (xy 81.404816 113.652087) (xy 81.400682 113.647741) - (xy 81.392613 113.639425) (xy 81.384809 113.631607) (xy 81.377268 113.624289) (xy 81.369993 113.61747) - (xy 81.362981 113.611151) (xy 81.356234 113.60533) (xy 81.349752 113.600008) (xy 81.343534 113.595186) - (xy 81.340524 113.592962) (xy 81.334591 113.588757) (xy 81.328698 113.584822) (xy 81.322844 113.581159) - (xy 81.317031 113.577767) (xy 81.311258 113.574647) (xy 81.305525 113.571798) (xy 81.299832 113.56922) - (xy 81.294179 113.566914) (xy 81.288567 113.564879) (xy 81.280222 113.562335) (xy 81.271969 113.560402) - (xy 81.263805 113.559079) (xy 81.255731 113.558367) (xy 81.250399 113.558231) (xy 81.242169 113.558509) - (xy 81.234187 113.559344) (xy 81.226452 113.560735) (xy 81.218965 113.562682) (xy 81.211724 113.565186) - (xy 81.204732 113.568246) (xy 81.197986 113.571863) (xy 81.191487 113.576036) (xy 81.185236 113.580766) - (xy 81.179233 113.586052) (xy 81.175367 113.589885) (xy 81.169894 113.59596) (xy 81.164959 113.60237) - (xy 81.160562 113.609115) (xy 81.156703 113.616194) (xy 81.153383 113.623609) (xy 81.150602 113.631358) - (xy 81.148359 113.639443) (xy 81.146654 113.647862) (xy 81.145487 113.656616) (xy 81.145009 113.662638) - (xy 81.144769 113.668809) (xy 81.144739 113.67195) (xy 81.14487 113.678571) (xy 81.145264 113.685025) - (xy 81.145919 113.691312) (xy 81.146837 113.697431) (xy 81.148017 113.703383) (xy 81.149459 113.709168) - (xy 81.151163 113.714786) (xy 81.154211 113.7229) (xy 81.157848 113.730637) (xy 81.162076 113.737999) - (xy 81.166894 113.744984) (xy 81.172301 113.751593) (xy 81.178298 113.757826) (xy 81.184819 113.763566) - (xy 81.191795 113.768748) (xy 81.199227 113.773375) (xy 81.204435 113.77615) (xy 81.209846 113.778678) - (xy 81.215459 113.780959) (xy 81.221275 113.782992) (xy 81.227294 113.784778) (xy 81.233515 113.786317) - (xy 81.239939 113.787608) (xy 81.246566 113.788652) (xy 81.253395 113.789449) (xy 81.260427 113.789999) - (xy 81.267662 113.790301) (xy 81.271355 113.790359) (xy 81.263295 113.866563) (xy 81.252504 113.865423) - (xy 81.242039 113.863944) (xy 81.2319 113.862126) (xy 81.222088 113.859969) (xy 81.212602 113.857473) - (xy 81.203442 113.854638) (xy 81.194609 113.851464) (xy 81.186102 113.847952) (xy 81.177921 113.8441) - (xy 81.170067 113.83991) (xy 81.162538 113.835381) (xy 81.155336 113.830513) (xy 81.148461 113.825306) - (xy 81.141911 113.81976) (xy 81.135688 113.813875) (xy 81.129792 113.807652) (xy 81.12422 113.801122) - (xy 81.119007 113.794318) (xy 81.114154 113.787241) (xy 81.10966 113.77989) (xy 81.105526 113.772266) - (xy 81.101751 113.764368) (xy 81.098336 113.756196) (xy 81.09528 113.747751) (xy 81.092584 113.739032) - (xy 81.090247 113.73004) (xy 81.08827 113.720774) (xy 81.086652 113.711234) (xy 81.085394 113.70142) - (xy 81.084495 113.691333) (xy 81.083956 113.680973) (xy 81.083776 113.670338) (xy 81.083966 113.659617) - (xy 81.084534 113.649179) (xy 81.085482 113.639023) (xy 81.086808 113.62915) (xy 81.088513 113.61956) - (xy 81.090598 113.610252) (xy 81.093061 113.601228) (xy 81.095903 113.592486) (xy 81.099124 113.584027) - (xy 81.102724 113.575851) (xy 81.106703 113.567957) (xy 81.111061 113.560347) (xy 81.115798 113.553019) - (xy 81.120914 113.545974) (xy 81.126409 113.539211) (xy 81.132283 113.532732) (xy 81.138437 113.526592) - (xy 81.144771 113.520848) (xy 81.151287 113.5155) (xy 81.157983 113.510549) (xy 81.164861 113.505993) - (xy 81.171919 113.501834) (xy 81.179158 113.49807) (xy 81.186578 113.494703) (xy 81.194179 113.491732) - (xy 81.201961 113.489158) (xy 81.209924 113.486979) (xy 81.218067 113.485196) (xy 81.226392 113.48381) - (xy 81.234897 113.482819) (xy 81.243583 113.482225) (xy 81.25245 113.482027) (xy 81.259282 113.482157) - (xy 81.266093 113.482548) (xy 81.272883 113.483198) (xy 81.279653 113.484109) (xy 81.286402 113.485279) - (xy 81.293131 113.48671) (xy 81.299839 113.488401) (xy 81.306526 113.490353) (xy 81.313193 113.492564) - (xy 81.319839 113.495036) (xy 81.324258 113.496828) (xy 81.330886 113.499776) (xy 81.337581 113.503069) - (xy 81.344343 113.506707) (xy 81.351172 113.510691) (xy 81.358068 113.515019) (xy 81.365031 113.519693) - (xy 81.372061 113.524712) (xy 81.376784 113.528249) (xy 81.381538 113.531941) (xy 81.386321 113.535785) - (xy 81.391135 113.539783) (xy 81.395977 113.543934) (xy 81.39841 113.546068) (xy 81.403396 113.55055) - (xy 81.408609 113.555389) (xy 81.414048 113.560584) (xy 81.419714 113.566135) (xy 81.425607 113.572042) - (xy 81.431726 113.578305) (xy 81.438072 113.584925) (xy 81.444645 113.5919) (xy 81.451445 113.599231) - (xy 81.458471 113.606918) (xy 81.465724 113.614962) (xy 81.473203 113.623361) (xy 81.480909 113.632117) - (xy 81.484848 113.636628) (xy 81.488842 113.641228) (xy 81.492894 113.645918) (xy 81.497002 113.650696) - (xy 81.501167 113.655563) (xy 81.505388 113.66052) (xy 81.512335 113.668669) (xy 81.518996 113.676445) - (xy 81.525373 113.68385) (xy 81.531464 113.690882) (xy 81.537271 113.697543) (xy 81.542792 113.703831) - (xy 81.548028 113.709747) (xy 81.552979 113.715291) (xy 81.557645 113.720463) (xy 81.562026 113.725263) - (xy 81.566122 113.729691) (xy 81.571731 113.735635) (xy 81.576699 113.740742) (xy 81.581025 113.745012) - (xy 81.582325 113.746249) (xy 81.587385 113.750872) (xy 81.592455 113.755289) (xy 81.597534 113.7595) - (xy 81.602621 113.763505) (xy 81.607718 113.767304) (xy 81.612825 113.770896) (xy 81.61794 113.774283) - (xy 81.623065 113.777463) - ) - ) - (polygon - (pts - (xy 81.693407 113.124456) (xy 81.693407 113.198608) (xy 81.218305 113.198608) (xy 81.223169 113.203783) - (xy 81.228032 113.209252) (xy 81.232896 113.215014) (xy 81.237759 113.22107) (xy 81.242623 113.22742) - (xy 81.247486 113.234064) (xy 81.25235 113.241001) (xy 81.257213 113.248232) (xy 81.260456 113.253216) - (xy 81.263698 113.25833) (xy 81.26694 113.263574) (xy 81.270182 113.26895) (xy 81.273356 113.274355) - (xy 81.276429 113.279691) (xy 81.279401 113.284957) (xy 81.282273 113.290153) (xy 81.286391 113.297816) - (xy 81.290282 113.305322) (xy 81.293947 113.312671) (xy 81.297385 113.319863) (xy 81.300596 113.326898) - (xy 81.303581 113.333775) (xy 81.306339 113.340495) (xy 81.308871 113.347059) (xy 81.233839 113.347059) - (xy 81.230165 113.339335) (xy 81.226395 113.331733) (xy 81.222531 113.324254) (xy 81.218571 113.316898) - (xy 81.214516 113.309664) (xy 81.210367 113.302552) (xy 81.206122 113.295563) (xy 81.201782 113.288697) - (xy 81.197348 113.281953) (xy 81.192818 113.275331) (xy 81.188193 113.268832) (xy 81.183473 113.262456) - (xy 81.178658 113.256202) (xy 81.173749 113.250071) (xy 81.168744 113.244062) (xy 81.163644 113.238175) - (xy 81.158506 113.232456) (xy 81.153388 113.226951) (xy 81.148289 113.221658) (xy 81.14321 113.216578) - (xy 81.13815 113.211711) (xy 81.13311 113.207057) (xy 81.128089 113.202616) (xy 81.123087 113.198388) - (xy 81.118105 113.194373) (xy 81.113143 113.190571) (xy 81.1082 113.186981) (xy 81.103276 113.183605) - (xy 81.095927 113.17894) (xy 81.088622 113.174754) (xy 81.083776 113.17223) (xy 81.083776 113.124456) - ) - ) - ) - ) - (fp_text value "GRM1555C1H1R2WA01D" (at 0 0 90) (layer "F.SilkS") hide - (effects (font (size 1.27 1.27) (thickness 0.254))) - (tstamp e19b3657-376d-4071-81a9-6d279ce1713a) - ) - (fp_line (start -0.91 -0.46) (end 0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f8c81b33-aa4a-42be-9efd-4f1e535133a5)) - (fp_line (start -0.91 0.46) (end -0.91 -0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 62bed8ab-a7ea-4e32-af99-da0657fcf598)) - (fp_line (start 0.91 -0.46) (end 0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 2317eee8-8f36-4c14-acd5-324a254d030c)) - (fp_line (start 0.91 0.46) (end -0.91 0.46) - (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 8473433e-dfb4-406d-b54a-0f3ced2dd7e5)) - (fp_line (start -0.5 -0.25) (end 0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 121c63b5-9597-4d32-9a43-2f2a82d2dc9b)) - (fp_line (start -0.5 0.25) (end -0.5 -0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e4490740-b3b0-4ee9-8cb2-9b5b112b16db)) - (fp_line (start 0.5 -0.25) (end 0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 022a009b-62eb-413f-8fe2-8a395e6fbb48)) - (fp_line (start 0.5 0.25) (end -0.5 0.25) - (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 89b7d0fc-05f6-4b9e-822d-b0be40ac8644)) - (pad "1" smd rect (at -0.46 0 90) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 95 "Net-(C21-Pad1)") (pinfunction "1") (pintype "passive") (tstamp 311eb2a6-9ffc-4b3c-9f04-0743281c6280)) - (pad "2" smd rect (at 0.46 0 90) (size 0.6 0.62) (layers "F.Cu" "F.Paste" "F.Mask") - (net 1 "GND") (pinfunction "2") (pintype "passive") (tstamp 208b875f-fbab-40d0-b986-362ab487edab)) - (model "Library/SamacSys_Parts.3dshapes/GRM1555C1H1R2WA01D.stp" - (offset (xyz 0 0 0)) - (scale (xyz 1 1 1)) - (rotate (xyz 0 0 0)) - ) - ) - (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp f570fb6e-c2e6-4543-b9a7-7675263af4fb) (at 145.320786 81.844691) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "Astroplant_AL.kicad_sch") (property "Sheetname" "") (property "ki_description" "Resistor, small symbol") @@ -22785,7 +19222,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 1cf17d0c-1b56-4243-ba92-a63fe56567a3) ) @@ -22814,7 +19251,7 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 2e6d1f64-772b-4a18-9bb9-9b85efca05d3)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 91 "SDA") (pintype "passive") (tstamp 311cffd8-9143-4e5f-a33a-1ae5a991a675)) + (net 87 "SDA") (pintype "passive") (tstamp 311cffd8-9143-4e5f-a33a-1ae5a991a675)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 3 "+3V3") (pintype "passive") (tstamp 7a8fb22b-67e2-4d7f-8bd6-5f0bf60ba57c)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" @@ -22829,7 +19266,7 @@ (at 72.305 92.22) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") @@ -23062,7 +19499,7 @@ ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp bb779b40-d228-4fd4-8f11-d428bbafd9ab) ) @@ -23091,9 +19528,9 @@ (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f80b649a-48ce-4381-bd1d-7b7b1bdcb522)) (pad "1" smd roundrect (at -0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 24 "GPIO23") (pintype "passive") (tstamp 13fb2bfb-dc91-4318-bac0-36b74fc50162)) + (net 20 "GPIO23") (pintype "passive") (tstamp 13fb2bfb-dc91-4318-bac0-36b74fc50162)) (pad "2" smd roundrect (at 0.825 0) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 57 "Net-(U2-PC11)") (pintype "passive") (tstamp 9f1a74f1-bfa9-4096-8d53-5c6149c2ed25)) + (net 53 "Net-(U2-PC11)") (pintype "passive") (tstamp 9f1a74f1-bfa9-4096-8d53-5c6149c2ed25)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -23296,7 +19733,7 @@ (fp_line (start 4.953779 3.447181) (end 4.953779 -2.302819) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp ec66bcc6-b139-4f22-9e1f-17d293c7a4d7)) (pad "1" thru_hole rect (at 0.003779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") - (net 34 "GPIO5") (pinfunction "A") (pintype "passive") (tstamp 635920eb-3f12-4938-8118-4afa1ed6f2c6)) + (net 30 "GPIO5") (pinfunction "A") (pintype "passive") (tstamp 635920eb-3f12-4938-8118-4afa1ed6f2c6)) (pad "2" thru_hole oval (at 2.503779 0.047181) (size 1.7 2) (drill 1) (layers "*.Cu" "*.Mask") (net 1 "GND") (pinfunction "B") (pintype "passive") (tstamp 6b7e8141-6d5c-4213-9fb0-a0cc73c92143)) (model "Library/SamacSys_Parts.3dshapes/B2B-XH-A.stp" @@ -23311,7 +19748,7 @@ (at 125.5055 80.1055 -90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW060310K0DHEAP") + (property "MPN" "GPR060310K") (property "Sheetfile" "outputs.kicad_sch") (property "Sheetname" "outputs") (property "ki_description" "Resistor, small symbol") @@ -23501,7 +19938,7 @@ ) ) ) - (fp_text value "CRCW060310K0DHEAP" (at 0 1.43 90) (layer "F.Fab") hide + (fp_text value "GPR060310K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp 67d29f0d-5567-47f9-8b50-d3ed53abe219) ) @@ -23532,7 +19969,7 @@ (pad "1" smd roundrect (at -0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) (net 1 "GND") (pintype "passive") (tstamp e0a3e41b-06e7-4e49-aa2c-010cbabe4b6d)) (pad "2" smd roundrect (at 0.825 0 270) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 39 "GPIO16") (pintype "passive") (tstamp cdc30573-9b50-4751-969b-5a5e8962e282)) + (net 35 "GPIO16") (pintype "passive") (tstamp cdc30573-9b50-4751-969b-5a5e8962e282)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -23551,153 +19988,153 @@ (property "Sheetname" "power") (path "/00000000-0000-0000-0000-00005a8053d4/7e300ffd-e4e0-4dc3-b425-65f06cdc146e") (attr through_hole) - (fp_text reference "JP5" (at -2.22 5.915 -180) (layer "F.SilkS") - (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) + (fp_text reference "JP5" (at -2.165 5.155 180) (layer "F.SilkS") + (effects (font (face "Arial") (size 1 1) (thickness 0.1))) (tstamp 63da7088-db40-4a66-b2f1-8d05d67b116c) (render_cache "JP5" 0 (polygon (pts - (xy 101.400977 84.060765) (xy 101.473078 84.0508) (xy 101.473522 84.05906) (xy 101.474124 84.066989) - (xy 101.474882 84.074585) (xy 101.475798 84.081849) (xy 101.47687 84.088782) (xy 101.478099 84.095382) - (xy 101.479485 84.10165) (xy 101.481028 84.107586) (xy 101.483636 84.115868) (xy 101.486597 84.123403) - (xy 101.489911 84.130191) (xy 101.493578 84.136231) (xy 101.497598 84.141525) (xy 101.499016 84.143124) - (xy 101.503512 84.147576) (xy 101.508317 84.15159) (xy 101.513431 84.155167) (xy 101.518855 84.158305) - (xy 101.524587 84.161005) (xy 101.530629 84.163268) (xy 101.53698 84.165093) (xy 101.543639 84.166479) - (xy 101.550608 84.167428) (xy 101.557886 84.167939) (xy 101.56291 84.168036) (xy 101.570327 84.167819) - (xy 101.577482 84.167166) (xy 101.584377 84.166079) (xy 101.59101 84.164556) (xy 101.597383 84.162598) - (xy 101.603494 84.160205) (xy 101.609344 84.157378) (xy 101.614934 84.154115) (xy 101.62018 84.150478) - (xy 101.625 84.146531) (xy 101.629394 84.142272) (xy 101.633362 84.137702) (xy 101.636904 84.13282) - (xy 101.640021 84.127627) (xy 101.642711 84.122122) (xy 101.644976 84.116306) (xy 101.646899 84.109853) - (xy 101.648566 84.102512) (xy 101.649648 84.096423) (xy 101.650586 84.089835) (xy 101.651379 84.082747) - (xy 101.652028 84.075159) (xy 101.652533 84.067071) (xy 101.652894 84.058483) (xy 101.653054 84.052481) - (xy 101.65315 84.046256) (xy 101.653182 84.039809) (xy 101.653182 83.619369) (xy 101.733196 83.619369) - (xy 101.733196 84.034094) (xy 101.733125 84.043504) (xy 101.73291 84.052645) (xy 101.732552 84.06152) - (xy 101.732051 84.070126) (xy 101.731407 84.078464) (xy 101.73062 84.086534) (xy 101.72969 84.094337) - (xy 101.728617 84.101871) (xy 101.7274 84.109138) (xy 101.726041 84.116136) (xy 101.724538 84.122867) - (xy 101.722892 84.12933) (xy 101.721103 84.135525) (xy 101.719171 84.141452) (xy 101.717096 84.147111) - (xy 101.714878 84.152503) (xy 101.711254 84.160186) (xy 101.707251 84.167519) (xy 101.70287 84.174502) - (xy 101.69811 84.181134) (xy 101.692971 84.187416) (xy 101.687454 84.193348) (xy 101.681558 84.198929) - (xy 101.675283 84.20416) (xy 101.66863 84.209041) (xy 101.661598 84.213571) (xy 101.656699 84.216397) - (xy 101.649131 84.220325) (xy 101.641317 84.223867) (xy 101.633259 84.227023) (xy 101.624956 84.229792) - (xy 101.619285 84.231423) (xy 101.613505 84.232883) (xy 101.607616 84.234171) (xy 101.601619 84.235287) - (xy 101.595513 84.236232) (xy 101.589297 84.237005) (xy 101.582974 84.237606) (xy 101.576541 84.238035) - (xy 101.57 84.238293) (xy 101.56335 84.238378) (xy 101.553549 84.238204) (xy 101.54404 84.23768) - (xy 101.534823 84.236807) (xy 101.525898 84.235585) (xy 101.517265 84.234014) (xy 101.508924 84.232093) - (xy 101.500875 84.229823) (xy 101.493118 84.227204) (xy 101.485652 84.224236) (xy 101.478479 84.220919) - (xy 101.471598 84.217252) (xy 101.465008 84.213237) (xy 101.458711 84.208872) (xy 101.452705 84.204158) - (xy 101.446992 84.199094) (xy 101.44157 84.193682) (xy 101.436466 84.187925) (xy 101.431704 84.181828) - (xy 101.427284 84.175391) (xy 101.423206 84.168614) (xy 101.419471 84.161496) (xy 101.416078 84.154039) - (xy 101.413028 84.146242) (xy 101.410319 84.138105) (xy 101.407953 84.129627) (xy 101.40593 84.12081) - (xy 101.404249 84.111652) (xy 101.40291 84.102155) (xy 101.401913 84.092318) (xy 101.401259 84.08214) - (xy 101.400947 84.071623) + (xy 101.694962 84.169609) (xy 101.815129 84.153) (xy 101.815871 84.166767) (xy 101.816873 84.179981) + (xy 101.818137 84.192642) (xy 101.819663 84.204749) (xy 101.82145 84.216303) (xy 101.823498 84.227303) + (xy 101.825808 84.237751) (xy 101.828379 84.247644) (xy 101.832726 84.261447) (xy 101.837662 84.274005) + (xy 101.843185 84.285318) (xy 101.849297 84.295386) (xy 101.855996 84.304209) (xy 101.85836 84.306873) + (xy 101.865854 84.314293) (xy 101.873862 84.320984) (xy 101.882386 84.326945) (xy 101.891425 84.332175) + (xy 101.900979 84.336676) (xy 101.911048 84.340447) (xy 101.921633 84.343488) (xy 101.932732 84.345799) + (xy 101.944347 84.347381) (xy 101.956477 84.348232) (xy 101.96485 84.348394) (xy 101.977211 84.348032) + (xy 101.989137 84.346944) (xy 102.000628 84.345132) (xy 102.011684 84.342594) (xy 102.022304 84.339331) + (xy 102.03249 84.335343) (xy 102.042241 84.33063) (xy 102.051556 84.325191) (xy 102.0603 84.319131) + (xy 102.068333 84.312552) (xy 102.075656 84.305454) (xy 102.08227 84.297836) (xy 102.088174 84.2897) + (xy 102.093368 84.281045) (xy 102.097852 84.27187) (xy 102.101626 84.262177) (xy 102.104832 84.251422) + (xy 102.10761 84.239187) (xy 102.109413 84.229039) (xy 102.110976 84.218058) (xy 102.112298 84.206245) + (xy 102.11338 84.193598) (xy 102.114222 84.180118) (xy 102.114823 84.165806) (xy 102.11509 84.155801) + (xy 102.11525 84.145427) (xy 102.115304 84.134682) (xy 102.115304 83.433949) (xy 102.24866 83.433949) + (xy 102.24866 84.125157) (xy 102.248541 84.14084) (xy 102.248183 84.156076) (xy 102.247587 84.170866) + (xy 102.246752 84.18521) (xy 102.245679 84.199107) (xy 102.244367 84.212557) (xy 102.242817 84.225561) + (xy 102.241028 84.238119) (xy 102.239 84.25023) (xy 102.236734 84.261894) (xy 102.23423 84.273112) + (xy 102.231487 84.283884) (xy 102.228506 84.294209) (xy 102.225286 84.304087) (xy 102.221827 84.313519) + (xy 102.21813 84.322505) (xy 102.21209 84.33531) (xy 102.205419 84.347532) (xy 102.198117 84.35917) + (xy 102.190183 84.370224) (xy 102.181619 84.380694) (xy 102.172423 84.39058) (xy 102.162596 84.399882) + (xy 102.152139 84.4086) (xy 102.14105 84.416735) (xy 102.12933 84.424285) (xy 102.121166 84.428995) + (xy 102.108551 84.435542) (xy 102.095529 84.441445) (xy 102.082098 84.446705) (xy 102.06826 84.45132) + (xy 102.058808 84.454039) (xy 102.049175 84.456472) (xy 102.03936 84.458619) (xy 102.029365 84.460479) + (xy 102.019188 84.462053) (xy 102.008829 84.463341) (xy 101.998289 84.464343) (xy 101.987569 84.465059) + (xy 101.976666 84.465488) (xy 101.965583 84.465631) (xy 101.949248 84.46534) (xy 101.9334 84.464467) + (xy 101.918039 84.463012) (xy 101.903164 84.460975) (xy 101.888775 84.458356) (xy 101.874873 84.455155) + (xy 101.861458 84.451372) (xy 101.84853 84.447008) (xy 101.836087 84.442061) (xy 101.824132 84.436532) + (xy 101.812663 84.430421) (xy 101.801681 84.423728) (xy 101.791185 84.416453) (xy 101.781176 84.408597) + (xy 101.771653 84.400158) (xy 101.762617 84.391137) (xy 101.75411 84.381542) (xy 101.746173 84.37138) + (xy 101.738806 84.360651) (xy 101.73201 84.349356) (xy 101.725785 84.337494) (xy 101.72013 84.325065) + (xy 101.715046 84.31207) (xy 101.710532 84.298508) (xy 101.706589 84.284379) (xy 101.703216 84.269683) + (xy 101.700414 84.254421) (xy 101.698183 84.238592) (xy 101.696522 84.222196) (xy 101.695431 84.205234) + (xy 101.694911 84.187705) ) ) (polygon (pts - (xy 101.861424 84.229) (xy 101.861424 83.619369) (xy 102.089449 83.619369) (xy 102.096849 83.619392) - (xy 102.104028 83.619461) (xy 102.110986 83.619575) (xy 102.117723 83.619736) (xy 102.124239 83.619942) - (xy 102.130534 83.620194) (xy 102.136608 83.620491) (xy 102.142462 83.620835) (xy 102.150827 83.621436) - (xy 102.158696 83.62214) (xy 102.166067 83.622947) (xy 102.172941 83.623857) (xy 102.179318 83.624871) - (xy 102.181333 83.625231) (xy 102.189559 83.626751) (xy 102.197529 83.628508) (xy 102.205245 83.630502) - (xy 102.212705 83.632732) (xy 102.219911 83.6352) (xy 102.226861 83.637905) (xy 102.233557 83.640847) - (xy 102.239997 83.644026) (xy 102.246182 83.647441) (xy 102.252113 83.651094) (xy 102.255925 83.653661) - (xy 102.261455 83.657738) (xy 102.266778 83.662112) (xy 102.271896 83.666782) (xy 102.276808 83.671748) - (xy 102.281513 83.67701) (xy 102.286012 83.682569) (xy 102.290306 83.688424) (xy 102.294393 83.694575) - (xy 102.298274 83.701022) (xy 102.301949 83.707766) (xy 102.304285 83.712426) (xy 102.307585 83.719555) - (xy 102.31056 83.726817) (xy 102.313211 83.734214) (xy 102.315537 83.741744) (xy 102.317538 83.749409) - (xy 102.319215 83.757207) (xy 102.320568 83.765139) (xy 102.321596 83.773206) (xy 102.322299 83.781406) - (xy 102.322677 83.78974) (xy 102.32275 83.795371) (xy 102.322558 83.804968) (xy 102.321983 83.81438) - (xy 102.321024 83.823607) (xy 102.319681 83.832648) (xy 102.317955 83.841504) (xy 102.315846 83.850174) - (xy 102.313353 83.858659) (xy 102.310476 83.866958) (xy 102.307216 83.875072) (xy 102.303573 83.883001) - (xy 102.299546 83.890743) (xy 102.295135 83.898301) (xy 102.290341 83.905673) (xy 102.285163 83.912859) - (xy 102.279602 83.91986) (xy 102.273657 83.926676) (xy 102.267212 83.933188) (xy 102.260149 83.939281) - (xy 102.25247 83.944953) (xy 102.244174 83.950205) (xy 102.23526 83.955037) (xy 102.225729 83.959449) - (xy 102.215582 83.963441) (xy 102.204817 83.967012) (xy 102.193435 83.970164) (xy 102.187513 83.971582) - (xy 102.181436 83.972895) (xy 102.175205 83.974103) (xy 102.16882 83.975206) (xy 102.16228 83.976204) - (xy 102.155587 83.977097) (xy 102.148739 83.977884) (xy 102.141736 83.978567) (xy 102.13458 83.979145) - (xy 102.127269 83.979618) (xy 102.119804 83.979985) (xy 102.112185 83.980248) (xy 102.104411 83.980405) - (xy 102.096483 83.980458) (xy 101.941438 83.980458) (xy 101.941438 84.229) + (xy 102.462373 84.45) (xy 102.462373 83.433949) (xy 102.842415 83.433949) (xy 102.854748 83.433987) + (xy 102.866713 83.434102) (xy 102.87831 83.434293) (xy 102.889538 83.43456) (xy 102.900399 83.434903) + (xy 102.91089 83.435323) (xy 102.921014 83.435819) (xy 102.93077 83.436392) (xy 102.944712 83.437393) + (xy 102.957826 83.438567) (xy 102.970111 83.439912) (xy 102.981568 83.441429) (xy 102.992196 83.443118) + (xy 102.995555 83.443719) (xy 103.009264 83.446252) (xy 103.022549 83.44918) (xy 103.035408 83.452503) + (xy 103.047842 83.456221) (xy 103.059851 83.460334) (xy 103.071435 83.464842) (xy 103.082594 83.469745) + (xy 103.093328 83.475043) (xy 103.103637 83.480736) (xy 103.113521 83.486824) (xy 103.119875 83.491102) + (xy 103.129091 83.497898) (xy 103.137964 83.505187) (xy 103.146493 83.51297) (xy 103.154679 83.521247) + (xy 103.162522 83.530018) (xy 103.170021 83.539282) (xy 103.177176 83.54904) (xy 103.183988 83.559292) + (xy 103.190457 83.570037) (xy 103.196582 83.581276) (xy 103.200475 83.589043) (xy 103.205974 83.600925) + (xy 103.210933 83.613029) (xy 103.215351 83.625356) (xy 103.219228 83.637907) (xy 103.222564 83.650681) + (xy 103.225359 83.663679) (xy 103.227613 83.676899) (xy 103.229326 83.690343) (xy 103.230498 83.70401) + (xy 103.231129 83.717901) (xy 103.231249 83.727285) (xy 103.23093 83.743281) (xy 103.229971 83.758968) + (xy 103.228373 83.774346) (xy 103.226135 83.789414) (xy 103.223259 83.804174) (xy 103.219743 83.818624) + (xy 103.215588 83.832765) (xy 103.210794 83.846598) (xy 103.205361 83.860121) (xy 103.199288 83.873335) + (xy 103.192576 83.886239) (xy 103.185225 83.898835) (xy 103.177234 83.911122) (xy 103.168605 83.923099) + (xy 103.159336 83.934767) (xy 103.149428 83.946127) (xy 103.138686 83.956981) (xy 103.126916 83.967135) + (xy 103.114117 83.976589) (xy 103.100289 83.985343) (xy 103.085433 83.993396) (xy 103.069549 84.000749) + (xy 103.052636 84.007402) (xy 103.034695 84.013354) (xy 103.015725 84.018607) (xy 103.005854 84.02097) + (xy 102.995727 84.023158) (xy 102.985342 84.025172) (xy 102.9747 84.02701) (xy 102.963801 84.028673) + (xy 102.952645 84.030161) (xy 102.941231 84.031474) (xy 102.929561 84.032612) (xy 102.917633 84.033575) + (xy 102.905448 84.034363) (xy 102.893007 84.034976) (xy 102.880308 84.035413) (xy 102.867352 84.035676) + (xy 102.854138 84.035764) (xy 102.595729 84.035764) (xy 102.595729 84.45) ) (pts - (xy 101.941438 83.910116) (xy 102.097655 83.910116) (xy 102.10717 83.910001) (xy 102.116333 83.909656) - (xy 102.125145 83.90908) (xy 102.133605 83.908275) (xy 102.141714 83.90724) (xy 102.149471 83.905974) - (xy 102.156876 83.904478) (xy 102.163931 83.902752) (xy 102.170633 83.900796) (xy 102.176985 83.89861) - (xy 102.182984 83.896194) (xy 102.188633 83.893547) (xy 102.19393 83.890671) (xy 102.201216 83.885924) - (xy 102.207711 83.88066) (xy 102.213525 83.874927) (xy 102.218767 83.868775) (xy 102.223438 83.862202) - (xy 102.227536 83.855209) (xy 102.231063 83.847797) (xy 102.234017 83.839965) (xy 102.2364 83.831713) - (xy 102.237671 83.825978) (xy 102.238688 83.820056) (xy 102.23945 83.813948) (xy 102.239958 83.807654) - (xy 102.240213 83.801173) (xy 102.240244 83.797862) (xy 102.240076 83.790706) (xy 102.239569 83.783746) - (xy 102.238726 83.776981) (xy 102.237545 83.770412) (xy 102.236026 83.764039) (xy 102.23417 83.757862) - (xy 102.231977 83.75188) (xy 102.229446 83.746095) (xy 102.226577 83.740505) (xy 102.223372 83.735111) - (xy 102.221047 83.731623) (xy 102.217367 83.726621) (xy 102.21347 83.721946) (xy 102.209357 83.717598) - (xy 102.205028 83.713578) (xy 102.198918 83.708726) (xy 102.192425 83.704455) (xy 102.185546 83.700766) - (xy 102.180135 83.698381) (xy 102.174507 83.696324) (xy 102.170635 83.695133) (xy 102.163482 83.693571) - (xy 102.156559 83.692512) (xy 102.150666 83.691829) (xy 102.144173 83.691242) (xy 102.13708 83.690749) - (xy 102.129387 83.690352) (xy 102.121094 83.69005) (xy 102.115231 83.689902) (xy 102.109102 83.689796) - (xy 102.102706 83.689732) (xy 102.096043 83.689711) (xy 101.941438 83.689711) + (xy 102.595729 83.918527) (xy 102.856092 83.918527) (xy 102.87195 83.918335) (xy 102.887222 83.91776) + (xy 102.901908 83.916801) (xy 102.916008 83.915459) (xy 102.929523 83.913733) (xy 102.942451 83.911623) + (xy 102.954794 83.90913) (xy 102.966551 83.906254) (xy 102.977722 83.902994) (xy 102.988308 83.89935) + (xy 102.998307 83.895323) (xy 103.007721 83.890912) (xy 103.016549 83.886118) (xy 103.028693 83.878208) + (xy 103.039519 83.869434) (xy 103.049209 83.859879) (xy 103.057946 83.849625) (xy 103.065729 83.83867) + (xy 103.07256 83.827016) (xy 103.078438 83.814662) (xy 103.083362 83.801608) (xy 103.087334 83.787855) + (xy 103.089452 83.778297) (xy 103.091146 83.768428) (xy 103.092417 83.758248) (xy 103.093264 83.747757) + (xy 103.093688 83.736955) (xy 103.093741 83.731437) (xy 103.093459 83.71951) (xy 103.092616 83.70791) + (xy 103.09121 83.696635) (xy 103.089241 83.685687) (xy 103.08671 83.675066) (xy 103.083617 83.66477) + (xy 103.079961 83.654801) (xy 103.075743 83.645158) (xy 103.070962 83.635842) (xy 103.065619 83.626851) + (xy 103.061745 83.621039) (xy 103.055611 83.612702) (xy 103.049117 83.604911) (xy 103.042262 83.597664) + (xy 103.035046 83.590963) (xy 103.024864 83.582876) (xy 103.014041 83.575759) (xy 103.002577 83.569611) + (xy 102.993558 83.565636) (xy 102.984179 83.562206) (xy 102.977725 83.560223) (xy 102.965803 83.557619) + (xy 102.954264 83.555854) (xy 102.944443 83.554716) (xy 102.933622 83.553736) (xy 102.9218 83.552916) + (xy 102.908978 83.552254) (xy 102.895156 83.551751) (xy 102.885385 83.551504) (xy 102.87517 83.551327) + (xy 102.86451 83.551221) (xy 102.853406 83.551186) (xy 102.595729 83.551186) ) ) (polygon (pts - (xy 102.391186 84.069558) (xy 102.469149 84.062963) (xy 102.470319 84.069979) (xy 102.471668 84.076773) - (xy 102.473195 84.083346) (xy 102.474901 84.089699) (xy 102.476785 84.09583) (xy 102.478848 84.101741) - (xy 102.48109 84.10743) (xy 102.48351 84.112899) (xy 102.487476 84.120687) (xy 102.491843 84.127979) - (xy 102.496612 84.134773) (xy 102.501783 84.14107) (xy 102.507355 84.14687) (xy 102.509302 84.148692) - (xy 102.515325 84.153826) (xy 102.521576 84.158454) (xy 102.528057 84.162577) (xy 102.534767 84.166196) - (xy 102.541706 84.169309) (xy 102.548875 84.171918) (xy 102.556273 84.174021) (xy 102.5639 84.17562) - (xy 102.571756 84.176714) (xy 102.579842 84.177303) (xy 102.58536 84.177415) (xy 102.591982 84.177254) - (xy 102.598475 84.17677) (xy 102.604841 84.175963) (xy 102.611078 84.174833) (xy 102.617187 84.17338) - (xy 102.623168 84.171604) (xy 102.629021 84.169505) (xy 102.634745 84.167084) (xy 102.640342 84.16434) - (xy 102.64581 84.161272) (xy 102.651149 84.157882) (xy 102.656361 84.15417) (xy 102.661444 84.150134) - (xy 102.666399 84.145775) (xy 102.671226 84.141094) (xy 102.675925 84.13609) (xy 102.680432 84.130819) - (xy 102.684649 84.125339) (xy 102.688575 84.119649) (xy 102.69221 84.11375) (xy 102.695554 84.107642) - (xy 102.698607 84.101324) (xy 102.70137 84.094796) (xy 102.703842 84.088059) (xy 102.706023 84.081113) - (xy 102.707913 84.073956) (xy 102.709512 84.066591) (xy 102.710821 84.059016) (xy 102.711839 84.051231) - (xy 102.712566 84.043237) (xy 102.713002 84.035033) (xy 102.713147 84.02662) (xy 102.713008 84.018612) - (xy 102.712589 84.010818) (xy 102.71189 84.003238) (xy 102.710913 83.995873) (xy 102.709655 83.988721) - (xy 102.708119 83.981784) (xy 102.706303 83.97506) (xy 102.704208 83.968551) (xy 102.701834 83.962256) - (xy 102.69918 83.956175) (xy 102.696247 83.950308) (xy 102.693034 83.944655) (xy 102.689542 83.939216) - (xy 102.685771 83.933992) (xy 102.68172 83.928981) (xy 102.67739 83.924184) (xy 102.672852 83.919642) - (xy 102.668142 83.915392) (xy 102.663258 83.911435) (xy 102.658202 83.907771) (xy 102.652973 83.904401) - (xy 102.64757 83.901323) (xy 102.641995 83.898539) (xy 102.636247 83.896048) (xy 102.630327 83.893849) - (xy 102.624233 83.891944) (xy 102.617966 83.890332) (xy 102.611527 83.889013) (xy 102.604915 83.887988) - (xy 102.59813 83.887255) (xy 102.591172 83.886815) (xy 102.584041 83.886669) (xy 102.577397 83.886818) - (xy 102.570874 83.887266) (xy 102.564472 83.888013) (xy 102.558191 83.889059) (xy 102.552032 83.890404) - (xy 102.545993 83.892047) (xy 102.540076 83.89399) (xy 102.534279 83.896231) (xy 102.528604 83.898771) - (xy 102.52305 83.90161) (xy 102.519414 83.903668) (xy 102.514109 83.906918) (xy 102.509021 83.910348) - (xy 102.504149 83.913959) (xy 102.499493 83.91775) (xy 102.495054 83.921721) (xy 102.490831 83.925873) - (xy 102.486824 83.930205) (xy 102.483034 83.934717) (xy 102.47946 83.93941) (xy 102.476103 83.944283) - (xy 102.473985 83.947632) (xy 102.404376 83.938546) (xy 102.462847 83.628748) (xy 102.763413 83.628748) - (xy 102.763413 83.69909) (xy 102.522198 83.69909) (xy 102.489665 83.861463) (xy 102.4965 83.857133) - (xy 102.503374 83.853082) (xy 102.510289 83.849311) (xy 102.517243 83.845819) (xy 102.524238 83.842607) - (xy 102.531273 83.839673) (xy 102.538348 83.837019) (xy 102.545462 83.834645) (xy 102.552617 83.83255) - (xy 102.559812 83.830734) (xy 102.567048 83.829198) (xy 102.574323 83.827941) (xy 102.581638 83.826963) - (xy 102.588993 83.826264) (xy 102.596389 83.825845) (xy 102.603824 83.825706) (xy 102.613619 83.825921) - (xy 102.623221 83.826567) (xy 102.632629 83.827643) (xy 102.641844 83.82915) (xy 102.650865 83.831087) - (xy 102.659693 83.833454) (xy 102.668327 83.836252) (xy 102.676767 83.839481) (xy 102.685015 83.84314) - (xy 102.693068 83.84723) (xy 102.700929 83.85175) (xy 102.708595 83.8567) (xy 102.716069 83.862081) - (xy 102.723348 83.867893) (xy 102.730435 83.874134) (xy 102.737327 83.880807) (xy 102.743929 83.8878) - (xy 102.750104 83.89504) (xy 102.755854 83.902528) (xy 102.761178 83.910263) (xy 102.766076 83.918245) - (xy 102.770547 83.926474) (xy 102.774594 83.934951) (xy 102.778214 83.943675) (xy 102.781408 83.952646) - (xy 102.784176 83.961865) (xy 102.786519 83.971331) (xy 102.788435 83.981044) (xy 102.789926 83.991005) - (xy 102.790991 84.001213) (xy 102.791629 84.011668) (xy 102.791842 84.02237) (xy 102.791656 84.032577) - (xy 102.791096 84.042609) (xy 102.790163 84.052466) (xy 102.788857 84.062148) (xy 102.787177 84.071655) - (xy 102.785124 84.080986) (xy 102.782698 84.090142) (xy 102.779899 84.099123) (xy 102.776726 84.107929) - (xy 102.773181 84.11656) (xy 102.769262 84.125016) (xy 102.76497 84.133296) (xy 102.760304 84.141401) - (xy 102.755266 84.149331) (xy 102.749854 84.157086) (xy 102.744069 84.164666) (xy 102.736631 84.173592) - (xy 102.728862 84.181942) (xy 102.720763 84.189717) (xy 102.712332 84.196915) (xy 102.703571 84.203538) - (xy 102.694479 84.209584) (xy 102.685056 84.215055) (xy 102.675302 84.21995) (xy 102.665217 84.224269) - (xy 102.654802 84.228013) (xy 102.644055 84.23118) (xy 102.632978 84.233771) (xy 102.621569 84.235787) - (xy 102.615741 84.236579) (xy 102.60983 84.237227) (xy 102.603837 84.237731) (xy 102.59776 84.23809) - (xy 102.591601 84.238306) (xy 102.58536 84.238378) (xy 102.575165 84.238198) (xy 102.565207 84.237657) - (xy 102.555487 84.236756) (xy 102.546003 84.235493) (xy 102.536756 84.23387) (xy 102.527746 84.231887) - (xy 102.518974 84.229543) (xy 102.510438 84.226838) (xy 102.502139 84.223773) (xy 102.494078 84.220346) - (xy 102.486253 84.21656) (xy 102.478665 84.212412) (xy 102.471314 84.207904) (xy 102.464201 84.203036) - (xy 102.457324 84.197806) (xy 102.450684 84.192217) (xy 102.444355 84.186311) (xy 102.438374 84.18017) - (xy 102.432741 84.173795) (xy 102.427457 84.167185) (xy 102.42252 84.16034) (xy 102.417931 84.153261) - (xy 102.41369 84.145946) (xy 102.409798 84.138398) (xy 102.406253 84.130614) (xy 102.403057 84.122596) - (xy 102.400208 84.114343) (xy 102.397708 84.105855) (xy 102.395555 84.097133) (xy 102.393751 84.088176) - (xy 102.392295 84.078984) + (xy 103.345311 84.184263) (xy 103.475248 84.173272) (xy 103.477198 84.184965) (xy 103.479446 84.196288) + (xy 103.481991 84.207244) (xy 103.484834 84.217831) (xy 103.487975 84.22805) (xy 103.491414 84.237901) + (xy 103.49515 84.247384) (xy 103.499184 84.256498) (xy 103.505793 84.269479) (xy 103.513071 84.281631) + (xy 103.52102 84.292955) (xy 103.529638 84.30345) (xy 103.538926 84.313116) (xy 103.54217 84.316154) + (xy 103.552208 84.32471) (xy 103.562627 84.332423) (xy 103.573428 84.339295) (xy 103.584611 84.345326) + (xy 103.596177 84.350515) (xy 103.608125 84.354863) (xy 103.620454 84.358369) (xy 103.633166 84.361034) + (xy 103.64626 84.362857) (xy 103.659736 84.363839) (xy 103.668933 84.364026) (xy 103.679969 84.363757) + (xy 103.690792 84.36295) (xy 103.701402 84.361605) (xy 103.711797 84.359721) (xy 103.721979 84.3573) + (xy 103.731947 84.35434) (xy 103.741702 84.350843) (xy 103.751242 84.346807) (xy 103.760569 84.342233) + (xy 103.769683 84.337121) (xy 103.778582 84.331471) (xy 103.787268 84.325283) (xy 103.79574 84.318557) + (xy 103.803999 84.311292) (xy 103.812044 84.30349) (xy 103.819875 84.29515) (xy 103.827387 84.286365) + (xy 103.834415 84.277232) (xy 103.840958 84.267749) (xy 103.847016 84.257918) (xy 103.85259 84.247737) + (xy 103.857679 84.237207) (xy 103.862283 84.226327) (xy 103.866403 84.215099) (xy 103.870038 84.203521) + (xy 103.873188 84.191594) (xy 103.875854 84.179318) (xy 103.878035 84.166693) (xy 103.879731 84.153719) + (xy 103.880943 84.140395) (xy 103.88167 84.126722) (xy 103.881912 84.1127) (xy 103.881679 84.099354) + (xy 103.880981 84.086364) (xy 103.879817 84.073731) (xy 103.878188 84.061455) (xy 103.876092 84.049536) + (xy 103.873532 84.037973) (xy 103.870505 84.026768) (xy 103.867013 84.015919) (xy 103.863056 84.005427) + (xy 103.858633 83.995292) (xy 103.853744 83.985514) (xy 103.84839 83.976092) (xy 103.84257 83.967027) + (xy 103.836285 83.95832) (xy 103.829534 83.949969) (xy 103.822317 83.941974) (xy 103.814754 83.934403) + (xy 103.806903 83.92732) (xy 103.798764 83.920725) (xy 103.790336 83.914619) (xy 103.781621 83.909002) + (xy 103.772617 83.903872) (xy 103.763326 83.899232) (xy 103.753746 83.89508) (xy 103.743878 83.891416) + (xy 103.733722 83.888241) (xy 103.723277 83.885554) (xy 103.712545 83.883356) (xy 103.701525 83.881646) + (xy 103.690216 83.880425) (xy 103.678619 83.879692) (xy 103.666734 83.879448) (xy 103.655661 83.879697) + (xy 103.64479 83.880444) (xy 103.63412 83.881689) (xy 103.623652 83.883432) (xy 103.613386 83.885674) + (xy 103.603322 83.888413) (xy 103.593459 83.89165) (xy 103.583799 83.895385) (xy 103.57434 83.899618) + (xy 103.565083 83.90435) (xy 103.559023 83.90778) (xy 103.550182 83.913197) (xy 103.541701 83.918914) + (xy 103.533581 83.924932) (xy 103.525821 83.931251) (xy 103.518423 83.937869) (xy 103.511384 83.944789) + (xy 103.504707 83.952009) (xy 103.49839 83.959529) (xy 103.492434 83.96735) (xy 103.486838 83.975472) + (xy 103.483308 83.981053) (xy 103.367293 83.96591) (xy 103.464745 83.449581) (xy 103.965688 83.449581) + (xy 103.965688 83.566817) (xy 103.563664 83.566817) (xy 103.509442 83.837438) (xy 103.520833 83.830222) + (xy 103.53229 83.823471) (xy 103.543814 83.817185) (xy 103.555405 83.811366) (xy 103.567063 83.806011) + (xy 103.578788 83.801123) (xy 103.590579 83.796699) (xy 103.602437 83.792742) (xy 103.614362 83.78925) + (xy 103.626354 83.786224) (xy 103.638413 83.783663) (xy 103.650538 83.781568) (xy 103.66273 83.779938) + (xy 103.674989 83.778774) (xy 103.687315 83.778076) (xy 103.699707 83.777843) (xy 103.716032 83.778202) + (xy 103.732035 83.779278) (xy 103.747715 83.781072) (xy 103.763073 83.783583) (xy 103.778108 83.786811) + (xy 103.792821 83.790758) (xy 103.807211 83.795421) (xy 103.821279 83.800802) (xy 103.835024 83.8069) + (xy 103.848447 83.813716) (xy 103.861548 83.82125) (xy 103.874325 83.829501) (xy 103.886781 83.838469) + (xy 103.898914 83.848155) (xy 103.910724 83.858558) (xy 103.922212 83.869678) (xy 103.933215 83.881333) + (xy 103.943507 83.893401) (xy 103.95309 83.90588) (xy 103.961963 83.918771) (xy 103.970126 83.932075) + (xy 103.977579 83.945791) (xy 103.984323 83.959919) (xy 103.990356 83.974459) (xy 103.99568 83.989411) + (xy 104.000294 84.004775) (xy 104.004198 84.020552) (xy 104.007392 84.036741) (xy 104.009876 84.053341) + (xy 104.011651 84.070355) (xy 104.012716 84.08778) (xy 104.013071 84.105617) (xy 104.01276 84.122629) + (xy 104.011827 84.139349) (xy 104.010271 84.155778) (xy 104.008094 84.171914) (xy 104.005295 84.187758) + (xy 104.001874 84.20331) (xy 103.99783 84.218571) (xy 103.993165 84.233539) (xy 103.987877 84.248216) + (xy 103.981968 84.2626) (xy 103.975436 84.276693) (xy 103.968283 84.290494) (xy 103.960507 84.304002) + (xy 103.952109 84.317219) (xy 103.943089 84.330144) (xy 103.933448 84.342777) (xy 103.921051 84.357654) + (xy 103.908103 84.371571) (xy 103.894604 84.384528) (xy 103.880554 84.396526) (xy 103.865952 84.407563) + (xy 103.850798 84.417641) (xy 103.835093 84.426759) (xy 103.818837 84.434918) (xy 103.802029 84.442116) + (xy 103.784669 84.448355) (xy 103.766758 84.453634) (xy 103.748296 84.457953) (xy 103.729282 84.461312) + (xy 103.719569 84.462632) (xy 103.709717 84.463711) (xy 103.699728 84.464551) (xy 103.689601 84.465151) + (xy 103.679335 84.465511) (xy 103.668933 84.465631) (xy 103.651941 84.465331) (xy 103.635345 84.464429) + (xy 103.619144 84.462926) (xy 103.603338 84.460823) (xy 103.587927 84.458118) (xy 103.572911 84.454812) + (xy 103.55829 84.450905) (xy 103.544063 84.446397) (xy 103.530232 84.441288) (xy 103.516796 84.435578) + (xy 103.503755 84.429267) (xy 103.491108 84.422354) (xy 103.478857 84.414841) (xy 103.467001 84.406727) + (xy 103.45554 84.398011) (xy 103.444473 84.388695) (xy 103.433925 84.378851) (xy 103.423957 84.368617) + (xy 103.414569 84.357992) (xy 103.405761 84.346975) (xy 103.397533 84.335567) (xy 103.389885 84.323768) + (xy 103.382817 84.311578) (xy 103.37633 84.298996) (xy 103.370422 84.286024) (xy 103.365094 84.27266) + (xy 103.360347 84.258905) (xy 103.35618 84.244759) (xy 103.352592 84.230222) (xy 103.349585 84.215294) + (xy 103.347158 84.199974) ) ) ) @@ -23737,11 +20174,11 @@ (fp_line (start 1.27 6.35) (end -1.27 6.35) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 4d9f05ca-c543-4b7b-99d7-b1f75fc63816)) (pad "1" thru_hole rect (at 0 0 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 15 "3.3V_Generated") (pinfunction "A") (pintype "passive") (tstamp cfe76c25-cf6f-47bd-adfa-a15c3507a790)) + (net 11 "3.3V_Generated") (pinfunction "A") (pintype "passive") (tstamp cfe76c25-cf6f-47bd-adfa-a15c3507a790)) (pad "2" thru_hole oval (at 0 2.54 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") (net 3 "+3V3") (pinfunction "C") (pintype "input") (tstamp e4c25ddf-0ae5-4433-97b7-cf6c3d9dd36f)) (pad "3" thru_hole oval (at 0 5.08 270) (size 1.7 1.7) (drill 1) (layers "*.Cu" "*.Mask") - (net 14 "3.3V_RPi") (pinfunction "B") (pintype "passive") (tstamp 6d07d5ac-a668-4a94-b0ef-b5b04fafb22b)) + (net 10 "3.3V_RPi") (pinfunction "B") (pintype "passive") (tstamp 6d07d5ac-a668-4a94-b0ef-b5b04fafb22b)) (model "${KICAD6_3DMODEL_DIR}/Connector_PinHeader_2.54mm.3dshapes/PinHeader_1x03_P2.54mm_Vertical.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -23751,148 +20188,148 @@ (footprint "Resistor_SMD:R_0603_1608Metric" (layer "F.Cu") (tstamp fe686656-1146-4fa4-8959-cfb6b7837405) - (at 96.675 121.36 180) + (at 88.78866 103.027466 90) (descr "Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator") (tags "resistor") - (property "MPN" "CRCW06031K00DHEBP") + (property "MPN" "GPR06031K") (property "Sheetfile" "Microcontroller.kicad_sch") (property "Sheetname" "Microcontroller") (property "ki_description" "Resistor, small symbol") (property "ki_keywords" "R resistor") (path "/5f0c961f-7fa6-4a15-8a74-755a432cc19e/565b1e43-665b-4598-8692-1c5eb5081c32") (attr smd) - (fp_text reference "R17" (at -0.125 0.96) (layer "F.SilkS") + (fp_text reference "R17" (at 0.365466 1.06334 90) (layer "F.SilkS") (effects (font (face "Arial") (size 0.6 0.6) (thickness 0.1))) (tstamp cc0a2bc2-6f7a-4833-8d6a-3b4e40081d4f) - (render_cache "R17" 0 + (render_cache "R17" 90 (polygon (pts - (xy 96.096141 120.649) (xy 96.096141 120.039369) (xy 96.364026 120.039369) (xy 96.373968 120.039434) - (xy 96.383608 120.039628) (xy 96.392946 120.039952) (xy 96.401982 120.040404) (xy 96.410715 120.040987) - (xy 96.419146 120.041698) (xy 96.427274 120.042539) (xy 96.435101 120.043509) (xy 96.442625 120.044609) - (xy 96.449847 120.045838) (xy 96.456767 120.047196) (xy 96.463384 120.048684) (xy 96.469699 120.050301) - (xy 96.475712 120.052048) (xy 96.481423 120.053924) (xy 96.486832 120.055929) (xy 96.494568 120.059229) - (xy 96.502006 120.062975) (xy 96.509145 120.067167) (xy 96.515985 120.071804) (xy 96.522526 120.076887) - (xy 96.528769 120.082415) (xy 96.534713 120.08839) (xy 96.540357 120.094809) (xy 96.545703 120.101675) - (xy 96.549101 120.106499) (xy 96.552367 120.111522) (xy 96.553949 120.114108) (xy 96.557002 120.119362) - (xy 96.559857 120.124684) (xy 96.562516 120.130074) (xy 96.564977 120.135531) (xy 96.567242 120.141055) - (xy 96.569309 120.146648) (xy 96.57118 120.152307) (xy 96.572854 120.158035) (xy 96.574331 120.16383) - (xy 96.575611 120.169692) (xy 96.576694 120.175622) (xy 96.57758 120.181619) (xy 96.578269 120.187684) - (xy 96.578762 120.193817) (xy 96.579057 120.200017) (xy 96.579155 120.206285) (xy 96.578993 120.214356) - (xy 96.578505 120.222268) (xy 96.577692 120.230018) (xy 96.576554 120.237609) (xy 96.575091 120.245039) - (xy 96.573303 120.252309) (xy 96.571189 120.259419) (xy 96.568751 120.266369) (xy 96.565987 120.273158) - (xy 96.562898 120.279787) (xy 96.559484 120.286255) (xy 96.555745 120.292564) (xy 96.55168 120.298712) - (xy 96.547291 120.3047) (xy 96.542576 120.310527) (xy 96.537536 120.316194) (xy 96.532157 120.321636) - (xy 96.526424 120.326826) (xy 96.520337 120.331762) (xy 96.513897 120.336445) (xy 96.507102 120.340875) - (xy 96.499954 120.345052) (xy 96.492452 120.348976) (xy 96.484597 120.352647) (xy 96.476387 120.356066) - (xy 96.467824 120.359231) (xy 96.458907 120.362143) (xy 96.449636 120.364802) (xy 96.440012 120.367208) - (xy 96.430034 120.369361) (xy 96.419702 120.37126) (xy 96.409016 120.372907) (xy 96.414818 120.375787) - (xy 96.420355 120.378657) (xy 96.425627 120.381516) (xy 96.432243 120.385313) (xy 96.438388 120.389091) - (xy 96.444061 120.392851) (xy 96.449262 120.396592) (xy 96.453992 120.400315) (xy 96.457229 120.403096) - (xy 96.461593 120.407207) (xy 96.465926 120.411442) (xy 96.47023 120.415802) (xy 96.474503 120.420287) - (xy 96.478748 120.424897) (xy 96.482962 120.429632) (xy 96.487146 120.434492) (xy 96.491301 120.439476) - (xy 96.495426 120.444585) (xy 96.499522 120.449819) (xy 96.503587 120.455177) (xy 96.507623 120.460661) - (xy 96.511629 120.466269) (xy 96.515605 120.472002) (xy 96.519551 120.47786) (xy 96.523468 120.483842) - (xy 96.628688 120.649) (xy 96.528011 120.649) (xy 96.448143 120.522677) (xy 96.443814 120.515945) - (xy 96.43958 120.509412) (xy 96.435442 120.503081) (xy 96.431401 120.496949) (xy 96.427455 120.491018) - (xy 96.423606 120.485287) (xy 96.419853 120.479757) (xy 96.416197 120.474427) (xy 96.412636 120.469297) - (xy 96.409171 120.464368) (xy 96.404155 120.45735) (xy 96.399355 120.450782) (xy 96.394772 120.444665) - (xy 96.390404 120.439) (xy 96.386188 120.433712) (xy 96.382057 120.428732) (xy 96.37801 120.424057) - (xy 96.374049 120.41969) (xy 96.368899 120.414343) (xy 96.3639 120.409542) (xy 96.359053 120.405285) - (xy 96.354357 120.401573) (xy 96.349811 120.398406) (xy 96.344206 120.39496) (xy 96.338566 120.391858) - (xy 96.332889 120.389098) (xy 96.327177 120.386683) (xy 96.321429 120.38461) (xy 96.315645 120.382882) - (xy 96.313321 120.382286) (xy 96.306531 120.381144) (xy 96.300668 120.3805) (xy 96.293961 120.379999) - (xy 96.287986 120.379702) (xy 96.281472 120.379496) (xy 96.274417 120.379381) (xy 96.268772 120.379355) - (xy 96.176008 120.379355) (xy 96.176008 120.649) + (xy 90.101 103.365858) (xy 89.491369 103.365858) (xy 89.491369 103.097973) (xy 89.491434 103.088031) + (xy 89.491628 103.078391) (xy 89.491952 103.069053) (xy 89.492404 103.060017) (xy 89.492987 103.051284) + (xy 89.493698 103.042853) (xy 89.494539 103.034725) (xy 89.495509 103.026898) (xy 89.496609 103.019374) + (xy 89.497838 103.012152) (xy 89.499196 103.005232) (xy 89.500684 102.998615) (xy 89.502301 102.9923) + (xy 89.504048 102.986287) (xy 89.505924 102.980576) (xy 89.507929 102.975167) (xy 89.511229 102.967431) + (xy 89.514975 102.959993) (xy 89.519167 102.952854) (xy 89.523804 102.946014) (xy 89.528887 102.939473) + (xy 89.534415 102.93323) (xy 89.54039 102.927286) (xy 89.546809 102.921642) (xy 89.553675 102.916296) + (xy 89.558499 102.912898) (xy 89.563522 102.909632) (xy 89.566108 102.90805) (xy 89.571362 102.904997) + (xy 89.576684 102.902142) (xy 89.582074 102.899483) (xy 89.587531 102.897022) (xy 89.593055 102.894757) + (xy 89.598648 102.89269) (xy 89.604307 102.890819) (xy 89.610035 102.889145) (xy 89.61583 102.887668) + (xy 89.621692 102.886388) (xy 89.627622 102.885305) (xy 89.633619 102.884419) (xy 89.639684 102.88373) + (xy 89.645817 102.883237) (xy 89.652017 102.882942) (xy 89.658285 102.882844) (xy 89.666356 102.883006) + (xy 89.674268 102.883494) (xy 89.682018 102.884307) (xy 89.689609 102.885445) (xy 89.697039 102.886908) + (xy 89.704309 102.888696) (xy 89.711419 102.89081) (xy 89.718369 102.893248) (xy 89.725158 102.896012) + (xy 89.731787 102.899101) (xy 89.738255 102.902515) (xy 89.744564 102.906254) (xy 89.750712 102.910319) + (xy 89.7567 102.914708) (xy 89.762527 102.919423) (xy 89.768194 102.924463) (xy 89.773636 102.929842) + (xy 89.778826 102.935575) (xy 89.783762 102.941662) (xy 89.788445 102.948102) (xy 89.792875 102.954897) + (xy 89.797052 102.962045) (xy 89.800976 102.969547) (xy 89.804647 102.977402) (xy 89.808066 102.985612) + (xy 89.811231 102.994175) (xy 89.814143 103.003092) (xy 89.816802 103.012363) (xy 89.819208 103.021987) + (xy 89.821361 103.031965) (xy 89.82326 103.042297) (xy 89.824907 103.052983) (xy 89.827787 103.047181) + (xy 89.830657 103.041644) (xy 89.833516 103.036372) (xy 89.837313 103.029756) (xy 89.841091 103.023611) + (xy 89.844851 103.017938) (xy 89.848592 103.012737) (xy 89.852315 103.008007) (xy 89.855096 103.00477) + (xy 89.859207 103.000406) (xy 89.863442 102.996073) (xy 89.867802 102.991769) (xy 89.872287 102.987496) + (xy 89.876897 102.983251) (xy 89.881632 102.979037) (xy 89.886492 102.974853) (xy 89.891476 102.970698) + (xy 89.896585 102.966573) (xy 89.901819 102.962477) (xy 89.907177 102.958412) (xy 89.912661 102.954376) + (xy 89.918269 102.95037) (xy 89.924002 102.946394) (xy 89.92986 102.942448) (xy 89.935842 102.938531) + (xy 90.101 102.833311) (xy 90.101 102.933988) (xy 89.974677 103.013856) (xy 89.967945 103.018185) + (xy 89.961412 103.022419) (xy 89.955081 103.026557) (xy 89.948949 103.030598) (xy 89.943018 103.034544) + (xy 89.937287 103.038393) (xy 89.931757 103.042146) (xy 89.926427 103.045802) (xy 89.921297 103.049363) + (xy 89.916368 103.052828) (xy 89.90935 103.057844) (xy 89.902782 103.062644) (xy 89.896665 103.067227) + (xy 89.891 103.071595) (xy 89.885712 103.075811) (xy 89.880732 103.079942) (xy 89.876057 103.083989) + (xy 89.87169 103.08795) (xy 89.866343 103.0931) (xy 89.861542 103.098099) (xy 89.857285 103.102946) + (xy 89.853573 103.107642) (xy 89.850406 103.112188) (xy 89.84696 103.117793) (xy 89.843858 103.123433) + (xy 89.841098 103.12911) (xy 89.838683 103.134822) (xy 89.83661 103.14057) (xy 89.834882 103.146354) + (xy 89.834286 103.148678) (xy 89.833144 103.155468) (xy 89.8325 103.161331) (xy 89.831999 103.168038) + (xy 89.831702 103.174013) (xy 89.831496 103.180527) (xy 89.831381 103.187582) (xy 89.831355 103.193227) + (xy 89.831355 103.285991) (xy 90.101 103.285991) ) (pts - (xy 96.176008 120.311358) (xy 96.347906 120.311358) (xy 96.354664 120.311313) (xy 96.361235 120.311177) - (xy 96.367619 120.310951) (xy 96.373817 120.310635) (xy 96.379829 120.310228) (xy 96.388496 120.309448) - (xy 96.396743 120.308464) (xy 96.40457 120.307277) (xy 96.411977 120.305886) (xy 96.418964 120.304292) - (xy 96.425532 120.302494) (xy 96.43168 120.300493) (xy 96.433635 120.299781) (xy 96.439303 120.297489) - (xy 96.444711 120.294955) (xy 96.451516 120.2912) (xy 96.457858 120.287014) (xy 96.463739 120.282398) - (xy 96.469156 120.277352) (xy 96.474111 120.271874) (xy 96.478604 120.265967) (xy 96.480677 120.262852) - (xy 96.484455 120.256408) (xy 96.487729 120.249827) (xy 96.4905 120.243109) (xy 96.492767 120.236254) - (xy 96.49453 120.229261) (xy 96.495789 120.22213) (xy 96.496545 120.214862) (xy 96.496797 120.207457) - (xy 96.496522 120.199406) (xy 96.495699 120.191627) (xy 96.494328 120.184121) (xy 96.492407 120.176889) - (xy 96.489938 120.169929) (xy 96.48692 120.163243) (xy 96.483354 120.156829) (xy 96.479239 120.150689) - (xy 96.474575 120.144822) (xy 96.469362 120.139228) (xy 96.465582 120.13565) (xy 96.459439 120.130595) - (xy 96.45266 120.126038) (xy 96.445244 120.121978) (xy 96.437191 120.118415) (xy 96.43147 120.116316) - (xy 96.425466 120.114437) (xy 96.419178 120.11278) (xy 96.412608 120.111344) (xy 96.405756 120.110129) - (xy 96.39862 120.109134) (xy 96.391202 120.108361) (xy 96.383501 120.107808) (xy 96.375517 120.107477) - (xy 96.36725 120.107367) (xy 96.176008 120.107367) + (xy 89.763358 103.285991) (xy 89.763358 103.114093) (xy 89.763313 103.107335) (xy 89.763177 103.100764) + (xy 89.762951 103.09438) (xy 89.762635 103.088182) (xy 89.762228 103.08217) (xy 89.761448 103.073503) + (xy 89.760464 103.065256) (xy 89.759277 103.057429) (xy 89.757886 103.050022) (xy 89.756292 103.043035) + (xy 89.754494 103.036467) (xy 89.752493 103.030319) (xy 89.751781 103.028364) (xy 89.749489 103.022696) + (xy 89.746955 103.017288) (xy 89.7432 103.010483) (xy 89.739014 103.004141) (xy 89.734398 102.99826) + (xy 89.729352 102.992843) (xy 89.723874 102.987888) (xy 89.717967 102.983395) (xy 89.714852 102.981322) + (xy 89.708408 102.977544) (xy 89.701827 102.97427) (xy 89.695109 102.971499) (xy 89.688254 102.969232) + (xy 89.681261 102.967469) (xy 89.67413 102.96621) (xy 89.666862 102.965454) (xy 89.659457 102.965202) + (xy 89.651406 102.965477) (xy 89.643627 102.9663) (xy 89.636121 102.967671) (xy 89.628889 102.969592) + (xy 89.621929 102.972061) (xy 89.615243 102.975079) (xy 89.608829 102.978645) (xy 89.602689 102.98276) + (xy 89.596822 102.987424) (xy 89.591228 102.992637) (xy 89.58765 102.996417) (xy 89.582595 103.00256) + (xy 89.578038 103.009339) (xy 89.573978 103.016755) (xy 89.570415 103.024808) (xy 89.568316 103.030529) + (xy 89.566437 103.036533) (xy 89.56478 103.042821) (xy 89.563344 103.049391) (xy 89.562129 103.056243) + (xy 89.561134 103.063379) (xy 89.560361 103.070797) (xy 89.559808 103.078498) (xy 89.559477 103.086482) + (xy 89.559367 103.094749) (xy 89.559367 103.285991) ) ) (polygon (pts - (xy 96.950356 120.649) (xy 96.876204 120.649) (xy 96.876204 120.173898) (xy 96.871028 120.178762) - (xy 96.865559 120.183625) (xy 96.859797 120.188489) (xy 96.853741 120.193352) (xy 96.847391 120.198216) - (xy 96.840747 120.203079) (xy 96.83381 120.207943) (xy 96.826579 120.212806) (xy 96.821596 120.216049) - (xy 96.816482 120.219291) (xy 96.811237 120.222533) (xy 96.805862 120.225775) (xy 96.800456 120.228949) - (xy 96.79512 120.232022) (xy 96.789854 120.234994) (xy 96.784658 120.237866) (xy 96.776995 120.241984) - (xy 96.769489 120.245875) (xy 96.76214 120.24954) (xy 96.754948 120.252978) (xy 96.747914 120.256189) - (xy 96.741036 120.259174) (xy 96.734316 120.261932) (xy 96.727753 120.264464) (xy 96.727753 120.189432) - (xy 96.735477 120.185758) (xy 96.743078 120.181988) (xy 96.750557 120.178124) (xy 96.757914 120.174164) - (xy 96.765148 120.170109) (xy 96.772259 120.16596) (xy 96.779248 120.161715) (xy 96.786115 120.157375) - (xy 96.792859 120.152941) (xy 96.79948 120.148411) (xy 96.805979 120.143786) (xy 96.812355 120.139066) - (xy 96.818609 120.134251) (xy 96.824741 120.129342) (xy 96.83075 120.124337) (xy 96.836636 120.119237) - (xy 96.842355 120.114099) (xy 96.847861 120.108981) (xy 96.853153 120.103882) (xy 96.858233 120.098803) - (xy 96.8631 120.093743) (xy 96.867754 120.088703) (xy 96.872195 120.083682) (xy 96.876423 120.07868) - (xy 96.880438 120.073698) (xy 96.884241 120.068736) (xy 96.88783 120.063793) (xy 96.891206 120.058869) - (xy 96.895871 120.05152) (xy 96.900057 120.044215) (xy 96.902582 120.039369) (xy 96.950356 120.039369) + (xy 90.101 102.511643) (xy 90.101 102.585795) (xy 89.625898 102.585795) (xy 89.630762 102.590971) + (xy 89.635625 102.59644) (xy 89.640489 102.602202) (xy 89.645352 102.608258) (xy 89.650216 102.614608) + (xy 89.655079 102.621252) (xy 89.659943 102.628189) (xy 89.664806 102.63542) (xy 89.668049 102.640403) + (xy 89.671291 102.645517) (xy 89.674533 102.650762) (xy 89.677775 102.656137) (xy 89.680949 102.661543) + (xy 89.684022 102.666879) (xy 89.686994 102.672145) (xy 89.689866 102.677341) (xy 89.693984 102.685004) + (xy 89.697875 102.69251) (xy 89.70154 102.699859) (xy 89.704978 102.707051) (xy 89.708189 102.714085) + (xy 89.711174 102.720963) (xy 89.713932 102.727683) (xy 89.716464 102.734246) (xy 89.641432 102.734246) + (xy 89.637758 102.726522) (xy 89.633988 102.718921) (xy 89.630124 102.711442) (xy 89.626164 102.704085) + (xy 89.622109 102.696851) (xy 89.61796 102.68974) (xy 89.613715 102.682751) (xy 89.609375 102.675884) + (xy 89.604941 102.66914) (xy 89.600411 102.662519) (xy 89.595786 102.65602) (xy 89.591066 102.649644) + (xy 89.586251 102.64339) (xy 89.581342 102.637258) (xy 89.576337 102.631249) (xy 89.571237 102.625363) + (xy 89.566099 102.619644) (xy 89.560981 102.614138) (xy 89.555882 102.608846) (xy 89.550803 102.603766) + (xy 89.545743 102.598899) (xy 89.540703 102.594245) (xy 89.535682 102.589804) (xy 89.53068 102.585576) + (xy 89.525698 102.581561) (xy 89.520736 102.577758) (xy 89.515793 102.574169) (xy 89.510869 102.570793) + (xy 89.50352 102.566128) (xy 89.496215 102.561942) (xy 89.491369 102.559417) (xy 89.491369 102.511643) ) ) (polygon (pts - (xy 97.143063 120.11909) (xy 97.143063 120.048748) (xy 97.534194 120.048748) (xy 97.534194 120.106487) - (xy 97.52698 120.114377) (xy 97.519775 120.122584) (xy 97.512578 120.13111) (xy 97.505388 120.139955) - (xy 97.498207 120.149117) (xy 97.494619 120.153818) (xy 97.491034 120.158598) (xy 97.48745 120.163458) - (xy 97.483868 120.168397) (xy 97.480289 120.173416) (xy 97.476711 120.178515) (xy 97.473136 120.183693) - (xy 97.469562 120.18895) (xy 97.46599 120.194287) (xy 97.462421 120.199704) (xy 97.458853 120.2052) - (xy 97.455287 120.210776) (xy 97.451724 120.216432) (xy 97.448162 120.222167) (xy 97.444603 120.227981) - (xy 97.441045 120.233876) (xy 97.437489 120.239849) (xy 97.433936 120.245903) (xy 97.430384 120.252036) - (xy 97.426835 120.258248) (xy 97.423287 120.26454) (xy 97.419742 120.270912) (xy 97.416231 120.27732) - (xy 97.412771 120.283739) (xy 97.409361 120.290171) (xy 97.406001 120.296614) (xy 97.402691 120.303069) - (xy 97.399431 120.309536) (xy 97.396221 120.316015) (xy 97.393061 120.322505) (xy 97.389951 120.329007) - (xy 97.386892 120.33552) (xy 97.383882 120.342046) (xy 97.380923 120.348583) (xy 97.378014 120.355132) - (xy 97.375154 120.361693) (xy 97.372345 120.368265) (xy 97.369586 120.374849) (xy 97.366877 120.381445) - (xy 97.364218 120.388053) (xy 97.36161 120.394672) (xy 97.359051 120.401303) (xy 97.356542 120.407946) - (xy 97.354084 120.4146) (xy 97.351675 120.421266) (xy 97.349317 120.427944) (xy 97.347009 120.434634) - (xy 97.344751 120.441336) (xy 97.342543 120.448049) (xy 97.340385 120.454774) (xy 97.338277 120.46151) - (xy 97.336219 120.468259) (xy 97.334211 120.475019) (xy 97.332254 120.481791) (xy 97.329532 120.491391) - (xy 97.326937 120.501105) (xy 97.324467 120.510932) (xy 97.322124 120.520873) (xy 97.319906 120.530927) - (xy 97.317814 120.541094) (xy 97.315849 120.551374) (xy 97.314009 120.561768) (xy 97.312295 120.572275) - (xy 97.310707 120.582896) (xy 97.309245 120.59363) (xy 97.307909 120.604477) (xy 97.306699 120.615438) - (xy 97.305614 120.626512) (xy 97.304656 120.637699) (xy 97.303824 120.649) (xy 97.227474 120.649) - (xy 97.227737 120.639888) (xy 97.228199 120.630544) (xy 97.228859 120.620966) (xy 97.229718 120.611154) - (xy 97.230774 120.601109) (xy 97.232028 120.59083) (xy 97.23348 120.580318) (xy 97.235131 120.569572) - (xy 97.236979 120.558592) (xy 97.239025 120.547379) (xy 97.24127 120.535933) (xy 97.242467 120.530122) - (xy 97.243713 120.524252) (xy 97.245008 120.518325) (xy 97.246353 120.512339) (xy 97.247748 120.506294) - (xy 97.249192 120.500191) (xy 97.250686 120.49403) (xy 97.252229 120.487811) (xy 97.253822 120.481533) - (xy 97.255464 120.475196) (xy 97.257163 120.468829) (xy 97.258907 120.462476) (xy 97.260697 120.456138) - (xy 97.262532 120.449814) (xy 97.264413 120.443505) (xy 97.26634 120.437211) (xy 97.268312 120.430931) - (xy 97.270329 120.424665) (xy 97.272392 120.418415) (xy 97.2745 120.412179) (xy 97.276654 120.405957) - (xy 97.278854 120.39975) (xy 97.281099 120.393558) (xy 97.283389 120.38738) (xy 97.285725 120.381217) - (xy 97.288107 120.375069) (xy 97.290534 120.368935) (xy 97.293006 120.362816) (xy 97.295524 120.356711) - (xy 97.298088 120.350621) (xy 97.300697 120.344545) (xy 97.303352 120.338485) (xy 97.306052 120.332438) - (xy 97.308797 120.326407) (xy 97.311588 120.320389) (xy 97.314425 120.314387) (xy 97.317307 120.308399) - (xy 97.320235 120.302426) (xy 97.323208 120.296467) (xy 97.326226 120.290523) (xy 97.329291 120.284593) - (xy 97.3324 120.278678) (xy 97.335539 120.272791) (xy 97.33869 120.266961) (xy 97.341853 120.26119) - (xy 97.345028 120.255476) (xy 97.348216 120.249821) (xy 97.351416 120.244224) (xy 97.354629 120.238685) - (xy 97.357853 120.233204) (xy 97.36109 120.227781) (xy 97.36434 120.222416) (xy 97.367601 120.217109) - (xy 97.370875 120.211861) (xy 97.374162 120.20667) (xy 97.37746 120.201538) (xy 97.380771 120.196463) - (xy 97.384094 120.191447) (xy 97.38743 120.186489) (xy 97.390778 120.181589) (xy 97.394138 120.176747) - (xy 97.400895 120.167238) (xy 97.407701 120.157961) (xy 97.414557 120.148916) (xy 97.421462 120.140104) - (xy 97.428416 120.131524) (xy 97.435419 120.123177) (xy 97.438939 120.11909) + (xy 89.57109 102.318936) (xy 89.500748 102.318936) (xy 89.500748 101.927805) (xy 89.558487 101.927805) + (xy 89.566377 101.935019) (xy 89.574584 101.942224) (xy 89.58311 101.949421) (xy 89.591955 101.956611) + (xy 89.601117 101.963792) (xy 89.605818 101.96738) (xy 89.610598 101.970965) (xy 89.615458 101.974549) + (xy 89.620397 101.978131) (xy 89.625416 101.98171) (xy 89.630515 101.985288) (xy 89.635693 101.988863) + (xy 89.64095 101.992437) (xy 89.646287 101.996009) (xy 89.651704 101.999578) (xy 89.6572 102.003146) + (xy 89.662776 102.006712) (xy 89.668432 102.010275) (xy 89.674167 102.013837) (xy 89.679981 102.017396) + (xy 89.685876 102.020954) (xy 89.691849 102.02451) (xy 89.697903 102.028063) (xy 89.704036 102.031615) + (xy 89.710248 102.035164) (xy 89.71654 102.038712) (xy 89.722912 102.042257) (xy 89.72932 102.045768) + (xy 89.735739 102.049228) (xy 89.742171 102.052638) (xy 89.748614 102.055998) (xy 89.755069 102.059308) + (xy 89.761536 102.062568) (xy 89.768015 102.065778) (xy 89.774505 102.068938) (xy 89.781007 102.072048) + (xy 89.78752 102.075107) (xy 89.794046 102.078117) (xy 89.800583 102.081076) (xy 89.807132 102.083985) + (xy 89.813693 102.086845) (xy 89.820265 102.089654) (xy 89.826849 102.092413) (xy 89.833445 102.095122) + (xy 89.840053 102.097781) (xy 89.846672 102.100389) (xy 89.853303 102.102948) (xy 89.859946 102.105457) + (xy 89.8666 102.107915) (xy 89.873266 102.110324) (xy 89.879944 102.112682) (xy 89.886634 102.11499) + (xy 89.893336 102.117248) (xy 89.900049 102.119456) (xy 89.906774 102.121614) (xy 89.91351 102.123722) + (xy 89.920259 102.12578) (xy 89.927019 102.127788) (xy 89.933791 102.129745) (xy 89.943391 102.132467) + (xy 89.953105 102.135062) (xy 89.962932 102.137532) (xy 89.972873 102.139875) (xy 89.982927 102.142093) + (xy 89.993094 102.144185) (xy 90.003374 102.14615) (xy 90.013768 102.14799) (xy 90.024275 102.149704) + (xy 90.034896 102.151292) (xy 90.04563 102.152754) (xy 90.056477 102.15409) (xy 90.067438 102.1553) + (xy 90.078512 102.156385) (xy 90.089699 102.157343) (xy 90.101 102.158175) (xy 90.101 102.234525) + (xy 90.091888 102.234262) (xy 90.082544 102.2338) (xy 90.072966 102.23314) (xy 90.063154 102.232281) + (xy 90.053109 102.231225) (xy 90.04283 102.229971) (xy 90.032318 102.228519) (xy 90.021572 102.226868) + (xy 90.010592 102.22502) (xy 89.999379 102.222974) (xy 89.987933 102.220729) (xy 89.982122 102.219532) + (xy 89.976252 102.218286) (xy 89.970325 102.216991) (xy 89.964339 102.215646) (xy 89.958294 102.214251) + (xy 89.952191 102.212807) (xy 89.94603 102.211313) (xy 89.939811 102.20977) (xy 89.933533 102.208177) + (xy 89.927196 102.206535) (xy 89.920829 102.204836) (xy 89.914476 102.203092) (xy 89.908138 102.201302) + (xy 89.901814 102.199467) (xy 89.895505 102.197586) (xy 89.889211 102.195659) (xy 89.882931 102.193687) + (xy 89.876665 102.19167) (xy 89.870415 102.189607) (xy 89.864179 102.187499) (xy 89.857957 102.185345) + (xy 89.85175 102.183145) (xy 89.845558 102.1809) (xy 89.83938 102.17861) (xy 89.833217 102.176274) + (xy 89.827069 102.173892) (xy 89.820935 102.171465) (xy 89.814816 102.168993) (xy 89.808711 102.166475) + (xy 89.802621 102.163911) (xy 89.796545 102.161302) (xy 89.790485 102.158647) (xy 89.784438 102.155947) + (xy 89.778407 102.153202) (xy 89.772389 102.150411) (xy 89.766387 102.147574) (xy 89.760399 102.144692) + (xy 89.754426 102.141764) (xy 89.748467 102.138791) (xy 89.742523 102.135773) (xy 89.736593 102.132708) + (xy 89.730678 102.129599) (xy 89.724791 102.12646) (xy 89.718961 102.123309) (xy 89.71319 102.120146) + (xy 89.707476 102.116971) (xy 89.701821 102.113783) (xy 89.696224 102.110583) (xy 89.690685 102.10737) + (xy 89.685204 102.104146) (xy 89.679781 102.100909) (xy 89.674416 102.097659) (xy 89.669109 102.094398) + (xy 89.663861 102.091124) (xy 89.65867 102.087837) (xy 89.653538 102.084539) (xy 89.648463 102.081228) + (xy 89.643447 102.077905) (xy 89.638489 102.074569) (xy 89.633589 102.071221) (xy 89.628747 102.067861) + (xy 89.619238 102.061104) (xy 89.609961 102.054298) (xy 89.600916 102.047442) (xy 89.592104 102.040537) + (xy 89.583524 102.033583) (xy 89.575177 102.02658) (xy 89.57109 102.02306) ) ) ) ) - (fp_text value "CRCW06031K00DHEBP" (at 0 1.43) (layer "F.Fab") hide + (fp_text value "GPR06031K" (at 0 1.43 90) (layer "F.Fab") hide (effects (font (size 1 1) (thickness 0.15))) (tstamp a5e32813-e6fa-458c-8347-f9cb6d74d55b) ) - (fp_text user "${REFERENCE}" (at 0 0) (layer "F.Fab") + (fp_text user "${REFERENCE}" (at 0 0 90) (layer "F.Fab") (effects (font (size 0.4 0.4) (thickness 0.06))) (tstamp c8e2d64e-1689-4a72-9923-49ace49f5967) ) @@ -23916,10 +20353,10 @@ (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 8e6cbac5-e466-4922-95e1-ccd334a89374)) (fp_line (start 0.8 0.4125) (end -0.8 0.4125) (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 45ba0239-65ff-4a42-82ca-fbcc55ea5706)) - (pad "1" smd roundrect (at -0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 40 "GPIO26") (pintype "passive") (tstamp 1e2edf1e-0689-410d-b47e-7e01d81357c5)) - (pad "2" smd roundrect (at 0.825 0 180) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) - (net 55 "Net-(U2-PC14)") (pintype "passive") (tstamp 51ea3df8-ef86-4a85-a6f1-090ec2af0605)) + (pad "1" smd roundrect (at -0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 36 "GPIO26") (pintype "passive") (tstamp 1e2edf1e-0689-410d-b47e-7e01d81357c5)) + (pad "2" smd roundrect (at 0.825 0 90) (size 0.8 0.95) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.25) + (net 51 "Net-(U2-PC14)") (pintype "passive") (tstamp 51ea3df8-ef86-4a85-a6f1-090ec2af0605)) (model "${KICAD6_3DMODEL_DIR}/Resistor_SMD.3dshapes/R_0603_1608Metric.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -24126,7 +20563,7 @@ (pad "1" smd roundrect (at -2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) (net 5 "+24V") (pinfunction "K") (pintype "passive") (tstamp dd45c547-ed1a-4887-98ee-eb1f727606a1)) (pad "2" smd roundrect (at 2 0 180) (size 2.5 1.8) (layers "F.Cu" "F.Paste" "F.Mask") (roundrect_rratio 0.1388888889) - (net 8 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 7ddcc999-367c-445f-bbca-6b44a5e09c05)) + (net 6 "Net-(D2-A)") (pinfunction "A") (pintype "passive") (tstamp 7ddcc999-367c-445f-bbca-6b44a5e09c05)) (model "${KICAD6_3DMODEL_DIR}/Diode_SMD.3dshapes/D_SMA.wrl" (offset (xyz 0 0 0)) (scale (xyz 1 1 1)) @@ -24168,6 +20605,9 @@ (stroke (width 0.15) (type solid)) (layer "Edge.Cuts") (tstamp deddcd90-0f0b-4abb-a260-cc2515704ae8)) (gr_poly (pts + (xy 65.43 129.37) + (xy 64.75 128.41) + (xy 64.65 127.38) (xy 64.65 68.05) (xy 65.15 67.15) (xy 65.95 66.4) @@ -24180,7 +20620,8 @@ (xy 163.6 128.95) (xy 162.8 129.9) (xy 161.75 130.33) - (xy 64.65 130.33) + (xy 67.409999 130.220845) + (xy 66.48 130.07) ) (stroke (width 0.15) (type solid)) (fill none) (layer "Margin") (tstamp eb7df6d4-0708-49e4-9fa1-cb43a841f6f7)) @@ -25317,7 +21758,110 @@ ) ) (gr_text "+24V" (at 104.394 67.056) (layer "F.SilkS") (tstamp 277bab66-7f9a-40fd-96be-b33ee37d32e4) - (effects (font (size 1 1) (thickness 0.2))) + (effects (font (face "Arial") (size 1 1) (thickness 0.2))) + (render_cache "+24V" 0 + (polygon + (pts + (xy 103.092918 67.314684) (xy 103.092918 67.041132) (xy 102.818877 67.041132) (xy 102.818877 66.923896) + (xy 103.092918 66.923896) (xy 103.092918 66.658159) (xy 103.209666 66.658159) (xy 103.209666 66.923896) + (xy 103.483706 66.923896) (xy 103.483706 67.041132) (xy 103.209666 67.041132) (xy 103.209666 67.314684) + ) + ) + (polygon + (pts + (xy 104.265528 67.353763) (xy 104.265528 67.471) (xy 103.599722 67.471) (xy 103.59968 67.459879) + (xy 103.600165 67.448865) (xy 103.601176 67.437958) (xy 103.602714 67.427158) (xy 103.604778 67.416465) + (xy 103.60737 67.405878) (xy 103.610488 67.395399) (xy 103.614132 67.385026) (xy 103.619207 67.372268) + (xy 103.624814 67.359549) (xy 103.630953 67.346869) (xy 103.637625 67.334227) (xy 103.644829 67.321624) + (xy 103.649928 67.313244) (xy 103.655263 67.30488) (xy 103.660835 67.296534) (xy 103.666643 67.288205) + (xy 103.672688 67.279893) (xy 103.67897 67.271598) (xy 103.685488 67.263321) (xy 103.692243 67.25506) + (xy 103.695709 67.250937) (xy 103.702895 67.242583) (xy 103.710471 67.234069) (xy 103.718435 67.225394) + (xy 103.726789 67.21656) (xy 103.735532 67.207565) (xy 103.744665 67.198409) (xy 103.754186 67.189094) + (xy 103.764097 67.179618) (xy 103.774397 67.169982) (xy 103.785087 67.160185) (xy 103.796166 67.150228) + (xy 103.807634 67.140112) (xy 103.819491 67.129834) (xy 103.831737 67.119397) (xy 103.844373 67.108799) + (xy 103.857398 67.098041) (xy 103.867552 67.089608) (xy 103.877498 67.081286) (xy 103.887237 67.073074) + (xy 103.896767 67.064972) (xy 103.906089 67.056981) (xy 103.915203 67.0491) (xy 103.92411 67.041328) + (xy 103.932808 67.033667) (xy 103.941298 67.026117) (xy 103.949581 67.018676) (xy 103.957655 67.011346) + (xy 103.965521 67.004125) (xy 103.97318 66.997015) (xy 103.98063 66.990016) (xy 103.987872 66.983126) + (xy 104.001733 66.969677) (xy 104.014762 66.95667) (xy 104.026959 66.944103) (xy 104.038324 66.931976) + (xy 104.048857 66.920291) (xy 104.058558 66.909046) (xy 104.067427 66.898242) (xy 104.075464 66.887879) + (xy 104.079171 66.882863) (xy 104.08618 66.872974) (xy 104.092737 66.863152) (xy 104.098843 66.853396) + (xy 104.104495 66.843708) (xy 104.109696 66.834086) (xy 104.114445 66.824531) (xy 104.118741 66.815042) + (xy 104.122585 66.805621) (xy 104.125976 66.796266) (xy 104.130216 66.782359) (xy 104.133438 66.768603) + (xy 104.135643 66.754997) (xy 104.13683 66.741541) (xy 104.137056 66.732653) (xy 104.136592 66.718938) + (xy 104.135201 66.705634) (xy 104.132883 66.692743) (xy 104.129637 66.680263) (xy 104.125464 66.668196) + (xy 104.120364 66.656541) (xy 104.114336 66.645298) (xy 104.107381 66.634468) (xy 104.099498 66.624049) + (xy 104.090688 66.614043) (xy 104.0843 66.607601) (xy 104.074175 66.598478) (xy 104.063491 66.590253) + (xy 104.05225 66.582925) (xy 104.04045 66.576494) (xy 104.028093 66.570961) (xy 104.015177 66.566325) + (xy 104.001703 66.562586) (xy 103.987671 66.559745) (xy 103.973081 66.557801) (xy 103.963044 66.557003) + (xy 103.952759 66.556604) (xy 103.947524 66.556554) (xy 103.936489 66.556773) (xy 103.925733 66.557428) + (xy 103.915255 66.558521) (xy 103.905056 66.56005) (xy 103.895135 66.562016) (xy 103.885494 66.56442) + (xy 103.87613 66.56726) (xy 103.862608 66.57234) (xy 103.849712 66.578403) (xy 103.837443 66.585449) + (xy 103.825801 66.593478) (xy 103.814786 66.60249) (xy 103.804397 66.612486) (xy 103.794832 66.623353) + (xy 103.786194 66.63498) (xy 103.778483 66.647367) (xy 103.773857 66.656047) (xy 103.769644 66.665065) + (xy 103.765843 66.674421) (xy 103.762454 66.684114) (xy 103.759478 66.694145) (xy 103.756913 66.704514) + (xy 103.754761 66.715221) (xy 103.75302 66.726265) (xy 103.751692 66.737647) (xy 103.750776 66.749367) + (xy 103.750273 66.761425) (xy 103.750175 66.76758) (xy 103.623169 66.754147) (xy 103.62507 66.736162) + (xy 103.627535 66.71872) (xy 103.630565 66.701822) (xy 103.63416 66.685469) (xy 103.63832 66.669659) + (xy 103.643044 66.654393) (xy 103.648334 66.63967) (xy 103.654188 66.625492) (xy 103.660607 66.611857) + (xy 103.667591 66.598766) (xy 103.675139 66.586219) (xy 103.683253 66.574216) (xy 103.691931 66.562757) + (xy 103.701174 66.551841) (xy 103.710982 66.541469) (xy 103.721355 66.531642) (xy 103.732238 66.522355) + (xy 103.743577 66.513667) (xy 103.755372 66.505578) (xy 103.767624 66.498089) (xy 103.780331 66.491198) + (xy 103.793494 66.484907) (xy 103.807114 66.479215) (xy 103.821189 66.474122) (xy 103.835721 66.469629) + (xy 103.850708 66.465734) (xy 103.866152 66.462439) (xy 103.882051 66.459743) (xy 103.898407 66.457645) + (xy 103.915219 66.456148) (xy 103.932486 66.455249) (xy 103.95021 66.454949) (xy 103.968079 66.455265) + (xy 103.985477 66.456212) (xy 104.002403 66.457791) (xy 104.018858 66.460002) (xy 104.034841 66.462844) + (xy 104.050354 66.466318) (xy 104.065395 66.470423) (xy 104.079964 66.47516) (xy 104.094063 66.480529) + (xy 104.10769 66.486529) (xy 104.120845 66.493161) (xy 104.13353 66.500424) (xy 104.145743 66.508319) + (xy 104.157485 66.516846) (xy 104.168755 66.526004) (xy 104.179554 66.535794) (xy 104.189788 66.54605) + (xy 104.199361 66.556608) (xy 104.208274 66.567467) (xy 104.216527 66.578628) (xy 104.224119 66.59009) + (xy 104.231051 66.601854) (xy 104.237324 66.613919) (xy 104.242935 66.626286) (xy 104.247887 66.638954) + (xy 104.252178 66.651923) (xy 104.25581 66.665195) (xy 104.258781 66.678767) (xy 104.261091 66.692641) + (xy 104.262742 66.706817) (xy 104.263732 66.721294) (xy 104.264062 66.736073) (xy 104.263846 66.747459) + (xy 104.263195 66.75881) (xy 104.262111 66.770127) (xy 104.260593 66.78141) (xy 104.258642 66.792659) + (xy 104.256257 66.803873) (xy 104.253439 66.815053) (xy 104.250186 66.826198) (xy 104.246501 66.83731) + (xy 104.242381 66.848386) (xy 104.239394 66.855752) (xy 104.234481 66.866799) (xy 104.228993 66.877957) + (xy 104.222929 66.889227) (xy 104.21629 66.900608) (xy 104.209076 66.912102) (xy 104.201286 66.923707) + (xy 104.192921 66.935423) (xy 104.187025 66.943296) (xy 104.180873 66.951219) (xy 104.174466 66.959191) + (xy 104.167803 66.967213) (xy 104.160884 66.975284) (xy 104.157328 66.979339) (xy 104.149857 66.987649) + (xy 104.141792 66.996336) (xy 104.133134 67.005402) (xy 104.123882 67.014845) (xy 104.114037 67.024667) + (xy 104.103599 67.034866) (xy 104.092567 67.045443) (xy 104.080941 67.056397) (xy 104.068722 67.06773) + (xy 104.05591 67.07944) (xy 104.042505 67.091528) (xy 104.028505 67.103994) (xy 104.013913 67.116838) + (xy 104.006394 67.123401) (xy 103.998727 67.130059) (xy 103.990911 67.136812) (xy 103.982947 67.143659) + (xy 103.974835 67.1506) (xy 103.966575 67.157636) (xy 103.952993 67.169214) (xy 103.940032 67.180316) + (xy 103.927691 67.190944) (xy 103.915971 67.201096) (xy 103.90487 67.210773) (xy 103.894389 67.219975) + (xy 103.884529 67.228702) (xy 103.875289 67.236954) (xy 103.866669 67.24473) (xy 103.858669 67.252032) + (xy 103.851289 67.258858) (xy 103.841382 67.268207) (xy 103.832871 67.276487) (xy 103.825755 67.283697) + (xy 103.823693 67.285863) (xy 103.815987 67.294297) (xy 103.808626 67.302747) (xy 103.801608 67.311211) + (xy 103.794933 67.319691) (xy 103.788602 67.328186) (xy 103.782614 67.336696) (xy 103.77697 67.345222) + (xy 103.771669 67.353763) + ) + ) + (polygon + (pts + (xy 104.79065 67.471) (xy 104.79065 67.224803) (xy 104.3537 67.224803) (xy 104.3537 67.111474) + (xy 104.813365 66.454949) (xy 104.914237 66.454949) (xy 104.914237 67.111474) (xy 105.05028 67.111474) + (xy 105.05028 67.224803) (xy 104.914237 67.224803) (xy 104.914237 67.471) + ) + (pts + (xy 104.79065 67.111474) (xy 104.79065 66.65474) (xy 104.475332 67.111474) + ) + ) + (polygon + (pts + (xy 105.510922 67.471) (xy 105.120622 66.454949) (xy 105.26497 66.454949) (xy 105.526798 67.193784) + (xy 105.530696 67.204853) (xy 105.534514 67.215834) (xy 105.538253 67.226728) (xy 105.54191 67.237534) + (xy 105.545488 67.248252) (xy 105.548986 67.258882) (xy 105.552403 67.269425) (xy 105.555741 67.279879) + (xy 105.558998 67.290246) (xy 105.562175 67.300526) (xy 105.565272 67.310717) (xy 105.568289 67.320821) + (xy 105.571225 67.330837) (xy 105.574082 67.340765) (xy 105.576858 67.350605) (xy 105.579554 67.360357) + (xy 105.582514 67.349947) (xy 105.585531 67.339536) (xy 105.588605 67.329125) (xy 105.591736 67.318714) + (xy 105.594924 67.308303) (xy 105.59817 67.297892) (xy 105.601473 67.287482) (xy 105.604833 67.277071) + (xy 105.608251 67.26666) (xy 105.611726 67.256249) (xy 105.615258 67.245838) (xy 105.618847 67.235427) + (xy 105.622493 67.225016) (xy 105.626197 67.214606) (xy 105.629958 67.204195) (xy 105.633776 67.193784) + (xy 105.905863 66.454949) (xy 106.041906 66.454949) (xy 105.647698 67.471) + ) + ) + ) ) (gr_text "1-W. B" (at 162.79 112.52 90) (layer "F.SilkS") (tstamp 3a9b65bd-9ff9-4175-b9be-f76f0b3670eb) (effects (font (face "Arial") (size 1 1) (thickness 0.2))) @@ -31348,11 +27892,413 @@ ) ) ) + (gr_text "50ohm\n" (at 85.654 130.263) (layer "F.SilkS") (tstamp 9db73790-7a6d-4588-8cf1-051f171edc92) + (effects (font (face "Arial") (size 1.5 1.5) (thickness 0.3) bold) (justify left bottom)) + (render_cache "50ohm\n" 0 + (polygon + (pts + (xy 85.747789 129.572026) (xy 86.036117 129.539053) (xy 86.038878 129.558925) (xy 86.042489 129.578011) + (xy 86.04695 129.596311) (xy 86.05226 129.613826) (xy 86.058421 129.630555) (xy 86.065432 129.646498) + (xy 86.073293 129.661656) (xy 86.082005 129.676028) (xy 86.091566 129.689614) (xy 86.101977 129.702414) + (xy 86.10939 129.710512) (xy 86.120954 129.721773) (xy 86.13284 129.731927) (xy 86.145049 129.740973) + (xy 86.157579 129.748911) (xy 86.174786 129.757773) (xy 86.192566 129.764665) (xy 86.210919 129.769588) + (xy 86.229844 129.772542) (xy 86.249341 129.773526) (xy 86.266129 129.772947) (xy 86.282422 129.771208) + (xy 86.298218 129.76831) (xy 86.313518 129.764253) (xy 86.328323 129.759036) (xy 86.342631 129.752661) + (xy 86.356444 129.745126) (xy 86.369761 129.736432) (xy 86.382582 129.726579) (xy 86.394907 129.715566) + (xy 86.402848 129.707581) (xy 86.414109 129.694558) (xy 86.424263 129.680357) (xy 86.433309 129.664977) + (xy 86.441248 129.648419) (xy 86.448078 129.630682) (xy 86.453801 129.611767) (xy 86.458417 129.591673) + (xy 86.461924 129.5704) (xy 86.463647 129.555564) (xy 86.464878 129.540204) (xy 86.465617 129.52432) + (xy 86.465863 129.507912) (xy 86.465619 129.492496) (xy 86.46489 129.477573) (xy 86.462882 129.45611) + (xy 86.459781 129.435756) (xy 86.455584 129.416509) (xy 86.450292 129.398369) (xy 86.443906 129.381338) + (xy 86.436425 129.365414) (xy 86.427849 129.350597) (xy 86.418178 129.336889) (xy 86.407413 129.324288) + (xy 86.403581 129.320334) (xy 86.391571 129.309138) (xy 86.378898 129.299043) (xy 86.365562 129.29005) + (xy 86.351563 129.282157) (xy 86.3369 129.275366) (xy 86.321574 129.269677) (xy 86.305584 129.265088) + (xy 86.288932 129.261601) (xy 86.271616 129.259215) (xy 86.253636 129.25793) (xy 86.241281 129.257685) + (xy 86.225811 129.258143) (xy 86.210541 129.259517) (xy 86.195472 129.261807) (xy 86.180602 129.265013) + (xy 86.165933 129.269134) (xy 86.151465 129.274172) (xy 86.137197 129.280125) (xy 86.123129 129.286995) + (xy 86.109261 129.29478) (xy 86.095594 129.303481) (xy 86.082128 129.313098) (xy 86.068861 129.323631) + (xy 86.055795 129.33508) (xy 86.04293 129.347445) (xy 86.030264 129.360725) (xy 86.017799 129.374922) + (xy 85.78296 129.338652) (xy 85.931337 128.507371) (xy 86.696672 128.507371) (xy 86.696672 128.788739) + (xy 86.150789 128.788739) (xy 86.10536 129.053254) (xy 86.123534 129.043695) (xy 86.141785 129.035076) + (xy 86.160113 129.027398) (xy 86.178519 129.020659) (xy 86.197001 129.014861) (xy 86.215562 129.010003) + (xy 86.234199 129.006086) (xy 86.252913 129.003108) (xy 86.271705 129.001071) (xy 86.290575 128.999974) + (xy 86.303197 128.999765) (xy 86.327055 129.00031) (xy 86.350452 129.001946) (xy 86.373389 129.004672) + (xy 86.395864 129.008489) (xy 86.417879 129.013396) (xy 86.439433 129.019394) (xy 86.460526 129.026482) + (xy 86.481158 129.034661) (xy 86.50133 129.043931) (xy 86.521041 129.05429) (xy 86.54029 129.065741) + (xy 86.55908 129.078281) (xy 86.577408 129.091913) (xy 86.595275 129.106635) (xy 86.612682 129.122447) + (xy 86.629628 129.13935) (xy 86.645865 129.157078) (xy 86.661055 129.17546) (xy 86.675197 129.194493) + (xy 86.688292 129.21418) (xy 86.700339 129.234519) (xy 86.711338 129.25551) (xy 86.72129 129.277154) + (xy 86.730195 129.299451) (xy 86.738051 129.3224) (xy 86.744861 129.346002) (xy 86.750622 129.370257) + (xy 86.755336 129.395164) (xy 86.759003 129.420723) (xy 86.761622 129.446936) (xy 86.763193 129.4738) + (xy 86.763717 129.501318) (xy 86.763295 129.524336) (xy 86.762028 129.547045) (xy 86.759917 129.569444) + (xy 86.756962 129.591535) (xy 86.753162 129.613316) (xy 86.748518 129.634789) (xy 86.74303 129.655952) + (xy 86.736698 129.676806) (xy 86.72952 129.697351) (xy 86.721499 129.717587) (xy 86.712633 129.737514) + (xy 86.702923 129.757132) (xy 86.692369 129.77644) (xy 86.68097 129.79544) (xy 86.668727 129.81413) + (xy 86.655639 129.832511) (xy 86.646323 129.84475) (xy 86.636782 129.856601) (xy 86.627017 129.868063) + (xy 86.617028 129.879137) (xy 86.606815 129.889822) (xy 86.596379 129.900118) (xy 86.574833 129.919545) + (xy 86.552392 129.937419) (xy 86.529055 129.953738) (xy 86.504822 129.968502) (xy 86.479693 129.981713) + (xy 86.453668 129.993369) (xy 86.426748 130.003471) (xy 86.398931 130.012019) (xy 86.384687 130.015711) + (xy 86.370219 130.019013) (xy 86.355527 130.021927) (xy 86.340611 130.024453) (xy 86.32547 130.02659) + (xy 86.310106 130.028338) (xy 86.294518 130.029698) (xy 86.278706 130.03067) (xy 86.26267 130.031253) + (xy 86.246411 130.031447) (xy 86.220563 130.03096) (xy 86.19532 130.029501) (xy 86.17068 130.027068) + (xy 86.146645 130.023662) (xy 86.123213 130.019282) (xy 86.100386 130.01393) (xy 86.078162 130.007605) + (xy 86.056542 130.000306) (xy 86.035526 129.992034) (xy 86.015114 129.982789) (xy 85.995306 129.972571) + (xy 85.976102 129.96138) (xy 85.957502 129.949215) (xy 85.939506 129.936078) (xy 85.922114 129.921967) + (xy 85.905325 129.906883) (xy 85.889254 129.890978) (xy 85.874013 129.874402) (xy 85.859601 129.857158) + (xy 85.84602 129.839243) (xy 85.833269 129.820659) (xy 85.821348 129.801404) (xy 85.810257 129.78148) + (xy 85.799996 129.760887) (xy 85.790565 129.739623) (xy 85.781964 129.71769) (xy 85.774193 129.695087) + (xy 85.767252 129.671814) (xy 85.761141 129.647872) (xy 85.75586 129.62326) (xy 85.751409 129.597978) + ) + ) + (polygon + (pts + (xy 87.401191 128.483924) (xy 87.428204 128.484538) (xy 87.454474 128.48638) (xy 87.479999 128.48945) + (xy 87.50478 128.493747) (xy 87.528817 128.499273) (xy 87.55211 128.506026) (xy 87.574658 128.514008) + (xy 87.596463 128.523217) (xy 87.617523 128.533654) (xy 87.637839 128.545319) (xy 87.657411 128.558212) + (xy 87.676239 128.572332) (xy 87.694322 128.587681) (xy 87.711662 128.604258) (xy 87.728257 128.622062) + (xy 87.744108 128.641094) (xy 87.753169 128.652965) (xy 87.761942 128.665315) (xy 87.770428 128.678142) + (xy 87.778626 128.691447) (xy 87.786537 128.70523) (xy 87.794159 128.719491) (xy 87.801494 128.73423) + (xy 87.808542 128.749447) (xy 87.815302 128.765142) (xy 87.821774 128.781315) (xy 87.827959 128.797966) + (xy 87.833855 128.815095) (xy 87.839465 128.832701) (xy 87.844786 128.850786) (xy 87.84982 128.869349) + (xy 87.854566 128.88839) (xy 87.859025 128.907909) (xy 87.863196 128.927906) (xy 87.867079 128.948381) + (xy 87.870675 128.969334) (xy 87.873983 128.990765) (xy 87.877003 129.012674) (xy 87.879736 129.035061) + (xy 87.882181 129.057925) (xy 87.884339 129.081268) (xy 87.886208 129.105089) (xy 87.88779 129.129388) + (xy 87.889085 129.154165) (xy 87.890092 129.179419) (xy 87.890811 129.205152) (xy 87.891242 129.231363) + (xy 87.891386 129.258052) (xy 87.891241 129.284698) (xy 87.890807 129.310871) (xy 87.890082 129.336573) + (xy 87.889068 129.361802) (xy 87.887764 129.386558) (xy 87.88617 129.410843) (xy 87.884286 129.434655) + (xy 87.882113 129.457995) (xy 87.879649 129.480863) (xy 87.876896 129.503258) (xy 87.873853 129.525181) + (xy 87.870521 129.546632) (xy 87.866898 129.567611) (xy 87.862986 129.588117) (xy 87.858784 129.608152) + (xy 87.854292 129.627713) (xy 87.84951 129.646803) (xy 87.844439 129.66542) (xy 87.839077 129.683565) + (xy 87.833426 129.701238) (xy 87.827485 129.718439) (xy 87.821255 129.735167) (xy 87.814734 129.751423) + (xy 87.807924 129.767207) (xy 87.800824 129.782518) (xy 87.793434 129.797357) (xy 87.785754 129.811724) + (xy 87.777785 129.825619) (xy 87.769525 129.839041) (xy 87.760976 129.851991) (xy 87.752137 129.864469) + (xy 87.743009 129.876475) (xy 87.727291 129.895241) (xy 87.71082 129.912796) (xy 87.693597 129.929141) + (xy 87.67562 129.944275) (xy 87.656892 129.958198) (xy 87.63741 129.970911) (xy 87.617175 129.982413) + (xy 87.596188 129.992704) (xy 87.574448 130.001784) (xy 87.551955 130.009654) (xy 87.52871 130.016313) + (xy 87.504712 130.021761) (xy 87.47996 130.025999) (xy 87.454457 130.029025) (xy 87.4282 130.030841) + (xy 87.401191 130.031447) (xy 87.373955 130.030783) (xy 87.347387 130.028791) (xy 87.321485 130.02547) + (xy 87.29625 130.020822) (xy 87.271682 130.014846) (xy 87.247781 130.007542) (xy 87.224547 129.998909) + (xy 87.20198 129.988949) (xy 87.18008 129.97766) (xy 87.158846 129.965043) (xy 87.13828 129.951099) + (xy 87.11838 129.935826) (xy 87.099148 129.919225) (xy 87.080582 129.901296) (xy 87.062683 129.882039) + (xy 87.045451 129.861454) (xy 87.029125 129.839164) (xy 87.013852 129.814794) (xy 87.006611 129.801828) + (xy 86.999633 129.788343) (xy 86.992918 129.774337) (xy 86.986466 129.759811) (xy 86.980278 129.744764) + (xy 86.974353 129.729198) (xy 86.968692 129.713111) (xy 86.963294 129.696504) (xy 86.958159 129.679377) + (xy 86.953287 129.661729) (xy 86.948679 129.643562) (xy 86.944334 129.624874) (xy 86.940253 129.605666) + (xy 86.936435 129.585938) (xy 86.93288 129.565689) (xy 86.929588 129.544921) (xy 86.92656 129.523632) + (xy 86.923795 129.501823) (xy 86.921294 129.479494) (xy 86.919055 129.456644) (xy 86.91708 129.433274) + (xy 86.915369 129.409385) (xy 86.913921 129.384975) (xy 86.912736 129.360044) (xy 86.911814 129.334594) + (xy 86.911156 129.308623) (xy 86.910761 129.282132) (xy 86.910629 129.255121) (xy 86.910774 129.22861) + (xy 86.911209 129.202568) (xy 86.911933 129.176993) (xy 86.912947 129.151886) (xy 86.914251 129.127248) + (xy 86.915845 129.103077) (xy 86.917729 129.079374) (xy 86.919903 129.056139) (xy 86.922366 129.033373) + (xy 86.925119 129.011074) (xy 86.928162 128.989243) (xy 86.931495 128.96788) (xy 86.935117 128.946985) + (xy 86.939029 128.926558) (xy 86.943231 128.906599) (xy 86.947723 128.887108) (xy 86.952505 128.868085) + (xy 86.957577 128.84953) (xy 86.962938 128.831443) (xy 86.968589 128.813824) (xy 86.97453 128.796673) + (xy 86.980761 128.779989) (xy 86.987281 128.763774) (xy 86.994091 128.748027) (xy 87.001191 128.732748) + (xy 87.008581 128.717936) (xy 87.016261 128.703593) (xy 87.02423 128.689718) (xy 87.03249 128.67631) + (xy 87.041039 128.663371) (xy 87.049878 128.6509) (xy 87.059006 128.638896) (xy 87.074726 128.62013) + (xy 87.091201 128.602575) (xy 87.108431 128.58623) (xy 87.126418 128.571096) (xy 87.145159 128.557173) + (xy 87.164657 128.54446) (xy 87.18491 128.532958) (xy 87.205919 128.522667) (xy 87.227683 128.513587) + (xy 87.250203 128.505717) (xy 87.273478 128.499058) (xy 87.29751 128.49361) (xy 87.322296 128.489372) + (xy 87.347839 128.486346) (xy 87.374137 128.484529) + ) + (pts + (xy 87.401191 128.741845) (xy 87.385087 128.742641) (xy 87.36952 128.745029) (xy 87.35449 128.749009) + (xy 87.339996 128.754581) (xy 87.32604 128.761746) (xy 87.312619 128.770503) (xy 87.307401 128.774451) + (xy 87.294929 128.785893) (xy 87.283387 128.799839) (xy 87.274824 128.812799) (xy 87.266855 128.827362) + (xy 87.259482 128.843528) (xy 87.252704 128.861297) (xy 87.248012 128.875675) (xy 87.243654 128.890955) + (xy 87.240016 128.905183) (xy 87.236613 128.920573) (xy 87.233445 128.937125) (xy 87.230511 128.95484) + (xy 87.227812 128.973716) (xy 87.225347 128.993754) (xy 87.223118 129.014955) (xy 87.221123 129.037317) + (xy 87.219362 129.060842) (xy 87.217837 129.085529) (xy 87.216546 129.111377) (xy 87.21549 129.138388) + (xy 87.214668 129.166561) (xy 87.214082 129.195896) (xy 87.213876 129.210999) (xy 87.21373 129.226393) + (xy 87.213642 129.242077) (xy 87.213612 129.258052) (xy 87.213638 129.274037) (xy 87.213717 129.289707) + (xy 87.213847 129.305061) (xy 87.21403 129.320099) (xy 87.214265 129.334822) (xy 87.214892 129.363321) + (xy 87.215728 129.390558) (xy 87.216772 129.416533) (xy 87.218026 129.441245) (xy 87.219489 129.464695) + (xy 87.22116 129.486883) (xy 87.223041 129.507809) (xy 87.22513 129.527472) (xy 87.227428 129.545874) + (xy 87.229936 129.563013) (xy 87.232652 129.578889) (xy 87.235577 129.593504) (xy 87.240357 129.613059) + (xy 87.245494 129.630562) (xy 87.250875 129.646937) (xy 87.256502 129.662186) (xy 87.262373 129.676308) + (xy 87.270582 129.693384) (xy 87.279226 129.708457) (xy 87.288305 129.721526) (xy 87.300265 129.735044) + (xy 87.307768 129.741653) (xy 87.320868 129.750835) (xy 87.334522 129.758461) (xy 87.348732 129.764531) + (xy 87.363495 129.769044) (xy 87.378814 129.772001) (xy 87.394686 129.773402) (xy 87.401191 129.773526) + (xy 87.417294 129.77273) (xy 87.432861 129.770342) (xy 87.447891 129.766362) (xy 87.462385 129.760789) + (xy 87.476342 129.753625) (xy 87.489762 129.744868) (xy 87.49498 129.74092) (xy 87.507452 129.729478) + (xy 87.518994 129.715532) (xy 87.527558 129.702572) (xy 87.535526 129.688009) (xy 87.542899 129.671843) + (xy 87.549677 129.654074) (xy 87.55437 129.639696) (xy 87.558727 129.624416) (xy 87.564096 129.602831) + (xy 87.567382 129.586975) (xy 87.570433 129.569944) (xy 87.57325 129.551741) (xy 87.575831 129.532364) + (xy 87.578178 129.511813) (xy 87.580291 129.490089) (xy 87.582168 129.467191) (xy 87.583811 129.443119) + (xy 87.585219 129.417875) (xy 87.586393 129.391456) (xy 87.587332 129.363865) (xy 87.588036 129.335099) + (xy 87.5883 129.320277) (xy 87.588505 129.30516) (xy 87.588652 129.289751) (xy 87.58874 129.274048) + (xy 87.588769 129.258052) (xy 87.588743 129.24209) (xy 87.588665 129.226443) (xy 87.588534 129.211112) + (xy 87.588351 129.196096) (xy 87.588116 129.181396) (xy 87.587489 129.152943) (xy 87.586654 129.125752) + (xy 87.585609 129.099823) (xy 87.584355 129.075156) (xy 87.582893 129.051752) (xy 87.581221 129.02961) + (xy 87.579341 129.00873) (xy 87.577251 128.989112) (xy 87.574953 128.970757) (xy 87.572446 128.953664) + (xy 87.569729 128.937833) (xy 87.566804 128.923264) (xy 87.562025 128.903778) (xy 87.556884 128.886206) + (xy 87.551493 128.869762) (xy 87.545851 128.854444) (xy 87.539957 128.840253) (xy 87.531708 128.823086) + (xy 87.523013 128.807922) (xy 87.513871 128.794761) (xy 87.504282 128.783604) (xy 87.494247 128.774451) + (xy 87.481253 128.765058) (xy 87.467686 128.757256) (xy 87.453546 128.751047) (xy 87.438835 128.74643) + (xy 87.42355 128.743405) (xy 87.407694 128.741972) + ) + ) + (polygon + (pts + (xy 88.074568 129.4416) (xy 88.074846 129.423503) (xy 88.075679 129.405479) (xy 88.077067 129.38753) + (xy 88.07901 129.369656) (xy 88.081509 129.351855) (xy 88.084563 129.33413) (xy 88.088172 129.316478) + (xy 88.092337 129.298901) (xy 88.097057 129.281399) (xy 88.102332 129.263971) (xy 88.108162 129.246617) + (xy 88.114548 129.229338) (xy 88.121489 129.212133) (xy 88.128985 129.195003) (xy 88.137036 129.177947) + (xy 88.145643 129.160965) (xy 88.154759 129.144271) (xy 88.164339 129.128078) (xy 88.174382 129.112386) + (xy 88.18489 129.097195) (xy 88.195861 129.082505) (xy 88.207295 129.068315) (xy 88.219193 129.054627) + (xy 88.231555 129.041439) (xy 88.244381 129.028752) (xy 88.25767 129.016566) (xy 88.271423 129.004881) + (xy 88.28564 128.993697) (xy 88.30032 128.983014) (xy 88.315464 128.972832) (xy 88.331072 128.96315) + (xy 88.347143 128.953969) (xy 88.363564 128.945318) (xy 88.380219 128.937226) (xy 88.397109 128.929691) + (xy 88.414234 128.922714) (xy 88.431593 128.916296) (xy 88.449187 128.910435) (xy 88.467016 128.905133) + (xy 88.485079 128.900389) (xy 88.503378 128.896203) (xy 88.52191 128.892575) (xy 88.540678 128.889505) + (xy 88.55968 128.886994) (xy 88.578917 128.88504) (xy 88.598389 128.883645) (xy 88.618095 128.882808) + (xy 88.638036 128.882528) (xy 88.653474 128.882687) (xy 88.668735 128.883161) (xy 88.683822 128.883952) + (xy 88.698733 128.885059) (xy 88.713469 128.886482) (xy 88.728029 128.888221) (xy 88.756624 128.892649) + (xy 88.784518 128.898342) (xy 88.81171 128.9053) (xy 88.838202 128.913523) (xy 88.863992 128.923012) + (xy 88.88908 128.933765) (xy 88.913468 128.945784) (xy 88.937154 128.959067) (xy 88.960139 128.973616) + (xy 88.982423 128.98943) (xy 89.004006 129.006508) (xy 89.024887 129.024852) (xy 89.045067 129.044461) + (xy 89.064277 129.065038) (xy 89.082247 129.086284) (xy 89.098979 129.1082) (xy 89.11447 129.130786) + (xy 89.128723 129.154042) (xy 89.141736 129.177967) (xy 89.15351 129.202562) (xy 89.164044 129.227827) + (xy 89.173339 129.253761) (xy 89.181395 129.280366) (xy 89.188211 129.30764) (xy 89.193788 129.335584) + (xy 89.198126 129.364197) (xy 89.19983 129.378755) (xy 89.201224 129.393481) (xy 89.202309 129.408374) + (xy 89.203083 129.423434) (xy 89.203548 129.438662) (xy 89.203703 129.454057) (xy 89.203546 129.469544) + (xy 89.203076 129.484866) (xy 89.202293 129.500021) (xy 89.201196 129.515011) (xy 89.199785 129.529834) + (xy 89.198061 129.544491) (xy 89.193674 129.573308) (xy 89.188032 129.601461) (xy 89.181137 129.62895) + (xy 89.172988 129.655775) (xy 89.163586 129.681935) (xy 89.15293 129.707432) (xy 89.14102 129.732265) + (xy 89.127857 129.756433) (xy 89.11344 129.779938) (xy 89.097769 129.802778) (xy 89.080845 129.824955) + (xy 89.062667 129.846467) (xy 89.043235 129.867316) (xy 89.022899 129.887191) (xy 89.001916 129.905784) + (xy 88.980287 129.923095) (xy 88.95801 129.939123) (xy 88.935086 129.953869) (xy 88.911516 129.967333) + (xy 88.887299 129.979515) (xy 88.862435 129.990414) (xy 88.836924 130.000031) (xy 88.810766 130.008366) + (xy 88.783961 130.015418) (xy 88.75651 130.021189) (xy 88.728411 130.025677) (xy 88.699666 130.028882) + (xy 88.685051 130.030004) (xy 88.670274 130.030806) (xy 88.655335 130.031287) (xy 88.640235 130.031447) + (xy 88.621467 130.031181) (xy 88.602808 130.030382) (xy 88.584258 130.029051) (xy 88.565817 130.027188) + (xy 88.547484 130.024792) (xy 88.529261 130.021864) (xy 88.511146 130.018404) (xy 88.493139 130.014411) + (xy 88.475242 130.009886) (xy 88.457453 130.004828) (xy 88.439773 129.999238) (xy 88.422202 129.993116) + (xy 88.40474 129.986461) (xy 88.387386 129.979274) (xy 88.370141 129.971555) (xy 88.353005 129.963303) + (xy 88.336224 129.954492) (xy 88.319952 129.945185) (xy 88.30419 129.935384) (xy 88.288937 129.925087) + (xy 88.274194 129.914295) (xy 88.25996 129.903008) (xy 88.246236 129.891225) (xy 88.233021 129.878948) + (xy 88.220315 129.866175) (xy 88.208119 129.852907) (xy 88.196433 129.839144) (xy 88.185256 129.824886) + (xy 88.174589 129.810133) (xy 88.164431 129.794884) (xy 88.154782 129.779141) (xy 88.145643 129.762902) + (xy 88.137036 129.746191) (xy 88.128985 129.72903) (xy 88.121489 129.71142) (xy 88.114548 129.693361) + (xy 88.108162 129.674853) (xy 88.102332 129.655895) (xy 88.097057 129.636488) (xy 88.092337 129.616631) + (xy 88.088172 129.596325) (xy 88.084563 129.575569) (xy 88.081509 129.554365) (xy 88.07901 129.532711) + (xy 88.077067 129.510607) (xy 88.075679 129.488054) (xy 88.074846 129.465052) + ) + (pts + (xy 88.371323 129.456988) (xy 88.371625 129.478693) (xy 88.372531 129.499755) (xy 88.374041 129.520173) + (xy 88.376155 129.539946) (xy 88.378872 129.559076) (xy 88.382194 129.577562) (xy 88.38612 129.595403) + (xy 88.390649 129.612601) (xy 88.395782 129.629155) (xy 88.40152 129.645064) (xy 88.407861 129.66033) + (xy 88.414806 129.674951) (xy 88.422355 129.688929) (xy 88.430508 129.702263) (xy 88.439265 129.714952) + (xy 88.448626 129.726998) (xy 88.458429 129.738311) (xy 88.47366 129.753912) (xy 88.489522 129.767871) + (xy 88.506014 129.780187) (xy 88.523138 129.790861) (xy 88.540893 129.799894) (xy 88.55928 129.807283) + (xy 88.578297 129.813031) (xy 88.597945 129.817137) (xy 88.618225 129.8196) (xy 88.639136 129.820421) + (xy 88.66004 129.8196) (xy 88.6803 129.817137) (xy 88.699916 129.813031) (xy 88.718889 129.807283) + (xy 88.737217 129.799894) (xy 88.754901 129.790861) (xy 88.771941 129.780187) (xy 88.788337 129.767871) + (xy 88.80409 129.753912) (xy 88.819198 129.738311) (xy 88.828912 129.726998) (xy 88.838229 129.714944) + (xy 88.846944 129.702228) (xy 88.855059 129.688852) (xy 88.862572 129.674814) (xy 88.869484 129.660115) + (xy 88.875795 129.644755) (xy 88.881506 129.628734) (xy 88.886615 129.612051) (xy 88.891123 129.594708) + (xy 88.89503 129.576703) (xy 88.898335 129.558037) (xy 88.90104 129.53871) (xy 88.903144 129.518721) + (xy 88.904647 129.498072) (xy 88.905548 129.476761) (xy 88.905849 129.454789) (xy 88.905548 129.433351) + (xy 88.904647 129.412543) (xy 88.903144 129.392364) (xy 88.90104 129.372815) (xy 88.898335 129.353896) + (xy 88.89503 129.335607) (xy 88.891123 129.317947) (xy 88.886615 129.300916) (xy 88.881506 129.284516) + (xy 88.875795 129.268745) (xy 88.869484 129.253604) (xy 88.862572 129.239092) (xy 88.855059 129.225211) + (xy 88.846944 129.211959) (xy 88.838229 129.199336) (xy 88.828912 129.187344) (xy 88.819198 129.175986) + (xy 88.80409 129.160324) (xy 88.788337 129.146311) (xy 88.771941 129.133946) (xy 88.754901 129.12323) + (xy 88.737217 129.114162) (xy 88.718889 129.106743) (xy 88.699916 129.100973) (xy 88.6803 129.096852) + (xy 88.66004 129.094379) (xy 88.639136 129.093554) (xy 88.618225 129.094379) (xy 88.597945 129.096852) + (xy 88.578297 129.100973) (xy 88.55928 129.106743) (xy 88.540893 129.114162) (xy 88.523138 129.12323) + (xy 88.506014 129.133946) (xy 88.489522 129.146311) (xy 88.47366 129.160324) (xy 88.458429 129.175986) + (xy 88.448626 129.187344) (xy 88.439265 129.199345) (xy 88.430508 129.211993) (xy 88.422355 129.225288) + (xy 88.414806 129.23923) (xy 88.407861 129.253819) (xy 88.40152 129.269054) (xy 88.395782 129.284937) + (xy 88.390649 129.301466) (xy 88.38612 129.318642) (xy 88.382194 129.336465) (xy 88.378872 129.354935) + (xy 88.376155 129.374052) (xy 88.374041 129.393816) (xy 88.372531 129.414226) (xy 88.371625 129.435283) + ) + ) + (polygon + (pts + (xy 89.712217 128.483924) (xy 89.712217 129.0386) (xy 89.729925 129.0197) (xy 89.748063 129.00202) + (xy 89.76663 128.98556) (xy 89.785627 128.970318) (xy 89.805053 128.956296) (xy 89.824908 128.943494) + (xy 89.845192 128.93191) (xy 89.865906 128.921546) (xy 89.88705 128.912401) (xy 89.908622 128.904476) + (xy 89.930624 128.89777) (xy 89.953055 128.892283) (xy 89.975916 128.888015) (xy 89.999206 128.884967) + (xy 90.022925 128.883138) (xy 90.047073 128.882528) (xy 90.065653 128.882857) (xy 90.083884 128.883842) + (xy 90.101768 128.885484) (xy 90.119304 128.887783) (xy 90.136493 128.890739) (xy 90.153333 128.894352) + (xy 90.169826 128.898622) (xy 90.185971 128.903549) (xy 90.201769 128.909132) (xy 90.217218 128.915372) + (xy 90.227325 128.919898) (xy 90.242021 128.927085) (xy 90.256021 128.934632) (xy 90.269326 128.942541) + (xy 90.281936 128.95081) (xy 90.29385 128.959439) (xy 90.308653 128.971506) (xy 90.32222 128.984215) + (xy 90.334551 128.997564) (xy 90.345645 129.011555) (xy 90.348225 129.015152) (xy 90.357991 129.029824) + (xy 90.366955 129.044897) (xy 90.375118 129.06037) (xy 90.38248 129.076244) (xy 90.38904 129.092518) + (xy 90.394799 129.109193) (xy 90.399756 129.126269) (xy 90.403912 129.143746) (xy 90.407433 129.162551) + (xy 90.409765 129.178255) (xy 90.411833 129.195331) (xy 90.413638 129.213778) (xy 90.415178 129.233597) + (xy 90.416454 129.254788) (xy 90.417158 129.269677) (xy 90.417745 129.285176) (xy 90.418214 129.301285) + (xy 90.418566 129.318003) (xy 90.418801 129.335331) (xy 90.418919 129.353268) (xy 90.418933 129.362466) + (xy 90.418933 130.008) (xy 90.129505 130.008) (xy 90.129505 129.418886) (xy 90.129441 129.397495) + (xy 90.129248 129.377103) (xy 90.128926 129.35771) (xy 90.128475 129.339316) (xy 90.127895 129.321921) + (xy 90.127187 129.305525) (xy 90.12635 129.290127) (xy 90.124853 129.268904) (xy 90.123065 129.249929) + (xy 90.120989 129.233201) (xy 90.118622 129.218721) (xy 90.115015 129.20291) (xy 90.113019 129.196503) + (xy 90.10725 129.182208) (xy 90.100246 129.168861) (xy 90.092009 129.156462) (xy 90.082536 129.145011) + (xy 90.07183 129.134509) (xy 90.059889 129.124954) (xy 90.054767 129.121398) (xy 90.041206 129.113377) + (xy 90.026624 129.106715) (xy 90.011023 129.101413) (xy 89.994403 129.09747) (xy 89.976763 129.094887) + (xy 89.961916 129.093799) (xy 89.950353 129.093554) (xy 89.93255 129.094115) (xy 89.915228 129.095798) + (xy 89.898387 129.098603) (xy 89.882026 129.10253) (xy 89.866147 129.107579) (xy 89.850748 129.11375) + (xy 89.83583 129.121043) (xy 89.821393 129.129458) (xy 89.807672 129.138909) (xy 89.7949 129.149494) + (xy 89.783079 129.161211) (xy 89.772209 129.174063) (xy 89.762288 129.188048) (xy 89.753318 129.203166) + (xy 89.745298 129.219418) (xy 89.738228 129.236803) (xy 89.73358 129.250872) (xy 89.729388 129.266152) + (xy 89.725654 129.282643) (xy 89.722377 129.300344) (xy 89.719558 129.319256) (xy 89.717195 129.339379) + (xy 89.71529 129.360713) (xy 89.714274 129.375608) (xy 89.713461 129.391041) (xy 89.712852 129.407012) + (xy 89.712445 129.423521) (xy 89.712242 129.440569) (xy 89.712217 129.449294) (xy 89.712217 130.008) + (xy 89.422789 130.008) (xy 89.422789 128.483924) + ) + ) + (polygon + (pts + (xy 90.684181 128.905976) (xy 90.95126 128.905976) (xy 90.95126 129.055452) (xy 90.96938 129.034512) + (xy 90.987926 129.014923) (xy 91.006898 128.996685) (xy 91.026296 128.979798) (xy 91.046122 128.964262) + (xy 91.066373 128.950077) (xy 91.087051 128.937243) (xy 91.108156 128.925759) (xy 91.129687 128.915627) + (xy 91.151645 128.906846) (xy 91.174029 128.899416) (xy 91.196839 128.893336) (xy 91.220076 128.888608) + (xy 91.243739 128.88523) (xy 91.267829 128.883204) (xy 91.292346 128.882528) (xy 91.311816 128.882892) + (xy 91.330797 128.883984) (xy 91.349288 128.885803) (xy 91.36729 128.88835) (xy 91.384803 128.891625) + (xy 91.401826 128.895627) (xy 91.418359 128.900358) (xy 91.434403 128.905815) (xy 91.449958 128.912001) + (xy 91.465023 128.918914) (xy 91.474795 128.923928) (xy 91.489045 128.931995) (xy 91.502805 128.940809) + (xy 91.516075 128.95037) (xy 91.528857 128.960679) (xy 91.541148 128.971734) (xy 91.552951 128.983536) + (xy 91.564264 128.996086) (xy 91.575087 129.009382) (xy 91.585421 129.023426) (xy 91.595266 129.038216) + (xy 91.601557 129.048491) (xy 91.615189 129.033203) (xy 91.629022 129.018661) (xy 91.643053 129.004867) + (xy 91.657285 128.99182) (xy 91.671715 128.979519) (xy 91.686346 128.967966) (xy 91.701176 128.957159) + (xy 91.716206 128.9471) (xy 91.731436 128.937788) (xy 91.746865 128.929223) (xy 91.757262 128.923928) + (xy 91.773021 128.916529) (xy 91.788972 128.909858) (xy 91.805118 128.903915) (xy 91.821456 128.8987) + (xy 91.837987 128.894212) (xy 91.854712 128.890453) (xy 91.87163 128.88742) (xy 91.888741 128.885116) + (xy 91.906045 128.883539) (xy 91.923543 128.88269) (xy 91.935315 128.882528) (xy 91.950237 128.882722) + (xy 91.972078 128.883736) (xy 91.993269 128.88562) (xy 92.01381 128.888373) (xy 92.033699 128.891995) + (xy 92.052939 128.896487) (xy 92.071528 128.901848) (xy 92.089467 128.908079) (xy 92.106755 128.915179) + (xy 92.123393 128.923149) (xy 92.13938 128.931988) (xy 92.154668 128.941598) (xy 92.16921 128.95202) + (xy 92.183004 128.963254) (xy 92.196052 128.975299) (xy 92.208352 128.988155) (xy 92.219906 129.001823) + (xy 92.230712 129.016302) (xy 92.240771 129.031593) (xy 92.250083 129.047695) (xy 92.258649 129.064609) + (xy 92.263944 129.076335) (xy 92.269312 129.090291) (xy 92.274153 129.105779) (xy 92.278466 129.1228) + (xy 92.28225 129.141353) (xy 92.285507 129.16144) (xy 92.288235 129.183059) (xy 92.289761 129.198323) + (xy 92.291052 129.214268) (xy 92.292108 129.230895) (xy 92.292929 129.248203) (xy 92.293516 129.266192) + (xy 92.293868 129.284862) (xy 92.293986 129.304214) (xy 92.293986 130.008) (xy 92.004191 130.008) + (xy 92.004191 129.370892) (xy 92.004074 129.350606) (xy 92.003722 129.331239) (xy 92.003135 129.31279) + (xy 92.002314 129.295261) (xy 92.001258 129.27865) (xy 91.999967 129.262958) (xy 91.998441 129.248184) + (xy 91.995713 129.227747) (xy 91.992456 129.209377) (xy 91.988672 129.193074) (xy 91.984359 129.178838) + (xy 91.977787 129.163073) (xy 91.97415 129.156569) (xy 91.963485 129.1418) (xy 91.951458 129.129) + (xy 91.938068 129.118169) (xy 91.923316 129.109308) (xy 91.907202 129.102416) (xy 91.889725 129.097493) + (xy 91.870886 129.094539) (xy 91.855863 129.093616) (xy 91.850685 129.093554) (xy 91.835589 129.094144) + (xy 91.820712 129.095913) (xy 91.806051 129.098861) (xy 91.791609 129.102988) (xy 91.777383 129.108295) + (xy 91.763376 129.114781) (xy 91.749585 129.122446) (xy 91.736013 129.13129) (xy 91.723104 129.141279) + (xy 91.711123 129.152379) (xy 91.700069 129.164589) (xy 91.689942 129.17791) (xy 91.680743 129.192341) + (xy 91.672471 129.207883) (xy 91.665127 129.224535) (xy 91.65871 129.242298) (xy 91.65452 129.256712) + (xy 91.650741 129.272613) (xy 91.647376 129.290002) (xy 91.644422 129.308879) (xy 91.64188 129.329243) + (xy 91.639751 129.351095) (xy 91.63856 129.36649) (xy 91.637552 129.382546) (xy 91.636728 129.399262) + (xy 91.636087 129.41664) (xy 91.635629 129.434679) (xy 91.635354 129.45338) (xy 91.635263 129.472741) + (xy 91.635263 130.008) (xy 91.345835 130.008) (xy 91.345835 129.396904) (xy 91.345775 129.377021) + (xy 91.345594 129.358041) (xy 91.345294 129.339961) (xy 91.344873 129.322784) (xy 91.344332 129.306508) + (xy 91.343671 129.291133) (xy 91.342454 129.269762) (xy 91.340966 129.25042) (xy 91.339208 129.233106) + (xy 91.337179 129.21782) (xy 91.334054 129.200596) (xy 91.330448 129.186977) (xy 91.325219 129.172798) + (xy 91.317834 129.157342) (xy 91.309239 129.143587) (xy 91.299433 129.131531) (xy 91.288416 129.121175) + (xy 91.282454 129.116635) (xy 91.269539 129.108791) (xy 91.254976 129.10257) (xy 91.238765 129.097972) + (xy 91.223996 129.09538) (xy 91.208082 129.093915) (xy 91.194526 129.093554) (xy 91.177977 129.094132) + (xy 91.161851 129.095867) (xy 91.146149 129.098758) (xy 91.130871 129.102805) (xy 91.116016 129.108008) + (xy 91.101584 129.114368) (xy 91.087577 129.121885) (xy 91.073993 129.130557) (xy 91.06109 129.140226) + (xy 91.049126 129.150913) (xy 91.0381 129.16262) (xy 91.028014 129.175345) (xy 91.018866 129.189089) + (xy 91.010657 129.203853) (xy 91.003387 129.219635) (xy 90.997056 129.236436) (xy 90.991646 129.255172) + (xy 90.988063 129.271095) (xy 90.984884 129.288622) (xy 90.982112 129.307752) (xy 90.979745 129.328485) + (xy 90.978393 129.343199) (xy 90.977221 129.358625) (xy 90.976229 129.374763) (xy 90.975418 129.391615) + (xy 90.974787 129.409179) (xy 90.974336 129.427455) (xy 90.974065 129.446445) (xy 90.973975 129.466147) + (xy 90.973975 130.008) (xy 90.684181 130.008) + ) + ) + ) + ) (gr_text "- +" (at 97.282 66.548 180) (layer "F.SilkS") (tstamp a0a38623-4e19-42cb-9cce-a06902055eeb) (effects (font (size 0.8 0.8) (thickness 0.18) bold)) ) (gr_text "+5V" (at 80.01 66.802) (layer "F.SilkS") (tstamp b089e426-54f4-440d-a75a-7456749bf7d5) - (effects (font (size 1 1) (thickness 0.2))) + (effects (font (face "Arial") (size 1 1) (thickness 0.2))) + (render_cache "+5V" 0 + (polygon + (pts + (xy 79.098242 67.060684) (xy 79.098242 66.787132) (xy 78.824201 66.787132) (xy 78.824201 66.669896) + (xy 79.098242 66.669896) (xy 79.098242 66.404159) (xy 79.21499 66.404159) (xy 79.21499 66.669896) + (xy 79.48903 66.669896) (xy 79.48903 66.787132) (xy 79.21499 66.787132) (xy 79.21499 67.060684) + ) + ) + (polygon + (pts + (xy 79.620922 66.951263) (xy 79.750859 66.940272) (xy 79.752809 66.951965) (xy 79.755057 66.963288) + (xy 79.757602 66.974244) (xy 79.760445 66.984831) (xy 79.763586 66.99505) (xy 79.767025 67.004901) + (xy 79.770761 67.014384) (xy 79.774795 67.023498) (xy 79.781403 67.036479) (xy 79.788682 67.048631) + (xy 79.79663 67.059955) (xy 79.805249 67.07045) (xy 79.814537 67.080116) (xy 79.817781 67.083154) + (xy 79.827818 67.09171) (xy 79.838238 67.099423) (xy 79.849039 67.106295) (xy 79.860222 67.112326) + (xy 79.871788 67.117515) (xy 79.883736 67.121863) (xy 79.896065 67.125369) (xy 79.908777 67.128034) + (xy 79.921871 67.129857) (xy 79.935347 67.130839) (xy 79.944543 67.131026) (xy 79.95558 67.130757) + (xy 79.966403 67.12995) (xy 79.977012 67.128605) (xy 79.987408 67.126721) (xy 79.99759 67.1243) + (xy 80.007558 67.12134) (xy 80.017312 67.117843) (xy 80.026853 67.113807) (xy 80.03618 67.109233) + (xy 80.045294 67.104121) (xy 80.054193 67.098471) (xy 80.062879 67.092283) (xy 80.071351 67.085557) + (xy 80.07961 67.078292) (xy 80.087654 67.07049) (xy 80.095485 67.06215) (xy 80.102998 67.053365) + (xy 80.110026 67.044232) (xy 80.116569 67.034749) (xy 80.122627 67.024918) (xy 80.128201 67.014737) + (xy 80.13329 67.004207) (xy 80.137894 66.993327) (xy 80.142014 66.982099) (xy 80.145649 66.970521) + (xy 80.148799 66.958594) (xy 80.151465 66.946318) (xy 80.153646 66.933693) (xy 80.155342 66.920719) + (xy 80.156554 66.907395) (xy 80.157281 66.893722) (xy 80.157523 66.8797) (xy 80.15729 66.866354) + (xy 80.156592 66.853364) (xy 80.155428 66.840731) (xy 80.153798 66.828455) (xy 80.151703 66.816536) + (xy 80.149143 66.804973) (xy 80.146116 66.793768) (xy 80.142624 66.782919) (xy 80.138667 66.772427) + (xy 80.134244 66.762292) (xy 80.129355 66.752514) (xy 80.124001 66.743092) (xy 80.118181 66.734027) + (xy 80.111896 66.72532) (xy 80.105145 66.716969) (xy 80.097928 66.708974) (xy 80.090365 66.701403) + (xy 80.082514 66.69432) (xy 80.074375 66.687725) (xy 80.065947 66.681619) (xy 80.057232 66.676002) + (xy 80.048228 66.670872) (xy 80.038937 66.666232) (xy 80.029357 66.66208) (xy 80.019489 66.658416) + (xy 80.009333 66.655241) (xy 79.998888 66.652554) (xy 79.988156 66.650356) (xy 79.977136 66.648646) + (xy 79.965827 66.647425) (xy 79.95423 66.646692) (xy 79.942345 66.646448) (xy 79.931272 66.646697) + (xy 79.920401 66.647444) (xy 79.909731 66.648689) (xy 79.899263 66.650432) (xy 79.888997 66.652674) + (xy 79.878933 66.655413) (xy 79.86907 66.65865) (xy 79.859409 66.662385) (xy 79.849951 66.666618) + (xy 79.840693 66.67135) (xy 79.834634 66.67478) (xy 79.825793 66.680197) (xy 79.817312 66.685914) + (xy 79.809192 66.691932) (xy 79.801432 66.698251) (xy 79.794034 66.704869) (xy 79.786995 66.711789) + (xy 79.780318 66.719009) (xy 79.774001 66.726529) (xy 79.768045 66.73435) (xy 79.762449 66.742472) + (xy 79.758919 66.748053) (xy 79.642903 66.73291) (xy 79.740356 66.216581) (xy 80.241298 66.216581) + (xy 80.241298 66.333817) (xy 79.839275 66.333817) (xy 79.785053 66.604438) (xy 79.796443 66.597222) + (xy 79.807901 66.590471) (xy 79.819425 66.584185) (xy 79.831016 66.578366) (xy 79.842674 66.573011) + (xy 79.854399 66.568123) (xy 79.86619 66.563699) (xy 79.878048 66.559742) (xy 79.889973 66.55625) + (xy 79.901965 66.553224) (xy 79.914024 66.550663) (xy 79.926149 66.548568) (xy 79.938341 66.546938) + (xy 79.9506 66.545774) (xy 79.962926 66.545076) (xy 79.975318 66.544843) (xy 79.991643 66.545202) + (xy 80.007646 66.546278) (xy 80.023326 66.548072) (xy 80.038684 66.550583) (xy 80.053719 66.553811) + (xy 80.068432 66.557758) (xy 80.082822 66.562421) (xy 80.09689 66.567802) (xy 80.110635 66.5739) + (xy 80.124058 66.580716) (xy 80.137158 66.58825) (xy 80.149936 66.596501) (xy 80.162392 66.605469) + (xy 80.174525 66.615155) (xy 80.186335 66.625558) (xy 80.197823 66.636678) (xy 80.208826 66.648333) + (xy 80.219118 66.660401) (xy 80.228701 66.67288) (xy 80.237574 66.685771) (xy 80.245737 66.699075) + (xy 80.25319 66.712791) (xy 80.259933 66.726919) (xy 80.265967 66.741459) (xy 80.271291 66.756411) + (xy 80.275905 66.771775) (xy 80.279809 66.787552) (xy 80.283003 66.803741) (xy 80.285487 66.820341) + (xy 80.287262 66.837355) (xy 80.288327 66.85478) (xy 80.288682 66.872617) (xy 80.288371 66.889629) + (xy 80.287437 66.906349) (xy 80.285882 66.922778) (xy 80.283705 66.938914) (xy 80.280906 66.954758) + (xy 80.277485 66.97031) (xy 80.273441 66.985571) (xy 80.268776 67.000539) (xy 80.263488 67.015216) + (xy 80.257579 67.0296) (xy 80.251047 67.043693) (xy 80.243894 67.057494) (xy 80.236118 67.071002) + (xy 80.22772 67.084219) (xy 80.2187 67.097144) (xy 80.209058 67.109777) (xy 80.196662 67.124654) + (xy 80.183714 67.138571) (xy 80.170215 67.151528) (xy 80.156165 67.163526) (xy 80.141562 67.174563) + (xy 80.126409 67.184641) (xy 80.110704 67.193759) (xy 80.094447 67.201918) (xy 80.07764 67.209116) + (xy 80.06028 67.215355) (xy 80.042369 67.220634) (xy 80.023907 67.224953) (xy 80.004893 67.228312) + (xy 79.99518 67.229632) (xy 79.985328 67.230711) (xy 79.975339 67.231551) (xy 79.965211 67.232151) + (xy 79.954946 67.232511) (xy 79.944543 67.232631) (xy 79.927552 67.232331) (xy 79.910956 67.231429) + (xy 79.894755 67.229926) (xy 79.878949 67.227823) (xy 79.863538 67.225118) (xy 79.848522 67.221812) + (xy 79.8339 67.217905) (xy 79.819674 67.213397) (xy 79.805843 67.208288) (xy 79.792407 67.202578) + (xy 79.779366 67.196267) (xy 79.766719 67.189354) (xy 79.754468 67.181841) (xy 79.742612 67.173727) + (xy 79.731151 67.165011) (xy 79.720084 67.155695) (xy 79.709536 67.145851) (xy 79.699568 67.135617) + (xy 79.69018 67.124992) (xy 79.681372 67.113975) (xy 79.673144 67.102567) (xy 79.665496 67.090768) + (xy 79.658428 67.078578) (xy 79.65194 67.065996) (xy 79.646033 67.053024) (xy 79.640705 67.03966) + (xy 79.635958 67.025905) (xy 79.63179 67.011759) (xy 79.628203 66.997222) (xy 79.625196 66.982294) + (xy 79.622769 66.966974) + ) + ) + (polygon + (pts + (xy 80.7376 67.217) (xy 80.3473 66.200949) (xy 80.491647 66.200949) (xy 80.753476 66.939784) + (xy 80.757374 66.950853) (xy 80.761192 66.961834) (xy 80.76493 66.972728) (xy 80.768588 66.983534) + (xy 80.772166 66.994252) (xy 80.775664 67.004882) (xy 80.779081 67.015425) (xy 80.782418 67.025879) + (xy 80.785676 67.036246) (xy 80.788853 67.046526) (xy 80.79195 67.056717) (xy 80.794966 67.066821) + (xy 80.797903 67.076837) (xy 80.80076 67.086765) (xy 80.803536 67.096605) (xy 80.806232 67.106357) + (xy 80.809192 67.095947) (xy 80.812208 67.085536) (xy 80.815283 67.075125) (xy 80.818414 67.064714) + (xy 80.821602 67.054303) (xy 80.824848 67.043892) (xy 80.828151 67.033482) (xy 80.831511 67.023071) + (xy 80.834929 67.01266) (xy 80.838404 67.002249) (xy 80.841936 66.991838) (xy 80.845525 66.981427) + (xy 80.849171 66.971016) (xy 80.852875 66.960606) (xy 80.856636 66.950195) (xy 80.860454 66.939784) + (xy 81.132541 66.200949) (xy 81.268584 66.200949) (xy 80.874376 67.217) + ) + ) + ) ) (gr_text "05 | GND" (at 123.952 110.998) (layer "F.SilkS") (tstamp c7586936-c36e-4311-b642-599a57497551) (effects (font (face "Arial") (size 1 1) (thickness 0.13))) @@ -33576,123 +30522,197 @@ (style (thickness 0.3) (arrow_length 1.27) (text_position_mode 0) (extension_height 0.58642) (extension_offset 0) keep_text_aligned) ) - (segment (start 91.885 111.93) (end 92.285 111.53) (width 0.25) (layer "F.Cu") (net 1) (tstamp c9c7ec59-2016-4867-b75c-4b326266f4dc)) (segment (start 89.985 113.93) (end 90.225 113.69) (width 0.25) (layer "F.Cu") (net 1) (tstamp f862209b-00d8-4320-8bc0-ad6f6a4666ac)) (via (at 145.025 76.69) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 00016ff6-4e32-4bf0-8e82-8a7ed1357462)) - (via (at 92.47 102.2) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 01a73a56-97d9-4735-986f-a08d5e29fc7d)) + (via (at 120.904 116.586) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 003b731e-b900-41d2-9740-7c1b972a5f78)) (via (at 110.54 73.78) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 03a5e591-9635-4958-b836-705ba1758007)) + (via (at 85.46 117.898) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 04431802-8716-42b1-895e-6d474067d515)) (via (at 132.925 106.68) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 05661810-3b85-482c-8d88-2e70978ae7a9)) (via (at 113.95 77.23) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0655971a-de8d-4c31-ac36-e3e2cae677b1)) (via (at 80.98 93.28) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 08077a33-8954-4dfb-ba8a-987fab212ca4)) + (via (at 84.716 116.502) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 08c43678-77d8-4abe-aabd-225a42bf2359)) (via (at 109.14 113.49) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 093744a7-17af-4f91-8140-cc46857e4c6b)) - (via (at 88.23 102.76) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 09904d29-e636-4fc5-a16c-a1cce46135c9)) + (via (at 87.129 101.88) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 09904d29-e636-4fc5-a16c-a1cce46135c9)) + (via (at 76.546 120.257) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0a877683-9bd7-4f91-bf1c-e229ae74d3bc)) + (via (at 82.364 127.519) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0be490f1-7bda-4c7d-88e7-c7aa0d213c65)) + (via (at 80.521 117.877) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0c219f92-dc55-4daa-9ccf-c19d7d0eb1ee)) + (via (at 85.02 122.516) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 0f66268b-cb92-4ff8-b20b-93af60458bc8)) (via (at 107.55 98.42) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 10245665-d964-4510-81ab-1640c6235c32)) (via (at 157.435 117.48) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1028b97e-75aa-4b1b-a2f8-46e873017375)) (via (at 151.905 77.42) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 11d61d90-2e7e-445d-8cab-0850bf5ba0dd)) - (via (at 80.37 103.94) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1265536d-77c0-40ad-974a-6f241323aae5)) + (via (at 88.316 118.279) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1242b799-58f5-4537-b7b5-86d0d3e36ab2)) + (via (at 80.323 103.711) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1265536d-77c0-40ad-974a-6f241323aae5)) (via (at 127.87 73.87) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 139e2c32-bcc7-4d83-8e24-5bd1f684a918)) (via (at 88.03 79.2) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1619ad7f-0728-40bb-8617-7858d1d87659)) - (via (at 91.99 104.11) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 166943aa-9c64-473f-a98f-4165e5c7c817)) + (via (at 90.293 103.016) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 166943aa-9c64-473f-a98f-4165e5c7c817)) (via (at 135.84 83.44) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 189b0909-c1f0-4da5-bf8c-06ffc4f86659)) (via (at 135.84 85.66) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1a7f3366-94b2-419a-ae16-05baf44779e9)) - (via (at 77.57 119.18) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1bd2b58f-dbd2-4c33-8ef6-2569437b0fdf)) + (via (at 78.734 125.017) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1c846395-dd62-43a6-b5ea-4e5a1f3a2129)) (via (at 101.82 108.18) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 1ec13565-fc38-4b83-9bad-2441aead9835)) + (via (at 91.103 123.863) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 20b75f0c-0c1b-413f-8d1b-41b74f692b41)) (via (at 142.47 95.17) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 212a0074-f080-4cc0-b19d-00cf60c0b9a8)) + (via (at 78.981 121.112) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 21ace26a-3cd9-4e27-944e-e936eaf913af)) + (via (at 72.541 97.041) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 21d9ae35-268a-44c2-8ead-1cea8bbaf91c)) (via (at 105.76 81.99) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 27932963-53c4-45ac-bd7b-51a834b19503)) (via (at 94.58 109.19) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 27caeb53-f0b7-4202-96c9-db0ab41a8936)) + (via (at 92.494 127.035) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 282e8e79-030b-4eee-b71b-481e698365f5)) + (via (at 72.532 110.395) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2870d098-07d3-4540-a3fa-e15ce68e709b)) + (via (at 80.584 129.836) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 29fce5ad-d8ad-4ed1-8e53-583d9ca29467)) + (via (at 67.465 129.556) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2a57b119-c84b-4b75-bc9d-a65214111e75)) + (via (at 77.949 108.146) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2b69a795-fc41-4d2e-9011-558b1c07159c)) (via (at 101.7 103.09) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2e087655-f94d-44dd-b884-61efd71be849)) (via (at 101.525 77.51) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2e5a6022-d9b7-4f21-903f-dbce82b600d1)) (via (at 98.7 127.75) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 2ff4c176-bf04-4a37-a15a-e20255da3e03)) (via (at 114.34 89.32) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3153abdd-c111-4054-b429-9e4455bfcccb)) + (via (at 76.873 127.463) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 32428096-fec4-4c7b-a2c4-76a6846fef79)) (via (at 118.66 84.26) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 32ac62fe-9f52-428e-86bf-1720f52937b0)) - (via (at 94.255 116.81) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 32d447cf-aaeb-4fa2-99c5-85000af52687)) + (via (at 82.645 113.089) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 343d29b3-bbe8-4768-b816-af28d8b283c7)) + (via (at 85.207 129.889) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3640f555-5cfd-4240-aebc-e8e864b16c25)) (via (at 132.334 77.724) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 366b1a39-00c7-40ab-a376-27784e891716)) (via (at 107.84 92.78) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 36bc8c8b-a7b6-4d27-82f1-5d2224a39103)) (via (at 89.83 109.18) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 39191d1e-3fe8-4e56-b382-1c0faa597bbb)) - (via (at 97.385 115.3) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3af2ed58-232c-4b4b-b574-82eaf592ddd9)) + (via (at 97.696 114.971) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3af2ed58-232c-4b4b-b574-82eaf592ddd9)) (via (at 94.62 73.23) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3d2efc93-a1e9-4431-abb2-c4d0412c3912)) (via (at 154.300786 90.684691) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3d87cd13-4c73-4627-b9fb-1ee2bb5d9d17)) - (via (at 101.650241 99.528923) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3e5d44ed-9592-4aac-b12f-9b3da594e709)) - (via (at 85.344 117.348) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3ed435ad-a1d9-4f97-bf6c-e3fdcf0e5e48)) + (via (at 101.854 98.298) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3e5d44ed-9592-4aac-b12f-9b3da594e709)) + (via (at 84.784 115.204) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 3f1b0e10-d5ea-4f0e-a714-cd000d0aee03)) (via (at 82.296 71.628) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 412424df-764e-43ad-935d-3ef5f13d165b)) (via (at 148.3 106.04) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4248ccfd-7922-4cea-896e-03fa42a3d9b9)) + (via (at 83.774 124.236) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 43246ca1-73ac-486f-963d-2b19efab6daa)) (via (at 152.155 126.05) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 45d623b0-3df9-4e29-9ce4-68feffb0f727)) (via (at 114.655 108.15) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4630c80b-021d-415a-b28e-48957fff3e0d)) - (via (at 92.207383 116.572941) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 47e8bf1f-233d-4e7b-a6f9-1d641be72201)) (via (at 71.57 90.15) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 490e455d-a60b-466a-9f34-73793a0c9155)) + (via (at 71.071 125.254) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4bbbe14c-b6d7-4aea-b1f0-597c499fb59d)) + (via (at 76.822 129.86) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4bbe10d0-60ac-466e-b880-ad9b2b65986f)) + (via (at 86.913 123.352) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4c36bf9b-4eca-478c-ae14-727c42174798)) + (via (at 75.519 124.281) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4e3d4f7f-b5e4-4b35-b1db-73998528ca2a)) (via (at 105.22 77.29) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4e9200e8-4dbc-45fe-bc02-2109a31fa092)) - (via (at 82.12 113.97) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 51cf200e-c7f9-4e3c-afda-1ca4fd1a7209)) + (via (at 85.219 127.632) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 4ed897eb-ed69-4847-8351-91ffc6c5aae3)) + (via (at 101.845 105.619) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 51c7212a-1574-4fdf-8434-b6fb1b52ce26)) + (via (at 74.159 127.491) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5328e957-2568-4fc8-9803-c3d8ad3377bf)) + (via (at 101.841 119.281) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 56ed5719-c143-48d7-9165-7afa9fd1cbe2)) (via (at 119.17 80.83) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5896652b-72b4-454e-9514-f2d6afe916f2)) (via (at 132.805 101.11) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5a1eafab-2db1-4538-a2c3-d48018f71df4)) (via (at 75.24 74.58) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5aae366f-a02f-4013-b0c8-18b457662144)) (via (at 142.5 99.69) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5ebe961d-f029-4e59-a824-3dcf71cc384c)) - (via (at 79.52 117.4) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 5edfb9b8-c741-499b-b469-e9120e5fece3)) (via (at 90.17 73.406) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp 614cb074-1683-4b3a-80a9-9ec526ec1adf)) (via (at 85.16 97.26) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 618ae4a8-546c-4740-bc9e-599f7ac69b85)) (via (at 120.78 128.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 64a89322-3982-4c17-91d3-66883622b45d)) (via (at 80.97 83.13) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 659cb457-b814-4712-bc80-d6bb72d0966f)) + (via (at 78.959 119.04) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 65ba29f1-376c-49d4-aec0-bbf693d7051d)) (via (at 136.075 117.13) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 67438f19-d2a7-4306-8831-cb13d644c740)) (via (at 132 89.06) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 685e659f-b3c3-4057-8efd-306365bf1ae5)) (via (at 74.65 79.56) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 69ae7ba4-5177-403b-bde3-55b227bdfdeb)) - (via (at 119.245 117.17) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6deed055-29f8-4b80-8684-ba9191c49e36)) + (via (at 118.618 105.664) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6c7a813d-6887-46ab-b43c-2fb320a98cf6)) + (via (at 118.872 117.094) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6deed055-29f8-4b80-8684-ba9191c49e36)) + (via (at 72.57 107.267) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 6fa2db13-45bd-49e1-b369-3d292079f57a)) + (via (at 80.343 121.112) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 709285c6-eabe-4427-97de-ff2b1c56e591)) (via (at 74.77 90.11) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7189892b-003b-41ae-978f-0ce9b3d82540)) (via (at 95.62 82.04) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 72589d7a-10d1-4f1c-9d80-08942f3ec479)) - (via (at 88.392 116.332) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 72ac1954-c429-4f4d-a57f-1c94f3fe63f1)) - (via (at 77.225 115.96) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7380c75e-b84e-4bce-96cc-615f6875e1f7)) + (via (at 120.65 105.664) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 729ea27d-7863-4195-a3a4-1b0f325360d3)) (via (at 87.1 93.36) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7386cffa-40db-42a4-99a4-0a951cbc2e9c)) - (via (at 79.31 113.58) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 73d54abb-ac24-4546-a307-2d4847d2988a)) + (via (at 99.227 105.549) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 74799a5e-c235-4f6e-aade-bd652e9bc412)) + (via (at 75.808 122.386) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 747ec3be-f97c-45f9-b0d2-c2051ff16496)) (via (at 160.79 69.18) (size 4) (drill 3.25) (layers "F.Cu" "B.Cu") (free) (net 1) (tstamp 74b236e2-5f60-46eb-82c4-d188ddba1832)) + (via (at 78.952 110.5565) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 74ed03fd-0b35-4546-9a03-86e9b67c057c)) + (via (at 107.99 111.13) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 753bef6c-f5a6-4ae4-acc1-9847439106d4)) + (via (at 80.343 119.176) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 75a905a1-6e76-461a-82c9-8a191cdc0392)) (via (at 109.49 117.25) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 763ccd9a-ba99-42ca-bbb2-19d35ad01231)) - (via (at 84.92 101.02) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7933cd50-13f2-4e6c-b2b0-876ddbb88ce0)) + (via (at 85.196 99.296) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7933cd50-13f2-4e6c-b2b0-876ddbb88ce0)) (via (at 157.734 80.518) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7974b7cc-89bc-4621-840f-a2e676a456fb)) + (via (at 80.585 125.029) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7b06f51d-d804-4f93-9c18-3af5f999ebf6)) (via (at 81.01 90.11) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 7debf766-330f-424e-80fc-eb62161051ba)) + (via (at 85.162 125.093) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 812a23e1-3a42-4672-b404-b38ed0ee5f54)) (via (at 124.95 84.48) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8418d565-767c-4174-8461-050663bf0040)) (via (at 81.06 71.15) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 84d4e9b9-71d6-4339-967d-0a77786387b5)) + (via (at 81.652 111.977) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8521a877-88e5-4747-803b-7bd612060bb3)) (via (at 154.300786 104.454691) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 86642e5f-0427-4c13-b417-b5e437387933)) + (via (at 65.64 127.079) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 86f7b3f6-b824-4222-8b2e-fed33fc078b9)) (via (at 160.79 127.18) (size 4) (drill 3.25) (layers "F.Cu" "B.Cu") (free) (net 1) (tstamp 87094f4b-8300-4576-8626-0a2e07d223a8)) (via (at 110.285 127.79) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 87612ef3-815f-4848-957d-1455d63395a5)) (via (at 77.79 69.18) (size 4) (drill 3.25) (layers "F.Cu" "B.Cu") (free) (net 1) (tstamp 8924d7f6-af47-4a78-8bdc-4f5a1d7486a7)) - (via (at 114.63 100.33) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8eb4a8da-38a1-4185-be28-0d3cbc80808d)) + (via (at 78.952 122.979) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8a1dd661-6059-465c-9fe1-fe359fe6611e)) + (via (at 93.667 124.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8d7c0be6-4778-4671-be2c-857d18a56afc)) + (via (at 114.596 100.506) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 8eb4a8da-38a1-4185-be28-0d3cbc80808d)) + (via (at 72.731 115.043) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9180b33f-5221-440a-9f16-57e952931ecb)) + (via (at 95.883 124.515) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 91df2546-9a59-4315-8d50-dae505b9a4d8)) + (via (at 89.002 128.254) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 93ba6285-da93-487d-b27c-bbf1c44804a5)) (via (at 127.905 117) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 93d71940-cb65-4cf7-b534-63aff42d796a)) (via (at 159.766 85.852) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 94589b36-f5a4-4f0b-93bd-da4c92193c28)) (via (at 109.96 96.44) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 955619e9-0565-4dd9-9663-1095e37bac6c)) (via (at 107.36 109.04) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 962b82df-f853-413a-bda5-28bcba005b6c)) + (via (at 82.409 129.844) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9714ba90-7cc1-437f-b719-70681fbb47e0)) + (via (at 70.866 104.14) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 97362c80-9593-4b6d-ae9d-d222c1a6ec9c)) + (via (at 68.855 126.992) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 97aa5977-d81b-46af-9842-f2209509d270)) + (via (at 82.891 119.482) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 99066488-8a76-48f4-a220-94ec4ebba211)) + (via (at 74.194 125.074) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 992ce16d-9433-4f02-9d00-d7fba7bf0d94)) (via (at 128.185 106.89) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 99f50329-f0e7-48b2-9718-257889e241a6)) + (via (at 65.553 124.819) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9a544dfb-819b-452f-8048-825615230e0a)) + (via (at 79.773 115.887) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9cb50c64-5137-4d44-b0a7-30dd8181fee4)) (via (at 113.4 117.37) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9dfc83c7-1318-447f-b181-89c17dd564c3)) (via (at 123.444 77.724) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp 9f4bd4dc-4cf8-4be6-9555-d460e8a78029)) + (via (at 89.365 122.299) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp a00d7327-d44d-48d1-a410-46c5fb987e8c)) (via (at 89.85 114.05) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp a341e572-34fa-4cfe-a987-c7f78def3724)) + (via (at 84.947 112.806) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp a3c09970-18c3-41b6-93b8-4a9ae38a258d)) + (via (at 86.526 114.215) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp a5a773d2-52a0-4b96-8608-06da421c8439)) + (via (at 81.85 115.525) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp a5b87681-60f5-4bd4-88c8-495fc178c8c9)) (via (at 92.285 111.53) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp a626a3b8-871f-4e46-b558-03db442358d0)) + (via (at 79.976 112.973) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp a972fd15-4b2b-4a46-bea9-e7ab1dd22173)) (via (at 124.95 88.94) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ad97d8e4-ea4f-4574-80d0-d54fa5b74126)) - (via (at 91.995 105.57) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp afbff2f5-3985-46b1-85d6-b3e103c91e1b)) - (via (at 87.85 107.49) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b008c497-c290-4211-8932-ba54ff256117)) - (via (at 99.99 116.75) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b4958a1d-1dcf-499b-a55b-6da6e97dc603)) - (via (at 90.48 97.26) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b49f33e8-5be2-4b31-9cd2-fc7aa6d85c96)) + (via (at 82.915 117.597) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ae5cbdea-8381-42bb-b050-d1ab6fc3d9c7)) + (via (at 74.17 129.86) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ae7cacc9-c922-4764-8277-17db0de66bf0)) + (via (at 85.038 114.24) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp aed33fa1-6f39-4289-8776-80a3db694373)) + (via (at 80.919 114.386) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b0005147-03b1-46e5-8fe5-dabbe336c448)) + (via (at 88.138 107.49) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b008c497-c290-4211-8932-ba54ff256117)) + (via (at 101.092 115.824) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b4958a1d-1dcf-499b-a55b-6da6e97dc603)) + (via (at 90.767 97.283) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b49f33e8-5be2-4b31-9cd2-fc7aa6d85c96)) (via (at 87.07 90.38) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b4f40309-9028-4998-a150-5855d4d5183f)) (via (at 102.05 92.68) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b736e72c-8bd8-4743-a07c-c1e59f6d7974)) + (via (at 78.741 127.482) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp b87219ba-2051-4516-9a3a-a79af2e6a761)) (via (at 67.81 69.23) (size 3.5) (drill 2.75) (layers "F.Cu" "B.Cu") (free) (net 1) (tstamp bd56be84-61c4-490a-9070-50b8c0140dbb)) (via (at 114.26 85.7) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp bd8cbb0e-2868-44e0-8d68-47795fec2d1f)) + (via (at 79.187 117.478) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp bf6b3afc-86cf-4df6-8523-d2e61ac91d4a)) + (via (at 80.344 122.988) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp c0c7d987-3c4a-489e-8b5b-f0aa86dc0562)) (via (at 91.301021 70.05335) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp c60b1f2a-6129-49a2-abab-1c985449e410)) + (via (at 85.292 101.904) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp c6df3796-6156-49e1-9fef-49ee65201452)) + (via (at 78.357 112.334) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp c7bf6a7c-43e5-40f6-b4f9-341cb6115888)) + (via (at 81.024 116.618) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp c8b4e6c5-4248-4e2a-89cd-5538f89f6a91)) + (via (at 76.884 125.082) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp c9fe1e85-1388-4587-ab38-8d17b64cf2a9)) (via (at 140.716 77.724) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cb8d2b56-3913-4bed-8a18-01a343a0f062)) (via (at 139.192 105.156) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cc1e7e78-2403-4d21-ab6a-beb537b2d616)) - (via (at 103.805 117.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cea3d45b-bad5-4722-98ff-3b61fa3d52a8)) + (via (at 80.569 127.467) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cc2909b3-d675-4911-a61b-7615ab4d451d)) + (via (at 104.384 117.411) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cea3d45b-bad5-4722-98ff-3b61fa3d52a8)) + (via (at 107.793 119.975) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cf42f6cc-ca1c-4780-835a-176a40aacfe5)) (via (at 107.54 102.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp cf6fb635-1e1c-4443-9589-9921c585eb95)) (via (at 71.53 80.26) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d260dc1c-6bf2-41b5-82a9-c1696edda9ae)) + (via (at 97.29 118.245) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp d44211ae-502e-49c7-9a55-1e42042c00e3)) + (via (at 88.977 125.477) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d49ecfc5-73fe-4e86-8e61-c492fed9d342)) (via (at 145.515 125.61) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d4c77aef-1842-447d-83f5-1bcc689cf438)) - (via (at 79.45 111.03) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d5ed48ce-b7d1-4459-bb5f-0c9136687de5)) - (via (at 70.63 103.86) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d6837988-7cdc-4843-9291-8a924243b906)) + (via (at 83.119 114.623) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d5754510-d030-4e0f-b506-6be019d69449)) + (via (at 73.406 104.14) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d6837988-7cdc-4843-9291-8a924243b906)) (via (at 128.46 81.05) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp d7548572-b603-4555-b60f-19b3eca72934)) - (via (at 95.105 118.73) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp dab8d2c1-05ab-43f6-86e4-f624887747a8)) + (via (at 77.807 114.738) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp d79416c8-aa89-4b62-b9e5-d50ee6bfd63f)) + (via (at 82.876 121.305) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp db9a05af-f031-4f73-9cc8-ef235725f947)) (via (at 70.9 75.16) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp dba55780-b507-4970-b347-5de5d317fa0d)) - (via (at 83.04 115.81) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp df2dc135-1574-43a2-b386-4dc0576c01af)) + (via (at 71.071 129.425) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp dc746780-8d7a-4853-b729-f6499c8b296c)) + (via (at 104.643 112.675) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp dd6ca9f7-d28c-4475-a060-dd812d7695da)) + (via (at 78.734 129.851) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ddf190cc-af23-42dc-ac32-a338e8d48ea9)) (via (at 138.684 107.696) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp e3eaed63-f622-4912-81b9-efc20ec380f6)) + (via (at 76.909 117.269) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp e4b092c9-10f7-416f-960b-08b8d3df5688)) (via (at 84.325 68.56) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp e51ab03d-f528-4eae-b3cc-16c36a65b6df)) + (via (at 82.352 125.093) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp e581c436-e9e1-4a40-9508-5e4115910084)) + (via (at 93.884 128.991) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ec2033d5-8256-4bb3-9826-308242d454af)) + (via (at 91.814 104.734) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ecb2e54f-5ecc-4139-96e9-b1851b62766e)) (via (at 74.86 93.11) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ee42af23-f6db-4621-8f88-02fde494c50a)) + (via (at 85.498 119.656) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ee5bca56-4bef-43bf-83ad-9f73e8f5ac55)) (via (at 135.89 88.15) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp ee9d0965-dcd2-4ee2-ada9-6e5141c7ce72)) + (via (at 95.753 127.209) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp f0d9302d-558c-49a4-9cd1-97ec7fcc2dea)) (via (at 94.58 113.6) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp f14d5ae0-2a14-48b1-841d-d7a2b2810a97)) (via (at 97.365 77.58) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp f1ab15da-86a6-4ba8-a7a4-b74da796dfac)) (via (at 102.4 82.22) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp f4848f2c-acfd-4869-9729-126aba015e1b)) (via (at 136.66 78.67) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp f5a6fa46-651d-411a-9614-9566d0ca56c3)) (via (at 92.73 77.29) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 1) (tstamp f7dfe10c-acde-4529-83f9-d376bd0ffd14)) + (via (at 104.305 129.339) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp f860cc1e-1d53-43a1-9f15-59dd2ff96297)) (via (at 128.035 110.998) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp fd13c864-e295-4e34-8f22-5e82f983331e)) (via (at 137.16 110.998) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 1) (tstamp fede675e-cbed-4a49-b4e4-ed529a41af98)) (segment (start 71.26 76.86) (end 71.575 77.175) (width 0.5) (layer "F.Cu") (net 2) (tstamp 3226e30c-5330-4edf-a57c-a8017933198d)) @@ -33701,135 +30721,145 @@ (segment (start 71.575 77.175) (end 71.73 77.02) (width 0.5) (layer "F.Cu") (net 2) (tstamp 8196881b-fef9-40c1-8dde-6de1ac68eaa2)) (segment (start 71.73 77.02) (end 83.835 77.02) (width 0.8) (layer "F.Cu") (net 2) (tstamp bb3cac35-ba70-4cef-9109-36cf570b63e6)) (segment (start 69.02 76.86) (end 71.26 76.86) (width 0.8) (layer "F.Cu") (net 2) (tstamp e60d86c1-ed1c-4b45-8427-b271d5707b3d)) - (segment (start 100.238969 107.036031) (end 99.775 107.5) (width 0.5) (layer "F.Cu") (net 3) (tstamp 013285d8-9410-431a-aa7a-d380a13c9688)) - (segment (start 91.44 116.631) (end 91.485 116.586) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0bf8c746-70e6-4921-9d1b-b90ee4bf62c3)) + (segment (start 94.917 117.401) (end 94.987 117.331) (width 0.25) (layer "F.Cu") (net 3) (tstamp 0055e3e1-bfae-451a-bcdc-37f8d8ee5c68)) + (segment (start 87.359 114.765) (end 87.794 114.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp 01a19f3c-68a4-48f8-a5bf-38d993675aba)) + (segment (start 100.755 118.57) (end 101.197 118.128) (width 0.25) (layer "F.Cu") (net 3) (tstamp 02af97d2-47e5-4e38-bdcf-2fd2173d89f0)) + (segment (start 87.360647 112.73) (end 86.960646 112.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp 02e4c7f7-eabf-4788-950f-6a31d210e3fd)) + (segment (start 87.359 115.071) (end 87.359 114.765) (width 0.25) (layer "F.Cu") (net 3) (tstamp 045204c0-eb62-4006-aa41-5cab6e4d3794)) + (segment (start 96.7325 107.77) (end 96.7325 106.1655) (width 0.5) (layer "F.Cu") (net 3) (tstamp 0d0ec0d0-a24d-470e-b175-648e4092b041)) (segment (start 147.460786 84.684691) (end 147.178286 84.684691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 0d19c5ca-bd9f-442a-a3fc-ec16dfdfcf2d)) - (segment (start 90.57 106.43) (end 90.315 106.175) (width 0.25) (layer "F.Cu") (net 3) (tstamp 10a54267-824f-4465-ac3a-c17d0cce4367)) - (segment (start 93.085 116.44) (end 93.085 115.4175) (width 0.25) (layer "F.Cu") (net 3) (tstamp 12025560-d38d-4143-98dd-6f2c26878d76)) + (segment (start 99.497 108.432) (end 99.497 107.778) (width 0.5) (layer "F.Cu") (net 3) (tstamp 14af3444-db00-41af-8f72-38aca54b61b8)) (segment (start 93.085 115.4175) (end 92.685 115.4175) (width 0.25) (layer "F.Cu") (net 3) (tstamp 156d3e32-c419-4677-81ce-183b13e3e7b0)) - (segment (start 91.694 117.348) (end 92.697 117.348) (width 0.25) (layer "F.Cu") (net 3) (tstamp 17c63fe1-72c6-4a52-b098-d0fcd8b32da6)) - (segment (start 103.203969 107.036031) (end 100.238969 107.036031) (width 0.5) (layer "F.Cu") (net 3) (tstamp 1a5e9c5b-d2ba-43bd-ae1a-e2655f009c8f)) - (segment (start 99.42 106.94) (end 99.42 107.145) (width 0.5) (layer "F.Cu") (net 3) (tstamp 1ae1ab90-a297-4303-af5c-36933ce432f3)) (segment (start 148.627429 74.783309) (end 155.37637 74.783309) (width 0.5) (layer "F.Cu") (net 3) (tstamp 1c97c4f0-b5a8-4757-9826-129941908c8e)) (segment (start 144.868309 113.969691) (end 144.018 114.82) (width 0.5) (layer "F.Cu") (net 3) (tstamp 1d45f558-b6dd-4d0c-b7fc-5dc952ed21a2)) - (segment (start 87.111382 116.940533) (end 86.955533 116.940533) (width 0.25) (layer "F.Cu") (net 3) (tstamp 20abf5b4-5fb5-4622-8523-0fda1d64ab77)) + (segment (start 100.012 119.313) (end 97.97 119.313) (width 0.5) (layer "F.Cu") (net 3) (tstamp 1f3f0e5f-221c-429d-a840-343f5d6e4b0f)) (segment (start 146.165786 89.364691) (end 146.150786 89.349691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 20cfc679-80ad-4fad-9c06-3dee43c6eb50)) - (segment (start 99.42 107.145) (end 99.775 107.5) (width 0.5) (layer "F.Cu") (net 3) (tstamp 21709f10-b205-4ae2-8c81-d0aa966e58f2)) - (segment (start 99.69 108.625) (end 99.17 108.105) (width 0.5) (layer "F.Cu") (net 3) (tstamp 25ad6d3a-d5ec-4235-84c9-0e4fe63ac3e1)) (segment (start 90.285 105.605) (end 90.315 105.575) (width 0.25) (layer "F.Cu") (net 3) (tstamp 26ae646d-3560-4c35-94a8-d7a3795c7cd1)) (segment (start 148.641294 123.407123) (end 148.631294 123.397123) (width 0.5) (layer "F.Cu") (net 3) (tstamp 28c66024-817d-46cc-bd21-57c57cdde044)) + (segment (start 85.419 112.33) (end 84.962 111.873) (width 0.25) (layer "F.Cu") (net 3) (tstamp 2a3b1746-f14a-4a83-8ecc-df432a9d0c6f)) + (segment (start 94.655 118.935) (end 94.655 117.648) (width 0.5) (layer "F.Cu") (net 3) (tstamp 2e624eb2-3cbd-44c2-8f54-813ccf3f476d)) + (segment (start 94.707 117.596) (end 94.293 117.182) (width 0.25) (layer "F.Cu") (net 3) (tstamp 3232018d-38b8-4cce-9333-c21e5ef1a290)) (segment (start 146.986623 112.500528) (end 146.120786 111.634691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 33133f39-ee31-4a17-976b-fb3ab641b756)) - (segment (start 94.321 117.93) (end 97.448884 117.93) (width 0.5) (layer "F.Cu") (net 3) (tstamp 35862423-022a-4354-82f1-bd62a0d6a225)) + (segment (start 94.991 120.486) (end 94.655 120.15) (width 0.5) (layer "F.Cu") (net 3) (tstamp 34eaa670-9727-49f4-a6cd-14d33b0557f3)) (segment (start 142.136 108.204) (end 141.628 108.712) (width 0.25) (layer "F.Cu") (net 3) (tstamp 35f04fe4-3d27-4335-a328-0de111df3d6b)) (segment (start 98.515 113.53) (end 99.125 112.92) (width 0.5) (layer "F.Cu") (net 3) (tstamp 38aa55b0-4f54-4f96-8dc8-5d9e9d7b06e3)) (segment (start 90.315 106.175) (end 90.315 105.575) (width 0.25) (layer "F.Cu") (net 3) (tstamp 4041aad8-e8a2-46b6-ae7a-a358d8459115)) - (segment (start 103.455 106.785) (end 103.203969 107.036031) (width 0.5) (layer "F.Cu") (net 3) (tstamp 429acfa8-6213-43f2-8af3-f148304a44c6)) + (segment (start 100.238969 107.036031) (end 103.203969 107.036031) (width 0.5) (layer "F.Cu") (net 3) (tstamp 40933b9d-98b3-4894-9a78-214e0100da3e)) + (segment (start 96.7325 107.77) (end 95.6125 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp 42882a61-b824-4b20-8cdc-6975b7136bc5)) + (segment (start 84.913 112.012) (end 84.217 112.012) (width 0.25) (layer "F.Cu") (net 3) (tstamp 43c0c637-7f54-4125-9185-9411d3fb4536)) (segment (start 157.742884 112.497179) (end 158.878298 112.497179) (width 0.5) (layer "F.Cu") (net 3) (tstamp 472d35e5-df37-424e-9ff4-f9b9cfaa39b8)) (segment (start 155.37637 74.783309) (end 155.379724 74.786663) (width 0.5) (layer "F.Cu") (net 3) (tstamp 4ef19c17-90f7-4a74-92ae-112fd089445a)) (segment (start 103.66 88.015) (end 105.475 86.2) (width 0.5) (layer "F.Cu") (net 3) (tstamp 4f266d5c-b5cd-4f41-bdd0-fcd79b163c65)) (segment (start 96.7325 107.77) (end 96.3975 108.105) (width 0.5) (layer "F.Cu") (net 3) (tstamp 4f79e8f2-fbaf-4869-ac5a-066f60fb30b7)) (segment (start 150.99645 88.179746) (end 147.350731 88.179746) (width 0.5) (layer "F.Cu") (net 3) (tstamp 5084839c-91d2-49a7-a903-c6c8bf13d0b3)) - (segment (start 91.44 117.094) (end 91.44 116.631) (width 0.25) (layer "F.Cu") (net 3) (tstamp 50d177bf-8354-4346-8fd6-e0ec59080c9d)) - (segment (start 96.7325 107.77) (end 95.778967 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp 5553405c-4f4c-4156-a65c-34be5e34f240)) (segment (start 146.120786 111.634691) (end 146.120786 113.959691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 5576dcd1-6ce5-44a0-9db1-fc470105ee02)) - (segment (start 87.263993 114.666007) (end 87.263993 115.682007) (width 0.25) (layer "F.Cu") (net 3) (tstamp 5602e1ad-ba35-4fc9-b232-cee50b6a2d58)) - (segment (start 98.198884 118.68) (end 97.448884 117.93) (width 0.5) (layer "F.Cu") (net 3) (tstamp 57797e3c-6f6f-4afb-a0a0-76253e06fe73)) - (segment (start 86.855 116.091) (end 86.36 116.091) (width 0.25) (layer "F.Cu") (net 3) (tstamp 58540aca-3e1e-4623-b61d-2db6b735fa2b)) + (segment (start 99.69 108.625) (end 99.497 108.432) (width 0.5) (layer "F.Cu") (net 3) (tstamp 58d71861-1b09-4c80-a403-2e50745d6d4c)) + (segment (start 91.126 121.567) (end 93.91 121.567) (width 0.5) (layer "F.Cu") (net 3) (tstamp 59a35b40-27f2-4a25-9167-2ea2ecaf70f6)) + (segment (start 96.007 105.44) (end 90.45 105.44) (width 0.5) (layer "F.Cu") (net 3) (tstamp 5f4d1356-24e2-45cc-b6b1-225bb5f2170d)) (segment (start 158.878298 112.497179) (end 159.790786 111.584691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 5ff78b8c-f29e-4377-8b26-940c1ee2d138)) (segment (start 147.442123 123.397123) (end 146.375 122.33) (width 0.5) (layer "F.Cu") (net 3) (tstamp 63b54cdd-f2c3-4895-b43f-6ddbca78aaa4)) - (segment (start 86.40516 117.649333) (end 86.40516 117.646755) (width 0.25) (layer "F.Cu") (net 3) (tstamp 64989c95-b3a3-4d4c-b7a4-fe4b2968b8cf)) + (segment (start 97.97 119.313) (end 96.797 120.486) (width 0.5) (layer "F.Cu") (net 3) (tstamp 64a88133-fd44-4731-9841-62e551d61ca0)) + (segment (start 86.960646 112.33) (end 85.419 112.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp 64fe8047-baeb-4fda-bd30-14b36108631d)) (segment (start 159.790786 111.584691) (end 159.790786 88.734691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 67256df6-6deb-44ba-809d-38659e7121fd)) - (segment (start 87.263993 115.682007) (end 86.855 116.091) (width 0.25) (layer "F.Cu") (net 3) (tstamp 67bbaf93-d2d9-40f1-9a5d-3ac45a4aad40)) (segment (start 157.742884 112.497179) (end 150.992885 112.497179) (width 0.5) (layer "F.Cu") (net 3) (tstamp 6895ee19-64c7-43d5-a553-c6040fd89b3f)) (segment (start 146.145786 81.844691) (end 146.145786 83.652191) (width 0.5) (layer "F.Cu") (net 3) (tstamp 6907a3f0-f6dd-49de-8013-8791cfbbe5c0)) (segment (start 148.631294 123.397123) (end 147.442123 123.397123) (width 0.5) (layer "F.Cu") (net 3) (tstamp 6aab264f-41d0-4b21-bceb-4e2eeff0679c)) - (segment (start 95.778967 107.77) (end 95.693802 107.684835) (width 0.5) (layer "F.Cu") (net 3) (tstamp 6b137ae4-a2c9-42e9-8400-9952bc5f220b)) - (segment (start 87.6 114.33) (end 87.263993 114.666007) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7b157435-3555-44dd-a011-5d2f2665254d)) - (segment (start 86.955533 116.940533) (end 86.36 116.345) (width 0.25) (layer "F.Cu") (net 3) (tstamp 7c784fc9-4691-4fa5-a58b-7e82652f5215)) + (segment (start 96.7325 106.1655) (end 96.007 105.44) (width 0.5) (layer "F.Cu") (net 3) (tstamp 77e33a59-369f-4d73-80ae-c999125ca38d)) + (segment (start 90.45 105.44) (end 90.315 105.575) (width 0.5) (layer "F.Cu") (net 3) (tstamp 7c1b451c-1a91-401a-9d29-df2cfcc43906)) + (segment (start 84.962 111.873) (end 85.052 111.873) (width 0.25) (layer "F.Cu") (net 3) (tstamp 81fbd270-b06c-47bd-a0a5-3084d976ad18)) + (segment (start 101.197 118.128) (end 100.012 119.313) (width 0.5) (layer "F.Cu") (net 3) (tstamp 883cda1b-2bf1-44c9-8cb4-28af7f2ac1aa)) (segment (start 159.237909 88.181814) (end 157.75708 88.181814) (width 0.5) (layer "F.Cu") (net 3) (tstamp 8a3f0837-2e06-453a-8a65-d1f303384167)) - (segment (start 88.3975 114.33) (end 87.6 114.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp 8d8db0d9-57e5-48c7-8791-686555fcd85a)) - (segment (start 92.685 115.4175) (end 92.285 115.4175) (width 0.25) (layer "F.Cu") (net 3) (tstamp 91b889a4-8989-4a35-9d49-8d9b4807cec4)) (segment (start 141.628 108.712) (end 136.144 108.712) (width 0.25) (layer "F.Cu") (net 3) (tstamp 92b9d5a0-9126-416c-b896-7128e6b9da70)) (segment (start 150.99645 88.179746) (end 157.755012 88.179746) (width 0.5) (layer "F.Cu") (net 3) (tstamp 942ccb41-80be-4e16-a00e-d0cf51647401)) + (segment (start 103.203969 107.036031) (end 103.455 106.785) (width 0.5) (layer "F.Cu") (net 3) (tstamp 95c53a7f-9857-43ee-bbce-8c17feb0f49e)) (segment (start 99.005 114.055) (end 98.48 113.53) (width 0.5) (layer "F.Cu") (net 3) (tstamp 96834148-1184-44b0-ab0e-8d64bf09c31b)) - (segment (start 86.9355 113.13) (end 88.3975 113.13) (width 0.25) (layer "F.Cu") (net 3) (tstamp 96da2c3c-8ca7-47b4-a969-669f402f59e4)) (segment (start 98.48 113.53) (end 98.515 113.53) (width 0.5) (layer "F.Cu") (net 3) (tstamp 9832b6c4-c77a-44a9-a060-626240948c09)) - (segment (start 91.485 116.586) (end 91.485 115.4175) (width 0.25) (layer "F.Cu") (net 3) (tstamp 99718cd8-c6b4-41cb-9c00-d7adf643c593)) (segment (start 146.110786 113.969691) (end 144.868309 113.969691) (width 0.5) (layer "F.Cu") (net 3) (tstamp 9c2fc573-1c9d-467c-9891-95f54db23dd5)) - (segment (start 100.645 118.68) (end 98.198884 118.68) (width 0.5) (layer "F.Cu") (net 3) (tstamp 9c6b986e-fb4f-4348-af8e-b661f329182c)) - (segment (start 86.76 112.9545) (end 86.9355 113.13) (width 0.25) (layer "F.Cu") (net 3) (tstamp 9ff9d0d6-ed01-4b59-800b-4d56eaf88580)) (segment (start 146.120786 113.959691) (end 146.110786 113.969691) (width 0.5) (layer "F.Cu") (net 3) (tstamp a3cf53ec-7e41-412a-a621-d310ea69bdb1)) + (segment (start 87.6375 115.4875) (end 87.978 115.828) (width 0.25) (layer "F.Cu") (net 3) (tstamp a613e861-c8ff-41a5-b4eb-8c9a0561c232)) + (segment (start 87.794 114.33) (end 88.3975 114.33) (width 0.25) (layer "F.Cu") (net 3) (tstamp acb1b9af-f626-440d-8050-debb4dc2271f)) (segment (start 98.48 113.53) (end 96.1725 113.53) (width 0.25) (layer "F.Cu") (net 3) (tstamp ae5e5c52-5053-41cb-a100-bef0f3736ea2)) - (segment (start 98.835 107.77) (end 96.7325 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp af40f985-4ac6-4195-9286-e0a563e2271c)) (segment (start 157.755012 88.179746) (end 157.75708 88.181814) (width 0.5) (layer "F.Cu") (net 3) (tstamp afe31926-7772-4a2d-99a4-e406bfd5e66a)) + (segment (start 94.293 117.182) (end 94.279 117.182) (width 0.25) (layer "F.Cu") (net 3) (tstamp b1306d19-59e5-45ad-9ec6-25d5bcbf562e)) + (segment (start 94.279 117.182) (end 93.085 115.988) (width 0.25) (layer "F.Cu") (net 3) (tstamp b37c2b7c-a86a-420f-a0ad-9bde9a3d5c21)) (segment (start 103.66 89.4) (end 103.66 88.015) (width 0.5) (layer "F.Cu") (net 3) (tstamp b59eeb19-66e4-43ba-b8e0-904361f6e7ad)) (segment (start 146.280786 91.097191) (end 146.280786 89.479691) (width 0.5) (layer "F.Cu") (net 3) (tstamp b602bf58-25ec-46a1-8650-1b56381f312d)) (segment (start 146.145786 83.652191) (end 146.150786 83.657191) (width 0.5) (layer "F.Cu") (net 3) (tstamp bea711f5-b7c2-4b86-b1db-2a764abc548f)) - (segment (start 86.40516 117.646755) (end 87.111382 116.940533) (width 0.25) (layer "F.Cu") (net 3) (tstamp c3d40dce-4a7d-40ef-82a8-0e0e10e66499)) + (segment (start 94.655 117.648) (end 94.707 117.596) (width 0.25) (layer "F.Cu") (net 3) (tstamp c15a18ca-2b3a-4170-8bc9-9434fbb8e8dc)) + (segment (start 87.278 115.252) (end 87.29 115.24) (width 0.25) (layer "F.Cu") (net 3) (tstamp c526a193-661d-4aec-8a3d-c513c15d4e70)) (segment (start 147.350731 88.179746) (end 146.165786 89.364691) (width 0.5) (layer "F.Cu") (net 3) (tstamp c70caf45-e599-40ea-a417-b90004ff7dbe)) (segment (start 155.381294 123.407123) (end 148.641294 123.407123) (width 0.5) (layer "F.Cu") (net 3) (tstamp c9f47639-6057-4735-be77-63df87467832)) + (segment (start 94.655 120.15) (end 94.655 118.935) (width 0.5) (layer "F.Cu") (net 3) (tstamp d279ca87-4ca7-4e57-8a85-aae662a1793e)) + (segment (start 87.278 116.532) (end 87.278 115.847) (width 0.25) (layer "F.Cu") (net 3) (tstamp d34cd065-7bcb-482f-a70a-06fa3bcc6bb0)) (segment (start 146.280786 89.479691) (end 146.165786 89.364691) (width 0.5) (layer "F.Cu") (net 3) (tstamp d4b4784a-861f-4e92-9756-86ce628eda6e)) - (segment (start 93.472 116.827) (end 93.085 116.44) (width 0.25) (layer "F.Cu") (net 3) (tstamp d9f8239a-394b-4ab9-986c-41251bf17a80)) + (segment (start 93.085 115.988) (end 93.085 115.4175) (width 0.25) (layer "F.Cu") (net 3) (tstamp d91da0e0-191d-4d63-9885-c4514634d2c0)) + (segment (start 99.497 107.778) (end 100.238969 107.036031) (width 0.5) (layer "F.Cu") (net 3) (tstamp d939e85f-67ec-4654-8d1e-0fac9cc93401)) (segment (start 146.375 122.33) (end 146.375 117.025) (width 0.5) (layer "F.Cu") (net 3) (tstamp dec9766d-c93e-4cb1-9d59-2bff7dd0dc5b)) (segment (start 90.285 107.6425) (end 90.285 105.605) (width 0.25) (layer "F.Cu") (net 3) (tstamp e109d88a-1649-445a-92c5-ed0d09de8aba)) (segment (start 159.790786 88.734691) (end 159.237909 88.181814) (width 0.5) (layer "F.Cu") (net 3) (tstamp e113cef7-12bc-4616-8906-67c503fcfadb)) (segment (start 147.178286 84.684691) (end 146.150786 83.657191) (width 0.5) (layer "F.Cu") (net 3) (tstamp e45dabe9-0566-4131-bce5-46eed7407e9d)) - (segment (start 99.17 108.105) (end 99.775 107.5) (width 0.5) (layer "F.Cu") (net 3) (tstamp e8d1ed49-37a0-457a-8fde-5c9e5979c614)) + (segment (start 87.457703 112.73) (end 87.360647 112.73) (width 0.25) (layer "F.Cu") (net 3) (tstamp e876660e-79a9-44cd-a40d-7ab95935a1a3)) (segment (start 150.992885 112.497179) (end 150.989536 112.500528) (width 0.5) (layer "F.Cu") (net 3) (tstamp e945f055-8ac8-4cc7-aec8-9d8024bda6f8)) - (segment (start 91.44 117.094) (end 91.694 117.348) (width 0.25) (layer "F.Cu") (net 3) (tstamp e98572af-032f-4b5e-b02a-8c1c0aaf0b68)) (segment (start 136.144 108.712) (end 135.636 108.204) (width 0.25) (layer "F.Cu") (net 3) (tstamp ec4a2fac-bc75-4f39-97c5-27b5a0fbdc22)) - (segment (start 100.755 118.68) (end 100.645 118.68) (width 0.25) (layer "F.Cu") (net 3) (tstamp ed329362-376e-4b32-8ddc-c6681fa3ce5a)) - (segment (start 92.697 117.348) (end 93.218 116.827) (width 0.25) (layer "F.Cu") (net 3) (tstamp f1935a26-f5ad-4e34-adc1-48b6ceeccd3a)) - (segment (start 93.218 116.827) (end 94.321 117.93) (width 0.5) (layer "F.Cu") (net 3) (tstamp f2f9a0af-628b-40e3-b8cb-0ccc6a6fa484)) - (segment (start 99.17 108.105) (end 98.835 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp f3912521-9ffe-4f67-9f97-add6e6281a64)) + (segment (start 87.857703 113.13) (end 87.457703 112.73) (width 0.25) (layer "F.Cu") (net 3) (tstamp ecc2b253-e51d-427c-b748-94de71098bf6)) + (segment (start 88.3975 113.13) (end 87.857703 113.13) (width 0.25) (layer "F.Cu") (net 3) (tstamp ece83055-849c-467f-b9ce-856a24acfd6c)) + (segment (start 99.497 107.778) (end 99.489 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp ef820431-3192-48de-9128-5e250021fdb2)) + (segment (start 93.91 121.567) (end 94.991 120.486) (width 0.5) (layer "F.Cu") (net 3) (tstamp f6fbf5ec-0d67-43be-ac32-2b1eb660fe5c)) + (segment (start 96.797 120.486) (end 94.991 120.486) (width 0.5) (layer "F.Cu") (net 3) (tstamp f7b69fc4-4c5c-4c27-8d94-c79ba373bd35)) + (segment (start 100.755 118.68) (end 100.755 118.57) (width 0.25) (layer "F.Cu") (net 3) (tstamp fc16d48d-05ae-4f54-8adf-2af958ae9402)) (segment (start 150.989536 112.500528) (end 146.986623 112.500528) (width 0.5) (layer "F.Cu") (net 3) (tstamp fc78616a-1079-4b36-bd50-f93d3377dae5)) + (segment (start 87.278 115.847) (end 87.278 115.252) (width 0.25) (layer "F.Cu") (net 3) (tstamp fc78af74-fccb-491f-9e3d-7fe5a1510d8d)) + (segment (start 99.489 107.77) (end 96.7325 107.77) (width 0.5) (layer "F.Cu") (net 3) (tstamp ff396ec1-c93b-430c-b78c-c50ccee431ce)) + (via (at 87.978 115.828) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 16cf4e5b-7e7a-4eaa-a6ea-f21fd06879e2)) (via (at 147.460786 84.684691) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1b12a893-b52c-4fca-a58b-510bb70ecb73)) - (via (at 99.42 106.94) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1d29c603-4cb0-45c5-9442-6e705a91904a)) + (via (at 99.497 107.778) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 1d29c603-4cb0-45c5-9442-6e705a91904a)) (via (at 144.018 114.82) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 38cbf610-3f08-4064-8ed1-235e9d2a96f7)) - (via (at 100.645 118.68) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 4d4b14e7-358f-4e9e-bb72-fcf73480b285)) + (via (at 101.197 118.128) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 4d4b14e7-358f-4e9e-bb72-fcf73480b285)) (via (at 103.455 106.785) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp 5c34e786-ad86-4b8c-b734-ea04de081bba)) - (via (at 87.111382 116.940533) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 70669f22-035e-4829-904a-a3e109df8ebe)) - (via (at 86.76 112.9545) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9a990d14-4fd3-41c9-b903-e31df4d36588)) - (via (at 90.57 106.43) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp 9bc3669e-ba59-4d80-82bb-25f268ee2a48)) - (via (at 91.44 117.094) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp ae151ca0-3caa-4382-8119-95554178f17b)) + (via (at 84.962 111.873) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp bcb4a9a7-aef4-40b1-85d2-895f687ddbdb)) (via (at 99.125 112.92) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp c336c090-d3d8-413c-a6fb-2f3aaa1b38d3)) (via (at 103.66 89.4) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp db123034-89b4-4064-aca2-9dc2ca058000)) + (via (at 91.126 121.567) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 3) (tstamp f9aa9f39-67f1-4d71-9b02-0050c9b52a56)) (via (at 146.375 117.025) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 3) (tstamp fcc56b44-6f7a-4d14-8ac7-c5e3ab02c220)) (segment (start 103.315 106.925) (end 103.315 113.729) (width 0.5) (layer "B.Cu") (net 3) (tstamp 14d50c84-d041-4a1b-80a1-7caf007b1a3a)) (segment (start 103.315 106.645) (end 103.315 89.745) (width 0.5) (layer "B.Cu") (net 3) (tstamp 1a94ebf1-6d7d-4cdb-bce7-86c61e06979e)) - (segment (start 99.33 107.03) (end 99.33 112.715) (width 0.5) (layer "B.Cu") (net 3) (tstamp 1f38e56e-32dc-4fc1-8af0-4e0437245d1a)) - (segment (start 90.068358 112.9545) (end 86.76 112.9545) (width 0.25) (layer "B.Cu") (net 3) (tstamp 273c7479-ea0a-4658-a1c7-bd91cc4f8d25)) + (segment (start 99.497 107.778) (end 99.33 107.945) (width 0.5) (layer "B.Cu") (net 3) (tstamp 2413e06c-70cd-47df-bfff-30f3a0968802)) (segment (start 144.018 113.538) (end 144.018 114.82) (width 0.5) (layer "B.Cu") (net 3) (tstamp 2baf69d9-7650-47c2-a8d7-a69bbd39b7ed)) - (segment (start 90.57 106.43) (end 90.83 106.69) (width 0.25) (layer "B.Cu") (net 3) (tstamp 3b588749-26d8-4c4a-95a4-7d4637b799e6)) (segment (start 142.136 112.118) (end 141.986 112.268) (width 0.25) (layer "B.Cu") (net 3) (tstamp 40c65572-eb46-4153-a23e-492d401a8854)) - (segment (start 86.76 116.589151) (end 87.111382 116.940533) (width 0.25) (layer "B.Cu") (net 3) (tstamp 49ab2208-b6c7-4ccd-bdf4-470f2aae2a51)) + (segment (start 99.33 107.945) (end 99.33 112.715) (width 0.5) (layer "B.Cu") (net 3) (tstamp 545e689b-174f-4206-85ea-35a15062a7f7)) (segment (start 103.455 106.785) (end 103.315 106.925) (width 0.5) (layer "B.Cu") (net 3) (tstamp 6196a112-fb16-4e29-a6f8-26e09b06f4d0)) (segment (start 103.315 113.729) (end 104.406 114.82) (width 0.5) (layer "B.Cu") (net 3) (tstamp 667cd2ba-8899-47af-b894-6e894fcce3d9)) (segment (start 103.455 106.785) (end 103.315 106.645) (width 0.5) (layer "B.Cu") (net 3) (tstamp 696426af-1b3e-475a-88b1-a821d82c3fb2)) + (segment (start 87.978 115.828) (end 88.274 116.124) (width 0.25) (layer "B.Cu") (net 3) (tstamp 6a423789-d54a-4c79-98ee-0b468bab2a8c)) (segment (start 116.315 114.82) (end 118.867 112.268) (width 0.5) (layer "B.Cu") (net 3) (tstamp 6a81b2b4-da45-4b18-b9ff-c672149b0230)) (segment (start 150.99645 88.179746) (end 153.765786 85.41041) (width 0.5) (layer "B.Cu") (net 3) (tstamp 7082db73-0f30-42bc-855a-de5f029dac54)) (segment (start 155.996663 74.786663) (end 155.379724 74.786663) (width 0.5) (layer "B.Cu") (net 3) (tstamp 71cbb30b-36f3-4aa4-a6e3-940139d27231)) + (segment (start 91.055 121.381) (end 91.055 121.496) (width 0.25) (layer "B.Cu") (net 3) (tstamp 72ad3b24-cee4-4497-8bd0-dbd41be692b7)) + (segment (start 90.722 121.048) (end 91.055 121.381) (width 0.5) (layer "B.Cu") (net 3) (tstamp 73e81a4c-6c41-4a94-9cad-ff618dcf3bba)) (segment (start 157.07 79.404) (end 157.07 75.86) (width 0.5) (layer "B.Cu") (net 3) (tstamp 76b7073e-f2b1-4d5b-95e3-8f99faba8063)) + (segment (start 85.049229 111.785771) (end 88.991771 111.785771) (width 0.25) (layer "B.Cu") (net 3) (tstamp 79631bec-dd36-454c-9a7f-cff6b3ac32a3)) (segment (start 153.765786 85.41041) (end 153.765786 82.708214) (width 0.5) (layer "B.Cu") (net 3) (tstamp 7b76e92b-bbd3-4b3b-a833-2990af85a449)) (segment (start 103.315 89.745) (end 103.66 89.4) (width 0.5) (layer "B.Cu") (net 3) (tstamp 7f39950d-6346-4fbd-8128-1f2d62821e6e)) (segment (start 144.018 114.82) (end 144.17 114.82) (width 0.5) (layer "B.Cu") (net 3) (tstamp 82f2bef4-482a-43bd-9988-edb33890ae4a)) (segment (start 118.867 112.268) (end 141.986 112.268) (width 0.5) (layer "B.Cu") (net 3) (tstamp 83158220-9344-46b5-bc96-83703f19efdc)) (segment (start 142.748 112.268) (end 144.018 113.538) (width 0.5) (layer "B.Cu") (net 3) (tstamp 85d4ce25-74ff-416b-b907-fe4026dc45e7)) - (segment (start 91.44 114.326142) (end 90.068358 112.9545) (width 0.25) (layer "B.Cu") (net 3) (tstamp 8708a07e-fc12-449d-9f39-954dee27626f)) (segment (start 150.99645 88.179746) (end 147.501395 84.684691) (width 0.5) (layer "B.Cu") (net 3) (tstamp 91bb8f22-e69b-4830-ae6c-7f34800098c1)) (segment (start 153.765786 82.708214) (end 157.07 79.404) (width 0.5) (layer "B.Cu") (net 3) (tstamp 94782903-de85-40b9-b153-f98d39de7868)) - (segment (start 90.83 106.69) (end 90.83 112.192858) (width 0.25) (layer "B.Cu") (net 3) (tstamp 9c3980cf-ed51-4ff2-beea-601ef7a06872)) - (segment (start 99.42 106.94) (end 99.33 107.03) (width 0.5) (layer "B.Cu") (net 3) (tstamp a1d2c1e9-ecde-4704-b40b-695946d4970b)) + (segment (start 88.991771 111.785771) (end 90.613 113.407) (width 0.25) (layer "B.Cu") (net 3) (tstamp 985d92ef-f0a6-4dea-9e6f-6ca40685553d)) + (segment (start 99.33 112.715) (end 99.125 112.92) (width 0.5) (layer "B.Cu") (net 3) (tstamp a1ab7a2f-ec72-4192-ae59-39034c60d6c9)) (segment (start 157.07 75.86) (end 155.996663 74.786663) (width 0.5) (layer "B.Cu") (net 3) (tstamp a2887b9c-84ca-4650-9ace-687a6158e44c)) + (segment (start 90.722 116.242) (end 90.722 121.048) (width 0.5) (layer "B.Cu") (net 3) (tstamp a7d45f21-e7d0-450c-9b56-02a392ee54e8)) (segment (start 142.136 108.204) (end 142.136 112.118) (width 0.25) (layer "B.Cu") (net 3) (tstamp a8e35716-9ef1-4047-a9b2-17e1b329d520)) - (segment (start 99.33 112.715) (end 99.125 112.92) (width 0.5) (layer "B.Cu") (net 3) (tstamp ae540824-bad8-4c33-96b2-4c80af38bd01)) - (segment (start 90.83 112.192858) (end 90.068358 112.9545) (width 0.25) (layer "B.Cu") (net 3) (tstamp b93393e5-046c-49e9-863b-49c20660f759)) - (segment (start 86.76 112.9545) (end 86.76 116.589151) (width 0.25) (layer "B.Cu") (net 3) (tstamp b9995c06-9c36-4266-9e6c-d56a680f475d)) - (segment (start 91.44 117.094) (end 91.44 114.326142) (width 0.25) (layer "B.Cu") (net 3) (tstamp bc082f57-5743-4232-93e5-8c09f87468dd)) + (segment (start 104.505 114.82) (end 101.197 118.128) (width 0.5) (layer "B.Cu") (net 3) (tstamp b47d4a1a-18b2-4467-98ec-64c33d779c84)) + (segment (start 90.613 113.407) (end 90.613 116.115) (width 0.25) (layer "B.Cu") (net 3) (tstamp c911028b-f541-4f8e-abfc-2da050d8e65a)) + (segment (start 90.613 116.115) (end 90.604 116.124) (width 0.25) (layer "B.Cu") (net 3) (tstamp ce646170-2059-44d6-be14-8e9d1e254619)) (segment (start 116.315 114.82) (end 104.505 114.82) (width 0.5) (layer "B.Cu") (net 3) (tstamp cfb2ba13-7c45-4ac1-bb87-7ccd2212561b)) - (segment (start 104.505 114.82) (end 100.645 118.68) (width 0.5) (layer "B.Cu") (net 3) (tstamp d9cd1cd7-71f3-4397-90b2-2298f827dc2b)) + (segment (start 88.274 116.124) (end 90.604 116.124) (width 0.5) (layer "B.Cu") (net 3) (tstamp d1a50ce3-a8b3-4872-a26b-beffac96f48f)) (segment (start 141.986 112.268) (end 142.748 112.268) (width 0.5) (layer "B.Cu") (net 3) (tstamp dea7bf4c-e52b-48cc-8eb8-97ea59ae282f)) (segment (start 144.17 114.82) (end 146.375 117.025) (width 0.5) (layer "B.Cu") (net 3) (tstamp e5c477d3-de83-477f-818f-c59f811d125c)) + (segment (start 91.055 121.496) (end 91.126 121.567) (width 0.25) (layer "B.Cu") (net 3) (tstamp e9988637-a893-4afc-9268-deee7f57c6ee)) + (segment (start 84.962 111.873) (end 85.049229 111.785771) (width 0.25) (layer "B.Cu") (net 3) (tstamp ea26b543-0e5b-484f-997f-29a34f2f182a)) + (segment (start 90.604 116.124) (end 90.722 116.242) (width 0.5) (layer "B.Cu") (net 3) (tstamp ede2f9fc-72bd-4da4-b1a0-71203eaf4719)) (segment (start 104.406 114.82) (end 104.505 114.82) (width 0.5) (layer "B.Cu") (net 3) (tstamp f2d571a1-3b25-4632-9a0d-2ee3afd5915a)) (segment (start 147.501395 84.684691) (end 147.460786 84.684691) (width 0.5) (layer "B.Cu") (net 3) (tstamp f9ccabb5-0617-4d87-a505-1a052bdfe0c3)) (segment (start 97 79.46) (end 99.72 79.46) (width 1) (layer "F.Cu") (net 4) (tstamp 6477c760-ed04-4d6b-a4a6-036c120b3da9)) @@ -33867,813 +30897,913 @@ (segment (start 141.5605 71.7105) (end 142.538 72.688) (width 1) (layer "F.Cu") (net 5) (tstamp efbb4e5c-7736-4de5-b50e-561370134027)) (segment (start 142.538 72.688) (end 142.538 76.3505) (width 1) (layer "F.Cu") (net 5) (tstamp f17a6e93-4933-423e-9645-962fab0e2b01)) (segment (start 133.0805 71.7005) (end 134.1405 72.7605) (width 1) (layer "F.Cu") (net 5) (tstamp fe3cdfd2-4f84-48f2-b4ea-66544d4d9b31)) - (segment (start 84.456 121.025) (end 84.01 121.025) (width 0.25) (layer "F.Cu") (net 6) (tstamp 7a289d5b-1fdd-4a3a-b68a-aa608d26a1d1)) - (segment (start 84.727 120.754) (end 84.456 121.025) (width 0.25) (layer "F.Cu") (net 6) (tstamp eb297dea-032f-4636-bdb8-89fa97fb6a27)) - (segment (start 85.2 120.754) (end 84.727 120.754) (width 0.25) (layer "F.Cu") (net 6) (tstamp f78fbe2c-021c-4653-bc3a-a2d98f91d8ee)) - (segment (start 83.915 114.615) (end 83.925 114.605) (width 0.25) (layer "F.Cu") (net 7) (tstamp 3ea5478b-57d2-4060-8bc5-7badbd9bbb15)) - (segment (start 83.94 116.58) (end 83.94 115.935) (width 0.25) (layer "F.Cu") (net 7) (tstamp 4c77b331-b8e0-4783-95f5-e053cd085f65)) - (segment (start 83.915 115.91) (end 83.915 114.615) (width 0.25) (layer "F.Cu") (net 7) (tstamp 9e3a29a3-1b5e-436d-851f-68ac4c68eadb)) - (segment (start 83.94 115.935) (end 83.915 115.91) (width 0.25) (layer "F.Cu") (net 7) (tstamp c605d221-d3c2-4e61-8eca-5f36be62da36)) - (segment (start 83.94 115.65) (end 83.98 115.61) (width 0.25) (layer "F.Cu") (net 7) (tstamp d2487f57-30eb-4a87-836c-04b0ded8959f)) - (segment (start 138.538 76.3505) (end 138.538 79.7905) (width 1) (layer "F.Cu") (net 8) (tstamp 99db77d9-7d78-495e-b898-2089f4bfd48f)) - (segment (start 138.538 79.7905) (end 138.423 79.9055) (width 1) (layer "F.Cu") (net 8) (tstamp ba8939ae-c7bf-452a-8648-e7e57c8abe93)) - (segment (start 139.0605 75.828) (end 138.538 76.3505) (width 1) (layer "F.Cu") (net 8) (tstamp d07bbba5-07dc-4518-ad70-789bdfc8064f)) - (segment (start 139.0605 71.7105) (end 139.0605 75.828) (width 1) (layer "F.Cu") (net 8) (tstamp d5909869-774f-4036-9748-8e683842fd30)) - (segment (start 130.1405 79.6755) (end 130.5205 80.0555) (width 1) (layer "F.Cu") (net 9) (tstamp 9c98f70f-be7a-40f1-81c2-a1abe89b358d)) - (segment (start 130.1405 76.4705) (end 130.1405 79.6755) (width 1) (layer "F.Cu") (net 9) (tstamp a20e5b42-6ebc-4eb4-b8a0-92aa3b723abc)) - (segment (start 130.5805 76.0305) (end 130.5805 71.7005) (width 1) (layer "F.Cu") (net 9) (tstamp a71141d9-7152-4603-a21f-5a5a95bb0310)) - (segment (start 130.1405 76.4705) (end 130.5805 76.0305) (width 1) (layer "F.Cu") (net 9) (tstamp c633c82f-7a0f-4acc-8e4f-7eef75abd698)) - (segment (start 85.285 113.53) (end 85.125 113.69) (width 0.25) (layer "F.Cu") (net 10) (tstamp 0ce43b49-1d92-4afc-81e6-f6a0cf8b83db)) - (segment (start 88.3975 113.53) (end 85.285 113.53) (width 0.25) (layer "F.Cu") (net 10) (tstamp 963e4941-9948-4793-b71b-55cc77d0a94b)) - (segment (start 83.99 113.69) (end 83.925 113.755) (width 0.25) (layer "F.Cu") (net 10) (tstamp 9faff336-1fd3-4b3d-aab6-dfaf26c7cfbc)) - (segment (start 85.125 113.69) (end 83.99 113.69) (width 0.25) (layer "F.Cu") (net 10) (tstamp ac5b7292-dde0-4db0-a0b0-6e8b6654ab94)) - (segment (start 116.5855 76.4855) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 11) (tstamp 33d4fa8b-41b8-4341-b815-a87b8673d7ff)) - (segment (start 113.4405 71.6205) (end 113.4405 73.3405) (width 1) (layer "F.Cu") (net 11) (tstamp 7cf0dcdb-213c-474a-bcb9-0dde8bb18aaf)) - (segment (start 121.6605 76.7155) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 11) (tstamp cece82b7-0406-4afd-aa0f-2670a3954af7)) - (segment (start 121.6605 80.0955) (end 121.6605 76.7155) (width 1) (layer "F.Cu") (net 11) (tstamp e0099189-a0c5-4bb6-8098-140c144a79c9)) - (segment (start 122.0805 75.8355) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 11) (tstamp e01aa879-f47f-414c-994f-76affd15922e)) - (segment (start 113.4405 73.3405) (end 116.5855 76.4855) (width 1) (layer "F.Cu") (net 11) (tstamp e17e730c-8f10-4ef1-af2e-53c372fc2f2a)) - (segment (start 122.0805 71.6805) (end 122.0805 75.8355) (width 1) (layer "F.Cu") (net 11) (tstamp f4eef093-183f-472c-bf2c-6a198212ea78)) - (segment (start 116.2 85.9775) (end 116.14 85.9175) (width 0.25) (layer "F.Cu") (net 12) (tstamp 75ccb89f-97c1-416f-87db-90073a776822)) - (segment (start 116.2 87.335) (end 116.2 85.9775) (width 0.25) (layer "F.Cu") (net 12) (tstamp 79d14381-0c72-4da3-adbe-b61586dc228b)) - (segment (start 81.02 118.625) (end 80.53 118.135) (width 0.25) (layer "F.Cu") (net 13) (tstamp 0ebae072-8343-4920-969c-57a0082933a8)) - (segment (start 83.94 118.28) (end 82.375 118.28) (width 0.25) (layer "F.Cu") (net 13) (tstamp 19d3fc10-5375-491e-aedd-64f88041fad2)) - (segment (start 82.375 118.28) (end 82.03 118.625) (width 0.25) (layer "F.Cu") (net 13) (tstamp 2590e08e-f2d8-4b79-acab-a152728e2f55)) - (segment (start 82.03 118.625) (end 81.02 118.625) (width 0.25) (layer "F.Cu") (net 13) (tstamp b0238ee4-ac1a-46a0-8781-424e03e1cf9b)) - (segment (start 64.855 75.945) (end 66.48 74.32) (width 0.5) (layer "F.Cu") (net 14) (tstamp 386aaec3-021c-4dc7-921d-806e451c8382)) - (segment (start 66.48 94.64) (end 64.855 93.015) (width 0.5) (layer "F.Cu") (net 14) (tstamp 84159ee3-f97d-4218-8617-8f0de4be657d)) - (segment (start 64.855 93.015) (end 64.855 75.945) (width 0.5) (layer "F.Cu") (net 14) (tstamp 87d62686-1f75-4aeb-9440-7f9398efe773)) - (segment (start 68 72.8) (end 66.48 74.32) (width 0.5) (layer "F.Cu") (net 14) (tstamp 87ec7577-8311-4f49-b7a9-9afb0d007ea5)) - (segment (start 66.48 74.685) (end 66.415 74.75) (width 0.25) (layer "F.Cu") (net 14) (tstamp b4f2bdfe-97ad-4587-b426-79f8ae620fca)) - (segment (start 70.79 72.8) (end 68 72.8) (width 0.5) (layer "F.Cu") (net 14) (tstamp c552838b-17cf-4ce2-b71e-a7451d9c35ae)) - (segment (start 71.71 73.72) (end 70.79 72.8) (width 0.5) (layer "F.Cu") (net 14) (tstamp fecbeb76-b267-470c-9daf-d557f29ce502)) - (segment (start 66.48 74.32) (end 67.73 73.07) (width 0.5) (layer "B.Cu") (net 14) (tstamp 1795193a-4855-4181-8086-870790b0473b)) - (segment (start 90.08 83.76) (end 100.495 83.76) (width 0.5) (layer "B.Cu") (net 14) (tstamp 47d3f38a-6028-47c2-9e37-efdc5867faac)) - (segment (start 84.275 73.07) (end 86.26 75.055) (width 0.5) (layer "B.Cu") (net 14) (tstamp 58bd76f5-1225-4cec-807a-3547daed1e84)) - (segment (start 86.26 75.055) (end 86.26 79.94) (width 0.5) (layer "B.Cu") (net 14) (tstamp 59166013-8ef3-463e-b4bc-616ee746389f)) - (segment (start 67.73 73.07) (end 84.275 73.07) (width 0.5) (layer "B.Cu") (net 14) (tstamp 63a2f9e2-5206-4fc8-8084-fa9af2527bb5)) - (segment (start 86.26 79.94) (end 90.08 83.76) (width 0.5) (layer "B.Cu") (net 14) (tstamp 7e5ceb2b-143b-491c-894a-e0135b155422)) - (segment (start 66.48 74.32) (end 67.655 73.145) (width 0.5) (layer "B.Cu") (net 14) (tstamp b006f671-d989-4b84-9c2e-aa1ff2a517d6)) - (segment (start 100.495 83.76) (end 102.935 86.2) (width 0.5) (layer "B.Cu") (net 14) (tstamp fa13aed5-24ef-4669-9bc7-29eeab85051f)) - (segment (start 106.385 87.83) (end 108.015 86.2) (width 0.6) (layer "F.Cu") (net 15) (tstamp 146a6fc7-6721-4f64-a4bb-58ccb4ecaa5c)) - (segment (start 110.585 86.18) (end 110.585 87.035) (width 0.25) (layer "F.Cu") (net 15) (tstamp 2287fdad-9caf-40e6-bc30-6d593acaca67)) - (segment (start 108.705 85.51) (end 108.015 86.2) (width 0.25) (layer "F.Cu") (net 15) (tstamp 2a477b21-e1b0-4a0b-9d18-b6ed5c7e2120)) - (segment (start 110.585 85.51) (end 110.585 86.18) (width 0.25) (layer "F.Cu") (net 15) (tstamp 3b279484-8a68-4d7e-983e-61d0acd3302b)) - (segment (start 106.385 89.3325) (end 106.385 87.83) (width 0.6) (layer "F.Cu") (net 15) (tstamp 4482ba06-fb7c-403d-97cb-5e9ecc47b8c0)) - (segment (start 108.015 86.2) (end 107.485 86.2) (width 0.25) (layer "F.Cu") (net 15) (tstamp 7fdd2d1b-a0a3-4b36-a40d-38e3ac0315a3)) - (segment (start 109.895 86.2) (end 108.015 86.2) (width 0.25) (layer "F.Cu") (net 15) (tstamp aa8431c6-6837-4f39-8e10-38ba3116fb42)) - (segment (start 110.585 87.035) (end 110.62 87.07) (width 0.25) (layer "F.Cu") (net 15) (tstamp ac3b5cce-c70d-4447-b111-d1b26f7930df)) - (segment (start 110.585 85.51) (end 109.895 86.2) (width 0.25) (layer "F.Cu") (net 15) (tstamp cb2bfabe-149a-4887-a443-d3e52f9343ab)) - (segment (start 97.53 109.53) (end 96.1725 109.53) (width 0.25) (layer "F.Cu") (net 16) (tstamp 003869ee-e006-4f55-b1e3-888bc2eafaf1)) - (segment (start 66.48 79.4) (end 67.708 80.628) (width 0.25) (layer "F.Cu") (net 16) (tstamp 0445bc8d-7161-4bc0-9b46-9d79ca05fad0)) - (segment (start 84.855 95.0155) (end 96.2895 95.0155) (width 0.25) (layer "F.Cu") (net 16) (tstamp 13956c79-4442-4fdb-9b95-afc8d240d108)) - (segment (start 148.200731 85.679746) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 16) (tstamp 219e9250-ff95-4619-8178-6262e21134bb)) - (segment (start 144.515786 90.962191) (end 144.380786 91.097191) (width 0.25) (layer "F.Cu") (net 16) (tstamp 2a6620de-4484-430a-8e82-6bde406cf85b)) - (segment (start 67.708 80.628) (end 70.096 80.628) (width 0.25) (layer "F.Cu") (net 16) (tstamp 2e5b5f37-3d20-4d0c-a75e-1d1e8ea64859)) - (segment (start 150.998518 85.681814) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 16) (tstamp 3bed989d-4d25-484c-9cf5-b7fc56aad841)) - (segment (start 144.515786 89.364691) (end 144.515786 90.962191) (width 0.25) (layer "F.Cu") (net 16) (tstamp 451c4503-7ac9-458a-9497-cbc74e51b683)) - (segment (start 144.515786 89.364691) (end 145.653286 88.227191) (width 0.25) (layer "F.Cu") (net 16) (tstamp 48eda06a-bf5e-4f06-a538-84358bb2600b)) - (segment (start 70.358 80.89) (end 84.475 80.89) (width 0.25) (layer "F.Cu") (net 16) (tstamp 561c1489-a574-4617-92e9-b01adb834358)) - (segment (start 131.572 86.614) (end 131.572 86.693) (width 0.25) (layer "F.Cu") (net 16) (tstamp 6e187bf5-0810-49c0-aac3-c9acd05b7d41)) - (segment (start 145.653286 88.227191) (end 148.200731 85.679746) (width 0.25) (layer "F.Cu") (net 16) (tstamp 7158feda-32a9-4173-9ef3-22b812ad2792)) - (segment (start 148.630783 72.286663) (end 148.627429 72.283309) (width 0.25) (layer "F.Cu") (net 16) (tstamp 7506e4d3-3fab-425e-907d-b1f6d7da33d9)) - (segment (start 96.2895 95.0155) (end 96.295 95.01) (width 0.25) (layer "F.Cu") (net 16) (tstamp 75a633af-499e-4bd7-9aa2-ef145e7b6aef)) - (segment (start 131.572 86.693) (end 123.255 95.01) (width 0.25) (layer "F.Cu") (net 16) (tstamp 862f9247-8d9d-4cee-9807-471f68394e63)) - (segment (start 98.15 110.15) (end 97.53 109.53) (width 0.25) (layer "F.Cu") (net 16) (tstamp 863ca238-07ef-4ee7-b666-e365ed75e2c2)) - (segment (start 123.255 95.01) (end 96.295 95.01) (width 0.25) (layer "F.Cu") (net 16) (tstamp 9571a518-eddb-4e57-a47c-e293ec2e6193)) - (segment (start 153.445731 85.679746) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 16) (tstamp 967c0e84-8eb4-44e4-aae3-df1f2691e01a)) - (segment (start 155.379724 72.286663) (end 148.630783 72.286663) (width 0.25) (layer "F.Cu") (net 16) (tstamp b86ce0a1-e01a-4944-a33c-08f1572ba3f7)) - (segment (start 159.512 79.9) (end 159.512 76.418939) (width 0.25) (layer "F.Cu") (net 16) (tstamp b9e538f9-3bcc-4bde-a887-df78a6f8e9b9)) - (segment (start 70.096 80.628) (end 70.358 80.89) (width 0.25) (layer "F.Cu") (net 16) (tstamp bd8e1332-3098-46c7-a9e6-810202ece07f)) - (segment (start 157.75708 85.681814) (end 150.998518 85.681814) (width 0.25) (layer "F.Cu") (net 16) (tstamp ce994271-d407-4138-a398-51b532d59975)) - (segment (start 84.475 80.89) (end 84.565 80.98) (width 0.25) (layer "F.Cu") (net 16) (tstamp dbd869bb-7eae-499d-aa16-6f975baddcd9)) - (segment (start 159.512 76.418939) (end 155.379724 72.286663) (width 0.25) (layer "F.Cu") (net 16) (tstamp f7f9d0c6-88d1-4f63-852e-1f5646abc8d1)) - (via (at 84.855 95.0155) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp 09c1a929-4cb9-4b00-899b-cac6a0072b1e)) - (via (at 96.295 95.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp 3c85271e-5c7c-4da8-92da-f0a9915c5f89)) - (via (at 145.653286 88.227191) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp 9b8d3188-8a39-405d-a691-5cfd1e3db401)) - (via (at 84.565 80.98) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp b14f8541-24a8-4fd2-b2c0-a6ee0bc8f09c)) - (via (at 159.512 79.9) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp de712e31-094e-4611-9976-1733ab9d584b)) - (via (at 98.15 110.15) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp e3262669-3c97-4b77-950b-d2c044e66692)) - (via (at 131.572 86.614) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp f4a3c78c-759f-491d-b541-8e5616ca347f)) - (segment (start 144.018 86.614) (end 131.572 86.614) (width 0.25) (layer "B.Cu") (net 16) (tstamp 055641c6-2e8a-4724-a5fb-e807ab743c3c)) - (segment (start 97.695 96.41) (end 96.295 95.01) (width 0.25) (layer "B.Cu") (net 16) (tstamp 3661d708-d56f-4be8-95a4-afe927e9743a)) - (segment (start 144.548095 87.122) (end 144.526 87.122) (width 0.25) (layer "B.Cu") (net 16) (tstamp 60c98121-d2c9-45a2-8d16-31703f967ae2)) - (segment (start 144.526 87.122) (end 144.018 86.614) (width 0.25) (layer "B.Cu") (net 16) (tstamp 65d1bae6-d2d3-4f00-9a5a-6139d897783b)) - (segment (start 97.695 109.695) (end 97.695 96.41) (width 0.25) (layer "B.Cu") (net 16) (tstamp 68731986-3378-48ea-88a9-f1732541d7e5)) - (segment (start 159.512 79.9) (end 159.512 83.926894) (width 0.25) (layer "B.Cu") (net 16) (tstamp 7b3569ff-478b-4b32-aad4-98f122fedb91)) - (segment (start 159.512 83.926894) (end 157.75708 85.681814) (width 0.25) (layer "B.Cu") (net 16) (tstamp 8924e48c-8a0f-4c0a-adac-0017c7ffd448)) - (segment (start 156.757909 85.681814) (end 157.75708 85.681814) (width 0.25) (layer "B.Cu") (net 16) (tstamp 8ad420f9-70f7-4586-a595-7686c0380c29)) - (segment (start 84.565 94.7255) (end 84.855 95.0155) (width 0.25) (layer "B.Cu") (net 16) (tstamp 9dbb22fe-1cde-4715-b630-adb420ec8aa2)) - (segment (start 145.653286 88.227191) (end 144.548095 87.122) (width 0.25) (layer "B.Cu") (net 16) (tstamp bf33e039-8c0a-45ad-a550-1a82128ecb0b)) - (segment (start 98.15 110.15) (end 97.695 109.695) (width 0.25) (layer "B.Cu") (net 16) (tstamp cd15799e-012d-467e-931d-edb950660735)) - (segment (start 84.565 80.98) (end 84.565 94.7255) (width 0.25) (layer "B.Cu") (net 16) (tstamp dc530739-8f15-454d-bc29-78c71a7aad90)) - (segment (start 78.995 109.015) (end 79.06 108.95) (width 0.25) (layer "F.Cu") (net 17) (tstamp 5420bff1-81c5-4e3a-b8c7-23e478c16c5c)) - (segment (start 104.4 98.63) (end 97.38 98.63) (width 0.25) (layer "F.Cu") (net 17) (tstamp 6e2557e1-e5e1-45d6-8393-156bdd2fb7af)) - (segment (start 97.38 98.63) (end 95.980592 100.029408) (width 0.25) (layer "F.Cu") (net 17) (tstamp 6e42f49e-a52b-4ad6-9f40-f3d6f6c5a8f0)) - (segment (start 149.425 110) (end 104.775 110) (width 0.25) (layer "F.Cu") (net 17) (tstamp 7dbc3f6a-6cd6-4f55-bb67-375aaeb9ff7f)) - (segment (start 146.120786 109.984691) (end 146.136623 110.000528) (width 0.25) (layer "F.Cu") (net 17) (tstamp 862335b3-c155-4a7b-873d-63a0912c6c13)) - (segment (start 157.739535 110.000528) (end 157.742884 109.997179) (width 0.25) (layer "F.Cu") (net 17) (tstamp 8efdcb09-68e1-43f7-8652-59e13666ef48)) - (segment (start 78.995 109.91) (end 78.995 109.015) (width 0.25) (layer "F.Cu") (net 17) (tstamp 90c3c11f-75e8-46d4-bfd2-d3f876935449)) - (segment (start 150.989536 110.000528) (end 157.739535 110.000528) (width 0.25) (layer "F.Cu") (net 17) (tstamp 9527e216-9181-4266-8a28-06b8077b96c7)) - (segment (start 104.75 98.98) (end 104.4 98.63) (width 0.25) (layer "F.Cu") (net 17) (tstamp 9f167bee-f136-4bd7-9422-26e123ded500)) - (segment (start 66.48 81.94) (end 67.740351 83.200351) (width 0.25) (layer "F.Cu") (net 17) (tstamp a046d87b-f8ba-49b0-86fa-64a6942c657c)) - (segment (start 146.136623 110.000528) (end 150.989536 110.000528) (width 0.25) (layer "F.Cu") (net 17) (tstamp acfc2e96-b233-407a-b5fe-7cc232c648f1)) - (segment (start 67.740351 83.200351) (end 78.404649 83.200351) (width 0.25) (layer "F.Cu") (net 17) (tstamp b8bc58c2-02c7-43c1-b085-753682b7a45d)) - (segment (start 95.980592 100.029408) (end 79.345592 100.029408) (width 0.25) (layer "F.Cu") (net 17) (tstamp cfcd2ef0-cd82-41ad-880c-6140a974709a)) - (segment (start 78.404649 83.200351) (end 78.995 82.61) (width 0.25) (layer "F.Cu") (net 17) (tstamp e978dcfa-0e2c-4b48-b718-3c6549417db6)) - (segment (start 104.775 110) (end 104.725 109.95) (width 0.25) (layer "F.Cu") (net 17) (tstamp f41e76ed-6867-4441-b0dd-4f8cc543fce0)) - (segment (start 79.345592 100.029408) (end 78.995 100.38) (width 0.25) (layer "F.Cu") (net 17) (tstamp f8a4eb4f-830f-46b2-8f3d-589e5fb6b16a)) - (via (at 78.995 82.61) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 492dbf63-b92f-437a-8712-b0b2c24ed417)) - (via (at 78.995 109.91) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 54d207f0-d40e-4378-9f57-3b42b8e6e043)) - (via (at 78.995 100.38) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 6786c9da-7f9c-4f28-b5e6-fa2f3e2bb749)) - (via (at 104.75 98.98) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 799fd5a7-c67e-424e-8eec-d09889e926d2)) - (via (at 104.725 109.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp fd606244-a873-4ec8-98a9-c6448a912fe8)) - (segment (start 104.75 98.98) (end 104.725 99.005) (width 0.25) (layer "B.Cu") (net 17) (tstamp 250979bd-0b8d-4576-bc98-b132d9b4fc6f)) - (segment (start 104.725 109.95) (end 104.725 100.47) (width 0.25) (layer "B.Cu") (net 17) (tstamp 6ed80db9-e06d-42b6-9d29-54196f56165a)) - (segment (start 104.725 100.47) (end 104.735 100.46) (width 0.25) (layer "B.Cu") (net 17) (tstamp 91067e4d-54ab-4f41-b405-b5d75e9004ae)) - (segment (start 78.995 100.38) (end 78.995 109.91) (width 0.25) (layer "B.Cu") (net 17) (tstamp bc725744-55ea-4b7d-b7fe-975f7650a5f3)) - (segment (start 104.725 99.005) (end 104.725 100.47) (width 0.25) (layer "B.Cu") (net 17) (tstamp bcf51d97-68e1-446f-a3dd-038765517cd6)) - (segment (start 78.995 82.61) (end 78.995 100.38) (width 0.25) (layer "B.Cu") (net 17) (tstamp e480830b-e46b-4770-b96c-4d7200196967)) - (segment (start 86.055 81.94) (end 69.02 81.94) (width 0.25) (layer "F.Cu") (net 18) (tstamp b4a764c6-2deb-42dc-810d-f13054491bc8)) - (segment (start 87.6131 110.73) (end 88.3975 110.73) (width 0.25) (layer "F.Cu") (net 18) (tstamp b7f4ea2d-7bbc-4af6-ae91-91151caba57d)) - (segment (start 87.4376 110.9055) (end 87.6131 110.73) (width 0.25) (layer "F.Cu") (net 18) (tstamp cf03f9ec-5f45-4c36-8ef1-eb3e11722018)) - (segment (start 86.125 82.01) (end 86.055 81.94) (width 0.25) (layer "F.Cu") (net 18) (tstamp cffd4981-e7b0-473b-a030-d06a8e7e4c0d)) - (via (at 86.125 82.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp 19bead29-5f48-4795-a2da-6e1e6181ee32)) - (via (at 87.4376 110.9055) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp 320ae8c2-f47d-46e0-ab8c-63881532221e)) - (segment (start 92.48 87.41) (end 87.08 82.01) (width 0.25) (layer "B.Cu") (net 18) (tstamp 146d26c8-6a9e-4bf1-b41c-0476f95294c8)) - (segment (start 86.25 109.7179) (end 86.25 82.135) (width 0.25) (layer "B.Cu") (net 18) (tstamp 227e355e-1ed4-4581-8eb4-a1c35fb7a719)) - (segment (start 86.125 82.01) (end 86.145 81.99) (width 0.25) (layer "B.Cu") (net 18) (tstamp 86880411-9154-4f67-8342-dbf1b363775d)) - (segment (start 86.25 82.135) (end 86.125 82.01) (width 0.25) (layer "B.Cu") (net 18) (tstamp c8ac58a0-ca63-4721-8ee3-81d2faf2e422)) - (segment (start 87.08 82.01) (end 86.125 82.01) (width 0.25) (layer "B.Cu") (net 18) (tstamp ca421d10-3f71-42a2-9c36-d427754d0c40)) - (segment (start 132.976059 87.41) (end 92.48 87.41) (width 0.25) (layer "B.Cu") (net 18) (tstamp cee6d695-d447-4921-ace7-1756eb2d21b6)) - (segment (start 87.4376 110.9055) (end 86.25 109.7179) (width 0.25) (layer "B.Cu") (net 18) (tstamp d1f6727c-0c0a-4108-842e-8b0abc6c00d6)) - (segment (start 137.752705 92.186646) (end 132.976059 87.41) (width 0.25) (layer "B.Cu") (net 18) (tstamp ee733824-022e-4bff-a6b7-11e8f04af48b)) - (segment (start 87.605 84.48) (end 87.665 84.54) (width 0.25) (layer "F.Cu") (net 19) (tstamp 002b91f1-6363-458d-a2ba-56fdea9ce20c)) - (segment (start 95.485 115.685) (end 95.485 115.4175) (width 0.25) (layer "F.Cu") (net 19) (tstamp 16d6f092-304f-48f3-bf19-c2e16d273b7d)) - (segment (start 96.45 116.65) (end 95.485 115.685) (width 0.25) (layer "F.Cu") (net 19) (tstamp 88671b3c-2124-49cd-8034-6964bcd4d92b)) - (segment (start 69.02 84.48) (end 87.605 84.48) (width 0.25) (layer "F.Cu") (net 19) (tstamp dac72804-f8e8-4b93-8bc8-8ef094e9aa79)) - (via (at 87.665 84.54) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 19) (tstamp d8f1f258-87af-46a9-80d1-1f3700d14fb6)) - (via (at 96.45 116.65) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 19) (tstamp d92aa8c5-af43-40dd-abce-145fcd4a6df4)) - (segment (start 135.675 92.608941) (end 137.752705 94.686646) (width 0.25) (layer "B.Cu") (net 19) (tstamp 024cb83b-3bbe-4760-94de-b78b470c7903)) - (segment (start 100.11 114.405) (end 100.11 91.585) (width 0.25) (layer "B.Cu") (net 19) (tstamp 10eec4bb-6c42-45cc-914f-1e9d1eccfbc5)) - (segment (start 135.675 91.05) (end 135.675 92.608941) (width 0.25) (layer "B.Cu") (net 19) (tstamp 4c6a2e91-1090-41bc-89cf-3a2e8855c4bd)) - (segment (start 88.77 84.54) (end 90.88 86.65) (width 0.25) (layer "B.Cu") (net 19) (tstamp 50870072-6dac-4cc1-bfd5-9886b4bc5e44)) - (segment (start 87.665 84.54) (end 88.77 84.54) (width 0.25) (layer "B.Cu") (net 19) (tstamp 52a83c0e-b933-463a-9916-b13b9d856dda)) - (segment (start 99.995 91.47) (end 99.995 90.91) (width 0.25) (layer "B.Cu") (net 19) (tstamp 64e6ea23-9cdc-43af-96ef-33636cd14fe7)) - (segment (start 90.88 88.43) (end 93.92 91.47) (width 0.25) (layer "B.Cu") (net 19) (tstamp 78de78e6-b35d-4b5b-bcca-2a46c0c79ce1)) - (segment (start 102.895 88.01) (end 132.635 88.01) (width 0.25) (layer "B.Cu") (net 19) (tstamp 8d3b3262-36f0-418f-bd7a-5e984ca00fb9)) - (segment (start 96.45 116.65) (end 97.865 116.65) (width 0.25) (layer "B.Cu") (net 19) (tstamp 91dcd77d-f534-4ff2-a15a-65dbbc3466c6)) - (segment (start 99.995 90.91) (end 102.895 88.01) (width 0.25) (layer "B.Cu") (net 19) (tstamp ab23da8d-31b2-46f5-a44b-1c44e63b64b2)) - (segment (start 93.92 91.47) (end 99.995 91.47) (width 0.25) (layer "B.Cu") (net 19) (tstamp be65bf2b-ca52-4a3a-ba3e-c612eb5622c3)) - (segment (start 132.635 88.01) (end 135.675 91.05) (width 0.25) (layer "B.Cu") (net 19) (tstamp c2128e9c-a71d-417c-b253-4497d8093b2a)) - (segment (start 100.11 91.585) (end 99.995 91.47) (width 0.25) (layer "B.Cu") (net 19) (tstamp c7e6aea9-e3b3-4c71-b1b6-6b2e4f0d8a8c)) - (segment (start 90.88 86.65) (end 90.88 88.43) (width 0.25) (layer "B.Cu") (net 19) (tstamp cc81d627-43b7-4a1e-9f12-b3eeaf7d2a37)) - (segment (start 97.865 116.65) (end 100.11 114.405) (width 0.25) (layer "B.Cu") (net 19) (tstamp ff1303a3-7197-4bcc-82bb-e84256f436fe)) - (segment (start 71.73 85.64) (end 71.63244 85.73756) (width 0.25) (layer "F.Cu") (net 20) (tstamp 0102d62e-ebf6-48d0-a281-fe1092f6eeef)) - (segment (start 143.256 113.03) (end 143.256 114.941884) (width 0.25) (layer "F.Cu") (net 20) (tstamp 038d3795-461f-4a50-a0e9-06cbbc2daa88)) - (segment (start 148.631294 118.140199) (end 146.110786 115.619691) (width 0.25) (layer "F.Cu") (net 20) (tstamp 08d3f7a6-076d-47ae-8d1c-b6b4ec92d674)) - (segment (start 96.945 93.11) (end 98.015 94.18) (width 0.25) (layer "F.Cu") (net 20) (tstamp 10c1466f-e1f9-4ceb-a1f5-80c66a6c3046)) - (segment (start 144.272 110.744) (end 144.272 112.014) (width 0.25) (layer "F.Cu") (net 20) (tstamp 19ecf46a-559c-4b59-8aef-d10c51bb700c)) - (segment (start 122.685 94.18) (end 122.955 93.91) (width 0.25) (layer "F.Cu") (net 20) (tstamp 22fb5597-4455-40ed-8212-1c620322252f)) - (segment (start 148.631294 120.897123) (end 148.631294 118.140199) (width 0.25) (layer "F.Cu") (net 20) (tstamp 2b3bf347-16ed-422a-846e-29a6bfa5f847)) - (segment (start 88.68 88.95) (end 92.84 93.11) (width 0.25) (layer "F.Cu") (net 20) (tstamp 2ef591c2-43de-492c-b25a-8444dae5bb4b)) - (segment (start 98.015 94.18) (end 122.685 94.18) (width 0.25) (layer "F.Cu") (net 20) (tstamp 36d38a3a-3315-4c02-aa9d-27ce688837e0)) - (segment (start 143.256 114.941884) (end 143.933807 115.619691) (width 0.25) (layer "F.Cu") (net 20) (tstamp 520aee00-11a0-4aa9-94a6-5a258a695236)) - (segment (start 71.88 88.84) (end 71.99 88.95) (width 0.25) (layer "F.Cu") (net 20) (tstamp 6dfaa0c8-e122-4d51-b8b4-c0f4dcfdff3a)) - (segment (start 144.272 112.014) (end 143.256 113.03) (width 0.25) (layer "F.Cu") (net 20) (tstamp 72597da3-ca4e-48ad-aba9-f4f4abc02598)) - (segment (start 155.381294 120.907123) (end 148.641294 120.907123) (width 0.25) (layer "F.Cu") (net 20) (tstamp 88e28793-01b7-4ec4-875c-5f864f80a7cc)) - (segment (start 67.76244 85.73756) (end 66.48 87.02) (width 0.25) (layer "F.Cu") (net 20) (tstamp 8e1b8a91-e045-4b11-aa68-7f47375895ea)) - (segment (start 71.63244 85.73756) (end 67.76244 85.73756) (width 0.25) (layer "F.Cu") (net 20) (tstamp 9632c080-cccd-4c39-a981-3949cbf9f7ec)) - (segment (start 71.99 88.95) (end 88.68 88.95) (width 0.25) (layer "F.Cu") (net 20) (tstamp a83a9b5c-a011-4008-82bd-c9ef6d466976)) - (segment (start 92.84 93.11) (end 96.945 93.11) (width 0.25) (layer "F.Cu") (net 20) (tstamp b37b93a6-6cea-4aa9-b190-8537def99b00)) - (segment (start 143.933807 115.619691) (end 146.110786 115.619691) (width 0.25) (layer "F.Cu") (net 20) (tstamp dcc6a111-24b0-426a-91ee-79570a7127fc)) - (segment (start 148.641294 120.907123) (end 148.631294 120.897123) (width 0.25) (layer "F.Cu") (net 20) (tstamp fb047010-d8ca-48b1-8a4c-5f6b3284a26c)) - (via (at 144.272 110.744) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 20) (tstamp 8a920d8b-8622-4fdb-b411-acff34337084)) - (via (at 122.955 93.91) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 20) (tstamp d0bd43f8-96d5-4f44-9a51-850885d6f0ab)) - (via (at 71.88 88.84) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 20) (tstamp f6fb397e-c631-4c97-9706-2ee47e94efa7)) - (segment (start 133.858 105.156) (end 135.128 106.426) (width 0.25) (layer "B.Cu") (net 20) (tstamp 1a47a665-43c7-4a55-a85e-83d261003f3d)) - (segment (start 135.128 106.426) (end 142.800206 106.426) (width 0.25) (layer "B.Cu") (net 20) (tstamp 4d31d3a0-9e4d-431b-b99d-72b66660fbad)) - (segment (start 71.88 88.84) (end 71.31 88.27) (width 0.25) (layer "B.Cu") (net 20) (tstamp 66b0a48f-7db6-46ec-bded-60d1368e5450)) - (segment (start 122.955 93.91) (end 122.955 99.99) (width 0.25) (layer "B.Cu") (net 20) (tstamp 6a1c2fad-cf41-4fcb-931e-110a0c61e654)) - (segment (start 67.73 88.27) (end 66.48 87.02) (width 0.25) (layer "B.Cu") (net 20) (tstamp 8f36c895-8eb1-4947-9ee1-a040e907a708)) - (segment (start 128.121 105.156) (end 133.858 105.156) (width 0.25) (layer "B.Cu") (net 20) (tstamp 980c8204-efef-47a2-8002-53b004481171)) - (segment (start 71.31 88.27) (end 67.73 88.27) (width 0.25) (layer "B.Cu") (net 20) (tstamp b6c86ecf-7f5c-4e93-845e-b59a749bd845)) - (segment (start 142.800206 106.426) (end 144.272 107.897794) (width 0.25) (layer "B.Cu") (net 20) (tstamp b90db05a-8b65-41a0-9179-6c605c0eee29)) - (segment (start 144.272 107.897794) (end 144.272 110.744) (width 0.25) (layer "B.Cu") (net 20) (tstamp de97ffe9-92fc-422f-9948-ca5967da6873)) - (segment (start 122.955 99.99) (end 128.121 105.156) (width 0.25) (layer "B.Cu") (net 20) (tstamp eb9d99f0-798f-45bf-a911-16d5bf3dfa09)) - (segment (start 87.815 87.02) (end 87.855 87.06) (width 0.25) (layer "F.Cu") (net 21) (tstamp 115b0abf-ac56-430c-a675-3c5a577eb705)) - (segment (start 89.395 99.325) (end 95.825 99.325) (width 0.25) (layer "F.Cu") (net 21) (tstamp 1187de75-9d70-49ec-b90d-8a4780826a28)) - (segment (start 127.13 99.325) (end 129.255 97.2) (width 0.25) (layer "F.Cu") (net 21) (tstamp 21b00dbf-6569-4d1f-8d78-6c30e402d7c7)) - (segment (start 69.02 87.02) (end 87.815 87.02) (width 0.25) (layer "F.Cu") (net 21) (tstamp 576d99a3-0b58-43b8-b1fe-a4c66f3e1452)) - (segment (start 97.02 98.13) (end 105.81 98.13) (width 0.25) (layer "F.Cu") (net 21) (tstamp 83b6bbcf-a857-4a35-bcfb-61652e893bad)) - (segment (start 129.255 97.2) (end 129.475 97.2) (width 0.25) (layer "F.Cu") (net 21) (tstamp a1410018-06fe-4ddd-9f7a-09096cd159bb)) - (segment (start 105.81 98.13) (end 107.005 99.325) (width 0.25) (layer "F.Cu") (net 21) (tstamp c08c9641-8f6a-485c-a21f-ec25977610ec)) - (segment (start 95.825 99.325) (end 97.02 98.13) (width 0.25) (layer "F.Cu") (net 21) (tstamp ddb4a63b-be8c-4122-bece-dc070de4832e)) - (segment (start 88.005 99.325) (end 89.395 99.325) (width 0.25) (layer "F.Cu") (net 21) (tstamp df9a5870-456d-478d-b8be-5753bc9d37cb)) - (segment (start 107.005 99.325) (end 127.13 99.325) (width 0.25) (layer "F.Cu") (net 21) (tstamp f748d995-66a4-4054-8409-f72932c1fd6e)) - (via (at 87.855 87.06) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 21) (tstamp 1f8f6195-3815-4acb-b478-df31dd238098)) - (via (at 89.395 99.325) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 21) (tstamp 7b0fcec4-7089-4d21-934b-fd6d01b9eca2)) - (segment (start 87.855 87.06) (end 87.855 97.785) (width 0.25) (layer "B.Cu") (net 21) (tstamp 2a06e30b-efd3-4418-82bc-ed41d4cd2080)) - (segment (start 87.855 97.785) (end 89.395 99.325) (width 0.25) (layer "B.Cu") (net 21) (tstamp 9f13957d-84df-49f5-befa-84baa1760173)) - (segment (start 67.85 88.19) (end 66.48 89.56) (width 0.25) (layer "F.Cu") (net 22) (tstamp 05f51144-d760-40cd-8719-fc274af2592b)) - (segment (start 110.56 116.39) (end 113.99 119.82) (width 0.25) (layer "F.Cu") (net 22) (tstamp 0b5667f0-ea30-44a2-be08-219d0a27a787)) - (segment (start 90.075 89.395) (end 90.075 89.385) (width 0.25) (layer "F.Cu") (net 22) (tstamp 0b77d265-7742-4a0d-bad3-b84cfeef1b15)) - (segment (start 109.175 112.014) (end 109.644 112.014) (width 0.25) (layer "F.Cu") (net 22) (tstamp 12e1a2a4-8768-4b67-b11d-21ac1857531a)) - (segment (start 113.99 119.82) (end 116.315 119.82) (width 0.25) (layer "F.Cu") (net 22) (tstamp 454864bc-cb2a-4159-aa67-5a0b8f9da972)) - (segment (start 97.7505 92.89) (end 97.4505 92.59) (width 0.25) (layer "F.Cu") (net 22) (tstamp 4a0c8766-b3a2-48f8-8de2-86fc3fc1033b)) - (segment (start 98.449621 100.518975) (end 97.933596 101.035) (width 0.25) (layer "F.Cu") (net 22) (tstamp 506824ee-74eb-46c4-b1d2-2417bc88a7bc)) - (segment (start 98.608134 100.360462) (end 102.825462 100.360462) (width 0.25) (layer "F.Cu") (net 22) (tstamp 65338b08-3e4f-4de0-a959-4570e4e8ddb3)) - (segment (start 109.644 112.014) (end 110.56 112.93) (width 0.25) (layer "F.Cu") (net 22) (tstamp 74e33236-6a94-4796-8fb9-cc86451fb582)) - (segment (start 110.56 112.93) (end 110.56 116.39) (width 0.25) (layer "F.Cu") (net 22) (tstamp 898c3160-7c22-4ccd-9cdc-dfa3cb67057d)) - (segment (start 103.235 100.77) (end 108.9 100.77) (width 0.25) (layer "F.Cu") (net 22) (tstamp a5faf719-1049-44f6-b5ef-119a9398d5d7)) - (segment (start 102.825462 100.360462) (end 103.235 100.77) (width 0.25) (layer "F.Cu") (net 22) (tstamp a7130e34-750f-4b79-9354-7502d8f32d4d)) - (segment (start 93.27 92.59) (end 90.075 89.395) (width 0.25) (layer "F.Cu") (net 22) (tstamp ad8fd4c9-3f98-4fab-95e0-20410277e7b2)) - (segment (start 97.4505 92.59) (end 93.27 92.59) (width 0.25) (layer "F.Cu") (net 22) (tstamp bbb5abad-5767-479d-af6c-88145d650b1e)) - (segment (start 90.075 89.385) (end 88.88 88.19) (width 0.25) (layer "F.Cu") (net 22) (tstamp bea875e3-a971-4587-b232-c249ea989493)) - (segment (start 97.933596 101.035) (end 97.535 101.035) (width 0.25) (layer "F.Cu") (net 22) (tstamp d7c1bc9c-5f8a-43bc-ae21-8e27b7d8abb9)) - (segment (start 88.88 88.19) (end 67.85 88.19) (width 0.25) (layer "F.Cu") (net 22) (tstamp e544d04e-5651-44fe-9808-4f3f6106e556)) - (segment (start 108.9 100.77) (end 109.12 100.55) (width 0.25) (layer "F.Cu") (net 22) (tstamp ebb39fb9-3ad5-46ba-bbf4-2b109afab783)) - (segment (start 98.449621 100.518975) (end 98.608134 100.360462) (width 0.25) (layer "F.Cu") (net 22) (tstamp f762ad65-076a-430e-96c4-7e5ec1f30466)) - (via (at 109.175 112.014) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp 0776011a-cfd1-43d8-90cb-c751a1543098)) - (via (at 98.449621 100.518975) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp 40c110fa-f2a8-4fa6-ba33-c2d56226f034)) - (via (at 109.12 100.55) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp 6297cc5c-08c0-46b3-a5e5-a054ee9c93d7)) - (via (at 97.7505 92.89) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp a3f29802-8c9e-45ab-9336-3e9c3ccbc9e1)) - (segment (start 98.449621 100.518975) (end 98.595 100.373596) (width 0.25) (layer "B.Cu") (net 22) (tstamp 1a1c6060-6a88-4f85-b895-eb966e3f4288)) - (segment (start 109.12 100.55) (end 109.175 100.605) (width 0.25) (layer "B.Cu") (net 22) (tstamp 2690a21c-567c-4335-8ece-43525004cad5)) - (segment (start 98.595 100.373596) (end 98.595 93.7345) (width 0.25) (layer "B.Cu") (net 22) (tstamp 4933edbf-95c4-489a-830e-51f6ab335736)) - (segment (start 98.595 93.7345) (end 97.7505 92.89) (width 0.25) (layer "B.Cu") (net 22) (tstamp ed163394-01e9-4c7d-88e4-fe793c2c4454)) - (segment (start 109.175 100.605) (end 109.175 112.014) (width 0.25) (layer "B.Cu") (net 22) (tstamp fa5cb130-5222-4d81-a591-9f4c43b35252)) - (segment (start 66.48 92.1) (end 67.766868 93.386868) (width 0.25) (layer "F.Cu") (net 23) (tstamp 19643439-8c40-4af7-a045-99df3cbad57d)) - (segment (start 70.906868 93.386868) (end 71.47 93.95) (width 0.25) (layer "F.Cu") (net 23) (tstamp 3a1bf22a-0cf1-42a1-9459-893d7e1ca2d1)) - (segment (start 67.766868 93.386868) (end 70.906868 93.386868) (width 0.25) (layer "F.Cu") (net 23) (tstamp 752ae69c-4797-4067-bad9-cfe78b1a0544)) - (segment (start 69.05 92.13) (end 69.02 92.1) (width 0.25) (layer "F.Cu") (net 24) (tstamp 0c5b116a-d33e-4386-b2e1-5af44857b356)) - (segment (start 71.36 92.1) (end 71.48 92.22) (width 0.25) (layer "F.Cu") (net 24) (tstamp 13a86966-5725-49c3-8797-b3ad4f03b564)) - (segment (start 69.02 92.1) (end 71.36 92.1) (width 0.25) (layer "F.Cu") (net 24) (tstamp e90278bd-a485-4775-8e44-3789274051ab)) - (segment (start 106.77 112.54) (end 108.66 114.43) (width 0.25) (layer "F.Cu") (net 25) (tstamp 1a4cc881-885d-4bcb-a49c-730e5f3a49f3)) - (segment (start 71.002 95.64) (end 100.765 95.64) (width 0.25) (layer "F.Cu") (net 25) (tstamp 2353c9f0-4c84-49b5-9068-11d049f83d73)) - (segment (start 109.85 122.32) (end 116.315 122.32) (width 0.25) (layer "F.Cu") (net 25) (tstamp 3819d416-9af1-4a84-94ea-911035638255)) - (segment (start 108.66 114.43) (end 108.66 121.13) (width 0.25) (layer "F.Cu") (net 25) (tstamp 6eed0eef-89cd-43ac-a0eb-3b833024498f)) - (segment (start 69.02 94.64) (end 70.002 94.64) (width 0.25) (layer "F.Cu") (net 25) (tstamp 78ab9b50-dbc8-459a-bf7c-29ebe4dfffad)) - (segment (start 108.66 121.13) (end 109.85 122.32) (width 0.25) (layer "F.Cu") (net 25) (tstamp 8b9119cc-e3c8-49e4-ad07-8673fb200b10)) - (segment (start 104.86 113.62) (end 105.94 112.54) (width 0.25) (layer "F.Cu") (net 25) (tstamp ad462e3b-e2c9-4563-8602-251e3bf6c01b)) - (segment (start 105.94 112.54) (end 106.77 112.54) (width 0.25) (layer "F.Cu") (net 25) (tstamp c42437af-f655-404d-9079-c4cc09b05491)) - (segment (start 70.002 94.64) (end 71.002 95.64) (width 0.25) (layer "F.Cu") (net 25) (tstamp d70164ad-08a5-4265-8ec5-905af1193ce0)) - (segment (start 101.174 113.62) (end 104.86 113.62) (width 0.25) (layer "F.Cu") (net 25) (tstamp d8fc7727-63cc-485f-8cf8-7cd839436de2)) - (segment (start 101.092 113.538) (end 101.174 113.62) (width 0.25) (layer "F.Cu") (net 25) (tstamp df225c51-e196-4a09-906f-9cefe327514c)) - (via (at 101.092 113.538) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 25) (tstamp 434fc68c-6900-4431-ab9f-3aba4a9354cd)) - (via (at 100.765 95.64) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 25) (tstamp 69039f46-aba9-441b-bb50-08a7f2f575ef)) - (segment (start 101.092 113.538) (end 100.765 113.211) (width 0.25) (layer "B.Cu") (net 25) (tstamp 494df19f-759e-464d-bb18-8ae0f85e0a47)) - (segment (start 100.765 113.211) (end 100.765 95.64) (width 0.25) (layer "B.Cu") (net 25) (tstamp e0050c6b-0824-4ed1-9a6e-4f4d1b52953a)) - (segment (start 75.67 98.23) (end 82.475 98.23) (width 0.25) (layer "F.Cu") (net 26) (tstamp 3456f846-3795-42a5-b727-04072aa39410)) - (segment (start 74.74 99.16) (end 75.67 98.23) (width 0.25) (layer "F.Cu") (net 26) (tstamp 3beeea24-68f4-4dfb-84db-51ee879e5053)) - (segment (start 82.475 98.23) (end 82.745 98.5) (width 0.25) (layer "F.Cu") (net 26) (tstamp 45cd3d8e-5c31-4026-bb99-971149fb35ab)) - (segment (start 71.28 99.16) (end 74.74 99.16) (width 0.25) (layer "F.Cu") (net 26) (tstamp 56e05f5a-6cae-4ef4-8a0e-5189a5d85411)) - (segment (start 82.55 110.41) (end 83.03 109.93) (width 0.25) (layer "F.Cu") (net 26) (tstamp 5bb400e9-bbc1-445c-97f9-daab5b813e96)) - (segment (start 67.748725 98.448725) (end 70.568725 98.448725) (width 0.25) (layer "F.Cu") (net 26) (tstamp 739f453b-6847-4273-a1ec-e68aa5a13a8c)) - (segment (start 83.03 109.93) (end 88.3975 109.93) (width 0.25) (layer "F.Cu") (net 26) (tstamp 97481516-a338-4b82-80c7-472556bd38cc)) - (segment (start 66.48 97.18) (end 67.748725 98.448725) (width 0.25) (layer "F.Cu") (net 26) (tstamp ac38e3ae-75f7-449e-88af-fb28aff48526)) - (segment (start 70.568725 98.448725) (end 71.28 99.16) (width 0.25) (layer "F.Cu") (net 26) (tstamp ef6e42dc-453e-4455-b5b1-e390c5bc613c)) - (via (at 82.55 110.41) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 26) (tstamp 0c5c903d-467c-460c-a9b9-b22416e66c92)) - (via (at 82.745 98.5) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 26) (tstamp 8437feb8-fe4b-465b-bf4d-f9042f799931)) - (segment (start 82.96 110) (end 82.96 98.935) (width 0.25) (layer "B.Cu") (net 26) (tstamp b21659a0-93fe-4def-ab09-413503d7b14a)) - (segment (start 82.96 98.935) (end 82.745 98.72) (width 0.25) (layer "B.Cu") (net 26) (tstamp d9b10aca-bcae-43ae-99f6-b15a55538975)) - (segment (start 82.745 98.72) (end 82.745 98.5) (width 0.25) (layer "B.Cu") (net 26) (tstamp db7bc308-da40-45ba-b25b-0e098d0214b9)) - (segment (start 82.55 110.41) (end 82.96 110) (width 0.25) (layer "B.Cu") (net 26) (tstamp e60d2f4e-0d4c-4c03-a351-46a06a2e3638)) - (segment (start 70.735892 100.961892) (end 67.721892 100.961892) (width 0.25) (layer "F.Cu") (net 27) (tstamp 06aa7137-52c2-4a40-86db-483733c7db69)) - (segment (start 82.59 109.53) (end 88.3975 109.53) (width 0.25) (layer "F.Cu") (net 27) (tstamp 408b355a-f991-419c-8219-cd34ec98f643)) - (segment (start 81.78 101.21) (end 70.984 101.21) (width 0.25) (layer "F.Cu") (net 27) (tstamp 530bced4-bd8b-479d-ba67-b73a4548f4cc)) - (segment (start 81.96 108.9) (end 82.59 109.53) (width 0.25) (layer "F.Cu") (net 27) (tstamp 7819aea4-a7c2-4080-857a-aba9614bdd25)) - (segment (start 67.721892 100.961892) (end 66.48 99.72) (width 0.25) (layer "F.Cu") (net 27) (tstamp 9d20b929-6593-4188-81a0-6397fc33b5fc)) - (segment (start 70.984 101.21) (end 70.735892 100.961892) (width 0.25) (layer "F.Cu") (net 27) (tstamp d7fb6be6-9d25-45c1-93d4-582ba03a0686)) - (via (at 81.78 101.21) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp 8a013482-2038-4959-9ca3-c4e7fbb50076)) - (via (at 81.96 108.9) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp d06c107e-5f6e-4dad-962c-e408a8064b5d)) - (segment (start 82.175 108.685) (end 81.96 108.9) (width 0.25) (layer "B.Cu") (net 27) (tstamp 9647abda-a3e8-46bd-8f8c-3d9a4962160c)) - (segment (start 81.78 101.21) (end 82.175 101.605) (width 0.25) (layer "B.Cu") (net 27) (tstamp c1ba7dec-b366-4232-85d7-65b9004add82)) - (segment (start 82.175 101.605) (end 82.175 108.685) (width 0.25) (layer "B.Cu") (net 27) (tstamp e24cc084-d450-4df0-a4fc-bf800af5ea0b)) - (segment (start 69.02 99.72) (end 78.965 99.72) (width 0.25) (layer "F.Cu") (net 28) (tstamp de43a8d4-5f4b-411a-8c11-dbeeca2f60e4)) - (segment (start 78.965 99.72) (end 79.525 99.16) (width 0.25) (layer "F.Cu") (net 28) (tstamp f5069bfe-3944-4fce-afa0-a9360e8acd15)) - (via (at 75.76 99.72) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 28) (tstamp 2fbfc6e2-1a42-413b-b2cc-1d7397221cbd)) - (segment (start 115.095 124.82) (end 116.315 124.82) (width 0.25) (layer "B.Cu") (net 28) (tstamp 4345dc40-54c5-4616-8d3b-986441c25858)) - (segment (start 75.725 99.755) (end 75.725 110.09) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5496f2ba-b6ed-43d4-be8b-4c2dc96a777f)) - (segment (start 112.755 122.48) (end 115.095 124.82) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5a7e9c3b-ce57-43ae-9e47-666aba0f918d)) - (segment (start 74.93 110.885) (end 74.93 119.888) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5cec9f11-16e1-4f31-86fc-a3a015cd27f3)) - (segment (start 93.85 122.48) (end 112.755 122.48) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5f16f976-6cf7-45fe-9587-3f3ec49066e0)) - (segment (start 92.1 120.73) (end 93.85 122.48) (width 0.25) (layer "B.Cu") (net 28) (tstamp 5fc24c68-d6de-4e14-b2d2-bbae11932db5)) - (segment (start 74.93 119.888) (end 75.772 120.73) (width 0.25) (layer "B.Cu") (net 28) (tstamp 6ac31bdd-773d-4830-a18e-ca6d7b55c57d)) - (segment (start 75.772 120.73) (end 92.1 120.73) (width 0.25) (layer "B.Cu") (net 28) (tstamp e4eec21e-a7b4-4c1c-8523-e2696778d037)) - (segment (start 75.725 110.09) (end 74.93 110.885) (width 0.25) (layer "B.Cu") (net 28) (tstamp ef14c245-75e7-4adb-8a15-729db6dd9eb2)) - (segment (start 75.76 99.72) (end 75.725 99.755) (width 0.25) (layer "B.Cu") (net 28) (tstamp f291220d-1ad7-4345-a3f2-587aae849e53)) - (segment (start 67.77 103.55) (end 66.48 102.26) (width 0.25) (layer "F.Cu") (net 29) (tstamp 17ac3fdc-72fd-4905-92c9-e0375ed8b25d)) - (segment (start 85.44 102.87) (end 70.39 102.87) (width 0.25) (layer "F.Cu") (net 29) (tstamp 389fc0a7-39c8-44ff-b323-871ab2afeedb)) - (segment (start 85.5 102.93) (end 85.44 102.87) (width 0.25) (layer "F.Cu") (net 29) (tstamp 7cb6cb63-4983-4852-a3d7-251f1b4b8b81)) - (segment (start 69.71 103.55) (end 67.77 103.55) (width 0.25) (layer "F.Cu") (net 29) (tstamp a49575cc-0c29-41e1-a514-28fc8b09d489)) - (segment (start 84.31 108.72) (end 84.72 109.13) (width 0.25) (layer "F.Cu") (net 29) (tstamp b2835769-faa4-454b-8ed6-cbf06cd92136)) - (segment (start 70.39 102.87) (end 69.71 103.55) (width 0.25) (layer "F.Cu") (net 29) (tstamp ccffbae8-381e-4f01-8dfa-ad3697af02f0)) - (segment (start 84.72 109.13) (end 88.3975 109.13) (width 0.25) (layer "F.Cu") (net 29) (tstamp e146b9b1-e059-4c90-b241-707cc37c04a3)) - (via (at 84.31 108.72) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 29) (tstamp 0b47d035-24f0-4c5f-bc7b-33fd7a4bff23)) - (via (at 85.5 102.93) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 29) (tstamp 3e889bd5-7829-4300-976c-34b7350f78c2)) - (segment (start 84.31 108.72) (end 85.575 107.455) (width 0.25) (layer "B.Cu") (net 29) (tstamp 0026bbe1-8683-42eb-b577-c1c9e7ed3e46)) - (segment (start 85.575 103.005) (end 85.5 102.93) (width 0.25) (layer "B.Cu") (net 29) (tstamp 56efb85c-7ea2-4464-96a4-63ec405b2939)) - (segment (start 85.575 107.455) (end 85.575 103.005) (width 0.25) (layer "B.Cu") (net 29) (tstamp 60d67977-f8ae-45d5-b883-e08b5f1a3bef)) - (segment (start 85.81 108.73) (end 88.3975 108.73) (width 0.25) (layer "F.Cu") (net 30) (tstamp 285e8556-05d3-4aa4-a8b3-cd291605fb5d)) - (segment (start 84.5 107.42) (end 85.81 108.73) (width 0.25) (layer "F.Cu") (net 30) (tstamp 56e2ca27-d718-43d3-9b4d-999f72cc8668)) - (segment (start 84.45 102.26) (end 69.02 102.26) (width 0.25) (layer "F.Cu") (net 30) (tstamp 7d7e0f61-160b-4cd7-8451-dbd82684324f)) - (segment (start 84.52 102.19) (end 84.45 102.26) (width 0.25) (layer "F.Cu") (net 30) (tstamp deae22a9-8d11-45cb-bd07-772a6ea53a7d)) - (via (at 84.5 107.42) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 30) (tstamp 726987cb-b84a-410c-97aa-11bcce07b1c2)) - (via (at 84.52 102.19) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 30) (tstamp ebbada69-ff51-4c57-9387-7f9a848393de)) - (segment (start 84.53 102.2) (end 84.53 107.39) (width 0.25) (layer "B.Cu") (net 30) (tstamp 246604ab-7f3f-46b3-8d89-9da07999ef90)) - (segment (start 84.53 107.39) (end 84.5 107.42) (width 0.25) (layer "B.Cu") (net 30) (tstamp 3976630a-8e85-44b5-a993-2b7f6234df3c)) - (segment (start 84.52 102.19) (end 84.53 102.2) (width 0.25) (layer "B.Cu") (net 30) (tstamp d8941817-466d-4585-bcdb-0b111435481f)) - (segment (start 92.053866 119.053866) (end 92.38 119.38) (width 0.25) (layer "F.Cu") (net 31) (tstamp 0b85066d-b955-4a84-91d7-7ea20c460d91)) - (segment (start 92.38 119.38) (end 100.28 119.38) (width 0.25) (layer "F.Cu") (net 31) (tstamp 1337e963-ec3f-43d8-abbf-d3448f979215)) - (segment (start 139.574 114.26) (end 139.574 118.83) (width 0.25) (layer "F.Cu") (net 31) (tstamp 136f5fe4-0969-4e52-b0ca-ba1777b81b27)) - (segment (start 81.515 104.77) (end 81.485 104.8) (width 0.25) (layer "F.Cu") (net 31) (tstamp 1b9d8630-d0ff-43c1-8400-f644cb6c8e52)) - (segment (start 139.574 118.83) (end 138.654 119.75) (width 0.25) (layer "F.Cu") (net 31) (tstamp 285ab79b-51ac-4770-ad3b-edefe41a63ce)) - (segment (start 81.305 111.93) (end 88.3975 111.93) (width 0.25) (layer "F.Cu") (net 31) (tstamp 2c819be9-7392-46e1-ae2f-ab13dbda4105)) - (segment (start 138.654 119.75) (end 138.654 126.25) (width 0.25) (layer "F.Cu") (net 31) (tstamp 5ad1ea8e-1107-425f-b5db-07aa0c6e843b)) - (segment (start 100.28 119.38) (end 100.8 119.9) (width 0.25) (layer "F.Cu") (net 31) (tstamp 6632a148-a9d6-4216-92ac-c6bb29ef8421)) - (segment (start 80.645 111.27) (end 81.305 111.93) (width 0.25) (layer "F.Cu") (net 31) (tstamp a4d59e9a-623d-42b3-90ca-47cfdfc10114)) - (segment (start 92.053866 118.750083) (end 92.053866 119.053866) (width 0.25) (layer "F.Cu") (net 31) (tstamp ad686642-5482-4f85-9b61-451e9a2c19b7)) - (segment (start 69.02 104.8) (end 81.485 104.8) (width 0.25) (layer "F.Cu") (net 31) (tstamp fdcf9782-c694-4701-823f-3704a0fca1cd)) - (via (at 92.053866 118.750083) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp 15e18af2-ad83-4d04-9a2b-74d136d01406)) - (via (at 81.485 104.8) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp 9f089c5e-4224-4275-8eb0-5a2da1a29d1e)) - (via (at 100.8 119.9) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp c0363ccb-2110-47ea-a5c8-23a9a6d947d8)) - (via (at 80.645 111.27) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp f561632c-7f89-42c9-9792-305f86e6e1bc)) - (segment (start 119.465669 118.532331) (end 120.142 117.856) (width 0.25) (layer "B.Cu") (net 31) (tstamp 16f4d305-6bcf-4370-b52a-45cf61a11b52)) - (segment (start 84.06 117.96) (end 80.645 114.545) (width 0.25) (layer "B.Cu") (net 31) (tstamp 1d295b5f-3e86-4cc4-b6ed-eae3fd3e3585)) - (segment (start 92.053314 118.750083) (end 91.263231 117.96) (width 0.25) (layer "B.Cu") (net 31) (tstamp 25810ac8-0c07-4972-a330-fc984959b738)) - (segment (start 92.053866 118.750083) (end 92.053314 118.750083) (width 0.25) (layer "B.Cu") (net 31) (tstamp 3b6672f6-0219-42af-b6e9-e2ff569aaf5a)) - (segment (start 91.263231 117.96) (end 84.06 117.96) (width 0.25) (layer "B.Cu") (net 31) (tstamp 415b575e-c915-4539-939b-3b859ff88c33)) - (segment (start 100.8 119.9) (end 101.28 119.42) (width 0.25) (layer "B.Cu") (net 31) (tstamp 440816a4-04be-4026-9268-93f55863f249)) - (segment (start 80.645 111.27) (end 80.69 111.225) (width 0.25) (layer "B.Cu") (net 31) (tstamp 4cac7150-eeed-43d7-805f-cc33f8fd2a83)) - (segment (start 80.645 114.545) (end 80.645 111.27) (width 0.25) (layer "B.Cu") (net 31) (tstamp 4dab9775-84d0-4382-a128-d43c84ad0aa9)) - (segment (start 110.388884 119.42) (end 111.276553 118.532331) (width 0.25) (layer "B.Cu") (net 31) (tstamp 95997729-fd19-49dd-b01c-b281cfe1e1f1)) - (segment (start 120.142 117.856) (end 136.76 117.856) (width 0.25) (layer "B.Cu") (net 31) (tstamp a82efe41-8e18-4e8b-a8bd-4233bf591d8f)) - (segment (start 80.69 105.595) (end 81.485 104.8) (width 0.25) (layer "B.Cu") (net 31) (tstamp bb773354-cf37-49d2-bd52-9abc3d34938f)) - (segment (start 111.276553 118.532331) (end 119.465669 118.532331) (width 0.25) (layer "B.Cu") (net 31) (tstamp c00d9bef-6614-4599-a5b0-55a41a383da3)) - (segment (start 136.76 117.856) (end 138.654 119.75) (width 0.25) (layer "B.Cu") (net 31) (tstamp d5264509-fc41-42a9-bc58-43125cf8326b)) - (segment (start 101.28 119.42) (end 110.388884 119.42) (width 0.25) (layer "B.Cu") (net 31) (tstamp de6d3536-9929-4cb1-92e3-59601802bb5c)) - (segment (start 80.69 111.225) (end 80.69 105.595) (width 0.25) (layer "B.Cu") (net 31) (tstamp e5eaa444-3a00-4974-ae29-c7648aa60199)) - (segment (start 98.23 120.48) (end 91.22 120.48) (width 0.25) (layer "F.Cu") (net 34) (tstamp 0781f5ed-877c-4f8d-a7c6-96abdf4147bc)) - (segment (start 90.21 119.46) (end 90.285 119.385) (width 0.25) (layer "F.Cu") (net 34) (tstamp 1a250b6a-aa8d-4c0b-97ce-57658f9a9186)) - (segment (start 122.704 118.76) (end 121.734 119.73) (width 0.25) (layer "F.Cu") (net 34) (tstamp 1df4fcd0-1a0a-4bb8-b242-46a4314f53a0)) - (segment (start 121.734 126.23) (end 121.734 119.73) (width 0.25) (layer "F.Cu") (net 34) (tstamp 2c4881dc-ad2a-4160-91e7-eaafb013a71b)) - (segment (start 98.7 120.95) (end 98.23 120.48) (width 0.25) (layer "F.Cu") (net 34) (tstamp 3689af3b-1466-46c5-8569-6d50e2bf7037)) - (segment (start 67.78 108.58) (end 66.48 109.88) (width 0.25) (layer "F.Cu") (net 34) (tstamp 3b69bdb0-2464-412a-a2b5-8d00a9ee8608)) - (segment (start 122.704 114.31) (end 122.704 118.76) (width 0.25) (layer "F.Cu") (net 34) (tstamp 5442a3be-4ffc-4653-a980-0df944811013)) - (segment (start 90.21 119.47) (end 90.21 119.46) (width 0.25) (layer "F.Cu") (net 34) (tstamp 653004d1-3c6e-4aea-847b-57b55bf20de1)) - (segment (start 91.22 120.48) (end 90.21 119.47) (width 0.25) (layer "F.Cu") (net 34) (tstamp 656518ee-c522-49d1-b326-3c4833690718)) - (segment (start 77.6 108.58) (end 67.78 108.58) (width 0.25) (layer "F.Cu") (net 34) (tstamp 7be13d3c-8b64-4e46-993e-23a63c3b15b5)) - (segment (start 90.285 119.385) (end 90.285 115.4175) (width 0.25) (layer "F.Cu") (net 34) (tstamp edd2390e-8931-4f12-ba28-faac1023bcf6)) - (via (at 98.7 120.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp 1da711dc-6db8-45e6-aa0a-fbb56d2f132d)) - (via (at 90.21 119.46) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp 416f0bfc-047c-4681-9060-5fe7b4725818)) - (via (at 77.6 108.58) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp 67e02343-27df-4721-be5e-fdfa78eb0b1e)) - (segment (start 99.4575 121.7075) (end 113.2175 121.7075) (width 0.25) (layer "B.Cu") (net 34) (tstamp 18aa4e09-c2ff-461c-9640-562f096d9a17)) - (segment (start 121.734 124.624) (end 121.734 126.23) (width 0.25) (layer "B.Cu") (net 34) (tstamp 196e94c9-e977-4ba6-a990-ef57623d77ec)) - (segment (start 120.65 123.54) (end 121.734 124.624) (width 0.25) (layer "B.Cu") (net 34) (tstamp 2f77b1ea-972b-47b9-8d61-1d10ea592c6a)) - (segment (start 77.375 113.825) (end 82.88 119.33) (width 0.25) (layer "B.Cu") (net 34) (tstamp 33ebfff1-52a2-4f45-8080-2c89796a7d60)) - (segment (start 77.375 108.805) (end 77.375 113.825) (width 0.25) (layer "B.Cu") (net 34) (tstamp 596c4b47-f35c-4108-86a3-04997cf057d6)) - (segment (start 82.88 119.33) (end 90.08 119.33) (width 0.25) (layer "B.Cu") (net 34) (tstamp 95366ae9-0878-4782-8454-d05c7ba834a9)) - (segment (start 115.05 123.54) (end 120.65 123.54) (width 0.25) (layer "B.Cu") (net 34) (tstamp ca2675c6-0144-4f69-9e56-5f8aaca1892c)) - (segment (start 113.2175 121.7075) (end 115.05 123.54) (width 0.25) (layer "B.Cu") (net 34) (tstamp d2dc744c-8fa3-4010-a036-1927c24bf354)) - (segment (start 77.6 108.58) (end 77.375 108.805) (width 0.25) (layer "B.Cu") (net 34) (tstamp da2c0795-9bb1-4045-b7fb-0791fbcba914)) - (segment (start 98.7 120.95) (end 99.4575 121.7075) (width 0.25) (layer "B.Cu") (net 34) (tstamp e75271b9-1402-46af-bc54-c91ac2e1cc64)) - (segment (start 90.08 119.33) (end 90.21 119.46) (width 0.25) (layer "B.Cu") (net 34) (tstamp ee069f8d-4c0a-4006-878e-883174c5ea9c)) - (segment (start 91.03 118.75) (end 90.685 118.405) (width 0.25) (layer "F.Cu") (net 35) (tstamp 3d92c799-2016-4f06-91d9-d88f7c03b6e3)) - (segment (start 131.104 114.3) (end 131.104 118.79) (width 0.25) (layer "F.Cu") (net 35) (tstamp 51bbb8ed-c25b-45c6-bb1b-2640e49d6ffb)) - (segment (start 77.875 111.12) (end 67.78 111.12) (width 0.25) (layer "F.Cu") (net 35) (tstamp 52bdd040-110c-44b0-8095-b7666c710c6c)) - (segment (start 67.78 111.12) (end 66.48 112.42) (width 0.25) (layer "F.Cu") (net 35) (tstamp 74c5f407-a93e-4d5c-808b-74630675f4ee)) - (segment (start 131.104 118.79) (end 130.104 119.79) (width 0.25) (layer "F.Cu") (net 35) (tstamp 8b56073d-0ff3-416b-9633-c166b63bfd99)) - (segment (start 130.104 119.79) (end 130.104 126.29) (width 0.25) (layer "F.Cu") (net 35) (tstamp 8c9ac799-4426-4057-97d2-781c5b60697b)) - (segment (start 99.85 120.5) (end 99.3 119.95) (width 0.25) (layer "F.Cu") (net 35) (tstamp b6378281-55c9-4fb4-b70b-8fc69818da1c)) - (segment (start 92.05 119.95) (end 91.03 118.93) (width 0.25) (layer "F.Cu") (net 35) (tstamp cac409aa-9512-471a-b6fd-758b5c7e3489)) - (segment (start 91.03 118.93) (end 91.03 118.75) (width 0.25) (layer "F.Cu") (net 35) (tstamp e28f2af8-937b-4943-a761-043952ca09bb)) - (segment (start 78.315 111.56) (end 77.875 111.12) (width 0.25) (layer "F.Cu") (net 35) (tstamp fb22abea-9395-42fe-aa52-7a117a169b59)) - (segment (start 90.685 118.405) (end 90.685 115.4175) (width 0.25) (layer "F.Cu") (net 35) (tstamp fb70de23-d48c-444b-a80d-5bc41b831926)) - (segment (start 99.3 119.95) (end 92.05 119.95) (width 0.25) (layer "F.Cu") (net 35) (tstamp ffb29695-b122-44a8-aae1-45189ad9089e)) - (via (at 99.85 120.5) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp 091cd8e0-4726-4df0-8288-70ad3f1918ee)) - (via (at 78.315 111.56) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp 38b30388-377f-4df0-8fa5-ec08df8e6cd3)) - (via (at 91.03 118.75) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp d2e998ca-459b-41e2-bd03-e4c8d3d877be)) - (segment (start 99.85 120.5) (end 100.362213 121.012213) (width 0.25) (layer "B.Cu") (net 35) (tstamp 3392c5fe-5e61-4e02-a29c-e78468a9a7e3)) - (segment (start 128.923787 121.012213) (end 130.104 119.832) (width 0.25) (layer "B.Cu") (net 35) (tstamp 3f530340-4038-4d81-a10e-3610a2ad8a6e)) - (segment (start 83.05 118.54) (end 78.315 113.805) (width 0.25) (layer "B.Cu") (net 35) (tstamp 42a6f8ad-04ac-4455-82fe-d1e6e3f65fda)) - (segment (start 91.03 118.75) (end 88.524 118.75) (width 0.25) (layer "B.Cu") (net 35) (tstamp 619d762a-5cce-4308-904a-d131fbece7fa)) - (segment (start 130.104 119.832) (end 130.104 119.79) (width 0.25) (layer "B.Cu") (net 35) (tstamp 7258b980-8e6a-4d48-b6e6-cb6f1d19ea75)) - (segment (start 88.524 118.75) (end 88.314 118.54) (width 0.25) (layer "B.Cu") (net 35) (tstamp 9460fde1-281a-4464-a92b-d0c1d28e6bb3)) - (segment (start 88.314 118.54) (end 83.05 118.54) (width 0.25) (layer "B.Cu") (net 35) (tstamp 9b5014e0-ed19-4f55-a89e-b24934c1c2f5)) - (segment (start 78.315 113.805) (end 78.315 111.56) (width 0.25) (layer "B.Cu") (net 35) (tstamp de0e88c8-d11c-4589-8aa7-2d764413cd3e)) - (segment (start 100.362213 121.012213) (end 128.923787 121.012213) (width 0.25) (layer "B.Cu") (net 35) (tstamp f4165503-af25-4bdd-b426-549ae05edbcd)) - (segment (start 109.2555 83.3355) (end 108.53 82.61) (width 0.25) (layer "F.Cu") (net 36) (tstamp 0ab5f5ce-0e77-461e-9bbd-30022aff2651)) - (segment (start 140.338 80.8155) (end 140.298 80.8555) (width 0.25) (layer "F.Cu") (net 36) (tstamp 1bc67e19-ea5a-4b62-b6c9-9269398f4be3)) - (segment (start 108.53 77.885) (end 106.5445 75.8995) (width 0.25) (layer "F.Cu") (net 36) (tstamp 286bae1a-2fc0-4f89-a3c6-277224ac2446)) - (segment (start 71.485 105.615) (end 82.08 105.615) (width 0.25) (layer "F.Cu") (net 36) (tstamp 2fc1d56b-4cdb-4f78-8983-dbaf523f9280)) - (segment (start 82.08 105.615) (end 82.875 104.82) (width 0.25) (layer "F.Cu") (net 36) (tstamp 31417c07-f8fb-4cc0-9ac4-3efd52ea60a2)) - (segment (start 142.2155 80.8155) (end 140.338 80.8155) (width 0.25) (layer "F.Cu") (net 36) (tstamp 62cf45ec-fb1b-4dc8-8fa4-ebca9ac0b751)) - (segment (start 92.645 104.82) (end 93.485 105.66) (width 0.25) (layer "F.Cu") (net 36) (tstamp 76b0f757-5471-4d52-9958-52f759250479)) - (segment (start 93.485 105.66) (end 93.485 107.6425) (width 0.25) (layer "F.Cu") (net 36) (tstamp 7f02763c-c34c-41af-92fe-5cc68cf63041)) - (segment (start 106.5445 75.8995) (end 72.7545 75.8995) (width 0.25) (layer "F.Cu") (net 36) (tstamp 8a78d4ad-f1ab-46e3-a236-c084f5f8b828)) - (segment (start 140.298 80.8555) (end 136.1545 80.8555) (width 0.25) (layer "F.Cu") (net 36) (tstamp 9b998af7-81a6-4ac8-8d68-5081d89c2c51)) - (segment (start 71.025 112.42) (end 71.235 112.21) (width 0.25) (layer "F.Cu") (net 36) (tstamp ab990d4f-c566-427b-88f7-becf3d708e9b)) - (segment (start 82.875 104.82) (end 92.645 104.82) (width 0.25) (layer "F.Cu") (net 36) (tstamp d0a78706-21d3-4fcc-8c0c-669390aa3a0a)) - (segment (start 69.02 112.42) (end 71.025 112.42) (width 0.25) (layer "F.Cu") (net 36) (tstamp d3f93ff9-f757-49ff-aef0-444be74e6320)) - (segment (start 133.6745 83.3355) (end 109.2555 83.3355) (width 0.25) (layer "F.Cu") (net 36) (tstamp dad26f52-cb55-485b-8070-39ae77e3fa7f)) - (segment (start 136.1545 80.8555) (end 133.6745 83.3355) (width 0.25) (layer "F.Cu") (net 36) (tstamp e9179889-cdfc-4297-84d3-b6e2fce3474f)) - (segment (start 108.53 82.61) (end 108.53 77.885) (width 0.25) (layer "F.Cu") (net 36) (tstamp eb54be1e-0f5f-4f36-9eb7-8337ca9b4a2c)) - (segment (start 71.39 105.71) (end 71.485 105.615) (width 0.25) (layer "F.Cu") (net 36) (tstamp f599859f-1c25-47a7-9083-c461532edd1f)) - (segment (start 72.7545 75.8995) (end 72.365 75.51) (width 0.25) (layer "F.Cu") (net 36) (tstamp ff385dbc-8a60-4950-ab3d-ac6e8a3f9c5e)) - (via (at 71.39 105.71) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp 304c3fc4-b123-43fe-8f2c-56dd763a8681)) - (via (at 72.365 75.51) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp 9010e1d5-6429-43bd-9c89-94c72f92cc8d)) - (via (at 71.235 112.21) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp b604e793-c8f1-4d8c-9a25-63ce17643477)) - (segment (start 71.61 105.93) (end 71.61 111.835) (width 0.25) (layer "B.Cu") (net 36) (tstamp 0ef2ed67-66f8-433e-9eb5-38a15b8dde96)) - (segment (start 71.605 105.495) (end 71.605 96.1) (width 0.25) (layer "B.Cu") (net 36) (tstamp 4f4ebfb0-ebb6-40c8-affc-e136254dcefb)) - (segment (start 71.39 105.71) (end 71.61 105.93) (width 0.25) (layer "B.Cu") (net 36) (tstamp 82ed226a-e470-4f34-8b79-56485b32b52c)) - (segment (start 71.605 96.1) (end 72.61 95.095) (width 0.25) (layer "B.Cu") (net 36) (tstamp a64031df-6ce6-43d3-9ee7-1a7e09e1f120)) - (segment (start 71.61 111.835) (end 71.235 112.21) (width 0.25) (layer "B.Cu") (net 36) (tstamp f4a9cb07-c507-4dbd-b0a5-4350d5ca6bbb)) - (segment (start 72.61 75.755) (end 72.365 75.51) (width 0.25) (layer "B.Cu") (net 36) (tstamp f8f5a1a0-8cb5-401b-b37e-5847be302ac4)) - (segment (start 72.61 95.095) (end 72.61 75.755) (width 0.25) (layer "B.Cu") (net 36) (tstamp fa8ed772-1b41-456a-8c6d-ae1e4498e050)) - (segment (start 71.39 105.71) (end 71.605 105.495) (width 0.25) (layer "B.Cu") (net 36) (tstamp fb6d2580-e49e-4f47-8030-1e46e172ccb3)) - (segment (start 66.48 114.96) (end 65.21 113.69) (width 0.25) (layer "F.Cu") (net 37) (tstamp 6c299941-2f44-4785-9268-db67e01f3a19)) - (segment (start 71.42 113.75) (end 67.69 113.75) (width 0.25) (layer "F.Cu") (net 37) (tstamp 76a7c25e-37da-4004-aaab-c5d424b6d664)) - (segment (start 70.358 96.265) (end 107.53 96.265) (width 0.25) (layer "F.Cu") (net 37) (tstamp 7abf7dc5-959c-48cf-9e40-4d91dd3ceefc)) - (segment (start 69.993 95.9) (end 70.358 96.265) (width 0.25) (layer "F.Cu") (net 37) (tstamp 8b5dbddb-c5bb-4a6b-99c0-c2485f386b20)) - (segment (start 107.53 96.265) (end 108.235 95.56) (width 0.25) (layer "F.Cu") (net 37) (tstamp 8c351cf4-8c6d-48a7-9886-b6085357b11c)) - (segment (start 108.235 95.56) (end 126.115 95.56) (width 0.25) (layer "F.Cu") (net 37) (tstamp b7dc838a-26cf-4e59-8b8a-e783619503f5)) - (segment (start 67.69 113.75) (end 66.48 114.96) (width 0.25) (layer "F.Cu") (net 37) (tstamp c0d81823-5a56-45d9-b916-b3190cc461cf)) - (segment (start 65.644 95.9) (end 69.993 95.9) (width 0.25) (layer "F.Cu") (net 37) (tstamp c2626d41-9a98-4c82-852e-f0f80bf8529f)) - (segment (start 65.21 96.334) (end 65.644 95.9) (width 0.25) (layer "F.Cu") (net 37) (tstamp cd5bfa87-e347-4a68-af61-2e67c17128be)) - (segment (start 126.115 95.56) (end 129.475 92.2) (width 0.25) (layer "F.Cu") (net 37) (tstamp dd637db0-40cf-4c44-8d77-c3a6310b7ed7)) - (segment (start 65.21 113.69) (end 65.21 96.334) (width 0.25) (layer "F.Cu") (net 37) (tstamp fa8e8a98-7dbd-4f61-9e42-c98583925ce6)) - (segment (start 130.651 82.75) (end 109.72 82.75) (width 0.25) (layer "F.Cu") (net 38) (tstamp 023cdcdf-1d9a-4b84-8d53-83deebcdca75)) - (segment (start 132.5605 80.8405) (end 132.3955 81.0055) (width 0.25) (layer "F.Cu") (net 38) (tstamp 045669c0-8d56-4c92-8176-3d9e12d3ec0c)) - (segment (start 81.815 112.9755) (end 81.6395 112.8) (width 0.25) (layer "F.Cu") (net 38) (tstamp 268148b0-ce88-480d-b841-d78c5e839fa0)) - (segment (start 134.3155 80.8405) (end 132.5605 80.8405) (width 0.25) (layer "F.Cu") (net 38) (tstamp 38238231-6c2c-4e64-bdd7-05f6774b9532)) - (segment (start 84.878834 110.33) (end 88.3975 110.33) (width 0.25) (layer "F.Cu") (net 38) (tstamp 3e4b4459-7ba4-4bfb-974e-24a3c88d2e4f)) - (segment (start 72.81 116.25) (end 67.73 116.25) (width 0.25) (layer "F.Cu") (net 38) (tstamp 59caea49-e13b-4350-978c-775fe976d3be)) - (segment (start 109.09 77.225) (end 107.195 75.33) (width 0.25) (layer "F.Cu") (net 38) (tstamp 5e957217-10c7-40e7-b494-ba7afb2a38e8)) - (segment (start 132.3955 81.0055) (end 130.651 82.75) (width 0.25) (layer "F.Cu") (net 38) (tstamp 6074aa9f-fb47-490f-b281-de9f0a43e7e1)) - (segment (start 109.72 82.75) (end 109.09 82.12) (width 0.25) (layer "F.Cu") (net 38) (tstamp 60a0acab-5c28-4058-859c-fbfbaede5ae9)) - (segment (start 67.73 116.25) (end 66.48 117.5) (width 0.25) (layer "F.Cu") (net 38) (tstamp 878545ce-ccd0-4f95-b92c-701305f83461)) - (segment (start 109.09 82.12) (end 109.09 77.225) (width 0.25) (layer "F.Cu") (net 38) (tstamp a483cc21-e7cb-40a9-8f6c-664cf6ff7675)) - (segment (start 107.195 75.33) (end 83.6905 75.33) (width 0.25) (layer "F.Cu") (net 38) (tstamp ac6bff1e-5f2e-4056-a088-a3fe6f261ab2)) - (segment (start 81.6395 112.8) (end 76.26 112.8) (width 0.25) (layer "F.Cu") (net 38) (tstamp acca5161-a5db-4f35-a841-41d8da570f2b)) - (segment (start 76.26 112.8) (end 72.81 116.25) (width 0.25) (layer "F.Cu") (net 38) (tstamp c5d406c9-7d41-4fdc-9ea3-b822cbcc8b78)) - (segment (start 83.6905 75.33) (end 83.635 75.2745) (width 0.25) (layer "F.Cu") (net 38) (tstamp cc1ee915-f357-4115-9dfb-04624136a9ae)) - (segment (start 83.985 110.81) (end 84.398834 110.81) (width 0.25) (layer "F.Cu") (net 38) (tstamp de485245-700a-4a82-b3f9-577a04c84839)) - (segment (start 84.398834 110.81) (end 84.878834 110.33) (width 0.25) (layer "F.Cu") (net 38) (tstamp fbddcb8b-2436-4008-8d4c-8492ea52de9e)) - (via (at 83.985 110.81) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 38) (tstamp 2e6abcea-5c22-4990-9df1-c8f7b478fd5a)) - (via (at 81.815 112.9755) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 38) (tstamp 565ee307-9fbf-402f-a539-e38688ba8805)) - (via (at 83.635 75.2745) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 38) (tstamp d64296c1-a184-450d-8ac6-ed086f2f6e29)) - (segment (start 83.52 110.345) (end 83.985 110.81) (width 0.25) (layer "B.Cu") (net 38) (tstamp 05588b2d-a54e-4062-af90-33439aa321c4)) - (segment (start 81.815 112.9755) (end 81.8195 112.9755) (width 0.25) (layer "B.Cu") (net 38) (tstamp 16f4c9be-c0b6-493a-a9f4-614499767e35)) - (segment (start 81.8195 112.9755) (end 83.985 110.81) (width 0.25) (layer "B.Cu") (net 38) (tstamp a285d5db-b0eb-42a9-add5-9291fd07d221)) - (segment (start 83.52 75.3895) (end 83.52 110.345) (width 0.25) (layer "B.Cu") (net 38) (tstamp c51fbfc8-a54e-433b-86d7-a77780e9da0f)) - (segment (start 83.635 75.2745) (end 83.52 75.3895) (width 0.25) (layer "B.Cu") (net 38) (tstamp edf4d051-76d2-4a6d-b97d-56feb0a694b5)) - (segment (start 75.692 116.078) (end 74.79 116.98) (width 0.25) (layer "F.Cu") (net 39) (tstamp 0173bef5-3b7d-457a-ab79-7bfa6a255630)) - (segment (start 69.54 116.98) (end 69.02 117.5) (width 0.25) (layer "F.Cu") (net 39) (tstamp 205483be-4de4-4e59-bedf-54db4729ff58)) - (segment (start 75.692 112.268) (end 75.754 112.33) (width 0.25) (layer "F.Cu") (net 39) (tstamp 23629f7b-ad96-4532-9d1d-dab93eebf6ea)) - (segment (start 75.754 112.33) (end 88.3975 112.33) (width 0.25) (layer "F.Cu") (net 39) (tstamp 3f4d9f04-d8e6-41e5-a413-98eccf24178c)) - (segment (start 110.3 82.26) (end 109.79 81.75) (width 0.25) (layer "F.Cu") (net 39) (tstamp 43824999-0837-4819-a9bb-b87e04efab8d)) - (segment (start 107.425 74.65) (end 76.725 74.65) (width 0.25) (layer "F.Cu") (net 39) (tstamp 6c65dc15-fb5f-4677-98df-00c1a5d56b06)) - (segment (start 122.321 82.26) (end 110.3 82.26) (width 0.25) (layer "F.Cu") (net 39) (tstamp 6d624c07-9e6f-4639-8bd5-03cfaf6893c5)) - (segment (start 125.5055 80.9305) (end 123.6505 80.9305) (width 0.25) (layer "F.Cu") (net 39) (tstamp 73f4fae8-d604-4f5f-b923-c14732e7f540)) - (segment (start 123.5355 81.0455) (end 122.321 82.26) (width 0.25) (layer "F.Cu") (net 39) (tstamp 7b54391b-a4cc-4b14-b096-4261021afda7)) - (segment (start 123.6505 80.9305) (end 123.5355 81.0455) (width 0.25) (layer "F.Cu") (net 39) (tstamp b64bc7f9-1bb7-44be-9667-8941964baa8b)) - (segment (start 74.79 116.98) (end 69.54 116.98) (width 0.25) (layer "F.Cu") (net 39) (tstamp c2c7427c-5eff-4a72-8470-a03c5f61bab8)) - (segment (start 109.79 77.015) (end 107.425 74.65) (width 0.25) (layer "F.Cu") (net 39) (tstamp e796668f-ef08-4f8c-b40a-d65f28c2fb3d)) - (segment (start 109.79 81.75) (end 109.79 77.015) (width 0.25) (layer "F.Cu") (net 39) (tstamp eadf60e2-750a-47f4-9270-334b7a9c67a2)) - (segment (start 76.725 74.65) (end 76.715 74.66) (width 0.25) (layer "F.Cu") (net 39) (tstamp ed7dd201-7afa-43f5-9e42-c9c1cf2a69d5)) - (via (at 76.715 74.66) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 39) (tstamp 2e936d98-440f-40fc-a0e7-b354dccf86f1)) - (via (at 75.692 112.268) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 39) (tstamp 633e38cb-6d2b-4e70-8336-8c41734ecc3a)) - (via (at 75.692 116.078) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 39) (tstamp 8f8e78f2-a830-40a5-972d-2b7a9d4fc163)) - (segment (start 76.72 74.665) (end 76.715 74.66) (width 0.25) (layer "B.Cu") (net 39) (tstamp 4e815064-c690-4330-ad58-a160fb6c1a76)) - (segment (start 75.692 112.268) (end 76.72 111.24) (width 0.25) (layer "B.Cu") (net 39) (tstamp 8b524e18-0263-4064-bd28-bf8b84e50f09)) - (segment (start 76.72 111.24) (end 76.72 74.665) (width 0.25) (layer "B.Cu") (net 39) (tstamp cbaf157a-9964-4df7-900d-1098255219d5)) - (segment (start 75.692 112.268) (end 75.692 116.078) (width 0.25) (layer "B.Cu") (net 39) (tstamp e3dc3677-df7f-4863-b8bf-fb57cc8da4c8)) - (segment (start 97.5 123.29) (end 97.5 121.36) (width 0.25) (layer "F.Cu") (net 40) (tstamp ca66f327-8e1d-432d-b58f-4e1a735f5f70)) - (via (at 97.5 123.29) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 40) (tstamp 40c1f502-e3bd-4b0b-b6bb-f800259e93fd)) - (segment (start 97.29 123.08) (end 93.65 123.08) (width 0.25) (layer "B.Cu") (net 40) (tstamp 1cead156-abc4-471a-85a1-7ef4b38339b9)) - (segment (start 93.65 123.08) (end 91.88 121.31) (width 0.25) (layer "B.Cu") (net 40) (tstamp 21bb8c56-5cc3-4cea-9285-da78e5a548bf)) - (segment (start 97.69 123.1) (end 110.35 123.1) (width 0.25) (layer "B.Cu") (net 40) (tstamp 4e1edb08-a1f8-40f1-a40d-7744aff25653)) - (segment (start 97.5 123.29) (end 97.29 123.08) (width 0.25) (layer "B.Cu") (net 40) (tstamp 569ff400-df0e-402e-87be-43e7d3cb730d)) - (segment (start 67.75 121.31) (end 66.48 120.04) (width 0.25) (layer "B.Cu") (net 40) (tstamp 6f632e7d-2325-4954-8962-fa5b75ea8a89)) - (segment (start 91.88 121.31) (end 67.75 121.31) (width 0.25) (layer "B.Cu") (net 40) (tstamp 94320990-eda9-4eae-96b4-6b44c532eee7)) - (segment (start 97.5 123.29) (end 97.69 123.1) (width 0.25) (layer "B.Cu") (net 40) (tstamp a35ba9f7-61f7-4e63-8f0f-e283eee43137)) - (segment (start 110.35 123.1) (end 114.57 127.32) (width 0.25) (layer "B.Cu") (net 40) (tstamp e5b4473a-c67d-4724-bb8b-f9ecf3d83c17)) - (segment (start 114.57 127.32) (end 116.315 127.32) (width 0.25) (layer "B.Cu") (net 40) (tstamp ed5074a7-0d3a-4f79-9fc4-ce22c371db07)) - (segment (start 73.22 97.64) (end 83.48 97.64) (width 0.25) (layer "F.Cu") (net 41) (tstamp 1bf03f8a-bd03-4719-a9d4-305da93caa0b)) - (segment (start 83.97 98.13) (end 93.75 98.13) (width 0.25) (layer "F.Cu") (net 41) (tstamp 5ea9be96-0f1f-4492-9d64-f4c048365e15)) - (segment (start 93.75 98.13) (end 94.24 97.64) (width 0.25) (layer "F.Cu") (net 41) (tstamp 760e2dab-7bfd-47a4-900b-c3c11b319c59)) - (segment (start 72.55 98.31) (end 73.22 97.64) (width 0.25) (layer "F.Cu") (net 41) (tstamp 80ee5462-d030-4ccb-be77-e581a2e1752a)) - (segment (start 69.02 120.04) (end 70.655 120.04) (width 0.25) (layer "F.Cu") (net 41) (tstamp 9c400bdc-404d-4a8e-863b-6c2e5a12bc8a)) - (segment (start 94.24 97.64) (end 126.535 97.64) (width 0.25) (layer "F.Cu") (net 41) (tstamp 9e282a18-2945-44a3-9ea2-009042cbc105)) - (segment (start 126.535 97.64) (end 129.475 94.7) (width 0.25) (layer "F.Cu") (net 41) (tstamp bfd57289-e54f-4262-a390-15f8f431ea53)) - (segment (start 83.48 97.64) (end 83.97 98.13) (width 0.25) (layer "F.Cu") (net 41) (tstamp d0bbd38b-8813-4440-86f6-3c9fe81a4534)) - (segment (start 70.655 120.04) (end 71.455 119.24) (width 0.25) (layer "F.Cu") (net 41) (tstamp d2ef8b39-2c93-4f3b-a824-7b3903e1b7b3)) - (via (at 72.55 98.31) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 41) (tstamp 92e45022-5122-4e49-92bd-6066c824f9f8)) - (segment (start 70.635 114.875) (end 70.635 118.48) (width 0.25) (layer "B.Cu") (net 41) (tstamp 4d48e1f6-5125-443d-9715-fe2816ad2129)) - (segment (start 69.075 120.04) (end 69.02 120.04) (width 0.25) (layer "B.Cu") (net 41) (tstamp 58fd5c16-1d9c-42cf-8357-97e800a5c099)) - (segment (start 72.23 113.28) (end 70.635 114.875) (width 0.25) (layer "B.Cu") (net 41) (tstamp 7ec9e063-ed29-43fa-8a9a-c3a6814ed27c)) - (segment (start 70.635 118.48) (end 69.075 120.04) (width 0.25) (layer "B.Cu") (net 41) (tstamp a8435e77-e926-4a12-ba1a-e486b67e04da)) - (segment (start 72.55 98.31) (end 72.23 98.63) (width 0.25) (layer "B.Cu") (net 41) (tstamp aa7a8133-6f2d-4122-a6cb-915a0a35bb18)) - (segment (start 72.23 98.63) (end 72.23 113.28) (width 0.25) (layer "B.Cu") (net 41) (tstamp e0e4ccde-4600-4b77-82b2-5bec3f2938bb)) - (segment (start 102.07 101.14) (end 102.22 101.29) (width 0.25) (layer "F.Cu") (net 42) (tstamp 09243636-38eb-4638-827b-e788e9f0288e)) - (segment (start 127.885 101.29) (end 129.475 99.7) (width 0.25) (layer "F.Cu") (net 42) (tstamp 1ef836b1-39fb-4b89-8630-676320a0cc46)) - (segment (start 69.03 122.57) (end 69.02 122.58) (width 0.25) (layer "F.Cu") (net 42) (tstamp 3458d247-6222-46a3-835d-ef8dee6afa67)) - (segment (start 71.71 122.505) (end 71.635 122.505) (width 0.25) (layer "F.Cu") (net 42) (tstamp 6c1ab1cc-eb22-403e-b2fb-0ad7accbab53)) - (segment (start 102.22 101.29) (end 127.885 101.29) (width 0.25) (layer "F.Cu") (net 42) (tstamp 861f0e33-786c-4c12-9fa1-96d768acf17e)) - (segment (start 74.396339 119.818661) (end 71.71 122.505) (width 0.25) (layer "F.Cu") (net 42) (tstamp 8eab9fdc-8467-4f55-bf82-813755fb4a63)) - (segment (start 76.251839 119.818661) (end 74.396339 119.818661) (width 0.25) (layer "F.Cu") (net 42) (tstamp a553f1d5-296a-4dc8-a442-fa2075b48d2e)) - (segment (start 71.31 122.57) (end 69.03 122.57) (width 0.25) (layer "F.Cu") (net 42) (tstamp ace88e04-508f-4a14-9732-07fe5aa606b1)) - (via (at 76.251839 119.818661) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 42) (tstamp 4ddc6c84-889d-4fee-b723-b28b6be2db08)) - (via (at 102.07 101.14) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 42) (tstamp bf80482e-2a5a-4261-abf9-f2f8f469ad19)) - (segment (start 102.07 101.14) (end 102.625 101.695) (width 0.25) (layer "B.Cu") (net 42) (tstamp 469484ea-9c5c-4fa9-825f-308ba0aed700)) - (segment (start 102.625 101.695) (end 102.625 115.37) (width 0.25) (layer "B.Cu") (net 42) (tstamp 7cd6a0b1-67dc-4182-b075-beeea81a9c6a)) - (segment (start 92.26 120.17) (end 76.603178 120.17) (width 0.25) (layer "B.Cu") (net 42) (tstamp 875a6824-1ce6-407b-9177-86aa676cac04)) - (segment (start 96.045 121.95) (end 94.04 121.95) (width 0.25) (layer "B.Cu") (net 42) (tstamp 9c045c2d-499c-4ed1-8fee-68dbbdc4aabd)) - (segment (start 76.603178 120.17) (end 76.251839 119.818661) (width 0.25) (layer "B.Cu") (net 42) (tstamp b89e5943-4f0f-4a52-aca8-a5fb2f9f8da8)) - (segment (start 102.625 115.37) (end 96.045 121.95) (width 0.25) (layer "B.Cu") (net 42) (tstamp d5312373-8ba4-42c4-84e3-d8471927e153)) - (segment (start 94.04 121.95) (end 92.26 120.17) (width 0.25) (layer "B.Cu") (net 42) (tstamp ef122062-95ac-411b-90af-4297f516ba7c)) - (segment (start 157.755028 101.585449) (end 157.755786 101.584691) (width 0.5) (layer "F.Cu") (net 43) (tstamp 0e2b262f-2ed1-4283-8561-a6106bee9040)) - (segment (start 106.385 91.2325) (end 100.8625 91.2325) (width 0.5) (layer "F.Cu") (net 43) (tstamp 0fbf5c54-ac26-46ee-bc61-a133d59ee2bf)) - (segment (start 146.050786 96.559691) (end 144.200786 96.559691) (width 0.5) (layer "F.Cu") (net 43) (tstamp 23477313-afa6-44ca-a48c-29908fb183ce)) - (segment (start 151.00139 101.585449) (end 157.755028 101.585449) (width 0.5) (layer "F.Cu") (net 43) (tstamp 3125e04c-ac88-4cf2-b5ce-6f9262c937ee)) - (segment (start 116.2 90.21) (end 115.425 90.985) (width 0.5) (layer "F.Cu") (net 43) (tstamp 3c603afd-7a37-4a02-bb3b-ed0fc74cf39a)) - (segment (start 106.385 91.2325) (end 106.3175 91.2325) (width 0.5) (layer "F.Cu") (net 43) (tstamp 494a6aaf-0f30-4907-ba41-f7c03220d2b0)) - (segment (start 100.8625 91.2325) (end 98.26 88.63) (width 0.5) (layer "F.Cu") (net 43) (tstamp 61a9dbe2-56b1-413b-b72d-e5bdd67a7646)) - (segment (start 144.200786 96.559691) (end 144.050786 96.409691) (width 0.5) (layer "F.Cu") (net 43) (tstamp 63e4f8f1-94d4-4540-a60d-60f1dcabe59e)) - (segment (start 109.385 91.2325) (end 110.6325 91.2325) (width 0.5) (layer "F.Cu") (net 43) (tstamp 689b1245-bffd-42db-8556-9509c11a0a6c)) - (segment (start 111.07 91.175) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 43) (tstamp 891a25ce-967c-4a04-81bb-c6634b5ee870)) - (segment (start 116.2 90.21) (end 116.2 88.985) (width 0.5) (layer "F.Cu") (net 43) (tstamp 8e4c0489-1692-403e-be50-5e713f6e0772)) - (segment (start 98.26 88.63) (end 95.72 88.63) (width 0.5) (layer "F.Cu") (net 43) (tstamp 9eff18bc-8380-4444-85c6-0be050791249)) - (segment (start 110.6325 91.2325) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 43) (tstamp acbb7b57-70c9-4d5a-89bb-79d5e9e38371)) - (segment (start 115.425 90.985) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 43) (tstamp aec67a7d-a371-4723-90ff-7e1fe42e5e37)) - (segment (start 95.72 88.63) (end 93.495 88.63) (width 0.5) (layer "F.Cu") (net 43) (tstamp d666244d-be06-434a-9409-7c02ab2ab9ca)) - (segment (start 151.00139 101.510295) (end 151.00139 101.585449) (width 0.5) (layer "F.Cu") (net 43) (tstamp e0309984-ab91-466c-8808-d951dbccd00a)) - (segment (start 143.273831 97.186646) (end 137.752705 97.186646) (width 0.5) (layer "F.Cu") (net 43) (tstamp e5e2a596-d374-4582-af1f-77f23f671896)) - (segment (start 111.07 92.03) (end 111.07 91.175) (width 0.5) (layer "F.Cu") (net 43) (tstamp f5ce623f-39e8-46f8-bf78-98509bfe8b6d)) - (segment (start 106.3175 91.2325) (end 105.73 91.82) (width 0.5) (layer "F.Cu") (net 43) (tstamp f74b0b4f-f68e-415c-9ee3-acf4c3506fe3)) - (segment (start 146.050786 96.559691) (end 151.00139 101.510295) (width 0.5) (layer "F.Cu") (net 43) (tstamp fabc8168-4403-481a-b202-b2b64a56dd6e)) - (segment (start 144.050786 96.409691) (end 143.273831 97.186646) (width 0.5) (layer "F.Cu") (net 43) (tstamp fd50997c-eb63-47e4-8247-3e1f26dd30d3)) - (via (at 105.73 91.82) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 06ec2a5a-3b37-483c-9c41-9ac3cc4e4821)) - (via (at 111.07 92.03) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp 81e50bca-56df-47db-bb5c-5231526cbff1)) - (via (at 116.2 90.21) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 43) (tstamp b4bbb8d5-e824-4300-aab1-1817fdcacf3b)) - (segment (start 105.73 91.82) (end 110.86 91.82) (width 0.5) (layer "B.Cu") (net 43) (tstamp 09aadbc1-6f97-4e55-847f-27aca2403421)) - (segment (start 130.776059 90.21) (end 137.752705 97.186646) (width 0.5) (layer "B.Cu") (net 43) (tstamp 879da5d7-5b33-4f02-9446-8fb9f118febd)) - (segment (start 110.86 91.82) (end 111.07 92.03) (width 0.5) (layer "B.Cu") (net 43) (tstamp a1145cfe-5967-4588-8e21-5bd634222c4a)) - (segment (start 116.2 90.21) (end 130.776059 90.21) (width 0.5) (layer "B.Cu") (net 43) (tstamp ae8f9a9f-a44f-4b01-9153-1b3ab0f71451)) - (segment (start 145.200786 85.532191) (end 143.550786 87.182191) (width 0.25) (layer "F.Cu") (net 44) (tstamp 427e74c4-270a-4e94-a7ea-49ff1b9231df)) - (segment (start 143.550786 87.182191) (end 143.550786 93.494691) (width 0.25) (layer "F.Cu") (net 44) (tstamp 50eabdff-c35d-4e86-b0be-251e2937ec5a)) - (segment (start 157.755028 96.585449) (end 157.755786 96.584691) (width 0.25) (layer "F.Cu") (net 44) (tstamp 80d07545-4b55-4424-b1af-416bf309c9c0)) - (segment (start 151.00139 96.585449) (end 157.755028 96.585449) (width 0.25) (layer "F.Cu") (net 44) (tstamp b24416bc-05c5-4de0-9a40-6bd089c76170)) - (segment (start 144.050786 93.994691) (end 143.550786 93.494691) (width 0.25) (layer "F.Cu") (net 44) (tstamp f8356312-8475-4362-a760-8e40f1dfa07f)) - (segment (start 144.050786 94.759691) (end 144.050786 93.994691) (width 0.25) (layer "F.Cu") (net 44) (tstamp fbf7a2e3-ffe7-46ef-a46d-36920b61a481)) - (via (at 143.550786 93.494691) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 44) (tstamp d31a0641-89c3-4cc8-807f-db12ecc4e26b)) - (segment (start 146.641544 96.585449) (end 151.00139 96.585449) (width 0.25) (layer "B.Cu") (net 44) (tstamp 830859bf-2cf1-4b40-8142-2ccb760363ff)) - (segment (start 143.550786 93.494691) (end 146.641544 96.585449) (width 0.25) (layer "B.Cu") (net 44) (tstamp f11da74e-da9f-4751-8a4d-d30b54a7c878)) - (segment (start 151.002148 99.084691) (end 151.00139 99.085449) (width 0.25) (layer "F.Cu") (net 45) (tstamp 2731a92f-fc9d-493f-a30b-7581fff4c59f)) - (segment (start 151.00139 99.085449) (end 150.226544 99.085449) (width 0.25) (layer "F.Cu") (net 45) (tstamp 370d678a-a562-4f37-9c13-60e006ad538c)) - (segment (start 146.050786 93.692191) (end 145.330786 92.972191) (width 0.25) (layer "F.Cu") (net 45) (tstamp 71cdb245-4282-4cb7-a117-0b1d8f650314)) - (segment (start 146.050786 94.909691) (end 146.050786 93.692191) (width 0.25) (layer "F.Cu") (net 45) (tstamp ad973caa-1edb-44c8-9feb-7691d8090cf7)) - (segment (start 157.755786 99.084691) (end 151.002148 99.084691) (width 0.25) (layer "F.Cu") (net 45) (tstamp b0cb409f-2ee6-42f9-9d22-5ffc2a0b230a)) - (segment (start 150.226544 99.085449) (end 146.050786 94.909691) (width 0.25) (layer "F.Cu") (net 45) (tstamp ccfd7c75-3a71-4863-b5ba-65f116fc32ab)) - (segment (start 103.5 120.875) (end 103.7 121.075) (width 0.25) (layer "F.Cu") (net 46) (tstamp 40de73e4-c19c-40d7-a503-b6abc17f087b)) - (segment (start 103.7 121.075) (end 103.7 124.725) (width 0.25) (layer "F.Cu") (net 46) (tstamp fbc6930e-edaa-427f-8250-4a5fd1792a42)) - (segment (start 87.445 108.33) (end 88.3975 108.33) (width 0.25) (layer "F.Cu") (net 49) (tstamp 04e3f071-8471-4551-a645-6c3ebfe83eac)) - (segment (start 86.91 100.975) (end 86.905 100.98) (width 0.25) (layer "F.Cu") (net 49) (tstamp 0bcc0d37-b2d1-488c-9eda-7b6ae2ce7f7d)) - (segment (start 86.875 107.76) (end 87.445 108.33) (width 0.25) (layer "F.Cu") (net 49) (tstamp c885a193-0230-4f05-9449-64604a6d6732)) - (segment (start 88.005 100.975) (end 86.91 100.975) (width 0.25) (layer "F.Cu") (net 49) (tstamp e06bbfe9-4010-435d-b163-974c4ced2b8c)) - (via (at 86.905 100.98) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 49) (tstamp 3c80437f-11ac-43b8-a631-014ab42eb1f7)) - (via (at 86.875 107.76) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 49) (tstamp ac8c90b4-6207-4b37-bfb8-0e6acfc9b5c8)) - (segment (start 86.875 107.76) (end 86.875 101.01) (width 0.25) (layer "B.Cu") (net 49) (tstamp 8e7bb3ad-cc6b-4c71-bab2-af062af44df8)) - (segment (start 86.875 101.01) (end 86.905 100.98) (width 0.25) (layer "B.Cu") (net 49) (tstamp a95fedc1-2fd4-48b3-a489-257fd153ff04)) - (segment (start 89.885 106.655) (end 89.885 107.6425) (width 0.25) (layer "F.Cu") (net 50) (tstamp 2c8b41a9-6cd4-42c0-a078-ce2b54bfe4c6)) - (segment (start 73.145 106.24) (end 73.24 106.145) (width 0.25) (layer "F.Cu") (net 50) (tstamp 32f9665c-98e7-4cbb-856c-f51595debfcf)) - (segment (start 88.61 105.38) (end 89.885 106.655) (width 0.25) (layer "F.Cu") (net 50) (tstamp 366f8f0d-7d4d-44fc-b3aa-ce8a0ab1b6c3)) - (segment (start 73.24 106.145) (end 82.505 106.145) (width 0.25) (layer "F.Cu") (net 50) (tstamp 4971a6a3-d56f-46a1-959d-35eca6061b36)) - (segment (start 82.505 106.145) (end 83.27 105.38) (width 0.25) (layer "F.Cu") (net 50) (tstamp 6670018f-60c2-4c96-8538-e8f242e7b308)) - (segment (start 83.27 105.38) (end 88.61 105.38) (width 0.25) (layer "F.Cu") (net 50) (tstamp 8ff9d990-dcd6-4fe2-ad7e-e8dfa4af2834)) - (segment (start 73.07 112.595) (end 73.07 113.75) (width 0.25) (layer "F.Cu") (net 50) (tstamp d535baa9-c844-4200-aa96-b7ead4d8ba2a)) - (via (at 73.145 106.24) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 50) (tstamp 3d8d05a0-44cb-4ed1-830e-89faa277fd87)) - (via (at 73.07 112.595) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 50) (tstamp 8c6b6ee4-be06-4066-817a-2523ff73305f)) - (segment (start 73.145 112.52) (end 73.07 112.595) (width 0.25) (layer "B.Cu") (net 50) (tstamp 1575d66c-8bcd-4169-a917-15914d8fa225)) - (segment (start 73.145 106.24) (end 73.145 112.52) (width 0.25) (layer "B.Cu") (net 50) (tstamp 4d0ced44-abb5-4746-90f7-a78f7880e72d)) - (segment (start 73.095 112.57) (end 73.07 112.595) (width 0.25) (layer "B.Cu") (net 50) (tstamp 72214c25-93a1-4738-9bea-43e5d378f656)) - (segment (start 72.33 117.985) (end 72.435 117.88) (width 0.25) (layer "F.Cu") (net 51) (tstamp 5307addf-2dcb-45f3-8890-9abab40bf7aa)) - (segment (start 73.835 107.18) (end 74.245 106.77) (width 0.25) (layer "F.Cu") (net 51) (tstamp 5ba9aa98-72c2-4c31-a6e8-8249df9c88e7)) - (segment (start 72.33 120.16) (end 72.33 117.985) (width 0.25) (layer "F.Cu") (net 51) (tstamp 71a2d312-e859-4ca9-bd49-e72be19ee289)) - (segment (start 71.635 120.855) (end 72.33 120.16) (width 0.25) (layer "F.Cu") (net 51) (tstamp b133202f-1eb7-44be-962f-e959063e61ea)) - (segment (start 74.245 106.77) (end 82.7 106.77) (width 0.25) (layer "F.Cu") (net 51) (tstamp b8190652-2272-4982-8eb6-466bc1381b87)) - (segment (start 88.36 105.86) (end 89.485 106.985) (width 0.25) (layer "F.Cu") (net 51) (tstamp cd2bd81f-ecf9-4d99-bb73-c634875c07a4)) - (segment (start 89.485 106.985) (end 89.485 107.6425) (width 0.25) (layer "F.Cu") (net 51) (tstamp e08c84e1-36ce-4a52-94d8-432faa87d70d)) - (segment (start 82.7 106.77) (end 83.61 105.86) (width 0.25) (layer "F.Cu") (net 51) (tstamp f4cf59c2-60b1-4ee1-a3a0-fe3a6b8abdcc)) - (segment (start 83.61 105.86) (end 88.36 105.86) (width 0.25) (layer "F.Cu") (net 51) (tstamp ff9a243a-b8c8-46f7-bbc8-922e1ab62b28)) - (via (at 73.835 107.18) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 51) (tstamp cb109a70-fc89-47ed-bedf-c21a2f435f11)) - (via (at 72.435 117.88) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 51) (tstamp df59707e-87c4-4673-9439-142fc0e7cb02)) - (segment (start 73.805 116.51) (end 73.805 107.21) (width 0.25) (layer "B.Cu") (net 51) (tstamp 268e74c4-f0e9-44f1-a741-590daaade473)) - (segment (start 73.805 107.21) (end 73.835 107.18) (width 0.25) (layer "B.Cu") (net 51) (tstamp de115e3b-ba04-4b06-8c58-d3b3ac752bc9)) - (segment (start 72.435 117.88) (end 73.805 116.51) (width 0.25) (layer "B.Cu") (net 51) (tstamp e16cceb2-12d6-4b71-bab1-e961e6f32bd4)) - (segment (start 83.92 106.3) (end 87.89 106.3) (width 0.25) (layer "F.Cu") (net 52) (tstamp 23fdb544-d53f-4e8b-8a56-5fef9e35c161)) - (segment (start 74.599947 107.845463) (end 74.80291 107.6425) (width 0.25) (layer "F.Cu") (net 52) (tstamp 2eeab387-bfd8-4496-a204-82c413dca25b)) - (segment (start 74.80291 107.6425) (end 76.3075 107.6425) (width 0.25) (layer "F.Cu") (net 52) (tstamp 2f117062-e41d-4e3e-95ce-5322983c363f)) - (segment (start 87.89 106.3) (end 89.085 107.495) (width 0.25) (layer "F.Cu") (net 52) (tstamp 389dd18f-7ef3-4a20-a57b-bb0d6ecf80ec)) - (segment (start 89.085 107.495) (end 89.085 107.6425) (width 0.25) (layer "F.Cu") (net 52) (tstamp 6e7199ae-2fca-491a-ab31-24a818811e1a)) - (segment (start 74.145 118.4) (end 73.945 118.4) (width 0.25) (layer "F.Cu") (net 52) (tstamp 9e694e95-9cd8-4226-b073-31713a2fcc9c)) - (segment (start 76.3075 107.6425) (end 76.69 107.26) (width 0.25) (layer "F.Cu") (net 52) (tstamp ccbcbfe9-5cd3-43f8-9050-bece06948241)) - (segment (start 73.945 118.4) (end 73.105 119.24) (width 0.25) (layer "F.Cu") (net 52) (tstamp da3ba945-fe83-4720-af03-b751c4d831a7)) - (segment (start 82.96 107.26) (end 83.92 106.3) (width 0.25) (layer "F.Cu") (net 52) (tstamp f970ff89-b4f5-43b8-9d12-cd1d2d28eeff)) - (segment (start 76.69 107.26) (end 82.96 107.26) (width 0.25) (layer "F.Cu") (net 52) (tstamp fd8fd63a-ff94-4eb6-b640-b98552d378cc)) - (via (at 74.599947 107.845463) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 52) (tstamp 4dbbae3c-196d-4ad0-a5e1-c0e6b7a6b8ba)) - (via (at 74.145 118.4) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 52) (tstamp 6526565c-efea-45f8-8a44-fb8d862ecd3e)) - (segment (start 74.422 108.02341) (end 74.422 118.307) (width 0.25) (layer "B.Cu") (net 52) (tstamp 5da0f188-2040-432e-9c92-1c8628409712)) - (segment (start 74.422 118.307) (end 74.515 118.4) (width 0.25) (layer "B.Cu") (net 52) (tstamp 96443401-8e32-46e7-be74-698016e0cdd0)) - (segment (start 74.599947 107.845463) (end 74.422 108.02341) (width 0.25) (layer "B.Cu") (net 52) (tstamp 99e6c4af-e07a-4671-9d7b-021516ef2691)) - (segment (start 74.515 118.4) (end 74.145 118.4) (width 0.25) (layer "B.Cu") (net 52) (tstamp bb2bd2f2-1519-4d9f-967b-b4b19568cc1f)) - (segment (start 102.44 111.97) (end 102 111.53) (width 0.25) (layer "F.Cu") (net 53) (tstamp 12551142-29ab-4d2f-81c4-6670f7169244)) - (segment (start 102 111.53) (end 96.1725 111.53) (width 0.25) (layer "F.Cu") (net 53) (tstamp cb38f04c-74a8-4817-a15a-cf0db3ae4133)) - (segment (start 95.075 98.59) (end 87.11998 98.59) (width 0.25) (layer "F.Cu") (net 54) (tstamp 000bed76-c516-42be-be72-b33853980ca6)) - (segment (start 95.085 106.913884) (end 95.085 107.6425) (width 0.25) (layer "F.Cu") (net 54) (tstamp 336fe285-368c-4e04-ab1e-975fe6bdc189)) - (segment (start 95.451056 106.547828) (end 95.085 106.913884) (width 0.25) (layer "F.Cu") (net 54) (tstamp 4054ab26-83a1-4e44-9f98-7460e05675ff)) - (segment (start 86.54998 99.16) (end 81.175 99.16) (width 0.25) (layer "F.Cu") (net 54) (tstamp 41907825-fee9-4ed5-bfb1-59cc3d13baf9)) - (segment (start 95.451056 106.516495) (end 95.451056 106.547828) (width 0.25) (layer "F.Cu") (net 54) (tstamp 59ddad59-30c9-4039-8515-b1e14e1e53f9)) - (segment (start 87.11998 98.59) (end 86.54998 99.16) (width 0.25) (layer "F.Cu") (net 54) (tstamp 5fbe4f00-766b-4aef-89d3-84183ed1fe19)) - (via (at 95.075 98.59) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 54) (tstamp cb2c41cd-9e4d-423f-9c69-7f76e98f920b)) - (via (at 95.451056 106.516495) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 54) (tstamp cebaa1f2-29a3-4c66-8315-af705f1ff0a1)) - (segment (start 95.7 99.215) (end 95.7 106.267551) (width 0.25) (layer "B.Cu") (net 54) (tstamp 6fcd325b-244c-4843-9698-90be05200666)) - (segment (start 95.075 98.59) (end 95.7 99.215) (width 0.25) (layer "B.Cu") (net 54) (tstamp 94d2945a-4b1c-4b52-8f73-44d399fb310b)) - (segment (start 95.7 106.267551) (end 95.451056 106.516495) (width 0.25) (layer "B.Cu") (net 54) (tstamp ce93de18-30c5-4998-9fa4-0da922dce8ed)) - (segment (start 94.815 121.36) (end 94.635 121.18) (width 0.25) (layer "F.Cu") (net 55) (tstamp 104df46f-d4ae-4923-9f44-a659a20e71be)) - (segment (start 95.85 121.36) (end 94.815 121.36) (width 0.25) (layer "F.Cu") (net 55) (tstamp 6a1443ee-f68e-4e32-a7f5-0222bcffd05a)) - (segment (start 94.9095 105.67) (end 94.685 105.8945) (width 0.25) (layer "F.Cu") (net 55) (tstamp 7f58f7e0-6e5c-40e8-a251-b18e928f1aed)) - (segment (start 94.685 105.8945) (end 94.685 107.6425) (width 0.25) (layer "F.Cu") (net 55) (tstamp a8cb1780-ef4a-43f6-8bc2-0b9db2407193)) - (via (at 94.9095 105.67) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 55) (tstamp 7b73be7d-4bf9-47ec-85fb-59b9f34cb238)) - (via (at 94.635 121.18) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 55) (tstamp f04148d5-7130-4284-84ca-1ae5ad2b955f)) - (segment (start 93.335 119.88) (end 93.335 107.2445) (width 0.25) (layer "B.Cu") (net 55) (tstamp 519d9175-313d-416d-a13b-35a92d4b76fe)) - (segment (start 93.335 107.2445) (end 94.9095 105.67) (width 0.25) (layer "B.Cu") (net 55) (tstamp 58174bda-3546-466d-8d57-0aec2c9788b0)) - (segment (start 94.635 121.18) (end 93.335 119.88) (width 0.25) (layer "B.Cu") (net 55) (tstamp a42d48a0-fe91-4aa0-9758-e6240bfec466)) - (segment (start 94.285 103.57) (end 94.285 107.6425) (width 0.25) (layer "F.Cu") (net 56) (tstamp 018b435d-97b1-421d-a953-cfedf66519bc)) - (segment (start 95.165 102.69) (end 94.285 103.57) (width 0.25) (layer "F.Cu") (net 56) (tstamp 40474d9c-1f9b-45e9-978f-489e8f76d8d2)) - (segment (start 97.535 102.685) (end 97.53 102.69) (width 0.25) (layer "F.Cu") (net 56) (tstamp 418bc0cc-2060-410c-bead-7c66a1bc4ce3)) - (segment (start 97.53 102.69) (end 95.165 102.69) (width 0.25) (layer "F.Cu") (net 56) (tstamp 521fef96-e835-4172-9bc6-848d024ff1d1)) - (segment (start 96.1725 111.93) (end 97.765 111.93) (width 0.25) (layer "F.Cu") (net 57) (tstamp 2f60ce85-a5a8-42e6-9fd3-a484aa82b732)) - (segment (start 97.765 111.93) (end 98.135 112.3) (width 0.25) (layer "F.Cu") (net 57) (tstamp 58d50486-3b26-43be-a6f8-5da7267e86bc)) - (segment (start 89.34 92.21) (end 73.14 92.21) (width 0.25) (layer "F.Cu") (net 57) (tstamp 77cf1e74-d668-40ca-bc03-4f742aff4c54)) - (segment (start 89.75 92.62) (end 89.34 92.21) (width 0.25) (layer "F.Cu") (net 57) (tstamp 9a391b7a-a0d3-4a1f-8b53-9b1fdc778c95)) - (segment (start 73.14 92.21) (end 73.13 92.22) (width 0.25) (layer "F.Cu") (net 57) (tstamp b6f13cba-86af-43dc-9217-c1db8bc21c27)) - (via (at 89.75 92.62) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 57) (tstamp a4619766-e406-4395-ad69-2d033e81522c)) - (via (at 98.135 112.3) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 57) (tstamp fd779f5c-dbfa-4ce2-ae96-3d7f17e5f79e)) - (segment (start 97.19 97.061116) (end 97.19 111.355) (width 0.25) (layer "B.Cu") (net 57) (tstamp 006d92de-bfe9-47e7-a78f-2b99ff93ddd1)) - (segment (start 89.75 92.62) (end 92.748884 92.62) (width 0.25) (layer "B.Cu") (net 57) (tstamp 3b415887-1e76-4729-b898-66157d70bd3d)) - (segment (start 92.748884 92.62) (end 97.19 97.061116) (width 0.25) (layer "B.Cu") (net 57) (tstamp 7f8f550a-8d0b-47ed-b3ac-3283aa526b49)) - (segment (start 97.19 111.355) (end 98.135 112.3) (width 0.25) (layer "B.Cu") (net 57) (tstamp d377b4fe-85a4-4b6c-a0fb-5ee316b58b52)) - (segment (start 96.91 112.33) (end 96.1725 112.33) (width 0.25) (layer "F.Cu") (net 58) (tstamp 0895e891-98c1-4230-b472-f2d4d37747bf)) - (segment (start 91.45 94.26) (end 73.43 94.26) (width 0.25) (layer "F.Cu") (net 58) (tstamp 5d008616-6365-4283-a89a-b2a5ff4bf58a)) - (segment (start 97.31 112.73) (end 96.91 112.33) (width 0.25) (layer "F.Cu") (net 58) (tstamp 7fd83a86-4128-4d46-996c-ca726cf71896)) - (segment (start 73.43 94.26) (end 73.12 93.95) (width 0.25) (layer "F.Cu") (net 58) (tstamp f0e476d6-20fe-4cf1-ab3f-959110842171)) - (via (at 91.45 94.26) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 58) (tstamp 174bf033-2b5e-41a2-8945-bdc033d3f689)) - (via (at 97.31 112.73) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 58) (tstamp fd114ff3-5b5e-4ff1-a57b-24b9c632332b)) - (segment (start 96.64 112.06) (end 96.64 97.395) (width 0.25) (layer "B.Cu") (net 58) (tstamp 15e89ae3-413f-47b4-ba38-66deae57f783)) - (segment (start 96.64 97.395) (end 93.505 94.26) (width 0.25) (layer "B.Cu") (net 58) (tstamp 53a60a89-fb57-429b-921f-941e3c40b0ea)) - (segment (start 97.31 112.73) (end 96.64 112.06) (width 0.25) (layer "B.Cu") (net 58) (tstamp 54a7e14d-2e8f-4c07-a183-87e07472aae9)) - (segment (start 93.505 94.26) (end 91.45 94.26) (width 0.25) (layer "B.Cu") (net 58) (tstamp 6eedf608-b51a-4a0c-87e4-4ba8a5c04baf)) - (segment (start 73.45 85.71) (end 73.38 85.64) (width 0.25) (layer "F.Cu") (net 59) (tstamp 8eeb2d36-f451-4d55-945b-06d06f6cf8ed)) - (segment (start 88.735 85.71) (end 73.45 85.71) (width 0.25) (layer "F.Cu") (net 59) (tstamp 99138877-8ce8-465a-8b3d-68f0f3766857)) - (segment (start 95.45 117.05) (end 95.45 116.771116) (width 0.25) (layer "F.Cu") (net 59) (tstamp a6e25a70-491e-4416-8977-a0ab986d72db)) - (segment (start 95.085 116.406116) (end 95.085 115.4175) (width 0.25) (layer "F.Cu") (net 59) (tstamp c1f2ca91-a773-4ecc-9b92-8e87dbd7d3b9)) - (segment (start 95.45 116.771116) (end 95.085 116.406116) (width 0.25) (layer "F.Cu") (net 59) (tstamp e151c93b-15a4-4cf3-9af0-530d05c1728b)) - (via (at 88.735 85.71) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 59) (tstamp 52e5b8c2-6aea-4b4a-9a8a-6b0e9b645fcd)) - (via (at 95.45 117.05) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 59) (tstamp ef0f5870-7cbb-436f-b86a-24abe36b9374)) - (segment (start 96.165 98.265) (end 93.19 95.29) (width 0.25) (layer "B.Cu") (net 59) (tstamp 5ad44db8-7e8d-4df2-bed7-be66ca76951a)) - (segment (start 95.45 116.041116) (end 96.165 115.326116) (width 0.25) (layer "B.Cu") (net 59) (tstamp b8e6165b-31e0-4e1f-8f73-a64847b85047)) - (segment (start 95.45 117.05) (end 95.45 116.041116) (width 0.25) (layer "B.Cu") (net 59) (tstamp c5535fcd-7b37-44a4-ae27-e9f9f12ff935)) - (segment (start 88.735 93.205) (end 88.735 85.71) (width 0.25) (layer "B.Cu") (net 59) (tstamp c75e6763-9390-4e95-8709-1c2f43e8fb8d)) - (segment (start 90.82 95.29) (end 88.735 93.205) (width 0.25) (layer "B.Cu") (net 59) (tstamp c85f407d-282d-417e-a2ca-b4fe4151a6e6)) - (segment (start 93.19 95.29) (end 90.82 95.29) (width 0.25) (layer "B.Cu") (net 59) (tstamp d4a1e51c-497a-4e3d-b836-d64d9101ac49)) - (segment (start 96.165 115.326116) (end 96.165 98.265) (width 0.25) (layer "B.Cu") (net 59) (tstamp f4ded401-3f1e-407f-9644-d071729ec8a3)) - (segment (start 82.46 111.53) (end 88.3975 111.53) (width 0.25) (layer "F.Cu") (net 60) (tstamp 23f23318-1db2-4c32-9adc-3cc29e35ae88)) - (segment (start 80.71 108.95) (end 80.71 109.78) (width 0.25) (layer "F.Cu") (net 60) (tstamp 4479eb39-92c6-4688-bab9-8456d5903ce7)) - (segment (start 80.71 109.78) (end 82.46 111.53) (width 0.25) (layer "F.Cu") (net 60) (tstamp fefd6305-c21a-4802-b5db-60d1ca0ec186)) - (segment (start 105.4 118.6) (end 105.4 116.38) (width 0.25) (layer "F.Cu") (net 61) (tstamp 0758b88f-7e92-499d-8b59-1862fcd38c9b)) - (segment (start 103.85 114.83) (end 98.468604 114.83) (width 0.25) (layer "F.Cu") (net 61) (tstamp 3afa08ae-b77a-4050-8395-8896cafce9a8)) - (segment (start 105.4 116.38) (end 103.85 114.83) (width 0.25) (layer "F.Cu") (net 61) (tstamp 5b44f4a0-1482-4144-89c1-b0fb4a98dd30)) - (segment (start 97.968604 114.33) (end 96.1725 114.33) (width 0.25) (layer "F.Cu") (net 61) (tstamp b059b38f-bdce-41de-95f3-bab3141cffec)) - (segment (start 98.468604 114.83) (end 97.968604 114.33) (width 0.25) (layer "F.Cu") (net 61) (tstamp b3d8e370-a172-4497-8a11-d47004e159c3)) - (segment (start 102.505 117.64) (end 98.54 117.64) (width 0.25) (layer "F.Cu") (net 62) (tstamp 02bd2a05-683a-420d-b45b-45ecc0769bd6)) - (segment (start 96.1725 115.2725) (end 96.1725 114.73) (width 0.25) (layer "F.Cu") (net 62) (tstamp 0cc77acf-c837-4e2e-8fa7-4ddca6293fb5)) - (segment (start 98.54 117.64) (end 96.1725 115.2725) (width 0.25) (layer "F.Cu") (net 62) (tstamp 8ada6156-bc3c-40e6-bb35-0a7d31bb160f)) - (segment (start 103.5 118.6) (end 103.465 118.6) (width 0.25) (layer "F.Cu") (net 62) (tstamp c2e8d859-3e9b-4549-a546-94650c41b87d)) - (segment (start 103.465 118.6) (end 102.505 117.64) (width 0.25) (layer "F.Cu") (net 62) (tstamp e695a1ed-2bf1-41e6-b5c2-26fa195f080c)) - (segment (start 87.867 117.689) (end 87.867 115.204602) (width 0.25) (layer "F.Cu") (net 71) (tstamp 2ec6eda2-c954-4d5b-a702-0dbe30bcf130)) - (segment (start 87.867 115.204602) (end 88.341602 114.73) (width 0.25) (layer "F.Cu") (net 71) (tstamp 564d4481-138a-4cae-9643-fa26e8ccb09c)) - (segment (start 87.832 114.73) (end 88.3975 114.73) (width 0.25) (layer "F.Cu") (net 71) (tstamp 567a2a4e-4129-4102-a4d1-edb245dc409a)) - (segment (start 88.341602 114.73) (end 88.3975 114.73) (width 0.25) (layer "F.Cu") (net 71) (tstamp 6c8e7ac1-d951-4ba7-951a-fa8bc9409486)) - (segment (start 89.241 119.039) (end 89.662 118.618) (width 0.25) (layer "F.Cu") (net 72) (tstamp 0dfb45eb-2910-4f59-afa0-c555b1aaa060)) - (segment (start 89.085 116.263) (end 89.085 115.4175) (width 0.25) (layer "F.Cu") (net 72) (tstamp 2092da9e-d29e-416e-bc0c-2c0ce50042d6)) - (segment (start 89.662 116.84) (end 89.085 116.263) (width 0.25) (layer "F.Cu") (net 72) (tstamp 2ff64e9e-95fa-44b5-b0e7-c9d8f33ddfc2)) - (segment (start 89.662 118.618) (end 89.662 116.84) (width 0.25) (layer "F.Cu") (net 72) (tstamp afa1d11a-4b21-4569-abcb-00e9b70f8a51)) - (segment (start 88.917 119.039) (end 89.241 119.039) (width 0.25) (layer "F.Cu") (net 72) (tstamp b8a8c92d-c3d7-45eb-a309-0c38e750a0f7)) - (segment (start 103.3825 110.55) (end 104.1925 111.36) (width 0.25) (layer "F.Cu") (net 85) (tstamp 054c3908-430f-4dbe-9946-af0e9a2f7a8d)) - (segment (start 102.835 110.55) (end 103.3825 110.55) (width 0.25) (layer "F.Cu") (net 85) (tstamp 741c9446-5ed8-4e74-9bd1-64184d738c36)) - (segment (start 92.815 106.24) (end 92.685 106.37) (width 0.25) (layer "F.Cu") (net 88) (tstamp 3b61f89f-724c-4b4a-a1fc-9344fe2ba56e)) - (segment (start 108.975 104.85) (end 109.085 104.74) (width 0.25) (layer "F.Cu") (net 88) (tstamp 74ffd179-f062-49d7-9bb9-abebf21f6886)) - (segment (start 95.4195 104.74) (end 109.085 104.74) (width 0.25) (layer "F.Cu") (net 88) (tstamp 9ddc6a35-a5a3-419f-91dc-b5bfd63bab47)) - (segment (start 108.975 106.505) (end 108.975 104.85) (width 0.25) (layer "F.Cu") (net 88) (tstamp c4c31406-c1db-4d90-820d-956ad70f0ca2)) - (segment (start 94.9095 104.23) (end 95.4195 104.74) (width 0.25) (layer "F.Cu") (net 88) (tstamp d2f3ac97-bede-4a6f-b9a3-e89c42e5ab75)) - (segment (start 92.685 106.37) (end 92.685 107.6425) (width 0.25) (layer "F.Cu") (net 88) (tstamp df8ae33e-2234-4cb4-aa78-69b7cb9b9896)) - (via (at 94.9095 104.23) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 88) (tstamp 615e783f-5aca-480a-a62c-875e016a9bb4)) - (via (at 92.815 106.24) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 88) (tstamp ef29c64d-915a-43b6-9a61-1483e3dc029a)) - (segment (start 94.825 104.23) (end 94.9095 104.23) (width 0.25) (layer "B.Cu") (net 88) (tstamp 0916a9e4-b13a-4b34-8534-73424913c8ba)) - (segment (start 92.815 106.24) (end 94.825 104.23) (width 0.25) (layer "B.Cu") (net 88) (tstamp bd69ffbe-5e70-4986-b8bd-82f56173246f)) - (segment (start 109.085 103.29) (end 111.455 103.29) (width 0.25) (layer "F.Cu") (net 89) (tstamp a9fb2121-7639-486a-b6ae-9ca5287542ca)) - (segment (start 111.515 103.35) (end 118.015 103.35) (width 0.25) (layer "F.Cu") (net 89) (tstamp cd05e9a6-fc3a-4c70-8a7f-5ff5437316ff)) - (segment (start 111.455 103.29) (end 111.515 103.35) (width 0.25) (layer "F.Cu") (net 89) (tstamp d51dd970-acd9-493e-b6c6-938ddcc045b7)) - (segment (start 144.971 106.539) (end 142.136 103.704) (width 0.25) (layer "F.Cu") (net 90) (tstamp 01a400bb-7c59-4e53-a7dc-b42cd49de29d)) - (segment (start 126.91 101.81) (end 128.59 103.49) (width 0.25) (layer "F.Cu") (net 90) (tstamp 04ea955b-789f-4b31-ac98-cc08d53ca4da)) - (segment (start 144.971 107.188) (end 144.971 106.539) (width 0.25) (layer "F.Cu") (net 90) (tstamp 1dbaadb5-058c-4676-9e1b-b4b7adc210f0)) - (segment (start 93.885 102.92) (end 94.925 101.88) (width 0.25) (layer "F.Cu") (net 90) (tstamp 2e4b58d0-2708-4f88-856b-7f2396baf9dc)) - (segment (start 94.925 101.88) (end 105.19 101.88) (width 0.25) (layer "F.Cu") (net 90) (tstamp 4744f58b-1e08-4ed7-9f87-55d3fdb350a4)) - (segment (start 93.885 107.6425) (end 93.885 102.92) (width 0.25) (layer "F.Cu") (net 90) (tstamp a18300b2-d9a0-4d40-ad9e-62f77fa68f8d)) - (segment (start 135.636 103.704) (end 142.136 103.704) (width 0.25) (layer "F.Cu") (net 90) (tstamp a7fbdf30-4a6c-4236-a64f-3ba305b689d9)) - (segment (start 105.19 101.88) (end 105.26 101.81) (width 0.25) (layer "F.Cu") (net 90) (tstamp e0dcfd26-182f-4fc6-9740-4eebe416f3e2)) - (segment (start 128.59 103.49) (end 136.075 103.49) (width 0.25) (layer "F.Cu") (net 90) (tstamp f0a61997-f729-4981-8903-af7ea2d54e7f)) - (segment (start 105.26 101.81) (end 126.91 101.81) (width 0.25) (layer "F.Cu") (net 90) (tstamp f392711d-0464-49d8-b448-b6fea35d1079)) - (segment (start 121.96 93.64) (end 100.395 93.64) (width 0.25) (layer "F.Cu") (net 91) (tstamp 013f83d9-3513-487e-a7e7-afd2afb6195e)) - (segment (start 70.189598 78.146402) (end 70.358 77.978) (width 0.25) (layer "F.Cu") (net 91) (tstamp 0ea1f42c-ce2c-4b7a-9eb6-2e9b95722211)) - (segment (start 100.395 93.64) (end 99.035 92.28) (width 0.25) (layer "F.Cu") (net 91) (tstamp 2516009e-3d7b-4b99-affd-e675985a685c)) - (segment (start 82.976884 77.978) (end 89.65 84.651116) (width 0.25) (layer "F.Cu") (net 91) (tstamp 2df863c4-0deb-4b29-882d-43f38a341f33)) - (segment (start 97.925 109.13) (end 96.1725 109.13) (width 0.25) (layer "F.Cu") (net 91) (tstamp 2e9da826-6e97-44c9-9def-09e8b322a148)) - (segment (start 148.861395 81.044691) (end 145.295786 81.044691) (width 0.25) (layer "F.Cu") (net 91) (tstamp 41ceeb9a-d186-4da3-8204-9028d375d178)) - (segment (start 145.295786 81.044691) (end 144.495786 81.844691) (width 0.25) (layer "F.Cu") (net 91) (tstamp 5258d9f6-c26c-4c5e-a706-0b624f561c5d)) - (segment (start 70.358 77.978) (end 82.976884 77.978) (width 0.25) (layer "F.Cu") (net 91) (tstamp 6ab078bc-8047-45d4-9789-60e860ebcca4)) - (segment (start 148.627429 69.783309) (end 155.37637 69.783309) (width 0.25) (layer "F.Cu") (net 91) (tstamp 7231dbf7-cd78-4a65-be0f-b7bb807d9101)) - (segment (start 98.325 108.73) (end 97.925 109.13) (width 0.25) (layer "F.Cu") (net 91) (tstamp 7442ae13-397c-4cb6-86d6-e446f197e4d6)) - (segment (start 157.75708 83.181814) (end 161.061294 79.8776) (width 0.25) (layer "F.Cu") (net 91) (tstamp 81aafd45-1c43-4743-9ee4-639d0a1be623)) - (segment (start 130.779309 84.820691) (end 121.96 93.64) (width 0.25) (layer "F.Cu") (net 91) (tstamp 8318a69a-e779-47f2-879e-100fce6ba1dc)) - (segment (start 143.087286 84.820691) (end 130.779309 84.820691) (width 0.25) (layer "F.Cu") (net 91) (tstamp 85290af0-a544-46a1-a9d2-073a1995a8ae)) - (segment (start 144.250786 83.657191) (end 143.087286 84.820691) (width 0.25) (layer "F.Cu") (net 91) (tstamp 86dbcfa6-e7a6-4367-822b-f701b8904f1c)) - (segment (start 150.99645 83.179746) (end 157.755012 83.179746) (width 0.25) (layer "F.Cu") (net 91) (tstamp 8cd91248-2089-4cdf-8d56-7fde9d3cb248)) - (segment (start 157.755012 83.179746) (end 157.75708 83.181814) (width 0.25) (layer "F.Cu") (net 91) (tstamp 96d0ddbb-de86-4150-b403-1e6df655cff6)) - (segment (start 155.37637 69.783309) (end 155.379724 69.786663) (width 0.25) (layer "F.Cu") (net 91) (tstamp 99baf02b-b4e5-474e-badf-04238c74fcfc)) - (segment (start 150.99645 83.179746) (end 148.861395 81.044691) (width 0.25) (layer "F.Cu") (net 91) (tstamp 9aa4c8b7-acb1-47cc-a419-6710445dbc77)) - (segment (start 155.379724 69.786663) (end 161.061294 75.468233) (width 0.25) (layer "F.Cu") (net 91) (tstamp 9c7f1680-b65a-481d-ae09-cd13b6a3a297)) - (segment (start 98.8645 92.1095) (end 99.035 92.28) (width 0.25) (layer "F.Cu") (net 91) (tstamp a5d97e7b-1cdb-45ee-9bf7-3fab8afdd8f2)) - (segment (start 67.766402 78.146402) (end 70.189598 78.146402) (width 0.25) (layer "F.Cu") (net 91) (tstamp c08c6bed-4086-4238-82a8-3290fac9ef23)) - (segment (start 144.250786 82.089691) (end 144.495786 81.844691) (width 0.25) (layer "F.Cu") (net 91) (tstamp cb698504-c2a3-4542-b073-4472681f3506)) - (segment (start 161.061294 79.8776) (end 161.061294 75.468233) (width 0.25) (layer "F.Cu") (net 91) (tstamp d3a84218-bc77-4d94-a932-789d1ac2e469)) - (segment (start 66.48 76.86) (end 67.766402 78.146402) (width 0.25) (layer "F.Cu") (net 91) (tstamp ddc43316-1254-4cd8-97f4-46883ead4857)) - (segment (start 93.7195 92.1095) (end 98.8645 92.1095) (width 0.25) (layer "F.Cu") (net 91) (tstamp e6999c07-41ac-40d1-a618-1bf02bb9012d)) - (segment (start 144.250786 83.657191) (end 144.250786 82.089691) (width 0.25) (layer "F.Cu") (net 91) (tstamp f41f6538-4d6e-4840-b272-c81cb2594bac)) - (segment (start 89.65 88.04) (end 93.7195 92.1095) (width 0.25) (layer "F.Cu") (net 91) (tstamp f6d9e499-5427-4d7d-8d00-e6c71a7c1961)) - (segment (start 89.65 84.651116) (end 89.65 88.04) (width 0.25) (layer "F.Cu") (net 91) (tstamp fbe49e21-c3db-4685-b6c0-884b92d6a44a)) - (via (at 99.035 92.28) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 91) (tstamp 32c9e55b-6c09-4451-a8d6-9457d4db89a8)) - (via (at 98.325 108.73) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 91) (tstamp 6431a47c-8262-405b-a397-8fa939a2a577)) - (segment (start 98.295 104.71) (end 98.295 108.7) (width 0.25) (layer "B.Cu") (net 91) (tstamp 0ff0fa32-2407-47d4-8d34-29af2023f6c7)) - (segment (start 99.24 92.485) (end 99.24 103.765) (width 0.25) (layer "B.Cu") (net 91) (tstamp 233ff7d3-0b77-4500-9895-93434f481c8c)) - (segment (start 99.24 103.765) (end 98.295 104.71) (width 0.25) (layer "B.Cu") (net 91) (tstamp 794db97b-4c32-441c-b7bb-dd2c7f547da0)) - (segment (start 98.295 108.7) (end 98.325 108.73) (width 0.25) (layer "B.Cu") (net 91) (tstamp 8d5dfb63-a5eb-47e4-bbf9-046b7d8167b5)) - (segment (start 99.035 92.28) (end 99.24 92.485) (width 0.25) (layer "B.Cu") (net 91) (tstamp a580b2cd-0eaa-4160-a914-0f147f984f6a)) - (segment (start 79.777302 115.092834) (end 79.777302 115.886895) (width 0.25) (layer "F.Cu") (net 92) (tstamp 1c632f81-d98c-4052-9011-3ede91936413)) - (segment (start 79.792407 115.902) (end 78.808 115.902) (width 0.25) (layer "F.Cu") (net 92) (tstamp a48e51f6-ecc1-419a-a390-198af7990974)) - (segment (start 78.808 115.902) (end 78.75 115.96) (width 0.25) (layer "F.Cu") (net 92) (tstamp afa6caf3-259b-41b7-9c08-3d1f49ac07fe)) - (segment (start 104.1 119.75) (end 102.9 119.75) (width 0.4) (layer "F.Cu") (net 93) (tstamp 1a03fd6a-fe4b-4368-8470-05f013bdc1d8)) - (segment (start 102.4 120.25) (end 102.4 122.45) (width 0.4) (layer "F.Cu") (net 93) (tstamp 1c2cb4fb-2c4b-497b-ac6a-26e08b8f470a)) - (segment (start 102.4 122.45) (end 103.05 123.1) (width 0.4) (layer "F.Cu") (net 93) (tstamp 27f7a8fb-4c39-4942-9bc7-7decda06577b)) - (segment (start 102.53 90.36) (end 98.26 86.09) (width 0.4) (layer "F.Cu") (net 93) (tstamp 2e54c523-5266-4194-a04a-4a0e08a5ea30)) - (segment (start 104.79 90.36) (end 102.53 90.36) (width 0.4) (layer "F.Cu") (net 93) (tstamp 2f0238b6-1af8-48ca-9cf1-be705126184b)) - (segment (start 102.9 119.75) (end 102.4 120.25) (width 0.4) (layer "F.Cu") (net 93) (tstamp 38442d23-8d62-448b-8129-320b5335ce1d)) - (segment (start 104.2 119.75) (end 106.15 119.75) (width 0.4) (layer "F.Cu") (net 93) (tstamp 49c00afd-2c3f-49a9-b05a-ed6f573c1356)) - (segment (start 106.15 119.75) (end 106.6 119.3) (width 0.4) (layer "F.Cu") (net 93) (tstamp 5667b0d8-e24f-427e-8004-f861027e272d)) - (segment (start 106.6 113.93) (end 106.2 113.53) (width 0.4) (layer "F.Cu") (net 93) (tstamp 58375f26-c85d-47e5-8675-a05197ee7c64)) - (segment (start 103.05 123.1) (end 103.05 124.725) (width 0.4) (layer "F.Cu") (net 93) (tstamp 7927da42-8bf1-415b-8d89-57806781109c)) - (segment (start 104.15 119.8) (end 104.1 119.75) (width 0.4) (layer "F.Cu") (net 93) (tstamp 90423f70-038b-4903-b4d1-e6e14792fe7d)) - (segment (start 104.15 119.8) (end 104.2 119.75) (width 0.4) (layer "F.Cu") (net 93) (tstamp a0e44b4e-e2b2-400f-936a-fdbb95382a93)) - (segment (start 104.45 120.1) (end 104.15 119.8) (width 0.4) (layer "F.Cu") (net 93) (tstamp c1666e65-ad0f-4d27-84cc-828ad98858d0)) - (segment (start 104.94 90.21) (end 104.79 90.36) (width 0.4) (layer "F.Cu") (net 93) (tstamp d6af6765-67ff-4448-a07f-d39b970142f6)) - (segment (start 104.45 120.875) (end 104.45 120.1) (width 0.4) (layer "F.Cu") (net 93) (tstamp e6518d3e-ae43-4215-a1ee-006899177e3f)) - (segment (start 106.6 119.3) (end 106.6 113.93) (width 0.4) (layer "F.Cu") (net 93) (tstamp f38a9ec6-0f51-49ef-8605-760463b76408)) - (via (at 106.2 113.53) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 93) (tstamp 012566e0-23ea-46c5-b810-13b4c773cf38)) - (via (at 104.94 90.21) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 93) (tstamp 46a42d59-94c8-453b-b94b-853b6933e408)) - (segment (start 106.2 96.07) (end 106.2 113.53) (width 0.4) (layer "B.Cu") (net 93) (tstamp 15e73a10-aaf3-4756-a363-18870d602d62)) - (segment (start 104.94 90.21) (end 104.64 90.51) (width 0.4) (layer "B.Cu") (net 93) (tstamp 4e051026-71cf-4254-af65-33ea47565ad8)) - (segment (start 104.64 94.51) (end 106.2 96.07) (width 0.4) (layer "B.Cu") (net 93) (tstamp f97ac266-8f21-4257-bc3a-ff0742b9358d)) - (segment (start 104.64 90.51) (end 104.64 94.51) (width 0.4) (layer "B.Cu") (net 93) (tstamp fb8db756-21c2-481a-b5e3-21944a93efd4)) - (segment (start 84.01 120.23) (end 84.01 119.425) (width 0.25) (layer "F.Cu") (net 94) (tstamp 7e930dca-1acb-4bc8-99ad-1478d5dab92d)) - (segment (start 80.915 119.4) (end 80.53 119.785) (width 0.25) (layer "F.Cu") (net 94) (tstamp 81304edc-0546-4d4b-8b1d-7b33614279d4)) - (segment (start 84.035 119.4) (end 80.915 119.4) (width 0.25) (layer "F.Cu") (net 94) (tstamp b0bb37a2-08bd-4144-92f5-1dbdf535c49a)) - (segment (start 84.01 119.425) (end 84.035 119.4) (width 0.25) (layer "F.Cu") (net 94) (tstamp cf4ae5ab-8651-4e6f-a87f-d972bf0e8d00)) - (segment (start 82.03 116.975) (end 82.03 116.44) (width 0.25) (layer "F.Cu") (net 95) (tstamp 09cd8083-31d5-4617-a66a-3669bb241783)) - (segment (start 80.772895 115.924895) (end 80.788 115.94) (width 0.25) (layer "F.Cu") (net 95) (tstamp 0d6bcb05-7138-4303-b95c-3b4f9a5b4d60)) - (segment (start 80.642407 115.902) (end 81.232 115.902) (width 0.25) (layer "F.Cu") (net 95) (tstamp 5590cfc4-b46b-477d-88cb-9e425cc0082c)) - (segment (start 82.03 116.44) (end 81.43 115.84) (width 0.25) (layer "F.Cu") (net 95) (tstamp 55a0b57a-593b-4c22-9a43-4e0b529b7b9f)) - (segment (start 104.35 124.725) (end 104.35 123.3) (width 0.25) (layer "F.Cu") (net 96) (tstamp 4f5335d1-242b-4528-b8c4-72e35cc4eb05)) - (segment (start 104.35 123.3) (end 105.4 122.25) (width 0.25) (layer "F.Cu") (net 96) (tstamp 76d4a42f-f539-49b5-8b9e-be27f93004a6)) - (segment (start 105.4 122.25) (end 105.4 120.875) (width 0.25) (layer "F.Cu") (net 96) (tstamp 971ca287-a670-48ca-8ce1-4a9730112558)) - (segment (start 105 123.6) (end 105.85 122.75) (width 0.25) (layer "F.Cu") (net 97) (tstamp 6877b08b-46a5-42b9-aa21-d1e699d90623)) - (segment (start 105.85 122.75) (end 106.575 122.75) (width 0.25) (layer "F.Cu") (net 97) (tstamp b1f77642-d705-4f87-a897-7194b75f1e3a)) - (segment (start 105 124.725) (end 105 123.6) (width 0.25) (layer "F.Cu") (net 97) (tstamp c1907c87-a6bc-452a-a8f6-894f7f780b63)) - (segment (start 100.685 111.05) (end 101.185 110.55) (width 0.25) (layer "F.Cu") (net 98) (tstamp 757fe0d3-1551-4f42-a00b-e3abd167c34b)) - (segment (start 96.1725 110.33) (end 96.95 110.33) (width 0.25) (layer "F.Cu") (net 98) (tstamp 990a73d2-252f-4506-8771-e52c62e90d94)) - (segment (start 97.67 111.05) (end 100.685 111.05) (width 0.25) (layer "F.Cu") (net 98) (tstamp 9dc4993e-28cf-44f1-b34c-4b15e2e84f67)) - (segment (start 96.95 110.33) (end 97.67 111.05) (width 0.25) (layer "F.Cu") (net 98) (tstamp cb07bdc8-1f33-4773-a6e9-f40d5a99f65a)) + (segment (start 138.538 76.3505) (end 138.538 79.7905) (width 1) (layer "F.Cu") (net 6) (tstamp 99db77d9-7d78-495e-b898-2089f4bfd48f)) + (segment (start 138.538 79.7905) (end 138.423 79.9055) (width 1) (layer "F.Cu") (net 6) (tstamp ba8939ae-c7bf-452a-8648-e7e57c8abe93)) + (segment (start 139.0605 75.828) (end 138.538 76.3505) (width 1) (layer "F.Cu") (net 6) (tstamp d07bbba5-07dc-4518-ad70-789bdfc8064f)) + (segment (start 139.0605 71.7105) (end 139.0605 75.828) (width 1) (layer "F.Cu") (net 6) (tstamp d5909869-774f-4036-9748-8e683842fd30)) + (segment (start 130.1405 79.6755) (end 130.5205 80.0555) (width 1) (layer "F.Cu") (net 7) (tstamp 9c98f70f-be7a-40f1-81c2-a1abe89b358d)) + (segment (start 130.1405 76.4705) (end 130.1405 79.6755) (width 1) (layer "F.Cu") (net 7) (tstamp a20e5b42-6ebc-4eb4-b8a0-92aa3b723abc)) + (segment (start 130.5805 76.0305) (end 130.5805 71.7005) (width 1) (layer "F.Cu") (net 7) (tstamp a71141d9-7152-4603-a21f-5a5a95bb0310)) + (segment (start 130.1405 76.4705) (end 130.5805 76.0305) (width 1) (layer "F.Cu") (net 7) (tstamp c633c82f-7a0f-4acc-8e4f-7eef75abd698)) + (segment (start 116.5855 76.4855) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 8) (tstamp 33d4fa8b-41b8-4341-b815-a87b8673d7ff)) + (segment (start 113.4405 71.6205) (end 113.4405 73.3405) (width 1) (layer "F.Cu") (net 8) (tstamp 7cf0dcdb-213c-474a-bcb9-0dde8bb18aaf)) + (segment (start 121.6605 76.7155) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 8) (tstamp cece82b7-0406-4afd-aa0f-2670a3954af7)) + (segment (start 121.6605 80.0955) (end 121.6605 76.7155) (width 1) (layer "F.Cu") (net 8) (tstamp e0099189-a0c5-4bb6-8098-140c144a79c9)) + (segment (start 122.0805 75.8355) (end 121.4305 76.4855) (width 1) (layer "F.Cu") (net 8) (tstamp e01aa879-f47f-414c-994f-76affd15922e)) + (segment (start 113.4405 73.3405) (end 116.5855 76.4855) (width 1) (layer "F.Cu") (net 8) (tstamp e17e730c-8f10-4ef1-af2e-53c372fc2f2a)) + (segment (start 122.0805 71.6805) (end 122.0805 75.8355) (width 1) (layer "F.Cu") (net 8) (tstamp f4eef093-183f-472c-bf2c-6a198212ea78)) + (segment (start 116.2 85.9775) (end 116.14 85.9175) (width 0.25) (layer "F.Cu") (net 9) (tstamp 75ccb89f-97c1-416f-87db-90073a776822)) + (segment (start 116.2 87.335) (end 116.2 85.9775) (width 0.25) (layer "F.Cu") (net 9) (tstamp 79d14381-0c72-4da3-adbe-b61586dc228b)) + (segment (start 64.855 75.945) (end 66.48 74.32) (width 0.5) (layer "F.Cu") (net 10) (tstamp 386aaec3-021c-4dc7-921d-806e451c8382)) + (segment (start 66.48 94.64) (end 64.855 93.015) (width 0.5) (layer "F.Cu") (net 10) (tstamp 84159ee3-f97d-4218-8617-8f0de4be657d)) + (segment (start 64.855 93.015) (end 64.855 75.945) (width 0.5) (layer "F.Cu") (net 10) (tstamp 87d62686-1f75-4aeb-9440-7f9398efe773)) + (segment (start 68 72.8) (end 66.48 74.32) (width 0.5) (layer "F.Cu") (net 10) (tstamp 87ec7577-8311-4f49-b7a9-9afb0d007ea5)) + (segment (start 66.48 74.685) (end 66.415 74.75) (width 0.25) (layer "F.Cu") (net 10) (tstamp b4f2bdfe-97ad-4587-b426-79f8ae620fca)) + (segment (start 70.79 72.8) (end 68 72.8) (width 0.5) (layer "F.Cu") (net 10) (tstamp c552838b-17cf-4ce2-b71e-a7451d9c35ae)) + (segment (start 71.71 73.72) (end 70.79 72.8) (width 0.5) (layer "F.Cu") (net 10) (tstamp fecbeb76-b267-470c-9daf-d557f29ce502)) + (segment (start 66.48 74.32) (end 67.73 73.07) (width 0.5) (layer "B.Cu") (net 10) (tstamp 1795193a-4855-4181-8086-870790b0473b)) + (segment (start 90.08 83.76) (end 100.495 83.76) (width 0.5) (layer "B.Cu") (net 10) (tstamp 47d3f38a-6028-47c2-9e37-efdc5867faac)) + (segment (start 84.275 73.07) (end 86.26 75.055) (width 0.5) (layer "B.Cu") (net 10) (tstamp 58bd76f5-1225-4cec-807a-3547daed1e84)) + (segment (start 86.26 75.055) (end 86.26 79.94) (width 0.5) (layer "B.Cu") (net 10) (tstamp 59166013-8ef3-463e-b4bc-616ee746389f)) + (segment (start 67.73 73.07) (end 84.275 73.07) (width 0.5) (layer "B.Cu") (net 10) (tstamp 63a2f9e2-5206-4fc8-8084-fa9af2527bb5)) + (segment (start 86.26 79.94) (end 90.08 83.76) (width 0.5) (layer "B.Cu") (net 10) (tstamp 7e5ceb2b-143b-491c-894a-e0135b155422)) + (segment (start 66.48 74.32) (end 67.655 73.145) (width 0.5) (layer "B.Cu") (net 10) (tstamp b006f671-d989-4b84-9c2e-aa1ff2a517d6)) + (segment (start 100.495 83.76) (end 102.935 86.2) (width 0.5) (layer "B.Cu") (net 10) (tstamp fa13aed5-24ef-4669-9bc7-29eeab85051f)) + (segment (start 106.385 87.83) (end 108.015 86.2) (width 0.6) (layer "F.Cu") (net 11) (tstamp 146a6fc7-6721-4f64-a4bb-58ccb4ecaa5c)) + (segment (start 110.585 86.18) (end 110.585 87.035) (width 0.25) (layer "F.Cu") (net 11) (tstamp 2287fdad-9caf-40e6-bc30-6d593acaca67)) + (segment (start 108.705 85.51) (end 108.015 86.2) (width 0.25) (layer "F.Cu") (net 11) (tstamp 2a477b21-e1b0-4a0b-9d18-b6ed5c7e2120)) + (segment (start 110.585 85.51) (end 110.585 86.18) (width 0.25) (layer "F.Cu") (net 11) (tstamp 3b279484-8a68-4d7e-983e-61d0acd3302b)) + (segment (start 106.385 89.3325) (end 106.385 87.83) (width 0.6) (layer "F.Cu") (net 11) (tstamp 4482ba06-fb7c-403d-97cb-5e9ecc47b8c0)) + (segment (start 108.015 86.2) (end 107.485 86.2) (width 0.25) (layer "F.Cu") (net 11) (tstamp 7fdd2d1b-a0a3-4b36-a40d-38e3ac0315a3)) + (segment (start 109.895 86.2) (end 108.015 86.2) (width 0.25) (layer "F.Cu") (net 11) (tstamp aa8431c6-6837-4f39-8e10-38ba3116fb42)) + (segment (start 110.585 87.035) (end 110.62 87.07) (width 0.25) (layer "F.Cu") (net 11) (tstamp ac3b5cce-c70d-4447-b111-d1b26f7930df)) + (segment (start 110.585 85.51) (end 109.895 86.2) (width 0.25) (layer "F.Cu") (net 11) (tstamp cb2bfabe-149a-4887-a443-d3e52f9343ab)) + (segment (start 66.48 79.4) (end 67.708 80.628) (width 0.25) (layer "F.Cu") (net 12) (tstamp 0445bc8d-7161-4bc0-9b46-9d79ca05fad0)) + (segment (start 84.855 95.0155) (end 96.2895 95.0155) (width 0.25) (layer "F.Cu") (net 12) (tstamp 13956c79-4442-4fdb-9b95-afc8d240d108)) + (segment (start 148.200731 85.679746) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 12) (tstamp 219e9250-ff95-4619-8178-6262e21134bb)) + (segment (start 144.515786 90.962191) (end 144.380786 91.097191) (width 0.25) (layer "F.Cu") (net 12) (tstamp 2a6620de-4484-430a-8e82-6bde406cf85b)) + (segment (start 67.708 80.628) (end 70.096 80.628) (width 0.25) (layer "F.Cu") (net 12) (tstamp 2e5b5f37-3d20-4d0c-a75e-1d1e8ea64859)) + (segment (start 150.998518 85.681814) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 12) (tstamp 3bed989d-4d25-484c-9cf5-b7fc56aad841)) + (segment (start 144.515786 89.364691) (end 144.515786 90.962191) (width 0.25) (layer "F.Cu") (net 12) (tstamp 451c4503-7ac9-458a-9497-cbc74e51b683)) + (segment (start 144.515786 89.364691) (end 145.653286 88.227191) (width 0.25) (layer "F.Cu") (net 12) (tstamp 48eda06a-bf5e-4f06-a538-84358bb2600b)) + (segment (start 70.358 80.89) (end 84.475 80.89) (width 0.25) (layer "F.Cu") (net 12) (tstamp 561c1489-a574-4617-92e9-b01adb834358)) + (segment (start 131.572 86.614) (end 131.572 86.693) (width 0.25) (layer "F.Cu") (net 12) (tstamp 6e187bf5-0810-49c0-aac3-c9acd05b7d41)) + (segment (start 145.653286 88.227191) (end 148.200731 85.679746) (width 0.25) (layer "F.Cu") (net 12) (tstamp 7158feda-32a9-4173-9ef3-22b812ad2792)) + (segment (start 148.630783 72.286663) (end 148.627429 72.283309) (width 0.25) (layer "F.Cu") (net 12) (tstamp 7506e4d3-3fab-425e-907d-b1f6d7da33d9)) + (segment (start 96.2895 95.0155) (end 96.295 95.01) (width 0.25) (layer "F.Cu") (net 12) (tstamp 75a633af-499e-4bd7-9aa2-ef145e7b6aef)) + (segment (start 97.434 109.53) (end 96.1725 109.53) (width 0.25) (layer "F.Cu") (net 12) (tstamp 7c8c7eb2-21f4-49ad-a240-5800b42a9827)) + (segment (start 131.572 86.693) (end 123.255 95.01) (width 0.25) (layer "F.Cu") (net 12) (tstamp 862f9247-8d9d-4cee-9807-471f68394e63)) + (segment (start 123.255 95.01) (end 96.295 95.01) (width 0.25) (layer "F.Cu") (net 12) (tstamp 9571a518-eddb-4e57-a47c-e293ec2e6193)) + (segment (start 153.445731 85.679746) (end 150.99645 85.679746) (width 0.25) (layer "F.Cu") (net 12) (tstamp 967c0e84-8eb4-44e4-aae3-df1f2691e01a)) + (segment (start 155.379724 72.286663) (end 148.630783 72.286663) (width 0.25) (layer "F.Cu") (net 12) (tstamp b86ce0a1-e01a-4944-a33c-08f1572ba3f7)) + (segment (start 159.512 79.9) (end 159.512 76.418939) (width 0.25) (layer "F.Cu") (net 12) (tstamp b9e538f9-3bcc-4bde-a887-df78a6f8e9b9)) + (segment (start 70.096 80.628) (end 70.358 80.89) (width 0.25) (layer "F.Cu") (net 12) (tstamp bd8e1332-3098-46c7-a9e6-810202ece07f)) + (segment (start 157.75708 85.681814) (end 150.998518 85.681814) (width 0.25) (layer "F.Cu") (net 12) (tstamp ce994271-d407-4138-a398-51b532d59975)) + (segment (start 84.475 80.89) (end 84.565 80.98) (width 0.25) (layer "F.Cu") (net 12) (tstamp dbd869bb-7eae-499d-aa16-6f975baddcd9)) + (segment (start 97.942 110.038) (end 97.434 109.53) (width 0.25) (layer "F.Cu") (net 12) (tstamp ec149f0c-bfd2-4149-8443-dabc4000fd9a)) + (segment (start 159.512 76.418939) (end 155.379724 72.286663) (width 0.25) (layer "F.Cu") (net 12) (tstamp f7f9d0c6-88d1-4f63-852e-1f5646abc8d1)) + (via (at 84.855 95.0155) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp 09c1a929-4cb9-4b00-899b-cac6a0072b1e)) + (via (at 96.295 95.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp 3c85271e-5c7c-4da8-92da-f0a9915c5f89)) + (via (at 145.653286 88.227191) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp 9b8d3188-8a39-405d-a691-5cfd1e3db401)) + (via (at 84.565 80.98) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp b14f8541-24a8-4fd2-b2c0-a6ee0bc8f09c)) + (via (at 159.512 79.9) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp de712e31-094e-4611-9976-1733ab9d584b)) + (via (at 97.942 110.038) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp e3262669-3c97-4b77-950b-d2c044e66692)) + (via (at 131.572 86.614) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 12) (tstamp f4a3c78c-759f-491d-b541-8e5616ca347f)) + (segment (start 144.018 86.614) (end 131.572 86.614) (width 0.25) (layer "B.Cu") (net 12) (tstamp 055641c6-2e8a-4724-a5fb-e807ab743c3c)) + (segment (start 97.942 110.038) (end 97.832 109.928) (width 0.25) (layer "B.Cu") (net 12) (tstamp 25958777-a4dc-4c9b-8636-5d25c92bfdbe)) + (segment (start 144.548095 87.122) (end 144.526 87.122) (width 0.25) (layer "B.Cu") (net 12) (tstamp 60c98121-d2c9-45a2-8d16-31703f967ae2)) + (segment (start 144.526 87.122) (end 144.018 86.614) (width 0.25) (layer "B.Cu") (net 12) (tstamp 65d1bae6-d2d3-4f00-9a5a-6139d897783b)) + (segment (start 159.512 79.9) (end 159.512 83.926894) (width 0.25) (layer "B.Cu") (net 12) (tstamp 7b3569ff-478b-4b32-aad4-98f122fedb91)) + (segment (start 159.512 83.926894) (end 157.75708 85.681814) (width 0.25) (layer "B.Cu") (net 12) (tstamp 8924e48c-8a0f-4c0a-adac-0017c7ffd448)) + (segment (start 156.757909 85.681814) (end 157.75708 85.681814) (width 0.25) (layer "B.Cu") (net 12) (tstamp 8ad420f9-70f7-4586-a595-7686c0380c29)) + (segment (start 97.832 96.547) (end 96.295 95.01) (width 0.25) (layer "B.Cu") (net 12) (tstamp 905b6c28-8c6b-4df2-b8a0-d3e95f241a66)) + (segment (start 84.565 94.7255) (end 84.855 95.0155) (width 0.25) (layer "B.Cu") (net 12) (tstamp 9dbb22fe-1cde-4715-b630-adb420ec8aa2)) + (segment (start 97.832 109.928) (end 97.832 96.547) (width 0.25) (layer "B.Cu") (net 12) (tstamp b91527df-064b-4e2e-b2c9-609a0578ab33)) + (segment (start 145.653286 88.227191) (end 144.548095 87.122) (width 0.25) (layer "B.Cu") (net 12) (tstamp bf33e039-8c0a-45ad-a550-1a82128ecb0b)) + (segment (start 84.565 80.98) (end 84.565 94.7255) (width 0.25) (layer "B.Cu") (net 12) (tstamp dc530739-8f15-454d-bc29-78c71a7aad90)) + (segment (start 104.617 100.476) (end 104.725 100.584) (width 0.25) (layer "F.Cu") (net 13) (tstamp 1acec818-5989-4b87-8048-1b19d9e0f5ba)) + (segment (start 149.425 110) (end 104.775 110) (width 0.25) (layer "F.Cu") (net 13) (tstamp 7dbc3f6a-6cd6-4f55-bb67-375aaeb9ff7f)) + (segment (start 146.120786 109.984691) (end 146.136623 110.000528) (width 0.25) (layer "F.Cu") (net 13) (tstamp 862335b3-c155-4a7b-873d-63a0912c6c13)) + (segment (start 157.739535 110.000528) (end 157.742884 109.997179) (width 0.25) (layer "F.Cu") (net 13) (tstamp 8efdcb09-68e1-43f7-8652-59e13666ef48)) + (segment (start 150.989536 110.000528) (end 157.739535 110.000528) (width 0.25) (layer "F.Cu") (net 13) (tstamp 9527e216-9181-4266-8a28-06b8077b96c7)) + (segment (start 66.48 81.94) (end 67.740351 83.200351) (width 0.25) (layer "F.Cu") (net 13) (tstamp a046d87b-f8ba-49b0-86fa-64a6942c657c)) + (segment (start 79.343 100.476) (end 104.617 100.476) (width 0.25) (layer "F.Cu") (net 13) (tstamp aaadad18-b901-45b9-b008-649deed15c44)) + (segment (start 146.136623 110.000528) (end 150.989536 110.000528) (width 0.25) (layer "F.Cu") (net 13) (tstamp acfc2e96-b233-407a-b5fe-7cc232c648f1)) + (segment (start 67.740351 83.200351) (end 78.404649 83.200351) (width 0.25) (layer "F.Cu") (net 13) (tstamp b8bc58c2-02c7-43c1-b085-753682b7a45d)) + (segment (start 78.995 100.128) (end 79.343 100.476) (width 0.25) (layer "F.Cu") (net 13) (tstamp b938650d-a4ad-4209-8bee-752272862c19)) + (segment (start 79.185 108.17) (end 78.995 107.98) (width 0.25) (layer "F.Cu") (net 13) (tstamp c870427a-adc8-410a-9c8e-06231905e8e4)) + (segment (start 79.185 108.966) (end 79.185 108.17) (width 0.25) (layer "F.Cu") (net 13) (tstamp d36627a2-b63b-424f-87df-a73b2ad97179)) + (segment (start 78.404649 83.200351) (end 78.995 82.61) (width 0.25) (layer "F.Cu") (net 13) (tstamp e978dcfa-0e2c-4b48-b718-3c6549417db6)) + (segment (start 104.775 110) (end 104.725 109.95) (width 0.25) (layer "F.Cu") (net 13) (tstamp f41e76ed-6867-4441-b0dd-4f8cc543fce0)) + (via (at 78.995 82.61) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 13) (tstamp 492dbf63-b92f-437a-8712-b0b2c24ed417)) + (via (at 78.995 100.128) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 13) (tstamp 6786c9da-7f9c-4f28-b5e6-fa2f3e2bb749)) + (via (at 104.725 100.584) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 13) (tstamp 799fd5a7-c67e-424e-8eec-d09889e926d2)) + (via (at 78.995 107.98) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 13) (tstamp 8a97673a-7771-4efa-8018-2f46fbfdb3af)) + (via (at 104.725 109.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 13) (tstamp fd606244-a873-4ec8-98a9-c6448a912fe8)) + (segment (start 78.995 100.128) (end 78.995 82.61) (width 0.25) (layer "B.Cu") (net 13) (tstamp 0af386bf-348b-46b9-acb5-7c9d007345d5)) + (segment (start 104.725 100.584) (end 104.725 100.47) (width 0.25) (layer "B.Cu") (net 13) (tstamp 17a6a992-ec34-4f65-a2f0-5ba8aa17215b)) + (segment (start 78.995 100.128) (end 78.995 107.98) (width 0.25) (layer "B.Cu") (net 13) (tstamp 63811385-b658-46d5-ab42-84af509c48d2)) + (segment (start 104.725 109.95) (end 104.725 100.47) (width 0.25) (layer "B.Cu") (net 13) (tstamp 6ed80db9-e06d-42b6-9d29-54196f56165a)) + (segment (start 104.725 100.47) (end 104.735 100.46) (width 0.25) (layer "B.Cu") (net 13) (tstamp 91067e4d-54ab-4f41-b405-b5d75e9004ae)) + (segment (start 86.97457 110.73) (end 85.87657 109.632) (width 0.25) (layer "F.Cu") (net 14) (tstamp 139000d9-42c7-4934-acb0-926598018af8)) + (segment (start 88.3975 110.73) (end 86.97457 110.73) (width 0.25) (layer "F.Cu") (net 14) (tstamp 9cd9ba43-317a-465e-98c7-56a218e9de4f)) + (segment (start 86.055 81.94) (end 69.02 81.94) (width 0.25) (layer "F.Cu") (net 14) (tstamp b4a764c6-2deb-42dc-810d-f13054491bc8)) + (segment (start 86.125 82.01) (end 86.055 81.94) (width 0.25) (layer "F.Cu") (net 14) (tstamp cffd4981-e7b0-473b-a030-d06a8e7e4c0d)) + (segment (start 85.87657 109.632) (end 84.162 109.632) (width 0.25) (layer "F.Cu") (net 14) (tstamp f21ae1ed-90ad-43bc-a7cb-5d866ec880e6)) + (via (at 86.125 82.01) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 14) (tstamp 19bead29-5f48-4795-a2da-6e1e6181ee32)) + (via (at 84.162 109.632) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 14) (tstamp 320ae8c2-f47d-46e0-ab8c-63881532221e)) + (segment (start 92.48 87.41) (end 87.08 82.01) (width 0.25) (layer "B.Cu") (net 14) (tstamp 146d26c8-6a9e-4bf1-b41c-0476f95294c8)) + (segment (start 84.424 109.632) (end 85.925 108.131) (width 0.25) (layer "B.Cu") (net 14) (tstamp 1edbe6e0-30a6-4799-807c-782ca3a90837)) + (segment (start 85.925 82.21) (end 86.125 82.01) (width 0.25) (layer "B.Cu") (net 14) (tstamp 2cd7f317-004c-487a-a4a5-b1482e6deda3)) + (segment (start 86.125 82.01) (end 86.145 81.99) (width 0.25) (layer "B.Cu") (net 14) (tstamp 86880411-9154-4f67-8342-dbf1b363775d)) + (segment (start 85.925 108.131) (end 85.925 82.21) (width 0.25) (layer "B.Cu") (net 14) (tstamp 97c120bb-d44f-48b2-b203-9f2bd1a5c24a)) + (segment (start 84.162 109.632) (end 84.424 109.632) (width 0.25) (layer "B.Cu") (net 14) (tstamp 9c28170a-1ec4-4164-8a75-b59f6f16c63c)) + (segment (start 87.08 82.01) (end 86.125 82.01) (width 0.25) (layer "B.Cu") (net 14) (tstamp ca421d10-3f71-42a2-9c36-d427754d0c40)) + (segment (start 132.976059 87.41) (end 92.48 87.41) (width 0.25) (layer "B.Cu") (net 14) (tstamp cee6d695-d447-4921-ace7-1756eb2d21b6)) + (segment (start 137.752705 92.186646) (end 132.976059 87.41) (width 0.25) (layer "B.Cu") (net 14) (tstamp ee733824-022e-4bff-a6b7-11e8f04af48b)) + (segment (start 87.605 84.48) (end 87.665 84.54) (width 0.25) (layer "F.Cu") (net 15) (tstamp 002b91f1-6363-458d-a2ba-56fdea9ce20c)) + (segment (start 99.568 117.2805) (end 98.1875 117.2805) (width 0.25) (layer "F.Cu") (net 15) (tstamp 67faaaeb-778d-450e-b45c-de35aac813ce)) + (segment (start 69.02 84.48) (end 87.605 84.48) (width 0.25) (layer "F.Cu") (net 15) (tstamp dac72804-f8e8-4b93-8bc8-8ef094e9aa79)) + (segment (start 98.1875 117.2805) (end 96.3245 115.4175) (width 0.25) (layer "F.Cu") (net 15) (tstamp e99b3388-16a4-489c-b688-0fea515b4986)) + (segment (start 96.3245 115.4175) (end 95.485 115.4175) (width 0.25) (layer "F.Cu") (net 15) (tstamp f71b4986-957a-4fb6-9918-ad7518a2e9cb)) + (via (at 87.665 84.54) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 15) (tstamp d8f1f258-87af-46a9-80d1-1f3700d14fb6)) + (via (at 99.568 117.2805) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 15) (tstamp d92aa8c5-af43-40dd-abce-145fcd4a6df4)) + (segment (start 135.675 92.608941) (end 137.752705 94.686646) (width 0.25) (layer "B.Cu") (net 15) (tstamp 024cb83b-3bbe-4760-94de-b78b470c7903)) + (segment (start 99.568 114.947) (end 100.11 114.405) (width 0.25) (layer "B.Cu") (net 15) (tstamp 3a957a5f-ecf2-4b4c-a8fe-25b27d198ed9)) + (segment (start 135.675 91.05) (end 135.675 92.608941) (width 0.25) (layer "B.Cu") (net 15) (tstamp 4c6a2e91-1090-41bc-89cf-3a2e8855c4bd)) + (segment (start 88.77 84.54) (end 90.88 86.65) (width 0.25) (layer "B.Cu") (net 15) (tstamp 50870072-6dac-4cc1-bfd5-9886b4bc5e44)) + (segment (start 87.665 84.54) (end 88.77 84.54) (width 0.25) (layer "B.Cu") (net 15) (tstamp 52a83c0e-b933-463a-9916-b13b9d856dda)) + (segment (start 99.995 91.47) (end 99.995 90.91) (width 0.25) (layer "B.Cu") (net 15) (tstamp 64e6ea23-9cdc-43af-96ef-33636cd14fe7)) + (segment (start 100.11 114.405) (end 100.11 91.585) (width 0.25) (layer "B.Cu") (net 15) (tstamp 71b775b8-3789-493b-a219-5f0ad000a4e5)) + (segment (start 90.88 88.43) (end 93.92 91.47) (width 0.25) (layer "B.Cu") (net 15) (tstamp 78de78e6-b35d-4b5b-bcca-2a46c0c79ce1)) + (segment (start 102.895 88.01) (end 132.635 88.01) (width 0.25) (layer "B.Cu") (net 15) (tstamp 8d3b3262-36f0-418f-bd7a-5e984ca00fb9)) + (segment (start 100.11 91.585) (end 99.995 91.47) (width 0.25) (layer "B.Cu") (net 15) (tstamp 9f9b37b9-7270-4d50-a5b6-8cf2983db6e9)) + (segment (start 99.995 90.91) (end 102.895 88.01) (width 0.25) (layer "B.Cu") (net 15) (tstamp ab23da8d-31b2-46f5-a44b-1c44e63b64b2)) + (segment (start 93.92 91.47) (end 99.995 91.47) (width 0.25) (layer "B.Cu") (net 15) (tstamp be65bf2b-ca52-4a3a-ba3e-c612eb5622c3)) + (segment (start 132.635 88.01) (end 135.675 91.05) (width 0.25) (layer "B.Cu") (net 15) (tstamp c2128e9c-a71d-417c-b253-4497d8093b2a)) + (segment (start 90.88 86.65) (end 90.88 88.43) (width 0.25) (layer "B.Cu") (net 15) (tstamp cc81d627-43b7-4a1e-9f12-b3eeaf7d2a37)) + (segment (start 99.568 117.2805) (end 99.568 114.947) (width 0.25) (layer "B.Cu") (net 15) (tstamp f1de49f4-8c0a-4810-a059-8d0d34d91db6)) + (segment (start 71.73 85.64) (end 71.63244 85.73756) (width 0.25) (layer "F.Cu") (net 16) (tstamp 0102d62e-ebf6-48d0-a281-fe1092f6eeef)) + (segment (start 143.256 113.03) (end 143.256 114.941884) (width 0.25) (layer "F.Cu") (net 16) (tstamp 038d3795-461f-4a50-a0e9-06cbbc2daa88)) + (segment (start 148.631294 118.140199) (end 146.110786 115.619691) (width 0.25) (layer "F.Cu") (net 16) (tstamp 08d3f7a6-076d-47ae-8d1c-b6b4ec92d674)) + (segment (start 96.945 93.11) (end 98.015 94.18) (width 0.25) (layer "F.Cu") (net 16) (tstamp 10c1466f-e1f9-4ceb-a1f5-80c66a6c3046)) + (segment (start 144.272 110.744) (end 144.272 112.014) (width 0.25) (layer "F.Cu") (net 16) (tstamp 19ecf46a-559c-4b59-8aef-d10c51bb700c)) + (segment (start 122.685 94.18) (end 122.955 93.91) (width 0.25) (layer "F.Cu") (net 16) (tstamp 22fb5597-4455-40ed-8212-1c620322252f)) + (segment (start 148.631294 120.897123) (end 148.631294 118.140199) (width 0.25) (layer "F.Cu") (net 16) (tstamp 2b3bf347-16ed-422a-846e-29a6bfa5f847)) + (segment (start 88.68 88.95) (end 92.84 93.11) (width 0.25) (layer "F.Cu") (net 16) (tstamp 2ef591c2-43de-492c-b25a-8444dae5bb4b)) + (segment (start 98.015 94.18) (end 122.685 94.18) (width 0.25) (layer "F.Cu") (net 16) (tstamp 36d38a3a-3315-4c02-aa9d-27ce688837e0)) + (segment (start 143.256 114.941884) (end 143.933807 115.619691) (width 0.25) (layer "F.Cu") (net 16) (tstamp 520aee00-11a0-4aa9-94a6-5a258a695236)) + (segment (start 71.88 88.84) (end 71.99 88.95) (width 0.25) (layer "F.Cu") (net 16) (tstamp 6dfaa0c8-e122-4d51-b8b4-c0f4dcfdff3a)) + (segment (start 144.272 112.014) (end 143.256 113.03) (width 0.25) (layer "F.Cu") (net 16) (tstamp 72597da3-ca4e-48ad-aba9-f4f4abc02598)) + (segment (start 155.381294 120.907123) (end 148.641294 120.907123) (width 0.25) (layer "F.Cu") (net 16) (tstamp 88e28793-01b7-4ec4-875c-5f864f80a7cc)) + (segment (start 67.76244 85.73756) (end 66.48 87.02) (width 0.25) (layer "F.Cu") (net 16) (tstamp 8e1b8a91-e045-4b11-aa68-7f47375895ea)) + (segment (start 71.63244 85.73756) (end 67.76244 85.73756) (width 0.25) (layer "F.Cu") (net 16) (tstamp 9632c080-cccd-4c39-a981-3949cbf9f7ec)) + (segment (start 71.99 88.95) (end 88.68 88.95) (width 0.25) (layer "F.Cu") (net 16) (tstamp a83a9b5c-a011-4008-82bd-c9ef6d466976)) + (segment (start 92.84 93.11) (end 96.945 93.11) (width 0.25) (layer "F.Cu") (net 16) (tstamp b37b93a6-6cea-4aa9-b190-8537def99b00)) + (segment (start 143.933807 115.619691) (end 146.110786 115.619691) (width 0.25) (layer "F.Cu") (net 16) (tstamp dcc6a111-24b0-426a-91ee-79570a7127fc)) + (segment (start 148.641294 120.907123) (end 148.631294 120.897123) (width 0.25) (layer "F.Cu") (net 16) (tstamp fb047010-d8ca-48b1-8a4c-5f6b3284a26c)) + (via (at 144.272 110.744) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp 8a920d8b-8622-4fdb-b411-acff34337084)) + (via (at 122.955 93.91) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp d0bd43f8-96d5-4f44-9a51-850885d6f0ab)) + (via (at 71.88 88.84) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 16) (tstamp f6fb397e-c631-4c97-9706-2ee47e94efa7)) + (segment (start 133.858 105.156) (end 135.128 106.426) (width 0.25) (layer "B.Cu") (net 16) (tstamp 1a47a665-43c7-4a55-a85e-83d261003f3d)) + (segment (start 135.128 106.426) (end 142.800206 106.426) (width 0.25) (layer "B.Cu") (net 16) (tstamp 4d31d3a0-9e4d-431b-b99d-72b66660fbad)) + (segment (start 71.88 88.84) (end 71.31 88.27) (width 0.25) (layer "B.Cu") (net 16) (tstamp 66b0a48f-7db6-46ec-bded-60d1368e5450)) + (segment (start 122.955 93.91) (end 122.955 99.99) (width 0.25) (layer "B.Cu") (net 16) (tstamp 6a1c2fad-cf41-4fcb-931e-110a0c61e654)) + (segment (start 67.73 88.27) (end 66.48 87.02) (width 0.25) (layer "B.Cu") (net 16) (tstamp 8f36c895-8eb1-4947-9ee1-a040e907a708)) + (segment (start 128.121 105.156) (end 133.858 105.156) (width 0.25) (layer "B.Cu") (net 16) (tstamp 980c8204-efef-47a2-8002-53b004481171)) + (segment (start 71.31 88.27) (end 67.73 88.27) (width 0.25) (layer "B.Cu") (net 16) (tstamp b6c86ecf-7f5c-4e93-845e-b59a749bd845)) + (segment (start 142.800206 106.426) (end 144.272 107.897794) (width 0.25) (layer "B.Cu") (net 16) (tstamp b90db05a-8b65-41a0-9179-6c605c0eee29)) + (segment (start 144.272 107.897794) (end 144.272 110.744) (width 0.25) (layer "B.Cu") (net 16) (tstamp de97ffe9-92fc-422f-9948-ca5967da6873)) + (segment (start 122.955 99.99) (end 128.121 105.156) (width 0.25) (layer "B.Cu") (net 16) (tstamp eb9d99f0-798f-45bf-a911-16d5bf3dfa09)) + (segment (start 87.815 87.02) (end 87.855 87.06) (width 0.25) (layer "F.Cu") (net 17) (tstamp 115b0abf-ac56-430c-a675-3c5a577eb705)) + (segment (start 88.816 99.314) (end 89.471 99.314) (width 0.25) (layer "F.Cu") (net 17) (tstamp 51923e9f-1767-4724-ad5f-1134e2424bb5)) + (segment (start 69.02 87.02) (end 87.815 87.02) (width 0.25) (layer "F.Cu") (net 17) (tstamp 576d99a3-0b58-43b8-b1fe-a4c66f3e1452)) + (segment (start 88.816 99.314) (end 88.827 99.325) (width 0.25) (layer "F.Cu") (net 17) (tstamp 59089e4e-508e-4c20-a01b-c18c80aa153a)) + (segment (start 88.827 99.325) (end 127.13 99.325) (width 0.25) (layer "F.Cu") (net 17) (tstamp 64c22dc4-fbda-4f0d-b63d-c558d4260eae)) + (segment (start 127.13 99.325) (end 129.255 97.2) (width 0.25) (layer "F.Cu") (net 17) (tstamp 6d49afc3-9e83-40a5-9452-746a4b69c40e)) + (segment (start 129.255 97.2) (end 129.475 97.2) (width 0.25) (layer "F.Cu") (net 17) (tstamp 7ec73059-526c-436d-9474-705dbf1cab10)) + (via (at 87.855 87.06) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 1f8f6195-3815-4acb-b478-df31dd238098)) + (via (at 88.816 99.314) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 17) (tstamp 7b0fcec4-7089-4d21-934b-fd6d01b9eca2)) + (segment (start 87.855 95.994) (end 87.855 87.06) (width 0.25) (layer "B.Cu") (net 17) (tstamp d0f0a69a-d5fa-44b9-b2fa-0fb451d5ccd2)) + (segment (start 88.816 99.314) (end 88.816 96.955) (width 0.25) (layer "B.Cu") (net 17) (tstamp ee6873c9-b1e3-4d2f-b607-7eb6448560db)) + (segment (start 88.816 96.955) (end 87.855 95.994) (width 0.25) (layer "B.Cu") (net 17) (tstamp f7c10be5-d6d1-4d58-bdec-8eebecee29f8)) + (segment (start 67.85 88.19) (end 66.48 89.56) (width 0.25) (layer "F.Cu") (net 18) (tstamp 05f51144-d760-40cd-8719-fc274af2592b)) + (segment (start 110.56 116.39) (end 113.99 119.82) (width 0.25) (layer "F.Cu") (net 18) (tstamp 0b5667f0-ea30-44a2-be08-219d0a27a787)) + (segment (start 90.075 89.395) (end 90.075 89.385) (width 0.25) (layer "F.Cu") (net 18) (tstamp 0b77d265-7742-4a0d-bad3-b84cfeef1b15)) + (segment (start 109.175 112.014) (end 109.644 112.014) (width 0.25) (layer "F.Cu") (net 18) (tstamp 12e1a2a4-8768-4b67-b11d-21ac1857531a)) + (segment (start 99.568 102.362) (end 99.314 102.616) (width 0.25) (layer "F.Cu") (net 18) (tstamp 230185c8-e009-4cd5-a5ee-47439f9dd776)) + (segment (start 113.99 119.82) (end 116.315 119.82) (width 0.25) (layer "F.Cu") (net 18) (tstamp 454864bc-cb2a-4159-aa67-5a0b8f9da972)) + (segment (start 97.7505 92.89) (end 97.4505 92.59) (width 0.25) (layer "F.Cu") (net 18) (tstamp 4a0c8766-b3a2-48f8-8de2-86fc3fc1033b)) + (segment (start 109.644 112.014) (end 110.56 112.93) (width 0.25) (layer "F.Cu") (net 18) (tstamp 74e33236-6a94-4796-8fb9-cc86451fb582)) + (segment (start 109.1525 102.362) (end 99.568 102.362) (width 0.25) (layer "F.Cu") (net 18) (tstamp 766fd0d3-9964-4fb0-85c6-788eb1b55675)) + (segment (start 110.56 112.93) (end 110.56 116.39) (width 0.25) (layer "F.Cu") (net 18) (tstamp 898c3160-7c22-4ccd-9cdc-dfa3cb67057d)) + (segment (start 93.27 92.59) (end 90.075 89.395) (width 0.25) (layer "F.Cu") (net 18) (tstamp ad8fd4c9-3f98-4fab-95e0-20410277e7b2)) + (segment (start 98.7155 102.616) (end 99.314 102.616) (width 0.25) (layer "F.Cu") (net 18) (tstamp baca4c59-3795-46f5-817e-8193eb7cbaa8)) + (segment (start 97.4505 92.59) (end 93.27 92.59) (width 0.25) (layer "F.Cu") (net 18) (tstamp bbb5abad-5767-479d-af6c-88145d650b1e)) + (segment (start 109.175 102.3845) (end 109.1525 102.362) (width 0.25) (layer "F.Cu") (net 18) (tstamp bc2a2e52-c6ec-4705-9d55-13a551a82fc1)) + (segment (start 90.075 89.385) (end 88.88 88.19) (width 0.25) (layer "F.Cu") (net 18) (tstamp bea875e3-a971-4587-b232-c249ea989493)) + (segment (start 88.88 88.19) (end 67.85 88.19) (width 0.25) (layer "F.Cu") (net 18) (tstamp e544d04e-5651-44fe-9808-4f3f6106e556)) + (via (at 109.175 112.014) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp 0776011a-cfd1-43d8-90cb-c751a1543098)) + (via (at 98.7155 102.616) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp 40c110fa-f2a8-4fa6-ba33-c2d56226f034)) + (via (at 109.175 102.3845) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp 6297cc5c-08c0-46b3-a5e5-a054ee9c93d7)) + (via (at 97.7505 92.89) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 18) (tstamp a3f29802-8c9e-45ab-9336-3e9c3ccbc9e1)) + (segment (start 98.595 93.7345) (end 97.7505 92.89) (width 0.25) (layer "B.Cu") (net 18) (tstamp 551e8641-b41c-49ca-92de-8a9ccb8f74ad)) + (segment (start 109.175 102.3845) (end 109.175 112.014) (width 0.25) (layer "B.Cu") (net 18) (tstamp 89f570cd-ce22-4fca-b284-ddac1276e2a3)) + (segment (start 98.595 102.4955) (end 98.595 93.7345) (width 0.25) (layer "B.Cu") (net 18) (tstamp c1e4a971-a97c-4b6a-b7ee-528f83dd4bc5)) + (segment (start 98.7155 102.616) (end 98.595 102.4955) (width 0.25) (layer "B.Cu") (net 18) (tstamp ff120e1c-791c-47fb-bf25-5fe4ab71b30c)) + (segment (start 66.48 92.1) (end 67.766868 93.386868) (width 0.25) (layer "F.Cu") (net 19) (tstamp 19643439-8c40-4af7-a045-99df3cbad57d)) + (segment (start 70.906868 93.386868) (end 71.47 93.95) (width 0.25) (layer "F.Cu") (net 19) (tstamp 3a1bf22a-0cf1-42a1-9459-893d7e1ca2d1)) + (segment (start 67.766868 93.386868) (end 70.906868 93.386868) (width 0.25) (layer "F.Cu") (net 19) (tstamp 752ae69c-4797-4067-bad9-cfe78b1a0544)) + (segment (start 69.05 92.13) (end 69.02 92.1) (width 0.25) (layer "F.Cu") (net 20) (tstamp 0c5b116a-d33e-4386-b2e1-5af44857b356)) + (segment (start 71.36 92.1) (end 71.48 92.22) (width 0.25) (layer "F.Cu") (net 20) (tstamp 13a86966-5725-49c3-8797-b3ad4f03b564)) + (segment (start 69.02 92.1) (end 71.36 92.1) (width 0.25) (layer "F.Cu") (net 20) (tstamp e90278bd-a485-4775-8e44-3789274051ab)) + (segment (start 106.77 112.54) (end 108.66 114.43) (width 0.25) (layer "F.Cu") (net 21) (tstamp 1a4cc881-885d-4bcb-a49c-730e5f3a49f3)) + (segment (start 71.002 95.64) (end 100.765 95.64) (width 0.25) (layer "F.Cu") (net 21) (tstamp 2353c9f0-4c84-49b5-9068-11d049f83d73)) + (segment (start 109.85 122.32) (end 116.315 122.32) (width 0.25) (layer "F.Cu") (net 21) (tstamp 3819d416-9af1-4a84-94ea-911035638255)) + (segment (start 108.66 114.43) (end 108.66 121.13) (width 0.25) (layer "F.Cu") (net 21) (tstamp 6eed0eef-89cd-43ac-a0eb-3b833024498f)) + (segment (start 69.02 94.64) (end 70.002 94.64) (width 0.25) (layer "F.Cu") (net 21) (tstamp 78ab9b50-dbc8-459a-bf7c-29ebe4dfffad)) + (segment (start 108.66 121.13) (end 109.85 122.32) (width 0.25) (layer "F.Cu") (net 21) (tstamp 8b9119cc-e3c8-49e4-ad07-8673fb200b10)) + (segment (start 104.86 113.62) (end 105.94 112.54) (width 0.25) (layer "F.Cu") (net 21) (tstamp ad462e3b-e2c9-4563-8602-251e3bf6c01b)) + (segment (start 105.94 112.54) (end 106.77 112.54) (width 0.25) (layer "F.Cu") (net 21) (tstamp c42437af-f655-404d-9079-c4cc09b05491)) + (segment (start 70.002 94.64) (end 71.002 95.64) (width 0.25) (layer "F.Cu") (net 21) (tstamp d70164ad-08a5-4265-8ec5-905af1193ce0)) + (segment (start 101.174 113.62) (end 104.86 113.62) (width 0.25) (layer "F.Cu") (net 21) (tstamp d8fc7727-63cc-485f-8cf8-7cd839436de2)) + (segment (start 101.092 113.538) (end 101.174 113.62) (width 0.25) (layer "F.Cu") (net 21) (tstamp df225c51-e196-4a09-906f-9cefe327514c)) + (via (at 101.092 113.538) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 21) (tstamp 434fc68c-6900-4431-ab9f-3aba4a9354cd)) + (via (at 100.765 95.64) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 21) (tstamp 69039f46-aba9-441b-bb50-08a7f2f575ef)) + (segment (start 101.092 113.538) (end 100.765 113.211) (width 0.25) (layer "B.Cu") (net 21) (tstamp 494df19f-759e-464d-bb18-8ae0f85e0a47)) + (segment (start 100.765 113.211) (end 100.765 95.64) (width 0.25) (layer "B.Cu") (net 21) (tstamp e0050c6b-0824-4ed1-9a6e-4f4d1b52953a)) + (segment (start 75.67 98.23) (end 82.475 98.23) (width 0.25) (layer "F.Cu") (net 22) (tstamp 3456f846-3795-42a5-b727-04072aa39410)) + (segment (start 87.305942 109.93) (end 88.3975 109.93) (width 0.25) (layer "F.Cu") (net 22) (tstamp 381bc399-028f-47f6-a175-96a97e7a7705)) + (segment (start 74.74 99.16) (end 75.67 98.23) (width 0.25) (layer "F.Cu") (net 22) (tstamp 3beeea24-68f4-4dfb-84db-51ee879e5053)) + (segment (start 82.475 98.23) (end 82.745 98.5) (width 0.25) (layer "F.Cu") (net 22) (tstamp 45cd3d8e-5c31-4026-bb99-971149fb35ab)) + (segment (start 71.28 99.16) (end 74.74 99.16) (width 0.25) (layer "F.Cu") (net 22) (tstamp 56e05f5a-6cae-4ef4-8a0e-5189a5d85411)) + (segment (start 67.748725 98.448725) (end 70.568725 98.448725) (width 0.25) (layer "F.Cu") (net 22) (tstamp 739f453b-6847-4273-a1ec-e68aa5a13a8c)) + (segment (start 86.046942 108.671) (end 87.305942 109.93) (width 0.25) (layer "F.Cu") (net 22) (tstamp 73e35e77-96c4-4194-8a16-bf1adb6fce02)) + (segment (start 82.659 108.349) (end 82.794908 108.213092) (width 0.25) (layer "F.Cu") (net 22) (tstamp 9f2b89ab-0c87-4cd0-b310-71fde5af0e8b)) + (segment (start 66.48 97.18) (end 67.748725 98.448725) (width 0.25) (layer "F.Cu") (net 22) (tstamp ac38e3ae-75f7-449e-88af-fb28aff48526)) + (segment (start 82.794908 108.213092) (end 84.279406 108.213092) (width 0.25) (layer "F.Cu") (net 22) (tstamp b1f3d7d8-5030-43cb-bcd0-7e66d3ae5790)) + (segment (start 84.737315 108.671) (end 86.046942 108.671) (width 0.25) (layer "F.Cu") (net 22) (tstamp e7fb78c5-44cb-45ab-b6d8-4b33740302a7)) + (segment (start 84.279406 108.213092) (end 84.737315 108.671) (width 0.25) (layer "F.Cu") (net 22) (tstamp e935eb69-d145-4423-937e-035ecb34a36e)) + (segment (start 70.568725 98.448725) (end 71.28 99.16) (width 0.25) (layer "F.Cu") (net 22) (tstamp ef6e42dc-453e-4455-b5b1-e390c5bc613c)) + (via (at 82.659 108.349) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp 0c5c903d-467c-460c-a9b9-b22416e66c92)) + (via (at 82.745 98.5) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 22) (tstamp 8437feb8-fe4b-465b-bf4d-f9042f799931)) + (segment (start 82.659 108.349) (end 82.96 108.048) (width 0.25) (layer "B.Cu") (net 22) (tstamp 3a96d981-ec84-4213-8a7c-8a12303b1e96)) + (segment (start 82.96 108.048) (end 82.96 98.935) (width 0.25) (layer "B.Cu") (net 22) (tstamp 485f349c-a407-40b1-8bf0-0c4378fbe83e)) + (segment (start 82.96 98.935) (end 82.745 98.72) (width 0.25) (layer "B.Cu") (net 22) (tstamp 4ae38fba-586d-432a-881f-a227ea4eee57)) + (segment (start 82.745 98.72) (end 82.745 98.5) (width 0.25) (layer "B.Cu") (net 22) (tstamp da3b2727-0a37-43a9-84e0-938bb78e1739)) + (segment (start 84.903 108.271) (end 86.212628 108.271) (width 0.25) (layer "F.Cu") (net 23) (tstamp 000ca9d4-c467-4a08-8286-72a9b72e2065)) + (segment (start 81.332892 100.961892) (end 67.721892 100.961892) (width 0.25) (layer "F.Cu") (net 23) (tstamp 086cae88-b4ba-4804-8509-cf2599802b79)) + (segment (start 87.471628 109.53) (end 88.3975 109.53) (width 0.25) (layer "F.Cu") (net 23) (tstamp 0e9255a3-642e-411d-9afe-23bc2fd318f6)) + (segment (start 81.788 107.696) (end 84.328 107.696) (width 0.25) (layer "F.Cu") (net 23) (tstamp 1abc238c-7d46-4922-a7ed-96269d44f20d)) + (segment (start 84.328 107.696) (end 84.903 108.271) (width 0.25) (layer "F.Cu") (net 23) (tstamp 1fd2c92e-c41b-4372-b044-f4ce3d52a472)) + (segment (start 86.212628 108.271) (end 87.471628 109.53) (width 0.25) (layer "F.Cu") (net 23) (tstamp 984abc4a-1c11-4af9-bea6-60afc7ae8af0)) + (segment (start 81.534 107.95) (end 81.788 107.696) (width 0.25) (layer "F.Cu") (net 23) (tstamp b469bb52-b8f2-4b0a-beb8-0a3c33eb34c2)) + (segment (start 81.63 101.259) (end 81.332892 100.961892) (width 0.25) (layer "F.Cu") (net 23) (tstamp c69a4aba-f8bb-43ae-954a-6e87d6b379eb)) + (segment (start 67.721892 100.961892) (end 66.48 99.72) (width 0.25) (layer "F.Cu") (net 23) (tstamp f35b00f6-bd3a-4054-99b4-90f5d0039561)) + (via (at 81.63 101.259) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 23) (tstamp 8a013482-2038-4959-9ca3-c4e7fbb50076)) + (via (at 81.534 107.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 23) (tstamp d06c107e-5f6e-4dad-962c-e408a8064b5d)) + (segment (start 82.175 101.804) (end 82.175 107.309) (width 0.25) (layer "B.Cu") (net 23) (tstamp 0ce0041b-dc5d-4815-9b5b-86e4920e420a)) + (segment (start 82.175 107.309) (end 81.534 107.95) (width 0.25) (layer "B.Cu") (net 23) (tstamp 53e0b2a6-f2d1-408b-9e70-89f88efb856a)) + (segment (start 81.63 101.259) (end 82.175 101.804) (width 0.25) (layer "B.Cu") (net 23) (tstamp 53e45f9e-5396-47e5-8882-dfc918809308)) + (segment (start 80.441 100.076) (end 93.98 100.076) (width 0.25) (layer "F.Cu") (net 24) (tstamp 02a206d3-e2a1-45e8-b8ac-38a41a46aadb)) + (segment (start 94.251 99.805) (end 119.363 99.805) (width 0.25) (layer "F.Cu") (net 24) (tstamp 1142c7d3-916c-4771-bb34-3c5cdc89d9fe)) + (segment (start 119.77 123.054) (end 118.004 124.82) (width 0.25) (layer "F.Cu") (net 24) (tstamp 25d465d6-fc74-44bb-b69b-0020fbe817ba)) + (segment (start 119.634 110.998) (end 119.77 111.134) (width 0.25) (layer "F.Cu") (net 24) (tstamp 2dc84e75-6352-4082-9692-0763b4b18e29)) + (segment (start 118.004 124.82) (end 116.315 124.82) (width 0.25) (layer "F.Cu") (net 24) (tstamp 4bca5a76-c21a-4f86-8467-2b7a0eec34d3)) + (segment (start 77.4315 99.16) (end 79.525 99.16) (width 0.25) (layer "F.Cu") (net 24) (tstamp 4ec23d37-b3b0-49c8-a641-03bd6138b946)) + (segment (start 76.8715 99.72) (end 77.4315 99.16) (width 0.25) (layer "F.Cu") (net 24) (tstamp 8f3da1a3-f348-4b81-ad0a-45f9f09efa30)) + (segment (start 119.363 99.805) (end 119.634 100.076) (width 0.25) (layer "F.Cu") (net 24) (tstamp 93d40ece-9e82-4400-8088-8a6e69d76b4f)) + (segment (start 119.77 111.134) (end 119.77 123.054) (width 0.25) (layer "F.Cu") (net 24) (tstamp acf2f211-d1c4-466e-bb65-34ec86a323b6)) + (segment (start 79.525 99.16) (end 80.441 100.076) (width 0.25) (layer "F.Cu") (net 24) (tstamp bbb106f1-4832-423c-9f0f-2d1d1cd7a8a8)) + (segment (start 69.02 99.72) (end 76.8715 99.72) (width 0.25) (layer "F.Cu") (net 24) (tstamp f471bb6c-377f-430c-bfac-e104db332e7f)) + (segment (start 93.98 100.076) (end 94.251 99.805) (width 0.25) (layer "F.Cu") (net 24) (tstamp fba1d801-4363-4a46-b29c-385acdc04eae)) + (via (at 119.634 100.076) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 24) (tstamp 12657d34-cc45-4e3f-a869-ac3e93e6689e)) + (via (at 75.76 99.72) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 24) (tstamp 2fbfc6e2-1a42-413b-b2cc-1d7397221cbd)) + (via (at 119.634 110.998) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 24) (tstamp e5c2ef0e-4778-4f88-b9e2-b19d3d0aea47)) + (segment (start 119.634 100.076) (end 119.634 110.998) (width 0.25) (layer "B.Cu") (net 24) (tstamp 2ba1ce5e-e55b-4846-88ad-a0a235a0e9a3)) + (segment (start 75.76 99.72) (end 75.725 99.755) (width 0.25) (layer "B.Cu") (net 24) (tstamp 354e4603-5713-4e3b-8ad0-5dda3854d900)) + (segment (start 87.637314 109.13) (end 88.3975 109.13) (width 0.25) (layer "F.Cu") (net 25) (tstamp 00a534b4-2a81-49a8-867f-3be63caf2935)) + (segment (start 67.77 103.55) (end 66.48 102.26) (width 0.25) (layer "F.Cu") (net 25) (tstamp 0be9589d-a287-428c-b8c1-d5360f2ad41a)) + (segment (start 85.344 107.696) (end 86.203314 107.696) (width 0.25) (layer "F.Cu") (net 25) (tstamp 13c1f71e-01fb-4953-b107-ba6b55b1142a)) + (segment (start 85.344 103.378) (end 85.09 103.124) (width 0.25) (layer "F.Cu") (net 25) (tstamp 20fd3dfe-f9ed-4960-b58b-dc1348713418)) + (segment (start 86.203314 107.696) (end 87.637314 109.13) (width 0.25) (layer "F.Cu") (net 25) (tstamp 795d1036-68ed-4e35-93a0-5c24aac32877)) + (segment (start 85.09 103.124) (end 70.136 103.124) (width 0.25) (layer "F.Cu") (net 25) (tstamp 8661a48c-2e95-4c6d-9456-cd4d0e34a116)) + (segment (start 69.71 103.55) (end 67.77 103.55) (width 0.25) (layer "F.Cu") (net 25) (tstamp f360c520-1ba9-4619-acd4-12d0f9451e71)) + (segment (start 70.136 103.124) (end 69.71 103.55) (width 0.25) (layer "F.Cu") (net 25) (tstamp fce887ed-9047-4543-8080-511e6916f8de)) + (via (at 85.344 107.696) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 25) (tstamp 0b47d035-24f0-4c5f-bc7b-33fd7a4bff23)) + (via (at 85.344 103.378) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 25) (tstamp 3e889bd5-7829-4300-976c-34b7350f78c2)) + (segment (start 85.344 107.696) (end 85.344 103.378) (width 0.25) (layer "B.Cu") (net 25) (tstamp d8c6347c-2013-41c2-ad0e-bb2fcfa5b4ba)) + (segment (start 84.2925 102.362) (end 69.122 102.362) (width 0.25) (layer "F.Cu") (net 26) (tstamp 1ac29489-39b0-486e-877a-e14023f56356)) + (segment (start 69.122 102.362) (end 69.02 102.26) (width 0.25) (layer "F.Cu") (net 26) (tstamp 23c55cb8-1788-471c-aaed-5c98d1cc60ac)) + (segment (start 84.53 106.934) (end 86.007 106.934) (width 0.25) (layer "F.Cu") (net 26) (tstamp 631da5fa-ea7c-4895-906b-6b4a7d6f3082)) + (segment (start 86.007 106.934) (end 87.803 108.73) (width 0.25) (layer "F.Cu") (net 26) (tstamp 79c62523-cdd2-4aba-9a9f-3a32163a3c03)) + (segment (start 84.39275 102.46225) (end 84.2925 102.362) (width 0.25) (layer "F.Cu") (net 26) (tstamp 905b4183-b72d-4509-9e50-f588868400c7)) + (segment (start 87.803 108.73) (end 88.3975 108.73) (width 0.25) (layer "F.Cu") (net 26) (tstamp d3a3d75d-df03-43c2-a7ba-73bc75e99b01)) + (via (at 84.53 106.934) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 26) (tstamp 726987cb-b84a-410c-97aa-11bcce07b1c2)) + (via (at 84.39275 102.46225) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 26) (tstamp ebbada69-ff51-4c57-9387-7f9a848393de)) + (segment (start 84.53 102.5995) (end 84.39275 102.46225) (width 0.25) (layer "B.Cu") (net 26) (tstamp 31da6d86-eefa-499f-af14-62257c4812f2)) + (segment (start 84.53 106.934) (end 84.53 102.5995) (width 0.25) (layer "B.Cu") (net 26) (tstamp 5bd71d3e-0667-408b-b684-38c4d894c88d)) + (segment (start 81.377406 110.603906) (end 81.4265 110.653) (width 0.25) (layer "F.Cu") (net 27) (tstamp 0412cf1a-1dc3-4a31-a7d0-2a0492386fc4)) + (segment (start 139.574 114.26) (end 139.574 118.83) (width 0.25) (layer "F.Cu") (net 27) (tstamp 136f5fe4-0969-4e52-b0ca-ba1777b81b27)) + (segment (start 80.01 109.217041) (end 80.01 107.95) (width 0.25) (layer "F.Cu") (net 27) (tstamp 154dadae-4411-41c7-a79e-7c731808608d)) + (segment (start 99.217 120.131) (end 98.988 120.36) (width 0.25) (layer "F.Cu") (net 27) (tstamp 1b9ebfa6-a0a7-4a03-89a7-61f730e19f43)) + (segment (start 81.395703 110.605703) (end 81.135703 110.605703) (width 0.25) (layer "F.Cu") (net 27) (tstamp 1ff7a428-9a4a-428d-813c-fbe0bb22a8d7)) + (segment (start 139.574 118.83) (end 138.654 119.75) (width 0.25) (layer "F.Cu") (net 27) (tstamp 285ab79b-51ac-4770-ad3b-edefe41a63ce)) + (segment (start 85.766198 110.653) (end 86.643198 111.53) (width 0.25) (layer "F.Cu") (net 27) (tstamp 45a7ca66-04ea-4d53-a9f1-e7efda101ad8)) + (segment (start 138.654 119.75) (end 138.654 126.25) (width 0.25) (layer "F.Cu") (net 27) (tstamp 5ad1ea8e-1107-425f-b5db-07aa0c6e843b)) + (segment (start 74.500049 105.098789) (end 69.318789 105.098789) (width 0.25) (layer "F.Cu") (net 27) (tstamp 60aa6c97-7a03-4417-aa7e-601328649d4f)) + (segment (start 86.643198 111.53) (end 87.292017 111.53) (width 0.25) (layer "F.Cu") (net 27) (tstamp 6bc5c8c4-cc53-446f-8036-8ddac2c02d4a)) + (segment (start 74.55726 105.156) (end 74.500049 105.098789) (width 0.25) (layer "F.Cu") (net 27) (tstamp 6cb39503-a53c-4eca-8fd3-700cfc7d7eea)) + (segment (start 87.292017 111.53) (end 87.692017 111.93) (width 0.25) (layer "F.Cu") (net 27) (tstamp 6d5fe137-f479-4498-a541-b81160c5f817)) + (segment (start 98.988 120.36) (end 98.988 122.146) (width 0.25) (layer "F.Cu") (net 27) (tstamp 77db1847-9287-478c-9c46-824beca8087c)) + (segment (start 69.318789 105.098789) (end 69.02 104.8) (width 0.25) (layer "F.Cu") (net 27) (tstamp c574d05f-3ae9-4df1-b2e6-8f1d38c15f29)) + (segment (start 81.377406 110.603906) (end 81.377406 110.584447) (width 0.25) (layer "F.Cu") (net 27) (tstamp cd2ce3ad-07d2-40dc-9ac8-98b2ee201bd5)) + (segment (start 80.028297 109.498297) (end 80.028297 109.238297) (width 0.25) (layer "F.Cu") (net 27) (tstamp cde9a7df-2d43-4e3c-9736-61aefe7ab068)) + (segment (start 87.692017 111.93) (end 88.3975 111.93) (width 0.25) (layer "F.Cu") (net 27) (tstamp d0b0f410-1838-439c-8d71-8971b9cabaad)) + (segment (start 81.135703 110.605703) (end 80.028297 109.498297) (width 0.25) (layer "F.Cu") (net 27) (tstamp d1408afb-2873-4be6-8849-18bb59a27693)) + (segment (start 81.4265 110.653) (end 85.766198 110.653) (width 0.25) (layer "F.Cu") (net 27) (tstamp efe99b0d-7bf3-48f4-aaf8-86e9f6ee62eb)) + (segment (start 81.129 105.156) (end 74.55726 105.156) (width 0.25) (layer "F.Cu") (net 27) (tstamp f4516de2-669c-41be-b77d-3d33e87caedd)) + (segment (start 81.2045 105.0805) (end 81.129 105.156) (width 0.25) (layer "F.Cu") (net 27) (tstamp f7a73f33-2a90-4f05-8f57-e3c7403421e1)) + (via (at 81.377406 110.603906) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp 198a0b27-49c7-41a5-b813-5d619489515d)) + (via (at 98.988 122.146) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp 80099470-e4a3-4849-a442-a952d858f43b)) + (via (at 81.2045 105.0805) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp 9f089c5e-4224-4275-8eb0-5a2da1a29d1e)) + (via (at 99.217 120.131) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp c0363ccb-2110-47ea-a5c8-23a9a6d947d8)) + (via (at 80.01 107.95) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 27) (tstamp f561632c-7f89-42c9-9792-305f86e6e1bc)) + (segment (start 89.010686 111.239) (end 82.0125 111.239) (width 0.25) (layer "B.Cu") (net 27) (tstamp 02746468-5ab8-4cd8-95a4-afd47ca7787c)) + (segment (start 92.92 122.124) (end 91.312 120.516) (width 0.25) (layer "B.Cu") (net 27) (tstamp 23af6cb5-41ec-4445-b3e9-d003d0c42c61)) + (segment (start 80.69 105.595) (end 80.69 107.27) (width 0.25) (layer "B.Cu") (net 27) (tstamp 2a50823f-887d-4823-bc08-19d6459fc43e)) + (segment (start 80.69 107.27) (end 80.01 107.95) (width 0.25) (layer "B.Cu") (net 27) (tstamp 40392918-81fb-4553-9afd-7f8c32e08f7b)) + (segment (start 120.142 117.856) (end 136.76 117.856) (width 0.25) (layer "B.Cu") (net 27) (tstamp 649ce3c9-9c8c-436a-837f-6c227e9b2904)) + (segment (start 136.76 117.856) (end 138.654 119.75) (width 0.25) (layer "B.Cu") (net 27) (tstamp 7093bffe-2115-4859-afc1-5c2cf54c2dab)) + (segment (start 114.120669 118.532331) (end 119.465669 118.532331) (width 0.25) (layer "B.Cu") (net 27) (tstamp 75d937e4-acab-4511-ac67-87248673fc1b)) + (segment (start 110.902 121.751) (end 114.120669 118.532331) (width 0.25) (layer "B.Cu") (net 27) (tstamp 7a505d24-5284-4ffe-b354-874227a42127)) + (segment (start 102.311 121.751) (end 110.902 121.751) (width 0.25) (layer "B.Cu") (net 27) (tstamp 806bffb5-9eaa-410e-9d24-dfce01bb0619)) + (segment (start 91.312 120.516) (end 91.312 113.540314) (width 0.25) (layer "B.Cu") (net 27) (tstamp 8114aba3-0bd3-4005-8e1b-7dec11f1d341)) + (segment (start 82.0125 111.239) (end 81.377406 110.603906) (width 0.25) (layer "B.Cu") (net 27) (tstamp 831d335c-bfd4-40ab-8950-5acbf71b2d89)) + (segment (start 99.217 120.131) (end 100.691 120.131) (width 0.25) (layer "B.Cu") (net 27) (tstamp a658b86a-db04-4c18-bbb0-c6a312a7ce86)) + (segment (start 98.966 122.124) (end 92.92 122.124) (width 0.25) (layer "B.Cu") (net 27) (tstamp be12e2fa-f91a-435e-bd28-d4fcc287d0a3)) + (segment (start 100.691 120.131) (end 102.311 121.751) (width 0.25) (layer "B.Cu") (net 27) (tstamp c46f8c18-02d5-43eb-9286-54f550458d4f)) + (segment (start 81.2045 105.0805) (end 80.69 105.595) (width 0.25) (layer "B.Cu") (net 27) (tstamp d2c33f82-fa4b-45d5-9f8a-e20604bbff17)) + (segment (start 98.988 122.146) (end 98.966 122.124) (width 0.25) (layer "B.Cu") (net 27) (tstamp e53fc00e-8686-465c-8073-cc3be4af668a)) + (segment (start 91.312 113.540314) (end 89.010686 111.239) (width 0.25) (layer "B.Cu") (net 27) (tstamp e5736c6b-3d31-44b9-ba44-5b603d174991)) + (segment (start 119.465669 118.532331) (end 120.142 117.856) (width 0.25) (layer "B.Cu") (net 27) (tstamp e6957548-d571-4ae1-83b1-8d12ebbbeea7)) + (segment (start 76.174 108.58) (end 67.78 108.58) (width 0.25) (layer "F.Cu") (net 30) (tstamp 0c696231-b55b-4534-8635-1af1aea32f5e)) + (segment (start 122.704 118.76) (end 121.734 119.73) (width 0.25) (layer "F.Cu") (net 30) (tstamp 1df4fcd0-1a0a-4bb8-b242-46a4314f53a0)) + (segment (start 121.734 126.23) (end 121.734 119.73) (width 0.25) (layer "F.Cu") (net 30) (tstamp 2c4881dc-ad2a-4160-91e7-eaafb013a71b)) + (segment (start 122.704 114.31) (end 122.704 118.76) (width 0.25) (layer "F.Cu") (net 30) (tstamp 5442a3be-4ffc-4653-a980-0df944811013)) + (segment (start 77.894 110.3) (end 76.174 108.58) (width 0.25) (layer "F.Cu") (net 30) (tstamp 7948ba16-5053-45ea-bad1-0ab38b53fc71)) + (segment (start 92.873 120.622) (end 92.69 120.439) (width 0.25) (layer "F.Cu") (net 30) (tstamp 7b93eb97-a62e-44d5-83aa-fd94e76d2402)) + (segment (start 90.285 116.037) (end 90.285 115.4175) (width 0.25) (layer "F.Cu") (net 30) (tstamp 933dabfc-747a-4052-b7c8-f1642c116867)) + (segment (start 92.69 120.439) (end 90.307 120.439) (width 0.25) (layer "F.Cu") (net 30) (tstamp a314b4d1-fa86-4a16-b226-e6cc98fed574)) + (segment (start 90.307 120.439) (end 89.588 119.72) (width 0.25) (layer "F.Cu") (net 30) (tstamp ba59ddce-dcfa-4890-997d-0ef5ce656cd4)) + (segment (start 67.78 108.58) (end 66.48 109.88) (width 0.25) (layer "F.Cu") (net 30) (tstamp ba7f7b26-9154-466f-9fe2-489eeeb31348)) + (segment (start 89.588 116.734) (end 90.285 116.037) (width 0.25) (layer "F.Cu") (net 30) (tstamp e28ddb75-97eb-4482-b6f9-dffef4562913)) + (segment (start 89.588 119.72) (end 89.588 116.734) (width 0.25) (layer "F.Cu") (net 30) (tstamp e37859ff-0461-4622-abae-ae4aee79dab4)) + (via (at 77.894 110.3) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 30) (tstamp 67e02343-27df-4721-be5e-fdfa78eb0b1e)) + (via (at 92.873 120.622) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 30) (tstamp 77c2bc8f-c9df-4c97-93dc-deefdc2fc6f5)) + (segment (start 93.669 121.418) (end 100.269 121.418) (width 0.25) (layer "B.Cu") (net 30) (tstamp 09684b86-d480-46b3-83e3-2adf33a9d365)) + (segment (start 83.645 110.755) (end 82.872 109.982) (width 0.25) (layer "B.Cu") (net 30) (tstamp 0ed85752-2882-4130-accd-e8233b3fec85)) + (segment (start 91.737 113.130686) (end 89.361314 110.755) (width 0.25) (layer "B.Cu") (net 30) (tstamp 13645891-d627-4068-8b0c-8675c890603f)) + (segment (start 100.269 121.418) (end 101.509 122.658) (width 0.25) (layer "B.Cu") (net 30) (tstamp 23d64e93-6f0d-424e-b0d4-9ac969e8b7bd)) + (segment (start 115.05 123.54) (end 120.65 123.54) (width 0.25) (layer "B.Cu") (net 30) (tstamp 27bb6b6d-8e35-409e-b016-ff5da5371d4c)) + (segment (start 114.168 122.658) (end 115.05 123.54) (width 0.25) (layer "B.Cu") (net 30) (tstamp 335596bc-3ac4-4c58-84ef-b30718e619eb)) + (segment (start 121.734 124.624) (end 121.734 126.23) (width 0.25) (layer "B.Cu") (net 30) (tstamp 4b9903a0-3ec1-4084-8923-8efde8d1ce81)) + (segment (start 82.872 109.982) (end 78.212 109.982) (width 0.25) (layer "B.Cu") (net 30) (tstamp 685bfbda-9b87-4afe-8a17-dff1077245b2)) + (segment (start 120.65 123.54) (end 121.734 124.624) (width 0.25) (layer "B.Cu") (net 30) (tstamp 79232b5a-de3b-4360-9e25-bbc79ca45e97)) + (segment (start 101.509 122.658) (end 114.168 122.658) (width 0.25) (layer "B.Cu") (net 30) (tstamp 7939fd0b-a843-4ec8-acb8-ea90bfa05f0a)) + (segment (start 91.737 119.486) (end 91.737 113.130686) (width 0.25) (layer "B.Cu") (net 30) (tstamp a1a5e84b-db51-4452-914b-6ea804c5a7c7)) + (segment (start 78.212 109.982) (end 77.894 110.3) (width 0.25) (layer "B.Cu") (net 30) (tstamp a702445e-0740-4d9d-9d9d-0cc3d328c131)) + (segment (start 92.873 120.622) (end 91.737 119.486) (width 0.25) (layer "B.Cu") (net 30) (tstamp b4c03b15-ea82-4e8f-9563-2b262d21299e)) + (segment (start 92.873 120.622) (end 93.669 121.418) (width 0.25) (layer "B.Cu") (net 30) (tstamp ba019001-ef67-4643-9a9d-60aec497f4de)) + (segment (start 89.361314 110.755) (end 83.645 110.755) (width 0.25) (layer "B.Cu") (net 30) (tstamp c8831fb1-6b3d-4ea7-830d-e028d061cb53)) + (segment (start 77.014 113.231) (end 74.777 113.231) (width 0.25) (layer "F.Cu") (net 31) (tstamp 015a57db-7705-44b0-9853-4a6fc1602c77)) + (segment (start 93.784 120.306) (end 93.388 119.91) (width 0.25) (layer "F.Cu") (net 31) (tstamp 04c536eb-5d30-444f-bf44-b5d46289b6c6)) + (segment (start 90.653 119.91) (end 90.008 119.265) (width 0.25) (layer "F.Cu") (net 31) (tstamp 1533786e-61f4-412c-821c-fd4372fd2635)) + (segment (start 131.104 114.3) (end 131.104 118.79) (width 0.25) (layer "F.Cu") (net 31) (tstamp 51bbb8ed-c25b-45c6-bb1b-2640e49d6ffb)) + (segment (start 93.388 119.91) (end 90.653 119.91) (width 0.25) (layer "F.Cu") (net 31) (tstamp 61137874-b73c-4c5b-8f76-c275a221245d)) + (segment (start 73.56 112.014) (end 71.781463 112.014) (width 0.25) (layer "F.Cu") (net 31) (tstamp 89f42b1a-b452-4c77-a4f8-085a4d6d376f)) + (segment (start 74.777 113.231) (end 73.56 112.014) (width 0.25) (layer "F.Cu") (net 31) (tstamp 8b3797d2-6a93-45da-bbb2-7ebf3fb09cdf)) + (segment (start 131.104 118.79) (end 130.104 119.79) (width 0.25) (layer "F.Cu") (net 31) (tstamp 8b56073d-0ff3-416b-9633-c166b63bfd99)) + (segment (start 130.104 119.79) (end 130.104 126.29) (width 0.25) (layer "F.Cu") (net 31) (tstamp 8c9ac799-4426-4057-97d2-781c5b60697b)) + (segment (start 90.008 119.265) (end 90.008 116.938) (width 0.25) (layer "F.Cu") (net 31) (tstamp 962fcf00-ebc5-4430-a926-aa831c988b92)) + (segment (start 90.008 116.938) (end 90.685 116.261) (width 0.25) (layer "F.Cu") (net 31) (tstamp acb9bed8-d808-4ed7-ac95-5a5144354a63)) + (segment (start 71.781463 112.014) (end 71.019463 111.252) (width 0.25) (layer "F.Cu") (net 31) (tstamp ca8b7cff-38e1-4a6d-ae58-f74acd04f18c)) + (segment (start 71.019463 111.252) (end 67.648 111.252) (width 0.25) (layer "F.Cu") (net 31) (tstamp d92573d9-5eaf-4737-a3c5-994c2966b003)) + (segment (start 67.648 111.252) (end 66.48 112.42) (width 0.25) (layer "F.Cu") (net 31) (tstamp e43ffdc7-3fdf-497d-b9b9-09bf2090a500)) + (segment (start 90.685 116.261) (end 90.685 115.4175) (width 0.25) (layer "F.Cu") (net 31) (tstamp f88b539e-25b5-4d68-bbea-a7fc498b6072)) + (via (at 77.014 113.231) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp 38b30388-377f-4df0-8fa5-ec08df8e6cd3)) + (via (at 93.784 120.306) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 31) (tstamp 443f6ad3-06e4-4f0b-be4d-641137e09cdf)) + (segment (start 92.24 118.762) (end 93.784 120.306) (width 0.25) (layer "B.Cu") (net 31) (tstamp 2d616e76-8b00-41d1-b553-acd3d8d220b6)) + (segment (start 93.784 120.306) (end 94.301 120.823) (width 0.25) (layer "B.Cu") (net 31) (tstamp 5124e876-79ba-4089-af46-d80c4e463dd7)) + (segment (start 89.591 110.253) (end 92.24 112.902) (width 0.25) (layer "B.Cu") (net 31) (tstamp 5c783323-6385-4660-a569-9067746a2112)) + (segment (start 101.933 122.211) (end 114.259 122.211) (width 0.25) (layer "B.Cu") (net 31) (tstamp 6d7d8c36-2957-4da9-96da-face977dae7d)) + (segment (start 115.442 121.028) (end 128.866 121.028) (width 0.25) (layer "B.Cu") (net 31) (tstamp 75fa7e12-a54d-4ff8-93bd-612eb05c89aa)) + (segment (start 77.612 109.457) (end 83.060537 109.457) (width 0.25) (layer "B.Cu") (net 31) (tstamp 7c8a753b-9d65-45f7-8dee-053f120d187f)) + (segment (start 92.24 112.902) (end 92.24 118.762) (width 0.25) (layer "B.Cu") (net 31) (tstamp 800a1f1e-2c44-4b78-b48d-9d1e1fdeda79)) + (segment (start 94.301 120.823) (end 100.545 120.823) (width 0.25) (layer "B.Cu") (net 31) (tstamp 88a5ee61-cc67-43a7-96a7-7f94508e96bd)) + (segment (start 83.856537 110.253) (end 89.591 110.253) (width 0.25) (layer "B.Cu") (net 31) (tstamp 8aeeadd0-2b15-4a09-972c-43052710b2a8)) + (segment (start 128.866 121.028) (end 130.104 119.79) (width 0.25) (layer "B.Cu") (net 31) (tstamp 8de7d5c6-5aff-4556-b9e0-d1b936b3fedf)) + (segment (start 100.545 120.823) (end 101.933 122.211) (width 0.25) (layer "B.Cu") (net 31) (tstamp 9b10e0d6-24d6-438d-89b7-64f65c2b1787)) + (segment (start 76.972 113.189) (end 76.972 110.097) (width 0.25) (layer "B.Cu") (net 31) (tstamp b905f143-c751-4bb3-9474-bf5d5831a0fc)) + (segment (start 114.259 122.211) (end 115.442 121.028) (width 0.25) (layer "B.Cu") (net 31) (tstamp c218a908-c26b-4502-a8e1-5a2c09b7c188)) + (segment (start 76.972 110.097) (end 77.612 109.457) (width 0.25) (layer "B.Cu") (net 31) (tstamp c2d95903-4c39-4f3f-bbe4-2a41462fb1d1)) + (segment (start 83.060537 109.457) (end 83.856537 110.253) (width 0.25) (layer "B.Cu") (net 31) (tstamp c3c7bf28-d1cb-4e08-ae10-de31b777a450)) + (segment (start 77.014 113.231) (end 76.972 113.189) (width 0.25) (layer "B.Cu") (net 31) (tstamp d5fa873e-e588-4afc-9af6-1c8d00aa322e)) + (segment (start 70.866 112.522) (end 70.764 112.42) (width 0.25) (layer "F.Cu") (net 32) (tstamp 02e316a0-5e70-4700-a9ef-4bfc311a0a5b)) + (segment (start 109.2555 83.3355) (end 108.53 82.61) (width 0.25) (layer "F.Cu") (net 32) (tstamp 0ab5f5ce-0e77-461e-9bbd-30022aff2651)) + (segment (start 140.338 80.8155) (end 140.298 80.8555) (width 0.25) (layer "F.Cu") (net 32) (tstamp 1bc67e19-ea5a-4b62-b6c9-9269398f4be3)) + (segment (start 70.764 112.42) (end 69.02 112.42) (width 0.25) (layer "F.Cu") (net 32) (tstamp 278ffaf6-8bd8-4991-853d-9ea5c3185278)) + (segment (start 108.53 77.885) (end 106.5445 75.8995) (width 0.25) (layer "F.Cu") (net 32) (tstamp 286bae1a-2fc0-4f89-a3c6-277224ac2446)) + (segment (start 81.442673 105.6555) (end 82.278173 104.82) (width 0.25) (layer "F.Cu") (net 32) (tstamp 442fd9cd-0b4d-4e7e-b45a-d0a63255f4ed)) + (segment (start 71.4695 105.6555) (end 81.442673 105.6555) (width 0.25) (layer "F.Cu") (net 32) (tstamp 6041a339-0077-4f67-80ed-913951f18c2e)) + (segment (start 142.2155 80.8155) (end 140.338 80.8155) (width 0.25) (layer "F.Cu") (net 32) (tstamp 62cf45ec-fb1b-4dc8-8fa4-ebca9ac0b751)) + (segment (start 93.485 106.965) (end 93.485 107.6425) (width 0.25) (layer "F.Cu") (net 32) (tstamp 66b5f3af-2a97-4583-8249-e8a0b8d35ec5)) + (segment (start 92.145 103.549) (end 93.139 103.549) (width 0.25) (layer "F.Cu") (net 32) (tstamp 6d0a5001-3a2f-4fc1-a48b-34989d021885)) + (segment (start 106.5445 75.8995) (end 72.7545 75.8995) (width 0.25) (layer "F.Cu") (net 32) (tstamp 8a78d4ad-f1ab-46e3-a236-c084f5f8b828)) + (segment (start 140.298 80.8555) (end 136.1545 80.8555) (width 0.25) (layer "F.Cu") (net 32) (tstamp 9b998af7-81a6-4ac8-8d68-5081d89c2c51)) + (segment (start 92.7865 106.2255) (end 92.7865 106.2665) (width 0.25) (layer "F.Cu") (net 32) (tstamp 9e40cbaa-26ca-4294-8d5c-14e6928b8b91)) + (segment (start 90.874 104.82) (end 92.145 103.549) (width 0.25) (layer "F.Cu") (net 32) (tstamp a6c62ee6-ffbe-4f17-8430-200b10ff3387)) + (segment (start 71.299 105.826) (end 71.4695 105.6555) (width 0.25) (layer "F.Cu") (net 32) (tstamp a8007ca3-a9d9-4495-b31b-9627e7659018)) + (segment (start 92.7865 106.2665) (end 93.485 106.965) (width 0.25) (layer "F.Cu") (net 32) (tstamp b3972c58-6a16-4e1b-b66d-1c26b9f0cdbd)) + (segment (start 82.278173 104.82) (end 90.874 104.82) (width 0.25) (layer "F.Cu") (net 32) (tstamp b3a7e90f-c6a0-4baf-9571-283423e23233)) + (segment (start 133.6745 83.3355) (end 109.2555 83.3355) (width 0.25) (layer "F.Cu") (net 32) (tstamp dad26f52-cb55-485b-8070-39ae77e3fa7f)) + (segment (start 136.1545 80.8555) (end 133.6745 83.3355) (width 0.25) (layer "F.Cu") (net 32) (tstamp e9179889-cdfc-4297-84d3-b6e2fce3474f)) + (segment (start 108.53 82.61) (end 108.53 77.885) (width 0.25) (layer "F.Cu") (net 32) (tstamp eb54be1e-0f5f-4f36-9eb7-8337ca9b4a2c)) + (segment (start 72.7545 75.8995) (end 72.365 75.51) (width 0.25) (layer "F.Cu") (net 32) (tstamp ff385dbc-8a60-4950-ab3d-ac6e8a3f9c5e)) + (via (at 71.299 105.826) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 32) (tstamp 304c3fc4-b123-43fe-8f2c-56dd763a8681)) + (via (at 93.139 103.549) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 32) (tstamp 85c63c8f-88d1-4107-8245-48d6189e3111)) + (via (at 72.365 75.51) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 32) (tstamp 9010e1d5-6429-43bd-9c89-94c72f92cc8d)) + (via (at 70.866 112.522) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 32) (tstamp b604e793-c8f1-4d8c-9a25-63ce17643477)) + (via (at 92.7865 106.2255) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 32) (tstamp d0f973d7-55af-46bf-a167-52a07d7efc5f)) + (segment (start 72.61 95.095) (end 72.61 75.755) (width 0.25) (layer "B.Cu") (net 32) (tstamp 0ba6badf-c5d7-44e1-a151-6b3f8ec64cc5)) + (segment (start 71.605 96.1) (end 72.61 95.095) (width 0.25) (layer "B.Cu") (net 32) (tstamp 0c09774c-c962-4e3e-932c-e7d65e672992)) + (segment (start 72.61 75.755) (end 72.365 75.51) (width 0.25) (layer "B.Cu") (net 32) (tstamp 546623a3-c955-4431-ae8a-636272919215)) + (segment (start 93.139 105.25) (end 93.139 103.549) (width 0.25) (layer "B.Cu") (net 32) (tstamp 688292ed-1deb-41cd-bb7e-17f3d002b0c2)) + (segment (start 71.299 105.826) (end 71.383 105.91) (width 0.25) (layer "B.Cu") (net 32) (tstamp 75412755-8984-4a1f-adfe-9531411f1a83)) + (segment (start 92.7865 106.2255) (end 92.7865 105.6025) (width 0.25) (layer "B.Cu") (net 32) (tstamp 8b00d98d-b20b-43e8-9fbc-7b7100a0f5b4)) + (segment (start 92.7865 105.6025) (end 93.139 105.25) (width 0.25) (layer "B.Cu") (net 32) (tstamp 8e83a8b2-5dac-4f6b-afb7-1a4e1381f7a9)) + (segment (start 71.383 105.91) (end 71.383 112.005) (width 0.25) (layer "B.Cu") (net 32) (tstamp a4db8017-bd20-47f0-a670-bd891a343355)) + (segment (start 71.383 112.005) (end 70.866 112.522) (width 0.25) (layer "B.Cu") (net 32) (tstamp a5ab83f8-d21a-4086-827c-e08d99c2d6b7)) + (segment (start 71.605 105.52) (end 71.605 96.1) (width 0.25) (layer "B.Cu") (net 32) (tstamp a92f30e4-2427-4e99-a3ea-646955ad811f)) + (segment (start 71.299 105.826) (end 71.605 105.52) (width 0.25) (layer "B.Cu") (net 32) (tstamp ab75c786-d1c7-4e25-9e3e-19ca91296beb)) + (segment (start 66.48 114.96) (end 65.21 113.69) (width 0.25) (layer "F.Cu") (net 33) (tstamp 6c299941-2f44-4785-9268-db67e01f3a19)) + (segment (start 71.42 113.75) (end 67.69 113.75) (width 0.25) (layer "F.Cu") (net 33) (tstamp 76a7c25e-37da-4004-aaab-c5d424b6d664)) + (segment (start 70.358 96.265) (end 107.53 96.265) (width 0.25) (layer "F.Cu") (net 33) (tstamp 7abf7dc5-959c-48cf-9e40-4d91dd3ceefc)) + (segment (start 69.993 95.9) (end 70.358 96.265) (width 0.25) (layer "F.Cu") (net 33) (tstamp 8b5dbddb-c5bb-4a6b-99c0-c2485f386b20)) + (segment (start 107.53 96.265) (end 108.235 95.56) (width 0.25) (layer "F.Cu") (net 33) (tstamp 8c351cf4-8c6d-48a7-9886-b6085357b11c)) + (segment (start 108.235 95.56) (end 126.115 95.56) (width 0.25) (layer "F.Cu") (net 33) (tstamp b7dc838a-26cf-4e59-8b8a-e783619503f5)) + (segment (start 67.69 113.75) (end 66.48 114.96) (width 0.25) (layer "F.Cu") (net 33) (tstamp c0d81823-5a56-45d9-b916-b3190cc461cf)) + (segment (start 65.644 95.9) (end 69.993 95.9) (width 0.25) (layer "F.Cu") (net 33) (tstamp c2626d41-9a98-4c82-852e-f0f80bf8529f)) + (segment (start 65.21 96.334) (end 65.644 95.9) (width 0.25) (layer "F.Cu") (net 33) (tstamp cd5bfa87-e347-4a68-af61-2e67c17128be)) + (segment (start 126.115 95.56) (end 129.475 92.2) (width 0.25) (layer "F.Cu") (net 33) (tstamp dd637db0-40cf-4c44-8d77-c3a6310b7ed7)) + (segment (start 65.21 113.69) (end 65.21 96.334) (width 0.25) (layer "F.Cu") (net 33) (tstamp fa8e8a98-7dbd-4f61-9e42-c98583925ce6)) + (segment (start 130.651 82.75) (end 109.72 82.75) (width 0.25) (layer "F.Cu") (net 34) (tstamp 023cdcdf-1d9a-4b84-8d53-83deebcdca75)) + (segment (start 132.5605 80.8405) (end 132.3955 81.0055) (width 0.25) (layer "F.Cu") (net 34) (tstamp 045669c0-8d56-4c92-8176-3d9e12d3ec0c)) + (segment (start 84.299404 108.956231) (end 84.414173 109.071) (width 0.25) (layer "F.Cu") (net 34) (tstamp 08412ad4-eff8-4952-b040-b14daf8a798c)) + (segment (start 83.556231 108.956231) (end 84.299404 108.956231) (width 0.25) (layer "F.Cu") (net 34) (tstamp 2c3d2dd0-5820-4f0e-aa8e-18ca30a0b581)) + (segment (start 87.140256 110.33) (end 88.3975 110.33) (width 0.25) (layer "F.Cu") (net 34) (tstamp 2c94a74c-9a4c-48ef-ace2-ca686f650ae5)) + (segment (start 76.711 114.999) (end 76.538 115.172) (width 0.25) (layer "F.Cu") (net 34) (tstamp 2ce27914-6c9e-4113-9de2-8e1b5e0a08c4)) + (segment (start 134.3155 80.8405) (end 132.5605 80.8405) (width 0.25) (layer "F.Cu") (net 34) (tstamp 38238231-6c2c-4e64-bdd7-05f6774b9532)) + (segment (start 85.881256 109.071) (end 87.140256 110.33) (width 0.25) (layer "F.Cu") (net 34) (tstamp 56fd80bc-8b34-4f75-8aa3-ee584e454785)) + (segment (start 109.09 77.225) (end 107.195 75.33) (width 0.25) (layer "F.Cu") (net 34) (tstamp 5e957217-10c7-40e7-b494-ba7afb2a38e8)) + (segment (start 132.3955 81.0055) (end 130.651 82.75) (width 0.25) (layer "F.Cu") (net 34) (tstamp 6074aa9f-fb47-490f-b281-de9f0a43e7e1)) + (segment (start 109.72 82.75) (end 109.09 82.12) (width 0.25) (layer "F.Cu") (net 34) (tstamp 60a0acab-5c28-4058-859c-fbfbaede5ae9)) + (segment (start 84.414173 109.071) (end 85.881256 109.071) (width 0.25) (layer "F.Cu") (net 34) (tstamp 6c222f87-58cc-44f0-8311-f2f84dbe4768)) + (segment (start 72.81 116.25) (end 67.73 116.25) (width 0.25) (layer "F.Cu") (net 34) (tstamp 9f39a2b1-60d9-4d85-b3cb-e9864ed8d9a1)) + (segment (start 109.09 82.12) (end 109.09 77.225) (width 0.25) (layer "F.Cu") (net 34) (tstamp a483cc21-e7cb-40a9-8f6c-664cf6ff7675)) + (segment (start 107.195 75.33) (end 83.6905 75.33) (width 0.25) (layer "F.Cu") (net 34) (tstamp ac6bff1e-5f2e-4056-a088-a3fe6f261ab2)) + (segment (start 73.888 115.172) (end 72.81 116.25) (width 0.25) (layer "F.Cu") (net 34) (tstamp badf7dcc-7a88-403c-8200-bcdc0bf674ba)) + (segment (start 83.6905 75.33) (end 83.635 75.2745) (width 0.25) (layer "F.Cu") (net 34) (tstamp cc1ee915-f357-4115-9dfb-04624136a9ae)) + (segment (start 76.538 115.172) (end 73.888 115.172) (width 0.25) (layer "F.Cu") (net 34) (tstamp cfd21b41-9670-4985-bdc6-b22ef1fb8c0c)) + (segment (start 67.73 116.25) (end 66.48 117.5) (width 0.25) (layer "F.Cu") (net 34) (tstamp dd87caa0-cb70-485f-b56b-c218f9440223)) + (via (at 76.711 114.999) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp 5b7b548f-2efe-4c35-90bd-350cf80509eb)) + (via (at 83.635 75.2745) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp d64296c1-a184-450d-8ac6-ed086f2f6e29)) + (via (at 83.556231 108.956231) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 34) (tstamp f14a09ec-9f52-444d-a29f-463d66caed51)) + (segment (start 82.315537 108.966) (end 82.332537 108.983) (width 0.25) (layer "B.Cu") (net 34) (tstamp 10f99927-e1f6-4e15-95ef-841693b1e698)) + (segment (start 76.711 114.770141) (end 76.38 114.439141) (width 0.25) (layer "B.Cu") (net 34) (tstamp 26091abb-a0e9-44b6-8bdb-fbaf4b44e5b3)) + (segment (start 76.38 109.868109) (end 77.282109 108.966) (width 0.25) (layer "B.Cu") (net 34) (tstamp 4be5d2a7-0d1f-4890-9e67-508a34bc2b22)) + (segment (start 83.635 108.877463) (end 83.635 75.2745) (width 0.25) (layer "B.Cu") (net 34) (tstamp 4ed8c13b-d905-4fe9-a867-66db50f287e7)) + (segment (start 83.556231 108.956231) (end 83.635 108.877463) (width 0.25) (layer "B.Cu") (net 34) (tstamp 5ad71cbb-b912-427a-87e0-385875914f1b)) + (segment (start 83.529462 108.983) (end 83.556231 108.956231) (width 0.25) (layer "B.Cu") (net 34) (tstamp 5c245fde-9e40-4f87-ac2d-eb554c99e4dc)) + (segment (start 82.332537 108.983) (end 83.529462 108.983) (width 0.25) (layer "B.Cu") (net 34) (tstamp a18a384e-819c-4d6f-be7a-a2a9409b0115)) + (segment (start 77.282109 108.966) (end 82.315537 108.966) (width 0.25) (layer "B.Cu") (net 34) (tstamp e6be9264-2967-4ae5-a2e9-b9e3d58e7baf)) + (segment (start 76.38 114.439141) (end 76.38 109.868109) (width 0.25) (layer "B.Cu") (net 34) (tstamp f2dca677-86d9-4899-8d68-989538c034b4)) + (segment (start 76.711 114.999) (end 76.711 114.770141) (width 0.25) (layer "B.Cu") (net 34) (tstamp ff1da706-01ff-4570-bac1-0bef88b92e71)) + (segment (start 78.702827 111.244) (end 79.179173 111.244) (width 0.25) (layer "F.Cu") (net 35) (tstamp 0554f565-a5be-4c69-8d14-2ebde43edd96)) + (segment (start 69.54 116.98) (end 69.02 117.5) (width 0.25) (layer "F.Cu") (net 35) (tstamp 07ea3fd1-e5d7-4aea-adb6-a6e6e472f97f)) + (segment (start 77.929 111.194) (end 78.652827 111.194) (width 0.25) (layer "F.Cu") (net 35) (tstamp 27eeefb2-1331-436c-8360-e3a6c004fa20)) + (segment (start 85.741512 111.194) (end 86.477512 111.93) (width 0.25) (layer "F.Cu") (net 35) (tstamp 28fe67e9-ae9e-44d5-ae5c-b085c31230ce)) + (segment (start 79.229173 111.194) (end 85.741512 111.194) (width 0.25) (layer "F.Cu") (net 35) (tstamp 2df7d18f-c549-4dad-90dd-1304a8c0c317)) + (segment (start 110.3 82.26) (end 109.79 81.75) (width 0.25) (layer "F.Cu") (net 35) (tstamp 43824999-0837-4819-a9bb-b87e04efab8d)) + (segment (start 86.477512 111.93) (end 87.126331 111.93) (width 0.25) (layer "F.Cu") (net 35) (tstamp 46be6795-8303-4056-86ef-f3fb6eccea1e)) + (segment (start 75.487 115.9) (end 74.0945 115.9) (width 0.25) (layer "F.Cu") (net 35) (tstamp 62f6206d-2f55-41e1-9c3b-fd0d89dba7bb)) + (segment (start 107.425 74.65) (end 76.725 74.65) (width 0.25) (layer "F.Cu") (net 35) (tstamp 6c65dc15-fb5f-4677-98df-00c1a5d56b06)) + (segment (start 122.321 82.26) (end 110.3 82.26) (width 0.25) (layer "F.Cu") (net 35) (tstamp 6d624c07-9e6f-4639-8bd5-03cfaf6893c5)) + (segment (start 79.179173 111.244) (end 79.229173 111.194) (width 0.25) (layer "F.Cu") (net 35) (tstamp 70f5664f-80f0-451f-bbff-270ca15a1c64)) + (segment (start 125.5055 80.9305) (end 123.6505 80.9305) (width 0.25) (layer "F.Cu") (net 35) (tstamp 73f4fae8-d604-4f5f-b923-c14732e7f540)) + (segment (start 123.5355 81.0455) (end 122.321 82.26) (width 0.25) (layer "F.Cu") (net 35) (tstamp 7b54391b-a4cc-4b14-b096-4261021afda7)) + (segment (start 76.031 109.296) (end 77.929 111.194) (width 0.25) (layer "F.Cu") (net 35) (tstamp 9a555a8e-6c32-45b3-9110-b528c707c37c)) + (segment (start 78.652827 111.194) (end 78.702827 111.244) (width 0.25) (layer "F.Cu") (net 35) (tstamp a2031098-dc07-4e4c-a297-00cfd10c05bb)) + (segment (start 87.126331 111.93) (end 87.526332 112.33) (width 0.25) (layer "F.Cu") (net 35) (tstamp a822e127-fa54-47c0-852d-842339d01584)) + (segment (start 123.6505 80.9305) (end 123.5355 81.0455) (width 0.25) (layer "F.Cu") (net 35) (tstamp b64bc7f9-1bb7-44be-9667-8941964baa8b)) + (segment (start 74.0945 115.9) (end 73.0145 116.98) (width 0.25) (layer "F.Cu") (net 35) (tstamp bd4290ea-8daa-47d2-9136-1df57cb2d03f)) + (segment (start 87.526332 112.33) (end 88.3975 112.33) (width 0.25) (layer "F.Cu") (net 35) (tstamp bd6d8b9f-e5d6-4391-bc58-bbeb35282737)) + (segment (start 73.0145 116.98) (end 69.54 116.98) (width 0.25) (layer "F.Cu") (net 35) (tstamp bf42f0d1-966c-4d1e-9cbe-f8665cb364a8)) + (segment (start 75.57325 109.296) (end 76.031 109.296) (width 0.25) (layer "F.Cu") (net 35) (tstamp ca5f02af-59ea-4ccc-9c8d-03d8ff406123)) + (segment (start 109.79 77.015) (end 107.425 74.65) (width 0.25) (layer "F.Cu") (net 35) (tstamp e796668f-ef08-4f8c-b40a-d65f28c2fb3d)) + (segment (start 109.79 81.75) (end 109.79 77.015) (width 0.25) (layer "F.Cu") (net 35) (tstamp eadf60e2-750a-47f4-9270-334b7a9c67a2)) + (segment (start 76.725 74.65) (end 76.715 74.66) (width 0.25) (layer "F.Cu") (net 35) (tstamp ed7dd201-7afa-43f5-9e42-c9c1cf2a69d5)) + (via (at 75.57325 109.296) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp 293258b8-a546-4a4e-a934-9b3036ac81aa)) + (via (at 76.715 74.66) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp 2e936d98-440f-40fc-a0e7-b354dccf86f1)) + (via (at 75.487 115.9) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 35) (tstamp 8f8e78f2-a830-40a5-972d-2b7a9d4fc163)) + (segment (start 75.57325 109.296) (end 75.57325 108.92475) (width 0.25) (layer "B.Cu") (net 35) (tstamp 1c20721f-76df-48af-b45b-1043e050e7a6)) + (segment (start 75.487 115.9) (end 75.47 115.883) (width 0.25) (layer "B.Cu") (net 35) (tstamp 370b5c3e-9293-4e70-b257-825f18345034)) + (segment (start 76.22 108.278) (end 76.22 100.41) (width 0.25) (layer "B.Cu") (net 35) (tstamp 5323e846-a741-418a-a43b-97473ff682a6)) + (segment (start 76.22 100.41) (end 76.72 99.91) (width 0.25) (layer "B.Cu") (net 35) (tstamp 8a688014-099b-40f5-8f12-e394b584f4fd)) + (segment (start 76.72 74.665) (end 76.715 74.66) (width 0.25) (layer "B.Cu") (net 35) (tstamp 9d6e63eb-a786-416e-ac11-036e4202a4ac)) + (segment (start 75.57325 108.92475) (end 76.22 108.278) (width 0.25) (layer "B.Cu") (net 35) (tstamp b3448248-1f84-493f-bf4c-1f636b2abfbd)) + (segment (start 75.47 109.39925) (end 75.57325 109.296) (width 0.25) (layer "B.Cu") (net 35) (tstamp bfcb119e-4e42-4678-b773-fff248092997)) + (segment (start 75.47 115.883) (end 75.47 109.39925) (width 0.25) (layer "B.Cu") (net 35) (tstamp cf32ee05-9c7e-40e4-a0ec-7223ec25a94a)) + (segment (start 76.72 99.91) (end 76.72 74.665) (width 0.25) (layer "B.Cu") (net 35) (tstamp f0e961a8-f06a-48bb-b1a2-f8bc21c196fb)) + (segment (start 87.582 103.852) (end 87.022 104.412) (width 0.25) (layer "F.Cu") (net 36) (tstamp 162ce7c7-e9f5-4757-bf7b-393953c8efbc)) + (segment (start 87.022 104.412) (end 86.432 104.412) (width 0.25) (layer "F.Cu") (net 36) (tstamp 168a264d-1945-4a4b-a2b2-9c477a07848b)) + (segment (start 80.640463 104.412) (end 86.432 104.412) (width 0.25) (layer "F.Cu") (net 36) (tstamp 23e0b0bd-f31c-4e8f-ba79-0056bed439a9)) + (segment (start 80.561572 104.490891) (end 80.640463 104.412) (width 0.25) (layer "F.Cu") (net 36) (tstamp 33c65a86-1a84-4fd4-b14c-385a0a0f363b)) + (segment (start 87.582466 103.852466) (end 87.582 103.852) (width 0.25) (layer "F.Cu") (net 36) (tstamp 7fdc5d81-c15a-47b5-8bff-f6af1530ea2d)) + (segment (start 98.228 122.796) (end 98.228 120.157) (width 0.25) (layer "F.Cu") (net 36) (tstamp 8872999a-60fc-4b60-b646-15c7ebbd105c)) + (segment (start 75.453256 104.490891) (end 80.561572 104.490891) (width 0.25) (layer "F.Cu") (net 36) (tstamp 8e07a8da-2fde-47b2-9939-f298c946b215)) + (segment (start 88.78866 103.852466) (end 87.582466 103.852466) (width 0.25) (layer "F.Cu") (net 36) (tstamp 9d157512-89a0-466d-a11e-c698534333f9)) + (segment (start 87.63 103.9) (end 87.582 103.852) (width 0.25) (layer "F.Cu") (net 36) (tstamp bac1f1f2-d6b7-411c-9404-78256eb02a17)) + (segment (start 98.228 120.157) (end 98.27 120.115) (width 0.25) (layer "F.Cu") (net 36) (tstamp e336506a-0ddd-4152-ae06-4ff40f6cf569)) + (via (at 87.582 103.852) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp 30a62f36-f611-4701-8b3c-54d9fc96fe81)) + (via (at 98.27 120.115) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp a6f8fb8e-af19-4f68-9a7c-c83cd656b008)) + (via (at 98.228 122.796) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp b9a83309-e2f5-49ed-af2d-d5d9c0e1ccd2)) + (via (at 75.453256 104.490891) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 36) (tstamp eaf28a32-a828-44e9-bade-039532055ce8)) + (segment (start 70.3 121.76) (end 69.85 121.31) (width 0.25) (layer "B.Cu") (net 36) (tstamp 04923d9c-3657-4be5-b199-0f5d5fc229bd)) + (segment (start 71.527463 121.76) (end 70.3 121.76) (width 0.25) (layer "B.Cu") (net 36) (tstamp 07794877-681a-4f01-a8d4-ec11e496a935)) + (segment (start 111.305 123.135) (end 115.49 127.32) (width 0.25) (layer "B.Cu") (net 36) (tstamp 0bb8f6cf-7c74-4003-aa81-7f5c974f146b)) + (segment (start 98.27 120.115) (end 97.518 119.363) (width 0.25) (layer "B.Cu") (net 36) (tstamp 18a34096-3106-48f4-883c-5ee3a5812130)) + (segment (start 74.64 118.647463) (end 71.527463 121.76) (width 0.25) (layer "B.Cu") (net 36) (tstamp 1b3aaeee-75c7-44a7-a913-fb8bd416483f)) + (segment (start 75.438 104.506147) (end 75.438 108.123) (width 0.25) (layer "B.Cu") (net 36) (tstamp 1ba4c4bb-af1d-4937-a17a-a1623f5e5fd8)) + (segment (start 93.526 119.363) (end 93.001 118.838) (width 0.25) (layer "B.Cu") (net 36) (tstamp 381ef2f7-968c-41fd-bcca-52a8cdfe5c1a)) + (segment (start 75.438 108.123) (end 74.64 108.921) (width 0.25) (layer "B.Cu") (net 36) (tstamp 3e2067b1-dcc1-481f-ac2a-b85d7950f1fb)) + (segment (start 97.518 119.363) (end 93.526 119.363) (width 0.25) (layer "B.Cu") (net 36) (tstamp 45426458-1841-4e2d-a76b-e0edf993230e)) + (segment (start 98.228 122.796) (end 98.567 123.135) (width 0.25) (layer "B.Cu") (net 36) (tstamp 553aed6b-8b8f-4696-8e17-ce79e3221fed)) + (segment (start 75.453256 104.490891) (end 75.438 104.506147) (width 0.25) (layer "B.Cu") (net 36) (tstamp 57ec4831-fa73-4a7f-82c3-155c817d28d5)) + (segment (start 115.49 127.32) (end 116.315 127.32) (width 0.25) (layer "B.Cu") (net 36) (tstamp 58071aba-639d-4ed6-bdc7-bfb6bca9efb7)) + (segment (start 98.567 123.135) (end 111.305 123.135) (width 0.25) (layer "B.Cu") (net 36) (tstamp 5db9f9fe-e8c1-48b2-a95b-00e8380888af)) + (segment (start 93.001 109.271) (end 87.582 103.852) (width 0.25) (layer "B.Cu") (net 36) (tstamp 633ff010-c06a-4185-95b9-ecff8a8754c2)) + (segment (start 69.85 121.31) (end 67.75 121.31) (width 0.25) (layer "B.Cu") (net 36) (tstamp 789c4b2a-2dee-434a-a13c-2a2c4231cd1c)) + (segment (start 93.001 118.838) (end 93.001 109.271) (width 0.25) (layer "B.Cu") (net 36) (tstamp 9bb5b1b0-e84b-4628-9b4c-6d513253297c)) + (segment (start 74.64 108.921) (end 74.64 118.647463) (width 0.25) (layer "B.Cu") (net 36) (tstamp a29331b1-7b8d-45f7-b540-9b4e60b4b11f)) + (segment (start 67.75 121.31) (end 66.48 120.04) (width 0.25) (layer "B.Cu") (net 36) (tstamp b0b784ce-4880-4f7b-bd6b-1f5592492820)) + (segment (start 72.55 98.31) (end 73.22 97.64) (width 0.25) (layer "F.Cu") (net 37) (tstamp 1f7c0cfa-ff70-4860-a5bb-1d58597c0d54)) + (segment (start 83.48 97.64) (end 83.73 97.89) (width 0.25) (layer "F.Cu") (net 37) (tstamp 3a645a89-c4d1-42a2-8a46-8318a48a6957)) + (segment (start 73.22 97.64) (end 83.48 97.64) (width 0.25) (layer "F.Cu") (net 37) (tstamp 49bad778-b7fe-4390-970d-3dc173905cce)) + (segment (start 83.73 97.89) (end 101.178 97.89) (width 0.25) (layer "F.Cu") (net 37) (tstamp 4d883660-1951-4d52-85f4-bbc04990abd3)) + (segment (start 101.505 97.563) (end 126.612 97.563) (width 0.25) (layer "F.Cu") (net 37) (tstamp 8a340f59-e67d-4637-9f99-ea0023750daf)) + (segment (start 101.178 97.89) (end 101.505 97.563) (width 0.25) (layer "F.Cu") (net 37) (tstamp 8e378cb4-796d-4ebd-abb1-b9b0c55818a9)) + (segment (start 126.612 97.563) (end 129.475 94.7) (width 0.25) (layer "F.Cu") (net 37) (tstamp 981c2cd7-3882-4218-8730-051c6d45ea66)) + (segment (start 69.02 120.04) (end 70.655 120.04) (width 0.25) (layer "F.Cu") (net 37) (tstamp 9c400bdc-404d-4a8e-863b-6c2e5a12bc8a)) + (segment (start 70.655 120.04) (end 71.455 119.24) (width 0.25) (layer "F.Cu") (net 37) (tstamp d2ef8b39-2c93-4f3b-a824-7b3903e1b7b3)) + (via (at 72.55 98.31) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 37) (tstamp 92e45022-5122-4e49-92bd-6066c824f9f8)) + (segment (start 71.907 106.746) (end 71.907 117.153) (width 0.25) (layer "B.Cu") (net 37) (tstamp 2a709f5d-948d-4934-8542-ba0737305715)) + (segment (start 72.55 98.31) (end 72.045 98.815) (width 0.25) (layer "B.Cu") (net 37) (tstamp 8b6b7d4d-4e8b-4f41-8bb0-13d24b3ede89)) + (segment (start 72.045 106.608) (end 71.907 106.746) (width 0.25) (layer "B.Cu") (net 37) (tstamp 9dd035e5-e66d-4d00-94d9-7c907fb426dd)) + (segment (start 72.045 98.815) (end 72.045 106.608) (width 0.25) (layer "B.Cu") (net 37) (tstamp df967f8f-278e-4609-960c-33c714271caa)) + (segment (start 71.907 117.153) (end 69.02 120.04) (width 0.25) (layer "B.Cu") (net 37) (tstamp fee838e8-a203-4e03-ac9d-9a38063325dd)) + (segment (start 69.03 122.57) (end 69.02 122.58) (width 0.25) (layer "F.Cu") (net 38) (tstamp 3458d247-6222-46a3-835d-ef8dee6afa67)) + (segment (start 73.565 120.65) (end 71.71 122.505) (width 0.25) (layer "F.Cu") (net 38) (tstamp 3aff5703-5565-4968-8583-5601bdd147f9)) + (segment (start 104.484827 101.157) (end 104.486827 101.159) (width 0.25) (layer "F.Cu") (net 38) (tstamp 3f0acf9f-e472-4eb9-be9d-060a204b0aa6)) + (segment (start 82.658463 101.854) (end 83.355463 101.157) (width 0.25) (layer "F.Cu") (net 38) (tstamp 5dcc8d7c-f3ee-49c2-ac2e-9ab43002604c)) + (segment (start 71.71 122.505) (end 71.635 122.505) (width 0.25) (layer "F.Cu") (net 38) (tstamp 8f263f90-c0dd-4981-a831-6da0c72bdb7d)) + (segment (start 104.486827 101.159) (end 128.016 101.159) (width 0.25) (layer "F.Cu") (net 38) (tstamp 94de5459-8435-43d8-9f17-b23b2e8f2246)) + (segment (start 128.016 101.159) (end 129.475 99.7) (width 0.25) (layer "F.Cu") (net 38) (tstamp 9b332a89-1508-4b7b-83ec-89dc596d7fb7)) + (segment (start 71.31 122.57) (end 69.03 122.57) (width 0.25) (layer "F.Cu") (net 38) (tstamp ace88e04-508f-4a14-9732-07fe5aa606b1)) + (segment (start 83.355463 101.157) (end 104.484827 101.157) (width 0.25) (layer "F.Cu") (net 38) (tstamp b9d5d8c5-e623-4bb6-be83-62dd8f438da2)) + (segment (start 77.021 101.636) (end 77.239 101.854) (width 0.25) (layer "F.Cu") (net 38) (tstamp c9223e4b-acf0-4cd9-bc7c-557a0ff9cf71)) + (segment (start 77.239 101.854) (end 82.658463 101.854) (width 0.25) (layer "F.Cu") (net 38) (tstamp c9388160-9715-4099-8468-f859bc5b4b1c)) + (segment (start 73.832 120.65) (end 73.565 120.65) (width 0.25) (layer "F.Cu") (net 38) (tstamp f494d294-e8a3-4d19-a4d6-50b913e29fd0)) + (via (at 73.832 120.65) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 38) (tstamp 4ddc6c84-889d-4fee-b723-b28b6be2db08)) + (via (at 77.021 101.636) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 38) (tstamp ab713a12-2616-46dd-b396-4922f6806d25)) + (segment (start 77.021 101.636) (end 76.962 101.695) (width 0.25) (layer "B.Cu") (net 38) (tstamp 09373f43-60e2-4930-ad6e-472cdfd9e540)) + (segment (start 76.14825 109.534173) (end 75.87 109.812423) (width 0.25) (layer "B.Cu") (net 38) (tstamp 129f705a-f466-4aca-84d9-822b7edbbcbb)) + (segment (start 76.962 108.321) (end 76.14825 109.13475) (width 0.25) (layer "B.Cu") (net 38) (tstamp 15078854-2dad-4090-8e4c-d9c909842c49)) + (segment (start 76.136 116.169) (end 75.412 116.893) (width 0.25) (layer "B.Cu") (net 38) (tstamp 46b412c8-4894-4f20-930f-cc1a390c0ef2)) + (segment (start 75.87 109.812423) (end 75.87 114.494827) (width 0.25) (layer "B.Cu") (net 38) (tstamp 6a26604d-f96d-4001-a06c-eba144e58ca5)) + (segment (start 75.87 114.494827) (end 76.136 114.760827) (width 0.25) (layer "B.Cu") (net 38) (tstamp 7015b2fe-977f-4c0c-847e-c23dff62b069)) + (segment (start 75.412 116.893) (end 75.412 119.07) (width 0.25) (layer "B.Cu") (net 38) (tstamp 70e42fea-e8c1-460c-b867-0c543d2e989c)) + (segment (start 76.14825 109.13475) (end 76.14825 109.534173) (width 0.25) (layer "B.Cu") (net 38) (tstamp 92a4c04d-ce2a-4090-8fc2-1edadc9723b7)) + (segment (start 76.136 114.760827) (end 76.136 116.169) (width 0.25) (layer "B.Cu") (net 38) (tstamp a6d1e655-2dcc-4221-ae2b-3bfe5c23722c)) + (segment (start 76.962 101.695) (end 76.962 108.321) (width 0.25) (layer "B.Cu") (net 38) (tstamp ac04ad87-d60a-4c3d-aeb6-ef20bd7448b3)) + (segment (start 75.412 119.07) (end 73.832 120.65) (width 0.25) (layer "B.Cu") (net 38) (tstamp e4db8767-cbf8-4213-af78-be1f4c7dc26f)) + (segment (start 157.755028 101.585449) (end 157.755786 101.584691) (width 0.5) (layer "F.Cu") (net 39) (tstamp 0e2b262f-2ed1-4283-8561-a6106bee9040)) + (segment (start 106.385 91.2325) (end 100.8625 91.2325) (width 0.5) (layer "F.Cu") (net 39) (tstamp 0fbf5c54-ac26-46ee-bc61-a133d59ee2bf)) + (segment (start 146.050786 96.559691) (end 144.200786 96.559691) (width 0.5) (layer "F.Cu") (net 39) (tstamp 23477313-afa6-44ca-a48c-29908fb183ce)) + (segment (start 151.00139 101.585449) (end 157.755028 101.585449) (width 0.5) (layer "F.Cu") (net 39) (tstamp 3125e04c-ac88-4cf2-b5ce-6f9262c937ee)) + (segment (start 116.2 90.21) (end 115.425 90.985) (width 0.5) (layer "F.Cu") (net 39) (tstamp 3c603afd-7a37-4a02-bb3b-ed0fc74cf39a)) + (segment (start 106.385 91.2325) (end 106.3175 91.2325) (width 0.5) (layer "F.Cu") (net 39) (tstamp 494a6aaf-0f30-4907-ba41-f7c03220d2b0)) + (segment (start 100.8625 91.2325) (end 98.26 88.63) (width 0.5) (layer "F.Cu") (net 39) (tstamp 61a9dbe2-56b1-413b-b72d-e5bdd67a7646)) + (segment (start 144.200786 96.559691) (end 144.050786 96.409691) (width 0.5) (layer "F.Cu") (net 39) (tstamp 63e4f8f1-94d4-4540-a60d-60f1dcabe59e)) + (segment (start 109.385 91.2325) (end 110.6325 91.2325) (width 0.5) (layer "F.Cu") (net 39) (tstamp 689b1245-bffd-42db-8556-9509c11a0a6c)) + (segment (start 111.07 91.175) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 39) (tstamp 891a25ce-967c-4a04-81bb-c6634b5ee870)) + (segment (start 116.2 90.21) (end 116.2 88.985) (width 0.5) (layer "F.Cu") (net 39) (tstamp 8e4c0489-1692-403e-be50-5e713f6e0772)) + (segment (start 98.26 88.63) (end 95.72 88.63) (width 0.5) (layer "F.Cu") (net 39) (tstamp 9eff18bc-8380-4444-85c6-0be050791249)) + (segment (start 110.6325 91.2325) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 39) (tstamp acbb7b57-70c9-4d5a-89bb-79d5e9e38371)) + (segment (start 115.425 90.985) (end 110.88 90.985) (width 0.5) (layer "F.Cu") (net 39) (tstamp aec67a7d-a371-4723-90ff-7e1fe42e5e37)) + (segment (start 95.72 88.63) (end 93.495 88.63) (width 0.5) (layer "F.Cu") (net 39) (tstamp d666244d-be06-434a-9409-7c02ab2ab9ca)) + (segment (start 151.00139 101.510295) (end 151.00139 101.585449) (width 0.5) (layer "F.Cu") (net 39) (tstamp e0309984-ab91-466c-8808-d951dbccd00a)) + (segment (start 143.273831 97.186646) (end 137.752705 97.186646) (width 0.5) (layer "F.Cu") (net 39) (tstamp e5e2a596-d374-4582-af1f-77f23f671896)) + (segment (start 111.07 92.03) (end 111.07 91.175) (width 0.5) (layer "F.Cu") (net 39) (tstamp f5ce623f-39e8-46f8-bf78-98509bfe8b6d)) + (segment (start 106.3175 91.2325) (end 105.73 91.82) (width 0.5) (layer "F.Cu") (net 39) (tstamp f74b0b4f-f68e-415c-9ee3-acf4c3506fe3)) + (segment (start 146.050786 96.559691) (end 151.00139 101.510295) (width 0.5) (layer "F.Cu") (net 39) (tstamp fabc8168-4403-481a-b202-b2b64a56dd6e)) + (segment (start 144.050786 96.409691) (end 143.273831 97.186646) (width 0.5) (layer "F.Cu") (net 39) (tstamp fd50997c-eb63-47e4-8247-3e1f26dd30d3)) + (via (at 105.73 91.82) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 39) (tstamp 06ec2a5a-3b37-483c-9c41-9ac3cc4e4821)) + (via (at 111.07 92.03) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 39) (tstamp 81e50bca-56df-47db-bb5c-5231526cbff1)) + (via (at 116.2 90.21) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 39) (tstamp b4bbb8d5-e824-4300-aab1-1817fdcacf3b)) + (segment (start 105.73 91.82) (end 110.86 91.82) (width 0.5) (layer "B.Cu") (net 39) (tstamp 09aadbc1-6f97-4e55-847f-27aca2403421)) + (segment (start 130.776059 90.21) (end 137.752705 97.186646) (width 0.5) (layer "B.Cu") (net 39) (tstamp 879da5d7-5b33-4f02-9446-8fb9f118febd)) + (segment (start 110.86 91.82) (end 111.07 92.03) (width 0.5) (layer "B.Cu") (net 39) (tstamp a1145cfe-5967-4588-8e21-5bd634222c4a)) + (segment (start 116.2 90.21) (end 130.776059 90.21) (width 0.5) (layer "B.Cu") (net 39) (tstamp ae8f9a9f-a44f-4b01-9153-1b3ab0f71451)) + (segment (start 145.200786 85.532191) (end 143.550786 87.182191) (width 0.25) (layer "F.Cu") (net 40) (tstamp 427e74c4-270a-4e94-a7ea-49ff1b9231df)) + (segment (start 143.550786 87.182191) (end 143.550786 93.494691) (width 0.25) (layer "F.Cu") (net 40) (tstamp 50eabdff-c35d-4e86-b0be-251e2937ec5a)) + (segment (start 157.755028 96.585449) (end 157.755786 96.584691) (width 0.25) (layer "F.Cu") (net 40) (tstamp 80d07545-4b55-4424-b1af-416bf309c9c0)) + (segment (start 151.00139 96.585449) (end 157.755028 96.585449) (width 0.25) (layer "F.Cu") (net 40) (tstamp b24416bc-05c5-4de0-9a40-6bd089c76170)) + (segment (start 144.050786 93.994691) (end 143.550786 93.494691) (width 0.25) (layer "F.Cu") (net 40) (tstamp f8356312-8475-4362-a760-8e40f1dfa07f)) + (segment (start 144.050786 94.759691) (end 144.050786 93.994691) (width 0.25) (layer "F.Cu") (net 40) (tstamp fbf7a2e3-ffe7-46ef-a46d-36920b61a481)) + (via (at 143.550786 93.494691) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 40) (tstamp d31a0641-89c3-4cc8-807f-db12ecc4e26b)) + (segment (start 146.641544 96.585449) (end 151.00139 96.585449) (width 0.25) (layer "B.Cu") (net 40) (tstamp 830859bf-2cf1-4b40-8142-2ccb760363ff)) + (segment (start 143.550786 93.494691) (end 146.641544 96.585449) (width 0.25) (layer "B.Cu") (net 40) (tstamp f11da74e-da9f-4751-8a4d-d30b54a7c878)) + (segment (start 151.002148 99.084691) (end 151.00139 99.085449) (width 0.25) (layer "F.Cu") (net 41) (tstamp 2731a92f-fc9d-493f-a30b-7581fff4c59f)) + (segment (start 151.00139 99.085449) (end 150.226544 99.085449) (width 0.25) (layer "F.Cu") (net 41) (tstamp 370d678a-a562-4f37-9c13-60e006ad538c)) + (segment (start 146.050786 93.692191) (end 145.330786 92.972191) (width 0.25) (layer "F.Cu") (net 41) (tstamp 71cdb245-4282-4cb7-a117-0b1d8f650314)) + (segment (start 146.050786 94.909691) (end 146.050786 93.692191) (width 0.25) (layer "F.Cu") (net 41) (tstamp ad973caa-1edb-44c8-9feb-7691d8090cf7)) + (segment (start 157.755786 99.084691) (end 151.002148 99.084691) (width 0.25) (layer "F.Cu") (net 41) (tstamp b0cb409f-2ee6-42f9-9d22-5ffc2a0b230a)) + (segment (start 150.226544 99.085449) (end 146.050786 94.909691) (width 0.25) (layer "F.Cu") (net 41) (tstamp ccfd7c75-3a71-4863-b5ba-65f116fc32ab)) + (segment (start 103.5 120.875) (end 103.7 121.075) (width 0.25) (layer "F.Cu") (net 42) (tstamp 40de73e4-c19c-40d7-a503-b6abc17f087b)) + (segment (start 103.7 121.075) (end 103.7 124.725) (width 0.25) (layer "F.Cu") (net 42) (tstamp fbc6930e-edaa-427f-8250-4a5fd1792a42)) + (segment (start 87.122 107.188) (end 87.122 107.456232) (width 0.25) (layer "F.Cu") (net 45) (tstamp 39d9e9ea-54ef-449a-8be3-6d5e7c1a272b)) + (segment (start 87.122 99.314) (end 87.821 99.314) (width 0.25) (layer "F.Cu") (net 45) (tstamp 50a9466e-081d-49ad-98cd-8ba0ee2bb533)) + (segment (start 87.995768 108.33) (end 88.3975 108.33) (width 0.25) (layer "F.Cu") (net 45) (tstamp 6241170e-ea4b-4400-a03f-9d4f2802ce1e)) + (segment (start 87.122 107.456232) (end 87.995768 108.33) (width 0.25) (layer "F.Cu") (net 45) (tstamp c87a95dd-7ab6-446a-954c-eb65aedd374f)) + (via (at 87.122 99.314) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 45) (tstamp 3c80437f-11ac-43b8-a631-014ab42eb1f7)) + (via (at 87.122 107.188) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 45) (tstamp ac8c90b4-6207-4b37-bfb8-0e6acfc9b5c8)) + (segment (start 86.36 106.426) (end 86.36 100.076) (width 0.25) (layer "B.Cu") (net 45) (tstamp 07b83f45-8788-4af6-9ece-e9b5d7b85dcf)) + (segment (start 87.122 107.188) (end 86.36 106.426) (width 0.25) (layer "B.Cu") (net 45) (tstamp 392e207c-0dda-4c2f-a237-103eedce522d)) + (segment (start 86.36 100.076) (end 87.122 99.314) (width 0.25) (layer "B.Cu") (net 45) (tstamp a4328ff8-1813-4380-a4af-42465c6d80b8)) + (segment (start 73.07 112.776) (end 73.07 113.75) (width 0.25) (layer "F.Cu") (net 46) (tstamp 05200db7-791d-407a-a129-a35af976a5e8)) + (segment (start 89.885 106.655) (end 89.885 107.6425) (width 0.25) (layer "F.Cu") (net 46) (tstamp 2c8b41a9-6cd4-42c0-a078-ce2b54bfe4c6)) + (segment (start 73.145 106.24) (end 73.24 106.145) (width 0.25) (layer "F.Cu") (net 46) (tstamp 32f9665c-98e7-4cbb-856c-f51595debfcf)) + (segment (start 88.61 105.38) (end 89.885 106.655) (width 0.25) (layer "F.Cu") (net 46) (tstamp 366f8f0d-7d4d-44fc-b3aa-ce8a0ab1b6c3)) + (segment (start 73.24 106.145) (end 82.505 106.145) (width 0.25) (layer "F.Cu") (net 46) (tstamp 4971a6a3-d56f-46a1-959d-35eca6061b36)) + (segment (start 82.505 106.145) (end 83.27 105.38) (width 0.25) (layer "F.Cu") (net 46) (tstamp 6670018f-60c2-4c96-8538-e8f242e7b308)) + (segment (start 83.27 105.38) (end 88.61 105.38) (width 0.25) (layer "F.Cu") (net 46) (tstamp 8ff9d990-dcd6-4fe2-ad7e-e8dfa4af2834)) + (via (at 73.145 106.24) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 46) (tstamp 3d8d05a0-44cb-4ed1-830e-89faa277fd87)) + (via (at 73.07 112.776) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 46) (tstamp 8c6b6ee4-be06-4066-817a-2523ff73305f)) + (segment (start 73.095 112.57) (end 73.07 112.595) (width 0.25) (layer "B.Cu") (net 46) (tstamp 0a464755-abbc-429a-ab65-44a7c8804a3e)) + (segment (start 73.07 112.595) (end 73.07 112.776) (width 0.25) (layer "B.Cu") (net 46) (tstamp 86ca1c90-2739-4a5b-9d9d-af7dda95568b)) + (segment (start 73.145 112.701) (end 73.145 106.24) (width 0.25) (layer "B.Cu") (net 46) (tstamp 91162c05-9ff5-4139-b646-98df96117f5e)) + (segment (start 73.07 112.776) (end 73.145 112.701) (width 0.25) (layer "B.Cu") (net 46) (tstamp a7d2fe24-032a-4937-82b3-b320f194ad2d)) + (segment (start 72.33 120.16) (end 71.635 120.855) (width 0.25) (layer "F.Cu") (net 47) (tstamp 485a3f25-dfa5-41d0-b8c1-82b1b5bbce7d)) + (segment (start 73.835 107.18) (end 74.245 106.77) (width 0.25) (layer "F.Cu") (net 47) (tstamp 5ba9aa98-72c2-4c31-a6e8-8249df9c88e7)) + (segment (start 72.33 118.173) (end 72.33 120.16) (width 0.25) (layer "F.Cu") (net 47) (tstamp 685a35b1-4cde-4444-b23a-c5b3b6eaae9c)) + (segment (start 74.245 106.77) (end 82.7 106.77) (width 0.25) (layer "F.Cu") (net 47) (tstamp b8190652-2272-4982-8eb6-466bc1381b87)) + (segment (start 88.36 105.86) (end 89.485 106.985) (width 0.25) (layer "F.Cu") (net 47) (tstamp cd2bd81f-ecf9-4d99-bb73-c634875c07a4)) + (segment (start 89.485 106.985) (end 89.485 107.6425) (width 0.25) (layer "F.Cu") (net 47) (tstamp e08c84e1-36ce-4a52-94d8-432faa87d70d)) + (segment (start 82.7 106.77) (end 83.61 105.86) (width 0.25) (layer "F.Cu") (net 47) (tstamp f4cf59c2-60b1-4ee1-a3a0-fe3a6b8abdcc)) + (segment (start 83.61 105.86) (end 88.36 105.86) (width 0.25) (layer "F.Cu") (net 47) (tstamp ff9a243a-b8c8-46f7-bbc8-922e1ab62b28)) + (via (at 73.835 107.18) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 47) (tstamp cb109a70-fc89-47ed-bedf-c21a2f435f11)) + (via (at 72.33 118.173) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 47) (tstamp df59707e-87c4-4673-9439-142fc0e7cb02)) + (segment (start 73.725 107.29) (end 73.835 107.18) (width 0.25) (layer "B.Cu") (net 47) (tstamp 7605a664-d78d-40e3-bec8-d4afc7677c89)) + (segment (start 72.33 118.173) (end 73.725 116.778) (width 0.25) (layer "B.Cu") (net 47) (tstamp 85984ab7-0ce0-4f23-9504-976875e1ebec)) + (segment (start 73.725 116.778) (end 73.725 107.29) (width 0.25) (layer "B.Cu") (net 47) (tstamp a89c2ea7-033c-44a4-81d6-cf783dedf7f5)) + (segment (start 83.92 106.3) (end 87.89 106.3) (width 0.25) (layer "F.Cu") (net 48) (tstamp 23fdb544-d53f-4e8b-8a56-5fef9e35c161)) + (segment (start 74.599947 107.845463) (end 74.80291 107.6425) (width 0.25) (layer "F.Cu") (net 48) (tstamp 2eeab387-bfd8-4496-a204-82c413dca25b)) + (segment (start 74.80291 107.6425) (end 76.3075 107.6425) (width 0.25) (layer "F.Cu") (net 48) (tstamp 2f117062-e41d-4e3e-95ce-5322983c363f)) + (segment (start 87.89 106.3) (end 89.085 107.495) (width 0.25) (layer "F.Cu") (net 48) (tstamp 389dd18f-7ef3-4a20-a57b-bb0d6ecf80ec)) + (segment (start 89.085 107.495) (end 89.085 107.6425) (width 0.25) (layer "F.Cu") (net 48) (tstamp 6e7199ae-2fca-491a-ab31-24a818811e1a)) + (segment (start 74.035 118.259) (end 74.035 118.31) (width 0.25) (layer "F.Cu") (net 48) (tstamp b6b57056-edf9-4267-8695-a478f9f3006b)) + (segment (start 76.3075 107.6425) (end 76.69 107.26) (width 0.25) (layer "F.Cu") (net 48) (tstamp ccbcbfe9-5cd3-43f8-9050-bece06948241)) + (segment (start 74.035 118.31) (end 73.105 119.24) (width 0.25) (layer "F.Cu") (net 48) (tstamp dc3f501a-adfe-4160-b123-df67981c30ec)) + (segment (start 82.96 107.26) (end 83.92 106.3) (width 0.25) (layer "F.Cu") (net 48) (tstamp f970ff89-b4f5-43b8-9d12-cd1d2d28eeff)) + (segment (start 76.69 107.26) (end 82.96 107.26) (width 0.25) (layer "F.Cu") (net 48) (tstamp fd8fd63a-ff94-4eb6-b640-b98552d378cc)) + (via (at 74.599947 107.845463) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 48) (tstamp 4dbbae3c-196d-4ad0-a5e1-c0e6b7a6b8ba)) + (via (at 74.035 118.259) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 48) (tstamp 6526565c-efea-45f8-8a44-fb8d862ecd3e)) + (segment (start 74.167 118.127) (end 74.167 108.27841) (width 0.25) (layer "B.Cu") (net 48) (tstamp 08bd2531-9f46-4b04-ad94-b7f9d4c47e0b)) + (segment (start 74.035 118.259) (end 74.167 118.127) (width 0.25) (layer "B.Cu") (net 48) (tstamp 83f69a12-1fee-4b97-a3f1-75269a491a62)) + (segment (start 74.167 108.27841) (end 74.599947 107.845463) (width 0.25) (layer "B.Cu") (net 48) (tstamp ba95111e-0c10-469f-bd6d-6124003c8652)) + (segment (start 102.44 111.97) (end 102 111.53) (width 0.25) (layer "F.Cu") (net 49) (tstamp 12551142-29ab-4d2f-81c4-6670f7169244)) + (segment (start 102 111.53) (end 96.1725 111.53) (width 0.25) (layer "F.Cu") (net 49) (tstamp cb38f04c-74a8-4817-a15a-cf0db3ae4133)) + (segment (start 95.075 98.59) (end 94.906514 98.421514) (width 0.25) (layer "F.Cu") (net 50) (tstamp 15796fb3-a41d-4a72-a6cf-675556be58cc)) + (segment (start 95.303187 106.85) (end 95.085 107.068187) (width 0.25) (layer "F.Cu") (net 50) (tstamp 2010f8b9-e229-4d1d-80f4-62f92f98541e)) + (segment (start 83.466 99.16) (end 81.175 99.16) (width 0.25) (layer "F.Cu") (net 50) (tstamp 3cb2fcf9-5f31-4ab2-bbc4-b770b49787f2)) + (segment (start 95.085 107.068187) (end 95.085 107.6425) (width 0.25) (layer "F.Cu") (net 50) (tstamp 74c66052-b9ab-4f58-81e3-e5359dfa1e10)) + (segment (start 84.204486 98.421514) (end 83.466 99.16) (width 0.25) (layer "F.Cu") (net 50) (tstamp 8e7eabdb-64bb-4d24-ac49-65b54e696262)) + (segment (start 95.9875 106.819) (end 95.9565 106.85) (width 0.25) (layer "F.Cu") (net 50) (tstamp 9199e59b-c6b1-4368-9e2c-52ac469a1ceb)) + (segment (start 94.906514 98.421514) (end 84.204486 98.421514) (width 0.25) (layer "F.Cu") (net 50) (tstamp 9c736c78-289c-46b6-9b99-9f1483736f2a)) + (segment (start 95.9565 106.85) (end 95.303187 106.85) (width 0.25) (layer "F.Cu") (net 50) (tstamp ece9ceb8-87b4-4db8-a4d4-a74d6bb2488e)) + (via (at 95.075 98.59) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 50) (tstamp cb2c41cd-9e4d-423f-9c69-7f76e98f920b)) + (via (at 95.9875 106.819) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 50) (tstamp cebaa1f2-29a3-4c66-8315-af705f1ff0a1)) + (segment (start 95.9875 106.819) (end 96.038 106.7685) (width 0.25) (layer "B.Cu") (net 50) (tstamp 3f7d0317-a9a6-45d2-9ffd-62f1dcab836b)) + (segment (start 96.038 99.553) (end 95.075 98.59) (width 0.25) (layer "B.Cu") (net 50) (tstamp 98ab93be-4e6c-41cc-9aec-5d6da0716921)) + (segment (start 96.038 106.7685) (end 96.038 99.553) (width 0.25) (layer "B.Cu") (net 50) (tstamp a20b49b1-3cee-4634-932d-38a1a258c281)) + (segment (start 95.4635 106.2255) (end 95.362001 106.2255) (width 0.25) (layer "F.Cu") (net 51) (tstamp 28533fd5-ede4-48a1-a773-963c274d350f)) + (segment (start 95.1085 101.854) (end 89.091 101.854) (width 0.25) (layer "F.Cu") (net 51) (tstamp 2c0defbe-d4a9-4dd1-967c-1670d253263f)) + (segment (start 94.685 106.902501) (end 94.685 107.6425) (width 0.25) (layer "F.Cu") (net 51) (tstamp 8f02e9fe-d831-46e6-a11f-104d217540bd)) + (segment (start 95.148 101.8145) (end 95.1085 101.854) (width 0.25) (layer "F.Cu") (net 51) (tstamp 9800047e-0a75-4ab8-a171-43850181281d)) + (segment (start 89.091 101.854) (end 88.646 102.299) (width 0.25) (layer "F.Cu") (net 51) (tstamp dd5eebc8-e056-4c41-99b8-6194002c56b4)) + (segment (start 95.362001 106.2255) (end 94.685 106.902501) (width 0.25) (layer "F.Cu") (net 51) (tstamp f2a76454-a555-476f-8b8e-947b6d419aa7)) + (via (at 95.148 101.8145) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 51) (tstamp 3c66f16e-470d-4b0d-a507-3a921e3c3631)) + (via (at 95.4635 106.2255) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 51) (tstamp 7b73be7d-4bf9-47ec-85fb-59b9f34cb238)) + (segment (start 95.492 106.197) (end 95.492 102.1585) (width 0.25) (layer "B.Cu") (net 51) (tstamp 1d57246d-92ea-4d33-98ba-787d16061fd2)) + (segment (start 95.492 102.1585) (end 95.148 101.8145) (width 0.25) (layer "B.Cu") (net 51) (tstamp 8d3a3d28-7b9e-4b47-bac7-ab9830c21878)) + (segment (start 95.4635 106.2255) (end 95.492 106.197) (width 0.25) (layer "B.Cu") (net 51) (tstamp d76da9af-c3ac-4eaa-8b10-9c17021f2f8e)) + (segment (start 96.392 102.702) (end 97.518 102.702) (width 0.25) (layer "F.Cu") (net 52) (tstamp 1a7bb4a0-f6ba-4cad-804f-d567ab2db35f)) + (segment (start 94.549999 106.225035) (end 94.549999 106.471816) (width 0.25) (layer "F.Cu") (net 52) (tstamp 2f7100b8-9c17-4e2c-84f7-8448dd76877b)) + (segment (start 96.01 103.084) (end 96.392 102.702) (width 0.25) (layer "F.Cu") (net 52) (tstamp 604f0272-f50a-4ee8-9d82-92d1f6f04783)) + (segment (start 94.549999 106.471816) (end 94.285 106.736815) (width 0.25) (layer "F.Cu") (net 52) (tstamp 7e3349f9-a690-4952-83ed-23e00c9f48e6)) + (segment (start 97.518 102.702) (end 97.535 102.685) (width 0.25) (layer "F.Cu") (net 52) (tstamp a60876a5-acc5-4214-abcd-a4f5be231069)) + (segment (start 94.622 103.084) (end 96.01 103.084) (width 0.25) (layer "F.Cu") (net 52) (tstamp ded3e41c-7b71-4a2a-891f-b766457ed2d0)) + (segment (start 94.285 106.736815) (end 94.285 107.6425) (width 0.25) (layer "F.Cu") (net 52) (tstamp ff1c739c-bb80-43f4-abbe-d791ddcdfcb5)) + (via (at 94.622 103.084) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 52) (tstamp 71740387-fbab-48b7-ad8c-c926b4d43316)) + (via (at 94.549999 106.225035) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 52) (tstamp 7f2b37d2-2e0e-4c86-9f31-4a5ec91b62ae)) + (segment (start 94.549999 106.225035) (end 94.622 106.153034) (width 0.25) (layer "B.Cu") (net 52) (tstamp aa6d786e-8a43-40eb-9ccb-df6aca0f5ab3)) + (segment (start 94.622 106.153034) (end 94.622 103.084) (width 0.25) (layer "B.Cu") (net 52) (tstamp ae31ecda-3952-497a-874a-dcff19c9fda8)) + (segment (start 96.1725 111.93) (end 97.765 111.93) (width 0.25) (layer "F.Cu") (net 53) (tstamp 2f60ce85-a5a8-42e6-9fd3-a484aa82b732)) + (segment (start 73.14 92.21) (end 73.13 92.22) (width 0.25) (layer "F.Cu") (net 53) (tstamp 56ab0eb1-ecbb-4497-9548-09f21383f5e8)) + (segment (start 97.765 111.93) (end 98.135 112.3) (width 0.25) (layer "F.Cu") (net 53) (tstamp 58d50486-3b26-43be-a6f8-5da7267e86bc)) + (segment (start 89.37 92.21) (end 73.14 92.21) (width 0.25) (layer "F.Cu") (net 53) (tstamp f52763af-4b16-4bfa-80d8-95c3fb387534)) + (via (at 89.37 92.21) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 53) (tstamp a4619766-e406-4395-ad69-2d033e81522c)) + (via (at 98.135 112.3) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 53) (tstamp fd779f5c-dbfa-4ce2-ae96-3d7f17e5f79e)) + (segment (start 97.362 111.527) (end 98.135 112.3) (width 0.25) (layer "B.Cu") (net 53) (tstamp 91594e1d-6ec3-4b90-a6c2-6aeda1ea7897)) + (segment (start 89.37 92.21) (end 92.338884 92.21) (width 0.25) (layer "B.Cu") (net 53) (tstamp 9ae35fa9-d6d5-4ac3-a3e1-54bef452eab9)) + (segment (start 92.338884 92.21) (end 97.362 97.233116) (width 0.25) (layer "B.Cu") (net 53) (tstamp d8cfead1-d238-46cf-a19f-9642f734d45a)) + (segment (start 97.362 97.233116) (end 97.362 111.527) (width 0.25) (layer "B.Cu") (net 53) (tstamp fafe5d48-15ae-4f3b-9781-5067691ab34b)) + (segment (start 96.91 112.33) (end 96.1725 112.33) (width 0.25) (layer "F.Cu") (net 54) (tstamp 0895e891-98c1-4230-b472-f2d4d37747bf)) + (segment (start 90.825 94.26) (end 73.43 94.26) (width 0.25) (layer "F.Cu") (net 54) (tstamp 513e2c12-0fb3-4936-a85f-b985e62ac89f)) + (segment (start 97.31 112.73) (end 96.91 112.33) (width 0.25) (layer "F.Cu") (net 54) (tstamp 7fd83a86-4128-4d46-996c-ca726cf71896)) + (segment (start 73.43 94.26) (end 73.12 93.95) (width 0.25) (layer "F.Cu") (net 54) (tstamp e36eff22-d347-4037-9d8e-1488b5a6f854)) + (via (at 90.825 94.26) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 54) (tstamp 174bf033-2b5e-41a2-8945-bdc033d3f689)) + (via (at 97.31 112.73) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 54) (tstamp fd114ff3-5b5e-4ff1-a57b-24b9c632332b)) + (segment (start 90.825 94.26) (end 93.389 94.26) (width 0.25) (layer "B.Cu") (net 54) (tstamp 5fa78158-b3b9-48ab-aeec-f4238261aaac)) + (segment (start 96.962 112.382) (end 97.31 112.73) (width 0.25) (layer "B.Cu") (net 54) (tstamp 65f901a6-5cfe-4f24-a75e-96d02e061e41)) + (segment (start 93.389 94.26) (end 96.962 97.833) (width 0.25) (layer "B.Cu") (net 54) (tstamp a6b454f6-d833-409b-af21-27ebd7bad538)) + (segment (start 96.962 97.833) (end 96.962 112.382) (width 0.25) (layer "B.Cu") (net 54) (tstamp d3ae5728-a936-4f50-bbc0-c283f0421af5)) + (segment (start 95.085 116.04) (end 95.085 115.4175) (width 0.25) (layer "F.Cu") (net 55) (tstamp 19c08983-81c6-4933-8536-9a7e34d94e7e)) + (segment (start 95.278 116.233) (end 95.085 116.04) (width 0.25) (layer "F.Cu") (net 55) (tstamp 68587e16-e226-45c6-b925-8a0d6ebbbffc)) + (segment (start 73.45 85.71) (end 73.38 85.64) (width 0.25) (layer "F.Cu") (net 55) (tstamp 8eeb2d36-f451-4d55-945b-06d06f6cf8ed)) + (segment (start 88.735 85.71) (end 73.45 85.71) (width 0.25) (layer "F.Cu") (net 55) (tstamp 99138877-8ce8-465a-8b3d-68f0f3766857)) + (segment (start 96.142333 116.233) (end 95.278 116.233) (width 0.25) (layer "F.Cu") (net 55) (tstamp c860a942-8c50-42ba-b7e1-9d887478986c)) + (via (at 88.735 85.71) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 55) (tstamp 52e5b8c2-6aea-4b4a-9a8a-6b0e9b645fcd)) + (via (at 96.142333 116.233) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 55) (tstamp ef0f5870-7cbb-436f-b86a-24abe36b9374)) + (segment (start 93.307 95.29) (end 90.82 95.29) (width 0.25) (layer "B.Cu") (net 55) (tstamp 0a4e9d18-b6c1-400e-8c92-3f1beb0d7a41)) + (segment (start 96.142333 116.233) (end 96.142333 115.348783) (width 0.25) (layer "B.Cu") (net 55) (tstamp 350a30d6-d24f-4f1c-8ce1-43fd606d84af)) + (segment (start 96.647 114.844116) (end 96.647 112.632686) (width 0.25) (layer "B.Cu") (net 55) (tstamp 5a5dcb61-acb6-486b-8716-859e864df318)) + (segment (start 96.562 98.545) (end 93.307 95.29) (width 0.25) (layer "B.Cu") (net 55) (tstamp a3d0c854-52a3-4fa8-8eec-ffa8bcbff0e8)) + (segment (start 96.562 112.547685) (end 96.562 98.545) (width 0.25) (layer "B.Cu") (net 55) (tstamp c0c63e50-36de-43fa-992b-0242e6b48af5)) + (segment (start 90.82 95.29) (end 88.735 93.205) (width 0.25) (layer "B.Cu") (net 55) (tstamp ce5ffd57-2945-4c42-a2ee-49ab2a3cfb52)) + (segment (start 88.735 93.205) (end 88.735 85.71) (width 0.25) (layer "B.Cu") (net 55) (tstamp f7c7bbaf-374a-4e01-8c4c-7970eafec1f2)) + (segment (start 96.142333 115.348783) (end 96.647 114.844116) (width 0.25) (layer "B.Cu") (net 55) (tstamp f8e31024-6dda-4d01-beb3-05db97cb4ecd)) + (segment (start 96.647 112.632686) (end 96.562 112.547685) (width 0.25) (layer "B.Cu") (net 55) (tstamp ff878157-1cbb-4b29-86d2-980603a38182)) + (segment (start 86.808884 111.13) (end 85.931884 110.253) (width 0.25) (layer "F.Cu") (net 56) (tstamp 01a635ac-8f0a-433d-a7f8-3514bbbb61eb)) + (segment (start 82.122 110.253) (end 80.835 108.966) (width 0.25) (layer "F.Cu") (net 56) (tstamp 210a8f8c-a35f-4e57-ba12-b0f3b75ba3e6)) + (segment (start 87.457703 111.13) (end 86.808884 111.13) (width 0.25) (layer "F.Cu") (net 56) (tstamp 4a474435-b559-4610-8d00-afd0f3e15de9)) + (segment (start 85.931884 110.253) (end 82.122 110.253) (width 0.25) (layer "F.Cu") (net 56) (tstamp 7442b762-b9f9-423f-a575-72844a1875b3)) + (segment (start 87.857703 111.53) (end 87.457703 111.13) (width 0.25) (layer "F.Cu") (net 56) (tstamp 898a731c-3d1b-4a98-9afe-6147b8bd433b)) + (segment (start 88.3975 111.53) (end 87.857703 111.53) (width 0.25) (layer "F.Cu") (net 56) (tstamp a9000608-1522-4337-aaf1-9efe8c823bc6)) + (segment (start 105.4 118.6) (end 105.4 116.38) (width 0.25) (layer "F.Cu") (net 57) (tstamp 0758b88f-7e92-499d-8b59-1862fcd38c9b)) + (segment (start 103.85 114.83) (end 98.468604 114.83) (width 0.25) (layer "F.Cu") (net 57) (tstamp 3afa08ae-b77a-4050-8395-8896cafce9a8)) + (segment (start 105.4 116.38) (end 103.85 114.83) (width 0.25) (layer "F.Cu") (net 57) (tstamp 5b44f4a0-1482-4144-89c1-b0fb4a98dd30)) + (segment (start 97.968604 114.33) (end 96.1725 114.33) (width 0.25) (layer "F.Cu") (net 57) (tstamp b059b38f-bdce-41de-95f3-bab3141cffec)) + (segment (start 98.468604 114.83) (end 97.968604 114.33) (width 0.25) (layer "F.Cu") (net 57) (tstamp b3d8e370-a172-4497-8a11-d47004e159c3)) + (segment (start 101.451 116.586) (end 98.132 116.586) (width 0.25) (layer "F.Cu") (net 58) (tstamp 26c5e0de-92d9-4572-b777-b3eca04d3394)) + (segment (start 96.276 114.73) (end 96.1725 114.73) (width 0.25) (layer "F.Cu") (net 58) (tstamp 8530cc90-7ea4-4d16-8095-f3a9a606c869)) + (segment (start 98.132 116.586) (end 96.276 114.73) (width 0.25) (layer "F.Cu") (net 58) (tstamp 9cad2198-2b76-4aed-b02a-2fc59eaa473f)) + (segment (start 103.5 118.6) (end 103.465 118.6) (width 0.25) (layer "F.Cu") (net 58) (tstamp a2074ba4-011f-417e-bb67-87bb2770e76f)) + (segment (start 103.465 118.6) (end 101.451 116.586) (width 0.25) (layer "F.Cu") (net 58) (tstamp eb85afed-309f-4445-9055-541a6595e0a2)) + (segment (start 88.662 116.983) (end 88.662 114.872) (width 0.25) (layer "F.Cu") (net 67) (tstamp 4aa5cbba-0ac3-4e0d-91e1-a2d5c4ca9947)) + (segment (start 88.341602 114.73) (end 88.3975 114.73) (width 0.25) (layer "F.Cu") (net 67) (tstamp 6c8e7ac1-d951-4ba7-951a-fa8bc9409486)) + (segment (start 87.474 117.499) (end 88.146 117.499) (width 0.25) (layer "F.Cu") (net 67) (tstamp 782728d2-98d0-4c43-a89e-8c4410ccf8dc)) + (segment (start 86.636 118.337) (end 87.474 117.499) (width 0.25) (layer "F.Cu") (net 67) (tstamp 7ab0c15b-12f7-496f-8c8e-b74b3dfb7db6)) + (segment (start 86.636 119.054) (end 86.636 118.337) (width 0.25) (layer "F.Cu") (net 67) (tstamp a87dcdc5-1945-4681-a551-6cd850f8d33d)) + (segment (start 88.146 117.499) (end 88.662 116.983) (width 0.25) (layer "F.Cu") (net 67) (tstamp d1e279c0-1646-4b69-aa84-57213c53336c)) + (segment (start 88.378 120.404) (end 89.085 119.697) (width 0.25) (layer "F.Cu") (net 68) (tstamp 0a7a4ef1-37d8-4984-bbe9-1dc54c4db414)) + (segment (start 89.085 119.697) (end 89.085 115.4175) (width 0.25) (layer "F.Cu") (net 68) (tstamp 4dce8f46-bb84-4f66-af4d-19b28e2b1a5c)) + (segment (start 87.686 120.404) (end 88.378 120.404) (width 0.25) (layer "F.Cu") (net 68) (tstamp a1f0e2a6-2c7f-4d32-857e-e7fa920994f7)) + (segment (start 103.3825 110.55) (end 104.1925 111.36) (width 0.25) (layer "F.Cu") (net 81) (tstamp 054c3908-430f-4dbe-9946-af0e9a2f7a8d)) + (segment (start 102.835 110.55) (end 103.3825 110.55) (width 0.25) (layer "F.Cu") (net 81) (tstamp 741c9446-5ed8-4e74-9bd1-64184d738c36)) + (segment (start 91.985 106.258) (end 92.685 106.958) (width 0.25) (layer "F.Cu") (net 84) (tstamp 35e6ba76-b334-4615-bd7c-3aebc89d8367)) + (segment (start 92.642 104.497) (end 108.842 104.497) (width 0.25) (layer "F.Cu") (net 84) (tstamp 386d2ad3-e11b-4abc-a2f3-55e34df9f378)) + (segment (start 108.975 104.85) (end 109.085 104.74) (width 0.25) (layer "F.Cu") (net 84) (tstamp 74ffd179-f062-49d7-9bb9-abebf21f6886)) + (segment (start 108.842 104.497) (end 109.085 104.74) (width 0.25) (layer "F.Cu") (net 84) (tstamp 823e592c-360f-4f55-9d35-586412e21132)) + (segment (start 92.557 104.412) (end 92.642 104.497) (width 0.25) (layer "F.Cu") (net 84) (tstamp 85d3c3fa-cb06-4b18-a278-cb42966357e1)) + (segment (start 108.975 106.505) (end 108.975 104.85) (width 0.25) (layer "F.Cu") (net 84) (tstamp c4c31406-c1db-4d90-820d-956ad70f0ca2)) + (segment (start 91.915 106.258) (end 91.985 106.258) (width 0.25) (layer "F.Cu") (net 84) (tstamp d68db223-4207-4724-a42b-edd8e50c7126)) + (segment (start 92.685 106.958) (end 92.685 107.6425) (width 0.25) (layer "F.Cu") (net 84) (tstamp ea304145-8737-482d-9d93-ce9340fdba41)) + (via (at 92.557 104.412) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 84) (tstamp c2bbf23e-db7c-413d-9a46-2a7d8f1a07ae)) + (via (at 91.915 106.258) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 84) (tstamp ef29c64d-915a-43b6-9a61-1483e3dc029a)) + (segment (start 91.915 106.258) (end 91.915 105.786) (width 0.25) (layer "B.Cu") (net 84) (tstamp 1d96436a-faba-4763-86d4-af6062f2d405)) + (segment (start 91.915 105.786) (end 92.557 105.144) (width 0.25) (layer "B.Cu") (net 84) (tstamp e6fb7b32-a079-456e-853d-9deeac735c99)) + (segment (start 92.557 105.144) (end 92.557 104.412) (width 0.25) (layer "B.Cu") (net 84) (tstamp f8f2803f-f7f8-43d6-8c24-357a9d2ee240)) + (segment (start 109.085 103.29) (end 111.455 103.29) (width 0.25) (layer "F.Cu") (net 85) (tstamp a9fb2121-7639-486a-b6ae-9ca5287542ca)) + (segment (start 111.515 103.35) (end 118.015 103.35) (width 0.25) (layer "F.Cu") (net 85) (tstamp cd05e9a6-fc3a-4c70-8a7f-5ff5437316ff)) + (segment (start 111.455 103.29) (end 111.515 103.35) (width 0.25) (layer "F.Cu") (net 85) (tstamp d51dd970-acd9-493e-b6c6-938ddcc045b7)) + (segment (start 144.971 106.539) (end 142.136 103.704) (width 0.25) (layer "F.Cu") (net 86) (tstamp 01a400bb-7c59-4e53-a7dc-b42cd49de29d)) + (segment (start 93.800497 106.225517) (end 93.885 106.31002) (width 0.25) (layer "F.Cu") (net 86) (tstamp 17c70354-1d38-4993-965b-6d3689e3292a)) + (segment (start 144.971 107.188) (end 144.971 106.539) (width 0.25) (layer "F.Cu") (net 86) (tstamp 1dbaadb5-058c-4676-9e1b-b4b7adc210f0)) + (segment (start 96.384 101.81) (end 126.91 101.81) (width 0.25) (layer "F.Cu") (net 86) (tstamp 5083848d-574c-4838-82ca-f70db202c472)) + (segment (start 95.7925 102.4015) (end 96.384 101.81) (width 0.25) (layer "F.Cu") (net 86) (tstamp 51d8bab4-5516-4664-b035-02a34d7c84d4)) + (segment (start 135.636 103.704) (end 142.136 103.704) (width 0.25) (layer "F.Cu") (net 86) (tstamp a7fbdf30-4a6c-4236-a64f-3ba305b689d9)) + (segment (start 128.59 103.49) (end 136.075 103.49) (width 0.25) (layer "F.Cu") (net 86) (tstamp bf5e3632-2f01-4b36-9306-85903f986a64)) + (segment (start 93.8725 102.4015) (end 95.7925 102.4015) (width 0.25) (layer "F.Cu") (net 86) (tstamp c4cfcfeb-30cc-418b-a501-01b76b37d325)) + (segment (start 93.762 102.512) (end 93.8725 102.4015) (width 0.25) (layer "F.Cu") (net 86) (tstamp d37afd4c-2201-49c3-8611-feed6a1229c2)) + (segment (start 126.91 101.81) (end 128.59 103.49) (width 0.25) (layer "F.Cu") (net 86) (tstamp dfba8cf1-5742-444a-b32f-85404f5852e2)) + (segment (start 93.885 106.31002) (end 93.885 107.6425) (width 0.25) (layer "F.Cu") (net 86) (tstamp f5b95709-45ae-4021-bdab-f99c932166c2)) + (via (at 93.762 102.512) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 86) (tstamp 9cd1c888-e267-4617-afb8-f02a95068b95)) + (via (at 93.800497 106.225517) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 86) (tstamp efd1c9ae-f42f-4807-a0f6-4c633e183bf8)) + (segment (start 93.800497 106.225517) (end 93.800497 103.77767) (width 0.25) (layer "B.Cu") (net 86) (tstamp 0a2701d0-f2dc-4e79-a76f-2d0715378e87)) + (segment (start 93.762 103.739173) (end 93.762 102.512) (width 0.25) (layer "B.Cu") (net 86) (tstamp e941907f-7c79-40f9-9a59-11546ee7b493)) + (segment (start 93.800497 103.77767) (end 93.762 103.739173) (width 0.25) (layer "B.Cu") (net 86) (tstamp f79abbad-4a64-43b5-9434-f1b2edc33507)) + (segment (start 121.96 93.64) (end 100.395 93.64) (width 0.25) (layer "F.Cu") (net 87) (tstamp 013f83d9-3513-487e-a7e7-afd2afb6195e)) + (segment (start 70.358 77.978) (end 82.976884 77.978) (width 0.25) (layer "F.Cu") (net 87) (tstamp 0b2a64d7-dc47-44d2-9d49-501dda29627c)) + (segment (start 82.976884 77.978) (end 90.093 85.094116) (width 0.25) (layer "F.Cu") (net 87) (tstamp 1595da9e-350f-4685-bd64-05babd99ba36)) + (segment (start 70.189598 78.146402) (end 70.358 77.978) (width 0.25) (layer "F.Cu") (net 87) (tstamp 1757d32c-ba17-4680-8bd0-ca01cf291dd7)) + (segment (start 100.395 93.64) (end 99.035 92.28) (width 0.25) (layer "F.Cu") (net 87) (tstamp 2516009e-3d7b-4b99-affd-e675985a685c)) + (segment (start 148.861395 81.044691) (end 145.295786 81.044691) (width 0.25) (layer "F.Cu") (net 87) (tstamp 41ceeb9a-d186-4da3-8204-9028d375d178)) + (segment (start 145.295786 81.044691) (end 144.495786 81.844691) (width 0.25) (layer "F.Cu") (net 87) (tstamp 5258d9f6-c26c-4c5e-a706-0b624f561c5d)) + (segment (start 93.7195 92.1095) (end 98.8645 92.1095) (width 0.25) (layer "F.Cu") (net 87) (tstamp 666c010e-f841-4a38-951f-eab470687f69)) + (segment (start 148.627429 69.783309) (end 155.37637 69.783309) (width 0.25) (layer "F.Cu") (net 87) (tstamp 7231dbf7-cd78-4a65-be0f-b7bb807d9101)) + (segment (start 67.766402 78.146402) (end 70.189598 78.146402) (width 0.25) (layer "F.Cu") (net 87) (tstamp 7fb5ab93-2580-4acf-bd1e-ca8e210f7cf3)) + (segment (start 157.75708 83.181814) (end 161.061294 79.8776) (width 0.25) (layer "F.Cu") (net 87) (tstamp 81aafd45-1c43-4743-9ee4-639d0a1be623)) + (segment (start 130.779309 84.820691) (end 121.96 93.64) (width 0.25) (layer "F.Cu") (net 87) (tstamp 8318a69a-e779-47f2-879e-100fce6ba1dc)) + (segment (start 143.087286 84.820691) (end 130.779309 84.820691) (width 0.25) (layer "F.Cu") (net 87) (tstamp 85290af0-a544-46a1-a9d2-073a1995a8ae)) + (segment (start 144.250786 83.657191) (end 143.087286 84.820691) (width 0.25) (layer "F.Cu") (net 87) (tstamp 86dbcfa6-e7a6-4367-822b-f701b8904f1c)) + (segment (start 150.99645 83.179746) (end 157.755012 83.179746) (width 0.25) (layer "F.Cu") (net 87) (tstamp 8cd91248-2089-4cdf-8d56-7fde9d3cb248)) + (segment (start 90.093 85.094116) (end 90.093 88.483) (width 0.25) (layer "F.Cu") (net 87) (tstamp 8e4b11f8-6031-4e48-95b1-ce7d559078de)) + (segment (start 157.755012 83.179746) (end 157.75708 83.181814) (width 0.25) (layer "F.Cu") (net 87) (tstamp 96d0ddbb-de86-4150-b403-1e6df655cff6)) + (segment (start 155.37637 69.783309) (end 155.379724 69.786663) (width 0.25) (layer "F.Cu") (net 87) (tstamp 99baf02b-b4e5-474e-badf-04238c74fcfc)) + (segment (start 150.99645 83.179746) (end 148.861395 81.044691) (width 0.25) (layer "F.Cu") (net 87) (tstamp 9aa4c8b7-acb1-47cc-a419-6710445dbc77)) + (segment (start 155.379724 69.786663) (end 161.061294 75.468233) (width 0.25) (layer "F.Cu") (net 87) (tstamp 9c7f1680-b65a-481d-ae09-cd13b6a3a297)) + (segment (start 90.093 88.483) (end 93.7195 92.1095) (width 0.25) (layer "F.Cu") (net 87) (tstamp 9f7499af-2c1c-4caf-aa16-be36307407d9)) + (segment (start 97.995 109.13) (end 96.1725 109.13) (width 0.25) (layer "F.Cu") (net 87) (tstamp a1e24a25-77bd-475e-b6cf-b0cabfcb9a75)) + (segment (start 98.533 108.592) (end 97.995 109.13) (width 0.25) (layer "F.Cu") (net 87) (tstamp a9178740-e1bd-446c-b7ca-25a6a62b5261)) + (segment (start 144.250786 82.089691) (end 144.495786 81.844691) (width 0.25) (layer "F.Cu") (net 87) (tstamp cb698504-c2a3-4542-b073-4472681f3506)) + (segment (start 161.061294 79.8776) (end 161.061294 75.468233) (width 0.25) (layer "F.Cu") (net 87) (tstamp d3a84218-bc77-4d94-a932-789d1ac2e469)) + (segment (start 66.48 76.86) (end 67.766402 78.146402) (width 0.25) (layer "F.Cu") (net 87) (tstamp d786f28e-ee44-486e-8265-1e082bd91527)) + (segment (start 98.8645 92.1095) (end 99.035 92.28) (width 0.25) (layer "F.Cu") (net 87) (tstamp e0cbe5e6-6df0-47b5-88e1-aa21daf54a7b)) + (segment (start 144.250786 83.657191) (end 144.250786 82.089691) (width 0.25) (layer "F.Cu") (net 87) (tstamp f41f6538-4d6e-4840-b272-c81cb2594bac)) + (via (at 99.035 92.28) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 87) (tstamp 32c9e55b-6c09-4451-a8d6-9457d4db89a8)) + (via (at 98.533 108.592) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 87) (tstamp 6431a47c-8262-405b-a397-8fa939a2a577)) + (segment (start 98.533 108.592) (end 98.533 103.611673) (width 0.25) (layer "B.Cu") (net 87) (tstamp 25b30484-e5d6-4c4b-955c-476ec9c313d9)) + (segment (start 99.2905 92.5355) (end 99.035 92.28) (width 0.25) (layer "B.Cu") (net 87) (tstamp 86475e30-8941-4641-b7fe-c536da4ec6f0)) + (segment (start 99.2905 102.854173) (end 99.2905 92.5355) (width 0.25) (layer "B.Cu") (net 87) (tstamp d767f5fc-a932-4f43-ab82-3369a97764e6)) + (segment (start 98.533 103.611673) (end 99.2905 102.854173) (width 0.25) (layer "B.Cu") (net 87) (tstamp f90c0fa6-f6f7-4145-8f45-490792b08704)) + (segment (start 104.1 119.75) (end 102.9 119.75) (width 0.4) (layer "F.Cu") (net 88) (tstamp 1a03fd6a-fe4b-4368-8470-05f013bdc1d8)) + (segment (start 102.4 120.25) (end 102.4 122.45) (width 0.4) (layer "F.Cu") (net 88) (tstamp 1c2cb4fb-2c4b-497b-ac6a-26e08b8f470a)) + (segment (start 102.4 122.45) (end 103.05 123.1) (width 0.4) (layer "F.Cu") (net 88) (tstamp 27f7a8fb-4c39-4942-9bc7-7decda06577b)) + (segment (start 102.53 90.36) (end 98.26 86.09) (width 0.4) (layer "F.Cu") (net 88) (tstamp 2e54c523-5266-4194-a04a-4a0e08a5ea30)) + (segment (start 104.79 90.36) (end 102.53 90.36) (width 0.4) (layer "F.Cu") (net 88) (tstamp 2f0238b6-1af8-48ca-9cf1-be705126184b)) + (segment (start 102.9 119.75) (end 102.4 120.25) (width 0.4) (layer "F.Cu") (net 88) (tstamp 38442d23-8d62-448b-8129-320b5335ce1d)) + (segment (start 104.2 119.75) (end 106.15 119.75) (width 0.4) (layer "F.Cu") (net 88) (tstamp 49c00afd-2c3f-49a9-b05a-ed6f573c1356)) + (segment (start 106.15 119.75) (end 106.6 119.3) (width 0.4) (layer "F.Cu") (net 88) (tstamp 5667b0d8-e24f-427e-8004-f861027e272d)) + (segment (start 106.6 113.93) (end 106.2 113.53) (width 0.4) (layer "F.Cu") (net 88) (tstamp 58375f26-c85d-47e5-8675-a05197ee7c64)) + (segment (start 103.05 123.1) (end 103.05 124.725) (width 0.4) (layer "F.Cu") (net 88) (tstamp 7927da42-8bf1-415b-8d89-57806781109c)) + (segment (start 104.15 119.8) (end 104.1 119.75) (width 0.4) (layer "F.Cu") (net 88) (tstamp 90423f70-038b-4903-b4d1-e6e14792fe7d)) + (segment (start 104.15 119.8) (end 104.2 119.75) (width 0.4) (layer "F.Cu") (net 88) (tstamp a0e44b4e-e2b2-400f-936a-fdbb95382a93)) + (segment (start 104.45 120.1) (end 104.15 119.8) (width 0.4) (layer "F.Cu") (net 88) (tstamp c1666e65-ad0f-4d27-84cc-828ad98858d0)) + (segment (start 104.94 90.21) (end 104.79 90.36) (width 0.4) (layer "F.Cu") (net 88) (tstamp d6af6765-67ff-4448-a07f-d39b970142f6)) + (segment (start 104.45 120.875) (end 104.45 120.1) (width 0.4) (layer "F.Cu") (net 88) (tstamp e6518d3e-ae43-4215-a1ee-006899177e3f)) + (segment (start 106.6 119.3) (end 106.6 113.93) (width 0.4) (layer "F.Cu") (net 88) (tstamp f38a9ec6-0f51-49ef-8605-760463b76408)) + (via (at 106.2 113.53) (size 0.6) (drill 0.25) (layers "F.Cu" "B.Cu") (net 88) (tstamp 012566e0-23ea-46c5-b810-13b4c773cf38)) + (via (at 104.94 90.21) (size 0.8) (drill 0.4) (layers "F.Cu" "B.Cu") (net 88) (tstamp 46a42d59-94c8-453b-b94b-853b6933e408)) + (segment (start 106.2 96.07) (end 106.2 113.53) (width 0.4) (layer "B.Cu") (net 88) (tstamp 15e73a10-aaf3-4756-a363-18870d602d62)) + (segment (start 104.94 90.21) (end 104.64 90.51) (width 0.4) (layer "B.Cu") (net 88) (tstamp 4e051026-71cf-4254-af65-33ea47565ad8)) + (segment (start 104.64 94.51) (end 106.2 96.07) (width 0.4) (layer "B.Cu") (net 88) (tstamp f97ac266-8f21-4257-bc3a-ff0742b9358d)) + (segment (start 104.64 90.51) (end 104.64 94.51) (width 0.4) (layer "B.Cu") (net 88) (tstamp fb8db756-21c2-481a-b5e3-21944a93efd4)) + (segment (start 104.35 124.725) (end 104.35 123.3) (width 0.25) (layer "F.Cu") (net 89) (tstamp 4f5335d1-242b-4528-b8c4-72e35cc4eb05)) + (segment (start 104.35 123.3) (end 105.4 122.25) (width 0.25) (layer "F.Cu") (net 89) (tstamp 76d4a42f-f539-49b5-8b9e-be27f93004a6)) + (segment (start 105.4 122.25) (end 105.4 120.875) (width 0.25) (layer "F.Cu") (net 89) (tstamp 971ca287-a670-48ca-8ce1-4a9730112558)) + (segment (start 105 123.6) (end 105.85 122.75) (width 0.25) (layer "F.Cu") (net 90) (tstamp 6877b08b-46a5-42b9-aa21-d1e699d90623)) + (segment (start 105.85 122.75) (end 106.575 122.75) (width 0.25) (layer "F.Cu") (net 90) (tstamp b1f77642-d705-4f87-a897-7194b75f1e3a)) + (segment (start 105 124.725) (end 105 123.6) (width 0.25) (layer "F.Cu") (net 90) (tstamp c1907c87-a6bc-452a-a8f6-894f7f780b63)) + (segment (start 100.685 111.05) (end 101.185 110.55) (width 0.25) (layer "F.Cu") (net 91) (tstamp 757fe0d3-1551-4f42-a00b-e3abd167c34b)) + (segment (start 96.1725 110.33) (end 96.95 110.33) (width 0.25) (layer "F.Cu") (net 91) (tstamp 990a73d2-252f-4506-8771-e52c62e90d94)) + (segment (start 97.67 111.05) (end 100.685 111.05) (width 0.25) (layer "F.Cu") (net 91) (tstamp 9dc4993e-28cf-44f1-b34c-4b15e2e84f67)) + (segment (start 96.95 110.33) (end 97.67 111.05) (width 0.25) (layer "F.Cu") (net 91) (tstamp cb07bdc8-1f33-4773-a6e9-f40d5a99f65a)) + (segment (start 84.93601 113.53) (end 85.404 113.53) (width 0.45) (layer "F.Cu") (net 92) (tstamp 9a53c786-828e-446a-9036-d8494a7ecaf5)) + (segment (start 79.657 127.662) (end 79.657 119.203681) (width 0.45) (layer "F.Cu") (net 92) (tstamp f0f5840d-0648-4712-a65c-27f6b6a9772d)) + (arc (start 81.400534 114.994466) (mid 80.110129 116.925668) (end 79.657 119.203681) (width 0.45) (layer "F.Cu") (net 92) (tstamp 931e0dd8-b534-471f-bb83-6fb81e8e59c8)) + (arc (start 81.400534 114.994466) (mid 83.022635 113.910597) (end 84.93601 113.53) (width 0.45) (layer "F.Cu") (net 92) (tstamp b8252e82-6ae1-435b-bcdc-0a083fbd3830)) + (segment (start 88.3975 113.53) (end 86.897 113.53) (width 0.2) (layer "F.Cu") (net 93) (tstamp 285590a7-b47e-4966-be8d-e658790cc4d0)) + (segment (start 91.485 115.4175) (end 91.485 116.097) (width 0.25) (layer "F.Cu") (net 94) (tstamp 803aacf4-3b92-43f7-a8bc-73355b020c7b)) + (segment (start 91.485 116.097) (end 90.997 116.585) (width 0.25) (layer "F.Cu") (net 94) (tstamp a2c0ea19-51bd-4ea6-abc3-77186b6147c7)) + (segment (start 90.997 116.585) (end 90.997 118.7255) (width 0.25) (layer "F.Cu") (net 94) (tstamp fd3a7ce0-7eda-4d97-a656-ce0a01a2b66a)) + (segment (start 90.997 118.7255) (end 91.1885 118.917) (width 0.25) (layer "F.Cu") (net 94) (tstamp fe4d6747-37ed-41e9-9f99-538aa885bb23)) + (segment (start 93.3135 118.917) (end 93.3135 116.9495) (width 0.25) (layer "F.Cu") (net 95) (tstamp 2af20d3e-90d7-47dd-87c5-9eb9219dce41)) + (segment (start 92.482703 116.155) (end 92.285 115.957297) (width 0.25) (layer "F.Cu") (net 95) (tstamp 36bd6d28-9a57-48fd-b70c-4c97dd8acbb1)) + (segment (start 92.285 115.957297) (end 92.285 115.7675) (width 0.25) (layer "F.Cu") (net 95) (tstamp 47608ba5-2fdc-44d5-b245-b79d2affd2b2)) + (segment (start 92.519 116.155) (end 92.482703 116.155) (width 0.25) (layer "F.Cu") (net 95) (tstamp 669ed6a5-6940-4055-8fc6-ac9722450017)) + (segment (start 93.3135 116.9495) (end 92.519 116.155) (width 0.25) (layer "F.Cu") (net 95) (tstamp 6921e1a4-2ead-47d5-8d41-b9e4d4bdae77)) (zone (net 1) (net_name "GND") (layers "F&B.Cu") (tstamp 6f485ea9-3bd9-4afc-8f8f-7f9ddb6b7747) (hatch edge 0.5) (connect_pads (clearance 0.15)) @@ -34689,15 +31819,11 @@ (xy 162.785 130.33) (xy 161.565 130.69) (xy 96.105 130.64) - (xy 96.095 122.23) - (xy 96.095 122.22) - (xy 91.605 122.222572) - (xy 91.06 121.711286) - (xy 90.515 121.2) - (xy 83.09 121.2) - (xy 76.37 121.18) - (xy 71.49 124.33) - (xy 64.285 124.27) + (xy 67.5 130.69) + (xy 66.06 130.47) + (xy 64.92 129.53) + (xy 64.44 128.77) + (xy 64.285 127.67) (xy 64.315 121.2) (xy 64.295 68.39) (xy 64.745 66.97) @@ -34721,17 +31847,37 @@ (xy 163.8645 128.181354) (xy 163.855244 128.223152) (xy 163.541341 128.89712) - (xy 163.527323 128.919091) + (xy 163.527323 128.919092) (xy 162.769886 129.818546) - (xy 162.731679 129.846392) - (xy 161.753173 130.247115) - (xy 161.715654 130.2545) - (xy 96.203424 130.2545) - (xy 96.145233 130.235593) - (xy 96.109269 130.186093) - (xy 96.104424 130.155618) - (xy 96.104185 129.955011) - (xy 96.101147 127.4) + (xy 162.731679 129.846391) + (xy 161.753269 130.247074) + (xy 161.715635 130.254459) + (xy 84.905885 130.165587) + (xy 84.847717 130.146612) + (xy 84.81181 130.097071) + (xy 84.807 130.066587) + (xy 84.807 127.912001) + (xy 84.806999 127.912) + (xy 82.757001 127.912) + (xy 82.757 127.912001) + (xy 82.757 130.063986) + (xy 82.738093 130.122177) + (xy 82.688593 130.158141) + (xy 82.657885 130.162986) + (xy 80.356385 130.160324) + (xy 80.298217 130.141349) + (xy 80.26231 130.091808) + (xy 80.2575 130.061324) + (xy 80.2575 127.411999) + (xy 82.757 127.411999) + (xy 82.757001 127.412) + (xy 83.531999 127.412) + (xy 83.532 127.411999) + (xy 84.032 127.411999) + (xy 84.032001 127.412) + (xy 84.806999 127.412) + (xy 84.807 127.411998) + (xy 84.807 127.4) (xy 99.420659 127.4) (xy 99.439989 127.633285) (xy 99.497454 127.86021) @@ -34864,7 +32010,7 @@ (xy 109.27934 127.4) (xy 109.276932 127.370939) (xy 115.18563 127.370939) - (xy 115.216098 127.569813) + (xy 115.216443 127.572067) (xy 115.216444 127.572071) (xy 115.287114 127.762887) (xy 115.312024 127.802851) @@ -35250,9 +32396,7 @@ (xy 161.518859 128.610466) (xy 161.603242 128.558755) (xy 161.60659 128.55688) - (xy 161.620097 128.549999) - (xy 161.62672 128.546625) - (xy 161.627288 128.546335) + (xy 161.62729 128.546334) (xy 161.6273 128.546327) (xy 161.646077 128.532685) (xy 161.649312 128.530524) @@ -35750,7 +32894,7 @@ (xy 139.731405 125.832611) (xy 139.636366 125.641745) (xy 139.507872 125.471593) - (xy 139.422967 125.394191) + (xy 139.426181 125.397121) (xy 139.350307 125.327952) (xy 139.3503 125.327946) (xy 139.169024 125.215705) @@ -35779,7 +32923,7 @@ (xy 142.584156 119.993029) (xy 142.644588 120.0026) (xy 142.687543 120.045263) - (xy 142.697626 120.064722) + (xy 142.70044 120.070153) (xy 142.700442 120.070156) (xy 142.803638 120.180652) (xy 142.865888 120.218507) @@ -35848,7 +32992,7 @@ (xy 142.870795 119.271378) (xy 142.865543 119.27565) (xy 142.865542 119.275651) - (xy 142.836223 119.299504) + (xy 142.830695 119.304001) (xy 142.748258 119.371068) (xy 142.680833 119.466589) (xy 142.631829 119.503226) @@ -35868,9 +33012,11 @@ (xy 139.742733 119.050881) (xy 139.757729 119.038575) (xy 139.772624 119.028624) - (xy 139.788937 119.004211) + (xy 139.784002 119.011597) + (xy 139.788086 119.005486) + (xy 139.824021 118.951704) (xy 139.833515 118.937495) - (xy 139.840284 118.903465) + (xy 139.838487 118.9125) (xy 139.8495 118.857133) (xy 139.8495 118.857131) (xy 139.84987 118.855271) @@ -35890,15 +33036,15 @@ (xy 140.482722 115.401767) (xy 140.532504 115.368504) (xy 140.565767 115.318722) - (xy 140.570162 115.296623) + (xy 140.571745 115.288671) (xy 140.574499 115.274827) (xy 140.5745 115.274818) (xy 140.5745 113.245181) (xy 140.574499 113.245172) - (xy 140.567964 113.212327) + (xy 140.567228 113.208625) (xy 140.565767 113.201278) (xy 140.532504 113.151496) - (xy 140.501533 113.130802) + (xy 140.521291 113.144004) (xy 140.482724 113.118234) (xy 140.48272 113.118232) (xy 140.438827 113.1095) @@ -35915,10 +33061,10 @@ (xy 138.5735 115.274827) (xy 138.582232 115.31872) (xy 138.582234 115.318724) - (xy 138.595737 115.338932) + (xy 138.599251 115.344191) (xy 138.615496 115.368504) (xy 138.665278 115.401767) - (xy 138.670441 115.402794) + (xy 138.676327 115.403964) (xy 138.709172 115.410499) (xy 138.709178 115.410499) (xy 138.70918 115.4105) @@ -35952,17 +33098,17 @@ (xy 137.576595 119.332611) (xy 137.571291 119.351254) (xy 137.518244 119.537688) - (xy 137.498979 119.745593) + (xy 137.501953 119.713499) (xy 137.498571 119.75) - (xy 137.505475 119.824504) + (xy 137.508347 119.8555) (xy 137.518244 119.962311) - (xy 137.53787 120.031288) - (xy 137.575628 120.163992) + (xy 137.5348 120.020497) + (xy 137.575488 120.1635) (xy 137.576596 120.167391) (xy 137.668496 120.351954) (xy 137.671634 120.358255) (xy 137.800128 120.528407) - (xy 137.844 120.568402) + (xy 137.856309 120.579623) (xy 137.957692 120.672047) (xy 137.957699 120.672053) (xy 138.056318 120.733115) @@ -36161,9 +33307,9 @@ (xy 131.272733 119.010881) (xy 131.287729 118.998575) (xy 131.302624 118.988624) - (xy 131.311794 118.974899) + (xy 131.312398 118.973997) (xy 131.318657 118.964632) - (xy 131.359526 118.903465) + (xy 131.348509 118.919954) (xy 131.363516 118.897494) (xy 131.384897 118.79) (xy 131.383377 118.782358) @@ -36177,7 +33323,7 @@ (xy 131.96882 115.4505) (xy 131.968821 115.450499) (xy 131.968827 115.450499) - (xy 131.995564 115.44518) + (xy 131.993724 115.445546) (xy 132.012722 115.441767) (xy 132.062504 115.408504) (xy 132.095767 115.358722) @@ -36296,7 +33442,7 @@ (xy 132.1045 114.55) (xy 132.1045 113.285181) (xy 132.104499 113.285172) - (xy 132.09715 113.248232) + (xy 132.097756 113.251275) (xy 132.095767 113.241278) (xy 132.062504 113.191496) (xy 132.02769 113.168234) @@ -36316,7 +33462,7 @@ (xy 130.1035 115.314827) (xy 130.112232 115.35872) (xy 130.112234 115.358724) - (xy 130.141681 115.402794) + (xy 130.142642 115.404233) (xy 130.145496 115.408504) (xy 130.195278 115.441767) (xy 130.206327 115.443964) @@ -36327,7 +33473,7 @@ (xy 130.787691 115.469407) (xy 130.823655 115.518907) (xy 130.828499 115.549499) - (xy 130.828499 117.094) + (xy 130.828499 117.093078) (xy 130.828499 118.634875) (xy 130.809592 118.693066) (xy 130.799503 118.704879) @@ -36353,7 +33499,7 @@ (xy 129.250125 119.011597) (xy 129.121635 119.181743) (xy 129.12163 119.181752) - (xy 129.027644 119.370504) + (xy 129.033627 119.358488) (xy 129.026595 119.372611) (xy 129.019275 119.398338) (xy 128.968244 119.577688) @@ -36363,10 +33509,10 @@ (xy 129.026595 120.207389) (xy 129.121634 120.398255) (xy 129.250128 120.568407) - (xy 129.298732 120.612716) + (xy 129.273946 120.59012) (xy 129.407692 120.712047) (xy 129.407699 120.712053) - (xy 129.490481 120.763309) + (xy 129.492071 120.764294) (xy 129.588981 120.824298) (xy 129.765264 120.892589) (xy 129.812694 120.931239) @@ -36402,7 +33548,6 @@ (xy 126.803842 125.986969) (xy 126.74341 125.977398) (xy 126.700454 125.934733) - (xy 126.698098 125.930186) (xy 126.687558 125.909844) (xy 126.584362 125.799348) (xy 126.584361 125.799347) @@ -36518,7 +33663,6 @@ (xy 126.803842 119.486969) (xy 126.74341 119.477398) (xy 126.700454 119.434733) - (xy 126.698309 119.430593) (xy 126.687558 119.409844) (xy 126.584362 119.299348) (xy 126.584361 119.299347) @@ -36544,7 +33688,7 @@ (xy 125.950795 119.251378) (xy 125.945543 119.25565) (xy 125.945542 119.255651) - (xy 125.899918 119.292769) + (xy 125.897603 119.294652) (xy 125.828258 119.351068) (xy 125.760833 119.446589) (xy 125.711829 119.483226) @@ -36564,10 +33708,8 @@ (xy 122.872733 118.980881) (xy 122.887729 118.968575) (xy 122.902624 118.958624) - (xy 122.916129 118.938413) - (xy 122.920589 118.931739) - (xy 122.93948 118.903465) - (xy 122.94347 118.897493) + (xy 122.920588 118.93174) + (xy 122.94347 118.897494) (xy 122.963515 118.867495) (xy 122.9795 118.787133) (xy 122.9795 118.787132) @@ -36584,11 +33726,11 @@ (xy 123.56882 115.4605) (xy 123.568821 115.460499) (xy 123.568827 115.460499) - (xy 123.594735 115.455345) + (xy 123.594921 115.455308) (xy 123.612722 115.451767) (xy 123.662504 115.418504) (xy 123.695767 115.368722) - (xy 123.701561 115.339593) + (xy 123.70089 115.342967) (xy 123.704499 115.324827) (xy 123.7045 115.324818) (xy 123.7045 114.56) @@ -36596,7 +33738,7 @@ (xy 124.16919 114.665831) (xy 124.169191 114.665836) (xy 124.229232 114.863762) - (xy 124.229234 114.863767) + (xy 124.229233 114.863765) (xy 124.326724 115.04616) (xy 124.326731 115.04617) (xy 124.45794 115.20605) @@ -36630,7 +33772,7 @@ (xy 125.950059 115.20605) (xy 126.081268 115.04617) (xy 126.081275 115.04616) - (xy 126.178765 114.863767) + (xy 126.178767 114.863765) (xy 126.178767 114.863762) (xy 126.238808 114.665836) (xy 126.238809 114.665831) @@ -36728,7 +33870,7 @@ (xy 121.736002 115.404295) (xy 121.745496 115.418504) (xy 121.795278 115.451767) - (xy 121.806327 115.453964) + (xy 121.800954 115.452896) (xy 121.839172 115.460499) (xy 121.839178 115.460499) (xy 121.83918 115.4605) @@ -36745,7 +33887,7 @@ (xy 122.262427 118.704004) (xy 122.249021 118.695703) (xy 122.249019 118.695702) - (xy 122.182973 118.670116) + (xy 122.221391 118.684999) (xy 122.050198 118.618679) (xy 122.050197 118.618678) (xy 122.050195 118.618678) @@ -36764,17 +33906,23 @@ (xy 120.751635 119.121743) (xy 120.75163 119.121752) (xy 120.656596 119.312608) + (xy 120.656595 119.312611) + (xy 120.654679 119.319346) (xy 120.598244 119.517688) - (xy 120.578571 119.729999) + (xy 120.581885 119.694237) + (xy 120.578571 119.73) + (xy 120.588283 119.83481) (xy 120.598244 119.942311) (xy 120.614204 119.998402) - (xy 120.656595 120.147389) + (xy 120.652464 120.132871) + (xy 120.656596 120.147391) + (xy 120.73559 120.306035) (xy 120.751634 120.338255) (xy 120.880128 120.508407) (xy 120.92971 120.553607) (xy 121.037692 120.652047) (xy 121.037699 120.652053) - (xy 121.134593 120.712047) + (xy 121.090744 120.684897) (xy 121.218981 120.764298) (xy 121.395264 120.832589) (xy 121.442694 120.871239) @@ -36900,474 +34048,258 @@ (xy 99.497454 126.939789) (xy 99.439989 127.166714) (xy 99.420659 127.4) - (xy 96.101147 127.4) - (xy 96.095 122.23) - (xy 96.095 122.22) - (xy 91.644201 122.222549) - (xy 91.585999 122.203675) - (xy 91.576409 122.19575) - (xy 91.573587 122.193103) - (xy 91.06 121.711286) - (xy 90.515 121.2) - (xy 86.717498 121.2) - (xy 86.659307 121.181093) - (xy 86.623343 121.131593) - (xy 86.620815 121.08867) - (xy 86.619523 121.088543) - (xy 86.62 121.083697) - (xy 86.62 121.004001) - (xy 86.619999 121.004) - (xy 85.969 121.004) - (xy 85.910809 120.985093) - (xy 85.874845 120.935593) - (xy 85.87 120.905) - (xy 85.87 120.503999) - (xy 86.37 120.503999) - (xy 86.370001 120.504) - (xy 86.619999 120.504) - (xy 86.62 120.503999) - (xy 86.62 120.424302) - (xy 86.619999 120.424299) - (xy 86.608396 120.365963) - (xy 86.564193 120.29981) - (xy 86.564189 120.299806) - (xy 86.498036 120.255603) - (xy 86.4397 120.244) - (xy 86.370001 120.244) - (xy 86.37 120.244001) - (xy 86.37 120.503999) - (xy 85.87 120.503999) - (xy 85.87 120.244001) - (xy 85.869999 120.244) - (xy 85.800299 120.244) - (xy 85.741964 120.255603) - (xy 85.670451 120.303387) - (xy 85.611563 120.319995) - (xy 85.567809 120.305777) - (xy 85.567732 120.305965) - (xy 85.565354 120.30498) - (xy 85.560448 120.303386) - (xy 85.558723 120.302233) - (xy 85.55872 120.302232) - (xy 85.514827 120.2935) - (xy 85.51482 120.2935) - (xy 84.88518 120.2935) - (xy 84.885172 120.2935) - (xy 84.841279 120.302232) - (xy 84.841275 120.302234) - (xy 84.791498 120.335494) - (xy 84.791494 120.335498) - (xy 84.758234 120.385275) - (xy 84.758233 120.385278) - (xy 84.754234 120.405378) - (xy 84.724335 120.45876) - (xy 84.676453 120.483156) - (xy 84.609944 120.496387) - (xy 84.609529 120.494304) - (xy 84.561385 120.498092) - (xy 84.509217 120.46612) - (xy 84.485805 120.409591) - (xy 84.4855 120.401828) - (xy 84.4855 120.040181) - (xy 84.485499 120.040177) - (xy 84.485498 120.040172) - (xy 84.481273 120.018931) - (xy 84.488462 119.958171) - (xy 84.529993 119.91324) - (xy 84.590002 119.901301) - (xy 84.597685 119.902517) - (xy 84.635302 119.909999) - (xy 84.635303 119.91) - (xy 84.704999 119.91) - (xy 84.705 119.909999) - (xy 84.705 119.909998) - (xy 85.205 119.909998) - (xy 85.205001 119.91) - (xy 85.274697 119.91) - (xy 85.2747 119.909999) - (xy 85.333036 119.898396) - (xy 85.399189 119.854193) - (xy 85.399193 119.854189) - (xy 85.443396 119.788036) - (xy 85.454999 119.7297) - (xy 85.455 119.729697) - (xy 85.455 119.650001) - (xy 85.454999 119.65) - (xy 85.205001 119.65) - (xy 85.205 119.650001) - (xy 85.205 119.909998) - (xy 84.705 119.909998) - (xy 84.705 119.457786) - (xy 85.73016 119.457786) - (xy 85.74592 119.557298) - (xy 85.745922 119.557302) - (xy 85.807041 119.677254) - (xy 85.902238 119.772451) - (xy 86.02219 119.83357) - (xy 86.022189 119.83357) - (xy 86.121706 119.849332) - (xy 86.155159 119.849332) - (xy 86.15516 119.849331) - (xy 86.15516 119.449334) - (xy 86.155159 119.449333) - (xy 86.65516 119.449333) - (xy 86.65516 119.849331) - (xy 86.655161 119.849332) - (xy 86.688613 119.849332) - (xy 86.788125 119.833572) - (xy 86.788129 119.83357) - (xy 86.908081 119.772451) - (xy 87.003278 119.677254) - (xy 87.064397 119.557302) - (xy 87.076055 119.4837) - (xy 87.292 119.4837) - (xy 87.303603 119.542036) - (xy 87.347806 119.608189) - (xy 87.34781 119.608193) - (xy 87.413963 119.652396) - (xy 87.472299 119.663999) - (xy 87.472303 119.664) - (xy 87.616999 119.664) - (xy 87.617 119.663998) - (xy 87.617 119.289) - (xy 87.292001 119.289) - (xy 87.292 119.289001) - (xy 87.292 119.4837) - (xy 87.076055 119.4837) - (xy 87.08016 119.457786) - (xy 87.08016 119.449334) - (xy 87.080159 119.449333) - (xy 86.65516 119.449333) - (xy 86.155159 119.449333) - (xy 85.730162 119.449333) - (xy 85.730161 119.449334) - (xy 85.730161 119.457786) - (xy 85.73016 119.457786) - (xy 84.705 119.457786) - (xy 84.705 119.149998) - (xy 85.205 119.149998) - (xy 85.205001 119.15) - (xy 85.454999 119.15) - (xy 85.455 119.149999) - (xy 85.455 119.070302) - (xy 85.454999 119.070299) - (xy 85.443396 119.011963) - (xy 85.401546 118.949332) - (xy 85.73016 118.949332) - (xy 85.730161 118.949333) - (xy 86.155159 118.949333) - (xy 86.15516 118.949332) - (xy 86.65516 118.949332) - (xy 86.655161 118.949333) - (xy 87.080158 118.949333) - (xy 87.080159 118.949331) - (xy 87.080159 118.940879) - (xy 87.064399 118.841367) - (xy 87.064397 118.841363) - (xy 87.003278 118.721411) - (xy 86.908081 118.626214) - (xy 86.788129 118.565095) - (xy 86.78813 118.565095) - (xy 86.688614 118.549333) - (xy 86.655161 118.549333) - (xy 86.65516 118.549334) - (xy 86.65516 118.949332) - (xy 86.15516 118.949332) - (xy 86.15516 118.549333) - (xy 86.121707 118.549333) - (xy 86.121704 118.549334) - (xy 86.022194 118.565093) - (xy 86.02219 118.565095) - (xy 85.902238 118.626214) - (xy 85.807041 118.721411) - (xy 85.745922 118.841363) - (xy 85.73016 118.940879) - (xy 85.73016 118.949332) - (xy 85.401546 118.949332) - (xy 85.399193 118.94581) - (xy 85.399189 118.945806) - (xy 85.333036 118.901603) - (xy 85.2747 118.89) - (xy 85.205001 118.89) - (xy 85.205 118.890001) - (xy 85.205 119.149998) - (xy 84.705 119.149998) - (xy 84.705 118.890001) - (xy 84.704999 118.89) - (xy 84.635299 118.89) - (xy 84.576964 118.901603) - (xy 84.505451 118.949387) - (xy 84.446563 118.965995) - (xy 84.402809 118.951777) - (xy 84.402732 118.951965) - (xy 84.400354 118.95098) - (xy 84.395448 118.949386) - (xy 84.393723 118.948233) - (xy 84.39372 118.948232) - (xy 84.349827 118.9395) - (xy 84.34982 118.9395) - (xy 83.72018 118.9395) - (xy 83.720172 118.9395) - (xy 83.676279 118.948232) - (xy 83.676275 118.948234) - (xy 83.626498 118.981494) - (xy 83.626494 118.981498) - (xy 83.593234 119.031275) - (xy 83.593233 119.031276) - (xy 83.593232 119.031278) - (xy 83.593233 119.031278) - (xy 83.59054 119.044815) - (xy 83.560644 119.098198) - (xy 83.505079 119.123814) - (xy 83.493443 119.1245) - (xy 82.70732 119.1245) - (xy 82.649129 119.105593) - (xy 82.613165 119.056093) - (xy 82.613165 118.994907) - (xy 82.618379 118.98202) - (xy 82.645572 118.926395) - (xy 82.645571 118.926395) - (xy 82.645573 118.926393) - (xy 82.6555 118.85826) - (xy 82.6555 118.6545) - (xy 82.674407 118.596309) - (xy 82.723907 118.560345) - (xy 82.7545 118.5555) - (xy 83.573119 118.5555) - (xy 83.63131 118.574407) - (xy 83.655433 118.599498) - (xy 83.681496 118.638504) - (xy 83.731278 118.671767) - (xy 83.742327 118.673964) - (xy 83.775172 118.680499) - (xy 83.775178 118.680499) - (xy 83.77518 118.6805) - (xy 83.775181 118.6805) - (xy 84.104819 118.6805) - (xy 84.10482 118.6805) - (xy 84.104821 118.680499) - (xy 84.104827 118.680499) - (xy 84.128437 118.675802) - (xy 84.148722 118.671767) - (xy 84.198504 118.638504) - (xy 84.231767 118.588722) - (xy 84.239602 118.549334) - (xy 84.240499 118.544827) - (xy 84.2405 118.544818) - (xy 84.2405 118.015181) - (xy 84.240499 118.015172) - (xy 84.231767 117.971279) - (xy 84.231765 117.971275) - (xy 84.224584 117.960528) - (xy 84.198504 117.921496) - (xy 84.183996 117.911802) - (xy 84.146119 117.863752) - (xy 84.14 117.829488) - (xy 84.14 117.680001) - (xy 84.139999 117.68) - (xy 84.64 117.68) - (xy 84.64 118.029999) - (xy 84.640001 118.03) - (xy 84.659697 118.03) - (xy 84.6597 118.029999) - (xy 84.718036 118.018396) - (xy 84.784189 117.974193) - (xy 84.784193 117.974189) - (xy 84.828396 117.908036) - (xy 84.839999 117.8497) - (xy 84.84 117.849697) - (xy 84.84 117.68) - (xy 84.64 117.68) - (xy 84.139999 117.68) - (xy 83.04 117.68) - (xy 83.04 117.849698) - (xy 83.047258 117.886185) - (xy 83.040066 117.946947) - (xy 82.998534 117.991877) - (xy 82.95016 118.0045) - (xy 82.411884 118.0045) - (xy 82.392571 118.002598) - (xy 82.375 117.999103) - (xy 82.374997 117.999103) - (xy 82.355695 118.002941) - (xy 82.355683 118.002945) - (xy 82.32914 118.008225) - (xy 82.267505 118.020485) - (xy 82.267503 118.020485) - (xy 82.267503 118.020486) - (xy 82.2675 118.020487) - (xy 82.241238 118.038036) - (xy 82.234354 118.042636) - (xy 82.211632 118.057817) - (xy 82.156635 118.0745) - (xy 81.72174 118.0745) - (xy 81.687673 118.079463) - (xy 81.653604 118.084427) - (xy 81.548518 118.135801) - (xy 81.465801 118.218518) - (xy 81.449057 118.25277) - (xy 81.430223 118.291297) - (xy 81.428911 118.29398) - (xy 81.386368 118.337954) - (xy 81.33997 118.3495) - (xy 81.2545 118.3495) - (xy 81.196309 118.330593) - (xy 81.160345 118.281093) - (xy 81.1555 118.2505) - (xy 81.1555 117.901741) - (xy 81.155499 117.901734) - (xy 81.153532 117.888233) - (xy 81.145573 117.833607) - (xy 81.144985 117.832405) - (xy 81.106212 117.753093) - (xy 81.094198 117.728517) - (xy 81.011483 117.645802) - (xy 81.011481 117.645801) - (xy 80.906395 117.594427) - (xy 80.879139 117.590456) - (xy 80.83826 117.5845) - (xy 80.22174 117.5845) - (xy 80.187673 117.589463) - (xy 80.153604 117.594427) - (xy 80.048518 117.645801) - (xy 79.965801 117.728518) - (xy 79.914427 117.833604) - (xy 79.907667 117.880002) - (xy 79.9045 117.90174) - (xy 79.9045 118.36826) - (xy 79.909124 118.399997) - (xy 79.914427 118.436395) - (xy 79.959321 118.528226) - (xy 79.965802 118.541483) - (xy 80.048517 118.624198) - (xy 80.091341 118.645133) - (xy 80.153604 118.675572) - (xy 80.153605 118.675572) - (xy 80.153607 118.675573) - (xy 80.22174 118.6855) - (xy 80.649876 118.6855) - (xy 80.708067 118.704407) - (xy 80.71988 118.714496) - (xy 80.799115 118.793731) - (xy 80.811426 118.808733) - (xy 80.821376 118.823624) - (xy 80.821379 118.823626) - (xy 80.82138 118.823627) - (xy 80.840329 118.836288) - (xy 80.840334 118.836292) - (xy 80.912505 118.884516) - (xy 80.930022 118.888) - (xy 81.02 118.905897) - (xy 81.037571 118.902401) - (xy 81.056884 118.9005) - (xy 81.33997 118.9005) - (xy 81.398161 118.919407) - (xy 81.42891 118.956019) - (xy 81.441621 118.982019) - (xy 81.450193 119.0426) - (xy 81.421518 119.096651) - (xy 81.36655 119.123524) - (xy 81.352681 119.1245) - (xy 80.951884 119.1245) - (xy 80.93257 119.122598) - (xy 80.928272 119.121743) - (xy 80.915 119.119103) - (xy 80.914999 119.119103) - (xy 80.887867 119.1245) - (xy 80.803393 119.141301) - (xy 80.795291 119.148645) - (xy 80.741924 119.184304) - (xy 80.741914 119.184311) - (xy 80.716378 119.201374) - (xy 80.712249 119.205504) - (xy 80.657732 119.233281) - (xy 80.642245 119.2345) - (xy 80.22174 119.2345) - (xy 80.187673 119.239463) - (xy 80.153604 119.244427) - (xy 80.048518 119.295801) - (xy 79.965801 119.378518) - (xy 79.914427 119.483604) - (xy 79.910792 119.508554) - (xy 79.9045 119.55174) - (xy 79.9045 120.01826) - (xy 79.908525 120.045884) - (xy 79.914427 120.086395) - (xy 79.963673 120.187128) - (xy 79.965802 120.191483) - (xy 80.048517 120.274198) - (xy 80.081338 120.290243) - (xy 80.153604 120.325572) - (xy 80.153605 120.325572) - (xy 80.153607 120.325573) - (xy 80.22174 120.3355) - (xy 80.221743 120.3355) - (xy 80.838257 120.3355) - (xy 80.83826 120.3355) - (xy 80.906393 120.325573) - (xy 81.011483 120.274198) - (xy 81.094198 120.191483) - (xy 81.145573 120.086393) - (xy 81.1555 120.01826) - (xy 81.1555 119.7745) - (xy 81.174407 119.716309) - (xy 81.223907 119.680345) - (xy 81.2545 119.6755) - (xy 83.493443 119.6755) - (xy 83.551634 119.694407) - (xy 83.587598 119.743907) - (xy 83.590538 119.755176) - (xy 83.592151 119.763281) - (xy 83.593233 119.768723) - (xy 83.615186 119.801578) - (xy 83.631794 119.860467) - (xy 83.610616 119.91787) - (xy 83.587874 119.938893) - (xy 83.576498 119.946494) - (xy 83.576494 119.946498) - (xy 83.543234 119.996275) - (xy 83.543232 119.996279) - (xy 83.5345 120.040172) - (xy 83.5345 120.419827) - (xy 83.543232 120.46372) - (xy 83.543234 120.463724) - (xy 83.549501 120.473103) - (xy 83.576496 120.513504) - (xy 83.626278 120.546767) - (xy 83.637327 120.548964) - (xy 83.670172 120.555499) - (xy 83.670178 120.555499) - (xy 83.67018 120.5555) - (xy 83.670181 120.5555) - (xy 83.953005 120.5555) - (xy 84.011196 120.574407) - (xy 84.04716 120.623907) - (xy 84.04716 120.685093) - (xy 84.011196 120.734593) - (xy 83.97232 120.751597) - (xy 83.967293 120.752597) - (xy 83.947978 120.7545) - (xy 83.670172 120.7545) - (xy 83.626279 120.763232) - (xy 83.626275 120.763234) - (xy 83.576498 120.796494) - (xy 83.576494 120.796498) - (xy 83.543234 120.846275) - (xy 83.543232 120.846279) - (xy 83.5345 120.890172) - (xy 83.5345 121.101) - (xy 83.515593 121.159191) - (xy 83.466093 121.195155) - (xy 83.4355 121.2) - (xy 83.09 121.2) - (xy 76.37 121.18) - (xy 71.51489 124.313933) - (xy 71.460376 124.329753) - (xy 64.823675 124.274484) - (xy 64.765643 124.255092) - (xy 64.730093 124.205295) - (xy 64.725499 124.175487) - (xy 64.725499 122.580003) + (xy 84.807 127.4) + (xy 84.807 124.842302) + (xy 84.806999 124.842299) + (xy 84.795396 124.783963) + (xy 84.751193 124.71781) + (xy 84.751189 124.717806) + (xy 84.685036 124.673603) + (xy 84.6267 124.662) + (xy 84.032001 124.662) + (xy 84.032 124.662001) + (xy 84.032 127.411999) + (xy 83.532 127.411999) + (xy 83.532 124.662001) + (xy 83.531999 124.662) + (xy 82.937299 124.662) + (xy 82.878963 124.673603) + (xy 82.81281 124.717806) + (xy 82.812806 124.71781) + (xy 82.768603 124.783963) + (xy 82.757 124.842299) + (xy 82.757 127.411999) + (xy 80.2575 127.411999) + (xy 80.2575 124.847181) + (xy 80.257499 124.847172) + (xy 80.248767 124.803279) + (xy 80.248765 124.803275) + (xy 80.215505 124.753498) + (xy 80.215504 124.753496) + (xy 80.21484 124.753052) + (xy 80.165724 124.720234) + (xy 80.16572 124.720232) + (xy 80.121818 124.711499) + (xy 80.121798 124.711497) + (xy 80.121789 124.711493) + (xy 80.117048 124.71055) + (xy 80.117254 124.709509) + (xy 80.06574 124.686978) + (xy 80.0348 124.634192) + (xy 80.0325 124.612974) + (xy 80.0325 120.8487) + (xy 86.061 120.8487) + (xy 86.072603 120.907036) + (xy 86.116806 120.973189) + (xy 86.11681 120.973193) + (xy 86.182963 121.017396) + (xy 86.241299 121.028999) + (xy 86.241303 121.029) + (xy 86.385999 121.029) + (xy 86.386 121.028999) + (xy 86.386 120.654001) + (xy 86.385999 120.654) + (xy 86.061001 120.654) + (xy 86.061 120.654001) + (xy 86.061 120.8487) + (xy 80.0325 120.8487) + (xy 80.0325 119.20368) + (xy 80.049618 118.76804) + (xy 80.049923 118.764164) + (xy 80.072548 118.573009) + (xy 80.10094 118.33313) + (xy 80.101543 118.329323) + (xy 80.186226 117.903606) + (xy 80.187126 117.899852) + (xy 80.30495 117.482085) + (xy 80.306141 117.478419) + (xy 80.456386 117.071169) + (xy 80.457855 117.067623) + (xy 80.639587 116.673422) + (xy 80.641334 116.669994) + (xy 80.853433 116.291271) + (xy 80.855444 116.287989) + (xy 81.096597 115.927082) + (xy 81.098864 115.923962) + (xy 81.367596 115.583081) + (xy 81.370104 115.580144) + (xy 81.664745 115.261409) + (xy 81.667622 115.258547) + (xy 81.680186 115.247034) + (xy 81.9619 114.988888) + (xy 81.965204 114.986116) + (xy 82.281847 114.743145) + (xy 82.285365 114.740681) + (xy 82.559803 114.565845) + (xy 82.621981 114.526233) + (xy 82.625706 114.524081) + (xy 82.979734 114.339785) + (xy 82.983636 114.337966) + (xy 83.352378 114.185227) + (xy 83.356427 114.183755) + (xy 83.475316 114.146269) + (xy 83.737072 114.063737) + (xy 83.741206 114.062628) + (xy 84.130883 113.976239) + (xy 84.135124 113.975491) + (xy 84.530832 113.923396) + (xy 84.535103 113.923022) + (xy 84.936009 113.905519) + (xy 84.936009 113.905518) + (xy 84.936444 113.9055) + (xy 85.435113 113.9055) + (xy 85.435114 113.9055) + (xy 85.52761 113.890065) + (xy 85.615628 113.842431) + (xy 85.662746 113.8305) + (xy 85.887819 113.8305) + (xy 85.88782 113.8305) + (xy 85.887821 113.830499) + (xy 85.887827 113.830499) + (xy 85.909623 113.826162) + (xy 85.931722 113.821767) + (xy 85.981504 113.788504) + (xy 86.014767 113.738722) + (xy 86.0235 113.69482) + (xy 86.0235 113.36518) + (xy 86.023499 113.365178) + (xy 86.023499 113.365172) + (xy 86.015628 113.325605) + (xy 86.014767 113.321278) + (xy 85.981504 113.271496) + (xy 85.964639 113.260227) + (xy 85.931724 113.238234) + (xy 85.93172 113.238232) + (xy 85.887827 113.2295) + (xy 85.88782 113.2295) + (xy 85.663256 113.2295) + (xy 85.605065 113.210593) + (xy 85.602449 113.208625) + (xy 85.593011 113.201279) + (xy 85.585189 113.195191) + (xy 85.46666 113.1545) + (xy 84.904896 113.1545) + (xy 84.903084 113.1545) + (xy 84.902626 113.154519) + (xy 84.72481 113.154519) + (xy 84.373893 113.182136) + (xy 84.303709 113.18766) + (xy 83.886512 113.253737) + (xy 83.475784 113.352344) + (xy 83.47578 113.352345) + (xy 83.475777 113.352346) + (xy 83.360585 113.389774) + (xy 83.074051 113.482874) + (xy 82.72573 113.627154) + (xy 82.6838 113.644522) + (xy 82.307438 113.836289) + (xy 82.307436 113.83629) + (xy 82.245952 113.873968) + (xy 81.947281 114.056995) + (xy 81.766822 114.188107) + (xy 81.605555 114.305275) + (xy 81.605553 114.305276) + (xy 81.605554 114.305275) + (xy 81.43895 114.44757) + (xy 81.295037 114.570485) + (xy 81.284355 114.579608) + (xy 81.094456 114.769507) + (xy 81.094394 114.769577) + (xy 81.030914 114.833057) + (xy 80.975206 114.888765) + (xy 80.838691 115.046309) + (xy 80.679186 115.230384) + (xy 80.597926 115.338934) + (xy 80.408296 115.592247) + (xy 80.163909 115.972515) + (xy 80.163907 115.972518) + (xy 80.058328 116.16587) + (xy 79.947273 116.369248) + (xy 79.87819 116.520516) + (xy 79.759495 116.780416) + (xy 79.759492 116.780422) + (xy 79.759491 116.780426) + (xy 79.601522 117.203952) + (xy 79.601518 117.203965) + (xy 79.601518 117.203964) + (xy 79.474169 117.637666) + (xy 79.37808 118.079369) + (xy 79.313748 118.526794) + (xy 79.313748 118.526793) + (xy 79.281501 118.977664) + (xy 79.2815 119.14102) + (xy 79.2815 124.612974) + (xy 79.262593 124.671165) + (xy 79.213093 124.707129) + (xy 79.196943 124.710505) + (xy 79.196952 124.71055) + (xy 79.192406 124.711454) + (xy 79.192202 124.711497) + (xy 79.192181 124.711499) + (xy 79.148279 124.720232) + (xy 79.148275 124.720234) + (xy 79.098498 124.753494) + (xy 79.098494 124.753498) + (xy 79.065234 124.803275) + (xy 79.065232 124.803279) + (xy 79.0565 124.847172) + (xy 79.0565 130.059705) + (xy 79.037593 130.117896) + (xy 78.988093 130.15386) + (xy 78.957385 130.158705) + (xy 76.655885 130.156042) + (xy 76.597717 130.137067) + (xy 76.56181 130.087526) + (xy 76.557 130.057042) + (xy 76.557 127.912001) + (xy 76.556999 127.912) + (xy 74.507 127.912) + (xy 74.507 130.054441) + (xy 74.488093 130.112632) + (xy 74.438593 130.148596) + (xy 74.407885 130.153441) + (xy 67.424045 130.145361) + (xy 67.408309 130.144084) + (xy 66.52945 130.001533) + (xy 66.490386 129.986183) + (xy 65.498788 129.325118) + (xy 65.472917 129.299969) + (xy 65.256772 128.994824) + (xy 64.838414 128.404202) + (xy 64.820664 128.356549) + (xy 64.754981 127.68) + (xy 64.728962 127.411998) + (xy 74.507 127.411998) + (xy 74.507001 127.412) + (xy 75.281999 127.412) + (xy 75.282 127.411999) + (xy 75.782 127.411999) + (xy 75.782001 127.412) + (xy 76.556999 127.412) + (xy 76.557 127.411998) + (xy 76.557 124.842302) + (xy 76.556999 124.842299) + (xy 76.545396 124.783963) + (xy 76.501193 124.71781) + (xy 76.501189 124.717806) + (xy 76.435036 124.673603) + (xy 76.3767 124.662) + (xy 75.782001 124.662) + (xy 75.782 124.662001) + (xy 75.782 127.411999) + (xy 75.282 127.411999) + (xy 75.282 124.662) + (xy 74.687299 124.662) + (xy 74.628963 124.673603) + (xy 74.56281 124.717806) + (xy 74.562806 124.71781) + (xy 74.518603 124.783963) + (xy 74.507 124.842299) + (xy 74.507 127.411998) + (xy 64.728962 127.411998) + (xy 64.725732 127.378729) + (xy 64.7255 127.373943) + (xy 64.7255 122.580003) (xy 65.45004 122.580003) (xy 65.469828 122.780929) (xy 65.469829 122.780935) @@ -37377,7 +34309,7 @@ (xy 65.910156 122.823029) (xy 65.970588 122.8326) (xy 66.013543 122.875263) - (xy 66.021985 122.891555) + (xy 66.02644 122.900153) (xy 66.026442 122.900156) (xy 66.129638 123.010652) (xy 66.191888 123.048507) @@ -37441,7 +34373,7 @@ (xy 69.211231 123.541385) (xy 69.243626 123.531558) (xy 69.395114 123.485605) - (xy 69.45587 123.453129) + (xy 69.528861 123.414116) (xy 69.564569 123.39503) (xy 69.564572 123.395027) (xy 69.564581 123.395023) @@ -37460,7 +34392,7 @@ (xy 71.065686 122.901019) (xy 71.070802 122.911483) (xy 71.153517 122.994198) - (xy 71.207285 123.020483) + (xy 71.200395 123.017115) (xy 71.258604 123.045572) (xy 71.258605 123.045572) (xy 71.258607 123.045573) @@ -37473,70 +34405,56 @@ (xy 72.199198 122.911483) (xy 72.250573 122.806393) (xy 72.2605 122.73826) - (xy 72.2605 122.385123) - (xy 72.279407 122.326932) - (xy 72.28949 122.315125) - (xy 74.481459 120.123156) - (xy 74.535976 120.09538) - (xy 74.551463 120.094161) - (xy 75.849251 120.094161) - (xy 75.907442 120.113068) - (xy 75.92407 120.12833) - (xy 75.953788 120.162626) - (xy 75.95379 120.162628) - (xy 76.060538 120.231231) - (xy 76.06277 120.232665) - (xy 76.187067 120.269161) - (xy 76.187069 120.269161) - (xy 76.316609 120.269161) - (xy 76.316611 120.269161) - (xy 76.440908 120.232665) - (xy 76.549888 120.162628) - (xy 76.634721 120.064724) - (xy 76.688536 119.946887) - (xy 76.700713 119.862194) - (xy 76.706972 119.818663) - (xy 76.706972 119.818658) - (xy 76.688536 119.690435) - (xy 76.676868 119.664886) - (xy 76.634721 119.572598) - (xy 76.549888 119.474694) - (xy 76.549887 119.474693) - (xy 76.549886 119.474692) - (xy 76.440912 119.404659) - (xy 76.440909 119.404657) - (xy 76.440908 119.404657) - (xy 76.428113 119.4009) - (xy 76.316613 119.368161) - (xy 76.316611 119.368161) - (xy 76.187067 119.368161) - (xy 76.187064 119.368161) - (xy 76.062772 119.404656) - (xy 76.062765 119.404659) - (xy 75.95379 119.474693) - (xy 75.953788 119.474695) - (xy 75.92407 119.508992) - (xy 75.871674 119.540588) - (xy 75.849251 119.543161) - (xy 74.433223 119.543161) - (xy 74.413909 119.541259) - (xy 74.410536 119.540588) - (xy 74.396339 119.537764) - (xy 74.396338 119.537764) - (xy 74.396336 119.537764) - (xy 74.37703 119.541603) - (xy 74.377021 119.541606) - (xy 74.288845 119.559145) - (xy 74.246871 119.58719) - (xy 74.2233 119.602939) - (xy 74.223297 119.602942) - (xy 74.220717 119.604667) - (xy 74.220715 119.604668) - (xy 74.215446 119.608189) - (xy 74.197716 119.620036) - (xy 74.197711 119.620041) - (xy 74.187762 119.63493) - (xy 74.175454 119.649928) + (xy 72.2605 122.385119) + (xy 72.279406 122.326932) + (xy 72.289489 122.315125) + (xy 73.524231 121.080383) + (xy 73.578746 121.052608) + (xy 73.636195 121.061706) + (xy 73.63649 121.061062) + (xy 73.638807 121.06212) + (xy 73.639178 121.062179) + (xy 73.640118 121.062718) + (xy 73.642926 121.064) + (xy 73.642931 121.064004) + (xy 73.767228 121.1005) + (xy 73.76723 121.1005) + (xy 73.89677 121.1005) + (xy 73.896772 121.1005) + (xy 74.021069 121.064004) + (xy 74.130049 120.993967) + (xy 74.214882 120.896063) + (xy 74.268697 120.778226) + (xy 74.279319 120.70435) + (xy 74.287133 120.650002) + (xy 74.287133 120.649997) + (xy 74.268697 120.521774) + (xy 74.26259 120.508402) + (xy 74.214882 120.403937) + (xy 74.130049 120.306033) + (xy 74.130048 120.306032) + (xy 74.130047 120.306031) + (xy 74.021073 120.235998) + (xy 74.02107 120.235996) + (xy 74.021069 120.235996) + (xy 74.004841 120.231231) + (xy 73.896774 120.1995) + (xy 73.896772 120.1995) + (xy 73.767228 120.1995) + (xy 73.767225 120.1995) + (xy 73.642933 120.235995) + (xy 73.642926 120.235998) + (xy 73.533955 120.30603) + (xy 73.533949 120.306035) + (xy 73.473998 120.375221) + (xy 73.454184 120.392703) + (xy 73.41855 120.416514) + (xy 73.391958 120.434281) + (xy 73.391958 120.434282) + (xy 73.366377 120.451375) + (xy 73.366372 120.45138) + (xy 73.356423 120.466269) + (xy 73.344115 120.481267) (xy 71.89988 121.925504) (xy 71.845363 121.953281) (xy 71.829876 121.9545) @@ -37554,16 +34472,15 @@ (xy 69.968021 122.275593) (xy 69.932057 122.226093) (xy 69.931475 122.224238) - (xy 69.930963 122.222549) - (xy 69.925605 122.204886) - (xy 69.924958 122.203675) + (xy 69.925604 122.204884) + (xy 69.925602 122.20488) (xy 69.83503 122.03543) (xy 69.835025 122.035423) (xy 69.835023 122.035419) - (xy 69.743746 121.924198) + (xy 69.747111 121.928298) (xy 69.713124 121.886884) (xy 69.713115 121.886875) - (xy 69.614376 121.805843) + (xy 69.603936 121.797275) (xy 69.564581 121.764977) (xy 69.564578 121.764975) (xy 69.564569 121.764969) @@ -37641,8 +34558,8 @@ (xy 65.469828 122.37907) (xy 65.45004 122.579996) (xy 65.45004 122.580003) - (xy 64.725499 122.580003) - (xy 64.725499 120.040003) + (xy 64.7255 122.580003) + (xy 64.7255 120.040003) (xy 65.49978 120.040003) (xy 65.518613 120.231226) (xy 65.518614 120.231231) @@ -37651,7 +34568,7 @@ (xy 65.664969 120.584569) (xy 65.664975 120.584578) (xy 65.664977 120.584581) - (xy 65.714897 120.645409) + (xy 65.708508 120.637624) (xy 65.786875 120.733115) (xy 65.786884 120.733124) (xy 65.843443 120.77954) @@ -37660,7 +34577,7 @@ (xy 65.93543 120.85503) (xy 66.10488 120.945602) (xy 66.104886 120.945605) - (xy 66.232988 120.984464) + (xy 66.23217 120.984216) (xy 66.288768 121.001385) (xy 66.288773 121.001386) (xy 66.479997 121.02022) @@ -37668,9 +34585,9 @@ (xy 66.480003 121.02022) (xy 66.671226 121.001386) (xy 66.671231 121.001385) - (xy 66.707569 120.990362) + (xy 66.67123 121.001384) (xy 66.855114 120.945605) - (xy 66.958822 120.890172) + (xy 66.947801 120.896063) (xy 67.024569 120.85503) (xy 67.024572 120.855027) (xy 67.024581 120.855023) @@ -37678,24 +34595,311 @@ (xy 67.295023 120.584581) (xy 67.295027 120.584572) (xy 67.29503 120.584569) - (xy 67.359623 120.463722) + (xy 67.354427 120.473444) (xy 67.385605 120.415114) (xy 67.441385 120.231231) (xy 67.441386 120.231226) (xy 67.46022 120.040003) + (xy 68.03978 120.040003) + (xy 68.058613 120.231226) + (xy 68.058614 120.231231) + (xy 68.114395 120.415114) + (xy 68.114397 120.415119) + (xy 68.204969 120.584569) + (xy 68.204975 120.584578) + (xy 68.204977 120.584581) + (xy 68.248508 120.637624) + (xy 68.326875 120.733115) + (xy 68.326884 120.733124) + (xy 68.383443 120.77954) + (xy 68.475419 120.855023) + (xy 68.475423 120.855025) + (xy 68.47543 120.85503) + (xy 68.64488 120.945602) + (xy 68.644886 120.945605) + (xy 68.77217 120.984216) + (xy 68.828768 121.001385) + (xy 68.828773 121.001386) + (xy 69.019997 121.02022) + (xy 69.02 121.02022) + (xy 69.020003 121.02022) + (xy 69.211226 121.001386) + (xy 69.211231 121.001385) + (xy 69.395114 120.945605) + (xy 69.487801 120.896063) + (xy 69.564569 120.85503) + (xy 69.564572 120.855027) + (xy 69.564581 120.855023) + (xy 69.71312 120.73312) + (xy 69.835023 120.584581) + (xy 69.835027 120.584572) + (xy 69.83503 120.584569) + (xy 69.925602 120.41512) + (xy 69.925602 120.415119) + (xy 69.925605 120.415114) + (xy 69.934509 120.385759) + (xy 69.969492 120.335566) + (xy 70.0273 120.315519) + (xy 70.029245 120.3155) + (xy 70.618116 120.3155) + (xy 70.637429 120.317401) + (xy 70.655 120.320897) + (xy 70.682132 120.3155) + (xy 70.682133 120.3155) + (xy 70.762495 120.299515) + (xy 70.814907 120.264494) + (xy 70.830622 120.253994) + (xy 70.830622 120.253993) + (xy 70.841342 120.246831) + (xy 70.841344 120.246828) + (xy 70.853624 120.238624) + (xy 70.863574 120.22373) + (xy 70.875887 120.208728) + (xy 71.19012 119.894496) + (xy 71.244636 119.866719) + (xy 71.260123 119.8655) + (xy 71.688257 119.8655) + (xy 71.68826 119.8655) + (xy 71.756393 119.855573) + (xy 71.861483 119.804198) + (xy 71.885497 119.780183) + (xy 71.940011 119.752406) + (xy 72.000444 119.761977) + (xy 72.043709 119.80524) + (xy 72.0545 119.850187) + (xy 72.0545 120.004876) + (xy 72.035593 120.063067) + (xy 72.025504 120.07488) + (xy 71.82488 120.275504) + (xy 71.770363 120.303281) + (xy 71.754876 120.3045) + (xy 71.32674 120.3045) + (xy 71.292673 120.309463) + (xy 71.258604 120.314427) + (xy 71.153518 120.365801) + (xy 71.070801 120.448518) + (xy 71.019427 120.553604) + (xy 71.01727 120.568413) + (xy 71.0095 120.62174) + (xy 71.0095 121.08826) + (xy 71.013021 121.112424) + (xy 71.019427 121.156395) + (xy 71.065692 121.25103) + (xy 71.070802 121.261483) + (xy 71.153517 121.344198) + (xy 71.167196 121.350885) + (xy 71.258604 121.395572) + (xy 71.258605 121.395572) + (xy 71.258607 121.395573) + (xy 71.32674 121.4055) + (xy 71.326743 121.4055) + (xy 71.943257 121.4055) + (xy 71.94326 121.4055) + (xy 72.011393 121.395573) + (xy 72.116483 121.344198) + (xy 72.199198 121.261483) + (xy 72.250573 121.156393) + (xy 72.2605 121.08826) + (xy 72.2605 120.660123) + (xy 72.279407 120.601932) + (xy 72.289496 120.59012) + (xy 72.498728 120.380887) + (xy 72.513729 120.368575) + (xy 72.528624 120.358624) + (xy 72.545018 120.33409) + (xy 72.578097 120.284584) + (xy 72.589511 120.267501) + (xy 72.589511 120.2675) + (xy 72.589515 120.267495) + (xy 72.591557 120.257231) + (xy 72.592125 120.254377) + (xy 72.601041 120.20955) + (xy 72.6055 120.187133) + (xy 72.6055 120.187131) + (xy 72.60587 120.185271) + (xy 72.605873 120.185253) + (xy 72.610896 120.159999) + (xy 72.607402 120.142432) + (xy 72.6055 120.12312) + (xy 72.6055 119.917319) + (xy 72.624407 119.859128) + (xy 72.673907 119.823164) + (xy 72.735093 119.823164) + (xy 72.747972 119.828375) + (xy 72.777792 119.842953) + (xy 72.803604 119.855572) + (xy 72.803605 119.855572) + (xy 72.803607 119.855573) + (xy 72.87174 119.8655) + (xy 72.871743 119.8655) + (xy 73.338257 119.8655) + (xy 73.33826 119.8655) + (xy 73.406393 119.855573) + (xy 73.511483 119.804198) + (xy 73.594198 119.721483) + (xy 73.645573 119.616393) + (xy 73.6555 119.54826) + (xy 73.6555 119.120123) + (xy 73.674407 119.061933) + (xy 73.684496 119.05012) + (xy 73.99612 118.738496) + (xy 74.050637 118.710719) + (xy 74.066124 118.7095) + (xy 74.09977 118.7095) + (xy 74.099772 118.7095) + (xy 74.224069 118.673004) + (xy 74.333049 118.602967) + (xy 74.417882 118.505063) + (xy 74.471697 118.387226) + (xy 74.480025 118.329301) + (xy 74.490133 118.259002) + (xy 74.490133 118.258997) + (xy 74.471697 118.130774) + (xy 74.436863 118.0545) + (xy 74.417882 118.012937) + (xy 74.333049 117.915033) + (xy 74.333048 117.915032) + (xy 74.333047 117.915031) + (xy 74.224073 117.844998) + (xy 74.22407 117.844996) + (xy 74.224069 117.844996) + (xy 74.209973 117.840857) + (xy 74.099774 117.8085) + (xy 74.099772 117.8085) + (xy 73.970228 117.8085) + (xy 73.970225 117.8085) + (xy 73.845933 117.844995) + (xy 73.845926 117.844998) + (xy 73.736952 117.915031) + (xy 73.652117 118.012938) + (xy 73.598302 118.130774) + (xy 73.579867 118.258997) + (xy 73.579867 118.259003) + (xy 73.58746 118.311818) + (xy 73.577026 118.372107) + (xy 73.559472 118.395909) + (xy 73.369879 118.585503) + (xy 73.315362 118.613281) + (xy 73.299875 118.6145) + (xy 72.87174 118.6145) + (xy 72.83086 118.620456) + (xy 72.803605 118.624427) + (xy 72.773888 118.638955) + (xy 72.713306 118.647524) + (xy 72.659256 118.618848) + (xy 72.632385 118.563879) + (xy 72.642955 118.503614) + (xy 72.65559 118.485182) + (xy 72.712882 118.419063) + (xy 72.766697 118.301226) + (xy 72.776782 118.231081) + (xy 72.785133 118.173002) + (xy 72.785133 118.172997) + (xy 72.766697 118.044774) + (xy 72.74491 117.997068) + (xy 72.712882 117.926937) + (xy 72.628049 117.829033) + (xy 72.628048 117.829032) + (xy 72.628047 117.829031) + (xy 72.519073 117.758998) + (xy 72.51907 117.758996) + (xy 72.519069 117.758996) + (xy 72.517424 117.758513) + (xy 72.394774 117.7225) + (xy 72.394772 117.7225) + (xy 72.265228 117.7225) + (xy 72.265225 117.7225) + (xy 72.140933 117.758995) + (xy 72.140926 117.758998) + (xy 72.031952 117.829031) + (xy 71.947117 117.926938) + (xy 71.893302 118.044774) + (xy 71.874867 118.172997) + (xy 71.874867 118.173002) + (xy 71.893302 118.301225) + (xy 71.936544 118.395909) + (xy 71.947118 118.419063) + (xy 72.03032 118.515085) + (xy 72.054137 118.571444) + (xy 72.0545 118.579915) + (xy 72.0545 118.629812) + (xy 72.035593 118.688003) + (xy 71.986093 118.723967) + (xy 71.924907 118.723967) + (xy 71.885498 118.699817) + (xy 71.861483 118.675802) + (xy 71.85576 118.673004) + (xy 71.756395 118.624427) + (xy 71.729139 118.620456) + (xy 71.68826 118.6145) + (xy 71.22174 118.6145) + (xy 71.193065 118.618678) + (xy 71.153604 118.624427) + (xy 71.048518 118.675801) + (xy 70.965801 118.758518) + (xy 70.914427 118.863604) + (xy 70.913794 118.867952) + (xy 70.90514 118.927352) + (xy 70.9045 118.931743) + (xy 70.9045 119.359876) + (xy 70.885593 119.418067) + (xy 70.875504 119.42988) + (xy 70.56988 119.735504) + (xy 70.515363 119.763281) + (xy 70.499876 119.7645) + (xy 70.029245 119.7645) + (xy 69.971054 119.745593) + (xy 69.93509 119.696093) + (xy 69.934546 119.694363) + (xy 69.925605 119.664886) + (xy 69.925602 119.66488) + (xy 69.925602 119.664879) + (xy 69.83503 119.49543) + (xy 69.835025 119.495423) + (xy 69.835023 119.495419) + (xy 69.764793 119.409844) + (xy 69.713124 119.346884) + (xy 69.713115 119.346875) + (xy 69.60788 119.260512) + (xy 69.564581 119.224977) + (xy 69.564578 119.224975) + (xy 69.564569 119.224969) + (xy 69.395119 119.134397) + (xy 69.395114 119.134395) + (xy 69.211231 119.078614) + (xy 69.211226 119.078613) + (xy 69.020003 119.05978) + (xy 69.019997 119.05978) + (xy 68.828773 119.078613) + (xy 68.828768 119.078614) + (xy 68.644885 119.134395) + (xy 68.64488 119.134397) + (xy 68.47543 119.224969) + (xy 68.47542 119.224976) + (xy 68.326884 119.346875) + (xy 68.326875 119.346884) + (xy 68.204976 119.49542) + (xy 68.204969 119.49543) + (xy 68.114397 119.66488) + (xy 68.114395 119.664885) + (xy 68.058614 119.848768) + (xy 68.058613 119.848773) + (xy 68.03978 120.039996) + (xy 68.03978 120.040003) + (xy 67.46022 120.040003) (xy 67.46022 120.039996) (xy 67.441386 119.848773) (xy 67.441385 119.848768) - (xy 67.417103 119.768722) + (xy 67.417205 119.769059) (xy 67.385605 119.664886) - (xy 67.385601 119.664879) + (xy 67.372865 119.641051) (xy 67.29503 119.49543) (xy 67.295025 119.495423) (xy 67.295023 119.495419) (xy 67.224793 119.409844) (xy 67.173124 119.346884) (xy 67.173115 119.346875) - (xy 67.077153 119.268122) + (xy 67.06788 119.260512) (xy 67.024581 119.224977) (xy 67.024578 119.224975) (xy 67.024569 119.224969) @@ -37721,13 +34925,12 @@ (xy 65.518613 119.848773) (xy 65.49978 120.039996) (xy 65.49978 120.040003) - (xy 64.725499 120.040003) - (xy 64.725499 111.346266) - (xy 64.725499 93.690896) - (xy 64.744406 93.632709) - (xy 64.793906 93.596745) - (xy 64.855092 93.596745) - (xy 64.894503 93.620896) + (xy 64.7255 120.040003) + (xy 64.7255 93.690901) + (xy 64.744407 93.63271) + (xy 64.793907 93.596746) + (xy 64.855093 93.596746) + (xy 64.894504 93.620897) (xy 65.52408 94.250473) (xy 65.551857 94.30499) (xy 65.548813 94.349214) @@ -37795,12 +34998,10 @@ (xy 64.935116 113.720231) (xy 64.950485 113.797495) (xy 64.950486 113.797496) - (xy 64.950485 113.797496) - (xy 64.971024 113.828234) - (xy 64.981817 113.844388) - (xy 65.011374 113.888622) - (xy 65.011375 113.888622) - (xy 65.011376 113.888624) + (xy 64.950486 113.797498) + (xy 64.974873 113.833994) + (xy 64.981817 113.844387) + (xy 65.011374 113.888623) (xy 65.026266 113.898573) (xy 65.041269 113.910885) (xy 65.571547 114.441163) @@ -37820,10 +35021,10 @@ (xy 65.664969 115.504569) (xy 65.664975 115.504578) (xy 65.664977 115.504581) - (xy 65.69489 115.54103) + (xy 65.701841 115.5495) (xy 65.786875 115.653115) (xy 65.786884 115.653124) - (xy 65.825515 115.684827) + (xy 65.835474 115.693) (xy 65.935419 115.775023) (xy 65.935423 115.775025) (xy 65.93543 115.77503) @@ -37837,7 +35038,7 @@ (xy 66.480003 115.94022) (xy 66.671226 115.921386) (xy 66.671231 115.921385) - (xy 66.705848 115.910884) + (xy 66.674439 115.920412) (xy 66.855114 115.865605) (xy 66.9395 115.8205) (xy 67.024569 115.77503) @@ -37847,7 +35048,7 @@ (xy 67.295023 115.504581) (xy 67.295027 115.504572) (xy 67.29503 115.504569) - (xy 67.372303 115.36) + (xy 67.372987 115.35872) (xy 67.385605 115.335114) (xy 67.441385 115.151231) (xy 67.441386 115.151226) @@ -37912,7 +35113,7 @@ (xy 68.398104 115.9745) (xy 67.766884 115.9745) (xy 67.74757 115.972598) - (xy 67.739848 115.971062) + (xy 67.747153 115.972515) (xy 67.73 115.969103) (xy 67.729999 115.969103) (xy 67.729997 115.969103) @@ -37922,11 +35123,12 @@ (xy 67.622505 115.990485) (xy 67.622504 115.990486) (xy 67.622502 115.990486) - (xy 67.611204 115.998036) - (xy 67.594055 116.009495) - (xy 67.586698 116.014411) - (xy 67.556958 116.034281) - (xy 67.556958 116.034282) + (xy 67.581114 116.018142) + (xy 67.556962 116.034278) + (xy 67.556957 116.034282) + (xy 67.554378 116.036006) + (xy 67.554376 116.036007) + (xy 67.544061 116.042899) (xy 67.531377 116.051375) (xy 67.531372 116.05138) (xy 67.521423 116.066269) @@ -37936,7 +35138,7 @@ (xy 66.883886 116.609753) (xy 66.882211 116.608878) (xy 66.855114 116.594395) - (xy 66.849586 116.592718) + (xy 66.853505 116.593907) (xy 66.671231 116.538614) (xy 66.671226 116.538613) (xy 66.480003 116.51978) @@ -37964,16 +35166,16 @@ (xy 65.664969 118.044569) (xy 65.664975 118.044578) (xy 65.664977 118.044581) - (xy 65.682604 118.066059) + (xy 65.702811 118.090682) (xy 65.786875 118.193115) (xy 65.786884 118.193124) - (xy 65.838502 118.235485) + (xy 65.856158 118.249975) (xy 65.935419 118.315023) (xy 65.935423 118.315025) (xy 65.93543 118.31503) (xy 66.10488 118.405602) (xy 66.104886 118.405605) - (xy 66.206381 118.436393) + (xy 66.21066 118.437691) (xy 66.288768 118.461385) (xy 66.288773 118.461386) (xy 66.479997 118.48022) @@ -37991,7 +35193,7 @@ (xy 67.295023 118.044581) (xy 67.295027 118.044572) (xy 67.29503 118.044569) - (xy 67.36198 117.919314) + (xy 67.369005 117.90617) (xy 67.385605 117.875114) (xy 67.441385 117.691231) (xy 67.441386 117.691226) @@ -38001,7 +35203,7 @@ (xy 67.441385 117.308768) (xy 67.420377 117.239515) (xy 67.385605 117.124886) - (xy 67.384187 117.122233) + (xy 67.385553 117.124789) (xy 67.371146 117.097834) (xy 67.36039 117.037602) (xy 67.387092 116.98255) @@ -38031,16 +35233,16 @@ (xy 68.204969 118.044569) (xy 68.204975 118.044578) (xy 68.204977 118.044581) - (xy 68.222604 118.066059) + (xy 68.242811 118.090682) (xy 68.326875 118.193115) (xy 68.326884 118.193124) - (xy 68.378502 118.235485) + (xy 68.396158 118.249975) (xy 68.475419 118.315023) (xy 68.475423 118.315025) (xy 68.47543 118.31503) (xy 68.64488 118.405602) (xy 68.644886 118.405605) - (xy 68.746381 118.436393) + (xy 68.75066 118.437691) (xy 68.828768 118.461385) (xy 68.828773 118.461386) (xy 69.019997 118.48022) @@ -38058,7 +35260,7 @@ (xy 69.835023 118.044581) (xy 69.835027 118.044572) (xy 69.83503 118.044569) - (xy 69.90198 117.919314) + (xy 69.909005 117.90617) (xy 69.925605 117.875114) (xy 69.981385 117.691231) (xy 69.981386 117.691226) @@ -38068,1147 +35270,679 @@ (xy 69.999958 117.30444) (xy 70.045695 117.263797) (xy 70.085369 117.2555) - (xy 72.274256 117.2555) - (xy 72.332447 117.274407) - (xy 72.368411 117.323907) - (xy 72.368411 117.385093) - (xy 72.332447 117.434593) - (xy 72.302147 117.44949) - (xy 72.245933 117.465995) - (xy 72.245926 117.465998) - (xy 72.136952 117.536031) - (xy 72.052117 117.633938) - (xy 71.998302 117.751774) - (xy 71.979867 117.879997) - (xy 71.979867 117.880002) - (xy 71.998302 118.008225) - (xy 72.045553 118.111688) - (xy 72.0545 118.152815) - (xy 72.0545 118.629812) - (xy 72.035593 118.688003) - (xy 71.986093 118.723967) - (xy 71.924907 118.723967) - (xy 71.885498 118.699817) - (xy 71.861483 118.675802) - (xy 71.852076 118.671203) - (xy 71.756395 118.624427) - (xy 71.729139 118.620456) - (xy 71.68826 118.6145) - (xy 71.22174 118.6145) - (xy 71.193065 118.618678) - (xy 71.153604 118.624427) - (xy 71.048518 118.675801) - (xy 70.965801 118.758518) - (xy 70.914427 118.863604) - (xy 70.910581 118.890001) - (xy 70.904501 118.931739) - (xy 70.9045 118.931743) - (xy 70.9045 119.359876) - (xy 70.885593 119.418067) - (xy 70.875504 119.42988) - (xy 70.56988 119.735504) - (xy 70.515363 119.763281) - (xy 70.499876 119.7645) - (xy 70.029245 119.7645) - (xy 69.971054 119.745593) - (xy 69.93509 119.696093) - (xy 69.934546 119.694363) - (xy 69.925605 119.664886) - (xy 69.925602 119.66488) - (xy 69.925602 119.664879) - (xy 69.83503 119.49543) - (xy 69.835025 119.495423) - (xy 69.835023 119.495419) - (xy 69.764793 119.409844) - (xy 69.713124 119.346884) - (xy 69.713115 119.346875) - (xy 69.617153 119.268122) - (xy 69.564581 119.224977) - (xy 69.564578 119.224975) - (xy 69.564569 119.224969) - (xy 69.395119 119.134397) - (xy 69.395114 119.134395) - (xy 69.211231 119.078614) - (xy 69.211226 119.078613) - (xy 69.020003 119.05978) - (xy 69.019997 119.05978) - (xy 68.828773 119.078613) - (xy 68.828768 119.078614) - (xy 68.644885 119.134395) - (xy 68.64488 119.134397) - (xy 68.47543 119.224969) - (xy 68.47542 119.224976) - (xy 68.326884 119.346875) - (xy 68.326875 119.346884) - (xy 68.204976 119.49542) - (xy 68.204969 119.49543) - (xy 68.114397 119.66488) - (xy 68.114395 119.664885) - (xy 68.058614 119.848768) - (xy 68.058613 119.848773) - (xy 68.03978 120.039996) - (xy 68.03978 120.040003) - (xy 68.058613 120.231226) - (xy 68.058614 120.231231) - (xy 68.114395 120.415114) - (xy 68.114397 120.415119) - (xy 68.204969 120.584569) - (xy 68.204975 120.584578) - (xy 68.204977 120.584581) - (xy 68.254897 120.645409) - (xy 68.326875 120.733115) - (xy 68.326884 120.733124) - (xy 68.383443 120.77954) - (xy 68.475419 120.855023) - (xy 68.475423 120.855025) - (xy 68.47543 120.85503) - (xy 68.64488 120.945602) - (xy 68.644886 120.945605) - (xy 68.772987 120.984464) - (xy 68.828768 121.001385) - (xy 68.828773 121.001386) - (xy 69.019997 121.02022) - (xy 69.02 121.02022) - (xy 69.020003 121.02022) - (xy 69.211226 121.001386) - (xy 69.211231 121.001385) - (xy 69.247569 120.990362) - (xy 69.395114 120.945605) - (xy 69.498822 120.890172) - (xy 69.564569 120.85503) - (xy 69.564572 120.855027) - (xy 69.564581 120.855023) - (xy 69.71312 120.73312) - (xy 69.835023 120.584581) - (xy 69.835027 120.584572) - (xy 69.83503 120.584569) - (xy 69.925602 120.41512) - (xy 69.925602 120.415119) - (xy 69.925605 120.415114) - (xy 69.934509 120.385759) - (xy 69.969492 120.335566) - (xy 70.0273 120.315519) - (xy 70.029245 120.3155) - (xy 70.618116 120.3155) - (xy 70.637429 120.317401) - (xy 70.655 120.320897) - (xy 70.682132 120.3155) - (xy 70.682133 120.3155) - (xy 70.762495 120.299515) - (xy 70.810416 120.267495) - (xy 70.817311 120.262888) - (xy 70.841344 120.24683) - (xy 70.841348 120.246826) - (xy 70.853624 120.238624) - (xy 70.863574 120.22373) - (xy 70.875887 120.208728) - (xy 71.19012 119.894496) - (xy 71.244636 119.866719) - (xy 71.260123 119.8655) - (xy 71.688257 119.8655) - (xy 71.68826 119.8655) - (xy 71.756393 119.855573) - (xy 71.861483 119.804198) - (xy 71.885498 119.780182) - (xy 71.940013 119.752407) - (xy 72.000445 119.761978) - (xy 72.04371 119.805243) - (xy 72.0545 119.850188) - (xy 72.0545 120.004876) - (xy 72.035593 120.063067) - (xy 72.025504 120.07488) - (xy 71.82488 120.275504) - (xy 71.770363 120.303281) - (xy 71.754876 120.3045) - (xy 71.32674 120.3045) - (xy 71.292673 120.309463) - (xy 71.258604 120.314427) - (xy 71.153518 120.365801) - (xy 71.070801 120.448518) - (xy 71.019427 120.553604) - (xy 71.01727 120.568413) - (xy 71.0095 120.62174) - (xy 71.0095 121.08826) - (xy 71.013021 121.112424) - (xy 71.019427 121.156395) - (xy 71.059807 121.238992) - (xy 71.070802 121.261483) - (xy 71.153517 121.344198) - (xy 71.194025 121.364001) - (xy 71.258604 121.395572) - (xy 71.258605 121.395572) - (xy 71.258607 121.395573) - (xy 71.32674 121.4055) - (xy 71.326743 121.4055) - (xy 71.943257 121.4055) - (xy 71.94326 121.4055) - (xy 72.011393 121.395573) - (xy 72.116483 121.344198) - (xy 72.199198 121.261483) - (xy 72.250573 121.156393) - (xy 72.2605 121.08826) - (xy 72.2605 120.660123) - (xy 72.279407 120.601932) - (xy 72.289496 120.59012) - (xy 72.498728 120.380887) - (xy 72.513729 120.368575) - (xy 72.528624 120.358624) - (xy 72.537463 120.345396) - (xy 72.544077 120.3355) - (xy 72.589513 120.267498) - (xy 72.589513 120.267497) - (xy 72.589515 120.267495) - (xy 72.592101 120.254496) - (xy 72.592125 120.254377) - (xy 72.600907 120.210223) - (xy 72.6055 120.187133) - (xy 72.6055 120.187131) - (xy 72.60587 120.185271) - (xy 72.605873 120.185253) - (xy 72.609832 120.165347) - (xy 72.610896 120.16) - (xy 72.610107 120.156031) - (xy 72.607402 120.142432) - (xy 72.6055 120.12312) - (xy 72.6055 119.917319) - (xy 72.624407 119.859128) - (xy 72.673907 119.823164) - (xy 72.735093 119.823164) - (xy 72.747972 119.828375) - (xy 72.777792 119.842953) - (xy 72.803604 119.855572) - (xy 72.803605 119.855572) - (xy 72.803607 119.855573) - (xy 72.87174 119.8655) - (xy 72.871743 119.8655) - (xy 73.338257 119.8655) - (xy 73.33826 119.8655) - (xy 73.406393 119.855573) - (xy 73.511483 119.804198) - (xy 73.594198 119.721483) - (xy 73.645573 119.616393) - (xy 73.6555 119.54826) - (xy 73.6555 119.120121) - (xy 73.674407 119.061931) - (xy 73.68449 119.050125) - (xy 73.887094 118.84752) - (xy 73.941609 118.819744) - (xy 73.984985 118.822534) - (xy 74.080228 118.8505) - (xy 74.08023 118.8505) - (xy 74.20977 118.8505) - (xy 74.209772 118.8505) - (xy 74.334069 118.814004) - (xy 74.443049 118.743967) - (xy 74.527882 118.646063) - (xy 74.581697 118.528226) - (xy 74.590096 118.46981) - (xy 74.600133 118.400002) - (xy 74.600133 118.399997) - (xy 74.581697 118.271774) - (xy 74.566707 118.238951) - (xy 74.527882 118.153937) - (xy 74.443049 118.056033) - (xy 74.443048 118.056032) - (xy 74.443047 118.056031) - (xy 74.334073 117.985998) - (xy 74.33407 117.985996) - (xy 74.334069 117.985996) - (xy 74.323726 117.982959) - (xy 74.209774 117.9495) - (xy 74.209772 117.9495) - (xy 74.080228 117.9495) - (xy 74.080225 117.9495) - (xy 73.955933 117.985995) - (xy 73.955926 117.985998) - (xy 73.846952 118.056031) - (xy 73.762117 118.153937) - (xy 73.736479 118.210076) - (xy 73.71643 118.238951) - (xy 73.369879 118.585503) - (xy 73.315362 118.613281) - (xy 73.299875 118.6145) - (xy 72.87174 118.6145) - (xy 72.843065 118.618678) - (xy 72.803604 118.624427) - (xy 72.74798 118.651621) - (xy 72.687398 118.660192) - (xy 72.633349 118.631517) - (xy 72.606476 118.576548) - (xy 72.6055 118.56268) - (xy 72.6055 118.359995) - (xy 72.624407 118.301804) - (xy 72.650975 118.276712) - (xy 72.733049 118.223967) - (xy 72.817882 118.126063) - (xy 72.871697 118.008226) - (xy 72.878555 117.960528) - (xy 72.890133 117.880002) - (xy 72.890133 117.879997) - (xy 72.871697 117.751774) - (xy 72.860383 117.727) - (xy 72.841202 117.685) - (xy 75.925 117.685) - (xy 75.925 117.9797) - (xy 75.936603 118.038036) - (xy 75.980806 118.104189) - (xy 75.98081 118.104193) - (xy 76.046963 118.148396) - (xy 76.105299 118.159999) - (xy 76.105303 118.16) - (xy 76.974999 118.16) - (xy 76.975 118.159999) - (xy 76.975 118.159998) - (xy 77.475 118.159998) - (xy 77.475001 118.16) - (xy 78.344697 118.16) - (xy 78.3447 118.159999) - (xy 78.403036 118.148396) - (xy 78.469189 118.104193) - (xy 78.469193 118.104189) - (xy 78.513396 118.038036) - (xy 78.524999 117.9797) - (xy 78.525 117.979697) - (xy 78.525 117.685001) - (xy 78.524999 117.685) - (xy 77.475001 117.685) - (xy 77.475 117.685001) - (xy 77.475 118.159998) - (xy 76.975 118.159998) - (xy 76.975 117.685001) - (xy 76.974999 117.685) - (xy 75.925 117.685) - (xy 72.841202 117.685) - (xy 72.817882 117.633937) - (xy 72.733049 117.536033) - (xy 72.733048 117.536032) - (xy 72.733047 117.536031) - (xy 72.624073 117.465998) - (xy 72.62407 117.465996) - (xy 72.624069 117.465996) - (xy 72.617945 117.464198) - (xy 72.567853 117.44949) - (xy 72.517346 117.414955) - (xy 72.496784 117.357328) - (xy 72.514022 117.298621) - (xy 72.562475 117.261258) - (xy 72.595744 117.2555) - (xy 74.753116 117.2555) - (xy 74.772429 117.257401) - (xy 74.79 117.260897) - (xy 74.817132 117.2555) - (xy 74.817133 117.2555) - (xy 74.897495 117.239515) - (xy 74.948734 117.205278) - (xy 74.965622 117.193994) - (xy 74.965621 117.193994) - (xy 74.976344 117.18683) - (xy 74.976347 117.186826) - (xy 74.979083 117.184998) - (xy 75.925 117.184998) - (xy 75.925001 117.185) - (xy 76.974999 117.185) - (xy 76.975 117.184999) - (xy 77.475 117.184999) - (xy 77.475001 117.185) - (xy 78.524999 117.185) - (xy 78.525 117.184998) - (xy 78.525 116.890302) - (xy 78.524999 116.890299) - (xy 78.513396 116.831963) - (xy 78.468319 116.764502) - (xy 78.45171 116.705614) - (xy 78.472887 116.64821) - (xy 78.523761 116.614217) - (xy 78.550634 116.6105) - (xy 79.289819 116.6105) - (xy 79.28982 116.6105) - (xy 79.289821 116.610499) - (xy 79.289827 116.610499) - (xy 79.318796 116.604736) - (xy 79.333722 116.601767) - (xy 79.383504 116.568504) - (xy 79.416767 116.518722) - (xy 79.423083 116.486972) - (xy 79.425499 116.474827) - (xy 79.4255 116.474818) - (xy 79.4255 116.461763) - (xy 79.444407 116.403572) - (xy 79.493907 116.367608) - (xy 79.548975 116.367608) - (xy 79.549123 116.366865) - (xy 79.552858 116.367608) - (xy 79.555093 116.367608) - (xy 79.557705 116.368572) - (xy 79.602579 116.377499) - (xy 79.602585 116.377499) - (xy 79.602587 116.3775) - (xy 79.602588 116.3775) - (xy 79.982226 116.3775) - (xy 79.982227 116.3775) - (xy 79.982228 116.377499) - (xy 79.982234 116.377499) - (xy 80.00403 116.373162) - (xy 80.026129 116.368767) - (xy 80.075911 116.335504) - (xy 80.109174 116.285722) - (xy 80.114707 116.257908) - (xy 80.117906 116.241827) - (xy 80.117907 116.241818) - (xy 80.117907 115.606304) - (xy 80.136814 115.548113) - (xy 80.161914 115.523983) - (xy 80.162916 115.523313) - (xy 80.221806 115.506713) - (xy 80.279207 115.527897) - (xy 80.313193 115.578775) - (xy 80.316907 115.605636) - (xy 80.316907 116.241827) - (xy 80.325639 116.28572) - (xy 80.325641 116.285724) - (xy 80.338517 116.304994) - (xy 80.358903 116.335504) - (xy 80.408685 116.368767) - (xy 80.411018 116.369231) - (xy 80.452579 116.377499) - (xy 80.452585 116.377499) - (xy 80.452587 116.3775) - (xy 80.452588 116.3775) - (xy 80.832226 116.3775) - (xy 80.832227 116.3775) - (xy 80.832228 116.377499) - (xy 80.832234 116.377499) - (xy 80.85403 116.373162) - (xy 80.876129 116.368767) - (xy 80.925911 116.335504) - (xy 80.938238 116.317054) - (xy 80.986287 116.279174) - (xy 81.047425 116.276772) - (xy 81.058441 116.280592) - (xy 81.061278 116.281767) - (xy 81.105172 116.290499) - (xy 81.105178 116.290499) - (xy 81.10518 116.2905) - (xy 81.449876 116.2905) - (xy 81.508067 116.309407) - (xy 81.51988 116.319496) - (xy 81.547348 116.346964) - (xy 81.575125 116.401481) - (xy 81.565554 116.461913) - (xy 81.54735 116.486968) - (xy 81.50582 116.528499) - (xy 81.465801 116.568518) - (xy 81.414427 116.673604) - (xy 81.410103 116.703281) - (xy 81.4045 116.74174) - (xy 81.4045 117.20826) - (xy 81.406535 117.222226) - (xy 81.414427 117.276395) - (xy 81.464951 117.379742) - (xy 81.465802 117.381483) - (xy 81.548517 117.464198) - (xy 81.570063 117.474731) - (xy 81.653604 117.515572) - (xy 81.653605 117.515572) - (xy 81.653607 117.515573) - (xy 81.72174 117.5255) - (xy 81.721743 117.5255) - (xy 82.338257 117.5255) - (xy 82.33826 117.5255) - (xy 82.406393 117.515573) - (xy 82.511483 117.464198) - (xy 82.594198 117.381483) - (xy 82.645573 117.276393) - (xy 82.6555 117.20826) - (xy 82.6555 117.179999) - (xy 83.04 117.179999) - (xy 83.040001 117.18) - (xy 83.239999 117.18) - (xy 83.24 117.179999) - (xy 83.24 116.830001) - (xy 83.239999 116.83) - (xy 83.220299 116.83) - (xy 83.161963 116.841603) - (xy 83.09581 116.885806) - (xy 83.095806 116.88581) - (xy 83.051603 116.951963) - (xy 83.04 117.010299) - (xy 83.04 117.179999) - (xy 82.6555 117.179999) - (xy 82.6555 116.74174) - (xy 82.645573 116.673607) - (xy 82.644929 116.67229) - (xy 82.61555 116.612194) - (xy 82.594198 116.568517) - (xy 82.511483 116.485802) - (xy 82.507562 116.483885) - (xy 82.406395 116.434427) - (xy 82.391526 116.43226) - (xy 82.376088 116.430011) - (xy 82.321232 116.402912) - (xy 82.293265 116.351358) - (xy 82.292046 116.345232) - (xy 82.289515 116.332505) - (xy 82.280822 116.319496) - (xy 82.258256 116.285723) - (xy 82.249423 116.272504) - (xy 82.243994 116.264378) - (xy 82.243992 116.264376) - (xy 82.228624 116.241376) - (xy 82.222275 116.237134) - (xy 82.213733 116.231426) - (xy 82.198731 116.219114) - (xy 81.919496 115.939878) - (xy 81.891719 115.885362) - (xy 81.8905 115.869875) - (xy 81.8905 115.525181) - (xy 81.890499 115.525172) - (xy 81.881767 115.481279) - (xy 81.881767 115.481278) - (xy 81.880614 115.479553) - (xy 81.879678 115.476235) - (xy 81.878035 115.472268) - (xy 81.878504 115.472073) - (xy 81.864004 115.420665) - (xy 81.880613 115.369547) - (xy 81.928396 115.298036) - (xy 81.939999 115.2397) - (xy 81.94 115.239697) - (xy 81.94 115.170001) - (xy 81.939999 115.17) - (xy 80.920001 115.17) - (xy 80.92 115.170001) - (xy 80.92 115.2397) - (xy 80.933506 115.307599) - (xy 80.929594 115.308377) - (xy 80.932911 115.350631) - (xy 80.900931 115.402794) - (xy 80.844398 115.426196) - (xy 80.836651 115.4265) - (xy 80.452579 115.4265) - (xy 80.408686 115.435232) - (xy 80.408683 115.435233) - (xy 80.391803 115.446513) - (xy 80.332915 115.463121) - (xy 80.275511 115.441943) - (xy 80.241519 115.391069) - (xy 80.237802 115.364197) - (xy 80.237802 114.789827) - (xy 83.4345 114.789827) - (xy 83.443232 114.83372) - (xy 83.443234 114.833724) - (xy 83.463422 114.863937) - (xy 83.476496 114.883504) - (xy 83.526278 114.916767) - (xy 83.559816 114.923438) - (xy 83.613198 114.953334) - (xy 83.638814 115.008899) - (xy 83.6395 115.020535) - (xy 83.6395 115.093141) - (xy 83.620593 115.151332) - (xy 83.595502 115.175455) - (xy 83.586534 115.181448) - (xy 83.571497 115.191495) - (xy 83.571494 115.191498) - (xy 83.538234 115.241275) - (xy 83.538232 115.241279) - (xy 83.5295 115.285172) - (xy 83.5295 115.934827) - (xy 83.538232 115.97872) - (xy 83.538234 115.978724) - (xy 83.560051 116.011375) - (xy 83.571496 116.028504) - (xy 83.620502 116.061248) - (xy 83.658381 116.109297) - (xy 83.6645 116.143563) - (xy 83.6645 116.216901) - (xy 83.650876 116.261818) - (xy 83.651965 116.262269) - (xy 83.648232 116.27128) - (xy 83.6395 116.315172) - (xy 83.6395 116.844827) - (xy 83.648232 116.88872) - (xy 83.648234 116.888724) - (xy 83.66864 116.919264) - (xy 83.681496 116.938504) - (xy 83.691966 116.9455) - (xy 83.696 116.948195) - (xy 83.73388 116.996244) - (xy 83.74 117.030511) - (xy 83.74 117.179999) - (xy 83.740001 117.18) - (xy 84.139999 117.18) - (xy 84.14 117.179999) - (xy 84.64 117.179999) - (xy 84.640001 117.18) - (xy 84.839999 117.18) - (xy 84.84 117.179999) - (xy 84.84 117.010302) - (xy 84.839999 117.010299) - (xy 84.828396 116.951963) - (xy 84.784193 116.88581) - (xy 84.784189 116.885806) - (xy 84.718036 116.841603) - (xy 84.6597 116.83) - (xy 84.640001 116.83) - (xy 84.64 116.830001) - (xy 84.64 117.179999) - (xy 84.14 117.179999) - (xy 84.14 117.030511) - (xy 84.158907 116.97232) - (xy 84.184 116.948195) - (xy 84.198504 116.938504) - (xy 84.231767 116.888722) - (xy 84.240445 116.845099) - (xy 84.240499 116.844827) - (xy 84.2405 116.844818) - (xy 84.2405 116.315181) - (xy 84.240499 116.315172) - (xy 84.23464 116.28572) - (xy 84.231767 116.271278) - (xy 84.231764 116.271274) - (xy 84.228035 116.262269) - (xy 84.229123 116.261818) - (xy 84.2155 116.216901) - (xy 84.2155 116.167525) - (xy 84.234407 116.109334) - (xy 84.283907 116.07337) - (xy 84.295185 116.070428) - (xy 84.317117 116.066064) - (xy 84.338722 116.061767) - (xy 84.340443 116.060616) - (xy 84.343754 116.059682) - (xy 84.347732 116.058035) - (xy 84.347926 116.058505) - (xy 84.399329 116.044004) - (xy 84.450452 116.060613) - (xy 84.521963 116.108396) - (xy 84.580299 116.119999) - (xy 84.580303 116.12) - (xy 84.649999 116.12) - (xy 84.65 116.119999) - (xy 85.15 116.119999) - (xy 85.150001 116.12) - (xy 85.219697 116.12) - (xy 85.2197 116.119999) - (xy 85.278036 116.108396) - (xy 85.344189 116.064193) - (xy 85.344193 116.064189) - (xy 85.388396 115.998036) - (xy 85.399999 115.9397) - (xy 85.4 115.939697) - (xy 85.4 115.860001) - (xy 85.399999 115.86) - (xy 85.150001 115.86) - (xy 85.15 115.860001) - (xy 85.15 116.119999) - (xy 84.65 116.119999) - (xy 84.65 116.119998) - (xy 84.65 115.359999) - (xy 85.15 115.359999) - (xy 85.150001 115.36) - (xy 85.399999 115.36) - (xy 85.4 115.359999) - (xy 85.4 115.280302) - (xy 85.399999 115.280299) - (xy 85.38881 115.224045) - (xy 85.396002 115.163284) - (xy 85.437535 115.118354) - (xy 85.466596 115.107633) - (xy 85.513034 115.098396) - (xy 85.546387 115.07611) - (xy 85.605275 115.0595) - (xy 85.662679 115.080676) - (xy 85.696673 115.131549) - (xy 85.699172 115.142935) - (xy 85.700761 115.152966) - (xy 85.700762 115.152969) - (xy 85.761881 115.272921) - (xy 85.857078 115.368118) - (xy 85.97703 115.429237) - (xy 85.977029 115.429237) - (xy 86.076546 115.444999) - (xy 86.109999 115.444999) - (xy 86.11 115.444998) - (xy 86.11 115.045001) - (xy 86.109999 115.045) - (xy 85.732697 115.045) - (xy 85.674506 115.026093) - (xy 85.638542 114.976593) - (xy 85.636075 114.934695) - (xy 85.634523 114.934543) - (xy 85.635 114.929697) - (xy 85.635 114.860001) - (xy 85.634999 114.86) - (xy 85.375001 114.86) - (xy 85.375 114.860001) - (xy 85.375 115.051) - (xy 85.356093 115.109191) - (xy 85.306593 115.145155) - (xy 85.276 115.15) - (xy 85.150001 115.15) - (xy 85.15 115.150001) - (xy 85.15 115.359999) - (xy 84.65 115.359999) - (xy 84.65 115.159) - (xy 84.668907 115.100809) - (xy 84.718407 115.064845) - (xy 84.749 115.06) - (xy 84.874999 115.06) - (xy 84.875 115.059999) - (xy 84.875 114.860001) - (xy 84.874999 114.86) - (xy 84.615 114.86) - (xy 84.615 114.929703) - (xy 84.62695 114.989781) - (xy 84.619758 115.050542) - (xy 84.578224 115.095472) - (xy 84.549168 115.106191) - (xy 84.521967 115.111602) - (xy 84.521964 115.111603) - (xy 84.450451 115.159387) - (xy 84.391563 115.175995) - (xy 84.347809 115.161777) - (xy 84.347732 115.161965) - (xy 84.345354 115.16098) - (xy 84.340448 115.159386) - (xy 84.338723 115.158233) - (xy 84.33872 115.158232) - (xy 84.294827 115.1495) - (xy 84.29482 115.1495) - (xy 84.2895 115.1495) - (xy 84.231309 115.130593) - (xy 84.195345 115.081093) - (xy 84.1905 115.0505) - (xy 84.1905 115.018546) - (xy 84.209407 114.960355) - (xy 84.258907 114.924391) - (xy 84.270173 114.921451) - (xy 84.293722 114.916767) - (xy 84.343504 114.883504) - (xy 84.376767 114.833722) - (xy 84.383475 114.8) - (xy 84.385499 114.789827) - (xy 84.3855 114.789818) - (xy 84.3855 114.410181) - (xy 84.385499 114.410172) - (xy 84.378964 114.377327) - (xy 84.376767 114.366278) - (xy 84.343504 114.316496) - (xy 84.304297 114.290299) - (xy 84.293724 114.283234) - (xy 84.29372 114.283232) - (xy 84.249827 114.2745) - (xy 84.24982 114.2745) - (xy 83.57018 114.2745) - (xy 83.570172 114.2745) - (xy 83.526279 114.283232) - (xy 83.526275 114.283234) - (xy 83.476498 114.316494) - (xy 83.476494 114.316498) - (xy 83.443234 114.366275) - (xy 83.443232 114.366279) - (xy 83.4345 114.410172) - (xy 83.4345 114.789827) - (xy 80.237802 114.789827) - (xy 80.237802 114.778015) - (xy 80.237801 114.778006) - (xy 80.229246 114.735001) - (xy 80.229069 114.734112) - (xy 80.227915 114.732385) - (xy 80.22698 114.729069) - (xy 80.225337 114.725102) - (xy 80.225806 114.724907) - (xy 80.211306 114.673499) - (xy 80.212443 114.669999) - (xy 80.92 114.669999) - (xy 80.920001 114.67) - (xy 81.179999 114.67) - (xy 81.18 114.669999) - (xy 81.68 114.669999) - (xy 81.680001 114.67) - (xy 81.939999 114.67) - (xy 81.94 114.669999) - (xy 81.94 114.600302) - (xy 81.939999 114.600299) - (xy 81.928396 114.541963) - (xy 81.884193 114.47581) - (xy 81.884189 114.475806) - (xy 81.818036 114.431603) - (xy 81.7597 114.42) - (xy 81.680001 114.42) - (xy 81.68 114.420001) - (xy 81.68 114.669999) - (xy 81.18 114.669999) - (xy 81.18 114.420001) - (xy 81.179999 114.42) - (xy 81.100299 114.42) - (xy 81.041963 114.431603) - (xy 80.97581 114.475806) - (xy 80.975806 114.47581) - (xy 80.931603 114.541963) - (xy 80.92 114.600299) - (xy 80.92 114.669999) - (xy 80.212443 114.669999) - (xy 80.227915 114.622381) - (xy 80.275698 114.55087) - (xy 80.287301 114.492534) - (xy 80.287302 114.492531) - (xy 80.287302 114.422835) - (xy 80.287301 114.422834) - (xy 79.267302 114.422834) - (xy 79.267302 114.492534) - (xy 79.278905 114.55087) - (xy 79.326688 114.622381) - (xy 79.343297 114.681269) - (xy 79.32908 114.725024) - (xy 79.329267 114.725102) - (xy 79.328287 114.727466) - (xy 79.326691 114.732381) - (xy 79.325536 114.734109) - (xy 79.325534 114.734113) - (xy 79.316802 114.778006) - (xy 79.316802 115.2105) - (xy 79.297895 115.268691) - (xy 79.248395 115.304655) - (xy 79.217802 115.3095) - (xy 78.550634 115.3095) - (xy 78.492443 115.290593) - (xy 78.456479 115.241093) - (xy 78.456479 115.179907) - (xy 78.468319 115.155498) - (xy 78.513396 115.088036) - (xy 78.524999 115.0297) - (xy 78.525 115.029697) - (xy 78.525 114.735001) - (xy 78.524999 114.735) - (xy 77.475001 114.735) - (xy 77.475 114.735001) - (xy 77.475 115.209999) - (xy 77.475001 115.21) - (xy 78.025825 115.21) - (xy 78.084016 115.228907) - (xy 78.11998 115.278407) - (xy 78.11998 115.339593) - (xy 78.10814 115.364002) - (xy 78.083234 115.401275) - (xy 78.083232 115.401279) - (xy 78.0745 115.445172) - (xy 78.0745 116.474827) - (xy 78.083232 116.51872) - (xy 78.083234 116.518724) - (xy 78.087762 116.5255) - (xy 78.104286 116.550231) - (xy 78.10814 116.555998) - (xy 78.124749 116.614886) - (xy 78.103572 116.67229) - (xy 78.052698 116.706283) - (xy 78.025825 116.71) - (xy 77.475001 116.71) - (xy 77.475 116.710001) - (xy 77.475 117.184999) - (xy 76.975 117.184999) - (xy 76.975 116.710001) - (xy 76.974999 116.71) - (xy 76.105299 116.71) - (xy 76.046963 116.721603) - (xy 75.98081 116.765806) - (xy 75.980806 116.76581) - (xy 75.936603 116.831963) - (xy 75.925 116.890299) - (xy 75.925 117.184998) - (xy 74.979083 117.184998) - (xy 74.988624 117.178624) - (xy 74.998577 117.163727) - (xy 75.010881 117.148734) - (xy 75.60212 116.557495) - (xy 75.656637 116.529719) - (xy 75.672124 116.5285) - (xy 75.75677 116.5285) - (xy 75.756772 116.5285) - (xy 75.881069 116.492004) - (xy 75.990049 116.421967) - (xy 76.074882 116.324063) - (xy 76.128697 116.206226) - (xy 76.135305 116.160263) - (xy 76.147133 116.078002) - (xy 76.147133 116.077997) - (xy 76.128697 115.949774) - (xy 76.115698 115.92131) - (xy 76.074882 115.831937) - (xy 75.990049 115.734033) - (xy 75.990048 115.734032) - (xy 75.990047 115.734031) - (xy 75.881073 115.663998) - (xy 75.88107 115.663996) - (xy 75.881069 115.663996) - (xy 75.881066 115.663995) - (xy 75.756774 115.6275) - (xy 75.756772 115.6275) - (xy 75.627228 115.6275) - (xy 75.627225 115.6275) - (xy 75.502933 115.663995) - (xy 75.502926 115.663998) - (xy 75.393952 115.734031) - (xy 75.309117 115.831938) - (xy 75.255302 115.949774) - (xy 75.236867 116.077997) - (xy 75.236867 116.078002) - (xy 75.23805 116.086233) - (xy 75.227614 116.146521) - (xy 75.210061 116.17032) - (xy 74.70488 116.675503) - (xy 74.650363 116.703281) - (xy 74.634876 116.7045) - (xy 72.942401 116.7045) - (xy 72.88421 116.685593) - (xy 72.848246 116.636093) - (xy 72.848246 116.574907) - (xy 72.88421 116.525407) - (xy 72.909028 116.51455) - (xy 72.908488 116.513245) - (xy 72.917489 116.509516) - (xy 72.917495 116.509515) - (xy 72.963904 116.478505) - (xy 72.985622 116.463994) - (xy 72.985622 116.463993) - (xy 72.996342 116.456831) - (xy 72.996346 116.456827) - (xy 73.008624 116.448624) - (xy 73.018577 116.433727) - (xy 73.030881 116.418734) - (xy 74.419915 115.0297) - (xy 75.925 115.0297) - (xy 75.936603 115.088036) - (xy 75.980806 115.154189) - (xy 75.98081 115.154193) - (xy 76.046963 115.198396) - (xy 76.105299 115.209999) - (xy 76.105303 115.21) - (xy 76.974999 115.21) - (xy 76.975 115.209999) - (xy 76.975 114.735001) - (xy 76.974999 114.735) - (xy 75.925001 114.735) - (xy 75.925 114.735001) - (xy 75.925 115.0297) - (xy 74.419915 115.0297) - (xy 75.214616 114.234999) - (xy 75.925 114.234999) - (xy 75.925001 114.235) - (xy 76.974999 114.235) - (xy 76.975 114.234999) - (xy 76.975 114.234998) - (xy 77.475 114.234998) - (xy 77.475001 114.235) - (xy 78.524999 114.235) - (xy 78.525 114.234998) - (xy 78.525 113.940302) - (xy 78.524999 113.940299) - (xy 78.521525 113.922833) - (xy 79.267302 113.922833) - (xy 79.267303 113.922834) - (xy 79.527301 113.922834) - (xy 79.527302 113.922833) - (xy 80.027302 113.922833) - (xy 80.027303 113.922834) - (xy 80.287301 113.922834) - (xy 80.287302 113.922833) - (xy 80.287302 113.853136) - (xy 80.287301 113.853133) - (xy 80.275698 113.794797) - (xy 80.231495 113.728644) - (xy 80.231491 113.72864) - (xy 80.165338 113.684437) - (xy 80.107002 113.672834) - (xy 80.027303 113.672834) - (xy 80.027302 113.672835) - (xy 80.027302 113.922833) - (xy 79.527302 113.922833) - (xy 79.527302 113.672835) - (xy 79.527301 113.672834) - (xy 79.447601 113.672834) - (xy 79.389265 113.684437) - (xy 79.323112 113.72864) - (xy 79.323108 113.728644) - (xy 79.278905 113.794797) - (xy 79.267302 113.853133) - (xy 79.267302 113.922833) - (xy 78.521525 113.922833) - (xy 78.513396 113.881963) - (xy 78.469193 113.81581) - (xy 78.469189 113.815806) - (xy 78.403036 113.771603) - (xy 78.3447 113.76) - (xy 77.475001 113.76) - (xy 77.475 113.760001) - (xy 77.475 114.234998) - (xy 76.975 114.234998) - (xy 76.975 113.760001) - (xy 76.974999 113.76) - (xy 76.105299 113.76) - (xy 76.046963 113.771603) - (xy 75.98081 113.815806) - (xy 75.980806 113.81581) - (xy 75.936603 113.881963) - (xy 75.925 113.940299) - (xy 75.925 114.234999) - (xy 75.214616 114.234999) - (xy 76.34512 113.104495) - (xy 76.399637 113.076719) - (xy 76.415124 113.0755) - (xy 81.301789 113.0755) - (xy 81.35998 113.094407) - (xy 81.391842 113.133373) - (xy 81.428427 113.213482) - (xy 81.432118 113.221563) - (xy 81.512334 113.314139) - (xy 81.516952 113.319468) - (xy 81.613299 113.381386) - (xy 81.625931 113.389504) - (xy 81.750228 113.426) - (xy 81.75023 113.426) - (xy 81.87977 113.426) - (xy 81.879772 113.426) - (xy 82.004069 113.389504) - (xy 82.113049 113.319467) - (xy 82.197882 113.221563) - (xy 82.251697 113.103726) - (xy 82.270052 112.976063) - (xy 82.270133 112.975502) - (xy 82.270133 112.975497) - (xy 82.251697 112.847274) - (xy 82.205276 112.745627) - (xy 82.198301 112.68484) - (xy 82.228387 112.631563) - (xy 82.284043 112.606145) - (xy 82.295329 112.6055) - (xy 86.27008 112.6055) - (xy 86.328271 112.624407) - (xy 86.364235 112.673907) - (xy 86.364235 112.735093) - (xy 86.360133 112.745626) - (xy 86.323302 112.826272) - (xy 86.323302 112.826274) - (xy 86.304867 112.954497) - (xy 86.304867 112.954502) - (xy 86.323301 113.082723) - (xy 86.330809 113.099162) - (xy 86.337756 113.114373) - (xy 86.344732 113.175159) - (xy 86.314646 113.228436) - (xy 86.25899 113.253854) - (xy 86.247703 113.2545) - (xy 85.528544 113.2545) - (xy 85.50341 113.249501) - (xy 85.503284 113.250135) - (xy 85.449827 113.2395) - (xy 85.44982 113.2395) - (xy 84.80018 113.2395) - (xy 84.800172 113.2395) - (xy 84.756279 113.248232) - (xy 84.756275 113.248234) - (xy 84.706498 113.281494) - (xy 84.706494 113.281498) - (xy 84.673234 113.331275) - (xy 84.673232 113.331279) - (xy 84.672529 113.334816) - (xy 84.669606 113.340034) - (xy 84.669503 113.340284) - (xy 84.669473 113.340271) - (xy 84.642632 113.388199) - (xy 84.587066 113.413814) - (xy 84.575432 113.4145) - (xy 84.026884 113.4145) - (xy 84.00757 113.412598) - (xy 83.99 113.409103) - (xy 83.989999 113.409103) - (xy 83.989997 113.409103) - (xy 83.970691 113.412942) - (xy 83.970682 113.412945) - (xy 83.922156 113.422598) - (xy 83.902842 113.4245) - (xy 83.570172 113.4245) - (xy 83.526279 113.433232) - (xy 83.526275 113.433234) - (xy 83.476498 113.466494) - (xy 83.476494 113.466498) - (xy 83.443234 113.516275) - (xy 83.443232 113.516279) - (xy 83.4345 113.560172) - (xy 83.4345 113.939827) - (xy 83.443232 113.98372) - (xy 83.443234 113.983724) - (xy 83.460791 114.01) - (xy 83.476496 114.033504) - (xy 83.526278 114.066767) - (xy 83.536765 114.068853) - (xy 83.570172 114.075499) - (xy 83.570178 114.075499) - (xy 83.57018 114.0755) - (xy 83.570181 114.0755) - (xy 84.249819 114.0755) - (xy 84.24982 114.0755) - (xy 84.249821 114.075499) - (xy 84.249827 114.075499) - (xy 84.275041 114.070483) - (xy 84.293722 114.066767) - (xy 84.343504 114.033504) - (xy 84.359544 114.009498) - (xy 84.407593 113.971619) - (xy 84.441859 113.9655) - (xy 84.575432 113.9655) - (xy 84.633623 113.984407) - (xy 84.669587 114.033907) - (xy 84.672529 114.045184) - (xy 84.673232 114.04872) - (xy 84.673233 114.048723) - (xy 84.674386 114.050448) - (xy 84.67532 114.053762) - (xy 84.676965 114.057732) - (xy 84.676495 114.057926) - (xy 84.690995 114.109336) - (xy 84.674387 114.160451) - (xy 84.626603 114.231964) - (xy 84.615 114.290299) - (xy 84.615 114.359999) - (xy 84.615001 114.36) - (xy 85.597048 114.36) - (xy 85.655239 114.378907) - (xy 85.691203 114.428407) - (xy 85.694829 114.474487) - (xy 85.685 114.536545) - (xy 85.685 114.544998) - (xy 85.685001 114.545) - (xy 86.109999 114.545) - (xy 86.11 114.544998) - (xy 86.11 114.145) - (xy 86.076547 114.145) - (xy 86.076544 114.145001) - (xy 85.977034 114.16076) - (xy 85.97703 114.160762) - (xy 85.857077 114.221882) - (xy 85.857075 114.221883) - (xy 85.79146 114.287498) - (xy 85.736943 114.315275) - (xy 85.676511 114.305703) - (xy 85.633247 114.262438) - (xy 85.624358 114.236803) - (xy 85.623395 114.231962) - (xy 85.575613 114.160452) - (xy 85.559004 114.101564) - (xy 85.573222 114.057809) - (xy 85.573035 114.057732) - (xy 85.574023 114.055344) - (xy 85.575616 114.050444) - (xy 85.576767 114.048722) - (xy 85.583777 114.013482) - (xy 85.585499 114.004827) - (xy 85.5855 114.004818) - (xy 85.5855 113.9045) - (xy 85.604407 113.846309) - (xy 85.653907 113.810345) - (xy 85.6845 113.8055) + (xy 72.977616 117.2555) + (xy 72.996929 117.257401) + (xy 73.0145 117.260897) + (xy 73.041632 117.2555) + (xy 73.041633 117.2555) + (xy 73.121995 117.239515) + (xy 73.167641 117.209015) + (xy 73.190122 117.193994) + (xy 73.190121 117.193994) + (xy 73.200844 117.18683) + (xy 73.200847 117.186826) + (xy 73.213124 117.178624) + (xy 73.223077 117.163727) + (xy 73.235381 117.148734) + (xy 74.17962 116.204496) + (xy 74.234137 116.176719) + (xy 74.249624 116.1755) + (xy 75.084412 116.1755) + (xy 75.142603 116.194407) + (xy 75.159231 116.209669) + (xy 75.188949 116.243965) + (xy 75.188951 116.243967) + (xy 75.292478 116.3105) + (xy 75.297931 116.314004) + (xy 75.422228 116.3505) + (xy 75.42223 116.3505) + (xy 75.55177 116.3505) + (xy 75.551772 116.3505) + (xy 75.676069 116.314004) + (xy 75.785049 116.243967) + (xy 75.869882 116.146063) + (xy 75.923697 116.028226) + (xy 75.930372 115.981799) + (xy 75.942133 115.900002) + (xy 75.942133 115.899997) + (xy 75.923697 115.771774) + (xy 75.904036 115.728724) + (xy 75.869882 115.653937) + (xy 75.839699 115.619103) + (xy 75.832964 115.61133) + (xy 75.809147 115.554971) + (xy 75.823006 115.495376) + (xy 75.869247 115.455308) + (xy 75.907784 115.4475) + (xy 76.501116 115.4475) + (xy 76.520429 115.449401) + (xy 76.538 115.452897) + (xy 76.565132 115.4475) + (xy 76.565133 115.4475) + (xy 76.585557 115.443437) + (xy 76.632762 115.445546) + (xy 76.646224 115.449499) + (xy 76.646225 115.449499) + (xy 76.646228 115.4495) + (xy 76.646229 115.4495) + (xy 76.77577 115.4495) + (xy 76.775772 115.4495) + (xy 76.900069 115.413004) + (xy 77.009049 115.342967) + (xy 77.093882 115.245063) + (xy 77.147697 115.127226) + (xy 77.156094 115.068823) + (xy 77.166133 114.999002) + (xy 77.166133 114.998997) + (xy 77.147697 114.870774) + (xy 77.130472 114.833057) + (xy 77.093882 114.752937) + (xy 77.009049 114.655033) + (xy 77.009048 114.655032) + (xy 77.009047 114.655031) + (xy 76.900073 114.584998) + (xy 76.90007 114.584996) + (xy 76.900069 114.584996) + (xy 76.900066 114.584995) + (xy 76.775774 114.5485) + (xy 76.775772 114.5485) + (xy 76.646228 114.5485) + (xy 76.646225 114.5485) + (xy 76.521933 114.584995) + (xy 76.521926 114.584998) + (xy 76.412952 114.655031) + (xy 76.328117 114.752938) + (xy 76.288984 114.838627) + (xy 76.247612 114.883704) + (xy 76.198931 114.8965) + (xy 73.924884 114.8965) + (xy 73.90557 114.894598) + (xy 73.888 114.891103) + (xy 73.887999 114.891103) + (xy 73.780505 114.912484) + (xy 73.780502 114.912485) + (xy 73.714924 114.956304) + (xy 73.714914 114.956311) + (xy 73.689378 114.973374) + (xy 73.689372 114.97338) + (xy 73.679423 114.988269) + (xy 73.667115 115.003266) + (xy 72.72488 115.945503) + (xy 72.670363 115.973281) + (xy 72.654876 115.9745) + (xy 69.641895 115.9745) + (xy 69.583704 115.955593) + (xy 69.54774 115.906093) + (xy 69.543966 115.860975) + (xy 69.546995 115.840548) + (xy 69.293309 115.586861) + (xy 69.265532 115.532345) + (xy 69.275103 115.471913) + (xy 69.304508 115.440223) + (xy 69.303205 115.438622) + (xy 69.308456 115.434349) + (xy 69.308458 115.434349) + (xy 69.425739 115.338934) + (xy 69.493167 115.243408) + (xy 69.542169 115.206773) + (xy 69.603349 115.205937) + (xy 69.644049 115.230497) + (xy 69.900548 115.486995) + (xy 69.900549 115.486995) + (xy 69.971558 115.35415) + (xy 70.03017 115.160935) + (xy 70.030171 115.160929) + (xy 70.04996 114.960003) + (xy 70.04996 114.959996) + (xy 70.030171 114.75907) + (xy 70.03017 114.759064) + (xy 69.971558 114.565849) + (xy 69.900549 114.433003) + (xy 69.900548 114.433003) + (xy 69.644358 114.689192) + (xy 69.589842 114.716969) + (xy 69.52941 114.707397) + (xy 69.486454 114.664733) + (xy 69.473558 114.639844) + (xy 69.370362 114.529348) + (xy 69.370361 114.529347) + (xy 69.37036 114.529346) + (xy 69.30811 114.491491) + (xy 69.268215 114.445102) + (xy 69.263206 114.384122) + (xy 69.289545 114.3369) + (xy 69.571949 114.054496) + (xy 69.626466 114.026719) + (xy 69.641953 114.0255) + (xy 70.779106 114.0255) + (xy 70.837297 114.044407) + (xy 70.873261 114.093907) + (xy 70.87707 114.110219) + (xy 70.878481 114.119903) + (xy 70.879427 114.126395) + (xy 70.930748 114.231373) + (xy 70.930802 114.231483) + (xy 71.013517 114.314198) + (xy 71.063823 114.338791) + (xy 71.118604 114.365572) + (xy 71.118605 114.365572) + (xy 71.118607 114.365573) + (xy 71.18674 114.3755) + (xy 71.186743 114.3755) + (xy 71.653257 114.3755) + (xy 71.65326 114.3755) + (xy 71.721393 114.365573) + (xy 71.826483 114.314198) + (xy 71.909198 114.231483) + (xy 71.960573 114.126393) + (xy 71.9705 114.05826) + (xy 71.9705 113.44174) + (xy 71.960573 113.373607) + (xy 71.958373 113.369107) + (xy 71.922949 113.296646) + (xy 71.909198 113.268517) + (xy 71.826483 113.185802) + (xy 71.8154 113.180384) + (xy 71.721395 113.134427) + (xy 71.694139 113.130456) + (xy 71.65326 113.1245) + (xy 71.18674 113.1245) + (xy 71.152673 113.129463) + (xy 71.118604 113.134427) + (xy 71.013518 113.185801) + (xy 70.930801 113.268518) + (xy 70.879427 113.373604) + (xy 70.87901 113.37647) + (xy 70.877071 113.389775) + (xy 70.849972 113.44463) + (xy 70.795804 113.473082) + (xy 70.779106 113.4745) + (xy 69.511782 113.4745) + (xy 69.453591 113.455593) + (xy 69.417627 113.406093) + (xy 69.417627 113.344907) + (xy 69.453591 113.295407) + (xy 69.465114 113.28819) + (xy 69.564569 113.23503) + (xy 69.564572 113.235027) + (xy 69.564581 113.235023) + (xy 69.71312 113.11312) + (xy 69.835023 112.964581) + (xy 69.835027 112.964572) + (xy 69.83503 112.964569) + (xy 69.925602 112.79512) + (xy 69.925602 112.795119) + (xy 69.925605 112.795114) + (xy 69.934509 112.765759) + (xy 69.969492 112.715566) + (xy 70.0273 112.695519) + (xy 70.029245 112.6955) + (xy 70.386356 112.6955) + (xy 70.444547 112.714407) + (xy 70.476409 112.753373) + (xy 70.483118 112.768063) + (xy 70.567951 112.865967) + (xy 70.567952 112.865968) + (xy 70.673651 112.933896) + (xy 70.676931 112.936004) + (xy 70.801228 112.9725) + (xy 70.80123 112.9725) + (xy 70.93077 112.9725) + (xy 70.930772 112.9725) + (xy 71.055069 112.936004) + (xy 71.164049 112.865967) + (xy 71.248882 112.768063) + (xy 71.302697 112.650226) + (xy 71.313458 112.575383) + (xy 71.321133 112.522002) + (xy 71.321133 112.521997) + (xy 71.302697 112.393774) + (xy 71.299162 112.386033) + (xy 71.248882 112.275937) + (xy 71.164049 112.178033) + (xy 71.164048 112.178032) + (xy 71.164047 112.178031) + (xy 71.055073 112.107998) + (xy 71.05507 112.107996) + (xy 71.055069 112.107996) + (xy 71.055066 112.107995) + (xy 70.930774 112.0715) + (xy 70.930772 112.0715) + (xy 70.801228 112.0715) + (xy 70.801225 112.0715) + (xy 70.676933 112.107995) + (xy 70.67693 112.107996) + (xy 70.656326 112.121237) + (xy 70.644583 112.128784) + (xy 70.591061 112.1445) + (xy 70.029245 112.1445) + (xy 69.971054 112.125593) + (xy 69.93509 112.076093) + (xy 69.934546 112.074363) + (xy 69.925605 112.044886) + (xy 69.925602 112.04488) + (xy 69.925602 112.044879) + (xy 69.83503 111.87543) + (xy 69.835025 111.875423) + (xy 69.835023 111.875419) + (xy 69.752928 111.775386) + (xy 69.713124 111.726884) + (xy 69.713115 111.726875) + (xy 69.684057 111.703028) + (xy 69.65107 111.651497) + (xy 69.654672 111.590418) + (xy 69.693487 111.543121) + (xy 69.746862 111.5275) + (xy 70.864339 111.5275) + (xy 70.92253 111.546407) + (xy 70.934343 111.556496) + (xy 71.560576 112.182729) + (xy 71.572885 112.197729) + (xy 71.582834 112.212618) + (xy 71.582836 112.21262) + (xy 71.582839 112.212624) + (xy 71.601776 112.225277) + (xy 71.601797 112.225291) + (xy 71.601799 112.225293) + (xy 71.60584 112.227993) + (xy 71.605841 112.227994) + (xy 71.607001 112.228769) + (xy 71.624926 112.240746) + (xy 71.652399 112.259103) + (xy 71.673968 112.273515) + (xy 71.75433 112.2895) + (xy 71.754331 112.2895) + (xy 71.781463 112.294897) + (xy 71.799033 112.291402) + (xy 71.818347 112.2895) + (xy 72.678677 112.2895) + (xy 72.736868 112.308407) + (xy 72.772832 112.357907) + (xy 72.772832 112.419093) + (xy 72.753498 112.453329) + (xy 72.708187 112.505622) + (xy 72.687117 112.529938) + (xy 72.633302 112.647774) + (xy 72.614867 112.775997) + (xy 72.614867 112.776002) + (xy 72.633302 112.904225) + (xy 72.687118 113.022063) + (xy 72.695487 113.031722) + (xy 72.719304 113.088081) + (xy 72.705445 113.147677) + (xy 72.669729 113.180384) + (xy 72.670194 113.181035) + (xy 72.664863 113.18484) + (xy 72.664157 113.185488) + (xy 72.663523 113.185797) + (xy 72.663519 113.1858) + (xy 72.580801 113.268518) + (xy 72.529427 113.373604) + (xy 72.527071 113.389774) + (xy 72.5195 113.44174) + (xy 72.5195 114.05826) + (xy 72.522569 114.079324) + (xy 72.529427 114.126395) + (xy 72.580748 114.231373) + (xy 72.580802 114.231483) + (xy 72.663517 114.314198) + (xy 72.713823 114.338791) + (xy 72.768604 114.365572) + (xy 72.768605 114.365572) + (xy 72.768607 114.365573) + (xy 72.83674 114.3755) + (xy 72.836743 114.3755) + (xy 73.303257 114.3755) + (xy 73.30326 114.3755) + (xy 73.371393 114.365573) + (xy 73.476483 114.314198) + (xy 73.559198 114.231483) + (xy 73.610573 114.126393) + (xy 73.6205 114.05826) + (xy 73.6205 113.44174) + (xy 73.610573 113.373607) + (xy 73.608373 113.369107) + (xy 73.572949 113.296646) + (xy 73.559198 113.268517) + (xy 73.476483 113.185802) + (xy 73.476481 113.185801) + (xy 73.47648 113.1858) + (xy 73.476476 113.185797) + (xy 73.475847 113.18549) + (xy 73.475287 113.184949) + (xy 73.469806 113.181035) + (xy 73.470392 113.180212) + (xy 73.431875 113.142945) + (xy 73.421309 113.082678) + (xy 73.444512 113.031721) + (xy 73.452882 113.022063) + (xy 73.506697 112.904226) + (xy 73.517573 112.828579) + (xy 73.525133 112.776002) + (xy 73.525133 112.775997) + (xy 73.506697 112.647774) + (xy 73.484613 112.599417) + (xy 73.477638 112.53863) + (xy 73.507724 112.485353) + (xy 73.56338 112.459935) + (xy 73.623347 112.472086) + (xy 73.64467 112.488286) + (xy 74.556115 113.399731) + (xy 74.568426 113.414733) + (xy 74.578376 113.429624) + (xy 74.578379 113.429626) + (xy 74.57838 113.429627) + (xy 74.597332 113.44229) + (xy 74.597336 113.442293) + (xy 74.600834 113.44463) + (xy 74.601376 113.444992) + (xy 74.601378 113.444994) + (xy 74.603662 113.44652) + (xy 74.669505 113.490515) + (xy 74.749867 113.5065) + (xy 74.749868 113.5065) + (xy 74.777 113.511897) + (xy 74.79457 113.508401) + (xy 74.813884 113.5065) + (xy 76.611412 113.5065) + (xy 76.669603 113.525407) + (xy 76.686231 113.540669) + (xy 76.715949 113.574965) + (xy 76.715951 113.574967) + (xy 76.79003 113.622575) + (xy 76.824931 113.645004) + (xy 76.949228 113.6815) + (xy 76.94923 113.6815) + (xy 77.07877 113.6815) + (xy 77.078772 113.6815) + (xy 77.203069 113.645004) + (xy 77.312049 113.574967) + (xy 77.396882 113.477063) + (xy 77.450697 113.359226) + (xy 77.460371 113.291941) + (xy 77.469133 113.231002) + (xy 77.469133 113.230997) + (xy 77.450697 113.102774) + (xy 77.443987 113.088081) + (xy 77.396882 112.984937) + (xy 77.312049 112.887033) + (xy 77.312048 112.887032) + (xy 77.312047 112.887031) + (xy 77.203073 112.816998) + (xy 77.20307 112.816996) + (xy 77.203069 112.816996) + (xy 77.197974 112.8155) + (xy 77.078774 112.7805) + (xy 77.078772 112.7805) + (xy 76.949228 112.7805) + (xy 76.949225 112.7805) + (xy 76.824933 112.816995) + (xy 76.824926 112.816998) + (xy 76.715951 112.887032) + (xy 76.715949 112.887034) + (xy 76.686231 112.921331) + (xy 76.633835 112.952927) + (xy 76.611412 112.9555) + (xy 74.932124 112.9555) + (xy 74.873933 112.936593) + (xy 74.86212 112.926504) + (xy 73.780885 111.845269) + (xy 73.768573 111.830266) + (xy 73.758625 111.815378) + (xy 73.758624 111.815376) + (xy 73.737899 111.801528) + (xy 73.73789 111.801521) + (xy 73.698771 111.775383) + (xy 73.687627 111.767937) + (xy 73.667495 111.754485) + (xy 73.603071 111.74167) + (xy 73.581182 111.737316) + (xy 73.581162 111.737311) + (xy 73.560002 111.733103) + (xy 73.560001 111.733103) + (xy 73.56 111.733103) + (xy 73.54243 111.736598) + (xy 73.523116 111.7385) + (xy 71.936587 111.7385) + (xy 71.878396 111.719593) + (xy 71.866583 111.709504) + (xy 71.240348 111.083269) + (xy 71.228036 111.068266) + (xy 71.227311 111.067181) + (xy 71.218087 111.053376) + (xy 71.197362 111.039528) + (xy 71.197353 111.039521) + (xy 71.165009 111.01791) + (xy 71.12696 110.992486) + (xy 71.126959 110.992485) + (xy 71.126958 110.992485) + (xy 71.067514 110.98066) + (xy 71.040645 110.975316) + (xy 71.040625 110.975311) + (xy 71.019465 110.971103) + (xy 71.019464 110.971103) + (xy 71.019463 110.971103) + (xy 71.001893 110.974598) + (xy 70.982579 110.9765) + (xy 69.538213 110.9765) + (xy 69.480022 110.957593) + (xy 69.444058 110.908093) + (xy 69.444058 110.846907) + (xy 69.480022 110.797407) + (xy 69.491544 110.79019) + (xy 69.546995 110.760549) + (xy 69.546995 110.760548) + (xy 69.293309 110.506861) + (xy 69.265532 110.452345) + (xy 69.275103 110.391913) + (xy 69.304508 110.360223) + (xy 69.303205 110.358622) + (xy 69.308456 110.354349) + (xy 69.308458 110.354349) + (xy 69.425739 110.258934) + (xy 69.493167 110.163408) + (xy 69.542169 110.126773) + (xy 69.603349 110.125937) + (xy 69.644049 110.150497) + (xy 69.900548 110.406995) + (xy 69.900549 110.406995) + (xy 69.971558 110.27415) + (xy 70.03017 110.080935) + (xy 70.030171 110.080929) + (xy 70.04996 109.880003) + (xy 70.04996 109.879996) + (xy 70.030171 109.67907) + (xy 70.03017 109.679064) + (xy 69.971558 109.485849) + (xy 69.900549 109.353003) + (xy 69.900548 109.353003) + (xy 69.644358 109.609192) + (xy 69.589842 109.636969) + (xy 69.52941 109.627397) + (xy 69.486454 109.584733) + (xy 69.484817 109.581573) + (xy 69.473558 109.559844) + (xy 69.370362 109.449348) + (xy 69.370361 109.449347) + (xy 69.37036 109.449346) + (xy 69.30811 109.411491) + (xy 69.268215 109.365102) + (xy 69.263206 109.304122) + (xy 69.289545 109.2569) + (xy 69.546995 108.999449) + (xy 69.542483 108.969025) + (xy 69.552648 108.90869) + (xy 69.596336 108.865853) + (xy 69.640412 108.8555) + (xy 75.142068 108.8555) + (xy 75.200259 108.874407) + (xy 75.236223 108.923907) + (xy 75.236223 108.985093) + (xy 75.216888 109.01933) + (xy 75.190368 109.049936) + (xy 75.136552 109.167774) + (xy 75.118117 109.295997) + (xy 75.118117 109.296002) + (xy 75.136552 109.424225) + (xy 75.174636 109.507615) + (xy 75.190368 109.542063) + (xy 75.272603 109.636969) + (xy 75.275202 109.639968) + (xy 75.374742 109.703938) + (xy 75.384181 109.710004) + (xy 75.508478 109.7465) + (xy 75.50848 109.7465) + (xy 75.63802 109.7465) + (xy 75.638022 109.7465) + (xy 75.762319 109.710004) + (xy 75.871299 109.639967) + (xy 75.871301 109.639964) + (xy 75.873614 109.638478) + (xy 75.932789 109.622923) + (xy 75.989806 109.645122) + (xy 75.997142 109.651758) + (xy 77.708113 111.362729) + (xy 77.720422 111.377729) + (xy 77.730371 111.392618) + (xy 77.730373 111.39262) + (xy 77.730376 111.392624) + (xy 77.730379 111.392626) + (xy 77.743556 111.401431) + (xy 77.753376 111.407992) + (xy 77.753378 111.407994) + (xy 77.811036 111.44652) + (xy 77.821505 111.453515) + (xy 77.847144 111.458615) + (xy 77.929 111.474897) + (xy 77.94657 111.471401) + (xy 77.965884 111.4695) + (xy 78.514394 111.4695) + (xy 78.569395 111.486184) + (xy 78.595332 111.503515) + (xy 78.675694 111.5195) + (xy 78.675695 111.5195) + (xy 78.702827 111.524897) + (xy 78.720397 111.521402) + (xy 78.739711 111.5195) + (xy 79.142289 111.5195) + (xy 79.161602 111.521401) + (xy 79.179173 111.524897) + (xy 79.206305 111.5195) + (xy 79.206306 111.5195) + (xy 79.286668 111.503515) + (xy 79.312604 111.486184) + (xy 79.367606 111.4695) + (xy 83.55843 111.4695) + (xy 83.616621 111.488407) + (xy 83.652585 111.537907) + (xy 83.652585 111.599093) + (xy 83.64737 111.611981) + (xy 83.627136 111.653369) + (xy 83.627134 111.653373) + (xy 83.627133 111.653375) + (xy 83.627134 111.653375) + (xy 83.616981 111.723068) + (xy 83.6165 111.726367) + (xy 83.6165 112.297632) + (xy 83.616499 112.297632) + (xy 83.627134 112.370626) + (xy 83.670435 112.459198) + (xy 83.682174 112.483211) + (xy 83.770789 112.571826) + (xy 83.883375 112.626866) + (xy 83.956364 112.6375) + (xy 83.956367 112.6375) + (xy 84.477632 112.6375) + (xy 84.477636 112.6375) + (xy 84.550625 112.626866) + (xy 84.663211 112.571826) + (xy 84.751826 112.483211) + (xy 84.802762 112.379018) + (xy 84.845306 112.335045) + (xy 84.891703 112.3235) + (xy 84.897228 112.3235) + (xy 84.981876 112.3235) + (xy 85.040067 112.342407) + (xy 85.05188 112.352496) + (xy 85.198113 112.498729) + (xy 85.210422 112.513729) + (xy 85.220371 112.528618) + (xy 85.220373 112.52862) + (xy 85.220376 112.528624) + (xy 85.220379 112.528626) + (xy 85.22038 112.528627) + (xy 85.239329 112.541288) + (xy 85.239334 112.541292) + (xy 85.311505 112.589516) + (xy 85.332885 112.593768) + (xy 85.419 112.610897) + (xy 85.436571 112.607401) + (xy 85.455884 112.6055) + (xy 86.805523 112.6055) + (xy 86.863714 112.624407) + (xy 86.875526 112.634496) + (xy 87.139757 112.898726) + (xy 87.152067 112.913726) + (xy 87.162018 112.928618) + (xy 87.16202 112.92862) + (xy 87.162023 112.928624) + (xy 87.162026 112.928626) + (xy 87.162027 112.928627) + (xy 87.182099 112.942039) + (xy 87.185024 112.943993) + (xy 87.185025 112.943994) + (xy 87.188125 112.946065) + (xy 87.253152 112.989515) + (xy 87.316635 113.002142) + (xy 87.367323 113.029236) + (xy 87.448583 113.110496) + (xy 87.47636 113.165013) + (xy 87.466789 113.225445) + (xy 87.423524 113.26871) + (xy 87.378579 113.2795) + (xy 87.197514 113.2795) + (xy 87.142512 113.262815) + (xy 87.105724 113.238234) + (xy 87.10572 113.238232) + (xy 87.061827 113.2295) + (xy 87.06182 113.2295) + (xy 86.73218 113.2295) + (xy 86.732172 113.2295) + (xy 86.688279 113.238232) + (xy 86.688275 113.238234) + (xy 86.638498 113.271494) + (xy 86.638494 113.271498) + (xy 86.605234 113.321275) + (xy 86.605232 113.321279) + (xy 86.5965 113.365172) + (xy 86.5965 113.694827) + (xy 86.605232 113.73872) + (xy 86.605234 113.738724) + (xy 86.616936 113.756237) + (xy 86.638496 113.788504) + (xy 86.688278 113.821767) + (xy 86.699327 113.823964) + (xy 86.732172 113.830499) + (xy 86.732178 113.830499) + (xy 86.73218 113.8305) + (xy 86.732181 113.8305) + (xy 87.061819 113.8305) + (xy 87.06182 113.8305) + (xy 87.061821 113.830499) + (xy 87.061827 113.830499) + (xy 87.083623 113.826162) + (xy 87.105722 113.821767) + (xy 87.139186 113.799407) + (xy 87.142512 113.797185) + (xy 87.197514 113.7805) + (xy 87.675359 113.7805) + (xy 87.73355 113.799407) + (xy 87.739482 113.805) + (xy 87.969009 113.805) + (xy 87.973862 113.805238) + (xy 87.976517 113.805499) + (xy 87.97652 113.8055) + (xy 87.976523 113.8055) (xy 88.818477 113.8055) (xy 88.81848 113.8055) (xy 88.818482 113.805499) @@ -39220,10 +35954,10 @@ (xy 89.017907 113.724874) (xy 89.001298 113.665986) (xy 89.003125 113.650556) - (xy 89.004899 113.641641) + (xy 89.00423 113.645004) (xy 89.0105 113.61348) (xy 89.0105 113.44652) - (xy 88.999159 113.389504) + (xy 88.998142 113.384391) (xy 88.998142 113.38439) (xy 88.994411 113.375383) (xy 88.995689 113.374853) @@ -39231,7 +35965,7 @@ (xy 88.995305 113.284987) (xy 88.994411 113.284617) (xy 88.998142 113.275609) - (xy 89.0012 113.260236) + (xy 88.99896 113.271496) (xy 89.0105 113.21348) (xy 89.0105 113.04652) (xy 88.998142 112.984391) @@ -39245,7 +35979,7 @@ (xy 88.998885 112.871874) (xy 89.0105 112.81348) (xy 89.0105 112.64652) - (xy 88.998142 112.584391) + (xy 89.001131 112.599417) (xy 88.998142 112.58439) (xy 88.994411 112.575383) (xy 88.995689 112.574853) @@ -39253,10 +35987,10 @@ (xy 88.995305 112.484987) (xy 88.994411 112.484617) (xy 88.998142 112.475609) - (xy 89.00203 112.456061) + (xy 89.002573 112.453331) (xy 89.0105 112.41348) (xy 89.0105 112.24652) - (xy 88.998142 112.184391) + (xy 89.000795 112.197729) (xy 88.998142 112.18439) (xy 88.994411 112.175383) (xy 88.995689 112.174853) @@ -39278,7 +36012,7 @@ (xy 88.999251 111.670032) (xy 89.0105 111.61348) (xy 89.0105 111.44652) - (xy 89.000594 111.396719) + (xy 88.99978 111.392624) (xy 88.998142 111.38439) (xy 88.994411 111.375383) (xy 88.995689 111.374853) @@ -39308,7 +36042,7 @@ (xy 88.995305 110.484987) (xy 88.994411 110.484617) (xy 88.998142 110.475609) - (xy 89.002067 110.455876) + (xy 89.007214 110.43) (xy 89.0105 110.41348) (xy 89.0105 110.24652) (xy 88.998142 110.184391) @@ -39319,10 +36053,10 @@ (xy 88.995305 110.084987) (xy 88.994411 110.084617) (xy 88.998142 110.075609) - (xy 89.003414 110.049103) + (xy 89.002341 110.0545) (xy 89.0105 110.01348) (xy 89.0105 109.84652) - (xy 88.99936 109.790515) + (xy 88.998142 109.784391) (xy 88.998142 109.78439) (xy 88.994411 109.775383) (xy 88.995689 109.774853) @@ -39330,7 +36064,7 @@ (xy 88.995305 109.684987) (xy 88.994411 109.684617) (xy 88.998142 109.675609) - (xy 89.005219 109.64003) + (xy 88.99946 109.668981) (xy 89.0105 109.61348) (xy 89.0105 109.44652) (xy 88.998142 109.384391) @@ -39341,7 +36075,7 @@ (xy 88.995305 109.284987) (xy 88.994411 109.284617) (xy 88.998142 109.275609) - (xy 89.001593 109.25826) + (xy 89.001863 109.2569) (xy 89.0105 109.21348) (xy 89.0105 109.04652) (xy 88.99903 108.988853) @@ -39355,7 +36089,7 @@ (xy 88.998381 108.874407) (xy 89.0105 108.81348) (xy 89.0105 108.64652) - (xy 88.998142 108.584391) + (xy 88.999656 108.592002) (xy 88.998142 108.58439) (xy 88.994411 108.575383) (xy 88.995689 108.574853) @@ -39363,7 +36097,7 @@ (xy 88.995305 108.484987) (xy 88.994411 108.484617) (xy 88.998142 108.475609) - (xy 89.005921 108.4365) + (xy 89.000496 108.463774) (xy 89.0105 108.41348) (xy 89.0105 108.3545) (xy 89.029407 108.296309) @@ -39818,74 +36552,160 @@ (xy 92.068933 114.863937) (xy 92.021857 114.93439) (xy 92.0095 114.996517) - (xy 92.0095 115.380615) - (xy 92.007598 115.399927) - (xy 92.004103 115.417498) - (xy 92.004103 115.4175) - (xy 92.007538 115.434767) - (xy 92.007598 115.435069) - (xy 92.0095 115.454383) - (xy 92.0095 115.838482) - (xy 92.021857 115.900609) - (xy 92.067624 115.969103) - (xy 92.068935 115.971065) - (xy 92.074076 115.9745) - (xy 92.13939 116.018142) - (xy 92.159911 116.022223) - (xy 92.20152 116.0305) - (xy 92.201521 116.0305) - (xy 92.368479 116.0305) - (xy 92.36848 116.0305) - (xy 92.430609 116.018142) - (xy 92.439617 116.014411) - (xy 92.440146 116.015689) - (xy 92.488874 116.001941) - (xy 92.530012 116.015304) - (xy 92.530383 116.014411) - (xy 92.53939 116.018142) - (xy 92.559911 116.022223) - (xy 92.60152 116.0305) - (xy 92.601521 116.0305) - (xy 92.7105 116.0305) - (xy 92.768691 116.049407) - (xy 92.804655 116.098907) - (xy 92.8095 116.1295) - (xy 92.8095 116.199717) - (xy 92.790593 116.257908) - (xy 92.753981 116.288658) - (xy 92.74679 116.292173) - (xy 92.658173 116.38079) - (xy 92.603134 116.493373) - (xy 92.600239 116.513245) - (xy 92.593593 116.558866) - (xy 92.5925 116.566367) - (xy 92.5925 116.9735) - (xy 92.573593 117.031691) - (xy 92.524093 117.067655) - (xy 92.4935 117.0725) - (xy 91.977826 117.0725) - (xy 91.919635 117.053593) - (xy 91.883671 117.004093) - (xy 91.879834 116.987588) - (xy 91.876697 116.965775) - (xy 91.874886 116.961808) - (xy 91.822882 116.847937) - (xy 91.765892 116.782166) - (xy 91.742076 116.725808) - (xy 91.743615 116.698024) - (xy 91.752154 116.655093) - (xy 91.765897 116.586) - (xy 91.7635 116.573949) - (xy 91.762402 116.568427) - (xy 91.7605 116.549115) + (xy 92.0095 115.920412) + (xy 92.007598 115.939724) + (xy 92.004103 115.957296) + (xy 92.004103 115.957299) + (xy 92.008311 115.978459) + (xy 92.008316 115.978479) + (xy 92.01267 116.000368) + (xy 92.025485 116.064792) + (xy 92.025486 116.064793) + (xy 92.025487 116.064796) + (xy 92.040667 116.087515) + (xy 92.054949 116.108889) + (xy 92.06765 116.127897) + (xy 92.086376 116.155921) + (xy 92.097903 116.163623) + (xy 92.101266 116.16587) + (xy 92.116269 116.178182) + (xy 92.261816 116.323729) + (xy 92.274125 116.338729) + (xy 92.284074 116.353618) + (xy 92.284076 116.35362) + (xy 92.284079 116.353624) + (xy 92.284082 116.353626) + (xy 92.300101 116.36433) + (xy 92.307079 116.368992) + (xy 92.307081 116.368994) + (xy 92.356876 116.402266) + (xy 92.375208 116.414515) + (xy 92.380381 116.416658) + (xy 92.412503 116.438119) + (xy 92.626004 116.65162) + (xy 92.653781 116.706137) + (xy 92.655 116.721624) + (xy 92.655 118.004998) + (xy 92.655001 118.004999) + (xy 92.663453 118.004999) + (xy 92.762965 117.989239) + (xy 92.762969 117.989237) + (xy 92.889864 117.924581) + (xy 92.890795 117.926409) + (xy 92.938991 117.910746) + (xy 92.997183 117.929649) + (xy 93.033151 117.979146) + (xy 93.037999 118.009746) + (xy 93.037999 118.090681) + (xy 93.019092 118.148872) + (xy 92.98248 118.179621) + (xy 92.877224 118.231078) + (xy 92.877222 118.231079) + (xy 92.790081 118.31822) + (xy 92.735957 118.428931) + (xy 92.735956 118.428933) + (xy 92.735957 118.428933) + (xy 92.726932 118.490881) + (xy 92.7255 118.500708) + (xy 92.7255 119.333289) + (xy 92.7255 119.333291) + (xy 92.725501 119.333294) + (xy 92.735957 119.405067) + (xy 92.735957 119.405068) + (xy 92.735958 119.40507) + (xy 92.778465 119.49202) + (xy 92.787036 119.552602) + (xy 92.75836 119.606652) + (xy 92.703392 119.633524) + (xy 92.689524 119.6345) + (xy 91.812476 119.6345) + (xy 91.754285 119.615593) + (xy 91.718321 119.566093) + (xy 91.718321 119.504907) + (xy 91.723535 119.49202) + (xy 91.75154 119.434733) + (xy 91.766043 119.405067) + (xy 91.7765 119.333295) + (xy 91.776499 118.500706) + (xy 91.766043 118.428933) + (xy 91.711919 118.31822) + (xy 91.62478 118.231081) + (xy 91.514067 118.176957) + (xy 91.514068 118.176957) + (xy 91.496123 118.174342) + (xy 91.442295 118.1665) + (xy 91.442292 118.1665) + (xy 91.3715 118.1665) + (xy 91.313309 118.147593) + (xy 91.277345 118.098093) + (xy 91.2725 118.0675) + (xy 91.2725 117.959543) + (xy 91.291407 117.901352) + (xy 91.301491 117.889545) + (xy 91.389826 117.801211) + (xy 91.444866 117.688625) + (xy 91.4555 117.615636) + (xy 91.4555 117.613453) + (xy 91.755 117.613453) + (xy 91.77076 117.712965) + (xy 91.770762 117.712969) + (xy 91.831881 117.832921) + (xy 91.927078 117.928118) + (xy 92.04703 117.989237) + (xy 92.047029 117.989237) + (xy 92.14654 118.004998) + (xy 92.146551 118.004999) + (xy 92.154999 118.004998) + (xy 92.154999 117.58) + (xy 91.755002 117.58) + (xy 91.755001 117.580001) + (xy 91.755001 117.613453) + (xy 91.755 117.613453) + (xy 91.4555 117.613453) + (xy 91.4555 117.079999) + (xy 91.755 117.079999) + (xy 91.755001 117.08) + (xy 92.154999 117.08) + (xy 92.154999 116.654999) + (xy 92.146558 116.655) + (xy 92.146544 116.655001) + (xy 92.047035 116.67076) + (xy 92.04703 116.670762) + (xy 91.927078 116.731881) + (xy 91.831881 116.827078) + (xy 91.770762 116.94703) + (xy 91.755 117.046546) + (xy 91.755 117.079999) + (xy 91.4555 117.079999) + (xy 91.4555 117.044364) + (xy 91.444866 116.971375) + (xy 91.389826 116.858789) + (xy 91.321327 116.79029) + (xy 91.293552 116.735776) + (xy 91.303123 116.675344) + (xy 91.321326 116.650288) + (xy 91.653733 116.317881) + (xy 91.668729 116.305575) + (xy 91.683624 116.295624) + (xy 91.693059 116.281504) + (xy 91.699073 116.272506) + (xy 91.73374 116.220621) + (xy 91.744515 116.204495) + (xy 91.758752 116.132919) + (xy 91.7605 116.124133) + (xy 91.7605 116.124132) + (xy 91.765897 116.097) + (xy 91.765897 116.096999) + (xy 91.762402 116.079427) + (xy 91.7605 116.060115) + (xy 91.7605 115.528907) + (xy 91.7605 115.390367) (xy 91.7605 114.99652) - (xy 91.760499 114.996517) - (xy 91.759159 114.989781) - (xy 91.750464 114.946065) + (xy 91.751432 114.950931) (xy 91.748142 114.93439) - (xy 91.714141 114.883505) + (xy 91.710075 114.87742) (xy 91.701065 114.863935) - (xy 91.695176 114.86) + (xy 91.700744 114.86372) (xy 91.630609 114.816857) (xy 91.568482 114.8045) (xy 91.56848 114.8045) @@ -39970,7 +36790,7 @@ (xy 88.995305 114.484987) (xy 88.994411 114.484617) (xy 88.998142 114.475609) - (xy 89.002835 114.452014) + (xy 89.001817 114.457133) (xy 89.0105 114.41348) (xy 89.0105 114.24652) (xy 89.003124 114.209438) @@ -39984,560 +36804,717 @@ (xy 88.818482 114.0545) (xy 88.81848 114.0545) (xy 88.818477 114.0545) - (xy 87.636884 114.0545) - (xy 87.617571 114.052598) - (xy 87.6 114.049103) - (xy 87.492506 114.070483) - (xy 87.426959 114.114281) - (xy 87.401378 114.131374) - (xy 87.401372 114.13138) - (xy 87.391423 114.146269) - (xy 87.379115 114.161267) - (xy 87.143981 114.396401) - (xy 87.089464 114.424178) - (xy 87.029032 114.414607) - (xy 86.985768 114.371343) - (xy 86.958118 114.317078) - (xy 86.862921 114.221881) - (xy 86.742969 114.160762) - (xy 86.74297 114.160762) - (xy 86.643454 114.145) - (xy 86.610001 114.145) - (xy 86.61 114.145001) - (xy 86.61 115.444997) - (xy 86.610001 115.444999) - (xy 86.643453 115.444999) - (xy 86.742965 115.429239) - (xy 86.742969 115.429238) - (xy 86.844547 115.37748) - (xy 86.904979 115.367908) - (xy 86.959496 115.395685) - (xy 86.987274 115.450201) - (xy 86.988493 115.465689) - (xy 86.988493 115.526883) - (xy 86.969586 115.585074) - (xy 86.959496 115.596887) - (xy 86.823949 115.732433) - (xy 86.769433 115.76021) - (xy 86.724725 115.757018) - (xy 86.718631 115.755135) - (xy 86.718625 115.755134) - (xy 86.645636 115.7445) - (xy 86.074364 115.7445) - (xy 86.03057 115.75088) - (xy 86.001373 115.755134) - (xy 85.88879 115.810173) - (xy 85.800173 115.89879) - (xy 85.745134 116.011373) - (xy 85.744505 116.015689) - (xy 85.734711 116.082921) - (xy 85.7345 116.084367) - (xy 85.7345 116.605632) - (xy 85.734499 116.605632) - (xy 85.745134 116.678626) - (xy 85.793826 116.778226) - (xy 85.800174 116.791211) - (xy 85.888789 116.879826) - (xy 85.969461 116.919264) - (xy 86.013435 116.961808) - (xy 86.024004 117.022074) - (xy 85.997131 117.077042) - (xy 85.969462 117.097145) - (xy 85.933951 117.114505) - (xy 85.845333 117.203123) - (xy 85.790294 117.315706) - (xy 85.790293 117.315708) - (xy 85.790294 117.315708) - (xy 85.77966 117.388697) - (xy 85.77966 117.909969) - (xy 85.787026 117.960528) - (xy 85.790294 117.982959) - (xy 85.826017 118.056031) - (xy 85.845334 118.095544) - (xy 85.933949 118.184159) - (xy 86.046535 118.239199) - (xy 86.119524 118.249833) - (xy 86.119527 118.249833) - (xy 86.690792 118.249833) - (xy 86.690796 118.249833) - (xy 86.763785 118.239199) - (xy 86.876371 118.184159) - (xy 86.964986 118.095544) - (xy 87.020026 117.982958) - (xy 87.03066 117.909969) - (xy 87.03066 117.490032) - (xy 87.049567 117.431842) - (xy 87.099067 117.395878) - (xy 87.12966 117.391033) - (xy 87.176152 117.391033) - (xy 87.176154 117.391033) - (xy 87.176156 117.391032) - (xy 87.176158 117.391032) - (xy 87.196384 117.385093) - (xy 87.214608 117.379742) - (xy 87.275768 117.381488) - (xy 87.324221 117.41885) - (xy 87.3415 117.474731) - (xy 87.3415 118.128827) - (xy 87.350232 118.17272) - (xy 87.350234 118.172724) - (xy 87.375192 118.210076) - (xy 87.383496 118.222504) - (xy 87.428793 118.25277) - (xy 87.466673 118.30082) - (xy 87.469075 118.361959) - (xy 87.435082 118.412832) - (xy 87.418751 118.422404) - (xy 87.34781 118.469806) - (xy 87.347806 118.46981) - (xy 87.303603 118.535963) - (xy 87.292 118.594299) - (xy 87.292 118.788999) - (xy 87.292001 118.789) - (xy 88.018 118.789) - (xy 88.076191 118.807907) - (xy 88.112155 118.857407) - (xy 88.117 118.888) - (xy 88.117 119.663999) - (xy 88.117001 119.664) - (xy 88.261697 119.664) - (xy 88.2617 119.663999) - (xy 88.320036 119.652396) - (xy 88.381586 119.611269) - (xy 88.440474 119.59466) - (xy 88.474474 119.60212) - (xy 88.483274 119.605764) - (xy 88.483278 119.605767) - (xy 88.495454 119.608189) - (xy 88.527172 119.614499) - (xy 88.527178 119.614499) - (xy 88.52718 119.6145) - (xy 88.527181 119.6145) - (xy 89.306819 119.6145) - (xy 89.30682 119.6145) - (xy 89.306821 119.614499) - (xy 89.306827 119.614499) - (xy 89.328623 119.610162) - (xy 89.350722 119.605767) - (xy 89.400504 119.572504) - (xy 89.433767 119.522722) - (xy 89.438162 119.500623) - (xy 89.442499 119.478827) - (xy 89.4425 119.478818) - (xy 89.4425 119.268122) - (xy 89.461407 119.209931) - (xy 89.47149 119.198124) - (xy 89.830733 118.838881) - (xy 89.845735 118.826572) - (xy 89.855503 118.820046) - (xy 89.914392 118.803441) - (xy 89.971795 118.824621) - (xy 90.005785 118.875497) - (xy 90.0095 118.902364) - (xy 90.0095 118.999284) - (xy 89.990593 119.057475) - (xy 89.964023 119.082568) - (xy 89.911952 119.116031) - (xy 89.827117 119.213938) - (xy 89.773302 119.331774) - (xy 89.754867 119.459997) - (xy 89.754867 119.460002) - (xy 89.773302 119.588225) - (xy 89.821717 119.694237) - (xy 89.827118 119.706063) - (xy 89.898017 119.787886) - (xy 89.911952 119.803968) - (xy 90.007698 119.8655) - (xy 90.020931 119.874004) - (xy 90.145228 119.9105) - (xy 90.219876 119.9105) - (xy 90.278067 119.929407) - (xy 90.28988 119.939496) - (xy 90.999113 120.648729) - (xy 91.011422 120.663729) - (xy 91.021371 120.678618) - (xy 91.021373 120.67862) - (xy 91.021376 120.678624) - (xy 91.021379 120.678626) - (xy 91.02138 120.678627) - (xy 91.041449 120.692037) - (xy 91.05231 120.699294) - (xy 91.082818 120.719678) - (xy 91.112505 120.739515) - (xy 91.192867 120.7555) - (xy 91.192868 120.7555) - (xy 91.22 120.760897) - (xy 91.23757 120.757402) - (xy 91.256884 120.7555) - (xy 94.189955 120.7555) - (xy 94.248146 120.774407) - (xy 94.28411 120.823907) - (xy 94.28411 120.885093) - (xy 94.264775 120.919329) - (xy 94.254456 120.931239) - (xy 94.252117 120.933938) - (xy 94.198302 121.051774) - (xy 94.179867 121.179997) - (xy 94.179867 121.180002) - (xy 94.198302 121.308225) - (xy 94.242727 121.4055) - (xy 94.252118 121.426063) - (xy 94.311496 121.49459) - (xy 94.336952 121.523968) - (xy 94.445926 121.594001) - (xy 94.445931 121.594004) - (xy 94.570228 121.6305) - (xy 94.57023 121.6305) - (xy 94.69977 121.6305) - (xy 94.699772 121.6305) - (xy 94.701849 121.629889) - (xy 94.704991 121.629749) - (xy 94.706783 121.629492) - (xy 94.706808 121.629668) - (xy 94.749062 121.627781) - (xy 94.789863 121.635897) - (xy 94.789884 121.6359) - (xy 94.815 121.640896) - (xy 94.832566 121.637401) - (xy 94.851879 121.6355) - (xy 95.209106 121.6355) - (xy 95.267297 121.654407) - (xy 95.303261 121.703907) - (xy 95.30707 121.720219) - (xy 95.308598 121.730708) - (xy 95.309427 121.736395) - (xy 95.348267 121.815843) - (xy 95.360802 121.841483) - (xy 95.443517 121.924198) - (xy 95.490892 121.947358) - (xy 95.548604 121.975572) - (xy 95.548605 121.975572) - (xy 95.548607 121.975573) - (xy 95.61674 121.9855) - (xy 95.616743 121.9855) - (xy 96.083257 121.9855) - (xy 96.08326 121.9855) - (xy 96.151393 121.975573) - (xy 96.256483 121.924198) - (xy 96.339198 121.841483) - (xy 96.390573 121.736393) - (xy 96.4005 121.66826) - (xy 96.4005 121.05174) - (xy 96.390573 120.983607) - (xy 96.386304 120.974875) - (xy 96.348713 120.89798) - (xy 96.340142 120.837398) - (xy 96.368818 120.783348) - (xy 96.423786 120.756476) - (xy 96.437654 120.7555) - (xy 96.912346 120.7555) - (xy 96.970537 120.774407) - (xy 97.006501 120.823907) - (xy 97.006501 120.885093) - (xy 97.001287 120.89798) - (xy 96.959427 120.983604) - (xy 96.954724 121.015884) - (xy 96.9495 121.05174) - (xy 96.9495 121.66826) - (xy 96.955769 121.711286) - (xy 96.959427 121.736395) - (xy 96.998267 121.815843) - (xy 97.010802 121.841483) - (xy 97.093517 121.924198) - (xy 97.16898 121.961089) - (xy 97.212954 122.003632) - (xy 97.2245 122.05003) - (xy 97.2245 122.883084) - (xy 97.205593 122.941275) - (xy 97.20032 122.947914) - (xy 97.117118 123.043936) - (xy 97.063302 123.161774) - (xy 97.044867 123.289997) - (xy 97.044867 123.290002) - (xy 97.063302 123.418225) - (xy 97.115061 123.531558) - (xy 97.117118 123.536063) - (xy 97.164263 123.590472) - (xy 97.201952 123.633968) - (xy 97.308757 123.702607) - (xy 97.310931 123.704004) - (xy 97.435228 123.7405) - (xy 97.43523 123.7405) - (xy 97.56477 123.7405) - (xy 97.564772 123.7405) - (xy 97.689069 123.704004) - (xy 97.798049 123.633967) - (xy 97.882882 123.536063) - (xy 97.936697 123.418226) - (xy 97.955133 123.29) - (xy 97.952705 123.273115) - (xy 97.936697 123.161774) - (xy 97.919706 123.124569) - (xy 97.882882 123.043937) - (xy 97.867963 123.026719) - (xy 97.79968 122.947914) - (xy 97.775863 122.891555) - (xy 97.7755 122.883084) - (xy 97.7755 122.05003) - (xy 97.794407 121.991839) - (xy 97.831019 121.961089) - (xy 97.906483 121.924198) - (xy 97.989198 121.841483) - (xy 98.040573 121.736393) - (xy 98.0505 121.66826) - (xy 98.0505 121.05174) - (xy 98.040573 120.983607) - (xy 98.010933 120.922978) - (xy 98.002363 120.862398) - (xy 98.031038 120.808348) - (xy 98.086007 120.781475) - (xy 98.146272 120.792044) - (xy 98.169879 120.809495) - (xy 98.218061 120.857677) - (xy 98.245838 120.912194) - (xy 98.24605 120.941763) - (xy 98.244867 120.949995) - (xy 98.244867 120.95) - (xy 98.263302 121.078225) - (xy 98.299339 121.157133) - (xy 98.317118 121.196063) - (xy 98.373802 121.261481) - (xy 98.401951 121.293967) - (xy 98.479791 121.343992) - (xy 98.510931 121.364004) - (xy 98.635228 121.4005) - (xy 98.63523 121.4005) - (xy 98.76477 121.4005) - (xy 98.764772 121.4005) - (xy 98.889069 121.364004) - (xy 98.998049 121.293967) - (xy 99.082882 121.196063) - (xy 99.136697 121.078226) - (xy 99.155133 120.95) - (xy 99.155132 120.949995) - (xy 99.136697 120.821774) - (xy 99.124836 120.795802) - (xy 99.082882 120.703937) - (xy 98.998049 120.606033) - (xy 98.998048 120.606032) - (xy 98.998047 120.606031) - (xy 98.889073 120.535998) - (xy 98.88907 120.535996) - (xy 98.889069 120.535996) - (xy 98.889066 120.535995) - (xy 98.764774 120.4995) - (xy 98.764772 120.4995) - (xy 98.680124 120.4995) - (xy 98.621933 120.480593) - (xy 98.61012 120.470504) - (xy 98.53412 120.394504) - (xy 98.506343 120.339987) - (xy 98.515914 120.279555) - (xy 98.559179 120.23629) - (xy 98.604124 120.2255) - (xy 99.144876 120.2255) - (xy 99.203067 120.244407) - (xy 99.21488 120.254496) - (xy 99.368061 120.407677) - (xy 99.395838 120.462194) - (xy 99.39605 120.491763) - (xy 99.394867 120.499995) - (xy 99.394867 120.500002) - (xy 99.413302 120.628225) - (xy 99.466248 120.744158) - (xy 99.467118 120.746063) - (xy 99.542091 120.832588) - (xy 99.551952 120.843968) - (xy 99.660926 120.914001) - (xy 99.660931 120.914004) - (xy 99.785228 120.9505) - (xy 99.78523 120.9505) - (xy 99.91477 120.9505) - (xy 99.914772 120.9505) - (xy 100.039069 120.914004) - (xy 100.148049 120.843967) - (xy 100.232882 120.746063) - (xy 100.286697 120.628226) - (xy 100.297153 120.5555) - (xy 100.305133 120.500002) - (xy 100.305133 120.499997) - (xy 100.286697 120.371774) - (xy 100.280692 120.358625) - (xy 100.232882 120.253937) - (xy 100.148049 120.156033) - (xy 100.148048 120.156032) - (xy 100.148047 120.156031) - (xy 100.039073 120.085998) - (xy 100.03907 120.085996) - (xy 100.039069 120.085996) - (xy 100.017 120.079516) - (xy 99.914774 120.0495) - (xy 99.914772 120.0495) - (xy 99.830124 120.0495) - (xy 99.771933 120.030593) - (xy 99.76012 120.020504) - (xy 99.56412 119.824504) - (xy 99.536343 119.769987) - (xy 99.545914 119.709555) - (xy 99.589179 119.66629) - (xy 99.634124 119.6555) - (xy 100.124876 119.6555) - (xy 100.183067 119.674407) - (xy 100.19488 119.684496) - (xy 100.318061 119.807677) - (xy 100.345838 119.862194) - (xy 100.34605 119.891763) - (xy 100.344867 119.899995) - (xy 100.344867 119.900002) - (xy 100.363302 120.028225) - (xy 100.409294 120.128932) - (xy 100.417118 120.146063) - (xy 100.497322 120.238625) - (xy 100.501952 120.243968) - (xy 100.598422 120.305965) - (xy 100.610931 120.314004) - (xy 100.735228 120.3505) - (xy 100.73523 120.3505) - (xy 100.86477 120.3505) - (xy 100.864772 120.3505) - (xy 100.989069 120.314004) - (xy 101.098049 120.243967) - (xy 101.182882 120.146063) - (xy 101.236697 120.028226) - (xy 101.247736 119.951445) - (xy 101.255133 119.900002) - (xy 101.255133 119.899997) - (xy 101.236697 119.771774) - (xy 101.226753 119.75) - (xy 101.182882 119.653937) - (xy 101.098049 119.556033) - (xy 101.098048 119.556032) - (xy 101.098047 119.556031) - (xy 100.989073 119.485998) - (xy 100.98907 119.485996) - (xy 100.989069 119.485996) - (xy 100.989066 119.485995) - (xy 100.864774 119.4495) - (xy 100.864772 119.4495) - (xy 100.780124 119.4495) - (xy 100.721933 119.430593) - (xy 100.71012 119.420504) - (xy 100.58912 119.299504) - (xy 100.561343 119.244987) - (xy 100.570914 119.184555) - (xy 100.614179 119.14129) - (xy 100.659124 119.1305) - (xy 100.70977 119.1305) - (xy 100.709772 119.1305) - (xy 100.834069 119.094004) - (xy 100.943049 119.023967) - (xy 101.027882 118.926063) - (xy 101.081697 118.808226) - (xy 101.090092 118.749836) - (xy 101.100133 118.680002) - (xy 101.100133 118.679997) - (xy 101.081697 118.551774) - (xy 101.060562 118.505496) - (xy 101.027882 118.433937) - (xy 100.943049 118.336033) - (xy 100.943048 118.336032) - (xy 100.943047 118.336031) - (xy 100.834073 118.265998) - (xy 100.83407 118.265996) - (xy 100.834069 118.265996) - (xy 100.815668 118.260593) - (xy 100.709774 118.2295) - (xy 100.709772 118.2295) - (xy 100.580228 118.2295) - (xy 100.580225 118.2295) - (xy 100.455929 118.265996) - (xy 100.449488 118.268938) - (xy 100.448581 118.266952) - (xy 100.405849 118.2795) - (xy 98.405784 118.2795) - (xy 98.347593 118.260593) - (xy 98.33578 118.250504) - (xy 98.034776 117.9495) - (xy 97.709793 117.624516) - (xy 97.709792 117.624515) - (xy 97.707308 117.622031) - (xy 97.687227 117.601951) - (xy 97.687226 117.60195) - (xy 97.665731 117.590997) - (xy 97.652492 117.582884) - (xy 97.646465 117.578505) - (xy 97.632974 117.568704) - (xy 97.632972 117.568703) - (xy 97.610026 117.561247) - (xy 97.595672 117.555301) - (xy 97.57419 117.544354) - (xy 97.550358 117.540579) - (xy 97.535258 117.536953) - (xy 97.512321 117.5295) - (xy 97.512317 117.5295) - (xy 97.480403 117.5295) - (xy 95.847389 117.5295) - (xy 95.789198 117.510593) - (xy 95.753234 117.461093) - (xy 95.753234 117.399907) - (xy 95.772569 117.36567) - (xy 95.808755 117.323907) - (xy 95.832882 117.296063) - (xy 95.886697 117.178226) - (xy 95.897872 117.1005) - (xy 95.905133 117.050002) - (xy 95.905133 117.049997) - (xy 95.894356 116.97504) - (xy 95.904789 116.914751) - (xy 95.948667 116.872108) - (xy 96.00923 116.863401) - (xy 96.063344 116.891954) - (xy 96.067157 116.896108) - (xy 96.127522 116.965774) - (xy 96.151952 116.993968) - (xy 96.260926 117.064001) - (xy 96.260931 117.064004) - (xy 96.385228 117.1005) - (xy 96.38523 117.1005) - (xy 96.51477 117.1005) - (xy 96.514772 117.1005) - (xy 96.639069 117.064004) - (xy 96.748049 116.993967) - (xy 96.832882 116.896063) - (xy 96.886697 116.778226) - (xy 96.905133 116.65) - (xy 96.904602 116.646309) - (xy 96.905133 116.643241) - (xy 96.905133 116.642919) - (xy 96.905189 116.642919) - (xy 96.915033 116.586021) - (xy 96.95891 116.543377) - (xy 97.019472 116.534667) - (xy 97.072598 116.562214) - (xy 98.319113 117.808729) - (xy 98.331422 117.823729) - (xy 98.341371 117.838618) - (xy 98.341373 117.83862) - (xy 98.341376 117.838624) - (xy 98.341379 117.838626) - (xy 98.34138 117.838627) - (xy 98.360329 117.851288) - (xy 98.360334 117.851292) - (xy 98.432505 117.899516) - (xy 98.443657 117.901734) - (xy 98.54 117.920897) - (xy 98.557571 117.917401) - (xy 98.576884 117.9155) - (xy 102.349876 117.9155) - (xy 102.408067 117.934407) - (xy 102.41988 117.944496) + (xy 87.830884 114.0545) + (xy 87.81157 114.052598) + (xy 87.794 114.049103) + (xy 87.793999 114.049103) + (xy 87.773915 114.053098) + (xy 87.754602 114.055) + (xy 87.725876 114.055) + (xy 87.708922 114.065851) + (xy 87.703247 114.067154) + (xy 87.686507 114.070484) + (xy 87.686504 114.070485) + (xy 87.652376 114.09329) + (xy 87.620962 114.114278) + (xy 87.620958 114.114282) + (xy 87.618378 114.116006) + (xy 87.618376 114.116007) + (xy 87.612546 114.119903) + (xy 87.595377 114.131375) + (xy 87.595372 114.13138) + (xy 87.585423 114.146269) + (xy 87.573115 114.161267) + (xy 87.190267 114.544115) + (xy 87.175269 114.556423) + (xy 87.16038 114.566372) + (xy 87.160376 114.566376) + (xy 87.157631 114.570485) + (xy 87.157618 114.570504) + (xy 87.109567 114.608382) + (xy 87.075304 114.6145) + (xy 87.029364 114.6145) + (xy 86.98557 114.62088) + (xy 86.956373 114.625134) + (xy 86.84379 114.680173) + (xy 86.755173 114.76879) + (xy 86.700134 114.881373) + (xy 86.699058 114.888761) + (xy 86.6895 114.954364) + (xy 86.6895 115.525636) + (xy 86.690992 115.535876) + (xy 86.700134 115.598626) + (xy 86.746271 115.693) + (xy 86.755174 115.711211) + (xy 86.843789 115.799826) + (xy 86.84379 115.799826) + (xy 86.843794 115.79983) + (xy 86.84698 115.802105) + (xy 86.849562 115.805598) + (xy 86.84959 115.805626) + (xy 86.849585 115.80563) + (xy 86.883351 115.851307) + (xy 86.883854 115.912491) + (xy 86.848299 115.962285) + (xy 86.832938 115.971612) + (xy 86.831791 115.972172) + (xy 86.743173 116.06079) + (xy 86.688134 116.173373) + (xy 86.686969 116.181373) + (xy 86.6775 116.246364) + (xy 86.6775 116.817636) + (xy 86.685028 116.869309) + (xy 86.688134 116.890626) + (xy 86.727609 116.971373) + (xy 86.743174 117.003211) + (xy 86.831789 117.091826) + (xy 86.944375 117.146866) + (xy 87.017364 117.1575) + (xy 87.017367 117.1575) + (xy 87.185626 117.1575) + (xy 87.243817 117.176407) + (xy 87.279781 117.225907) + (xy 87.279781 117.287093) + (xy 87.267935 117.311511) + (xy 87.26542 117.315274) + (xy 87.253115 117.330267) + (xy 86.467267 118.116115) + (xy 86.452269 118.128423) + (xy 86.437379 118.138373) + (xy 86.437378 118.138373) + (xy 86.381903 118.221396) + (xy 86.369593 118.236395) + (xy 86.36851 118.237477) + (xy 86.370626 118.25896) + (xy 86.355103 118.336999) + (xy 86.358598 118.354569) + (xy 86.3605 118.373883) + (xy 86.3605 118.3795) + (xy 86.341593 118.437691) + (xy 86.292093 118.473655) + (xy 86.2615 118.4785) + (xy 86.246172 118.4785) + (xy 86.202279 118.487232) + (xy 86.202275 118.487234) + (xy 86.152498 118.520494) + (xy 86.152494 118.520498) + (xy 86.119234 118.570275) + (xy 86.119232 118.570279) + (xy 86.1105 118.614172) + (xy 86.1105 119.493827) + (xy 86.119232 119.53772) + (xy 86.119234 119.537724) + (xy 86.146427 119.578421) + (xy 86.152496 119.587504) + (xy 86.195732 119.616393) + (xy 86.197793 119.61777) + (xy 86.235673 119.66582) + (xy 86.238075 119.726959) + (xy 86.204082 119.777832) + (xy 86.187751 119.787404) + (xy 86.11681 119.834806) + (xy 86.116806 119.83481) + (xy 86.072603 119.900963) + (xy 86.061 119.959299) + (xy 86.061 120.153999) + (xy 86.061001 120.154) + (xy 86.787 120.154) + (xy 86.845191 120.172907) + (xy 86.881155 120.222407) + (xy 86.886 120.253) + (xy 86.886 121.028999) + (xy 86.886001 121.029) + (xy 87.030697 121.029) + (xy 87.0307 121.028999) + (xy 87.089036 121.017396) + (xy 87.150586 120.976269) + (xy 87.209474 120.95966) + (xy 87.243474 120.96712) + (xy 87.252274 120.970764) + (xy 87.252278 120.970767) + (xy 87.264454 120.973189) + (xy 87.296172 120.979499) + (xy 87.296178 120.979499) + (xy 87.29618 120.9795) + (xy 87.296181 120.9795) + (xy 88.075819 120.9795) + (xy 88.07582 120.9795) + (xy 88.075821 120.979499) + (xy 88.075827 120.979499) + (xy 88.097623 120.975162) + (xy 88.119722 120.970767) + (xy 88.169504 120.937504) + (xy 88.202767 120.887722) + (xy 88.203011 120.886499) + (xy 88.211499 120.843827) + (xy 88.2115 120.843818) + (xy 88.2115 120.7785) + (xy 88.230407 120.720309) + (xy 88.279907 120.684345) + (xy 88.3105 120.6795) + (xy 88.341116 120.6795) + (xy 88.360429 120.681401) + (xy 88.378 120.684897) + (xy 88.405132 120.6795) + (xy 88.405133 120.6795) + (xy 88.485495 120.663515) + (xy 88.533224 120.631623) + (xy 88.53626 120.629595) + (xy 88.548011 120.621743) + (xy 88.553622 120.617994) + (xy 88.553622 120.617993) + (xy 88.564343 120.61083) + (xy 88.564344 120.610828) + (xy 88.576624 120.602624) + (xy 88.586574 120.58773) + (xy 88.598881 120.572733) + (xy 89.251179 119.920435) + (xy 89.305697 119.892658) + (xy 89.366129 119.902229) + (xy 89.381259 119.913221) + (xy 89.381269 119.913207) + (xy 89.389375 119.918623) + (xy 89.389376 119.918624) + (xy 89.404266 119.928573) + (xy 89.419269 119.940885) + (xy 90.086113 120.607729) + (xy 90.098422 120.622729) + (xy 90.108371 120.637618) + (xy 90.108373 120.63762) + (xy 90.108376 120.637624) + (xy 90.108379 120.637626) + (xy 90.10838 120.637627) + (xy 90.127329 120.650288) + (xy 90.127334 120.650292) + (xy 90.199505 120.698516) + (xy 90.203402 120.699291) + (xy 90.307 120.719897) + (xy 90.324571 120.716401) + (xy 90.343884 120.7145) + (xy 92.356364 120.7145) + (xy 92.414555 120.733407) + (xy 92.446417 120.772373) + (xy 92.479046 120.84382) + (xy 92.490118 120.868063) + (xy 92.560367 120.949136) + (xy 92.574952 120.965968) + (xy 92.603347 120.984216) + (xy 92.642078 121.031581) + (xy 92.645572 121.092667) + (xy 92.612493 121.14414) + (xy 92.555476 121.166339) + (xy 92.549824 121.1665) + (xy 91.54196 121.1665) + (xy 91.483769 121.147593) + (xy 91.481693 121.146042) + (xy 91.403629 121.086142) + (xy 91.403628 121.086141) + (xy 91.403625 121.086139) + (xy 91.403622 121.086138) + (xy 91.403621 121.086137) + (xy 91.269709 121.03067) + (xy 91.269708 121.030669) + (xy 91.126 121.01175) + (xy 90.982291 121.030669) + (xy 90.98229 121.03067) + (xy 90.848378 121.086137) + (xy 90.848374 121.086139) + (xy 90.733381 121.174377) + (xy 90.733377 121.174381) + (xy 90.645139 121.289374) + (xy 90.645137 121.289378) + (xy 90.58967 121.42329) + (xy 90.589669 121.423291) + (xy 90.57075 121.566999) + (xy 90.57075 121.567) + (xy 90.589669 121.710708) + (xy 90.58967 121.710709) + (xy 90.633534 121.816609) + (xy 90.645139 121.844625) + (xy 90.733379 121.959621) + (xy 90.848375 122.047861) + (xy 90.982291 122.10333) + (xy 91.125999 122.12225) + (xy 91.125999 122.122249) + (xy 91.126 122.12225) + (xy 91.269709 122.10333) + (xy 91.403625 122.047861) + (xy 91.460627 122.004122) + (xy 91.481693 121.987958) + (xy 91.539369 121.967534) + (xy 91.54196 121.9675) + (xy 93.973432 121.9675) + (xy 93.973433 121.9675) + (xy 93.996382 121.960043) + (xy 94.011465 121.956421) + (xy 94.035304 121.952646) + (xy 94.056802 121.94169) + (xy 94.071151 121.935748) + (xy 94.09409 121.928296) + (xy 94.113612 121.914111) + (xy 94.126849 121.906) + (xy 94.148342 121.89505) + (xy 94.165261 121.878129) + (xy 94.165265 121.878127) + (xy 94.170907 121.872484) + (xy 94.170909 121.872484) + (xy 95.127896 120.915496) + (xy 95.182414 120.887719) + (xy 95.197901 120.8865) + (xy 96.860432 120.8865) + (xy 96.860433 120.8865) + (xy 96.883382 120.879043) + (xy 96.898465 120.875421) + (xy 96.922304 120.871646) + (xy 96.943802 120.86069) + (xy 96.958151 120.854748) + (xy 96.98109 120.847296) + (xy 97.000612 120.833111) + (xy 97.013849 120.825) + (xy 97.035342 120.81405) + (xy 97.05226 120.79713) + (xy 97.052272 120.797121) + (xy 97.355619 120.493774) + (xy 97.6649 120.184491) + (xy 97.719417 120.156714) + (xy 97.779849 120.166285) + (xy 97.823114 120.20955) + (xy 97.832895 120.240398) + (xy 97.833301 120.243222) + (xy 97.833301 120.243224) + (xy 97.887118 120.361063) + (xy 97.92832 120.408614) + (xy 97.952137 120.464973) + (xy 97.9525 120.473444) + (xy 97.9525 122.389084) + (xy 97.933593 122.447275) + (xy 97.92832 122.453914) + (xy 97.845118 122.549936) + (xy 97.791302 122.667774) + (xy 97.772867 122.795997) + (xy 97.772867 122.796002) + (xy 97.791302 122.924225) + (xy 97.838178 123.026867) + (xy 97.845118 123.042063) + (xy 97.921315 123.13) + (xy 97.929952 123.139968) + (xy 98.022261 123.199291) + (xy 98.038931 123.210004) + (xy 98.163228 123.2465) + (xy 98.16323 123.2465) + (xy 98.29277 123.2465) + (xy 98.292772 123.2465) + (xy 98.417069 123.210004) + (xy 98.526049 123.139967) + (xy 98.610882 123.042063) + (xy 98.664697 122.924226) + (xy 98.681147 122.809813) + (xy 98.683133 122.796002) + (xy 98.683133 122.795997) + (xy 98.664482 122.666279) + (xy 98.674915 122.60599) + (xy 98.718793 122.563348) + (xy 98.779355 122.55464) + (xy 98.79198 122.558542) + (xy 98.792137 122.558009) + (xy 98.79893 122.560003) + (xy 98.798931 122.560004) + (xy 98.923228 122.5965) + (xy 98.92323 122.5965) + (xy 99.05277 122.5965) + (xy 99.052772 122.5965) + (xy 99.177069 122.560004) + (xy 99.286049 122.489967) + (xy 99.370882 122.392063) + (xy 99.424697 122.274226) + (xy 99.434667 122.20488) + (xy 99.443133 122.146002) + (xy 99.443133 122.145997) + (xy 99.424697 122.017774) + (xy 99.405361 121.975435) + (xy 99.370882 121.899937) + (xy 99.287678 121.803913) + (xy 99.263862 121.747555) + (xy 99.263499 121.739107) + (xy 99.2635 120.660976) + (xy 99.282407 120.602785) + (xy 99.331907 120.566821) + (xy 99.334609 120.565986) + (xy 99.344043 120.563216) + (xy 99.406069 120.545004) + (xy 99.515049 120.474967) + (xy 99.599882 120.377063) + (xy 99.653697 120.259226) + (xy 99.662284 120.1995) + (xy 99.672133 120.131002) + (xy 99.672133 120.130997) + (xy 99.653697 120.002774) + (xy 99.644242 119.982071) + (xy 99.599882 119.884937) + (xy 99.593291 119.87733) + (xy 99.569474 119.820971) + (xy 99.583333 119.761376) + (xy 99.629574 119.721308) + (xy 99.668111 119.7135) + (xy 100.075432 119.7135) + (xy 100.075433 119.7135) + (xy 100.098382 119.706043) + (xy 100.113465 119.702421) + (xy 100.137304 119.698646) + (xy 100.158802 119.68769) + (xy 100.173151 119.681748) + (xy 100.19609 119.674296) + (xy 100.215612 119.660111) + (xy 100.228849 119.652) + (xy 100.250342 119.64105) + (xy 100.267261 119.624129) + (xy 100.267267 119.624125) + (xy 100.272906 119.618485) + (xy 100.272909 119.618484) + (xy 101.316276 118.575115) + (xy 101.358389 118.55013) + (xy 101.386069 118.542004) + (xy 101.495049 118.471967) + (xy 101.579882 118.374063) + (xy 101.633697 118.256226) + (xy 101.645663 118.173) + (xy 101.652133 118.128002) + (xy 101.652133 118.127997) + (xy 101.633697 117.999774) + (xy 101.624276 117.979146) + (xy 101.579882 117.881937) + (xy 101.495049 117.784033) + (xy 101.495048 117.784032) + (xy 101.495047 117.784031) + (xy 101.386073 117.713998) + (xy 101.38607 117.713996) + (xy 101.386069 117.713996) + (xy 101.386066 117.713995) + (xy 101.261774 117.6775) + (xy 101.261772 117.6775) + (xy 101.132228 117.6775) + (xy 101.132225 117.6775) + (xy 101.007933 117.713995) + (xy 101.007926 117.713998) + (xy 100.898952 117.784031) + (xy 100.814117 117.881937) + (xy 100.768958 117.98082) + (xy 100.748909 118.009695) + (xy 99.875103 118.883503) + (xy 99.820586 118.911281) + (xy 99.805099 118.9125) + (xy 98.033433 118.9125) + (xy 97.906567 118.9125) + (xy 97.906565 118.9125) + (xy 97.906559 118.912501) + (xy 97.883619 118.919954) + (xy 97.868524 118.923578) + (xy 97.844701 118.927352) + (xy 97.844695 118.927354) + (xy 97.823201 118.938305) + (xy 97.808857 118.944246) + (xy 97.785911 118.951702) + (xy 97.785908 118.951704) + (xy 97.76639 118.965884) + (xy 97.753152 118.973997) + (xy 97.731657 118.98495) + (xy 97.709093 119.007514) + (xy 97.70909 119.007515) + (xy 97.709091 119.007516) + (xy 96.660103 120.056504) + (xy 96.605586 120.084281) + (xy 96.590099 120.0855) + (xy 95.197901 120.0855) + (xy 95.13971 120.066593) + (xy 95.127897 120.056504) + (xy 95.084496 120.013103) + (xy 95.056719 119.958586) + (xy 95.0555 119.943099) + (xy 95.0555 119.578421) + (xy 95.074407 119.52023) + (xy 95.09698 119.497845) + (xy 95.1012 119.49483) + (xy 95.101211 119.494826) + (xy 95.189826 119.406211) + (xy 95.244866 119.293625) + (xy 95.2555 119.220636) + (xy 95.2555 119.218453) + (xy 95.555 119.218453) + (xy 95.57076 119.317965) + (xy 95.570762 119.317969) + (xy 95.631881 119.437921) + (xy 95.727078 119.533118) + (xy 95.84703 119.594237) + (xy 95.847029 119.594237) + (xy 95.94654 119.609998) + (xy 95.946551 119.609999) + (xy 95.955 119.609998) + (xy 95.955 119.185) + (xy 96.455 119.185) + (xy 96.455 119.609997) + (xy 96.455001 119.609999) + (xy 96.463453 119.609999) + (xy 96.562965 119.594239) + (xy 96.562969 119.594237) + (xy 96.682921 119.533118) + (xy 96.778118 119.437921) + (xy 96.839237 119.317969) + (xy 96.855 119.218453) + (xy 96.855 119.185001) + (xy 96.854999 119.185) + (xy 96.455 119.185) + (xy 95.955 119.185) + (xy 95.555002 119.185) + (xy 95.555001 119.185001) + (xy 95.555001 119.218453) + (xy 95.555 119.218453) + (xy 95.2555 119.218453) + (xy 95.2555 118.684998) + (xy 95.555 118.684998) + (xy 95.555001 118.685) + (xy 95.954999 118.685) + (xy 95.955 118.684999) + (xy 96.455 118.684999) + (xy 96.455001 118.685) + (xy 96.854998 118.685) + (xy 96.854999 118.684999) + (xy 96.854999 118.651546) + (xy 96.839239 118.552034) + (xy 96.839237 118.55203) + (xy 96.778118 118.432078) + (xy 96.70225 118.35621) + (xy 96.674473 118.301693) + (xy 96.684044 118.241261) + (xy 96.727309 118.197996) + (xy 96.727312 118.197995) + (xy 96.734922 118.194117) + (xy 96.830118 118.098921) + (xy 96.891237 117.978969) + (xy 96.907 117.879453) + (xy 96.907 117.846) + (xy 96.507001 117.846) + (xy 96.507 117.846001) + (xy 96.507 118.217993) + (xy 96.488093 118.276184) + (xy 96.478004 118.287997) + (xy 96.455 118.311001) + (xy 96.455 118.684999) + (xy 95.955 118.684999) + (xy 95.955 118.684998) + (xy 95.955 118.313007) + (xy 95.973907 118.254816) + (xy 95.983996 118.243003) + (xy 96.007 118.219999) + (xy 96.007 117.846001) + (xy 96.006999 117.846) + (xy 95.607002 117.846) + (xy 95.607001 117.846001) + (xy 95.607001 117.879453) + (xy 95.607 117.879453) + (xy 95.62276 117.978965) + (xy 95.622762 117.978969) + (xy 95.683881 118.098921) + (xy 95.759749 118.174789) + (xy 95.787526 118.229306) + (xy 95.777955 118.289738) + (xy 95.734694 118.333001) + (xy 95.727078 118.336881) + (xy 95.631881 118.432078) + (xy 95.570762 118.55203) + (xy 95.555 118.651546) + (xy 95.555 118.684998) + (xy 95.2555 118.684998) + (xy 95.2555 118.649364) + (xy 95.244866 118.576375) + (xy 95.189826 118.463789) + (xy 95.101211 118.375174) + (xy 95.101209 118.375173) + (xy 95.101205 118.375169) + (xy 95.096966 118.372142) + (xy 95.060599 118.322937) + (xy 95.0555 118.291576) + (xy 95.0555 118.265392) + (xy 95.074407 118.207201) + (xy 95.111019 118.176452) + (xy 95.153211 118.155826) + (xy 95.241826 118.067211) + (xy 95.296866 117.954625) + (xy 95.3075 117.881636) + (xy 95.3075 117.345999) + (xy 95.607 117.345999) + (xy 95.607001 117.346) + (xy 96.006999 117.346) + (xy 96.006999 117.345999) + (xy 96.007 116.921) + (xy 96.506999 116.921) + (xy 96.506999 117.345998) + (xy 96.507001 117.346) + (xy 96.906998 117.346) + (xy 96.906999 117.345999) + (xy 96.906999 117.312546) + (xy 96.891239 117.213034) + (xy 96.891237 117.21303) + (xy 96.830118 117.093078) + (xy 96.734921 116.997881) + (xy 96.614969 116.936762) + (xy 96.61497 116.936762) + (xy 96.515454 116.921) + (xy 96.506999 116.921) + (xy 96.007 116.921) + (xy 96.007 116.920999) + (xy 95.998558 116.921) + (xy 95.998544 116.921001) + (xy 95.899035 116.93676) + (xy 95.89903 116.936762) + (xy 95.779078 116.997881) + (xy 95.683881 117.093078) + (xy 95.622762 117.21303) + (xy 95.607 117.312546) + (xy 95.607 117.345999) + (xy 95.3075 117.345999) + (xy 95.3075 117.310364) + (xy 95.296866 117.237375) + (xy 95.241826 117.124789) + (xy 95.153211 117.036174) + (xy 95.074881 116.997881) + (xy 95.040625 116.981134) + (xy 95.040626 116.981134) + (xy 95.009724 116.976632) + (xy 94.967636 116.9705) + (xy 94.967633 116.9705) + (xy 94.502385 116.9705) + (xy 94.447384 116.953816) + (xy 94.440925 116.9495) + (xy 94.434539 116.945232) + (xy 94.419539 116.932923) + (xy 93.677269 116.190653) + (xy 93.649492 116.136136) + (xy 93.659063 116.075704) + (xy 93.702328 116.032439) + (xy 93.76276 116.022868) + (xy 93.766588 116.023552) + (xy 93.800197 116.030236) + (xy 93.80152 116.0305) + (xy 93.801521 116.0305) + (xy 93.968479 116.0305) + (xy 93.96848 116.0305) + (xy 94.030609 116.018142) + (xy 94.039617 116.014411) + (xy 94.040146 116.015689) + (xy 94.088874 116.001941) + (xy 94.130012 116.015304) + (xy 94.130383 116.014411) + (xy 94.13939 116.018142) + (xy 94.159119 116.022066) + (xy 94.20152 116.0305) + (xy 94.201521 116.0305) + (xy 94.368479 116.0305) + (xy 94.36848 116.0305) + (xy 94.430609 116.018142) + (xy 94.439617 116.014411) + (xy 94.440146 116.015689) + (xy 94.488874 116.001941) + (xy 94.530012 116.015304) + (xy 94.530383 116.014411) + (xy 94.53939 116.018142) + (xy 94.559119 116.022066) + (xy 94.60152 116.0305) + (xy 94.601521 116.0305) + (xy 94.720966 116.0305) + (xy 94.779157 116.049407) + (xy 94.815121 116.098907) + (xy 94.818064 116.110185) + (xy 94.825485 116.147496) + (xy 94.831114 116.155919) + (xy 94.836261 116.163622) + (xy 94.869001 116.212622) + (xy 94.886376 116.238624) + (xy 94.901266 116.248573) + (xy 94.916269 116.260885) + (xy 95.057115 116.401731) + (xy 95.069426 116.416733) + (xy 95.075365 116.425622) + (xy 95.079376 116.431624) + (xy 95.079379 116.431626) + (xy 95.089096 116.438119) + (xy 95.102376 116.446992) + (xy 95.102378 116.446994) + (xy 95.170505 116.492515) + (xy 95.278 116.513897) + (xy 95.29557 116.510401) + (xy 95.314884 116.5085) + (xy 95.739745 116.5085) + (xy 95.797936 116.527407) + (xy 95.814564 116.542669) + (xy 95.844282 116.576965) + (xy 95.844284 116.576967) + (xy 95.897061 116.610885) + (xy 95.953264 116.647004) + (xy 96.077561 116.6835) + (xy 96.077563 116.6835) + (xy 96.207103 116.6835) + (xy 96.207105 116.6835) + (xy 96.331402 116.647004) + (xy 96.440382 116.576967) + (xy 96.525215 116.479063) + (xy 96.57903 116.361226) + (xy 96.585261 116.317886) + (xy 96.588542 116.29507) + (xy 96.615537 116.240162) + (xy 96.669651 116.211608) + (xy 96.730214 116.220315) + (xy 96.756538 116.239154) + (xy 97.966615 117.449231) + (xy 97.978926 117.464233) + (xy 97.988391 117.478399) + (xy 97.988876 117.479124) + (xy 98.007834 117.491791) + (xy 98.007836 117.491793) + (xy 98.011877 117.494493) + (xy 98.011878 117.494494) + (xy 98.026053 117.503965) + (xy 98.080005 117.540015) + (xy 98.160367 117.556) + (xy 98.160368 117.556) + (xy 98.1875 117.561397) + (xy 98.20507 117.557901) + (xy 98.224384 117.556) + (xy 99.165412 117.556) + (xy 99.223603 117.574907) + (xy 99.240231 117.590169) + (xy 99.269949 117.624465) + (xy 99.269951 117.624467) + (xy 99.369784 117.688626) + (xy 99.378931 117.694504) + (xy 99.503228 117.731) + (xy 99.50323 117.731) + (xy 99.63277 117.731) + (xy 99.632772 117.731) + (xy 99.757069 117.694504) + (xy 99.866049 117.624467) + (xy 99.950882 117.526563) + (xy 100.004697 117.408726) + (xy 100.015978 117.330267) + (xy 100.023133 117.280502) + (xy 100.023133 117.280497) + (xy 100.004697 117.152274) + (xy 99.978041 117.093907) + (xy 99.950882 117.034437) + (xy 99.942992 117.025331) + (xy 99.919174 116.968972) + (xy 99.933033 116.909376) + (xy 99.979273 116.869309) + (xy 100.017811 116.8615) + (xy 101.295876 116.8615) + (xy 101.354067 116.880407) + (xy 101.36588 116.890496) (xy 103.020504 118.54512) (xy 103.048281 118.599637) (xy 103.0495 118.615124) (xy 103.0495 119.15736) (xy 103.049501 119.157363) (xy 103.052414 119.18249) - (xy 103.066814 119.215102) + (xy 103.066381 119.214122) (xy 103.084718 119.255651) (xy 103.086865 119.260512) (xy 103.093073 119.321381) @@ -40649,7 +37626,7 @@ (xy 101.366284 124.6319) (xy 101.426716 124.641471) (xy 101.46967 124.684133) - (xy 101.483812 124.711424) + (xy 101.471145 124.686978) (xy 101.483812 124.711425) (xy 101.584195 124.818908) (xy 101.647805 124.857591) @@ -40681,7 +37658,7 @@ (xy 102.6995 125.414827) (xy 102.708232 125.45872) (xy 102.708234 125.458724) - (xy 102.717169 125.472096) + (xy 102.721138 125.478036) (xy 102.741496 125.508504) (xy 102.791278 125.541767) (xy 102.802327 125.543964) @@ -40785,7 +37762,7 @@ (xy 115.394745 125.435567) (xy 115.394747 125.435569) (xy 115.394748 125.435571) - (xy 115.429468 125.472096) + (xy 115.434803 125.477708) (xy 115.534237 125.582313) (xy 115.534941 125.583053) (xy 115.534943 125.583054) @@ -40804,9 +37781,85 @@ (xy 117.168895 125.512866) (xy 117.293448 125.351958) (xy 117.38306 125.169271) - (xy 117.434063 124.972285) - (xy 117.444369 124.769064) - (xy 117.413556 124.567929) + (xy 117.383061 125.169263) + (xy 117.384803 125.164565) + (xy 117.385947 125.164988) + (xy 117.415839 125.118093) + (xy 117.472773 125.095683) + (xy 117.478792 125.0955) + (xy 117.967116 125.0955) + (xy 117.986429 125.097401) + (xy 118.004 125.100897) + (xy 118.031132 125.0955) + (xy 118.031133 125.0955) + (xy 118.111495 125.079515) + (xy 118.155044 125.050416) + (xy 118.177973 125.035096) + (xy 118.190342 125.026832) + (xy 118.190348 125.026826) + (xy 118.202624 125.018624) + (xy 118.212574 125.00373) + (xy 118.224881 124.988733) + (xy 119.938733 123.274881) + (xy 119.953729 123.262575) + (xy 119.968624 123.252624) + (xy 119.973598 123.245181) + (xy 119.988397 123.223033) + (xy 120.008795 123.192506) + (xy 120.029512 123.161499) + (xy 120.029511 123.161499) + (xy 120.029515 123.161495) + (xy 120.0455 123.081133) + (xy 120.0455 123.081132) + (xy 120.050897 123.054) + (xy 120.047402 123.036427) + (xy 120.0455 123.017115) + (xy 120.0455 111.202935) + (xy 120.054447 111.161808) + (xy 120.057328 111.1555) + (xy 120.070697 111.126226) + (xy 120.081171 111.053376) + (xy 120.089133 110.998002) + (xy 120.089133 110.997997) + (xy 120.070697 110.869774) + (xy 120.056882 110.839523) + (xy 120.016882 110.751937) + (xy 119.932049 110.654033) + (xy 119.932048 110.654032) + (xy 119.932047 110.654031) + (xy 119.823073 110.583998) + (xy 119.82307 110.583996) + (xy 119.823069 110.583996) + (xy 119.80681 110.579222) + (xy 119.698774 110.5475) + (xy 119.698772 110.5475) + (xy 119.569228 110.5475) + (xy 119.569225 110.5475) + (xy 119.444933 110.583995) + (xy 119.444926 110.583998) + (xy 119.335952 110.654031) + (xy 119.251117 110.751938) + (xy 119.197302 110.869774) + (xy 119.178867 110.997997) + (xy 119.178867 110.998002) + (xy 119.197302 111.126225) + (xy 119.24725 111.235593) + (xy 119.251118 111.244063) + (xy 119.335951 111.341967) + (xy 119.444931 111.412004) + (xy 119.444936 111.412005) + (xy 119.449023 111.414632) + (xy 119.487754 111.461998) + (xy 119.4945 111.497917) + (xy 119.4945 122.898876) + (xy 119.475593 122.957067) + (xy 119.465504 122.96888) + (xy 117.91888 124.515504) + (xy 117.864363 124.543281) + (xy 117.848876 124.5445) + (xy 117.473785 124.5445) + (xy 117.415594 124.525593) + (xy 117.380948 124.479884) (xy 117.342886 124.377113) (xy 117.235252 124.204429) (xy 117.095059 124.056947) @@ -40831,7 +37884,7 @@ (xy 115.461105 124.127134) (xy 115.450941 124.140265) (xy 115.336549 124.288045) - (xy 115.267946 124.427905) + (xy 115.263557 124.436853) (xy 115.24694 124.470729) (xy 115.204146 124.636009) (xy 115.195936 124.667719) @@ -40841,7 +37894,6 @@ (xy 107.050995 124.866494) (xy 107.050338 124.865686) (xy 107.169673 124.768599) - (xy 107.210031 124.711425) (xy 107.237405 124.672644) (xy 107.286408 124.636009) (xy 107.347587 124.635173) @@ -40971,11 +38023,11 @@ (xy 107.3255 122.299999) (xy 107.3255 122.24174) (xy 107.315573 122.173607) - (xy 107.298452 122.138586) - (xy 107.290483 122.122285) + (xy 107.302075 122.145997) + (xy 107.290466 122.12225) (xy 107.264198 122.068517) (xy 107.181483 121.985802) - (xy 107.168275 121.979345) + (xy 107.160277 121.975435) (xy 107.076395 121.934427) (xy 107.049139 121.930456) (xy 107.00826 121.9245) @@ -41003,7 +38055,7 @@ (xy 105.657613 122.367058) (xy 105.677106 122.269059) (xy 105.680897 122.25) - (xy 105.679999 122.245485) + (xy 105.680897 122.249999) (xy 105.677402 122.232427) (xy 105.6755 122.213115) (xy 105.6755 121.724267) @@ -41068,7 +38120,7 @@ (xy 106.9505 113.905168) (xy 106.9505 113.900954) (xy 106.946911 113.879449) - (xy 106.94254 113.844387) + (xy 106.942296 113.842432) (xy 106.940573 113.828607) (xy 106.940571 113.828604) (xy 106.938477 113.821569) @@ -41123,12 +38175,9 @@ (xy 108.400485 121.237495) (xy 108.400486 121.237496) (xy 108.400486 121.237498) - (xy 108.416512 121.261481) - (xy 108.422084 121.26982) - (xy 108.438218 121.293967) + (xy 108.43515 121.289375) (xy 108.461376 121.328624) - (xy 108.470808 121.334926) - (xy 108.476266 121.338573) + (xy 108.476267 121.338574) (xy 108.491269 121.350885) (xy 108.879181 121.738797) (xy 108.906958 121.793314) @@ -41157,10 +38206,9 @@ (xy 109.641426 122.503733) (xy 109.651376 122.518624) (xy 109.672504 122.532741) - (xy 109.672515 122.532749) - (xy 109.674377 122.533993) - (xy 109.674378 122.533994) - (xy 109.700391 122.551375) + (xy 109.672523 122.532755) + (xy 109.693619 122.54685) + (xy 109.698239 122.549937) (xy 109.742505 122.579515) (xy 109.822867 122.5955) (xy 109.822868 122.5955) @@ -41171,7 +38219,7 @@ (xy 115.214406 122.614407) (xy 115.249051 122.660115) (xy 115.287114 122.762887) - (xy 115.298746 122.781549) + (xy 115.307755 122.796002) (xy 115.394745 122.935567) (xy 115.394747 122.935569) (xy 115.394748 122.935571) @@ -41180,7 +38228,7 @@ (xy 115.534941 123.083053) (xy 115.534943 123.083054) (xy 115.534946 123.083057) - (xy 115.701945 123.199291) + (xy 115.692197 123.192506) (xy 115.701951 123.199295) (xy 115.88894 123.279539) (xy 115.888942 123.27954) @@ -41199,7 +38247,7 @@ (xy 117.413556 122.067929) (xy 117.342886 121.877113) (xy 117.235252 121.704429) - (xy 117.130282 121.594001) + (xy 117.135775 121.59978) (xy 117.095063 121.556951) (xy 117.095053 121.556942) (xy 116.928054 121.440708) @@ -41219,7 +38267,7 @@ (xy 115.461109 121.627129) (xy 115.461105 121.627133) (xy 115.461105 121.627134) - (xy 115.450453 121.640895) + (xy 115.449142 121.642589) (xy 115.336549 121.788045) (xy 115.246938 121.970733) (xy 115.245197 121.975435) @@ -41249,14 +38297,14 @@ (xy 108.828731 114.209115) (xy 106.990885 112.371269) (xy 106.978573 112.356266) - (xy 106.977152 112.354139) + (xy 106.976054 112.352496) (xy 106.968624 112.341376) - (xy 106.947902 112.327529) - (xy 106.947896 112.327525) - (xy 106.930641 112.315996) + (xy 106.947899 112.327528) + (xy 106.94789 112.327521) (xy 106.906701 112.3) + (xy 106.903163 112.297636) (xy 106.877495 112.280485) - (xy 106.813071 112.26767) + (xy 106.854631 112.275937) (xy 106.791182 112.263316) (xy 106.791162 112.263311) (xy 106.770002 112.259103) @@ -41292,7 +38340,7 @@ (xy 102.063604 113.079427) (xy 101.958518 113.130801) (xy 101.875801 113.213518) - (xy 101.85883 113.248234) + (xy 101.859939 113.245966) (xy 101.840769 113.28518) (xy 101.838911 113.28898) (xy 101.796368 113.332954) @@ -41325,7 +38373,7 @@ (xy 100.655302 113.666225) (xy 100.705464 113.776063) (xy 100.709118 113.784063) - (xy 100.793948 113.881963) + (xy 100.793951 113.881967) (xy 100.793952 113.881968) (xy 100.89073 113.944163) (xy 100.902931 113.952004) @@ -41334,7 +38382,7 @@ (xy 101.15677 113.9885) (xy 101.156772 113.9885) (xy 101.281069 113.952004) - (xy 101.31655 113.929202) + (xy 101.32602 113.923116) (xy 101.344537 113.911216) (xy 101.39806 113.8955) (xy 101.74997 113.8955) @@ -41363,7 +38411,7 @@ (xy 104.887133 113.8955) (xy 104.967495 113.879515) (xy 105.016875 113.84652) - (xy 105.034871 113.834496) + (xy 105.020067 113.844387) (xy 105.046342 113.826832) (xy 105.046348 113.826826) (xy 105.048602 113.82532) @@ -41382,7 +38430,7 @@ (xy 105.763302 113.658225) (xy 105.814671 113.770705) (xy 105.817118 113.776063) - (xy 105.883899 113.853133) + (xy 105.891143 113.861494) (xy 105.901952 113.873968) (xy 106.010926 113.944001) (xy 106.010931 113.944004) @@ -41418,31 +38466,34 @@ (xy 105.675499 116.416884) (xy 105.677402 116.397567) (xy 105.680897 116.38) - (xy 105.670252 116.326483) + (xy 105.675029 116.350499) (xy 105.659515 116.272504) - (xy 105.624108 116.219515) - (xy 105.612755 116.202522) - (xy 105.612741 116.202504) + (xy 105.636874 116.238621) + (xy 105.619502 116.212622) + (xy 105.613994 116.204378) + (xy 105.613992 116.204376) + (xy 105.611295 116.200338) + (xy 105.61129 116.200332) + (xy 105.598627 116.18138) + (xy 105.598626 116.181379) (xy 105.598624 116.181376) - (xy 105.597452 116.180593) + (xy 105.597922 116.180907) (xy 105.583733 116.171426) (xy 105.568731 116.159115) (xy 104.070885 114.661269) (xy 104.058573 114.646266) - (xy 104.055946 114.642334) (xy 104.048624 114.631376) (xy 104.027899 114.617528) (xy 104.027886 114.617518) (xy 104.009898 114.6055) (xy 103.991403 114.593142) (xy 103.957495 114.570485) - (xy 103.893071 114.55767) + (xy 103.886801 114.556423) (xy 103.871182 114.553316) (xy 103.871162 114.553311) (xy 103.850002 114.549103) (xy 103.850001 114.549103) (xy 103.85 114.549103) - (xy 103.845491 114.55) (xy 103.83243 114.552598) (xy 103.813116 114.5545) (xy 99.69737 114.5545) @@ -41473,7 +38524,7 @@ (xy 99.580133 112.920002) (xy 99.580133 112.919997) (xy 99.561697 112.791774) - (xy 99.559474 112.786907) + (xy 99.560462 112.789069) (xy 99.507882 112.673937) (xy 99.423049 112.576033) (xy 99.423048 112.576032) @@ -41517,7 +38568,7 @@ (xy 97.608046 113.073968) (xy 97.608049 113.073967) (xy 97.692882 112.976063) - (xy 97.74208 112.868336) + (xy 97.743162 112.865967) (xy 97.746698 112.858224) (xy 97.760608 112.761473) (xy 97.787603 112.706565) @@ -41533,8 +38584,9 @@ (xy 98.433049 112.643967) (xy 98.517882 112.546063) (xy 98.571697 112.428226) - (xy 98.590133 112.3) - (xy 98.588815 112.290834) + (xy 98.578772 112.379019) + (xy 98.590133 112.300002) + (xy 98.590133 112.299997) (xy 98.571697 112.171774) (xy 98.550847 112.126119) (xy 98.517882 112.053937) @@ -41550,10 +38602,10 @@ (xy 101.8145 112.20326) (xy 101.819108 112.234886) (xy 101.824427 112.271395) - (xy 101.869883 112.364376) + (xy 101.86872 112.361996) (xy 101.875802 112.376483) (xy 101.958517 112.459198) - (xy 102.009122 112.483937) + (xy 102.007633 112.483209) (xy 102.063604 112.510572) (xy 102.063605 112.510572) (xy 102.063607 112.510573) @@ -41572,7 +38624,7 @@ (xy 103.024466 111.604976) (xy 103.004198 111.563517) (xy 102.921483 111.480802) - (xy 102.913904 111.477097) + (xy 102.909402 111.474896) (xy 102.816395 111.429427) (xy 102.789139 111.425456) (xy 102.74826 111.4195) @@ -41582,7 +38634,6 @@ (xy 102.25012 111.390504) (xy 102.220885 111.361269) (xy 102.208573 111.346266) - (xy 102.198625 111.331378) (xy 102.198624 111.331376) (xy 102.177899 111.317528) (xy 102.17789 111.317521) @@ -41604,9 +38655,9 @@ (xy 101.725573 110.926393) (xy 101.7355 110.85826) (xy 102.2845 110.85826) - (xy 102.285533 110.865348) + (xy 102.289052 110.889504) (xy 102.294427 110.926395) - (xy 102.34214 111.023992) + (xy 102.343318 111.026402) (xy 102.345802 111.031483) (xy 102.428517 111.114198) (xy 102.450423 111.124907) @@ -41633,7 +38684,7 @@ (xy 103.604501 111.651294) (xy 103.609432 111.685142) (xy 103.614957 111.723068) - (xy 103.632768 111.7595) + (xy 103.625569 111.744774) (xy 103.669081 111.83378) (xy 103.75622 111.920919) (xy 103.866933 111.975043) @@ -41670,7 +38721,7 @@ (xy 109.23977 112.4645) (xy 109.239772 112.4645) (xy 109.364069 112.428004) - (xy 109.429849 112.385729) + (xy 109.440291 112.379019) (xy 109.479006 112.354139) (xy 109.480237 112.356054) (xy 109.526863 112.336341) @@ -41685,20 +38736,17 @@ (xy 110.279103 116.390002) (xy 110.283311 116.411162) (xy 110.283316 116.411182) - (xy 110.286363 116.426499) (xy 110.300485 116.497495) - (xy 110.300486 116.497496) - (xy 110.300487 116.497498) - (xy 110.317864 116.523505) - (xy 110.34165 116.559103) - (xy 110.359636 116.586021) + (xy 110.315867 116.520516) + (xy 110.338572 116.554496) + (xy 110.34167 116.559133) (xy 110.361376 116.588624) - (xy 110.368853 116.59362) + (xy 110.365751 116.591547) (xy 110.376266 116.598573) (xy 110.391269 116.610885) (xy 113.769115 119.988731) (xy 113.781426 120.003733) - (xy 113.791132 120.01826) + (xy 113.78903 120.015114) (xy 113.791376 120.018624) (xy 113.791379 120.018626) (xy 113.79138 120.018627) @@ -41713,16 +38761,16 @@ (xy 115.214406 120.114407) (xy 115.249051 120.160115) (xy 115.287114 120.262887) - (xy 115.323271 120.320896) + (xy 115.321239 120.317636) (xy 115.394745 120.435567) (xy 115.394747 120.435569) (xy 115.394748 120.435571) - (xy 115.401542 120.442718) - (xy 115.521024 120.568413) + (xy 115.395649 120.436519) + (xy 115.53168 120.579623) (xy 115.534941 120.583053) (xy 115.534943 120.583054) (xy 115.534946 120.583057) - (xy 115.662811 120.672053) + (xy 115.700832 120.698516) (xy 115.701951 120.699295) (xy 115.88894 120.779539) (xy 115.888942 120.77954) @@ -41743,7 +38791,7 @@ (xy 117.2421 119.215416) (xy 117.235254 119.204432) (xy 117.235249 119.204426) - (xy 117.235201 119.204376) + (xy 117.227105 119.195859) (xy 117.156661 119.121752) (xy 117.095063 119.056951) (xy 117.095053 119.056942) @@ -41752,7 +38800,7 @@ (xy 116.928049 118.940705) (xy 116.741058 118.86046) (xy 116.74106 118.86046) - (xy 116.636601 118.838994) + (xy 116.661331 118.844076) (xy 116.541741 118.8195) (xy 116.139258 118.8195) (xy 116.139256 118.8195) @@ -41762,9 +38810,6 @@ (xy 115.615501 118.994588) (xy 115.615498 118.99459) (xy 115.461109 119.127129) - (xy 115.461105 119.127133) - (xy 115.461105 119.127134) - (xy 115.450147 119.14129) (xy 115.336549 119.288045) (xy 115.246938 119.470733) (xy 115.245197 119.475435) @@ -41775,7 +38820,7 @@ (xy 114.145124 119.5445) (xy 114.086933 119.525593) (xy 114.07512 119.515504) - (xy 112.471419 117.911803) + (xy 112.470362 117.910746) (xy 111.629615 117.069999) (xy 115.168588 117.069999) (xy 115.168589 117.07) @@ -41887,8 +38932,7 @@ (xy 110.8355 115.684827) (xy 115.1895 115.684827) (xy 115.198232 115.72872) - (xy 115.198234 115.728724) - (xy 115.219272 115.76021) + (xy 115.198233 115.728722) (xy 115.231496 115.778504) (xy 115.281278 115.811767) (xy 115.292327 115.813964) @@ -41912,7 +38956,7 @@ (xy 117.431765 113.911275) (xy 117.421858 113.896448) (xy 117.398504 113.861496) - (xy 117.3729 113.844388) + (xy 117.375775 113.846309) (xy 117.348724 113.828234) (xy 117.34872 113.828232) (xy 117.304827 113.8195) @@ -41931,7 +38975,7 @@ (xy 110.8355 112.966873) (xy 110.837401 112.947574) (xy 110.840897 112.93) - (xy 110.821883 112.834407) + (xy 110.82128 112.831376) (xy 110.819516 112.822505) (xy 110.771292 112.750334) (xy 110.771292 112.750333) @@ -41939,7 +38983,6 @@ (xy 110.758627 112.73138) (xy 110.758626 112.731379) (xy 110.758624 112.731376) - (xy 110.755722 112.729437) (xy 110.743733 112.721426) (xy 110.728731 112.709115) (xy 109.864885 111.845269) @@ -41948,11 +38991,10 @@ (xy 109.842624 111.815376) (xy 109.821899 111.801528) (xy 109.82189 111.801521) - (xy 109.75769 111.758624) - (xy 109.751497 111.754486) - (xy 109.751496 111.754485) + (xy 109.782771 111.775383) + (xy 109.771627 111.767937) (xy 109.751495 111.754485) - (xy 109.692051 111.74266) + (xy 109.687071 111.74167) (xy 109.665182 111.737316) (xy 109.665162 111.737311) (xy 109.644002 111.733103) @@ -41968,7 +39010,7 @@ (xy 109.364073 111.599998) (xy 109.36407 111.599996) (xy 109.364069 111.599996) - (xy 109.364066 111.599995) + (xy 109.331449 111.590418) (xy 109.239774 111.5635) (xy 109.239772 111.5635) (xy 109.110228 111.5635) @@ -42039,7 +39081,7 @@ (xy 103.92762 110.705504) (xy 103.603385 110.381269) (xy 103.591073 110.366266) - (xy 103.586552 110.3595) + (xy 103.587035 110.360223) (xy 103.581124 110.351376) (xy 103.570736 110.344435) (xy 103.562212 110.338739) @@ -42050,15 +39092,15 @@ (xy 103.404881 110.254275) (xy 103.379615 110.201349) (xy 103.375573 110.173607) - (xy 103.370846 110.163938) + (xy 103.371964 110.166225) (xy 103.332325 110.085142) (xy 103.324198 110.068517) (xy 103.241483 109.985802) - (xy 103.226796 109.978622) + (xy 103.238619 109.984402) (xy 103.168254 109.950002) (xy 104.269867 109.950002) (xy 104.288302 110.078225) - (xy 104.342117 110.196061) + (xy 104.339118 110.189495) (xy 104.342118 110.196063) (xy 104.421412 110.287574) (xy 104.426952 110.293968) @@ -42069,7 +39111,7 @@ (xy 104.78977 110.4005) (xy 104.789772 110.4005) (xy 104.914069 110.364004) - (xy 105.021543 110.294935) + (xy 104.997087 110.310652) (xy 105.02733 110.291216) (xy 105.080853 110.2755) (xy 143.86508 110.2755) @@ -42077,13 +39119,13 @@ (xy 143.959235 110.343907) (xy 143.959235 110.405093) (xy 143.9399 110.439329) - (xy 143.928623 110.452345) + (xy 143.928919 110.452004) (xy 143.889117 110.497938) (xy 143.835302 110.615774) (xy 143.816867 110.743997) (xy 143.816867 110.744002) (xy 143.835302 110.872225) - (xy 143.873417 110.955683) + (xy 143.881204 110.972735) (xy 143.889118 110.990063) (xy 143.97232 111.086085) (xy 143.996137 111.142444) @@ -42094,17 +39136,11 @@ (xy 143.087267 112.809115) (xy 143.072269 112.821423) (xy 143.05738 112.831372) - (xy 143.057375 112.831377) - (xy 143.054558 112.835593) - (xy 143.042007 112.854376) - (xy 143.042006 112.854378) - (xy 143.039475 112.858165) - (xy 143.039425 112.858241) - (xy 143.039424 112.858242) - (xy 143.039267 112.858477) - (xy 143.03441 112.865747) + (xy 143.057374 112.831378) + (xy 143.04112 112.855703) + (xy 143.041116 112.85571) + (xy 143.031244 112.870485) (xy 142.996485 112.922505) - (xy 142.986072 112.974853) (xy 142.981381 112.998437) (xy 142.975103 113.029999) (xy 142.978598 113.047569) @@ -42195,7 +39231,7 @@ (xy 142.923444 115.059879) (xy 142.984523 115.063481) (xy 143.030756 115.100669) - (xy 143.052267 115.132863) + (xy 143.0485 115.127225) (xy 143.057376 115.140508) (xy 143.072267 115.150458) (xy 143.087269 115.162769) @@ -42204,11 +39240,12 @@ (xy 143.735178 115.818309) (xy 143.73518 115.818311) (xy 143.735183 115.818315) - (xy 143.756311 115.832432) - (xy 143.756322 115.83244) - (xy 143.758184 115.833684) - (xy 143.758185 115.833685) - (xy 143.780543 115.848624) + (xy 143.735186 115.818317) + (xy 143.735187 115.818318) + (xy 143.755256 115.831728) + (xy 143.755264 115.831734) + (xy 143.769695 115.841376) + (xy 143.799942 115.861586) (xy 143.826312 115.879206) (xy 143.906674 115.895191) (xy 143.906675 115.895191) @@ -42220,7 +39257,7 @@ (xy 145.509696 115.95071) (xy 145.546588 116.026174) (xy 145.629303 116.108889) - (xy 145.671464 116.1295) + (xy 145.678458 116.132919) (xy 145.73439 116.160263) (xy 145.734391 116.160263) (xy 145.734393 116.160264) @@ -42281,7 +39318,7 @@ (xy 147.851235 124.160176) (xy 147.851237 124.160177) (xy 147.85124 124.16018) - (xy 147.982401 124.25147) + (xy 148.018239 124.276414) (xy 148.018245 124.276418) (xy 148.205234 124.356662) (xy 148.205236 124.356663) @@ -42325,7 +39362,10 @@ (xy 156.510663 123.356187) (xy 156.47985 123.155052) (xy 156.40918 122.964236) - (xy 156.301546 122.791552) + (xy 156.30432 122.796002) + (xy 156.301548 122.791555) + (xy 156.301543 122.791549) + (xy 156.282224 122.771226) (xy 156.20782 122.692953) (xy 156.161357 122.644074) (xy 156.161347 122.644065) @@ -42385,12 +39425,11 @@ (xy 146.7755 122.123099) (xy 146.7755 117.254021) (xy 146.784447 117.212894) - (xy 146.791755 117.196892) (xy 146.811697 117.153226) - (xy 146.823663 117.069999) + (xy 146.822225 117.079999) (xy 146.830133 117.025002) (xy 146.830133 117.024998) - (xy 146.827127 117.004093) + (xy 146.826234 116.997881) (xy 146.822701 116.97331) (xy 146.833134 116.913023) (xy 146.877011 116.87038) @@ -42443,8 +39482,7 @@ (xy 154.255794 121.281623) (xy 154.255794 121.77195) (xy 154.264526 121.815843) - (xy 154.264528 121.815847) - (xy 154.289851 121.853746) + (xy 154.264527 121.815845) (xy 154.29779 121.865627) (xy 154.347572 121.89889) (xy 154.358621 121.901087) @@ -42467,7 +39505,7 @@ (xy 156.498839 120.002311) (xy 156.498061 119.998401) (xy 156.464798 119.948619) - (xy 156.436045 119.929407) + (xy 156.434797 119.928573) (xy 156.415018 119.915357) (xy 156.415014 119.915355) (xy 156.371121 119.906623) @@ -42505,8 +39543,9 @@ (xy 148.906794 119.797623) (xy 148.906794 118.177083) (xy 148.908696 118.157769) + (xy 148.909082 118.155827) (xy 148.912191 118.140199) - (xy 148.892784 118.04263) + (xy 148.89081 118.032705) (xy 148.89081 118.032704) (xy 148.842586 117.960533) (xy 148.842586 117.960532) @@ -42514,7 +39553,6 @@ (xy 148.829921 117.941579) (xy 148.82992 117.941578) (xy 148.829918 117.941575) - (xy 148.826064 117.939) (xy 148.815027 117.931625) (xy 148.800025 117.919314) (xy 146.765282 115.884571) @@ -42523,11 +39561,11 @@ (xy 146.736286 115.386434) (xy 146.736286 115.386431) (xy 146.726359 115.318298) - (xy 146.726327 115.318233) - (xy 146.695543 115.255263) + (xy 146.724662 115.314827) + (xy 146.694527 115.253185) (xy 146.674984 115.213208) (xy 146.592269 115.130493) - (xy 146.572945 115.121046) + (xy 146.572947 115.121047) (xy 146.487181 115.079118) (xy 146.459925 115.075147) (xy 146.419046 115.069191) @@ -42537,7 +39575,7 @@ (xy 145.629304 115.130492) (xy 145.546587 115.213209) (xy 145.529981 115.247179) - (xy 145.511404 115.28518) + (xy 145.51386 115.280156) (xy 145.509697 115.288671) (xy 145.467154 115.332645) (xy 145.420756 115.344191) @@ -42563,8 +39601,8 @@ (xy 150.493832 114.769435) (xy 150.529796 114.818935) (xy 150.53063 114.877417) - (xy 150.528845 114.883501) - (xy 150.515281 114.929697) + (xy 150.519669 114.914751) + (xy 150.51552 114.928883) (xy 150.514536 114.932233) (xy 150.514536 115.068823) (xy 150.53063 115.123638) @@ -42629,8 +39667,6 @@ (xy 157.24718 114.766086) (xy 157.283144 114.815586) (xy 157.283978 114.874068) - (xy 157.278289 114.893449) - (xy 157.268878 114.9255) (xy 157.267884 114.928884) (xy 157.267884 115.065474) (xy 157.283978 115.120289) @@ -42830,7 +39866,7 @@ (xy 150.069281 113.116095) (xy 150.069283 113.116097) (xy 150.069284 113.116099) - (xy 150.07679 113.123995) + (xy 150.072961 113.119967) (xy 150.206293 113.260232) (xy 150.209477 113.263581) (xy 150.209479 113.263582) @@ -42928,7 +39964,7 @@ (xy 160.137905 88.531089) (xy 160.129787 88.517843) (xy 160.118836 88.496349) - (xy 160.087987 88.4655) + (xy 160.078354 88.455867) (xy 160.029128 88.40664) (xy 159.496333 87.873845) (xy 159.476252 87.853765) @@ -43027,7 +40063,7 @@ (xy 145.988714 88.528018) (xy 146.036168 88.473254) (xy 146.089983 88.355417) - (xy 146.106775 88.238624) + (xy 146.104438 88.25488) (xy 146.108419 88.227193) (xy 146.108419 88.227191) (xy 146.107658 88.2219) @@ -43382,7 +40418,7 @@ (xy 150.081135 99.701016) (xy 150.081137 99.701018) (xy 150.081138 99.70102) - (xy 150.110095 99.731483) + (xy 150.106788 99.728004) (xy 150.220605 99.847739) (xy 150.221331 99.848502) (xy 150.221333 99.848503) @@ -43394,7 +40430,7 @@ (xy 150.774649 100.085949) (xy 150.774652 100.085949) (xy 151.177134 100.085949) - (xy 151.205542 100.08306) + (xy 151.202771 100.083341) (xy 151.328828 100.070523) (xy 151.522978 100.009608) (xy 151.700892 99.910858) @@ -43412,7 +40448,7 @@ (xy 156.655192 99.379098) (xy 156.689837 99.424806) (xy 156.7279 99.527578) - (xy 156.735016 99.538994) + (xy 156.736107 99.540745) (xy 156.835531 99.700258) (xy 156.835533 99.70026) (xy 156.835534 99.700262) @@ -43421,7 +40457,7 @@ (xy 156.975727 99.847744) (xy 156.975729 99.847745) (xy 156.975732 99.847748) - (xy 157.078632 99.919368) + (xy 157.142731 99.963982) (xy 157.142737 99.963986) (xy 157.329726 100.04423) (xy 157.329728 100.044231) @@ -43718,7 +40754,7 @@ (xy 145.830286 91.729551) (xy 145.830287 91.729554) (xy 145.8332 91.754681) - (xy 145.85542 91.805004) + (xy 145.851442 91.795995) (xy 145.87858 91.857456) (xy 145.958021 91.936897) (xy 146.060795 91.982276) @@ -44035,7 +41071,7 @@ (xy 158.355933 111.617884) (xy 158.168942 111.537639) (xy 158.168944 111.537639) - (xy 158.06394 111.516061) + (xy 158.080675 111.5195) (xy 157.969625 111.496679) (xy 157.567142 111.496679) (xy 157.56714 111.496679) @@ -44045,9 +41081,6 @@ (xy 157.043385 111.671767) (xy 157.043382 111.671769) (xy 156.888993 111.804308) - (xy 156.888989 111.804312) - (xy 156.888989 111.804313) - (xy 156.886401 111.807657) (xy 156.764433 111.965224) (xy 156.727128 112.041278) (xy 156.684526 112.085195) @@ -44066,7 +41099,7 @@ (xy 151.602585 111.621233) (xy 151.415594 111.540988) (xy 151.415596 111.540988) - (xy 151.31958 111.521257) + (xy 151.335867 111.524604) (xy 151.216277 111.500028) (xy 150.813794 111.500028) (xy 150.813792 111.500028) @@ -44096,7 +41129,7 @@ (xy 146.695199 111.249103) (xy 146.684984 111.228208) (xy 146.602269 111.145493) - (xy 146.594662 111.141774) + (xy 146.596032 111.142444) (xy 146.497181 111.094118) (xy 146.469925 111.090147) (xy 146.429046 111.084191) @@ -44109,9 +41142,9 @@ (xy 145.502142 111.354376) (xy 145.495286 111.401431) (xy 145.495286 111.867951) - (xy 145.498596 111.890669) + (xy 145.500611 111.9045) (xy 145.505213 111.936086) - (xy 145.547184 112.021938) + (xy 145.548927 112.025504) (xy 145.556588 112.041174) (xy 145.639303 112.123889) (xy 145.664765 112.136336) @@ -44160,10 +41193,8 @@ (xy 144.440733 112.234881) (xy 144.455729 112.222575) (xy 144.470624 112.212624) - (xy 144.472378 112.21) (xy 144.488955 112.185191) - (xy 144.513866 112.147908) - (xy 144.521599 112.136335) + (xy 144.511628 112.151257) (xy 144.531515 112.121495) (xy 144.5475 112.041133) (xy 144.5475 112.041132) @@ -44175,11 +41206,11 @@ (xy 144.571673 111.086092) (xy 144.654882 110.990063) (xy 144.708697 110.872226) - (xy 144.717143 110.81348) + (xy 144.714842 110.829483) (xy 144.727133 110.744002) (xy 144.727133 110.743997) (xy 144.708697 110.615774) - (xy 144.702613 110.602453) + (xy 144.677517 110.5475) (xy 144.654882 110.497937) (xy 144.604099 110.43933) (xy 144.580283 110.382971) @@ -44191,7 +41222,7 @@ (xy 145.52718 110.331019) (xy 145.556588 110.391174) (xy 145.639303 110.473889) - (xy 145.662322 110.485142) + (xy 145.688494 110.497937) (xy 145.74439 110.525263) (xy 145.744391 110.525263) (xy 145.744393 110.525264) @@ -44215,7 +41246,7 @@ (xy 149.889237 110.933896) (xy 149.906032 110.959032) (xy 149.955814 110.992295) - (xy 149.963028 110.99373) + (xy 149.966863 110.994492) (xy 149.999708 111.001027) (xy 149.999714 111.001027) (xy 149.999716 111.001028) @@ -44240,7 +41271,7 @@ (xy 156.617384 110.862006) (xy 156.626116 110.905899) (xy 156.626118 110.905903) - (xy 156.646406 110.936266) + (xy 156.645216 110.934485) (xy 156.65938 110.955683) (xy 156.709162 110.988946) (xy 156.720211 110.991143) @@ -44264,7 +41295,7 @@ (xy 158.860317 109.091806) (xy 158.859651 109.088457) (xy 158.826388 109.038675) - (xy 158.810748 109.028225) + (xy 158.82311 109.036485) (xy 158.776608 109.005413) (xy 158.776604 109.005411) (xy 158.732711 108.996679) @@ -44293,7 +41324,7 @@ (xy 152.106301 109.091803) (xy 152.092542 109.071211) (xy 152.07304 109.042024) - (xy 152.055793 109.0305) + (xy 152.06475 109.036485) (xy 152.02326 109.008762) (xy 152.023256 109.00876) (xy 151.979363 109.000028) @@ -44317,7 +41348,7 @@ (xy 146.818301 109.7245) (xy 146.76011 109.705593) (xy 146.72936 109.668981) - (xy 146.725167 109.660404) + (xy 146.723903 109.657819) (xy 146.684984 109.578208) (xy 146.602269 109.495493) (xy 146.566147 109.477834) @@ -44363,17 +41394,17 @@ (xy 102.428518 109.985801) (xy 102.345801 110.068518) (xy 102.294427 110.173604) - (xy 102.291155 110.196061) + (xy 102.292112 110.189495) (xy 102.2845 110.24174) (xy 102.2845 110.85826) (xy 101.7355 110.85826) (xy 101.7355 110.24174) (xy 101.725573 110.173607) - (xy 101.720846 110.163938) + (xy 101.721964 110.166225) (xy 101.682325 110.085142) (xy 101.674198 110.068517) (xy 101.591483 109.985802) - (xy 101.576796 109.978622) + (xy 101.588619 109.984402) (xy 101.486395 109.934427) (xy 101.459139 109.930456) (xy 101.41826 109.9245) @@ -44383,8 +41414,6 @@ (xy 100.778518 109.985801) (xy 100.695801 110.068518) (xy 100.644427 110.173604) - (xy 100.641155 110.196061) - (xy 100.635556 110.234496) (xy 100.6345 110.241743) (xy 100.6345 110.669876) (xy 100.615593 110.728067) @@ -44411,22 +41440,28 @@ (xy 99.06228 110.745503) (xy 99.007764 110.773281) (xy 98.992276 110.7745) - (xy 98.310744 110.7745) - (xy 98.252553 110.755593) - (xy 98.216589 110.706093) - (xy 98.216589 110.644907) - (xy 98.252553 110.595407) - (xy 98.282853 110.58051) - (xy 98.339069 110.564004) - (xy 98.448049 110.493967) - (xy 98.532882 110.396063) - (xy 98.586697 110.278226) - (xy 98.597153 110.2055) - (xy 98.605133 110.150002) - (xy 98.605133 110.149997) - (xy 98.586697 110.021774) - (xy 98.55643 109.9555) - (xy 98.542501 109.924999) + (xy 97.825124 110.7745) + (xy 97.766933 110.755593) + (xy 97.75512 110.745504) + (xy 97.588838 110.579222) + (xy 97.561061 110.524705) + (xy 97.570632 110.464273) + (xy 97.613897 110.421008) + (xy 97.674329 110.411437) + (xy 97.712363 110.425933) + (xy 97.752931 110.452004) + (xy 97.877228 110.4885) + (xy 97.87723 110.4885) + (xy 98.00677 110.4885) + (xy 98.006772 110.4885) + (xy 98.131069 110.452004) + (xy 98.240049 110.381967) + (xy 98.324882 110.284063) + (xy 98.378697 110.166226) + (xy 98.389342 110.092186) + (xy 98.397133 110.038002) + (xy 98.397133 110.037997) + (xy 98.380886 109.924999) (xy 99.015 109.924999) (xy 99.015001 109.925) (xy 99.439999 109.925) @@ -44457,65 +41492,46 @@ (xy 99.030762 109.81703) (xy 99.015 109.916546) (xy 99.015 109.924999) - (xy 98.542501 109.924999) - (xy 98.532882 109.903937) - (xy 98.448049 109.806033) - (xy 98.448048 109.806032) - (xy 98.448047 109.806031) - (xy 98.339073 109.735998) - (xy 98.33907 109.735996) - (xy 98.339069 109.735996) - (xy 98.331917 109.733896) - (xy 98.214774 109.6995) - (xy 98.214772 109.6995) - (xy 98.130124 109.6995) - (xy 98.071933 109.680593) - (xy 98.06012 109.670504) - (xy 97.952134 109.562518) - (xy 97.924357 109.508001) - (xy 97.933928 109.447569) - (xy 97.977193 109.404304) - (xy 98.002817 109.395418) - (xy 98.032495 109.389515) - (xy 98.090885 109.3505) - (xy 98.100622 109.343994) - (xy 98.100621 109.343994) - (xy 98.111344 109.33683) - (xy 98.111348 109.336826) - (xy 98.115733 109.333896) - (xy 98.123624 109.328624) - (xy 98.133576 109.313727) - (xy 98.145884 109.29873) - (xy 98.235119 109.209496) - (xy 98.289637 109.181719) - (xy 98.305123 109.1805) - (xy 98.38977 109.1805) - (xy 98.389772 109.1805) - (xy 98.514069 109.144004) - (xy 98.623049 109.073967) - (xy 98.707882 108.976063) - (xy 98.761697 108.858226) - (xy 98.776467 108.7555) - (xy 98.780133 108.730002) - (xy 98.780133 108.729997) - (xy 98.761697 108.601774) - (xy 98.707742 108.48363) - (xy 98.700767 108.422843) - (xy 98.730853 108.369566) - (xy 98.786509 108.344148) - (xy 98.846476 108.356299) - (xy 98.877888 108.384313) - (xy 98.879138 108.386033) - (xy 98.883273 108.391725) - (xy 98.902784 108.405901) - (xy 98.914596 108.415989) - (xy 99.035504 108.536897) - (xy 99.063281 108.591414) - (xy 99.0645 108.606901) - (xy 99.0645 108.885632) - (xy 99.064499 108.885632) + (xy 98.380886 109.924999) + (xy 98.378697 109.909774) + (xy 98.365101 109.880003) + (xy 98.324882 109.791937) + (xy 98.240049 109.694033) + (xy 98.240048 109.694032) + (xy 98.240047 109.694031) + (xy 98.131073 109.623998) + (xy 98.13107 109.623996) + (xy 98.131069 109.623996) + (xy 98.08065 109.609192) + (xy 98.029993 109.594318) + (xy 97.979486 109.559782) + (xy 97.958924 109.502155) + (xy 97.976162 109.443448) + (xy 98.024615 109.406086) + (xy 98.038563 109.402231) + (xy 98.102495 109.389515) + (xy 98.151905 109.3565) + (xy 98.159983 109.351103) + (xy 98.18134 109.336832) + (xy 98.181348 109.336826) + (xy 98.185733 109.333896) + (xy 98.193624 109.328624) + (xy 98.203576 109.313727) + (xy 98.215884 109.29873) + (xy 98.443119 109.071496) + (xy 98.497636 109.043719) + (xy 98.513123 109.0425) + (xy 98.59777 109.0425) + (xy 98.597772 109.0425) + (xy 98.722069 109.006004) + (xy 98.831049 108.935967) + (xy 98.895565 108.861509) + (xy 98.947961 108.829913) + (xy 99.008922 108.835148) + (xy 99.055163 108.875216) + (xy 99.068351 108.912066) (xy 99.075134 108.958626) - (xy 99.126632 109.063966) + (xy 99.127122 109.064969) (xy 99.130174 109.071211) (xy 99.218789 109.159826) (xy 99.331375 109.214866) @@ -44566,12 +41582,12 @@ (xy 100.249826 108.178789) (xy 100.161211 108.090174) (xy 100.048625 108.035134) - (xy 100.048621 108.035133) + (xy 100.048622 108.035133) (xy 100.032328 108.032759) (xy 99.977472 108.005659) - (xy 99.949021 107.951491) - (xy 99.957844 107.890945) - (xy 99.976593 107.864798) + (xy 99.949022 107.95149) + (xy 99.957845 107.890944) + (xy 99.976598 107.864793) (xy 99.991391 107.85) (xy 110.309859 107.85) (xy 110.330379 108.071445) @@ -44583,7 +41599,7 @@ (xy 110.945156 108.093029) (xy 111.005588 108.1026) (xy 111.048543 108.145263) - (xy 111.06144 108.170153) + (xy 111.053604 108.15503) (xy 111.061442 108.170156) (xy 111.164638 108.280652) (xy 111.226888 108.318507) @@ -44628,7 +41644,7 @@ (xy 117.445156 108.093029) (xy 117.505588 108.1026) (xy 117.548543 108.145263) - (xy 117.56144 108.170153) + (xy 117.553604 108.15503) (xy 117.561442 108.170156) (xy 117.664638 108.280652) (xy 117.726888 108.318507) @@ -44664,14 +41680,16 @@ (xy 119.161905 108.204) (xy 134.480571 108.204) (xy 134.500244 108.416311) - (xy 134.519486 108.483937) - (xy 134.558595 108.621389) + (xy 134.517576 108.477225) + (xy 134.551104 108.595063) + (xy 134.558596 108.621391) + (xy 134.588143 108.680731) (xy 134.653634 108.812255) (xy 134.782128 108.982407) - (xy 134.852453 109.046517) + (xy 134.848045 109.042499) (xy 134.939692 109.126047) (xy 134.939699 109.126053) - (xy 135.011484 109.1705) + (xy 135.007081 109.167774) (xy 135.120981 109.238298) (xy 135.319802 109.315321) (xy 135.52939 109.3545) @@ -44685,10 +41703,10 @@ (xy 141.249362 108.9875) (xy 141.307553 109.006407) (xy 141.316055 109.013335) - (xy 141.379539 109.071209) + (xy 141.398455 109.088454) (xy 141.439698 109.126052) (xy 141.439699 109.126053) - (xy 141.511484 109.1705) + (xy 141.507081 109.167774) (xy 141.620981 109.238298) (xy 141.819802 109.315321) (xy 142.02939 109.3545) @@ -44705,12 +41723,12 @@ (xy 143.213405 107.786611) (xy 143.118366 107.595745) (xy 142.989872 107.425593) - (xy 142.912336 107.354909) + (xy 142.924262 107.365781) (xy 142.832307 107.281952) (xy 142.8323 107.281946) (xy 142.651024 107.169705) (xy 142.651019 107.169702) - (xy 142.6244 107.15939) + (xy 142.633634 107.162967) (xy 142.452198 107.092679) (xy 142.452197 107.092678) (xy 142.452195 107.092678) @@ -44728,11 +41746,11 @@ (xy 141.282125 107.425597) (xy 141.153635 107.595743) (xy 141.15363 107.595752) - (xy 141.067749 107.768227) + (xy 141.07573 107.752198) (xy 141.058595 107.786611) - (xy 141.049629 107.818122) + (xy 141.051339 107.812114) (xy 141.000244 107.991688) - (xy 140.984092 108.165998) + (xy 140.98828 108.120806) (xy 140.980571 108.204) (xy 140.989883 108.3045) (xy 140.992095 108.328366) @@ -44743,18 +41761,18 @@ (xy 136.820292 108.417593) (xy 136.784328 108.368093) (xy 136.779905 108.328366) - (xy 136.781287 108.313453) + (xy 136.78207 108.305) (xy 136.791429 108.204) (xy 136.771756 107.99169) (xy 136.713405 107.786611) (xy 136.618366 107.595745) (xy 136.489872 107.425593) - (xy 136.412336 107.354909) + (xy 136.424262 107.365781) (xy 136.332307 107.281952) (xy 136.3323 107.281946) (xy 136.151024 107.169705) (xy 136.151019 107.169702) - (xy 136.1244 107.15939) + (xy 136.133634 107.162967) (xy 135.952198 107.092679) (xy 135.952197 107.092678) (xy 135.952195 107.092678) @@ -44772,9 +41790,9 @@ (xy 134.782125 107.425597) (xy 134.653635 107.595743) (xy 134.65363 107.595752) - (xy 134.567749 107.768227) + (xy 134.57573 107.752198) (xy 134.558595 107.786611) - (xy 134.549629 107.818122) + (xy 134.551339 107.812114) (xy 134.500244 107.991688) (xy 134.480571 108.204) (xy 119.161905 108.204) @@ -44872,8 +41890,7 @@ (xy 110.330379 107.628554) (xy 110.309859 107.85) (xy 99.991391 107.85) - (xy 100.030408 107.810982) - (xy 100.037415 107.804998) + (xy 100.036393 107.804998) (xy 108.3 107.804998) (xy 108.300001 107.805) (xy 108.724999 107.805) @@ -44903,12 +41920,8 @@ (xy 108.315762 107.69703) (xy 108.3 107.796546) (xy 108.3 107.804998) - (xy 100.037415 107.804998) - (xy 100.042202 107.80091) - (xy 100.061726 107.786726) - (xy 100.0759 107.767215) - (xy 100.085989 107.755403) - (xy 100.375866 107.465527) + (xy 100.036393 107.804998) + (xy 100.375865 107.465527) (xy 100.430382 107.43775) (xy 100.445869 107.436531) (xy 103.267401 107.436531) @@ -44934,7 +41947,7 @@ (xy 103.935861 107.062625) (xy 103.99133 106.928709) (xy 104.01025 106.785) - (xy 104.008797 106.773967) + (xy 104.008433 106.771202) (xy 103.99133 106.641291) (xy 103.935861 106.507375) (xy 103.847621 106.392379) @@ -44954,164 +41967,80 @@ (xy 102.94637 106.574416) (xy 102.906634 106.620942) (xy 102.854906 106.635531) - (xy 100.20543 106.635531) - (xy 100.205406 106.635532) - (xy 100.175532 106.635532) - (xy 100.152595 106.642985) - (xy 100.137493 106.646611) - (xy 100.113662 106.650385) - (xy 100.092167 106.661337) - (xy 100.077822 106.667279) - (xy 100.054879 106.674734) - (xy 100.041213 106.684663) - (xy 100.03536 106.688916) - (xy 100.022117 106.697031) - (xy 100.000628 106.707979) - (xy 99.970102 106.738505) - (xy 99.915584 106.766281) - (xy 99.855152 106.756707) - (xy 99.811889 106.713442) - (xy 99.810056 106.709646) - (xy 99.802882 106.693937) - (xy 99.718049 106.596033) - (xy 99.718048 106.596032) - (xy 99.718047 106.596031) - (xy 99.609073 106.525998) - (xy 99.60907 106.525996) - (xy 99.609069 106.525996) - (xy 99.605599 106.524977) - (xy 99.484774 106.4895) - (xy 99.484772 106.4895) - (xy 99.355228 106.4895) - (xy 99.355225 106.4895) - (xy 99.230933 106.525995) - (xy 99.230926 106.525998) - (xy 99.121952 106.596031) - (xy 99.037117 106.693938) - (xy 98.983302 106.811774) - (xy 98.964867 106.939997) - (xy 98.964867 106.940002) - (xy 98.983302 107.068224) - (xy 99.010553 107.127894) - (xy 99.0195 107.169021) - (xy 99.0195 107.208437) - (xy 99.026953 107.231374) - (xy 99.030579 107.246477) - (xy 99.033018 107.261875) - (xy 99.023447 107.322307) - (xy 98.980183 107.365572) - (xy 98.919751 107.375144) - (xy 98.904647 107.371518) - (xy 98.898439 107.369501) - (xy 98.898433 107.3695) - (xy 98.898432 107.3695) - (xy 95.973319 107.3695) - (xy 95.915129 107.350593) - (xy 95.877893 107.32354) - (xy 95.877892 107.323539) - (xy 95.87789 107.323538) - (xy 95.877886 107.323536) - (xy 95.828581 107.307516) - (xy 95.779082 107.271552) - (xy 95.76185 107.22621) - (xy 95.761449 107.22629) - (xy 95.760975 107.223907) - (xy 95.76065 107.223052) - (xy 95.760499 107.221531) - (xy 95.7605 107.22152) - (xy 95.748142 107.159391) - (xy 95.748142 107.15939) - (xy 95.705027 107.094865) - (xy 95.701065 107.088935) - (xy 95.701061 107.088932) - (xy 95.675927 107.072138) - (xy 95.638048 107.024088) - (xy 95.635646 106.96295) - (xy 95.669639 106.912076) - (xy 95.677387 106.906551) - (xy 95.749105 106.860462) - (xy 95.833938 106.762558) - (xy 95.887753 106.644721) - (xy 95.89753 106.576719) - (xy 95.906189 106.516497) - (xy 95.906189 106.516492) - (xy 95.887753 106.388269) - (xy 95.883343 106.378613) - (xy 95.833938 106.270432) - (xy 95.749105 106.172528) - (xy 95.749104 106.172527) - (xy 95.749103 106.172526) - (xy 95.640129 106.102493) - (xy 95.640126 106.102491) - (xy 95.640125 106.102491) - (xy 95.640122 106.10249) - (xy 95.51583 106.065995) - (xy 95.515828 106.065995) - (xy 95.386284 106.065995) - (xy 95.379204 106.065995) - (xy 95.379204 106.063208) - (xy 95.330908 106.054833) - (xy 95.288282 106.01094) - (xy 95.279596 105.950374) - (xy 95.290303 105.922896) - (xy 95.289441 105.922503) - (xy 95.299316 105.900879) - (xy 95.346197 105.798226) - (xy 95.362566 105.684376) - (xy 95.364633 105.670002) - (xy 95.364633 105.669997) - (xy 95.346197 105.541774) - (xy 95.31065 105.463938) - (xy 95.292382 105.423937) - (xy 95.207549 105.326033) - (xy 95.207548 105.326032) - (xy 95.207547 105.326031) - (xy 95.098573 105.255998) - (xy 95.09857 105.255996) - (xy 95.098569 105.255996) - (xy 95.092139 105.254108) - (xy 94.974274 105.2195) - (xy 94.974272 105.2195) - (xy 94.844728 105.2195) - (xy 94.844725 105.2195) - (xy 94.720433 105.255995) - (xy 94.720422 105.256) - (xy 94.713017 105.260759) - (xy 94.653841 105.27631) - (xy 94.596826 105.254108) - (xy 94.56375 105.202634) - (xy 94.5605 105.177479) - (xy 94.5605 104.722523) - (xy 94.579406 104.664336) - (xy 94.628906 104.628372) - (xy 94.690092 104.628372) - (xy 94.713018 104.63924) - (xy 94.720431 104.644004) - (xy 94.844728 104.6805) - (xy 94.929376 104.6805) - (xy 94.987567 104.699407) - (xy 94.99938 104.709496) - (xy 95.198613 104.908729) - (xy 95.210922 104.923729) - (xy 95.220871 104.938618) - (xy 95.220873 104.93862) - (xy 95.220876 104.938624) - (xy 95.220879 104.938626) - (xy 95.22088 104.938627) - (xy 95.239829 104.951288) - (xy 95.239835 104.951293) - (xy 95.243878 104.953994) - (xy 95.270034 104.971471) - (xy 95.312005 104.999515) - (xy 95.392367 105.0155) - (xy 95.392368 105.0155) - (xy 95.4195 105.020897) - (xy 95.43707 105.017401) - (xy 95.456384 105.0155) - (xy 108.6005 105.0155) - (xy 108.658691 105.034407) - (xy 108.694655 105.083907) - (xy 108.6995 105.1145) + (xy 100.302402 106.635531) + (xy 100.175536 106.635531) + (xy 100.175535 106.635531) + (xy 100.175529 106.635532) + (xy 100.152593 106.642984) + (xy 100.137494 106.646609) + (xy 100.11367 106.650383) + (xy 100.113664 106.650385) + (xy 100.092165 106.661338) + (xy 100.077826 106.667277) + (xy 100.054883 106.674733) + (xy 100.05488 106.674735) + (xy 100.035361 106.688915) + (xy 100.022124 106.697027) + (xy 100.000627 106.707981) + (xy 99.978061 106.730546) + (xy 99.978053 106.730552) + (xy 99.377722 107.330882) + (xy 99.335612 107.355867) + (xy 99.302844 107.365489) + (xy 99.274951 107.3695) + (xy 97.232 107.3695) + (xy 97.173809 107.350593) + (xy 97.137845 107.301093) + (xy 97.133 107.2705) + (xy 97.133 106.102069) + (xy 97.133 106.102067) + (xy 97.125542 106.079113) + (xy 97.121918 106.064014) + (xy 97.121091 106.05879) + (xy 97.118146 106.040196) + (xy 97.118144 106.040193) + (xy 97.118144 106.040191) + (xy 97.107194 106.018701) + (xy 97.101249 106.004351) + (xy 97.093796 105.98141) + (xy 97.079615 105.961891) + (xy 97.071498 105.948645) + (xy 97.06055 105.927158) + (xy 97.058422 105.92503) + (xy 97.037986 105.904593) + (xy 96.265424 105.132031) + (xy 96.245343 105.111951) + (xy 96.245342 105.11195) + (xy 96.223847 105.100997) + (xy 96.210608 105.092884) + (xy 96.197569 105.083411) + (xy 96.19109 105.078704) + (xy 96.191088 105.078703) + (xy 96.168142 105.071247) + (xy 96.153788 105.065301) + (xy 96.132306 105.054354) + (xy 96.108474 105.050579) + (xy 96.093374 105.046953) + (xy 96.070437 105.0395) + (xy 96.070433 105.0395) + (xy 96.038519 105.0395) + (xy 92.707527 105.0395) + (xy 92.649336 105.020593) + (xy 92.613372 104.971093) + (xy 92.613372 104.909907) + (xy 92.649336 104.860407) + (xy 92.679636 104.84551) + (xy 92.746069 104.826004) + (xy 92.784727 104.80116) + (xy 92.804869 104.788216) + (xy 92.858392 104.7725) + (xy 108.59744 104.7725) + (xy 108.655631 104.791407) + (xy 108.691595 104.840907) + (xy 108.694536 104.852179) + (xy 108.696851 104.863816) + (xy 108.697598 104.867568) + (xy 108.6995 104.886883) (xy 108.6995 105.817401) (xy 108.680593 105.875592) (xy 108.631093 105.911556) @@ -45126,7 +42055,7 @@ (xy 108.3495 106.765636) (xy 108.354387 106.799179) (xy 108.360134 106.838626) - (xy 108.409692 106.939997) + (xy 108.41064 106.941937) (xy 108.415174 106.951211) (xy 108.503789 107.039826) (xy 108.616375 107.094866) @@ -45143,7 +42072,6 @@ (xy 109.589866 106.171375) (xy 109.534826 106.058789) (xy 109.446211 105.970174) - (xy 109.405709 105.950374) (xy 109.333625 105.915134) (xy 109.326283 105.912866) (xy 109.326796 105.911205) @@ -45157,154 +42085,536 @@ (xy 109.353722 105.231767) (xy 109.403504 105.198504) (xy 109.436767 105.148722) - (xy 109.442755 105.11862) + (xy 109.443593 105.114407) (xy 109.445499 105.104827) (xy 109.4455 105.104818) (xy 109.4455 104.375181) (xy 109.445499 104.375172) (xy 109.436767 104.331279) (xy 109.436765 104.331275) - (xy 109.414367 104.297754) + (xy 109.417538 104.3025) (xy 109.403504 104.281496) (xy 109.40284 104.281052) (xy 109.353724 104.248234) (xy 109.35372 104.248232) (xy 109.309827 104.2395) (xy 109.30982 104.2395) - (xy 108.86018 104.2395) - (xy 108.860172 104.2395) - (xy 108.816279 104.248232) - (xy 108.816275 104.248234) - (xy 108.766498 104.281494) - (xy 108.766494 104.281498) - (xy 108.733234 104.331275) - (xy 108.733232 104.331279) - (xy 108.724499 104.375181) - (xy 108.724497 104.375202) - (xy 108.724493 104.37521) - (xy 108.72355 104.379952) - (xy 108.722509 104.379745) - (xy 108.699978 104.43126) - (xy 108.647192 104.4622) - (xy 108.625974 104.4645) - (xy 95.574624 104.4645) - (xy 95.516433 104.445593) - (xy 95.50462 104.435504) - (xy 95.391438 104.322322) - (xy 95.363661 104.267805) - (xy 95.36345 104.238227) - (xy 95.364633 104.229999) - (xy 95.364633 104.229998) - (xy 95.346197 104.101774) - (xy 95.321596 104.047907) - (xy 95.292382 103.983937) - (xy 95.207549 103.886033) - (xy 95.207548 103.886032) - (xy 95.207547 103.886031) - (xy 95.098573 103.815998) - (xy 95.09857 103.815996) - (xy 95.098569 103.815996) - (xy 95.092146 103.81411) - (xy 94.974274 103.7795) - (xy 94.974272 103.7795) - (xy 94.844728 103.7795) - (xy 94.844725 103.7795) - (xy 94.720433 103.815995) - (xy 94.720429 103.815997) - (xy 94.713021 103.820758) - (xy 94.653845 103.83631) - (xy 94.59683 103.81411) - (xy 94.563752 103.762637) - (xy 94.5605 103.737472) - (xy 94.5605 103.725124) - (xy 94.579407 103.666933) - (xy 94.589496 103.65512) - (xy 95.25012 102.994496) - (xy 95.304637 102.966719) - (xy 95.320124 102.9655) - (xy 96.847414 102.9655) - (xy 96.905605 102.984407) - (xy 96.936354 103.021019) - (xy 96.970802 103.091483) - (xy 97.053517 103.174198) - (xy 97.107285 103.200483) - (xy 97.158604 103.225572) - (xy 97.158605 103.225572) - (xy 97.158607 103.225573) - (xy 97.22674 103.2355) - (xy 97.226743 103.2355) - (xy 97.843257 103.2355) - (xy 97.84326 103.2355) - (xy 97.911393 103.225573) - (xy 98.016483 103.174198) - (xy 98.099198 103.091483) - (xy 98.150573 102.986393) - (xy 98.1605 102.91826) - (xy 98.1605 102.45174) - (xy 98.150573 102.383607) - (xy 98.133413 102.348506) - (xy 98.108713 102.29798) - (xy 98.100142 102.237398) - (xy 98.128818 102.183348) - (xy 98.183786 102.156476) - (xy 98.197654 102.1555) - (xy 105.153116 102.1555) - (xy 105.172429 102.157401) - (xy 105.19 102.160897) - (xy 105.217132 102.1555) - (xy 105.217133 102.1555) - (xy 105.297495 102.139515) - (xy 105.325474 102.120819) - (xy 105.339464 102.111472) - (xy 105.353364 102.102184) - (xy 105.408365 102.0855) - (xy 111.064599 102.0855) - (xy 111.12279 102.104407) - (xy 111.158754 102.153907) - (xy 111.158754 102.215093) - (xy 111.12279 102.264593) - (xy 111.100364 102.276813) - (xy 111.078993 102.285093) - (xy 110.99998 102.315702) - (xy 110.999975 102.315705) - (xy 110.818699 102.427946) - (xy 110.818692 102.427952) - (xy 110.661135 102.571586) - (xy 110.661131 102.571589) - (xy 110.661128 102.571593) - (xy 110.661124 102.571597) - (xy 110.661125 102.571597) - (xy 110.532635 102.741743) - (xy 110.53263 102.741752) - (xy 110.437594 102.932611) - (xy 110.434754 102.942595) - (xy 110.400643 102.993389) - (xy 110.34319 103.014432) - (xy 110.339534 103.0145) - (xy 109.544026 103.0145) - (xy 109.485835 102.995593) - (xy 109.449871 102.946093) - (xy 109.446494 102.929943) - (xy 109.44645 102.929952) - (xy 109.445545 102.925406) - (xy 109.445503 102.925202) - (xy 109.4455 102.925181) - (xy 109.44447 102.92) - (xy 109.436767 102.881278) - (xy 109.403504 102.831496) - (xy 109.390934 102.823097) - (xy 109.353724 102.798234) - (xy 109.35372 102.798232) - (xy 109.309827 102.7895) - (xy 109.30982 102.7895) - (xy 108.86018 102.7895) - (xy 108.860172 102.7895) - (xy 108.816279 102.798232) - (xy 108.816275 102.798234) - (xy 108.766498 102.831494) + (xy 108.969377 104.2395) + (xy 108.950063 104.237598) + (xy 108.863182 104.220316) + (xy 108.863162 104.220311) + (xy 108.842002 104.216103) + (xy 108.842001 104.216103) + (xy 108.842 104.216103) + (xy 108.82443 104.219598) + (xy 108.805116 104.2215) + (xy 93.02888 104.2215) + (xy 92.970689 104.202593) + (xy 92.94494 104.171102) + (xy 92.94371 104.171893) + (xy 92.939882 104.165936) + (xy 92.921397 104.144603) + (xy 92.89758 104.088243) + (xy 92.911439 104.028648) + (xy 92.957681 103.988581) + (xy 93.018642 103.983346) + (xy 93.024073 103.984773) + (xy 93.074228 103.9995) + (xy 93.07423 103.9995) + (xy 93.20377 103.9995) + (xy 93.203772 103.9995) + (xy 93.328069 103.963004) + (xy 93.437049 103.892967) + (xy 93.521882 103.795063) + (xy 93.575697 103.677226) + (xy 93.58317 103.625248) + (xy 93.594133 103.549002) + (xy 93.594133 103.548997) + (xy 93.575697 103.420774) + (xy 93.556163 103.378002) + (xy 93.521882 103.302937) + (xy 93.437049 103.205033) + (xy 93.437048 103.205032) + (xy 93.437047 103.205031) + (xy 93.328073 103.134998) + (xy 93.32807 103.134996) + (xy 93.328069 103.134996) + (xy 93.328066 103.134995) + (xy 93.203774 103.0985) + (xy 93.203772 103.0985) + (xy 93.074228 103.0985) + (xy 93.074225 103.0985) + (xy 92.949933 103.134995) + (xy 92.949926 103.134998) + (xy 92.840951 103.205032) + (xy 92.840949 103.205034) + (xy 92.811231 103.239331) + (xy 92.758835 103.270927) + (xy 92.736412 103.2735) + (xy 92.181879 103.2735) + (xy 92.162566 103.271598) + (xy 92.145 103.268104) + (xy 92.144996 103.268104) + (xy 92.121132 103.27285) + (xy 92.121122 103.272852) + (xy 92.051954 103.286611) + (xy 92.037504 103.289484) + (xy 92.037502 103.289485) + (xy 91.971924 103.333304) + (xy 91.971914 103.333311) + (xy 91.946378 103.350374) + (xy 91.946372 103.35038) + (xy 91.936423 103.365269) + (xy 91.924115 103.380267) + (xy 91.058379 104.246004) + (xy 91.003862 104.273781) + (xy 90.988375 104.275) + (xy 89.640002 104.275) + (xy 89.640001 104.275001) + (xy 89.640001 104.283453) + (xy 89.64 104.283453) + (xy 89.65576 104.382965) + (xy 89.655761 104.382969) + (xy 89.664722 104.400554) + (xy 89.674294 104.460986) + (xy 89.646517 104.515503) + (xy 89.592001 104.543281) + (xy 89.576513 104.5445) + (xy 89.283155 104.5445) + (xy 89.224964 104.525593) + (xy 89.189 104.476093) + (xy 89.189 104.414907) + (xy 89.224964 104.365407) + (xy 89.239671 104.35656) + (xy 89.270143 104.341664) + (xy 89.352858 104.258949) + (xy 89.404233 104.153859) + (xy 89.41416 104.085726) + (xy 89.41416 103.774999) + (xy 89.64 103.774999) + (xy 89.640001 103.775) + (xy 90.064999 103.775) + (xy 90.065 103.774999) + (xy 90.565 103.774999) + (xy 90.565001 103.775) + (xy 90.989998 103.775) + (xy 90.989999 103.774998) + (xy 90.989999 103.766546) + (xy 90.974239 103.667034) + (xy 90.974237 103.66703) + (xy 90.913118 103.547078) + (xy 90.817921 103.451881) + (xy 90.697969 103.390762) + (xy 90.69797 103.390762) + (xy 90.598454 103.375) + (xy 90.565001 103.375) + (xy 90.565 103.375001) + (xy 90.565 103.774999) + (xy 90.065 103.774999) + (xy 90.065 103.774998) + (xy 90.065 103.375) + (xy 90.031547 103.375) + (xy 90.031544 103.375001) + (xy 89.932034 103.39076) + (xy 89.93203 103.390762) + (xy 89.812078 103.451881) + (xy 89.716881 103.547078) + (xy 89.655762 103.66703) + (xy 89.64 103.766546) + (xy 89.64 103.774999) + (xy 89.41416 103.774999) + (xy 89.41416 103.619206) + (xy 89.404233 103.551073) + (xy 89.403218 103.548997) + (xy 89.352858 103.445984) + (xy 89.352858 103.445983) + (xy 89.270143 103.363268) + (xy 89.264375 103.360448) + (xy 89.165055 103.311893) + (xy 89.137799 103.307922) + (xy 89.09692 103.301966) + (xy 88.4804 103.301966) + (xy 88.446333 103.306929) + (xy 88.412264 103.311893) + (xy 88.307178 103.363267) + (xy 88.224461 103.445984) + (xy 88.213744 103.467907) + (xy 88.194128 103.508034) + (xy 88.187571 103.521446) + (xy 88.145028 103.56542) + (xy 88.09863 103.576966) + (xy 87.984992 103.576966) + (xy 87.926801 103.558059) + (xy 87.910173 103.542797) + (xy 87.88005 103.508034) + (xy 87.880048 103.508032) + (xy 87.771073 103.437998) + (xy 87.77107 103.437996) + (xy 87.771069 103.437996) + (xy 87.771066 103.437995) + (xy 87.646774 103.4015) + (xy 87.646772 103.4015) + (xy 87.517228 103.4015) + (xy 87.517225 103.4015) + (xy 87.392933 103.437995) + (xy 87.392926 103.437998) + (xy 87.283952 103.508031) + (xy 87.199117 103.605938) + (xy 87.145302 103.723774) + (xy 87.126867 103.851997) + (xy 87.126867 103.852002) + (xy 87.12805 103.860234) + (xy 87.117613 103.920523) + (xy 87.100061 103.944321) + (xy 86.936881 104.107503) + (xy 86.882365 104.135281) + (xy 86.866877 104.1365) + (xy 80.677347 104.1365) + (xy 80.658034 104.134598) + (xy 80.640463 104.131103) + (xy 80.64046 104.131103) + (xy 80.621158 104.134941) + (xy 80.621146 104.134945) + (xy 80.59709 104.13973) + (xy 80.532968 104.152485) + (xy 80.532967 104.152486) + (xy 80.532965 104.152486) + (xy 80.517833 104.162598) + (xy 80.512838 104.165936) + (xy 80.512835 104.165938) + (xy 80.467427 104.196276) + (xy 80.46742 104.196282) + (xy 80.464841 104.198006) + (xy 80.464839 104.198007) + (xy 80.463793 104.198705) + (xy 80.408791 104.215391) + (xy 75.855844 104.215391) + (xy 75.797653 104.196484) + (xy 75.781025 104.181222) + (xy 75.751306 104.146925) + (xy 75.751304 104.146923) + (xy 75.642329 104.076889) + (xy 75.642326 104.076887) + (xy 75.642325 104.076887) + (xy 75.642322 104.076886) + (xy 75.51803 104.040391) + (xy 75.518028 104.040391) + (xy 75.388484 104.040391) + (xy 75.388481 104.040391) + (xy 75.264189 104.076886) + (xy 75.264182 104.076889) + (xy 75.155208 104.146922) + (xy 75.070373 104.244829) + (xy 75.016558 104.362665) + (xy 74.998123 104.490888) + (xy 74.998123 104.490893) + (xy 75.016558 104.619116) + (xy 75.071935 104.740373) + (xy 75.07891 104.80116) + (xy 75.048824 104.854437) + (xy 74.993168 104.879855) + (xy 74.981882 104.8805) + (xy 74.699274 104.8805) + (xy 74.644273 104.863816) + (xy 74.639171 104.860407) + (xy 74.630331 104.8545) + (xy 74.607544 104.839274) + (xy 74.540816 104.826001) + (xy 74.521231 104.822105) + (xy 74.521211 104.8221) + (xy 74.500051 104.817892) + (xy 74.50005 104.817892) + (xy 74.500049 104.817892) + (xy 74.482479 104.821387) + (xy 74.463165 104.823289) + (xy 70.092242 104.823289) + (xy 70.034051 104.804382) + (xy 69.998087 104.754882) + (xy 69.993719 104.733993) + (xy 69.981386 104.608773) + (xy 69.981385 104.608768) + (xy 69.961889 104.5445) + (xy 69.925605 104.424886) + (xy 69.920271 104.414907) + (xy 69.83503 104.25543) + (xy 69.835025 104.255423) + (xy 69.835023 104.255419) + (xy 69.761586 104.165936) + (xy 69.713124 104.106884) + (xy 69.713115 104.106875) + (xy 69.584139 104.001028) + (xy 69.551152 103.949497) + (xy 69.554754 103.888418) + (xy 69.593569 103.841121) + (xy 69.646944 103.8255) + (xy 69.673116 103.8255) + (xy 69.692429 103.827401) + (xy 69.71 103.830897) + (xy 69.737132 103.8255) + (xy 69.737133 103.8255) + (xy 69.817495 103.809515) + (xy 69.872944 103.772465) + (xy 69.885622 103.763994) + (xy 69.885621 103.763994) + (xy 69.896344 103.75683) + (xy 69.896348 103.756826) + (xy 69.908624 103.748624) + (xy 69.918576 103.733727) + (xy 69.930887 103.718728) + (xy 70.221119 103.428496) + (xy 70.275636 103.400719) + (xy 70.291123 103.3995) + (xy 84.806174 103.3995) + (xy 84.864365 103.418407) + (xy 84.900329 103.467907) + (xy 84.904166 103.484412) + (xy 84.907302 103.506224) + (xy 84.956895 103.614815) + (xy 84.961118 103.624063) + (xy 85.04552 103.72147) + (xy 85.045952 103.721968) + (xy 85.154926 103.792001) + (xy 85.154931 103.792004) + (xy 85.279228 103.8285) + (xy 85.27923 103.8285) + (xy 85.40877 103.8285) + (xy 85.408772 103.8285) + (xy 85.533069 103.792004) + (xy 85.642049 103.721967) + (xy 85.726882 103.624063) + (xy 85.780697 103.506226) + (xy 85.792983 103.420774) + (xy 85.799133 103.378002) + (xy 85.799133 103.377997) + (xy 85.780697 103.249774) + (xy 85.760263 103.205031) + (xy 85.726882 103.131937) + (xy 85.642049 103.034033) + (xy 85.642048 103.034032) + (xy 85.642047 103.034031) + (xy 85.533073 102.963998) + (xy 85.53307 102.963996) + (xy 85.533069 102.963996) + (xy 85.519351 102.959968) + (xy 85.408774 102.9275) + (xy 85.408772 102.9275) + (xy 85.321835 102.9275) + (xy 85.266834 102.910816) + (xy 85.222628 102.881278) + (xy 85.197497 102.864486) + (xy 85.197496 102.864485) + (xy 85.197495 102.864485) + (xy 85.138051 102.85266) + (xy 85.111182 102.847316) + (xy 85.111162 102.847311) + (xy 85.090002 102.843103) + (xy 85.090001 102.843103) + (xy 85.09 102.843103) + (xy 85.07243 102.846598) + (xy 85.053116 102.8485) + (xy 84.865658 102.8485) + (xy 84.807467 102.829593) + (xy 84.771503 102.780093) + (xy 84.771503 102.718907) + (xy 84.775605 102.708373) + (xy 84.806727 102.640225) + (xy 84.829447 102.590476) + (xy 84.838663 102.526376) + (xy 84.847883 102.462252) + (xy 84.847883 102.462247) + (xy 84.829447 102.334024) + (xy 84.821081 102.315705) + (xy 84.775632 102.216187) + (xy 84.690799 102.118283) + (xy 84.690798 102.118282) + (xy 84.690797 102.118281) + (xy 84.581823 102.048248) + (xy 84.58182 102.048246) + (xy 84.581819 102.048246) + (xy 84.581816 102.048245) + (xy 84.457524 102.01175) + (xy 84.457522 102.01175) + (xy 84.327978 102.01175) + (xy 84.327975 102.01175) + (xy 84.203684 102.048245) + (xy 84.203681 102.048246) + (xy 84.168607 102.070785) + (xy 84.115088 102.0865) + (xy 83.054587 102.0865) + (xy 82.996396 102.067593) + (xy 82.960432 102.018093) + (xy 82.960432 101.956907) + (xy 82.984583 101.917496) + (xy 83.440583 101.461496) + (xy 83.4951 101.433719) + (xy 83.510587 101.4325) + (xy 88.899575 101.4325) + (xy 88.957766 101.451407) + (xy 88.99373 101.500907) + (xy 88.99373 101.562093) + (xy 88.957766 101.611593) + (xy 88.954626 101.613781) + (xy 88.949857 101.616968) + (xy 88.935937 101.626269) + (xy 88.922446 101.635283) + (xy 88.867447 101.651966) + (xy 88.4804 101.651966) + (xy 88.446333 101.656929) + (xy 88.412264 101.661893) + (xy 88.307178 101.713267) + (xy 88.224461 101.795984) + (xy 88.173087 101.90107) + (xy 88.170826 101.916589) + (xy 88.16316 101.969206) + (xy 88.16316 102.435726) + (xy 88.167388 102.464743) + (xy 88.173087 102.503861) + (xy 88.216508 102.592679) + (xy 88.224462 102.608949) + (xy 88.307177 102.691664) + (xy 88.354699 102.714896) + (xy 88.412264 102.743038) + (xy 88.412265 102.743038) + (xy 88.412267 102.743039) + (xy 88.4804 102.752966) + (xy 88.480403 102.752966) + (xy 89.096917 102.752966) + (xy 89.09692 102.752966) + (xy 89.165053 102.743039) + (xy 89.270143 102.691664) + (xy 89.352858 102.608949) + (xy 89.404233 102.503859) + (xy 89.41416 102.435726) + (xy 89.41416 102.228499) + (xy 89.433067 102.170309) + (xy 89.482567 102.134345) + (xy 89.51316 102.1295) + (xy 93.28738 102.1295) + (xy 93.345571 102.148407) + (xy 93.381535 102.197907) + (xy 93.381535 102.259093) + (xy 93.377434 102.269624) + (xy 93.373465 102.278315) + (xy 93.325302 102.383774) + (xy 93.306867 102.511997) + (xy 93.306867 102.512002) + (xy 93.325302 102.640225) + (xy 93.36927 102.7365) + (xy 93.379118 102.758063) + (xy 93.455833 102.846598) + (xy 93.463952 102.855968) + (xy 93.572926 102.926001) + (xy 93.572931 102.926004) + (xy 93.697228 102.9625) + (xy 93.69723 102.9625) + (xy 93.82677 102.9625) + (xy 93.826772 102.9625) + (xy 93.951069 102.926004) + (xy 94.031499 102.874314) + (xy 94.090674 102.85876) + (xy 94.14769 102.880959) + (xy 94.18077 102.932431) + (xy 94.183014 102.971688) + (xy 94.166866 103.083996) + (xy 94.166867 103.084002) + (xy 94.185302 103.212225) + (xy 94.224471 103.297992) + (xy 94.239118 103.330063) + (xy 94.323949 103.427965) + (xy 94.323952 103.427968) + (xy 94.351986 103.445984) + (xy 94.432931 103.498004) + (xy 94.557228 103.5345) + (xy 94.55723 103.5345) + (xy 94.68677 103.5345) + (xy 94.686772 103.5345) + (xy 94.811069 103.498004) + (xy 94.920049 103.427967) + (xy 94.937881 103.407388) + (xy 94.949769 103.393669) + (xy 95.002165 103.362073) + (xy 95.024588 103.3595) + (xy 95.973116 103.3595) + (xy 95.992429 103.361401) + (xy 96.01 103.364897) + (xy 96.037132 103.3595) + (xy 96.037133 103.3595) + (xy 96.117495 103.343515) + (xy 96.166762 103.310595) + (xy 96.183184 103.299623) + (xy 96.196339 103.290834) + (xy 96.196344 103.290828) + (xy 96.208624 103.282624) + (xy 96.218576 103.267727) + (xy 96.230884 103.25273) + (xy 96.477119 103.006496) + (xy 96.531636 102.978719) + (xy 96.547123 102.9775) + (xy 97.054348 102.9775) + (xy 97.112539 102.996407) + (xy 97.143288 103.03302) + (xy 97.166523 103.080548) + (xy 97.1748 103.097479) + (xy 97.1748 103.09748) + (xy 97.174801 103.097481) + (xy 97.174802 103.097483) + (xy 97.257517 103.180198) + (xy 97.304753 103.20329) + (xy 97.362604 103.231572) + (xy 97.362605 103.231572) + (xy 97.362607 103.231573) + (xy 97.43074 103.2415) + (xy 97.430743 103.2415) + (xy 97.897257 103.2415) + (xy 97.89726 103.2415) + (xy 97.965393 103.231573) + (xy 98.070483 103.180198) + (xy 98.153198 103.097483) + (xy 98.204573 102.992393) + (xy 98.208082 102.968303) + (xy 98.235181 102.913448) + (xy 98.289349 102.884996) + (xy 98.349895 102.893818) + (xy 98.380867 102.917746) + (xy 98.411514 102.953115) + (xy 98.417452 102.959968) + (xy 98.5022 103.014432) + (xy 98.526431 103.030004) + (xy 98.650728 103.0665) + (xy 98.65073 103.0665) + (xy 98.752812 103.0665) + (xy 98.811003 103.085407) + (xy 98.822816 103.095496) + (xy 98.824801 103.097481) + (xy 98.824802 103.097483) + (xy 98.907517 103.180198) + (xy 98.954753 103.20329) + (xy 99.012604 103.231572) + (xy 99.012605 103.231572) + (xy 99.012607 103.231573) + (xy 99.08074 103.2415) + (xy 99.080743 103.2415) + (xy 99.547257 103.2415) + (xy 99.54726 103.2415) + (xy 99.615393 103.231573) + (xy 99.720483 103.180198) + (xy 99.803198 103.097483) + (xy 99.854573 102.992393) + (xy 99.8645 102.92426) + (xy 99.8645 102.736499) + (xy 99.883407 102.678309) + (xy 99.932907 102.642345) + (xy 99.9635 102.6375) + (xy 108.730472 102.6375) + (xy 108.788663 102.656407) + (xy 108.824627 102.705907) + (xy 108.824627 102.767093) + (xy 108.788663 102.816593) + (xy 108.785474 102.818815) + (xy 108.766499 102.831493) (xy 108.766494 102.831498) (xy 108.733234 102.881275) - (xy 108.733232 102.881279) + (xy 108.733233 102.881278) (xy 108.7245 102.925172) (xy 108.7245 103.654827) (xy 108.733232 103.69872) @@ -45341,10 +42651,10 @@ (xy 110.437595 103.767389) (xy 110.532634 103.958255) (xy 110.661128 104.128407) - (xy 110.68809 104.152986) + (xy 110.68905 104.153861) (xy 110.818692 104.272047) (xy 110.818699 104.272053) - (xy 110.905263 104.325651) + (xy 110.895786 104.319783) (xy 110.999981 104.384298) (xy 111.198802 104.461321) (xy 111.40839 104.5005) @@ -45368,10 +42678,10 @@ (xy 116.971484 103.835449) (xy 117.032634 103.958255) (xy 117.161128 104.128407) - (xy 117.18809 104.152986) + (xy 117.18905 104.153861) (xy 117.318692 104.272047) (xy 117.318699 104.272053) - (xy 117.405263 104.325651) + (xy 117.395786 104.319783) (xy 117.499981 104.384298) (xy 117.698802 104.461321) (xy 117.90839 104.5005) @@ -45393,7 +42703,7 @@ (xy 118.7113 102.427946) (xy 118.530024 102.315705) (xy 118.530019 102.315702) - (xy 118.516547 102.310483) + (xy 118.509474 102.307743) (xy 118.429636 102.276814) (xy 118.382207 102.238163) (xy 118.366553 102.179014) @@ -45428,7 +42738,7 @@ (xy 134.558595 104.121389) (xy 134.653634 104.312255) (xy 134.782128 104.482407) - (xy 134.84432 104.539103) + (xy 134.845551 104.540225) (xy 134.939692 104.626047) (xy 134.939699 104.626053) (xy 135.012067 104.670861) @@ -45442,7 +42752,7 @@ (xy 136.489872 104.482407) (xy 136.618366 104.312255) (xy 136.713405 104.121389) - (xy 136.723285 104.086662) + (xy 136.728587 104.068033) (xy 136.733318 104.051406) (xy 136.767428 104.000612) (xy 136.824881 103.979568) @@ -45452,10 +42762,10 @@ (xy 141.037617 104.047907) (xy 141.038682 104.051406) (xy 141.058594 104.121387) - (xy 141.062092 104.128413) + (xy 141.094293 104.193082) (xy 141.153634 104.312255) (xy 141.282128 104.482407) - (xy 141.34432 104.539103) + (xy 141.345551 104.540225) (xy 141.439692 104.626047) (xy 141.439699 104.626053) (xy 141.512067 104.670861) @@ -45466,7 +42776,7 @@ (xy 142.452198 104.815321) (xy 142.651019 104.738298) (xy 142.651026 104.738294) - (xy 142.652782 104.737206) + (xy 142.65319 104.736954) (xy 142.664422 104.729998) (xy 142.723848 104.715437) (xy 142.780485 104.738586) @@ -45481,12 +42791,12 @@ (xy 144.42732 106.832931) (xy 144.4205 106.87974) (xy 144.4205 107.49626) - (xy 144.424537 107.523967) + (xy 144.420663 107.497376) (xy 144.430427 107.564395) - (xy 144.463367 107.631774) + (xy 144.464767 107.634637) (xy 144.481802 107.669483) (xy 144.564517 107.752198) - (xy 144.597305 107.768227) + (xy 144.618285 107.778483) (xy 144.669604 107.803572) (xy 144.669605 107.803572) (xy 144.669607 107.803573) @@ -45561,8 +42871,8 @@ (xy 145.5215 106.937999) (xy 145.5215 106.87974) (xy 145.511573 106.811607) - (xy 145.505497 106.799179) - (xy 145.475836 106.738505) + (xy 145.508722 106.805776) + (xy 145.479745 106.746501) (xy 145.460198 106.706517) (xy 145.377483 106.623802) (xy 145.301103 106.586462) @@ -45571,12 +42881,11 @@ (xy 145.2465 106.511871) (xy 145.2465 106.511867) (xy 145.230515 106.431505) - (xy 145.230515 106.431504) - (xy 145.226768 106.425896) - (xy 145.188233 106.368226) + (xy 145.225583 106.424124) (xy 145.184994 106.363378) (xy 145.184992 106.363376) (xy 145.169624 106.340376) + (xy 145.159333 106.3335) (xy 145.154733 106.330426) (xy 145.139731 106.318115) (xy 143.173887 104.352271) @@ -45591,7 +42900,7 @@ (xy 150.505686 103.854356) (xy 150.54165 103.903856) (xy 150.542484 103.962338) - (xy 150.536143 103.983938) + (xy 150.542291 103.963001) (xy 150.526613 104.016396) (xy 150.52639 104.017154) (xy 150.52639 104.153744) @@ -45801,12 +43110,12 @@ (xy 143.213405 103.286611) (xy 143.118366 103.095745) (xy 142.989872 102.925593) - (xy 142.92889 102.87) + (xy 142.92284 102.864485) (xy 142.832307 102.781952) (xy 142.8323 102.781946) (xy 142.651024 102.669705) (xy 142.651019 102.669702) - (xy 142.481181 102.603907) + (xy 142.549989 102.630563) (xy 142.452198 102.592679) (xy 142.452197 102.592678) (xy 142.452195 102.592678) @@ -45824,7 +43133,7 @@ (xy 141.282125 102.925597) (xy 141.153635 103.095743) (xy 141.15363 103.095752) - (xy 141.058594 103.286612) + (xy 141.058595 103.286611) (xy 141.038682 103.356594) (xy 141.004572 103.407388) (xy 140.947119 103.428432) @@ -45833,16 +43142,16 @@ (xy 136.770347 103.409593) (xy 136.734383 103.360093) (xy 136.733318 103.356594) - (xy 136.713405 103.286612) - (xy 136.713403 103.286608) + (xy 136.713405 103.286611) + (xy 136.711418 103.282621) (xy 136.618366 103.095745) (xy 136.489872 102.925593) - (xy 136.42889 102.87) + (xy 136.42284 102.864485) (xy 136.332307 102.781952) (xy 136.3323 102.781946) (xy 136.151024 102.669705) (xy 136.151019 102.669702) - (xy 135.981181 102.603907) + (xy 136.049989 102.630563) (xy 135.952198 102.592679) (xy 135.952197 102.592678) (xy 135.952195 102.592678) @@ -45896,6 +43205,7 @@ (xy 130.044842 101.956969) (xy 129.98441 101.947397) (xy 129.941454 101.904733) + (xy 129.939556 101.90107) (xy 129.928558 101.879844) (xy 129.825362 101.769348) (xy 129.825361 101.769347) @@ -45923,7 +43233,7 @@ (xy 129.191795 101.721378) (xy 129.186543 101.72565) (xy 129.186542 101.725651) - (xy 129.132834 101.769346) + (xy 129.139128 101.764225) (xy 129.069258 101.821068) (xy 129.001833 101.916589) (xy 128.952829 101.953226) @@ -45945,7 +43255,7 @@ (xy 128.905156 102.443029) (xy 128.965588 102.4526) (xy 129.008543 102.495263) - (xy 129.02144 102.520153) + (xy 129.017592 102.512726) (xy 129.021442 102.520156) (xy 129.124638 102.630652) (xy 129.186888 102.668507) @@ -45960,31 +43270,38 @@ (xy 128.745124 103.2145) (xy 128.686933 103.195593) (xy 128.67512 103.185504) - (xy 127.22412 101.734504) - (xy 127.196343 101.679987) - (xy 127.205914 101.619555) - (xy 127.249179 101.57629) - (xy 127.294124 101.5655) - (xy 127.848116 101.5655) - (xy 127.867429 101.567401) - (xy 127.885 101.570897) - (xy 127.912132 101.5655) - (xy 127.912133 101.5655) - (xy 127.992495 101.549515) - (xy 128.040299 101.517573) - (xy 128.043294 101.515572) - (xy 128.071342 101.496832) - (xy 128.071348 101.496826) - (xy 128.083624 101.488624) - (xy 128.093574 101.47373) - (xy 128.105881 101.458733) + (xy 127.130885 101.641269) + (xy 127.118573 101.626266) + (xy 127.108624 101.611376) + (xy 127.10862 101.611373) + (xy 127.101729 101.604482) + (xy 127.104304 101.601906) + (xy 127.077392 101.567775) + (xy 127.074983 101.506637) + (xy 127.108971 101.45576) + (xy 127.166372 101.434577) + (xy 127.170269 101.4345) + (xy 127.979116 101.4345) + (xy 127.998429 101.436401) + (xy 128.016 101.439897) + (xy 128.043132 101.4345) + (xy 128.043133 101.4345) + (xy 128.123495 101.418515) + (xy 128.186397 101.376485) + (xy 128.191622 101.372994) + (xy 128.191622 101.372993) + (xy 128.20234 101.365832) + (xy 128.202348 101.365826) + (xy 128.214624 101.357624) + (xy 128.224574 101.34273) + (xy 128.236881 101.327733) (xy 128.956164 100.60845) (xy 129.010679 100.580675) (xy 129.071111 100.590246) (xy 129.072834 100.591146) (xy 129.097289 100.604217) (xy 129.099886 100.605605) - (xy 129.2257 100.64377) + (xy 129.227987 100.644464) (xy 129.283768 100.661385) (xy 129.283773 100.661386) (xy 129.474997 100.68022) @@ -45992,7 +43309,7 @@ (xy 129.475003 100.68022) (xy 129.666226 100.661386) (xy 129.666231 100.661385) - (xy 129.687711 100.654869) + (xy 129.698415 100.651622) (xy 129.850114 100.605605) (xy 129.91087 100.573129) (xy 130.019569 100.51503) @@ -46002,7 +43319,7 @@ (xy 130.290023 100.244581) (xy 130.290027 100.244572) (xy 130.29003 100.244569) - (xy 130.364646 100.104971) + (xy 130.358971 100.115589) (xy 130.380605 100.075114) (xy 130.436385 99.891231) (xy 130.436386 99.891226) @@ -46018,7 +43335,7 @@ (xy 137.257001 99.455553) (xy 137.292965 99.505053) (xy 137.293799 99.563535) - (xy 137.28764 99.584515) + (xy 137.287641 99.584513) (xy 137.278205 99.616649) (xy 137.277705 99.618351) (xy 137.277705 99.754941) @@ -46119,14 +43436,14 @@ (xy 136.606293 99.436645) (xy 130.414506 99.436645) (xy 130.380605 99.324886) - (xy 130.380602 99.32488) + (xy 130.375271 99.314907) (xy 130.29003 99.15543) (xy 130.290025 99.155423) (xy 130.290023 99.155419) - (xy 130.224975 99.076158) + (xy 130.218228 99.067937) (xy 130.168124 99.006884) (xy 130.168115 99.006875) - (xy 130.079202 98.933907) + (xy 130.043951 98.904977) (xy 130.019581 98.884977) (xy 130.019578 98.884975) (xy 130.019569 98.884969) @@ -46154,624 +43471,65 @@ (xy 128.49478 99.700003) (xy 128.513613 99.891226) (xy 128.513614 99.891231) - (xy 128.549524 100.009608) + (xy 128.560026 100.04423) (xy 128.569395 100.075114) (xy 128.583853 100.102163) (xy 128.59461 100.162394) (xy 128.567908 100.217446) (xy 128.566547 100.218834) - (xy 127.79988 100.985503) - (xy 127.745363 101.013281) - (xy 127.729876 101.0145) - (xy 109.530386 101.0145) - (xy 109.472195 100.995593) - (xy 109.436231 100.946093) - (xy 109.436231 100.884907) - (xy 109.455566 100.85067) - (xy 109.480061 100.8224) - (xy 109.502882 100.796063) - (xy 109.556697 100.678226) - (xy 109.565358 100.617985) - (xy 109.575133 100.550002) - (xy 109.575133 100.549997) - (xy 109.556697 100.421774) - (xy 109.552745 100.41312) - (xy 109.502882 100.303937) - (xy 109.418049 100.206033) - (xy 109.418048 100.206032) - (xy 109.418047 100.206031) - (xy 109.309073 100.135998) - (xy 109.30907 100.135996) - (xy 109.309069 100.135996) - (xy 109.309066 100.135995) - (xy 109.184774 100.0995) - (xy 109.184772 100.0995) - (xy 109.055228 100.0995) - (xy 109.055225 100.0995) - (xy 108.930933 100.135995) - (xy 108.930926 100.135998) - (xy 108.821952 100.206031) - (xy 108.737117 100.303938) - (xy 108.683304 100.42177) - (xy 108.682828 100.423392) - (xy 108.682032 100.424556) - (xy 108.680361 100.428215) - (xy 108.679727 100.427925) - (xy 108.648292 100.473898) - (xy 108.590665 100.49446) - (xy 108.587838 100.4945) - (xy 103.390124 100.4945) - (xy 103.331933 100.475593) - (xy 103.32012 100.465504) - (xy 103.046347 100.191731) - (xy 103.034035 100.176728) - (xy 103.032886 100.175008) - (xy 103.024086 100.161838) - (xy 103.017263 100.157279) - (xy 103.005174 100.149201) - (xy 103.005171 100.149199) - (xy 102.98233 100.133937) - (xy 102.974927 100.12899) - (xy 102.964708 100.122162) - (xy 102.932956 100.100946) - (xy 102.932957 100.100946) - (xy 102.846645 100.083778) - (xy 102.846633 100.083775) - (xy 102.825464 100.079565) - (xy 102.825463 100.079565) - (xy 102.825462 100.079565) - (xy 102.807892 100.08306) - (xy 102.788578 100.084962) - (xy 98.645018 100.084962) - (xy 98.625704 100.08306) - (xy 98.608134 100.079565) - (xy 98.608133 100.079565) - (xy 98.608132 100.079565) - (xy 98.598622 100.081456) - (xy 98.551424 100.079347) - (xy 98.514398 100.068476) - (xy 98.514394 100.068475) - (xy 98.514393 100.068475) - (xy 98.384849 100.068475) - (xy 98.384846 100.068475) - (xy 98.260554 100.10497) - (xy 98.260547 100.104973) - (xy 98.151573 100.175006) - (xy 98.066738 100.272913) - (xy 98.012923 100.390748) - (xy 98.010354 100.408616) - (xy 97.983355 100.463522) - (xy 97.92924 100.492074) - (xy 97.898091 100.492488) - (xy 97.84326 100.4845) - (xy 97.22674 100.4845) - (xy 97.192673 100.489463) - (xy 97.158604 100.494427) - (xy 97.053518 100.545801) - (xy 96.970801 100.628518) - (xy 96.919427 100.733604) - (xy 96.915686 100.759281) - (xy 96.9095 100.80174) - (xy 96.9095 101.26826) - (xy 96.915002 101.30602) - (xy 96.919427 101.336395) - (xy 96.970803 101.441485) - (xy 96.975436 101.447974) - (xy 96.993862 101.506319) - (xy 96.974474 101.564351) - (xy 96.924678 101.599904) - (xy 96.894865 101.6045) - (xy 94.961884 101.6045) - (xy 94.94257 101.602598) - (xy 94.925 101.599103) - (xy 94.924999 101.599103) - (xy 94.924997 101.599103) - (xy 94.905695 101.602941) - (xy 94.905683 101.602945) - (xy 94.881627 101.60773) - (xy 94.817505 101.620485) - (xy 94.817504 101.620486) - (xy 94.817501 101.620486) - (xy 94.77614 101.648124) - (xy 94.753085 101.663527) - (xy 94.753078 101.663533) - (xy 94.726378 101.681374) - (xy 94.726372 101.68138) - (xy 94.716423 101.696269) - (xy 94.704115 101.711267) - (xy 93.716267 102.699115) - (xy 93.701269 102.711423) - (xy 93.68638 102.721372) - (xy 93.686374 102.721378) - (xy 93.671006 102.744377) - (xy 93.653528 102.770534) - (xy 93.625484 102.812506) - (xy 93.621707 102.831498) - (xy 93.614049 102.87) - (xy 93.604103 102.92) - (xy 93.605216 102.925597) - (xy 93.607598 102.937569) - (xy 93.6095 102.956883) - (xy 93.6095 105.155876) - (xy 93.590593 105.214067) - (xy 93.541093 105.250031) - (xy 93.479907 105.250031) - (xy 93.440496 105.22588) - (xy 92.865885 104.651269) - (xy 92.853573 104.636266) - (xy 92.843624 104.621376) - (xy 92.822899 104.607528) - (xy 92.82289 104.607521) - (xy 92.768794 104.571376) - (xy 92.752496 104.560485) - (xy 92.666182 104.543316) - (xy 92.666162 104.543311) - (xy 92.645002 104.539103) - (xy 92.645001 104.539103) - (xy 92.645 104.539103) - (xy 92.62743 104.542598) - (xy 92.608116 104.5445) - (xy 91.053487 104.5445) - (xy 90.995296 104.525593) - (xy 90.959332 104.476093) - (xy 90.959332 104.414907) - (xy 90.965278 104.400554) - (xy 90.974237 104.382969) - (xy 90.99 104.283453) - (xy 90.99 104.275001) - (xy 90.989999 104.275) - (xy 89.640002 104.275) - (xy 89.640001 104.275001) - (xy 89.640001 104.283453) - (xy 89.64 104.283453) - (xy 89.65576 104.382965) - (xy 89.655761 104.382969) - (xy 89.664722 104.400554) - (xy 89.674294 104.460986) - (xy 89.646517 104.515503) - (xy 89.592001 104.543281) - (xy 89.576513 104.5445) - (xy 82.911884 104.5445) - (xy 82.892571 104.542598) - (xy 82.875 104.539103) - (xy 82.874997 104.539103) - (xy 82.855695 104.542941) - (xy 82.855683 104.542945) - (xy 82.767503 104.560485) - (xy 82.751205 104.571377) - (xy 82.701964 104.604276) - (xy 82.701957 104.604282) - (xy 82.699378 104.606006) - (xy 82.699376 104.606007) - (xy 82.695244 104.608768) - (xy 82.676377 104.621375) - (xy 82.676372 104.62138) - (xy 82.666423 104.636269) - (xy 82.654115 104.651266) - (xy 81.99488 105.310503) - (xy 81.940363 105.338281) - (xy 81.924876 105.3395) - (xy 81.815957 105.3395) - (xy 81.757766 105.320593) - (xy 81.721802 105.271093) - (xy 81.721802 105.209907) - (xy 81.757766 105.160407) - (xy 81.762433 105.157216) - (xy 81.764518 105.155876) - (xy 81.783049 105.143967) - (xy 81.867882 105.046063) - (xy 81.921697 104.928226) - (xy 81.940133 104.8) - (xy 81.940132 104.799996) - (xy 81.921697 104.671774) - (xy 81.9183 104.664336) - (xy 81.867882 104.553937) - (xy 81.783049 104.456033) - (xy 81.783048 104.456032) - (xy 81.783047 104.456031) - (xy 81.674073 104.385998) - (xy 81.67407 104.385996) - (xy 81.674069 104.385996) - (xy 81.668283 104.384297) - (xy 81.549774 104.3495) - (xy 81.549772 104.3495) - (xy 81.420228 104.3495) - (xy 81.420225 104.3495) - (xy 81.295933 104.385995) - (xy 81.295926 104.385998) - (xy 81.186951 104.456032) - (xy 81.186949 104.456034) - (xy 81.157231 104.490331) - (xy 81.104835 104.521927) - (xy 81.082412 104.5245) - (xy 70.029245 104.5245) - (xy 69.971054 104.505593) - (xy 69.93509 104.456093) - (xy 69.934546 104.454363) - (xy 69.925605 104.424886) - (xy 69.925602 104.42488) - (xy 69.925602 104.424879) - (xy 69.83503 104.25543) - (xy 69.835025 104.255423) - (xy 69.835023 104.255419) - (xy 69.767497 104.173138) - (xy 69.713124 104.106884) - (xy 69.713115 104.106875) - (xy 69.584139 104.001028) - (xy 69.551152 103.949497) - (xy 69.554754 103.888418) - (xy 69.593569 103.841121) - (xy 69.646944 103.8255) - (xy 69.673116 103.8255) - (xy 69.692429 103.827401) - (xy 69.71 103.830897) - (xy 69.737132 103.8255) - (xy 69.737133 103.8255) - (xy 69.817495 103.809515) - (xy 69.862415 103.7795) - (xy 69.86915 103.775) - (xy 69.869151 103.774999) - (xy 89.64 103.774999) - (xy 89.640001 103.775) - (xy 90.064999 103.775) - (xy 90.065 103.774999) - (xy 90.565 103.774999) - (xy 90.565001 103.775) - (xy 90.989998 103.775) - (xy 90.989999 103.774998) - (xy 90.989999 103.766546) - (xy 90.974239 103.667034) - (xy 90.974237 103.66703) - (xy 90.913118 103.547078) - (xy 90.817921 103.451881) - (xy 90.697969 103.390762) - (xy 90.69797 103.390762) - (xy 90.598454 103.375) - (xy 90.565001 103.375) - (xy 90.565 103.375001) - (xy 90.565 103.774999) - (xy 90.065 103.774999) - (xy 90.065 103.774998) - (xy 90.065 103.375) - (xy 90.031547 103.375) - (xy 90.031544 103.375001) - (xy 89.932034 103.39076) - (xy 89.93203 103.390762) - (xy 89.812078 103.451881) - (xy 89.716881 103.547078) - (xy 89.655762 103.66703) - (xy 89.64 103.766546) - (xy 89.64 103.774999) - (xy 69.869151 103.774999) - (xy 69.896342 103.756832) - (xy 69.896348 103.756826) - (xy 69.908624 103.748624) - (xy 69.918574 103.73373) - (xy 69.930887 103.718728) - (xy 70.475121 103.174496) - (xy 70.529637 103.146719) - (xy 70.545124 103.1455) - (xy 85.045423 103.1455) - (xy 85.103614 103.164407) - (xy 85.12024 103.179667) - (xy 85.18603 103.255593) - (xy 85.201952 103.273968) - (xy 85.221627 103.286612) - (xy 85.310931 103.344004) - (xy 85.435228 103.3805) - (xy 85.43523 103.3805) - (xy 85.56477 103.3805) - (xy 85.564772 103.3805) - (xy 85.689069 103.344004) - (xy 85.798049 103.273967) - (xy 85.882882 103.176063) - (xy 85.936697 103.058226) - (xy 85.951268 102.956883) - (xy 85.955133 102.930002) - (xy 85.955133 102.929997) - (xy 85.936697 102.801774) - (xy 85.92243 102.770534) - (xy 85.882882 102.683937) - (xy 85.798049 102.586033) - (xy 85.798048 102.586032) - (xy 85.798047 102.586031) - (xy 85.689073 102.515998) - (xy 85.68907 102.515996) - (xy 85.689069 102.515996) - (xy 85.683552 102.514376) - (xy 85.564774 102.4795) - (xy 85.564772 102.4795) - (xy 85.435228 102.4795) - (xy 85.435225 102.4795) - (xy 85.310933 102.515995) - (xy 85.310926 102.515998) - (xy 85.21323 102.578784) - (xy 85.159707 102.5945) - (xy 84.982366 102.5945) - (xy 84.924175 102.575593) - (xy 84.888211 102.526093) - (xy 84.888211 102.464907) - (xy 84.899081 102.441978) - (xy 84.902878 102.436067) - (xy 84.902882 102.436063) - (xy 84.956697 102.318226) - (xy 84.971525 102.215093) - (xy 84.975133 102.190002) - (xy 84.975133 102.189997) - (xy 84.956697 102.061774) - (xy 84.956697 102.061773) - (xy 84.902882 101.943937) - (xy 84.818049 101.846033) - (xy 84.818048 101.846032) - (xy 84.818047 101.846031) - (xy 84.709073 101.775998) - (xy 84.70907 101.775996) - (xy 84.709069 101.775996) - (xy 84.709066 101.775995) - (xy 84.584774 101.7395) - (xy 84.584772 101.7395) - (xy 84.455228 101.7395) - (xy 84.455225 101.7395) - (xy 84.330933 101.775995) - (xy 84.330926 101.775998) - (xy 84.221952 101.846031) - (xy 84.192655 101.879843) - (xy 84.137118 101.943937) - (xy 84.137117 101.943938) - (xy 84.132482 101.949288) - (xy 84.130168 101.947283) - (xy 84.092928 101.977747) - (xy 84.056992 101.9845) - (xy 70.029245 101.9845) - (xy 69.971054 101.965593) - (xy 69.93509 101.916093) - (xy 69.934546 101.914363) - (xy 69.925605 101.884886) - (xy 69.925602 101.88488) - (xy 69.925602 101.884879) - (xy 69.83503 101.71543) - (xy 69.835025 101.715423) - (xy 69.835023 101.715419) - (xy 69.759998 101.624001) - (xy 69.713124 101.566884) - (xy 69.713115 101.566875) - (xy 69.61209 101.483967) - (xy 69.564581 101.444977) - (xy 69.564578 101.444975) - (xy 69.564569 101.444969) - (xy 69.52478 101.423702) - (xy 69.482373 101.379597) - (xy 69.47399 101.318988) - (xy 69.502832 101.265028) - (xy 69.557884 101.238326) - (xy 69.571448 101.237392) - (xy 70.580768 101.237392) - (xy 70.638959 101.256299) - (xy 70.650772 101.266388) - (xy 70.763115 101.378731) - (xy 70.775426 101.393733) - (xy 70.785376 101.408624) - (xy 70.797141 101.416485) - (xy 70.806504 101.422741) - (xy 70.806515 101.422749) - (xy 70.808377 101.423993) - (xy 70.808378 101.423994) - (xy 70.818115 101.4305) - (xy 70.876505 101.469515) - (xy 70.956867 101.4855) - (xy 70.956868 101.4855) - (xy 70.984 101.490897) - (xy 71.00157 101.487402) - (xy 71.020884 101.4855) - (xy 81.377412 101.4855) - (xy 81.435603 101.504407) - (xy 81.452231 101.519669) - (xy 81.481949 101.553965) - (xy 81.481951 101.553967) - (xy 81.557622 101.602598) - (xy 81.590931 101.624004) - (xy 81.715228 101.6605) - (xy 81.71523 101.6605) - (xy 81.84477 101.6605) - (xy 81.844772 101.6605) - (xy 81.969069 101.624004) - (xy 82.078049 101.553967) - (xy 82.162882 101.456063) - (xy 82.216697 101.338226) - (xy 82.226757 101.268256) - (xy 82.235133 101.210002) - (xy 82.235133 101.209997) - (xy 82.216697 101.081774) - (xy 82.194632 101.03346) - (xy 82.162882 100.963937) - (xy 82.078049 100.866033) - (xy 82.078048 100.866032) - (xy 82.078047 100.866031) - (xy 81.969073 100.795998) - (xy 81.96907 100.795996) - (xy 81.969069 100.795996) - (xy 81.935938 100.786268) - (xy 81.844774 100.7595) - (xy 81.844772 100.7595) - (xy 81.715228 100.7595) - (xy 81.715225 100.7595) - (xy 81.590933 100.795995) - (xy 81.590926 100.795998) - (xy 81.481951 100.866032) - (xy 81.481949 100.866034) - (xy 81.452231 100.900331) - (xy 81.399835 100.931927) - (xy 81.377412 100.9345) - (xy 79.302616 100.9345) - (xy 79.244425 100.915593) - (xy 79.208461 100.866093) - (xy 79.208461 100.804907) - (xy 79.244425 100.755407) - (xy 79.249093 100.752216) - (xy 79.278053 100.733604) - (xy 79.293049 100.723967) - (xy 79.377882 100.626063) - (xy 79.431697 100.508226) - (xy 79.436633 100.473898) - (xy 79.448722 100.389819) - (xy 79.475718 100.334911) - (xy 79.529832 100.306358) - (xy 79.546714 100.304908) - (xy 87.467843 100.304908) - (xy 87.526034 100.323815) - (xy 87.561998 100.373315) - (xy 87.561998 100.434501) - (xy 87.529098 100.479782) - (xy 87.529318 100.480002) - (xy 87.527933 100.481386) - (xy 87.526034 100.484001) - (xy 87.525372 100.484477) - (xy 87.523522 100.485797) - (xy 87.440801 100.568518) - (xy 87.432769 100.584949) - (xy 87.404014 100.64377) - (xy 87.403911 100.64398) - (xy 87.361368 100.687954) - (xy 87.31497 100.6995) - (xy 87.303255 100.6995) - (xy 87.245064 100.680593) - (xy 87.228438 100.665333) - (xy 87.203049 100.636033) - (xy 87.203048 100.636032) - (xy 87.203047 100.636031) - (xy 87.094073 100.565998) - (xy 87.09407 100.565996) - (xy 87.094069 100.565996) - (xy 87.094066 100.565995) - (xy 86.969774 100.5295) - (xy 86.969772 100.5295) - (xy 86.840228 100.5295) - (xy 86.840225 100.5295) - (xy 86.715933 100.565995) - (xy 86.715926 100.565998) - (xy 86.606952 100.636031) - (xy 86.522117 100.733938) - (xy 86.468302 100.851774) - (xy 86.449867 100.979997) - (xy 86.449867 100.980002) - (xy 86.468302 101.108225) - (xy 86.514781 101.209997) - (xy 86.522118 101.226063) - (xy 86.5729 101.284669) - (xy 86.606952 101.323968) - (xy 86.715509 101.393733) - (xy 86.715931 101.394004) - (xy 86.840228 101.4305) - (xy 86.84023 101.4305) - (xy 86.96977 101.4305) - (xy 86.969772 101.4305) - (xy 87.094069 101.394004) - (xy 87.203049 101.323967) - (xy 87.237101 101.284668) - (xy 87.289496 101.253073) - (xy 87.31192 101.2505) - (xy 87.31497 101.2505) - (xy 87.373161 101.269407) - (xy 87.40391 101.306019) - (xy 87.440802 101.381483) - (xy 87.523517 101.464198) - (xy 87.570982 101.487402) - (xy 87.628604 101.515572) - (xy 87.628605 101.515572) - (xy 87.628607 101.515573) - (xy 87.69674 101.5255) - (xy 87.696743 101.5255) - (xy 88.313257 101.5255) - (xy 88.31326 101.5255) - (xy 88.381393 101.515573) - (xy 88.486483 101.464198) - (xy 88.569198 101.381483) - (xy 88.620573 101.276393) - (xy 88.6305 101.20826) - (xy 88.6305 100.74174) - (xy 88.620573 100.673607) - (xy 88.61758 100.667485) - (xy 88.587329 100.605605) - (xy 88.569198 100.568517) - (xy 88.486483 100.485802) - (xy 88.486481 100.485801) - (xy 88.486477 100.485797) - (xy 88.484628 100.484477) - (xy 88.483128 100.482448) - (xy 88.480682 100.480002) - (xy 88.481048 100.479635) - (xy 88.448258 100.435275) - (xy 88.447754 100.374092) - (xy 88.483309 100.324297) - (xy 88.541342 100.304911) - (xy 88.542157 100.304908) - (xy 95.943708 100.304908) - (xy 95.963021 100.306809) - (xy 95.980592 100.310305) - (xy 96.007724 100.304908) - (xy 96.007725 100.304908) - (xy 96.088087 100.288923) - (xy 96.141897 100.252968) - (xy 96.156214 100.243402) - (xy 96.156214 100.243401) - (xy 96.166934 100.236239) - (xy 96.166938 100.236235) - (xy 96.179216 100.228032) - (xy 96.189169 100.213135) - (xy 96.201473 100.198142) - (xy 97.46512 98.934495) - (xy 97.519637 98.906719) - (xy 97.535124 98.9055) - (xy 104.198371 98.9055) - (xy 104.256562 98.924407) - (xy 104.292526 98.973907) - (xy 104.296363 98.990411) - (xy 104.313302 99.108225) - (xy 104.362528 99.216012) - (xy 104.367118 99.226063) - (xy 104.436381 99.305998) - (xy 104.451952 99.323968) - (xy 104.543477 99.382787) - (xy 104.560931 99.394004) - (xy 104.685228 99.4305) - (xy 104.68523 99.4305) - (xy 104.81477 99.4305) - (xy 104.814772 99.4305) - (xy 104.939069 99.394004) - (xy 105.048049 99.323967) - (xy 105.132882 99.226063) - (xy 105.186697 99.108226) - (xy 105.192842 99.065483) - (xy 105.205133 98.980002) - (xy 105.205133 98.979997) - (xy 105.186697 98.851774) - (xy 105.177951 98.832623) - (xy 105.132882 98.733937) - (xy 105.048049 98.636033) - (xy 105.048048 98.636032) - (xy 105.048047 98.636031) - (xy 104.972972 98.587784) - (xy 104.934241 98.540418) - (xy 104.930747 98.479333) - (xy 104.963827 98.42786) - (xy 105.020843 98.405661) - (xy 105.026495 98.4055) - (xy 105.654876 98.4055) - (xy 105.713067 98.424407) - (xy 105.72488 98.434496) - (xy 106.784115 99.493731) - (xy 106.796426 99.508733) - (xy 106.806376 99.523624) - (xy 106.827504 99.537741) - (xy 106.827515 99.537749) - (xy 106.829377 99.538993) - (xy 106.829378 99.538994) - (xy 106.858212 99.55826) - (xy 106.897505 99.584515) - (xy 106.937673 99.592505) - (xy 107.005 99.605897) - (xy 107.02257 99.602401) - (xy 107.041884 99.6005) + (xy 127.93088 100.854503) + (xy 127.876363 100.882281) + (xy 127.860876 100.8835) + (xy 105.237526 100.8835) + (xy 105.179335 100.864593) + (xy 105.143371 100.815093) + (xy 105.143371 100.753907) + (xy 105.147473 100.743374) + (xy 105.161697 100.712227) + (xy 105.161697 100.712225) + (xy 105.16257 100.706157) + (xy 105.16958 100.657396) + (xy 105.180133 100.584002) + (xy 105.180133 100.583997) + (xy 105.161697 100.455774) + (xy 105.151162 100.432705) + (xy 105.107882 100.337937) + (xy 105.094126 100.322061) + (xy 105.026773 100.24433) + (xy 105.002956 100.187971) + (xy 105.016815 100.128376) + (xy 105.063056 100.088308) + (xy 105.101593 100.0805) + (xy 119.09373 100.0805) + (xy 119.151921 100.099407) + (xy 119.187885 100.148907) + (xy 119.191722 100.165412) + (xy 119.197302 100.204224) + (xy 119.224867 100.264581) + (xy 119.251118 100.322063) + (xy 119.312692 100.393124) + (xy 119.335952 100.419968) + (xy 119.416866 100.471968) + (xy 119.444931 100.490004) + (xy 119.569228 100.5265) + (xy 119.56923 100.5265) + (xy 119.69877 100.5265) + (xy 119.698772 100.5265) + (xy 119.823069 100.490004) + (xy 119.932049 100.419967) + (xy 120.016882 100.322063) + (xy 120.070697 100.204226) + (xy 120.083441 100.115589) + (xy 120.089133 100.076002) + (xy 120.089133 100.075997) + (xy 120.070697 99.947774) + (xy 120.064403 99.933992) + (xy 120.016882 99.829937) + (xy 119.960033 99.764328) + (xy 119.936217 99.707971) + (xy 119.950076 99.648376) + (xy 119.996317 99.608309) + (xy 120.034854 99.6005) (xy 127.093116 99.6005) (xy 127.112429 99.602401) (xy 127.13 99.605897) @@ -46785,7 +43543,7 @@ (xy 127.316345 99.531828) (xy 127.328624 99.523624) (xy 127.338574 99.50873) - (xy 127.350884 99.493731) + (xy 127.350881 99.493733) (xy 128.812796 98.031818) (xy 128.867311 98.004043) (xy 128.927743 98.013614) @@ -46802,7 +43560,7 @@ (xy 129.666231 98.161385) (xy 129.669043 98.160532) (xy 129.850114 98.105605) - (xy 129.924328 98.065937) + (xy 129.924915 98.065623) (xy 130.019569 98.01503) (xy 130.019572 98.015027) (xy 130.019581 98.015023) @@ -46810,7 +43568,7 @@ (xy 130.290023 97.744581) (xy 130.290027 97.744572) (xy 130.29003 97.744569) - (xy 130.351517 97.629533) + (xy 130.360204 97.613281) (xy 130.380605 97.575114) (xy 130.436385 97.391231) (xy 130.436386 97.391226) @@ -46823,8 +43581,8 @@ (xy 136.83245 97.802213) (xy 136.832452 97.802215) (xy 136.832453 97.802217) - (xy 136.852904 97.823731) - (xy 136.955228 97.931376) + (xy 136.851746 97.822513) + (xy 136.918858 97.893115) (xy 136.972646 97.949699) (xy 136.972648 97.9497) (xy 136.972651 97.949703) @@ -46835,7 +43593,7 @@ (xy 137.525964 98.187146) (xy 137.525967 98.187146) (xy 137.928449 98.187146) - (xy 137.954086 98.184538) + (xy 137.955382 98.184407) (xy 138.080143 98.17172) (xy 138.274293 98.110805) (xy 138.452207 98.012055) @@ -46888,11 +43646,11 @@ (xy 149.902833 101.837516) (xy 149.902834 101.83752) (xy 149.973504 102.028336) - (xy 150.009134 102.0855) + (xy 150.004891 102.078692) (xy 150.081135 102.201016) (xy 150.081137 102.201018) (xy 150.081138 102.20102) - (xy 150.102894 102.223907) + (xy 150.095555 102.216187) (xy 150.220605 102.347739) (xy 150.221331 102.348502) (xy 150.221333 102.348503) @@ -46917,14 +43675,14 @@ (xy 156.647002 101.985949) (xy 156.705193 102.004856) (xy 156.731018 102.032581) - (xy 156.780191 102.111472) + (xy 156.780248 102.111563) (xy 156.835534 102.200262) - (xy 156.849632 102.215093) - (xy 156.945268 102.315702) + (xy 156.837182 102.201996) + (xy 156.956483 102.3275) (xy 156.975727 102.347744) (xy 156.975729 102.347745) (xy 156.975732 102.347748) - (xy 157.134467 102.45823) + (xy 157.142731 102.463982) (xy 157.142737 102.463986) (xy 157.329726 102.54423) (xy 157.329728 102.544231) @@ -46945,8 +43703,8 @@ (xy 158.676512 100.969881) (xy 158.67604 100.969123) (xy 158.676035 100.969117) - (xy 158.675566 100.968624) - (xy 158.544269 100.8305) + (xy 158.651215 100.943007) + (xy 158.543854 100.830063) (xy 158.535849 100.821642) (xy 158.535839 100.821633) (xy 158.36884 100.705399) @@ -46974,7 +43732,7 @@ (xy 151.921644 100.969881) (xy 151.921639 100.969875) (xy 151.920918 100.969117) - (xy 151.822928 100.866032) + (xy 151.832502 100.876103) (xy 151.781453 100.8224) (xy 151.781443 100.822391) (xy 151.614444 100.706157) @@ -47116,28 +43874,53 @@ (xy 127.04488 99.020504) (xy 126.990363 99.048281) (xy 126.974876 99.0495) - (xy 107.160124 99.0495) - (xy 107.101933 99.030593) - (xy 107.09012 99.020504) - (xy 106.15412 98.084504) - (xy 106.126343 98.029987) - (xy 106.135914 97.969555) - (xy 106.179179 97.92629) - (xy 106.224124 97.9155) - (xy 126.498116 97.9155) - (xy 126.517429 97.917401) - (xy 126.535 97.920897) - (xy 126.562132 97.9155) - (xy 126.562133 97.9155) - (xy 126.642495 97.899515) - (xy 126.685941 97.870485) - (xy 126.710622 97.853994) - (xy 126.710621 97.853994) - (xy 126.721344 97.84683) - (xy 126.721347 97.846826) - (xy 126.733624 97.838624) - (xy 126.743577 97.823727) - (xy 126.755881 97.808734) + (xy 95.489718 99.0495) + (xy 95.431527 99.030593) + (xy 95.395563 98.981093) + (xy 95.395563 98.919907) + (xy 95.414896 98.885671) + (xy 95.457882 98.836063) + (xy 95.511697 98.718226) + (xy 95.530133 98.59) + (xy 95.527819 98.573907) + (xy 95.511697 98.461774) + (xy 95.480098 98.392583) + (xy 95.457882 98.343937) + (xy 95.445225 98.329329) + (xy 95.421408 98.272972) + (xy 95.435266 98.213377) + (xy 95.481507 98.173309) + (xy 95.520045 98.1655) + (xy 101.141116 98.1655) + (xy 101.160429 98.167401) + (xy 101.178 98.170897) + (xy 101.205132 98.1655) + (xy 101.205133 98.1655) + (xy 101.285495 98.149515) + (xy 101.321958 98.125151) + (xy 101.343429 98.110805) + (xy 101.36434 98.096832) + (xy 101.364348 98.096826) + (xy 101.376624 98.088624) + (xy 101.386576 98.073727) + (xy 101.398884 98.05873) + (xy 101.590119 97.867496) + (xy 101.644636 97.839719) + (xy 101.660123 97.8385) + (xy 126.575116 97.8385) + (xy 126.594429 97.840401) + (xy 126.612 97.843897) + (xy 126.639132 97.8385) + (xy 126.639133 97.8385) + (xy 126.719495 97.822515) + (xy 126.761465 97.794471) + (xy 126.787622 97.776994) + (xy 126.787622 97.776993) + (xy 126.798342 97.769831) + (xy 126.798346 97.769827) + (xy 126.810624 97.761624) + (xy 126.820577 97.746727) + (xy 126.832881 97.731734) (xy 128.956164 95.60845) (xy 129.010679 95.580675) (xy 129.071111 95.590246) @@ -47270,31 +44053,35 @@ (xy 128.59461 95.162394) (xy 128.567908 95.217446) (xy 128.566547 95.218835) - (xy 126.44988 97.335504) - (xy 126.395363 97.363281) - (xy 126.379876 97.3645) - (xy 94.276884 97.3645) - (xy 94.257571 97.362598) - (xy 94.24 97.359103) - (xy 94.132506 97.380483) - (xy 94.066959 97.424281) - (xy 94.041378 97.441374) - (xy 94.041371 97.441381) - (xy 94.031422 97.456271) - (xy 94.019114 97.471269) - (xy 93.831762 97.658622) - (xy 93.664881 97.825503) - (xy 93.610364 97.853281) - (xy 93.594877 97.8545) - (xy 84.125124 97.8545) - (xy 84.066933 97.835593) - (xy 84.05512 97.825504) + (xy 126.52688 97.258504) + (xy 126.472363 97.286281) + (xy 126.456876 97.2875) + (xy 101.541884 97.2875) + (xy 101.52257 97.285598) + (xy 101.505 97.282103) + (xy 101.504999 97.282103) + (xy 101.504997 97.282103) + (xy 101.485691 97.285942) + (xy 101.485682 97.285945) + (xy 101.397506 97.303484) + (xy 101.355532 97.331529) + (xy 101.331961 97.347278) + (xy 101.331958 97.347282) + (xy 101.306377 97.364375) + (xy 101.306373 97.364379) + (xy 101.29642 97.379274) + (xy 101.284112 97.39427) + (xy 101.092881 97.585503) + (xy 101.038365 97.613281) + (xy 101.022877 97.6145) + (xy 83.885124 97.6145) + (xy 83.826933 97.595593) + (xy 83.81512 97.585504) (xy 83.700885 97.471269) (xy 83.688573 97.456266) (xy 83.684064 97.449518) (xy 83.678624 97.441376) (xy 83.659709 97.428737) - (xy 83.65562 97.426005) (xy 83.629465 97.408528) (xy 83.587494 97.380484) (xy 83.587495 97.380484) @@ -47313,12 +44100,10 @@ (xy 73.200691 97.362942) (xy 73.200682 97.362945) (xy 73.112506 97.380484) - (xy 73.096429 97.391226) - (xy 73.070534 97.408528) - (xy 73.044378 97.426006) - (xy 73.044376 97.426007) - (xy 73.040291 97.428737) - (xy 73.021379 97.441373) + (xy 73.070532 97.408529) + (xy 73.046961 97.424278) + (xy 73.046958 97.424282) + (xy 73.021377 97.441375) (xy 73.021371 97.441381) (xy 73.011422 97.456271) (xy 72.999114 97.471269) @@ -47352,12 +44137,12 @@ (xy 70.777298 98.264991) (xy 70.773988 98.260037) (xy 70.767349 98.250101) - (xy 70.746624 98.236253) - (xy 70.746615 98.236246) - (xy 70.701579 98.206155) - (xy 70.700444 98.205396) + (xy 70.746622 98.236251) + (xy 70.746605 98.236239) + (xy 70.707064 98.20982) + (xy 70.703624 98.207521) (xy 70.67622 98.18921) - (xy 70.609784 98.175995) + (xy 70.609789 98.175996) (xy 70.589907 98.172041) (xy 70.589887 98.172036) (xy 70.568727 98.167828) @@ -47608,37 +44393,37 @@ (xy 95.962465 94.705831) (xy 95.910069 94.737427) (xy 95.887646 94.74) - (xy 91.846955 94.74) - (xy 91.788764 94.721093) - (xy 91.7528 94.671593) - (xy 91.7528 94.610407) - (xy 91.772133 94.576171) - (xy 91.832882 94.506063) - (xy 91.886697 94.388226) - (xy 91.895931 94.324001) - (xy 91.905133 94.260002) - (xy 91.905133 94.259997) - (xy 91.886697 94.131774) - (xy 91.870094 94.095419) - (xy 91.832882 94.013937) - (xy 91.748049 93.916033) - (xy 91.748048 93.916032) - (xy 91.748047 93.916031) - (xy 91.639073 93.845998) - (xy 91.63907 93.845996) - (xy 91.639069 93.845996) - (xy 91.639066 93.845995) - (xy 91.514774 93.8095) - (xy 91.514772 93.8095) - (xy 91.385228 93.8095) - (xy 91.385225 93.8095) - (xy 91.260933 93.845995) - (xy 91.260926 93.845998) - (xy 91.151951 93.916032) - (xy 91.151949 93.916034) - (xy 91.122231 93.950331) - (xy 91.069835 93.981927) - (xy 91.047412 93.9845) + (xy 91.221955 94.74) + (xy 91.163764 94.721093) + (xy 91.1278 94.671593) + (xy 91.1278 94.610407) + (xy 91.147133 94.576171) + (xy 91.207882 94.506063) + (xy 91.261697 94.388226) + (xy 91.270931 94.324001) + (xy 91.280133 94.260002) + (xy 91.280133 94.259997) + (xy 91.261697 94.131774) + (xy 91.245094 94.095419) + (xy 91.207882 94.013937) + (xy 91.123049 93.916033) + (xy 91.123048 93.916032) + (xy 91.123047 93.916031) + (xy 91.014073 93.845998) + (xy 91.01407 93.845996) + (xy 91.014069 93.845996) + (xy 91.014066 93.845995) + (xy 90.889774 93.8095) + (xy 90.889772 93.8095) + (xy 90.760228 93.8095) + (xy 90.760225 93.8095) + (xy 90.635933 93.845995) + (xy 90.635926 93.845998) + (xy 90.526951 93.916032) + (xy 90.526949 93.916034) + (xy 90.497231 93.950331) + (xy 90.444835 93.981927) + (xy 90.422412 93.9845) (xy 73.7695 93.9845) (xy 73.711309 93.965593) (xy 73.675345 93.916093) @@ -47660,7 +44445,7 @@ (xy 72.713518 93.385801) (xy 72.630801 93.468518) (xy 72.579427 93.573604) - (xy 72.576056 93.596745) + (xy 72.576056 93.596746) (xy 72.5695 93.64174) (xy 72.5695 94.25826) (xy 72.574479 94.292432) @@ -47848,64 +44633,44 @@ (xy 73.701485 92.51537) (xy 73.755653 92.486918) (xy 73.772351 92.4855) - (xy 89.184876 92.4855) - (xy 89.243067 92.504407) - (xy 89.25488 92.514496) - (xy 89.268061 92.527677) - (xy 89.295838 92.582194) - (xy 89.29605 92.611763) - (xy 89.294867 92.619995) - (xy 89.294867 92.620002) - (xy 89.313302 92.748225) - (xy 89.357727 92.8455) - (xy 89.367118 92.866063) - (xy 89.451951 92.963967) - (xy 89.451952 92.963968) - (xy 89.521171 93.008452) - (xy 89.560931 93.034004) - (xy 89.685228 93.0705) - (xy 89.68523 93.0705) - (xy 89.81477 93.0705) - (xy 89.814772 93.0705) - (xy 89.939069 93.034004) - (xy 90.048049 92.963967) - (xy 90.132882 92.866063) - (xy 90.186697 92.748226) - (xy 90.201691 92.643938) - (xy 90.205133 92.620002) - (xy 90.205133 92.619997) - (xy 90.186697 92.491774) - (xy 90.17909 92.475117) - (xy 90.132882 92.373937) - (xy 90.048049 92.276033) - (xy 90.048048 92.276032) - (xy 90.048047 92.276031) - (xy 89.939073 92.205998) - (xy 89.93907 92.205996) - (xy 89.939069 92.205996) - (xy 89.939066 92.205995) - (xy 89.814774 92.1695) - (xy 89.814772 92.1695) - (xy 89.730124 92.1695) - (xy 89.671933 92.150593) - (xy 89.66012 92.140504) - (xy 89.560885 92.041269) - (xy 89.548573 92.026266) - (xy 89.538625 92.011378) - (xy 89.538624 92.011376) - (xy 89.517899 91.997528) - (xy 89.517886 91.997518) - (xy 89.495073 91.982276) - (xy 89.480333 91.972427) - (xy 89.447495 91.950485) - (xy 89.37483 91.936031) - (xy 89.361182 91.933316) - (xy 89.361162 91.933311) - (xy 89.340002 91.929103) - (xy 89.340001 91.929103) - (xy 89.34 91.929103) - (xy 89.32243 91.932598) - (xy 89.303116 91.9345) + (xy 88.967412 92.4855) + (xy 89.025603 92.504407) + (xy 89.042231 92.519669) + (xy 89.071949 92.553965) + (xy 89.071951 92.553967) + (xy 89.09725 92.570226) + (xy 89.180931 92.624004) + (xy 89.305228 92.6605) + (xy 89.30523 92.6605) + (xy 89.43477 92.6605) + (xy 89.434772 92.6605) + (xy 89.559069 92.624004) + (xy 89.668049 92.553967) + (xy 89.752882 92.456063) + (xy 89.806697 92.338226) + (xy 89.825133 92.21) + (xy 89.816761 92.151774) + (xy 89.806697 92.081774) + (xy 89.762588 91.98519) + (xy 89.752882 91.963937) + (xy 89.668049 91.866033) + (xy 89.668048 91.866032) + (xy 89.668047 91.866031) + (xy 89.559073 91.795998) + (xy 89.55907 91.795996) + (xy 89.559069 91.795996) + (xy 89.559066 91.795995) + (xy 89.434774 91.7595) + (xy 89.434772 91.7595) + (xy 89.305228 91.7595) + (xy 89.305225 91.7595) + (xy 89.180933 91.795995) + (xy 89.180926 91.795998) + (xy 89.071951 91.866032) + (xy 89.071949 91.866034) + (xy 89.042231 91.900331) + (xy 88.989835 91.931927) + (xy 88.967412 91.9345) (xy 73.769437 91.9345) (xy 73.711246 91.915593) (xy 73.675282 91.866093) @@ -47925,7 +44690,7 @@ (xy 72.723518 91.655801) (xy 72.640801 91.738518) (xy 72.589427 91.843604) - (xy 72.586151 91.866093) + (xy 72.586159 91.866034) (xy 72.5795 91.91174) (xy 72.5795 92.52826) (xy 72.0305 92.52826) @@ -48013,7 +44778,7 @@ (xy 67.360675 92.564319) (xy 67.370246 92.503887) (xy 67.371147 92.502162) - (xy 67.3767 92.491774) + (xy 67.376327 92.492471) (xy 67.385605 92.475114) (xy 67.441385 92.291231) (xy 67.441386 92.291226) @@ -48192,7 +44957,7 @@ (xy 65.910156 84.723029) (xy 65.970588 84.7326) (xy 66.013543 84.775263) - (xy 66.02644 84.800153) + (xy 66.021008 84.789669) (xy 66.026442 84.800156) (xy 66.129638 84.910652) (xy 66.191888 84.948507) @@ -48834,7 +45599,7 @@ (xy 66.671231 87.981385) (xy 66.688963 87.976006) (xy 66.855114 87.925605) - (xy 66.930145 87.8855) + (xy 66.934407 87.883222) (xy 67.024569 87.83503) (xy 67.024572 87.835027) (xy 67.024581 87.835023) @@ -49989,7 +46754,7 @@ (xy 99.489161 92.317805) (xy 99.48895 92.288227) (xy 99.490133 92.28) - (xy 99.489562 92.276031) + (xy 99.480445 92.212621) (xy 99.471697 92.151774) (xy 99.462888 92.132485) (xy 99.417882 92.033937) @@ -50018,7 +46783,7 @@ (xy 93.874624 91.834) (xy 93.816433 91.815093) (xy 93.80462 91.805004) - (xy 91.469444 89.469827) + (xy 91.469443 89.469827) (xy 92.2045 89.469827) (xy 92.213232 89.51372) (xy 92.213234 89.513724) @@ -50265,7 +47030,7 @@ (xy 111.550861 92.307625) (xy 111.60633 92.173709) (xy 111.62525 92.03) - (xy 111.624758 92.026266) + (xy 111.61935 91.985189) (xy 111.60633 91.886291) (xy 111.550861 91.752375) (xy 111.540227 91.738517) @@ -50333,7 +47098,7 @@ (xy 116.779218 88.609242) (xy 116.764198 88.578517) (xy 116.681483 88.495802) - (xy 116.658174 88.484407) + (xy 116.655294 88.482999) (xy 116.576395 88.444427) (xy 116.549139 88.440456) (xy 116.50826 88.4345) @@ -51142,10 +47907,8 @@ (xy 106.461024 86.00387) (xy 106.461024 86.003868) (xy 106.403814 85.815273) - (xy 106.394481 85.797813) - (xy 106.362546 85.738067) (xy 106.31091 85.641462) - (xy 106.283528 85.608097) + (xy 106.285301 85.610257) (xy 106.185887 85.489121) (xy 106.185878 85.489112) (xy 106.033542 85.364093) @@ -51155,7 +47918,7 @@ (xy 105.859732 85.271188) (xy 105.85973 85.271187) (xy 105.834742 85.263607) - (xy 105.74656 85.236857) + (xy 105.736328 85.233753) (xy 105.671129 85.213975) (xy 105.671126 85.213974) (xy 105.475003 85.194659) @@ -51265,10 +48028,8 @@ (xy 103.921024 86.00387) (xy 103.921024 86.003868) (xy 103.863814 85.815273) - (xy 103.854481 85.797813) - (xy 103.822546 85.738067) (xy 103.77091 85.641462) - (xy 103.743528 85.608097) + (xy 103.745301 85.610257) (xy 103.645887 85.489121) (xy 103.645878 85.489112) (xy 103.493542 85.364093) @@ -51278,7 +48039,7 @@ (xy 103.319732 85.271188) (xy 103.31973 85.271187) (xy 103.294742 85.263607) - (xy 103.20656 85.236857) + (xy 103.196328 85.233753) (xy 103.131129 85.213975) (xy 103.131126 85.213974) (xy 102.935003 85.194659) @@ -51306,7 +48067,7 @@ (xy 99.221385 85.898768) (xy 99.17622 85.74988) (xy 99.165605 85.714886) - (xy 99.16532 85.714352) + (xy 99.165602 85.71488) (xy 99.07503 85.54543) (xy 99.075025 85.545423) (xy 99.075023 85.545419) @@ -51396,9 +48157,9 @@ (xy 99.24022 88.629996) (xy 99.221386 88.438773) (xy 99.221385 88.438768) - (xy 99.204464 88.382988) + (xy 99.200186 88.368884) (xy 99.165605 88.254886) - (xy 99.156913 88.238624) + (xy 99.165602 88.25488) (xy 99.07503 88.08543) (xy 99.075025 88.085423) (xy 99.075023 88.085419) @@ -51425,7 +48186,7 @@ (xy 97.566875 87.936884) (xy 97.444976 88.08542) (xy 97.444974 88.085422) - (xy 97.415495 88.140574) + (xy 97.418546 88.134868) (xy 97.395935 88.177169) (xy 97.351831 88.219575) (xy 97.308626 88.2295) @@ -51459,7 +48220,7 @@ (xy 95.026875 87.936884) (xy 94.904976 88.08542) (xy 94.904974 88.085422) - (xy 94.875495 88.140574) + (xy 94.878546 88.134868) (xy 94.855935 88.177169) (xy 94.811831 88.219575) (xy 94.768626 88.2295) @@ -51488,23 +48249,23 @@ (xy 92.213232 87.746279) (xy 92.2045 87.790172) (xy 92.2045 89.469827) - (xy 91.469444 89.469827) - (xy 89.954496 87.954879) - (xy 89.926719 87.900362) - (xy 89.9255 87.884875) - (xy 89.9255 84.687999) - (xy 89.927402 84.668685) - (xy 89.930897 84.651116) - (xy 89.924958 84.621258) - (xy 89.909515 84.543621) - (xy 89.878295 84.496897) - (xy 89.878294 84.496896) - (xy 89.870366 84.485031) - (xy 89.863994 84.475494) - (xy 89.863992 84.475492) - (xy 89.848624 84.452492) - (xy 89.833733 84.442542) - (xy 89.818731 84.430231) + (xy 91.469443 89.469827) + (xy 90.397496 88.39788) + (xy 90.369719 88.343363) + (xy 90.3685 88.327876) + (xy 90.3685 85.130999) + (xy 90.370402 85.111685) + (xy 90.370781 85.10978) + (xy 90.373897 85.094116) + (xy 90.364379 85.046265) + (xy 90.352515 84.986621) + (xy 90.315186 84.930754) + (xy 90.31347 84.928186) + (xy 90.304293 84.914452) + (xy 90.291624 84.895492) + (xy 90.291088 84.895134) + (xy 90.276733 84.885542) + (xy 90.261731 84.873231) (xy 83.197769 77.809269) (xy 83.185457 77.794266) (xy 83.183648 77.791558) @@ -51606,9 +48367,7 @@ (xy 96.70022 86.089996) (xy 96.681386 85.898773) (xy 96.681385 85.898768) - (xy 96.63622 85.74988) - (xy 96.625605 85.714886) - (xy 96.625602 85.71488) + (xy 96.625604 85.714884) (xy 96.624398 85.711972) (xy 96.624284 85.710535) (xy 96.624193 85.710232) @@ -51835,7 +48594,7 @@ (xy 94.141385 85.898768) (xy 94.09622 85.74988) (xy 94.085605 85.714886) - (xy 94.08532 85.714352) + (xy 94.085602 85.71488) (xy 93.99503 85.54543) (xy 93.995025 85.545423) (xy 93.995023 85.545419) @@ -55599,6 +52358,87 @@ (xy 161.343367 66.1255) ) ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 88.755445 117.375913) + (xy 88.79871 117.419178) + (xy 88.8095 117.464123) + (xy 88.8095 119.541875) + (xy 88.790593 119.600066) + (xy 88.780504 119.611879) + (xy 88.378421 120.013962) + (xy 88.323904 120.041739) + (xy 88.263472 120.032168) + (xy 88.220207 119.988903) + (xy 88.21132 119.963276) + (xy 88.202767 119.920278) + (xy 88.169504 119.870496) + (xy 88.161527 119.865166) + (xy 88.124205 119.840228) + (xy 88.086326 119.792178) + (xy 88.083924 119.73104) + (xy 88.117917 119.680166) + (xy 88.134251 119.670593) + (xy 88.205189 119.623193) + (xy 88.205193 119.623189) + (xy 88.249396 119.557036) + (xy 88.260999 119.4987) + (xy 88.261 119.498697) + (xy 88.261 119.304001) + (xy 88.260999 119.304) + (xy 87.535 119.304) + (xy 87.476809 119.285093) + (xy 87.440845 119.235593) + (xy 87.436 119.205) + (xy 87.436 118.803999) + (xy 87.936 118.803999) + (xy 87.936001 118.804) + (xy 88.260999 118.804) + (xy 88.261 118.803999) + (xy 88.261 118.609302) + (xy 88.260999 118.609299) + (xy 88.249396 118.550963) + (xy 88.205193 118.48481) + (xy 88.205189 118.484806) + (xy 88.139036 118.440603) + (xy 88.0807 118.429) + (xy 87.936001 118.429) + (xy 87.936 118.429001) + (xy 87.936 118.803999) + (xy 87.436 118.803999) + (xy 87.436 118.429001) + (xy 87.435999 118.429) + (xy 87.291299 118.429) + (xy 87.232964 118.440603) + (xy 87.171412 118.481731) + (xy 87.112524 118.498339) + (xy 87.07853 118.490881) + (xy 87.069193 118.487014) + (xy 87.022665 118.447279) + (xy 87.008379 118.387785) + (xy 87.031791 118.331256) + (xy 87.037071 118.325544) + (xy 87.559121 117.803496) + (xy 87.613637 117.775719) + (xy 87.629124 117.7745) + (xy 88.109116 117.7745) + (xy 88.128429 117.776401) + (xy 88.146 117.779897) + (xy 88.173132 117.7745) + (xy 88.173133 117.7745) + (xy 88.253495 117.758515) + (xy 88.294674 117.731) + (xy 88.320126 117.713994) + (xy 88.332333 117.705839) + (xy 88.332348 117.705826) + (xy 88.344624 117.697624) + (xy 88.354577 117.682727) + (xy 88.366881 117.667734) + (xy 88.640498 117.394117) + (xy 88.695013 117.366342) + ) + ) (filled_polygon (layer "F.Cu") (pts @@ -55609,15 +52449,14 @@ (xy 98.269975 115.028618) (xy 98.269977 115.02862) (xy 98.26998 115.028624) - (xy 98.291108 115.042741) - (xy 98.291119 115.042749) - (xy 98.302719 115.0505) - (xy 98.336386 115.072996) - (xy 98.374265 115.121046) - (xy 98.376667 115.182184) - (xy 98.369594 115.200255) - (xy 98.345762 115.247028) - (xy 98.345762 115.247029) + (xy 98.29298 115.043992) + (xy 98.292982 115.043994) + (xy 98.317685 115.0605) + (xy 98.336389 115.072998) + (xy 98.374266 115.121047) + (xy 98.376668 115.182185) + (xy 98.369595 115.200256) + (xy 98.345762 115.247031) (xy 98.33 115.346546) (xy 98.33 115.354999) (xy 98.330001 115.355) @@ -55647,7 +52486,7 @@ (xy 104.9495 119.15736) (xy 104.949501 119.157363) (xy 104.952414 119.18249) - (xy 104.966814 119.215102) + (xy 104.966381 119.214122) (xy 104.984718 119.255651) (xy 104.986865 119.260512) (xy 104.993073 119.321381) @@ -55694,1217 +52533,61 @@ (xy 103.305139 117.787) (xy 103.305136 117.787001) (xy 103.280009 117.789914) - (xy 103.21187 117.820001) - (xy 103.181063 117.833604) (xy 103.178696 117.834649) (xy 103.117826 117.840857) (xy 103.068704 117.814088) - (xy 102.725885 117.471269) - (xy 102.713573 117.456266) - (xy 102.703624 117.441376) - (xy 102.682899 117.427528) - (xy 102.68289 117.427521) - (xy 102.632673 117.393968) - (xy 102.628279 117.391032) - (xy 102.612495 117.380485) - (xy 102.60876 117.379742) - (xy 102.526182 117.363316) - (xy 102.526162 117.363311) - (xy 102.505002 117.359103) - (xy 102.505001 117.359103) - (xy 102.505 117.359103) - (xy 102.48743 117.362598) - (xy 102.468116 117.3645) - (xy 98.695124 117.3645) - (xy 98.636933 117.345593) - (xy 98.62512 117.335504) - (xy 97.153069 115.863453) - (xy 98.33 115.863453) - (xy 98.34576 115.962965) - (xy 98.345762 115.962969) - (xy 98.406881 116.082921) - (xy 98.502078 116.178118) - (xy 98.62203 116.239237) - (xy 98.622029 116.239237) - (xy 98.721546 116.254999) - (xy 98.754999 116.254999) - (xy 98.754999 116.254998) - (xy 98.755 115.855001) - (xy 98.754999 115.855) - (xy 99.255 115.855) - (xy 99.255 116.254997) - (xy 99.255001 116.254999) - (xy 99.288453 116.254999) - (xy 99.387965 116.239239) - (xy 99.387969 116.239237) - (xy 99.507921 116.178118) + (xy 101.671885 116.417269) + (xy 101.659573 116.402266) + (xy 101.656433 116.397567) + (xy 101.649624 116.387376) + (xy 101.628899 116.373528) + (xy 101.62889 116.373521) + (xy 101.579463 116.340496) + (xy 101.576505 116.338519) + (xy 101.558495 116.326485) + (xy 101.494071 116.31367) + (xy 101.472182 116.309316) + (xy 101.472162 116.309311) + (xy 101.451002 116.305103) + (xy 101.451001 116.305103) + (xy 101.451 116.305103) + (xy 101.443731 116.306549) + (xy 101.43343 116.308598) + (xy 101.414116 116.3105) + (xy 99.614548 116.3105) + (xy 99.556357 116.291593) + (xy 99.520393 116.242093) + (xy 99.520393 116.180907) + (xy 99.544544 116.141496) (xy 99.603118 116.082921) (xy 99.664237 115.962969) (xy 99.68 115.863453) (xy 99.68 115.855001) (xy 99.679999 115.855) - (xy 99.255 115.855) - (xy 98.754999 115.855) (xy 98.330001 115.855) (xy 98.330001 115.863453) (xy 98.33 115.863453) - (xy 97.153069 115.863453) - (xy 96.476996 115.18738) - (xy 96.449219 115.132863) - (xy 96.448 115.117376) - (xy 96.448 115.1045) - (xy 96.466907 115.046309) - (xy 96.516407 115.010345) - (xy 96.547 115.0055) - (xy 96.593479 115.0055) - (xy 96.59348 115.0055) - (xy 96.655609 114.993142) - (xy 96.726065 114.946065) - (xy 96.773142 114.875609) - (xy 96.7855 114.81348) - (xy 96.7855 114.704499) + (xy 98.34576 115.962965) + (xy 98.345762 115.962969) + (xy 98.406881 116.082921) + (xy 98.465456 116.141496) + (xy 98.493233 116.196013) + (xy 98.483662 116.256445) + (xy 98.440397 116.29971) + (xy 98.395452 116.3105) + (xy 98.287124 116.3105) + (xy 98.228933 116.291593) + (xy 98.21712 116.281504) + (xy 96.814496 114.87888) + (xy 96.786719 114.824363) + (xy 96.7855 114.808876) + (xy 96.7855 114.7045) (xy 96.804407 114.646309) (xy 96.853907 114.610345) (xy 96.8845 114.6055) (xy 97.81348 114.6055) ) ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 91.13432 117.42916) - (xy 91.141951 117.437967) - (xy 91.23926 117.500504) - (xy 91.250931 117.508004) - (xy 91.375228 117.5445) - (xy 91.462166 117.5445) - (xy 91.517175 117.561189) - (xy 91.518376 117.561992) - (xy 91.518378 117.561994) - (xy 91.586505 117.607515) - (xy 91.694 117.628897) - (xy 91.71157 117.625401) - (xy 91.730884 117.6235) - (xy 92.658661 117.6235) - (xy 92.716852 117.642407) - (xy 92.752816 117.691907) - (xy 92.752816 117.753093) - (xy 92.720199 117.797985) - (xy 92.720587 117.798373) - (xy 92.71814 117.800819) - (xy 92.716852 117.802593) - (xy 92.715078 117.803881) - (xy 92.619881 117.899078) - (xy 92.558762 118.01903) - (xy 92.543 118.118546) - (xy 92.543 118.126999) - (xy 92.543001 118.127) - (xy 92.967999 118.127) - (xy 92.968 118.126998) - (xy 92.968 117.727) - (xy 92.967999 117.726999) - (xy 92.952032 117.727) - (xy 92.893841 117.708094) - (xy 92.857876 117.658594) - (xy 92.857875 117.597409) - (xy 92.889326 117.554117) - (xy 92.888728 117.553519) - (xy 92.892507 117.549739) - (xy 92.893838 117.547908) - (xy 92.89549 117.546756) - (xy 92.895617 117.546628) - (xy 92.895624 117.546624) - (xy 92.905576 117.531727) - (xy 92.917885 117.516729) - (xy 92.97812 117.456495) - (xy 93.032638 117.428719) - (xy 93.048123 117.4275) - (xy 93.211099 117.4275) - (xy 93.26929 117.446407) - (xy 93.281102 117.456496) - (xy 93.439799 117.615192) - (xy 93.467577 117.669709) - (xy 93.464998 117.685993) - (xy 93.468 117.685993) - (xy 93.468 118.126999) - (xy 93.468001 118.127) - (xy 93.9106 118.127) - (xy 93.968791 118.145907) - (xy 93.980604 118.155997) - (xy 94.060085 118.235479) - (xy 94.060092 118.235485) - (xy 94.074441 118.249833) - (xy 94.082658 118.25805) - (xy 94.10415 118.269) - (xy 94.117386 118.277111) - (xy 94.136911 118.291297) - (xy 94.159861 118.298753) - (xy 94.174203 118.304694) - (xy 94.195696 118.315646) - (xy 94.219534 118.319421) - (xy 94.234608 118.32304) - (xy 94.257567 118.3305) - (xy 94.289481 118.3305) - (xy 97.241983 118.3305) - (xy 97.300174 118.349407) - (xy 97.311987 118.359496) - (xy 97.870834 118.918342) - (xy 97.887988 118.935496) - (xy 97.915765 118.990013) - (xy 97.906194 119.050445) - (xy 97.862929 119.09371) - (xy 97.817984 119.1045) - (xy 93.805548 119.1045) - (xy 93.747357 119.085593) - (xy 93.711393 119.036093) - (xy 93.711393 118.974907) - (xy 93.735544 118.935496) - (xy 93.816118 118.854921) - (xy 93.877237 118.734969) - (xy 93.893 118.635453) - (xy 93.892999 118.627) - (xy 92.556535 118.627) - (xy 92.498344 118.608093) - (xy 92.466482 118.569127) - (xy 92.448613 118.53) - (xy 92.436748 118.50402) - (xy 92.351915 118.406116) - (xy 92.351914 118.406115) - (xy 92.351913 118.406114) - (xy 92.242939 118.336081) - (xy 92.242936 118.336079) - (xy 92.242935 118.336079) - (xy 92.242932 118.336078) - (xy 92.11864 118.299583) - (xy 92.118638 118.299583) - (xy 91.989094 118.299583) - (xy 91.989091 118.299583) - (xy 91.864799 118.336078) - (xy 91.864792 118.336081) - (xy 91.755818 118.406114) - (xy 91.670983 118.50402) - (xy 91.632004 118.589371) - (xy 91.590631 118.634448) - (xy 91.530664 118.646597) - (xy 91.475008 118.621179) - (xy 91.451899 118.589372) - (xy 91.412882 118.503937) - (xy 91.328049 118.406033) - (xy 91.328048 118.406032) - (xy 91.328047 118.406031) - (xy 91.219073 118.335998) - (xy 91.21907 118.335996) - (xy 91.219069 118.335996) - (xy 91.200668 118.330593) - (xy 91.094774 118.2995) - (xy 91.094772 118.2995) - (xy 91.0595 118.2995) - (xy 91.001309 118.280593) - (xy 90.965345 118.231093) - (xy 90.9605 118.2005) - (xy 90.9605 117.49399) - (xy 90.979407 117.435799) - (xy 91.028907 117.399835) - (xy 91.090093 117.399835) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 88.768691 115.024407) - (xy 88.804655 115.073907) - (xy 88.8095 115.1045) - (xy 88.8095 116.226115) - (xy 88.807598 116.245427) - (xy 88.804103 116.262999) - (xy 88.804103 116.263002) - (xy 88.808313 116.284171) - (xy 88.808316 116.284183) - (xy 88.825484 116.370494) - (xy 88.853527 116.412464) - (xy 88.862905 116.426499) - (xy 88.886373 116.46162) - (xy 88.886376 116.461624) - (xy 88.900597 116.471126) - (xy 88.901266 116.471573) - (xy 88.916269 116.483885) - (xy 89.32738 116.894996) - (xy 89.355157 116.949513) - (xy 89.345586 117.009945) - (xy 89.302321 117.05321) - (xy 89.257376 117.064) - (xy 89.167001 117.064) - (xy 89.167 117.064001) - (xy 89.167 117.84) - (xy 89.148093 117.898191) - (xy 89.098593 117.934155) - (xy 89.068 117.939) - (xy 88.766 117.939) - (xy 88.707809 117.920093) - (xy 88.671845 117.870593) - (xy 88.667 117.84) - (xy 88.667 117.064001) - (xy 88.666999 117.064) - (xy 88.522299 117.064) - (xy 88.463964 117.075603) - (xy 88.402412 117.116731) - (xy 88.343524 117.133339) - (xy 88.309528 117.12588) - (xy 88.300722 117.122232) - (xy 88.256827 117.1135) - (xy 88.25682 117.1135) - (xy 88.2415 117.1135) - (xy 88.183309 117.094593) - (xy 88.147345 117.045093) - (xy 88.1425 117.0145) - (xy 88.1425 115.359725) - (xy 88.161407 115.301534) - (xy 88.171497 115.289721) - (xy 88.426723 115.034496) - (xy 88.481239 115.006719) - (xy 88.496726 115.0055) - (xy 88.7105 115.0055) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 94.530012 116.015304) - (xy 94.530383 116.014411) - (xy 94.53939 116.018142) - (xy 94.559911 116.022223) - (xy 94.60152 116.0305) - (xy 94.601521 116.0305) - (xy 94.7105 116.0305) - (xy 94.768691 116.049407) - (xy 94.804655 116.098907) - (xy 94.8095 116.1295) - (xy 94.8095 116.369231) - (xy 94.807598 116.388543) - (xy 94.804103 116.406115) - (xy 94.804103 116.406118) - (xy 94.808311 116.427278) - (xy 94.808316 116.427298) - (xy 94.8095 116.433248) - (xy 94.8095 116.433249) - (xy 94.825485 116.513611) - (xy 94.825486 116.513613) - (xy 94.825487 116.513614) - (xy 94.843301 116.540274) - (xy 94.869149 116.578959) - (xy 94.882838 116.599446) - (xy 94.886376 116.60474) - (xy 94.901266 116.614689) - (xy 94.916269 116.627001) - (xy 95.026692 116.737424) - (xy 95.054469 116.791941) - (xy 95.046741 116.848555) - (xy 95.013302 116.921774) - (xy 94.994867 117.049997) - (xy 94.994867 117.050002) - (xy 95.013302 117.178225) - (xy 95.067118 117.296063) - (xy 95.127431 117.36567) - (xy 95.151248 117.422029) - (xy 95.137389 117.481624) - (xy 95.091148 117.521692) - (xy 95.052611 117.5295) - (xy 94.527901 117.5295) - (xy 94.46971 117.510593) - (xy 94.457897 117.500504) - (xy 93.872496 116.915103) - (xy 93.844719 116.860586) - (xy 93.8435 116.845099) - (xy 93.8435 116.566367) - (xy 93.842442 116.559103) - (xy 93.832866 116.493375) - (xy 93.777826 116.380789) - (xy 93.689211 116.292174) - (xy 93.576625 116.237134) - (xy 93.576626 116.237134) - (xy 93.561127 116.234876) - (xy 93.510261 116.227465) - (xy 93.455406 116.200366) - (xy 93.426954 116.146199) - (xy 93.435776 116.085652) - (xy 93.4785 116.041855) - (xy 93.524536 116.0305) - (xy 93.568479 116.0305) - (xy 93.56848 116.0305) - (xy 93.630609 116.018142) - (xy 93.639617 116.014411) - (xy 93.640146 116.015689) - (xy 93.688874 116.001941) - (xy 93.730012 116.015304) - (xy 93.730383 116.014411) - (xy 93.73939 116.018142) - (xy 93.759911 116.022223) - (xy 93.80152 116.0305) - (xy 93.801521 116.0305) - (xy 93.968479 116.0305) - (xy 93.96848 116.0305) - (xy 94.030609 116.018142) - (xy 94.039617 116.014411) - (xy 94.040146 116.015689) - (xy 94.088874 116.001941) - (xy 94.130012 116.015304) - (xy 94.130383 116.014411) - (xy 94.13939 116.018142) - (xy 94.159911 116.022223) - (xy 94.20152 116.0305) - (xy 94.201521 116.0305) - (xy 94.368479 116.0305) - (xy 94.36848 116.0305) - (xy 94.430609 116.018142) - (xy 94.439617 116.014411) - (xy 94.440146 116.015689) - (xy 94.488874 116.001941) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 77.778067 111.414407) - (xy 77.78988 111.424496) - (xy 77.833061 111.467677) - (xy 77.860838 111.522194) - (xy 77.86105 111.551763) - (xy 77.859867 111.559995) - (xy 77.859867 111.560002) - (xy 77.878302 111.688225) - (xy 77.931319 111.804313) - (xy 77.932118 111.806063) - (xy 78.005429 111.89067) - (xy 78.029246 111.947029) - (xy 78.015387 112.006624) - (xy 77.969146 112.046692) - (xy 77.930609 112.0545) - (xy 76.14831 112.0545) - (xy 76.090119 112.035593) - (xy 76.07349 112.020331) - (xy 76.072742 112.019468) - (xy 75.990049 111.924033) - (xy 75.990048 111.924032) - (xy 75.990047 111.924031) - (xy 75.881073 111.853998) - (xy 75.88107 111.853996) - (xy 75.881069 111.853996) - (xy 75.881066 111.853995) - (xy 75.756774 111.8175) - (xy 75.756772 111.8175) - (xy 75.627228 111.8175) - (xy 75.627225 111.8175) - (xy 75.502933 111.853995) - (xy 75.502926 111.853998) - (xy 75.393952 111.924031) - (xy 75.309117 112.021938) - (xy 75.255302 112.139774) - (xy 75.236867 112.267997) - (xy 75.236867 112.268002) - (xy 75.255302 112.396225) - (xy 75.291556 112.475609) - (xy 75.309118 112.514063) - (xy 75.393309 112.611226) - (xy 75.393952 112.611968) - (xy 75.499055 112.679513) - (xy 75.502931 112.682004) - (xy 75.627228 112.7185) - (xy 75.62723 112.7185) - (xy 75.712875 112.7185) - (xy 75.771066 112.737407) - (xy 75.80703 112.786907) - (xy 75.80703 112.848093) - (xy 75.782879 112.887504) - (xy 72.72488 115.945504) - (xy 72.670363 115.973281) - (xy 72.654876 115.9745) - (xy 69.641895 115.9745) - (xy 69.583704 115.955593) - (xy 69.54774 115.906093) - (xy 69.543966 115.860975) - (xy 69.546995 115.840548) - (xy 69.293309 115.586861) - (xy 69.265532 115.532345) - (xy 69.275103 115.471913) - (xy 69.304508 115.440223) - (xy 69.303205 115.438622) - (xy 69.308456 115.434349) - (xy 69.308458 115.434349) - (xy 69.425739 115.338934) - (xy 69.493167 115.243408) - (xy 69.542169 115.206773) - (xy 69.603349 115.205937) - (xy 69.644049 115.230497) - (xy 69.900548 115.486995) - (xy 69.900549 115.486995) - (xy 69.971558 115.35415) - (xy 70.03017 115.160935) - (xy 70.030171 115.160929) - (xy 70.04996 114.960003) - (xy 70.04996 114.959996) - (xy 70.030171 114.75907) - (xy 70.03017 114.759064) - (xy 69.971558 114.565849) - (xy 69.900549 114.433003) - (xy 69.900548 114.433003) - (xy 69.644358 114.689192) - (xy 69.589842 114.716969) - (xy 69.52941 114.707397) - (xy 69.486454 114.664733) - (xy 69.473558 114.639844) - (xy 69.370362 114.529348) - (xy 69.370361 114.529347) - (xy 69.37036 114.529346) - (xy 69.30811 114.491491) - (xy 69.268215 114.445102) - (xy 69.263206 114.384122) - (xy 69.289545 114.3369) - (xy 69.571949 114.054496) - (xy 69.626466 114.026719) - (xy 69.641953 114.0255) - (xy 70.779106 114.0255) - (xy 70.837297 114.044407) - (xy 70.873261 114.093907) - (xy 70.87707 114.110219) - (xy 70.878481 114.119903) - (xy 70.879427 114.126395) - (xy 70.930748 114.231373) - (xy 70.930802 114.231483) - (xy 71.013517 114.314198) - (xy 71.049705 114.331889) - (xy 71.118604 114.365572) - (xy 71.118605 114.365572) - (xy 71.118607 114.365573) - (xy 71.18674 114.3755) - (xy 71.186743 114.3755) - (xy 71.653257 114.3755) - (xy 71.65326 114.3755) - (xy 71.721393 114.365573) - (xy 71.826483 114.314198) - (xy 71.909198 114.231483) - (xy 71.960573 114.126393) - (xy 71.9705 114.05826) - (xy 72.5195 114.05826) - (xy 72.522569 114.079324) - (xy 72.529427 114.126395) - (xy 72.580748 114.231373) - (xy 72.580802 114.231483) - (xy 72.663517 114.314198) - (xy 72.699705 114.331889) - (xy 72.768604 114.365572) - (xy 72.768605 114.365572) - (xy 72.768607 114.365573) - (xy 72.83674 114.3755) - (xy 72.836743 114.3755) - (xy 73.303257 114.3755) - (xy 73.30326 114.3755) - (xy 73.371393 114.365573) - (xy 73.476483 114.314198) - (xy 73.559198 114.231483) - (xy 73.610573 114.126393) - (xy 73.6205 114.05826) - (xy 73.6205 113.44174) - (xy 73.610573 113.373607) - (xy 73.608373 113.369107) - (xy 73.572949 113.296646) - (xy 73.559198 113.268517) - (xy 73.476483 113.185802) - (xy 73.401019 113.14891) - (xy 73.357046 113.106368) - (xy 73.3455 113.05997) - (xy 73.3455 113.001915) - (xy 73.364407 112.943724) - (xy 73.369673 112.937092) - (xy 73.452882 112.841063) - (xy 73.506697 112.723226) - (xy 73.519876 112.631563) - (xy 73.525133 112.595002) - (xy 73.525133 112.594997) - (xy 73.506697 112.466774) - (xy 73.501804 112.456061) - (xy 73.452882 112.348937) - (xy 73.368049 112.251033) - (xy 73.368048 112.251032) - (xy 73.368047 112.251031) - (xy 73.259073 112.180998) - (xy 73.25907 112.180996) - (xy 73.259069 112.180996) - (xy 73.259066 112.180995) - (xy 73.134774 112.1445) - (xy 73.134772 112.1445) - (xy 73.005228 112.1445) - (xy 73.005225 112.1445) - (xy 72.880933 112.180995) - (xy 72.880926 112.180998) - (xy 72.771952 112.251031) - (xy 72.687117 112.348938) - (xy 72.633302 112.466774) - (xy 72.614867 112.594997) - (xy 72.614867 112.595002) - (xy 72.633302 112.723225) - (xy 72.678643 112.822505) - (xy 72.687118 112.841063) - (xy 72.77032 112.937085) - (xy 72.794137 112.993444) - (xy 72.7945 113.001915) - (xy 72.7945 113.05997) - (xy 72.775593 113.118161) - (xy 72.73898 113.14891) - (xy 72.719913 113.158232) - (xy 72.663518 113.185801) - (xy 72.580801 113.268518) - (xy 72.529427 113.373604) - (xy 72.527301 113.388199) - (xy 72.5195 113.44174) - (xy 72.5195 114.05826) - (xy 71.9705 114.05826) - (xy 71.9705 113.44174) - (xy 71.960573 113.373607) - (xy 71.958373 113.369107) - (xy 71.922949 113.296646) - (xy 71.909198 113.268517) - (xy 71.826483 113.185802) - (xy 71.80486 113.175231) - (xy 71.721395 113.134427) - (xy 71.694139 113.130456) - (xy 71.65326 113.1245) - (xy 71.18674 113.1245) - (xy 71.152673 113.129463) - (xy 71.118604 113.134427) - (xy 71.013518 113.185801) - (xy 70.930801 113.268518) - (xy 70.879427 113.373604) - (xy 70.87901 113.37647) - (xy 70.877071 113.389775) - (xy 70.849972 113.44463) - (xy 70.795804 113.473082) - (xy 70.779106 113.4745) - (xy 69.511782 113.4745) - (xy 69.453591 113.455593) - (xy 69.417627 113.406093) - (xy 69.417627 113.344907) - (xy 69.453591 113.295407) - (xy 69.465114 113.28819) - (xy 69.564569 113.23503) - (xy 69.564572 113.235027) - (xy 69.564581 113.235023) - (xy 69.71312 113.11312) - (xy 69.835023 112.964581) - (xy 69.835027 112.964572) - (xy 69.83503 112.964569) - (xy 69.925602 112.79512) - (xy 69.925602 112.795119) - (xy 69.925605 112.795114) - (xy 69.934509 112.765759) - (xy 69.969492 112.715566) - (xy 70.0273 112.695519) - (xy 70.029245 112.6955) - (xy 70.988116 112.6955) - (xy 71.007429 112.697401) - (xy 71.025 112.700897) - (xy 71.052132 112.6955) - (xy 71.052133 112.6955) - (xy 71.132495 112.679515) - (xy 71.135978 112.677187) - (xy 71.190984 112.6605) - (xy 71.29977 112.6605) - (xy 71.299772 112.6605) - (xy 71.424069 112.624004) - (xy 71.533049 112.553967) - (xy 71.617882 112.456063) - (xy 71.671697 112.338226) - (xy 71.679999 112.280483) - (xy 71.690133 112.210002) - (xy 71.690133 112.209997) - (xy 71.671697 112.081774) - (xy 71.669103 112.076093) - (xy 71.617882 111.963937) - (xy 71.533049 111.866033) - (xy 71.533048 111.866032) - (xy 71.533047 111.866031) - (xy 71.424073 111.795998) - (xy 71.42407 111.795996) - (xy 71.424069 111.795996) - (xy 71.419315 111.7946) - (xy 71.299774 111.7595) - (xy 71.299772 111.7595) - (xy 71.170228 111.7595) - (xy 71.170225 111.7595) - (xy 71.045933 111.795995) - (xy 71.045926 111.795998) - (xy 70.936952 111.866031) - (xy 70.852117 111.963938) - (xy 70.796086 112.086627) - (xy 70.754714 112.131704) - (xy 70.706033 112.1445) - (xy 70.029245 112.1445) - (xy 69.971054 112.125593) - (xy 69.93509 112.076093) - (xy 69.934546 112.074363) - (xy 69.925605 112.044886) - (xy 69.925602 112.04488) - (xy 69.925602 112.044879) - (xy 69.83503 111.87543) - (xy 69.835025 111.875423) - (xy 69.835023 111.875419) - (xy 69.752928 111.775386) - (xy 69.713124 111.726884) - (xy 69.713115 111.726875) - (xy 69.622842 111.652791) - (xy 69.564581 111.604977) - (xy 69.564578 111.604975) - (xy 69.564569 111.604969) - (xy 69.52124 111.58181) - (xy 69.478833 111.537705) - (xy 69.47045 111.477097) - (xy 69.499292 111.423136) - (xy 69.554343 111.396434) - (xy 69.567908 111.3955) - (xy 77.719876 111.3955) - ) - ) - (filled_polygon - (layer "F.Cu") - (pts - (xy 87.793067 106.594407) - (xy 87.80488 106.604496) - (xy 88.780504 107.58012) - (xy 88.808281 107.634637) - (xy 88.8095 107.650124) - (xy 88.8095 107.9555) - (xy 88.790593 108.013691) - (xy 88.741093 108.049655) - (xy 88.7105 108.0545) - (xy 87.600124 108.0545) - (xy 87.541933 108.035593) - (xy 87.53012 108.025504) - (xy 87.356938 107.852322) - (xy 87.329161 107.797805) - (xy 87.32895 107.768227) - (xy 87.329562 107.763968) - (xy 87.330133 107.76) - (xy 87.329011 107.752198) - (xy 87.311697 107.631774) - (xy 87.286718 107.577078) - (xy 87.257882 107.513937) - (xy 87.173049 107.416033) - (xy 87.173048 107.416032) - (xy 87.173047 107.416031) - (xy 87.064073 107.345998) - (xy 87.06407 107.345996) - (xy 87.064069 107.345996) - (xy 87.048808 107.341515) - (xy 86.939774 107.3095) - (xy 86.939772 107.3095) - (xy 86.810228 107.3095) - (xy 86.810225 107.3095) - (xy 86.685933 107.345995) - (xy 86.685926 107.345998) - (xy 86.576952 107.416031) - (xy 86.492117 107.513938) - (xy 86.438302 107.631774) - (xy 86.419867 107.759997) - (xy 86.419867 107.760002) - (xy 86.438302 107.888225) - (xy 86.485553 107.991688) - (xy 86.492118 108.006063) - (xy 86.575767 108.1026) - (xy 86.576952 108.103968) - (xy 86.682375 108.171719) - (xy 86.685931 108.174004) - (xy 86.810228 108.2105) - (xy 86.894876 108.2105) - (xy 86.953067 108.229407) - (xy 86.96488 108.239496) - (xy 87.01088 108.285496) - (xy 87.038657 108.340013) - (xy 87.029086 108.400445) - (xy 86.985821 108.44371) - (xy 86.940876 108.4545) - (xy 85.965124 108.4545) - (xy 85.906933 108.435593) - (xy 85.89512 108.425504) - (xy 84.981938 107.512322) - (xy 84.954161 107.457805) - (xy 84.95395 107.428227) - (xy 84.954261 107.426063) - (xy 84.955133 107.42) - (xy 84.955039 107.419348) - (xy 84.936697 107.291774) - (xy 84.932209 107.281946) - (xy 84.882882 107.173937) - (xy 84.798049 107.076033) - (xy 84.798048 107.076032) - (xy 84.798047 107.076031) - (xy 84.689073 107.005998) - (xy 84.68907 107.005996) - (xy 84.689069 107.005996) - (xy 84.674857 107.001823) - (xy 84.564774 106.9695) - (xy 84.564772 106.9695) - (xy 84.435228 106.9695) - (xy 84.435225 106.9695) - (xy 84.310933 107.005995) - (xy 84.310926 107.005998) - (xy 84.201952 107.076031) - (xy 84.117117 107.173938) - (xy 84.063302 107.291774) - (xy 84.044867 107.419997) - (xy 84.044867 107.420002) - (xy 84.063302 107.548225) - (xy 84.102766 107.634637) - (xy 84.117118 107.666063) - (xy 84.199303 107.760911) - (xy 84.201952 107.763968) - (xy 84.275492 107.811229) - (xy 84.310931 107.834004) - (xy 84.435228 107.8705) - (xy 84.519876 107.8705) - (xy 84.578067 107.889407) - (xy 84.58988 107.899496) - (xy 85.37588 108.685496) - (xy 85.403657 108.740013) - (xy 85.394086 108.800445) - (xy 85.350821 108.84371) - (xy 85.305876 108.8545) - (xy 84.875124 108.8545) - (xy 84.816933 108.835593) - (xy 84.80512 108.825504) - (xy 84.791938 108.812322) - (xy 84.764161 108.757805) - (xy 84.76395 108.728227) - (xy 84.765133 108.719999) - (xy 84.765133 108.719998) - (xy 84.746697 108.591774) - (xy 84.730374 108.556033) - (xy 84.692882 108.473937) - (xy 84.608049 108.376033) - (xy 84.608048 108.376032) - (xy 84.608047 108.376031) - (xy 84.499073 108.305998) - (xy 84.49907 108.305996) - (xy 84.499069 108.305996) - (xy 84.499066 108.305995) - (xy 84.374774 108.2695) - (xy 84.374772 108.2695) - (xy 84.245228 108.2695) - (xy 84.245225 108.2695) - (xy 84.120933 108.305995) - (xy 84.120926 108.305998) - (xy 84.011952 108.376031) - (xy 83.927117 108.473938) - (xy 83.873302 108.591774) - (xy 83.854867 108.719997) - (xy 83.854867 108.720002) - (xy 83.873302 108.848225) - (xy 83.927117 108.966061) - (xy 83.927118 108.966063) - (xy 84.011951 109.063967) - (xy 84.02322 109.071209) - (xy 84.024787 109.072216) - (xy 84.063518 109.119582) - (xy 84.06701 109.180668) - (xy 84.033931 109.23214) - (xy 83.976914 109.254339) - (xy 83.971263 109.2545) - (xy 82.745124 109.2545) - (xy 82.686933 109.235593) - (xy 82.67512 109.225504) - (xy 82.441938 108.992322) - (xy 82.414161 108.937805) - (xy 82.41395 108.908227) - (xy 82.415133 108.899999) - (xy 82.415133 108.899998) - (xy 82.396697 108.771774) - (xy 82.382192 108.740013) - (xy 82.342882 108.653937) - (xy 82.258049 108.556033) - (xy 82.258048 108.556032) - (xy 82.258047 108.556031) - (xy 82.149073 108.485998) - (xy 82.14907 108.485996) - (xy 82.149069 108.485996) - (xy 82.149066 108.485995) - (xy 82.024774 108.4495) - (xy 82.024772 108.4495) - (xy 81.895228 108.4495) - (xy 81.895225 108.4495) - (xy 81.770933 108.485995) - (xy 81.770926 108.485998) - (xy 81.661952 108.556031) - (xy 81.577117 108.653938) - (xy 81.523302 108.771774) - (xy 81.504867 108.899997) - (xy 81.504867 108.900002) - (xy 81.523302 109.028225) - (xy 81.57086 109.13236) - (xy 81.577118 109.146063) - (xy 81.657038 109.238297) - (xy 81.661952 109.243968) - (xy 81.770926 109.314001) - (xy 81.770931 109.314004) - (xy 81.895228 109.3505) - (xy 81.979876 109.3505) - (xy 82.038067 109.369407) - (xy 82.04988 109.379496) - (xy 82.369113 109.698729) - (xy 82.381422 109.713729) - (xy 82.391371 109.728618) - (xy 82.391373 109.72862) - (xy 82.391376 109.728624) - (xy 82.391379 109.728626) - (xy 82.39138 109.728627) - (xy 82.410329 109.741288) - (xy 82.410334 109.741292) - (xy 82.484001 109.790515) - (xy 82.52188 109.838565) - (xy 82.524282 109.899703) - (xy 82.490289 109.950577) - (xy 82.456891 109.96782) - (xy 82.360931 109.995996) - (xy 82.360926 109.995998) - (xy 82.251952 110.066031) - (xy 82.167117 110.163938) - (xy 82.113302 110.281774) - (xy 82.094867 110.409997) - (xy 82.094867 110.410003) - (xy 82.113868 110.542163) - (xy 82.103435 110.602453) - (xy 82.059556 110.645095) - (xy 81.998994 110.653802) - (xy 81.945872 110.626256) - (xy 81.024674 109.705058) - (xy 80.996897 109.650541) - (xy 81.006468 109.590109) - (xy 81.049733 109.546844) - (xy 81.051132 109.546145) - (xy 81.116483 109.514198) - (xy 81.199198 109.431483) - (xy 81.250573 109.326393) - (xy 81.2605 109.25826) - (xy 81.2605 108.64174) - (xy 81.250573 108.573607) - (xy 81.199198 108.468517) - (xy 81.116483 108.385802) - (xy 81.107438 108.38138) - (xy 81.011395 108.334427) - (xy 80.982539 108.330223) - (xy 80.94326 108.3245) - (xy 80.47674 108.3245) - (xy 80.442673 108.329463) - (xy 80.408604 108.334427) - (xy 80.303518 108.385801) - (xy 80.220801 108.468518) - (xy 80.169427 108.573604) - (xy 80.16678 108.591774) - (xy 80.1595 108.64174) - (xy 80.1595 109.25826) - (xy 80.16334 109.284614) - (xy 80.169427 109.326395) - (xy 80.211806 109.413081) - (xy 80.220802 109.431483) - (xy 80.303517 109.514198) - (xy 80.37898 109.551089) - (xy 80.422954 109.593632) - (xy 80.4345 109.64003) - (xy 80.4345 109.743115) - (xy 80.432598 109.762427) - (xy 80.429103 109.779999) - (xy 80.429103 109.780002) - (xy 80.433311 109.801162) - (xy 80.433316 109.801182) - (xy 80.4345 109.807132) - (xy 80.4345 109.807133) - (xy 80.450485 109.887495) - (xy 80.450486 109.887496) - (xy 80.450487 109.887498) - (xy 80.47521 109.924499) - (xy 80.475544 109.924999) - (xy 80.495395 109.954708) - (xy 80.511376 109.978624) - (xy 80.522117 109.985801) - (xy 80.526266 109.988573) - (xy 80.541269 110.000885) - (xy 82.02588 111.485496) - (xy 82.053657 111.540013) - (xy 82.044086 111.600445) - (xy 82.000821 111.64371) - (xy 81.955876 111.6545) - (xy 81.460124 111.6545) - (xy 81.401933 111.635593) - (xy 81.39012 111.625504) - (xy 81.126938 111.362322) - (xy 81.099161 111.307805) - (xy 81.09895 111.278227) - (xy 81.100133 111.27) - (xy 81.097904 111.2545) - (xy 81.081697 111.141774) - (xy 81.055399 111.084191) - (xy 81.027882 111.023937) - (xy 80.943049 110.926033) - (xy 80.943048 110.926032) - (xy 80.943047 110.926031) - (xy 80.834073 110.855998) - (xy 80.83407 110.855996) - (xy 80.834069 110.855996) - (xy 80.834066 110.855995) - (xy 80.709774 110.8195) - (xy 80.709772 110.8195) - (xy 80.580228 110.8195) - (xy 80.580225 110.8195) - (xy 80.455933 110.855995) - (xy 80.455926 110.855998) - (xy 80.346952 110.926031) - (xy 80.262117 111.023938) - (xy 80.208302 111.141774) - (xy 80.189867 111.269997) - (xy 80.189867 111.270002) - (xy 80.208302 111.398225) - (xy 80.26031 111.512105) - (xy 80.262118 111.516063) - (xy 80.346528 111.613479) - (xy 80.346952 111.613968) - (xy 80.455926 111.684001) - (xy 80.455931 111.684004) - (xy 80.580228 111.7205) - (xy 80.664876 111.7205) - (xy 80.723067 111.739407) - (xy 80.73488 111.749496) - (xy 80.87088 111.885496) - (xy 80.898657 111.940013) - (xy 80.889086 112.000445) - (xy 80.845821 112.04371) - (xy 80.800876 112.0545) - (xy 78.699391 112.0545) - (xy 78.6412 112.035593) - (xy 78.605236 111.986093) - (xy 78.605236 111.924907) - (xy 78.624569 111.890671) - (xy 78.697882 111.806063) - (xy 78.751697 111.688226) - (xy 78.762374 111.613967) - (xy 78.770133 111.560002) - (xy 78.770133 111.559997) - (xy 78.751697 111.431774) - (xy 78.746092 111.4195) - (xy 78.697882 111.313937) - (xy 78.613049 111.216033) - (xy 78.613048 111.216032) - (xy 78.613047 111.216031) - (xy 78.504073 111.145998) - (xy 78.50407 111.145996) - (xy 78.504069 111.145996) - (xy 78.502356 111.145493) - (xy 78.379774 111.1095) - (xy 78.379772 111.1095) - (xy 78.295124 111.1095) - (xy 78.236933 111.090593) - (xy 78.22512 111.080504) - (xy 78.095885 110.951269) - (xy 78.083573 110.936266) - (xy 78.073624 110.921376) - (xy 78.052899 110.907528) - (xy 78.05289 110.907521) - (xy 78.000066 110.872226) - (xy 77.982495 110.860485) - (xy 77.896182 110.843316) - (xy 77.896162 110.843311) - (xy 77.875002 110.839103) - (xy 77.875001 110.839103) - (xy 77.875 110.839103) - (xy 77.863528 110.841385) - (xy 77.85743 110.842598) - (xy 77.838116 110.8445) - (xy 69.649311 110.8445) - (xy 69.59112 110.825593) - (xy 69.555156 110.776093) - (xy 69.554482 110.768035) - (xy 69.293309 110.506861) - (xy 69.265532 110.452345) - (xy 69.275103 110.391913) - (xy 69.304508 110.360223) - (xy 69.303205 110.358622) - (xy 69.308456 110.354349) - (xy 69.308458 110.354349) - (xy 69.425739 110.258934) - (xy 69.493167 110.163408) - (xy 69.542169 110.126773) - (xy 69.603349 110.125937) - (xy 69.644049 110.150497) - (xy 69.900548 110.406995) - (xy 69.900549 110.406995) - (xy 69.971558 110.27415) - (xy 70.03017 110.080935) - (xy 70.030171 110.080929) - (xy 70.04996 109.880003) - (xy 70.04996 109.879996) - (xy 70.030171 109.67907) - (xy 70.03017 109.679064) - (xy 69.971558 109.485849) - (xy 69.900549 109.353003) - (xy 69.900548 109.353003) - (xy 69.644358 109.609192) - (xy 69.589842 109.636969) - (xy 69.52941 109.627397) - (xy 69.486454 109.584733) - (xy 69.483073 109.578208) - (xy 69.473558 109.559844) - (xy 69.370362 109.449348) - (xy 69.370361 109.449347) - (xy 69.37036 109.449346) - (xy 69.30811 109.411491) - (xy 69.268215 109.365102) - (xy 69.263206 109.304122) - (xy 69.288786 109.25826) - (xy 78.5095 109.25826) - (xy 78.51334 109.284614) - (xy 78.519427 109.326395) - (xy 78.561806 109.413081) - (xy 78.570802 109.431483) - (xy 78.635677 109.496358) - (xy 78.663453 109.550873) - (xy 78.653882 109.611305) - (xy 78.640492 109.63119) - (xy 78.612118 109.663936) - (xy 78.558302 109.781774) - (xy 78.539867 109.909997) - (xy 78.539867 109.910002) - (xy 78.558302 110.038225) - (xy 78.612117 110.156061) - (xy 78.612118 110.156063) - (xy 78.686359 110.241743) - (xy 78.696952 110.253968) - (xy 78.805926 110.324001) - (xy 78.805931 110.324004) - (xy 78.930228 110.3605) - (xy 78.93023 110.3605) - (xy 79.05977 110.3605) - (xy 79.059772 110.3605) - (xy 79.184069 110.324004) - (xy 79.293049 110.253967) - (xy 79.377882 110.156063) - (xy 79.431697 110.038226) - (xy 79.446621 109.934427) - (xy 79.450133 109.910002) - (xy 79.450133 109.909997) - (xy 79.431697 109.781774) - (xy 79.413207 109.741288) - (xy 79.378207 109.66465) - (xy 79.371233 109.603866) - (xy 79.401319 109.550588) - (xy 79.424782 109.534584) - (xy 79.466483 109.514198) - (xy 79.549198 109.431483) - (xy 79.600573 109.326393) - (xy 79.6105 109.25826) - (xy 79.6105 108.64174) - (xy 79.600573 108.573607) - (xy 79.549198 108.468517) - (xy 79.466483 108.385802) - (xy 79.457438 108.38138) - (xy 79.361395 108.334427) - (xy 79.332539 108.330223) - (xy 79.29326 108.3245) - (xy 78.82674 108.3245) - (xy 78.792673 108.329463) - (xy 78.758604 108.334427) - (xy 78.653518 108.385801) - (xy 78.570801 108.468518) - (xy 78.519427 108.573604) - (xy 78.51678 108.591774) - (xy 78.5095 108.64174) - (xy 78.5095 109.25826) - (xy 69.288786 109.25826) - (xy 69.289545 109.2569) - (xy 69.546995 108.999449) - (xy 69.542483 108.969025) - (xy 69.552648 108.90869) - (xy 69.596336 108.865853) - (xy 69.640412 108.8555) - (xy 77.197412 108.8555) - (xy 77.255603 108.874407) - (xy 77.272231 108.889669) - (xy 77.301949 108.923965) - (xy 77.301951 108.923967) - (xy 77.408313 108.992322) - (xy 77.410931 108.994004) - (xy 77.535228 109.0305) - (xy 77.53523 109.0305) - (xy 77.66477 109.0305) - (xy 77.664772 109.0305) - (xy 77.789069 108.994004) - (xy 77.898049 108.923967) - (xy 77.982882 108.826063) - (xy 78.036697 108.708226) - (xy 78.051265 108.606901) - (xy 78.055133 108.580002) - (xy 78.055133 108.579997) - (xy 78.036697 108.451774) - (xy 78.033014 108.44371) - (xy 77.982882 108.333937) - (xy 77.898049 108.236033) - (xy 77.898048 108.236032) - (xy 77.898047 108.236031) - (xy 77.789073 108.165998) - (xy 77.78907 108.165996) - (xy 77.789069 108.165996) - (xy 77.789066 108.165995) - (xy 77.664774 108.1295) - (xy 77.664772 108.1295) - (xy 77.535228 108.1295) - (xy 77.535225 108.1295) - (xy 77.410933 108.165995) - (xy 77.410926 108.165998) - (xy 77.301951 108.236032) - (xy 77.301949 108.236034) - (xy 77.272231 108.270331) - (xy 77.219835 108.301927) - (xy 77.197412 108.3045) - (xy 75.015067 108.3045) - (xy 74.956876 108.285593) - (xy 74.920912 108.236093) - (xy 74.920912 108.174907) - (xy 74.940247 108.14067) - (xy 74.972048 108.103968) - (xy 74.982829 108.091526) - (xy 75.035646 107.975873) - (xy 75.077019 107.930796) - (xy 75.1257 107.918) - (xy 76.270616 107.918) - (xy 76.289929 107.919901) - (xy 76.3075 107.923397) - (xy 76.334632 107.918) - (xy 76.334633 107.918) - (xy 76.414995 107.902015) - (xy 76.475935 107.861296) - (xy 76.477778 107.860065) - (xy 76.493842 107.849331) - (xy 76.493844 107.849328) - (xy 76.506124 107.841124) - (xy 76.516077 107.826227) - (xy 76.528387 107.811229) - (xy 76.775121 107.564496) - (xy 76.829637 107.536719) - (xy 76.845124 107.5355) - (xy 82.923116 107.5355) - (xy 82.942429 107.537401) - (xy 82.96 107.540897) - (xy 82.987132 107.5355) - (xy 82.987133 107.5355) - (xy 83.067495 107.519515) - (xy 83.121733 107.483274) - (xy 83.130703 107.477281) - (xy 83.146342 107.466831) - (xy 83.146344 107.466828) - (xy 83.158624 107.458624) - (xy 83.168577 107.443727) - (xy 83.180881 107.428734) - (xy 84.00512 106.604496) - (xy 84.059637 106.576719) - (xy 84.075124 106.5755) - (xy 87.734876 106.5755) - ) - ) (filled_polygon (layer "F.Cu") (pts @@ -56919,7 +52602,7 @@ (xy 68.736795 109.401378) (xy 68.731543 109.40565) (xy 68.731542 109.405651) - (xy 68.696462 109.434191) + (xy 68.677834 109.449346) (xy 68.614258 109.501068) (xy 68.546833 109.596589) (xy 68.497829 109.633226) @@ -56941,26 +52624,37 @@ (xy 68.450156 110.123029) (xy 68.510588 110.1326) (xy 68.553543 110.175263) - (xy 68.558273 110.184391) + (xy 68.56432 110.196061) (xy 68.566442 110.200156) (xy 68.669638 110.310652) (xy 68.731888 110.348507) (xy 68.771783 110.394896) (xy 68.776792 110.455876) (xy 68.750453 110.503097) - (xy 68.481735 110.771816) - (xy 68.478452 110.791308) - (xy 68.434765 110.834146) - (xy 68.390688 110.8445) - (xy 67.816884 110.8445) - (xy 67.797571 110.842598) - (xy 67.78 110.839103) - (xy 67.672506 110.860483) - (xy 67.606959 110.904281) - (xy 67.581378 110.921374) - (xy 67.581372 110.92138) - (xy 67.571423 110.936269) - (xy 67.559115 110.951267) + (xy 68.493003 110.760548) + (xy 68.493003 110.760549) + (xy 68.548456 110.79019) + (xy 68.590862 110.834296) + (xy 68.599245 110.894905) + (xy 68.570402 110.948865) + (xy 68.51535 110.975566) + (xy 68.501787 110.9765) + (xy 67.684879 110.9765) + (xy 67.665566 110.974598) + (xy 67.648 110.971104) + (xy 67.647996 110.971104) + (xy 67.624132 110.97585) + (xy 67.624122 110.975852) + (xy 67.581201 110.98439) + (xy 67.54146 110.992295) + (xy 67.540818 110.992422) + (xy 67.540504 110.992485) + (xy 67.474924 111.036304) + (xy 67.474914 111.036311) + (xy 67.449378 111.053374) + (xy 67.449372 111.05338) + (xy 67.439423 111.068269) + (xy 67.427115 111.083267) (xy 66.998835 111.511547) (xy 66.944318 111.539324) (xy 66.883886 111.529753) @@ -56997,16 +52691,16 @@ (xy 65.661892 110.420821) (xy 65.664975 110.424578) (xy 65.664977 110.424581) - (xy 65.698994 110.466031) + (xy 65.705443 110.473889) (xy 65.786875 110.573115) (xy 65.786884 110.573124) - (xy 65.838854 110.615774) + (xy 65.826335 110.6055) (xy 65.935419 110.695023) (xy 65.935423 110.695025) (xy 65.93543 110.69503) (xy 66.10488 110.785602) (xy 66.104886 110.785605) - (xy 66.231461 110.824001) + (xy 66.217273 110.819697) (xy 66.288768 110.841385) (xy 66.288773 110.841386) (xy 66.479997 110.86022) @@ -57014,7 +52708,7 @@ (xy 66.480003 110.86022) (xy 66.671226 110.841386) (xy 66.671231 110.841385) - (xy 66.678754 110.839103) + (xy 66.6946 110.834296) (xy 66.855114 110.785605) (xy 66.932948 110.744002) (xy 67.024569 110.69503) @@ -57024,7 +52718,7 @@ (xy 67.295023 110.424581) (xy 67.295027 110.424572) (xy 67.29503 110.424569) - (xy 67.369051 110.286084) + (xy 67.361613 110.3) (xy 67.385605 110.255114) (xy 67.441385 110.071231) (xy 67.441386 110.071226) @@ -57034,7 +52728,7 @@ (xy 67.441385 109.688768) (xy 67.415028 109.601881) (xy 67.385605 109.504886) - (xy 67.381046 109.496356) + (xy 67.382083 109.498297) (xy 67.371146 109.477834) (xy 67.36039 109.417602) (xy 67.387092 109.36255) @@ -57045,6 +52739,166 @@ (xy 68.399587 108.8555) ) ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 78.625475 107.554407) + (xy 78.661439 107.603907) + (xy 78.661439 107.665093) + (xy 78.642104 107.69933) + (xy 78.612118 107.733936) + (xy 78.558302 107.851774) + (xy 78.539867 107.979997) + (xy 78.539867 107.980002) + (xy 78.558302 108.108225) + (xy 78.612117 108.226061) + (xy 78.612118 108.226063) + (xy 78.677384 108.301385) + (xy 78.696951 108.323967) + (xy 78.701987 108.32833) + (xy 78.733585 108.380724) + (xy 78.728352 108.441685) + (xy 78.707165 108.473154) + (xy 78.695801 108.484518) + (xy 78.644427 108.589604) + (xy 78.641126 108.612264) + (xy 78.6345 108.65774) + (xy 78.6345 109.27426) + (xy 78.638463 109.301459) + (xy 78.644427 109.342395) + (xy 78.689304 109.434191) + (xy 78.695802 109.447483) + (xy 78.778517 109.530198) + (xy 78.820183 109.550567) + (xy 78.883604 109.581572) + (xy 78.883605 109.581572) + (xy 78.883607 109.581573) + (xy 78.95174 109.5915) + (xy 78.951743 109.5915) + (xy 79.418257 109.5915) + (xy 79.41826 109.5915) + (xy 79.486393 109.581573) + (xy 79.591483 109.530198) + (xy 79.595855 109.525825) + (xy 79.650368 109.498047) + (xy 79.710801 109.507615) + (xy 79.754067 109.550878) + (xy 79.762957 109.576511) + (xy 79.768781 109.605789) + (xy 79.768784 109.605795) + (xy 79.791616 109.639966) + (xy 79.803545 109.657819) + (xy 79.829671 109.69692) + (xy 79.844563 109.70687) + (xy 79.859566 109.719182) + (xy 80.88988 110.749496) + (xy 80.917657 110.804013) + (xy 80.908086 110.864445) + (xy 80.864821 110.90771) + (xy 80.819876 110.9185) + (xy 79.266057 110.9185) + (xy 79.246744 110.916598) + (xy 79.229173 110.913103) + (xy 79.22917 110.913103) + (xy 79.209868 110.916941) + (xy 79.209856 110.916945) + (xy 79.180499 110.922784) + (xy 79.121678 110.934485) + (xy 79.121676 110.934485) + (xy 79.121676 110.934486) + (xy 79.121674 110.934487) + (xy 79.105833 110.945072) + (xy 79.095742 110.951814) + (xy 79.040741 110.9685) + (xy 78.841259 110.9685) + (xy 78.786257 110.951814) + (xy 78.760322 110.934485) + (xy 78.695898 110.92167) + (xy 78.674009 110.917316) + (xy 78.673989 110.917311) + (xy 78.652829 110.913103) + (xy 78.652828 110.913103) + (xy 78.652827 110.913103) + (xy 78.635257 110.916598) + (xy 78.615943 110.9185) + (xy 78.084124 110.9185) + (xy 78.025933 110.899593) + (xy 78.01412 110.889504) + (xy 78.012089 110.887473) + (xy 77.984312 110.832956) + (xy 77.993883 110.772524) + (xy 78.037148 110.729259) + (xy 78.054191 110.722483) + (xy 78.083069 110.714004) + (xy 78.192049 110.643967) + (xy 78.276882 110.546063) + (xy 78.330697 110.428226) + (xy 78.338439 110.374376) + (xy 78.349133 110.300002) + (xy 78.349133 110.299997) + (xy 78.330697 110.171774) + (xy 78.325899 110.161269) + (xy 78.276882 110.053937) + (xy 78.192049 109.956033) + (xy 78.192048 109.956032) + (xy 78.192047 109.956031) + (xy 78.083073 109.885998) + (xy 78.08307 109.885996) + (xy 78.083069 109.885996) + (xy 78.083066 109.885995) + (xy 77.958774 109.8495) + (xy 77.958772 109.8495) + (xy 77.874124 109.8495) + (xy 77.815933 109.830593) + (xy 77.80412 109.820504) + (xy 76.394885 108.411269) + (xy 76.382573 108.396266) + (xy 76.377085 108.388053) + (xy 76.372624 108.381376) + (xy 76.351899 108.367528) + (xy 76.35189 108.367521) + (xy 76.319586 108.345937) + (xy 76.302215 108.33433) + (xy 76.281495 108.320485) + (xy 76.217071 108.30767) + (xy 76.195182 108.303316) + (xy 76.195162 108.303311) + (xy 76.174002 108.299103) + (xy 76.174001 108.299103) + (xy 76.174 108.299103) + (xy 76.162528 108.301385) + (xy 76.15643 108.302598) + (xy 76.137116 108.3045) + (xy 75.015067 108.3045) + (xy 74.956876 108.285593) + (xy 74.920912 108.236093) + (xy 74.920912 108.174907) + (xy 74.940247 108.14067) + (xy 74.960013 108.117856) + (xy 74.982829 108.091526) + (xy 75.033762 107.98) + (xy 75.035647 107.975873) + (xy 75.077019 107.930796) + (xy 75.1257 107.918) + (xy 76.270616 107.918) + (xy 76.289929 107.919901) + (xy 76.3075 107.923397) + (xy 76.334632 107.918) + (xy 76.334633 107.918) + (xy 76.414995 107.902015) + (xy 76.450366 107.87838) + (xy 76.474107 107.862518) + (xy 76.493845 107.84933) + (xy 76.493848 107.849325) + (xy 76.506124 107.841124) + (xy 76.516077 107.826227) + (xy 76.528387 107.811229) + (xy 76.775121 107.564496) + (xy 76.829637 107.536719) + (xy 76.845124 107.5355) + (xy 78.567284 107.5355) + ) + ) (filled_polygon (layer "F.Cu") (pts @@ -57052,10 +52906,10 @@ (xy 65.661892 102.800821) (xy 65.664975 102.804578) (xy 65.664977 102.804581) - (xy 65.699492 102.846637) + (xy 65.707149 102.855968) (xy 65.786875 102.953115) (xy 65.786884 102.953124) - (xy 65.838633 102.995593) + (xy 65.835948 102.993389) (xy 65.935419 103.075023) (xy 65.935423 103.075025) (xy 65.93543 103.07503) @@ -57069,7 +52923,7 @@ (xy 66.480003 103.24022) (xy 66.671226 103.221386) (xy 66.671231 103.221385) - (xy 66.714785 103.208173) + (xy 66.701424 103.212226) (xy 66.855114 103.165605) (xy 66.882162 103.151146) (xy 66.942394 103.140389) @@ -57109,16 +52963,16 @@ (xy 68.204969 105.344569) (xy 68.204975 105.344578) (xy 68.204977 105.344581) - (xy 68.238012 105.384834) + (xy 68.25581 105.406521) (xy 68.326875 105.493115) (xy 68.326884 105.493124) - (xy 68.386165 105.541774) + (xy 68.396158 105.549975) (xy 68.475419 105.615023) (xy 68.475423 105.615025) (xy 68.47543 105.61503) - (xy 68.605169 105.684376) + (xy 68.64488 105.705602) (xy 68.644886 105.705605) - (xy 68.772987 105.744464) + (xy 68.757965 105.739907) (xy 68.828768 105.761385) (xy 68.828773 105.761386) (xy 69.019997 105.78022) @@ -57132,62 +52986,52 @@ (xy 69.564569 105.61503) (xy 69.564572 105.615027) (xy 69.564581 105.615023) - (xy 69.71312 105.49312) - (xy 69.835023 105.344581) - (xy 69.835027 105.344572) - (xy 69.83503 105.344569) - (xy 69.925602 105.17512) - (xy 69.925602 105.175119) - (xy 69.925605 105.175114) - (xy 69.934509 105.145759) - (xy 69.969492 105.095566) - (xy 70.0273 105.075519) - (xy 70.029245 105.0755) - (xy 71.263313 105.0755) - (xy 71.321504 105.094407) - (xy 71.357468 105.143907) - (xy 71.357468 105.205093) - (xy 71.321504 105.254593) - (xy 71.291204 105.26949) - (xy 71.200933 105.295995) - (xy 71.200926 105.295998) - (xy 71.091952 105.366031) - (xy 71.007117 105.463938) - (xy 70.953302 105.581774) - (xy 70.934867 105.709997) - (xy 70.934867 105.710002) - (xy 70.953302 105.838225) - (xy 71.00452 105.950374) - (xy 71.007118 105.956063) - (xy 71.071727 106.030627) - (xy 71.091952 106.053968) - (xy 71.200926 106.124001) - (xy 71.200931 106.124004) - (xy 71.325228 106.1605) - (xy 71.32523 106.1605) - (xy 71.45477 106.1605) - (xy 71.454772 106.1605) - (xy 71.579069 106.124004) - (xy 71.688049 106.053967) - (xy 71.772882 105.956063) - (xy 71.77548 105.950374) - (xy 71.776394 105.948374) - (xy 71.817766 105.903296) - (xy 71.866447 105.8905) - (xy 72.655309 105.8905) - (xy 72.7135 105.909407) - (xy 72.749464 105.958907) - (xy 72.749464 106.020093) - (xy 72.745362 106.030627) + (xy 69.686481 105.514981) + (xy 69.713118 105.493122) + (xy 69.780938 105.410484) + (xy 69.83247 105.377497) + (xy 69.857466 105.374289) + (xy 70.877533 105.374289) + (xy 70.935724 105.393196) + (xy 70.971688 105.442696) + (xy 70.971688 105.503882) + (xy 70.952352 105.53812) + (xy 70.916118 105.579936) + (xy 70.862302 105.697774) + (xy 70.843867 105.825997) + (xy 70.843867 105.826002) + (xy 70.862302 105.954225) + (xy 70.915959 106.071715) + (xy 70.916118 106.072063) + (xy 70.971086 106.1355) + (xy 71.000952 106.169968) + (xy 71.109926 106.240001) + (xy 71.109931 106.240004) + (xy 71.234228 106.2765) + (xy 71.23423 106.2765) + (xy 71.36377 106.2765) + (xy 71.363772 106.2765) + (xy 71.488069 106.240004) + (xy 71.597049 106.169967) + (xy 71.681882 106.072063) + (xy 71.709341 106.011937) + (xy 71.719874 105.988874) + (xy 71.761246 105.943796) + (xy 71.809927 105.931) + (xy 72.636813 105.931) + (xy 72.695004 105.949907) + (xy 72.730968 105.999407) + (xy 72.730968 106.060593) + (xy 72.726866 106.071127) (xy 72.708302 106.111774) (xy 72.689867 106.239997) (xy 72.689867 106.240002) (xy 72.708302 106.368225) (xy 72.762117 106.48606) (xy 72.762118 106.486063) - (xy 72.840671 106.576719) + (xy 72.842835 106.579217) (xy 72.846952 106.583968) - (xy 72.954023 106.652778) + (xy 72.954529 106.653103) (xy 72.955931 106.654004) (xy 73.080228 106.6905) (xy 73.08023 106.6905) @@ -57205,7 +53049,7 @@ (xy 74.056127 106.488907) (xy 74.056127 106.550093) (xy 74.044284 106.574506) - (xy 74.042806 106.576719) + (xy 74.041137 106.579217) (xy 74.036419 106.586276) (xy 74.024112 106.60127) (xy 73.924881 106.700503) @@ -57253,12 +53097,12 @@ (xy 69.564974 108.236093) (xy 69.564974 108.174907) (xy 69.596324 108.128972) - (xy 69.626792 108.103968) + (xy 69.628459 108.1026) (xy 69.71312 108.03312) (xy 69.835023 107.884581) (xy 69.835027 107.884572) (xy 69.83503 107.884569) - (xy 69.893129 107.77587) + (xy 69.905783 107.752198) (xy 69.925605 107.715114) (xy 69.981385 107.531231) (xy 69.981386 107.531226) @@ -57266,13 +53110,13 @@ (xy 70.00022 107.339996) (xy 69.981386 107.148773) (xy 69.981385 107.148768) - (xy 69.955794 107.064407) + (xy 69.958619 107.073719) (xy 69.925605 106.964886) - (xy 69.918296 106.951211) + (xy 69.923578 106.961093) (xy 69.83503 106.79543) (xy 69.835025 106.795423) (xy 69.835023 106.795419) - (xy 69.751739 106.693937) + (xy 69.769975 106.716158) (xy 69.713124 106.646884) (xy 69.713115 106.646875) (xy 69.624936 106.574509) @@ -57364,7 +53208,7 @@ (xy 65.696832 107.923396) (xy 65.786875 108.033115) (xy 65.786884 108.033124) - (xy 65.833579 108.071445) + (xy 65.841842 108.078226) (xy 65.935419 108.155023) (xy 65.935423 108.155025) (xy 65.93543 108.15503) @@ -57388,7 +53232,7 @@ (xy 67.295023 107.884581) (xy 67.295027 107.884572) (xy 67.29503 107.884569) - (xy 67.353129 107.77587) + (xy 67.365783 107.752198) (xy 67.385605 107.715114) (xy 67.441385 107.531231) (xy 67.441386 107.531226) @@ -57396,13 +53240,13 @@ (xy 67.46022 107.339996) (xy 67.441386 107.148773) (xy 67.441385 107.148768) - (xy 67.415794 107.064407) + (xy 67.418619 107.073719) (xy 67.385605 106.964886) - (xy 67.378296 106.951211) + (xy 67.383578 106.961093) (xy 67.29503 106.79543) (xy 67.295025 106.795423) (xy 67.295023 106.795419) - (xy 67.211739 106.693937) + (xy 67.229975 106.716158) (xy 67.173124 106.646884) (xy 67.173115 106.646875) (xy 67.084936 106.574509) @@ -57423,7 +53267,7 @@ (xy 65.93542 106.524976) (xy 65.786884 106.646875) (xy 65.786875 106.646884) - (xy 65.719075 106.7295) + (xy 65.714253 106.735376) (xy 65.664977 106.795419) (xy 65.664975 106.795421) (xy 65.661892 106.799179) @@ -57489,7 +53333,7 @@ (xy 67.049842 104.556969) (xy 66.98941 104.547397) (xy 66.946454 104.504733) - (xy 66.944261 104.5005) + (xy 66.939282 104.490891) (xy 66.933558 104.479844) (xy 66.830362 104.369348) (xy 66.830361 104.369347) @@ -57517,7 +53361,7 @@ (xy 66.196795 104.321378) (xy 66.191543 104.32565) (xy 66.191542 104.325651) - (xy 66.179499 104.335449) + (xy 66.158822 104.352271) (xy 66.074258 104.421068) (xy 66.006833 104.516589) (xy 65.957829 104.553226) @@ -57537,111 +53381,132 @@ (filled_polygon (layer "F.Cu") (pts - (xy 92.548067 105.114407) - (xy 92.55988 105.124496) - (xy 93.094067 105.658683) - (xy 93.121844 105.7132) - (xy 93.112273 105.773632) - (xy 93.069008 105.816897) - (xy 93.008576 105.826468) - (xy 92.996172 105.823677) - (xy 92.879774 105.7895) - (xy 92.879772 105.7895) - (xy 92.750228 105.7895) - (xy 92.750225 105.7895) - (xy 92.625933 105.825995) - (xy 92.625926 105.825998) - (xy 92.516952 105.896031) - (xy 92.432117 105.993938) - (xy 92.378302 106.111774) - (xy 92.359867 106.239997) - (xy 92.359867 106.240002) - (xy 92.378302 106.368224) - (xy 92.400553 106.416946) - (xy 92.4095 106.458073) - (xy 92.4095 106.9305) - (xy 92.390593 106.988691) - (xy 92.341093 107.024655) - (xy 92.3105 107.0295) - (xy 92.201517 107.0295) - (xy 92.13939 107.041857) - (xy 92.130386 107.045588) - (xy 92.129857 107.044313) - (xy 92.081097 107.058057) - (xy 92.039983 107.044695) - (xy 92.039614 107.045588) - (xy 92.030609 107.041857) - (xy 91.968482 107.0295) - (xy 91.96848 107.0295) - (xy 91.80152 107.0295) - (xy 91.801517 107.0295) - (xy 91.73939 107.041857) - (xy 91.730386 107.045588) - (xy 91.729857 107.044313) - (xy 91.681097 107.058057) - (xy 91.639983 107.044695) - (xy 91.639614 107.045588) - (xy 91.630609 107.041857) - (xy 91.568482 107.0295) - (xy 91.56848 107.0295) - (xy 91.40152 107.0295) - (xy 91.401517 107.0295) - (xy 91.33939 107.041857) - (xy 91.330386 107.045588) - (xy 91.329857 107.044313) - (xy 91.281097 107.058057) - (xy 91.239983 107.044695) - (xy 91.239614 107.045588) - (xy 91.230609 107.041857) - (xy 91.168482 107.0295) - (xy 91.16848 107.0295) - (xy 91.00152 107.0295) - (xy 91.001517 107.0295) - (xy 90.93939 107.041857) - (xy 90.930386 107.045588) - (xy 90.929857 107.044313) - (xy 90.881097 107.058057) - (xy 90.839983 107.044695) - (xy 90.839614 107.045588) - (xy 90.830609 107.041857) - (xy 90.779643 107.03172) - (xy 90.726259 107.001823) - (xy 90.700643 106.946258) - (xy 90.71258 106.886248) - (xy 90.753495 106.848426) - (xy 90.753113 106.847832) - (xy 90.756479 106.845668) - (xy 90.75751 106.844716) - (xy 90.757839 106.844565) - (xy 90.759061 106.844006) - (xy 90.759069 106.844004) - (xy 90.868049 106.773967) - (xy 90.952882 106.676063) - (xy 91.006697 106.558226) - (xy 91.016664 106.488907) - (xy 91.025133 106.430002) - (xy 91.025133 106.429997) - (xy 91.006697 106.301774) - (xy 90.973804 106.22975) - (xy 90.952882 106.183937) - (xy 90.900951 106.124004) - (xy 90.895001 106.117137) - (xy 90.871184 106.060778) - (xy 90.880879 106.008828) - (xy 90.929866 105.908625) - (xy 90.9405 105.835636) - (xy 90.9405 105.314364) - (xy 90.929866 105.241375) - (xy 90.929864 105.24137) - (xy 90.928206 105.237978) - (xy 90.92769 105.234334) - (xy 90.927595 105.234025) - (xy 90.927644 105.234009) - (xy 90.919637 105.177396) - (xy 90.948313 105.123347) - (xy 91.003282 105.096476) - (xy 91.017148 105.0955) - (xy 92.489876 105.0955) + (xy 87.793067 106.594407) + (xy 87.80488 106.604496) + (xy 88.780504 107.58012) + (xy 88.808281 107.634637) + (xy 88.8095 107.650124) + (xy 88.8095 107.9555) + (xy 88.790593 108.013691) + (xy 88.741093 108.049655) + (xy 88.7105 108.0545) + (xy 88.150892 108.0545) + (xy 88.092701 108.035593) + (xy 88.080888 108.025504) + (xy 87.548647 107.493263) + (xy 87.52087 107.438746) + (xy 87.528598 107.382132) + (xy 87.528891 107.381491) + (xy 87.558697 107.316226) + (xy 87.569873 107.238496) + (xy 87.577133 107.188002) + (xy 87.577133 107.187997) + (xy 87.558697 107.059774) + (xy 87.549587 107.039826) + (xy 87.504882 106.941937) + (xy 87.420049 106.844033) + (xy 87.420048 106.844032) + (xy 87.420047 106.844031) + (xy 87.311073 106.773998) + (xy 87.31107 106.773996) + (xy 87.311069 106.773996) + (xy 87.295721 106.769489) + (xy 87.245215 106.734955) + (xy 87.224653 106.677328) + (xy 87.241891 106.618621) + (xy 87.290343 106.581258) + (xy 87.323613 106.5755) + (xy 87.734876 106.5755) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 92.116612 104.063746) + (xy 92.159877 104.107011) + (xy 92.169448 104.167443) + (xy 92.16172 104.193082) + (xy 92.120302 104.283772) + (xy 92.120302 104.283774) + (xy 92.101867 104.411997) + (xy 92.101867 104.412002) + (xy 92.120302 104.540225) + (xy 92.174117 104.658061) + (xy 92.174118 104.658063) + (xy 92.258011 104.754882) + (xy 92.258952 104.755968) + (xy 92.361856 104.8221) + (xy 92.367931 104.826004) + (xy 92.434364 104.84551) + (xy 92.484871 104.880045) + (xy 92.505433 104.937672) + (xy 92.488195 104.996379) + (xy 92.439742 105.033742) + (xy 92.406473 105.0395) + (xy 91.283124 105.0395) + (xy 91.224933 105.020593) + (xy 91.188969 104.971093) + (xy 91.188969 104.909907) + (xy 91.21312 104.870496) + (xy 91.603773 104.479843) + (xy 92.001665 104.08195) + (xy 92.05618 104.054175) + ) + ) + (filled_polygon + (layer "F.Cu") + (pts + (xy 86.993856 98.715921) + (xy 87.02982 98.765421) + (xy 87.02982 98.826607) + (xy 86.993856 98.876107) + (xy 86.963556 98.891004) + (xy 86.932933 98.899995) + (xy 86.932926 98.899998) + (xy 86.823952 98.970031) + (xy 86.739117 99.067938) + (xy 86.685302 99.185774) + (xy 86.666867 99.313997) + (xy 86.666867 99.314002) + (xy 86.685302 99.442225) + (xy 86.730296 99.540746) + (xy 86.739118 99.560063) + (xy 86.805497 99.63667) + (xy 86.829314 99.693029) + (xy 86.815455 99.752624) + (xy 86.769214 99.792692) + (xy 86.730677 99.8005) + (xy 81.742991 99.8005) + (xy 81.6848 99.781593) + (xy 81.648836 99.732093) + (xy 81.648836 99.670907) + (xy 81.66242 99.643974) + (xy 81.664196 99.641485) + (xy 81.664198 99.641483) + (xy 81.715573 99.536393) + (xy 81.717928 99.520224) + (xy 81.745028 99.46537) + (xy 81.799196 99.436918) + (xy 81.815894 99.4355) + (xy 83.429116 99.4355) + (xy 83.448429 99.437401) + (xy 83.466 99.440897) + (xy 83.493132 99.4355) + (xy 83.493133 99.4355) + (xy 83.573495 99.419515) + (xy 83.63857 99.376033) + (xy 83.641622 99.373994) + (xy 83.641622 99.373993) + (xy 83.65234 99.366833) + (xy 83.652347 99.366827) + (xy 83.655 99.365054) + (xy 83.664624 99.358624) + (xy 83.674577 99.343727) + (xy 83.686881 99.328734) + (xy 84.289606 98.726009) + (xy 84.344123 98.698233) + (xy 84.35961 98.697014) + (xy 86.935665 98.697014) ) ) (filled_polygon @@ -57732,111 +53597,19 @@ (pts (xy 86.717707 82.108569) (xy 86.72077 82.111502) - (xy 89.345504 84.736236) - (xy 89.373281 84.790753) - (xy 89.3745 84.80624) - (xy 89.3745 85.608097) - (xy 89.355593 85.666288) - (xy 89.306093 85.702252) - (xy 89.244907 85.702252) - (xy 89.195407 85.666288) - (xy 89.177508 85.622186) - (xy 89.171697 85.581774) - (xy 89.145114 85.523566) - (xy 89.117882 85.463937) - (xy 89.033049 85.366033) - (xy 89.033048 85.366032) - (xy 89.033047 85.366031) - (xy 88.924073 85.295998) - (xy 88.92407 85.295996) - (xy 88.924069 85.295996) - (xy 88.924066 85.295995) - (xy 88.799774 85.2595) - (xy 88.799772 85.2595) - (xy 88.670228 85.2595) - (xy 88.670225 85.2595) - (xy 88.545933 85.295995) - (xy 88.545926 85.295998) - (xy 88.436951 85.366032) - (xy 88.436949 85.366034) - (xy 88.407231 85.400331) - (xy 88.354835 85.431927) - (xy 88.332412 85.4345) - (xy 74.0295 85.4345) - (xy 73.971309 85.415593) - (xy 73.935345 85.366093) - (xy 73.9305 85.3355) - (xy 73.9305 85.331743) - (xy 73.930316 85.330479) - (xy 73.920573 85.263607) - (xy 73.918809 85.259999) - (xy 73.889233 85.1995) - (xy 73.869198 85.158517) - (xy 73.786483 85.075802) - (xy 73.786481 85.075801) - (xy 73.681395 85.024427) - (xy 73.646307 85.019315) - (xy 73.61326 85.0145) - (xy 73.14674 85.0145) - (xy 73.113713 85.019312) - (xy 73.078604 85.024427) - (xy 72.973518 85.075801) - (xy 72.890801 85.158518) - (xy 72.839427 85.263604) - (xy 72.837408 85.277465) - (xy 72.8295 85.33174) - (xy 72.8295 85.94826) - (xy 72.830846 85.957496) - (xy 72.839427 86.016395) - (xy 72.875409 86.089996) - (xy 72.890802 86.121483) - (xy 72.973517 86.204198) - (xy 72.995777 86.21508) - (xy 73.078604 86.255572) - (xy 73.078605 86.255572) - (xy 73.078607 86.255573) - (xy 73.14674 86.2655) - (xy 73.146743 86.2655) - (xy 73.613257 86.2655) - (xy 73.61326 86.2655) - (xy 73.681393 86.255573) - (xy 73.786483 86.204198) - (xy 73.869198 86.121483) - (xy 73.908534 86.041018) - (xy 73.951078 85.997046) - (xy 73.997475 85.9855) - (xy 88.332412 85.9855) - (xy 88.390603 86.004407) - (xy 88.407231 86.019669) - (xy 88.436949 86.053965) - (xy 88.436951 86.053967) - (xy 88.543797 86.122633) - (xy 88.545931 86.124004) - (xy 88.670228 86.1605) - (xy 88.67023 86.1605) - (xy 88.79977 86.1605) - (xy 88.799772 86.1605) - (xy 88.924069 86.124004) - (xy 89.033049 86.053967) - (xy 89.117882 85.956063) - (xy 89.171697 85.838226) - (xy 89.175482 85.811902) - (xy 89.177508 85.797813) - (xy 89.204504 85.742906) - (xy 89.258618 85.714352) - (xy 89.31918 85.723059) - (xy 89.363059 85.765701) - (xy 89.3745 85.811902) - (xy 89.3745 88.003115) - (xy 89.372598 88.022427) - (xy 89.369103 88.039999) - (xy 89.369103 88.049751) - (xy 89.36521 88.049751) - (xy 89.360162 88.092165) - (xy 89.3186 88.137067) - (xy 89.258583 88.148965) - (xy 89.203035 88.123313) - (xy 89.200279 88.120663) + (xy 89.788504 85.179236) + (xy 89.816281 85.233753) + (xy 89.8175 85.24924) + (xy 89.8175 88.446115) + (xy 89.815598 88.465427) + (xy 89.812103 88.482999) + (xy 89.812103 88.492751) + (xy 89.80821 88.492751) + (xy 89.803162 88.535165) + (xy 89.7616 88.580067) + (xy 89.701583 88.591965) + (xy 89.646035 88.566313) + (xy 89.643279 88.563663) (xy 89.100885 88.021269) (xy 89.088573 88.006266) (xy 89.083999 87.99942) @@ -57951,6 +53724,90 @@ (xy 72.219198 86.121483) (xy 72.270573 86.016393) (xy 72.2805 85.94826) + (xy 72.8295 85.94826) + (xy 72.830846 85.957496) + (xy 72.839427 86.016395) + (xy 72.875409 86.089996) + (xy 72.890802 86.121483) + (xy 72.973517 86.204198) + (xy 72.995777 86.21508) + (xy 73.078604 86.255572) + (xy 73.078605 86.255572) + (xy 73.078607 86.255573) + (xy 73.14674 86.2655) + (xy 73.146743 86.2655) + (xy 73.613257 86.2655) + (xy 73.61326 86.2655) + (xy 73.681393 86.255573) + (xy 73.786483 86.204198) + (xy 73.869198 86.121483) + (xy 73.908534 86.041018) + (xy 73.951078 85.997046) + (xy 73.997475 85.9855) + (xy 88.332412 85.9855) + (xy 88.390603 86.004407) + (xy 88.407231 86.019669) + (xy 88.436949 86.053965) + (xy 88.436951 86.053967) + (xy 88.543797 86.122633) + (xy 88.545931 86.124004) + (xy 88.670228 86.1605) + (xy 88.67023 86.1605) + (xy 88.79977 86.1605) + (xy 88.799772 86.1605) + (xy 88.924069 86.124004) + (xy 89.033049 86.053967) + (xy 89.117882 85.956063) + (xy 89.171697 85.838226) + (xy 89.189431 85.714884) + (xy 89.190133 85.710002) + (xy 89.190133 85.709997) + (xy 89.171697 85.581774) + (xy 89.145114 85.523566) + (xy 89.117882 85.463937) + (xy 89.033049 85.366033) + (xy 89.033048 85.366032) + (xy 89.033047 85.366031) + (xy 88.924073 85.295998) + (xy 88.92407 85.295996) + (xy 88.924069 85.295996) + (xy 88.924066 85.295995) + (xy 88.799774 85.2595) + (xy 88.799772 85.2595) + (xy 88.670228 85.2595) + (xy 88.670225 85.2595) + (xy 88.545933 85.295995) + (xy 88.545926 85.295998) + (xy 88.436951 85.366032) + (xy 88.436949 85.366034) + (xy 88.407231 85.400331) + (xy 88.354835 85.431927) + (xy 88.332412 85.4345) + (xy 74.0295 85.4345) + (xy 73.971309 85.415593) + (xy 73.935345 85.366093) + (xy 73.9305 85.3355) + (xy 73.9305 85.331743) + (xy 73.930316 85.330479) + (xy 73.920573 85.263607) + (xy 73.918809 85.259999) + (xy 73.889233 85.1995) + (xy 73.869198 85.158517) + (xy 73.786483 85.075802) + (xy 73.786481 85.075801) + (xy 73.681395 85.024427) + (xy 73.646307 85.019315) + (xy 73.61326 85.0145) + (xy 73.14674 85.0145) + (xy 73.113713 85.019312) + (xy 73.078604 85.024427) + (xy 72.973518 85.075801) + (xy 72.890801 85.158518) + (xy 72.839427 85.263604) + (xy 72.837408 85.277465) + (xy 72.8295 85.33174) + (xy 72.8295 85.94826) + (xy 72.2805 85.94826) (xy 72.2805 85.33174) (xy 72.270573 85.263607) (xy 72.268809 85.259999) @@ -57994,7 +53851,7 @@ (xy 87.210423 84.7555) (xy 87.268614 84.774407) (xy 87.28524 84.789667) - (xy 87.34526 84.858934) + (xy 87.358444 84.874149) (xy 87.366952 84.883968) (xy 87.469971 84.950174) (xy 87.475931 84.954004) @@ -58329,6 +54186,75 @@ (xy 70.81783 78.2535) ) ) + (filled_polygon + (layer "B.Cu") + (pts + (xy 99.793691 91.764407) + (xy 99.829655 91.813907) + (xy 99.8345 91.8445) + (xy 99.8345 107.278081) + (xy 99.815593 107.336272) + (xy 99.766093 107.372236) + (xy 99.704907 107.372236) + (xy 99.692726 107.366464) + (xy 99.69251 107.366938) + (xy 99.68607 107.363997) + (xy 99.686069 107.363996) + (xy 99.686066 107.363995) + (xy 99.561774 107.3275) + (xy 99.561772 107.3275) + (xy 99.432228 107.3275) + (xy 99.432225 107.3275) + (xy 99.307933 107.363995) + (xy 99.307926 107.363998) + (xy 99.198952 107.434031) + (xy 99.114117 107.531938) + (xy 99.068958 107.63082) + (xy 99.048911 107.659694) + (xy 99.024517 107.68409) + (xy 99.024514 107.684093) + (xy 99.00195 107.706658) + (xy 99.001947 107.706662) + (xy 98.995707 107.718908) + (xy 98.952441 107.762171) + (xy 98.892008 107.771739) + (xy 98.837493 107.743959) + (xy 98.809718 107.689441) + (xy 98.8085 107.673959) + (xy 98.8085 103.766796) + (xy 98.827407 103.708605) + (xy 98.83749 103.696798) + (xy 99.459233 103.075054) + (xy 99.474229 103.062748) + (xy 99.489124 103.052797) + (xy 99.550015 102.961668) + (xy 99.566 102.881306) + (xy 99.566 102.881305) + (xy 99.571397 102.854173) + (xy 99.567902 102.8366) + (xy 99.566 102.817288) + (xy 99.566 92.572384) + (xy 99.567902 92.55307) + (xy 99.571397 92.5355) + (xy 99.550016 92.428006) + (xy 99.550016 92.428005) + (xy 99.5043 92.359588) + (xy 99.487691 92.3007) + (xy 99.488622 92.290501) + (xy 99.490133 92.28) + (xy 99.480445 92.212621) + (xy 99.471697 92.151774) + (xy 99.417882 92.033937) + (xy 99.333049 91.936033) + (xy 99.320212 91.927783) + (xy 99.281482 91.880418) + (xy 99.27799 91.819332) + (xy 99.311069 91.76786) + (xy 99.368086 91.745661) + (xy 99.373737 91.7455) + (xy 99.7355 91.7455) + ) + ) (filled_polygon (layer "B.Cu") (pts @@ -58345,17 +54271,62 @@ (xy 163.8645 128.181354) (xy 163.855244 128.223152) (xy 163.541341 128.89712) - (xy 163.527323 128.919091) + (xy 163.527323 128.919092) (xy 162.769886 129.818546) - (xy 162.731679 129.846392) - (xy 161.753173 130.247115) - (xy 161.715654 130.2545) - (xy 96.203424 130.2545) - (xy 96.145233 130.235593) - (xy 96.109269 130.186093) - (xy 96.104424 130.155618) - (xy 96.104203 129.969651) - (xy 96.101147 127.4) + (xy 162.731679 129.846391) + (xy 161.753269 130.247074) + (xy 161.715635 130.254459) + (xy 84.905885 130.165587) + (xy 84.847717 130.146612) + (xy 84.81181 130.097071) + (xy 84.807 130.066587) + (xy 84.807 127.912001) + (xy 84.806999 127.912) + (xy 82.757001 127.912) + (xy 82.757 127.912001) + (xy 82.757 130.063986) + (xy 82.738093 130.122177) + (xy 82.688593 130.158141) + (xy 82.657885 130.162986) + (xy 76.655885 130.156042) + (xy 76.597717 130.137067) + (xy 76.56181 130.087526) + (xy 76.557 130.057042) + (xy 76.557 127.912001) + (xy 76.556999 127.912) + (xy 74.507 127.912) + (xy 74.507 130.054441) + (xy 74.488093 130.112632) + (xy 74.438593 130.148596) + (xy 74.407885 130.153441) + (xy 67.424045 130.145361) + (xy 67.408309 130.144084) + (xy 66.52945 130.001533) + (xy 66.490386 129.986183) + (xy 65.498788 129.325118) + (xy 65.472917 129.299969) + (xy 65.256772 128.994824) + (xy 64.838414 128.404202) + (xy 64.820664 128.356549) + (xy 64.754981 127.68) + (xy 64.728962 127.411998) + (xy 74.507 127.411998) + (xy 74.507001 127.412) + (xy 75.281999 127.412) + (xy 75.282 127.411999) + (xy 75.782 127.411999) + (xy 75.782001 127.412) + (xy 76.556999 127.412) + (xy 76.557 127.411999) + (xy 82.757 127.411999) + (xy 82.757001 127.412) + (xy 83.531999 127.412) + (xy 83.532 127.411999) + (xy 84.032 127.411999) + (xy 84.032001 127.412) + (xy 84.806999 127.412) + (xy 84.807 127.411998) + (xy 84.807 127.4) (xy 99.420659 127.4) (xy 99.439989 127.633285) (xy 99.497454 127.86021) @@ -58535,37 +54506,657 @@ (xy 99.497454 126.939789) (xy 99.439989 127.166714) (xy 99.420659 127.4) - (xy 96.101147 127.4) - (xy 96.096456 123.454617) - (xy 96.115294 123.396405) - (xy 96.164751 123.360382) - (xy 96.195456 123.3555) - (xy 96.971033 123.3555) - (xy 97.029224 123.374407) - (xy 97.061086 123.413373) - (xy 97.082631 123.460548) - (xy 97.117118 123.536063) - (xy 97.164263 123.590472) - (xy 97.201952 123.633968) - (xy 97.241205 123.659194) - (xy 97.310931 123.704004) - (xy 97.435228 123.7405) - (xy 97.43523 123.7405) - (xy 97.56477 123.7405) - (xy 97.564772 123.7405) - (xy 97.689069 123.704004) - (xy 97.798049 123.633967) - (xy 97.882882 123.536063) - (xy 97.92978 123.433373) - (xy 97.971152 123.388296) - (xy 98.019833 123.3755) - (xy 101.486107 123.3755) - (xy 101.544298 123.394407) - (xy 101.580262 123.443907) - (xy 101.580262 123.505093) - (xy 101.544298 123.554593) - (xy 101.526373 123.564941) - (xy 101.469026 123.590472) + (xy 84.807 127.4) + (xy 84.807 124.842302) + (xy 84.806999 124.842299) + (xy 84.795396 124.783963) + (xy 84.751193 124.71781) + (xy 84.751189 124.717806) + (xy 84.685036 124.673603) + (xy 84.6267 124.662) + (xy 84.032001 124.662) + (xy 84.032 124.662001) + (xy 84.032 127.411999) + (xy 83.532 127.411999) + (xy 83.532 124.662001) + (xy 83.531999 124.662) + (xy 82.937299 124.662) + (xy 82.878963 124.673603) + (xy 82.81281 124.717806) + (xy 82.812806 124.71781) + (xy 82.768603 124.783963) + (xy 82.757 124.842299) + (xy 82.757 127.411999) + (xy 76.557 127.411999) + (xy 76.557 127.411998) + (xy 76.557 124.842302) + (xy 76.556999 124.842299) + (xy 76.545396 124.783963) + (xy 76.501193 124.71781) + (xy 76.501189 124.717806) + (xy 76.435036 124.673603) + (xy 76.3767 124.662) + (xy 75.782001 124.662) + (xy 75.782 124.662001) + (xy 75.782 127.411999) + (xy 75.282 127.411999) + (xy 75.282 124.662) + (xy 74.687299 124.662) + (xy 74.628963 124.673603) + (xy 74.56281 124.717806) + (xy 74.562806 124.71781) + (xy 74.518603 124.783963) + (xy 74.507 124.842299) + (xy 74.507 127.411998) + (xy 64.728962 127.411998) + (xy 64.725732 127.378729) + (xy 64.7255 127.373943) + (xy 64.7255 122.580003) + (xy 65.45004 122.580003) + (xy 65.469828 122.780929) + (xy 65.469829 122.780935) + (xy 65.528441 122.974149) + (xy 65.599449 123.106995) + (xy 65.855639 122.850806) + (xy 65.910156 122.823029) + (xy 65.970588 122.8326) + (xy 66.013543 122.875263) + (xy 66.02644 122.900153) + (xy 66.026442 122.900156) + (xy 66.129638 123.010652) + (xy 66.191888 123.048507) + (xy 66.231783 123.094896) + (xy 66.236792 123.155876) + (xy 66.210453 123.203097) + (xy 65.953003 123.460548) + (xy 65.953003 123.460549) + (xy 66.085849 123.531558) + (xy 66.279064 123.59017) + (xy 66.27907 123.590171) + (xy 66.479997 123.60996) + (xy 66.480003 123.60996) + (xy 66.680929 123.590171) + (xy 66.680935 123.59017) + (xy 66.87415 123.531558) + (xy 67.006995 123.460549) + (xy 67.006995 123.460548) + (xy 66.753309 123.206861) + (xy 66.725532 123.152345) + (xy 66.735103 123.091913) + (xy 66.764508 123.060223) + (xy 66.763205 123.058622) + (xy 66.768456 123.054349) + (xy 66.768458 123.054349) + (xy 66.885739 122.958934) + (xy 66.953167 122.863408) + (xy 67.002169 122.826773) + (xy 67.063349 122.825937) + (xy 67.104049 122.850497) + (xy 67.360548 123.106995) + (xy 67.360549 123.106995) + (xy 67.431558 122.97415) + (xy 67.49017 122.780935) + (xy 67.490171 122.780929) + (xy 67.50996 122.580003) + (xy 67.50996 122.579996) + (xy 67.490171 122.37907) + (xy 67.49017 122.379064) + (xy 67.431558 122.185849) + (xy 67.360549 122.053003) + (xy 67.360548 122.053003) + (xy 67.104358 122.309192) + (xy 67.049842 122.336969) + (xy 66.98941 122.327397) + (xy 66.946454 122.284733) + (xy 66.94101 122.274226) + (xy 66.933558 122.259844) + (xy 66.830362 122.149348) + (xy 66.830361 122.149347) + (xy 66.83036 122.149346) + (xy 66.76811 122.111491) + (xy 66.728215 122.065102) + (xy 66.723206 122.004122) + (xy 66.749545 121.9569) + (xy 67.006995 121.699449) + (xy 66.874149 121.628441) + (xy 66.680935 121.569829) + (xy 66.680929 121.569828) + (xy 66.480003 121.55004) + (xy 66.479997 121.55004) + (xy 66.27907 121.569828) + (xy 66.279064 121.569829) + (xy 66.08585 121.628441) + (xy 66.085845 121.628443) + (xy 65.953003 121.699449) + (xy 65.953003 121.69945) + (xy 66.20669 121.953138) + (xy 66.234467 122.007654) + (xy 66.224896 122.068086) + (xy 66.195498 122.099783) + (xy 66.196795 122.101378) + (xy 66.191543 122.10565) + (xy 66.191542 122.105651) + (xy 66.141944 122.146002) + (xy 66.074258 122.201068) + (xy 66.006833 122.296589) + (xy 65.957829 122.333226) + (xy 65.896649 122.334062) + (xy 65.85595 122.309502) + (xy 65.59945 122.053003) + (xy 65.599449 122.053003) + (xy 65.528443 122.185845) + (xy 65.528441 122.18585) + (xy 65.469829 122.379064) + (xy 65.469828 122.37907) + (xy 65.45004 122.579996) + (xy 65.45004 122.580003) + (xy 64.7255 122.580003) + (xy 64.7255 120.040003) + (xy 65.49978 120.040003) + (xy 65.518613 120.231226) + (xy 65.518614 120.231231) + (xy 65.574395 120.415114) + (xy 65.574397 120.415119) + (xy 65.664969 120.584569) + (xy 65.664975 120.584578) + (xy 65.664977 120.584581) + (xy 65.711917 120.641777) + (xy 65.786875 120.733115) + (xy 65.786884 120.733124) + (xy 65.841842 120.778226) + (xy 65.935419 120.855023) + (xy 65.935423 120.855025) + (xy 65.93543 120.85503) + (xy 66.095335 120.9405) + (xy 66.104886 120.945605) + (xy 66.196831 120.973496) + (xy 66.288768 121.001385) + (xy 66.288773 121.001386) + (xy 66.479997 121.02022) + (xy 66.48 121.02022) + (xy 66.480003 121.02022) + (xy 66.671226 121.001386) + (xy 66.671231 121.001385) + (xy 66.680339 120.998622) + (xy 66.855114 120.945605) + (xy 66.882162 120.931146) + (xy 66.942394 120.920389) + (xy 66.997446 120.94709) + (xy 66.998836 120.948452) + (xy 67.529113 121.478729) + (xy 67.541422 121.493729) + (xy 67.551371 121.508618) + (xy 67.551373 121.50862) + (xy 67.551376 121.508624) + (xy 67.574376 121.523992) + (xy 67.574378 121.523994) + (xy 67.6131 121.549867) + (xy 67.642505 121.569515) + (xy 67.717226 121.584378) + (xy 67.75 121.590897) + (xy 67.76757 121.587401) + (xy 67.786884 121.5855) + (xy 68.417667 121.5855) + (xy 68.475858 121.604407) + (xy 68.511822 121.653907) + (xy 68.511822 121.715093) + (xy 68.478458 121.761013) + (xy 68.479179 121.761892) + (xy 68.475421 121.764975) + (xy 68.475419 121.764977) + (xy 68.432578 121.800135) + (xy 68.326884 121.886875) + (xy 68.326875 121.886884) + (xy 68.204976 122.03542) + (xy 68.204969 122.03543) + (xy 68.114397 122.20488) + (xy 68.114395 122.204885) + (xy 68.058614 122.388768) + (xy 68.058613 122.388773) + (xy 68.03978 122.579996) + (xy 68.03978 122.580003) + (xy 68.058613 122.771226) + (xy 68.058614 122.771231) + (xy 68.114395 122.955114) + (xy 68.114397 122.955119) + (xy 68.204969 123.124569) + (xy 68.204975 123.124578) + (xy 68.204977 123.124581) + (xy 68.25581 123.186521) + (xy 68.326875 123.273115) + (xy 68.326884 123.273124) + (xy 68.391322 123.326006) + (xy 68.475419 123.395023) + (xy 68.475423 123.395025) + (xy 68.47543 123.39503) + (xy 68.64488 123.485602) + (xy 68.644886 123.485605) + (xy 68.772987 123.524464) + (xy 68.828768 123.541385) + (xy 68.828773 123.541386) + (xy 69.019997 123.56022) + (xy 69.02 123.56022) + (xy 69.020003 123.56022) + (xy 69.211226 123.541386) + (xy 69.211231 123.541385) + (xy 69.243626 123.531558) + (xy 69.395114 123.485605) + (xy 69.465358 123.448059) + (xy 69.564569 123.39503) + (xy 69.564572 123.395027) + (xy 69.564581 123.395023) + (xy 69.71312 123.27312) + (xy 69.835023 123.124581) + (xy 69.835027 123.124572) + (xy 69.83503 123.124569) + (xy 69.91543 122.97415) + (xy 69.925605 122.955114) + (xy 69.981385 122.771231) + (xy 69.981386 122.771226) + (xy 70.00022 122.580003) + (xy 70.00022 122.579996) + (xy 69.981386 122.388773) + (xy 69.981385 122.388768) + (xy 69.961915 122.324585) + (xy 69.925605 122.204886) + (xy 69.91543 122.185849) + (xy 69.83503 122.03543) + (xy 69.835025 122.035423) + (xy 69.835023 122.035419) + (xy 69.759778 121.943733) + (xy 69.713124 121.886884) + (xy 69.713115 121.886875) + (xy 69.609734 121.802033) + (xy 69.564581 121.764977) + (xy 69.564578 121.764975) + (xy 69.560821 121.761892) + (xy 69.562161 121.760258) + (xy 69.529451 121.718763) + (xy 69.527051 121.657625) + (xy 69.561045 121.606752) + (xy 69.618449 121.585576) + (xy 69.622333 121.5855) + (xy 69.694876 121.5855) + (xy 69.753067 121.604407) + (xy 69.76488 121.614496) + (xy 70.079115 121.928731) + (xy 70.091426 121.943733) + (xy 70.101376 121.958624) + (xy 70.101379 121.958626) + (xy 70.10138 121.958627) + (xy 70.120329 121.971288) + (xy 70.120335 121.971293) + (xy 70.124378 121.973994) + (xy 70.150534 121.991471) + (xy 70.192505 122.019515) + (xy 70.272867 122.0355) + (xy 70.272868 122.0355) + (xy 70.3 122.040897) + (xy 70.31757 122.037401) + (xy 70.336884 122.0355) + (xy 71.490579 122.0355) + (xy 71.509892 122.037401) + (xy 71.527463 122.040897) + (xy 71.554595 122.0355) + (xy 71.554596 122.0355) + (xy 71.634958 122.019515) + (xy 71.676928 121.991471) + (xy 71.676928 121.99147) + (xy 71.713805 121.966832) + (xy 71.713811 121.966826) + (xy 71.726087 121.958624) + (xy 71.736037 121.94373) + (xy 71.748347 121.928731) + (xy 73.225278 120.451799) + (xy 73.279793 120.424024) + (xy 73.340225 120.433595) + (xy 73.38349 120.47686) + (xy 73.393272 120.535894) + (xy 73.376867 120.649996) + (xy 73.376867 120.650002) + (xy 73.395302 120.778225) + (xy 73.436664 120.868793) + (xy 73.449118 120.896063) + (xy 73.516213 120.973496) + (xy 73.533952 120.993968) + (xy 73.642926 121.064001) + (xy 73.642931 121.064004) + (xy 73.767228 121.1005) + (xy 73.76723 121.1005) + (xy 73.89677 121.1005) + (xy 73.896772 121.1005) + (xy 74.021069 121.064004) + (xy 74.130049 120.993967) + (xy 74.214882 120.896063) + (xy 74.268697 120.778226) + (xy 74.278212 120.712047) + (xy 74.287133 120.650002) + (xy 74.287133 120.65) + (xy 74.287128 120.649967) + (xy 74.28595 120.641774) + (xy 74.296379 120.581487) + (xy 74.313934 120.55768) + (xy 75.580733 119.290881) + (xy 75.595729 119.278575) + (xy 75.610624 119.268624) + (xy 75.630085 119.2395) + (xy 75.671515 119.177495) + (xy 75.673552 119.167256) + (xy 75.6875 119.097133) + (xy 75.6875 119.097128) + (xy 75.692896 119.07) + (xy 75.690863 119.05978) + (xy 75.689402 119.052432) + (xy 75.6875 119.03312) + (xy 75.6875 117.048123) + (xy 75.706407 116.989932) + (xy 75.716496 116.978119) + (xy 76.010192 116.684423) + (xy 76.304733 116.389881) + (xy 76.319729 116.377575) + (xy 76.334624 116.367624) + (xy 76.352752 116.340495) + (xy 76.395516 116.276494) + (xy 76.416897 116.169) + (xy 76.413401 116.151426) + (xy 76.411499 116.132125) + (xy 76.411499 115.512825) + (xy 76.430406 115.454635) + (xy 76.479906 115.418671) + (xy 76.538387 115.417836) + (xy 76.646228 115.4495) + (xy 76.64623 115.4495) + (xy 76.77577 115.4495) + (xy 76.775772 115.4495) + (xy 76.900069 115.413004) + (xy 77.009049 115.342967) + (xy 77.093882 115.245063) + (xy 77.147697 115.127226) + (xy 77.156094 115.068823) + (xy 77.166133 114.999002) + (xy 77.166133 114.998997) + (xy 77.147697 114.870774) + (xy 77.136564 114.846397) + (xy 77.093882 114.752937) + (xy 77.009049 114.655033) + (xy 77.009048 114.655032) + (xy 77.009047 114.655031) + (xy 76.94994 114.617046) + (xy 76.921147 114.588763) + (xy 76.909624 114.571517) + (xy 76.901141 114.565849) + (xy 76.89473 114.561565) + (xy 76.879728 114.549253) + (xy 76.684496 114.35402) + (xy 76.656719 114.299504) + (xy 76.6555 114.284017) + (xy 76.6555 113.717422) + (xy 76.674407 113.659231) + (xy 76.723907 113.623267) + (xy 76.785093 113.623267) + (xy 76.80802 113.634136) + (xy 76.824931 113.645004) + (xy 76.949228 113.6815) + (xy 76.94923 113.6815) + (xy 77.07877 113.6815) + (xy 77.078772 113.6815) + (xy 77.203069 113.645004) + (xy 77.312049 113.574967) + (xy 77.396882 113.477063) + (xy 77.450697 113.359226) + (xy 77.459907 113.295172) + (xy 77.469133 113.231002) + (xy 77.469133 113.230997) + (xy 77.450697 113.102774) + (xy 77.444218 113.088588) + (xy 77.396882 112.984937) + (xy 77.312049 112.887033) + (xy 77.312048 112.887032) + (xy 77.312047 112.887031) + (xy 77.292974 112.874773) + (xy 77.254244 112.827406) + (xy 77.2475 112.791491) + (xy 77.2475 110.353215) + (xy 77.266407 110.295024) + (xy 77.315907 110.25906) + (xy 77.377093 110.25906) + (xy 77.426593 110.295024) + (xy 77.444492 110.339126) + (xy 77.457302 110.428225) + (xy 77.486504 110.492167) + (xy 77.511118 110.546063) + (xy 77.568367 110.612133) + (xy 77.595952 110.643968) + (xy 77.677271 110.696228) + (xy 77.704931 110.714004) + (xy 77.829228 110.7505) + (xy 77.82923 110.7505) + (xy 77.95877 110.7505) + (xy 77.958772 110.7505) + (xy 78.083069 110.714004) + (xy 78.192049 110.643967) + (xy 78.276882 110.546063) + (xy 78.330697 110.428226) + (xy 78.33448 110.401914) + (xy 78.343036 110.342411) + (xy 78.370032 110.287503) + (xy 78.424146 110.25895) + (xy 78.441028 110.2575) + (xy 80.886302 110.2575) + (xy 80.944493 110.276407) + (xy 80.980457 110.325907) + (xy 80.980457 110.387093) + (xy 80.976355 110.397627) + (xy 80.940708 110.47568) + (xy 80.922273 110.603903) + (xy 80.922273 110.603908) + (xy 80.940708 110.732131) + (xy 80.96919 110.794496) + (xy 80.994524 110.849969) + (xy 81.046506 110.90996) + (xy 81.079358 110.947874) + (xy 81.157356 110.998) + (xy 81.188337 111.01791) + (xy 81.312634 111.054406) + (xy 81.397282 111.054406) + (xy 81.455473 111.073313) + (xy 81.467286 111.083402) + (xy 81.791613 111.407729) + (xy 81.803922 111.422729) + (xy 81.813871 111.437618) + (xy 81.813873 111.43762) + (xy 81.813876 111.437624) + (xy 81.813879 111.437626) + (xy 81.81388 111.437627) + (xy 81.832829 111.450288) + (xy 81.832834 111.450292) + (xy 81.905005 111.498516) + (xy 81.926386 111.502768) + (xy 82.0125 111.519897) + (xy 82.030071 111.516401) + (xy 82.049384 111.5145) + (xy 84.476419 111.5145) + (xy 84.53461 111.533407) + (xy 84.570574 111.582907) + (xy 84.570574 111.644093) + (xy 84.566472 111.654627) + (xy 84.525302 111.744774) + (xy 84.506867 111.872997) + (xy 84.506867 111.873002) + (xy 84.525302 112.001225) + (xy 84.565967 112.090267) + (xy 84.579118 112.119063) + (xy 84.653823 112.205278) + (xy 84.663952 112.216968) + (xy 84.772926 112.287001) + (xy 84.772931 112.287004) + (xy 84.897228 112.3235) + (xy 84.89723 112.3235) + (xy 85.02677 112.3235) + (xy 85.026772 112.3235) + (xy 85.151069 112.287004) + (xy 85.260049 112.216967) + (xy 85.344882 112.119063) + (xy 85.344884 112.119056) + (xy 85.34871 112.113107) + (xy 85.349764 112.113784) + (xy 85.386216 112.074068) + (xy 85.434898 112.061271) + (xy 88.836647 112.061271) + (xy 88.894838 112.080178) + (xy 88.906651 112.090267) + (xy 90.308504 113.49212) + (xy 90.336281 113.546637) + (xy 90.3375 113.562124) + (xy 90.3375 115.6245) + (xy 90.318593 115.682691) + (xy 90.269093 115.718655) + (xy 90.2385 115.7235) + (xy 88.59672 115.7235) + (xy 88.538529 115.704593) + (xy 88.505256 115.662385) + (xy 88.501756 115.653936) + (xy 88.458861 115.550375) + (xy 88.370621 115.435379) + (xy 88.255625 115.347139) + (xy 88.255621 115.347137) + (xy 88.121709 115.29167) + (xy 88.121708 115.291669) + (xy 87.978 115.27275) + (xy 87.834291 115.291669) + (xy 87.83429 115.29167) + (xy 87.700378 115.347137) + (xy 87.700374 115.347139) + (xy 87.585381 115.435377) + (xy 87.585377 115.435381) + (xy 87.497139 115.550374) + (xy 87.497137 115.550378) + (xy 87.44167 115.68429) + (xy 87.441669 115.684291) + (xy 87.42275 115.827999) + (xy 87.42275 115.828) + (xy 87.441669 115.971708) + (xy 87.44167 115.971709) + (xy 87.496786 116.104774) + (xy 87.497139 116.105625) + (xy 87.585379 116.220621) + (xy 87.700375 116.308861) + (xy 87.834291 116.36433) + (xy 87.931849 116.377173) + (xy 87.987073 116.403514) + (xy 87.988929 116.405322) + (xy 88.026332 116.442724) + (xy 88.035658 116.45205) + (xy 88.148696 116.509646) + (xy 88.204009 116.518406) + (xy 88.242478 116.5245) + (xy 88.242481 116.5245) + (xy 90.2225 116.5245) + (xy 90.280691 116.543407) + (xy 90.316655 116.592907) + (xy 90.3215 116.6235) + (xy 90.3215 121.111437) + (xy 90.328953 121.134374) + (xy 90.332579 121.149474) + (xy 90.336354 121.173306) + (xy 90.347301 121.194788) + (xy 90.353247 121.209142) + (xy 90.360703 121.232088) + (xy 90.360702 121.232088) + (xy 90.374884 121.251608) + (xy 90.382997 121.264847) + (xy 90.39395 121.286342) + (xy 90.393951 121.286343) + (xy 90.414031 121.306424) + (xy 90.414032 121.306425) + (xy 90.54831 121.440704) + (xy 90.576087 121.49522) + (xy 90.576459 121.523627) + (xy 90.57075 121.566997) + (xy 90.57075 121.567) + (xy 90.589669 121.710708) + (xy 90.58967 121.710709) + (xy 90.638912 121.829593) + (xy 90.645139 121.844625) + (xy 90.733379 121.959621) + (xy 90.848375 122.047861) + (xy 90.982291 122.10333) + (xy 91.125999 122.12225) + (xy 91.125999 122.122249) + (xy 91.126 122.12225) + (xy 91.269709 122.10333) + (xy 91.403625 122.047861) + (xy 91.518621 121.959621) + (xy 91.606861 121.844625) + (xy 91.66233 121.710709) + (xy 91.68125 121.567) + (xy 91.679926 121.556947) + (xy 91.675026 121.519725) + (xy 91.686176 121.459565) + (xy 91.730558 121.417447) + (xy 91.79122 121.409461) + (xy 91.843183 121.436799) + (xy 92.699113 122.292729) + (xy 92.711422 122.307729) + (xy 92.721371 122.322618) + (xy 92.721373 122.32262) + (xy 92.721376 122.322624) + (xy 92.742504 122.336741) + (xy 92.742515 122.336749) + (xy 92.744377 122.337993) + (xy 92.744378 122.337994) + (xy 92.791478 122.369465) + (xy 92.812505 122.383515) + (xy 92.892867 122.3995) + (xy 92.89287 122.3995) + (xy 92.894876 122.399899) + (xy 92.894882 122.3999) + (xy 92.92 122.404896) + (xy 92.937566 122.401401) + (xy 92.956879 122.3995) + (xy 97.760493 122.3995) + (xy 97.818684 122.418407) + (xy 97.854648 122.467907) + (xy 97.854648 122.529093) + (xy 97.847862 122.543407) + (xy 97.848059 122.543497) + (xy 97.791302 122.667774) + (xy 97.772867 122.795997) + (xy 97.772867 122.796002) + (xy 97.791302 122.924225) + (xy 97.830773 123.010652) + (xy 97.845118 123.042063) + (xy 97.916619 123.124581) + (xy 97.929952 123.139968) + (xy 98.014302 123.194176) + (xy 98.038931 123.210004) + (xy 98.163228 123.2465) + (xy 98.247876 123.2465) + (xy 98.306067 123.265407) + (xy 98.31788 123.275496) + (xy 98.346113 123.303729) + (xy 98.358422 123.318729) + (xy 98.368371 123.333618) + (xy 98.368373 123.33362) + (xy 98.368376 123.333624) + (xy 98.368379 123.333626) + (xy 98.38717 123.346182) + (xy 98.391376 123.348992) + (xy 98.391378 123.348994) + (xy 98.43853 123.3805) + (xy 98.459505 123.394515) + (xy 98.539867 123.4105) + (xy 98.53987 123.4105) + (xy 98.541876 123.410899) + (xy 98.541882 123.4109) + (xy 98.567 123.415896) + (xy 98.584566 123.412401) + (xy 98.603879 123.4105) + (xy 101.407494 123.4105) + (xy 101.465685 123.429407) + (xy 101.501649 123.478907) + (xy 101.501649 123.540093) + (xy 101.47039 123.583116) (xy 101.469026 123.590473) (xy 101.66271 123.784157) (xy 101.690487 123.838673) @@ -58636,20 +55227,17 @@ (xy 102.157289 123.835036) (xy 102.183628 123.787816) (xy 102.380971 123.590472) - (xy 102.380972 123.590472) - (xy 102.323626 123.564941) - (xy 102.278157 123.524) - (xy 102.265435 123.464152) - (xy 102.290321 123.408256) - (xy 102.343309 123.377663) - (xy 102.363893 123.3755) - (xy 106.336107 123.3755) - (xy 106.394298 123.394407) - (xy 106.430262 123.443907) - (xy 106.430262 123.505093) - (xy 106.394298 123.554593) - (xy 106.376373 123.564941) - (xy 106.319026 123.590472) + (xy 102.378818 123.578853) + (xy 102.356769 123.559) + (xy 102.344047 123.499152) + (xy 102.368933 123.443256) + (xy 102.421921 123.412663) + (xy 102.442505 123.4105) + (xy 106.257494 123.4105) + (xy 106.315685 123.429407) + (xy 106.351649 123.478907) + (xy 106.351649 123.540093) + (xy 106.32039 123.583116) (xy 106.319026 123.590473) (xy 106.51271 123.784157) (xy 106.540487 123.838673) @@ -58720,30 +55308,20 @@ (xy 107.007289 123.835036) (xy 107.033628 123.787816) (xy 107.230971 123.590472) - (xy 107.230972 123.590472) - (xy 107.173626 123.564941) - (xy 107.128157 123.524) - (xy 107.115435 123.464152) - (xy 107.140321 123.408256) - (xy 107.193309 123.377663) - (xy 107.213893 123.3755) - (xy 110.194876 123.3755) - (xy 110.253067 123.394407) - (xy 110.26488 123.404496) - (xy 114.349115 127.488731) - (xy 114.361426 127.503733) - (xy 114.371376 127.518624) - (xy 114.371379 127.518626) - (xy 114.390125 127.531152) - (xy 114.394376 127.533992) - (xy 114.394378 127.533994) - (xy 114.462505 127.579515) - (xy 114.57 127.600897) - (xy 114.58757 127.597401) - (xy 114.606884 127.5955) - (xy 115.156215 127.5955) - (xy 115.214406 127.614407) - (xy 115.249051 127.660115) + (xy 107.228818 123.578853) + (xy 107.206769 123.559) + (xy 107.194047 123.499152) + (xy 107.218933 123.443256) + (xy 107.271921 123.412663) + (xy 107.292505 123.4105) + (xy 111.149876 123.4105) + (xy 111.208067 123.429407) + (xy 111.21988 123.439496) + (xy 115.168897 127.388513) + (xy 115.196674 127.44303) + (xy 115.196751 127.443525) + (xy 115.213689 127.554092) + (xy 115.216444 127.572071) (xy 115.287114 127.762887) (xy 115.312024 127.802851) (xy 115.394745 127.935567) @@ -58791,45 +55369,55 @@ (xy 115.793409 126.395842) (xy 115.615501 126.494588) (xy 115.615498 126.49459) - (xy 115.461109 126.627129) - (xy 115.336549 126.788045) - (xy 115.246938 126.970733) - (xy 115.245197 126.975435) - (xy 115.244052 126.975011) - (xy 115.214161 127.021907) - (xy 115.157227 127.044317) - (xy 115.151208 127.0445) - (xy 114.725124 127.0445) - (xy 114.666933 127.025593) - (xy 114.65512 127.015504) - (xy 110.570885 122.931269) - (xy 110.558572 122.916265) - (xy 110.554052 122.9095) - (xy 110.537445 122.850611) - (xy 110.558624 122.793208) - (xy 110.609499 122.759216) - (xy 110.636369 122.7555) - (xy 112.599876 122.7555) - (xy 112.658067 122.774407) - (xy 112.66988 122.784496) - (xy 114.874115 124.988731) - (xy 114.886426 125.003733) - (xy 114.896376 125.018624) - (xy 114.896379 125.018626) - (xy 114.89638 125.018627) - (xy 114.915329 125.031288) - (xy 114.915335 125.031293) - (xy 114.919378 125.033994) - (xy 114.945534 125.051471) - (xy 114.987505 125.079515) - (xy 115.067867 125.0955) - (xy 115.067868 125.0955) - (xy 115.095 125.100897) - (xy 115.11257 125.097402) - (xy 115.131884 125.0955) - (xy 115.156215 125.0955) - (xy 115.214406 125.114407) - (xy 115.249051 125.160115) + (xy 115.461106 126.627132) + (xy 115.410203 126.692893) + (xy 115.359632 126.727334) + (xy 115.298475 126.725474) + (xy 115.261913 126.702297) + (xy 111.66212 123.102504) + (xy 111.634343 123.047987) + (xy 111.643914 122.987555) + (xy 111.687179 122.94429) + (xy 111.732124 122.9335) + (xy 114.012876 122.9335) + (xy 114.071067 122.952407) + (xy 114.08288 122.962496) + (xy 114.829113 123.708729) + (xy 114.841422 123.723729) + (xy 114.851371 123.738618) + (xy 114.851373 123.73862) + (xy 114.851376 123.738624) + (xy 114.870334 123.751291) + (xy 114.870339 123.751295) + (xy 114.877972 123.756396) + (xy 114.91952 123.784157) + (xy 114.942505 123.799515) + (xy 115.022867 123.8155) + (xy 115.02287 123.8155) + (xy 115.024876 123.815899) + (xy 115.024882 123.8159) + (xy 115.05 123.820896) + (xy 115.067566 123.817401) + (xy 115.086879 123.8155) + (xy 115.557269 123.8155) + (xy 115.61546 123.834407) + (xy 115.651424 123.883907) + (xy 115.651424 123.945093) + (xy 115.61851 123.990393) + (xy 115.619307 123.991321) + (xy 115.461109 124.127129) + (xy 115.461105 124.127133) + (xy 115.461105 124.127134) + (xy 115.450941 124.140265) + (xy 115.336549 124.288045) + (xy 115.248038 124.468489) + (xy 115.24694 124.470729) + (xy 115.221773 124.567932) + (xy 115.195936 124.667719) + (xy 115.185631 124.870936) + (xy 115.18563 124.870939) + (xy 115.216259 125.070863) + (xy 115.216444 125.072071) (xy 115.287114 125.262887) (xy 115.287115 125.262888) (xy 115.394745 125.435567) @@ -58875,7 +55463,7 @@ (xy 121.4585 125.035096) (xy 121.439593 125.093287) (xy 121.395264 125.12741) - (xy 121.310837 125.160117) + (xy 121.308395 125.161063) (xy 121.21898 125.195702) (xy 121.218975 125.195705) (xy 121.037699 125.307946) @@ -58897,7 +55485,7 @@ (xy 120.656595 126.647389) (xy 120.751634 126.838255) (xy 120.880128 127.008407) - (xy 120.919519 127.044317) + (xy 120.930434 127.054267) (xy 121.037692 127.152047) (xy 121.037699 127.152053) (xy 121.082835 127.18) @@ -58961,9 +55549,7 @@ (xy 128.948571 126.29) (xy 128.968244 126.502311) (xy 128.983136 126.55465) - (xy 129.020323 126.685347) - (xy 129.026596 126.707391) - (xy 129.066756 126.788045) + (xy 129.026595 126.707389) (xy 129.121634 126.898255) (xy 129.250128 127.068407) (xy 129.272974 127.089234) @@ -59202,9 +55788,7 @@ (xy 161.518859 128.610466) (xy 161.603242 128.558755) (xy 161.60659 128.55688) - (xy 161.619268 128.550421) - (xy 161.62672 128.546625) - (xy 161.627288 128.546335) + (xy 161.62729 128.546334) (xy 161.6273 128.546327) (xy 161.646077 128.532685) (xy 161.649312 128.530524) @@ -59885,12 +56469,11 @@ (xy 121.932627 124.42538) (xy 121.932626 124.425379) (xy 121.932624 124.425376) - (xy 121.926501 124.421285) (xy 121.917733 124.415426) (xy 121.902731 124.403115) (xy 120.947678 123.448062) (xy 147.501924 123.448062) - (xy 147.530405 123.633967) + (xy 147.532737 123.64919) (xy 147.532738 123.649194) (xy 147.603408 123.84001) (xy 147.638317 123.896016) @@ -59900,7 +56483,7 @@ (xy 147.851235 124.160176) (xy 147.851237 124.160177) (xy 147.85124 124.16018) - (xy 147.982401 124.25147) + (xy 148.018239 124.276414) (xy 148.018245 124.276418) (xy 148.205234 124.356662) (xy 148.205236 124.356663) @@ -59917,7 +56500,7 @@ (xy 149.750357 123.549408) (xy 149.754989 123.458062) (xy 154.251924 123.458062) - (xy 154.278873 123.633967) + (xy 154.281205 123.64919) (xy 154.282738 123.659194) (xy 154.353408 123.85001) (xy 154.382084 123.896016) @@ -59945,11 +56528,11 @@ (xy 156.510663 123.356187) (xy 156.47985 123.155052) (xy 156.40918 122.964236) - (xy 156.317396 122.816982) + (xy 156.30432 122.796002) (xy 156.301548 122.791555) (xy 156.301543 122.791549) (xy 156.282224 122.771226) - (xy 156.194199 122.678624) + (xy 156.20782 122.692953) (xy 156.161357 122.644074) (xy 156.161347 122.644065) (xy 155.994348 122.527831) @@ -59968,7 +56551,7 @@ (xy 154.681792 122.581713) (xy 154.527403 122.714252) (xy 154.402843 122.875168) - (xy 154.31814 123.04785) + (xy 154.32098 123.042061) (xy 154.313234 123.057852) (xy 154.277441 123.196093) (xy 154.26223 123.254842) @@ -59978,19 +56561,16 @@ (xy 149.760663 123.346187) (xy 149.72985 123.145052) (xy 149.65918 122.954236) - (xy 149.567396 122.806982) - (xy 149.551548 122.781555) - (xy 149.551543 122.781549) - (xy 149.526781 122.7555) - (xy 149.468315 122.693994) - (xy 149.411357 122.634074) + (xy 149.551546 122.781552) + (xy 149.411353 122.63407) + (xy 149.411351 122.634068) (xy 149.411347 122.634065) (xy 149.244348 122.517831) (xy 149.244345 122.517829) (xy 149.244343 122.517828) (xy 149.057352 122.437583) (xy 149.057354 122.437583) - (xy 148.977625 122.421199) + (xy 148.964039 122.418407) (xy 148.858035 122.396623) (xy 148.455552 122.396623) (xy 148.45555 122.396623) @@ -60010,7 +56590,7 @@ (xy 120.947678 123.448062) (xy 120.870885 123.371269) (xy 120.858573 123.356266) - (xy 120.858061 123.3555) + (xy 120.853713 123.348992) (xy 120.848624 123.341376) (xy 120.825623 123.326007) (xy 120.825622 123.326006) @@ -60042,7 +56622,7 @@ (xy 147.505794 121.76195) (xy 147.514526 121.805843) (xy 147.514528 121.805847) - (xy 147.52121 121.815847) + (xy 147.530395 121.829593) (xy 147.54779 121.855627) (xy 147.597572 121.88889) (xy 147.608621 121.891087) @@ -60058,8 +56638,8 @@ (xy 149.665016 121.88889) (xy 149.714798 121.855627) (xy 149.748061 121.805845) - (xy 149.752456 121.783746) - (xy 149.754803 121.77195) + (xy 149.754262 121.774674) + (xy 149.754804 121.77195) (xy 154.255794 121.77195) (xy 154.264526 121.815843) (xy 154.264527 121.815845) @@ -60085,7 +56665,7 @@ (xy 156.498839 120.002311) (xy 156.498061 119.998401) (xy 156.464798 119.948619) - (xy 156.415853 119.915915) + (xy 156.445785 119.935915) (xy 156.415018 119.915357) (xy 156.415014 119.915355) (xy 156.371121 119.906623) @@ -60100,12 +56680,12 @@ (xy 154.264526 119.998402) (xy 154.255794 120.042295) (xy 154.255794 121.77195) - (xy 149.754803 121.77195) + (xy 149.754804 121.77195) (xy 149.756793 121.76195) (xy 149.756794 121.761941) - (xy 149.756794 120.032303) + (xy 149.756794 120.032304) (xy 149.756793 120.032295) - (xy 149.749472 119.995495) + (xy 149.74956 119.995937) (xy 149.748061 119.988401) (xy 149.714798 119.938619) (xy 149.679984 119.915357) @@ -60124,33 +56704,38 @@ (xy 147.505794 120.032295) (xy 147.505794 121.76195) (xy 117.271105 121.76195) - (xy 117.235252 121.704429) - (xy 117.149764 121.614496) + (xy 117.241899 121.715093) + (xy 117.235254 121.704432) + (xy 117.235249 121.704426) + (xy 117.220759 121.689183) + (xy 117.153679 121.618615) (xy 117.095063 121.556951) - (xy 117.095053 121.556942) - (xy 116.967221 121.467969) - (xy 116.930261 121.419208) - (xy 116.929021 121.358035) - (xy 116.963974 121.307816) - (xy 117.021769 121.287733) - (xy 117.023776 121.287713) - (xy 128.886903 121.287713) - (xy 128.906216 121.289614) - (xy 128.923787 121.29311) - (xy 128.950919 121.287713) - (xy 128.95092 121.287713) - (xy 129.031282 121.271728) - (xy 129.073252 121.243684) - (xy 129.073251 121.243683) - (xy 129.110129 121.219045) - (xy 129.110135 121.219039) - (xy 129.122411 121.210837) - (xy 129.132361 121.195943) - (xy 129.144671 121.180944) - (xy 129.480183 120.845431) - (xy 129.534698 120.817656) - (xy 129.585948 120.823122) - (xy 129.588976 120.824295) + (xy 117.095062 121.55695) + (xy 117.095059 121.556947) + (xy 116.989901 121.483755) + (xy 116.952943 121.434995) + (xy 116.951703 121.373822) + (xy 116.986656 121.323603) + (xy 117.044452 121.30352) + (xy 117.046458 121.3035) + (xy 128.829116 121.3035) + (xy 128.848429 121.305401) + (xy 128.866 121.308897) + (xy 128.893132 121.3035) + (xy 128.893133 121.3035) + (xy 128.973495 121.287515) + (xy 129.041047 121.242378) + (xy 129.041622 121.241994) + (xy 129.041622 121.241993) + (xy 129.052322 121.234847) + (xy 129.05234 121.234831) + (xy 129.064624 121.226624) + (xy 129.07458 121.211723) + (xy 129.086879 121.196736) + (xy 129.453452 120.830162) + (xy 129.507968 120.802386) + (xy 129.5684 120.811957) + (xy 129.575572 120.815995) (xy 129.588981 120.824298) (xy 129.787802 120.901321) (xy 129.99739 120.9405) @@ -60259,12 +56844,12 @@ (xy 131.181405 119.372611) (xy 131.086366 119.181745) (xy 130.957872 119.011593) - (xy 130.879353 118.940013) + (xy 130.880112 118.940705) (xy 130.800307 118.867952) (xy 130.8003 118.867946) (xy 130.619024 118.755705) (xy 130.619019 118.755702) - (xy 130.515766 118.715702) + (xy 130.537199 118.724005) (xy 130.420198 118.678679) (xy 130.420197 118.678678) (xy 130.420195 118.678678) @@ -60286,19 +56871,19 @@ (xy 128.968244 119.577688) (xy 128.948571 119.79) (xy 128.968244 120.002311) - (xy 128.986002 120.064722) - (xy 129.026595 120.207389) - (xy 129.072709 120.3) - (xy 129.098691 120.352179) - (xy 129.107703 120.412697) - (xy 129.080073 120.466309) - (xy 128.838668 120.707716) - (xy 128.784151 120.735494) - (xy 128.768664 120.736713) - (xy 126.928168 120.736713) - (xy 126.869977 120.717806) - (xy 126.858164 120.707717) - (xy 126.507309 120.356862) + (xy 128.984641 120.059938) + (xy 129.02435 120.1995) + (xy 129.026596 120.207391) + (xy 129.084729 120.324141) + (xy 129.093741 120.384659) + (xy 129.066111 120.438271) + (xy 128.780881 120.723503) + (xy 128.726364 120.751281) + (xy 128.710877 120.7525) + (xy 126.943954 120.7525) + (xy 126.885763 120.733593) + (xy 126.87395 120.723503) + (xy 126.507309 120.356861) (xy 126.479532 120.302345) (xy 126.489103 120.241913) (xy 126.518508 120.210223) @@ -60372,21 +56957,19 @@ (xy 125.767543 120.025263) (xy 125.777985 120.045415) (xy 125.780442 120.050156) - (xy 125.854015 120.128934) - (xy 125.883639 120.160653) - (xy 125.945888 120.198508) - (xy 125.985783 120.244898) - (xy 125.990792 120.305878) - (xy 125.964453 120.353098) - (xy 125.609837 120.707716) - (xy 125.55532 120.735494) - (xy 125.539833 120.736713) - (xy 122.592981 120.736713) - (xy 122.53479 120.717806) - (xy 122.498826 120.668306) - (xy 122.498826 120.60712) - (xy 122.526285 120.564552) - (xy 122.557606 120.535998) + (xy 125.883638 120.160652) + (xy 125.945888 120.198507) + (xy 125.985783 120.244896) + (xy 125.990792 120.305876) + (xy 125.964453 120.353097) + (xy 125.594049 120.723503) + (xy 125.539532 120.751281) + (xy 125.524045 120.7525) + (xy 122.575663 120.7525) + (xy 122.517472 120.733593) + (xy 122.481508 120.684093) + (xy 122.481508 120.622907) + (xy 122.508965 120.58034) (xy 122.587872 120.508407) (xy 122.716366 120.338255) (xy 122.811405 120.147389) @@ -60396,12 +56979,12 @@ (xy 122.811405 119.312611) (xy 122.716366 119.121745) (xy 122.587872 118.951593) - (xy 122.496123 118.867952) + (xy 122.507313 118.878153) (xy 122.430307 118.807952) (xy 122.4303 118.807946) (xy 122.249024 118.695705) (xy 122.249019 118.695702) - (xy 122.218487 118.683874) + (xy 122.205075 118.678678) (xy 122.050198 118.618679) (xy 122.050197 118.618678) (xy 122.050195 118.618678) @@ -60421,27 +57004,23 @@ (xy 120.75163 119.121752) (xy 120.656596 119.312608) (xy 120.598244 119.517688) - (xy 120.581268 119.700896) - (xy 120.578571 119.73) - (xy 120.583935 119.787886) + (xy 120.578571 119.729999) (xy 120.598244 119.942311) - (xy 120.615316 120.00231) + (xy 120.614204 119.998402) (xy 120.656595 120.147389) (xy 120.751634 120.338255) (xy 120.880128 120.508407) - (xy 120.885024 120.51287) - (xy 120.941715 120.564552) - (xy 120.971981 120.617727) - (xy 120.96521 120.678537) - (xy 120.923989 120.723753) - (xy 120.875019 120.736713) - (xy 117.175454 120.736713) - (xy 117.117263 120.717806) - (xy 117.081299 120.668306) - (xy 117.081299 120.60712) - (xy 117.110968 120.562596) - (xy 117.16889 120.51287) - (xy 117.168889 120.51287) + (xy 120.959034 120.580339) + (xy 120.989299 120.633514) + (xy 120.982528 120.694324) + (xy 120.941308 120.73954) + (xy 120.892337 120.7525) + (xy 117.157064 120.7525) + (xy 117.098873 120.733593) + (xy 117.062909 120.684093) + (xy 117.062909 120.622907) + (xy 117.092578 120.578383) + (xy 117.158518 120.521774) (xy 117.168895 120.512866) (xy 117.293448 120.351958) (xy 117.38306 120.169271) @@ -60452,7 +57031,7 @@ (xy 117.2421 119.215416) (xy 117.235254 119.204432) (xy 117.235249 119.204426) - (xy 117.185504 119.152095) + (xy 117.197178 119.164376) (xy 117.156661 119.121752) (xy 117.095063 119.056951) (xy 117.095053 119.056942) @@ -60468,10 +57047,11 @@ (xy 119.492801 118.807831) (xy 119.492802 118.807831) (xy 119.573164 118.791846) - (xy 119.61565 118.763457) - (xy 119.629812 118.753995) + (xy 119.627257 118.755702) + (xy 119.641291 118.746325) + (xy 119.641291 118.746324) (xy 119.652011 118.739162) - (xy 119.652013 118.739159) + (xy 119.652015 118.739158) (xy 119.664293 118.730955) (xy 119.674246 118.716058) (xy 119.68655 118.701065) @@ -60488,20 +57068,20 @@ (xy 137.576595 119.332611) (xy 137.570324 119.354652) (xy 137.518244 119.537688) - (xy 137.500934 119.724496) + (xy 137.501629 119.716995) (xy 137.498571 119.75) - (xy 137.50273 119.79488) + (xy 137.503899 119.807504) (xy 137.518244 119.962311) (xy 137.525668 119.988402) - (xy 137.57524 120.162628) + (xy 137.574678 120.160652) (xy 137.576596 120.167391) (xy 137.668496 120.351954) (xy 137.671634 120.358255) (xy 137.800128 120.528407) - (xy 137.800135 120.528413) + (xy 137.839959 120.564718) (xy 137.957692 120.672047) (xy 137.957699 120.672053) - (xy 138.031593 120.717806) + (xy 138.035143 120.720004) (xy 138.138981 120.784298) (xy 138.337802 120.861321) (xy 138.54739 120.9005) @@ -60524,7 +57104,7 @@ (xy 142.584156 119.993029) (xy 142.644588 120.0026) (xy 142.687543 120.045263) - (xy 142.695437 120.060497) + (xy 142.695147 120.059938) (xy 142.700442 120.070156) (xy 142.803638 120.180652) (xy 142.865888 120.218507) @@ -60609,7 +57189,7 @@ (xy 139.731405 119.332611) (xy 139.636366 119.141745) (xy 139.507872 118.971593) - (xy 139.413429 118.885496) + (xy 139.403855 118.876768) (xy 139.350307 118.827952) (xy 139.3503 118.827946) (xy 139.169024 118.715705) @@ -60629,16 +57209,17 @@ (xy 138.003452 118.709836) (xy 136.980885 117.687269) (xy 136.968573 117.672266) - (xy 136.961807 117.66214) (xy 136.958624 117.657376) - (xy 136.955822 117.655504) - (xy 136.939712 117.644739) - (xy 136.939709 117.644737) - (xy 136.909465 117.624528) - (xy 136.867494 117.596484) - (xy 136.867495 117.596484) - (xy 136.781183 117.579316) - (xy 136.781171 117.579313) + (xy 136.935623 117.642007) + (xy 136.935622 117.642006) + (xy 136.916835 117.629453) + (xy 136.909372 117.624466) + (xy 136.867498 117.596487) + (xy 136.867496 117.596486) + (xy 136.867495 117.596485) + (xy 136.803071 117.58367) + (xy 136.781182 117.579316) + (xy 136.781162 117.579311) (xy 136.760002 117.575103) (xy 136.760001 117.575103) (xy 136.76 117.575103) @@ -60748,316 +57329,119 @@ (xy 115.491909 118.193913) (xy 115.453094 118.24121) (xy 115.399719 118.256831) - (xy 111.313437 118.256831) - (xy 111.294124 118.254929) - (xy 111.276553 118.251434) - (xy 111.169059 118.272814) - (xy 111.103512 118.316612) - (xy 111.077931 118.333705) - (xy 111.077925 118.333711) - (xy 111.067976 118.3486) - (xy 111.055668 118.363597) - (xy 110.303764 119.115503) - (xy 110.249247 119.143281) - (xy 110.23376 119.1445) - (xy 101.316884 119.1445) - (xy 101.297571 119.142598) - (xy 101.28 119.139103) - (xy 101.172506 119.160483) - (xy 101.106959 119.204281) - (xy 101.081378 119.221374) - (xy 101.081373 119.221379) - (xy 101.07142 119.236274) - (xy 101.059112 119.25127) - (xy 100.889881 119.420503) - (xy 100.835365 119.448281) - (xy 100.819877 119.4495) - (xy 100.735225 119.4495) - (xy 100.610933 119.485995) - (xy 100.610926 119.485998) - (xy 100.501952 119.556031) - (xy 100.417117 119.653938) - (xy 100.363302 119.771774) - (xy 100.344867 119.899997) - (xy 100.344867 119.900002) - (xy 100.363302 120.028225) - (xy 100.409294 120.128932) - (xy 100.417118 120.146063) - (xy 100.492158 120.232665) - (xy 100.501952 120.243968) - (xy 100.610926 120.314001) - (xy 100.610931 120.314004) - (xy 100.735228 120.3505) - (xy 100.73523 120.3505) - (xy 100.86477 120.3505) - (xy 100.864772 120.3505) - (xy 100.989069 120.314004) - (xy 101.098049 120.243967) - (xy 101.182882 120.146063) - (xy 101.236697 120.028226) - (xy 101.244861 119.971445) - (xy 101.255133 119.900002) - (xy 101.255133 119.899999) - (xy 101.254172 119.893316) - (xy 101.25395 119.891773) - (xy 101.264379 119.831485) - (xy 101.281934 119.80768) - (xy 101.365119 119.724496) - (xy 101.419637 119.696719) - (xy 101.435123 119.6955) - (xy 110.352 119.6955) - (xy 110.371313 119.697401) - (xy 110.388884 119.700897) - (xy 110.416016 119.6955) - (xy 110.416017 119.6955) - (xy 110.496379 119.679515) - (xy 110.551768 119.642505) - (xy 110.564506 119.633994) - (xy 110.564506 119.633993) - (xy 110.575226 119.626831) - (xy 110.57523 119.626827) - (xy 110.587508 119.618624) - (xy 110.597461 119.603727) - (xy 110.609765 119.588734) - (xy 111.361673 118.836826) - (xy 111.41619 118.80905) - (xy 111.431677 118.807831) - (xy 115.569614 118.807831) - (xy 115.627805 118.826738) - (xy 115.663769 118.876238) - (xy 115.663769 118.937424) - (xy 115.627805 118.986924) - (xy 115.617658 118.993392) - (xy 115.615498 118.99459) - (xy 115.461109 119.127129) - (xy 115.336549 119.288045) - (xy 115.264597 119.434733) - (xy 115.24694 119.470729) - (xy 115.195937 119.667715) - (xy 115.195936 119.667719) - (xy 115.185631 119.870936) - (xy 115.18563 119.870939) - (xy 115.216443 120.072067) - (xy 115.216444 120.072071) - (xy 115.287114 120.262887) - (xy 115.290689 120.268622) - (xy 115.394745 120.435567) - (xy 115.39475 120.435574) - (xy 115.522062 120.569505) - (xy 115.54845 120.624708) - (xy 115.537351 120.684878) - (xy 115.493004 120.727033) - (xy 115.450308 120.736713) - (xy 100.517337 120.736713) - (xy 100.459146 120.717806) - (xy 100.447333 120.707717) - (xy 100.331938 120.592322) - (xy 100.304161 120.537805) - (xy 100.30395 120.508227) - (xy 100.305133 120.499999) - (xy 100.305133 120.499998) - (xy 100.286697 120.371774) - (xy 100.271389 120.338255) - (xy 100.232882 120.253937) - (xy 100.148049 120.156033) - (xy 100.148048 120.156032) - (xy 100.148047 120.156031) - (xy 100.039073 120.085998) - (xy 100.03907 120.085996) - (xy 100.039069 120.085996) - (xy 100.036573 120.085263) - (xy 99.914774 120.0495) - (xy 99.914772 120.0495) - (xy 99.785228 120.0495) - (xy 99.785225 120.0495) - (xy 99.660933 120.085995) - (xy 99.660926 120.085998) - (xy 99.551952 120.156031) - (xy 99.467117 120.253938) - (xy 99.413302 120.371774) - (xy 99.394867 120.499997) - (xy 99.394867 120.500002) - (xy 99.413302 120.628225) - (xy 99.451586 120.712053) - (xy 99.467118 120.746063) - (xy 99.545075 120.836031) - (xy 99.551952 120.843968) - (xy 99.647888 120.905622) - (xy 99.660931 120.914004) - (xy 99.785228 120.9505) - (xy 99.869876 120.9505) - (xy 99.928067 120.969407) - (xy 99.93988 120.979496) - (xy 100.141328 121.180944) - (xy 100.153639 121.195946) - (xy 100.163589 121.210837) - (xy 100.163592 121.210839) - (xy 100.163593 121.21084) - (xy 100.182542 121.223501) - (xy 100.182547 121.223505) - (xy 100.223224 121.250685) - (xy 100.261103 121.298735) - (xy 100.263505 121.359873) - (xy 100.229512 121.410747) - (xy 100.172108 121.431924) - (xy 100.168222 121.432) - (xy 99.612624 121.432) - (xy 99.554433 121.413093) - (xy 99.54262 121.403004) - (xy 99.181938 121.042322) - (xy 99.154161 120.987805) - (xy 99.15395 120.958227) - (xy 99.155133 120.949999) - (xy 99.155133 120.949998) - (xy 99.136697 120.821774) - (xy 99.119582 120.784298) - (xy 99.082882 120.703937) - (xy 98.998049 120.606033) - (xy 98.998048 120.606032) - (xy 98.998047 120.606031) - (xy 98.889073 120.535998) - (xy 98.88907 120.535996) - (xy 98.889069 120.535996) - (xy 98.889066 120.535995) - (xy 98.764774 120.4995) - (xy 98.764772 120.4995) - (xy 98.635228 120.4995) - (xy 98.635225 120.4995) - (xy 98.510933 120.535995) - (xy 98.510926 120.535998) - (xy 98.401952 120.606031) - (xy 98.317117 120.703938) - (xy 98.263302 120.821774) - (xy 98.244867 120.949997) - (xy 98.244867 120.95) - (xy 98.263302 121.078225) - (xy 98.317117 121.196061) - (xy 98.317118 121.196063) - (xy 98.401951 121.293967) - (xy 98.401952 121.293968) - (xy 98.498663 121.35612) - (xy 98.510931 121.364004) - (xy 98.635228 121.4005) - (xy 98.719876 121.4005) - (xy 98.778067 121.419407) - (xy 98.78988 121.429496) - (xy 99.236613 121.876229) - (xy 99.248922 121.891229) - (xy 99.258871 121.906118) - (xy 99.258873 121.90612) - (xy 99.258876 121.906124) - (xy 99.258879 121.906126) - (xy 99.25888 121.906127) - (xy 99.277829 121.918788) - (xy 99.277835 121.918793) - (xy 99.281878 121.921494) - (xy 99.308034 121.938971) - (xy 99.350005 121.967015) - (xy 99.430367 121.983) - (xy 99.430368 121.983) - (xy 99.4575 121.988397) - (xy 99.47507 121.984902) - (xy 99.494384 121.983) - (xy 113.062376 121.983) - (xy 113.120567 122.001907) - (xy 113.13238 122.011996) - (xy 114.829113 123.708729) - (xy 114.841422 123.723729) - (xy 114.851371 123.738618) - (xy 114.851373 123.73862) - (xy 114.851376 123.738624) - (xy 114.851379 123.738626) - (xy 114.863004 123.746394) - (xy 114.874376 123.753992) - (xy 114.874378 123.753994) - (xy 114.942505 123.799515) - (xy 115.05 123.820897) - (xy 115.06757 123.817401) - (xy 115.086884 123.8155) - (xy 115.557269 123.8155) - (xy 115.61546 123.834407) - (xy 115.651424 123.883907) - (xy 115.651424 123.945093) - (xy 115.61851 123.990393) - (xy 115.619307 123.991321) - (xy 115.461109 124.127129) - (xy 115.461105 124.127133) - (xy 115.461105 124.127134) - (xy 115.450941 124.140265) - (xy 115.336549 124.288045) - (xy 115.271193 124.421285) - (xy 115.228591 124.465202) - (xy 115.168311 124.475691) - (xy 115.113379 124.448746) - (xy 115.112306 124.44769) - (xy 112.975885 122.311269) - (xy 112.963573 122.296266) - (xy 112.953625 122.281378) - (xy 112.953624 122.281376) - (xy 112.930623 122.266007) - (xy 112.930622 122.266006) - (xy 112.904465 122.248528) - (xy 112.862494 122.220484) - (xy 112.862495 122.220484) - (xy 112.776183 122.203316) - (xy 112.776171 122.203313) - (xy 112.755002 122.199103) - (xy 112.755001 122.199103) - (xy 112.755 122.199103) - (xy 112.73743 122.202598) - (xy 112.718116 122.2045) - (xy 96.419123 122.2045) - (xy 96.360932 122.185593) - (xy 96.324968 122.136093) - (xy 96.324968 122.074907) - (xy 96.349119 122.035496) - (xy 99.571388 118.813227) - (xy 102.793733 115.590881) - (xy 102.808729 115.578575) - (xy 102.823624 115.568624) - (xy 102.83248 115.555371) - (xy 102.839077 115.5455) - (xy 102.884515 115.477495) - (xy 102.88785 115.460728) - (xy 102.905897 115.37) - (xy 102.905643 115.368722) - (xy 102.902402 115.352427) - (xy 102.9005 115.333115) - (xy 102.9005 114.1199) - (xy 102.919407 114.061709) - (xy 102.968907 114.025745) - (xy 103.030093 114.025745) - (xy 103.069501 114.049894) - (xy 103.819104 114.799497) - (xy 103.84688 114.854012) - (xy 103.837309 114.914444) - (xy 103.819103 114.939503) - (xy 100.525723 118.232882) - (xy 100.483613 118.257867) - (xy 100.455935 118.265994) - (xy 100.455926 118.265998) - (xy 100.346952 118.336031) - (xy 100.262117 118.433938) - (xy 100.208302 118.551774) - (xy 100.189867 118.679997) - (xy 100.189867 118.680002) - (xy 100.208302 118.808225) - (xy 100.240309 118.878309) - (xy 100.262118 118.926063) - (xy 100.346951 119.023967) - (xy 100.346952 119.023968) - (xy 100.431985 119.078615) - (xy 100.455931 119.094004) - (xy 100.580228 119.1305) - (xy 100.58023 119.1305) - (xy 100.70977 119.1305) - (xy 100.709772 119.1305) - (xy 100.834069 119.094004) - (xy 100.943049 119.023967) - (xy 101.027882 118.926063) - (xy 101.073042 118.827175) - (xy 101.093087 118.798304) - (xy 104.641896 115.249496) + (xy 114.157553 118.256831) + (xy 114.138239 118.254929) + (xy 114.120669 118.251434) + (xy 114.120668 118.251434) + (xy 114.013174 118.272815) + (xy 114.013171 118.272816) + (xy 113.947593 118.316635) + (xy 113.947583 118.316642) + (xy 113.922047 118.333705) + (xy 113.922041 118.333711) + (xy 113.912092 118.3486) + (xy 113.899784 118.363598) + (xy 110.81688 121.446504) + (xy 110.762363 121.474281) + (xy 110.746876 121.4755) + (xy 102.466124 121.4755) + (xy 102.407933 121.456593) + (xy 102.39612 121.446504) + (xy 100.911885 119.962269) + (xy 100.899573 119.947266) + (xy 100.896262 119.942311) + (xy 100.889624 119.932376) + (xy 100.868899 119.918528) + (xy 100.86889 119.918521) + (xy 100.836116 119.896623) + (xy 100.82919 119.891995) + (xy 100.798495 119.871485) + (xy 100.734071 119.85867) + (xy 100.712182 119.854316) + (xy 100.712162 119.854311) + (xy 100.691002 119.850103) + (xy 100.691001 119.850103) + (xy 100.691 119.850103) + (xy 100.67343 119.853598) + (xy 100.654116 119.8555) + (xy 99.619588 119.8555) + (xy 99.561397 119.836593) + (xy 99.544769 119.821331) + (xy 99.51505 119.787034) + (xy 99.515048 119.787032) + (xy 99.406073 119.716998) + (xy 99.40607 119.716996) + (xy 99.406069 119.716996) + (xy 99.406066 119.716995) + (xy 99.281774 119.6805) + (xy 99.281772 119.6805) + (xy 99.152228 119.6805) + (xy 99.152225 119.6805) + (xy 99.027933 119.716995) + (xy 99.027926 119.716998) + (xy 98.918952 119.787031) + (xy 98.834114 119.884942) + (xy 98.830459 119.890629) + (xy 98.783091 119.929357) + (xy 98.722005 119.932847) + (xy 98.670535 119.899765) + (xy 98.657126 119.87823) + (xy 98.652882 119.868937) + (xy 98.568049 119.771033) + (xy 98.568048 119.771032) + (xy 98.568047 119.771031) + (xy 98.459073 119.700998) + (xy 98.45907 119.700996) + (xy 98.459069 119.700996) + (xy 98.459066 119.700995) + (xy 98.334774 119.6645) + (xy 98.334772 119.6645) + (xy 98.250124 119.6645) + (xy 98.191933 119.645593) + (xy 98.18012 119.635504) + (xy 97.738885 119.194269) + (xy 97.726573 119.179266) + (xy 97.716625 119.164378) + (xy 97.716624 119.164376) + (xy 97.695899 119.150528) + (xy 97.69589 119.150521) + (xy 97.660888 119.127134) + (xy 97.625497 119.103486) + (xy 97.625496 119.103485) + (xy 97.625495 119.103485) + (xy 97.566051 119.09166) + (xy 97.539182 119.086316) + (xy 97.539162 119.086311) + (xy 97.518002 119.082103) + (xy 97.518001 119.082103) + (xy 97.518 119.082103) + (xy 97.50043 119.085598) + (xy 97.481116 119.0875) + (xy 93.681124 119.0875) + (xy 93.622933 119.068593) + (xy 93.61112 119.058504) + (xy 93.305496 118.75288) + (xy 93.277719 118.698363) + (xy 93.2765 118.682876) + (xy 93.2765 118.128002) + (xy 100.741867 118.128002) + (xy 100.760302 118.256225) + (xy 100.802489 118.3486) + (xy 100.814118 118.374063) + (xy 100.889782 118.461385) + (xy 100.898952 118.471968) + (xy 100.968974 118.516968) + (xy 101.007931 118.542004) + (xy 101.132228 118.5785) + (xy 101.13223 118.5785) + (xy 101.26177 118.5785) + (xy 101.261772 118.5785) + (xy 101.386069 118.542004) + (xy 101.495049 118.471967) + (xy 101.579882 118.374063) + (xy 101.625042 118.275175) + (xy 101.645087 118.246304) + (xy 104.641895 115.249496) (xy 104.696413 115.221719) (xy 104.7119 115.2205) (xy 115.0905 115.2205) @@ -61066,8 +57450,7 @@ (xy 115.1895 115.3195) (xy 115.1895 115.684827) (xy 115.198232 115.72872) - (xy 115.198234 115.728724) - (xy 115.203039 115.735915) + (xy 115.198233 115.728722) (xy 115.231496 115.778504) (xy 115.281278 115.811767) (xy 115.292327 115.813964) @@ -61104,7 +57487,7 @@ (xy 123.612722 115.451767) (xy 123.662504 115.418504) (xy 123.695767 115.368722) - (xy 123.70091 115.342867) + (xy 123.701223 115.341292) (xy 123.704499 115.324827) (xy 123.7045 115.324818) (xy 123.7045 114.56) @@ -61112,7 +57495,7 @@ (xy 124.16919 114.665831) (xy 124.169191 114.665836) (xy 124.229232 114.863762) - (xy 124.229234 114.863767) + (xy 124.229233 114.863765) (xy 124.326724 115.04616) (xy 124.326731 115.04617) (xy 124.45794 115.20605) @@ -61158,11 +57541,11 @@ (xy 131.96882 115.4505) (xy 131.968821 115.450499) (xy 131.968827 115.450499) - (xy 131.990623 115.446162) + (xy 131.99288 115.445714) (xy 132.012722 115.441767) (xy 132.062504 115.408504) (xy 132.095767 115.358722) - (xy 132.100861 115.333115) + (xy 132.100463 115.335114) (xy 132.104499 115.314827) (xy 132.1045 115.314818) (xy 132.1045 114.55) @@ -61204,7 +57587,7 @@ (xy 138.5735 115.274827) (xy 138.582232 115.31872) (xy 138.582234 115.318724) - (xy 138.595737 115.338932) + (xy 138.601219 115.347137) (xy 138.615496 115.368504) (xy 138.665278 115.401767) (xy 138.676327 115.403964) @@ -61367,10 +57750,10 @@ (xy 134.12576 114.531093) (xy 134.089796 114.481593) (xy 134.088961 114.423109) - (xy 134.102003 114.378691) - (xy 134.104 114.371889) + (xy 134.103999 114.371892) + (xy 134.104 114.371888) (xy 134.104 114.228111) - (xy 134.102598 114.223335) + (xy 134.103999 114.228107) (xy 134.088961 114.176891) (xy 134.090708 114.115731) (xy 134.128071 114.067278) @@ -61454,7 +57837,7 @@ (xy 125.950059 115.20605) (xy 126.081268 115.04617) (xy 126.081275 115.04616) - (xy 126.178765 114.863767) + (xy 126.178767 114.863765) (xy 126.178767 114.863762) (xy 126.238808 114.665836) (xy 126.238809 114.665831) @@ -61569,7 +57952,7 @@ (xy 143.562867 114.819997) (xy 143.562867 114.820002) (xy 143.581302 114.948225) - (xy 143.621466 115.03617) + (xy 143.626028 115.04616) (xy 143.635118 115.066063) (xy 143.713091 115.15605) (xy 143.719952 115.163968) @@ -61581,11 +57964,11 @@ (xy 144.083103 115.299496) (xy 145.926909 117.143302) (xy 145.946958 117.172179) - (xy 145.969814 117.222225) + (xy 145.977988 117.240123) (xy 145.992118 117.271063) - (xy 146.051906 117.340063) + (xy 146.070543 117.361572) (xy 146.076952 117.368968) - (xy 146.171142 117.4295) + (xy 146.138817 117.408726) (xy 146.185931 117.439004) (xy 146.310228 117.4755) (xy 146.31023 117.4755) @@ -61595,11 +57978,11 @@ (xy 146.673049 117.368967) (xy 146.757882 117.271063) (xy 146.811697 117.153226) - (xy 146.823663 117.069999) + (xy 146.823968 117.067879) (xy 146.830133 117.025002) (xy 146.830133 117.024997) (xy 146.811697 116.896774) - (xy 146.793453 116.856825) + (xy 146.794699 116.859554) (xy 146.757882 116.778937) (xy 146.673049 116.681033) (xy 146.673048 116.681032) @@ -61616,7 +57999,7 @@ (xy 150.493832 114.769435) (xy 150.529796 114.818935) (xy 150.53063 114.877417) - (xy 150.520511 114.911883) + (xy 150.525924 114.893449) (xy 150.51552 114.928883) (xy 150.514536 114.932233) (xy 150.514536 115.068823) @@ -61830,7 +58213,7 @@ (xy 144.418498 113.474565) (xy 144.411047 113.451633) (xy 144.407419 113.436523) - (xy 144.405753 113.426) + (xy 144.405545 113.424686) (xy 144.403646 113.412696) (xy 144.39269 113.391195) (xy 144.38675 113.376852) @@ -61844,14 +58227,14 @@ (xy 144.256342 113.209949) (xy 143.59786 112.551467) (xy 149.860166 112.551467) - (xy 149.887518 112.730002) + (xy 149.890016 112.746309) (xy 149.89098 112.752599) (xy 149.96165 112.943415) - (xy 150.00253 113.009001) + (xy 150.006368 113.015159) (xy 150.069281 113.116095) (xy 150.069283 113.116097) (xy 150.069284 113.116099) - (xy 150.07679 113.123995) + (xy 150.072961 113.119967) (xy 150.206293 113.260232) (xy 150.209477 113.263581) (xy 150.209479 113.263582) @@ -61873,10 +58256,10 @@ (xy 152.108599 112.652813) (xy 152.113908 112.548118) (xy 156.613514 112.548118) - (xy 156.641379 112.730002) + (xy 156.643877 112.746309) (xy 156.644328 112.74925) (xy 156.714998 112.940066) - (xy 156.745187 112.9885) + (xy 156.737339 112.975909) (xy 156.822629 113.112746) (xy 156.822631 113.112748) (xy 156.822632 113.11275) @@ -61906,8 +58289,8 @@ (xy 158.665871 111.885996) (xy 158.663138 111.881611) (xy 158.663133 111.881605) - (xy 158.644623 111.862133) - (xy 158.581754 111.795995) + (xy 158.65495 111.872997) + (xy 158.52613 111.737479) (xy 158.522947 111.73413) (xy 158.522937 111.734121) (xy 158.355938 111.617887) @@ -61915,7 +58298,7 @@ (xy 158.355933 111.617884) (xy 158.168942 111.537639) (xy 158.168944 111.537639) - (xy 158.06394 111.516061) + (xy 158.082602 111.519896) (xy 157.969625 111.496679) (xy 157.567142 111.496679) (xy 157.56714 111.496679) @@ -61925,13 +58308,10 @@ (xy 157.043385 111.671767) (xy 157.043382 111.671769) (xy 156.888993 111.804308) - (xy 156.888989 111.804312) - (xy 156.888989 111.804313) - (xy 156.886401 111.807657) (xy 156.764433 111.965224) - (xy 156.694528 112.107738) + (xy 156.677612 112.142225) (xy 156.674824 112.147908) - (xy 156.623821 112.344894) + (xy 156.63881 112.287004) (xy 156.62382 112.344898) (xy 156.613515 112.548115) (xy 156.613514 112.548118) @@ -61940,7 +58320,7 @@ (xy 152.088092 112.248457) (xy 152.017422 112.057641) (xy 151.909788 111.884957) - (xy 151.799087 111.7685) + (xy 151.828168 111.799093) (xy 151.769599 111.737479) (xy 151.769589 111.73747) (xy 151.60259 111.621236) @@ -61948,7 +58328,7 @@ (xy 151.602585 111.621233) (xy 151.415594 111.540988) (xy 151.415596 111.540988) - (xy 151.335867 111.524604) + (xy 151.312957 111.519896) (xy 151.216277 111.500028) (xy 150.813794 111.500028) (xy 150.813792 111.500028) @@ -61958,13 +58338,10 @@ (xy 150.290037 111.675116) (xy 150.290034 111.675118) (xy 150.135645 111.807657) - (xy 150.135641 111.807661) - (xy 150.135641 111.807662) - (xy 150.120911 111.826691) (xy 150.011085 111.968573) - (xy 149.936137 112.121368) + (xy 149.942697 112.107995) (xy 149.921476 112.151257) - (xy 149.882957 112.300027) + (xy 149.88064 112.308975) (xy 149.870472 112.348247) (xy 149.860167 112.551464) (xy 149.860166 112.551467) @@ -61974,7 +58351,7 @@ (xy 142.986342 111.93995) (xy 142.964847 111.928997) (xy 142.951608 111.920884) - (xy 142.93487 111.908724) + (xy 142.933966 111.908067) (xy 142.93209 111.906704) (xy 142.932088 111.906703) (xy 142.909142 111.899247) @@ -61989,7 +58366,7 @@ (xy 142.452309 111.848593) (xy 142.416345 111.799093) (xy 142.4115 111.7685) - (xy 142.4115 110.586656) + (xy 142.4115 110.591084) (xy 142.4115 109.398899) (xy 142.430406 109.340712) (xy 142.474733 109.30659) @@ -62004,12 +58381,12 @@ (xy 143.213405 107.786611) (xy 143.118366 107.595745) (xy 142.989872 107.425593) - (xy 142.910334 107.353084) + (xy 142.912664 107.355208) (xy 142.832307 107.281952) (xy 142.8323 107.281946) (xy 142.651024 107.169705) (xy 142.651019 107.169702) - (xy 142.651019 107.169701) + (xy 142.633634 107.162967) (xy 142.452198 107.092679) (xy 142.452197 107.092678) (xy 142.452195 107.092678) @@ -62028,19 +58405,17 @@ (xy 141.153635 107.595743) (xy 141.15363 107.595752) (xy 141.058596 107.786608) - (xy 141.058595 107.786611) - (xy 141.051339 107.812114) (xy 141.000244 107.991688) (xy 140.980571 108.204) (xy 141.000244 108.416311) - (xy 141.019486 108.483937) + (xy 141.017576 108.477225) (xy 141.058595 108.621389) (xy 141.153634 108.812255) (xy 141.282128 108.982407) - (xy 141.352734 109.046773) + (xy 141.348045 109.042499) (xy 141.439692 109.126047) (xy 141.439699 109.126053) - (xy 141.495819 109.160801) + (xy 141.507081 109.167774) (xy 141.620981 109.238298) (xy 141.797264 109.306589) (xy 141.844694 109.345239) @@ -62093,9 +58468,9 @@ (xy 103.7155 109.950002) (xy 104.269867 109.950002) (xy 104.288302 110.078225) - (xy 104.323849 110.156061) + (xy 104.327206 110.163411) (xy 104.342118 110.196063) - (xy 104.426951 110.293967) + (xy 104.42135 110.287503) (xy 104.426952 110.293968) (xy 104.535926 110.364001) (xy 104.535931 110.364004) @@ -62107,66 +58482,51 @@ (xy 105.023049 110.293967) (xy 105.107882 110.196063) (xy 105.161697 110.078226) - (xy 105.173957 109.992953) + (xy 105.176179 109.9775) (xy 105.180133 109.950002) (xy 105.180133 109.949997) (xy 105.161697 109.821774) - (xy 105.143429 109.781774) + (xy 105.137142 109.768007) (xy 105.107882 109.703937) - (xy 105.078913 109.670504) + (xy 105.08633 109.679064) (xy 105.02468 109.607914) (xy 105.000863 109.551555) (xy 105.0005 109.543084) - (xy 105.0005 100.547156) - (xy 105.002402 100.527842) - (xy 105.004166 100.518975) - (xy 105.015897 100.46) - (xy 105.002402 100.392156) - (xy 105.0005 100.372842) - (xy 105.0005 99.408583) - (xy 105.019407 99.350392) - (xy 105.045979 99.325298) - (xy 105.048046 99.323969) - (xy 105.048046 99.323968) - (xy 105.048049 99.323967) - (xy 105.132882 99.226063) - (xy 105.186697 99.108226) - (xy 105.195196 99.049116) - (xy 105.205133 98.980002) - (xy 105.205133 98.979997) - (xy 105.186697 98.851774) - (xy 105.177951 98.832623) - (xy 105.132882 98.733937) - (xy 105.048049 98.636033) - (xy 105.048048 98.636032) - (xy 105.048047 98.636031) - (xy 104.939073 98.565998) - (xy 104.93907 98.565996) - (xy 104.939069 98.565996) - (xy 104.939066 98.565995) - (xy 104.814774 98.5295) - (xy 104.814772 98.5295) - (xy 104.685228 98.5295) - (xy 104.685225 98.5295) - (xy 104.560933 98.565995) - (xy 104.560926 98.565998) - (xy 104.451952 98.636031) - (xy 104.367117 98.733938) - (xy 104.313302 98.851774) - (xy 104.294867 98.979997) - (xy 104.294867 98.980002) - (xy 104.313302 99.108225) - (xy 104.353742 99.196774) - (xy 104.367118 99.226063) - (xy 104.420088 99.287194) - (xy 104.42532 99.293232) - (xy 104.449137 99.349592) - (xy 104.4495 99.358063) - (xy 104.4495 100.433115) - (xy 104.447598 100.452427) - (xy 104.444103 100.469998) - (xy 104.447598 100.487569) - (xy 104.4495 100.506883) + (xy 105.0005 100.990915) + (xy 105.019407 100.932724) + (xy 105.024673 100.926092) + (xy 105.107882 100.830063) + (xy 105.161697 100.712226) + (xy 105.169129 100.660532) + (xy 105.180133 100.584002) + (xy 105.180133 100.583997) + (xy 105.161697 100.455774) + (xy 105.151162 100.432705) + (xy 105.107882 100.337937) + (xy 105.023049 100.240033) + (xy 105.023048 100.240032) + (xy 105.023047 100.240031) + (xy 104.914073 100.169998) + (xy 104.91407 100.169996) + (xy 104.914069 100.169996) + (xy 104.897575 100.165153) + (xy 104.789774 100.1335) + (xy 104.789772 100.1335) + (xy 104.660228 100.1335) + (xy 104.660225 100.1335) + (xy 104.535933 100.169995) + (xy 104.535926 100.169998) + (xy 104.426952 100.240031) + (xy 104.342117 100.337938) + (xy 104.288302 100.455774) + (xy 104.269867 100.583997) + (xy 104.269867 100.584002) + (xy 104.288302 100.712225) + (xy 104.338618 100.8224) + (xy 104.342118 100.830063) + (xy 104.42532 100.926085) + (xy 104.449137 100.982444) + (xy 104.4495 100.990915) (xy 104.4495 109.543084) (xy 104.430593 109.601275) (xy 104.42532 109.607914) @@ -62182,7 +58542,7 @@ (xy 103.935861 107.062625) (xy 103.99133 106.928709) (xy 104.01025 106.785) - (xy 104.008797 106.773967) + (xy 104.008433 106.771202) (xy 103.99133 106.641291) (xy 103.935861 106.507375) (xy 103.847621 106.392379) @@ -62217,9 +58577,9 @@ (xy 105.763302 113.658225) (xy 105.814671 113.770705) (xy 105.817118 113.776063) - (xy 105.877876 113.846182) + (xy 105.859125 113.824542) (xy 105.901952 113.873968) - (xy 106.003003 113.938909) + (xy 105.993198 113.932608) (xy 106.010931 113.944004) (xy 106.135228 113.9805) (xy 106.13523 113.9805) @@ -62233,33 +58593,19 @@ (xy 106.655133 113.530002) (xy 106.655133 113.529997) (xy 106.636697 113.401774) - (xy 106.630175 113.387494) + (xy 106.631872 113.391208) (xy 106.582882 113.283937) (xy 106.574679 113.27447) (xy 106.550862 113.218112) (xy 106.550499 113.209663) - (xy 106.550499 100.550002) - (xy 108.664867 100.550002) - (xy 108.683302 100.678225) - (xy 108.730562 100.781708) - (xy 108.737118 100.796063) - (xy 108.821951 100.893967) - (xy 108.854022 100.914578) - (xy 108.892754 100.961943) - (xy 108.8995 100.997862) - (xy 108.8995 111.607084) - (xy 108.880593 111.665275) - (xy 108.87532 111.671914) - (xy 108.792118 111.767936) - (xy 108.738302 111.885774) - (xy 108.719867 112.013997) + (xy 106.550499 112.014002) (xy 108.719867 112.014002) (xy 108.738302 112.142225) - (xy 108.790862 112.257312) + (xy 108.786818 112.248457) (xy 108.792118 112.260063) - (xy 108.842793 112.318546) - (xy 108.876951 112.357967) - (xy 108.953014 112.40685) + (xy 108.865627 112.344898) + (xy 108.876952 112.357968) + (xy 108.97347 112.419996) (xy 108.985931 112.428004) (xy 109.110228 112.4645) (xy 109.11023 112.4645) @@ -62269,16 +58615,17 @@ (xy 109.473049 112.357967) (xy 109.557882 112.260063) (xy 109.611697 112.142226) - (xy 109.620825 112.078742) + (xy 109.622041 112.070281) (xy 109.630133 112.014002) (xy 109.630133 112.013997) (xy 109.611697 111.885774) - (xy 109.602681 111.866033) + (xy 109.576024 111.807662) (xy 109.557882 111.767937) - (xy 109.474678 111.671913) - (xy 109.450862 111.615555) - (xy 109.450499 111.607107) - (xy 109.450499 107.85) + (xy 109.549083 111.757783) + (xy 109.47468 111.671914) + (xy 109.450863 111.615555) + (xy 109.4505 111.607084) + (xy 109.4505 107.85) (xy 110.309859 107.85) (xy 110.330379 108.071445) (xy 110.391239 108.285347) @@ -62289,7 +58636,7 @@ (xy 110.945156 108.093029) (xy 111.005588 108.1026) (xy 111.048543 108.145263) - (xy 111.06144 108.170153) + (xy 111.053604 108.15503) (xy 111.061442 108.170156) (xy 111.164638 108.280652) (xy 111.226888 108.318507) @@ -62334,7 +58681,7 @@ (xy 117.445156 108.093029) (xy 117.505588 108.1026) (xy 117.548543 108.145263) - (xy 117.56144 108.170153) + (xy 117.553604 108.15503) (xy 117.561442 108.170156) (xy 117.664638 108.280652) (xy 117.726888 108.318507) @@ -62367,17 +58714,55 @@ (xy 119.039629 108.484428) (xy 119.039635 108.484418) (xy 119.13876 108.285347) - (xy 119.161905 108.204) + (xy 119.164279 108.195658) + (xy 119.198389 108.144863) + (xy 119.255841 108.123818) + (xy 119.314691 108.140562) + (xy 119.35246 108.188699) + (xy 119.3585 108.22275) + (xy 119.3585 110.591084) + (xy 119.339593 110.649275) + (xy 119.33432 110.655914) + (xy 119.251118 110.751936) + (xy 119.197302 110.869774) + (xy 119.178867 110.997997) + (xy 119.178867 110.998002) + (xy 119.197302 111.126225) + (xy 119.228483 111.1945) + (xy 119.251118 111.244063) + (xy 119.335951 111.341967) + (xy 119.335952 111.341968) + (xy 119.406587 111.387362) + (xy 119.444931 111.412004) + (xy 119.569228 111.4485) + (xy 119.56923 111.4485) + (xy 119.69877 111.4485) + (xy 119.698772 111.4485) + (xy 119.823069 111.412004) + (xy 119.932049 111.341967) + (xy 120.016882 111.244063) + (xy 120.070697 111.126226) + (xy 120.08446 111.0305) + (xy 120.089133 110.998002) + (xy 120.089133 110.997997) + (xy 120.070697 110.869774) + (xy 120.036318 110.794496) + (xy 120.016882 110.751937) + (xy 119.99972 110.732131) + (xy 119.93368 110.655914) + (xy 119.909863 110.599555) + (xy 119.9095 110.591084) + (xy 119.9095 108.204) (xy 134.480571 108.204) (xy 134.500244 108.416311) - (xy 134.519486 108.483937) + (xy 134.517576 108.477225) (xy 134.558595 108.621389) (xy 134.653634 108.812255) (xy 134.782128 108.982407) - (xy 134.852734 109.046773) + (xy 134.848045 109.042499) (xy 134.939692 109.126047) (xy 134.939699 109.126053) - (xy 134.995819 109.160801) + (xy 135.007081 109.167774) (xy 135.120981 109.238298) (xy 135.319802 109.315321) (xy 135.52939 109.3545) @@ -62394,12 +58779,12 @@ (xy 136.713405 107.786611) (xy 136.618366 107.595745) (xy 136.489872 107.425593) - (xy 136.410334 107.353084) + (xy 136.412664 107.355208) (xy 136.332307 107.281952) (xy 136.3323 107.281946) (xy 136.151024 107.169705) (xy 136.151019 107.169702) - (xy 136.151019 107.169701) + (xy 136.133634 107.162967) (xy 135.952198 107.092679) (xy 135.952197 107.092678) (xy 135.952195 107.092678) @@ -62418,14 +58803,114 @@ (xy 134.653635 107.595743) (xy 134.65363 107.595752) (xy 134.558596 107.786608) - (xy 134.558595 107.786611) - (xy 134.551339 107.812114) (xy 134.500244 107.991688) (xy 134.480571 108.204) - (xy 119.161905 108.204) - (xy 119.19962 108.071445) - (xy 119.22014 107.85) - (xy 119.19962 107.628554) + (xy 119.9095 108.204) + (xy 119.9095 100.482915) + (xy 119.928407 100.424724) + (xy 119.933673 100.418092) + (xy 120.016882 100.322063) + (xy 120.070697 100.204226) + (xy 120.084442 100.108625) + (xy 120.089133 100.076002) + (xy 120.089133 100.075997) + (xy 120.070697 99.947774) + (xy 120.053838 99.910858) + (xy 120.016882 99.829937) + (xy 119.932049 99.732033) + (xy 119.932048 99.732032) + (xy 119.932047 99.732031) + (xy 119.823073 99.661998) + (xy 119.82307 99.661996) + (xy 119.823069 99.661996) + (xy 119.809351 99.657968) + (xy 119.698774 99.6255) + (xy 119.698772 99.6255) + (xy 119.569228 99.6255) + (xy 119.569225 99.6255) + (xy 119.444933 99.661995) + (xy 119.444926 99.661998) + (xy 119.335952 99.732031) + (xy 119.251117 99.829938) + (xy 119.197302 99.947774) + (xy 119.178867 100.075997) + (xy 119.178867 100.076002) + (xy 119.197302 100.204225) + (xy 119.228623 100.272806) + (xy 119.251118 100.322063) + (xy 119.33432 100.418085) + (xy 119.358137 100.474444) + (xy 119.3585 100.482915) + (xy 119.3585 103.238271) + (xy 119.339593 103.296462) + (xy 119.290093 103.332426) + (xy 119.228907 103.332426) + (xy 119.179407 103.296462) + (xy 119.160922 103.247406) + (xy 119.150756 103.13769) + (xy 119.092405 102.932611) + (xy 118.997366 102.741745) + (xy 118.868872 102.571593) + (xy 118.800046 102.508849) + (xy 118.711307 102.427952) + (xy 118.7113 102.427946) + (xy 118.530024 102.315705) + (xy 118.530019 102.315702) + (xy 118.447946 102.283907) + (xy 118.331198 102.238679) + (xy 118.331197 102.238678) + (xy 118.331195 102.238678) + (xy 118.12161 102.1995) + (xy 117.90839 102.1995) + (xy 117.698804 102.238678) + (xy 117.49998 102.315702) + (xy 117.499975 102.315705) + (xy 117.318699 102.427946) + (xy 117.318692 102.427952) + (xy 117.161135 102.571586) + (xy 117.161131 102.571589) + (xy 117.161128 102.571593) + (xy 117.161124 102.571597) + (xy 117.161125 102.571597) + (xy 117.032635 102.741743) + (xy 117.03263 102.741752) + (xy 116.940139 102.927501) + (xy 116.937595 102.932611) + (xy 116.925655 102.974574) + (xy 116.879244 103.137688) + (xy 116.859571 103.35) + (xy 116.879244 103.562311) + (xy 116.896866 103.624245) + (xy 116.937595 103.767389) + (xy 117.032634 103.958255) + (xy 117.161128 104.128407) + (xy 117.18809 104.152986) + (xy 117.318692 104.272047) + (xy 117.318699 104.272053) + (xy 117.395786 104.319783) + (xy 117.499981 104.384298) + (xy 117.698802 104.461321) + (xy 117.90839 104.5005) + (xy 118.12161 104.5005) + (xy 118.331198 104.461321) + (xy 118.530019 104.384298) + (xy 118.711302 104.272052) + (xy 118.868872 104.128407) + (xy 118.997366 103.958255) + (xy 119.092405 103.767389) + (xy 119.150756 103.56231) + (xy 119.160922 103.452591) + (xy 119.185118 103.396396) + (xy 119.237725 103.365152) + (xy 119.29865 103.370798) + (xy 119.34462 103.411175) + (xy 119.3585 103.461728) + (xy 119.3585 107.477249) + (xy 119.339593 107.53544) + (xy 119.290093 107.571404) + (xy 119.228907 107.571404) + (xy 119.179407 107.53544) + (xy 119.164279 107.504341) (xy 119.13876 107.414652) (xy 119.039633 107.215578) (xy 119.039624 107.215563) @@ -62434,6 +58919,7 @@ (xy 118.584842 107.606969) (xy 118.52441 107.597398) (xy 118.481454 107.554733) + (xy 118.474758 107.54181) (xy 118.468558 107.529844) (xy 118.365362 107.419348) (xy 118.365361 107.419347) @@ -62459,7 +58945,7 @@ (xy 117.731795 107.371378) (xy 117.726543 107.37565) (xy 117.726542 107.375651) - (xy 117.694719 107.401541) + (xy 117.672834 107.419346) (xy 117.609258 107.471068) (xy 117.541833 107.566589) (xy 117.492829 107.603226) @@ -62480,6 +58966,7 @@ (xy 112.084842 107.606969) (xy 112.02441 107.597398) (xy 111.981454 107.554733) + (xy 111.974758 107.54181) (xy 111.968558 107.529844) (xy 111.865362 107.419348) (xy 111.865361 107.419347) @@ -62505,7 +58992,7 @@ (xy 111.231795 107.371378) (xy 111.226543 107.37565) (xy 111.226542 107.375651) - (xy 111.194719 107.401541) + (xy 111.172834 107.419346) (xy 111.109258 107.471068) (xy 111.041833 107.566589) (xy 110.992829 107.603226) @@ -62516,15 +59003,15 @@ (xy 110.391239 107.414652) (xy 110.330379 107.628554) (xy 110.309859 107.85) - (xy 109.450499 107.85) - (xy 109.450499 103.35) + (xy 109.4505 107.85) + (xy 109.4505 103.35) (xy 110.359571 103.35) (xy 110.379244 103.562311) - (xy 110.394183 103.614815) + (xy 110.396866 103.624245) (xy 110.437595 103.767389) (xy 110.532634 103.958255) (xy 110.661128 104.128407) - (xy 110.714322 104.1769) + (xy 110.68809 104.152986) (xy 110.818692 104.272047) (xy 110.818699 104.272053) (xy 110.895786 104.319783) @@ -62540,61 +59027,6 @@ (xy 112.592405 103.767389) (xy 112.650756 103.56231) (xy 112.670429 103.35) - (xy 116.859571 103.35) - (xy 116.879244 103.562311) - (xy 116.894183 103.614815) - (xy 116.937595 103.767389) - (xy 117.032634 103.958255) - (xy 117.161128 104.128407) - (xy 117.214322 104.1769) - (xy 117.318692 104.272047) - (xy 117.318699 104.272053) - (xy 117.395786 104.319783) - (xy 117.499981 104.384298) - (xy 117.698802 104.461321) - (xy 117.90839 104.5005) - (xy 118.12161 104.5005) - (xy 118.331198 104.461321) - (xy 118.530019 104.384298) - (xy 118.711302 104.272052) - (xy 118.868872 104.128407) - (xy 118.997366 103.958255) - (xy 119.092405 103.767389) - (xy 119.150756 103.56231) - (xy 119.170429 103.35) - (xy 119.150756 103.13769) - (xy 119.092405 102.932611) - (xy 118.997366 102.741745) - (xy 118.868872 102.571593) - (xy 118.800046 102.508849) - (xy 118.711307 102.427952) - (xy 118.7113 102.427946) - (xy 118.530024 102.315705) - (xy 118.530019 102.315702) - (xy 118.522923 102.312953) - (xy 118.331198 102.238679) - (xy 118.331197 102.238678) - (xy 118.331195 102.238678) - (xy 118.12161 102.1995) - (xy 117.90839 102.1995) - (xy 117.698804 102.238678) - (xy 117.49998 102.315702) - (xy 117.499975 102.315705) - (xy 117.318699 102.427946) - (xy 117.318692 102.427952) - (xy 117.161135 102.571586) - (xy 117.161131 102.571589) - (xy 117.161128 102.571593) - (xy 117.161124 102.571597) - (xy 117.161125 102.571597) - (xy 117.032635 102.741743) - (xy 117.03263 102.741752) - (xy 116.938895 102.93) - (xy 116.937595 102.932611) - (xy 116.925655 102.974574) - (xy 116.879244 103.137688) - (xy 116.859571 103.35) - (xy 112.670429 103.35) (xy 112.650756 103.13769) (xy 112.592405 102.932611) (xy 112.497366 102.741745) @@ -62604,7 +59036,7 @@ (xy 112.2113 102.427946) (xy 112.030024 102.315705) (xy 112.030019 102.315702) - (xy 112.022923 102.312953) + (xy 111.947946 102.283907) (xy 111.831198 102.238679) (xy 111.831197 102.238678) (xy 111.831195 102.238678) @@ -62622,44 +59054,55 @@ (xy 110.661125 102.571597) (xy 110.532635 102.741743) (xy 110.53263 102.741752) - (xy 110.438895 102.93) + (xy 110.440139 102.927501) (xy 110.437595 102.932611) (xy 110.425655 102.974574) (xy 110.379244 103.137688) (xy 110.359571 103.35) - (xy 109.450499 103.35) - (xy 109.450499 100.89344) - (xy 109.469406 100.83525) - (xy 109.474681 100.828609) - (xy 109.50288 100.796065) - (xy 109.502879 100.796065) - (xy 109.502882 100.796063) - (xy 109.556697 100.678226) - (xy 109.567138 100.605605) - (xy 109.575133 100.550002) - (xy 109.575133 100.549997) - (xy 109.556697 100.421774) - (xy 109.552745 100.41312) - (xy 109.502882 100.303937) - (xy 109.418049 100.206033) - (xy 109.418048 100.206032) - (xy 109.418047 100.206031) - (xy 109.309073 100.135998) - (xy 109.30907 100.135996) - (xy 109.309069 100.135996) - (xy 109.302057 100.133937) - (xy 109.184774 100.0995) - (xy 109.184772 100.0995) - (xy 109.055228 100.0995) - (xy 109.055225 100.0995) - (xy 108.930933 100.135995) - (xy 108.930926 100.135998) - (xy 108.821952 100.206031) - (xy 108.737117 100.303938) - (xy 108.683302 100.421774) - (xy 108.664867 100.549997) - (xy 108.664867 100.550002) - (xy 106.550499 100.550002) + (xy 109.4505 103.35) + (xy 109.4505 102.791415) + (xy 109.469407 102.733224) + (xy 109.474673 102.726592) + (xy 109.557882 102.630563) + (xy 109.611697 102.512726) + (xy 109.623886 102.427948) + (xy 109.630133 102.384502) + (xy 109.630133 102.384497) + (xy 109.611697 102.256274) + (xy 109.611696 102.256273) + (xy 109.557882 102.138437) + (xy 109.473049 102.040533) + (xy 109.473048 102.040532) + (xy 109.473047 102.040531) + (xy 109.364073 101.970498) + (xy 109.36407 101.970496) + (xy 109.364069 101.970496) + (xy 109.364066 101.970495) + (xy 109.239774 101.934) + (xy 109.239772 101.934) + (xy 109.110228 101.934) + (xy 109.110225 101.934) + (xy 108.985933 101.970495) + (xy 108.985926 101.970498) + (xy 108.876952 102.040531) + (xy 108.792117 102.138438) + (xy 108.738302 102.256274) + (xy 108.719867 102.384497) + (xy 108.719867 102.384502) + (xy 108.738302 102.512725) + (xy 108.785467 102.616) + (xy 108.792118 102.630563) + (xy 108.87532 102.726585) + (xy 108.899137 102.782944) + (xy 108.8995 102.791415) + (xy 108.8995 111.607084) + (xy 108.880593 111.665275) + (xy 108.87532 111.671914) + (xy 108.792118 111.767936) + (xy 108.738302 111.885774) + (xy 108.719867 112.013997) + (xy 108.719867 112.014002) + (xy 106.550499 112.014002) (xy 106.550499 96.116614) (xy 106.552607 96.096293) (xy 106.555042 96.084685) @@ -62698,27 +59141,25 @@ (xy 122.6795 100.017132) (xy 122.6795 100.017133) (xy 122.695485 100.097495) - (xy 122.695485 100.097496) - (xy 122.695486 100.097497) - (xy 122.706568 100.114081) - (xy 122.734934 100.156535) + (xy 122.695486 100.097496) + (xy 122.695486 100.097498) + (xy 122.755055 100.186647) (xy 122.756376 100.188624) - (xy 122.771266 100.198573) + (xy 122.771267 100.198574) (xy 122.786269 100.210885) (xy 127.900113 105.324729) (xy 127.912422 105.339729) (xy 127.922371 105.354618) (xy 127.922373 105.35462) (xy 127.922376 105.354624) - (xy 127.922379 105.354626) - (xy 127.944145 105.36917) - (xy 127.945376 105.369992) + (xy 127.926673 105.357495) + (xy 127.943504 105.368741) + (xy 127.943515 105.368749) + (xy 127.945377 105.369993) (xy 127.945378 105.369994) - (xy 127.954181 105.375876) - (xy 127.997968 105.405134) - (xy 128.005977 105.410485) + (xy 127.995546 105.403515) (xy 128.013505 105.415515) - (xy 128.081816 105.429103) + (xy 128.064316 105.425622) (xy 128.121 105.436897) (xy 128.13857 105.433401) (xy 128.157884 105.4315) @@ -62730,6 +59171,8 @@ (xy 134.929371 106.624618) (xy 134.929373 106.62462) (xy 134.929376 106.624624) + (xy 134.929379 106.624626) + (xy 134.951666 106.639518) (xy 134.952376 106.639992) (xy 134.952378 106.639994) (xy 135.020505 106.685515) @@ -62752,9 +59195,9 @@ (xy 143.835302 110.872225) (xy 143.873417 110.955683) (xy 143.889118 110.990063) - (xy 143.971273 111.084876) + (xy 143.973951 111.087967) (xy 143.973952 111.087968) - (xy 144.07807 111.15488) + (xy 144.033483 111.126226) (xy 144.082931 111.158004) (xy 144.207228 111.1945) (xy 144.20723 111.1945) @@ -62768,7 +59211,7 @@ (xy 149.864036 110.865355) (xy 149.872768 110.909248) (xy 149.87277 110.909252) - (xy 149.883983 110.926033) + (xy 149.903792 110.95568) (xy 149.906032 110.959032) (xy 149.955814 110.992295) (xy 149.966863 110.994492) @@ -62784,14 +59227,12 @@ (xy 152.023258 110.992295) (xy 152.07304 110.959032) (xy 152.106303 110.90925) - (xy 152.113668 110.872225) - (xy 152.115035 110.865355) - (xy 152.115036 110.865346) + (xy 152.115036 110.865348) (xy 152.115036 110.862006) (xy 156.617384 110.862006) (xy 156.626116 110.905899) (xy 156.626118 110.905903) - (xy 156.647715 110.938225) + (xy 156.628356 110.909252) (xy 156.65938 110.955683) (xy 156.709162 110.988946) (xy 156.720211 110.991143) @@ -62807,7 +59248,7 @@ (xy 158.776606 110.988946) (xy 158.826388 110.955683) (xy 158.859651 110.905901) - (xy 158.864282 110.882622) + (xy 158.86635 110.872225) (xy 158.868383 110.862006) (xy 158.868384 110.861997) (xy 158.868384 109.13236) @@ -62815,7 +59256,7 @@ (xy 158.860317 109.091806) (xy 158.859651 109.088457) (xy 158.826388 109.038675) - (xy 158.789176 109.013811) + (xy 158.795344 109.017932) (xy 158.776608 109.005413) (xy 158.776604 109.005411) (xy 158.732711 108.996679) @@ -62831,13 +59272,13 @@ (xy 156.617384 109.132351) (xy 156.617384 110.862006) (xy 152.115036 110.862006) - (xy 152.115036 109.135709) + (xy 152.115036 109.135708) + (xy 152.115035 109.135706) (xy 152.115035 109.1357) - (xy 152.106303 109.091807) - (xy 152.106301 109.091803) - (xy 152.094383 109.073967) + (xy 152.1085 109.102855) + (xy 152.106303 109.091806) (xy 152.07304 109.042024) - (xy 152.030816 109.013811) + (xy 152.053298 109.028833) (xy 152.02326 109.008762) (xy 152.023256 109.00876) (xy 151.979363 109.000028) @@ -62853,11 +59294,11 @@ (xy 149.864036 109.1357) (xy 149.864036 110.865355) (xy 144.709685 110.865355) - (xy 144.722349 110.777274) + (xy 144.725992 110.751936) (xy 144.727133 110.744002) (xy 144.727133 110.743997) (xy 144.708697 110.615774) - (xy 144.708696 110.615773) + (xy 144.703277 110.603906) (xy 144.654882 110.497937) (xy 144.646083 110.487783) (xy 144.57168 110.401914) @@ -62866,32 +59307,31 @@ (xy 144.5475 107.934677) (xy 144.549402 107.915363) (xy 144.552897 107.897794) - (xy 144.538375 107.824786) + (xy 144.5475 107.870661) (xy 144.531515 107.790299) - (xy 144.51392 107.763967) - (xy 144.496549 107.737969) - (xy 144.484755 107.720316) - (xy 144.484741 107.720298) - (xy 144.482696 107.717237) + (xy 144.531513 107.790296) + (xy 144.531513 107.790295) + (xy 144.470626 107.699173) (xy 144.470624 107.69917) + (xy 144.465875 107.695997) (xy 144.455733 107.68922) (xy 144.440731 107.676909) (xy 143.021091 106.257269) (xy 143.008779 106.242266) - (xy 143.003593 106.234505) + (xy 142.998831 106.227378) (xy 142.99883 106.227376) - (xy 142.998177 106.22694) - (xy 142.979918 106.214739) - (xy 142.979915 106.214737) - (xy 142.949671 106.194528) - (xy 142.9077 106.166484) - (xy 142.907701 106.166484) - (xy 142.821389 106.149316) - (xy 142.821377 106.149313) + (xy 142.978105 106.213528) + (xy 142.978096 106.213521) + (xy 142.944236 106.190897) + (xy 142.907703 106.166486) + (xy 142.907702 106.166485) + (xy 142.907701 106.166485) + (xy 142.848257 106.15466) + (xy 142.821388 106.149316) + (xy 142.821368 106.149311) (xy 142.800208 106.145103) (xy 142.800207 106.145103) (xy 142.800206 106.145103) - (xy 142.787266 106.147677) (xy 142.782636 106.148598) (xy 142.763322 106.1505) (xy 135.283124 106.1505) @@ -62903,10 +59343,8 @@ (xy 134.056624 104.957376) (xy 134.035899 104.943528) (xy 134.03589 104.943521) - (xy 134.006718 104.924029) - (xy 133.983662 104.908624) - (xy 133.965495 104.896485) - (xy 133.901071 104.88367) + (xy 133.978081 104.904895) + (xy 133.965496 104.896485) (xy 133.879182 104.879316) (xy 133.879162 104.879311) (xy 133.858002 104.875103) @@ -62917,13 +59355,14 @@ (xy 128.276124 104.8805) (xy 128.217933 104.861593) (xy 128.20612 104.851504) - (xy 127.058616 103.704) - (xy 134.480571 103.704) - (xy 134.500244 103.91631) + (xy 127.058615 103.703999) + (xy 134.480571 103.703999) + (xy 134.500244 103.916311) + (xy 134.519781 103.984976) (xy 134.558595 104.121389) (xy 134.653634 104.312255) (xy 134.782128 104.482407) - (xy 134.839135 104.534376) + (xy 134.845551 104.540225) (xy 134.939692 104.626047) (xy 134.939699 104.626053) (xy 135.012067 104.670861) @@ -62939,12 +59378,14 @@ (xy 136.713405 104.121389) (xy 136.771756 103.91631) (xy 136.791429 103.704) - (xy 140.980571 103.704) - (xy 141.000244 103.91631) + (xy 136.791429 103.703999) + (xy 140.980571 103.703999) + (xy 141.000244 103.916311) + (xy 141.019781 103.984976) (xy 141.058595 104.121389) (xy 141.153634 104.312255) (xy 141.282128 104.482407) - (xy 141.339135 104.534376) + (xy 141.345551 104.540225) (xy 141.439692 104.626047) (xy 141.439699 104.626053) (xy 141.512067 104.670861) @@ -63176,12 +59617,12 @@ (xy 143.213405 103.286611) (xy 143.118366 103.095745) (xy 142.989872 102.925593) - (xy 142.87744 102.823097) + (xy 142.916897 102.859067) (xy 142.832307 102.781952) (xy 142.8323 102.781946) (xy 142.651024 102.669705) (xy 142.651019 102.669702) - (xy 142.455995 102.59415) + (xy 142.549989 102.630563) (xy 142.452198 102.592679) (xy 142.452197 102.592678) (xy 142.452195 102.592678) @@ -63199,21 +59640,22 @@ (xy 141.282125 102.925597) (xy 141.153635 103.095743) (xy 141.15363 103.095752) - (xy 141.058596 103.286608) + (xy 141.076937 103.249774) + (xy 141.058595 103.286611) + (xy 141.048588 103.32178) (xy 141.000244 103.491688) - (xy 140.982639 103.681681) - (xy 140.980571 103.704) - (xy 136.791429 103.704) + (xy 140.980571 103.703999) + (xy 136.791429 103.703999) (xy 136.771756 103.49169) (xy 136.713405 103.286611) (xy 136.618366 103.095745) (xy 136.489872 102.925593) - (xy 136.37744 102.823097) + (xy 136.416897 102.859067) (xy 136.332307 102.781952) (xy 136.3323 102.781946) (xy 136.151024 102.669705) (xy 136.151019 102.669702) - (xy 135.955995 102.59415) + (xy 136.049989 102.630563) (xy 135.952198 102.592679) (xy 135.952197 102.592678) (xy 135.952195 102.592678) @@ -63231,11 +59673,12 @@ (xy 134.782125 102.925597) (xy 134.653635 103.095743) (xy 134.65363 103.095752) - (xy 134.558596 103.286608) + (xy 134.576937 103.249774) + (xy 134.558595 103.286611) + (xy 134.548588 103.32178) (xy 134.500244 103.491688) - (xy 134.482639 103.681681) - (xy 134.480571 103.704) - (xy 127.058616 103.704) + (xy 134.480571 103.703999) + (xy 127.058615 103.703999) (xy 125.554619 102.200003) (xy 128.44504 102.200003) (xy 128.464828 102.400929) @@ -63246,7 +59689,7 @@ (xy 128.905156 102.443029) (xy 128.965588 102.4526) (xy 129.008543 102.495263) - (xy 129.02144 102.520153) + (xy 129.017592 102.512726) (xy 129.021442 102.520156) (xy 129.124638 102.630652) (xy 129.186888 102.668507) @@ -63293,6 +59736,7 @@ (xy 130.044842 101.956969) (xy 129.98441 101.947397) (xy 129.941454 101.904733) + (xy 129.933363 101.889118) (xy 129.928558 101.879844) (xy 129.825362 101.769348) (xy 129.825361 101.769347) @@ -63304,7 +59748,7 @@ (xy 149.902833 101.837516) (xy 149.902834 101.83752) (xy 149.973504 102.028336) - (xy 150.010099 102.087047) + (xy 150.016923 102.097996) (xy 150.081135 102.201016) (xy 150.08114 102.201022) (xy 150.220605 102.347739) @@ -63328,15 +59772,15 @@ (xy 152.120453 101.737734) (xy 152.125631 101.63563) (xy 156.626416 101.63563) - (xy 156.656904 101.834635) + (xy 156.657229 101.836758) (xy 156.65723 101.836762) (xy 156.7279 102.027578) (xy 156.753577 102.068773) (xy 156.835531 102.200258) (xy 156.835533 102.20026) (xy 156.835534 102.200262) - (xy 156.871299 102.237886) - (xy 156.945268 102.315702) + (xy 156.837182 102.201996) + (xy 156.962098 102.333407) (xy 156.975727 102.347744) (xy 156.975729 102.347745) (xy 156.975732 102.347748) @@ -63347,7 +59791,7 @@ (xy 157.529045 102.585191) (xy 157.529048 102.585191) (xy 157.93153 102.585191) - (xy 157.958689 102.582429) + (xy 157.957167 102.582583) (xy 158.083224 102.569765) (xy 158.277374 102.50885) (xy 158.455288 102.4101) @@ -63368,7 +59812,7 @@ (xy 158.368835 100.705396) (xy 158.181844 100.625151) (xy 158.181846 100.625151) - (xy 158.102117 100.608767) + (xy 158.08673 100.605605) (xy 157.982527 100.584191) (xy 157.580044 100.584191) (xy 157.580042 100.584191) @@ -63378,13 +59822,10 @@ (xy 157.056287 100.759279) (xy 157.056284 100.759281) (xy 156.901895 100.89182) - (xy 156.901891 100.891824) - (xy 156.901891 100.891825) - (xy 156.900233 100.893967) (xy 156.777335 101.052736) - (xy 156.692317 101.226061) + (xy 156.71009 101.189828) (xy 156.687726 101.23542) - (xy 156.648723 101.386061) + (xy 156.650217 101.380289) (xy 156.636722 101.43241) (xy 156.626417 101.635627) (xy 156.626416 101.63563) @@ -63393,15 +59834,15 @@ (xy 152.099946 101.333378) (xy 152.029276 101.142562) (xy 151.921642 100.969878) - (xy 151.822929 100.866033) - (xy 151.781453 100.8224) + (xy 151.781449 100.822396) + (xy 151.781447 100.822394) (xy 151.781443 100.822391) (xy 151.614444 100.706157) (xy 151.614441 100.706155) (xy 151.614439 100.706154) (xy 151.427448 100.625909) (xy 151.42745 100.625909) - (xy 151.330135 100.605911) + (xy 151.347721 100.609525) (xy 151.228131 100.584949) (xy 150.825648 100.584949) (xy 150.825646 100.584949) @@ -63412,9 +59853,9 @@ (xy 150.301888 100.760039) (xy 150.147499 100.892578) (xy 150.022939 101.053494) - (xy 149.956065 101.189829) + (xy 149.940286 101.221998) (xy 149.93333 101.236178) - (xy 149.88379 101.427515) + (xy 149.894221 101.387226) (xy 149.882326 101.433168) (xy 149.872021 101.636385) (xy 149.87202 101.636388) @@ -63440,7 +59881,7 @@ (xy 129.191795 101.721378) (xy 129.186543 101.72565) (xy 129.186542 101.725651) - (xy 129.163205 101.744637) + (xy 129.139128 101.764225) (xy 129.069258 101.821068) (xy 129.001833 101.916589) (xy 128.952829 101.953226) @@ -63470,11 +59911,11 @@ (xy 128.676381 100.264569) (xy 128.781875 100.393115) (xy 128.781884 100.393124) - (xy 128.816795 100.421774) + (xy 128.84739 100.446883) (xy 128.930419 100.515023) (xy 128.930423 100.515025) (xy 128.93043 100.51503) - (xy 129.088683 100.599617) + (xy 129.061241 100.584949) (xy 129.099886 100.605605) (xy 129.227987 100.644464) (xy 129.283768 100.661385) @@ -63494,7 +59935,7 @@ (xy 130.290023 100.244581) (xy 130.290027 100.244572) (xy 130.29003 100.244569) - (xy 130.369915 100.095114) + (xy 130.362693 100.108625) (xy 130.380605 100.075114) (xy 130.436385 99.891231) (xy 130.436386 99.891226) @@ -63502,7 +59943,7 @@ (xy 130.45522 99.699996) (xy 130.436386 99.508773) (xy 130.436385 99.508768) - (xy 130.414507 99.436646) + (xy 130.419464 99.452987) (xy 130.414507 99.436645) (xy 136.606293 99.436645) (xy 136.606294 99.436646) @@ -63510,7 +59951,7 @@ (xy 137.257001 99.455553) (xy 137.292965 99.505053) (xy 137.293799 99.563535) - (xy 137.29159 99.571063) + (xy 137.285509 99.591774) (xy 137.278205 99.616649) (xy 137.277705 99.618351) (xy 137.277705 99.754941) @@ -63576,7 +60017,7 @@ (xy 149.902833 99.337516) (xy 149.902834 99.33752) (xy 149.973504 99.528336) - (xy 150.000135 99.571061) + (xy 150.013045 99.591774) (xy 150.081135 99.701016) (xy 150.08114 99.701022) (xy 150.221068 99.848226) @@ -63607,12 +60048,12 @@ (xy 156.835531 99.700258) (xy 156.835533 99.70026) (xy 156.835534 99.700262) - (xy 156.854298 99.720002) + (xy 156.854297 99.720001) (xy 156.939614 99.809754) (xy 156.975727 99.847744) (xy 156.975729 99.847745) (xy 156.975732 99.847748) - (xy 157.078632 99.919368) + (xy 157.127118 99.953115) (xy 157.142737 99.963986) (xy 157.329726 100.04423) (xy 157.329728 100.044231) @@ -63630,11 +60071,9 @@ (xy 158.885155 99.033755) (xy 158.854342 98.83262) (xy 158.783672 98.641804) - (xy 158.691888 98.49455) + (xy 158.676512 98.469881) (xy 158.67604 98.469123) (xy 158.676035 98.469117) - (xy 158.662024 98.454378) - (xy 158.589917 98.378521) (xy 158.535849 98.321642) (xy 158.535839 98.321633) (xy 158.36884 98.205399) @@ -63652,9 +60091,6 @@ (xy 157.056287 98.259279) (xy 157.056284 98.259281) (xy 156.901895 98.39182) - (xy 156.901891 98.391824) - (xy 156.901891 98.391825) - (xy 156.891974 98.404637) (xy 156.777335 98.552736) (xy 156.69616 98.718226) (xy 156.687726 98.73542) @@ -63667,7 +60103,7 @@ (xy 152.099946 98.833378) (xy 152.029276 98.642562) (xy 151.921642 98.469878) - (xy 151.807803 98.35012) + (xy 151.82119 98.364203) (xy 151.781453 98.3224) (xy 151.781443 98.322391) (xy 151.614444 98.206157) @@ -63685,9 +60121,6 @@ (xy 150.301891 98.260037) (xy 150.301888 98.260039) (xy 150.147499 98.392578) - (xy 150.147495 98.392582) - (xy 150.147495 98.392583) - (xy 150.134698 98.409115) (xy 150.022939 98.553494) (xy 149.939842 98.722902) (xy 149.93333 98.736178) @@ -63736,11 +60169,11 @@ (xy 136.606293 99.436645) (xy 130.414507 99.436645) (xy 130.380605 99.324886) - (xy 130.370508 99.305995) + (xy 130.380602 99.32488) (xy 130.29003 99.15543) (xy 130.290025 99.155423) (xy 130.290023 99.155419) - (xy 130.211228 99.059407) + (xy 130.218228 99.067937) (xy 130.168124 99.006884) (xy 130.168115 99.006875) (xy 130.06058 98.918624) @@ -63779,14 +60212,14 @@ (xy 128.659969 97.744569) (xy 128.659975 97.744578) (xy 128.659977 97.744581) - (xy 128.693147 97.784999) + (xy 128.666349 97.752345) (xy 128.781875 97.893115) (xy 128.781884 97.893124) - (xy 128.826856 97.930031) + (xy 128.847674 97.947116) (xy 128.930419 98.015023) (xy 128.930423 98.015025) (xy 128.93043 98.01503) - (xy 129.088683 98.099617) + (xy 129.087654 98.099067) (xy 129.099886 98.105605) (xy 129.217841 98.141386) (xy 129.283768 98.161385) @@ -63820,10 +60253,10 @@ (xy 130.29003 96.65543) (xy 130.290025 96.655423) (xy 130.290023 96.655419) - (xy 130.21592 96.565124) + (xy 130.215464 96.564569) (xy 130.168124 96.506884) (xy 130.168115 96.506875) - (xy 130.071479 96.427569) + (xy 130.081521 96.43581) (xy 130.019581 96.384977) (xy 130.019578 96.384975) (xy 130.019569 96.384969) @@ -63903,7 +60336,7 @@ (xy 130.193845 94.038226) (xy 130.168124 94.006884) (xy 130.168115 94.006875) - (xy 130.071618 93.927683) + (xy 130.081521 93.93581) (xy 130.019581 93.884977) (xy 130.019578 93.884975) (xy 130.019569 93.884969) @@ -64005,7 +60438,7 @@ (xy 128.4995 91.360172) (xy 128.4995 93.039827) (xy 104.990499 93.039827) - (xy 104.990499 92.566329) + (xy 104.990499 92.562633) (xy 104.990499 91.930922) (xy 105.009406 91.872734) (xy 105.058906 91.83677) @@ -64013,6 +60446,7 @@ (xy 105.169592 91.872734) (xy 105.187652 91.918001) (xy 105.19367 91.963709) + (xy 105.219581 92.026266) (xy 105.249139 92.097625) (xy 105.337379 92.212621) (xy 105.452375 92.300861) @@ -64039,7 +60473,7 @@ (xy 111.550861 92.307625) (xy 111.60633 92.173709) (xy 111.62525 92.03) - (xy 111.616522 91.963709) + (xy 111.624758 92.026266) (xy 111.60633 91.886291) (xy 111.550861 91.752375) (xy 111.462621 91.637379) @@ -64132,8 +60566,8 @@ (xy 136.83245 97.802213) (xy 136.832452 97.802215) (xy 136.832453 97.802217) - (xy 136.841878 97.812132) - (xy 136.918858 97.893115) + (xy 136.872508 97.844354) + (xy 136.97019 97.947116) (xy 136.972646 97.949699) (xy 136.972648 97.9497) (xy 136.972651 97.949703) @@ -64155,9 +60589,12 @@ (xy 138.882074 97.13571) (xy 138.851261 96.934575) (xy 138.780591 96.743759) - (xy 138.672957 96.571075) - (xy 138.545634 96.437132) - (xy 138.532768 96.423597) + (xy 138.68094 96.583883) + (xy 138.672959 96.571078) + (xy 138.672954 96.571072) + (xy 138.666772 96.564569) + (xy 138.532764 96.423593) + (xy 138.532762 96.423591) (xy 138.532758 96.423588) (xy 138.365759 96.307354) (xy 138.365756 96.307352) @@ -64300,202 +60737,1039 @@ (xy 102.921953 89.658624) (xy 102.914501 89.681562) (xy 102.9145 89.681569) - (xy 102.9145 101.355876) - (xy 102.895593 101.414067) - (xy 102.846093 101.450031) - (xy 102.784907 101.450031) - (xy 102.745496 101.42588) - (xy 102.551938 101.232322) - (xy 102.524161 101.177805) - (xy 102.52395 101.148227) - (xy 102.525133 101.14) - (xy 102.520564 101.108225) - (xy 102.506697 101.011774) - (xy 102.452882 100.893937) - (xy 102.368049 100.796033) - (xy 102.368048 100.796032) - (xy 102.368047 100.796031) - (xy 102.259073 100.725998) - (xy 102.25907 100.725996) - (xy 102.259069 100.725996) - (xy 102.245746 100.722084) - (xy 102.134774 100.6895) - (xy 102.134772 100.6895) - (xy 102.005228 100.6895) - (xy 102.005225 100.6895) - (xy 101.880933 100.725995) - (xy 101.880926 100.725998) - (xy 101.771952 100.796031) - (xy 101.687117 100.893938) - (xy 101.633302 101.011774) - (xy 101.614867 101.139997) - (xy 101.614867 101.140002) - (xy 101.633302 101.268225) - (xy 101.672656 101.354397) - (xy 101.687118 101.386063) - (xy 101.769386 101.481007) - (xy 101.771952 101.483968) - (xy 101.850602 101.534513) - (xy 101.880931 101.554004) - (xy 102.005228 101.5905) - (xy 102.089877 101.5905) - (xy 102.148068 101.609407) - (xy 102.15988 101.619496) - (xy 102.320503 101.780118) - (xy 102.348281 101.834635) - (xy 102.3495 101.850122) - (xy 102.3495 115.214876) - (xy 102.330593 115.273067) - (xy 102.320504 115.28488) - (xy 95.95988 121.645504) - (xy 95.905363 121.673281) - (xy 95.889876 121.6745) - (xy 95.019391 121.6745) - (xy 94.9612 121.655593) - (xy 94.925236 121.606093) - (xy 94.925236 121.544907) - (xy 94.944569 121.510671) - (xy 95.017882 121.426063) - (xy 95.071697 121.308226) - (xy 95.080977 121.243684) - (xy 95.090133 121.180002) - (xy 95.090133 121.179997) - (xy 95.071697 121.051774) - (xy 95.05888 121.02371) - (xy 95.017882 120.933937) - (xy 94.933049 120.836033) - (xy 94.933048 120.836032) - (xy 94.933047 120.836031) - (xy 94.824073 120.765998) - (xy 94.82407 120.765996) - (xy 94.824069 120.765996) - (xy 94.824066 120.765995) - (xy 94.699774 120.7295) - (xy 94.699772 120.7295) - (xy 94.615124 120.7295) - (xy 94.556933 120.710593) - (xy 94.54512 120.700504) - (xy 93.639496 119.79488) - (xy 93.611719 119.740363) - (xy 93.6105 119.724876) - (xy 93.6105 107.399623) - (xy 93.629407 107.341432) - (xy 93.63949 107.329625) - (xy 94.81962 106.149496) - (xy 94.874137 106.121719) - (xy 94.889624 106.1205) - (xy 94.981352 106.1205) - (xy 94.981352 106.123295) - (xy 95.029599 106.131636) - (xy 95.072249 106.175506) - (xy 95.080968 106.236067) - (xy 95.070253 106.263598) - (xy 95.071115 106.263992) - (xy 95.014358 106.388269) - (xy 94.995923 106.516492) - (xy 94.995923 106.516497) - (xy 95.014358 106.64472) - (xy 95.0646 106.754733) - (xy 95.068174 106.762558) - (xy 95.140395 106.845907) - (xy 95.153008 106.860463) - (xy 95.261982 106.930496) - (xy 95.261987 106.930499) - (xy 95.386284 106.966995) - (xy 95.386286 106.966995) - (xy 95.515826 106.966995) - (xy 95.515828 106.966995) - (xy 95.640125 106.930499) - (xy 95.736978 106.868254) - (xy 95.79615 106.852701) - (xy 95.853167 106.8749) - (xy 95.886246 106.926372) - (xy 95.889499 106.95154) - (xy 95.889499 115.170991) - (xy 95.870592 115.229182) - (xy 95.860503 115.240995) - (xy 95.281267 115.820231) - (xy 95.266269 115.832539) - (xy 95.251379 115.842489) - (xy 95.251376 115.842491) - (xy 95.190484 115.933621) - (xy 95.187272 115.949773) - (xy 95.169103 116.041115) - (xy 95.172598 116.058685) - (xy 95.1745 116.077999) - (xy 95.1745 116.643084) - (xy 95.155593 116.701275) - (xy 95.15032 116.707914) - (xy 95.067118 116.803936) - (xy 95.013302 116.921774) - (xy 94.994867 117.049997) - (xy 94.994867 117.050002) - (xy 95.013302 117.178225) - (xy 95.04686 117.251705) - (xy 95.067118 117.296063) - (xy 95.130289 117.368967) - (xy 95.151952 117.393968) - (xy 95.220418 117.437968) - (xy 95.260931 117.464004) - (xy 95.385228 117.5005) - (xy 95.38523 117.5005) - (xy 95.51477 117.5005) - (xy 95.514772 117.5005) - (xy 95.639069 117.464004) - (xy 95.748049 117.393967) - (xy 95.832882 117.296063) - (xy 95.886697 117.178226) - (xy 95.897872 117.1005) - (xy 95.905133 117.050002) - (xy 95.905133 117.049997) - (xy 95.894356 116.97504) - (xy 95.904789 116.914751) - (xy 95.948667 116.872108) - (xy 96.00923 116.863401) - (xy 96.063344 116.891954) - (xy 96.067157 116.896108) - (xy 96.118559 116.95543) - (xy 96.151952 116.993968) - (xy 96.23914 117.05) - (xy 96.260931 117.064004) - (xy 96.385228 117.1005) - (xy 96.38523 117.1005) - (xy 96.51477 117.1005) - (xy 96.514772 117.1005) - (xy 96.639069 117.064004) - (xy 96.748049 116.993967) - (xy 96.764449 116.97504) - (xy 96.777769 116.959669) - (xy 96.830165 116.928073) - (xy 96.852588 116.9255) - (xy 97.828116 116.9255) - (xy 97.847429 116.927401) - (xy 97.865 116.930897) - (xy 97.892132 116.9255) - (xy 97.892133 116.9255) - (xy 97.972495 116.909515) - (xy 98.026447 116.873465) - (xy 98.040622 116.863994) - (xy 98.040622 116.863993) - (xy 98.051342 116.856831) - (xy 98.051344 116.856828) - (xy 98.063624 116.848624) - (xy 98.073574 116.83373) - (xy 98.085881 116.818733) - (xy 100.278733 114.625881) - (xy 100.293729 114.613575) + (xy 102.9145 106.581568) + (xy 102.914499 106.669717) + (xy 102.914075 106.676184) + (xy 102.89975 106.784998) + (xy 102.89975 106.785) + (xy 102.914076 106.893814) + (xy 102.9145 106.900282) + (xy 102.9145 113.792437) + (xy 102.921953 113.815374) + (xy 102.925579 113.830474) + (xy 102.929354 113.854306) + (xy 102.938218 113.871701) + (xy 102.939373 113.873968) + (xy 102.940301 113.875788) + (xy 102.946247 113.890142) + (xy 102.953703 113.913088) + (xy 102.953702 113.913088) + (xy 102.967884 113.932608) + (xy 102.975997 113.945847) + (xy 102.98695 113.967342) + (xy 102.986951 113.967343) + (xy 103.007031 113.987424) + (xy 103.009515 113.989908) + (xy 103.009516 113.989909) + (xy 103.819104 114.799497) + (xy 103.84688 114.854012) + (xy 103.837309 114.914444) + (xy 103.819103 114.939503) + (xy 101.077723 117.680882) + (xy 101.035613 117.705867) + (xy 101.007935 117.713994) + (xy 101.007926 117.713998) + (xy 100.898952 117.784031) + (xy 100.814117 117.881938) + (xy 100.760302 117.999774) + (xy 100.741867 118.127997) + (xy 100.741867 118.128002) + (xy 93.2765 118.128002) + (xy 93.2765 109.307883) + (xy 93.278402 109.288569) + (xy 93.27876 109.286771) + (xy 93.281897 109.271) + (xy 93.275159 109.237128) + (xy 93.260515 109.163505) + (xy 93.24279 109.136978) + (xy 93.214994 109.095378) + (xy 93.214992 109.095376) + (xy 93.199624 109.072376) + (xy 93.184733 109.062426) + (xy 93.169731 109.050115) + (xy 88.063938 103.944322) + (xy 88.036161 103.889805) + (xy 88.03595 103.860227) + (xy 88.037133 103.851999) + (xy 88.037133 103.851998) + (xy 88.018697 103.723774) + (xy 88.009666 103.703999) + (xy 87.964882 103.605937) + (xy 87.880049 103.508033) + (xy 87.880048 103.508032) + (xy 87.880047 103.508031) + (xy 87.771073 103.437998) + (xy 87.77107 103.437996) + (xy 87.771069 103.437996) + (xy 87.771066 103.437995) + (xy 87.646774 103.4015) + (xy 87.646772 103.4015) + (xy 87.517228 103.4015) + (xy 87.517225 103.4015) + (xy 87.392933 103.437995) + (xy 87.392926 103.437998) + (xy 87.283952 103.508031) + (xy 87.199117 103.605938) + (xy 87.145302 103.723774) + (xy 87.126867 103.851997) + (xy 87.126867 103.852002) + (xy 87.145302 103.980225) + (xy 87.189447 104.076886) + (xy 87.199118 104.098063) + (xy 87.26417 104.173138) + (xy 87.283952 104.195968) + (xy 87.303541 104.208557) + (xy 87.392931 104.266004) + (xy 87.517228 104.3025) + (xy 87.601876 104.3025) + (xy 87.660067 104.321407) + (xy 87.671879 104.331495) + (xy 92.696504 109.356121) + (xy 92.72428 109.410636) + (xy 92.725499 109.426123) + (xy 92.725499 118.618875) + (xy 92.706592 118.677066) + (xy 92.657092 118.71303) + (xy 92.595906 118.71303) + (xy 92.556493 118.688876) + (xy 92.544494 118.676876) + (xy 92.516718 118.622358) + (xy 92.5155 118.606875) + (xy 92.5155 112.938883) + (xy 92.517402 112.919569) + (xy 92.520897 112.902) + (xy 92.511452 112.854515) + (xy 92.499515 112.794505) + (xy 92.49769 112.791774) + (xy 92.469277 112.749251) + (xy 92.463239 112.740214) + (xy 92.453994 112.726378) + (xy 92.453992 112.726376) + (xy 92.438624 112.703376) + (xy 92.423733 112.693426) + (xy 92.408731 112.681115) + (xy 89.811885 110.084269) + (xy 89.799573 110.069266) + (xy 89.789625 110.054378) + (xy 89.789624 110.054376) + (xy 89.768899 110.040528) + (xy 89.76889 110.040521) + (xy 89.724779 110.011048) + (xy 89.698496 109.993486) + (xy 89.698495 109.993485) + (xy 89.634071 109.98067) + (xy 89.612182 109.976316) + (xy 89.612162 109.976311) + (xy 89.591002 109.972103) + (xy 89.591001 109.972103) + (xy 89.591 109.972103) + (xy 89.57343 109.975598) + (xy 89.554116 109.9775) + (xy 84.709701 109.9775) + (xy 84.65151 109.958593) + (xy 84.615546 109.909093) + (xy 84.615546 109.847907) + (xy 84.627379 109.823509) + (xy 84.632568 109.815741) + (xy 84.644881 109.800733) + (xy 86.093733 108.351881) + (xy 86.108729 108.339575) + (xy 86.123624 108.329624) + (xy 86.139212 108.306296) + (xy 86.184516 108.238494) + (xy 86.205897 108.131) + (xy 86.205897 108.130999) + (xy 86.202402 108.113427) + (xy 86.2005 108.094115) + (xy 86.2005 106.895124) + (xy 86.219407 106.836933) + (xy 86.268907 106.800969) + (xy 86.330093 106.800969) + (xy 86.369504 106.82512) + (xy 86.640061 107.095677) + (xy 86.667838 107.150194) + (xy 86.66805 107.179763) + (xy 86.666867 107.187995) + (xy 86.666867 107.188002) + (xy 86.685302 107.316225) + (xy 86.716483 107.3845) + (xy 86.739118 107.434063) + (xy 86.822112 107.529845) + (xy 86.823952 107.531968) + (xy 86.925764 107.597398) + (xy 86.932931 107.602004) + (xy 87.057228 107.6385) + (xy 87.05723 107.6385) + (xy 87.18677 107.6385) + (xy 87.186772 107.6385) + (xy 87.311069 107.602004) + (xy 87.420049 107.531967) + (xy 87.504882 107.434063) + (xy 87.558697 107.316226) + (xy 87.569244 107.242867) + (xy 87.577133 107.188002) + (xy 87.577133 107.187997) + (xy 87.558697 107.059774) + (xy 87.532846 107.003169) + (xy 87.504882 106.941937) + (xy 87.420049 106.844033) + (xy 87.420048 106.844032) + (xy 87.420047 106.844031) + (xy 87.311073 106.773998) + (xy 87.31107 106.773996) + (xy 87.311069 106.773996) + (xy 87.301567 106.771206) + (xy 87.186774 106.7375) + (xy 87.186772 106.7375) + (xy 87.102124 106.7375) + (xy 87.043933 106.718593) + (xy 87.03212 106.708504) + (xy 86.664496 106.34088) + (xy 86.636719 106.286363) + (xy 86.6355 106.270876) + (xy 86.6355 100.231124) + (xy 86.654407 100.172933) + (xy 86.664496 100.16112) + (xy 87.03212 99.793496) + (xy 87.086637 99.765719) + (xy 87.102124 99.7645) + (xy 87.18677 99.7645) + (xy 87.186772 99.7645) + (xy 87.311069 99.728004) + (xy 87.420049 99.657967) + (xy 87.504882 99.560063) + (xy 87.558697 99.442226) + (xy 87.572692 99.344886) + (xy 87.577133 99.314002) + (xy 87.577133 99.313997) + (xy 87.558697 99.185774) + (xy 87.536143 99.136388) + (xy 87.504882 99.067937) + (xy 87.420049 98.970033) + (xy 87.420048 98.970032) + (xy 87.420047 98.970031) + (xy 87.311073 98.899998) + (xy 87.31107 98.899996) + (xy 87.311069 98.899996) + (xy 87.311066 98.899995) + (xy 87.186774 98.8635) + (xy 87.186772 98.8635) + (xy 87.057228 98.8635) + (xy 87.057225 98.8635) + (xy 86.932933 98.899995) + (xy 86.932926 98.899998) + (xy 86.823952 98.970031) + (xy 86.739117 99.067938) + (xy 86.685302 99.185774) + (xy 86.666867 99.313997) + (xy 86.666867 99.314002) + (xy 86.66805 99.322234) + (xy 86.657613 99.382523) + (xy 86.640061 99.406321) + (xy 86.369504 99.676879) + (xy 86.314987 99.704657) + (xy 86.254555 99.695086) + (xy 86.21129 99.651821) + (xy 86.2005 99.606876) + (xy 86.2005 82.53146) + (xy 86.219407 82.473269) + (xy 86.268907 82.437305) + (xy 86.27158 82.436479) + (xy 86.314069 82.424004) + (xy 86.423049 82.353967) + (xy 86.43486 82.340335) + (xy 86.452769 82.319669) + (xy 86.505165 82.288073) + (xy 86.527588 82.2855) + (xy 86.924876 82.2855) + (xy 86.983067 82.304407) + (xy 86.99488 82.314496) + (xy 88.77588 84.095496) + (xy 88.803657 84.150013) + (xy 88.794086 84.210445) + (xy 88.750821 84.25371) + (xy 88.705876 84.2645) + (xy 88.067588 84.2645) + (xy 88.009397 84.245593) + (xy 87.992769 84.230331) + (xy 87.96305 84.196034) + (xy 87.963048 84.196032) + (xy 87.854073 84.125998) + (xy 87.85407 84.125996) + (xy 87.854069 84.125996) + (xy 87.854066 84.125995) + (xy 87.729774 84.0895) + (xy 87.729772 84.0895) + (xy 87.600228 84.0895) + (xy 87.600225 84.0895) + (xy 87.475933 84.125995) + (xy 87.475926 84.125998) + (xy 87.366952 84.196031) + (xy 87.282117 84.293938) + (xy 87.228302 84.411774) + (xy 87.209867 84.539997) + (xy 87.209867 84.540002) + (xy 87.228302 84.668225) + (xy 87.260637 84.739027) + (xy 87.282118 84.786063) + (xy 87.34526 84.858934) + (xy 87.366952 84.883968) + (xy 87.41788 84.916697) + (xy 87.475931 84.954004) + (xy 87.600228 84.9905) + (xy 87.60023 84.9905) + (xy 87.72977 84.9905) + (xy 87.729772 84.9905) + (xy 87.854069 84.954004) + (xy 87.963049 84.883967) + (xy 87.984742 84.858932) + (xy 87.992769 84.849669) + (xy 88.045165 84.818073) + (xy 88.067588 84.8155) + (xy 88.614876 84.8155) + (xy 88.673067 84.834407) + (xy 88.68488 84.844496) + (xy 88.950362 85.109978) + (xy 88.978139 85.164495) + (xy 88.968568 85.224927) + (xy 88.925303 85.268192) + (xy 88.864871 85.277763) + (xy 88.852467 85.274972) + (xy 88.799774 85.2595) + (xy 88.799772 85.2595) + (xy 88.670228 85.2595) + (xy 88.670225 85.2595) + (xy 88.545933 85.295995) + (xy 88.545926 85.295998) + (xy 88.436952 85.366031) + (xy 88.352117 85.463938) + (xy 88.298302 85.581774) + (xy 88.279867 85.709997) + (xy 88.279867 85.710002) + (xy 88.298302 85.838225) + (xy 88.352117 85.956061) + (xy 88.352118 85.956063) + (xy 88.43532 86.052085) + (xy 88.459137 86.108444) + (xy 88.4595 86.116915) + (xy 88.4595 86.844115) + (xy 88.440593 86.902306) + (xy 88.391093 86.93827) + (xy 88.329907 86.93827) + (xy 88.280407 86.902306) + (xy 88.270447 86.885242) + (xy 88.244657 86.828773) + (xy 88.237882 86.813937) + (xy 88.153049 86.716033) + (xy 88.153048 86.716032) + (xy 88.153047 86.716031) + (xy 88.044073 86.645998) + (xy 88.04407 86.645996) + (xy 88.044069 86.645996) + (xy 88.040289 86.644886) + (xy 87.919774 86.6095) + (xy 87.919772 86.6095) + (xy 87.790228 86.6095) + (xy 87.790225 86.6095) + (xy 87.665933 86.645995) + (xy 87.665926 86.645998) + (xy 87.556952 86.716031) + (xy 87.472117 86.813938) + (xy 87.418302 86.931774) + (xy 87.399867 87.059997) + (xy 87.399867 87.060002) + (xy 87.418302 87.188225) + (xy 87.465115 87.290729) + (xy 87.472118 87.306063) + (xy 87.55532 87.402085) + (xy 87.579137 87.458444) + (xy 87.5795 87.466915) + (xy 87.5795 95.957115) + (xy 87.577598 95.976427) + (xy 87.574103 95.993999) + (xy 87.574103 95.994002) + (xy 87.578313 96.015171) + (xy 87.578316 96.015183) + (xy 87.595484 96.101494) + (xy 87.595485 96.101495) + (xy 87.623528 96.143465) + (xy 87.627401 96.149261) + (xy 87.656376 96.192624) + (xy 87.667086 96.19978) + (xy 87.671266 96.202573) + (xy 87.686269 96.214885) + (xy 88.106814 96.63543) + (xy 88.511504 97.040119) + (xy 88.539281 97.094636) + (xy 88.5405 97.110123) + (xy 88.5405 98.907084) + (xy 88.521593 98.965275) + (xy 88.51632 98.971914) + (xy 88.433118 99.067936) + (xy 88.379302 99.185774) + (xy 88.360867 99.313997) + (xy 88.360867 99.314002) + (xy 88.379302 99.442225) + (xy 88.418629 99.528337) + (xy 88.433118 99.560063) + (xy 88.483624 99.618351) + (xy 88.517952 99.657968) + (xy 88.616163 99.721084) + (xy 88.626931 99.728004) + (xy 88.751228 99.7645) + (xy 88.75123 99.7645) + (xy 88.88077 99.7645) + (xy 88.880772 99.7645) + (xy 89.005069 99.728004) + (xy 89.114049 99.657967) + (xy 89.198882 99.560063) + (xy 89.252697 99.442226) + (xy 89.266692 99.344886) + (xy 89.271133 99.314002) + (xy 89.271133 99.313997) + (xy 89.252697 99.185774) + (xy 89.238839 99.15543) + (xy 89.198882 99.067937) + (xy 89.175107 99.040499) + (xy 89.11568 98.971914) + (xy 89.091863 98.915555) + (xy 89.0915 98.907084) + (xy 89.0915 96.991883) + (xy 89.093402 96.972569) + (xy 89.096897 96.955) + (xy 89.075515 96.847505) + (xy 89.075515 96.847504) + (xy 89.034318 96.78585) + (xy 89.029994 96.779378) + (xy 89.029992 96.779376) + (xy 89.014624 96.756376) + (xy 88.999733 96.746426) + (xy 88.984731 96.734115) + (xy 88.159496 95.90888) + (xy 88.131719 95.854363) + (xy 88.1305 95.838876) + (xy 88.1305 87.466915) + (xy 88.149407 87.408724) + (xy 88.154673 87.402092) + (xy 88.237882 87.306063) + (xy 88.270446 87.234757) + (xy 88.311819 87.18968) + (xy 88.371786 87.177529) + (xy 88.427442 87.202947) + (xy 88.457528 87.256224) + (xy 88.4595 87.275884) + (xy 88.4595 93.168115) + (xy 88.457598 93.187427) + (xy 88.454103 93.204999) + (xy 88.454103 93.205002) + (xy 88.458311 93.226162) + (xy 88.458316 93.226182) + (xy 88.4595 93.232132) + (xy 88.4595 93.232133) + (xy 88.475485 93.312495) + (xy 88.475486 93.312496) + (xy 88.475486 93.312498) + (xy 88.513572 93.369496) + (xy 88.536376 93.403624) + (xy 88.551267 93.413574) + (xy 88.566269 93.425885) + (xy 90.599113 95.458729) + (xy 90.611422 95.473729) + (xy 90.621371 95.488618) + (xy 90.621373 95.48862) + (xy 90.621376 95.488624) + (xy 90.644376 95.503992) + (xy 90.644378 95.503994) + (xy 90.712505 95.549515) + (xy 90.82 95.570897) + (xy 90.83757 95.567401) + (xy 90.856884 95.5655) + (xy 93.151876 95.5655) + (xy 93.210067 95.584407) + (xy 93.22188 95.594496) + (xy 96.257504 98.63012) + (xy 96.285281 98.684637) + (xy 96.2865 98.700124) + (xy 96.2865 99.172876) + (xy 96.267593 99.231067) + (xy 96.218093 99.267031) + (xy 96.156907 99.267031) + (xy 96.117496 99.24288) + (xy 95.556938 98.682322) + (xy 95.529161 98.627805) + (xy 95.52895 98.598227) + (xy 95.530133 98.589999) + (xy 95.530133 98.589998) + (xy 95.511697 98.461774) + (xy 95.484545 98.40232) + (xy 95.457882 98.343937) + (xy 95.373049 98.246033) + (xy 95.373048 98.246032) + (xy 95.373047 98.246031) + (xy 95.264073 98.175998) + (xy 95.26407 98.175996) + (xy 95.264069 98.175996) + (xy 95.264066 98.175995) + (xy 95.139774 98.1395) + (xy 95.139772 98.1395) + (xy 95.010228 98.1395) + (xy 95.010225 98.1395) + (xy 94.885933 98.175995) + (xy 94.885926 98.175998) + (xy 94.776952 98.246031) + (xy 94.692117 98.343938) + (xy 94.638302 98.461774) + (xy 94.619867 98.589997) + (xy 94.619867 98.590002) + (xy 94.638302 98.718225) + (xy 94.679931 98.809377) + (xy 94.692118 98.836063) + (xy 94.775602 98.93241) + (xy 94.776952 98.933968) + (xy 94.885926 99.004001) + (xy 94.885931 99.004004) + (xy 95.010228 99.0405) + (xy 95.094876 99.0405) + (xy 95.153067 99.059407) + (xy 95.16488 99.069496) + (xy 95.733504 99.63812) + (xy 95.761281 99.692637) + (xy 95.7625 99.708124) + (xy 95.7625 101.620512) + (xy 95.743593 101.678703) + (xy 95.694093 101.714667) + (xy 95.632907 101.714667) + (xy 95.583407 101.678703) + (xy 95.573447 101.661639) + (xy 95.546652 101.602968) + (xy 95.530882 101.568437) + (xy 95.446049 101.470533) + (xy 95.446048 101.470532) + (xy 95.446047 101.470531) + (xy 95.337073 101.400498) + (xy 95.33707 101.400496) + (xy 95.337069 101.400496) + (xy 95.337066 101.400495) + (xy 95.212774 101.364) + (xy 95.212772 101.364) + (xy 95.083228 101.364) + (xy 95.083225 101.364) + (xy 94.958933 101.400495) + (xy 94.958926 101.400498) + (xy 94.849952 101.470531) + (xy 94.765117 101.568438) + (xy 94.711302 101.686274) + (xy 94.692867 101.814497) + (xy 94.692867 101.814502) + (xy 94.711302 101.942725) + (xy 94.75597 102.040533) + (xy 94.765118 102.060563) + (xy 94.832595 102.138437) + (xy 94.849952 102.158468) + (xy 94.939765 102.216187) + (xy 94.958931 102.228504) + (xy 95.083228 102.265) + (xy 95.1175 102.265) + (xy 95.175691 102.283907) + (xy 95.211655 102.333407) + (xy 95.2165 102.364) + (xy 95.2165 102.846219) + (xy 95.197593 102.90441) + (xy 95.148093 102.940374) + (xy 95.086907 102.940374) + (xy 95.037407 102.90441) + (xy 95.027447 102.887346) + (xy 95.012296 102.854171) + (xy 95.004882 102.837937) + (xy 94.920049 102.740033) + (xy 94.920048 102.740032) + (xy 94.920047 102.740031) + (xy 94.811073 102.669998) + (xy 94.81107 102.669996) + (xy 94.811069 102.669996) + (xy 94.810068 102.669702) + (xy 94.686774 102.6335) + (xy 94.686772 102.6335) + (xy 94.557228 102.6335) + (xy 94.557225 102.6335) + (xy 94.432933 102.669995) + (xy 94.432927 102.669997) + (xy 94.352499 102.721685) + (xy 94.293324 102.737238) + (xy 94.236308 102.715039) + (xy 94.203229 102.663566) + (xy 94.200985 102.62431) + (xy 94.205322 102.59415) + (xy 94.217133 102.512) + (xy 94.216789 102.509608) + (xy 94.198697 102.383774) + (xy 94.18259 102.348506) + (xy 94.144882 102.265937) + (xy 94.060049 102.168033) + (xy 94.060048 102.168032) + (xy 94.060047 102.168031) + (xy 93.951073 102.097998) + (xy 93.95107 102.097996) + (xy 93.951069 102.097996) + (xy 93.951066 102.097995) + (xy 93.826774 102.0615) + (xy 93.826772 102.0615) + (xy 93.697228 102.0615) + (xy 93.697225 102.0615) + (xy 93.572933 102.097995) + (xy 93.572926 102.097998) + (xy 93.463952 102.168031) + (xy 93.379117 102.265938) + (xy 93.325302 102.383774) + (xy 93.306867 102.511997) + (xy 93.306867 102.512002) + (xy 93.325302 102.640225) + (xy 93.379118 102.758063) + (xy 93.462319 102.854085) + (xy 93.486136 102.910444) + (xy 93.486499 102.918915) + (xy 93.486499 103.055508) + (xy 93.467592 103.113699) + (xy 93.418092 103.149663) + (xy 93.356906 103.149663) + (xy 93.333977 103.138793) + (xy 93.328069 103.134996) + (xy 93.317651 103.131937) + (xy 93.203774 103.0985) + (xy 93.203772 103.0985) + (xy 93.074228 103.0985) + (xy 93.074225 103.0985) + (xy 92.949933 103.134995) + (xy 92.949926 103.134998) + (xy 92.840952 103.205031) + (xy 92.756117 103.302938) + (xy 92.702302 103.420774) + (xy 92.683867 103.548997) + (xy 92.683867 103.549002) + (xy 92.702302 103.677225) + (xy 92.753727 103.789828) + (xy 92.756118 103.795063) + (xy 92.764557 103.804802) + (xy 92.774603 103.816396) + (xy 92.798419 103.872756) + (xy 92.78456 103.932351) + (xy 92.738318 103.972418) + (xy 92.677357 103.977653) + (xy 92.671891 103.976216) + (xy 92.621774 103.9615) + (xy 92.621772 103.9615) + (xy 92.492228 103.9615) + (xy 92.492225 103.9615) + (xy 92.367933 103.997995) + (xy 92.367926 103.997998) + (xy 92.258952 104.068031) + (xy 92.174117 104.165938) + (xy 92.120302 104.283774) + (xy 92.101867 104.411997) + (xy 92.101867 104.412002) + (xy 92.120302 104.540225) + (xy 92.174117 104.658061) + (xy 92.174118 104.658063) + (xy 92.25732 104.754085) + (xy 92.281137 104.810444) + (xy 92.2815 104.818915) + (xy 92.2815 104.988875) + (xy 92.262593 105.047066) + (xy 92.252504 105.058879) + (xy 91.746267 105.565115) + (xy 91.731269 105.577423) + (xy 91.71638 105.587372) + (xy 91.716374 105.587378) + (xy 91.701005 105.610379) + (xy 91.689569 105.627495) + (xy 91.655485 105.678503) + (xy 91.655484 105.678505) + (xy 91.648947 105.711376) + (xy 91.634103 105.785999) + (xy 91.637598 105.803569) + (xy 91.6395 105.822883) + (xy 91.6395 105.851084) + (xy 91.620593 105.909275) + (xy 91.61532 105.915914) + (xy 91.532118 106.011936) + (xy 91.478302 106.129774) + (xy 91.459867 106.257997) + (xy 91.459867 106.258002) + (xy 91.478302 106.386225) + (xy 91.524227 106.486785) + (xy 91.532118 106.504063) + (xy 91.616652 106.601622) + (xy 91.616952 106.601968) + (xy 91.722372 106.669717) + (xy 91.725931 106.672004) + (xy 91.850228 106.7085) + (xy 91.85023 106.7085) + (xy 91.97977 106.7085) + (xy 91.979772 106.7085) + (xy 92.104069 106.672004) + (xy 92.213049 106.601967) + (xy 92.290011 106.513146) + (xy 92.342405 106.48155) + (xy 92.403366 106.486785) + (xy 92.43965 106.513147) + (xy 92.48845 106.569466) + (xy 92.488451 106.569467) + (xy 92.596702 106.639036) + (xy 92.597431 106.639504) + (xy 92.721728 106.676) + (xy 92.72173 106.676) + (xy 92.85127 106.676) + (xy 92.851272 106.676) + (xy 92.975569 106.639504) + (xy 93.084549 106.569467) + (xy 93.169382 106.471563) + (xy 93.203442 106.396982) + (xy 93.244812 106.351907) + (xy 93.304779 106.339756) + (xy 93.360435 106.365174) + (xy 93.383547 106.396984) + (xy 93.403572 106.440831) + (xy 93.417615 106.47158) + (xy 93.502433 106.569467) + (xy 93.502449 106.569485) + (xy 93.611423 106.639518) + (xy 93.611428 106.639521) + (xy 93.735725 106.676017) + (xy 93.735727 106.676017) + (xy 93.865267 106.676017) + (xy 93.865269 106.676017) + (xy 93.989566 106.639521) + (xy 94.098546 106.569484) + (xy 94.100631 106.567077) + (xy 94.10291 106.565702) + (xy 94.103899 106.564846) + (xy 94.104047 106.565016) + (xy 94.153023 106.535476) + (xy 94.213984 106.540706) + (xy 94.246579 106.564384) + (xy 94.246597 106.564364) + (xy 94.246832 106.564567) + (xy 94.250274 106.567068) + (xy 94.25195 106.569002) + (xy 94.351954 106.633271) + (xy 94.36093 106.639039) + (xy 94.485227 106.675535) + (xy 94.485229 106.675535) + (xy 94.614769 106.675535) + (xy 94.614771 106.675535) + (xy 94.739068 106.639039) + (xy 94.848048 106.569002) + (xy 94.931729 106.472427) + (xy 94.984124 106.440831) + (xy 95.045085 106.446066) + (xy 95.081366 106.472427) + (xy 95.11665 106.513147) + (xy 95.16545 106.569466) + (xy 95.165451 106.569467) + (xy 95.273702 106.639036) + (xy 95.274431 106.639504) + (xy 95.398728 106.676) + (xy 95.39873 106.676) + (xy 95.438675 106.676) + (xy 95.496866 106.694907) + (xy 95.53283 106.744407) + (xy 95.536667 106.789089) + (xy 95.532367 106.818997) + (xy 95.532367 106.819002) + (xy 95.550802 106.947225) + (xy 95.604617 107.065061) + (xy 95.604618 107.065063) + (xy 95.681574 107.153876) + (xy 95.689452 107.162968) + (xy 95.788933 107.2269) + (xy 95.798431 107.233004) + (xy 95.922728 107.2695) + (xy 95.92273 107.2695) + (xy 96.05227 107.2695) + (xy 96.052272 107.2695) + (xy 96.159611 107.237983) + (xy 96.220769 107.23973) + (xy 96.269222 107.277093) + (xy 96.2865 107.332973) + (xy 96.2865 112.510798) + (xy 96.284598 112.530111) + (xy 96.281103 112.547682) + (xy 96.281103 112.547683) + (xy 96.300581 112.645616) + (xy 96.301223 112.652135) + (xy 96.303744 112.658221) + (xy 96.307898 112.663283) + (xy 96.311383 112.668497) + (xy 96.349249 112.725168) + (xy 96.349258 112.72518) + (xy 96.354815 112.733497) + (xy 96.3715 112.788499) + (xy 96.3715 114.688992) + (xy 96.352593 114.747183) + (xy 96.342504 114.758995) + (xy 95.973598 115.1279) + (xy 95.958604 115.140205) + (xy 95.943714 115.150154) + (xy 95.943708 115.15016) + (xy 95.937704 115.159144) + (xy 95.92834 115.173159) + (xy 95.928339 115.173161) + (xy 95.925758 115.177024) + (xy 95.925758 115.177023) + (xy 95.92459 115.178772) + (xy 95.922718 115.181574) + (xy 95.913045 115.19605) + (xy 95.882819 115.241284) + (xy 95.882819 115.241286) + (xy 95.882818 115.241288) + (xy 95.866911 115.321258) + (xy 95.861436 115.348783) + (xy 95.863413 115.358724) + (xy 95.864931 115.366352) + (xy 95.866833 115.385666) + (xy 95.866833 115.826084) + (xy 95.847926 115.884275) + (xy 95.842653 115.890914) + (xy 95.759451 115.986936) + (xy 95.705635 116.104774) + (xy 95.6872 116.232997) + (xy 95.6872 116.233002) + (xy 95.705635 116.361225) + (xy 95.747114 116.452049) + (xy 95.759451 116.479063) + (xy 95.815205 116.543407) + (xy 95.844285 116.576968) + (xy 95.897234 116.610996) + (xy 95.953264 116.647004) + (xy 96.077561 116.6835) + (xy 96.077563 116.6835) + (xy 96.207103 116.6835) + (xy 96.207105 116.6835) + (xy 96.331402 116.647004) + (xy 96.440382 116.576967) + (xy 96.525215 116.479063) + (xy 96.57903 116.361226) + (xy 96.597466 116.233) + (xy 96.595686 116.220622) + (xy 96.57903 116.104774) + (xy 96.550954 116.043297) + (xy 96.525215 115.986937) + (xy 96.510687 115.97017) + (xy 96.442013 115.890914) + (xy 96.418196 115.834555) + (xy 96.417833 115.826084) + (xy 96.417833 115.503905) + (xy 96.43674 115.445714) + (xy 96.446823 115.433908) + (xy 96.81573 115.065) + (xy 96.830726 115.052693) + (xy 96.845624 115.04274) + (xy 96.858562 115.023377) + (xy 96.867167 115.010501) + (xy 96.87847 114.993582) + (xy 96.878471 114.993581) + (xy 96.906515 114.951611) + (xy 96.9225 114.871249) + (xy 96.9225 114.871248) + (xy 96.927897 114.844116) + (xy 96.924402 114.826543) + (xy 96.9225 114.807231) + (xy 96.9225 113.197785) + (xy 96.941407 113.139594) + (xy 96.990907 113.10363) + (xy 97.052093 113.10363) + (xy 97.075023 113.114501) + (xy 97.112503 113.138588) + (xy 97.120931 113.144004) + (xy 97.245228 113.1805) + (xy 97.24523 113.1805) + (xy 97.37477 113.1805) + (xy 97.374772 113.1805) + (xy 97.499069 113.144004) + (xy 97.608049 113.073967) + (xy 97.692882 112.976063) + (xy 97.746697 112.858226) + (xy 97.746696 112.858226) + (xy 97.746698 112.858224) + (xy 97.760608 112.761473) + (xy 97.787603 112.706565) + (xy 97.841718 112.678011) + (xy 97.90228 112.686718) + (xy 97.912116 112.692272) + (xy 97.945931 112.714004) + (xy 98.070228 112.7505) + (xy 98.07023 112.7505) + (xy 98.19977 112.7505) + (xy 98.199772 112.7505) + (xy 98.324069 112.714004) + (xy 98.433049 112.643967) + (xy 98.517882 112.546063) + (xy 98.571697 112.428226) + (xy 98.586754 112.3235) + (xy 98.590133 112.300002) + (xy 98.590133 112.299997) + (xy 98.571697 112.171774) + (xy 98.547622 112.119058) + (xy 98.517882 112.053937) + (xy 98.433049 111.956033) + (xy 98.433048 111.956032) + (xy 98.433047 111.956031) + (xy 98.324073 111.885998) + (xy 98.32407 111.885996) + (xy 98.324069 111.885996) + (xy 98.320541 111.88496) + (xy 98.199774 111.8495) + (xy 98.199772 111.8495) + (xy 98.115124 111.8495) + (xy 98.056933 111.830593) + (xy 98.04512 111.820503) + (xy 97.666496 111.441878) + (xy 97.638719 111.387362) + (xy 97.6375 111.371875) + (xy 97.6375 110.550358) + (xy 97.656407 110.492167) + (xy 97.705907 110.456203) + (xy 97.764388 110.455368) + (xy 97.877228 110.4885) + (xy 97.87723 110.4885) + (xy 98.00677 110.4885) + (xy 98.006772 110.4885) + (xy 98.131069 110.452004) + (xy 98.240049 110.381967) + (xy 98.324882 110.284063) + (xy 98.378697 110.166226) + (xy 98.390961 110.080929) + (xy 98.397133 110.038002) + (xy 98.397133 110.037997) + (xy 98.378697 109.909774) + (xy 98.365101 109.880003) + (xy 98.324882 109.791937) + (xy 98.240049 109.694033) + (xy 98.240048 109.694032) + (xy 98.240047 109.694031) + (xy 98.152977 109.638075) + (xy 98.114245 109.590709) + (xy 98.1075 109.554791) + (xy 98.1075 109.035364) + (xy 98.126407 108.977173) + (xy 98.175907 108.941209) + (xy 98.237093 108.941209) + (xy 98.260023 108.95208) + (xy 98.343011 109.005413) + (xy 98.343931 109.006004) + (xy 98.468228 109.0425) + (xy 98.46823 109.0425) + (xy 98.59777 109.0425) + (xy 98.597772 109.0425) + (xy 98.722069 109.006004) + (xy 98.776977 108.970716) + (xy 98.836152 108.955162) + (xy 98.893168 108.977361) + (xy 98.926248 109.028833) + (xy 98.9295 109.054001) + (xy 98.9295 112.456069) + (xy 98.910593 112.51426) + (xy 98.884024 112.539352) + (xy 98.826956 112.576028) + (xy 98.826953 112.57603) + (xy 98.742117 112.673938) + (xy 98.688302 112.791774) + (xy 98.669867 112.919997) + (xy 98.669867 112.920002) + (xy 98.688302 113.048225) + (xy 98.739121 113.1595) + (xy 98.742118 113.166063) + (xy 98.815956 113.251278) + (xy 98.826952 113.263968) + (xy 98.935926 113.334001) + (xy 98.935931 113.334004) + (xy 99.060228 113.3705) + (xy 99.06023 113.3705) + (xy 99.18977 113.3705) + (xy 99.189772 113.3705) + (xy 99.314069 113.334004) + (xy 99.423049 113.263967) + (xy 99.507882 113.166063) + (xy 99.553043 113.067174) + (xy 99.573087 113.038305) + (xy 99.635484 112.975909) + (xy 99.635485 112.975906) + (xy 99.641127 112.970265) + (xy 99.641129 112.970261) + (xy 99.65805 112.953342) + (xy 99.65805 112.95334) + (xy 99.663562 112.94783) + (xy 99.66543 112.949698) + (xy 99.704898 112.921018) + (xy 99.766083 112.921011) + (xy 99.815587 112.95697) + (xy 99.8345 113.015159) + (xy 99.8345 114.249876) + (xy 99.815593 114.308067) + (xy 99.805504 114.319879) + (xy 99.399265 114.726117) + (xy 99.384271 114.738422) + (xy 99.369381 114.748371) + (xy 99.369374 114.748378) + (xy 99.354006 114.771377) + (xy 99.352197 114.774085) + (xy 99.336528 114.797534) + (xy 99.334094 114.801177) + (xy 99.313901 114.831397) + (xy 99.301591 114.846397) + (xy 99.30051 114.847477) + (xy 99.302626 114.86896) + (xy 99.287103 114.946999) + (xy 99.290598 114.964569) + (xy 99.2925 114.983883) + (xy 99.2925 116.873584) + (xy 99.273593 116.931775) + (xy 99.26832 116.938414) + (xy 99.185118 117.034436) + (xy 99.131302 117.152274) + (xy 99.112867 117.280497) + (xy 99.112867 117.280502) + (xy 99.131302 117.408725) + (xy 99.181824 117.519351) + (xy 99.185118 117.526563) + (xy 99.231854 117.5805) + (xy 99.269952 117.624468) + (xy 99.367668 117.687266) + (xy 99.378931 117.694504) + (xy 99.503228 117.731) + (xy 99.50323 117.731) + (xy 99.63277 117.731) + (xy 99.632772 117.731) + (xy 99.757069 117.694504) + (xy 99.866049 117.624467) + (xy 99.950882 117.526563) + (xy 100.004697 117.408726) + (xy 100.012908 117.35162) + (xy 100.023133 117.280502) + (xy 100.023133 117.280497) + (xy 100.004697 117.152274) + (xy 99.990254 117.120649) + (xy 99.950882 117.034437) + (xy 99.922009 117.001115) + (xy 99.86768 116.938414) + (xy 99.843863 116.882055) + (xy 99.8435 116.873584) + (xy 99.8435 115.102122) + (xy 99.862407 115.043931) + (xy 99.87249 115.032125) + (xy 100.27873 114.625884) + (xy 100.293726 114.613577) (xy 100.308624 114.603624) (xy 100.328461 114.573937) + (xy 100.33008 114.571514) + (xy 100.345458 114.548499) + (xy 100.353156 114.536978) (xy 100.369515 114.512495) - (xy 100.369529 114.512427) - (xy 100.373449 114.492722) - (xy 100.377999 114.469844) (xy 100.3855 114.432133) - (xy 100.3855 114.432128) - (xy 100.390896 114.405) - (xy 100.390896 114.404999) - (xy 100.387402 114.387432) - (xy 100.3855 114.36812) + (xy 100.3855 114.432132) + (xy 100.390897 114.405) + (xy 100.387402 114.387427) + (xy 100.3855 114.368115) (xy 100.3855 113.465282) (xy 100.404407 113.407091) (xy 100.453907 113.371127) @@ -64534,7 +61808,7 @@ (xy 101.547133 113.538002) (xy 101.547133 113.537997) (xy 101.528697 113.409774) - (xy 101.51944 113.389504) + (xy 101.503184 113.35391) (xy 101.474882 113.291937) (xy 101.390049 113.194033) (xy 101.390048 113.194032) @@ -64542,7 +61816,7 @@ (xy 101.281073 113.123998) (xy 101.28107 113.123996) (xy 101.281069 113.123996) - (xy 101.281066 113.123995) + (xy 101.267351 113.119968) (xy 101.156774 113.0875) (xy 101.156772 113.0875) (xy 101.1395 113.0875) @@ -64617,7 +61891,7 @@ (xy 135.415485 92.716436) (xy 135.415486 92.716437) (xy 135.415486 92.716439) - (xy 135.473278 92.802929) + (xy 135.476375 92.807564) (xy 135.476376 92.807565) (xy 135.491267 92.817515) (xy 135.506269 92.829826) @@ -64659,7 +61933,7 @@ (xy 138.851261 94.434575) (xy 138.780591 94.243759) (xy 138.672957 94.071075) - (xy 138.585531 93.979103) + (xy 138.589535 93.983316) (xy 138.532768 93.923597) (xy 138.532758 93.923588) (xy 138.365759 93.807354) @@ -64682,7 +61956,7 @@ (xy 143.167904 93.740754) (xy 143.227472 93.8095) (xy 143.252738 93.838659) - (xy 143.361712 93.908692) + (xy 143.324809 93.884976) (xy 143.361717 93.908695) (xy 143.486014 93.945191) (xy 143.570662 93.945191) @@ -64690,6 +61964,7 @@ (xy 143.640666 93.974187) (xy 146.420659 96.75418) (xy 146.43297 96.769182) + (xy 146.439781 96.779376) (xy 146.44292 96.784073) (xy 146.442923 96.784075) (xy 146.442924 96.784076) @@ -64732,7 +62007,7 @@ (xy 156.630286 97.449518) (xy 156.639018 97.493411) (xy 156.63902 97.493415) - (xy 156.666563 97.534636) + (xy 156.643522 97.500153) (xy 156.672282 97.543195) (xy 156.722064 97.576458) (xy 156.725865 97.577214) @@ -65549,9 +62824,9 @@ (xy 158.882579 82.316986) (xy 158.873847 82.273093) (xy 158.873845 82.273089) - (xy 158.840585 82.223312) + (xy 158.849819 82.237132) (xy 158.840584 82.22331) - (xy 158.837486 82.22124) + (xy 158.820663 82.209999) (xy 158.790804 82.190048) (xy 158.7908 82.190046) (xy 158.746907 82.181314) @@ -65959,7 +63234,7 @@ (xy 152.115414 82.282073) (xy 152.113217 82.271024) (xy 152.079954 82.221242) - (xy 152.07929 82.220798) + (xy 152.063128 82.209999) (xy 152.030174 82.18798) (xy 152.03017 82.187978) (xy 151.986277 82.179246) @@ -66047,10 +63322,9 @@ (xy 67.513151 72.730997) (xy 67.49166 72.741948) (xy 67.491658 72.74195) - (xy 67.469094 72.764513) - (xy 67.469092 72.764515) - (xy 67.46909 72.764515) + (xy 67.469093 72.764514) (xy 67.469091 72.764516) + (xy 67.39409 72.839516) (xy 66.918103 73.315504) (xy 66.863586 73.343281) (xy 66.848099 73.3445) @@ -66469,138 +63743,61 @@ (xy 85.742117 81.763938) (xy 85.688302 81.881774) (xy 85.669867 82.009997) - (xy 85.669867 82.010002) - (xy 85.688302 82.138225) - (xy 85.727159 82.223308) - (xy 85.742118 82.256063) - (xy 85.794915 82.316995) - (xy 85.826952 82.353968) - (xy 85.842466 82.363938) - (xy 85.929023 82.419565) - (xy 85.967754 82.466929) - (xy 85.9745 82.502848) - (xy 85.9745 102.524238) - (xy 85.955593 102.582429) - (xy 85.906093 102.618393) - (xy 85.844907 102.618393) - (xy 85.800684 102.589072) - (xy 85.798053 102.586036) - (xy 85.798048 102.586032) - (xy 85.689073 102.515998) - (xy 85.68907 102.515996) - (xy 85.689069 102.515996) - (xy 85.689066 102.515995) - (xy 85.564774 102.4795) - (xy 85.564772 102.4795) - (xy 85.435228 102.4795) - (xy 85.435225 102.4795) - (xy 85.310933 102.515995) - (xy 85.310926 102.515998) - (xy 85.201952 102.586031) - (xy 85.117117 102.683938) - (xy 85.063302 102.801774) - (xy 85.044867 102.929997) - (xy 85.044867 102.930002) - (xy 85.063302 103.058225) - (xy 85.112341 103.165604) - (xy 85.117118 103.176063) - (xy 85.201951 103.273967) - (xy 85.254022 103.307431) - (xy 85.292754 103.354796) - (xy 85.2995 103.390715) - (xy 85.2995 107.299875) - (xy 85.280593 107.358066) - (xy 85.270503 107.369879) - (xy 85.120918 107.519463) - (xy 85.066402 107.54724) - (xy 85.00597 107.537668) - (xy 84.962705 107.494404) - (xy 84.952923 107.435368) - (xy 84.953486 107.431458) - (xy 84.955133 107.42) - (xy 84.955039 107.419348) - (xy 84.936697 107.291774) - (xy 84.932209 107.281946) - (xy 84.882882 107.173937) - (xy 84.861073 107.148768) - (xy 84.82968 107.112538) - (xy 84.805862 107.056179) - (xy 84.805499 107.047707) - (xy 84.805499 104.815321) - (xy 84.805499 102.58537) - (xy 84.824406 102.527183) - (xy 84.829671 102.520553) - (xy 84.902882 102.436063) - (xy 84.956697 102.318226) - (xy 84.968248 102.237886) - (xy 84.975133 102.190002) - (xy 84.975133 102.189997) - (xy 84.956697 102.061774) - (xy 84.934918 102.014085) - (xy 84.902882 101.943937) - (xy 84.818049 101.846033) - (xy 84.818048 101.846032) - (xy 84.818047 101.846031) - (xy 84.709073 101.775998) - (xy 84.70907 101.775996) - (xy 84.709069 101.775996) - (xy 84.709066 101.775995) - (xy 84.584774 101.7395) - (xy 84.584772 101.7395) - (xy 84.455228 101.7395) - (xy 84.455225 101.7395) - (xy 84.330933 101.775995) - (xy 84.330926 101.775998) - (xy 84.221952 101.846031) - (xy 84.137117 101.943938) - (xy 84.083302 102.061774) - (xy 84.064867 102.189997) - (xy 84.064867 102.190002) - (xy 84.083302 102.318225) - (xy 84.121075 102.400935) - (xy 84.137118 102.436063) - (xy 84.210319 102.520543) - (xy 84.226588 102.539318) - (xy 84.225154 102.54056) - (xy 84.251927 102.58496) - (xy 84.2545 102.607382) - (xy 84.2545 106.988203) - (xy 84.235593 107.046394) - (xy 84.209029 107.071484) - (xy 84.201951 107.076033) - (xy 84.117117 107.173938) - (xy 84.063302 107.291774) - (xy 84.044867 107.419997) - (xy 84.044867 107.420002) - (xy 84.063302 107.548225) - (xy 84.111436 107.653621) - (xy 84.117118 107.666063) - (xy 84.201951 107.763967) - (xy 84.201952 107.763968) - (xy 84.242926 107.7903) - (xy 84.310931 107.834004) - (xy 84.435228 107.8705) - (xy 84.43523 107.8705) - (xy 84.530876 107.8705) - (xy 84.589067 107.889407) - (xy 84.625031 107.938907) - (xy 84.625031 108.000093) - (xy 84.60088 108.039504) - (xy 84.39988 108.240504) - (xy 84.345363 108.268281) - (xy 84.329876 108.2695) - (xy 84.245225 108.2695) - (xy 84.120933 108.305995) - (xy 84.120926 108.305998) - (xy 84.011952 108.376031) - (xy 84.003286 108.386033) - (xy 83.977051 108.416311) - (xy 83.96932 108.425233) - (xy 83.916924 108.456829) - (xy 83.855963 108.451594) - (xy 83.809722 108.411526) - (xy 83.7955 108.360402) - (xy 83.7955 80.980002) + (xy 85.669867 82.010004) + (xy 85.673891 82.037994) + (xy 85.663457 82.098283) + (xy 85.657151 82.106833) + (xy 85.659626 82.13196) + (xy 85.644103 82.209999) + (xy 85.647598 82.227569) + (xy 85.6495 82.246883) + (xy 85.6495 102.865934) + (xy 85.630593 102.924125) + (xy 85.581093 102.960089) + (xy 85.52261 102.960924) + (xy 85.408777 102.927501) + (xy 85.408773 102.9275) + (xy 85.408772 102.9275) + (xy 85.279228 102.9275) + (xy 85.279225 102.9275) + (xy 85.154933 102.963995) + (xy 85.154926 102.963998) + (xy 85.045951 103.034032) + (xy 85.045949 103.034034) + (xy 84.979318 103.110931) + (xy 84.926922 103.142527) + (xy 84.865961 103.137291) + (xy 84.819721 103.097223) + (xy 84.805499 103.046103) + (xy 84.805499 102.664442) + (xy 84.814445 102.623323) + (xy 84.829447 102.590476) + (xy 84.831107 102.578934) + (xy 84.847883 102.462252) + (xy 84.847883 102.462247) + (xy 84.829447 102.334024) + (xy 84.821081 102.315705) + (xy 84.775632 102.216187) + (xy 84.690799 102.118283) + (xy 84.690798 102.118282) + (xy 84.690797 102.118281) + (xy 84.581823 102.048248) + (xy 84.58182 102.048246) + (xy 84.581819 102.048246) + (xy 84.581816 102.048245) + (xy 84.457524 102.01175) + (xy 84.457522 102.01175) + (xy 84.327978 102.01175) + (xy 84.327975 102.01175) + (xy 84.203683 102.048245) + (xy 84.203676 102.048248) + (xy 84.094701 102.118282) + (xy 84.084318 102.130265) + (xy 84.031921 102.16186) + (xy 83.97096 102.156622) + (xy 83.92472 102.116554) + (xy 83.9105 102.065432) + (xy 83.9105 80.980002) (xy 84.109867 80.980002) (xy 84.128302 81.108225) (xy 84.135953 81.124977) @@ -66643,7 +63840,7 @@ (xy 85.310133 95.015502) (xy 85.310133 95.015497) (xy 85.291697 94.887274) - (xy 85.269617 94.838926) + (xy 85.289185 94.881774) (xy 85.237882 94.769437) (xy 85.153049 94.671533) (xy 85.153048 94.671532) @@ -66683,11 +63880,10 @@ (xy 84.128302 80.851774) (xy 84.109867 80.979997) (xy 84.109867 80.980002) - (xy 83.7955 80.980002) - (xy 83.7955 75.760921) - (xy 83.814407 75.70273) - (xy 83.84097 75.677642) - (xy 83.933049 75.618467) + (xy 83.9105 80.980002) + (xy 83.9105 75.681415) + (xy 83.929407 75.623224) + (xy 83.934673 75.616592) (xy 84.017882 75.520563) (xy 84.071697 75.402726) (xy 84.084272 75.315263) @@ -66714,17 +63910,23 @@ (xy 83.198302 75.146274) (xy 83.179867 75.274497) (xy 83.179867 75.274502) - (xy 83.198301 75.402721) - (xy 83.198302 75.402723) - (xy 83.235553 75.484292) - (xy 83.244499 75.525418) - (xy 83.244499 98.12309) - (xy 83.225592 98.181281) - (xy 83.176092 98.217245) - (xy 83.114906 98.217245) - (xy 83.070679 98.18792) + (xy 83.198302 75.402725) + (xy 83.247294 75.51) + (xy 83.252118 75.520563) + (xy 83.33532 75.616585) + (xy 83.359137 75.672944) + (xy 83.3595 75.681415) + (xy 83.3595 98.306012) + (xy 83.340593 98.364203) + (xy 83.291093 98.400167) + (xy 83.229907 98.400167) + (xy 83.180407 98.364203) + (xy 83.170447 98.347139) + (xy 83.130669 98.26004) + (xy 83.127882 98.253937) (xy 83.043049 98.156033) (xy 83.043048 98.156032) + (xy 83.043047 98.156031) (xy 82.934073 98.085998) (xy 82.93407 98.085996) (xy 82.934069 98.085996) @@ -66743,7 +63945,7 @@ (xy 82.308302 98.628225) (xy 82.359249 98.73978) (xy 82.362118 98.746063) - (xy 82.438373 98.834067) + (xy 82.440101 98.836061) (xy 82.446952 98.843968) (xy 82.516434 98.888621) (xy 82.545227 98.916905) @@ -66753,1283 +63955,310 @@ (xy 82.655504 99.02012) (xy 82.683281 99.074637) (xy 82.6845 99.090124) - (xy 82.6845 109.844876) - (xy 82.665593 109.903067) - (xy 82.655504 109.91488) - (xy 82.63988 109.930504) - (xy 82.585363 109.958281) - (xy 82.569876 109.9595) - (xy 82.485225 109.9595) - (xy 82.360933 109.995995) - (xy 82.360926 109.995998) - (xy 82.251952 110.066031) - (xy 82.167117 110.163938) - (xy 82.113302 110.281774) - (xy 82.094867 110.409997) - (xy 82.094867 110.410002) - (xy 82.113302 110.538225) - (xy 82.141742 110.600499) - (xy 82.167118 110.656063) - (xy 82.250869 110.752718) - (xy 82.251952 110.753968) - (xy 82.351951 110.818233) - (xy 82.360931 110.824004) - (xy 82.485228 110.8605) - (xy 82.48523 110.8605) - (xy 82.61477 110.8605) - (xy 82.614772 110.8605) - (xy 82.739069 110.824004) - (xy 82.848049 110.753967) - (xy 82.932882 110.656063) - (xy 82.986697 110.538226) - (xy 82.999045 110.452345) - (xy 83.005133 110.410002) - (xy 83.005133 110.41) - (xy 83.00397 110.401914) - (xy 83.00395 110.401774) - (xy 83.014379 110.341487) - (xy 83.031938 110.317677) - (xy 83.0701 110.279516) - (xy 83.124617 110.251739) - (xy 83.185049 110.261311) - (xy 83.228313 110.304576) - (xy 83.235789 110.335719) - (xy 83.237201 110.335439) - (xy 83.243311 110.366162) - (xy 83.243316 110.366182) - (xy 83.2445 110.372132) - (xy 83.2445 110.372133) - (xy 83.260485 110.452495) - (xy 83.260486 110.452497) - (xy 83.260487 110.452498) - (xy 83.269531 110.466034) - (xy 83.290848 110.497937) - (xy 83.29996 110.511574) - (xy 83.321376 110.543624) - (xy 83.336266 110.553573) - (xy 83.351269 110.565885) - (xy 83.503061 110.717677) - (xy 83.530838 110.772194) - (xy 83.53105 110.801764) - (xy 83.529867 110.809995) - (xy 83.529867 110.810002) - (xy 83.53105 110.818233) - (xy 83.520614 110.878521) - (xy 83.503061 110.902321) - (xy 81.909379 112.496004) - (xy 81.854862 112.523781) - (xy 81.839375 112.525) - (xy 81.750225 112.525) - (xy 81.625933 112.561495) - (xy 81.625926 112.561498) - (xy 81.516952 112.631531) - (xy 81.432117 112.729438) - (xy 81.378302 112.847274) - (xy 81.359867 112.975497) - (xy 81.359867 112.975502) - (xy 81.378302 113.103725) - (xy 81.426673 113.20964) - (xy 81.432118 113.221563) - (xy 81.497122 113.296583) - (xy 81.516952 113.319468) - (xy 81.613299 113.381386) - (xy 81.625931 113.389504) - (xy 81.750228 113.426) - (xy 81.75023 113.426) - (xy 81.87977 113.426) - (xy 81.879772 113.426) - (xy 82.004069 113.389504) - (xy 82.113049 113.319467) - (xy 82.197882 113.221563) - (xy 82.251697 113.103726) - (xy 82.262422 113.029133) - (xy 82.270133 112.975501) - (xy 82.270133 112.9755) - (xy 82.269516 112.97121) - (xy 82.279945 112.910922) - (xy 82.2975 112.887114) - (xy 83.895119 111.289496) - (xy 83.949637 111.261719) - (xy 83.965124 111.2605) - (xy 84.04977 111.2605) - (xy 84.049772 111.2605) - (xy 84.174069 111.224004) - (xy 84.283049 111.153967) - (xy 84.367882 111.056063) - (xy 84.421697 110.938226) - (xy 84.431186 110.872226) - (xy 84.440133 110.810002) - (xy 84.440133 110.809997) - (xy 84.421697 110.681774) - (xy 84.38458 110.6005) - (xy 84.367882 110.563937) - (xy 84.283049 110.466033) - (xy 84.283048 110.466032) - (xy 84.283047 110.466031) - (xy 84.174073 110.395998) - (xy 84.17407 110.395996) - (xy 84.174069 110.395996) - (xy 84.174066 110.395995) - (xy 84.049774 110.3595) - (xy 84.049772 110.3595) - (xy 83.965123 110.3595) - (xy 83.906932 110.340593) - (xy 83.895119 110.330503) - (xy 83.824496 110.259879) - (xy 83.796719 110.205362) - (xy 83.7955 110.189876) - (xy 83.7955 109.079597) - (xy 83.814407 109.021406) - (xy 83.863907 108.985442) - (xy 83.925093 108.985442) - (xy 83.969319 109.014766) - (xy 83.992936 109.042022) - (xy 84.01195 109.063966) - (xy 84.011951 109.063967) - (xy 84.108549 109.126047) - (xy 84.120931 109.134004) - (xy 84.245228 109.1705) - (xy 84.24523 109.1705) - (xy 84.37477 109.1705) - (xy 84.374772 109.1705) - (xy 84.499069 109.134004) - (xy 84.608049 109.063967) - (xy 84.692882 108.966063) - (xy 84.746697 108.848226) - (xy 84.757689 108.771774) - (xy 84.765133 108.720002) - (xy 84.765133 108.72) - (xy 84.76395 108.711774) - (xy 84.774379 108.651487) - (xy 84.791934 108.62768) - (xy 85.743733 107.675881) - (xy 85.758729 107.663575) - (xy 85.773624 107.653624) - (xy 85.789076 107.6305) - (xy 85.793183 107.624352) - (xy 85.841231 107.586472) - (xy 85.902369 107.584068) - (xy 85.953244 107.618059) - (xy 85.974424 107.675462) - (xy 85.9745 107.679352) - (xy 85.9745 109.681015) - (xy 85.972598 109.700327) - (xy 85.969103 109.717899) - (xy 85.969103 109.717902) - (xy 85.973311 109.739062) - (xy 85.973316 109.739082) - (xy 85.9745 109.745032) - (xy 85.9745 109.745033) - (xy 85.990485 109.825395) - (xy 85.990485 109.825396) - (xy 85.990486 109.825397) - (xy 85.990486 109.825399) - (xy 86.001866 109.842427) - (xy 86.035326 109.892505) - (xy 86.047016 109.91) - (xy 86.051376 109.916524) - (xy 86.066266 109.926473) - (xy 86.081269 109.938785) - (xy 86.955661 110.813177) - (xy 86.983438 110.867694) - (xy 86.98365 110.897263) - (xy 86.982467 110.905495) - (xy 86.982467 110.905502) - (xy 87.000902 111.033725) - (xy 87.054717 111.151561) - (xy 87.054718 111.151563) - (xy 87.110579 111.216031) - (xy 87.139552 111.249468) - (xy 87.23987 111.313938) - (xy 87.248531 111.319504) - (xy 87.372828 111.356) - (xy 87.37283 111.356) - (xy 87.50237 111.356) - (xy 87.502372 111.356) - (xy 87.626669 111.319504) - (xy 87.735649 111.249467) - (xy 87.820482 111.151563) - (xy 87.874297 111.033726) - (xy 87.891365 110.915017) - (xy 87.892733 110.905502) - (xy 87.892733 110.905497) - (xy 87.874297 110.777274) - (xy 87.863653 110.753967) - (xy 87.820482 110.659437) - (xy 87.735649 110.561533) - (xy 87.735648 110.561532) - (xy 87.735647 110.561531) - (xy 87.626673 110.491498) - (xy 87.62667 110.491496) - (xy 87.626669 110.491496) - (xy 87.626666 110.491495) - (xy 87.502374 110.455) - (xy 87.502372 110.455) - (xy 87.417724 110.455) - (xy 87.359533 110.436093) - (xy 87.34772 110.426004) - (xy 86.554496 109.63278) - (xy 86.526719 109.578263) - (xy 86.5255 109.562776) - (xy 86.5255 108.252206) - (xy 86.544407 108.194015) - (xy 86.593907 108.158051) - (xy 86.655093 108.158051) - (xy 86.678021 108.16892) - (xy 86.685931 108.174004) - (xy 86.810228 108.2105) - (xy 86.81023 108.2105) - (xy 86.93977 108.2105) - (xy 86.939772 108.2105) - (xy 87.064069 108.174004) - (xy 87.173049 108.103967) - (xy 87.257882 108.006063) - (xy 87.311697 107.888226) - (xy 87.326307 107.786611) - (xy 87.330133 107.760002) - (xy 87.330133 107.759997) - (xy 87.311697 107.631774) - (xy 87.298659 107.603226) - (xy 87.257882 107.513937) - (xy 87.230324 107.482133) - (xy 87.17468 107.417914) - (xy 87.150863 107.361555) - (xy 87.1505 107.353084) - (xy 87.1505 101.411796) - (xy 87.169407 101.353605) - (xy 87.195978 101.328511) - (xy 87.203049 101.323967) - (xy 87.287882 101.226063) - (xy 87.341697 101.108226) - (xy 87.360133 100.98) - (xy 87.358678 100.969881) - (xy 87.341697 100.851774) - (xy 87.327932 100.821633) - (xy 87.287882 100.733937) - (xy 87.203049 100.636033) - (xy 87.203048 100.636032) - (xy 87.203047 100.636031) - (xy 87.094073 100.565998) - (xy 87.09407 100.565996) - (xy 87.094069 100.565996) - (xy 87.094066 100.565995) - (xy 86.969774 100.5295) - (xy 86.969772 100.5295) - (xy 86.840228 100.5295) - (xy 86.840225 100.5295) - (xy 86.715933 100.565995) - (xy 86.715931 100.565996) - (xy 86.68644 100.584949) - (xy 86.678023 100.590358) - (xy 86.618847 100.605911) - (xy 86.561831 100.583712) - (xy 86.528752 100.53224) - (xy 86.5255 100.507073) - (xy 86.5255 82.3845) - (xy 86.544407 82.326309) - (xy 86.593907 82.290345) - (xy 86.6245 82.2855) - (xy 86.924876 82.2855) - (xy 86.983067 82.304407) - (xy 86.99488 82.314496) - (xy 88.77588 84.095496) - (xy 88.803657 84.150013) - (xy 88.794086 84.210445) - (xy 88.750821 84.25371) - (xy 88.705876 84.2645) - (xy 88.067588 84.2645) - (xy 88.009397 84.245593) - (xy 87.992769 84.230331) - (xy 87.96305 84.196034) - (xy 87.963048 84.196032) - (xy 87.854073 84.125998) - (xy 87.85407 84.125996) - (xy 87.854069 84.125996) - (xy 87.854066 84.125995) - (xy 87.729774 84.0895) - (xy 87.729772 84.0895) - (xy 87.600228 84.0895) - (xy 87.600225 84.0895) - (xy 87.475933 84.125995) - (xy 87.475926 84.125998) - (xy 87.366952 84.196031) - (xy 87.282117 84.293938) - (xy 87.228302 84.411774) - (xy 87.209867 84.539997) - (xy 87.209867 84.540002) - (xy 87.228302 84.668225) - (xy 87.260637 84.739027) - (xy 87.282118 84.786063) - (xy 87.34526 84.858934) - (xy 87.366952 84.883968) - (xy 87.41788 84.916697) - (xy 87.475931 84.954004) - (xy 87.600228 84.9905) - (xy 87.60023 84.9905) - (xy 87.72977 84.9905) - (xy 87.729772 84.9905) - (xy 87.854069 84.954004) - (xy 87.963049 84.883967) - (xy 87.984742 84.858932) - (xy 87.992769 84.849669) - (xy 88.045165 84.818073) - (xy 88.067588 84.8155) - (xy 88.614876 84.8155) - (xy 88.673067 84.834407) - (xy 88.68488 84.844496) - (xy 88.950362 85.109978) - (xy 88.978139 85.164495) - (xy 88.968568 85.224927) - (xy 88.925303 85.268192) - (xy 88.864871 85.277763) - (xy 88.852467 85.274972) - (xy 88.799774 85.2595) - (xy 88.799772 85.2595) - (xy 88.670228 85.2595) - (xy 88.670225 85.2595) - (xy 88.545933 85.295995) - (xy 88.545926 85.295998) - (xy 88.436952 85.366031) - (xy 88.352117 85.463938) - (xy 88.298302 85.581774) - (xy 88.279867 85.709997) - (xy 88.279867 85.710002) - (xy 88.298302 85.838225) - (xy 88.352117 85.956061) - (xy 88.352118 85.956063) - (xy 88.43532 86.052085) - (xy 88.459137 86.108444) - (xy 88.4595 86.116915) - (xy 88.4595 86.844115) - (xy 88.440593 86.902306) - (xy 88.391093 86.93827) - (xy 88.329907 86.93827) - (xy 88.280407 86.902306) - (xy 88.270447 86.885242) - (xy 88.244657 86.828773) - (xy 88.237882 86.813937) - (xy 88.153049 86.716033) - (xy 88.153048 86.716032) - (xy 88.153047 86.716031) - (xy 88.044073 86.645998) - (xy 88.04407 86.645996) - (xy 88.044069 86.645996) - (xy 88.040289 86.644886) - (xy 87.919774 86.6095) - (xy 87.919772 86.6095) - (xy 87.790228 86.6095) - (xy 87.790225 86.6095) - (xy 87.665933 86.645995) - (xy 87.665926 86.645998) - (xy 87.556952 86.716031) - (xy 87.472117 86.813938) - (xy 87.418302 86.931774) - (xy 87.399867 87.059997) - (xy 87.399867 87.060002) - (xy 87.418302 87.188225) - (xy 87.472118 87.306063) - (xy 87.555319 87.402085) - (xy 87.579136 87.458444) - (xy 87.579499 87.466915) - (xy 87.5795 97.748115) - (xy 87.577598 97.767427) - (xy 87.574103 97.784999) - (xy 87.574103 97.785002) - (xy 87.578311 97.806162) - (xy 87.578316 97.806182) - (xy 87.5795 97.812132) - (xy 87.5795 97.812133) - (xy 87.595485 97.892495) - (xy 87.595486 97.892496) - (xy 87.595486 97.892498) - (xy 87.644622 97.966033) - (xy 87.656376 97.983624) - (xy 87.671267 97.993574) - (xy 87.686269 98.005885) - (xy 88.913061 99.232677) - (xy 88.940838 99.287194) - (xy 88.94105 99.316763) - (xy 88.939867 99.324995) - (xy 88.939867 99.325002) - (xy 88.958302 99.453225) - (xy 89.008681 99.563538) - (xy 89.012118 99.571063) - (xy 89.096951 99.668967) - (xy 89.096952 99.668968) - (xy 89.205926 99.739001) - (xy 89.205931 99.739004) - (xy 89.330228 99.7755) - (xy 89.33023 99.7755) - (xy 89.45977 99.7755) - (xy 89.459772 99.7755) - (xy 89.584069 99.739004) - (xy 89.693049 99.668967) - (xy 89.777882 99.571063) - (xy 89.831697 99.453226) - (xy 89.848333 99.33752) - (xy 89.850133 99.325002) - (xy 89.850133 99.324997) - (xy 89.831697 99.196774) - (xy 89.820444 99.172134) - (xy 89.777882 99.078937) - (xy 89.693049 98.981033) - (xy 89.693048 98.981032) - (xy 89.693047 98.981031) - (xy 89.584073 98.910998) - (xy 89.58407 98.910996) - (xy 89.584069 98.910996) - (xy 89.56357 98.904977) - (xy 89.459774 98.8745) - (xy 89.459772 98.8745) - (xy 89.375124 98.8745) - (xy 89.316933 98.855593) - (xy 89.30512 98.845504) - (xy 88.159496 97.699879) - (xy 88.131719 97.645362) - (xy 88.1305 97.629875) - (xy 88.1305 87.466915) - (xy 88.149407 87.408724) - (xy 88.154673 87.402092) - (xy 88.237882 87.306063) - (xy 88.270446 87.234757) - (xy 88.311819 87.18968) - (xy 88.371786 87.177529) - (xy 88.427442 87.202947) - (xy 88.457528 87.256224) - (xy 88.4595 87.275884) - (xy 88.4595 93.168115) - (xy 88.457598 93.187427) - (xy 88.454103 93.204999) - (xy 88.454103 93.205002) - (xy 88.458311 93.226162) - (xy 88.458316 93.226182) - (xy 88.4595 93.232132) - (xy 88.4595 93.232133) - (xy 88.475485 93.312495) - (xy 88.475486 93.312496) - (xy 88.475486 93.312498) - (xy 88.513572 93.369496) - (xy 88.536376 93.403624) - (xy 88.551267 93.413574) - (xy 88.566269 93.425885) - (xy 90.599113 95.458729) - (xy 90.611422 95.473729) - (xy 90.621371 95.488618) - (xy 90.621373 95.48862) - (xy 90.621376 95.488624) - (xy 90.644376 95.503992) - (xy 90.644378 95.503994) - (xy 90.712505 95.549515) - (xy 90.82 95.570897) - (xy 90.83757 95.567401) - (xy 90.856884 95.5655) - (xy 93.034876 95.5655) - (xy 93.093067 95.584407) - (xy 93.10488 95.594496) - (xy 95.860504 98.35012) - (xy 95.888281 98.404637) - (xy 95.8895 98.420124) - (xy 95.8895 98.775876) - (xy 95.870593 98.834067) - (xy 95.821093 98.870031) - (xy 95.759907 98.870031) - (xy 95.720496 98.84588) - (xy 95.556938 98.682322) - (xy 95.529161 98.627805) - (xy 95.52895 98.598227) - (xy 95.530133 98.589999) - (xy 95.530133 98.589998) - (xy 95.511697 98.461774) - (xy 95.500942 98.438225) - (xy 95.457882 98.343937) - (xy 95.373049 98.246033) - (xy 95.373048 98.246032) - (xy 95.373047 98.246031) - (xy 95.264073 98.175998) - (xy 95.26407 98.175996) - (xy 95.264069 98.175996) - (xy 95.264066 98.175995) - (xy 95.139774 98.1395) - (xy 95.139772 98.1395) - (xy 95.010228 98.1395) - (xy 95.010225 98.1395) - (xy 94.885933 98.175995) - (xy 94.885926 98.175998) - (xy 94.776952 98.246031) - (xy 94.692117 98.343938) - (xy 94.638302 98.461774) - (xy 94.619867 98.589997) - (xy 94.619867 98.590002) - (xy 94.638302 98.718225) - (xy 94.679931 98.809377) - (xy 94.692118 98.836063) - (xy 94.775602 98.93241) - (xy 94.776952 98.933968) - (xy 94.885926 99.004001) - (xy 94.885931 99.004004) - (xy 95.010228 99.0405) - (xy 95.094876 99.0405) - (xy 95.153067 99.059407) - (xy 95.16488 99.069496) - (xy 95.395504 99.30012) - (xy 95.423281 99.354637) - (xy 95.4245 99.370124) - (xy 95.4245 103.870979) - (xy 95.405593 103.92917) - (xy 95.356093 103.965134) - (xy 95.294907 103.965134) - (xy 95.25068 103.93581) - (xy 95.236504 103.91945) - (xy 95.207549 103.886033) - (xy 95.207548 103.886032) - (xy 95.207547 103.886031) - (xy 95.098573 103.815998) - (xy 95.09857 103.815996) - (xy 95.098569 103.815996) - (xy 95.098566 103.815995) - (xy 94.974274 103.7795) - (xy 94.974272 103.7795) - (xy 94.844728 103.7795) - (xy 94.844725 103.7795) - (xy 94.720433 103.815995) - (xy 94.720426 103.815998) - (xy 94.611452 103.886031) - (xy 94.526617 103.983938) - (xy 94.472802 104.101774) - (xy 94.462243 104.175213) - (xy 94.435247 104.23012) - (xy 94.434255 104.231127) - (xy 92.90488 105.760504) - (xy 92.850363 105.788281) - (xy 92.834876 105.7895) - (xy 92.750225 105.7895) - (xy 92.625933 105.825995) - (xy 92.625926 105.825998) - (xy 92.516952 105.896031) - (xy 92.432117 105.993938) - (xy 92.378302 106.111774) - (xy 92.359867 106.239997) - (xy 92.359867 106.240002) - (xy 92.378302 106.368225) - (xy 92.432117 106.486061) - (xy 92.432118 106.486063) - (xy 92.515684 106.582505) - (xy 92.516952 106.583968) - (xy 92.625926 106.654001) - (xy 92.625931 106.654004) - (xy 92.750228 106.6905) - (xy 92.75023 106.6905) - (xy 92.87977 106.6905) - (xy 92.879772 106.6905) - (xy 93.004069 106.654004) - (xy 93.113049 106.583967) - (xy 93.197882 106.486063) - (xy 93.251697 106.368226) - (xy 93.265758 106.270432) - (xy 93.270133 106.240002) - (xy 93.270133 106.24) - (xy 93.270133 106.239997) - (xy 93.26895 106.231774) - (xy 93.279379 106.171487) - (xy 93.296934 106.14768) - (xy 94.740879 104.703735) - (xy 94.795394 104.67596) - (xy 94.838774 104.678752) - (xy 94.844723 104.680499) - (xy 94.844726 104.680499) - (xy 94.844728 104.6805) - (xy 94.84473 104.6805) - (xy 94.97427 104.6805) - (xy 94.974272 104.6805) - (xy 95.098569 104.644004) - (xy 95.207549 104.573967) - (xy 95.25068 104.524189) - (xy 95.303075 104.492593) - (xy 95.364036 104.497828) - (xy 95.410278 104.537895) - (xy 95.4245 104.58902) - (xy 95.4245 105.310979) - (xy 95.405593 105.36917) - (xy 95.356093 105.405134) - (xy 95.294907 105.405134) - (xy 95.25068 105.37581) - (xy 95.249211 105.374115) - (xy 95.207549 105.326033) - (xy 95.207548 105.326032) - (xy 95.207547 105.326031) - (xy 95.098573 105.255998) - (xy 95.09857 105.255996) - (xy 95.098569 105.255996) - (xy 95.084003 105.251719) - (xy 94.974274 105.2195) - (xy 94.974272 105.2195) - (xy 94.844728 105.2195) - (xy 94.844725 105.2195) - (xy 94.720433 105.255995) - (xy 94.720426 105.255998) - (xy 94.611452 105.326031) - (xy 94.526617 105.423938) - (xy 94.472802 105.541774) - (xy 94.454367 105.669997) - (xy 94.454367 105.670002) - (xy 94.45555 105.678233) - (xy 94.445114 105.738521) - (xy 94.427561 105.762321) - (xy 93.166267 107.023615) - (xy 93.151269 107.035923) - (xy 93.13638 107.045872) - (xy 93.136374 107.045878) - (xy 93.121004 107.06888) - (xy 93.10657 107.090483) - (xy 93.075486 107.137003) - (xy 93.075485 107.137005) - (xy 93.065727 107.186063) - (xy 93.060622 107.211726) - (xy 93.054103 107.244499) - (xy 93.057598 107.262069) - (xy 93.0595 107.281383) - (xy 93.0595 119.843115) - (xy 93.057598 119.862427) - (xy 93.054103 119.879999) - (xy 93.054103 119.880002) - (xy 93.058311 119.901162) - (xy 93.058316 119.901182) - (xy 93.060167 119.910485) - (xy 93.075485 119.987495) - (xy 93.075486 119.987496) - (xy 93.075486 119.987497) - (xy 93.085384 120.00231) - (xy 93.095522 120.017482) - (xy 93.116915 120.0495) - (xy 93.136376 120.078624) - (xy 93.151266 120.088573) - (xy 93.166269 120.100885) - (xy 94.153061 121.087677) - (xy 94.180838 121.142194) - (xy 94.18105 121.171763) - (xy 94.179867 121.179995) - (xy 94.179867 121.180002) - (xy 94.198302 121.308225) - (xy 94.241587 121.403004) - (xy 94.252118 121.426063) - (xy 94.325429 121.51067) - (xy 94.349246 121.567029) - (xy 94.335387 121.626624) - (xy 94.289146 121.666692) - (xy 94.250609 121.6745) - (xy 94.195124 121.6745) - (xy 94.136933 121.655593) - (xy 94.12512 121.645504) - (xy 92.480885 120.001269) - (xy 92.468573 119.986266) - (xy 92.468004 119.985415) - (xy 92.458624 119.971376) - (xy 92.445057 119.962311) - (xy 92.439712 119.958739) - (xy 92.439709 119.958737) - (xy 92.415126 119.942311) - (xy 92.409465 119.938528) - (xy 92.374784 119.915355) - (xy 92.367494 119.910484) - (xy 92.367495 119.910484) - (xy 92.281183 119.893316) - (xy 92.281171 119.893313) - (xy 92.260002 119.889103) - (xy 92.260001 119.889103) - (xy 92.26 119.889103) - (xy 92.24243 119.892598) - (xy 92.223116 119.8945) - (xy 90.646381 119.8945) - (xy 90.58819 119.875593) - (xy 90.552226 119.826093) - (xy 90.552226 119.764907) - (xy 90.571561 119.73067) - (xy 90.58077 119.720041) - (xy 90.592882 119.706063) - (xy 90.646697 119.588226) - (xy 90.655267 119.528618) - (xy 90.665133 119.460002) - (xy 90.665133 119.459997) - (xy 90.646697 119.331774) - (xy 90.623733 119.281491) - (xy 90.597624 119.224322) - (xy 90.59065 119.163536) - (xy 90.620736 119.110259) - (xy 90.676392 119.084841) - (xy 90.736359 119.096992) - (xy 90.741201 119.099912) - (xy 90.840926 119.164001) - (xy 90.840931 119.164004) - (xy 90.965228 119.2005) - (xy 90.96523 119.2005) - (xy 91.09477 119.2005) - (xy 91.094772 119.2005) - (xy 91.219069 119.164004) - (xy 91.328049 119.093967) - (xy 91.412882 118.996063) - (xy 91.434547 118.948624) - (xy 91.451861 118.910713) - (xy 91.493233 118.865635) - (xy 91.5532 118.853484) - (xy 91.608856 118.878902) - (xy 91.631967 118.910712) - (xy 91.669726 118.993392) - (xy 91.670984 118.996146) - (xy 91.755745 119.093967) - (xy 91.755818 119.094051) - (xy 91.864663 119.164001) - (xy 91.864797 119.164087) - (xy 91.989094 119.200583) - (xy 91.989096 119.200583) - (xy 92.118636 119.200583) - (xy 92.118638 119.200583) - (xy 92.242935 119.164087) - (xy 92.351915 119.09405) - (xy 92.436748 118.996146) - (xy 92.490563 118.878309) - (xy 92.500096 118.812003) - (xy 92.508999 118.750085) - (xy 92.508999 118.75008) - (xy 92.490563 118.621857) - (xy 92.471219 118.5795) - (xy 92.436748 118.50402) - (xy 92.351915 118.406116) - (xy 92.351914 118.406115) - (xy 92.351913 118.406114) - (xy 92.242939 118.336081) - (xy 92.242936 118.336079) - (xy 92.242935 118.336079) - (xy 92.242932 118.336078) - (xy 92.11864 118.299583) - (xy 92.118638 118.299583) - (xy 92.033438 118.299583) - (xy 91.975247 118.280676) - (xy 91.963434 118.270587) - (xy 91.484116 117.791269) - (xy 91.471804 117.776266) - (xy 91.461856 117.761378) - (xy 91.461855 117.761376) - (xy 91.438854 117.746007) - (xy 91.438853 117.746006) - (xy 91.412696 117.728528) - (xy 91.408633 117.725813) - (xy 91.370756 117.677763) - (xy 91.368356 117.616624) - (xy 91.40235 117.565752) - (xy 91.459755 117.544576) - (xy 91.463638 117.5445) - (xy 91.50477 117.5445) - (xy 91.504772 117.5445) - (xy 91.629069 117.508004) - (xy 91.738049 117.437967) - (xy 91.822882 117.340063) - (xy 91.876697 117.222226) - (xy 91.886618 117.153225) - (xy 91.895133 117.094002) - (xy 91.895133 117.093997) - (xy 91.876697 116.965774) - (xy 91.871968 116.955419) - (xy 91.822882 116.847937) - (xy 91.78731 116.806884) - (xy 91.73968 116.751914) - (xy 91.715863 116.695555) - (xy 91.7155 116.687084) - (xy 91.7155 114.363025) - (xy 91.717402 114.343711) - (xy 91.720897 114.326142) - (xy 91.701416 114.228209) - (xy 91.700936 114.223335) - (xy 91.699515 114.218648) - (xy 91.699515 114.218647) - (xy 91.638624 114.127518) - (xy 91.623733 114.117568) - (xy 91.608731 114.105257) - (xy 90.527977 113.024503) - (xy 90.5002 112.969986) - (xy 90.509771 112.909554) - (xy 90.527972 112.884501) - (xy 90.998733 112.413739) - (xy 91.013729 112.401433) - (xy 91.028624 112.391482) - (xy 91.051019 112.357967) - (xy 91.089515 112.300353) - (xy 91.096406 112.26571) - (xy 91.099325 112.251034) - (xy 91.100979 112.242718) - (xy 91.1055 112.219991) - (xy 91.1055 112.219986) - (xy 91.110896 112.192858) - (xy 91.107402 112.17529) - (xy 91.1055 112.155978) - (xy 91.1055 106.726884) - (xy 91.107402 106.70757) - (xy 91.108231 106.703402) - (xy 91.110897 106.69) - (xy 91.089516 106.582506) - (xy 91.089516 106.582505) - (xy 91.042056 106.511477) - (xy 91.042038 106.511452) - (xy 91.039566 106.507752) - (xy 91.022956 106.448864) - (xy 91.023888 106.438655) - (xy 91.024501 106.434397) - (xy 91.025133 106.43) - (xy 91.012466 106.341902) - (xy 91.006697 106.301774) - (xy 90.97952 106.242266) - (xy 90.952882 106.183937) - (xy 90.868049 106.086033) - (xy 90.868048 106.086032) - (xy 90.868047 106.086031) - (xy 90.759073 106.015998) - (xy 90.75907 106.015996) - (xy 90.759069 106.015996) - (xy 90.752159 106.013967) - (xy 90.634774 105.9795) - (xy 90.634772 105.9795) - (xy 90.505228 105.9795) - (xy 90.505225 105.9795) - (xy 90.380933 106.015995) - (xy 90.380926 106.015998) - (xy 90.271952 106.086031) - (xy 90.187117 106.183938) - (xy 90.133302 106.301774) - (xy 90.114867 106.429997) - (xy 90.114867 106.430002) - (xy 90.133302 106.558225) - (xy 90.177044 106.654004) - (xy 90.187118 106.676063) - (xy 90.265044 106.765996) - (xy 90.271952 106.773968) - (xy 90.371962 106.83824) - (xy 90.380931 106.844004) - (xy 90.483391 106.874088) - (xy 90.533898 106.908623) - (xy 90.55446 106.96625) - (xy 90.5545 106.969078) - (xy 90.5545 112.037734) - (xy 90.535593 112.095925) - (xy 90.525504 112.107738) - (xy 89.983238 112.650004) - (xy 89.928721 112.677781) - (xy 89.913234 112.679) - (xy 87.162588 112.679) - (xy 87.104397 112.660093) - (xy 87.087769 112.644831) - (xy 87.05805 112.610534) - (xy 87.058048 112.610532) - (xy 86.949073 112.540498) - (xy 86.94907 112.540496) - (xy 86.949069 112.540496) - (xy 86.945173 112.539352) - (xy 86.824774 112.504) - (xy 86.824772 112.504) - (xy 86.695228 112.504) - (xy 86.695225 112.504) - (xy 86.570933 112.540495) - (xy 86.570926 112.540498) - (xy 86.461952 112.610531) - (xy 86.377117 112.708438) - (xy 86.323302 112.826274) - (xy 86.304867 112.954497) - (xy 86.304867 112.954502) - (xy 86.323302 113.082725) - (xy 86.372316 113.190049) - (xy 86.377118 113.200563) - (xy 86.46032 113.296585) - (xy 86.484137 113.352944) - (xy 86.4845 113.361415) - (xy 86.4845 116.552266) - (xy 86.482598 116.571578) - (xy 86.479103 116.58915) - (xy 86.479103 116.589153) - (xy 86.483311 116.610313) - (xy 86.483316 116.610333) - (xy 86.500485 116.696647) - (xy 86.503578 116.701275) - (xy 86.508489 116.708624) - (xy 86.54555 116.764091) - (xy 86.561376 116.787775) - (xy 86.576266 116.797724) - (xy 86.591269 116.810036) - (xy 86.629443 116.84821) - (xy 86.65722 116.902727) - (xy 86.657432 116.932296) - (xy 86.656249 116.940528) - (xy 86.656249 116.940535) - (xy 86.674684 117.068758) - (xy 86.728499 117.186594) - (xy 86.7285 117.186596) - (xy 86.784918 117.251707) - (xy 86.813334 117.284501) - (xy 86.899791 117.340063) - (xy 86.922313 117.354537) - (xy 87.04661 117.391033) - (xy 87.046612 117.391033) - (xy 87.176152 117.391033) - (xy 87.176154 117.391033) - (xy 87.300451 117.354537) - (xy 87.409431 117.2845) - (xy 87.494264 117.186596) - (xy 87.548079 117.068759) - (xy 87.558832 116.993968) - (xy 87.566515 116.940535) - (xy 87.566515 116.94053) - (xy 87.548079 116.812307) - (xy 87.544965 116.805488) - (xy 87.494264 116.69447) - (xy 87.409431 116.596566) - (xy 87.40943 116.596565) - (xy 87.409429 116.596564) - (xy 87.300455 116.526531) - (xy 87.300452 116.526529) - (xy 87.300451 116.526529) - (xy 87.284257 116.521774) - (xy 87.176156 116.490033) - (xy 87.176154 116.490033) - (xy 87.1345 116.490033) - (xy 87.076309 116.471126) - (xy 87.040345 116.421626) - (xy 87.0355 116.391033) - (xy 87.0355 113.361415) - (xy 87.054407 113.303224) - (xy 87.059675 113.296589) - (xy 87.087768 113.264168) - (xy 87.140165 113.232573) - (xy 87.162588 113.23) - (xy 89.913234 113.23) - (xy 89.971425 113.248907) - (xy 89.983238 113.258996) - (xy 91.135504 114.411261) - (xy 91.163281 114.465778) - (xy 91.1645 114.481265) - (xy 91.1645 116.687084) - (xy 91.145593 116.745275) - (xy 91.14032 116.751914) - (xy 91.057118 116.847936) - (xy 91.003302 116.965774) - (xy 90.984867 117.093997) - (xy 90.984867 117.094002) - (xy 91.003302 117.222225) - (xy 91.042826 117.308768) - (xy 91.057118 117.340063) - (xy 91.141951 117.437967) - (xy 91.141952 117.437968) - (xy 91.241924 117.502216) - (xy 91.280656 117.549582) - (xy 91.284149 117.610668) - (xy 91.251069 117.66214) - (xy 91.194053 117.684339) - (xy 91.188401 117.6845) - (xy 84.215124 117.6845) - (xy 84.156933 117.665593) - (xy 84.14512 117.655504) - (xy 80.949496 114.45988) - (xy 80.921719 114.405363) - (xy 80.9205 114.389876) - (xy 80.9205 111.676915) - (xy 80.939407 111.618724) - (xy 80.944673 111.612092) - (xy 81.027882 111.516063) - (xy 81.081697 111.398226) - (xy 81.088991 111.347494) - (xy 81.100133 111.270002) - (xy 81.100133 111.269997) - (xy 81.081697 111.141774) - (xy 81.055712 111.084876) - (xy 81.027882 111.023937) - (xy 81.008031 111.001027) - (xy 80.989679 110.979846) - (xy 80.965863 110.923487) - (xy 80.9655 110.915017) + (xy 82.6845 107.799736) + (xy 82.665593 107.857927) + (xy 82.616093 107.893891) + (xy 82.599594 107.897728) + (xy 82.594228 107.898499) + (xy 82.469933 107.934995) + (xy 82.469926 107.934998) + (xy 82.360952 108.005031) + (xy 82.276117 108.102938) + (xy 82.222302 108.220774) + (xy 82.203867 108.348997) + (xy 82.203867 108.349002) + (xy 82.222302 108.477225) + (xy 82.222302 108.477227) + (xy 82.255708 108.550374) + (xy 82.262683 108.61116) + (xy 82.232597 108.664437) + (xy 82.176941 108.689855) + (xy 82.165655 108.6905) + (xy 77.318993 108.6905) + (xy 77.29968 108.688598) + (xy 77.282109 108.685103) + (xy 77.282106 108.685103) + (xy 77.262796 108.688943) + (xy 77.26279 108.688945) + (xy 77.243977 108.692687) + (xy 77.183216 108.685495) + (xy 77.138287 108.643961) + (xy 77.126351 108.583951) + (xy 77.151968 108.528387) + (xy 77.154667 108.52558) + (xy 77.16062 108.519626) + (xy 77.160624 108.519624) + (xy 77.202807 108.456494) + (xy 77.221515 108.428495) + (xy 77.234343 108.364004) + (xy 77.2375 108.348133) + (xy 77.2375 108.348132) + (xy 77.238229 108.34447) + (xy 77.238449 108.343362) + (xy 77.238449 108.343361) + (xy 77.242897 108.321) + (xy 77.240856 108.310739) + (xy 77.239402 108.303427) + (xy 77.2375 108.284115) + (xy 77.2375 107.980002) + (xy 78.539867 107.980002) + (xy 78.558302 108.108225) + (xy 78.610605 108.22275) + (xy 78.612118 108.226063) + (xy 78.69438 108.321) + (xy 78.696952 108.323968) + (xy 78.755996 108.361913) + (xy 78.805931 108.394004) + (xy 78.930228 108.4305) + (xy 78.93023 108.4305) + (xy 79.05977 108.4305) + (xy 79.059772 108.4305) + (xy 79.184069 108.394004) + (xy 79.293049 108.323967) + (xy 79.377882 108.226063) + (xy 79.419297 108.135375) + (xy 79.460668 108.0903) + (xy 79.520635 108.078149) + (xy 79.576291 108.103567) + (xy 79.599403 108.135377) + (xy 79.618444 108.17707) + (xy 79.627118 108.196063) + (xy 79.703472 108.284181) + (xy 79.711952 108.293968) + (xy 79.817677 108.361913) + (xy 79.820931 108.364004) + (xy 79.945228 108.4005) + (xy 79.94523 108.4005) + (xy 80.07477 108.4005) + (xy 80.074772 108.4005) + (xy 80.199069 108.364004) + (xy 80.308049 108.293967) + (xy 80.392882 108.196063) + (xy 80.446697 108.078226) + (xy 80.456667 108.008883) + (xy 80.465133 107.950002) + (xy 81.078867 107.950002) + (xy 81.097302 108.078225) + (xy 81.142444 108.17707) + (xy 81.151118 108.196063) + (xy 81.227472 108.284181) + (xy 81.235952 108.293968) + (xy 81.341677 108.361913) + (xy 81.344931 108.364004) + (xy 81.469228 108.4005) + (xy 81.46923 108.4005) + (xy 81.59877 108.4005) + (xy 81.598772 108.4005) + (xy 81.723069 108.364004) + (xy 81.832049 108.293967) + (xy 81.916882 108.196063) + (xy 81.970697 108.078226) + (xy 81.980667 108.008883) + (xy 81.989133 107.950002) + (xy 81.989133 107.95) + (xy 81.989133 107.949997) + (xy 81.98795 107.941774) + (xy 81.998379 107.881487) + (xy 82.015934 107.85768) + (xy 82.343733 107.529881) + (xy 82.358729 107.517575) + (xy 82.373624 107.507624) + (xy 82.389484 107.483889) + (xy 82.406471 107.458465) + (xy 82.434515 107.416495) + (xy 82.4505 107.336133) + (xy 82.4505 107.336132) + (xy 82.450705 107.335102) + (xy 82.451449 107.331362) + (xy 82.451449 107.331361) + (xy 82.455897 107.309) + (xy 82.452402 107.291427) + (xy 82.4505 107.272115) + (xy 82.4505 101.840879) + (xy 82.452402 101.821565) + (xy 82.453808 101.814497) + (xy 82.455896 101.804) + (xy 82.4505 101.776871) + (xy 82.4505 101.776867) + (xy 82.434515 101.696505) + (xy 82.394344 101.636385) + (xy 82.388994 101.628378) + (xy 82.387754 101.626522) + (xy 82.387741 101.626504) + (xy 82.373624 101.605376) + (xy 82.37002 101.602968) + (xy 82.358733 101.595426) + (xy 82.343731 101.583115) + (xy 82.111938 101.351322) + (xy 82.084161 101.296805) + (xy 82.08395 101.267227) + (xy 82.085133 101.258999) + (xy 82.085133 101.258998) + (xy 82.066697 101.130774) + (xy 82.031404 101.053494) + (xy 82.012882 101.012937) + (xy 81.928049 100.915033) + (xy 81.928048 100.915032) + (xy 81.928047 100.915031) + (xy 81.819073 100.844998) + (xy 81.81907 100.844996) + (xy 81.819069 100.844996) + (xy 81.819066 100.844995) + (xy 81.694774 100.8085) + (xy 81.694772 100.8085) + (xy 81.565228 100.8085) + (xy 81.565225 100.8085) + (xy 81.440933 100.844995) + (xy 81.440926 100.844998) + (xy 81.331952 100.915031) + (xy 81.247117 101.012938) + (xy 81.193302 101.130774) + (xy 81.174867 101.258997) + (xy 81.174867 101.259002) + (xy 81.193302 101.387225) + (xy 81.231348 101.470533) + (xy 81.247118 101.505063) + (xy 81.320721 101.590007) + (xy 81.331952 101.602968) + (xy 81.440926 101.673001) + (xy 81.440931 101.673004) + (xy 81.565228 101.7095) + (xy 81.649877 101.7095) + (xy 81.708068 101.728407) + (xy 81.71988 101.738496) + (xy 81.870503 101.889118) + (xy 81.898281 101.943635) + (xy 81.8995 101.959122) + (xy 81.8995 107.153876) + (xy 81.880593 107.212067) + (xy 81.870504 107.22388) + (xy 81.62388 107.470504) + (xy 81.569363 107.498281) + (xy 81.553876 107.4995) + (xy 81.469225 107.4995) + (xy 81.344933 107.535995) + (xy 81.344926 107.535998) + (xy 81.235952 107.606031) + (xy 81.151117 107.703938) + (xy 81.097302 107.821774) + (xy 81.078867 107.949997) + (xy 81.078867 107.950002) + (xy 80.465133 107.950002) + (xy 80.465133 107.95) + (xy 80.465133 107.949997) + (xy 80.46395 107.941774) + (xy 80.474379 107.881487) + (xy 80.491934 107.85768) + (xy 80.858733 107.490881) + (xy 80.873729 107.478575) + (xy 80.888624 107.468624) + (xy 80.911738 107.434033) + (xy 80.949515 107.377495) + (xy 80.962109 107.314181) + (xy 80.9655 107.297133) + (xy 80.9655 107.297132) + (xy 80.970897 107.27) + (xy 80.967402 107.252427) + (xy 80.9655 107.233115) (xy 80.9655 105.750124) (xy 80.984407 105.691933) (xy 80.994496 105.68012) - (xy 81.39512 105.279496) - (xy 81.449637 105.251719) - (xy 81.465124 105.2505) - (xy 81.54977 105.2505) - (xy 81.549772 105.2505) - (xy 81.674069 105.214004) - (xy 81.746977 105.167148) - (xy 81.806152 105.151594) - (xy 81.863168 105.173793) - (xy 81.896247 105.225265) - (xy 81.8995 105.250433) - (xy 81.899499 108.374134) - (xy 81.880592 108.432325) - (xy 81.831092 108.468289) - (xy 81.828391 108.469124) - (xy 81.789116 108.480656) - (xy 81.770931 108.485996) - (xy 81.770929 108.485996) - (xy 81.770926 108.485998) - (xy 81.661952 108.556031) - (xy 81.577117 108.653938) - (xy 81.523302 108.771774) - (xy 81.504867 108.899997) - (xy 81.504867 108.900002) - (xy 81.523302 109.028225) - (xy 81.57086 109.13236) - (xy 81.577118 109.146063) - (xy 81.657038 109.238297) - (xy 81.661952 109.243968) - (xy 81.676221 109.253138) - (xy 81.770931 109.314004) - (xy 81.895228 109.3505) - (xy 81.89523 109.3505) - (xy 82.02477 109.3505) - (xy 82.024772 109.3505) - (xy 82.149069 109.314004) - (xy 82.258049 109.243967) - (xy 82.342882 109.146063) - (xy 82.396697 109.028226) - (xy 82.415133 108.9) - (xy 82.415101 108.89978) - (xy 82.411244 108.872951) - (xy 82.421677 108.812661) - (xy 82.426914 108.80387) - (xy 82.434515 108.792495) - (xy 82.4505 108.712133) - (xy 82.4505 108.712132) - (xy 82.455897 108.685) - (xy 82.452402 108.667427) - (xy 82.4505 108.648115) - (xy 82.4505 101.641883) - (xy 82.452402 101.622569) - (xy 82.455897 101.605) - (xy 82.448314 101.56688) - (xy 82.434515 101.497505) - (xy 82.434515 101.497504) - (xy 82.408526 101.45861) - (xy 82.387749 101.427515) - (xy 82.387741 101.427504) - (xy 82.378763 101.414067) - (xy 82.373624 101.406376) - (xy 82.358733 101.396426) - (xy 82.343731 101.384115) - (xy 82.261938 101.302322) - (xy 82.234161 101.247805) - (xy 82.23395 101.218227) - (xy 82.235133 101.209999) - (xy 82.235133 101.209998) - (xy 82.216697 101.081774) - (xy 82.203434 101.052733) - (xy 82.162882 100.963937) - (xy 82.078049 100.866033) - (xy 82.078048 100.866032) - (xy 82.078047 100.866031) - (xy 81.969073 100.795998) - (xy 81.96907 100.795996) - (xy 81.969069 100.795996) - (xy 81.938237 100.786943) - (xy 81.844774 100.7595) - (xy 81.844772 100.7595) - (xy 81.715228 100.7595) - (xy 81.715225 100.7595) - (xy 81.590933 100.795995) - (xy 81.590926 100.795998) - (xy 81.481952 100.866031) - (xy 81.397117 100.963938) - (xy 81.343302 101.081774) - (xy 81.324867 101.209997) - (xy 81.324867 101.210002) - (xy 81.343302 101.338225) - (xy 81.377939 101.414067) - (xy 81.397118 101.456063) - (xy 81.481951 101.553967) - (xy 81.481952 101.553968) - (xy 81.583916 101.619496) - (xy 81.590931 101.624004) - (xy 81.715228 101.6605) - (xy 81.799876 101.6605) - (xy 81.858067 101.679407) - (xy 81.86988 101.689496) - (xy 81.870504 101.69012) - (xy 81.898281 101.744637) - (xy 81.8995 101.760124) - (xy 81.8995 104.349566) - (xy 81.880593 104.407757) - (xy 81.831093 104.443721) - (xy 81.769907 104.443721) - (xy 81.746977 104.43285) - (xy 81.674073 104.385998) - (xy 81.67407 104.385996) - (xy 81.674069 104.385996) - (xy 81.668283 104.384297) - (xy 81.549774 104.3495) - (xy 81.549772 104.3495) - (xy 81.420228 104.3495) - (xy 81.420225 104.3495) - (xy 81.295933 104.385995) - (xy 81.295926 104.385998) - (xy 81.186952 104.456031) - (xy 81.102117 104.553938) - (xy 81.048302 104.671774) - (xy 81.029867 104.799997) - (xy 81.029867 104.800002) - (xy 81.03105 104.808233) - (xy 81.020614 104.868521) - (xy 81.003061 104.892321) + (xy 81.11462 105.559996) + (xy 81.169137 105.532219) + (xy 81.184624 105.531) + (xy 81.26927 105.531) + (xy 81.269272 105.531) + (xy 81.393569 105.494504) + (xy 81.502549 105.424467) + (xy 81.587382 105.326563) + (xy 81.641197 105.208726) + (xy 81.652772 105.128218) + (xy 81.659633 105.080502) + (xy 81.659633 105.080497) + (xy 81.641197 104.952274) + (xy 81.619559 104.904895) + (xy 81.587382 104.834437) + (xy 81.502549 104.736533) + (xy 81.502548 104.736532) + (xy 81.502547 104.736531) + (xy 81.393573 104.666498) + (xy 81.39357 104.666496) + (xy 81.393569 104.666496) + (xy 81.393566 104.666495) + (xy 81.269274 104.63) + (xy 81.269272 104.63) + (xy 81.139728 104.63) + (xy 81.139725 104.63) + (xy 81.015433 104.666495) + (xy 81.015426 104.666498) + (xy 80.906452 104.736531) + (xy 80.821617 104.834438) + (xy 80.767802 104.952274) + (xy 80.749367 105.080497) + (xy 80.749367 105.080502) + (xy 80.75055 105.088733) + (xy 80.740114 105.149021) + (xy 80.722561 105.172821) (xy 80.521267 105.374115) (xy 80.506269 105.386423) (xy 80.49138 105.396372) (xy 80.491374 105.396378) - (xy 80.485524 105.405134) + (xy 80.485261 105.405527) (xy 80.476007 105.419376) (xy 80.476006 105.419378) - (xy 80.471006 105.426861) + (xy 80.472606 105.424467) (xy 80.4643 105.436897) - (xy 80.430487 105.487501) - (xy 80.430484 105.487507) - (xy 80.41969 105.541774) + (xy 80.430484 105.487504) + (xy 80.421854 105.530897) (xy 80.409103 105.594999) (xy 80.412598 105.612569) (xy 80.4145 105.631883) - (xy 80.4145 110.828564) - (xy 80.395593 110.886755) - (xy 80.369023 110.911848) - (xy 80.346952 110.926031) - (xy 80.262117 111.023938) - (xy 80.208302 111.141774) - (xy 80.189867 111.269997) - (xy 80.189867 111.270002) - (xy 80.208302 111.398225) - (xy 80.254795 111.500028) - (xy 80.262118 111.516063) - (xy 80.34532 111.612085) - (xy 80.369137 111.668444) - (xy 80.3695 111.676915) - (xy 80.3695 114.508115) - (xy 80.367598 114.527427) - (xy 80.364103 114.544999) - (xy 80.364103 114.545002) - (xy 80.368311 114.566162) - (xy 80.368316 114.566182) - (xy 80.37366 114.593051) - (xy 80.385485 114.652495) - (xy 80.385485 114.652496) - (xy 80.385486 114.652497) - (xy 80.393516 114.664514) - (xy 80.394792 114.666423) - (xy 80.418909 114.702518) - (xy 80.446376 114.743624) - (xy 80.454862 114.749294) - (xy 80.461266 114.753573) - (xy 80.476269 114.765885) - (xy 83.80588 118.095496) - (xy 83.833657 118.150013) - (xy 83.824086 118.210445) - (xy 83.780821 118.25371) - (xy 83.735876 118.2645) - (xy 83.205124 118.2645) - (xy 83.146933 118.245593) - (xy 83.13512 118.235504) - (xy 78.619496 113.71988) - (xy 78.591719 113.665363) - (xy 78.5905 113.649876) - (xy 78.5905 111.966915) - (xy 78.609407 111.908724) - (xy 78.614673 111.902092) - (xy 78.697882 111.806063) - (xy 78.751697 111.688226) - (xy 78.761811 111.617884) - (xy 78.770133 111.560002) - (xy 78.770133 111.559997) - (xy 78.751697 111.431774) - (xy 78.73747 111.400622) - (xy 78.697882 111.313937) - (xy 78.613049 111.216033) - (xy 78.613048 111.216032) - (xy 78.613047 111.216031) - (xy 78.504073 111.145998) - (xy 78.50407 111.145996) - (xy 78.504069 111.145996) - (xy 78.504066 111.145995) - (xy 78.379774 111.1095) - (xy 78.379772 111.1095) - (xy 78.250228 111.1095) - (xy 78.250225 111.1095) - (xy 78.125933 111.145995) - (xy 78.125926 111.145998) - (xy 78.016952 111.216031) - (xy 77.932117 111.313938) - (xy 77.878302 111.431774) - (xy 77.859867 111.559997) - (xy 77.859867 111.560002) - (xy 77.878302 111.688225) - (xy 77.931319 111.804313) - (xy 77.932118 111.806063) - (xy 78.01532 111.902085) - (xy 78.039137 111.958444) - (xy 78.0395 111.966915) - (xy 78.0395 113.768115) - (xy 78.037598 113.787427) - (xy 78.034103 113.804999) - (xy 78.034103 113.805002) - (xy 78.038313 113.826171) - (xy 78.038316 113.826183) - (xy 78.042313 113.846278) - (xy 78.035121 113.907039) - (xy 77.993587 113.951969) - (xy 77.933578 113.963905) - (xy 77.878013 113.938288) - (xy 77.875211 113.935595) - (xy 77.679496 113.73988) - (xy 77.651719 113.685363) - (xy 77.6505 113.669876) - (xy 77.6505 109.910002) - (xy 78.539867 109.910002) - (xy 78.558302 110.038225) - (xy 78.601403 110.1326) - (xy 78.612118 110.156063) - (xy 78.696951 110.253967) - (xy 78.696952 110.253968) - (xy 78.805926 110.324001) - (xy 78.805931 110.324004) - (xy 78.930228 110.3605) - (xy 78.93023 110.3605) - (xy 79.05977 110.3605) - (xy 79.059772 110.3605) - (xy 79.184069 110.324004) - (xy 79.293049 110.253967) - (xy 79.377882 110.156063) - (xy 79.431697 110.038226) - (xy 79.444382 109.949997) - (xy 79.450133 109.910002) - (xy 79.450133 109.909997) - (xy 79.431697 109.781774) - (xy 79.412191 109.739062) - (xy 79.377882 109.663937) - (xy 79.369083 109.653783) - (xy 79.29468 109.567914) - (xy 79.270863 109.511555) - (xy 79.2705 109.503084) - (xy 79.2705 100.786915) - (xy 79.289407 100.728724) - (xy 79.294673 100.722092) - (xy 79.377882 100.626063) - (xy 79.431697 100.508226) - (xy 79.448247 100.39312) - (xy 79.450133 100.380002) - (xy 79.450133 100.379997) - (xy 79.431697 100.251774) - (xy 79.413023 100.210885) - (xy 79.377882 100.133937) - (xy 79.352781 100.104968) - (xy 79.29468 100.037914) - (xy 79.270863 99.981555) - (xy 79.2705 99.973084) - (xy 79.2705 83.016915) - (xy 79.289407 82.958724) - (xy 79.294673 82.952092) + (xy 80.4145 107.114876) + (xy 80.395593 107.173067) + (xy 80.385504 107.18488) + (xy 80.09988 107.470504) + (xy 80.045363 107.498281) + (xy 80.029876 107.4995) + (xy 79.945225 107.4995) + (xy 79.820933 107.535995) + (xy 79.820926 107.535998) + (xy 79.711952 107.606031) + (xy 79.627117 107.703938) + (xy 79.585702 107.794622) + (xy 79.544329 107.839699) + (xy 79.484363 107.85185) + (xy 79.428707 107.826432) + (xy 79.405596 107.794622) + (xy 79.377882 107.733937) + (xy 79.361572 107.715114) + (xy 79.29468 107.637914) + (xy 79.270863 107.581555) + (xy 79.2705 107.573084) + (xy 79.2705 100.534915) + (xy 79.289407 100.476724) + (xy 79.294673 100.470092) + (xy 79.377882 100.374063) + (xy 79.431697 100.256226) + (xy 79.443673 100.172933) + (xy 79.450133 100.128002) + (xy 79.450133 100.127997) + (xy 79.431697 99.999774) + (xy 79.419208 99.972427) + (xy 79.377882 99.881937) + (xy 79.36423 99.866182) + (xy 79.294679 99.785913) + (xy 79.270862 99.729554) + (xy 79.270499 99.721083) + (xy 79.270499 83.016916) + (xy 79.289406 82.958725) + (xy 79.29467 82.952095) (xy 79.377882 82.856063) (xy 79.431697 82.738226) (xy 79.445133 82.644776) (xy 79.450133 82.610002) (xy 79.450133 82.609997) (xy 79.431697 82.481774) - (xy 79.415955 82.447305) + (xy 79.405314 82.424004) (xy 79.377882 82.363937) (xy 79.293049 82.266033) (xy 79.293048 82.266032) @@ -68052,67 +64281,79 @@ (xy 78.558302 82.738225) (xy 78.607341 82.845604) (xy 78.612118 82.856063) - (xy 78.66771 82.92022) - (xy 78.695319 82.952083) - (xy 78.719136 83.008443) - (xy 78.719499 83.016914) - (xy 78.719499 99.973086) - (xy 78.700592 100.031277) - (xy 78.695324 100.03791) - (xy 78.644281 100.096818) - (xy 78.612117 100.133938) - (xy 78.558302 100.251774) - (xy 78.539867 100.379997) - (xy 78.539867 100.380002) - (xy 78.558302 100.508225) - (xy 78.602775 100.605605) - (xy 78.612118 100.626063) - (xy 78.69532 100.722085) - (xy 78.719137 100.778444) - (xy 78.7195 100.786915) - (xy 78.7195 109.503084) - (xy 78.700593 109.561275) - (xy 78.69532 109.567914) - (xy 78.612118 109.663936) - (xy 78.558302 109.781774) - (xy 78.539867 109.909997) - (xy 78.539867 109.910002) - (xy 77.6505 109.910002) - (xy 77.6505 109.108801) - (xy 77.669407 109.05061) - (xy 77.718907 109.014646) - (xy 77.721592 109.013816) - (xy 77.789069 108.994004) - (xy 77.898049 108.923967) - (xy 77.982882 108.826063) - (xy 78.036697 108.708226) - (xy 78.04324 108.662718) - (xy 78.055133 108.580002) - (xy 78.055133 108.579997) - (xy 78.036697 108.451774) - (xy 78.010601 108.394632) - (xy 77.982882 108.333937) - (xy 77.898049 108.236033) - (xy 77.898048 108.236032) - (xy 77.898047 108.236031) - (xy 77.789073 108.165998) - (xy 77.78907 108.165996) - (xy 77.789069 108.165996) - (xy 77.789066 108.165995) - (xy 77.664774 108.1295) - (xy 77.664772 108.1295) - (xy 77.535228 108.1295) - (xy 77.535225 108.1295) - (xy 77.410933 108.165995) - (xy 77.410926 108.165998) - (xy 77.301952 108.236031) - (xy 77.217117 108.333938) - (xy 77.184553 108.405242) - (xy 77.143181 108.450319) - (xy 77.083214 108.46247) - (xy 77.027558 108.437052) - (xy 76.997472 108.383774) - (xy 76.9955 108.364115) + (xy 78.69532 82.952085) + (xy 78.719137 83.008444) + (xy 78.7195 83.016915) + (xy 78.7195 99.721084) + (xy 78.700593 99.779275) + (xy 78.69532 99.785914) + (xy 78.612118 99.881936) + (xy 78.558302 99.999774) + (xy 78.539867 100.127997) + (xy 78.539867 100.128002) + (xy 78.558302 100.256225) + (xy 78.59562 100.337938) + (xy 78.612118 100.374063) + (xy 78.69532 100.470085) + (xy 78.719137 100.526444) + (xy 78.7195 100.534915) + (xy 78.7195 107.573084) + (xy 78.700593 107.631275) + (xy 78.69532 107.637914) + (xy 78.612118 107.733936) + (xy 78.558302 107.851774) + (xy 78.539867 107.979997) + (xy 78.539867 107.980002) + (xy 77.2375 107.980002) + (xy 77.2375 102.086433) + (xy 77.256407 102.028242) + (xy 77.282977 102.003149) + (xy 77.319047 101.979968) + (xy 77.319046 101.979968) + (xy 77.319049 101.979967) + (xy 77.403882 101.882063) + (xy 77.457697 101.764226) + (xy 77.47412 101.65) + (xy 77.476133 101.636002) + (xy 77.476133 101.635997) + (xy 77.457697 101.507774) + (xy 77.429018 101.444976) + (xy 77.403882 101.389937) + (xy 77.319049 101.292033) + (xy 77.319048 101.292032) + (xy 77.319047 101.292031) + (xy 77.210073 101.221998) + (xy 77.21007 101.221996) + (xy 77.210069 101.221996) + (xy 77.210066 101.221995) + (xy 77.085774 101.1855) + (xy 77.085772 101.1855) + (xy 76.956228 101.1855) + (xy 76.956225 101.1855) + (xy 76.831933 101.221995) + (xy 76.831926 101.221998) + (xy 76.722952 101.292031) + (xy 76.70194 101.316281) + (xy 76.669318 101.353928) + (xy 76.616924 101.385524) + (xy 76.555963 101.380289) + (xy 76.509722 101.340221) + (xy 76.4955 101.289097) + (xy 76.4955 100.565122) + (xy 76.514407 100.506931) + (xy 76.52449 100.495125) + (xy 76.88873 100.130884) + (xy 76.903726 100.118577) + (xy 76.918624 100.108624) + (xy 76.936699 100.081574) + (xy 76.972781 100.027573) + (xy 76.979515 100.017495) + (xy 76.9955 99.937133) + (xy 76.9955 99.937132) + (xy 77.000897 99.91) + (xy 76.998856 99.899739) + (xy 76.997402 99.892427) + (xy 76.9955 99.873115) (xy 76.9955 75.061144) (xy 77.014407 75.002953) (xy 77.019681 74.996313) @@ -68147,52 +64388,23 @@ (xy 76.316064 74.87091) (xy 76.332118 74.906063) (xy 76.416951 75.003967) - (xy 76.416952 75.003968) - (xy 76.420319 75.007853) - (xy 76.444136 75.064213) - (xy 76.444499 75.072684) - (xy 76.444499 111.084876) - (xy 76.425592 111.143067) - (xy 76.415503 111.15488) - (xy 75.78188 111.788504) - (xy 75.727363 111.816281) - (xy 75.711876 111.8175) - (xy 75.627225 111.8175) - (xy 75.502933 111.853995) - (xy 75.502926 111.853998) - (xy 75.393951 111.924032) - (xy 75.379319 111.940919) - (xy 75.326922 111.972514) - (xy 75.265961 111.967278) - (xy 75.219721 111.927209) - (xy 75.2055 111.876087) - (xy 75.2055 111.040123) - (xy 75.224407 110.981932) - (xy 75.23449 110.970125) - (xy 75.893733 110.310881) - (xy 75.908729 110.298575) - (xy 75.923624 110.288624) - (xy 75.942832 110.259879) - (xy 75.943075 110.259516) - (xy 75.962206 110.230883) - (xy 75.976483 110.209515) - (xy 75.984515 110.197495) - (xy 76.0005 110.117133) - (xy 76.0005 110.117132) - (xy 76.005897 110.09) - (xy 76.002402 110.072427) - (xy 76.0005 110.053115) - (xy 76.0005 100.155009) - (xy 76.019407 100.096818) - (xy 76.045976 100.071725) - (xy 76.058049 100.063967) - (xy 76.142882 99.966063) - (xy 76.196697 99.848226) - (xy 76.207153 99.7755) - (xy 76.215133 99.720002) - (xy 76.215133 99.719997) + (xy 76.416953 75.003968) + (xy 76.42032 75.007854) + (xy 76.444137 75.064214) + (xy 76.4445 75.072685) + (xy 76.4445 99.754876) + (xy 76.425593 99.813067) + (xy 76.415504 99.82488) + (xy 76.374202 99.866182) + (xy 76.319685 99.893959) + (xy 76.259253 99.884388) + (xy 76.215988 99.841123) + (xy 76.206206 99.782088) + (xy 76.206611 99.779275) + (xy 76.215133 99.72) + (xy 76.215132 99.719996) (xy 76.196697 99.591774) - (xy 76.187238 99.571063) + (xy 76.142882 99.473938) (xy 76.142882 99.473937) (xy 76.058049 99.376033) (xy 76.058048 99.376032) @@ -68200,7 +64412,7 @@ (xy 75.949073 99.305998) (xy 75.94907 99.305996) (xy 75.949069 99.305996) - (xy 75.929057 99.30012) + (xy 75.949066 99.305995) (xy 75.824774 99.2695) (xy 75.824772 99.2695) (xy 75.695228 99.2695) @@ -68215,31 +64427,60 @@ (xy 75.323302 99.848225) (xy 75.371205 99.953115) (xy 75.377118 99.966063) - (xy 75.419024 100.014426) - (xy 75.425319 100.02169) - (xy 75.449137 100.078049) - (xy 75.4495 100.086521) - (xy 75.4495 109.934875) - (xy 75.430593 109.993066) - (xy 75.420504 110.004879) - (xy 74.866504 110.558879) - (xy 74.811987 110.586656) - (xy 74.751555 110.577085) - (xy 74.70829 110.53382) - (xy 74.6975 110.488875) - (xy 74.6975 108.360448) - (xy 74.716407 108.302257) - (xy 74.765907 108.266293) - (xy 74.768611 108.265458) - (xy 74.789016 108.259467) - (xy 74.897996 108.18943) - (xy 74.982829 108.091526) - (xy 75.036644 107.973689) - (xy 75.049456 107.884579) - (xy 75.05508 107.845465) - (xy 75.05508 107.84546) - (xy 75.036644 107.717237) - (xy 75.019342 107.679352) + (xy 75.430416 100.027573) + (xy 75.461952 100.063968) + (xy 75.570926 100.134001) + (xy 75.570931 100.134004) + (xy 75.695228 100.1705) + (xy 75.69523 100.1705) + (xy 75.82477 100.1705) + (xy 75.824772 100.1705) + (xy 75.842982 100.165153) + (xy 75.90414 100.166898) + (xy 75.952594 100.20426) + (xy 75.969834 100.262966) + (xy 75.962342 100.298019) + (xy 75.960485 100.302502) + (xy 75.956595 100.322061) + (xy 75.955053 100.329816) + (xy 75.939103 100.41) + (xy 75.939724 100.413124) + (xy 75.942598 100.427569) + (xy 75.9445 100.446883) + (xy 75.9445 104.104453) + (xy 75.925593 104.162644) + (xy 75.876093 104.198608) + (xy 75.814907 104.198608) + (xy 75.770681 104.169285) + (xy 75.751304 104.146923) + (xy 75.642329 104.076889) + (xy 75.642326 104.076887) + (xy 75.642325 104.076887) + (xy 75.642322 104.076886) + (xy 75.51803 104.040391) + (xy 75.518028 104.040391) + (xy 75.388484 104.040391) + (xy 75.388481 104.040391) + (xy 75.264189 104.076886) + (xy 75.264182 104.076889) + (xy 75.155208 104.146922) + (xy 75.070373 104.244829) + (xy 75.016558 104.362665) + (xy 74.998123 104.490888) + (xy 74.998123 104.490893) + (xy 75.016558 104.619116) + (xy 75.040536 104.671619) + (xy 75.070374 104.736954) + (xy 75.13832 104.81537) + (xy 75.162137 104.871728) + (xy 75.1625 104.880199) + (xy 75.1625 107.54181) + (xy 75.143593 107.600001) + (xy 75.094093 107.635965) + (xy 75.032907 107.635965) + (xy 74.988595 107.603771) + (xy 74.987465 107.604751) + (xy 74.982829 107.599401) (xy 74.982829 107.5994) (xy 74.897996 107.501496) (xy 74.897995 107.501495) @@ -68263,7 +64504,7 @@ (xy 74.290133 107.180002) (xy 74.290133 107.179997) (xy 74.271697 107.051774) - (xy 74.269002 107.045872) + (xy 74.258503 107.022884) (xy 74.217882 106.933937) (xy 74.133049 106.836033) (xy 74.133048 106.836032) @@ -68271,7 +64512,7 @@ (xy 74.024073 106.765998) (xy 74.02407 106.765996) (xy 74.024069 106.765996) - (xy 74.014441 106.763169) + (xy 74.024066 106.765995) (xy 73.899774 106.7295) (xy 73.899772 106.7295) (xy 73.770228 106.7295) @@ -68288,11 +64529,11 @@ (xy 73.444673 106.582092) (xy 73.527882 106.486063) (xy 73.581697 106.368226) - (xy 73.595758 106.270432) + (xy 73.595694 106.270876) (xy 73.600133 106.240002) (xy 73.600133 106.239997) (xy 73.581697 106.111774) - (xy 73.56079 106.065995) + (xy 73.536102 106.011936) (xy 73.527882 105.993937) (xy 73.443049 105.896033) (xy 73.443048 105.896032) @@ -68300,7 +64541,7 @@ (xy 73.334073 105.825998) (xy 73.33407 105.825996) (xy 73.334069 105.825996) - (xy 73.322183 105.822506) + (xy 73.323467 105.822883) (xy 73.209774 105.7895) (xy 73.209772 105.7895) (xy 73.080228 105.7895) @@ -68310,23 +64551,192 @@ (xy 72.846952 105.896031) (xy 72.762117 105.993938) (xy 72.708302 106.111774) - (xy 72.702492 106.152186) - (xy 72.675496 106.207094) - (xy 72.621382 106.235647) - (xy 72.560819 106.22694) - (xy 72.516941 106.184297) - (xy 72.5055 106.138097) - (xy 72.5055 98.8595) - (xy 72.524407 98.801309) - (xy 72.573907 98.765345) - (xy 72.6045 98.7605) + (xy 72.689867 106.239997) + (xy 72.689867 106.240002) + (xy 72.708302 106.368225) + (xy 72.755496 106.471563) + (xy 72.762118 106.486063) + (xy 72.84532 106.582085) + (xy 72.869137 106.638444) + (xy 72.8695 106.646915) + (xy 72.8695 112.315284) + (xy 72.850593 112.373475) + (xy 72.824023 112.398568) + (xy 72.771952 112.432031) + (xy 72.687117 112.529938) + (xy 72.633302 112.647774) + (xy 72.614867 112.775997) + (xy 72.614867 112.776002) + (xy 72.633302 112.904225) + (xy 72.664483 112.9725) + (xy 72.687118 113.022063) + (xy 72.771951 113.119967) + (xy 72.771952 113.119968) + (xy 72.880926 113.190001) + (xy 72.880931 113.190004) + (xy 73.005228 113.2265) + (xy 73.00523 113.2265) + (xy 73.13477 113.2265) + (xy 73.134772 113.2265) + (xy 73.259069 113.190004) + (xy 73.296977 113.165641) + (xy 73.356151 113.150087) + (xy 73.413168 113.172286) + (xy 73.446247 113.223758) + (xy 73.4495 113.248926) + (xy 73.4495 116.622876) + (xy 73.430593 116.681067) + (xy 73.420504 116.69288) + (xy 72.41988 117.693504) + (xy 72.365363 117.721281) + (xy 72.349876 117.7225) + (xy 72.265225 117.7225) + (xy 72.140933 117.758995) + (xy 72.140926 117.758998) + (xy 72.031952 117.829031) + (xy 71.947117 117.926938) + (xy 71.893302 118.044774) + (xy 71.874867 118.172997) + (xy 71.874867 118.173002) + (xy 71.893302 118.301225) + (xy 71.926566 118.374061) + (xy 71.947118 118.419063) + (xy 71.98379 118.461385) + (xy 72.031952 118.516968) + (xy 72.140926 118.587001) + (xy 72.140931 118.587004) + (xy 72.265228 118.6235) + (xy 72.26523 118.6235) + (xy 72.39477 118.6235) + (xy 72.394772 118.6235) + (xy 72.519069 118.587004) + (xy 72.628049 118.516967) + (xy 72.712882 118.419063) + (xy 72.766697 118.301226) + (xy 72.782241 118.193115) + (xy 72.785133 118.173002) + (xy 72.785133 118.173) + (xy 72.785133 118.172997) + (xy 72.78395 118.164774) + (xy 72.794379 118.104487) + (xy 72.811934 118.08068) + (xy 73.722496 117.170119) + (xy 73.777013 117.142342) + (xy 73.837445 117.151913) + (xy 73.88071 117.195178) + (xy 73.8915 117.240123) + (xy 73.8915 117.761652) + (xy 73.872593 117.819843) + (xy 73.846024 117.844936) + (xy 73.736951 117.915033) + (xy 73.652117 118.012938) + (xy 73.598302 118.130774) + (xy 73.579867 118.258997) + (xy 73.579867 118.259002) + (xy 73.598302 118.387225) + (xy 73.632171 118.461386) + (xy 73.652118 118.505063) + (xy 73.691056 118.55) + (xy 73.736952 118.602968) + (xy 73.843133 118.671206) + (xy 73.845931 118.673004) + (xy 73.970228 118.7095) + (xy 73.977022 118.711495) + (xy 73.976224 118.714212) + (xy 74.020062 118.73576) + (xy 74.048621 118.789872) + (xy 74.03992 118.850435) + (xy 74.021077 118.876768) + (xy 71.442343 121.455504) + (xy 71.387826 121.483281) + (xy 71.372339 121.4845) + (xy 70.455124 121.4845) + (xy 70.396933 121.465593) + (xy 70.38512 121.455504) + (xy 70.070885 121.141269) + (xy 70.058573 121.126266) + (xy 70.050046 121.113504) + (xy 70.048624 121.111376) + (xy 70.027899 121.097528) + (xy 70.02789 121.097521) + (xy 69.977728 121.064004) + (xy 69.957496 121.050486) + (xy 69.957495 121.050485) + (xy 69.889661 121.036992) + (xy 69.871182 121.033316) + (xy 69.871162 121.033311) + (xy 69.850002 121.029103) + (xy 69.850001 121.029103) + (xy 69.85 121.029103) + (xy 69.83243 121.032598) + (xy 69.813116 121.0345) + (xy 69.622333 121.0345) + (xy 69.564142 121.015593) + (xy 69.528178 120.966093) + (xy 69.528178 120.904907) + (xy 69.561541 120.858986) + (xy 69.560821 120.858108) + (xy 69.564578 120.855024) + (xy 69.564581 120.855023) + (xy 69.71312 120.73312) + (xy 69.835023 120.584581) + (xy 69.835027 120.584572) + (xy 69.83503 120.584569) + (xy 69.909467 120.445306) + (xy 69.925605 120.415114) + (xy 69.981385 120.231231) + (xy 69.981386 120.231226) + (xy 70.00022 120.040003) + (xy 70.00022 120.039996) + (xy 69.981386 119.848773) + (xy 69.981385 119.848768) + (xy 69.957804 119.771033) + (xy 69.925605 119.664886) + (xy 69.925399 119.6645) + (xy 69.911146 119.637834) + (xy 69.90039 119.577602) + (xy 69.927092 119.52255) + (xy 69.928403 119.521211) + (xy 72.075733 117.373881) + (xy 72.090729 117.361575) + (xy 72.105624 117.351624) + (xy 72.132284 117.311726) + (xy 72.166516 117.260494) + (xy 72.187897 117.153) + (xy 72.185777 117.142342) + (xy 72.184402 117.135427) + (xy 72.1825 117.116115) + (xy 72.1825 106.901123) + (xy 72.201407 106.842932) + (xy 72.211481 106.831135) + (xy 72.213713 106.828902) + (xy 72.228729 106.816575) + (xy 72.243624 106.806624) + (xy 72.267893 106.770304) + (xy 72.304515 106.715495) + (xy 72.309487 106.6905) + (xy 72.3205 106.635133) + (xy 72.3205 106.635131) + (xy 72.32087 106.633271) + (xy 72.320873 106.633253) + (xy 72.322589 106.624624) + (xy 72.325896 106.608) + (xy 72.325896 106.607999) + (xy 72.322402 106.590432) + (xy 72.3205 106.57112) + (xy 72.3205 98.970122) + (xy 72.339407 98.911931) + (xy 72.349497 98.900118) + (xy 72.46012 98.789496) + (xy 72.514636 98.761719) + (xy 72.530123 98.7605) (xy 72.61477 98.7605) (xy 72.614772 98.7605) (xy 72.739069 98.724004) (xy 72.848049 98.653967) (xy 72.932882 98.556063) (xy 72.986697 98.438226) - (xy 72.999817 98.346972) + (xy 72.999793 98.347139) (xy 73.005133 98.310002) (xy 73.005133 98.309997) (xy 72.986697 98.181774) @@ -68338,7 +64748,7 @@ (xy 72.739073 97.895998) (xy 72.73907 97.895996) (xy 72.739069 97.895996) - (xy 72.739066 97.895995) + (xy 72.729288 97.893124) (xy 72.614774 97.8595) (xy 72.614772 97.8595) (xy 72.485228 97.8595) @@ -68350,19 +64760,17 @@ (xy 72.113302 98.181774) (xy 72.094867 98.309997) (xy 72.094867 98.310002) - (xy 72.09605 98.318233) - (xy 72.085614 98.378521) - (xy 72.068061 98.402321) - (xy 72.061267 98.409115) - (xy 72.04627 98.421423) - (xy 72.034507 98.429284) - (xy 71.97562 98.445896) - (xy 71.918215 98.424723) - (xy 71.884219 98.373851) - (xy 71.8805 98.346972) - (xy 71.8805 96.255122) - (xy 71.899407 96.196931) - (xy 71.90949 96.185124) + (xy 72.09605 98.318234) + (xy 72.085613 98.378523) + (xy 72.068062 98.40232) + (xy 72.049505 98.420878) + (xy 71.99499 98.448657) + (xy 71.934557 98.439087) + (xy 71.891292 98.395823) + (xy 71.8805 98.350876) + (xy 71.8805 96.255123) + (xy 71.899407 96.196932) + (xy 71.90949 96.185125) (xy 72.778733 95.315881) (xy 72.793729 95.303575) (xy 72.808624 95.293624) @@ -68371,8 +64779,8 @@ (xy 72.890897 95.095) (xy 72.887402 95.077427) (xy 72.8855 95.058115) - (xy 72.8855 75.791882) - (xy 72.887401 75.772573) + (xy 72.8855 75.791883) + (xy 72.887402 75.772569) (xy 72.890897 75.755) (xy 72.882109 75.710822) (xy 72.869515 75.647505) @@ -68518,7 +64926,7 @@ (xy 67.360675 87.484319) (xy 67.370246 87.423887) (xy 67.371147 87.422162) - (xy 67.380873 87.403967) + (xy 67.385603 87.395117) (xy 67.385605 87.395114) (xy 67.441385 87.211231) (xy 67.441386 87.211226) @@ -68744,94 +65152,75 @@ (xy 71.325365 96.106346) (xy 71.327598 96.117569) (xy 71.3295 96.136883) - (xy 71.3295 105.184134) - (xy 71.310593 105.242325) - (xy 71.261093 105.278289) - (xy 71.258392 105.279124) - (xy 71.200931 105.295996) - (xy 71.200926 105.295998) - (xy 71.091952 105.366031) - (xy 71.007117 105.463938) - (xy 70.953302 105.581774) - (xy 70.934867 105.709997) - (xy 70.934867 105.710002) - (xy 70.953302 105.838225) - (xy 70.979702 105.896031) - (xy 71.007118 105.956063) - (xy 71.091951 106.053967) - (xy 71.091952 106.053968) - (xy 71.200926 106.124001) - (xy 71.200931 106.124004) - (xy 71.263392 106.142343) - (xy 71.313898 106.176878) - (xy 71.33446 106.234505) - (xy 71.3345 106.237333) - (xy 71.3345 111.6605) - (xy 71.315593 111.718691) - (xy 71.266093 111.754655) - (xy 71.2355 111.7595) - (xy 71.170225 111.7595) - (xy 71.045933 111.795995) - (xy 71.045926 111.795998) - (xy 70.936952 111.866031) - (xy 70.852117 111.963938) - (xy 70.798302 112.081774) - (xy 70.779867 112.209997) - (xy 70.779867 112.210002) - (xy 70.798302 112.338225) - (xy 70.839405 112.428226) - (xy 70.852118 112.456063) - (xy 70.92528 112.540498) - (xy 70.936952 112.553968) - (xy 71.027201 112.611967) - (xy 71.045931 112.624004) - (xy 71.170228 112.6605) - (xy 71.17023 112.6605) - (xy 71.29977 112.6605) - (xy 71.299772 112.6605) - (xy 71.424069 112.624004) - (xy 71.533049 112.553967) - (xy 71.617882 112.456063) - (xy 71.671697 112.338226) - (xy 71.678001 112.294377) - (xy 71.690133 112.210002) - (xy 71.690133 112.21) - (xy 71.689454 112.205278) - (xy 71.68895 112.201774) - (xy 71.699379 112.141487) - (xy 71.716934 112.11768) - (xy 71.778733 112.055881) - (xy 71.79373 112.043574) - (xy 71.800501 112.03905) - (xy 71.859389 112.022444) - (xy 71.916792 112.043623) - (xy 71.950784 112.094498) - (xy 71.9545 112.121368) - (xy 71.9545 113.124875) - (xy 71.935593 113.183066) - (xy 71.925504 113.194879) - (xy 70.466267 114.654115) - (xy 70.451269 114.666423) - (xy 70.43638 114.676372) - (xy 70.436374 114.676378) - (xy 70.421006 114.699377) - (xy 70.403528 114.725534) - (xy 70.375484 114.767506) - (xy 70.362008 114.835258) - (xy 70.361298 114.83883) - (xy 70.354103 114.875) - (xy 70.354584 114.87742) - (xy 70.357598 114.892569) - (xy 70.3595 114.911883) - (xy 70.3595 118.324875) - (xy 70.340593 118.383066) - (xy 70.330504 118.394879) - (xy 69.574677 119.150705) - (xy 69.52016 119.178482) - (xy 69.459728 119.168911) - (xy 69.458059 119.16804) + (xy 71.3295 105.2765) + (xy 71.310593 105.334691) + (xy 71.261093 105.370655) + (xy 71.241137 105.373815) + (xy 71.241235 105.374493) + (xy 71.234225 105.3755) + (xy 71.109933 105.411995) + (xy 71.109926 105.411998) + (xy 71.000952 105.482031) + (xy 70.916117 105.579938) + (xy 70.862302 105.697774) + (xy 70.843867 105.825997) + (xy 70.843867 105.826002) + (xy 70.862302 105.954225) + (xy 70.888659 106.011937) + (xy 70.916118 106.072063) + (xy 71.000951 106.169967) + (xy 71.062024 106.209216) + (xy 71.100754 106.25658) + (xy 71.1075 106.292499) + (xy 71.1075 111.849876) + (xy 71.088593 111.908067) + (xy 71.078504 111.919879) + (xy 70.955881 112.042503) + (xy 70.901364 112.070281) + (xy 70.885877 112.0715) + (xy 70.801225 112.0715) + (xy 70.676933 112.107995) + (xy 70.676926 112.107998) + (xy 70.567952 112.178031) + (xy 70.483117 112.275938) + (xy 70.429302 112.393774) + (xy 70.410867 112.521997) + (xy 70.410867 112.522002) + (xy 70.429302 112.650225) + (xy 70.462234 112.722334) + (xy 70.483118 112.768063) + (xy 70.567951 112.865967) + (xy 70.567952 112.865968) + (xy 70.666238 112.929132) + (xy 70.676931 112.936004) + (xy 70.801228 112.9725) + (xy 70.80123 112.9725) + (xy 70.93077 112.9725) + (xy 70.930772 112.9725) + (xy 71.055069 112.936004) + (xy 71.164049 112.865967) + (xy 71.248882 112.768063) + (xy 71.302697 112.650226) + (xy 71.317378 112.548115) + (xy 71.321133 112.522002) + (xy 71.321133 112.522) + (xy 71.321133 112.521997) + (xy 71.31995 112.513774) + (xy 71.330379 112.453487) + (xy 71.347938 112.429677) + (xy 71.462497 112.315119) + (xy 71.517013 112.287342) + (xy 71.577445 112.296914) + (xy 71.62071 112.340178) + (xy 71.6315 112.385123) + (xy 71.6315 116.997875) + (xy 71.612593 117.056066) + (xy 71.602504 117.067879) + (xy 69.538835 119.131547) + (xy 69.484318 119.159324) + (xy 69.423886 119.149753) + (xy 69.422211 119.148878) (xy 69.395114 119.134395) - (xy 69.371178 119.127134) (xy 69.211231 119.078614) (xy 69.211226 119.078613) (xy 69.020003 119.05978) @@ -68859,7 +65248,7 @@ (xy 68.204969 120.584569) (xy 68.204975 120.584578) (xy 68.204977 120.584581) - (xy 68.240795 120.628225) + (xy 68.251917 120.641777) (xy 68.326875 120.733115) (xy 68.326884 120.733124) (xy 68.389239 120.784297) @@ -68879,6 +65268,7 @@ (xy 67.360675 120.504319) (xy 67.370246 120.443887) (xy 67.371147 120.442162) + (xy 67.375389 120.434226) (xy 67.385605 120.415114) (xy 67.441385 120.231231) (xy 67.441386 120.231226) @@ -68886,9 +65276,9 @@ (xy 67.46022 120.039996) (xy 67.441386 119.848773) (xy 67.441385 119.848768) - (xy 67.417205 119.769059) + (xy 67.417804 119.771033) (xy 67.385605 119.664886) - (xy 67.384797 119.663374) + (xy 67.385399 119.6645) (xy 67.29503 119.49543) (xy 67.295025 119.495423) (xy 67.295023 119.495419) @@ -68921,242 +65311,8 @@ (xy 65.518613 119.848773) (xy 65.49978 120.039996) (xy 65.49978 120.040003) - (xy 65.518613 120.231226) - (xy 65.518614 120.231231) - (xy 65.574395 120.415114) - (xy 65.574397 120.415119) - (xy 65.664969 120.584569) - (xy 65.664975 120.584578) - (xy 65.664977 120.584581) - (xy 65.700795 120.628225) - (xy 65.786875 120.733115) - (xy 65.786884 120.733124) - (xy 65.826938 120.765995) - (xy 65.935419 120.855023) - (xy 65.935423 120.855025) - (xy 65.93543 120.85503) - (xy 66.095335 120.9405) - (xy 66.104886 120.945605) - (xy 66.219739 120.980445) - (xy 66.288768 121.001385) - (xy 66.288773 121.001386) - (xy 66.479997 121.02022) - (xy 66.48 121.02022) - (xy 66.480003 121.02022) - (xy 66.671226 121.001386) - (xy 66.671231 121.001385) - (xy 66.67123 121.001384) - (xy 66.855114 120.945605) - (xy 66.882162 120.931146) - (xy 66.942394 120.920389) - (xy 66.997446 120.94709) - (xy 66.998836 120.948452) - (xy 67.529113 121.478729) - (xy 67.541422 121.493729) - (xy 67.551371 121.508618) - (xy 67.551373 121.50862) - (xy 67.551376 121.508624) - (xy 67.551379 121.508626) - (xy 67.574338 121.523967) - (xy 67.574376 121.523992) - (xy 67.574378 121.523994) - (xy 67.642505 121.569515) - (xy 67.75 121.590897) - (xy 67.76757 121.587401) - (xy 67.786884 121.5855) - (xy 68.417667 121.5855) - (xy 68.475858 121.604407) - (xy 68.511822 121.653907) - (xy 68.511822 121.715093) - (xy 68.478458 121.761013) - (xy 68.479179 121.761892) - (xy 68.475421 121.764975) - (xy 68.475419 121.764977) - (xy 68.447311 121.788045) - (xy 68.326884 121.886875) - (xy 68.326875 121.886884) - (xy 68.204976 122.03542) - (xy 68.204969 122.03543) - (xy 68.114397 122.20488) - (xy 68.114395 122.204885) - (xy 68.058614 122.388768) - (xy 68.058613 122.388773) - (xy 68.03978 122.579996) - (xy 68.03978 122.580003) - (xy 68.058613 122.771226) - (xy 68.058614 122.771231) - (xy 68.114395 122.955114) - (xy 68.114397 122.955119) - (xy 68.204969 123.124569) - (xy 68.204975 123.124578) - (xy 68.204977 123.124581) - (xy 68.25581 123.186521) - (xy 68.326875 123.273115) - (xy 68.326884 123.273124) - (xy 68.365816 123.305074) - (xy 68.475419 123.395023) - (xy 68.475423 123.395025) - (xy 68.47543 123.39503) - (xy 68.64488 123.485602) - (xy 68.644886 123.485605) - (xy 68.771458 123.524) - (xy 68.828768 123.541385) - (xy 68.828773 123.541386) - (xy 69.019997 123.56022) - (xy 69.02 123.56022) - (xy 69.020003 123.56022) - (xy 69.211226 123.541386) - (xy 69.211231 123.541385) - (xy 69.243626 123.531558) - (xy 69.395114 123.485605) - (xy 69.465358 123.448059) - (xy 69.564569 123.39503) - (xy 69.564572 123.395027) - (xy 69.564581 123.395023) - (xy 69.71312 123.27312) - (xy 69.835023 123.124581) - (xy 69.835027 123.124572) - (xy 69.83503 123.124569) - (xy 69.91543 122.97415) - (xy 69.925605 122.955114) - (xy 69.981385 122.771231) - (xy 69.981386 122.771226) - (xy 70.00022 122.580003) - (xy 70.00022 122.579996) - (xy 69.981386 122.388773) - (xy 69.981385 122.388768) - (xy 69.955785 122.304376) - (xy 69.925605 122.204886) - (xy 69.91543 122.185849) - (xy 69.83503 122.03543) - (xy 69.835025 122.035423) - (xy 69.835023 122.035419) - (xy 69.741527 121.921494) - (xy 69.713124 121.886884) - (xy 69.713115 121.886875) - (xy 69.592689 121.788045) - (xy 69.564581 121.764977) - (xy 69.564578 121.764975) - (xy 69.560821 121.761892) - (xy 69.562161 121.760258) - (xy 69.529451 121.718763) - (xy 69.527051 121.657625) - (xy 69.561045 121.606752) - (xy 69.618449 121.585576) - (xy 69.622333 121.5855) - (xy 75.405877 121.5855) - (xy 75.464068 121.604407) - (xy 75.500032 121.653907) - (xy 75.500032 121.715093) - (xy 75.464068 121.764593) - (xy 75.459567 121.767677) - (xy 71.51489 124.313933) - (xy 71.460376 124.329753) - (xy 64.823675 124.274484) - (xy 64.765643 124.255092) - (xy 64.730093 124.205295) - (xy 64.725499 124.175487) - (xy 64.725499 122.580003) - (xy 65.45004 122.580003) - (xy 65.469828 122.780929) - (xy 65.469829 122.780935) - (xy 65.528441 122.974149) - (xy 65.599449 123.106995) - (xy 65.855639 122.850806) - (xy 65.910156 122.823029) - (xy 65.970588 122.8326) - (xy 66.013543 122.875263) - (xy 66.02644 122.900153) - (xy 66.026442 122.900156) - (xy 66.129638 123.010652) - (xy 66.191888 123.048507) - (xy 66.231783 123.094896) - (xy 66.236792 123.155876) - (xy 66.210453 123.203097) - (xy 65.953003 123.460548) - (xy 65.953003 123.460549) - (xy 66.085849 123.531558) - (xy 66.279064 123.59017) - (xy 66.27907 123.590171) - (xy 66.479997 123.60996) - (xy 66.480003 123.60996) - (xy 66.680929 123.590171) - (xy 66.680935 123.59017) - (xy 66.87415 123.531558) - (xy 67.006995 123.460549) - (xy 67.006995 123.460548) - (xy 66.753309 123.206861) - (xy 66.725532 123.152345) - (xy 66.735103 123.091913) - (xy 66.764508 123.060223) - (xy 66.763205 123.058622) - (xy 66.768456 123.054349) - (xy 66.768458 123.054349) - (xy 66.885739 122.958934) - (xy 66.953167 122.863408) - (xy 67.002169 122.826773) - (xy 67.063349 122.825937) - (xy 67.104049 122.850497) - (xy 67.360548 123.106995) - (xy 67.360549 123.106995) - (xy 67.431558 122.97415) - (xy 67.49017 122.780935) - (xy 67.490171 122.780929) - (xy 67.50996 122.580003) - (xy 67.50996 122.579996) - (xy 67.490171 122.37907) - (xy 67.49017 122.379064) - (xy 67.431558 122.185849) - (xy 67.360549 122.053003) - (xy 67.360548 122.053003) - (xy 67.104358 122.309192) - (xy 67.049842 122.336969) - (xy 66.98941 122.327397) - (xy 66.946454 122.284733) - (xy 66.938335 122.269064) - (xy 66.933558 122.259844) - (xy 66.830362 122.149348) - (xy 66.830361 122.149347) - (xy 66.83036 122.149346) - (xy 66.76811 122.111491) - (xy 66.728215 122.065102) - (xy 66.723206 122.004122) - (xy 66.749545 121.9569) - (xy 67.006995 121.699449) - (xy 66.874149 121.628441) - (xy 66.680935 121.569829) - (xy 66.680929 121.569828) - (xy 66.480003 121.55004) - (xy 66.479997 121.55004) - (xy 66.27907 121.569828) - (xy 66.279064 121.569829) - (xy 66.08585 121.628441) - (xy 66.085845 121.628443) - (xy 65.953003 121.699449) - (xy 65.953003 121.69945) - (xy 66.20669 121.953138) - (xy 66.234467 122.007654) - (xy 66.224896 122.068086) - (xy 66.195498 122.099783) - (xy 66.196795 122.101378) - (xy 66.191543 122.10565) - (xy 66.191542 122.105651) - (xy 66.154124 122.136093) - (xy 66.074258 122.201068) - (xy 66.006833 122.296589) - (xy 65.957829 122.333226) - (xy 65.896649 122.334062) - (xy 65.85595 122.309502) - (xy 65.59945 122.053003) - (xy 65.599449 122.053003) - (xy 65.528443 122.185845) - (xy 65.528441 122.18585) - (xy 65.469829 122.379064) - (xy 65.469828 122.37907) - (xy 65.45004 122.579996) - (xy 65.45004 122.580003) - (xy 64.725499 122.580003) - (xy 64.725499 117.500003) + (xy 64.7255 120.040003) + (xy 64.7255 117.500003) (xy 65.49978 117.500003) (xy 65.518613 117.691226) (xy 65.518614 117.691231) @@ -69165,16 +65321,16 @@ (xy 65.664969 118.044569) (xy 65.664975 118.044578) (xy 65.664977 118.044581) - (xy 65.682604 118.066059) + (xy 65.695114 118.081303) (xy 65.786875 118.193115) (xy 65.786884 118.193124) - (xy 65.819042 118.219515) + (xy 65.829179 118.227834) (xy 65.935419 118.315023) (xy 65.935423 118.315025) (xy 65.93543 118.31503) - (xy 66.102826 118.404504) + (xy 66.070499 118.387225) (xy 66.104886 118.405605) - (xy 66.219363 118.440331) + (xy 66.232988 118.444464) (xy 66.288768 118.461385) (xy 66.288773 118.461386) (xy 66.479997 118.48022) @@ -69184,7 +65340,7 @@ (xy 66.671231 118.461385) (xy 66.67123 118.461385) (xy 66.855114 118.405605) - (xy 66.932248 118.364376) + (xy 66.961763 118.3486) (xy 67.024569 118.31503) (xy 67.024572 118.315027) (xy 67.024581 118.315023) @@ -69205,16 +65361,16 @@ (xy 68.204969 118.044569) (xy 68.204975 118.044578) (xy 68.204977 118.044581) - (xy 68.222604 118.066059) + (xy 68.235114 118.081303) (xy 68.326875 118.193115) (xy 68.326884 118.193124) - (xy 68.359042 118.219515) + (xy 68.369179 118.227834) (xy 68.475419 118.315023) (xy 68.475423 118.315025) (xy 68.47543 118.31503) - (xy 68.642826 118.404504) + (xy 68.610499 118.387225) (xy 68.644886 118.405605) - (xy 68.759363 118.440331) + (xy 68.772988 118.444464) (xy 68.828768 118.461385) (xy 68.828773 118.461386) (xy 69.019997 118.48022) @@ -69224,7 +65380,7 @@ (xy 69.211231 118.461385) (xy 69.21123 118.461385) (xy 69.395114 118.405605) - (xy 69.472248 118.364376) + (xy 69.501763 118.3486) (xy 69.564569 118.31503) (xy 69.564572 118.315027) (xy 69.564581 118.315023) @@ -69240,7 +65396,7 @@ (xy 70.00022 117.499996) (xy 69.981386 117.308773) (xy 69.981385 117.308768) - (xy 69.964075 117.251704) + (xy 69.960562 117.240123) (xy 69.925605 117.124886) (xy 69.925602 117.12488) (xy 69.83503 116.95543) @@ -69249,7 +65405,7 @@ (xy 69.753401 116.855962) (xy 69.713124 116.806884) (xy 69.713115 116.806875) - (xy 69.60551 116.718567) + (xy 69.624107 116.733829) (xy 69.564581 116.684977) (xy 69.564578 116.684975) (xy 69.564569 116.684969) @@ -69279,7 +65435,7 @@ (xy 67.46022 117.499996) (xy 67.441386 117.308773) (xy 67.441385 117.308768) - (xy 67.424075 117.251704) + (xy 67.420562 117.240123) (xy 67.385605 117.124886) (xy 67.385602 117.12488) (xy 67.29503 116.95543) @@ -69288,7 +65444,7 @@ (xy 67.213401 116.855962) (xy 67.173124 116.806884) (xy 67.173115 116.806875) - (xy 67.06551 116.718567) + (xy 67.084107 116.733829) (xy 67.024581 116.684977) (xy 67.024578 116.684975) (xy 67.024569 116.684969) @@ -69314,8 +65470,8 @@ (xy 65.518613 117.308773) (xy 65.49978 117.499996) (xy 65.49978 117.500003) - (xy 64.725499 117.500003) - (xy 64.725499 114.960003) + (xy 64.7255 117.500003) + (xy 64.7255 114.960003) (xy 65.49978 114.960003) (xy 65.518613 115.151226) (xy 65.518614 115.151231) @@ -69324,16 +65480,16 @@ (xy 65.664969 115.504569) (xy 65.664975 115.504578) (xy 65.664977 115.504581) - (xy 65.699791 115.547002) + (xy 65.702559 115.550375) (xy 65.786875 115.653115) (xy 65.786884 115.653124) (xy 65.825515 115.684827) (xy 65.935419 115.775023) (xy 65.935423 115.775025) (xy 65.93543 115.77503) - (xy 66.10488 115.865602) + (xy 66.060924 115.842107) (xy 66.104886 115.865605) - (xy 66.232987 115.904464) + (xy 66.218272 115.9) (xy 66.288768 115.921385) (xy 66.288773 115.921386) (xy 66.479997 115.94022) @@ -69351,7 +65507,7 @@ (xy 67.295023 115.504581) (xy 67.295027 115.504572) (xy 67.29503 115.504569) - (xy 67.366958 115.37) + (xy 67.37543 115.35415) (xy 67.385605 115.335114) (xy 67.441385 115.151231) (xy 67.441386 115.151226) @@ -69412,7 +65568,7 @@ (xy 69.589842 114.716969) (xy 69.52941 114.707397) (xy 69.486454 114.664733) - (xy 69.486341 114.664514) + (xy 69.481844 114.655836) (xy 69.473558 114.639844) (xy 69.370362 114.529348) (xy 69.370361 114.529347) @@ -69440,7 +65596,7 @@ (xy 68.736795 114.481378) (xy 68.731543 114.48565) (xy 68.731542 114.485651) - (xy 68.680192 114.527427) + (xy 68.677834 114.529346) (xy 68.614258 114.581068) (xy 68.546833 114.676589) (xy 68.497829 114.713226) @@ -69460,11 +65616,11 @@ (xy 67.441385 114.768768) (xy 67.416359 114.68627) (xy 67.385605 114.584886) - (xy 67.379753 114.573937) + (xy 67.37543 114.565849) (xy 67.29503 114.41543) (xy 67.295025 114.415423) (xy 67.295023 114.415419) - (xy 67.206921 114.308066) + (xy 67.216616 114.31988) (xy 67.173124 114.266884) (xy 67.173115 114.266875) (xy 67.063468 114.176891) @@ -69493,8 +65649,8 @@ (xy 65.518613 114.768773) (xy 65.49978 114.959996) (xy 65.49978 114.960003) - (xy 64.725499 114.960003) - (xy 64.725499 112.420003) + (xy 64.7255 114.960003) + (xy 64.7255 112.420003) (xy 65.49978 112.420003) (xy 65.518613 112.611226) (xy 65.518614 112.611231) @@ -69503,7 +65659,7 @@ (xy 65.664969 112.964569) (xy 65.664975 112.964578) (xy 65.664977 112.964581) - (xy 65.684607 112.9885) + (xy 65.681683 112.984937) (xy 65.786875 113.113115) (xy 65.786884 113.113124) (xy 65.841849 113.158232) @@ -69512,7 +65668,7 @@ (xy 65.93543 113.23503) (xy 66.099245 113.32259) (xy 66.104886 113.325605) - (xy 66.23126 113.36394) + (xy 66.215717 113.359225) (xy 66.288768 113.381385) (xy 66.288773 113.381386) (xy 66.479997 113.40022) @@ -69530,7 +65686,7 @@ (xy 67.295023 112.964581) (xy 67.295027 112.964572) (xy 67.29503 112.964569) - (xy 67.363905 112.835712) + (xy 67.353129 112.85587) (xy 67.385605 112.795114) (xy 67.441385 112.611231) (xy 67.441386 112.611226) @@ -69543,7 +65699,7 @@ (xy 68.204969 112.964569) (xy 68.204975 112.964578) (xy 68.204977 112.964581) - (xy 68.224607 112.9885) + (xy 68.221683 112.984937) (xy 68.326875 113.113115) (xy 68.326884 113.113124) (xy 68.381849 113.158232) @@ -69552,7 +65708,7 @@ (xy 68.47543 113.23503) (xy 68.639245 113.32259) (xy 68.644886 113.325605) - (xy 68.77126 113.36394) + (xy 68.755717 113.359225) (xy 68.828768 113.381385) (xy 68.828773 113.381386) (xy 69.019997 113.40022) @@ -69570,7 +65726,7 @@ (xy 69.835023 112.964581) (xy 69.835027 112.964572) (xy 69.83503 112.964569) - (xy 69.903905 112.835712) + (xy 69.893129 112.85587) (xy 69.925605 112.795114) (xy 69.981385 112.611231) (xy 69.981386 112.611226) @@ -69580,14 +65736,14 @@ (xy 69.981385 112.228768) (xy 69.957872 112.151257) (xy 69.925605 112.044886) - (xy 69.921782 112.037734) + (xy 69.918249 112.031123) (xy 69.83503 111.87543) (xy 69.835025 111.875423) (xy 69.835023 111.875419) - (xy 69.747277 111.7685) + (xy 69.746814 111.767936) (xy 69.713124 111.726884) (xy 69.713115 111.726875) - (xy 69.606184 111.63912) + (xy 69.591339 111.626937) (xy 69.564581 111.604977) (xy 69.564578 111.604975) (xy 69.564569 111.604969) @@ -69619,14 +65775,14 @@ (xy 67.441385 112.228768) (xy 67.417872 112.151257) (xy 67.385605 112.044886) - (xy 67.381782 112.037734) + (xy 67.378249 112.031123) (xy 67.29503 111.87543) (xy 67.295025 111.875423) (xy 67.295023 111.875419) - (xy 67.207277 111.7685) + (xy 67.206814 111.767936) (xy 67.173124 111.726884) (xy 67.173115 111.726875) - (xy 67.066184 111.63912) + (xy 67.051339 111.626937) (xy 67.024581 111.604977) (xy 67.024578 111.604975) (xy 67.024569 111.604969) @@ -69652,8 +65808,8 @@ (xy 65.518613 112.228773) (xy 65.49978 112.419996) (xy 65.49978 112.420003) - (xy 64.725499 112.420003) - (xy 64.725499 109.880003) + (xy 64.7255 112.420003) + (xy 64.7255 109.880003) (xy 65.49978 109.880003) (xy 65.518613 110.071226) (xy 65.518614 110.071231) @@ -69662,16 +65818,16 @@ (xy 65.664969 110.424569) (xy 65.664975 110.424578) (xy 65.664977 110.424581) - (xy 65.698994 110.466031) + (xy 65.690929 110.456203) (xy 65.786875 110.573115) (xy 65.786884 110.573124) - (xy 65.838854 110.615774) + (xy 65.824395 110.603908) (xy 65.935419 110.695023) (xy 65.935423 110.695025) (xy 65.93543 110.69503) (xy 66.10488 110.785602) (xy 66.104886 110.785605) - (xy 66.212447 110.818233) + (xy 66.232988 110.824464) (xy 66.288768 110.841385) (xy 66.288773 110.841386) (xy 66.479997 110.86022) @@ -69679,7 +65835,7 @@ (xy 66.480003 110.86022) (xy 66.671226 110.841386) (xy 66.671231 110.841385) - (xy 66.713496 110.828564) + (xy 66.703626 110.831558) (xy 66.855114 110.785605) (xy 66.932948 110.744002) (xy 67.024569 110.69503) @@ -69689,7 +65845,7 @@ (xy 67.295023 110.424581) (xy 67.295027 110.424572) (xy 67.29503 110.424569) - (xy 67.364838 110.293967) + (xy 67.370131 110.284063) (xy 67.385605 110.255114) (xy 67.441385 110.071231) (xy 67.441386 110.071226) @@ -69703,7 +65859,7 @@ (xy 68.450156 110.123029) (xy 68.510588 110.1326) (xy 68.553543 110.175263) - (xy 68.565648 110.198624) + (xy 68.56432 110.196061) (xy 68.566442 110.200156) (xy 68.669638 110.310652) (xy 68.731888 110.348507) @@ -69750,7 +65906,7 @@ (xy 69.589842 109.636969) (xy 69.52941 109.627397) (xy 69.486454 109.584733) - (xy 69.48446 109.580884) + (xy 69.480191 109.572646) (xy 69.473558 109.559844) (xy 69.370362 109.449348) (xy 69.370361 109.449347) @@ -69778,7 +65934,7 @@ (xy 68.736795 109.401378) (xy 68.731543 109.40565) (xy 68.731542 109.405651) - (xy 68.724364 109.411491) + (xy 68.695783 109.434743) (xy 68.614258 109.501068) (xy 68.546833 109.596589) (xy 68.497829 109.633226) @@ -69802,10 +65958,10 @@ (xy 67.29503 109.33543) (xy 67.295025 109.335423) (xy 67.295023 109.335419) - (xy 67.215317 109.238297) + (xy 67.219182 109.243007) (xy 67.173124 109.186884) (xy 67.173115 109.186875) - (xy 67.057272 109.091806) + (xy 67.08321 109.113093) (xy 67.024581 109.064977) (xy 67.024578 109.064975) (xy 67.024569 109.064969) @@ -69831,8 +65987,8 @@ (xy 65.518613 109.688773) (xy 65.49978 109.879996) (xy 65.49978 109.880003) - (xy 64.725499 109.880003) - (xy 64.725499 107.340003) + (xy 64.7255 109.880003) + (xy 64.7255 107.340003) (xy 65.49978 107.340003) (xy 65.518613 107.531226) (xy 65.518614 107.531231) @@ -69844,13 +66000,13 @@ (xy 65.70609 107.934677) (xy 65.786875 108.033115) (xy 65.786884 108.033124) - (xy 65.833579 108.071445) + (xy 65.841842 108.078226) (xy 65.935419 108.155023) (xy 65.935423 108.155025) (xy 65.93543 108.15503) (xy 66.10488 108.245602) (xy 66.104886 108.245605) - (xy 66.220421 108.280652) + (xy 66.19306 108.272352) (xy 66.288768 108.301385) (xy 66.288773 108.301386) (xy 66.479997 108.32022) @@ -69858,9 +66014,9 @@ (xy 66.480003 108.32022) (xy 66.671226 108.301386) (xy 66.671231 108.301385) - (xy 66.681721 108.298203) + (xy 66.689105 108.295963) (xy 66.855114 108.245605) - (xy 66.920793 108.210499) + (xy 66.927556 108.206884) (xy 67.024569 108.15503) (xy 67.024572 108.155027) (xy 67.024581 108.155023) @@ -69868,7 +66024,7 @@ (xy 67.295023 107.884581) (xy 67.295027 107.884572) (xy 67.29503 107.884569) - (xy 67.359492 107.763968) + (xy 67.355338 107.771739) (xy 67.385605 107.715114) (xy 67.441385 107.531231) (xy 67.441386 107.531226) @@ -69884,13 +66040,13 @@ (xy 68.24609 107.934677) (xy 68.326875 108.033115) (xy 68.326884 108.033124) - (xy 68.373579 108.071445) + (xy 68.381842 108.078226) (xy 68.475419 108.155023) (xy 68.475423 108.155025) (xy 68.47543 108.15503) (xy 68.64488 108.245602) (xy 68.644886 108.245605) - (xy 68.760421 108.280652) + (xy 68.73306 108.272352) (xy 68.828768 108.301385) (xy 68.828773 108.301386) (xy 69.019997 108.32022) @@ -69898,9 +66054,9 @@ (xy 69.020003 108.32022) (xy 69.211226 108.301386) (xy 69.211231 108.301385) - (xy 69.221721 108.298203) + (xy 69.229105 108.295963) (xy 69.395114 108.245605) - (xy 69.460793 108.210499) + (xy 69.467556 108.206884) (xy 69.564569 108.15503) (xy 69.564572 108.155027) (xy 69.564581 108.155023) @@ -69908,7 +66064,7 @@ (xy 69.835023 107.884581) (xy 69.835027 107.884572) (xy 69.83503 107.884569) - (xy 69.899492 107.763968) + (xy 69.895338 107.771739) (xy 69.925605 107.715114) (xy 69.981385 107.531231) (xy 69.981386 107.531226) @@ -69916,16 +66072,16 @@ (xy 70.00022 107.339996) (xy 69.981386 107.148773) (xy 69.981385 107.148768) - (xy 69.95715 107.068876) + (xy 69.955993 107.065063) (xy 69.925605 106.964886) - (xy 69.925602 106.96488) + (xy 69.909063 106.933938) (xy 69.83503 106.79543) (xy 69.835025 106.795423) (xy 69.835023 106.795419) - (xy 69.762374 106.706896) + (xy 69.76369 106.7085) (xy 69.713124 106.646884) (xy 69.713115 106.646875) - (xy 69.605095 106.558226) + (xy 69.618791 106.569466) (xy 69.564581 106.524977) (xy 69.564578 106.524975) (xy 69.564569 106.524969) @@ -69955,16 +66111,16 @@ (xy 67.46022 107.339996) (xy 67.441386 107.148773) (xy 67.441385 107.148768) - (xy 67.41715 107.068876) + (xy 67.415993 107.065063) (xy 67.385605 106.964886) - (xy 67.385602 106.96488) + (xy 67.369063 106.933938) (xy 67.29503 106.79543) (xy 67.295025 106.795423) (xy 67.295023 106.795419) - (xy 67.222374 106.706896) + (xy 67.22369 106.7085) (xy 67.173124 106.646884) (xy 67.173115 106.646875) - (xy 67.065095 106.558226) + (xy 67.078791 106.569466) (xy 67.024581 106.524977) (xy 67.024578 106.524975) (xy 67.024569 106.524969) @@ -69990,8 +66146,8 @@ (xy 65.518613 107.148773) (xy 65.49978 107.339996) (xy 65.49978 107.340003) - (xy 64.725499 107.340003) - (xy 64.725499 104.800003) + (xy 64.7255 107.340003) + (xy 64.7255 104.800003) (xy 65.45004 104.800003) (xy 65.469828 105.000929) (xy 65.469829 105.000935) @@ -70049,13 +66205,13 @@ (xy 68.234871 105.381007) (xy 68.326875 105.493115) (xy 68.326884 105.493124) - (xy 68.362231 105.522132) + (xy 68.373037 105.531) (xy 68.475419 105.615023) (xy 68.475423 105.615025) (xy 68.47543 105.61503) (xy 68.619307 105.691933) (xy 68.644886 105.705605) - (xy 68.753396 105.738521) + (xy 68.772987 105.744464) (xy 68.828768 105.761385) (xy 68.828773 105.761386) (xy 69.019997 105.78022) @@ -70065,7 +66221,7 @@ (xy 69.211231 105.761385) (xy 69.243626 105.751558) (xy 69.395114 105.705605) - (xy 69.507748 105.645401) + (xy 69.45587 105.673129) (xy 69.564569 105.61503) (xy 69.564572 105.615027) (xy 69.564581 105.615023) @@ -70073,7 +66229,7 @@ (xy 69.835023 105.344581) (xy 69.835027 105.344572) (xy 69.83503 105.344569) - (xy 69.91543 105.19415) + (xy 69.907639 105.208726) (xy 69.925605 105.175114) (xy 69.981385 104.991231) (xy 69.981386 104.991226) @@ -70081,13 +66237,13 @@ (xy 70.00022 104.799996) (xy 69.981386 104.608773) (xy 69.981385 104.608768) - (xy 69.955728 104.52419) + (xy 69.960593 104.540226) (xy 69.925605 104.424886) (xy 69.923563 104.421066) (xy 69.83503 104.25543) (xy 69.835025 104.255423) (xy 69.835023 104.255419) - (xy 69.767497 104.173138) + (xy 69.761587 104.165937) (xy 69.713124 104.106884) (xy 69.713115 104.106875) (xy 69.603791 104.017156) @@ -70127,7 +66283,7 @@ (xy 67.049842 104.556969) (xy 66.98941 104.547397) (xy 66.946454 104.504733) - (xy 66.944261 104.5005) + (xy 66.939282 104.490891) (xy 66.933558 104.479844) (xy 66.830362 104.369348) (xy 66.830361 104.369347) @@ -70155,7 +66311,7 @@ (xy 66.196795 104.321378) (xy 66.191543 104.32565) (xy 66.191542 104.325651) - (xy 66.151502 104.358226) + (xy 66.179499 104.335449) (xy 66.074258 104.421068) (xy 66.006833 104.516589) (xy 65.957829 104.553226) @@ -70169,8 +66325,8 @@ (xy 65.469828 104.59907) (xy 65.45004 104.799996) (xy 65.45004 104.800003) - (xy 64.725499 104.800003) - (xy 64.725499 102.260003) + (xy 64.7255 104.800003) + (xy 64.7255 102.260003) (xy 65.49978 102.260003) (xy 65.518613 102.451226) (xy 65.518614 102.451231) @@ -70179,7 +66335,7 @@ (xy 65.664969 102.804569) (xy 65.664975 102.804578) (xy 65.664977 102.804581) - (xy 65.680173 102.823097) + (xy 65.709693 102.859067) (xy 65.786875 102.953115) (xy 65.786884 102.953124) (xy 65.856158 103.009975) @@ -70196,9 +66352,9 @@ (xy 66.480003 103.24022) (xy 66.671226 103.221386) (xy 66.671231 103.221385) - (xy 66.697442 103.213434) + (xy 66.701424 103.212226) (xy 66.855114 103.165605) - (xy 66.9858 103.095752) + (xy 66.939986 103.12024) (xy 67.024569 103.07503) (xy 67.024572 103.075027) (xy 67.024581 103.075023) @@ -70206,7 +66362,7 @@ (xy 67.295023 102.804581) (xy 67.295027 102.804572) (xy 67.29503 102.804569) - (xy 67.359508 102.683938) + (xy 67.367117 102.669702) (xy 67.385605 102.635114) (xy 67.441385 102.451231) (xy 67.441386 102.451226) @@ -70219,7 +66375,7 @@ (xy 68.204969 102.804569) (xy 68.204975 102.804578) (xy 68.204977 102.804581) - (xy 68.220173 102.823097) + (xy 68.249693 102.859067) (xy 68.326875 102.953115) (xy 68.326884 102.953124) (xy 68.396158 103.009975) @@ -70236,9 +66392,9 @@ (xy 69.020003 103.24022) (xy 69.211226 103.221386) (xy 69.211231 103.221385) - (xy 69.237442 103.213434) + (xy 69.241424 103.212226) (xy 69.395114 103.165605) - (xy 69.5258 103.095752) + (xy 69.479986 103.12024) (xy 69.564569 103.07503) (xy 69.564572 103.075027) (xy 69.564581 103.075023) @@ -70246,7 +66402,7 @@ (xy 69.835023 102.804581) (xy 69.835027 102.804572) (xy 69.83503 102.804569) - (xy 69.899508 102.683938) + (xy 69.907117 102.669702) (xy 69.925605 102.635114) (xy 69.981385 102.451231) (xy 69.981386 102.451226) @@ -70254,16 +66410,16 @@ (xy 70.00022 102.259996) (xy 69.981386 102.068773) (xy 69.981385 102.068768) - (xy 69.946589 101.954062) + (xy 69.95533 101.982876) (xy 69.925605 101.884886) (xy 69.92291 101.879844) (xy 69.83503 101.71543) (xy 69.835025 101.715423) (xy 69.835023 101.715419) - (xy 69.748021 101.609407) + (xy 69.744713 101.605376) (xy 69.713124 101.566884) (xy 69.713115 101.566875) - (xy 69.626521 101.49581) + (xy 69.595721 101.470533) (xy 69.564581 101.444977) (xy 69.564578 101.444975) (xy 69.564569 101.444969) @@ -70293,16 +66449,16 @@ (xy 67.46022 102.259996) (xy 67.441386 102.068773) (xy 67.441385 102.068768) - (xy 67.406589 101.954062) + (xy 67.41533 101.982876) (xy 67.385605 101.884886) (xy 67.38291 101.879844) (xy 67.29503 101.71543) (xy 67.295025 101.715423) (xy 67.295023 101.715419) - (xy 67.208021 101.609407) + (xy 67.204713 101.605376) (xy 67.173124 101.566884) (xy 67.173115 101.566875) - (xy 67.086521 101.49581) + (xy 67.055721 101.470533) (xy 67.024581 101.444977) (xy 67.024578 101.444975) (xy 67.024569 101.444969) @@ -70328,8 +66484,8 @@ (xy 65.518613 102.068773) (xy 65.49978 102.259996) (xy 65.49978 102.260003) - (xy 64.725499 102.260003) - (xy 64.725499 99.720003) + (xy 64.7255 102.260003) + (xy 64.7255 99.720003) (xy 65.49978 99.720003) (xy 65.518613 99.911226) (xy 65.518614 99.911231) @@ -70338,10 +66494,10 @@ (xy 65.664969 100.264569) (xy 65.664975 100.264578) (xy 65.664977 100.264581) - (xy 65.697276 100.303937) + (xy 65.71215 100.322061) (xy 65.786875 100.413115) (xy 65.786884 100.413124) - (xy 65.844002 100.459999) + (xy 65.82802 100.446883) (xy 65.935419 100.535023) (xy 65.935423 100.535025) (xy 65.93543 100.53503) @@ -70357,7 +66513,7 @@ (xy 66.671231 100.681385) (xy 66.67123 100.681384) (xy 66.855114 100.625605) - (xy 66.91587 100.593129) + (xy 66.932948 100.584002) (xy 67.024569 100.53503) (xy 67.024572 100.535027) (xy 67.024581 100.535023) @@ -70365,7 +66521,7 @@ (xy 67.295023 100.264581) (xy 67.295027 100.264572) (xy 67.29503 100.264569) - (xy 67.382611 100.100715) + (xy 67.378383 100.108625) (xy 67.385605 100.095114) (xy 67.441385 99.911231) (xy 67.441386 99.911226) @@ -70378,10 +66534,10 @@ (xy 68.204969 100.264569) (xy 68.204975 100.264578) (xy 68.204977 100.264581) - (xy 68.237276 100.303937) + (xy 68.25215 100.322061) (xy 68.326875 100.413115) (xy 68.326884 100.413124) - (xy 68.384002 100.459999) + (xy 68.36802 100.446883) (xy 68.475419 100.535023) (xy 68.475423 100.535025) (xy 68.47543 100.53503) @@ -70396,7 +66552,7 @@ (xy 69.211226 100.681386) (xy 69.211231 100.681385) (xy 69.395114 100.625605) - (xy 69.45587 100.593129) + (xy 69.472948 100.584002) (xy 69.564569 100.53503) (xy 69.564572 100.535027) (xy 69.564581 100.535023) @@ -70404,7 +66560,7 @@ (xy 69.835023 100.264581) (xy 69.835027 100.264572) (xy 69.83503 100.264569) - (xy 69.922611 100.100715) + (xy 69.918383 100.108625) (xy 69.925605 100.095114) (xy 69.981385 99.911231) (xy 69.981386 99.911226) @@ -70412,7 +66568,7 @@ (xy 70.00022 99.719996) (xy 69.981386 99.528773) (xy 69.981385 99.528768) - (xy 69.95344 99.436646) + (xy 69.958681 99.453924) (xy 69.925605 99.344886) (xy 69.921263 99.336762) (xy 69.83503 99.17543) @@ -70451,7 +66607,7 @@ (xy 67.46022 99.719996) (xy 67.441386 99.528773) (xy 67.441385 99.528768) - (xy 67.41344 99.436646) + (xy 67.418681 99.453924) (xy 67.385605 99.344886) (xy 67.381263 99.336762) (xy 67.29503 99.17543) @@ -70486,9 +66642,8 @@ (xy 65.518613 99.528773) (xy 65.49978 99.719996) (xy 65.49978 99.720003) - (xy 64.725499 99.720003) - (xy 64.725499 98.651836) - (xy 64.725499 97.180003) + (xy 64.7255 99.720003) + (xy 64.7255 97.180003) (xy 65.49978 97.180003) (xy 65.518613 97.371226) (xy 65.518614 97.371231) @@ -70497,16 +66652,16 @@ (xy 65.664969 97.724569) (xy 65.664975 97.724578) (xy 65.664977 97.724581) - (xy 65.692294 97.757867) + (xy 65.71581 97.786521) (xy 65.786875 97.873115) (xy 65.786884 97.873124) - (xy 65.826798 97.90588) + (xy 65.856158 97.929975) (xy 65.935419 97.995023) (xy 65.935423 97.995025) (xy 65.93543 97.99503) (xy 66.10488 98.085602) (xy 66.104886 98.085605) - (xy 66.228458 98.12309) + (xy 66.232987 98.124464) (xy 66.288768 98.141385) (xy 66.288773 98.141386) (xy 66.479997 98.16022) @@ -70613,7 +66768,7 @@ (xy 68.736795 96.701378) (xy 68.731543 96.70565) (xy 68.731542 96.705651) - (xy 68.684701 96.743759) + (xy 68.66919 96.756378) (xy 68.614258 96.801068) (xy 68.546833 96.896589) (xy 68.497829 96.933226) @@ -70631,7 +66786,7 @@ (xy 67.46022 97.179996) (xy 67.441386 96.988773) (xy 67.441385 96.988768) - (xy 67.417096 96.9087) + (xy 67.417246 96.909192) (xy 67.385605 96.804886) (xy 67.381252 96.796742) (xy 67.29503 96.63543) @@ -70666,8 +66821,8 @@ (xy 65.518613 96.988773) (xy 65.49978 97.179996) (xy 65.49978 97.180003) - (xy 64.725499 97.180003) - (xy 64.725499 94.640003) + (xy 64.7255 97.180003) + (xy 64.7255 94.640003) (xy 65.49978 94.640003) (xy 65.518613 94.831226) (xy 65.518614 94.831231) @@ -70825,8 +66980,8 @@ (xy 65.518613 94.448773) (xy 65.49978 94.639996) (xy 65.49978 94.640003) - (xy 64.725499 94.640003) - (xy 64.725499 92.100003) + (xy 64.7255 94.640003) + (xy 64.7255 92.100003) (xy 65.49978 92.100003) (xy 65.518613 92.291226) (xy 65.518614 92.291231) @@ -70835,10 +66990,10 @@ (xy 65.664969 92.644569) (xy 65.664975 92.644578) (xy 65.664977 92.644581) - (xy 65.71581 92.706521) + (xy 65.706994 92.695779) (xy 65.786875 92.793115) (xy 65.786884 92.793124) - (xy 65.823207 92.822933) + (xy 65.8169 92.817757) (xy 65.935419 92.915023) (xy 65.935423 92.915025) (xy 65.93543 92.91503) @@ -70853,7 +67008,7 @@ (xy 66.671226 93.061386) (xy 66.671231 93.061385) (xy 66.855114 93.005605) - (xy 66.91587 92.973129) + (xy 67.000668 92.927805) (xy 67.024569 92.91503) (xy 67.024572 92.915027) (xy 67.024581 92.915023) @@ -70861,7 +67016,7 @@ (xy 67.295023 92.644581) (xy 67.295027 92.644572) (xy 67.29503 92.644569) - (xy 67.385132 92.475998) + (xy 67.366498 92.51086) (xy 67.385605 92.475114) (xy 67.441385 92.291231) (xy 67.441386 92.291226) @@ -70874,10 +67029,10 @@ (xy 68.204969 92.644569) (xy 68.204975 92.644578) (xy 68.204977 92.644581) - (xy 68.25581 92.706521) + (xy 68.246994 92.695779) (xy 68.326875 92.793115) (xy 68.326884 92.793124) - (xy 68.363207 92.822933) + (xy 68.3569 92.817757) (xy 68.475419 92.915023) (xy 68.475423 92.915025) (xy 68.47543 92.91503) @@ -70893,7 +67048,7 @@ (xy 69.211231 93.061385) (xy 69.211231 93.061384) (xy 69.395114 93.005605) - (xy 69.45587 92.973129) + (xy 69.540668 92.927805) (xy 69.564569 92.91503) (xy 69.564572 92.915027) (xy 69.564581 92.915023) @@ -70901,7 +67056,7 @@ (xy 69.835023 92.644581) (xy 69.835027 92.644572) (xy 69.83503 92.644569) - (xy 69.925132 92.475998) + (xy 69.906498 92.51086) (xy 69.925605 92.475114) (xy 69.981385 92.291231) (xy 69.981386 92.291226) @@ -70909,7 +67064,7 @@ (xy 70.00022 92.099996) (xy 69.981386 91.908773) (xy 69.981385 91.908768) - (xy 69.952609 91.813907) + (xy 69.950667 91.807505) (xy 69.925605 91.724886) (xy 69.921188 91.716622) (xy 69.83503 91.55543) @@ -70948,7 +67103,7 @@ (xy 67.46022 92.099996) (xy 67.441386 91.908773) (xy 67.441385 91.908768) - (xy 67.412609 91.813907) + (xy 67.410667 91.807505) (xy 67.385605 91.724886) (xy 67.381188 91.716622) (xy 67.29503 91.55543) @@ -70983,8 +67138,8 @@ (xy 65.518613 91.908773) (xy 65.49978 92.099996) (xy 65.49978 92.100003) - (xy 64.725499 92.100003) - (xy 64.725499 89.560003) + (xy 64.7255 92.100003) + (xy 64.7255 89.560003) (xy 65.49978 89.560003) (xy 65.518613 89.751226) (xy 65.518614 89.751231) @@ -71063,8 +67218,8 @@ (xy 65.518613 89.368773) (xy 65.49978 89.559996) (xy 65.49978 89.560003) - (xy 64.725499 89.560003) - (xy 64.725499 84.480003) + (xy 64.7255 89.560003) + (xy 64.7255 84.480003) (xy 65.45004 84.480003) (xy 65.469828 84.680929) (xy 65.469829 84.680935) @@ -71242,8 +67397,8 @@ (xy 65.469828 84.27907) (xy 65.45004 84.479996) (xy 65.45004 84.480003) - (xy 64.725499 84.480003) - (xy 64.725499 81.940003) + (xy 64.7255 84.480003) + (xy 64.7255 81.940003) (xy 65.49978 81.940003) (xy 65.518613 82.131226) (xy 65.518614 82.131231) @@ -71400,8 +67555,8 @@ (xy 65.518613 81.748773) (xy 65.49978 81.939996) (xy 65.49978 81.940003) - (xy 64.725499 81.940003) - (xy 64.725499 79.400003) + (xy 64.7255 81.940003) + (xy 64.7255 79.400003) (xy 65.49978 79.400003) (xy 65.518613 79.591226) (xy 65.518614 79.591231) @@ -71578,8 +67733,8 @@ (xy 65.518613 79.208773) (xy 65.49978 79.399996) (xy 65.49978 79.400003) - (xy 64.725499 79.400003) - (xy 64.725499 76.860003) + (xy 64.7255 79.400003) + (xy 64.7255 76.860003) (xy 65.49978 76.860003) (xy 65.518613 77.051226) (xy 65.518614 77.051231) @@ -71736,8 +67891,8 @@ (xy 65.518613 76.668773) (xy 65.49978 76.859996) (xy 65.49978 76.860003) - (xy 64.725499 76.860003) - (xy 64.725499 71.190356) + (xy 64.7255 76.860003) + (xy 64.7255 71.190356) (xy 83.0635 71.190356) (xy 83.072232 71.234249) (xy 83.072234 71.234253) @@ -73267,8 +69422,8 @@ (xy 83.072232 69.316808) (xy 83.0635 69.360701) (xy 83.0635 71.190356) - (xy 64.725499 71.190356) - (xy 64.725499 69.179999) + (xy 64.7255 71.190356) + (xy 64.7255 69.179999) (xy 66.3847 69.179999) (xy 66.403865 69.411303) (xy 66.408655 69.430217) @@ -73754,7 +69909,7 @@ (xy 68.74178 68.146084) (xy 68.645176 68.070894) (xy 68.64288 68.068993) - (xy 68.641313 68.067614) + (xy 68.641826 68.068066) (xy 68.639201 68.065756) (xy 68.635448 68.059423) (xy 68.613771 68.046076) @@ -73810,9 +69965,10 @@ (xy 66.460843 68.723701) (xy 66.403865 68.948696) (xy 66.3847 69.179999) - (xy 64.725499 69.179999) - (xy 64.725499 68.095213) - (xy 64.737955 68.047142) + (xy 64.7255 69.179999) + (xy 64.7255 68.095217) + (xy 64.737958 68.047138) + (xy 64.738548 68.046076) (xy 65.202735 67.210538) (xy 65.221564 67.186398) (xy 65.979144 66.476164) @@ -73822,366 +69978,5 @@ (xy 161.343367 66.1255) ) ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 77.078245 111.43299) - (xy 77.099424 111.490393) - (xy 77.0995 111.494282) - (xy 77.0995 113.788115) - (xy 77.097598 113.807427) - (xy 77.094103 113.824999) - (xy 77.094103 113.825002) - (xy 77.098311 113.846162) - (xy 77.098316 113.846182) - (xy 77.105588 113.882738) - (xy 77.115485 113.932495) - (xy 77.128521 113.952004) - (xy 77.14708 113.97978) - (xy 77.152906 113.9885) - (xy 77.175566 114.022413) - (xy 77.176376 114.023624) - (xy 77.179573 114.02576) - (xy 77.191266 114.033573) - (xy 77.206269 114.045885) - (xy 82.659113 119.498729) - (xy 82.671422 119.513729) - (xy 82.681371 119.528618) - (xy 82.681373 119.52862) - (xy 82.681376 119.528624) - (xy 82.700334 119.541291) - (xy 82.700336 119.541293) - (xy 82.700337 119.541293) - (xy 82.704376 119.543992) - (xy 82.704378 119.543994) - (xy 82.708831 119.546969) - (xy 82.714483 119.550746) - (xy 82.740199 119.567929) - (xy 82.772505 119.589515) - (xy 82.852867 119.6055) - (xy 82.852868 119.6055) - (xy 82.88 119.610897) - (xy 82.89757 119.607402) - (xy 82.916884 119.6055) - (xy 89.717569 119.6055) - (xy 89.77576 119.624407) - (xy 89.807621 119.663372) - (xy 89.822851 119.696719) - (xy 89.827119 119.706065) - (xy 89.848439 119.73067) - (xy 89.872256 119.78703) - (xy 89.858397 119.846625) - (xy 89.812155 119.886692) - (xy 89.773619 119.8945) - (xy 76.80366 119.8945) - (xy 76.745469 119.875593) - (xy 76.709505 119.826093) - (xy 76.705668 119.809589) - (xy 76.688536 119.690435) - (xy 76.676868 119.664886) - (xy 76.634721 119.572598) - (xy 76.549888 119.474694) - (xy 76.549887 119.474693) - (xy 76.549886 119.474692) - (xy 76.440912 119.404659) - (xy 76.440909 119.404657) - (xy 76.440908 119.404657) - (xy 76.440905 119.404656) - (xy 76.316613 119.368161) - (xy 76.316611 119.368161) - (xy 76.187067 119.368161) - (xy 76.187064 119.368161) - (xy 76.062772 119.404656) - (xy 76.062765 119.404659) - (xy 75.953791 119.474692) - (xy 75.868956 119.572599) - (xy 75.815141 119.690435) - (xy 75.796706 119.818658) - (xy 75.796706 119.818663) - (xy 75.815141 119.946886) - (xy 75.867168 120.060806) - (xy 75.868957 120.064724) - (xy 75.952078 120.160652) - (xy 75.953791 120.162629) - (xy 76.062765 120.232662) - (xy 76.06277 120.232665) - (xy 76.133556 120.253449) - (xy 76.157603 120.26051) - (xy 76.20811 120.295046) - (xy 76.228672 120.352673) - (xy 76.211434 120.41138) - (xy 76.162981 120.448742) - (xy 76.129712 120.4545) - (xy 75.927124 120.4545) - (xy 75.868933 120.435593) - (xy 75.85712 120.425504) - (xy 75.234496 119.80288) - (xy 75.206719 119.748363) - (xy 75.2055 119.732876) - (xy 75.2055 116.469912) - (xy 75.224407 116.411721) - (xy 75.273907 116.375757) - (xy 75.335093 116.375757) - (xy 75.37932 116.405082) - (xy 75.39395 116.421966) - (xy 75.393951 116.421967) - (xy 75.42626 116.442731) - (xy 75.502931 116.492004) - (xy 75.627228 116.5285) - (xy 75.62723 116.5285) - (xy 75.75677 116.5285) - (xy 75.756772 116.5285) - (xy 75.881069 116.492004) - (xy 75.990049 116.421967) - (xy 76.074882 116.324063) - (xy 76.128697 116.206226) - (xy 76.136029 116.155232) - (xy 76.147133 116.078002) - (xy 76.147133 116.077997) - (xy 76.128697 115.949774) - (xy 76.128697 115.949773) - (xy 76.104119 115.895957) - (xy 76.074882 115.831937) - (xy 76.057403 115.811765) - (xy 75.99168 115.735914) - (xy 75.967863 115.679555) - (xy 75.9675 115.671084) - (xy 75.9675 112.674915) - (xy 75.986407 112.616724) - (xy 75.991673 112.610092) - (xy 76.074882 112.514063) - (xy 76.128697 112.396226) - (xy 76.141242 112.308975) - (xy 76.147133 112.268002) - (xy 76.147133 112.268) - (xy 76.146804 112.26571) - (xy 76.14595 112.259774) - (xy 76.156379 112.199487) - (xy 76.173934 112.17568) - (xy 76.888733 111.460881) - (xy 76.903729 111.448575) - (xy 76.918624 111.438624) - (xy 76.918628 111.438617) - (xy 76.925517 111.43173) - (xy 76.926507 111.43272) - (xy 76.966232 111.401402) - (xy 77.02737 111.398998) - ) - ) - (filled_polygon - (layer "B.Cu") - (pts - (xy 98.897442 108.872947) - (xy 98.927528 108.926224) - (xy 98.9295 108.945884) - (xy 98.9295 112.456069) - (xy 98.910593 112.51426) - (xy 98.884024 112.539352) - (xy 98.826956 112.576028) - (xy 98.826953 112.57603) - (xy 98.742117 112.673938) - (xy 98.688302 112.791774) - (xy 98.669867 112.919997) - (xy 98.669867 112.920002) - (xy 98.688302 113.048225) - (xy 98.739121 113.1595) - (xy 98.742118 113.166063) - (xy 98.815956 113.251278) - (xy 98.826952 113.263968) - (xy 98.935926 113.334001) - (xy 98.935931 113.334004) - (xy 99.060228 113.3705) - (xy 99.06023 113.3705) - (xy 99.18977 113.3705) - (xy 99.189772 113.3705) - (xy 99.314069 113.334004) - (xy 99.423049 113.263967) - (xy 99.507882 113.166063) - (xy 99.553043 113.067174) - (xy 99.573087 113.038305) - (xy 99.635484 112.975909) - (xy 99.635485 112.975906) - (xy 99.641127 112.970265) - (xy 99.641129 112.970261) - (xy 99.65805 112.953342) - (xy 99.65805 112.95334) - (xy 99.663562 112.94783) - (xy 99.66543 112.949698) - (xy 99.704898 112.921018) - (xy 99.766083 112.921011) - (xy 99.815587 112.95697) - (xy 99.8345 113.015159) - (xy 99.8345 114.249875) - (xy 99.815593 114.308066) - (xy 99.805504 114.319879) - (xy 97.77988 116.345504) - (xy 97.725363 116.373281) - (xy 97.709876 116.3745) - (xy 96.852588 116.3745) - (xy 96.794397 116.355593) - (xy 96.777769 116.340331) - (xy 96.74805 116.306034) - (xy 96.748048 116.306032) - (xy 96.639073 116.235998) - (xy 96.63907 116.235996) - (xy 96.639069 116.235996) - (xy 96.639066 116.235995) - (xy 96.514774 116.1995) - (xy 96.514772 116.1995) - (xy 96.385228 116.1995) - (xy 96.385225 116.1995) - (xy 96.260933 116.235995) - (xy 96.260926 116.235998) - (xy 96.151952 116.306031) - (xy 96.067117 116.403938) - (xy 96.013302 116.521774) - (xy 95.994867 116.649997) - (xy 96.005644 116.72496) - (xy 95.995209 116.785249) - (xy 95.951331 116.827891) - (xy 95.890768 116.836598) - (xy 95.836654 116.808044) - (xy 95.832844 116.803893) - (xy 95.749678 116.707913) - (xy 95.725862 116.651555) - (xy 95.725499 116.643105) - (xy 95.725499 116.196238) - (xy 95.744406 116.138048) - (xy 95.754489 116.126241) - (xy 96.333733 115.546997) - (xy 96.348729 115.534691) - (xy 96.363624 115.52474) - (xy 96.424515 115.433611) - (xy 96.4405 115.353249) - (xy 96.4405 115.353248) - (xy 96.445897 115.326116) - (xy 96.442402 115.308543) - (xy 96.4405 115.289231) - (xy 96.4405 112.489124) - (xy 96.459407 112.430933) - (xy 96.508907 112.394969) - (xy 96.570093 112.394969) - (xy 96.609504 112.41912) - (xy 96.828061 112.637677) - (xy 96.855838 112.692194) - (xy 96.85605 112.721763) - (xy 96.854867 112.729995) - (xy 96.854867 112.730002) - (xy 96.873302 112.858225) - (xy 96.926861 112.9755) - (xy 96.927118 112.976063) - (xy 97.011951 113.073967) - (xy 97.011952 113.073968) - (xy 97.120926 113.144001) - (xy 97.120931 113.144004) - (xy 97.245228 113.1805) - (xy 97.24523 113.1805) - (xy 97.37477 113.1805) - (xy 97.374772 113.1805) - (xy 97.499069 113.144004) - (xy 97.608049 113.073967) - (xy 97.692882 112.976063) - (xy 97.746697 112.858226) - (xy 97.746696 112.858226) - (xy 97.746698 112.858224) - (xy 97.760608 112.761473) - (xy 97.787603 112.706565) - (xy 97.841718 112.678011) - (xy 97.90228 112.686718) - (xy 97.912116 112.692272) - (xy 97.945931 112.714004) - (xy 98.070228 112.7505) - (xy 98.07023 112.7505) - (xy 98.19977 112.7505) - (xy 98.199772 112.7505) - (xy 98.324069 112.714004) - (xy 98.433049 112.643967) - (xy 98.517882 112.546063) - (xy 98.571697 112.428226) - (xy 98.582328 112.354288) - (xy 98.590133 112.300002) - (xy 98.590133 112.299997) - (xy 98.571697 112.171774) - (xy 98.562326 112.151255) - (xy 98.517882 112.053937) - (xy 98.433049 111.956033) - (xy 98.433048 111.956032) - (xy 98.433047 111.956031) - (xy 98.324073 111.885998) - (xy 98.32407 111.885996) - (xy 98.324069 111.885996) - (xy 98.320541 111.88496) - (xy 98.199774 111.8495) - (xy 98.199772 111.8495) - (xy 98.115124 111.8495) - (xy 98.056933 111.830593) - (xy 98.04512 111.820504) - (xy 97.494495 111.269879) - (xy 97.466718 111.215362) - (xy 97.4655 111.199887) - (xy 97.4655 110.094124) - (xy 97.484407 110.035933) - (xy 97.533907 109.999969) - (xy 97.595093 109.999969) - (xy 97.634504 110.02412) - (xy 97.668061 110.057677) - (xy 97.695838 110.112194) - (xy 97.69605 110.141763) - (xy 97.694867 110.149995) - (xy 97.694867 110.150002) - (xy 97.713302 110.278225) - (xy 97.756189 110.372132) - (xy 97.767118 110.396063) - (xy 97.847539 110.488875) - (xy 97.851952 110.493968) - (xy 97.960828 110.563938) - (xy 97.960931 110.564004) - (xy 98.085228 110.6005) - (xy 98.08523 110.6005) - (xy 98.21477 110.6005) - (xy 98.214772 110.6005) - (xy 98.339069 110.564004) - (xy 98.448049 110.493967) - (xy 98.532882 110.396063) - (xy 98.586697 110.278226) - (xy 98.59851 110.196063) - (xy 98.605133 110.150002) - (xy 98.605133 110.149997) - (xy 98.586697 110.021774) - (xy 98.553919 109.950002) - (xy 98.532882 109.903937) - (xy 98.448049 109.806033) - (xy 98.448048 109.806032) - (xy 98.448047 109.806031) - (xy 98.339073 109.735998) - (xy 98.33907 109.735996) - (xy 98.339069 109.735996) - (xy 98.339066 109.735995) - (xy 98.214774 109.6995) - (xy 98.214772 109.6995) - (xy 98.130124 109.6995) - (xy 98.071933 109.680593) - (xy 98.06012 109.670504) - (xy 97.999496 109.60988) - (xy 97.971719 109.555363) - (xy 97.9705 109.539876) - (xy 97.9705 109.218992) - (xy 97.989407 109.160801) - (xy 98.038907 109.124837) - (xy 98.100093 109.124837) - (xy 98.123023 109.135708) - (xy 98.135931 109.144004) - (xy 98.260228 109.1805) - (xy 98.26023 109.1805) - (xy 98.38977 109.1805) - (xy 98.389772 109.1805) - (xy 98.514069 109.144004) - (xy 98.623049 109.073967) - (xy 98.707882 108.976063) - (xy 98.740446 108.904757) - (xy 98.781819 108.85968) - (xy 98.841786 108.847529) - ) - ) ) ) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_prl b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_prl index f0eb497..f7edb1e 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_prl +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_prl @@ -25,7 +25,7 @@ "text": true, "tracks": true, "vias": true, - "zones": true + "zones": false }, "visible_items": [ 0, diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pro b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pro index cfd7810..5a16ab0 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pro +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.kicad_pro @@ -35,8 +35,8 @@ "other_text_upright": false, "pads": { "drill": 0.0, - "height": 0.8, - "width": 0.5 + "height": 0.95, + "width": 0.9 }, "silk_line_width": 0.15, "silk_text_italic": false, @@ -63,9 +63,9 @@ "annular_width": "error", "clearance": "error", "connection_width": "warning", - "copper_edge_clearance": "error", + "copper_edge_clearance": "warning", "copper_sliver": "warning", - "courtyards_overlap": "error", + "courtyards_overlap": "warning", "diff_pair_gap_out_of_range": "error", "diff_pair_uncoupled_length_too_long": "error", "drill_out_of_range": "error", @@ -111,21 +111,21 @@ }, "rules": { "max_error": 0.005, - "min_clearance": 0.0, + "min_clearance": 0.15, "min_connection": 0.0, "min_copper_edge_clearance": 0.0, "min_hole_clearance": 0.25, "min_hole_to_hole": 0.25, "min_microvia_diameter": 0.19999999999999998, "min_microvia_drill": 0.09999999999999999, - "min_resolved_spokes": 2, + "min_resolved_spokes": 1, "min_silk_clearance": 0.0, "min_text_height": 0.7999999999999999, "min_text_thickness": 0.08, - "min_through_hole_diameter": 0.3, + "min_through_hole_diameter": 0.25, "min_track_width": 0.0, "min_via_annular_width": 0.09999999999999999, - "min_via_diameter": 0.5, + "min_via_diameter": 0.6, "solder_mask_clearance": 0.0, "solder_mask_min_width": 0.0, "solder_mask_to_copper_clearance": 0.0, @@ -178,6 +178,10 @@ { "diameter": 0.0, "drill": 0.0 + }, + { + "diameter": 0.6, + "drill": 0.25 } ], "zones_allow_external_fillets": false @@ -426,6 +430,40 @@ "via_diameter": 0.8, "via_drill": 0.4, "wire_width": 6 + }, + { + "bus_width": 12, + "clearance": 0.1064, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Antenna50ohm", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgb(76, 36, 255)", + "track_width": 0.45, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 12 + }, + { + "bus_width": 12, + "clearance": 0.104, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Antenna62ohm", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgb(61, 48, 255)", + "track_width": 0.2, + "via_diameter": 0.8, + "via_drill": 0.4, + "wire_width": 12 } ], "meta": { @@ -433,7 +471,20 @@ }, "net_colors": null, "netclass_assignments": null, - "netclass_patterns": [] + "netclass_patterns": [ + { + "netclass": "Antenna50ohm", + "pattern": "Ant_50ohm" + }, + { + "netclass": "Antenna62ohm", + "pattern": "/Microcontroller/Ant_62Ohm" + }, + { + "netclass": "Antenna50ohm", + "pattern": "/Microcontroller/Ant_50Ohm" + } + ] }, "pcbnew": { "last_paths": { diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.xml b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.xml index 7b23be5..8af9083 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.xml +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Astroplant_AL.xml @@ -2,7 +2,7 @@ C:\Users\Aurel\Documents\Astroplant\Hardware\Depository_astroplant_hardware\astroplant-hardware\Electronics\PCB\AstroPlant_ExtensionBoard\astroplant-extension-board-mk0-7\Astroplant_AL.kicad_sch - 12/22/2023 2:52:37 PM + 5/12/2024 12:24:48 PM Eeschema 7.0.7 @@ -97,13 +97,15 @@ - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -112,13 +114,15 @@ 838cfca0-240d-4bbe-964f-e9e1ff4feafa - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -349,13 +353,13 @@ 00000000-0000-0000-0000-00005a8369e1 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -364,13 +368,13 @@ 0f7cccb4-a0df-4a87-828e-d5d7e9fc9a86 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -379,13 +383,13 @@ 4ae871e7-fea7-4c36-8b5e-fa70003fdc80 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -394,13 +398,13 @@ 05b65723-dab8-4b87-bb3f-7eb479bb0861 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -409,13 +413,13 @@ 4f4e7ab8-85d7-49e1-b28b-c92161248be9 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -424,13 +428,13 @@ 49ca4ba5-306e-4e80-a63b-95bf4eb5b0b1 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -497,12 +501,14 @@ Capacitor_SMD:CP_Elec_8x6.9 http://katalog.we-online.de/pbs/datasheet/875115150005.pdf + 470uF 732-6443-1-ND 875115150005 + @@ -513,6 +519,7 @@ CAPAE830X900N https://www.we-online.com/catalog/datasheet/875115652007.pdf + 100uF Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms 9 875115652007 @@ -531,6 +538,7 @@ + @@ -538,28 +546,15 @@ 3cab34ca-1510-4050-a40e-bd073a7b4586 - GRM185R61C105KE44D - CAPC1608X50N - https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf + GPC0603105-16 + Capacitor_SMD:C_0603_1608Metric - https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing - MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603 - 0.5 - GRM185R61C105KE44D - Murata Electronics - GRM185R61C105KE44D - 81-GRM185R61C105KE44 - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D + 1uF + GPC0603105-16 - - - - - - - - + + @@ -567,28 +562,17 @@ e18cace0-7216-479d-b41c-49ffc80f9793 - GRM185R61C105KE44D - CAPC1608X50N - https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf + GPC0603105-16 + Capacitor_SMD:C_0603_1608Metric - https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing - MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603 - 0.5 - GRM185R61C105KE44D - Murata Electronics - GRM185R61C105KE44D - 81-GRM185R61C105KE44 - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D + 1uF + GPC0603105-16 + GPC0603105-16 - - - - - - - - + + + @@ -596,13 +580,15 @@ 8e4f36d9-4e7d-44aa-8b0f-e7d1338469a7 - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -611,13 +597,15 @@ 4fa9f08f-4bf0-42c5-8c98-37ad7eb7ad7f - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -626,16 +614,18 @@ 9fe08c8c-ae84-4e74-8ae0-ce6b3344606c - SML-D12D8WT8 + SML-D12D8WT86C LED_SMD:LED_0603_1608Metric https://fscdn.rohm.com/en/products/databook/datasheet/opto/led/chip_mono/sml-d12d8wt86(c)-e.pdf - SML-D12D8WT8 + SML-D12D8WT86C + SML-D12D8WT86C 755-SML-D12D8WT86C - + + @@ -759,13 +749,13 @@ ca94eaba-0992-4838-967d-146c7e8e4821 - CRCW0603180RFKEA + GPR0603180R Resistor_SMD:R_0603_1608Metric - CRCW0603180RFKEA + GPR0603180R - + @@ -1091,13 +1081,13 @@ 00000000-0000-0000-0000-00005a802e4d - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -1106,13 +1096,13 @@ af773f30-a922-4c78-b293-8997d81c7846 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -1121,13 +1111,13 @@ 870c8842-29ee-4dcb-b629-d44659485785 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -1135,25 +1125,16 @@ 3efbfe3e-8f4e-41a0-babc-585103eed8e7 - - Antenna - RF_Antenna:Texas_SWRA117D_2.4GHz_Left - - - - - - - 9b44d7e1-ee1f-4424-94ac-9b7f4ca3f294 - - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1162,96 +1143,69 @@ 4d5e10eb-a0bd-47aa-a80e-daa9ce5442c1 - GRM1555C1H1R2WA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - GRM1555C1H1R2WA01D - https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing - 0.55 - GRM1555C1H1R2WA01D - Murata Electronics - GRM1555C1H1R2WA01D - 81-GRM1555C1H1R2WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D - - - - - - - - - - + GPC0603475-10 + Capacitor_SMD:C_0603_1608Metric + + 4.7uF + GPC0603475-10 + + + + - + + - dff0afcb-55a9-4bef-b454-a29c3569571e + f656293b-3b9c-4f40-987e-7466a8b1edc9 - GRM1555C1HR30WA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf + GPC0603475-10 + Capacitor_SMD:C_0603_1608Metric - https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing - 0.55 - GRM1555C1HR30WA01D - Murata Electronics - GRM1555C1HR30WA01D - 81-GRM1555C1HR30WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D - - - - - - - - - + 4.7uF + GPC0603475-10 + + + + - + + - 8ebae75b-989e-4256-88ac-dee4586b17ac + e6c20a18-7b9b-4bae-8d53-4e03232229af - GRM1555C1HR80BA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf + GPC0603101 + Capacitor_SMD:C_0603_1608Metric + https://www.vishay.com/doc?28548 - https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac - 0.55 - GRM1555C1HR80BA01D - Murata Electronics - GRM1555C1HR80BA01D - 81-GRM1555C1HR80BA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D - - - - - - - - - + 100pF + GPC0603101 + GPC0603101 + + + + + - + + - ba0729da-bf3d-4a74-934c-5dbd10eafa1e + e578d22b-83ef-4b2f-9550-7517273cfeaf - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1260,13 +1214,15 @@ 4c4f9e9a-f696-44e9-a599-6cc8fceeb9a7 - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1275,13 +1231,15 @@ 39e3faf6-9dbe-412b-8d5a-0f616f87d325 - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1290,13 +1248,15 @@ 16e9423e-1940-4e9e-90ba-ae3820c61010 - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1305,14 +1265,18 @@ 9181d076-9c4b-4546-a96e-3e7c0825f4cb - VJ0603Y101KXQPW1BC + GPC0603101 Capacitor_SMD:C_0603_1608Metric https://www.vishay.com/doc?28548 - VJ0603Y101KXQPW1BC + 100pF + GPC0603101 + GPC0603101 - + + + @@ -1321,13 +1285,15 @@ 7f8c0b02-2654-452d-98e0-0d08f15362a2 - VJ0603Y104MXJCW1BC + GPC0603104-25 Capacitor_SMD:C_0603_1608Metric - VJ0603Y104MXJCW1BC + 100nF + GPC0603104-25 - + + @@ -1335,116 +1301,19 @@ f8b5c3ca-e734-4cf4-9399-887ec48ebfbb - - GRM1555C1H1R2WA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - GRM1555C1H1R2WA01D - https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing - 0.55 - GRM1555C1H1R2WA01D - Murata Electronics - GRM1555C1H1R2WA01D - 81-GRM1555C1H1R2WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D - - - - - - - - - - - - - - - ea7c323f-7292-45c8-b95a-63686d7b9326 - - - GRM1555C1H1R2WA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - GRM1555C1H1R2WA01D - https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing - 0.55 - GRM1555C1H1R2WA01D - Murata Electronics - GRM1555C1H1R2WA01D - 81-GRM1555C1H1R2WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D - - - - - - - - - - - - - - - 27ff6d7b-a542-43d0-a4dd-574119d032ee - - - GRM1555C1H1R2WA01D - SamacSys_Parts:CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - GRM1555C1H1R2WA01D - https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing - 0.55 - GRM1555C1H1R2WA01D - Murata Electronics - GRM1555C1H1R2WA01D - 81-GRM1555C1H1R2WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D - - - - - - - - - - - - - - - 5e348a07-2e0a-4b4d-a505-5eb0edb34b86 - - BAT54KFILM + RB521S30T1G SamacSys_Parts:SODFL1608X70N http://www.st.com/web/en/resource/technical/document/datasheet/CD00001322.pdf - https://www.arrow.com/en/products/bat54kfilm/stmicroelectronics?region=nac - BAT54KFILM, Schottky Diode, 0.3A max, 40V 5ns, 2-Pin, SOD-523 + Schottky Diode, 0.2A max, 40V 5ns, 2-Pin, SOD523 0.7 - BAT54KFILM - STMicroelectronics - BAT54KFILM - 511-BAT54KFILM - https://www.mouser.co.uk/ProductDetail/STMicroelectronics/BAT54KFILM?qs=jZi1jxfVU95Y9ce6l3OT%252BA%3D%3D + RB521S30T1G - + - - - - - - + @@ -1452,16 +1321,18 @@ c346a180-9b0f-40b5-998b-de83cdfbb2d2 - SMLEN3BC8TT86 + 150060BS55040 LED_SMD:LED_0603_1608Metric https://fscdn.rohm.com/en/products/databook/datasheet/opto/led/chip_mono/smlen3bc8tt86-e.pdf - SMLEN3BC8TT86 + 150060BS55040 + 150060BS55040 755-SMLEN3BC8TT86 - + + @@ -1469,63 +1340,55 @@ 37bee60f-d6e5-4fc5-bfd6-f0feec8465e4 - - DEA162450BT-1260B2 - DEA162450BT1295A1 - https://product.tdk.com/system/files/dam/doc/product/rf/rf/filter/catalog/rf_bpf_dea162450bt-1260b2_en.pdf - - DEA162450BT-1260B2 - https://www.arrow.com/en/products/dea162450bt-1260b2/tdk?region=nac - Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF - 0 - TDK - DEA162450BT-1260B2 - 810-DEA16245BT126B2 - https://www.mouser.co.uk/ProductDetail/TDK/DEA162450BT-1260B2?qs=fR3RxBVkcwmVXw6N1ehggw%3D%3D - - - - - - - - - - + + MLPF-WB55-01E3 + MLPFWB5501E3 + https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf + + MLPF-WB55-01E3 + https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac + RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55 + 0.7 + MLPF-WB55-01E3 + STMicroelectronics + MLPF-WB55-01E3 + 511-MLPF-WB55-01E3 + https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D + + + + + + + + + + + - + - 5fda4d4d-d73a-4fbc-8033-7bf0febe4a66 - - - CONUFL001-SMD-T - CONUFL001-SMD - https://linxtechnologies.com/wp/product/mhf-rf-connectors/ - - RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack - CONUFL001-SMD-T - Linx Technologies - 712-CONUFL001-SMD-T - https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D - - - - - - - - - - + 9a63795f-2a5d-48dc-bd87-7f3823417365 + + + 60312202114509 + SamacSys_Parts:60312202114509 + ~ + + 60312202114509 + + + - + + - 5e6c2bb6-bfd2-419c-b994-8739acf2dd8b + ca8581da-1629-436f-8c30-dc341171611b - ZX62D-B-5PA8_30_ + ZX62D-B-5PA8(30) ZX62DB5PA830 https://www.hirose.com/en/product/document?clcode=CL0242-0056-3-30&productname=ZX62D-B-5PA8(30)&series=ZX&documenttype=2DDrawing&lang=en&documentid=0001147958 @@ -1533,6 +1396,7 @@ https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole 3 + ZX62D-B-5PA8(30) Hirose ZX62D-B-5PA8(30) 798-ZX62D-B-5PA830 @@ -1547,6 +1411,7 @@ + @@ -1554,98 +1419,30 @@ 0b13182f-ed23-41de-8fdb-48210989b889 - LQG15HS3N6S02D - SamacSys_Parts:LQG15WH0N7B02D - https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html - - LQG15HS3N6S02D - https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac - 0.55 - LQG15HS3N6S02D - Murata Electronics - LQG15HS3N6S02D - 81-LQG15HS3N6S02D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D - - - - - - - - - - - - - - - 840ec51d-b14e-49b1-817f-d2a235a1dff0 - - - LQG15HS2N7S02J - SamacSys_Parts:LQG15WH0N7B02D - https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html + LBR2012T100K + Inductor_SMD:L_0805_2012Metric - 0.55 - LQG15HS2N7S02J - Murata Electronics - LQG15HS2N7S02J - N/A - https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA - - - - - - - - - - - - - - - d57125b0-e417-43ec-8c40-8d0ac1fc5c8e - - - LQG15HS3N6S02D - SamacSys_Parts:LQG15WH0N7B02D - https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html - - LQG15HS3N6S02D - https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac - 0.55 - LQG15HS3N6S02D - Murata Electronics - LQG15HS3N6S02D - 81-LQG15HS3N6S02D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D - - - - - - - - - - + 10uH + LBR2012T100K + + + + - + + - 689aac25-1c10-4cca-ae00-96f6f9e4c38f + 9b0f2c07-4f2f-47c1-b7f6-065daccc3bbb - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1654,13 +1451,13 @@ 965b8826-a6cf-4df7-a75f-6c890ae2a214 - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -1669,13 +1466,13 @@ eefc23f3-6983-44c0-91e7-5c8ee7ac7833 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1684,13 +1481,13 @@ 8128d75d-e78d-4d31-96c2-900a2c69c715 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1699,13 +1496,13 @@ 7f799444-a4c3-47d1-8212-5e5e69ca52c3 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1714,13 +1511,13 @@ 5e147279-9b7c-4f43-8e8e-ec06cc8f63e9 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1729,13 +1526,13 @@ 0b8c47f3-9dd4-49d5-a318-021ea28a9e88 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1744,13 +1541,13 @@ 565b1e43-665b-4598-8692-1c5eb5081c32 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1759,13 +1556,13 @@ 551df811-7862-4d7c-b1c0-acc174742b45 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1774,13 +1571,13 @@ 77b3f152-886f-46e7-8c49-e5f7a1a6413b - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1789,13 +1586,13 @@ 996d08af-5cc4-4c86-8ff2-43fa89dfa791 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1804,13 +1601,13 @@ c75052a6-e8ae-4fe7-9129-f3b699a0a736 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1819,13 +1616,13 @@ fe9e3fb8-1eac-44a1-8948-44cc8f32a2f5 - CRCW06031K00DHEBP + GPR06031K Resistor_SMD:R_0603_1608Metric - CRCW06031K00DHEBP + GPR06031K - + @@ -1834,13 +1631,13 @@ a6fd2222-0cf6-4a2f-904f-10f4e8c0427a - CRCW060310K0DHEAP + GPR060310K Resistor_SMD:R_0603_1608Metric - CRCW060310K0DHEAP + GPR060310K - + @@ -1848,44 +1645,14 @@ 97f9d6a6-a761-4842-ba88-bdbc48f72aca - - CRCW04020000Z0EDC - Resistor_SMD:R_0603_1608Metric - - CRCW04020000Z0EDC - - - - - - - - - e04e3f5d-0fb2-4d35-8792-b03f664762d3 - - - CRCW04020000Z0EDC - Resistor_SMD:R_0603_1608Metric - - CRCW04020000Z0EDC - - - - - - - - - 81f72a9c-af69-467c-a4b4-1d34765452c9 - - CRCW0603180RFKEA + GPR0603180R Resistor_SMD:R_0603_1608Metric - CRCW0603180RFKEA + GPR0603180R - + @@ -1968,6 +1735,7 @@ CRYSTAL 32MHZ 10PF SMD 0.5 + NX2016SA-32M-EXS00A-CS06465 NDK NX2016SA-32M-EXS00A-CS06465 344-NX2016SA32S06465 @@ -1982,6 +1750,7 @@ + @@ -2184,18 +1953,6 @@ - - Antenna - ~ - - AE - Antenna - ~ - - - - - Unpolarized capacitor, small symbol ~ @@ -2212,6 +1969,25 @@ + + Inductor + ~ + + Choke_* + *Coil* + Inductor_* + L_* + + + L + L + ~ + + + + + + Light emitting diode ~ @@ -2351,6 +2127,31 @@ + + coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...) + ~ + + *BNC* + *SMA* + *SMB* + *SMC* + *Cinch* + *LEMO* + + + J + 60312202114509 + SamacSys_Parts:60312202114509 + ~ + + + + + + + + + WR-PHD 2.54mm Dual Pin Header THT 06p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 6 Way 2 Row Straight PCB Header, Solder Termination @@ -2438,113 +2239,6 @@ - - RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack - https://linxtechnologies.com/wp/product/mhf-rf-connectors/ - - J - CONUFL001-SMD-T - CONUFL001-SMD - https://linxtechnologies.com/wp/product/mhf-rf-connectors/ - RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack - Linx Technologies - CONUFL001-SMD-T - 712-CONUFL001-SMD-T - https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D - - - - - - - - - Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF - https://product.tdk.com/system/files/dam/doc/product/rf/rf/filter/catalog/rf_bpf_dea162450bt-1260b2_en.pdf - - FL1 - DEA162450BT-1260B2 - DEA162450BT1295A1 - https://product.tdk.com/system/files/dam/doc/product/rf/rf/filter/catalog/rf_bpf_dea162450bt-1260b2_en.pdf - Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF - 0 - TDK - DEA162450BT-1260B2 - 810-DEA16245BT126B2 - https://www.mouser.co.uk/ProductDetail/TDK/DEA162450BT-1260B2?qs=fR3RxBVkcwmVXw6N1ehggw%3D%3D - DEA162450BT-1260B2 - https://www.arrow.com/en/products/dea162450bt-1260b2/tdk?region=nac - - - - - - - - - - Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - C - GRM1555C1H1R2WA01D - CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - 0.55 - Murata Electronics - GRM1555C1H1R2WA01D - 81-GRM1555C1H1R2WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D - GRM1555C1H1R2WA01D - https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing - - - - - - - - Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - C - GRM1555C1HR30WA01D - CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - 0.55 - Murata Electronics - GRM1555C1HR30WA01D - 81-GRM1555C1HR30WA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D - GRM1555C1HR30WA01D - https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing - - - - - - - - Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - - C - GRM1555C1HR80BA01D - CAPC1005X55N - http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf - 0.55 - Murata Electronics - GRM1555C1HR80BA01D - 81-GRM1555C1HR80BA1D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D - GRM1555C1HR80BA01D - https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac - - - - - - MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603 https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf @@ -2594,44 +2288,30 @@ - - LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005) - https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html - - L - LQG15HS2N7S02J - LQG15WH0N7B02D - https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html - 0.55 - Murata Electronics - LQG15HS2N7S02J - N/A - https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA - - - - - - - - Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc - https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html - - L - LQG15HS3N6S02D - LQG15WH0N7B02D - https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html - 0.55 - Murata Electronics - LQG15HS3N6S02D - 81-LQG15HS3N6S02D - https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D - LQG15HS3N6S02D - https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac + + RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55 + https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf + + FL + MLPF-WB55-01E3 + MLPFWB5501E3 + https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf + RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55 + 0.7 + STMicroelectronics + MLPF-WB55-01E3 + 511-MLPF-WB55-01E3 + https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D + MLPF-WB55-01E3 + https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac - - + + + + + + @@ -2702,7 +2382,7 @@ C:\Program Files\KiCad\7.0\share\kicad\symbols\/Power_Protection.kicad_sym - C:\Users\Aurel\Documents\Astroplant\Hardware\Depository_astroplant_hardware\astroplant-hardware\Electronics\PCB\AstroPlant_ExtensionBoard\astroplant-extension-board-mk0-7/Library/SamacSys_Parts.lib + C:\Users\Aurel\Documents\Astroplant\Hardware\Depository_astroplant_hardware\astroplant-hardware\Electronics\PCB\AstroPlant_ExtensionBoard\astroplant-extension-board-mk0-7/Library/SamacSys_Parts.kicad_sym @@ -2712,6 +2392,8 @@ + + @@ -2730,11 +2412,10 @@ + - - @@ -2766,39 +2447,47 @@ - + + + + + + + + + - + - + - + - + - + - + @@ -2809,26 +2498,23 @@ - - - - - - + + + - - + + + + - - @@ -2856,6 +2542,10 @@ + + + + @@ -2880,271 +2570,245 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - + - + - + - + - + - + - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + + + + + - + - + @@ -3154,17 +2818,17 @@ - + - + - + @@ -3174,96 +2838,93 @@ - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/142-0701-801.stp b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/142-0701-801.stp new file mode 100644 index 0000000..0fc7766 --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/142-0701-801.stp @@ -0,0 +1,2895 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION( ( 'Unknown' ), '1' ); +FILE_NAME( 'E:/drawing/SHANGHAI/142-0701-801/C-142-0701-801.stp', 'Unknown', ( 'Unknown' ), ( 'Unknown' ), 'PSStep 14.0', 'Unknown', ' ' ); +FILE_SCHEMA( ( 'AUTOMOTIVE_DESIGN { 1 0 10303 214 1 1 1 1 }' ) ); +ENDSEC; +DATA; +#1 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION( ' ', ( #10, #11, #12, #13, #14, #15, #16, #17, #18, #19, #20, #21, #22, #23, #24, #25, #26, #27, #28, #29, #30, #31, #32, #33, #34, #35, #36, #37, #38, #39, #40, #41, #42, #43, #44, #45, #46, #47, #48, #49, #50, #51, #52, #53, #54, #55, #56, #57, #58 ), #6 ); +#2 = PRODUCT_DEFINITION_CONTEXT( '', #59, 'design' ); +#3 = APPLICATION_PROTOCOL_DEFINITION( 'international standard', 'automotive_design', 2001, #59 ); +#4 = PRODUCT_CATEGORY_RELATIONSHIP( 'NONE', 'NONE', #60, #61 ); +#5 = SHAPE_DEFINITION_REPRESENTATION( #62, #63 ); +#6 = ( GEOMETRIC_REPRESENTATION_CONTEXT( 3 )GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT( ( #66 ) )GLOBAL_UNIT_ASSIGNED_CONTEXT( ( #68, #69, #70 ) )REPRESENTATION_CONTEXT( 'NONE', 'WORKSPACE' ) ); +#10 = STYLED_ITEM( '', ( #72 ), #73 ); +#11 = STYLED_ITEM( '', ( #74 ), #75 ); +#12 = STYLED_ITEM( '', ( #76 ), #77 ); +#13 = STYLED_ITEM( '', ( #78 ), #79 ); +#14 = STYLED_ITEM( '', ( #80 ), #81 ); +#15 = STYLED_ITEM( '', ( #82 ), #83 ); +#16 = STYLED_ITEM( '', ( #84 ), #85 ); +#17 = STYLED_ITEM( '', ( #86 ), #87 ); +#18 = STYLED_ITEM( '', ( #88 ), #89 ); +#19 = STYLED_ITEM( '', ( #90 ), #91 ); +#20 = STYLED_ITEM( '', ( #92 ), #93 ); +#21 = STYLED_ITEM( '', ( #94 ), #95 ); +#22 = STYLED_ITEM( '', ( #96 ), #97 ); +#23 = STYLED_ITEM( '', ( #98 ), #99 ); +#24 = STYLED_ITEM( '', ( #100 ), #101 ); +#25 = STYLED_ITEM( '', ( #102 ), #103 ); +#26 = STYLED_ITEM( '', ( #104 ), #105 ); +#27 = STYLED_ITEM( '', ( #106 ), #107 ); +#28 = STYLED_ITEM( '', ( #108 ), #109 ); +#29 = STYLED_ITEM( '', ( #110 ), #111 ); +#30 = STYLED_ITEM( '', ( #112 ), #113 ); +#31 = STYLED_ITEM( '', ( #114 ), #115 ); +#32 = STYLED_ITEM( '', ( #116 ), #117 ); +#33 = STYLED_ITEM( '', ( #118 ), #119 ); +#34 = STYLED_ITEM( '', ( #120 ), #121 ); +#35 = STYLED_ITEM( '', ( #122 ), #123 ); +#36 = STYLED_ITEM( '', ( #124 ), #125 ); +#37 = STYLED_ITEM( '', ( #126 ), #127 ); +#38 = STYLED_ITEM( '', ( #128 ), #129 ); +#39 = STYLED_ITEM( '', ( #130 ), #131 ); +#40 = STYLED_ITEM( '', ( #132 ), #133 ); +#41 = STYLED_ITEM( '', ( #134 ), #135 ); +#42 = STYLED_ITEM( '', ( #136 ), #137 ); +#43 = STYLED_ITEM( '', ( #138 ), #139 ); +#44 = STYLED_ITEM( '', ( #140 ), #141 ); +#45 = STYLED_ITEM( '', ( #142 ), #143 ); +#46 = STYLED_ITEM( '', ( #144 ), #145 ); +#47 = STYLED_ITEM( '', ( #146 ), #147 ); +#48 = STYLED_ITEM( '', ( #148 ), #149 ); +#49 = STYLED_ITEM( '', ( #150 ), #151 ); +#50 = STYLED_ITEM( '', ( #152 ), #153 ); +#51 = STYLED_ITEM( '', ( #154 ), #155 ); +#52 = STYLED_ITEM( '', ( #156 ), #157 ); +#53 = STYLED_ITEM( '', ( #158 ), #159 ); +#54 = STYLED_ITEM( '', ( #160 ), #161 ); +#55 = STYLED_ITEM( '', ( #162 ), #163 ); +#56 = STYLED_ITEM( '', ( #164 ), #165 ); +#57 = STYLED_ITEM( '', ( #166 ), #167 ); +#58 = STYLED_ITEM( '', ( #168 ), #169 ); +#59 = APPLICATION_CONTEXT( 'core data for automotive mechanical design processes' ); +#60 = PRODUCT_CATEGORY( 'part', 'NONE' ); +#61 = PRODUCT_RELATED_PRODUCT_CATEGORY( 'detail', ' ', ( #170 ) ); +#62 = PRODUCT_DEFINITION_SHAPE( 'NONE', 'NONE', #171 ); +#63 = ADVANCED_BREP_SHAPE_REPRESENTATION( '1', ( #172, #173 ), #6 ); +#66 = UNCERTAINTY_MEASURE_WITH_UNIT( LENGTH_MEASURE( 0.00100000000000000 ), #68, '', '' ); +#68 = ( CONVERSION_BASED_UNIT( 'MILLIMETRE', #176 )LENGTH_UNIT( )NAMED_UNIT( #179 ) ); +#69 = ( NAMED_UNIT( #181 )PLANE_ANGLE_UNIT( )SI_UNIT( $, .RADIAN. ) ); +#70 = ( NAMED_UNIT( #181 )SI_UNIT( $, .STERADIAN. )SOLID_ANGLE_UNIT( ) ); +#72 = PRESENTATION_STYLE_ASSIGNMENT( ( #187 ) ); +#73 = ADVANCED_FACE( '', ( #188, #189 ), #190, .F. ); +#74 = PRESENTATION_STYLE_ASSIGNMENT( ( #191 ) ); +#75 = ADVANCED_FACE( '', ( #192, #193 ), #194, .T. ); +#76 = PRESENTATION_STYLE_ASSIGNMENT( ( #195 ) ); +#77 = ADVANCED_FACE( '', ( #196, #197 ), #198, .F. ); +#78 = PRESENTATION_STYLE_ASSIGNMENT( ( #199 ) ); +#79 = ADVANCED_FACE( '', ( #200 ), #201, .T. ); +#80 = PRESENTATION_STYLE_ASSIGNMENT( ( #202 ) ); +#81 = ADVANCED_FACE( '', ( #203, #204 ), #205, .T. ); +#82 = PRESENTATION_STYLE_ASSIGNMENT( ( #206 ) ); +#83 = ADVANCED_FACE( '', ( #207, #208 ), #209, .T. ); +#84 = PRESENTATION_STYLE_ASSIGNMENT( ( #210 ) ); +#85 = ADVANCED_FACE( '', ( #211 ), #212, .T. ); +#86 = PRESENTATION_STYLE_ASSIGNMENT( ( #213 ) ); +#87 = ADVANCED_FACE( '', ( #214 ), #215, .T. ); +#88 = PRESENTATION_STYLE_ASSIGNMENT( ( #216 ) ); +#89 = ADVANCED_FACE( '', ( #217 ), #218, .T. ); +#90 = PRESENTATION_STYLE_ASSIGNMENT( ( #219 ) ); +#91 = ADVANCED_FACE( '', ( #220, #221 ), #222, .T. ); +#92 = PRESENTATION_STYLE_ASSIGNMENT( ( #223 ) ); +#93 = ADVANCED_FACE( '', ( #224 ), #225, .F. ); +#94 = PRESENTATION_STYLE_ASSIGNMENT( ( #226 ) ); +#95 = ADVANCED_FACE( '', ( #227 ), #228, .F. ); +#96 = PRESENTATION_STYLE_ASSIGNMENT( ( #229 ) ); +#97 = ADVANCED_FACE( '', ( #230 ), #231, .F. ); +#98 = PRESENTATION_STYLE_ASSIGNMENT( ( #232 ) ); +#99 = ADVANCED_FACE( '', ( #233, #234 ), #235, .F. ); +#100 = PRESENTATION_STYLE_ASSIGNMENT( ( #236 ) ); +#101 = ADVANCED_FACE( '', ( #237 ), #238, .F. ); +#102 = PRESENTATION_STYLE_ASSIGNMENT( ( #239 ) ); +#103 = ADVANCED_FACE( '', ( #240, #241 ), #242, .T. ); +#104 = PRESENTATION_STYLE_ASSIGNMENT( ( #243 ) ); +#105 = ADVANCED_FACE( '', ( #244, #245 ), #246, .F. ); +#106 = PRESENTATION_STYLE_ASSIGNMENT( ( #247 ) ); +#107 = ADVANCED_FACE( '', ( #248, #249 ), #250, .T. ); +#108 = PRESENTATION_STYLE_ASSIGNMENT( ( #251 ) ); +#109 = ADVANCED_FACE( '', ( #252, #253 ), #254, .F. ); +#110 = PRESENTATION_STYLE_ASSIGNMENT( ( #255 ) ); +#111 = ADVANCED_FACE( '', ( #256, #257 ), #258, .T. ); +#112 = PRESENTATION_STYLE_ASSIGNMENT( ( #259 ) ); +#113 = ADVANCED_FACE( '', ( #260 ), #261, .F. ); +#114 = PRESENTATION_STYLE_ASSIGNMENT( ( #262 ) ); +#115 = ADVANCED_FACE( '', ( #263 ), #264, .F. ); +#116 = PRESENTATION_STYLE_ASSIGNMENT( ( #265 ) ); +#117 = ADVANCED_FACE( '', ( #266 ), #267, .F. ); +#118 = PRESENTATION_STYLE_ASSIGNMENT( ( #268 ) ); +#119 = ADVANCED_FACE( '', ( #269 ), #270, .T. ); +#120 = PRESENTATION_STYLE_ASSIGNMENT( ( #271 ) ); +#121 = ADVANCED_FACE( '', ( #272 ), #273, .F. ); +#122 = PRESENTATION_STYLE_ASSIGNMENT( ( #274 ) ); +#123 = ADVANCED_FACE( '', ( #275, #276 ), #277, .T. ); +#124 = PRESENTATION_STYLE_ASSIGNMENT( ( #278 ) ); +#125 = ADVANCED_FACE( '', ( #279, #280 ), #281, .T. ); +#126 = PRESENTATION_STYLE_ASSIGNMENT( ( #282 ) ); +#127 = ADVANCED_FACE( '', ( #283, #284 ), #285, .T. ); +#128 = PRESENTATION_STYLE_ASSIGNMENT( ( #286 ) ); +#129 = ADVANCED_FACE( '', ( #287, #288 ), #289, .T. ); +#130 = PRESENTATION_STYLE_ASSIGNMENT( ( #290 ) ); +#131 = ADVANCED_FACE( '', ( #291 ), #292, .F. ); +#132 = PRESENTATION_STYLE_ASSIGNMENT( ( #293 ) ); +#133 = ADVANCED_FACE( '', ( #294 ), #295, .T. ); +#134 = PRESENTATION_STYLE_ASSIGNMENT( ( #296 ) ); +#135 = ADVANCED_FACE( '', ( #297 ), #298, .T. ); +#136 = PRESENTATION_STYLE_ASSIGNMENT( ( #299 ) ); +#137 = ADVANCED_FACE( '', ( #300 ), #301, .F. ); +#138 = PRESENTATION_STYLE_ASSIGNMENT( ( #302 ) ); +#139 = ADVANCED_FACE( '', ( #303, #304 ), #305, .T. ); +#140 = PRESENTATION_STYLE_ASSIGNMENT( ( #306 ) ); +#141 = ADVANCED_FACE( '', ( #307 ), #308, .T. ); +#142 = PRESENTATION_STYLE_ASSIGNMENT( ( #309 ) ); +#143 = ADVANCED_FACE( '', ( #310, #311 ), #312, .T. ); +#144 = PRESENTATION_STYLE_ASSIGNMENT( ( #313 ) ); +#145 = ADVANCED_FACE( '', ( #314 ), #315, .T. ); +#146 = PRESENTATION_STYLE_ASSIGNMENT( ( #316 ) ); +#147 = ADVANCED_FACE( '', ( #317 ), #318, .F. ); +#148 = PRESENTATION_STYLE_ASSIGNMENT( ( #319 ) ); +#149 = ADVANCED_FACE( '', ( #320, #321 ), #322, .T. ); +#150 = PRESENTATION_STYLE_ASSIGNMENT( ( #323 ) ); +#151 = ADVANCED_FACE( '', ( #324 ), #325, .F. ); +#152 = PRESENTATION_STYLE_ASSIGNMENT( ( #326 ) ); +#153 = ADVANCED_FACE( '', ( #327 ), #328, .T. ); +#154 = PRESENTATION_STYLE_ASSIGNMENT( ( #329 ) ); +#155 = ADVANCED_FACE( '', ( #330 ), #331, .F. ); +#156 = PRESENTATION_STYLE_ASSIGNMENT( ( #332 ) ); +#157 = ADVANCED_FACE( '', ( #333, #334 ), #335, .F. ); +#158 = PRESENTATION_STYLE_ASSIGNMENT( ( #336 ) ); +#159 = ADVANCED_FACE( '', ( #337 ), #338, .T. ); +#160 = PRESENTATION_STYLE_ASSIGNMENT( ( #339 ) ); +#161 = ADVANCED_FACE( '', ( #340 ), #341, .T. ); +#162 = PRESENTATION_STYLE_ASSIGNMENT( ( #342 ) ); +#163 = ADVANCED_FACE( '', ( #343 ), #344, .T. ); +#164 = PRESENTATION_STYLE_ASSIGNMENT( ( #345 ) ); +#165 = ADVANCED_FACE( '', ( #346, #347 ), #348, .T. ); +#166 = PRESENTATION_STYLE_ASSIGNMENT( ( #349 ) ); +#167 = ADVANCED_FACE( '', ( #350, #351 ), #352, .T. ); +#168 = PRESENTATION_STYLE_ASSIGNMENT( ( #353 ) ); +#169 = ADVANCED_FACE( '', ( #354, #355 ), #356, .F. ); +#170 = PRODUCT( '1', '1', 'PART-1-DESC', ( #357 ) ); +#171 = PRODUCT_DEFINITION( 'NONE', 'NONE', #358, #2 ); +#172 = MANIFOLD_SOLID_BREP( '1', #359 ); +#173 = AXIS2_PLACEMENT_3D( '', #360, #361, #362 ); +#176 = LENGTH_MEASURE_WITH_UNIT( LENGTH_MEASURE( 1.00000000000000 ), #363 ); +#179 = DIMENSIONAL_EXPONENTS( 1.00000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000 ); +#181 = DIMENSIONAL_EXPONENTS( 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000 ); +#187 = SURFACE_STYLE_USAGE( .BOTH., #364 ); +#188 = FACE_OUTER_BOUND( '', #365, .T. ); +#189 = FACE_OUTER_BOUND( '', #366, .T. ); +#190 = CYLINDRICAL_SURFACE( '', #367, 0.635000000000000 ); +#191 = SURFACE_STYLE_USAGE( .BOTH., #368 ); +#192 = FACE_BOUND( '', #369, .T. ); +#193 = FACE_OUTER_BOUND( '', #370, .T. ); +#194 = PLANE( '', #371 ); +#195 = SURFACE_STYLE_USAGE( .BOTH., #372 ); +#196 = FACE_OUTER_BOUND( '', #373, .T. ); +#197 = FACE_OUTER_BOUND( '', #374, .T. ); +#198 = CYLINDRICAL_SURFACE( '', #375, 0.457200000000000 ); +#199 = SURFACE_STYLE_USAGE( .BOTH., #376 ); +#200 = FACE_OUTER_BOUND( '', #377, .T. ); +#201 = PLANE( '', #378 ); +#202 = SURFACE_STYLE_USAGE( .BOTH., #379 ); +#203 = FACE_BOUND( '', #380, .T. ); +#204 = FACE_OUTER_BOUND( '', #381, .T. ); +#205 = PLANE( '', #382 ); +#206 = SURFACE_STYLE_USAGE( .BOTH., #383 ); +#207 = FACE_OUTER_BOUND( '', #384, .T. ); +#208 = FACE_BOUND( '', #385, .T. ); +#209 = PLANE( '', #386 ); +#210 = SURFACE_STYLE_USAGE( .BOTH., #387 ); +#211 = FACE_OUTER_BOUND( '', #388, .T. ); +#212 = PLANE( '', #389 ); +#213 = SURFACE_STYLE_USAGE( .BOTH., #390 ); +#214 = FACE_OUTER_BOUND( '', #391, .T. ); +#215 = PLANE( '', #392 ); +#216 = SURFACE_STYLE_USAGE( .BOTH., #393 ); +#217 = FACE_OUTER_BOUND( '', #394, .T. ); +#218 = PLANE( '', #395 ); +#219 = SURFACE_STYLE_USAGE( .BOTH., #396 ); +#220 = FACE_OUTER_BOUND( '', #397, .T. ); +#221 = FACE_OUTER_BOUND( '', #398, .T. ); +#222 = CYLINDRICAL_SURFACE( '', #399, 2.54000000000000 ); +#223 = SURFACE_STYLE_USAGE( .BOTH., #400 ); +#224 = FACE_OUTER_BOUND( '', #401, .T. ); +#225 = ( BOUNDED_SURFACE( )B_SPLINE_SURFACE( 1, 2, ( ( #404, #405, #406, #407, #408, #409, #410, #411, #412, #413, #414, #415, #416, #417, #418, #419, #420, #421, #422, #423, #424, #425, #426, #427, #428, #429, #430, #431, #432, #433, #434, #435, #436, #437, #438, #439, #440, #441, #442, #443, #444, #445, #446, #447, #448, #449, #450, #451, #452, #453, #454, #455, #456, #457, #458, #459, #460, #461, #462, #463, #464, #465, #466, #467, #468, #469, #470, #471, #472, #473, #474, #475, #476, #477, #478, #479, #480, #481, #482, #483, #484, #485, #486, #487, #488, #489, #490, #491, #492, #493, #494, #495, #496, #497, #498, #499, #500, #501, #502, #503, #504, #505, #506, #507, #508, #509, #510, #511, #512, #513, #514, #515, #516, #517, #518, #519, #520, #521, #522, #523, #524, #525, #526, #527, #528, #529, #530, #531, #532, #533, #534, #535, #536, #537, #538, #539, #540, #541, #542, #543, #544, #545, #546, #547, #548, #549, #550, #551, #552, #553, #554, #555, #556, #557, #558, #559, #560, #561, #562, #563, #564, #565, #566, #567, #568, #569, #570, #571, #572, #573, #574, #575, #576, #577, #578, #579, #580, #581, #582, #583, #584, #585, #586, #587, #588, #589, #590, #591, #592, #593, #594, #595, #596, #597, #598, #599, #600, #601, #602, #603, #604, #605, #606, #607, #608, #609, #610, #611, #612, #613, #614, #615, #616, #617, #618, #619, #620 ), ( #621, #622, #623, #624, #625, #626, #627, #628, #629, #630, #631, #632, #633, #634, #635, #636, #637, #638, #639, #640, #641, #642, #643, #644, #645, #646, #647, #648, #649, #650, #651, #652, #653, #654, #655, #656, #657, #658, #659, #660, #661, #662, #663, #664, #665, #666, #667, #668, #669, #670, #671, #672, #673, #674, #675, #676, #677, #678, #679, #680, #681, #682, #683, #684, #685, #686, #687, #688, #689, #690, #691, #692, #693, #694, #695, #696, #697, #698, #699, #700, #701, #702, #703, #704, #705, #706, #707, #708, #709, #710, #711, #712, #713, #714, #715, #716, #717, #718, #719, #720, #721, #722, #723, #724, #725, #726, #727, #728, #729, #730, #731, #732, #733, #734, #735, #736, #737, #738, #739, #740, #741, #742, #743, #744, #745, #746, #747, #748, #749, #750, #751, #752, #753, #754, #755, #756, #757, #758, #759, #760, #761, #762, #763, #764, #765, #766, #767, #768, #769, #770, #771, #772, #773, #774, #775, #776, #777, #778, #779, #780, #781, #782, #783, #784, #785, #786, #787, #788, #789, #790, #791, #792, #793, #794, #795, #796, #797, #798, #799, #800, #801, #802, #803, #804, #805, #806, #807, #808, #809, #810, #811, #812, #813, #814, #815, #816, #817, #818, #819, #820, #821, #822, #823, #824, #825, #826, #827, #828, #829, #830, #831, #832, #833, #834, #835, #836, #837 ) ), .UNSPECIFIED., .F., .F., .F. )B_SPLINE_SURFACE_WITH_KNOTS( ( 2, 2 ), ( 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3 ), ( 0.000000000000000, 1.00000000000000 ), ( 0.000000000000000, 0.00925925925925926, 0.0185185185185185, 0.0277777777777778, 0.0370370370370370, 0.0462962962962963, 0.0555555555555556, 0.0648148148148148, 0.0740740740740741, 0.0833333333333333, 0.0925925925925926, 0.101851851851852, 0.111111111111111, 0.120370370370370, 0.129629629629630, 0.138888888888889, 0.148148148148148, 0.157407407407408, 0.166666666666667, 0.175925925925926, 0.185185185185185, 0.194444444444445, 0.203703703703704, 0.212962962962963, 0.222222222222222, 0.231481481481481, 0.240740740740741, 0.250000000000000, 0.259259259259260, 0.268518518518518, 0.277777777777778, 0.287037037037037, 0.296296296296297, 0.305555555555555, 0.314814814814815, 0.324074074074074, 0.333333333333334, 0.342592592592592, 0.351851851851852, 0.361111111111111, 0.370370370370371, 0.379629629629630, 0.388888888888889, 0.398148148148148, 0.407407407407408, 0.416666666666667, 0.425925925925926, 0.435185185185185, 0.444444444444444, 0.453703703703704, 0.462962962962963, 0.472222222222222, 0.481481481481482, 0.490740740740741, 0.500000000000000, 0.509259259259259, 0.518518518518519, 0.527777777777778, 0.537037037037037, 0.546296296296296, 0.555555555555556, 0.564814814814815, 0.574074074074074, 0.583333333333333, 0.592592592592593, 0.601851851851852, 0.611111111111111, 0.620370370370370, 0.629629629629630, 0.638888888888889, 0.648148148148148, 0.657407407407407, 0.666666666666667, 0.675925925925926, 0.685185185185185, 0.694444444444444, 0.703703703703704, 0.712962962962963, 0.722222222222222, 0.731481481481482, 0.740740740740741, 0.750000000000000, 0.759259259259259, 0.768518518518519, 0.777777777777778, 0.787037037037037, 0.796296296296296, 0.805555555555556, 0.814814814814815, 0.824074074074074, 0.833333333333333, 0.842592592592593, 0.851851851851852, 0.861111111111111, 0.870370370370370, 0.879629629629630, 0.888888888888889, 0.898148148148148, 0.907407407407407, 0.916666666666667, 0.925925925925926, 0.935185185185185, 0.944444444444444, 0.953703703703704, 0.962962962962963, 0.972222222222222, 0.981481481481482, 0.990740740740741, 1.00000000000000 ), .UNSPECIFIED. )GEOMETRIC_REPRESENTATION_ITEM( )RATIONAL_B_SPLINE_SURFACE( ( ( 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000 ), ( 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000 ) ) )REPRESENTATION_ITEM( '' )SURFACE( ) ); +#226 = SURFACE_STYLE_USAGE( .BOTH., #843 ); +#227 = FACE_OUTER_BOUND( '', #844, .T. ); +#228 = PLANE( '', #845 ); +#229 = SURFACE_STYLE_USAGE( .BOTH., #846 ); +#230 = FACE_OUTER_BOUND( '', #847, .T. ); +#231 = PLANE( '', #848 ); +#232 = SURFACE_STYLE_USAGE( .BOTH., #849 ); +#233 = FACE_BOUND( '', #850, .T. ); +#234 = FACE_OUTER_BOUND( '', #851, .T. ); +#235 = CONICAL_SURFACE( '', #852, 2.17170000000000, 0.785398163397448 ); +#236 = SURFACE_STYLE_USAGE( .BOTH., #853 ); +#237 = FACE_OUTER_BOUND( '', #854, .T. ); +#238 = PLANE( '', #855 ); +#239 = SURFACE_STYLE_USAGE( .BOTH., #856 ); +#240 = FACE_OUTER_BOUND( '', #857, .T. ); +#241 = FACE_OUTER_BOUND( '', #858, .T. ); +#242 = CYLINDRICAL_SURFACE( '', #859, 2.69240000000000 ); +#243 = SURFACE_STYLE_USAGE( .BOTH., #860 ); +#244 = FACE_OUTER_BOUND( '', #861, .T. ); +#245 = FACE_BOUND( '', #862, .T. ); +#246 = CONICAL_SURFACE( '', #863, 906.307787036651, 1.13446401379632 ); +#247 = SURFACE_STYLE_USAGE( .BOTH., #864 ); +#248 = FACE_OUTER_BOUND( '', #865, .T. ); +#249 = FACE_BOUND( '', #866, .T. ); +#250 = CONICAL_SURFACE( '', #867, 2.69240000000000, 0.785398163397449 ); +#251 = SURFACE_STYLE_USAGE( .BOTH., #868 ); +#252 = FACE_OUTER_BOUND( '', #869, .T. ); +#253 = FACE_OUTER_BOUND( '', #870, .T. ); +#254 = CYLINDRICAL_SURFACE( '', #871, 0.635000000000000 ); +#255 = SURFACE_STYLE_USAGE( .BOTH., #872 ); +#256 = FACE_OUTER_BOUND( '', #873, .T. ); +#257 = FACE_BOUND( '', #874, .T. ); +#258 = CONICAL_SURFACE( '', #875, 2.54000000000000, 0.785398163397448 ); +#259 = SURFACE_STYLE_USAGE( .BOTH., #876 ); +#260 = FACE_OUTER_BOUND( '', #877, .T. ); +#261 = PLANE( '', #878 ); +#262 = SURFACE_STYLE_USAGE( .BOTH., #879 ); +#263 = FACE_OUTER_BOUND( '', #880, .T. ); +#264 = PLANE( '', #881 ); +#265 = SURFACE_STYLE_USAGE( .BOTH., #882 ); +#266 = FACE_OUTER_BOUND( '', #883, .T. ); +#267 = PLANE( '', #884 ); +#268 = SURFACE_STYLE_USAGE( .BOTH., #885 ); +#269 = FACE_OUTER_BOUND( '', #886, .T. ); +#270 = PLANE( '', #887 ); +#271 = SURFACE_STYLE_USAGE( .BOTH., #888 ); +#272 = FACE_OUTER_BOUND( '', #889, .T. ); +#273 = PLANE( '', #890 ); +#274 = SURFACE_STYLE_USAGE( .BOTH., #891 ); +#275 = FACE_OUTER_BOUND( '', #892, .T. ); +#276 = FACE_BOUND( '', #893, .T. ); +#277 = CONICAL_SURFACE( '', #894, 3.17500000000000, 0.785398163397449 ); +#278 = SURFACE_STYLE_USAGE( .BOTH., #895 ); +#279 = FACE_OUTER_BOUND( '', #896, .T. ); +#280 = FACE_BOUND( '', #897, .T. ); +#281 = PLANE( '', #898 ); +#282 = SURFACE_STYLE_USAGE( .BOTH., #899 ); +#283 = FACE_OUTER_BOUND( '', #900, .T. ); +#284 = FACE_BOUND( '', #901, .T. ); +#285 = PLANE( '', #902 ); +#286 = SURFACE_STYLE_USAGE( .BOTH., #903 ); +#287 = FACE_BOUND( '', #904, .T. ); +#288 = FACE_OUTER_BOUND( '', #905, .T. ); +#289 = PLANE( '', #906 ); +#290 = SURFACE_STYLE_USAGE( .BOTH., #907 ); +#291 = FACE_OUTER_BOUND( '', #908, .T. ); +#292 = PLANE( '', #909 ); +#293 = SURFACE_STYLE_USAGE( .BOTH., #910 ); +#294 = FACE_OUTER_BOUND( '', #911, .T. ); +#295 = CYLINDRICAL_SURFACE( '', #912, 3.17500000000000 ); +#296 = SURFACE_STYLE_USAGE( .BOTH., #913 ); +#297 = FACE_OUTER_BOUND( '', #914, .T. ); +#298 = PLANE( '', #915 ); +#299 = SURFACE_STYLE_USAGE( .BOTH., #916 ); +#300 = FACE_OUTER_BOUND( '', #917, .T. ); +#301 = PLANE( '', #918 ); +#302 = SURFACE_STYLE_USAGE( .BOTH., #919 ); +#303 = FACE_OUTER_BOUND( '', #920, .T. ); +#304 = FACE_OUTER_BOUND( '', #921, .T. ); +#305 = CYLINDRICAL_SURFACE( '', #922, 0.381000000000000 ); +#306 = SURFACE_STYLE_USAGE( .BOTH., #923 ); +#307 = FACE_OUTER_BOUND( '', #924, .T. ); +#308 = PLANE( '', #925 ); +#309 = SURFACE_STYLE_USAGE( .BOTH., #926 ); +#310 = FACE_OUTER_BOUND( '', #927, .T. ); +#311 = FACE_BOUND( '', #928, .T. ); +#312 = PLANE( '', #929 ); +#313 = SURFACE_STYLE_USAGE( .BOTH., #930 ); +#314 = FACE_OUTER_BOUND( '', #931, .T. ); +#315 = PLANE( '', #932 ); +#316 = SURFACE_STYLE_USAGE( .BOTH., #933 ); +#317 = FACE_OUTER_BOUND( '', #934, .T. ); +#318 = PLANE( '', #935 ); +#319 = SURFACE_STYLE_USAGE( .BOTH., #936 ); +#320 = FACE_BOUND( '', #937, .T. ); +#321 = FACE_OUTER_BOUND( '', #938, .T. ); +#322 = CONICAL_SURFACE( '', #939, 0.381000000000000, 0.785398163397447 ); +#323 = SURFACE_STYLE_USAGE( .BOTH., #940 ); +#324 = FACE_OUTER_BOUND( '', #941, .T. ); +#325 = ( BOUNDED_SURFACE( )B_SPLINE_SURFACE( 1, 2, ( ( #944, #945, #946, #947, #948, #949, #950, #951, #952, #953, #954, #955, #956, #957, #958, #959, #960, #961, #962, #963, #964, #965, #966, #967, #968, #969, #970, #971, #972, #973, #974, #975, #976, #977, #978, #979, #980, #981, #982, #983, #984, #985, #986, #987, #988, #989, #990, #991, #992, #993, #994, #995, #996, #997, #998, #999, #1000, #1001, #1002, #1003, #1004, #1005, #1006, #1007, #1008, #1009, #1010, #1011, #1012, #1013, #1014, #1015, #1016, #1017, #1018, #1019, #1020, #1021, #1022, #1023, #1024, #1025, #1026, #1027, #1028, #1029, #1030, #1031, #1032, #1033, #1034, #1035, #1036, #1037, #1038, #1039, #1040, #1041, #1042, #1043, #1044, #1045, #1046, #1047, #1048, #1049, #1050, #1051, #1052, #1053, #1054, #1055, #1056, #1057, #1058, #1059, #1060, #1061, #1062, #1063, #1064, #1065, #1066, #1067, #1068, #1069, #1070, #1071, #1072, #1073, #1074, #1075, #1076, #1077, #1078, #1079, #1080, #1081, #1082, #1083, #1084, #1085, #1086, #1087, #1088, #1089, #1090, #1091, #1092, #1093, #1094, #1095, #1096, #1097, #1098, #1099, #1100, #1101, #1102, #1103, #1104, #1105, #1106, #1107, #1108, #1109, #1110, #1111, #1112, #1113, #1114, #1115, #1116, #1117, #1118, #1119, #1120, #1121, #1122, #1123, #1124, #1125, #1126, #1127, #1128, #1129, #1130, #1131, #1132, #1133, #1134, #1135, #1136, #1137, #1138, #1139, #1140, #1141, #1142, #1143, #1144, #1145, #1146, #1147, #1148, #1149, #1150, #1151, #1152, #1153, #1154, #1155, #1156, #1157, #1158, #1159, #1160 ), ( #1161, #1162, #1163, #1164, #1165, #1166, #1167, #1168, #1169, #1170, #1171, #1172, #1173, #1174, #1175, #1176, #1177, #1178, #1179, #1180, #1181, #1182, #1183, #1184, #1185, #1186, #1187, #1188, #1189, #1190, #1191, #1192, #1193, #1194, #1195, #1196, #1197, #1198, #1199, #1200, #1201, #1202, #1203, #1204, #1205, #1206, #1207, #1208, #1209, #1210, #1211, #1212, #1213, #1214, #1215, #1216, #1217, #1218, #1219, #1220, #1221, #1222, #1223, #1224, #1225, #1226, #1227, #1228, #1229, #1230, #1231, #1232, #1233, #1234, #1235, #1236, #1237, #1238, #1239, #1240, #1241, #1242, #1243, #1244, #1245, #1246, #1247, #1248, #1249, #1250, #1251, #1252, #1253, #1254, #1255, #1256, #1257, #1258, #1259, #1260, #1261, #1262, #1263, #1264, #1265, #1266, #1267, #1268, #1269, #1270, #1271, #1272, #1273, #1274, #1275, #1276, #1277, #1278, #1279, #1280, #1281, #1282, #1283, #1284, #1285, #1286, #1287, #1288, #1289, #1290, #1291, #1292, #1293, #1294, #1295, #1296, #1297, #1298, #1299, #1300, #1301, #1302, #1303, #1304, #1305, #1306, #1307, #1308, #1309, #1310, #1311, #1312, #1313, #1314, #1315, #1316, #1317, #1318, #1319, #1320, #1321, #1322, #1323, #1324, #1325, #1326, #1327, #1328, #1329, #1330, #1331, #1332, #1333, #1334, #1335, #1336, #1337, #1338, #1339, #1340, #1341, #1342, #1343, #1344, #1345, #1346, #1347, #1348, #1349, #1350, #1351, #1352, #1353, #1354, #1355, #1356, #1357, #1358, #1359, #1360, #1361, #1362, #1363, #1364, #1365, #1366, #1367, #1368, #1369, #1370, #1371, #1372, #1373, #1374, #1375, #1376, #1377 ) ), .UNSPECIFIED., .F., .F., .F. )B_SPLINE_SURFACE_WITH_KNOTS( ( 2, 2 ), ( 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3 ), ( 0.000000000000000, 1.00000000000000 ), ( 0.000000000000000, 0.00925925925925926, 0.0185185185185185, 0.0277777777777778, 0.0370370370370370, 0.0462962962962963, 0.0555555555555556, 0.0648148148148148, 0.0740740740740741, 0.0833333333333333, 0.0925925925925926, 0.101851851851852, 0.111111111111111, 0.120370370370370, 0.129629629629630, 0.138888888888889, 0.148148148148148, 0.157407407407408, 0.166666666666667, 0.175925925925926, 0.185185185185185, 0.194444444444445, 0.203703703703704, 0.212962962962963, 0.222222222222222, 0.231481481481481, 0.240740740740741, 0.250000000000000, 0.259259259259260, 0.268518518518518, 0.277777777777778, 0.287037037037037, 0.296296296296297, 0.305555555555555, 0.314814814814815, 0.324074074074074, 0.333333333333334, 0.342592592592592, 0.351851851851852, 0.361111111111111, 0.370370370370371, 0.379629629629630, 0.388888888888889, 0.398148148148148, 0.407407407407408, 0.416666666666667, 0.425925925925926, 0.435185185185185, 0.444444444444444, 0.453703703703704, 0.462962962962963, 0.472222222222222, 0.481481481481482, 0.490740740740741, 0.500000000000000, 0.509259259259259, 0.518518518518519, 0.527777777777778, 0.537037037037037, 0.546296296296296, 0.555555555555556, 0.564814814814815, 0.574074074074074, 0.583333333333333, 0.592592592592593, 0.601851851851852, 0.611111111111111, 0.620370370370370, 0.629629629629630, 0.638888888888889, 0.648148148148148, 0.657407407407407, 0.666666666666667, 0.675925925925926, 0.685185185185185, 0.694444444444444, 0.703703703703704, 0.712962962962963, 0.722222222222222, 0.731481481481482, 0.740740740740741, 0.750000000000000, 0.759259259259259, 0.768518518518519, 0.777777777777778, 0.787037037037037, 0.796296296296296, 0.805555555555556, 0.814814814814815, 0.824074074074074, 0.833333333333333, 0.842592592592593, 0.851851851851852, 0.861111111111111, 0.870370370370370, 0.879629629629630, 0.888888888888889, 0.898148148148148, 0.907407407407407, 0.916666666666667, 0.925925925925926, 0.935185185185185, 0.944444444444444, 0.953703703703704, 0.962962962962963, 0.972222222222222, 0.981481481481482, 0.990740740740741, 1.00000000000000 ), .UNSPECIFIED. )GEOMETRIC_REPRESENTATION_ITEM( )RATIONAL_B_SPLINE_SURFACE( ( ( 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000 ), ( 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000 ) ) )REPRESENTATION_ITEM( '' )SURFACE( ) ); +#326 = SURFACE_STYLE_USAGE( .BOTH., #1383 ); +#327 = FACE_OUTER_BOUND( '', #1384, .T. ); +#328 = PLANE( '', #1385 ); +#329 = SURFACE_STYLE_USAGE( .BOTH., #1386 ); +#330 = FACE_OUTER_BOUND( '', #1387, .T. ); +#331 = PLANE( '', #1388 ); +#332 = SURFACE_STYLE_USAGE( .BOTH., #1389 ); +#333 = FACE_OUTER_BOUND( '', #1390, .T. ); +#334 = FACE_OUTER_BOUND( '', #1391, .T. ); +#335 = CYLINDRICAL_SURFACE( '', #1392, 2.04470000000000 ); +#336 = SURFACE_STYLE_USAGE( .BOTH., #1393 ); +#337 = FACE_OUTER_BOUND( '', #1394, .T. ); +#338 = PLANE( '', #1395 ); +#339 = SURFACE_STYLE_USAGE( .BOTH., #1396 ); +#340 = FACE_OUTER_BOUND( '', #1397, .T. ); +#341 = PLANE( '', #1398 ); +#342 = SURFACE_STYLE_USAGE( .BOTH., #1399 ); +#343 = FACE_OUTER_BOUND( '', #1400, .T. ); +#344 = PLANE( '', #1401 ); +#345 = SURFACE_STYLE_USAGE( .BOTH., #1402 ); +#346 = FACE_BOUND( '', #1403, .T. ); +#347 = FACE_OUTER_BOUND( '', #1404, .T. ); +#348 = PLANE( '', #1405 ); +#349 = SURFACE_STYLE_USAGE( .BOTH., #1406 ); +#350 = FACE_BOUND( '', #1407, .T. ); +#351 = FACE_OUTER_BOUND( '', #1408, .T. ); +#352 = CONICAL_SURFACE( '', #1409, 0.635000000000000, 0.872287058188313 ); +#353 = SURFACE_STYLE_USAGE( .BOTH., #1410 ); +#354 = FACE_OUTER_BOUND( '', #1411, .T. ); +#355 = FACE_OUTER_BOUND( '', #1412, .T. ); +#356 = CYLINDRICAL_SURFACE( '', #1413, 2.33680000000000 ); +#357 = PRODUCT_CONTEXT( '', #59, 'mechanical' ); +#358 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE( ' ', 'NONE', #170, .NOT_KNOWN. ); +#359 = CLOSED_SHELL( '', ( #75, #111, #89, #155, #113, #115, #137, #117, #97, #119, #91, #149, #145, #133, #143, #99, #129, #105, #123, #107, #151, #93, #109, #103, #157, #83, #169, #87, #79, #141, #85, #159, #153, #101, #161, #135, #163, #139, #165, #167, #73, #81, #131, #147, #121, #95, #125, #77, #127 ) ); +#360 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#361 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#362 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#363 = ( LENGTH_UNIT( )NAMED_UNIT( #179 )SI_UNIT( .MILLI., .METRE. ) ); +#364 = SURFACE_SIDE_STYLE( '', ( #1415 ) ); +#365 = EDGE_LOOP( '', ( #1416 ) ); +#366 = EDGE_LOOP( '', ( #1417 ) ); +#367 = AXIS2_PLACEMENT_3D( '', #1418, #1419, #1420 ); +#368 = SURFACE_SIDE_STYLE( '', ( #1421 ) ); +#369 = EDGE_LOOP( '', ( #1422 ) ); +#370 = EDGE_LOOP( '', ( #1423, #1424, #1425, #1426, #1427, #1428, #1429, #1430, #1431, #1432, #1433, #1434, #1435, #1436, #1437, #1438 ) ); +#371 = AXIS2_PLACEMENT_3D( '', #1439, #1440, #1441 ); +#372 = SURFACE_SIDE_STYLE( '', ( #1442 ) ); +#373 = EDGE_LOOP( '', ( #1443 ) ); +#374 = EDGE_LOOP( '', ( #1444 ) ); +#375 = AXIS2_PLACEMENT_3D( '', #1445, #1446, #1447 ); +#376 = SURFACE_SIDE_STYLE( '', ( #1448 ) ); +#377 = EDGE_LOOP( '', ( #1449, #1450, #1451, #1452 ) ); +#378 = AXIS2_PLACEMENT_3D( '', #1453, #1454, #1455 ); +#379 = SURFACE_SIDE_STYLE( '', ( #1456 ) ); +#380 = EDGE_LOOP( '', ( #1457 ) ); +#381 = EDGE_LOOP( '', ( #1458 ) ); +#382 = AXIS2_PLACEMENT_3D( '', #1459, #1460, #1461 ); +#383 = SURFACE_SIDE_STYLE( '', ( #1462 ) ); +#384 = EDGE_LOOP( '', ( #1463 ) ); +#385 = EDGE_LOOP( '', ( #1464 ) ); +#386 = AXIS2_PLACEMENT_3D( '', #1465, #1466, #1467 ); +#387 = SURFACE_SIDE_STYLE( '', ( #1468 ) ); +#388 = EDGE_LOOP( '', ( #1469, #1470, #1471, #1472 ) ); +#389 = AXIS2_PLACEMENT_3D( '', #1473, #1474, #1475 ); +#390 = SURFACE_SIDE_STYLE( '', ( #1476 ) ); +#391 = EDGE_LOOP( '', ( #1477, #1478, #1479, #1480 ) ); +#392 = AXIS2_PLACEMENT_3D( '', #1481, #1482, #1483 ); +#393 = SURFACE_SIDE_STYLE( '', ( #1484 ) ); +#394 = EDGE_LOOP( '', ( #1485, #1486, #1487, #1488 ) ); +#395 = AXIS2_PLACEMENT_3D( '', #1489, #1490, #1491 ); +#396 = SURFACE_SIDE_STYLE( '', ( #1492 ) ); +#397 = EDGE_LOOP( '', ( #1493 ) ); +#398 = EDGE_LOOP( '', ( #1494 ) ); +#399 = AXIS2_PLACEMENT_3D( '', #1495, #1496, #1497 ); +#400 = SURFACE_SIDE_STYLE( '', ( #1498 ) ); +#401 = EDGE_LOOP( '', ( #1499, #1500, #1501, #1502 ) ); +#404 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 16.0403367331340 ) ); +#405 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 15.9814933998006 ) ); +#406 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 15.9226500664673 ) ); +#407 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 15.8638067331339 ) ); +#408 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 15.8049633998006 ) ); +#409 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 15.7461200664673 ) ); +#410 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 15.6872767331340 ) ); +#411 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 15.6284333998006 ) ); +#412 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 15.5695900664673 ) ); +#413 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 15.5107467331340 ) ); +#414 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 15.4519033998006 ) ); +#415 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 15.3930600664673 ) ); +#416 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 15.3342167331340 ) ); +#417 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 15.2753733998006 ) ); +#418 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 15.2165300664673 ) ); +#419 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 15.1576867331339 ) ); +#420 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 15.0988433998006 ) ); +#421 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 15.0400000664673 ) ); +#422 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 14.9811567331339 ) ); +#423 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 14.9223133998006 ) ); +#424 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 14.8634700664673 ) ); +#425 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 14.8046267331339 ) ); +#426 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 14.7457833998006 ) ); +#427 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 14.6869400664673 ) ); +#428 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 14.6280967331339 ) ); +#429 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 14.5692533998006 ) ); +#430 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 14.5104100664673 ) ); +#431 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 14.4515667331340 ) ); +#432 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 14.3927233998006 ) ); +#433 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 14.3338800664673 ) ); +#434 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 14.2750367331339 ) ); +#435 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 14.2161933998006 ) ); +#436 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 14.1573500664673 ) ); +#437 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 14.0985067331340 ) ); +#438 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 14.0396633998006 ) ); +#439 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 13.9808200664673 ) ); +#440 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 13.9219767331339 ) ); +#441 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 13.8631333998006 ) ); +#442 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 13.8042900664673 ) ); +#443 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 13.7454467331339 ) ); +#444 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 13.6866033998006 ) ); +#445 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 13.6277600664673 ) ); +#446 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 13.5689167331339 ) ); +#447 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 13.5100733998006 ) ); +#448 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 13.4512300664673 ) ); +#449 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 13.3923867331340 ) ); +#450 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 13.3335433998006 ) ); +#451 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 13.2747000664673 ) ); +#452 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 13.2158567331339 ) ); +#453 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 13.1570133998006 ) ); +#454 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 13.0981700664673 ) ); +#455 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 13.0393267331340 ) ); +#456 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 12.9804833998006 ) ); +#457 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 12.9216400664673 ) ); +#458 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 12.8627967331339 ) ); +#459 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 12.8039533998006 ) ); +#460 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 12.7451100664673 ) ); +#461 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 12.6862667331339 ) ); +#462 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 12.6274233998006 ) ); +#463 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 12.5685800664673 ) ); +#464 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 12.5097367331339 ) ); +#465 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 12.4508933998006 ) ); +#466 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 12.3920500664673 ) ); +#467 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 12.3332067331340 ) ); +#468 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 12.2743633998006 ) ); +#469 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 12.2155200664673 ) ); +#470 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 12.1566767331339 ) ); +#471 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 12.0978333998006 ) ); +#472 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 12.0389900664673 ) ); +#473 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 11.9801467331339 ) ); +#474 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 11.9213033998006 ) ); +#475 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 11.8624600664673 ) ); +#476 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 11.8036167331339 ) ); +#477 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 11.7447733998006 ) ); +#478 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 11.6859300664673 ) ); +#479 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 11.6270867331339 ) ); +#480 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 11.5682433998006 ) ); +#481 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 11.5094000664673 ) ); +#482 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 11.4505567331339 ) ); +#483 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 11.3917133998006 ) ); +#484 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 11.3328700664673 ) ); +#485 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 11.2740267331340 ) ); +#486 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 11.2151833998006 ) ); +#487 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 11.1563400664673 ) ); +#488 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 11.0974967331339 ) ); +#489 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 11.0386533998006 ) ); +#490 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 10.9798100664673 ) ); +#491 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 10.9209667331339 ) ); +#492 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 10.8621233998006 ) ); +#493 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 10.8032800664673 ) ); +#494 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 10.7444367331339 ) ); +#495 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 10.6855933998006 ) ); +#496 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 10.6267500664673 ) ); +#497 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 10.5679067331340 ) ); +#498 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 10.5090633998006 ) ); +#499 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 10.4502200664673 ) ); +#500 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 10.3913767331339 ) ); +#501 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 10.3325333998006 ) ); +#502 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 10.2736900664673 ) ); +#503 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 10.2148467331340 ) ); +#504 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 10.1560033998006 ) ); +#505 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 10.0971600664673 ) ); +#506 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 10.0383167331339 ) ); +#507 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 9.97947339980062 ) ); +#508 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 9.92063006646728 ) ); +#509 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 9.86178673313395 ) ); +#510 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 9.80294339980062 ) ); +#511 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 9.74410006646729 ) ); +#512 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 9.68525673313395 ) ); +#513 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 9.62641339980062 ) ); +#514 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 9.56757006646728 ) ); +#515 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 9.50872673313395 ) ); +#516 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 9.44988339980062 ) ); +#517 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 9.39104006646728 ) ); +#518 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 9.33219673313395 ) ); +#519 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 9.27335339980062 ) ); +#520 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 9.21451006646728 ) ); +#521 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 9.15566673313394 ) ); +#522 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 9.09682339980062 ) ); +#523 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 9.03798006646728 ) ); +#524 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 8.97913673313395 ) ); +#525 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 8.92029339980061 ) ); +#526 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 8.86145006646728 ) ); +#527 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 8.80260673313395 ) ); +#528 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 8.74376339980062 ) ); +#529 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 8.68492006646728 ) ); +#530 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 8.62607673313395 ) ); +#531 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 8.56723339980062 ) ); +#532 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 8.50839006646728 ) ); +#533 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 8.44954673313394 ) ); +#534 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 8.39070339980062 ) ); +#535 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 8.33186006646728 ) ); +#536 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 8.27301673313395 ) ); +#537 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 8.21417339980061 ) ); +#538 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 8.15533006646728 ) ); +#539 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 8.09648673313395 ) ); +#540 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 8.03764339980062 ) ); +#541 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 7.97880006646727 ) ); +#542 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 7.91995673313395 ) ); +#543 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 7.86111339980061 ) ); +#544 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 7.80227006646728 ) ); +#545 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 7.74342673313395 ) ); +#546 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 7.68458339980062 ) ); +#547 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 7.62574006646728 ) ); +#548 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 7.56689673313395 ) ); +#549 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 7.50805339980062 ) ); +#550 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 7.44921006646728 ) ); +#551 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 7.39036673313395 ) ); +#552 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 7.33152339980062 ) ); +#553 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 7.27268006646729 ) ); +#554 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 7.21383673313395 ) ); +#555 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 7.15499339980061 ) ); +#556 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 7.09615006646728 ) ); +#557 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 7.03730673313395 ) ); +#558 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 6.97846339980062 ) ); +#559 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 6.91962006646728 ) ); +#560 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 6.86077673313395 ) ); +#561 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 6.80193339980062 ) ); +#562 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 6.74309006646728 ) ); +#563 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 6.68424673313394 ) ); +#564 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 6.62540339980062 ) ); +#565 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 6.56656006646728 ) ); +#566 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 6.50771673313395 ) ); +#567 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 6.44887339980062 ) ); +#568 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 6.39003006646728 ) ); +#569 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 6.33118673313395 ) ); +#570 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 6.27234339980062 ) ); +#571 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 6.21350006646729 ) ); +#572 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 6.15465673313395 ) ); +#573 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 6.09581339980061 ) ); +#574 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 6.03697006646728 ) ); +#575 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 5.97812673313395 ) ); +#576 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 5.91928339980062 ) ); +#577 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 5.86044006646728 ) ); +#578 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 5.80159673313395 ) ); +#579 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 5.74275339980062 ) ); +#580 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 5.68391006646728 ) ); +#581 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 5.62506673313395 ) ); +#582 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 5.56622339980062 ) ); +#583 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 5.50738006646728 ) ); +#584 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 5.44853673313395 ) ); +#585 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 5.38969339980061 ) ); +#586 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 5.33085006646728 ) ); +#587 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 5.27200673313395 ) ); +#588 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 5.21316339980062 ) ); +#589 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 5.15432006646728 ) ); +#590 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 5.09547673313395 ) ); +#591 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 5.03663339980062 ) ); +#592 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 4.97779006646728 ) ); +#593 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 4.91894673313395 ) ); +#594 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 4.86010339980062 ) ); +#595 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 4.80126006646728 ) ); +#596 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 4.74241673313395 ) ); +#597 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 4.68357339980061 ) ); +#598 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 4.62473006646728 ) ); +#599 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 4.56588673313395 ) ); +#600 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 4.50704339980062 ) ); +#601 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 4.44820006646728 ) ); +#602 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 4.38935673313395 ) ); +#603 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 4.33051339980061 ) ); +#604 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 4.27167006646728 ) ); +#605 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 4.21282673313395 ) ); +#606 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 4.15398339980062 ) ); +#607 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 4.09514006646728 ) ); +#608 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 4.03629673313395 ) ); +#609 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 3.97745339980061 ) ); +#610 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 3.91861006646729 ) ); +#611 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 3.85976673313395 ) ); +#612 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 3.80092339980062 ) ); +#613 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 3.74208006646728 ) ); +#614 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 3.68323673313395 ) ); +#615 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 3.62439339980062 ) ); +#616 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 3.56555006646728 ) ); +#617 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 3.50670673313395 ) ); +#618 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 3.44786339980062 ) ); +#619 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 3.38902006646728 ) ); +#620 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 3.33017673313395 ) ); +#621 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 15.6872767331340 ) ); +#622 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 15.6284333998006 ) ); +#623 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 15.5695900664673 ) ); +#624 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 15.5107467331340 ) ); +#625 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 15.4519033998006 ) ); +#626 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 15.3930600664673 ) ); +#627 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 15.3342167331340 ) ); +#628 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 15.2753733998006 ) ); +#629 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 15.2165300664673 ) ); +#630 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 15.1576867331339 ) ); +#631 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 15.0988433998006 ) ); +#632 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 15.0400000664673 ) ); +#633 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 14.9811567331339 ) ); +#634 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 14.9223133998006 ) ); +#635 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 14.8634700664673 ) ); +#636 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 14.8046267331339 ) ); +#637 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 14.7457833998006 ) ); +#638 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 14.6869400664673 ) ); +#639 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 14.6280967331339 ) ); +#640 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 14.5692533998006 ) ); +#641 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 14.5104100664673 ) ); +#642 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 14.4515667331340 ) ); +#643 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 14.3927233998006 ) ); +#644 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 14.3338800664673 ) ); +#645 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 14.2750367331339 ) ); +#646 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 14.2161933998006 ) ); +#647 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 14.1573500664673 ) ); +#648 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 14.0985067331340 ) ); +#649 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 14.0396633998006 ) ); +#650 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 13.9808200664673 ) ); +#651 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 13.9219767331339 ) ); +#652 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 13.8631333998006 ) ); +#653 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 13.8042900664673 ) ); +#654 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 13.7454467331339 ) ); +#655 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 13.6866033998006 ) ); +#656 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 13.6277600664673 ) ); +#657 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 13.5689167331339 ) ); +#658 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 13.5100733998006 ) ); +#659 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 13.4512300664673 ) ); +#660 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 13.3923867331340 ) ); +#661 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 13.3335433998006 ) ); +#662 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 13.2747000664673 ) ); +#663 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 13.2158567331339 ) ); +#664 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 13.1570133998006 ) ); +#665 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 13.0981700664673 ) ); +#666 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 13.0393267331340 ) ); +#667 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 12.9804833998006 ) ); +#668 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 12.9216400664673 ) ); +#669 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 12.8627967331339 ) ); +#670 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 12.8039533998006 ) ); +#671 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 12.7451100664673 ) ); +#672 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 12.6862667331339 ) ); +#673 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 12.6274233998006 ) ); +#674 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 12.5685800664673 ) ); +#675 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 12.5097367331339 ) ); +#676 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 12.4508933998006 ) ); +#677 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 12.3920500664673 ) ); +#678 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 12.3332067331340 ) ); +#679 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 12.2743633998006 ) ); +#680 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 12.2155200664673 ) ); +#681 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 12.1566767331339 ) ); +#682 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 12.0978333998006 ) ); +#683 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 12.0389900664673 ) ); +#684 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 11.9801467331339 ) ); +#685 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 11.9213033998006 ) ); +#686 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 11.8624600664673 ) ); +#687 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 11.8036167331339 ) ); +#688 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 11.7447733998006 ) ); +#689 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 11.6859300664673 ) ); +#690 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 11.6270867331339 ) ); +#691 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 11.5682433998006 ) ); +#692 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 11.5094000664673 ) ); +#693 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 11.4505567331339 ) ); +#694 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 11.3917133998006 ) ); +#695 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 11.3328700664673 ) ); +#696 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 11.2740267331339 ) ); +#697 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 11.2151833998006 ) ); +#698 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 11.1563400664673 ) ); +#699 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 11.0974967331339 ) ); +#700 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 11.0386533998006 ) ); +#701 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 10.9798100664673 ) ); +#702 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 10.9209667331339 ) ); +#703 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 10.8621233998006 ) ); +#704 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 10.8032800664673 ) ); +#705 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 10.7444367331339 ) ); +#706 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 10.6855933998006 ) ); +#707 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 10.6267500664673 ) ); +#708 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 10.5679067331340 ) ); +#709 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 10.5090633998006 ) ); +#710 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 10.4502200664673 ) ); +#711 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 10.3913767331339 ) ); +#712 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 10.3325333998006 ) ); +#713 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 10.2736900664673 ) ); +#714 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 10.2148467331339 ) ); +#715 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 10.1560033998006 ) ); +#716 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 10.0971600664673 ) ); +#717 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 10.0383167331339 ) ); +#718 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 9.97947339980061 ) ); +#719 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 9.92063006646728 ) ); +#720 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 9.86178673313395 ) ); +#721 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 9.80294339980061 ) ); +#722 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 9.74410006646727 ) ); +#723 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 9.68525673313395 ) ); +#724 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 9.62641339980062 ) ); +#725 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 9.56757006646728 ) ); +#726 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 9.50872673313395 ) ); +#727 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 9.44988339980062 ) ); +#728 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 9.39104006646728 ) ); +#729 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 9.33219673313395 ) ); +#730 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 9.27335339980062 ) ); +#731 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 9.21451006646728 ) ); +#732 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 9.15566673313394 ) ); +#733 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 9.09682339980061 ) ); +#734 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 9.03798006646728 ) ); +#735 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 8.97913673313395 ) ); +#736 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 8.92029339980061 ) ); +#737 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 8.86145006646728 ) ); +#738 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 8.80260673313395 ) ); +#739 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 8.74376339980061 ) ); +#740 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 8.68492006646728 ) ); +#741 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 8.62607673313395 ) ); +#742 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 8.56723339980062 ) ); +#743 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 8.50839006646728 ) ); +#744 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 8.44954673313394 ) ); +#745 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 8.39070339980062 ) ); +#746 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 8.33186006646728 ) ); +#747 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 8.27301673313395 ) ); +#748 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 8.21417339980061 ) ); +#749 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 8.15533006646728 ) ); +#750 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 8.09648673313395 ) ); +#751 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 8.03764339980061 ) ); +#752 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 7.97880006646727 ) ); +#753 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 7.91995673313395 ) ); +#754 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 7.86111339980061 ) ); +#755 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 7.80227006646728 ) ); +#756 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 7.74342673313394 ) ); +#757 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 7.68458339980062 ) ); +#758 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 7.62574006646728 ) ); +#759 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 7.56689673313395 ) ); +#760 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 7.50805339980061 ) ); +#761 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 7.44921006646728 ) ); +#762 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 7.39036673313395 ) ); +#763 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 7.33152339980061 ) ); +#764 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 7.27268006646729 ) ); +#765 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 7.21383673313395 ) ); +#766 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 7.15499339980061 ) ); +#767 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 7.09615006646728 ) ); +#768 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 7.03730673313395 ) ); +#769 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 6.97846339980061 ) ); +#770 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 6.91962006646728 ) ); +#771 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 6.86077673313395 ) ); +#772 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 6.80193339980062 ) ); +#773 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 6.74309006646728 ) ); +#774 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 6.68424673313394 ) ); +#775 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 6.62540339980062 ) ); +#776 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 6.56656006646728 ) ); +#777 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 6.50771673313395 ) ); +#778 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 6.44887339980061 ) ); +#779 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 6.39003006646728 ) ); +#780 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 6.33118673313395 ) ); +#781 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 6.27234339980061 ) ); +#782 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 6.21350006646728 ) ); +#783 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 6.15465673313395 ) ); +#784 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 6.09581339980061 ) ); +#785 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 6.03697006646728 ) ); +#786 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 5.97812673313395 ) ); +#787 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 5.91928339980061 ) ); +#788 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 5.86044006646728 ) ); +#789 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 5.80159673313395 ) ); +#790 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 5.74275339980062 ) ); +#791 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 5.68391006646728 ) ); +#792 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 5.62506673313395 ) ); +#793 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 5.56622339980061 ) ); +#794 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 5.50738006646728 ) ); +#795 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 5.44853673313395 ) ); +#796 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 5.38969339980061 ) ); +#797 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 5.33085006646728 ) ); +#798 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 5.27200673313395 ) ); +#799 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 5.21316339980061 ) ); +#800 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 5.15432006646728 ) ); +#801 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 5.09547673313395 ) ); +#802 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 5.03663339980061 ) ); +#803 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 4.97779006646728 ) ); +#804 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 4.91894673313394 ) ); +#805 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 4.86010339980061 ) ); +#806 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 4.80126006646728 ) ); +#807 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 4.74241673313395 ) ); +#808 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 4.68357339980061 ) ); +#809 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 4.62473006646728 ) ); +#810 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 4.56588673313395 ) ); +#811 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 4.50704339980061 ) ); +#812 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 4.44820006646728 ) ); +#813 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 4.38935673313395 ) ); +#814 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 4.33051339980061 ) ); +#815 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 4.27167006646728 ) ); +#816 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 4.21282673313395 ) ); +#817 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 4.15398339980062 ) ); +#818 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 4.09514006646728 ) ); +#819 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 4.03629673313395 ) ); +#820 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 3.97745339980061 ) ); +#821 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 3.91861006646728 ) ); +#822 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 3.85976673313395 ) ); +#823 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 3.80092339980062 ) ); +#824 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 3.74208006646728 ) ); +#825 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 3.68323673313395 ) ); +#826 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 3.62439339980061 ) ); +#827 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 3.56555006646728 ) ); +#828 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 3.50670673313394 ) ); +#829 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 3.44786339980062 ) ); +#830 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 3.38902006646728 ) ); +#831 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 3.33017673313394 ) ); +#832 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 3.27133339980062 ) ); +#833 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 3.21249006646728 ) ); +#834 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 3.15364673313395 ) ); +#835 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 3.09480339980062 ) ); +#836 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 3.03596006646728 ) ); +#837 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 2.97711673313394 ) ); +#843 = SURFACE_SIDE_STYLE( '', ( #1503 ) ); +#844 = EDGE_LOOP( '', ( #1504, #1505, #1506, #1507 ) ); +#845 = AXIS2_PLACEMENT_3D( '', #1508, #1509, #1510 ); +#846 = SURFACE_SIDE_STYLE( '', ( #1511 ) ); +#847 = EDGE_LOOP( '', ( #1512, #1513, #1514, #1515, #1516, #1517, #1518, #1519, #1520, #1521, #1522, #1523 ) ); +#848 = AXIS2_PLACEMENT_3D( '', #1524, #1525, #1526 ); +#849 = SURFACE_SIDE_STYLE( '', ( #1527 ) ); +#850 = EDGE_LOOP( '', ( #1528 ) ); +#851 = EDGE_LOOP( '', ( #1529 ) ); +#852 = AXIS2_PLACEMENT_3D( '', #1530, #1531, #1532 ); +#853 = SURFACE_SIDE_STYLE( '', ( #1533 ) ); +#854 = EDGE_LOOP( '', ( #1534, #1535, #1536, #1537 ) ); +#855 = AXIS2_PLACEMENT_3D( '', #1538, #1539, #1540 ); +#856 = SURFACE_SIDE_STYLE( '', ( #1541 ) ); +#857 = EDGE_LOOP( '', ( #1542 ) ); +#858 = EDGE_LOOP( '', ( #1543 ) ); +#859 = AXIS2_PLACEMENT_3D( '', #1544, #1545, #1546 ); +#860 = SURFACE_SIDE_STYLE( '', ( #1547 ) ); +#861 = EDGE_LOOP( '', ( #1548 ) ); +#862 = VERTEX_LOOP( '', #1549 ); +#863 = AXIS2_PLACEMENT_3D( '', #1550, #1551, #1552 ); +#864 = SURFACE_SIDE_STYLE( '', ( #1553 ) ); +#865 = EDGE_LOOP( '', ( #1554, #1555, #1556 ) ); +#866 = EDGE_LOOP( '', ( #1557 ) ); +#867 = AXIS2_PLACEMENT_3D( '', #1558, #1559, #1560 ); +#868 = SURFACE_SIDE_STYLE( '', ( #1561 ) ); +#869 = EDGE_LOOP( '', ( #1562 ) ); +#870 = EDGE_LOOP( '', ( #1563 ) ); +#871 = AXIS2_PLACEMENT_3D( '', #1564, #1565, #1566 ); +#872 = SURFACE_SIDE_STYLE( '', ( #1567 ) ); +#873 = EDGE_LOOP( '', ( #1568 ) ); +#874 = EDGE_LOOP( '', ( #1569 ) ); +#875 = AXIS2_PLACEMENT_3D( '', #1570, #1571, #1572 ); +#876 = SURFACE_SIDE_STYLE( '', ( #1573 ) ); +#877 = EDGE_LOOP( '', ( #1574, #1575, #1576, #1577, #1578, #1579, #1580, #1581 ) ); +#878 = AXIS2_PLACEMENT_3D( '', #1582, #1583, #1584 ); +#879 = SURFACE_SIDE_STYLE( '', ( #1585 ) ); +#880 = EDGE_LOOP( '', ( #1586, #1587, #1588, #1589 ) ); +#881 = AXIS2_PLACEMENT_3D( '', #1590, #1591, #1592 ); +#882 = SURFACE_SIDE_STYLE( '', ( #1593 ) ); +#883 = EDGE_LOOP( '', ( #1594, #1595, #1596, #1597 ) ); +#884 = AXIS2_PLACEMENT_3D( '', #1598, #1599, #1600 ); +#885 = SURFACE_SIDE_STYLE( '', ( #1601 ) ); +#886 = EDGE_LOOP( '', ( #1602, #1603, #1604, #1605 ) ); +#887 = AXIS2_PLACEMENT_3D( '', #1606, #1607, #1608 ); +#888 = SURFACE_SIDE_STYLE( '', ( #1609 ) ); +#889 = EDGE_LOOP( '', ( #1610, #1611, #1612, #1613, #1614 ) ); +#890 = AXIS2_PLACEMENT_3D( '', #1615, #1616, #1617 ); +#891 = SURFACE_SIDE_STYLE( '', ( #1618 ) ); +#892 = EDGE_LOOP( '', ( #1619, #1620, #1621 ) ); +#893 = EDGE_LOOP( '', ( #1622 ) ); +#894 = AXIS2_PLACEMENT_3D( '', #1623, #1624, #1625 ); +#895 = SURFACE_SIDE_STYLE( '', ( #1626 ) ); +#896 = EDGE_LOOP( '', ( #1627 ) ); +#897 = EDGE_LOOP( '', ( #1628 ) ); +#898 = AXIS2_PLACEMENT_3D( '', #1629, #1630, #1631 ); +#899 = SURFACE_SIDE_STYLE( '', ( #1632 ) ); +#900 = EDGE_LOOP( '', ( #1633 ) ); +#901 = EDGE_LOOP( '', ( #1634 ) ); +#902 = AXIS2_PLACEMENT_3D( '', #1635, #1636, #1637 ); +#903 = SURFACE_SIDE_STYLE( '', ( #1638 ) ); +#904 = EDGE_LOOP( '', ( #1639 ) ); +#905 = EDGE_LOOP( '', ( #1640, #1641, #1642, #1643 ) ); +#906 = AXIS2_PLACEMENT_3D( '', #1644, #1645, #1646 ); +#907 = SURFACE_SIDE_STYLE( '', ( #1647 ) ); +#908 = EDGE_LOOP( '', ( #1648, #1649, #1650, #1651 ) ); +#909 = AXIS2_PLACEMENT_3D( '', #1652, #1653, #1654 ); +#910 = SURFACE_SIDE_STYLE( '', ( #1655 ) ); +#911 = EDGE_LOOP( '', ( #1656, #1657, #1658, #1659 ) ); +#912 = AXIS2_PLACEMENT_3D( '', #1660, #1661, #1662 ); +#913 = SURFACE_SIDE_STYLE( '', ( #1663 ) ); +#914 = EDGE_LOOP( '', ( #1664, #1665, #1666, #1667, #1668 ) ); +#915 = AXIS2_PLACEMENT_3D( '', #1669, #1670, #1671 ); +#916 = SURFACE_SIDE_STYLE( '', ( #1672 ) ); +#917 = EDGE_LOOP( '', ( #1673, #1674, #1675, #1676, #1677 ) ); +#918 = AXIS2_PLACEMENT_3D( '', #1678, #1679, #1680 ); +#919 = SURFACE_SIDE_STYLE( '', ( #1681 ) ); +#920 = EDGE_LOOP( '', ( #1682 ) ); +#921 = EDGE_LOOP( '', ( #1683 ) ); +#922 = AXIS2_PLACEMENT_3D( '', #1684, #1685, #1686 ); +#923 = SURFACE_SIDE_STYLE( '', ( #1687 ) ); +#924 = EDGE_LOOP( '', ( #1688, #1689, #1690, #1691 ) ); +#925 = AXIS2_PLACEMENT_3D( '', #1692, #1693, #1694 ); +#926 = SURFACE_SIDE_STYLE( '', ( #1695 ) ); +#927 = EDGE_LOOP( '', ( #1696 ) ); +#928 = EDGE_LOOP( '', ( #1697 ) ); +#929 = AXIS2_PLACEMENT_3D( '', #1698, #1699, #1700 ); +#930 = SURFACE_SIDE_STYLE( '', ( #1701 ) ); +#931 = EDGE_LOOP( '', ( #1702, #1703, #1704, #1705 ) ); +#932 = AXIS2_PLACEMENT_3D( '', #1706, #1707, #1708 ); +#933 = SURFACE_SIDE_STYLE( '', ( #1709 ) ); +#934 = EDGE_LOOP( '', ( #1710, #1711, #1712, #1713 ) ); +#935 = AXIS2_PLACEMENT_3D( '', #1714, #1715, #1716 ); +#936 = SURFACE_SIDE_STYLE( '', ( #1717 ) ); +#937 = EDGE_LOOP( '', ( #1718 ) ); +#938 = EDGE_LOOP( '', ( #1719 ) ); +#939 = AXIS2_PLACEMENT_3D( '', #1720, #1721, #1722 ); +#940 = SURFACE_SIDE_STYLE( '', ( #1723 ) ); +#941 = EDGE_LOOP( '', ( #1724, #1725, #1726, #1727 ) ); +#944 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 15.6872767331340 ) ); +#945 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 15.6284333998006 ) ); +#946 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 15.5695900664673 ) ); +#947 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 15.5107467331340 ) ); +#948 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 15.4519033998006 ) ); +#949 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 15.3930600664673 ) ); +#950 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 15.3342167331340 ) ); +#951 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 15.2753733998006 ) ); +#952 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 15.2165300664673 ) ); +#953 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 15.1576867331339 ) ); +#954 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 15.0988433998006 ) ); +#955 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 15.0400000664673 ) ); +#956 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 14.9811567331339 ) ); +#957 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 14.9223133998006 ) ); +#958 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 14.8634700664673 ) ); +#959 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 14.8046267331339 ) ); +#960 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 14.7457833998006 ) ); +#961 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 14.6869400664673 ) ); +#962 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 14.6280967331339 ) ); +#963 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 14.5692533998006 ) ); +#964 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 14.5104100664673 ) ); +#965 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 14.4515667331340 ) ); +#966 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 14.3927233998006 ) ); +#967 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 14.3338800664673 ) ); +#968 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 14.2750367331339 ) ); +#969 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 14.2161933998006 ) ); +#970 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 14.1573500664673 ) ); +#971 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 14.0985067331340 ) ); +#972 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 14.0396633998006 ) ); +#973 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 13.9808200664673 ) ); +#974 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 13.9219767331339 ) ); +#975 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 13.8631333998006 ) ); +#976 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 13.8042900664673 ) ); +#977 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 13.7454467331339 ) ); +#978 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 13.6866033998006 ) ); +#979 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 13.6277600664673 ) ); +#980 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 13.5689167331339 ) ); +#981 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 13.5100733998006 ) ); +#982 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 13.4512300664673 ) ); +#983 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 13.3923867331340 ) ); +#984 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 13.3335433998006 ) ); +#985 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 13.2747000664673 ) ); +#986 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 13.2158567331339 ) ); +#987 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 13.1570133998006 ) ); +#988 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 13.0981700664673 ) ); +#989 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 13.0393267331340 ) ); +#990 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 12.9804833998006 ) ); +#991 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 12.9216400664673 ) ); +#992 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 12.8627967331339 ) ); +#993 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 12.8039533998006 ) ); +#994 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 12.7451100664673 ) ); +#995 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 12.6862667331339 ) ); +#996 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 12.6274233998006 ) ); +#997 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 12.5685800664673 ) ); +#998 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 12.5097367331339 ) ); +#999 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 12.4508933998006 ) ); +#1000 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 12.3920500664673 ) ); +#1001 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 12.3332067331340 ) ); +#1002 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 12.2743633998006 ) ); +#1003 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 12.2155200664673 ) ); +#1004 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 12.1566767331339 ) ); +#1005 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 12.0978333998006 ) ); +#1006 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 12.0389900664673 ) ); +#1007 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 11.9801467331339 ) ); +#1008 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 11.9213033998006 ) ); +#1009 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 11.8624600664673 ) ); +#1010 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 11.8036167331339 ) ); +#1011 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 11.7447733998006 ) ); +#1012 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 11.6859300664673 ) ); +#1013 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 11.6270867331339 ) ); +#1014 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 11.5682433998006 ) ); +#1015 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 11.5094000664673 ) ); +#1016 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 11.4505567331339 ) ); +#1017 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 11.3917133998006 ) ); +#1018 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 11.3328700664673 ) ); +#1019 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 11.2740267331339 ) ); +#1020 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 11.2151833998006 ) ); +#1021 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 11.1563400664673 ) ); +#1022 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 11.0974967331339 ) ); +#1023 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 11.0386533998006 ) ); +#1024 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 10.9798100664673 ) ); +#1025 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 10.9209667331339 ) ); +#1026 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 10.8621233998006 ) ); +#1027 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 10.8032800664673 ) ); +#1028 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 10.7444367331339 ) ); +#1029 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 10.6855933998006 ) ); +#1030 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 10.6267500664673 ) ); +#1031 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 10.5679067331340 ) ); +#1032 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 10.5090633998006 ) ); +#1033 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 10.4502200664673 ) ); +#1034 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 10.3913767331339 ) ); +#1035 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 10.3325333998006 ) ); +#1036 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 10.2736900664673 ) ); +#1037 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 10.2148467331339 ) ); +#1038 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 10.1560033998006 ) ); +#1039 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 10.0971600664673 ) ); +#1040 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 10.0383167331339 ) ); +#1041 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 9.97947339980061 ) ); +#1042 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 9.92063006646728 ) ); +#1043 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 9.86178673313395 ) ); +#1044 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 9.80294339980061 ) ); +#1045 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 9.74410006646727 ) ); +#1046 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 9.68525673313395 ) ); +#1047 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 9.62641339980062 ) ); +#1048 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 9.56757006646728 ) ); +#1049 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 9.50872673313395 ) ); +#1050 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 9.44988339980062 ) ); +#1051 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 9.39104006646728 ) ); +#1052 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 9.33219673313395 ) ); +#1053 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 9.27335339980062 ) ); +#1054 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 9.21451006646728 ) ); +#1055 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 9.15566673313394 ) ); +#1056 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 9.09682339980061 ) ); +#1057 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 9.03798006646728 ) ); +#1058 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 8.97913673313395 ) ); +#1059 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 8.92029339980061 ) ); +#1060 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 8.86145006646728 ) ); +#1061 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 8.80260673313395 ) ); +#1062 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 8.74376339980061 ) ); +#1063 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 8.68492006646728 ) ); +#1064 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 8.62607673313395 ) ); +#1065 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 8.56723339980062 ) ); +#1066 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 8.50839006646728 ) ); +#1067 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 8.44954673313394 ) ); +#1068 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 8.39070339980062 ) ); +#1069 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 8.33186006646728 ) ); +#1070 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 8.27301673313395 ) ); +#1071 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 8.21417339980061 ) ); +#1072 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 8.15533006646728 ) ); +#1073 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 8.09648673313395 ) ); +#1074 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 8.03764339980061 ) ); +#1075 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 7.97880006646727 ) ); +#1076 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 7.91995673313395 ) ); +#1077 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 7.86111339980061 ) ); +#1078 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 7.80227006646728 ) ); +#1079 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 7.74342673313394 ) ); +#1080 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 7.68458339980062 ) ); +#1081 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 7.62574006646728 ) ); +#1082 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 7.56689673313395 ) ); +#1083 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 7.50805339980061 ) ); +#1084 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 7.44921006646728 ) ); +#1085 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 7.39036673313395 ) ); +#1086 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 7.33152339980061 ) ); +#1087 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 7.27268006646729 ) ); +#1088 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 7.21383673313395 ) ); +#1089 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 7.15499339980061 ) ); +#1090 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 7.09615006646728 ) ); +#1091 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 7.03730673313395 ) ); +#1092 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 6.97846339980061 ) ); +#1093 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 6.91962006646728 ) ); +#1094 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 6.86077673313395 ) ); +#1095 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 6.80193339980062 ) ); +#1096 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 6.74309006646728 ) ); +#1097 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 6.68424673313394 ) ); +#1098 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 6.62540339980062 ) ); +#1099 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 6.56656006646728 ) ); +#1100 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 6.50771673313395 ) ); +#1101 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 6.44887339980061 ) ); +#1102 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 6.39003006646728 ) ); +#1103 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 6.33118673313395 ) ); +#1104 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 6.27234339980061 ) ); +#1105 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 6.21350006646728 ) ); +#1106 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 6.15465673313395 ) ); +#1107 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 6.09581339980061 ) ); +#1108 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 6.03697006646728 ) ); +#1109 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 5.97812673313395 ) ); +#1110 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 5.91928339980061 ) ); +#1111 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 5.86044006646728 ) ); +#1112 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 5.80159673313395 ) ); +#1113 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 5.74275339980062 ) ); +#1114 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 5.68391006646728 ) ); +#1115 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 5.62506673313395 ) ); +#1116 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 5.56622339980061 ) ); +#1117 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 5.50738006646728 ) ); +#1118 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 5.44853673313395 ) ); +#1119 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 5.38969339980061 ) ); +#1120 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 5.33085006646728 ) ); +#1121 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 5.27200673313395 ) ); +#1122 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 5.21316339980061 ) ); +#1123 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 5.15432006646728 ) ); +#1124 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 5.09547673313395 ) ); +#1125 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 5.03663339980061 ) ); +#1126 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 4.97779006646728 ) ); +#1127 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 4.91894673313394 ) ); +#1128 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 4.86010339980061 ) ); +#1129 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 4.80126006646728 ) ); +#1130 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 4.74241673313395 ) ); +#1131 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 4.68357339980061 ) ); +#1132 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 4.62473006646728 ) ); +#1133 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 4.56588673313395 ) ); +#1134 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 4.50704339980061 ) ); +#1135 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 4.44820006646728 ) ); +#1136 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 4.38935673313395 ) ); +#1137 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 4.33051339980061 ) ); +#1138 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 4.27167006646728 ) ); +#1139 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 4.21282673313395 ) ); +#1140 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 4.15398339980062 ) ); +#1141 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 4.09514006646728 ) ); +#1142 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 4.03629673313395 ) ); +#1143 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 3.97745339980061 ) ); +#1144 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 3.91861006646728 ) ); +#1145 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 3.85976673313395 ) ); +#1146 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 3.80092339980062 ) ); +#1147 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 3.74208006646728 ) ); +#1148 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 3.68323673313395 ) ); +#1149 = CARTESIAN_POINT( '', ( -2.75590000000000, 1.59111960685969, 3.62439339980061 ) ); +#1150 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028954, 3.56555006646728 ) ); +#1151 = CARTESIAN_POINT( '', ( -1.94855953360131E-016, 3.18223921371938, 3.50670673313394 ) ); +#1152 = CARTESIAN_POINT( '', ( 1.37795000000000, 2.38667941028954, 3.44786339980062 ) ); +#1153 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.59111960685969, 3.38902006646728 ) ); +#1154 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.37500411377019E-016, 3.33017673313394 ) ); +#1155 = CARTESIAN_POINT( '', ( 2.75590000000000, -1.59111960685969, 3.27133339980062 ) ); +#1156 = CARTESIAN_POINT( '', ( 1.37795000000000, -2.38667941028954, 3.21249006646728 ) ); +#1157 = CARTESIAN_POINT( '', ( 5.84567860080394E-016, -3.18223921371938, 3.15364673313395 ) ); +#1158 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 3.09480339980062 ) ); +#1159 = CARTESIAN_POINT( '', ( -2.75590000000000, -1.59111960685969, 3.03596006646728 ) ); +#1160 = CARTESIAN_POINT( '', ( -2.75590000000000, 0.000000000000000, 2.97711673313394 ) ); +#1161 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 15.3342167331340 ) ); +#1162 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 15.2753733998006 ) ); +#1163 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 15.2165300664673 ) ); +#1164 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 15.1576867331339 ) ); +#1165 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 15.0988433998006 ) ); +#1166 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 15.0400000664673 ) ); +#1167 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 14.9811567331339 ) ); +#1168 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 14.9223133998006 ) ); +#1169 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 14.8634700664673 ) ); +#1170 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 14.8046267331339 ) ); +#1171 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 14.7457833998006 ) ); +#1172 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 14.6869400664673 ) ); +#1173 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 14.6280967331339 ) ); +#1174 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 14.5692533998006 ) ); +#1175 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 14.5104100664673 ) ); +#1176 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 14.4515667331340 ) ); +#1177 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 14.3927233998006 ) ); +#1178 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 14.3338800664673 ) ); +#1179 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 14.2750367331339 ) ); +#1180 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 14.2161933998006 ) ); +#1181 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 14.1573500664673 ) ); +#1182 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 14.0985067331340 ) ); +#1183 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 14.0396633998006 ) ); +#1184 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 13.9808200664673 ) ); +#1185 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 13.9219767331339 ) ); +#1186 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 13.8631333998006 ) ); +#1187 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 13.8042900664673 ) ); +#1188 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 13.7454467331339 ) ); +#1189 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 13.6866033998006 ) ); +#1190 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 13.6277600664673 ) ); +#1191 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 13.5689167331339 ) ); +#1192 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 13.5100733998006 ) ); +#1193 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 13.4512300664673 ) ); +#1194 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 13.3923867331340 ) ); +#1195 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 13.3335433998006 ) ); +#1196 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 13.2747000664673 ) ); +#1197 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 13.2158567331339 ) ); +#1198 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 13.1570133998006 ) ); +#1199 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 13.0981700664673 ) ); +#1200 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 13.0393267331340 ) ); +#1201 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 12.9804833998006 ) ); +#1202 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 12.9216400664673 ) ); +#1203 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 12.8627967331339 ) ); +#1204 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 12.8039533998006 ) ); +#1205 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 12.7451100664673 ) ); +#1206 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 12.6862667331339 ) ); +#1207 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 12.6274233998006 ) ); +#1208 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 12.5685800664673 ) ); +#1209 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 12.5097367331339 ) ); +#1210 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 12.4508933998006 ) ); +#1211 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 12.3920500664673 ) ); +#1212 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 12.3332067331340 ) ); +#1213 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 12.2743633998006 ) ); +#1214 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 12.2155200664673 ) ); +#1215 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 12.1566767331339 ) ); +#1216 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 12.0978333998006 ) ); +#1217 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 12.0389900664673 ) ); +#1218 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 11.9801467331339 ) ); +#1219 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 11.9213033998006 ) ); +#1220 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 11.8624600664673 ) ); +#1221 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 11.8036167331339 ) ); +#1222 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 11.7447733998006 ) ); +#1223 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 11.6859300664673 ) ); +#1224 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 11.6270867331339 ) ); +#1225 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 11.5682433998006 ) ); +#1226 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 11.5094000664673 ) ); +#1227 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 11.4505567331339 ) ); +#1228 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 11.3917133998006 ) ); +#1229 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 11.3328700664673 ) ); +#1230 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 11.2740267331339 ) ); +#1231 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 11.2151833998006 ) ); +#1232 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 11.1563400664673 ) ); +#1233 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 11.0974967331339 ) ); +#1234 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 11.0386533998006 ) ); +#1235 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 10.9798100664673 ) ); +#1236 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 10.9209667331339 ) ); +#1237 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 10.8621233998006 ) ); +#1238 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 10.8032800664673 ) ); +#1239 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 10.7444367331339 ) ); +#1240 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 10.6855933998006 ) ); +#1241 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 10.6267500664673 ) ); +#1242 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 10.5679067331340 ) ); +#1243 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 10.5090633998006 ) ); +#1244 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 10.4502200664673 ) ); +#1245 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 10.3913767331339 ) ); +#1246 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 10.3325333998006 ) ); +#1247 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 10.2736900664673 ) ); +#1248 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 10.2148467331339 ) ); +#1249 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 10.1560033998006 ) ); +#1250 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 10.0971600664673 ) ); +#1251 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 10.0383167331339 ) ); +#1252 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 9.97947339980061 ) ); +#1253 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 9.92063006646728 ) ); +#1254 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 9.86178673313395 ) ); +#1255 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 9.80294339980061 ) ); +#1256 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 9.74410006646727 ) ); +#1257 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 9.68525673313395 ) ); +#1258 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 9.62641339980062 ) ); +#1259 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 9.56757006646728 ) ); +#1260 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 9.50872673313395 ) ); +#1261 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 9.44988339980062 ) ); +#1262 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 9.39104006646728 ) ); +#1263 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 9.33219673313395 ) ); +#1264 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 9.27335339980062 ) ); +#1265 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 9.21451006646728 ) ); +#1266 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 9.15566673313394 ) ); +#1267 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 9.09682339980061 ) ); +#1268 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 9.03798006646728 ) ); +#1269 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 8.97913673313395 ) ); +#1270 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 8.92029339980061 ) ); +#1271 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 8.86145006646728 ) ); +#1272 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 8.80260673313395 ) ); +#1273 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 8.74376339980061 ) ); +#1274 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 8.68492006646728 ) ); +#1275 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 8.62607673313395 ) ); +#1276 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 8.56723339980062 ) ); +#1277 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 8.50839006646728 ) ); +#1278 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 8.44954673313394 ) ); +#1279 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 8.39070339980061 ) ); +#1280 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 8.33186006646728 ) ); +#1281 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 8.27301673313395 ) ); +#1282 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 8.21417339980061 ) ); +#1283 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 8.15533006646728 ) ); +#1284 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 8.09648673313395 ) ); +#1285 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 8.03764339980061 ) ); +#1286 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 7.97880006646727 ) ); +#1287 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 7.91995673313395 ) ); +#1288 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 7.86111339980061 ) ); +#1289 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 7.80227006646728 ) ); +#1290 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 7.74342673313394 ) ); +#1291 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 7.68458339980061 ) ); +#1292 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 7.62574006646728 ) ); +#1293 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 7.56689673313395 ) ); +#1294 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 7.50805339980061 ) ); +#1295 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 7.44921006646728 ) ); +#1296 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 7.39036673313395 ) ); +#1297 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 7.33152339980061 ) ); +#1298 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 7.27268006646727 ) ); +#1299 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 7.21383673313395 ) ); +#1300 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 7.15499339980061 ) ); +#1301 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 7.09615006646728 ) ); +#1302 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 7.03730673313395 ) ); +#1303 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 6.97846339980061 ) ); +#1304 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 6.91962006646728 ) ); +#1305 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 6.86077673313395 ) ); +#1306 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 6.80193339980062 ) ); +#1307 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 6.74309006646728 ) ); +#1308 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 6.68424673313394 ) ); +#1309 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 6.62540339980061 ) ); +#1310 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 6.56656006646728 ) ); +#1311 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 6.50771673313395 ) ); +#1312 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 6.44887339980061 ) ); +#1313 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 6.39003006646728 ) ); +#1314 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 6.33118673313395 ) ); +#1315 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 6.27234339980061 ) ); +#1316 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 6.21350006646728 ) ); +#1317 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 6.15465673313395 ) ); +#1318 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 6.09581339980061 ) ); +#1319 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 6.03697006646728 ) ); +#1320 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 5.97812673313394 ) ); +#1321 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 5.91928339980061 ) ); +#1322 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 5.86044006646728 ) ); +#1323 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 5.80159673313395 ) ); +#1324 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 5.74275339980062 ) ); +#1325 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 5.68391006646728 ) ); +#1326 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 5.62506673313395 ) ); +#1327 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 5.56622339980061 ) ); +#1328 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 5.50738006646728 ) ); +#1329 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 5.44853673313395 ) ); +#1330 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 5.38969339980061 ) ); +#1331 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 5.33085006646728 ) ); +#1332 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 5.27200673313395 ) ); +#1333 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 5.21316339980061 ) ); +#1334 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 5.15432006646728 ) ); +#1335 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 5.09547673313395 ) ); +#1336 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 5.03663339980061 ) ); +#1337 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 4.97779006646728 ) ); +#1338 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 4.91894673313394 ) ); +#1339 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 4.86010339980061 ) ); +#1340 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 4.80126006646728 ) ); +#1341 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 4.74241673313395 ) ); +#1342 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 4.68357339980061 ) ); +#1343 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 4.62473006646728 ) ); +#1344 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 4.56588673313395 ) ); +#1345 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 4.50704339980061 ) ); +#1346 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 4.44820006646728 ) ); +#1347 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 4.38935673313395 ) ); +#1348 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 4.33051339980061 ) ); +#1349 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 4.27167006646728 ) ); +#1350 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 4.21282673313395 ) ); +#1351 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 4.15398339980062 ) ); +#1352 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 4.09514006646728 ) ); +#1353 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 4.03629673313394 ) ); +#1354 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 3.97745339980061 ) ); +#1355 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 3.91861006646728 ) ); +#1356 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 3.85976673313395 ) ); +#1357 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 3.80092339980061 ) ); +#1358 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 3.74208006646728 ) ); +#1359 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 3.68323673313395 ) ); +#1360 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 3.62439339980061 ) ); +#1361 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 3.56555006646728 ) ); +#1362 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 3.50670673313394 ) ); +#1363 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 3.44786339980062 ) ); +#1364 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 3.38902006646728 ) ); +#1365 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 3.33017673313394 ) ); +#1366 = CARTESIAN_POINT( '', ( -3.36741785812027, 1.94417960685969, 3.27133339980061 ) ); +#1367 = CARTESIAN_POINT( '', ( -1.68370892906014, 2.91626941028954, 3.21249006646728 ) ); +#1368 = CARTESIAN_POINT( '', ( -2.38093333250828E-016, 3.88835921371938, 3.15364673313394 ) ); +#1369 = CARTESIAN_POINT( '', ( 1.68370892906014, 2.91626941028954, 3.09480339980062 ) ); +#1370 = CARTESIAN_POINT( '', ( 3.36741785812027, 1.94417960685969, 3.03596006646728 ) ); +#1371 = CARTESIAN_POINT( '', ( 3.36741785812027, 4.12389750133862E-016, 2.97711673313394 ) ); +#1372 = CARTESIAN_POINT( '', ( 3.36741785812027, -1.94417960685969, 2.91827339980062 ) ); +#1373 = CARTESIAN_POINT( '', ( 1.68370892906014, -2.91626941028954, 2.85943006646728 ) ); +#1374 = CARTESIAN_POINT( '', ( 7.14279999752483E-016, -3.88835921371938, 2.80058673313395 ) ); +#1375 = CARTESIAN_POINT( '', ( -1.68370892906013, -2.91626941028954, 2.74174339980061 ) ); +#1376 = CARTESIAN_POINT( '', ( -3.36741785812027, -1.94417960685969, 2.68290006646728 ) ); +#1377 = CARTESIAN_POINT( '', ( -3.36741785812027, 0.000000000000000, 2.62405673313395 ) ); +#1383 = SURFACE_SIDE_STYLE( '', ( #1728 ) ); +#1384 = EDGE_LOOP( '', ( #1729, #1730, #1731, #1732 ) ); +#1385 = AXIS2_PLACEMENT_3D( '', #1733, #1734, #1735 ); +#1386 = SURFACE_SIDE_STYLE( '', ( #1736 ) ); +#1387 = EDGE_LOOP( '', ( #1737, #1738, #1739, #1740, #1741, #1742, #1743, #1744, #1745, #1746, #1747, #1748 ) ); +#1388 = AXIS2_PLACEMENT_3D( '', #1749, #1750, #1751 ); +#1389 = SURFACE_SIDE_STYLE( '', ( #1752 ) ); +#1390 = EDGE_LOOP( '', ( #1753 ) ); +#1391 = EDGE_LOOP( '', ( #1754 ) ); +#1392 = AXIS2_PLACEMENT_3D( '', #1755, #1756, #1757 ); +#1393 = SURFACE_SIDE_STYLE( '', ( #1758 ) ); +#1394 = EDGE_LOOP( '', ( #1759, #1760, #1761, #1762, #1763 ) ); +#1395 = AXIS2_PLACEMENT_3D( '', #1764, #1765, #1766 ); +#1396 = SURFACE_SIDE_STYLE( '', ( #1767 ) ); +#1397 = EDGE_LOOP( '', ( #1768, #1769, #1770, #1771 ) ); +#1398 = AXIS2_PLACEMENT_3D( '', #1772, #1773, #1774 ); +#1399 = SURFACE_SIDE_STYLE( '', ( #1775 ) ); +#1400 = EDGE_LOOP( '', ( #1776 ) ); +#1401 = AXIS2_PLACEMENT_3D( '', #1777, #1778, #1779 ); +#1402 = SURFACE_SIDE_STYLE( '', ( #1780 ) ); +#1403 = EDGE_LOOP( '', ( #1781 ) ); +#1404 = EDGE_LOOP( '', ( #1782 ) ); +#1405 = AXIS2_PLACEMENT_3D( '', #1783, #1784, #1785 ); +#1406 = SURFACE_SIDE_STYLE( '', ( #1786 ) ); +#1407 = EDGE_LOOP( '', ( #1787 ) ); +#1408 = EDGE_LOOP( '', ( #1788 ) ); +#1409 = AXIS2_PLACEMENT_3D( '', #1789, #1790, #1791 ); +#1410 = SURFACE_SIDE_STYLE( '', ( #1792 ) ); +#1411 = EDGE_LOOP( '', ( #1793 ) ); +#1412 = EDGE_LOOP( '', ( #1794 ) ); +#1413 = AXIS2_PLACEMENT_3D( '', #1795, #1796, #1797 ); +#1415 = SURFACE_STYLE_FILL_AREA( #1798 ); +#1416 = ORIENTED_EDGE( '', *, *, #1799, .T. ); +#1417 = ORIENTED_EDGE( '', *, *, #1800, .F. ); +#1418 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1419 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1420 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1421 = SURFACE_STYLE_FILL_AREA( #1801 ); +#1422 = ORIENTED_EDGE( '', *, *, #1802, .T. ); +#1423 = ORIENTED_EDGE( '', *, *, #1803, .F. ); +#1424 = ORIENTED_EDGE( '', *, *, #1804, .F. ); +#1425 = ORIENTED_EDGE( '', *, *, #1805, .F. ); +#1426 = ORIENTED_EDGE( '', *, *, #1806, .T. ); +#1427 = ORIENTED_EDGE( '', *, *, #1807, .T. ); +#1428 = ORIENTED_EDGE( '', *, *, #1808, .F. ); +#1429 = ORIENTED_EDGE( '', *, *, #1809, .T. ); +#1430 = ORIENTED_EDGE( '', *, *, #1810, .T. ); +#1431 = ORIENTED_EDGE( '', *, *, #1811, .T. ); +#1432 = ORIENTED_EDGE( '', *, *, #1812, .F. ); +#1433 = ORIENTED_EDGE( '', *, *, #1813, .F. ); +#1434 = ORIENTED_EDGE( '', *, *, #1814, .F. ); +#1435 = ORIENTED_EDGE( '', *, *, #1815, .F. ); +#1436 = ORIENTED_EDGE( '', *, *, #1816, .F. ); +#1437 = ORIENTED_EDGE( '', *, *, #1817, .F. ); +#1438 = ORIENTED_EDGE( '', *, *, #1818, .F. ); +#1439 = CARTESIAN_POINT( '', ( 2.17170000000000, 0.000000000000000, 0.000000000000000 ) ); +#1440 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1441 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1442 = SURFACE_STYLE_FILL_AREA( #1819 ); +#1443 = ORIENTED_EDGE( '', *, *, #1820, .T. ); +#1444 = ORIENTED_EDGE( '', *, *, #1821, .F. ); +#1445 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1446 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1447 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1448 = SURFACE_STYLE_FILL_AREA( #1822 ); +#1449 = ORIENTED_EDGE( '', *, *, #1823, .F. ); +#1450 = ORIENTED_EDGE( '', *, *, #1824, .F. ); +#1451 = ORIENTED_EDGE( '', *, *, #1825, .F. ); +#1452 = ORIENTED_EDGE( '', *, *, #1826, .F. ); +#1453 = CARTESIAN_POINT( '', ( -4.37407813962120E-015, 3.96754652397526E-030, -4.74980000000000 ) ); +#1454 = DIRECTION( '', ( 0.707106781186548, -6.41387502057514E-016, -0.707106781186547 ) ); +#1455 = DIRECTION( '', ( 9.07058904146337E-016, 1.00000000000000, 0.000000000000000 ) ); +#1456 = SURFACE_STYLE_FILL_AREA( #1827 ); +#1457 = ORIENTED_EDGE( '', *, *, #1800, .T. ); +#1458 = ORIENTED_EDGE( '', *, *, #1828, .F. ); +#1459 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 0.127000000000000 ) ); +#1460 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1461 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1462 = SURFACE_STYLE_FILL_AREA( #1829 ); +#1463 = ORIENTED_EDGE( '', *, *, #1830, .T. ); +#1464 = ORIENTED_EDGE( '', *, *, #1831, .F. ); +#1465 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 7.59460000000000 ) ); +#1466 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1467 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1468 = SURFACE_STYLE_FILL_AREA( #1832 ); +#1469 = ORIENTED_EDGE( '', *, *, #1833, .F. ); +#1470 = ORIENTED_EDGE( '', *, *, #1834, .T. ); +#1471 = ORIENTED_EDGE( '', *, *, #1835, .T. ); +#1472 = ORIENTED_EDGE( '', *, *, #1809, .F. ); +#1473 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, -4.74980000000000 ) ); +#1474 = DIRECTION( '', ( 1.00000000000000, 9.60415310272593E-016, 0.000000000000000 ) ); +#1475 = DIRECTION( '', ( -9.60415310272593E-016, 1.00000000000000, 0.000000000000000 ) ); +#1476 = SURFACE_STYLE_FILL_AREA( #1836 ); +#1477 = ORIENTED_EDGE( '', *, *, #1837, .F. ); +#1478 = ORIENTED_EDGE( '', *, *, #1838, .F. ); +#1479 = ORIENTED_EDGE( '', *, *, #1839, .F. ); +#1480 = ORIENTED_EDGE( '', *, *, #1840, .F. ); +#1481 = CARTESIAN_POINT( '', ( 2.48920000000000, -4.25007251614316E-015, -4.74980000000000 ) ); +#1482 = DIRECTION( '', ( -0.707106781186548, 1.20731765093179E-015, -0.707106781186547 ) ); +#1483 = DIRECTION( '', ( -1.70740499604017E-015, -1.00000000000000, -1.39452223873684E-031 ) ); +#1484 = SURFACE_STYLE_FILL_AREA( #1841 ); +#1485 = ORIENTED_EDGE( '', *, *, #1842, .T. ); +#1486 = ORIENTED_EDGE( '', *, *, #1840, .T. ); +#1487 = ORIENTED_EDGE( '', *, *, #1843, .T. ); +#1488 = ORIENTED_EDGE( '', *, *, #1844, .T. ); +#1489 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#1490 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1491 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1492 = SURFACE_STYLE_FILL_AREA( #1845 ); +#1493 = ORIENTED_EDGE( '', *, *, #1846, .T. ); +#1494 = ORIENTED_EDGE( '', *, *, #1847, .F. ); +#1495 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1496 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1497 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1498 = SURFACE_STYLE_FILL_AREA( #1848 ); +#1499 = ORIENTED_EDGE( '', *, *, #1849, .T. ); +#1500 = ORIENTED_EDGE( '', *, *, #1850, .F. ); +#1501 = ORIENTED_EDGE( '', *, *, #1851, .T. ); +#1502 = ORIENTED_EDGE( '', *, *, #1852, .F. ); +#1503 = SURFACE_STYLE_FILL_AREA( #1853 ); +#1504 = ORIENTED_EDGE( '', *, *, #1854, .F. ); +#1505 = ORIENTED_EDGE( '', *, *, #1838, .T. ); +#1506 = ORIENTED_EDGE( '', *, *, #1855, .T. ); +#1507 = ORIENTED_EDGE( '', *, *, #1803, .T. ); +#1508 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, -4.74980000000000 ) ); +#1509 = DIRECTION( '', ( 1.00000000000000, -1.70740499604017E-015, 0.000000000000000 ) ); +#1510 = DIRECTION( '', ( 1.70740499604017E-015, 1.00000000000000, 0.000000000000000 ) ); +#1511 = SURFACE_STYLE_FILL_AREA( #1856 ); +#1512 = ORIENTED_EDGE( '', *, *, #1857, .F. ); +#1513 = ORIENTED_EDGE( '', *, *, #1858, .T. ); +#1514 = ORIENTED_EDGE( '', *, *, #1859, .T. ); +#1515 = ORIENTED_EDGE( '', *, *, #1860, .F. ); +#1516 = ORIENTED_EDGE( '', *, *, #1861, .T. ); +#1517 = ORIENTED_EDGE( '', *, *, #1862, .T. ); +#1518 = ORIENTED_EDGE( '', *, *, #1812, .T. ); +#1519 = ORIENTED_EDGE( '', *, *, #1863, .F. ); +#1520 = ORIENTED_EDGE( '', *, *, #1864, .T. ); +#1521 = ORIENTED_EDGE( '', *, *, #1865, .T. ); +#1522 = ORIENTED_EDGE( '', *, *, #1833, .T. ); +#1523 = ORIENTED_EDGE( '', *, *, #1808, .T. ); +#1524 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 2.31548741851186 ) ); +#1525 = DIRECTION( '', ( 1.09449038207703E-016, 1.00000000000000, 0.000000000000000 ) ); +#1526 = DIRECTION( '', ( -1.00000000000000, 1.09449038207703E-016, 0.000000000000000 ) ); +#1527 = SURFACE_STYLE_FILL_AREA( #1866 ); +#1528 = ORIENTED_EDGE( '', *, *, #1828, .T. ); +#1529 = ORIENTED_EDGE( '', *, *, #1802, .F. ); +#1530 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1531 = DIRECTION( '', ( -0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1532 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1533 = SURFACE_STYLE_FILL_AREA( #1867 ); +#1534 = ORIENTED_EDGE( '', *, *, #1868, .T. ); +#1535 = ORIENTED_EDGE( '', *, *, #1869, .T. ); +#1536 = ORIENTED_EDGE( '', *, *, #1813, .T. ); +#1537 = ORIENTED_EDGE( '', *, *, #1862, .F. ); +#1538 = CARTESIAN_POINT( '', ( -3.96240000000000, 4.76250000000000, 2.31548741851186 ) ); +#1539 = DIRECTION( '', ( 1.00000000000000, -9.10615997888088E-017, 0.000000000000000 ) ); +#1540 = DIRECTION( '', ( 9.10615997888088E-017, 1.00000000000000, 0.000000000000000 ) ); +#1541 = SURFACE_STYLE_FILL_AREA( #1870 ); +#1542 = ORIENTED_EDGE( '', *, *, #1871, .T. ); +#1543 = ORIENTED_EDGE( '', *, *, #1872, .F. ); +#1544 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1545 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1546 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1547 = SURFACE_STYLE_FILL_AREA( #1873 ); +#1548 = ORIENTED_EDGE( '', *, *, #1821, .T. ); +#1549 = VERTEX_POINT( '', #1874 ); +#1550 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 427.256465879389 ) ); +#1551 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, 1.00000000000000 ) ); +#1552 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1553 = SURFACE_STYLE_FILL_AREA( #1875 ); +#1554 = ORIENTED_EDGE( '', *, *, #1849, .F. ); +#1555 = ORIENTED_EDGE( '', *, *, #1876, .F. ); +#1556 = ORIENTED_EDGE( '', *, *, #1877, .T. ); +#1557 = ORIENTED_EDGE( '', *, *, #1871, .F. ); +#1558 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 8.76300000000000 ) ); +#1559 = DIRECTION( '', ( -0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1560 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1561 = SURFACE_STYLE_FILL_AREA( #1878 ); +#1562 = ORIENTED_EDGE( '', *, *, #1879, .T. ); +#1563 = ORIENTED_EDGE( '', *, *, #1880, .F. ); +#1564 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1565 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1566 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1567 = SURFACE_STYLE_FILL_AREA( #1881 ); +#1568 = ORIENTED_EDGE( '', *, *, #1882, .F. ); +#1569 = ORIENTED_EDGE( '', *, *, #1846, .F. ); +#1570 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 2.03200000000000 ) ); +#1571 = DIRECTION( '', ( -0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1572 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1573 = SURFACE_STYLE_FILL_AREA( #1883 ); +#1574 = ORIENTED_EDGE( '', *, *, #1884, .T. ); +#1575 = ORIENTED_EDGE( '', *, *, #1860, .T. ); +#1576 = ORIENTED_EDGE( '', *, *, #1885, .T. ); +#1577 = ORIENTED_EDGE( '', *, *, #1886, .T. ); +#1578 = ORIENTED_EDGE( '', *, *, #1805, .T. ); +#1579 = ORIENTED_EDGE( '', *, *, #1887, .F. ); +#1580 = ORIENTED_EDGE( '', *, *, #1844, .F. ); +#1581 = ORIENTED_EDGE( '', *, *, #1888, .F. ); +#1582 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, 2.31548741851186 ) ); +#1583 = DIRECTION( '', ( -1.00000000000000, 9.10615997888088E-017, 0.000000000000000 ) ); +#1584 = DIRECTION( '', ( -9.10615997888088E-017, -1.00000000000000, 0.000000000000000 ) ); +#1585 = SURFACE_STYLE_FILL_AREA( #1889 ); +#1586 = ORIENTED_EDGE( '', *, *, #1890, .F. ); +#1587 = ORIENTED_EDGE( '', *, *, #1824, .T. ); +#1588 = ORIENTED_EDGE( '', *, *, #1891, .T. ); +#1589 = ORIENTED_EDGE( '', *, *, #1817, .T. ); +#1590 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, -4.74980000000000 ) ); +#1591 = DIRECTION( '', ( -1.00000000000000, 9.07058904146337E-016, 0.000000000000000 ) ); +#1592 = DIRECTION( '', ( -9.07058904146337E-016, -1.00000000000000, 0.000000000000000 ) ); +#1593 = SURFACE_STYLE_FILL_AREA( #1892 ); +#1594 = ORIENTED_EDGE( '', *, *, #1815, .T. ); +#1595 = ORIENTED_EDGE( '', *, *, #1893, .F. ); +#1596 = ORIENTED_EDGE( '', *, *, #1894, .F. ); +#1597 = ORIENTED_EDGE( '', *, *, #1895, .T. ); +#1598 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, -4.74980000000000 ) ); +#1599 = DIRECTION( '', ( 1.00000000000000, -1.17384093477761E-015, 0.000000000000000 ) ); +#1600 = DIRECTION( '', ( 1.17384093477761E-015, 1.00000000000000, 0.000000000000000 ) ); +#1601 = SURFACE_STYLE_FILL_AREA( #1896 ); +#1602 = ORIENTED_EDGE( '', *, *, #1897, .F. ); +#1603 = ORIENTED_EDGE( '', *, *, #1898, .T. ); +#1604 = ORIENTED_EDGE( '', *, *, #1857, .T. ); +#1605 = ORIENTED_EDGE( '', *, *, #1807, .F. ); +#1606 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, -4.74980000000000 ) ); +#1607 = DIRECTION( '', ( -1.00000000000000, -1.28055374703012E-015, 0.000000000000000 ) ); +#1608 = DIRECTION( '', ( 1.28055374703012E-015, -1.00000000000000, 0.000000000000000 ) ); +#1609 = SURFACE_STYLE_FILL_AREA( #1899 ); +#1610 = ORIENTED_EDGE( '', *, *, #1855, .F. ); +#1611 = ORIENTED_EDGE( '', *, *, #1837, .T. ); +#1612 = ORIENTED_EDGE( '', *, *, #1842, .F. ); +#1613 = ORIENTED_EDGE( '', *, *, #1887, .T. ); +#1614 = ORIENTED_EDGE( '', *, *, #1804, .T. ); +#1615 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, -4.74980000000000 ) ); +#1616 = DIRECTION( '', ( 0.000000000000000, 1.00000000000000, 0.000000000000000 ) ); +#1617 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1618 = SURFACE_STYLE_FILL_AREA( #1900 ); +#1619 = ORIENTED_EDGE( '', *, *, #1851, .F. ); +#1620 = ORIENTED_EDGE( '', *, *, #1901, .F. ); +#1621 = ORIENTED_EDGE( '', *, *, #1902, .F. ); +#1622 = ORIENTED_EDGE( '', *, *, #1847, .T. ); +#1623 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 4.95300000000000 ) ); +#1624 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, 1.00000000000000 ) ); +#1625 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1626 = SURFACE_STYLE_FILL_AREA( #1903 ); +#1627 = ORIENTED_EDGE( '', *, *, #1880, .T. ); +#1628 = ORIENTED_EDGE( '', *, *, #1820, .F. ); +#1629 = CARTESIAN_POINT( '', ( 0.635000000000000, 0.000000000000000, 7.39140000000000 ) ); +#1630 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1631 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1632 = SURFACE_STYLE_FILL_AREA( #1904 ); +#1633 = ORIENTED_EDGE( '', *, *, #1872, .T. ); +#1634 = ORIENTED_EDGE( '', *, *, #1905, .F. ); +#1635 = CARTESIAN_POINT( '', ( 2.33680000000000, 0.000000000000000, 9.52500000000000 ) ); +#1636 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1637 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1638 = SURFACE_STYLE_FILL_AREA( #1906 ); +#1639 = ORIENTED_EDGE( '', *, *, #1882, .T. ); +#1640 = ORIENTED_EDGE( '', *, *, #1907, .F. ); +#1641 = ORIENTED_EDGE( '', *, *, #1868, .F. ); +#1642 = ORIENTED_EDGE( '', *, *, #1861, .F. ); +#1643 = ORIENTED_EDGE( '', *, *, #1884, .F. ); +#1644 = CARTESIAN_POINT( '', ( 6.85800000000000, 0.000000000000000, 1.65100000000000 ) ); +#1645 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1646 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1647 = SURFACE_STYLE_FILL_AREA( #1908 ); +#1648 = ORIENTED_EDGE( '', *, *, #1859, .F. ); +#1649 = ORIENTED_EDGE( '', *, *, #1909, .T. ); +#1650 = ORIENTED_EDGE( '', *, *, #1910, .F. ); +#1651 = ORIENTED_EDGE( '', *, *, #1885, .F. ); +#1652 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#1653 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1654 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1655 = SURFACE_STYLE_FILL_AREA( #1911 ); +#1656 = ORIENTED_EDGE( '', *, *, #1901, .T. ); +#1657 = ORIENTED_EDGE( '', *, *, #1850, .T. ); +#1658 = ORIENTED_EDGE( '', *, *, #1877, .F. ); +#1659 = ORIENTED_EDGE( '', *, *, #1912, .T. ); +#1660 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1661 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1662 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1663 = SURFACE_STYLE_FILL_AREA( #1913 ); +#1664 = ORIENTED_EDGE( '', *, *, #1910, .T. ); +#1665 = ORIENTED_EDGE( '', *, *, #1914, .T. ); +#1666 = ORIENTED_EDGE( '', *, *, #1897, .T. ); +#1667 = ORIENTED_EDGE( '', *, *, #1806, .F. ); +#1668 = ORIENTED_EDGE( '', *, *, #1886, .F. ); +#1669 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, -4.74980000000000 ) ); +#1670 = DIRECTION( '', ( 0.000000000000000, 1.00000000000000, 0.000000000000000 ) ); +#1671 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1672 = SURFACE_STYLE_FILL_AREA( #1915 ); +#1673 = ORIENTED_EDGE( '', *, *, #1916, .F. ); +#1674 = ORIENTED_EDGE( '', *, *, #1825, .T. ); +#1675 = ORIENTED_EDGE( '', *, *, #1890, .T. ); +#1676 = ORIENTED_EDGE( '', *, *, #1816, .T. ); +#1677 = ORIENTED_EDGE( '', *, *, #1895, .F. ); +#1678 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, -4.74980000000000 ) ); +#1679 = DIRECTION( '', ( 0.000000000000000, 1.00000000000000, 0.000000000000000 ) ); +#1680 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1681 = SURFACE_STYLE_FILL_AREA( #1917 ); +#1682 = ORIENTED_EDGE( '', *, *, #1918, .T. ); +#1683 = ORIENTED_EDGE( '', *, *, #1919, .F. ); +#1684 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1685 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1686 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1687 = SURFACE_STYLE_FILL_AREA( #1920 ); +#1688 = ORIENTED_EDGE( '', *, *, #1914, .F. ); +#1689 = ORIENTED_EDGE( '', *, *, #1909, .F. ); +#1690 = ORIENTED_EDGE( '', *, *, #1858, .F. ); +#1691 = ORIENTED_EDGE( '', *, *, #1898, .F. ); +#1692 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, -4.36880000000000 ) ); +#1693 = DIRECTION( '', ( -0.707106781186548, -9.05488238198844E-016, -0.707106781186547 ) ); +#1694 = DIRECTION( '', ( -1.28055374703012E-015, 1.00000000000000, 1.39452223873684E-031 ) ); +#1695 = SURFACE_STYLE_FILL_AREA( #1921 ); +#1696 = ORIENTED_EDGE( '', *, *, #1922, .T. ); +#1697 = ORIENTED_EDGE( '', *, *, #1879, .F. ); +#1698 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 7.46760000000000 ) ); +#1699 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1700 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1701 = SURFACE_STYLE_FILL_AREA( #1923 ); +#1702 = ORIENTED_EDGE( '', *, *, #1865, .F. ); +#1703 = ORIENTED_EDGE( '', *, *, #1924, .F. ); +#1704 = ORIENTED_EDGE( '', *, *, #1925, .F. ); +#1705 = ORIENTED_EDGE( '', *, *, #1834, .F. ); +#1706 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, -4.36880000000000 ) ); +#1707 = DIRECTION( '', ( 0.707106781186548, 6.79116178649132E-016, -0.707106781186547 ) ); +#1708 = DIRECTION( '', ( 9.60415310272592E-016, -1.00000000000000, 6.97261119368419E-031 ) ); +#1709 = SURFACE_STYLE_FILL_AREA( #1926 ); +#1710 = ORIENTED_EDGE( '', *, *, #1927, .F. ); +#1711 = ORIENTED_EDGE( '', *, *, #1924, .T. ); +#1712 = ORIENTED_EDGE( '', *, *, #1864, .F. ); +#1713 = ORIENTED_EDGE( '', *, *, #1928, .F. ); +#1714 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#1715 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1716 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1717 = SURFACE_STYLE_FILL_AREA( #1929 ); +#1718 = ORIENTED_EDGE( '', *, *, #1930, .F. ); +#1719 = ORIENTED_EDGE( '', *, *, #1918, .F. ); +#1720 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.62280000000000 ) ); +#1721 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, 1.00000000000000 ) ); +#1722 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1723 = SURFACE_STYLE_FILL_AREA( #1931 ); +#1724 = ORIENTED_EDGE( '', *, *, #1876, .T. ); +#1725 = ORIENTED_EDGE( '', *, *, #1852, .T. ); +#1726 = ORIENTED_EDGE( '', *, *, #1902, .T. ); +#1727 = ORIENTED_EDGE( '', *, *, #1912, .F. ); +#1728 = SURFACE_STYLE_FILL_AREA( #1932 ); +#1729 = ORIENTED_EDGE( '', *, *, #1811, .F. ); +#1730 = ORIENTED_EDGE( '', *, *, #1933, .F. ); +#1731 = ORIENTED_EDGE( '', *, *, #1928, .T. ); +#1732 = ORIENTED_EDGE( '', *, *, #1863, .T. ); +#1733 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, -4.74980000000000 ) ); +#1734 = DIRECTION( '', ( -1.00000000000000, -1.17384093477761E-015, 0.000000000000000 ) ); +#1735 = DIRECTION( '', ( 1.17384093477761E-015, -1.00000000000000, 0.000000000000000 ) ); +#1736 = SURFACE_STYLE_FILL_AREA( #1934 ); +#1737 = ORIENTED_EDGE( '', *, *, #1843, .F. ); +#1738 = ORIENTED_EDGE( '', *, *, #1839, .T. ); +#1739 = ORIENTED_EDGE( '', *, *, #1854, .T. ); +#1740 = ORIENTED_EDGE( '', *, *, #1818, .T. ); +#1741 = ORIENTED_EDGE( '', *, *, #1891, .F. ); +#1742 = ORIENTED_EDGE( '', *, *, #1823, .T. ); +#1743 = ORIENTED_EDGE( '', *, *, #1935, .F. ); +#1744 = ORIENTED_EDGE( '', *, *, #1893, .T. ); +#1745 = ORIENTED_EDGE( '', *, *, #1814, .T. ); +#1746 = ORIENTED_EDGE( '', *, *, #1869, .F. ); +#1747 = ORIENTED_EDGE( '', *, *, #1907, .T. ); +#1748 = ORIENTED_EDGE( '', *, *, #1888, .T. ); +#1749 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, 2.31548741851186 ) ); +#1750 = DIRECTION( '', ( 0.000000000000000, -1.00000000000000, 0.000000000000000 ) ); +#1751 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1752 = SURFACE_STYLE_FILL_AREA( #1936 ); +#1753 = ORIENTED_EDGE( '', *, *, #1831, .T. ); +#1754 = ORIENTED_EDGE( '', *, *, #1922, .F. ); +#1755 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1756 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1757 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1758 = SURFACE_STYLE_FILL_AREA( #1937 ); +#1759 = ORIENTED_EDGE( '', *, *, #1835, .F. ); +#1760 = ORIENTED_EDGE( '', *, *, #1925, .T. ); +#1761 = ORIENTED_EDGE( '', *, *, #1927, .T. ); +#1762 = ORIENTED_EDGE( '', *, *, #1933, .T. ); +#1763 = ORIENTED_EDGE( '', *, *, #1810, .F. ); +#1764 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, -4.74980000000000 ) ); +#1765 = DIRECTION( '', ( 0.000000000000000, 1.00000000000000, 0.000000000000000 ) ); +#1766 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#1767 = SURFACE_STYLE_FILL_AREA( #1938 ); +#1768 = ORIENTED_EDGE( '', *, *, #1935, .T. ); +#1769 = ORIENTED_EDGE( '', *, *, #1826, .T. ); +#1770 = ORIENTED_EDGE( '', *, *, #1916, .T. ); +#1771 = ORIENTED_EDGE( '', *, *, #1894, .T. ); +#1772 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#1773 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1774 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1775 = SURFACE_STYLE_FILL_AREA( #1939 ); +#1776 = ORIENTED_EDGE( '', *, *, #1930, .T. ); +#1777 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#1778 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1779 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1780 = SURFACE_STYLE_FILL_AREA( #1940 ); +#1781 = ORIENTED_EDGE( '', *, *, #1919, .T. ); +#1782 = ORIENTED_EDGE( '', *, *, #1941, .F. ); +#1783 = CARTESIAN_POINT( '', ( 0.558520410832612, 0.000000000000000, 0.177800000000000 ) ); +#1784 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#1785 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1786 = SURFACE_STYLE_FILL_AREA( #1942 ); +#1787 = ORIENTED_EDGE( '', *, *, #1941, .T. ); +#1788 = ORIENTED_EDGE( '', *, *, #1799, .F. ); +#1789 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.242023218304129 ) ); +#1790 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, 1.00000000000000 ) ); +#1791 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1792 = SURFACE_STYLE_FILL_AREA( #1943 ); +#1793 = ORIENTED_EDGE( '', *, *, #1905, .T. ); +#1794 = ORIENTED_EDGE( '', *, *, #1830, .F. ); +#1795 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1796 = DIRECTION( '', ( -0.000000000000000, -0.000000000000000, -1.00000000000000 ) ); +#1797 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#1798 = FILL_AREA_STYLE( '', ( #1944 ) ); +#1799 = EDGE_CURVE( '', #1945, #1945, #1946, .T. ); +#1800 = EDGE_CURVE( '', #1947, #1947, #1948, .T. ); +#1801 = FILL_AREA_STYLE( '', ( #1949 ) ); +#1802 = EDGE_CURVE( '', #1950, #1950, #1951, .T. ); +#1803 = EDGE_CURVE( '', #1952, #1953, #1954, .T. ); +#1804 = EDGE_CURVE( '', #1955, #1952, #1956, .T. ); +#1805 = EDGE_CURVE( '', #1957, #1955, #1958, .T. ); +#1806 = EDGE_CURVE( '', #1957, #1959, #1960, .T. ); +#1807 = EDGE_CURVE( '', #1959, #1961, #1962, .T. ); +#1808 = EDGE_CURVE( '', #1963, #1961, #1964, .T. ); +#1809 = EDGE_CURVE( '', #1963, #1965, #1966, .T. ); +#1810 = EDGE_CURVE( '', #1965, #1967, #1968, .T. ); +#1811 = EDGE_CURVE( '', #1967, #1969, #1970, .T. ); +#1812 = EDGE_CURVE( '', #1971, #1969, #1972, .T. ); +#1813 = EDGE_CURVE( '', #1973, #1971, #1974, .T. ); +#1814 = EDGE_CURVE( '', #1975, #1973, #1976, .T. ); +#1815 = EDGE_CURVE( '', #1977, #1975, #1978, .T. ); +#1816 = EDGE_CURVE( '', #1979, #1977, #1980, .T. ); +#1817 = EDGE_CURVE( '', #1981, #1979, #1982, .T. ); +#1818 = EDGE_CURVE( '', #1953, #1981, #1983, .T. ); +#1819 = FILL_AREA_STYLE( '', ( #1984 ) ); +#1820 = EDGE_CURVE( '', #1985, #1985, #1986, .T. ); +#1821 = EDGE_CURVE( '', #1987, #1987, #1988, .T. ); +#1822 = FILL_AREA_STYLE( '', ( #1989 ) ); +#1823 = EDGE_CURVE( '', #1990, #1991, #1992, .T. ); +#1824 = EDGE_CURVE( '', #1993, #1990, #1994, .T. ); +#1825 = EDGE_CURVE( '', #1995, #1993, #1996, .T. ); +#1826 = EDGE_CURVE( '', #1991, #1995, #1997, .T. ); +#1827 = FILL_AREA_STYLE( '', ( #1998 ) ); +#1828 = EDGE_CURVE( '', #1999, #1999, #2000, .T. ); +#1829 = FILL_AREA_STYLE( '', ( #2001 ) ); +#1830 = EDGE_CURVE( '', #2002, #2002, #2003, .T. ); +#1831 = EDGE_CURVE( '', #2004, #2004, #2005, .T. ); +#1832 = FILL_AREA_STYLE( '', ( #2006 ) ); +#1833 = EDGE_CURVE( '', #2007, #1963, #2008, .T. ); +#1834 = EDGE_CURVE( '', #2007, #2009, #2010, .T. ); +#1835 = EDGE_CURVE( '', #2009, #1965, #2011, .T. ); +#1836 = FILL_AREA_STYLE( '', ( #2012 ) ); +#1837 = EDGE_CURVE( '', #2013, #2014, #2015, .T. ); +#1838 = EDGE_CURVE( '', #2016, #2013, #2017, .T. ); +#1839 = EDGE_CURVE( '', #2018, #2016, #2019, .T. ); +#1840 = EDGE_CURVE( '', #2014, #2018, #2020, .T. ); +#1841 = FILL_AREA_STYLE( '', ( #2021 ) ); +#1842 = EDGE_CURVE( '', #2022, #2014, #2023, .T. ); +#1843 = EDGE_CURVE( '', #2018, #2024, #2025, .T. ); +#1844 = EDGE_CURVE( '', #2024, #2022, #2026, .T. ); +#1845 = FILL_AREA_STYLE( '', ( #2027 ) ); +#1846 = EDGE_CURVE( '', #2028, #2028, #2029, .T. ); +#1847 = EDGE_CURVE( '', #2030, #2030, #2031, .T. ); +#1848 = FILL_AREA_STYLE( '', ( #2032 ) ); +#1849 = EDGE_CURVE( '', #2033, #2034, #2035, .T. ); +#1850 = EDGE_CURVE( '', #2036, #2034, #2037, .F. ); +#1851 = EDGE_CURVE( '', #2036, #2038, #2039, .T. ); +#1852 = EDGE_CURVE( '', #2033, #2038, #2040, .T. ); +#1853 = FILL_AREA_STYLE( '', ( #2041 ) ); +#1854 = EDGE_CURVE( '', #2016, #1953, #2042, .T. ); +#1855 = EDGE_CURVE( '', #2013, #1952, #2043, .T. ); +#1856 = FILL_AREA_STYLE( '', ( #2044 ) ); +#1857 = EDGE_CURVE( '', #2045, #1961, #2046, .T. ); +#1858 = EDGE_CURVE( '', #2045, #2047, #2048, .T. ); +#1859 = EDGE_CURVE( '', #2047, #2049, #2050, .T. ); +#1860 = EDGE_CURVE( '', #2051, #2049, #2052, .T. ); +#1861 = EDGE_CURVE( '', #2051, #2053, #2054, .T. ); +#1862 = EDGE_CURVE( '', #2053, #1971, #2055, .T. ); +#1863 = EDGE_CURVE( '', #2056, #1969, #2057, .T. ); +#1864 = EDGE_CURVE( '', #2056, #2058, #2059, .T. ); +#1865 = EDGE_CURVE( '', #2058, #2007, #2060, .T. ); +#1866 = FILL_AREA_STYLE( '', ( #2061 ) ); +#1867 = FILL_AREA_STYLE( '', ( #2062 ) ); +#1868 = EDGE_CURVE( '', #2053, #2063, #2064, .T. ); +#1869 = EDGE_CURVE( '', #2063, #1973, #2065, .T. ); +#1870 = FILL_AREA_STYLE( '', ( #2066 ) ); +#1871 = EDGE_CURVE( '', #2067, #2067, #2068, .T. ); +#1872 = EDGE_CURVE( '', #2069, #2069, #2070, .T. ); +#1873 = FILL_AREA_STYLE( '', ( #2071 ) ); +#1874 = CARTESIAN_POINT( '', ( 2.16840434497101E-016, 0.000000000000000, 4.63820413869153 ) ); +#1875 = FILL_AREA_STYLE( '', ( #2072 ) ); +#1876 = EDGE_CURVE( '', #2073, #2033, #2074, .T. ); +#1877 = EDGE_CURVE( '', #2073, #2034, #2075, .T. ); +#1878 = FILL_AREA_STYLE( '', ( #2076 ) ); +#1879 = EDGE_CURVE( '', #2077, #2077, #2078, .T. ); +#1880 = EDGE_CURVE( '', #2079, #2079, #2080, .T. ); +#1881 = FILL_AREA_STYLE( '', ( #2081 ) ); +#1882 = EDGE_CURVE( '', #2082, #2082, #2083, .F. ); +#1883 = FILL_AREA_STYLE( '', ( #2084 ) ); +#1884 = EDGE_CURVE( '', #2085, #2051, #2086, .T. ); +#1885 = EDGE_CURVE( '', #2049, #2087, #2088, .T. ); +#1886 = EDGE_CURVE( '', #2087, #1957, #2089, .T. ); +#1887 = EDGE_CURVE( '', #2022, #1955, #2090, .T. ); +#1888 = EDGE_CURVE( '', #2085, #2024, #2091, .T. ); +#1889 = FILL_AREA_STYLE( '', ( #2092 ) ); +#1890 = EDGE_CURVE( '', #1993, #1979, #2093, .T. ); +#1891 = EDGE_CURVE( '', #1990, #1981, #2094, .T. ); +#1892 = FILL_AREA_STYLE( '', ( #2095 ) ); +#1893 = EDGE_CURVE( '', #2096, #1975, #2097, .T. ); +#1894 = EDGE_CURVE( '', #2098, #2096, #2099, .T. ); +#1895 = EDGE_CURVE( '', #2098, #1977, #2100, .T. ); +#1896 = FILL_AREA_STYLE( '', ( #2101 ) ); +#1897 = EDGE_CURVE( '', #2102, #1959, #2103, .T. ); +#1898 = EDGE_CURVE( '', #2102, #2045, #2104, .T. ); +#1899 = FILL_AREA_STYLE( '', ( #2105 ) ); +#1900 = FILL_AREA_STYLE( '', ( #2106 ) ); +#1901 = EDGE_CURVE( '', #2107, #2036, #2108, .T. ); +#1902 = EDGE_CURVE( '', #2038, #2107, #2109, .T. ); +#1903 = FILL_AREA_STYLE( '', ( #2110 ) ); +#1904 = FILL_AREA_STYLE( '', ( #2111 ) ); +#1905 = EDGE_CURVE( '', #2112, #2112, #2113, .T. ); +#1906 = FILL_AREA_STYLE( '', ( #2114 ) ); +#1907 = EDGE_CURVE( '', #2063, #2085, #2115, .T. ); +#1908 = FILL_AREA_STYLE( '', ( #2116 ) ); +#1909 = EDGE_CURVE( '', #2047, #2117, #2118, .T. ); +#1910 = EDGE_CURVE( '', #2087, #2117, #2119, .T. ); +#1911 = FILL_AREA_STYLE( '', ( #2120 ) ); +#1912 = EDGE_CURVE( '', #2073, #2107, #2121, .T. ); +#1913 = FILL_AREA_STYLE( '', ( #2122 ) ); +#1914 = EDGE_CURVE( '', #2117, #2102, #2123, .T. ); +#1915 = FILL_AREA_STYLE( '', ( #2124 ) ); +#1916 = EDGE_CURVE( '', #1995, #2098, #2125, .T. ); +#1917 = FILL_AREA_STYLE( '', ( #2126 ) ); +#1918 = EDGE_CURVE( '', #2127, #2127, #2128, .F. ); +#1919 = EDGE_CURVE( '', #2129, #2129, #2130, .T. ); +#1920 = FILL_AREA_STYLE( '', ( #2131 ) ); +#1921 = FILL_AREA_STYLE( '', ( #2132 ) ); +#1922 = EDGE_CURVE( '', #2133, #2133, #2134, .T. ); +#1923 = FILL_AREA_STYLE( '', ( #2135 ) ); +#1924 = EDGE_CURVE( '', #2136, #2058, #2137, .T. ); +#1925 = EDGE_CURVE( '', #2009, #2136, #2138, .T. ); +#1926 = FILL_AREA_STYLE( '', ( #2139 ) ); +#1927 = EDGE_CURVE( '', #2136, #2140, #2141, .T. ); +#1928 = EDGE_CURVE( '', #2140, #2056, #2142, .T. ); +#1929 = FILL_AREA_STYLE( '', ( #2143 ) ); +#1930 = EDGE_CURVE( '', #2144, #2144, #2145, .T. ); +#1931 = FILL_AREA_STYLE( '', ( #2146 ) ); +#1932 = FILL_AREA_STYLE( '', ( #2147 ) ); +#1933 = EDGE_CURVE( '', #2140, #1967, #2148, .T. ); +#1934 = FILL_AREA_STYLE( '', ( #2149 ) ); +#1935 = EDGE_CURVE( '', #2096, #1991, #2150, .T. ); +#1936 = FILL_AREA_STYLE( '', ( #2151 ) ); +#1937 = FILL_AREA_STYLE( '', ( #2152 ) ); +#1938 = FILL_AREA_STYLE( '', ( #2153 ) ); +#1939 = FILL_AREA_STYLE( '', ( #2154 ) ); +#1940 = FILL_AREA_STYLE( '', ( #2155 ) ); +#1941 = EDGE_CURVE( '', #2156, #2156, #2157, .T. ); +#1942 = FILL_AREA_STYLE( '', ( #2158 ) ); +#1943 = FILL_AREA_STYLE( '', ( #2159 ) ); +#1944 = FILL_AREA_STYLE_COLOUR( '', #2160 ); +#1945 = VERTEX_POINT( '', #2161 ); +#1946 = CIRCLE( '', #2162, 0.635000000000000 ); +#1947 = VERTEX_POINT( '', #2163 ); +#1948 = CIRCLE( '', #2164, 0.635000000000000 ); +#1949 = FILL_AREA_STYLE_COLOUR( '', #2165 ); +#1950 = VERTEX_POINT( '', #2166 ); +#1951 = CIRCLE( '', #2167, 2.17170000000000 ); +#1952 = VERTEX_POINT( '', #2168 ); +#1953 = VERTEX_POINT( '', #2169 ); +#1954 = LINE( '', #2170, #2171 ); +#1955 = VERTEX_POINT( '', #2172 ); +#1956 = LINE( '', #2173, #2174 ); +#1957 = VERTEX_POINT( '', #2175 ); +#1958 = LINE( '', #2176, #2177 ); +#1959 = VERTEX_POINT( '', #2178 ); +#1960 = LINE( '', #2179, #2180 ); +#1961 = VERTEX_POINT( '', #2181 ); +#1962 = LINE( '', #2182, #2183 ); +#1963 = VERTEX_POINT( '', #2184 ); +#1964 = LINE( '', #2185, #2186 ); +#1965 = VERTEX_POINT( '', #2187 ); +#1966 = LINE( '', #2188, #2189 ); +#1967 = VERTEX_POINT( '', #2190 ); +#1968 = LINE( '', #2191, #2192 ); +#1969 = VERTEX_POINT( '', #2193 ); +#1970 = LINE( '', #2194, #2195 ); +#1971 = VERTEX_POINT( '', #2196 ); +#1972 = LINE( '', #2197, #2198 ); +#1973 = VERTEX_POINT( '', #2199 ); +#1974 = LINE( '', #2200, #2201 ); +#1975 = VERTEX_POINT( '', #2202 ); +#1976 = LINE( '', #2203, #2204 ); +#1977 = VERTEX_POINT( '', #2205 ); +#1978 = LINE( '', #2206, #2207 ); +#1979 = VERTEX_POINT( '', #2208 ); +#1980 = LINE( '', #2209, #2210 ); +#1981 = VERTEX_POINT( '', #2211 ); +#1982 = LINE( '', #2212, #2213 ); +#1983 = LINE( '', #2214, #2215 ); +#1984 = FILL_AREA_STYLE_COLOUR( '', #2216 ); +#1985 = VERTEX_POINT( '', #2217 ); +#1986 = CIRCLE( '', #2218, 0.457200000000000 ); +#1987 = VERTEX_POINT( '', #2219 ); +#1988 = CIRCLE( '', #2220, 0.457200000000000 ); +#1989 = FILL_AREA_STYLE_COLOUR( '', #2221 ); +#1990 = VERTEX_POINT( '', #2222 ); +#1991 = VERTEX_POINT( '', #2223 ); +#1992 = LINE( '', #2224, #2225 ); +#1993 = VERTEX_POINT( '', #2226 ); +#1994 = LINE( '', #2227, #2228 ); +#1995 = VERTEX_POINT( '', #2229 ); +#1996 = LINE( '', #2230, #2231 ); +#1997 = LINE( '', #2232, #2233 ); +#1998 = FILL_AREA_STYLE_COLOUR( '', #2234 ); +#1999 = VERTEX_POINT( '', #2235 ); +#2000 = CIRCLE( '', #2236, 2.04470000000000 ); +#2001 = FILL_AREA_STYLE_COLOUR( '', #2237 ); +#2002 = VERTEX_POINT( '', #2238 ); +#2003 = CIRCLE( '', #2239, 2.33680000000000 ); +#2004 = VERTEX_POINT( '', #2240 ); +#2005 = CIRCLE( '', #2241, 2.04470000000000 ); +#2006 = FILL_AREA_STYLE_COLOUR( '', #2242 ); +#2007 = VERTEX_POINT( '', #2243 ); +#2008 = LINE( '', #2244, #2245 ); +#2009 = VERTEX_POINT( '', #2246 ); +#2010 = LINE( '', #2247, #2248 ); +#2011 = LINE( '', #2249, #2250 ); +#2012 = FILL_AREA_STYLE_COLOUR( '', #2251 ); +#2013 = VERTEX_POINT( '', #2252 ); +#2014 = VERTEX_POINT( '', #2253 ); +#2015 = LINE( '', #2254, #2255 ); +#2016 = VERTEX_POINT( '', #2256 ); +#2017 = LINE( '', #2257, #2258 ); +#2018 = VERTEX_POINT( '', #2259 ); +#2019 = LINE( '', #2260, #2261 ); +#2020 = LINE( '', #2262, #2263 ); +#2021 = FILL_AREA_STYLE_COLOUR( '', #2264 ); +#2022 = VERTEX_POINT( '', #2265 ); +#2023 = LINE( '', #2266, #2267 ); +#2024 = VERTEX_POINT( '', #2268 ); +#2025 = LINE( '', #2269, #2270 ); +#2026 = LINE( '', #2271, #2272 ); +#2027 = FILL_AREA_STYLE_COLOUR( '', #2273 ); +#2028 = VERTEX_POINT( '', #2274 ); +#2029 = CIRCLE( '', #2275, 2.54000000000000 ); +#2030 = VERTEX_POINT( '', #2276 ); +#2031 = CIRCLE( '', #2277, 2.54000000000000 ); +#2032 = FILL_AREA_STYLE_COLOUR( '', #2278 ); +#2033 = VERTEX_POINT( '', #2279 ); +#2034 = VERTEX_POINT( '', #2280 ); +#2035 = B_SPLINE_CURVE_WITH_KNOTS( '', 3, ( #2281, #2282, #2283, #2284, #2285, #2286, #2287, #2288, #2289, #2290, #2291, #2292, #2293, #2294, #2295, #2296, #2297, #2298, #2299, #2300, #2301, #2302, #2303, #2304, #2305, #2306, #2307, #2308, #2309, #2310, #2311, #2312, #2313, #2314, #2315, #2316, #2317, #2318, #2319, #2320, #2321, #2322, #2323, #2324, #2325, #2326, #2327, #2328, #2329, #2330, #2331, #2332, #2333, #2334, #2335, #2336, #2337, #2338, #2339, #2340, #2341, #2342 ), .UNSPECIFIED., .F., .F., ( 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4 ), ( 8.80810008766198E-017, 0.000544450687028203, 0.00108890137405632, 0.00163335206108443, 0.00217780274811255, 0.00272225343514066, 0.00326670412216878, 0.00381115480919689, 0.00435560549622500, 0.00490005618325312, 0.00544450687028123, 0.00598895755730935, 0.00653340824433746, 0.00707785893136558, 0.00762230961839369, 0.00816676030542181, 0.00871121099244992, 0.00925566167947803, 0.00980011236650615, 0.0103445630535343, 0.0108890137405624, 0.0119779151146186, 0.0130668164886748, 0.0136112671757029, 0.0141557178627311, 0.0147001685497592, 0.0152446192367873, 0.0157890699238154, 0.0163335206108435, 0.0168779712978716, 0.0174224219848997 ), .UNSPECIFIED. ); +#2036 = VERTEX_POINT( '', #2343 ); +#2037 = ( BOUNDED_CURVE( )B_SPLINE_CURVE( 2, ( #2346, #2347, #2348, #2349, #2350, #2351, #2352, #2353, #2354, #2355, #2356, #2357, #2358, #2359, #2360, #2361, #2362, #2363, #2364, #2365, #2366, #2367, #2368, #2369, #2370, #2371, #2372, #2373, #2374, #2375, #2376, #2377, #2378, #2379, #2380, #2381, #2382, #2383, #2384, #2385, #2386, #2387, #2388, #2389, #2390, #2391, #2392, #2393, #2394, #2395, #2396, #2397, #2398, #2399, #2400, #2401, #2402, #2403, #2404, #2405, #2406 ), .UNSPECIFIED., .F., .F. )B_SPLINE_CURVE_WITH_KNOTS( ( 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3 ), ( 0.601780395393842, 0.601851851851852, 0.611111111111111, 0.620370370370370, 0.629629629629630, 0.638888888888889, 0.648148148148148, 0.657407407407407, 0.666666666666667, 0.675925925925926, 0.685185185185185, 0.694444444444444, 0.703703703703704, 0.712962962962963, 0.722222222222222, 0.731481481481482, 0.740740740740741, 0.750000000000000, 0.759259259259259, 0.768518518518519, 0.777777777777778, 0.787037037037037, 0.796296296296296, 0.805555555555556, 0.814814814814815, 0.824074074074074, 0.833333333333333, 0.842592592592593, 0.851851851851852, 0.861111111111111, 0.863696848116220 ), .UNSPECIFIED. )CURVE( )GEOMETRIC_REPRESENTATION_ITEM( )RATIONAL_B_SPLINE_CURVE( ( 0.997948114540826, 0.998966078188236, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.962586308312659, 0.946068881517555 ) )REPRESENTATION_ITEM( '' ) ); +#2038 = VERTEX_POINT( '', #2412 ); +#2039 = B_SPLINE_CURVE_WITH_KNOTS( '', 3, ( #2413, #2414, #2415, #2416, #2417, #2418, #2419, #2420, #2421, #2422, #2423, #2424, #2425, #2426, #2427, #2428 ), .UNSPECIFIED., .F., .F., ( 4, 2, 2, 2, 2, 2, 2, 4 ), ( 0.000000000000000, 0.000579028495745394, 0.00115805699149079, 0.00173708548723618, 0.00231611398298158, 0.00289514247872697, 0.00347417097447237, 0.00463222796596315 ), .UNSPECIFIED. ); +#2040 = ( BOUNDED_CURVE( )B_SPLINE_CURVE( 2, ( #2431, #2432, #2433, #2434, #2435, #2436, #2437, #2438, #2439, #2440, #2441, #2442, #2443, #2444, #2445, #2446, #2447, #2448, #2449, #2450, #2451, #2452, #2453, #2454, #2455, #2456, #2457, #2458, #2459, #2460, #2461, #2462, #2463, #2464, #2465, #2466, #2467, #2468, #2469, #2470, #2471, #2472, #2473, #2474, #2475, #2476, #2477, #2478, #2479, #2480, #2481, #2482, #2483, #2484, #2485, #2486, #2487, #2488, #2489, #2490, #2491, #2492, #2493, #2494, #2495, #2496, #2497, #2498, #2499, #2500, #2501, #2502, #2503 ), .UNSPECIFIED., .F., .F. )B_SPLINE_CURVE_WITH_KNOTS( ( 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3 ), ( 0.549851520574915, 0.555555555555556, 0.564814814814815, 0.574074074074074, 0.583333333333333, 0.592592592592593, 0.601851851851852, 0.611111111111111, 0.620370370370370, 0.629629629629630, 0.638888888888889, 0.648148148148148, 0.657407407407407, 0.666666666666667, 0.675925925925926, 0.685185185185185, 0.694444444444444, 0.703703703703704, 0.712962962962963, 0.722222222222222, 0.731481481481482, 0.740740740740741, 0.750000000000000, 0.759259259259259, 0.768518518518519, 0.777777777777778, 0.787037037037037, 0.796296296296296, 0.805555555555556, 0.814814814814815, 0.824074074074074, 0.833333333333333, 0.842592592592593, 0.851851851851852, 0.861111111111111, 0.870370370370370, 0.877393089009849 ), .UNSPECIFIED. )CURVE( )GEOMETRIC_REPRESENTATION_ITEM( )RATIONAL_B_SPLINE_CURVE( ( 0.936620450674117, 0.917466855400280, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.898386483441560, 0.950911244422830 ) )REPRESENTATION_ITEM( '' ) ); +#2041 = FILL_AREA_STYLE_COLOUR( '', #2509 ); +#2042 = LINE( '', #2510, #2511 ); +#2043 = LINE( '', #2512, #2513 ); +#2044 = FILL_AREA_STYLE_COLOUR( '', #2514 ); +#2045 = VERTEX_POINT( '', #2515 ); +#2046 = LINE( '', #2516, #2517 ); +#2047 = VERTEX_POINT( '', #2518 ); +#2048 = LINE( '', #2519, #2520 ); +#2049 = VERTEX_POINT( '', #2521 ); +#2050 = LINE( '', #2522, #2523 ); +#2051 = VERTEX_POINT( '', #2524 ); +#2052 = LINE( '', #2525, #2526 ); +#2053 = VERTEX_POINT( '', #2527 ); +#2054 = LINE( '', #2528, #2529 ); +#2055 = LINE( '', #2530, #2531 ); +#2056 = VERTEX_POINT( '', #2532 ); +#2057 = LINE( '', #2533, #2534 ); +#2058 = VERTEX_POINT( '', #2535 ); +#2059 = LINE( '', #2536, #2537 ); +#2060 = LINE( '', #2538, #2539 ); +#2061 = FILL_AREA_STYLE_COLOUR( '', #2540 ); +#2062 = FILL_AREA_STYLE_COLOUR( '', #2541 ); +#2063 = VERTEX_POINT( '', #2542 ); +#2064 = LINE( '', #2543, #2544 ); +#2065 = LINE( '', #2545, #2546 ); +#2066 = FILL_AREA_STYLE_COLOUR( '', #2547 ); +#2067 = VERTEX_POINT( '', #2548 ); +#2068 = CIRCLE( '', #2549, 2.69240000000000 ); +#2069 = VERTEX_POINT( '', #2550 ); +#2070 = CIRCLE( '', #2551, 2.69240000000000 ); +#2071 = FILL_AREA_STYLE_COLOUR( '', #2552 ); +#2072 = FILL_AREA_STYLE_COLOUR( '', #2553 ); +#2073 = VERTEX_POINT( '', #2554 ); +#2074 = B_SPLINE_CURVE_WITH_KNOTS( '', 3, ( #2555, #2556, #2557, #2558, #2559, #2560, #2561, #2562, #2563, #2564, #2565, #2566, #2567, #2568, #2569, #2570 ), .UNSPECIFIED., .F., .F., ( 4, 2, 2, 2, 2, 2, 2, 4 ), ( 3.10801260893794E-017, 0.000580703865140163, 0.00116140773028030, 0.00174211159542043, 0.00232281546056056, 0.00290351932570069, 0.00348422319084082, 0.00464563092112109 ), .UNSPECIFIED. ); +#2075 = CIRCLE( '', #2571, 3.17500000000000 ); +#2076 = FILL_AREA_STYLE_COLOUR( '', #2572 ); +#2077 = VERTEX_POINT( '', #2573 ); +#2078 = CIRCLE( '', #2574, 0.635000000000000 ); +#2079 = VERTEX_POINT( '', #2575 ); +#2080 = CIRCLE( '', #2576, 0.635000000000000 ); +#2081 = FILL_AREA_STYLE_COLOUR( '', #2577 ); +#2082 = VERTEX_POINT( '', #2578 ); +#2083 = CIRCLE( '', #2579, 2.92100000000000 ); +#2084 = FILL_AREA_STYLE_COLOUR( '', #2580 ); +#2085 = VERTEX_POINT( '', #2581 ); +#2086 = LINE( '', #2582, #2583 ); +#2087 = VERTEX_POINT( '', #2584 ); +#2088 = LINE( '', #2585, #2586 ); +#2089 = LINE( '', #2587, #2588 ); +#2090 = LINE( '', #2589, #2590 ); +#2091 = LINE( '', #2591, #2592 ); +#2092 = FILL_AREA_STYLE_COLOUR( '', #2593 ); +#2093 = LINE( '', #2594, #2595 ); +#2094 = LINE( '', #2596, #2597 ); +#2095 = FILL_AREA_STYLE_COLOUR( '', #2598 ); +#2096 = VERTEX_POINT( '', #2599 ); +#2097 = LINE( '', #2600, #2601 ); +#2098 = VERTEX_POINT( '', #2602 ); +#2099 = LINE( '', #2603, #2604 ); +#2100 = LINE( '', #2605, #2606 ); +#2101 = FILL_AREA_STYLE_COLOUR( '', #2607 ); +#2102 = VERTEX_POINT( '', #2608 ); +#2103 = LINE( '', #2609, #2610 ); +#2104 = LINE( '', #2611, #2612 ); +#2105 = FILL_AREA_STYLE_COLOUR( '', #2613 ); +#2106 = FILL_AREA_STYLE_COLOUR( '', #2614 ); +#2107 = VERTEX_POINT( '', #2615 ); +#2108 = CIRCLE( '', #2616, 3.17500000000000 ); +#2109 = B_SPLINE_CURVE_WITH_KNOTS( '', 3, ( #2617, #2618, #2619, #2620, #2621, #2622, #2623, #2624, #2625, #2626, #2627, #2628, #2629, #2630, #2631, #2632, #2633, #2634, #2635, #2636, #2637, #2638, #2639, #2640, #2641, #2642, #2643, #2644, #2645, #2646, #2647, #2648, #2649, #2650, #2651, #2652, #2653, #2654, #2655, #2656, #2657, #2658, #2659, #2660, #2661, #2662, #2663, #2664, #2665, #2666, #2667, #2668, #2669, #2670, #2671, #2672, #2673, #2674, #2675, #2676 ), .UNSPECIFIED., .F., .F., ( 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4 ), ( 0.000000000000000, 0.000543394418066905, 0.00108678883613381, 0.00163018325420072, 0.00217357767226762, 0.00326036650840143, 0.00380376092646834, 0.00434715534453524, 0.00489054976260215, 0.00543394418066905, 0.00597733859873596, 0.00652073301680286, 0.00706412743486977, 0.00760752185293667, 0.00815091627100358, 0.00869431068907048, 0.00923770510713739, 0.00978109952520429, 0.0103244939432712, 0.0108678883613381, 0.0114112827794050, 0.0119546771974719, 0.0130414660336057, 0.0141282548697395, 0.0146716492878064, 0.0152150437058733, 0.0157584381239403, 0.0163018325420072, 0.0168452269600741, 0.0173886213781410 ), .UNSPECIFIED. ); +#2110 = FILL_AREA_STYLE_COLOUR( '', #2677 ); +#2111 = FILL_AREA_STYLE_COLOUR( '', #2678 ); +#2112 = VERTEX_POINT( '', #2679 ); +#2113 = CIRCLE( '', #2680, 2.33680000000000 ); +#2114 = FILL_AREA_STYLE_COLOUR( '', #2681 ); +#2115 = LINE( '', #2682, #2683 ); +#2116 = FILL_AREA_STYLE_COLOUR( '', #2684 ); +#2117 = VERTEX_POINT( '', #2685 ); +#2118 = LINE( '', #2686, #2687 ); +#2119 = LINE( '', #2688, #2689 ); +#2120 = FILL_AREA_STYLE_COLOUR( '', #2690 ); +#2121 = ( BOUNDED_CURVE( )B_SPLINE_CURVE( 2, ( #2693, #2694, #2695, #2696, #2697, #2698, #2699, #2700, #2701, #2702, #2703, #2704, #2705, #2706, #2707, #2708, #2709, #2710, #2711, #2712, #2713, #2714, #2715, #2716, #2717, #2718, #2719, #2720, #2721, #2722, #2723, #2724, #2725, #2726, #2727, #2728, #2729, #2730, #2731, #2732, #2733, #2734, #2735, #2736, #2737, #2738, #2739, #2740, #2741, #2742, #2743, #2744, #2745, #2746, #2747, #2748, #2749, #2750, #2751, #2752, #2753 ), .UNSPECIFIED., .F., .F. )B_SPLINE_CURVE_WITH_KNOTS( ( 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3 ), ( 0.563607891639106, 0.564814814814815, 0.574074074074074, 0.583333333333333, 0.592592592592593, 0.601851851851852, 0.611111111111111, 0.620370370370370, 0.629629629629630, 0.638888888888889, 0.648148148148148, 0.657407407407407, 0.666666666666667, 0.675925925925926, 0.685185185185185, 0.694444444444444, 0.703703703703704, 0.712962962962963, 0.722222222222222, 0.731481481481482, 0.740740740740741, 0.750000000000000, 0.759259259259259, 0.768518518518519, 0.777777777777778, 0.787037037037037, 0.796296296296296, 0.805555555555556, 0.814814814814815, 0.824074074074074, 0.825625178525611 ), .UNSPECIFIED. )CURVE( )GEOMETRIC_REPRESENTATION_ITEM( )RATIONAL_B_SPLINE_CURVE( ( 0.969626035348877, 0.982536719126090, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.866025403784439, 1.00000000000000, 0.977556672001055, 0.962632724330867 ) )REPRESENTATION_ITEM( '' ) ); +#2122 = FILL_AREA_STYLE_COLOUR( '', #2759 ); +#2123 = LINE( '', #2760, #2761 ); +#2124 = FILL_AREA_STYLE_COLOUR( '', #2762 ); +#2125 = LINE( '', #2763, #2764 ); +#2126 = FILL_AREA_STYLE_COLOUR( '', #2765 ); +#2127 = VERTEX_POINT( '', #2766 ); +#2128 = CIRCLE( '', #2767, 0.381000000000000 ); +#2129 = VERTEX_POINT( '', #2768 ); +#2130 = CIRCLE( '', #2769, 0.381000000000000 ); +#2131 = FILL_AREA_STYLE_COLOUR( '', #2770 ); +#2132 = FILL_AREA_STYLE_COLOUR( '', #2771 ); +#2133 = VERTEX_POINT( '', #2772 ); +#2134 = CIRCLE( '', #2773, 2.04470000000000 ); +#2135 = FILL_AREA_STYLE_COLOUR( '', #2774 ); +#2136 = VERTEX_POINT( '', #2775 ); +#2137 = LINE( '', #2776, #2777 ); +#2138 = LINE( '', #2778, #2779 ); +#2139 = FILL_AREA_STYLE_COLOUR( '', #2780 ); +#2140 = VERTEX_POINT( '', #2781 ); +#2141 = LINE( '', #2782, #2783 ); +#2142 = LINE( '', #2784, #2785 ); +#2143 = FILL_AREA_STYLE_COLOUR( '', #2786 ); +#2144 = VERTEX_POINT( '', #2787 ); +#2145 = CIRCLE( '', #2788, 0.254000000000000 ); +#2146 = FILL_AREA_STYLE_COLOUR( '', #2789 ); +#2147 = FILL_AREA_STYLE_COLOUR( '', #2790 ); +#2148 = LINE( '', #2791, #2792 ); +#2149 = FILL_AREA_STYLE_COLOUR( '', #2793 ); +#2150 = LINE( '', #2794, #2795 ); +#2151 = FILL_AREA_STYLE_COLOUR( '', #2796 ); +#2152 = FILL_AREA_STYLE_COLOUR( '', #2797 ); +#2153 = FILL_AREA_STYLE_COLOUR( '', #2798 ); +#2154 = FILL_AREA_STYLE_COLOUR( '', #2799 ); +#2155 = FILL_AREA_STYLE_COLOUR( '', #2800 ); +#2156 = VERTEX_POINT( '', #2801 ); +#2157 = CIRCLE( '', #2802, 0.558520410832612 ); +#2158 = FILL_AREA_STYLE_COLOUR( '', #2803 ); +#2159 = FILL_AREA_STYLE_COLOUR( '', #2804 ); +#2160 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2161 = CARTESIAN_POINT( '', ( 0.635000000000000, 0.000000000000000, 0.242023218304129 ) ); +#2162 = AXIS2_PLACEMENT_3D( '', #2805, #2806, #2807 ); +#2163 = CARTESIAN_POINT( '', ( 0.635000000000000, 0.000000000000000, 0.127000000000000 ) ); +#2164 = AXIS2_PLACEMENT_3D( '', #2808, #2809, #2810 ); +#2165 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2166 = CARTESIAN_POINT( '', ( 2.17170000000000, 0.000000000000000, 0.000000000000000 ) ); +#2167 = AXIS2_PLACEMENT_3D( '', #2811, #2812, #2813 ); +#2168 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, 0.000000000000000 ) ); +#2169 = CARTESIAN_POINT( '', ( 2.10820000000000, 4.76250000000000, 0.000000000000000 ) ); +#2170 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, 0.000000000000000 ) ); +#2171 = VECTOR( '', #2814, 1000.00000000000 ); +#2172 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, 0.000000000000000 ) ); +#2173 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, 0.000000000000000 ) ); +#2174 = VECTOR( '', #2815, 1000.00000000000 ); +#2175 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, 0.000000000000000 ) ); +#2176 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, 0.000000000000000 ) ); +#2177 = VECTOR( '', #2816, 1000.00000000000 ); +#2178 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, 0.000000000000000 ) ); +#2179 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, 0.000000000000000 ) ); +#2180 = VECTOR( '', #2817, 1000.00000000000 ); +#2181 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, 0.000000000000000 ) ); +#2182 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, 0.000000000000000 ) ); +#2183 = VECTOR( '', #2818, 1000.00000000000 ); +#2184 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, 0.000000000000000 ) ); +#2185 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 0.000000000000000 ) ); +#2186 = VECTOR( '', #2819, 1000.00000000000 ); +#2187 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, 0.000000000000000 ) ); +#2188 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, 0.000000000000000 ) ); +#2189 = VECTOR( '', #2820, 1000.00000000000 ); +#2190 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, 0.000000000000000 ) ); +#2191 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, 0.000000000000000 ) ); +#2192 = VECTOR( '', #2821, 1000.00000000000 ); +#2193 = CARTESIAN_POINT( '', ( -0.635000000000000, -4.76250000000000, 0.000000000000000 ) ); +#2194 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, 0.000000000000000 ) ); +#2195 = VECTOR( '', #2822, 1000.00000000000 ); +#2196 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 0.000000000000000 ) ); +#2197 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 0.000000000000000 ) ); +#2198 = VECTOR( '', #2823, 1000.00000000000 ); +#2199 = CARTESIAN_POINT( '', ( -3.96240000000000, 4.76250000000000, 0.000000000000000 ) ); +#2200 = CARTESIAN_POINT( '', ( -3.96240000000000, 4.76250000000000, 0.000000000000000 ) ); +#2201 = VECTOR( '', #2824, 1000.00000000000 ); +#2202 = CARTESIAN_POINT( '', ( -0.635000000000000, 4.76250000000000, 0.000000000000000 ) ); +#2203 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, 0.000000000000000 ) ); +#2204 = VECTOR( '', #2825, 1000.00000000000 ); +#2205 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, 0.000000000000000 ) ); +#2206 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, 0.000000000000000 ) ); +#2207 = VECTOR( '', #2826, 1000.00000000000 ); +#2208 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, 0.000000000000000 ) ); +#2209 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, 0.000000000000000 ) ); +#2210 = VECTOR( '', #2827, 1000.00000000000 ); +#2211 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, 0.000000000000000 ) ); +#2212 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, 0.000000000000000 ) ); +#2213 = VECTOR( '', #2828, 1000.00000000000 ); +#2214 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, 0.000000000000000 ) ); +#2215 = VECTOR( '', #2829, 1000.00000000000 ); +#2216 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2217 = CARTESIAN_POINT( '', ( 0.457200000000000, 0.000000000000000, 7.39140000000000 ) ); +#2218 = AXIS2_PLACEMENT_3D( '', #2830, #2831, #2832 ); +#2219 = CARTESIAN_POINT( '', ( 0.457200000000000, 0.000000000000000, 4.85140000000000 ) ); +#2220 = AXIS2_PLACEMENT_3D( '', #2833, #2834, #2835 ); +#2221 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2222 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, -4.36880000000000 ) ); +#2223 = CARTESIAN_POINT( '', ( -4.45115813782135E-016, 4.76250000000000, -4.74980000000000 ) ); +#2224 = CARTESIAN_POINT( '', ( -2.21414412412274E-015, 4.76250000000000, -4.74980000000000 ) ); +#2225 = VECTOR( '', #2836, 1000.00000000000 ); +#2226 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, -4.36880000000000 ) ); +#2227 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, -4.36880000000000 ) ); +#2228 = VECTOR( '', #2837, 1000.00000000000 ); +#2229 = CARTESIAN_POINT( '', ( -9.26230527822577E-016, 3.74650000000000, -4.74980000000000 ) ); +#2230 = CARTESIAN_POINT( '', ( -2.67493004742908E-015, 3.74650000000000, -4.74980000000000 ) ); +#2231 = VECTOR( '', #2838, 1000.00000000000 ); +#2232 = CARTESIAN_POINT( '', ( -9.75781955236954E-016, 3.74650000000000, -4.74980000000000 ) ); +#2233 = VECTOR( '', #2839, 1000.00000000000 ); +#2234 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2235 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 0.127000000000000 ) ); +#2236 = AXIS2_PLACEMENT_3D( '', #2840, #2841, #2842 ); +#2237 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2238 = CARTESIAN_POINT( '', ( 2.33680000000000, 0.000000000000000, 7.59460000000000 ) ); +#2239 = AXIS2_PLACEMENT_3D( '', #2843, #2844, #2845 ); +#2240 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 7.59460000000000 ) ); +#2241 = AXIS2_PLACEMENT_3D( '', #2846, #2847, #2848 ); +#2242 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2243 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, -4.36880000000000 ) ); +#2244 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, -4.74980000000000 ) ); +#2245 = VECTOR( '', #2849, 1000.00000000000 ); +#2246 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, -4.36880000000000 ) ); +#2247 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, -4.36880000000000 ) ); +#2248 = VECTOR( '', #2850, 1000.00000000000 ); +#2249 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, -4.74980000000000 ) ); +#2250 = VECTOR( '', #2851, 1000.00000000000 ); +#2251 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2252 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, -4.36880000000000 ) ); +#2253 = CARTESIAN_POINT( '', ( 2.48920000000000, 3.74650000000000, -4.74980000000000 ) ); +#2254 = CARTESIAN_POINT( '', ( 2.48920000000000, 3.74650000000000, -4.74980000000000 ) ); +#2255 = VECTOR( '', #2852, 1000.00000000000 ); +#2256 = CARTESIAN_POINT( '', ( 2.10820000000000, 4.76250000000000, -4.36880000000000 ) ); +#2257 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, -4.36880000000000 ) ); +#2258 = VECTOR( '', #2853, 1000.00000000000 ); +#2259 = CARTESIAN_POINT( '', ( 2.48920000000000, 4.76250000000000, -4.74980000000000 ) ); +#2260 = CARTESIAN_POINT( '', ( 2.48920000000000, 4.76250000000000, -4.74980000000000 ) ); +#2261 = VECTOR( '', #2854, 1000.00000000000 ); +#2262 = CARTESIAN_POINT( '', ( 2.48920000000000, 4.76250000000000, -4.74980000000000 ) ); +#2263 = VECTOR( '', #2855, 1000.00000000000 ); +#2264 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2265 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, -4.74980000000000 ) ); +#2266 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, -4.74980000000000 ) ); +#2267 = VECTOR( '', #2856, 1000.00000000000 ); +#2268 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, -4.74980000000000 ) ); +#2269 = CARTESIAN_POINT( '', ( 2.10820000000000, 4.76250000000000, -4.74980000000000 ) ); +#2270 = VECTOR( '', #2857, 1000.00000000000 ); +#2271 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, -4.74980000000000 ) ); +#2272 = VECTOR( '', #2858, 1000.00000000000 ); +#2273 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2274 = CARTESIAN_POINT( '', ( 2.54000000000000, 0.000000000000000, 2.03200000000000 ) ); +#2275 = AXIS2_PLACEMENT_3D( '', #2859, #2860, #2861 ); +#2276 = CARTESIAN_POINT( '', ( 2.54000000000000, 0.000000000000000, 4.31800000000000 ) ); +#2277 = AXIS2_PLACEMENT_3D( '', #2862, #2863, #2864 ); +#2278 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2279 = CARTESIAN_POINT( '', ( -2.19758191672845, -1.66301489147515, 8.69950000000000 ) ); +#2280 = CARTESIAN_POINT( '', ( -1.56621126667234, -2.76181231588040, 8.28040000000000 ) ); +#2281 = CARTESIAN_POINT( '', ( -2.19758191672840, -1.66301489147521, 8.69950000000000 ) ); +#2282 = CARTESIAN_POINT( '', ( -2.31209898976023, -1.51984583747505, 8.69457660653481 ) ); +#2283 = CARTESIAN_POINT( '', ( -2.41086787430049, -1.36745108317285, 8.68967654570101 ) ); +#2284 = CARTESIAN_POINT( '', ( -2.57775950842573, -1.04470826925530, 8.67992178812652 ) ); +#2285 = CARTESIAN_POINT( '', ( -2.64593442744342, -0.873055093765892, 8.67503676811612 ) ); +#2286 = CARTESIAN_POINT( '', ( -2.74585694162379, -0.524915971115134, 8.66568807388179 ) ); +#2287 = CARTESIAN_POINT( '', ( -2.77857258907425, -0.347050872969403, 8.66117899113484 ) ); +#2288 = CARTESIAN_POINT( '', ( -2.80878720613899, 0.0164297899760861, 8.65248783359725 ) ); +#2289 = CARTESIAN_POINT( '', ( -2.80578561175542, 0.199769269325433, 8.64832902311212 ) ); +#2290 = CARTESIAN_POINT( '', ( -2.76577104222563, 0.559283521285622, 8.63944646267357 ) ); +#2291 = CARTESIAN_POINT( '', ( -2.72841784767252, 0.738093953669354, 8.63481618973902 ) ); +#2292 = CARTESIAN_POINT( '', ( -2.61940976574743, 1.08683628596981, 8.62535282227331 ) ); +#2293 = CARTESIAN_POINT( '', ( -2.54899970324135, 1.25353030312418, 8.62061041463220 ) ); +#2294 = CARTESIAN_POINT( '', ( -2.37728819979746, 1.57200846223876, 8.61110675288550 ) ); +#2295 = CARTESIAN_POINT( '', ( -2.27460038626396, 1.72527165161246, 8.60629432407834 ) ); +#2296 = CARTESIAN_POINT( '', ( -2.04425214391744, 2.00614668938522, 8.59696942873162 ) ); +#2297 = CARTESIAN_POINT( '', ( -1.91681927401231, 2.13429618335692, 8.59244708547744 ) ); +#2298 = CARTESIAN_POINT( '', ( -1.63749637549349, 2.36607933241118, 8.58367423832396 ) ); +#2299 = CARTESIAN_POINT( '', ( -1.48464586307219, 2.46964019401070, 8.57954720836199 ) ); +#2300 = CARTESIAN_POINT( '', ( -1.16709321872453, 2.64369946057618, 8.57122131767029 ) ); +#2301 = CARTESIAN_POINT( '', ( -1.00104341624639, 2.71563941240020, 8.56688590888115 ) ); +#2302 = CARTESIAN_POINT( '', ( -0.654055418765584, 2.82863208240663, 8.55787066216106 ) ); +#2303 = CARTESIAN_POINT( '', ( -0.475426383581014, 2.86863641797024, 8.55325122155107 ) ); +#2304 = CARTESIAN_POINT( '', ( -0.116929302401947, 2.91463001937456, 8.54402523897350 ) ); +#2305 = CARTESIAN_POINT( '', ( 0.0647708521353216, 2.92104452822867, 8.53937129566013 ) ); +#2306 = CARTESIAN_POINT( '', ( 0.430156742788204, 2.89932181092062, 8.53005749150647 ) ); +#2307 = CARTESIAN_POINT( '', ( 0.609084755422063, 2.87156230701539, 8.52551875175747 ) ); +#2308 = CARTESIAN_POINT( '', ( 0.959687781969262, 2.78349020434224, 8.51666418966004 ) ); +#2309 = CARTESIAN_POINT( '', ( 1.13297972019681, 2.72236805479404, 8.51230798146719 ) ); +#2310 = CARTESIAN_POINT( '', ( 1.46348797423007, 2.56941794937037, 8.50403329850833 ) ); +#2311 = CARTESIAN_POINT( '', ( 1.61975262897877, 2.47842898343233, 8.50016220754953 ) ); +#2312 = CARTESIAN_POINT( '', ( 1.91518459948308, 2.26889665033632, 8.49177963549125 ) ); +#2313 = CARTESIAN_POINT( '', ( 2.05535427337538, 2.14886388568091, 8.48736629801326 ) ); +#2314 = CARTESIAN_POINT( '', ( 2.30814768578478, 1.88873543501419, 8.47848983159805 ) ); +#2315 = CARTESIAN_POINT( '', ( 2.42180053530833, 1.74828746569027, 8.47400544406574 ) ); +#2316 = CARTESIAN_POINT( '', ( 2.62356986436487, 1.44658431658516, 8.46494658607784 ) ); +#2317 = CARTESIAN_POINT( '', ( 2.71164882489773, 1.28451217399216, 8.46035548854251 ) ); +#2318 = CARTESIAN_POINT( '', ( 2.85479700433953, 0.952149478627181, 8.45144671864819 ) ); +#2319 = CARTESIAN_POINT( '', ( 2.91102257850623, 0.780401139361864, 8.44708281859500 ) ); +#2320 = CARTESIAN_POINT( '', ( 2.99223566034089, 0.425574380384799, 8.43853379923773 ) ); +#2321 = CARTESIAN_POINT( '', ( 3.01661799860105, 0.243432106349829, 8.43437638760947 ) ); +#2322 = CARTESIAN_POINT( '', ( 3.03959421227123, -0.298367162151466, 8.42265911992720 ) ); +#2323 = CARTESIAN_POINT( '', ( 2.98908252658735, -0.666427788145278, 8.41429789892224 ) ); +#2324 = CARTESIAN_POINT( '', ( 2.76623602135298, -1.35373736380441, 8.39693172035275 ) ); +#2325 = CARTESIAN_POINT( '', ( 2.59093057120572, -1.68139950897630, 8.38788305557487 ) ); +#2326 = CARTESIAN_POINT( '', ( 2.25497939813908, -2.10640122879621, 8.37493463087294 ) ); +#2327 = CARTESIAN_POINT( '', ( 2.12958950530940, -2.23914271725257, 8.37066161148252 ) ); +#2328 = CARTESIAN_POINT( '', ( 1.85608753448520, -2.48094434268932, 8.36236829575937 ) ); +#2329 = CARTESIAN_POINT( '', ( 1.71039435893218, -2.58814612732642, 8.35841525671645 ) ); +#2330 = CARTESIAN_POINT( '', ( 1.40166172325625, -2.77597567571722, 8.35087720264698 ) ); +#2331 = CARTESIAN_POINT( '', ( 1.23731176427853, -2.85744195818233, 8.34689749366352 ) ); +#2332 = CARTESIAN_POINT( '', ( 0.898194843732016, -2.99001401200184, 8.33870132114582 ) ); +#2333 = CARTESIAN_POINT( '', ( 0.724780964804432, -3.04092221322906, 8.33452637818582 ) ); +#2334 = CARTESIAN_POINT( '', ( 0.370402651885258, -3.11262268199676, 8.32603027200569 ) ); +#2335 = CARTESIAN_POINT( '', ( 0.187631991030935, -3.13338149658421, 8.32166624263590 ) ); +#2336 = CARTESIAN_POINT( '', ( -0.175658479856369, -3.14271258440405, 8.31302825487406 ) ); +#2337 = CARTESIAN_POINT( '', ( -0.355900503901289, -3.13166913627723, 8.30876045203734 ) ); +#2338 = CARTESIAN_POINT( '', ( -0.713619208691568, -3.07862465240001, 8.30032380085793 ) ); +#2339 = CARTESIAN_POINT( '', ( -0.892543857829917, -3.03604242181623, 8.29612118334937 ) ); +#2340 = CARTESIAN_POINT( '', ( -1.23811522607665, -2.92103044204983, 8.28803474279577 ) ); +#2341 = CARTESIAN_POINT( '', ( -1.40510815171783, -2.84887083585863, 8.28414243182978 ) ); +#2342 = CARTESIAN_POINT( '', ( -1.56621126667235, -2.76181231588039, 8.28040000000000 ) ); +#2343 = CARTESIAN_POINT( '', ( 3.04413991780432, -0.902129237319526, 4.95300000000097 ) ); +#2346 = CARTESIAN_POINT( '', ( -1.56621126667234, -2.76181231588040, 8.28040000000000 ) ); +#2347 = CARTESIAN_POINT( '', ( -1.57687916003220, -2.75576260183002, 8.28000457675279 ) ); +#2348 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 8.27961089761799 ) ); +#2349 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 8.22076756428465 ) ); +#2350 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 8.16192423095132 ) ); +#2351 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 8.10308089761799 ) ); +#2352 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 8.04423756428465 ) ); +#2353 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 7.98539423095131 ) ); +#2354 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 7.92655089761799 ) ); +#2355 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 7.86770756428465 ) ); +#2356 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 7.80886423095132 ) ); +#2357 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 7.75002089761799 ) ); +#2358 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 7.69117756428465 ) ); +#2359 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 7.63233423095132 ) ); +#2360 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 7.57349089761799 ) ); +#2361 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 7.51464756428466 ) ); +#2362 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 7.45580423095132 ) ); +#2363 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 7.39696089761798 ) ); +#2364 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 7.33811756428465 ) ); +#2365 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 7.27927423095132 ) ); +#2366 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 7.22043089761799 ) ); +#2367 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 7.16158756428465 ) ); +#2368 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 7.10274423095132 ) ); +#2369 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 7.04390089761799 ) ); +#2370 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 6.98505756428465 ) ); +#2371 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 6.92621423095131 ) ); +#2372 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 6.86737089761799 ) ); +#2373 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 6.80852756428465 ) ); +#2374 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 6.74968423095132 ) ); +#2375 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 6.69084089761798 ) ); +#2376 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 6.63199756428465 ) ); +#2377 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 6.57315423095132 ) ); +#2378 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 6.51431089761799 ) ); +#2379 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 6.45546756428465 ) ); +#2380 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 6.39662423095132 ) ); +#2381 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 6.33778089761799 ) ); +#2382 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 6.27893756428465 ) ); +#2383 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 6.22009423095132 ) ); +#2384 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 6.16125089761799 ) ); +#2385 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 6.10240756428465 ) ); +#2386 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 6.04356423095132 ) ); +#2387 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 5.98472089761799 ) ); +#2388 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 5.92587756428465 ) ); +#2389 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 5.86703423095132 ) ); +#2390 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 5.80819089761799 ) ); +#2391 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 5.74934756428466 ) ); +#2392 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 5.69050423095132 ) ); +#2393 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 5.63166089761798 ) ); +#2394 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 5.57281756428465 ) ); +#2395 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 5.51397423095132 ) ); +#2396 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 5.45513089761799 ) ); +#2397 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 5.39628756428465 ) ); +#2398 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 5.33744423095132 ) ); +#2399 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 5.27860089761799 ) ); +#2400 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 5.21975756428465 ) ); +#2401 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 5.16091423095132 ) ); +#2402 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 5.10207089761799 ) ); +#2403 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 5.04322756428465 ) ); +#2404 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 4.98438423095132 ) ); +#2405 = CARTESIAN_POINT( '', ( 3.17500000000000, -0.460555698431878, 4.96960008217178 ) ); +#2406 = CARTESIAN_POINT( '', ( 3.04413991780484, -0.902129237319744, 4.95300000000259 ) ); +#2412 = CARTESIAN_POINT( '', ( -0.749041844251879, -2.65215405388898, 4.53390000000000 ) ); +#2413 = CARTESIAN_POINT( '', ( 3.04413991780432, -0.902129237319526, 4.95300000000097 ) ); +#2414 = CARTESIAN_POINT( '', ( 2.97301625562187, -1.08378755048371, 4.93642327444428 ) ); +#2415 = CARTESIAN_POINT( '', ( 2.88604764351719, -1.25587185306778, 4.91962410468946 ) ); +#2416 = CARTESIAN_POINT( '', ( 2.68174027664816, -1.58168315136263, 4.88553429681608 ) ); +#2417 = CARTESIAN_POINT( '', ( 2.56322144196462, -1.73662988818793, 4.86809195970019 ) ); +#2418 = CARTESIAN_POINT( '', ( 2.29951849028600, -2.02113199405109, 4.83339532873458 ) ); +#2419 = CARTESIAN_POINT( '', ( 2.15605599949345, -2.14934398586603, 4.81633220538310 ) ); +#2420 = CARTESIAN_POINT( '', ( 1.84642344878482, -2.37831829104998, 4.78280997627193 ) ); +#2421 = CARTESIAN_POINT( '', ( 1.67826997417328, -2.47986255856458, 4.76618367821756 ) ); +#2422 = CARTESIAN_POINT( '', ( 1.33029052112657, -2.64767448989614, 4.73482031145448 ) ); +#2423 = CARTESIAN_POINT( '', ( 1.14984259444561, -2.71323452240710, 4.71856438326365 ) ); +#2424 = CARTESIAN_POINT( '', ( 0.775912357106475, -2.80710397899764, 4.68403029257277 ) ); +#2425 = CARTESIAN_POINT( '', ( 0.581062305391225, -2.83514881254727, 4.66572803457347 ) ); +#2426 = CARTESIAN_POINT( '', ( 0.00392913491510472, -2.85826130373535, 4.61044720286880 ) ); +#2427 = CARTESIAN_POINT( '', ( -0.385571672429120, -2.79404638648397, 4.57166115144778 ) ); +#2428 = CARTESIAN_POINT( '', ( -0.749041844251812, -2.65215405388899, 4.53390000000000 ) ); +#2431 = CARTESIAN_POINT( '', ( -2.19758191672852, -1.66301489147505, 8.69949999999999 ) ); +#2432 = CARTESIAN_POINT( '', ( -2.75589999999999, -0.925228519344833, 8.66029385291463 ) ); +#2433 = CARTESIAN_POINT( '', ( -2.75590000000000, -2.63318554823530E-014, 8.62607673313395 ) ); +#2434 = CARTESIAN_POINT( '', ( -2.75590000000001, 1.59111960685967, 8.56723339980062 ) ); +#2435 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028953, 8.50839006646728 ) ); +#2436 = CARTESIAN_POINT( '', ( -2.49474712634597E-014, 3.18223921371938, 8.44954673313394 ) ); +#2437 = CARTESIAN_POINT( '', ( 1.37794999999999, 2.38667941028954, 8.39070339980062 ) ); +#2438 = CARTESIAN_POINT( '', ( 2.75589999999999, 1.59111960685969, 8.33186006646728 ) ); +#2439 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.64602795211363E-014, 8.27301673313395 ) ); +#2440 = CARTESIAN_POINT( '', ( 2.75590000000002, -1.59111960685966, 8.21417339980061 ) ); +#2441 = CARTESIAN_POINT( '', ( 1.37795000000002, -2.38667941028953, 8.15533006646728 ) ); +#2442 = CARTESIAN_POINT( '', ( 1.40315983863837E-014, -3.18223921371938, 8.09648673313395 ) ); +#2443 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 8.03764339980061 ) ); +#2444 = CARTESIAN_POINT( '', ( -2.75589999999998, -1.59111960685972, 7.97880006646727 ) ); +#2445 = CARTESIAN_POINT( '', ( -2.75590000000000, -2.70068563051070E-014, 7.91995673313395 ) ); +#2446 = CARTESIAN_POINT( '', ( -2.75590000000001, 1.59111960685967, 7.86111339980061 ) ); +#2447 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028953, 7.80227006646728 ) ); +#2448 = CARTESIAN_POINT( '', ( -3.11572550930782E-015, 3.18223921371938, 7.74342673313394 ) ); +#2449 = CARTESIAN_POINT( '', ( 1.37794999999997, 2.38667941028955, 7.68458339980062 ) ); +#2450 = CARTESIAN_POINT( '', ( 2.75589999999998, 1.59111960685971, 7.62574006646728 ) ); +#2451 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.75534330890777E-014, 7.56689673313395 ) ); +#2452 = CARTESIAN_POINT( '', ( 2.75590000000001, -1.59111960685969, 7.50805339980061 ) ); +#2453 = CARTESIAN_POINT( '', ( 1.37795000000003, -2.38667941028952, 7.44921006646728 ) ); +#2454 = CARTESIAN_POINT( '', ( 3.74221917674166E-014, -3.18223921371938, 7.39036673313395 ) ); +#2455 = CARTESIAN_POINT( '', ( -1.37794999999998, -2.38667941028955, 7.33152339980061 ) ); +#2456 = CARTESIAN_POINT( '', ( -2.75589999999999, -1.59111960685971, 7.27268006646729 ) ); +#2457 = CARTESIAN_POINT( '', ( -2.75590000000000, -8.10000987304846E-015, 7.21383673313395 ) ); +#2458 = CARTESIAN_POINT( '', ( -2.75590000000002, 1.59111960685965, 7.15499339980061 ) ); +#2459 = CARTESIAN_POINT( '', ( -1.37795000000003, 2.38667941028952, 7.09615006646728 ) ); +#2460 = CARTESIAN_POINT( '', ( -2.65063188903407E-014, 3.18223921371938, 7.03730673313395 ) ); +#2461 = CARTESIAN_POINT( '', ( 1.37794999999999, 2.38667941028954, 6.97846339980061 ) ); +#2462 = CARTESIAN_POINT( '', ( 2.75589999999999, 1.59111960685969, 6.91962006646728 ) ); +#2463 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.78102811666444E-014, 6.86077673313395 ) ); +#2464 = CARTESIAN_POINT( '', ( 2.75590000000002, -1.59111960685966, 6.80193339980062 ) ); +#2465 = CARTESIAN_POINT( '', ( 1.37795000000002, -2.38667941028953, 6.74309006646728 ) ); +#2466 = CARTESIAN_POINT( '', ( 1.55904460132648E-014, -3.18223921371938, 6.68424673313394 ) ); +#2467 = CARTESIAN_POINT( '', ( -1.37795000000000, -2.38667941028954, 6.62540339980062 ) ); +#2468 = CARTESIAN_POINT( '', ( -2.75589999999998, -1.59111960685973, 6.56656006646728 ) ); +#2469 = CARTESIAN_POINT( '', ( -2.75590000000000, -2.83568579506151E-014, 6.50771673313395 ) ); +#2470 = CARTESIAN_POINT( '', ( -2.75590000000001, 1.59111960685967, 6.44887339980061 ) ); +#2471 = CARTESIAN_POINT( '', ( -1.37795000000000, 2.38667941028953, 6.39003006646728 ) ); +#2472 = CARTESIAN_POINT( '', ( -4.98969122713736E-014, 3.18223921371938, 6.33118673313395 ) ); +#2473 = CARTESIAN_POINT( '', ( 1.37794999999997, 2.38667941028955, 6.27234339980061 ) ); +#2474 = CARTESIAN_POINT( '', ( 2.75589999999998, 1.59111960685971, 6.21350006646728 ) ); +#2475 = CARTESIAN_POINT( '', ( 2.75590000000000, 1.89034347345858E-014, 6.15465673313395 ) ); +#2476 = CARTESIAN_POINT( '', ( 2.75590000000001, -1.59111960685969, 6.09581339980061 ) ); +#2477 = CARTESIAN_POINT( '', ( 1.37795000000004, -2.38667941028952, 6.03697006646728 ) ); +#2478 = CARTESIAN_POINT( '', ( 3.89810393942977E-014, -3.18223921371938, 5.97812673313395 ) ); +#2479 = CARTESIAN_POINT( '', ( -1.37794999999998, -2.38667941028955, 5.91928339980061 ) ); +#2480 = CARTESIAN_POINT( '', ( -2.75589999999999, -1.59111960685971, 5.86044006646728 ) ); +#2481 = CARTESIAN_POINT( '', ( -2.75590000000000, -9.45001151855653E-015, 5.80159673313395 ) ); +#2482 = CARTESIAN_POINT( '', ( -2.75590000000002, 1.59111960685965, 5.74275339980062 ) ); +#2483 = CARTESIAN_POINT( '', ( -1.37795000000003, 2.38667941028952, 5.68391006646728 ) ); +#2484 = CARTESIAN_POINT( '', ( -2.80651665172218E-014, 3.18223921371938, 5.62506673313395 ) ); +#2485 = CARTESIAN_POINT( '', ( 1.37794999999999, 2.38667941028955, 5.56622339980061 ) ); +#2486 = CARTESIAN_POINT( '', ( 2.75589999999999, 1.59111960685969, 5.50738006646728 ) ); +#2487 = CARTESIAN_POINT( '', ( 2.75590000000000, 3.91602828121524E-014, 5.44853673313395 ) ); +#2488 = CARTESIAN_POINT( '', ( 2.75590000000002, -1.59111960685966, 5.38969339980061 ) ); +#2489 = CARTESIAN_POINT( '', ( 1.37795000000002, -2.38667941028953, 5.33085006646728 ) ); +#2490 = CARTESIAN_POINT( '', ( 1.71492936401458E-014, -3.18223921371938, 5.27200673313395 ) ); +#2491 = CARTESIAN_POINT( '', ( -1.37794999999996, -2.38667941028956, 5.21316339980061 ) ); +#2492 = CARTESIAN_POINT( '', ( -2.75589999999998, -1.59111960685973, 5.15432006646728 ) ); +#2493 = CARTESIAN_POINT( '', ( -2.75590000000000, -2.97068595961231E-014, 5.09547673313395 ) ); +#2494 = CARTESIAN_POINT( '', ( -2.75590000000001, 1.59111960685967, 5.03663339980061 ) ); +#2495 = CARTESIAN_POINT( '', ( -1.37795000000001, 2.38667941028953, 4.97779006646728 ) ); +#2496 = CARTESIAN_POINT( '', ( -5.14557598982547E-014, 3.18223921371938, 4.91894673313394 ) ); +#2497 = CARTESIAN_POINT( '', ( 1.37794999999997, 2.38667941028956, 4.86010339980061 ) ); +#2498 = CARTESIAN_POINT( '', ( 2.75589999999998, 1.59111960685972, 4.80126006646728 ) ); +#2499 = CARTESIAN_POINT( '', ( 2.75590000000000, 2.02534363800939E-014, 4.74241673313395 ) ); +#2500 = CARTESIAN_POINT( '', ( 2.75590000000001, -1.59111960685969, 4.68357339980061 ) ); +#2501 = CARTESIAN_POINT( '', ( 1.37795000000004, -2.38667941028952, 4.62473006646728 ) ); +#2502 = CARTESIAN_POINT( '', ( 0.370485141989106, -2.96833951726123, 4.58170775763056 ) ); +#2503 = CARTESIAN_POINT( '', ( -0.749041844251706, -2.65215405388903, 4.53390000000000 ) ); +#2509 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2510 = CARTESIAN_POINT( '', ( 2.10820000000000, 4.76250000000000, -4.74980000000000 ) ); +#2511 = VECTOR( '', #2865, 1000.00000000000 ); +#2512 = CARTESIAN_POINT( '', ( 2.10820000000000, 3.74650000000000, -4.74980000000000 ) ); +#2513 = VECTOR( '', #2866, 1000.00000000000 ); +#2514 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2515 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, -4.36880000000000 ) ); +#2516 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, -4.74980000000000 ) ); +#2517 = VECTOR( '', #2867, 1000.00000000000 ); +#2518 = CARTESIAN_POINT( '', ( 2.48920000000000, -4.76250000000000, -4.74980000000000 ) ); +#2519 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, -4.36880000000000 ) ); +#2520 = VECTOR( '', #2868, 1000.00000000000 ); +#2521 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, -4.74980000000000 ) ); +#2522 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, -4.74980000000000 ) ); +#2523 = VECTOR( '', #2869, 1000.00000000000 ); +#2524 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, 1.65100000000000 ) ); +#2525 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, 2.31548741851186 ) ); +#2526 = VECTOR( '', #2870, 1000.00000000000 ); +#2527 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 1.65100000000000 ) ); +#2528 = CARTESIAN_POINT( '', ( 6.85800000000000, -4.76250000000000, 1.65100000000000 ) ); +#2529 = VECTOR( '', #2871, 1000.00000000000 ); +#2530 = CARTESIAN_POINT( '', ( -3.96240000000000, -4.76250000000000, 2.31548741851186 ) ); +#2531 = VECTOR( '', #2872, 1000.00000000000 ); +#2532 = CARTESIAN_POINT( '', ( -0.635000000000000, -4.76250000000000, -4.74980000000000 ) ); +#2533 = CARTESIAN_POINT( '', ( -0.635000000000000, -4.76250000000000, -4.74980000000000 ) ); +#2534 = VECTOR( '', #2873, 1000.00000000000 ); +#2535 = CARTESIAN_POINT( '', ( 2.43945488809239E-016, -4.76250000000000, -4.74980000000000 ) ); +#2536 = CARTESIAN_POINT( '', ( -0.635000000000000, -4.76250000000000, -4.74980000000000 ) ); +#2537 = VECTOR( '', #2874, 1000.00000000000 ); +#2538 = CARTESIAN_POINT( '', ( 0.381000000000000, -4.76250000000000, -4.36880000000000 ) ); +#2539 = VECTOR( '', #2875, 1000.00000000000 ); +#2540 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2541 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2542 = CARTESIAN_POINT( '', ( -3.96240000000000, 4.76250000000000, 1.65100000000000 ) ); +#2543 = CARTESIAN_POINT( '', ( -3.96240000000000, 9.85322934354826E-016, 1.65100000000000 ) ); +#2544 = VECTOR( '', #2876, 1000.00000000000 ); +#2545 = CARTESIAN_POINT( '', ( -3.96240000000000, 4.76250000000000, 2.31548741851186 ) ); +#2546 = VECTOR( '', #2877, 1000.00000000000 ); +#2547 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2548 = CARTESIAN_POINT( '', ( 2.69240000000000, 0.000000000000000, 8.76300000000000 ) ); +#2549 = AXIS2_PLACEMENT_3D( '', #2878, #2879, #2880 ); +#2550 = CARTESIAN_POINT( '', ( 2.69240000000000, 0.000000000000000, 9.52500000000000 ) ); +#2551 = AXIS2_PLACEMENT_3D( '', #2881, #2882, #2883 ); +#2552 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2553 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2554 = CARTESIAN_POINT( '', ( -1.93677159481326, 2.51585786353770, 8.28040000000000 ) ); +#2555 = CARTESIAN_POINT( '', ( -1.93677159481329, 2.51585786353768, 8.28040000000000 ) ); +#2556 = CARTESIAN_POINT( '', ( -2.08170160083668, 2.38432691609944, 8.29621633055397 ) ); +#2557 = CARTESIAN_POINT( '', ( -2.21176349933139, 2.24119510935375, 8.31248257770643 ) ); +#2558 = CARTESIAN_POINT( '', ( -2.44337765128287, 1.93269802632785, 8.34598001615240 ) ); +#2559 = CARTESIAN_POINT( '', ( -2.54570547996273, 1.76562582035437, 8.36338043670297 ) ); +#2560 = CARTESIAN_POINT( '', ( -2.71602993803517, 1.41622329426511, 8.39843400491276 ) ); +#2561 = CARTESIAN_POINT( '', ( -2.78364712067394, 1.23558859471462, 8.41593142608227 ) ); +#2562 = CARTESIAN_POINT( '', ( -2.88443687879078, 0.862671132198780, 8.45087402506391 ) ); +#2563 = CARTESIAN_POINT( '', ( -2.91754040594743, 0.668415217125395, 8.46848587947100 ) ); +#2564 = CARTESIAN_POINT( '', ( -2.94589933621241, 0.282413038587742, 8.50228045212256 ) ); +#2565 = CARTESIAN_POINT( '', ( -2.94228652333391, 0.0895710856431117, 8.51809876845034 ) ); +#2566 = CARTESIAN_POINT( '', ( -2.89615400252447, -0.295484594042488, 8.55063069560724 ) ); +#2567 = CARTESIAN_POINT( '', ( -2.85228210959762, -0.487722033813283, 8.56809115525489 ) ); +#2568 = CARTESIAN_POINT( '', ( -2.66572085135059, -1.03504987626554, 8.62166372019804 ) ); +#2569 = CARTESIAN_POINT( '', ( -2.46361474777630, -1.37614594846960, 8.66047042176898 ) ); +#2570 = CARTESIAN_POINT( '', ( -2.19758191672847, -1.66301489147513, 8.69950000000000 ) ); +#2571 = AXIS2_PLACEMENT_3D( '', #2884, #2885, #2886 ); +#2572 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2573 = CARTESIAN_POINT( '', ( 0.635000000000000, 0.000000000000000, 7.46760000000000 ) ); +#2574 = AXIS2_PLACEMENT_3D( '', #2887, #2888, #2889 ); +#2575 = CARTESIAN_POINT( '', ( 0.635000000000000, 0.000000000000000, 7.39140000000000 ) ); +#2576 = AXIS2_PLACEMENT_3D( '', #2890, #2891, #2892 ); +#2577 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2578 = CARTESIAN_POINT( '', ( 2.92100000000000, 0.000000000000000, 1.65100000000000 ) ); +#2579 = AXIS2_PLACEMENT_3D( '', #2893, #2894, #2895 ); +#2580 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2581 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, 1.65100000000000 ) ); +#2582 = CARTESIAN_POINT( '', ( 3.96240000000000, 2.63677968348475E-016, 1.65100000000000 ) ); +#2583 = VECTOR( '', #2896, 1000.00000000000 ); +#2584 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, -4.74980000000000 ) ); +#2585 = CARTESIAN_POINT( '', ( 3.96240000000000, -4.76250000000000, -4.74980000000000 ) ); +#2586 = VECTOR( '', #2897, 1000.00000000000 ); +#2587 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, -4.74980000000000 ) ); +#2588 = VECTOR( '', #2898, 1000.00000000000 ); +#2589 = CARTESIAN_POINT( '', ( 3.96240000000000, 3.74650000000000, -4.74980000000000 ) ); +#2590 = VECTOR( '', #2899, 1000.00000000000 ); +#2591 = CARTESIAN_POINT( '', ( 3.96240000000000, 4.76250000000000, 2.31548741851186 ) ); +#2592 = VECTOR( '', #2900, 1000.00000000000 ); +#2593 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2594 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, -4.74980000000000 ) ); +#2595 = VECTOR( '', #2901, 1000.00000000000 ); +#2596 = CARTESIAN_POINT( '', ( 0.381000000000000, 4.76250000000000, -4.74980000000000 ) ); +#2597 = VECTOR( '', #2902, 1000.00000000000 ); +#2598 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2599 = CARTESIAN_POINT( '', ( -0.635000000000000, 4.76250000000000, -4.74980000000000 ) ); +#2600 = CARTESIAN_POINT( '', ( -0.635000000000000, 4.76250000000000, -4.74980000000000 ) ); +#2601 = VECTOR( '', #2903, 1000.00000000000 ); +#2602 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, -4.74980000000000 ) ); +#2603 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, -4.74980000000000 ) ); +#2604 = VECTOR( '', #2904, 1000.00000000000 ); +#2605 = CARTESIAN_POINT( '', ( -0.635000000000000, 3.74650000000000, -4.74980000000000 ) ); +#2606 = VECTOR( '', #2905, 1000.00000000000 ); +#2607 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2608 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, -4.36880000000000 ) ); +#2609 = CARTESIAN_POINT( '', ( 2.10820000000000, -3.74650000000000, -4.74980000000000 ) ); +#2610 = VECTOR( '', #2906, 1000.00000000000 ); +#2611 = CARTESIAN_POINT( '', ( 2.10820000000000, -4.76250000000000, -4.36880000000000 ) ); +#2612 = VECTOR( '', #2907, 1000.00000000000 ); +#2613 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2614 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2615 = CARTESIAN_POINT( '', ( -2.03211776986364, -2.43949223597953, 4.95300000000000 ) ); +#2616 = AXIS2_PLACEMENT_3D( '', #2908, #2909, #2910 ); +#2617 = CARTESIAN_POINT( '', ( -0.749041844251879, -2.65215405388898, 4.53390000000000 ) ); +#2618 = CARTESIAN_POINT( '', ( -0.574317582326926, -2.70645280721603, 4.53866536716486 ) ); +#2619 = CARTESIAN_POINT( '', ( -0.396761300116494, -2.74286845657726, 4.54348306048048 ) ); +#2620 = CARTESIAN_POINT( '', ( -0.0361365528765907, -2.78089323818099, 4.55321579540446 ) ); +#2621 = CARTESIAN_POINT( '', ( 0.148172324588925, -2.78208523442815, 4.55816353968269 ) ); +#2622 = CARTESIAN_POINT( '', ( 0.508140672643298, -2.74905293695057, 4.56777687482972 ) ); +#2623 = CARTESIAN_POINT( '', ( 0.685408562383838, -2.71522502119529, 4.57248620660934 ) ); +#2624 = CARTESIAN_POINT( '', ( 1.03440378858613, -2.61225859204190, 4.58171316210376 ) ); +#2625 = CARTESIAN_POINT( '', ( 1.20402396022823, -2.54336517204678, 4.58617470968987 ) ); +#2626 = CARTESIAN_POINT( '', ( 1.68335258612539, -2.29193775312227, 4.59872951791419 ) ); +#2627 = CARTESIAN_POINT( '', ( 1.97340385547911, -2.06002605794333, 4.60779769810860 ) ); +#2628 = CARTESIAN_POINT( '', ( 2.32476631725100, -1.64788413948539, 4.62185157594259 ) ); +#2629 = CARTESIAN_POINT( '', ( 2.43028083134112, -1.49714940529652, 4.62666426854926 ) ); +#2630 = CARTESIAN_POINT( '', ( 2.60875135325383, -1.18160140455312, 4.63613441886331 ) ); +#2631 = CARTESIAN_POINT( '', ( 2.68219913107603, -1.01692928069561, 4.64079580332201 ) ); +#2632 = CARTESIAN_POINT( '', ( 2.79766119764716, -0.673850715964285, 4.64997587647654 ) ); +#2633 = CARTESIAN_POINT( '', ( 2.83946036666206, -0.494383452157513, 4.65451491340430 ) ); +#2634 = CARTESIAN_POINT( '', ( 2.88750969384017, -0.136314873460980, 4.66307917606660 ) ); +#2635 = CARTESIAN_POINT( '', ( 2.89439589683492, 0.0440137828450260, 4.66701542369684 ) ); +#2636 = CARTESIAN_POINT( '', ( 2.87447860277545, 0.407185516179216, 4.67547693348249 ) ); +#2637 = CARTESIAN_POINT( '', ( 2.84738774675221, 0.588135387177085, 4.67989754982602 ) ); +#2638 = CARTESIAN_POINT( '', ( 2.76131800796975, 0.938443001747518, 4.68884894564261 ) ); +#2639 = CARTESIAN_POINT( '', ( 2.70219165096531, 1.10960035242451, 4.69342226051705 ) ); +#2640 = CARTESIAN_POINT( '', ( 2.55093622894697, 1.44227331273118, 4.70273285091850 ) ); +#2641 = CARTESIAN_POINT( '', ( 2.46102484395329, 1.59901478151819, 4.70733596168741 ) ); +#2642 = CARTESIAN_POINT( '', ( 2.25376269092395, 1.89406536934015, 4.71644304227605 ) ); +#2643 = CARTESIAN_POINT( '', ( 2.13519827603788, 2.03350216938115, 4.72098673569539 ) ); +#2644 = CARTESIAN_POINT( '', ( 1.87474828075243, 2.28721542207238, 4.72977974767020 ) ); +#2645 = CARTESIAN_POINT( '', ( 1.73437202237849, 2.40050047047665, 4.73398899395399 ) ); +#2646 = CARTESIAN_POINT( '', ( 1.43373932853529, 2.60049173104547, 4.74204922648629 ) ); +#2647 = CARTESIAN_POINT( '', ( 1.27179469008278, 2.68786588722165, 4.74604563126067 ) ); +#2648 = CARTESIAN_POINT( '', ( 0.938744295374251, 2.83037280327458, 4.75448469934704 ) ); +#2649 = CARTESIAN_POINT( '', ( 0.767241189937488, 2.88605547037052, 4.75881222977716 ) ); +#2650 = CARTESIAN_POINT( '', ( 0.414302911946801, 2.96635395780313, 4.76767707845156 ) ); +#2651 = CARTESIAN_POINT( '', ( 0.231819549227712, 2.99070745263401, 4.77224011420091 ) ); +#2652 = CARTESIAN_POINT( '', ( -0.129069160119141, 3.00587550612826, 4.78122308483416 ) ); +#2653 = CARTESIAN_POINT( '', ( -0.309118164539127, 2.99724769443077, 4.78568454167487 ) ); +#2654 = CARTESIAN_POINT( '', ( -0.668415117236188, 2.94714589504758, 4.79454872602068 ) ); +#2655 = CARTESIAN_POINT( '', ( -0.847215610827611, 2.90530891321076, 4.79893995420731 ) ); +#2656 = CARTESIAN_POINT( '', ( -1.18962759920942, 2.79178340078658, 4.80731550291851 ) ); +#2657 = CARTESIAN_POINT( '', ( -1.35511975252120, 2.71991548203147, 4.81134628983593 ) ); +#2658 = CARTESIAN_POINT( '', ( -1.67436988187880, 2.54515960721819, 4.81909386052974 ) ); +#2659 = CARTESIAN_POINT( '', ( -1.82610647516322, 2.44351561452903, 4.82314840354594 ) ); +#2660 = CARTESIAN_POINT( '', ( -2.24749331834537, 2.10420800811165, 4.83559694655146 ) ); +#2661 = CARTESIAN_POINT( '', ( -2.49088048291877, 1.82448798369632, 4.84450373702849 ) ); +#2662 = CARTESIAN_POINT( '', ( -2.86113352346909, 1.20609852234521, 4.86198473911492 ) ); +#2663 = CARTESIAN_POINT( '', ( -2.99274984135715, 0.859435203232332, 4.87078473235104 ) ); +#2664 = CARTESIAN_POINT( '', ( -3.09282728815447, 0.328092933191875, 4.88295730034324 ) ); +#2665 = CARTESIAN_POINT( '', ( -3.11073914451665, 0.146486156898920, 4.88686295950653 ) ); +#2666 = CARTESIAN_POINT( '', ( -3.11418647386845, -0.217595205229058, 4.89446879480035 ) ); +#2667 = CARTESIAN_POINT( '', ( -3.10022143343747, -0.397604222050184, 4.89840519503649 ) ); +#2668 = CARTESIAN_POINT( '', ( -3.04174734748475, -0.753667001856113, 4.90653118940675 ) ); +#2669 = CARTESIAN_POINT( '', ( -2.99664532993588, -0.931274230131716, 4.91075995588367 ) ); +#2670 = CARTESIAN_POINT( '', ( -2.87696282364180, -1.27424454382939, 4.91928067229758 ) ); +#2671 = CARTESIAN_POINT( '', ( -2.80304381176799, -1.43872450823676, 4.92354681629708 ) ); +#2672 = CARTESIAN_POINT( '', ( -2.62762633179474, -1.75396073016780, 4.93208946206931 ) ); +#2673 = CARTESIAN_POINT( '', ( -2.52514737990994, -1.90583838341273, 4.93640022855020 ) ); +#2674 = CARTESIAN_POINT( '', ( -2.29605340874910, -2.18863898552486, 4.94484458642010 ) ); +#2675 = CARTESIAN_POINT( '', ( -2.16994368956878, -2.31943710086046, 4.94897005687187 ) ); +#2676 = CARTESIAN_POINT( '', ( -2.03211776986365, -2.43949223597953, 4.95300000000000 ) ); +#2677 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2678 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2679 = CARTESIAN_POINT( '', ( 2.33680000000000, 0.000000000000000, 9.52500000000000 ) ); +#2680 = AXIS2_PLACEMENT_3D( '', #2911, #2912, #2913 ); +#2681 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2682 = CARTESIAN_POINT( '', ( 6.85800000000000, 4.76250000000000, 1.65100000000000 ) ); +#2683 = VECTOR( '', #2914, 1000.00000000000 ); +#2684 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2685 = CARTESIAN_POINT( '', ( 2.48920000000000, -3.74650000000000, -4.74980000000000 ) ); +#2686 = CARTESIAN_POINT( '', ( 2.48920000000000, -3.74650000000000, -4.74980000000000 ) ); +#2687 = VECTOR( '', #2915, 1000.00000000000 ); +#2688 = CARTESIAN_POINT( '', ( 3.96240000000000, -3.74650000000000, -4.74980000000000 ) ); +#2689 = VECTOR( '', #2916, 1000.00000000000 ); +#2690 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2693 = CARTESIAN_POINT( '', ( -1.93677159481327, 2.51585786353769, 8.28040000000000 ) ); +#2694 = CARTESIAN_POINT( '', ( -1.76988913274136, 2.64432824213010, 8.27318312583686 ) ); +#2695 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 8.26642256864991 ) ); +#2696 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 8.20757923531657 ) ); +#2697 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 8.14873590198324 ) ); +#2698 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 8.08989256864991 ) ); +#2699 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 8.03104923531658 ) ); +#2700 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 7.97220590198324 ) ); +#2701 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 7.91336256864991 ) ); +#2702 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 7.85451923531658 ) ); +#2703 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 7.79567590198324 ) ); +#2704 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 7.73683256864990 ) ); +#2705 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 7.67798923531658 ) ); +#2706 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 7.61914590198324 ) ); +#2707 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 7.56030256864991 ) ); +#2708 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 7.50145923531657 ) ); +#2709 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 7.44261590198324 ) ); +#2710 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 7.38377256864991 ) ); +#2711 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 7.32492923531658 ) ); +#2712 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 7.26608590198325 ) ); +#2713 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 7.20724256864991 ) ); +#2714 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 7.14839923531657 ) ); +#2715 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 7.08955590198324 ) ); +#2716 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 7.03071256864991 ) ); +#2717 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 6.97186923531658 ) ); +#2718 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 6.91302590198324 ) ); +#2719 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 6.85418256864991 ) ); +#2720 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 6.79533923531658 ) ); +#2721 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 6.73649590198324 ) ); +#2722 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 6.67765256864991 ) ); +#2723 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 6.61880923531658 ) ); +#2724 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 6.55996590198324 ) ); +#2725 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 6.50112256864991 ) ); +#2726 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 6.44227923531657 ) ); +#2727 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 6.38343590198324 ) ); +#2728 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 6.32459256864991 ) ); +#2729 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 6.26574923531658 ) ); +#2730 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 6.20690590198324 ) ); +#2731 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 6.14806256864991 ) ); +#2732 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 6.08921923531658 ) ); +#2733 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 6.03037590198324 ) ); +#2734 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 5.97153256864990 ) ); +#2735 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 5.91268923531658 ) ); +#2736 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 5.85384590198324 ) ); +#2737 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 5.79500256864991 ) ); +#2738 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 5.73615923531658 ) ); +#2739 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 5.67731590198324 ) ); +#2740 = CARTESIAN_POINT( '', ( -3.17500000000000, -1.83308710467706, 5.61847256864991 ) ); +#2741 = CARTESIAN_POINT( '', ( -3.17500000000000, 0.000000000000000, 5.55962923531658 ) ); +#2742 = CARTESIAN_POINT( '', ( -3.17500000000000, 1.83308710467706, 5.50078590198325 ) ); +#2743 = CARTESIAN_POINT( '', ( -1.58750000000000, 2.74963065701559, 5.44194256864991 ) ); +#2744 = CARTESIAN_POINT( '', ( -2.24488425530105E-016, 3.66617420935412, 5.38309923531657 ) ); +#2745 = CARTESIAN_POINT( '', ( 1.58750000000000, 2.74963065701559, 5.32425590198324 ) ); +#2746 = CARTESIAN_POINT( '', ( 3.17500000000000, 1.83308710467706, 5.26541256864991 ) ); +#2747 = CARTESIAN_POINT( '', ( 3.17500000000000, 3.88825358729285E-016, 5.20656923531658 ) ); +#2748 = CARTESIAN_POINT( '', ( 3.17500000000000, -1.83308710467706, 5.14772590198324 ) ); +#2749 = CARTESIAN_POINT( '', ( 1.58750000000000, -2.74963065701559, 5.08888256864991 ) ); +#2750 = CARTESIAN_POINT( '', ( 6.73465276590316E-016, -3.66617420935412, 5.03003923531657 ) ); +#2751 = CARTESIAN_POINT( '', ( -1.58750000000000, -2.74963065701560, 4.97119590198324 ) ); +#2752 = CARTESIAN_POINT( '', ( -1.82309562490249, -2.61360945955824, 4.96246315748685 ) ); +#2753 = CARTESIAN_POINT( '', ( -2.03211776986365, -2.43949223597952, 4.95299999999999 ) ); +#2759 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2760 = CARTESIAN_POINT( '', ( 3.22580000000000, -3.74650000000000, -5.48640000000000 ) ); +#2761 = VECTOR( '', #2917, 1000.00000000000 ); +#2762 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2763 = CARTESIAN_POINT( '', ( 0.381000000000000, 3.74650000000000, -4.74980000000000 ) ); +#2764 = VECTOR( '', #2918, 1000.00000000000 ); +#2765 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2766 = CARTESIAN_POINT( '', ( -0.381000000000000, 0.000000000000000, -4.62280000000000 ) ); +#2767 = AXIS2_PLACEMENT_3D( '', #2919, #2920, #2921 ); +#2768 = CARTESIAN_POINT( '', ( 0.381000000000000, 0.000000000000000, 0.177800000000000 ) ); +#2769 = AXIS2_PLACEMENT_3D( '', #2922, #2923, #2924 ); +#2770 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2771 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2772 = CARTESIAN_POINT( '', ( 2.04470000000000, 0.000000000000000, 7.46760000000000 ) ); +#2773 = AXIS2_PLACEMENT_3D( '', #2925, #2926, #2927 ); +#2774 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2775 = CARTESIAN_POINT( '', ( -4.87890977618477E-016, -3.74650000000000, -4.74980000000000 ) ); +#2776 = CARTESIAN_POINT( '', ( 4.87890977618477E-016, -4.76250000000000, -4.74980000000000 ) ); +#2777 = VECTOR( '', #2928, 1000.00000000000 ); +#2778 = CARTESIAN_POINT( '', ( 0.190500000000000, -3.74650000000000, -4.55930000000000 ) ); +#2779 = VECTOR( '', #2929, 1000.00000000000 ); +#2780 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2781 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, -4.74980000000000 ) ); +#2782 = CARTESIAN_POINT( '', ( 0.381000000000000, -3.74650000000000, -4.74980000000000 ) ); +#2783 = VECTOR( '', #2930, 1000.00000000000 ); +#2784 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, -4.74980000000000 ) ); +#2785 = VECTOR( '', #2931, 1000.00000000000 ); +#2786 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2787 = CARTESIAN_POINT( '', ( -0.254000000000000, 0.000000000000000, -4.74980000000000 ) ); +#2788 = AXIS2_PLACEMENT_3D( '', #2932, #2933, #2934 ); +#2789 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2790 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2791 = CARTESIAN_POINT( '', ( -0.635000000000000, -3.74650000000000, -4.74980000000000 ) ); +#2792 = VECTOR( '', #2935, 1000.00000000000 ); +#2793 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2794 = CARTESIAN_POINT( '', ( -0.635000000000000, 4.76250000000000, -4.74980000000000 ) ); +#2795 = VECTOR( '', #2936, 1000.00000000000 ); +#2796 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2797 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2798 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2799 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2800 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2801 = CARTESIAN_POINT( '', ( 0.558520410832612, 0.000000000000000, 0.177800000000000 ) ); +#2802 = AXIS2_PLACEMENT_3D( '', #2937, #2938, #2939 ); +#2803 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2804 = COLOUR_RGB( '', 0.643137276172638, 0.678431391716003, 0.698039233684540 ); +#2805 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.242023218304129 ) ); +#2806 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2807 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2808 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.127000000000000 ) ); +#2809 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2810 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2811 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2812 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2813 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2814 = DIRECTION( '', ( 1.70740499604017E-015, 1.00000000000000, 0.000000000000000 ) ); +#2815 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2816 = DIRECTION( '', ( 9.10615997888088E-017, 1.00000000000000, 0.000000000000000 ) ); +#2817 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2818 = DIRECTION( '', ( 1.28055374703012E-015, -1.00000000000000, 0.000000000000000 ) ); +#2819 = DIRECTION( '', ( 1.00000000000000, -1.09449038207703E-016, 0.000000000000000 ) ); +#2820 = DIRECTION( '', ( -9.60415310272592E-016, 1.00000000000000, 0.000000000000000 ) ); +#2821 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2822 = DIRECTION( '', ( 1.17384093477761E-015, -1.00000000000000, 0.000000000000000 ) ); +#2823 = DIRECTION( '', ( 1.00000000000000, -1.09449038207703E-016, 0.000000000000000 ) ); +#2824 = DIRECTION( '', ( -9.10615997888088E-017, -1.00000000000000, 0.000000000000000 ) ); +#2825 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2826 = DIRECTION( '', ( 1.17384093477761E-015, 1.00000000000000, 0.000000000000000 ) ); +#2827 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2828 = DIRECTION( '', ( -9.07058904146337E-016, -1.00000000000000, 0.000000000000000 ) ); +#2829 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2830 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.39140000000000 ) ); +#2831 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2832 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2833 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 4.85140000000000 ) ); +#2834 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2835 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2836 = DIRECTION( '', ( -0.707106781186547, 0.000000000000000, -0.707106781186548 ) ); +#2837 = DIRECTION( '', ( 9.07058904146337E-016, 1.00000000000000, 0.000000000000000 ) ); +#2838 = DIRECTION( '', ( 0.707106781186547, 0.000000000000000, 0.707106781186548 ) ); +#2839 = DIRECTION( '', ( -9.07058904146337E-016, -1.00000000000000, 0.000000000000000 ) ); +#2840 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.127000000000000 ) ); +#2841 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2842 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2843 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.59460000000000 ) ); +#2844 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2845 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2846 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.59460000000000 ) ); +#2847 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2848 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2849 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2850 = DIRECTION( '', ( -9.60415310272593E-016, 1.00000000000000, 0.000000000000000 ) ); +#2851 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2852 = DIRECTION( '', ( 0.707106781186547, 0.000000000000000, -0.707106781186548 ) ); +#2853 = DIRECTION( '', ( -1.70740499604017E-015, -1.00000000000000, 0.000000000000000 ) ); +#2854 = DIRECTION( '', ( -0.707106781186547, 0.000000000000000, 0.707106781186548 ) ); +#2855 = DIRECTION( '', ( 1.70740499604017E-015, 1.00000000000000, 0.000000000000000 ) ); +#2856 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2857 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2858 = DIRECTION( '', ( 0.000000000000000, -1.00000000000000, 0.000000000000000 ) ); +#2859 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 2.03200000000000 ) ); +#2860 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2861 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2862 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 4.31800000000000 ) ); +#2863 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2864 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2865 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2866 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2867 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2868 = DIRECTION( '', ( 0.707106781186547, -7.73921571110122E-017, -0.707106781186548 ) ); +#2869 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2870 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2871 = DIRECTION( '', ( -1.00000000000000, 1.09449038207703E-016, 0.000000000000000 ) ); +#2872 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2873 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2874 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2875 = DIRECTION( '', ( 0.707106781186547, -7.73921571110122E-017, 0.707106781186548 ) ); +#2876 = DIRECTION( '', ( 9.10615997888088E-017, 1.00000000000000, 0.000000000000000 ) ); +#2877 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2878 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 8.76300000000000 ) ); +#2879 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2880 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2881 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 9.52500000000000 ) ); +#2882 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2883 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2884 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 8.28040000000000 ) ); +#2885 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2886 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2887 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.46760000000000 ) ); +#2888 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2889 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2890 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.39140000000000 ) ); +#2891 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2892 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2893 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 1.65100000000000 ) ); +#2894 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2895 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2896 = DIRECTION( '', ( -9.10615997888088E-017, -1.00000000000000, 0.000000000000000 ) ); +#2897 = DIRECTION( '', ( 0.000000000000000, 1.00000000000000, 0.000000000000000 ) ); +#2898 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2899 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2900 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2901 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2902 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2903 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2904 = DIRECTION( '', ( 1.17384093477761E-015, 1.00000000000000, 0.000000000000000 ) ); +#2905 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2906 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2907 = DIRECTION( '', ( 1.28055374703012E-015, -1.00000000000000, 0.000000000000000 ) ); +#2908 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 4.95300000000000 ) ); +#2909 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2910 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2911 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 9.52500000000000 ) ); +#2912 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2913 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2914 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2915 = DIRECTION( '', ( -1.28055374703012E-015, 1.00000000000000, 0.000000000000000 ) ); +#2916 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2917 = DIRECTION( '', ( -0.707106781186547, 0.000000000000000, 0.707106781186548 ) ); +#2918 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2919 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.62280000000000 ) ); +#2920 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2921 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2922 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.177800000000000 ) ); +#2923 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2924 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2925 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 7.46760000000000 ) ); +#2926 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2927 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2928 = DIRECTION( '', ( 9.60415310272593E-016, -1.00000000000000, 0.000000000000000 ) ); +#2929 = DIRECTION( '', ( -0.707106781186547, 0.000000000000000, -0.707106781186548 ) ); +#2930 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2931 = DIRECTION( '', ( 1.17384093477761E-015, -1.00000000000000, 0.000000000000000 ) ); +#2932 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, -4.74980000000000 ) ); +#2933 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, -1.00000000000000 ) ); +#2934 = DIRECTION( '', ( -1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2935 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2936 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +#2937 = CARTESIAN_POINT( '', ( 0.000000000000000, 0.000000000000000, 0.177800000000000 ) ); +#2938 = DIRECTION( '', ( 0.000000000000000, 0.000000000000000, 1.00000000000000 ) ); +#2939 = DIRECTION( '', ( 1.00000000000000, 0.000000000000000, 0.000000000000000 ) ); +ENDSEC; +END-ISO-10303-21; diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/MLPF-WB55-01E3.stp b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/MLPF-WB55-01E3.stp new file mode 100644 index 0000000..a1842dd --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.3dshapes/MLPF-WB55-01E3.stp @@ -0,0 +1,3411 @@ +ISO-10303-21; +HEADER; +FILE_DESCRIPTION (( 'STEP AP214' ), + '1' ); +FILE_NAME ('MLPF-WB55-01E3.STEP', + '2021-06-17T07:49:25', + ( '' ), + ( '' ), + 'SwSTEP 2.0', + 'SolidWorks 2018', + '' ); +FILE_SCHEMA (( 'AUTOMOTIVE_DESIGN' )); +ENDSEC; + +DATA; +#1 = SURFACE_STYLE_FILL_AREA ( #1465 ) ; +#2 = EDGE_LOOP ( 'NONE', ( #248, #1760, #2535, #654 ) ) ; +#3 = AXIS2_PLACEMENT_3D ( 'NONE', #244, #2559, #1807 ) ; +#4 = FACE_OUTER_BOUND ( 'NONE', #2919, .T. ) ; +#5 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#6 = EDGE_LOOP ( 'NONE', ( #3279, #740, #2381, #623 ) ) ; +#7 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4000000000000000222, 0.6929999999999996163 ) ) ; +#8 = SURFACE_STYLE_FILL_AREA ( #3192 ) ; +#9 = LINE ( 'NONE', #1924, #2691 ) ; +#10 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#11 = PRESENTATION_STYLE_ASSIGNMENT (( #2071 ) ) ; +#12 = VECTOR ( 'NONE', #1389, 1000.000000000000000 ) ; +#13 = VECTOR ( 'NONE', #1512, 1000.000000000000000 ) ; +#14 = ORIENTED_EDGE ( 'NONE', *, *, #1455, .F. ) ; +#15 = EDGE_CURVE ( 'NONE', #951, #1795, #1583, .T. ) ; +#16 = FILL_AREA_STYLE_COLOUR ( '', #1652 ) ; +#17 = SURFACE_STYLE_FILL_AREA ( #1238 ) ; +#18 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#19 = ORIENTED_EDGE ( 'NONE', *, *, #1115, .F. ) ; +#20 = PRESENTATION_STYLE_ASSIGNMENT (( #980 ) ) ; +#21 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#22 = VECTOR ( 'NONE', #2540, 1000.000000000000000 ) ; +#23 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2642 ) ) ; +#24 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#25 = VERTEX_POINT ( 'NONE', #1514 ) ; +#26 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #249 ), #1894 ) ; +#27 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3341 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3140, #532, #2358 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#28 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#29 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#30 = ORIENTED_EDGE ( 'NONE', *, *, #2415, .F. ) ; +#31 = PLANE ( 'NONE', #1812 ) ; +#32 = ORIENTED_EDGE ( 'NONE', *, *, #838, .T. ) ; +#33 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#34 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #194 ) ) ; +#35 = VERTEX_POINT ( 'NONE', #2796 ) ; +#36 = LINE ( 'NONE', #2024, #2965 ) ; +#37 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#38 = EDGE_CURVE ( 'NONE', #1244, #1391, #812, .T. ) ; +#39 = PLANE ( 'NONE', #1198 ) ; +#40 = ORIENTED_EDGE ( 'NONE', *, *, #669, .F. ) ; +#41 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1859 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1232, #3070, #2529 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#42 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#43 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2027 ) ) ; +#44 = ORIENTED_EDGE ( 'NONE', *, *, #2574, .F. ) ; +#45 = VECTOR ( 'NONE', #1168, 1000.000000000000000 ) ; +#46 = PLANE ( 'NONE', #2031 ) ; +#47 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3374 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1268, #1525, #3382 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#48 = DIRECTION ( 'NONE', ( 5.421010862427526114E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#49 = PRESENTATION_STYLE_ASSIGNMENT (( #542 ) ) ; +#50 = FACE_OUTER_BOUND ( 'NONE', #350, .T. ) ; +#51 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#52 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#53 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #149, 'distance_accuracy_value', 'NONE'); +#54 = ORIENTED_EDGE ( 'NONE', *, *, #2057, .F. ) ; +#55 = VECTOR ( 'NONE', #1684, 1000.000000000000000 ) ; +#56 = ADVANCED_FACE ( 'NONE', ( #972 ), #1768, .T. ) ; +#57 = EDGE_CURVE ( 'NONE', #560, #2737, #2371, .T. ) ; +#58 = FILL_AREA_STYLE ('',( #2407 ) ) ; +#59 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#60 = FACE_OUTER_BOUND ( 'NONE', #224, .T. ) ; +#61 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#62 = ORIENTED_EDGE ( 'NONE', *, *, #698, .F. ) ; +#63 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, 0.1029999999999997445 ) ) ; +#64 = STYLED_ITEM ( 'NONE', ( #1627 ), #845 ) ; +#65 = AXIS2_PLACEMENT_3D ( 'NONE', #1945, #597, #353 ) ; +#66 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1733 ), #2579 ) ; +#67 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#68 = ORIENTED_EDGE ( 'NONE', *, *, #468, .F. ) ; +#69 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#70 = FILL_AREA_STYLE ('',( #1611 ) ) ; +#71 = ADVANCED_FACE ( 'NONE', ( #3069 ), #2304, .F. ) ; +#72 = SURFACE_SIDE_STYLE ('',( #738 ) ) ; +#73 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE ( 'ANY', '', #2006, .NOT_KNOWN. ) ; +#74 = ORIENTED_EDGE ( 'NONE', *, *, #1140, .T. ) ; +#75 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3083, 'distance_accuracy_value', 'NONE'); +#76 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#77 = LINE ( 'NONE', #2251, #2469 ) ; +#78 = LINE ( 'NONE', #1918, #558 ) ; +#79 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.4000000000000000222, 0.4929999999999988836 ) ) ; +#80 = PLANE ( 'NONE', #2668 ) ; +#81 = ORIENTED_EDGE ( 'NONE', *, *, #2277, .T. ) ; +#82 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #702 ), #122 ) ; +#83 = FACE_OUTER_BOUND ( 'NONE', #2338, .T. ) ; +#84 = ADVANCED_FACE ( 'NONE', ( #2340 ), #185, .T. ) ; +#85 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#86 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #860 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #96, #69, #85 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#87 = FACE_OUTER_BOUND ( 'NONE', #3184, .T. ) ; +#88 = EDGE_LOOP ( 'NONE', ( #1672, #3151, #3035, #1813 ) ) ; +#89 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#90 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#91 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #708, 'distance_accuracy_value', 'NONE'); +#92 = AXIS2_PLACEMENT_3D ( 'NONE', #472, #2302, #3385 ) ; +#93 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#94 = LINE ( 'NONE', #665, #1053 ) ; +#95 = EDGE_CURVE ( 'NONE', #1809, #1342, #2833, .T. ) ; +#96 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#97 = VERTEX_POINT ( 'NONE', #3356 ) ; +#98 = SURFACE_STYLE_USAGE ( .BOTH. , #1630 ) ; +#99 = ADVANCED_FACE ( 'NONE', ( #3029 ), #2541, .F. ) ; +#100 = AXIS2_PLACEMENT_3D ( 'NONE', #2268, #431, #2508 ) ; +#101 = PLANE ( 'NONE', #2258 ) ; +#102 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1124 ), #1659 ) ; +#103 = EDGE_LOOP ( 'NONE', ( #3223, #1849, #958, #903 ) ) ; +#104 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#105 = ORIENTED_EDGE ( 'NONE', *, *, #3314, .F. ) ; +#106 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#107 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1410 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2466, #2706, #1934 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#108 = ORIENTED_EDGE ( 'NONE', *, *, #2104, .F. ) ; +#109 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#110 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#111 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#112 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#113 = EDGE_CURVE ( 'NONE', #2570, #1184, #1126, .T. ) ; +#114 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#115 = ADVANCED_FACE ( 'NONE', ( #2125 ), #2866, .F. ) ; +#116 = VECTOR ( 'NONE', #2855, 1000.000000000000000 ) ; +#117 = STYLED_ITEM ( 'NONE', ( #1888 ), #1086 ) ; +#118 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#119 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#120 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#121 = PLANE ( 'NONE', #535 ) ; +#122 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2101 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2867, #797, #2913 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#123 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#124 = VECTOR ( 'NONE', #477, 1000.000000000000000 ) ; +#125 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4200000000000000400, 0.1029999999999993004 ) ) ; +#126 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4000000000000000222, -0.4870000000000003770 ) ) ; +#127 = VECTOR ( 'NONE', #380, 1000.000000000000000 ) ; +#128 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#129 = ADVANCED_FACE ( 'NONE', ( #2225 ), #31, .F. ) ; +#130 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1400 ) ) ; +#131 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#132 = FACE_OUTER_BOUND ( 'NONE', #1280, .T. ) ; +#133 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#134 = EDGE_LOOP ( 'NONE', ( #1374, #2698, #924, #2310 ) ) ; +#135 = PLANE ( 'NONE', #937 ) ; +#136 = FILL_AREA_STYLE ('',( #413 ) ) ; +#137 = EDGE_CURVE ( 'NONE', #3039, #1795, #3258, .T. ) ; +#138 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4000000000000000222, -0.4870000000000003770 ) ) ; +#139 = EDGE_LOOP ( 'NONE', ( #3051, #546, #44, #3201 ) ) ; +#140 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#141 = STYLED_ITEM ( 'NONE', ( #49 ), #1966 ) ; +#142 = DIRECTION ( 'NONE', ( 5.421010862427526114E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#143 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 2.710505431213761578E-16 ) ) ; +#144 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#145 = ORIENTED_EDGE ( 'NONE', *, *, #523, .F. ) ; +#146 = SURFACE_STYLE_USAGE ( .BOTH. , #1431 ) ; +#147 = ORIENTED_EDGE ( 'NONE', *, *, #1933, .T. ) ; +#148 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#149 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#150 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#151 = ORIENTED_EDGE ( 'NONE', *, *, #3003, .T. ) ; +#152 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#153 = EDGE_CURVE ( 'NONE', #1296, #2348, #480, .T. ) ; +#154 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#155 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#156 = VECTOR ( 'NONE', #2958, 1000.000000000000000 ) ; +#157 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4000000000000000222, 0.6929999999999997273 ) ) ; +#158 = PRESENTATION_STYLE_ASSIGNMENT (( #459 ) ) ; +#159 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1637 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3260, #1195, #408 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#160 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #575 ), #676 ) ; +#161 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -2.710505431213762071E-16 ) ) ; +#162 = ORIENTED_EDGE ( 'NONE', *, *, #2164, .T. ) ; +#163 = STYLED_ITEM ( 'NONE', ( #1700 ), #2142 ) ; +#164 = ORIENTED_EDGE ( 'NONE', *, *, #2899, .F. ) ; +#165 = ORIENTED_EDGE ( 'NONE', *, *, #2328, .T. ) ; +#166 = PLANE ( 'NONE', #1286 ) ; +#167 = SURFACE_SIDE_STYLE ('',( #2223 ) ) ; +#168 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #744, 'distance_accuracy_value', 'NONE'); +#169 = FACE_OUTER_BOUND ( 'NONE', #2963, .T. ) ; +#170 = FILL_AREA_STYLE_COLOUR ( '', #1697 ) ; +#171 = ORIENTED_EDGE ( 'NONE', *, *, #2104, .T. ) ; +#172 = EDGE_CURVE ( 'NONE', #2500, #1111, #1648, .T. ) ; +#173 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#174 = VERTEX_POINT ( 'NONE', #1852 ) ; +#175 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#176 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#177 = STYLED_ITEM ( 'NONE', ( #358 ), #859 ) ; +#178 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#179 = EDGE_CURVE ( 'NONE', #3174, #723, #2896, .T. ) ; +#180 = ORIENTED_EDGE ( 'NONE', *, *, #3067, .T. ) ; +#181 = PLANE ( 'NONE', #2061 ) ; +#182 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4200000000000000400, -0.4870000000000003770 ) ) ; +#183 = SURFACE_STYLE_USAGE ( .BOTH. , #1226 ) ; +#184 = ORIENTED_EDGE ( 'NONE', *, *, #852, .T. ) ; +#185 = PLANE ( 'NONE', #1220 ) ; +#186 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1731, 'distance_accuracy_value', 'NONE'); +#187 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#188 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#189 = VECTOR ( 'NONE', #1170, 1000.000000000000000 ) ; +#190 = SURFACE_STYLE_FILL_AREA ( #2845 ) ; +#191 = ORIENTED_EDGE ( 'NONE', *, *, #1378, .F. ) ; +#192 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, -0.7999999999999999334 ) ) ; +#193 = VECTOR ( 'NONE', #540, 1000.000000000000000 ) ; +#194 = STYLED_ITEM ( 'NONE', ( #233 ), #2937 ) ; +#195 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#196 = VECTOR ( 'NONE', #2254, 1000.000000000000000 ) ; +#197 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#198 = SURFACE_STYLE_USAGE ( .BOTH. , #2852 ) ; +#199 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4000000000000000222, 0.1029999999999993004 ) ) ; +#200 = LINE ( 'NONE', #524, #1203 ) ; +#201 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#202 = FILL_AREA_STYLE_COLOUR ( '', #1666 ) ; +#203 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#204 = EDGE_CURVE ( 'NONE', #2893, #865, #2146, .T. ) ; +#205 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#206 = PRESENTATION_STYLE_ASSIGNMENT (( #900 ) ) ; +#207 = VECTOR ( 'NONE', #991, 1000.000000000000000 ) ; +#208 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #479, 'distance_accuracy_value', 'NONE'); +#209 = ORIENTED_EDGE ( 'NONE', *, *, #1756, .F. ) ; +#210 = AXIS2_PLACEMENT_3D ( 'NONE', #1452, #2224, #1201 ) ; +#211 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3180 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #247, #2916, #800 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#212 = SURFACE_STYLE_USAGE ( .BOTH. , #2271 ) ; +#213 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#214 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#215 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#216 = ORIENTED_EDGE ( 'NONE', *, *, #1851, .T. ) ; +#217 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2241 ), #3300 ) ; +#218 = LINE ( 'NONE', #827, #2742 ) ; +#219 = ORIENTED_EDGE ( 'NONE', *, *, #2854, .T. ) ; +#220 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #817, 'distance_accuracy_value', 'NONE'); +#221 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#222 = VERTEX_POINT ( 'NONE', #1026 ) ; +#223 = FILL_AREA_STYLE ('',( #1511 ) ) ; +#224 = EDGE_LOOP ( 'NONE', ( #1379, #1516, #2614, #927 ) ) ; +#225 = EDGE_CURVE ( 'NONE', #2439, #951, #911, .T. ) ; +#226 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#227 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3217 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3296, #2778, #1721 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#228 = ORIENTED_EDGE ( 'NONE', *, *, #1605, .T. ) ; +#229 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2626 ) ) ; +#230 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#231 = FILL_AREA_STYLE_COLOUR ( '', #2537 ) ; +#232 = DIRECTION ( 'NONE', ( -2.710505431213763057E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#233 = PRESENTATION_STYLE_ASSIGNMENT (( #2713 ) ) ; +#234 = LINE ( 'NONE', #1073, #2929 ) ; +#235 = ORIENTED_EDGE ( 'NONE', *, *, #742, .T. ) ; +#236 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#237 = VECTOR ( 'NONE', #2873, 1000.000000000000000 ) ; +#238 = FACE_OUTER_BOUND ( 'NONE', #3207, .T. ) ; +#239 = SURFACE_STYLE_FILL_AREA ( #337 ) ; +#240 = VECTOR ( 'NONE', #2836, 1000.000000000000000 ) ; +#241 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#242 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#243 = SURFACE_STYLE_USAGE ( .BOTH. , #763 ) ; +#244 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#245 = PRODUCT_DEFINITION_CONTEXT ( 'detailed design', #2773, 'design' ) ; +#246 = EDGE_CURVE ( 'NONE', #705, #2414, #1744, .T. ) ; +#247 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#248 = ORIENTED_EDGE ( 'NONE', *, *, #1115, .T. ) ; +#249 = STYLED_ITEM ( 'NONE', ( #960 ), #1623 ) ; +#250 = PLANE ( 'NONE', #371 ) ; +#251 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#252 = FACE_OUTER_BOUND ( 'NONE', #2413, .T. ) ; +#253 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#254 = ORIENTED_EDGE ( 'NONE', *, *, #1288, .F. ) ; +#255 = SURFACE_SIDE_STYLE ('',( #1156 ) ) ; +#256 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #194 ), #2411 ) ; +#257 = EDGE_LOOP ( 'NONE', ( #2951, #3054, #3295, #165 ) ) ; +#258 = ORIENTED_EDGE ( 'NONE', *, *, #461, .T. ) ; +#259 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#260 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#261 = EDGE_CURVE ( 'NONE', #3188, #2393, #559, .T. ) ; +#262 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#263 = FILL_AREA_STYLE_COLOUR ( '', #769 ) ; +#264 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#265 = EDGE_LOOP ( 'NONE', ( #897, #442, #3116, #2438 ) ) ; +#266 = AXIS2_PLACEMENT_3D ( 'NONE', #474, #3061, #729 ) ; +#267 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2861 ), #2922 ) ; +#268 = PRESENTATION_STYLE_ASSIGNMENT (( #146 ) ) ; +#269 = EDGE_LOOP ( 'NONE', ( #2708, #2669, #2159, #410 ) ) ; +#270 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#271 = AXIS2_PLACEMENT_3D ( 'NONE', #2994, #1411, #3256 ) ; +#272 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1143, 'distance_accuracy_value', 'NONE'); +#273 = FACE_OUTER_BOUND ( 'NONE', #1190, .T. ) ; +#274 = FACE_OUTER_BOUND ( 'NONE', #1975, .T. ) ; +#275 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.6929999999999997273 ) ) ; +#276 = SURFACE_STYLE_FILL_AREA ( #2082 ) ; +#277 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#278 = VECTOR ( 'NONE', #1463, 1000.000000000000000 ) ; +#279 = PRESENTATION_STYLE_ASSIGNMENT (( #1486 ) ) ; +#280 = ORIENTED_EDGE ( 'NONE', *, *, #1905, .F. ) ; +#281 = EDGE_CURVE ( 'NONE', #1251, #2610, #3172, .T. ) ; +#282 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#283 = SURFACE_STYLE_FILL_AREA ( #611 ) ; +#284 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#285 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#286 = FILL_AREA_STYLE ('',( #1305 ) ) ; +#287 = VECTOR ( 'NONE', #2221, 1000.000000000000000 ) ; +#288 = EDGE_CURVE ( 'NONE', #2393, #3174, #1106, .T. ) ; +#289 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.0000000000000000000, -0.7999999999999999334 ) ) ; +#290 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3052, 'distance_accuracy_value', 'NONE'); +#291 = VERTEX_POINT ( 'NONE', #2166 ) ; +#292 = AXIS2_PLACEMENT_3D ( 'NONE', #1709, #668, #635 ) ; +#293 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#294 = ORIENTED_EDGE ( 'NONE', *, *, #2021, .T. ) ; +#295 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#296 = ORIENTED_EDGE ( 'NONE', *, *, #2202, .F. ) ; +#297 = SURFACE_STYLE_USAGE ( .BOTH. , #1881 ) ; +#298 = DIRECTION ( 'NONE', ( -2.710505431213765522E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#299 = ORIENTED_EDGE ( 'NONE', *, *, #2164, .F. ) ; +#300 = EDGE_CURVE ( 'NONE', #2206, #1779, #2724, .T. ) ; +#301 = SURFACE_SIDE_STYLE ('',( #2237 ) ) ; +#302 = EDGE_LOOP ( 'NONE', ( #2553, #1307, #164, #3016 ) ) ; +#303 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #141 ) ) ; +#304 = VECTOR ( 'NONE', #846, 1000.000000000000000 ) ; +#305 = EDGE_LOOP ( 'NONE', ( #2099, #948, #3085, #2369 ) ) ; +#306 = ADVANCED_FACE ( 'NONE', ( #2468 ), #2960, .F. ) ; +#307 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1293, 'distance_accuracy_value', 'NONE'); +#308 = SURFACE_SIDE_STYLE ('',( #2280 ) ) ; +#309 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #75 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3083, #2305, #203 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#310 = VECTOR ( 'NONE', #1080, 1000.000000000000000 ) ; +#311 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ; +#312 = ORIENTED_EDGE ( 'NONE', *, *, #172, .T. ) ; +#313 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#314 = VERTEX_POINT ( 'NONE', #285 ) ; +#315 = EDGE_CURVE ( 'NONE', #174, #2677, #3353, .T. ) ; +#316 = PLANE ( 'NONE', #1011 ) ; +#317 = SURFACE_STYLE_FILL_AREA ( #576 ) ; +#318 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#319 = ADVANCED_FACE ( 'NONE', ( #2036 ), #1643, .F. ) ; +#320 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #120, 'distance_accuracy_value', 'NONE'); +#321 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #53 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #149, #1164, #2261 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#322 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #575 ) ) ; +#323 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3031 ), #309 ) ; +#324 = ORIENTED_EDGE ( 'NONE', *, *, #2051, .T. ) ; +#325 = FILL_AREA_STYLE_COLOUR ( '', #2859 ) ; +#326 = ORIENTED_EDGE ( 'NONE', *, *, #2382, .T. ) ; +#327 = SURFACE_SIDE_STYLE ('',( #516 ) ) ; +#328 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#329 = ORIENTED_EDGE ( 'NONE', *, *, #1266, .F. ) ; +#330 = VECTOR ( 'NONE', #1715, 1000.000000000000000 ) ; +#331 = ADVANCED_FACE ( 'NONE', ( #1570 ), #1323, .F. ) ; +#332 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#333 = SURFACE_STYLE_FILL_AREA ( #1540 ) ; +#334 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #117 ) ) ; +#335 = EDGE_LOOP ( 'NONE', ( #1940, #3384, #602, #581 ) ) ; +#336 = EDGE_CURVE ( 'NONE', #1779, #570, #2812, .T. ) ; +#337 = FILL_AREA_STYLE ('',( #2740 ) ) ; +#338 = SURFACE_STYLE_USAGE ( .BOTH. , #1923 ) ; +#339 = SURFACE_STYLE_FILL_AREA ( #1747 ) ; +#340 = SURFACE_SIDE_STYLE ('',( #499 ) ) ; +#341 = STYLED_ITEM ( 'NONE', ( #1805 ), #1895 ) ; +#342 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#343 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#344 = FACE_OUTER_BOUND ( 'NONE', #2325, .T. ) ; +#345 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#346 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#347 = LINE ( 'NONE', #1815, #492 ) ; +#348 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#349 = LINE ( 'NONE', #1263, #13 ) ; +#350 = EDGE_LOOP ( 'NONE', ( #1102, #2335, #2673, #672 ) ) ; +#351 = DIRECTION ( 'NONE', ( -2.710505431213761578E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#352 = ADVANCED_FACE ( 'NONE', ( #2113 ), #101, .F. ) ; +#353 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#354 = AXIS2_PLACEMENT_3D ( 'NONE', #1678, #1957, #1978 ) ; +#355 = SURFACE_STYLE_FILL_AREA ( #2989 ) ; +#356 = PRESENTATION_STYLE_ASSIGNMENT (( #2188 ) ) ; +#357 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4000000000000000222, -0.4870000000000001550 ) ) ; +#358 = PRESENTATION_STYLE_ASSIGNMENT (( #3050 ) ) ; +#359 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4000000000000000222, 0.6929999999999987281 ) ) ; +#360 = LINE ( 'NONE', #2612, #3076 ) ; +#361 = EDGE_CURVE ( 'NONE', #35, #2065, #3255, .T. ) ; +#362 = FILL_AREA_STYLE ('',( #3104 ) ) ; +#363 = EDGE_LOOP ( 'NONE', ( #3285, #2687, #849, #3359 ) ) ; +#364 = FILL_AREA_STYLE ('',( #3166 ) ) ; +#365 = SURFACE_STYLE_USAGE ( .BOTH. , #1396 ) ; +#366 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1784 ) ) ; +#367 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4200000000000000400, 0.6929999999999988392 ) ) ; +#368 = ORIENTED_EDGE ( 'NONE', *, *, #2567, .F. ) ; +#369 = ORIENTED_EDGE ( 'NONE', *, *, #2435, .T. ) ; +#370 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#371 = AXIS2_PLACEMENT_3D ( 'NONE', #2638, #2373, #2956 ) ; +#372 = ADVANCED_FACE ( 'NONE', ( #420 ), #2326, .F. ) ; +#373 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#374 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#375 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#376 = ORIENTED_EDGE ( 'NONE', *, *, #3208, .F. ) ; +#377 = PRESENTATION_STYLE_ASSIGNMENT (( #2011 ) ) ; +#378 = VECTOR ( 'NONE', #774, 1000.000000000000000 ) ; +#379 = EDGE_CURVE ( 'NONE', #2450, #614, #830, .T. ) ; +#380 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#381 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2600, 'distance_accuracy_value', 'NONE'); +#382 = VECTOR ( 'NONE', #1294, 1000.000000000000000 ) ; +#383 = ORIENTED_EDGE ( 'NONE', *, *, #786, .F. ) ; +#384 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2692 ) ) ; +#385 = VECTOR ( 'NONE', #3144, 1000.000000000000000 ) ; +#386 = LINE ( 'NONE', #2289, #3177 ) ; +#387 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3075 ) ) ; +#388 = VECTOR ( 'NONE', #3301, 1000.000000000000000 ) ; +#389 = DIRECTION ( 'NONE', ( -5.421010862427523156E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#390 = SURFACE_STYLE_USAGE ( .BOTH. , #1973 ) ; +#391 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#392 = FACE_OUTER_BOUND ( 'NONE', #424, .T. ) ; +#393 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3280 ), #2214 ) ; +#394 = SURFACE_STYLE_FILL_AREA ( #2211 ) ; +#395 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 8.131516293641285227E-16 ) ) ; +#396 = VERTEX_POINT ( 'NONE', #1546 ) ; +#397 = ORIENTED_EDGE ( 'NONE', *, *, #3388, .T. ) ; +#398 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4000000000000000222, 0.4929999999999997162 ) ) ; +#399 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#400 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#401 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#402 = EDGE_CURVE ( 'NONE', #851, #2602, #3097, .T. ) ; +#403 = FILL_AREA_STYLE ('',( #709 ) ) ; +#404 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2767, 'distance_accuracy_value', 'NONE'); +#405 = ORIENTED_EDGE ( 'NONE', *, *, #1803, .F. ) ; +#406 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#407 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2645 ), #2169 ) ; +#408 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#409 = FILL_AREA_STYLE_COLOUR ( '', #1972 ) ; +#410 = ORIENTED_EDGE ( 'NONE', *, *, #2733, .T. ) ; +#411 = FILL_AREA_STYLE_COLOUR ( '', #1208 ) ; +#412 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2770 ) ) ; +#413 = FILL_AREA_STYLE_COLOUR ( '', #3112 ) ; +#414 = ORIENTED_EDGE ( 'NONE', *, *, #2595, .F. ) ; +#415 = SURFACE_STYLE_USAGE ( .BOTH. , #1454 ) ; +#416 = ORIENTED_EDGE ( 'NONE', *, *, #2595, .T. ) ; +#417 = STYLED_ITEM ( 'NONE', ( #1392 ), #2990 ) ; +#418 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#419 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#420 = FACE_OUTER_BOUND ( 'NONE', #1087, .T. ) ; +#421 = SURFACE_STYLE_USAGE ( .BOTH. , #1706 ) ; +#422 = VECTOR ( 'NONE', #232, 1000.000000000000000 ) ; +#423 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#424 = EDGE_LOOP ( 'NONE', ( #1101, #1553, #2885, #3148 ) ) ; +#425 = SURFACE_SIDE_STYLE ('',( #2908 ) ) ; +#426 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2719, 'distance_accuracy_value', 'NONE'); +#427 = PRESENTATION_STYLE_ASSIGNMENT (( #1826 ) ) ; +#428 = PLANE ( 'NONE', #292 ) ; +#429 = EDGE_CURVE ( 'NONE', #2377, #1610, #2390, .T. ) ; +#430 = FILL_AREA_STYLE_COLOUR ( '', #90 ) ; +#431 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#432 = PRESENTATION_STYLE_ASSIGNMENT (( #1031 ) ) ; +#433 = VECTOR ( 'NONE', #1900, 1000.000000000000000 ) ; +#434 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4000000000000000222, 0.1029999999999997445 ) ) ; +#435 = ORIENTED_EDGE ( 'NONE', *, *, #1242, .T. ) ; +#436 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2619 ) ) ; +#437 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1913 ) ) ; +#438 = LINE ( 'NONE', #2651, #3220 ) ; +#439 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#440 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#441 = FILL_AREA_STYLE ('',( #409 ) ) ; +#442 = ORIENTED_EDGE ( 'NONE', *, *, #3122, .T. ) ; +#443 = AXIS2_PLACEMENT_3D ( 'NONE', #3275, #351, #871 ) ; +#444 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#445 = ORIENTED_EDGE ( 'NONE', *, *, #2124, .T. ) ; +#446 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#447 = ADVANCED_FACE ( 'NONE', ( #2853 ), #1802, .F. ) ; +#448 = VECTOR ( 'NONE', #2876, 1000.000000000000000 ) ; +#449 = DIRECTION ( 'NONE', ( 5.421010862427526114E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#450 = VECTOR ( 'NONE', #2203, 1000.000000000000000 ) ; +#451 = LINE ( 'NONE', #889, #3154 ) ; +#452 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#453 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#454 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1118, 'distance_accuracy_value', 'NONE'); +#455 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4000000000000000222, -0.09700000000000062739 ) ) ; +#456 = CLOSED_SHELL ( 'NONE', ( #1884, #2685, #2174, #3269, #1910, #2410 ) ) ; +#457 = FILL_AREA_STYLE ('',( #2862 ) ) ; +#458 = AXIS2_PLACEMENT_3D ( 'NONE', #3171, #3229, #2182 ) ; +#459 = SURFACE_STYLE_USAGE ( .BOTH. , #703 ) ; +#460 = SURFACE_SIDE_STYLE ('',( #2672 ) ) ; +#461 = EDGE_CURVE ( 'NONE', #3322, #3391, #1024, .T. ) ; +#462 = FILL_AREA_STYLE ('',( #475 ) ) ; +#463 = SURFACE_STYLE_USAGE ( .BOTH. , #1515 ) ; +#464 = VERTEX_POINT ( 'NONE', #514 ) ; +#465 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#466 = AXIS2_PLACEMENT_3D ( 'NONE', #2492, #2522, #1448 ) ; +#467 = PLANE ( 'NONE', #1344 ) ; +#468 = EDGE_CURVE ( 'NONE', #506, #3046, #360, .T. ) ; +#469 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#470 = ORIENTED_EDGE ( 'NONE', *, *, #1724, .T. ) ; +#471 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#472 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#473 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2389 ), #579 ) ; +#474 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.6929999999999997273 ) ) ; +#475 = FILL_AREA_STYLE_COLOUR ( '', #2946 ) ; +#476 = SURFACE_STYLE_USAGE ( .BOTH. , #1014 ) ; +#477 = DIRECTION ( 'NONE', ( -2.710505431213765029E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#478 = PLANE ( 'NONE', #1575 ) ; +#479 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#480 = LINE ( 'NONE', #275, #382 ) ; +#481 = AXIS2_PLACEMENT_3D ( 'NONE', #1180, #1221, #2499 ) ; +#482 = LINE ( 'NONE', #1785, #1649 ) ; +#483 = ORIENTED_EDGE ( 'NONE', *, *, #1371, .T. ) ; +#484 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, 2.710505431213762071E-16 ) ) ; +#485 = VECTOR ( 'NONE', #2918, 1000.000000000000000 ) ; +#486 = FILL_AREA_STYLE ('',( #1229 ) ) ; +#487 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#488 = EDGE_CURVE ( 'NONE', #851, #2547, #2991, .T. ) ; +#489 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4200000000000000400, 0.6929999999999988392 ) ) ; +#490 = FACE_OUTER_BOUND ( 'NONE', #1096, .T. ) ; +#491 = LINE ( 'NONE', #1425, #2621 ) ; +#492 = VECTOR ( 'NONE', #2094, 1000.000000000000000 ) ; +#493 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #341 ), #3222 ) ; +#494 = AXIS2_PLACEMENT_3D ( 'NONE', #2078, #543, #1065 ) ; +#495 = ORIENTED_EDGE ( 'NONE', *, *, #810, .T. ) ; +#496 = PRESENTATION_STYLE_ASSIGNMENT (( #1188 ) ) ; +#497 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1639 ) ) ; +#498 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#499 = SURFACE_STYLE_FILL_AREA ( #2998 ) ; +#500 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#501 = ORIENTED_EDGE ( 'NONE', *, *, #1890, .T. ) ; +#502 = LINE ( 'NONE', #1819, #1131 ) ; +#503 = PLANE ( 'NONE', #862 ) ; +#504 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#505 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#506 = VERTEX_POINT ( 'NONE', #2048 ) ; +#507 = EDGE_CURVE ( 'NONE', #687, #2726, #3286, .T. ) ; +#508 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427524142E-16 ) ) ; +#509 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3073 ), #1028 ) ; +#510 = ORIENTED_EDGE ( 'NONE', *, *, #531, .F. ) ; +#511 = VERTEX_POINT ( 'NONE', #1276 ) ; +#512 = FILL_AREA_STYLE ('',( #555 ) ) ; +#513 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #612 ), #990 ) ; +#514 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#515 = SURFACE_STYLE_FILL_AREA ( #880 ) ; +#516 = SURFACE_STYLE_FILL_AREA ( #3204 ) ; +#517 = ORIENTED_EDGE ( 'NONE', *, *, #2386, .F. ) ; +#518 = SURFACE_STYLE_USAGE ( .BOTH. , #1842 ) ; +#519 = VECTOR ( 'NONE', #3028, 1000.000000000000000 ) ; +#520 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#521 = ORIENTED_EDGE ( 'NONE', *, *, #1998, .F. ) ; +#522 = VECTOR ( 'NONE', #2352, 1000.000000000000000 ) ; +#523 = EDGE_CURVE ( 'NONE', #1296, #723, #2097, .T. ) ; +#524 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4000000000000000222, 0.1029999999999993560 ) ) ; +#525 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3013, 'distance_accuracy_value', 'NONE'); +#526 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#527 = LINE ( 'NONE', #2851, #124 ) ; +#528 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#529 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#530 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #984 ) ) ; +#531 = EDGE_CURVE ( 'NONE', #1823, #3129, #502, .T. ) ; +#532 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#533 = ORIENTED_EDGE ( 'NONE', *, *, #954, .T. ) ; +#534 = SURFACE_STYLE_FILL_AREA ( #1450 ) ; +#535 = AXIS2_PLACEMENT_3D ( 'NONE', #1947, #1427, #143 ) ; +#536 = LINE ( 'NONE', #2217, #1970 ) ; +#537 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1497 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #328, #2387, #2145 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#538 = VECTOR ( 'NONE', #2962, 1000.000000000000000 ) ; +#539 = FILL_AREA_STYLE_COLOUR ( '', #982 ) ; +#540 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 8.131516293641285227E-16 ) ) ; +#541 = ORIENTED_EDGE ( 'NONE', *, *, #1005, .T. ) ; +#542 = SURFACE_STYLE_USAGE ( .BOTH. , #2107 ) ; +#543 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#544 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1298 ) ) ; +#545 = VERTEX_POINT ( 'NONE', #260 ) ; +#546 = ORIENTED_EDGE ( 'NONE', *, *, #2365, .F. ) ; +#547 = FILL_AREA_STYLE_COLOUR ( '', #3209 ) ; +#548 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#549 = EDGE_CURVE ( 'NONE', #2487, #1809, #1222, .T. ) ; +#550 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#551 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, 0.0000000000000000000 ) ) ; +#552 = ORIENTED_EDGE ( 'NONE', *, *, #1756, .T. ) ; +#553 = AXIS2_PLACEMENT_3D ( 'NONE', #1658, #1936, #2717 ) ; +#554 = EDGE_LOOP ( 'NONE', ( #785, #588, #14, #1157 ) ) ; +#555 = FILL_AREA_STYLE_COLOUR ( '', #2079 ) ; +#556 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2374 ), #86 ) ; +#557 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#558 = VECTOR ( 'NONE', #332, 1000.000000000000000 ) ; +#559 = LINE ( 'NONE', #1311, #1321 ) ; +#560 = VERTEX_POINT ( 'NONE', #2074 ) ; +#561 = FILL_AREA_STYLE_COLOUR ( '', #2657 ) ; +#562 = FACE_OUTER_BOUND ( 'NONE', #6, .T. ) ; +#563 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#564 = LINE ( 'NONE', #663, #2661 ) ; +#565 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2568, 'distance_accuracy_value', 'NONE'); +#566 = LINE ( 'NONE', #548, #2914 ) ; +#567 = EDGE_CURVE ( 'NONE', #2393, #1296, #1587, .T. ) ; +#568 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#569 = FACE_BOUND ( 'NONE', #1600, .T. ) ; +#570 = VERTEX_POINT ( 'NONE', #784 ) ; +#571 = SURFACE_STYLE_USAGE ( .BOTH. , #301 ) ; +#572 = ADVANCED_FACE ( 'NONE', ( #1717 ), #2629, .T. ) ; +#573 = STYLED_ITEM ( 'NONE', ( #925 ), #1135 ) ; +#574 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#575 = STYLED_ITEM ( 'NONE', ( #1393 ), #319 ) ; +#576 = FILL_AREA_STYLE ('',( #2664 ) ) ; +#577 = VECTOR ( 'NONE', #1082, 1000.000000000000000 ) ; +#578 = VERTEX_POINT ( 'NONE', #1848 ) ; +#579 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1363 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1981, #1498, #661 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#580 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#581 = ORIENTED_EDGE ( 'NONE', *, *, #468, .T. ) ; +#582 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#583 = PRODUCT_RELATED_PRODUCT_CATEGORY ( 'part', '', ( #2318 ) ) ; +#584 = ADVANCED_FACE ( 'NONE', ( #252 ), #1314, .T. ) ; +#585 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#586 = VERTEX_POINT ( 'NONE', #24 ) ; +#587 = EDGE_CURVE ( 'NONE', #3317, #999, #2014, .T. ) ; +#588 = ORIENTED_EDGE ( 'NONE', *, *, #549, .F. ) ; +#589 = LINE ( 'NONE', #3034, #904 ) ; +#590 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2820 ), #1100 ) ; +#591 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#592 = ORIENTED_EDGE ( 'NONE', *, *, #805, .T. ) ; +#593 = PRESENTATION_STYLE_ASSIGNMENT (( #1518 ) ) ; +#594 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4200000000000000400, 0.1029999999999993004 ) ) ; +#595 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #776 ) ) ; +#596 = ADVANCED_FACE ( 'NONE', ( #169 ), #1867, .F. ) ; +#597 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#598 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #417 ), #2891 ) ; +#599 = SURFACE_STYLE_USAGE ( .BOTH. , #2459 ) ; +#600 = VECTOR ( 'NONE', #2676, 1000.000000000000000 ) ; +#601 = EDGE_LOOP ( 'NONE', ( #521, #105, #2263, #2646 ) ) ; +#602 = ORIENTED_EDGE ( 'NONE', *, *, #1976, .F. ) ; +#603 = EDGE_CURVE ( 'NONE', #1503, #1471, #888, .T. ) ; +#604 = LINE ( 'NONE', #2734, #127 ) ; +#605 = LINE ( 'NONE', #2128, #1367 ) ; +#606 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#607 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2619 ), #791 ) ; +#608 = AXIS2_PLACEMENT_3D ( 'NONE', #1034, #2076, #1581 ) ; +#609 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#610 = ORIENTED_EDGE ( 'NONE', *, *, #2981, .T. ) ; +#611 = FILL_AREA_STYLE ('',( #2964 ) ) ; +#612 = STYLED_ITEM ( 'NONE', ( #3014 ), #2399 ) ; +#613 = ADVANCED_FACE ( 'NONE', ( #1889 ), #3130, .F. ) ; +#614 = VERTEX_POINT ( 'NONE', #2889 ) ; +#615 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#616 = ORIENTED_EDGE ( 'NONE', *, *, #3092, .F. ) ; +#617 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#618 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#619 = EDGE_CURVE ( 'NONE', #2603, #2344, #2701, .T. ) ; +#620 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, 0.1029999999999993560 ) ) ; +#621 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#622 = FILL_AREA_STYLE_COLOUR ( '', #591 ) ; +#623 = ORIENTED_EDGE ( 'NONE', *, *, #3370, .T. ) ; +#624 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2441 ), #2921 ) ; +#625 = SURFACE_STYLE_USAGE ( .BOTH. , #1310 ) ; +#626 = EDGE_CURVE ( 'NONE', #983, #999, #779, .T. ) ; +#627 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#628 = ADVANCED_FACE ( 'NONE', ( #132 ), #843, .F. ) ; +#629 = VECTOR ( 'NONE', #550, 1000.000000000000000 ) ; +#630 = SURFACE_STYLE_FILL_AREA ( #223 ) ; +#631 = PLANE ( 'NONE', #1571 ) ; +#632 = ORIENTED_EDGE ( 'NONE', *, *, #288, .T. ) ; +#633 = AXIS2_PLACEMENT_3D ( 'NONE', #197, #418, #148 ) ; +#634 = VECTOR ( 'NONE', #270, 1000.000000000000000 ) ; +#635 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#636 = SURFACE_STYLE_FILL_AREA ( #2490 ) ; +#637 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #114, 'distance_accuracy_value', 'NONE'); +#638 = LINE ( 'NONE', #2601, #3363 ) ; +#639 = FILL_AREA_STYLE_COLOUR ( '', #3101 ) ; +#640 = LINE ( 'NONE', #2234, #2431 ) ; +#641 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#642 = FACE_OUTER_BOUND ( 'NONE', #2231, .T. ) ; +#643 = FACE_OUTER_BOUND ( 'NONE', #3064, .T. ) ; +#644 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#645 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#646 = ORIENTED_EDGE ( 'NONE', *, *, #523, .T. ) ; +#647 = LINE ( 'NONE', #1319, #3274 ) ; +#648 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#649 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#650 = EDGE_CURVE ( 'NONE', #983, #2103, #218, .T. ) ; +#651 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#652 = SURFACE_STYLE_USAGE ( .BOTH. , #857 ) ; +#653 = AXIS2_PLACEMENT_3D ( 'NONE', #1035, #3146, #508 ) ; +#654 = ORIENTED_EDGE ( 'NONE', *, *, #1588, .T. ) ; +#655 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#656 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1791 ), #1255 ) ; +#657 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#658 = ORIENTED_EDGE ( 'NONE', *, *, #1358, .T. ) ; +#659 = SURFACE_STYLE_USAGE ( .BOTH. , #2464 ) ; +#660 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #568, 'distance_accuracy_value', 'NONE'); +#661 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#662 = ADVANCED_FACE ( 'NONE', ( #2093 ), #80, .F. ) ; +#663 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#664 = ORIENTED_EDGE ( 'NONE', *, *, #1095, .F. ) ; +#665 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4200000000000000400, 0.1029999999999993004 ) ) ; +#666 = CLOSED_SHELL ( 'NONE', ( #306, #2971, #2952, #2711, #572, #2425 ) ) ; +#667 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#668 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#669 = EDGE_CURVE ( 'NONE', #713, #3320, #1299, .T. ) ; +#670 = FILL_AREA_STYLE_COLOUR ( '', #1622 ) ; +#671 = VECTOR ( 'NONE', #651, 1000.000000000000000 ) ; +#672 = ORIENTED_EDGE ( 'NONE', *, *, #2678, .T. ) ; +#673 = FILL_AREA_STYLE_COLOUR ( '', #667 ) ; +#674 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3084 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3371, #500, #1243 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#675 = APPLICATION_CONTEXT ( 'automotive_design' ) ; +#676 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #320 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #120, #2984, #1657 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#677 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#678 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#679 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3031 ) ) ; +#680 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2566, 'distance_accuracy_value', 'NONE'); +#681 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#682 = PRESENTATION_STYLE_ASSIGNMENT (( #1549 ) ) ; +#683 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#684 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#685 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#686 = ORIENTED_EDGE ( 'NONE', *, *, #2783, .T. ) ; +#687 = VERTEX_POINT ( 'NONE', #1645 ) ; +#688 = DIRECTION ( 'NONE', ( -2.710505431213765029E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#689 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2926 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2194, #557, #284 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#690 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#691 = EDGE_CURVE ( 'NONE', #1610, #1176, #3326, .T. ) ; +#692 = PLANE ( 'NONE', #2111 ) ; +#693 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#694 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#695 = ORIENTED_EDGE ( 'NONE', *, *, #2057, .T. ) ; +#696 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#697 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2441 ) ) ; +#698 = EDGE_CURVE ( 'NONE', #998, #1993, #3228, .T. ) ; +#699 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#700 = VERTEX_POINT ( 'NONE', #3235 ) ; +#701 = SURFACE_SIDE_STYLE ('',( #2897 ) ) ; +#702 = STYLED_ITEM ( 'NONE', ( #682 ), #1910 ) ; +#703 = SURFACE_SIDE_STYLE ('',( #17 ) ) ; +#704 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#705 = VERTEX_POINT ( 'NONE', #645 ) ; +#706 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#707 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#708 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#709 = FILL_AREA_STYLE_COLOUR ( '', #1565 ) ; +#710 = LINE ( 'NONE', #3375, #2807 ) ; +#711 = STYLED_ITEM ( 'NONE', ( #2623 ), #3244 ) ; +#712 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#713 = VERTEX_POINT ( 'NONE', #2199 ) ; +#714 = SURFACE_SIDE_STYLE ('',( #923 ) ) ; +#715 = VECTOR ( 'NONE', #3332, 1000.000000000000000 ) ; +#716 = SURFACE_STYLE_FILL_AREA ( #3231 ) ; +#717 = PLANE ( 'NONE', #2488 ) ; +#718 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#719 = SURFACE_SIDE_STYLE ('',( #975 ) ) ; +#720 = LINE ( 'NONE', #1897, #2895 ) ; +#721 = PRESENTATION_STYLE_ASSIGNMENT (( #1838 ) ) ; +#722 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#723 = VERTEX_POINT ( 'NONE', #3262 ) ; +#724 = EDGE_CURVE ( 'NONE', #1775, #2244, #605, .T. ) ; +#725 = FILL_AREA_STYLE ('',( #3383 ) ) ; +#726 = FACE_OUTER_BOUND ( 'NONE', #771, .T. ) ; +#727 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#728 = SURFACE_STYLE_FILL_AREA ( #787 ) ; +#729 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 5.421010862427523156E-16 ) ) ; +#730 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#731 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2008 ) ) ; +#732 = VECTOR ( 'NONE', #1200, 1000.000000000000000 ) ; +#733 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427524142E-16 ) ) ; +#734 = ORIENTED_EDGE ( 'NONE', *, *, #336, .F. ) ; +#735 = LINE ( 'NONE', #1502, #2987 ) ; +#736 = SURFACE_SIDE_STYLE ('',( #2531 ) ) ; +#737 = FACE_OUTER_BOUND ( 'NONE', #1640, .T. ) ; +#738 = SURFACE_STYLE_FILL_AREA ( #1615 ) ; +#739 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#740 = ORIENTED_EDGE ( 'NONE', *, *, #1588, .F. ) ; +#741 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#742 = EDGE_CURVE ( 'NONE', #1366, #1632, #2539, .T. ) ; +#743 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#744 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#745 = DIRECTION ( 'NONE', ( 2.710505431213762564E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#746 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2819, 'distance_accuracy_value', 'NONE'); +#747 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #573 ) ) ; +#748 = AXIS2_PLACEMENT_3D ( 'NONE', #1778, #215, #1033 ) ; +#749 = ORIENTED_EDGE ( 'NONE', *, *, #1998, .T. ) ; +#750 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#751 = STYLED_ITEM ( 'NONE', ( #1745 ), #2445 ) ; +#752 = VERTEX_POINT ( 'NONE', #913 ) ; +#753 = ORIENTED_EDGE ( 'NONE', *, *, #3092, .T. ) ; +#754 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#755 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2588 ), #801 ) ; +#756 = LINE ( 'NONE', #226, #2609 ) ; +#757 = LINE ( 'NONE', #1186, #1794 ) ; +#758 = EDGE_LOOP ( 'NONE', ( #749, #376, #1171, #495 ) ) ; +#759 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4200000000000000400, 0.6929999999999987281 ) ) ; +#760 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#761 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#762 = SURFACE_STYLE_FILL_AREA ( #1971 ) ; +#763 = SURFACE_SIDE_STYLE ('',( #1533 ) ) ; +#764 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1829 ) ) ; +#765 = FACE_OUTER_BOUND ( 'NONE', #2941, .T. ) ; +#766 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2642 ), #1145 ) ; +#767 = VECTOR ( 'NONE', #2274, 1000.000000000000000 ) ; +#768 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#769 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#770 = FACE_OUTER_BOUND ( 'NONE', #2562, .T. ) ; +#771 = EDGE_LOOP ( 'NONE', ( #1834, #1520, #1824, #1759 ) ) ; +#772 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#773 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1857, 'distance_accuracy_value', 'NONE'); +#774 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#775 = ORIENTED_EDGE ( 'NONE', *, *, #805, .F. ) ; +#776 = STYLED_ITEM ( 'NONE', ( #1796 ), #2685 ) ; +#777 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#778 = PLANE ( 'NONE', #2883 ) ; +#779 = LINE ( 'NONE', #1334, #577 ) ; +#780 = SURFACE_SIDE_STYLE ('',( #1814 ) ) ; +#781 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1843 ), #3307 ) ; +#782 = EDGE_LOOP ( 'NONE', ( #1460, #145, #942, #632 ) ) ; +#783 = SURFACE_SIDE_STYLE ('',( #2817 ) ) ; +#784 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#785 = ORIENTED_EDGE ( 'NONE', *, *, #1673, .T. ) ; +#786 = EDGE_CURVE ( 'NONE', #823, #1561, #3071, .T. ) ; +#787 = FILL_AREA_STYLE ('',( #263 ) ) ; +#788 = ORIENTED_EDGE ( 'NONE', *, *, #2854, .F. ) ; +#789 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#790 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2838, 'distance_accuracy_value', 'NONE'); +#791 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3199 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #155, #3040, #3315 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#792 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3273 ), #2144 ) ; +#793 = ORIENTED_EDGE ( 'NONE', *, *, #2070, .F. ) ; +#794 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#795 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #612 ) ) ; +#796 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#797 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#798 = FACE_OUTER_BOUND ( 'NONE', #2556, .T. ) ; +#799 = ORIENTED_EDGE ( 'NONE', *, *, #1407, .T. ) ; +#800 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#801 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #454 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1118, #2970, #348 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#802 = LINE ( 'NONE', #1309, #385 ) ; +#803 = VECTOR ( 'NONE', #712, 1000.000000000000000 ) ; +#804 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #59, 'distance_accuracy_value', 'NONE'); +#805 = EDGE_CURVE ( 'NONE', #2677, #1304, #2442, .T. ) ; +#806 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#807 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#808 = FILL_AREA_STYLE_COLOUR ( '', #2180 ) ; +#809 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2572 ) ) ; +#810 = EDGE_CURVE ( 'NONE', #2377, #464, #451, .T. ) ; +#811 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#812 = LINE ( 'NONE', #3109, #1049 ) ; +#813 = FACE_OUTER_BOUND ( 'NONE', #3162, .T. ) ; +#814 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3198 ) ) ; +#815 = SURFACE_STYLE_FILL_AREA ( #1418 ) ; +#816 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2208, 'distance_accuracy_value', 'NONE'); +#817 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#818 = SURFACE_STYLE_USAGE ( .BOTH. , #1330 ) ; +#819 = ORIENTED_EDGE ( 'NONE', *, *, #315, .T. ) ; +#820 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#821 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#822 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1843 ) ) ; +#823 = VERTEX_POINT ( 'NONE', #2754 ) ; +#824 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#825 = EDGE_CURVE ( 'NONE', #545, #3372, #2372, .T. ) ; +#826 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#827 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#828 = AXIS2_PLACEMENT_3D ( 'NONE', #2010, #1773, #684 ) ; +#829 = ORIENTED_EDGE ( 'NONE', *, *, #979, .F. ) ; +#830 = LINE ( 'NONE', #1282, #378 ) ; +#831 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#832 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1639 ), #2910 ) ; +#833 = PRESENTATION_STYLE_ASSIGNMENT (( #243 ) ) ; +#834 = VECTOR ( 'NONE', #2204, 1000.000000000000000 ) ; +#835 = EDGE_LOOP ( 'NONE', ( #2380, #1423, #1197, #2596 ) ) ; +#836 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#837 = ADVANCED_FACE ( 'NONE', ( #1766 ), #1961, .F. ) ; +#838 = EDGE_CURVE ( 'NONE', #1037, #1471, #3074, .T. ) ; +#839 = FILL_AREA_STYLE ('',( #325 ) ) ; +#840 = VECTOR ( 'NONE', #2584, 1000.000000000000000 ) ; +#841 = ORIENTED_EDGE ( 'NONE', *, *, #15, .F. ) ; +#842 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3273 ) ) ; +#843 = PLANE ( 'NONE', #1174 ) ; +#844 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #751 ) ) ; +#845 = ADVANCED_FACE ( 'NONE', ( #60 ), #631, .F. ) ; +#846 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#847 = VECTOR ( 'NONE', #1537, 1000.000000000000000 ) ; +#848 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#849 = ORIENTED_EDGE ( 'NONE', *, *, #300, .F. ) ; +#850 = VERTEX_POINT ( 'NONE', #133 ) ; +#851 = VERTEX_POINT ( 'NONE', #1228 ) ; +#852 = EDGE_CURVE ( 'NONE', #998, #3322, #2446, .T. ) ; +#853 = EDGE_LOOP ( 'NONE', ( #3012, #1029, #616, #1642 ) ) ; +#854 = STYLED_ITEM ( 'NONE', ( #496 ), #1130 ) ; +#855 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#856 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #926 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2582, #2265, #2825 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#857 = SURFACE_SIDE_STYLE ('',( #8 ) ) ; +#858 = PRESENTATION_STYLE_ASSIGNMENT (( #2829 ) ) ; +#859 = ADVANCED_FACE ( 'NONE', ( #1056 ), #1767, .F. ) ; +#860 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #96, 'distance_accuracy_value', 'NONE'); +#861 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#862 = AXIS2_PLACEMENT_3D ( 'NONE', #1019, #1138, #1995 ) ; +#863 = LINE ( 'NONE', #1079, #3011 ) ; +#864 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1598 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1370, #3179, #1110 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#865 = VERTEX_POINT ( 'NONE', #1464 ) ; +#866 = VECTOR ( 'NONE', #3345, 1000.000000000000000 ) ; +#867 = SURFACE_SIDE_STYLE ('',( #1906 ) ) ; +#868 = SURFACE_STYLE_FILL_AREA ( #3066 ) ; +#869 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -2.710505431213765522E-16 ) ) ; +#870 = VECTOR ( 'NONE', #188, 1000.000000000000000 ) ; +#871 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 2.710505431213761578E-16 ) ) ; +#872 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#873 = AXIS2_PLACEMENT_3D ( 'NONE', #741, #484, #2578 ) ; +#874 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#875 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#876 = SURFACE_SIDE_STYLE ('',( #815 ) ) ; +#877 = ADVANCED_FACE ( 'NONE', ( #2543 ), #1474, .F. ) ; +#878 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3342, 'distance_accuracy_value', 'NONE'); +#879 = EDGE_CURVE ( 'NONE', #1503, #1366, #1269, .T. ) ; +#880 = FILL_AREA_STYLE ('',( #639 ) ) ; +#881 = LINE ( 'NONE', #118, #1667 ) ; +#882 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#883 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#884 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2333 ) ) ; +#885 = VECTOR ( 'NONE', #1992, 1000.000000000000000 ) ; +#886 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#887 = FILL_AREA_STYLE_COLOUR ( '', #807 ) ; +#888 = LINE ( 'NONE', #1574, #2635 ) ; +#889 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#890 = ORIENTED_EDGE ( 'NONE', *, *, #1062, .F. ) ; +#891 = DIRECTION ( 'NONE', ( -2.710505431213765029E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#892 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#893 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3251 ) ) ; +#894 = FILL_AREA_STYLE_COLOUR ( '', #1162 ) ; +#895 = EDGE_LOOP ( 'NONE', ( #2059, #658, #2752, #1217 ) ) ; +#896 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#897 = ORIENTED_EDGE ( 'NONE', *, *, #2463, .T. ) ; +#898 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#899 = ADVANCED_FACE ( 'NONE', ( #737 ), #2018, .F. ) ; +#900 = SURFACE_STYLE_USAGE ( .BOTH. , #1147 ) ; +#901 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#902 = EDGE_CURVE ( 'NONE', #1111, #25, #1550, .T. ) ; +#903 = ORIENTED_EDGE ( 'NONE', *, *, #2202, .T. ) ; +#904 = VECTOR ( 'NONE', #1442, 1000.000000000000000 ) ; +#905 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #573 ), #1081 ) ; +#906 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2058, 'distance_accuracy_value', 'NONE'); +#907 = APPLICATION_CONTEXT ( 'automotive_design' ) ; +#908 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2874 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2875, #251, #3387 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#909 = SURFACE_SIDE_STYLE ('',( #762 ) ) ; +#910 = VECTOR ( 'NONE', #373, 1000.000000000000000 ) ; +#911 = LINE ( 'NONE', #1828, #2359 ) ; +#912 = VECTOR ( 'NONE', #2775, 1000.000000000000000 ) ; +#913 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#914 = EDGE_LOOP ( 'NONE', ( #2020, #1677, #3078, #2869 ) ) ; +#915 = VECTOR ( 'NONE', #2317, 1000.000000000000000 ) ; +#916 = LINE ( 'NONE', #1738, #2523 ) ; +#917 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4000000000000000222, -0.4870000000000001550 ) ) ; +#918 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#919 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#920 = LINE ( 'NONE', #3111, #840 ) ; +#921 = PLANE ( 'NONE', #2905 ) ; +#922 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#923 = SURFACE_STYLE_FILL_AREA ( #457 ) ; +#924 = ORIENTED_EDGE ( 'NONE', *, *, #2483, .F. ) ; +#925 = PRESENTATION_STYLE_ASSIGNMENT (( #1436 ) ) ; +#926 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2582, 'distance_accuracy_value', 'NONE'); +#927 = ORIENTED_EDGE ( 'NONE', *, *, #669, .T. ) ; +#928 = ORIENTED_EDGE ( 'NONE', *, *, #3338, .T. ) ; +#929 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#930 = PRESENTATION_STYLE_ASSIGNMENT (( #2808 ) ) ; +#931 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#932 = STYLED_ITEM ( 'NONE', ( #1804 ), #1153 ) ; +#933 = PLANE ( 'NONE', #828 ) ; +#934 = EDGE_CURVE ( 'NONE', #222, #713, #735, .T. ) ; +#935 = FILL_AREA_STYLE ('',( #673 ) ) ; +#936 = APPLICATION_PROTOCOL_DEFINITION ( 'draft international standard', 'automotive_design', 1998, #2773 ) ; +#937 = AXIS2_PLACEMENT_3D ( 'NONE', #3298, #2215, #648 ) ; +#938 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4200000000000000400, 0.1029999999999993004 ) ) ; +#939 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#940 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ; +#941 = PRODUCT_DEFINITION_SHAPE ( 'NONE', 'NONE', #1210 ) ; +#942 = ORIENTED_EDGE ( 'NONE', *, *, #567, .F. ) ; +#943 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#944 = AXIS2_PLACEMENT_3D ( 'NONE', #1329, #1359, #2671 ) ; +#945 = FILL_AREA_STYLE_COLOUR ( '', #2361 ) ; +#946 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#947 = PLANE ( 'NONE', #481 ) ; +#948 = ORIENTED_EDGE ( 'NONE', *, *, #1242, .F. ) ; +#949 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #525 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3013, #3271, #896 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#950 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#951 = VERTEX_POINT ( 'NONE', #3062 ) ; +#952 = SURFACE_STYLE_USAGE ( .BOTH. , #2524 ) ; +#953 = FILL_AREA_STYLE ('',( #1736 ) ) ; +#954 = EDGE_CURVE ( 'NONE', #1632, #291, #1765, .T. ) ; +#955 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#956 = FILL_AREA_STYLE ('',( #1664 ) ) ; +#957 = LINE ( 'NONE', #2704, #189 ) ; +#958 = ORIENTED_EDGE ( 'NONE', *, *, #2544, .F. ) ; +#959 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#960 = PRESENTATION_STYLE_ASSIGNMENT (( #415 ) ) ; +#961 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#962 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#963 = LINE ( 'NONE', #259, #634 ) ; +#964 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#965 = SURFACE_STYLE_FILL_AREA ( #2548 ) ; +#966 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#967 = FACE_BOUND ( 'NONE', #2259, .T. ) ; +#968 = SURFACE_SIDE_STYLE ('',( #965 ) ) ; +#969 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#970 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#971 = PRESENTATION_STYLE_ASSIGNMENT (( #1536 ) ) ; +#972 = FACE_OUTER_BOUND ( 'NONE', #2846, .T. ) ; +#973 = SURFACE_STYLE_FILL_AREA ( #1480 ) ; +#974 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#975 = SURFACE_STYLE_FILL_AREA ( #2278 ) ; +#976 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#977 = VECTOR ( 'NONE', #582, 1000.000000000000000 ) ; +#978 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 8.131516293641285227E-16 ) ) ; +#979 = EDGE_CURVE ( 'NONE', #2780, #1304, #94, .T. ) ; +#980 = SURFACE_STYLE_USAGE ( .BOTH. , #2295 ) ; +#981 = PLANE ( 'NONE', #1862 ) ; +#982 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#983 = VERTEX_POINT ( 'NONE', #2190 ) ; +#984 = STYLED_ITEM ( 'NONE', ( #1051 ), #1098 ) ; +#985 = EDGE_CURVE ( 'NONE', #2206, #2414, #536, .T. ) ; +#986 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#987 = ORIENTED_EDGE ( 'NONE', *, *, #361, .F. ) ; +#988 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#989 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#990 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1735 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3310, #2761, #2246 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#991 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#992 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#993 = ORIENTED_EDGE ( 'NONE', *, *, #2138, .T. ) ; +#994 = FILL_AREA_STYLE_COLOUR ( '', #722 ) ; +#995 = FILL_AREA_STYLE_COLOUR ( '', #111 ) ; +#996 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3030, 'distance_accuracy_value', 'NONE'); +#997 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #746 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2819, #2554, #213 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#998 = VERTEX_POINT ( 'NONE', #1152 ) ; +#999 = VERTEX_POINT ( 'NONE', #1951 ) ; +#1000 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1001 = SURFACE_STYLE_FILL_AREA ( #1827 ) ; +#1002 = SURFACE_SIDE_STYLE ('',( #868 ) ) ; +#1003 = PRODUCT_DEFINITION_SHAPE ( 'NONE', 'NONE', #1316 ) ; +#1004 = VERTEX_POINT ( 'NONE', #2176 ) ; +#1005 = EDGE_CURVE ( 'NONE', #2850, #1037, #2009, .T. ) ; +#1006 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, 2.710505431213762564E-16 ) ) ; +#1007 = PRESENTATION_STYLE_ASSIGNMENT (( #365 ) ) ; +#1008 = LINE ( 'NONE', #2735, #45 ) ; +#1009 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #141 ), #2924 ) ; +#1010 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1011 = AXIS2_PLACEMENT_3D ( 'NONE', #580, #2152, #3211 ) ; +#1012 = FACE_OUTER_BOUND ( 'NONE', #134, .T. ) ; +#1013 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1014 = SURFACE_SIDE_STYLE ('',( #2725 ) ) ; +#1015 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1016 = VERTEX_POINT ( 'NONE', #892 ) ; +#1017 = AXIS2_PLACEMENT_3D ( 'NONE', #759, #2834, #3379 ) ; +#1018 = EDGE_LOOP ( 'NONE', ( #1345, #2630, #1680, #470 ) ) ; +#1019 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1020 = FILL_AREA_STYLE_COLOUR ( '', #3024 ) ; +#1021 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#1022 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #969, 'distance_accuracy_value', 'NONE'); +#1023 = SURFACE_SIDE_STYLE ('',( #190 ) ) ; +#1024 = LINE ( 'NONE', #230, #2791 ) ; +#1025 = EDGE_CURVE ( 'NONE', #1133, #687, #1855, .T. ) ; +#1026 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#1027 = SURFACE_STYLE_USAGE ( .BOTH. , #2100 ) ; +#1028 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2760 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2291, #2045, #2565 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1029 = ORIENTED_EDGE ( 'NONE', *, *, #1371, .F. ) ; +#1030 = VERTEX_POINT ( 'NONE', #1405 ) ; +#1031 = SURFACE_STYLE_USAGE ( .BOTH. , #1059 ) ; +#1032 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1477 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1339, #1641, #3185 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1033 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1034 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1035 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#1036 = SURFACE_STYLE_USAGE ( .BOTH. , #780 ) ; +#1037 = VERTEX_POINT ( 'NONE', #3224 ) ; +#1038 = VECTOR ( 'NONE', #1989, 1000.000000000000000 ) ; +#1039 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[1]', #1896 ) ; +#1040 = ORIENTED_EDGE ( 'NONE', *, *, #1673, .F. ) ; +#1041 = EDGE_CURVE ( 'NONE', #1111, #2871, #3373, .T. ) ; +#1042 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1043 = SURFACE_STYLE_USAGE ( .BOTH. , #1301 ) ; +#1044 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1045 = SURFACE_SIDE_STYLE ('',( #1117 ) ) ; +#1046 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2286 ), #2757 ) ; +#1047 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1022 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #969, #574, #2396 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1048 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1049 = VECTOR ( 'NONE', #3065, 1000.000000000000000 ) ; +#1050 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#1051 = PRESENTATION_STYLE_ASSIGNMENT (( #2710 ) ) ; +#1052 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1053 = VECTOR ( 'NONE', #964, 1000.000000000000000 ) ; +#1054 = SURFACE_STYLE_FILL_AREA ( #1426 ) ; +#1055 = FILL_AREA_STYLE ('',( #2644 ) ) ; +#1056 = FACE_OUTER_BOUND ( 'NONE', #1355, .T. ) ; +#1057 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #711 ) ) ; +#1058 = ORIENTED_EDGE ( 'NONE', *, *, #2733, .F. ) ; +#1059 = SURFACE_SIDE_STYLE ('',( #1160 ) ) ; +#1060 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1061 = ORIENTED_EDGE ( 'NONE', *, *, #488, .F. ) ; +#1062 = EDGE_CURVE ( 'NONE', #1016, #705, #604, .T. ) ; +#1063 = SURFACE_STYLE_USAGE ( .BOTH. , #1935 ) ; +#1064 = ORIENTED_EDGE ( 'NONE', *, *, #1629, .T. ) ; +#1065 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#1066 = AXIS2_PLACEMENT_3D ( 'NONE', #939, #1434, #2491 ) ; +#1067 = STYLED_ITEM ( 'NONE', ( #356 ), #837 ) ; +#1068 = PLANE ( 'NONE', #2191 ) ; +#1069 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2770 ), #949 ) ; +#1070 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1071 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1072 = ORIENTED_EDGE ( 'NONE', *, *, #825, .F. ) ; +#1073 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4000000000000000222, 0.6929999999999988392 ) ) ; +#1074 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1075 = ORIENTED_EDGE ( 'NONE', *, *, #1326, .T. ) ; +#1076 = VECTOR ( 'NONE', #1485, 1000.000000000000000 ) ; +#1077 = SURFACE_STYLE_FILL_AREA ( #3002 ) ; +#1078 = EDGE_CURVE ( 'NONE', #2077, #2244, #3324, .T. ) ; +#1079 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#1080 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1081 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #91 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #708, #2545, #3299 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1082 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1083 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1084 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1237, 'distance_accuracy_value', 'NONE'); +#1085 = ORIENTED_EDGE ( 'NONE', *, *, #2615, .T. ) ; +#1086 = ADVANCED_FACE ( 'NONE', ( #3281 ), #1698, .F. ) ; +#1087 = EDGE_LOOP ( 'NONE', ( #1980, #1902, #1104, #1969 ) ) ; +#1088 = PLANE ( 'NONE', #944 ) ; +#1089 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#1090 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1091 = AXIS2_PLACEMENT_3D ( 'NONE', #2454, #1060, #2659 ) ; +#1092 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4000000000000000222, 0.4929999999999997162 ) ) ; +#1093 = ORIENTED_EDGE ( 'NONE', *, *, #1429, .F. ) ; +#1094 = AXIS2_PLACEMENT_3D ( 'NONE', #2784, #2810, #154 ) ; +#1095 = EDGE_CURVE ( 'NONE', #1903, #823, #1121, .T. ) ; +#1096 = EDGE_LOOP ( 'NONE', ( #2943, #1093, #1213, #775 ) ) ; +#1097 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#1098 = ADVANCED_FACE ( 'NONE', ( #2786 ), #1386, .F. ) ; +#1099 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#1100 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3113 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2901, #2617, #529 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1101 = ORIENTED_EDGE ( 'NONE', *, *, #1701, .T. ) ; +#1102 = ORIENTED_EDGE ( 'NONE', *, *, #2567, .T. ) ; +#1103 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2374 ) ) ; +#1104 = ORIENTED_EDGE ( 'NONE', *, *, #1025, .F. ) ; +#1105 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#1106 = LINE ( 'NONE', #253, #629 ) ; +#1107 = SURFACE_SIDE_STYLE ('',( #3357 ) ) ; +#1108 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1181 ) ) ; +#1109 = FACE_OUTER_BOUND ( 'NONE', #269, .T. ) ; +#1110 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1111 = VERTEX_POINT ( 'NONE', #1113 ) ; +#1112 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1113 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#1114 = ADVANCED_FACE ( 'NONE', ( #2627 ), #1737, .F. ) ; +#1115 = EDGE_CURVE ( 'NONE', #3372, #2602, #1922, .T. ) ; +#1116 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1117 = SURFACE_STYLE_FILL_AREA ( #2560 ) ; +#1118 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1119 = ORIENTED_EDGE ( 'NONE', *, *, #300, .T. ) ; +#1120 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1121 = LINE ( 'NONE', #1372, #2294 ) ; +#1122 = STYLED_ITEM ( 'NONE', ( #1841 ), #1541 ) ; +#1123 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1124 = STYLED_ITEM ( 'NONE', ( #1820 ), #572 ) ; +#1125 = ORIENTED_EDGE ( 'NONE', *, *, #57, .T. ) ; +#1126 = LINE ( 'NONE', #2593, #448 ) ; +#1127 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1128 = SURFACE_STYLE_USAGE ( .BOTH. , #876 ) ; +#1129 = AXIS2_PLACEMENT_3D ( 'NONE', #3334, #2028, #406 ) ; +#1130 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[4]', #666 ) ; +#1131 = VECTOR ( 'NONE', #241, 1000.000000000000000 ) ; +#1132 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#1133 = VERTEX_POINT ( 'NONE', #2755 ) ; +#1134 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1135 = ADVANCED_FACE ( 'NONE', ( #3149 ), #166, .F. ) ; +#1136 = FILL_AREA_STYLE ('',( #2457 ) ) ; +#1137 = ORIENTED_EDGE ( 'NONE', *, *, #1025, .T. ) ; +#1138 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1139 = ORIENTED_EDGE ( 'NONE', *, *, #95, .F. ) ; +#1140 = EDGE_CURVE ( 'NONE', #2547, #314, #2000, .T. ) ; +#1141 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 8.131516293641285227E-16 ) ) ; +#1142 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#1143 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1144 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #854 ) ) ; +#1145 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1871 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2316, #706, #743 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1146 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1147 = SURFACE_SIDE_STYLE ('',( #1580 ) ) ; +#1148 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1149 = EDGE_LOOP ( 'NONE', ( #1558, #3305, #329, #2805 ) ) ; +#1150 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2264 ) ) ; +#1151 = PRESENTATION_STYLE_ASSIGNMENT (( #2592 ) ) ; +#1152 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#1153 = ADVANCED_FACE ( 'NONE', ( #642 ), #1986, .F. ) ; +#1154 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1155 = LINE ( 'NONE', #2925, #1739 ) ; +#1156 = SURFACE_STYLE_FILL_AREA ( #286 ) ; +#1157 = ORIENTED_EDGE ( 'NONE', *, *, #3020, .T. ) ; +#1158 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1159 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2066, 'distance_accuracy_value', 'NONE'); +#1160 = SURFACE_STYLE_FILL_AREA ( #1577 ) ; +#1161 = VECTOR ( 'NONE', #1689, 1000.000000000000000 ) ; +#1162 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#1163 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1164 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1165 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1166 = SURFACE_STYLE_USAGE ( .BOTH. , #3282 ) ; +#1167 = FACE_OUTER_BOUND ( 'NONE', #265, .T. ) ; +#1168 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 2.710505431213760592E-16 ) ) ; +#1169 = EDGE_CURVE ( 'NONE', #2570, #2500, #527, .T. ) ; +#1170 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1171 = ORIENTED_EDGE ( 'NONE', *, *, #429, .F. ) ; +#1172 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #249 ) ) ; +#1173 = PLANE ( 'NONE', #2257 ) ; +#1174 = AXIS2_PLACEMENT_3D ( 'NONE', #821, #1351, #93 ) ; +#1175 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1176 = VERTEX_POINT ( 'NONE', #1529 ) ; +#1177 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1178 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#1179 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1523 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2944, #3200, #2161 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1180 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1181 = STYLED_ITEM ( 'NONE', ( #2195 ), #3189 ) ; +#1182 = EDGE_LOOP ( 'NONE', ( #1040, #510, #2035, #1139 ) ) ; +#1183 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1184 = VERTEX_POINT ( 'NONE', #2308 ) ; +#1185 = DIRECTION ( 'NONE', ( -8.131516293641285227E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1186 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1187 = EDGE_CURVE ( 'NONE', #1262, #2077, #3221, .T. ) ; +#1188 = SURFACE_STYLE_USAGE ( .BOTH. , #1711 ) ; +#1189 = SURFACE_STYLE_USAGE ( .BOTH. , #2785 ) ; +#1190 = EDGE_LOOP ( 'NONE', ( #1428, #312, #2639, #1349 ) ) ; +#1191 = SURFACE_STYLE_USAGE ( .BOTH. , #2298 ) ; +#1192 = APPLICATION_PROTOCOL_DEFINITION ( 'draft international standard', 'automotive_design', 1998, #3292 ) ; +#1193 = AXIS2_PLACEMENT_3D ( 'NONE', #3133, #5, #3091 ) ; +#1194 = PLANE ( 'NONE', #633 ) ; +#1195 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1196 = FILL_AREA_STYLE_COLOUR ( '', #2248 ) ; +#1197 = ORIENTED_EDGE ( 'NONE', *, *, #1358, .F. ) ; +#1198 = AXIS2_PLACEMENT_3D ( 'NONE', #1865, #551, #2877 ) ; +#1199 = FACE_OUTER_BOUND ( 'NONE', #2455, .T. ) ; +#1200 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1201 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1202 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1203 = VECTOR ( 'NONE', #2123, 1000.000000000000000 ) ; +#1204 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1205 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1206 = PRESENTATION_STYLE_ASSIGNMENT (( #2811 ) ) ; +#1207 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1208 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1209 = ADVANCED_FACE ( 'NONE', ( #1012 ), #2320, .F. ) ; +#1210 = PRODUCT_DEFINITION ( 'UNKNOWN', '', #73, #2476 ) ; +#1211 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1212 = VECTOR ( 'NONE', #2844, 1000.000000000000000 ) ; +#1213 = ORIENTED_EDGE ( 'NONE', *, *, #1528, .F. ) ; +#1214 = EDGE_CURVE ( 'NONE', #1779, #3132, #2401, .T. ) ; +#1215 = SURFACE_STYLE_FILL_AREA ( #3330 ) ; +#1216 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1217 = ORIENTED_EDGE ( 'NONE', *, *, #2544, .T. ) ; +#1218 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4000000000000000222, -0.4870000000000002105 ) ) ; +#1219 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4000000000000000222, 0.1029999999999993004 ) ) ; +#1220 = AXIS2_PLACEMENT_3D ( 'NONE', #2019, #444, #3082 ) ; +#1221 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, 2.710505431213765029E-16 ) ) ; +#1222 = LINE ( 'NONE', #2096, #3234 ) ; +#1223 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1224 = EDGE_LOOP ( 'NONE', ( #3290, #2782, #2253, #2954 ) ) ; +#1225 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #702 ) ) ; +#1226 = SURFACE_SIDE_STYLE ('',( #2730 ) ) ; +#1227 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2940 ) ) ; +#1228 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#1229 = FILL_AREA_STYLE_COLOUR ( '', #2162 ) ; +#1230 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1231 = ORIENTED_EDGE ( 'NONE', *, *, #2806, .F. ) ; +#1232 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1233 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#1234 = ORIENTED_EDGE ( 'NONE', *, *, #1169, .F. ) ; +#1235 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #711 ), #1584 ) ; +#1236 = FILL_AREA_STYLE ('',( #2232 ) ) ; +#1237 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1238 = FILL_AREA_STYLE ('',( #3080 ) ) ; +#1239 = ORIENTED_EDGE ( 'NONE', *, *, #2899, .T. ) ; +#1240 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1241 = FILL_AREA_STYLE_COLOUR ( '', #342 ) ; +#1242 = EDGE_CURVE ( 'NONE', #1366, #700, #920, .T. ) ; +#1243 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1244 = VERTEX_POINT ( 'NONE', #1506 ) ; +#1245 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#1246 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#1247 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1123, 'distance_accuracy_value', 'NONE'); +#1248 = AXIS2_PLACEMENT_3D ( 'NONE', #2571, #1808, #2055 ) ; +#1249 = FACE_OUTER_BOUND ( 'NONE', #1938, .T. ) ; +#1250 = AXIS2_PLACEMENT_3D ( 'NONE', #2881, #1831, #52 ) ; +#1251 = VERTEX_POINT ( 'NONE', #144 ) ; +#1252 = SURFACE_SIDE_STYLE ('',( #630 ) ) ; +#1253 = FILL_AREA_STYLE ('',( #1817 ) ) ; +#1254 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1255 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #168 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #744, #2848, #1793 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1256 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#1257 = LINE ( 'NONE', #3018, #278 ) ; +#1258 = SURFACE_SIDE_STYLE ('',( #1444 ) ) ; +#1259 = SURFACE_SIDE_STYLE ('',( #2648 ) ) ; +#1260 = SURFACE_STYLE_FILL_AREA ( #1466 ) ; +#1261 = FACE_BOUND ( 'NONE', #1182, .T. ) ; +#1262 = VERTEX_POINT ( 'NONE', #1991 ) ; +#1263 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#1264 = SURFACE_STYLE_FILL_AREA ( #2383 ) ; +#1265 = VERTEX_POINT ( 'NONE', #690 ) ; +#1266 = EDGE_CURVE ( 'NONE', #3046, #865, #1965, .T. ) ; +#1267 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1268 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1269 = LINE ( 'NONE', #2275, #885 ) ; +#1270 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1271 = EDGE_LOOP ( 'NONE', ( #753, #1527, #2025, #397 ) ) ; +#1272 = AXIS2_PLACEMENT_3D ( 'NONE', #1178, #1771, #205 ) ; +#1273 = STYLED_ITEM ( 'NONE', ( #1552 ), #596 ) ; +#1274 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, 0.1029999999999997445 ) ) ; +#1275 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #163 ) ) ; +#1276 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1277 = ORIENTED_EDGE ( 'NONE', *, *, #402, .T. ) ; +#1278 = FILL_AREA_STYLE_COLOUR ( '', #1353 ) ; +#1279 = EDGE_LOOP ( 'NONE', ( #1125, #1850, #1322, #416 ) ) ; +#1280 = EDGE_LOOP ( 'NONE', ( #1816, #1695, #40, #180 ) ) ; +#1281 = FILL_AREA_STYLE ('',( #1020 ) ) ; +#1282 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1283 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1284 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#1285 = FACE_OUTER_BOUND ( 'NONE', #1925, .T. ) ; +#1286 = AXIS2_PLACEMENT_3D ( 'NONE', #943, #2034, #400 ) ; +#1287 = CLOSED_SHELL ( 'NONE', ( #2461, #1413, #1895, #3189, #1623, #1604 ) ) ; +#1288 = EDGE_CURVE ( 'NONE', #2414, #3132, #2865, .T. ) ; +#1289 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #106, 'distance_accuracy_value', 'NONE'); +#1290 = LINE ( 'NONE', #3349, #1538 ) ; +#1291 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1893 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1482, #3033, #178 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1292 = VECTOR ( 'NONE', #1097, 1000.000000000000000 ) ; +#1293 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1294 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#1295 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1296 = VERTEX_POINT ( 'NONE', #2480 ) ; +#1297 = VECTOR ( 'NONE', #2799, 1000.000000000000000 ) ; +#1298 = STYLED_ITEM ( 'NONE', ( #279 ), #3225 ) ; +#1299 = LINE ( 'NONE', #1633, #1421 ) ; +#1300 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#1301 = SURFACE_SIDE_STYLE ('',( #2341 ) ) ; +#1302 = EDGE_CURVE ( 'NONE', #3096, #2737, #491, .T. ) ; +#1303 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, -0.7999999999999999334 ) ) ; +#1304 = VERTEX_POINT ( 'NONE', #1692 ) ; +#1305 = FILL_AREA_STYLE_COLOUR ( '', #3266 ) ; +#1306 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1122 ) ) ; +#1307 = ORIENTED_EDGE ( 'NONE', *, *, #3044, .F. ) ; +#1308 = ORIENTED_EDGE ( 'NONE', *, *, #1890, .F. ) ; +#1309 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4000000000000000222, 0.6929999999999996163 ) ) ; +#1310 = SURFACE_SIDE_STYLE ('',( #2297 ) ) ; +#1311 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#1312 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1313 = ADVANCED_FACE ( 'NONE', ( #2665 ), #1173, .F. ) ; +#1314 = PLANE ( 'NONE', #2334 ) ; +#1315 = EDGE_LOOP ( 'NONE', ( #32, #2532, #1931, #1723 ) ) ; +#1316 = PRODUCT_DEFINITION ( 'UNKNOWN', '', #2155, #245 ) ; +#1317 = EDGE_CURVE ( 'NONE', #1561, #614, #564, .T. ) ; +#1318 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427527100E-16 ) ) ; +#1319 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, -0.7999999999999999334 ) ) ; +#1320 = PRESENTATION_STYLE_ASSIGNMENT (( #1606 ) ) ; +#1321 = VECTOR ( 'NONE', #3119, 1000.000000000000000 ) ; +#1322 = ORIENTED_EDGE ( 'NONE', *, *, #2955, .F. ) ; +#1323 = PLANE ( 'NONE', #65 ) ; +#1324 = PLANE ( 'NONE', #3293 ) ; +#1325 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #854 ), #1507 ) ; +#1326 = EDGE_CURVE ( 'NONE', #1727, #1561, #1257, .T. ) ; +#1327 = PRESENTATION_STYLE_ASSIGNMENT (( #1027 ) ) ; +#1328 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3198 ), #1985 ) ; +#1329 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4200000000000000400, -0.4870000000000002105 ) ) ; +#1330 = SURFACE_SIDE_STYLE ('',( #1264 ) ) ; +#1331 = VERTEX_POINT ( 'NONE', #3311 ) ; +#1332 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1333 = PRESENTATION_STYLE_ASSIGNMENT (( #818 ) ) ; +#1334 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#1335 = SURFACE_STYLE_FILL_AREA ( #2794 ) ; +#1336 = ORIENTED_EDGE ( 'NONE', *, *, #1679, .T. ) ; +#1337 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#1338 = EDGE_CURVE ( 'NONE', #687, #174, #640, .T. ) ; +#1339 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1340 = ADVANCED_FACE ( 'NONE', ( #813 ), #2753, .F. ) ; +#1341 = FILL_AREA_STYLE_COLOUR ( '', #2432 ) ; +#1342 = VERTEX_POINT ( 'NONE', #1983 ) ; +#1343 = SURFACE_STYLE_USAGE ( .BOTH. , #72 ) ; +#1344 = AXIS2_PLACEMENT_3D ( 'NONE', #1245, #3086, #1494 ) ; +#1345 = ORIENTED_EDGE ( 'NONE', *, *, #2574, .T. ) ; +#1346 = FILL_AREA_STYLE_COLOUR ( '', #2931 ) ; +#1347 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3251 ), #1712 ) ; +#1348 = FILL_AREA_STYLE_COLOUR ( '', #343 ) ; +#1349 = ORIENTED_EDGE ( 'NONE', *, *, #1508, .T. ) ; +#1350 = AXIS2_PLACEMENT_3D ( 'NONE', #615, #2218, #1702 ) ; +#1351 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1352 = VECTOR ( 'NONE', #1422, 1000.000000000000000 ) ; +#1353 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1354 = PRESENTATION_STYLE_ASSIGNMENT (( #1722 ) ) ; +#1355 = EDGE_LOOP ( 'NONE', ( #1064, #3088, #2561, #2171 ) ) ; +#1356 = ADVANCED_FACE ( 'NONE', ( #1963 ), #921, .F. ) ; +#1357 = VECTOR ( 'NONE', #1163, 1000.000000000000000 ) ; +#1358 = EDGE_CURVE ( 'NONE', #2487, #1030, #1810, .T. ) ; +#1359 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -5.421010862427525128E-16 ) ) ; +#1360 = LINE ( 'NONE', #2947, #156 ) ; +#1361 = SURFACE_STYLE_FILL_AREA ( #2975 ) ; +#1362 = STYLED_ITEM ( 'NONE', ( #1703 ), #1446 ) ; +#1363 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1981, 'distance_accuracy_value', 'NONE'); +#1364 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2718 ), #2091 ) ; +#1365 = SURFACE_STYLE_FILL_AREA ( #1281 ) ; +#1366 = VERTEX_POINT ( 'NONE', #1211 ) ; +#1367 = VECTOR ( 'NONE', #3278, 1000.000000000000000 ) ; +#1368 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#1369 = ADVANCED_FACE ( 'NONE', ( #2915 ), #3354, .F. ) ; +#1370 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1371 = EDGE_CURVE ( 'NONE', #1331, #2216, #1449, .T. ) ; +#1372 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4200000000000000400, -0.4870000000000003770 ) ) ; +#1373 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2364, 'distance_accuracy_value', 'NONE'); +#1374 = ORIENTED_EDGE ( 'NONE', *, *, #246, .T. ) ; +#1375 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1376 = AXIS2_PLACEMENT_3D ( 'NONE', #1984, #1185, #978 ) ; +#1377 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#1378 = EDGE_CURVE ( 'NONE', #2103, #2102, #2827, .T. ) ; +#1379 = ORIENTED_EDGE ( 'NONE', *, *, #2806, .T. ) ; +#1380 = SURFACE_STYLE_USAGE ( .BOTH. , #2173 ) ; +#1381 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427524142E-16 ) ) ; +#1382 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1383 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4000000000000000222, -0.4870000000000001550 ) ) ; +#1384 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2762 ) ) ; +#1385 = ORIENTED_EDGE ( 'NONE', *, *, #879, .T. ) ; +#1386 = PLANE ( 'NONE', #1094 ) ; +#1387 = VECTOR ( 'NONE', #1798, 1000.000000000000000 ) ; +#1388 = ADVANCED_FACE ( 'NONE', ( #50 ), #717, .F. ) ; +#1389 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 2.710505431213760592E-16 ) ) ; +#1390 = FILL_AREA_STYLE_COLOUR ( '', #1000 ) ; +#1391 = VERTEX_POINT ( 'NONE', #199 ) ; +#1392 = PRESENTATION_STYLE_ASSIGNMENT (( #1191 ) ) ; +#1393 = PRESENTATION_STYLE_ASSIGNMENT (( #2447 ) ) ; +#1394 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1395 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3079, 'distance_accuracy_value', 'NONE'); +#1396 = SURFACE_SIDE_STYLE ('',( #2860 ) ) ; +#1397 = PRESENTATION_STYLE_ASSIGNMENT (( #2139 ) ) ; +#1398 = VECTOR ( 'NONE', #2640, 1000.000000000000000 ) ; +#1399 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1400 = STYLED_ITEM ( 'NONE', ( #858 ), #3124 ) ; +#1401 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1402 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1403 = ORIENTED_EDGE ( 'NONE', *, *, #1564, .F. ) ; +#1404 = VECTOR ( 'NONE', #3032, 1000.000000000000000 ) ; +#1405 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#1406 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1407 = EDGE_CURVE ( 'NONE', #865, #560, #3365, .T. ) ; +#1408 = PRESENTATION_STYLE_ASSIGNMENT (( #421 ) ) ; +#1409 = PRESENTATION_STYLE_ASSIGNMENT (( #599 ) ) ; +#1410 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2466, 'distance_accuracy_value', 'NONE'); +#1411 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#1412 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1413 = ADVANCED_FACE ( 'NONE', ( #392 ), #3233, .F. ) ; +#1414 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1415 = ORIENTED_EDGE ( 'NONE', *, *, #3175, .T. ) ; +#1416 = LINE ( 'NONE', #1882, #2670 ) ; +#1417 = VECTOR ( 'NONE', #655, 1000.000000000000000 ) ; +#1418 = FILL_AREA_STYLE ('',( #3268 ) ) ; +#1419 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2474 ) ) ; +#1420 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#1421 = VECTOR ( 'NONE', #3219, 1000.000000000000000 ) ; +#1422 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1423 = ORIENTED_EDGE ( 'NONE', *, *, #3267, .F. ) ; +#1424 = FILL_AREA_STYLE_COLOUR ( '', #2727 ) ; +#1425 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#1426 = FILL_AREA_STYLE ('',( #3019 ) ) ; +#1427 = DIRECTION ( 'NONE', ( -2.710505431213761578E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1428 = ORIENTED_EDGE ( 'NONE', *, *, #1169, .T. ) ; +#1429 = EDGE_CURVE ( 'NONE', #578, #174, #9, .T. ) ; +#1430 = SURFACE_STYLE_USAGE ( .BOTH. , #3270 ) ; +#1431 = SURFACE_SIDE_STYLE ('',( #515 ) ) ; +#1432 = AXIS2_PLACEMENT_3D ( 'NONE', #2650, #112, #1631 ) ; +#1433 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4200000000000000400, 0.6929999999999987281 ) ) ; +#1434 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1435 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2336 ) ) ; +#1436 = SURFACE_STYLE_USAGE ( .BOTH. , #2296 ) ; +#1437 = LINE ( 'NONE', #2179, #671 ) ; +#1438 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1439 = FACE_OUTER_BOUND ( 'NONE', #1646, .T. ) ; +#1440 = LINE ( 'NONE', #1406, #1694 ) ; +#1441 = ORIENTED_EDGE ( 'NONE', *, *, #1926, .T. ) ; +#1442 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1443 = FACE_OUTER_BOUND ( 'NONE', #2089, .T. ) ; +#1444 = SURFACE_STYLE_FILL_AREA ( #2573 ) ; +#1445 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, 0.1029999999999997862 ) ) ; +#1446 = ADVANCED_FACE ( 'NONE', ( #490 ), #1977, .F. ) ; +#1447 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4000000000000000222, 0.1029999999999997445 ) ) ; +#1448 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 2.710505431213760592E-16 ) ) ; +#1449 = LINE ( 'NONE', #3325, #207 ) ; +#1450 = FILL_AREA_STYLE ('',( #3021 ) ) ; +#1451 = VECTOR ( 'NONE', #3238, 1000.000000000000000 ) ; +#1452 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#1453 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #932 ) ) ; +#1454 = SURFACE_SIDE_STYLE ('',( #2080 ) ) ; +#1455 = EDGE_CURVE ( 'NONE', #2942, #2487, #3058, .T. ) ; +#1456 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1457 = FACE_OUTER_BOUND ( 'NONE', #1899, .T. ) ; +#1458 = ORIENTED_EDGE ( 'NONE', *, *, #2021, .F. ) ; +#1459 = PRODUCT_CONTEXT ( 'NONE', #675, 'mechanical' ) ; +#1460 = ORIENTED_EDGE ( 'NONE', *, *, #179, .T. ) ; +#1461 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1462 = STYLED_ITEM ( 'NONE', ( #1354 ), #1690 ) ; +#1463 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 8.131516293641285227E-16 ) ) ; +#1464 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4000000000000000222, -0.09700000000000018330 ) ) ; +#1465 = FILL_AREA_STYLE ('',( #2781 ) ) ; +#1466 = FILL_AREA_STYLE ('',( #411 ) ) ; +#1467 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3010 ), #2847 ) ; +#1468 = ADVANCED_FACE ( 'NONE', ( #238 ), #3022, .F. ) ; +#1469 = ORIENTED_EDGE ( 'NONE', *, *, #3155, .T. ) ; +#1470 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1298 ), #2360 ) ; +#1471 = VERTEX_POINT ( 'NONE', #917 ) ; +#1472 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4000000000000000222, -0.4870000000000003770 ) ) ; +#1473 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427524142E-16 ) ) ; +#1474 = PLANE ( 'NONE', #1376 ) ; +#1475 = EDGE_LOOP ( 'NONE', ( #501, #1863, #1119, #2227 ) ) ; +#1476 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1477 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1339, 'distance_accuracy_value', 'NONE'); +#1478 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1479 = EDGE_CURVE ( 'NONE', #2726, #2780, #916, .T. ) ; +#1480 = FILL_AREA_STYLE ('',( #670 ) ) ; +#1481 = ORIENTED_EDGE ( 'NONE', *, *, #2880, .F. ) ; +#1482 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1483 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1122 ), #1656 ) ; +#1484 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3321 ), #3394 ) ; +#1485 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#1486 = SURFACE_STYLE_USAGE ( .BOTH. , #3090 ) ; +#1487 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1488 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1489 = ORIENTED_EDGE ( 'NONE', *, *, #2109, .T. ) ; +#1490 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2474 ), #47 ) ; +#1491 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#1492 = SURFACE_STYLE_USAGE ( .BOTH. , #3068 ) ; +#1493 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#1494 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1495 = LINE ( 'NONE', #1445, #803 ) ; +#1496 = SURFACE_SIDE_STYLE ('',( #2563 ) ) ; +#1497 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #328, 'distance_accuracy_value', 'NONE'); +#1498 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1499 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1500 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2690 ), #2200 ) ; +#1501 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4000000000000000222, -0.09700000000000018330 ) ) ; +#1502 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#1503 = VERTEX_POINT ( 'NONE', #176 ) ; +#1504 = EDGE_CURVE ( 'NONE', #291, #1503, #3178, .T. ) ; +#1505 = SURFACE_STYLE_USAGE ( .BOTH. , #1002 ) ; +#1506 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4000000000000000222, -0.09700000000000062739 ) ) ; +#1507 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2210 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1753, #465, #2022 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1508 = EDGE_CURVE ( 'NONE', #25, #2570, #1880, .T. ) ; +#1509 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1510 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1511 = FILL_AREA_STYLE_COLOUR ( '', #1693 ) ; +#1512 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1513 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#1514 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1515 = SURFACE_SIDE_STYLE ('',( #333 ) ) ; +#1516 = ORIENTED_EDGE ( 'NONE', *, *, #3161, .T. ) ; +#1517 = SURFACE_SIDE_STYLE ('',( #1619 ) ) ; +#1518 = SURFACE_STYLE_USAGE ( .BOTH. , #1258 ) ; +#1519 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#1520 = ORIENTED_EDGE ( 'NONE', *, *, #2678, .F. ) ; +#1521 = ORIENTED_EDGE ( 'NONE', *, *, #1650, .F. ) ; +#1522 = PLANE ( 'NONE', #2458 ) ; +#1523 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2944, 'distance_accuracy_value', 'NONE'); +#1524 = FILL_AREA_STYLE_COLOUR ( '', #875 ) ; +#1525 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1526 = ORIENTED_EDGE ( 'NONE', *, *, #2415, .T. ) ; +#1527 = ORIENTED_EDGE ( 'NONE', *, *, #2252, .T. ) ; +#1528 = EDGE_CURVE ( 'NONE', #1304, #578, #1008, .T. ) ; +#1529 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#1530 = LINE ( 'NONE', #2787, #715 ) ; +#1531 = VECTOR ( 'NONE', #2083, 1000.000000000000000 ) ; +#1532 = STYLED_ITEM ( 'NONE', ( #2281 ), #1675 ) ; +#1533 = SURFACE_STYLE_FILL_AREA ( #1567 ) ; +#1534 = LINE ( 'NONE', #1952, #834 ) ; +#1535 = ORIENTED_EDGE ( 'NONE', *, *, #2435, .F. ) ; +#1536 = SURFACE_STYLE_USAGE ( .BOTH. , #714 ) ; +#1537 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#1538 = VECTOR ( 'NONE', #919, 1000.000000000000000 ) ; +#1539 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1540 = FILL_AREA_STYLE ('',( #1278 ) ) ; +#1541 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[6]', #1287 ) ; +#1542 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2996 ) ) ; +#1543 = VECTOR ( 'NONE', #1401, 1000.000000000000000 ) ; +#1544 = ORIENTED_EDGE ( 'NONE', *, *, #2463, .F. ) ; +#1545 = DIRECTION ( 'NONE', ( 5.421010862427527100E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1546 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#1547 = ORIENTED_EDGE ( 'NONE', *, *, #954, .F. ) ; +#1548 = EDGE_CURVE ( 'NONE', #1471, #700, #1654, .T. ) ; +#1549 = SURFACE_STYLE_USAGE ( .BOTH. , #1045 ) ; +#1550 = LINE ( 'NONE', #704, #22 ) ; +#1551 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2363 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2429, #2995, #1864 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1552 = PRESENTATION_STYLE_ASSIGNMENT (( #518 ) ) ; +#1553 = ORIENTED_EDGE ( 'NONE', *, *, #2277, .F. ) ; +#1554 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2826, 'distance_accuracy_value', 'NONE'); +#1555 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.2000000000000000111, -0.4870000000000002105 ) ) ; +#1556 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1733 ) ) ; +#1557 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1558 = ORIENTED_EDGE ( 'NONE', *, *, #57, .F. ) ; +#1559 = DIRECTION ( 'NONE', ( -2.710505431213763550E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1560 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1561 = VERTEX_POINT ( 'NONE', #1493 ) ; +#1562 = FILL_AREA_STYLE ('',( #2379 ) ) ; +#1563 = ORIENTED_EDGE ( 'NONE', *, *, #281, .F. ) ; +#1564 = EDGE_CURVE ( 'NONE', #2500, #2898, #2824, .T. ) ; +#1565 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#1566 = FILL_AREA_STYLE ('',( #539 ) ) ; +#1567 = FILL_AREA_STYLE ('',( #2098 ) ) ; +#1568 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1569 = VECTOR ( 'NONE', #395, 1000.000000000000000 ) ; +#1570 = FACE_OUTER_BOUND ( 'NONE', #305, .T. ) ; +#1571 = AXIS2_PLACEMENT_3D ( 'NONE', #2030, #940, #718 ) ; +#1572 = ORIENTED_EDGE ( 'NONE', *, *, #3122, .F. ) ; +#1573 = EDGE_CURVE ( 'NONE', #2871, #2423, #2288, .T. ) ; +#1574 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#1575 = AXIS2_PLACEMENT_3D ( 'NONE', #452, #1202, #3056 ) ; +#1576 = PRESENTATION_STYLE_ASSIGNMENT (( #1380 ) ) ; +#1577 = FILL_AREA_STYLE ('',( #2611 ) ) ; +#1578 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#1579 = LINE ( 'NONE', #1909, #2772 ) ; +#1580 = SURFACE_STYLE_FILL_AREA ( #2763 ) ; +#1581 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#1582 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1583 = LINE ( 'NONE', #1256, #2982 ) ; +#1584 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1554 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2826, #2337, #1394 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1585 = PRESENTATION_STYLE_ASSIGNMENT (( #952 ) ) ; +#1586 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1587 = LINE ( 'NONE', #2105, #3190 ) ; +#1588 = EDGE_CURVE ( 'NONE', #396, #3372, #2728, .T. ) ; +#1589 = ORIENTED_EDGE ( 'NONE', *, *, #288, .F. ) ; +#1590 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#1591 = FILL_AREA_STYLE_COLOUR ( '', #1270 ) ; +#1592 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2681 ) ) ; +#1593 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1067 ), #2312 ) ; +#1594 = ORIENTED_EDGE ( 'NONE', *, *, #3134, .F. ) ; +#1595 = ORIENTED_EDGE ( 'NONE', *, *, #137, .T. ) ; +#1596 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427523156E-16 ) ) ; +#1597 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #776 ), #3380 ) ; +#1598 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1370, 'distance_accuracy_value', 'NONE'); +#1599 = SURFACE_STYLE_USAGE ( .BOTH. , #2689 ) ; +#1600 = EDGE_LOOP ( 'NONE', ( #1845, #1458, #2140, #1772 ) ) ; +#1601 = CLOSED_SHELL ( 'NONE', ( #2496, #2729, #1636, #1086, #2142, #2546 ) ) ; +#1602 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#1603 = PRESENTATION_STYLE_ASSIGNMENT (( #1790 ) ) ; +#1604 = ADVANCED_FACE ( 'NONE', ( #1799 ), #478, .F. ) ; +#1605 = EDGE_CURVE ( 'NONE', #1262, #1775, #2769, .T. ) ; +#1606 = SURFACE_STYLE_USAGE ( .BOTH. , #308 ) ; +#1607 = PRESENTATION_STYLE_ASSIGNMENT (( #297 ) ) ; +#1608 = VECTOR ( 'NONE', #2900, 1000.000000000000000 ) ; +#1609 = LINE ( 'NONE', #2177, #304 ) ; +#1610 = VERTEX_POINT ( 'NONE', #3360 ) ; +#1611 = FILL_AREA_STYLE_COLOUR ( '', #277 ) ; +#1612 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2716 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2822, #423, #3327 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1613 = PRESENTATION_STYLE_ASSIGNMENT (( #2751 ) ) ; +#1614 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1913 ), #1551 ) ; +#1615 = FILL_AREA_STYLE ('',( #1626 ) ) ; +#1616 = ORIENTED_EDGE ( 'NONE', *, *, #1187, .F. ) ; +#1617 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#1618 = FILL_AREA_STYLE ('',( #1346 ) ) ; +#1619 = SURFACE_STYLE_FILL_AREA ( #725 ) ; +#1620 = ORIENTED_EDGE ( 'NONE', *, *, #1750, .T. ) ; +#1621 = PLANE ( 'NONE', #3105 ) ; +#1622 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1623 = ADVANCED_FACE ( 'NONE', ( #2818 ), #467, .T. ) ; +#1624 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2412, 'distance_accuracy_value', 'NONE'); +#1625 = ORIENTED_EDGE ( 'NONE', *, *, #1078, .F. ) ; +#1626 = FILL_AREA_STYLE_COLOUR ( '', #61 ) ; +#1627 = PRESENTATION_STYLE_ASSIGNMENT (( #2213 ) ) ; +#1628 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #186 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1731, #2765, #922 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1629 = EDGE_CURVE ( 'NONE', #1391, #2137, #2230, .T. ) ; +#1630 = SURFACE_SIDE_STYLE ('',( #1962 ) ) ; +#1631 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1632 = VERTEX_POINT ( 'NONE', #2814 ) ; +#1633 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#1634 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2233 ) ) ; +#1635 = ORIENTED_EDGE ( 'NONE', *, *, #2783, .F. ) ; +#1636 = ADVANCED_FACE ( 'NONE', ( #2115 ), #933, .F. ) ; +#1637 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3260, 'distance_accuracy_value', 'NONE'); +#1638 = DIRECTION ( 'NONE', ( -2.710505431213762071E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1639 = STYLED_ITEM ( 'NONE', ( #1320 ), #2729 ) ; +#1640 = EDGE_LOOP ( 'NONE', ( #2590, #1521, #1231, #2016 ) ) ; +#1641 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1642 = ORIENTED_EDGE ( 'NONE', *, *, #379, .T. ) ; +#1643 = PLANE ( 'NONE', #1432 ) ; +#1644 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2245 ), #2533 ) ; +#1645 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#1646 = EDGE_LOOP ( 'NONE', ( #2416, #2388, #2997, #2172 ) ) ; +#1647 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1648 = LINE ( 'NONE', #2367, #193 ) ; +#1649 = VECTOR ( 'NONE', #471, 1000.000000000000000 ) ; +#1650 = EDGE_CURVE ( 'NONE', #1004, #1391, #1996, .T. ) ; +#1651 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1652 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1653 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1654 = LINE ( 'NONE', #2497, #3015 ) ; +#1655 = ADVANCED_FACE ( 'NONE', ( #1746 ), #692, .T. ) ; +#1656 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2703 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1685, #1713, #401 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1657 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1658 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#1659 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1373 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2364, #18, #1836 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1660 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#1661 = FACE_BOUND ( 'NONE', #1149, .T. ) ; +#1662 = ORIENTED_EDGE ( 'NONE', *, *, #1976, .T. ) ; +#1663 = AXIS2_PLACEMENT_3D ( 'NONE', #1337, #1596, #585 ) ; +#1664 = FILL_AREA_STYLE_COLOUR ( '', #2622 ) ; +#1665 = PLANE ( 'NONE', #1350 ) ; +#1666 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1667 = VECTOR ( 'NONE', #2714, 1000.000000000000000 ) ; +#1668 = VECTOR ( 'NONE', #2470, 1000.000000000000000 ) ; +#1669 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4000000000000000222, 0.6929999999999996163 ) ) ; +#1670 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1671 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4200000000000000400, -0.4870000000000002105 ) ) ; +#1672 = ORIENTED_EDGE ( 'NONE', *, *, #1782, .F. ) ; +#1673 = EDGE_CURVE ( 'NONE', #3129, #1809, #2039, .T. ) ; +#1674 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#1675 = ADVANCED_FACE ( 'NONE', ( #274 ), #428, .F. ) ; +#1676 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1677 = ORIENTED_EDGE ( 'NONE', *, *, #567, .T. ) ; +#1678 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4200000000000000400, -0.4870000000000003770 ) ) ; +#1679 = EDGE_CURVE ( 'NONE', #2216, #1727, #757, .T. ) ; +#1680 = ORIENTED_EDGE ( 'NONE', *, *, #934, .F. ) ; +#1681 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4200000000000000400, 0.6929999999999987281 ) ) ; +#1682 = SURFACE_SIDE_STYLE ('',( #1054 ) ) ; +#1683 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #751 ), #2684 ) ; +#1684 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1685 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1686 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#1687 = ORIENTED_EDGE ( 'NONE', *, *, #2328, .F. ) ; +#1688 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1689 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#1690 = ADVANCED_FACE ( 'NONE', ( #3173 ), #135, .F. ) ; +#1691 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1716 ) ) ; +#1692 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#1693 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1694 = VECTOR ( 'NONE', #621, 1000.000000000000000 ) ; +#1695 = ORIENTED_EDGE ( 'NONE', *, *, #2712, .F. ) ; +#1696 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1697 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#1698 = PLANE ( 'NONE', #2813 ) ; +#1699 = SURFACE_STYLE_USAGE ( .BOTH. , #3283 ) ; +#1700 = PRESENTATION_STYLE_ASSIGNMENT (( #571 ) ) ; +#1701 = EDGE_CURVE ( 'NONE', #999, #586, #77, .T. ) ; +#1702 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1703 = PRESENTATION_STYLE_ASSIGNMENT (( #1699 ) ) ; +#1704 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.6929999999999996163 ) ) ; +#1705 = SURFACE_STYLE_FILL_AREA ( #956 ) ; +#1706 = SURFACE_SIDE_STYLE ('',( #1754 ) ) ; +#1707 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#1708 = EDGE_LOOP ( 'NONE', ( #2636, #3027, #3239, #2756 ) ) ; +#1709 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#1710 = ORIENTED_EDGE ( 'NONE', *, *, #2977, .T. ) ; +#1711 = SURFACE_SIDE_STYLE ('',( #1215 ) ) ; +#1712 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #660 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #568, #2391, #824 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1713 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1714 = VECTOR ( 'NONE', #1660, 1000.000000000000000 ) ; +#1715 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1716 = STYLED_ITEM ( 'NONE', ( #971 ), #3203 ) ; +#1717 = FACE_OUTER_BOUND ( 'NONE', #1271, .T. ) ; +#1718 = PLANE ( 'NONE', #1129 ) ; +#1719 = DIRECTION ( 'NONE', ( 2.710505431213760592E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1720 = DIRECTION ( 'NONE', ( 2.710505431213761578E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1721 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1722 = SURFACE_STYLE_USAGE ( .BOTH. , #2239 ) ; +#1723 = ORIENTED_EDGE ( 'NONE', *, *, #2228, .T. ) ; +#1724 = EDGE_CURVE ( 'NONE', #222, #2137, #1609, .T. ) ; +#1725 = FILL_AREA_STYLE ('',( #945 ) ) ; +#1726 = SURFACE_SIDE_STYLE ('',( #2715 ) ) ; +#1727 = VERTEX_POINT ( 'NONE', #67 ) ; +#1728 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1362 ) ) ; +#1729 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#1730 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1731 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1732 = ORIENTED_EDGE ( 'NONE', *, *, #742, .F. ) ; +#1733 = STYLED_ITEM ( 'NONE', ( #1576 ), #2174 ) ; +#1734 = LINE ( 'NONE', #453, #1038 ) ; +#1735 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3310, 'distance_accuracy_value', 'NONE'); +#1736 = FILL_AREA_STYLE_COLOUR ( '', #2187 ) ; +#1737 = PLANE ( 'NONE', #1272 ) ; +#1738 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#1739 = VECTOR ( 'NONE', #848, 1000.000000000000000 ) ; +#1740 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 2.710505431213760592E-16 ) ) ; +#1741 = EDGE_LOOP ( 'NONE', ( #2494, #1589, #1832, #216 ) ) ; +#1742 = FILL_AREA_STYLE ('',( #1390 ) ) ; +#1743 = FACE_OUTER_BOUND ( 'NONE', #2930, .T. ) ; +#1744 = LINE ( 'NONE', #1283, #1398 ) ; +#1745 = PRESENTATION_STYLE_ASSIGNMENT (( #2313 ) ) ; +#1746 = FACE_OUTER_BOUND ( 'NONE', #1475, .T. ) ; +#1747 = FILL_AREA_STYLE ('',( #2260 ) ) ; +#1748 = SURFACE_STYLE_USAGE ( .BOTH. , #460 ) ; +#1749 = VECTOR ( 'NONE', #1368, 1000.000000000000000 ) ; +#1750 = EDGE_CURVE ( 'NONE', #2222, #983, #3102, .T. ) ; +#1751 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4000000000000000222, 0.6929999999999987281 ) ) ; +#1752 = DIRECTION ( 'NONE', ( -2.710505431213763057E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1753 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1754 = SURFACE_STYLE_FILL_AREA ( #2249 ) ; +#1755 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #177 ) ) ; +#1756 = EDGE_CURVE ( 'NONE', #2547, #511, #1440, .T. ) ; +#1757 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1758 = ORIENTED_EDGE ( 'NONE', *, *, #1869, .T. ) ; +#1759 = ORIENTED_EDGE ( 'NONE', *, *, #1041, .T. ) ; +#1760 = ORIENTED_EDGE ( 'NONE', *, *, #402, .F. ) ; +#1761 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, -0.7999999999999999334 ) ) ; +#1762 = VECTOR ( 'NONE', #3339, 1000.000000000000000 ) ; +#1763 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1764 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1159 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2066, #173, #2266 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1765 = LINE ( 'NONE', #1707, #2634 ) ; +#1766 = FACE_OUTER_BOUND ( 'NONE', #2882, .T. ) ; +#1767 = PLANE ( 'NONE', #466 ) ; +#1768 = PLANE ( 'NONE', #1876 ) ; +#1769 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1770 = VECTOR ( 'NONE', #789, 1000.000000000000000 ) ; +#1771 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1772 = ORIENTED_EDGE ( 'NONE', *, *, #838, .F. ) ; +#1773 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1774 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1775 = VERTEX_POINT ( 'NONE', #1092 ) ; +#1776 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#1777 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1778 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1779 = VERTEX_POINT ( 'NONE', #2932 ) ; +#1780 = SURFACE_STYLE_USAGE ( .BOTH. , #425 ) ; +#1781 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1782 = EDGE_CURVE ( 'NONE', #1795, #850, #1534, .T. ) ; +#1783 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1784 = STYLED_ITEM ( 'NONE', ( #2332 ), #1388 ) ; +#1785 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1786 = ORIENTED_EDGE ( 'NONE', *, *, #691, .T. ) ; +#1787 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.4200000000000000400, -0.4870000000000003770 ) ) ; +#1788 = VECTOR ( 'NONE', #2966, 1000.000000000000000 ) ; +#1789 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #295, 'distance_accuracy_value', 'NONE'); +#1790 = SURFACE_STYLE_USAGE ( .BOTH. , #2303 ) ; +#1791 = STYLED_ITEM ( 'NONE', ( #2968 ), #2461 ) ; +#1792 = FILL_AREA_STYLE ('',( #1524 ) ) ; +#1793 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1794 = VECTOR ( 'NONE', #891, 1000.000000000000000 ) ; +#1795 = VERTEX_POINT ( 'NONE', #1939 ) ; +#1796 = PRESENTATION_STYLE_ASSIGNMENT (( #2909 ) ) ; +#1797 = LINE ( 'NONE', #455, #1076 ) ; +#1798 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#1799 = FACE_OUTER_BOUND ( 'NONE', #302, .T. ) ; +#1800 = LINE ( 'NONE', #2444, #1915 ) ; +#1801 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#1802 = PLANE ( 'NONE', #748 ) ; +#1803 = EDGE_CURVE ( 'NONE', #2780, #1133, #2479, .T. ) ; +#1804 = PRESENTATION_STYLE_ASSIGNMENT (( #2267 ) ) ; +#1805 = PRESENTATION_STYLE_ASSIGNMENT (( #3055 ) ) ; +#1806 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1807 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#1808 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1809 = VERTEX_POINT ( 'NONE', #359 ) ; +#1810 = LINE ( 'NONE', #214, #2830 ) ; +#1811 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1624 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2412, #1382, #2949 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1812 = AXIS2_PLACEMENT_3D ( 'NONE', #2329, #2355, #1044 ) ; +#1813 = ORIENTED_EDGE ( 'NONE', *, *, #3191, .F. ) ; +#1814 = SURFACE_STYLE_FILL_AREA ( #2349 ) ; +#1815 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#1816 = ORIENTED_EDGE ( 'NONE', *, *, #2365, .T. ) ; +#1817 = FILL_AREA_STYLE_COLOUR ( '', #2779 ) ; +#1818 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2389 ) ) ; +#1819 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4000000000000000222, 0.4929999999999988836 ) ) ; +#1820 = PRESENTATION_STYLE_ASSIGNMENT (( #1043 ) ) ; +#1821 = FILL_AREA_STYLE_COLOUR ( '', #42 ) ; +#1822 = ORIENTED_EDGE ( 'NONE', *, *, #1803, .T. ) ; +#1823 = VERTEX_POINT ( 'NONE', #79 ) ; +#1824 = ORIENTED_EDGE ( 'NONE', *, *, #902, .F. ) ; +#1825 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1205, 'distance_accuracy_value', 'NONE'); +#1826 = SURFACE_STYLE_USAGE ( .BOTH. , #783 ) ; +#1827 = FILL_AREA_STYLE ('',( #3355 ) ) ; +#1828 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#1829 = STYLED_ITEM ( 'NONE', ( #2870 ), #1114 ) ; +#1830 = EDGE_CURVE ( 'NONE', #1342, #1823, #234, .T. ) ; +#1831 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1832 = ORIENTED_EDGE ( 'NONE', *, *, #261, .F. ) ; +#1833 = VECTOR ( 'NONE', #2575, 1000.000000000000000 ) ; +#1834 = ORIENTED_EDGE ( 'NONE', *, *, #1573, .T. ) ; +#1835 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1836 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1837 = ORIENTED_EDGE ( 'NONE', *, *, #2955, .T. ) ; +#1838 = SURFACE_STYLE_USAGE ( .BOTH. , #3145 ) ; +#1839 = FILL_AREA_STYLE_COLOUR ( '', #1207 ) ; +#1840 = LINE ( 'NONE', #1142, #237 ) ; +#1841 = PRESENTATION_STYLE_ASSIGNMENT (( #1430 ) ) ; +#1842 = SURFACE_SIDE_STYLE ('',( #2448 ) ) ; +#1843 = STYLED_ITEM ( 'NONE', ( #1943 ), #3163 ) ; +#1844 = LINE ( 'NONE', #3194, #1451 ) ; +#1845 = ORIENTED_EDGE ( 'NONE', *, *, #1005, .F. ) ; +#1846 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1847 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1848 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#1849 = ORIENTED_EDGE ( 'NONE', *, *, #3020, .F. ) ; +#1850 = ORIENTED_EDGE ( 'NONE', *, *, #1302, .F. ) ; +#1851 = EDGE_CURVE ( 'NONE', #3188, #2610, #2528, .T. ) ; +#1852 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#1853 = SURFACE_STYLE_FILL_AREA ( #462 ) ; +#1854 = PLANE ( 'NONE', #653 ) ; +#1855 = LINE ( 'NONE', #620, #1417 ) ; +#1856 = VECTOR ( 'NONE', #861, 1000.000000000000000 ) ; +#1857 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1858 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1911 ), #321 ) ; +#1859 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1232, 'distance_accuracy_value', 'NONE'); +#1860 = AXIS2_PLACEMENT_3D ( 'NONE', #526, #2654, #2868 ) ; +#1861 = SURFACE_SIDE_STYLE ('',( #276 ) ) ; +#1862 = AXIS2_PLACEMENT_3D ( 'NONE', #1491, #3110, #2594 ) ; +#1863 = ORIENTED_EDGE ( 'NONE', *, *, #2483, .T. ) ; +#1864 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1865 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#1866 = ORIENTED_EDGE ( 'NONE', *, *, #429, .T. ) ; +#1867 = PLANE ( 'NONE', #1250 ) ; +#1868 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2588 ) ) ; +#1869 = EDGE_CURVE ( 'NONE', #2077, #998, #347, .T. ) ; +#1870 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#1871 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2316, 'distance_accuracy_value', 'NONE'); +#1872 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1873 = ORIENTED_EDGE ( 'NONE', *, *, #246, .F. ) ; +#1874 = PRESENTATION_STYLE_ASSIGNMENT (( #2514 ) ) ; +#1875 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #64 ), #3344 ) ; +#1876 = AXIS2_PLACEMENT_3D ( 'NONE', #2005, #2052, #3329 ) ; +#1877 = ORIENTED_EDGE ( 'NONE', *, *, #691, .F. ) ; +#1878 = AXIS2_PLACEMENT_3D ( 'NONE', #119, #1942, #606 ) ; +#1879 = LINE ( 'NONE', #2219, #1161 ) ; +#1880 = LINE ( 'NONE', #2242, #2050 ) ; +#1881 = SURFACE_SIDE_STYLE ('',( #2422 ) ) ; +#1882 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#1883 = LINE ( 'NONE', #1089, #1749 ) ; +#1884 = ADVANCED_FACE ( 'NONE', ( #770 ), #503, .F. ) ; +#1885 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1716 ), #1901 ) ; +#1886 = ORIENTED_EDGE ( 'NONE', *, *, #3134, .T. ) ; +#1887 = LINE ( 'NONE', #3241, #2985 ) ; +#1888 = PRESENTATION_STYLE_ASSIGNMENT (( #1166 ) ) ; +#1889 = FACE_OUTER_BOUND ( 'NONE', #2720, .T. ) ; +#1890 = EDGE_CURVE ( 'NONE', #570, #1016, #2777, .T. ) ; +#1891 = EDGE_LOOP ( 'NONE', ( #1595, #841, #2465, #610 ) ) ; +#1892 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ; +#1893 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1482, 'distance_accuracy_value', 'NONE'); +#1894 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2238 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2828, #3331, #221 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1895 = ADVANCED_FACE ( 'NONE', ( #2366 ), #121, .F. ) ; +#1896 = CLOSED_SHELL ( 'NONE', ( #1340, #1209, #3163, #2158, #1655, #1468 ) ) ; +#1897 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#1898 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3010 ) ) ; +#1899 = EDGE_LOOP ( 'NONE', ( #1710, #2293, #2585, #3103 ) ) ; +#1900 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#1901 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1084 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1237, #1777, #1499 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1902 = ORIENTED_EDGE ( 'NONE', *, *, #1338, .F. ) ; +#1903 = VERTEX_POINT ( 'NONE', #182 ) ; +#1904 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3001, 'distance_accuracy_value', 'NONE'); +#1905 = EDGE_CURVE ( 'NONE', #1133, #578, #1844, .T. ) ; +#1906 = SURFACE_STYLE_FILL_AREA ( #2205 ) ; +#1907 = SURFACE_STYLE_FILL_AREA ( #1136 ) ; +#1908 = ORIENTED_EDGE ( 'NONE', *, *, #113, .T. ) ; +#1909 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#1910 = ADVANCED_FACE ( 'NONE', ( #643 ), #1324, .T. ) ; +#1911 = STYLED_ITEM ( 'NONE', ( #1408 ), #1340 ) ; +#1912 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#1913 = STYLED_ITEM ( 'NONE', ( #2653 ), #352 ) ; +#1914 = ORIENTED_EDGE ( 'NONE', *, *, #1140, .F. ) ; +#1915 = VECTOR ( 'NONE', #140, 1000.000000000000000 ) ; +#1916 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1994 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2197, #627, #883 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1917 = VECTOR ( 'NONE', #1560, 1000.000000000000000 ) ; +#1918 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#1919 = LINE ( 'NONE', #1787, #1212 ) ; +#1920 = ORIENTED_EDGE ( 'NONE', *, *, #2051, .F. ) ; +#1921 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1922 = LINE ( 'NONE', #3289, #1297 ) ; +#1923 = SURFACE_SIDE_STYLE ('',( #1907 ) ) ; +#1924 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#1925 = EDGE_LOOP ( 'NONE', ( #1075, #383, #664, #2709 ) ) ; +#1926 = EDGE_CURVE ( 'NONE', #1993, #3391, #3368, .T. ) ; +#1927 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1928 = ADVANCED_FACE ( 'NONE', ( #1261, #1661, #967, #3277, #1967, #569, #1167 ), #778, .T. ) ; +#1929 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1930 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999937217, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#1931 = ORIENTED_EDGE ( 'NONE', *, *, #1504, .F. ) ; +#1932 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#1933 = EDGE_CURVE ( 'NONE', #2602, #314, #2526, .T. ) ; +#1934 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1935 = SURFACE_SIDE_STYLE ('',( #716 ) ) ; +#1936 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#1937 = ORIENTED_EDGE ( 'NONE', *, *, #153, .F. ) ; +#1938 = EDGE_LOOP ( 'NONE', ( #1635, #2969, #19, #1072 ) ) ; +#1939 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.0000000000000000000, -0.7999999999999999334 ) ) ; +#1940 = ORIENTED_EDGE ( 'NONE', *, *, #1266, .T. ) ; +#1941 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1942 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1943 = PRESENTATION_STYLE_ASSIGNMENT (( #2067 ) ) ; +#1944 = ADVANCED_FACE ( 'NONE', ( #2774 ), #1854, .F. ) ; +#1945 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#1946 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2996 ), #3168 ) ; +#1947 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, 0.1029999999999997862 ) ) ; +#1948 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#1949 = ORIENTED_EDGE ( 'NONE', *, *, #1302, .T. ) ; +#1950 = SURFACE_STYLE_FILL_AREA ( #935 ) ; +#1951 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#1952 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#1953 = PRESENTATION_STYLE_ASSIGNMENT (( #476 ) ) ; +#1954 = VECTOR ( 'NONE', #1752, 1000.000000000000000 ) ; +#1955 = ORIENTED_EDGE ( 'NONE', *, *, #3208, .T. ) ; +#1956 = EDGE_CURVE ( 'NONE', #35, #2439, #438, .T. ) ; +#1957 = DIRECTION ( 'NONE', ( 8.131516293641285227E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1958 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#1959 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1784 ), #2129 ) ; +#1960 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2002 ), #537 ) ; +#1961 = PLANE ( 'NONE', #2163 ) ; +#1962 = SURFACE_STYLE_FILL_AREA ( #70 ) ; +#1963 = FACE_OUTER_BOUND ( 'NONE', #2212, .T. ) ; +#1964 = AXIS2_PLACEMENT_3D ( 'NONE', #2542, #3340, #2809 ) ; +#1965 = LINE ( 'NONE', #1447, #2776 ) ; +#1966 = ADVANCED_FACE ( 'NONE', ( #344 ), #39, .F. ) ; +#1967 = FACE_BOUND ( 'NONE', #2471, .T. ) ; +#1968 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#1969 = ORIENTED_EDGE ( 'NONE', *, *, #1905, .T. ) ; +#1970 = VECTOR ( 'NONE', #2702, 1000.000000000000000 ) ; +#1971 = FILL_AREA_STYLE ('',( #561 ) ) ; +#1972 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#1973 = SURFACE_SIDE_STYLE ('',( #394 ) ) ; +#1974 = PRESENTATION_STYLE_ASSIGNMENT (( #1599 ) ) ; +#1975 = EDGE_LOOP ( 'NONE', ( #819, #788, #2481, #3139 ) ) ; +#1976 = EDGE_CURVE ( 'NONE', #506, #2893, #638, .T. ) ; +#1977 = PLANE ( 'NONE', #100 ) ; +#1978 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -8.131516293641285227E-16 ) ) ; +#1979 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3075 ), #908 ) ; +#1980 = ORIENTED_EDGE ( 'NONE', *, *, #1429, .T. ) ; +#1981 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#1982 = ORIENTED_EDGE ( 'NONE', *, *, #3314, .T. ) ; +#1983 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4000000000000000222, 0.6929999999999988392 ) ) ; +#1984 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#1985 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #906 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2058, #3089, #2041 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#1986 = PLANE ( 'NONE', #1248 ) ; +#1987 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#1988 = ORIENTED_EDGE ( 'NONE', *, *, #2917, .F. ) ; +#1989 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#1990 = EDGE_LOOP ( 'NONE', ( #3197, #280, #405, #2631 ) ) ; +#1991 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#1992 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#1993 = VERTEX_POINT ( 'NONE', #3136 ) ; +#1994 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2197, 'distance_accuracy_value', 'NONE'); +#1995 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#1996 = LINE ( 'NONE', #3042, #196 ) ; +#1997 = VECTOR ( 'NONE', #2936, 1000.000000000000000 ) ; +#1998 = EDGE_CURVE ( 'NONE', #464, #1265, #2054, .T. ) ; +#1999 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2000 = LINE ( 'NONE', #2240, #732 ) ; +#2001 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2645 ) ) ; +#2002 = STYLED_ITEM ( 'NONE', ( #2064 ), #628 ) ; +#2003 = SURFACE_SIDE_STYLE ('',( #3284 ) ) ; +#2004 = VERTEX_POINT ( 'NONE', #2920 ) ; +#2005 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2006 = PRODUCT ( 'MLPF-WB55-01E3', 'MLPF-WB55-01E3', '', ( #2789 ) ) ; +#2007 = SURFACE_SIDE_STYLE ('',( #1260 ) ) ; +#2008 = STYLED_ITEM ( 'NONE', ( #2973 ), #2747 ) ; +#2009 = LINE ( 'NONE', #357, #2835 ) ; +#2010 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#2011 = SURFACE_STYLE_USAGE ( .BOTH. , #167 ) ; +#2012 = MANIFOLD_SOLID_BREP ( 'Cut-Extrude1', #3263 ) ; +#2013 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2707 ), #2606 ) ; +#2014 = LINE ( 'NONE', #29, #1770 ) ; +#2015 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.6929999999999996163 ) ) ; +#2016 = ORIENTED_EDGE ( 'NONE', *, *, #2712, .T. ) ; +#2017 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, 0.1029999999999997862 ) ) ; +#2018 = PLANE ( 'NONE', #3160 ) ; +#2019 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2020 = ORIENTED_EDGE ( 'NONE', *, *, #261, .T. ) ; +#2021 = EDGE_CURVE ( 'NONE', #700, #2850, #1579, .T. ) ; +#2022 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2023 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2024 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#2025 = ORIENTED_EDGE ( 'NONE', *, *, #1095, .T. ) ; +#2026 = STYLED_ITEM ( 'NONE', ( #1206 ), #1604 ) ; +#2027 = STYLED_ITEM ( 'NONE', ( #2406 ), #584 ) ; +#2028 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2029 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#2030 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2031 = AXIS2_PLACEMENT_3D ( 'NONE', #2362, #2647, #2625 ) ; +#2032 = FACE_OUTER_BOUND ( 'NONE', #363, .T. ) ; +#2033 = FILL_AREA_STYLE ('',( #1821 ) ) ; +#2034 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2035 = ORIENTED_EDGE ( 'NONE', *, *, #1830, .F. ) ; +#2036 = FACE_OUTER_BOUND ( 'NONE', #2201, .T. ) ; +#2037 = SURFACE_SIDE_STYLE ('',( #2402 ) ) ; +#2038 = VECTOR ( 'NONE', #2086, 1000.000000000000000 ) ; +#2039 = LINE ( 'NONE', #3313, #1954 ) ; +#2040 = VERTEX_POINT ( 'NONE', #2394 ) ; +#2041 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2042 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2043 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -2.710505431213760592E-16 ) ) ; +#2044 = PRODUCT_RELATED_PRODUCT_CATEGORY ( 'part', '', ( #2006 ) ) ; +#2045 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2046 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1146, 'distance_accuracy_value', 'NONE'); +#2047 = FACE_OUTER_BOUND ( 'NONE', #601, .T. ) ; +#2048 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#2049 = LINE ( 'NONE', #1958, #1357 ) ; +#2050 = VECTOR ( 'NONE', #1987, 1000.000000000000000 ) ; +#2051 = EDGE_CURVE ( 'NONE', #2506, #2377, #2331, .T. ) ; +#2052 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#2053 = FILL_AREA_STYLE ('',( #994 ) ) ; +#2054 = LINE ( 'NONE', #2126, #2154 ) ; +#2055 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2056 = FILL_AREA_STYLE ('',( #2511 ) ) ; +#2057 = EDGE_CURVE ( 'NONE', #570, #97, #1360, .T. ) ; +#2058 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2059 = ORIENTED_EDGE ( 'NONE', *, *, #1455, .T. ) ; +#2060 = PLANE ( 'NONE', #92 ) ; +#2061 = AXIS2_PLACEMENT_3D ( 'NONE', #2577, #1776, #739 ) ; +#2062 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2063 = VECTOR ( 'NONE', #3038, 1000.000000000000000 ) ; +#2064 = PRESENTATION_STYLE_ASSIGNMENT (( #1343 ) ) ; +#2065 = VERTEX_POINT ( 'NONE', #3202 ) ; +#2066 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2067 = SURFACE_STYLE_USAGE ( .BOTH. , #1259 ) ; +#2068 = ORIENTED_EDGE ( 'NONE', *, *, #1573, .F. ) ; +#2069 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2070 = EDGE_CURVE ( 'NONE', #723, #1251, #2285, .T. ) ; +#2071 = SURFACE_STYLE_USAGE ( .BOTH. , #1517 ) ; +#2072 = STYLED_ITEM ( 'NONE', ( #2085 ), #1884 ) ; +#2073 = EDGE_LOOP ( 'NONE', ( #3000, #1687, #1937, #646 ) ) ; +#2074 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4000000000000000222, -0.09700000000000018330 ) ) ; +#2075 = AXIS2_PLACEMENT_3D ( 'NONE', #641, #3323, #988 ) ; +#2076 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2077 = VERTEX_POINT ( 'NONE', #2688 ) ; +#2078 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#2079 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2080 = SURFACE_STYLE_FILL_AREA ( #3316 ) ; +#2081 = VECTOR ( 'NONE', #2674, 1000.000000000000000 ) ; +#2082 = FILL_AREA_STYLE ('',( #16 ) ) ; +#2083 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2084 = EDGE_CURVE ( 'NONE', #2737, #3046, #2189, .T. ) ; +#2085 = PRESENTATION_STYLE_ASSIGNMENT (( #2530 ) ) ; +#2086 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2087 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#2088 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2089 = EDGE_LOOP ( 'NONE', ( #2858, #296, #2157, #2993 ) ) ; +#2090 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1362 ), #3318 ) ; +#2091 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1247 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1123, #2974, #872 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2092 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#2093 = FACE_OUTER_BOUND ( 'NONE', #895, .T. ) ; +#2094 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2095 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3280 ) ) ; +#2096 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#2097 = LINE ( 'NONE', #3118, #847 ) ; +#2098 = FILL_AREA_STYLE_COLOUR ( '', #1438 ) ; +#2099 = ORIENTED_EDGE ( 'NONE', *, *, #1548, .T. ) ; +#2100 = SURFACE_SIDE_STYLE ('',( #2864 ) ) ; +#2101 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2867, 'distance_accuracy_value', 'NONE'); +#2102 = VERTEX_POINT ( 'NONE', #2695 ) ; +#2103 = VERTEX_POINT ( 'NONE', #2135 ) ; +#2104 = EDGE_CURVE ( 'NONE', #2004, #850, #2398, .T. ) ; +#2105 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#2106 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2107 = SURFACE_SIDE_STYLE ('',( #728 ) ) ; +#2108 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #117 ), #2284 ) ; +#2109 = EDGE_CURVE ( 'NONE', #1176, #2506, #2428, .T. ) ; +#2110 = LINE ( 'NONE', #157, #1387 ) ; +#2111 = AXIS2_PLACEMENT_3D ( 'NONE', #2525, #187, #1216 ) ; +#2112 = FACE_OUTER_BOUND ( 'NONE', #1315, .T. ) ; +#2113 = FACE_OUTER_BOUND ( 'NONE', #1990, .T. ) ; +#2114 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3157, 'distance_accuracy_value', 'NONE'); +#2115 = FACE_OUTER_BOUND ( 'NONE', #1708, .T. ) ; +#2116 = EDGE_LOOP ( 'NONE', ( #3158, #987, #1572, #171 ) ) ; +#2117 = FILL_AREA_STYLE ('',( #1839 ) ) ; +#2118 = VECTOR ( 'NONE', #806, 1000.000000000000000 ) ; +#2119 = VECTOR ( 'NONE', #974, 1000.000000000000000 ) ; +#2120 = SURFACE_SIDE_STYLE ('',( #3123 ) ) ; +#2121 = AXIS2_PLACEMENT_3D ( 'NONE', #1132, #2758, #3004 ) ; +#2122 = VECTOR ( 'NONE', #2290, 1000.000000000000000 ) ; +#2123 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2124 = EDGE_CURVE ( 'NONE', #2102, #2040, #3312, .T. ) ; +#2125 = FACE_OUTER_BOUND ( 'NONE', #554, .T. ) ; +#2126 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#2127 = PRESENTATION_STYLE_ASSIGNMENT (( #1128 ) ) ; +#2128 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4000000000000000222, 0.4929999999999997162 ) ) ; +#2129 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2150 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #962, #2804, #1487 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2130 = PRESENTATION_STYLE_ASSIGNMENT (( #1748 ) ) ; +#2131 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1067 ) ) ; +#2132 = ORIENTED_EDGE ( 'NONE', *, *, #204, .T. ) ; +#2133 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4000000000000000222, 0.1029999999999997862 ) ) ; +#2134 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4000000000000000222, -0.09700000000000062739 ) ) ; +#2135 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, 0.1029999999999997862 ) ) ; +#2136 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3364, 'distance_accuracy_value', 'NONE'); +#2137 = VERTEX_POINT ( 'NONE', #2927 ) ; +#2138 = EDGE_CURVE ( 'NONE', #3096, #506, #1883, .T. ) ; +#2139 = SURFACE_STYLE_USAGE ( .BOTH. , #2679 ) ; +#2140 = ORIENTED_EDGE ( 'NONE', *, *, #1548, .F. ) ; +#2141 = LINE ( 'NONE', #3347, #3297 ) ; +#2142 = ADVANCED_FACE ( 'NONE', ( #765 ), #2409, .T. ) ; +#2143 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3193 ), #674 ) ; +#2144 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2628 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2420, #2912, #1414 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2145 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2146 = LINE ( 'NONE', #3389, #2185 ) ; +#2147 = PRESENTATION_STYLE_ASSIGNMENT (( #212 ) ) ; +#2148 = ORIENTED_EDGE ( 'NONE', *, *, #650, .T. ) ; +#2149 = AXIS2_PLACEMENT_3D ( 'NONE', #2165, #1892, #836 ) ; +#2150 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #962, 'distance_accuracy_value', 'NONE'); +#2151 = PRESENTATION_STYLE_ASSIGNMENT (( #2549 ) ) ; +#2152 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2153 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4000000000000000222, 0.1029999999999997445 ) ) ; +#2154 = VECTOR ( 'NONE', #1332, 1000.000000000000000 ) ; +#2155 = PRODUCT_DEFINITION_FORMATION_WITH_SPECIFIED_SOURCE ( 'ANY', '', #2318, .NOT_KNOWN. ) ; +#2156 = SURFACE_STYLE_FILL_AREA ( #1253 ) ; +#2157 = ORIENTED_EDGE ( 'NONE', *, *, #2841, .F. ) ; +#2158 = ADVANCED_FACE ( 'NONE', ( #83 ), #1621, .F. ) ; +#2159 = ORIENTED_EDGE ( 'NONE', *, *, #1750, .F. ) ; +#2160 = EDGE_LOOP ( 'NONE', ( #2792, #1058, #2643, #445 ) ) ; +#2161 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2162 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2163 = AXIS2_PLACEMENT_3D ( 'NONE', #2449, #1948, #104 ) ; +#2164 = EDGE_CURVE ( 'NONE', #97, #705, #1800, .T. ) ; +#2165 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, -0.02500000000000000139, 0.0000000000000000000 ) ) ; +#2166 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2167 = VECTOR ( 'NONE', #2580, 1000.000000000000000 ) ; +#2168 = ORIENTED_EDGE ( 'NONE', *, *, #15, .T. ) ; +#2169 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2605 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #21, #3167, #1872 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2170 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2002 ) ) ; +#2171 = ORIENTED_EDGE ( 'NONE', *, *, #1650, .T. ) ; +#2172 = ORIENTED_EDGE ( 'NONE', *, *, #1679, .F. ) ; +#2173 = SURFACE_SIDE_STYLE ('',( #239 ) ) ; +#2174 = ADVANCED_FACE ( 'NONE', ( #2934 ), #3176, .F. ) ; +#2175 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #208 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #479, #1509, #1783 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2176 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#2177 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, 0.1029999999999993560 ) ) ; +#2178 = EDGE_CURVE ( 'NONE', #396, #851, #1879, .T. ) ; +#2179 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#2180 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2181 = CLOSED_SHELL ( 'NONE', ( #1135, #1114, #1369, #2399, #2192, #837 ) ) ; +#2182 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2183 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2184 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2467 ) ) ; +#2185 = VECTOR ( 'NONE', #2632, 1000.000000000000000 ) ; +#2186 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3321 ) ) ; +#2187 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2188 = SURFACE_STYLE_USAGE ( .BOTH. , #1682 ) ; +#2189 = LINE ( 'NONE', #2153, #1292 ) ; +#2190 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4200000000000000400, -0.09700000000000018330 ) ) ; +#2191 = AXIS2_PLACEMENT_3D ( 'NONE', #1555, #1318, #1545 ) ; +#2192 = ADVANCED_FACE ( 'NONE', ( #2823 ), #3017, .T. ) ; +#2193 = PLANE ( 'NONE', #2121 ) ; +#2194 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2195 = PRESENTATION_STYLE_ASSIGNMENT (( #198 ) ) ; +#2196 = PRESENTATION_STYLE_ASSIGNMENT (( #1780 ) ) ; +#2197 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2198 = FILL_AREA_STYLE ('',( #2697 ) ) ; +#2199 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.2000000000000000111, -0.09700000000000062739 ) ) ; +#2200 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #804 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #59, #1932, #855 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2201 = EDGE_LOOP ( 'NONE', ( #799, #414, #3350, #2132 ) ) ; +#2202 = EDGE_CURVE ( 'NONE', #3248, #1823, #2049, .T. ) ; +#2203 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2204 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2205 = FILL_AREA_STYLE ('',( #2229 ) ) ; +#2206 = VERTEX_POINT ( 'NONE', #1433 ) ; +#2207 = EDGE_CURVE ( 'NONE', #2348, #3188, #2472, .T. ) ; +#2208 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2209 = ADVANCED_FACE ( 'NONE', ( #1199 ), #3006, .T. ) ; +#2210 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1753, 'distance_accuracy_value', 'NONE'); +#2211 = FILL_AREA_STYLE ('',( #2504 ) ) ; +#2212 = EDGE_LOOP ( 'NONE', ( #1886, #62, #2306, #2842 ) ) ; +#2213 = SURFACE_STYLE_USAGE ( .BOTH. , #340 ) ; +#2214 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1789 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #295, #2384, #2417 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2215 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2216 = VERTEX_POINT ( 'NONE', #3230 ) ; +#2217 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4200000000000000400, 0.6929999999999987281 ) ) ; +#2218 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2219 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#2220 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2221 = DIRECTION ( 'NONE', ( -2.710505431213762071E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2222 = VERTEX_POINT ( 'NONE', #374 ) ; +#2223 = SURFACE_STYLE_FILL_AREA ( #2550 ) ; +#2224 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#2225 = FACE_OUTER_BOUND ( 'NONE', #1279, .T. ) ; +#2226 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2227 = ORIENTED_EDGE ( 'NONE', *, *, #336, .T. ) ; +#2228 = EDGE_CURVE ( 'NONE', #291, #1037, #3308, .T. ) ; +#2229 = FILL_AREA_STYLE_COLOUR ( '', #2892 ) ; +#2230 = LINE ( 'NONE', #1219, #2516 ) ; +#2231 = EDGE_LOOP ( 'NONE', ( #2276, #2319, #2452, #258 ) ) ; +#2232 = FILL_AREA_STYLE_COLOUR ( '', #195 ) ; +#2233 = STYLED_ITEM ( 'NONE', ( #2151 ), #1636 ) ; +#2234 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#2235 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2940 ), #27 ) ; +#2236 = SURFACE_STYLE_USAGE ( .BOTH. , #2003 ) ; +#2237 = SURFACE_STYLE_FILL_AREA ( #2404 ) ; +#2238 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2828, 'distance_accuracy_value', 'NONE'); +#2239 = SURFACE_SIDE_STYLE ('',( #1 ) ) ; +#2240 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#2241 = STYLED_ITEM ( 'NONE', ( #427 ), #2696 ) ; +#2242 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2243 = VECTOR ( 'NONE', #504, 1000.000000000000000 ) ; +#2244 = VERTEX_POINT ( 'NONE', #398 ) ; +#2245 = STYLED_ITEM ( 'NONE', ( #377 ), #2972 ) ; +#2246 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2247 = VECTOR ( 'NONE', #733, 1000.000000000000000 ) ; +#2248 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2249 = FILL_AREA_STYLE ('',( #3294 ) ) ; +#2250 = FILL_AREA_STYLE_COLOUR ( '', #2485 ) ; +#2251 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#2252 = EDGE_CURVE ( 'NONE', #1331, #1903, #3210, .T. ) ; +#2253 = ORIENTED_EDGE ( 'NONE', *, *, #172, .F. ) ; +#2254 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2255 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2256 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #694, 'distance_accuracy_value', 'NONE'); +#2257 = AXIS2_PLACEMENT_3D ( 'NONE', #131, #1720, #644 ) ; +#2258 = AXIS2_PLACEMENT_3D ( 'NONE', #938, #1719, #2043 ) ; +#2259 = EDGE_LOOP ( 'NONE', ( #1594, #3236, #2652, #2301 ) ) ; +#2260 = FILL_AREA_STYLE_COLOUR ( '', #1074 ) ; +#2261 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2262 = DIRECTION ( 'NONE', ( -2.710505431213762071E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2263 = ORIENTED_EDGE ( 'NONE', *, *, #619, .F. ) ; +#2264 = STYLED_ITEM ( 'NONE', ( #1613 ), #2192 ) ; +#2265 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2266 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2267 = SURFACE_STYLE_USAGE ( .BOTH. , #2007 ) ; +#2268 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2269 = DIRECTION ( 'NONE', ( 2.710505431213761578E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2270 = LINE ( 'NONE', #959, #2418 ) ; +#2271 = SURFACE_SIDE_STYLE ('',( #339 ) ) ; +#2272 = LINE ( 'NONE', #1930, #1352 ) ; +#2273 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#2274 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#2275 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2276 = ORIENTED_EDGE ( 'NONE', *, *, #2660, .T. ) ; +#2277 = EDGE_CURVE ( 'NONE', #2103, #586, #1495, .T. ) ; +#2278 = FILL_AREA_STYLE ('',( #202 ) ) ; +#2279 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#2280 = SURFACE_STYLE_FILL_AREA ( #1618 ) ; +#2281 = PRESENTATION_STYLE_ASSIGNMENT (( #3053 ) ) ; +#2282 = ORIENTED_EDGE ( 'NONE', *, *, #852, .F. ) ; +#2283 = FILL_AREA_STYLE_COLOUR ( '', #2327 ) ; +#2284 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1289 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #106, #3009, #3250 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2285 = LINE ( 'NONE', #826, #433 ) ; +#2286 = STYLED_ITEM ( 'NONE', ( #1585 ), #84 ) ; +#2287 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#2288 = LINE ( 'NONE', #1218, #2903 ) ; +#2289 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#2290 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2291 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2292 = FACE_OUTER_BOUND ( 'NONE', #2160, .T. ) ; +#2293 = ORIENTED_EDGE ( 'NONE', *, *, #2981, .F. ) ; +#2294 = VECTOR ( 'NONE', #1141, 1000.000000000000000 ) ; +#2295 = SURFACE_SIDE_STYLE ('',( #1853 ) ) ; +#2296 = SURFACE_SIDE_STYLE ('',( #534 ) ) ; +#2297 = SURFACE_STYLE_FILL_AREA ( #364 ) ; +#2298 = SURFACE_SIDE_STYLE ('',( #1950 ) ) ; +#2299 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1181 ), #997 ) ; +#2300 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#2301 = ORIENTED_EDGE ( 'NONE', *, *, #1926, .F. ) ; +#2302 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2303 = SURFACE_SIDE_STYLE ('',( #1001 ) ) ; +#2304 = PLANE ( 'NONE', #3291 ) ; +#2305 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2306 = ORIENTED_EDGE ( 'NONE', *, *, #1869, .F. ) ; +#2307 = EDGE_CURVE ( 'NONE', #614, #2216, #2397, .T. ) ; +#2308 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#2309 = FILL_AREA_STYLE_COLOUR ( '', #3309 ) ; +#2310 = ORIENTED_EDGE ( 'NONE', *, *, #1062, .T. ) ; +#2311 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2681 ), #2959 ) ; +#2312 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #426 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2719, #3287, #2430 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2313 = SURFACE_STYLE_USAGE ( .BOTH. , #1252 ) ; +#2314 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, -0.09700000000000062739 ) ) ; +#2315 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2408 ), #3081 ) ; +#2316 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2317 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2318 = PRODUCT ( 'MLPF-WB55-01E3', 'MLPF-WB55-01E3', '', ( #1459 ) ) ; +#2319 = ORIENTED_EDGE ( 'NONE', *, *, #1605, .F. ) ; +#2320 = PLANE ( 'NONE', #3141 ) ; +#2321 = ORIENTED_EDGE ( 'NONE', *, *, #507, .T. ) ; +#2322 = VECTOR ( 'NONE', #761, 1000.000000000000000 ) ; +#2323 = FACE_OUTER_BOUND ( 'NONE', #2694, .T. ) ; +#2324 = PRESENTATION_STYLE_ASSIGNMENT (( #2345 ) ) ; +#2325 = EDGE_LOOP ( 'NONE', ( #3150, #108, #1544, #2168 ) ) ; +#2326 = PLANE ( 'NONE', #1193 ) ; +#2327 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2328 = EDGE_CURVE ( 'NONE', #2348, #1251, #3361, .T. ) ; +#2329 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#2330 = SURFACE_SIDE_STYLE ('',( #3358 ) ) ; +#2331 = LINE ( 'NONE', #2662, #1997 ) ; +#2332 = PRESENTATION_STYLE_ASSIGNMENT (( #183 ) ) ; +#2333 = STYLED_ITEM ( 'NONE', ( #2581 ), #1313 ) ; +#2334 = AXIS2_PLACEMENT_3D ( 'NONE', #811, #768, #1295 ) ; +#2335 = ORIENTED_EDGE ( 'NONE', *, *, #113, .F. ) ; +#2336 = STYLED_ITEM ( 'NONE', ( #3057 ), #2158 ) ; +#2337 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2338 = EDGE_LOOP ( 'NONE', ( #2587, #54, #734, #2656 ) ) ; +#2339 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#2340 = FACE_OUTER_BOUND ( 'NONE', #2888, .T. ) ; +#2341 = SURFACE_STYLE_FILL_AREA ( #1566 ) ; +#2342 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#2343 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#2344 = VERTEX_POINT ( 'NONE', #1761 ) ; +#2345 = SURFACE_STYLE_USAGE ( .BOTH. , #255 ) ; +#2346 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #177 ), #227 ) ; +#2347 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2935 ) ) ; +#2348 = VERTEX_POINT ( 'NONE', #2015 ) ; +#2349 = FILL_AREA_STYLE ('',( #1591 ) ) ; +#2350 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2894, 'distance_accuracy_value', 'NONE'); +#2351 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2953 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1478, #3249, #1177 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2352 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2353 = LINE ( 'NONE', #699, #330 ) ; +#2354 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2355 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2356 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2357 = ORIENTED_EDGE ( 'NONE', *, *, #2637, .F. ) ; +#2358 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2359 = VECTOR ( 'NONE', #796, 1000.000000000000000 ) ; +#2360 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2680 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3335, #2042, #3366 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2361 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2362 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#2363 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2429, 'distance_accuracy_value', 'NONE'); +#2364 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2365 = EDGE_CURVE ( 'NONE', #3288, #1244, #1797, .T. ) ; +#2366 = FACE_OUTER_BOUND ( 'NONE', #2750, .T. ) ; +#2367 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#2368 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2369 = ORIENTED_EDGE ( 'NONE', *, *, #603, .T. ) ; +#2370 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2026 ) ) ; +#2371 = LINE ( 'NONE', #2558, #1762 ) ; +#2372 = LINE ( 'NONE', #1148, #2988 ) ; +#2373 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2374 = STYLED_ITEM ( 'NONE', ( #1397 ), #2711 ) ; +#2375 = PLANE ( 'NONE', #1091 ) ; +#2376 = VECTOR ( 'NONE', #2837, 1000.000000000000000 ) ; +#2377 = VERTEX_POINT ( 'NONE', #950 ) ; +#2378 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2379 = FILL_AREA_STYLE_COLOUR ( '', #693 ) ; +#2380 = ORIENTED_EDGE ( 'NONE', *, *, #95, .T. ) ; +#2381 = ORIENTED_EDGE ( 'NONE', *, *, #3003, .F. ) ; +#2382 = EDGE_CURVE ( 'NONE', #2102, #2222, #1290, .T. ) ; +#2383 = FILL_AREA_STYLE ('',( #2705 ) ) ; +#2384 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2385 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #984 ), #2641 ) ; +#2386 = EDGE_CURVE ( 'NONE', #1176, #2603, #386, .T. ) ; +#2387 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2388 = ORIENTED_EDGE ( 'NONE', *, *, #1317, .F. ) ; +#2389 = STYLED_ITEM ( 'NONE', ( #2569 ), #2410 ) ; +#2390 = LINE ( 'NONE', #2343, #2322 ) ; +#2391 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2392 = VECTOR ( 'NONE', #1676, 1000.000000000000000 ) ; +#2393 = VERTEX_POINT ( 'NONE', #1729 ) ; +#2394 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#2395 = LINE ( 'NONE', #794, #522 ) ; +#2396 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2397 = LINE ( 'NONE', #1183, #519 ) ; +#2398 = LINE ( 'NONE', #1105, #310 ) ; +#2399 = ADVANCED_FACE ( 'NONE', ( #3107 ), #1718, .F. ) ; +#2400 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2401 = LINE ( 'NONE', #489, #2938 ) ; +#2402 = SURFACE_STYLE_FILL_AREA ( #2586 ) ; +#2403 = EDGE_LOOP ( 'NONE', ( #147, #1914, #1061, #1277 ) ) ; +#2404 = FILL_AREA_STYLE ('',( #3216 ) ) ; +#2405 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2233 ), #1291 ) ; +#2406 = PRESENTATION_STYLE_ASSIGNMENT (( #3147 ) ) ; +#2407 = FILL_AREA_STYLE_COLOUR ( '', #419 ) ; +#2408 = STYLED_ITEM ( 'NONE', ( #3304 ), #2496 ) ; +#2409 = PLANE ( 'NONE', #2149 ) ; +#2410 = ADVANCED_FACE ( 'NONE', ( #1249 ), #1194, .F. ) ; +#2411 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3319 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1158, #2992, #1651 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2412 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2413 = EDGE_LOOP ( 'NONE', ( #2321, #2683, #1822, #1137 ) ) ; +#2414 = VERTEX_POINT ( 'NONE', #2503 ) ; +#2415 = EDGE_CURVE ( 'NONE', #1184, #2898, #2427, .T. ) ; +#2416 = ORIENTED_EDGE ( 'NONE', *, *, #2307, .F. ) ; +#2417 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2418 = VECTOR ( 'NONE', #3045, 1000.000000000000000 ) ; +#2419 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1911 ) ) ; +#2420 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2421 = STYLED_ITEM ( 'NONE', ( #1603 ), #447 ) ; +#2422 = SURFACE_STYLE_FILL_AREA ( #58 ) ; +#2423 = VERTEX_POINT ( 'NONE', #3047 ) ; +#2424 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2264 ), #3328 ) ; +#2425 = ADVANCED_FACE ( 'NONE', ( #1439 ), #181, .F. ) ; +#2426 = PRESENTATION_STYLE_ASSIGNMENT (( #3246 ) ) ; +#2427 = LINE ( 'NONE', #1472, #912 ) ; +#2428 = LINE ( 'NONE', #89, #3213 ) ; +#2429 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2430 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2431 = VECTOR ( 'NONE', #2220, 1000.000000000000000 ) ; +#2432 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2433 = AXIS2_PLACEMENT_3D ( 'NONE', #882, #869, #298 ) ; +#2434 = ORIENTED_EDGE ( 'NONE', *, *, #810, .F. ) ; +#2435 = EDGE_CURVE ( 'NONE', #1632, #2850, #482, .T. ) ; +#2436 = SURFACE_SIDE_STYLE ('',( #283 ) ) ; +#2437 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3306, 'distance_accuracy_value', 'NONE'); +#2438 = ORIENTED_EDGE ( 'NONE', *, *, #225, .T. ) ; +#2439 = VERTEX_POINT ( 'NONE', #2300 ) ; +#2440 = PRESENTATION_STYLE_ASSIGNMENT (( #2236 ) ) ; +#2441 = STYLED_ITEM ( 'NONE', ( #2127 ), #1039 ) ; +#2442 = LINE ( 'NONE', #618, #287 ) ; +#2443 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3214 ) ) ; +#2444 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#2445 = ADVANCED_FACE ( 'NONE', ( #273 ), #2832, .F. ) ; +#2446 = LINE ( 'NONE', #2505, #2063 ) ; +#2447 = SURFACE_STYLE_USAGE ( .BOTH. , #327 ) ; +#2448 = SURFACE_STYLE_FILL_AREA ( #1055 ) ; +#2449 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2450 = VERTEX_POINT ( 'NONE', #1781 ) ; +#2451 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #341 ) ) ; +#2452 = ORIENTED_EDGE ( 'NONE', *, *, #3155, .F. ) ; +#2453 = FILL_AREA_STYLE ('',( #622 ) ) ; +#2454 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#2455 = EDGE_LOOP ( 'NONE', ( #1837, #993, #1662, #1415 ) ) ; +#2456 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude2', #1601 ) ; +#2457 = FILL_AREA_STYLE_COLOUR ( '', #2509 ) ; +#2458 = AXIS2_PLACEMENT_3D ( 'NONE', #1274, #1763, #1801 ) ; +#2459 = SURFACE_SIDE_STYLE ('',( #1361 ) ) ; +#2460 = FILL_AREA_STYLE_COLOUR ( '', #1929 ) ; +#2461 = ADVANCED_FACE ( 'NONE', ( #1109 ), #981, .F. ) ; +#2462 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2463 = EDGE_CURVE ( 'NONE', #951, #2004, #756, .T. ) ; +#2464 = SURFACE_SIDE_STYLE ('',( #2607 ) ) ; +#2465 = ORIENTED_EDGE ( 'NONE', *, *, #225, .F. ) ; +#2466 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2467 = STYLED_ITEM ( 'NONE', ( #1409 ), #1413 ) ; +#2468 = FACE_OUTER_BOUND ( 'NONE', #853, .T. ) ; +#2469 = VECTOR ( 'NONE', #3265, 1000.000000000000000 ) ; +#2470 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2471 = EDGE_LOOP ( 'NONE', ( #30, #368, #2068, #1988 ) ) ; +#2472 = LINE ( 'NONE', #1704, #2768 ) ; +#2473 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2474 = STYLED_ITEM ( 'NONE', ( #3106 ), #2546 ) ; +#2475 = DIRECTION ( 'NONE', ( -2.710505431213762071E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2476 = PRODUCT_DEFINITION_CONTEXT ( 'detailed design', #907, 'design' ) ; +#2477 = PLANE ( 'NONE', #354 ) ; +#2478 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2479 = LINE ( 'NONE', #125, #12 ) ; +#2480 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.6929999999999997273 ) ) ; +#2481 = ORIENTED_EDGE ( 'NONE', *, *, #507, .F. ) ; +#2482 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2368, 'distance_accuracy_value', 'NONE'); +#2483 = EDGE_CURVE ( 'NONE', #1016, #2206, #3138, .T. ) ; +#2484 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2485 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2486 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4000000000000000222, -0.4870000000000002105 ) ) ; +#2487 = VERTEX_POINT ( 'NONE', #707 ) ; +#2488 = AXIS2_PLACEMENT_3D ( 'NONE', #976, #2538, #2821 ) ; +#2489 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1273 ) ) ; +#2490 = FILL_AREA_STYLE ('',( #170 ) ) ; +#2491 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2492 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#2493 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2336 ), #107 ) ; +#2494 = ORIENTED_EDGE ( 'NONE', *, *, #2637, .T. ) ; +#2495 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2496 = ADVANCED_FACE ( 'NONE', ( #2764 ), #3369, .F. ) ; +#2497 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4000000000000000222, -0.4870000000000001550 ) ) ; +#2498 = ORIENTED_EDGE ( 'NONE', *, *, #3240, .F. ) ; +#2499 = DIRECTION ( 'NONE', ( 2.710505431213765029E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2500 = VERTEX_POINT ( 'NONE', #2279 ) ; +#2501 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #609, 'distance_accuracy_value', 'NONE'); +#2502 = APPLICATION_PROTOCOL_DEFINITION ( 'draft international standard', 'automotive_design', 1998, #675 ) ; +#2503 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#2504 = FILL_AREA_STYLE_COLOUR ( '', #242 ) ; +#2505 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#2506 = VERTEX_POINT ( 'NONE', #487 ) ; +#2507 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2508 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2509 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2510 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2572 ), #1628 ) ; +#2511 = FILL_AREA_STYLE_COLOUR ( '', #152 ) ; +#2512 = ORIENTED_EDGE ( 'NONE', *, *, #488, .T. ) ; +#2513 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2286 ) ) ; +#2514 = SURFACE_STYLE_USAGE ( .BOTH. , #1496 ) ; +#2515 = VECTOR ( 'NONE', #688, 1000.000000000000000 ) ; +#2516 = VECTOR ( 'NONE', #1740, 1000.000000000000000 ) ; +#2517 = SURFACE_STYLE_USAGE ( .BOTH. , #3060 ) ; +#2518 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2072 ) ) ; +#2519 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.2000000000000000111, 0.6929999999999987281 ) ) ; +#2520 = STYLED_ITEM ( 'NONE', ( #1974 ), #662 ) ; +#2521 = LINE ( 'NONE', #1230, #915 ) ; +#2522 = DIRECTION ( 'NONE', ( -2.710505431213760592E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2523 = VECTOR ( 'NONE', #2475, 1000.000000000000000 ) ; +#2524 = SURFACE_SIDE_STYLE ('',( #3120 ) ) ; +#2525 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4200000000000000400, 0.0000000000000000000 ) ) ; +#2526 = LINE ( 'NONE', #2378, #1917 ) ; +#2527 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2528 = LINE ( 'NONE', #820, #600 ) ; +#2529 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2530 = SURFACE_STYLE_USAGE ( .BOTH. , #2037 ) ; +#2531 = SURFACE_STYLE_FILL_AREA ( #362 ) ; +#2532 = ORIENTED_EDGE ( 'NONE', *, *, #603, .F. ) ; +#2533 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2437 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3306, #727, #970 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2534 = ORIENTED_EDGE ( 'NONE', *, *, #698, .T. ) ; +#2535 = ORIENTED_EDGE ( 'NONE', *, *, #2178, .F. ) ; +#2536 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.6929999999999996163 ) ) ; +#2537 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2538 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2539 = LINE ( 'NONE', #1402, #1856 ) ; +#2540 = DIRECTION ( 'NONE', ( 5.421010862427526114E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2541 = PLANE ( 'NONE', #608 ) ; +#2542 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#2543 = FACE_OUTER_BOUND ( 'NONE', #1224, .T. ) ; +#2544 = EDGE_CURVE ( 'NONE', #3248, #2942, #2521, .T. ) ; +#2545 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2546 = ADVANCED_FACE ( 'NONE', ( #2047 ), #2583, .F. ) ; +#2547 = VERTEX_POINT ( 'NONE', #498 ) ; +#2548 = FILL_AREA_STYLE ('',( #2283 ) ) ; +#2549 = SURFACE_STYLE_USAGE ( .BOTH. , #2771 ) ; +#2550 = FILL_AREA_STYLE ('',( #2749 ) ) ; +#2551 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2026 ), #41 ) ; +#2552 = AXIS2_PLACEMENT_3D ( 'NONE', #3218, #1670, #886 ) ; +#2553 = ORIENTED_EDGE ( 'NONE', *, *, #587, .F. ) ; +#2554 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2555 = FILL_AREA_STYLE ('',( #1196 ) ) ; +#2556 = EDGE_LOOP ( 'NONE', ( #1336, #2498, #3186, #483 ) ) ; +#2557 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1791 ) ) ; +#2558 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.4000000000000000222, 0.1029999999999997862 ) ) ; +#2559 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ; +#2560 = FILL_AREA_STYLE ('',( #1341 ) ) ; +#2561 = ORIENTED_EDGE ( 'NONE', *, *, #3161, .F. ) ; +#2562 = EDGE_LOOP ( 'NONE', ( #686, #3043, #209, #74 ) ) ; +#2563 = SURFACE_STYLE_FILL_AREA ( #1742 ) ; +#2564 = VECTOR ( 'NONE', #760, 1000.000000000000000 ) ; +#2565 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2566 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2567 = EDGE_CURVE ( 'NONE', #2423, #1184, #1840, .T. ) ; +#2568 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2569 = PRESENTATION_STYLE_ASSIGNMENT (( #3077 ) ) ; +#2570 = VERTEX_POINT ( 'NONE', #1870 ) ; +#2571 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#2572 = STYLED_ITEM ( 'NONE', ( #2130 ), #877 ) ; +#2573 = FILL_AREA_STYLE ('',( #2309 ) ) ; +#2574 = EDGE_CURVE ( 'NONE', #2137, #3288, #200, .T. ) ; +#2575 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2576 = SURFACE_STYLE_FILL_AREA ( #1725 ) ; +#2577 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2578 = DIRECTION ( 'NONE', ( 2.710505431213762071E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2579 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #816 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2208, #1134, #1120 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2580 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2581 = PRESENTATION_STYLE_ASSIGNMENT (( #390 ) ) ; +#2582 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2583 = PLANE ( 'NONE', #2075 ) ; +#2584 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2585 = ORIENTED_EDGE ( 'NONE', *, *, #1956, .F. ) ; +#2586 = FILL_AREA_STYLE ('',( #2748 ) ) ; +#2587 = ORIENTED_EDGE ( 'NONE', *, *, #2880, .T. ) ; +#2588 = STYLED_ITEM ( 'NONE', ( #1333 ), #3237 ) ; +#2589 = PRESENTATION_STYLE_ASSIGNMENT (( #1036 ) ) ; +#2590 = ORIENTED_EDGE ( 'NONE', *, *, #38, .T. ) ; +#2591 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2592 = SURFACE_STYLE_USAGE ( .BOTH. , #1023 ) ; +#2593 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2594 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2595 = EDGE_CURVE ( 'NONE', #752, #560, #2395, .T. ) ; +#2596 = ORIENTED_EDGE ( 'NONE', *, *, #549, .T. ) ; +#2597 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #404 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2767, #2507, #2731 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2598 = PLANE ( 'NONE', #873 ) ; +#2599 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2008 ), #1179 ) ; +#2600 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2601 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#2602 = VERTEX_POINT ( 'NONE', #2886 ) ; +#2603 = VERTEX_POINT ( 'NONE', #2658 ) ; +#2604 = ORIENTED_EDGE ( 'NONE', *, *, #2124, .F. ) ; +#2605 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #21, 'distance_accuracy_value', 'NONE'); +#2606 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #272 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1143, #918, #1375 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2607 = SURFACE_STYLE_FILL_AREA ( #2453 ) ; +#2608 = VECTOR ( 'NONE', #617, 1000.000000000000000 ) ; +#2609 = VECTOR ( 'NONE', #3094, 1000.000000000000000 ) ; +#2610 = VERTEX_POINT ( 'NONE', #1300 ) ; +#2611 = FILL_AREA_STYLE_COLOUR ( '', #1696 ) ; +#2612 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#2613 = VECTOR ( 'NONE', #961, 1000.000000000000000 ) ; +#2614 = ORIENTED_EDGE ( 'NONE', *, *, #934, .T. ) ; +#2615 = EDGE_CURVE ( 'NONE', #1265, #2603, #2902, .T. ) ; +#2616 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2617 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2618 = VECTOR ( 'NONE', #2023, 1000.000000000000000 ) ; +#2619 = STYLED_ITEM ( 'NONE', ( #3215 ), #1468 ) ; +#2620 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2421 ) ) ; +#2621 = VECTOR ( 'NONE', #375, 1000.000000000000000 ) ; +#2622 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2623 = PRESENTATION_STYLE_ASSIGNMENT (( #2849 ) ) ; +#2624 = ORIENTED_EDGE ( 'NONE', *, *, #786, .T. ) ; +#2625 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2626 = STYLED_ITEM ( 'NONE', ( #1007 ), #2209 ) ; +#2627 = FACE_OUTER_BOUND ( 'NONE', #782, .T. ) ; +#2628 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2420, 'distance_accuracy_value', 'NONE'); +#2629 = PLANE ( 'NONE', #1860 ) ; +#2630 = ORIENTED_EDGE ( 'NONE', *, *, #3067, .F. ) ; +#2631 = ORIENTED_EDGE ( 'NONE', *, *, #979, .T. ) ; +#2632 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2633 = COLOUR_RGB ( '',0.7921568627450980005, 0.8196078431372548767, 0.9333333333333333481 ) ; +#2634 = VECTOR ( 'NONE', #150, 1000.000000000000000 ) ; +#2635 = VECTOR ( 'NONE', #2088, 1000.000000000000000 ) ; +#2636 = ORIENTED_EDGE ( 'NONE', *, *, #619, .T. ) ; +#2637 = EDGE_CURVE ( 'NONE', #2610, #3174, #3212, .T. ) ; +#2638 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, 0.1029999999999997445 ) ) ; +#2639 = ORIENTED_EDGE ( 'NONE', *, *, #902, .T. ) ; +#2640 = DIRECTION ( 'NONE', ( -2.710505431213763057E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2641 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #637 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #114, #681, #2484 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2642 = STYLED_ITEM ( 'NONE', ( #2196 ), #56 ) ; +#2643 = ORIENTED_EDGE ( 'NONE', *, *, #2382, .F. ) ; +#2644 = FILL_AREA_STYLE_COLOUR ( '', #399 ) ; +#2645 = STYLED_ITEM ( 'NONE', ( #2324 ), #1928 ) ; +#2646 = ORIENTED_EDGE ( 'NONE', *, *, #2615, .F. ) ; +#2647 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2648 = SURFACE_STYLE_FILL_AREA ( #3362 ) ; +#2649 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2650 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#2651 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#2652 = ORIENTED_EDGE ( 'NONE', *, *, #2660, .F. ) ; +#2653 = PRESENTATION_STYLE_ASSIGNMENT (( #338 ) ) ; +#2654 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, 0.0000000000000000000 ) ) ; +#2655 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2245 ) ) ; +#2656 = ORIENTED_EDGE ( 'NONE', *, *, #1214, .T. ) ; +#2657 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2658 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.0000000000000000000, -0.7999999999999999334 ) ) ; +#2659 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2660 = EDGE_CURVE ( 'NONE', #3391, #1775, #802, .T. ) ; +#2661 = VECTOR ( 'NONE', #142, 1000.000000000000000 ) ; +#2662 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, -0.02500000000000000139, -0.7999999999999999334 ) ) ; +#2663 = DIRECTION ( 'NONE', ( 5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2664 = FILL_AREA_STYLE_COLOUR ( '', #1510 ) ; +#2665 = FACE_OUTER_BOUND ( 'NONE', #2957, .T. ) ; +#2666 = VECTOR ( 'NONE', #2087, 1000.000000000000000 ) ; +#2667 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2467 ), #1811 ) ; +#2668 = AXIS2_PLACEMENT_3D ( 'NONE', #1099, #311, #3187 ) ; +#2669 = ORIENTED_EDGE ( 'NONE', *, *, #626, .F. ) ; +#2670 = VECTOR ( 'NONE', #2649, 1000.000000000000000 ) ; +#2671 = DIRECTION ( 'NONE', ( -5.421010862427525128E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2672 = SURFACE_STYLE_FILL_AREA ( #2555 ) ; +#2673 = ORIENTED_EDGE ( 'NONE', *, *, #1508, .F. ) ; +#2674 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2675 = ADVANCED_FACE ( 'NONE', ( #726 ), #1068, .F. ) ; +#2676 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2677 = VERTEX_POINT ( 'NONE', #1050 ) ; +#2678 = EDGE_CURVE ( 'NONE', #25, #2423, #963, .T. ) ; +#2679 = SURFACE_SIDE_STYLE ('',( #2723 ) ) ; +#2680 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3335, 'distance_accuracy_value', 'NONE'); +#2681 = STYLED_ITEM ( 'NONE', ( #206 ), #1356 ) ; +#2682 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1273 ), #3377 ) ; +#2683 = ORIENTED_EDGE ( 'NONE', *, *, #1479, .T. ) ; +#2684 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2136 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3364, #2839, #1769 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2685 = ADVANCED_FACE ( 'NONE', ( #562 ), #46, .F. ) ; +#2686 = SURFACE_STYLE_USAGE ( .BOTH. , #3170 ) ; +#2687 = ORIENTED_EDGE ( 'NONE', *, *, #1214, .F. ) ; +#2688 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#2689 = SURFACE_SIDE_STYLE ('',( #317 ) ) ; +#2690 = STYLED_ITEM ( 'NONE', ( #2732 ), #3269 ) ; +#2691 = VECTOR ( 'NONE', #874, 1000.000000000000000 ) ; +#2692 = STYLED_ITEM ( 'NONE', ( #2440 ), #899 ) ; +#2693 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2935 ), #856 ) ; +#2694 = EDGE_LOOP ( 'NONE', ( #541, #3125, #1547, #369 ) ) ; +#2695 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, 0.1029999999999997445 ) ) ; +#2696 = ADVANCED_FACE ( 'NONE', ( #3264 ), #250, .F. ) ; +#2697 = FILL_AREA_STYLE_COLOUR ( '', #2857 ) ; +#2698 = ORIENTED_EDGE ( 'NONE', *, *, #985, .F. ) ; +#2699 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1462 ), #2597 ) ; +#2700 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2520 ) ) ; +#2701 = LINE ( 'NONE', #289, #3378 ) ; +#2702 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2703 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1685, 'distance_accuracy_value', 'NONE'); +#2704 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#2705 = FILL_AREA_STYLE_COLOUR ( '', #2633 ) ; +#2706 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2707 = STYLED_ITEM ( 'NONE', ( #3205 ), #2952 ) ; +#2708 = ORIENTED_EDGE ( 'NONE', *, *, #587, .T. ) ; +#2709 = ORIENTED_EDGE ( 'NONE', *, *, #3240, .T. ) ; +#2710 = SURFACE_STYLE_USAGE ( .BOTH. , #2436 ) ; +#2711 = ADVANCED_FACE ( 'NONE', ( #4 ), #1088, .F. ) ; +#2712 = EDGE_CURVE ( 'NONE', #3320, #1244, #720, .T. ) ; +#2713 = SURFACE_STYLE_USAGE ( .BOTH. , #867 ) ; +#2714 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2715 = SURFACE_STYLE_FILL_AREA ( #403 ) ; +#2716 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2822, 'distance_accuracy_value', 'NONE'); +#2717 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2718 = STYLED_ITEM ( 'NONE', ( #2426 ), #306 ) ; +#2719 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2720 = EDGE_LOOP ( 'NONE', ( #1441, #3343, #2282, #2534 ) ) ; +#2721 = VECTOR ( 'NONE', #1399, 1000.000000000000000 ) ; +#2722 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2723 = SURFACE_STYLE_FILL_AREA ( #512 ) ; +#2724 = LINE ( 'NONE', #1681, #3142 ) ; +#2725 = SURFACE_STYLE_FILL_AREA ( #2053 ) ; +#2726 = VERTEX_POINT ( 'NONE', #831 ) ; +#2727 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2728 = LINE ( 'NONE', #696, #2618 ) ; +#2729 = ADVANCED_FACE ( 'NONE', ( #1743 ), #316, .F. ) ; +#2730 = SURFACE_STYLE_FILL_AREA ( #3049 ) ; +#2731 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2732 = PRESENTATION_STYLE_ASSIGNMENT (( #625 ) ) ; +#2733 = EDGE_CURVE ( 'NONE', #2222, #3317, #78, .T. ) ; +#2734 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#2735 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#2736 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.2000000000000000111, 0.6929999999999988392 ) ) ; +#2737 = VERTEX_POINT ( 'NONE', #2133 ) ; +#2738 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2739 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2692 ), #1612 ) ; +#2740 = FILL_AREA_STYLE_COLOUR ( '', #1204 ) ; +#2741 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2742 = VECTOR ( 'NONE', #1090, 1000.000000000000000 ) ; +#2743 = ORIENTED_EDGE ( 'NONE', *, *, #1378, .T. ) ; +#2744 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #163 ), #1032 ) ; +#2745 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1154, 'distance_accuracy_value', 'NONE'); +#2746 = FILL_AREA_STYLE_COLOUR ( '', #2738 ) ; +#2747 = ADVANCED_FACE ( 'NONE', ( #1443 ), #3182, .F. ) ; +#2748 = FILL_AREA_STYLE_COLOUR ( '', #3114 ) ; +#2749 = FILL_AREA_STYLE_COLOUR ( '', #1602 ) ; +#2750 = EDGE_LOOP ( 'NONE', ( #1239, #2604, #191, #81 ) ) ; +#2751 = SURFACE_STYLE_USAGE ( .BOTH. , #909 ) ; +#2752 = ORIENTED_EDGE ( 'NONE', *, *, #2841, .T. ) ; +#2753 = PLANE ( 'NONE', #1066 ) ; +#2754 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4200000000000000400, -0.4870000000000002105 ) ) ; +#2755 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, 0.1029999999999993560 ) ) ; +#2756 = ORIENTED_EDGE ( 'NONE', *, *, #2386, .T. ) ; +#2757 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #290 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3052, #1476, #966 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2758 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2759 = ORIENTED_EDGE ( 'NONE', *, *, #179, .F. ) ; +#2760 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2291, 'distance_accuracy_value', 'NONE'); +#2761 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2762 = STYLED_ITEM ( 'NONE', ( #593 ), #1655 ) ; +#2763 = FILL_AREA_STYLE ('',( #3037 ) ) ; +#2764 = FACE_OUTER_BOUND ( 'NONE', #758, .T. ) ; +#2765 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2766 = ORIENTED_EDGE ( 'NONE', *, *, #2138, .F. ) ; +#2767 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2768 = VECTOR ( 'NONE', #1921, 1000.000000000000000 ) ; +#2769 = LINE ( 'NONE', #946, #866 ) ; +#2770 = STYLED_ITEM ( 'NONE', ( #268 ), #2879 ) ; +#2771 = SURFACE_SIDE_STYLE ('',( #3261 ) ) ; +#2772 = VECTOR ( 'NONE', #318, 1000.000000000000000 ) ; +#2773 = APPLICATION_CONTEXT ( 'automotive_design' ) ; +#2774 = FACE_OUTER_BOUND ( 'NONE', #835, .T. ) ; +#2775 = DIRECTION ( 'NONE', ( -2.710505431213765029E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2776 = VECTOR ( 'NONE', #1730, 1000.000000000000000 ) ; +#2777 = LINE ( 'NONE', #2273, #1543 ) ; +#2778 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2779 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2780 = VERTEX_POINT ( 'NONE', #594 ) ; +#2781 = FILL_AREA_STYLE_COLOUR ( '', #2226 ) ; +#2782 = ORIENTED_EDGE ( 'NONE', *, *, #1041, .F. ) ; +#2783 = EDGE_CURVE ( 'NONE', #314, #545, #1155, .T. ) ; +#2784 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#2785 = SURFACE_SIDE_STYLE ('',( #2576 ) ) ; +#2786 = FACE_OUTER_BOUND ( 'NONE', #2116, .T. ) ; +#2787 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#2788 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3193 ) ) ; +#2789 = PRODUCT_CONTEXT ( 'NONE', #3292, 'mechanical' ) ; +#2790 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2421 ), #2961 ) ; +#2791 = VECTOR ( 'NONE', #505, 1000.000000000000000 ) ; +#2792 = ORIENTED_EDGE ( 'NONE', *, *, #3044, .T. ) ; +#2793 = FILL_AREA_STYLE_COLOUR ( '', #2906 ) ; +#2794 = FILL_AREA_STYLE ('',( #2250 ) ) ; +#2795 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2626 ), #1916 ) ; +#2796 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#2797 = SURFACE_SIDE_STYLE ('',( #2976 ) ) ; +#2798 = ORIENTED_EDGE ( 'NONE', *, *, #1504, .T. ) ; +#2799 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#2800 = SURFACE_SIDE_STYLE ('',( #1705 ) ) ; +#2801 = FILL_AREA_STYLE_COLOUR ( '', #520 ) ; +#2802 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4000000000000000222, 0.4929999999999988836 ) ) ; +#2803 = EDGE_LOOP ( 'NONE', ( #1620, #2148, #2743, #326 ) ) ; +#2804 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2805 = ORIENTED_EDGE ( 'NONE', *, *, #2084, .F. ) ; +#2806 = EDGE_CURVE ( 'NONE', #3320, #1004, #863, .T. ) ; +#2807 = VECTOR ( 'NONE', #2843, 1000.000000000000000 ) ; +#2808 = SURFACE_STYLE_USAGE ( .BOTH. , #719 ) ; +#2809 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2810 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2811 = SURFACE_STYLE_USAGE ( .BOTH. , #968 ) ; +#2812 = LINE ( 'NONE', #367, #2721 ) ; +#2813 = AXIS2_PLACEMENT_3D ( 'NONE', #1674, #2473, #1647 ) ; +#2814 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2815 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #3214 ), #3346 ) ; +#2816 = PLANE ( 'NONE', #2948 ) ; +#2817 = SURFACE_STYLE_FILL_AREA ( #3165 ) ; +#2818 = FACE_OUTER_BOUND ( 'NONE', #2803, .T. ) ; +#2819 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2820 = STYLED_ITEM ( 'NONE', ( #1327 ), #1944 ) ; +#2821 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2822 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2823 = FACE_OUTER_BOUND ( 'NONE', #914, .T. ) ; +#2824 = LINE ( 'NONE', #1420, #870 ) ; +#2825 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2826 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2827 = LINE ( 'NONE', #2017, #767 ) ; +#2828 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2829 = SURFACE_STYLE_USAGE ( .BOTH. , #1726 ) ; +#2830 = VECTOR ( 'NONE', #1473, 1000.000000000000000 ) ; +#2831 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2707 ) ) ; +#2832 = PLANE ( 'NONE', #3 ) ; +#2833 = LINE ( 'NONE', #1751, #2247 ) ; +#2834 = DIRECTION ( 'NONE', ( 5.421010862427524142E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2835 = VECTOR ( 'NONE', #123, 1000.000000000000000 ) ; +#2836 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2837 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2838 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2839 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2840 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[3]', #3108 ) ; +#2841 = EDGE_CURVE ( 'NONE', #1030, #3248, #957, .T. ) ; +#2842 = ORIENTED_EDGE ( 'NONE', *, *, #1078, .T. ) ; +#2843 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 2.710505431213760592E-16 ) ) ; +#2844 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2845 = FILL_AREA_STYLE ('',( #3367 ) ) ; +#2846 = EDGE_LOOP ( 'NONE', ( #533, #2798, #1385, #235 ) ) ; +#2847 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #307 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1293, #1846, #1586 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2848 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2849 = SURFACE_STYLE_USAGE ( .BOTH. , #736 ) ; +#2850 = VERTEX_POINT ( 'NONE', #345 ) ; +#2851 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#2852 = SURFACE_SIDE_STYLE ('',( #2156 ) ) ; +#2853 = FACE_OUTER_BOUND ( 'NONE', #88, .T. ) ; +#2854 = EDGE_CURVE ( 'NONE', #2726, #2677, #2272, .T. ) ; +#2855 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2856 = SURFACE_STYLE_USAGE ( .BOTH. , #2330 ) ; +#2857 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#2858 = ORIENTED_EDGE ( 'NONE', *, *, #1830, .T. ) ; +#2859 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2860 = SURFACE_STYLE_FILL_AREA ( #2983 ) ; +#2861 = STYLED_ITEM ( 'NONE', ( #721 ), #115 ) ; +#2862 = FILL_AREA_STYLE_COLOUR ( '', #1015 ) ; +#2863 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2864 = SURFACE_STYLE_FILL_AREA ( #2117 ) ; +#2865 = LINE ( 'NONE', #2519, #3276 ) ; +#2866 = PLANE ( 'NONE', #3195 ) ; +#2867 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2868 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2869 = ORIENTED_EDGE ( 'NONE', *, *, #2207, .T. ) ; +#2870 = PRESENTATION_STYLE_ASSIGNMENT (( #1492 ) ) ; +#2871 = VERTEX_POINT ( 'NONE', #2486 ) ; +#2872 = AXIS2_PLACEMENT_3D ( 'NONE', #37, #293, #2478 ) ; +#2873 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#2874 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2875, 'distance_accuracy_value', 'NONE'); +#2875 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2876 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2877 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2878 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #932 ), #3041 ) ; +#2879 = ADVANCED_FACE ( 'NONE', ( #3302 ), #1665, .F. ) ; +#2880 = EDGE_CURVE ( 'NONE', #3132, #97, #2967, .T. ) ; +#2881 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.4929999999999997162 ) ) ; +#2882 = EDGE_LOOP ( 'NONE', ( #2357, #1563, #793, #2759 ) ) ; +#2883 = AXIS2_PLACEMENT_3D ( 'NONE', #2887, #1590, #1052 ) ; +#2884 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2520 ), #864 ) ; +#2885 = ORIENTED_EDGE ( 'NONE', *, *, #650, .F. ) ; +#2886 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#2887 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.4000000000000000222, 0.0000000000000000000 ) ) ; +#2888 = EDGE_LOOP ( 'NONE', ( #1758, #184, #1469, #3226 ) ) ; +#2889 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2890 = VECTOR ( 'NONE', #1456, 1000.000000000000000 ) ; +#2891 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1825 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1205, #1774, #1999 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2892 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2893 = VERTEX_POINT ( 'NONE', #1686 ) ; +#2894 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2895 = VECTOR ( 'NONE', #2933, 1000.000000000000000 ) ; +#2896 = LINE ( 'NONE', #777, #116 ) ; +#2897 = SURFACE_STYLE_FILL_AREA ( #1236 ) ; +#2898 = VERTEX_POINT ( 'NONE', #138 ) ; +#2899 = EDGE_CURVE ( 'NONE', #586, #2040, #1437, .T. ) ; +#2900 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2901 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2902 = LINE ( 'NONE', #2342, #2118 ) ; +#2903 = VECTOR ( 'NONE', #449, 1000.000000000000000 ) ; +#2904 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2905 = AXIS2_PLACEMENT_3D ( 'NONE', #2029, #440, #1254 ) ; +#2906 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2907 = LINE ( 'NONE', #989, #2122 ) ; +#2908 = SURFACE_STYLE_FILL_AREA ( #1792 ) ; +#2909 = SURFACE_STYLE_USAGE ( .BOTH. , #1861 ) ; +#2910 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2999 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1116, #2400, #76 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2911 = PLANE ( 'NONE', #2433 ) ; +#2912 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2913 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2914 = VECTOR ( 'NONE', #1070, 1000.000000000000000 ) ; +#2915 = FACE_OUTER_BOUND ( 'NONE', #2073, .T. ) ; +#2916 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2917 = EDGE_CURVE ( 'NONE', #2898, #2871, #3137, .T. ) ; +#2918 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#2919 = EDGE_LOOP ( 'NONE', ( #3196, #3253, #3025, #2624 ) ) ; +#2920 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, 0.8000000000000001554 ) ) ; +#2921 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1904 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3001, #1927, #2722 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2922 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2114 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3157, #2616, #1013 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2923 = ORIENTED_EDGE ( 'NONE', *, *, #1479, .F. ) ; +#2924 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2482 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2368, #1312, #3159 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2925 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#2926 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2194, 'distance_accuracy_value', 'NONE'); +#2927 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4000000000000000222, 0.1029999999999993560 ) ) ; +#2928 = LINE ( 'NONE', #3252, #1788 ) ; +#2929 = VECTOR ( 'NONE', #2663, 1000.000000000000000 ) ; +#2930 = EDGE_LOOP ( 'NONE', ( #1085, #517, #1877, #1955 ) ) ; +#2931 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2932 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4200000000000000400, 0.6929999999999988392 ) ) ; +#2933 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#2934 = FACE_OUTER_BOUND ( 'NONE', #2, .T. ) ; +#2935 = STYLED_ITEM ( 'NONE', ( #930 ), #71 ) ; +#2936 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#2937 = ADVANCED_FACE ( 'NONE', ( #2323 ), #2193, .F. ) ; +#2938 = VECTOR ( 'NONE', #236, 1000.000000000000000 ) ; +#2939 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2072 ), #1047 ) ; +#2940 = STYLED_ITEM ( 'NONE', ( #2589 ), #613 ) ; +#2941 = EDGE_LOOP ( 'NONE', ( #1866, #1786, #1489, #324 ) ) ; +#2942 = VERTEX_POINT ( 'NONE', #2979 ) ; +#2943 = ORIENTED_EDGE ( 'NONE', *, *, #315, .F. ) ; +#2944 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#2945 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2408 ) ) ; +#2946 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#2947 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#2948 = AXIS2_PLACEMENT_3D ( 'NONE', #2255, #2269, #1233 ) ; +#2949 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#2950 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#2951 = ORIENTED_EDGE ( 'NONE', *, *, #281, .T. ) ; +#2952 = ADVANCED_FACE ( 'NONE', ( #1285 ), #2477, .F. ) ; +#2953 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1478, 'distance_accuracy_value', 'NONE'); +#2954 = ORIENTED_EDGE ( 'NONE', *, *, #1564, .T. ) ; +#2955 = EDGE_CURVE ( 'NONE', #752, #3096, #2928, .T. ) ; +#2956 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#2957 = EDGE_LOOP ( 'NONE', ( #3164, #68, #2766, #1949 ) ) ; +#2958 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#2959 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #996 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3030, #677, #2741 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2960 = PLANE ( 'NONE', #2552 ) ; +#2961 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #680 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2566, #1010, #992 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#2962 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#2963 = EDGE_LOOP ( 'NONE', ( #3333, #1625, #1616, #228 ) ) ; +#2964 = FILL_AREA_STYLE_COLOUR ( '', #1847 ) ; +#2965 = VECTOR ( 'NONE', #986, 1000.000000000000000 ) ; +#2966 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#2967 = LINE ( 'NONE', #2736, #910 ) ; +#2968 = PRESENTATION_STYLE_ASSIGNMENT (( #2856 ) ) ; +#2969 = ORIENTED_EDGE ( 'NONE', *, *, #1933, .F. ) ; +#2970 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2971 = ADVANCED_FACE ( 'NONE', ( #798 ), #947, .F. ) ; +#2972 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[5]', #456 ) ; +#2973 = PRESENTATION_STYLE_ASSIGNMENT (( #2686 ) ) ; +#2974 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2975 = FILL_AREA_STYLE ('',( #887 ) ) ; +#2976 = SURFACE_STYLE_FILL_AREA ( #953 ) ; +#2977 = EDGE_CURVE ( 'NONE', #2065, #3039, #589, .T. ) ; +#2978 = PRESENTATION_STYLE_ASSIGNMENT (( #98 ) ) ; +#2979 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#2980 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #64 ) ) ; +#2981 = EDGE_CURVE ( 'NONE', #2439, #3039, #2141, .T. ) ; +#2982 = VECTOR ( 'NONE', #1267, 1000.000000000000000 ) ; +#2983 = FILL_AREA_STYLE ('',( #1424 ) ) ; +#2984 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2985 = VECTOR ( 'NONE', #48, 1000.000000000000000 ) ; +#2986 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2820 ) ) ; +#2987 = VECTOR ( 'NONE', #678, 1000.000000000000000 ) ; +#2988 = VECTOR ( 'NONE', #391, 1000.000000000000000 ) ; +#2989 = FILL_AREA_STYLE ('',( #2746 ) ) ; +#2990 = ADVANCED_FACE ( 'NONE', ( #2112 ), #2816, .F. ) ; +#2991 = LINE ( 'NONE', #1513, #2376 ) ; +#2992 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2993 = ORIENTED_EDGE ( 'NONE', *, *, #3267, .T. ) ; +#2994 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.2000000000000000111, 0.0000000000000000000 ) ) ; +#2995 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#2996 = STYLED_ITEM ( 'NONE', ( #1874 ), #2971 ) ; +#2997 = ORIENTED_EDGE ( 'NONE', *, *, #1326, .F. ) ; +#2998 = FILL_AREA_STYLE ('',( #2460 ) ) ; +#2999 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1116, 'distance_accuracy_value', 'NONE'); +#3000 = ORIENTED_EDGE ( 'NONE', *, *, #2070, .T. ) ; +#3001 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3002 = FILL_AREA_STYLE ('',( #894 ) ) ; +#3003 = EDGE_CURVE ( 'NONE', #511, #396, #1530, .T. ) ; +#3004 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3005 = APPLICATION_PROTOCOL_DEFINITION ( 'draft international standard', 'automotive_design', 1998, #907 ) ; +#3006 = PLANE ( 'NONE', #271 ) ; +#3007 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1532 ), #2351 ) ; +#3008 = DIRECTION ( 'NONE', ( 1.000000000000000000, 0.0000000000000000000, 5.421010862427524142E-16 ) ) ; +#3009 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3010 = STYLED_ITEM ( 'NONE', ( #432 ), #2675 ) ; +#3011 = VECTOR ( 'NONE', #1638, 1000.000000000000000 ) ; +#3012 = ORIENTED_EDGE ( 'NONE', *, *, #2307, .T. ) ; +#3013 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3014 = PRESENTATION_STYLE_ASSIGNMENT (( #2517 ) ) ; +#3015 = VECTOR ( 'NONE', #931, 1000.000000000000000 ) ; +#3016 = ORIENTED_EDGE ( 'NONE', *, *, #1701, .F. ) ; +#3017 = PLANE ( 'NONE', #1878 ) ; +#3018 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000222, 0.2000000000000000111, -0.4870000000000003770 ) ) ; +#3019 = FILL_AREA_STYLE_COLOUR ( '', #1127 ) ; +#3020 = EDGE_CURVE ( 'NONE', #2942, #3129, #3254, .T. ) ; +#3021 = FILL_AREA_STYLE_COLOUR ( '', #313 ) ; +#3022 = PLANE ( 'NONE', #210 ) ; +#3023 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3024 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#3025 = ORIENTED_EDGE ( 'NONE', *, *, #3388, .F. ) ; +#3026 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2861 ) ) ; +#3027 = ORIENTED_EDGE ( 'NONE', *, *, #3338, .F. ) ; +#3028 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#3029 = FACE_OUTER_BOUND ( 'NONE', #103, .T. ) ; +#3030 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3031 = STYLED_ITEM ( 'NONE', ( #1953 ), #2456 ) ; +#3032 = DIRECTION ( 'NONE', ( -2.710505431213763057E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3033 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3034 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#3035 = ORIENTED_EDGE ( 'NONE', *, *, #2977, .F. ) ; +#3036 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2690 ) ) ; +#3037 = FILL_AREA_STYLE_COLOUR ( '', #439 ) ; +#3038 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -5.421010862427523156E-16 ) ) ; +#3039 = VERTEX_POINT ( 'NONE', #192 ) ; +#3040 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3041 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2256 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #694, #2527, #955 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3042 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#3043 = ORIENTED_EDGE ( 'NONE', *, *, #3370, .F. ) ; +#3044 = EDGE_CURVE ( 'NONE', #2040, #3317, #2270, .T. ) ; +#3045 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3046 = VERTEX_POINT ( 'NONE', #434 ) ; +#3047 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#3048 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1532 ) ) ; +#3049 = FILL_AREA_STYLE ('',( #2793 ) ) ; +#3050 = SURFACE_STYLE_USAGE ( .BOTH. , #3336 ) ; +#3051 = ORIENTED_EDGE ( 'NONE', *, *, #38, .F. ) ; +#3052 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3053 = SURFACE_STYLE_USAGE ( .BOTH. , #2797 ) ; +#3054 = ORIENTED_EDGE ( 'NONE', *, *, #1851, .F. ) ; +#3055 = SURFACE_STYLE_USAGE ( .BOTH. , #2800 ) ; +#3056 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3057 = PRESENTATION_STYLE_ASSIGNMENT (( #652 ) ) ; +#3058 = LINE ( 'NONE', #657, #1404 ) ; +#3059 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #469, 'distance_accuracy_value', 'NONE'); +#3060 = SURFACE_SIDE_STYLE ('',( #636 ) ) ; +#3061 = DIRECTION ( 'NONE', ( -5.421010862427523156E-16, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3062 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#3063 = FACE_OUTER_BOUND ( 'NONE', #3169, .T. ) ; +#3064 = EDGE_LOOP ( 'NONE', ( #552, #151, #3242, #2512 ) ) ; +#3065 = DIRECTION ( 'NONE', ( -2.710505431213762071E-16, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3066 = FILL_AREA_STYLE ('',( #1241 ) ) ; +#3067 = EDGE_CURVE ( 'NONE', #713, #3288, #2353, .T. ) ; +#3068 = SURFACE_SIDE_STYLE ('',( #973 ) ) ; +#3069 = FACE_OUTER_BOUND ( 'NONE', #3392, .T. ) ; +#3070 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3071 = LINE ( 'NONE', #1671, #1668 ) ; +#3072 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3073 = STYLED_ITEM ( 'NONE', ( #158 ), #1369 ) ; +#3074 = LINE ( 'NONE', #1383, #1714 ) ; +#3075 = STYLED_ITEM ( 'NONE', ( #1151 ), #372 ) ; +#3076 = VECTOR ( 'NONE', #2863, 1000.000000000000000 ) ; +#3077 = SURFACE_STYLE_USAGE ( .BOTH. , #701 ) ; +#3078 = ORIENTED_EDGE ( 'NONE', *, *, #153, .T. ) ; +#3079 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3080 = FILL_AREA_STYLE_COLOUR ( '', #1412 ) ; +#3081 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #565 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2568, #2069, #3390 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3082 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3083 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3084 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3371, 'distance_accuracy_value', 'NONE'); +#3085 = ORIENTED_EDGE ( 'NONE', *, *, #879, .F. ) ; +#3086 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#3087 = PLANE ( 'NONE', #1017 ) ; +#3088 = ORIENTED_EDGE ( 'NONE', *, *, #1724, .F. ) ; +#3089 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3090 = SURFACE_SIDE_STYLE ('',( #1365 ) ) ; +#3091 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3092 = EDGE_CURVE ( 'NONE', #2450, #1331, #36, .T. ) ; +#3093 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3094 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3095 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#3096 = VERTEX_POINT ( 'NONE', #2287 ) ; +#3097 = LINE ( 'NONE', #730, #1531 ) ; +#3098 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1829 ), #3272 ) ; +#3099 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2718 ) ) ; +#3100 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.2000000000000000111, 0.6929999999999996163 ) ) ; +#3101 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#3102 = LINE ( 'NONE', #1617, #2392 ) ; +#3103 = ORIENTED_EDGE ( 'NONE', *, *, #361, .T. ) ; +#3104 = FILL_AREA_STYLE_COLOUR ( '', #1048 ) ; +#3105 = AXIS2_PLACEMENT_3D ( 'NONE', #3243, #110, #389 ) ; +#3106 = PRESENTATION_STYLE_ASSIGNMENT (( #1505 ) ) ; +#3107 = FACE_OUTER_BOUND ( 'NONE', #257, .T. ) ; +#3108 = CLOSED_SHELL ( 'NONE', ( #1675, #3225, #352, #372, #584, #1446 ) ) ; +#3109 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.4000000000000000222, 0.1029999999999993004 ) ) ; +#3110 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3111 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#3112 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#3113 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2901, 'distance_accuracy_value', 'NONE'); +#3114 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#3115 = LINE ( 'NONE', #3117, #2243 ) ; +#3116 = ORIENTED_EDGE ( 'NONE', *, *, #1956, .T. ) ; +#3117 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#3118 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4200000000000000400, 0.6929999999999997273 ) ) ; +#3119 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#3120 = SURFACE_STYLE_FILL_AREA ( #486 ) ; +#3121 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999874489, 0.4200000000000000400, 0.4929999999999988836 ) ) ; +#3122 = EDGE_CURVE ( 'NONE', #2004, #35, #1734, .T. ) ; +#3123 = SURFACE_STYLE_FILL_AREA ( #1562 ) ; +#3124 = MANIFOLD_SOLID_BREP ( 'Boss-Extrude3[2]', #2181 ) ; +#3125 = ORIENTED_EDGE ( 'NONE', *, *, #2228, .F. ) ; +#3126 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #2241 ) ) ; +#3127 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -2.710505431213763550E-16 ) ) ; +#3128 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#3129 = VERTEX_POINT ( 'NONE', #2802 ) ; +#3130 = PLANE ( 'NONE', #494 ) ; +#3131 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #1400 ), #2175 ) ; +#3132 = VERTEX_POINT ( 'NONE', #1519 ) ; +#3133 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, 0.1029999999999993560 ) ) ; +#3134 = EDGE_CURVE ( 'NONE', #2244, #1993, #2110, .T. ) ; +#3135 = FILL_AREA_STYLE ('',( #231 ) ) ; +#3136 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.4000000000000000222, 0.6929999999999997273 ) ) ; +#3137 = LINE ( 'NONE', #126, #1569 ) ; +#3138 = LINE ( 'NONE', #3121, #422 ) ; +#3139 = ORIENTED_EDGE ( 'NONE', *, *, #1338, .T. ) ; +#3140 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3141 = AXIS2_PLACEMENT_3D ( 'NONE', #3095, #1006, #745 ) ; +#3142 = VECTOR ( 'NONE', #1381, 1000.000000000000000 ) ; +#3143 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1124 ) ) ; +#3144 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3145 = SURFACE_SIDE_STYLE ('',( #3152 ) ) ; +#3146 = DIRECTION ( 'NONE', ( -5.421010862427524142E-16, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3147 = SURFACE_STYLE_USAGE ( .BOTH. , #2120 ) ; +#3148 = ORIENTED_EDGE ( 'NONE', *, *, #626, .T. ) ; +#3149 = FACE_OUTER_BOUND ( 'NONE', #1741, .T. ) ; +#3150 = ORIENTED_EDGE ( 'NONE', *, *, #1782, .T. ) ; +#3151 = ORIENTED_EDGE ( 'NONE', *, *, #137, .F. ) ; +#3152 = SURFACE_STYLE_FILL_AREA ( #3135 ) ; +#3153 = FACE_OUTER_BOUND ( 'NONE', #2403, .T. ) ; +#3154 = VECTOR ( 'NONE', #1175, 1000.000000000000000 ) ; +#3155 = EDGE_CURVE ( 'NONE', #3322, #1262, #3348, .T. ) ; +#3156 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#3157 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3158 = ORIENTED_EDGE ( 'NONE', *, *, #3191, .T. ) ; +#3159 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3160 = AXIS2_PLACEMENT_3D ( 'NONE', #201, #161, #2262 ) ; +#3161 = EDGE_CURVE ( 'NONE', #1004, #222, #710, .T. ) ; +#3162 = EDGE_LOOP ( 'NONE', ( #162, #890, #1308, #695 ) ) ; +#3163 = ADVANCED_FACE ( 'NONE', ( #2032 ), #3087, .F. ) ; +#3164 = ORIENTED_EDGE ( 'NONE', *, *, #2084, .T. ) ; +#3165 = FILL_AREA_STYLE ('',( #547 ) ) ; +#3166 = FILL_AREA_STYLE_COLOUR ( '', #51 ) ; +#3167 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3168 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3059 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #469, #3023, #3072 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3169 = EDGE_LOOP ( 'NONE', ( #1526, #1403, #1234, #1908 ) ) ; +#3170 = SURFACE_SIDE_STYLE ('',( #3257 ) ) ; +#3171 = CARTESIAN_POINT ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#3172 = LINE ( 'NONE', #2339, #2038 ) ; +#3173 = FACE_OUTER_BOUND ( 'NONE', #1891, .T. ) ; +#3174 = VERTEX_POINT ( 'NONE', #1246 ) ; +#3175 = EDGE_CURVE ( 'NONE', #2893, #752, #2907, .T. ) ; +#3176 = PLANE ( 'NONE', #443 ) ; +#3177 = VECTOR ( 'NONE', #1461, 1000.000000000000000 ) ; +#3178 = LINE ( 'NONE', #2462, #388 ) ; +#3179 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3180 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #247, 'distance_accuracy_value', 'NONE'); +#3181 = SURFACE_STYLE_FILL_AREA ( #136 ) ; +#3182 = PLANE ( 'NONE', #1663 ) ; +#3183 = VECTOR ( 'NONE', #446, 1000.000000000000000 ) ; +#3184 = EDGE_LOOP ( 'NONE', ( #592, #829, #2923, #219 ) ) ; +#3185 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3186 = ORIENTED_EDGE ( 'NONE', *, *, #2252, .F. ) ; +#3187 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, -1.000000000000000000 ) ) ; +#3188 = VERTEX_POINT ( 'NONE', #3351 ) ; +#3189 = ADVANCED_FACE ( 'NONE', ( #2292 ), #1522, .F. ) ; +#3190 = VECTOR ( 'NONE', #2354, 1000.000000000000000 ) ; +#3191 = EDGE_CURVE ( 'NONE', #850, #2065, #3115, .T. ) ; +#3192 = FILL_AREA_STYLE ('',( #1348 ) ) ; +#3193 = STYLED_ITEM ( 'NONE', ( #11 ), #1209 ) ; +#3194 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999937050, 0.4200000000000000400, 0.1029999999999993560 ) ) ; +#3195 = AXIS2_PLACEMENT_3D ( 'NONE', #262, #3127, #1559 ) ; +#3196 = ORIENTED_EDGE ( 'NONE', *, *, #1317, .T. ) ; +#3197 = ORIENTED_EDGE ( 'NONE', *, *, #1528, .T. ) ; +#3198 = STYLED_ITEM ( 'NONE', ( #2147 ), #2425 ) ; +#3199 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #155, 'distance_accuracy_value', 'NONE'); +#3200 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3201 = ORIENTED_EDGE ( 'NONE', *, *, #1629, .F. ) ; +#3202 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.0000000000000000000, 0.8000000000000001554 ) ) ; +#3203 = ADVANCED_FACE ( 'NONE', ( #1457 ), #2060, .F. ) ; +#3204 = FILL_AREA_STYLE ('',( #3259 ) ) ; +#3205 = PRESENTATION_STYLE_ASSIGNMENT (( #659 ) ) ; +#3206 = PRESENTATION_STYLE_ASSIGNMENT (( #1063 ) ) ; +#3207 = EDGE_LOOP ( 'NONE', ( #299, #1481, #254, #1873 ) ) ; +#3208 = EDGE_CURVE ( 'NONE', #1610, #1265, #349, .T. ) ; +#3209 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#3210 = LINE ( 'NONE', #1223, #2515 ) ; +#3211 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3212 = LINE ( 'NONE', #28, #485 ) ; +#3213 = VECTOR ( 'NONE', #1071, 1000.000000000000000 ) ; +#3214 = STYLED_ITEM ( 'NONE', ( #20 ), #99 ) ; +#3215 = PRESENTATION_STYLE_ASSIGNMENT (( #1189 ) ) ; +#3216 = FILL_AREA_STYLE_COLOUR ( '', #1112 ) ; +#3217 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3296, 'distance_accuracy_value', 'NONE'); +#3218 = CARTESIAN_POINT ( 'NONE', ( 0.3500000000000000888, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#3219 = DIRECTION ( 'NONE', ( -1.000000000000000000, -0.0000000000000000000, -0.0000000000000000000 ) ) ; +#3220 = VECTOR ( 'NONE', #2356, 1000.000000000000000 ) ; +#3221 = LINE ( 'NONE', #175, #3183 ) ; +#3222 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #773 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1857, #1488, #1240 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3223 = ORIENTED_EDGE ( 'NONE', *, *, #531, .T. ) ; +#3224 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4000000000000000222, -0.4870000000000001550 ) ) ; +#3225 = ADVANCED_FACE ( 'NONE', ( #87 ), #2598, .F. ) ; +#3226 = ORIENTED_EDGE ( 'NONE', *, *, #1187, .T. ) ; +#3227 = SHAPE_DEFINITION_REPRESENTATION ( #941, #3237 ) ; +#3228 = LINE ( 'NONE', #563, #977 ) ; +#3229 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3230 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.2000000000000000111, -0.6870000000000000551 ) ) ; +#3231 = FILL_AREA_STYLE ('',( #808 ) ) ; +#3232 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #417 ) ) ; +#3233 = PLANE ( 'NONE', #553 ) ; +#3234 = VECTOR ( 'NONE', #1557, 1000.000000000000000 ) ; +#3235 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999999112, 0.4000000000000000222, -0.6870000000000000551 ) ) ; +#3236 = ORIENTED_EDGE ( 'NONE', *, *, #724, .F. ) ; +#3237 = ADVANCED_BREP_SHAPE_REPRESENTATION ( 'MLPF-WB55-01E3', ( #2456, #2012, #1039, #3124, #2840, #1130, #2972, #1541, #458 ), #689 ) ; +#3238 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -1.000000000000000000, -0.0000000000000000000 ) ) ; +#3239 = ORIENTED_EDGE ( 'NONE', *, *, #2109, .F. ) ; +#3240 = EDGE_CURVE ( 'NONE', #1903, #1727, #1919, .T. ) ; +#3241 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999999778, 0.4200000000000000400, -0.4870000000000002105 ) ) ; +#3242 = ORIENTED_EDGE ( 'NONE', *, *, #2178, .T. ) ; +#3243 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999873213, 0.4200000000000000400, 0.6929999999999988392 ) ) ; +#3244 = ADVANCED_FACE ( 'NONE', ( #3063 ), #2911, .F. ) ; +#3245 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #3073 ) ) ; +#3246 = SURFACE_STYLE_USAGE ( .BOTH. , #1107 ) ; +#3247 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2027 ), #211 ) ; +#3248 = VERTEX_POINT ( 'NONE', #1941 ) ; +#3249 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3250 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3251 = STYLED_ITEM ( 'NONE', ( #1607 ), #2840 ) ; +#3252 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999937050, 0.2000000000000000111, 0.1029999999999997862 ) ) ; +#3253 = ORIENTED_EDGE ( 'NONE', *, *, #379, .F. ) ; +#3254 = LINE ( 'NONE', #1757, #2890 ) ; +#3255 = LINE ( 'NONE', #1021, #2564 ) ; +#3256 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3257 = SURFACE_STYLE_FILL_AREA ( #839 ) ; +#3258 = LINE ( 'NONE', #1303, #1608 ) ; +#3259 = FILL_AREA_STYLE_COLOUR ( '', #754 ) ; +#3260 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3261 = SURFACE_STYLE_FILL_AREA ( #2056 ) ; +#3262 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999875433, 0.2000000000000000111, 0.6929999999999997273 ) ) ; +#3263 = CLOSED_SHELL ( 'NONE', ( #1966, #1098, #3203, #1690, #1928, #447, #2937, #71, #331, #2990, #56, #3244, #1388, #2675, #877, #2445, #899, #628, #2879, #859, #845, #1356, #596, #1153, #613, #84, #129, #319, #2696, #1313, #2209, #115, #99, #2747, #1944, #662 ) ) ; +#3264 = FACE_OUTER_BOUND ( 'NONE', #335, .T. ) ; +#3265 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3266 = COLOUR_RGB ( '',0.2509803921568627416, 0.2509803921568627416, 0.2509803921568627416 ) ; +#3267 = EDGE_CURVE ( 'NONE', #1030, #1342, #566, .T. ) ; +#3268 = FILL_AREA_STYLE_COLOUR ( '', #2092 ) ; +#3269 = ADVANCED_FACE ( 'NONE', ( #3153 ), #2375, .F. ) ; +#3270 = SURFACE_SIDE_STYLE ('',( #1077 ) ) ; +#3271 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3272 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #878 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3342, #929, #2495 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3273 = STYLED_ITEM ( 'NONE', ( #3206 ), #331 ) ; +#3274 = VECTOR ( 'NONE', #1653, 1000.000000000000000 ) ; +#3275 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.4200000000000000400, -0.4870000000000001550 ) ) ; +#3276 = VECTOR ( 'NONE', #3008, 1000.000000000000000 ) ; +#3277 = FACE_BOUND ( 'NONE', #139, .T. ) ; +#3278 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, 0.0000000000000000000 ) ) ; +#3279 = ORIENTED_EDGE ( 'NONE', *, *, #825, .T. ) ; +#3280 = STYLED_ITEM ( 'NONE', ( #2978 ), #2012 ) ; +#3281 = FACE_OUTER_BOUND ( 'NONE', #3337, .T. ) ; +#3282 = SURFACE_SIDE_STYLE ('',( #355 ) ) ; +#3283 = SURFACE_SIDE_STYLE ('',( #3181 ) ) ; +#3284 = SURFACE_STYLE_FILL_AREA ( #441 ) ; +#3285 = ORIENTED_EDGE ( 'NONE', *, *, #1288, .T. ) ; +#3286 = LINE ( 'NONE', #2314, #2167 ) ; +#3287 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3288 = VERTEX_POINT ( 'NONE', #2134 ) ; +#3289 = CARTESIAN_POINT ( 'NONE', ( -0.3499999999999998668, 0.2000000000000000111, -0.4870000000000001550 ) ) ; +#3290 = ORIENTED_EDGE ( 'NONE', *, *, #2917, .T. ) ; +#3291 = AXIS2_PLACEMENT_3D ( 'NONE', #2062, #3381, #1806 ) ; +#3292 = APPLICATION_CONTEXT ( 'automotive_design' ) ; +#3293 = AXIS2_PLACEMENT_3D ( 'NONE', #1284, #3128, #1568 ) ; +#3294 = FILL_AREA_STYLE_COLOUR ( '', #346 ) ; +#3295 = ORIENTED_EDGE ( 'NONE', *, *, #2207, .F. ) ; +#3296 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3297 = VECTOR ( 'NONE', #685, 1000.000000000000000 ) ; +#3298 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#3299 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3300 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #220 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #817, #772, #1042 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3301 = DIRECTION ( 'NONE', ( 1.000000000000000000, -0.0000000000000000000, -2.710505431213761578E-16 ) ) ; +#3302 = FACE_OUTER_BOUND ( 'NONE', #1018, .T. ) ; +#3303 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#3304 = PRESENTATION_STYLE_ASSIGNMENT (( #463 ) ) ; +#3305 = ORIENTED_EDGE ( 'NONE', *, *, #1407, .F. ) ; +#3306 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3307 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #1395 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #3079, #750, #2591 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3308 = LINE ( 'NONE', #128, #2613 ) ; +#3309 = COLOUR_RGB ( '',0.9882352941176471006, 0.7372549019607843590, 0.5176470588235293491 ) ; +#3310 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3311 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#3312 = LINE ( 'NONE', #63, #2081 ) ; +#3313 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999873934, 0.4000000000000000222, 0.6929999999999987281 ) ) ; +#3314 = EDGE_CURVE ( 'NONE', #2344, #464, #647, .T. ) ; +#3315 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3316 = FILL_AREA_STYLE ('',( #2801 ) ) ; +#3317 = VERTEX_POINT ( 'NONE', #3156 ) ; +#3318 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2745 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1154, #683, #1968 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3319 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1158, 'distance_accuracy_value', 'NONE'); +#3320 = VERTEX_POINT ( 'NONE', #109 ) ; +#3321 = STYLED_ITEM ( 'NONE', ( #833 ), #129 ) ; +#3322 = VERTEX_POINT ( 'NONE', #1578 ) ; +#3323 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -1.000000000000000000, 0.0000000000000000000 ) ) ; +#3324 = LINE ( 'NONE', #370, #450 ) ; +#3325 = CARTESIAN_POINT ( 'NONE', ( 0.1500000000000000777, 0.4200000000000000400, -0.6870000000000000551 ) ) ; +#3326 = LINE ( 'NONE', #2950, #538 ) ; +#3327 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3328 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2046 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #1146, #2183, #898 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3329 = DIRECTION ( 'NONE', ( 0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3330 = FILL_AREA_STYLE ('',( #430 ) ) ; +#3331 =( NAMED_UNIT ( * ) PLANE_ANGLE_UNIT ( ) SI_UNIT ( $, .RADIAN. ) ); +#3332 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3333 = ORIENTED_EDGE ( 'NONE', *, *, #724, .T. ) ; +#3334 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.6929999999999996163 ) ) ; +#3335 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3336 = SURFACE_SIDE_STYLE ('',( #1335 ) ) ; +#3337 = EDGE_LOOP ( 'NONE', ( #1982, #2434, #1920, #928 ) ) ; +#3338 = EDGE_CURVE ( 'NONE', #2506, #2344, #881, .T. ) ; +#3339 = DIRECTION ( 'NONE', ( -0.0000000000000000000, -0.0000000000000000000, 1.000000000000000000 ) ) ; +#3340 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3341 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #3140, 'distance_accuracy_value', 'NONE'); +#3342 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3343 = ORIENTED_EDGE ( 'NONE', *, *, #461, .F. ) ; +#3344 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2501 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #609, #901, #1165 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3345 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 1.000000000000000000, -0.0000000000000000000 ) ) ; +#3346 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #790 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2838, #3093, #1539 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3347 = CARTESIAN_POINT ( 'NONE', ( 0.5000000000000001110, 0.4000000000000000222, -0.7999999999999999334 ) ) ; +#3348 = LINE ( 'NONE', #3100, #1833 ) ; +#3349 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.4200000000000000400, 0.1029999999999997445 ) ) ; +#3350 = ORIENTED_EDGE ( 'NONE', *, *, #3175, .F. ) ; +#3351 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999875322, 0.4200000000000000400, 0.4929999999999997162 ) ) ; +#3352 = PRESENTATION_LAYER_ASSIGNMENT ( '', '', ( #1462 ) ) ; +#3353 = LINE ( 'NONE', #1912, #2608 ) ; +#3354 = PLANE ( 'NONE', #266 ) ; +#3355 = FILL_AREA_STYLE_COLOUR ( '', #1688 ) ; +#3356 = CARTESIAN_POINT ( 'NONE', ( 0.3499999999999874323, 0.2000000000000000111, 0.4929999999999988836 ) ) ; +#3357 = SURFACE_STYLE_FILL_AREA ( #2198 ) ; +#3358 = SURFACE_STYLE_FILL_AREA ( #2033 ) ; +#3359 = ORIENTED_EDGE ( 'NONE', *, *, #985, .T. ) ; +#3360 = CARTESIAN_POINT ( 'NONE', ( -0.4999999999999998890, -0.02500000000000000139, 0.8000000000000001554 ) ) ; +#3361 = LINE ( 'NONE', #2536, #2119 ) ; +#3362 = FILL_AREA_STYLE ('',( #995 ) ) ; +#3363 = VECTOR ( 'NONE', #1582, 1000.000000000000000 ) ; +#3364 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3365 = LINE ( 'NONE', #1501, #240 ) ; +#3366 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3367 = FILL_AREA_STYLE_COLOUR ( '', #3303 ) ; +#3368 = LINE ( 'NONE', #7, #2666 ) ; +#3369 = PLANE ( 'NONE', #1964 ) ; +#3370 = EDGE_CURVE ( 'NONE', #511, #545, #1416, .T. ) ; +#3371 =( LENGTH_UNIT ( ) NAMED_UNIT ( * ) SI_UNIT ( .MILLI., .METRE. ) ); +#3372 = VERTEX_POINT ( 'NONE', #1377 ) ; +#3373 = LINE ( 'NONE', #649, #55 ) ; +#3374 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #1268, 'distance_accuracy_value', 'NONE'); +#3375 = CARTESIAN_POINT ( 'NONE', ( 0.1499999999999936662, 0.2000000000000000111, 0.1029999999999993004 ) ) ; +#3376 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2762 ), #1764 ) ; +#3377 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #3386 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2904, #10, #264 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3378 = VECTOR ( 'NONE', #33, 1000.000000000000000 ) ; +#3379 = DIRECTION ( 'NONE', ( -1.000000000000000000, 0.0000000000000000000, -5.421010862427524142E-16 ) ) ; +#3380 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #2350 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2894, #282, #1835 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +#3381 = DIRECTION ( 'NONE', ( -0.0000000000000000000, 0.0000000000000000000, -1.000000000000000000 ) ) ; +#3382 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3383 = FILL_AREA_STYLE_COLOUR ( '', #1083 ) ; +#3384 = ORIENTED_EDGE ( 'NONE', *, *, #204, .F. ) ; +#3385 = DIRECTION ( 'NONE', ( 0.0000000000000000000, 0.0000000000000000000, 1.000000000000000000 ) ) ; +#3386 = UNCERTAINTY_MEASURE_WITH_UNIT (LENGTH_MEASURE( 1.000000000000000082E-05 ), #2904, 'distance_accuracy_value', 'NONE'); +#3387 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3388 = EDGE_CURVE ( 'NONE', #823, #2450, #1887, .T. ) ; +#3389 = CARTESIAN_POINT ( 'NONE', ( -0.1499999999999937217, 0.2000000000000000111, -0.09700000000000018330 ) ) ; +#3390 =( NAMED_UNIT ( * ) SI_UNIT ( $, .STERADIAN. ) SOLID_ANGLE_UNIT ( ) ); +#3391 = VERTEX_POINT ( 'NONE', #1669 ) ; +#3392 = EDGE_LOOP ( 'NONE', ( #294, #1535, #1732, #435 ) ) ; +#3393 = MECHANICAL_DESIGN_GEOMETRIC_PRESENTATION_REPRESENTATION ( '', ( #2333 ), #159 ) ; +#3394 =( GEOMETRIC_REPRESENTATION_CONTEXT ( 3 ) GLOBAL_UNCERTAINTY_ASSIGNED_CONTEXT ( ( #381 ) ) GLOBAL_UNIT_ASSIGNED_CONTEXT ( ( #2600, #528, #2106 ) ) REPRESENTATION_CONTEXT ( 'NONE', 'WORKASPACE' ) ); +ENDSEC; +END-ISO-10303-21; diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.dcm b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.dcm index c1afbda..e218885 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.dcm +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.dcm @@ -168,4 +168,16 @@ K F http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf $ENDCMP # +$CMP MLPF-WB55-01E3 +D RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55 +K +F https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf +$ENDCMP +# +$CMP 142-0701-801 +D JOHNSON - 142-0701-801 - \u5C04\u9891/\u540C\u8F74\u63D2\u5B54, SMA, PCB\u5B89\u88C5 +K +F http://www.farnell.com/datasheets/2048966.pdf +$ENDCMP +# #End Doc Library diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.kicad_sym b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.kicad_sym index 3281aa0..a2d3efa 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.kicad_sym +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.kicad_sym @@ -1,2286 +1,4814 @@ -(kicad_symbol_lib (version 20220914) (generator SamacSys_ECAD_Model) - (symbol "NE555DR" (in_bom yes) (on_board yes) - (property "Reference" "IC" (at 26.67 15.24 0) - (effects (font (size 1.27 1.27)) (justify left top)) +(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) + (symbol "142-0701-801" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "NE555DR" (at 26.67 12.7 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "142-0701-801" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SOIC127P600X175-8N" (at 26.67 -87.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "142-0701-851" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https: //www.ti.com/lit/gpn/ne555" (at 26.67 -187.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "http://www.farnell.com/datasheets/2048966.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Single Precision Timer" (at 26.67 -287.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "JOHNSON - 142-0701-801 - \\u5C04\\u9891/\\u540C\\u8F74\\u63D2\\u5B54, SMA, PCB\\u5B89\\u88C5" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "1.75" (at 26.67 -387.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Texas Instruments" (at 26.67 -487.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Cinch Connectivity Solutions" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "NE555DR" (at 26.67 -587.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "142-0701-801" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "595-NE555DR" (at 26.67 -687.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "530-142-0701-801" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Texas-Instruments/NE555DR?qs=gb35HGp1gQJ5U8ZthvvoVQ%3D%3D" (at 26.67 -787.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Johnson-Cinch-Connectivity-Solutions/142-0701-801?qs=PcPxjN2Z58KbDaDuDxyLHA%3D%3D" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "NE555DR" (at 26.67 -887.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "142-0701-801" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/ne555dr/texas-instruments?region=nac" (at 26.67 -987.3 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/142-0701-801/cinch-connectivity-solutions?region=europe" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 10.16) - (end 25.4 -20.32) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_description" "JOHNSON - 142-0701-801 - \\u5C04\\u9891/\\u540C\\u8F74\\u63D2\\u5B54, SMA, PCB\\u5B89\\u88C5" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 15.24 -25.4 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "142-0701-801_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "TRIG" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "142-0701-801_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 30.48 0 180) (length 5.08) - (name "OUT" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + ) + (symbol "450404015514" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "S" (at 21.59 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "~{RESET}" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (property "Value" "450404015514" (at 21.59 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 12.7 15.24 270) (length 5.08) - (name "CONT" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (property "Footprint" "450404015514" (at 21.59 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "THRES" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "https://katalog.we-online.de/em/datasheet/450404015514.pdf" (at 21.59 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "DISCH" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) + (property "Description" "Slide Switch SPDT Surface Mount" (at 21.59 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 17.78 15.24 270) (length 5.08) - (name "VCC" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) + (property "Height" "1.4" (at 21.59 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - ) - (symbol "STM32WB55CCU6" (in_bom yes) (on_board yes) - (property "Reference" "IC" (at 41.91 17.78 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Manufacturer_Name" "Wurth Elektronik" (at 21.59 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Value" "STM32WB55CCU6" (at 41.91 15.24 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Manufacturer_Part_Number" "450404015514" (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "710-450404015514" (at 21.59 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Footprint" "QFN50P700X700X60-49N-D" (at 41.91 -84.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/450404015514?qs=sPbYRqrBIVk21%2FxsES2IZA%3D%3D" (at 21.59 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32wb55cc.pdf" (at 41.91 -184.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 21.59 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "STMICROELECTRONICS - STM32WB55CCU6 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48" (at 41.91 -284.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "" (at 21.59 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.6" (at 41.91 -384.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "ki_description" "Slide Switch SPDT Surface Mount" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Name" "STMicroelectronics" (at 41.91 -484.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "450404015514_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "MP1" (effects (font (size 1.27 1.27)))) + (number "MP1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 0 180) (length 5.08) + (name "MP2" (effects (font (size 1.27 1.27)))) + (number "MP2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -2.54 180) (length 5.08) + (name "MP3" (effects (font (size 1.27 1.27)))) + (number "MP3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -5.08 180) (length 5.08) + (name "MP4" (effects (font (size 1.27 1.27)))) + (number "MP4" (effects (font (size 1.27 1.27)))) + ) ) - (property "Manufacturer_Part_Number" "STM32WB55CCU6" (at 41.91 -584.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "450404015514_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 20.32 2.54) + (xy 20.32 -10.16) + (xy 5.08 -10.16) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (property "Mouser Part Number" "511-STM32WB55CCU6" (at 41.91 -684.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "60312202114509" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0.254 3.048 0) + (effects (font (size 1.27 1.27))) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/STM32WB55CCU6?qs=vLWxofP3U2waGkUGKmQZWQ%3D%3D" (at 41.91 -784.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "60312202114509" (at 2.921 0 90) + (effects (font (size 1.27 1.27))) ) - (property "Arrow Part Number" "STM32WB55CCU6" (at 41.91 -884.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SamacSys_Parts:60312202114509" (at 21.59 1.27 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/stm32wb55ccu6/stmicroelectronics?region=nac" (at 41.91 -984.76 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" " ~" (at -2.54 -1.27 0) + (effects (font (size 1.27 1.27)) hide) ) - (rectangle - (start 5.08 12.7) - (end 40.64 -43.18) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "VBAT" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "PC14-OSC32_IN" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "PC15-OSC32_OUT" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (symbol "60312202114509_0_1" + (arc (start -1.778 -0.508) (mid 0.2311 -1.8066) (end 1.778 0) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 0) + (xy -0.508 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.54) + (xy 0 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 0 0) (radius 0.508) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (arc (start 1.778 0) (mid 0.2099 1.8101) (end -1.778 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "PH3-BOOT0" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "60312202114509_1_1" + (pin passive line (at 0 -5.08 90) (length 2.54) + (name "In" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "PB8" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + ) + (symbol "61300621121" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 0 -12.7 0) (length 5.08) - (name "PB9" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (property "Value" "61300621121" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 0 -15.24 0) (length 5.08) - (name "NRST" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) + (property "Footprint" "HDRV6W64P254_2X3_762X508X889P" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -17.78 0) (length 5.08) - (name "VDDA" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -20.32 0) (length 5.08) - (name "PA0" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) + (property "Description" "WR-PHD 2.54mm Dual Pin Header THT 06p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 6 Way 2 Row Straight PCB Header, Solder Termination" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -22.86 0) (length 5.08) - (name "PA1" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) + (property "Height" "8.89" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -25.4 0) (length 5.08) - (name "PA2" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -27.94 0) (length 5.08) - (name "PA3" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Part_Number" "61300621121" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 7.62 -48.26 90) (length 5.08) - (name "PA4" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "710-61300621121" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 10.16 -48.26 90) (length 5.08) - (name "PA5" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/61300621121?qs=PhR8RmCirEb94hrEcn0AQg%3D%3D" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 12.7 -48.26 90) (length 5.08) - (name "PA6" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 15.24 -48.26 90) (length 5.08) - (name "PA7" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 17.78 -48.26 90) (length 5.08) - (name "PA8" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) + (property "ki_description" "WR-PHD 2.54mm Dual Pin Header THT 06p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 6 Way 2 Row Straight PCB Header, Solder Termination" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 20.32 -48.26 90) (length 5.08) - (name "PA9" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) + (symbol "61300621121_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 0 180) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 -2.54 180) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 -5.08 180) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 22.86 -48.26 90) (length 5.08) - (name "PB2" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) + (symbol "61300621121_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 25.4 -48.26 90) (length 5.08) - (name "VDD_1" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) + ) + (symbol "61304021121" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 19.05 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 27.94 -48.26 90) (length 5.08) - (name "RF1" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) + (property "Value" "61304021121" (at 19.05 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 30.48 -48.26 90) (length 5.08) - (name "VSSRF" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) + (property "Footprint" "HDRV40W64P254X254_2X20_5080X508X869P" (at 19.05 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 33.02 -48.26 90) (length 5.08) - (name "VDDRF" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "https://katalog.we-online.com/em/datasheet/6130xx21121.pdf" (at 19.05 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 35.56 -48.26 90) (length 5.08) - (name "OSC_OUT" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) + (property "Description" "WR-PHD 2.54mm Dual Pin Header THT 40p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 40 Way 2 Row Straight PCB Header, Solder Termination" (at 19.05 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 0 180) (length 5.08) - (name "PA10" (effects (font (size 1.27 1.27)))) - (number "36" (effects (font (size 1.27 1.27)))) + (property "Height" "8.69" (at 19.05 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -2.54 180) (length 5.08) - (name "VDD_2" (effects (font (size 1.27 1.27)))) - (number "35" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Name" "Wurth Elektronik" (at 19.05 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -5.08 180) (length 5.08) - (name "VDDSMPS" (effects (font (size 1.27 1.27)))) - (number "34" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Part_Number" "61304021121" (at 19.05 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -7.62 180) (length 5.08) - (name "VLXSMPS" (effects (font (size 1.27 1.27)))) - (number "33" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "710-61304021121" (at 19.05 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -10.16 180) (length 5.08) - (name "VSSSMPS" (effects (font (size 1.27 1.27)))) - (number "32" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/61304021121?qs=PhR8RmCirEYWKI5WqdDUyg%3D%3D" (at 19.05 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -12.7 180) (length 5.08) - (name "VFBSMPS" (effects (font (size 1.27 1.27)))) - (number "31" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "" (at 19.05 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -15.24 180) (length 5.08) - (name "PE4" (effects (font (size 1.27 1.27)))) - (number "30" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "" (at 19.05 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 45.72 -17.78 180) (length 5.08) - (name "PB1" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) + (property "ki_description" "WR-PHD 2.54mm Dual Pin Header THT 40p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 40 Way 2 Row Straight PCB Header, Solder Termination" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 45.72 -20.32 180) (length 5.08) - (name "PB0" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) + (symbol "61304021121_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -10.16 180) (length 5.08) + (name "10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -12.7 0) (length 5.08) + (name "11" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -12.7 180) (length 5.08) + (name "12" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -15.24 0) (length 5.08) + (name "13" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -15.24 180) (length 5.08) + (name "14" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -17.78 0) (length 5.08) + (name "15" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -17.78 180) (length 5.08) + (name "16" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -20.32 0) (length 5.08) + (name "17" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -20.32 180) (length 5.08) + (name "18" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -22.86 0) (length 5.08) + (name "19" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 0 180) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -22.86 180) (length 5.08) + (name "20" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -25.4 0) (length 5.08) + (name "21" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -25.4 180) (length 5.08) + (name "22" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -27.94 0) (length 5.08) + (name "23" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -27.94 180) (length 5.08) + (name "24" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -30.48 0) (length 5.08) + (name "25" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -30.48 180) (length 5.08) + (name "26" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -33.02 0) (length 5.08) + (name "27" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -33.02 180) (length 5.08) + (name "28" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -35.56 0) (length 5.08) + (name "29" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -35.56 180) (length 5.08) + (name "30" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -38.1 0) (length 5.08) + (name "31" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -38.1 180) (length 5.08) + (name "32" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -40.64 0) (length 5.08) + (name "33" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -40.64 180) (length 5.08) + (name "34" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -43.18 0) (length 5.08) + (name "35" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -43.18 180) (length 5.08) + (name "36" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -45.72 0) (length 5.08) + (name "37" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -45.72 180) (length 5.08) + (name "38" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -48.26 0) (length 5.08) + (name "39" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -2.54 180) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -48.26 180) (length 5.08) + (name "40" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -5.08 180) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -7.62 180) (length 5.08) + (name "8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 0) (length 5.08) + (name "9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 45.72 -22.86 180) (length 5.08) - (name "AT1" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) + (symbol "61304021121_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 17.78 2.54) + (xy 17.78 -50.8) + (xy 5.08 -50.8) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 45.72 -25.4 180) (length 5.08) - (name "AT0" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) + ) + (symbol "629105136821" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 45.72 -27.94 180) (length 5.08) - (name "OSC_IN" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) + (property "Value" "629105136821" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 7.62 17.78 270) (length 5.08) - (name "EP" (effects (font (size 1.27 1.27)))) - (number "49" (effects (font (size 1.27 1.27)))) + (property "Footprint" "MICRO-USB(2.0-SMT-TYPE-B)" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 10.16 17.78 270) (length 5.08) - (name "VDD_3" (effects (font (size 1.27 1.27)))) - (number "48" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "http://katalog.we-online.de/em/datasheet/629105136821.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 12.7 17.78 270) (length 5.08) - (name "PB7" (effects (font (size 1.27 1.27)))) - (number "47" (effects (font (size 1.27 1.27)))) + (property "Description" "Wurth Elektronik Right Angle SMT Female Type B Version 2 Micro USB Connector, 30 V ac, 1A" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 15.24 17.78 270) (length 5.08) - (name "PB6" (effects (font (size 1.27 1.27)))) - (number "46" (effects (font (size 1.27 1.27)))) + (property "Height" "" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 17.78 17.78 270) (length 5.08) - (name "PB5" (effects (font (size 1.27 1.27)))) - (number "45" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 20.32 17.78 270) (length 5.08) - (name "PB4" (effects (font (size 1.27 1.27)))) - (number "44" (effects (font (size 1.27 1.27)))) + (property "Manufacturer_Part_Number" "629105136821" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 22.86 17.78 270) (length 5.08) - (name "PB3" (effects (font (size 1.27 1.27)))) - (number "43" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "710-629105136821" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 25.4 17.78 270) (length 5.08) - (name "PA15" (effects (font (size 1.27 1.27)))) - (number "42" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/629105136821?qs=P%2FTEqz%252BQfncvaTjfhhJgDA%3D%3D" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 27.94 17.78 270) (length 5.08) - (name "PA14" (effects (font (size 1.27 1.27)))) - (number "41" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 30.48 17.78 270) (length 5.08) - (name "VDDUSB" (effects (font (size 1.27 1.27)))) - (number "40" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 33.02 17.78 270) (length 5.08) - (name "PA13" (effects (font (size 1.27 1.27)))) - (number "39" (effects (font (size 1.27 1.27)))) + (property "ki_description" "Wurth Elektronik Right Angle SMT Female Type B Version 2 Micro USB Connector, 30 V ac, 1A" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 35.56 17.78 270) (length 5.08) - (name "PA12" (effects (font (size 1.27 1.27)))) - (number "38" (effects (font (size 1.27 1.27)))) + (symbol "629105136821_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 0 180) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 -2.54 180) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 38.1 17.78 270) (length 5.08) - (name "PA11" (effects (font (size 1.27 1.27)))) - (number "37" (effects (font (size 1.27 1.27)))) + (symbol "629105136821_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "GRM1555C1HR80BA01D" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "691102710002" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1HR80BA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "691102710002" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SHDR2W100P0X500_1X2_1000X750X990P" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.mouser.in/datasheet/2/445/691102710002-1719152.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Wurth Elektronik 102 Series 5mm Pitch Straight, PCB Terminal Block, Through Hole, 2 Way" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "9.9" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "GRM1555C1HR80BA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "691102710002" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-GRM1555C1HR80BA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "710-691102710002" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/691102710002?qs=2kOmHSv6VfRAbNUBaZNuBg%3D%3D" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "GRM1555C1HR80BA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Wurth Elektronik 102 Series 5mm Pitch Straight, PCB Terminal Block, Through Hole, 2 Way" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) + (symbol "691102710002_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) + (symbol "691102710002_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -5.08) + (xy 5.08 -5.08) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) ) ) - (symbol "GRM1555C1HR30WA01D" (in_bom yes) (on_board yes) (pin_names hide) + (symbol "875115652007" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1HR30WA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "875115652007" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "CAPAE830X900N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.we-online.com/catalog/datasheet/875115652007.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "9" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Wurth Elektronik" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "GRM1555C1HR30WA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "875115652007" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-GRM1555C1HR30WA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "710-875115652007" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/875115652007?qs=qpJ%252B%252B%252Bdg6p0icXSGNvkjuQ%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "GRM1555C1HR30WA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) + (symbol "875115652007_0_0" + (pin passive line (at 0 0 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) + (pin passive line (at 12.7 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) + (symbol "875115652007_0_1" + (polyline + (pts + (xy 2.54 0) + (xy 5.08 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 1.778) + (xy 4.064 0.762) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.572 1.27) + (xy 3.556 1.27) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 10.16 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -2.54) + (xy 5.842 -2.54) + (xy 5.842 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 2.54) + (xy 7.62 -2.54) + (xy 6.858 -2.54) + (xy 6.858 2.54) + (xy 7.62 2.54) + ) + (stroke (width 0.254) (type solid)) + (fill (type outline)) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) ) ) - (symbol "LQG15HS2N7S02J" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "L" (at 16.51 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "LQG15HS2N7S02J" (at 16.51 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "LQG15WH0N7B02D" (at 16.51 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html" (at 16.51 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "885012207027" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "ki_description" "LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005)" (at 16.51 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "885012207027" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Height" "0.55" (at 16.51 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "CAPC2012X90N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://katalog.we-online.com/pbs/datasheet/885012207027.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "LQG15HS2N7S02J" (at 16.51 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Multilayer Ceramic Chip Capacitor WCAP-CSGP Series 0805 100pF X7R0805101K016DFCT10000" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "N/A" (at 16.51 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.9" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA" (at 16.51 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Wurth Elektronik" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 16.51 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "885012207027" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 16.51 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "710-885012207027" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 7.62 0) - (mid 6.35 1.219) - (end 5.08 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/885012207027?qs=0KOYDY2FL28IWYVDh0DkrQ%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 10.16 0) - (mid 8.89 1.219) - (end 7.62 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Arrow Part Number" "" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 12.7 0) - (mid 11.43 1.219) - (end 10.16 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Arrow Price/Stock" "" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 15.24 0) - (mid 13.97 1.219) - (end 12.7 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Multilayer Ceramic Chip Capacitor WCAP-CSGP Series 0805 100pF X7R0805101K016DFCT10000" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "885012207027_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "885012207027_0_1" + (polyline + (pts + (xy 5.08 0) + (xy 5.588 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.588 2.54) + (xy 5.588 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 0) + (xy 7.62 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 2.54) + (xy 7.112 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "LFB182G45CGFD436" (in_bom yes) (on_board yes) - (property "Reference" "FL" (at 19.05 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "LFB182G45CGFD436" (at 19.05 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "A771MS107M1JLAS018" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "LFB182G45CGFD436" (at 19.05 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "A771MS107M1JLAS018" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Datasheet" "https://www.mouser.fr/datasheet/2/281/murata_LFB182G45CGFD436-1186332.pdf" (at 19.05 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "A768MS157M1HLAE024" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Signal Conditioning" (at 19.05 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://search.kemet.com/download/datasheet/A771MS107M1JLAS018" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.65" (at 19.05 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Surface Mount, Polymer Aluminum" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 19.05 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "12.7" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "LFB182G45CGFD436" (at 19.05 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "KEMET" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-LFB182G45CGFD436" (at 19.05 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "A771MS107M1JLAS018" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LFB182G45CGFD436?qs=5aG0NVq1C4xoKNFbA5uf0A%3D%3D" (at 19.05 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "80-A771MS107M1JLAS18" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "LFB182G45CGFD436" (at 19.05 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/KEMET/A771MS107M1JLAS018?qs=By6Nw2ByBD1azyzbmnH5vw%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lfb182g45cgfd436/murata-manufacturing?region=nac" (at 19.05 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 17.78 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Arrow Price/Stock" "" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "IN" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "ki_description" "Surface Mount, Polymer Aluminum" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "A771MS107M1JLAS018_0_0" + (pin passive line (at 0 0 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "OUT" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (symbol "A771MS107M1JLAS018_0_1" + (polyline + (pts + (xy 2.54 0) + (xy 5.08 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.064 1.778) + (xy 4.064 0.762) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 4.572 1.27) + (xy 3.556 1.27) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 10.16 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -2.54) + (xy 5.842 -2.54) + (xy 5.842 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 2.54) + (xy 7.62 -2.54) + (xy 6.858 -2.54) + (xy 6.858 2.54) + (xy 7.62 2.54) + ) + (stroke (width 0.254) (type solid)) + (fill (type outline)) + ) ) ) - (symbol "GRM1555C1H1R2WA01D" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "GRM1555C1H1R2WA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "AstroPlant{colon}IRLML6344" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "Q" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "AstroPlant:IRLML6344" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "AstroPlant{colon}IRLML6344_0_1" + (polyline + (pts + (xy 0.0508 0) + (xy 0.254 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.778) + (xy 2.54 -1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.27) + (xy 0.762 -2.286) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0) + (xy 2.54 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0.508) + (xy 0.762 -0.508) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 1.778) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 2.286) + (xy 0.762 1.27) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 2.54 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 2.54) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.254 1.905) + (xy 0.254 -1.905) + (xy 0.254 -1.905) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 0) + (xy 2.032 0.381) + (xy 2.032 -0.381) + (xy 1.016 0) + ) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 3.302 -1.778) + (xy 3.302 1.778) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.794 0.508) + (xy 2.921 0.381) + (xy 3.683 0.381) + (xy 3.81 0.254) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.302 0.381) + (xy 2.921 -0.254) + (xy 3.683 -0.254) + (xy 3.302 0.381) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 1.651 0) (radius 2.8194) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (circle (center 2.54 -1.778) (radius 0.2794) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (circle (center 2.54 1.778) (radius 0.2794) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "AstroPlant{colon}IRLML6344_1_1" + (pin input line (at -5.08 0 0) (length 5.08) + (name "G" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "S" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Astroplant_VFR-rescue{colon}GND-Astroplant_VFR-rescue" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "Astroplant_VFR-rescue{colon}GND-Astroplant_VFR-rescue" (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Astroplant_VFR-rescue{colon}GND-Astroplant_VFR-rescue_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Astroplant_VFR-rescue{colon}GND-Astroplant_VFR-rescue_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Astroplant_VFR-rescue{colon}JST_XH_I2C-Astroplant_VFR-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -2.54 10.16 0) + (effects (font (size 1.524 1.524))) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "Astroplant_VFR-rescue:JST_XH_I2C-Astroplant_VFR-rescue" (at 5.08 1.27 90) + (effects (font (size 1.524 1.524))) ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) + (symbol "Astroplant_VFR-rescue{colon}JST_XH_I2C-Astroplant_VFR-rescue_0_1" + (rectangle (start -3.81 7.62) (end 2.54 -5.08) + (stroke (width 0) (type solid)) + (fill (type background)) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) + (symbol "Astroplant_VFR-rescue{colon}JST_XH_I2C-Astroplant_VFR-rescue_1_1" + (pin bidirectional line (at -8.89 5.08 0) (length 5.08) + (name "SDA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) + (pin bidirectional line (at -8.89 2.54 0) (length 5.08) + (name "SCL" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) + (pin power_in line (at -8.89 0 0) (length 5.08) + (name "PW" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -8.89 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + ) + (symbol "Astroplant_VFR-rescue{colon}SW_Push-Astroplant_VFR-rescue" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "SW" (at 1.27 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Value" "Astroplant_VFR-rescue:SW_Push-Astroplant_VFR-rescue" (at 0 -1.524 0) + (effects (font (size 1.27 1.27))) ) - ) - (symbol "LQG15HS3N6S02D" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "L" (at 16.51 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Footprint" "" (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "LQG15HS3N6S02D" (at 16.51 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Datasheet" "" (at 0 5.08 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Footprint" "LQG15WH0N7B02D" (at 16.51 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Astroplant_VFR-rescue{colon}SW_Push-Astroplant_VFR-rescue_0_1" + (circle (center -2.032 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 1.27) + (xy 0 3.048) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 1.27) + (xy -2.54 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 2.032 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (pin passive line (at -5.08 0 0) (length 2.54) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 0 180) (length 2.54) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html" (at 16.51 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "B2B-XH-A" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "ki_description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc" (at 16.51 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "B2B-XH-A" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Height" "0.55" (at 16.51 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SHDR2W64P0X250_1X2_740X575X700P" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://order.jst-mfg.com/InternetShop/app/pdf_show.php?kbn=3&key=XH%20CONNECTOR%20THROUGH-HOLE%20TYPE%20SHROUDED%20HEADER.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D" (at 16.51 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Wire-board; socket; male; XH; 2.5mm; PIN:2; THT; 250V; 3A; -2585C" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-LQG15HS3N6S02D" (at 16.51 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "7" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D" (at 16.51 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "LQG15HS3N6S02D" (at 16.51 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "B2B-XH-A" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac" (at 16.51 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 7.62 0) - (mid 6.35 1.219) - (end 5.08 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Mouser Price/Stock" "" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 10.16 0) - (mid 8.89 1.219) - (end 7.62 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Arrow Part Number" "" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 12.7 0) - (mid 11.43 1.219) - (end 10.16 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "Arrow Price/Stock" "" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (arc - (start 15.24 0) - (mid 13.97 1.219) - (end 12.7 0) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Wire-board; socket; male; XH; 2.5mm; PIN:2; THT; 250V; 3A; -2585C" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "B2B-XH-A_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "B2B-XH-A_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -5.08) + (xy 5.08 -5.08) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "629105136821" (in_bom yes) (on_board yes) + (symbol "B3B-XH-A_LF__SN_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "629105136821" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "MICRO-USB(2.0-SMT-TYPE-B)" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://katalog.we-online.de/em/datasheet/629105136821.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Wurth Elektronik Right Angle SMT Female Type B Version 2 Micro USB Connector, 30 V ac, 1A" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "B3B-XH-A_LF__SN_" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Height" "" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "B3BXHALFSN" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/1812131720_JST-Sales-America-B3B-XH-A-LF-SN_C144394.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "629105136821" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "CONN HEADER VERT 3POS 2.5MM" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-629105136821" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "7" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/629105136821?qs=P%2FTEqz%252BQfncvaTjfhhJgDA%3D%3D" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "B3B-XH-A(LF)(SN)" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Mouser Price/Stock" "" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "B3B-XH-A(LF)(SN)" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b3b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "ki_description" "CONN HEADER VERT 3POS 2.5MM" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "B3B-XH-A_LF__SN__0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 20.32 -2.54 180) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (symbol "B3B-XH-A_LF__SN__0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "USBLC6-2SC6Y" (in_bom yes) (on_board yes) - (property "Reference" "D" (at 29.21 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "USBLC6-2SC6Y" (at 29.21 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "SOT95P280X145-6N" (at 29.21 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://componentsearchengine.com/Datasheets/1/USBLC6-2SC6Y.pdf" (at 29.21 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Low Cap. ESD Protection Auto SOT-23-6 STMicroelectronics USBLC6-2SC6Y, Dual Uni-Directional TVS Diode Array, 6-Pin SOT-23" (at 29.21 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "B4B-XH-A_LF__SN_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 16.51 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Height" "1.45" (at 29.21 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "B4B-XH-A_LF__SN_" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Name" "STMicroelectronics" (at 29.21 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "B4BXHALFSN" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "USBLC6-2SC6Y" (at 29.21 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/JST-Sales-America-B4B-XH-A-LF-SN_C144395.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "511-USBLC6-2SC6Y" (at 29.21 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "CONN HEADER VERT 4POS 2.5MM" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/USBLC6-2SC6Y?qs=gNDSiZmRJS%2FOgDexvXkdow%3D%3D" (at 29.21 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "7" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "USBLC6-2SC6Y" (at 29.21 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/usblc6-2sc6y/stmicroelectronics?region=nac" (at 29.21 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "B4B-XH-A(LF)(SN)" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 27.94 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Mouser Part Number" "" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "I/O1_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "B4B-XH-A(LF)(SN)" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "I/O2_1" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b4b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 33.02 0 180) (length 5.08) - (name "I/O1_2" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (property "ki_description" "CONN HEADER VERT 4POS 2.5MM" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 33.02 -2.54 180) (length 5.08) - (name "VBUS" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (symbol "B4B-XH-A_LF__SN__0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 33.02 -5.08 180) (length 5.08) - (name "I/O2_2" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "B4B-XH-A_LF__SN__0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -10.16) + (xy 5.08 -10.16) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "B3B-XH-A_LF__SN_" (in_bom yes) (on_board yes) + (symbol "B5B-XH-A_LF__SN_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "B3B-XH-A_LF__SN_" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "B3BXHALFSN" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "B5B-XH-A_LF__SN_" (at 16.51 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/1812131720_JST-Sales-America-B3B-XH-A-LF-SN_C144394.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SHDR5W64P0X250_1X5_1490X575X700P" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "CONN HEADER VERT 3POS 2.5MM" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "http://www.jst-mfg.com/product/pdf/eng/eXH.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "7" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "XH connector, 5 way" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "7" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "B3B-XH-A(LF)(SN)" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "B5B-XH-A(LF)(SN)" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "B3B-XH-A(LF)(SN)" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b3b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "B5B-XH-A(LF)(SN)" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b5b-xh-a-lf-sn/jst-manufacturing" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "ki_description" "XH connector, 5 way" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "B5B-XH-A_LF__SN__0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (symbol "B5B-XH-A_LF__SN__0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -12.7) + (xy 5.08 -12.7) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "B6B-XH-A_LF__SN_" (in_bom yes) (on_board yes) + (symbol "B6B-XH-A_LF__SN_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) (property "Value" "B6B-XH-A_LF__SN_" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SHDR6W64P0X250_1X6_1740X575X700P" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SHDR6W64P0X250_1X6_1740X575X700P" (at 16.51 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/JST-Sales-America-B6B-XH-A-LF-SN_C144397.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/JST-Sales-America-B6B-XH-A-LF-SN_C144397.pdf" (at 16.51 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "CONN HEADER VERT 6POS 2.5MM" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "CONN HEADER VERT 6POS 2.5MM" (at 16.51 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "7" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "7" (at 16.51 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "B6B-XH-A(LF)(SN)" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "B6B-XH-A(LF)(SN)" (at 16.51 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "" (at 16.51 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "" (at 16.51 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "B6B-XH-A(LF)(SN)" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "B6B-XH-A(LF)(SN)" (at 16.51 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b6b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b6b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -15.24) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_description" "CONN HEADER VERT 6POS 2.5MM" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "B6B-XH-A_LF__SN__0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -12.7 0) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "B6B-XH-A_LF__SN__0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 15.24 2.54) + (xy 15.24 -15.24) + (xy 5.08 -15.24) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + ) + (symbol "BAT54KFILM" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 11.43 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (property "Value" "BAT54KFILM" (at 11.43 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (property "Footprint" "SODFL1608X70N" (at 11.43 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -12.7 0) (length 5.08) - (name "6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "http://www.st.com/web/en/resource/technical/document/datasheet/CD00001322.pdf" (at 11.43 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "BAT54KFILM, Schottky Diode, 0.3A max, 40V 5ns, 2-Pin, SOD-523" (at 11.43 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Height" "0.7" (at 11.43 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Name" "STMicroelectronics" (at 11.43 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Part_Number" "BAT54KFILM" (at 11.43 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "511-BAT54KFILM" (at 11.43 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/BAT54KFILM?qs=jZi1jxfVU95Y9ce6l3OT%252BA%3D%3D" (at 11.43 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Part Number" "BAT54KFILM" (at 11.43 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/bat54kfilm/stmicroelectronics?region=nac" (at 11.43 -22.86 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "ki_description" "BAT54KFILM, Schottky Diode, 0.3A max, 40V 5ns, 2-Pin, SOD-523" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "BAT54KFILM_0_0" + (pin passive line (at 0 0 0) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 0 180) (length 2.54) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "BAT54KFILM_0_1" + (polyline + (pts + (xy 2.54 0) + (xy 5.08 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 0) + (xy 12.7 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 0) + (xy 10.16 2.54) + (xy 10.16 -2.54) + (xy 5.08 0) + ) + (stroke (width 0.254) (type solid)) + (fill (type outline)) + ) ) ) - (symbol "B2B-XH-A" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "CONUFL001-SMD-T" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 24.13 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "B2B-XH-A" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "CONUFL001-SMD-T" (at 24.13 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SHDR2W64P0X250_1X2_740X575X700P" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "CONUFL001-SMD" (at 24.13 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://order.jst-mfg.com/InternetShop/app/pdf_show.php?kbn=3&key=XH%20CONNECTOR%20THROUGH-HOLE%20TYPE%20SHROUDED%20HEADER.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://linxtechnologies.com/wp/product/mhf-rf-connectors/" (at 24.13 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Wire-board; socket; male; XH; 2.5mm; PIN:2; THT; 250V; 3A; -2585C" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 24.13 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "7" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "" (at 24.13 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Linx Technologies" (at 24.13 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "B2B-XH-A" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "CONUFL001-SMD-T" (at 24.13 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "712-CONUFL001-SMD-T" (at 24.13 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D" (at 24.13 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 24.13 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "" (at 24.13 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "CONUFL001-SMD-T_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "SIG" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 0 180) (length 5.08) + (name "GND_1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 -2.54 180) (length 5.08) + (name "GND_2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "CONUFL001-SMD-T_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 22.86 2.54) + (xy 22.86 -5.08) + (xy 5.08 -5.08) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "B4B-XH-A_LF__SN_" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "Connector_Generic{colon}Conn_02x04_Odd_Even" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 1.27 5.08 0) + (effects (font (size 1.27 1.27))) ) - (property "Value" "B4B-XH-A_LF__SN_" (at 16.51 5.08 0) + (property "Value" "Connector_Generic:Conn_02x04_Odd_Even" (at 1.27 -7.62 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "Connector*:*_2x??_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Connector_Generic{colon}Conn_02x04_Odd_Even_1_1" + (rectangle (start -1.27 -4.953) (end 0 -5.207) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 -2.413) (end 0 -2.667) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 0.127) (end 0 -0.127) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 2.667) (end 0 2.413) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start -1.27 3.81) (end 3.81 -6.35) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + (rectangle (start 3.81 -4.953) (end 2.54 -5.207) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 -2.413) (end 2.54 -2.667) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 0.127) (end 2.54 -0.127) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (rectangle (start 3.81 2.667) (end 2.54 2.413) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (pin passive line (at -5.08 2.54 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 2.54 180) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 0 180) (length 3.81) + (name "Pin_4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -2.54 180) (length 3.81) + (name "Pin_6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -5.08 0) (length 3.81) + (name "Pin_7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 -5.08 180) (length 3.81) + (name "Pin_8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector{colon}Raspberry_Pi_2_3" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -17.78 31.75 0) + (effects (font (size 1.27 1.27)) (justify left bottom)) + ) + (property "Value" "Connector:Raspberry_Pi_2_3" (at 10.16 -31.75 0) (effects (font (size 1.27 1.27)) (justify left top)) ) - (property "Footprint" "B4BXHALFSN" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "PinHeader*2x20*P2.54mm*Vertical* PinSocket*2x20*P2.54mm*Vertical*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Connector{colon}Raspberry_Pi_2_3_0_1" + (rectangle (start -17.78 30.48) (end 17.78 -30.48) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + ) + (symbol "Connector{colon}Raspberry_Pi_2_3_1_1" + (rectangle (start -16.891 -17.526) (end -17.78 -18.034) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 -14.986) (end -17.78 -15.494) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 -12.446) (end -17.78 -12.954) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 -9.906) (end -17.78 -10.414) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 -7.366) (end -17.78 -7.874) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 -4.826) (end -17.78 -5.334) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 0.254) (end -17.78 -0.254) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 2.794) (end -17.78 2.286) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 5.334) (end -17.78 4.826) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 10.414) (end -17.78 9.906) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 12.954) (end -17.78 12.446) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 15.494) (end -17.78 14.986) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 20.574) (end -17.78 20.066) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -16.891 23.114) (end -17.78 22.606) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -10.414 -29.591) (end -9.906 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -7.874 -29.591) (end -7.366 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -5.334 -29.591) (end -4.826 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -5.334 30.48) (end -4.826 29.591) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -2.794 -29.591) (end -2.286 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -2.794 30.48) (end -2.286 29.591) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -0.254 -29.591) (end 0.254 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 2.286 -29.591) (end 2.794 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 2.286 30.48) (end 2.794 29.591) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 4.826 -29.591) (end 5.334 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 4.826 30.48) (end 5.334 29.591) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 7.366 -29.591) (end 7.874 -30.48) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -20.066) (end 16.891 -20.574) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -17.526) (end 16.891 -18.034) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -12.446) (end 16.891 -12.954) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -9.906) (end 16.891 -10.414) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -7.366) (end 16.891 -7.874) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -4.826) (end 16.891 -5.334) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 -2.286) (end 16.891 -2.794) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 2.794) (end 16.891 2.286) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 5.334) (end 16.891 4.826) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 7.874) (end 16.891 7.366) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 12.954) (end 16.891 12.446) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 15.494) (end 16.891 14.986) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 20.574) (end 16.891 20.066) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 17.78 23.114) (end 16.891 22.606) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (pin power_in line (at 2.54 33.02 270) (length 2.54) + (name "3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 20.32 0) (length 2.54) + (name "GPIO15/RXD" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 12.7 0) (length 2.54) + (name "GPIO17" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 10.16 0) (length 2.54) + (name "GPIO18/PWM0" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -17.78 0) (length 2.54) + (name "GPIO27" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -5.08 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -5.08 0) (length 2.54) + (name "GPIO22" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -7.62 0) (length 2.54) + (name "GPIO23" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 33.02 270) (length 2.54) + (name "3V3" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -10.16 0) (length 2.54) + (name "GPIO24" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -10.16 180) (length 2.54) + (name "MOSI0/GPIO10" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -5.08 33.02 270) (length 2.54) + (name "5V" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -7.62 180) (length 2.54) + (name "MISO0/GPIO9" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -12.7 0) (length 2.54) + (name "GPIO25" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -12.7 180) (length 2.54) + (name "SCLK0/GPIO11" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -5.08 180) (length 2.54) + (name "~{CE0}/GPIO8" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -2.54 180) (length 2.54) + (name "~{CE1}/GPIO7" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 22.86 180) (length 2.54) + (name "ID_SD/GPIO0" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 20.32 180) (length 2.54) + (name "ID_SC/GPIO1" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 5.08 180) (length 2.54) + (name "GCLK1/GPIO5" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 15.24 180) (length 2.54) + (name "SDA/GPIO2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 2.54 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 2.54 180) (length 2.54) + (name "GCLK2/GPIO6" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -17.78 180) (length 2.54) + (name "PWM0/GPIO12" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -20.32 180) (length 2.54) + (name "PWM1/GPIO13" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 5.08 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 5.08 0) (length 2.54) + (name "GPIO19/MISO1" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 15.24 0) (length 2.54) + (name "GPIO16" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 -15.24 0) (length 2.54) + (name "GPIO26" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 2.54 0) (length 2.54) + (name "GPIO20/MOSI1" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 7.62 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -2.54 33.02 270) (length 2.54) + (name "5V" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 0 0) (length 2.54) + (name "GPIO21/SCLK1" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 12.7 180) (length 2.54) + (name "SCL/GPIO3" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -10.16 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 7.62 180) (length 2.54) + (name "GCLK0/GPIO4" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -20.32 22.86 0) (length 2.54) + (name "GPIO14/TXD" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -7.62 -33.02 90) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Connector{colon}Screw_Terminal_01x02" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Connector:Screw_Terminal_01x02" (at 0 -5.08 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "https://datasheet.lcsc.com/szlcsc/JST-Sales-America-B4B-XH-A-LF-SN_C144395.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "CONN HEADER VERT 4POS 2.5MM" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "ki_fp_filters" "TerminalBlock*:*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Height" "7" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Connector{colon}Screw_Terminal_01x02_1_1" + (rectangle (start -1.27 1.27) (end 1.27 -3.81) + (stroke (width 0.254) (type solid)) + (fill (type background)) + ) + (circle (center 0 -2.54) (radius 0.635) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.5334 -2.2098) + (xy 0.3302 -3.048) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.5334 0.3302) + (xy 0.3302 -0.508) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.3556 -2.032) + (xy 0.508 -2.8702) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -0.3556 0.508) + (xy 0.508 -0.3302) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (circle (center 0 0) (radius 0.635) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (pin passive line (at -5.08 0 0) (length 3.81) + (name "Pin_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 -2.54 0) (length 3.81) + (name "Pin_2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Device{colon}CP" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.635 2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device:CP" (at 0.635 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0.9652 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CP_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Device{colon}CP_0_1" + (rectangle (start -2.286 0.508) (end -2.286 1.016) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start -2.286 0.508) (end 2.286 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 2.286) + (xy -0.762 2.286) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 2.794) + (xy -1.27 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 2.286 -0.508) (end -2.286 -1.016) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (rectangle (start 2.286 1.016) (end -2.286 1.016) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (rectangle (start 2.286 1.016) (end 2.286 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Manufacturer_Part_Number" "B4B-XH-A(LF)(SN)" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Device{colon}CP_1_1" + (pin passive line (at 0 3.81 270) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 2.794) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (property "Mouser Part Number" "" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Device{colon}CP_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Mouser Price/Stock" "" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "Device:CP_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Arrow Part Number" "B4B-XH-A(LF)(SN)" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b4b-xh-a-lf-sn/jst-manufacturing?region=europe" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -10.16) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_fp_filters" "CP_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "Device{colon}CP_Small_0_1" + (rectangle (start -1.524 -0.3048) (end 1.524 -0.6858) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (rectangle (start -1.524 0.6858) (end 1.524 0.3048) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 1.524) + (xy -0.762 1.524) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.27) + (xy -1.016 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "Device{colon}CP_Small_1_1" + (pin passive line (at 0 2.54 270) (length 1.8542) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 1.8542) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + ) + (symbol "Device{colon}C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "Device:C_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "C_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Device{colon}C_Small_0_1" + (polyline + (pts + (xy -1.524 -0.508) + (xy 1.524 -0.508) + ) + (stroke (width 0.3302) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.524 0.508) + (xy 1.524 0.508) + ) + (stroke (width 0.3048) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "Device{colon}C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "691102710002" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "Device{colon}D_ALT" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device:D_ALT" (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Device{colon}D_ALT_0_1" + (polyline + (pts + (xy -1.27 1.27) + (xy -1.27 -1.27) + ) + (stroke (width 0.2032) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 0) + (xy -1.27 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 1.27) + (xy 1.27 -1.27) + (xy -1.27 0) + (xy 1.27 1.27) + ) + (stroke (width 0.2032) (type solid)) + (fill (type outline)) + ) ) - (property "Value" "691102710002" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "Device{colon}D_ALT_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "Device{colon}LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 0 2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device:LED" (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "Device{colon}LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) + (xy -1.27 1.27) + ) + (stroke (width 0.2032) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.27 0) + (xy 1.27 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.27 -1.27) + (xy 1.27 1.27) + (xy -1.27 0) + (xy 1.27 -1.27) + ) + (stroke (width 0.2032) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -3.048 -0.762) + (xy -4.572 -2.286) + (xy -3.81 -2.286) + (xy -4.572 -2.286) + (xy -4.572 -1.524) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.778 -0.762) + (xy -3.302 -2.286) + (xy -2.54 -2.286) + (xy -3.302 -2.286) + (xy -3.302 -1.524) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + ) + (symbol "Device{colon}LED_1_1" + (pin passive line (at -3.81 0 0) (length 2.54) + (name "K" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 3.81 0 180) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (property "Footprint" "SHDR2W100P0X500_1X2_1000X750X990P" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Device{colon}R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 2.032 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "Device:R" (at 0 0 90) + (effects (font (size 1.27 1.27))) ) - (property "Datasheet" "https://www.mouser.in/datasheet/2/445/691102710002-1719152.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at -1.778 0 90) + (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Wurth Elektronik 102 Series 5mm Pitch Straight, PCB Terminal Block, Through Hole, 2 Way" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Height" "9.9" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Device{colon}R_0_1" + (rectangle (start -1.016 -2.54) (end 1.016 2.54) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) ) - (property "Manufacturer_Part_Number" "691102710002" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Device{colon}R_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (property "Mouser Part Number" "710-691102710002" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Device{colon}R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "R" (at 0.762 0.508 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/691102710002?qs=2kOmHSv6VfRAbNUBaZNuBg%3D%3D" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "Device:R_Small" (at 0.762 -1.016 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Arrow Part Number" "" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_fp_filters" "R_*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (symbol "Device{colon}R_Small_0_1" + (rectangle (start -0.762 1.778) (end 0.762 -1.778) + (stroke (width 0.2032) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "Device{colon}R_Small_1_1" + (pin passive line (at 0 2.54 270) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 90) (length 0.762) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "61304021121" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 19.05 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "GRM1555C1H1R2WA01D" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "61304021121" (at 19.05 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "GRM1555C1H1R2WA01D" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "CAPC1005X55N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Height" "0.55" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GRM1555C1H1R2WA01D_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "GRM1555C1H1R2WA01D_0_1" + (polyline + (pts + (xy 5.08 0) + (xy 5.588 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.588 2.54) + (xy 5.588 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 0) + (xy 7.62 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 2.54) + (xy 7.112 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + ) + ) + (symbol "GRM1555C1HR30WA01D" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "GRM1555C1HR30WA01D" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "CAPC1005X55N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Height" "0.55" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Part_Number" "GRM1555C1HR30WA01D" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "81-GRM1555C1HR30WA1D" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Part Number" "GRM1555C1HR30WA01D" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "ki_description" "Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GRM1555C1HR30WA01D_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "GRM1555C1HR30WA01D_0_1" + (polyline + (pts + (xy 5.08 0) + (xy 5.588 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.588 2.54) + (xy 5.588 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 0) + (xy 7.62 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 2.54) + (xy 7.112 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + ) + ) + (symbol "GRM1555C1HR80BA01D" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "GRM1555C1HR80BA01D" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "CAPC1005X55N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Height" "0.55" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Part_Number" "GRM1555C1HR80BA01D" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "81-GRM1555C1HR80BA1D" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Part Number" "GRM1555C1HR80BA01D" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "ki_description" "Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "GRM1555C1HR80BA01D_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "GRM1555C1HR80BA01D_0_1" + (polyline + (pts + (xy 5.08 0) + (xy 5.588 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.588 2.54) + (xy 5.588 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 0) + (xy 7.62 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 2.54) + (xy 7.112 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (property "Footprint" "HDRV40W64P254X254_2X20_5080X508X869P" (at 19.05 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "GRM185R61C105KE44D" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 8.89 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Datasheet" "https://katalog.we-online.com/em/datasheet/6130xx21121.pdf" (at 19.05 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "GRM185R61C105KE44D" (at 8.89 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "ki_description" "WR-PHD 2.54mm Dual Pin Header THT 40p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 40 Way 2 Row Straight PCB Header, Solder Termination" (at 19.05 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "CAPC1608X50N" (at 8.89 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "8.69" (at 19.05 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf" (at 8.89 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 19.05 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603" (at 8.89 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "61304021121" (at 19.05 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.5" (at 8.89 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-61304021121" (at 19.05 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/61304021121?qs=PhR8RmCirEYWKI5WqdDUyg%3D%3D" (at 19.05 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "GRM185R61C105KE44D" (at 8.89 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 19.05 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "81-GRM185R61C105KE44" (at 8.89 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 19.05 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D" (at 8.89 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 17.78 -50.8) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Arrow Part Number" "GRM185R61C105KE44D" (at 8.89 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing" (at 8.89 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "ki_description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (symbol "GRM185R61C105KE44D_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "7" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) + (symbol "GRM185R61C105KE44D_0_1" + (polyline + (pts + (xy 5.08 0) + (xy 5.588 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.588 2.54) + (xy 5.588 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 0) + (xy 7.62 0) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.112 2.54) + (xy 7.112 -2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "9" (effects (font (size 1.27 1.27)))) - (number "9" (effects (font (size 1.27 1.27)))) + ) + (symbol "IRLML6344-AstroPlant" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "Q" (at 5.08 1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "IRLML6344-AstroPlant" (at 5.08 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "" (at 5.08 2.54 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "IRLML6344-AstroPlant_0_1" + (polyline + (pts + (xy 0.0508 0) + (xy 0.254 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.778) + (xy 2.54 -1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 -1.27) + (xy 0.762 -2.286) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0) + (xy 2.54 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 0.508) + (xy 0.762 -0.508) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 1.778) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.762 2.286) + (xy 0.762 1.27) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 2.54 -2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 2.54 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 2.54) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0.254 1.905) + (xy 0.254 -1.905) + (xy 0.254 -1.905) + ) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 0) + (xy 2.032 0.381) + (xy 2.032 -0.381) + (xy 1.016 0) + ) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (polyline + (pts + (xy 2.54 -1.778) + (xy 3.302 -1.778) + (xy 3.302 1.778) + (xy 2.54 1.778) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.794 0.508) + (xy 2.921 0.381) + (xy 3.683 0.381) + (xy 3.81 0.254) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 3.302 0.381) + (xy 2.921 -0.254) + (xy 3.683 -0.254) + (xy 3.302 0.381) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 1.651 0) (radius 2.8194) + (stroke (width 0.254) (type solid)) + (fill (type none)) + ) + (circle (center 2.54 -1.778) (radius 0.2794) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (circle (center 2.54 1.778) (radius 0.2794) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) ) - (pin passive line (at 0 -12.7 0) (length 5.08) - (name "11" (effects (font (size 1.27 1.27)))) - (number "11" (effects (font (size 1.27 1.27)))) + (symbol "IRLML6344-AstroPlant_1_1" + (pin input line (at -5.08 0 0) (length 5.08) + (name "G" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 -5.08 90) (length 2.54) + (name "S" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 2.54 5.08 270) (length 2.54) + (name "D" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -15.24 0) (length 5.08) - (name "13" (effects (font (size 1.27 1.27)))) - (number "13" (effects (font (size 1.27 1.27)))) + ) + (symbol "JST-XH_LED_GND-JST_connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 0 -17.78 0) (length 5.08) - (name "15" (effects (font (size 1.27 1.27)))) - (number "15" (effects (font (size 1.27 1.27)))) + (property "Value" "JST-XH_LED_GND-JST_connector" (at 2.54 0 90) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 0 -20.32 0) (length 5.08) - (name "17" (effects (font (size 1.27 1.27)))) - (number "17" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 0 -22.86 0) (length 5.08) - (name "19" (effects (font (size 1.27 1.27)))) - (number "19" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 0 -25.4 0) (length 5.08) - (name "21" (effects (font (size 1.27 1.27)))) - (number "21" (effects (font (size 1.27 1.27)))) + (symbol "JST-XH_LED_GND-JST_connector_0_1" + (rectangle (start -7.62 5.08) (end 0 -7.62) + (stroke (width 0) (type solid)) + (fill (type background)) + ) ) - (pin passive line (at 0 -27.94 0) (length 5.08) - (name "23" (effects (font (size 1.27 1.27)))) - (number "23" (effects (font (size 1.27 1.27)))) + (symbol "JST-XH_LED_GND-JST_connector_1_1" + (pin passive line (at -12.7 2.54 0) (length 5.08) + (name "RED" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 0 0) (length 5.08) + (name "FAR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 -2.54 0) (length 5.08) + (name "BLUE" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 -5.08 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -30.48 0) (length 5.08) - (name "25" (effects (font (size 1.27 1.27)))) - (number "25" (effects (font (size 1.27 1.27)))) + ) + (symbol "JST_HX_2-JST_connector" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 6.35 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 0 -33.02 0) (length 5.08) - (name "27" (effects (font (size 1.27 1.27)))) - (number "27" (effects (font (size 1.27 1.27)))) + (property "Value" "JST_HX_2-JST_connector" (at 0 -3.81 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 0 -35.56 0) (length 5.08) - (name "29" (effects (font (size 1.27 1.27)))) - (number "29" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 3.81 1.27 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 0 -38.1 0) (length 5.08) - (name "31" (effects (font (size 1.27 1.27)))) - (number "31" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 3.81 1.27 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 0 -40.64 0) (length 5.08) - (name "33" (effects (font (size 1.27 1.27)))) - (number "33" (effects (font (size 1.27 1.27)))) + (symbol "JST_HX_2-JST_connector_0_1" + (rectangle (start -2.54 5.08) (end 2.54 -2.54) + (stroke (width 0) (type solid)) + (fill (type background)) + ) ) - (pin passive line (at 0 -43.18 0) (length 5.08) - (name "35" (effects (font (size 1.27 1.27)))) - (number "35" (effects (font (size 1.27 1.27)))) + (symbol "JST_HX_2-JST_connector_1_1" + (pin passive line (at -7.62 2.54 0) (length 5.08) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 0 0) (length 5.08) + (name "B" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 -45.72 0) (length 5.08) - (name "37" (effects (font (size 1.27 1.27)))) - (number "37" (effects (font (size 1.27 1.27)))) + ) + (symbol "JST_XH_I2C-Astroplant_VFR-rescue-Astroplant_VFR-rescue" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -2.54 10.16 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 0 -48.26 0) (length 5.08) - (name "39" (effects (font (size 1.27 1.27)))) - (number "39" (effects (font (size 1.27 1.27)))) + (property "Value" "JST_XH_I2C-Astroplant_VFR-rescue-Astroplant_VFR-rescue" (at 5.08 1.27 90) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 22.86 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 22.86 -2.54 180) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 22.86 -5.08 180) (length 5.08) - (name "6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (symbol "JST_XH_I2C-Astroplant_VFR-rescue-Astroplant_VFR-rescue_0_1" + (rectangle (start -3.81 7.62) (end 2.54 -5.08) + (stroke (width 0) (type solid)) + (fill (type background)) + ) ) - (pin passive line (at 22.86 -7.62 180) (length 5.08) - (name "8" (effects (font (size 1.27 1.27)))) - (number "8" (effects (font (size 1.27 1.27)))) + (symbol "JST_XH_I2C-Astroplant_VFR-rescue-Astroplant_VFR-rescue_1_1" + (pin bidirectional line (at -8.89 5.08 0) (length 5.08) + (name "SDA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -8.89 2.54 0) (length 5.08) + (name "SCL" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -8.89 0 0) (length 5.08) + (name "PW" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -8.89 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "JST_connector{colon}JST-XH_3" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "JST_connector:JST-XH_3" (at 2.54 0 90) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) + ) + (property "Datasheet" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) + ) + (symbol "JST_connector{colon}JST-XH_3_0_1" + (rectangle (start -7.62 5.08) (end 0 -5.08) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "JST_connector{colon}JST-XH_3_1_1" + (pin bidirectional line (at -12.7 2.54 0) (length 5.08) + (name "DATA" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 0 0) (length 5.08) + (name "PW" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -12.7 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "JST_connector{colon}JST-XH_LED_GND" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "JST_connector:JST-XH_LED_GND" (at 2.54 0 90) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) + ) + (property "Datasheet" "" (at -5.08 6.35 0) + (effects (font (size 1.524 1.524)) hide) + ) + (symbol "JST_connector{colon}JST-XH_LED_GND_0_1" + (rectangle (start -7.62 5.08) (end 0 -7.62) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "JST_connector{colon}JST-XH_LED_GND_1_1" + (pin passive line (at -12.7 2.54 0) (length 5.08) + (name "RED" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 0 0) (length 5.08) + (name "FAR" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 -2.54 0) (length 5.08) + (name "BLUE" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -12.7 -5.08 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "JST_connector{colon}JST_HX_2" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0 6.35 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "JST_connector:JST_HX_2" (at 0 -3.81 0) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "" (at 3.81 1.27 0) + (effects (font (size 1.524 1.524)) hide) + ) + (property "Datasheet" "" (at 3.81 1.27 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 22.86 -10.16 180) (length 5.08) - (name "10" (effects (font (size 1.27 1.27)))) - (number "10" (effects (font (size 1.27 1.27)))) + (symbol "JST_connector{colon}JST_HX_2_0_1" + (rectangle (start -2.54 5.08) (end 2.54 -2.54) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "JST_connector{colon}JST_HX_2_1_1" + (pin passive line (at -7.62 2.54 0) (length 5.08) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -7.62 0 0) (length 5.08) + (name "B" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + ) + ) + (symbol "JST_connector{colon}JST_XH_Relays" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -2.54 11.43 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 22.86 -12.7 180) (length 5.08) - (name "12" (effects (font (size 1.27 1.27)))) - (number "12" (effects (font (size 1.27 1.27)))) + (property "Value" "JST_connector:JST_XH_Relays" (at 5.08 0 90) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "" (at 0 -11.43 0) + (effects (font (size 1.524 1.524)) hide) + ) + (property "Datasheet" "" (at 0 -11.43 0) + (effects (font (size 1.524 1.524)) hide) + ) + (symbol "JST_connector{colon}JST_XH_Relays_0_1" + (rectangle (start -3.81 8.89) (end 2.54 -8.89) + (stroke (width 0) (type solid)) + (fill (type background)) + ) + ) + (symbol "JST_connector{colon}JST_XH_Relays_1_1" + (pin power_in line (at -8.89 6.35 0) (length 5.08) + (name "DC+" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -8.89 3.81 0) (length 5.08) + (name "DC-" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 1.27 0) (length 5.08) + (name "CH1" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -1.27 0) (length 5.08) + (name "CH2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -3.81 0) (length 5.08) + (name "CH3" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -6.35 0) (length 5.08) + (name "CH4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 22.86 -15.24 180) (length 5.08) - (name "14" (effects (font (size 1.27 1.27)))) - (number "14" (effects (font (size 1.27 1.27)))) + ) + (symbol "JST_connector{colon}JST_XH_UART" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at -2.54 10.16 0) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 22.86 -17.78 180) (length 5.08) - (name "16" (effects (font (size 1.27 1.27)))) - (number "16" (effects (font (size 1.27 1.27)))) + (property "Value" "JST_connector:JST_XH_UART" (at 5.08 1.27 90) + (effects (font (size 1.524 1.524))) ) - (pin passive line (at 22.86 -20.32 180) (length 5.08) - (name "18" (effects (font (size 1.27 1.27)))) - (number "18" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 22.86 -22.86 180) (length 5.08) - (name "20" (effects (font (size 1.27 1.27)))) - (number "20" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 0 -12.7 0) + (effects (font (size 1.524 1.524)) hide) ) - (pin passive line (at 22.86 -25.4 180) (length 5.08) - (name "22" (effects (font (size 1.27 1.27)))) - (number "22" (effects (font (size 1.27 1.27)))) + (symbol "JST_connector{colon}JST_XH_UART_0_1" + (rectangle (start -3.81 7.62) (end 2.54 -5.08) + (stroke (width 0) (type solid)) + (fill (type background)) + ) ) - (pin passive line (at 22.86 -27.94 180) (length 5.08) - (name "24" (effects (font (size 1.27 1.27)))) - (number "24" (effects (font (size 1.27 1.27)))) + (symbol "JST_connector{colon}JST_XH_UART_1_1" + (pin input line (at -8.89 5.08 0) (length 5.08) + (name "TX" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 2.54 0) (length 5.08) + (name "RX" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 0 0) (length 5.08) + (name "PW" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -8.89 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 22.86 -30.48 180) (length 5.08) - (name "26" (effects (font (size 1.27 1.27)))) - (number "26" (effects (font (size 1.27 1.27)))) + ) + (symbol "Jumper{colon}Jumper_2_Bridged" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "JP" (at 0 1.905 0) + (effects (font (size 1.27 1.27))) ) - (pin passive line (at 22.86 -33.02 180) (length 5.08) - (name "28" (effects (font (size 1.27 1.27)))) - (number "28" (effects (font (size 1.27 1.27)))) + (property "Value" "Jumper:Jumper_2_Bridged" (at 0 -2.54 0) + (effects (font (size 1.27 1.27))) ) - (pin passive line (at 22.86 -35.56 180) (length 5.08) - (name "30" (effects (font (size 1.27 1.27)))) - (number "30" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 22.86 -38.1 180) (length 5.08) - (name "32" (effects (font (size 1.27 1.27)))) - (number "32" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 22.86 -40.64 180) (length 5.08) - (name "34" (effects (font (size 1.27 1.27)))) - (number "34" (effects (font (size 1.27 1.27)))) + (property "ki_fp_filters" "Jumper*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 22.86 -43.18 180) (length 5.08) - (name "36" (effects (font (size 1.27 1.27)))) - (number "36" (effects (font (size 1.27 1.27)))) + (symbol "Jumper{colon}Jumper_2_Bridged_0_0" + (circle (center -2.032 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 2.032 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 22.86 -45.72 180) (length 5.08) - (name "38" (effects (font (size 1.27 1.27)))) - (number "38" (effects (font (size 1.27 1.27)))) + (symbol "Jumper{colon}Jumper_2_Bridged_0_1" + (arc (start 1.524 0.254) (mid 0 0.762) (end -1.524 0.254) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 22.86 -48.26 180) (length 5.08) - (name "40" (effects (font (size 1.27 1.27)))) - (number "40" (effects (font (size 1.27 1.27)))) + (symbol "Jumper{colon}Jumper_2_Bridged_1_1" + (pin passive line (at -5.08 0 0) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 0 180) (length 2.54) + (name "B" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "B5B-XH-A_LF__SN_" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "B5B-XH-A_LF__SN_" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "SHDR5W64P0X250_1X5_1490X575X700P" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Jumper{colon}Jumper_3_Bridged12" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "JP" (at -2.54 -2.54 0) + (effects (font (size 1.27 1.27))) ) - (property "Datasheet" "http://www.jst-mfg.com/product/pdf/eng/eXH.pdf" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "Jumper:Jumper_3_Bridged12" (at 0 2.794 0) + (effects (font (size 1.27 1.27))) ) - (property "ki_description" "XH connector, 5 way" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Height" "7" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Name" "JST (JAPAN SOLDERLESS TERMINALS)" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "ki_fp_filters" "Jumper*Bridged12*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Part_Number" "B5B-XH-A(LF)(SN)" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Jumper{colon}Jumper_3_Bridged12_0_0" + (circle (center -3.302 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 0 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (circle (center 3.302 0) (radius 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Mouser Price/Stock" "" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Jumper{colon}Jumper_3_Bridged12_0_1" + (arc (start -0.254 0.508) (mid -1.651 0.9912) (end -3.048 0.508) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -0.508) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Arrow Part Number" "B5B-XH-A(LF)(SN)" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "Jumper{colon}Jumper_3_Bridged12_1_1" + (pin passive line (at -6.35 0 0) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -3.81 90) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 6.35 0 180) (length 2.54) + (name "B" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/b5b-xh-a-lf-sn/jst-manufacturing" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "Jumper{colon}SolderJumper_3_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "JP" (at -2.54 -2.54 0) + (effects (font (size 1.27 1.27))) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -12.7) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Value" "Jumper:SolderJumper_3_Open" (at 0 2.794 0) + (effects (font (size 1.27 1.27))) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "ki_fp_filters" "SolderJumper*Open*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "Jumper{colon}SolderJumper_3_Open_0_1" + (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (arc (start -1.016 1.016) (mid -2.0276 0) (end -1.016 -1.016) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (rectangle (start -0.508 1.016) (end 0.508 -1.016) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) + (polyline + (pts + (xy -2.54 0) + (xy -2.032 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy -1.016 1.016) + (xy -1.016 -1.016) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -1.27) + (xy 0 -1.016) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 1.016 1.016) + (xy 1.016 -1.016) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 2.54 0) + (xy 2.032 0) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (arc (start 1.016 -1.016) (mid 2.0276 0) (end 1.016 1.016) + (stroke (width 0) (type solid)) + (fill (type outline)) + ) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (symbol "Jumper{colon}SolderJumper_3_Open_1_1" + (pin passive line (at -5.08 0 0) (length 2.54) + (name "A" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at 0 -3.81 90) (length 2.54) + (name "C" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 5.08 0 180) (length 2.54) + (name "B" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "LD39050PU33R" (in_bom yes) (on_board yes) + (symbol "LD39050PU33R" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "PS" (at 26.67 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) (property "Value" "LD39050PU33R" (at 26.67 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "SON95P300X300X100-7N-D" (at 26.67 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/LD39050PU33R.pdf" (at 26.67 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "STMICROELECTRONICS - LD39050PU33R - LDO, FIXED, 3.3V, 0.5A, DFN-6" (at 26.67 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "1" (at 26.67 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "STMicroelectronics" (at 26.67 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Part_Number" "LD39050PU33R" (at 26.67 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SON95P300X300X100-7N-D" (at 26.67 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "511-LD39050PU33R" (at 26.67 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/LD39050PU33R.pdf" (at 26.67 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/LD39050PU33R?qs=5HwTSiuA5HCrgw9sKi%2FGcQ%3D%3D" (at 26.67 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "STMICROELECTRONICS - LD39050PU33R - LDO, FIXED, 3.3V, 0.5A, DFN-6" (at 26.67 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "LD39050PU33R" (at 26.67 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "1" (at 26.67 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/ld39050pu33r/stmicroelectronics?region=europe" (at 26.67 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "STMicroelectronics" (at 26.67 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 25.4 -15.24) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Manufacturer_Part_Number" "LD39050PU33R" (at 26.67 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin input line (at 0 0 0) (length 5.08) - (name "EN" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "511-LD39050PU33R" (at 26.67 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin power_in line (at 0 -2.54 0) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/LD39050PU33R?qs=5HwTSiuA5HCrgw9sKi%2FGcQ%3D%3D" (at 26.67 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin output line (at 0 -5.08 0) (length 5.08) - (name "PG" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "LD39050PU33R" (at 26.67 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin power_in line (at 15.24 -20.32 90) (length 5.08) - (name "PAD" (effects (font (size 1.27 1.27)))) - (number "7" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/ld39050pu33r/stmicroelectronics?region=europe" (at 26.67 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin power_in line (at 30.48 0 180) (length 5.08) - (name "VIN" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (property "ki_description" "STMICROELECTRONICS - LD39050PU33R - LDO, FIXED, 3.3V, 0.5A, DFN-6" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin no_connect line (at 30.48 -2.54 180) (length 5.08) - (name "NC" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (symbol "LD39050PU33R_0_0" + (pin input line (at 0 0 0) (length 5.08) + (name "EN" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 0 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 0 -5.08 0) (length 5.08) + (name "PG" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin output line (at 30.48 -5.08 180) (length 5.08) + (name "VOUT" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin no_connect line (at 30.48 -2.54 180) (length 5.08) + (name "NC" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 30.48 0 180) (length 5.08) + (name "VIN" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 15.24 -20.32 90) (length 5.08) + (name "PAD" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) ) - (pin output line (at 30.48 -5.08 180) (length 5.08) - (name "VOUT" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "LD39050PU33R_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 25.4 2.54) + (xy 25.4 -15.24) + (xy 5.08 -15.24) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "BAT54KFILM" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "D" (at 11.43 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "LFB182G45CGFD436" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "FL" (at 19.05 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "BAT54KFILM" (at 11.43 2.54 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "LFB182G45CGFD436" (at 19.05 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SODFL1608X70N" (at 11.43 -97.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "LFB182G45CGFD436" (at 19.05 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.st.com/web/en/resource/technical/document/datasheet/CD00001322.pdf" (at 11.43 -197.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.mouser.fr/datasheet/2/281/murata_LFB182G45CGFD436-1186332.pdf" (at 19.05 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "BAT54KFILM, Schottky Diode, 0.3A max, 40V 5ns, 2-Pin, SOD-523" (at 11.43 -297.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Signal Conditioning" (at 19.05 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.7" (at 11.43 -397.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.65" (at 19.05 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "STMicroelectronics" (at 11.43 -497.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Murata Electronics" (at 19.05 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "BAT54KFILM" (at 11.43 -597.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "LFB182G45CGFD436" (at 19.05 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "511-BAT54KFILM" (at 11.43 -697.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "81-LFB182G45CGFD436" (at 19.05 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/BAT54KFILM?qs=jZi1jxfVU95Y9ce6l3OT%252BA%3D%3D" (at 11.43 -797.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LFB182G45CGFD436?qs=5aG0NVq1C4xoKNFbA5uf0A%3D%3D" (at 19.05 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "BAT54KFILM" (at 11.43 -897.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "LFB182G45CGFD436" (at 19.05 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/bat54kfilm/stmicroelectronics?region=nac" (at 11.43 -997.46 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lfb182g45cgfd436/murata-manufacturing?region=nac" (at 19.05 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (polyline - (pts - (xy 5.08 2.54) - (xy 5.08 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Signal Conditioning" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 2.54 0) - (xy 5.08 0) + (symbol "LFB182G45CGFD436_0_0" + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "IN" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 10.16 0) - (xy 12.7 0) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 10.16 2.54) - (xy 10.16 -2.54) - (xy 5.08 0) + (pin passive line (at 0 0 0) (length 5.08) + (name "OUT" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (pin passive line (at 0 0 0) (length 2.54) - (name "K" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 15.24 0 180) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "LFB182G45CGFD436_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 17.78 2.54) + (xy 17.78 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "885012207027" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "LQG15HS2N7S02J" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "L" (at 16.51 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "885012207027" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "LQG15HS2N7S02J" (at 16.51 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC2012X90N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "LQG15WH0N7B02D" (at 16.51 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://katalog.we-online.com/pbs/datasheet/885012207027.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html" (at 16.51 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Multilayer Ceramic Chip Capacitor WCAP-CSGP Series 0805 100pF X7R0805101K016DFCT10000" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005)" (at 16.51 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.9" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.55" (at 16.51 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "885012207027" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "LQG15HS2N7S02J" (at 16.51 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-885012207027" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "N/A" (at 16.51 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/885012207027?qs=0KOYDY2FL28IWYVDh0DkrQ%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA" (at 16.51 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "" (at 16.51 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "" (at 16.51 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) + (symbol "LQG15HS2N7S02J_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) + (pin passive line (at 20.32 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) + (symbol "LQG15HS2N7S02J_0_1" + (arc (start 7.62 0) (mid 6.35 1.2202) (end 5.08 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 10.16 0) (mid 8.89 1.2202) (end 7.62 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 12.7 0) (mid 11.43 1.2202) (end 10.16 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 15.24 0) (mid 13.97 1.2202) (end 12.7 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) ) ) - (symbol "GRM185R61C105KE44D" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "LQG15HS3N6S02D" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "L" (at 16.51 6.35 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM185R61C105KE44D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "LQG15HS3N6S02D" (at 16.51 3.81 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC1608X50N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "LQG15WH0N7B02D" (at 16.51 1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html" (at 16.51 -1.27 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc" (at 16.51 -3.81 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.5" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.55" (at 16.51 -6.35 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -8.89 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "GRM185R61C105KE44D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "LQG15HS3N6S02D" (at 16.51 -11.43 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-GRM185R61C105KE44" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "81-LQG15HS3N6S02D" (at 16.51 -13.97 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D" (at 16.51 -16.51 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "GRM185R61C105KE44D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "LQG15HS3N6S02D" (at 16.51 -19.05 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac" (at 16.51 -21.59 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) + (property "ki_description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) + (symbol "LQG15HS3N6S02D_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) + (pin passive line (at 20.32 0 180) (length 5.08) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) + (symbol "LQG15HS3N6S02D_0_1" + (arc (start 7.62 0) (mid 6.35 1.2202) (end 5.08 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 10.16 0) (mid 8.89 1.2202) (end 7.62 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 12.7 0) (mid 11.43 1.2202) (end 10.16 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) + (arc (start 15.24 0) (mid 13.97 1.2202) (end 12.7 0) + (stroke (width 0.1524) (type solid)) + (fill (type none)) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) ) ) - (symbol "CONUFL001-SMD-T" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 24.13 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "CONUFL001-SMD-T" (at 24.13 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "MLPF-WB55-01E3" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "FL" (at 24.13 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CONUFL001-SMD" (at 24.13 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "MLPF-WB55-01E3" (at 24.13 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Datasheet" "https://linxtechnologies.com/wp/product/mhf-rf-connectors/" (at 24.13 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "MLPFWB5501E3" (at 24.13 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 24.13 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf" (at 24.13 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "" (at 24.13 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" (at 24.13 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Linx Technologies" (at 24.13 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.7" (at 24.13 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "CONUFL001-SMD-T" (at 24.13 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "STMicroelectronics" (at 24.13 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "712-CONUFL001-SMD-T" (at 24.13 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "MLPF-WB55-01E3" (at 24.13 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D" (at 24.13 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "511-MLPF-WB55-01E3" (at 24.13 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 24.13 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D" (at 24.13 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 24.13 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "MLPF-WB55-01E3" (at 24.13 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 22.86 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac" (at 24.13 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "SIG" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "ki_description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 27.94 0 180) (length 5.08) - (name "GND_1" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "MLPF-WB55-01E3_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "OUT" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "GND4" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "IN" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 -5.08 180) (length 5.08) + (name "GND1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 -2.54 180) (length 5.08) + (name "GND2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 0 180) (length 5.08) + (name "GND3" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 27.94 -2.54 180) (length 5.08) - (name "GND_2" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (symbol "MLPF-WB55-01E3_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 22.86 2.54) + (xy 22.86 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "450404015514" (in_bom yes) (on_board yes) - (property "Reference" "S" (at 21.59 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "450404015514" (at 21.59 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "450404015514" (at 21.59 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://katalog.we-online.de/em/datasheet/450404015514.pdf" (at 21.59 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Slide Switch SPDT Surface Mount" (at 21.59 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "1.4" (at 21.59 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "NE555DR" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "IC" (at 26.67 15.24 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 21.59 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "NE555DR" (at 26.67 12.7 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Part_Number" "450404015514" (at 21.59 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SOIC127P600X175-8N" (at 26.67 10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-450404015514" (at 21.59 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "http://www.ti.com/lit/ds/symlink/ne555.pdf" (at 26.67 7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/450404015514?qs=sPbYRqrBIVk21%2FxsES2IZA%3D%3D" (at 21.59 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Single Precision Timer" (at 26.67 5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 21.59 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "1.75" (at 26.67 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 21.59 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Texas Instruments" (at 26.67 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 20.32 -10.16) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Manufacturer_Part_Number" "NE555DR" (at 26.67 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "595-NE555DR" (at 26.67 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=595-NE555DR" (at 26.67 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "RS Part Number" "1218414" (at 26.67 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "MP1" (effects (font (size 1.27 1.27)))) - (number "MP1" (effects (font (size 1.27 1.27)))) + (property "RS Price/Stock" "http//uk.rs-online.com/web/p/products/1218414" (at 26.67 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 25.4 0 180) (length 5.08) - (name "MP2" (effects (font (size 1.27 1.27)))) - (number "MP2" (effects (font (size 1.27 1.27)))) + (property "ki_description" "Single Precision Timer" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 25.4 -2.54 180) (length 5.08) - (name "MP3" (effects (font (size 1.27 1.27)))) - (number "MP3" (effects (font (size 1.27 1.27)))) + (symbol "NE555DR_0_0" + (pin bidirectional line (at 15.24 -25.4 90) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 -10.16 0) (length 5.08) + (name "TRIG" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 30.48 -5.08 180) (length 5.08) + (name "OUT" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 0 0) (length 5.08) + (name "~{RESET}" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 12.7 15.24 270) (length 5.08) + (name "CONT" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 -7.62 0) (length 5.08) + (name "THRES" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 0 -2.54 0) (length 5.08) + (name "DISCH" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 17.78 15.24 270) (length 5.08) + (name "VCC" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 25.4 -5.08 180) (length 5.08) - (name "MP4" (effects (font (size 1.27 1.27)))) - (number "MP4" (effects (font (size 1.27 1.27)))) + (symbol "NE555DR_0_1" + (polyline + (pts + (xy 5.08 10.16) + (xy 25.4 10.16) + (xy 25.4 -20.32) + (xy 5.08 -20.32) + (xy 5.08 10.16) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "61300621121" (in_bom yes) (on_board yes) - (property "Reference" "J" (at 16.51 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "61300621121" (at 16.51 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "HDRV6W64P254_2X3_762X508X889P" (at 16.51 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "" (at 16.51 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "WR-PHD 2.54mm Dual Pin Header THT 06p Wurth Elektronik WR-PHD Series, Series Number 6130, 2.54mm Pitch 6 Way 2 Row Straight PCB Header, Solder Termination" (at 16.51 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "NX2016SA-32M-EXS00A-CS06465" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "Y" (at 36.83 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Height" "8.89" (at 16.51 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 36.83 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 16.51 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 36.83 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "61300621121" (at 16.51 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 36.83 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-61300621121" (at 16.51 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "CRYSTAL 32MHZ 10PF SMD" (at 36.83 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/61300621121?qs=PhR8RmCirEb94hrEcn0AQg%3D%3D" (at 16.51 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.5" (at 36.83 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 16.51 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "NDK" (at 36.83 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 16.51 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 36.83 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 15.24 -7.62) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Mouser Part Number" "344-NX2016SA32S06465" (at 36.83 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 36.83 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "" (at 36.83 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "" (at 36.83 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "ki_description" "CRYSTAL 32MHZ 10PF SMD" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 20.32 -2.54 180) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "NX2016SA-32M-EXS00A-CS06465_0_0" + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "CRYSTAL_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 40.64 -2.54 180) (length 5.08) + (name "GND_1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 40.64 0 180) (length 5.08) + (name "CRYSTAL_2" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 0 0) (length 5.08) + (name "GND_2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 20.32 -5.08 180) (length 5.08) - (name "6" (effects (font (size 1.27 1.27)))) - (number "6" (effects (font (size 1.27 1.27)))) + (symbol "NX2016SA-32M-EXS00A-CS06465_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 35.56 2.54) + (xy 35.56 -5.08) + (xy 5.08 -5.08) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "A771MS107M1JLAS018" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "STM32WB55CCU6" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "IC" (at 41.91 17.78 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "A771MS107M1JLAS018" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "STM32WB55CCU6" (at 41.91 15.24 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "A768MS157M1HLAE024" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "QFN50P700X700X60-49N-D" (at 41.91 12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://search.kemet.com/download/datasheet/A771MS107M1JLAS018" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stm32wb55cc.pdf" (at 41.91 10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Surface Mount, Polymer Aluminum" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "STMICROELECTRONICS - STM32WB55CCU6 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48" (at 41.91 7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "12.7" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "0.6" (at 41.91 5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "KEMET" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "STMicroelectronics" (at 41.91 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "A771MS107M1JLAS018" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "STM32WB55CCU6" (at 41.91 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "80-A771MS107M1JLAS18" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "511-STM32WB55CCU6" (at 41.91 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/KEMET/A771MS107M1JLAS018?qs=By6Nw2ByBD1azyzbmnH5vw%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/STM32WB55CCU6?qs=vLWxofP3U2waGkUGKmQZWQ%3D%3D" (at 41.91 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "STM32WB55CCU6" (at 41.91 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/stm32wb55ccu6/stmicroelectronics?region=nac" (at 41.91 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 5.842 -2.54) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_description" "STMICROELECTRONICS - STM32WB55CCU6 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48 - ????, STM32 STM32WB??, ARM Cortex-M4F, 32bit, 64MHz, UFQFPN-EP-48" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 4.572 1.27) - (xy 3.556 1.27) + (symbol "STM32WB55CCU6_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "VBAT" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 4.064 1.778) - (xy 4.064 0.762) + (pin passive line (at 0 -22.86 0) (length 5.08) + (name "PA1" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 5.08 0) + (pin passive line (at 0 -25.4 0) (length 5.08) + (name "PA2" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.62 0) - (xy 10.16 0) + (pin passive line (at 0 -27.94 0) (length 5.08) + (name "PA3" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.62 2.54) - (xy 7.62 -2.54) - (xy 6.858 -2.54) - (xy 6.858 2.54) - (xy 7.62 2.54) + (pin passive line (at 7.62 -48.26 90) (length 5.08) + (name "PA4" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 -48.26 90) (length 5.08) + (name "PA5" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 -48.26 90) (length 5.08) + (name "PA6" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 -48.26 90) (length 5.08) + (name "PA7" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 17.78 -48.26 90) (length 5.08) + (name "PA8" (effects (font (size 1.27 1.27)))) + (number "17" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 -48.26 90) (length 5.08) + (name "PA9" (effects (font (size 1.27 1.27)))) + (number "18" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 -48.26 90) (length 5.08) + (name "PB2" (effects (font (size 1.27 1.27)))) + (number "19" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "PC14-OSC32_IN" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -48.26 90) (length 5.08) + (name "VDD_1" (effects (font (size 1.27 1.27)))) + (number "20" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 -48.26 90) (length 5.08) + (name "RF1" (effects (font (size 1.27 1.27)))) + (number "21" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 30.48 -48.26 90) (length 5.08) + (name "VSSRF" (effects (font (size 1.27 1.27)))) + (number "22" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 33.02 -48.26 90) (length 5.08) + (name "VDDRF" (effects (font (size 1.27 1.27)))) + (number "23" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 35.56 -48.26 90) (length 5.08) + (name "OSC_OUT" (effects (font (size 1.27 1.27)))) + (number "24" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -27.94 180) (length 5.08) + (name "OSC_IN" (effects (font (size 1.27 1.27)))) + (number "25" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -25.4 180) (length 5.08) + (name "AT0" (effects (font (size 1.27 1.27)))) + (number "26" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -22.86 180) (length 5.08) + (name "AT1" (effects (font (size 1.27 1.27)))) + (number "27" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -20.32 180) (length 5.08) + (name "PB0" (effects (font (size 1.27 1.27)))) + (number "28" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -17.78 180) (length 5.08) + (name "PB1" (effects (font (size 1.27 1.27)))) + (number "29" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "PC15-OSC32_OUT" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -15.24 180) (length 5.08) + (name "PE4" (effects (font (size 1.27 1.27)))) + (number "30" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -12.7 180) (length 5.08) + (name "VFBSMPS" (effects (font (size 1.27 1.27)))) + (number "31" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -10.16 180) (length 5.08) + (name "VSSSMPS" (effects (font (size 1.27 1.27)))) + (number "32" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -7.62 180) (length 5.08) + (name "VLXSMPS" (effects (font (size 1.27 1.27)))) + (number "33" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -5.08 180) (length 5.08) + (name "VDDSMPS" (effects (font (size 1.27 1.27)))) + (number "34" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 -2.54 180) (length 5.08) + (name "VDD_2" (effects (font (size 1.27 1.27)))) + (number "35" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 45.72 0 180) (length 5.08) + (name "PA10" (effects (font (size 1.27 1.27)))) + (number "36" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 38.1 17.78 270) (length 5.08) + (name "PA11" (effects (font (size 1.27 1.27)))) + (number "37" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 35.56 17.78 270) (length 5.08) + (name "PA12" (effects (font (size 1.27 1.27)))) + (number "38" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 33.02 17.78 270) (length 5.08) + (name "PA13" (effects (font (size 1.27 1.27)))) + (number "39" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "PH3-BOOT0" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 30.48 17.78 270) (length 5.08) + (name "VDDUSB" (effects (font (size 1.27 1.27)))) + (number "40" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 17.78 270) (length 5.08) + (name "PA14" (effects (font (size 1.27 1.27)))) + (number "41" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 17.78 270) (length 5.08) + (name "PA15" (effects (font (size 1.27 1.27)))) + (number "42" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 22.86 17.78 270) (length 5.08) + (name "PB3" (effects (font (size 1.27 1.27)))) + (number "43" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 20.32 17.78 270) (length 5.08) + (name "PB4" (effects (font (size 1.27 1.27)))) + (number "44" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 17.78 17.78 270) (length 5.08) + (name "PB5" (effects (font (size 1.27 1.27)))) + (number "45" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 15.24 17.78 270) (length 5.08) + (name "PB6" (effects (font (size 1.27 1.27)))) + (number "46" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 12.7 17.78 270) (length 5.08) + (name "PB7" (effects (font (size 1.27 1.27)))) + (number "47" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 10.16 17.78 270) (length 5.08) + (name "VDD_3" (effects (font (size 1.27 1.27)))) + (number "48" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 7.62 17.78 270) (length 5.08) + (name "EP" (effects (font (size 1.27 1.27)))) + (number "49" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 0) (length 5.08) + (name "PB8" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -12.7 0) (length 5.08) + (name "PB9" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -15.24 0) (length 5.08) + (name "NRST" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -17.78 0) (length 5.08) + (name "VDDA" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -20.32 0) (length 5.08) + (name "PA0" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (pin passive line (at 0 0 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 12.7 0 180) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "STM32WB55CCU6_0_1" + (polyline + (pts + (xy 5.08 12.7) + (xy 40.64 12.7) + (xy 40.64 -43.18) + (xy 5.08 -43.18) + (xy 5.08 12.7) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "875115652007" (in_bom yes) (on_board yes) (pin_names hide) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "USBLC6-2SC6Y" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "D" (at 29.21 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "875115652007" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Value" "USBLC6-2SC6Y" (at 29.21 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPAE830X900N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "SOT95P280X145-6N" (at 29.21 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://www.we-online.com/catalog/datasheet/875115652007.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://componentsearchengine.com/Datasheets/1/USBLC6-2SC6Y.pdf" (at 29.21 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Aluminium Organic Polymer Capacitors WCAP-PSHP 35V 100uF 20% ESR=30mOhms" (at 8.89 -296.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "Low Cap. ESD Protection Auto SOT-23-6 STMicroelectronics USBLC6-2SC6Y, Dual Uni-Directional TVS Diode Array, 6-Pin SOT-23" (at 29.21 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "9" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "1.45" (at 29.21 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Wurth Elektronik" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "STMicroelectronics" (at 29.21 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "875115652007" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "USBLC6-2SC6Y" (at 29.21 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "710-875115652007" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "511-USBLC6-2SC6Y" (at 29.21 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Wurth-Elektronik/875115652007?qs=qpJ%252B%252B%252Bdg6p0icXSGNvkjuQ%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/USBLC6-2SC6Y?qs=gNDSiZmRJS%2FOgDexvXkdow%3D%3D" (at 29.21 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "USBLC6-2SC6Y" (at 29.21 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/usblc6-2sc6y/stmicroelectronics?region=nac" (at 29.21 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 5.842 -2.54) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "ki_description" "Low Cap. ESD Protection Auto SOT-23-6 STMicroelectronics USBLC6-2SC6Y, Dual Uni-Directional TVS Diode Array, 6-Pin SOT-23" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (polyline - (pts - (xy 4.572 1.27) - (xy 3.556 1.27) + (symbol "USBLC6-2SC6Y_0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "I/O1_1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 4.064 1.778) - (xy 4.064 0.762) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 2.54 0) - (xy 5.08 0) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "I/O2_1" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.62 0) - (xy 10.16 0) + (pin passive line (at 33.02 -5.08 180) (length 5.08) + (name "I/O2_2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.62 2.54) - (xy 7.62 -2.54) - (xy 6.858 -2.54) - (xy 6.858 2.54) - (xy 7.62 2.54) + (pin passive line (at 33.02 -2.54 180) (length 5.08) + (name "VBUS" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 33.02 0 180) (length 5.08) + (name "I/O1_2" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) ) - (stroke (width 0.254) (type default)) - (fill (type outline)) - ) - (pin passive line (at 0 0 0) (length 2.54) - (name "+" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 12.7 0 180) (length 2.54) - (name "-" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (symbol "USBLC6-2SC6Y_0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 27.94 2.54) + (xy 27.94 -7.62) + (xy 5.08 -7.62) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) ) - (symbol "ZX62D-B-5PA8_30_" (in_bom yes) (on_board yes) + (symbol "ZX62D-B-5PA8_30_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "J" (at 21.59 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (effects (font (size 1.27 1.27)) (justify left)) ) (property "Value" "ZX62D-B-5PA8_30_" (at 21.59 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "ZX62DB5PA830" (at 21.59 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://www.hirose.com/en/product/document?clcode=CL0242-0056-3-30&productname=ZX62D-B-5PA8(30)&series=ZX&documenttype=2DDrawing&lang=en&documentid=0001147958" (at 21.59 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 21.59 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "3" (at 21.59 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Hirose" (at 21.59 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Manufacturer_Part_Number" "ZX62D-B-5PA8(30)" (at 21.59 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "ZX62DB5PA830" (at 21.59 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "798-ZX62D-B-5PA830" (at 21.59 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.hirose.com/en/product/document?clcode=CL0242-0056-3-30&productname=ZX62D-B-5PA8(30)&series=ZX&documenttype=2DDrawing&lang=en&documentid=0001147958" (at 21.59 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Hirose-Connector/ZX62D-B-5PA830?qs=1Nn7v2rJFSJs6IftS%252BmZAw%3D%3D" (at 21.59 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 21.59 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "ZX62D-B-5PA8(30)" (at 21.59 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "3" (at 21.59 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac" (at 21.59 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Hirose" (at 21.59 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (rectangle - (start 5.08 2.54) - (end 20.32 -15.24) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Manufacturer_Part_Number" "ZX62D-B-5PA8(30)" (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Mouser Part Number" "798-ZX62D-B-5PA830" (at 21.59 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Hirose-Connector/ZX62D-B-5PA830?qs=1Nn7v2rJFSJs6IftS%252BmZAw%3D%3D" (at 21.59 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -5.08 0) (length 5.08) - (name "3" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (property "Arrow Part Number" "ZX62D-B-5PA8(30)" (at 21.59 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -7.62 0) (length 5.08) - (name "4" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac" (at 21.59 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (pin passive line (at 0 -10.16 0) (length 5.08) - (name "5" (effects (font (size 1.27 1.27)))) - (number "5" (effects (font (size 1.27 1.27)))) + (property "ki_description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 0 -12.7 0) (length 5.08) - (name "MH1" (effects (font (size 1.27 1.27)))) - (number "MH1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 25.4 0 180) (length 5.08) - (name "MH2" (effects (font (size 1.27 1.27)))) - (number "MH2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 25.4 -2.54 180) (length 5.08) - (name "MH3" (effects (font (size 1.27 1.27)))) - (number "MH3" (effects (font (size 1.27 1.27)))) + (symbol "ZX62D-B-5PA8_30__0_0" + (pin passive line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -12.7 0) (length 5.08) + (name "MH1" (effects (font (size 1.27 1.27)))) + (number "MH1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 0 180) (length 5.08) + (name "MH2" (effects (font (size 1.27 1.27)))) + (number "MH2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -2.54 180) (length 5.08) + (name "MH3" (effects (font (size 1.27 1.27)))) + (number "MH3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -5.08 180) (length 5.08) + (name "MH4" (effects (font (size 1.27 1.27)))) + (number "MH4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -7.62 180) (length 5.08) + (name "MP1" (effects (font (size 1.27 1.27)))) + (number "MP1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 25.4 -10.16 180) (length 5.08) + (name "MP2" (effects (font (size 1.27 1.27)))) + (number "MP2" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 25.4 -5.08 180) (length 5.08) - (name "MH4" (effects (font (size 1.27 1.27)))) - (number "MH4" (effects (font (size 1.27 1.27)))) + (symbol "ZX62D-B-5PA8_30__0_1" + (polyline + (pts + (xy 5.08 2.54) + (xy 20.32 2.54) + (xy 20.32 -15.24) + (xy 5.08 -15.24) + (xy 5.08 2.54) + ) + (stroke (width 0.1524) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 25.4 -7.62 180) (length 5.08) - (name "MP1" (effects (font (size 1.27 1.27)))) - (number "MP1" (effects (font (size 1.27 1.27)))) + ) + (symbol "power{colon}+24V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "power{colon}+24V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "power{colon}+24V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (pin passive line (at 25.4 -10.16 180) (length 5.08) - (name "MP2" (effects (font (size 1.27 1.27)))) - (number "MP2" (effects (font (size 1.27 1.27)))) + (symbol "power{colon}+24V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+24V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "NX2016SA-32M-EXS00A-CS06465" (in_bom yes) (on_board yes) - (property "Reference" "Y" (at 36.83 7.62 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 36.83 5.08 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "power{colon}+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "power{colon}+3.3V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "power{colon}+3.3V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 36.83 -94.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "power{colon}+3.3V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+3V3" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) - (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 36.83 -194.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "+3.3V" (extends "power{colon}+3.3V") + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "CRYSTAL 32MHZ 10PF SMD" (at 36.83 -294.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "+3.3V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) ) - (property "Height" "0.5" (at 36.83 -394.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Name" "NDK" (at 36.83 -494.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 36.83 -594.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "power{colon}+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -3.81 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "power{colon}+5V" (at 0 3.556 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "power{colon}+5V_0_1" + (polyline + (pts + (xy -0.762 1.27) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 0) + (xy 0 2.54) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 2.54) + (xy 0.762 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Mouser Part Number" "344-NX2016SA32S06465" (at 36.83 -694.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "power{colon}+5V_1_1" + (pin power_in line (at 0 0 90) (length 0) hide + (name "+5V" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 36.83 -794.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "power{colon}GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes) + (property "Reference" "#PWR" (at 0 -6.35 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "power{colon}GND" (at 0 -3.81 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "power{colon}GND_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 -1.27) + (xy 1.27 -1.27) + (xy 0 -2.54) + (xy -1.27 -1.27) + (xy 0 -1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) - (property "Arrow Part Number" "" (at 36.83 -894.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (symbol "power{colon}GND_1_1" + (pin power_in line (at 0 0 270) (length 0) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) - (property "Arrow Price/Stock" "" (at 36.83 -994.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + (symbol "power{colon}PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes) + (property "Reference" "#FLG" (at 0 1.905 0) + (effects (font (size 1.27 1.27)) hide) ) - (rectangle - (start 5.08 2.54) - (end 35.56 -5.08) - (stroke (width 0.254) (type default)) - (fill (type background)) + (property "Value" "power{colon}PWR_FLAG" (at 0 3.81 0) + (effects (font (size 1.27 1.27))) ) - (pin passive line (at 0 -2.54 0) (length 5.08) - (name "CRYSTAL_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) + (property "Footprint" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 40.64 -2.54 180) (length 5.08) - (name "GND_1" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) + (property "Datasheet" "" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) ) - (pin passive line (at 40.64 0 180) (length 5.08) - (name "CRYSTAL_2" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) + (symbol "power{colon}PWR_FLAG_0_0" + (pin power_out line (at 0 0 90) (length 0) + (name "pwr" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) ) - (pin passive line (at 0 0 0) (length 5.08) - (name "GND_2" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) + (symbol "power{colon}PWR_FLAG_0_1" + (polyline + (pts + (xy 0 0) + (xy 0 1.27) + (xy -1.016 1.905) + (xy 0 2.54) + (xy 1.016 1.905) + (xy 0 1.27) + ) + (stroke (width 0) (type solid)) + (fill (type none)) + ) ) ) ) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.lib b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.lib index a1e4f04..a230959 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.lib +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.lib @@ -1450,4 +1450,53 @@ P 5 0 1 6 200 100 1400 100 1400 -200 200 -200 200 100 N ENDDRAW ENDDEF # +#SamacSys ECAD Model MLPF-WB55-01E3 +#/1985782/529487/2.50/6/4/Filter +DEF MLPF-WB55-01E3 FL 0 30 Y Y 1 F N +F0 "FL" 950 300 50 H V L CNN +F1 "MLPF-WB55-01E3" 950 200 50 H V L CNN +F2 "MLPFWB5501E3" 950 100 50 H I L CNN +F3 "https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf" 950 0 50 H I L CNN +F4 "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" 950 -100 50 H I L CNN "Description" +F5 "0.7" 950 -200 50 H I L CNN "Height" +F6 "STMicroelectronics" 950 -300 50 H I L CNN "Manufacturer_Name" +F7 "MLPF-WB55-01E3" 950 -400 50 H I L CNN "Manufacturer_Part_Number" +F8 "511-MLPF-WB55-01E3" 950 -500 50 H I L CNN "Mouser Part Number" +F9 "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D" 950 -600 50 H I L CNN "Mouser Price/Stock" +F10 "MLPF-WB55-01E3" 950 -700 50 H I L CNN "Arrow Part Number" +F11 "https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac" 950 -800 50 H I L CNN "Arrow Price/Stock" +DRAW +X OUT 1 0 0 200 R 50 50 0 0 P +X GND4 2 0 -100 200 R 50 50 0 0 P +X IN 3 0 -200 200 R 50 50 0 0 P +X GND1 4 1100 -200 200 L 50 50 0 0 P +X GND2 5 1100 -100 200 L 50 50 0 0 P +X GND3 6 1100 0 200 L 50 50 0 0 P +P 5 0 1 6 200 100 900 100 900 -300 200 -300 200 100 N +ENDDRAW +ENDDEF +# +#SamacSys ECAD Model 142-0701-801 +#/248901/529487/2.50/3/4/Connector +DEF 142-0701-801 J 0 30 Y Y 1 F N +F0 "J" 650 300 50 H V L CNN +F1 "142-0701-801" 650 200 50 H V L CNN +F2 "142-0701-851" 650 100 50 H I L CNN +F3 "http://www.farnell.com/datasheets/2048966.pdf" 650 0 50 H I L CNN +F4 "JOHNSON - 142-0701-801 - \\u5C04\\u9891/\\u540C\\u8F74\\u63D2\\u5B54, SMA, PCB\\u5B89\\u88C5" 650 -100 50 H I L CNN "Description" +F5 "" 650 -200 50 H I L CNN "Height" +F6 "Cinch Connectivity Solutions" 650 -300 50 H I L CNN "Manufacturer_Name" +F7 "142-0701-801" 650 -400 50 H I L CNN "Manufacturer_Part_Number" +F8 "530-142-0701-801" 650 -500 50 H I L CNN "Mouser Part Number" +F9 "https://www.mouser.co.uk/ProductDetail/Johnson-Cinch-Connectivity-Solutions/142-0701-801?qs=PcPxjN2Z58KbDaDuDxyLHA%3D%3D" 650 -600 50 H I L CNN "Mouser Price/Stock" +F10 "142-0701-801" 650 -700 50 H I L CNN "Arrow Part Number" +F11 "https://www.arrow.com/en/products/142-0701-801/cinch-connectivity-solutions?region=europe" 650 -800 50 H I L CNN "Arrow Price/Stock" +DRAW +X 1 1 0 0 200 R 50 50 0 0 P +X 2 2 0 -100 200 R 50 50 0 0 P +X 3 3 0 -200 200 R 50 50 0 0 P +P 5 0 1 6 200 100 600 100 600 -300 200 -300 200 100 N +ENDDRAW +ENDDEF +# #End Library diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/142-0701-851.kicad_mod b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/142-0701-851.kicad_mod new file mode 100644 index 0000000..b657d19 --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/142-0701-851.kicad_mod @@ -0,0 +1,28 @@ +(module "142-0701-851" (layer F.Cu) + (descr "142-0701-851") + (tags "Connector") + (attr smd) + (fp_text reference J** (at -2.566 0.809) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text user %R (at -2.566 0.809) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value "142-0701-851" (at -2.566 0.809) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_line (start -6.95075 0) (end 2.56925 0) (layer F.Fab) (width 0.2)) + (fp_line (start 2.56925 0) (end 2.56925 6.4) (layer F.Fab) (width 0.2)) + (fp_line (start 2.56925 6.4) (end -6.95075 6.4) (layer F.Fab) (width 0.2)) + (fp_line (start -6.95075 6.4) (end -6.95075 0) (layer F.Fab) (width 0.2)) + (fp_line (start -5.07325 6.4) (end -3.68975 6.4) (layer F.SilkS) (width 0.2)) + (fp_line (start -0.69175 6.4) (end 0.69175 6.4) (layer F.SilkS) (width 0.2)) + (pad 1 smd rect (at -6.57225 4.19 0) (size 2.413 5.08) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at -2.19075 4.19 0) (size 2.286 5.08) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at 2.19075 4.19 0) (size 2.413 5.08) (layers F.Cu F.Paste F.Mask)) + (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\142-0701-801.stp" + (at (xyz -0.083858272222083 -0.24291338883047 -0.014566929321589)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) +) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/60312202114509.kicad_mod b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/60312202114509.kicad_mod new file mode 100644 index 0000000..cffb17d --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/60312202114509.kicad_mod @@ -0,0 +1,39 @@ +(footprint "60312202114509" (version 20221018) (generator pcbnew) + (layer "F.Cu") + (descr "142-0701-851") + (tags "Connector") + (property "Arrow Part Number" "142-0701-801") + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/142-0701-801/cinch-connectivity-solutions?region=europe") + (property "Description" "JOHNSON - 142-0701-801 - \\u5C04\\u9891/\\u540C\\u8F74\\u63D2\\u5B54, SMA, PCB\\u5B89\\u88C5") + (property "Height" "") + (property "Manufacturer_Name" "Cinch Connectivity Solutions") + (property "Manufacturer_Part_Number" "142-0701-801") + (property "Mouser Part Number" "530-142-0701-801") + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Johnson-Cinch-Connectivity-Solutions/142-0701-801?qs=PcPxjN2Z58KbDaDuDxyLHA%3D%3D") + (property "Sheetfile" "Microcontroller.kicad_sch") + (property "Sheetname" "Microcontroller") + (property "ki_description" "JOHNSON - 142-0701-801 - \\u5C04\\u9891/\\u540C\\u8F74\\u63D2\\u5B54, SMA, PCB\\u5B89\\u88C5") + (attr smd) + (fp_text reference "J6" (at 6.7 -3.2) (layer "F.SilkS") + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp 7821e92a-5bdc-41f2-b966-d381fe475d8f) + ) + (fp_text value "60312202114509" (at 13.8 -0.5) (layer "F.SilkS") hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp e00b0bf8-ec53-4ec8-baba-f6f027c0aca4) + ) + (fp_text user "${REFERENCE}" (at 12.1 2.1) (layer "F.Fab") + (effects (font (size 1.27 1.27) (thickness 0.254))) + (tstamp 7e90380c-2381-4c92-a9ed-03f493d9e697) + ) + (pad "1" smd rect (at -4.125 0) (size 1.65 5.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 88a2623f-db31-42b9-b14f-9bc0049bfd97)) + (pad "2" smd rect (at 0 0) (size 0.9 5.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 2391966c-8f15-4853-9539-40d212848673)) + (pad "3" smd rect (at 4.125 0) (size 1.65 5.6) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 41e51674-1788-4c0d-bcfa-e285d2e39665)) + (pad "4" smd rect (at -4.125 0) (size 1.65 5.6) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp f92bbb04-0b71-4961-b412-614761391fdb)) + (pad "5" smd rect (at 4.125 0) (size 1.65 5.6) (layers "B.Cu" "B.Paste" "B.Mask") (tstamp aac2d19c-fbe3-483a-aa7b-e5df146e6086)) + (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\142-0701-801.stp" + (offset (xyz -2.130000082 -6.169999984 -0.3699999992)) + (scale (xyz 1 1 1)) + (rotate (xyz 0 0 -90)) + ) +) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/MLPFWB5501E3.kicad_mod b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/MLPFWB5501E3.kicad_mod new file mode 100644 index 0000000..d8f4c48 --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Library/SamacSys_Parts.pretty/MLPFWB5501E3.kicad_mod @@ -0,0 +1,37 @@ +(module "MLPFWB5501E3" (layer F.Cu) + (descr "MLPF-WB55-01E3-2") + (tags "Filter") + (attr smd) + (fp_text reference FL** (at 0.000 -0) (layer F.SilkS) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text user %R (at 0.000 -0) (layer F.Fab) + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_text value "MLPFWB5501E3" (at 0.000 -0) (layer F.SilkS) hide + (effects (font (size 1.27 1.27) (thickness 0.254))) + ) + (fp_line (start -0.5 -0.8) (end 0.5 -0.8) (layer F.Fab) (width 0.2)) + (fp_line (start 0.5 -0.8) (end 0.5 0.8) (layer F.Fab) (width 0.2)) + (fp_line (start 0.5 0.8) (end -0.5 0.8) (layer F.Fab) (width 0.2)) + (fp_line (start -0.5 0.8) (end -0.5 -0.8) (layer F.Fab) (width 0.2)) + (fp_line (start -1 -1.3) (end 1 -1.3) (layer F.CrtYd) (width 0.1)) + (fp_line (start 1 -1.3) (end 1 1.3) (layer F.CrtYd) (width 0.1)) + (fp_line (start 1 1.3) (end -1 1.3) (layer F.CrtYd) (width 0.1)) + (fp_line (start -1 1.3) (end -1 -1.3) (layer F.CrtYd) (width 0.1)) + (fp_line (start -0.8 -0.65) (end -0.8 -0.65) (layer F.SilkS) (width 0.1)) + (fp_line (start -0.8 -0.55) (end -0.8 -0.55) (layer F.SilkS) (width 0.1)) + (fp_arc (start -0.8 -0.6) (end -0.800 -0.65) (angle -180) (layer F.SilkS) (width 0.1)) + (fp_arc (start -0.8 -0.6) (end -0.800 -0.55) (angle -180) (layer F.SilkS) (width 0.1)) + (pad 1 smd rect (at -0.250 -0.587 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (pad 2 smd rect (at -0.250 -0 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (pad 3 smd rect (at -0.250 0.587 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (pad 4 smd rect (at 0.250 0.587 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (pad 5 smd rect (at 0.250 -0 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (pad 6 smd rect (at 0.250 -0.587 90) (size 0.300 0.300) (layers F.Cu F.Paste F.Mask)) + (model "C:\\Users\\Aurel\\Documents\\Astroplant\\Hardware\\Depository_astroplant_hardware\\astroplant-hardware\\Electronics\\PCB\\AstroPlant_ExtensionBoard\\astroplant-extension-board-mk0-7\\Library\\SamacSys_Parts.3dshapes\\MLPF-WB55-01E3.stp" + (at (xyz 0 0 0.016535432554605)) + (scale (xyz 1 1 1)) + (rotate (xyz 90 0 0)) + ) +) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Microcontroller.kicad_sch b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Microcontroller.kicad_sch index f3d3342..da439a7 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Microcontroller.kicad_sch +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Microcontroller.kicad_sch @@ -106,12 +106,12 @@ ) ) ) - (symbol "Device:Antenna" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) - (property "Reference" "AE" (at -1.905 1.905 0) - (effects (font (size 1.27 1.27)) (justify right)) + (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) + (property "Reference" "C" (at 0.254 1.778 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "Antenna" (at -1.905 0 0) - (effects (font (size 1.27 1.27)) (justify right)) + (property "Value" "C_Small" (at 0.254 -2.032 0) + (effects (font (size 1.27 1.27)) (justify left)) ) (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) @@ -119,44 +119,50 @@ (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "antenna" (at 0 0 0) + (property "ki_keywords" "capacitor cap" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Antenna" (at 0 0 0) + (property "ki_fp_filters" "C_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (symbol "Antenna_0_1" + (symbol "C_Small_0_1" (polyline (pts - (xy 0 2.54) - (xy 0 -3.81) + (xy -1.524 -0.508) + (xy 1.524 -0.508) ) - (stroke (width 0.254) (type default)) + (stroke (width 0.3302) (type default)) (fill (type none)) ) (polyline (pts - (xy 1.27 2.54) - (xy 0 -2.54) - (xy -1.27 2.54) + (xy -1.524 0.508) + (xy 1.524 0.508) ) - (stroke (width 0.254) (type default)) + (stroke (width 0.3048) (type default)) (fill (type none)) ) ) - (symbol "Antenna_1_1" - (pin input line (at 0 -5.08 90) (length 2.54) - (name "A" (effects (font (size 1.27 1.27)))) + (symbol "C_Small_1_1" + (pin passive line (at 0 2.54 270) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) + (pin passive line (at 0 -2.54 90) (length 2.032) + (name "~" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) ) ) - (symbol "Device:C_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 0.254 1.778 0) - (effects (font (size 1.27 1.27)) (justify left)) + (symbol "Device:L" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "L" (at -1.27 0 90) + (effects (font (size 1.27 1.27))) ) - (property "Value" "C_Small" (at 0.254 -2.032 0) - (effects (font (size 1.27 1.27)) (justify left)) + (property "Value" "L" (at 1.905 0 90) + (effects (font (size 1.27 1.27))) ) (property "Footprint" "" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) @@ -164,40 +170,40 @@ (property "Datasheet" "~" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_keywords" "capacitor cap" (at 0 0 0) + (property "ki_keywords" "inductor choke coil reactor magnetic" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_description" "Unpolarized capacitor, small symbol" (at 0 0 0) + (property "ki_description" "Inductor" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (property "ki_fp_filters" "C_*" (at 0 0 0) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (symbol "C_Small_0_1" - (polyline - (pts - (xy -1.524 -0.508) - (xy 1.524 -0.508) - ) - (stroke (width 0.3302) (type default)) + (symbol "L_0_1" + (arc (start 0 -2.54) (mid 0.6323 -1.905) (end 0 -1.27) + (stroke (width 0) (type default)) (fill (type none)) ) - (polyline - (pts - (xy -1.524 0.508) - (xy 1.524 0.508) - ) - (stroke (width 0.3048) (type default)) + (arc (start 0 -1.27) (mid 0.6323 -0.635) (end 0 0) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 0) (mid 0.6323 0.635) (end 0 1.27) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (arc (start 0 1.27) (mid 0.6323 1.905) (end 0 2.54) + (stroke (width 0) (type default)) (fill (type none)) ) ) - (symbol "C_Small_1_1" - (pin passive line (at 0 2.54 270) (length 2.032) - (name "~" (effects (font (size 1.27 1.27)))) + (symbol "L_1_1" + (pin passive line (at 0 3.81 270) (length 1.27) + (name "1" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 0 -2.54 90) (length 2.032) - (name "~" (effects (font (size 1.27 1.27)))) + (pin passive line (at 0 -3.81 90) (length 1.27) + (name "2" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27)))) ) ) @@ -1205,6 +1211,81 @@ ) ) ) + (symbol "SamacSys_Parts:60312202114509" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 0.254 3.048 0) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "60312202114509" (at 2.921 0 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "SamacSys_Parts:60312202114509" (at 21.59 1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" " ~" (at -2.54 -1.27 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO*" (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "60312202114509_0_1" + (arc (start -1.778 -0.508) (mid 0.2311 -1.8066) (end 1.778 0) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy -2.54 0) + (xy -0.508 0) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (polyline + (pts + (xy 0 -2.54) + (xy 0 -1.778) + ) + (stroke (width 0) (type default)) + (fill (type none)) + ) + (circle (center 0 0) (radius 0.508) + (stroke (width 0.2032) (type default)) + (fill (type none)) + ) + (arc (start 1.778 0) (mid 0.2099 1.8101) (end -1.778 0.508) + (stroke (width 0.254) (type default)) + (fill (type none)) + ) + ) + (symbol "60312202114509_1_1" + (pin passive line (at 0 -5.08 90) (length 2.54) + (name "In" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at -5.08 0 0) (length 2.54) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 0 -5.08 90) (length 2.54) hide + (name "GND" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + ) + ) (symbol "SamacSys_Parts:BAT54KFILM" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) (property "Reference" "D" (at 11.43 5.08 0) (effects (font (size 1.27 1.27)) (justify left)) @@ -1292,67 +1373,79 @@ ) ) ) - (symbol "SamacSys_Parts:CONUFL001-SMD-T" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 24.13 7.62 0) + (symbol "SamacSys_Parts:MLPF-WB55-01E3" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "FL" (at 24.13 7.62 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "CONUFL001-SMD-T" (at 24.13 5.08 0) + (property "Value" "MLPF-WB55-01E3" (at 24.13 5.08 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CONUFL001-SMD" (at 24.13 2.54 0) + (property "Footprint" "MLPFWB5501E3" (at 24.13 2.54 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://linxtechnologies.com/wp/product/mhf-rf-connectors/" (at 24.13 0 0) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf" (at 24.13 0 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 24.13 -2.54 0) + (property "Description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" (at 24.13 -2.54 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "" (at 24.13 -5.08 0) + (property "Height" "0.7" (at 24.13 -5.08 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Linx Technologies" (at 24.13 -7.62 0) + (property "Manufacturer_Name" "STMicroelectronics" (at 24.13 -7.62 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "CONUFL001-SMD-T" (at 24.13 -10.16 0) + (property "Manufacturer_Part_Number" "MLPF-WB55-01E3" (at 24.13 -10.16 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "712-CONUFL001-SMD-T" (at 24.13 -12.7 0) + (property "Mouser Part Number" "511-MLPF-WB55-01E3" (at 24.13 -12.7 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D" (at 24.13 -15.24 0) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D" (at 24.13 -15.24 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 24.13 -17.78 0) + (property "Arrow Part Number" "MLPF-WB55-01E3" (at 24.13 -17.78 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 24.13 -20.32 0) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac" (at 24.13 -20.32 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 0 0 0) + (property "ki_description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (symbol "CONUFL001-SMD-T_0_0" + (symbol "MLPF-WB55-01E3_0_0" (pin passive line (at 0 0 0) (length 5.08) - (name "SIG" (effects (font (size 1.27 1.27)))) + (name "OUT" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 27.94 0 180) (length 5.08) - (name "GND_1" (effects (font (size 1.27 1.27)))) + (pin passive line (at 0 -2.54 0) (length 5.08) + (name "GND4" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 27.94 -2.54 180) (length 5.08) - (name "GND_2" (effects (font (size 1.27 1.27)))) + (pin passive line (at 0 -5.08 0) (length 5.08) + (name "IN" (effects (font (size 1.27 1.27)))) (number "3" (effects (font (size 1.27 1.27)))) ) + (pin passive line (at 27.94 -5.08 180) (length 5.08) + (name "GND1" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 -2.54 180) (length 5.08) + (name "GND2" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 27.94 0 180) (length 5.08) + (name "GND3" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) ) - (symbol "CONUFL001-SMD-T_0_1" + (symbol "MLPF-WB55-01E3_0_1" (polyline (pts (xy 5.08 2.54) (xy 22.86 2.54) - (xy 22.86 -5.08) - (xy 5.08 -5.08) + (xy 22.86 -7.62) + (xy 5.08 -7.62) (xy 5.08 2.54) ) (stroke (width 0.1524) (type solid)) @@ -1360,566 +1453,124 @@ ) ) ) - (symbol "SamacSys_Parts:DEA162450BT-1260B2" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) - (property "Reference" "FL1" (at 12.7 -1.27 0) + (symbol "SamacSys_Parts:NX2016SA-32M-EXS00A-CS06465" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "Y1" (at 17.78 -8.89 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "DEA162450BT-1260B2" (at 12.7 -3.81 0) + (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 17.78 -6.35 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "DEA162450BT1295A1" (at 21.59 12.7 0) + (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 34.29 -3.81 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://product.tdk.com/system/files/dam/doc/product/rf/rf/filter/catalog/rf_bpf_dea162450bt-1260b2_en.pdf" (at 21.59 10.16 0) + (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 34.29 -1.27 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Description" "Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF" (at 21.59 7.62 0) + (property "Description" "CRYSTAL 32MHZ 10PF SMD" (at 34.29 1.27 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0" (at 21.59 5.08 0) + (property "Height" "0.5" (at 34.29 3.81 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "TDK" (at 21.59 2.54 0) + (property "Manufacturer_Name" "NDK" (at 34.29 6.35 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "DEA162450BT-1260B2" (at 21.59 0 0) + (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 34.29 8.89 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "810-DEA16245BT126B2" (at 21.59 -2.54 0) + (property "Mouser Part Number" "344-NX2016SA32S06465" (at 34.29 11.43 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/TDK/DEA162450BT-1260B2?qs=fR3RxBVkcwmVXw6N1ehggw%3D%3D" (at 21.59 -5.08 0) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 36.83 -15.24 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "DEA162450BT-1260B2" (at 21.59 -7.62 0) + (property "Arrow Part Number" "" (at 36.83 -17.78 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/dea162450bt-1260b2/tdk?region=nac" (at 21.59 -10.16 0) + (property "Arrow Price/Stock" "" (at 36.83 -20.32 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF" (at 0 0 0) + (property "ki_description" "CRYSTAL 32MHZ 10PF SMD" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (symbol "DEA162450BT-1260B2_0_0" - (pin passive line (at 0 -8.89 0) (length 5.08) - (name "IN" (effects (font (size 1.27 1.27)))) + (symbol "NX2016SA-32M-EXS00A-CS06465_0_0" + (pin passive line (at 38.1 1.27 180) (length 5.08) + (name "CRYSTAL_1" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 25.4 -8.89 180) (length 5.08) - (name "OUT" (effects (font (size 1.27 1.27)))) + (pin passive line (at 5.08 1.27 0) (length 5.08) + (name "GND_1" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin passive line (at 38.1 -1.27 180) (length 5.08) + (name "CRYSTAL_2" (effects (font (size 1.27 1.27)))) (number "3" (effects (font (size 1.27 1.27)))) ) + (pin passive line (at 5.08 -1.27 0) (length 5.08) + (name "GND_2" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) ) - (symbol "DEA162450BT-1260B2_0_1" + (symbol "NX2016SA-32M-EXS00A-CS06465_0_1" (polyline (pts - (xy 5.08 -5.08) - (xy 20.32 -5.08) - (xy 20.32 -12.7) - (xy 5.08 -12.7) - (xy 5.08 -5.08) + (xy 10.16 -3.81) + (xy 33.02 -3.81) + (xy 33.02 3.81) + (xy 10.16 3.81) + (xy 10.16 -3.81) ) (stroke (width 0.1524) (type solid)) (fill (type none)) ) ) - (symbol "DEA162450BT-1260B2_1_0" - (pin passive line (at 10.16 -17.78 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 13.97 -17.78 90) (length 5.08) - (name "GND" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) ) - (symbol "SamacSys_Parts:GRM1555C1H1R2WA01D" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (symbol "SamacSys_Parts:ZX62D-B-5PA8_30_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) + (property "Reference" "J" (at 21.59 7.62 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "ZX62D-B-5PA8_30_" (at 21.59 5.08 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1H1R2WA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) + (property "Footprint" "ZX62DB5PA830" (at 21.59 2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.hirose.com/en/product/document?clcode=CL0242-0056-3-30&productname=ZX62D-B-5PA8(30)&series=ZX&documenttype=2DDrawing&lang=en&documentid=0001147958" (at 21.59 0 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 21.59 -2.54 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Height" "3" (at 21.59 -5.08 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Name" "Hirose" (at 21.59 -7.62 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "ZX62D-B-5PA8(30)" (at 21.59 -10.16 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Part Number" "798-ZX62D-B-5PA830" (at 21.59 -12.7 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Hirose-Connector/ZX62D-B-5PA830?qs=1Nn7v2rJFSJs6IftS%252BmZAw%3D%3D" (at 21.59 -15.24 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Part Number" "ZX62D-B-5PA8(30)" (at 21.59 -17.78 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac" (at 21.59 -20.32 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "ki_description" "Murata 0402 GRM 1.2pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 0 0 0) + (property "ki_description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 0 0 0) (effects (font (size 1.27 1.27)) hide) ) - (symbol "GRM1555C1H1R2WA01D_1_1" - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) + (symbol "ZX62D-B-5PA8_30__0_0" (pin passive line (at 0 0 0) (length 5.08) (name "1" (effects (font (size 1.27 1.27)))) (number "1" (effects (font (size 1.27 1.27)))) ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "SamacSys_Parts:GRM1555C1HR30WA01D" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "GRM1555C1HR30WA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1HR30WA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1HR30WA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "GRM1555C1HR30WA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Murata 0402 GRM 0.3pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.05pF SMD" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GRM1555C1HR30WA01D_1_1" - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "SamacSys_Parts:GRM1555C1HR80BA01D" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "C" (at 8.89 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "GRM1555C1HR80BA01D" (at 8.89 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "CAPC1005X55N" (at 8.89 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 8.89 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 8.89 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 8.89 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1HR80BA01D" (at 8.89 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1HR80BA1D" (at 8.89 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D" (at 8.89 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "GRM1555C1HR80BA01D" (at 8.89 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac" (at 8.89 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Murata 0402 GRM 0.8pF Ceramic Multilayer Capacitor, 50 V dc, +125C, C0G Dielectric, +/-0.1pF SMD" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "GRM1555C1HR80BA01D_1_1" - (polyline - (pts - (xy 5.08 0) - (xy 5.588 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 5.588 2.54) - (xy 5.588 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 0) - (xy 7.62 0) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (polyline - (pts - (xy 7.112 2.54) - (xy 7.112 -2.54) - ) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 12.7 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "SamacSys_Parts:LQG15HS2N7S02J" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at 16.51 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "LQG15HS2N7S02J" (at 16.51 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "LQG15WH0N7B02D" (at 16.51 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html" (at 16.51 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 16.51 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "LQG15HS2N7S02J" (at 16.51 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "N/A" (at 16.51 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA" (at 16.51 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "" (at 16.51 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "" (at 16.51 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "LQG15HS_02 Series Inductor 2.7nH +/-0.3nH 0402 (1005)" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LQG15HS2N7S02J_1_1" - (arc (start 7.62 0) (mid 6.35 1.219) (end 5.08 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 10.16 0) (mid 8.89 1.219) (end 7.62 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 12.7 0) (mid 11.43 1.219) (end 10.16 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 15.24 0) (mid 13.97 1.219) (end 12.7 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "SamacSys_Parts:LQG15HS3N6S02D" (pin_names hide) (in_bom yes) (on_board yes) - (property "Reference" "L" (at 16.51 6.35 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Value" "LQG15HS3N6S02D" (at 16.51 3.81 0) - (effects (font (size 1.27 1.27)) (justify left top)) - ) - (property "Footprint" "LQG15WH0N7B02D" (at 16.51 -96.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html" (at 16.51 -196.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 16.51 -396.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 16.51 -496.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D" (at 16.51 -596.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-LQG15HS3N6S02D" (at 16.51 -696.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D" (at 16.51 -796.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "LQG15HS3N6S02D" (at 16.51 -896.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac" (at 16.51 -996.19 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "ki_description" "Murata LQG15HS Series 3.6 nH +/-0.3nH Multilayer SMD Inductor, 0402 (1005M) Case, SRF: 6GHz Q: 8 300mA dc 180m Rdc" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "LQG15HS3N6S02D_1_1" - (arc (start 7.62 0) (mid 6.35 1.219) (end 5.08 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 10.16 0) (mid 8.89 1.219) (end 7.62 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 12.7 0) (mid 11.43 1.219) (end 10.16 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (arc (start 15.24 0) (mid 13.97 1.219) (end 12.7 0) - (stroke (width 0.254) (type default)) - (fill (type none)) - ) - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 20.32 0 180) (length 5.08) - (name "2" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - ) - ) - (symbol "SamacSys_Parts:NX2016SA-32M-EXS00A-CS06465" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) - (property "Reference" "Y1" (at 17.78 -8.89 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 17.78 -6.35 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 34.29 -3.81 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 34.29 -1.27 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Description" "CRYSTAL 32MHZ 10PF SMD" (at 34.29 1.27 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Height" "0.5" (at 34.29 3.81 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "NDK" (at 34.29 6.35 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 34.29 8.89 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "344-NX2016SA32S06465" (at 34.29 11.43 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 36.83 -15.24 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Part Number" "" (at 36.83 -17.78 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Price/Stock" "" (at 36.83 -20.32 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_description" "CRYSTAL 32MHZ 10PF SMD" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "NX2016SA-32M-EXS00A-CS06465_0_0" - (pin passive line (at 38.1 1.27 180) (length 5.08) - (name "CRYSTAL_1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 1.27 0) (length 5.08) - (name "GND_1" (effects (font (size 1.27 1.27)))) - (number "2" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 38.1 -1.27 180) (length 5.08) - (name "CRYSTAL_2" (effects (font (size 1.27 1.27)))) - (number "3" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 5.08 -1.27 0) (length 5.08) - (name "GND_2" (effects (font (size 1.27 1.27)))) - (number "4" (effects (font (size 1.27 1.27)))) - ) - ) - (symbol "NX2016SA-32M-EXS00A-CS06465_0_1" - (polyline - (pts - (xy 10.16 -3.81) - (xy 33.02 -3.81) - (xy 33.02 3.81) - (xy 10.16 3.81) - (xy 10.16 -3.81) - ) - (stroke (width 0.1524) (type solid)) - (fill (type none)) - ) - ) - ) - (symbol "SamacSys_Parts:ZX62D-B-5PA8_30_" (pin_names (offset 0.762)) (in_bom yes) (on_board yes) - (property "Reference" "J" (at 21.59 7.62 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "ZX62D-B-5PA8_30_" (at 21.59 5.08 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "ZX62DB5PA830" (at 21.59 2.54 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://www.hirose.com/en/product/document?clcode=CL0242-0056-3-30&productname=ZX62D-B-5PA8(30)&series=ZX&documenttype=2DDrawing&lang=en&documentid=0001147958" (at 21.59 0 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 21.59 -2.54 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Height" "3" (at 21.59 -5.08 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "Hirose" (at 21.59 -7.62 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "ZX62D-B-5PA8(30)" (at 21.59 -10.16 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "798-ZX62D-B-5PA830" (at 21.59 -12.7 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Hirose-Connector/ZX62D-B-5PA830?qs=1Nn7v2rJFSJs6IftS%252BmZAw%3D%3D" (at 21.59 -15.24 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Part Number" "ZX62D-B-5PA8(30)" (at 21.59 -17.78 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/zx62d-b-5pa8-30/hirose-electric?region=nac" (at 21.59 -20.32 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "ki_description" "USB - micro B USB 2.0 Receptacle Connector 5 Position Surface Mount, Right Angle; Through Hole" (at 0 0 0) - (effects (font (size 1.27 1.27)) hide) - ) - (symbol "ZX62D-B-5PA8_30__0_0" - (pin passive line (at 0 0 0) (length 5.08) - (name "1" (effects (font (size 1.27 1.27)))) - (number "1" (effects (font (size 1.27 1.27)))) - ) - (pin passive line (at 0 -2.54 0) (length 5.08) + (pin passive line (at 0 -2.54 0) (length 5.08) (name "2" (effects (font (size 1.27 1.27)))) (number "2" (effects (font (size 1.27 1.27)))) ) @@ -2055,57 +1706,39 @@ (junction (at 254 76.2) (diameter 0) (color 0 0 0 0) (uuid 3dac2c1a-1a12-4596-9950-83c2d8b18b2b) ) + (junction (at 78.74 66.04) (diameter 0) (color 0 0 0 0) + (uuid 4204bf8e-7c5c-4dde-9979-4a4e7cb0b383) + ) (junction (at 127 25.4) (diameter 0) (color 0 0 0 0) (uuid 57ceda97-bb38-472d-8732-22338352192e) ) (junction (at 147.32 44.45) (diameter 0) (color 0 0 0 0) (uuid 66ec6260-35c2-4d53-9a34-22e50ff95a48) ) - (junction (at 78.74 59.69) (diameter 0) (color 0 0 0 0) - (uuid 67d190a3-0a6b-4c5b-88de-b5f1af5f52c8) - ) (junction (at 154.94 44.45) (diameter 0) (color 0 0 0 0) (uuid 7824044e-f5ac-43a4-8259-6a332531e237) ) - (junction (at 69.85 85.09) (diameter 0) (color 0 0 0 0) - (uuid 8cc1a3c2-7352-4ed2-83ea-e97c9c032692) - ) - (junction (at 24.13 110.49) (diameter 0) (color 0 0 0 0) - (uuid 9f4ea9e1-ced5-42f1-8d91-c4ab9ef4775a) + (junction (at 144.78 44.45) (diameter 0) (color 0 0 0 0) + (uuid a0d94b4e-b98e-40bf-8893-68ba3ad1fbd2) ) - (junction (at -6.35 113.03) (diameter 0) (color 0 0 0 0) - (uuid a2750164-29a2-44ce-95a4-efea04e32d3c) - ) - (junction (at 20.32 76.2) (diameter 0) (color 0 0 0 0) - (uuid b582c6a9-3315-4d80-b29f-5cf5ae8f3ae0) - ) - (junction (at 50.8 110.49) (diameter 0) (color 0 0 0 0) - (uuid b9c24eb6-d2f9-455f-915c-b33fd00c7523) + (junction (at 118.11 55.88) (diameter 0) (color 0 0 0 0) + (uuid bce0ab5e-cd63-482d-af06-48f49668d279) ) (junction (at 281.94 86.36) (diameter 0) (color 0 0 0 0) (uuid c2510ab3-0c30-4d3b-9451-4d9da3c9b87e) ) + (junction (at 76.2 111.76) (diameter 0) (color 0 0 0 0) + (uuid cc505649-e097-44ab-9afe-f09b793b46dd) + ) (junction (at 152.4 44.45) (diameter 0) (color 0 0 0 0) (uuid d1902ec9-54b8-4e32-bcb0-bdf867e94890) ) - (junction (at 54.61 76.2) (diameter 0) (color 0 0 0 0) - (uuid d68df893-43d6-40b7-baf6-0d984e87d3ed) - ) (junction (at 152.4 140.97) (diameter 0) (color 0 0 0 0) (uuid db33a494-e35b-4f7b-9451-defa6ae92216) ) (junction (at 281.94 83.82) (diameter 0) (color 0 0 0 0) (uuid de9efaa6-fd0f-48dd-b362-c4552b34429a) ) - (junction (at 81.28 76.2) (diameter 0) (color 0 0 0 0) - (uuid e7259a75-11d9-48a1-85f3-84115e40f06b) - ) - (junction (at 46.99 76.2) (diameter 0) (color 0 0 0 0) - (uuid e83b5381-7f29-4a50-bd32-1191f5b6a583) - ) - (junction (at 101.6 76.2) (diameter 0) (color 0 0 0 0) - (uuid e968b6d8-437b-4e7e-89aa-1109ffa5c6f8) - ) (junction (at 116.84 30.48) (diameter 0) (color 0 0 0 0) (uuid ee021a53-7558-4cad-81ee-68dcfe329abf) ) @@ -2113,6 +1746,10 @@ (uuid f82ca3f4-99e6-46a2-b7da-8b5653a073e5) ) + (wire (pts (xy 118.11 71.12) (xy 129.54 71.12)) + (stroke (width 0) (type default)) + (uuid 0102bcfa-b66f-437f-bf62-2af6b1648243) + ) (wire (pts (xy 106.68 25.4) (xy 116.84 25.4)) (stroke (width 0) (type default)) (uuid 01cdc8f5-634f-4981-84a4-454009bbe4b2) @@ -2137,22 +1774,22 @@ (stroke (width 0) (type default)) (uuid 06e5ac4b-1f7a-40a9-9ef7-1e384494c5ae) ) - (wire (pts (xy 172.72 55.88) (xy 185.42 55.88)) - (stroke (width 0) (type default)) - (uuid 088748fc-b37b-4c23-a837-3fa88cdf7ce7) - ) - (wire (pts (xy 54.61 76.2) (xy 54.61 105.41)) + (wire (pts (xy 76.2 111.76) (xy 76.2 109.22)) (stroke (width 0) (type default)) - (uuid 0a333bac-4072-4bc4-886d-ee8453651052) + (uuid 07d7bd34-88ad-42d0-add6-fa593cb08c8d) ) - (wire (pts (xy 111.76 57.15) (xy 115.57 57.15)) + (wire (pts (xy 172.72 55.88) (xy 185.42 55.88)) (stroke (width 0) (type default)) - (uuid 0f0ab9a7-220a-4998-884e-0d90b61490fd) + (uuid 088748fc-b37b-4c23-a837-3fa88cdf7ce7) ) (wire (pts (xy 105.41 116.84) (xy 118.11 116.84)) (stroke (width 0) (type default)) (uuid 0fee6d2c-3290-4b70-925a-d6eca59cac5d) ) + (wire (pts (xy 69.85 76.2) (xy 73.66 76.2)) + (stroke (width 0) (type default)) + (uuid 10a60a23-38bd-4a68-aa87-00a48a8db431) + ) (wire (pts (xy 149.86 44.45) (xy 149.86 45.72)) (stroke (width 0) (type default)) (uuid 1397dce2-dacf-4aa6-b87e-634b660eacbd) @@ -2177,14 +1814,14 @@ (stroke (width 0) (type default)) (uuid 1876ae27-2a71-49cb-a873-fbb1c8305a0c) ) - (wire (pts (xy 50.8 110.49) (xy 49.53 110.49)) - (stroke (width 0) (type default)) - (uuid 1a7ef856-f88b-4b11-b633-4f615aa8d582) - ) (wire (pts (xy 105.41 119.38) (xy 123.19 119.38)) (stroke (width 0) (type default)) (uuid 1b46c288-10d7-4bee-80e4-9025e852fc1e) ) + (wire (pts (xy 93.98 81.28) (xy 78.74 81.28)) + (stroke (width 0) (type default)) + (uuid 1c34c826-fbdd-422d-9bd2-5b9350bb6c19) + ) (wire (pts (xy 254 83.82) (xy 256.54 83.82)) (stroke (width 0) (type default)) (uuid 1fd121d2-ad77-4994-890c-935b8a3cd5fa) @@ -2233,9 +1870,9 @@ (stroke (width 0) (type default)) (uuid 2f0459ec-acf1-4839-b8be-2f3ab186e815) ) - (wire (pts (xy -6.35 113.03) (xy -6.35 114.3)) + (wire (pts (xy 93.98 81.28) (xy 93.98 76.2)) (stroke (width 0) (type default)) - (uuid 3321e00f-512d-4862-8e52-584052ef2906) + (uuid 328f964c-170a-40d7-8c86-a821ffc09ba3) ) (wire (pts (xy 154.94 44.45) (xy 157.48 44.45)) (stroke (width 0) (type default)) @@ -2245,22 +1882,10 @@ (stroke (width 0) (type default)) (uuid 33f201cb-5db5-4378-8e0b-17a18a188ae6) ) - (wire (pts (xy 20.32 76.2) (xy 20.32 78.74)) - (stroke (width 0) (type default)) - (uuid 369049c9-aeb5-4849-8c2b-36e16ff0156c) - ) - (wire (pts (xy 81.28 76.2) (xy 81.28 78.74)) - (stroke (width 0) (type default)) - (uuid 3699970d-75a9-4a68-b593-b414ad940595) - ) (wire (pts (xy 157.48 44.45) (xy 160.02 44.45)) (stroke (width 0) (type default)) (uuid 36d0ab0a-788d-4a4c-a3de-4b6d653c41ff) ) - (wire (pts (xy 101.6 76.2) (xy 129.54 76.2)) - (stroke (width 0) (type default)) - (uuid 3c3e0278-2504-47c8-8a0b-38a0332e7457) - ) (wire (pts (xy 172.72 53.34) (xy 179.07 53.34)) (stroke (width 0) (type default)) (uuid 3c511fec-b98f-4b97-8d01-cbef1eb69ffd) @@ -2277,10 +1902,6 @@ (stroke (width 0) (type default)) (uuid 410a44cf-b9a0-4140-b135-bcc521aa246d) ) - (wire (pts (xy 54.61 76.2) (xy 55.88 76.2)) - (stroke (width 0) (type default)) - (uuid 4160852b-3492-4c60-9aa5-7be2b49fa426) - ) (wire (pts (xy 281.94 81.28) (xy 281.94 83.82)) (stroke (width 0) (type default)) (uuid 4418c2bb-ebc7-434a-b958-7ade985c3c38) @@ -2289,10 +1910,6 @@ (stroke (width 0) (type default)) (uuid 45dbe6d3-61ea-4aad-9037-1fb7d286943f) ) - (wire (pts (xy -3.81 113.03) (xy -6.35 113.03)) - (stroke (width 0) (type default)) - (uuid 47115f86-7310-4596-a233-52bd1edd6f1f) - ) (wire (pts (xy 105.41 129.54) (xy 123.19 129.54)) (stroke (width 0) (type default)) (uuid 47f7699b-3d51-493e-8462-4250ceb4bc4b) @@ -2301,6 +1918,10 @@ (stroke (width 0) (type default)) (uuid 497fc6db-b1f4-461f-a625-6e308cae8116) ) + (wire (pts (xy 73.66 81.28) (xy 73.66 76.2)) + (stroke (width 0) (type default)) + (uuid 4a2bc13a-8f6f-4ebe-acb4-ce786e610397) + ) (wire (pts (xy 123.19 127) (xy 129.54 127)) (stroke (width 0) (type default)) (uuid 4faabaf7-8e74-46df-806f-718aff21e536) @@ -2309,10 +1930,6 @@ (stroke (width 0) (type default)) (uuid 514b8059-654a-4f33-8329-1a7bb9e0f615) ) - (wire (pts (xy 29.21 110.49) (xy 24.13 110.49)) - (stroke (width 0) (type default)) - (uuid 521f306a-ae3d-402b-8788-204671706fe9) - ) (wire (pts (xy 175.26 63.5) (xy 172.72 63.5)) (stroke (width 0) (type default)) (uuid 52443824-a6a0-44d1-86f5-377981ec6efa) @@ -2325,10 +1942,6 @@ (stroke (width 0) (type default)) (uuid 561ee577-9774-48f2-820a-818ee811e695) ) - (wire (pts (xy 53.34 76.2) (xy 54.61 76.2)) - (stroke (width 0) (type default)) - (uuid 57960f08-b659-43f4-81e5-f582c82700ad) - ) (wire (pts (xy 157.48 44.45) (xy 157.48 45.72)) (stroke (width 0) (type default)) (uuid 597efc33-7344-4765-8bad-5315972fd2c5) @@ -2353,14 +1966,6 @@ (stroke (width 0) (type default)) (uuid 5d7cfbaa-f2dc-439a-bfd2-348ed4f23adf) ) - (wire (pts (xy 48.26 76.2) (xy 46.99 76.2)) - (stroke (width 0) (type default)) - (uuid 5ec49be4-72a0-457b-b3aa-84fc661fb4b0) - ) - (wire (pts (xy 46.99 90.17) (xy 46.99 88.9)) - (stroke (width 0) (type default)) - (uuid 5ee7510d-7be3-4ec8-973e-8e11b9856ba7) - ) (wire (pts (xy 152.4 139.7) (xy 152.4 140.97)) (stroke (width 0) (type default)) (uuid 620facb2-056a-4f2f-8cf6-86d39e0f6f47) @@ -2373,6 +1978,10 @@ (stroke (width 0) (type default)) (uuid 66ebfcbd-b8af-4de8-ac2e-31bc386b3ac5) ) + (wire (pts (xy 73.66 111.76) (xy 76.2 111.76)) + (stroke (width 0) (type default)) + (uuid 67079f13-9f70-4169-a0d5-0111fbb71ae0) + ) (wire (pts (xy 175.26 68.58) (xy 172.72 68.58)) (stroke (width 0) (type default)) (uuid 68adbf01-c0f7-477f-a160-6046987995fb) @@ -2385,10 +1994,6 @@ (stroke (width 0) (type default)) (uuid 71dce20f-e652-4f3c-ba7a-62bc556c7f5f) ) - (wire (pts (xy 46.99 76.2) (xy 45.72 76.2)) - (stroke (width 0) (type default)) - (uuid 720c83f6-d188-4a2a-9a02-c5fb117a7016) - ) (wire (pts (xy 254 74.93) (xy 254 76.2)) (stroke (width 0) (type default)) (uuid 7571401b-8e7f-49ca-8689-788fbcf163fd) @@ -2397,6 +2002,10 @@ (stroke (width 0) (type default)) (uuid 7af2f312-74e6-4081-9977-73cb521b2d79) ) + (wire (pts (xy 93.98 76.2) (xy 129.54 76.2)) + (stroke (width 0) (type default)) + (uuid 7dfd02e5-a67e-4a92-b9a4-d88bb13a75bb) + ) (wire (pts (xy 233.68 90.17) (xy 222.25 90.17)) (stroke (width 0) (type default)) (uuid 7ecccd7d-79dc-418b-a6e2-a9c36cdcb15c) @@ -2405,18 +2014,10 @@ (stroke (width 0) (type default)) (uuid 81eaf847-de35-4e0c-a51b-594c186237d3) ) - (wire (pts (xy -6.35 110.49) (xy -6.35 113.03)) - (stroke (width 0) (type default)) - (uuid 8379fac9-0869-4f20-9d19-2536f274bb93) - ) (wire (pts (xy 160.02 45.72) (xy 160.02 44.45)) (stroke (width 0) (type default)) (uuid 88ab565f-23b8-49f6-add1-946c3712fc5e) ) - (wire (pts (xy 111.76 59.69) (xy 114.3 59.69)) - (stroke (width 0) (type default)) - (uuid 8c8e71c7-459b-42a0-b856-24cb9ed1216d) - ) (wire (pts (xy 113.03 121.92) (xy 129.54 121.92)) (stroke (width 0) (type default)) (uuid 9038cab3-0cd1-46f5-ba50-8a8a0923ece5) @@ -2425,10 +2026,6 @@ (stroke (width 0) (type default)) (uuid 909bd9b5-6c1d-4a76-b289-d6cce4174d07) ) - (wire (pts (xy 115.57 57.15) (xy 115.57 63.5)) - (stroke (width 0) (type default)) - (uuid 90c31f38-d2df-4a10-b3a2-70d71a16c7cc) - ) (wire (pts (xy 207.01 119.38) (xy 207.01 116.84)) (stroke (width 0) (type default)) (uuid 917c8de6-7f2b-4873-8aaa-556014e9ba24) @@ -2445,13 +2042,13 @@ (stroke (width 0) (type default)) (uuid 9b3db2bc-57bc-41a0-b85e-6af88ce150fe) ) - (wire (pts (xy 50.8 124.46) (xy 50.8 123.19)) + (wire (pts (xy 78.74 66.04) (xy 78.74 63.5)) (stroke (width 0) (type default)) - (uuid 9bf90b4b-6a5a-441d-b36a-2c07ef300d27) + (uuid 9c9aa865-c6cc-4b49-a61a-ff303058b488) ) - (wire (pts (xy 24.13 110.49) (xy 24.13 113.03)) + (wire (pts (xy 125.73 55.88) (xy 129.54 55.88)) (stroke (width 0) (type default)) - (uuid 9ed6b753-8786-4664-a47b-349b8add89a6) + (uuid 9caf5a25-16a4-464c-9943-be0952b3a8fd) ) (wire (pts (xy 105.41 127) (xy 118.11 127)) (stroke (width 0) (type default)) @@ -2473,7 +2070,7 @@ (stroke (width 0) (type default)) (uuid b0262529-072b-4009-8b21-d10a5b5bdaf8) ) - (wire (pts (xy 115.57 63.5) (xy 129.54 63.5)) + (wire (pts (xy 111.76 63.5) (xy 129.54 63.5)) (stroke (width 0) (type default)) (uuid b08df0b0-0890-4572-b232-9f5aac9254e6) ) @@ -2501,10 +2098,6 @@ (stroke (width 0) (type default)) (uuid b5294cd1-f549-4125-ae3a-9aeb4096fd39) ) - (wire (pts (xy 114.3 59.69) (xy 114.3 66.04)) - (stroke (width 0) (type default)) - (uuid b57feeae-8b1b-45ab-9597-809354ac33d6) - ) (wire (pts (xy 124.46 81.28) (xy 129.54 81.28)) (stroke (width 0) (type default)) (uuid b6a28326-84ee-4c5f-b33b-a5cc34e2f1b9) @@ -2517,10 +2110,6 @@ (stroke (width 0) (type default)) (uuid b9dbc6d7-2d0a-4210-bc8d-2f234a210962) ) - (wire (pts (xy 54.61 110.49) (xy 50.8 110.49)) - (stroke (width 0) (type default)) - (uuid ba6bc316-5726-4d77-80d3-00d79186845d) - ) (wire (pts (xy 123.19 116.84) (xy 129.54 116.84)) (stroke (width 0) (type default)) (uuid ba6d85f2-a668-4a16-9a47-f47b33b618d2) @@ -2541,6 +2130,10 @@ (stroke (width 0) (type default)) (uuid c13ffe5e-c2b3-4212-892b-affdd58b18aa) ) + (wire (pts (xy 76.2 111.76) (xy 78.74 111.76)) + (stroke (width 0) (type default)) + (uuid c99febd4-5726-4d88-8ee2-b4811cb1854d) + ) (wire (pts (xy 173.99 73.66) (xy 172.72 73.66)) (stroke (width 0) (type default)) (uuid c9d04b9a-a017-4687-bc92-501f1ca93e8c) @@ -2557,6 +2150,10 @@ (stroke (width 0) (type default)) (uuid cfa5fea8-a708-4da6-a351-fe5e4e47b18e) ) + (wire (pts (xy 64.77 82.55) (xy 64.77 81.28)) + (stroke (width 0) (type default)) + (uuid d1421308-0ff1-4b72-9a50-1ce33844ee8a) + ) (wire (pts (xy 116.84 30.48) (xy 127 30.48)) (stroke (width 0) (type default)) (uuid d3d622ab-3038-405c-b5ed-4113096b56b8) @@ -2565,25 +2162,25 @@ (stroke (width 0) (type default)) (uuid d41e9901-d750-42ed-a26f-554dd942e7fe) ) - (wire (pts (xy 78.74 57.15) (xy 78.74 59.69)) + (wire (pts (xy 76.2 111.76) (xy 76.2 113.03)) (stroke (width 0) (type default)) - (uuid d91c4d34-ddf9-4fc8-ace2-697cf1f2381d) + (uuid d55f6d55-d88f-4406-825a-9dfa31b2de81) ) - (wire (pts (xy 105.41 111.76) (xy 107.95 111.76)) + (wire (pts (xy 142.24 44.45) (xy 144.78 44.45)) (stroke (width 0) (type default)) - (uuid deec6416-05a4-4809-ae61-1265553cd316) + (uuid d632d908-cb44-412e-a2fd-2f29bb2f09e4) ) - (wire (pts (xy 66.04 85.09) (xy 69.85 85.09)) + (wire (pts (xy 78.74 111.76) (xy 78.74 109.22)) (stroke (width 0) (type default)) - (uuid e084487e-c368-4e46-b0f7-2358194cda39) + (uuid d906c0bb-932f-4038-88b0-368b46b2f200) ) - (wire (pts (xy 25.4 76.2) (xy 20.32 76.2)) + (wire (pts (xy 105.41 111.76) (xy 107.95 111.76)) (stroke (width 0) (type default)) - (uuid e185dc1f-1757-4019-aed8-7d0f24af0fef) + (uuid deec6416-05a4-4809-ae61-1265553cd316) ) - (wire (pts (xy -3.81 110.49) (xy -6.35 110.49)) + (wire (pts (xy 142.24 45.72) (xy 142.24 44.45)) (stroke (width 0) (type default)) - (uuid e368f2fa-0667-448f-a6cc-5e282f999bfe) + (uuid e307db8c-d1b3-4d34-913d-9c9127b76496) ) (wire (pts (xy 114.3 81.28) (xy 111.76 81.28)) (stroke (width 0) (type default)) @@ -2593,13 +2190,13 @@ (stroke (width 0) (type default)) (uuid eca3d4cc-4417-4fd6-a45c-010e2b893c40) ) - (wire (pts (xy 129.54 50.8) (xy 125.73 50.8)) + (wire (pts (xy 73.66 111.76) (xy 73.66 109.22)) (stroke (width 0) (type default)) - (uuid ed62eb7f-b3bb-4315-918b-79c2ea8a6b96) + (uuid ecac6343-063a-4e00-b608-19bb34b59a13) ) - (wire (pts (xy 101.6 78.74) (xy 101.6 76.2)) + (wire (pts (xy 129.54 50.8) (xy 125.73 50.8)) (stroke (width 0) (type default)) - (uuid efd3c0e7-3e55-4c1c-84a6-b807581edc24) + (uuid ed62eb7f-b3bb-4315-918b-79c2ea8a6b96) ) (wire (pts (xy 149.86 139.7) (xy 149.86 140.97)) (stroke (width 0) (type default)) @@ -2621,7 +2218,11 @@ (stroke (width 0) (type default)) (uuid fcb7622f-896a-452f-bf58-5d964329e20d) ) - (wire (pts (xy 114.3 66.04) (xy 129.54 66.04)) + (wire (pts (xy 118.11 55.88) (xy 118.11 71.12)) + (stroke (width 0) (type default)) + (uuid fd00cee0-1840-4d10-97e4-5e27488effa6) + ) + (wire (pts (xy 111.76 66.04) (xy 129.54 66.04)) (stroke (width 0) (type default)) (uuid fe837258-f139-435d-8465-e42a7dfee655) ) @@ -2684,6 +2285,15 @@ (uuid df846114-e212-4701-9351-42a355c150f1) ) + (label "Ant_62Ohm" (at 97.79 76.2 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid 9f2cc894-b3cf-4e54-8c66-5bee5e26f413) + ) + (label "Ant_50Ohm" (at 71.12 76.2 0) (fields_autoplaced) + (effects (font (size 1.27 1.27)) (justify left bottom)) + (uuid dc568716-dd23-4daf-aaf1-66d30a119a74) + ) + (global_label "GPIO18" (shape output) (at 209.55 58.42 0) (effects (font (size 1.524 1.524)) (justify left)) (uuid 08e35deb-4cfd-4f25-8623-e6df5e1c42f1) @@ -2874,6 +2484,39 @@ ) ) + (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 165.1 21.59 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 0629a0c2-bbdd-44fb-9329-154cad7876ed) + (property "Reference" "#PWR0116" (at 165.1 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "+3.3V" (at 165.1 18.034 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 165.1 21.59 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 616528e1-04d5-4b77-87f8-a90b4252cf58)) + (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc" + (reference "#PWR0116") (unit 1) + ) + ) + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038" + (reference "#PWR0116") (unit 1) + ) + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "#PWR029") (unit 1) + ) + ) + ) + ) + (symbol (lib_id "SamacSys_Parts:ZX62D-B-5PA8_30_") (at 256.54 76.2 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 0b13182f-ed23-41de-8fdb-48210989b889) @@ -2959,224 +2602,72 @@ (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R16") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 129.54 71.12 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 160d8f3f-ed5e-486e-9fe2-2db696c8cb18) - (property "Reference" "#PWR0116" (at 133.35 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 125.984 71.12 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 129.54 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 129.54 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 8c881483-034e-4a50-906b-5e05b7cf55e7)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc" - (reference "#PWR0116") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038" - (reference "#PWR0116") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR032") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Device:C_Small") (at 137.16 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 16e9423e-1940-4e9e-90ba-ae3820c61010) - (property "Reference" "C11" (at 139.7 26.6763 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GPC0603104-25 " (at 139.7 29.2163 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 137.16 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 137.16 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "GPC0603104-25 " (at 137.16 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Capacitance" "100nF" (at 137.16 27.94 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e791d4af-e2a8-47bf-b200-8210a3267263)) - (pin "2" (uuid 2457611c-bd86-4eec-86de-64ecd1993b0d)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C11") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 50.8 124.46 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 1da29e1e-3925-4c70-910e-2eb15199e44a) - (property "Reference" "#PWR0139" (at 50.8 130.81 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 50.8 128.27 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 50.8 124.46 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4582825c-568c-4e60-90e8-36227eb15eb5)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR029") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 152.4 41.91 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 22784b72-8d78-451b-bb10-e63b724a6012) - (property "Reference" "#PWR0116" (at 152.4 45.72 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 152.4 38.354 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 152.4 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 152.4 41.91 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6f93a2ee-e998-499b-9c35-c550a68b9f5e)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc" - (reference "#PWR0116") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038" - (reference "#PWR0116") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR06") (unit 1) + (reference "R16") (unit 1) ) ) ) ) - (symbol (lib_id "SamacSys_Parts:GRM1555C1H1R2WA01D") (at 24.13 113.03 90) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 27ff6d7b-a542-43d0-a4dd-574119d032ee) - (property "Reference" "C20" (at 20.32 118.11 90) + (symbol (lib_id "Device:C_Small") (at 137.16 27.94 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 16e9423e-1940-4e9e-90ba-ae3820c61010) + (property "Reference" "C11" (at 139.7 26.6763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1H1R2WA01D" (at 20.32 120.65 90) + (property "Value" "GPC0603104-25 " (at 130.81 22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 120.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 220.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 420.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 520.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 620.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 720.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 820.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 920.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 137.16 27.94 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 1020.32 121.92 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "~" (at 137.16 27.94 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "GRM1555C1H1R2WA01D" (at 24.13 113.03 90) + (property "MPN" "GPC0603104-25 " (at 137.16 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "0.8pF" (at 24.13 113.03 0) + (property "Capacitance" "100nF" (at 137.16 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 4d2ac2c9-84d8-488d-a5ca-898c6ac8b3ac)) - (pin "2" (uuid 5e3222d3-ea55-4afc-9414-c70e9ac984b5)) + (pin "1" (uuid e791d4af-e2a8-47bf-b200-8210a3267263)) + (pin "2" (uuid 2457611c-bd86-4eec-86de-64ecd1993b0d)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C20") (unit 1) + (reference "C11") (unit 1) ) ) ) ) - (symbol (lib_id "power:GND") (at 101.6 91.44 0) (mirror y) (unit 1) + (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 152.4 41.91 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid 2e461c79-1ff0-4e38-85cf-ea3c9ec7303a) - (property "Reference" "#PWR0139" (at 101.6 97.79 0) + (uuid 22784b72-8d78-451b-bb10-e63b724a6012) + (property "Reference" "#PWR0116" (at 152.4 45.72 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (at 101.6 95.25 0) + (property "Value" "+3.3V" (at 152.4 38.354 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (at 101.6 91.44 0) + (property "Footprint" "" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (at 101.6 91.44 0) + (property "Datasheet" "" (at 152.4 41.91 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 2e853611-1ce6-4868-8e38-0c28fc3734a1)) + (pin "1" (uuid 6f93a2ee-e998-499b-9c35-c550a68b9f5e)) (instances (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) + (path "/4e818498-015c-45b7-982b-80c19490efdc" + (reference "#PWR0116") (unit 1) ) ) (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) + (path "/51acab52-3cd6-4bba-9dee-c12efd332038" + (reference "#PWR0116") (unit 1) ) (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR018") (unit 1) + (reference "#PWR06") (unit 1) ) ) ) @@ -3226,12 +2717,12 @@ ) (symbol (lib_id "Device:C_Small") (at 127 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (uuid 39e3faf6-9dbe-412b-8d5a-0f616f87d325) (property "Reference" "C10" (at 129.54 26.6763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GPC0603104-25 " (at 129.54 29.2163 0) + (property "Value" "GPC0603104-25 " (at 118.11 33.02 0) (effects (font (size 1.27 1.27)) (justify left)) ) (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 127 27.94 0) @@ -3290,13 +2781,79 @@ ) ) + (symbol (lib_id "power:GND") (at 204.47 25.4 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4203b6c2-ebb3-4104-8b0b-a63ac8b64dd0) + (property "Reference" "#PWR0139" (at 204.47 31.75 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 204.47 29.21 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 204.47 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 204.47 25.4 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a101e8ed-6f1a-425d-b9d8-f1c349f720c9)) + (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + ) + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "#PWR028") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "power:GND") (at 76.2 113.03 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 4976e23b-76cc-4254-9ff5-725974d64b8c) + (property "Reference" "#PWR0139" (at 76.2 119.38 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 76.2 116.84 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 76.2 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 76.2 113.03 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid ebdeafd7-68e3-4613-94f2-70f64241b940)) + (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + ) + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "#PWR012") (unit 1) + ) + ) + ) + ) + (symbol (lib_id "Device:C_Small") (at 116.84 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (uuid 4c4f9e9a-f696-44e9-a599-6cc8fceeb9a7) (property "Reference" "C9" (at 119.38 26.6763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GPC0603104-25 " (at 119.38 29.2163 0) + (property "Value" "GPC0603104-25 " (at 110.49 22.86 0) (effects (font (size 1.27 1.27)) (justify left)) ) (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 116.84 27.94 0) @@ -3323,12 +2880,12 @@ ) (symbol (lib_id "Device:C_Small") (at 106.68 27.94 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (uuid 4d5e10eb-a0bd-47aa-a80e-daa9ce5442c1) (property "Reference" "C5" (at 109.22 26.6763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GPC0603104-25 " (at 109.22 29.2163 0) + (property "Value" "GPC0603104-25 " (at 86.36 29.21 0) (effects (font (size 1.27 1.27)) (justify left)) ) (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 106.68 27.94 0) @@ -3393,7 +2950,7 @@ (property "Reference" "R27" (at 209.55 102.87 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "CRCW0603180RFKEA" (at 209.55 105.41 0) + (property "Value" "GPR0603180R" (at 209.55 105.41 0) (effects (font (size 1.27 1.27)) (justify right)) ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 207.01 104.14 0) @@ -3402,7 +2959,7 @@ (property "Datasheet" "~" (at 207.01 104.14 0) (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "CRCW0603180RFKEA" (at 207.01 104.14 0) + (property "MPN" "GPR0603180R" (at 207.01 104.14 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b4134dea-93a3-4c46-ac97-78144e6a7e9f)) @@ -3422,39 +2979,6 @@ ) ) - (symbol (lib_id "power:GND") (at 46.99 90.17 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 53624270-791a-4188-986a-d26e08936dbe) - (property "Reference" "#PWR0139" (at 46.99 96.52 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 46.99 93.98 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 46.99 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 46.99 90.17 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e1a5368b-a470-4c3e-8709-4a14f06472a2)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR027") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "Device:R_Small") (at 115.57 124.46 90) (unit 1) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 551df811-7862-4d7c-b1c0-acc174742b45) @@ -3513,39 +3037,6 @@ ) ) - (symbol (lib_id "power:GND") (at 69.85 85.09 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 56d7799a-c7a7-4af3-8bb8-3065e2378070) - (property "Reference" "#PWR0139" (at 69.85 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 69.85 88.9 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 69.85 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 69.85 85.09 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e47db058-fd2a-496c-a532-aaf9681b8712)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR012") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "Power_Protection:USBLC6-2SC6") (at 236.22 80.01 270) (mirror x) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid 5adb7299-674f-4bb4-ac5c-aa6a6e57de02) @@ -3612,189 +3103,30 @@ ) ) - (symbol (lib_id "Device:R_Small") (at 175.26 50.8 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5e147279-9b7c-4f43-8e8e-ec06cc8f63e9) - (property "Reference" "R15" (at 175.26 45.72 90) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "GPR06031K" (at 175.26 48.26 90) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 175.26 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 175.26 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "GPR06031K" (at 175.26 50.8 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e3f553aa-c1c6-4584-bb4a-565b009669da)) - (pin "2" (uuid 3b92118f-7705-405d-93a1-63f5f72876e2)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R15") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "SamacSys_Parts:GRM1555C1H1R2WA01D") (at 50.8 110.49 90) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5e348a07-2e0a-4b4d-a505-5eb0edb34b86) - (property "Reference" "C21" (at 46.99 115.57 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GRM1555C1H1R2WA01D" (at 46.99 118.11 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 146.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 246.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 446.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 546.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 646.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 746.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 846.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 946.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 1046.99 119.38 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "MPN" "GRM1555C1H1R2WA01D" (at 50.8 110.49 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Capacitance" "0.8pF" (at 50.8 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid ee40dba9-8aad-4fc0-8875-beb247636935)) - (pin "2" (uuid 06884467-d5cb-47f2-b800-4318849dcb94)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C21") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "SamacSys_Parts:CONUFL001-SMD-T") (at 24.13 110.49 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 5e6c2bb6-bfd2-419c-b994-8739acf2dd8b) - (property "Reference" "J12" (at 10.16 102.87 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "CONUFL001-SMD-T" (at 10.16 105.41 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "CONUFL001-SMD" (at 0 107.95 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://linxtechnologies.com/wp/product/mhf-rf-connectors/" (at 0 110.49 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Description" "RF Connectors / Coaxial Connectors T&R U.FL Straight Surface Mount Jack" (at 0 113.03 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Height" "" (at 0 115.57 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "Linx Technologies" (at 0 118.11 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "MPN" "CONUFL001-SMD-T" (at 0 120.65 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "712-CONUFL001-SMD-T" (at 0 123.19 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Linx-Technologies/CONUFL001-SMD-T?qs=EU6FO9ffTwfRdkBeQTdJWQ%3D%3D" (at 0 125.73 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Part Number" "" (at 0 128.27 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Price/Stock" "" (at 0 130.81 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (pin "1" (uuid 4a0a6558-def2-4751-9c2e-99ba3b757da0)) - (pin "2" (uuid fdb7ee3e-f1d6-4276-b463-2b6aff9f2d30)) - (pin "3" (uuid c6f56dbd-df2f-4950-8fc1-fe9bca518056)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "J12") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "SamacSys_Parts:DEA162450BT-1260B2") (at 55.88 67.31 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 5fda4d4d-d73a-4fbc-8033-7bf0febe4a66) - (property "Reference" "FL1" (at 68.58 68.58 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "DEA162450BT-1260B2" (at 68.58 71.12 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "DEA162450BT1295A1" (at 77.47 54.61 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://product.tdk.com/system/files/dam/doc/product/rf/rf/filter/catalog/rf_bpf_dea162450bt-1260b2_en.pdf" (at 77.47 57.15 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Description" "Signal Conditioning 2.4GHz W-LAN/Blue2th Multilayer BPF" (at 77.47 59.69 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Height" "0" (at 77.47 62.23 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "TDK" (at 77.47 64.77 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "DEA162450BT-1260B2" (at 77.47 67.31 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "810-DEA16245BT126B2" (at 77.47 69.85 0) - (effects (font (size 1.27 1.27)) (justify left) hide) + (symbol (lib_id "Device:R_Small") (at 175.26 50.8 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 5e147279-9b7c-4f43-8e8e-ec06cc8f63e9) + (property "Reference" "R15" (at 175.26 45.72 90) + (effects (font (size 1.27 1.27))) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/TDK/DEA162450BT-1260B2?qs=fR3RxBVkcwmVXw6N1ehggw%3D%3D" (at 77.47 72.39 0) - (effects (font (size 1.27 1.27)) (justify left) hide) + (property "Value" "GPR06031K" (at 175.26 48.26 90) + (effects (font (size 1.27 1.27))) ) - (property "Arrow Part Number" "DEA162450BT-1260B2" (at 77.47 74.93 0) - (effects (font (size 1.27 1.27)) (justify left) hide) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 175.26 50.8 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/dea162450bt-1260b2/tdk?region=nac" (at 77.47 77.47 0) - (effects (font (size 1.27 1.27)) (justify left) hide) + (property "Datasheet" "~" (at 175.26 50.8 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "DEA162450BT-1260B2" (at 55.88 67.31 0) + (property "MPN" "GPR06031K" (at 175.26 50.8 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 2fe514cd-e43d-4edf-b929-d66c9f5af21e)) - (pin "3" (uuid d4187cdb-ac8b-4e79-ae3f-d3210f5808de)) - (pin "2" (uuid a0fceca5-328e-4ea6-8d99-ca9bfd57839d)) - (pin "4" (uuid 438342a7-61d0-4396-8c76-39d3095154ad)) + (pin "1" (uuid e3f553aa-c1c6-4584-bb4a-565b009669da)) + (pin "2" (uuid 3b92118f-7705-405d-93a1-63f5f72876e2)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "FL1") (unit 1) + (reference "R15") (unit 1) ) ) ) @@ -3866,56 +3198,6 @@ ) ) - (symbol (lib_id "SamacSys_Parts:LQG15HS3N6S02D") (at 49.53 110.49 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 689aac25-1c10-4cca-ae00-96f6f9e4c38f) - (property "Reference" "L3" (at 39.37 104.14 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LQG15HS3N6S02D" (at 39.37 106.68 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "SamacSys_Parts:LQG15WH0N7B02D" (at 33.02 206.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html" (at 33.02 306.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 33.02 506.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 33.02 606.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D" (at 33.02 706.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-LQG15HS3N6S02D" (at 33.02 806.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D" (at 33.02 906.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "LQG15HS3N6S02D" (at 33.02 1006.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac" (at 33.02 1106.68 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "MPN" "LQG15HS3N6S02D" (at 49.53 110.49 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid e9bbc1f9-5865-4c62-9673-5cfca01a9e9c)) - (pin "2" (uuid 852e9ccd-b389-44c3-a88c-b2cdd2a0b9e5)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "L3") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "power:GND") (at 124.46 88.9 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid 725d7151-e55c-4b0a-8ab0-586f8fa21e7d) @@ -3949,39 +3231,6 @@ ) ) - (symbol (lib_id "power:GND") (at 20.32 91.44 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 73568ff5-735b-4d83-92c9-99343aaf01c5) - (property "Reference" "#PWR0139" (at 20.32 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 20.32 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 20.32 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 20.32 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c9602477-f8e5-4cb5-a13a-72b725047a13)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR017") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 111.76 81.28 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid 76958bdb-74d7-485f-8f9b-c5a8a1d8205b) @@ -4044,6 +3293,39 @@ ) ) + (symbol (lib_id "power:GND") (at 165.1 26.67 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 7f0711a6-6cae-4aa8-9813-60b0392e4d4b) + (property "Reference" "#PWR0139" (at 165.1 33.02 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Value" "GND" (at 165.1 30.48 0) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "" (at 165.1 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "" (at 165.1 26.67 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 9a0d6732-20ee-48b8-a413-3cfaf8c4b042)) + (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + ) + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "#PWR030") (unit 1) + ) + ) + ) + ) + (symbol (lib_id "Device:R_Small") (at 181.61 53.34 90) (unit 1) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid 7f799444-a4c3-47d1-8212-5e5e69ca52c3) @@ -4137,38 +3419,6 @@ ) ) - (symbol (lib_id "Device:R_Small") (at 54.61 107.95 0) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 81f72a9c-af69-467c-a4b4-1d34765452c9) - (property "Reference" "R26" (at 57.15 106.68 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GPR06030R" (at 57.15 109.22 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 54.61 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 54.61 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "MPN" "GPR06030R" (at 54.61 107.95 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 57a6afe9-bc22-4b90-8554-678b07688163)) - (pin "2" (uuid 44aa8798-6a5e-4a95-9b8d-63e61a2a595a)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R26") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "R25") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "power:GND") (at 256.54 88.9 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid 82f33e7f-0b7b-4a8e-b231-24a761dcd241) @@ -4202,56 +3452,6 @@ ) ) - (symbol (lib_id "SamacSys_Parts:LQG15HS3N6S02D") (at 45.72 76.2 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 840ec51d-b14e-49b1-817f-d2a235a1dff0) - (property "Reference" "L1" (at 35.56 69.85 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LQG15HS3N6S02D" (at 35.56 72.39 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "SamacSys_Parts:LQG15WH0N7B02D" (at 29.21 172.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS3N6S02%23.html" (at 29.21 272.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 29.21 472.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 29.21 572.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "LQG15HS3N6S02D" (at 29.21 672.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-LQG15HS3N6S02D" (at 29.21 772.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/LQG15HS3N6S02D?qs=iqM9vbVcCwibNPpJYiziSA%3D%3D" (at 29.21 872.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "LQG15HS3N6S02D" (at 29.21 972.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/lqg15hs3n6s02d/murata-manufacturing?region=nac" (at 29.21 1072.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "MPN" "LQG15HS3N6S02D" (at 45.72 76.2 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 4b24739b-0d4a-49fe-9be3-e2445e6e9ecb)) - (pin "2" (uuid bb3744a7-9811-4297-8d3b-052970475bd7)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "L1") (unit 1) - ) - ) - ) - ) - (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 106.68 22.86 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid 865e84bc-a3ed-434b-afaa-01ac23dd367b) @@ -4285,83 +3485,66 @@ ) ) - (symbol (lib_id "SamacSys_Parts:GRM1555C1HR30WA01D") (at 81.28 78.74 90) (mirror x) (unit 1) + (symbol (lib_id "Device:C_Small") (at 125.73 43.18 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid 8ebae75b-989e-4256-88ac-dee4586b17ac) - (property "Reference" "C7" (at 90.17 85.09 90) + (uuid 9181d076-9c4b-4546-a96e-3e7c0825f4cb) + (property "Reference" "C12" (at 128.27 38.1 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1HR30WA01D" (at 85.09 78.74 0) + (property "Value" "GPC0603104-25 " (at 128.27 40.64 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 177.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 277.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 477.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 577.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1HR30WA01D" (at 677.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1HR30WA1D" (at 777.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR30WA01D?qs=e%252BE4OD6MgMcS%252BbE0ktTutg%3D%3D" (at 877.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 125.73 43.18 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "GRM1555C1HR30WA01D" (at 977.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "~" (at 125.73 43.18 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr30wa01d/murata-manufacturing" (at 1077.47 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "MPN" "GPC0603104-25 " (at 125.73 43.18 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "0.3pF" (at 81.28 78.74 0) + (property "Capacitance" "100nF" (at 125.73 43.18 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid a44f6331-b75b-4365-a131-f5b7d3b484aa)) - (pin "2" (uuid bdf8c940-4820-4b89-9a7c-30f62eb83c6c)) + (pin "1" (uuid f0931d47-8b90-4680-b76e-cbc54ca9d14a)) + (pin "2" (uuid aa4f28fb-a416-4e64-bc86-1b9785a88706)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C7") (unit 1) + (reference "C12") (unit 1) ) ) ) ) - (symbol (lib_id "Device:C_Small") (at 125.73 43.18 0) (unit 1) + (symbol (lib_id "power:GND") (at 113.03 55.88 0) (mirror y) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid 9181d076-9c4b-4546-a96e-3e7c0825f4cb) - (property "Reference" "C12" (at 128.27 38.1 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GPC0603104-25 " (at 128.27 40.64 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 125.73 43.18 0) + (uuid 95b0eb30-e9f0-4eeb-9f1a-8787660a8c97) + (property "Reference" "#PWR0139" (at 113.03 62.23 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (at 125.73 43.18 0) - (effects (font (size 1.27 1.27)) hide) + (property "Value" "GND" (at 113.03 59.69 0) + (effects (font (size 1.27 1.27))) ) - (property "MPN" "GPC0603104-25 " (at 125.73 43.18 0) + (property "Footprint" "" (at 113.03 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "100nF" (at 125.73 43.18 0) + (property "Datasheet" "" (at 113.03 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid f0931d47-8b90-4680-b76e-cbc54ca9d14a)) - (pin "2" (uuid aa4f28fb-a416-4e64-bc86-1b9785a88706)) + (pin "1" (uuid 5dbbcaf3-8d38-4189-94fc-6c88a4020f3b)) (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + ) (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C12") (unit 1) + (reference "#PWR018") (unit 1) ) ) ) @@ -4397,58 +3580,147 @@ ) (symbol (lib_id "Device:R_Small") (at 124.46 85.09 180) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (in_bom yes) (on_board yes) (dnp no) (uuid 97f9d6a6-a761-4842-ba88-bdbc48f72aca) (property "Reference" "R24" (at 127 83.82 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "GPR060310K" (at 127 86.36 0) - (effects (font (size 1.27 1.27)) (justify right)) + (property "Value" "GPR060310K" (at 111.76 88.9 0) + (effects (font (size 1.27 1.27)) (justify right)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 124.46 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 124.46 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "GPR060310K" (at 124.46 85.09 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 32eebaf0-19f6-44ce-8bc0-e2311a18a014)) + (pin "2" (uuid 0f7627c1-7277-4d03-a5f9-08d1c7d2858f)) + (instances + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "R24") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "Device:R_Small") (at 110.49 111.76 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) + (uuid 996d08af-5cc4-4c86-8ff2-43fa89dfa791) + (property "Reference" "R20" (at 110.49 106.68 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "GPR06031K" (at 110.49 109.22 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 110.49 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 110.49 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "GPR06031K" (at 110.49 111.76 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid a6bf23de-7bd4-45ec-8343-04b60b77cffd)) + (pin "2" (uuid 8dd62f5f-0e5d-4ba6-80de-75497187c412)) + (instances + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "R20") (unit 1) + ) + ) + ) + ) + + (symbol (lib_id "SamacSys_Parts:MLPF-WB55-01E3") (at 73.66 81.28 90) (mirror x) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9a63795f-2a5d-48dc-bd87-7f3823417365) + (property "Reference" "FL2" (at 69.85 93.98 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "MLPF-WB55-01E3" (at 69.85 96.52 90) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "MLPFWB5501E3" (at 71.12 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/mlpf-wb55-01e3.pdf" (at 73.66 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Description" "RF Wireless Misc 2.4 GHz Low Pass Filter matched to STM32WB55" (at 76.2 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Height" "0.7" (at 78.74 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Name" "STMicroelectronics" (at 81.28 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Manufacturer_Part_Number" "MLPF-WB55-01E3" (at 83.82 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "Mouser Part Number" "511-MLPF-WB55-01E3" (at 86.36 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 124.46 85.09 0) - (effects (font (size 1.27 1.27)) hide) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/MLPF-WB55-01E3?qs=vLWxofP3U2xV%2FkxL9PmCDA%3D%3D" (at 88.9 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "~" (at 124.46 85.09 0) - (effects (font (size 1.27 1.27)) hide) + (property "Arrow Part Number" "MLPF-WB55-01E3" (at 91.44 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "MPN" "GPR060310K" (at 124.46 85.09 0) + (property "Arrow Price/Stock" "https://www.arrow.com/en/products/mlpf-wb55-01e3/stmicroelectronics?region=nac" (at 93.98 105.41 0) + (effects (font (size 1.27 1.27)) (justify left) hide) + ) + (property "MPN" "MLPF-WB55-01E3" (at 73.66 81.28 90) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 32eebaf0-19f6-44ce-8bc0-e2311a18a014)) - (pin "2" (uuid 0f7627c1-7277-4d03-a5f9-08d1c7d2858f)) + (pin "1" (uuid 03e23607-698d-447f-9ab7-2024c6d4991b)) + (pin "2" (uuid ee4e04f5-f20f-401d-9492-43962857a20c)) + (pin "3" (uuid c9655bb7-eaad-45e8-b426-fc0106f1f406)) + (pin "4" (uuid c79b39de-02ce-4e69-9fce-4202fe4e1087)) + (pin "5" (uuid 315ab1b6-4be4-45bb-8002-3973637ee05b)) + (pin "6" (uuid 25599184-5de7-4745-8cb3-aa2c29663d76)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R24") (unit 1) + (reference "FL2") (unit 1) ) ) ) ) - (symbol (lib_id "Device:R_Small") (at 110.49 111.76 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid 996d08af-5cc4-4c86-8ff2-43fa89dfa791) - (property "Reference" "R20" (at 110.49 106.68 90) - (effects (font (size 1.27 1.27))) + (symbol (lib_id "Device:L") (at 121.92 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid 9b0f2c07-4f2f-47c1-b7f6-065daccc3bbb) + (property "Reference" "L1" (at 120.65 57.15 90) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GPR06031K" (at 110.49 109.22 90) - (effects (font (size 1.27 1.27))) + (property "Value" "LBR2012T100K" (at 130.81 53.34 90) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 110.49 111.76 0) + (property "Footprint" "Inductor_SMD:L_0805_2012Metric" (at 121.92 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (at 110.49 111.76 0) + (property "Datasheet" "~" (at 121.92 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "GPR06031K" (at 110.49 111.76 0) + (property "Inductance" "10uH" (at 123.19 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "MPN" "LBR2012T100K" (at 121.92 55.88 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid a6bf23de-7bd4-45ec-8343-04b60b77cffd)) - (pin "2" (uuid 8dd62f5f-0e5d-4ba6-80de-75497187c412)) + (pin "1" (uuid 5c5b4c96-b4a6-408b-a076-71282041c560)) + (pin "2" (uuid d90da5fa-cbcf-4a41-9fbf-d75dce661c16)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R20") (unit 1) + (reference "L1") (unit 1) ) ) ) @@ -4497,70 +3769,48 @@ ) ) - (symbol (lib_id "Device:Antenna") (at 20.32 71.12 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid 9b44d7e1-ee1f-4424-94ac-9b7f4ca3f294) - (property "Reference" "AE1" (at 17.78 70.485 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "Antenna" (at 17.78 73.025 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "RF_Antenna:Texas_SWRA117D_2.4GHz_Left" (at 16.51 64.77 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (at 20.32 71.12 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 6d3d39ce-760c-4f87-858c-c220cfa25987)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "AE1") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "SamacSys_Parts:NX2016SA-32M-EXS00A-CS06465") (at 73.66 58.42 0) (unit 1) + (symbol (lib_id "SamacSys_Parts:NX2016SA-32M-EXS00A-CS06465") (at 73.66 64.77 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) (uuid a6933af1-6da7-4684-a4f7-8310b597bfb0) - (property "Reference" "Y1" (at 91.44 67.31 0) + (property "Reference" "Y1" (at 91.44 73.66 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 91.44 64.77 0) + (property "Value" "NX2016SA-32M-EXS00A-CS06465" (at 91.44 71.12 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 107.95 62.23 0) + (property "Footprint" "NX2016SA32MEXS00ACS06465" (at 107.95 68.58 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 107.95 59.69 0) + (property "Datasheet" "http://www.ndk.com/images/products/catalog/c_NX2016SA_e.pdf" (at 107.95 66.04 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Description" "CRYSTAL 32MHZ 10PF SMD" (at 107.95 57.15 0) + (property "Description" "CRYSTAL 32MHZ 10PF SMD" (at 107.95 63.5 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.5" (at 107.95 54.61 0) + (property "Height" "0.5" (at 107.95 60.96 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "NDK" (at 107.95 52.07 0) + (property "Manufacturer_Name" "NDK" (at 107.95 58.42 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 107.95 49.53 0) + (property "Manufacturer_Part_Number" "NX2016SA-32M-EXS00A-CS06465" (at 107.95 55.88 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Part Number" "344-NX2016SA32S06465" (at 107.95 46.99 0) + (property "Mouser Part Number" "344-NX2016SA32S06465" (at 107.95 53.34 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 110.49 73.66 0) + (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/NDK/NX2016SA-32M-EXS00A-CS06465?qs=w%2Fv1CP2dgqr82b0JjRnv4A%3D%3D" (at 110.49 80.01 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Part Number" "" (at 110.49 76.2 0) + (property "Arrow Part Number" "" (at 110.49 82.55 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "" (at 110.49 78.74 0) + (property "Arrow Price/Stock" "" (at 110.49 85.09 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) + (property "MPN" "NX2016SA-32M-EXS00A-CS06465" (at 73.66 64.77 0) + (effects (font (size 1.27 1.27)) hide) + ) (pin "1" (uuid 75ef0397-d571-4ebd-857f-34608d16ffaf)) (pin "2" (uuid f619cdb3-fe6d-4af0-a184-83cd6cbfb88f)) (pin "3" (uuid f936b408-aef6-4f8e-aa7a-3ac5284454df)) @@ -4636,22 +3886,22 @@ ) ) - (symbol (lib_id "power:GND") (at -6.35 114.3 0) (unit 1) + (symbol (lib_id "power:GND") (at 76.2 81.28 180) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid b0e9f8d3-cc52-4006-bb98-2e380249ae68) - (property "Reference" "#PWR0139" (at -6.35 120.65 0) + (uuid b14ac640-30ca-4e8e-9b53-2c4a41096eb2) + (property "Reference" "#PWR0139" (at 76.2 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (at -6.35 118.11 0) + (property "Value" "GND" (at 76.2 77.47 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (at -6.35 114.3 0) + (property "Footprint" "" (at 76.2 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (at -6.35 114.3 0) + (property "Datasheet" "" (at 76.2 81.28 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid f4416355-8b95-4a2b-9c60-17ce9c1f1d58)) + (pin "1" (uuid 6e229511-76dd-45b4-ad2a-80975fb78836)) (instances (project "Astroplant_VFR" (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" @@ -4663,7 +3913,7 @@ (reference "#PWR0139") (unit 1) ) (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR030") (unit 1) + (reference "#PWR016") (unit 1) ) ) ) @@ -4798,135 +4048,19 @@ ) ) - (symbol (lib_id "SamacSys_Parts:GRM1555C1HR80BA01D") (at 101.6 78.74 90) (mirror x) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid ba0729da-bf3d-4a74-934c-5dbd10eafa1e) - (property "Reference" "C8" (at 97.79 83.82 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GRM1555C1HR80BA01D" (at 97.79 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 197.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 297.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 497.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 597.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1HR80BA01D" (at 697.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1HR80BA1D" (at 797.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1HR80BA01D?qs=e%252BE4OD6MgMezPYPintwvrA%3D%3D" (at 897.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "MPN" "GRM1555C1HR80BA01D" (at 997.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1hr80ba01d/murata-manufacturing?region=nac" (at 1097.79 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Capacitance" "1.2pF" (at 101.6 78.74 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 7a423fe4-2e34-447b-95fb-76daa5455755)) - (pin "2" (uuid ffc55890-261d-4bcb-9880-bd0ebd730b46)) - (instances - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C8") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 81.28 91.44 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid bc44d388-b69b-4771-9c6c-aafc0ca061c8) - (property "Reference" "#PWR0139" (at 81.28 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "GND" (at 81.28 95.25 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 81.28 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 81.28 91.44 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 892b8dca-22fe-4575-a260-44fcebe01520)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR016") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 129.54 55.88 90) (unit 1) - (in_bom yes) (on_board yes) (dnp no) - (uuid c0f9b86c-cc0e-433a-a92e-3f641b525ba1) - (property "Reference" "#PWR0116" (at 133.35 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Value" "+3.3V" (at 125.984 55.88 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "" (at 129.54 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "" (at 129.54 55.88 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 688b8448-8bb3-418d-b30f-04245917acfa)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc" - (reference "#PWR0116") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038" - (reference "#PWR0116") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR033") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "power:GND") (at 78.74 59.69 0) (mirror y) (unit 1) + (symbol (lib_id "power:GND") (at 78.74 66.04 0) (mirror y) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid c17d5d65-6bf3-4878-b576-8ee307bfb85b) - (property "Reference" "#PWR0139" (at 78.74 66.04 0) + (property "Reference" "#PWR0139" (at 78.74 72.39 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (at 78.74 63.5 0) + (property "Value" "GND" (at 78.74 69.85 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "" (at 78.74 59.69 0) + (property "Footprint" "" (at 78.74 66.04 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (at 78.74 59.69 0) + (property "Datasheet" "" (at 78.74 66.04 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 64a21f73-67a9-4ff8-a721-e025fcd015f1)) @@ -4953,7 +4087,7 @@ (property "Reference" "D1" (at 113.03 43.18 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "BAT54KFILM" (at 113.03 45.72 0) + (property "Value" "RB521S30T1G" (at 113.03 45.72 0) (effects (font (size 1.27 1.27))) ) (property "Footprint" "SamacSys_Parts:SODFL1608X70N" (at 116.84 50.8 0) @@ -4962,28 +4096,13 @@ (property "Datasheet" "http://www.st.com/web/en/resource/technical/document/datasheet/CD00001322.pdf" (at 116.84 53.34 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Description" "BAT54KFILM, Schottky Diode, 0.3A max, 40V 5ns, 2-Pin, SOD-523" (at 116.84 55.88 0) + (property "Description" "Schottky Diode, 0.2A max, 40V 5ns, 2-Pin, SOD523" (at 116.84 55.88 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Height" "0.7" (at 116.84 58.42 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Manufacturer_Name" "STMicroelectronics" (at 116.84 60.96 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "BAT54KFILM" (at 116.84 63.5 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "511-BAT54KFILM" (at 116.84 66.04 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/STMicroelectronics/BAT54KFILM?qs=jZi1jxfVU95Y9ce6l3OT%252BA%3D%3D" (at 116.84 68.58 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "MPN" "BAT54KFILM" (at 116.84 71.12 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/bat54kfilm/stmicroelectronics?region=nac" (at 116.84 73.66 0) + (property "MPN" "RB521S30T1G" (at 116.84 71.12 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (pin "1" (uuid 708f4f73-b34f-4be7-b1d4-228e00808139)) @@ -5026,84 +4145,33 @@ ) ) - (symbol (lib_id "power:GND") (at 24.13 125.73 0) (mirror y) (unit 1) + (symbol (lib_id "SamacSys_Parts:60312202114509") (at 64.77 76.2 0) (mirror y) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid d10aa307-7ef3-4514-a263-6be0d92946ba) - (property "Reference" "#PWR0139" (at 24.13 132.08 0) - (effects (font (size 1.27 1.27)) hide) + (uuid ca8581da-1629-436f-8c30-dc341171611b) + (property "Reference" "J6" (at 62.23 75.2232 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GND" (at 24.13 129.54 0) - (effects (font (size 1.27 1.27))) + (property "Value" "60312202114509" (at 62.23 77.7632 0) + (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "" (at 24.13 125.73 0) + (property "Footprint" "SamacSys_Parts:60312202114509" (at 43.18 74.93 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (at 24.13 125.73 0) + (property "Datasheet" " ~" (at 67.31 77.47 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 52e18e47-87a0-4caa-afce-f61212580c7f)) - (instances - (project "Astroplant_VFR" - (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - ) - (project "Astroplant_AL" - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "#PWR0139") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "#PWR028") (unit 1) - ) - ) - ) - ) - - (symbol (lib_id "SamacSys_Parts:LQG15HS2N7S02J") (at 101.6 76.2 0) (mirror y) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid d57125b0-e417-43ec-8c40-8d0ac1fc5c8e) - (property "Reference" "L2" (at 91.44 69.85 0) - (effects (font (size 1.27 1.27))) - ) - (property "Value" "LQG15HS2N7S02J" (at 91.44 72.39 0) - (effects (font (size 1.27 1.27))) - ) - (property "Footprint" "SamacSys_Parts:LQG15WH0N7B02D" (at 85.09 172.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "https://psearch.en.murata.com/inductor/product/LQG15HS2N7S02%23.html" (at 85.09 272.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 85.09 472.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 85.09 572.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "LQG15HS2N7S02J" (at 85.09 672.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "N/A" (at 85.09 772.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.com/Search/Refine.aspx?Keyword=N%2FA" (at 85.09 872.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "" (at 85.09 972.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Price/Stock" "" (at 85.09 1072.39 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "MPN" "LQG15HS2N7S02J" (at 101.6 76.2 0) + (property "MPN" "60312202114509" (at 64.77 76.2 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 59109b3b-016c-4925-8a96-572cfc65af25)) - (pin "2" (uuid ce5d83fd-3407-44a0-a11d-8d9086585971)) + (pin "1" (uuid c6f670e8-819a-4c1a-a77c-b09bf1d88d4a)) + (pin "2" (uuid 7aba142d-df08-4069-887d-6a5f6dfd3d33)) + (pin "3" (uuid 2ab81baf-6b56-4711-88da-11bc6e266917)) + (pin "4" (uuid 1a86bf7b-24df-4572-86cb-a2b54f523555)) + (pin "5" (uuid f067160a-42b7-4c0d-9e92-2fbb24001996)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "L2") (unit 1) + (reference "J6") (unit 1) ) ) ) @@ -5142,139 +4210,134 @@ ) ) - (symbol (lib_id "SamacSys_Parts:GRM1555C1H1R2WA01D") (at 20.32 78.74 90) (mirror x) (unit 1) + (symbol (lib_id "Device:C_Small") (at 165.1 24.13 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid dff0afcb-55a9-4bef-b454-a29c3569571e) - (property "Reference" "C6" (at 16.51 83.82 90) + (uuid e578d22b-83ef-4b2f-9550-7517273cfeaf) + (property "Reference" "C8" (at 167.64 22.8663 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GRM1555C1H1R2WA01D" (at 25.4 77.47 0) + (property "Value" "GPC0603101" (at 167.64 25.4063 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 116.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 216.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 165.1 24.13 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Height" "0.55" (at 416.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Datasheet" "https://www.vishay.com/doc?28548" (at 165.1 24.13 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Name" "Murata Electronics" (at 516.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "MPN" "GPC0603101" (at 165.1 24.13 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 616.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Manufacturer_Part_Number" "GPC0603101" (at 165.1 24.13 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 716.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Capacitance" "100pF" (at 158.75 22.86 0) + (effects (font (size 1.27 1.27))) ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 816.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (pin "1" (uuid edf2bccb-9836-40ea-abd3-0f2d57ed120c)) + (pin "2" (uuid 5c752a3a-7a86-4bdd-9739-0d6356187bd2)) + (instances + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "C8") (unit 1) + ) + ) ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 916.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + ) + + (symbol (lib_id "Astroplant_VFR-rescue:+3.3V-power") (at 204.47 20.32 0) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e67d0b07-fb4a-41c2-8f37-a25c0788fe17) + (property "Reference" "#PWR0116" (at 204.47 24.13 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 1016.51 87.63 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "+3.3V" (at 204.47 16.764 0) + (effects (font (size 1.27 1.27))) ) - (property "MPN" "GRM1555C1H1R2WA01D" (at 20.32 78.74 0) + (property "Footprint" "" (at 204.47 20.32 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "0.8pF" (at 20.32 78.74 0) + (property "Datasheet" "" (at 204.47 20.32 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 13c97855-855a-4cd0-a4cc-3cedeae479a7)) - (pin "2" (uuid bf7dc69b-338b-4cbe-b803-46b7038b9f54)) + (pin "1" (uuid 64fb2e7c-692e-4058-9e4e-79f437130207)) (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc" + (reference "#PWR0116") (unit 1) + ) + ) (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038" + (reference "#PWR0116") (unit 1) + ) (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C6") (unit 1) + (reference "#PWR027") (unit 1) ) ) ) ) - (symbol (lib_id "Device:R_Small") (at 50.8 76.2 270) (unit 1) - (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced) - (uuid e04e3f5d-0fb2-4d35-8792-b03f664762d3) - (property "Reference" "R25" (at 50.8 71.12 90) + (symbol (lib_id "Device:C_Small") (at 204.47 22.86 180) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid e6c20a18-7b9b-4bae-8d53-4e03232229af) + (property "Reference" "C7" (at 200.66 22.86 0) (effects (font (size 1.27 1.27))) ) - (property "Value" "GPR06030R" (at 50.8 73.66 90) + (property "Value" "GPC0603475-10 " (at 219.71 22.86 0) (effects (font (size 1.27 1.27))) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 50.8 76.2 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 204.47 22.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (at 50.8 76.2 0) + (property "Datasheet" "~" (at 204.47 22.86 0) (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "GPR06030R" (at 50.8 76.2 0) + (property "Capacitance" "4.7uF" (at 200.66 25.4 0) + (effects (font (size 1.27 1.27))) + ) + (property "MPN" "GPC0603475-10 " (at 204.47 22.86 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid 414fa9fa-bedc-4849-8c56-8846a7446c76)) - (pin "2" (uuid 42f21d3a-6256-4669-ae3b-d0eccb7c0262)) + (pin "1" (uuid 97e088dd-84f7-4c9b-9a52-d7e218f48589)) + (pin "2" (uuid 4aa1b154-3c84-4a88-a434-644095065f69)) (instances (project "Astroplant_AL" (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "R25") (unit 1) - ) - (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" - (reference "R25") (unit 1) + (reference "C7") (unit 1) ) ) ) ) - (symbol (lib_id "SamacSys_Parts:GRM1555C1H1R2WA01D") (at 46.99 76.2 90) (mirror x) (unit 1) + (symbol (lib_id "power:GND") (at 64.77 82.55 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) - (uuid ea7c323f-7292-45c8-b95a-63686d7b9326) - (property "Reference" "C19" (at 43.18 81.28 90) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "GRM1555C1H1R2WA01D" (at 50.8 78.74 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "SamacSys_Parts:CAPC1005X55N" (at 143.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Datasheet" "http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/mlcc/c02e.pdf" (at 243.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Height" "0.55" (at 443.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 543.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Manufacturer_Part_Number" "GRM1555C1H1R2WA01D" (at 643.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Part Number" "81-GRM1555C1H1R2WA1D" (at 743.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM1555C1H1R2WA01D?qs=ouTquLLW2S4ZARlph37hBQ%3D%3D" (at 843.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) - ) - (property "Arrow Part Number" "GRM1555C1H1R2WA01D" (at 943.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (uuid e7724d26-f413-4c47-be42-d9386d4bd299) + (property "Reference" "#PWR0139" (at 64.77 88.9 0) + (effects (font (size 1.27 1.27)) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm1555c1h1r2wa01d/murata-manufacturing" (at 1043.18 85.09 0) - (effects (font (size 1.27 1.27)) (justify left top) hide) + (property "Value" "GND" (at 64.77 86.36 0) + (effects (font (size 1.27 1.27))) ) - (property "MPN" "GRM1555C1H1R2WA01D" (at 46.99 76.2 90) + (property "Footprint" "" (at 64.77 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "0.8pF" (at 46.99 76.2 0) + (property "Datasheet" "" (at 64.77 82.55 0) (effects (font (size 1.27 1.27)) hide) ) - (pin "1" (uuid edda0fc6-6e72-4ed0-997a-edabf4210315)) - (pin "2" (uuid 42bbe01c-cbfa-4a6a-8d9b-11f5252effac)) + (pin "1" (uuid a61f802e-1da9-4667-b193-c5ef8601ae82)) (instances + (project "Astroplant_VFR" + (path "/4e818498-015c-45b7-982b-80c19490efdc/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) + ) (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/00000000-0000-0000-0000-00005a8053d4" + (reference "#PWR0139") (unit 1) + ) (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" - (reference "C19") (unit 1) + (reference "#PWR017") (unit 1) ) ) ) @@ -5385,13 +4448,45 @@ ) ) + (symbol (lib_id "Device:C_Small") (at 115.57 55.88 90) (unit 1) + (in_bom yes) (on_board yes) (dnp no) + (uuid f656293b-3b9c-4f40-987e-7466a8b1edc9) + (property "Reference" "C6" (at 115.5763 49.53 90) + (effects (font (size 1.27 1.27))) + ) + (property "Value" "GPC0603475-10 " (at 100.33 57.15 90) + (effects (font (size 1.27 1.27))) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 115.57 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (at 115.57 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Capacitance" "4.7uF" (at 115.57 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "MPN" "GPC0603475-10 " (at 115.57 55.88 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 537d6582-0e10-40ce-b78a-f479a4f701dc)) + (pin "2" (uuid a5e64d1c-503e-4ffe-bd91-e84354e2e9b8)) + (instances + (project "Astroplant_AL" + (path "/51acab52-3cd6-4bba-9dee-c12efd332038/5f0c961f-7fa6-4a15-8a74-755a432cc19e" + (reference "C6") (unit 1) + ) + ) + ) + ) + (symbol (lib_id "Device:C_Small") (at 147.32 27.94 0) (unit 1) (in_bom yes) (on_board yes) (dnp no) (uuid f8b5c3ca-e734-4cf4-9399-887ec48ebfbb) (property "Reference" "C14" (at 149.86 26.6763 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "GPC0603104-25 " (at 144.78 31.75 0) + (property "Value" "GPC0603104-25 " (at 143.51 33.02 0) (effects (font (size 1.27 1.27)) (justify left)) ) (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 147.32 27.94 0) @@ -5403,8 +4498,8 @@ (property "MPN" "GPC0603104-25 " (at 147.32 27.94 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Capacitance" "100nF" (at 147.32 27.94 0) - (effects (font (size 1.27 1.27)) hide) + (property "Capacitance" "100nF" (at 152.4 30.48 0) + (effects (font (size 1.27 1.27))) ) (pin "1" (uuid 53e79186-f417-4faa-9787-3af31daa9aa7)) (pin "2" (uuid 0f7047cd-774b-4d4e-ab4c-98caf353b402)) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH-drl_map.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH-drl_map.gbr deleted file mode 100644 index 027b5cd..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH-drl_map.gbr +++ /dev/null @@ -1,956 +0,0 @@ -%TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-11-29T11:07:57+01:00*% -%TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% -%TF.SameCoordinates,Original*% -%TF.FileFunction,Drillmap*% -%TF.FilePolarity,Positive*% -%FSLAX45Y45*% -G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-11-29 11:07:57* -%MOMM*% -%LPD*% -G01* -G04 APERTURE LIST* -%ADD10C,0.150000*% -%ADD11C,0.200000*% -%ADD12C,0.070000*% -G04 APERTURE END LIST* -D10* -X6429000Y-12768000D02* -G75* -G03* -X6729000Y-13068000I300000J0D01* -G01* -X6729000Y-6568000D02* -G75* -G03* -X6429000Y-6868000I0J-300000D01* -G01* -X7939000Y-6918000D02* -G75* -G03* -X7939000Y-6918000I-160000J0D01* -G01* -X16129000Y-6568000D02* -X6729000Y-6568000D01* -X6729000Y-13068000D02* -X16129000Y-13068000D01* -X16239000Y-12718000D02* -G75* -G03* -X16239000Y-12718000I-160000J0D01* -G01* -X6919000Y-6918000D02* -G75* -G03* -X6919000Y-6918000I-140000J0D01* -G01* -X16429000Y-12768000D02* -X16429000Y-6868000D01* -X16239000Y-6918000D02* -G75* -G03* -X16239000Y-6918000I-160000J0D01* -G01* -X16429000Y-6868000D02* -G75* -G03* -X16129000Y-6568000I-300000J0D01* -G01* -X6429000Y-6868000D02* -X6429000Y-12768000D01* -X16129000Y-13068000D02* -G75* -G03* -X16429000Y-12768000I0J300000D01* -G01* -D11* -D12* -X10171000Y-12552636D02* -X10241000Y-12622636D01* -X10241000Y-12552636D02* -X10171000Y-12622636D01* -X10586000Y-12552636D02* -X10656000Y-12622636D01* -X10656000Y-12552636D02* -X10586000Y-12622636D01* -D11* -X6682277Y-13386984D02* -X6682277Y-13186984D01* -X6682277Y-13186984D02* -X6729896Y-13186984D01* -X6729896Y-13186984D02* -X6758467Y-13196508D01* -X6758467Y-13196508D02* -X6777515Y-13215555D01* -X6777515Y-13215555D02* -X6787039Y-13234603D01* -X6787039Y-13234603D02* -X6796562Y-13272698D01* -X6796562Y-13272698D02* -X6796562Y-13301269D01* -X6796562Y-13301269D02* -X6787039Y-13339365D01* -X6787039Y-13339365D02* -X6777515Y-13358412D01* -X6777515Y-13358412D02* -X6758467Y-13377460D01* -X6758467Y-13377460D02* -X6729896Y-13386984D01* -X6729896Y-13386984D02* -X6682277Y-13386984D01* -X6882277Y-13386984D02* -X6882277Y-13253650D01* -X6882277Y-13291746D02* -X6891801Y-13272698D01* -X6891801Y-13272698D02* -X6901324Y-13263174D01* -X6901324Y-13263174D02* -X6920372Y-13253650D01* -X6920372Y-13253650D02* -X6939420Y-13253650D01* -X7006086Y-13386984D02* -X7006086Y-13253650D01* -X7006086Y-13186984D02* -X6996562Y-13196508D01* -X6996562Y-13196508D02* -X7006086Y-13206031D01* -X7006086Y-13206031D02* -X7015610Y-13196508D01* -X7015610Y-13196508D02* -X7006086Y-13186984D01* -X7006086Y-13186984D02* -X7006086Y-13206031D01* -X7129896Y-13386984D02* -X7110848Y-13377460D01* -X7110848Y-13377460D02* -X7101324Y-13358412D01* -X7101324Y-13358412D02* -X7101324Y-13186984D01* -X7234658Y-13386984D02* -X7215610Y-13377460D01* -X7215610Y-13377460D02* -X7206086Y-13358412D01* -X7206086Y-13358412D02* -X7206086Y-13186984D01* -X7463229Y-13386984D02* -X7463229Y-13186984D01* -X7463229Y-13186984D02* -X7529896Y-13329841D01* -X7529896Y-13329841D02* -X7596562Y-13186984D01* -X7596562Y-13186984D02* -X7596562Y-13386984D01* -X7777515Y-13386984D02* -X7777515Y-13282222D01* -X7777515Y-13282222D02* -X7767991Y-13263174D01* -X7767991Y-13263174D02* -X7748943Y-13253650D01* -X7748943Y-13253650D02* -X7710848Y-13253650D01* -X7710848Y-13253650D02* -X7691801Y-13263174D01* -X7777515Y-13377460D02* -X7758467Y-13386984D01* -X7758467Y-13386984D02* -X7710848Y-13386984D01* -X7710848Y-13386984D02* -X7691801Y-13377460D01* -X7691801Y-13377460D02* -X7682277Y-13358412D01* -X7682277Y-13358412D02* -X7682277Y-13339365D01* -X7682277Y-13339365D02* -X7691801Y-13320317D01* -X7691801Y-13320317D02* -X7710848Y-13310793D01* -X7710848Y-13310793D02* -X7758467Y-13310793D01* -X7758467Y-13310793D02* -X7777515Y-13301269D01* -X7872753Y-13253650D02* -X7872753Y-13453650D01* -X7872753Y-13263174D02* -X7891801Y-13253650D01* -X7891801Y-13253650D02* -X7929896Y-13253650D01* -X7929896Y-13253650D02* -X7948943Y-13263174D01* -X7948943Y-13263174D02* -X7958467Y-13272698D01* -X7958467Y-13272698D02* -X7967991Y-13291746D01* -X7967991Y-13291746D02* -X7967991Y-13348888D01* -X7967991Y-13348888D02* -X7958467Y-13367936D01* -X7958467Y-13367936D02* -X7948943Y-13377460D01* -X7948943Y-13377460D02* -X7929896Y-13386984D01* -X7929896Y-13386984D02* -X7891801Y-13386984D01* -X7891801Y-13386984D02* -X7872753Y-13377460D01* -X8053705Y-13367936D02* -X8063229Y-13377460D01* -X8063229Y-13377460D02* -X8053705Y-13386984D01* -X8053705Y-13386984D02* -X8044182Y-13377460D01* -X8044182Y-13377460D02* -X8053705Y-13367936D01* -X8053705Y-13367936D02* -X8053705Y-13386984D01* -X8053705Y-13263174D02* -X8063229Y-13272698D01* -X8063229Y-13272698D02* -X8053705Y-13282222D01* -X8053705Y-13282222D02* -X8044182Y-13272698D01* -X8044182Y-13272698D02* -X8053705Y-13263174D01* -X8053705Y-13263174D02* -X8053705Y-13282222D01* -D12* -X6351500Y-13680500D02* -X6421500Y-13750500D01* -X6421500Y-13680500D02* -X6351500Y-13750500D01* -D11* -X6720372Y-13606984D02* -X6739420Y-13606984D01* -X6739420Y-13606984D02* -X6758467Y-13616508D01* -X6758467Y-13616508D02* -X6767991Y-13626031D01* -X6767991Y-13626031D02* -X6777515Y-13645079D01* -X6777515Y-13645079D02* -X6787039Y-13683174D01* -X6787039Y-13683174D02* -X6787039Y-13730793D01* -X6787039Y-13730793D02* -X6777515Y-13768888D01* -X6777515Y-13768888D02* -X6767991Y-13787936D01* -X6767991Y-13787936D02* -X6758467Y-13797460D01* -X6758467Y-13797460D02* -X6739420Y-13806984D01* -X6739420Y-13806984D02* -X6720372Y-13806984D01* -X6720372Y-13806984D02* -X6701324Y-13797460D01* -X6701324Y-13797460D02* -X6691801Y-13787936D01* -X6691801Y-13787936D02* -X6682277Y-13768888D01* -X6682277Y-13768888D02* -X6672753Y-13730793D01* -X6672753Y-13730793D02* -X6672753Y-13683174D01* -X6672753Y-13683174D02* -X6682277Y-13645079D01* -X6682277Y-13645079D02* -X6691801Y-13626031D01* -X6691801Y-13626031D02* -X6701324Y-13616508D01* -X6701324Y-13616508D02* -X6720372Y-13606984D01* -X6872753Y-13787936D02* -X6882277Y-13797460D01* -X6882277Y-13797460D02* -X6872753Y-13806984D01* -X6872753Y-13806984D02* -X6863229Y-13797460D01* -X6863229Y-13797460D02* -X6872753Y-13787936D01* -X6872753Y-13787936D02* -X6872753Y-13806984D01* -X6948943Y-13606984D02* -X7082277Y-13606984D01* -X7082277Y-13606984D02* -X6996562Y-13806984D01* -X7196562Y-13606984D02* -X7215610Y-13606984D01* -X7215610Y-13606984D02* -X7234658Y-13616508D01* -X7234658Y-13616508D02* -X7244182Y-13626031D01* -X7244182Y-13626031D02* -X7253705Y-13645079D01* -X7253705Y-13645079D02* -X7263229Y-13683174D01* -X7263229Y-13683174D02* -X7263229Y-13730793D01* -X7263229Y-13730793D02* -X7253705Y-13768888D01* -X7253705Y-13768888D02* -X7244182Y-13787936D01* -X7244182Y-13787936D02* -X7234658Y-13797460D01* -X7234658Y-13797460D02* -X7215610Y-13806984D01* -X7215610Y-13806984D02* -X7196562Y-13806984D01* -X7196562Y-13806984D02* -X7177515Y-13797460D01* -X7177515Y-13797460D02* -X7167991Y-13787936D01* -X7167991Y-13787936D02* -X7158467Y-13768888D01* -X7158467Y-13768888D02* -X7148943Y-13730793D01* -X7148943Y-13730793D02* -X7148943Y-13683174D01* -X7148943Y-13683174D02* -X7158467Y-13645079D01* -X7158467Y-13645079D02* -X7167991Y-13626031D01* -X7167991Y-13626031D02* -X7177515Y-13616508D01* -X7177515Y-13616508D02* -X7196562Y-13606984D01* -X7387039Y-13606984D02* -X7406086Y-13606984D01* -X7406086Y-13606984D02* -X7425134Y-13616508D01* -X7425134Y-13616508D02* -X7434658Y-13626031D01* -X7434658Y-13626031D02* -X7444182Y-13645079D01* -X7444182Y-13645079D02* -X7453705Y-13683174D01* -X7453705Y-13683174D02* -X7453705Y-13730793D01* -X7453705Y-13730793D02* -X7444182Y-13768888D01* -X7444182Y-13768888D02* -X7434658Y-13787936D01* -X7434658Y-13787936D02* -X7425134Y-13797460D01* -X7425134Y-13797460D02* -X7406086Y-13806984D01* -X7406086Y-13806984D02* -X7387039Y-13806984D01* -X7387039Y-13806984D02* -X7367991Y-13797460D01* -X7367991Y-13797460D02* -X7358467Y-13787936D01* -X7358467Y-13787936D02* -X7348943Y-13768888D01* -X7348943Y-13768888D02* -X7339420Y-13730793D01* -X7339420Y-13730793D02* -X7339420Y-13683174D01* -X7339420Y-13683174D02* -X7348943Y-13645079D01* -X7348943Y-13645079D02* -X7358467Y-13626031D01* -X7358467Y-13626031D02* -X7367991Y-13616508D01* -X7367991Y-13616508D02* -X7387039Y-13606984D01* -X7539420Y-13806984D02* -X7539420Y-13673650D01* -X7539420Y-13692698D02* -X7548943Y-13683174D01* -X7548943Y-13683174D02* -X7567991Y-13673650D01* -X7567991Y-13673650D02* -X7596563Y-13673650D01* -X7596563Y-13673650D02* -X7615610Y-13683174D01* -X7615610Y-13683174D02* -X7625134Y-13702222D01* -X7625134Y-13702222D02* -X7625134Y-13806984D01* -X7625134Y-13702222D02* -X7634658Y-13683174D01* -X7634658Y-13683174D02* -X7653705Y-13673650D01* -X7653705Y-13673650D02* -X7682277Y-13673650D01* -X7682277Y-13673650D02* -X7701324Y-13683174D01* -X7701324Y-13683174D02* -X7710848Y-13702222D01* -X7710848Y-13702222D02* -X7710848Y-13806984D01* -X7806086Y-13806984D02* -X7806086Y-13673650D01* -X7806086Y-13692698D02* -X7815610Y-13683174D01* -X7815610Y-13683174D02* -X7834658Y-13673650D01* -X7834658Y-13673650D02* -X7863229Y-13673650D01* -X7863229Y-13673650D02* -X7882277Y-13683174D01* -X7882277Y-13683174D02* -X7891801Y-13702222D01* -X7891801Y-13702222D02* -X7891801Y-13806984D01* -X7891801Y-13702222D02* -X7901324Y-13683174D01* -X7901324Y-13683174D02* -X7920372Y-13673650D01* -X7920372Y-13673650D02* -X7948943Y-13673650D01* -X7948943Y-13673650D02* -X7967991Y-13683174D01* -X7967991Y-13683174D02* -X7977515Y-13702222D01* -X7977515Y-13702222D02* -X7977515Y-13806984D01* -X8367991Y-13597460D02* -X8196563Y-13854603D01* -X8625134Y-13606984D02* -X8644182Y-13606984D01* -X8644182Y-13606984D02* -X8663229Y-13616508D01* -X8663229Y-13616508D02* -X8672753Y-13626031D01* -X8672753Y-13626031D02* -X8682277Y-13645079D01* -X8682277Y-13645079D02* -X8691801Y-13683174D01* -X8691801Y-13683174D02* -X8691801Y-13730793D01* -X8691801Y-13730793D02* -X8682277Y-13768888D01* -X8682277Y-13768888D02* -X8672753Y-13787936D01* -X8672753Y-13787936D02* -X8663229Y-13797460D01* -X8663229Y-13797460D02* -X8644182Y-13806984D01* -X8644182Y-13806984D02* -X8625134Y-13806984D01* -X8625134Y-13806984D02* -X8606087Y-13797460D01* -X8606087Y-13797460D02* -X8596563Y-13787936D01* -X8596563Y-13787936D02* -X8587039Y-13768888D01* -X8587039Y-13768888D02* -X8577515Y-13730793D01* -X8577515Y-13730793D02* -X8577515Y-13683174D01* -X8577515Y-13683174D02* -X8587039Y-13645079D01* -X8587039Y-13645079D02* -X8596563Y-13626031D01* -X8596563Y-13626031D02* -X8606087Y-13616508D01* -X8606087Y-13616508D02* -X8625134Y-13606984D01* -X8777515Y-13787936D02* -X8787039Y-13797460D01* -X8787039Y-13797460D02* -X8777515Y-13806984D01* -X8777515Y-13806984D02* -X8767991Y-13797460D01* -X8767991Y-13797460D02* -X8777515Y-13787936D01* -X8777515Y-13787936D02* -X8777515Y-13806984D01* -X8910848Y-13606984D02* -X8929896Y-13606984D01* -X8929896Y-13606984D02* -X8948944Y-13616508D01* -X8948944Y-13616508D02* -X8958468Y-13626031D01* -X8958468Y-13626031D02* -X8967991Y-13645079D01* -X8967991Y-13645079D02* -X8977515Y-13683174D01* -X8977515Y-13683174D02* -X8977515Y-13730793D01* -X8977515Y-13730793D02* -X8967991Y-13768888D01* -X8967991Y-13768888D02* -X8958468Y-13787936D01* -X8958468Y-13787936D02* -X8948944Y-13797460D01* -X8948944Y-13797460D02* -X8929896Y-13806984D01* -X8929896Y-13806984D02* -X8910848Y-13806984D01* -X8910848Y-13806984D02* -X8891801Y-13797460D01* -X8891801Y-13797460D02* -X8882277Y-13787936D01* -X8882277Y-13787936D02* -X8872753Y-13768888D01* -X8872753Y-13768888D02* -X8863229Y-13730793D01* -X8863229Y-13730793D02* -X8863229Y-13683174D01* -X8863229Y-13683174D02* -X8872753Y-13645079D01* -X8872753Y-13645079D02* -X8882277Y-13626031D01* -X8882277Y-13626031D02* -X8891801Y-13616508D01* -X8891801Y-13616508D02* -X8910848Y-13606984D01* -X9053706Y-13626031D02* -X9063229Y-13616508D01* -X9063229Y-13616508D02* -X9082277Y-13606984D01* -X9082277Y-13606984D02* -X9129896Y-13606984D01* -X9129896Y-13606984D02* -X9148944Y-13616508D01* -X9148944Y-13616508D02* -X9158468Y-13626031D01* -X9158468Y-13626031D02* -X9167991Y-13645079D01* -X9167991Y-13645079D02* -X9167991Y-13664127D01* -X9167991Y-13664127D02* -X9158468Y-13692698D01* -X9158468Y-13692698D02* -X9044182Y-13806984D01* -X9044182Y-13806984D02* -X9167991Y-13806984D01* -X9234658Y-13606984D02* -X9367991Y-13606984D01* -X9367991Y-13606984D02* -X9282277Y-13806984D01* -X9529896Y-13606984D02* -X9491801Y-13606984D01* -X9491801Y-13606984D02* -X9472753Y-13616508D01* -X9472753Y-13616508D02* -X9463229Y-13626031D01* -X9463229Y-13626031D02* -X9444182Y-13654603D01* -X9444182Y-13654603D02* -X9434658Y-13692698D01* -X9434658Y-13692698D02* -X9434658Y-13768888D01* -X9434658Y-13768888D02* -X9444182Y-13787936D01* -X9444182Y-13787936D02* -X9453706Y-13797460D01* -X9453706Y-13797460D02* -X9472753Y-13806984D01* -X9472753Y-13806984D02* -X9510849Y-13806984D01* -X9510849Y-13806984D02* -X9529896Y-13797460D01* -X9529896Y-13797460D02* -X9539420Y-13787936D01* -X9539420Y-13787936D02* -X9548944Y-13768888D01* -X9548944Y-13768888D02* -X9548944Y-13721269D01* -X9548944Y-13721269D02* -X9539420Y-13702222D01* -X9539420Y-13702222D02* -X9529896Y-13692698D01* -X9529896Y-13692698D02* -X9510849Y-13683174D01* -X9510849Y-13683174D02* -X9472753Y-13683174D01* -X9472753Y-13683174D02* -X9453706Y-13692698D01* -X9453706Y-13692698D02* -X9444182Y-13702222D01* -X9444182Y-13702222D02* -X9434658Y-13721269D01* -X9625134Y-13606984D02* -X9625134Y-13645079D01* -X9701325Y-13606984D02* -X9701325Y-13645079D01* -X9996563Y-13883174D02* -X9987039Y-13873650D01* -X9987039Y-13873650D02* -X9967991Y-13845079D01* -X9967991Y-13845079D02* -X9958468Y-13826031D01* -X9958468Y-13826031D02* -X9948944Y-13797460D01* -X9948944Y-13797460D02* -X9939420Y-13749841D01* -X9939420Y-13749841D02* -X9939420Y-13711746D01* -X9939420Y-13711746D02* -X9948944Y-13664127D01* -X9948944Y-13664127D02* -X9958468Y-13635555D01* -X9958468Y-13635555D02* -X9967991Y-13616508D01* -X9967991Y-13616508D02* -X9987039Y-13587936D01* -X9987039Y-13587936D02* -X9996563Y-13578412D01* -X10063230Y-13626031D02* -X10072753Y-13616508D01* -X10072753Y-13616508D02* -X10091801Y-13606984D01* -X10091801Y-13606984D02* -X10139420Y-13606984D01* -X10139420Y-13606984D02* -X10158468Y-13616508D01* -X10158468Y-13616508D02* -X10167991Y-13626031D01* -X10167991Y-13626031D02* -X10177515Y-13645079D01* -X10177515Y-13645079D02* -X10177515Y-13664127D01* -X10177515Y-13664127D02* -X10167991Y-13692698D01* -X10167991Y-13692698D02* -X10053706Y-13806984D01* -X10053706Y-13806984D02* -X10177515Y-13806984D01* -X10415611Y-13806984D02* -X10415611Y-13606984D01* -X10501325Y-13806984D02* -X10501325Y-13702222D01* -X10501325Y-13702222D02* -X10491801Y-13683174D01* -X10491801Y-13683174D02* -X10472753Y-13673650D01* -X10472753Y-13673650D02* -X10444182Y-13673650D01* -X10444182Y-13673650D02* -X10425134Y-13683174D01* -X10425134Y-13683174D02* -X10415611Y-13692698D01* -X10625134Y-13806984D02* -X10606087Y-13797460D01* -X10606087Y-13797460D02* -X10596563Y-13787936D01* -X10596563Y-13787936D02* -X10587039Y-13768888D01* -X10587039Y-13768888D02* -X10587039Y-13711746D01* -X10587039Y-13711746D02* -X10596563Y-13692698D01* -X10596563Y-13692698D02* -X10606087Y-13683174D01* -X10606087Y-13683174D02* -X10625134Y-13673650D01* -X10625134Y-13673650D02* -X10653706Y-13673650D01* -X10653706Y-13673650D02* -X10672753Y-13683174D01* -X10672753Y-13683174D02* -X10682277Y-13692698D01* -X10682277Y-13692698D02* -X10691801Y-13711746D01* -X10691801Y-13711746D02* -X10691801Y-13768888D01* -X10691801Y-13768888D02* -X10682277Y-13787936D01* -X10682277Y-13787936D02* -X10672753Y-13797460D01* -X10672753Y-13797460D02* -X10653706Y-13806984D01* -X10653706Y-13806984D02* -X10625134Y-13806984D01* -X10806087Y-13806984D02* -X10787039Y-13797460D01* -X10787039Y-13797460D02* -X10777515Y-13778412D01* -X10777515Y-13778412D02* -X10777515Y-13606984D01* -X10958468Y-13797460D02* -X10939420Y-13806984D01* -X10939420Y-13806984D02* -X10901325Y-13806984D01* -X10901325Y-13806984D02* -X10882277Y-13797460D01* -X10882277Y-13797460D02* -X10872753Y-13778412D01* -X10872753Y-13778412D02* -X10872753Y-13702222D01* -X10872753Y-13702222D02* -X10882277Y-13683174D01* -X10882277Y-13683174D02* -X10901325Y-13673650D01* -X10901325Y-13673650D02* -X10939420Y-13673650D01* -X10939420Y-13673650D02* -X10958468Y-13683174D01* -X10958468Y-13683174D02* -X10967992Y-13702222D01* -X10967992Y-13702222D02* -X10967992Y-13721269D01* -X10967992Y-13721269D02* -X10872753Y-13740317D01* -X11044182Y-13797460D02* -X11063230Y-13806984D01* -X11063230Y-13806984D02* -X11101325Y-13806984D01* -X11101325Y-13806984D02* -X11120373Y-13797460D01* -X11120373Y-13797460D02* -X11129896Y-13778412D01* -X11129896Y-13778412D02* -X11129896Y-13768888D01* -X11129896Y-13768888D02* -X11120373Y-13749841D01* -X11120373Y-13749841D02* -X11101325Y-13740317D01* -X11101325Y-13740317D02* -X11072753Y-13740317D01* -X11072753Y-13740317D02* -X11053706Y-13730793D01* -X11053706Y-13730793D02* -X11044182Y-13711746D01* -X11044182Y-13711746D02* -X11044182Y-13702222D01* -X11044182Y-13702222D02* -X11053706Y-13683174D01* -X11053706Y-13683174D02* -X11072753Y-13673650D01* -X11072753Y-13673650D02* -X11101325Y-13673650D01* -X11101325Y-13673650D02* -X11120373Y-13683174D01* -X11196563Y-13883174D02* -X11206087Y-13873650D01* -X11206087Y-13873650D02* -X11225134Y-13845079D01* -X11225134Y-13845079D02* -X11234658Y-13826031D01* -X11234658Y-13826031D02* -X11244182Y-13797460D01* -X11244182Y-13797460D02* -X11253706Y-13749841D01* -X11253706Y-13749841D02* -X11253706Y-13711746D01* -X11253706Y-13711746D02* -X11244182Y-13664127D01* -X11244182Y-13664127D02* -X11234658Y-13635555D01* -X11234658Y-13635555D02* -X11225134Y-13616508D01* -X11225134Y-13616508D02* -X11206087Y-13587936D01* -X11206087Y-13587936D02* -X11196563Y-13578412D01* -X11558468Y-13883174D02* -X11548944Y-13873650D01* -X11548944Y-13873650D02* -X11529896Y-13845079D01* -X11529896Y-13845079D02* -X11520372Y-13826031D01* -X11520372Y-13826031D02* -X11510849Y-13797460D01* -X11510849Y-13797460D02* -X11501325Y-13749841D01* -X11501325Y-13749841D02* -X11501325Y-13711746D01* -X11501325Y-13711746D02* -X11510849Y-13664127D01* -X11510849Y-13664127D02* -X11520372Y-13635555D01* -X11520372Y-13635555D02* -X11529896Y-13616508D01* -X11529896Y-13616508D02* -X11548944Y-13587936D01* -X11548944Y-13587936D02* -X11558468Y-13578412D01* -X11634658Y-13673650D02* -X11634658Y-13806984D01* -X11634658Y-13692698D02* -X11644182Y-13683174D01* -X11644182Y-13683174D02* -X11663230Y-13673650D01* -X11663230Y-13673650D02* -X11691801Y-13673650D01* -X11691801Y-13673650D02* -X11710849Y-13683174D01* -X11710849Y-13683174D02* -X11720372Y-13702222D01* -X11720372Y-13702222D02* -X11720372Y-13806984D01* -X11844182Y-13806984D02* -X11825134Y-13797460D01* -X11825134Y-13797460D02* -X11815611Y-13787936D01* -X11815611Y-13787936D02* -X11806087Y-13768888D01* -X11806087Y-13768888D02* -X11806087Y-13711746D01* -X11806087Y-13711746D02* -X11815611Y-13692698D01* -X11815611Y-13692698D02* -X11825134Y-13683174D01* -X11825134Y-13683174D02* -X11844182Y-13673650D01* -X11844182Y-13673650D02* -X11872753Y-13673650D01* -X11872753Y-13673650D02* -X11891801Y-13683174D01* -X11891801Y-13683174D02* -X11901325Y-13692698D01* -X11901325Y-13692698D02* -X11910849Y-13711746D01* -X11910849Y-13711746D02* -X11910849Y-13768888D01* -X11910849Y-13768888D02* -X11901325Y-13787936D01* -X11901325Y-13787936D02* -X11891801Y-13797460D01* -X11891801Y-13797460D02* -X11872753Y-13806984D01* -X11872753Y-13806984D02* -X11844182Y-13806984D01* -X11967992Y-13673650D02* -X12044182Y-13673650D01* -X11996563Y-13606984D02* -X11996563Y-13778412D01* -X11996563Y-13778412D02* -X12006087Y-13797460D01* -X12006087Y-13797460D02* -X12025134Y-13806984D01* -X12025134Y-13806984D02* -X12044182Y-13806984D01* -X12263230Y-13673650D02* -X12263230Y-13873650D01* -X12263230Y-13683174D02* -X12282277Y-13673650D01* -X12282277Y-13673650D02* -X12320373Y-13673650D01* -X12320373Y-13673650D02* -X12339420Y-13683174D01* -X12339420Y-13683174D02* -X12348944Y-13692698D01* -X12348944Y-13692698D02* -X12358468Y-13711746D01* -X12358468Y-13711746D02* -X12358468Y-13768888D01* -X12358468Y-13768888D02* -X12348944Y-13787936D01* -X12348944Y-13787936D02* -X12339420Y-13797460D01* -X12339420Y-13797460D02* -X12320373Y-13806984D01* -X12320373Y-13806984D02* -X12282277Y-13806984D01* -X12282277Y-13806984D02* -X12263230Y-13797460D01* -X12472753Y-13806984D02* -X12453706Y-13797460D01* -X12453706Y-13797460D02* -X12444182Y-13778412D01* -X12444182Y-13778412D02* -X12444182Y-13606984D01* -X12634658Y-13806984D02* -X12634658Y-13702222D01* -X12634658Y-13702222D02* -X12625134Y-13683174D01* -X12625134Y-13683174D02* -X12606087Y-13673650D01* -X12606087Y-13673650D02* -X12567992Y-13673650D01* -X12567992Y-13673650D02* -X12548944Y-13683174D01* -X12634658Y-13797460D02* -X12615611Y-13806984D01* -X12615611Y-13806984D02* -X12567992Y-13806984D01* -X12567992Y-13806984D02* -X12548944Y-13797460D01* -X12548944Y-13797460D02* -X12539420Y-13778412D01* -X12539420Y-13778412D02* -X12539420Y-13759365D01* -X12539420Y-13759365D02* -X12548944Y-13740317D01* -X12548944Y-13740317D02* -X12567992Y-13730793D01* -X12567992Y-13730793D02* -X12615611Y-13730793D01* -X12615611Y-13730793D02* -X12634658Y-13721269D01* -X12701325Y-13673650D02* -X12777515Y-13673650D01* -X12729896Y-13606984D02* -X12729896Y-13778412D01* -X12729896Y-13778412D02* -X12739420Y-13797460D01* -X12739420Y-13797460D02* -X12758468Y-13806984D01* -X12758468Y-13806984D02* -X12777515Y-13806984D01* -X12920373Y-13797460D02* -X12901325Y-13806984D01* -X12901325Y-13806984D02* -X12863230Y-13806984D01* -X12863230Y-13806984D02* -X12844182Y-13797460D01* -X12844182Y-13797460D02* -X12834658Y-13778412D01* -X12834658Y-13778412D02* -X12834658Y-13702222D01* -X12834658Y-13702222D02* -X12844182Y-13683174D01* -X12844182Y-13683174D02* -X12863230Y-13673650D01* -X12863230Y-13673650D02* -X12901325Y-13673650D01* -X12901325Y-13673650D02* -X12920373Y-13683174D01* -X12920373Y-13683174D02* -X12929896Y-13702222D01* -X12929896Y-13702222D02* -X12929896Y-13721269D01* -X12929896Y-13721269D02* -X12834658Y-13740317D01* -X13101325Y-13806984D02* -X13101325Y-13606984D01* -X13101325Y-13797460D02* -X13082277Y-13806984D01* -X13082277Y-13806984D02* -X13044182Y-13806984D01* -X13044182Y-13806984D02* -X13025134Y-13797460D01* -X13025134Y-13797460D02* -X13015611Y-13787936D01* -X13015611Y-13787936D02* -X13006087Y-13768888D01* -X13006087Y-13768888D02* -X13006087Y-13711746D01* -X13006087Y-13711746D02* -X13015611Y-13692698D01* -X13015611Y-13692698D02* -X13025134Y-13683174D01* -X13025134Y-13683174D02* -X13044182Y-13673650D01* -X13044182Y-13673650D02* -X13082277Y-13673650D01* -X13082277Y-13673650D02* -X13101325Y-13683174D01* -X13177515Y-13883174D02* -X13187039Y-13873650D01* -X13187039Y-13873650D02* -X13206087Y-13845079D01* -X13206087Y-13845079D02* -X13215611Y-13826031D01* -X13215611Y-13826031D02* -X13225134Y-13797460D01* -X13225134Y-13797460D02* -X13234658Y-13749841D01* -X13234658Y-13749841D02* -X13234658Y-13711746D01* -X13234658Y-13711746D02* -X13225134Y-13664127D01* -X13225134Y-13664127D02* -X13215611Y-13635555D01* -X13215611Y-13635555D02* -X13206087Y-13616508D01* -X13206087Y-13616508D02* -X13187039Y-13587936D01* -X13187039Y-13587936D02* -X13177515Y-13578412D01* -M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH.drl b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH.drl deleted file mode 100644 index 5eb1ecb..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-NPTH.drl +++ /dev/null @@ -1,18 +0,0 @@ -M48 -; DRILL file {KiCad 7.0.7} date Wed Nov 29 11:07:55 2023 -; FORMAT={-:-/ absolute / inch / decimal} -; #@! TF.CreationDate,2023-11-29T11:07:55+01:00 -; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.7 -; #@! TF.FileFunction,NonPlated,1,2,NPTH -FMAT,2 -INCH -; #@! TA.AperFunction,NonPlated,NPTH,ComponentDrill -T1C0.0276 -% -G90 -G05 -T1 -X4.0181Y-4.9558 -X4.1815Y-4.9558 -T0 -M30 diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH-drl_map.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH-drl_map.gbr deleted file mode 100644 index 66111f6..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH-drl_map.gbr +++ /dev/null @@ -1,5398 +0,0 @@ -%TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-11-29T11:07:57+01:00*% -%TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% -%TF.SameCoordinates,Original*% -%TF.FileFunction,Drillmap*% -%TF.FilePolarity,Positive*% -%FSLAX45Y45*% -G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-11-29 11:07:57* -%MOMM*% -%LPD*% -G01* -G04 APERTURE LIST* -%ADD10C,0.150000*% -%ADD11C,0.200000*% -%ADD12C,0.040000*% -%ADD13C,0.095000*% -%ADD14C,0.100000*% -%ADD15C,0.110000*% -%ADD16C,0.120000*% -%ADD17C,0.275000*% -%ADD18C,0.325000*% -G04 APERTURE END LIST* -D10* -X6429000Y-12768000D02* -G75* -G03* -X6729000Y-13068000I300000J0D01* -G01* -X6729000Y-6568000D02* -G75* -G03* -X6429000Y-6868000I0J-300000D01* -G01* -X7939000Y-6918000D02* -G75* -G03* -X7939000Y-6918000I-160000J0D01* -G01* -X16129000Y-6568000D02* -X6729000Y-6568000D01* -X6729000Y-13068000D02* -X16129000Y-13068000D01* -X16239000Y-12718000D02* -G75* -G03* -X16239000Y-12718000I-160000J0D01* -G01* -X6919000Y-6918000D02* -G75* -G03* -X6919000Y-6918000I-140000J0D01* -G01* -X16429000Y-12768000D02* -X16429000Y-6868000D01* -X16239000Y-6918000D02* -G75* -G03* -X16239000Y-6918000I-160000J0D01* -G01* -X16429000Y-6868000D02* -G75* -G03* -X16129000Y-6568000I-300000J0D01* -G01* -X6429000Y-6868000D02* -X6429000Y-12768000D01* -X16129000Y-13068000D02* -G75* -G03* -X16429000Y-12768000I0J300000D01* -G01* -D11* -D12* -X6501500Y-9570000D02* -X6541500Y-9610000D01* -X6541500Y-9570000D02* -X6501500Y-9610000D01* -X7070000Y-7496000D02* -X7110000Y-7536000D01* -X7110000Y-7496000D02* -X7070000Y-7536000D01* -X7103500Y-11201000D02* -X7143500Y-11241000D01* -X7143500Y-11201000D02* -X7103500Y-11241000D01* -X7133000Y-8006000D02* -X7173000Y-8046000D01* -X7173000Y-8006000D02* -X7133000Y-8046000D01* -X7137000Y-8995000D02* -X7177000Y-9035000D01* -X7177000Y-8995000D02* -X7137000Y-9035000D01* -X7140500Y-10548000D02* -X7180500Y-10588000D01* -X7180500Y-10548000D02* -X7140500Y-10588000D01* -X7178500Y-8875000D02* -X7218500Y-8915000D01* -X7218500Y-8875000D02* -X7178500Y-8915000D01* -X7216500Y-7531000D02* -X7256500Y-7571000D01* -X7256500Y-7531000D02* -X7216500Y-7571000D01* -X7223500Y-11768000D02* -X7263500Y-11808000D01* -X7263500Y-11768000D02* -X7223500Y-11808000D01* -X7235000Y-9811000D02* -X7275000Y-9851000D01* -X7275000Y-9811000D02* -X7235000Y-9851000D01* -X7294500Y-10604000D02* -X7334500Y-10644000D01* -X7334500Y-10604000D02* -X7294500Y-10644000D01* -X7294500Y-11232000D02* -X7334500Y-11272000D01* -X7334500Y-11232000D02* -X7294500Y-11272000D01* -X7363500Y-10698000D02* -X7403500Y-10738000D01* -X7403500Y-10698000D02* -X7363500Y-10738000D01* -X7394500Y-11820000D02* -X7434500Y-11860000D01* -X7434500Y-11820000D02* -X7394500Y-11860000D01* -X7439995Y-10764546D02* -X7479995Y-10804546D01* -X7479995Y-10764546D02* -X7439995Y-10804546D01* -X7445000Y-7936000D02* -X7485000Y-7976000D01* -X7485000Y-7936000D02* -X7445000Y-7976000D01* -X7457000Y-8991000D02* -X7497000Y-9031000D01* -X7497000Y-8991000D02* -X7457000Y-9031000D01* -X7466000Y-9291000D02* -X7506000Y-9331000D01* -X7506000Y-9291000D02* -X7466000Y-9331000D01* -X7504000Y-7438000D02* -X7544000Y-7478000D01* -X7544000Y-7438000D02* -X7504000Y-7478000D01* -X7549200Y-11206800D02* -X7589200Y-11246800D01* -X7589200Y-11206800D02* -X7549200Y-11246800D01* -X7549200Y-11587800D02* -X7589200Y-11627800D01* -X7589200Y-11587800D02* -X7549200Y-11627800D01* -X7589500Y-9952000D02* -X7629500Y-9992000D01* -X7629500Y-9952000D02* -X7589500Y-9992000D01* -X7605184Y-11961866D02* -X7645184Y-12001866D01* -X7645184Y-11961866D02* -X7605184Y-12001866D01* -X7651500Y-7446000D02* -X7691500Y-7486000D01* -X7691500Y-7446000D02* -X7651500Y-7486000D01* -X7702500Y-11576000D02* -X7742500Y-11616000D01* -X7742500Y-11576000D02* -X7702500Y-11616000D01* -X7717500Y-10838000D02* -X7757500Y-10878000D01* -X7757500Y-10838000D02* -X7717500Y-10878000D01* -X7811500Y-11136000D02* -X7851500Y-11176000D01* -X7851500Y-11136000D02* -X7811500Y-11176000D01* -X7879500Y-8241000D02* -X7919500Y-8281000D01* -X7919500Y-8241000D02* -X7879500Y-8281000D01* -X7879500Y-10018000D02* -X7919500Y-10058000D01* -X7919500Y-10018000D02* -X7879500Y-10058000D01* -X7879500Y-10971000D02* -X7919500Y-11011000D01* -X7919500Y-10971000D02* -X7879500Y-11011000D01* -X7911000Y-11338000D02* -X7951000Y-11378000D01* -X7951000Y-11338000D02* -X7911000Y-11378000D01* -X7925000Y-11083000D02* -X7965000Y-11123000D01* -X7965000Y-11083000D02* -X7925000Y-11123000D01* -X7983000Y-11912000D02* -X8023000Y-11952000D01* -X8023000Y-11912000D02* -X7983000Y-11952000D01* -X8044500Y-11107000D02* -X8084500Y-11147000D01* -X8084500Y-11107000D02* -X8044500Y-11147000D01* -X8078000Y-9308000D02* -X8118000Y-9348000D01* -X8118000Y-9308000D02* -X8078000Y-9348000D01* -X8081000Y-8991000D02* -X8121000Y-9031000D01* -X8121000Y-8991000D02* -X8081000Y-9031000D01* -X8086000Y-7095000D02* -X8126000Y-7135000D01* -X8126000Y-7095000D02* -X8086000Y-7135000D01* -X8128500Y-10460000D02* -X8168500Y-10500000D01* -X8168500Y-10460000D02* -X8128500Y-10500000D01* -X8161500Y-11277550D02* -X8201500Y-11317550D01* -X8201500Y-11277550D02* -X8161500Y-11317550D01* -X8192000Y-11377000D02* -X8232000Y-11417000D01* -X8232000Y-11377000D02* -X8192000Y-11417000D01* -X8197500Y-10113000D02* -X8237500Y-10153000D01* -X8237500Y-10113000D02* -X8197500Y-10153000D01* -X8197500Y-10892000D02* -X8237500Y-10932000D01* -X8237500Y-10892000D02* -X8197500Y-10932000D01* -X8254500Y-9830000D02* -X8294500Y-9870000D01* -X8294500Y-9830000D02* -X8254500Y-9870000D01* -X8258500Y-11022000D02* -X8298500Y-11062000D01* -X8298500Y-11022000D02* -X8258500Y-11062000D01* -X8343500Y-7507450D02* -X8383500Y-7547450D01* -X8383500Y-7507450D02* -X8343500Y-7547450D01* -X8378500Y-11061000D02* -X8418500Y-11101000D01* -X8418500Y-11061000D02* -X8378500Y-11101000D01* -X8402500Y-10891000D02* -X8442500Y-10931000D01* -X8442500Y-10891000D02* -X8402500Y-10931000D01* -X8412500Y-6836000D02* -X8452500Y-6876000D01* -X8452500Y-6836000D02* -X8412500Y-6876000D01* -X8430000Y-10722000D02* -X8470000Y-10762000D01* -X8470000Y-10722000D02* -X8430000Y-10762000D01* -X8436500Y-8078000D02* -X8476500Y-8118000D01* -X8476500Y-8078000D02* -X8436500Y-8118000D01* -X8460500Y-10217000D02* -X8500500Y-10257000D01* -X8500500Y-10217000D02* -X8460500Y-10257000D01* -X8465500Y-9481550D02* -X8505500Y-9521550D01* -X8505500Y-9481550D02* -X8465500Y-9521550D01* -X8472000Y-10082000D02* -X8512000Y-10122000D01* -X8512000Y-10082000D02* -X8472000Y-10122000D01* -X8496000Y-9706000D02* -X8536000Y-9746000D01* -X8536000Y-9706000D02* -X8496000Y-9746000D01* -X8537500Y-10335000D02* -X8577500Y-10375000D01* -X8577500Y-10335000D02* -X8537500Y-10375000D01* -X8592500Y-8181000D02* -X8632500Y-8221000D01* -X8632500Y-8181000D02* -X8592500Y-8221000D01* -X8627000Y-11456000D02* -X8667000Y-11496000D01* -X8667000Y-11456000D02* -X8627000Y-11496000D01* -X8637500Y-7303000D02* -X8677500Y-7343000D01* -X8677500Y-7303000D02* -X8637500Y-7343000D01* -X8656000Y-11275450D02* -X8696000Y-11315450D01* -X8696000Y-11275450D02* -X8656000Y-11315450D01* -X8667500Y-10790550D02* -X8707500Y-10830550D01* -X8707500Y-10790550D02* -X8667500Y-10830550D01* -X8670500Y-10078000D02* -X8710500Y-10118000D01* -X8710500Y-10078000D02* -X8670500Y-10118000D01* -X8687000Y-9018000D02* -X8727000Y-9058000D01* -X8727000Y-9018000D02* -X8687000Y-9058000D01* -X8690000Y-9316000D02* -X8730000Y-9356000D01* -X8730000Y-9316000D02* -X8690000Y-9356000D01* -X8723760Y-11070550D02* -X8763760Y-11110550D01* -X8763760Y-11070550D02* -X8723760Y-11110550D01* -X8746500Y-8434000D02* -X8786500Y-8474000D01* -X8786500Y-8434000D02* -X8746500Y-8474000D01* -X8765000Y-10729000D02* -X8805000Y-10769000D01* -X8805000Y-10729000D02* -X8765000Y-10769000D01* -X8765500Y-8686000D02* -X8805500Y-8726000D01* -X8805500Y-8686000D02* -X8765500Y-8726000D01* -X8777500Y-11542000D02* -X8817500Y-11582000D01* -X8817500Y-11542000D02* -X8777500Y-11582000D01* -X8783000Y-7900000D02* -X8823000Y-7940000D01* -X8823000Y-7900000D02* -X8783000Y-7940000D01* -X8803000Y-10256000D02* -X8843000Y-10296000D01* -X8843000Y-10256000D02* -X8803000Y-10296000D01* -X8853500Y-8551000D02* -X8893500Y-8591000D01* -X8893500Y-8551000D02* -X8853500Y-8591000D01* -X8919500Y-9912500D02* -X8959500Y-9952500D01* -X8959500Y-9912500D02* -X8919500Y-9952500D01* -X8955000Y-9242000D02* -X8995000Y-9282000D01* -X8995000Y-9242000D02* -X8955000Y-9282000D01* -X8956000Y-11380000D02* -X8996000Y-11420000D01* -X8996000Y-11380000D02* -X8956000Y-11420000D01* -X8977500Y-10935000D02* -X9017500Y-10975000D01* -X9017500Y-10935000D02* -X8977500Y-10975000D01* -X9001000Y-11926000D02* -X9041000Y-11966000D01* -X9041000Y-11926000D02* -X9001000Y-11966000D01* -X9008500Y-10617000D02* -X9048500Y-10657000D01* -X9048500Y-10617000D02* -X9008500Y-10657000D01* -X9028000Y-9706000D02* -X9068000Y-9746000D01* -X9068000Y-9706000D02* -X9028000Y-9746000D01* -X9083000Y-11855000D02* -X9123000Y-11895000D01* -X9123000Y-11855000D02* -X9083000Y-11895000D01* -X9125000Y-9406000D02* -X9165000Y-9446000D01* -X9165000Y-9406000D02* -X9125000Y-9446000D01* -X9146000Y-11655000D02* -X9186000Y-11695000D01* -X9186000Y-11655000D02* -X9146000Y-11695000D01* -X9171000Y-11767000D02* -X9211000Y-11807000D01* -X9211000Y-11767000D02* -X9171000Y-11807000D01* -X9179500Y-10537000D02* -X9219500Y-10577000D01* -X9219500Y-10537000D02* -X9179500Y-10577000D01* -X9208500Y-11133000D02* -X9248500Y-11173000D01* -X9248500Y-11133000D02* -X9208500Y-11173000D01* -X9208500Y-11133000D02* -X9248500Y-11173000D01* -X9248500Y-11133000D02* -X9208500Y-11173000D01* -X9240500Y-10174000D02* -X9280500Y-10214000D01* -X9280500Y-10174000D02* -X9240500Y-10214000D01* -X9261500Y-10604000D02* -X9301500Y-10644000D01* -X9301500Y-10604000D02* -X9261500Y-10644000D01* -X9298500Y-7702000D02* -X9338500Y-7742000D01* -X9338500Y-7702000D02* -X9298500Y-7742000D01* -X9405500Y-11661000D02* -X9445500Y-11701000D01* -X9445500Y-11661000D02* -X9405500Y-11701000D01* -X9430500Y-10916000D02* -X9470500Y-10956000D01* -X9470500Y-10916000D02* -X9430500Y-10956000D01* -X9441500Y-11375000D02* -X9481500Y-11415000D01* -X9481500Y-11375000D02* -X9441500Y-11415000D01* -X9443500Y-12098000D02* -X9483500Y-12138000D01* -X9483500Y-12098000D02* -X9443500Y-12138000D01* -X9452500Y-7322000D02* -X9492500Y-7362000D01* -X9492500Y-7322000D02* -X9452500Y-7362000D01* -X9470950Y-10403000D02* -X9510950Y-10443000D01* -X9510950Y-10403000D02* -X9470950Y-10443000D01* -X9470950Y-10547000D02* -X9510950Y-10587000D01* -X9510950Y-10547000D02* -X9470950Y-10587000D01* -X9487500Y-9839000D02* -X9527500Y-9879000D01* -X9527500Y-9839000D02* -X9487500Y-9879000D01* -X9490500Y-11853000D02* -X9530500Y-11893000D01* -X9530500Y-11853000D02* -X9490500Y-11893000D01* -X9508500Y-11701000D02* -X9548500Y-11741000D01* -X9548500Y-11701000D02* -X9508500Y-11741000D01* -X9525106Y-10631650D02* -X9565106Y-10671650D01* -X9565106Y-10631650D02* -X9525106Y-10671650D01* -X9542000Y-8184000D02* -X9582000Y-8224000D01* -X9582000Y-8184000D02* -X9542000Y-8224000D01* -X9598500Y-11664000D02* -X9638500Y-11704000D01* -X9638500Y-11664000D02* -X9598500Y-11704000D01* -X9609500Y-9481000D02* -X9649500Y-9521000D01* -X9649500Y-9481000D02* -X9609500Y-9521000D01* -X9680000Y-7926000D02* -X9720000Y-7966000D01* -X9720000Y-7926000D02* -X9680000Y-7966000D01* -X9693035Y-11266065D02* -X9733035Y-11306065D01* -X9733035Y-11266065D02* -X9693035Y-11306065D01* -X9711500Y-12364000D02* -X9751500Y-12404000D01* -X9751500Y-12364000D02* -X9711500Y-12404000D01* -X9716500Y-7738000D02* -X9756500Y-7778000D01* -X9756500Y-7738000D02* -X9716500Y-7778000D01* -X9718500Y-11510000D02* -X9758500Y-11550000D01* -X9758500Y-11510000D02* -X9718500Y-11550000D01* -X9750500Y-12742000D02* -X9790500Y-12782000D01* -X9790500Y-12742000D02* -X9750500Y-12782000D01* -X9755050Y-9269000D02* -X9795050Y-9309000D01* -X9795050Y-9269000D02* -X9755050Y-9309000D01* -X9784400Y-10978200D02* -X9824400Y-11018200D01* -X9824400Y-10978200D02* -X9784400Y-11018200D01* -X9793500Y-11210000D02* -X9833500Y-11250000D01* -X9833500Y-11210000D02* -X9793500Y-11250000D01* -X9812500Y-10853000D02* -X9852500Y-10893000D01* -X9852500Y-10853000D02* -X9812500Y-10893000D01* -X9824050Y-10112000D02* -X9864050Y-10152000D01* -X9864050Y-10112000D02* -X9824050Y-10152000D01* -X9883500Y-9208000D02* -X9923500Y-9248000D01* -X9923500Y-9208000D02* -X9883500Y-9248000D01* -X9892500Y-11272000D02* -X9932500Y-11312000D01* -X9932500Y-11272000D02* -X9892500Y-11312000D01* -X9894500Y-10670000D02* -X9934500Y-10710000D01* -X9934500Y-10670000D02* -X9894500Y-10710000D01* -X9942500Y-7342000D02* -X9982500Y-7382000D01* -X9982500Y-7342000D02* -X9942500Y-7382000D01* -X9979000Y-11655000D02* -X10019000Y-11695000D01* -X10019000Y-11655000D02* -X9979000Y-11695000D01* -X10014250Y-12110750D02* -X10054250Y-12150750D01* -X10054250Y-12110750D02* -X10014250Y-12150750D01* -X10044500Y-11848000D02* -X10084500Y-11888000D01* -X10084500Y-11848000D02* -X10044500Y-11888000D01* -X10056500Y-9544000D02* -X10096500Y-9584000D01* -X10096500Y-9544000D02* -X10056500Y-9584000D01* -X10081500Y-11406000D02* -X10121500Y-11446000D01* -X10121500Y-11406000D02* -X10081500Y-11446000D01* -X10119500Y-12035500D02* -X10159500Y-12075500D01* -X10159500Y-12035500D02* -X10119500Y-12075500D01* -X10132500Y-7731000D02* -X10172500Y-7771000D01* -X10172500Y-7731000D02* -X10132500Y-7771000D01* -X10147000Y-11013000D02* -X10187000Y-11053000D01* -X10187000Y-11013000D02* -X10147000Y-11053000D01* -X10185000Y-9248000D02* -X10225000Y-9288000D01* -X10225000Y-9248000D02* -X10185000Y-9288000D01* -X10190800Y-10114600D02* -X10230800Y-10154600D01* -X10230800Y-10114600D02* -X10190800Y-10154600D01* -X10190800Y-11918000D02* -X10230800Y-11958000D01* -X10230800Y-11918000D02* -X10190800Y-11958000D01* -X10220000Y-8202000D02* -X10260000Y-8242000D01* -X10260000Y-8202000D02* -X10220000Y-8242000D01* -X10311500Y-10619000D02* -X10351500Y-10659000D01* -X10351500Y-10619000D02* -X10311500Y-10659000D01* -X10360500Y-11681000D02* -X10400500Y-11721000D01* -X10400500Y-11681000D02* -X10360500Y-11721000D01* -X10434000Y-8858000D02* -X10474000Y-8898000D01* -X10474000Y-8858000D02* -X10434000Y-8898000D01* -X10444000Y-9016000D02* -X10484000Y-9056000D01* -X10484000Y-9016000D02* -X10444000Y-9056000D01* -X10451500Y-9984000D02* -X10491500Y-10024000D01* -X10491500Y-9984000D02* -X10451500Y-10024000D01* -X10452500Y-10975000D02* -X10492500Y-11015000D01* -X10492500Y-10975000D02* -X10452500Y-11015000D01* -X10553000Y-9162000D02* -X10593000Y-9202000D01* -X10593000Y-9162000D02* -X10553000Y-9202000D01* -X10600000Y-11333000D02* -X10640000Y-11373000D01* -X10640000Y-11333000D02* -X10600000Y-11373000D01* -X10716000Y-10884000D02* -X10756000Y-10924000D01* -X10756000Y-10884000D02* -X10716000Y-10924000D01* -X10735000Y-9822000D02* -X10775000Y-9862000D01* -X10775000Y-9822000D02* -X10735000Y-9862000D01* -X10797000Y-9249000D02* -X10837000Y-9289000D01* -X10837000Y-9249000D02* -X10797000Y-9289000D01* -X10894000Y-11329000D02* -X10934000Y-11369000D01* -X10934000Y-11329000D02* -X10894000Y-11369000D01* -X10897500Y-10071550D02* -X10937500Y-10111550D01* -X10937500Y-10071550D02* -X10897500Y-10111550D01* -X10897500Y-11181400D02* -X10937500Y-11221400D01* -X10937500Y-11181400D02* -X10897500Y-11221400D01* -X10929000Y-11705000D02* -X10969000Y-11745000D01* -X10969000Y-11705000D02* -X10929000Y-11745000D01* -X10976000Y-9624000D02* -X11016000Y-9664000D01* -X11016000Y-9624000D02* -X10976000Y-9664000D01* -X11008500Y-12759000D02* -X11048500Y-12799000D01* -X11048500Y-12759000D02* -X11008500Y-12799000D01* -X11034000Y-7358000D02* -X11074000Y-7398000D01* -X11074000Y-7358000D02* -X11034000Y-7398000D01* -X11087000Y-9183000D02* -X11127000Y-9223000D01* -X11127000Y-9183000D02* -X11087000Y-9223000D01* -X11320000Y-11717000D02* -X11360000Y-11757000D01* -X11360000Y-11717000D02* -X11320000Y-11757000D01* -X11406000Y-8550000D02* -X11446000Y-8590000D01* -X11446000Y-8550000D02* -X11406000Y-8590000D01* -X11414000Y-8912000D02* -X11454000Y-8952000D01* -X11454000Y-8912000D02* -X11414000Y-8952000D01* -X11443000Y-10013000D02* -X11483000Y-10053000D01* -X11483000Y-10013000D02* -X11443000Y-10053000D01* -X11445500Y-10795000D02* -X11485500Y-10835000D01* -X11485500Y-10795000D02* -X11445500Y-10835000D01* -X11600000Y-9001000D02* -X11640000Y-9041000D01* -X11640000Y-9001000D02* -X11600000Y-9041000D01* -X11824050Y-8014550D02* -X11864050Y-8054550D01* -X11864050Y-8014550D02* -X11824050Y-8054550D01* -X11904500Y-11697000D02* -X11944500Y-11737000D01* -X11944500Y-11697000D02* -X11904500Y-11737000D01* -X12058000Y-12781000D02* -X12098000Y-12821000D01* -X12098000Y-12781000D02* -X12058000Y-12821000D01* -X12275500Y-9371000D02* -X12315500Y-9411000D01* -X12315500Y-9371000D02* -X12275500Y-9411000D01* -X12324400Y-7752400D02* -X12364400Y-7792400D01* -X12364400Y-7752400D02* -X12324400Y-7792400D01* -X12530000Y-8389000D02* -X12570000Y-8429000D01* -X12570000Y-8389000D02* -X12530000Y-8429000D01* -X12767000Y-7367000D02* -X12807000Y-7407000D01* -X12807000Y-7367000D02* -X12767000Y-7407000D01* -X12770500Y-11680000D02* -X12810500Y-11720000D01* -X12810500Y-11680000D02* -X12770500Y-11720000D01* -X12783500Y-11079800D02* -X12823500Y-11119800D01* -X12823500Y-11079800D02* -X12783500Y-11119800D01* -X12796550Y-7876550D02* -X12836550Y-7916550D01* -X12836550Y-7876550D02* -X12796550Y-7916550D01* -X12798500Y-10669000D02* -X12838500Y-10709000D01* -X12838500Y-10669000D02* -X12798500Y-10709000D01* -X13137200Y-8641400D02* -X13177200Y-8681400D01* -X13177200Y-8641400D02* -X13137200Y-8681400D01* -X13180000Y-8886000D02* -X13220000Y-8926000D01* -X13220000Y-8886000D02* -X13180000Y-8926000D01* -X13213400Y-7752400D02* -X13253400Y-7792400D01* -X13253400Y-7752400D02* -X13213400Y-7792400D01* -X13260500Y-10091000D02* -X13300500Y-10131000D01* -X13300500Y-10091000D02* -X13260500Y-10131000D01* -X13272500Y-10648000D02* -X13312500Y-10688000D01* -X13312500Y-10648000D02* -X13272500Y-10688000D01* -X13564000Y-8324000D02* -X13604000Y-8364000D01* -X13604000Y-8324000D02* -X13564000Y-8364000D01* -X13564000Y-8546000D02* -X13604000Y-8586000D01* -X13604000Y-8546000D02* -X13564000Y-8586000D01* -X13569000Y-8795000D02* -X13609000Y-8835000D01* -X13609000Y-8795000D02* -X13569000Y-8835000D01* -X13587500Y-11693000D02* -X13627500Y-11733000D01* -X13627500Y-11693000D02* -X13587500Y-11733000D01* -X13646550Y-7866550D02* -X13686550Y-7906550D01* -X13686550Y-7866550D02* -X13646550Y-7906550D01* -X13696000Y-11079800D02* -X13736000Y-11119800D01* -X13736000Y-11079800D02* -X13696000Y-11119800D01* -X13746800Y-10902000D02* -X13786800Y-10942000D01* -X13786800Y-10902000D02* -X13746800Y-10942000D01* -X13770000Y-10592000D02* -X13810000Y-10632000D01* -X13810000Y-10592000D02* -X13770000Y-10632000D01* -X14051600Y-7752400D02* -X14091600Y-7792400D01* -X14091600Y-7752400D02* -X14051600Y-7792400D01* -X14227000Y-9497000D02* -X14267000Y-9537000D01* -X14267000Y-9497000D02* -X14227000Y-9537000D01* -X14331000Y-10063800D02* -X14371000Y-10103800D01* -X14371000Y-10063800D02* -X14331000Y-10103800D01* -X14335079Y-9329469D02* -X14375079Y-9369469D01* -X14375079Y-9329469D02* -X14335079Y-9369469D01* -X14381800Y-11462000D02* -X14421800Y-11502000D01* -X14421800Y-11462000D02* -X14381800Y-11502000D01* -X14407200Y-11054400D02* -X14447200Y-11094400D01* -X14447200Y-11054400D02* -X14407200Y-11094400D01* -X14482500Y-7649000D02* -X14522500Y-7689000D01* -X14522500Y-7649000D02* -X14482500Y-7689000D01* -X14531500Y-12541000D02* -X14571500Y-12581000D01* -X14571500Y-12541000D02* -X14531500Y-12581000D01* -X14545329Y-8802719D02* -X14585329Y-8842719D01* -X14585329Y-8802719D02* -X14545329Y-8842719D01* -X14617500Y-11682500D02* -X14657500Y-11722500D01* -X14657500Y-11682500D02* -X14617500Y-11722500D01* -X14726079Y-8448469D02* -X14766079Y-8488469D01* -X14766079Y-8448469D02* -X14726079Y-8488469D01* -X14810000Y-10584000D02* -X14850000Y-10624000D01* -X14850000Y-10584000D02* -X14810000Y-10624000D01* -X15170500Y-7722000D02* -X15210500Y-7762000D01* -X15210500Y-7722000D02* -X15170500Y-7762000D01* -X15195500Y-12585000D02* -X15235500Y-12625000D01* -X15235500Y-12585000D02* -X15195500Y-12625000D01* -X15410079Y-9048469D02* -X15450079Y-9088469D01* -X15450079Y-9048469D02* -X15410079Y-9088469D01* -X15410079Y-10425469D02* -X15450079Y-10465469D01* -X15450079Y-10425469D02* -X15410079Y-10465469D01* -X15723500Y-11728000D02* -X15763500Y-11768000D01* -X15763500Y-11728000D02* -X15723500Y-11768000D01* -X15753400Y-8031800D02* -X15793400Y-8071800D01* -X15793400Y-8031800D02* -X15753400Y-8071800D01* -X15931200Y-8031800D02* -X15971200Y-8071800D01* -X15971200Y-8031800D02* -X15931200Y-8071800D01* -X15956600Y-8565200D02* -X15996600Y-8605200D01* -X15996600Y-8565200D02* -X15956600Y-8605200D01* -D13* -X11679000Y-11482000D02* -G75* -G03* -X11679000Y-11482000I-47500J0D01* -G01* -X11679000Y-11732000D02* -G75* -G03* -X11679000Y-11732000I-47500J0D01* -G01* -X11679000Y-11982000D02* -G75* -G03* -X11679000Y-11982000I-47500J0D01* -G01* -X11679000Y-12232000D02* -G75* -G03* -X11679000Y-12232000I-47500J0D01* -G01* -X11679000Y-12482000D02* -G75* -G03* -X11679000Y-12482000I-47500J0D01* -G01* -X11679000Y-12732000D02* -G75* -G03* -X11679000Y-12732000I-47500J0D01* -G01* -X13822770Y-9218665D02* -G75* -G03* -X13822770Y-9218665I-47500J0D01* -G01* -X13822770Y-9468665D02* -G75* -G03* -X13822770Y-9468665I-47500J0D01* -G01* -X13822770Y-9718665D02* -G75* -G03* -X13822770Y-9718665I-47500J0D01* -G01* -X13822770Y-9968665D02* -G75* -G03* -X13822770Y-9968665I-47500J0D01* -G01* -X14910243Y-6978331D02* -G75* -G03* -X14910243Y-6978331I-47500J0D01* -G01* -X14910243Y-7228331D02* -G75* -G03* -X14910243Y-7228331I-47500J0D01* -G01* -X14910243Y-7478331D02* -G75* -G03* -X14910243Y-7478331I-47500J0D01* -G01* -X14910243Y-7728331D02* -G75* -G03* -X14910243Y-7728331I-47500J0D01* -G01* -X14910629Y-12089712D02* -G75* -G03* -X14910629Y-12089712I-47500J0D01* -G01* -X14910629Y-12339712D02* -G75* -G03* -X14910629Y-12339712I-47500J0D01* -G01* -X14910629Y-12589712D02* -G75* -G03* -X14910629Y-12589712I-47500J0D01* -G01* -X15146454Y-11000053D02* -G75* -G03* -X15146454Y-11000053I-47500J0D01* -G01* -X15146454Y-11250053D02* -G75* -G03* -X15146454Y-11250053I-47500J0D01* -G01* -X15146454Y-11500053D02* -G75* -G03* -X15146454Y-11500053I-47500J0D01* -G01* -X15147145Y-8317975D02* -G75* -G03* -X15147145Y-8317975I-47500J0D01* -G01* -X15147145Y-8567975D02* -G75* -G03* -X15147145Y-8567975I-47500J0D01* -G01* -X15147145Y-8817975D02* -G75* -G03* -X15147145Y-8817975I-47500J0D01* -G01* -X15147145Y-9067975D02* -G75* -G03* -X15147145Y-9067975I-47500J0D01* -G01* -X15147639Y-9658545D02* -G75* -G03* -X15147639Y-9658545I-47500J0D01* -G01* -X15147639Y-9908545D02* -G75* -G03* -X15147639Y-9908545I-47500J0D01* -G01* -X15147639Y-10158545D02* -G75* -G03* -X15147639Y-10158545I-47500J0D01* -G01* -X15147639Y-10408545D02* -G75* -G03* -X15147639Y-10408545I-47500J0D01* -G01* -X15585472Y-6978666D02* -G75* -G03* -X15585472Y-6978666I-47500J0D01* -G01* -X15585472Y-7228666D02* -G75* -G03* -X15585472Y-7228666I-47500J0D01* -G01* -X15585472Y-7478666D02* -G75* -G03* -X15585472Y-7478666I-47500J0D01* -G01* -X15585472Y-7728666D02* -G75* -G03* -X15585472Y-7728666I-47500J0D01* -G01* -X15585629Y-12090712D02* -G75* -G03* -X15585629Y-12090712I-47500J0D01* -G01* -X15585629Y-12340712D02* -G75* -G03* -X15585629Y-12340712I-47500J0D01* -G01* -X15585629Y-12590712D02* -G75* -G03* -X15585629Y-12590712I-47500J0D01* -G01* -X15821788Y-10999718D02* -G75* -G03* -X15821788Y-10999718I-47500J0D01* -G01* -X15821788Y-11249718D02* -G75* -G03* -X15821788Y-11249718I-47500J0D01* -G01* -X15821788Y-11499718D02* -G75* -G03* -X15821788Y-11499718I-47500J0D01* -G01* -X15823079Y-9658469D02* -G75* -G03* -X15823079Y-9658469I-47500J0D01* -G01* -X15823079Y-9908469D02* -G75* -G03* -X15823079Y-9908469I-47500J0D01* -G01* -X15823079Y-10158469D02* -G75* -G03* -X15823079Y-10158469I-47500J0D01* -G01* -X15823079Y-10408469D02* -G75* -G03* -X15823079Y-10408469I-47500J0D01* -G01* -X15823208Y-8318181D02* -G75* -G03* -X15823208Y-8318181I-47500J0D01* -G01* -X15823208Y-8568181D02* -G75* -G03* -X15823208Y-8568181I-47500J0D01* -G01* -X15823208Y-8818181D02* -G75* -G03* -X15823208Y-8818181I-47500J0D01* -G01* -X15823208Y-9068181D02* -G75* -G03* -X15823208Y-9068181I-47500J0D01* -G01* -D14* -X10293500Y-8570000D02* -X10293500Y-8670000D01* -X10243500Y-8620000D02* -X10343500Y-8620000D01* -X10547500Y-8570000D02* -X10547500Y-8670000D01* -X10497500Y-8620000D02* -X10597500Y-8620000D01* -X10801500Y-8570000D02* -X10801500Y-8670000D01* -X10751500Y-8620000D02* -X10851500Y-8620000D01* -X11344050Y-7112050D02* -X11344050Y-7212050D01* -X11294050Y-7162050D02* -X11394050Y-7162050D01* -X11594050Y-7112050D02* -X11594050Y-7212050D01* -X11544050Y-7162050D02* -X11644050Y-7162050D01* -X12208050Y-7118050D02* -X12208050Y-7218050D01* -X12158050Y-7168050D02* -X12258050Y-7168050D01* -X12270400Y-11381000D02* -X12270400Y-11481000D01* -X12220400Y-11431000D02* -X12320400Y-11431000D01* -X12458050Y-7118050D02* -X12458050Y-7218050D01* -X12408050Y-7168050D02* -X12508050Y-7168050D01* -X12520400Y-11381000D02* -X12520400Y-11481000D01* -X12470400Y-11431000D02* -X12570400Y-11431000D01* -X13058050Y-7120050D02* -X13058050Y-7220050D01* -X13008050Y-7170050D02* -X13108050Y-7170050D01* -X13110400Y-11380000D02* -X13110400Y-11480000D01* -X13060400Y-11430000D02* -X13160400Y-11430000D01* -X13308050Y-7120050D02* -X13308050Y-7220050D01* -X13258050Y-7170050D02* -X13358050Y-7170050D01* -X13360400Y-11380000D02* -X13360400Y-11480000D01* -X13310400Y-11430000D02* -X13410400Y-11430000D01* -X13906050Y-7121050D02* -X13906050Y-7221050D01* -X13856050Y-7171050D02* -X13956050Y-7171050D01* -X13957400Y-11376000D02* -X13957400Y-11476000D01* -X13907400Y-11426000D02* -X14007400Y-11426000D01* -X14156050Y-7121050D02* -X14156050Y-7221050D01* -X14106050Y-7171050D02* -X14206050Y-7171050D01* -X14207400Y-11376000D02* -X14207400Y-11476000D01* -X14157400Y-11426000D02* -X14257400Y-11426000D01* -D15* -X6686891Y-7470891D02* -X6686891Y-7393109D01* -X6609109Y-7393109D01* -X6609109Y-7470891D01* -X6686891Y-7470891D01* -X6686891Y-7724891D02* -X6686891Y-7647109D01* -X6609109Y-7647109D01* -X6609109Y-7724891D01* -X6686891Y-7724891D01* -X6686891Y-7978891D02* -X6686891Y-7901109D01* -X6609109Y-7901109D01* -X6609109Y-7978891D01* -X6686891Y-7978891D01* -X6686891Y-8232891D02* -X6686891Y-8155109D01* -X6609109Y-8155109D01* -X6609109Y-8232891D01* -X6686891Y-8232891D01* -X6686891Y-8486891D02* -X6686891Y-8409109D01* -X6609109Y-8409109D01* -X6609109Y-8486891D01* -X6686891Y-8486891D01* -X6686891Y-8740891D02* -X6686891Y-8663109D01* -X6609109Y-8663109D01* -X6609109Y-8740891D01* -X6686891Y-8740891D01* -X6686891Y-8994891D02* -X6686891Y-8917109D01* -X6609109Y-8917109D01* -X6609109Y-8994891D01* -X6686891Y-8994891D01* -X6686891Y-9248891D02* -X6686891Y-9171109D01* -X6609109Y-9171109D01* -X6609109Y-9248891D01* -X6686891Y-9248891D01* -X6686891Y-9502891D02* -X6686891Y-9425109D01* -X6609109Y-9425109D01* -X6609109Y-9502891D01* -X6686891Y-9502891D01* -X6686891Y-9756891D02* -X6686891Y-9679109D01* -X6609109Y-9679109D01* -X6609109Y-9756891D01* -X6686891Y-9756891D01* -X6686891Y-10010891D02* -X6686891Y-9933109D01* -X6609109Y-9933109D01* -X6609109Y-10010891D01* -X6686891Y-10010891D01* -X6686891Y-10264891D02* -X6686891Y-10187109D01* -X6609109Y-10187109D01* -X6609109Y-10264891D01* -X6686891Y-10264891D01* -X6686891Y-10518891D02* -X6686891Y-10441109D01* -X6609109Y-10441109D01* -X6609109Y-10518891D01* -X6686891Y-10518891D01* -X6686891Y-10772891D02* -X6686891Y-10695109D01* -X6609109Y-10695109D01* -X6609109Y-10772891D01* -X6686891Y-10772891D01* -X6686891Y-11026891D02* -X6686891Y-10949109D01* -X6609109Y-10949109D01* -X6609109Y-11026891D01* -X6686891Y-11026891D01* -X6686891Y-11280891D02* -X6686891Y-11203109D01* -X6609109Y-11203109D01* -X6609109Y-11280891D01* -X6686891Y-11280891D01* -X6686891Y-11534891D02* -X6686891Y-11457109D01* -X6609109Y-11457109D01* -X6609109Y-11534891D01* -X6686891Y-11534891D01* -X6686891Y-11788891D02* -X6686891Y-11711109D01* -X6609109Y-11711109D01* -X6609109Y-11788891D01* -X6686891Y-11788891D01* -X6686891Y-12042891D02* -X6686891Y-11965109D01* -X6609109Y-11965109D01* -X6609109Y-12042891D01* -X6686891Y-12042891D01* -X6686891Y-12296891D02* -X6686891Y-12219109D01* -X6609109Y-12219109D01* -X6609109Y-12296891D01* -X6686891Y-12296891D01* -X6940891Y-7470891D02* -X6940891Y-7393109D01* -X6863109Y-7393109D01* -X6863109Y-7470891D01* -X6940891Y-7470891D01* -X6940891Y-7724891D02* -X6940891Y-7647109D01* -X6863109Y-7647109D01* -X6863109Y-7724891D01* -X6940891Y-7724891D01* -X6940891Y-7978891D02* -X6940891Y-7901109D01* -X6863109Y-7901109D01* -X6863109Y-7978891D01* -X6940891Y-7978891D01* -X6940891Y-8232891D02* -X6940891Y-8155109D01* -X6863109Y-8155109D01* -X6863109Y-8232891D01* -X6940891Y-8232891D01* -X6940891Y-8486891D02* -X6940891Y-8409109D01* -X6863109Y-8409109D01* -X6863109Y-8486891D01* -X6940891Y-8486891D01* -X6940891Y-8740891D02* -X6940891Y-8663109D01* -X6863109Y-8663109D01* -X6863109Y-8740891D01* -X6940891Y-8740891D01* -X6940891Y-8994891D02* -X6940891Y-8917109D01* -X6863109Y-8917109D01* -X6863109Y-8994891D01* -X6940891Y-8994891D01* -X6940891Y-9248891D02* -X6940891Y-9171109D01* -X6863109Y-9171109D01* -X6863109Y-9248891D01* -X6940891Y-9248891D01* -X6940891Y-9502891D02* -X6940891Y-9425109D01* -X6863109Y-9425109D01* -X6863109Y-9502891D01* -X6940891Y-9502891D01* -X6940891Y-9756891D02* -X6940891Y-9679109D01* -X6863109Y-9679109D01* -X6863109Y-9756891D01* -X6940891Y-9756891D01* -X6940891Y-10010891D02* -X6940891Y-9933109D01* -X6863109Y-9933109D01* -X6863109Y-10010891D01* -X6940891Y-10010891D01* -X6940891Y-10264891D02* -X6940891Y-10187109D01* -X6863109Y-10187109D01* -X6863109Y-10264891D01* -X6940891Y-10264891D01* -X6940891Y-10518891D02* -X6940891Y-10441109D01* -X6863109Y-10441109D01* -X6863109Y-10518891D01* -X6940891Y-10518891D01* -X6940891Y-10772891D02* -X6940891Y-10695109D01* -X6863109Y-10695109D01* -X6863109Y-10772891D01* -X6940891Y-10772891D01* -X6940891Y-11026891D02* -X6940891Y-10949109D01* -X6863109Y-10949109D01* -X6863109Y-11026891D01* -X6940891Y-11026891D01* -X6940891Y-11280891D02* -X6940891Y-11203109D01* -X6863109Y-11203109D01* -X6863109Y-11280891D01* -X6940891Y-11280891D01* -X6940891Y-11534891D02* -X6940891Y-11457109D01* -X6863109Y-11457109D01* -X6863109Y-11534891D01* -X6940891Y-11534891D01* -X6940891Y-11788891D02* -X6940891Y-11711109D01* -X6863109Y-11711109D01* -X6863109Y-11788891D01* -X6940891Y-11788891D01* -X6940891Y-12042891D02* -X6940891Y-11965109D01* -X6863109Y-11965109D01* -X6863109Y-12042891D01* -X6940891Y-12042891D01* -X6940891Y-12296891D02* -X6940891Y-12219109D01* -X6863109Y-12219109D01* -X6863109Y-12296891D01* -X6940891Y-12296891D01* -X9356891Y-8647891D02* -X9356891Y-8570109D01* -X9279109Y-8570109D01* -X9279109Y-8647891D01* -X9356891Y-8647891D01* -X9356891Y-8901891D02* -X9356891Y-8824109D01* -X9279109Y-8824109D01* -X9279109Y-8901891D01* -X9356891Y-8901891D01* -X9610891Y-8647891D02* -X9610891Y-8570109D01* -X9533109Y-8570109D01* -X9533109Y-8647891D01* -X9610891Y-8647891D01* -X9610891Y-8901891D02* -X9610891Y-8824109D01* -X9533109Y-8824109D01* -X9533109Y-8901891D01* -X9610891Y-8901891D01* -X9864891Y-8647891D02* -X9864891Y-8570109D01* -X9787109Y-8570109D01* -X9787109Y-8647891D01* -X9864891Y-8647891D01* -X9864891Y-8901891D02* -X9864891Y-8824109D01* -X9787109Y-8824109D01* -X9787109Y-8901891D01* -X9864891Y-8901891D01* -X11190391Y-10373891D02* -X11190391Y-10296109D01* -X11112609Y-10296109D01* -X11112609Y-10373891D01* -X11190391Y-10373891D01* -X11190391Y-10823891D02* -X11190391Y-10746109D01* -X11112609Y-10746109D01* -X11112609Y-10823891D01* -X11190391Y-10823891D01* -X11840391Y-10373891D02* -X11840391Y-10296109D01* -X11762609Y-10296109D01* -X11762609Y-10373891D01* -X11840391Y-10373891D01* -X11840391Y-10823891D02* -X11840391Y-10746109D01* -X11762609Y-10746109D01* -X11762609Y-10823891D01* -X11840391Y-10823891D01* -X12212291Y-12011891D02* -X12212291Y-11934109D01* -X12134509Y-11934109D01* -X12134509Y-12011891D01* -X12212291Y-12011891D01* -X12212291Y-12661891D02* -X12212291Y-12584109D01* -X12134509Y-12584109D01* -X12134509Y-12661891D01* -X12212291Y-12661891D01* -X12662291Y-12011891D02* -X12662291Y-11934109D01* -X12584509Y-11934109D01* -X12584509Y-12011891D01* -X12662291Y-12011891D01* -X12662291Y-12661891D02* -X12662291Y-12584109D01* -X12584509Y-12584109D01* -X12584509Y-12661891D01* -X12662291Y-12661891D01* -X12986391Y-9258891D02* -X12986391Y-9181109D01* -X12908609Y-9181109D01* -X12908609Y-9258891D01* -X12986391Y-9258891D01* -X12986391Y-9508891D02* -X12986391Y-9431109D01* -X12908609Y-9431109D01* -X12908609Y-9508891D01* -X12986391Y-9508891D01* -X12986391Y-9758891D02* -X12986391Y-9681109D01* -X12908609Y-9681109D01* -X12908609Y-9758891D01* -X12986391Y-9758891D01* -X12986391Y-10008891D02* -X12986391Y-9931109D01* -X12908609Y-9931109D01* -X12908609Y-10008891D01* -X12986391Y-10008891D01* -X12986391Y-10258891D02* -X12986391Y-10181109D01* -X12908609Y-10181109D01* -X12908609Y-10258891D01* -X12986391Y-10258891D01* -X13049291Y-12017891D02* -X13049291Y-11940109D01* -X12971509Y-11940109D01* -X12971509Y-12017891D01* -X13049291Y-12017891D01* -X13049291Y-12667891D02* -X13049291Y-12590109D01* -X12971509Y-12590109D01* -X12971509Y-12667891D01* -X13049291Y-12667891D01* -X13499291Y-12017891D02* -X13499291Y-11940109D01* -X13421509Y-11940109D01* -X13421509Y-12017891D01* -X13499291Y-12017891D01* -X13499291Y-12667891D02* -X13499291Y-12590109D01* -X13421509Y-12590109D01* -X13421509Y-12667891D01* -X13499291Y-12667891D01* -X13904291Y-12013891D02* -X13904291Y-11936109D01* -X13826509Y-11936109D01* -X13826509Y-12013891D01* -X13904291Y-12013891D01* -X13904291Y-12663891D02* -X13904291Y-12586109D01* -X13826509Y-12586109D01* -X13826509Y-12663891D01* -X13904291Y-12663891D01* -X14354291Y-12013891D02* -X14354291Y-11936109D01* -X14276509Y-11936109D01* -X14276509Y-12013891D01* -X14354291Y-12013891D01* -X14354291Y-12663891D02* -X14354291Y-12586109D01* -X14276509Y-12586109D01* -X14276509Y-12663891D01* -X14354291Y-12663891D01* -D16* -X8428089Y-7177553D02* -X8488089Y-7117553D01* -X8428089Y-7057553D01* -X8368089Y-7117553D01* -X8428089Y-7177553D01* -X8928089Y-7177553D02* -X8988089Y-7117553D01* -X8928089Y-7057553D01* -X8868089Y-7117553D01* -X8928089Y-7177553D01* -X9483000Y-7176000D02* -X9543000Y-7116000D01* -X9483000Y-7056000D01* -X9423000Y-7116000D01* -X9483000Y-7176000D01* -X9983000Y-7176000D02* -X10043000Y-7116000D01* -X9983000Y-7056000D01* -X9923000Y-7116000D01* -X9983000Y-7176000D01* -D17* -X6643500Y-6785500D02* -X6918500Y-7060500D01* -X6918500Y-6785500D02* -X6643500Y-7060500D01* -X6918500Y-6923000D02* -G75* -G03* -X6918500Y-6923000I-137500J0D01* -G01* -D18* -X7616500Y-6755500D02* -X7941500Y-7080500D01* -X7941500Y-6755500D02* -X7616500Y-7080500D01* -X7779000Y-6755500D02* -X7779000Y-7080500D01* -X7616500Y-6918000D02* -X7941500Y-6918000D01* -X15916500Y-6755500D02* -X16241500Y-7080500D01* -X16241500Y-6755500D02* -X15916500Y-7080500D01* -X16079000Y-6755500D02* -X16079000Y-7080500D01* -X15916500Y-6918000D02* -X16241500Y-6918000D01* -X15916500Y-12555500D02* -X16241500Y-12880500D01* -X16241500Y-12555500D02* -X15916500Y-12880500D01* -X16079000Y-12555500D02* -X16079000Y-12880500D01* -X15916500Y-12718000D02* -X16241500Y-12718000D01* -D11* -X6682277Y-13386984D02* -X6682277Y-13186984D01* -X6682277Y-13186984D02* -X6729896Y-13186984D01* -X6729896Y-13186984D02* -X6758467Y-13196508D01* -X6758467Y-13196508D02* -X6777515Y-13215555D01* -X6777515Y-13215555D02* -X6787039Y-13234603D01* -X6787039Y-13234603D02* -X6796562Y-13272698D01* -X6796562Y-13272698D02* -X6796562Y-13301269D01* -X6796562Y-13301269D02* -X6787039Y-13339365D01* -X6787039Y-13339365D02* -X6777515Y-13358412D01* -X6777515Y-13358412D02* -X6758467Y-13377460D01* -X6758467Y-13377460D02* -X6729896Y-13386984D01* -X6729896Y-13386984D02* -X6682277Y-13386984D01* -X6882277Y-13386984D02* -X6882277Y-13253650D01* -X6882277Y-13291746D02* -X6891801Y-13272698D01* -X6891801Y-13272698D02* -X6901324Y-13263174D01* -X6901324Y-13263174D02* -X6920372Y-13253650D01* -X6920372Y-13253650D02* -X6939420Y-13253650D01* -X7006086Y-13386984D02* -X7006086Y-13253650D01* -X7006086Y-13186984D02* -X6996562Y-13196508D01* -X6996562Y-13196508D02* -X7006086Y-13206031D01* -X7006086Y-13206031D02* -X7015610Y-13196508D01* -X7015610Y-13196508D02* -X7006086Y-13186984D01* -X7006086Y-13186984D02* -X7006086Y-13206031D01* -X7129896Y-13386984D02* -X7110848Y-13377460D01* -X7110848Y-13377460D02* -X7101324Y-13358412D01* -X7101324Y-13358412D02* -X7101324Y-13186984D01* -X7234658Y-13386984D02* -X7215610Y-13377460D01* -X7215610Y-13377460D02* -X7206086Y-13358412D01* -X7206086Y-13358412D02* -X7206086Y-13186984D01* -X7463229Y-13386984D02* -X7463229Y-13186984D01* -X7463229Y-13186984D02* -X7529896Y-13329841D01* -X7529896Y-13329841D02* -X7596562Y-13186984D01* -X7596562Y-13186984D02* -X7596562Y-13386984D01* -X7777515Y-13386984D02* -X7777515Y-13282222D01* -X7777515Y-13282222D02* -X7767991Y-13263174D01* -X7767991Y-13263174D02* -X7748943Y-13253650D01* -X7748943Y-13253650D02* -X7710848Y-13253650D01* -X7710848Y-13253650D02* -X7691801Y-13263174D01* -X7777515Y-13377460D02* -X7758467Y-13386984D01* -X7758467Y-13386984D02* -X7710848Y-13386984D01* -X7710848Y-13386984D02* -X7691801Y-13377460D01* -X7691801Y-13377460D02* -X7682277Y-13358412D01* -X7682277Y-13358412D02* -X7682277Y-13339365D01* -X7682277Y-13339365D02* -X7691801Y-13320317D01* -X7691801Y-13320317D02* -X7710848Y-13310793D01* -X7710848Y-13310793D02* -X7758467Y-13310793D01* -X7758467Y-13310793D02* -X7777515Y-13301269D01* -X7872753Y-13253650D02* -X7872753Y-13453650D01* -X7872753Y-13263174D02* -X7891801Y-13253650D01* -X7891801Y-13253650D02* -X7929896Y-13253650D01* -X7929896Y-13253650D02* -X7948943Y-13263174D01* -X7948943Y-13263174D02* -X7958467Y-13272698D01* -X7958467Y-13272698D02* -X7967991Y-13291746D01* -X7967991Y-13291746D02* -X7967991Y-13348888D01* -X7967991Y-13348888D02* -X7958467Y-13367936D01* -X7958467Y-13367936D02* -X7948943Y-13377460D01* -X7948943Y-13377460D02* -X7929896Y-13386984D01* -X7929896Y-13386984D02* -X7891801Y-13386984D01* -X7891801Y-13386984D02* -X7872753Y-13377460D01* -X8053705Y-13367936D02* -X8063229Y-13377460D01* -X8063229Y-13377460D02* -X8053705Y-13386984D01* -X8053705Y-13386984D02* -X8044182Y-13377460D01* -X8044182Y-13377460D02* -X8053705Y-13367936D01* -X8053705Y-13367936D02* -X8053705Y-13386984D01* -X8053705Y-13263174D02* -X8063229Y-13272698D01* -X8063229Y-13272698D02* -X8053705Y-13282222D01* -X8053705Y-13282222D02* -X8044182Y-13272698D01* -X8044182Y-13272698D02* -X8053705Y-13263174D01* -X8053705Y-13263174D02* -X8053705Y-13282222D01* -D12* -X6381500Y-13695500D02* -X6421500Y-13735500D01* -X6421500Y-13695500D02* -X6381500Y-13735500D01* -D11* -X6720372Y-13606984D02* -X6739420Y-13606984D01* -X6739420Y-13606984D02* -X6758467Y-13616508D01* -X6758467Y-13616508D02* -X6767991Y-13626031D01* -X6767991Y-13626031D02* -X6777515Y-13645079D01* -X6777515Y-13645079D02* -X6787039Y-13683174D01* -X6787039Y-13683174D02* -X6787039Y-13730793D01* -X6787039Y-13730793D02* -X6777515Y-13768888D01* -X6777515Y-13768888D02* -X6767991Y-13787936D01* -X6767991Y-13787936D02* -X6758467Y-13797460D01* -X6758467Y-13797460D02* -X6739420Y-13806984D01* -X6739420Y-13806984D02* -X6720372Y-13806984D01* -X6720372Y-13806984D02* -X6701324Y-13797460D01* -X6701324Y-13797460D02* -X6691801Y-13787936D01* -X6691801Y-13787936D02* -X6682277Y-13768888D01* -X6682277Y-13768888D02* -X6672753Y-13730793D01* -X6672753Y-13730793D02* -X6672753Y-13683174D01* -X6672753Y-13683174D02* -X6682277Y-13645079D01* -X6682277Y-13645079D02* -X6691801Y-13626031D01* -X6691801Y-13626031D02* -X6701324Y-13616508D01* -X6701324Y-13616508D02* -X6720372Y-13606984D01* -X6872753Y-13787936D02* -X6882277Y-13797460D01* -X6882277Y-13797460D02* -X6872753Y-13806984D01* -X6872753Y-13806984D02* -X6863229Y-13797460D01* -X6863229Y-13797460D02* -X6872753Y-13787936D01* -X6872753Y-13787936D02* -X6872753Y-13806984D01* -X7053705Y-13673650D02* -X7053705Y-13806984D01* -X7006086Y-13597460D02* -X6958467Y-13740317D01* -X6958467Y-13740317D02* -X7082277Y-13740317D01* -X7196562Y-13606984D02* -X7215610Y-13606984D01* -X7215610Y-13606984D02* -X7234658Y-13616508D01* -X7234658Y-13616508D02* -X7244182Y-13626031D01* -X7244182Y-13626031D02* -X7253705Y-13645079D01* -X7253705Y-13645079D02* -X7263229Y-13683174D01* -X7263229Y-13683174D02* -X7263229Y-13730793D01* -X7263229Y-13730793D02* -X7253705Y-13768888D01* -X7253705Y-13768888D02* -X7244182Y-13787936D01* -X7244182Y-13787936D02* -X7234658Y-13797460D01* -X7234658Y-13797460D02* -X7215610Y-13806984D01* -X7215610Y-13806984D02* -X7196562Y-13806984D01* -X7196562Y-13806984D02* -X7177515Y-13797460D01* -X7177515Y-13797460D02* -X7167991Y-13787936D01* -X7167991Y-13787936D02* -X7158467Y-13768888D01* -X7158467Y-13768888D02* -X7148943Y-13730793D01* -X7148943Y-13730793D02* -X7148943Y-13683174D01* -X7148943Y-13683174D02* -X7158467Y-13645079D01* -X7158467Y-13645079D02* -X7167991Y-13626031D01* -X7167991Y-13626031D02* -X7177515Y-13616508D01* -X7177515Y-13616508D02* -X7196562Y-13606984D01* -X7387039Y-13606984D02* -X7406086Y-13606984D01* -X7406086Y-13606984D02* -X7425134Y-13616508D01* -X7425134Y-13616508D02* -X7434658Y-13626031D01* -X7434658Y-13626031D02* -X7444182Y-13645079D01* -X7444182Y-13645079D02* -X7453705Y-13683174D01* -X7453705Y-13683174D02* -X7453705Y-13730793D01* -X7453705Y-13730793D02* -X7444182Y-13768888D01* -X7444182Y-13768888D02* -X7434658Y-13787936D01* -X7434658Y-13787936D02* -X7425134Y-13797460D01* -X7425134Y-13797460D02* -X7406086Y-13806984D01* -X7406086Y-13806984D02* -X7387039Y-13806984D01* -X7387039Y-13806984D02* -X7367991Y-13797460D01* -X7367991Y-13797460D02* -X7358467Y-13787936D01* -X7358467Y-13787936D02* -X7348943Y-13768888D01* -X7348943Y-13768888D02* -X7339420Y-13730793D01* -X7339420Y-13730793D02* -X7339420Y-13683174D01* -X7339420Y-13683174D02* -X7348943Y-13645079D01* -X7348943Y-13645079D02* -X7358467Y-13626031D01* -X7358467Y-13626031D02* -X7367991Y-13616508D01* -X7367991Y-13616508D02* -X7387039Y-13606984D01* -X7539420Y-13806984D02* -X7539420Y-13673650D01* -X7539420Y-13692698D02* -X7548943Y-13683174D01* -X7548943Y-13683174D02* -X7567991Y-13673650D01* -X7567991Y-13673650D02* -X7596563Y-13673650D01* -X7596563Y-13673650D02* -X7615610Y-13683174D01* -X7615610Y-13683174D02* -X7625134Y-13702222D01* -X7625134Y-13702222D02* -X7625134Y-13806984D01* -X7625134Y-13702222D02* -X7634658Y-13683174D01* -X7634658Y-13683174D02* -X7653705Y-13673650D01* -X7653705Y-13673650D02* -X7682277Y-13673650D01* -X7682277Y-13673650D02* -X7701324Y-13683174D01* -X7701324Y-13683174D02* -X7710848Y-13702222D01* -X7710848Y-13702222D02* -X7710848Y-13806984D01* -X7806086Y-13806984D02* -X7806086Y-13673650D01* -X7806086Y-13692698D02* -X7815610Y-13683174D01* -X7815610Y-13683174D02* -X7834658Y-13673650D01* -X7834658Y-13673650D02* -X7863229Y-13673650D01* -X7863229Y-13673650D02* -X7882277Y-13683174D01* -X7882277Y-13683174D02* -X7891801Y-13702222D01* -X7891801Y-13702222D02* -X7891801Y-13806984D01* -X7891801Y-13702222D02* -X7901324Y-13683174D01* -X7901324Y-13683174D02* -X7920372Y-13673650D01* -X7920372Y-13673650D02* -X7948943Y-13673650D01* -X7948943Y-13673650D02* -X7967991Y-13683174D01* -X7967991Y-13683174D02* -X7977515Y-13702222D01* -X7977515Y-13702222D02* -X7977515Y-13806984D01* -X8367991Y-13597460D02* -X8196563Y-13854603D01* -X8625134Y-13606984D02* -X8644182Y-13606984D01* -X8644182Y-13606984D02* -X8663229Y-13616508D01* -X8663229Y-13616508D02* -X8672753Y-13626031D01* -X8672753Y-13626031D02* -X8682277Y-13645079D01* -X8682277Y-13645079D02* -X8691801Y-13683174D01* -X8691801Y-13683174D02* -X8691801Y-13730793D01* -X8691801Y-13730793D02* -X8682277Y-13768888D01* -X8682277Y-13768888D02* -X8672753Y-13787936D01* -X8672753Y-13787936D02* -X8663229Y-13797460D01* -X8663229Y-13797460D02* -X8644182Y-13806984D01* -X8644182Y-13806984D02* -X8625134Y-13806984D01* -X8625134Y-13806984D02* -X8606087Y-13797460D01* -X8606087Y-13797460D02* -X8596563Y-13787936D01* -X8596563Y-13787936D02* -X8587039Y-13768888D01* -X8587039Y-13768888D02* -X8577515Y-13730793D01* -X8577515Y-13730793D02* -X8577515Y-13683174D01* -X8577515Y-13683174D02* -X8587039Y-13645079D01* -X8587039Y-13645079D02* -X8596563Y-13626031D01* -X8596563Y-13626031D02* -X8606087Y-13616508D01* -X8606087Y-13616508D02* -X8625134Y-13606984D01* -X8777515Y-13787936D02* -X8787039Y-13797460D01* -X8787039Y-13797460D02* -X8777515Y-13806984D01* -X8777515Y-13806984D02* -X8767991Y-13797460D01* -X8767991Y-13797460D02* -X8777515Y-13787936D01* -X8777515Y-13787936D02* -X8777515Y-13806984D01* -X8910848Y-13606984D02* -X8929896Y-13606984D01* -X8929896Y-13606984D02* -X8948944Y-13616508D01* -X8948944Y-13616508D02* -X8958468Y-13626031D01* -X8958468Y-13626031D02* -X8967991Y-13645079D01* -X8967991Y-13645079D02* -X8977515Y-13683174D01* -X8977515Y-13683174D02* -X8977515Y-13730793D01* -X8977515Y-13730793D02* -X8967991Y-13768888D01* -X8967991Y-13768888D02* -X8958468Y-13787936D01* -X8958468Y-13787936D02* -X8948944Y-13797460D01* -X8948944Y-13797460D02* -X8929896Y-13806984D01* -X8929896Y-13806984D02* -X8910848Y-13806984D01* -X8910848Y-13806984D02* -X8891801Y-13797460D01* -X8891801Y-13797460D02* -X8882277Y-13787936D01* -X8882277Y-13787936D02* -X8872753Y-13768888D01* -X8872753Y-13768888D02* -X8863229Y-13730793D01* -X8863229Y-13730793D02* -X8863229Y-13683174D01* -X8863229Y-13683174D02* -X8872753Y-13645079D01* -X8872753Y-13645079D02* -X8882277Y-13626031D01* -X8882277Y-13626031D02* -X8891801Y-13616508D01* -X8891801Y-13616508D02* -X8910848Y-13606984D01* -X9167991Y-13806984D02* -X9053706Y-13806984D01* -X9110848Y-13806984D02* -X9110848Y-13606984D01* -X9110848Y-13606984D02* -X9091801Y-13635555D01* -X9091801Y-13635555D02* -X9072753Y-13654603D01* -X9072753Y-13654603D02* -X9053706Y-13664127D01* -X9348944Y-13606984D02* -X9253706Y-13606984D01* -X9253706Y-13606984D02* -X9244182Y-13702222D01* -X9244182Y-13702222D02* -X9253706Y-13692698D01* -X9253706Y-13692698D02* -X9272753Y-13683174D01* -X9272753Y-13683174D02* -X9320372Y-13683174D01* -X9320372Y-13683174D02* -X9339420Y-13692698D01* -X9339420Y-13692698D02* -X9348944Y-13702222D01* -X9348944Y-13702222D02* -X9358468Y-13721269D01* -X9358468Y-13721269D02* -X9358468Y-13768888D01* -X9358468Y-13768888D02* -X9348944Y-13787936D01* -X9348944Y-13787936D02* -X9339420Y-13797460D01* -X9339420Y-13797460D02* -X9320372Y-13806984D01* -X9320372Y-13806984D02* -X9272753Y-13806984D01* -X9272753Y-13806984D02* -X9253706Y-13797460D01* -X9253706Y-13797460D02* -X9244182Y-13787936D01* -X9425134Y-13606984D02* -X9558468Y-13606984D01* -X9558468Y-13606984D02* -X9472753Y-13806984D01* -X9625134Y-13606984D02* -X9625134Y-13645079D01* -X9701325Y-13606984D02* -X9701325Y-13645079D01* -X9996563Y-13883174D02* -X9987039Y-13873650D01* -X9987039Y-13873650D02* -X9967991Y-13845079D01* -X9967991Y-13845079D02* -X9958468Y-13826031D01* -X9958468Y-13826031D02* -X9948944Y-13797460D01* -X9948944Y-13797460D02* -X9939420Y-13749841D01* -X9939420Y-13749841D02* -X9939420Y-13711746D01* -X9939420Y-13711746D02* -X9948944Y-13664127D01* -X9948944Y-13664127D02* -X9958468Y-13635555D01* -X9958468Y-13635555D02* -X9967991Y-13616508D01* -X9967991Y-13616508D02* -X9987039Y-13587936D01* -X9987039Y-13587936D02* -X9996563Y-13578412D01* -X10177515Y-13806984D02* -X10063230Y-13806984D01* -X10120372Y-13806984D02* -X10120372Y-13606984D01* -X10120372Y-13606984D02* -X10101325Y-13635555D01* -X10101325Y-13635555D02* -X10082277Y-13654603D01* -X10082277Y-13654603D02* -X10063230Y-13664127D01* -X10272753Y-13806984D02* -X10310849Y-13806984D01* -X10310849Y-13806984D02* -X10329896Y-13797460D01* -X10329896Y-13797460D02* -X10339420Y-13787936D01* -X10339420Y-13787936D02* -X10358468Y-13759365D01* -X10358468Y-13759365D02* -X10367991Y-13721269D01* -X10367991Y-13721269D02* -X10367991Y-13645079D01* -X10367991Y-13645079D02* -X10358468Y-13626031D01* -X10358468Y-13626031D02* -X10348944Y-13616508D01* -X10348944Y-13616508D02* -X10329896Y-13606984D01* -X10329896Y-13606984D02* -X10291801Y-13606984D01* -X10291801Y-13606984D02* -X10272753Y-13616508D01* -X10272753Y-13616508D02* -X10263230Y-13626031D01* -X10263230Y-13626031D02* -X10253706Y-13645079D01* -X10253706Y-13645079D02* -X10253706Y-13692698D01* -X10253706Y-13692698D02* -X10263230Y-13711746D01* -X10263230Y-13711746D02* -X10272753Y-13721269D01* -X10272753Y-13721269D02* -X10291801Y-13730793D01* -X10291801Y-13730793D02* -X10329896Y-13730793D01* -X10329896Y-13730793D02* -X10348944Y-13721269D01* -X10348944Y-13721269D02* -X10358468Y-13711746D01* -X10358468Y-13711746D02* -X10367991Y-13692698D01* -X10482277Y-13692698D02* -X10463230Y-13683174D01* -X10463230Y-13683174D02* -X10453706Y-13673650D01* -X10453706Y-13673650D02* -X10444182Y-13654603D01* -X10444182Y-13654603D02* -X10444182Y-13645079D01* -X10444182Y-13645079D02* -X10453706Y-13626031D01* -X10453706Y-13626031D02* -X10463230Y-13616508D01* -X10463230Y-13616508D02* -X10482277Y-13606984D01* -X10482277Y-13606984D02* -X10520372Y-13606984D01* -X10520372Y-13606984D02* -X10539420Y-13616508D01* -X10539420Y-13616508D02* -X10548944Y-13626031D01* -X10548944Y-13626031D02* -X10558468Y-13645079D01* -X10558468Y-13645079D02* -X10558468Y-13654603D01* -X10558468Y-13654603D02* -X10548944Y-13673650D01* -X10548944Y-13673650D02* -X10539420Y-13683174D01* -X10539420Y-13683174D02* -X10520372Y-13692698D01* -X10520372Y-13692698D02* -X10482277Y-13692698D01* -X10482277Y-13692698D02* -X10463230Y-13702222D01* -X10463230Y-13702222D02* -X10453706Y-13711746D01* -X10453706Y-13711746D02* -X10444182Y-13730793D01* -X10444182Y-13730793D02* -X10444182Y-13768888D01* -X10444182Y-13768888D02* -X10453706Y-13787936D01* -X10453706Y-13787936D02* -X10463230Y-13797460D01* -X10463230Y-13797460D02* -X10482277Y-13806984D01* -X10482277Y-13806984D02* -X10520372Y-13806984D01* -X10520372Y-13806984D02* -X10539420Y-13797460D01* -X10539420Y-13797460D02* -X10548944Y-13787936D01* -X10548944Y-13787936D02* -X10558468Y-13768888D01* -X10558468Y-13768888D02* -X10558468Y-13730793D01* -X10558468Y-13730793D02* -X10548944Y-13711746D01* -X10548944Y-13711746D02* -X10539420Y-13702222D01* -X10539420Y-13702222D02* -X10520372Y-13692698D01* -X10796563Y-13806984D02* -X10796563Y-13606984D01* -X10882277Y-13806984D02* -X10882277Y-13702222D01* -X10882277Y-13702222D02* -X10872753Y-13683174D01* -X10872753Y-13683174D02* -X10853706Y-13673650D01* -X10853706Y-13673650D02* -X10825134Y-13673650D01* -X10825134Y-13673650D02* -X10806087Y-13683174D01* -X10806087Y-13683174D02* -X10796563Y-13692698D01* -X11006087Y-13806984D02* -X10987039Y-13797460D01* -X10987039Y-13797460D02* -X10977515Y-13787936D01* -X10977515Y-13787936D02* -X10967992Y-13768888D01* -X10967992Y-13768888D02* -X10967992Y-13711746D01* -X10967992Y-13711746D02* -X10977515Y-13692698D01* -X10977515Y-13692698D02* -X10987039Y-13683174D01* -X10987039Y-13683174D02* -X11006087Y-13673650D01* -X11006087Y-13673650D02* -X11034658Y-13673650D01* -X11034658Y-13673650D02* -X11053706Y-13683174D01* -X11053706Y-13683174D02* -X11063230Y-13692698D01* -X11063230Y-13692698D02* -X11072753Y-13711746D01* -X11072753Y-13711746D02* -X11072753Y-13768888D01* -X11072753Y-13768888D02* -X11063230Y-13787936D01* -X11063230Y-13787936D02* -X11053706Y-13797460D01* -X11053706Y-13797460D02* -X11034658Y-13806984D01* -X11034658Y-13806984D02* -X11006087Y-13806984D01* -X11187039Y-13806984D02* -X11167992Y-13797460D01* -X11167992Y-13797460D02* -X11158468Y-13778412D01* -X11158468Y-13778412D02* -X11158468Y-13606984D01* -X11339420Y-13797460D02* -X11320372Y-13806984D01* -X11320372Y-13806984D02* -X11282277Y-13806984D01* -X11282277Y-13806984D02* -X11263230Y-13797460D01* -X11263230Y-13797460D02* -X11253706Y-13778412D01* -X11253706Y-13778412D02* -X11253706Y-13702222D01* -X11253706Y-13702222D02* -X11263230Y-13683174D01* -X11263230Y-13683174D02* -X11282277Y-13673650D01* -X11282277Y-13673650D02* -X11320372Y-13673650D01* -X11320372Y-13673650D02* -X11339420Y-13683174D01* -X11339420Y-13683174D02* -X11348944Y-13702222D01* -X11348944Y-13702222D02* -X11348944Y-13721269D01* -X11348944Y-13721269D02* -X11253706Y-13740317D01* -X11425134Y-13797460D02* -X11444182Y-13806984D01* -X11444182Y-13806984D02* -X11482277Y-13806984D01* -X11482277Y-13806984D02* -X11501325Y-13797460D01* -X11501325Y-13797460D02* -X11510849Y-13778412D01* -X11510849Y-13778412D02* -X11510849Y-13768888D01* -X11510849Y-13768888D02* -X11501325Y-13749841D01* -X11501325Y-13749841D02* -X11482277Y-13740317D01* -X11482277Y-13740317D02* -X11453706Y-13740317D01* -X11453706Y-13740317D02* -X11434658Y-13730793D01* -X11434658Y-13730793D02* -X11425134Y-13711746D01* -X11425134Y-13711746D02* -X11425134Y-13702222D01* -X11425134Y-13702222D02* -X11434658Y-13683174D01* -X11434658Y-13683174D02* -X11453706Y-13673650D01* -X11453706Y-13673650D02* -X11482277Y-13673650D01* -X11482277Y-13673650D02* -X11501325Y-13683174D01* -X11577515Y-13883174D02* -X11587039Y-13873650D01* -X11587039Y-13873650D02* -X11606087Y-13845079D01* -X11606087Y-13845079D02* -X11615611Y-13826031D01* -X11615611Y-13826031D02* -X11625134Y-13797460D01* -X11625134Y-13797460D02* -X11634658Y-13749841D01* -X11634658Y-13749841D02* -X11634658Y-13711746D01* -X11634658Y-13711746D02* -X11625134Y-13664127D01* -X11625134Y-13664127D02* -X11615611Y-13635555D01* -X11615611Y-13635555D02* -X11606087Y-13616508D01* -X11606087Y-13616508D02* -X11587039Y-13587936D01* -X11587039Y-13587936D02* -X11577515Y-13578412D01* -D13* -X6421500Y-13979500D02* -G75* -G03* -X6421500Y-13979500I-47500J0D01* -G01* -D11* -X6720372Y-13870984D02* -X6739420Y-13870984D01* -X6739420Y-13870984D02* -X6758467Y-13880508D01* -X6758467Y-13880508D02* -X6767991Y-13890031D01* -X6767991Y-13890031D02* -X6777515Y-13909079D01* -X6777515Y-13909079D02* -X6787039Y-13947174D01* -X6787039Y-13947174D02* -X6787039Y-13994793D01* -X6787039Y-13994793D02* -X6777515Y-14032888D01* -X6777515Y-14032888D02* -X6767991Y-14051936D01* -X6767991Y-14051936D02* -X6758467Y-14061460D01* -X6758467Y-14061460D02* -X6739420Y-14070984D01* -X6739420Y-14070984D02* -X6720372Y-14070984D01* -X6720372Y-14070984D02* -X6701324Y-14061460D01* -X6701324Y-14061460D02* -X6691801Y-14051936D01* -X6691801Y-14051936D02* -X6682277Y-14032888D01* -X6682277Y-14032888D02* -X6672753Y-13994793D01* -X6672753Y-13994793D02* -X6672753Y-13947174D01* -X6672753Y-13947174D02* -X6682277Y-13909079D01* -X6682277Y-13909079D02* -X6691801Y-13890031D01* -X6691801Y-13890031D02* -X6701324Y-13880508D01* -X6701324Y-13880508D02* -X6720372Y-13870984D01* -X6872753Y-14051936D02* -X6882277Y-14061460D01* -X6882277Y-14061460D02* -X6872753Y-14070984D01* -X6872753Y-14070984D02* -X6863229Y-14061460D01* -X6863229Y-14061460D02* -X6872753Y-14051936D01* -X6872753Y-14051936D02* -X6872753Y-14070984D01* -X6977515Y-14070984D02* -X7015610Y-14070984D01* -X7015610Y-14070984D02* -X7034658Y-14061460D01* -X7034658Y-14061460D02* -X7044182Y-14051936D01* -X7044182Y-14051936D02* -X7063229Y-14023365D01* -X7063229Y-14023365D02* -X7072753Y-13985269D01* -X7072753Y-13985269D02* -X7072753Y-13909079D01* -X7072753Y-13909079D02* -X7063229Y-13890031D01* -X7063229Y-13890031D02* -X7053705Y-13880508D01* -X7053705Y-13880508D02* -X7034658Y-13870984D01* -X7034658Y-13870984D02* -X6996562Y-13870984D01* -X6996562Y-13870984D02* -X6977515Y-13880508D01* -X6977515Y-13880508D02* -X6967991Y-13890031D01* -X6967991Y-13890031D02* -X6958467Y-13909079D01* -X6958467Y-13909079D02* -X6958467Y-13956698D01* -X6958467Y-13956698D02* -X6967991Y-13975746D01* -X6967991Y-13975746D02* -X6977515Y-13985269D01* -X6977515Y-13985269D02* -X6996562Y-13994793D01* -X6996562Y-13994793D02* -X7034658Y-13994793D01* -X7034658Y-13994793D02* -X7053705Y-13985269D01* -X7053705Y-13985269D02* -X7063229Y-13975746D01* -X7063229Y-13975746D02* -X7072753Y-13956698D01* -X7253705Y-13870984D02* -X7158467Y-13870984D01* -X7158467Y-13870984D02* -X7148943Y-13966222D01* -X7148943Y-13966222D02* -X7158467Y-13956698D01* -X7158467Y-13956698D02* -X7177515Y-13947174D01* -X7177515Y-13947174D02* -X7225134Y-13947174D01* -X7225134Y-13947174D02* -X7244182Y-13956698D01* -X7244182Y-13956698D02* -X7253705Y-13966222D01* -X7253705Y-13966222D02* -X7263229Y-13985269D01* -X7263229Y-13985269D02* -X7263229Y-14032888D01* -X7263229Y-14032888D02* -X7253705Y-14051936D01* -X7253705Y-14051936D02* -X7244182Y-14061460D01* -X7244182Y-14061460D02* -X7225134Y-14070984D01* -X7225134Y-14070984D02* -X7177515Y-14070984D01* -X7177515Y-14070984D02* -X7158467Y-14061460D01* -X7158467Y-14061460D02* -X7148943Y-14051936D01* -X7387039Y-13870984D02* -X7406086Y-13870984D01* -X7406086Y-13870984D02* -X7425134Y-13880508D01* -X7425134Y-13880508D02* -X7434658Y-13890031D01* -X7434658Y-13890031D02* -X7444182Y-13909079D01* -X7444182Y-13909079D02* -X7453705Y-13947174D01* -X7453705Y-13947174D02* -X7453705Y-13994793D01* -X7453705Y-13994793D02* -X7444182Y-14032888D01* -X7444182Y-14032888D02* -X7434658Y-14051936D01* -X7434658Y-14051936D02* -X7425134Y-14061460D01* -X7425134Y-14061460D02* -X7406086Y-14070984D01* -X7406086Y-14070984D02* -X7387039Y-14070984D01* -X7387039Y-14070984D02* -X7367991Y-14061460D01* -X7367991Y-14061460D02* -X7358467Y-14051936D01* -X7358467Y-14051936D02* -X7348943Y-14032888D01* -X7348943Y-14032888D02* -X7339420Y-13994793D01* -X7339420Y-13994793D02* -X7339420Y-13947174D01* -X7339420Y-13947174D02* -X7348943Y-13909079D01* -X7348943Y-13909079D02* -X7358467Y-13890031D01* -X7358467Y-13890031D02* -X7367991Y-13880508D01* -X7367991Y-13880508D02* -X7387039Y-13870984D01* -X7539420Y-14070984D02* -X7539420Y-13937650D01* -X7539420Y-13956698D02* -X7548943Y-13947174D01* -X7548943Y-13947174D02* -X7567991Y-13937650D01* -X7567991Y-13937650D02* -X7596563Y-13937650D01* -X7596563Y-13937650D02* -X7615610Y-13947174D01* -X7615610Y-13947174D02* -X7625134Y-13966222D01* -X7625134Y-13966222D02* -X7625134Y-14070984D01* -X7625134Y-13966222D02* -X7634658Y-13947174D01* -X7634658Y-13947174D02* -X7653705Y-13937650D01* -X7653705Y-13937650D02* -X7682277Y-13937650D01* -X7682277Y-13937650D02* -X7701324Y-13947174D01* -X7701324Y-13947174D02* -X7710848Y-13966222D01* -X7710848Y-13966222D02* -X7710848Y-14070984D01* -X7806086Y-14070984D02* -X7806086Y-13937650D01* -X7806086Y-13956698D02* -X7815610Y-13947174D01* -X7815610Y-13947174D02* -X7834658Y-13937650D01* -X7834658Y-13937650D02* -X7863229Y-13937650D01* -X7863229Y-13937650D02* -X7882277Y-13947174D01* -X7882277Y-13947174D02* -X7891801Y-13966222D01* -X7891801Y-13966222D02* -X7891801Y-14070984D01* -X7891801Y-13966222D02* -X7901324Y-13947174D01* -X7901324Y-13947174D02* -X7920372Y-13937650D01* -X7920372Y-13937650D02* -X7948943Y-13937650D01* -X7948943Y-13937650D02* -X7967991Y-13947174D01* -X7967991Y-13947174D02* -X7977515Y-13966222D01* -X7977515Y-13966222D02* -X7977515Y-14070984D01* -X8367991Y-13861460D02* -X8196563Y-14118603D01* -X8625134Y-13870984D02* -X8644182Y-13870984D01* -X8644182Y-13870984D02* -X8663229Y-13880508D01* -X8663229Y-13880508D02* -X8672753Y-13890031D01* -X8672753Y-13890031D02* -X8682277Y-13909079D01* -X8682277Y-13909079D02* -X8691801Y-13947174D01* -X8691801Y-13947174D02* -X8691801Y-13994793D01* -X8691801Y-13994793D02* -X8682277Y-14032888D01* -X8682277Y-14032888D02* -X8672753Y-14051936D01* -X8672753Y-14051936D02* -X8663229Y-14061460D01* -X8663229Y-14061460D02* -X8644182Y-14070984D01* -X8644182Y-14070984D02* -X8625134Y-14070984D01* -X8625134Y-14070984D02* -X8606087Y-14061460D01* -X8606087Y-14061460D02* -X8596563Y-14051936D01* -X8596563Y-14051936D02* -X8587039Y-14032888D01* -X8587039Y-14032888D02* -X8577515Y-13994793D01* -X8577515Y-13994793D02* -X8577515Y-13947174D01* -X8577515Y-13947174D02* -X8587039Y-13909079D01* -X8587039Y-13909079D02* -X8596563Y-13890031D01* -X8596563Y-13890031D02* -X8606087Y-13880508D01* -X8606087Y-13880508D02* -X8625134Y-13870984D01* -X8777515Y-14051936D02* -X8787039Y-14061460D01* -X8787039Y-14061460D02* -X8777515Y-14070984D01* -X8777515Y-14070984D02* -X8767991Y-14061460D01* -X8767991Y-14061460D02* -X8777515Y-14051936D01* -X8777515Y-14051936D02* -X8777515Y-14070984D01* -X8910848Y-13870984D02* -X8929896Y-13870984D01* -X8929896Y-13870984D02* -X8948944Y-13880508D01* -X8948944Y-13880508D02* -X8958468Y-13890031D01* -X8958468Y-13890031D02* -X8967991Y-13909079D01* -X8967991Y-13909079D02* -X8977515Y-13947174D01* -X8977515Y-13947174D02* -X8977515Y-13994793D01* -X8977515Y-13994793D02* -X8967991Y-14032888D01* -X8967991Y-14032888D02* -X8958468Y-14051936D01* -X8958468Y-14051936D02* -X8948944Y-14061460D01* -X8948944Y-14061460D02* -X8929896Y-14070984D01* -X8929896Y-14070984D02* -X8910848Y-14070984D01* -X8910848Y-14070984D02* -X8891801Y-14061460D01* -X8891801Y-14061460D02* -X8882277Y-14051936D01* -X8882277Y-14051936D02* -X8872753Y-14032888D01* -X8872753Y-14032888D02* -X8863229Y-13994793D01* -X8863229Y-13994793D02* -X8863229Y-13947174D01* -X8863229Y-13947174D02* -X8872753Y-13909079D01* -X8872753Y-13909079D02* -X8882277Y-13890031D01* -X8882277Y-13890031D02* -X8891801Y-13880508D01* -X8891801Y-13880508D02* -X8910848Y-13870984D01* -X9044182Y-13870984D02* -X9167991Y-13870984D01* -X9167991Y-13870984D02* -X9101325Y-13947174D01* -X9101325Y-13947174D02* -X9129896Y-13947174D01* -X9129896Y-13947174D02* -X9148944Y-13956698D01* -X9148944Y-13956698D02* -X9158468Y-13966222D01* -X9158468Y-13966222D02* -X9167991Y-13985269D01* -X9167991Y-13985269D02* -X9167991Y-14032888D01* -X9167991Y-14032888D02* -X9158468Y-14051936D01* -X9158468Y-14051936D02* -X9148944Y-14061460D01* -X9148944Y-14061460D02* -X9129896Y-14070984D01* -X9129896Y-14070984D02* -X9072753Y-14070984D01* -X9072753Y-14070984D02* -X9053706Y-14061460D01* -X9053706Y-14061460D02* -X9044182Y-14051936D01* -X9234658Y-13870984D02* -X9367991Y-13870984D01* -X9367991Y-13870984D02* -X9282277Y-14070984D01* -X9529896Y-13937650D02* -X9529896Y-14070984D01* -X9482277Y-13861460D02* -X9434658Y-14004317D01* -X9434658Y-14004317D02* -X9558468Y-14004317D01* -X9625134Y-13870984D02* -X9625134Y-13909079D01* -X9701325Y-13870984D02* -X9701325Y-13909079D01* -X9996563Y-14147174D02* -X9987039Y-14137650D01* -X9987039Y-14137650D02* -X9967991Y-14109079D01* -X9967991Y-14109079D02* -X9958468Y-14090031D01* -X9958468Y-14090031D02* -X9948944Y-14061460D01* -X9948944Y-14061460D02* -X9939420Y-14013841D01* -X9939420Y-14013841D02* -X9939420Y-13975746D01* -X9939420Y-13975746D02* -X9948944Y-13928127D01* -X9948944Y-13928127D02* -X9958468Y-13899555D01* -X9958468Y-13899555D02* -X9967991Y-13880508D01* -X9967991Y-13880508D02* -X9987039Y-13851936D01* -X9987039Y-13851936D02* -X9996563Y-13842412D01* -X10158468Y-13937650D02* -X10158468Y-14070984D01* -X10110849Y-13861460D02* -X10063230Y-14004317D01* -X10063230Y-14004317D02* -X10187039Y-14004317D01* -X10348944Y-13870984D02* -X10310849Y-13870984D01* -X10310849Y-13870984D02* -X10291801Y-13880508D01* -X10291801Y-13880508D02* -X10282277Y-13890031D01* -X10282277Y-13890031D02* -X10263230Y-13918603D01* -X10263230Y-13918603D02* -X10253706Y-13956698D01* -X10253706Y-13956698D02* -X10253706Y-14032888D01* -X10253706Y-14032888D02* -X10263230Y-14051936D01* -X10263230Y-14051936D02* -X10272753Y-14061460D01* -X10272753Y-14061460D02* -X10291801Y-14070984D01* -X10291801Y-14070984D02* -X10329896Y-14070984D01* -X10329896Y-14070984D02* -X10348944Y-14061460D01* -X10348944Y-14061460D02* -X10358468Y-14051936D01* -X10358468Y-14051936D02* -X10367991Y-14032888D01* -X10367991Y-14032888D02* -X10367991Y-13985269D01* -X10367991Y-13985269D02* -X10358468Y-13966222D01* -X10358468Y-13966222D02* -X10348944Y-13956698D01* -X10348944Y-13956698D02* -X10329896Y-13947174D01* -X10329896Y-13947174D02* -X10291801Y-13947174D01* -X10291801Y-13947174D02* -X10272753Y-13956698D01* -X10272753Y-13956698D02* -X10263230Y-13966222D01* -X10263230Y-13966222D02* -X10253706Y-13985269D01* -X10606087Y-14070984D02* -X10606087Y-13870984D01* -X10691801Y-14070984D02* -X10691801Y-13966222D01* -X10691801Y-13966222D02* -X10682277Y-13947174D01* -X10682277Y-13947174D02* -X10663230Y-13937650D01* -X10663230Y-13937650D02* -X10634658Y-13937650D01* -X10634658Y-13937650D02* -X10615611Y-13947174D01* -X10615611Y-13947174D02* -X10606087Y-13956698D01* -X10815611Y-14070984D02* -X10796563Y-14061460D01* -X10796563Y-14061460D02* -X10787039Y-14051936D01* -X10787039Y-14051936D02* -X10777515Y-14032888D01* -X10777515Y-14032888D02* -X10777515Y-13975746D01* -X10777515Y-13975746D02* -X10787039Y-13956698D01* -X10787039Y-13956698D02* -X10796563Y-13947174D01* -X10796563Y-13947174D02* -X10815611Y-13937650D01* -X10815611Y-13937650D02* -X10844182Y-13937650D01* -X10844182Y-13937650D02* -X10863230Y-13947174D01* -X10863230Y-13947174D02* -X10872753Y-13956698D01* -X10872753Y-13956698D02* -X10882277Y-13975746D01* -X10882277Y-13975746D02* -X10882277Y-14032888D01* -X10882277Y-14032888D02* -X10872753Y-14051936D01* -X10872753Y-14051936D02* -X10863230Y-14061460D01* -X10863230Y-14061460D02* -X10844182Y-14070984D01* -X10844182Y-14070984D02* -X10815611Y-14070984D01* -X10996563Y-14070984D02* -X10977515Y-14061460D01* -X10977515Y-14061460D02* -X10967992Y-14042412D01* -X10967992Y-14042412D02* -X10967992Y-13870984D01* -X11148944Y-14061460D02* -X11129896Y-14070984D01* -X11129896Y-14070984D02* -X11091801Y-14070984D01* -X11091801Y-14070984D02* -X11072753Y-14061460D01* -X11072753Y-14061460D02* -X11063230Y-14042412D01* -X11063230Y-14042412D02* -X11063230Y-13966222D01* -X11063230Y-13966222D02* -X11072753Y-13947174D01* -X11072753Y-13947174D02* -X11091801Y-13937650D01* -X11091801Y-13937650D02* -X11129896Y-13937650D01* -X11129896Y-13937650D02* -X11148944Y-13947174D01* -X11148944Y-13947174D02* -X11158468Y-13966222D01* -X11158468Y-13966222D02* -X11158468Y-13985269D01* -X11158468Y-13985269D02* -X11063230Y-14004317D01* -X11234658Y-14061460D02* -X11253706Y-14070984D01* -X11253706Y-14070984D02* -X11291801Y-14070984D01* -X11291801Y-14070984D02* -X11310849Y-14061460D01* -X11310849Y-14061460D02* -X11320372Y-14042412D01* -X11320372Y-14042412D02* -X11320372Y-14032888D01* -X11320372Y-14032888D02* -X11310849Y-14013841D01* -X11310849Y-14013841D02* -X11291801Y-14004317D01* -X11291801Y-14004317D02* -X11263230Y-14004317D01* -X11263230Y-14004317D02* -X11244182Y-13994793D01* -X11244182Y-13994793D02* -X11234658Y-13975746D01* -X11234658Y-13975746D02* -X11234658Y-13966222D01* -X11234658Y-13966222D02* -X11244182Y-13947174D01* -X11244182Y-13947174D02* -X11263230Y-13937650D01* -X11263230Y-13937650D02* -X11291801Y-13937650D01* -X11291801Y-13937650D02* -X11310849Y-13947174D01* -X11387039Y-14147174D02* -X11396563Y-14137650D01* -X11396563Y-14137650D02* -X11415611Y-14109079D01* -X11415611Y-14109079D02* -X11425134Y-14090031D01* -X11425134Y-14090031D02* -X11434658Y-14061460D01* -X11434658Y-14061460D02* -X11444182Y-14013841D01* -X11444182Y-14013841D02* -X11444182Y-13975746D01* -X11444182Y-13975746D02* -X11434658Y-13928127D01* -X11434658Y-13928127D02* -X11425134Y-13899555D01* -X11425134Y-13899555D02* -X11415611Y-13880508D01* -X11415611Y-13880508D02* -X11396563Y-13851936D01* -X11396563Y-13851936D02* -X11387039Y-13842412D01* -D14* -X6371500Y-14193500D02* -X6371500Y-14293500D01* -X6321500Y-14243500D02* -X6421500Y-14243500D01* -D11* -X6787039Y-14334984D02* -X6672753Y-14334984D01* -X6729896Y-14334984D02* -X6729896Y-14134984D01* -X6729896Y-14134984D02* -X6710848Y-14163555D01* -X6710848Y-14163555D02* -X6691801Y-14182603D01* -X6691801Y-14182603D02* -X6672753Y-14192127D01* -X6872753Y-14315936D02* -X6882277Y-14325460D01* -X6882277Y-14325460D02* -X6872753Y-14334984D01* -X6872753Y-14334984D02* -X6863229Y-14325460D01* -X6863229Y-14325460D02* -X6872753Y-14315936D01* -X6872753Y-14315936D02* -X6872753Y-14334984D01* -X7006086Y-14134984D02* -X7025134Y-14134984D01* -X7025134Y-14134984D02* -X7044182Y-14144508D01* -X7044182Y-14144508D02* -X7053705Y-14154031D01* -X7053705Y-14154031D02* -X7063229Y-14173079D01* -X7063229Y-14173079D02* -X7072753Y-14211174D01* -X7072753Y-14211174D02* -X7072753Y-14258793D01* -X7072753Y-14258793D02* -X7063229Y-14296888D01* -X7063229Y-14296888D02* -X7053705Y-14315936D01* -X7053705Y-14315936D02* -X7044182Y-14325460D01* -X7044182Y-14325460D02* -X7025134Y-14334984D01* -X7025134Y-14334984D02* -X7006086Y-14334984D01* -X7006086Y-14334984D02* -X6987039Y-14325460D01* -X6987039Y-14325460D02* -X6977515Y-14315936D01* -X6977515Y-14315936D02* -X6967991Y-14296888D01* -X6967991Y-14296888D02* -X6958467Y-14258793D01* -X6958467Y-14258793D02* -X6958467Y-14211174D01* -X6958467Y-14211174D02* -X6967991Y-14173079D01* -X6967991Y-14173079D02* -X6977515Y-14154031D01* -X6977515Y-14154031D02* -X6987039Y-14144508D01* -X6987039Y-14144508D02* -X7006086Y-14134984D01* -X7196562Y-14134984D02* -X7215610Y-14134984D01* -X7215610Y-14134984D02* -X7234658Y-14144508D01* -X7234658Y-14144508D02* -X7244182Y-14154031D01* -X7244182Y-14154031D02* -X7253705Y-14173079D01* -X7253705Y-14173079D02* -X7263229Y-14211174D01* -X7263229Y-14211174D02* -X7263229Y-14258793D01* -X7263229Y-14258793D02* -X7253705Y-14296888D01* -X7253705Y-14296888D02* -X7244182Y-14315936D01* -X7244182Y-14315936D02* -X7234658Y-14325460D01* -X7234658Y-14325460D02* -X7215610Y-14334984D01* -X7215610Y-14334984D02* -X7196562Y-14334984D01* -X7196562Y-14334984D02* -X7177515Y-14325460D01* -X7177515Y-14325460D02* -X7167991Y-14315936D01* -X7167991Y-14315936D02* -X7158467Y-14296888D01* -X7158467Y-14296888D02* -X7148943Y-14258793D01* -X7148943Y-14258793D02* -X7148943Y-14211174D01* -X7148943Y-14211174D02* -X7158467Y-14173079D01* -X7158467Y-14173079D02* -X7167991Y-14154031D01* -X7167991Y-14154031D02* -X7177515Y-14144508D01* -X7177515Y-14144508D02* -X7196562Y-14134984D01* -X7387039Y-14134984D02* -X7406086Y-14134984D01* -X7406086Y-14134984D02* -X7425134Y-14144508D01* -X7425134Y-14144508D02* -X7434658Y-14154031D01* -X7434658Y-14154031D02* -X7444182Y-14173079D01* -X7444182Y-14173079D02* -X7453705Y-14211174D01* -X7453705Y-14211174D02* -X7453705Y-14258793D01* -X7453705Y-14258793D02* -X7444182Y-14296888D01* -X7444182Y-14296888D02* -X7434658Y-14315936D01* -X7434658Y-14315936D02* -X7425134Y-14325460D01* -X7425134Y-14325460D02* -X7406086Y-14334984D01* -X7406086Y-14334984D02* -X7387039Y-14334984D01* -X7387039Y-14334984D02* -X7367991Y-14325460D01* -X7367991Y-14325460D02* -X7358467Y-14315936D01* -X7358467Y-14315936D02* -X7348943Y-14296888D01* -X7348943Y-14296888D02* -X7339420Y-14258793D01* -X7339420Y-14258793D02* -X7339420Y-14211174D01* -X7339420Y-14211174D02* -X7348943Y-14173079D01* -X7348943Y-14173079D02* -X7358467Y-14154031D01* -X7358467Y-14154031D02* -X7367991Y-14144508D01* -X7367991Y-14144508D02* -X7387039Y-14134984D01* -X7539420Y-14334984D02* -X7539420Y-14201650D01* -X7539420Y-14220698D02* -X7548943Y-14211174D01* -X7548943Y-14211174D02* -X7567991Y-14201650D01* -X7567991Y-14201650D02* -X7596563Y-14201650D01* -X7596563Y-14201650D02* -X7615610Y-14211174D01* -X7615610Y-14211174D02* -X7625134Y-14230222D01* -X7625134Y-14230222D02* -X7625134Y-14334984D01* -X7625134Y-14230222D02* -X7634658Y-14211174D01* -X7634658Y-14211174D02* -X7653705Y-14201650D01* -X7653705Y-14201650D02* -X7682277Y-14201650D01* -X7682277Y-14201650D02* -X7701324Y-14211174D01* -X7701324Y-14211174D02* -X7710848Y-14230222D01* -X7710848Y-14230222D02* -X7710848Y-14334984D01* -X7806086Y-14334984D02* -X7806086Y-14201650D01* -X7806086Y-14220698D02* -X7815610Y-14211174D01* -X7815610Y-14211174D02* -X7834658Y-14201650D01* -X7834658Y-14201650D02* -X7863229Y-14201650D01* -X7863229Y-14201650D02* -X7882277Y-14211174D01* -X7882277Y-14211174D02* -X7891801Y-14230222D01* -X7891801Y-14230222D02* -X7891801Y-14334984D01* -X7891801Y-14230222D02* -X7901324Y-14211174D01* -X7901324Y-14211174D02* -X7920372Y-14201650D01* -X7920372Y-14201650D02* -X7948943Y-14201650D01* -X7948943Y-14201650D02* -X7967991Y-14211174D01* -X7967991Y-14211174D02* -X7977515Y-14230222D01* -X7977515Y-14230222D02* -X7977515Y-14334984D01* -X8367991Y-14125460D02* -X8196563Y-14382603D01* -X8625134Y-14134984D02* -X8644182Y-14134984D01* -X8644182Y-14134984D02* -X8663229Y-14144508D01* -X8663229Y-14144508D02* -X8672753Y-14154031D01* -X8672753Y-14154031D02* -X8682277Y-14173079D01* -X8682277Y-14173079D02* -X8691801Y-14211174D01* -X8691801Y-14211174D02* -X8691801Y-14258793D01* -X8691801Y-14258793D02* -X8682277Y-14296888D01* -X8682277Y-14296888D02* -X8672753Y-14315936D01* -X8672753Y-14315936D02* -X8663229Y-14325460D01* -X8663229Y-14325460D02* -X8644182Y-14334984D01* -X8644182Y-14334984D02* -X8625134Y-14334984D01* -X8625134Y-14334984D02* -X8606087Y-14325460D01* -X8606087Y-14325460D02* -X8596563Y-14315936D01* -X8596563Y-14315936D02* -X8587039Y-14296888D01* -X8587039Y-14296888D02* -X8577515Y-14258793D01* -X8577515Y-14258793D02* -X8577515Y-14211174D01* -X8577515Y-14211174D02* -X8587039Y-14173079D01* -X8587039Y-14173079D02* -X8596563Y-14154031D01* -X8596563Y-14154031D02* -X8606087Y-14144508D01* -X8606087Y-14144508D02* -X8625134Y-14134984D01* -X8777515Y-14315936D02* -X8787039Y-14325460D01* -X8787039Y-14325460D02* -X8777515Y-14334984D01* -X8777515Y-14334984D02* -X8767991Y-14325460D01* -X8767991Y-14325460D02* -X8777515Y-14315936D01* -X8777515Y-14315936D02* -X8777515Y-14334984D01* -X8910848Y-14134984D02* -X8929896Y-14134984D01* -X8929896Y-14134984D02* -X8948944Y-14144508D01* -X8948944Y-14144508D02* -X8958468Y-14154031D01* -X8958468Y-14154031D02* -X8967991Y-14173079D01* -X8967991Y-14173079D02* -X8977515Y-14211174D01* -X8977515Y-14211174D02* -X8977515Y-14258793D01* -X8977515Y-14258793D02* -X8967991Y-14296888D01* -X8967991Y-14296888D02* -X8958468Y-14315936D01* -X8958468Y-14315936D02* -X8948944Y-14325460D01* -X8948944Y-14325460D02* -X8929896Y-14334984D01* -X8929896Y-14334984D02* -X8910848Y-14334984D01* -X8910848Y-14334984D02* -X8891801Y-14325460D01* -X8891801Y-14325460D02* -X8882277Y-14315936D01* -X8882277Y-14315936D02* -X8872753Y-14296888D01* -X8872753Y-14296888D02* -X8863229Y-14258793D01* -X8863229Y-14258793D02* -X8863229Y-14211174D01* -X8863229Y-14211174D02* -X8872753Y-14173079D01* -X8872753Y-14173079D02* -X8882277Y-14154031D01* -X8882277Y-14154031D02* -X8891801Y-14144508D01* -X8891801Y-14144508D02* -X8910848Y-14134984D01* -X9044182Y-14134984D02* -X9167991Y-14134984D01* -X9167991Y-14134984D02* -X9101325Y-14211174D01* -X9101325Y-14211174D02* -X9129896Y-14211174D01* -X9129896Y-14211174D02* -X9148944Y-14220698D01* -X9148944Y-14220698D02* -X9158468Y-14230222D01* -X9158468Y-14230222D02* -X9167991Y-14249269D01* -X9167991Y-14249269D02* -X9167991Y-14296888D01* -X9167991Y-14296888D02* -X9158468Y-14315936D01* -X9158468Y-14315936D02* -X9148944Y-14325460D01* -X9148944Y-14325460D02* -X9129896Y-14334984D01* -X9129896Y-14334984D02* -X9072753Y-14334984D01* -X9072753Y-14334984D02* -X9053706Y-14325460D01* -X9053706Y-14325460D02* -X9044182Y-14315936D01* -X9263229Y-14334984D02* -X9301325Y-14334984D01* -X9301325Y-14334984D02* -X9320372Y-14325460D01* -X9320372Y-14325460D02* -X9329896Y-14315936D01* -X9329896Y-14315936D02* -X9348944Y-14287365D01* -X9348944Y-14287365D02* -X9358468Y-14249269D01* -X9358468Y-14249269D02* -X9358468Y-14173079D01* -X9358468Y-14173079D02* -X9348944Y-14154031D01* -X9348944Y-14154031D02* -X9339420Y-14144508D01* -X9339420Y-14144508D02* -X9320372Y-14134984D01* -X9320372Y-14134984D02* -X9282277Y-14134984D01* -X9282277Y-14134984D02* -X9263229Y-14144508D01* -X9263229Y-14144508D02* -X9253706Y-14154031D01* -X9253706Y-14154031D02* -X9244182Y-14173079D01* -X9244182Y-14173079D02* -X9244182Y-14220698D01* -X9244182Y-14220698D02* -X9253706Y-14239746D01* -X9253706Y-14239746D02* -X9263229Y-14249269D01* -X9263229Y-14249269D02* -X9282277Y-14258793D01* -X9282277Y-14258793D02* -X9320372Y-14258793D01* -X9320372Y-14258793D02* -X9339420Y-14249269D01* -X9339420Y-14249269D02* -X9348944Y-14239746D01* -X9348944Y-14239746D02* -X9358468Y-14220698D01* -X9529896Y-14201650D02* -X9529896Y-14334984D01* -X9482277Y-14125460D02* -X9434658Y-14268317D01* -X9434658Y-14268317D02* -X9558468Y-14268317D01* -X9625134Y-14134984D02* -X9625134Y-14173079D01* -X9701325Y-14134984D02* -X9701325Y-14173079D01* -X9996563Y-14411174D02* -X9987039Y-14401650D01* -X9987039Y-14401650D02* -X9967991Y-14373079D01* -X9967991Y-14373079D02* -X9958468Y-14354031D01* -X9958468Y-14354031D02* -X9948944Y-14325460D01* -X9948944Y-14325460D02* -X9939420Y-14277841D01* -X9939420Y-14277841D02* -X9939420Y-14239746D01* -X9939420Y-14239746D02* -X9948944Y-14192127D01* -X9948944Y-14192127D02* -X9958468Y-14163555D01* -X9958468Y-14163555D02* -X9967991Y-14144508D01* -X9967991Y-14144508D02* -X9987039Y-14115936D01* -X9987039Y-14115936D02* -X9996563Y-14106412D01* -X10177515Y-14334984D02* -X10063230Y-14334984D01* -X10120372Y-14334984D02* -X10120372Y-14134984D01* -X10120372Y-14134984D02* -X10101325Y-14163555D01* -X10101325Y-14163555D02* -X10082277Y-14182603D01* -X10082277Y-14182603D02* -X10063230Y-14192127D01* -X10244182Y-14134984D02* -X10377515Y-14134984D01* -X10377515Y-14134984D02* -X10291801Y-14334984D01* -X10606087Y-14334984D02* -X10606087Y-14134984D01* -X10691801Y-14334984D02* -X10691801Y-14230222D01* -X10691801Y-14230222D02* -X10682277Y-14211174D01* -X10682277Y-14211174D02* -X10663230Y-14201650D01* -X10663230Y-14201650D02* -X10634658Y-14201650D01* -X10634658Y-14201650D02* -X10615611Y-14211174D01* -X10615611Y-14211174D02* -X10606087Y-14220698D01* -X10815611Y-14334984D02* -X10796563Y-14325460D01* -X10796563Y-14325460D02* -X10787039Y-14315936D01* -X10787039Y-14315936D02* -X10777515Y-14296888D01* -X10777515Y-14296888D02* -X10777515Y-14239746D01* -X10777515Y-14239746D02* -X10787039Y-14220698D01* -X10787039Y-14220698D02* -X10796563Y-14211174D01* -X10796563Y-14211174D02* -X10815611Y-14201650D01* -X10815611Y-14201650D02* -X10844182Y-14201650D01* -X10844182Y-14201650D02* -X10863230Y-14211174D01* -X10863230Y-14211174D02* -X10872753Y-14220698D01* -X10872753Y-14220698D02* -X10882277Y-14239746D01* -X10882277Y-14239746D02* -X10882277Y-14296888D01* -X10882277Y-14296888D02* -X10872753Y-14315936D01* -X10872753Y-14315936D02* -X10863230Y-14325460D01* -X10863230Y-14325460D02* -X10844182Y-14334984D01* -X10844182Y-14334984D02* -X10815611Y-14334984D01* -X10996563Y-14334984D02* -X10977515Y-14325460D01* -X10977515Y-14325460D02* -X10967992Y-14306412D01* -X10967992Y-14306412D02* -X10967992Y-14134984D01* -X11148944Y-14325460D02* -X11129896Y-14334984D01* -X11129896Y-14334984D02* -X11091801Y-14334984D01* -X11091801Y-14334984D02* -X11072753Y-14325460D01* -X11072753Y-14325460D02* -X11063230Y-14306412D01* -X11063230Y-14306412D02* -X11063230Y-14230222D01* -X11063230Y-14230222D02* -X11072753Y-14211174D01* -X11072753Y-14211174D02* -X11091801Y-14201650D01* -X11091801Y-14201650D02* -X11129896Y-14201650D01* -X11129896Y-14201650D02* -X11148944Y-14211174D01* -X11148944Y-14211174D02* -X11158468Y-14230222D01* -X11158468Y-14230222D02* -X11158468Y-14249269D01* -X11158468Y-14249269D02* -X11063230Y-14268317D01* -X11234658Y-14325460D02* -X11253706Y-14334984D01* -X11253706Y-14334984D02* -X11291801Y-14334984D01* -X11291801Y-14334984D02* -X11310849Y-14325460D01* -X11310849Y-14325460D02* -X11320372Y-14306412D01* -X11320372Y-14306412D02* -X11320372Y-14296888D01* -X11320372Y-14296888D02* -X11310849Y-14277841D01* -X11310849Y-14277841D02* -X11291801Y-14268317D01* -X11291801Y-14268317D02* -X11263230Y-14268317D01* -X11263230Y-14268317D02* -X11244182Y-14258793D01* -X11244182Y-14258793D02* -X11234658Y-14239746D01* -X11234658Y-14239746D02* -X11234658Y-14230222D01* -X11234658Y-14230222D02* -X11244182Y-14211174D01* -X11244182Y-14211174D02* -X11263230Y-14201650D01* -X11263230Y-14201650D02* -X11291801Y-14201650D01* -X11291801Y-14201650D02* -X11310849Y-14211174D01* -X11387039Y-14411174D02* -X11396563Y-14401650D01* -X11396563Y-14401650D02* -X11415611Y-14373079D01* -X11415611Y-14373079D02* -X11425134Y-14354031D01* -X11425134Y-14354031D02* -X11434658Y-14325460D01* -X11434658Y-14325460D02* -X11444182Y-14277841D01* -X11444182Y-14277841D02* -X11444182Y-14239746D01* -X11444182Y-14239746D02* -X11434658Y-14192127D01* -X11434658Y-14192127D02* -X11425134Y-14163555D01* -X11425134Y-14163555D02* -X11415611Y-14144508D01* -X11415611Y-14144508D02* -X11396563Y-14115936D01* -X11396563Y-14115936D02* -X11387039Y-14106412D01* -D15* -X6405391Y-14546391D02* -X6405391Y-14468609D01* -X6327609Y-14468609D01* -X6327609Y-14546391D01* -X6405391Y-14546391D01* -D11* -X6787039Y-14598984D02* -X6672753Y-14598984D01* -X6729896Y-14598984D02* -X6729896Y-14398984D01* -X6729896Y-14398984D02* -X6710848Y-14427555D01* -X6710848Y-14427555D02* -X6691801Y-14446603D01* -X6691801Y-14446603D02* -X6672753Y-14456127D01* -X6872753Y-14579936D02* -X6882277Y-14589460D01* -X6882277Y-14589460D02* -X6872753Y-14598984D01* -X6872753Y-14598984D02* -X6863229Y-14589460D01* -X6863229Y-14589460D02* -X6872753Y-14579936D01* -X6872753Y-14579936D02* -X6872753Y-14598984D01* -X7072753Y-14598984D02* -X6958467Y-14598984D01* -X7015610Y-14598984D02* -X7015610Y-14398984D01* -X7015610Y-14398984D02* -X6996562Y-14427555D01* -X6996562Y-14427555D02* -X6977515Y-14446603D01* -X6977515Y-14446603D02* -X6958467Y-14456127D01* -X7196562Y-14398984D02* -X7215610Y-14398984D01* -X7215610Y-14398984D02* -X7234658Y-14408508D01* -X7234658Y-14408508D02* -X7244182Y-14418031D01* -X7244182Y-14418031D02* -X7253705Y-14437079D01* -X7253705Y-14437079D02* -X7263229Y-14475174D01* -X7263229Y-14475174D02* -X7263229Y-14522793D01* -X7263229Y-14522793D02* -X7253705Y-14560888D01* -X7253705Y-14560888D02* -X7244182Y-14579936D01* -X7244182Y-14579936D02* -X7234658Y-14589460D01* -X7234658Y-14589460D02* -X7215610Y-14598984D01* -X7215610Y-14598984D02* -X7196562Y-14598984D01* -X7196562Y-14598984D02* -X7177515Y-14589460D01* -X7177515Y-14589460D02* -X7167991Y-14579936D01* -X7167991Y-14579936D02* -X7158467Y-14560888D01* -X7158467Y-14560888D02* -X7148943Y-14522793D01* -X7148943Y-14522793D02* -X7148943Y-14475174D01* -X7148943Y-14475174D02* -X7158467Y-14437079D01* -X7158467Y-14437079D02* -X7167991Y-14418031D01* -X7167991Y-14418031D02* -X7177515Y-14408508D01* -X7177515Y-14408508D02* -X7196562Y-14398984D01* -X7387039Y-14398984D02* -X7406086Y-14398984D01* -X7406086Y-14398984D02* -X7425134Y-14408508D01* -X7425134Y-14408508D02* -X7434658Y-14418031D01* -X7434658Y-14418031D02* -X7444182Y-14437079D01* -X7444182Y-14437079D02* -X7453705Y-14475174D01* -X7453705Y-14475174D02* -X7453705Y-14522793D01* -X7453705Y-14522793D02* -X7444182Y-14560888D01* -X7444182Y-14560888D02* -X7434658Y-14579936D01* -X7434658Y-14579936D02* -X7425134Y-14589460D01* -X7425134Y-14589460D02* -X7406086Y-14598984D01* -X7406086Y-14598984D02* -X7387039Y-14598984D01* -X7387039Y-14598984D02* -X7367991Y-14589460D01* -X7367991Y-14589460D02* -X7358467Y-14579936D01* -X7358467Y-14579936D02* -X7348943Y-14560888D01* -X7348943Y-14560888D02* -X7339420Y-14522793D01* -X7339420Y-14522793D02* -X7339420Y-14475174D01* -X7339420Y-14475174D02* -X7348943Y-14437079D01* -X7348943Y-14437079D02* -X7358467Y-14418031D01* -X7358467Y-14418031D02* -X7367991Y-14408508D01* -X7367991Y-14408508D02* -X7387039Y-14398984D01* -X7539420Y-14598984D02* -X7539420Y-14465650D01* -X7539420Y-14484698D02* -X7548943Y-14475174D01* -X7548943Y-14475174D02* -X7567991Y-14465650D01* -X7567991Y-14465650D02* -X7596563Y-14465650D01* -X7596563Y-14465650D02* -X7615610Y-14475174D01* -X7615610Y-14475174D02* -X7625134Y-14494222D01* -X7625134Y-14494222D02* -X7625134Y-14598984D01* -X7625134Y-14494222D02* -X7634658Y-14475174D01* -X7634658Y-14475174D02* -X7653705Y-14465650D01* -X7653705Y-14465650D02* -X7682277Y-14465650D01* -X7682277Y-14465650D02* -X7701324Y-14475174D01* -X7701324Y-14475174D02* -X7710848Y-14494222D01* -X7710848Y-14494222D02* -X7710848Y-14598984D01* -X7806086Y-14598984D02* -X7806086Y-14465650D01* -X7806086Y-14484698D02* -X7815610Y-14475174D01* -X7815610Y-14475174D02* -X7834658Y-14465650D01* -X7834658Y-14465650D02* -X7863229Y-14465650D01* -X7863229Y-14465650D02* -X7882277Y-14475174D01* -X7882277Y-14475174D02* -X7891801Y-14494222D01* -X7891801Y-14494222D02* -X7891801Y-14598984D01* -X7891801Y-14494222D02* -X7901324Y-14475174D01* -X7901324Y-14475174D02* -X7920372Y-14465650D01* -X7920372Y-14465650D02* -X7948943Y-14465650D01* -X7948943Y-14465650D02* -X7967991Y-14475174D01* -X7967991Y-14475174D02* -X7977515Y-14494222D01* -X7977515Y-14494222D02* -X7977515Y-14598984D01* -X8367991Y-14389460D02* -X8196563Y-14646603D01* -X8625134Y-14398984D02* -X8644182Y-14398984D01* -X8644182Y-14398984D02* -X8663229Y-14408508D01* -X8663229Y-14408508D02* -X8672753Y-14418031D01* -X8672753Y-14418031D02* -X8682277Y-14437079D01* -X8682277Y-14437079D02* -X8691801Y-14475174D01* -X8691801Y-14475174D02* -X8691801Y-14522793D01* -X8691801Y-14522793D02* -X8682277Y-14560888D01* -X8682277Y-14560888D02* -X8672753Y-14579936D01* -X8672753Y-14579936D02* -X8663229Y-14589460D01* -X8663229Y-14589460D02* -X8644182Y-14598984D01* -X8644182Y-14598984D02* -X8625134Y-14598984D01* -X8625134Y-14598984D02* -X8606087Y-14589460D01* -X8606087Y-14589460D02* -X8596563Y-14579936D01* -X8596563Y-14579936D02* -X8587039Y-14560888D01* -X8587039Y-14560888D02* -X8577515Y-14522793D01* -X8577515Y-14522793D02* -X8577515Y-14475174D01* -X8577515Y-14475174D02* -X8587039Y-14437079D01* -X8587039Y-14437079D02* -X8596563Y-14418031D01* -X8596563Y-14418031D02* -X8606087Y-14408508D01* -X8606087Y-14408508D02* -X8625134Y-14398984D01* -X8777515Y-14579936D02* -X8787039Y-14589460D01* -X8787039Y-14589460D02* -X8777515Y-14598984D01* -X8777515Y-14598984D02* -X8767991Y-14589460D01* -X8767991Y-14589460D02* -X8777515Y-14579936D01* -X8777515Y-14579936D02* -X8777515Y-14598984D01* -X8910848Y-14398984D02* -X8929896Y-14398984D01* -X8929896Y-14398984D02* -X8948944Y-14408508D01* -X8948944Y-14408508D02* -X8958468Y-14418031D01* -X8958468Y-14418031D02* -X8967991Y-14437079D01* -X8967991Y-14437079D02* -X8977515Y-14475174D01* -X8977515Y-14475174D02* -X8977515Y-14522793D01* -X8977515Y-14522793D02* -X8967991Y-14560888D01* -X8967991Y-14560888D02* -X8958468Y-14579936D01* -X8958468Y-14579936D02* -X8948944Y-14589460D01* -X8948944Y-14589460D02* -X8929896Y-14598984D01* -X8929896Y-14598984D02* -X8910848Y-14598984D01* -X8910848Y-14598984D02* -X8891801Y-14589460D01* -X8891801Y-14589460D02* -X8882277Y-14579936D01* -X8882277Y-14579936D02* -X8872753Y-14560888D01* -X8872753Y-14560888D02* -X8863229Y-14522793D01* -X8863229Y-14522793D02* -X8863229Y-14475174D01* -X8863229Y-14475174D02* -X8872753Y-14437079D01* -X8872753Y-14437079D02* -X8882277Y-14418031D01* -X8882277Y-14418031D02* -X8891801Y-14408508D01* -X8891801Y-14408508D02* -X8910848Y-14398984D01* -X9148944Y-14465650D02* -X9148944Y-14598984D01* -X9101325Y-14389460D02* -X9053706Y-14532317D01* -X9053706Y-14532317D02* -X9177515Y-14532317D01* -X9234658Y-14398984D02* -X9358468Y-14398984D01* -X9358468Y-14398984D02* -X9291801Y-14475174D01* -X9291801Y-14475174D02* -X9320372Y-14475174D01* -X9320372Y-14475174D02* -X9339420Y-14484698D01* -X9339420Y-14484698D02* -X9348944Y-14494222D01* -X9348944Y-14494222D02* -X9358468Y-14513269D01* -X9358468Y-14513269D02* -X9358468Y-14560888D01* -X9358468Y-14560888D02* -X9348944Y-14579936D01* -X9348944Y-14579936D02* -X9339420Y-14589460D01* -X9339420Y-14589460D02* -X9320372Y-14598984D01* -X9320372Y-14598984D02* -X9263229Y-14598984D01* -X9263229Y-14598984D02* -X9244182Y-14589460D01* -X9244182Y-14589460D02* -X9234658Y-14579936D01* -X9425134Y-14398984D02* -X9548944Y-14398984D01* -X9548944Y-14398984D02* -X9482277Y-14475174D01* -X9482277Y-14475174D02* -X9510849Y-14475174D01* -X9510849Y-14475174D02* -X9529896Y-14484698D01* -X9529896Y-14484698D02* -X9539420Y-14494222D01* -X9539420Y-14494222D02* -X9548944Y-14513269D01* -X9548944Y-14513269D02* -X9548944Y-14560888D01* -X9548944Y-14560888D02* -X9539420Y-14579936D01* -X9539420Y-14579936D02* -X9529896Y-14589460D01* -X9529896Y-14589460D02* -X9510849Y-14598984D01* -X9510849Y-14598984D02* -X9453706Y-14598984D01* -X9453706Y-14598984D02* -X9434658Y-14589460D01* -X9434658Y-14589460D02* -X9425134Y-14579936D01* -X9625134Y-14398984D02* -X9625134Y-14437079D01* -X9701325Y-14398984D02* -X9701325Y-14437079D01* -X9996563Y-14675174D02* -X9987039Y-14665650D01* -X9987039Y-14665650D02* -X9967991Y-14637079D01* -X9967991Y-14637079D02* -X9958468Y-14618031D01* -X9958468Y-14618031D02* -X9948944Y-14589460D01* -X9948944Y-14589460D02* -X9939420Y-14541841D01* -X9939420Y-14541841D02* -X9939420Y-14503746D01* -X9939420Y-14503746D02* -X9948944Y-14456127D01* -X9948944Y-14456127D02* -X9958468Y-14427555D01* -X9958468Y-14427555D02* -X9967991Y-14408508D01* -X9967991Y-14408508D02* -X9987039Y-14379936D01* -X9987039Y-14379936D02* -X9996563Y-14370412D01* -X10158468Y-14398984D02* -X10120372Y-14398984D01* -X10120372Y-14398984D02* -X10101325Y-14408508D01* -X10101325Y-14408508D02* -X10091801Y-14418031D01* -X10091801Y-14418031D02* -X10072753Y-14446603D01* -X10072753Y-14446603D02* -X10063230Y-14484698D01* -X10063230Y-14484698D02* -X10063230Y-14560888D01* -X10063230Y-14560888D02* -X10072753Y-14579936D01* -X10072753Y-14579936D02* -X10082277Y-14589460D01* -X10082277Y-14589460D02* -X10101325Y-14598984D01* -X10101325Y-14598984D02* -X10139420Y-14598984D01* -X10139420Y-14598984D02* -X10158468Y-14589460D01* -X10158468Y-14589460D02* -X10167991Y-14579936D01* -X10167991Y-14579936D02* -X10177515Y-14560888D01* -X10177515Y-14560888D02* -X10177515Y-14513269D01* -X10177515Y-14513269D02* -X10167991Y-14494222D01* -X10167991Y-14494222D02* -X10158468Y-14484698D01* -X10158468Y-14484698D02* -X10139420Y-14475174D01* -X10139420Y-14475174D02* -X10101325Y-14475174D01* -X10101325Y-14475174D02* -X10082277Y-14484698D01* -X10082277Y-14484698D02* -X10072753Y-14494222D01* -X10072753Y-14494222D02* -X10063230Y-14513269D01* -X10244182Y-14398984D02* -X10377515Y-14398984D01* -X10377515Y-14398984D02* -X10291801Y-14598984D01* -X10606087Y-14598984D02* -X10606087Y-14398984D01* -X10691801Y-14598984D02* -X10691801Y-14494222D01* -X10691801Y-14494222D02* -X10682277Y-14475174D01* -X10682277Y-14475174D02* -X10663230Y-14465650D01* -X10663230Y-14465650D02* -X10634658Y-14465650D01* -X10634658Y-14465650D02* -X10615611Y-14475174D01* -X10615611Y-14475174D02* -X10606087Y-14484698D01* -X10815611Y-14598984D02* -X10796563Y-14589460D01* -X10796563Y-14589460D02* -X10787039Y-14579936D01* -X10787039Y-14579936D02* -X10777515Y-14560888D01* -X10777515Y-14560888D02* -X10777515Y-14503746D01* -X10777515Y-14503746D02* -X10787039Y-14484698D01* -X10787039Y-14484698D02* -X10796563Y-14475174D01* -X10796563Y-14475174D02* -X10815611Y-14465650D01* -X10815611Y-14465650D02* -X10844182Y-14465650D01* -X10844182Y-14465650D02* -X10863230Y-14475174D01* -X10863230Y-14475174D02* -X10872753Y-14484698D01* -X10872753Y-14484698D02* -X10882277Y-14503746D01* -X10882277Y-14503746D02* -X10882277Y-14560888D01* -X10882277Y-14560888D02* -X10872753Y-14579936D01* -X10872753Y-14579936D02* -X10863230Y-14589460D01* -X10863230Y-14589460D02* -X10844182Y-14598984D01* -X10844182Y-14598984D02* -X10815611Y-14598984D01* -X10996563Y-14598984D02* -X10977515Y-14589460D01* -X10977515Y-14589460D02* -X10967992Y-14570412D01* -X10967992Y-14570412D02* -X10967992Y-14398984D01* -X11148944Y-14589460D02* -X11129896Y-14598984D01* -X11129896Y-14598984D02* -X11091801Y-14598984D01* -X11091801Y-14598984D02* -X11072753Y-14589460D01* -X11072753Y-14589460D02* -X11063230Y-14570412D01* -X11063230Y-14570412D02* -X11063230Y-14494222D01* -X11063230Y-14494222D02* -X11072753Y-14475174D01* -X11072753Y-14475174D02* -X11091801Y-14465650D01* -X11091801Y-14465650D02* -X11129896Y-14465650D01* -X11129896Y-14465650D02* -X11148944Y-14475174D01* -X11148944Y-14475174D02* -X11158468Y-14494222D01* -X11158468Y-14494222D02* -X11158468Y-14513269D01* -X11158468Y-14513269D02* -X11063230Y-14532317D01* -X11234658Y-14589460D02* -X11253706Y-14598984D01* -X11253706Y-14598984D02* -X11291801Y-14598984D01* -X11291801Y-14598984D02* -X11310849Y-14589460D01* -X11310849Y-14589460D02* -X11320372Y-14570412D01* -X11320372Y-14570412D02* -X11320372Y-14560888D01* -X11320372Y-14560888D02* -X11310849Y-14541841D01* -X11310849Y-14541841D02* -X11291801Y-14532317D01* -X11291801Y-14532317D02* -X11263230Y-14532317D01* -X11263230Y-14532317D02* -X11244182Y-14522793D01* -X11244182Y-14522793D02* -X11234658Y-14503746D01* -X11234658Y-14503746D02* -X11234658Y-14494222D01* -X11234658Y-14494222D02* -X11244182Y-14475174D01* -X11244182Y-14475174D02* -X11263230Y-14465650D01* -X11263230Y-14465650D02* -X11291801Y-14465650D01* -X11291801Y-14465650D02* -X11310849Y-14475174D01* -X11387039Y-14675174D02* -X11396563Y-14665650D01* -X11396563Y-14665650D02* -X11415611Y-14637079D01* -X11415611Y-14637079D02* -X11425134Y-14618031D01* -X11425134Y-14618031D02* -X11434658Y-14589460D01* -X11434658Y-14589460D02* -X11444182Y-14541841D01* -X11444182Y-14541841D02* -X11444182Y-14503746D01* -X11444182Y-14503746D02* -X11434658Y-14456127D01* -X11434658Y-14456127D02* -X11425134Y-14427555D01* -X11425134Y-14427555D02* -X11415611Y-14408508D01* -X11415611Y-14408508D02* -X11396563Y-14379936D01* -X11396563Y-14379936D02* -X11387039Y-14370412D01* -D16* -X6361500Y-14831500D02* -X6421500Y-14771500D01* -X6361500Y-14711500D01* -X6301500Y-14771500D01* -X6361500Y-14831500D01* -D11* -X6787039Y-14862984D02* -X6672753Y-14862984D01* -X6729896Y-14862984D02* -X6729896Y-14662984D01* -X6729896Y-14662984D02* -X6710848Y-14691555D01* -X6710848Y-14691555D02* -X6691801Y-14710603D01* -X6691801Y-14710603D02* -X6672753Y-14720127D01* -X6872753Y-14843936D02* -X6882277Y-14853460D01* -X6882277Y-14853460D02* -X6872753Y-14862984D01* -X6872753Y-14862984D02* -X6863229Y-14853460D01* -X6863229Y-14853460D02* -X6872753Y-14843936D01* -X6872753Y-14843936D02* -X6872753Y-14862984D01* -X6958467Y-14682031D02* -X6967991Y-14672508D01* -X6967991Y-14672508D02* -X6987039Y-14662984D01* -X6987039Y-14662984D02* -X7034658Y-14662984D01* -X7034658Y-14662984D02* -X7053705Y-14672508D01* -X7053705Y-14672508D02* -X7063229Y-14682031D01* -X7063229Y-14682031D02* -X7072753Y-14701079D01* -X7072753Y-14701079D02* -X7072753Y-14720127D01* -X7072753Y-14720127D02* -X7063229Y-14748698D01* -X7063229Y-14748698D02* -X6948943Y-14862984D01* -X6948943Y-14862984D02* -X7072753Y-14862984D01* -X7196562Y-14662984D02* -X7215610Y-14662984D01* -X7215610Y-14662984D02* -X7234658Y-14672508D01* -X7234658Y-14672508D02* -X7244182Y-14682031D01* -X7244182Y-14682031D02* -X7253705Y-14701079D01* -X7253705Y-14701079D02* -X7263229Y-14739174D01* -X7263229Y-14739174D02* -X7263229Y-14786793D01* -X7263229Y-14786793D02* -X7253705Y-14824888D01* -X7253705Y-14824888D02* -X7244182Y-14843936D01* -X7244182Y-14843936D02* -X7234658Y-14853460D01* -X7234658Y-14853460D02* -X7215610Y-14862984D01* -X7215610Y-14862984D02* -X7196562Y-14862984D01* -X7196562Y-14862984D02* -X7177515Y-14853460D01* -X7177515Y-14853460D02* -X7167991Y-14843936D01* -X7167991Y-14843936D02* -X7158467Y-14824888D01* -X7158467Y-14824888D02* -X7148943Y-14786793D01* -X7148943Y-14786793D02* -X7148943Y-14739174D01* -X7148943Y-14739174D02* -X7158467Y-14701079D01* -X7158467Y-14701079D02* -X7167991Y-14682031D01* -X7167991Y-14682031D02* -X7177515Y-14672508D01* -X7177515Y-14672508D02* -X7196562Y-14662984D01* -X7387039Y-14662984D02* -X7406086Y-14662984D01* -X7406086Y-14662984D02* -X7425134Y-14672508D01* -X7425134Y-14672508D02* -X7434658Y-14682031D01* -X7434658Y-14682031D02* -X7444182Y-14701079D01* -X7444182Y-14701079D02* -X7453705Y-14739174D01* -X7453705Y-14739174D02* -X7453705Y-14786793D01* -X7453705Y-14786793D02* -X7444182Y-14824888D01* -X7444182Y-14824888D02* -X7434658Y-14843936D01* -X7434658Y-14843936D02* -X7425134Y-14853460D01* -X7425134Y-14853460D02* -X7406086Y-14862984D01* -X7406086Y-14862984D02* -X7387039Y-14862984D01* -X7387039Y-14862984D02* -X7367991Y-14853460D01* -X7367991Y-14853460D02* -X7358467Y-14843936D01* -X7358467Y-14843936D02* -X7348943Y-14824888D01* -X7348943Y-14824888D02* -X7339420Y-14786793D01* -X7339420Y-14786793D02* -X7339420Y-14739174D01* -X7339420Y-14739174D02* -X7348943Y-14701079D01* -X7348943Y-14701079D02* -X7358467Y-14682031D01* -X7358467Y-14682031D02* -X7367991Y-14672508D01* -X7367991Y-14672508D02* -X7387039Y-14662984D01* -X7539420Y-14862984D02* -X7539420Y-14729650D01* -X7539420Y-14748698D02* -X7548943Y-14739174D01* -X7548943Y-14739174D02* -X7567991Y-14729650D01* -X7567991Y-14729650D02* -X7596563Y-14729650D01* -X7596563Y-14729650D02* -X7615610Y-14739174D01* -X7615610Y-14739174D02* -X7625134Y-14758222D01* -X7625134Y-14758222D02* -X7625134Y-14862984D01* -X7625134Y-14758222D02* -X7634658Y-14739174D01* -X7634658Y-14739174D02* -X7653705Y-14729650D01* -X7653705Y-14729650D02* -X7682277Y-14729650D01* -X7682277Y-14729650D02* -X7701324Y-14739174D01* -X7701324Y-14739174D02* -X7710848Y-14758222D01* -X7710848Y-14758222D02* -X7710848Y-14862984D01* -X7806086Y-14862984D02* -X7806086Y-14729650D01* -X7806086Y-14748698D02* -X7815610Y-14739174D01* -X7815610Y-14739174D02* -X7834658Y-14729650D01* -X7834658Y-14729650D02* -X7863229Y-14729650D01* -X7863229Y-14729650D02* -X7882277Y-14739174D01* -X7882277Y-14739174D02* -X7891801Y-14758222D01* -X7891801Y-14758222D02* -X7891801Y-14862984D01* -X7891801Y-14758222D02* -X7901324Y-14739174D01* -X7901324Y-14739174D02* -X7920372Y-14729650D01* -X7920372Y-14729650D02* -X7948943Y-14729650D01* -X7948943Y-14729650D02* -X7967991Y-14739174D01* -X7967991Y-14739174D02* -X7977515Y-14758222D01* -X7977515Y-14758222D02* -X7977515Y-14862984D01* -X8367991Y-14653460D02* -X8196563Y-14910603D01* -X8625134Y-14662984D02* -X8644182Y-14662984D01* -X8644182Y-14662984D02* -X8663229Y-14672508D01* -X8663229Y-14672508D02* -X8672753Y-14682031D01* -X8672753Y-14682031D02* -X8682277Y-14701079D01* -X8682277Y-14701079D02* -X8691801Y-14739174D01* -X8691801Y-14739174D02* -X8691801Y-14786793D01* -X8691801Y-14786793D02* -X8682277Y-14824888D01* -X8682277Y-14824888D02* -X8672753Y-14843936D01* -X8672753Y-14843936D02* -X8663229Y-14853460D01* -X8663229Y-14853460D02* -X8644182Y-14862984D01* -X8644182Y-14862984D02* -X8625134Y-14862984D01* -X8625134Y-14862984D02* -X8606087Y-14853460D01* -X8606087Y-14853460D02* -X8596563Y-14843936D01* -X8596563Y-14843936D02* -X8587039Y-14824888D01* -X8587039Y-14824888D02* -X8577515Y-14786793D01* -X8577515Y-14786793D02* -X8577515Y-14739174D01* -X8577515Y-14739174D02* -X8587039Y-14701079D01* -X8587039Y-14701079D02* -X8596563Y-14682031D01* -X8596563Y-14682031D02* -X8606087Y-14672508D01* -X8606087Y-14672508D02* -X8625134Y-14662984D01* -X8777515Y-14843936D02* -X8787039Y-14853460D01* -X8787039Y-14853460D02* -X8777515Y-14862984D01* -X8777515Y-14862984D02* -X8767991Y-14853460D01* -X8767991Y-14853460D02* -X8777515Y-14843936D01* -X8777515Y-14843936D02* -X8777515Y-14862984D01* -X8910848Y-14662984D02* -X8929896Y-14662984D01* -X8929896Y-14662984D02* -X8948944Y-14672508D01* -X8948944Y-14672508D02* -X8958468Y-14682031D01* -X8958468Y-14682031D02* -X8967991Y-14701079D01* -X8967991Y-14701079D02* -X8977515Y-14739174D01* -X8977515Y-14739174D02* -X8977515Y-14786793D01* -X8977515Y-14786793D02* -X8967991Y-14824888D01* -X8967991Y-14824888D02* -X8958468Y-14843936D01* -X8958468Y-14843936D02* -X8948944Y-14853460D01* -X8948944Y-14853460D02* -X8929896Y-14862984D01* -X8929896Y-14862984D02* -X8910848Y-14862984D01* -X8910848Y-14862984D02* -X8891801Y-14853460D01* -X8891801Y-14853460D02* -X8882277Y-14843936D01* -X8882277Y-14843936D02* -X8872753Y-14824888D01* -X8872753Y-14824888D02* -X8863229Y-14786793D01* -X8863229Y-14786793D02* -X8863229Y-14739174D01* -X8863229Y-14739174D02* -X8872753Y-14701079D01* -X8872753Y-14701079D02* -X8882277Y-14682031D01* -X8882277Y-14682031D02* -X8891801Y-14672508D01* -X8891801Y-14672508D02* -X8910848Y-14662984D01* -X9148944Y-14729650D02* -X9148944Y-14862984D01* -X9101325Y-14653460D02* -X9053706Y-14796317D01* -X9053706Y-14796317D02* -X9177515Y-14796317D01* -X9234658Y-14662984D02* -X9367991Y-14662984D01* -X9367991Y-14662984D02* -X9282277Y-14862984D01* -X9434658Y-14682031D02* -X9444182Y-14672508D01* -X9444182Y-14672508D02* -X9463229Y-14662984D01* -X9463229Y-14662984D02* -X9510849Y-14662984D01* -X9510849Y-14662984D02* -X9529896Y-14672508D01* -X9529896Y-14672508D02* -X9539420Y-14682031D01* -X9539420Y-14682031D02* -X9548944Y-14701079D01* -X9548944Y-14701079D02* -X9548944Y-14720127D01* -X9548944Y-14720127D02* -X9539420Y-14748698D01* -X9539420Y-14748698D02* -X9425134Y-14862984D01* -X9425134Y-14862984D02* -X9548944Y-14862984D01* -X9625134Y-14662984D02* -X9625134Y-14701079D01* -X9701325Y-14662984D02* -X9701325Y-14701079D01* -X9996563Y-14939174D02* -X9987039Y-14929650D01* -X9987039Y-14929650D02* -X9967991Y-14901079D01* -X9967991Y-14901079D02* -X9958468Y-14882031D01* -X9958468Y-14882031D02* -X9948944Y-14853460D01* -X9948944Y-14853460D02* -X9939420Y-14805841D01* -X9939420Y-14805841D02* -X9939420Y-14767746D01* -X9939420Y-14767746D02* -X9948944Y-14720127D01* -X9948944Y-14720127D02* -X9958468Y-14691555D01* -X9958468Y-14691555D02* -X9967991Y-14672508D01* -X9967991Y-14672508D02* -X9987039Y-14643936D01* -X9987039Y-14643936D02* -X9996563Y-14634412D01* -X10158468Y-14729650D02* -X10158468Y-14862984D01* -X10110849Y-14653460D02* -X10063230Y-14796317D01* -X10063230Y-14796317D02* -X10187039Y-14796317D01* -X10415611Y-14862984D02* -X10415611Y-14662984D01* -X10501325Y-14862984D02* -X10501325Y-14758222D01* -X10501325Y-14758222D02* -X10491801Y-14739174D01* -X10491801Y-14739174D02* -X10472753Y-14729650D01* -X10472753Y-14729650D02* -X10444182Y-14729650D01* -X10444182Y-14729650D02* -X10425134Y-14739174D01* -X10425134Y-14739174D02* -X10415611Y-14748698D01* -X10625134Y-14862984D02* -X10606087Y-14853460D01* -X10606087Y-14853460D02* -X10596563Y-14843936D01* -X10596563Y-14843936D02* -X10587039Y-14824888D01* -X10587039Y-14824888D02* -X10587039Y-14767746D01* -X10587039Y-14767746D02* -X10596563Y-14748698D01* -X10596563Y-14748698D02* -X10606087Y-14739174D01* -X10606087Y-14739174D02* -X10625134Y-14729650D01* -X10625134Y-14729650D02* -X10653706Y-14729650D01* -X10653706Y-14729650D02* -X10672753Y-14739174D01* -X10672753Y-14739174D02* -X10682277Y-14748698D01* -X10682277Y-14748698D02* -X10691801Y-14767746D01* -X10691801Y-14767746D02* -X10691801Y-14824888D01* -X10691801Y-14824888D02* -X10682277Y-14843936D01* -X10682277Y-14843936D02* -X10672753Y-14853460D01* -X10672753Y-14853460D02* -X10653706Y-14862984D01* -X10653706Y-14862984D02* -X10625134Y-14862984D01* -X10806087Y-14862984D02* -X10787039Y-14853460D01* -X10787039Y-14853460D02* -X10777515Y-14834412D01* -X10777515Y-14834412D02* -X10777515Y-14662984D01* -X10958468Y-14853460D02* -X10939420Y-14862984D01* -X10939420Y-14862984D02* -X10901325Y-14862984D01* -X10901325Y-14862984D02* -X10882277Y-14853460D01* -X10882277Y-14853460D02* -X10872753Y-14834412D01* -X10872753Y-14834412D02* -X10872753Y-14758222D01* -X10872753Y-14758222D02* -X10882277Y-14739174D01* -X10882277Y-14739174D02* -X10901325Y-14729650D01* -X10901325Y-14729650D02* -X10939420Y-14729650D01* -X10939420Y-14729650D02* -X10958468Y-14739174D01* -X10958468Y-14739174D02* -X10967992Y-14758222D01* -X10967992Y-14758222D02* -X10967992Y-14777269D01* -X10967992Y-14777269D02* -X10872753Y-14796317D01* -X11044182Y-14853460D02* -X11063230Y-14862984D01* -X11063230Y-14862984D02* -X11101325Y-14862984D01* -X11101325Y-14862984D02* -X11120373Y-14853460D01* -X11120373Y-14853460D02* -X11129896Y-14834412D01* -X11129896Y-14834412D02* -X11129896Y-14824888D01* -X11129896Y-14824888D02* -X11120373Y-14805841D01* -X11120373Y-14805841D02* -X11101325Y-14796317D01* -X11101325Y-14796317D02* -X11072753Y-14796317D01* -X11072753Y-14796317D02* -X11053706Y-14786793D01* -X11053706Y-14786793D02* -X11044182Y-14767746D01* -X11044182Y-14767746D02* -X11044182Y-14758222D01* -X11044182Y-14758222D02* -X11053706Y-14739174D01* -X11053706Y-14739174D02* -X11072753Y-14729650D01* -X11072753Y-14729650D02* -X11101325Y-14729650D01* -X11101325Y-14729650D02* -X11120373Y-14739174D01* -X11196563Y-14939174D02* -X11206087Y-14929650D01* -X11206087Y-14929650D02* -X11225134Y-14901079D01* -X11225134Y-14901079D02* -X11234658Y-14882031D01* -X11234658Y-14882031D02* -X11244182Y-14853460D01* -X11244182Y-14853460D02* -X11253706Y-14805841D01* -X11253706Y-14805841D02* -X11253706Y-14767746D01* -X11253706Y-14767746D02* -X11244182Y-14720127D01* -X11244182Y-14720127D02* -X11234658Y-14691555D01* -X11234658Y-14691555D02* -X11225134Y-14672508D01* -X11225134Y-14672508D02* -X11206087Y-14643936D01* -X11206087Y-14643936D02* -X11196563Y-14634412D01* -X6221500Y-14935500D02* -X6421500Y-15135500D01* -X6421500Y-14935500D02* -X6221500Y-15135500D01* -X6421500Y-15035500D02* -G75* -G03* -X6421500Y-15035500I-100000J0D01* -G01* -X6672753Y-14946031D02* -X6682277Y-14936508D01* -X6682277Y-14936508D02* -X6701324Y-14926984D01* -X6701324Y-14926984D02* -X6748943Y-14926984D01* -X6748943Y-14926984D02* -X6767991Y-14936508D01* -X6767991Y-14936508D02* -X6777515Y-14946031D01* -X6777515Y-14946031D02* -X6787039Y-14965079D01* -X6787039Y-14965079D02* -X6787039Y-14984127D01* -X6787039Y-14984127D02* -X6777515Y-15012698D01* -X6777515Y-15012698D02* -X6663229Y-15126984D01* -X6663229Y-15126984D02* -X6787039Y-15126984D01* -X6872753Y-15107936D02* -X6882277Y-15117460D01* -X6882277Y-15117460D02* -X6872753Y-15126984D01* -X6872753Y-15126984D02* -X6863229Y-15117460D01* -X6863229Y-15117460D02* -X6872753Y-15107936D01* -X6872753Y-15107936D02* -X6872753Y-15126984D01* -X6948943Y-14926984D02* -X7082277Y-14926984D01* -X7082277Y-14926984D02* -X6996562Y-15126984D01* -X7253705Y-14926984D02* -X7158467Y-14926984D01* -X7158467Y-14926984D02* -X7148943Y-15022222D01* -X7148943Y-15022222D02* -X7158467Y-15012698D01* -X7158467Y-15012698D02* -X7177515Y-15003174D01* -X7177515Y-15003174D02* -X7225134Y-15003174D01* -X7225134Y-15003174D02* -X7244182Y-15012698D01* -X7244182Y-15012698D02* -X7253705Y-15022222D01* -X7253705Y-15022222D02* -X7263229Y-15041269D01* -X7263229Y-15041269D02* -X7263229Y-15088888D01* -X7263229Y-15088888D02* -X7253705Y-15107936D01* -X7253705Y-15107936D02* -X7244182Y-15117460D01* -X7244182Y-15117460D02* -X7225134Y-15126984D01* -X7225134Y-15126984D02* -X7177515Y-15126984D01* -X7177515Y-15126984D02* -X7158467Y-15117460D01* -X7158467Y-15117460D02* -X7148943Y-15107936D01* -X7387039Y-14926984D02* -X7406086Y-14926984D01* -X7406086Y-14926984D02* -X7425134Y-14936508D01* -X7425134Y-14936508D02* -X7434658Y-14946031D01* -X7434658Y-14946031D02* -X7444182Y-14965079D01* -X7444182Y-14965079D02* -X7453705Y-15003174D01* -X7453705Y-15003174D02* -X7453705Y-15050793D01* -X7453705Y-15050793D02* -X7444182Y-15088888D01* -X7444182Y-15088888D02* -X7434658Y-15107936D01* -X7434658Y-15107936D02* -X7425134Y-15117460D01* -X7425134Y-15117460D02* -X7406086Y-15126984D01* -X7406086Y-15126984D02* -X7387039Y-15126984D01* -X7387039Y-15126984D02* -X7367991Y-15117460D01* -X7367991Y-15117460D02* -X7358467Y-15107936D01* -X7358467Y-15107936D02* -X7348943Y-15088888D01* -X7348943Y-15088888D02* -X7339420Y-15050793D01* -X7339420Y-15050793D02* -X7339420Y-15003174D01* -X7339420Y-15003174D02* -X7348943Y-14965079D01* -X7348943Y-14965079D02* -X7358467Y-14946031D01* -X7358467Y-14946031D02* -X7367991Y-14936508D01* -X7367991Y-14936508D02* -X7387039Y-14926984D01* -X7539420Y-15126984D02* -X7539420Y-14993650D01* -X7539420Y-15012698D02* -X7548943Y-15003174D01* -X7548943Y-15003174D02* -X7567991Y-14993650D01* -X7567991Y-14993650D02* -X7596563Y-14993650D01* -X7596563Y-14993650D02* -X7615610Y-15003174D01* -X7615610Y-15003174D02* -X7625134Y-15022222D01* -X7625134Y-15022222D02* -X7625134Y-15126984D01* -X7625134Y-15022222D02* -X7634658Y-15003174D01* -X7634658Y-15003174D02* -X7653705Y-14993650D01* -X7653705Y-14993650D02* -X7682277Y-14993650D01* -X7682277Y-14993650D02* -X7701324Y-15003174D01* -X7701324Y-15003174D02* -X7710848Y-15022222D01* -X7710848Y-15022222D02* -X7710848Y-15126984D01* -X7806086Y-15126984D02* -X7806086Y-14993650D01* -X7806086Y-15012698D02* -X7815610Y-15003174D01* -X7815610Y-15003174D02* -X7834658Y-14993650D01* -X7834658Y-14993650D02* -X7863229Y-14993650D01* -X7863229Y-14993650D02* -X7882277Y-15003174D01* -X7882277Y-15003174D02* -X7891801Y-15022222D01* -X7891801Y-15022222D02* -X7891801Y-15126984D01* -X7891801Y-15022222D02* -X7901324Y-15003174D01* -X7901324Y-15003174D02* -X7920372Y-14993650D01* -X7920372Y-14993650D02* -X7948943Y-14993650D01* -X7948943Y-14993650D02* -X7967991Y-15003174D01* -X7967991Y-15003174D02* -X7977515Y-15022222D01* -X7977515Y-15022222D02* -X7977515Y-15126984D01* -X8367991Y-14917460D02* -X8196563Y-15174603D01* -X8625134Y-14926984D02* -X8644182Y-14926984D01* -X8644182Y-14926984D02* -X8663229Y-14936508D01* -X8663229Y-14936508D02* -X8672753Y-14946031D01* -X8672753Y-14946031D02* -X8682277Y-14965079D01* -X8682277Y-14965079D02* -X8691801Y-15003174D01* -X8691801Y-15003174D02* -X8691801Y-15050793D01* -X8691801Y-15050793D02* -X8682277Y-15088888D01* -X8682277Y-15088888D02* -X8672753Y-15107936D01* -X8672753Y-15107936D02* -X8663229Y-15117460D01* -X8663229Y-15117460D02* -X8644182Y-15126984D01* -X8644182Y-15126984D02* -X8625134Y-15126984D01* -X8625134Y-15126984D02* -X8606087Y-15117460D01* -X8606087Y-15117460D02* -X8596563Y-15107936D01* -X8596563Y-15107936D02* -X8587039Y-15088888D01* -X8587039Y-15088888D02* -X8577515Y-15050793D01* -X8577515Y-15050793D02* -X8577515Y-15003174D01* -X8577515Y-15003174D02* -X8587039Y-14965079D01* -X8587039Y-14965079D02* -X8596563Y-14946031D01* -X8596563Y-14946031D02* -X8606087Y-14936508D01* -X8606087Y-14936508D02* -X8625134Y-14926984D01* -X8777515Y-15107936D02* -X8787039Y-15117460D01* -X8787039Y-15117460D02* -X8777515Y-15126984D01* -X8777515Y-15126984D02* -X8767991Y-15117460D01* -X8767991Y-15117460D02* -X8777515Y-15107936D01* -X8777515Y-15107936D02* -X8777515Y-15126984D01* -X8977515Y-15126984D02* -X8863229Y-15126984D01* -X8920372Y-15126984D02* -X8920372Y-14926984D01* -X8920372Y-14926984D02* -X8901325Y-14955555D01* -X8901325Y-14955555D02* -X8882277Y-14974603D01* -X8882277Y-14974603D02* -X8863229Y-14984127D01* -X9101325Y-14926984D02* -X9120372Y-14926984D01* -X9120372Y-14926984D02* -X9139420Y-14936508D01* -X9139420Y-14936508D02* -X9148944Y-14946031D01* -X9148944Y-14946031D02* -X9158468Y-14965079D01* -X9158468Y-14965079D02* -X9167991Y-15003174D01* -X9167991Y-15003174D02* -X9167991Y-15050793D01* -X9167991Y-15050793D02* -X9158468Y-15088888D01* -X9158468Y-15088888D02* -X9148944Y-15107936D01* -X9148944Y-15107936D02* -X9139420Y-15117460D01* -X9139420Y-15117460D02* -X9120372Y-15126984D01* -X9120372Y-15126984D02* -X9101325Y-15126984D01* -X9101325Y-15126984D02* -X9082277Y-15117460D01* -X9082277Y-15117460D02* -X9072753Y-15107936D01* -X9072753Y-15107936D02* -X9063229Y-15088888D01* -X9063229Y-15088888D02* -X9053706Y-15050793D01* -X9053706Y-15050793D02* -X9053706Y-15003174D01* -X9053706Y-15003174D02* -X9063229Y-14965079D01* -X9063229Y-14965079D02* -X9072753Y-14946031D01* -X9072753Y-14946031D02* -X9082277Y-14936508D01* -X9082277Y-14936508D02* -X9101325Y-14926984D01* -X9282277Y-15012698D02* -X9263229Y-15003174D01* -X9263229Y-15003174D02* -X9253706Y-14993650D01* -X9253706Y-14993650D02* -X9244182Y-14974603D01* -X9244182Y-14974603D02* -X9244182Y-14965079D01* -X9244182Y-14965079D02* -X9253706Y-14946031D01* -X9253706Y-14946031D02* -X9263229Y-14936508D01* -X9263229Y-14936508D02* -X9282277Y-14926984D01* -X9282277Y-14926984D02* -X9320372Y-14926984D01* -X9320372Y-14926984D02* -X9339420Y-14936508D01* -X9339420Y-14936508D02* -X9348944Y-14946031D01* -X9348944Y-14946031D02* -X9358468Y-14965079D01* -X9358468Y-14965079D02* -X9358468Y-14974603D01* -X9358468Y-14974603D02* -X9348944Y-14993650D01* -X9348944Y-14993650D02* -X9339420Y-15003174D01* -X9339420Y-15003174D02* -X9320372Y-15012698D01* -X9320372Y-15012698D02* -X9282277Y-15012698D01* -X9282277Y-15012698D02* -X9263229Y-15022222D01* -X9263229Y-15022222D02* -X9253706Y-15031746D01* -X9253706Y-15031746D02* -X9244182Y-15050793D01* -X9244182Y-15050793D02* -X9244182Y-15088888D01* -X9244182Y-15088888D02* -X9253706Y-15107936D01* -X9253706Y-15107936D02* -X9263229Y-15117460D01* -X9263229Y-15117460D02* -X9282277Y-15126984D01* -X9282277Y-15126984D02* -X9320372Y-15126984D01* -X9320372Y-15126984D02* -X9339420Y-15117460D01* -X9339420Y-15117460D02* -X9348944Y-15107936D01* -X9348944Y-15107936D02* -X9358468Y-15088888D01* -X9358468Y-15088888D02* -X9358468Y-15050793D01* -X9358468Y-15050793D02* -X9348944Y-15031746D01* -X9348944Y-15031746D02* -X9339420Y-15022222D01* -X9339420Y-15022222D02* -X9320372Y-15012698D01* -X9425134Y-14926984D02* -X9548944Y-14926984D01* -X9548944Y-14926984D02* -X9482277Y-15003174D01* -X9482277Y-15003174D02* -X9510849Y-15003174D01* -X9510849Y-15003174D02* -X9529896Y-15012698D01* -X9529896Y-15012698D02* -X9539420Y-15022222D01* -X9539420Y-15022222D02* -X9548944Y-15041269D01* -X9548944Y-15041269D02* -X9548944Y-15088888D01* -X9548944Y-15088888D02* -X9539420Y-15107936D01* -X9539420Y-15107936D02* -X9529896Y-15117460D01* -X9529896Y-15117460D02* -X9510849Y-15126984D01* -X9510849Y-15126984D02* -X9453706Y-15126984D01* -X9453706Y-15126984D02* -X9434658Y-15117460D01* -X9434658Y-15117460D02* -X9425134Y-15107936D01* -X9625134Y-14926984D02* -X9625134Y-14965079D01* -X9701325Y-14926984D02* -X9701325Y-14965079D01* -X9996563Y-15203174D02* -X9987039Y-15193650D01* -X9987039Y-15193650D02* -X9967991Y-15165079D01* -X9967991Y-15165079D02* -X9958468Y-15146031D01* -X9958468Y-15146031D02* -X9948944Y-15117460D01* -X9948944Y-15117460D02* -X9939420Y-15069841D01* -X9939420Y-15069841D02* -X9939420Y-15031746D01* -X9939420Y-15031746D02* -X9948944Y-14984127D01* -X9948944Y-14984127D02* -X9958468Y-14955555D01* -X9958468Y-14955555D02* -X9967991Y-14936508D01* -X9967991Y-14936508D02* -X9987039Y-14907936D01* -X9987039Y-14907936D02* -X9996563Y-14898412D01* -X10177515Y-15126984D02* -X10063230Y-15126984D01* -X10120372Y-15126984D02* -X10120372Y-14926984D01* -X10120372Y-14926984D02* -X10101325Y-14955555D01* -X10101325Y-14955555D02* -X10082277Y-14974603D01* -X10082277Y-14974603D02* -X10063230Y-14984127D01* -X10415611Y-15126984D02* -X10415611Y-14926984D01* -X10501325Y-15126984D02* -X10501325Y-15022222D01* -X10501325Y-15022222D02* -X10491801Y-15003174D01* -X10491801Y-15003174D02* -X10472753Y-14993650D01* -X10472753Y-14993650D02* -X10444182Y-14993650D01* -X10444182Y-14993650D02* -X10425134Y-15003174D01* -X10425134Y-15003174D02* -X10415611Y-15012698D01* -X10625134Y-15126984D02* -X10606087Y-15117460D01* -X10606087Y-15117460D02* -X10596563Y-15107936D01* -X10596563Y-15107936D02* -X10587039Y-15088888D01* -X10587039Y-15088888D02* -X10587039Y-15031746D01* -X10587039Y-15031746D02* -X10596563Y-15012698D01* -X10596563Y-15012698D02* -X10606087Y-15003174D01* -X10606087Y-15003174D02* -X10625134Y-14993650D01* -X10625134Y-14993650D02* -X10653706Y-14993650D01* -X10653706Y-14993650D02* -X10672753Y-15003174D01* -X10672753Y-15003174D02* -X10682277Y-15012698D01* -X10682277Y-15012698D02* -X10691801Y-15031746D01* -X10691801Y-15031746D02* -X10691801Y-15088888D01* -X10691801Y-15088888D02* -X10682277Y-15107936D01* -X10682277Y-15107936D02* -X10672753Y-15117460D01* -X10672753Y-15117460D02* -X10653706Y-15126984D01* -X10653706Y-15126984D02* -X10625134Y-15126984D01* -X10806087Y-15126984D02* -X10787039Y-15117460D01* -X10787039Y-15117460D02* -X10777515Y-15098412D01* -X10777515Y-15098412D02* -X10777515Y-14926984D01* -X10958468Y-15117460D02* -X10939420Y-15126984D01* -X10939420Y-15126984D02* -X10901325Y-15126984D01* -X10901325Y-15126984D02* -X10882277Y-15117460D01* -X10882277Y-15117460D02* -X10872753Y-15098412D01* -X10872753Y-15098412D02* -X10872753Y-15022222D01* -X10872753Y-15022222D02* -X10882277Y-15003174D01* -X10882277Y-15003174D02* -X10901325Y-14993650D01* -X10901325Y-14993650D02* -X10939420Y-14993650D01* -X10939420Y-14993650D02* -X10958468Y-15003174D01* -X10958468Y-15003174D02* -X10967992Y-15022222D01* -X10967992Y-15022222D02* -X10967992Y-15041269D01* -X10967992Y-15041269D02* -X10872753Y-15060317D01* -X11034658Y-15203174D02* -X11044182Y-15193650D01* -X11044182Y-15193650D02* -X11063230Y-15165079D01* -X11063230Y-15165079D02* -X11072753Y-15146031D01* -X11072753Y-15146031D02* -X11082277Y-15117460D01* -X11082277Y-15117460D02* -X11091801Y-15069841D01* -X11091801Y-15069841D02* -X11091801Y-15031746D01* -X11091801Y-15031746D02* -X11082277Y-14984127D01* -X11082277Y-14984127D02* -X11072753Y-14955555D01* -X11072753Y-14955555D02* -X11063230Y-14936508D01* -X11063230Y-14936508D02* -X11044182Y-14907936D01* -X11044182Y-14907936D02* -X11034658Y-14898412D01* -X6221500Y-15255500D02* -X6421500Y-15455500D01* -X6421500Y-15255500D02* -X6221500Y-15455500D01* -X6321500Y-15255500D02* -X6321500Y-15455500D01* -X6221500Y-15355500D02* -X6421500Y-15355500D01* -X6663229Y-15246984D02* -X6787039Y-15246984D01* -X6787039Y-15246984D02* -X6720372Y-15323174D01* -X6720372Y-15323174D02* -X6748943Y-15323174D01* -X6748943Y-15323174D02* -X6767991Y-15332698D01* -X6767991Y-15332698D02* -X6777515Y-15342222D01* -X6777515Y-15342222D02* -X6787039Y-15361269D01* -X6787039Y-15361269D02* -X6787039Y-15408888D01* -X6787039Y-15408888D02* -X6777515Y-15427936D01* -X6777515Y-15427936D02* -X6767991Y-15437460D01* -X6767991Y-15437460D02* -X6748943Y-15446984D01* -X6748943Y-15446984D02* -X6691801Y-15446984D01* -X6691801Y-15446984D02* -X6672753Y-15437460D01* -X6672753Y-15437460D02* -X6663229Y-15427936D01* -X6872753Y-15427936D02* -X6882277Y-15437460D01* -X6882277Y-15437460D02* -X6872753Y-15446984D01* -X6872753Y-15446984D02* -X6863229Y-15437460D01* -X6863229Y-15437460D02* -X6872753Y-15427936D01* -X6872753Y-15427936D02* -X6872753Y-15446984D01* -X6958467Y-15266031D02* -X6967991Y-15256508D01* -X6967991Y-15256508D02* -X6987039Y-15246984D01* -X6987039Y-15246984D02* -X7034658Y-15246984D01* -X7034658Y-15246984D02* -X7053705Y-15256508D01* -X7053705Y-15256508D02* -X7063229Y-15266031D01* -X7063229Y-15266031D02* -X7072753Y-15285079D01* -X7072753Y-15285079D02* -X7072753Y-15304127D01* -X7072753Y-15304127D02* -X7063229Y-15332698D01* -X7063229Y-15332698D02* -X6948943Y-15446984D01* -X6948943Y-15446984D02* -X7072753Y-15446984D01* -X7253705Y-15246984D02* -X7158467Y-15246984D01* -X7158467Y-15246984D02* -X7148943Y-15342222D01* -X7148943Y-15342222D02* -X7158467Y-15332698D01* -X7158467Y-15332698D02* -X7177515Y-15323174D01* -X7177515Y-15323174D02* -X7225134Y-15323174D01* -X7225134Y-15323174D02* -X7244182Y-15332698D01* -X7244182Y-15332698D02* -X7253705Y-15342222D01* -X7253705Y-15342222D02* -X7263229Y-15361269D01* -X7263229Y-15361269D02* -X7263229Y-15408888D01* -X7263229Y-15408888D02* -X7253705Y-15427936D01* -X7253705Y-15427936D02* -X7244182Y-15437460D01* -X7244182Y-15437460D02* -X7225134Y-15446984D01* -X7225134Y-15446984D02* -X7177515Y-15446984D01* -X7177515Y-15446984D02* -X7158467Y-15437460D01* -X7158467Y-15437460D02* -X7148943Y-15427936D01* -X7387039Y-15246984D02* -X7406086Y-15246984D01* -X7406086Y-15246984D02* -X7425134Y-15256508D01* -X7425134Y-15256508D02* -X7434658Y-15266031D01* -X7434658Y-15266031D02* -X7444182Y-15285079D01* -X7444182Y-15285079D02* -X7453705Y-15323174D01* -X7453705Y-15323174D02* -X7453705Y-15370793D01* -X7453705Y-15370793D02* -X7444182Y-15408888D01* -X7444182Y-15408888D02* -X7434658Y-15427936D01* -X7434658Y-15427936D02* -X7425134Y-15437460D01* -X7425134Y-15437460D02* -X7406086Y-15446984D01* -X7406086Y-15446984D02* -X7387039Y-15446984D01* -X7387039Y-15446984D02* -X7367991Y-15437460D01* -X7367991Y-15437460D02* -X7358467Y-15427936D01* -X7358467Y-15427936D02* -X7348943Y-15408888D01* -X7348943Y-15408888D02* -X7339420Y-15370793D01* -X7339420Y-15370793D02* -X7339420Y-15323174D01* -X7339420Y-15323174D02* -X7348943Y-15285079D01* -X7348943Y-15285079D02* -X7358467Y-15266031D01* -X7358467Y-15266031D02* -X7367991Y-15256508D01* -X7367991Y-15256508D02* -X7387039Y-15246984D01* -X7539420Y-15446984D02* -X7539420Y-15313650D01* -X7539420Y-15332698D02* -X7548943Y-15323174D01* -X7548943Y-15323174D02* -X7567991Y-15313650D01* -X7567991Y-15313650D02* -X7596563Y-15313650D01* -X7596563Y-15313650D02* -X7615610Y-15323174D01* -X7615610Y-15323174D02* -X7625134Y-15342222D01* -X7625134Y-15342222D02* -X7625134Y-15446984D01* -X7625134Y-15342222D02* -X7634658Y-15323174D01* -X7634658Y-15323174D02* -X7653705Y-15313650D01* -X7653705Y-15313650D02* -X7682277Y-15313650D01* -X7682277Y-15313650D02* -X7701324Y-15323174D01* -X7701324Y-15323174D02* -X7710848Y-15342222D01* -X7710848Y-15342222D02* -X7710848Y-15446984D01* -X7806086Y-15446984D02* -X7806086Y-15313650D01* -X7806086Y-15332698D02* -X7815610Y-15323174D01* -X7815610Y-15323174D02* -X7834658Y-15313650D01* -X7834658Y-15313650D02* -X7863229Y-15313650D01* -X7863229Y-15313650D02* -X7882277Y-15323174D01* -X7882277Y-15323174D02* -X7891801Y-15342222D01* -X7891801Y-15342222D02* -X7891801Y-15446984D01* -X7891801Y-15342222D02* -X7901324Y-15323174D01* -X7901324Y-15323174D02* -X7920372Y-15313650D01* -X7920372Y-15313650D02* -X7948943Y-15313650D01* -X7948943Y-15313650D02* -X7967991Y-15323174D01* -X7967991Y-15323174D02* -X7977515Y-15342222D01* -X7977515Y-15342222D02* -X7977515Y-15446984D01* -X8367991Y-15237460D02* -X8196563Y-15494603D01* -X8625134Y-15246984D02* -X8644182Y-15246984D01* -X8644182Y-15246984D02* -X8663229Y-15256508D01* -X8663229Y-15256508D02* -X8672753Y-15266031D01* -X8672753Y-15266031D02* -X8682277Y-15285079D01* -X8682277Y-15285079D02* -X8691801Y-15323174D01* -X8691801Y-15323174D02* -X8691801Y-15370793D01* -X8691801Y-15370793D02* -X8682277Y-15408888D01* -X8682277Y-15408888D02* -X8672753Y-15427936D01* -X8672753Y-15427936D02* -X8663229Y-15437460D01* -X8663229Y-15437460D02* -X8644182Y-15446984D01* -X8644182Y-15446984D02* -X8625134Y-15446984D01* -X8625134Y-15446984D02* -X8606087Y-15437460D01* -X8606087Y-15437460D02* -X8596563Y-15427936D01* -X8596563Y-15427936D02* -X8587039Y-15408888D01* -X8587039Y-15408888D02* -X8577515Y-15370793D01* -X8577515Y-15370793D02* -X8577515Y-15323174D01* -X8577515Y-15323174D02* -X8587039Y-15285079D01* -X8587039Y-15285079D02* -X8596563Y-15266031D01* -X8596563Y-15266031D02* -X8606087Y-15256508D01* -X8606087Y-15256508D02* -X8625134Y-15246984D01* -X8777515Y-15427936D02* -X8787039Y-15437460D01* -X8787039Y-15437460D02* -X8777515Y-15446984D01* -X8777515Y-15446984D02* -X8767991Y-15437460D01* -X8767991Y-15437460D02* -X8777515Y-15427936D01* -X8777515Y-15427936D02* -X8777515Y-15446984D01* -X8977515Y-15446984D02* -X8863229Y-15446984D01* -X8920372Y-15446984D02* -X8920372Y-15246984D01* -X8920372Y-15246984D02* -X8901325Y-15275555D01* -X8901325Y-15275555D02* -X8882277Y-15294603D01* -X8882277Y-15294603D02* -X8863229Y-15304127D01* -X9053706Y-15266031D02* -X9063229Y-15256508D01* -X9063229Y-15256508D02* -X9082277Y-15246984D01* -X9082277Y-15246984D02* -X9129896Y-15246984D01* -X9129896Y-15246984D02* -X9148944Y-15256508D01* -X9148944Y-15256508D02* -X9158468Y-15266031D01* -X9158468Y-15266031D02* -X9167991Y-15285079D01* -X9167991Y-15285079D02* -X9167991Y-15304127D01* -X9167991Y-15304127D02* -X9158468Y-15332698D01* -X9158468Y-15332698D02* -X9044182Y-15446984D01* -X9044182Y-15446984D02* -X9167991Y-15446984D01* -X9282277Y-15332698D02* -X9263229Y-15323174D01* -X9263229Y-15323174D02* -X9253706Y-15313650D01* -X9253706Y-15313650D02* -X9244182Y-15294603D01* -X9244182Y-15294603D02* -X9244182Y-15285079D01* -X9244182Y-15285079D02* -X9253706Y-15266031D01* -X9253706Y-15266031D02* -X9263229Y-15256508D01* -X9263229Y-15256508D02* -X9282277Y-15246984D01* -X9282277Y-15246984D02* -X9320372Y-15246984D01* -X9320372Y-15246984D02* -X9339420Y-15256508D01* -X9339420Y-15256508D02* -X9348944Y-15266031D01* -X9348944Y-15266031D02* -X9358468Y-15285079D01* -X9358468Y-15285079D02* -X9358468Y-15294603D01* -X9358468Y-15294603D02* -X9348944Y-15313650D01* -X9348944Y-15313650D02* -X9339420Y-15323174D01* -X9339420Y-15323174D02* -X9320372Y-15332698D01* -X9320372Y-15332698D02* -X9282277Y-15332698D01* -X9282277Y-15332698D02* -X9263229Y-15342222D01* -X9263229Y-15342222D02* -X9253706Y-15351746D01* -X9253706Y-15351746D02* -X9244182Y-15370793D01* -X9244182Y-15370793D02* -X9244182Y-15408888D01* -X9244182Y-15408888D02* -X9253706Y-15427936D01* -X9253706Y-15427936D02* -X9263229Y-15437460D01* -X9263229Y-15437460D02* -X9282277Y-15446984D01* -X9282277Y-15446984D02* -X9320372Y-15446984D01* -X9320372Y-15446984D02* -X9339420Y-15437460D01* -X9339420Y-15437460D02* -X9348944Y-15427936D01* -X9348944Y-15427936D02* -X9358468Y-15408888D01* -X9358468Y-15408888D02* -X9358468Y-15370793D01* -X9358468Y-15370793D02* -X9348944Y-15351746D01* -X9348944Y-15351746D02* -X9339420Y-15342222D01* -X9339420Y-15342222D02* -X9320372Y-15332698D01* -X9482277Y-15246984D02* -X9501325Y-15246984D01* -X9501325Y-15246984D02* -X9520372Y-15256508D01* -X9520372Y-15256508D02* -X9529896Y-15266031D01* -X9529896Y-15266031D02* -X9539420Y-15285079D01* -X9539420Y-15285079D02* -X9548944Y-15323174D01* -X9548944Y-15323174D02* -X9548944Y-15370793D01* -X9548944Y-15370793D02* -X9539420Y-15408888D01* -X9539420Y-15408888D02* -X9529896Y-15427936D01* -X9529896Y-15427936D02* -X9520372Y-15437460D01* -X9520372Y-15437460D02* -X9501325Y-15446984D01* -X9501325Y-15446984D02* -X9482277Y-15446984D01* -X9482277Y-15446984D02* -X9463229Y-15437460D01* -X9463229Y-15437460D02* -X9453706Y-15427936D01* -X9453706Y-15427936D02* -X9444182Y-15408888D01* -X9444182Y-15408888D02* -X9434658Y-15370793D01* -X9434658Y-15370793D02* -X9434658Y-15323174D01* -X9434658Y-15323174D02* -X9444182Y-15285079D01* -X9444182Y-15285079D02* -X9453706Y-15266031D01* -X9453706Y-15266031D02* -X9463229Y-15256508D01* -X9463229Y-15256508D02* -X9482277Y-15246984D01* -X9625134Y-15246984D02* -X9625134Y-15285079D01* -X9701325Y-15246984D02* -X9701325Y-15285079D01* -X9996563Y-15523174D02* -X9987039Y-15513650D01* -X9987039Y-15513650D02* -X9967991Y-15485079D01* -X9967991Y-15485079D02* -X9958468Y-15466031D01* -X9958468Y-15466031D02* -X9948944Y-15437460D01* -X9948944Y-15437460D02* -X9939420Y-15389841D01* -X9939420Y-15389841D02* -X9939420Y-15351746D01* -X9939420Y-15351746D02* -X9948944Y-15304127D01* -X9948944Y-15304127D02* -X9958468Y-15275555D01* -X9958468Y-15275555D02* -X9967991Y-15256508D01* -X9967991Y-15256508D02* -X9987039Y-15227936D01* -X9987039Y-15227936D02* -X9996563Y-15218412D01* -X10053706Y-15246984D02* -X10177515Y-15246984D01* -X10177515Y-15246984D02* -X10110849Y-15323174D01* -X10110849Y-15323174D02* -X10139420Y-15323174D01* -X10139420Y-15323174D02* -X10158468Y-15332698D01* -X10158468Y-15332698D02* -X10167991Y-15342222D01* -X10167991Y-15342222D02* -X10177515Y-15361269D01* -X10177515Y-15361269D02* -X10177515Y-15408888D01* -X10177515Y-15408888D02* -X10167991Y-15427936D01* -X10167991Y-15427936D02* -X10158468Y-15437460D01* -X10158468Y-15437460D02* -X10139420Y-15446984D01* -X10139420Y-15446984D02* -X10082277Y-15446984D01* -X10082277Y-15446984D02* -X10063230Y-15437460D01* -X10063230Y-15437460D02* -X10053706Y-15427936D01* -X10415611Y-15446984D02* -X10415611Y-15246984D01* -X10501325Y-15446984D02* -X10501325Y-15342222D01* -X10501325Y-15342222D02* -X10491801Y-15323174D01* -X10491801Y-15323174D02* -X10472753Y-15313650D01* -X10472753Y-15313650D02* -X10444182Y-15313650D01* -X10444182Y-15313650D02* -X10425134Y-15323174D01* -X10425134Y-15323174D02* -X10415611Y-15332698D01* -X10625134Y-15446984D02* -X10606087Y-15437460D01* -X10606087Y-15437460D02* -X10596563Y-15427936D01* -X10596563Y-15427936D02* -X10587039Y-15408888D01* -X10587039Y-15408888D02* -X10587039Y-15351746D01* -X10587039Y-15351746D02* -X10596563Y-15332698D01* -X10596563Y-15332698D02* -X10606087Y-15323174D01* -X10606087Y-15323174D02* -X10625134Y-15313650D01* -X10625134Y-15313650D02* -X10653706Y-15313650D01* -X10653706Y-15313650D02* -X10672753Y-15323174D01* -X10672753Y-15323174D02* -X10682277Y-15332698D01* -X10682277Y-15332698D02* -X10691801Y-15351746D01* -X10691801Y-15351746D02* -X10691801Y-15408888D01* -X10691801Y-15408888D02* -X10682277Y-15427936D01* -X10682277Y-15427936D02* -X10672753Y-15437460D01* -X10672753Y-15437460D02* -X10653706Y-15446984D01* -X10653706Y-15446984D02* -X10625134Y-15446984D01* -X10806087Y-15446984D02* -X10787039Y-15437460D01* -X10787039Y-15437460D02* -X10777515Y-15418412D01* -X10777515Y-15418412D02* -X10777515Y-15246984D01* -X10958468Y-15437460D02* -X10939420Y-15446984D01* -X10939420Y-15446984D02* -X10901325Y-15446984D01* -X10901325Y-15446984D02* -X10882277Y-15437460D01* -X10882277Y-15437460D02* -X10872753Y-15418412D01* -X10872753Y-15418412D02* -X10872753Y-15342222D01* -X10872753Y-15342222D02* -X10882277Y-15323174D01* -X10882277Y-15323174D02* -X10901325Y-15313650D01* -X10901325Y-15313650D02* -X10939420Y-15313650D01* -X10939420Y-15313650D02* -X10958468Y-15323174D01* -X10958468Y-15323174D02* -X10967992Y-15342222D01* -X10967992Y-15342222D02* -X10967992Y-15361269D01* -X10967992Y-15361269D02* -X10872753Y-15380317D01* -X11044182Y-15437460D02* -X11063230Y-15446984D01* -X11063230Y-15446984D02* -X11101325Y-15446984D01* -X11101325Y-15446984D02* -X11120373Y-15437460D01* -X11120373Y-15437460D02* -X11129896Y-15418412D01* -X11129896Y-15418412D02* -X11129896Y-15408888D01* -X11129896Y-15408888D02* -X11120373Y-15389841D01* -X11120373Y-15389841D02* -X11101325Y-15380317D01* -X11101325Y-15380317D02* -X11072753Y-15380317D01* -X11072753Y-15380317D02* -X11053706Y-15370793D01* -X11053706Y-15370793D02* -X11044182Y-15351746D01* -X11044182Y-15351746D02* -X11044182Y-15342222D01* -X11044182Y-15342222D02* -X11053706Y-15323174D01* -X11053706Y-15323174D02* -X11072753Y-15313650D01* -X11072753Y-15313650D02* -X11101325Y-15313650D01* -X11101325Y-15313650D02* -X11120373Y-15323174D01* -X11196563Y-15523174D02* -X11206087Y-15513650D01* -X11206087Y-15513650D02* -X11225134Y-15485079D01* -X11225134Y-15485079D02* -X11234658Y-15466031D01* -X11234658Y-15466031D02* -X11244182Y-15437460D01* -X11244182Y-15437460D02* -X11253706Y-15389841D01* -X11253706Y-15389841D02* -X11253706Y-15351746D01* -X11253706Y-15351746D02* -X11244182Y-15304127D01* -X11244182Y-15304127D02* -X11234658Y-15275555D01* -X11234658Y-15275555D02* -X11225134Y-15256508D01* -X11225134Y-15256508D02* -X11206087Y-15227936D01* -X11206087Y-15227936D02* -X11196563Y-15218412D01* -M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH.drl b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH.drl deleted file mode 100644 index 1093e11..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Drill v07/Astroplant_AL-PTH.drl +++ /dev/null @@ -1,370 +0,0 @@ -M48 -; DRILL file {KiCad 7.0.7} date Wed Nov 29 11:07:55 2023 -; FORMAT={-:-/ absolute / inch / decimal} -; #@! TF.CreationDate,2023-11-29T11:07:55+01:00 -; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.7 -; #@! TF.FileFunction,Plated,1,2,PTH -FMAT,2 -INCH -; #@! TA.AperFunction,Plated,PTH,ViaDrill -T1C0.0157 -; #@! TA.AperFunction,Plated,PTH,ComponentDrill -T2C0.0374 -; #@! TA.AperFunction,Plated,PTH,ComponentDrill -T3C0.0394 -; #@! TA.AperFunction,Plated,PTH,ComponentDrill -T4C0.0433 -; #@! TA.AperFunction,Plated,PTH,ComponentDrill -T5C0.0472 -; #@! TA.AperFunction,Plated,PTH,ViaDrill -T6C0.1083 -; #@! TA.AperFunction,Plated,PTH,ViaDrill -T7C0.1280 -% -G90 -G05 -T1 -X2.5675Y-3.7756 -X2.7913Y-2.9591 -X2.8045Y-4.4177 -X2.8161Y-3.1598 -X2.8177Y-3.5492 -X2.8191Y-4.1606 -X2.8341Y-3.502 -X2.849Y-2.9728 -X2.8518Y-4.6409 -X2.8563Y-3.8705 -X2.8797Y-4.1827 -X2.8797Y-4.4299 -X2.9069Y-4.2197 -X2.9191Y-4.6614 -X2.937Y-4.2459 -X2.939Y-3.1323 -X2.9437Y-3.5476 -X2.9472Y-3.6657 -X2.9622Y-2.9362 -X2.98Y-4.42 -X2.98Y-4.57 -X2.9959Y-3.926 -X3.002Y-4.7173 -X3.0203Y-2.9394 -X3.0404Y-4.5654 -X3.0463Y-4.2748 -X3.0833Y-4.3921 -X3.11Y-3.2524 -X3.11Y-3.952 -X3.11Y-4.3272 -X3.1224Y-4.4717 -X3.128Y-4.3713 -X3.1508Y-4.6976 -X3.175Y-4.3807 -X3.1882Y-3.6724 -X3.1894Y-3.5476 -X3.1913Y-2.8012 -X3.2081Y-4.126 -X3.2211Y-4.4479 -X3.2331Y-4.487 -X3.2352Y-3.9894 -X3.2352Y-4.2961 -X3.2577Y-3.878 -X3.2593Y-4.3472 -X3.2927Y-2.9636 -X3.3065Y-4.3626 -X3.3159Y-4.2957 -X3.3199Y-2.6992 -X3.3268Y-4.2291 -X3.3293Y-3.1882 -X3.3388Y-4.0303 -X3.3407Y-3.7408 -X3.3433Y-3.9772 -X3.3528Y-3.8291 -X3.3691Y-4.0768 -X3.3907Y-3.2287 -X3.4043Y-4.5181 -X3.4085Y-2.8831 -X3.4157Y-4.447 -X3.4203Y-4.2561 -X3.4215Y-3.9756 -X3.428Y-3.5583 -X3.4291Y-3.6756 -X3.4424Y-4.3664 -X3.4514Y-3.3283 -X3.4587Y-4.2319 -X3.4589Y-3.4276 -X3.4636Y-4.552 -X3.4657Y-3.1181 -X3.4736Y-4.0457 -X3.4935Y-3.3744 -X3.5195Y-3.9104 -X3.5335Y-3.6465 -X3.5339Y-4.4882 -X3.5423Y-4.313 -X3.5516Y-4.7031 -X3.5545Y-4.1878 -X3.5622Y-3.8291 -X3.5839Y-4.6752 -X3.6004Y-3.711 -X3.6087Y-4.5965 -X3.6185Y-4.6406 -X3.6219Y-4.1563 -X3.6333Y-4.3909 -X3.6333Y-4.3909 -X3.6459Y-4.0134 -X3.6541Y-4.1827 -X3.6687Y-3.0402 -X3.7108Y-4.5988 -X3.7207Y-4.3055 -X3.725Y-4.4862 -X3.7258Y-4.7709 -X3.7293Y-2.8906 -X3.7366Y-4.1035 -X3.7366Y-4.1602 -X3.7431Y-3.8815 -X3.7443Y-4.6744 -X3.7514Y-4.6146 -X3.7579Y-4.1936 -X3.7646Y-3.2299 -X3.7868Y-4.6 -X3.7911Y-3.7406 -X3.8189Y-3.1283 -X3.824Y-4.4433 -X3.8313Y-4.8756 -X3.8333Y-3.0543 -X3.8341Y-4.5394 -X3.8467Y-5.0244 -X3.8484Y-3.6571 -X3.86Y-4.33 -X3.8636Y-4.4213 -X3.8711Y-4.2807 -X3.8756Y-3.989 -X3.899Y-3.6331 -X3.9026Y-4.4457 -X3.9033Y-4.2087 -X3.9222Y-2.8984 -X3.9366Y-4.5965 -X3.9505Y-4.7759 -X3.9624Y-4.6724 -X3.9671Y-3.7654 -X3.977Y-4.4984 -X3.9919Y-4.7463 -X3.997Y-3.0516 -X4.0028Y-4.3437 -X4.0177Y-3.6488 -X4.02Y-3.99 -X4.02Y-4.7 -X4.0315Y-3.237 -X4.0675Y-4.1886 -X4.0868Y-4.6067 -X4.1157Y-3.4953 -X4.1197Y-3.5575 -X4.1226Y-3.9386 -X4.123Y-4.3287 -X4.1626Y-3.615 -X4.1811Y-4.4697 -X4.2268Y-4.2929 -X4.2343Y-3.8748 -X4.2587Y-3.6492 -X4.2969Y-4.4681 -X4.2982Y-3.9731 -X4.2982Y-4.41 -X4.3106Y-4.6161 -X4.3291Y-3.7969 -X4.3419Y-5.0311 -X4.352Y-2.9047 -X4.3728Y-3.6232 -X4.4646Y-4.6209 -X4.4984Y-3.374 -X4.5016Y-3.5165 -X4.513Y-3.95 -X4.514Y-4.2579 -X4.5748Y-3.5516 -X4.663Y-3.1632 -X4.6947Y-4.613 -X4.7551Y-5.0398 -X4.8407Y-3.6972 -X4.86Y-3.06 -X4.9409Y-3.3106 -X5.0343Y-2.9083 -X5.0356Y-4.6063 -X5.0407Y-4.37 -X5.0459Y-3.1089 -X5.0467Y-4.2083 -X5.18Y-3.41 -X5.1969Y-3.5063 -X5.21Y-3.06 -X5.2285Y-3.9807 -X5.2333Y-4.2 -X5.348Y-3.285 -X5.348Y-3.3724 -X5.35Y-3.4705 -X5.3573Y-4.6114 -X5.3805Y-3.1049 -X5.4Y-4.37 -X5.42Y-4.3 -X5.4291Y-4.178 -X5.54Y-3.06 -X5.6091Y-3.7469 -X5.65Y-3.97 -X5.6516Y-3.6809 -X5.67Y-4.5205 -X5.68Y-4.36 -X5.7096Y-3.0193 -X5.7289Y-4.9453 -X5.7344Y-3.4735 -X5.7628Y-4.6073 -X5.8055Y-3.334 -X5.8386Y-4.1748 -X5.9805Y-3.048 -X5.9904Y-4.9626 -X6.0748Y-3.5703 -X6.0748Y-4.1124 -X6.1982Y-4.6252 -X6.21Y-3.17 -X6.28Y-3.17 -X6.29Y-3.38 -T2 -X4.5793Y-4.5205 -X4.5793Y-4.6189 -X4.5793Y-4.7173 -X4.5793Y-4.8157 -X4.5793Y-4.9142 -X4.5793Y-5.0126 -X5.4233Y-3.6294 -X5.4233Y-3.7278 -X5.4233Y-3.8262 -X5.4233Y-3.9247 -X5.8515Y-2.7474 -X5.8515Y-2.8458 -X5.8515Y-2.9442 -X5.8515Y-3.0426 -X5.8516Y-4.7597 -X5.8516Y-4.8582 -X5.8516Y-4.9566 -X5.9445Y-4.3307 -X5.9445Y-4.4292 -X5.9445Y-4.5276 -X5.9447Y-3.2748 -X5.9447Y-3.3732 -X5.9447Y-3.4716 -X5.9447Y-3.5701 -X5.9449Y-3.8026 -X5.9449Y-3.901 -X5.9449Y-3.9994 -X5.9449Y-4.0979 -X6.1173Y-2.7475 -X6.1173Y-2.8459 -X6.1173Y-2.9444 -X6.1173Y-3.0428 -X6.1174Y-4.7601 -X6.1174Y-4.8585 -X6.1174Y-4.957 -X6.2103Y-4.3306 -X6.2103Y-4.429 -X6.2103Y-4.5274 -X6.2109Y-3.8025 -X6.2109Y-3.901 -X6.2109Y-3.9994 -X6.2109Y-4.0978 -X6.2109Y-3.2749 -X6.2109Y-3.3733 -X6.2109Y-3.4717 -X6.2109Y-3.5702 -T3 -X4.0526Y-3.3937 -X4.1526Y-3.3937 -X4.2526Y-3.3937 -X4.4662Y-2.8197 -X4.5646Y-2.8197 -X4.8063Y-2.8221 -X4.8309Y-4.5004 -X4.9047Y-2.8221 -X4.9293Y-4.5004 -X5.141Y-2.8229 -X5.1616Y-4.5 -X5.2394Y-2.8229 -X5.26Y-4.5 -X5.4748Y-2.8232 -X5.495Y-4.4984 -X5.5732Y-2.8232 -X5.5935Y-4.4984 -T4 -X2.6173Y-2.926 -X2.6173Y-3.026 -X2.6173Y-3.126 -X2.6173Y-3.226 -X2.6173Y-3.326 -X2.6173Y-3.426 -X2.6173Y-3.526 -X2.6173Y-3.626 -X2.6173Y-3.726 -X2.6173Y-3.826 -X2.6173Y-3.926 -X2.6173Y-4.026 -X2.6173Y-4.126 -X2.6173Y-4.226 -X2.6173Y-4.326 -X2.6173Y-4.426 -X2.6173Y-4.526 -X2.6173Y-4.626 -X2.6173Y-4.726 -X2.6173Y-4.826 -X2.7173Y-2.926 -X2.7173Y-3.026 -X2.7173Y-3.126 -X2.7173Y-3.226 -X2.7173Y-3.326 -X2.7173Y-3.426 -X2.7173Y-3.526 -X2.7173Y-3.626 -X2.7173Y-3.726 -X2.7173Y-3.826 -X2.7173Y-3.926 -X2.7173Y-4.026 -X2.7173Y-4.126 -X2.7173Y-4.226 -X2.7173Y-4.326 -X2.7173Y-4.426 -X2.7173Y-4.526 -X2.7173Y-4.626 -X2.7173Y-4.726 -X2.7173Y-4.826 -X3.6685Y-3.3894 -X3.6685Y-3.4894 -X3.7685Y-3.3894 -X3.7685Y-3.4894 -X3.8685Y-3.3894 -X3.8685Y-3.4894 -X4.3904Y-4.0689 -X4.3904Y-4.2461 -X4.6463Y-4.0689 -X4.6463Y-4.2461 -X4.7927Y-4.7138 -X4.7927Y-4.9697 -X4.9698Y-4.7138 -X4.9698Y-4.9697 -X5.0974Y-3.6299 -X5.0974Y-3.7283 -X5.0974Y-3.8268 -X5.0974Y-3.9252 -X5.0974Y-4.0236 -X5.1222Y-4.7161 -X5.1222Y-4.972 -X5.2994Y-4.7161 -X5.2994Y-4.972 -X5.4588Y-4.7146 -X5.4588Y-4.9705 -X5.636Y-4.7146 -X5.636Y-4.9705 -T5 -X3.3181Y-2.8022 -X3.515Y-2.8022 -X3.7335Y-2.8016 -X3.9303Y-2.8016 -T6 -X2.6697Y-2.7256 -T7 -X3.0626Y-2.7236 -X6.3303Y-2.7236 -X6.3303Y-5.0071 -T0 -M30 diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Cu.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Cu.gbr index 0e7c9b1..8f18606 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Cu.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Cu.gbr @@ -1,81 +1,91 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L2,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* G04 APERTURE LIST* +%TA.AperFunction,SMDPad,CuDef*% +%ADD10R,1.650000X5.600000*% +%TD*% %TA.AperFunction,ComponentPad*% -%ADD10C,2.000000*% +%ADD11C,2.000000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD11R,1.950000X1.700000*% +%ADD12R,1.950000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD12O,1.950000X1.700000*% +%ADD13O,1.950000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD13R,1.700000X2.000000*% +%ADD14R,1.700000X2.000000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD14O,1.700000X2.000000*% +%ADD15O,1.700000X2.000000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD15R,1.650000X1.650000*% +%ADD16R,1.650000X1.650000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD16C,1.650000*% +%ADD17C,1.650000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD17R,1.800000X1.800000*% +%ADD18R,1.800000X1.800000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD18C,1.800000*% +%ADD19C,1.800000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD19C,1.450000*% +%ADD20C,1.450000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD20C,2.425000*% +%ADD21C,2.425000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD21R,1.700000X1.700000*% +%ADD22R,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD22O,1.700000X1.700000*% +%ADD23O,1.700000X1.700000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD23C,0.600000*% +%ADD24C,0.600000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD24C,0.800000*% +%ADD25C,0.800000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD25C,4.000000*% +%ADD26C,4.000000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD26C,3.500000*% +%ADD27C,3.500000*% %TD*% %TA.AperFunction,Conductor*% -%ADD27C,0.500000*% +%ADD28C,0.250000*% %TD*% %TA.AperFunction,Conductor*% -%ADD28C,0.250000*% +%ADD29C,0.500000*% %TD*% %TA.AperFunction,Conductor*% -%ADD29C,1.000000*% +%ADD30C,1.000000*% %TD*% %TA.AperFunction,Conductor*% -%ADD30C,0.400000*% +%ADD31C,0.400000*% %TD*% G04 APERTURE END LIST* D10* +%TO.P,J6,4,GND*% +%TO.N,GND*% +X75532000Y-127662000D03* +%TO.P,J6,5,GND*% +X83782000Y-127662000D03* +%TD*% +D11* %TO.P,SW2,1,1*% %TO.N,GPIO6*% X130104000Y-126290000D03* @@ -85,11 +95,11 @@ X130104000Y-119790000D03* X134604000Y-126290000D03* X134604000Y-119790000D03* %TD*% -D11* +D12* %TO.P,J22,1,SDA*% %TO.N,SDA*% X150996450Y-83179746D03* -D12* +D13* %TO.P,J22,2,SCL*% %TO.N,SCL*% X150996450Y-85679746D03* @@ -100,11 +110,11 @@ X150996450Y-88179746D03* %TO.N,GND*% X150996450Y-90679746D03* %TD*% -D11* +D12* %TO.P,J1,1,DC+*% %TO.N,+3V3*% X116315000Y-114820000D03* -D12* +D13* %TO.P,J1,2,DC-*% %TO.N,GND*% X116315000Y-117320000D03* @@ -121,20 +131,20 @@ X116315000Y-124820000D03* %TO.N,GPIO26*% X116315000Y-127320000D03* %TD*% -D13* +D14* %TO.P,J19,1,A*% %TO.N,+24V*% X124580500Y-71680500D03* -D14* +D15* %TO.P,J19,2,B*% %TO.N,Net-(D4-A)*% X122080500Y-71680500D03* %TD*% -D11* +D12* %TO.P,J7,1,DATA*% %TO.N,GPIO4*% X150989536Y-110000528D03* -D12* +D13* %TO.P,J7,2,PW*% %TO.N,+3V3*% X150989536Y-112500528D03* @@ -142,11 +152,11 @@ X150989536Y-112500528D03* %TO.N,GND*% X150989536Y-115000528D03* %TD*% -D11* +D12* %TO.P,J25,1,SDA*% %TO.N,SDA*% X155379724Y-69786663D03* -D12* +D13* %TO.P,J25,2,SCL*% %TO.N,SCL*% X155379724Y-72286663D03* @@ -157,20 +167,20 @@ X155379724Y-74786663D03* %TO.N,GND*% X155379724Y-77286663D03* %TD*% -D13* +D14* %TO.P,J11,1,A*% %TO.N,GPIO7*% X139574000Y-114260000D03* -D14* +D15* %TO.P,J11,2,B*% %TO.N,GND*% X142074000Y-114260000D03* %TD*% -D11* +D12* %TO.P,J24,1,SDA*% %TO.N,SDA*% X157757080Y-83181814D03* -D12* +D13* %TO.P,J24,2,SCL*% %TO.N,SCL*% X157757080Y-85681814D03* @@ -181,11 +191,11 @@ X157757080Y-88181814D03* %TO.N,GND*% X157757080Y-90681814D03* %TD*% -D15* +D16* %TO.P,J13,1,1*% %TO.N,GPIO13*% X129475000Y-92200000D03* -D16* +D17* %TO.P,J13,2,2*% %TO.N,GPIO20*% X129475000Y-94700000D03* @@ -199,11 +209,11 @@ X129475000Y-99700000D03* %TO.N,GND*% X129475000Y-102200000D03* %TD*% -D11* +D12* %TO.P,J26,1,SDA*% %TO.N,SDA_5V*% X151001390Y-96585449D03* -D12* +D13* %TO.P,J26,2,SCL*% %TO.N,SCL_5V*% X151001390Y-99085449D03* @@ -214,20 +224,20 @@ X151001390Y-101585449D03* %TO.N,GND*% X151001390Y-104085449D03* %TD*% -D13* +D14* %TO.P,J8,1,A*% %TO.N,GPIO6*% X131104000Y-114300000D03* -D14* +D15* %TO.P,J8,2,B*% %TO.N,GND*% X133604000Y-114300000D03* %TD*% -D11* +D12* %TO.P,J4,1,DATA*% %TO.N,GPIO17*% X148631294Y-120897123D03* -D12* +D13* %TO.P,J4,2,PW*% %TO.N,+3V3*% X148631294Y-123397123D03* @@ -235,11 +245,11 @@ X148631294Y-123397123D03* %TO.N,GND*% X148631294Y-125897123D03* %TD*% -D15* +D16* %TO.P,J14,1,1*% %TO.N,+5V*% X93180000Y-88630000D03* -D16* +D17* %TO.P,J14,2,2*% %TO.N,5V_RPi*% X93180000Y-86090000D03* @@ -256,16 +266,16 @@ X98260000Y-88630000D03* %TO.N,5V_USB*% X98260000Y-86090000D03* %TD*% -D13* +D14* %TO.P,J18,1,A*% %TO.N,+24V*% X115940500Y-71620500D03* -D14* +D15* %TO.P,J18,2,B*% %TO.N,Net-(D4-A)*% X113440500Y-71620500D03* %TD*% -D10* +D11* %TO.P,SW4,1,1*% %TO.N,GND*% X118015000Y-107850000D03* @@ -284,11 +294,11 @@ X121734000Y-119730000D03* X126234000Y-126230000D03* X126234000Y-119730000D03* %TD*% -D11* +D12* %TO.P,J9,1,DATA*% %TO.N,GPIO4*% X157742884Y-109997179D03* -D12* +D13* %TO.P,J9,2,PW*% %TO.N,+3V3*% X157742884Y-112497179D03* @@ -296,41 +306,41 @@ X157742884Y-112497179D03* %TO.N,GND*% X157742884Y-114997179D03* %TD*% -D17* +D18* %TO.P,J21,1,Pin_1*% %TO.N,+24V*% X94822000Y-70358000D03* -D18* +D19* %TO.P,J21,2,Pin_2*% %TO.N,GND*% X99822000Y-70358000D03* %TD*% -D19* +D20* %TO.P,J15,MH1,MH1*% %TO.N,GND*% X101925000Y-124400000D03* %TO.P,J15,MH2,MH2*% X106775000Y-124400000D03* -D20* +D21* %TO.P,J15,MH3,MH3*% X107862000Y-127400000D03* %TO.P,J15,MH4,MH4*% X100838000Y-127400000D03* %TD*% -D17* +D18* %TO.P,J20,1,Pin_1*% %TO.N,5V_IN*% X84114000Y-70275529D03* -D18* +D19* %TO.P,J20,2,Pin_2*% %TO.N,GND*% X89114000Y-70275529D03* %TD*% -D11* +D12* %TO.P,J3,1,DATA*% %TO.N,GPIO17*% X155381294Y-120907123D03* -D12* +D13* %TO.P,J3,2,PW*% %TO.N,+3V3*% X155381294Y-123407123D03* @@ -338,11 +348,11 @@ X155381294Y-123407123D03* %TO.N,GND*% X155381294Y-125907123D03* %TD*% -D11* +D12* %TO.P,J10,1,TX*% %TO.N,TX*% X137752705Y-92186646D03* -D12* +D13* %TO.P,J10,2,RX*% %TO.N,RX*% X137752705Y-94686646D03* @@ -353,25 +363,25 @@ X137752705Y-97186646D03* %TO.N,GND*% X137752705Y-99686646D03* %TD*% -D13* +D14* %TO.P,J17,1,A*% %TO.N,+24V*% X133080500Y-71700500D03* -D14* +D15* %TO.P,J17,2,B*% %TO.N,Net-(D3-A)*% X130580500Y-71700500D03* %TD*% -D13* +D14* %TO.P,J16,1,A*% %TO.N,+24V*% X141560500Y-71710500D03* -D14* +D15* %TO.P,J16,2,B*% %TO.N,Net-(D2-A)*% X139060500Y-71710500D03* %TD*% -D10* +D11* %TO.P,SW5,1,1*% %TO.N,+3V3*% X142136000Y-108204000D03* @@ -390,11 +400,11 @@ X138654000Y-119750000D03* X143154000Y-126250000D03* X143154000Y-119750000D03* %TD*% -D11* +D12* %TO.P,J27,1,SDA*% %TO.N,SDA*% X148627429Y-69783309D03* -D12* +D13* %TO.P,J27,2,SCL*% %TO.N,SCL*% X148627429Y-72283309D03* @@ -405,11 +415,11 @@ X148627429Y-74783309D03* %TO.N,GND*% X148627429Y-77283309D03* %TD*% -D15* +D16* %TO.P,J2,1,3V3*% %TO.N,3.3V_RPi*% X66480000Y-74320000D03* -D16* +D17* %TO.P,J2,2,5V*% %TO.N,5V_RPi*% X69020000Y-74320000D03* @@ -528,11 +538,11 @@ X66480000Y-122580000D03* %TO.N,GPIO21*% X69020000Y-122580000D03* %TD*% -D11* +D12* %TO.P,J23,1,SDA*% %TO.N,SDA_5V*% X157755786Y-96584691D03* -D12* +D13* %TO.P,J23,2,SCL*% %TO.N,SCL_5V*% X157755786Y-99084691D03* @@ -543,20 +553,20 @@ X157755786Y-101584691D03* %TO.N,GND*% X157755786Y-104084691D03* %TD*% -D13* +D14* %TO.P,J5,1,A*% %TO.N,GPIO5*% X122704000Y-114310000D03* -D14* +D15* %TO.P,J5,2,B*% %TO.N,GND*% X125204000Y-114310000D03* %TD*% -D21* +D22* %TO.P,JP5,1,A*% %TO.N,3.3V_Generated*% X108015000Y-86200000D03* -D22* +D23* %TO.P,JP5,2,C*% %TO.N,+3V3*% X105475000Y-86200000D03* @@ -564,400 +574,847 @@ X105475000Y-86200000D03* %TO.N,3.3V_RPi*% X102935000Y-86200000D03* %TD*% -D23* +D24* +%TO.N,Net-(U2-PH3)*% +X93800497Y-106225517D03* %TO.N,GND*% +X99227000Y-105549000D03* +X107793000Y-119975000D03* +X101841000Y-119281000D03* X145025000Y-76690000D03* -D24* -X92470000Y-102200000D03* -D23* +X120904000Y-116586000D03* X110540000Y-73780000D03* +X85460000Y-117898000D03* X132925000Y-106680000D03* X113950000Y-77230000D03* X80980000Y-93280000D03* +X84716000Y-116502000D03* X109140000Y-113490000D03* -X88230000Y-102760000D03* +X87129000Y-101880000D03* +X76546000Y-120257000D03* +X82364000Y-127519000D03* +X80521000Y-117877000D03* +X85020000Y-122516000D03* X107550000Y-98420000D03* X157435000Y-117480000D03* X151905000Y-77420000D03* -X80370000Y-103940000D03* +X88316000Y-118279000D03* +X80323000Y-103711000D03* X127870000Y-73870000D03* X88030000Y-79200000D03* -X91990000Y-104110000D03* +X90293000Y-103016000D03* X135840000Y-83440000D03* X135840000Y-85660000D03* -X77570000Y-119180000D03* +X78734000Y-125017000D03* X101820000Y-108180000D03* +X91103000Y-123863000D03* X142470000Y-95170000D03* -D24* +X78981000Y-121112000D03* +X72541000Y-97041000D03* +D25* X105760000Y-81990000D03* X94580000Y-109190000D03* -D23* +D24* +X92494000Y-127035000D03* +X72532000Y-110395000D03* +X80584000Y-129836000D03* +X67465000Y-129556000D03* +X77949000Y-108146000D03* X101700000Y-103090000D03* X101525000Y-77510000D03* X98700000Y-127750000D03* X114340000Y-89320000D03* -D24* +X76873000Y-127463000D03* +D25* X118660000Y-84260000D03* -D23* -X94255000Y-116810000D03* -X132334000Y-77724000D03* D24* +X82645000Y-113089000D03* +X85207000Y-129889000D03* +X132334000Y-77724000D03* +D25* X107840000Y-92780000D03* X89830000Y-109180000D03* -D23* -X97385000Y-115300000D03* D24* +X97696000Y-114971000D03* +D25* X94620000Y-73230000D03* -D23* -X154300786Y-90684691D03* D24* -X101650241Y-99528923D03* -D23* -X85344000Y-117348000D03* +X154300786Y-90684691D03* +D25* +X101854000Y-98298000D03* D24* +X84784000Y-115204000D03* +D25* X82296000Y-71628000D03* -D23* +D24* X148300000Y-106040000D03* +X83774000Y-124236000D03* X152155000Y-126050000D03* X114655000Y-108150000D03* -X92207383Y-116572941D03* X71570000Y-90150000D03* -D24* +X71071000Y-125254000D03* +X76822000Y-129860000D03* +X86913000Y-123352000D03* +X75519000Y-124281000D03* +D25* X105220000Y-77290000D03* -D23* -X82120000Y-113970000D03* D24* +X85219000Y-127632000D03* +X101845000Y-105619000D03* +X74159000Y-127491000D03* +D25* X119170000Y-80830000D03* -D23* +D24* X132805000Y-101110000D03* X75240000Y-74580000D03* X142500000Y-99690000D03* -X79520000Y-117400000D03* -D24* +D25* X90170000Y-73406000D03* -D23* +D24* X85160000Y-97260000D03* X120780000Y-128010000D03* X80970000Y-83130000D03* +X78959000Y-119040000D03* X136075000Y-117130000D03* X132000000Y-89060000D03* X74650000Y-79560000D03* -X119245000Y-117170000D03* +X118618000Y-105664000D03* +X118872000Y-117094000D03* +X72570000Y-107267000D03* +X80343000Y-121112000D03* X74770000Y-90110000D03* X95620000Y-82040000D03* -X88392000Y-116332000D03* -X77225000Y-115960000D03* +X120650000Y-105664000D03* X87100000Y-93360000D03* -X79310000Y-113580000D03* -D25* +X75808000Y-122386000D03* +D26* X160790000Y-69180000D03* -D23* +D24* +X78952000Y-110556500D03* +X107990000Y-111130000D03* +X80343000Y-119176000D03* X109490000Y-117250000D03* -X84920000Y-101020000D03* +X85196000Y-99296000D03* X157734000Y-80518000D03* +X80585000Y-125029000D03* X81010000Y-90110000D03* +X85162000Y-125093000D03* X124950000Y-84480000D03* X81060000Y-71150000D03* +X81652000Y-111977000D03* X154300786Y-104454691D03* -D25* +X65640000Y-127079000D03* +D26* X160790000Y-127180000D03* -D23* +D24* X110285000Y-127790000D03* -D25* +D26* X77790000Y-69180000D03* -D23* -X114630000Y-100330000D03* +D24* +X78952000Y-122979000D03* +X93667000Y-124950000D03* +X114596000Y-100506000D03* +X72731000Y-115043000D03* +X95883000Y-124515000D03* +X89002000Y-128254000D03* X127905000Y-117000000D03* X159766000Y-85852000D03* X109960000Y-96440000D03* X107360000Y-109040000D03* +X82409000Y-129844000D03* +X70866000Y-104140000D03* +X68855000Y-126992000D03* +X82891000Y-119482000D03* +X74194000Y-125074000D03* X128185000Y-106890000D03* +X65553000Y-124819000D03* +X79773000Y-115887000D03* X113400000Y-117370000D03* X123444000Y-77724000D03* -D24* +X89365000Y-122299000D03* +D25* X89850000Y-114050000D03* +D24* +X84947000Y-112806000D03* +X86526000Y-114215000D03* +X81850000Y-115525000D03* +D25* X92285000Y-111530000D03* -D23* +D24* +X79976000Y-112973000D03* X124950000Y-88940000D03* -X91995000Y-105570000D03* -X87850000Y-107490000D03* -X99990000Y-116750000D03* -X90480000Y-97260000D03* +X82915000Y-117597000D03* +X74170000Y-129860000D03* +X85038000Y-114240000D03* +X80919000Y-114386000D03* +X88138000Y-107490000D03* +X101092000Y-115824000D03* +X90767000Y-97283000D03* X87070000Y-90380000D03* X102050000Y-92680000D03* -D26* +X78741000Y-127482000D03* +D27* X67810000Y-69230000D03* -D23* -X114260000Y-85700000D03* D24* +X114260000Y-85700000D03* +X79187000Y-117478000D03* +X80344000Y-122988000D03* +D25* X91301021Y-70053350D03* -D23* +D24* +X85292000Y-101904000D03* +X78357000Y-112334000D03* +X81024000Y-116618000D03* +X76884000Y-125082000D03* X140716000Y-77724000D03* X139192000Y-105156000D03* -X103805000Y-117010000D03* +X80569000Y-127467000D03* +X104384000Y-117411000D03* X107540000Y-102950000D03* X71530000Y-80260000D03* -X145515000Y-125610000D03* -X79450000Y-111030000D03* -X70630000Y-103860000D03* +D25* +X97290000Y-118245000D03* D24* +X88977000Y-125477000D03* +X145515000Y-125610000D03* +X83119000Y-114623000D03* +X73406000Y-104140000D03* +D25* X128460000Y-81050000D03* -D23* -X95105000Y-118730000D03* +D24* +X77807000Y-114738000D03* +X82876000Y-121305000D03* X70900000Y-75160000D03* -X83040000Y-115810000D03* +X71071000Y-129425000D03* +X104643000Y-112675000D03* +X78734000Y-129851000D03* X138684000Y-107696000D03* +X76909000Y-117269000D03* X84325000Y-68560000D03* +X82352000Y-125093000D03* +X93884000Y-128991000D03* +X91814000Y-104734000D03* X74860000Y-93110000D03* +X85498000Y-119656000D03* X135890000Y-88150000D03* -D24* +X95753000Y-127209000D03* +D25* X94580000Y-113600000D03* -D23* +D24* X97365000Y-77580000D03* X102400000Y-82220000D03* -D24* +D25* X136660000Y-78670000D03* X92730000Y-77290000D03* -D23* +D24* +X104305000Y-129339000D03* X128035000Y-110998000D03* X137160000Y-110998000D03* +D25* %TO.N,+3V3*% +X87978000Y-115828000D03* +D24* X147460786Y-84684691D03* -X99420000Y-106940000D03* +X99497000Y-107778000D03* X144018000Y-114820000D03* -X100645000Y-118680000D03* -D24* +X101197000Y-118128000D03* +D25* X103455000Y-106785000D03* -D23* -X87111382Y-116940533D03* -X86760000Y-112954500D03* -X90570000Y-106430000D03* -X91440000Y-117094000D03* -X99125000Y-112920000D03* D24* +X84962000Y-111873000D03* +X99125000Y-112920000D03* +D25* X103660000Y-89400000D03* -D23* -X146375000Y-117025000D03* +X91126000Y-121567000D03* D24* +X146375000Y-117025000D03* +D25* %TO.N,5V_IN*% X97000000Y-79460000D03* -D23* +D24* %TO.N,SCL*% X84855000Y-95015500D03* X96295000Y-95010000D03* X145653286Y-88227191D03* X84565000Y-80980000D03* X159512000Y-79900000D03* -X98150000Y-110150000D03* +X97942000Y-110038000D03* X131572000Y-86614000D03* %TO.N,GPIO4*% X78995000Y-82610000D03* -X78995000Y-109910000D03* -X78995000Y-100380000D03* -X104750000Y-98980000D03* +X78995000Y-100128000D03* +X104725000Y-100584000D03* +X78995000Y-107980000D03* X104725000Y-109950000D03* %TO.N,TX*% X86125000Y-82010000D03* -X87437600Y-110905500D03* +X84162000Y-109632000D03* %TO.N,RX*% X87665000Y-84540000D03* -X96450000Y-116650000D03* +X99568000Y-117280500D03* %TO.N,GPIO17*% X144272000Y-110744000D03* X122955000Y-93910000D03* X71880000Y-88840000D03* %TO.N,GPIO18*% X87855000Y-87060000D03* -X89395000Y-99325000D03* +X88816000Y-99314000D03* %TO.N,GPIO27*% X109175000Y-112014000D03* -X98449621Y-100518975D03* -X109120000Y-100550000D03* +X98715500Y-102616000D03* +X109175000Y-102384500D03* X97750500Y-92890000D03* %TO.N,GPIO24*% X101092000Y-113538000D03* X100765000Y-95640000D03* %TO.N,MOSI*% -X82550000Y-110410000D03* +X82659000Y-108349000D03* X82745000Y-98500000D03* %TO.N,MISO*% -X81780000Y-101210000D03* -X81960000Y-108900000D03* +X81630000Y-101259000D03* +X81534000Y-107950000D03* %TO.N,GPIO25*% +X119634000Y-100076000D03* X75760000Y-99720000D03* +X119634000Y-110998000D03* %TO.N,SCLK*% -X84310000Y-108720000D03* -X85500000Y-102930000D03* +X85344000Y-107696000D03* +X85344000Y-103378000D03* %TO.N,CE0*% -X84500000Y-107420000D03* -X84520000Y-102190000D03* +X84530000Y-106934000D03* +X84392750Y-102462250D03* %TO.N,GPIO7*% -X92053866Y-118750083D03* -X81485000Y-104800000D03* -X100800000Y-119900000D03* -X80645000Y-111270000D03* +X81377406Y-110603906D03* +X98988000Y-122146000D03* +X81204500Y-105080500D03* +X99217000Y-120131000D03* +X80010000Y-107950000D03* %TO.N,GPIO5*% -X98700000Y-120950000D03* -X90210000Y-119460000D03* -X77600000Y-108580000D03* +X77894000Y-110300000D03* +X92873000Y-120622000D03* %TO.N,GPIO6*% -X99850000Y-120500000D03* -X78315000Y-111560000D03* -X91030000Y-118750000D03* +X77014000Y-113231000D03* +X93784000Y-120306000D03* %TO.N,GPIO12*% -X71390000Y-105710000D03* +X71299000Y-105826000D03* +X93139000Y-103549000D03* X72365000Y-75510000D03* -X71235000Y-112210000D03* +X70866000Y-112522000D03* +X92786500Y-106225500D03* %TO.N,GPIO19*% -X83985000Y-110810000D03* -X81815000Y-112975500D03* +X76711000Y-114999000D03* X83635000Y-75274500D03* +X83556231Y-108956231D03* %TO.N,GPIO16*% +X75573250Y-109296000D03* X76715000Y-74660000D03* -X75692000Y-112268000D03* -X75692000Y-116078000D03* +X75487000Y-115900000D03* %TO.N,GPIO26*% -X97500000Y-123290000D03* +X87582000Y-103852000D03* +X98270000Y-120115000D03* +X98228000Y-122796000D03* +X75453256Y-104490891D03* %TO.N,GPIO20*% X72550000Y-98310000D03* %TO.N,GPIO21*% -X76251839Y-119818661D03* -X102070000Y-101140000D03* -D24* +X73832000Y-120650000D03* +X77021000Y-101636000D03* +D25* %TO.N,+5V*% X105730000Y-91820000D03* X111070000Y-92030000D03* X116200000Y-90210000D03* -D23* +D24* %TO.N,SDA_5V*% X143550786Y-93494691D03* %TO.N,Net-(U2-PA3)*% -X86905000Y-100980000D03* -X86875000Y-107760000D03* +X87122000Y-99314000D03* +X87122000Y-107188000D03* %TO.N,Net-(U2-PA0)*% X73145000Y-106240000D03* -X73070000Y-112595000D03* +X73070000Y-112776000D03* %TO.N,Net-(U2-PA1)*% X73835000Y-107180000D03* -X72435000Y-117880000D03* +X72330000Y-118173000D03* %TO.N,Net-(U2-PA2)*% X74599947Y-107845463D03* -X74145000Y-118400000D03* +X74035000Y-118259000D03* %TO.N,Net-(U2-PC13)*% X95075000Y-98590000D03* -X95451056Y-106516495D03* +X95987500Y-106819000D03* %TO.N,Net-(U2-PC14)*% -X94909500Y-105670000D03* -X94635000Y-121180000D03* +X95148000Y-101814500D03* +X95463500Y-106225500D03* +%TO.N,Net-(U2-PC15)*% +X94622000Y-103084000D03* +X94549999Y-106225035D03* %TO.N,Net-(U2-PC11)*% -X89750000Y-92620000D03* +X89370000Y-92210000D03* X98135000Y-112300000D03* %TO.N,Net-(U2-PC10)*% -X91450000Y-94260000D03* +X90825000Y-94260000D03* X97310000Y-112730000D03* %TO.N,Net-(U2-PC6)*% X88735000Y-85710000D03* -X95450000Y-117050000D03* +X96142333Y-116233000D03* %TO.N,Net-(U2-NRST)*% -X94909500Y-104230000D03* -X92815000Y-106240000D03* +X92557000Y-104412000D03* +X91915000Y-106258000D03* +%TO.N,Net-(U2-PH3)*% +X93762000Y-102512000D03* %TO.N,SDA*% X99035000Y-92280000D03* -X98325000Y-108730000D03* +X98533000Y-108592000D03* %TO.N,5V_USB*% X106200000Y-113530000D03* -D24* +D25* X104940000Y-90210000D03* %TD*% -D27* -%TO.N,+3V3*% -X103315000Y-106925000D02* -X103315000Y-113729000D01* -X103315000Y-106645000D02* -X103315000Y-89745000D01* -X99330000Y-107030000D02* -X99330000Y-112715000D01* -D28* -X90068358Y-112954500D02* -X86760000Y-112954500D01* -D27* -X144018000Y-113538000D02* -X144018000Y-114820000D01* -D28* -X90570000Y-106430000D02* -X90830000Y-106690000D01* -X142136000Y-112118000D02* -X141986000Y-112268000D01* -X86760000Y-116589151D02* -X87111382Y-116940533D01* -D27* -X103455000Y-106785000D02* -X103315000Y-106925000D01* -X103315000Y-113729000D02* -X104406000Y-114820000D01* -X103455000Y-106785000D02* -X103315000Y-106645000D01* -X116315000Y-114820000D02* -X118867000Y-112268000D01* -X150996450Y-88179746D02* -X153765786Y-85410410D01* -X155996663Y-74786663D02* -X155379724Y-74786663D01* -X157070000Y-79404000D02* -X157070000Y-75860000D01* -X153765786Y-85410410D02* -X153765786Y-82708214D01* -X103315000Y-89745000D02* -X103660000Y-89400000D01* -X144018000Y-114820000D02* -X144170000Y-114820000D01* -X118867000Y-112268000D02* -X141986000Y-112268000D01* -X142748000Y-112268000D02* -X144018000Y-113538000D01* -D28* -X91440000Y-114326142D02* -X90068358Y-112954500D01* -D27* -X150996450Y-88179746D02* -X147501395Y-84684691D01* -X153765786Y-82708214D02* -X157070000Y-79404000D01* D28* -X90830000Y-106690000D02* -X90830000Y-112192858D01* -D27* -X99420000Y-106940000D02* -X99330000Y-107030000D01* +%TO.N,GPIO27*% +X109175000Y-102384500D02* +X109175000Y-112014000D01* +%TO.N,CE0*% +X84530000Y-106934000D02* +X84530000Y-102599500D01* +X84530000Y-102599500D02* +X84392750Y-102462250D01* +%TO.N,GPIO7*% +X136760000Y-117856000D02* +X138654000Y-119750000D01* +X120142000Y-117856000D02* +X136760000Y-117856000D01* +X119465669Y-118532331D02* +X120142000Y-117856000D01* +X110902000Y-121751000D02* +X114120669Y-118532331D01* +X114120669Y-118532331D02* +X119465669Y-118532331D01* +X102311000Y-121751000D02* +X110902000Y-121751000D01* +X100691000Y-120131000D02* +X102311000Y-121751000D01* +X99217000Y-120131000D02* +X100691000Y-120131000D01* +%TO.N,Net-(U2-PC13)*% +X95987500Y-106819000D02* +X96038000Y-106768500D01* +X96038000Y-106768500D02* +X96038000Y-99553000D01* +X96038000Y-99553000D02* +X95075000Y-98590000D01* +%TO.N,Net-(U2-PC14)*% +X95492000Y-102158500D02* +X95148000Y-101814500D01* +X95463500Y-106225500D02* +X95492000Y-106197000D01* +X95492000Y-106197000D02* +X95492000Y-102158500D01* +%TO.N,Net-(U2-PH3)*% +X93762000Y-103739173D02* +X93762000Y-102512000D01* +X93800497Y-106225517D02* +X93800497Y-103777670D01* +X93800497Y-103777670D02* +X93762000Y-103739173D01* +%TO.N,Net-(U2-PC15)*% +X94622000Y-106153034D02* +X94622000Y-103084000D01* +X94549999Y-106225035D02* +X94622000Y-106153034D01* +%TO.N,GPIO12*% +X93139000Y-105250000D02* +X93139000Y-103549000D01* +X92786500Y-105602500D02* +X93139000Y-105250000D01* +X92786500Y-106225500D02* +X92786500Y-105602500D01* +%TO.N,Net-(U2-NRST)*% +X92557000Y-105144000D02* +X92557000Y-104412000D01* +X91915000Y-105786000D02* +X92557000Y-105144000D01* +X91915000Y-106258000D02* +X91915000Y-105786000D01* +%TO.N,GPIO5*% +X78212000Y-109982000D02* +X77894000Y-110300000D01* +X82872000Y-109982000D02* +X78212000Y-109982000D01* +X83645000Y-110755000D02* +X82872000Y-109982000D01* +X89361314Y-110755000D02* +X83645000Y-110755000D01* +X91737000Y-119486000D02* +X91737000Y-113130686D01* +X92873000Y-120622000D02* +X91737000Y-119486000D01* +X91737000Y-113130686D02* +X89361314Y-110755000D01* +%TO.N,GPIO7*% +X91312000Y-120516000D02* +X91312000Y-113540314D01* +X89010686Y-111239000D02* +X82012500Y-111239000D01* +X82012500Y-111239000D02* +X81377406Y-110603906D01* +X92920000Y-122124000D02* +X91312000Y-120516000D01* +X91312000Y-113540314D02* +X89010686Y-111239000D01* +X98966000Y-122124000D02* +X92920000Y-122124000D01* +X98988000Y-122146000D02* +X98966000Y-122124000D01* +%TO.N,GPIO6*% +X92240000Y-118762000D02* +X93784000Y-120306000D01* +X89591000Y-110253000D02* +X92240000Y-112902000D01* +X83060537Y-109457000D02* +X83856537Y-110253000D01* +X77612000Y-109457000D02* +X83060537Y-109457000D01* +X76972000Y-113189000D02* +X76972000Y-110097000D01* +X76972000Y-110097000D02* +X77612000Y-109457000D01* +X77014000Y-113231000D02* +X76972000Y-113189000D01* +X83856537Y-110253000D02* +X89591000Y-110253000D01* +X92240000Y-112902000D02* +X92240000Y-118762000D01* +%TO.N,GPIO19*% +X83529462Y-108983000D02* +X83556231Y-108956231D01* +X77282109Y-108966000D02* +X82315537Y-108966000D01* +X76380000Y-114439141D02* +X76380000Y-109868109D01* +X76711000Y-114770141D02* +X76380000Y-114439141D01* +X76380000Y-109868109D02* +X77282109Y-108966000D01* +X76711000Y-114999000D02* +X76711000Y-114770141D01* +X82315537Y-108966000D02* +X82332537Y-108983000D01* +X82332537Y-108983000D02* +X83529462Y-108983000D01* +%TO.N,GPIO21*% +X75412000Y-119070000D02* +X73832000Y-120650000D01* +X75412000Y-116893000D02* +X75412000Y-119070000D01* +X76136000Y-116169000D02* +X75412000Y-116893000D01* +X76148250Y-109534173D02* +X75870000Y-109812423D01* +X75870000Y-114494827D02* +X76136000Y-114760827D01* +X76962000Y-108321000D02* +X76148250Y-109134750D01* +X76148250Y-109134750D02* +X76148250Y-109534173D01* +X75870000Y-109812423D02* +X75870000Y-114494827D01* +X76136000Y-114760827D02* +X76136000Y-116169000D01* +X76962000Y-101695000D02* +X76962000Y-108321000D01* +X77021000Y-101636000D02* +X76962000Y-101695000D01* +%TO.N,GPIO16*% +X75470000Y-109399250D02* +X75573250Y-109296000D01* +X75470000Y-115883000D02* +X75470000Y-109399250D01* +X75487000Y-115900000D02* +X75470000Y-115883000D01* +%TO.N,GPIO20*% +X71907000Y-117153000D02* +X69020000Y-120040000D01* +X71907000Y-106746000D02* +X71907000Y-117153000D01* +X72045000Y-106608000D02* +X71907000Y-106746000D01* +X72550000Y-98310000D02* +X72045000Y-98815000D01* +X72045000Y-98815000D02* +X72045000Y-106608000D01* +%TO.N,GPIO12*% +X71383000Y-105910000D02* +X71383000Y-112005000D01* +X71383000Y-112005000D02* +X70866000Y-112522000D01* +X71299000Y-105826000D02* +X71383000Y-105910000D01* +X72610000Y-75755000D02* +X72365000Y-75510000D01* +X72610000Y-95095000D02* +X72610000Y-75755000D01* +X71605000Y-96100000D02* +X72610000Y-95095000D01* +X71605000Y-105520000D02* +X71605000Y-96100000D01* +X71299000Y-105826000D02* +X71605000Y-105520000D01* +%TO.N,+3V3*% +X88991771Y-111785771D02* +X90613000Y-113407000D01* +X84962000Y-111873000D02* +X85049229Y-111785771D01* +X90613000Y-113407000D02* +X90613000Y-116115000D01* +X85049229Y-111785771D02* +X88991771Y-111785771D01* +X90613000Y-116115000D02* +X90604000Y-116124000D01* +%TO.N,GPIO18*% +X87855000Y-95994000D02* +X87855000Y-87060000D01* +X88816000Y-96955000D02* +X87855000Y-95994000D01* +X88816000Y-99314000D02* +X88816000Y-96955000D01* +%TO.N,GPIO4*% +X78995000Y-100128000D02* +X78995000Y-107980000D01* +X78995000Y-100128000D02* +X78995000Y-82610000D01* +%TO.N,MISO*% +X82175000Y-101804000D02* +X82175000Y-107309000D01* +X81630000Y-101259000D02* +X82175000Y-101804000D01* +X82175000Y-107309000D02* +X81534000Y-107950000D01* +%TO.N,Net-(U2-PC10)*% +X96962000Y-112382000D02* +X97310000Y-112730000D01* +X93389000Y-94260000D02* +X96962000Y-97833000D01* +X90825000Y-94260000D02* +X93389000Y-94260000D01* +X96962000Y-97833000D02* +X96962000Y-112382000D01* +%TO.N,Net-(U2-PC6)*% +X88735000Y-93205000D02* +X88735000Y-85710000D01* +X90820000Y-95290000D02* +X88735000Y-93205000D01* +X96562000Y-98545000D02* +X93307000Y-95290000D01* +X93307000Y-95290000D02* +X90820000Y-95290000D01* +X96647000Y-112632686D02* +X96562000Y-112547685D01* +X96562000Y-112547685D02* +X96562000Y-98545000D01* +X96647000Y-114844116D02* +X96647000Y-112632686D01* +X96142333Y-116233000D02* +X96142333Y-115348783D01* +X96142333Y-115348783D02* +X96647000Y-114844116D01* +%TO.N,Net-(U2-PC11)*% +X97362000Y-97233116D02* +X97362000Y-111527000D01* +X97362000Y-111527000D02* +X98135000Y-112300000D01* +X92338884Y-92210000D02* +X97362000Y-97233116D01* +X89370000Y-92210000D02* +X92338884Y-92210000D01* +%TO.N,SCL*% +X97832000Y-96547000D02* +X96295000Y-95010000D01* +X97832000Y-109928000D02* +X97832000Y-96547000D01* +X97942000Y-110038000D02* +X97832000Y-109928000D01* +%TO.N,SDA*% +X99290500Y-92535500D02* +X99035000Y-92280000D01* +X99290500Y-102854173D02* +X99290500Y-92535500D01* +X98533000Y-108592000D02* +X98533000Y-103611673D01* +X98533000Y-103611673D02* +X99290500Y-102854173D01* +%TO.N,GPIO26*% +X93001000Y-118838000D02* +X93001000Y-109271000D01* +X93001000Y-109271000D02* +X87582000Y-103852000D01* +X93526000Y-119363000D02* +X93001000Y-118838000D01* +X97518000Y-119363000D02* +X93526000Y-119363000D01* +X98270000Y-120115000D02* +X97518000Y-119363000D01* +X67750000Y-121310000D02* +X66480000Y-120040000D01* +X70300000Y-121760000D02* +X69850000Y-121310000D01* +X71527463Y-121760000D02* +X70300000Y-121760000D01* +X74640000Y-108921000D02* +X74640000Y-118647463D01* +X75438000Y-108123000D02* +X74640000Y-108921000D01* +X69850000Y-121310000D02* +X67750000Y-121310000D01* +X75438000Y-104506147D02* +X75438000Y-108123000D01* +X74640000Y-118647463D02* +X71527463Y-121760000D01* +X75453256Y-104490891D02* +X75438000Y-104506147D01* +%TO.N,Net-(U2-PA2)*% +X74167000Y-108278410D02* +X74599947Y-107845463D01* +X74035000Y-118259000D02* +X74167000Y-118127000D01* +X74167000Y-118127000D02* +X74167000Y-108278410D01* +%TO.N,Net-(U2-PA1)*% +X73725000Y-107290000D02* +X73835000Y-107180000D01* +X73725000Y-116778000D02* +X73725000Y-107290000D01* +X72330000Y-118173000D02* +X73725000Y-116778000D01* +D29* +%TO.N,+3V3*% +X90722000Y-116242000D02* +X90722000Y-121048000D01* +X90722000Y-121048000D02* +X91055000Y-121381000D01* +X90604000Y-116124000D02* +X90722000Y-116242000D01* +X99330000Y-112715000D02* +X99125000Y-112920000D01* +X99330000Y-107945000D02* +X99330000Y-112715000D01* +X99497000Y-107778000D02* +X99330000Y-107945000D01* +D28* +%TO.N,GPIO5*% +X121734000Y-124624000D02* +X121734000Y-126230000D01* +X114168000Y-122658000D02* +X115050000Y-123540000D01* +X93669000Y-121418000D02* +X100269000Y-121418000D01* +X100269000Y-121418000D02* +X101509000Y-122658000D01* +X120650000Y-123540000D02* +X121734000Y-124624000D01* +X92873000Y-120622000D02* +X93669000Y-121418000D01* +X101509000Y-122658000D02* +X114168000Y-122658000D01* +X115050000Y-123540000D02* +X120650000Y-123540000D01* +%TO.N,GPIO6*% +X128866000Y-121028000D02* +X130104000Y-119790000D01* +X115442000Y-121028000D02* +X128866000Y-121028000D01* +X114259000Y-122211000D02* +X115442000Y-121028000D01* +X101933000Y-122211000D02* +X114259000Y-122211000D01* +X100545000Y-120823000D02* +X101933000Y-122211000D01* +X93784000Y-120306000D02* +X94301000Y-120823000D01* +X94301000Y-120823000D02* +X100545000Y-120823000D01* +%TO.N,GPIO26*% +X115490000Y-127320000D02* +X116315000Y-127320000D01* +X111305000Y-123135000D02* +X115490000Y-127320000D01* +X98567000Y-123135000D02* +X111305000Y-123135000D01* +X98228000Y-122796000D02* +X98567000Y-123135000D01* +D29* +%TO.N,+3V3*% +X103315000Y-106925000D02* +X103315000Y-113729000D01* +X103315000Y-106645000D02* +X103315000Y-89745000D01* +X144018000Y-113538000D02* +X144018000Y-114820000D01* +D28* +X142136000Y-112118000D02* +X141986000Y-112268000D01* +D29* +X103455000Y-106785000D02* +X103315000Y-106925000D01* +X103315000Y-113729000D02* +X104406000Y-114820000D01* +X103455000Y-106785000D02* +X103315000Y-106645000D01* +D28* +X87978000Y-115828000D02* +X88274000Y-116124000D01* +D29* +X116315000Y-114820000D02* +X118867000Y-112268000D01* +X150996450Y-88179746D02* +X153765786Y-85410410D01* +X155996663Y-74786663D02* +X155379724Y-74786663D01* +D28* +X91055000Y-121381000D02* +X91055000Y-121496000D01* +D29* +X157070000Y-79404000D02* +X157070000Y-75860000D01* +X153765786Y-85410410D02* +X153765786Y-82708214D01* +X103315000Y-89745000D02* +X103660000Y-89400000D01* +X144018000Y-114820000D02* +X144170000Y-114820000D01* +X118867000Y-112268000D02* +X141986000Y-112268000D01* +X142748000Y-112268000D02* +X144018000Y-113538000D01* +X150996450Y-88179746D02* +X147501395Y-84684691D01* +X153765786Y-82708214D02* +X157070000Y-79404000D01* X157070000Y-75860000D02* X155996663Y-74786663D01* D28* X142136000Y-108204000D02* X142136000Y-112118000D01* -D27* -X99330000Y-112715000D02* -X99125000Y-112920000D01* -D28* -X90830000Y-112192858D02* -X90068358Y-112954500D01* -X86760000Y-112954500D02* -X86760000Y-116589151D01* -X91440000Y-117094000D02* -X91440000Y-114326142D01* -D27* +D29* +X104505000Y-114820000D02* +X101197000Y-118128000D01* X116315000Y-114820000D02* X104505000Y-114820000D01* -X104505000Y-114820000D02* -X100645000Y-118680000D01* +X88274000Y-116124000D02* +X90604000Y-116124000D01* X141986000Y-112268000D02* X142748000Y-112268000D01* X144170000Y-114820000D02* X146375000Y-117025000D01* +D28* +X91055000Y-121496000D02* +X91126000Y-121567000D01* +D29* X104406000Y-114820000D02* X104505000Y-114820000D01* X147501395Y-84684691D02* X147460786Y-84684691D01* -D29* +D30* %TO.N,5V_IN*% X89280891Y-75442420D02* X84114000Y-70275529D01* @@ -969,7 +1426,7 @@ X89280891Y-77620891D02* X89280891Y-75442420D01* X96970000Y-79490000D02* X91150000Y-79490000D01* -D27* +D29* %TO.N,3.3V_RPi*% X66480000Y-74320000D02* X67730000Y-73070000D01* @@ -991,14 +1448,10 @@ D28* %TO.N,SCL*% X144018000Y-86614000D02* X131572000Y-86614000D01* -X97695000Y-96410000D02* -X96295000Y-95010000D01* X144548095Y-87122000D02* X144526000Y-87122000D01* X144526000Y-87122000D02* X144018000Y-86614000D01* -X97695000Y-109695000D02* -X97695000Y-96410000D01* X159512000Y-79900000D02* X159512000Y-83926894D01* X159512000Y-83926894D02* @@ -1009,45 +1462,39 @@ X84565000Y-94725500D02* X84855000Y-95015500D01* X145653286Y-88227191D02* X144548095Y-87122000D01* -X98150000Y-110150000D02* -X97695000Y-109695000D01* X84565000Y-80980000D02* X84565000Y-94725500D01* %TO.N,GPIO4*% -X104750000Y-98980000D02* -X104725000Y-99005000D01* +X104725000Y-100584000D02* +X104725000Y-100470000D01* X104725000Y-109950000D02* X104725000Y-100470000D01* X104725000Y-100470000D02* X104735000Y-100460000D01* -X78995000Y-100380000D02* -X78995000Y-109910000D01* -X104725000Y-99005000D02* -X104725000Y-100470000D01* -X78995000Y-82610000D02* -X78995000Y-100380000D01* %TO.N,TX*% X92480000Y-87410000D02* X87080000Y-82010000D01* -X86250000Y-109717900D02* -X86250000Y-82135000D01* +X84424000Y-109632000D02* +X85925000Y-108131000D01* +X85925000Y-82210000D02* +X86125000Y-82010000D01* X86125000Y-82010000D02* X86145000Y-81990000D01* -X86250000Y-82135000D02* -X86125000Y-82010000D01* +X85925000Y-108131000D02* +X85925000Y-82210000D01* +X84162000Y-109632000D02* +X84424000Y-109632000D01* X87080000Y-82010000D02* X86125000Y-82010000D01* X132976059Y-87410000D02* X92480000Y-87410000D01* -X87437600Y-110905500D02* -X86250000Y-109717900D01* X137752705Y-92186646D02* X132976059Y-87410000D01* %TO.N,RX*% X135675000Y-92608941D02* X137752705Y-94686646D01* -X100110000Y-114405000D02* -X100110000Y-91585000D01* +X99568000Y-114947000D02* +X100110000Y-114405000D01* X135675000Y-91050000D02* X135675000Y-92608941D01* X88770000Y-84540000D02* @@ -1056,24 +1503,24 @@ X87665000Y-84540000D02* X88770000Y-84540000D01* X99995000Y-91470000D02* X99995000Y-90910000D01* +X100110000Y-114405000D02* +X100110000Y-91585000D01* X90880000Y-88430000D02* X93920000Y-91470000D01* X102895000Y-88010000D02* X132635000Y-88010000D01* -X96450000Y-116650000D02* -X97865000Y-116650000D01* +X100110000Y-91585000D02* +X99995000Y-91470000D01* X99995000Y-90910000D02* X102895000Y-88010000D01* X93920000Y-91470000D02* X99995000Y-91470000D01* X132635000Y-88010000D02* X135675000Y-91050000D01* -X100110000Y-91585000D02* -X99995000Y-91470000D01* X90880000Y-86650000D02* X90880000Y-88430000D01* -X97865000Y-116650000D02* -X100110000Y-114405000D01* +X99568000Y-117280500D02* +X99568000Y-114947000D01* %TO.N,GPIO17*% X133858000Y-105156000D02* X135128000Y-106426000D01* @@ -1095,236 +1542,61 @@ X144272000Y-107897794D02* X144272000Y-110744000D01* X122955000Y-99990000D02* X128121000Y-105156000D01* -%TO.N,GPIO18*% -X87855000Y-87060000D02* -X87855000Y-97785000D01* -X87855000Y-97785000D02* -X89395000Y-99325000D01* %TO.N,GPIO27*% -X98449621Y-100518975D02* -X98595000Y-100373596D01* -X109120000Y-100550000D02* -X109175000Y-100605000D01* -X98595000Y-100373596D02* -X98595000Y-93734500D01* X98595000Y-93734500D02* X97750500Y-92890000D01* -X109175000Y-100605000D02* -X109175000Y-112014000D01* +X98595000Y-102495500D02* +X98595000Y-93734500D01* +X98715500Y-102616000D02* +X98595000Y-102495500D01* %TO.N,GPIO24*% X101092000Y-113538000D02* X100765000Y-113211000D01* X100765000Y-113211000D02* X100765000Y-95640000D01* %TO.N,MOSI*% -X82960000Y-110000000D02* +X82659000Y-108349000D02* +X82960000Y-108048000D01* +X82960000Y-108048000D02* X82960000Y-98935000D01* X82960000Y-98935000D02* X82745000Y-98720000D01* X82745000Y-98720000D02* X82745000Y-98500000D01* -X82550000Y-110410000D02* -X82960000Y-110000000D01* -%TO.N,MISO*% -X82175000Y-108685000D02* -X81960000Y-108900000D01* -X81780000Y-101210000D02* -X82175000Y-101605000D01* -X82175000Y-101605000D02* -X82175000Y-108685000D01* %TO.N,GPIO25*% -X115095000Y-124820000D02* -X116315000Y-124820000D01* -X75725000Y-99755000D02* -X75725000Y-110090000D01* -X112755000Y-122480000D02* -X115095000Y-124820000D01* -X74930000Y-110885000D02* -X74930000Y-119888000D01* -X93850000Y-122480000D02* -X112755000Y-122480000D01* -X92100000Y-120730000D02* -X93850000Y-122480000D01* -X74930000Y-119888000D02* -X75772000Y-120730000D01* -X75772000Y-120730000D02* -X92100000Y-120730000D01* -X75725000Y-110090000D02* -X74930000Y-110885000D01* +X119634000Y-100076000D02* +X119634000Y-110998000D01* X75760000Y-99720000D02* X75725000Y-99755000D01* %TO.N,SCLK*% -X84310000Y-108720000D02* -X85575000Y-107455000D01* -X85575000Y-103005000D02* -X85500000Y-102930000D01* -X85575000Y-107455000D02* -X85575000Y-103005000D01* -%TO.N,CE0*% -X84530000Y-102200000D02* -X84530000Y-107390000D01* -X84530000Y-107390000D02* -X84500000Y-107420000D01* -X84520000Y-102190000D02* -X84530000Y-102200000D01* +X85344000Y-107696000D02* +X85344000Y-103378000D01* %TO.N,GPIO7*% -X119465669Y-118532331D02* -X120142000Y-117856000D01* -X84060000Y-117960000D02* -X80645000Y-114545000D01* -X92053314Y-118750083D02* -X91263231Y-117960000D01* -X92053866Y-118750083D02* -X92053314Y-118750083D01* -X91263231Y-117960000D02* -X84060000Y-117960000D01* -X100800000Y-119900000D02* -X101280000Y-119420000D01* -X80645000Y-111270000D02* -X80690000Y-111225000D01* -X80645000Y-114545000D02* -X80645000Y-111270000D01* -X110388884Y-119420000D02* -X111276553Y-118532331D01* -X120142000Y-117856000D02* -X136760000Y-117856000D01* X80690000Y-105595000D02* -X81485000Y-104800000D01* -X111276553Y-118532331D02* -X119465669Y-118532331D01* -X136760000Y-117856000D02* -X138654000Y-119750000D01* -X101280000Y-119420000D02* -X110388884Y-119420000D01* -X80690000Y-111225000D02* +X80690000Y-107270000D01* +X80690000Y-107270000D02* +X80010000Y-107950000D01* +X81204500Y-105080500D02* X80690000Y-105595000D01* -%TO.N,GPIO5*% -X99457500Y-121707500D02* -X113217500Y-121707500D01* -X121734000Y-124624000D02* -X121734000Y-126230000D01* -X120650000Y-123540000D02* -X121734000Y-124624000D01* -X77375000Y-113825000D02* -X82880000Y-119330000D01* -X77375000Y-108805000D02* -X77375000Y-113825000D01* -X82880000Y-119330000D02* -X90080000Y-119330000D01* -X115050000Y-123540000D02* -X120650000Y-123540000D01* -X113217500Y-121707500D02* -X115050000Y-123540000D01* -X77600000Y-108580000D02* -X77375000Y-108805000D01* -X98700000Y-120950000D02* -X99457500Y-121707500D01* -X90080000Y-119330000D02* -X90210000Y-119460000D01* -%TO.N,GPIO6*% -X99850000Y-120500000D02* -X100362213Y-121012213D01* -X128923787Y-121012213D02* -X130104000Y-119832000D01* -X83050000Y-118540000D02* -X78315000Y-113805000D01* -X91030000Y-118750000D02* -X88524000Y-118750000D01* -X130104000Y-119832000D02* -X130104000Y-119790000D01* -X88524000Y-118750000D02* -X88314000Y-118540000D01* -X88314000Y-118540000D02* -X83050000Y-118540000D01* -X78315000Y-113805000D02* -X78315000Y-111560000D01* -X100362213Y-121012213D02* -X128923787Y-121012213D01* -%TO.N,GPIO12*% -X71610000Y-105930000D02* -X71610000Y-111835000D01* -X71605000Y-105495000D02* -X71605000Y-96100000D01* -X71390000Y-105710000D02* -X71610000Y-105930000D01* -X71605000Y-96100000D02* -X72610000Y-95095000D01* -X71610000Y-111835000D02* -X71235000Y-112210000D01* -X72610000Y-75755000D02* -X72365000Y-75510000D01* -X72610000Y-95095000D02* -X72610000Y-75755000D01* -X71390000Y-105710000D02* -X71605000Y-105495000D01* %TO.N,GPIO19*% -X83520000Y-110345000D02* -X83985000Y-110810000D01* -X81815000Y-112975500D02* -X81819500Y-112975500D01* -X81819500Y-112975500D02* -X83985000Y-110810000D01* -X83520000Y-75389500D02* -X83520000Y-110345000D01* -X83635000Y-75274500D02* -X83520000Y-75389500D01* +X83635000Y-108877463D02* +X83635000Y-75274500D01* +X83556231Y-108956231D02* +X83635000Y-108877463D01* %TO.N,GPIO16*% +X75573250Y-109296000D02* +X75573250Y-108924750D01* +X76220000Y-108278000D02* +X76220000Y-100410000D01* +X76220000Y-100410000D02* +X76720000Y-99910000D01* X76720000Y-74665000D02* X76715000Y-74660000D01* -X75692000Y-112268000D02* -X76720000Y-111240000D01* -X76720000Y-111240000D02* +X75573250Y-108924750D02* +X76220000Y-108278000D01* +X76720000Y-99910000D02* X76720000Y-74665000D01* -X75692000Y-112268000D02* -X75692000Y-116078000D01* -%TO.N,GPIO26*% -X97290000Y-123080000D02* -X93650000Y-123080000D01* -X93650000Y-123080000D02* -X91880000Y-121310000D01* -X97690000Y-123100000D02* -X110350000Y-123100000D01* -X97500000Y-123290000D02* -X97290000Y-123080000D01* -X67750000Y-121310000D02* -X66480000Y-120040000D01* -X91880000Y-121310000D02* -X67750000Y-121310000D01* -X97500000Y-123290000D02* -X97690000Y-123100000D01* -X110350000Y-123100000D02* -X114570000Y-127320000D01* -X114570000Y-127320000D02* -X116315000Y-127320000D01* -%TO.N,GPIO20*% -X70635000Y-114875000D02* -X70635000Y-118480000D01* -X69075000Y-120040000D02* -X69020000Y-120040000D01* -X72230000Y-113280000D02* -X70635000Y-114875000D01* -X70635000Y-118480000D02* -X69075000Y-120040000D01* -X72550000Y-98310000D02* -X72230000Y-98630000D01* -X72230000Y-98630000D02* -X72230000Y-113280000D01* -%TO.N,GPIO21*% -X102070000Y-101140000D02* -X102625000Y-101695000D01* -X102625000Y-101695000D02* -X102625000Y-115370000D01* -X92260000Y-120170000D02* -X76603178Y-120170000D01* -X96045000Y-121950000D02* -X94040000Y-121950000D01* -X76603178Y-120170000D02* -X76251839Y-119818661D01* -X102625000Y-115370000D02* -X96045000Y-121950000D01* -X94040000Y-121950000D02* -X92260000Y-120170000D01* -D27* +D29* %TO.N,+5V*% X105730000Y-91820000D02* X110860000Y-91820000D01* @@ -1341,97 +1613,22 @@ X151001390Y-96585449D01* X143550786Y-93494691D02* X146641544Y-96585449D01* %TO.N,Net-(U2-PA3)*% -X86875000Y-107760000D02* -X86875000Y-101010000D01* -X86875000Y-101010000D02* -X86905000Y-100980000D01* +X86360000Y-106426000D02* +X86360000Y-100076000D01* +X87122000Y-107188000D02* +X86360000Y-106426000D01* +X86360000Y-100076000D02* +X87122000Y-99314000D01* %TO.N,Net-(U2-PA0)*% -X73145000Y-112520000D02* -X73070000Y-112595000D01* -X73145000Y-106240000D02* -X73145000Y-112520000D01* X73095000Y-112570000D02* X73070000Y-112595000D01* -%TO.N,Net-(U2-PA1)*% -X73805000Y-116510000D02* -X73805000Y-107210000D01* -X73805000Y-107210000D02* -X73835000Y-107180000D01* -X72435000Y-117880000D02* -X73805000Y-116510000D01* -%TO.N,Net-(U2-PA2)*% -X74422000Y-108023410D02* -X74422000Y-118307000D01* -X74422000Y-118307000D02* -X74515000Y-118400000D01* -X74599947Y-107845463D02* -X74422000Y-108023410D01* -X74515000Y-118400000D02* -X74145000Y-118400000D01* -%TO.N,Net-(U2-PC13)*% -X95700000Y-99215000D02* -X95700000Y-106267551D01* -X95075000Y-98590000D02* -X95700000Y-99215000D01* -X95700000Y-106267551D02* -X95451056Y-106516495D01* -%TO.N,Net-(U2-PC14)*% -X93335000Y-119880000D02* -X93335000Y-107244500D01* -X93335000Y-107244500D02* -X94909500Y-105670000D01* -X94635000Y-121180000D02* -X93335000Y-119880000D01* -%TO.N,Net-(U2-PC11)*% -X97190000Y-97061116D02* -X97190000Y-111355000D01* -X89750000Y-92620000D02* -X92748884Y-92620000D01* -X92748884Y-92620000D02* -X97190000Y-97061116D01* -X97190000Y-111355000D02* -X98135000Y-112300000D01* -%TO.N,Net-(U2-PC10)*% -X96640000Y-112060000D02* -X96640000Y-97395000D01* -X96640000Y-97395000D02* -X93505000Y-94260000D01* -X97310000Y-112730000D02* -X96640000Y-112060000D01* -X93505000Y-94260000D02* -X91450000Y-94260000D01* -%TO.N,Net-(U2-PC6)*% -X96165000Y-98265000D02* -X93190000Y-95290000D01* -X95450000Y-116041116D02* -X96165000Y-115326116D01* -X95450000Y-117050000D02* -X95450000Y-116041116D01* -X88735000Y-93205000D02* -X88735000Y-85710000D01* -X90820000Y-95290000D02* -X88735000Y-93205000D01* -X93190000Y-95290000D02* -X90820000Y-95290000D01* -X96165000Y-115326116D02* -X96165000Y-98265000D01* -%TO.N,Net-(U2-NRST)*% -X94825000Y-104230000D02* -X94909500Y-104230000D01* -X92815000Y-106240000D02* -X94825000Y-104230000D01* -%TO.N,SDA*% -X98295000Y-104710000D02* -X98295000Y-108700000D01* -X99240000Y-92485000D02* -X99240000Y-103765000D01* -X99240000Y-103765000D02* -X98295000Y-104710000D01* -X98295000Y-108700000D02* -X98325000Y-108730000D01* -X99035000Y-92280000D02* -X99240000Y-92485000D01* -D30* +X73070000Y-112595000D02* +X73070000Y-112776000D01* +X73145000Y-112701000D02* +X73145000Y-106240000D01* +X73070000Y-112776000D02* +X73145000Y-112701000D01* +D31* %TO.N,5V_USB*% X106200000Y-96070000D02* X106200000Y-113530000D01* @@ -1445,6 +1642,76 @@ X104640000Y-94510000D01* %TA.AperFunction,Conductor*% %TO.N,GND*% G36* +X99793691Y-91764407D02* +G01* +X99829655Y-91813907D01* +X99834500Y-91844500D01* +X99834500Y-107278081D01* +X99815593Y-107336272D01* +X99766093Y-107372236D01* +X99704907Y-107372236D01* +X99692726Y-107366464D01* +X99692510Y-107366938D01* +X99686070Y-107363997D01* +X99686069Y-107363996D01* +X99686066Y-107363995D01* +X99561774Y-107327500D01* +X99561772Y-107327500D01* +X99432228Y-107327500D01* +X99432225Y-107327500D01* +X99307933Y-107363995D01* +X99307926Y-107363998D01* +X99198952Y-107434031D01* +X99114117Y-107531938D01* +X99068958Y-107630820D01* +X99048911Y-107659694D01* +X99024517Y-107684090D01* +X99024514Y-107684093D01* +X99001950Y-107706658D01* +X99001947Y-107706662D01* +X98995707Y-107718908D01* +X98952441Y-107762171D01* +X98892008Y-107771739D01* +X98837493Y-107743959D01* +X98809718Y-107689441D01* +X98808500Y-107673959D01* +X98808500Y-103766796D01* +X98827407Y-103708605D01* +X98837490Y-103696798D01* +X99459233Y-103075054D01* +X99474229Y-103062748D01* +X99489124Y-103052797D01* +X99550015Y-102961668D01* +X99566000Y-102881306D01* +X99566000Y-102881305D01* +X99571397Y-102854173D01* +X99567902Y-102836600D01* +X99566000Y-102817288D01* +X99566000Y-92572384D01* +X99567902Y-92553070D01* +X99571397Y-92535500D01* +X99550016Y-92428006D01* +X99550016Y-92428005D01* +X99504300Y-92359588D01* +X99487691Y-92300700D01* +X99488622Y-92290501D01* +X99490133Y-92280000D01* +X99480445Y-92212621D01* +X99471697Y-92151774D01* +X99417882Y-92033937D01* +X99333049Y-91936033D01* +X99320212Y-91927783D01* +X99281482Y-91880418D01* +X99277990Y-91819332D01* +X99311069Y-91767860D01* +X99368086Y-91745661D01* +X99373737Y-91745500D01* +X99735500Y-91745500D01* +X99793691Y-91764407D01* +G37* +%TD.AperFunction*% +%TA.AperFunction,Conductor*% +G36* X161372896Y-66130006D02* G01* X162179284Y-66382002D01* @@ -1459,17 +1726,62 @@ X163864500Y-68286181D01* X163864500Y-128181354D01* X163855244Y-128223152D01* X163541341Y-128897120D01* -X163527323Y-128919091D01* +X163527323Y-128919092D01* X162769886Y-129818546D01* -X162731679Y-129846392D01* -X161753173Y-130247115D01* -X161715654Y-130254500D01* -X96203424Y-130254500D01* -X96145233Y-130235593D01* -X96109269Y-130186093D01* -X96104424Y-130155618D01* -X96104203Y-129969651D01* -X96101147Y-127400000D01* +X162731679Y-129846391D01* +X161753269Y-130247074D01* +X161715635Y-130254459D01* +X84905885Y-130165587D01* +X84847717Y-130146612D01* +X84811810Y-130097071D01* +X84807000Y-130066587D01* +X84807000Y-127912001D01* +X84806999Y-127912000D01* +X82757001Y-127912000D01* +X82757000Y-127912001D01* +X82757000Y-130063986D01* +X82738093Y-130122177D01* +X82688593Y-130158141D01* +X82657885Y-130162986D01* +X76655885Y-130156042D01* +X76597717Y-130137067D01* +X76561810Y-130087526D01* +X76557000Y-130057042D01* +X76557000Y-127912001D01* +X76556999Y-127912000D01* +X74507000Y-127912000D01* +X74507000Y-130054441D01* +X74488093Y-130112632D01* +X74438593Y-130148596D01* +X74407885Y-130153441D01* +X67424045Y-130145361D01* +X67408309Y-130144084D01* +X66529450Y-130001533D01* +X66490386Y-129986183D01* +X65498788Y-129325118D01* +X65472917Y-129299969D01* +X65256772Y-128994824D01* +X64838414Y-128404202D01* +X64820664Y-128356549D01* +X64754981Y-127680000D01* +X64728962Y-127411998D01* +X74507000Y-127411998D01* +X74507001Y-127412000D01* +X75281999Y-127412000D01* +X75282000Y-127411999D01* +X75782000Y-127411999D01* +X75782001Y-127412000D01* +X76556999Y-127412000D01* +X76557000Y-127411999D01* +X82757000Y-127411999D01* +X82757001Y-127412000D01* +X83531999Y-127412000D01* +X83532000Y-127411999D01* +X84032000Y-127411999D01* +X84032001Y-127412000D01* +X84806999Y-127412000D01* +X84807000Y-127411998D01* +X84807000Y-127400000D01* X99420659Y-127400000D01* X99439989Y-127633285D01* X99497454Y-127860210D01* @@ -1649,81 +1961,701 @@ X99591485Y-126725422D01* X99497454Y-126939789D01* X99439989Y-127166714D01* X99420659Y-127400000D01* -X96101147Y-127400000D01* -X96096456Y-123454617D01* -X96115294Y-123396405D01* -X96164751Y-123360382D01* -X96195456Y-123355500D01* -X96971033Y-123355500D01* -X97029224Y-123374407D01* -X97061086Y-123413373D01* -X97082631Y-123460548D01* -X97117118Y-123536063D01* -X97164263Y-123590472D01* -X97201952Y-123633968D01* -X97241205Y-123659194D01* -X97310931Y-123704004D01* -X97435228Y-123740500D01* -X97435230Y-123740500D01* -X97564770Y-123740500D01* -X97564772Y-123740500D01* -X97689069Y-123704004D01* -X97798049Y-123633967D01* -X97882882Y-123536063D01* -X97929780Y-123433373D01* -X97971152Y-123388296D01* -X98019833Y-123375500D01* -X101486107Y-123375500D01* -X101544298Y-123394407D01* -X101580262Y-123443907D01* -X101580262Y-123505093D01* -X101544298Y-123554593D01* -X101526373Y-123564941D01* -X101469026Y-123590472D01* -X101469026Y-123590473D01* -X101662710Y-123784157D01* -X101690487Y-123838673D01* -X101680916Y-123899105D01* -X101649007Y-123933509D01* -X101649662Y-123934314D01* -X101530325Y-124031401D01* -X101462594Y-124127353D01* -X101413590Y-124163989D01* -X101352410Y-124164824D01* -X101311711Y-124140265D01* -X101118443Y-123946997D01* -X101075317Y-124021695D01* -X101015230Y-124206620D01* -X100994905Y-124400000D01* -X101015230Y-124593379D01* -X101075318Y-124778308D01* -X101075320Y-124778313D01* -X101118442Y-124853002D01* -X101118443Y-124853002D01* -X101311767Y-124659678D01* -X101366284Y-124631900D01* -X101426716Y-124641471D01* -X101469670Y-124684133D01* -X101482617Y-124709119D01* -X101483812Y-124711425D01* -X101584195Y-124818908D01* -X101647805Y-124857591D01* -X101687700Y-124903981D01* -X101692709Y-124964961D01* -X101666370Y-125012181D01* -X101469026Y-125209525D01* -X101637582Y-125284571D01* -X101637588Y-125284573D01* -X101827782Y-125325000D01* -X102022218Y-125325000D01* -X102212411Y-125284573D01* -X102212416Y-125284571D01* -X102380970Y-125209525D01* -X102187288Y-125015843D01* -X102159511Y-124961326D01* -X102169082Y-124900894D01* -X102200995Y-124866494D01* -X102200338Y-124865686D01* +X84807000Y-127400000D01* +X84807000Y-124842302D01* +X84806999Y-124842299D01* +X84795396Y-124783963D01* +X84751193Y-124717810D01* +X84751189Y-124717806D01* +X84685036Y-124673603D01* +X84626700Y-124662000D01* +X84032001Y-124662000D01* +X84032000Y-124662001D01* +X84032000Y-127411999D01* +X83532000Y-127411999D01* +X83532000Y-124662001D01* +X83531999Y-124662000D01* +X82937299Y-124662000D01* +X82878963Y-124673603D01* +X82812810Y-124717806D01* +X82812806Y-124717810D01* +X82768603Y-124783963D01* +X82757000Y-124842299D01* +X82757000Y-127411999D01* +X76557000Y-127411999D01* +X76557000Y-127411998D01* +X76557000Y-124842302D01* +X76556999Y-124842299D01* +X76545396Y-124783963D01* +X76501193Y-124717810D01* +X76501189Y-124717806D01* +X76435036Y-124673603D01* +X76376700Y-124662000D01* +X75782001Y-124662000D01* +X75782000Y-124662001D01* +X75782000Y-127411999D01* +X75282000Y-127411999D01* +X75282000Y-124662000D01* +X74687299Y-124662000D01* +X74628963Y-124673603D01* +X74562810Y-124717806D01* +X74562806Y-124717810D01* +X74518603Y-124783963D01* +X74507000Y-124842299D01* +X74507000Y-127411998D01* +X64728962Y-127411998D01* +X64725732Y-127378729D01* +X64725500Y-127373943D01* +X64725500Y-122580003D01* +X65450040Y-122580003D01* +X65469828Y-122780929D01* +X65469829Y-122780935D01* +X65528441Y-122974149D01* +X65599449Y-123106995D01* +X65855639Y-122850806D01* +X65910156Y-122823029D01* +X65970588Y-122832600D01* +X66013543Y-122875263D01* +X66026440Y-122900153D01* +X66026442Y-122900156D01* +X66129638Y-123010652D01* +X66191888Y-123048507D01* +X66231783Y-123094896D01* +X66236792Y-123155876D01* +X66210453Y-123203097D01* +X65953003Y-123460548D01* +X65953003Y-123460549D01* +X66085849Y-123531558D01* +X66279064Y-123590170D01* +X66279070Y-123590171D01* +X66479997Y-123609960D01* +X66480003Y-123609960D01* +X66680929Y-123590171D01* +X66680935Y-123590170D01* +X66874150Y-123531558D01* +X67006995Y-123460549D01* +X67006995Y-123460548D01* +X66753309Y-123206861D01* +X66725532Y-123152345D01* +X66735103Y-123091913D01* +X66764508Y-123060223D01* +X66763205Y-123058622D01* +X66768456Y-123054349D01* +X66768458Y-123054349D01* +X66885739Y-122958934D01* +X66953167Y-122863408D01* +X67002169Y-122826773D01* +X67063349Y-122825937D01* +X67104049Y-122850497D01* +X67360548Y-123106995D01* +X67360549Y-123106995D01* +X67431558Y-122974150D01* +X67490170Y-122780935D01* +X67490171Y-122780929D01* +X67509960Y-122580003D01* +X67509960Y-122579996D01* +X67490171Y-122379070D01* +X67490170Y-122379064D01* +X67431558Y-122185849D01* +X67360549Y-122053003D01* +X67360548Y-122053003D01* +X67104358Y-122309192D01* +X67049842Y-122336969D01* +X66989410Y-122327397D01* +X66946454Y-122284733D01* +X66941010Y-122274226D01* +X66933558Y-122259844D01* +X66830362Y-122149348D01* +X66830361Y-122149347D01* +X66830360Y-122149346D01* +X66768110Y-122111491D01* +X66728215Y-122065102D01* +X66723206Y-122004122D01* +X66749545Y-121956900D01* +X67006995Y-121699449D01* +X66874149Y-121628441D01* +X66680935Y-121569829D01* +X66680929Y-121569828D01* +X66480003Y-121550040D01* +X66479997Y-121550040D01* +X66279070Y-121569828D01* +X66279064Y-121569829D01* +X66085850Y-121628441D01* +X66085845Y-121628443D01* +X65953003Y-121699449D01* +X65953003Y-121699450D01* +X66206690Y-121953138D01* +X66234467Y-122007654D01* +X66224896Y-122068086D01* +X66195498Y-122099783D01* +X66196795Y-122101378D01* +X66191543Y-122105650D01* +X66191542Y-122105651D01* +X66141944Y-122146002D01* +X66074258Y-122201068D01* +X66006833Y-122296589D01* +X65957829Y-122333226D01* +X65896649Y-122334062D01* +X65855950Y-122309502D01* +X65599450Y-122053003D01* +X65599449Y-122053003D01* +X65528443Y-122185845D01* +X65528441Y-122185850D01* +X65469829Y-122379064D01* +X65469828Y-122379070D01* +X65450040Y-122579996D01* +X65450040Y-122580003D01* +X64725500Y-122580003D01* +X64725500Y-120040003D01* +X65499780Y-120040003D01* +X65518613Y-120231226D01* +X65518614Y-120231231D01* +X65574395Y-120415114D01* +X65574397Y-120415119D01* +X65664969Y-120584569D01* +X65664975Y-120584578D01* +X65664977Y-120584581D01* +X65711917Y-120641777D01* +X65786875Y-120733115D01* +X65786884Y-120733124D01* +X65841842Y-120778226D01* +X65935419Y-120855023D01* +X65935423Y-120855025D01* +X65935430Y-120855030D01* +X66095335Y-120940500D01* +X66104886Y-120945605D01* +X66196831Y-120973496D01* +X66288768Y-121001385D01* +X66288773Y-121001386D01* +X66479997Y-121020220D01* +X66480000Y-121020220D01* +X66480003Y-121020220D01* +X66671226Y-121001386D01* +X66671231Y-121001385D01* +X66680339Y-120998622D01* +X66855114Y-120945605D01* +X66882162Y-120931146D01* +X66942394Y-120920389D01* +X66997446Y-120947090D01* +X66998836Y-120948452D01* +X67529113Y-121478729D01* +X67541422Y-121493729D01* +X67551371Y-121508618D01* +X67551373Y-121508620D01* +X67551376Y-121508624D01* +X67574376Y-121523992D01* +X67574378Y-121523994D01* +X67613100Y-121549867D01* +X67642505Y-121569515D01* +X67717226Y-121584378D01* +X67750000Y-121590897D01* +X67767570Y-121587401D01* +X67786884Y-121585500D01* +X68417667Y-121585500D01* +X68475858Y-121604407D01* +X68511822Y-121653907D01* +X68511822Y-121715093D01* +X68478458Y-121761013D01* +X68479179Y-121761892D01* +X68475421Y-121764975D01* +X68475419Y-121764977D01* +X68432578Y-121800135D01* +X68326884Y-121886875D01* +X68326875Y-121886884D01* +X68204976Y-122035420D01* +X68204969Y-122035430D01* +X68114397Y-122204880D01* +X68114395Y-122204885D01* +X68058614Y-122388768D01* +X68058613Y-122388773D01* +X68039780Y-122579996D01* +X68039780Y-122580003D01* +X68058613Y-122771226D01* +X68058614Y-122771231D01* +X68114395Y-122955114D01* +X68114397Y-122955119D01* +X68204969Y-123124569D01* +X68204975Y-123124578D01* +X68204977Y-123124581D01* +X68255810Y-123186521D01* +X68326875Y-123273115D01* +X68326884Y-123273124D01* +X68391322Y-123326006D01* +X68475419Y-123395023D01* +X68475423Y-123395025D01* +X68475430Y-123395030D01* +X68644880Y-123485602D01* +X68644886Y-123485605D01* +X68772987Y-123524464D01* +X68828768Y-123541385D01* +X68828773Y-123541386D01* +X69019997Y-123560220D01* +X69020000Y-123560220D01* +X69020003Y-123560220D01* +X69211226Y-123541386D01* +X69211231Y-123541385D01* +X69243626Y-123531558D01* +X69395114Y-123485605D01* +X69465358Y-123448059D01* +X69564569Y-123395030D01* +X69564572Y-123395027D01* +X69564581Y-123395023D01* +X69713120Y-123273120D01* +X69835023Y-123124581D01* +X69835027Y-123124572D01* +X69835030Y-123124569D01* +X69915430Y-122974150D01* +X69925605Y-122955114D01* +X69981385Y-122771231D01* +X69981386Y-122771226D01* +X70000220Y-122580003D01* +X70000220Y-122579996D01* +X69981386Y-122388773D01* +X69981385Y-122388768D01* +X69961915Y-122324585D01* +X69925605Y-122204886D01* +X69915430Y-122185849D01* +X69835030Y-122035430D01* +X69835025Y-122035423D01* +X69835023Y-122035419D01* +X69759778Y-121943733D01* +X69713124Y-121886884D01* +X69713115Y-121886875D01* +X69609734Y-121802033D01* +X69564581Y-121764977D01* +X69564578Y-121764975D01* +X69560821Y-121761892D01* +X69562161Y-121760258D01* +X69529451Y-121718763D01* +X69527051Y-121657625D01* +X69561045Y-121606752D01* +X69618449Y-121585576D01* +X69622333Y-121585500D01* +X69694876Y-121585500D01* +X69753067Y-121604407D01* +X69764880Y-121614496D01* +X70079115Y-121928731D01* +X70091426Y-121943733D01* +X70101376Y-121958624D01* +X70101379Y-121958626D01* +X70101380Y-121958627D01* +X70120329Y-121971288D01* +X70120335Y-121971293D01* +X70124378Y-121973994D01* +X70150534Y-121991471D01* +X70192505Y-122019515D01* +X70272867Y-122035500D01* +X70272868Y-122035500D01* +X70300000Y-122040897D01* +X70317570Y-122037401D01* +X70336884Y-122035500D01* +X71490579Y-122035500D01* +X71509892Y-122037401D01* +X71527463Y-122040897D01* +X71554595Y-122035500D01* +X71554596Y-122035500D01* +X71634958Y-122019515D01* +X71676928Y-121991471D01* +X71676928Y-121991470D01* +X71713805Y-121966832D01* +X71713811Y-121966826D01* +X71726087Y-121958624D01* +X71736037Y-121943730D01* +X71748347Y-121928731D01* +X73225278Y-120451799D01* +X73279793Y-120424024D01* +X73340225Y-120433595D01* +X73383490Y-120476860D01* +X73393272Y-120535894D01* +X73376867Y-120649996D01* +X73376867Y-120650002D01* +X73395302Y-120778225D01* +X73436664Y-120868793D01* +X73449118Y-120896063D01* +X73516213Y-120973496D01* +X73533952Y-120993968D01* +X73642926Y-121064001D01* +X73642931Y-121064004D01* +X73767228Y-121100500D01* +X73767230Y-121100500D01* +X73896770Y-121100500D01* +X73896772Y-121100500D01* +X74021069Y-121064004D01* +X74130049Y-120993967D01* +X74214882Y-120896063D01* +X74268697Y-120778226D01* +X74278212Y-120712047D01* +X74287133Y-120650002D01* +X74287133Y-120650000D01* +X74287128Y-120649967D01* +X74285950Y-120641774D01* +X74296379Y-120581487D01* +X74313934Y-120557680D01* +X75580733Y-119290881D01* +X75595729Y-119278575D01* +X75610624Y-119268624D01* +X75630085Y-119239500D01* +X75671515Y-119177495D01* +X75673552Y-119167256D01* +X75687500Y-119097133D01* +X75687500Y-119097128D01* +X75692896Y-119070000D01* +X75690863Y-119059780D01* +X75689402Y-119052432D01* +X75687500Y-119033120D01* +X75687500Y-117048123D01* +X75706407Y-116989932D01* +X75716496Y-116978119D01* +X76010192Y-116684423D01* +X76304733Y-116389881D01* +X76319729Y-116377575D01* +X76334624Y-116367624D01* +X76352752Y-116340495D01* +X76395516Y-116276494D01* +X76416897Y-116169000D01* +X76413401Y-116151426D01* +X76411499Y-116132125D01* +X76411499Y-115512825D01* +X76430406Y-115454635D01* +X76479906Y-115418671D01* +X76538387Y-115417836D01* +X76646228Y-115449500D01* +X76646230Y-115449500D01* +X76775770Y-115449500D01* +X76775772Y-115449500D01* +X76900069Y-115413004D01* +X77009049Y-115342967D01* +X77093882Y-115245063D01* +X77147697Y-115127226D01* +X77156094Y-115068823D01* +X77166133Y-114999002D01* +X77166133Y-114998997D01* +X77147697Y-114870774D01* +X77136564Y-114846397D01* +X77093882Y-114752937D01* +X77009049Y-114655033D01* +X77009048Y-114655032D01* +X77009047Y-114655031D01* +X76949940Y-114617046D01* +X76921147Y-114588763D01* +X76909624Y-114571517D01* +X76901141Y-114565849D01* +X76894730Y-114561565D01* +X76879728Y-114549253D01* +X76684496Y-114354020D01* +X76656719Y-114299504D01* +X76655500Y-114284017D01* +X76655500Y-113717422D01* +X76674407Y-113659231D01* +X76723907Y-113623267D01* +X76785093Y-113623267D01* +X76808020Y-113634136D01* +X76824931Y-113645004D01* +X76949228Y-113681500D01* +X76949230Y-113681500D01* +X77078770Y-113681500D01* +X77078772Y-113681500D01* +X77203069Y-113645004D01* +X77312049Y-113574967D01* +X77396882Y-113477063D01* +X77450697Y-113359226D01* +X77459907Y-113295172D01* +X77469133Y-113231002D01* +X77469133Y-113230997D01* +X77450697Y-113102774D01* +X77444218Y-113088588D01* +X77396882Y-112984937D01* +X77312049Y-112887033D01* +X77312048Y-112887032D01* +X77312047Y-112887031D01* +X77292974Y-112874773D01* +X77254244Y-112827406D01* +X77247500Y-112791491D01* +X77247500Y-110353215D01* +X77266407Y-110295024D01* +X77315907Y-110259060D01* +X77377093Y-110259060D01* +X77426593Y-110295024D01* +X77444492Y-110339126D01* +X77457302Y-110428225D01* +X77486504Y-110492167D01* +X77511118Y-110546063D01* +X77568367Y-110612133D01* +X77595952Y-110643968D01* +X77677271Y-110696228D01* +X77704931Y-110714004D01* +X77829228Y-110750500D01* +X77829230Y-110750500D01* +X77958770Y-110750500D01* +X77958772Y-110750500D01* +X78083069Y-110714004D01* +X78192049Y-110643967D01* +X78276882Y-110546063D01* +X78330697Y-110428226D01* +X78334480Y-110401914D01* +X78343036Y-110342411D01* +X78370032Y-110287503D01* +X78424146Y-110258950D01* +X78441028Y-110257500D01* +X80886302Y-110257500D01* +X80944493Y-110276407D01* +X80980457Y-110325907D01* +X80980457Y-110387093D01* +X80976355Y-110397627D01* +X80940708Y-110475680D01* +X80922273Y-110603903D01* +X80922273Y-110603908D01* +X80940708Y-110732131D01* +X80969190Y-110794496D01* +X80994524Y-110849969D01* +X81046506Y-110909960D01* +X81079358Y-110947874D01* +X81157356Y-110998000D01* +X81188337Y-111017910D01* +X81312634Y-111054406D01* +X81397282Y-111054406D01* +X81455473Y-111073313D01* +X81467286Y-111083402D01* +X81791613Y-111407729D01* +X81803922Y-111422729D01* +X81813871Y-111437618D01* +X81813873Y-111437620D01* +X81813876Y-111437624D01* +X81813879Y-111437626D01* +X81813880Y-111437627D01* +X81832829Y-111450288D01* +X81832834Y-111450292D01* +X81905005Y-111498516D01* +X81926386Y-111502768D01* +X82012500Y-111519897D01* +X82030071Y-111516401D01* +X82049384Y-111514500D01* +X84476419Y-111514500D01* +X84534610Y-111533407D01* +X84570574Y-111582907D01* +X84570574Y-111644093D01* +X84566472Y-111654627D01* +X84525302Y-111744774D01* +X84506867Y-111872997D01* +X84506867Y-111873002D01* +X84525302Y-112001225D01* +X84565967Y-112090267D01* +X84579118Y-112119063D01* +X84653823Y-112205278D01* +X84663952Y-112216968D01* +X84772926Y-112287001D01* +X84772931Y-112287004D01* +X84897228Y-112323500D01* +X84897230Y-112323500D01* +X85026770Y-112323500D01* +X85026772Y-112323500D01* +X85151069Y-112287004D01* +X85260049Y-112216967D01* +X85344882Y-112119063D01* +X85344884Y-112119056D01* +X85348710Y-112113107D01* +X85349764Y-112113784D01* +X85386216Y-112074068D01* +X85434898Y-112061271D01* +X88836647Y-112061271D01* +X88894838Y-112080178D01* +X88906651Y-112090267D01* +X90308504Y-113492120D01* +X90336281Y-113546637D01* +X90337500Y-113562124D01* +X90337500Y-115624500D01* +X90318593Y-115682691D01* +X90269093Y-115718655D01* +X90238500Y-115723500D01* +X88596720Y-115723500D01* +X88538529Y-115704593D01* +X88505256Y-115662385D01* +X88501756Y-115653936D01* +X88458861Y-115550375D01* +X88370621Y-115435379D01* +X88255625Y-115347139D01* +X88255621Y-115347137D01* +X88121709Y-115291670D01* +X88121708Y-115291669D01* +X87978000Y-115272750D01* +X87834291Y-115291669D01* +X87834290Y-115291670D01* +X87700378Y-115347137D01* +X87700374Y-115347139D01* +X87585381Y-115435377D01* +X87585377Y-115435381D01* +X87497139Y-115550374D01* +X87497137Y-115550378D01* +X87441670Y-115684290D01* +X87441669Y-115684291D01* +X87422750Y-115827999D01* +X87422750Y-115828000D01* +X87441669Y-115971708D01* +X87441670Y-115971709D01* +X87496786Y-116104774D01* +X87497139Y-116105625D01* +X87585379Y-116220621D01* +X87700375Y-116308861D01* +X87834291Y-116364330D01* +X87931849Y-116377173D01* +X87987073Y-116403514D01* +X87988929Y-116405322D01* +X88026332Y-116442724D01* +X88035658Y-116452050D01* +X88148696Y-116509646D01* +X88204009Y-116518406D01* +X88242478Y-116524500D01* +X88242481Y-116524500D01* +X90222500Y-116524500D01* +X90280691Y-116543407D01* +X90316655Y-116592907D01* +X90321500Y-116623500D01* +X90321500Y-121111437D01* +X90328953Y-121134374D01* +X90332579Y-121149474D01* +X90336354Y-121173306D01* +X90347301Y-121194788D01* +X90353247Y-121209142D01* +X90360703Y-121232088D01* +X90360702Y-121232088D01* +X90374884Y-121251608D01* +X90382997Y-121264847D01* +X90393950Y-121286342D01* +X90393951Y-121286343D01* +X90414031Y-121306424D01* +X90414032Y-121306425D01* +X90548310Y-121440704D01* +X90576087Y-121495220D01* +X90576459Y-121523627D01* +X90570750Y-121566997D01* +X90570750Y-121567000D01* +X90589669Y-121710708D01* +X90589670Y-121710709D01* +X90638912Y-121829593D01* +X90645139Y-121844625D01* +X90733379Y-121959621D01* +X90848375Y-122047861D01* +X90982291Y-122103330D01* +X91125999Y-122122250D01* +X91125999Y-122122249D01* +X91126000Y-122122250D01* +X91269709Y-122103330D01* +X91403625Y-122047861D01* +X91518621Y-121959621D01* +X91606861Y-121844625D01* +X91662330Y-121710709D01* +X91681250Y-121567000D01* +X91679926Y-121556947D01* +X91675026Y-121519725D01* +X91686176Y-121459565D01* +X91730558Y-121417447D01* +X91791220Y-121409461D01* +X91843183Y-121436799D01* +X92699113Y-122292729D01* +X92711422Y-122307729D01* +X92721371Y-122322618D01* +X92721373Y-122322620D01* +X92721376Y-122322624D01* +X92742504Y-122336741D01* +X92742515Y-122336749D01* +X92744377Y-122337993D01* +X92744378Y-122337994D01* +X92791478Y-122369465D01* +X92812505Y-122383515D01* +X92892867Y-122399500D01* +X92892870Y-122399500D01* +X92894876Y-122399899D01* +X92894882Y-122399900D01* +X92920000Y-122404896D01* +X92937566Y-122401401D01* +X92956879Y-122399500D01* +X97760493Y-122399500D01* +X97818684Y-122418407D01* +X97854648Y-122467907D01* +X97854648Y-122529093D01* +X97847862Y-122543407D01* +X97848059Y-122543497D01* +X97791302Y-122667774D01* +X97772867Y-122795997D01* +X97772867Y-122796002D01* +X97791302Y-122924225D01* +X97830773Y-123010652D01* +X97845118Y-123042063D01* +X97916619Y-123124581D01* +X97929952Y-123139968D01* +X98014302Y-123194176D01* +X98038931Y-123210004D01* +X98163228Y-123246500D01* +X98247876Y-123246500D01* +X98306067Y-123265407D01* +X98317880Y-123275496D01* +X98346113Y-123303729D01* +X98358422Y-123318729D01* +X98368371Y-123333618D01* +X98368373Y-123333620D01* +X98368376Y-123333624D01* +X98368379Y-123333626D01* +X98387170Y-123346182D01* +X98391376Y-123348992D01* +X98391378Y-123348994D01* +X98438530Y-123380500D01* +X98459505Y-123394515D01* +X98539867Y-123410500D01* +X98539870Y-123410500D01* +X98541876Y-123410899D01* +X98541882Y-123410900D01* +X98567000Y-123415896D01* +X98584566Y-123412401D01* +X98603879Y-123410500D01* +X101407494Y-123410500D01* +X101465685Y-123429407D01* +X101501649Y-123478907D01* +X101501649Y-123540093D01* +X101470390Y-123583116D01* +X101469026Y-123590473D01* +X101662710Y-123784157D01* +X101690487Y-123838673D01* +X101680916Y-123899105D01* +X101649007Y-123933509D01* +X101649662Y-123934314D01* +X101530325Y-124031401D01* +X101462594Y-124127353D01* +X101413590Y-124163989D01* +X101352410Y-124164824D01* +X101311711Y-124140265D01* +X101118443Y-123946997D01* +X101075317Y-124021695D01* +X101015230Y-124206620D01* +X100994905Y-124400000D01* +X101015230Y-124593379D01* +X101075318Y-124778308D01* +X101075320Y-124778313D01* +X101118442Y-124853002D01* +X101118443Y-124853002D01* +X101311767Y-124659678D01* +X101366284Y-124631900D01* +X101426716Y-124641471D01* +X101469670Y-124684133D01* +X101482617Y-124709119D01* +X101483812Y-124711425D01* +X101584195Y-124818908D01* +X101647805Y-124857591D01* +X101687700Y-124903981D01* +X101692709Y-124964961D01* +X101666370Y-125012181D01* +X101469026Y-125209525D01* +X101637582Y-125284571D01* +X101637588Y-125284573D01* +X101827782Y-125325000D01* +X102022218Y-125325000D01* +X102212411Y-125284573D01* +X102212416Y-125284571D01* +X102380970Y-125209525D01* +X102187288Y-125015843D01* +X102159511Y-124961326D01* +X102169082Y-124900894D01* +X102200995Y-124866494D01* +X102200338Y-124865686D01* X102319673Y-124768599D01* X102361659Y-124709119D01* X102387405Y-124672644D01* @@ -1750,20 +2682,17 @@ X102162297Y-123896016D01* X102157289Y-123835036D01* X102183628Y-123787816D01* X102380971Y-123590472D01* -X102380972Y-123590472D01* -X102323626Y-123564941D01* -X102278157Y-123524000D01* -X102265435Y-123464152D01* -X102290321Y-123408256D01* -X102343309Y-123377663D01* -X102363893Y-123375500D01* -X106336107Y-123375500D01* -X106394298Y-123394407D01* -X106430262Y-123443907D01* -X106430262Y-123505093D01* -X106394298Y-123554593D01* -X106376373Y-123564941D01* -X106319026Y-123590472D01* +X102378818Y-123578853D01* +X102356769Y-123559000D01* +X102344047Y-123499152D01* +X102368933Y-123443256D01* +X102421921Y-123412663D01* +X102442505Y-123410500D01* +X106257494Y-123410500D01* +X106315685Y-123429407D01* +X106351649Y-123478907D01* +X106351649Y-123540093D01* +X106320390Y-123583116D01* X106319026Y-123590473D01* X106512710Y-123784157D01* X106540487Y-123838673D01* @@ -1834,30 +2763,20 @@ X107012297Y-123896016D01* X107007289Y-123835036D01* X107033628Y-123787816D01* X107230971Y-123590472D01* -X107230972Y-123590472D01* -X107173626Y-123564941D01* -X107128157Y-123524000D01* -X107115435Y-123464152D01* -X107140321Y-123408256D01* -X107193309Y-123377663D01* -X107213893Y-123375500D01* -X110194876Y-123375500D01* -X110253067Y-123394407D01* -X110264880Y-123404496D01* -X114349115Y-127488731D01* -X114361426Y-127503733D01* -X114371376Y-127518624D01* -X114371379Y-127518626D01* -X114390125Y-127531152D01* -X114394376Y-127533992D01* -X114394378Y-127533994D01* -X114462505Y-127579515D01* -X114570000Y-127600897D01* -X114587570Y-127597401D01* -X114606884Y-127595500D01* -X115156215Y-127595500D01* -X115214406Y-127614407D01* -X115249051Y-127660115D01* +X107228818Y-123578853D01* +X107206769Y-123559000D01* +X107194047Y-123499152D01* +X107218933Y-123443256D01* +X107271921Y-123412663D01* +X107292505Y-123410500D01* +X111149876Y-123410500D01* +X111208067Y-123429407D01* +X111219880Y-123439496D01* +X115168897Y-127388513D01* +X115196674Y-127443030D01* +X115196751Y-127443525D01* +X115213689Y-127554092D01* +X115216444Y-127572071D01* X115287114Y-127762887D01* X115312024Y-127802851D01* X115394745Y-127935567D01* @@ -1905,49 +2824,59 @@ X115793410Y-126395841D01* X115793409Y-126395842D01* X115615501Y-126494588D01* X115615498Y-126494590D01* -X115461109Y-126627129D01* -X115336549Y-126788045D01* -X115246938Y-126970733D01* -X115245197Y-126975435D01* -X115244052Y-126975011D01* -X115214161Y-127021907D01* -X115157227Y-127044317D01* -X115151208Y-127044500D01* -X114725124Y-127044500D01* -X114666933Y-127025593D01* -X114655120Y-127015504D01* -X110570885Y-122931269D01* -X110558572Y-122916265D01* -X110554052Y-122909500D01* -X110537445Y-122850611D01* -X110558624Y-122793208D01* -X110609499Y-122759216D01* -X110636369Y-122755500D01* -X112599876Y-122755500D01* -X112658067Y-122774407D01* -X112669880Y-122784496D01* -X114874115Y-124988731D01* -X114886426Y-125003733D01* -X114896376Y-125018624D01* -X114896379Y-125018626D01* -X114896380Y-125018627D01* -X114915329Y-125031288D01* -X114915335Y-125031293D01* -X114919378Y-125033994D01* -X114945534Y-125051471D01* -X114987505Y-125079515D01* -X115067867Y-125095500D01* -X115067868Y-125095500D01* -X115095000Y-125100897D01* -X115112570Y-125097402D01* -X115131884Y-125095500D01* -X115156215Y-125095500D01* -X115214406Y-125114407D01* -X115249051Y-125160115D01* -X115287114Y-125262887D01* -X115287115Y-125262888D01* -X115394745Y-125435567D01* -X115394747Y-125435569D01* +X115461106Y-126627132D01* +X115410203Y-126692893D01* +X115359632Y-126727334D01* +X115298475Y-126725474D01* +X115261913Y-126702297D01* +X111662120Y-123102504D01* +X111634343Y-123047987D01* +X111643914Y-122987555D01* +X111687179Y-122944290D01* +X111732124Y-122933500D01* +X114012876Y-122933500D01* +X114071067Y-122952407D01* +X114082880Y-122962496D01* +X114829113Y-123708729D01* +X114841422Y-123723729D01* +X114851371Y-123738618D01* +X114851373Y-123738620D01* +X114851376Y-123738624D01* +X114870334Y-123751291D01* +X114870339Y-123751295D01* +X114877972Y-123756396D01* +X114919520Y-123784157D01* +X114942505Y-123799515D01* +X115022867Y-123815500D01* +X115022870Y-123815500D01* +X115024876Y-123815899D01* +X115024882Y-123815900D01* +X115050000Y-123820896D01* +X115067566Y-123817401D01* +X115086879Y-123815500D01* +X115557269Y-123815500D01* +X115615460Y-123834407D01* +X115651424Y-123883907D01* +X115651424Y-123945093D01* +X115618510Y-123990393D01* +X115619307Y-123991321D01* +X115461109Y-124127129D01* +X115461105Y-124127133D01* +X115461105Y-124127134D01* +X115450941Y-124140265D01* +X115336549Y-124288045D01* +X115248038Y-124468489D01* +X115246940Y-124470729D01* +X115221773Y-124567932D01* +X115195936Y-124667719D01* +X115185631Y-124870936D01* +X115185630Y-124870939D01* +X115216259Y-125070863D01* +X115216444Y-125072071D01* +X115287114Y-125262887D01* +X115287115Y-125262888D01* +X115394745Y-125435567D01* +X115394747Y-125435569D01* X115394748Y-125435571D01* X115434803Y-125477708D01* X115534237Y-125582313D01* @@ -1989,7 +2918,7 @@ X121458500Y-124779123D01* X121458500Y-125035096D01* X121439593Y-125093287D01* X121395264Y-125127410D01* -X121310837Y-125160117D01* +X121308395Y-125161063D01* X121218980Y-125195702D01* X121218975Y-125195705D01* X121037699Y-125307946D01* @@ -2011,7 +2940,7 @@ X120607812Y-126475937D01* X120656595Y-126647389D01* X120751634Y-126838255D01* X120880128Y-127008407D01* -X120919519Y-127044317D01* +X120930434Y-127054267D01* X121037692Y-127152047D01* X121037699Y-127152053D01* X121082835Y-127180000D01* @@ -2075,9 +3004,7 @@ X127433580Y-126290000D01* X128948571Y-126290000D01* X128968244Y-126502311D01* X128983136Y-126554650D01* -X129020323Y-126685347D01* -X129026596Y-126707391D01* -X129066756Y-126788045D01* +X129026595Y-126707389D01* X129121634Y-126898255D01* X129250128Y-127068407D01* X129272974Y-127089234D01* @@ -2316,9 +3243,7 @@ X161427428Y-128648337D01* X161518859Y-128610466D01* X161603242Y-128558755D01* X161606590Y-128556880D01* -X161619268Y-128550421D01* -X161626720Y-128546625D01* -X161627288Y-128546335D01* +X161627290Y-128546334D01* X161627300Y-128546327D01* X161646077Y-128532685D01* X161649312Y-128530524D01* @@ -2999,12 +3924,11 @@ X121945288Y-124444329D01* X121932627Y-124425380D01* X121932626Y-124425379D01* X121932624Y-124425376D01* -X121926501Y-124421285D01* X121917733Y-124415426D01* X121902731Y-124403115D01* X120947678Y-123448062D01* X147501924Y-123448062D01* -X147530405Y-123633967D01* +X147532737Y-123649190D01* X147532738Y-123649194D01* X147603408Y-123840010D01* X147638317Y-123896016D01* @@ -3014,7 +3938,7 @@ X147711042Y-124012694D01* X147851235Y-124160176D01* X147851237Y-124160177D01* X147851240Y-124160180D01* -X147982401Y-124251470D01* +X148018239Y-124276414D01* X148018245Y-124276418D01* X148205234Y-124356662D01* X148205236Y-124356663D01* @@ -3031,7 +3955,7 @@ X149699354Y-123746394D01* X149750357Y-123549408D01* X149754989Y-123458062D01* X154251924Y-123458062D01* -X154278873Y-123633967D01* +X154281205Y-123649190D01* X154282738Y-123659194D01* X154353408Y-123850010D01* X154382084Y-123896016D01* @@ -3059,11 +3983,11 @@ X156500357Y-123559408D01* X156510663Y-123356187D01* X156479850Y-123155052D01* X156409180Y-122964236D01* -X156317396Y-122816982D01* +X156304320Y-122796002D01* X156301548Y-122791555D01* X156301543Y-122791549D01* X156282224Y-122771226D01* -X156194199Y-122678624D01* +X156207820Y-122692953D01* X156161357Y-122644074D01* X156161347Y-122644065D01* X155994348Y-122527831D01* @@ -3082,7 +4006,7 @@ X154681795Y-122581711D01* X154681792Y-122581713D01* X154527403Y-122714252D01* X154402843Y-122875168D01* -X154318140Y-123047850D01* +X154320980Y-123042061D01* X154313234Y-123057852D01* X154277441Y-123196093D01* X154262230Y-123254842D01* @@ -3092,19 +4016,16 @@ X149754989Y-123458062D01* X149760663Y-123346187D01* X149729850Y-123145052D01* X149659180Y-122954236D01* -X149567396Y-122806982D01* -X149551548Y-122781555D01* -X149551543Y-122781549D01* -X149526781Y-122755500D01* -X149468315Y-122693994D01* -X149411357Y-122634074D01* +X149551546Y-122781552D01* +X149411353Y-122634070D01* +X149411351Y-122634068D01* X149411347Y-122634065D01* X149244348Y-122517831D01* X149244345Y-122517829D01* X149244343Y-122517828D01* X149057352Y-122437583D01* X149057354Y-122437583D01* -X148977625Y-122421199D01* +X148964039Y-122418407D01* X148858035Y-122396623D01* X148455552Y-122396623D01* X148455550Y-122396623D01* @@ -3124,7 +4045,7 @@ X147501924Y-123448062D01* X120947678Y-123448062D01* X120870885Y-123371269D01* X120858573Y-123356266D01* -X120858061Y-123355500D01* +X120853713Y-123348992D01* X120848624Y-123341376D01* X120825623Y-123326007D01* X120825622Y-123326006D01* @@ -3156,7 +4077,7 @@ X117271105Y-121761950D01* X147505794Y-121761950D01* X147514526Y-121805843D01* X147514528Y-121805847D01* -X147521210Y-121815847D01* +X147530395Y-121829593D01* X147547790Y-121855627D01* X147597572Y-121888890D01* X147608621Y-121891087D01* @@ -3172,8 +4093,8 @@ X149642917Y-121893285D01* X149665016Y-121888890D01* X149714798Y-121855627D01* X149748061Y-121805845D01* -X149752456Y-121783746D01* -X149754803Y-121771950D01* +X149754262Y-121774674D01* +X149754804Y-121771950D01* X154255794Y-121771950D01* X154264526Y-121815843D01* X154264527Y-121815845D01* @@ -3199,7 +4120,7 @@ X156506793Y-120042295D01* X156498839Y-120002311D01* X156498061Y-119998401D01* X156464798Y-119948619D01* -X156415853Y-119915915D01* +X156445785Y-119935915D01* X156415018Y-119915357D01* X156415014Y-119915355D01* X156371121Y-119906623D01* @@ -3214,12 +4135,12 @@ X154264528Y-119998398D01* X154264526Y-119998402D01* X154255794Y-120042295D01* X154255794Y-121771950D01* -X149754803Y-121771950D01* +X149754804Y-121771950D01* X149756793Y-121761950D01* X149756794Y-121761941D01* -X149756794Y-120032303D01* +X149756794Y-120032304D01* X149756793Y-120032295D01* -X149749472Y-119995495D01* +X149749560Y-119995937D01* X149748061Y-119988401D01* X149714798Y-119938619D01* X149679984Y-119915357D01* @@ -3238,33 +4159,38 @@ X147514526Y-119988402D01* X147505794Y-120032295D01* X147505794Y-121761950D01* X117271105Y-121761950D01* -X117235252Y-121704429D01* -X117149764Y-121614496D01* +X117241899Y-121715093D01* +X117235254Y-121704432D01* +X117235249Y-121704426D01* +X117220759Y-121689183D01* +X117153679Y-121618615D01* X117095063Y-121556951D01* -X117095053Y-121556942D01* -X116967221Y-121467969D01* -X116930261Y-121419208D01* -X116929021Y-121358035D01* -X116963974Y-121307816D01* -X117021769Y-121287733D01* -X117023776Y-121287713D01* -X128886903Y-121287713D01* -X128906216Y-121289614D01* -X128923787Y-121293110D01* -X128950919Y-121287713D01* -X128950920Y-121287713D01* -X129031282Y-121271728D01* -X129073252Y-121243684D01* -X129073251Y-121243683D01* -X129110129Y-121219045D01* -X129110135Y-121219039D01* -X129122411Y-121210837D01* -X129132361Y-121195943D01* -X129144671Y-121180944D01* -X129480183Y-120845431D01* -X129534698Y-120817656D01* -X129585948Y-120823122D01* -X129588976Y-120824295D01* +X117095062Y-121556950D01* +X117095059Y-121556947D01* +X116989901Y-121483755D01* +X116952943Y-121434995D01* +X116951703Y-121373822D01* +X116986656Y-121323603D01* +X117044452Y-121303520D01* +X117046458Y-121303500D01* +X128829116Y-121303500D01* +X128848429Y-121305401D01* +X128866000Y-121308897D01* +X128893132Y-121303500D01* +X128893133Y-121303500D01* +X128973495Y-121287515D01* +X129041047Y-121242378D01* +X129041622Y-121241994D01* +X129041622Y-121241993D01* +X129052322Y-121234847D01* +X129052340Y-121234831D01* +X129064624Y-121226624D01* +X129074580Y-121211723D01* +X129086879Y-121196736D01* +X129453452Y-120830162D01* +X129507968Y-120802386D01* +X129568400Y-120811957D01* +X129575572Y-120815995D01* X129588981Y-120824298D01* X129787802Y-120901321D01* X129997390Y-120940500D01* @@ -3373,12 +4299,12 @@ X131239756Y-119577690D01* X131181405Y-119372611D01* X131086366Y-119181745D01* X130957872Y-119011593D01* -X130879353Y-118940013D01* +X130880112Y-118940705D01* X130800307Y-118867952D01* X130800300Y-118867946D01* X130619024Y-118755705D01* X130619019Y-118755702D01* -X130515766Y-118715702D01* +X130537199Y-118724005D01* X130420198Y-118678679D01* X130420197Y-118678678D01* X130420195Y-118678678D01* @@ -3400,19 +4326,19 @@ X129026596Y-119372608D01* X128968244Y-119577688D01* X128948571Y-119790000D01* X128968244Y-120002311D01* -X128986002Y-120064722D01* -X129026595Y-120207389D01* -X129072709Y-120300000D01* -X129098691Y-120352179D01* -X129107703Y-120412697D01* -X129080073Y-120466309D01* -X128838668Y-120707716D01* -X128784151Y-120735494D01* -X128768664Y-120736713D01* -X126928168Y-120736713D01* -X126869977Y-120717806D01* -X126858164Y-120707717D01* -X126507309Y-120356862D01* +X128984641Y-120059938D01* +X129024350Y-120199500D01* +X129026596Y-120207391D01* +X129084729Y-120324141D01* +X129093741Y-120384659D01* +X129066111Y-120438271D01* +X128780881Y-120723503D01* +X128726364Y-120751281D01* +X128710877Y-120752500D01* +X126943954Y-120752500D01* +X126885763Y-120733593D01* +X126873950Y-120723503D01* +X126507309Y-120356861D01* X126479532Y-120302345D01* X126489103Y-120241913D01* X126518508Y-120210223D01* @@ -3486,21 +4412,19 @@ X125724588Y-119982600D01* X125767543Y-120025263D01* X125777985Y-120045415D01* X125780442Y-120050156D01* -X125854015Y-120128934D01* -X125883639Y-120160653D01* -X125945888Y-120198508D01* -X125985783Y-120244898D01* -X125990792Y-120305878D01* -X125964453Y-120353098D01* -X125609837Y-120707716D01* -X125555320Y-120735494D01* -X125539833Y-120736713D01* -X122592981Y-120736713D01* -X122534790Y-120717806D01* -X122498826Y-120668306D01* -X122498826Y-120607120D01* -X122526285Y-120564552D01* -X122557606Y-120535998D01* +X125883638Y-120160652D01* +X125945888Y-120198507D01* +X125985783Y-120244896D01* +X125990792Y-120305876D01* +X125964453Y-120353097D01* +X125594049Y-120723503D01* +X125539532Y-120751281D01* +X125524045Y-120752500D01* +X122575663Y-120752500D01* +X122517472Y-120733593D01* +X122481508Y-120684093D01* +X122481508Y-120622907D01* +X122508965Y-120580340D01* X122587872Y-120508407D01* X122716366Y-120338255D01* X122811405Y-120147389D01* @@ -3510,12 +4434,12 @@ X122869756Y-119517690D01* X122811405Y-119312611D01* X122716366Y-119121745D01* X122587872Y-118951593D01* -X122496123Y-118867952D01* +X122507313Y-118878153D01* X122430307Y-118807952D01* X122430300Y-118807946D01* X122249024Y-118695705D01* X122249019Y-118695702D01* -X122218487Y-118683874D01* +X122205075Y-118678678D01* X122050198Y-118618679D01* X122050197Y-118618678D01* X122050195Y-118618678D01* @@ -3535,27 +4459,23 @@ X120751635Y-119121743D01* X120751630Y-119121752D01* X120656596Y-119312608D01* X120598244Y-119517688D01* -X120581268Y-119700896D01* -X120578571Y-119730000D01* -X120583935Y-119787886D01* +X120578571Y-119729999D01* X120598244Y-119942311D01* -X120615316Y-120002310D01* +X120614204Y-119998402D01* X120656595Y-120147389D01* X120751634Y-120338255D01* X120880128Y-120508407D01* -X120885024Y-120512870D01* -X120941715Y-120564552D01* -X120971981Y-120617727D01* -X120965210Y-120678537D01* -X120923989Y-120723753D01* -X120875019Y-120736713D01* -X117175454Y-120736713D01* -X117117263Y-120717806D01* -X117081299Y-120668306D01* -X117081299Y-120607120D01* -X117110968Y-120562596D01* -X117168890Y-120512870D01* -X117168889Y-120512870D01* +X120959034Y-120580339D01* +X120989299Y-120633514D01* +X120982528Y-120694324D01* +X120941308Y-120739540D01* +X120892337Y-120752500D01* +X117157064Y-120752500D01* +X117098873Y-120733593D01* +X117062909Y-120684093D01* +X117062909Y-120622907D01* +X117092578Y-120578383D01* +X117158518Y-120521774D01* X117168895Y-120512866D01* X117293448Y-120351958D01* X117383060Y-120169271D01* @@ -3566,7 +4486,7 @@ X117342886Y-119377113D01* X117242100Y-119215416D01* X117235254Y-119204432D01* X117235249Y-119204426D01* -X117185504Y-119152095D01* +X117197178Y-119164376D01* X117156661Y-119121752D01* X117095063Y-119056951D01* X117095053Y-119056942D01* @@ -3582,10 +4502,11 @@ X119465669Y-118813228D01* X119492801Y-118807831D01* X119492802Y-118807831D01* X119573164Y-118791846D01* -X119615650Y-118763457D01* -X119629812Y-118753995D01* +X119627257Y-118755702D01* +X119641291Y-118746325D01* +X119641291Y-118746324D01* X119652011Y-118739162D01* -X119652013Y-118739159D01* +X119652015Y-118739158D01* X119664293Y-118730955D01* X119674246Y-118716058D01* X119686550Y-118701065D01* @@ -3602,20 +4523,20 @@ X137576596Y-119332608D01* X137576595Y-119332611D01* X137570324Y-119354652D01* X137518244Y-119537688D01* -X137500934Y-119724496D01* +X137501629Y-119716995D01* X137498571Y-119750000D01* -X137502730Y-119794880D01* +X137503899Y-119807504D01* X137518244Y-119962311D01* X137525668Y-119988402D01* -X137575240Y-120162628D01* +X137574678Y-120160652D01* X137576596Y-120167391D01* X137668496Y-120351954D01* X137671634Y-120358255D01* X137800128Y-120528407D01* -X137800135Y-120528413D01* +X137839959Y-120564718D01* X137957692Y-120672047D01* X137957699Y-120672053D01* -X138031593Y-120717806D01* +X138035143Y-120720004D01* X138138981Y-120784298D01* X138337802Y-120861321D01* X138547390Y-120900500D01* @@ -3638,7 +4559,7 @@ X142529639Y-120020806D01* X142584156Y-119993029D01* X142644588Y-120002600D01* X142687543Y-120045263D01* -X142695437Y-120060497D01* +X142695147Y-120059938D01* X142700442Y-120070156D01* X142803638Y-120180652D01* X142865888Y-120218507D01* @@ -3723,7 +4644,7 @@ X139789756Y-119537690D01* X139731405Y-119332611D01* X139636366Y-119141745D01* X139507872Y-118971593D01* -X139413429Y-118885496D01* +X139403855Y-118876768D01* X139350307Y-118827952D01* X139350300Y-118827946D01* X139169024Y-118715705D01* @@ -3743,16 +4664,17 @@ X138009507Y-118715407D01* X138003452Y-118709836D01* X136980885Y-117687269D01* X136968573Y-117672266D01* -X136961807Y-117662140D01* X136958624Y-117657376D01* -X136955822Y-117655504D01* -X136939712Y-117644739D01* -X136939709Y-117644737D01* -X136909465Y-117624528D01* -X136867494Y-117596484D01* -X136867495Y-117596484D01* -X136781183Y-117579316D01* -X136781171Y-117579313D01* +X136935623Y-117642007D01* +X136935622Y-117642006D01* +X136916835Y-117629453D01* +X136909372Y-117624466D01* +X136867498Y-117596487D01* +X136867496Y-117596486D01* +X136867495Y-117596485D01* +X136803071Y-117583670D01* +X136781182Y-117579316D01* +X136781162Y-117579311D01* X136760002Y-117575103D01* X136760001Y-117575103D01* X136760000Y-117575103D01* @@ -3862,316 +4784,119 @@ X115495511Y-118132834D01* X115491909Y-118193913D01* X115453094Y-118241210D01* X115399719Y-118256831D01* -X111313437Y-118256831D01* -X111294124Y-118254929D01* -X111276553Y-118251434D01* -X111169059Y-118272814D01* -X111103512Y-118316612D01* -X111077931Y-118333705D01* -X111077925Y-118333711D01* -X111067976Y-118348600D01* -X111055668Y-118363597D01* -X110303764Y-119115503D01* -X110249247Y-119143281D01* -X110233760Y-119144500D01* -X101316884Y-119144500D01* -X101297571Y-119142598D01* -X101280000Y-119139103D01* -X101172506Y-119160483D01* -X101106959Y-119204281D01* -X101081378Y-119221374D01* -X101081373Y-119221379D01* -X101071420Y-119236274D01* -X101059112Y-119251270D01* -X100889881Y-119420503D01* -X100835365Y-119448281D01* -X100819877Y-119449500D01* -X100735225Y-119449500D01* -X100610933Y-119485995D01* -X100610926Y-119485998D01* -X100501952Y-119556031D01* -X100417117Y-119653938D01* -X100363302Y-119771774D01* -X100344867Y-119899997D01* -X100344867Y-119900002D01* -X100363302Y-120028225D01* -X100409294Y-120128932D01* -X100417118Y-120146063D01* -X100492158Y-120232665D01* -X100501952Y-120243968D01* -X100610926Y-120314001D01* -X100610931Y-120314004D01* -X100735228Y-120350500D01* -X100735230Y-120350500D01* -X100864770Y-120350500D01* -X100864772Y-120350500D01* -X100989069Y-120314004D01* -X101098049Y-120243967D01* -X101182882Y-120146063D01* -X101236697Y-120028226D01* -X101244861Y-119971445D01* -X101255133Y-119900002D01* -X101255133Y-119899999D01* -X101254172Y-119893316D01* -X101253950Y-119891773D01* -X101264379Y-119831485D01* -X101281934Y-119807680D01* -X101365119Y-119724496D01* -X101419637Y-119696719D01* -X101435123Y-119695500D01* -X110352000Y-119695500D01* -X110371313Y-119697401D01* -X110388884Y-119700897D01* -X110416016Y-119695500D01* -X110416017Y-119695500D01* -X110496379Y-119679515D01* -X110551768Y-119642505D01* -X110564506Y-119633994D01* -X110564506Y-119633993D01* -X110575226Y-119626831D01* -X110575230Y-119626827D01* -X110587508Y-119618624D01* -X110597461Y-119603727D01* -X110609765Y-119588734D01* -X111361673Y-118836826D01* -X111416190Y-118809050D01* -X111431677Y-118807831D01* -X115569614Y-118807831D01* -X115627805Y-118826738D01* -X115663769Y-118876238D01* -X115663769Y-118937424D01* -X115627805Y-118986924D01* -X115617658Y-118993392D01* -X115615498Y-118994590D01* -X115461109Y-119127129D01* -X115336549Y-119288045D01* -X115264597Y-119434733D01* -X115246940Y-119470729D01* -X115195937Y-119667715D01* -X115195936Y-119667719D01* -X115185631Y-119870936D01* -X115185630Y-119870939D01* -X115216443Y-120072067D01* -X115216444Y-120072071D01* -X115287114Y-120262887D01* -X115290689Y-120268622D01* -X115394745Y-120435567D01* -X115394750Y-120435574D01* -X115522062Y-120569505D01* -X115548450Y-120624708D01* -X115537351Y-120684878D01* -X115493004Y-120727033D01* -X115450308Y-120736713D01* -X100517337Y-120736713D01* -X100459146Y-120717806D01* -X100447333Y-120707717D01* -X100331938Y-120592322D01* -X100304161Y-120537805D01* -X100303950Y-120508227D01* -X100305133Y-120499999D01* -X100305133Y-120499998D01* -X100286697Y-120371774D01* -X100271389Y-120338255D01* -X100232882Y-120253937D01* -X100148049Y-120156033D01* -X100148048Y-120156032D01* -X100148047Y-120156031D01* -X100039073Y-120085998D01* -X100039070Y-120085996D01* -X100039069Y-120085996D01* -X100036573Y-120085263D01* -X99914774Y-120049500D01* -X99914772Y-120049500D01* -X99785228Y-120049500D01* -X99785225Y-120049500D01* -X99660933Y-120085995D01* -X99660926Y-120085998D01* -X99551952Y-120156031D01* -X99467117Y-120253938D01* -X99413302Y-120371774D01* -X99394867Y-120499997D01* -X99394867Y-120500002D01* -X99413302Y-120628225D01* -X99451586Y-120712053D01* -X99467118Y-120746063D01* -X99545075Y-120836031D01* -X99551952Y-120843968D01* -X99647888Y-120905622D01* -X99660931Y-120914004D01* -X99785228Y-120950500D01* -X99869876Y-120950500D01* -X99928067Y-120969407D01* -X99939880Y-120979496D01* -X100141328Y-121180944D01* -X100153639Y-121195946D01* -X100163589Y-121210837D01* -X100163592Y-121210839D01* -X100163593Y-121210840D01* -X100182542Y-121223501D01* -X100182547Y-121223505D01* -X100223224Y-121250685D01* -X100261103Y-121298735D01* -X100263505Y-121359873D01* -X100229512Y-121410747D01* -X100172108Y-121431924D01* -X100168222Y-121432000D01* -X99612624Y-121432000D01* -X99554433Y-121413093D01* -X99542620Y-121403004D01* -X99181938Y-121042322D01* -X99154161Y-120987805D01* -X99153950Y-120958227D01* -X99155133Y-120949999D01* -X99155133Y-120949998D01* -X99136697Y-120821774D01* -X99119582Y-120784298D01* -X99082882Y-120703937D01* -X98998049Y-120606033D01* -X98998048Y-120606032D01* -X98998047Y-120606031D01* -X98889073Y-120535998D01* -X98889070Y-120535996D01* -X98889069Y-120535996D01* -X98889066Y-120535995D01* -X98764774Y-120499500D01* -X98764772Y-120499500D01* -X98635228Y-120499500D01* -X98635225Y-120499500D01* -X98510933Y-120535995D01* -X98510926Y-120535998D01* -X98401952Y-120606031D01* -X98317117Y-120703938D01* -X98263302Y-120821774D01* -X98244867Y-120949997D01* -X98244867Y-120950000D01* -X98263302Y-121078225D01* -X98317117Y-121196061D01* -X98317118Y-121196063D01* -X98401951Y-121293967D01* -X98401952Y-121293968D01* -X98498663Y-121356120D01* -X98510931Y-121364004D01* -X98635228Y-121400500D01* -X98719876Y-121400500D01* -X98778067Y-121419407D01* -X98789880Y-121429496D01* -X99236613Y-121876229D01* -X99248922Y-121891229D01* -X99258871Y-121906118D01* -X99258873Y-121906120D01* -X99258876Y-121906124D01* -X99258879Y-121906126D01* -X99258880Y-121906127D01* -X99277829Y-121918788D01* -X99277835Y-121918793D01* -X99281878Y-121921494D01* -X99308034Y-121938971D01* -X99350005Y-121967015D01* -X99430367Y-121983000D01* -X99430368Y-121983000D01* -X99457500Y-121988397D01* -X99475070Y-121984902D01* -X99494384Y-121983000D01* -X113062376Y-121983000D01* -X113120567Y-122001907D01* -X113132380Y-122011996D01* -X114829113Y-123708729D01* -X114841422Y-123723729D01* -X114851371Y-123738618D01* -X114851373Y-123738620D01* -X114851376Y-123738624D01* -X114851379Y-123738626D01* -X114863004Y-123746394D01* -X114874376Y-123753992D01* -X114874378Y-123753994D01* -X114942505Y-123799515D01* -X115050000Y-123820897D01* -X115067570Y-123817401D01* -X115086884Y-123815500D01* -X115557269Y-123815500D01* -X115615460Y-123834407D01* -X115651424Y-123883907D01* -X115651424Y-123945093D01* -X115618510Y-123990393D01* -X115619307Y-123991321D01* -X115461109Y-124127129D01* -X115461105Y-124127133D01* -X115461105Y-124127134D01* -X115450941Y-124140265D01* -X115336549Y-124288045D01* -X115271193Y-124421285D01* -X115228591Y-124465202D01* -X115168311Y-124475691D01* -X115113379Y-124448746D01* -X115112306Y-124447690D01* -X112975885Y-122311269D01* -X112963573Y-122296266D01* -X112953625Y-122281378D01* -X112953624Y-122281376D01* -X112930623Y-122266007D01* -X112930622Y-122266006D01* -X112904465Y-122248528D01* -X112862494Y-122220484D01* -X112862495Y-122220484D01* -X112776183Y-122203316D01* -X112776171Y-122203313D01* -X112755002Y-122199103D01* -X112755001Y-122199103D01* -X112755000Y-122199103D01* -X112737430Y-122202598D01* -X112718116Y-122204500D01* -X96419123Y-122204500D01* -X96360932Y-122185593D01* -X96324968Y-122136093D01* -X96324968Y-122074907D01* -X96349119Y-122035496D01* -X99571388Y-118813227D01* -X102793733Y-115590881D01* -X102808729Y-115578575D01* -X102823624Y-115568624D01* -X102832480Y-115555371D01* -X102839077Y-115545500D01* -X102884515Y-115477495D01* -X102887850Y-115460728D01* -X102905897Y-115370000D01* -X102905643Y-115368722D01* -X102902402Y-115352427D01* -X102900500Y-115333115D01* -X102900500Y-114119900D01* -X102919407Y-114061709D01* -X102968907Y-114025745D01* -X103030093Y-114025745D01* -X103069501Y-114049894D01* -X103819104Y-114799497D01* -X103846880Y-114854012D01* -X103837309Y-114914444D01* -X103819103Y-114939503D01* -X100525723Y-118232882D01* -X100483613Y-118257867D01* -X100455935Y-118265994D01* -X100455926Y-118265998D01* -X100346952Y-118336031D01* -X100262117Y-118433938D01* -X100208302Y-118551774D01* -X100189867Y-118679997D01* -X100189867Y-118680002D01* -X100208302Y-118808225D01* -X100240309Y-118878309D01* -X100262118Y-118926063D01* -X100346951Y-119023967D01* -X100346952Y-119023968D01* -X100431985Y-119078615D01* -X100455931Y-119094004D01* -X100580228Y-119130500D01* -X100580230Y-119130500D01* -X100709770Y-119130500D01* -X100709772Y-119130500D01* -X100834069Y-119094004D01* -X100943049Y-119023967D01* -X101027882Y-118926063D01* -X101073042Y-118827175D01* -X101093087Y-118798304D01* -X104641896Y-115249496D01* +X114157553Y-118256831D01* +X114138239Y-118254929D01* +X114120669Y-118251434D01* +X114120668Y-118251434D01* +X114013174Y-118272815D01* +X114013171Y-118272816D01* +X113947593Y-118316635D01* +X113947583Y-118316642D01* +X113922047Y-118333705D01* +X113922041Y-118333711D01* +X113912092Y-118348600D01* +X113899784Y-118363598D01* +X110816880Y-121446504D01* +X110762363Y-121474281D01* +X110746876Y-121475500D01* +X102466124Y-121475500D01* +X102407933Y-121456593D01* +X102396120Y-121446504D01* +X100911885Y-119962269D01* +X100899573Y-119947266D01* +X100896262Y-119942311D01* +X100889624Y-119932376D01* +X100868899Y-119918528D01* +X100868890Y-119918521D01* +X100836116Y-119896623D01* +X100829190Y-119891995D01* +X100798495Y-119871485D01* +X100734071Y-119858670D01* +X100712182Y-119854316D01* +X100712162Y-119854311D01* +X100691002Y-119850103D01* +X100691001Y-119850103D01* +X100691000Y-119850103D01* +X100673430Y-119853598D01* +X100654116Y-119855500D01* +X99619588Y-119855500D01* +X99561397Y-119836593D01* +X99544769Y-119821331D01* +X99515050Y-119787034D01* +X99515048Y-119787032D01* +X99406073Y-119716998D01* +X99406070Y-119716996D01* +X99406069Y-119716996D01* +X99406066Y-119716995D01* +X99281774Y-119680500D01* +X99281772Y-119680500D01* +X99152228Y-119680500D01* +X99152225Y-119680500D01* +X99027933Y-119716995D01* +X99027926Y-119716998D01* +X98918952Y-119787031D01* +X98834114Y-119884942D01* +X98830459Y-119890629D01* +X98783091Y-119929357D01* +X98722005Y-119932847D01* +X98670535Y-119899765D01* +X98657126Y-119878230D01* +X98652882Y-119868937D01* +X98568049Y-119771033D01* +X98568048Y-119771032D01* +X98568047Y-119771031D01* +X98459073Y-119700998D01* +X98459070Y-119700996D01* +X98459069Y-119700996D01* +X98459066Y-119700995D01* +X98334774Y-119664500D01* +X98334772Y-119664500D01* +X98250124Y-119664500D01* +X98191933Y-119645593D01* +X98180120Y-119635504D01* +X97738885Y-119194269D01* +X97726573Y-119179266D01* +X97716625Y-119164378D01* +X97716624Y-119164376D01* +X97695899Y-119150528D01* +X97695890Y-119150521D01* +X97660888Y-119127134D01* +X97625497Y-119103486D01* +X97625496Y-119103485D01* +X97625495Y-119103485D01* +X97566051Y-119091660D01* +X97539182Y-119086316D01* +X97539162Y-119086311D01* +X97518002Y-119082103D01* +X97518001Y-119082103D01* +X97518000Y-119082103D01* +X97500430Y-119085598D01* +X97481116Y-119087500D01* +X93681124Y-119087500D01* +X93622933Y-119068593D01* +X93611120Y-119058504D01* +X93305496Y-118752880D01* +X93277719Y-118698363D01* +X93276500Y-118682876D01* +X93276500Y-118128002D01* +X100741867Y-118128002D01* +X100760302Y-118256225D01* +X100802489Y-118348600D01* +X100814118Y-118374063D01* +X100889782Y-118461385D01* +X100898952Y-118471968D01* +X100968974Y-118516968D01* +X101007931Y-118542004D01* +X101132228Y-118578500D01* +X101132230Y-118578500D01* +X101261770Y-118578500D01* +X101261772Y-118578500D01* +X101386069Y-118542004D01* +X101495049Y-118471967D01* +X101579882Y-118374063D01* +X101625042Y-118275175D01* +X101645087Y-118246304D01* +X104641895Y-115249496D01* X104696413Y-115221719D01* X104711900Y-115220500D01* X115090500Y-115220500D01* @@ -4180,8 +4905,7 @@ X115184655Y-115288907D01* X115189500Y-115319500D01* X115189500Y-115684827D01* X115198232Y-115728720D01* -X115198234Y-115728724D01* -X115203039Y-115735915D01* +X115198233Y-115728722D01* X115231496Y-115778504D01* X115281278Y-115811767D01* X115292327Y-115813964D01* @@ -4218,7 +4942,7 @@ X123590623Y-115456162D01* X123612722Y-115451767D01* X123662504Y-115418504D01* X123695767Y-115368722D01* -X123700910Y-115342867D01* +X123701223Y-115341292D01* X123704499Y-115324827D01* X123704500Y-115324818D01* X123704500Y-114560000D01* @@ -4226,7 +4950,7 @@ X124158767Y-114560000D01* X124169190Y-114665831D01* X124169191Y-114665836D01* X124229232Y-114863762D01* -X124229234Y-114863767D01* +X124229233Y-114863765D01* X124326724Y-115046160D01* X124326731Y-115046170D01* X124457940Y-115206050D01* @@ -4272,11 +4996,11 @@ X131968819Y-115450500D01* X131968820Y-115450500D01* X131968821Y-115450499D01* X131968827Y-115450499D01* -X131990623Y-115446162D01* +X131992880Y-115445714D01* X132012722Y-115441767D01* X132062504Y-115408504D01* X132095767Y-115358722D01* -X132100861Y-115333115D01* +X132100463Y-115335114D01* X132104499Y-115314827D01* X132104500Y-115314818D01* X132104500Y-114550000D01* @@ -4318,7 +5042,7 @@ X134254070Y-115274827D01* X138573500Y-115274827D01* X138582232Y-115318720D01* X138582234Y-115318724D01* -X138595737Y-115338932D01* +X138601219Y-115347137D01* X138615496Y-115368504D01* X138665278Y-115401767D01* X138676327Y-115403964D01* @@ -4481,10 +5205,10 @@ X134183951Y-114550000D01* X134125760Y-114531093D01* X134089796Y-114481593D01* X134088961Y-114423109D01* -X134102003Y-114378691D01* -X134104000Y-114371889D01* +X134103999Y-114371892D01* +X134104000Y-114371888D01* X134104000Y-114228111D01* -X134102598Y-114223335D01* +X134103999Y-114228107D01* X134088961Y-114176891D01* X134090708Y-114115731D01* X134128071Y-114067278D01* @@ -4568,7 +5292,7 @@ X125950050Y-115206059D01* X125950059Y-115206050D01* X126081268Y-115046170D01* X126081275Y-115046160D01* -X126178765Y-114863767D01* +X126178767Y-114863765D01* X126178767Y-114863762D01* X126238808Y-114665836D01* X126238809Y-114665831D01* @@ -4683,7 +5407,7 @@ X143581301Y-114691778D01* X143562867Y-114819997D01* X143562867Y-114820002D01* X143581302Y-114948225D01* -X143621466Y-115036170D01* +X143626028Y-115046160D01* X143635118Y-115066063D01* X143713091Y-115156050D01* X143719952Y-115163968D01* @@ -4695,11 +5419,11 @@ X144071290Y-115289407D01* X144083103Y-115299496D01* X145926909Y-117143302D01* X145946958Y-117172179D01* -X145969814Y-117222225D01* +X145977988Y-117240123D01* X145992118Y-117271063D01* -X146051906Y-117340063D01* +X146070543Y-117361572D01* X146076952Y-117368968D01* -X146171142Y-117429500D01* +X146138817Y-117408726D01* X146185931Y-117439004D01* X146310228Y-117475500D01* X146310230Y-117475500D01* @@ -4709,11 +5433,11 @@ X146564069Y-117439004D01* X146673049Y-117368967D01* X146757882Y-117271063D01* X146811697Y-117153226D01* -X146823663Y-117069999D01* +X146823968Y-117067879D01* X146830133Y-117025002D01* X146830133Y-117024997D01* X146811697Y-116896774D01* -X146793453Y-116856825D01* +X146794699Y-116859554D01* X146757882Y-116778937D01* X146673049Y-116681033D01* X146673048Y-116681032D01* @@ -4730,7 +5454,7 @@ X150435641Y-114750528D01* X150493832Y-114769435D01* X150529796Y-114818935D01* X150530630Y-114877417D01* -X150520511Y-114911883D01* +X150525924Y-114893449D01* X150515520Y-114928883D01* X150514536Y-114932233D01* X150514536Y-115068823D01* @@ -4944,7 +5668,7 @@ X144418499Y-113474566D01* X144418498Y-113474565D01* X144411047Y-113451633D01* X144407419Y-113436523D01* -X144405753Y-113426000D01* +X144405545Y-113424686D01* X144403646Y-113412696D01* X144392690Y-113391195D01* X144386750Y-113376852D01* @@ -4958,14 +5682,14 @@ X144346049Y-113299657D01* X144256342Y-113209949D01* X143597860Y-112551467D01* X149860166Y-112551467D01* -X149887518Y-112730002D01* +X149890016Y-112746309D01* X149890980Y-112752599D01* X149961650Y-112943415D01* -X150002530Y-113009001D01* +X150006368Y-113015159D01* X150069281Y-113116095D01* X150069283Y-113116097D01* X150069284Y-113116099D01* -X150076790Y-113123995D01* +X150072961Y-113119967D01* X150206293Y-113260232D01* X150209477Y-113263581D01* X150209479Y-113263582D01* @@ -4987,10 +5711,10 @@ X152057596Y-112849799D01* X152108599Y-112652813D01* X152113908Y-112548118D01* X156613514Y-112548118D01* -X156641379Y-112730002D01* +X156643877Y-112746309D01* X156644328Y-112749250D01* X156714998Y-112940066D01* -X156745187Y-112988500D01* +X156737339Y-112975909D01* X156822629Y-113112746D01* X156822631Y-113112748D01* X156822632Y-113112750D01* @@ -5020,8 +5744,8 @@ X158770770Y-112054292D01* X158665871Y-111885996D01* X158663138Y-111881611D01* X158663133Y-111881605D01* -X158644623Y-111862133D01* -X158581754Y-111795995D01* +X158654950Y-111872997D01* +X158526130Y-111737479D01* X158522947Y-111734130D01* X158522937Y-111734121D01* X158355938Y-111617887D01* @@ -5029,7 +5753,7 @@ X158355935Y-111617885D01* X158355933Y-111617884D01* X158168942Y-111537639D01* X158168944Y-111537639D01* -X158063940Y-111516061D01* +X158082602Y-111519896D01* X157969625Y-111496679D01* X157567142Y-111496679D01* X157567140Y-111496679D01* @@ -5039,13 +5763,10 @@ X157221293Y-111573021D01* X157043385Y-111671767D01* X157043382Y-111671769D01* X156888993Y-111804308D01* -X156888989Y-111804312D01* -X156888989Y-111804313D01* -X156886401Y-111807657D01* X156764433Y-111965224D01* -X156694528Y-112107738D01* +X156677612Y-112142225D01* X156674824Y-112147908D01* -X156623821Y-112344894D01* +X156638810Y-112287004D01* X156623820Y-112344898D01* X156613515Y-112548115D01* X156613514Y-112548118D01* @@ -5054,7 +5775,7 @@ X152118905Y-112449592D01* X152088092Y-112248457D01* X152017422Y-112057641D01* X151909788Y-111884957D01* -X151799087Y-111768500D01* +X151828168Y-111799093D01* X151769599Y-111737479D01* X151769589Y-111737470D01* X151602590Y-111621236D01* @@ -5062,7 +5783,7 @@ X151602587Y-111621234D01* X151602585Y-111621233D01* X151415594Y-111540988D01* X151415596Y-111540988D01* -X151335867Y-111524604D01* +X151312957Y-111519896D01* X151216277Y-111500028D01* X150813794Y-111500028D01* X150813792Y-111500028D01* @@ -5072,13 +5793,10 @@ X150467945Y-111576370D01* X150290037Y-111675116D01* X150290034Y-111675118D01* X150135645Y-111807657D01* -X150135641Y-111807661D01* -X150135641Y-111807662D01* -X150120911Y-111826691D01* X150011085Y-111968573D01* -X149936137Y-112121368D01* +X149942697Y-112107995D01* X149921476Y-112151257D01* -X149882957Y-112300027D01* +X149880640Y-112308975D01* X149870472Y-112348247D01* X149860167Y-112551464D01* X149860166Y-112551467D01* @@ -5088,7 +5806,7 @@ X142986343Y-111939951D01* X142986342Y-111939950D01* X142964847Y-111928997D01* X142951608Y-111920884D01* -X142934870Y-111908724D01* +X142933966Y-111908067D01* X142932090Y-111906704D01* X142932088Y-111906703D01* X142909142Y-111899247D01* @@ -5103,7 +5821,7 @@ X142510500Y-111867500D01* X142452309Y-111848593D01* X142416345Y-111799093D01* X142411500Y-111768500D01* -X142411500Y-110586656D01* +X142411500Y-110591084D01* X142411500Y-109398899D01* X142430406Y-109340712D01* X142474733Y-109306590D01* @@ -5118,12 +5836,12 @@ X143271756Y-107991690D01* X143213405Y-107786611D01* X143118366Y-107595745D01* X142989872Y-107425593D01* -X142910334Y-107353084D01* +X142912664Y-107355208D01* X142832307Y-107281952D01* X142832300Y-107281946D01* X142651024Y-107169705D01* X142651019Y-107169702D01* -X142651019Y-107169701D01* +X142633634Y-107162967D01* X142452198Y-107092679D01* X142452197Y-107092678D01* X142452195Y-107092678D01* @@ -5142,19 +5860,17 @@ X141282125Y-107425597D01* X141153635Y-107595743D01* X141153630Y-107595752D01* X141058596Y-107786608D01* -X141058595Y-107786611D01* -X141051339Y-107812114D01* X141000244Y-107991688D01* X140980571Y-108204000D01* X141000244Y-108416311D01* -X141019486Y-108483937D01* +X141017576Y-108477225D01* X141058595Y-108621389D01* X141153634Y-108812255D01* X141282128Y-108982407D01* -X141352734Y-109046773D01* +X141348045Y-109042499D01* X141439692Y-109126047D01* X141439699Y-109126053D01* -X141495819Y-109160801D01* +X141507081Y-109167774D01* X141620981Y-109238298D01* X141797264Y-109306589D01* X141844694Y-109345239D01* @@ -5207,9 +5923,9 @@ X103715500Y-113522098D01* X103715500Y-109950002D01* X104269867Y-109950002D01* X104288302Y-110078225D01* -X104323849Y-110156061D01* +X104327206Y-110163411D01* X104342118Y-110196063D01* -X104426951Y-110293967D01* +X104421350Y-110287503D01* X104426952Y-110293968D01* X104535926Y-110364001D01* X104535931Y-110364004D01* @@ -5221,66 +5937,51 @@ X104914069Y-110364004D01* X105023049Y-110293967D01* X105107882Y-110196063D01* X105161697Y-110078226D01* -X105173957Y-109992953D01* +X105176179Y-109977500D01* X105180133Y-109950002D01* X105180133Y-109949997D01* X105161697Y-109821774D01* -X105143429Y-109781774D01* +X105137142Y-109768007D01* X105107882Y-109703937D01* -X105078913Y-109670504D01* +X105086330Y-109679064D01* X105024680Y-109607914D01* X105000863Y-109551555D01* X105000500Y-109543084D01* -X105000500Y-100547156D01* -X105002402Y-100527842D01* -X105004166Y-100518975D01* -X105015897Y-100460000D01* -X105002402Y-100392156D01* -X105000500Y-100372842D01* -X105000500Y-99408583D01* -X105019407Y-99350392D01* -X105045979Y-99325298D01* -X105048046Y-99323969D01* -X105048046Y-99323968D01* -X105048049Y-99323967D01* -X105132882Y-99226063D01* -X105186697Y-99108226D01* -X105195196Y-99049116D01* -X105205133Y-98980002D01* -X105205133Y-98979997D01* -X105186697Y-98851774D01* -X105177951Y-98832623D01* -X105132882Y-98733937D01* -X105048049Y-98636033D01* -X105048048Y-98636032D01* -X105048047Y-98636031D01* -X104939073Y-98565998D01* -X104939070Y-98565996D01* -X104939069Y-98565996D01* -X104939066Y-98565995D01* -X104814774Y-98529500D01* -X104814772Y-98529500D01* -X104685228Y-98529500D01* -X104685225Y-98529500D01* -X104560933Y-98565995D01* -X104560926Y-98565998D01* -X104451952Y-98636031D01* -X104367117Y-98733938D01* -X104313302Y-98851774D01* -X104294867Y-98979997D01* -X104294867Y-98980002D01* -X104313302Y-99108225D01* -X104353742Y-99196774D01* -X104367118Y-99226063D01* -X104420088Y-99287194D01* -X104425320Y-99293232D01* -X104449137Y-99349592D01* -X104449500Y-99358063D01* -X104449500Y-100433115D01* -X104447598Y-100452427D01* -X104444103Y-100469998D01* -X104447598Y-100487569D01* -X104449500Y-100506883D01* +X105000500Y-100990915D01* +X105019407Y-100932724D01* +X105024673Y-100926092D01* +X105107882Y-100830063D01* +X105161697Y-100712226D01* +X105169129Y-100660532D01* +X105180133Y-100584002D01* +X105180133Y-100583997D01* +X105161697Y-100455774D01* +X105151162Y-100432705D01* +X105107882Y-100337937D01* +X105023049Y-100240033D01* +X105023048Y-100240032D01* +X105023047Y-100240031D01* +X104914073Y-100169998D01* +X104914070Y-100169996D01* +X104914069Y-100169996D01* +X104897575Y-100165153D01* +X104789774Y-100133500D01* +X104789772Y-100133500D01* +X104660228Y-100133500D01* +X104660225Y-100133500D01* +X104535933Y-100169995D01* +X104535926Y-100169998D01* +X104426952Y-100240031D01* +X104342117Y-100337938D01* +X104288302Y-100455774D01* +X104269867Y-100583997D01* +X104269867Y-100584002D01* +X104288302Y-100712225D01* +X104338618Y-100822400D01* +X104342118Y-100830063D01* +X104425320Y-100926085D01* +X104449137Y-100982444D01* +X104449500Y-100990915D01* X104449500Y-109543084D01* X104430593Y-109601275D01* X104425320Y-109607914D01* @@ -5296,7 +5997,7 @@ X103847621Y-107177621D01* X103935861Y-107062625D01* X103991330Y-106928709D01* X104010250Y-106785000D01* -X104008797Y-106773967D01* +X104008433Y-106771202D01* X103991330Y-106641291D01* X103935861Y-106507375D01* X103847621Y-106392379D01* @@ -5331,9 +6032,9 @@ X105744867Y-113530002D01* X105763302Y-113658225D01* X105814671Y-113770705D01* X105817118Y-113776063D01* -X105877876Y-113846182D01* +X105859125Y-113824542D01* X105901952Y-113873968D01* -X106003003Y-113938909D01* +X105993198Y-113932608D01* X106010931Y-113944004D01* X106135228Y-113980500D01* X106135230Y-113980500D01* @@ -5347,33 +6048,19 @@ X106648830Y-113573839D01* X106655133Y-113530002D01* X106655133Y-113529997D01* X106636697Y-113401774D01* -X106630175Y-113387494D01* +X106631872Y-113391208D01* X106582882Y-113283937D01* X106574679Y-113274470D01* X106550862Y-113218112D01* X106550499Y-113209663D01* -X106550499Y-100550002D01* -X108664867Y-100550002D01* -X108683302Y-100678225D01* -X108730562Y-100781708D01* -X108737118Y-100796063D01* -X108821951Y-100893967D01* -X108854022Y-100914578D01* -X108892754Y-100961943D01* -X108899500Y-100997862D01* -X108899500Y-111607084D01* -X108880593Y-111665275D01* -X108875320Y-111671914D01* -X108792118Y-111767936D01* -X108738302Y-111885774D01* -X108719867Y-112013997D01* +X106550499Y-112014002D01* X108719867Y-112014002D01* X108738302Y-112142225D01* -X108790862Y-112257312D01* +X108786818Y-112248457D01* X108792118Y-112260063D01* -X108842793Y-112318546D01* -X108876951Y-112357967D01* -X108953014Y-112406850D01* +X108865627Y-112344898D01* +X108876952Y-112357968D01* +X108973470Y-112419996D01* X108985931Y-112428004D01* X109110228Y-112464500D01* X109110230Y-112464500D01* @@ -5383,16 +6070,17 @@ X109364069Y-112428004D01* X109473049Y-112357967D01* X109557882Y-112260063D01* X109611697Y-112142226D01* -X109620825Y-112078742D01* +X109622041Y-112070281D01* X109630133Y-112014002D01* X109630133Y-112013997D01* X109611697Y-111885774D01* -X109602681Y-111866033D01* +X109576024Y-111807662D01* X109557882Y-111767937D01* -X109474678Y-111671913D01* -X109450862Y-111615555D01* -X109450499Y-111607107D01* -X109450499Y-107850000D01* +X109549083Y-111757783D01* +X109474680Y-111671914D01* +X109450863Y-111615555D01* +X109450500Y-111607084D01* +X109450500Y-107850000D01* X110309859Y-107850000D01* X110330379Y-108071445D01* X110391239Y-108285347D01* @@ -5403,7 +6091,7 @@ X110890639Y-108120806D01* X110945156Y-108093029D01* X111005588Y-108102600D01* X111048543Y-108145263D01* -X111061440Y-108170153D01* +X111053604Y-108155030D01* X111061442Y-108170156D01* X111164638Y-108280652D01* X111226888Y-108318507D01* @@ -5448,7 +6136,7 @@ X117390639Y-108120806D01* X117445156Y-108093029D01* X117505588Y-108102600D01* X117548543Y-108145263D01* -X117561440Y-108170153D01* +X117553604Y-108155030D01* X117561442Y-108170156D01* X117664638Y-108280652D01* X117726888Y-108318507D01* @@ -5481,17 +6169,55 @@ X119023861Y-108505308D01* X119039629Y-108484428D01* X119039635Y-108484418D01* X119138760Y-108285347D01* -X119161905Y-108204000D01* +X119164279Y-108195658D01* +X119198389Y-108144863D01* +X119255841Y-108123818D01* +X119314691Y-108140562D01* +X119352460Y-108188699D01* +X119358500Y-108222750D01* +X119358500Y-110591084D01* +X119339593Y-110649275D01* +X119334320Y-110655914D01* +X119251118Y-110751936D01* +X119197302Y-110869774D01* +X119178867Y-110997997D01* +X119178867Y-110998002D01* +X119197302Y-111126225D01* +X119228483Y-111194500D01* +X119251118Y-111244063D01* +X119335951Y-111341967D01* +X119335952Y-111341968D01* +X119406587Y-111387362D01* +X119444931Y-111412004D01* +X119569228Y-111448500D01* +X119569230Y-111448500D01* +X119698770Y-111448500D01* +X119698772Y-111448500D01* +X119823069Y-111412004D01* +X119932049Y-111341967D01* +X120016882Y-111244063D01* +X120070697Y-111126226D01* +X120084460Y-111030500D01* +X120089133Y-110998002D01* +X120089133Y-110997997D01* +X120070697Y-110869774D01* +X120036318Y-110794496D01* +X120016882Y-110751937D01* +X119999720Y-110732131D01* +X119933680Y-110655914D01* +X119909863Y-110599555D01* +X119909500Y-110591084D01* +X119909500Y-108204000D01* X134480571Y-108204000D01* X134500244Y-108416311D01* -X134519486Y-108483937D01* +X134517576Y-108477225D01* X134558595Y-108621389D01* X134653634Y-108812255D01* X134782128Y-108982407D01* -X134852734Y-109046773D01* +X134848045Y-109042499D01* X134939692Y-109126047D01* X134939699Y-109126053D01* -X134995819Y-109160801D01* +X135007081Y-109167774D01* X135120981Y-109238298D01* X135319802Y-109315321D01* X135529390Y-109354500D01* @@ -5508,12 +6234,12 @@ X136771756Y-107991690D01* X136713405Y-107786611D01* X136618366Y-107595745D01* X136489872Y-107425593D01* -X136410334Y-107353084D01* +X136412664Y-107355208D01* X136332307Y-107281952D01* X136332300Y-107281946D01* X136151024Y-107169705D01* X136151019Y-107169702D01* -X136151019Y-107169701D01* +X136133634Y-107162967D01* X135952198Y-107092679D01* X135952197Y-107092678D01* X135952195Y-107092678D01* @@ -5532,14 +6258,114 @@ X134782125Y-107425597D01* X134653635Y-107595743D01* X134653630Y-107595752D01* X134558596Y-107786608D01* -X134558595Y-107786611D01* -X134551339Y-107812114D01* X134500244Y-107991688D01* X134480571Y-108204000D01* -X119161905Y-108204000D01* -X119199620Y-108071445D01* -X119220140Y-107850000D01* -X119199620Y-107628554D01* +X119909500Y-108204000D01* +X119909500Y-100482915D01* +X119928407Y-100424724D01* +X119933673Y-100418092D01* +X120016882Y-100322063D01* +X120070697Y-100204226D01* +X120084442Y-100108625D01* +X120089133Y-100076002D01* +X120089133Y-100075997D01* +X120070697Y-99947774D01* +X120053838Y-99910858D01* +X120016882Y-99829937D01* +X119932049Y-99732033D01* +X119932048Y-99732032D01* +X119932047Y-99732031D01* +X119823073Y-99661998D01* +X119823070Y-99661996D01* +X119823069Y-99661996D01* +X119809351Y-99657968D01* +X119698774Y-99625500D01* +X119698772Y-99625500D01* +X119569228Y-99625500D01* +X119569225Y-99625500D01* +X119444933Y-99661995D01* +X119444926Y-99661998D01* +X119335952Y-99732031D01* +X119251117Y-99829938D01* +X119197302Y-99947774D01* +X119178867Y-100075997D01* +X119178867Y-100076002D01* +X119197302Y-100204225D01* +X119228623Y-100272806D01* +X119251118Y-100322063D01* +X119334320Y-100418085D01* +X119358137Y-100474444D01* +X119358500Y-100482915D01* +X119358500Y-103238271D01* +X119339593Y-103296462D01* +X119290093Y-103332426D01* +X119228907Y-103332426D01* +X119179407Y-103296462D01* +X119160922Y-103247406D01* +X119150756Y-103137690D01* +X119092405Y-102932611D01* +X118997366Y-102741745D01* +X118868872Y-102571593D01* +X118800046Y-102508849D01* +X118711307Y-102427952D01* +X118711300Y-102427946D01* +X118530024Y-102315705D01* +X118530019Y-102315702D01* +X118447946Y-102283907D01* +X118331198Y-102238679D01* +X118331197Y-102238678D01* +X118331195Y-102238678D01* +X118121610Y-102199500D01* +X117908390Y-102199500D01* +X117698804Y-102238678D01* +X117499980Y-102315702D01* +X117499975Y-102315705D01* +X117318699Y-102427946D01* +X117318692Y-102427952D01* +X117161135Y-102571586D01* +X117161131Y-102571589D01* +X117161128Y-102571593D01* +X117161124Y-102571597D01* +X117161125Y-102571597D01* +X117032635Y-102741743D01* +X117032630Y-102741752D01* +X116940139Y-102927501D01* +X116937595Y-102932611D01* +X116925655Y-102974574D01* +X116879244Y-103137688D01* +X116859571Y-103350000D01* +X116879244Y-103562311D01* +X116896866Y-103624245D01* +X116937595Y-103767389D01* +X117032634Y-103958255D01* +X117161128Y-104128407D01* +X117188090Y-104152986D01* +X117318692Y-104272047D01* +X117318699Y-104272053D01* +X117395786Y-104319783D01* +X117499981Y-104384298D01* +X117698802Y-104461321D01* +X117908390Y-104500500D01* +X118121610Y-104500500D01* +X118331198Y-104461321D01* +X118530019Y-104384298D01* +X118711302Y-104272052D01* +X118868872Y-104128407D01* +X118997366Y-103958255D01* +X119092405Y-103767389D01* +X119150756Y-103562310D01* +X119160922Y-103452591D01* +X119185118Y-103396396D01* +X119237725Y-103365152D01* +X119298650Y-103370798D01* +X119344620Y-103411175D01* +X119358500Y-103461728D01* +X119358500Y-107477249D01* +X119339593Y-107535440D01* +X119290093Y-107571404D01* +X119228907Y-107571404D01* +X119179407Y-107535440D01* +X119164279Y-107504341D01* X119138760Y-107414652D01* X119039633Y-107215578D01* X119039624Y-107215563D01* @@ -5548,6 +6374,7 @@ X118639358Y-107579192D01* X118584842Y-107606969D01* X118524410Y-107597398D01* X118481454Y-107554733D01* +X118474758Y-107541810D01* X118468558Y-107529844D01* X118365362Y-107419348D01* X118365361Y-107419347D01* @@ -5573,7 +6400,7 @@ X117730498Y-107369783D01* X117731795Y-107371378D01* X117726543Y-107375650D01* X117726542Y-107375651D01* -X117694719Y-107401541D01* +X117672834Y-107419346D01* X117609258Y-107471068D01* X117541833Y-107566589D01* X117492829Y-107603226D01* @@ -5594,6 +6421,7 @@ X112139358Y-107579192D01* X112084842Y-107606969D01* X112024410Y-107597398D01* X111981454Y-107554733D01* +X111974758Y-107541810D01* X111968558Y-107529844D01* X111865362Y-107419348D01* X111865361Y-107419347D01* @@ -5619,7 +6447,7 @@ X111230498Y-107369783D01* X111231795Y-107371378D01* X111226543Y-107375650D01* X111226542Y-107375651D01* -X111194719Y-107401541D01* +X111172834Y-107419346D01* X111109258Y-107471068D01* X111041833Y-107566589D01* X110992829Y-107603226D01* @@ -5630,15 +6458,15 @@ X110490368Y-107215574D01* X110391239Y-107414652D01* X110330379Y-107628554D01* X110309859Y-107850000D01* -X109450499Y-107850000D01* -X109450499Y-103350000D01* +X109450500Y-107850000D01* +X109450500Y-103350000D01* X110359571Y-103350000D01* X110379244Y-103562311D01* -X110394183Y-103614815D01* +X110396866Y-103624245D01* X110437595Y-103767389D01* X110532634Y-103958255D01* X110661128Y-104128407D01* -X110714322Y-104176900D01* +X110688090Y-104152986D01* X110818692Y-104272047D01* X110818699Y-104272053D01* X110895786Y-104319783D01* @@ -5654,61 +6482,6 @@ X112497366Y-103958255D01* X112592405Y-103767389D01* X112650756Y-103562310D01* X112670429Y-103350000D01* -X116859571Y-103350000D01* -X116879244Y-103562311D01* -X116894183Y-103614815D01* -X116937595Y-103767389D01* -X117032634Y-103958255D01* -X117161128Y-104128407D01* -X117214322Y-104176900D01* -X117318692Y-104272047D01* -X117318699Y-104272053D01* -X117395786Y-104319783D01* -X117499981Y-104384298D01* -X117698802Y-104461321D01* -X117908390Y-104500500D01* -X118121610Y-104500500D01* -X118331198Y-104461321D01* -X118530019Y-104384298D01* -X118711302Y-104272052D01* -X118868872Y-104128407D01* -X118997366Y-103958255D01* -X119092405Y-103767389D01* -X119150756Y-103562310D01* -X119170429Y-103350000D01* -X119150756Y-103137690D01* -X119092405Y-102932611D01* -X118997366Y-102741745D01* -X118868872Y-102571593D01* -X118800046Y-102508849D01* -X118711307Y-102427952D01* -X118711300Y-102427946D01* -X118530024Y-102315705D01* -X118530019Y-102315702D01* -X118522923Y-102312953D01* -X118331198Y-102238679D01* -X118331197Y-102238678D01* -X118331195Y-102238678D01* -X118121610Y-102199500D01* -X117908390Y-102199500D01* -X117698804Y-102238678D01* -X117499980Y-102315702D01* -X117499975Y-102315705D01* -X117318699Y-102427946D01* -X117318692Y-102427952D01* -X117161135Y-102571586D01* -X117161131Y-102571589D01* -X117161128Y-102571593D01* -X117161124Y-102571597D01* -X117161125Y-102571597D01* -X117032635Y-102741743D01* -X117032630Y-102741752D01* -X116938895Y-102930000D01* -X116937595Y-102932611D01* -X116925655Y-102974574D01* -X116879244Y-103137688D01* -X116859571Y-103350000D01* -X112670429Y-103350000D01* X112650756Y-103137690D01* X112592405Y-102932611D01* X112497366Y-102741745D01* @@ -5718,7 +6491,7 @@ X112211307Y-102427952D01* X112211300Y-102427946D01* X112030024Y-102315705D01* X112030019Y-102315702D01* -X112022923Y-102312953D01* +X111947946Y-102283907D01* X111831198Y-102238679D01* X111831197Y-102238678D01* X111831195Y-102238678D01* @@ -5736,44 +6509,55 @@ X110661124Y-102571597D01* X110661125Y-102571597D01* X110532635Y-102741743D01* X110532630Y-102741752D01* -X110438895Y-102930000D01* +X110440139Y-102927501D01* X110437595Y-102932611D01* X110425655Y-102974574D01* X110379244Y-103137688D01* X110359571Y-103350000D01* -X109450499Y-103350000D01* -X109450499Y-100893440D01* -X109469406Y-100835250D01* -X109474681Y-100828609D01* -X109502880Y-100796065D01* -X109502879Y-100796065D01* -X109502882Y-100796063D01* -X109556697Y-100678226D01* -X109567138Y-100605605D01* -X109575133Y-100550002D01* -X109575133Y-100549997D01* -X109556697Y-100421774D01* -X109552745Y-100413120D01* -X109502882Y-100303937D01* -X109418049Y-100206033D01* -X109418048Y-100206032D01* -X109418047Y-100206031D01* -X109309073Y-100135998D01* -X109309070Y-100135996D01* -X109309069Y-100135996D01* -X109302057Y-100133937D01* -X109184774Y-100099500D01* -X109184772Y-100099500D01* -X109055228Y-100099500D01* -X109055225Y-100099500D01* -X108930933Y-100135995D01* -X108930926Y-100135998D01* -X108821952Y-100206031D01* -X108737117Y-100303938D01* -X108683302Y-100421774D01* -X108664867Y-100549997D01* -X108664867Y-100550002D01* -X106550499Y-100550002D01* +X109450500Y-103350000D01* +X109450500Y-102791415D01* +X109469407Y-102733224D01* +X109474673Y-102726592D01* +X109557882Y-102630563D01* +X109611697Y-102512726D01* +X109623886Y-102427948D01* +X109630133Y-102384502D01* +X109630133Y-102384497D01* +X109611697Y-102256274D01* +X109611696Y-102256273D01* +X109557882Y-102138437D01* +X109473049Y-102040533D01* +X109473048Y-102040532D01* +X109473047Y-102040531D01* +X109364073Y-101970498D01* +X109364070Y-101970496D01* +X109364069Y-101970496D01* +X109364066Y-101970495D01* +X109239774Y-101934000D01* +X109239772Y-101934000D01* +X109110228Y-101934000D01* +X109110225Y-101934000D01* +X108985933Y-101970495D01* +X108985926Y-101970498D01* +X108876952Y-102040531D01* +X108792117Y-102138438D01* +X108738302Y-102256274D01* +X108719867Y-102384497D01* +X108719867Y-102384502D01* +X108738302Y-102512725D01* +X108785467Y-102616000D01* +X108792118Y-102630563D01* +X108875320Y-102726585D01* +X108899137Y-102782944D01* +X108899500Y-102791415D01* +X108899500Y-111607084D01* +X108880593Y-111665275D01* +X108875320Y-111671914D01* +X108792118Y-111767936D01* +X108738302Y-111885774D01* +X108719867Y-112013997D01* +X108719867Y-112014002D01* +X106550499Y-112014002D01* X106550499Y-96116614D01* X106552607Y-96096293D01* X106555042Y-96084685D01* @@ -5812,27 +6596,25 @@ X122678316Y-100011182D01* X122679500Y-100017132D01* X122679500Y-100017133D01* X122695485Y-100097495D01* -X122695485Y-100097496D01* -X122695486Y-100097497D01* -X122706568Y-100114081D01* -X122734934Y-100156535D01* +X122695486Y-100097496D01* +X122695486Y-100097498D01* +X122755055Y-100186647D01* X122756376Y-100188624D01* -X122771266Y-100198573D01* +X122771267Y-100198574D01* X122786269Y-100210885D01* X127900113Y-105324729D01* X127912422Y-105339729D01* X127922371Y-105354618D01* X127922373Y-105354620D01* X127922376Y-105354624D01* -X127922379Y-105354626D01* -X127944145Y-105369170D01* -X127945376Y-105369992D01* +X127926673Y-105357495D01* +X127943504Y-105368741D01* +X127943515Y-105368749D01* +X127945377Y-105369993D01* X127945378Y-105369994D01* -X127954181Y-105375876D01* -X127997968Y-105405134D01* -X128005977Y-105410485D01* +X127995546Y-105403515D01* X128013505Y-105415515D01* -X128081816Y-105429103D01* +X128064316Y-105425622D01* X128121000Y-105436897D01* X128138570Y-105433401D01* X128157884Y-105431500D01* @@ -5844,6 +6626,8 @@ X134919422Y-106609729D01* X134929371Y-106624618D01* X134929373Y-106624620D01* X134929376Y-106624624D01* +X134929379Y-106624626D01* +X134951666Y-106639518D01* X134952376Y-106639992D01* X134952378Y-106639994D01* X135020505Y-106685515D01* @@ -5866,9 +6650,9 @@ X143816867Y-110744002D01* X143835302Y-110872225D01* X143873417Y-110955683D01* X143889118Y-110990063D01* -X143971273Y-111084876D01* +X143973951Y-111087967D01* X143973952Y-111087968D01* -X144078070Y-111154880D01* +X144033483Y-111126226D01* X144082931Y-111158004D01* X144207228Y-111194500D01* X144207230Y-111194500D01* @@ -5882,7 +6666,7 @@ X144709685Y-110865355D01* X149864036Y-110865355D01* X149872768Y-110909248D01* X149872770Y-110909252D01* -X149883983Y-110926033D01* +X149903792Y-110955680D01* X149906032Y-110959032D01* X149955814Y-110992295D01* X149966863Y-110994492D01* @@ -5898,14 +6682,12 @@ X152001159Y-110996690D01* X152023258Y-110992295D01* X152073040Y-110959032D01* X152106303Y-110909250D01* -X152113668Y-110872225D01* -X152115035Y-110865355D01* -X152115036Y-110865346D01* +X152115036Y-110865348D01* X152115036Y-110862006D01* X156617384Y-110862006D01* X156626116Y-110905899D01* X156626118Y-110905903D01* -X156647715Y-110938225D01* +X156628356Y-110909252D01* X156659380Y-110955683D01* X156709162Y-110988946D01* X156720211Y-110991143D01* @@ -5921,7 +6703,7 @@ X158759780Y-110992293D01* X158776606Y-110988946D01* X158826388Y-110955683D01* X158859651Y-110905901D01* -X158864282Y-110882622D01* +X158866350Y-110872225D01* X158868383Y-110862006D01* X158868384Y-110861997D01* X158868384Y-109132360D01* @@ -5929,7 +6711,7 @@ X158868383Y-109132351D01* X158860317Y-109091806D01* X158859651Y-109088457D01* X158826388Y-109038675D01* -X158789176Y-109013811D01* +X158795344Y-109017932D01* X158776608Y-109005413D01* X158776604Y-109005411D01* X158732711Y-108996679D01* @@ -5945,13 +6727,13 @@ X156626116Y-109088458D01* X156617384Y-109132351D01* X156617384Y-110862006D01* X152115036Y-110862006D01* -X152115036Y-109135709D01* +X152115036Y-109135708D01* +X152115035Y-109135706D01* X152115035Y-109135700D01* -X152106303Y-109091807D01* -X152106301Y-109091803D01* -X152094383Y-109073967D01* +X152108500Y-109102855D01* +X152106303Y-109091806D01* X152073040Y-109042024D01* -X152030816Y-109013811D01* +X152053298Y-109028833D01* X152023260Y-109008762D01* X152023256Y-109008760D01* X151979363Y-109000028D01* @@ -5967,11 +6749,11 @@ X149872768Y-109091807D01* X149864036Y-109135700D01* X149864036Y-110865355D01* X144709685Y-110865355D01* -X144722349Y-110777274D01* +X144725992Y-110751936D01* X144727133Y-110744002D01* X144727133Y-110743997D01* X144708697Y-110615774D01* -X144708696Y-110615773D01* +X144703277Y-110603906D01* X144654882Y-110497937D01* X144646083Y-110487783D01* X144571680Y-110401914D01* @@ -5980,32 +6762,31 @@ X144547500Y-110337084D01* X144547500Y-107934677D01* X144549402Y-107915363D01* X144552897Y-107897794D01* -X144538375Y-107824786D01* +X144547500Y-107870661D01* X144531515Y-107790299D01* -X144513920Y-107763967D01* -X144496549Y-107737969D01* -X144484755Y-107720316D01* -X144484741Y-107720298D01* -X144482696Y-107717237D01* +X144531513Y-107790296D01* +X144531513Y-107790295D01* +X144470626Y-107699173D01* X144470624Y-107699170D01* +X144465875Y-107695997D01* X144455733Y-107689220D01* X144440731Y-107676909D01* X143021091Y-106257269D01* X143008779Y-106242266D01* -X143003593Y-106234505D01* +X142998831Y-106227378D01* X142998830Y-106227376D01* -X142998177Y-106226940D01* -X142979918Y-106214739D01* -X142979915Y-106214737D01* -X142949671Y-106194528D01* -X142907700Y-106166484D01* -X142907701Y-106166484D01* -X142821389Y-106149316D01* -X142821377Y-106149313D01* +X142978105Y-106213528D01* +X142978096Y-106213521D01* +X142944236Y-106190897D01* +X142907703Y-106166486D01* +X142907702Y-106166485D01* +X142907701Y-106166485D01* +X142848257Y-106154660D01* +X142821388Y-106149316D01* +X142821368Y-106149311D01* X142800208Y-106145103D01* X142800207Y-106145103D01* X142800206Y-106145103D01* -X142787266Y-106147677D01* X142782636Y-106148598D01* X142763322Y-106150500D01* X135283124Y-106150500D01* @@ -6017,10 +6798,8 @@ X134060197Y-104962724D01* X134056624Y-104957376D01* X134035899Y-104943528D01* X134035890Y-104943521D01* -X134006718Y-104924029D01* -X133983662Y-104908624D01* -X133965495Y-104896485D01* -X133901071Y-104883670D01* +X133978081Y-104904895D01* +X133965496Y-104896485D01* X133879182Y-104879316D01* X133879162Y-104879311D01* X133858002Y-104875103D01* @@ -6031,13 +6810,14 @@ X133821116Y-104880500D01* X128276124Y-104880500D01* X128217933Y-104861593D01* X128206120Y-104851504D01* -X127058616Y-103704000D01* -X134480571Y-103704000D01* -X134500244Y-103916310D01* +X127058615Y-103703999D01* +X134480571Y-103703999D01* +X134500244Y-103916311D01* +X134519781Y-103984976D01* X134558595Y-104121389D01* X134653634Y-104312255D01* X134782128Y-104482407D01* -X134839135Y-104534376D01* +X134845551Y-104540225D01* X134939692Y-104626047D01* X134939699Y-104626053D01* X135012067Y-104670861D01* @@ -6053,12 +6833,14 @@ X136618366Y-104312255D01* X136713405Y-104121389D01* X136771756Y-103916310D01* X136791429Y-103704000D01* -X140980571Y-103704000D01* -X141000244Y-103916310D01* +X136791429Y-103703999D01* +X140980571Y-103703999D01* +X141000244Y-103916311D01* +X141019781Y-103984976D01* X141058595Y-104121389D01* X141153634Y-104312255D01* X141282128Y-104482407D01* -X141339135Y-104534376D01* +X141345551Y-104540225D01* X141439692Y-104626047D01* X141439699Y-104626053D01* X141512067Y-104670861D01* @@ -6290,12 +7072,12 @@ X143271756Y-103491690D01* X143213405Y-103286611D01* X143118366Y-103095745D01* X142989872Y-102925593D01* -X142877440Y-102823097D01* +X142916897Y-102859067D01* X142832307Y-102781952D01* X142832300Y-102781946D01* X142651024Y-102669705D01* X142651019Y-102669702D01* -X142455995Y-102594150D01* +X142549989Y-102630563D01* X142452198Y-102592679D01* X142452197Y-102592678D01* X142452195Y-102592678D01* @@ -6313,21 +7095,22 @@ X141282124Y-102925597D01* X141282125Y-102925597D01* X141153635Y-103095743D01* X141153630Y-103095752D01* -X141058596Y-103286608D01* +X141076937Y-103249774D01* +X141058595Y-103286611D01* +X141048588Y-103321780D01* X141000244Y-103491688D01* -X140982639Y-103681681D01* -X140980571Y-103704000D01* -X136791429Y-103704000D01* +X140980571Y-103703999D01* +X136791429Y-103703999D01* X136771756Y-103491690D01* X136713405Y-103286611D01* X136618366Y-103095745D01* X136489872Y-102925593D01* -X136377440Y-102823097D01* +X136416897Y-102859067D01* X136332307Y-102781952D01* X136332300Y-102781946D01* X136151024Y-102669705D01* X136151019Y-102669702D01* -X135955995Y-102594150D01* +X136049989Y-102630563D01* X135952198Y-102592679D01* X135952197Y-102592678D01* X135952195Y-102592678D01* @@ -6345,11 +7128,12 @@ X134782124Y-102925597D01* X134782125Y-102925597D01* X134653635Y-103095743D01* X134653630Y-103095752D01* -X134558596Y-103286608D01* +X134576937Y-103249774D01* +X134558595Y-103286611D01* +X134548588Y-103321780D01* X134500244Y-103491688D01* -X134482639Y-103681681D01* -X134480571Y-103704000D01* -X127058616Y-103704000D01* +X134480571Y-103703999D01* +X127058615Y-103703999D01* X125554619Y-102200003D01* X128445040Y-102200003D01* X128464828Y-102400929D01* @@ -6360,7 +7144,7 @@ X128850639Y-102470806D01* X128905156Y-102443029D01* X128965588Y-102452600D01* X129008543Y-102495263D01* -X129021440Y-102520153D01* +X129017592Y-102512726D01* X129021442Y-102520156D01* X129124638Y-102630652D01* X129186888Y-102668507D01* @@ -6407,6 +7191,7 @@ X130099358Y-101929192D01* X130044842Y-101956969D01* X129984410Y-101947397D01* X129941454Y-101904733D01* +X129933363Y-101889118D01* X129928558Y-101879844D01* X129825362Y-101769348D01* X129825361Y-101769347D01* @@ -6418,7 +7203,7 @@ X149872020Y-101636388D01* X149902833Y-101837516D01* X149902834Y-101837520D01* X149973504Y-102028336D01* -X150010099Y-102087047D01* +X150016923Y-102097996D01* X150081135Y-102201016D01* X150081140Y-102201022D01* X150220605Y-102347739D01* @@ -6442,15 +7227,15 @@ X152069450Y-101934720D01* X152120453Y-101737734D01* X152125631Y-101635630D01* X156626416Y-101635630D01* -X156656904Y-101834635D01* +X156657229Y-101836758D01* X156657230Y-101836762D01* X156727900Y-102027578D01* X156753577Y-102068773D01* X156835531Y-102200258D01* X156835533Y-102200260D01* X156835534Y-102200262D01* -X156871299Y-102237886D01* -X156945268Y-102315702D01* +X156837182Y-102201996D01* +X156962098Y-102333407D01* X156975727Y-102347744D01* X156975729Y-102347745D01* X156975732Y-102347748D01* @@ -6461,7 +7246,7 @@ X157329728Y-102544231D01* X157529045Y-102585191D01* X157529048Y-102585191D01* X157931530Y-102585191D01* -X157958689Y-102582429D01* +X157957167Y-102582583D01* X158083224Y-102569765D01* X158277374Y-102508850D01* X158455288Y-102410100D01* @@ -6482,7 +7267,7 @@ X158368837Y-100705397D01* X158368835Y-100705396D01* X158181844Y-100625151D01* X158181846Y-100625151D01* -X158102117Y-100608767D01* +X158086730Y-100605605D01* X157982527Y-100584191D01* X157580044Y-100584191D01* X157580042Y-100584191D01* @@ -6492,13 +7277,10 @@ X157234195Y-100660533D01* X157056287Y-100759279D01* X157056284Y-100759281D01* X156901895Y-100891820D01* -X156901891Y-100891824D01* -X156901891Y-100891825D01* -X156900233Y-100893967D01* X156777335Y-101052736D01* -X156692317Y-101226061D01* +X156710090Y-101189828D01* X156687726Y-101235420D01* -X156648723Y-101386061D01* +X156650217Y-101380289D01* X156636722Y-101432410D01* X156626417Y-101635627D01* X156626416Y-101635630D01* @@ -6507,15 +7289,15 @@ X152130759Y-101534513D01* X152099946Y-101333378D01* X152029276Y-101142562D01* X151921642Y-100969878D01* -X151822929Y-100866033D01* -X151781453Y-100822400D01* +X151781449Y-100822396D01* +X151781447Y-100822394D01* X151781443Y-100822391D01* X151614444Y-100706157D01* X151614441Y-100706155D01* X151614439Y-100706154D01* X151427448Y-100625909D01* X151427450Y-100625909D01* -X151330135Y-100605911D01* +X151347721Y-100609525D01* X151228131Y-100584949D01* X150825648Y-100584949D01* X150825646Y-100584949D01* @@ -6526,9 +7308,9 @@ X150301891Y-100760037D01* X150301888Y-100760039D01* X150147499Y-100892578D01* X150022939Y-101053494D01* -X149956065Y-101189829D01* +X149940286Y-101221998D01* X149933330Y-101236178D01* -X149883790Y-101427515D01* +X149894221Y-101387226D01* X149882326Y-101433168D01* X149872021Y-101636385D01* X149872020Y-101636388D01* @@ -6554,7 +7336,7 @@ X129190498Y-101719783D01* X129191795Y-101721378D01* X129186543Y-101725650D01* X129186542Y-101725651D01* -X129163205Y-101744637D01* +X129139128Y-101764225D01* X129069258Y-101821068D01* X129001833Y-101916589D01* X128952829Y-101953226D01* @@ -6584,11 +7366,11 @@ X128659977Y-100244581D01* X128676381Y-100264569D01* X128781875Y-100393115D01* X128781884Y-100393124D01* -X128816795Y-100421774D01* +X128847390Y-100446883D01* X128930419Y-100515023D01* X128930423Y-100515025D01* X128930430Y-100515030D01* -X129088683Y-100599617D01* +X129061241Y-100584949D01* X129099886Y-100605605D01* X129227987Y-100644464D01* X129283768Y-100661385D01* @@ -6608,7 +7390,7 @@ X130168120Y-100393120D01* X130290023Y-100244581D01* X130290027Y-100244572D01* X130290030Y-100244569D01* -X130369915Y-100095114D01* +X130362693Y-100108625D01* X130380605Y-100075114D01* X130436385Y-99891231D01* X130436386Y-99891226D01* @@ -6616,7 +7398,7 @@ X130455220Y-99700003D01* X130455220Y-99699996D01* X130436386Y-99508773D01* X130436385Y-99508768D01* -X130414507Y-99436646D01* +X130419464Y-99452987D01* X130414507Y-99436645D01* X136606293Y-99436645D01* X136606294Y-99436646D01* @@ -6624,7 +7406,7 @@ X137198810Y-99436646D01* X137257001Y-99455553D01* X137292965Y-99505053D01* X137293799Y-99563535D01* -X137291590Y-99571063D01* +X137285509Y-99591774D01* X137278205Y-99616649D01* X137277705Y-99618351D01* X137277705Y-99754941D01* @@ -6690,7 +7472,7 @@ X149872020Y-99136388D01* X149902833Y-99337516D01* X149902834Y-99337520D01* X149973504Y-99528336D01* -X150000135Y-99571061D01* +X150013045Y-99591774D01* X150081135Y-99701016D01* X150081140Y-99701022D01* X150221068Y-99848226D01* @@ -6721,12 +7503,12 @@ X156728645Y-99528773D01* X156835531Y-99700258D01* X156835533Y-99700260D01* X156835534Y-99700262D01* -X156854298Y-99720002D01* +X156854297Y-99720001D01* X156939614Y-99809754D01* X156975727Y-99847744D01* X156975729Y-99847745D01* X156975732Y-99847748D01* -X157078632Y-99919368D01* +X157127118Y-99953115D01* X157142737Y-99963986D01* X157329726Y-100044230D01* X157329728Y-100044231D01* @@ -6744,11 +7526,9 @@ X158874849Y-99236976D01* X158885155Y-99033755D01* X158854342Y-98832620D01* X158783672Y-98641804D01* -X158691888Y-98494550D01* +X158676512Y-98469881D01* X158676040Y-98469123D01* X158676035Y-98469117D01* -X158662024Y-98454378D01* -X158589917Y-98378521D01* X158535849Y-98321642D01* X158535839Y-98321633D01* X158368840Y-98205399D01* @@ -6766,9 +7546,6 @@ X157234195Y-98160533D01* X157056287Y-98259279D01* X157056284Y-98259281D01* X156901895Y-98391820D01* -X156901891Y-98391824D01* -X156901891Y-98391825D01* -X156891974Y-98404637D01* X156777335Y-98552736D01* X156696160Y-98718226D01* X156687726Y-98735420D01* @@ -6781,7 +7558,7 @@ X152130759Y-99034513D01* X152099946Y-98833378D01* X152029276Y-98642562D01* X151921642Y-98469878D01* -X151807803Y-98350120D01* +X151821190Y-98364203D01* X151781453Y-98322400D01* X151781443Y-98322391D01* X151614444Y-98206157D01* @@ -6799,9 +7576,6 @@ X150479799Y-98161291D01* X150301891Y-98260037D01* X150301888Y-98260039D01* X150147499Y-98392578D01* -X150147495Y-98392582D01* -X150147495Y-98392583D01* -X150134698Y-98409115D01* X150022939Y-98553494D01* X149939842Y-98722902D01* X149933330Y-98736178D01* @@ -6850,11 +7624,11 @@ X136652937Y-99282883D01* X136606293Y-99436645D01* X130414507Y-99436645D01* X130380605Y-99324886D01* -X130370508Y-99305995D01* +X130380602Y-99324880D01* X130290030Y-99155430D01* X130290025Y-99155423D01* X130290023Y-99155419D01* -X130211228Y-99059407D01* +X130218228Y-99067937D01* X130168124Y-99006884D01* X130168115Y-99006875D01* X130060580Y-98918624D01* @@ -6893,14 +7667,14 @@ X128569397Y-97575119D01* X128659969Y-97744569D01* X128659975Y-97744578D01* X128659977Y-97744581D01* -X128693147Y-97784999D01* +X128666349Y-97752345D01* X128781875Y-97893115D01* X128781884Y-97893124D01* -X128826856Y-97930031D01* +X128847674Y-97947116D01* X128930419Y-98015023D01* X128930423Y-98015025D01* X128930430Y-98015030D01* -X129088683Y-98099617D01* +X129087654Y-98099067D01* X129099886Y-98105605D01* X129217841Y-98141386D01* X129283768Y-98161385D01* @@ -6934,10 +7708,10 @@ X130369915Y-96804886D01* X130290030Y-96655430D01* X130290025Y-96655423D01* X130290023Y-96655419D01* -X130215920Y-96565124D01* +X130215464Y-96564569D01* X130168124Y-96506884D01* X130168115Y-96506875D01* -X130071479Y-96427569D01* +X130081521Y-96435810D01* X130019581Y-96384977D01* X130019578Y-96384975D01* X130019569Y-96384969D01* @@ -7017,7 +7791,7 @@ X130290023Y-94155419D01* X130193845Y-94038226D01* X130168124Y-94006884D01* X130168115Y-94006875D01* -X130071618Y-93927683D01* +X130081521Y-93935810D01* X130019581Y-93884977D01* X130019578Y-93884975D01* X130019569Y-93884969D01* @@ -7119,7 +7893,7 @@ X128508232Y-91316279D01* X128499500Y-91360172D01* X128499500Y-93039827D01* X104990499Y-93039827D01* -X104990499Y-92566329D01* +X104990499Y-92562633D01* X104990499Y-91930922D01* X105009406Y-91872734D01* X105058906Y-91836770D01* @@ -7127,6 +7901,7 @@ X105120092Y-91836770D01* X105169592Y-91872734D01* X105187652Y-91918001D01* X105193670Y-91963709D01* +X105219581Y-92026266D01* X105249139Y-92097625D01* X105337379Y-92212621D01* X105452375Y-92300861D01* @@ -7153,7 +7928,7 @@ X111462621Y-92422621D01* X111550861Y-92307625D01* X111606330Y-92173709D01* X111625250Y-92030000D01* -X111616522Y-91963709D01* +X111624758Y-92026266D01* X111606330Y-91886291D01* X111550861Y-91752375D01* X111462621Y-91637379D01* @@ -7246,8 +8021,8 @@ X136765560Y-97694896D01* X136832450Y-97802213D01* X136832452Y-97802215D01* X136832453Y-97802217D01* -X136841878Y-97812132D01* -X136918858Y-97893115D01* +X136872508Y-97844354D01* +X136970190Y-97947116D01* X136972646Y-97949699D01* X136972648Y-97949700D01* X136972651Y-97949703D01* @@ -7269,9 +8044,12 @@ X138871768Y-97338931D01* X138882074Y-97135710D01* X138851261Y-96934575D01* X138780591Y-96743759D01* -X138672957Y-96571075D01* -X138545634Y-96437132D01* -X138532768Y-96423597D01* +X138680940Y-96583883D01* +X138672959Y-96571078D01* +X138672954Y-96571072D01* +X138666772Y-96564569D01* +X138532764Y-96423593D01* +X138532762Y-96423591D01* X138532758Y-96423588D01* X138365759Y-96307354D01* X138365756Y-96307352D01* @@ -7414,4863 +8192,4582 @@ X102925577Y-89643529D01* X102921953Y-89658624D01* X102914501Y-89681562D01* X102914500Y-89681569D01* -X102914500Y-101355876D01* -X102895593Y-101414067D01* -X102846093Y-101450031D01* -X102784907Y-101450031D01* -X102745496Y-101425880D01* -X102551938Y-101232322D01* -X102524161Y-101177805D01* -X102523950Y-101148227D01* -X102525133Y-101140000D01* -X102520564Y-101108225D01* -X102506697Y-101011774D01* -X102452882Y-100893937D01* -X102368049Y-100796033D01* -X102368048Y-100796032D01* -X102368047Y-100796031D01* -X102259073Y-100725998D01* -X102259070Y-100725996D01* -X102259069Y-100725996D01* -X102245746Y-100722084D01* -X102134774Y-100689500D01* -X102134772Y-100689500D01* -X102005228Y-100689500D01* -X102005225Y-100689500D01* -X101880933Y-100725995D01* -X101880926Y-100725998D01* -X101771952Y-100796031D01* -X101687117Y-100893938D01* -X101633302Y-101011774D01* -X101614867Y-101139997D01* -X101614867Y-101140002D01* -X101633302Y-101268225D01* -X101672656Y-101354397D01* -X101687118Y-101386063D01* -X101769386Y-101481007D01* -X101771952Y-101483968D01* -X101850602Y-101534513D01* -X101880931Y-101554004D01* -X102005228Y-101590500D01* -X102089877Y-101590500D01* -X102148068Y-101609407D01* -X102159880Y-101619496D01* -X102320503Y-101780118D01* -X102348281Y-101834635D01* -X102349500Y-101850122D01* -X102349500Y-115214876D01* -X102330593Y-115273067D01* -X102320504Y-115284880D01* -X95959880Y-121645504D01* -X95905363Y-121673281D01* -X95889876Y-121674500D01* -X95019391Y-121674500D01* -X94961200Y-121655593D01* -X94925236Y-121606093D01* -X94925236Y-121544907D01* -X94944569Y-121510671D01* -X95017882Y-121426063D01* -X95071697Y-121308226D01* -X95080977Y-121243684D01* -X95090133Y-121180002D01* -X95090133Y-121179997D01* -X95071697Y-121051774D01* -X95058880Y-121023710D01* -X95017882Y-120933937D01* -X94933049Y-120836033D01* -X94933048Y-120836032D01* -X94933047Y-120836031D01* -X94824073Y-120765998D01* -X94824070Y-120765996D01* -X94824069Y-120765996D01* -X94824066Y-120765995D01* -X94699774Y-120729500D01* -X94699772Y-120729500D01* -X94615124Y-120729500D01* -X94556933Y-120710593D01* -X94545120Y-120700504D01* -X93639496Y-119794880D01* -X93611719Y-119740363D01* -X93610500Y-119724876D01* -X93610500Y-107399623D01* -X93629407Y-107341432D01* -X93639490Y-107329625D01* -X94819620Y-106149496D01* -X94874137Y-106121719D01* -X94889624Y-106120500D01* -X94981352Y-106120500D01* -X94981352Y-106123295D01* -X95029599Y-106131636D01* -X95072249Y-106175506D01* -X95080968Y-106236067D01* -X95070253Y-106263598D01* -X95071115Y-106263992D01* -X95014358Y-106388269D01* -X94995923Y-106516492D01* -X94995923Y-106516497D01* -X95014358Y-106644720D01* -X95064600Y-106754733D01* -X95068174Y-106762558D01* -X95140395Y-106845907D01* -X95153008Y-106860463D01* -X95261982Y-106930496D01* -X95261987Y-106930499D01* -X95386284Y-106966995D01* -X95386286Y-106966995D01* -X95515826Y-106966995D01* -X95515828Y-106966995D01* -X95640125Y-106930499D01* -X95736978Y-106868254D01* -X95796150Y-106852701D01* -X95853167Y-106874900D01* -X95886246Y-106926372D01* -X95889499Y-106951540D01* -X95889499Y-115170991D01* -X95870592Y-115229182D01* -X95860503Y-115240995D01* -X95281267Y-115820231D01* -X95266269Y-115832539D01* -X95251379Y-115842489D01* -X95251376Y-115842491D01* -X95190484Y-115933621D01* -X95187272Y-115949773D01* -X95169103Y-116041115D01* -X95172598Y-116058685D01* -X95174500Y-116077999D01* -X95174500Y-116643084D01* -X95155593Y-116701275D01* -X95150320Y-116707914D01* -X95067118Y-116803936D01* -X95013302Y-116921774D01* -X94994867Y-117049997D01* -X94994867Y-117050002D01* -X95013302Y-117178225D01* -X95046860Y-117251705D01* -X95067118Y-117296063D01* -X95130289Y-117368967D01* -X95151952Y-117393968D01* -X95220418Y-117437968D01* -X95260931Y-117464004D01* -X95385228Y-117500500D01* -X95385230Y-117500500D01* -X95514770Y-117500500D01* -X95514772Y-117500500D01* -X95639069Y-117464004D01* -X95748049Y-117393967D01* -X95832882Y-117296063D01* -X95886697Y-117178226D01* -X95897872Y-117100500D01* -X95905133Y-117050002D01* -X95905133Y-117049997D01* -X95894356Y-116975040D01* -X95904789Y-116914751D01* -X95948667Y-116872108D01* -X96009230Y-116863401D01* -X96063344Y-116891954D01* -X96067157Y-116896108D01* -X96118559Y-116955430D01* -X96151952Y-116993968D01* -X96239140Y-117050000D01* -X96260931Y-117064004D01* -X96385228Y-117100500D01* -X96385230Y-117100500D01* -X96514770Y-117100500D01* -X96514772Y-117100500D01* -X96639069Y-117064004D01* -X96748049Y-116993967D01* -X96764449Y-116975040D01* -X96777769Y-116959669D01* -X96830165Y-116928073D01* -X96852588Y-116925500D01* -X97828116Y-116925500D01* -X97847429Y-116927401D01* -X97865000Y-116930897D01* -X97892132Y-116925500D01* -X97892133Y-116925500D01* -X97972495Y-116909515D01* -X98026447Y-116873465D01* -X98040622Y-116863994D01* -X98040622Y-116863993D01* -X98051342Y-116856831D01* -X98051344Y-116856828D01* -X98063624Y-116848624D01* -X98073574Y-116833730D01* -X98085881Y-116818733D01* -X100278733Y-114625881D01* -X100293729Y-114613575D01* -X100308624Y-114603624D01* -X100328461Y-114573937D01* -X100369515Y-114512495D01* -X100369529Y-114512427D01* -X100373449Y-114492722D01* -X100377999Y-114469844D01* -X100385500Y-114432133D01* -X100385500Y-114432128D01* -X100390896Y-114405000D01* -X100390896Y-114404999D01* -X100387402Y-114387432D01* -X100385500Y-114368120D01* -X100385500Y-113465282D01* -X100404407Y-113407091D01* -X100453907Y-113371127D01* -X100515093Y-113371127D01* -X100559107Y-113403105D01* -X100559483Y-113402730D01* -X100561853Y-113405100D01* -X100564593Y-113407091D01* -X100566313Y-113409560D01* -X100566373Y-113409620D01* -X100566376Y-113409624D01* -X100572849Y-113413949D01* -X100581266Y-113419573D01* -X100596269Y-113431885D01* -X100610061Y-113445677D01* -X100637838Y-113500194D01* -X100638050Y-113529763D01* -X100636867Y-113537995D01* -X100636867Y-113538002D01* -X100655302Y-113666225D01* -X100705464Y-113776063D01* -X100709118Y-113784063D01* -X100776213Y-113861496D01* -X100793952Y-113881968D01* -X100902926Y-113952001D01* -X100902931Y-113952004D01* -X101027228Y-113988500D01* -X101027230Y-113988500D01* -X101156770Y-113988500D01* -X101156772Y-113988500D01* -X101281069Y-113952004D01* -X101390049Y-113881967D01* -X101474882Y-113784063D01* -X101528697Y-113666226D01* -X101543418Y-113563839D01* -X101547133Y-113538002D01* -X101547133Y-113537997D01* -X101528697Y-113409774D01* -X101519440Y-113389504D01* -X101474882Y-113291937D01* -X101390049Y-113194033D01* -X101390048Y-113194032D01* -X101390047Y-113194031D01* -X101281073Y-113123998D01* -X101281070Y-113123996D01* -X101281069Y-113123996D01* -X101281066Y-113123995D01* -X101156774Y-113087500D01* -X101156772Y-113087500D01* -X101139500Y-113087500D01* -X101081309Y-113068593D01* -X101045345Y-113019093D01* -X101040500Y-112988500D01* -X101040500Y-96046915D01* -X101059407Y-95988724D01* -X101064673Y-95982092D01* -X101147882Y-95886063D01* -X101201697Y-95768226D01* -X101208651Y-95719863D01* -X101220133Y-95640002D01* -X101220133Y-95639997D01* -X101201697Y-95511774D01* -X101191523Y-95489496D01* -X101147882Y-95393937D01* -X101063049Y-95296033D01* -X101063048Y-95296032D01* -X101063047Y-95296031D01* -X100954073Y-95225998D01* -X100954070Y-95225996D01* -X100954069Y-95225996D01* -X100928894Y-95218604D01* -X100829774Y-95189500D01* -X100829772Y-95189500D01* -X100700228Y-95189500D01* -X100700225Y-95189500D01* -X100575933Y-95225995D01* -X100575931Y-95225996D01* -X100538023Y-95250358D01* -X100478847Y-95265911D01* -X100421831Y-95243712D01* -X100388752Y-95192240D01* -X100385500Y-95167073D01* -X100385500Y-91621884D01* -X100387402Y-91602570D01* -X100390897Y-91585000D01* -X100369516Y-91477506D01* -X100369516Y-91477505D01* -X100321292Y-91405334D01* -X100321292Y-91405333D01* -X100321288Y-91405329D01* -X100308627Y-91386380D01* -X100308626Y-91386379D01* -X100308624Y-91386376D01* -X100308620Y-91386373D01* -X100301729Y-91379482D01* -X100304097Y-91377113D01* -X100276609Y-91342223D01* -X100270500Y-91307985D01* -X100270500Y-91065123D01* -X100289407Y-91006932D01* -X100299496Y-90995119D01* -X102980120Y-88314496D01* -X103034637Y-88286719D01* -X103050124Y-88285500D01* -X132479876Y-88285500D01* -X132538067Y-88304407D01* -X132549880Y-88314496D01* -X135370504Y-91135119D01* -X135398281Y-91189636D01* -X135399500Y-91205123D01* -X135399500Y-92572056D01* -X135397598Y-92591368D01* -X135394103Y-92608940D01* -X135394103Y-92608943D01* -X135398311Y-92630103D01* -X135398316Y-92630123D01* -X135399500Y-92636073D01* -X135399500Y-92636074D01* -X135415485Y-92716436D01* -X135415486Y-92716437D01* -X135415486Y-92716439D01* -X135473278Y-92802929D01* -X135476376Y-92807565D01* -X135491267Y-92817515D01* -X135506269Y-92829826D01* -X136742921Y-94066478D01* -X136770698Y-94120995D01* -X136761800Y-94180080D01* -X136684646Y-94337371D01* -X136633641Y-94534365D01* -X136623336Y-94737582D01* -X136623335Y-94737585D01* -X136652791Y-94929853D01* -X136654149Y-94938717D01* -X136724819Y-95129533D01* -X136763050Y-95190870D01* -X136832450Y-95302213D01* -X136832452Y-95302215D01* -X136832453Y-95302217D01* -X136872508Y-95344354D01* -X136918858Y-95393115D01* -X136972646Y-95449699D01* -X136972648Y-95449700D01* -X136972651Y-95449703D01* -X137110434Y-95545602D01* -X137139656Y-95565941D01* -X137326645Y-95646185D01* -X137326647Y-95646186D01* -X137525964Y-95687146D01* -X137525967Y-95687146D01* -X137928449Y-95687146D01* -X137954086Y-95684538D01* -X138080143Y-95671720D01* -X138274293Y-95610805D01* -X138452207Y-95512055D01* -X138606600Y-95379512D01* -X138731153Y-95218604D01* -X138820765Y-95035917D01* -X138871768Y-94838931D01* -X138882074Y-94635710D01* -X138851261Y-94434575D01* -X138780591Y-94243759D01* -X138672957Y-94071075D01* -X138585531Y-93979103D01* -X138532768Y-93923597D01* -X138532758Y-93923588D01* -X138365759Y-93807354D01* -X138365756Y-93807352D01* -X138365754Y-93807351D01* -X138178763Y-93727106D01* -X138178765Y-93727106D01* -X138099036Y-93710722D01* -X137979446Y-93686146D01* -X137576963Y-93686146D01* -X137576961Y-93686146D01* -X137425266Y-93701572D01* -X137278485Y-93747625D01* -X137217303Y-93747005D01* -X137178844Y-93723169D01* -X136950368Y-93494693D01* -X143095653Y-93494693D01* -X143114088Y-93622916D01* -X143142965Y-93686146D01* -X143167904Y-93740754D01* -X143227472Y-93809500D01* -X143252738Y-93838659D01* -X143361712Y-93908692D01* -X143361717Y-93908695D01* -X143486014Y-93945191D01* -X143570662Y-93945191D01* -X143628853Y-93964098D01* -X143640666Y-93974187D01* -X146420659Y-96754180D01* -X146432970Y-96769182D01* -X146442920Y-96784073D01* -X146442923Y-96784075D01* -X146442924Y-96784076D01* -X146461873Y-96796737D01* -X146461879Y-96796742D01* -X146465922Y-96799443D01* -X146492078Y-96816920D01* -X146534049Y-96844964D01* -X146614411Y-96860949D01* -X146614412Y-96860949D01* -X146641544Y-96866346D01* -X146659114Y-96862850D01* -X146678428Y-96860949D01* -X149776890Y-96860949D01* -X149835081Y-96879856D01* -X149871045Y-96929356D01* -X149875890Y-96959949D01* -X149875890Y-97450276D01* -X149884622Y-97494169D01* -X149884623Y-97494171D01* -X149917886Y-97543953D01* -X149967668Y-97577216D01* -X149978717Y-97579413D01* -X150011562Y-97585948D01* -X150011568Y-97585948D01* -X150011570Y-97585949D01* -X150011571Y-97585949D01* -X151991209Y-97585949D01* -X151991210Y-97585949D01* -X151991211Y-97585948D01* -X151991217Y-97585948D01* -X152013013Y-97581611D01* -X152035112Y-97577216D01* -X152084894Y-97543953D01* -X152118157Y-97494171D01* -X152124276Y-97463411D01* -X152126889Y-97450276D01* -X152126890Y-97450267D01* -X152126890Y-97449518D01* -X156630286Y-97449518D01* -X156639018Y-97493411D01* -X156639020Y-97493415D01* -X156666563Y-97534636D01* -X156672282Y-97543195D01* -X156722064Y-97576458D01* -X156725865Y-97577214D01* -X156765958Y-97585190D01* -X156765964Y-97585190D01* -X156765966Y-97585191D01* -X156765967Y-97585191D01* -X158745605Y-97585191D01* -X158745606Y-97585191D01* -X158745607Y-97585190D01* -X158745613Y-97585190D01* -X158767409Y-97580853D01* -X158789508Y-97576458D01* -X158839290Y-97543195D01* -X158872553Y-97493413D01* -X158878521Y-97463411D01* -X158881285Y-97449518D01* -X158881286Y-97449509D01* -X158881286Y-95719872D01* -X158881285Y-95719863D01* -X158874750Y-95687018D01* -X158872553Y-95675969D01* -X158839290Y-95626187D01* -X158808482Y-95605602D01* -X158789510Y-95592925D01* -X158789506Y-95592923D01* -X158745613Y-95584191D01* -X158745606Y-95584191D01* -X156765966Y-95584191D01* -X156765958Y-95584191D01* -X156722065Y-95592923D01* -X156722061Y-95592925D01* -X156672284Y-95626185D01* -X156672280Y-95626189D01* -X156639020Y-95675966D01* -X156639018Y-95675970D01* -X156630286Y-95719863D01* -X156630286Y-97449518D01* -X152126890Y-97449518D01* -X152126890Y-95720630D01* -X152126889Y-95720621D01* -X152118157Y-95676728D01* -X152118155Y-95676724D01* -X152114811Y-95671719D01* -X152084894Y-95626945D01* -X152046642Y-95601386D01* -X152035114Y-95593683D01* -X152035110Y-95593681D01* -X151991217Y-95584949D01* -X151991210Y-95584949D01* -X150011570Y-95584949D01* -X150011562Y-95584949D01* -X149967669Y-95593681D01* -X149967665Y-95593683D01* -X149917888Y-95626943D01* -X149917884Y-95626947D01* -X149884624Y-95676724D01* -X149884622Y-95676728D01* -X149875890Y-95720621D01* -X149875890Y-96210949D01* -X149856983Y-96269140D01* -X149807483Y-96305104D01* -X149776890Y-96309949D01* -X146796668Y-96309949D01* -X146738477Y-96291042D01* -X146726664Y-96280953D01* -X144032724Y-93587013D01* -X144004947Y-93532496D01* -X144004736Y-93502918D01* -X144005731Y-93495996D01* -X144005919Y-93494691D01* -X144000859Y-93459500D01* -X143987483Y-93366465D01* -X143975625Y-93340500D01* -X143933668Y-93248628D01* -X143848835Y-93150724D01* -X143848834Y-93150723D01* -X143848833Y-93150722D01* -X143739859Y-93080689D01* -X143739856Y-93080687D01* -X143739855Y-93080687D01* -X143738265Y-93080220D01* -X143615560Y-93044191D01* -X143615558Y-93044191D01* -X143486014Y-93044191D01* -X143486011Y-93044191D01* -X143361719Y-93080686D01* -X143361712Y-93080689D01* -X143252738Y-93150722D01* -X143167903Y-93248629D01* -X143114088Y-93366465D01* -X143095653Y-93494688D01* -X143095653Y-93494693D01* -X136950368Y-93494693D01* -X136811825Y-93356150D01* -X136784048Y-93301633D01* -X136793619Y-93241201D01* -X136836884Y-93197936D01* -X136881829Y-93187146D01* -X138742524Y-93187146D01* -X138742525Y-93187146D01* -X138742526Y-93187145D01* -X138742532Y-93187145D01* -X138764328Y-93182808D01* -X138786427Y-93178413D01* -X138836209Y-93145150D01* -X138869472Y-93095368D01* -X138878205Y-93051466D01* -X138878205Y-91321826D01* -X138878204Y-91321824D01* -X138878204Y-91321818D01* -X138869472Y-91277925D01* -X138869470Y-91277921D01* -X138861835Y-91266494D01* -X138836209Y-91228142D01* -X138830758Y-91224500D01* -X138786429Y-91194880D01* -X138786425Y-91194878D01* -X138742532Y-91186146D01* -X138742525Y-91186146D01* -X137182829Y-91186146D01* -X137124638Y-91167239D01* -X137112825Y-91157150D01* -X136385420Y-90429745D01* -X149850038Y-90429745D01* -X149850039Y-90429746D01* -X150442555Y-90429746D01* -X150500746Y-90448653D01* -X150536710Y-90498153D01* -X150537544Y-90556635D01* -X150533571Y-90570170D01* -X150524044Y-90602618D01* -X150521450Y-90611451D01* -X150521450Y-90748041D01* -X150537544Y-90802856D01* -X150535798Y-90864015D01* -X150498435Y-90912468D01* -X150442555Y-90929746D01* -X149850039Y-90929746D01* -X149896682Y-91083508D01* -X149896684Y-91083513D01* -X149994174Y-91265906D01* -X149994181Y-91265916D01* -X150125390Y-91425796D01* -X150125399Y-91425805D01* -X150285279Y-91557014D01* -X150285289Y-91557021D01* -X150467682Y-91654511D01* -X150467687Y-91654513D01* -X150665616Y-91714554D01* -X150746448Y-91722515D01* -X150746450Y-91722514D01* -X150746450Y-91237938D01* -X150765357Y-91179747D01* -X150814857Y-91143783D01* -X150859540Y-91139946D01* -X150962471Y-91154746D01* -X150962475Y-91154746D01* -X151030429Y-91154746D01* -X151133360Y-91139946D01* -X151193649Y-91150379D01* -X151236292Y-91194256D01* -X151246450Y-91237938D01* -X151246450Y-91722514D01* -X151246451Y-91722515D01* -X151327283Y-91714554D01* -X151525212Y-91654513D01* -X151525217Y-91654511D01* -X151707610Y-91557021D01* -X151707620Y-91557014D01* -X151867500Y-91425805D01* -X151867509Y-91425796D01* -X151998718Y-91265916D01* -X151998725Y-91265906D01* -X152096215Y-91083513D01* -X152096217Y-91083508D01* -X152142861Y-90929746D01* -X151550345Y-90929746D01* -X151492154Y-90910839D01* -X151456190Y-90861339D01* -X151455355Y-90802856D01* -X151471450Y-90748041D01* -X151471450Y-90611451D01* -X151455355Y-90556635D01* -X151457102Y-90495477D01* -X151494465Y-90447024D01* -X151543660Y-90431813D01* -X156610668Y-90431813D01* -X156610669Y-90431814D01* -X157203185Y-90431814D01* -X157261376Y-90450721D01* -X157297340Y-90500221D01* -X157298174Y-90558703D01* -X157287005Y-90596744D01* -X157282687Y-90611453D01* -X157282080Y-90613519D01* -X157282080Y-90750109D01* -X157298174Y-90804924D01* -X157296428Y-90866083D01* -X157259065Y-90914536D01* -X157203185Y-90931814D01* -X156610669Y-90931814D01* -X156657312Y-91085576D01* -X156657314Y-91085581D01* -X156754804Y-91267974D01* -X156754811Y-91267984D01* -X156886020Y-91427864D01* -X156886029Y-91427873D01* -X157045909Y-91559082D01* -X157045919Y-91559089D01* -X157228312Y-91656579D01* -X157228317Y-91656581D01* -X157426246Y-91716622D01* -X157507078Y-91724583D01* -X157507080Y-91724582D01* -X157507080Y-91240006D01* -X157525987Y-91181815D01* -X157575487Y-91145851D01* -X157620170Y-91142014D01* -X157723101Y-91156814D01* -X157723105Y-91156814D01* -X157791059Y-91156814D01* -X157893990Y-91142014D01* -X157954279Y-91152447D01* -X157996922Y-91196324D01* -X158007080Y-91240006D01* -X158007080Y-91724582D01* -X158007081Y-91724583D01* -X158087913Y-91716622D01* -X158285842Y-91656581D01* -X158285847Y-91656579D01* -X158468240Y-91559089D01* -X158468250Y-91559082D01* -X158628130Y-91427873D01* -X158628139Y-91427864D01* -X158759348Y-91267984D01* -X158759355Y-91267974D01* -X158856845Y-91085581D01* -X158856847Y-91085576D01* -X158903491Y-90931814D01* -X158310975Y-90931814D01* -X158252784Y-90912907D01* -X158216820Y-90863407D01* -X158215985Y-90804924D01* -X158232080Y-90750109D01* -X158232080Y-90613519D01* -X158215985Y-90558703D01* -X158217732Y-90497545D01* -X158255095Y-90449092D01* -X158310975Y-90431814D01* -X158903491Y-90431814D01* -X158903491Y-90431813D01* -X158856847Y-90278051D01* -X158856845Y-90278046D01* -X158759355Y-90095653D01* -X158759348Y-90095643D01* -X158628139Y-89935763D01* -X158628130Y-89935754D01* -X158468250Y-89804545D01* -X158468240Y-89804538D01* -X158285847Y-89707048D01* -X158285842Y-89707046D01* -X158087916Y-89647005D01* -X158087910Y-89647004D01* -X158007080Y-89639043D01* -X158007080Y-90123621D01* -X157988173Y-90181812D01* -X157938673Y-90217776D01* -X157893991Y-90221613D01* -X157791060Y-90206814D01* -X157791055Y-90206814D01* -X157723105Y-90206814D01* -X157723100Y-90206814D01* -X157620169Y-90221613D01* -X157559880Y-90211180D01* -X157517237Y-90167302D01* -X157507080Y-90123621D01* -X157507080Y-89639043D01* -X157507079Y-89639043D01* -X157426249Y-89647004D01* -X157426243Y-89647005D01* -X157228317Y-89707046D01* -X157228312Y-89707048D01* -X157045919Y-89804538D01* -X157045909Y-89804545D01* -X156886029Y-89935754D01* -X156886020Y-89935763D01* -X156754811Y-90095643D01* -X156754804Y-90095653D01* -X156657314Y-90278046D01* -X156657312Y-90278051D01* -X156610668Y-90431813D01* -X151543660Y-90431813D01* -X151550345Y-90429746D01* -X152142861Y-90429746D01* -X152142861Y-90429745D01* -X152096217Y-90275983D01* -X152096215Y-90275978D01* -X151998725Y-90093585D01* -X151998718Y-90093575D01* -X151867509Y-89933695D01* -X151867500Y-89933686D01* -X151707620Y-89802477D01* -X151707610Y-89802470D01* -X151525217Y-89704980D01* -X151525212Y-89704978D01* -X151327286Y-89644937D01* -X151327280Y-89644936D01* -X151246450Y-89636975D01* -X151246450Y-90121553D01* -X151227543Y-90179744D01* -X151178043Y-90215708D01* -X151133361Y-90219545D01* -X151030430Y-90204746D01* -X151030425Y-90204746D01* -X150962475Y-90204746D01* -X150962470Y-90204746D01* -X150859539Y-90219545D01* -X150799250Y-90209112D01* -X150756607Y-90165234D01* -X150746450Y-90121553D01* -X150746450Y-89636975D01* -X150746449Y-89636975D01* -X150665619Y-89644936D01* -X150665613Y-89644937D01* -X150467687Y-89704978D01* -X150467682Y-89704980D01* -X150285289Y-89802470D01* -X150285279Y-89802477D01* -X150125399Y-89933686D01* -X150125390Y-89933695D01* -X149994181Y-90093575D01* -X149994174Y-90093585D01* -X149896684Y-90275978D01* -X149896682Y-90275983D01* -X149850038Y-90429745D01* -X136385420Y-90429745D01* -X133196944Y-87241269D01* -X133184632Y-87226266D01* -X133174684Y-87211378D01* -X133174683Y-87211376D01* -X133164645Y-87204669D01* -X133155771Y-87198739D01* -X133155768Y-87198737D01* -X133149684Y-87194672D01* -X133125524Y-87178528D01* -X133083554Y-87150485D01* -X133083553Y-87150484D01* -X133083554Y-87150484D01* -X132997242Y-87133316D01* -X132997230Y-87133313D01* -X132976061Y-87129103D01* -X132976060Y-87129103D01* -X132976059Y-87129103D01* -X132958489Y-87132598D01* -X132939175Y-87134500D01* -X131931748Y-87134500D01* -X131873557Y-87115593D01* -X131837593Y-87066093D01* -X131837593Y-87004907D01* -X131866919Y-86960679D01* -X131870043Y-86957970D01* -X131870049Y-86957967D01* -X131880464Y-86945947D01* -X131899769Y-86923669D01* -X131952165Y-86892073D01* -X131974588Y-86889500D01* -X143862876Y-86889500D01* -X143921067Y-86908407D01* -X143932880Y-86918496D01* -X144305113Y-87290729D01* -X144317422Y-87305729D01* -X144327371Y-87320618D01* -X144327373Y-87320620D01* -X144327376Y-87320624D01* -X144327379Y-87320626D01* -X144350377Y-87335993D01* -X144400556Y-87369522D01* -X144408854Y-87375067D01* -X144423858Y-87387379D01* -X145171347Y-88134868D01* -X145199124Y-88189385D01* -X145199336Y-88218954D01* -X145198153Y-88227186D01* -X145198153Y-88227193D01* -X145216588Y-88355416D01* -X145268290Y-88468625D01* -X145270404Y-88473254D01* -X145349387Y-88564407D01* -X145355238Y-88571159D01* -X145460137Y-88638573D01* -X145464217Y-88641195D01* -X145588514Y-88677691D01* -X145588516Y-88677691D01* -X145718056Y-88677691D01* -X145718058Y-88677691D01* -X145842355Y-88641195D01* -X145951335Y-88571158D01* -X146036168Y-88473254D01* -X146089983Y-88355417D01* -X146099860Y-88286719D01* -X146108419Y-88227193D01* -X146108419Y-88227188D01* -X146089983Y-88098965D01* -X146071056Y-88057521D01* -X146036168Y-87981128D01* -X145951335Y-87883224D01* -X145951334Y-87883223D01* -X145951333Y-87883222D01* -X145842359Y-87813189D01* -X145842356Y-87813187D01* -X145842355Y-87813187D01* -X145842352Y-87813186D01* -X145718060Y-87776691D01* -X145718058Y-87776691D01* -X145633410Y-87776691D01* -X145575219Y-87757784D01* -X145563406Y-87747695D01* -X144768980Y-86953269D01* -X144756668Y-86938266D01* -X144752330Y-86931774D01* -X144746719Y-86923376D01* -X144725995Y-86909528D01* -X144725976Y-86909514D01* -X144696020Y-86889500D01* -X144665239Y-86868932D01* -X144650237Y-86856621D01* -X144238885Y-86445269D01* -X144226573Y-86430266D01* -X144216625Y-86415378D01* -X144216624Y-86415376D01* -X144193623Y-86400007D01* -X144193622Y-86400006D01* -X144167465Y-86382528D01* -X144125494Y-86354484D01* -X144125495Y-86354484D01* -X144039183Y-86337316D01* -X144039171Y-86337313D01* -X144018002Y-86333103D01* -X144018001Y-86333103D01* -X144018000Y-86333103D01* -X144000430Y-86336598D01* -X143981116Y-86338500D01* -X131974588Y-86338500D01* -X131916397Y-86319593D01* -X131899769Y-86304331D01* -X131870050Y-86270034D01* -X131870048Y-86270032D01* -X131761073Y-86199998D01* -X131761070Y-86199996D01* -X131761069Y-86199996D01* -X131761066Y-86199995D01* -X131636774Y-86163500D01* -X131636772Y-86163500D01* -X131507228Y-86163500D01* -X131507225Y-86163500D01* -X131382933Y-86199995D01* -X131382926Y-86199998D01* -X131273952Y-86270031D01* -X131189117Y-86367938D01* -X131135302Y-86485774D01* -X131116867Y-86613997D01* -X131116867Y-86614002D01* -X131135302Y-86742225D01* -X131168053Y-86813938D01* -X131189118Y-86860063D01* -X131273951Y-86957967D01* -X131273952Y-86957968D01* -X131277081Y-86960679D01* -X131308679Y-87013074D01* -X131303444Y-87074035D01* -X131263378Y-87120277D01* -X131212252Y-87134500D01* -X109114500Y-87134500D01* -X109056309Y-87115593D01* -X109020345Y-87066093D01* -X109015500Y-87035500D01* -X109015500Y-85335181D01* -X109015499Y-85335172D01* -X109007706Y-85295998D01* -X109006767Y-85291278D01* -X108973504Y-85241496D01* -X108932314Y-85213974D01* -X108923724Y-85208234D01* -X108923720Y-85208232D01* -X108879827Y-85199500D01* -X108879820Y-85199500D01* -X107150180Y-85199500D01* -X107150172Y-85199500D01* -X107106279Y-85208232D01* -X107106275Y-85208234D01* -X107056498Y-85241494D01* -X107056494Y-85241498D01* -X107023234Y-85291275D01* -X107023232Y-85291279D01* -X107014500Y-85335172D01* -X107014500Y-87035500D01* -X106995593Y-87093691D01* -X106946093Y-87129655D01* -X106915500Y-87134500D01* -X106190092Y-87134500D01* -X106131901Y-87115593D01* -X106095937Y-87066093D01* -X106095937Y-87004907D01* -X106127287Y-86958972D01* -X106185878Y-86910887D01* -X106185877Y-86910887D01* -X106185883Y-86910883D01* -X106310910Y-86758538D01* -X106403814Y-86584727D01* -X106461024Y-86396132D01* -X106463137Y-86374684D01* -X106480341Y-86200003D01* -X106480341Y-86199996D01* -X106461025Y-86003873D01* -X106461024Y-86003870D01* -X106461024Y-86003868D01* -X106403814Y-85815273D01* -X106310910Y-85641462D01* -X106288382Y-85614012D01* -X106185887Y-85489121D01* -X106185878Y-85489112D01* -X106033542Y-85364093D01* -X106033540Y-85364092D01* -X106033538Y-85364090D01* -X105970645Y-85330473D01* -X105859732Y-85271188D01* -X105859730Y-85271187D01* -X105821203Y-85259500D01* -X105746560Y-85236857D01* -X105671129Y-85213975D01* -X105671126Y-85213974D01* -X105475003Y-85194659D01* -X105474997Y-85194659D01* -X105278873Y-85213974D01* -X105278870Y-85213975D01* -X105090269Y-85271187D01* -X105090267Y-85271188D01* -X104916467Y-85364087D01* -X104916457Y-85364093D01* -X104764121Y-85489112D01* -X104764112Y-85489121D01* -X104639093Y-85641457D01* -X104639087Y-85641467D01* -X104546188Y-85815267D01* -X104546187Y-85815269D01* -X104488975Y-86003870D01* -X104488974Y-86003873D01* -X104469659Y-86199996D01* -X104469659Y-86200003D01* -X104488974Y-86396126D01* -X104488975Y-86396129D01* -X104546187Y-86584730D01* -X104546188Y-86584732D01* -X104590101Y-86666887D01* -X104639090Y-86758538D01* -X104639092Y-86758540D01* -X104639093Y-86758542D01* -X104764112Y-86910878D01* -X104764121Y-86910887D01* -X104822713Y-86958972D01* -X104855700Y-87010503D01* -X104852098Y-87071582D01* -X104813283Y-87118879D01* -X104759908Y-87134500D01* -X103650092Y-87134500D01* -X103591901Y-87115593D01* -X103555937Y-87066093D01* -X103555937Y-87004907D01* -X103587287Y-86958972D01* -X103645878Y-86910887D01* -X103645877Y-86910887D01* -X103645883Y-86910883D01* -X103770910Y-86758538D01* -X103863814Y-86584727D01* -X103921024Y-86396132D01* -X103923137Y-86374684D01* -X103940341Y-86200003D01* -X103940341Y-86199996D01* -X103921025Y-86003873D01* -X103921024Y-86003870D01* -X103921024Y-86003868D01* -X103863814Y-85815273D01* -X103770910Y-85641462D01* -X103748382Y-85614012D01* -X103645887Y-85489121D01* -X103645878Y-85489112D01* -X103493542Y-85364093D01* -X103493540Y-85364092D01* -X103493538Y-85364090D01* -X103430645Y-85330473D01* -X103319732Y-85271188D01* -X103319730Y-85271187D01* -X103281203Y-85259500D01* -X103206560Y-85236857D01* -X103131129Y-85213975D01* -X103131126Y-85213974D01* -X102935003Y-85194659D01* -X102934997Y-85194659D01* -X102738873Y-85213974D01* -X102738864Y-85213976D01* -X102624168Y-85248768D01* -X102562995Y-85247566D01* -X102525427Y-85224035D01* -X101986085Y-84684693D01* -X147005653Y-84684693D01* -X147024088Y-84812916D01* -X147071480Y-84916688D01* -X147077904Y-84930754D01* -X147130898Y-84991913D01* -X147162738Y-85028659D01* -X147271712Y-85098692D01* -X147271717Y-85098695D01* -X147356885Y-85123701D01* -X147398998Y-85148687D01* -X149928490Y-87678179D01* -X149956267Y-87732696D01* -X149947370Y-87791780D01* -X149928390Y-87830475D01* -X149881783Y-88010485D01* -X149877387Y-88027462D01* -X149867081Y-88230682D01* -X149867080Y-88230685D01* -X149897616Y-88430002D01* -X149897894Y-88431817D01* -X149968564Y-88622633D01* -X150003978Y-88679450D01* -X150076195Y-88795313D01* -X150076200Y-88795319D01* -X150210783Y-88936900D01* -X150216391Y-88942799D01* -X150216393Y-88942800D01* -X150216396Y-88942803D01* -X150320743Y-89015430D01* -X150383401Y-89059041D01* -X150570390Y-89139285D01* -X150570392Y-89139286D01* -X150769709Y-89180246D01* -X150769712Y-89180246D01* -X151172194Y-89180246D01* -X151197831Y-89177638D01* -X151323888Y-89164820D01* -X151518038Y-89103905D01* -X151695952Y-89005155D01* -X151850345Y-88872612D01* -X151974898Y-88711704D01* -X152064510Y-88529017D01* -X152115513Y-88332031D01* -X152120548Y-88232753D01* -X156627710Y-88232753D01* -X156658207Y-88431817D01* -X156658524Y-88433885D01* -X156729194Y-88624701D01* -X156763319Y-88679450D01* -X156836825Y-88797381D01* -X156836827Y-88797383D01* -X156836828Y-88797385D01* -X156869507Y-88831763D01* -X156965871Y-88933138D01* -X156977021Y-88944867D01* -X156977023Y-88944868D01* -X156977026Y-88944871D01* -X157141054Y-89059037D01* -X157144031Y-89061109D01* -X157331020Y-89141353D01* -X157331022Y-89141354D01* -X157530339Y-89182314D01* -X157530342Y-89182314D01* -X157932824Y-89182314D01* -X157958461Y-89179706D01* -X158084518Y-89166888D01* -X158278668Y-89105973D01* -X158456582Y-89007223D01* -X158610975Y-88874680D01* -X158735528Y-88713772D01* -X158825140Y-88531085D01* -X158876143Y-88334099D01* -X158886449Y-88130878D01* -X158855636Y-87929743D01* -X158784966Y-87738927D01* -X158677332Y-87566243D01* -X158603852Y-87488943D01* -X158537143Y-87418765D01* -X158537133Y-87418756D01* -X158370134Y-87302522D01* -X158370131Y-87302520D01* -X158370129Y-87302519D01* -X158183138Y-87222274D01* -X158183140Y-87222274D01* -X158103411Y-87205890D01* -X157983821Y-87181314D01* -X157581338Y-87181314D01* -X157581336Y-87181314D01* -X157429641Y-87196740D01* -X157235490Y-87257655D01* -X157235489Y-87257656D01* -X157057581Y-87356402D01* -X157057578Y-87356404D01* -X156903189Y-87488943D01* -X156778629Y-87649859D01* -X156695677Y-87818972D01* -X156689020Y-87832543D01* -X156647393Y-87993316D01* -X156638016Y-88029533D01* -X156627711Y-88232750D01* -X156627710Y-88232753D01* -X152120548Y-88232753D01* -X152125819Y-88128810D01* -X152096416Y-87936880D01* -X152095006Y-87927674D01* -X152041348Y-87782793D01* -X152038868Y-87721658D01* -X152064179Y-87678408D01* -X154060775Y-85681814D01* -X156477012Y-85681814D01* -X156486733Y-85730685D01* -X156498394Y-85789309D01* -X156498395Y-85789312D01* -X156535568Y-85844944D01* -X156559285Y-85880438D01* -X156638166Y-85933145D01* -X156676001Y-85981077D01* -X156729192Y-86124697D01* -X156729193Y-86124699D01* -X156729194Y-86124701D01* -X156764422Y-86181220D01* -X156836825Y-86297381D01* -X156836830Y-86297387D01* -X156963141Y-86430266D01* -X156977021Y-86444867D01* -X156977023Y-86444868D01* -X156977026Y-86444871D01* -X157066613Y-86507225D01* -X157144031Y-86561109D01* -X157331020Y-86641353D01* -X157331022Y-86641354D01* -X157530339Y-86682314D01* -X157530342Y-86682314D01* -X157932824Y-86682314D01* -X157958461Y-86679706D01* -X158084518Y-86666888D01* -X158278668Y-86605973D01* -X158456582Y-86507223D01* -X158610975Y-86374680D01* -X158735528Y-86213772D01* -X158825140Y-86031085D01* -X158876143Y-85834099D01* -X158886449Y-85630878D01* -X158855636Y-85429743D01* -X158784966Y-85238927D01* -X158784963Y-85238923D01* -X158784963Y-85238921D01* -X158751551Y-85185316D01* -X158736816Y-85125932D01* -X158759801Y-85069227D01* -X158765551Y-85062957D01* -X159680733Y-84147775D01* -X159695729Y-84135469D01* -X159710624Y-84125518D01* -X159733999Y-84090536D01* -X159750738Y-84065484D01* -X159771515Y-84034389D01* -X159787500Y-83954027D01* -X159787500Y-83954026D01* -X159788449Y-83949256D01* -X159788449Y-83949255D01* -X159792897Y-83926894D01* -X159789402Y-83909321D01* -X159787500Y-83890009D01* -X159787500Y-80306915D01* -X159806407Y-80248724D01* -X159811673Y-80242092D01* -X159894882Y-80146063D01* -X159948697Y-80028226D01* -X159956731Y-79972345D01* -X159967133Y-79900002D01* -X159967133Y-79899997D01* -X159948697Y-79771774D01* -X159938107Y-79748586D01* -X159894882Y-79653937D01* -X159810049Y-79556033D01* -X159810048Y-79556032D01* -X159810047Y-79556031D01* -X159701073Y-79485998D01* -X159701070Y-79485996D01* -X159701069Y-79485996D01* -X159682685Y-79480598D01* -X159576774Y-79449500D01* -X159576772Y-79449500D01* -X159447228Y-79449500D01* -X159447225Y-79449500D01* -X159322933Y-79485995D01* -X159322926Y-79485998D01* -X159213952Y-79556031D01* -X159129117Y-79653938D01* -X159075302Y-79771774D01* -X159056867Y-79899997D01* -X159056867Y-79900002D01* -X159075302Y-80028225D01* -X159129117Y-80146061D01* -X159129118Y-80146063D01* -X159212320Y-80242085D01* -X159236137Y-80298444D01* -X159236500Y-80306915D01* -X159236500Y-83771769D01* -X159217593Y-83829960D01* -X159207504Y-83841773D01* -X159051584Y-83997693D01* -X158997067Y-84025470D01* -X158936635Y-84015899D01* -X158893370Y-83972634D01* -X158882580Y-83927689D01* -X158882580Y-82316995D01* -X158882579Y-82316986D01* -X158873847Y-82273093D01* -X158873845Y-82273089D01* -X158840585Y-82223312D01* -X158840584Y-82223310D01* -X158837486Y-82221240D01* -X158790804Y-82190048D01* -X158790800Y-82190046D01* -X158746907Y-82181314D01* -X158746900Y-82181314D01* -X156767260Y-82181314D01* -X156767252Y-82181314D01* -X156723359Y-82190046D01* -X156723355Y-82190048D01* -X156673578Y-82223308D01* -X156673574Y-82223312D01* -X156640314Y-82273089D01* -X156640312Y-82273093D01* -X156631580Y-82316986D01* -X156631580Y-84046641D01* -X156640312Y-84090534D01* -X156640313Y-84090536D01* -X156673576Y-84140318D01* -X156723358Y-84173581D01* -X156734407Y-84175778D01* -X156767252Y-84182313D01* -X156767258Y-84182313D01* -X156767260Y-84182314D01* -X156767261Y-84182314D01* -X158627955Y-84182314D01* -X158686146Y-84201221D01* -X158722110Y-84250721D01* -X158722110Y-84311907D01* -X158697958Y-84351318D01* -X158331221Y-84718054D01* -X158276705Y-84745831D01* -X158222177Y-84739027D01* -X158183139Y-84722274D01* -X158133308Y-84712034D01* -X157983821Y-84681314D01* -X157581338Y-84681314D01* -X157581336Y-84681314D01* -X157429641Y-84696740D01* -X157235490Y-84757655D01* -X157235489Y-84757656D01* -X157057581Y-84856402D01* -X157057578Y-84856404D01* -X156903189Y-84988943D01* -X156903185Y-84988947D01* -X156903185Y-84988948D01* -X156883341Y-85014584D01* -X156778629Y-85149859D01* -X156689019Y-85332543D01* -X156678453Y-85373351D01* -X156645562Y-85424944D01* -X156637617Y-85430849D01* -X156559286Y-85483189D01* -X156559282Y-85483193D01* -X156498395Y-85574315D01* -X156498394Y-85574318D01* -X156479100Y-85671319D01* -X156477012Y-85681814D01* -X154060775Y-85681814D01* -X154071270Y-85671319D01* -X154071271Y-85671316D01* -X154076913Y-85665675D01* -X154076915Y-85665671D01* -X154093836Y-85648752D01* -X154104787Y-85627257D01* -X154112897Y-85614023D01* -X154127083Y-85594499D01* -X154134536Y-85571556D01* -X154140478Y-85557210D01* -X154151432Y-85535714D01* -X154155207Y-85511877D01* -X154158831Y-85496786D01* -X154166286Y-85473843D01* -X154166286Y-85346977D01* -X154166286Y-82915113D01* -X154185193Y-82856922D01* -X154195276Y-82845115D01* -X157375483Y-79664909D01* -X157375482Y-79664909D01* -X157398050Y-79642342D01* -X157398051Y-79642339D01* -X157399410Y-79640981D01* -X157401160Y-79636236D01* -X157409003Y-79620841D01* -X157417115Y-79607605D01* -X157431296Y-79588090D01* -X157438751Y-79565144D01* -X157444695Y-79550795D01* -X157455646Y-79529304D01* -X157459419Y-79505473D01* -X157463048Y-79490364D01* -X157470498Y-79467435D01* -X157470499Y-79467434D01* -X157470499Y-79437563D01* -X157470500Y-79437538D01* -X157470500Y-75796569D01* -X157470500Y-75796567D01* -X157463041Y-75773611D01* -X157459421Y-75758534D01* -X157455646Y-75734696D01* -X157444693Y-75713201D01* -X157438752Y-75698861D01* -X157431296Y-75675911D01* -X157431294Y-75675908D01* -X157417112Y-75656386D01* -X157408997Y-75643143D01* -X157406491Y-75638225D01* -X157398050Y-75621658D01* -X157388464Y-75612072D01* -X157375486Y-75599093D01* -X156531485Y-74755092D01* -X156503708Y-74700575D01* -X156503677Y-74700376D01* -X156478280Y-74534592D01* -X156407610Y-74343776D01* -X156299976Y-74171092D01* -X156159783Y-74023610D01* -X156159781Y-74023608D01* -X156159777Y-74023605D01* -X155992778Y-73907371D01* -X155992775Y-73907369D01* -X155992773Y-73907368D01* -X155805782Y-73827123D01* -X155805784Y-73827123D01* -X155726055Y-73810739D01* -X155606465Y-73786163D01* -X155203982Y-73786163D01* -X155203980Y-73786163D01* -X155052285Y-73801589D01* -X154858134Y-73862504D01* -X154858133Y-73862505D01* -X154680225Y-73961251D01* -X154680222Y-73961253D01* -X154525833Y-74093792D01* -X154401273Y-74254708D01* -X154323169Y-74413937D01* -X154311664Y-74437392D01* -X154261529Y-74631024D01* -X154260660Y-74634382D01* -X154250355Y-74837599D01* -X154250354Y-74837602D01* -X154280654Y-75035380D01* -X154281168Y-75038734D01* -X154351838Y-75229550D01* -X154387500Y-75286765D01* -X154459469Y-75402230D01* -X154459474Y-75402236D01* -X154596480Y-75546366D01* -X154599665Y-75549716D01* -X154599667Y-75549717D01* -X154599670Y-75549720D01* -X154761856Y-75662604D01* -X154766675Y-75665958D01* -X154953664Y-75746202D01* -X154953666Y-75746203D01* -X155152983Y-75787163D01* -X155152986Y-75787163D01* -X155555468Y-75787163D01* -X155581105Y-75784555D01* -X155707162Y-75771737D01* -X155901312Y-75710822D01* -X156079226Y-75612072D01* -X156104555Y-75590326D01* -X156161023Y-75566768D01* -X156220554Y-75580900D01* -X156239046Y-75595439D01* -X156640504Y-75996897D01* -X156668281Y-76051414D01* -X156669500Y-76066901D01* -X156669500Y-76843914D01* -X156650593Y-76902105D01* -X156601093Y-76938069D01* -X156539907Y-76938069D01* -X156490407Y-76902105D01* -X156481992Y-76887078D01* -X156481785Y-76887190D01* -X156381999Y-76700502D01* -X156381992Y-76700492D01* -X156250783Y-76540612D01* -X156250774Y-76540603D01* -X156090894Y-76409394D01* -X156090884Y-76409387D01* -X155908491Y-76311897D01* -X155908486Y-76311895D01* -X155710560Y-76251854D01* -X155710554Y-76251853D01* -X155629724Y-76243892D01* -X155629724Y-76728470D01* -X155610817Y-76786661D01* -X155561317Y-76822625D01* -X155516635Y-76826462D01* -X155413704Y-76811663D01* -X155413699Y-76811663D01* -X155345749Y-76811663D01* -X155345744Y-76811663D01* -X155242813Y-76826462D01* -X155182524Y-76816029D01* -X155139881Y-76772151D01* -X155129724Y-76728470D01* -X155129724Y-76243892D01* -X155129723Y-76243892D01* -X155048893Y-76251853D01* -X155048887Y-76251854D01* -X154850961Y-76311895D01* -X154850956Y-76311897D01* -X154668563Y-76409387D01* -X154668553Y-76409394D01* -X154508673Y-76540603D01* -X154508664Y-76540612D01* -X154377455Y-76700492D01* -X154377448Y-76700502D01* -X154279958Y-76882895D01* -X154279956Y-76882900D01* -X154233312Y-77036662D01* -X154233313Y-77036663D01* -X154825829Y-77036663D01* -X154884020Y-77055570D01* -X154919984Y-77105070D01* -X154920818Y-77163552D01* -X154904724Y-77218368D01* -X154904724Y-77354958D01* -X154920818Y-77409773D01* -X154919072Y-77470932D01* -X154881709Y-77519385D01* -X154825829Y-77536663D01* -X154233313Y-77536663D01* -X154279956Y-77690425D01* -X154279958Y-77690430D01* -X154377448Y-77872823D01* -X154377455Y-77872833D01* -X154508664Y-78032713D01* -X154508673Y-78032722D01* -X154668553Y-78163931D01* -X154668563Y-78163938D01* -X154850956Y-78261428D01* -X154850961Y-78261430D01* -X155048890Y-78321471D01* -X155129722Y-78329432D01* -X155129724Y-78329431D01* -X155129724Y-77844855D01* -X155148631Y-77786664D01* -X155198131Y-77750700D01* -X155242814Y-77746863D01* -X155345745Y-77761663D01* -X155345749Y-77761663D01* -X155413703Y-77761663D01* -X155516634Y-77746863D01* -X155576923Y-77757296D01* -X155619566Y-77801173D01* -X155629724Y-77844855D01* -X155629724Y-78329431D01* -X155629725Y-78329432D01* -X155710557Y-78321471D01* -X155908486Y-78261430D01* -X155908491Y-78261428D01* -X156090884Y-78163938D01* -X156090894Y-78163931D01* -X156250774Y-78032722D01* -X156250783Y-78032713D01* -X156381992Y-77872833D01* -X156381999Y-77872823D01* -X156481785Y-77686136D01* -X156483060Y-77686817D01* -X156518764Y-77645005D01* -X156578257Y-77630715D01* -X156634787Y-77654124D01* -X156666762Y-77706290D01* -X156669500Y-77729411D01* -X156669500Y-79197099D01* -X156650593Y-79255290D01* -X156640504Y-79267103D01* -X153460301Y-82447306D01* -X153437736Y-82469872D01* -X153437734Y-82469874D01* -X153426783Y-82491365D01* -X153418673Y-82504599D01* -X153404492Y-82524120D01* -X153404487Y-82524129D01* -X153397035Y-82547066D01* -X153391091Y-82561416D01* -X153380141Y-82582905D01* -X153380138Y-82582915D01* -X153376363Y-82606743D01* -X153372739Y-82621838D01* -X153365287Y-82644776D01* -X153365286Y-82644783D01* -X153365286Y-82676695D01* -X153365285Y-85203508D01* -X153346378Y-85261699D01* -X153336289Y-85273512D01* -X151432909Y-87176892D01* -X151378392Y-87204669D01* -X151342977Y-87203862D01* -X151223191Y-87179246D01* -X150820708Y-87179246D01* -X150820706Y-87179246D01* -X150669009Y-87194672D01* -X150669006Y-87194673D01* -X150656780Y-87198508D01* -X150595598Y-87197883D01* -X150557147Y-87174050D01* -X149113782Y-85730685D01* -X149867080Y-85730685D01* -X149897893Y-85931813D01* -X149897894Y-85931817D01* -X149968564Y-86122633D01* -X150014455Y-86196259D01* -X150076195Y-86295313D01* -X150076200Y-86295319D01* -X150212186Y-86438376D01* -X150216391Y-86442799D01* -X150216393Y-86442800D01* -X150216396Y-86442803D01* -X150359644Y-86542506D01* -X150383401Y-86559041D01* -X150570390Y-86639285D01* -X150570392Y-86639286D01* -X150769709Y-86680246D01* -X150769712Y-86680246D01* -X151172194Y-86680246D01* -X151197831Y-86677638D01* -X151323888Y-86664820D01* -X151518038Y-86603905D01* -X151695952Y-86505155D01* -X151850345Y-86372612D01* -X151974898Y-86211704D01* -X152064510Y-86029017D01* -X152115513Y-85832031D01* -X152125819Y-85628810D01* -X152095006Y-85427675D01* -X152024336Y-85236859D01* -X151916702Y-85064175D01* -X151776509Y-84916693D01* -X151776507Y-84916691D01* -X151776503Y-84916688D01* -X151609504Y-84800454D01* -X151609501Y-84800452D01* -X151609499Y-84800451D01* -X151422508Y-84720206D01* -X151422510Y-84720206D01* -X151342781Y-84703822D01* -X151223191Y-84679246D01* -X150820708Y-84679246D01* -X150820706Y-84679246D01* -X150669011Y-84694672D01* -X150474860Y-84755587D01* -X150474859Y-84755588D01* -X150296951Y-84854334D01* -X150296948Y-84854336D01* -X150142559Y-84986875D01* -X150017999Y-85147791D01* -X149929488Y-85328235D01* -X149928390Y-85330475D01* -X149891270Y-85473841D01* -X149877386Y-85527465D01* -X149867081Y-85730682D01* -X149867080Y-85730685D01* -X149113782Y-85730685D01* -X147874741Y-84491644D01* -X147854691Y-84462766D01* -X147843668Y-84438628D01* -X147758835Y-84340724D01* -X147758834Y-84340723D01* -X147758833Y-84340722D01* -X147649859Y-84270689D01* -X147649856Y-84270687D01* -X147649855Y-84270687D01* -X147649852Y-84270686D01* -X147525560Y-84234191D01* -X147525558Y-84234191D01* -X147396014Y-84234191D01* -X147396011Y-84234191D01* -X147271719Y-84270686D01* -X147271712Y-84270689D01* -X147162738Y-84340722D01* -X147077903Y-84438629D01* -X147024088Y-84556465D01* -X147005653Y-84684688D01* -X147005653Y-84684693D01* -X101986085Y-84684693D01* -X101652710Y-84351318D01* -X101345965Y-84044573D01* -X149870950Y-84044573D01* -X149879682Y-84088466D01* -X149879684Y-84088470D01* -X149906598Y-84128750D01* -X149912946Y-84138250D01* -X149962728Y-84171513D01* -X149973114Y-84173579D01* -X150006622Y-84180245D01* -X150006628Y-84180245D01* -X150006630Y-84180246D01* -X150006631Y-84180246D01* -X151986269Y-84180246D01* -X151986270Y-84180246D01* -X151986271Y-84180245D01* -X151986277Y-84180245D01* -X152008073Y-84175908D01* -X152030172Y-84171513D01* -X152079954Y-84138250D01* -X152113217Y-84088468D01* -X152120999Y-84049346D01* -X152121949Y-84044573D01* -X152121950Y-84044564D01* -X152121950Y-82314927D01* -X152121949Y-82314918D01* -X152115414Y-82282073D01* -X152113217Y-82271024D01* -X152079954Y-82221242D01* -X152079290Y-82220798D01* -X152030174Y-82187980D01* -X152030170Y-82187978D01* -X151986277Y-82179246D01* -X151986270Y-82179246D01* -X150006630Y-82179246D01* -X150006622Y-82179246D01* -X149962729Y-82187978D01* -X149962725Y-82187980D01* -X149912948Y-82221240D01* -X149912944Y-82221244D01* -X149879684Y-82271021D01* -X149879682Y-82271025D01* -X149870950Y-82314918D01* -X149870950Y-84044573D01* -X101345965Y-84044573D01* -X100755909Y-83454516D01* -X100755908Y-83454515D01* -X100753424Y-83452031D01* -X100733343Y-83431951D01* -X100733342Y-83431950D01* -X100711847Y-83420997D01* -X100698608Y-83412884D01* -X100692581Y-83408505D01* -X100679090Y-83398704D01* -X100679088Y-83398703D01* -X100656142Y-83391247D01* -X100641788Y-83385301D01* -X100620306Y-83374354D01* -X100596474Y-83370579D01* -X100581374Y-83366953D01* -X100558437Y-83359500D01* -X100558433Y-83359500D01* -X100526519Y-83359500D01* -X90286901Y-83359500D01* -X90228710Y-83340593D01* -X90216897Y-83330504D01* -X86689496Y-79803103D01* -X86661719Y-79748586D01* -X86660500Y-79733099D01* -X86660500Y-74991569D01* -X86660500Y-74991567D01* -X86653042Y-74968613D01* -X86649418Y-74953514D01* -X86646579Y-74935589D01* -X86645646Y-74929696D01* -X86645644Y-74929693D01* -X86645644Y-74929691D01* -X86634694Y-74908201D01* -X86628749Y-74893851D01* -X86621296Y-74870910D01* -X86607115Y-74851391D01* -X86598998Y-74838145D01* -X86588050Y-74816658D01* -X86588048Y-74816656D01* -X86565486Y-74794093D01* -X84533424Y-72762031D01* -X84513343Y-72741951D01* -X84513342Y-72741950D01* -X84491847Y-72730997D01* -X84478608Y-72722884D01* -X84468196Y-72715320D01* -X84459090Y-72708704D01* -X84459088Y-72708703D01* -X84436142Y-72701247D01* -X84421788Y-72695301D01* -X84400306Y-72684354D01* -X84376474Y-72680579D01* -X84361374Y-72676953D01* -X84338437Y-72669500D01* -X84338433Y-72669500D01* -X84306519Y-72669500D01* -X67793433Y-72669500D01* -X67666567Y-72669500D01* -X67666565Y-72669500D01* -X67666562Y-72669501D01* -X67643624Y-72676953D01* -X67628529Y-72680577D01* -X67604701Y-72684352D01* -X67604691Y-72684355D01* -X67583202Y-72695305D01* -X67568852Y-72701249D01* -X67545915Y-72708701D01* -X67545906Y-72708706D01* -X67526385Y-72722887D01* -X67513151Y-72730997D01* -X67491660Y-72741948D01* -X67491658Y-72741950D01* -X67469094Y-72764513D01* -X67469092Y-72764515D01* -X67469090Y-72764515D01* -X67469091Y-72764516D01* -X66918103Y-73315504D01* -X66863586Y-73343281D01* -X66848099Y-73344500D01* -X65640172Y-73344500D01* -X65596279Y-73353232D01* -X65596275Y-73353234D01* -X65546498Y-73386494D01* -X65546494Y-73386498D01* -X65513234Y-73436275D01* -X65513232Y-73436279D01* -X65504500Y-73480172D01* -X65504500Y-75159827D01* -X65513232Y-75203720D01* -X65513234Y-75203724D01* -X65530491Y-75229551D01* -X65546496Y-75253504D01* -X65596278Y-75286767D01* -X65607327Y-75288964D01* -X65640172Y-75295499D01* -X65640178Y-75295499D01* -X65640180Y-75295500D01* -X65640181Y-75295500D01* -X67319819Y-75295500D01* -X67319820Y-75295500D01* -X67319821Y-75295499D01* -X67319827Y-75295499D01* -X67341623Y-75291162D01* -X67363722Y-75286767D01* -X67413504Y-75253504D01* -X67446767Y-75203722D01* -X67455500Y-75159820D01* -X67455500Y-73951900D01* -X67474407Y-73893710D01* -X67484496Y-73881897D01* -X67866897Y-73499496D01* -X67921414Y-73471719D01* -X67936901Y-73470500D01* -X68245899Y-73470500D01* -X68304090Y-73489407D01* -X68340054Y-73538907D01* -X68340054Y-73600093D01* -X68322427Y-73632305D01* -X68204976Y-73775420D01* -X68204969Y-73775430D01* -X68114397Y-73944880D01* -X68114395Y-73944885D01* -X68058614Y-74128768D01* -X68058613Y-74128773D01* -X68039780Y-74319996D01* -X68039780Y-74320003D01* -X68058613Y-74511226D01* -X68058614Y-74511231D01* -X68114395Y-74695114D01* -X68114397Y-74695119D01* -X68204969Y-74864569D01* -X68204975Y-74864578D01* -X68204977Y-74864581D01* -X68240775Y-74908201D01* -X68326875Y-75013115D01* -X68326884Y-75013124D01* -X68383394Y-75059500D01* -X68475419Y-75135023D01* -X68475423Y-75135025D01* -X68475430Y-75135030D01* -X68636070Y-75220893D01* -X68644886Y-75225605D01* -X68764539Y-75261901D01* -X68828768Y-75281385D01* -X68828773Y-75281386D01* -X69019997Y-75300220D01* -X69020000Y-75300220D01* -X69020003Y-75300220D01* -X69211226Y-75281386D01* -X69211231Y-75281385D01* -X69233928Y-75274500D01* -X69395114Y-75225605D01* -X69476654Y-75182021D01* -X69564569Y-75135030D01* -X69564572Y-75135027D01* -X69564581Y-75135023D01* -X69713120Y-75013120D01* -X69835023Y-74864581D01* -X69835027Y-74864572D01* -X69835030Y-74864569D01* -X69925602Y-74695119D01* -X69925605Y-74695114D01* -X69981385Y-74511231D01* -X69981386Y-74511226D01* -X70000220Y-74320003D01* -X70000220Y-74319996D01* -X69981386Y-74128773D01* -X69981385Y-74128768D01* -X69964464Y-74072988D01* -X69925605Y-73944886D01* -X69925602Y-73944880D01* -X69835030Y-73775430D01* -X69835025Y-73775423D01* -X69835023Y-73775419D01* -X69775931Y-73703416D01* -X69717573Y-73632305D01* -X69695273Y-73575328D01* -X69710722Y-73516125D01* -X69758019Y-73477310D01* -X69794101Y-73470500D01* -X84068099Y-73470500D01* -X84126290Y-73489407D01* -X84138103Y-73499496D01* -X85830504Y-75191897D01* -X85858281Y-75246414D01* -X85859500Y-75261901D01* -X85859500Y-80003437D01* -X85866953Y-80026374D01* -X85870579Y-80041474D01* -X85874354Y-80065306D01* -X85885301Y-80086788D01* -X85891247Y-80101142D01* -X85898703Y-80124088D01* -X85898702Y-80124088D01* -X85912884Y-80143608D01* -X85920997Y-80156847D01* -X85931950Y-80178342D01* -X85931951Y-80178343D01* -X85952031Y-80198424D01* -X89819093Y-84065486D01* -X89839453Y-84085845D01* -X89841658Y-84088050D01* -X89863145Y-84098998D01* -X89876386Y-84107112D01* -X89895908Y-84121294D01* -X89895909Y-84121294D01* -X89895911Y-84121296D01* -X89918861Y-84128752D01* -X89933201Y-84134693D01* -X89954696Y-84145646D01* -X89978534Y-84149421D01* -X89993611Y-84153041D01* -X90016567Y-84160500D01* -X90048481Y-84160500D01* -X100288099Y-84160500D01* -X100346290Y-84179407D01* -X100358103Y-84189496D01* -X101163503Y-84994896D01* -X101959035Y-85790427D01* -X101986812Y-85844944D01* -X101983768Y-85889168D01* -X101948976Y-86003864D01* -X101948974Y-86003873D01* -X101929659Y-86199996D01* -X101929659Y-86200003D01* -X101948974Y-86396126D01* -X101948975Y-86396129D01* -X102006187Y-86584730D01* -X102006188Y-86584732D01* -X102050101Y-86666887D01* -X102099090Y-86758538D01* -X102099092Y-86758540D01* -X102099093Y-86758542D01* -X102224112Y-86910878D01* -X102224121Y-86910887D01* -X102282713Y-86958972D01* -X102315700Y-87010503D01* -X102312098Y-87071582D01* -X102273283Y-87118879D01* -X102219908Y-87134500D01* -X98770491Y-87134500D01* -X98712300Y-87115593D01* -X98676336Y-87066093D01* -X98676336Y-87004907D01* -X98712300Y-86955407D01* -X98723823Y-86948190D01* -X98804569Y-86905030D01* -X98804572Y-86905027D01* -X98804581Y-86905023D01* -X98953120Y-86783120D01* -X99075023Y-86634581D01* -X99075027Y-86634572D01* -X99075030Y-86634569D01* -X99143097Y-86507223D01* -X99165605Y-86465114D01* -X99221385Y-86281231D01* -X99221386Y-86281226D01* -X99240220Y-86090003D01* -X99240220Y-86089996D01* -X99221386Y-85898773D01* -X99221385Y-85898768D01* -X99188520Y-85790427D01* -X99165605Y-85714886D01* -X99165602Y-85714880D01* -X99075030Y-85545430D01* -X99075025Y-85545423D01* -X99075023Y-85545419D01* -X98989645Y-85441386D01* -X98953124Y-85396884D01* -X98953115Y-85396875D01* -X98830195Y-85295998D01* -X98804581Y-85274977D01* -X98804578Y-85274975D01* -X98804569Y-85274969D01* -X98635119Y-85184397D01* -X98635114Y-85184395D01* -X98451231Y-85128614D01* -X98451226Y-85128613D01* -X98260003Y-85109780D01* -X98259997Y-85109780D01* -X98068773Y-85128613D01* -X98068768Y-85128614D01* -X97884885Y-85184395D01* -X97884880Y-85184397D01* -X97715430Y-85274969D01* -X97715420Y-85274976D01* -X97566884Y-85396875D01* -X97566875Y-85396884D01* -X97444976Y-85545420D01* -X97444969Y-85545430D01* -X97354397Y-85714880D01* -X97354395Y-85714885D01* -X97298614Y-85898768D01* -X97298613Y-85898773D01* -X97279780Y-86089996D01* -X97279780Y-86090003D01* -X97298613Y-86281226D01* -X97298614Y-86281231D01* -X97354395Y-86465114D01* -X97354397Y-86465119D01* -X97444969Y-86634569D01* -X97444975Y-86634578D01* -X97444977Y-86634581D01* -X97484151Y-86682314D01* -X97566875Y-86783115D01* -X97566884Y-86783124D01* -X97622502Y-86828768D01* -X97715419Y-86905023D01* -X97715423Y-86905025D01* -X97715430Y-86905030D01* -X97796177Y-86948190D01* -X97838584Y-86992295D01* -X97846967Y-87052904D01* -X97818125Y-87106864D01* -X97763073Y-87133566D01* -X97749509Y-87134500D01* -X96230491Y-87134500D01* -X96172300Y-87115593D01* -X96136336Y-87066093D01* -X96136336Y-87004907D01* -X96172300Y-86955407D01* -X96183823Y-86948190D01* -X96264569Y-86905030D01* -X96264572Y-86905027D01* -X96264581Y-86905023D01* -X96413120Y-86783120D01* -X96535023Y-86634581D01* -X96535027Y-86634572D01* -X96535030Y-86634569D01* -X96603097Y-86507223D01* -X96625605Y-86465114D01* -X96681385Y-86281231D01* -X96681386Y-86281226D01* -X96700220Y-86090003D01* -X96700220Y-86089996D01* -X96681386Y-85898773D01* -X96681385Y-85898768D01* -X96648520Y-85790427D01* -X96625605Y-85714886D01* -X96625602Y-85714880D01* -X96535030Y-85545430D01* -X96535025Y-85545423D01* -X96535023Y-85545419D01* -X96449645Y-85441386D01* -X96413124Y-85396884D01* -X96413115Y-85396875D01* -X96290195Y-85295998D01* -X96264581Y-85274977D01* -X96264578Y-85274975D01* -X96264569Y-85274969D01* -X96095119Y-85184397D01* -X96095114Y-85184395D01* -X95911231Y-85128614D01* -X95911226Y-85128613D01* -X95720003Y-85109780D01* -X95719997Y-85109780D01* -X95528773Y-85128613D01* -X95528768Y-85128614D01* -X95344885Y-85184395D01* -X95344880Y-85184397D01* -X95175430Y-85274969D01* -X95175420Y-85274976D01* -X95026884Y-85396875D01* -X95026875Y-85396884D01* -X94904976Y-85545420D01* -X94904969Y-85545430D01* -X94814397Y-85714880D01* -X94814395Y-85714885D01* -X94758614Y-85898768D01* -X94758613Y-85898773D01* -X94739780Y-86089996D01* -X94739780Y-86090003D01* -X94758613Y-86281226D01* -X94758614Y-86281231D01* -X94814395Y-86465114D01* -X94814397Y-86465119D01* -X94904969Y-86634569D01* -X94904975Y-86634578D01* -X94904977Y-86634581D01* -X94944151Y-86682314D01* -X95026875Y-86783115D01* -X95026884Y-86783124D01* -X95082502Y-86828768D01* -X95175419Y-86905023D01* -X95175423Y-86905025D01* -X95175430Y-86905030D01* -X95256177Y-86948190D01* -X95298584Y-86992295D01* -X95306967Y-87052904D01* -X95278125Y-87106864D01* -X95223073Y-87133566D01* -X95209509Y-87134500D01* -X93690491Y-87134500D01* -X93632300Y-87115593D01* -X93596336Y-87066093D01* -X93596336Y-87004907D01* -X93632300Y-86955407D01* -X93643823Y-86948190D01* -X93724569Y-86905030D01* -X93724572Y-86905027D01* -X93724581Y-86905023D01* -X93873120Y-86783120D01* -X93995023Y-86634581D01* -X93995027Y-86634572D01* -X93995030Y-86634569D01* -X94063097Y-86507223D01* -X94085605Y-86465114D01* -X94141385Y-86281231D01* -X94141386Y-86281226D01* -X94160220Y-86090003D01* -X94160220Y-86089996D01* -X94141386Y-85898773D01* -X94141385Y-85898768D01* -X94108520Y-85790427D01* -X94085605Y-85714886D01* -X94085602Y-85714880D01* -X93995030Y-85545430D01* -X93995025Y-85545423D01* -X93995023Y-85545419D01* -X93909645Y-85441386D01* -X93873124Y-85396884D01* -X93873115Y-85396875D01* -X93750195Y-85295998D01* -X93724581Y-85274977D01* -X93724578Y-85274975D01* -X93724569Y-85274969D01* -X93555119Y-85184397D01* -X93555114Y-85184395D01* -X93371231Y-85128614D01* -X93371226Y-85128613D01* -X93180003Y-85109780D01* -X93179997Y-85109780D01* -X92988773Y-85128613D01* -X92988768Y-85128614D01* -X92804885Y-85184395D01* -X92804880Y-85184397D01* -X92635430Y-85274969D01* -X92635420Y-85274976D01* -X92486884Y-85396875D01* -X92486875Y-85396884D01* -X92364976Y-85545420D01* -X92364969Y-85545430D01* -X92274397Y-85714880D01* -X92274395Y-85714885D01* -X92218614Y-85898768D01* -X92218613Y-85898773D01* -X92199780Y-86089996D01* -X92199780Y-86090003D01* -X92218613Y-86281226D01* -X92218614Y-86281231D01* -X92274395Y-86465114D01* -X92274397Y-86465119D01* -X92361293Y-86627691D01* -X92372049Y-86687924D01* -X92345347Y-86742975D01* -X92291386Y-86771817D01* -X92230778Y-86763434D01* -X92203979Y-86744363D01* -X87300885Y-81841269D01* -X87288573Y-81826266D01* -X87278625Y-81811378D01* -X87278624Y-81811376D01* -X87255623Y-81796007D01* -X87255622Y-81796006D01* -X87229465Y-81778528D01* -X87187495Y-81750485D01* -X87187494Y-81750484D01* -X87187495Y-81750484D01* -X87101183Y-81733316D01* -X87101171Y-81733313D01* -X87080002Y-81729103D01* -X87080001Y-81729103D01* -X87080000Y-81729103D01* -X87062430Y-81732598D01* -X87043116Y-81734500D01* -X86527588Y-81734500D01* -X86469397Y-81715593D01* -X86452769Y-81700331D01* -X86423050Y-81666034D01* -X86423048Y-81666032D01* -X86314073Y-81595998D01* -X86314070Y-81595996D01* -X86314069Y-81595996D01* -X86314066Y-81595995D01* -X86189774Y-81559500D01* -X86189772Y-81559500D01* -X86060228Y-81559500D01* -X86060225Y-81559500D01* -X85935933Y-81595995D01* -X85935926Y-81595998D01* -X85826952Y-81666031D01* -X85742117Y-81763938D01* -X85688302Y-81881774D01* -X85669867Y-82009997D01* -X85669867Y-82010002D01* -X85688302Y-82138225D01* -X85727159Y-82223308D01* -X85742118Y-82256063D01* -X85794915Y-82316995D01* -X85826952Y-82353968D01* -X85842466Y-82363938D01* -X85929023Y-82419565D01* -X85967754Y-82466929D01* -X85974500Y-82502848D01* -X85974500Y-102524238D01* -X85955593Y-102582429D01* -X85906093Y-102618393D01* -X85844907Y-102618393D01* -X85800684Y-102589072D01* -X85798053Y-102586036D01* -X85798048Y-102586032D01* -X85689073Y-102515998D01* -X85689070Y-102515996D01* -X85689069Y-102515996D01* -X85689066Y-102515995D01* -X85564774Y-102479500D01* -X85564772Y-102479500D01* -X85435228Y-102479500D01* -X85435225Y-102479500D01* -X85310933Y-102515995D01* -X85310926Y-102515998D01* -X85201952Y-102586031D01* -X85117117Y-102683938D01* -X85063302Y-102801774D01* -X85044867Y-102929997D01* -X85044867Y-102930002D01* -X85063302Y-103058225D01* -X85112341Y-103165604D01* -X85117118Y-103176063D01* -X85201951Y-103273967D01* -X85254022Y-103307431D01* -X85292754Y-103354796D01* -X85299500Y-103390715D01* -X85299500Y-107299875D01* -X85280593Y-107358066D01* -X85270503Y-107369879D01* -X85120918Y-107519463D01* -X85066402Y-107547240D01* -X85005970Y-107537668D01* -X84962705Y-107494404D01* -X84952923Y-107435368D01* -X84953486Y-107431458D01* -X84955133Y-107420000D01* -X84955039Y-107419348D01* -X84936697Y-107291774D01* -X84932209Y-107281946D01* -X84882882Y-107173937D01* -X84861073Y-107148768D01* -X84829680Y-107112538D01* -X84805862Y-107056179D01* -X84805499Y-107047707D01* -X84805499Y-104815321D01* -X84805499Y-102585370D01* -X84824406Y-102527183D01* -X84829671Y-102520553D01* -X84902882Y-102436063D01* -X84956697Y-102318226D01* -X84968248Y-102237886D01* -X84975133Y-102190002D01* -X84975133Y-102189997D01* -X84956697Y-102061774D01* -X84934918Y-102014085D01* -X84902882Y-101943937D01* -X84818049Y-101846033D01* -X84818048Y-101846032D01* -X84818047Y-101846031D01* -X84709073Y-101775998D01* -X84709070Y-101775996D01* -X84709069Y-101775996D01* -X84709066Y-101775995D01* -X84584774Y-101739500D01* -X84584772Y-101739500D01* -X84455228Y-101739500D01* -X84455225Y-101739500D01* -X84330933Y-101775995D01* -X84330926Y-101775998D01* -X84221952Y-101846031D01* -X84137117Y-101943938D01* -X84083302Y-102061774D01* -X84064867Y-102189997D01* -X84064867Y-102190002D01* -X84083302Y-102318225D01* -X84121075Y-102400935D01* -X84137118Y-102436063D01* -X84210319Y-102520543D01* -X84226588Y-102539318D01* -X84225154Y-102540560D01* -X84251927Y-102584960D01* -X84254500Y-102607382D01* -X84254500Y-106988203D01* -X84235593Y-107046394D01* -X84209029Y-107071484D01* -X84201951Y-107076033D01* -X84117117Y-107173938D01* -X84063302Y-107291774D01* -X84044867Y-107419997D01* -X84044867Y-107420002D01* -X84063302Y-107548225D01* -X84111436Y-107653621D01* -X84117118Y-107666063D01* -X84201951Y-107763967D01* -X84201952Y-107763968D01* -X84242926Y-107790300D01* -X84310931Y-107834004D01* -X84435228Y-107870500D01* -X84435230Y-107870500D01* -X84530876Y-107870500D01* -X84589067Y-107889407D01* -X84625031Y-107938907D01* -X84625031Y-108000093D01* -X84600880Y-108039504D01* -X84399880Y-108240504D01* -X84345363Y-108268281D01* -X84329876Y-108269500D01* -X84245225Y-108269500D01* -X84120933Y-108305995D01* -X84120926Y-108305998D01* -X84011952Y-108376031D01* -X84003286Y-108386033D01* -X83977051Y-108416311D01* -X83969320Y-108425233D01* -X83916924Y-108456829D01* -X83855963Y-108451594D01* -X83809722Y-108411526D01* -X83795500Y-108360402D01* -X83795500Y-80980002D01* -X84109867Y-80980002D01* -X84128302Y-81108225D01* -X84135953Y-81124977D01* -X84182118Y-81226063D01* -X84265320Y-81322085D01* -X84289137Y-81378444D01* -X84289500Y-81386915D01* -X84289500Y-94688615D01* -X84287598Y-94707927D01* -X84284103Y-94725499D01* -X84284103Y-94725502D01* -X84288311Y-94746662D01* -X84288316Y-94746682D01* -X84291749Y-94763938D01* -X84305485Y-94832995D01* -X84305486Y-94832996D01* -X84305486Y-94832998D01* -X84366377Y-94924125D01* -X84372104Y-94929853D01* -X84399880Y-94984371D01* -X84400092Y-95013935D01* -X84399867Y-95015500D01* -X84399867Y-95015502D01* -X84418302Y-95143725D01* -X84464362Y-95244581D01* -X84472118Y-95261563D01* -X84534122Y-95333120D01* -X84556952Y-95359468D01* -X84665926Y-95429501D01* -X84665931Y-95429504D01* -X84790228Y-95466000D01* -X84790230Y-95466000D01* -X84919770Y-95466000D01* -X84919772Y-95466000D01* -X85044069Y-95429504D01* -X85153049Y-95359467D01* -X85237882Y-95261563D01* -X85291697Y-95143726D01* -X85301229Y-95077427D01* -X85310133Y-95015502D01* -X85310133Y-95015497D01* -X85291697Y-94887274D01* -X85269617Y-94838926D01* -X85237882Y-94769437D01* -X85153049Y-94671533D01* -X85153048Y-94671532D01* -X85153047Y-94671531D01* -X85044073Y-94601498D01* -X85044070Y-94601496D01* -X85044069Y-94601496D01* -X85025344Y-94595998D01* -X84912978Y-94563005D01* -X84913825Y-94560117D01* -X84870495Y-94538806D01* -X84841948Y-94484688D01* -X84840500Y-94467818D01* -X84840500Y-81386915D01* -X84859407Y-81328724D01* -X84864673Y-81322092D01* -X84947882Y-81226063D01* -X85001697Y-81108226D01* -X85020133Y-80980000D01* -X85001697Y-80851774D01* -X84947882Y-80733937D01* -X84863049Y-80636033D01* -X84863048Y-80636032D01* -X84863047Y-80636031D01* -X84754073Y-80565998D01* -X84754070Y-80565996D01* -X84754069Y-80565996D01* -X84754066Y-80565995D01* -X84629774Y-80529500D01* -X84629772Y-80529500D01* -X84500228Y-80529500D01* -X84500225Y-80529500D01* -X84375933Y-80565995D01* -X84375926Y-80565998D01* -X84266952Y-80636031D01* -X84182117Y-80733938D01* -X84128302Y-80851774D01* -X84109867Y-80979997D01* -X84109867Y-80980002D01* -X83795500Y-80980002D01* -X83795500Y-75760921D01* -X83814407Y-75702730D01* -X83840970Y-75677642D01* -X83933049Y-75618467D01* -X84017882Y-75520563D01* -X84071697Y-75402726D01* -X84084272Y-75315263D01* -X84090133Y-75274502D01* -X84090133Y-75274497D01* -X84071697Y-75146274D01* -X84066559Y-75135023D01* -X84017882Y-75028437D01* -X83933049Y-74930533D01* -X83933048Y-74930532D01* -X83933047Y-74930531D01* -X83824073Y-74860498D01* -X83824070Y-74860496D01* -X83824069Y-74860496D01* -X83824066Y-74860495D01* -X83699774Y-74824000D01* -X83699772Y-74824000D01* -X83570228Y-74824000D01* -X83570225Y-74824000D01* -X83445933Y-74860495D01* -X83445926Y-74860498D01* -X83336952Y-74930531D01* -X83252117Y-75028438D01* -X83198302Y-75146274D01* -X83179867Y-75274497D01* -X83179867Y-75274502D01* -X83198301Y-75402721D01* -X83198302Y-75402723D01* -X83235553Y-75484292D01* -X83244499Y-75525418D01* -X83244499Y-98123090D01* -X83225592Y-98181281D01* -X83176092Y-98217245D01* -X83114906Y-98217245D01* -X83070679Y-98187920D01* -X83043049Y-98156033D01* -X83043048Y-98156032D01* -X82934073Y-98085998D01* -X82934070Y-98085996D01* -X82934069Y-98085996D01* -X82934066Y-98085995D01* -X82809774Y-98049500D01* -X82809772Y-98049500D01* -X82680228Y-98049500D01* -X82680225Y-98049500D01* -X82555933Y-98085995D01* -X82555926Y-98085998D01* -X82446952Y-98156031D01* -X82362117Y-98253938D01* -X82308302Y-98371774D01* -X82289867Y-98499997D01* -X82289867Y-98500002D01* -X82308302Y-98628225D01* -X82359249Y-98739780D01* -X82362118Y-98746063D01* -X82438373Y-98834067D01* -X82446952Y-98843968D01* -X82516434Y-98888621D01* -X82545227Y-98916905D01* -X82546375Y-98918623D01* -X82561266Y-98928573D01* -X82576269Y-98940885D01* -X82655504Y-99020120D01* -X82683281Y-99074637D01* -X82684500Y-99090124D01* -X82684500Y-109844876D01* -X82665593Y-109903067D01* -X82655504Y-109914880D01* -X82639880Y-109930504D01* -X82585363Y-109958281D01* -X82569876Y-109959500D01* -X82485225Y-109959500D01* -X82360933Y-109995995D01* -X82360926Y-109995998D01* -X82251952Y-110066031D01* -X82167117Y-110163938D01* -X82113302Y-110281774D01* -X82094867Y-110409997D01* -X82094867Y-110410002D01* -X82113302Y-110538225D01* -X82141742Y-110600499D01* -X82167118Y-110656063D01* -X82250869Y-110752718D01* -X82251952Y-110753968D01* -X82351951Y-110818233D01* -X82360931Y-110824004D01* -X82485228Y-110860500D01* -X82485230Y-110860500D01* -X82614770Y-110860500D01* -X82614772Y-110860500D01* -X82739069Y-110824004D01* -X82848049Y-110753967D01* -X82932882Y-110656063D01* -X82986697Y-110538226D01* -X82999045Y-110452345D01* -X83005133Y-110410002D01* -X83005133Y-110410000D01* -X83003970Y-110401914D01* -X83003950Y-110401774D01* -X83014379Y-110341487D01* -X83031938Y-110317677D01* -X83070100Y-110279516D01* -X83124617Y-110251739D01* -X83185049Y-110261311D01* -X83228313Y-110304576D01* -X83235789Y-110335719D01* -X83237201Y-110335439D01* -X83243311Y-110366162D01* -X83243316Y-110366182D01* -X83244500Y-110372132D01* -X83244500Y-110372133D01* -X83260485Y-110452495D01* -X83260486Y-110452497D01* -X83260487Y-110452498D01* -X83269531Y-110466034D01* -X83290848Y-110497937D01* -X83299960Y-110511574D01* -X83321376Y-110543624D01* -X83336266Y-110553573D01* -X83351269Y-110565885D01* -X83503061Y-110717677D01* -X83530838Y-110772194D01* -X83531050Y-110801764D01* -X83529867Y-110809995D01* -X83529867Y-110810002D01* -X83531050Y-110818233D01* -X83520614Y-110878521D01* -X83503061Y-110902321D01* -X81909379Y-112496004D01* -X81854862Y-112523781D01* -X81839375Y-112525000D01* -X81750225Y-112525000D01* -X81625933Y-112561495D01* -X81625926Y-112561498D01* -X81516952Y-112631531D01* -X81432117Y-112729438D01* -X81378302Y-112847274D01* -X81359867Y-112975497D01* -X81359867Y-112975502D01* -X81378302Y-113103725D01* -X81426673Y-113209640D01* -X81432118Y-113221563D01* -X81497122Y-113296583D01* -X81516952Y-113319468D01* -X81613299Y-113381386D01* -X81625931Y-113389504D01* -X81750228Y-113426000D01* -X81750230Y-113426000D01* -X81879770Y-113426000D01* -X81879772Y-113426000D01* -X82004069Y-113389504D01* -X82113049Y-113319467D01* -X82197882Y-113221563D01* -X82251697Y-113103726D01* -X82262422Y-113029133D01* -X82270133Y-112975501D01* -X82270133Y-112975500D01* -X82269516Y-112971210D01* -X82279945Y-112910922D01* -X82297500Y-112887114D01* -X83895119Y-111289496D01* -X83949637Y-111261719D01* -X83965124Y-111260500D01* -X84049770Y-111260500D01* -X84049772Y-111260500D01* -X84174069Y-111224004D01* -X84283049Y-111153967D01* -X84367882Y-111056063D01* -X84421697Y-110938226D01* -X84431186Y-110872226D01* -X84440133Y-110810002D01* -X84440133Y-110809997D01* -X84421697Y-110681774D01* -X84384580Y-110600500D01* -X84367882Y-110563937D01* -X84283049Y-110466033D01* -X84283048Y-110466032D01* -X84283047Y-110466031D01* -X84174073Y-110395998D01* -X84174070Y-110395996D01* -X84174069Y-110395996D01* -X84174066Y-110395995D01* -X84049774Y-110359500D01* -X84049772Y-110359500D01* -X83965123Y-110359500D01* -X83906932Y-110340593D01* -X83895119Y-110330503D01* -X83824496Y-110259879D01* -X83796719Y-110205362D01* -X83795500Y-110189876D01* -X83795500Y-109079597D01* -X83814407Y-109021406D01* -X83863907Y-108985442D01* -X83925093Y-108985442D01* -X83969319Y-109014766D01* -X83992936Y-109042022D01* -X84011950Y-109063966D01* -X84011951Y-109063967D01* -X84108549Y-109126047D01* -X84120931Y-109134004D01* -X84245228Y-109170500D01* -X84245230Y-109170500D01* -X84374770Y-109170500D01* -X84374772Y-109170500D01* -X84499069Y-109134004D01* -X84608049Y-109063967D01* -X84692882Y-108966063D01* -X84746697Y-108848226D01* -X84757689Y-108771774D01* -X84765133Y-108720002D01* -X84765133Y-108720000D01* -X84763950Y-108711774D01* -X84774379Y-108651487D01* -X84791934Y-108627680D01* -X85743733Y-107675881D01* -X85758729Y-107663575D01* -X85773624Y-107653624D01* -X85789076Y-107630500D01* -X85793183Y-107624352D01* -X85841231Y-107586472D01* -X85902369Y-107584068D01* -X85953244Y-107618059D01* -X85974424Y-107675462D01* -X85974500Y-107679352D01* -X85974500Y-109681015D01* -X85972598Y-109700327D01* -X85969103Y-109717899D01* -X85969103Y-109717902D01* -X85973311Y-109739062D01* -X85973316Y-109739082D01* -X85974500Y-109745032D01* -X85974500Y-109745033D01* -X85990485Y-109825395D01* -X85990485Y-109825396D01* -X85990486Y-109825397D01* -X85990486Y-109825399D01* -X86001866Y-109842427D01* -X86035326Y-109892505D01* -X86047016Y-109910000D01* -X86051376Y-109916524D01* -X86066266Y-109926473D01* -X86081269Y-109938785D01* -X86955661Y-110813177D01* -X86983438Y-110867694D01* -X86983650Y-110897263D01* -X86982467Y-110905495D01* -X86982467Y-110905502D01* -X87000902Y-111033725D01* -X87054717Y-111151561D01* -X87054718Y-111151563D01* -X87110579Y-111216031D01* -X87139552Y-111249468D01* -X87239870Y-111313938D01* -X87248531Y-111319504D01* -X87372828Y-111356000D01* -X87372830Y-111356000D01* -X87502370Y-111356000D01* -X87502372Y-111356000D01* -X87626669Y-111319504D01* -X87735649Y-111249467D01* -X87820482Y-111151563D01* -X87874297Y-111033726D01* -X87891365Y-110915017D01* -X87892733Y-110905502D01* -X87892733Y-110905497D01* -X87874297Y-110777274D01* -X87863653Y-110753967D01* -X87820482Y-110659437D01* -X87735649Y-110561533D01* -X87735648Y-110561532D01* -X87735647Y-110561531D01* -X87626673Y-110491498D01* -X87626670Y-110491496D01* -X87626669Y-110491496D01* -X87626666Y-110491495D01* -X87502374Y-110455000D01* -X87502372Y-110455000D01* -X87417724Y-110455000D01* -X87359533Y-110436093D01* -X87347720Y-110426004D01* -X86554496Y-109632780D01* -X86526719Y-109578263D01* -X86525500Y-109562776D01* -X86525500Y-108252206D01* -X86544407Y-108194015D01* -X86593907Y-108158051D01* -X86655093Y-108158051D01* -X86678021Y-108168920D01* -X86685931Y-108174004D01* -X86810228Y-108210500D01* -X86810230Y-108210500D01* -X86939770Y-108210500D01* -X86939772Y-108210500D01* -X87064069Y-108174004D01* -X87173049Y-108103967D01* -X87257882Y-108006063D01* -X87311697Y-107888226D01* -X87326307Y-107786611D01* -X87330133Y-107760002D01* -X87330133Y-107759997D01* -X87311697Y-107631774D01* -X87298659Y-107603226D01* -X87257882Y-107513937D01* -X87230324Y-107482133D01* -X87174680Y-107417914D01* -X87150863Y-107361555D01* -X87150500Y-107353084D01* -X87150500Y-101411796D01* -X87169407Y-101353605D01* -X87195978Y-101328511D01* -X87203049Y-101323967D01* -X87287882Y-101226063D01* -X87341697Y-101108226D01* -X87360133Y-100980000D01* -X87358678Y-100969881D01* -X87341697Y-100851774D01* -X87327932Y-100821633D01* -X87287882Y-100733937D01* -X87203049Y-100636033D01* -X87203048Y-100636032D01* -X87203047Y-100636031D01* -X87094073Y-100565998D01* -X87094070Y-100565996D01* -X87094069Y-100565996D01* -X87094066Y-100565995D01* -X86969774Y-100529500D01* -X86969772Y-100529500D01* -X86840228Y-100529500D01* -X86840225Y-100529500D01* -X86715933Y-100565995D01* -X86715931Y-100565996D01* -X86686440Y-100584949D01* -X86678023Y-100590358D01* -X86618847Y-100605911D01* -X86561831Y-100583712D01* -X86528752Y-100532240D01* -X86525500Y-100507073D01* -X86525500Y-82384500D01* -X86544407Y-82326309D01* -X86593907Y-82290345D01* -X86624500Y-82285500D01* -X86924876Y-82285500D01* -X86983067Y-82304407D01* -X86994880Y-82314496D01* -X88775880Y-84095496D01* -X88803657Y-84150013D01* -X88794086Y-84210445D01* -X88750821Y-84253710D01* -X88705876Y-84264500D01* -X88067588Y-84264500D01* -X88009397Y-84245593D01* -X87992769Y-84230331D01* -X87963050Y-84196034D01* -X87963048Y-84196032D01* -X87854073Y-84125998D01* -X87854070Y-84125996D01* -X87854069Y-84125996D01* -X87854066Y-84125995D01* -X87729774Y-84089500D01* -X87729772Y-84089500D01* -X87600228Y-84089500D01* -X87600225Y-84089500D01* -X87475933Y-84125995D01* -X87475926Y-84125998D01* -X87366952Y-84196031D01* -X87282117Y-84293938D01* -X87228302Y-84411774D01* -X87209867Y-84539997D01* -X87209867Y-84540002D01* -X87228302Y-84668225D01* -X87260637Y-84739027D01* -X87282118Y-84786063D01* -X87345260Y-84858934D01* -X87366952Y-84883968D01* -X87417880Y-84916697D01* -X87475931Y-84954004D01* -X87600228Y-84990500D01* -X87600230Y-84990500D01* -X87729770Y-84990500D01* -X87729772Y-84990500D01* -X87854069Y-84954004D01* -X87963049Y-84883967D01* -X87984742Y-84858932D01* -X87992769Y-84849669D01* -X88045165Y-84818073D01* -X88067588Y-84815500D01* -X88614876Y-84815500D01* -X88673067Y-84834407D01* -X88684880Y-84844496D01* -X88950362Y-85109978D01* -X88978139Y-85164495D01* -X88968568Y-85224927D01* -X88925303Y-85268192D01* -X88864871Y-85277763D01* -X88852467Y-85274972D01* -X88799774Y-85259500D01* -X88799772Y-85259500D01* -X88670228Y-85259500D01* -X88670225Y-85259500D01* -X88545933Y-85295995D01* -X88545926Y-85295998D01* -X88436952Y-85366031D01* -X88352117Y-85463938D01* -X88298302Y-85581774D01* -X88279867Y-85709997D01* -X88279867Y-85710002D01* -X88298302Y-85838225D01* -X88352117Y-85956061D01* -X88352118Y-85956063D01* -X88435320Y-86052085D01* -X88459137Y-86108444D01* -X88459500Y-86116915D01* -X88459500Y-86844115D01* -X88440593Y-86902306D01* -X88391093Y-86938270D01* -X88329907Y-86938270D01* -X88280407Y-86902306D01* -X88270447Y-86885242D01* -X88244657Y-86828773D01* -X88237882Y-86813937D01* -X88153049Y-86716033D01* -X88153048Y-86716032D01* -X88153047Y-86716031D01* -X88044073Y-86645998D01* -X88044070Y-86645996D01* -X88044069Y-86645996D01* -X88040289Y-86644886D01* -X87919774Y-86609500D01* -X87919772Y-86609500D01* -X87790228Y-86609500D01* -X87790225Y-86609500D01* -X87665933Y-86645995D01* -X87665926Y-86645998D01* -X87556952Y-86716031D01* -X87472117Y-86813938D01* -X87418302Y-86931774D01* -X87399867Y-87059997D01* -X87399867Y-87060002D01* -X87418302Y-87188225D01* -X87472118Y-87306063D01* -X87555319Y-87402085D01* -X87579136Y-87458444D01* -X87579499Y-87466915D01* -X87579500Y-97748115D01* -X87577598Y-97767427D01* -X87574103Y-97784999D01* -X87574103Y-97785002D01* -X87578311Y-97806162D01* -X87578316Y-97806182D01* -X87579500Y-97812132D01* -X87579500Y-97812133D01* -X87595485Y-97892495D01* -X87595486Y-97892496D01* -X87595486Y-97892498D01* -X87644622Y-97966033D01* -X87656376Y-97983624D01* -X87671267Y-97993574D01* -X87686269Y-98005885D01* -X88913061Y-99232677D01* -X88940838Y-99287194D01* -X88941050Y-99316763D01* -X88939867Y-99324995D01* -X88939867Y-99325002D01* -X88958302Y-99453225D01* -X89008681Y-99563538D01* -X89012118Y-99571063D01* -X89096951Y-99668967D01* -X89096952Y-99668968D01* -X89205926Y-99739001D01* -X89205931Y-99739004D01* -X89330228Y-99775500D01* -X89330230Y-99775500D01* -X89459770Y-99775500D01* -X89459772Y-99775500D01* -X89584069Y-99739004D01* -X89693049Y-99668967D01* -X89777882Y-99571063D01* -X89831697Y-99453226D01* -X89848333Y-99337520D01* -X89850133Y-99325002D01* -X89850133Y-99324997D01* -X89831697Y-99196774D01* -X89820444Y-99172134D01* -X89777882Y-99078937D01* -X89693049Y-98981033D01* -X89693048Y-98981032D01* -X89693047Y-98981031D01* -X89584073Y-98910998D01* -X89584070Y-98910996D01* -X89584069Y-98910996D01* -X89563570Y-98904977D01* -X89459774Y-98874500D01* -X89459772Y-98874500D01* -X89375124Y-98874500D01* -X89316933Y-98855593D01* -X89305120Y-98845504D01* -X88159496Y-97699879D01* -X88131719Y-97645362D01* -X88130500Y-97629875D01* -X88130500Y-87466915D01* -X88149407Y-87408724D01* -X88154673Y-87402092D01* -X88237882Y-87306063D01* -X88270446Y-87234757D01* -X88311819Y-87189680D01* -X88371786Y-87177529D01* -X88427442Y-87202947D01* -X88457528Y-87256224D01* -X88459500Y-87275884D01* -X88459500Y-93168115D01* -X88457598Y-93187427D01* -X88454103Y-93204999D01* -X88454103Y-93205002D01* -X88458311Y-93226162D01* -X88458316Y-93226182D01* -X88459500Y-93232132D01* -X88459500Y-93232133D01* -X88475485Y-93312495D01* -X88475486Y-93312496D01* -X88475486Y-93312498D01* -X88513572Y-93369496D01* -X88536376Y-93403624D01* -X88551267Y-93413574D01* -X88566269Y-93425885D01* -X90599113Y-95458729D01* -X90611422Y-95473729D01* -X90621371Y-95488618D01* -X90621373Y-95488620D01* -X90621376Y-95488624D01* -X90644376Y-95503992D01* -X90644378Y-95503994D01* -X90712505Y-95549515D01* -X90820000Y-95570897D01* -X90837570Y-95567401D01* -X90856884Y-95565500D01* -X93034876Y-95565500D01* -X93093067Y-95584407D01* -X93104880Y-95594496D01* -X95860504Y-98350120D01* -X95888281Y-98404637D01* -X95889500Y-98420124D01* -X95889500Y-98775876D01* -X95870593Y-98834067D01* -X95821093Y-98870031D01* -X95759907Y-98870031D01* -X95720496Y-98845880D01* -X95556938Y-98682322D01* -X95529161Y-98627805D01* -X95528950Y-98598227D01* -X95530133Y-98589999D01* -X95530133Y-98589998D01* -X95511697Y-98461774D01* -X95500942Y-98438225D01* -X95457882Y-98343937D01* -X95373049Y-98246033D01* -X95373048Y-98246032D01* -X95373047Y-98246031D01* -X95264073Y-98175998D01* -X95264070Y-98175996D01* -X95264069Y-98175996D01* -X95264066Y-98175995D01* -X95139774Y-98139500D01* -X95139772Y-98139500D01* -X95010228Y-98139500D01* -X95010225Y-98139500D01* -X94885933Y-98175995D01* -X94885926Y-98175998D01* -X94776952Y-98246031D01* -X94692117Y-98343938D01* -X94638302Y-98461774D01* -X94619867Y-98589997D01* -X94619867Y-98590002D01* -X94638302Y-98718225D01* -X94679931Y-98809377D01* -X94692118Y-98836063D01* -X94775602Y-98932410D01* -X94776952Y-98933968D01* -X94885926Y-99004001D01* -X94885931Y-99004004D01* -X95010228Y-99040500D01* -X95094876Y-99040500D01* -X95153067Y-99059407D01* -X95164880Y-99069496D01* -X95395504Y-99300120D01* -X95423281Y-99354637D01* -X95424500Y-99370124D01* -X95424500Y-103870979D01* -X95405593Y-103929170D01* -X95356093Y-103965134D01* -X95294907Y-103965134D01* -X95250680Y-103935810D01* -X95236504Y-103919450D01* -X95207549Y-103886033D01* -X95207548Y-103886032D01* -X95207547Y-103886031D01* -X95098573Y-103815998D01* -X95098570Y-103815996D01* -X95098569Y-103815996D01* -X95098566Y-103815995D01* -X94974274Y-103779500D01* -X94974272Y-103779500D01* -X94844728Y-103779500D01* -X94844725Y-103779500D01* -X94720433Y-103815995D01* -X94720426Y-103815998D01* -X94611452Y-103886031D01* -X94526617Y-103983938D01* -X94472802Y-104101774D01* -X94462243Y-104175213D01* -X94435247Y-104230120D01* -X94434255Y-104231127D01* -X92904880Y-105760504D01* -X92850363Y-105788281D01* -X92834876Y-105789500D01* -X92750225Y-105789500D01* -X92625933Y-105825995D01* -X92625926Y-105825998D01* -X92516952Y-105896031D01* -X92432117Y-105993938D01* -X92378302Y-106111774D01* -X92359867Y-106239997D01* -X92359867Y-106240002D01* -X92378302Y-106368225D01* -X92432117Y-106486061D01* -X92432118Y-106486063D01* -X92515684Y-106582505D01* -X92516952Y-106583968D01* -X92625926Y-106654001D01* -X92625931Y-106654004D01* -X92750228Y-106690500D01* -X92750230Y-106690500D01* -X92879770Y-106690500D01* -X92879772Y-106690500D01* -X93004069Y-106654004D01* -X93113049Y-106583967D01* -X93197882Y-106486063D01* -X93251697Y-106368226D01* -X93265758Y-106270432D01* -X93270133Y-106240002D01* -X93270133Y-106240000D01* -X93270133Y-106239997D01* -X93268950Y-106231774D01* -X93279379Y-106171487D01* -X93296934Y-106147680D01* -X94740879Y-104703735D01* -X94795394Y-104675960D01* -X94838774Y-104678752D01* -X94844723Y-104680499D01* -X94844726Y-104680499D01* -X94844728Y-104680500D01* -X94844730Y-104680500D01* -X94974270Y-104680500D01* -X94974272Y-104680500D01* -X95098569Y-104644004D01* -X95207549Y-104573967D01* -X95250680Y-104524189D01* -X95303075Y-104492593D01* -X95364036Y-104497828D01* -X95410278Y-104537895D01* -X95424500Y-104589020D01* -X95424500Y-105310979D01* -X95405593Y-105369170D01* -X95356093Y-105405134D01* -X95294907Y-105405134D01* -X95250680Y-105375810D01* -X95249211Y-105374115D01* -X95207549Y-105326033D01* -X95207548Y-105326032D01* -X95207547Y-105326031D01* -X95098573Y-105255998D01* -X95098570Y-105255996D01* -X95098569Y-105255996D01* -X95084003Y-105251719D01* -X94974274Y-105219500D01* -X94974272Y-105219500D01* -X94844728Y-105219500D01* -X94844725Y-105219500D01* -X94720433Y-105255995D01* -X94720426Y-105255998D01* -X94611452Y-105326031D01* -X94526617Y-105423938D01* -X94472802Y-105541774D01* -X94454367Y-105669997D01* -X94454367Y-105670002D01* -X94455550Y-105678233D01* -X94445114Y-105738521D01* -X94427561Y-105762321D01* -X93166267Y-107023615D01* -X93151269Y-107035923D01* -X93136380Y-107045872D01* -X93136374Y-107045878D01* -X93121004Y-107068880D01* -X93106570Y-107090483D01* -X93075486Y-107137003D01* -X93075485Y-107137005D01* -X93065727Y-107186063D01* -X93060622Y-107211726D01* -X93054103Y-107244499D01* -X93057598Y-107262069D01* -X93059500Y-107281383D01* -X93059500Y-119843115D01* -X93057598Y-119862427D01* -X93054103Y-119879999D01* -X93054103Y-119880002D01* -X93058311Y-119901162D01* -X93058316Y-119901182D01* -X93060167Y-119910485D01* -X93075485Y-119987495D01* -X93075486Y-119987496D01* -X93075486Y-119987497D01* -X93085384Y-120002310D01* -X93095522Y-120017482D01* -X93116915Y-120049500D01* -X93136376Y-120078624D01* -X93151266Y-120088573D01* -X93166269Y-120100885D01* -X94153061Y-121087677D01* -X94180838Y-121142194D01* -X94181050Y-121171763D01* -X94179867Y-121179995D01* -X94179867Y-121180002D01* -X94198302Y-121308225D01* -X94241587Y-121403004D01* -X94252118Y-121426063D01* -X94325429Y-121510670D01* -X94349246Y-121567029D01* -X94335387Y-121626624D01* -X94289146Y-121666692D01* -X94250609Y-121674500D01* -X94195124Y-121674500D01* -X94136933Y-121655593D01* -X94125120Y-121645504D01* -X92480885Y-120001269D01* -X92468573Y-119986266D01* -X92468004Y-119985415D01* -X92458624Y-119971376D01* -X92445057Y-119962311D01* -X92439712Y-119958739D01* -X92439709Y-119958737D01* -X92415126Y-119942311D01* -X92409465Y-119938528D01* -X92374784Y-119915355D01* -X92367494Y-119910484D01* -X92367495Y-119910484D01* -X92281183Y-119893316D01* -X92281171Y-119893313D01* -X92260002Y-119889103D01* -X92260001Y-119889103D01* -X92260000Y-119889103D01* -X92242430Y-119892598D01* -X92223116Y-119894500D01* -X90646381Y-119894500D01* -X90588190Y-119875593D01* -X90552226Y-119826093D01* -X90552226Y-119764907D01* -X90571561Y-119730670D01* -X90580770Y-119720041D01* -X90592882Y-119706063D01* -X90646697Y-119588226D01* -X90655267Y-119528618D01* -X90665133Y-119460002D01* -X90665133Y-119459997D01* -X90646697Y-119331774D01* -X90623733Y-119281491D01* -X90597624Y-119224322D01* -X90590650Y-119163536D01* -X90620736Y-119110259D01* -X90676392Y-119084841D01* -X90736359Y-119096992D01* -X90741201Y-119099912D01* -X90840926Y-119164001D01* -X90840931Y-119164004D01* -X90965228Y-119200500D01* -X90965230Y-119200500D01* -X91094770Y-119200500D01* -X91094772Y-119200500D01* -X91219069Y-119164004D01* -X91328049Y-119093967D01* -X91412882Y-118996063D01* -X91434547Y-118948624D01* -X91451861Y-118910713D01* -X91493233Y-118865635D01* -X91553200Y-118853484D01* -X91608856Y-118878902D01* -X91631967Y-118910712D01* -X91669726Y-118993392D01* -X91670984Y-118996146D01* -X91755745Y-119093967D01* -X91755818Y-119094051D01* -X91864663Y-119164001D01* -X91864797Y-119164087D01* -X91989094Y-119200583D01* -X91989096Y-119200583D01* -X92118636Y-119200583D01* -X92118638Y-119200583D01* -X92242935Y-119164087D01* -X92351915Y-119094050D01* -X92436748Y-118996146D01* -X92490563Y-118878309D01* -X92500096Y-118812003D01* -X92508999Y-118750085D01* -X92508999Y-118750080D01* -X92490563Y-118621857D01* -X92471219Y-118579500D01* -X92436748Y-118504020D01* -X92351915Y-118406116D01* -X92351914Y-118406115D01* -X92351913Y-118406114D01* -X92242939Y-118336081D01* -X92242936Y-118336079D01* -X92242935Y-118336079D01* -X92242932Y-118336078D01* -X92118640Y-118299583D01* -X92118638Y-118299583D01* -X92033438Y-118299583D01* -X91975247Y-118280676D01* -X91963434Y-118270587D01* -X91484116Y-117791269D01* -X91471804Y-117776266D01* -X91461856Y-117761378D01* -X91461855Y-117761376D01* -X91438854Y-117746007D01* -X91438853Y-117746006D01* -X91412696Y-117728528D01* -X91408633Y-117725813D01* -X91370756Y-117677763D01* -X91368356Y-117616624D01* -X91402350Y-117565752D01* -X91459755Y-117544576D01* -X91463638Y-117544500D01* -X91504770Y-117544500D01* -X91504772Y-117544500D01* -X91629069Y-117508004D01* -X91738049Y-117437967D01* -X91822882Y-117340063D01* -X91876697Y-117222226D01* -X91886618Y-117153225D01* -X91895133Y-117094002D01* -X91895133Y-117093997D01* -X91876697Y-116965774D01* -X91871968Y-116955419D01* -X91822882Y-116847937D01* -X91787310Y-116806884D01* -X91739680Y-116751914D01* -X91715863Y-116695555D01* -X91715500Y-116687084D01* -X91715500Y-114363025D01* -X91717402Y-114343711D01* -X91720897Y-114326142D01* -X91701416Y-114228209D01* -X91700936Y-114223335D01* -X91699515Y-114218648D01* -X91699515Y-114218647D01* -X91638624Y-114127518D01* -X91623733Y-114117568D01* -X91608731Y-114105257D01* -X90527977Y-113024503D01* -X90500200Y-112969986D01* -X90509771Y-112909554D01* -X90527972Y-112884501D01* -X90998733Y-112413739D01* -X91013729Y-112401433D01* -X91028624Y-112391482D01* -X91051019Y-112357967D01* -X91089515Y-112300353D01* -X91096406Y-112265710D01* -X91099325Y-112251034D01* -X91100979Y-112242718D01* -X91105500Y-112219991D01* -X91105500Y-112219986D01* -X91110896Y-112192858D01* -X91107402Y-112175290D01* -X91105500Y-112155978D01* -X91105500Y-106726884D01* -X91107402Y-106707570D01* -X91108231Y-106703402D01* -X91110897Y-106690000D01* -X91089516Y-106582506D01* -X91089516Y-106582505D01* -X91042056Y-106511477D01* -X91042038Y-106511452D01* -X91039566Y-106507752D01* -X91022956Y-106448864D01* -X91023888Y-106438655D01* -X91024501Y-106434397D01* -X91025133Y-106430000D01* -X91012466Y-106341902D01* -X91006697Y-106301774D01* -X90979520Y-106242266D01* -X90952882Y-106183937D01* -X90868049Y-106086033D01* -X90868048Y-106086032D01* -X90868047Y-106086031D01* -X90759073Y-106015998D01* -X90759070Y-106015996D01* -X90759069Y-106015996D01* -X90752159Y-106013967D01* -X90634774Y-105979500D01* -X90634772Y-105979500D01* -X90505228Y-105979500D01* -X90505225Y-105979500D01* -X90380933Y-106015995D01* -X90380926Y-106015998D01* -X90271952Y-106086031D01* -X90187117Y-106183938D01* -X90133302Y-106301774D01* -X90114867Y-106429997D01* -X90114867Y-106430002D01* -X90133302Y-106558225D01* -X90177044Y-106654004D01* -X90187118Y-106676063D01* -X90265044Y-106765996D01* -X90271952Y-106773968D01* -X90371962Y-106838240D01* -X90380931Y-106844004D01* -X90483391Y-106874088D01* -X90533898Y-106908623D01* -X90554460Y-106966250D01* -X90554500Y-106969078D01* -X90554500Y-112037734D01* -X90535593Y-112095925D01* -X90525504Y-112107738D01* -X89983238Y-112650004D01* -X89928721Y-112677781D01* -X89913234Y-112679000D01* -X87162588Y-112679000D01* -X87104397Y-112660093D01* -X87087769Y-112644831D01* -X87058050Y-112610534D01* -X87058048Y-112610532D01* -X86949073Y-112540498D01* -X86949070Y-112540496D01* -X86949069Y-112540496D01* -X86945173Y-112539352D01* -X86824774Y-112504000D01* -X86824772Y-112504000D01* -X86695228Y-112504000D01* -X86695225Y-112504000D01* -X86570933Y-112540495D01* -X86570926Y-112540498D01* -X86461952Y-112610531D01* -X86377117Y-112708438D01* -X86323302Y-112826274D01* -X86304867Y-112954497D01* -X86304867Y-112954502D01* -X86323302Y-113082725D01* -X86372316Y-113190049D01* -X86377118Y-113200563D01* -X86460320Y-113296585D01* -X86484137Y-113352944D01* -X86484500Y-113361415D01* -X86484500Y-116552266D01* -X86482598Y-116571578D01* -X86479103Y-116589150D01* -X86479103Y-116589153D01* -X86483311Y-116610313D01* -X86483316Y-116610333D01* -X86500485Y-116696647D01* -X86503578Y-116701275D01* -X86508489Y-116708624D01* -X86545550Y-116764091D01* -X86561376Y-116787775D01* -X86576266Y-116797724D01* -X86591269Y-116810036D01* -X86629443Y-116848210D01* -X86657220Y-116902727D01* -X86657432Y-116932296D01* -X86656249Y-116940528D01* -X86656249Y-116940535D01* -X86674684Y-117068758D01* -X86728499Y-117186594D01* -X86728500Y-117186596D01* -X86784918Y-117251707D01* -X86813334Y-117284501D01* -X86899791Y-117340063D01* -X86922313Y-117354537D01* -X87046610Y-117391033D01* -X87046612Y-117391033D01* -X87176152Y-117391033D01* -X87176154Y-117391033D01* -X87300451Y-117354537D01* -X87409431Y-117284500D01* -X87494264Y-117186596D01* -X87548079Y-117068759D01* -X87558832Y-116993968D01* -X87566515Y-116940535D01* -X87566515Y-116940530D01* -X87548079Y-116812307D01* -X87544965Y-116805488D01* -X87494264Y-116694470D01* -X87409431Y-116596566D01* -X87409430Y-116596565D01* -X87409429Y-116596564D01* -X87300455Y-116526531D01* -X87300452Y-116526529D01* -X87300451Y-116526529D01* -X87284257Y-116521774D01* -X87176156Y-116490033D01* -X87176154Y-116490033D01* -X87134500Y-116490033D01* -X87076309Y-116471126D01* -X87040345Y-116421626D01* -X87035500Y-116391033D01* -X87035500Y-113361415D01* -X87054407Y-113303224D01* -X87059675Y-113296589D01* -X87087768Y-113264168D01* -X87140165Y-113232573D01* -X87162588Y-113230000D01* -X89913234Y-113230000D01* -X89971425Y-113248907D01* -X89983238Y-113258996D01* -X91135504Y-114411261D01* -X91163281Y-114465778D01* -X91164500Y-114481265D01* -X91164500Y-116687084D01* -X91145593Y-116745275D01* -X91140320Y-116751914D01* -X91057118Y-116847936D01* -X91003302Y-116965774D01* -X90984867Y-117093997D01* -X90984867Y-117094002D01* -X91003302Y-117222225D01* -X91042826Y-117308768D01* -X91057118Y-117340063D01* -X91141951Y-117437967D01* -X91141952Y-117437968D01* -X91241924Y-117502216D01* -X91280656Y-117549582D01* -X91284149Y-117610668D01* -X91251069Y-117662140D01* -X91194053Y-117684339D01* -X91188401Y-117684500D01* -X84215124Y-117684500D01* -X84156933Y-117665593D01* -X84145120Y-117655504D01* -X80949496Y-114459880D01* -X80921719Y-114405363D01* -X80920500Y-114389876D01* -X80920500Y-111676915D01* -X80939407Y-111618724D01* -X80944673Y-111612092D01* -X81027882Y-111516063D01* -X81081697Y-111398226D01* -X81088991Y-111347494D01* -X81100133Y-111270002D01* -X81100133Y-111269997D01* -X81081697Y-111141774D01* -X81055712Y-111084876D01* -X81027882Y-111023937D01* -X81008031Y-111001027D01* -X80989679Y-110979846D01* -X80965863Y-110923487D01* -X80965500Y-110915017D01* -X80965500Y-105750124D01* -X80984407Y-105691933D01* -X80994496Y-105680120D01* -X81395120Y-105279496D01* -X81449637Y-105251719D01* -X81465124Y-105250500D01* -X81549770Y-105250500D01* -X81549772Y-105250500D01* -X81674069Y-105214004D01* -X81746977Y-105167148D01* -X81806152Y-105151594D01* -X81863168Y-105173793D01* -X81896247Y-105225265D01* -X81899500Y-105250433D01* -X81899499Y-108374134D01* -X81880592Y-108432325D01* -X81831092Y-108468289D01* -X81828391Y-108469124D01* -X81789116Y-108480656D01* -X81770931Y-108485996D01* -X81770929Y-108485996D01* -X81770926Y-108485998D01* -X81661952Y-108556031D01* -X81577117Y-108653938D01* -X81523302Y-108771774D01* -X81504867Y-108899997D01* -X81504867Y-108900002D01* -X81523302Y-109028225D01* -X81570860Y-109132360D01* -X81577118Y-109146063D01* -X81657038Y-109238297D01* -X81661952Y-109243968D01* -X81676221Y-109253138D01* -X81770931Y-109314004D01* -X81895228Y-109350500D01* -X81895230Y-109350500D01* -X82024770Y-109350500D01* -X82024772Y-109350500D01* -X82149069Y-109314004D01* -X82258049Y-109243967D01* -X82342882Y-109146063D01* -X82396697Y-109028226D01* -X82415133Y-108900000D01* -X82415101Y-108899780D01* -X82411244Y-108872951D01* -X82421677Y-108812661D01* -X82426914Y-108803870D01* -X82434515Y-108792495D01* -X82450500Y-108712133D01* -X82450500Y-108712132D01* -X82455897Y-108685000D01* -X82452402Y-108667427D01* -X82450500Y-108648115D01* -X82450500Y-101641883D01* -X82452402Y-101622569D01* -X82455897Y-101605000D01* -X82448314Y-101566880D01* -X82434515Y-101497505D01* -X82434515Y-101497504D01* -X82408526Y-101458610D01* -X82387749Y-101427515D01* -X82387741Y-101427504D01* -X82378763Y-101414067D01* -X82373624Y-101406376D01* -X82358733Y-101396426D01* -X82343731Y-101384115D01* -X82261938Y-101302322D01* -X82234161Y-101247805D01* -X82233950Y-101218227D01* -X82235133Y-101209999D01* -X82235133Y-101209998D01* -X82216697Y-101081774D01* -X82203434Y-101052733D01* -X82162882Y-100963937D01* -X82078049Y-100866033D01* -X82078048Y-100866032D01* -X82078047Y-100866031D01* -X81969073Y-100795998D01* -X81969070Y-100795996D01* -X81969069Y-100795996D01* -X81938237Y-100786943D01* -X81844774Y-100759500D01* -X81844772Y-100759500D01* -X81715228Y-100759500D01* -X81715225Y-100759500D01* -X81590933Y-100795995D01* -X81590926Y-100795998D01* -X81481952Y-100866031D01* -X81397117Y-100963938D01* -X81343302Y-101081774D01* -X81324867Y-101209997D01* -X81324867Y-101210002D01* -X81343302Y-101338225D01* -X81377939Y-101414067D01* -X81397118Y-101456063D01* -X81481951Y-101553967D01* -X81481952Y-101553968D01* -X81583916Y-101619496D01* -X81590931Y-101624004D01* -X81715228Y-101660500D01* -X81799876Y-101660500D01* -X81858067Y-101679407D01* -X81869880Y-101689496D01* -X81870504Y-101690120D01* -X81898281Y-101744637D01* -X81899500Y-101760124D01* -X81899500Y-104349566D01* -X81880593Y-104407757D01* -X81831093Y-104443721D01* -X81769907Y-104443721D01* -X81746977Y-104432850D01* -X81674073Y-104385998D01* -X81674070Y-104385996D01* -X81674069Y-104385996D01* -X81668283Y-104384297D01* -X81549774Y-104349500D01* -X81549772Y-104349500D01* -X81420228Y-104349500D01* -X81420225Y-104349500D01* -X81295933Y-104385995D01* -X81295926Y-104385998D01* -X81186952Y-104456031D01* -X81102117Y-104553938D01* -X81048302Y-104671774D01* -X81029867Y-104799997D01* -X81029867Y-104800002D01* -X81031050Y-104808233D01* -X81020614Y-104868521D01* -X81003061Y-104892321D01* -X80521267Y-105374115D01* -X80506269Y-105386423D01* -X80491380Y-105396372D01* -X80491374Y-105396378D01* -X80485524Y-105405134D01* -X80476007Y-105419376D01* -X80476006Y-105419378D01* -X80471006Y-105426861D01* -X80464300Y-105436897D01* -X80430487Y-105487501D01* -X80430484Y-105487507D01* -X80419690Y-105541774D01* -X80409103Y-105594999D01* -X80412598Y-105612569D01* -X80414500Y-105631883D01* -X80414500Y-110828564D01* -X80395593Y-110886755D01* -X80369023Y-110911848D01* -X80346952Y-110926031D01* -X80262117Y-111023938D01* -X80208302Y-111141774D01* -X80189867Y-111269997D01* -X80189867Y-111270002D01* -X80208302Y-111398225D01* -X80254795Y-111500028D01* -X80262118Y-111516063D01* -X80345320Y-111612085D01* -X80369137Y-111668444D01* -X80369500Y-111676915D01* -X80369500Y-114508115D01* -X80367598Y-114527427D01* -X80364103Y-114544999D01* -X80364103Y-114545002D01* -X80368311Y-114566162D01* -X80368316Y-114566182D01* -X80373660Y-114593051D01* -X80385485Y-114652495D01* -X80385485Y-114652496D01* -X80385486Y-114652497D01* -X80393516Y-114664514D01* -X80394792Y-114666423D01* -X80418909Y-114702518D01* -X80446376Y-114743624D01* -X80454862Y-114749294D01* -X80461266Y-114753573D01* -X80476269Y-114765885D01* -X83805880Y-118095496D01* -X83833657Y-118150013D01* -X83824086Y-118210445D01* -X83780821Y-118253710D01* -X83735876Y-118264500D01* -X83205124Y-118264500D01* -X83146933Y-118245593D01* -X83135120Y-118235504D01* -X78619496Y-113719880D01* -X78591719Y-113665363D01* -X78590500Y-113649876D01* -X78590500Y-111966915D01* -X78609407Y-111908724D01* -X78614673Y-111902092D01* -X78697882Y-111806063D01* -X78751697Y-111688226D01* -X78761811Y-111617884D01* -X78770133Y-111560002D01* -X78770133Y-111559997D01* -X78751697Y-111431774D01* -X78737470Y-111400622D01* -X78697882Y-111313937D01* -X78613049Y-111216033D01* -X78613048Y-111216032D01* -X78613047Y-111216031D01* -X78504073Y-111145998D01* -X78504070Y-111145996D01* -X78504069Y-111145996D01* -X78504066Y-111145995D01* -X78379774Y-111109500D01* -X78379772Y-111109500D01* -X78250228Y-111109500D01* -X78250225Y-111109500D01* -X78125933Y-111145995D01* -X78125926Y-111145998D01* -X78016952Y-111216031D01* -X77932117Y-111313938D01* -X77878302Y-111431774D01* -X77859867Y-111559997D01* -X77859867Y-111560002D01* -X77878302Y-111688225D01* -X77931319Y-111804313D01* -X77932118Y-111806063D01* -X78015320Y-111902085D01* -X78039137Y-111958444D01* -X78039500Y-111966915D01* -X78039500Y-113768115D01* -X78037598Y-113787427D01* -X78034103Y-113804999D01* -X78034103Y-113805002D01* -X78038313Y-113826171D01* -X78038316Y-113826183D01* -X78042313Y-113846278D01* -X78035121Y-113907039D01* -X77993587Y-113951969D01* -X77933578Y-113963905D01* -X77878013Y-113938288D01* -X77875211Y-113935595D01* -X77679496Y-113739880D01* -X77651719Y-113685363D01* -X77650500Y-113669876D01* -X77650500Y-109910002D01* -X78539867Y-109910002D01* -X78558302Y-110038225D01* -X78601403Y-110132600D01* -X78612118Y-110156063D01* -X78696951Y-110253967D01* -X78696952Y-110253968D01* -X78805926Y-110324001D01* -X78805931Y-110324004D01* -X78930228Y-110360500D01* -X78930230Y-110360500D01* -X79059770Y-110360500D01* -X79059772Y-110360500D01* -X79184069Y-110324004D01* -X79293049Y-110253967D01* -X79377882Y-110156063D01* -X79431697Y-110038226D01* -X79444382Y-109949997D01* -X79450133Y-109910002D01* -X79450133Y-109909997D01* -X79431697Y-109781774D01* -X79412191Y-109739062D01* -X79377882Y-109663937D01* -X79369083Y-109653783D01* -X79294680Y-109567914D01* -X79270863Y-109511555D01* -X79270500Y-109503084D01* -X79270500Y-100786915D01* -X79289407Y-100728724D01* -X79294673Y-100722092D01* -X79377882Y-100626063D01* -X79431697Y-100508226D01* -X79448247Y-100393120D01* -X79450133Y-100380002D01* -X79450133Y-100379997D01* -X79431697Y-100251774D01* -X79413023Y-100210885D01* -X79377882Y-100133937D01* -X79352781Y-100104968D01* -X79294680Y-100037914D01* -X79270863Y-99981555D01* -X79270500Y-99973084D01* -X79270500Y-83016915D01* -X79289407Y-82958724D01* -X79294673Y-82952092D01* -X79377882Y-82856063D01* -X79431697Y-82738226D01* -X79445133Y-82644776D01* -X79450133Y-82610002D01* -X79450133Y-82609997D01* -X79431697Y-82481774D01* -X79415955Y-82447305D01* -X79377882Y-82363937D01* -X79293049Y-82266033D01* -X79293048Y-82266032D01* -X79293047Y-82266031D01* -X79184073Y-82195998D01* -X79184070Y-82195996D01* -X79184069Y-82195996D01* -X79184066Y-82195995D01* -X79059774Y-82159500D01* -X79059772Y-82159500D01* -X78930228Y-82159500D01* -X78930225Y-82159500D01* -X78805933Y-82195995D01* -X78805926Y-82195998D01* -X78696952Y-82266031D01* -X78612117Y-82363938D01* -X78558302Y-82481774D01* -X78539867Y-82609997D01* -X78539867Y-82610002D01* -X78558302Y-82738225D01* -X78607341Y-82845604D01* -X78612118Y-82856063D01* -X78667710Y-82920220D01* -X78695319Y-82952083D01* -X78719136Y-83008443D01* -X78719499Y-83016914D01* -X78719499Y-99973086D01* -X78700592Y-100031277D01* -X78695324Y-100037910D01* -X78644281Y-100096818D01* -X78612117Y-100133938D01* -X78558302Y-100251774D01* -X78539867Y-100379997D01* -X78539867Y-100380002D01* -X78558302Y-100508225D01* -X78602775Y-100605605D01* -X78612118Y-100626063D01* -X78695320Y-100722085D01* -X78719137Y-100778444D01* -X78719500Y-100786915D01* -X78719500Y-109503084D01* -X78700593Y-109561275D01* -X78695320Y-109567914D01* -X78612118Y-109663936D01* -X78558302Y-109781774D01* -X78539867Y-109909997D01* -X78539867Y-109910002D01* -X77650500Y-109910002D01* -X77650500Y-109108801D01* -X77669407Y-109050610D01* -X77718907Y-109014646D01* -X77721592Y-109013816D01* -X77789069Y-108994004D01* -X77898049Y-108923967D01* -X77982882Y-108826063D01* -X78036697Y-108708226D01* -X78043240Y-108662718D01* -X78055133Y-108580002D01* -X78055133Y-108579997D01* -X78036697Y-108451774D01* -X78010601Y-108394632D01* -X77982882Y-108333937D01* -X77898049Y-108236033D01* -X77898048Y-108236032D01* -X77898047Y-108236031D01* -X77789073Y-108165998D01* -X77789070Y-108165996D01* -X77789069Y-108165996D01* -X77789066Y-108165995D01* -X77664774Y-108129500D01* -X77664772Y-108129500D01* -X77535228Y-108129500D01* -X77535225Y-108129500D01* -X77410933Y-108165995D01* -X77410926Y-108165998D01* -X77301952Y-108236031D01* -X77217117Y-108333938D01* -X77184553Y-108405242D01* -X77143181Y-108450319D01* -X77083214Y-108462470D01* -X77027558Y-108437052D01* -X76997472Y-108383774D01* -X76995500Y-108364115D01* -X76995500Y-75061144D01* -X77014407Y-75002953D01* -X77019681Y-74996313D01* -X77022046Y-74993584D01* -X77097882Y-74906063D01* -X77151697Y-74788226D01* -X77165084Y-74695119D01* -X77170133Y-74660002D01* -X77170133Y-74659997D01* -X77151697Y-74531774D01* -X77142313Y-74511226D01* -X77097882Y-74413937D01* -X77013049Y-74316033D01* -X77013048Y-74316032D01* -X77013047Y-74316031D01* -X76904073Y-74245998D01* -X76904070Y-74245996D01* -X76904069Y-74245996D01* -X76904066Y-74245995D01* -X76779774Y-74209500D01* -X76779772Y-74209500D01* -X76650228Y-74209500D01* -X76650225Y-74209500D01* -X76525933Y-74245995D01* -X76525926Y-74245998D01* -X76416952Y-74316031D01* -X76332117Y-74413938D01* -X76278302Y-74531774D01* -X76259867Y-74659997D01* -X76259867Y-74660002D01* -X76278302Y-74788225D01* -X76316064Y-74870910D01* -X76332118Y-74906063D01* -X76416951Y-75003967D01* -X76416952Y-75003968D01* -X76420319Y-75007853D01* -X76444136Y-75064213D01* -X76444499Y-75072684D01* -X76444499Y-111084876D01* -X76425592Y-111143067D01* -X76415503Y-111154880D01* -X75781880Y-111788504D01* -X75727363Y-111816281D01* -X75711876Y-111817500D01* -X75627225Y-111817500D01* -X75502933Y-111853995D01* -X75502926Y-111853998D01* -X75393951Y-111924032D01* -X75379319Y-111940919D01* -X75326922Y-111972514D01* -X75265961Y-111967278D01* -X75219721Y-111927209D01* -X75205500Y-111876087D01* -X75205500Y-111040123D01* -X75224407Y-110981932D01* -X75234490Y-110970125D01* -X75893733Y-110310881D01* -X75908729Y-110298575D01* -X75923624Y-110288624D01* -X75942832Y-110259879D01* -X75943075Y-110259516D01* -X75962206Y-110230883D01* -X75976483Y-110209515D01* -X75984515Y-110197495D01* -X76000500Y-110117133D01* -X76000500Y-110117132D01* -X76005897Y-110090000D01* -X76002402Y-110072427D01* -X76000500Y-110053115D01* -X76000500Y-100155009D01* -X76019407Y-100096818D01* -X76045976Y-100071725D01* -X76058049Y-100063967D01* -X76142882Y-99966063D01* -X76196697Y-99848226D01* -X76207153Y-99775500D01* -X76215133Y-99720002D01* -X76215133Y-99719997D01* -X76196697Y-99591774D01* -X76187238Y-99571063D01* -X76142882Y-99473937D01* -X76058049Y-99376033D01* -X76058048Y-99376032D01* -X76058047Y-99376031D01* -X75949073Y-99305998D01* -X75949070Y-99305996D01* -X75949069Y-99305996D01* -X75929057Y-99300120D01* -X75824774Y-99269500D01* -X75824772Y-99269500D01* -X75695228Y-99269500D01* -X75695225Y-99269500D01* -X75570933Y-99305995D01* -X75570926Y-99305998D01* -X75461952Y-99376031D01* -X75377117Y-99473938D01* -X75323302Y-99591774D01* -X75304867Y-99719997D01* -X75304867Y-99720002D01* -X75323302Y-99848225D01* -X75371205Y-99953115D01* -X75377118Y-99966063D01* -X75419024Y-100014426D01* -X75425319Y-100021690D01* -X75449137Y-100078049D01* -X75449500Y-100086521D01* -X75449500Y-109934875D01* -X75430593Y-109993066D01* -X75420504Y-110004879D01* -X74866504Y-110558879D01* -X74811987Y-110586656D01* -X74751555Y-110577085D01* -X74708290Y-110533820D01* -X74697500Y-110488875D01* -X74697500Y-108360448D01* -X74716407Y-108302257D01* -X74765907Y-108266293D01* -X74768611Y-108265458D01* -X74789016Y-108259467D01* -X74897996Y-108189430D01* -X74982829Y-108091526D01* -X75036644Y-107973689D01* -X75049456Y-107884579D01* -X75055080Y-107845465D01* -X75055080Y-107845460D01* -X75036644Y-107717237D01* -X75019342Y-107679352D01* -X74982829Y-107599400D01* -X74897996Y-107501496D01* -X74897995Y-107501495D01* -X74897994Y-107501494D01* -X74789020Y-107431461D01* -X74789017Y-107431459D01* -X74789016Y-107431459D01* -X74789013Y-107431458D01* -X74664721Y-107394963D01* -X74664719Y-107394963D01* -X74535175Y-107394963D01* -X74535172Y-107394963D01* -X74410879Y-107431458D01* -X74405349Y-107433984D01* -X74344562Y-107440955D01* -X74291286Y-107410866D01* -X74265872Y-107355208D01* -X74272141Y-107315734D01* -X74269703Y-107315019D01* -X74271697Y-107308225D01* -X74290133Y-107180002D01* -X74290133Y-107179997D01* -X74271697Y-107051774D01* -X74269002Y-107045872D01* -X74217882Y-106933937D01* -X74133049Y-106836033D01* -X74133048Y-106836032D01* -X74133047Y-106836031D01* -X74024073Y-106765998D01* -X74024070Y-106765996D01* -X74024069Y-106765996D01* -X74014441Y-106763169D01* -X73899774Y-106729500D01* -X73899772Y-106729500D01* -X73770228Y-106729500D01* -X73770225Y-106729500D01* -X73645933Y-106765995D01* -X73645926Y-106765998D01* -X73573023Y-106812850D01* -X73513847Y-106828404D01* -X73456831Y-106806206D01* -X73423752Y-106754733D01* -X73420500Y-106729566D01* -X73420500Y-106646915D01* -X73439407Y-106588724D01* -X73444673Y-106582092D01* -X73527882Y-106486063D01* -X73581697Y-106368226D01* -X73595758Y-106270432D01* -X73600133Y-106240002D01* -X73600133Y-106239997D01* -X73581697Y-106111774D01* -X73560790Y-106065995D01* -X73527882Y-105993937D01* -X73443049Y-105896033D01* -X73443048Y-105896032D01* -X73443047Y-105896031D01* -X73334073Y-105825998D01* -X73334070Y-105825996D01* -X73334069Y-105825996D01* -X73322183Y-105822506D01* -X73209774Y-105789500D01* -X73209772Y-105789500D01* -X73080228Y-105789500D01* -X73080225Y-105789500D01* -X72955933Y-105825995D01* -X72955926Y-105825998D01* -X72846952Y-105896031D01* -X72762117Y-105993938D01* -X72708302Y-106111774D01* -X72702492Y-106152186D01* -X72675496Y-106207094D01* -X72621382Y-106235647D01* -X72560819Y-106226940D01* -X72516941Y-106184297D01* -X72505500Y-106138097D01* -X72505500Y-98859500D01* -X72524407Y-98801309D01* -X72573907Y-98765345D01* -X72604500Y-98760500D01* -X72614770Y-98760500D01* -X72614772Y-98760500D01* -X72739069Y-98724004D01* -X72848049Y-98653967D01* -X72932882Y-98556063D01* -X72986697Y-98438226D01* -X72999817Y-98346972D01* -X73005133Y-98310002D01* -X73005133Y-98309997D01* -X72986697Y-98181774D01* -X72977386Y-98161386D01* -X72932882Y-98063937D01* -X72848049Y-97966033D01* -X72848048Y-97966032D01* -X72848047Y-97966031D01* -X72739073Y-97895998D01* -X72739070Y-97895996D01* -X72739069Y-97895996D01* -X72739066Y-97895995D01* -X72614774Y-97859500D01* -X72614772Y-97859500D01* -X72485228Y-97859500D01* -X72485225Y-97859500D01* -X72360933Y-97895995D01* -X72360926Y-97895998D01* -X72251952Y-97966031D01* -X72167117Y-98063938D01* -X72113302Y-98181774D01* -X72094867Y-98309997D01* -X72094867Y-98310002D01* -X72096050Y-98318233D01* -X72085614Y-98378521D01* -X72068061Y-98402321D01* -X72061267Y-98409115D01* -X72046270Y-98421423D01* -X72034507Y-98429284D01* -X71975620Y-98445896D01* -X71918215Y-98424723D01* -X71884219Y-98373851D01* -X71880500Y-98346972D01* -X71880500Y-96255122D01* -X71899407Y-96196931D01* -X71909490Y-96185124D01* -X72778733Y-95315881D01* -X72793729Y-95303575D01* -X72808624Y-95293624D01* -X72824533Y-95269816D01* -X72869516Y-95202494D01* -X72890897Y-95095000D01* -X72887402Y-95077427D01* -X72885500Y-95058115D01* -X72885500Y-75791882D01* -X72887401Y-75772573D01* -X72890897Y-75755000D01* -X72882109Y-75710822D01* -X72869515Y-75647505D01* -X72856136Y-75627482D01* -X72833682Y-75593877D01* -X72817074Y-75534992D01* -X72818004Y-75524805D01* -X72820133Y-75510000D01* -X72801697Y-75381774D01* -X72747882Y-75263937D01* -X72663049Y-75166033D01* -X72663048Y-75166032D01* -X72663047Y-75166031D01* -X72554073Y-75095998D01* -X72554070Y-75095996D01* -X72554069Y-75095996D01* -X72554066Y-75095995D01* -X72429774Y-75059500D01* -X72429772Y-75059500D01* -X72300228Y-75059500D01* -X72300225Y-75059500D01* -X72175933Y-75095995D01* -X72175926Y-75095998D01* -X72066952Y-75166031D01* -X71982117Y-75263938D01* -X71928302Y-75381774D01* -X71909867Y-75509997D01* -X71909867Y-75510002D01* -X71928302Y-75638225D01* -X71982117Y-75756061D01* -X71982118Y-75756063D01* -X72044867Y-75828480D01* -X72066952Y-75853968D01* -X72175926Y-75924001D01* -X72175931Y-75924004D01* -X72255937Y-75947495D01* -X72263391Y-75949684D01* -X72313898Y-75984219D01* -X72334460Y-76041846D01* -X72334500Y-76044674D01* -X72334500Y-88415273D01* -X72315593Y-88473464D01* -X72266093Y-88509428D01* -X72204907Y-88509428D01* -X72181977Y-88498557D01* -X72069073Y-88425998D01* -X72069070Y-88425996D01* -X72069069Y-88425996D01* -X72069066Y-88425995D01* -X71944774Y-88389500D01* -X71944772Y-88389500D01* -X71860124Y-88389500D01* -X71801933Y-88370593D01* -X71790120Y-88360504D01* -X71530885Y-88101269D01* -X71518573Y-88086266D01* -X71508624Y-88071376D01* -X71487899Y-88057528D01* -X71487890Y-88057521D01* -X71442902Y-88027462D01* -X71417496Y-88010486D01* -X71417495Y-88010485D01* -X71353071Y-87997670D01* -X71331182Y-87993316D01* -X71331162Y-87993311D01* -X71310002Y-87989103D01* -X71310001Y-87989103D01* -X71310000Y-87989103D01* -X71292430Y-87992598D01* -X71273116Y-87994500D01* -X69646944Y-87994500D01* -X69588753Y-87975593D01* -X69552789Y-87926093D01* -X69552789Y-87864907D01* -X69584139Y-87818972D01* -X69635659Y-87776691D01* -X69713120Y-87713120D01* -X69835023Y-87564581D01* -X69835027Y-87564572D01* -X69835030Y-87564569D01* -X69893129Y-87455870D01* -X69925605Y-87395114D01* -X69981385Y-87211231D01* -X69981386Y-87211226D01* -X70000220Y-87020003D01* -X70000220Y-87019996D01* -X69981386Y-86828773D01* -X69981385Y-86828768D01* -X69964109Y-86771817D01* -X69925605Y-86644886D01* -X69920096Y-86634579D01* -X69835030Y-86475430D01* -X69835025Y-86475423D01* -X69835023Y-86475419D01* -X69750655Y-86372616D01* -X69713124Y-86326884D01* -X69713115Y-86326875D01* -X69626521Y-86255810D01* -X69564581Y-86204977D01* -X69564578Y-86204975D01* -X69564569Y-86204969D01* -X69395119Y-86114397D01* -X69395114Y-86114395D01* -X69211231Y-86058614D01* -X69211226Y-86058613D01* -X69020003Y-86039780D01* -X69019997Y-86039780D01* -X68828773Y-86058613D01* -X68828768Y-86058614D01* -X68644885Y-86114395D01* -X68644880Y-86114397D01* -X68475430Y-86204969D01* -X68475420Y-86204976D01* -X68326884Y-86326875D01* -X68326875Y-86326884D01* -X68204976Y-86475420D01* -X68204969Y-86475430D01* -X68114397Y-86644880D01* -X68114395Y-86644885D01* -X68058614Y-86828768D01* -X68058613Y-86828773D01* -X68039780Y-87019996D01* -X68039780Y-87020003D01* -X68058613Y-87211226D01* -X68058614Y-87211231D01* -X68114395Y-87395114D01* -X68114397Y-87395119D01* -X68204969Y-87564569D01* -X68204975Y-87564578D01* -X68204977Y-87564581D01* -X68222245Y-87585622D01* -X68326875Y-87713115D01* -X68326884Y-87713124D01* -X68455861Y-87818972D01* -X68488848Y-87870503D01* -X68485246Y-87931582D01* -X68446431Y-87978879D01* -X68393056Y-87994500D01* -X67885124Y-87994500D01* -X67826933Y-87975593D01* -X67815120Y-87965504D01* -X67388452Y-87538836D01* -X67360675Y-87484319D01* -X67370246Y-87423887D01* -X67371147Y-87422162D01* -X67380873Y-87403967D01* -X67385605Y-87395114D01* -X67441385Y-87211231D01* -X67441386Y-87211226D01* -X67460220Y-87020003D01* -X67460220Y-87019996D01* -X67441386Y-86828773D01* -X67441385Y-86828768D01* -X67424109Y-86771817D01* -X67385605Y-86644886D01* -X67380096Y-86634579D01* -X67295030Y-86475430D01* -X67295025Y-86475423D01* -X67295023Y-86475419D01* -X67210655Y-86372616D01* -X67173124Y-86326884D01* -X67173115Y-86326875D01* -X67086521Y-86255810D01* -X67024581Y-86204977D01* -X67024578Y-86204975D01* -X67024569Y-86204969D01* -X66855119Y-86114397D01* -X66855114Y-86114395D01* -X66671231Y-86058614D01* -X66671226Y-86058613D01* -X66480003Y-86039780D01* -X66479997Y-86039780D01* -X66288773Y-86058613D01* -X66288768Y-86058614D01* -X66104885Y-86114395D01* -X66104880Y-86114397D01* -X65935430Y-86204969D01* -X65935420Y-86204976D01* -X65786884Y-86326875D01* -X65786875Y-86326884D01* -X65664976Y-86475420D01* -X65664969Y-86475430D01* -X65574397Y-86644880D01* -X65574395Y-86644885D01* -X65518614Y-86828768D01* -X65518613Y-86828773D01* -X65499780Y-87019996D01* -X65499780Y-87020003D01* -X65518613Y-87211226D01* -X65518614Y-87211231D01* -X65574395Y-87395114D01* -X65574397Y-87395119D01* -X65664969Y-87564569D01* -X65664975Y-87564578D01* -X65664977Y-87564581D01* -X65682245Y-87585622D01* -X65786875Y-87713115D01* -X65786884Y-87713124D01* -X65832409Y-87750485D01* -X65935419Y-87835023D01* -X65935423Y-87835025D01* -X65935430Y-87835030D01* -X66104880Y-87925602D01* -X66104886Y-87925605D01* -X66232987Y-87964464D01* -X66288768Y-87981385D01* -X66288773Y-87981386D01* -X66479997Y-88000220D01* -X66480000Y-88000220D01* -X66480003Y-88000220D01* -X66671226Y-87981386D01* -X66671231Y-87981385D01* -X66679492Y-87978879D01* -X66855114Y-87925605D01* -X66882162Y-87911146D01* -X66942394Y-87900389D01* -X66997446Y-87927090D01* -X66998836Y-87928452D01* -X67509113Y-88438729D01* -X67521422Y-88453729D01* -X67531371Y-88468618D01* -X67531373Y-88468620D01* -X67531376Y-88468624D01* -X67538620Y-88473464D01* -X67552507Y-88482743D01* -X67552520Y-88482753D01* -X67554378Y-88483994D01* -X67556228Y-88485230D01* -X67622505Y-88529515D01* -X67702867Y-88545500D01* -X67702868Y-88545500D01* -X67730000Y-88550897D01* -X67747570Y-88547401D01* -X67766884Y-88545500D01* -X68398104Y-88545500D01* -X68456295Y-88564407D01* -X68492259Y-88613907D01* -X68496033Y-88659026D01* -X68493003Y-88679450D01* -X68746690Y-88933138D01* -X68774467Y-88987654D01* -X68764896Y-89048086D01* -X68735498Y-89079783D01* -X68736795Y-89081378D01* -X68731543Y-89085650D01* -X68731542Y-89085651D01* -X68682099Y-89125876D01* -X68614258Y-89181068D01* -X68546833Y-89276589D01* -X68497829Y-89313226D01* -X68436649Y-89314062D01* -X68395950Y-89289502D01* -X68139450Y-89033003D01* -X68139449Y-89033003D01* -X68068443Y-89165845D01* -X68068441Y-89165850D01* -X68009829Y-89359064D01* -X68009828Y-89359070D01* -X67990040Y-89559996D01* -X67990040Y-89560003D01* -X68009828Y-89760929D01* -X68009829Y-89760935D01* -X68068441Y-89954149D01* -X68139449Y-90086995D01* -X68395639Y-89830806D01* -X68450156Y-89803029D01* -X68510588Y-89812600D01* -X68553543Y-89855263D01* -X68561697Y-89870999D01* -X68566442Y-89880156D01* -X68669638Y-89990652D01* -X68731888Y-90028507D01* -X68771783Y-90074896D01* -X68776792Y-90135876D01* -X68750453Y-90183097D01* -X68493003Y-90440548D01* -X68493003Y-90440549D01* -X68625849Y-90511558D01* -X68819064Y-90570170D01* -X68819070Y-90570171D01* -X69019997Y-90589960D01* -X69020003Y-90589960D01* -X69220929Y-90570171D01* -X69220935Y-90570170D01* -X69414150Y-90511558D01* -X69546995Y-90440549D01* -X69546995Y-90440548D01* -X69293309Y-90186861D01* -X69265532Y-90132345D01* -X69275103Y-90071913D01* -X69304508Y-90040223D01* -X69303205Y-90038622D01* -X69308456Y-90034349D01* -X69308458Y-90034349D01* -X69425739Y-89938934D01* -X69493167Y-89843408D01* -X69542169Y-89806773D01* -X69603349Y-89805937D01* -X69644049Y-89830497D01* -X69900548Y-90086995D01* -X69900549Y-90086995D01* -X69971558Y-89954150D01* -X70030170Y-89760935D01* -X70030171Y-89760929D01* -X70049960Y-89560003D01* -X70049960Y-89559996D01* -X70030171Y-89359070D01* -X70030170Y-89359064D01* -X69971558Y-89165849D01* -X69900549Y-89033003D01* -X69900548Y-89033003D01* -X69644358Y-89289192D01* -X69589842Y-89316969D01* -X69529410Y-89307397D01* -X69486454Y-89264733D01* -X69473558Y-89239844D01* -X69370362Y-89129348D01* -X69370361Y-89129347D01* -X69370360Y-89129346D01* -X69308110Y-89091491D01* -X69268215Y-89045102D01* -X69263206Y-88984122D01* -X69289545Y-88936900D01* -X69546995Y-88679449D01* -X69543966Y-88659026D01* -X69554131Y-88598690D01* -X69597819Y-88555853D01* -X69641895Y-88545500D01* -X71154876Y-88545500D01* -X71213067Y-88564407D01* -X71224880Y-88574496D01* -X71398061Y-88747677D01* -X71425838Y-88802194D01* -X71426050Y-88831763D01* -X71424867Y-88839995D01* -X71424867Y-88840002D01* -X71443302Y-88968225D01* -X71484775Y-89059037D01* -X71497118Y-89086063D01* -X71573818Y-89174581D01* -X71581952Y-89183968D01* -X71668899Y-89239845D01* -X71690931Y-89254004D01* -X71815228Y-89290500D01* -X71815230Y-89290500D01* -X71944770Y-89290500D01* -X71944772Y-89290500D01* -X72069069Y-89254004D01* -X72178049Y-89183967D01* -X72178051Y-89183964D01* -X72181976Y-89181442D01* -X72241151Y-89165887D01* -X72298168Y-89188086D01* -X72331247Y-89239558D01* -X72334500Y-89264726D01* -X72334500Y-94939875D01* -X72315593Y-94998066D01* -X72305504Y-95009879D01* -X71436267Y-95879115D01* -X71421269Y-95891423D01* -X71406379Y-95901373D01* -X71406378Y-95901373D01* -X71350903Y-95984396D01* -X71338593Y-95999395D01* -X71337510Y-96000477D01* -X71339626Y-96021960D01* -X71333789Y-96051306D01* -X71324103Y-96100000D01* -X71325365Y-96106346D01* -X71327598Y-96117569D01* -X71329500Y-96136883D01* -X71329500Y-105184134D01* -X71310593Y-105242325D01* -X71261093Y-105278289D01* -X71258392Y-105279124D01* -X71200931Y-105295996D01* -X71200926Y-105295998D01* -X71091952Y-105366031D01* -X71007117Y-105463938D01* -X70953302Y-105581774D01* -X70934867Y-105709997D01* -X70934867Y-105710002D01* -X70953302Y-105838225D01* -X70979702Y-105896031D01* -X71007118Y-105956063D01* -X71091951Y-106053967D01* -X71091952Y-106053968D01* -X71200926Y-106124001D01* -X71200931Y-106124004D01* -X71263392Y-106142343D01* -X71313898Y-106176878D01* -X71334460Y-106234505D01* -X71334500Y-106237333D01* -X71334500Y-111660500D01* -X71315593Y-111718691D01* -X71266093Y-111754655D01* -X71235500Y-111759500D01* -X71170225Y-111759500D01* -X71045933Y-111795995D01* -X71045926Y-111795998D01* -X70936952Y-111866031D01* -X70852117Y-111963938D01* -X70798302Y-112081774D01* -X70779867Y-112209997D01* -X70779867Y-112210002D01* -X70798302Y-112338225D01* -X70839405Y-112428226D01* -X70852118Y-112456063D01* -X70925280Y-112540498D01* -X70936952Y-112553968D01* -X71027201Y-112611967D01* -X71045931Y-112624004D01* -X71170228Y-112660500D01* -X71170230Y-112660500D01* -X71299770Y-112660500D01* -X71299772Y-112660500D01* -X71424069Y-112624004D01* -X71533049Y-112553967D01* -X71617882Y-112456063D01* -X71671697Y-112338226D01* -X71678001Y-112294377D01* -X71690133Y-112210002D01* -X71690133Y-112210000D01* -X71689454Y-112205278D01* -X71688950Y-112201774D01* -X71699379Y-112141487D01* -X71716934Y-112117680D01* -X71778733Y-112055881D01* -X71793730Y-112043574D01* -X71800501Y-112039050D01* -X71859389Y-112022444D01* -X71916792Y-112043623D01* -X71950784Y-112094498D01* -X71954500Y-112121368D01* -X71954500Y-113124875D01* -X71935593Y-113183066D01* -X71925504Y-113194879D01* -X70466267Y-114654115D01* -X70451269Y-114666423D01* -X70436380Y-114676372D01* -X70436374Y-114676378D01* -X70421006Y-114699377D01* -X70403528Y-114725534D01* -X70375484Y-114767506D01* -X70362008Y-114835258D01* -X70361298Y-114838830D01* -X70354103Y-114875000D01* -X70354584Y-114877420D01* -X70357598Y-114892569D01* -X70359500Y-114911883D01* -X70359500Y-118324875D01* -X70340593Y-118383066D01* -X70330504Y-118394879D01* -X69574677Y-119150705D01* -X69520160Y-119178482D01* -X69459728Y-119168911D01* -X69458059Y-119168040D01* -X69395114Y-119134395D01* -X69371178Y-119127134D01* -X69211231Y-119078614D01* -X69211226Y-119078613D01* -X69020003Y-119059780D01* -X69019997Y-119059780D01* -X68828773Y-119078613D01* -X68828768Y-119078614D01* -X68644885Y-119134395D01* -X68644880Y-119134397D01* -X68475430Y-119224969D01* -X68475420Y-119224976D01* -X68326884Y-119346875D01* -X68326875Y-119346884D01* -X68204976Y-119495420D01* -X68204969Y-119495430D01* -X68114397Y-119664880D01* -X68114395Y-119664885D01* -X68058614Y-119848768D01* -X68058613Y-119848773D01* -X68039780Y-120039996D01* -X68039780Y-120040003D01* -X68058613Y-120231226D01* -X68058614Y-120231231D01* -X68114395Y-120415114D01* -X68114397Y-120415119D01* -X68204969Y-120584569D01* -X68204975Y-120584578D01* -X68204977Y-120584581D01* -X68240795Y-120628225D01* -X68326875Y-120733115D01* -X68326884Y-120733124D01* -X68389239Y-120784297D01* -X68475419Y-120855023D01* -X68475421Y-120855024D01* -X68479179Y-120858108D01* -X68477838Y-120859741D01* -X68510549Y-120901237D01* -X68512949Y-120962375D01* -X68478955Y-121013248D01* -X68421551Y-121034424D01* -X68417667Y-121034500D01* -X67905124Y-121034500D01* -X67846933Y-121015593D01* -X67835120Y-121005504D01* -X67388452Y-120558836D01* -X67360675Y-120504319D01* -X67370246Y-120443887D01* -X67371147Y-120442162D01* -X67385605Y-120415114D01* -X67441385Y-120231231D01* -X67441386Y-120231226D01* -X67460220Y-120040003D01* -X67460220Y-120039996D01* -X67441386Y-119848773D01* -X67441385Y-119848768D01* -X67417205Y-119769059D01* -X67385605Y-119664886D01* -X67384797Y-119663374D01* -X67295030Y-119495430D01* -X67295025Y-119495423D01* -X67295023Y-119495419D01* -X67224793Y-119409844D01* -X67173124Y-119346884D01* -X67173115Y-119346875D01* -X67061671Y-119255416D01* -X67024581Y-119224977D01* -X67024578Y-119224975D01* -X67024569Y-119224969D01* -X66855119Y-119134397D01* -X66855114Y-119134395D01* -X66671231Y-119078614D01* -X66671226Y-119078613D01* -X66480003Y-119059780D01* -X66479997Y-119059780D01* -X66288773Y-119078613D01* -X66288768Y-119078614D01* -X66104885Y-119134395D01* -X66104880Y-119134397D01* -X65935430Y-119224969D01* -X65935420Y-119224976D01* -X65786884Y-119346875D01* -X65786875Y-119346884D01* -X65664976Y-119495420D01* -X65664969Y-119495430D01* -X65574397Y-119664880D01* -X65574395Y-119664885D01* -X65518614Y-119848768D01* -X65518613Y-119848773D01* -X65499780Y-120039996D01* -X65499780Y-120040003D01* -X65518613Y-120231226D01* -X65518614Y-120231231D01* -X65574395Y-120415114D01* -X65574397Y-120415119D01* -X65664969Y-120584569D01* -X65664975Y-120584578D01* -X65664977Y-120584581D01* -X65700795Y-120628225D01* -X65786875Y-120733115D01* -X65786884Y-120733124D01* -X65826938Y-120765995D01* -X65935419Y-120855023D01* -X65935423Y-120855025D01* -X65935430Y-120855030D01* -X66095335Y-120940500D01* -X66104886Y-120945605D01* -X66219739Y-120980445D01* -X66288768Y-121001385D01* -X66288773Y-121001386D01* -X66479997Y-121020220D01* -X66480000Y-121020220D01* -X66480003Y-121020220D01* -X66671226Y-121001386D01* -X66671231Y-121001385D01* -X66671230Y-121001384D01* -X66855114Y-120945605D01* -X66882162Y-120931146D01* -X66942394Y-120920389D01* -X66997446Y-120947090D01* -X66998836Y-120948452D01* -X67529113Y-121478729D01* -X67541422Y-121493729D01* -X67551371Y-121508618D01* -X67551373Y-121508620D01* -X67551376Y-121508624D01* -X67551379Y-121508626D01* -X67574338Y-121523967D01* -X67574376Y-121523992D01* -X67574378Y-121523994D01* -X67642505Y-121569515D01* -X67750000Y-121590897D01* -X67767570Y-121587401D01* -X67786884Y-121585500D01* -X68417667Y-121585500D01* -X68475858Y-121604407D01* -X68511822Y-121653907D01* -X68511822Y-121715093D01* -X68478458Y-121761013D01* -X68479179Y-121761892D01* -X68475421Y-121764975D01* -X68475419Y-121764977D01* -X68447311Y-121788045D01* -X68326884Y-121886875D01* -X68326875Y-121886884D01* -X68204976Y-122035420D01* -X68204969Y-122035430D01* -X68114397Y-122204880D01* -X68114395Y-122204885D01* -X68058614Y-122388768D01* -X68058613Y-122388773D01* -X68039780Y-122579996D01* -X68039780Y-122580003D01* -X68058613Y-122771226D01* -X68058614Y-122771231D01* -X68114395Y-122955114D01* -X68114397Y-122955119D01* -X68204969Y-123124569D01* -X68204975Y-123124578D01* -X68204977Y-123124581D01* -X68255810Y-123186521D01* -X68326875Y-123273115D01* -X68326884Y-123273124D01* -X68365816Y-123305074D01* -X68475419Y-123395023D01* -X68475423Y-123395025D01* -X68475430Y-123395030D01* -X68644880Y-123485602D01* -X68644886Y-123485605D01* -X68771458Y-123524000D01* -X68828768Y-123541385D01* -X68828773Y-123541386D01* -X69019997Y-123560220D01* -X69020000Y-123560220D01* -X69020003Y-123560220D01* -X69211226Y-123541386D01* -X69211231Y-123541385D01* -X69243626Y-123531558D01* -X69395114Y-123485605D01* -X69465358Y-123448059D01* -X69564569Y-123395030D01* -X69564572Y-123395027D01* -X69564581Y-123395023D01* -X69713120Y-123273120D01* -X69835023Y-123124581D01* -X69835027Y-123124572D01* -X69835030Y-123124569D01* -X69915430Y-122974150D01* -X69925605Y-122955114D01* -X69981385Y-122771231D01* -X69981386Y-122771226D01* -X70000220Y-122580003D01* -X70000220Y-122579996D01* -X69981386Y-122388773D01* -X69981385Y-122388768D01* -X69955785Y-122304376D01* -X69925605Y-122204886D01* -X69915430Y-122185849D01* -X69835030Y-122035430D01* -X69835025Y-122035423D01* -X69835023Y-122035419D01* -X69741527Y-121921494D01* -X69713124Y-121886884D01* -X69713115Y-121886875D01* -X69592689Y-121788045D01* -X69564581Y-121764977D01* -X69564578Y-121764975D01* -X69560821Y-121761892D01* -X69562161Y-121760258D01* -X69529451Y-121718763D01* -X69527051Y-121657625D01* -X69561045Y-121606752D01* -X69618449Y-121585576D01* -X69622333Y-121585500D01* -X75405877Y-121585500D01* -X75464068Y-121604407D01* -X75500032Y-121653907D01* -X75500032Y-121715093D01* -X75464068Y-121764593D01* -X75459567Y-121767677D01* -X71514890Y-124313933D01* -X71460376Y-124329753D01* -X64823675Y-124274484D01* -X64765643Y-124255092D01* -X64730093Y-124205295D01* -X64725499Y-124175487D01* -X64725499Y-122580003D01* -X65450040Y-122580003D01* -X65469828Y-122780929D01* -X65469829Y-122780935D01* -X65528441Y-122974149D01* -X65599449Y-123106995D01* -X65855639Y-122850806D01* -X65910156Y-122823029D01* -X65970588Y-122832600D01* -X66013543Y-122875263D01* -X66026440Y-122900153D01* -X66026442Y-122900156D01* -X66129638Y-123010652D01* -X66191888Y-123048507D01* -X66231783Y-123094896D01* -X66236792Y-123155876D01* -X66210453Y-123203097D01* -X65953003Y-123460548D01* -X65953003Y-123460549D01* -X66085849Y-123531558D01* -X66279064Y-123590170D01* -X66279070Y-123590171D01* -X66479997Y-123609960D01* -X66480003Y-123609960D01* -X66680929Y-123590171D01* -X66680935Y-123590170D01* -X66874150Y-123531558D01* -X67006995Y-123460549D01* -X67006995Y-123460548D01* -X66753309Y-123206861D01* -X66725532Y-123152345D01* -X66735103Y-123091913D01* -X66764508Y-123060223D01* -X66763205Y-123058622D01* -X66768456Y-123054349D01* -X66768458Y-123054349D01* -X66885739Y-122958934D01* -X66953167Y-122863408D01* -X67002169Y-122826773D01* -X67063349Y-122825937D01* -X67104049Y-122850497D01* -X67360548Y-123106995D01* -X67360549Y-123106995D01* -X67431558Y-122974150D01* -X67490170Y-122780935D01* -X67490171Y-122780929D01* -X67509960Y-122580003D01* -X67509960Y-122579996D01* -X67490171Y-122379070D01* -X67490170Y-122379064D01* -X67431558Y-122185849D01* -X67360549Y-122053003D01* -X67360548Y-122053003D01* -X67104358Y-122309192D01* -X67049842Y-122336969D01* -X66989410Y-122327397D01* -X66946454Y-122284733D01* -X66938335Y-122269064D01* -X66933558Y-122259844D01* -X66830362Y-122149348D01* -X66830361Y-122149347D01* -X66830360Y-122149346D01* -X66768110Y-122111491D01* -X66728215Y-122065102D01* -X66723206Y-122004122D01* -X66749545Y-121956900D01* -X67006995Y-121699449D01* -X66874149Y-121628441D01* -X66680935Y-121569829D01* -X66680929Y-121569828D01* -X66480003Y-121550040D01* -X66479997Y-121550040D01* -X66279070Y-121569828D01* -X66279064Y-121569829D01* -X66085850Y-121628441D01* -X66085845Y-121628443D01* -X65953003Y-121699449D01* -X65953003Y-121699450D01* -X66206690Y-121953138D01* -X66234467Y-122007654D01* -X66224896Y-122068086D01* -X66195498Y-122099783D01* -X66196795Y-122101378D01* -X66191543Y-122105650D01* -X66191542Y-122105651D01* -X66154124Y-122136093D01* -X66074258Y-122201068D01* -X66006833Y-122296589D01* -X65957829Y-122333226D01* -X65896649Y-122334062D01* -X65855950Y-122309502D01* -X65599450Y-122053003D01* -X65599449Y-122053003D01* -X65528443Y-122185845D01* -X65528441Y-122185850D01* -X65469829Y-122379064D01* -X65469828Y-122379070D01* -X65450040Y-122579996D01* -X65450040Y-122580003D01* -X64725499Y-122580003D01* -X64725499Y-117500003D01* +X102914500Y-106581568D01* +X102914499Y-106669717D01* +X102914075Y-106676184D01* +X102899750Y-106784998D01* +X102899750Y-106785000D01* +X102914076Y-106893814D01* +X102914500Y-106900282D01* +X102914500Y-113792437D01* +X102921953Y-113815374D01* +X102925579Y-113830474D01* +X102929354Y-113854306D01* +X102938218Y-113871701D01* +X102939373Y-113873968D01* +X102940301Y-113875788D01* +X102946247Y-113890142D01* +X102953703Y-113913088D01* +X102953702Y-113913088D01* +X102967884Y-113932608D01* +X102975997Y-113945847D01* +X102986950Y-113967342D01* +X102986951Y-113967343D01* +X103007031Y-113987424D01* +X103009515Y-113989908D01* +X103009516Y-113989909D01* +X103819104Y-114799497D01* +X103846880Y-114854012D01* +X103837309Y-114914444D01* +X103819103Y-114939503D01* +X101077723Y-117680882D01* +X101035613Y-117705867D01* +X101007935Y-117713994D01* +X101007926Y-117713998D01* +X100898952Y-117784031D01* +X100814117Y-117881938D01* +X100760302Y-117999774D01* +X100741867Y-118127997D01* +X100741867Y-118128002D01* +X93276500Y-118128002D01* +X93276500Y-109307883D01* +X93278402Y-109288569D01* +X93278760Y-109286771D01* +X93281897Y-109271000D01* +X93275159Y-109237128D01* +X93260515Y-109163505D01* +X93242790Y-109136978D01* +X93214994Y-109095378D01* +X93214992Y-109095376D01* +X93199624Y-109072376D01* +X93184733Y-109062426D01* +X93169731Y-109050115D01* +X88063938Y-103944322D01* +X88036161Y-103889805D01* +X88035950Y-103860227D01* +X88037133Y-103851999D01* +X88037133Y-103851998D01* +X88018697Y-103723774D01* +X88009666Y-103703999D01* +X87964882Y-103605937D01* +X87880049Y-103508033D01* +X87880048Y-103508032D01* +X87880047Y-103508031D01* +X87771073Y-103437998D01* +X87771070Y-103437996D01* +X87771069Y-103437996D01* +X87771066Y-103437995D01* +X87646774Y-103401500D01* +X87646772Y-103401500D01* +X87517228Y-103401500D01* +X87517225Y-103401500D01* +X87392933Y-103437995D01* +X87392926Y-103437998D01* +X87283952Y-103508031D01* +X87199117Y-103605938D01* +X87145302Y-103723774D01* +X87126867Y-103851997D01* +X87126867Y-103852002D01* +X87145302Y-103980225D01* +X87189447Y-104076886D01* +X87199118Y-104098063D01* +X87264170Y-104173138D01* +X87283952Y-104195968D01* +X87303541Y-104208557D01* +X87392931Y-104266004D01* +X87517228Y-104302500D01* +X87601876Y-104302500D01* +X87660067Y-104321407D01* +X87671879Y-104331495D01* +X92696504Y-109356121D01* +X92724280Y-109410636D01* +X92725499Y-109426123D01* +X92725499Y-118618875D01* +X92706592Y-118677066D01* +X92657092Y-118713030D01* +X92595906Y-118713030D01* +X92556493Y-118688876D01* +X92544494Y-118676876D01* +X92516718Y-118622358D01* +X92515500Y-118606875D01* +X92515500Y-112938883D01* +X92517402Y-112919569D01* +X92520897Y-112902000D01* +X92511452Y-112854515D01* +X92499515Y-112794505D01* +X92497690Y-112791774D01* +X92469277Y-112749251D01* +X92463239Y-112740214D01* +X92453994Y-112726378D01* +X92453992Y-112726376D01* +X92438624Y-112703376D01* +X92423733Y-112693426D01* +X92408731Y-112681115D01* +X89811885Y-110084269D01* +X89799573Y-110069266D01* +X89789625Y-110054378D01* +X89789624Y-110054376D01* +X89768899Y-110040528D01* +X89768890Y-110040521D01* +X89724779Y-110011048D01* +X89698496Y-109993486D01* +X89698495Y-109993485D01* +X89634071Y-109980670D01* +X89612182Y-109976316D01* +X89612162Y-109976311D01* +X89591002Y-109972103D01* +X89591001Y-109972103D01* +X89591000Y-109972103D01* +X89573430Y-109975598D01* +X89554116Y-109977500D01* +X84709701Y-109977500D01* +X84651510Y-109958593D01* +X84615546Y-109909093D01* +X84615546Y-109847907D01* +X84627379Y-109823509D01* +X84632568Y-109815741D01* +X84644881Y-109800733D01* +X86093733Y-108351881D01* +X86108729Y-108339575D01* +X86123624Y-108329624D01* +X86139212Y-108306296D01* +X86184516Y-108238494D01* +X86205897Y-108131000D01* +X86205897Y-108130999D01* +X86202402Y-108113427D01* +X86200500Y-108094115D01* +X86200500Y-106895124D01* +X86219407Y-106836933D01* +X86268907Y-106800969D01* +X86330093Y-106800969D01* +X86369504Y-106825120D01* +X86640061Y-107095677D01* +X86667838Y-107150194D01* +X86668050Y-107179763D01* +X86666867Y-107187995D01* +X86666867Y-107188002D01* +X86685302Y-107316225D01* +X86716483Y-107384500D01* +X86739118Y-107434063D01* +X86822112Y-107529845D01* +X86823952Y-107531968D01* +X86925764Y-107597398D01* +X86932931Y-107602004D01* +X87057228Y-107638500D01* +X87057230Y-107638500D01* +X87186770Y-107638500D01* +X87186772Y-107638500D01* +X87311069Y-107602004D01* +X87420049Y-107531967D01* +X87504882Y-107434063D01* +X87558697Y-107316226D01* +X87569244Y-107242867D01* +X87577133Y-107188002D01* +X87577133Y-107187997D01* +X87558697Y-107059774D01* +X87532846Y-107003169D01* +X87504882Y-106941937D01* +X87420049Y-106844033D01* +X87420048Y-106844032D01* +X87420047Y-106844031D01* +X87311073Y-106773998D01* +X87311070Y-106773996D01* +X87311069Y-106773996D01* +X87301567Y-106771206D01* +X87186774Y-106737500D01* +X87186772Y-106737500D01* +X87102124Y-106737500D01* +X87043933Y-106718593D01* +X87032120Y-106708504D01* +X86664496Y-106340880D01* +X86636719Y-106286363D01* +X86635500Y-106270876D01* +X86635500Y-100231124D01* +X86654407Y-100172933D01* +X86664496Y-100161120D01* +X87032120Y-99793496D01* +X87086637Y-99765719D01* +X87102124Y-99764500D01* +X87186770Y-99764500D01* +X87186772Y-99764500D01* +X87311069Y-99728004D01* +X87420049Y-99657967D01* +X87504882Y-99560063D01* +X87558697Y-99442226D01* +X87572692Y-99344886D01* +X87577133Y-99314002D01* +X87577133Y-99313997D01* +X87558697Y-99185774D01* +X87536143Y-99136388D01* +X87504882Y-99067937D01* +X87420049Y-98970033D01* +X87420048Y-98970032D01* +X87420047Y-98970031D01* +X87311073Y-98899998D01* +X87311070Y-98899996D01* +X87311069Y-98899996D01* +X87311066Y-98899995D01* +X87186774Y-98863500D01* +X87186772Y-98863500D01* +X87057228Y-98863500D01* +X87057225Y-98863500D01* +X86932933Y-98899995D01* +X86932926Y-98899998D01* +X86823952Y-98970031D01* +X86739117Y-99067938D01* +X86685302Y-99185774D01* +X86666867Y-99313997D01* +X86666867Y-99314002D01* +X86668050Y-99322234D01* +X86657613Y-99382523D01* +X86640061Y-99406321D01* +X86369504Y-99676879D01* +X86314987Y-99704657D01* +X86254555Y-99695086D01* +X86211290Y-99651821D01* +X86200500Y-99606876D01* +X86200500Y-82531460D01* +X86219407Y-82473269D01* +X86268907Y-82437305D01* +X86271580Y-82436479D01* +X86314069Y-82424004D01* +X86423049Y-82353967D01* +X86434860Y-82340335D01* +X86452769Y-82319669D01* +X86505165Y-82288073D01* +X86527588Y-82285500D01* +X86924876Y-82285500D01* +X86983067Y-82304407D01* +X86994880Y-82314496D01* +X88775880Y-84095496D01* +X88803657Y-84150013D01* +X88794086Y-84210445D01* +X88750821Y-84253710D01* +X88705876Y-84264500D01* +X88067588Y-84264500D01* +X88009397Y-84245593D01* +X87992769Y-84230331D01* +X87963050Y-84196034D01* +X87963048Y-84196032D01* +X87854073Y-84125998D01* +X87854070Y-84125996D01* +X87854069Y-84125996D01* +X87854066Y-84125995D01* +X87729774Y-84089500D01* +X87729772Y-84089500D01* +X87600228Y-84089500D01* +X87600225Y-84089500D01* +X87475933Y-84125995D01* +X87475926Y-84125998D01* +X87366952Y-84196031D01* +X87282117Y-84293938D01* +X87228302Y-84411774D01* +X87209867Y-84539997D01* +X87209867Y-84540002D01* +X87228302Y-84668225D01* +X87260637Y-84739027D01* +X87282118Y-84786063D01* +X87345260Y-84858934D01* +X87366952Y-84883968D01* +X87417880Y-84916697D01* +X87475931Y-84954004D01* +X87600228Y-84990500D01* +X87600230Y-84990500D01* +X87729770Y-84990500D01* +X87729772Y-84990500D01* +X87854069Y-84954004D01* +X87963049Y-84883967D01* +X87984742Y-84858932D01* +X87992769Y-84849669D01* +X88045165Y-84818073D01* +X88067588Y-84815500D01* +X88614876Y-84815500D01* +X88673067Y-84834407D01* +X88684880Y-84844496D01* +X88950362Y-85109978D01* +X88978139Y-85164495D01* +X88968568Y-85224927D01* +X88925303Y-85268192D01* +X88864871Y-85277763D01* +X88852467Y-85274972D01* +X88799774Y-85259500D01* +X88799772Y-85259500D01* +X88670228Y-85259500D01* +X88670225Y-85259500D01* +X88545933Y-85295995D01* +X88545926Y-85295998D01* +X88436952Y-85366031D01* +X88352117Y-85463938D01* +X88298302Y-85581774D01* +X88279867Y-85709997D01* +X88279867Y-85710002D01* +X88298302Y-85838225D01* +X88352117Y-85956061D01* +X88352118Y-85956063D01* +X88435320Y-86052085D01* +X88459137Y-86108444D01* +X88459500Y-86116915D01* +X88459500Y-86844115D01* +X88440593Y-86902306D01* +X88391093Y-86938270D01* +X88329907Y-86938270D01* +X88280407Y-86902306D01* +X88270447Y-86885242D01* +X88244657Y-86828773D01* +X88237882Y-86813937D01* +X88153049Y-86716033D01* +X88153048Y-86716032D01* +X88153047Y-86716031D01* +X88044073Y-86645998D01* +X88044070Y-86645996D01* +X88044069Y-86645996D01* +X88040289Y-86644886D01* +X87919774Y-86609500D01* +X87919772Y-86609500D01* +X87790228Y-86609500D01* +X87790225Y-86609500D01* +X87665933Y-86645995D01* +X87665926Y-86645998D01* +X87556952Y-86716031D01* +X87472117Y-86813938D01* +X87418302Y-86931774D01* +X87399867Y-87059997D01* +X87399867Y-87060002D01* +X87418302Y-87188225D01* +X87465115Y-87290729D01* +X87472118Y-87306063D01* +X87555320Y-87402085D01* +X87579137Y-87458444D01* +X87579500Y-87466915D01* +X87579500Y-95957115D01* +X87577598Y-95976427D01* +X87574103Y-95993999D01* +X87574103Y-95994002D01* +X87578313Y-96015171D01* +X87578316Y-96015183D01* +X87595484Y-96101494D01* +X87595485Y-96101495D01* +X87623528Y-96143465D01* +X87627401Y-96149261D01* +X87656376Y-96192624D01* +X87667086Y-96199780D01* +X87671266Y-96202573D01* +X87686269Y-96214885D01* +X88106814Y-96635430D01* +X88511504Y-97040119D01* +X88539281Y-97094636D01* +X88540500Y-97110123D01* +X88540500Y-98907084D01* +X88521593Y-98965275D01* +X88516320Y-98971914D01* +X88433118Y-99067936D01* +X88379302Y-99185774D01* +X88360867Y-99313997D01* +X88360867Y-99314002D01* +X88379302Y-99442225D01* +X88418629Y-99528337D01* +X88433118Y-99560063D01* +X88483624Y-99618351D01* +X88517952Y-99657968D01* +X88616163Y-99721084D01* +X88626931Y-99728004D01* +X88751228Y-99764500D01* +X88751230Y-99764500D01* +X88880770Y-99764500D01* +X88880772Y-99764500D01* +X89005069Y-99728004D01* +X89114049Y-99657967D01* +X89198882Y-99560063D01* +X89252697Y-99442226D01* +X89266692Y-99344886D01* +X89271133Y-99314002D01* +X89271133Y-99313997D01* +X89252697Y-99185774D01* +X89238839Y-99155430D01* +X89198882Y-99067937D01* +X89175107Y-99040499D01* +X89115680Y-98971914D01* +X89091863Y-98915555D01* +X89091500Y-98907084D01* +X89091500Y-96991883D01* +X89093402Y-96972569D01* +X89096897Y-96955000D01* +X89075515Y-96847505D01* +X89075515Y-96847504D01* +X89034318Y-96785850D01* +X89029994Y-96779378D01* +X89029992Y-96779376D01* +X89014624Y-96756376D01* +X88999733Y-96746426D01* +X88984731Y-96734115D01* +X88159496Y-95908880D01* +X88131719Y-95854363D01* +X88130500Y-95838876D01* +X88130500Y-87466915D01* +X88149407Y-87408724D01* +X88154673Y-87402092D01* +X88237882Y-87306063D01* +X88270446Y-87234757D01* +X88311819Y-87189680D01* +X88371786Y-87177529D01* +X88427442Y-87202947D01* +X88457528Y-87256224D01* +X88459500Y-87275884D01* +X88459500Y-93168115D01* +X88457598Y-93187427D01* +X88454103Y-93204999D01* +X88454103Y-93205002D01* +X88458311Y-93226162D01* +X88458316Y-93226182D01* +X88459500Y-93232132D01* +X88459500Y-93232133D01* +X88475485Y-93312495D01* +X88475486Y-93312496D01* +X88475486Y-93312498D01* +X88513572Y-93369496D01* +X88536376Y-93403624D01* +X88551267Y-93413574D01* +X88566269Y-93425885D01* +X90599113Y-95458729D01* +X90611422Y-95473729D01* +X90621371Y-95488618D01* +X90621373Y-95488620D01* +X90621376Y-95488624D01* +X90644376Y-95503992D01* +X90644378Y-95503994D01* +X90712505Y-95549515D01* +X90820000Y-95570897D01* +X90837570Y-95567401D01* +X90856884Y-95565500D01* +X93151876Y-95565500D01* +X93210067Y-95584407D01* +X93221880Y-95594496D01* +X96257504Y-98630120D01* +X96285281Y-98684637D01* +X96286500Y-98700124D01* +X96286500Y-99172876D01* +X96267593Y-99231067D01* +X96218093Y-99267031D01* +X96156907Y-99267031D01* +X96117496Y-99242880D01* +X95556938Y-98682322D01* +X95529161Y-98627805D01* +X95528950Y-98598227D01* +X95530133Y-98589999D01* +X95530133Y-98589998D01* +X95511697Y-98461774D01* +X95484545Y-98402320D01* +X95457882Y-98343937D01* +X95373049Y-98246033D01* +X95373048Y-98246032D01* +X95373047Y-98246031D01* +X95264073Y-98175998D01* +X95264070Y-98175996D01* +X95264069Y-98175996D01* +X95264066Y-98175995D01* +X95139774Y-98139500D01* +X95139772Y-98139500D01* +X95010228Y-98139500D01* +X95010225Y-98139500D01* +X94885933Y-98175995D01* +X94885926Y-98175998D01* +X94776952Y-98246031D01* +X94692117Y-98343938D01* +X94638302Y-98461774D01* +X94619867Y-98589997D01* +X94619867Y-98590002D01* +X94638302Y-98718225D01* +X94679931Y-98809377D01* +X94692118Y-98836063D01* +X94775602Y-98932410D01* +X94776952Y-98933968D01* +X94885926Y-99004001D01* +X94885931Y-99004004D01* +X95010228Y-99040500D01* +X95094876Y-99040500D01* +X95153067Y-99059407D01* +X95164880Y-99069496D01* +X95733504Y-99638120D01* +X95761281Y-99692637D01* +X95762500Y-99708124D01* +X95762500Y-101620512D01* +X95743593Y-101678703D01* +X95694093Y-101714667D01* +X95632907Y-101714667D01* +X95583407Y-101678703D01* +X95573447Y-101661639D01* +X95546652Y-101602968D01* +X95530882Y-101568437D01* +X95446049Y-101470533D01* +X95446048Y-101470532D01* +X95446047Y-101470531D01* +X95337073Y-101400498D01* +X95337070Y-101400496D01* +X95337069Y-101400496D01* +X95337066Y-101400495D01* +X95212774Y-101364000D01* +X95212772Y-101364000D01* +X95083228Y-101364000D01* +X95083225Y-101364000D01* +X94958933Y-101400495D01* +X94958926Y-101400498D01* +X94849952Y-101470531D01* +X94765117Y-101568438D01* +X94711302Y-101686274D01* +X94692867Y-101814497D01* +X94692867Y-101814502D01* +X94711302Y-101942725D01* +X94755970Y-102040533D01* +X94765118Y-102060563D01* +X94832595Y-102138437D01* +X94849952Y-102158468D01* +X94939765Y-102216187D01* +X94958931Y-102228504D01* +X95083228Y-102265000D01* +X95117500Y-102265000D01* +X95175691Y-102283907D01* +X95211655Y-102333407D01* +X95216500Y-102364000D01* +X95216500Y-102846219D01* +X95197593Y-102904410D01* +X95148093Y-102940374D01* +X95086907Y-102940374D01* +X95037407Y-102904410D01* +X95027447Y-102887346D01* +X95012296Y-102854171D01* +X95004882Y-102837937D01* +X94920049Y-102740033D01* +X94920048Y-102740032D01* +X94920047Y-102740031D01* +X94811073Y-102669998D01* +X94811070Y-102669996D01* +X94811069Y-102669996D01* +X94810068Y-102669702D01* +X94686774Y-102633500D01* +X94686772Y-102633500D01* +X94557228Y-102633500D01* +X94557225Y-102633500D01* +X94432933Y-102669995D01* +X94432927Y-102669997D01* +X94352499Y-102721685D01* +X94293324Y-102737238D01* +X94236308Y-102715039D01* +X94203229Y-102663566D01* +X94200985Y-102624310D01* +X94205322Y-102594150D01* +X94217133Y-102512000D01* +X94216789Y-102509608D01* +X94198697Y-102383774D01* +X94182590Y-102348506D01* +X94144882Y-102265937D01* +X94060049Y-102168033D01* +X94060048Y-102168032D01* +X94060047Y-102168031D01* +X93951073Y-102097998D01* +X93951070Y-102097996D01* +X93951069Y-102097996D01* +X93951066Y-102097995D01* +X93826774Y-102061500D01* +X93826772Y-102061500D01* +X93697228Y-102061500D01* +X93697225Y-102061500D01* +X93572933Y-102097995D01* +X93572926Y-102097998D01* +X93463952Y-102168031D01* +X93379117Y-102265938D01* +X93325302Y-102383774D01* +X93306867Y-102511997D01* +X93306867Y-102512002D01* +X93325302Y-102640225D01* +X93379118Y-102758063D01* +X93462319Y-102854085D01* +X93486136Y-102910444D01* +X93486499Y-102918915D01* +X93486499Y-103055508D01* +X93467592Y-103113699D01* +X93418092Y-103149663D01* +X93356906Y-103149663D01* +X93333977Y-103138793D01* +X93328069Y-103134996D01* +X93317651Y-103131937D01* +X93203774Y-103098500D01* +X93203772Y-103098500D01* +X93074228Y-103098500D01* +X93074225Y-103098500D01* +X92949933Y-103134995D01* +X92949926Y-103134998D01* +X92840952Y-103205031D01* +X92756117Y-103302938D01* +X92702302Y-103420774D01* +X92683867Y-103548997D01* +X92683867Y-103549002D01* +X92702302Y-103677225D01* +X92753727Y-103789828D01* +X92756118Y-103795063D01* +X92764557Y-103804802D01* +X92774603Y-103816396D01* +X92798419Y-103872756D01* +X92784560Y-103932351D01* +X92738318Y-103972418D01* +X92677357Y-103977653D01* +X92671891Y-103976216D01* +X92621774Y-103961500D01* +X92621772Y-103961500D01* +X92492228Y-103961500D01* +X92492225Y-103961500D01* +X92367933Y-103997995D01* +X92367926Y-103997998D01* +X92258952Y-104068031D01* +X92174117Y-104165938D01* +X92120302Y-104283774D01* +X92101867Y-104411997D01* +X92101867Y-104412002D01* +X92120302Y-104540225D01* +X92174117Y-104658061D01* +X92174118Y-104658063D01* +X92257320Y-104754085D01* +X92281137Y-104810444D01* +X92281500Y-104818915D01* +X92281500Y-104988875D01* +X92262593Y-105047066D01* +X92252504Y-105058879D01* +X91746267Y-105565115D01* +X91731269Y-105577423D01* +X91716380Y-105587372D01* +X91716374Y-105587378D01* +X91701005Y-105610379D01* +X91689569Y-105627495D01* +X91655485Y-105678503D01* +X91655484Y-105678505D01* +X91648947Y-105711376D01* +X91634103Y-105785999D01* +X91637598Y-105803569D01* +X91639500Y-105822883D01* +X91639500Y-105851084D01* +X91620593Y-105909275D01* +X91615320Y-105915914D01* +X91532118Y-106011936D01* +X91478302Y-106129774D01* +X91459867Y-106257997D01* +X91459867Y-106258002D01* +X91478302Y-106386225D01* +X91524227Y-106486785D01* +X91532118Y-106504063D01* +X91616652Y-106601622D01* +X91616952Y-106601968D01* +X91722372Y-106669717D01* +X91725931Y-106672004D01* +X91850228Y-106708500D01* +X91850230Y-106708500D01* +X91979770Y-106708500D01* +X91979772Y-106708500D01* +X92104069Y-106672004D01* +X92213049Y-106601967D01* +X92290011Y-106513146D01* +X92342405Y-106481550D01* +X92403366Y-106486785D01* +X92439650Y-106513147D01* +X92488450Y-106569466D01* +X92488451Y-106569467D01* +X92596702Y-106639036D01* +X92597431Y-106639504D01* +X92721728Y-106676000D01* +X92721730Y-106676000D01* +X92851270Y-106676000D01* +X92851272Y-106676000D01* +X92975569Y-106639504D01* +X93084549Y-106569467D01* +X93169382Y-106471563D01* +X93203442Y-106396982D01* +X93244812Y-106351907D01* +X93304779Y-106339756D01* +X93360435Y-106365174D01* +X93383547Y-106396984D01* +X93403572Y-106440831D01* +X93417615Y-106471580D01* +X93502433Y-106569467D01* +X93502449Y-106569485D01* +X93611423Y-106639518D01* +X93611428Y-106639521D01* +X93735725Y-106676017D01* +X93735727Y-106676017D01* +X93865267Y-106676017D01* +X93865269Y-106676017D01* +X93989566Y-106639521D01* +X94098546Y-106569484D01* +X94100631Y-106567077D01* +X94102910Y-106565702D01* +X94103899Y-106564846D01* +X94104047Y-106565016D01* +X94153023Y-106535476D01* +X94213984Y-106540706D01* +X94246579Y-106564384D01* +X94246597Y-106564364D01* +X94246832Y-106564567D01* +X94250274Y-106567068D01* +X94251950Y-106569002D01* +X94351954Y-106633271D01* +X94360930Y-106639039D01* +X94485227Y-106675535D01* +X94485229Y-106675535D01* +X94614769Y-106675535D01* +X94614771Y-106675535D01* +X94739068Y-106639039D01* +X94848048Y-106569002D01* +X94931729Y-106472427D01* +X94984124Y-106440831D01* +X95045085Y-106446066D01* +X95081366Y-106472427D01* +X95116650Y-106513147D01* +X95165450Y-106569466D01* +X95165451Y-106569467D01* +X95273702Y-106639036D01* +X95274431Y-106639504D01* +X95398728Y-106676000D01* +X95398730Y-106676000D01* +X95438675Y-106676000D01* +X95496866Y-106694907D01* +X95532830Y-106744407D01* +X95536667Y-106789089D01* +X95532367Y-106818997D01* +X95532367Y-106819002D01* +X95550802Y-106947225D01* +X95604617Y-107065061D01* +X95604618Y-107065063D01* +X95681574Y-107153876D01* +X95689452Y-107162968D01* +X95788933Y-107226900D01* +X95798431Y-107233004D01* +X95922728Y-107269500D01* +X95922730Y-107269500D01* +X96052270Y-107269500D01* +X96052272Y-107269500D01* +X96159611Y-107237983D01* +X96220769Y-107239730D01* +X96269222Y-107277093D01* +X96286500Y-107332973D01* +X96286500Y-112510798D01* +X96284598Y-112530111D01* +X96281103Y-112547682D01* +X96281103Y-112547683D01* +X96300581Y-112645616D01* +X96301223Y-112652135D01* +X96303744Y-112658221D01* +X96307898Y-112663283D01* +X96311383Y-112668497D01* +X96349249Y-112725168D01* +X96349258Y-112725180D01* +X96354815Y-112733497D01* +X96371500Y-112788499D01* +X96371500Y-114688992D01* +X96352593Y-114747183D01* +X96342504Y-114758995D01* +X95973598Y-115127900D01* +X95958604Y-115140205D01* +X95943714Y-115150154D01* +X95943708Y-115150160D01* +X95937704Y-115159144D01* +X95928340Y-115173159D01* +X95928339Y-115173161D01* +X95925758Y-115177024D01* +X95925758Y-115177023D01* +X95924590Y-115178772D01* +X95922718Y-115181574D01* +X95913045Y-115196050D01* +X95882819Y-115241284D01* +X95882819Y-115241286D01* +X95882818Y-115241288D01* +X95866911Y-115321258D01* +X95861436Y-115348783D01* +X95863413Y-115358724D01* +X95864931Y-115366352D01* +X95866833Y-115385666D01* +X95866833Y-115826084D01* +X95847926Y-115884275D01* +X95842653Y-115890914D01* +X95759451Y-115986936D01* +X95705635Y-116104774D01* +X95687200Y-116232997D01* +X95687200Y-116233002D01* +X95705635Y-116361225D01* +X95747114Y-116452049D01* +X95759451Y-116479063D01* +X95815205Y-116543407D01* +X95844285Y-116576968D01* +X95897234Y-116610996D01* +X95953264Y-116647004D01* +X96077561Y-116683500D01* +X96077563Y-116683500D01* +X96207103Y-116683500D01* +X96207105Y-116683500D01* +X96331402Y-116647004D01* +X96440382Y-116576967D01* +X96525215Y-116479063D01* +X96579030Y-116361226D01* +X96597466Y-116233000D01* +X96595686Y-116220622D01* +X96579030Y-116104774D01* +X96550954Y-116043297D01* +X96525215Y-115986937D01* +X96510687Y-115970170D01* +X96442013Y-115890914D01* +X96418196Y-115834555D01* +X96417833Y-115826084D01* +X96417833Y-115503905D01* +X96436740Y-115445714D01* +X96446823Y-115433908D01* +X96815730Y-115065000D01* +X96830726Y-115052693D01* +X96845624Y-115042740D01* +X96858562Y-115023377D01* +X96867167Y-115010501D01* +X96878470Y-114993582D01* +X96878471Y-114993581D01* +X96906515Y-114951611D01* +X96922500Y-114871249D01* +X96922500Y-114871248D01* +X96927897Y-114844116D01* +X96924402Y-114826543D01* +X96922500Y-114807231D01* +X96922500Y-113197785D01* +X96941407Y-113139594D01* +X96990907Y-113103630D01* +X97052093Y-113103630D01* +X97075023Y-113114501D01* +X97112503Y-113138588D01* +X97120931Y-113144004D01* +X97245228Y-113180500D01* +X97245230Y-113180500D01* +X97374770Y-113180500D01* +X97374772Y-113180500D01* +X97499069Y-113144004D01* +X97608049Y-113073967D01* +X97692882Y-112976063D01* +X97746697Y-112858226D01* +X97746696Y-112858226D01* +X97746698Y-112858224D01* +X97760608Y-112761473D01* +X97787603Y-112706565D01* +X97841718Y-112678011D01* +X97902280Y-112686718D01* +X97912116Y-112692272D01* +X97945931Y-112714004D01* +X98070228Y-112750500D01* +X98070230Y-112750500D01* +X98199770Y-112750500D01* +X98199772Y-112750500D01* +X98324069Y-112714004D01* +X98433049Y-112643967D01* +X98517882Y-112546063D01* +X98571697Y-112428226D01* +X98586754Y-112323500D01* +X98590133Y-112300002D01* +X98590133Y-112299997D01* +X98571697Y-112171774D01* +X98547622Y-112119058D01* +X98517882Y-112053937D01* +X98433049Y-111956033D01* +X98433048Y-111956032D01* +X98433047Y-111956031D01* +X98324073Y-111885998D01* +X98324070Y-111885996D01* +X98324069Y-111885996D01* +X98320541Y-111884960D01* +X98199774Y-111849500D01* +X98199772Y-111849500D01* +X98115124Y-111849500D01* +X98056933Y-111830593D01* +X98045120Y-111820503D01* +X97666496Y-111441878D01* +X97638719Y-111387362D01* +X97637500Y-111371875D01* +X97637500Y-110550358D01* +X97656407Y-110492167D01* +X97705907Y-110456203D01* +X97764388Y-110455368D01* +X97877228Y-110488500D01* +X97877230Y-110488500D01* +X98006770Y-110488500D01* +X98006772Y-110488500D01* +X98131069Y-110452004D01* +X98240049Y-110381967D01* +X98324882Y-110284063D01* +X98378697Y-110166226D01* +X98390961Y-110080929D01* +X98397133Y-110038002D01* +X98397133Y-110037997D01* +X98378697Y-109909774D01* +X98365101Y-109880003D01* +X98324882Y-109791937D01* +X98240049Y-109694033D01* +X98240048Y-109694032D01* +X98240047Y-109694031D01* +X98152977Y-109638075D01* +X98114245Y-109590709D01* +X98107500Y-109554791D01* +X98107500Y-109035364D01* +X98126407Y-108977173D01* +X98175907Y-108941209D01* +X98237093Y-108941209D01* +X98260023Y-108952080D01* +X98343011Y-109005413D01* +X98343931Y-109006004D01* +X98468228Y-109042500D01* +X98468230Y-109042500D01* +X98597770Y-109042500D01* +X98597772Y-109042500D01* +X98722069Y-109006004D01* +X98776977Y-108970716D01* +X98836152Y-108955162D01* +X98893168Y-108977361D01* +X98926248Y-109028833D01* +X98929500Y-109054001D01* +X98929500Y-112456069D01* +X98910593Y-112514260D01* +X98884024Y-112539352D01* +X98826956Y-112576028D01* +X98826953Y-112576030D01* +X98742117Y-112673938D01* +X98688302Y-112791774D01* +X98669867Y-112919997D01* +X98669867Y-112920002D01* +X98688302Y-113048225D01* +X98739121Y-113159500D01* +X98742118Y-113166063D01* +X98815956Y-113251278D01* +X98826952Y-113263968D01* +X98935926Y-113334001D01* +X98935931Y-113334004D01* +X99060228Y-113370500D01* +X99060230Y-113370500D01* +X99189770Y-113370500D01* +X99189772Y-113370500D01* +X99314069Y-113334004D01* +X99423049Y-113263967D01* +X99507882Y-113166063D01* +X99553043Y-113067174D01* +X99573087Y-113038305D01* +X99635484Y-112975909D01* +X99635485Y-112975906D01* +X99641127Y-112970265D01* +X99641129Y-112970261D01* +X99658050Y-112953342D01* +X99658050Y-112953340D01* +X99663562Y-112947830D01* +X99665430Y-112949698D01* +X99704898Y-112921018D01* +X99766083Y-112921011D01* +X99815587Y-112956970D01* +X99834500Y-113015159D01* +X99834500Y-114249876D01* +X99815593Y-114308067D01* +X99805504Y-114319879D01* +X99399265Y-114726117D01* +X99384271Y-114738422D01* +X99369381Y-114748371D01* +X99369374Y-114748378D01* +X99354006Y-114771377D01* +X99352197Y-114774085D01* +X99336528Y-114797534D01* +X99334094Y-114801177D01* +X99313901Y-114831397D01* +X99301591Y-114846397D01* +X99300510Y-114847477D01* +X99302626Y-114868960D01* +X99287103Y-114946999D01* +X99290598Y-114964569D01* +X99292500Y-114983883D01* +X99292500Y-116873584D01* +X99273593Y-116931775D01* +X99268320Y-116938414D01* +X99185118Y-117034436D01* +X99131302Y-117152274D01* +X99112867Y-117280497D01* +X99112867Y-117280502D01* +X99131302Y-117408725D01* +X99181824Y-117519351D01* +X99185118Y-117526563D01* +X99231854Y-117580500D01* +X99269952Y-117624468D01* +X99367668Y-117687266D01* +X99378931Y-117694504D01* +X99503228Y-117731000D01* +X99503230Y-117731000D01* +X99632770Y-117731000D01* +X99632772Y-117731000D01* +X99757069Y-117694504D01* +X99866049Y-117624467D01* +X99950882Y-117526563D01* +X100004697Y-117408726D01* +X100012908Y-117351620D01* +X100023133Y-117280502D01* +X100023133Y-117280497D01* +X100004697Y-117152274D01* +X99990254Y-117120649D01* +X99950882Y-117034437D01* +X99922009Y-117001115D01* +X99867680Y-116938414D01* +X99843863Y-116882055D01* +X99843500Y-116873584D01* +X99843500Y-115102122D01* +X99862407Y-115043931D01* +X99872490Y-115032125D01* +X100278730Y-114625884D01* +X100293726Y-114613577D01* +X100308624Y-114603624D01* +X100328461Y-114573937D01* +X100330080Y-114571514D01* +X100345458Y-114548499D01* +X100353156Y-114536978D01* +X100369515Y-114512495D01* +X100385500Y-114432133D01* +X100385500Y-114432132D01* +X100390897Y-114405000D01* +X100387402Y-114387427D01* +X100385500Y-114368115D01* +X100385500Y-113465282D01* +X100404407Y-113407091D01* +X100453907Y-113371127D01* +X100515093Y-113371127D01* +X100559107Y-113403105D01* +X100559483Y-113402730D01* +X100561853Y-113405100D01* +X100564593Y-113407091D01* +X100566313Y-113409560D01* +X100566373Y-113409620D01* +X100566376Y-113409624D01* +X100572849Y-113413949D01* +X100581266Y-113419573D01* +X100596269Y-113431885D01* +X100610061Y-113445677D01* +X100637838Y-113500194D01* +X100638050Y-113529763D01* +X100636867Y-113537995D01* +X100636867Y-113538002D01* +X100655302Y-113666225D01* +X100705464Y-113776063D01* +X100709118Y-113784063D01* +X100776213Y-113861496D01* +X100793952Y-113881968D01* +X100902926Y-113952001D01* +X100902931Y-113952004D01* +X101027228Y-113988500D01* +X101027230Y-113988500D01* +X101156770Y-113988500D01* +X101156772Y-113988500D01* +X101281069Y-113952004D01* +X101390049Y-113881967D01* +X101474882Y-113784063D01* +X101528697Y-113666226D01* +X101543418Y-113563839D01* +X101547133Y-113538002D01* +X101547133Y-113537997D01* +X101528697Y-113409774D01* +X101503184Y-113353910D01* +X101474882Y-113291937D01* +X101390049Y-113194033D01* +X101390048Y-113194032D01* +X101390047Y-113194031D01* +X101281073Y-113123998D01* +X101281070Y-113123996D01* +X101281069Y-113123996D01* +X101267351Y-113119968D01* +X101156774Y-113087500D01* +X101156772Y-113087500D01* +X101139500Y-113087500D01* +X101081309Y-113068593D01* +X101045345Y-113019093D01* +X101040500Y-112988500D01* +X101040500Y-96046915D01* +X101059407Y-95988724D01* +X101064673Y-95982092D01* +X101147882Y-95886063D01* +X101201697Y-95768226D01* +X101208651Y-95719863D01* +X101220133Y-95640002D01* +X101220133Y-95639997D01* +X101201697Y-95511774D01* +X101191523Y-95489496D01* +X101147882Y-95393937D01* +X101063049Y-95296033D01* +X101063048Y-95296032D01* +X101063047Y-95296031D01* +X100954073Y-95225998D01* +X100954070Y-95225996D01* +X100954069Y-95225996D01* +X100928894Y-95218604D01* +X100829774Y-95189500D01* +X100829772Y-95189500D01* +X100700228Y-95189500D01* +X100700225Y-95189500D01* +X100575933Y-95225995D01* +X100575931Y-95225996D01* +X100538023Y-95250358D01* +X100478847Y-95265911D01* +X100421831Y-95243712D01* +X100388752Y-95192240D01* +X100385500Y-95167073D01* +X100385500Y-91621884D01* +X100387402Y-91602570D01* +X100390897Y-91585000D01* +X100369516Y-91477506D01* +X100369516Y-91477505D01* +X100321292Y-91405334D01* +X100321292Y-91405333D01* +X100321288Y-91405329D01* +X100308627Y-91386380D01* +X100308626Y-91386379D01* +X100308624Y-91386376D01* +X100308620Y-91386373D01* +X100301729Y-91379482D01* +X100304097Y-91377113D01* +X100276609Y-91342223D01* +X100270500Y-91307985D01* +X100270500Y-91065123D01* +X100289407Y-91006932D01* +X100299496Y-90995119D01* +X102980120Y-88314496D01* +X103034637Y-88286719D01* +X103050124Y-88285500D01* +X132479876Y-88285500D01* +X132538067Y-88304407D01* +X132549880Y-88314496D01* +X135370504Y-91135119D01* +X135398281Y-91189636D01* +X135399500Y-91205123D01* +X135399500Y-92572056D01* +X135397598Y-92591368D01* +X135394103Y-92608940D01* +X135394103Y-92608943D01* +X135398311Y-92630103D01* +X135398316Y-92630123D01* +X135399500Y-92636073D01* +X135399500Y-92636074D01* +X135415485Y-92716436D01* +X135415486Y-92716437D01* +X135415486Y-92716439D01* +X135476375Y-92807564D01* +X135476376Y-92807565D01* +X135491267Y-92817515D01* +X135506269Y-92829826D01* +X136742921Y-94066478D01* +X136770698Y-94120995D01* +X136761800Y-94180080D01* +X136684646Y-94337371D01* +X136633641Y-94534365D01* +X136623336Y-94737582D01* +X136623335Y-94737585D01* +X136652791Y-94929853D01* +X136654149Y-94938717D01* +X136724819Y-95129533D01* +X136763050Y-95190870D01* +X136832450Y-95302213D01* +X136832452Y-95302215D01* +X136832453Y-95302217D01* +X136872508Y-95344354D01* +X136918858Y-95393115D01* +X136972646Y-95449699D01* +X136972648Y-95449700D01* +X136972651Y-95449703D01* +X137110434Y-95545602D01* +X137139656Y-95565941D01* +X137326645Y-95646185D01* +X137326647Y-95646186D01* +X137525964Y-95687146D01* +X137525967Y-95687146D01* +X137928449Y-95687146D01* +X137954086Y-95684538D01* +X138080143Y-95671720D01* +X138274293Y-95610805D01* +X138452207Y-95512055D01* +X138606600Y-95379512D01* +X138731153Y-95218604D01* +X138820765Y-95035917D01* +X138871768Y-94838931D01* +X138882074Y-94635710D01* +X138851261Y-94434575D01* +X138780591Y-94243759D01* +X138672957Y-94071075D01* +X138589535Y-93983316D01* +X138532768Y-93923597D01* +X138532758Y-93923588D01* +X138365759Y-93807354D01* +X138365756Y-93807352D01* +X138365754Y-93807351D01* +X138178763Y-93727106D01* +X138178765Y-93727106D01* +X138099036Y-93710722D01* +X137979446Y-93686146D01* +X137576963Y-93686146D01* +X137576961Y-93686146D01* +X137425266Y-93701572D01* +X137278485Y-93747625D01* +X137217303Y-93747005D01* +X137178844Y-93723169D01* +X136950368Y-93494693D01* +X143095653Y-93494693D01* +X143114088Y-93622916D01* +X143142965Y-93686146D01* +X143167904Y-93740754D01* +X143227472Y-93809500D01* +X143252738Y-93838659D01* +X143324809Y-93884976D01* +X143361717Y-93908695D01* +X143486014Y-93945191D01* +X143570662Y-93945191D01* +X143628853Y-93964098D01* +X143640666Y-93974187D01* +X146420659Y-96754180D01* +X146432970Y-96769182D01* +X146439781Y-96779376D01* +X146442920Y-96784073D01* +X146442923Y-96784075D01* +X146442924Y-96784076D01* +X146461873Y-96796737D01* +X146461879Y-96796742D01* +X146465922Y-96799443D01* +X146492078Y-96816920D01* +X146534049Y-96844964D01* +X146614411Y-96860949D01* +X146614412Y-96860949D01* +X146641544Y-96866346D01* +X146659114Y-96862850D01* +X146678428Y-96860949D01* +X149776890Y-96860949D01* +X149835081Y-96879856D01* +X149871045Y-96929356D01* +X149875890Y-96959949D01* +X149875890Y-97450276D01* +X149884622Y-97494169D01* +X149884623Y-97494171D01* +X149917886Y-97543953D01* +X149967668Y-97577216D01* +X149978717Y-97579413D01* +X150011562Y-97585948D01* +X150011568Y-97585948D01* +X150011570Y-97585949D01* +X150011571Y-97585949D01* +X151991209Y-97585949D01* +X151991210Y-97585949D01* +X151991211Y-97585948D01* +X151991217Y-97585948D01* +X152013013Y-97581611D01* +X152035112Y-97577216D01* +X152084894Y-97543953D01* +X152118157Y-97494171D01* +X152124276Y-97463411D01* +X152126889Y-97450276D01* +X152126890Y-97450267D01* +X152126890Y-97449518D01* +X156630286Y-97449518D01* +X156639018Y-97493411D01* +X156639020Y-97493415D01* +X156643522Y-97500153D01* +X156672282Y-97543195D01* +X156722064Y-97576458D01* +X156725865Y-97577214D01* +X156765958Y-97585190D01* +X156765964Y-97585190D01* +X156765966Y-97585191D01* +X156765967Y-97585191D01* +X158745605Y-97585191D01* +X158745606Y-97585191D01* +X158745607Y-97585190D01* +X158745613Y-97585190D01* +X158767409Y-97580853D01* +X158789508Y-97576458D01* +X158839290Y-97543195D01* +X158872553Y-97493413D01* +X158878521Y-97463411D01* +X158881285Y-97449518D01* +X158881286Y-97449509D01* +X158881286Y-95719872D01* +X158881285Y-95719863D01* +X158874750Y-95687018D01* +X158872553Y-95675969D01* +X158839290Y-95626187D01* +X158808482Y-95605602D01* +X158789510Y-95592925D01* +X158789506Y-95592923D01* +X158745613Y-95584191D01* +X158745606Y-95584191D01* +X156765966Y-95584191D01* +X156765958Y-95584191D01* +X156722065Y-95592923D01* +X156722061Y-95592925D01* +X156672284Y-95626185D01* +X156672280Y-95626189D01* +X156639020Y-95675966D01* +X156639018Y-95675970D01* +X156630286Y-95719863D01* +X156630286Y-97449518D01* +X152126890Y-97449518D01* +X152126890Y-95720630D01* +X152126889Y-95720621D01* +X152118157Y-95676728D01* +X152118155Y-95676724D01* +X152114811Y-95671719D01* +X152084894Y-95626945D01* +X152046642Y-95601386D01* +X152035114Y-95593683D01* +X152035110Y-95593681D01* +X151991217Y-95584949D01* +X151991210Y-95584949D01* +X150011570Y-95584949D01* +X150011562Y-95584949D01* +X149967669Y-95593681D01* +X149967665Y-95593683D01* +X149917888Y-95626943D01* +X149917884Y-95626947D01* +X149884624Y-95676724D01* +X149884622Y-95676728D01* +X149875890Y-95720621D01* +X149875890Y-96210949D01* +X149856983Y-96269140D01* +X149807483Y-96305104D01* +X149776890Y-96309949D01* +X146796668Y-96309949D01* +X146738477Y-96291042D01* +X146726664Y-96280953D01* +X144032724Y-93587013D01* +X144004947Y-93532496D01* +X144004736Y-93502918D01* +X144005731Y-93495996D01* +X144005919Y-93494691D01* +X144000859Y-93459500D01* +X143987483Y-93366465D01* +X143975625Y-93340500D01* +X143933668Y-93248628D01* +X143848835Y-93150724D01* +X143848834Y-93150723D01* +X143848833Y-93150722D01* +X143739859Y-93080689D01* +X143739856Y-93080687D01* +X143739855Y-93080687D01* +X143738265Y-93080220D01* +X143615560Y-93044191D01* +X143615558Y-93044191D01* +X143486014Y-93044191D01* +X143486011Y-93044191D01* +X143361719Y-93080686D01* +X143361712Y-93080689D01* +X143252738Y-93150722D01* +X143167903Y-93248629D01* +X143114088Y-93366465D01* +X143095653Y-93494688D01* +X143095653Y-93494693D01* +X136950368Y-93494693D01* +X136811825Y-93356150D01* +X136784048Y-93301633D01* +X136793619Y-93241201D01* +X136836884Y-93197936D01* +X136881829Y-93187146D01* +X138742524Y-93187146D01* +X138742525Y-93187146D01* +X138742526Y-93187145D01* +X138742532Y-93187145D01* +X138764328Y-93182808D01* +X138786427Y-93178413D01* +X138836209Y-93145150D01* +X138869472Y-93095368D01* +X138878205Y-93051466D01* +X138878205Y-91321826D01* +X138878204Y-91321824D01* +X138878204Y-91321818D01* +X138869472Y-91277925D01* +X138869470Y-91277921D01* +X138861835Y-91266494D01* +X138836209Y-91228142D01* +X138830758Y-91224500D01* +X138786429Y-91194880D01* +X138786425Y-91194878D01* +X138742532Y-91186146D01* +X138742525Y-91186146D01* +X137182829Y-91186146D01* +X137124638Y-91167239D01* +X137112825Y-91157150D01* +X136385420Y-90429745D01* +X149850038Y-90429745D01* +X149850039Y-90429746D01* +X150442555Y-90429746D01* +X150500746Y-90448653D01* +X150536710Y-90498153D01* +X150537544Y-90556635D01* +X150533571Y-90570170D01* +X150524044Y-90602618D01* +X150521450Y-90611451D01* +X150521450Y-90748041D01* +X150537544Y-90802856D01* +X150535798Y-90864015D01* +X150498435Y-90912468D01* +X150442555Y-90929746D01* +X149850039Y-90929746D01* +X149896682Y-91083508D01* +X149896684Y-91083513D01* +X149994174Y-91265906D01* +X149994181Y-91265916D01* +X150125390Y-91425796D01* +X150125399Y-91425805D01* +X150285279Y-91557014D01* +X150285289Y-91557021D01* +X150467682Y-91654511D01* +X150467687Y-91654513D01* +X150665616Y-91714554D01* +X150746448Y-91722515D01* +X150746450Y-91722514D01* +X150746450Y-91237938D01* +X150765357Y-91179747D01* +X150814857Y-91143783D01* +X150859540Y-91139946D01* +X150962471Y-91154746D01* +X150962475Y-91154746D01* +X151030429Y-91154746D01* +X151133360Y-91139946D01* +X151193649Y-91150379D01* +X151236292Y-91194256D01* +X151246450Y-91237938D01* +X151246450Y-91722514D01* +X151246451Y-91722515D01* +X151327283Y-91714554D01* +X151525212Y-91654513D01* +X151525217Y-91654511D01* +X151707610Y-91557021D01* +X151707620Y-91557014D01* +X151867500Y-91425805D01* +X151867509Y-91425796D01* +X151998718Y-91265916D01* +X151998725Y-91265906D01* +X152096215Y-91083513D01* +X152096217Y-91083508D01* +X152142861Y-90929746D01* +X151550345Y-90929746D01* +X151492154Y-90910839D01* +X151456190Y-90861339D01* +X151455355Y-90802856D01* +X151471450Y-90748041D01* +X151471450Y-90611451D01* +X151455355Y-90556635D01* +X151457102Y-90495477D01* +X151494465Y-90447024D01* +X151543660Y-90431813D01* +X156610668Y-90431813D01* +X156610669Y-90431814D01* +X157203185Y-90431814D01* +X157261376Y-90450721D01* +X157297340Y-90500221D01* +X157298174Y-90558703D01* +X157287005Y-90596744D01* +X157282687Y-90611453D01* +X157282080Y-90613519D01* +X157282080Y-90750109D01* +X157298174Y-90804924D01* +X157296428Y-90866083D01* +X157259065Y-90914536D01* +X157203185Y-90931814D01* +X156610669Y-90931814D01* +X156657312Y-91085576D01* +X156657314Y-91085581D01* +X156754804Y-91267974D01* +X156754811Y-91267984D01* +X156886020Y-91427864D01* +X156886029Y-91427873D01* +X157045909Y-91559082D01* +X157045919Y-91559089D01* +X157228312Y-91656579D01* +X157228317Y-91656581D01* +X157426246Y-91716622D01* +X157507078Y-91724583D01* +X157507080Y-91724582D01* +X157507080Y-91240006D01* +X157525987Y-91181815D01* +X157575487Y-91145851D01* +X157620170Y-91142014D01* +X157723101Y-91156814D01* +X157723105Y-91156814D01* +X157791059Y-91156814D01* +X157893990Y-91142014D01* +X157954279Y-91152447D01* +X157996922Y-91196324D01* +X158007080Y-91240006D01* +X158007080Y-91724582D01* +X158007081Y-91724583D01* +X158087913Y-91716622D01* +X158285842Y-91656581D01* +X158285847Y-91656579D01* +X158468240Y-91559089D01* +X158468250Y-91559082D01* +X158628130Y-91427873D01* +X158628139Y-91427864D01* +X158759348Y-91267984D01* +X158759355Y-91267974D01* +X158856845Y-91085581D01* +X158856847Y-91085576D01* +X158903491Y-90931814D01* +X158310975Y-90931814D01* +X158252784Y-90912907D01* +X158216820Y-90863407D01* +X158215985Y-90804924D01* +X158232080Y-90750109D01* +X158232080Y-90613519D01* +X158215985Y-90558703D01* +X158217732Y-90497545D01* +X158255095Y-90449092D01* +X158310975Y-90431814D01* +X158903491Y-90431814D01* +X158903491Y-90431813D01* +X158856847Y-90278051D01* +X158856845Y-90278046D01* +X158759355Y-90095653D01* +X158759348Y-90095643D01* +X158628139Y-89935763D01* +X158628130Y-89935754D01* +X158468250Y-89804545D01* +X158468240Y-89804538D01* +X158285847Y-89707048D01* +X158285842Y-89707046D01* +X158087916Y-89647005D01* +X158087910Y-89647004D01* +X158007080Y-89639043D01* +X158007080Y-90123621D01* +X157988173Y-90181812D01* +X157938673Y-90217776D01* +X157893991Y-90221613D01* +X157791060Y-90206814D01* +X157791055Y-90206814D01* +X157723105Y-90206814D01* +X157723100Y-90206814D01* +X157620169Y-90221613D01* +X157559880Y-90211180D01* +X157517237Y-90167302D01* +X157507080Y-90123621D01* +X157507080Y-89639043D01* +X157507079Y-89639043D01* +X157426249Y-89647004D01* +X157426243Y-89647005D01* +X157228317Y-89707046D01* +X157228312Y-89707048D01* +X157045919Y-89804538D01* +X157045909Y-89804545D01* +X156886029Y-89935754D01* +X156886020Y-89935763D01* +X156754811Y-90095643D01* +X156754804Y-90095653D01* +X156657314Y-90278046D01* +X156657312Y-90278051D01* +X156610668Y-90431813D01* +X151543660Y-90431813D01* +X151550345Y-90429746D01* +X152142861Y-90429746D01* +X152142861Y-90429745D01* +X152096217Y-90275983D01* +X152096215Y-90275978D01* +X151998725Y-90093585D01* +X151998718Y-90093575D01* +X151867509Y-89933695D01* +X151867500Y-89933686D01* +X151707620Y-89802477D01* +X151707610Y-89802470D01* +X151525217Y-89704980D01* +X151525212Y-89704978D01* +X151327286Y-89644937D01* +X151327280Y-89644936D01* +X151246450Y-89636975D01* +X151246450Y-90121553D01* +X151227543Y-90179744D01* +X151178043Y-90215708D01* +X151133361Y-90219545D01* +X151030430Y-90204746D01* +X151030425Y-90204746D01* +X150962475Y-90204746D01* +X150962470Y-90204746D01* +X150859539Y-90219545D01* +X150799250Y-90209112D01* +X150756607Y-90165234D01* +X150746450Y-90121553D01* +X150746450Y-89636975D01* +X150746449Y-89636975D01* +X150665619Y-89644936D01* +X150665613Y-89644937D01* +X150467687Y-89704978D01* +X150467682Y-89704980D01* +X150285289Y-89802470D01* +X150285279Y-89802477D01* +X150125399Y-89933686D01* +X150125390Y-89933695D01* +X149994181Y-90093575D01* +X149994174Y-90093585D01* +X149896684Y-90275978D01* +X149896682Y-90275983D01* +X149850038Y-90429745D01* +X136385420Y-90429745D01* +X133196944Y-87241269D01* +X133184632Y-87226266D01* +X133174684Y-87211378D01* +X133174683Y-87211376D01* +X133164645Y-87204669D01* +X133155771Y-87198739D01* +X133155768Y-87198737D01* +X133149684Y-87194672D01* +X133125524Y-87178528D01* +X133083554Y-87150485D01* +X133083553Y-87150484D01* +X133083554Y-87150484D01* +X132997242Y-87133316D01* +X132997230Y-87133313D01* +X132976061Y-87129103D01* +X132976060Y-87129103D01* +X132976059Y-87129103D01* +X132958489Y-87132598D01* +X132939175Y-87134500D01* +X131931748Y-87134500D01* +X131873557Y-87115593D01* +X131837593Y-87066093D01* +X131837593Y-87004907D01* +X131866919Y-86960679D01* +X131870043Y-86957970D01* +X131870049Y-86957967D01* +X131880464Y-86945947D01* +X131899769Y-86923669D01* +X131952165Y-86892073D01* +X131974588Y-86889500D01* +X143862876Y-86889500D01* +X143921067Y-86908407D01* +X143932880Y-86918496D01* +X144305113Y-87290729D01* +X144317422Y-87305729D01* +X144327371Y-87320618D01* +X144327373Y-87320620D01* +X144327376Y-87320624D01* +X144327379Y-87320626D01* +X144350377Y-87335993D01* +X144400556Y-87369522D01* +X144408854Y-87375067D01* +X144423858Y-87387379D01* +X145171347Y-88134868D01* +X145199124Y-88189385D01* +X145199336Y-88218954D01* +X145198153Y-88227186D01* +X145198153Y-88227193D01* +X145216588Y-88355416D01* +X145268290Y-88468625D01* +X145270404Y-88473254D01* +X145349387Y-88564407D01* +X145355238Y-88571159D01* +X145460137Y-88638573D01* +X145464217Y-88641195D01* +X145588514Y-88677691D01* +X145588516Y-88677691D01* +X145718056Y-88677691D01* +X145718058Y-88677691D01* +X145842355Y-88641195D01* +X145951335Y-88571158D01* +X146036168Y-88473254D01* +X146089983Y-88355417D01* +X146099860Y-88286719D01* +X146108419Y-88227193D01* +X146108419Y-88227188D01* +X146089983Y-88098965D01* +X146071056Y-88057521D01* +X146036168Y-87981128D01* +X145951335Y-87883224D01* +X145951334Y-87883223D01* +X145951333Y-87883222D01* +X145842359Y-87813189D01* +X145842356Y-87813187D01* +X145842355Y-87813187D01* +X145842352Y-87813186D01* +X145718060Y-87776691D01* +X145718058Y-87776691D01* +X145633410Y-87776691D01* +X145575219Y-87757784D01* +X145563406Y-87747695D01* +X144768980Y-86953269D01* +X144756668Y-86938266D01* +X144752330Y-86931774D01* +X144746719Y-86923376D01* +X144725995Y-86909528D01* +X144725976Y-86909514D01* +X144696020Y-86889500D01* +X144665239Y-86868932D01* +X144650237Y-86856621D01* +X144238885Y-86445269D01* +X144226573Y-86430266D01* +X144216625Y-86415378D01* +X144216624Y-86415376D01* +X144193623Y-86400007D01* +X144193622Y-86400006D01* +X144167465Y-86382528D01* +X144125494Y-86354484D01* +X144125495Y-86354484D01* +X144039183Y-86337316D01* +X144039171Y-86337313D01* +X144018002Y-86333103D01* +X144018001Y-86333103D01* +X144018000Y-86333103D01* +X144000430Y-86336598D01* +X143981116Y-86338500D01* +X131974588Y-86338500D01* +X131916397Y-86319593D01* +X131899769Y-86304331D01* +X131870050Y-86270034D01* +X131870048Y-86270032D01* +X131761073Y-86199998D01* +X131761070Y-86199996D01* +X131761069Y-86199996D01* +X131761066Y-86199995D01* +X131636774Y-86163500D01* +X131636772Y-86163500D01* +X131507228Y-86163500D01* +X131507225Y-86163500D01* +X131382933Y-86199995D01* +X131382926Y-86199998D01* +X131273952Y-86270031D01* +X131189117Y-86367938D01* +X131135302Y-86485774D01* +X131116867Y-86613997D01* +X131116867Y-86614002D01* +X131135302Y-86742225D01* +X131168053Y-86813938D01* +X131189118Y-86860063D01* +X131273951Y-86957967D01* +X131273952Y-86957968D01* +X131277081Y-86960679D01* +X131308679Y-87013074D01* +X131303444Y-87074035D01* +X131263378Y-87120277D01* +X131212252Y-87134500D01* +X109114500Y-87134500D01* +X109056309Y-87115593D01* +X109020345Y-87066093D01* +X109015500Y-87035500D01* +X109015500Y-85335181D01* +X109015499Y-85335172D01* +X109007706Y-85295998D01* +X109006767Y-85291278D01* +X108973504Y-85241496D01* +X108932314Y-85213974D01* +X108923724Y-85208234D01* +X108923720Y-85208232D01* +X108879827Y-85199500D01* +X108879820Y-85199500D01* +X107150180Y-85199500D01* +X107150172Y-85199500D01* +X107106279Y-85208232D01* +X107106275Y-85208234D01* +X107056498Y-85241494D01* +X107056494Y-85241498D01* +X107023234Y-85291275D01* +X107023232Y-85291279D01* +X107014500Y-85335172D01* +X107014500Y-87035500D01* +X106995593Y-87093691D01* +X106946093Y-87129655D01* +X106915500Y-87134500D01* +X106190092Y-87134500D01* +X106131901Y-87115593D01* +X106095937Y-87066093D01* +X106095937Y-87004907D01* +X106127287Y-86958972D01* +X106185878Y-86910887D01* +X106185877Y-86910887D01* +X106185883Y-86910883D01* +X106310910Y-86758538D01* +X106403814Y-86584727D01* +X106461024Y-86396132D01* +X106463137Y-86374684D01* +X106480341Y-86200003D01* +X106480341Y-86199996D01* +X106461025Y-86003873D01* +X106461024Y-86003870D01* +X106461024Y-86003868D01* +X106403814Y-85815273D01* +X106310910Y-85641462D01* +X106288382Y-85614012D01* +X106185887Y-85489121D01* +X106185878Y-85489112D01* +X106033542Y-85364093D01* +X106033540Y-85364092D01* +X106033538Y-85364090D01* +X105970645Y-85330473D01* +X105859732Y-85271188D01* +X105859730Y-85271187D01* +X105821203Y-85259500D01* +X105746560Y-85236857D01* +X105671129Y-85213975D01* +X105671126Y-85213974D01* +X105475003Y-85194659D01* +X105474997Y-85194659D01* +X105278873Y-85213974D01* +X105278870Y-85213975D01* +X105090269Y-85271187D01* +X105090267Y-85271188D01* +X104916467Y-85364087D01* +X104916457Y-85364093D01* +X104764121Y-85489112D01* +X104764112Y-85489121D01* +X104639093Y-85641457D01* +X104639087Y-85641467D01* +X104546188Y-85815267D01* +X104546187Y-85815269D01* +X104488975Y-86003870D01* +X104488974Y-86003873D01* +X104469659Y-86199996D01* +X104469659Y-86200003D01* +X104488974Y-86396126D01* +X104488975Y-86396129D01* +X104546187Y-86584730D01* +X104546188Y-86584732D01* +X104590101Y-86666887D01* +X104639090Y-86758538D01* +X104639092Y-86758540D01* +X104639093Y-86758542D01* +X104764112Y-86910878D01* +X104764121Y-86910887D01* +X104822713Y-86958972D01* +X104855700Y-87010503D01* +X104852098Y-87071582D01* +X104813283Y-87118879D01* +X104759908Y-87134500D01* +X103650092Y-87134500D01* +X103591901Y-87115593D01* +X103555937Y-87066093D01* +X103555937Y-87004907D01* +X103587287Y-86958972D01* +X103645878Y-86910887D01* +X103645877Y-86910887D01* +X103645883Y-86910883D01* +X103770910Y-86758538D01* +X103863814Y-86584727D01* +X103921024Y-86396132D01* +X103923137Y-86374684D01* +X103940341Y-86200003D01* +X103940341Y-86199996D01* +X103921025Y-86003873D01* +X103921024Y-86003870D01* +X103921024Y-86003868D01* +X103863814Y-85815273D01* +X103770910Y-85641462D01* +X103748382Y-85614012D01* +X103645887Y-85489121D01* +X103645878Y-85489112D01* +X103493542Y-85364093D01* +X103493540Y-85364092D01* +X103493538Y-85364090D01* +X103430645Y-85330473D01* +X103319732Y-85271188D01* +X103319730Y-85271187D01* +X103281203Y-85259500D01* +X103206560Y-85236857D01* +X103131129Y-85213975D01* +X103131126Y-85213974D01* +X102935003Y-85194659D01* +X102934997Y-85194659D01* +X102738873Y-85213974D01* +X102738864Y-85213976D01* +X102624168Y-85248768D01* +X102562995Y-85247566D01* +X102525427Y-85224035D01* +X101986085Y-84684693D01* +X147005653Y-84684693D01* +X147024088Y-84812916D01* +X147071480Y-84916688D01* +X147077904Y-84930754D01* +X147130898Y-84991913D01* +X147162738Y-85028659D01* +X147271712Y-85098692D01* +X147271717Y-85098695D01* +X147356885Y-85123701D01* +X147398998Y-85148687D01* +X149928490Y-87678179D01* +X149956267Y-87732696D01* +X149947370Y-87791780D01* +X149928390Y-87830475D01* +X149881783Y-88010485D01* +X149877387Y-88027462D01* +X149867081Y-88230682D01* +X149867080Y-88230685D01* +X149897616Y-88430002D01* +X149897894Y-88431817D01* +X149968564Y-88622633D01* +X150003978Y-88679450D01* +X150076195Y-88795313D01* +X150076200Y-88795319D01* +X150210783Y-88936900D01* +X150216391Y-88942799D01* +X150216393Y-88942800D01* +X150216396Y-88942803D01* +X150320743Y-89015430D01* +X150383401Y-89059041D01* +X150570390Y-89139285D01* +X150570392Y-89139286D01* +X150769709Y-89180246D01* +X150769712Y-89180246D01* +X151172194Y-89180246D01* +X151197831Y-89177638D01* +X151323888Y-89164820D01* +X151518038Y-89103905D01* +X151695952Y-89005155D01* +X151850345Y-88872612D01* +X151974898Y-88711704D01* +X152064510Y-88529017D01* +X152115513Y-88332031D01* +X152120548Y-88232753D01* +X156627710Y-88232753D01* +X156658207Y-88431817D01* +X156658524Y-88433885D01* +X156729194Y-88624701D01* +X156763319Y-88679450D01* +X156836825Y-88797381D01* +X156836827Y-88797383D01* +X156836828Y-88797385D01* +X156869507Y-88831763D01* +X156965871Y-88933138D01* +X156977021Y-88944867D01* +X156977023Y-88944868D01* +X156977026Y-88944871D01* +X157141054Y-89059037D01* +X157144031Y-89061109D01* +X157331020Y-89141353D01* +X157331022Y-89141354D01* +X157530339Y-89182314D01* +X157530342Y-89182314D01* +X157932824Y-89182314D01* +X157958461Y-89179706D01* +X158084518Y-89166888D01* +X158278668Y-89105973D01* +X158456582Y-89007223D01* +X158610975Y-88874680D01* +X158735528Y-88713772D01* +X158825140Y-88531085D01* +X158876143Y-88334099D01* +X158886449Y-88130878D01* +X158855636Y-87929743D01* +X158784966Y-87738927D01* +X158677332Y-87566243D01* +X158603852Y-87488943D01* +X158537143Y-87418765D01* +X158537133Y-87418756D01* +X158370134Y-87302522D01* +X158370131Y-87302520D01* +X158370129Y-87302519D01* +X158183138Y-87222274D01* +X158183140Y-87222274D01* +X158103411Y-87205890D01* +X157983821Y-87181314D01* +X157581338Y-87181314D01* +X157581336Y-87181314D01* +X157429641Y-87196740D01* +X157235490Y-87257655D01* +X157235489Y-87257656D01* +X157057581Y-87356402D01* +X157057578Y-87356404D01* +X156903189Y-87488943D01* +X156778629Y-87649859D01* +X156695677Y-87818972D01* +X156689020Y-87832543D01* +X156647393Y-87993316D01* +X156638016Y-88029533D01* +X156627711Y-88232750D01* +X156627710Y-88232753D01* +X152120548Y-88232753D01* +X152125819Y-88128810D01* +X152096416Y-87936880D01* +X152095006Y-87927674D01* +X152041348Y-87782793D01* +X152038868Y-87721658D01* +X152064179Y-87678408D01* +X154060775Y-85681814D01* +X156477012Y-85681814D01* +X156486733Y-85730685D01* +X156498394Y-85789309D01* +X156498395Y-85789312D01* +X156535568Y-85844944D01* +X156559285Y-85880438D01* +X156638166Y-85933145D01* +X156676001Y-85981077D01* +X156729192Y-86124697D01* +X156729193Y-86124699D01* +X156729194Y-86124701D01* +X156764422Y-86181220D01* +X156836825Y-86297381D01* +X156836830Y-86297387D01* +X156963141Y-86430266D01* +X156977021Y-86444867D01* +X156977023Y-86444868D01* +X156977026Y-86444871D01* +X157066613Y-86507225D01* +X157144031Y-86561109D01* +X157331020Y-86641353D01* +X157331022Y-86641354D01* +X157530339Y-86682314D01* +X157530342Y-86682314D01* +X157932824Y-86682314D01* +X157958461Y-86679706D01* +X158084518Y-86666888D01* +X158278668Y-86605973D01* +X158456582Y-86507223D01* +X158610975Y-86374680D01* +X158735528Y-86213772D01* +X158825140Y-86031085D01* +X158876143Y-85834099D01* +X158886449Y-85630878D01* +X158855636Y-85429743D01* +X158784966Y-85238927D01* +X158784963Y-85238923D01* +X158784963Y-85238921D01* +X158751551Y-85185316D01* +X158736816Y-85125932D01* +X158759801Y-85069227D01* +X158765551Y-85062957D01* +X159680733Y-84147775D01* +X159695729Y-84135469D01* +X159710624Y-84125518D01* +X159733999Y-84090536D01* +X159750738Y-84065484D01* +X159771515Y-84034389D01* +X159787500Y-83954027D01* +X159787500Y-83954026D01* +X159788449Y-83949256D01* +X159788449Y-83949255D01* +X159792897Y-83926894D01* +X159789402Y-83909321D01* +X159787500Y-83890009D01* +X159787500Y-80306915D01* +X159806407Y-80248724D01* +X159811673Y-80242092D01* +X159894882Y-80146063D01* +X159948697Y-80028226D01* +X159956731Y-79972345D01* +X159967133Y-79900002D01* +X159967133Y-79899997D01* +X159948697Y-79771774D01* +X159938107Y-79748586D01* +X159894882Y-79653937D01* +X159810049Y-79556033D01* +X159810048Y-79556032D01* +X159810047Y-79556031D01* +X159701073Y-79485998D01* +X159701070Y-79485996D01* +X159701069Y-79485996D01* +X159682685Y-79480598D01* +X159576774Y-79449500D01* +X159576772Y-79449500D01* +X159447228Y-79449500D01* +X159447225Y-79449500D01* +X159322933Y-79485995D01* +X159322926Y-79485998D01* +X159213952Y-79556031D01* +X159129117Y-79653938D01* +X159075302Y-79771774D01* +X159056867Y-79899997D01* +X159056867Y-79900002D01* +X159075302Y-80028225D01* +X159129117Y-80146061D01* +X159129118Y-80146063D01* +X159212320Y-80242085D01* +X159236137Y-80298444D01* +X159236500Y-80306915D01* +X159236500Y-83771769D01* +X159217593Y-83829960D01* +X159207504Y-83841773D01* +X159051584Y-83997693D01* +X158997067Y-84025470D01* +X158936635Y-84015899D01* +X158893370Y-83972634D01* +X158882580Y-83927689D01* +X158882580Y-82316995D01* +X158882579Y-82316986D01* +X158873847Y-82273093D01* +X158873845Y-82273089D01* +X158849819Y-82237132D01* +X158840584Y-82223310D01* +X158820663Y-82209999D01* +X158790804Y-82190048D01* +X158790800Y-82190046D01* +X158746907Y-82181314D01* +X158746900Y-82181314D01* +X156767260Y-82181314D01* +X156767252Y-82181314D01* +X156723359Y-82190046D01* +X156723355Y-82190048D01* +X156673578Y-82223308D01* +X156673574Y-82223312D01* +X156640314Y-82273089D01* +X156640312Y-82273093D01* +X156631580Y-82316986D01* +X156631580Y-84046641D01* +X156640312Y-84090534D01* +X156640313Y-84090536D01* +X156673576Y-84140318D01* +X156723358Y-84173581D01* +X156734407Y-84175778D01* +X156767252Y-84182313D01* +X156767258Y-84182313D01* +X156767260Y-84182314D01* +X156767261Y-84182314D01* +X158627955Y-84182314D01* +X158686146Y-84201221D01* +X158722110Y-84250721D01* +X158722110Y-84311907D01* +X158697958Y-84351318D01* +X158331221Y-84718054D01* +X158276705Y-84745831D01* +X158222177Y-84739027D01* +X158183139Y-84722274D01* +X158133308Y-84712034D01* +X157983821Y-84681314D01* +X157581338Y-84681314D01* +X157581336Y-84681314D01* +X157429641Y-84696740D01* +X157235490Y-84757655D01* +X157235489Y-84757656D01* +X157057581Y-84856402D01* +X157057578Y-84856404D01* +X156903189Y-84988943D01* +X156903185Y-84988947D01* +X156903185Y-84988948D01* +X156883341Y-85014584D01* +X156778629Y-85149859D01* +X156689019Y-85332543D01* +X156678453Y-85373351D01* +X156645562Y-85424944D01* +X156637617Y-85430849D01* +X156559286Y-85483189D01* +X156559282Y-85483193D01* +X156498395Y-85574315D01* +X156498394Y-85574318D01* +X156479100Y-85671319D01* +X156477012Y-85681814D01* +X154060775Y-85681814D01* +X154071270Y-85671319D01* +X154071271Y-85671316D01* +X154076913Y-85665675D01* +X154076915Y-85665671D01* +X154093836Y-85648752D01* +X154104787Y-85627257D01* +X154112897Y-85614023D01* +X154127083Y-85594499D01* +X154134536Y-85571556D01* +X154140478Y-85557210D01* +X154151432Y-85535714D01* +X154155207Y-85511877D01* +X154158831Y-85496786D01* +X154166286Y-85473843D01* +X154166286Y-85346977D01* +X154166286Y-82915113D01* +X154185193Y-82856922D01* +X154195276Y-82845115D01* +X157375483Y-79664909D01* +X157375482Y-79664909D01* +X157398050Y-79642342D01* +X157398051Y-79642339D01* +X157399410Y-79640981D01* +X157401160Y-79636236D01* +X157409003Y-79620841D01* +X157417115Y-79607605D01* +X157431296Y-79588090D01* +X157438751Y-79565144D01* +X157444695Y-79550795D01* +X157455646Y-79529304D01* +X157459419Y-79505473D01* +X157463048Y-79490364D01* +X157470498Y-79467435D01* +X157470499Y-79467434D01* +X157470499Y-79437563D01* +X157470500Y-79437538D01* +X157470500Y-75796569D01* +X157470500Y-75796567D01* +X157463041Y-75773611D01* +X157459421Y-75758534D01* +X157455646Y-75734696D01* +X157444693Y-75713201D01* +X157438752Y-75698861D01* +X157431296Y-75675911D01* +X157431294Y-75675908D01* +X157417112Y-75656386D01* +X157408997Y-75643143D01* +X157406491Y-75638225D01* +X157398050Y-75621658D01* +X157388464Y-75612072D01* +X157375486Y-75599093D01* +X156531485Y-74755092D01* +X156503708Y-74700575D01* +X156503677Y-74700376D01* +X156478280Y-74534592D01* +X156407610Y-74343776D01* +X156299976Y-74171092D01* +X156159783Y-74023610D01* +X156159781Y-74023608D01* +X156159777Y-74023605D01* +X155992778Y-73907371D01* +X155992775Y-73907369D01* +X155992773Y-73907368D01* +X155805782Y-73827123D01* +X155805784Y-73827123D01* +X155726055Y-73810739D01* +X155606465Y-73786163D01* +X155203982Y-73786163D01* +X155203980Y-73786163D01* +X155052285Y-73801589D01* +X154858134Y-73862504D01* +X154858133Y-73862505D01* +X154680225Y-73961251D01* +X154680222Y-73961253D01* +X154525833Y-74093792D01* +X154401273Y-74254708D01* +X154323169Y-74413937D01* +X154311664Y-74437392D01* +X154261529Y-74631024D01* +X154260660Y-74634382D01* +X154250355Y-74837599D01* +X154250354Y-74837602D01* +X154280654Y-75035380D01* +X154281168Y-75038734D01* +X154351838Y-75229550D01* +X154387500Y-75286765D01* +X154459469Y-75402230D01* +X154459474Y-75402236D01* +X154596480Y-75546366D01* +X154599665Y-75549716D01* +X154599667Y-75549717D01* +X154599670Y-75549720D01* +X154761856Y-75662604D01* +X154766675Y-75665958D01* +X154953664Y-75746202D01* +X154953666Y-75746203D01* +X155152983Y-75787163D01* +X155152986Y-75787163D01* +X155555468Y-75787163D01* +X155581105Y-75784555D01* +X155707162Y-75771737D01* +X155901312Y-75710822D01* +X156079226Y-75612072D01* +X156104555Y-75590326D01* +X156161023Y-75566768D01* +X156220554Y-75580900D01* +X156239046Y-75595439D01* +X156640504Y-75996897D01* +X156668281Y-76051414D01* +X156669500Y-76066901D01* +X156669500Y-76843914D01* +X156650593Y-76902105D01* +X156601093Y-76938069D01* +X156539907Y-76938069D01* +X156490407Y-76902105D01* +X156481992Y-76887078D01* +X156481785Y-76887190D01* +X156381999Y-76700502D01* +X156381992Y-76700492D01* +X156250783Y-76540612D01* +X156250774Y-76540603D01* +X156090894Y-76409394D01* +X156090884Y-76409387D01* +X155908491Y-76311897D01* +X155908486Y-76311895D01* +X155710560Y-76251854D01* +X155710554Y-76251853D01* +X155629724Y-76243892D01* +X155629724Y-76728470D01* +X155610817Y-76786661D01* +X155561317Y-76822625D01* +X155516635Y-76826462D01* +X155413704Y-76811663D01* +X155413699Y-76811663D01* +X155345749Y-76811663D01* +X155345744Y-76811663D01* +X155242813Y-76826462D01* +X155182524Y-76816029D01* +X155139881Y-76772151D01* +X155129724Y-76728470D01* +X155129724Y-76243892D01* +X155129723Y-76243892D01* +X155048893Y-76251853D01* +X155048887Y-76251854D01* +X154850961Y-76311895D01* +X154850956Y-76311897D01* +X154668563Y-76409387D01* +X154668553Y-76409394D01* +X154508673Y-76540603D01* +X154508664Y-76540612D01* +X154377455Y-76700492D01* +X154377448Y-76700502D01* +X154279958Y-76882895D01* +X154279956Y-76882900D01* +X154233312Y-77036662D01* +X154233313Y-77036663D01* +X154825829Y-77036663D01* +X154884020Y-77055570D01* +X154919984Y-77105070D01* +X154920818Y-77163552D01* +X154904724Y-77218368D01* +X154904724Y-77354958D01* +X154920818Y-77409773D01* +X154919072Y-77470932D01* +X154881709Y-77519385D01* +X154825829Y-77536663D01* +X154233313Y-77536663D01* +X154279956Y-77690425D01* +X154279958Y-77690430D01* +X154377448Y-77872823D01* +X154377455Y-77872833D01* +X154508664Y-78032713D01* +X154508673Y-78032722D01* +X154668553Y-78163931D01* +X154668563Y-78163938D01* +X154850956Y-78261428D01* +X154850961Y-78261430D01* +X155048890Y-78321471D01* +X155129722Y-78329432D01* +X155129724Y-78329431D01* +X155129724Y-77844855D01* +X155148631Y-77786664D01* +X155198131Y-77750700D01* +X155242814Y-77746863D01* +X155345745Y-77761663D01* +X155345749Y-77761663D01* +X155413703Y-77761663D01* +X155516634Y-77746863D01* +X155576923Y-77757296D01* +X155619566Y-77801173D01* +X155629724Y-77844855D01* +X155629724Y-78329431D01* +X155629725Y-78329432D01* +X155710557Y-78321471D01* +X155908486Y-78261430D01* +X155908491Y-78261428D01* +X156090884Y-78163938D01* +X156090894Y-78163931D01* +X156250774Y-78032722D01* +X156250783Y-78032713D01* +X156381992Y-77872833D01* +X156381999Y-77872823D01* +X156481785Y-77686136D01* +X156483060Y-77686817D01* +X156518764Y-77645005D01* +X156578257Y-77630715D01* +X156634787Y-77654124D01* +X156666762Y-77706290D01* +X156669500Y-77729411D01* +X156669500Y-79197099D01* +X156650593Y-79255290D01* +X156640504Y-79267103D01* +X153460301Y-82447306D01* +X153437736Y-82469872D01* +X153437734Y-82469874D01* +X153426783Y-82491365D01* +X153418673Y-82504599D01* +X153404492Y-82524120D01* +X153404487Y-82524129D01* +X153397035Y-82547066D01* +X153391091Y-82561416D01* +X153380141Y-82582905D01* +X153380138Y-82582915D01* +X153376363Y-82606743D01* +X153372739Y-82621838D01* +X153365287Y-82644776D01* +X153365286Y-82644783D01* +X153365286Y-82676695D01* +X153365285Y-85203508D01* +X153346378Y-85261699D01* +X153336289Y-85273512D01* +X151432909Y-87176892D01* +X151378392Y-87204669D01* +X151342977Y-87203862D01* +X151223191Y-87179246D01* +X150820708Y-87179246D01* +X150820706Y-87179246D01* +X150669009Y-87194672D01* +X150669006Y-87194673D01* +X150656780Y-87198508D01* +X150595598Y-87197883D01* +X150557147Y-87174050D01* +X149113782Y-85730685D01* +X149867080Y-85730685D01* +X149897893Y-85931813D01* +X149897894Y-85931817D01* +X149968564Y-86122633D01* +X150014455Y-86196259D01* +X150076195Y-86295313D01* +X150076200Y-86295319D01* +X150212186Y-86438376D01* +X150216391Y-86442799D01* +X150216393Y-86442800D01* +X150216396Y-86442803D01* +X150359644Y-86542506D01* +X150383401Y-86559041D01* +X150570390Y-86639285D01* +X150570392Y-86639286D01* +X150769709Y-86680246D01* +X150769712Y-86680246D01* +X151172194Y-86680246D01* +X151197831Y-86677638D01* +X151323888Y-86664820D01* +X151518038Y-86603905D01* +X151695952Y-86505155D01* +X151850345Y-86372612D01* +X151974898Y-86211704D01* +X152064510Y-86029017D01* +X152115513Y-85832031D01* +X152125819Y-85628810D01* +X152095006Y-85427675D01* +X152024336Y-85236859D01* +X151916702Y-85064175D01* +X151776509Y-84916693D01* +X151776507Y-84916691D01* +X151776503Y-84916688D01* +X151609504Y-84800454D01* +X151609501Y-84800452D01* +X151609499Y-84800451D01* +X151422508Y-84720206D01* +X151422510Y-84720206D01* +X151342781Y-84703822D01* +X151223191Y-84679246D01* +X150820708Y-84679246D01* +X150820706Y-84679246D01* +X150669011Y-84694672D01* +X150474860Y-84755587D01* +X150474859Y-84755588D01* +X150296951Y-84854334D01* +X150296948Y-84854336D01* +X150142559Y-84986875D01* +X150017999Y-85147791D01* +X149929488Y-85328235D01* +X149928390Y-85330475D01* +X149891270Y-85473841D01* +X149877386Y-85527465D01* +X149867081Y-85730682D01* +X149867080Y-85730685D01* +X149113782Y-85730685D01* +X147874741Y-84491644D01* +X147854691Y-84462766D01* +X147843668Y-84438628D01* +X147758835Y-84340724D01* +X147758834Y-84340723D01* +X147758833Y-84340722D01* +X147649859Y-84270689D01* +X147649856Y-84270687D01* +X147649855Y-84270687D01* +X147649852Y-84270686D01* +X147525560Y-84234191D01* +X147525558Y-84234191D01* +X147396014Y-84234191D01* +X147396011Y-84234191D01* +X147271719Y-84270686D01* +X147271712Y-84270689D01* +X147162738Y-84340722D01* +X147077903Y-84438629D01* +X147024088Y-84556465D01* +X147005653Y-84684688D01* +X147005653Y-84684693D01* +X101986085Y-84684693D01* +X101652710Y-84351318D01* +X101345965Y-84044573D01* +X149870950Y-84044573D01* +X149879682Y-84088466D01* +X149879684Y-84088470D01* +X149906598Y-84128750D01* +X149912946Y-84138250D01* +X149962728Y-84171513D01* +X149973114Y-84173579D01* +X150006622Y-84180245D01* +X150006628Y-84180245D01* +X150006630Y-84180246D01* +X150006631Y-84180246D01* +X151986269Y-84180246D01* +X151986270Y-84180246D01* +X151986271Y-84180245D01* +X151986277Y-84180245D01* +X152008073Y-84175908D01* +X152030172Y-84171513D01* +X152079954Y-84138250D01* +X152113217Y-84088468D01* +X152120999Y-84049346D01* +X152121949Y-84044573D01* +X152121950Y-84044564D01* +X152121950Y-82314927D01* +X152121949Y-82314918D01* +X152115414Y-82282073D01* +X152113217Y-82271024D01* +X152079954Y-82221242D01* +X152063128Y-82209999D01* +X152030174Y-82187980D01* +X152030170Y-82187978D01* +X151986277Y-82179246D01* +X151986270Y-82179246D01* +X150006630Y-82179246D01* +X150006622Y-82179246D01* +X149962729Y-82187978D01* +X149962725Y-82187980D01* +X149912948Y-82221240D01* +X149912944Y-82221244D01* +X149879684Y-82271021D01* +X149879682Y-82271025D01* +X149870950Y-82314918D01* +X149870950Y-84044573D01* +X101345965Y-84044573D01* +X100755909Y-83454516D01* +X100755908Y-83454515D01* +X100753424Y-83452031D01* +X100733343Y-83431951D01* +X100733342Y-83431950D01* +X100711847Y-83420997D01* +X100698608Y-83412884D01* +X100692581Y-83408505D01* +X100679090Y-83398704D01* +X100679088Y-83398703D01* +X100656142Y-83391247D01* +X100641788Y-83385301D01* +X100620306Y-83374354D01* +X100596474Y-83370579D01* +X100581374Y-83366953D01* +X100558437Y-83359500D01* +X100558433Y-83359500D01* +X100526519Y-83359500D01* +X90286901Y-83359500D01* +X90228710Y-83340593D01* +X90216897Y-83330504D01* +X86689496Y-79803103D01* +X86661719Y-79748586D01* +X86660500Y-79733099D01* +X86660500Y-74991569D01* +X86660500Y-74991567D01* +X86653042Y-74968613D01* +X86649418Y-74953514D01* +X86646579Y-74935589D01* +X86645646Y-74929696D01* +X86645644Y-74929693D01* +X86645644Y-74929691D01* +X86634694Y-74908201D01* +X86628749Y-74893851D01* +X86621296Y-74870910D01* +X86607115Y-74851391D01* +X86598998Y-74838145D01* +X86588050Y-74816658D01* +X86588048Y-74816656D01* +X86565486Y-74794093D01* +X84533424Y-72762031D01* +X84513343Y-72741951D01* +X84513342Y-72741950D01* +X84491847Y-72730997D01* +X84478608Y-72722884D01* +X84468196Y-72715320D01* +X84459090Y-72708704D01* +X84459088Y-72708703D01* +X84436142Y-72701247D01* +X84421788Y-72695301D01* +X84400306Y-72684354D01* +X84376474Y-72680579D01* +X84361374Y-72676953D01* +X84338437Y-72669500D01* +X84338433Y-72669500D01* +X84306519Y-72669500D01* +X67793433Y-72669500D01* +X67666567Y-72669500D01* +X67666565Y-72669500D01* +X67666562Y-72669501D01* +X67643624Y-72676953D01* +X67628529Y-72680577D01* +X67604701Y-72684352D01* +X67604691Y-72684355D01* +X67583202Y-72695305D01* +X67568852Y-72701249D01* +X67545915Y-72708701D01* +X67545906Y-72708706D01* +X67526385Y-72722887D01* +X67513151Y-72730997D01* +X67491660Y-72741948D01* +X67491658Y-72741950D01* +X67469093Y-72764514D01* +X67469091Y-72764516D01* +X67394090Y-72839516D01* +X66918103Y-73315504D01* +X66863586Y-73343281D01* +X66848099Y-73344500D01* +X65640172Y-73344500D01* +X65596279Y-73353232D01* +X65596275Y-73353234D01* +X65546498Y-73386494D01* +X65546494Y-73386498D01* +X65513234Y-73436275D01* +X65513232Y-73436279D01* +X65504500Y-73480172D01* +X65504500Y-75159827D01* +X65513232Y-75203720D01* +X65513234Y-75203724D01* +X65530491Y-75229551D01* +X65546496Y-75253504D01* +X65596278Y-75286767D01* +X65607327Y-75288964D01* +X65640172Y-75295499D01* +X65640178Y-75295499D01* +X65640180Y-75295500D01* +X65640181Y-75295500D01* +X67319819Y-75295500D01* +X67319820Y-75295500D01* +X67319821Y-75295499D01* +X67319827Y-75295499D01* +X67341623Y-75291162D01* +X67363722Y-75286767D01* +X67413504Y-75253504D01* +X67446767Y-75203722D01* +X67455500Y-75159820D01* +X67455500Y-73951900D01* +X67474407Y-73893710D01* +X67484496Y-73881897D01* +X67866897Y-73499496D01* +X67921414Y-73471719D01* +X67936901Y-73470500D01* +X68245899Y-73470500D01* +X68304090Y-73489407D01* +X68340054Y-73538907D01* +X68340054Y-73600093D01* +X68322427Y-73632305D01* +X68204976Y-73775420D01* +X68204969Y-73775430D01* +X68114397Y-73944880D01* +X68114395Y-73944885D01* +X68058614Y-74128768D01* +X68058613Y-74128773D01* +X68039780Y-74319996D01* +X68039780Y-74320003D01* +X68058613Y-74511226D01* +X68058614Y-74511231D01* +X68114395Y-74695114D01* +X68114397Y-74695119D01* +X68204969Y-74864569D01* +X68204975Y-74864578D01* +X68204977Y-74864581D01* +X68240775Y-74908201D01* +X68326875Y-75013115D01* +X68326884Y-75013124D01* +X68383394Y-75059500D01* +X68475419Y-75135023D01* +X68475423Y-75135025D01* +X68475430Y-75135030D01* +X68636070Y-75220893D01* +X68644886Y-75225605D01* +X68764539Y-75261901D01* +X68828768Y-75281385D01* +X68828773Y-75281386D01* +X69019997Y-75300220D01* +X69020000Y-75300220D01* +X69020003Y-75300220D01* +X69211226Y-75281386D01* +X69211231Y-75281385D01* +X69233928Y-75274500D01* +X69395114Y-75225605D01* +X69476654Y-75182021D01* +X69564569Y-75135030D01* +X69564572Y-75135027D01* +X69564581Y-75135023D01* +X69713120Y-75013120D01* +X69835023Y-74864581D01* +X69835027Y-74864572D01* +X69835030Y-74864569D01* +X69925602Y-74695119D01* +X69925605Y-74695114D01* +X69981385Y-74511231D01* +X69981386Y-74511226D01* +X70000220Y-74320003D01* +X70000220Y-74319996D01* +X69981386Y-74128773D01* +X69981385Y-74128768D01* +X69964464Y-74072988D01* +X69925605Y-73944886D01* +X69925602Y-73944880D01* +X69835030Y-73775430D01* +X69835025Y-73775423D01* +X69835023Y-73775419D01* +X69775931Y-73703416D01* +X69717573Y-73632305D01* +X69695273Y-73575328D01* +X69710722Y-73516125D01* +X69758019Y-73477310D01* +X69794101Y-73470500D01* +X84068099Y-73470500D01* +X84126290Y-73489407D01* +X84138103Y-73499496D01* +X85830504Y-75191897D01* +X85858281Y-75246414D01* +X85859500Y-75261901D01* +X85859500Y-80003437D01* +X85866953Y-80026374D01* +X85870579Y-80041474D01* +X85874354Y-80065306D01* +X85885301Y-80086788D01* +X85891247Y-80101142D01* +X85898703Y-80124088D01* +X85898702Y-80124088D01* +X85912884Y-80143608D01* +X85920997Y-80156847D01* +X85931950Y-80178342D01* +X85931951Y-80178343D01* +X85952031Y-80198424D01* +X89819093Y-84065486D01* +X89839453Y-84085845D01* +X89841658Y-84088050D01* +X89863145Y-84098998D01* +X89876386Y-84107112D01* +X89895908Y-84121294D01* +X89895909Y-84121294D01* +X89895911Y-84121296D01* +X89918861Y-84128752D01* +X89933201Y-84134693D01* +X89954696Y-84145646D01* +X89978534Y-84149421D01* +X89993611Y-84153041D01* +X90016567Y-84160500D01* +X90048481Y-84160500D01* +X100288099Y-84160500D01* +X100346290Y-84179407D01* +X100358103Y-84189496D01* +X101163503Y-84994896D01* +X101959035Y-85790427D01* +X101986812Y-85844944D01* +X101983768Y-85889168D01* +X101948976Y-86003864D01* +X101948974Y-86003873D01* +X101929659Y-86199996D01* +X101929659Y-86200003D01* +X101948974Y-86396126D01* +X101948975Y-86396129D01* +X102006187Y-86584730D01* +X102006188Y-86584732D01* +X102050101Y-86666887D01* +X102099090Y-86758538D01* +X102099092Y-86758540D01* +X102099093Y-86758542D01* +X102224112Y-86910878D01* +X102224121Y-86910887D01* +X102282713Y-86958972D01* +X102315700Y-87010503D01* +X102312098Y-87071582D01* +X102273283Y-87118879D01* +X102219908Y-87134500D01* +X98770491Y-87134500D01* +X98712300Y-87115593D01* +X98676336Y-87066093D01* +X98676336Y-87004907D01* +X98712300Y-86955407D01* +X98723823Y-86948190D01* +X98804569Y-86905030D01* +X98804572Y-86905027D01* +X98804581Y-86905023D01* +X98953120Y-86783120D01* +X99075023Y-86634581D01* +X99075027Y-86634572D01* +X99075030Y-86634569D01* +X99143097Y-86507223D01* +X99165605Y-86465114D01* +X99221385Y-86281231D01* +X99221386Y-86281226D01* +X99240220Y-86090003D01* +X99240220Y-86089996D01* +X99221386Y-85898773D01* +X99221385Y-85898768D01* +X99188520Y-85790427D01* +X99165605Y-85714886D01* +X99165602Y-85714880D01* +X99075030Y-85545430D01* +X99075025Y-85545423D01* +X99075023Y-85545419D01* +X98989645Y-85441386D01* +X98953124Y-85396884D01* +X98953115Y-85396875D01* +X98830195Y-85295998D01* +X98804581Y-85274977D01* +X98804578Y-85274975D01* +X98804569Y-85274969D01* +X98635119Y-85184397D01* +X98635114Y-85184395D01* +X98451231Y-85128614D01* +X98451226Y-85128613D01* +X98260003Y-85109780D01* +X98259997Y-85109780D01* +X98068773Y-85128613D01* +X98068768Y-85128614D01* +X97884885Y-85184395D01* +X97884880Y-85184397D01* +X97715430Y-85274969D01* +X97715420Y-85274976D01* +X97566884Y-85396875D01* +X97566875Y-85396884D01* +X97444976Y-85545420D01* +X97444969Y-85545430D01* +X97354397Y-85714880D01* +X97354395Y-85714885D01* +X97298614Y-85898768D01* +X97298613Y-85898773D01* +X97279780Y-86089996D01* +X97279780Y-86090003D01* +X97298613Y-86281226D01* +X97298614Y-86281231D01* +X97354395Y-86465114D01* +X97354397Y-86465119D01* +X97444969Y-86634569D01* +X97444975Y-86634578D01* +X97444977Y-86634581D01* +X97484151Y-86682314D01* +X97566875Y-86783115D01* +X97566884Y-86783124D01* +X97622502Y-86828768D01* +X97715419Y-86905023D01* +X97715423Y-86905025D01* +X97715430Y-86905030D01* +X97796177Y-86948190D01* +X97838584Y-86992295D01* +X97846967Y-87052904D01* +X97818125Y-87106864D01* +X97763073Y-87133566D01* +X97749509Y-87134500D01* +X96230491Y-87134500D01* +X96172300Y-87115593D01* +X96136336Y-87066093D01* +X96136336Y-87004907D01* +X96172300Y-86955407D01* +X96183823Y-86948190D01* +X96264569Y-86905030D01* +X96264572Y-86905027D01* +X96264581Y-86905023D01* +X96413120Y-86783120D01* +X96535023Y-86634581D01* +X96535027Y-86634572D01* +X96535030Y-86634569D01* +X96603097Y-86507223D01* +X96625605Y-86465114D01* +X96681385Y-86281231D01* +X96681386Y-86281226D01* +X96700220Y-86090003D01* +X96700220Y-86089996D01* +X96681386Y-85898773D01* +X96681385Y-85898768D01* +X96648520Y-85790427D01* +X96625605Y-85714886D01* +X96625602Y-85714880D01* +X96535030Y-85545430D01* +X96535025Y-85545423D01* +X96535023Y-85545419D01* +X96449645Y-85441386D01* +X96413124Y-85396884D01* +X96413115Y-85396875D01* +X96290195Y-85295998D01* +X96264581Y-85274977D01* +X96264578Y-85274975D01* +X96264569Y-85274969D01* +X96095119Y-85184397D01* +X96095114Y-85184395D01* +X95911231Y-85128614D01* +X95911226Y-85128613D01* +X95720003Y-85109780D01* +X95719997Y-85109780D01* +X95528773Y-85128613D01* +X95528768Y-85128614D01* +X95344885Y-85184395D01* +X95344880Y-85184397D01* +X95175430Y-85274969D01* +X95175420Y-85274976D01* +X95026884Y-85396875D01* +X95026875Y-85396884D01* +X94904976Y-85545420D01* +X94904969Y-85545430D01* +X94814397Y-85714880D01* +X94814395Y-85714885D01* +X94758614Y-85898768D01* +X94758613Y-85898773D01* +X94739780Y-86089996D01* +X94739780Y-86090003D01* +X94758613Y-86281226D01* +X94758614Y-86281231D01* +X94814395Y-86465114D01* +X94814397Y-86465119D01* +X94904969Y-86634569D01* +X94904975Y-86634578D01* +X94904977Y-86634581D01* +X94944151Y-86682314D01* +X95026875Y-86783115D01* +X95026884Y-86783124D01* +X95082502Y-86828768D01* +X95175419Y-86905023D01* +X95175423Y-86905025D01* +X95175430Y-86905030D01* +X95256177Y-86948190D01* +X95298584Y-86992295D01* +X95306967Y-87052904D01* +X95278125Y-87106864D01* +X95223073Y-87133566D01* +X95209509Y-87134500D01* +X93690491Y-87134500D01* +X93632300Y-87115593D01* +X93596336Y-87066093D01* +X93596336Y-87004907D01* +X93632300Y-86955407D01* +X93643823Y-86948190D01* +X93724569Y-86905030D01* +X93724572Y-86905027D01* +X93724581Y-86905023D01* +X93873120Y-86783120D01* +X93995023Y-86634581D01* +X93995027Y-86634572D01* +X93995030Y-86634569D01* +X94063097Y-86507223D01* +X94085605Y-86465114D01* +X94141385Y-86281231D01* +X94141386Y-86281226D01* +X94160220Y-86090003D01* +X94160220Y-86089996D01* +X94141386Y-85898773D01* +X94141385Y-85898768D01* +X94108520Y-85790427D01* +X94085605Y-85714886D01* +X94085602Y-85714880D01* +X93995030Y-85545430D01* +X93995025Y-85545423D01* +X93995023Y-85545419D01* +X93909645Y-85441386D01* +X93873124Y-85396884D01* +X93873115Y-85396875D01* +X93750195Y-85295998D01* +X93724581Y-85274977D01* +X93724578Y-85274975D01* +X93724569Y-85274969D01* +X93555119Y-85184397D01* +X93555114Y-85184395D01* +X93371231Y-85128614D01* +X93371226Y-85128613D01* +X93180003Y-85109780D01* +X93179997Y-85109780D01* +X92988773Y-85128613D01* +X92988768Y-85128614D01* +X92804885Y-85184395D01* +X92804880Y-85184397D01* +X92635430Y-85274969D01* +X92635420Y-85274976D01* +X92486884Y-85396875D01* +X92486875Y-85396884D01* +X92364976Y-85545420D01* +X92364969Y-85545430D01* +X92274397Y-85714880D01* +X92274395Y-85714885D01* +X92218614Y-85898768D01* +X92218613Y-85898773D01* +X92199780Y-86089996D01* +X92199780Y-86090003D01* +X92218613Y-86281226D01* +X92218614Y-86281231D01* +X92274395Y-86465114D01* +X92274397Y-86465119D01* +X92361293Y-86627691D01* +X92372049Y-86687924D01* +X92345347Y-86742975D01* +X92291386Y-86771817D01* +X92230778Y-86763434D01* +X92203979Y-86744363D01* +X87300885Y-81841269D01* +X87288573Y-81826266D01* +X87278625Y-81811378D01* +X87278624Y-81811376D01* +X87255623Y-81796007D01* +X87255622Y-81796006D01* +X87229465Y-81778528D01* +X87187495Y-81750485D01* +X87187494Y-81750484D01* +X87187495Y-81750484D01* +X87101183Y-81733316D01* +X87101171Y-81733313D01* +X87080002Y-81729103D01* +X87080001Y-81729103D01* +X87080000Y-81729103D01* +X87062430Y-81732598D01* +X87043116Y-81734500D01* +X86527588Y-81734500D01* +X86469397Y-81715593D01* +X86452769Y-81700331D01* +X86423050Y-81666034D01* +X86423048Y-81666032D01* +X86314073Y-81595998D01* +X86314070Y-81595996D01* +X86314069Y-81595996D01* +X86314066Y-81595995D01* +X86189774Y-81559500D01* +X86189772Y-81559500D01* +X86060228Y-81559500D01* +X86060225Y-81559500D01* +X85935933Y-81595995D01* +X85935926Y-81595998D01* +X85826952Y-81666031D01* +X85742117Y-81763938D01* +X85688302Y-81881774D01* +X85669867Y-82009997D01* +X85669867Y-82010004D01* +X85673891Y-82037994D01* +X85663457Y-82098283D01* +X85657151Y-82106833D01* +X85659626Y-82131960D01* +X85644103Y-82209999D01* +X85647598Y-82227569D01* +X85649500Y-82246883D01* +X85649500Y-102865934D01* +X85630593Y-102924125D01* +X85581093Y-102960089D01* +X85522610Y-102960924D01* +X85408777Y-102927501D01* +X85408773Y-102927500D01* +X85408772Y-102927500D01* +X85279228Y-102927500D01* +X85279225Y-102927500D01* +X85154933Y-102963995D01* +X85154926Y-102963998D01* +X85045951Y-103034032D01* +X85045949Y-103034034D01* +X84979318Y-103110931D01* +X84926922Y-103142527D01* +X84865961Y-103137291D01* +X84819721Y-103097223D01* +X84805499Y-103046103D01* +X84805499Y-102664442D01* +X84814445Y-102623323D01* +X84829447Y-102590476D01* +X84831107Y-102578934D01* +X84847883Y-102462252D01* +X84847883Y-102462247D01* +X84829447Y-102334024D01* +X84821081Y-102315705D01* +X84775632Y-102216187D01* +X84690799Y-102118283D01* +X84690798Y-102118282D01* +X84690797Y-102118281D01* +X84581823Y-102048248D01* +X84581820Y-102048246D01* +X84581819Y-102048246D01* +X84581816Y-102048245D01* +X84457524Y-102011750D01* +X84457522Y-102011750D01* +X84327978Y-102011750D01* +X84327975Y-102011750D01* +X84203683Y-102048245D01* +X84203676Y-102048248D01* +X84094701Y-102118282D01* +X84084318Y-102130265D01* +X84031921Y-102161860D01* +X83970960Y-102156622D01* +X83924720Y-102116554D01* +X83910500Y-102065432D01* +X83910500Y-80980002D01* +X84109867Y-80980002D01* +X84128302Y-81108225D01* +X84135953Y-81124977D01* +X84182118Y-81226063D01* +X84265320Y-81322085D01* +X84289137Y-81378444D01* +X84289500Y-81386915D01* +X84289500Y-94688615D01* +X84287598Y-94707927D01* +X84284103Y-94725499D01* +X84284103Y-94725502D01* +X84288311Y-94746662D01* +X84288316Y-94746682D01* +X84291749Y-94763938D01* +X84305485Y-94832995D01* +X84305486Y-94832996D01* +X84305486Y-94832998D01* +X84366377Y-94924125D01* +X84372104Y-94929853D01* +X84399880Y-94984371D01* +X84400092Y-95013935D01* +X84399867Y-95015500D01* +X84399867Y-95015502D01* +X84418302Y-95143725D01* +X84464362Y-95244581D01* +X84472118Y-95261563D01* +X84534122Y-95333120D01* +X84556952Y-95359468D01* +X84665926Y-95429501D01* +X84665931Y-95429504D01* +X84790228Y-95466000D01* +X84790230Y-95466000D01* +X84919770Y-95466000D01* +X84919772Y-95466000D01* +X85044069Y-95429504D01* +X85153049Y-95359467D01* +X85237882Y-95261563D01* +X85291697Y-95143726D01* +X85301229Y-95077427D01* +X85310133Y-95015502D01* +X85310133Y-95015497D01* +X85291697Y-94887274D01* +X85289185Y-94881774D01* +X85237882Y-94769437D01* +X85153049Y-94671533D01* +X85153048Y-94671532D01* +X85153047Y-94671531D01* +X85044073Y-94601498D01* +X85044070Y-94601496D01* +X85044069Y-94601496D01* +X85025344Y-94595998D01* +X84912978Y-94563005D01* +X84913825Y-94560117D01* +X84870495Y-94538806D01* +X84841948Y-94484688D01* +X84840500Y-94467818D01* +X84840500Y-81386915D01* +X84859407Y-81328724D01* +X84864673Y-81322092D01* +X84947882Y-81226063D01* +X85001697Y-81108226D01* +X85020133Y-80980000D01* +X85001697Y-80851774D01* +X84947882Y-80733937D01* +X84863049Y-80636033D01* +X84863048Y-80636032D01* +X84863047Y-80636031D01* +X84754073Y-80565998D01* +X84754070Y-80565996D01* +X84754069Y-80565996D01* +X84754066Y-80565995D01* +X84629774Y-80529500D01* +X84629772Y-80529500D01* +X84500228Y-80529500D01* +X84500225Y-80529500D01* +X84375933Y-80565995D01* +X84375926Y-80565998D01* +X84266952Y-80636031D01* +X84182117Y-80733938D01* +X84128302Y-80851774D01* +X84109867Y-80979997D01* +X84109867Y-80980002D01* +X83910500Y-80980002D01* +X83910500Y-75681415D01* +X83929407Y-75623224D01* +X83934673Y-75616592D01* +X84017882Y-75520563D01* +X84071697Y-75402726D01* +X84084272Y-75315263D01* +X84090133Y-75274502D01* +X84090133Y-75274497D01* +X84071697Y-75146274D01* +X84066559Y-75135023D01* +X84017882Y-75028437D01* +X83933049Y-74930533D01* +X83933048Y-74930532D01* +X83933047Y-74930531D01* +X83824073Y-74860498D01* +X83824070Y-74860496D01* +X83824069Y-74860496D01* +X83824066Y-74860495D01* +X83699774Y-74824000D01* +X83699772Y-74824000D01* +X83570228Y-74824000D01* +X83570225Y-74824000D01* +X83445933Y-74860495D01* +X83445926Y-74860498D01* +X83336952Y-74930531D01* +X83252117Y-75028438D01* +X83198302Y-75146274D01* +X83179867Y-75274497D01* +X83179867Y-75274502D01* +X83198302Y-75402725D01* +X83247294Y-75510000D01* +X83252118Y-75520563D01* +X83335320Y-75616585D01* +X83359137Y-75672944D01* +X83359500Y-75681415D01* +X83359500Y-98306012D01* +X83340593Y-98364203D01* +X83291093Y-98400167D01* +X83229907Y-98400167D01* +X83180407Y-98364203D01* +X83170447Y-98347139D01* +X83130669Y-98260040D01* +X83127882Y-98253937D01* +X83043049Y-98156033D01* +X83043048Y-98156032D01* +X83043047Y-98156031D01* +X82934073Y-98085998D01* +X82934070Y-98085996D01* +X82934069Y-98085996D01* +X82934066Y-98085995D01* +X82809774Y-98049500D01* +X82809772Y-98049500D01* +X82680228Y-98049500D01* +X82680225Y-98049500D01* +X82555933Y-98085995D01* +X82555926Y-98085998D01* +X82446952Y-98156031D01* +X82362117Y-98253938D01* +X82308302Y-98371774D01* +X82289867Y-98499997D01* +X82289867Y-98500002D01* +X82308302Y-98628225D01* +X82359249Y-98739780D01* +X82362118Y-98746063D01* +X82440101Y-98836061D01* +X82446952Y-98843968D01* +X82516434Y-98888621D01* +X82545227Y-98916905D01* +X82546375Y-98918623D01* +X82561266Y-98928573D01* +X82576269Y-98940885D01* +X82655504Y-99020120D01* +X82683281Y-99074637D01* +X82684500Y-99090124D01* +X82684500Y-107799736D01* +X82665593Y-107857927D01* +X82616093Y-107893891D01* +X82599594Y-107897728D01* +X82594228Y-107898499D01* +X82469933Y-107934995D01* +X82469926Y-107934998D01* +X82360952Y-108005031D01* +X82276117Y-108102938D01* +X82222302Y-108220774D01* +X82203867Y-108348997D01* +X82203867Y-108349002D01* +X82222302Y-108477225D01* +X82222302Y-108477227D01* +X82255708Y-108550374D01* +X82262683Y-108611160D01* +X82232597Y-108664437D01* +X82176941Y-108689855D01* +X82165655Y-108690500D01* +X77318993Y-108690500D01* +X77299680Y-108688598D01* +X77282109Y-108685103D01* +X77282106Y-108685103D01* +X77262796Y-108688943D01* +X77262790Y-108688945D01* +X77243977Y-108692687D01* +X77183216Y-108685495D01* +X77138287Y-108643961D01* +X77126351Y-108583951D01* +X77151968Y-108528387D01* +X77154667Y-108525580D01* +X77160620Y-108519626D01* +X77160624Y-108519624D01* +X77202807Y-108456494D01* +X77221515Y-108428495D01* +X77234343Y-108364004D01* +X77237500Y-108348133D01* +X77237500Y-108348132D01* +X77238229Y-108344470D01* +X77238449Y-108343362D01* +X77238449Y-108343361D01* +X77242897Y-108321000D01* +X77240856Y-108310739D01* +X77239402Y-108303427D01* +X77237500Y-108284115D01* +X77237500Y-107980002D01* +X78539867Y-107980002D01* +X78558302Y-108108225D01* +X78610605Y-108222750D01* +X78612118Y-108226063D01* +X78694380Y-108321000D01* +X78696952Y-108323968D01* +X78755996Y-108361913D01* +X78805931Y-108394004D01* +X78930228Y-108430500D01* +X78930230Y-108430500D01* +X79059770Y-108430500D01* +X79059772Y-108430500D01* +X79184069Y-108394004D01* +X79293049Y-108323967D01* +X79377882Y-108226063D01* +X79419297Y-108135375D01* +X79460668Y-108090300D01* +X79520635Y-108078149D01* +X79576291Y-108103567D01* +X79599403Y-108135377D01* +X79618444Y-108177070D01* +X79627118Y-108196063D01* +X79703472Y-108284181D01* +X79711952Y-108293968D01* +X79817677Y-108361913D01* +X79820931Y-108364004D01* +X79945228Y-108400500D01* +X79945230Y-108400500D01* +X80074770Y-108400500D01* +X80074772Y-108400500D01* +X80199069Y-108364004D01* +X80308049Y-108293967D01* +X80392882Y-108196063D01* +X80446697Y-108078226D01* +X80456667Y-108008883D01* +X80465133Y-107950002D01* +X81078867Y-107950002D01* +X81097302Y-108078225D01* +X81142444Y-108177070D01* +X81151118Y-108196063D01* +X81227472Y-108284181D01* +X81235952Y-108293968D01* +X81341677Y-108361913D01* +X81344931Y-108364004D01* +X81469228Y-108400500D01* +X81469230Y-108400500D01* +X81598770Y-108400500D01* +X81598772Y-108400500D01* +X81723069Y-108364004D01* +X81832049Y-108293967D01* +X81916882Y-108196063D01* +X81970697Y-108078226D01* +X81980667Y-108008883D01* +X81989133Y-107950002D01* +X81989133Y-107950000D01* +X81989133Y-107949997D01* +X81987950Y-107941774D01* +X81998379Y-107881487D01* +X82015934Y-107857680D01* +X82343733Y-107529881D01* +X82358729Y-107517575D01* +X82373624Y-107507624D01* +X82389484Y-107483889D01* +X82406471Y-107458465D01* +X82434515Y-107416495D01* +X82450500Y-107336133D01* +X82450500Y-107336132D01* +X82450705Y-107335102D01* +X82451449Y-107331362D01* +X82451449Y-107331361D01* +X82455897Y-107309000D01* +X82452402Y-107291427D01* +X82450500Y-107272115D01* +X82450500Y-101840879D01* +X82452402Y-101821565D01* +X82453808Y-101814497D01* +X82455896Y-101804000D01* +X82450500Y-101776871D01* +X82450500Y-101776867D01* +X82434515Y-101696505D01* +X82394344Y-101636385D01* +X82388994Y-101628378D01* +X82387754Y-101626522D01* +X82387741Y-101626504D01* +X82373624Y-101605376D01* +X82370020Y-101602968D01* +X82358733Y-101595426D01* +X82343731Y-101583115D01* +X82111938Y-101351322D01* +X82084161Y-101296805D01* +X82083950Y-101267227D01* +X82085133Y-101258999D01* +X82085133Y-101258998D01* +X82066697Y-101130774D01* +X82031404Y-101053494D01* +X82012882Y-101012937D01* +X81928049Y-100915033D01* +X81928048Y-100915032D01* +X81928047Y-100915031D01* +X81819073Y-100844998D01* +X81819070Y-100844996D01* +X81819069Y-100844996D01* +X81819066Y-100844995D01* +X81694774Y-100808500D01* +X81694772Y-100808500D01* +X81565228Y-100808500D01* +X81565225Y-100808500D01* +X81440933Y-100844995D01* +X81440926Y-100844998D01* +X81331952Y-100915031D01* +X81247117Y-101012938D01* +X81193302Y-101130774D01* +X81174867Y-101258997D01* +X81174867Y-101259002D01* +X81193302Y-101387225D01* +X81231348Y-101470533D01* +X81247118Y-101505063D01* +X81320721Y-101590007D01* +X81331952Y-101602968D01* +X81440926Y-101673001D01* +X81440931Y-101673004D01* +X81565228Y-101709500D01* +X81649877Y-101709500D01* +X81708068Y-101728407D01* +X81719880Y-101738496D01* +X81870503Y-101889118D01* +X81898281Y-101943635D01* +X81899500Y-101959122D01* +X81899500Y-107153876D01* +X81880593Y-107212067D01* +X81870504Y-107223880D01* +X81623880Y-107470504D01* +X81569363Y-107498281D01* +X81553876Y-107499500D01* +X81469225Y-107499500D01* +X81344933Y-107535995D01* +X81344926Y-107535998D01* +X81235952Y-107606031D01* +X81151117Y-107703938D01* +X81097302Y-107821774D01* +X81078867Y-107949997D01* +X81078867Y-107950002D01* +X80465133Y-107950002D01* +X80465133Y-107950000D01* +X80465133Y-107949997D01* +X80463950Y-107941774D01* +X80474379Y-107881487D01* +X80491934Y-107857680D01* +X80858733Y-107490881D01* +X80873729Y-107478575D01* +X80888624Y-107468624D01* +X80911738Y-107434033D01* +X80949515Y-107377495D01* +X80962109Y-107314181D01* +X80965500Y-107297133D01* +X80965500Y-107297132D01* +X80970897Y-107270000D01* +X80967402Y-107252427D01* +X80965500Y-107233115D01* +X80965500Y-105750124D01* +X80984407Y-105691933D01* +X80994496Y-105680120D01* +X81114620Y-105559996D01* +X81169137Y-105532219D01* +X81184624Y-105531000D01* +X81269270Y-105531000D01* +X81269272Y-105531000D01* +X81393569Y-105494504D01* +X81502549Y-105424467D01* +X81587382Y-105326563D01* +X81641197Y-105208726D01* +X81652772Y-105128218D01* +X81659633Y-105080502D01* +X81659633Y-105080497D01* +X81641197Y-104952274D01* +X81619559Y-104904895D01* +X81587382Y-104834437D01* +X81502549Y-104736533D01* +X81502548Y-104736532D01* +X81502547Y-104736531D01* +X81393573Y-104666498D01* +X81393570Y-104666496D01* +X81393569Y-104666496D01* +X81393566Y-104666495D01* +X81269274Y-104630000D01* +X81269272Y-104630000D01* +X81139728Y-104630000D01* +X81139725Y-104630000D01* +X81015433Y-104666495D01* +X81015426Y-104666498D01* +X80906452Y-104736531D01* +X80821617Y-104834438D01* +X80767802Y-104952274D01* +X80749367Y-105080497D01* +X80749367Y-105080502D01* +X80750550Y-105088733D01* +X80740114Y-105149021D01* +X80722561Y-105172821D01* +X80521267Y-105374115D01* +X80506269Y-105386423D01* +X80491380Y-105396372D01* +X80491374Y-105396378D01* +X80485261Y-105405527D01* +X80476007Y-105419376D01* +X80476006Y-105419378D01* +X80472606Y-105424467D01* +X80464300Y-105436897D01* +X80430484Y-105487504D01* +X80421854Y-105530897D01* +X80409103Y-105594999D01* +X80412598Y-105612569D01* +X80414500Y-105631883D01* +X80414500Y-107114876D01* +X80395593Y-107173067D01* +X80385504Y-107184880D01* +X80099880Y-107470504D01* +X80045363Y-107498281D01* +X80029876Y-107499500D01* +X79945225Y-107499500D01* +X79820933Y-107535995D01* +X79820926Y-107535998D01* +X79711952Y-107606031D01* +X79627117Y-107703938D01* +X79585702Y-107794622D01* +X79544329Y-107839699D01* +X79484363Y-107851850D01* +X79428707Y-107826432D01* +X79405596Y-107794622D01* +X79377882Y-107733937D01* +X79361572Y-107715114D01* +X79294680Y-107637914D01* +X79270863Y-107581555D01* +X79270500Y-107573084D01* +X79270500Y-100534915D01* +X79289407Y-100476724D01* +X79294673Y-100470092D01* +X79377882Y-100374063D01* +X79431697Y-100256226D01* +X79443673Y-100172933D01* +X79450133Y-100128002D01* +X79450133Y-100127997D01* +X79431697Y-99999774D01* +X79419208Y-99972427D01* +X79377882Y-99881937D01* +X79364230Y-99866182D01* +X79294679Y-99785913D01* +X79270862Y-99729554D01* +X79270499Y-99721083D01* +X79270499Y-83016916D01* +X79289406Y-82958725D01* +X79294670Y-82952095D01* +X79377882Y-82856063D01* +X79431697Y-82738226D01* +X79445133Y-82644776D01* +X79450133Y-82610002D01* +X79450133Y-82609997D01* +X79431697Y-82481774D01* +X79405314Y-82424004D01* +X79377882Y-82363937D01* +X79293049Y-82266033D01* +X79293048Y-82266032D01* +X79293047Y-82266031D01* +X79184073Y-82195998D01* +X79184070Y-82195996D01* +X79184069Y-82195996D01* +X79184066Y-82195995D01* +X79059774Y-82159500D01* +X79059772Y-82159500D01* +X78930228Y-82159500D01* +X78930225Y-82159500D01* +X78805933Y-82195995D01* +X78805926Y-82195998D01* +X78696952Y-82266031D01* +X78612117Y-82363938D01* +X78558302Y-82481774D01* +X78539867Y-82609997D01* +X78539867Y-82610002D01* +X78558302Y-82738225D01* +X78607341Y-82845604D01* +X78612118Y-82856063D01* +X78695320Y-82952085D01* +X78719137Y-83008444D01* +X78719500Y-83016915D01* +X78719500Y-99721084D01* +X78700593Y-99779275D01* +X78695320Y-99785914D01* +X78612118Y-99881936D01* +X78558302Y-99999774D01* +X78539867Y-100127997D01* +X78539867Y-100128002D01* +X78558302Y-100256225D01* +X78595620Y-100337938D01* +X78612118Y-100374063D01* +X78695320Y-100470085D01* +X78719137Y-100526444D01* +X78719500Y-100534915D01* +X78719500Y-107573084D01* +X78700593Y-107631275D01* +X78695320Y-107637914D01* +X78612118Y-107733936D01* +X78558302Y-107851774D01* +X78539867Y-107979997D01* +X78539867Y-107980002D01* +X77237500Y-107980002D01* +X77237500Y-102086433D01* +X77256407Y-102028242D01* +X77282977Y-102003149D01* +X77319047Y-101979968D01* +X77319046Y-101979968D01* +X77319049Y-101979967D01* +X77403882Y-101882063D01* +X77457697Y-101764226D01* +X77474120Y-101650000D01* +X77476133Y-101636002D01* +X77476133Y-101635997D01* +X77457697Y-101507774D01* +X77429018Y-101444976D01* +X77403882Y-101389937D01* +X77319049Y-101292033D01* +X77319048Y-101292032D01* +X77319047Y-101292031D01* +X77210073Y-101221998D01* +X77210070Y-101221996D01* +X77210069Y-101221996D01* +X77210066Y-101221995D01* +X77085774Y-101185500D01* +X77085772Y-101185500D01* +X76956228Y-101185500D01* +X76956225Y-101185500D01* +X76831933Y-101221995D01* +X76831926Y-101221998D01* +X76722952Y-101292031D01* +X76701940Y-101316281D01* +X76669318Y-101353928D01* +X76616924Y-101385524D01* +X76555963Y-101380289D01* +X76509722Y-101340221D01* +X76495500Y-101289097D01* +X76495500Y-100565122D01* +X76514407Y-100506931D01* +X76524490Y-100495125D01* +X76888730Y-100130884D01* +X76903726Y-100118577D01* +X76918624Y-100108624D01* +X76936699Y-100081574D01* +X76972781Y-100027573D01* +X76979515Y-100017495D01* +X76995500Y-99937133D01* +X76995500Y-99937132D01* +X77000897Y-99910000D01* +X76998856Y-99899739D01* +X76997402Y-99892427D01* +X76995500Y-99873115D01* +X76995500Y-75061144D01* +X77014407Y-75002953D01* +X77019681Y-74996313D01* +X77022046Y-74993584D01* +X77097882Y-74906063D01* +X77151697Y-74788226D01* +X77165084Y-74695119D01* +X77170133Y-74660002D01* +X77170133Y-74659997D01* +X77151697Y-74531774D01* +X77142313Y-74511226D01* +X77097882Y-74413937D01* +X77013049Y-74316033D01* +X77013048Y-74316032D01* +X77013047Y-74316031D01* +X76904073Y-74245998D01* +X76904070Y-74245996D01* +X76904069Y-74245996D01* +X76904066Y-74245995D01* +X76779774Y-74209500D01* +X76779772Y-74209500D01* +X76650228Y-74209500D01* +X76650225Y-74209500D01* +X76525933Y-74245995D01* +X76525926Y-74245998D01* +X76416952Y-74316031D01* +X76332117Y-74413938D01* +X76278302Y-74531774D01* +X76259867Y-74659997D01* +X76259867Y-74660002D01* +X76278302Y-74788225D01* +X76316064Y-74870910D01* +X76332118Y-74906063D01* +X76416951Y-75003967D01* +X76416953Y-75003968D01* +X76420320Y-75007854D01* +X76444137Y-75064214D01* +X76444500Y-75072685D01* +X76444500Y-99754876D01* +X76425593Y-99813067D01* +X76415504Y-99824880D01* +X76374202Y-99866182D01* +X76319685Y-99893959D01* +X76259253Y-99884388D01* +X76215988Y-99841123D01* +X76206206Y-99782088D01* +X76206611Y-99779275D01* +X76215133Y-99720000D01* +X76215132Y-99719996D01* +X76196697Y-99591774D01* +X76142882Y-99473938D01* +X76142882Y-99473937D01* +X76058049Y-99376033D01* +X76058048Y-99376032D01* +X76058047Y-99376031D01* +X75949073Y-99305998D01* +X75949070Y-99305996D01* +X75949069Y-99305996D01* +X75949066Y-99305995D01* +X75824774Y-99269500D01* +X75824772Y-99269500D01* +X75695228Y-99269500D01* +X75695225Y-99269500D01* +X75570933Y-99305995D01* +X75570926Y-99305998D01* +X75461952Y-99376031D01* +X75377117Y-99473938D01* +X75323302Y-99591774D01* +X75304867Y-99719997D01* +X75304867Y-99720002D01* +X75323302Y-99848225D01* +X75371205Y-99953115D01* +X75377118Y-99966063D01* +X75430416Y-100027573D01* +X75461952Y-100063968D01* +X75570926Y-100134001D01* +X75570931Y-100134004D01* +X75695228Y-100170500D01* +X75695230Y-100170500D01* +X75824770Y-100170500D01* +X75824772Y-100170500D01* +X75842982Y-100165153D01* +X75904140Y-100166898D01* +X75952594Y-100204260D01* +X75969834Y-100262966D01* +X75962342Y-100298019D01* +X75960485Y-100302502D01* +X75956595Y-100322061D01* +X75955053Y-100329816D01* +X75939103Y-100410000D01* +X75939724Y-100413124D01* +X75942598Y-100427569D01* +X75944500Y-100446883D01* +X75944500Y-104104453D01* +X75925593Y-104162644D01* +X75876093Y-104198608D01* +X75814907Y-104198608D01* +X75770681Y-104169285D01* +X75751304Y-104146923D01* +X75642329Y-104076889D01* +X75642326Y-104076887D01* +X75642325Y-104076887D01* +X75642322Y-104076886D01* +X75518030Y-104040391D01* +X75518028Y-104040391D01* +X75388484Y-104040391D01* +X75388481Y-104040391D01* +X75264189Y-104076886D01* +X75264182Y-104076889D01* +X75155208Y-104146922D01* +X75070373Y-104244829D01* +X75016558Y-104362665D01* +X74998123Y-104490888D01* +X74998123Y-104490893D01* +X75016558Y-104619116D01* +X75040536Y-104671619D01* +X75070374Y-104736954D01* +X75138320Y-104815370D01* +X75162137Y-104871728D01* +X75162500Y-104880199D01* +X75162500Y-107541810D01* +X75143593Y-107600001D01* +X75094093Y-107635965D01* +X75032907Y-107635965D01* +X74988595Y-107603771D01* +X74987465Y-107604751D01* +X74982829Y-107599401D01* +X74982829Y-107599400D01* +X74897996Y-107501496D01* +X74897995Y-107501495D01* +X74897994Y-107501494D01* +X74789020Y-107431461D01* +X74789017Y-107431459D01* +X74789016Y-107431459D01* +X74789013Y-107431458D01* +X74664721Y-107394963D01* +X74664719Y-107394963D01* +X74535175Y-107394963D01* +X74535172Y-107394963D01* +X74410879Y-107431458D01* +X74405349Y-107433984D01* +X74344562Y-107440955D01* +X74291286Y-107410866D01* +X74265872Y-107355208D01* +X74272141Y-107315734D01* +X74269703Y-107315019D01* +X74271697Y-107308225D01* +X74290133Y-107180002D01* +X74290133Y-107179997D01* +X74271697Y-107051774D01* +X74258503Y-107022884D01* +X74217882Y-106933937D01* +X74133049Y-106836033D01* +X74133048Y-106836032D01* +X74133047Y-106836031D01* +X74024073Y-106765998D01* +X74024070Y-106765996D01* +X74024069Y-106765996D01* +X74024066Y-106765995D01* +X73899774Y-106729500D01* +X73899772Y-106729500D01* +X73770228Y-106729500D01* +X73770225Y-106729500D01* +X73645933Y-106765995D01* +X73645926Y-106765998D01* +X73573023Y-106812850D01* +X73513847Y-106828404D01* +X73456831Y-106806206D01* +X73423752Y-106754733D01* +X73420500Y-106729566D01* +X73420500Y-106646915D01* +X73439407Y-106588724D01* +X73444673Y-106582092D01* +X73527882Y-106486063D01* +X73581697Y-106368226D01* +X73595694Y-106270876D01* +X73600133Y-106240002D01* +X73600133Y-106239997D01* +X73581697Y-106111774D01* +X73536102Y-106011936D01* +X73527882Y-105993937D01* +X73443049Y-105896033D01* +X73443048Y-105896032D01* +X73443047Y-105896031D01* +X73334073Y-105825998D01* +X73334070Y-105825996D01* +X73334069Y-105825996D01* +X73323467Y-105822883D01* +X73209774Y-105789500D01* +X73209772Y-105789500D01* +X73080228Y-105789500D01* +X73080225Y-105789500D01* +X72955933Y-105825995D01* +X72955926Y-105825998D01* +X72846952Y-105896031D01* +X72762117Y-105993938D01* +X72708302Y-106111774D01* +X72689867Y-106239997D01* +X72689867Y-106240002D01* +X72708302Y-106368225D01* +X72755496Y-106471563D01* +X72762118Y-106486063D01* +X72845320Y-106582085D01* +X72869137Y-106638444D01* +X72869500Y-106646915D01* +X72869500Y-112315284D01* +X72850593Y-112373475D01* +X72824023Y-112398568D01* +X72771952Y-112432031D01* +X72687117Y-112529938D01* +X72633302Y-112647774D01* +X72614867Y-112775997D01* +X72614867Y-112776002D01* +X72633302Y-112904225D01* +X72664483Y-112972500D01* +X72687118Y-113022063D01* +X72771951Y-113119967D01* +X72771952Y-113119968D01* +X72880926Y-113190001D01* +X72880931Y-113190004D01* +X73005228Y-113226500D01* +X73005230Y-113226500D01* +X73134770Y-113226500D01* +X73134772Y-113226500D01* +X73259069Y-113190004D01* +X73296977Y-113165641D01* +X73356151Y-113150087D01* +X73413168Y-113172286D01* +X73446247Y-113223758D01* +X73449500Y-113248926D01* +X73449500Y-116622876D01* +X73430593Y-116681067D01* +X73420504Y-116692880D01* +X72419880Y-117693504D01* +X72365363Y-117721281D01* +X72349876Y-117722500D01* +X72265225Y-117722500D01* +X72140933Y-117758995D01* +X72140926Y-117758998D01* +X72031952Y-117829031D01* +X71947117Y-117926938D01* +X71893302Y-118044774D01* +X71874867Y-118172997D01* +X71874867Y-118173002D01* +X71893302Y-118301225D01* +X71926566Y-118374061D01* +X71947118Y-118419063D01* +X71983790Y-118461385D01* +X72031952Y-118516968D01* +X72140926Y-118587001D01* +X72140931Y-118587004D01* +X72265228Y-118623500D01* +X72265230Y-118623500D01* +X72394770Y-118623500D01* +X72394772Y-118623500D01* +X72519069Y-118587004D01* +X72628049Y-118516967D01* +X72712882Y-118419063D01* +X72766697Y-118301226D01* +X72782241Y-118193115D01* +X72785133Y-118173002D01* +X72785133Y-118173000D01* +X72785133Y-118172997D01* +X72783950Y-118164774D01* +X72794379Y-118104487D01* +X72811934Y-118080680D01* +X73722496Y-117170119D01* +X73777013Y-117142342D01* +X73837445Y-117151913D01* +X73880710Y-117195178D01* +X73891500Y-117240123D01* +X73891500Y-117761652D01* +X73872593Y-117819843D01* +X73846024Y-117844936D01* +X73736951Y-117915033D01* +X73652117Y-118012938D01* +X73598302Y-118130774D01* +X73579867Y-118258997D01* +X73579867Y-118259002D01* +X73598302Y-118387225D01* +X73632171Y-118461386D01* +X73652118Y-118505063D01* +X73691056Y-118550000D01* +X73736952Y-118602968D01* +X73843133Y-118671206D01* +X73845931Y-118673004D01* +X73970228Y-118709500D01* +X73977022Y-118711495D01* +X73976224Y-118714212D01* +X74020062Y-118735760D01* +X74048621Y-118789872D01* +X74039920Y-118850435D01* +X74021077Y-118876768D01* +X71442343Y-121455504D01* +X71387826Y-121483281D01* +X71372339Y-121484500D01* +X70455124Y-121484500D01* +X70396933Y-121465593D01* +X70385120Y-121455504D01* +X70070885Y-121141269D01* +X70058573Y-121126266D01* +X70050046Y-121113504D01* +X70048624Y-121111376D01* +X70027899Y-121097528D01* +X70027890Y-121097521D01* +X69977728Y-121064004D01* +X69957496Y-121050486D01* +X69957495Y-121050485D01* +X69889661Y-121036992D01* +X69871182Y-121033316D01* +X69871162Y-121033311D01* +X69850002Y-121029103D01* +X69850001Y-121029103D01* +X69850000Y-121029103D01* +X69832430Y-121032598D01* +X69813116Y-121034500D01* +X69622333Y-121034500D01* +X69564142Y-121015593D01* +X69528178Y-120966093D01* +X69528178Y-120904907D01* +X69561541Y-120858986D01* +X69560821Y-120858108D01* +X69564578Y-120855024D01* +X69564581Y-120855023D01* +X69713120Y-120733120D01* +X69835023Y-120584581D01* +X69835027Y-120584572D01* +X69835030Y-120584569D01* +X69909467Y-120445306D01* +X69925605Y-120415114D01* +X69981385Y-120231231D01* +X69981386Y-120231226D01* +X70000220Y-120040003D01* +X70000220Y-120039996D01* +X69981386Y-119848773D01* +X69981385Y-119848768D01* +X69957804Y-119771033D01* +X69925605Y-119664886D01* +X69925399Y-119664500D01* +X69911146Y-119637834D01* +X69900390Y-119577602D01* +X69927092Y-119522550D01* +X69928403Y-119521211D01* +X72075733Y-117373881D01* +X72090729Y-117361575D01* +X72105624Y-117351624D01* +X72132284Y-117311726D01* +X72166516Y-117260494D01* +X72187897Y-117153000D01* +X72185777Y-117142342D01* +X72184402Y-117135427D01* +X72182500Y-117116115D01* +X72182500Y-106901123D01* +X72201407Y-106842932D01* +X72211481Y-106831135D01* +X72213713Y-106828902D01* +X72228729Y-106816575D01* +X72243624Y-106806624D01* +X72267893Y-106770304D01* +X72304515Y-106715495D01* +X72309487Y-106690500D01* +X72320500Y-106635133D01* +X72320500Y-106635131D01* +X72320870Y-106633271D01* +X72320873Y-106633253D01* +X72322589Y-106624624D01* +X72325896Y-106608000D01* +X72325896Y-106607999D01* +X72322402Y-106590432D01* +X72320500Y-106571120D01* +X72320500Y-98970122D01* +X72339407Y-98911931D01* +X72349497Y-98900118D01* +X72460120Y-98789496D01* +X72514636Y-98761719D01* +X72530123Y-98760500D01* +X72614770Y-98760500D01* +X72614772Y-98760500D01* +X72739069Y-98724004D01* +X72848049Y-98653967D01* +X72932882Y-98556063D01* +X72986697Y-98438226D01* +X72999793Y-98347139D01* +X73005133Y-98310002D01* +X73005133Y-98309997D01* +X72986697Y-98181774D01* +X72977386Y-98161386D01* +X72932882Y-98063937D01* +X72848049Y-97966033D01* +X72848048Y-97966032D01* +X72848047Y-97966031D01* +X72739073Y-97895998D01* +X72739070Y-97895996D01* +X72739069Y-97895996D01* +X72729288Y-97893124D01* +X72614774Y-97859500D01* +X72614772Y-97859500D01* +X72485228Y-97859500D01* +X72485225Y-97859500D01* +X72360933Y-97895995D01* +X72360926Y-97895998D01* +X72251952Y-97966031D01* +X72167117Y-98063938D01* +X72113302Y-98181774D01* +X72094867Y-98309997D01* +X72094867Y-98310002D01* +X72096050Y-98318234D01* +X72085613Y-98378523D01* +X72068062Y-98402320D01* +X72049505Y-98420878D01* +X71994990Y-98448657D01* +X71934557Y-98439087D01* +X71891292Y-98395823D01* +X71880500Y-98350876D01* +X71880500Y-96255123D01* +X71899407Y-96196932D01* +X71909490Y-96185125D01* +X72778733Y-95315881D01* +X72793729Y-95303575D01* +X72808624Y-95293624D01* +X72824533Y-95269816D01* +X72869516Y-95202494D01* +X72890897Y-95095000D01* +X72887402Y-95077427D01* +X72885500Y-95058115D01* +X72885500Y-75791883D01* +X72887402Y-75772569D01* +X72890897Y-75755000D01* +X72882109Y-75710822D01* +X72869515Y-75647505D01* +X72856136Y-75627482D01* +X72833682Y-75593877D01* +X72817074Y-75534992D01* +X72818004Y-75524805D01* +X72820133Y-75510000D01* +X72801697Y-75381774D01* +X72747882Y-75263937D01* +X72663049Y-75166033D01* +X72663048Y-75166032D01* +X72663047Y-75166031D01* +X72554073Y-75095998D01* +X72554070Y-75095996D01* +X72554069Y-75095996D01* +X72554066Y-75095995D01* +X72429774Y-75059500D01* +X72429772Y-75059500D01* +X72300228Y-75059500D01* +X72300225Y-75059500D01* +X72175933Y-75095995D01* +X72175926Y-75095998D01* +X72066952Y-75166031D01* +X71982117Y-75263938D01* +X71928302Y-75381774D01* +X71909867Y-75509997D01* +X71909867Y-75510002D01* +X71928302Y-75638225D01* +X71982117Y-75756061D01* +X71982118Y-75756063D01* +X72044867Y-75828480D01* +X72066952Y-75853968D01* +X72175926Y-75924001D01* +X72175931Y-75924004D01* +X72255937Y-75947495D01* +X72263391Y-75949684D01* +X72313898Y-75984219D01* +X72334460Y-76041846D01* +X72334500Y-76044674D01* +X72334500Y-88415273D01* +X72315593Y-88473464D01* +X72266093Y-88509428D01* +X72204907Y-88509428D01* +X72181977Y-88498557D01* +X72069073Y-88425998D01* +X72069070Y-88425996D01* +X72069069Y-88425996D01* +X72069066Y-88425995D01* +X71944774Y-88389500D01* +X71944772Y-88389500D01* +X71860124Y-88389500D01* +X71801933Y-88370593D01* +X71790120Y-88360504D01* +X71530885Y-88101269D01* +X71518573Y-88086266D01* +X71508624Y-88071376D01* +X71487899Y-88057528D01* +X71487890Y-88057521D01* +X71442902Y-88027462D01* +X71417496Y-88010486D01* +X71417495Y-88010485D01* +X71353071Y-87997670D01* +X71331182Y-87993316D01* +X71331162Y-87993311D01* +X71310002Y-87989103D01* +X71310001Y-87989103D01* +X71310000Y-87989103D01* +X71292430Y-87992598D01* +X71273116Y-87994500D01* +X69646944Y-87994500D01* +X69588753Y-87975593D01* +X69552789Y-87926093D01* +X69552789Y-87864907D01* +X69584139Y-87818972D01* +X69635659Y-87776691D01* +X69713120Y-87713120D01* +X69835023Y-87564581D01* +X69835027Y-87564572D01* +X69835030Y-87564569D01* +X69893129Y-87455870D01* +X69925605Y-87395114D01* +X69981385Y-87211231D01* +X69981386Y-87211226D01* +X70000220Y-87020003D01* +X70000220Y-87019996D01* +X69981386Y-86828773D01* +X69981385Y-86828768D01* +X69964109Y-86771817D01* +X69925605Y-86644886D01* +X69920096Y-86634579D01* +X69835030Y-86475430D01* +X69835025Y-86475423D01* +X69835023Y-86475419D01* +X69750655Y-86372616D01* +X69713124Y-86326884D01* +X69713115Y-86326875D01* +X69626521Y-86255810D01* +X69564581Y-86204977D01* +X69564578Y-86204975D01* +X69564569Y-86204969D01* +X69395119Y-86114397D01* +X69395114Y-86114395D01* +X69211231Y-86058614D01* +X69211226Y-86058613D01* +X69020003Y-86039780D01* +X69019997Y-86039780D01* +X68828773Y-86058613D01* +X68828768Y-86058614D01* +X68644885Y-86114395D01* +X68644880Y-86114397D01* +X68475430Y-86204969D01* +X68475420Y-86204976D01* +X68326884Y-86326875D01* +X68326875Y-86326884D01* +X68204976Y-86475420D01* +X68204969Y-86475430D01* +X68114397Y-86644880D01* +X68114395Y-86644885D01* +X68058614Y-86828768D01* +X68058613Y-86828773D01* +X68039780Y-87019996D01* +X68039780Y-87020003D01* +X68058613Y-87211226D01* +X68058614Y-87211231D01* +X68114395Y-87395114D01* +X68114397Y-87395119D01* +X68204969Y-87564569D01* +X68204975Y-87564578D01* +X68204977Y-87564581D01* +X68222245Y-87585622D01* +X68326875Y-87713115D01* +X68326884Y-87713124D01* +X68455861Y-87818972D01* +X68488848Y-87870503D01* +X68485246Y-87931582D01* +X68446431Y-87978879D01* +X68393056Y-87994500D01* +X67885124Y-87994500D01* +X67826933Y-87975593D01* +X67815120Y-87965504D01* +X67388452Y-87538836D01* +X67360675Y-87484319D01* +X67370246Y-87423887D01* +X67371147Y-87422162D01* +X67385603Y-87395117D01* +X67385605Y-87395114D01* +X67441385Y-87211231D01* +X67441386Y-87211226D01* +X67460220Y-87020003D01* +X67460220Y-87019996D01* +X67441386Y-86828773D01* +X67441385Y-86828768D01* +X67424109Y-86771817D01* +X67385605Y-86644886D01* +X67380096Y-86634579D01* +X67295030Y-86475430D01* +X67295025Y-86475423D01* +X67295023Y-86475419D01* +X67210655Y-86372616D01* +X67173124Y-86326884D01* +X67173115Y-86326875D01* +X67086521Y-86255810D01* +X67024581Y-86204977D01* +X67024578Y-86204975D01* +X67024569Y-86204969D01* +X66855119Y-86114397D01* +X66855114Y-86114395D01* +X66671231Y-86058614D01* +X66671226Y-86058613D01* +X66480003Y-86039780D01* +X66479997Y-86039780D01* +X66288773Y-86058613D01* +X66288768Y-86058614D01* +X66104885Y-86114395D01* +X66104880Y-86114397D01* +X65935430Y-86204969D01* +X65935420Y-86204976D01* +X65786884Y-86326875D01* +X65786875Y-86326884D01* +X65664976Y-86475420D01* +X65664969Y-86475430D01* +X65574397Y-86644880D01* +X65574395Y-86644885D01* +X65518614Y-86828768D01* +X65518613Y-86828773D01* +X65499780Y-87019996D01* +X65499780Y-87020003D01* +X65518613Y-87211226D01* +X65518614Y-87211231D01* +X65574395Y-87395114D01* +X65574397Y-87395119D01* +X65664969Y-87564569D01* +X65664975Y-87564578D01* +X65664977Y-87564581D01* +X65682245Y-87585622D01* +X65786875Y-87713115D01* +X65786884Y-87713124D01* +X65832409Y-87750485D01* +X65935419Y-87835023D01* +X65935423Y-87835025D01* +X65935430Y-87835030D01* +X66104880Y-87925602D01* +X66104886Y-87925605D01* +X66232987Y-87964464D01* +X66288768Y-87981385D01* +X66288773Y-87981386D01* +X66479997Y-88000220D01* +X66480000Y-88000220D01* +X66480003Y-88000220D01* +X66671226Y-87981386D01* +X66671231Y-87981385D01* +X66679492Y-87978879D01* +X66855114Y-87925605D01* +X66882162Y-87911146D01* +X66942394Y-87900389D01* +X66997446Y-87927090D01* +X66998836Y-87928452D01* +X67509113Y-88438729D01* +X67521422Y-88453729D01* +X67531371Y-88468618D01* +X67531373Y-88468620D01* +X67531376Y-88468624D01* +X67538620Y-88473464D01* +X67552507Y-88482743D01* +X67552520Y-88482753D01* +X67554378Y-88483994D01* +X67556228Y-88485230D01* +X67622505Y-88529515D01* +X67702867Y-88545500D01* +X67702868Y-88545500D01* +X67730000Y-88550897D01* +X67747570Y-88547401D01* +X67766884Y-88545500D01* +X68398104Y-88545500D01* +X68456295Y-88564407D01* +X68492259Y-88613907D01* +X68496033Y-88659026D01* +X68493003Y-88679450D01* +X68746690Y-88933138D01* +X68774467Y-88987654D01* +X68764896Y-89048086D01* +X68735498Y-89079783D01* +X68736795Y-89081378D01* +X68731543Y-89085650D01* +X68731542Y-89085651D01* +X68682099Y-89125876D01* +X68614258Y-89181068D01* +X68546833Y-89276589D01* +X68497829Y-89313226D01* +X68436649Y-89314062D01* +X68395950Y-89289502D01* +X68139450Y-89033003D01* +X68139449Y-89033003D01* +X68068443Y-89165845D01* +X68068441Y-89165850D01* +X68009829Y-89359064D01* +X68009828Y-89359070D01* +X67990040Y-89559996D01* +X67990040Y-89560003D01* +X68009828Y-89760929D01* +X68009829Y-89760935D01* +X68068441Y-89954149D01* +X68139449Y-90086995D01* +X68395639Y-89830806D01* +X68450156Y-89803029D01* +X68510588Y-89812600D01* +X68553543Y-89855263D01* +X68561697Y-89870999D01* +X68566442Y-89880156D01* +X68669638Y-89990652D01* +X68731888Y-90028507D01* +X68771783Y-90074896D01* +X68776792Y-90135876D01* +X68750453Y-90183097D01* +X68493003Y-90440548D01* +X68493003Y-90440549D01* +X68625849Y-90511558D01* +X68819064Y-90570170D01* +X68819070Y-90570171D01* +X69019997Y-90589960D01* +X69020003Y-90589960D01* +X69220929Y-90570171D01* +X69220935Y-90570170D01* +X69414150Y-90511558D01* +X69546995Y-90440549D01* +X69546995Y-90440548D01* +X69293309Y-90186861D01* +X69265532Y-90132345D01* +X69275103Y-90071913D01* +X69304508Y-90040223D01* +X69303205Y-90038622D01* +X69308456Y-90034349D01* +X69308458Y-90034349D01* +X69425739Y-89938934D01* +X69493167Y-89843408D01* +X69542169Y-89806773D01* +X69603349Y-89805937D01* +X69644049Y-89830497D01* +X69900548Y-90086995D01* +X69900549Y-90086995D01* +X69971558Y-89954150D01* +X70030170Y-89760935D01* +X70030171Y-89760929D01* +X70049960Y-89560003D01* +X70049960Y-89559996D01* +X70030171Y-89359070D01* +X70030170Y-89359064D01* +X69971558Y-89165849D01* +X69900549Y-89033003D01* +X69900548Y-89033003D01* +X69644358Y-89289192D01* +X69589842Y-89316969D01* +X69529410Y-89307397D01* +X69486454Y-89264733D01* +X69473558Y-89239844D01* +X69370362Y-89129348D01* +X69370361Y-89129347D01* +X69370360Y-89129346D01* +X69308110Y-89091491D01* +X69268215Y-89045102D01* +X69263206Y-88984122D01* +X69289545Y-88936900D01* +X69546995Y-88679449D01* +X69543966Y-88659026D01* +X69554131Y-88598690D01* +X69597819Y-88555853D01* +X69641895Y-88545500D01* +X71154876Y-88545500D01* +X71213067Y-88564407D01* +X71224880Y-88574496D01* +X71398061Y-88747677D01* +X71425838Y-88802194D01* +X71426050Y-88831763D01* +X71424867Y-88839995D01* +X71424867Y-88840002D01* +X71443302Y-88968225D01* +X71484775Y-89059037D01* +X71497118Y-89086063D01* +X71573818Y-89174581D01* +X71581952Y-89183968D01* +X71668899Y-89239845D01* +X71690931Y-89254004D01* +X71815228Y-89290500D01* +X71815230Y-89290500D01* +X71944770Y-89290500D01* +X71944772Y-89290500D01* +X72069069Y-89254004D01* +X72178049Y-89183967D01* +X72178051Y-89183964D01* +X72181976Y-89181442D01* +X72241151Y-89165887D01* +X72298168Y-89188086D01* +X72331247Y-89239558D01* +X72334500Y-89264726D01* +X72334500Y-94939875D01* +X72315593Y-94998066D01* +X72305504Y-95009879D01* +X71436267Y-95879115D01* +X71421269Y-95891423D01* +X71406379Y-95901373D01* +X71406378Y-95901373D01* +X71350903Y-95984396D01* +X71338593Y-95999395D01* +X71337510Y-96000477D01* +X71339626Y-96021960D01* +X71333789Y-96051306D01* +X71324103Y-96100000D01* +X71325365Y-96106346D01* +X71327598Y-96117569D01* +X71329500Y-96136883D01* +X71329500Y-105276500D01* +X71310593Y-105334691D01* +X71261093Y-105370655D01* +X71241137Y-105373815D01* +X71241235Y-105374493D01* +X71234225Y-105375500D01* +X71109933Y-105411995D01* +X71109926Y-105411998D01* +X71000952Y-105482031D01* +X70916117Y-105579938D01* +X70862302Y-105697774D01* +X70843867Y-105825997D01* +X70843867Y-105826002D01* +X70862302Y-105954225D01* +X70888659Y-106011937D01* +X70916118Y-106072063D01* +X71000951Y-106169967D01* +X71062024Y-106209216D01* +X71100754Y-106256580D01* +X71107500Y-106292499D01* +X71107500Y-111849876D01* +X71088593Y-111908067D01* +X71078504Y-111919879D01* +X70955881Y-112042503D01* +X70901364Y-112070281D01* +X70885877Y-112071500D01* +X70801225Y-112071500D01* +X70676933Y-112107995D01* +X70676926Y-112107998D01* +X70567952Y-112178031D01* +X70483117Y-112275938D01* +X70429302Y-112393774D01* +X70410867Y-112521997D01* +X70410867Y-112522002D01* +X70429302Y-112650225D01* +X70462234Y-112722334D01* +X70483118Y-112768063D01* +X70567951Y-112865967D01* +X70567952Y-112865968D01* +X70666238Y-112929132D01* +X70676931Y-112936004D01* +X70801228Y-112972500D01* +X70801230Y-112972500D01* +X70930770Y-112972500D01* +X70930772Y-112972500D01* +X71055069Y-112936004D01* +X71164049Y-112865967D01* +X71248882Y-112768063D01* +X71302697Y-112650226D01* +X71317378Y-112548115D01* +X71321133Y-112522002D01* +X71321133Y-112522000D01* +X71321133Y-112521997D01* +X71319950Y-112513774D01* +X71330379Y-112453487D01* +X71347938Y-112429677D01* +X71462497Y-112315119D01* +X71517013Y-112287342D01* +X71577445Y-112296914D01* +X71620710Y-112340178D01* +X71631500Y-112385123D01* +X71631500Y-116997875D01* +X71612593Y-117056066D01* +X71602504Y-117067879D01* +X69538835Y-119131547D01* +X69484318Y-119159324D01* +X69423886Y-119149753D01* +X69422211Y-119148878D01* +X69395114Y-119134395D01* +X69211231Y-119078614D01* +X69211226Y-119078613D01* +X69020003Y-119059780D01* +X69019997Y-119059780D01* +X68828773Y-119078613D01* +X68828768Y-119078614D01* +X68644885Y-119134395D01* +X68644880Y-119134397D01* +X68475430Y-119224969D01* +X68475420Y-119224976D01* +X68326884Y-119346875D01* +X68326875Y-119346884D01* +X68204976Y-119495420D01* +X68204969Y-119495430D01* +X68114397Y-119664880D01* +X68114395Y-119664885D01* +X68058614Y-119848768D01* +X68058613Y-119848773D01* +X68039780Y-120039996D01* +X68039780Y-120040003D01* +X68058613Y-120231226D01* +X68058614Y-120231231D01* +X68114395Y-120415114D01* +X68114397Y-120415119D01* +X68204969Y-120584569D01* +X68204975Y-120584578D01* +X68204977Y-120584581D01* +X68251917Y-120641777D01* +X68326875Y-120733115D01* +X68326884Y-120733124D01* +X68389239Y-120784297D01* +X68475419Y-120855023D01* +X68475421Y-120855024D01* +X68479179Y-120858108D01* +X68477838Y-120859741D01* +X68510549Y-120901237D01* +X68512949Y-120962375D01* +X68478955Y-121013248D01* +X68421551Y-121034424D01* +X68417667Y-121034500D01* +X67905124Y-121034500D01* +X67846933Y-121015593D01* +X67835120Y-121005504D01* +X67388452Y-120558836D01* +X67360675Y-120504319D01* +X67370246Y-120443887D01* +X67371147Y-120442162D01* +X67375389Y-120434226D01* +X67385605Y-120415114D01* +X67441385Y-120231231D01* +X67441386Y-120231226D01* +X67460220Y-120040003D01* +X67460220Y-120039996D01* +X67441386Y-119848773D01* +X67441385Y-119848768D01* +X67417804Y-119771033D01* +X67385605Y-119664886D01* +X67385399Y-119664500D01* +X67295030Y-119495430D01* +X67295025Y-119495423D01* +X67295023Y-119495419D01* +X67224793Y-119409844D01* +X67173124Y-119346884D01* +X67173115Y-119346875D01* +X67061671Y-119255416D01* +X67024581Y-119224977D01* +X67024578Y-119224975D01* +X67024569Y-119224969D01* +X66855119Y-119134397D01* +X66855114Y-119134395D01* +X66671231Y-119078614D01* +X66671226Y-119078613D01* +X66480003Y-119059780D01* +X66479997Y-119059780D01* +X66288773Y-119078613D01* +X66288768Y-119078614D01* +X66104885Y-119134395D01* +X66104880Y-119134397D01* +X65935430Y-119224969D01* +X65935420Y-119224976D01* +X65786884Y-119346875D01* +X65786875Y-119346884D01* +X65664976Y-119495420D01* +X65664969Y-119495430D01* +X65574397Y-119664880D01* +X65574395Y-119664885D01* +X65518614Y-119848768D01* +X65518613Y-119848773D01* +X65499780Y-120039996D01* +X65499780Y-120040003D01* +X64725500Y-120040003D01* +X64725500Y-117500003D01* X65499780Y-117500003D01* X65518613Y-117691226D01* X65518614Y-117691231D01* @@ -12279,16 +12776,16 @@ X65574397Y-117875119D01* X65664969Y-118044569D01* X65664975Y-118044578D01* X65664977Y-118044581D01* -X65682604Y-118066059D01* +X65695114Y-118081303D01* X65786875Y-118193115D01* X65786884Y-118193124D01* -X65819042Y-118219515D01* +X65829179Y-118227834D01* X65935419Y-118315023D01* X65935423Y-118315025D01* X65935430Y-118315030D01* -X66102826Y-118404504D01* +X66070499Y-118387225D01* X66104886Y-118405605D01* -X66219363Y-118440331D01* +X66232988Y-118444464D01* X66288768Y-118461385D01* X66288773Y-118461386D01* X66479997Y-118480220D01* @@ -12298,7 +12795,7 @@ X66671226Y-118461386D01* X66671231Y-118461385D01* X66671230Y-118461385D01* X66855114Y-118405605D01* -X66932248Y-118364376D01* +X66961763Y-118348600D01* X67024569Y-118315030D01* X67024572Y-118315027D01* X67024581Y-118315023D01* @@ -12319,16 +12816,16 @@ X68114397Y-117875119D01* X68204969Y-118044569D01* X68204975Y-118044578D01* X68204977Y-118044581D01* -X68222604Y-118066059D01* +X68235114Y-118081303D01* X68326875Y-118193115D01* X68326884Y-118193124D01* -X68359042Y-118219515D01* +X68369179Y-118227834D01* X68475419Y-118315023D01* X68475423Y-118315025D01* X68475430Y-118315030D01* -X68642826Y-118404504D01* +X68610499Y-118387225D01* X68644886Y-118405605D01* -X68759363Y-118440331D01* +X68772988Y-118444464D01* X68828768Y-118461385D01* X68828773Y-118461386D01* X69019997Y-118480220D01* @@ -12338,7 +12835,7 @@ X69211226Y-118461386D01* X69211231Y-118461385D01* X69211230Y-118461385D01* X69395114Y-118405605D01* -X69472248Y-118364376D01* +X69501763Y-118348600D01* X69564569Y-118315030D01* X69564572Y-118315027D01* X69564581Y-118315023D01* @@ -12354,7 +12851,7 @@ X70000220Y-117500003D01* X70000220Y-117499996D01* X69981386Y-117308773D01* X69981385Y-117308768D01* -X69964075Y-117251704D01* +X69960562Y-117240123D01* X69925605Y-117124886D01* X69925602Y-117124880D01* X69835030Y-116955430D01* @@ -12363,7 +12860,7 @@ X69835023Y-116955419D01* X69753401Y-116855962D01* X69713124Y-116806884D01* X69713115Y-116806875D01* -X69605510Y-116718567D01* +X69624107Y-116733829D01* X69564581Y-116684977D01* X69564578Y-116684975D01* X69564569Y-116684969D01* @@ -12393,7 +12890,7 @@ X67460220Y-117500003D01* X67460220Y-117499996D01* X67441386Y-117308773D01* X67441385Y-117308768D01* -X67424075Y-117251704D01* +X67420562Y-117240123D01* X67385605Y-117124886D01* X67385602Y-117124880D01* X67295030Y-116955430D01* @@ -12402,7 +12899,7 @@ X67295023Y-116955419D01* X67213401Y-116855962D01* X67173124Y-116806884D01* X67173115Y-116806875D01* -X67065510Y-116718567D01* +X67084107Y-116733829D01* X67024581Y-116684977D01* X67024578Y-116684975D01* X67024569Y-116684969D01* @@ -12428,8 +12925,8 @@ X65518614Y-117308768D01* X65518613Y-117308773D01* X65499780Y-117499996D01* X65499780Y-117500003D01* -X64725499Y-117500003D01* -X64725499Y-114960003D01* +X64725500Y-117500003D01* +X64725500Y-114960003D01* X65499780Y-114960003D01* X65518613Y-115151226D01* X65518614Y-115151231D01* @@ -12438,16 +12935,16 @@ X65574397Y-115335119D01* X65664969Y-115504569D01* X65664975Y-115504578D01* X65664977Y-115504581D01* -X65699791Y-115547002D01* +X65702559Y-115550375D01* X65786875Y-115653115D01* X65786884Y-115653124D01* X65825515Y-115684827D01* X65935419Y-115775023D01* X65935423Y-115775025D01* X65935430Y-115775030D01* -X66104880Y-115865602D01* +X66060924Y-115842107D01* X66104886Y-115865605D01* -X66232987Y-115904464D01* +X66218272Y-115900000D01* X66288768Y-115921385D01* X66288773Y-115921386D01* X66479997Y-115940220D01* @@ -12465,7 +12962,7 @@ X67173120Y-115653120D01* X67295023Y-115504581D01* X67295027Y-115504572D01* X67295030Y-115504569D01* -X67366958Y-115370000D01* +X67375430Y-115354150D01* X67385605Y-115335114D01* X67441385Y-115151231D01* X67441386Y-115151226D01* @@ -12526,7 +13023,7 @@ X69644358Y-114689192D01* X69589842Y-114716969D01* X69529410Y-114707397D01* X69486454Y-114664733D01* -X69486341Y-114664514D01* +X69481844Y-114655836D01* X69473558Y-114639844D01* X69370362Y-114529348D01* X69370361Y-114529347D01* @@ -12554,7 +13051,7 @@ X68735498Y-114479783D01* X68736795Y-114481378D01* X68731543Y-114485650D01* X68731542Y-114485651D01* -X68680192Y-114527427D01* +X68677834Y-114529346D01* X68614258Y-114581068D01* X68546833Y-114676589D01* X68497829Y-114713226D01* @@ -12574,11 +13071,11 @@ X67441386Y-114768773D01* X67441385Y-114768768D01* X67416359Y-114686270D01* X67385605Y-114584886D01* -X67379753Y-114573937D01* +X67375430Y-114565849D01* X67295030Y-114415430D01* X67295025Y-114415423D01* X67295023Y-114415419D01* -X67206921Y-114308066D01* +X67216616Y-114319880D01* X67173124Y-114266884D01* X67173115Y-114266875D01* X67063468Y-114176891D01* @@ -12607,8 +13104,8 @@ X65518614Y-114768768D01* X65518613Y-114768773D01* X65499780Y-114959996D01* X65499780Y-114960003D01* -X64725499Y-114960003D01* -X64725499Y-112420003D01* +X64725500Y-114960003D01* +X64725500Y-112420003D01* X65499780Y-112420003D01* X65518613Y-112611226D01* X65518614Y-112611231D01* @@ -12617,7 +13114,7 @@ X65574397Y-112795119D01* X65664969Y-112964569D01* X65664975Y-112964578D01* X65664977Y-112964581D01* -X65684607Y-112988500D01* +X65681683Y-112984937D01* X65786875Y-113113115D01* X65786884Y-113113124D01* X65841849Y-113158232D01* @@ -12626,7 +13123,7 @@ X65935423Y-113235025D01* X65935430Y-113235030D01* X66099245Y-113322590D01* X66104886Y-113325605D01* -X66231260Y-113363940D01* +X66215717Y-113359225D01* X66288768Y-113381385D01* X66288773Y-113381386D01* X66479997Y-113400220D01* @@ -12644,7 +13141,7 @@ X67173120Y-113113120D01* X67295023Y-112964581D01* X67295027Y-112964572D01* X67295030Y-112964569D01* -X67363905Y-112835712D01* +X67353129Y-112855870D01* X67385605Y-112795114D01* X67441385Y-112611231D01* X67441386Y-112611226D01* @@ -12657,7 +13154,7 @@ X68114397Y-112795119D01* X68204969Y-112964569D01* X68204975Y-112964578D01* X68204977Y-112964581D01* -X68224607Y-112988500D01* +X68221683Y-112984937D01* X68326875Y-113113115D01* X68326884Y-113113124D01* X68381849Y-113158232D01* @@ -12666,7 +13163,7 @@ X68475423Y-113235025D01* X68475430Y-113235030D01* X68639245Y-113322590D01* X68644886Y-113325605D01* -X68771260Y-113363940D01* +X68755717Y-113359225D01* X68828768Y-113381385D01* X68828773Y-113381386D01* X69019997Y-113400220D01* @@ -12684,7 +13181,7 @@ X69713120Y-113113120D01* X69835023Y-112964581D01* X69835027Y-112964572D01* X69835030Y-112964569D01* -X69903905Y-112835712D01* +X69893129Y-112855870D01* X69925605Y-112795114D01* X69981385Y-112611231D01* X69981386Y-112611226D01* @@ -12694,14 +13191,14 @@ X69981386Y-112228773D01* X69981385Y-112228768D01* X69957872Y-112151257D01* X69925605Y-112044886D01* -X69921782Y-112037734D01* +X69918249Y-112031123D01* X69835030Y-111875430D01* X69835025Y-111875423D01* X69835023Y-111875419D01* -X69747277Y-111768500D01* +X69746814Y-111767936D01* X69713124Y-111726884D01* X69713115Y-111726875D01* -X69606184Y-111639120D01* +X69591339Y-111626937D01* X69564581Y-111604977D01* X69564578Y-111604975D01* X69564569Y-111604969D01* @@ -12733,14 +13230,14 @@ X67441386Y-112228773D01* X67441385Y-112228768D01* X67417872Y-112151257D01* X67385605Y-112044886D01* -X67381782Y-112037734D01* +X67378249Y-112031123D01* X67295030Y-111875430D01* X67295025Y-111875423D01* X67295023Y-111875419D01* -X67207277Y-111768500D01* +X67206814Y-111767936D01* X67173124Y-111726884D01* X67173115Y-111726875D01* -X67066184Y-111639120D01* +X67051339Y-111626937D01* X67024581Y-111604977D01* X67024578Y-111604975D01* X67024569Y-111604969D01* @@ -12766,8 +13263,8 @@ X65518614Y-112228768D01* X65518613Y-112228773D01* X65499780Y-112419996D01* X65499780Y-112420003D01* -X64725499Y-112420003D01* -X64725499Y-109880003D01* +X64725500Y-112420003D01* +X64725500Y-109880003D01* X65499780Y-109880003D01* X65518613Y-110071226D01* X65518614Y-110071231D01* @@ -12776,16 +13273,16 @@ X65574397Y-110255119D01* X65664969Y-110424569D01* X65664975Y-110424578D01* X65664977Y-110424581D01* -X65698994Y-110466031D01* +X65690929Y-110456203D01* X65786875Y-110573115D01* X65786884Y-110573124D01* -X65838854Y-110615774D01* +X65824395Y-110603908D01* X65935419Y-110695023D01* X65935423Y-110695025D01* X65935430Y-110695030D01* X66104880Y-110785602D01* X66104886Y-110785605D01* -X66212447Y-110818233D01* +X66232988Y-110824464D01* X66288768Y-110841385D01* X66288773Y-110841386D01* X66479997Y-110860220D01* @@ -12793,7 +13290,7 @@ X66480000Y-110860220D01* X66480003Y-110860220D01* X66671226Y-110841386D01* X66671231Y-110841385D01* -X66713496Y-110828564D01* +X66703626Y-110831558D01* X66855114Y-110785605D01* X66932948Y-110744002D01* X67024569Y-110695030D01* @@ -12803,7 +13300,7 @@ X67173120Y-110573120D01* X67295023Y-110424581D01* X67295027Y-110424572D01* X67295030Y-110424569D01* -X67364838Y-110293967D01* +X67370131Y-110284063D01* X67385605Y-110255114D01* X67441385Y-110071231D01* X67441386Y-110071226D01* @@ -12817,7 +13314,7 @@ X68395639Y-110150806D01* X68450156Y-110123029D01* X68510588Y-110132600D01* X68553543Y-110175263D01* -X68565648Y-110198624D01* +X68564320Y-110196061D01* X68566442Y-110200156D01* X68669638Y-110310652D01* X68731888Y-110348507D01* @@ -12864,7 +13361,7 @@ X69644358Y-109609192D01* X69589842Y-109636969D01* X69529410Y-109627397D01* X69486454Y-109584733D01* -X69484460Y-109580884D01* +X69480191Y-109572646D01* X69473558Y-109559844D01* X69370362Y-109449348D01* X69370361Y-109449347D01* @@ -12892,7 +13389,7 @@ X68735498Y-109399783D01* X68736795Y-109401378D01* X68731543Y-109405650D01* X68731542Y-109405651D01* -X68724364Y-109411491D01* +X68695783Y-109434743D01* X68614258Y-109501068D01* X68546833Y-109596589D01* X68497829Y-109633226D01* @@ -12916,10 +13413,10 @@ X67375430Y-109485849D01* X67295030Y-109335430D01* X67295025Y-109335423D01* X67295023Y-109335419D01* -X67215317Y-109238297D01* +X67219182Y-109243007D01* X67173124Y-109186884D01* X67173115Y-109186875D01* -X67057272Y-109091806D01* +X67083210Y-109113093D01* X67024581Y-109064977D01* X67024578Y-109064975D01* X67024569Y-109064969D01* @@ -12945,8 +13442,8 @@ X65518614Y-109688768D01* X65518613Y-109688773D01* X65499780Y-109879996D01* X65499780Y-109880003D01* -X64725499Y-109880003D01* -X64725499Y-107340003D01* +X64725500Y-109880003D01* +X64725500Y-107340003D01* X65499780Y-107340003D01* X65518613Y-107531226D01* X65518614Y-107531231D01* @@ -12958,13 +13455,13 @@ X65664977Y-107884581D01* X65706090Y-107934677D01* X65786875Y-108033115D01* X65786884Y-108033124D01* -X65833579Y-108071445D01* +X65841842Y-108078226D01* X65935419Y-108155023D01* X65935423Y-108155025D01* X65935430Y-108155030D01* X66104880Y-108245602D01* X66104886Y-108245605D01* -X66220421Y-108280652D01* +X66193060Y-108272352D01* X66288768Y-108301385D01* X66288773Y-108301386D01* X66479997Y-108320220D01* @@ -12972,9 +13469,9 @@ X66480000Y-108320220D01* X66480003Y-108320220D01* X66671226Y-108301386D01* X66671231Y-108301385D01* -X66681721Y-108298203D01* +X66689105Y-108295963D01* X66855114Y-108245605D01* -X66920793Y-108210499D01* +X66927556Y-108206884D01* X67024569Y-108155030D01* X67024572Y-108155027D01* X67024581Y-108155023D01* @@ -12982,7 +13479,7 @@ X67173120Y-108033120D01* X67295023Y-107884581D01* X67295027Y-107884572D01* X67295030Y-107884569D01* -X67359492Y-107763968D01* +X67355338Y-107771739D01* X67385605Y-107715114D01* X67441385Y-107531231D01* X67441386Y-107531226D01* @@ -12998,13 +13495,13 @@ X68204977Y-107884581D01* X68246090Y-107934677D01* X68326875Y-108033115D01* X68326884Y-108033124D01* -X68373579Y-108071445D01* +X68381842Y-108078226D01* X68475419Y-108155023D01* X68475423Y-108155025D01* X68475430Y-108155030D01* X68644880Y-108245602D01* X68644886Y-108245605D01* -X68760421Y-108280652D01* +X68733060Y-108272352D01* X68828768Y-108301385D01* X68828773Y-108301386D01* X69019997Y-108320220D01* @@ -13012,9 +13509,9 @@ X69020000Y-108320220D01* X69020003Y-108320220D01* X69211226Y-108301386D01* X69211231Y-108301385D01* -X69221721Y-108298203D01* +X69229105Y-108295963D01* X69395114Y-108245605D01* -X69460793Y-108210499D01* +X69467556Y-108206884D01* X69564569Y-108155030D01* X69564572Y-108155027D01* X69564581Y-108155023D01* @@ -13022,7 +13519,7 @@ X69713120Y-108033120D01* X69835023Y-107884581D01* X69835027Y-107884572D01* X69835030Y-107884569D01* -X69899492Y-107763968D01* +X69895338Y-107771739D01* X69925605Y-107715114D01* X69981385Y-107531231D01* X69981386Y-107531226D01* @@ -13030,16 +13527,16 @@ X70000220Y-107340003D01* X70000220Y-107339996D01* X69981386Y-107148773D01* X69981385Y-107148768D01* -X69957150Y-107068876D01* +X69955993Y-107065063D01* X69925605Y-106964886D01* -X69925602Y-106964880D01* +X69909063Y-106933938D01* X69835030Y-106795430D01* X69835025Y-106795423D01* X69835023Y-106795419D01* -X69762374Y-106706896D01* +X69763690Y-106708500D01* X69713124Y-106646884D01* X69713115Y-106646875D01* -X69605095Y-106558226D01* +X69618791Y-106569466D01* X69564581Y-106524977D01* X69564578Y-106524975D01* X69564569Y-106524969D01* @@ -13069,16 +13566,16 @@ X67460220Y-107340003D01* X67460220Y-107339996D01* X67441386Y-107148773D01* X67441385Y-107148768D01* -X67417150Y-107068876D01* +X67415993Y-107065063D01* X67385605Y-106964886D01* -X67385602Y-106964880D01* +X67369063Y-106933938D01* X67295030Y-106795430D01* X67295025Y-106795423D01* X67295023Y-106795419D01* -X67222374Y-106706896D01* +X67223690Y-106708500D01* X67173124Y-106646884D01* X67173115Y-106646875D01* -X67065095Y-106558226D01* +X67078791Y-106569466D01* X67024581Y-106524977D01* X67024578Y-106524975D01* X67024569Y-106524969D01* @@ -13104,8 +13601,8 @@ X65518614Y-107148768D01* X65518613Y-107148773D01* X65499780Y-107339996D01* X65499780Y-107340003D01* -X64725499Y-107340003D01* -X64725499Y-104800003D01* +X64725500Y-107340003D01* +X64725500Y-104800003D01* X65450040Y-104800003D01* X65469828Y-105000929D01* X65469829Y-105000935D01* @@ -13163,13 +13660,13 @@ X68204977Y-105344581D01* X68234871Y-105381007D01* X68326875Y-105493115D01* X68326884Y-105493124D01* -X68362231Y-105522132D01* +X68373037Y-105531000D01* X68475419Y-105615023D01* X68475423Y-105615025D01* X68475430Y-105615030D01* X68619307Y-105691933D01* X68644886Y-105705605D01* -X68753396Y-105738521D01* +X68772987Y-105744464D01* X68828768Y-105761385D01* X68828773Y-105761386D01* X69019997Y-105780220D01* @@ -13179,7 +13676,7 @@ X69211226Y-105761386D01* X69211231Y-105761385D01* X69243626Y-105751558D01* X69395114Y-105705605D01* -X69507748Y-105645401D01* +X69455870Y-105673129D01* X69564569Y-105615030D01* X69564572Y-105615027D01* X69564581Y-105615023D01* @@ -13187,7 +13684,7 @@ X69713120Y-105493120D01* X69835023Y-105344581D01* X69835027Y-105344572D01* X69835030Y-105344569D01* -X69915430Y-105194150D01* +X69907639Y-105208726D01* X69925605Y-105175114D01* X69981385Y-104991231D01* X69981386Y-104991226D01* @@ -13195,13 +13692,13 @@ X70000220Y-104800003D01* X70000220Y-104799996D01* X69981386Y-104608773D01* X69981385Y-104608768D01* -X69955728Y-104524190D01* +X69960593Y-104540226D01* X69925605Y-104424886D01* X69923563Y-104421066D01* X69835030Y-104255430D01* X69835025Y-104255423D01* X69835023Y-104255419D01* -X69767497Y-104173138D01* +X69761587Y-104165937D01* X69713124Y-104106884D01* X69713115Y-104106875D01* X69603791Y-104017156D01* @@ -13241,7 +13738,7 @@ X67104358Y-104529192D01* X67049842Y-104556969D01* X66989410Y-104547397D01* X66946454Y-104504733D01* -X66944261Y-104500500D01* +X66939282Y-104490891D01* X66933558Y-104479844D01* X66830362Y-104369348D01* X66830361Y-104369347D01* @@ -13269,7 +13766,7 @@ X66195498Y-104319783D01* X66196795Y-104321378D01* X66191543Y-104325650D01* X66191542Y-104325651D01* -X66151502Y-104358226D01* +X66179499Y-104335449D01* X66074258Y-104421068D01* X66006833Y-104516589D01* X65957829Y-104553226D01* @@ -13283,8 +13780,8 @@ X65469829Y-104599064D01* X65469828Y-104599070D01* X65450040Y-104799996D01* X65450040Y-104800003D01* -X64725499Y-104800003D01* -X64725499Y-102260003D01* +X64725500Y-104800003D01* +X64725500Y-102260003D01* X65499780Y-102260003D01* X65518613Y-102451226D01* X65518614Y-102451231D01* @@ -13293,7 +13790,7 @@ X65574397Y-102635119D01* X65664969Y-102804569D01* X65664975Y-102804578D01* X65664977Y-102804581D01* -X65680173Y-102823097D01* +X65709693Y-102859067D01* X65786875Y-102953115D01* X65786884Y-102953124D01* X65856158Y-103009975D01* @@ -13310,9 +13807,9 @@ X66480000Y-103240220D01* X66480003Y-103240220D01* X66671226Y-103221386D01* X66671231Y-103221385D01* -X66697442Y-103213434D01* +X66701424Y-103212226D01* X66855114Y-103165605D01* -X66985800Y-103095752D01* +X66939986Y-103120240D01* X67024569Y-103075030D01* X67024572Y-103075027D01* X67024581Y-103075023D01* @@ -13320,7 +13817,7 @@ X67173120Y-102953120D01* X67295023Y-102804581D01* X67295027Y-102804572D01* X67295030Y-102804569D01* -X67359508Y-102683938D01* +X67367117Y-102669702D01* X67385605Y-102635114D01* X67441385Y-102451231D01* X67441386Y-102451226D01* @@ -13333,7 +13830,7 @@ X68114397Y-102635119D01* X68204969Y-102804569D01* X68204975Y-102804578D01* X68204977Y-102804581D01* -X68220173Y-102823097D01* +X68249693Y-102859067D01* X68326875Y-102953115D01* X68326884Y-102953124D01* X68396158Y-103009975D01* @@ -13350,9 +13847,9 @@ X69020000Y-103240220D01* X69020003Y-103240220D01* X69211226Y-103221386D01* X69211231Y-103221385D01* -X69237442Y-103213434D01* +X69241424Y-103212226D01* X69395114Y-103165605D01* -X69525800Y-103095752D01* +X69479986Y-103120240D01* X69564569Y-103075030D01* X69564572Y-103075027D01* X69564581Y-103075023D01* @@ -13360,7 +13857,7 @@ X69713120Y-102953120D01* X69835023Y-102804581D01* X69835027Y-102804572D01* X69835030Y-102804569D01* -X69899508Y-102683938D01* +X69907117Y-102669702D01* X69925605Y-102635114D01* X69981385Y-102451231D01* X69981386Y-102451226D01* @@ -13368,16 +13865,16 @@ X70000220Y-102260003D01* X70000220Y-102259996D01* X69981386Y-102068773D01* X69981385Y-102068768D01* -X69946589Y-101954062D01* +X69955330Y-101982876D01* X69925605Y-101884886D01* X69922910Y-101879844D01* X69835030Y-101715430D01* X69835025Y-101715423D01* X69835023Y-101715419D01* -X69748021Y-101609407D01* +X69744713Y-101605376D01* X69713124Y-101566884D01* X69713115Y-101566875D01* -X69626521Y-101495810D01* +X69595721Y-101470533D01* X69564581Y-101444977D01* X69564578Y-101444975D01* X69564569Y-101444969D01* @@ -13407,16 +13904,16 @@ X67460220Y-102260003D01* X67460220Y-102259996D01* X67441386Y-102068773D01* X67441385Y-102068768D01* -X67406589Y-101954062D01* +X67415330Y-101982876D01* X67385605Y-101884886D01* X67382910Y-101879844D01* X67295030Y-101715430D01* X67295025Y-101715423D01* X67295023Y-101715419D01* -X67208021Y-101609407D01* +X67204713Y-101605376D01* X67173124Y-101566884D01* X67173115Y-101566875D01* -X67086521Y-101495810D01* +X67055721Y-101470533D01* X67024581Y-101444977D01* X67024578Y-101444975D01* X67024569Y-101444969D01* @@ -13442,8 +13939,8 @@ X65518614Y-102068768D01* X65518613Y-102068773D01* X65499780Y-102259996D01* X65499780Y-102260003D01* -X64725499Y-102260003D01* -X64725499Y-99720003D01* +X64725500Y-102260003D01* +X64725500Y-99720003D01* X65499780Y-99720003D01* X65518613Y-99911226D01* X65518614Y-99911231D01* @@ -13452,10 +13949,10 @@ X65574397Y-100095119D01* X65664969Y-100264569D01* X65664975Y-100264578D01* X65664977Y-100264581D01* -X65697276Y-100303937D01* +X65712150Y-100322061D01* X65786875Y-100413115D01* X65786884Y-100413124D01* -X65844002Y-100459999D01* +X65828020Y-100446883D01* X65935419Y-100535023D01* X65935423Y-100535025D01* X65935430Y-100535030D01* @@ -13471,7 +13968,7 @@ X66671226Y-100681386D01* X66671231Y-100681385D01* X66671230Y-100681384D01* X66855114Y-100625605D01* -X66915870Y-100593129D01* +X66932948Y-100584002D01* X67024569Y-100535030D01* X67024572Y-100535027D01* X67024581Y-100535023D01* @@ -13479,7 +13976,7 @@ X67173120Y-100413120D01* X67295023Y-100264581D01* X67295027Y-100264572D01* X67295030Y-100264569D01* -X67382611Y-100100715D01* +X67378383Y-100108625D01* X67385605Y-100095114D01* X67441385Y-99911231D01* X67441386Y-99911226D01* @@ -13492,10 +13989,10 @@ X68114397Y-100095119D01* X68204969Y-100264569D01* X68204975Y-100264578D01* X68204977Y-100264581D01* -X68237276Y-100303937D01* +X68252150Y-100322061D01* X68326875Y-100413115D01* X68326884Y-100413124D01* -X68384002Y-100459999D01* +X68368020Y-100446883D01* X68475419Y-100535023D01* X68475423Y-100535025D01* X68475430Y-100535030D01* @@ -13510,7 +14007,7 @@ X69020003Y-100700220D01* X69211226Y-100681386D01* X69211231Y-100681385D01* X69395114Y-100625605D01* -X69455870Y-100593129D01* +X69472948Y-100584002D01* X69564569Y-100535030D01* X69564572Y-100535027D01* X69564581Y-100535023D01* @@ -13518,7 +14015,7 @@ X69713120Y-100413120D01* X69835023Y-100264581D01* X69835027Y-100264572D01* X69835030Y-100264569D01* -X69922611Y-100100715D01* +X69918383Y-100108625D01* X69925605Y-100095114D01* X69981385Y-99911231D01* X69981386Y-99911226D01* @@ -13526,7 +14023,7 @@ X70000220Y-99720003D01* X70000220Y-99719996D01* X69981386Y-99528773D01* X69981385Y-99528768D01* -X69953440Y-99436646D01* +X69958681Y-99453924D01* X69925605Y-99344886D01* X69921263Y-99336762D01* X69835030Y-99175430D01* @@ -13565,7 +14062,7 @@ X67460220Y-99720003D01* X67460220Y-99719996D01* X67441386Y-99528773D01* X67441385Y-99528768D01* -X67413440Y-99436646D01* +X67418681Y-99453924D01* X67385605Y-99344886D01* X67381263Y-99336762D01* X67295030Y-99175430D01* @@ -13600,9 +14097,8 @@ X65518614Y-99528768D01* X65518613Y-99528773D01* X65499780Y-99719996D01* X65499780Y-99720003D01* -X64725499Y-99720003D01* -X64725499Y-98651836D01* -X64725499Y-97180003D01* +X64725500Y-99720003D01* +X64725500Y-97180003D01* X65499780Y-97180003D01* X65518613Y-97371226D01* X65518614Y-97371231D01* @@ -13611,16 +14107,16 @@ X65574397Y-97555119D01* X65664969Y-97724569D01* X65664975Y-97724578D01* X65664977Y-97724581D01* -X65692294Y-97757867D01* +X65715810Y-97786521D01* X65786875Y-97873115D01* X65786884Y-97873124D01* -X65826798Y-97905880D01* +X65856158Y-97929975D01* X65935419Y-97995023D01* X65935423Y-97995025D01* X65935430Y-97995030D01* X66104880Y-98085602D01* X66104886Y-98085605D01* -X66228458Y-98123090D01* +X66232987Y-98124464D01* X66288768Y-98141385D01* X66288773Y-98141386D01* X66479997Y-98160220D01* @@ -13727,7 +14223,7 @@ X68735498Y-96699783D01* X68736795Y-96701378D01* X68731543Y-96705650D01* X68731542Y-96705651D01* -X68684701Y-96743759D01* +X68669190Y-96756378D01* X68614258Y-96801068D01* X68546833Y-96896589D01* X68497829Y-96933226D01* @@ -13745,7 +14241,7 @@ X67460220Y-97180003D01* X67460220Y-97179996D01* X67441386Y-96988773D01* X67441385Y-96988768D01* -X67417096Y-96908700D01* +X67417246Y-96909192D01* X67385605Y-96804886D01* X67381252Y-96796742D01* X67295030Y-96635430D01* @@ -13780,8 +14276,8 @@ X65518614Y-96988768D01* X65518613Y-96988773D01* X65499780Y-97179996D01* X65499780Y-97180003D01* -X64725499Y-97180003D01* -X64725499Y-94640003D01* +X64725500Y-97180003D01* +X64725500Y-94640003D01* X65499780Y-94640003D01* X65518613Y-94831226D01* X65518614Y-94831231D01* @@ -13939,8 +14435,8 @@ X65518614Y-94448768D01* X65518613Y-94448773D01* X65499780Y-94639996D01* X65499780Y-94640003D01* -X64725499Y-94640003D01* -X64725499Y-92100003D01* +X64725500Y-94640003D01* +X64725500Y-92100003D01* X65499780Y-92100003D01* X65518613Y-92291226D01* X65518614Y-92291231D01* @@ -13949,10 +14445,10 @@ X65574397Y-92475119D01* X65664969Y-92644569D01* X65664975Y-92644578D01* X65664977Y-92644581D01* -X65715810Y-92706521D01* +X65706994Y-92695779D01* X65786875Y-92793115D01* X65786884Y-92793124D01* -X65823207Y-92822933D01* +X65816900Y-92817757D01* X65935419Y-92915023D01* X65935423Y-92915025D01* X65935430Y-92915030D01* @@ -13967,7 +14463,7 @@ X66480003Y-93080220D01* X66671226Y-93061386D01* X66671231Y-93061385D01* X66855114Y-93005605D01* -X66915870Y-92973129D01* +X67000668Y-92927805D01* X67024569Y-92915030D01* X67024572Y-92915027D01* X67024581Y-92915023D01* @@ -13975,7 +14471,7 @@ X67173120Y-92793120D01* X67295023Y-92644581D01* X67295027Y-92644572D01* X67295030Y-92644569D01* -X67385132Y-92475998D01* +X67366498Y-92510860D01* X67385605Y-92475114D01* X67441385Y-92291231D01* X67441386Y-92291226D01* @@ -13988,10 +14484,10 @@ X68114397Y-92475119D01* X68204969Y-92644569D01* X68204975Y-92644578D01* X68204977Y-92644581D01* -X68255810Y-92706521D01* +X68246994Y-92695779D01* X68326875Y-92793115D01* X68326884Y-92793124D01* -X68363207Y-92822933D01* +X68356900Y-92817757D01* X68475419Y-92915023D01* X68475423Y-92915025D01* X68475430Y-92915030D01* @@ -14007,7 +14503,7 @@ X69211226Y-93061386D01* X69211231Y-93061385D01* X69211231Y-93061384D01* X69395114Y-93005605D01* -X69455870Y-92973129D01* +X69540668Y-92927805D01* X69564569Y-92915030D01* X69564572Y-92915027D01* X69564581Y-92915023D01* @@ -14015,7 +14511,7 @@ X69713120Y-92793120D01* X69835023Y-92644581D01* X69835027Y-92644572D01* X69835030Y-92644569D01* -X69925132Y-92475998D01* +X69906498Y-92510860D01* X69925605Y-92475114D01* X69981385Y-92291231D01* X69981386Y-92291226D01* @@ -14023,7 +14519,7 @@ X70000220Y-92100003D01* X70000220Y-92099996D01* X69981386Y-91908773D01* X69981385Y-91908768D01* -X69952609Y-91813907D01* +X69950667Y-91807505D01* X69925605Y-91724886D01* X69921188Y-91716622D01* X69835030Y-91555430D01* @@ -14062,7 +14558,7 @@ X67460220Y-92100003D01* X67460220Y-92099996D01* X67441386Y-91908773D01* X67441385Y-91908768D01* -X67412609Y-91813907D01* +X67410667Y-91807505D01* X67385605Y-91724886D01* X67381188Y-91716622D01* X67295030Y-91555430D01* @@ -14097,8 +14593,8 @@ X65518614Y-91908768D01* X65518613Y-91908773D01* X65499780Y-92099996D01* X65499780Y-92100003D01* -X64725499Y-92100003D01* -X64725499Y-89560003D01* +X64725500Y-92100003D01* +X64725500Y-89560003D01* X65499780Y-89560003D01* X65518613Y-89751226D01* X65518614Y-89751231D01* @@ -14177,8 +14673,8 @@ X65518614Y-89368768D01* X65518613Y-89368773D01* X65499780Y-89559996D01* X65499780Y-89560003D01* -X64725499Y-89560003D01* -X64725499Y-84480003D01* +X64725500Y-89560003D01* +X64725500Y-84480003D01* X65450040Y-84480003D01* X65469828Y-84680929D01* X65469829Y-84680935D01* @@ -14356,8 +14852,8 @@ X65469829Y-84279064D01* X65469828Y-84279070D01* X65450040Y-84479996D01* X65450040Y-84480003D01* -X64725499Y-84480003D01* -X64725499Y-81940003D01* +X64725500Y-84480003D01* +X64725500Y-81940003D01* X65499780Y-81940003D01* X65518613Y-82131226D01* X65518614Y-82131231D01* @@ -14514,8 +15010,8 @@ X65518614Y-81748768D01* X65518613Y-81748773D01* X65499780Y-81939996D01* X65499780Y-81940003D01* -X64725499Y-81940003D01* -X64725499Y-79400003D01* +X64725500Y-81940003D01* +X64725500Y-79400003D01* X65499780Y-79400003D01* X65518613Y-79591226D01* X65518614Y-79591231D01* @@ -14692,8 +15188,8 @@ X65518614Y-79208768D01* X65518613Y-79208773D01* X65499780Y-79399996D01* X65499780Y-79400003D01* -X64725499Y-79400003D01* -X64725499Y-76860003D01* +X64725500Y-79400003D01* +X64725500Y-76860003D01* X65499780Y-76860003D01* X65518613Y-77051226D01* X65518614Y-77051231D01* @@ -14850,8 +15346,8 @@ X65518614Y-76668768D01* X65518613Y-76668773D01* X65499780Y-76859996D01* X65499780Y-76860003D01* -X64725499Y-76860003D01* -X64725499Y-71190356D01* +X64725500Y-76860003D01* +X64725500Y-71190356D01* X83063500Y-71190356D01* X83072232Y-71234249D01* X83072234Y-71234253D01* @@ -16381,8 +16877,8 @@ X83072234Y-69316804D01* X83072232Y-69316808D01* X83063500Y-69360701D01* X83063500Y-71190356D01* -X64725499Y-71190356D01* -X64725499Y-69179999D01* +X64725500Y-71190356D01* +X64725500Y-69179999D01* X66384700Y-69179999D01* X66403865Y-69411303D01* X66408655Y-69430217D01* @@ -16868,7 +17364,7 @@ X68741786Y-68146089D01* X68741780Y-68146084D01* X68645176Y-68070894D01* X68642880Y-68068993D01* -X68641313Y-68067614D01* +X68641826Y-68068066D01* X68639201Y-68065756D01* X68635448Y-68059423D01* X68613771Y-68046076D01* @@ -16924,9 +17420,10 @@ X66478307Y-68683888D01* X66460843Y-68723701D01* X66403865Y-68948696D01* X66384700Y-69179999D01* -X64725499Y-69179999D01* -X64725499Y-68095213D01* -X64737955Y-68047142D01* +X64725500Y-69179999D01* +X64725500Y-68095217D01* +X64737958Y-68047138D01* +X64738548Y-68046076D01* X65202735Y-67210538D01* X65221564Y-67186398D01* X65979144Y-66476164D01* @@ -16937,368 +17434,5 @@ X161343367Y-66125500D01* X161372896Y-66130006D01* G37* %TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X77078245Y-111432990D02* -G01* -X77099424Y-111490393D01* -X77099500Y-111494282D01* -X77099500Y-113788115D01* -X77097598Y-113807427D01* -X77094103Y-113824999D01* -X77094103Y-113825002D01* -X77098311Y-113846162D01* -X77098316Y-113846182D01* -X77105588Y-113882738D01* -X77115485Y-113932495D01* -X77128521Y-113952004D01* -X77147080Y-113979780D01* -X77152906Y-113988500D01* -X77175566Y-114022413D01* -X77176376Y-114023624D01* -X77179573Y-114025760D01* -X77191266Y-114033573D01* -X77206269Y-114045885D01* -X82659113Y-119498729D01* -X82671422Y-119513729D01* -X82681371Y-119528618D01* -X82681373Y-119528620D01* -X82681376Y-119528624D01* -X82700334Y-119541291D01* -X82700336Y-119541293D01* -X82700337Y-119541293D01* -X82704376Y-119543992D01* -X82704378Y-119543994D01* -X82708831Y-119546969D01* -X82714483Y-119550746D01* -X82740199Y-119567929D01* -X82772505Y-119589515D01* -X82852867Y-119605500D01* -X82852868Y-119605500D01* -X82880000Y-119610897D01* -X82897570Y-119607402D01* -X82916884Y-119605500D01* -X89717569Y-119605500D01* -X89775760Y-119624407D01* -X89807621Y-119663372D01* -X89822851Y-119696719D01* -X89827119Y-119706065D01* -X89848439Y-119730670D01* -X89872256Y-119787030D01* -X89858397Y-119846625D01* -X89812155Y-119886692D01* -X89773619Y-119894500D01* -X76803660Y-119894500D01* -X76745469Y-119875593D01* -X76709505Y-119826093D01* -X76705668Y-119809589D01* -X76688536Y-119690435D01* -X76676868Y-119664886D01* -X76634721Y-119572598D01* -X76549888Y-119474694D01* -X76549887Y-119474693D01* -X76549886Y-119474692D01* -X76440912Y-119404659D01* -X76440909Y-119404657D01* -X76440908Y-119404657D01* -X76440905Y-119404656D01* -X76316613Y-119368161D01* -X76316611Y-119368161D01* -X76187067Y-119368161D01* -X76187064Y-119368161D01* -X76062772Y-119404656D01* -X76062765Y-119404659D01* -X75953791Y-119474692D01* -X75868956Y-119572599D01* -X75815141Y-119690435D01* -X75796706Y-119818658D01* -X75796706Y-119818663D01* -X75815141Y-119946886D01* -X75867168Y-120060806D01* -X75868957Y-120064724D01* -X75952078Y-120160652D01* -X75953791Y-120162629D01* -X76062765Y-120232662D01* -X76062770Y-120232665D01* -X76133556Y-120253449D01* -X76157603Y-120260510D01* -X76208110Y-120295046D01* -X76228672Y-120352673D01* -X76211434Y-120411380D01* -X76162981Y-120448742D01* -X76129712Y-120454500D01* -X75927124Y-120454500D01* -X75868933Y-120435593D01* -X75857120Y-120425504D01* -X75234496Y-119802880D01* -X75206719Y-119748363D01* -X75205500Y-119732876D01* -X75205500Y-116469912D01* -X75224407Y-116411721D01* -X75273907Y-116375757D01* -X75335093Y-116375757D01* -X75379320Y-116405082D01* -X75393950Y-116421966D01* -X75393951Y-116421967D01* -X75426260Y-116442731D01* -X75502931Y-116492004D01* -X75627228Y-116528500D01* -X75627230Y-116528500D01* -X75756770Y-116528500D01* -X75756772Y-116528500D01* -X75881069Y-116492004D01* -X75990049Y-116421967D01* -X76074882Y-116324063D01* -X76128697Y-116206226D01* -X76136029Y-116155232D01* -X76147133Y-116078002D01* -X76147133Y-116077997D01* -X76128697Y-115949774D01* -X76128697Y-115949773D01* -X76104119Y-115895957D01* -X76074882Y-115831937D01* -X76057403Y-115811765D01* -X75991680Y-115735914D01* -X75967863Y-115679555D01* -X75967500Y-115671084D01* -X75967500Y-112674915D01* -X75986407Y-112616724D01* -X75991673Y-112610092D01* -X76074882Y-112514063D01* -X76128697Y-112396226D01* -X76141242Y-112308975D01* -X76147133Y-112268002D01* -X76147133Y-112268000D01* -X76146804Y-112265710D01* -X76145950Y-112259774D01* -X76156379Y-112199487D01* -X76173934Y-112175680D01* -X76888733Y-111460881D01* -X76903729Y-111448575D01* -X76918624Y-111438624D01* -X76918628Y-111438617D01* -X76925517Y-111431730D01* -X76926507Y-111432720D01* -X76966232Y-111401402D01* -X77027370Y-111398998D01* -X77078245Y-111432990D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X98897442Y-108872947D02* -G01* -X98927528Y-108926224D01* -X98929500Y-108945884D01* -X98929500Y-112456069D01* -X98910593Y-112514260D01* -X98884024Y-112539352D01* -X98826956Y-112576028D01* -X98826953Y-112576030D01* -X98742117Y-112673938D01* -X98688302Y-112791774D01* -X98669867Y-112919997D01* -X98669867Y-112920002D01* -X98688302Y-113048225D01* -X98739121Y-113159500D01* -X98742118Y-113166063D01* -X98815956Y-113251278D01* -X98826952Y-113263968D01* -X98935926Y-113334001D01* -X98935931Y-113334004D01* -X99060228Y-113370500D01* -X99060230Y-113370500D01* -X99189770Y-113370500D01* -X99189772Y-113370500D01* -X99314069Y-113334004D01* -X99423049Y-113263967D01* -X99507882Y-113166063D01* -X99553043Y-113067174D01* -X99573087Y-113038305D01* -X99635484Y-112975909D01* -X99635485Y-112975906D01* -X99641127Y-112970265D01* -X99641129Y-112970261D01* -X99658050Y-112953342D01* -X99658050Y-112953340D01* -X99663562Y-112947830D01* -X99665430Y-112949698D01* -X99704898Y-112921018D01* -X99766083Y-112921011D01* -X99815587Y-112956970D01* -X99834500Y-113015159D01* -X99834500Y-114249875D01* -X99815593Y-114308066D01* -X99805504Y-114319879D01* -X97779880Y-116345504D01* -X97725363Y-116373281D01* -X97709876Y-116374500D01* -X96852588Y-116374500D01* -X96794397Y-116355593D01* -X96777769Y-116340331D01* -X96748050Y-116306034D01* -X96748048Y-116306032D01* -X96639073Y-116235998D01* -X96639070Y-116235996D01* -X96639069Y-116235996D01* -X96639066Y-116235995D01* -X96514774Y-116199500D01* -X96514772Y-116199500D01* -X96385228Y-116199500D01* -X96385225Y-116199500D01* -X96260933Y-116235995D01* -X96260926Y-116235998D01* -X96151952Y-116306031D01* -X96067117Y-116403938D01* -X96013302Y-116521774D01* -X95994867Y-116649997D01* -X96005644Y-116724960D01* -X95995209Y-116785249D01* -X95951331Y-116827891D01* -X95890768Y-116836598D01* -X95836654Y-116808044D01* -X95832844Y-116803893D01* -X95749678Y-116707913D01* -X95725862Y-116651555D01* -X95725499Y-116643105D01* -X95725499Y-116196238D01* -X95744406Y-116138048D01* -X95754489Y-116126241D01* -X96333733Y-115546997D01* -X96348729Y-115534691D01* -X96363624Y-115524740D01* -X96424515Y-115433611D01* -X96440500Y-115353249D01* -X96440500Y-115353248D01* -X96445897Y-115326116D01* -X96442402Y-115308543D01* -X96440500Y-115289231D01* -X96440500Y-112489124D01* -X96459407Y-112430933D01* -X96508907Y-112394969D01* -X96570093Y-112394969D01* -X96609504Y-112419120D01* -X96828061Y-112637677D01* -X96855838Y-112692194D01* -X96856050Y-112721763D01* -X96854867Y-112729995D01* -X96854867Y-112730002D01* -X96873302Y-112858225D01* -X96926861Y-112975500D01* -X96927118Y-112976063D01* -X97011951Y-113073967D01* -X97011952Y-113073968D01* -X97120926Y-113144001D01* -X97120931Y-113144004D01* -X97245228Y-113180500D01* -X97245230Y-113180500D01* -X97374770Y-113180500D01* -X97374772Y-113180500D01* -X97499069Y-113144004D01* -X97608049Y-113073967D01* -X97692882Y-112976063D01* -X97746697Y-112858226D01* -X97746696Y-112858226D01* -X97746698Y-112858224D01* -X97760608Y-112761473D01* -X97787603Y-112706565D01* -X97841718Y-112678011D01* -X97902280Y-112686718D01* -X97912116Y-112692272D01* -X97945931Y-112714004D01* -X98070228Y-112750500D01* -X98070230Y-112750500D01* -X98199770Y-112750500D01* -X98199772Y-112750500D01* -X98324069Y-112714004D01* -X98433049Y-112643967D01* -X98517882Y-112546063D01* -X98571697Y-112428226D01* -X98582328Y-112354288D01* -X98590133Y-112300002D01* -X98590133Y-112299997D01* -X98571697Y-112171774D01* -X98562326Y-112151255D01* -X98517882Y-112053937D01* -X98433049Y-111956033D01* -X98433048Y-111956032D01* -X98433047Y-111956031D01* -X98324073Y-111885998D01* -X98324070Y-111885996D01* -X98324069Y-111885996D01* -X98320541Y-111884960D01* -X98199774Y-111849500D01* -X98199772Y-111849500D01* -X98115124Y-111849500D01* -X98056933Y-111830593D01* -X98045120Y-111820504D01* -X97494495Y-111269879D01* -X97466718Y-111215362D01* -X97465500Y-111199887D01* -X97465500Y-110094124D01* -X97484407Y-110035933D01* -X97533907Y-109999969D01* -X97595093Y-109999969D01* -X97634504Y-110024120D01* -X97668061Y-110057677D01* -X97695838Y-110112194D01* -X97696050Y-110141763D01* -X97694867Y-110149995D01* -X97694867Y-110150002D01* -X97713302Y-110278225D01* -X97756189Y-110372132D01* -X97767118Y-110396063D01* -X97847539Y-110488875D01* -X97851952Y-110493968D01* -X97960828Y-110563938D01* -X97960931Y-110564004D01* -X98085228Y-110600500D01* -X98085230Y-110600500D01* -X98214770Y-110600500D01* -X98214772Y-110600500D01* -X98339069Y-110564004D01* -X98448049Y-110493967D01* -X98532882Y-110396063D01* -X98586697Y-110278226D01* -X98598510Y-110196063D01* -X98605133Y-110150002D01* -X98605133Y-110149997D01* -X98586697Y-110021774D01* -X98553919Y-109950002D01* -X98532882Y-109903937D01* -X98448049Y-109806033D01* -X98448048Y-109806032D01* -X98448047Y-109806031D01* -X98339073Y-109735998D01* -X98339070Y-109735996D01* -X98339069Y-109735996D01* -X98339066Y-109735995D01* -X98214774Y-109699500D01* -X98214772Y-109699500D01* -X98130124Y-109699500D01* -X98071933Y-109680593D01* -X98060120Y-109670504D01* -X97999496Y-109609880D01* -X97971719Y-109555363D01* -X97970500Y-109539876D01* -X97970500Y-109218992D01* -X97989407Y-109160801D01* -X98038907Y-109124837D01* -X98100093Y-109124837D01* -X98123023Y-109135708D01* -X98135931Y-109144004D01* -X98260228Y-109180500D01* -X98260230Y-109180500D01* -X98389770Y-109180500D01* -X98389772Y-109180500D01* -X98514069Y-109144004D01* -X98623049Y-109073967D01* -X98707882Y-108976063D01* -X98740446Y-108904757D01* -X98781819Y-108859680D01* -X98841786Y-108847529D01* -X98897442Y-108872947D01* -G37* -%TD.AperFunction*% %TD*% M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Mask.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Mask.gbr index 7789c3b..d81cc1d 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Mask.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Mask.gbr @@ -1,137 +1,143 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Bot*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* G04 APERTURE LIST* -%ADD10C,2.000000*% -%ADD11R,1.950000X1.700000*% -%ADD12O,1.950000X1.700000*% -%ADD13R,1.700000X2.000000*% -%ADD14O,1.700000X2.000000*% -%ADD15R,1.650000X1.650000*% -%ADD16C,1.650000*% -%ADD17R,1.800000X1.800000*% -%ADD18C,1.800000*% -%ADD19C,1.450000*% -%ADD20C,2.425000*% -%ADD21R,1.700000X1.700000*% -%ADD22O,1.700000X1.700000*% +%ADD10R,1.650000X5.600000*% +%ADD11C,2.000000*% +%ADD12R,1.950000X1.700000*% +%ADD13O,1.950000X1.700000*% +%ADD14R,1.700000X2.000000*% +%ADD15O,1.700000X2.000000*% +%ADD16R,1.650000X1.650000*% +%ADD17C,1.650000*% +%ADD18R,1.800000X1.800000*% +%ADD19C,1.800000*% +%ADD20C,1.450000*% +%ADD21C,2.425000*% +%ADD22R,1.700000X1.700000*% +%ADD23O,1.700000X1.700000*% G04 APERTURE END LIST* D10* +%TO.C,J6*% +X75532000Y-127662000D03* +X83782000Y-127662000D03* +%TD*% +D11* %TO.C,SW2*% X130104000Y-126290000D03* X130104000Y-119790000D03* X134604000Y-126290000D03* X134604000Y-119790000D03* %TD*% -D11* +D12* %TO.C,J22*% X150996450Y-83179746D03* -D12* +D13* X150996450Y-85679746D03* X150996450Y-88179746D03* X150996450Y-90679746D03* %TD*% -D11* +D12* %TO.C,J1*% X116315000Y-114820000D03* -D12* +D13* X116315000Y-117320000D03* X116315000Y-119820000D03* X116315000Y-122320000D03* X116315000Y-124820000D03* X116315000Y-127320000D03* %TD*% -D13* +D14* %TO.C,J19*% X124580500Y-71680500D03* -D14* +D15* X122080500Y-71680500D03* %TD*% -D11* +D12* %TO.C,J7*% X150989536Y-110000528D03* -D12* +D13* X150989536Y-112500528D03* X150989536Y-115000528D03* %TD*% -D11* +D12* %TO.C,J25*% X155379724Y-69786663D03* -D12* +D13* X155379724Y-72286663D03* X155379724Y-74786663D03* X155379724Y-77286663D03* %TD*% -D13* +D14* %TO.C,J11*% X139574000Y-114260000D03* -D14* +D15* X142074000Y-114260000D03* %TD*% -D11* +D12* %TO.C,J24*% X157757080Y-83181814D03* -D12* +D13* X157757080Y-85681814D03* X157757080Y-88181814D03* X157757080Y-90681814D03* %TD*% -D15* +D16* %TO.C,J13*% X129475000Y-92200000D03* -D16* +D17* X129475000Y-94700000D03* X129475000Y-97200000D03* X129475000Y-99700000D03* X129475000Y-102200000D03* %TD*% -D11* +D12* %TO.C,J26*% X151001390Y-96585449D03* -D12* +D13* X151001390Y-99085449D03* X151001390Y-101585449D03* X151001390Y-104085449D03* %TD*% -D13* +D14* %TO.C,J8*% X131104000Y-114300000D03* -D14* +D15* X133604000Y-114300000D03* %TD*% -D11* +D12* %TO.C,J4*% X148631294Y-120897123D03* -D12* +D13* X148631294Y-123397123D03* X148631294Y-125897123D03* %TD*% -D15* +D16* %TO.C,J14*% X93180000Y-88630000D03* -D16* +D17* X93180000Y-86090000D03* X95720000Y-88630000D03* X95720000Y-86090000D03* X98260000Y-88630000D03* X98260000Y-86090000D03* %TD*% -D13* +D14* %TO.C,J18*% X115940500Y-71620500D03* -D14* +D15* X113440500Y-71620500D03* %TD*% -D10* +D11* %TO.C,SW4*% X118015000Y-107850000D03* X111515000Y-107850000D03* @@ -144,61 +150,61 @@ X121734000Y-119730000D03* X126234000Y-126230000D03* X126234000Y-119730000D03* %TD*% -D11* +D12* %TO.C,J9*% X157742884Y-109997179D03* -D12* +D13* X157742884Y-112497179D03* X157742884Y-114997179D03* %TD*% -D17* +D18* %TO.C,J21*% X94822000Y-70358000D03* -D18* +D19* X99822000Y-70358000D03* %TD*% -D19* +D20* %TO.C,J15*% X101925000Y-124400000D03* X106775000Y-124400000D03* -D20* +D21* X107862000Y-127400000D03* X100838000Y-127400000D03* %TD*% -D17* +D18* %TO.C,J20*% X84114000Y-70275529D03* -D18* +D19* X89114000Y-70275529D03* %TD*% -D11* +D12* %TO.C,J3*% X155381294Y-120907123D03* -D12* +D13* X155381294Y-123407123D03* X155381294Y-125907123D03* %TD*% -D11* +D12* %TO.C,J10*% X137752705Y-92186646D03* -D12* +D13* X137752705Y-94686646D03* X137752705Y-97186646D03* X137752705Y-99686646D03* %TD*% -D13* +D14* %TO.C,J17*% X133080500Y-71700500D03* -D14* +D15* X130580500Y-71700500D03* %TD*% -D13* +D14* %TO.C,J16*% X141560500Y-71710500D03* -D14* +D15* X139060500Y-71710500D03* %TD*% -D10* +D11* %TO.C,SW5*% X142136000Y-108204000D03* X135636000Y-108204000D03* @@ -211,18 +217,18 @@ X138654000Y-119750000D03* X143154000Y-126250000D03* X143154000Y-119750000D03* %TD*% -D11* +D12* %TO.C,J27*% X148627429Y-69783309D03* -D12* +D13* X148627429Y-72283309D03* X148627429Y-74783309D03* X148627429Y-77283309D03* %TD*% -D15* +D16* %TO.C,J2*% X66480000Y-74320000D03* -D16* +D17* X69020000Y-74320000D03* X66480000Y-76860000D03* X69020000Y-76860000D03* @@ -263,24 +269,24 @@ X69020000Y-120040000D03* X66480000Y-122580000D03* X69020000Y-122580000D03* %TD*% -D11* +D12* %TO.C,J23*% X157755786Y-96584691D03* -D12* +D13* X157755786Y-99084691D03* X157755786Y-101584691D03* X157755786Y-104084691D03* %TD*% -D13* +D14* %TO.C,J5*% X122704000Y-114310000D03* -D14* +D15* X125204000Y-114310000D03* %TD*% -D21* +D22* %TO.C,JP5*% X108015000Y-86200000D03* -D22* +D23* X105475000Y-86200000D03* X102935000Y-86200000D03* %TD*% diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Paste.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Paste.gbr index 1cf11a3..e545bde 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Paste.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Paste.gbr @@ -1,15 +1,21 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* G04 APERTURE LIST* +%ADD10R,1.650000X5.600000*% G04 APERTURE END LIST* +D10* +%TO.C,J6*% +X75532000Y-127662000D03* +X83782000Y-127662000D03* +%TD*% M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Silkscreen.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Silkscreen.gbr index 9ee7980..bc81358 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Silkscreen.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-B_Silkscreen.gbr @@ -1,12 +1,12 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Bot*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-Edge_Cuts.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-Edge_Cuts.gbr index 6f79973..c0771ad 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-Edge_Cuts.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-Edge_Cuts.gbr @@ -1,11 +1,11 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Profile,NP*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Cu.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Cu.gbr index acbb123..673599a 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Cu.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Cu.gbr @@ -1,12 +1,12 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Copper,L1,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* @@ -39,40 +39,40 @@ G04 Aperture macros list end* %ADD12RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD13R,0.350000X0.650000*% +%ADD13RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD14RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% +%ADD14RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD15RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% +%ADD15R,0.750000X0.850000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD16R,0.750000X0.850000*% +%ADD16R,1.650000X5.600000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% +%ADD17R,0.900000X5.600000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD18R,0.600000X0.620000*% +%ADD18RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% %TD*% -%TA.AperFunction,ComponentPad*% -%ADD19C,2.000000*% +%TA.AperFunction,SMDPad,CuDef*% +%ADD19RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD20R,1.950000X1.700000*% +%ADD20C,2.000000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD21O,1.950000X1.700000*% +%ADD21R,1.950000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD22R,1.700000X2.000000*% +%ADD22O,1.950000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD23O,1.700000X2.000000*% +%ADD23R,1.700000X2.000000*% %TD*% -%TA.AperFunction,SMDPad,CuDef*% -%ADD24R,0.620000X0.600000*% +%TA.AperFunction,ComponentPad*% +%ADD24O,1.700000X2.000000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD25RoundRect,0.250000X1.825000X0.700000X-1.825000X0.700000X-1.825000X-0.700000X1.825000X-0.700000X0*% @@ -84,228 +84,120 @@ G04 Aperture macros list end* %ADD27RoundRect,0.150000X-0.150000X0.587500X-0.150000X-0.587500X0.150000X-0.587500X0.150000X0.587500X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD28RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% +%ADD28R,0.300000X0.300000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD29RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% +%ADD29RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD30R,6.400000X6.400000*% +%ADD30RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% %TD*% -%TA.AperFunction,ComponentPad*% -%ADD31R,1.650000X1.650000*% +%TA.AperFunction,SMDPad,CuDef*% +%ADD31R,6.400000X6.400000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD32C,1.650000*% +%ADD32R,1.650000X1.650000*% %TD*% -%TA.AperFunction,SMDPad,CuDef*% -%ADD33R,0.650000X0.350000*% +%TA.AperFunction,ComponentPad*% +%ADD33C,1.650000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% %ADD34RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD35R,1.050000X1.000000*% +%ADD35R,3.800000X2.150000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD36R,2.200000X1.050000*% +%ADD36R,0.800000X0.400000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD37R,3.800000X2.150000*% -%TD*% -%TA.AperFunction,SMDPad,CuDef*% -%ADD38R,0.800000X0.400000*% -%TD*% -%TA.AperFunction,SMDPad,CuDef*% -%ADD39R,1.750000X2.500000*% +%ADD37R,1.750000X2.500000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD40R,1.800000X1.800000*% +%ADD38R,1.800000X1.800000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD41C,1.800000*% +%ADD39C,1.800000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD42R,0.420000X0.700000*% +%ADD40R,0.420000X0.700000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD43R,0.400000X1.350000*% +%ADD41R,0.400000X1.350000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD44C,1.450000*% +%ADD42C,1.450000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD45C,2.425000*% +%ADD43C,2.425000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD46R,1.800000X1.900000*% +%ADD44R,1.800000X1.900000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD47RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% +%ADD45RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD48R,0.750000X0.940000*% +%ADD46R,0.750000X0.940000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD49RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% +%ADD47RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD50R,0.300000X0.500000*% +%ADD48RoundRect,0.218750X-0.218750X-0.381250X0.218750X-0.381250X0.218750X0.381250X-0.218750X0.381250X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD51R,0.500000X0.800000*% +%ADD49R,0.940000X0.750000*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD52R,0.940000X0.750000*% +%ADD50RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% %TD*% %TA.AperFunction,SMDPad,CuDef*% -%ADD53RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% -%TD*% -%TA.AperFunction,ConnectorPad*% -%ADD54R,0.400000X0.225000*% -%TD*% -%TA.AperFunction,SMDPad,CuDef*% -%ADD55RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% +%ADD51RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD56R,1.700000X1.700000*% +%ADD52R,1.700000X1.700000*% %TD*% %TA.AperFunction,ComponentPad*% -%ADD57O,1.700000X1.700000*% +%ADD53O,1.700000X1.700000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD58C,0.600000*% +%ADD54C,0.600000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD59C,0.800000*% +%ADD55C,0.800000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD60C,4.000000*% +%ADD56C,4.000000*% %TD*% %TA.AperFunction,ViaPad*% -%ADD61C,3.500000*% +%ADD57C,3.500000*% %TD*% %TA.AperFunction,Conductor*% -%ADD62C,0.250000*% +%ADD58C,0.500000*% %TD*% %TA.AperFunction,Conductor*% -%ADD63C,0.500000*% +%ADD59C,0.250000*% %TD*% %TA.AperFunction,Conductor*% -%ADD64C,0.800000*% +%ADD60C,0.800000*% %TD*% %TA.AperFunction,Conductor*% -%ADD65C,1.000000*% +%ADD61C,1.000000*% %TD*% %TA.AperFunction,Conductor*% -%ADD66C,0.600000*% +%ADD62C,0.600000*% %TD*% %TA.AperFunction,Conductor*% -%ADD67C,0.400000*% +%ADD63C,0.400000*% %TD*% -G04 APERTURE END LIST* -%TA.AperFunction,EtchedComponent*% -%TO.C,AE1*% -G36* -X86710000Y-127550000D02* -G01* -X77410000Y-127550000D01* -X77410000Y-127150000D01* -X86710000Y-127150000D01* -X86710000Y-127550000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X86710000Y-125950000D02* -G01* -X77410000Y-125950000D01* -X77410000Y-125550000D01* -X86710000Y-125550000D01* -X86710000Y-125950000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X86710000Y-124350000D02* -G01* -X77410000Y-124350000D01* -X77410000Y-123950000D01* -X86710000Y-123950000D01* -X86710000Y-124350000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X86710000Y-122750000D02* -G01* -X83810000Y-122750000D01* -X83810000Y-122350000D01* -X86710000Y-122350000D01* -X86710000Y-122750000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X86710000Y-127150000D02* -G01* -X86310000Y-127150000D01* -X86310000Y-125950000D01* -X86710000Y-125950000D01* -X86710000Y-127150000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X86710000Y-123950000D02* -G01* -X86310000Y-123950000D01* -X86310000Y-122750000D01* -X86710000Y-122750000D01* -X86710000Y-123950000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X84010000Y-129150000D02* -G01* -X77410000Y-129150000D01* -X77410000Y-128750000D01* -X84010000Y-128750000D01* -X84010000Y-129150000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X84210000Y-122350000D02* -G01* -X83810000Y-122350000D01* -X83810000Y-121250000D01* -X84210000Y-121250000D01* -X84210000Y-122350000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X77810000Y-128750000D02* -G01* -X77410000Y-128750000D01* -X77410000Y-127550000D01* -X77810000Y-127550000D01* -X77810000Y-128750000D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,EtchedComponent*% -G36* -X77810000Y-125550000D02* -G01* -X77410000Y-125550000D01* -X77410000Y-124350000D01* -X77810000Y-124350000D01* -X77810000Y-125550000D01* -G37* -%TD.AperFunction*% +%TA.AperFunction,Conductor*% +%ADD64C,0.450000*% +%TD*% +%TA.AperFunction,Conductor*% +%ADD65C,0.200000*% %TD*% +G04 APERTURE END LIST* D10* %TO.P,C12,1*% %TO.N,GND*% @@ -331,14 +223,6 @@ X116200000Y-87335000D03* X116200000Y-88985000D03* %TD*% D13* -%TO.P,L3,1,1*% -%TO.N,Net-(C21-Pad1)*% -X80642407Y-115902000D03* -%TO.P,L3,2,2*% -%TO.N,Net-(J12-SIG)*% -X79792407Y-115902000D03* -%TD*% -D14* %TO.P,C9,1*% %TO.N,+3V3*% X99690000Y-108625000D03* @@ -346,7 +230,7 @@ X99690000Y-108625000D03* %TO.N,GND*% X99690000Y-110175000D03* %TD*% -D15* +D14* %TO.P,R5,1*% %TO.N,GPIO17*% X146110786Y-115619691D03* @@ -354,45 +238,58 @@ X146110786Y-115619691D03* %TO.N,+3V3*% X146110786Y-113969691D03* %TD*% -D16* +D15* %TO.P,Y1,1,CRYSTAL_1*% %TO.N,Net-(U2-OSC_IN)*% -X88917000Y-119039000D03* +X87686000Y-120404000D03* %TO.P,Y1,2,GND_1*% %TO.N,GND*% -X88917000Y-117689000D03* +X87686000Y-119054000D03* %TO.P,Y1,3,CRYSTAL_2*% %TO.N,Net-(U2-OSC_OUT)*% -X87867000Y-117689000D03* +X86636000Y-119054000D03* %TO.P,Y1,4,GND_2*% %TO.N,GND*% -X87867000Y-119039000D03* +X86636000Y-120404000D03* %TD*% +D16* +%TO.P,J6,1,In*% +%TO.N,GND*% +X75532000Y-127662000D03* D17* +%TO.P,J6,2,GND*% +%TO.N,/Microcontroller/Ant_50Ohm*% +X79657000Y-127662000D03* +D16* +%TO.P,J6,3,GND*% +%TO.N,GND*% +X83782000Y-127662000D03* +%TD*% +D18* %TO.P,R20,1*% %TO.N,GPIO4*% -X79060000Y-108950000D03* +X79185000Y-108966000D03* %TO.P,R20,2*% %TO.N,Net-(U2-PC5)*% -X80710000Y-108950000D03* +X80835000Y-108966000D03* %TD*% -D12* +D11* %TO.P,R16,1*% %TO.N,GPIO27*% -X97535000Y-101035000D03* +X99314000Y-102616000D03* %TO.P,R16,2*% %TO.N,Net-(U2-PC15)*% -X97535000Y-102685000D03* +X97664000Y-102616000D03* %TD*% -D18* -%TO.P,C6,1,1*% -%TO.N,Net-(AE1-A)*% -X85200000Y-120754000D03* -%TO.P,C6,2,2*% +D19* +%TO.P,C6,1*% %TO.N,GND*% -X86120000Y-120754000D03* +X92405000Y-117330000D03* +%TO.P,C6,2*% +%TO.N,Net-(U2-VFBSMPS)*% +X90855000Y-117330000D03* %TD*% -D19* +D20* %TO.P,SW2,1,1*% %TO.N,GPIO6*% X130104000Y-126290000D03* @@ -402,11 +299,11 @@ X130104000Y-119790000D03* X134604000Y-126290000D03* X134604000Y-119790000D03* %TD*% -D20* +D21* %TO.P,J22,1,SDA*% %TO.N,SDA*% X150996450Y-83179746D03* -D21* +D22* %TO.P,J22,2,SCL*% %TO.N,SCL*% X150996450Y-85679746D03* @@ -417,11 +314,11 @@ X150996450Y-88179746D03* %TO.N,GND*% X150996450Y-90679746D03* %TD*% -D20* +D21* %TO.P,J1,1,DC+*% %TO.N,+3V3*% X116315000Y-114820000D03* -D21* +D22* %TO.P,J1,2,DC-*% %TO.N,GND*% X116315000Y-117320000D03* @@ -438,20 +335,20 @@ X116315000Y-124820000D03* %TO.N,GPIO26*% X116315000Y-127320000D03* %TD*% -D22* +D23* %TO.P,J19,1,A*% %TO.N,+24V*% X124580500Y-71680500D03* -D23* +D24* %TO.P,J19,2,B*% %TO.N,Net-(D4-A)*% X122080500Y-71680500D03* %TD*% -D20* +D21* %TO.P,J7,1,DATA*% %TO.N,GPIO4*% X150989536Y-110000528D03* -D21* +D22* %TO.P,J7,2,PW*% %TO.N,+3V3*% X150989536Y-112500528D03* @@ -459,11 +356,11 @@ X150989536Y-112500528D03* %TO.N,GND*% X150989536Y-115000528D03* %TD*% -D20* +D21* %TO.P,J25,1,SDA*% %TO.N,SDA*% X155379724Y-69786663D03* -D21* +D22* %TO.P,J25,2,SCL*% %TO.N,SCL*% X155379724Y-72286663D03* @@ -474,14 +371,6 @@ X155379724Y-74786663D03* %TO.N,GND*% X155379724Y-77286663D03* %TD*% -D24* -%TO.P,C20,1,1*% -%TO.N,Net-(J12-SIG)*% -X79777302Y-115092834D03* -%TO.P,C20,2,2*% -%TO.N,GND*% -X79777302Y-114172834D03* -%TD*% D25* %TO.P,C3,1*% %TO.N,5V_IN*% @@ -490,7 +379,7 @@ X99750000Y-79490000D03* %TO.N,GND*% X92800000Y-79490000D03* %TD*% -D17* +D18* %TO.P,R21,1*% %TO.N,GPIO17*% X71730000Y-85640000D03* @@ -509,7 +398,7 @@ X123535500Y-79145500D03* %TO.N,Net-(D4-A)*% X121660500Y-80095500D03* %TD*% -D15* +D14* %TO.P,R19,1*% %TO.N,GPIO24*% X102440000Y-113620000D03* @@ -532,11 +421,19 @@ X146050786Y-94909691D03* %TO.N,+5V*% X146050786Y-96559691D03* %TD*% -D22* +D19* +%TO.P,C7,1*% +%TO.N,GND*% +X96205000Y-118935000D03* +%TO.P,C7,2*% +%TO.N,+3V3*% +X94655000Y-118935000D03* +%TD*% +D23* %TO.P,J11,1,A*% %TO.N,GPIO7*% X139574000Y-114260000D03* -D23* +D24* %TO.P,J11,2,B*% %TO.N,GND*% X142074000Y-114260000D03* @@ -552,15 +449,32 @@ X144250786Y-83657191D03* %TO.N,SDA_5V*% X145200786Y-85532191D03* %TD*% -D15* +D28* +%TO.P,FL2,1,OUT*% +%TO.N,/Microcontroller/Ant_50Ohm*% +X85723000Y-113530000D03* +%TO.P,FL2,2,GND4*% +%TO.N,GND*% +X86310000Y-113530000D03* +%TO.P,FL2,3,IN*% +%TO.N,/Microcontroller/Ant_62Ohm*% +X86897000Y-113530000D03* +%TO.P,FL2,4,GND1*% +%TO.N,GND*% +X86897000Y-113030000D03* +%TO.P,FL2,5,GND2*% +X86310000Y-113030000D03* +%TO.P,FL2,6,GND3*% +X85723000Y-113030000D03* +%TD*% +D18* %TO.P,R6,1*% %TO.N,Net-(U2-PA3)*% -X88005000Y-100975000D03* +X87821000Y-99314000D03* %TO.P,R6,2*% %TO.N,GPIO18*% -X88005000Y-99325000D03* +X89471000Y-99314000D03* %TD*% -D17* %TO.P,R22,1*% %TO.N,GPIO22*% X71470000Y-93950000D03* @@ -568,11 +482,11 @@ X71470000Y-93950000D03* %TO.N,Net-(U2-PC10)*% X73120000Y-93950000D03* %TD*% -D20* +D21* %TO.P,J24,1,SDA*% %TO.N,SDA*% X157757080Y-83181814D03* -D21* +D22* %TO.P,J24,2,SCL*% %TO.N,SCL*% X157757080Y-85681814D03* @@ -591,7 +505,7 @@ X110880000Y-90985000D03* %TO.N,GND*% X110880000Y-89435000D03* %TD*% -D14* +D13* %TO.P,C11,1*% %TO.N,+3V3*% X99005000Y-114055000D03* @@ -599,7 +513,7 @@ X99005000Y-114055000D03* %TO.N,GND*% X99005000Y-115605000D03* %TD*% -D28* +D29* %TO.P,U2,1,VBAT*% %TO.N,+3V3*% X95485000Y-107642500D03* @@ -651,7 +565,7 @@ X89485000Y-107642500D03* %TO.P,U2,17,PA2*% %TO.N,Net-(U2-PA2)*% X89085000Y-107642500D03* -D29* +D30* %TO.P,U2,18,PA3*% %TO.N,Net-(U2-PA3)*% X88397500Y-108330000D03* @@ -692,7 +606,7 @@ X88397500Y-112730000D03* %TO.N,+3V3*% X88397500Y-113130000D03* %TO.P,U2,31,RF1*% -%TO.N,Net-(U2-RF1)*% +%TO.N,/Microcontroller/Ant_62Ohm*% X88397500Y-113530000D03* %TO.P,U2,32,VSSRF*% %TO.N,GND*% @@ -703,7 +617,7 @@ X88397500Y-114330000D03* %TO.P,U2,34,OSC_OUT*% %TO.N,Net-(U2-OSC_OUT)*% X88397500Y-114730000D03* -D28* +D29* %TO.P,U2,35,OSC_IN*% %TO.N,Net-(U2-OSC_IN)*% X89085000Y-115417500D03* @@ -723,15 +637,16 @@ X90685000Y-115417500D03* %TO.N,unconnected-(U2-PE4-Pad40)*% X91085000Y-115417500D03* %TO.P,U2,41,VFBSMPS*% -%TO.N,+3V3*% +%TO.N,Net-(U2-VFBSMPS)*% X91485000Y-115417500D03* %TO.P,U2,42,VSSSMPS*% %TO.N,GND*% X91885000Y-115417500D03* %TO.P,U2,43,VLXSMPS*% -%TO.N,+3V3*% +%TO.N,Net-(U2-VLXSMPS)*% X92285000Y-115417500D03* %TO.P,U2,44,VDDSMPS*% +%TO.N,+3V3*% X92685000Y-115417500D03* %TO.P,U2,45,VDD*% X93085000Y-115417500D03* @@ -753,7 +668,7 @@ X95085000Y-115417500D03* %TO.P,U2,51,PA10*% %TO.N,RX*% X95485000Y-115417500D03* -D29* +D30* %TO.P,U2,52,PA11*% %TO.N,Net-(U2-PA11)*% X96172500Y-114730000D03* @@ -805,16 +720,16 @@ X96172500Y-108730000D03* %TO.P,U2,68,VDD*% %TO.N,+3V3*% X96172500Y-108330000D03* -D30* +D31* %TO.P,U2,69,VSS*% %TO.N,GND*% X92285000Y-111530000D03* %TD*% -D31* +D32* %TO.P,J13,1,1*% %TO.N,GPIO13*% X129475000Y-92200000D03* -D32* +D33* %TO.P,J13,2,2*% %TO.N,GPIO20*% X129475000Y-94700000D03* @@ -844,11 +759,11 @@ X142215500Y-79165500D03* %TO.N,GPIO12*% X142215500Y-80815500D03* %TD*% -D20* +D21* %TO.P,J26,1,SDA*% %TO.N,SDA_5V*% X151001390Y-96585449D03* -D21* +D22* %TO.P,J26,2,SCL*% %TO.N,SCL_5V*% X151001390Y-99085449D03* @@ -859,14 +774,6 @@ X151001390Y-101585449D03* %TO.N,GND*% X151001390Y-104085449D03* %TD*% -D33* -%TO.P,L2,1,1*% -%TO.N,Net-(U2-RF1)*% -X83910000Y-113750000D03* -%TO.P,L2,2,2*% -%TO.N,Net-(FL1-OUT)*% -X83910000Y-114600000D03* -%TD*% D34* %TO.P,U1,1,I/O1*% %TO.N,Net-(U2-PA12)*% @@ -887,20 +794,20 @@ X104450000Y-120875000D03* %TO.N,Net-(J15-Pad3)*% X105400000Y-120875000D03* %TD*% -D22* +D23* %TO.P,J8,1,A*% %TO.N,GPIO6*% X131104000Y-114300000D03* -D23* +D24* %TO.P,J8,2,B*% %TO.N,GND*% X133604000Y-114300000D03* %TD*% -D20* +D21* %TO.P,J4,1,DATA*% %TO.N,GPIO17*% X148631294Y-120897123D03* -D21* +D22* %TO.P,J4,2,PW*% %TO.N,+3V3*% X148631294Y-123397123D03* @@ -908,6 +815,14 @@ X148631294Y-123397123D03* %TO.N,GND*% X148631294Y-125897123D03* %TD*% +D19* +%TO.P,C13,1*% +%TO.N,+3V3*% +X84217000Y-112012000D03* +%TO.P,C13,2*% +%TO.N,GND*% +X82667000Y-112012000D03* +%TD*% D26* %TO.P,Q3,1,G*% %TO.N,GPIO12*% @@ -919,11 +834,11 @@ X140298000Y-78955500D03* %TO.N,Net-(D2-A)*% X138423000Y-79905500D03* %TD*% -D31* +D32* %TO.P,J14,1,1*% %TO.N,+5V*% X93180000Y-88630000D03* -D32* +D33* %TO.P,J14,2,2*% %TO.N,5V_RPi*% X93180000Y-86090000D03* @@ -940,11 +855,11 @@ X98260000Y-88630000D03* %TO.N,5V_USB*% X98260000Y-86090000D03* %TD*% -D22* +D23* %TO.P,J18,1,A*% %TO.N,+24V*% X115940500Y-71620500D03* -D23* +D24* %TO.P,J18,2,B*% %TO.N,Net-(D4-A)*% X113440500Y-71620500D03* @@ -965,17 +880,6 @@ X102835000Y-110550000D03* X101185000Y-110550000D03* %TD*% D35* -%TO.P,J12,1,SIG*% -%TO.N,Net-(J12-SIG)*% -X78750000Y-115960000D03* -D36* -%TO.P,J12,2,GND_1*% -%TO.N,GND*% -X77225000Y-117435000D03* -%TO.P,J12,3,GND_2*% -X77225000Y-114485000D03* -%TD*% -D37* %TO.P,C4,1*% %TO.N,+24V*% X112400000Y-79690000D03* @@ -983,15 +887,15 @@ X112400000Y-79690000D03* %TO.N,GND*% X105600000Y-79690000D03* %TD*% -D10* +D19* %TO.P,C14,1*% %TO.N,+3V3*% -X86360000Y-116345000D03* +X87290000Y-115240000D03* %TO.P,C14,2*% %TO.N,GND*% -X86360000Y-114795000D03* +X85740000Y-115240000D03* %TD*% -D19* +D20* %TO.P,SW4,1,1*% %TO.N,GND*% X118015000Y-107850000D03* @@ -1010,11 +914,11 @@ X121734000Y-119730000D03* X126234000Y-126230000D03* X126234000Y-119730000D03* %TD*% -D20* +D21* %TO.P,J9,1,DATA*% %TO.N,GPIO4*% X157742884Y-109997179D03* -D21* +D22* %TO.P,J9,2,PW*% %TO.N,+3V3*% X157742884Y-112497179D03* @@ -1022,7 +926,7 @@ X157742884Y-112497179D03* %TO.N,GND*% X157742884Y-114997179D03* %TD*% -D38* +D36* %TO.P,PS1,1,EN*% %TO.N,+5V*% X109385000Y-91232500D03* @@ -1041,7 +945,7 @@ X106385000Y-90282500D03* %TO.P,PS1,6,VIN*% %TO.N,+5V*% X106385000Y-91232500D03* -D39* +D37* %TO.P,PS1,7,PAD*% %TO.N,GND*% X107885000Y-90282500D03* @@ -1054,16 +958,16 @@ X71635000Y-120855000D03* %TO.N,GPIO21*% X71635000Y-122505000D03* %TD*% -D40* +D38* %TO.P,J21,1,Pin_1*% %TO.N,+24V*% X94822000Y-70358000D03* -D41* +D39* %TO.P,J21,2,Pin_2*% %TO.N,GND*% X99822000Y-70358000D03* %TD*% -D42* +D40* %TO.P,D1,1*% %TO.N,Net-(D1-Pad1)*% X109085000Y-103290000D03* @@ -1071,7 +975,7 @@ X109085000Y-103290000D03* %TO.N,Net-(U2-NRST)*% X109085000Y-104740000D03* %TD*% -D43* +D41* %TO.P,J15,1,1*% %TO.N,5V_USB*% X103050000Y-124725000D03* @@ -1087,40 +991,32 @@ X105000000Y-124725000D03* %TO.P,J15,5,5*% %TO.N,GND*% X105650000Y-124725000D03* -D44* +D42* %TO.P,J15,MH1,MH1*% X101925000Y-124400000D03* %TO.P,J15,MH2,MH2*% X106775000Y-124400000D03* -D45* +D43* %TO.P,J15,MH3,MH3*% X107862000Y-127400000D03* %TO.P,J15,MH4,MH4*% X100838000Y-127400000D03* -D46* +D44* %TO.P,J15,MP1,MP1*% X103200000Y-127400000D03* %TO.P,J15,MP2,MP2*% X105500000Y-127400000D03* %TD*% -D12* -%TO.P,R25,1*% -%TO.N,Net-(FL1-IN)*% -X80530000Y-118135000D03* -%TO.P,R25,2*% -%TO.N,Net-(C19-Pad1)*% -X80530000Y-119785000D03* -%TD*% -D40* +D38* %TO.P,J20,1,Pin_1*% %TO.N,5V_IN*% X84114000Y-70275529D03* -D41* +D39* %TO.P,J20,2,Pin_2*% %TO.N,GND*% X89114000Y-70275529D03* %TD*% -D47* +D45* %TO.P,C1,1*% %TO.N,3.3V_RPi*% X71710000Y-73720000D03* @@ -1128,7 +1024,7 @@ X71710000Y-73720000D03* %TO.N,GND*% X73260000Y-73720000D03* %TD*% -D48* +D46* %TO.P,C16,1*% %TO.N,3.3V_Generated*% X110620000Y-87070000D03* @@ -1136,7 +1032,7 @@ X110620000Y-87070000D03* %TO.N,GND*% X112020000Y-87070000D03* %TD*% -D17* +D18* %TO.P,R18,1*% %TO.N,GPIO25*% X79525000Y-99160000D03* @@ -1144,7 +1040,7 @@ X79525000Y-99160000D03* %TO.N,Net-(U2-PC13)*% X81175000Y-99160000D03* %TD*% -D49* +D47* %TO.P,D3,1,K*% %TO.N,+24V*% X134140500Y-76470500D03* @@ -1152,7 +1048,7 @@ X134140500Y-76470500D03* %TO.N,Net-(D3-A)*% X130140500Y-76470500D03* %TD*% -D47* +D45* %TO.P,C17,1*% %TO.N,3.3V_Generated*% X110585000Y-85510000D03* @@ -1160,11 +1056,11 @@ X110585000Y-85510000D03* %TO.N,GND*% X112135000Y-85510000D03* %TD*% -D20* +D21* %TO.P,J3,1,DATA*% %TO.N,GPIO17*% X155381294Y-120907123D03* -D21* +D22* %TO.P,J3,2,PW*% %TO.N,+3V3*% X155381294Y-123407123D03* @@ -1172,14 +1068,6 @@ X155381294Y-123407123D03* %TO.N,GND*% X155381294Y-125907123D03* %TD*% -D24* -%TO.P,C8,1,1*% -%TO.N,Net-(U2-RF1)*% -X85125000Y-113690000D03* -%TO.P,C8,2,2*% -%TO.N,GND*% -X85125000Y-114610000D03* -%TD*% D10* %TO.P,C10,1*% %TO.N,+3V3*% @@ -1188,11 +1076,11 @@ X90315000Y-105575000D03* %TO.N,GND*% X90315000Y-104025000D03* %TD*% -D20* +D21* %TO.P,J10,1,TX*% %TO.N,TX*% X137752705Y-92186646D03* -D21* +D22* %TO.P,J10,2,RX*% %TO.N,RX*% X137752705Y-94686646D03* @@ -1203,28 +1091,19 @@ X137752705Y-97186646D03* %TO.N,GND*% X137752705Y-99686646D03* %TD*% -D50* -%TO.P,FL1,1,IN*% -%TO.N,Net-(FL1-IN)*% -X83940000Y-118280000D03* -D51* -%TO.P,FL1,2,GND*% -%TO.N,GND*% -X84390000Y-117430000D03* -D50* -%TO.P,FL1,3,OUT*% -%TO.N,Net-(FL1-OUT)*% -X83940000Y-116580000D03* -D51* -%TO.P,FL1,4,GND*% -%TO.N,GND*% -X83490000Y-117430000D03* +D48* +%TO.P,L1,1,1*% +%TO.N,Net-(U2-VFBSMPS)*% +X91188500Y-118917000D03* +%TO.P,L1,2,2*% +%TO.N,Net-(U2-VLXSMPS)*% +X93313500Y-118917000D03* %TD*% -D22* +D23* %TO.P,J17,1,A*% %TO.N,+24V*% X133080500Y-71700500D03* -D23* +D24* %TO.P,J17,2,B*% %TO.N,Net-(D3-A)*% X130580500Y-71700500D03* @@ -1237,7 +1116,7 @@ X134315500Y-79190500D03* %TO.N,GPIO19*% X134315500Y-80840500D03* %TD*% -D52* +D49* %TO.P,C15,1*% %TO.N,+5V*% X112530000Y-90910000D03* @@ -1245,16 +1124,16 @@ X112530000Y-90910000D03* %TO.N,GND*% X112530000Y-89510000D03* %TD*% -D22* +D23* %TO.P,J16,1,A*% %TO.N,+24V*% X141560500Y-71710500D03* -D23* +D24* %TO.P,J16,2,B*% %TO.N,Net-(D2-A)*% X139060500Y-71710500D03* %TD*% -D19* +D20* %TO.P,SW5,1,1*% %TO.N,+3V3*% X142136000Y-108204000D03* @@ -1264,7 +1143,7 @@ X135636000Y-108204000D03* X142136000Y-103704000D03* X135636000Y-103704000D03* %TD*% -D53* +D50* %TO.P,D6,1,K*% %TO.N,GND*% X105767500Y-111360000D03* @@ -1272,7 +1151,7 @@ X105767500Y-111360000D03* %TO.N,Net-(D6-A)*% X104192500Y-111360000D03* %TD*% -D17* +D18* %TO.P,R2,1*% %TO.N,SCL*% X144515786Y-89364691D03* @@ -1280,7 +1159,7 @@ X144515786Y-89364691D03* %TO.N,+3V3*% X146165786Y-89364691D03* %TD*% -D19* +D20* %TO.P,SW3,1,1*% %TO.N,GPIO7*% X138654000Y-126250000D03* @@ -1290,14 +1169,6 @@ X138654000Y-119750000D03* X143154000Y-126250000D03* X143154000Y-119750000D03* %TD*% -D15* -%TO.P,R26,1*% -%TO.N,Net-(FL1-IN)*% -X82030000Y-118625000D03* -%TO.P,R26,2*% -%TO.N,Net-(C21-Pad1)*% -X82030000Y-116975000D03* -%TD*% D11* %TO.P,R12,1*% %TO.N,GND*% @@ -1306,11 +1177,11 @@ X108425000Y-122550000D03* %TO.N,Net-(J15-Pad4)*% X106775000Y-122550000D03* %TD*% -D20* +D21* %TO.P,J27,1,SDA*% %TO.N,SDA*% X148627429Y-69783309D03* -D21* +D22* %TO.P,J27,2,SCL*% %TO.N,SCL*% X148627429Y-72283309D03* @@ -1321,7 +1192,7 @@ X148627429Y-74783309D03* %TO.N,GND*% X148627429Y-77283309D03* %TD*% -D49* +D47* %TO.P,D4,1,K*% %TO.N,+24V*% X125430500Y-76485500D03* @@ -1340,22 +1211,6 @@ X132395500Y-79105500D03* %TO.N,Net-(D3-A)*% X130520500Y-80055500D03* %TD*% -D33* -%TO.P,L1,1,1*% -%TO.N,Net-(C19-Pad1)*% -X84010000Y-120230000D03* -%TO.P,L1,2,2*% -%TO.N,Net-(AE1-A)*% -X84010000Y-121080000D03* -%TD*% -D18* -%TO.P,C7,1,1*% -%TO.N,Net-(FL1-OUT)*% -X83980000Y-115610000D03* -%TO.P,C7,2,2*% -%TO.N,GND*% -X84900000Y-115610000D03* -%TD*% D12* %TO.P,R7,1*% %TO.N,GPIO4*% @@ -1364,18 +1219,13 @@ X146120786Y-109984691D03* %TO.N,+3V3*% X146120786Y-111634691D03* %TD*% -D54* -%TO.P,AE1,1,A*% -%TO.N,Net-(AE1-A)*% -X84010000Y-121360000D03* -%TD*% -D14* -%TO.P,C13,1*% +D19* +%TO.P,C8,1*% %TO.N,+3V3*% -X86405160Y-117649333D03* -%TO.P,C13,2*% +X87278000Y-116532000D03* +%TO.P,C8,2*% %TO.N,GND*% -X86405160Y-119199333D03* +X85728000Y-116532000D03* %TD*% D27* %TO.P,Q2,1,G*% @@ -1388,15 +1238,7 @@ X144380786Y-91097191D03* %TO.N,SCL_5V*% X145330786Y-92972191D03* %TD*% -D18* -%TO.P,C19,1,1*% -%TO.N,Net-(C19-Pad1)*% -X84035000Y-119400000D03* -%TO.P,C19,2,2*% -%TO.N,GND*% -X84955000Y-119400000D03* -%TD*% -D55* +D51* %TO.P,D5,1,K*% %TO.N,GND*% X116140000Y-84342500D03* @@ -1404,11 +1246,11 @@ X116140000Y-84342500D03* %TO.N,Net-(D5-A)*% X116140000Y-85917500D03* %TD*% -D31* +D32* %TO.P,J2,1,3V3*% %TO.N,3.3V_RPi*% X66480000Y-74320000D03* -D32* +D33* %TO.P,J2,2,5V*% %TO.N,5V_RPi*% X69020000Y-74320000D03* @@ -1527,11 +1369,11 @@ X66480000Y-122580000D03* %TO.N,GPIO21*% X69020000Y-122580000D03* %TD*% -D20* +D21* %TO.P,J23,1,SDA*% %TO.N,SDA_5V*% X157755786Y-96584691D03* -D21* +D22* %TO.P,J23,2,SCL*% %TO.N,SCL_5V*% X157755786Y-99084691D03* @@ -1542,7 +1384,7 @@ X157755786Y-101584691D03* %TO.N,GND*% X157755786Y-104084691D03* %TD*% -D14* +D13* %TO.P,C2,1*% %TO.N,5V_RPi*% X71575000Y-77175000D03* @@ -1550,22 +1392,15 @@ X71575000Y-77175000D03* %TO.N,GND*% X71575000Y-78725000D03* %TD*% +D45* %TO.P,C5,1*% %TO.N,+3V3*% -X93218000Y-116827000D03* +X94707000Y-117596000D03* %TO.P,C5,2*% %TO.N,GND*% -X93218000Y-118377000D03* +X96257000Y-117596000D03* %TD*% -D24* -%TO.P,C21,1,1*% -%TO.N,Net-(C21-Pad1)*% -X81430000Y-115840000D03* -%TO.P,C21,2,2*% -%TO.N,GND*% -X81430000Y-114920000D03* -%TD*% -D17* +D18* %TO.P,R3,1*% %TO.N,SDA*% X144495786Y-81844691D03* @@ -1580,11 +1415,11 @@ X71480000Y-92220000D03* %TO.N,Net-(U2-PC11)*% X73130000Y-92220000D03* %TD*% -D22* +D23* %TO.P,J5,1,A*% %TO.N,GPIO5*% X122704000Y-114310000D03* -D23* +D24* %TO.P,J5,2,B*% %TO.N,GND*% X125204000Y-114310000D03* @@ -1597,11 +1432,11 @@ X125505500Y-79280500D03* %TO.N,GPIO16*% X125505500Y-80930500D03* %TD*% -D56* +D52* %TO.P,JP5,1,A*% %TO.N,3.3V_Generated*% X108015000Y-86200000D03* -D57* +D53* %TO.P,JP5,2,C*% %TO.N,+3V3*% X105475000Y-86200000D03* @@ -1609,15 +1444,15 @@ X105475000Y-86200000D03* %TO.N,3.3V_RPi*% X102935000Y-86200000D03* %TD*% -D11* +D14* %TO.P,R17,1*% %TO.N,GPIO26*% -X97500000Y-121360000D03* +X88788660Y-103852466D03* %TO.P,R17,2*% %TO.N,Net-(U2-PC14)*% -X95850000Y-121360000D03* +X88788660Y-102202466D03* %TD*% -D49* +D47* %TO.P,D2,1,K*% %TO.N,+24V*% X142538000Y-76350500D03* @@ -1625,490 +1460,937 @@ X142538000Y-76350500D03* %TO.N,Net-(D2-A)*% X138538000Y-76350500D03* %TD*% -D58* +D54* +%TO.N,Net-(U2-PH3)*% +X93800497Y-106225517D03* %TO.N,GND*% +X99227000Y-105549000D03* +X107793000Y-119975000D03* +X101841000Y-119281000D03* X145025000Y-76690000D03* -D59* -X92470000Y-102200000D03* -D58* +X120904000Y-116586000D03* X110540000Y-73780000D03* +X85460000Y-117898000D03* X132925000Y-106680000D03* X113950000Y-77230000D03* X80980000Y-93280000D03* +X84716000Y-116502000D03* X109140000Y-113490000D03* -X88230000Y-102760000D03* +X87129000Y-101880000D03* +X76546000Y-120257000D03* +X82364000Y-127519000D03* +X80521000Y-117877000D03* +X85020000Y-122516000D03* X107550000Y-98420000D03* X157435000Y-117480000D03* X151905000Y-77420000D03* -X80370000Y-103940000D03* +X88316000Y-118279000D03* +X80323000Y-103711000D03* X127870000Y-73870000D03* X88030000Y-79200000D03* -X91990000Y-104110000D03* +X90293000Y-103016000D03* X135840000Y-83440000D03* X135840000Y-85660000D03* -X77570000Y-119180000D03* +X78734000Y-125017000D03* X101820000Y-108180000D03* +X91103000Y-123863000D03* X142470000Y-95170000D03* -D59* +X78981000Y-121112000D03* +X72541000Y-97041000D03* +D55* X105760000Y-81990000D03* X94580000Y-109190000D03* -D58* +D54* +X92494000Y-127035000D03* +X72532000Y-110395000D03* +X80584000Y-129836000D03* +X67465000Y-129556000D03* +X77949000Y-108146000D03* X101700000Y-103090000D03* X101525000Y-77510000D03* X98700000Y-127750000D03* X114340000Y-89320000D03* -D59* +X76873000Y-127463000D03* +D55* X118660000Y-84260000D03* -D58* -X94255000Y-116810000D03* +D54* +X82645000Y-113089000D03* +X85207000Y-129889000D03* X132334000Y-77724000D03* -D59* +D55* X107840000Y-92780000D03* X89830000Y-109180000D03* -D58* -X97385000Y-115300000D03* -D59* +D54* +X97696000Y-114971000D03* +D55* X94620000Y-73230000D03* -D58* +D54* X154300786Y-90684691D03* -D59* -X101650241Y-99528923D03* -D58* -X85344000Y-117348000D03* -D59* +D55* +X101854000Y-98298000D03* +D54* +X84784000Y-115204000D03* +D55* X82296000Y-71628000D03* -D58* +D54* X148300000Y-106040000D03* +X83774000Y-124236000D03* X152155000Y-126050000D03* X114655000Y-108150000D03* -X92207383Y-116572941D03* X71570000Y-90150000D03* -D59* +X71071000Y-125254000D03* +X76822000Y-129860000D03* +X86913000Y-123352000D03* +X75519000Y-124281000D03* +D55* X105220000Y-77290000D03* -D58* -X82120000Y-113970000D03* -D59* +D54* +X85219000Y-127632000D03* +X101845000Y-105619000D03* +X74159000Y-127491000D03* +D55* X119170000Y-80830000D03* -D58* +D54* X132805000Y-101110000D03* X75240000Y-74580000D03* X142500000Y-99690000D03* -X79520000Y-117400000D03* -D59* +D55* X90170000Y-73406000D03* -D58* +D54* X85160000Y-97260000D03* X120780000Y-128010000D03* X80970000Y-83130000D03* +X78959000Y-119040000D03* X136075000Y-117130000D03* X132000000Y-89060000D03* X74650000Y-79560000D03* -X119245000Y-117170000D03* +X118618000Y-105664000D03* +X118872000Y-117094000D03* +X72570000Y-107267000D03* +X80343000Y-121112000D03* X74770000Y-90110000D03* X95620000Y-82040000D03* -X88392000Y-116332000D03* -X77225000Y-115960000D03* +X120650000Y-105664000D03* X87100000Y-93360000D03* -X79310000Y-113580000D03* -D60* +X75808000Y-122386000D03* +D56* X160790000Y-69180000D03* -D58* +D54* +X78952000Y-110556500D03* +X107990000Y-111130000D03* +X80343000Y-119176000D03* X109490000Y-117250000D03* -X84920000Y-101020000D03* +X85196000Y-99296000D03* X157734000Y-80518000D03* +X80585000Y-125029000D03* X81010000Y-90110000D03* +X85162000Y-125093000D03* X124950000Y-84480000D03* X81060000Y-71150000D03* +X81652000Y-111977000D03* X154300786Y-104454691D03* -D60* +X65640000Y-127079000D03* +D56* X160790000Y-127180000D03* -D58* +D54* X110285000Y-127790000D03* -D60* +D56* X77790000Y-69180000D03* -D58* -X114630000Y-100330000D03* +D54* +X78952000Y-122979000D03* +X93667000Y-124950000D03* +X114596000Y-100506000D03* +X72731000Y-115043000D03* +X95883000Y-124515000D03* +X89002000Y-128254000D03* X127905000Y-117000000D03* X159766000Y-85852000D03* X109960000Y-96440000D03* X107360000Y-109040000D03* +X82409000Y-129844000D03* +X70866000Y-104140000D03* +X68855000Y-126992000D03* +X82891000Y-119482000D03* +X74194000Y-125074000D03* X128185000Y-106890000D03* +X65553000Y-124819000D03* +X79773000Y-115887000D03* X113400000Y-117370000D03* X123444000Y-77724000D03* -D59* +X89365000Y-122299000D03* +D55* X89850000Y-114050000D03* +D54* +X84947000Y-112806000D03* +X86526000Y-114215000D03* +X81850000Y-115525000D03* +D55* X92285000Y-111530000D03* -D58* +D54* +X79976000Y-112973000D03* X124950000Y-88940000D03* -X91995000Y-105570000D03* -X87850000Y-107490000D03* -X99990000Y-116750000D03* -X90480000Y-97260000D03* +X82915000Y-117597000D03* +X74170000Y-129860000D03* +X85038000Y-114240000D03* +X80919000Y-114386000D03* +X88138000Y-107490000D03* +X101092000Y-115824000D03* +X90767000Y-97283000D03* X87070000Y-90380000D03* X102050000Y-92680000D03* -D61* +X78741000Y-127482000D03* +D57* X67810000Y-69230000D03* -D58* +D54* X114260000Y-85700000D03* -D59* +X79187000Y-117478000D03* +X80344000Y-122988000D03* +D55* X91301021Y-70053350D03* -D58* +D54* +X85292000Y-101904000D03* +X78357000Y-112334000D03* +X81024000Y-116618000D03* +X76884000Y-125082000D03* X140716000Y-77724000D03* X139192000Y-105156000D03* -X103805000Y-117010000D03* +X80569000Y-127467000D03* +X104384000Y-117411000D03* X107540000Y-102950000D03* X71530000Y-80260000D03* +D55* +X97290000Y-118245000D03* +D54* +X88977000Y-125477000D03* X145515000Y-125610000D03* -X79450000Y-111030000D03* -X70630000Y-103860000D03* -D59* +X83119000Y-114623000D03* +X73406000Y-104140000D03* +D55* X128460000Y-81050000D03* -D58* -X95105000Y-118730000D03* +D54* +X77807000Y-114738000D03* +X82876000Y-121305000D03* X70900000Y-75160000D03* -X83040000Y-115810000D03* +X71071000Y-129425000D03* +X104643000Y-112675000D03* +X78734000Y-129851000D03* X138684000Y-107696000D03* +X76909000Y-117269000D03* X84325000Y-68560000D03* +X82352000Y-125093000D03* +X93884000Y-128991000D03* +X91814000Y-104734000D03* X74860000Y-93110000D03* +X85498000Y-119656000D03* X135890000Y-88150000D03* -D59* +X95753000Y-127209000D03* +D55* X94580000Y-113600000D03* -D58* +D54* X97365000Y-77580000D03* X102400000Y-82220000D03* -D59* +D55* X136660000Y-78670000D03* X92730000Y-77290000D03* -D58* +D54* +X104305000Y-129339000D03* X128035000Y-110998000D03* X137160000Y-110998000D03* +D55* %TO.N,+3V3*% +X87978000Y-115828000D03* +D54* X147460786Y-84684691D03* -X99420000Y-106940000D03* +X99497000Y-107778000D03* X144018000Y-114820000D03* -X100645000Y-118680000D03* -D59* +X101197000Y-118128000D03* +D55* X103455000Y-106785000D03* -D58* -X87111382Y-116940533D03* -X86760000Y-112954500D03* -X90570000Y-106430000D03* -X91440000Y-117094000D03* +D54* +X84962000Y-111873000D03* X99125000Y-112920000D03* -D59* +D55* X103660000Y-89400000D03* -D58* +X91126000Y-121567000D03* +D54* X146375000Y-117025000D03* -D59* +D55* %TO.N,5V_IN*% X97000000Y-79460000D03* -D58* +D54* %TO.N,SCL*% X84855000Y-95015500D03* X96295000Y-95010000D03* X145653286Y-88227191D03* X84565000Y-80980000D03* X159512000Y-79900000D03* -X98150000Y-110150000D03* +X97942000Y-110038000D03* X131572000Y-86614000D03* %TO.N,GPIO4*% X78995000Y-82610000D03* -X78995000Y-109910000D03* -X78995000Y-100380000D03* -X104750000Y-98980000D03* +X78995000Y-100128000D03* +X104725000Y-100584000D03* +X78995000Y-107980000D03* X104725000Y-109950000D03* %TO.N,TX*% X86125000Y-82010000D03* -X87437600Y-110905500D03* +X84162000Y-109632000D03* %TO.N,RX*% X87665000Y-84540000D03* -X96450000Y-116650000D03* +X99568000Y-117280500D03* %TO.N,GPIO17*% X144272000Y-110744000D03* X122955000Y-93910000D03* X71880000Y-88840000D03* %TO.N,GPIO18*% X87855000Y-87060000D03* -X89395000Y-99325000D03* +X88816000Y-99314000D03* %TO.N,GPIO27*% X109175000Y-112014000D03* -X98449621Y-100518975D03* -X109120000Y-100550000D03* +X98715500Y-102616000D03* +X109175000Y-102384500D03* X97750500Y-92890000D03* %TO.N,GPIO24*% X101092000Y-113538000D03* X100765000Y-95640000D03* %TO.N,MOSI*% -X82550000Y-110410000D03* +X82659000Y-108349000D03* X82745000Y-98500000D03* %TO.N,MISO*% -X81780000Y-101210000D03* -X81960000Y-108900000D03* +X81630000Y-101259000D03* +X81534000Y-107950000D03* %TO.N,GPIO25*% +X119634000Y-100076000D03* X75760000Y-99720000D03* +X119634000Y-110998000D03* %TO.N,SCLK*% -X84310000Y-108720000D03* -X85500000Y-102930000D03* +X85344000Y-107696000D03* +X85344000Y-103378000D03* %TO.N,CE0*% -X84500000Y-107420000D03* -X84520000Y-102190000D03* +X84530000Y-106934000D03* +X84392750Y-102462250D03* %TO.N,GPIO7*% -X92053866Y-118750083D03* -X81485000Y-104800000D03* -X100800000Y-119900000D03* -X80645000Y-111270000D03* +X81377406Y-110603906D03* +X98988000Y-122146000D03* +X81204500Y-105080500D03* +X99217000Y-120131000D03* +X80010000Y-107950000D03* %TO.N,GPIO5*% -X98700000Y-120950000D03* -X90210000Y-119460000D03* -X77600000Y-108580000D03* +X77894000Y-110300000D03* +X92873000Y-120622000D03* %TO.N,GPIO6*% -X99850000Y-120500000D03* -X78315000Y-111560000D03* -X91030000Y-118750000D03* +X77014000Y-113231000D03* +X93784000Y-120306000D03* %TO.N,GPIO12*% -X71390000Y-105710000D03* +X71299000Y-105826000D03* +X93139000Y-103549000D03* X72365000Y-75510000D03* -X71235000Y-112210000D03* +X70866000Y-112522000D03* +X92786500Y-106225500D03* %TO.N,GPIO19*% -X83985000Y-110810000D03* -X81815000Y-112975500D03* +X76711000Y-114999000D03* X83635000Y-75274500D03* +X83556231Y-108956231D03* %TO.N,GPIO16*% +X75573250Y-109296000D03* X76715000Y-74660000D03* -X75692000Y-112268000D03* -X75692000Y-116078000D03* +X75487000Y-115900000D03* %TO.N,GPIO26*% -X97500000Y-123290000D03* +X87582000Y-103852000D03* +X98270000Y-120115000D03* +X98228000Y-122796000D03* +X75453256Y-104490891D03* %TO.N,GPIO20*% X72550000Y-98310000D03* %TO.N,GPIO21*% -X76251839Y-119818661D03* -X102070000Y-101140000D03* -D59* +X73832000Y-120650000D03* +X77021000Y-101636000D03* +D55* %TO.N,+5V*% X105730000Y-91820000D03* X111070000Y-92030000D03* X116200000Y-90210000D03* -D58* +D54* %TO.N,SDA_5V*% X143550786Y-93494691D03* %TO.N,Net-(U2-PA3)*% -X86905000Y-100980000D03* -X86875000Y-107760000D03* +X87122000Y-99314000D03* +X87122000Y-107188000D03* %TO.N,Net-(U2-PA0)*% X73145000Y-106240000D03* -X73070000Y-112595000D03* +X73070000Y-112776000D03* %TO.N,Net-(U2-PA1)*% X73835000Y-107180000D03* -X72435000Y-117880000D03* +X72330000Y-118173000D03* %TO.N,Net-(U2-PA2)*% X74599947Y-107845463D03* -X74145000Y-118400000D03* +X74035000Y-118259000D03* %TO.N,Net-(U2-PC13)*% X95075000Y-98590000D03* -X95451056Y-106516495D03* +X95987500Y-106819000D03* %TO.N,Net-(U2-PC14)*% -X94909500Y-105670000D03* -X94635000Y-121180000D03* +X95148000Y-101814500D03* +X95463500Y-106225500D03* +%TO.N,Net-(U2-PC15)*% +X94622000Y-103084000D03* +X94549999Y-106225035D03* %TO.N,Net-(U2-PC11)*% -X89750000Y-92620000D03* +X89370000Y-92210000D03* X98135000Y-112300000D03* %TO.N,Net-(U2-PC10)*% -X91450000Y-94260000D03* +X90825000Y-94260000D03* X97310000Y-112730000D03* %TO.N,Net-(U2-PC6)*% X88735000Y-85710000D03* -X95450000Y-117050000D03* +X96142333Y-116233000D03* %TO.N,Net-(U2-NRST)*% -X94909500Y-104230000D03* -X92815000Y-106240000D03* +X92557000Y-104412000D03* +X91915000Y-106258000D03* +%TO.N,Net-(U2-PH3)*% +X93762000Y-102512000D03* %TO.N,SDA*% X99035000Y-92280000D03* -X98325000Y-108730000D03* +X98533000Y-108592000D03* %TO.N,5V_USB*% X106200000Y-113530000D03* -D59* +D55* X104940000Y-90210000D03* %TD*% -D62* -%TO.N,GND*% -X91885000Y-111930000D02* -X92285000Y-111530000D01* -X89985000Y-113930000D02* -X90225000Y-113690000D01* -D63* -%TO.N,5V_RPi*% -X71260000Y-76860000D02* -X71575000Y-77175000D01* -D64* -X69020000Y-74320000D02* -X69020000Y-76860000D01* -X83835000Y-77020000D02* -X92765000Y-85950000D01* -D63* -X71575000Y-77175000D02* -X71730000Y-77020000D01* -D64* -X71730000Y-77020000D02* -X83835000Y-77020000D01* -X69020000Y-76860000D02* -X71260000Y-76860000D01* -D63* +D58* %TO.N,+3V3*% -X100238969Y-107036031D02* -X99775000Y-107500000D01* -D62* -X91440000Y-116631000D02* -X91485000Y-116586000D01* -D63* -X147460786Y-84684691D02* -X147178286Y-84684691D01* -D62* -X90570000Y-106430000D02* -X90315000Y-106175000D01* -X93085000Y-116440000D02* -X93085000Y-115417500D01* -X93085000Y-115417500D02* -X92685000Y-115417500D01* -X91694000Y-117348000D02* -X92697000Y-117348000D01* -D63* -X103203969Y-107036031D02* -X100238969Y-107036031D01* -X99420000Y-106940000D02* -X99420000Y-107145000D01* -X148627429Y-74783309D02* -X155376370Y-74783309D01* -X144868309Y-113969691D02* -X144018000Y-114820000D01* -D62* -X87111382Y-116940533D02* -X86955533Y-116940533D01* -D63* -X146165786Y-89364691D02* -X146150786Y-89349691D01* -X99420000Y-107145000D02* -X99775000Y-107500000D01* -X99690000Y-108625000D02* -X99170000Y-108105000D01* -D62* -X90285000Y-105605000D02* -X90315000Y-105575000D01* -D63* -X148641294Y-123407123D02* -X148631294Y-123397123D01* -X146986623Y-112500528D02* -X146120786Y-111634691D01* -X94321000Y-117930000D02* -X97448884Y-117930000D01* -D62* -X142136000Y-108204000D02* -X141628000Y-108712000D01* -D63* -X98515000Y-113530000D02* -X99125000Y-112920000D01* -D62* -X90315000Y-106175000D02* +X90450000Y-105440000D02* X90315000Y-105575000D01* -D63* -X103455000Y-106785000D02* -X103203969Y-107036031D01* -X157742884Y-112497179D02* -X158878298Y-112497179D01* -X155376370Y-74783309D02* -X155379724Y-74786663D01* -X103660000Y-88015000D02* -X105475000Y-86200000D01* +X96007000Y-105440000D02* +X90450000Y-105440000D01* X96732500Y-107770000D02* -X96397500Y-108105000D01* -X150996450Y-88179746D02* -X147350731Y-88179746D01* -D62* -X91440000Y-117094000D02* -X91440000Y-116631000D01* -D63* -X96732500Y-107770000D02* -X95778967Y-107770000D01* -X146120786Y-111634691D02* -X146120786Y-113959691D01* -D62* -X87263993Y-114666007D02* -X87263993Y-115682007D01* -D63* -X98198884Y-118680000D02* -X97448884Y-117930000D01* -D62* -X86855000Y-116091000D02* -X86360000Y-116091000D01* -D63* -X158878298Y-112497179D02* -X159790786Y-111584691D01* -X147442123Y-123397123D02* -X146375000Y-122330000D01* -D62* -X86405160Y-117649333D02* -X86405160Y-117646755D01* -D63* -X159790786Y-111584691D02* -X159790786Y-88734691D01* -D62* -X87263993Y-115682007D02* -X86855000Y-116091000D01* -D63* -X157742884Y-112497179D02* -X150992885Y-112497179D01* -X146145786Y-81844691D02* -X146145786Y-83652191D01* -X148631294Y-123397123D02* -X147442123Y-123397123D01* -X95778967Y-107770000D02* -X95693802Y-107684835D01* -D62* -X87600000Y-114330000D02* -X87263993Y-114666007D01* -X86955533Y-116940533D02* -X86360000Y-116345000D01* -D63* -X159237909Y-88181814D02* -X157757080Y-88181814D01* -D62* -X88397500Y-114330000D02* -X87600000Y-114330000D01* -X92685000Y-115417500D02* -X92285000Y-115417500D01* +X96732500Y-106165500D01* +X96732500Y-106165500D02* +X96007000Y-105440000D01* +D59* +%TO.N,GPIO27*% +X99568000Y-102362000D02* +X99314000Y-102616000D01* +X109152500Y-102362000D02* +X99568000Y-102362000D01* +X109175000Y-102384500D02* +X109152500Y-102362000D01* +%TO.N,CE0*% +X69122000Y-102362000D02* +X69020000Y-102260000D01* +X84292500Y-102362000D02* +X69122000Y-102362000D01* +X84392750Y-102462250D02* +X84292500Y-102362000D01* +%TO.N,GPIO7*% +X98988000Y-120360000D02* +X98988000Y-122146000D01* +X99217000Y-120131000D02* +X98988000Y-120360000D01* +%TO.N,GPIO19*% +X67730000Y-116250000D02* +X66480000Y-117500000D01* +X73888000Y-115172000D02* +X72810000Y-116250000D01* +X76538000Y-115172000D02* +X73888000Y-115172000D01* +X72810000Y-116250000D02* +X67730000Y-116250000D01* +X76711000Y-114999000D02* +X76538000Y-115172000D01* +%TO.N,Net-(U2-PC13)*% +X95085000Y-107068187D02* +X95085000Y-107642500D01* +X95303187Y-106850000D02* +X95085000Y-107068187D01* +X95956500Y-106850000D02* +X95303187Y-106850000D01* +X95987500Y-106819000D02* +X95956500Y-106850000D01* +%TO.N,Net-(U2-PC14)*% +X94685000Y-106902501D02* +X94685000Y-107642500D01* +X95362001Y-106225500D02* +X94685000Y-106902501D01* +X95463500Y-106225500D02* +X95362001Y-106225500D01* +%TO.N,Net-(U2-NRST)*% +X92685000Y-106958000D02* +X92685000Y-107642500D01* +X91985000Y-106258000D02* +X92685000Y-106958000D01* +X91915000Y-106258000D02* +X91985000Y-106258000D01* +%TO.N,GPIO12*% +X93485000Y-106965000D02* +X93485000Y-107642500D01* +X92786500Y-106266500D02* +X93485000Y-106965000D01* +X92786500Y-106225500D02* +X92786500Y-106266500D01* +%TO.N,Net-(U2-PH3)*% +X93885000Y-106310020D02* +X93885000Y-107642500D01* +X93800497Y-106225517D02* +X93885000Y-106310020D01* +%TO.N,Net-(U2-PC15)*% +X94285000Y-106736815D02* +X94285000Y-107642500D01* +X94549999Y-106471816D02* +X94285000Y-106736815D01* +X94549999Y-106225035D02* +X94549999Y-106471816D01* +%TO.N,+3V3*% +X85419000Y-112330000D02* +X84962000Y-111873000D01* +X86960646Y-112330000D02* +X85419000Y-112330000D01* +X87360647Y-112730000D02* +X86960646Y-112330000D01* +X87457703Y-112730000D02* +X87360647Y-112730000D01* +X88397500Y-113130000D02* +X87857703Y-113130000D01* +X87857703Y-113130000D02* +X87457703Y-112730000D01* +%TO.N,GPIO16*% +X87526332Y-112330000D02* +X88397500Y-112330000D01* +X87126331Y-111930000D02* +X87526332Y-112330000D01* +X86477512Y-111930000D02* +X87126331Y-111930000D01* +X85741512Y-111194000D02* +X86477512Y-111930000D01* +X78652827Y-111194000D02* +X78702827Y-111244000D01* +X78702827Y-111244000D02* +X79179173Y-111244000D01* +X77929000Y-111194000D02* +X78652827Y-111194000D01* +X76031000Y-109296000D02* +X77929000Y-111194000D01* +X75573250Y-109296000D02* +X76031000Y-109296000D01* +X79179173Y-111244000D02* +X79229173Y-111194000D01* +X79229173Y-111194000D02* +X85741512Y-111194000D01* +%TO.N,GPIO7*% +X87692017Y-111930000D02* +X88397500Y-111930000D01* +X86643198Y-111530000D02* +X87292017Y-111530000D01* +X85766198Y-110653000D02* +X86643198Y-111530000D01* +X81426500Y-110653000D02* +X85766198Y-110653000D01* +X81377406Y-110603906D02* +X81426500Y-110653000D01* +X87292017Y-111530000D02* +X87692017Y-111930000D01* +%TO.N,Net-(U2-PC5)*% +X82122000Y-110253000D02* +X80835000Y-108966000D01* +X85931884Y-110253000D02* +X82122000Y-110253000D01* +X87857703Y-111530000D02* +X87457703Y-111130000D01* +X86808884Y-111130000D02* +X85931884Y-110253000D01* +X88397500Y-111530000D02* +X87857703Y-111530000D01* +X87457703Y-111130000D02* +X86808884Y-111130000D01* +%TO.N,TX*% +X86974570Y-110730000D02* +X85876570Y-109632000D01* +X88397500Y-110730000D02* +X86974570Y-110730000D01* +X85876570Y-109632000D02* +X84162000Y-109632000D01* +%TO.N,GPIO19*% +X84414173Y-109071000D02* +X85881256Y-109071000D01* +X85881256Y-109071000D02* +X87140256Y-110330000D01* +X84299404Y-108956231D02* +X84414173Y-109071000D01* +X87140256Y-110330000D02* +X88397500Y-110330000D01* +X83556231Y-108956231D02* +X84299404Y-108956231D01* +%TO.N,MOSI*% +X87305942Y-109930000D02* +X88397500Y-109930000D01* +X84737315Y-108671000D02* +X86046942Y-108671000D01* +X84279406Y-108213092D02* +X84737315Y-108671000D01* +X86046942Y-108671000D02* +X87305942Y-109930000D01* +X82794908Y-108213092D02* +X84279406Y-108213092D01* +X82659000Y-108349000D02* +X82794908Y-108213092D01* +%TO.N,MISO*% +X86212628Y-108271000D02* +X87471628Y-109530000D01* +X84903000Y-108271000D02* +X86212628Y-108271000D01* +X84328000Y-107696000D02* +X84903000Y-108271000D01* +X81788000Y-107696000D02* +X84328000Y-107696000D01* +X81534000Y-107950000D02* +X81788000Y-107696000D01* +X87471628Y-109530000D02* +X88397500Y-109530000D01* +%TO.N,SCLK*% +X87637314Y-109130000D02* +X88397500Y-109130000D01* +X86203314Y-107696000D02* +X87637314Y-109130000D01* +X85344000Y-107696000D02* +X86203314Y-107696000D01* +%TO.N,CE0*% +X86007000Y-106934000D02* +X87803000Y-108730000D01* +X87803000Y-108730000D02* +X88397500Y-108730000D01* +X84530000Y-106934000D02* +X86007000Y-106934000D01* +%TO.N,GPIO6*% +X71019463Y-111252000D02* +X67648000Y-111252000D01* +X73560000Y-112014000D02* +X71781463Y-112014000D01* +X77014000Y-113231000D02* +X74777000Y-113231000D01* +X74777000Y-113231000D02* +X73560000Y-112014000D01* +X71781463Y-112014000D02* +X71019463Y-111252000D01* +X67648000Y-111252000D02* +X66480000Y-112420000D01* +%TO.N,GPIO12*% +X92145000Y-103549000D02* +X93139000Y-103549000D01* +X90874000Y-104820000D02* +X92145000Y-103549000D01* +X82278173Y-104820000D02* +X90874000Y-104820000D01* +X71299000Y-105826000D02* +X71469500Y-105655500D01* +X71469500Y-105655500D02* +X81442673Y-105655500D01* +X81442673Y-105655500D02* +X82278173Y-104820000D01* +%TO.N,+3V3*% +X84962000Y-111873000D02* +X85052000Y-111873000D01* +X84913000Y-112012000D02* +X84217000Y-112012000D01* +%TO.N,Net-(U2-VLXSMPS)*% +X92482703Y-116155000D02* +X92285000Y-115957297D01* +X92285000Y-115957297D02* +X92285000Y-115767500D01* +X93313500Y-116949500D02* +X92519000Y-116155000D01* +X92519000Y-116155000D02* +X92482703Y-116155000D01* +X93313500Y-118917000D02* +X93313500Y-116949500D01* +%TO.N,GPIO5*% +X89588000Y-116734000D02* +X90285000Y-116037000D01* +X89588000Y-119720000D02* +X89588000Y-116734000D01* +X90307000Y-120439000D02* +X89588000Y-119720000D01* +X92690000Y-120439000D02* +X90307000Y-120439000D01* +X90285000Y-116037000D02* +X90285000Y-115417500D01* +X92873000Y-120622000D02* +X92690000Y-120439000D01* +%TO.N,GPIO6*% +X90685000Y-116261000D02* +X90685000Y-115417500D01* +X90008000Y-116938000D02* +X90685000Y-116261000D01* +X90653000Y-119910000D02* +X90008000Y-119265000D01* +X93388000Y-119910000D02* +X90653000Y-119910000D01* +X90008000Y-119265000D02* +X90008000Y-116938000D01* +X93784000Y-120306000D02* +X93388000Y-119910000D01* +%TO.N,GPIO18*% +X88816000Y-99314000D02* +X89471000Y-99314000D01* +X127130000Y-99325000D02* +X129255000Y-97200000D01* +X88827000Y-99325000D02* +X127130000Y-99325000D01* +X88816000Y-99314000D02* +X88827000Y-99325000D01* +X129255000Y-97200000D02* +X129475000Y-97200000D01* +%TO.N,GPIO4*% +X104617000Y-100476000D02* +X104725000Y-100584000D01* +X79343000Y-100476000D02* +X104617000Y-100476000D01* +X78995000Y-100128000D02* +X79343000Y-100476000D01* +%TO.N,MISO*% +X67721892Y-100961892D02* +X66480000Y-99720000D01* +X81630000Y-101259000D02* +X81332892Y-100961892D01* +X81332892Y-100961892D02* +X67721892Y-100961892D01* +%TO.N,SDA*% +X98533000Y-108592000D02* +X97995000Y-109130000D01* +X97995000Y-109130000D02* +X96172500Y-109130000D01* +%TO.N,GPIO20*% +X126612000Y-97563000D02* +X129475000Y-94700000D01* +X101178000Y-97890000D02* +X101505000Y-97563000D01* +X83730000Y-97890000D02* +X101178000Y-97890000D01* +X83480000Y-97640000D02* +X83730000Y-97890000D01* +X73220000Y-97640000D02* +X83480000Y-97640000D01* +X72550000Y-98310000D02* +X73220000Y-97640000D01* +X101505000Y-97563000D02* +X126612000Y-97563000D01* +%TO.N,GPIO21*% +X104484827Y-101157000D02* +X104486827Y-101159000D01* +X83355463Y-101157000D02* +X104484827Y-101157000D01* +X104486827Y-101159000D02* +X128016000Y-101159000D01* +X128016000Y-101159000D02* +X129475000Y-99700000D01* +X82658463Y-101854000D02* +X83355463Y-101157000D01* +X77239000Y-101854000D02* +X82658463Y-101854000D01* +X77021000Y-101636000D02* +X77239000Y-101854000D01* +%TO.N,Net-(U2-PC15)*% +X96392000Y-102702000D02* +X97518000Y-102702000D01* +X96010000Y-103084000D02* +X96392000Y-102702000D01* +X94622000Y-103084000D02* +X96010000Y-103084000D01* +X97518000Y-102702000D02* +X97535000Y-102685000D01* +%TO.N,Net-(U2-NRST)*% +X92642000Y-104497000D02* +X108842000Y-104497000D01* +X92557000Y-104412000D02* +X92642000Y-104497000D01* +X108842000Y-104497000D02* +X109085000Y-104740000D01* +%TO.N,SDA*% +X98864500Y-92109500D02* +X99035000Y-92280000D01* +X93719500Y-92109500D02* +X98864500Y-92109500D01* +X70358000Y-77978000D02* +X82976884Y-77978000D01* +X70189598Y-78146402D02* +X70358000Y-77978000D01* +X90093000Y-88483000D02* +X93719500Y-92109500D01* +X67766402Y-78146402D02* +X70189598Y-78146402D01* +X82976884Y-77978000D02* +X90093000Y-85094116D01* +X90093000Y-85094116D02* +X90093000Y-88483000D01* +X66480000Y-76860000D02* +X67766402Y-78146402D01* +%TO.N,Net-(U2-PC10)*% +X90825000Y-94260000D02* +X73430000Y-94260000D01* +X73430000Y-94260000D02* +X73120000Y-93950000D01* +%TO.N,Net-(U2-PC11)*% +X89370000Y-92210000D02* +X73140000Y-92210000D01* +X73140000Y-92210000D02* +X73130000Y-92220000D01* +D58* +%TO.N,+3V3*% +X99489000Y-107770000D02* +X96732500Y-107770000D01* +X99497000Y-107778000D02* +X99489000Y-107770000D01* +X103203969Y-107036031D02* +X103455000Y-106785000D01* +X99690000Y-108625000D02* +X99497000Y-108432000D01* +X100238969Y-107036031D02* +X103203969Y-107036031D01* +X99497000Y-108432000D02* +X99497000Y-107778000D01* +X99497000Y-107778000D02* +X100238969Y-107036031D01* +D59* +%TO.N,SCL*% +X97942000Y-110038000D02* +X97434000Y-109530000D01* +X97434000Y-109530000D02* +X96172500Y-109530000D01* +%TO.N,+3V3*% +X93085000Y-115988000D02* +X93085000Y-115417500D01* +X94707000Y-117596000D02* +X94293000Y-117182000D01* +X94293000Y-117182000D02* +X94279000Y-117182000D01* +X94279000Y-117182000D02* +X93085000Y-115988000D01* +%TO.N,GPIO26*% +X98228000Y-122796000D02* +X98228000Y-120157000D01* +X98228000Y-120157000D02* +X98270000Y-120115000D01* +%TO.N,GND*% +X89985000Y-113930000D02* +X90225000Y-113690000D01* +D58* +%TO.N,5V_RPi*% +X71260000Y-76860000D02* +X71575000Y-77175000D01* +D60* +X69020000Y-74320000D02* +X69020000Y-76860000D01* +X83835000Y-77020000D02* +X92765000Y-85950000D01* +D58* +X71575000Y-77175000D02* +X71730000Y-77020000D01* +D60* +X71730000Y-77020000D02* +X83835000Y-77020000D01* +X69020000Y-76860000D02* +X71260000Y-76860000D01* +D59* +%TO.N,+3V3*% +X94917000Y-117401000D02* +X94987000Y-117331000D01* +X87359000Y-114765000D02* +X87794000Y-114330000D01* +X100755000Y-118570000D02* +X101197000Y-118128000D01* +X87359000Y-115071000D02* +X87359000Y-114765000D01* +D58* +X147460786Y-84684691D02* +X147178286Y-84684691D01* +D59* +X93085000Y-115417500D02* +X92685000Y-115417500D01* +D58* +X148627429Y-74783309D02* +X155376370Y-74783309D01* +X144868309Y-113969691D02* +X144018000Y-114820000D01* +X100012000Y-119313000D02* +X97970000Y-119313000D01* +X146165786Y-89364691D02* +X146150786Y-89349691D01* +D59* +X90285000Y-105605000D02* +X90315000Y-105575000D01* +D58* +X148641294Y-123407123D02* +X148631294Y-123397123D01* +X94655000Y-118935000D02* +X94655000Y-117648000D01* +X146986623Y-112500528D02* +X146120786Y-111634691D01* +X94991000Y-120486000D02* +X94655000Y-120150000D01* +D59* +X142136000Y-108204000D02* +X141628000Y-108712000D01* +D58* +X98515000Y-113530000D02* +X99125000Y-112920000D01* +D59* +X90315000Y-106175000D02* +X90315000Y-105575000D01* +D58* +X96732500Y-107770000D02* +X95612500Y-107770000D01* +X157742884Y-112497179D02* +X158878298Y-112497179D01* +X155376370Y-74783309D02* +X155379724Y-74786663D01* +X103660000Y-88015000D02* +X105475000Y-86200000D01* +X96732500Y-107770000D02* +X96397500Y-108105000D01* +X150996450Y-88179746D02* +X147350731Y-88179746D01* +X146120786Y-111634691D02* +X146120786Y-113959691D01* +X91126000Y-121567000D02* +X93910000Y-121567000D01* +X158878298Y-112497179D02* +X159790786Y-111584691D01* +X147442123Y-123397123D02* +X146375000Y-122330000D01* +X97970000Y-119313000D02* +X96797000Y-120486000D01* +X159790786Y-111584691D02* +X159790786Y-88734691D01* +X157742884Y-112497179D02* +X150992885Y-112497179D01* +X146145786Y-81844691D02* +X146145786Y-83652191D01* +X148631294Y-123397123D02* +X147442123Y-123397123D01* +X101197000Y-118128000D02* +X100012000Y-119313000D01* +X159237909Y-88181814D02* +X157757080Y-88181814D01* +D59* X141628000Y-108712000D02* X136144000Y-108712000D01* -D63* +D58* X150996450Y-88179746D02* X157755012Y-88179746D01* X99005000Y-114055000D02* X98480000Y-113530000D01* -D62* -X86935500Y-113130000D02* -X88397500Y-113130000D01* -D63* X98480000Y-113530000D02* X98515000Y-113530000D01* -D62* -X91485000Y-116586000D02* -X91485000Y-115417500D01* -D63* X146110786Y-113969691D02* X144868309Y-113969691D01* -X100645000Y-118680000D02* -X98198884Y-118680000D01* -D62* -X86760000Y-112954500D02* -X86935500Y-113130000D01* -D63* X146120786Y-113959691D02* X146110786Y-113969691D01* -D62* +D59* +X87637500Y-115487500D02* +X87978000Y-115828000D01* +X87794000Y-114330000D02* +X88397500Y-114330000D01* X98480000Y-113530000D02* X96172500Y-113530000D01* -D63* -X98835000Y-107770000D02* -X96732500Y-107770000D01* +D58* X157755012Y-88179746D02* X157757080Y-88181814D01* X103660000Y-89400000D02* @@ -2117,51 +2399,54 @@ X146280786Y-91097191D02* X146280786Y-89479691D01* X146145786Y-83652191D02* X146150786Y-83657191D01* -D62* -X86405160Y-117646755D02* -X87111382Y-116940533D01* -D63* +D59* +X94655000Y-117648000D02* +X94707000Y-117596000D01* +X87278000Y-115252000D02* +X87290000Y-115240000D01* +D58* X147350731Y-88179746D02* X146165786Y-89364691D01* X155381294Y-123407123D02* X148641294Y-123407123D01* +X94655000Y-120150000D02* +X94655000Y-118935000D01* +D59* +X87278000Y-116532000D02* +X87278000Y-115847000D01* +D58* X146280786Y-89479691D02* X146165786Y-89364691D01* -D62* -X93472000Y-116827000D02* -X93085000Y-116440000D01* -D63* X146375000Y-122330000D02* X146375000Y-117025000D01* -D62* +D59* X90285000Y-107642500D02* X90285000Y-105605000D01* -D63* +D58* X159790786Y-88734691D02* X159237909Y-88181814D01* X147178286Y-84684691D02* X146150786Y-83657191D01* -X99170000Y-108105000D02* -X99775000Y-107500000D01* X150992885Y-112497179D02* X150989536Y-112500528D01* -D62* -X91440000Y-117094000D02* -X91694000Y-117348000D01* +D59* X136144000Y-108712000D02* X135636000Y-108204000D01* +D58* +X93910000Y-121567000D02* +X94991000Y-120486000D01* +X96797000Y-120486000D02* +X94991000Y-120486000D01* +D59* X100755000Y-118680000D02* -X100645000Y-118680000D01* -X92697000Y-117348000D02* -X93218000Y-116827000D01* -D63* -X93218000Y-116827000D02* -X94321000Y-117930000D01* -X99170000Y-108105000D02* -X98835000Y-107770000D01* +X100755000Y-118570000D01* +D58* X150989536Y-112500528D02* X146986623Y-112500528D01* -D65* +D59* +X87278000Y-115847000D02* +X87278000Y-115252000D01* +D61* %TO.N,5V_IN*% X97000000Y-79460000D02* X99720000Y-79460000D01* @@ -2222,26 +2507,6 @@ X142538000Y-72688000D02* X142538000Y-76350500D01* X133080500Y-71700500D02* X134140500Y-72760500D01* -D62* -%TO.N,Net-(AE1-A)*% -X84456000Y-121025000D02* -X84010000Y-121025000D01* -X84727000Y-120754000D02* -X84456000Y-121025000D01* -X85200000Y-120754000D02* -X84727000Y-120754000D01* -%TO.N,Net-(FL1-OUT)*% -X83915000Y-114615000D02* -X83925000Y-114605000D01* -X83940000Y-116580000D02* -X83940000Y-115935000D01* -X83915000Y-115910000D02* -X83915000Y-114615000D01* -X83940000Y-115935000D02* -X83915000Y-115910000D01* -X83940000Y-115650000D02* -X83980000Y-115610000D01* -D65* %TO.N,Net-(D2-A)*% X138538000Y-76350500D02* X138538000Y-79790500D01* @@ -2260,17 +2525,6 @@ X130580500Y-76030500D02* X130580500Y-71700500D01* X130140500Y-76470500D02* X130580500Y-76030500D01* -D62* -%TO.N,Net-(U2-RF1)*% -X85285000Y-113530000D02* -X85125000Y-113690000D01* -X88397500Y-113530000D02* -X85285000Y-113530000D01* -X83990000Y-113690000D02* -X83925000Y-113755000D01* -X85125000Y-113690000D02* -X83990000Y-113690000D01* -D65* %TO.N,Net-(D4-A)*% X116585500Y-76485500D02* X121430500Y-76485500D01* @@ -2286,22 +2540,13 @@ X113440500Y-73340500D02* X116585500Y-76485500D01* X122080500Y-71680500D02* X122080500Y-75835500D01* -D62* +D59* %TO.N,Net-(D5-A)*% X116200000Y-85977500D02* X116140000Y-85917500D01* X116200000Y-87335000D02* X116200000Y-85977500D01* -%TO.N,Net-(FL1-IN)*% -X81020000Y-118625000D02* -X80530000Y-118135000D01* -X83940000Y-118280000D02* -X82375000Y-118280000D01* -X82375000Y-118280000D02* -X82030000Y-118625000D01* -X82030000Y-118625000D02* -X81020000Y-118625000D01* -D63* +D58* %TO.N,3.3V_RPi*% X64855000Y-75945000D02* X66480000Y-74320000D01* @@ -2311,29 +2556,29 @@ X64855000Y-93015000D02* X64855000Y-75945000D01* X68000000Y-72800000D02* X66480000Y-74320000D01* -D62* +D59* X66480000Y-74685000D02* X66415000Y-74750000D01* -D63* +D58* X70790000Y-72800000D02* X68000000Y-72800000D01* X71710000Y-73720000D02* X70790000Y-72800000D01* -D66* +D62* %TO.N,3.3V_Generated*% X106385000Y-87830000D02* X108015000Y-86200000D01* -D62* +D59* X110585000Y-86180000D02* X110585000Y-87035000D01* X108705000Y-85510000D02* X108015000Y-86200000D01* X110585000Y-85510000D02* X110585000Y-86180000D01* -D66* +D62* X106385000Y-89332500D02* X106385000Y-87830000D01* -D62* +D59* X108015000Y-86200000D02* X107485000Y-86200000D01* X109895000Y-86200000D02* @@ -2343,8 +2588,6 @@ X110620000Y-87070000D01* X110585000Y-85510000D02* X109895000Y-86200000D01* %TO.N,SCL*% -X97530000Y-109530000D02* -X96172500Y-109530000D01* X66480000Y-79400000D02* X67708000Y-80628000D01* X84855000Y-95015500D02* @@ -2373,8 +2616,6 @@ X96289500Y-95015500D02* X96295000Y-95010000D01* X131572000Y-86693000D02* X123255000Y-95010000D01* -X98150000Y-110150000D02* -X97530000Y-109530000D01* X123255000Y-95010000D02* X96295000Y-95010000D01* X153445731Y-85679746D02* @@ -2392,56 +2633,44 @@ X84565000Y-80980000D01* X159512000Y-76418939D02* X155379724Y-72286663D01* %TO.N,GPIO4*% -X78995000Y-109015000D02* -X79060000Y-108950000D01* -X104400000Y-98630000D02* -X97380000Y-98630000D01* -X97380000Y-98630000D02* -X95980592Y-100029408D01* X149425000Y-110000000D02* X104775000Y-110000000D01* X146120786Y-109984691D02* X146136623Y-110000528D01* X157739535Y-110000528D02* X157742884Y-109997179D01* -X78995000Y-109910000D02* -X78995000Y-109015000D01* X150989536Y-110000528D02* X157739535Y-110000528D01* -X104750000Y-98980000D02* -X104400000Y-98630000D01* X66480000Y-81940000D02* X67740351Y-83200351D01* X146136623Y-110000528D02* X150989536Y-110000528D01* X67740351Y-83200351D02* X78404649Y-83200351D01* -X95980592Y-100029408D02* -X79345592Y-100029408D01* +X79185000Y-108170000D02* +X78995000Y-107980000D01* +X79185000Y-108966000D02* +X79185000Y-108170000D01* X78404649Y-83200351D02* X78995000Y-82610000D01* X104775000Y-110000000D02* X104725000Y-109950000D01* -X79345592Y-100029408D02* -X78995000Y-100380000D01* %TO.N,TX*% X86055000Y-81940000D02* X69020000Y-81940000D01* -X87613100Y-110730000D02* -X88397500Y-110730000D01* -X87437600Y-110905500D02* -X87613100Y-110730000D01* X86125000Y-82010000D02* X86055000Y-81940000D01* %TO.N,RX*% X87605000Y-84480000D02* X87665000Y-84540000D01* -X95485000Y-115685000D02* -X95485000Y-115417500D01* -X96450000Y-116650000D02* -X95485000Y-115685000D01* +X99568000Y-117280500D02* +X98187500Y-117280500D01* X69020000Y-84480000D02* X87605000Y-84480000D01* +X98187500Y-117280500D02* +X96324500Y-115417500D01* +X96324500Y-115417500D02* +X95485000Y-115417500D01* %TO.N,GPIO17*% X71730000Y-85640000D02* X71632440Y-85737560D01* @@ -2484,24 +2713,8 @@ X148631294Y-120897123D01* %TO.N,GPIO18*% X87815000Y-87020000D02* X87855000Y-87060000D01* -X89395000Y-99325000D02* -X95825000Y-99325000D01* -X127130000Y-99325000D02* -X129255000Y-97200000D01* X69020000Y-87020000D02* X87815000Y-87020000D01* -X97020000Y-98130000D02* -X105810000Y-98130000D01* -X129255000Y-97200000D02* -X129475000Y-97200000D01* -X105810000Y-98130000D02* -X107005000Y-99325000D01* -X95825000Y-99325000D02* -X97020000Y-98130000D01* -X88005000Y-99325000D02* -X89395000Y-99325000D01* -X107005000Y-99325000D02* -X127130000Y-99325000D01* %TO.N,GPIO27*% X67850000Y-88190000D02* X66480000Y-89560000D01* @@ -2515,32 +2728,20 @@ X113990000Y-119820000D02* X116315000Y-119820000D01* X97750500Y-92890000D02* X97450500Y-92590000D01* -X98449621Y-100518975D02* -X97933596Y-101035000D01* -X98608134Y-100360462D02* -X102825462Y-100360462D01* X109644000Y-112014000D02* X110560000Y-112930000D01* X110560000Y-112930000D02* X110560000Y-116390000D01* -X103235000Y-100770000D02* -X108900000Y-100770000D01* -X102825462Y-100360462D02* -X103235000Y-100770000D01* X93270000Y-92590000D02* X90075000Y-89395000D01* +X98715500Y-102616000D02* +X99314000Y-102616000D01* X97450500Y-92590000D02* X93270000Y-92590000D01* X90075000Y-89385000D02* X88880000Y-88190000D01* -X97933596Y-101035000D02* -X97535000Y-101035000D01* X88880000Y-88190000D02* X67850000Y-88190000D01* -X108900000Y-100770000D02* -X109120000Y-100550000D01* -X98449621Y-100518975D02* -X98608134Y-100360462D01* %TO.N,GPIO22*% X66480000Y-92100000D02* X67766868Y-93386868D01* @@ -2587,164 +2788,118 @@ X82475000Y-98230000D02* X82745000Y-98500000D01* X71280000Y-99160000D02* X74740000Y-99160000D01* -X82550000Y-110410000D02* -X83030000Y-109930000D01* X67748725Y-98448725D02* X70568725Y-98448725D01* -X83030000Y-109930000D02* -X88397500Y-109930000D01* X66480000Y-97180000D02* X67748725Y-98448725D01* X70568725Y-98448725D02* X71280000Y-99160000D01* -%TO.N,MISO*% -X70735892Y-100961892D02* -X67721892Y-100961892D01* -X82590000Y-109530000D02* -X88397500Y-109530000D01* -X81780000Y-101210000D02* -X70984000Y-101210000D01* -X81960000Y-108900000D02* -X82590000Y-109530000D01* -X67721892Y-100961892D02* -X66480000Y-99720000D01* -X70984000Y-101210000D02* -X70735892Y-100961892D01* %TO.N,GPIO25*% -X69020000Y-99720000D02* -X78965000Y-99720000D01* -X78965000Y-99720000D02* +X80441000Y-100076000D02* +X93980000Y-100076000D01* +X94251000Y-99805000D02* +X119363000Y-99805000D01* +X119770000Y-123054000D02* +X118004000Y-124820000D01* +X119634000Y-110998000D02* +X119770000Y-111134000D01* +X118004000Y-124820000D02* +X116315000Y-124820000D01* +X77431500Y-99160000D02* X79525000Y-99160000D01* +X76871500Y-99720000D02* +X77431500Y-99160000D01* +X119363000Y-99805000D02* +X119634000Y-100076000D01* +X119770000Y-111134000D02* +X119770000Y-123054000D01* +X79525000Y-99160000D02* +X80441000Y-100076000D01* +X69020000Y-99720000D02* +X76871500Y-99720000D01* +X93980000Y-100076000D02* +X94251000Y-99805000D01* %TO.N,SCLK*% X67770000Y-103550000D02* X66480000Y-102260000D01* -X85440000Y-102870000D02* -X70390000Y-102870000D01* -X85500000Y-102930000D02* -X85440000Y-102870000D01* +X85344000Y-103378000D02* +X85090000Y-103124000D01* +X85090000Y-103124000D02* +X70136000Y-103124000D01* X69710000Y-103550000D02* X67770000Y-103550000D01* -X84310000Y-108720000D02* -X84720000Y-109130000D01* -X70390000Y-102870000D02* +X70136000Y-103124000D02* X69710000Y-103550000D01* -X84720000Y-109130000D02* -X88397500Y-109130000D01* -%TO.N,CE0*% -X85810000Y-108730000D02* -X88397500Y-108730000D01* -X84500000Y-107420000D02* -X85810000Y-108730000D01* -X84450000Y-102260000D02* -X69020000Y-102260000D01* -X84520000Y-102190000D02* -X84450000Y-102260000D01* %TO.N,GPIO7*% -X92053866Y-119053866D02* -X92380000Y-119380000D01* -X92380000Y-119380000D02* -X100280000Y-119380000D01* X139574000Y-114260000D02* X139574000Y-118830000D01* -X81515000Y-104770000D02* -X81485000Y-104800000D01* +X80010000Y-109217041D02* +X80010000Y-107950000D01* +X81395703Y-110605703D02* +X81135703Y-110605703D01* X139574000Y-118830000D02* X138654000Y-119750000D01* -X81305000Y-111930000D02* -X88397500Y-111930000D01* X138654000Y-119750000D02* X138654000Y-126250000D01* -X100280000Y-119380000D02* -X100800000Y-119900000D01* -X80645000Y-111270000D02* -X81305000Y-111930000D01* -X92053866Y-118750083D02* -X92053866Y-119053866D01* -X69020000Y-104800000D02* -X81485000Y-104800000D01* +X74500049Y-105098789D02* +X69318789Y-105098789D01* +X74557260Y-105156000D02* +X74500049Y-105098789D01* +X69318789Y-105098789D02* +X69020000Y-104800000D01* +X81377406Y-110603906D02* +X81377406Y-110584447D01* +X80028297Y-109498297D02* +X80028297Y-109238297D01* +X81135703Y-110605703D02* +X80028297Y-109498297D01* +X81129000Y-105156000D02* +X74557260Y-105156000D01* +X81204500Y-105080500D02* +X81129000Y-105156000D01* %TO.N,GPIO5*% -X98230000Y-120480000D02* -X91220000Y-120480000D01* -X90210000Y-119460000D02* -X90285000Y-119385000D01* +X76174000Y-108580000D02* +X67780000Y-108580000D01* X122704000Y-118760000D02* X121734000Y-119730000D01* X121734000Y-126230000D02* X121734000Y-119730000D01* -X98700000Y-120950000D02* -X98230000Y-120480000D01* -X67780000Y-108580000D02* -X66480000Y-109880000D01* X122704000Y-114310000D02* X122704000Y-118760000D01* -X90210000Y-119470000D02* -X90210000Y-119460000D01* -X91220000Y-120480000D02* -X90210000Y-119470000D01* -X77600000Y-108580000D02* -X67780000Y-108580000D01* -X90285000Y-119385000D02* -X90285000Y-115417500D01* +X77894000Y-110300000D02* +X76174000Y-108580000D01* +X67780000Y-108580000D02* +X66480000Y-109880000D01* %TO.N,GPIO6*% -X91030000Y-118750000D02* -X90685000Y-118405000D01* X131104000Y-114300000D02* X131104000Y-118790000D01* -X77875000Y-111120000D02* -X67780000Y-111120000D01* -X67780000Y-111120000D02* -X66480000Y-112420000D01* X131104000Y-118790000D02* X130104000Y-119790000D01* X130104000Y-119790000D02* X130104000Y-126290000D01* -X99850000Y-120500000D02* -X99300000Y-119950000D01* -X92050000Y-119950000D02* -X91030000Y-118930000D01* -X91030000Y-118930000D02* -X91030000Y-118750000D01* -X78315000Y-111560000D02* -X77875000Y-111120000D01* -X90685000Y-118405000D02* -X90685000Y-115417500D01* -X99300000Y-119950000D02* -X92050000Y-119950000D01* %TO.N,GPIO12*% +X70866000Y-112522000D02* +X70764000Y-112420000D01* X109255500Y-83335500D02* X108530000Y-82610000D01* X140338000Y-80815500D02* X140298000Y-80855500D01* +X70764000Y-112420000D02* +X69020000Y-112420000D01* X108530000Y-77885000D02* X106544500Y-75899500D01* -X71485000Y-105615000D02* -X82080000Y-105615000D01* -X82080000Y-105615000D02* -X82875000Y-104820000D01* X142215500Y-80815500D02* X140338000Y-80815500D01* -X92645000Y-104820000D02* -X93485000Y-105660000D01* -X93485000Y-105660000D02* -X93485000Y-107642500D01* X106544500Y-75899500D02* X72754500Y-75899500D01* X140298000Y-80855500D02* X136154500Y-80855500D01* -X71025000Y-112420000D02* -X71235000Y-112210000D01* -X82875000Y-104820000D02* -X92645000Y-104820000D01* -X69020000Y-112420000D02* -X71025000Y-112420000D01* X133674500Y-83335500D02* X109255500Y-83335500D01* X136154500Y-80855500D02* X133674500Y-83335500D01* X108530000Y-82610000D02* X108530000Y-77885000D01* -X71390000Y-105710000D02* -X71485000Y-105615000D01* X72754500Y-75899500D02* X72365000Y-75510000D01* %TO.N,GPIO13*% @@ -2775,47 +2930,27 @@ X130651000Y-82750000D02* X109720000Y-82750000D01* X132560500Y-80840500D02* X132395500Y-81005500D01* -X81815000Y-112975500D02* -X81639500Y-112800000D01* X134315500Y-80840500D02* X132560500Y-80840500D01* -X84878834Y-110330000D02* -X88397500Y-110330000D01* -X72810000Y-116250000D02* -X67730000Y-116250000D01* X109090000Y-77225000D02* X107195000Y-75330000D01* X132395500Y-81005500D02* X130651000Y-82750000D01* X109720000Y-82750000D02* X109090000Y-82120000D01* -X67730000Y-116250000D02* -X66480000Y-117500000D01* X109090000Y-82120000D02* X109090000Y-77225000D01* X107195000Y-75330000D02* X83690500Y-75330000D01* -X81639500Y-112800000D02* -X76260000Y-112800000D01* -X76260000Y-112800000D02* -X72810000Y-116250000D01* X83690500Y-75330000D02* X83635000Y-75274500D01* -X83985000Y-110810000D02* -X84398834Y-110810000D01* -X84398834Y-110810000D02* -X84878834Y-110330000D01* %TO.N,GPIO16*% -X75692000Y-116078000D02* -X74790000Y-116980000D01* X69540000Y-116980000D02* X69020000Y-117500000D01* -X75692000Y-112268000D02* -X75754000Y-112330000D01* -X75754000Y-112330000D02* -X88397500Y-112330000D01* X110300000Y-82260000D02* X109790000Y-81750000D01* +X75487000Y-115900000D02* +X74094500Y-115900000D01* X107425000Y-74650000D02* X76725000Y-74650000D01* X122321000Y-82260000D02* @@ -2826,7 +2961,9 @@ X123535500Y-81045500D02* X122321000Y-82260000D01* X123650500Y-80930500D02* X123535500Y-81045500D01* -X74790000Y-116980000D02* +X74094500Y-115900000D02* +X73014500Y-116980000D01* +X73014500Y-116980000D02* X69540000Y-116980000D01* X109790000Y-77015000D02* X107425000Y-74650000D01* @@ -2835,45 +2972,39 @@ X109790000Y-77015000D01* X76725000Y-74650000D02* X76715000Y-74660000D01* %TO.N,GPIO26*% -X97500000Y-123290000D02* -X97500000Y-121360000D01* +X87582000Y-103852000D02* +X87022000Y-104412000D01* +X87022000Y-104412000D02* +X86432000Y-104412000D01* +X80640463Y-104412000D02* +X86432000Y-104412000D01* +X80561572Y-104490891D02* +X80640463Y-104412000D01* +X87582466Y-103852466D02* +X87582000Y-103852000D01* +X75453256Y-104490891D02* +X80561572Y-104490891D01* +X88788660Y-103852466D02* +X87582466Y-103852466D01* +X87630000Y-103900000D02* +X87582000Y-103852000D01* %TO.N,GPIO20*% -X73220000Y-97640000D02* -X83480000Y-97640000D01* -X83970000Y-98130000D02* -X93750000Y-98130000D01* -X93750000Y-98130000D02* -X94240000Y-97640000D01* -X72550000Y-98310000D02* -X73220000Y-97640000D01* X69020000Y-120040000D02* X70655000Y-120040000D01* -X94240000Y-97640000D02* -X126535000Y-97640000D01* -X126535000Y-97640000D02* -X129475000Y-94700000D01* -X83480000Y-97640000D02* -X83970000Y-98130000D01* X70655000Y-120040000D02* X71455000Y-119240000D01* %TO.N,GPIO21*% -X102070000Y-101140000D02* -X102220000Y-101290000D01* -X127885000Y-101290000D02* -X129475000Y-99700000D01* X69030000Y-122570000D02* X69020000Y-122580000D01* +X73565000Y-120650000D02* +X71710000Y-122505000D01* X71710000Y-122505000D02* X71635000Y-122505000D01* -X102220000Y-101290000D02* -X127885000Y-101290000D01* -X74396339Y-119818661D02* -X71710000Y-122505000D01* -X76251839Y-119818661D02* -X74396339Y-119818661D01* X71310000Y-122570000D02* X69030000Y-122570000D01* -D63* +X73832000Y-120650000D02* +X73565000Y-120650000D01* +D58* %TO.N,+5V*% X157755028Y-101585449D02* X157755786Y-101584691D01* @@ -2917,7 +3048,7 @@ X146050786Y-96559691D02* X151001390Y-101510295D01* X144050786Y-96409691D02* X143273831Y-97186646D01* -D62* +D59* %TO.N,SDA_5V*% X145200786Y-85532191D02* X143550786Y-87182191D01* @@ -2950,15 +3081,17 @@ X103700000Y-121075000D01* X103700000Y-121075000D02* X103700000Y-124725000D01* %TO.N,Net-(U2-PA3)*% -X87445000Y-108330000D02* +X87122000Y-107188000D02* +X87122000Y-107456232D01* +X87122000Y-99314000D02* +X87821000Y-99314000D01* +X87995768Y-108330000D02* X88397500Y-108330000D01* -X86910000Y-100975000D02* -X86905000Y-100980000D01* -X86875000Y-107760000D02* -X87445000Y-108330000D01* -X88005000Y-100975000D02* -X86910000Y-100975000D01* +X87122000Y-107456232D02* +X87995768Y-108330000D01* %TO.N,Net-(U2-PA0)*% +X73070000Y-112776000D02* +X73070000Y-113750000D01* X89885000Y-106655000D02* X89885000Y-107642500D01* X73145000Y-106240000D02* @@ -2971,16 +3104,12 @@ X82505000Y-106145000D02* X83270000Y-105380000D01* X83270000Y-105380000D02* X88610000Y-105380000D01* -X73070000Y-112595000D02* -X73070000Y-113750000D01* %TO.N,Net-(U2-PA1)*% -X72330000Y-117985000D02* -X72435000Y-117880000D01* +X72330000Y-120160000D02* +X71635000Y-120855000D01* X73835000Y-107180000D02* X74245000Y-106770000D01* -X72330000Y-120160000D02* -X72330000Y-117985000D01* -X71635000Y-120855000D02* +X72330000Y-118173000D02* X72330000Y-120160000D01* X74245000Y-106770000D02* X82700000Y-106770000D01* @@ -3003,11 +3132,11 @@ X87890000Y-106300000D02* X89085000Y-107495000D01* X89085000Y-107495000D02* X89085000Y-107642500D01* -X74145000Y-118400000D02* -X73945000Y-118400000D01* +X74035000Y-118259000D02* +X74035000Y-118310000D01* X76307500Y-107642500D02* X76690000Y-107260000D01* -X73945000Y-118400000D02* +X74035000Y-118310000D02* X73105000Y-119240000D01* X82960000Y-107260000D02* X83920000Y-106300000D01* @@ -3020,73 +3149,41 @@ X102000000Y-111530000D02* X96172500Y-111530000D01* %TO.N,Net-(U2-PC13)*% X95075000Y-98590000D02* -X87119980Y-98590000D01* -X95085000Y-106913884D02* -X95085000Y-107642500D01* -X95451056Y-106547828D02* -X95085000Y-106913884D01* -X86549980Y-99160000D02* +X94906514Y-98421514D01* +X83466000Y-99160000D02* X81175000Y-99160000D01* -X95451056Y-106516495D02* -X95451056Y-106547828D01* -X87119980Y-98590000D02* -X86549980Y-99160000D01* +X84204486Y-98421514D02* +X83466000Y-99160000D01* +X94906514Y-98421514D02* +X84204486Y-98421514D01* %TO.N,Net-(U2-PC14)*% -X94815000Y-121360000D02* -X94635000Y-121180000D01* -X95850000Y-121360000D02* -X94815000Y-121360000D01* -X94909500Y-105670000D02* -X94685000Y-105894500D01* -X94685000Y-105894500D02* -X94685000Y-107642500D01* -%TO.N,Net-(U2-PC15)*% -X94285000Y-103570000D02* -X94285000Y-107642500D01* -X95165000Y-102690000D02* -X94285000Y-103570000D01* -X97535000Y-102685000D02* -X97530000Y-102690000D01* -X97530000Y-102690000D02* -X95165000Y-102690000D01* +X95108500Y-101854000D02* +X89091000Y-101854000D01* +X95148000Y-101814500D02* +X95108500Y-101854000D01* +X89091000Y-101854000D02* +X88646000Y-102299000D01* %TO.N,Net-(U2-PC11)*% X96172500Y-111930000D02* X97765000Y-111930000D01* X97765000Y-111930000D02* X98135000Y-112300000D01* -X89340000Y-92210000D02* -X73140000Y-92210000D01* -X89750000Y-92620000D02* -X89340000Y-92210000D01* -X73140000Y-92210000D02* -X73130000Y-92220000D01* %TO.N,Net-(U2-PC10)*% X96910000Y-112330000D02* X96172500Y-112330000D01* -X91450000Y-94260000D02* -X73430000Y-94260000D01* X97310000Y-112730000D02* X96910000Y-112330000D01* -X73430000Y-94260000D02* -X73120000Y-93950000D01* %TO.N,Net-(U2-PC6)*% +X95085000Y-116040000D02* +X95085000Y-115417500D01* +X95278000Y-116233000D02* +X95085000Y-116040000D01* X73450000Y-85710000D02* X73380000Y-85640000D01* X88735000Y-85710000D02* X73450000Y-85710000D01* -X95450000Y-117050000D02* -X95450000Y-116771116D01* -X95085000Y-116406116D02* -X95085000Y-115417500D01* -X95450000Y-116771116D02* -X95085000Y-116406116D01* -%TO.N,Net-(U2-PC5)*% -X82460000Y-111530000D02* -X88397500Y-111530000D01* -X80710000Y-108950000D02* -X80710000Y-109780000D01* -X80710000Y-109780000D02* -X82460000Y-111530000D01* +X96142333Y-116233000D02* +X95278000Y-116233000D01* %TO.N,Net-(U2-PA12)*% X105400000Y-118600000D02* X105400000Y-116380000D01* @@ -3099,54 +3196,46 @@ X96172500Y-114330000D01* X98468604Y-114830000D02* X97968604Y-114330000D01* %TO.N,Net-(U2-PA11)*% -X102505000Y-117640000D02* -X98540000Y-117640000D01* -X96172500Y-115272500D02* +X101451000Y-116586000D02* +X98132000Y-116586000D01* +X96276000Y-114730000D02* X96172500Y-114730000D01* -X98540000Y-117640000D02* -X96172500Y-115272500D01* +X98132000Y-116586000D02* +X96276000Y-114730000D01* X103500000Y-118600000D02* X103465000Y-118600000D01* X103465000Y-118600000D02* -X102505000Y-117640000D01* +X101451000Y-116586000D01* %TO.N,Net-(U2-OSC_OUT)*% -X87867000Y-117689000D02* -X87867000Y-115204602D01* -X87867000Y-115204602D02* -X88341602Y-114730000D01* -X87832000Y-114730000D02* -X88397500Y-114730000D01* +X88662000Y-116983000D02* +X88662000Y-114872000D01* X88341602Y-114730000D02* X88397500Y-114730000D01* +X87474000Y-117499000D02* +X88146000Y-117499000D01* +X86636000Y-118337000D02* +X87474000Y-117499000D01* +X86636000Y-119054000D02* +X86636000Y-118337000D01* +X88146000Y-117499000D02* +X88662000Y-116983000D01* %TO.N,Net-(U2-OSC_IN)*% -X89241000Y-119039000D02* -X89662000Y-118618000D01* -X89085000Y-116263000D02* +X88378000Y-120404000D02* +X89085000Y-119697000D01* +X89085000Y-119697000D02* X89085000Y-115417500D01* -X89662000Y-116840000D02* -X89085000Y-116263000D01* -X89662000Y-118618000D02* -X89662000Y-116840000D01* -X88917000Y-119039000D02* -X89241000Y-119039000D01* +X87686000Y-120404000D02* +X88378000Y-120404000D01* %TO.N,Net-(D6-A)*% X103382500Y-110550000D02* X104192500Y-111360000D01* X102835000Y-110550000D02* X103382500Y-110550000D01* %TO.N,Net-(U2-NRST)*% -X92815000Y-106240000D02* -X92685000Y-106370000D01* X108975000Y-104850000D02* X109085000Y-104740000D01* -X95419500Y-104740000D02* -X109085000Y-104740000D01* X108975000Y-106505000D02* X108975000Y-104850000D01* -X94909500Y-104230000D02* -X95419500Y-104740000D01* -X92685000Y-106370000D02* -X92685000Y-107642500D01* %TO.N,Net-(D1-Pad1)*% X109085000Y-103290000D02* X111455000Y-103290000D01* @@ -3157,45 +3246,33 @@ X111515000Y-103350000D01* %TO.N,Net-(U2-PH3)*% X144971000Y-106539000D02* X142136000Y-103704000D01* -X126910000Y-101810000D02* -X128590000Y-103490000D01* X144971000Y-107188000D02* X144971000Y-106539000D01* -X93885000Y-102920000D02* -X94925000Y-101880000D01* -X94925000Y-101880000D02* -X105190000Y-101880000D01* -X93885000Y-107642500D02* -X93885000Y-102920000D01* +X96384000Y-101810000D02* +X126910000Y-101810000D01* +X95792500Y-102401500D02* +X96384000Y-101810000D01* X135636000Y-103704000D02* X142136000Y-103704000D01* -X105190000Y-101880000D02* -X105260000Y-101810000D01* X128590000Y-103490000D02* X136075000Y-103490000D01* -X105260000Y-101810000D02* -X126910000Y-101810000D01* +X93872500Y-102401500D02* +X95792500Y-102401500D01* +X93762000Y-102512000D02* +X93872500Y-102401500D01* +X126910000Y-101810000D02* +X128590000Y-103490000D01* %TO.N,SDA*% X121960000Y-93640000D02* X100395000Y-93640000D01* -X70189598Y-78146402D02* -X70358000Y-77978000D01* X100395000Y-93640000D02* X99035000Y-92280000D01* -X82976884Y-77978000D02* -X89650000Y-84651116D01* -X97925000Y-109130000D02* -X96172500Y-109130000D01* X148861395Y-81044691D02* X145295786Y-81044691D01* X145295786Y-81044691D02* X144495786Y-81844691D01* -X70358000Y-77978000D02* -X82976884Y-77978000D01* X148627429Y-69783309D02* X155376370Y-69783309D01* -X98325000Y-108730000D02* -X97925000Y-109130000D01* X157757080Y-83181814D02* X161061294Y-79877600D01* X130779309Y-84820691D02* @@ -3214,32 +3291,13 @@ X150996450Y-83179746D02* X148861395Y-81044691D01* X155379724Y-69786663D02* X161061294Y-75468233D01* -X98864500Y-92109500D02* -X99035000Y-92280000D01* -X67766402Y-78146402D02* -X70189598Y-78146402D01* X144250786Y-82089691D02* X144495786Y-81844691D01* X161061294Y-79877600D02* X161061294Y-75468233D01* -X66480000Y-76860000D02* -X67766402Y-78146402D01* -X93719500Y-92109500D02* -X98864500Y-92109500D01* X144250786Y-83657191D02* X144250786Y-82089691D01* -X89650000Y-88040000D02* -X93719500Y-92109500D01* -X89650000Y-84651116D02* -X89650000Y-88040000D01* -%TO.N,Net-(J12-SIG)*% -X79777302Y-115092834D02* -X79777302Y-115886895D01* -X79792407Y-115902000D02* -X78808000Y-115902000D01* -X78808000Y-115902000D02* -X78750000Y-115960000D01* -D67* +D63* %TO.N,5V_USB*% X104100000Y-119750000D02* X102900000Y-119750000D01* @@ -3273,25 +3331,7 @@ X104450000Y-120875000D02* X104450000Y-120100000D01* X106600000Y-119300000D02* X106600000Y-113930000D01* -D62* -%TO.N,Net-(C19-Pad1)*% -X84010000Y-120230000D02* -X84010000Y-119425000D01* -X80915000Y-119400000D02* -X80530000Y-119785000D01* -X84035000Y-119400000D02* -X80915000Y-119400000D01* -X84010000Y-119425000D02* -X84035000Y-119400000D01* -%TO.N,Net-(C21-Pad1)*% -X82030000Y-116975000D02* -X82030000Y-116440000D01* -X80772895Y-115924895D02* -X80788000Y-115940000D01* -X80642407Y-115902000D02* -X81232000Y-115902000D01* -X82030000Y-116440000D02* -X81430000Y-115840000D01* +D59* %TO.N,Net-(J15-Pad3)*% X104350000Y-124725000D02* X104350000Y-123300000D01* @@ -3315,6 +3355,36 @@ X97670000Y-111050000D02* X100685000Y-111050000D01* X96950000Y-110330000D02* X97670000Y-111050000D01* +D64* +%TO.N,/Microcontroller/Ant_50Ohm*% +X84936010Y-113530000D02* +X85404000Y-113530000D01* +X79657000Y-127662000D02* +X79657000Y-119203681D01* +X81400539Y-114994471D02* +G75* +G03* +X79657000Y-119203681I4209161J-4209229D01* +G01* +X84936010Y-113530019D02* +G75* +G03* +X81400534Y-114994466I-10J-4999881D01* +G01* +D65* +%TO.N,/Microcontroller/Ant_62Ohm*% +X88397500Y-113530000D02* +X86897000Y-113530000D01* +D59* +%TO.N,Net-(U2-VFBSMPS)*% +X91485000Y-115417500D02* +X91485000Y-116097000D01* +X91485000Y-116097000D02* +X90997000Y-116585000D01* +X90997000Y-116585000D02* +X90997000Y-118725500D01* +X90997000Y-118725500D02* +X91188500Y-118917000D01* %TD*% %TA.AperFunction,Conductor*% %TO.N,GND*% @@ -3333,17 +3403,37 @@ X163864500Y-68286181D01* X163864500Y-128181354D01* X163855244Y-128223152D01* X163541341Y-128897120D01* -X163527323Y-128919091D01* +X163527323Y-128919092D01* X162769886Y-129818546D01* -X162731679Y-129846392D01* -X161753173Y-130247115D01* -X161715654Y-130254500D01* -X96203424Y-130254500D01* -X96145233Y-130235593D01* -X96109269Y-130186093D01* -X96104424Y-130155618D01* -X96104185Y-129955011D01* -X96101147Y-127400000D01* +X162731679Y-129846391D01* +X161753269Y-130247074D01* +X161715635Y-130254459D01* +X84905885Y-130165587D01* +X84847717Y-130146612D01* +X84811810Y-130097071D01* +X84807000Y-130066587D01* +X84807000Y-127912001D01* +X84806999Y-127912000D01* +X82757001Y-127912000D01* +X82757000Y-127912001D01* +X82757000Y-130063986D01* +X82738093Y-130122177D01* +X82688593Y-130158141D01* +X82657885Y-130162986D01* +X80356385Y-130160324D01* +X80298217Y-130141349D01* +X80262310Y-130091808D01* +X80257500Y-130061324D01* +X80257500Y-127411999D01* +X82757000Y-127411999D01* +X82757001Y-127412000D01* +X83531999Y-127412000D01* +X83532000Y-127411999D01* +X84032000Y-127411999D01* +X84032001Y-127412000D01* +X84806999Y-127412000D01* +X84807000Y-127411998D01* +X84807000Y-127400000D01* X99420659Y-127400000D01* X99439989Y-127633285D01* X99497454Y-127860210D01* @@ -3476,7 +3566,7 @@ X109260010Y-127633285D01* X109279340Y-127400000D01* X109276932Y-127370939D01* X115185630Y-127370939D01* -X115216098Y-127569813D01* +X115216443Y-127572067D01* X115216444Y-127572071D01* X115287114Y-127762887D01* X115312024Y-127802851D01* @@ -3862,9 +3952,7 @@ X161427428Y-128648337D01* X161518859Y-128610466D01* X161603242Y-128558755D01* X161606590Y-128556880D01* -X161620097Y-128549999D01* -X161626720Y-128546625D01* -X161627288Y-128546335D01* +X161627290Y-128546334D01* X161627300Y-128546327D01* X161646077Y-128532685D01* X161649312Y-128530524D01* @@ -4362,7 +4450,7 @@ X139789756Y-126037690D01* X139731405Y-125832611D01* X139636366Y-125641745D01* X139507872Y-125471593D01* -X139422967Y-125394191D01* +X139426181Y-125397121D01* X139350307Y-125327952D01* X139350300Y-125327946D01* X139169024Y-125215705D01* @@ -4391,7 +4479,7 @@ X142529639Y-120020806D01* X142584156Y-119993029D01* X142644588Y-120002600D01* X142687543Y-120045263D01* -X142697626Y-120064722D01* +X142700440Y-120070153D01* X142700442Y-120070156D01* X142803638Y-120180652D01* X142865888Y-120218507D01* @@ -4460,7 +4548,7 @@ X142869498Y-119269783D01* X142870795Y-119271378D01* X142865543Y-119275650D01* X142865542Y-119275651D01* -X142836223Y-119299504D01* +X142830695Y-119304001D01* X142748258Y-119371068D01* X142680833Y-119466589D01* X142631829Y-119503226D01* @@ -4480,9 +4568,11 @@ X139691885Y-119101729D01* X139742733Y-119050881D01* X139757729Y-119038575D01* X139772624Y-119028624D01* -X139788937Y-119004211D01* +X139784002Y-119011597D01* +X139788086Y-119005486D01* +X139824021Y-118951704D01* X139833515Y-118937495D01* -X139840284Y-118903465D01* +X139838487Y-118912500D01* X139849500Y-118857133D01* X139849500Y-118857131D01* X139849870Y-118855271D01* @@ -4502,15 +4592,15 @@ X140470013Y-115404295D01* X140482722Y-115401767D01* X140532504Y-115368504D01* X140565767Y-115318722D01* -X140570162Y-115296623D01* +X140571745Y-115288671D01* X140574499Y-115274827D01* X140574500Y-115274818D01* X140574500Y-113245181D01* X140574499Y-113245172D01* -X140567964Y-113212327D01* +X140567228Y-113208625D01* X140565767Y-113201278D01* X140532504Y-113151496D01* -X140501533Y-113130802D01* +X140521291Y-113144004D01* X140482724Y-113118234D01* X140482720Y-113118232D01* X140438827Y-113109500D01* @@ -4527,10 +4617,10 @@ X138573500Y-113245172D01* X138573500Y-115274827D01* X138582232Y-115318720D01* X138582234Y-115318724D01* -X138595737Y-115338932D01* +X138599251Y-115344191D01* X138615496Y-115368504D01* X138665278Y-115401767D01* -X138670441Y-115402794D01* +X138676327Y-115403964D01* X138709172Y-115410499D01* X138709178Y-115410499D01* X138709180Y-115410500D01* @@ -4564,17 +4654,17 @@ X137576596Y-119332608D01* X137576595Y-119332611D01* X137571291Y-119351254D01* X137518244Y-119537688D01* -X137498979Y-119745593D01* +X137501953Y-119713499D01* X137498571Y-119750000D01* -X137505475Y-119824504D01* +X137508347Y-119855500D01* X137518244Y-119962311D01* -X137537870Y-120031288D01* -X137575628Y-120163992D01* +X137534800Y-120020497D01* +X137575488Y-120163500D01* X137576596Y-120167391D01* X137668496Y-120351954D01* X137671634Y-120358255D01* X137800128Y-120528407D01* -X137844000Y-120568402D01* +X137856309Y-120579623D01* X137957692Y-120672047D01* X137957699Y-120672053D01* X138056318Y-120733115D01* @@ -4773,9 +4863,9 @@ X131141885Y-119141729D01* X131272733Y-119010881D01* X131287729Y-118998575D01* X131302624Y-118988624D01* -X131311794Y-118974899D01* +X131312398Y-118973997D01* X131318657Y-118964632D01* -X131359526Y-118903465D01* +X131348509Y-118919954D01* X131363516Y-118897494D01* X131384897Y-118790000D01* X131383377Y-118782358D01* @@ -4789,7 +4879,7 @@ X131968819Y-115450500D01* X131968820Y-115450500D01* X131968821Y-115450499D01* X131968827Y-115450499D01* -X131995564Y-115445180D01* +X131993724Y-115445546D01* X132012722Y-115441767D01* X132062504Y-115408504D01* X132095767Y-115358722D01* @@ -4908,7 +4998,7 @@ X132558767Y-114550000D01* X132104500Y-114550000D01* X132104500Y-113285181D01* X132104499Y-113285172D01* -X132097150Y-113248232D01* +X132097756Y-113251275D01* X132095767Y-113241278D01* X132062504Y-113191496D01* X132027690Y-113168234D01* @@ -4928,7 +5018,7 @@ X130103500Y-113285172D01* X130103500Y-115314827D01* X130112232Y-115358720D01* X130112234Y-115358724D01* -X130141681Y-115402794D01* +X130142642Y-115404233D01* X130145496Y-115408504D01* X130195278Y-115441767D01* X130206327Y-115443964D01* @@ -4939,7 +5029,7 @@ X130729500Y-115450500D01* X130787691Y-115469407D01* X130823655Y-115518907D01* X130828499Y-115549499D01* -X130828499Y-117094000D01* +X130828499Y-117093078D01* X130828499Y-118634875D01* X130809592Y-118693066D01* X130799503Y-118704879D01* @@ -4965,7 +5055,7 @@ X129250124Y-119011597D01* X129250125Y-119011597D01* X129121635Y-119181743D01* X129121630Y-119181752D01* -X129027644Y-119370504D01* +X129033627Y-119358488D01* X129026595Y-119372611D01* X129019275Y-119398338D01* X128968244Y-119577688D01* @@ -4975,10 +5065,10 @@ X128984800Y-120060497D01* X129026595Y-120207389D01* X129121634Y-120398255D01* X129250128Y-120568407D01* -X129298732Y-120612716D01* +X129273946Y-120590120D01* X129407692Y-120712047D01* X129407699Y-120712053D01* -X129490481Y-120763309D01* +X129492071Y-120764294D01* X129588981Y-120824298D01* X129765264Y-120892589D01* X129812694Y-120931239D01* @@ -5014,7 +5104,6 @@ X126858358Y-125959192D01* X126803842Y-125986969D01* X126743410Y-125977398D01* X126700454Y-125934733D01* -X126698098Y-125930186D01* X126687558Y-125909844D01* X126584362Y-125799348D01* X126584361Y-125799347D01* @@ -5130,7 +5219,6 @@ X126858358Y-119459192D01* X126803842Y-119486969D01* X126743410Y-119477398D01* X126700454Y-119434733D01* -X126698309Y-119430593D01* X126687558Y-119409844D01* X126584362Y-119299348D01* X126584361Y-119299347D01* @@ -5156,7 +5244,7 @@ X125949498Y-119249783D01* X125950795Y-119251378D01* X125945543Y-119255650D01* X125945542Y-119255651D01* -X125899918Y-119292769D01* +X125897603Y-119294652D01* X125828258Y-119351068D01* X125760833Y-119446589D01* X125711829Y-119483226D01* @@ -5176,10 +5264,8 @@ X122771885Y-119081729D01* X122872733Y-118980881D01* X122887729Y-118968575D01* X122902624Y-118958624D01* -X122916129Y-118938413D01* -X122920589Y-118931739D01* -X122939480Y-118903465D01* -X122943470Y-118897493D01* +X122920588Y-118931740D01* +X122943470Y-118897494D01* X122963515Y-118867495D01* X122979500Y-118787133D01* X122979500Y-118787132D01* @@ -5196,11 +5282,11 @@ X123568819Y-115460500D01* X123568820Y-115460500D01* X123568821Y-115460499D01* X123568827Y-115460499D01* -X123594735Y-115455345D01* +X123594921Y-115455308D01* X123612722Y-115451767D01* X123662504Y-115418504D01* X123695767Y-115368722D01* -X123701561Y-115339593D01* +X123700890Y-115342967D01* X123704499Y-115324827D01* X123704500Y-115324818D01* X123704500Y-114560000D01* @@ -5208,7 +5294,7 @@ X124158767Y-114560000D01* X124169190Y-114665831D01* X124169191Y-114665836D01* X124229232Y-114863762D01* -X124229234Y-114863767D01* +X124229233Y-114863765D01* X124326724Y-115046160D01* X124326731Y-115046170D01* X124457940Y-115206050D01* @@ -5242,7 +5328,7 @@ X125950050Y-115206059D01* X125950059Y-115206050D01* X126081268Y-115046170D01* X126081275Y-115046160D01* -X126178765Y-114863767D01* +X126178767Y-114863765D01* X126178767Y-114863762D01* X126238808Y-114665836D01* X126238809Y-114665831D01* @@ -5340,7 +5426,7 @@ X121712234Y-115368724D01* X121736002Y-115404295D01* X121745496Y-115418504D01* X121795278Y-115451767D01* -X121806327Y-115453964D01* +X121800954Y-115452896D01* X121839172Y-115460499D01* X121839178Y-115460499D01* X121839180Y-115460500D01* @@ -5357,7 +5443,7 @@ X122269595Y-118708040D01* X122262427Y-118704004D01* X122249021Y-118695703D01* X122249019Y-118695702D01* -X122182973Y-118670116D01* +X122221391Y-118684999D01* X122050198Y-118618679D01* X122050197Y-118618678D01* X122050195Y-118618678D01* @@ -5376,17 +5462,23 @@ X120880125Y-118951597D01* X120751635Y-119121743D01* X120751630Y-119121752D01* X120656596Y-119312608D01* +X120656595Y-119312611D01* +X120654679Y-119319346D01* X120598244Y-119517688D01* -X120578571Y-119729999D01* +X120581885Y-119694237D01* +X120578571Y-119730000D01* +X120588283Y-119834810D01* X120598244Y-119942311D01* X120614204Y-119998402D01* -X120656595Y-120147389D01* +X120652464Y-120132871D01* +X120656596Y-120147391D01* +X120735590Y-120306035D01* X120751634Y-120338255D01* X120880128Y-120508407D01* X120929710Y-120553607D01* X121037692Y-120652047D01* X121037699Y-120652053D01* -X121134593Y-120712047D01* +X121090744Y-120684897D01* X121218981Y-120764298D01* X121395264Y-120832589D01* X121442694Y-120871239D01* @@ -5512,474 +5604,258 @@ X99591485Y-126725422D01* X99497454Y-126939789D01* X99439989Y-127166714D01* X99420659Y-127400000D01* -X96101147Y-127400000D01* -X96095000Y-122230000D01* -X96095000Y-122220000D01* -X91644201Y-122222549D01* -X91585999Y-122203675D01* -X91576409Y-122195750D01* -X91573587Y-122193103D01* -X91060000Y-121711286D01* -X90515000Y-121200000D01* -X86717498Y-121200000D01* -X86659307Y-121181093D01* -X86623343Y-121131593D01* -X86620815Y-121088670D01* -X86619523Y-121088543D01* -X86620000Y-121083697D01* -X86620000Y-121004001D01* -X86619999Y-121004000D01* -X85969000Y-121004000D01* -X85910809Y-120985093D01* -X85874845Y-120935593D01* -X85870000Y-120905000D01* -X85870000Y-120503999D01* -X86370000Y-120503999D01* -X86370001Y-120504000D01* -X86619999Y-120504000D01* -X86620000Y-120503999D01* -X86620000Y-120424302D01* -X86619999Y-120424299D01* -X86608396Y-120365963D01* -X86564193Y-120299810D01* -X86564189Y-120299806D01* -X86498036Y-120255603D01* -X86439700Y-120244000D01* -X86370001Y-120244000D01* -X86370000Y-120244001D01* -X86370000Y-120503999D01* -X85870000Y-120503999D01* -X85870000Y-120244001D01* -X85869999Y-120244000D01* -X85800299Y-120244000D01* -X85741964Y-120255603D01* -X85670451Y-120303387D01* -X85611563Y-120319995D01* -X85567809Y-120305777D01* -X85567732Y-120305965D01* -X85565354Y-120304980D01* -X85560448Y-120303386D01* -X85558723Y-120302233D01* -X85558720Y-120302232D01* -X85514827Y-120293500D01* -X85514820Y-120293500D01* -X84885180Y-120293500D01* -X84885172Y-120293500D01* -X84841279Y-120302232D01* -X84841275Y-120302234D01* -X84791498Y-120335494D01* -X84791494Y-120335498D01* -X84758234Y-120385275D01* -X84758233Y-120385278D01* -X84754234Y-120405378D01* -X84724335Y-120458760D01* -X84676453Y-120483156D01* -X84609944Y-120496387D01* -X84609529Y-120494304D01* -X84561385Y-120498092D01* -X84509217Y-120466120D01* -X84485805Y-120409591D01* -X84485500Y-120401828D01* -X84485500Y-120040181D01* -X84485499Y-120040177D01* -X84485498Y-120040172D01* -X84481273Y-120018931D01* -X84488462Y-119958171D01* -X84529993Y-119913240D01* -X84590002Y-119901301D01* -X84597685Y-119902517D01* -X84635302Y-119909999D01* -X84635303Y-119910000D01* -X84704999Y-119910000D01* -X84705000Y-119909999D01* -X84705000Y-119909998D01* -X85205000Y-119909998D01* -X85205001Y-119910000D01* -X85274697Y-119910000D01* -X85274700Y-119909999D01* -X85333036Y-119898396D01* -X85399189Y-119854193D01* -X85399193Y-119854189D01* -X85443396Y-119788036D01* -X85454999Y-119729700D01* -X85455000Y-119729697D01* -X85455000Y-119650001D01* -X85454999Y-119650000D01* -X85205001Y-119650000D01* -X85205000Y-119650001D01* -X85205000Y-119909998D01* -X84705000Y-119909998D01* -X84705000Y-119457786D01* -X85730160Y-119457786D01* -X85745920Y-119557298D01* -X85745922Y-119557302D01* -X85807041Y-119677254D01* -X85902238Y-119772451D01* -X86022190Y-119833570D01* -X86022189Y-119833570D01* -X86121706Y-119849332D01* -X86155159Y-119849332D01* -X86155160Y-119849331D01* -X86155160Y-119449334D01* -X86155159Y-119449333D01* -X86655160Y-119449333D01* -X86655160Y-119849331D01* -X86655161Y-119849332D01* -X86688613Y-119849332D01* -X86788125Y-119833572D01* -X86788129Y-119833570D01* -X86908081Y-119772451D01* -X87003278Y-119677254D01* -X87064397Y-119557302D01* -X87076055Y-119483700D01* -X87292000Y-119483700D01* -X87303603Y-119542036D01* -X87347806Y-119608189D01* -X87347810Y-119608193D01* -X87413963Y-119652396D01* -X87472299Y-119663999D01* -X87472303Y-119664000D01* -X87616999Y-119664000D01* -X87617000Y-119663998D01* -X87617000Y-119289000D01* -X87292001Y-119289000D01* -X87292000Y-119289001D01* -X87292000Y-119483700D01* -X87076055Y-119483700D01* -X87080160Y-119457786D01* -X87080160Y-119449334D01* -X87080159Y-119449333D01* -X86655160Y-119449333D01* -X86155159Y-119449333D01* -X85730162Y-119449333D01* -X85730161Y-119449334D01* -X85730161Y-119457786D01* -X85730160Y-119457786D01* -X84705000Y-119457786D01* -X84705000Y-119149998D01* -X85205000Y-119149998D01* -X85205001Y-119150000D01* -X85454999Y-119150000D01* -X85455000Y-119149999D01* -X85455000Y-119070302D01* -X85454999Y-119070299D01* -X85443396Y-119011963D01* -X85401546Y-118949332D01* -X85730160Y-118949332D01* -X85730161Y-118949333D01* -X86155159Y-118949333D01* -X86155160Y-118949332D01* -X86655160Y-118949332D01* -X86655161Y-118949333D01* -X87080158Y-118949333D01* -X87080159Y-118949331D01* -X87080159Y-118940879D01* -X87064399Y-118841367D01* -X87064397Y-118841363D01* -X87003278Y-118721411D01* -X86908081Y-118626214D01* -X86788129Y-118565095D01* -X86788130Y-118565095D01* -X86688614Y-118549333D01* -X86655161Y-118549333D01* -X86655160Y-118549334D01* -X86655160Y-118949332D01* -X86155160Y-118949332D01* -X86155160Y-118549333D01* -X86121707Y-118549333D01* -X86121704Y-118549334D01* -X86022194Y-118565093D01* -X86022190Y-118565095D01* -X85902238Y-118626214D01* -X85807041Y-118721411D01* -X85745922Y-118841363D01* -X85730160Y-118940879D01* -X85730160Y-118949332D01* -X85401546Y-118949332D01* -X85399193Y-118945810D01* -X85399189Y-118945806D01* -X85333036Y-118901603D01* -X85274700Y-118890000D01* -X85205001Y-118890000D01* -X85205000Y-118890001D01* -X85205000Y-119149998D01* -X84705000Y-119149998D01* -X84705000Y-118890001D01* -X84704999Y-118890000D01* -X84635299Y-118890000D01* -X84576964Y-118901603D01* -X84505451Y-118949387D01* -X84446563Y-118965995D01* -X84402809Y-118951777D01* -X84402732Y-118951965D01* -X84400354Y-118950980D01* -X84395448Y-118949386D01* -X84393723Y-118948233D01* -X84393720Y-118948232D01* -X84349827Y-118939500D01* -X84349820Y-118939500D01* -X83720180Y-118939500D01* -X83720172Y-118939500D01* -X83676279Y-118948232D01* -X83676275Y-118948234D01* -X83626498Y-118981494D01* -X83626494Y-118981498D01* -X83593234Y-119031275D01* -X83593233Y-119031276D01* -X83593232Y-119031278D01* -X83593233Y-119031278D01* -X83590540Y-119044815D01* -X83560644Y-119098198D01* -X83505079Y-119123814D01* -X83493443Y-119124500D01* -X82707320Y-119124500D01* -X82649129Y-119105593D01* -X82613165Y-119056093D01* -X82613165Y-118994907D01* -X82618379Y-118982020D01* -X82645572Y-118926395D01* -X82645571Y-118926395D01* -X82645573Y-118926393D01* -X82655500Y-118858260D01* -X82655500Y-118654500D01* -X82674407Y-118596309D01* -X82723907Y-118560345D01* -X82754500Y-118555500D01* -X83573119Y-118555500D01* -X83631310Y-118574407D01* -X83655433Y-118599498D01* -X83681496Y-118638504D01* -X83731278Y-118671767D01* -X83742327Y-118673964D01* -X83775172Y-118680499D01* -X83775178Y-118680499D01* -X83775180Y-118680500D01* -X83775181Y-118680500D01* -X84104819Y-118680500D01* -X84104820Y-118680500D01* -X84104821Y-118680499D01* -X84104827Y-118680499D01* -X84128437Y-118675802D01* -X84148722Y-118671767D01* -X84198504Y-118638504D01* -X84231767Y-118588722D01* -X84239602Y-118549334D01* -X84240499Y-118544827D01* -X84240500Y-118544818D01* -X84240500Y-118015181D01* -X84240499Y-118015172D01* -X84231767Y-117971279D01* -X84231765Y-117971275D01* -X84224584Y-117960528D01* -X84198504Y-117921496D01* -X84183996Y-117911802D01* -X84146119Y-117863752D01* -X84140000Y-117829488D01* -X84140000Y-117680001D01* -X84139999Y-117680000D01* -X84640000Y-117680000D01* -X84640000Y-118029999D01* -X84640001Y-118030000D01* -X84659697Y-118030000D01* -X84659700Y-118029999D01* -X84718036Y-118018396D01* -X84784189Y-117974193D01* -X84784193Y-117974189D01* -X84828396Y-117908036D01* -X84839999Y-117849700D01* -X84840000Y-117849697D01* -X84840000Y-117680000D01* -X84640000Y-117680000D01* -X84139999Y-117680000D01* -X83040000Y-117680000D01* -X83040000Y-117849698D01* -X83047258Y-117886185D01* -X83040066Y-117946947D01* -X82998534Y-117991877D01* -X82950160Y-118004500D01* -X82411884Y-118004500D01* -X82392571Y-118002598D01* -X82375000Y-117999103D01* -X82374997Y-117999103D01* -X82355695Y-118002941D01* -X82355683Y-118002945D01* -X82329140Y-118008225D01* -X82267505Y-118020485D01* -X82267503Y-118020485D01* -X82267503Y-118020486D01* -X82267500Y-118020487D01* -X82241238Y-118038036D01* -X82234354Y-118042636D01* -X82211632Y-118057817D01* -X82156635Y-118074500D01* -X81721740Y-118074500D01* -X81687673Y-118079463D01* -X81653604Y-118084427D01* -X81548518Y-118135801D01* -X81465801Y-118218518D01* -X81449057Y-118252770D01* -X81430223Y-118291297D01* -X81428911Y-118293980D01* -X81386368Y-118337954D01* -X81339970Y-118349500D01* -X81254500Y-118349500D01* -X81196309Y-118330593D01* -X81160345Y-118281093D01* -X81155500Y-118250500D01* -X81155500Y-117901741D01* -X81155499Y-117901734D01* -X81153532Y-117888233D01* -X81145573Y-117833607D01* -X81144985Y-117832405D01* -X81106212Y-117753093D01* -X81094198Y-117728517D01* -X81011483Y-117645802D01* -X81011481Y-117645801D01* -X80906395Y-117594427D01* -X80879139Y-117590456D01* -X80838260Y-117584500D01* -X80221740Y-117584500D01* -X80187673Y-117589463D01* -X80153604Y-117594427D01* -X80048518Y-117645801D01* -X79965801Y-117728518D01* -X79914427Y-117833604D01* -X79907667Y-117880002D01* -X79904500Y-117901740D01* -X79904500Y-118368260D01* -X79909124Y-118399997D01* -X79914427Y-118436395D01* -X79959321Y-118528226D01* -X79965802Y-118541483D01* -X80048517Y-118624198D01* -X80091341Y-118645133D01* -X80153604Y-118675572D01* -X80153605Y-118675572D01* -X80153607Y-118675573D01* -X80221740Y-118685500D01* -X80649876Y-118685500D01* -X80708067Y-118704407D01* -X80719880Y-118714496D01* -X80799115Y-118793731D01* -X80811426Y-118808733D01* -X80821376Y-118823624D01* -X80821379Y-118823626D01* -X80821380Y-118823627D01* -X80840329Y-118836288D01* -X80840334Y-118836292D01* -X80912505Y-118884516D01* -X80930022Y-118888000D01* -X81020000Y-118905897D01* -X81037571Y-118902401D01* -X81056884Y-118900500D01* -X81339970Y-118900500D01* -X81398161Y-118919407D01* -X81428910Y-118956019D01* -X81441621Y-118982019D01* -X81450193Y-119042600D01* -X81421518Y-119096651D01* -X81366550Y-119123524D01* -X81352681Y-119124500D01* -X80951884Y-119124500D01* -X80932570Y-119122598D01* -X80928272Y-119121743D01* -X80915000Y-119119103D01* -X80914999Y-119119103D01* -X80887867Y-119124500D01* -X80803393Y-119141301D01* -X80795291Y-119148645D01* -X80741924Y-119184304D01* -X80741914Y-119184311D01* -X80716378Y-119201374D01* -X80712249Y-119205504D01* -X80657732Y-119233281D01* -X80642245Y-119234500D01* -X80221740Y-119234500D01* -X80187673Y-119239463D01* -X80153604Y-119244427D01* -X80048518Y-119295801D01* -X79965801Y-119378518D01* -X79914427Y-119483604D01* -X79910792Y-119508554D01* -X79904500Y-119551740D01* -X79904500Y-120018260D01* -X79908525Y-120045884D01* -X79914427Y-120086395D01* -X79963673Y-120187128D01* -X79965802Y-120191483D01* -X80048517Y-120274198D01* -X80081338Y-120290243D01* -X80153604Y-120325572D01* -X80153605Y-120325572D01* -X80153607Y-120325573D01* -X80221740Y-120335500D01* -X80221743Y-120335500D01* -X80838257Y-120335500D01* -X80838260Y-120335500D01* -X80906393Y-120325573D01* -X81011483Y-120274198D01* -X81094198Y-120191483D01* -X81145573Y-120086393D01* -X81155500Y-120018260D01* -X81155500Y-119774500D01* -X81174407Y-119716309D01* -X81223907Y-119680345D01* -X81254500Y-119675500D01* -X83493443Y-119675500D01* -X83551634Y-119694407D01* -X83587598Y-119743907D01* -X83590538Y-119755176D01* -X83592151Y-119763281D01* -X83593233Y-119768723D01* -X83615186Y-119801578D01* -X83631794Y-119860467D01* -X83610616Y-119917870D01* -X83587874Y-119938893D01* -X83576498Y-119946494D01* -X83576494Y-119946498D01* -X83543234Y-119996275D01* -X83543232Y-119996279D01* -X83534500Y-120040172D01* -X83534500Y-120419827D01* -X83543232Y-120463720D01* -X83543234Y-120463724D01* -X83549501Y-120473103D01* -X83576496Y-120513504D01* -X83626278Y-120546767D01* -X83637327Y-120548964D01* -X83670172Y-120555499D01* -X83670178Y-120555499D01* -X83670180Y-120555500D01* -X83670181Y-120555500D01* -X83953005Y-120555500D01* -X84011196Y-120574407D01* -X84047160Y-120623907D01* -X84047160Y-120685093D01* -X84011196Y-120734593D01* -X83972320Y-120751597D01* -X83967293Y-120752597D01* -X83947978Y-120754500D01* -X83670172Y-120754500D01* -X83626279Y-120763232D01* -X83626275Y-120763234D01* -X83576498Y-120796494D01* -X83576494Y-120796498D01* -X83543234Y-120846275D01* -X83543232Y-120846279D01* -X83534500Y-120890172D01* -X83534500Y-121101000D01* -X83515593Y-121159191D01* -X83466093Y-121195155D01* -X83435500Y-121200000D01* -X83090000Y-121200000D01* -X76370000Y-121180000D01* -X71514890Y-124313933D01* -X71460376Y-124329753D01* -X64823675Y-124274484D01* -X64765643Y-124255092D01* -X64730093Y-124205295D01* -X64725499Y-124175487D01* -X64725499Y-122580003D01* +X84807000Y-127400000D01* +X84807000Y-124842302D01* +X84806999Y-124842299D01* +X84795396Y-124783963D01* +X84751193Y-124717810D01* +X84751189Y-124717806D01* +X84685036Y-124673603D01* +X84626700Y-124662000D01* +X84032001Y-124662000D01* +X84032000Y-124662001D01* +X84032000Y-127411999D01* +X83532000Y-127411999D01* +X83532000Y-124662001D01* +X83531999Y-124662000D01* +X82937299Y-124662000D01* +X82878963Y-124673603D01* +X82812810Y-124717806D01* +X82812806Y-124717810D01* +X82768603Y-124783963D01* +X82757000Y-124842299D01* +X82757000Y-127411999D01* +X80257500Y-127411999D01* +X80257500Y-124847181D01* +X80257499Y-124847172D01* +X80248767Y-124803279D01* +X80248765Y-124803275D01* +X80215505Y-124753498D01* +X80215504Y-124753496D01* +X80214840Y-124753052D01* +X80165724Y-124720234D01* +X80165720Y-124720232D01* +X80121818Y-124711499D01* +X80121798Y-124711497D01* +X80121789Y-124711493D01* +X80117048Y-124710550D01* +X80117254Y-124709509D01* +X80065740Y-124686978D01* +X80034800Y-124634192D01* +X80032500Y-124612974D01* +X80032500Y-120848700D01* +X86061000Y-120848700D01* +X86072603Y-120907036D01* +X86116806Y-120973189D01* +X86116810Y-120973193D01* +X86182963Y-121017396D01* +X86241299Y-121028999D01* +X86241303Y-121029000D01* +X86385999Y-121029000D01* +X86386000Y-121028999D01* +X86386000Y-120654001D01* +X86385999Y-120654000D01* +X86061001Y-120654000D01* +X86061000Y-120654001D01* +X86061000Y-120848700D01* +X80032500Y-120848700D01* +X80032500Y-119203680D01* +X80049618Y-118768040D01* +X80049923Y-118764164D01* +X80072548Y-118573009D01* +X80100940Y-118333130D01* +X80101543Y-118329323D01* +X80186226Y-117903606D01* +X80187126Y-117899852D01* +X80304950Y-117482085D01* +X80306141Y-117478419D01* +X80456386Y-117071169D01* +X80457855Y-117067623D01* +X80639587Y-116673422D01* +X80641334Y-116669994D01* +X80853433Y-116291271D01* +X80855444Y-116287989D01* +X81096597Y-115927082D01* +X81098864Y-115923962D01* +X81367596Y-115583081D01* +X81370104Y-115580144D01* +X81664745Y-115261409D01* +X81667622Y-115258547D01* +X81680186Y-115247034D01* +X81961900Y-114988888D01* +X81965204Y-114986116D01* +X82281847Y-114743145D01* +X82285365Y-114740681D01* +X82559803Y-114565845D01* +X82621981Y-114526233D01* +X82625706Y-114524081D01* +X82979734Y-114339785D01* +X82983636Y-114337966D01* +X83352378Y-114185227D01* +X83356427Y-114183755D01* +X83475316Y-114146269D01* +X83737072Y-114063737D01* +X83741206Y-114062628D01* +X84130883Y-113976239D01* +X84135124Y-113975491D01* +X84530832Y-113923396D01* +X84535103Y-113923022D01* +X84936009Y-113905519D01* +X84936009Y-113905518D01* +X84936444Y-113905500D01* +X85435113Y-113905500D01* +X85435114Y-113905500D01* +X85527610Y-113890065D01* +X85615628Y-113842431D01* +X85662746Y-113830500D01* +X85887819Y-113830500D01* +X85887820Y-113830500D01* +X85887821Y-113830499D01* +X85887827Y-113830499D01* +X85909623Y-113826162D01* +X85931722Y-113821767D01* +X85981504Y-113788504D01* +X86014767Y-113738722D01* +X86023500Y-113694820D01* +X86023500Y-113365180D01* +X86023499Y-113365178D01* +X86023499Y-113365172D01* +X86015628Y-113325605D01* +X86014767Y-113321278D01* +X85981504Y-113271496D01* +X85964639Y-113260227D01* +X85931724Y-113238234D01* +X85931720Y-113238232D01* +X85887827Y-113229500D01* +X85887820Y-113229500D01* +X85663256Y-113229500D01* +X85605065Y-113210593D01* +X85602449Y-113208625D01* +X85593011Y-113201279D01* +X85585189Y-113195191D01* +X85466660Y-113154500D01* +X84904896Y-113154500D01* +X84903084Y-113154500D01* +X84902626Y-113154519D01* +X84724810Y-113154519D01* +X84373893Y-113182136D01* +X84303709Y-113187660D01* +X83886512Y-113253737D01* +X83475784Y-113352344D01* +X83475780Y-113352345D01* +X83475777Y-113352346D01* +X83360585Y-113389774D01* +X83074051Y-113482874D01* +X82725730Y-113627154D01* +X82683800Y-113644522D01* +X82307438Y-113836289D01* +X82307436Y-113836290D01* +X82245952Y-113873968D01* +X81947281Y-114056995D01* +X81766822Y-114188107D01* +X81605555Y-114305275D01* +X81605553Y-114305276D01* +X81605554Y-114305275D01* +X81438950Y-114447570D01* +X81295037Y-114570485D01* +X81284355Y-114579608D01* +X81094456Y-114769507D01* +X81094394Y-114769577D01* +X81030914Y-114833057D01* +X80975206Y-114888765D01* +X80838691Y-115046309D01* +X80679186Y-115230384D01* +X80597926Y-115338934D01* +X80408296Y-115592247D01* +X80163909Y-115972515D01* +X80163907Y-115972518D01* +X80058328Y-116165870D01* +X79947273Y-116369248D01* +X79878190Y-116520516D01* +X79759495Y-116780416D01* +X79759492Y-116780422D01* +X79759491Y-116780426D01* +X79601522Y-117203952D01* +X79601518Y-117203965D01* +X79601518Y-117203964D01* +X79474169Y-117637666D01* +X79378080Y-118079369D01* +X79313748Y-118526794D01* +X79313748Y-118526793D01* +X79281501Y-118977664D01* +X79281500Y-119141020D01* +X79281500Y-124612974D01* +X79262593Y-124671165D01* +X79213093Y-124707129D01* +X79196943Y-124710505D01* +X79196952Y-124710550D01* +X79192406Y-124711454D01* +X79192202Y-124711497D01* +X79192181Y-124711499D01* +X79148279Y-124720232D01* +X79148275Y-124720234D01* +X79098498Y-124753494D01* +X79098494Y-124753498D01* +X79065234Y-124803275D01* +X79065232Y-124803279D01* +X79056500Y-124847172D01* +X79056500Y-130059705D01* +X79037593Y-130117896D01* +X78988093Y-130153860D01* +X78957385Y-130158705D01* +X76655885Y-130156042D01* +X76597717Y-130137067D01* +X76561810Y-130087526D01* +X76557000Y-130057042D01* +X76557000Y-127912001D01* +X76556999Y-127912000D01* +X74507000Y-127912000D01* +X74507000Y-130054441D01* +X74488093Y-130112632D01* +X74438593Y-130148596D01* +X74407885Y-130153441D01* +X67424045Y-130145361D01* +X67408309Y-130144084D01* +X66529450Y-130001533D01* +X66490386Y-129986183D01* +X65498788Y-129325118D01* +X65472917Y-129299969D01* +X65256772Y-128994824D01* +X64838414Y-128404202D01* +X64820664Y-128356549D01* +X64754981Y-127680000D01* +X64728962Y-127411998D01* +X74507000Y-127411998D01* +X74507001Y-127412000D01* +X75281999Y-127412000D01* +X75282000Y-127411999D01* +X75782000Y-127411999D01* +X75782001Y-127412000D01* +X76556999Y-127412000D01* +X76557000Y-127411998D01* +X76557000Y-124842302D01* +X76556999Y-124842299D01* +X76545396Y-124783963D01* +X76501193Y-124717810D01* +X76501189Y-124717806D01* +X76435036Y-124673603D01* +X76376700Y-124662000D01* +X75782001Y-124662000D01* +X75782000Y-124662001D01* +X75782000Y-127411999D01* +X75282000Y-127411999D01* +X75282000Y-124662000D01* +X74687299Y-124662000D01* +X74628963Y-124673603D01* +X74562810Y-124717806D01* +X74562806Y-124717810D01* +X74518603Y-124783963D01* +X74507000Y-124842299D01* +X74507000Y-127411998D01* +X64728962Y-127411998D01* +X64725732Y-127378729D01* +X64725500Y-127373943D01* +X64725500Y-122580003D01* X65450040Y-122580003D01* X65469828Y-122780929D01* X65469829Y-122780935D01* @@ -5989,7 +5865,7 @@ X65855639Y-122850806D01* X65910156Y-122823029D01* X65970588Y-122832600D01* X66013543Y-122875263D01* -X66021985Y-122891555D01* +X66026440Y-122900153D01* X66026442Y-122900156D01* X66129638Y-123010652D01* X66191888Y-123048507D01* @@ -6053,7 +5929,7 @@ X69211226Y-123541386D01* X69211231Y-123541385D01* X69243626Y-123531558D01* X69395114Y-123485605D01* -X69455870Y-123453129D01* +X69528861Y-123414116D01* X69564569Y-123395030D01* X69564572Y-123395027D01* X69564581Y-123395023D01* @@ -6072,7 +5948,7 @@ X71034937Y-122864407D01* X71065686Y-122901019D01* X71070802Y-122911483D01* X71153517Y-122994198D01* -X71207285Y-123020483D01* +X71200395Y-123017115D01* X71258604Y-123045572D01* X71258605Y-123045572D01* X71258607Y-123045573D01* @@ -6085,70 +5961,56 @@ X72116483Y-122994198D01* X72199198Y-122911483D01* X72250573Y-122806393D01* X72260500Y-122738260D01* -X72260500Y-122385123D01* -X72279407Y-122326932D01* -X72289490Y-122315125D01* -X74481459Y-120123156D01* -X74535976Y-120095380D01* -X74551463Y-120094161D01* -X75849251Y-120094161D01* -X75907442Y-120113068D01* -X75924070Y-120128330D01* -X75953788Y-120162626D01* -X75953790Y-120162628D01* -X76060538Y-120231231D01* -X76062770Y-120232665D01* -X76187067Y-120269161D01* -X76187069Y-120269161D01* -X76316609Y-120269161D01* -X76316611Y-120269161D01* -X76440908Y-120232665D01* -X76549888Y-120162628D01* -X76634721Y-120064724D01* -X76688536Y-119946887D01* -X76700713Y-119862194D01* -X76706972Y-119818663D01* -X76706972Y-119818658D01* -X76688536Y-119690435D01* -X76676868Y-119664886D01* -X76634721Y-119572598D01* -X76549888Y-119474694D01* -X76549887Y-119474693D01* -X76549886Y-119474692D01* -X76440912Y-119404659D01* -X76440909Y-119404657D01* -X76440908Y-119404657D01* -X76428113Y-119400900D01* -X76316613Y-119368161D01* -X76316611Y-119368161D01* -X76187067Y-119368161D01* -X76187064Y-119368161D01* -X76062772Y-119404656D01* -X76062765Y-119404659D01* -X75953790Y-119474693D01* -X75953788Y-119474695D01* -X75924070Y-119508992D01* -X75871674Y-119540588D01* -X75849251Y-119543161D01* -X74433223Y-119543161D01* -X74413909Y-119541259D01* -X74410536Y-119540588D01* -X74396339Y-119537764D01* -X74396338Y-119537764D01* -X74396336Y-119537764D01* -X74377030Y-119541603D01* -X74377021Y-119541606D01* -X74288845Y-119559145D01* -X74246871Y-119587190D01* -X74223300Y-119602939D01* -X74223297Y-119602942D01* -X74220717Y-119604667D01* -X74220715Y-119604668D01* -X74215446Y-119608189D01* -X74197716Y-119620036D01* -X74197711Y-119620041D01* -X74187762Y-119634930D01* -X74175454Y-119649928D01* +X72260500Y-122385119D01* +X72279406Y-122326932D01* +X72289489Y-122315125D01* +X73524231Y-121080383D01* +X73578746Y-121052608D01* +X73636195Y-121061706D01* +X73636490Y-121061062D01* +X73638807Y-121062120D01* +X73639178Y-121062179D01* +X73640118Y-121062718D01* +X73642926Y-121064000D01* +X73642931Y-121064004D01* +X73767228Y-121100500D01* +X73767230Y-121100500D01* +X73896770Y-121100500D01* +X73896772Y-121100500D01* +X74021069Y-121064004D01* +X74130049Y-120993967D01* +X74214882Y-120896063D01* +X74268697Y-120778226D01* +X74279319Y-120704350D01* +X74287133Y-120650002D01* +X74287133Y-120649997D01* +X74268697Y-120521774D01* +X74262590Y-120508402D01* +X74214882Y-120403937D01* +X74130049Y-120306033D01* +X74130048Y-120306032D01* +X74130047Y-120306031D01* +X74021073Y-120235998D01* +X74021070Y-120235996D01* +X74021069Y-120235996D01* +X74004841Y-120231231D01* +X73896774Y-120199500D01* +X73896772Y-120199500D01* +X73767228Y-120199500D01* +X73767225Y-120199500D01* +X73642933Y-120235995D01* +X73642926Y-120235998D01* +X73533955Y-120306030D01* +X73533949Y-120306035D01* +X73473998Y-120375221D01* +X73454184Y-120392703D01* +X73418550Y-120416514D01* +X73391958Y-120434281D01* +X73391958Y-120434282D01* +X73366377Y-120451375D01* +X73366372Y-120451380D01* +X73356423Y-120466269D01* +X73344115Y-120481267D01* X71899880Y-121925504D01* X71845363Y-121953281D01* X71829876Y-121954500D01* @@ -6166,16 +6028,15 @@ X70026212Y-122294500D01* X69968021Y-122275593D01* X69932057Y-122226093D01* X69931475Y-122224238D01* -X69930963Y-122222549D01* -X69925605Y-122204886D01* -X69924958Y-122203675D01* +X69925604Y-122204884D01* +X69925602Y-122204880D01* X69835030Y-122035430D01* X69835025Y-122035423D01* X69835023Y-122035419D01* -X69743746Y-121924198D01* +X69747111Y-121928298D01* X69713124Y-121886884D01* X69713115Y-121886875D01* -X69614376Y-121805843D01* +X69603936Y-121797275D01* X69564581Y-121764977D01* X69564578Y-121764975D01* X69564569Y-121764969D01* @@ -6253,8 +6114,8 @@ X65469829Y-122379064D01* X65469828Y-122379070D01* X65450040Y-122579996D01* X65450040Y-122580003D01* -X64725499Y-122580003D01* -X64725499Y-120040003D01* +X64725500Y-122580003D01* +X64725500Y-120040003D01* X65499780Y-120040003D01* X65518613Y-120231226D01* X65518614Y-120231231D01* @@ -6263,7 +6124,7 @@ X65574397Y-120415119D01* X65664969Y-120584569D01* X65664975Y-120584578D01* X65664977Y-120584581D01* -X65714897Y-120645409D01* +X65708508Y-120637624D01* X65786875Y-120733115D01* X65786884Y-120733124D01* X65843443Y-120779540D01* @@ -6272,7 +6133,7 @@ X65935423Y-120855025D01* X65935430Y-120855030D01* X66104880Y-120945602D01* X66104886Y-120945605D01* -X66232988Y-120984464D01* +X66232170Y-120984216D01* X66288768Y-121001385D01* X66288773Y-121001386D01* X66479997Y-121020220D01* @@ -6280,9 +6141,9 @@ X66480000Y-121020220D01* X66480003Y-121020220D01* X66671226Y-121001386D01* X66671231Y-121001385D01* -X66707569Y-120990362D01* +X66671230Y-121001384D01* X66855114Y-120945605D01* -X66958822Y-120890172D01* +X66947801Y-120896063D01* X67024569Y-120855030D01* X67024572Y-120855027D01* X67024581Y-120855023D01* @@ -6290,475 +6151,11 @@ X67173120Y-120733120D01* X67295023Y-120584581D01* X67295027Y-120584572D01* X67295030Y-120584569D01* -X67359623Y-120463722D01* +X67354427Y-120473444D01* X67385605Y-120415114D01* X67441385Y-120231231D01* X67441386Y-120231226D01* X67460220Y-120040003D01* -X67460220Y-120039996D01* -X67441386Y-119848773D01* -X67441385Y-119848768D01* -X67417103Y-119768722D01* -X67385605Y-119664886D01* -X67385601Y-119664879D01* -X67295030Y-119495430D01* -X67295025Y-119495423D01* -X67295023Y-119495419D01* -X67224793Y-119409844D01* -X67173124Y-119346884D01* -X67173115Y-119346875D01* -X67077153Y-119268122D01* -X67024581Y-119224977D01* -X67024578Y-119224975D01* -X67024569Y-119224969D01* -X66855119Y-119134397D01* -X66855114Y-119134395D01* -X66671231Y-119078614D01* -X66671226Y-119078613D01* -X66480003Y-119059780D01* -X66479997Y-119059780D01* -X66288773Y-119078613D01* -X66288768Y-119078614D01* -X66104885Y-119134395D01* -X66104880Y-119134397D01* -X65935430Y-119224969D01* -X65935420Y-119224976D01* -X65786884Y-119346875D01* -X65786875Y-119346884D01* -X65664976Y-119495420D01* -X65664969Y-119495430D01* -X65574397Y-119664880D01* -X65574395Y-119664885D01* -X65518614Y-119848768D01* -X65518613Y-119848773D01* -X65499780Y-120039996D01* -X65499780Y-120040003D01* -X64725499Y-120040003D01* -X64725499Y-111346266D01* -X64725499Y-93690896D01* -X64744406Y-93632709D01* -X64793906Y-93596745D01* -X64855092Y-93596745D01* -X64894503Y-93620896D01* -X65524080Y-94250473D01* -X65551857Y-94304990D01* -X65548813Y-94349214D01* -X65518615Y-94448765D01* -X65518613Y-94448773D01* -X65499780Y-94639996D01* -X65499780Y-94640003D01* -X65518613Y-94831226D01* -X65518614Y-94831231D01* -X65574395Y-95015114D01* -X65574397Y-95015119D01* -X65664969Y-95184569D01* -X65664975Y-95184578D01* -X65664977Y-95184581D01* -X65705095Y-95233465D01* -X65786875Y-95333115D01* -X65786888Y-95333128D01* -X65928046Y-95448972D01* -X65961034Y-95500503D01* -X65957433Y-95561582D01* -X65918617Y-95608879D01* -X65865242Y-95624500D01* -X65680884Y-95624500D01* -X65661571Y-95622598D01* -X65644000Y-95619103D01* -X65643997Y-95619103D01* -X65624695Y-95622941D01* -X65624683Y-95622945D01* -X65604585Y-95626943D01* -X65536505Y-95640485D01* -X65536503Y-95640485D01* -X65536503Y-95640486D01* -X65536501Y-95640487D01* -X65527974Y-95646185D01* -X65505226Y-95661385D01* -X65491123Y-95670807D01* -X65470962Y-95684278D01* -X65470957Y-95684282D01* -X65468378Y-95686006D01* -X65468376Y-95686007D01* -X65458061Y-95692899D01* -X65445377Y-95701375D01* -X65445372Y-95701380D01* -X65435423Y-95716269D01* -X65423115Y-95731267D01* -X65041267Y-96113115D01* -X65026269Y-96125423D01* -X65011380Y-96135372D01* -X65011374Y-96135378D01* -X64995120Y-96159703D01* -X64995116Y-96159710D01* -X64985538Y-96174045D01* -X64950485Y-96226503D01* -X64950484Y-96226507D01* -X64948075Y-96238616D01* -X64929103Y-96333999D01* -X64932598Y-96351569D01* -X64934500Y-96370883D01* -X64934500Y-113653115D01* -X64932598Y-113672427D01* -X64929103Y-113689999D01* -X64929103Y-113690002D01* -X64933311Y-113711162D01* -X64933316Y-113711182D01* -X64935116Y-113720231D01* -X64950485Y-113797495D01* -X64950486Y-113797496D01* -X64950485Y-113797496D01* -X64971024Y-113828234D01* -X64981817Y-113844388D01* -X65011374Y-113888622D01* -X65011375Y-113888622D01* -X65011376Y-113888624D01* -X65026266Y-113898573D01* -X65041269Y-113910885D01* -X65571547Y-114441163D01* -X65599324Y-114495680D01* -X65589753Y-114556112D01* -X65588854Y-114557834D01* -X65574395Y-114584884D01* -X65574395Y-114584885D01* -X65518614Y-114768768D01* -X65518613Y-114768773D01* -X65499780Y-114959996D01* -X65499780Y-114960003D01* -X65518613Y-115151226D01* -X65518614Y-115151231D01* -X65574395Y-115335114D01* -X65574397Y-115335119D01* -X65664969Y-115504569D01* -X65664975Y-115504578D01* -X65664977Y-115504581D01* -X65694890Y-115541030D01* -X65786875Y-115653115D01* -X65786884Y-115653124D01* -X65825515Y-115684827D01* -X65935419Y-115775023D01* -X65935423Y-115775025D01* -X65935430Y-115775030D01* -X66104880Y-115865602D01* -X66104886Y-115865605D01* -X66232987Y-115904464D01* -X66288768Y-115921385D01* -X66288773Y-115921386D01* -X66479997Y-115940220D01* -X66480000Y-115940220D01* -X66480003Y-115940220D01* -X66671226Y-115921386D01* -X66671231Y-115921385D01* -X66705848Y-115910884D01* -X66855114Y-115865605D01* -X66939500Y-115820500D01* -X67024569Y-115775030D01* -X67024572Y-115775027D01* -X67024581Y-115775023D01* -X67173120Y-115653120D01* -X67295023Y-115504581D01* -X67295027Y-115504572D01* -X67295030Y-115504569D01* -X67372303Y-115360000D01* -X67385605Y-115335114D01* -X67441385Y-115151231D01* -X67441386Y-115151226D01* -X67460220Y-114960003D01* -X67460220Y-114959996D01* -X67441386Y-114768773D01* -X67441385Y-114768768D01* -X67416359Y-114686270D01* -X67385605Y-114584886D01* -X67385340Y-114584391D01* -X67380527Y-114575386D01* -X67371145Y-114557834D01* -X67360388Y-114497604D01* -X67387089Y-114442552D01* -X67388395Y-114441219D01* -X67775119Y-114054496D01* -X67829636Y-114026719D01* -X67845123Y-114025500D01* -X68398046Y-114025500D01* -X68456237Y-114044407D01* -X68468050Y-114054497D01* -X68746690Y-114333138D01* -X68774467Y-114387654D01* -X68764896Y-114448086D01* -X68735498Y-114479783D01* -X68736795Y-114481378D01* -X68731543Y-114485650D01* -X68731542Y-114485651D01* -X68677834Y-114529346D01* -X68614258Y-114581068D01* -X68546833Y-114676589D01* -X68497829Y-114713226D01* -X68436649Y-114714062D01* -X68395950Y-114689502D01* -X68139450Y-114433003D01* -X68139449Y-114433003D01* -X68068443Y-114565845D01* -X68068441Y-114565850D01* -X68009829Y-114759064D01* -X68009828Y-114759070D01* -X67990040Y-114959996D01* -X67990040Y-114960003D01* -X68009828Y-115160929D01* -X68009829Y-115160935D01* -X68068441Y-115354149D01* -X68139449Y-115486995D01* -X68395639Y-115230806D01* -X68450156Y-115203029D01* -X68510588Y-115212600D01* -X68553543Y-115255263D01* -X68566440Y-115280153D01* -X68566442Y-115280156D01* -X68669638Y-115390652D01* -X68731888Y-115428507D01* -X68771783Y-115474896D01* -X68776792Y-115535876D01* -X68750453Y-115583097D01* -X68493003Y-115840548D01* -X68496033Y-115860975D01* -X68485868Y-115921310D01* -X68442180Y-115964147D01* -X68398104Y-115974500D01* -X67766884Y-115974500D01* -X67747570Y-115972598D01* -X67739848Y-115971062D01* -X67730000Y-115969103D01* -X67729999Y-115969103D01* -X67729997Y-115969103D01* -X67710695Y-115972941D01* -X67710683Y-115972945D01* -X67686627Y-115977730D01* -X67622505Y-115990485D01* -X67622504Y-115990486D01* -X67622502Y-115990486D01* -X67611204Y-115998036D01* -X67594055Y-116009495D01* -X67586698Y-116014411D01* -X67556958Y-116034281D01* -X67556958Y-116034282D01* -X67531377Y-116051375D01* -X67531372Y-116051380D01* -X67521423Y-116066269D01* -X67509115Y-116081267D01* -X66998835Y-116591547D01* -X66944318Y-116619324D01* -X66883886Y-116609753D01* -X66882211Y-116608878D01* -X66855114Y-116594395D01* -X66849586Y-116592718D01* -X66671231Y-116538614D01* -X66671226Y-116538613D01* -X66480003Y-116519780D01* -X66479997Y-116519780D01* -X66288773Y-116538613D01* -X66288768Y-116538614D01* -X66104885Y-116594395D01* -X66104880Y-116594397D01* -X65935430Y-116684969D01* -X65935420Y-116684976D01* -X65786884Y-116806875D01* -X65786875Y-116806884D01* -X65664976Y-116955420D01* -X65664969Y-116955430D01* -X65574397Y-117124880D01* -X65574395Y-117124885D01* -X65518614Y-117308768D01* -X65518613Y-117308773D01* -X65499780Y-117499996D01* -X65499780Y-117500003D01* -X65518613Y-117691226D01* -X65518614Y-117691231D01* -X65574395Y-117875114D01* -X65574397Y-117875119D01* -X65664969Y-118044569D01* -X65664975Y-118044578D01* -X65664977Y-118044581D01* -X65682604Y-118066059D01* -X65786875Y-118193115D01* -X65786884Y-118193124D01* -X65838502Y-118235485D01* -X65935419Y-118315023D01* -X65935423Y-118315025D01* -X65935430Y-118315030D01* -X66104880Y-118405602D01* -X66104886Y-118405605D01* -X66206381Y-118436393D01* -X66288768Y-118461385D01* -X66288773Y-118461386D01* -X66479997Y-118480220D01* -X66480000Y-118480220D01* -X66480003Y-118480220D01* -X66671226Y-118461386D01* -X66671231Y-118461385D01* -X66671230Y-118461385D01* -X66855114Y-118405605D01* -X66935255Y-118362769D01* -X67024569Y-118315030D01* -X67024572Y-118315027D01* -X67024581Y-118315023D01* -X67173120Y-118193120D01* -X67295023Y-118044581D01* -X67295027Y-118044572D01* -X67295030Y-118044569D01* -X67361980Y-117919314D01* -X67385605Y-117875114D01* -X67441385Y-117691231D01* -X67441386Y-117691226D01* -X67460220Y-117500003D01* -X67460220Y-117499996D01* -X67441386Y-117308773D01* -X67441385Y-117308768D01* -X67420377Y-117239515D01* -X67385605Y-117124886D01* -X67384187Y-117122233D01* -X67371146Y-117097834D01* -X67360390Y-117037602D01* -X67387092Y-116982550D01* -X67388453Y-116981162D01* -X67815121Y-116554496D01* -X67869637Y-116526719D01* -X67885124Y-116525500D01* -X68393056Y-116525500D01* -X68451247Y-116544407D01* -X68487211Y-116593907D01* -X68487211Y-116655093D01* -X68455861Y-116701028D01* -X68326884Y-116806875D01* -X68326875Y-116806884D01* -X68204976Y-116955420D01* -X68204969Y-116955430D01* -X68114397Y-117124880D01* -X68114395Y-117124885D01* -X68058614Y-117308768D01* -X68058613Y-117308773D01* -X68039780Y-117499996D01* -X68039780Y-117500003D01* -X68058613Y-117691226D01* -X68058614Y-117691231D01* -X68114395Y-117875114D01* -X68114397Y-117875119D01* -X68204969Y-118044569D01* -X68204975Y-118044578D01* -X68204977Y-118044581D01* -X68222604Y-118066059D01* -X68326875Y-118193115D01* -X68326884Y-118193124D01* -X68378502Y-118235485D01* -X68475419Y-118315023D01* -X68475423Y-118315025D01* -X68475430Y-118315030D01* -X68644880Y-118405602D01* -X68644886Y-118405605D01* -X68746381Y-118436393D01* -X68828768Y-118461385D01* -X68828773Y-118461386D01* -X69019997Y-118480220D01* -X69020000Y-118480220D01* -X69020003Y-118480220D01* -X69211226Y-118461386D01* -X69211231Y-118461385D01* -X69211230Y-118461385D01* -X69395114Y-118405605D01* -X69475255Y-118362769D01* -X69564569Y-118315030D01* -X69564572Y-118315027D01* -X69564581Y-118315023D01* -X69713120Y-118193120D01* -X69835023Y-118044581D01* -X69835027Y-118044572D01* -X69835030Y-118044569D01* -X69901980Y-117919314D01* -X69925605Y-117875114D01* -X69981385Y-117691231D01* -X69981386Y-117691226D01* -X70000220Y-117500003D01* -X70000220Y-117499995D01* -X69986846Y-117364203D01* -X69999958Y-117304440D01* -X70045695Y-117263797D01* -X70085369Y-117255500D01* -X72274256Y-117255500D01* -X72332447Y-117274407D01* -X72368411Y-117323907D01* -X72368411Y-117385093D01* -X72332447Y-117434593D01* -X72302147Y-117449490D01* -X72245933Y-117465995D01* -X72245926Y-117465998D01* -X72136952Y-117536031D01* -X72052117Y-117633938D01* -X71998302Y-117751774D01* -X71979867Y-117879997D01* -X71979867Y-117880002D01* -X71998302Y-118008225D01* -X72045553Y-118111688D01* -X72054500Y-118152815D01* -X72054500Y-118629812D01* -X72035593Y-118688003D01* -X71986093Y-118723967D01* -X71924907Y-118723967D01* -X71885498Y-118699817D01* -X71861483Y-118675802D01* -X71852076Y-118671203D01* -X71756395Y-118624427D01* -X71729139Y-118620456D01* -X71688260Y-118614500D01* -X71221740Y-118614500D01* -X71193065Y-118618678D01* -X71153604Y-118624427D01* -X71048518Y-118675801D01* -X70965801Y-118758518D01* -X70914427Y-118863604D01* -X70910581Y-118890001D01* -X70904501Y-118931739D01* -X70904500Y-118931743D01* -X70904500Y-119359876D01* -X70885593Y-119418067D01* -X70875504Y-119429880D01* -X70569880Y-119735504D01* -X70515363Y-119763281D01* -X70499876Y-119764500D01* -X70029245Y-119764500D01* -X69971054Y-119745593D01* -X69935090Y-119696093D01* -X69934546Y-119694363D01* -X69925605Y-119664886D01* -X69925602Y-119664880D01* -X69925602Y-119664879D01* -X69835030Y-119495430D01* -X69835025Y-119495423D01* -X69835023Y-119495419D01* -X69764793Y-119409844D01* -X69713124Y-119346884D01* -X69713115Y-119346875D01* -X69617153Y-119268122D01* -X69564581Y-119224977D01* -X69564578Y-119224975D01* -X69564569Y-119224969D01* -X69395119Y-119134397D01* -X69395114Y-119134395D01* -X69211231Y-119078614D01* -X69211226Y-119078613D01* -X69020003Y-119059780D01* -X69019997Y-119059780D01* -X68828773Y-119078613D01* -X68828768Y-119078614D01* -X68644885Y-119134395D01* -X68644880Y-119134397D01* -X68475430Y-119224969D01* -X68475420Y-119224976D01* -X68326884Y-119346875D01* -X68326875Y-119346884D01* -X68204976Y-119495420D01* -X68204969Y-119495430D01* -X68114397Y-119664880D01* -X68114395Y-119664885D01* -X68058614Y-119848768D01* -X68058613Y-119848773D01* -X68039780Y-120039996D01* X68039780Y-120040003D01* X68058613Y-120231226D01* X68058614Y-120231231D01* @@ -6767,7 +6164,7 @@ X68114397Y-120415119D01* X68204969Y-120584569D01* X68204975Y-120584578D01* X68204977Y-120584581D01* -X68254897Y-120645409D01* +X68248508Y-120637624D01* X68326875Y-120733115D01* X68326884Y-120733124D01* X68383443Y-120779540D01* @@ -6776,7 +6173,7 @@ X68475423Y-120855025D01* X68475430Y-120855030D01* X68644880Y-120945602D01* X68644886Y-120945605D01* -X68772987Y-120984464D01* +X68772170Y-120984216D01* X68828768Y-121001385D01* X68828773Y-121001386D01* X69019997Y-121020220D01* @@ -6784,9 +6181,8 @@ X69020000Y-121020220D01* X69020003Y-121020220D01* X69211226Y-121001386D01* X69211231Y-121001385D01* -X69247569Y-120990362D01* X69395114Y-120945605D01* -X69498822Y-120890172D01* +X69487801Y-120896063D01* X69564569Y-120855030D01* X69564572Y-120855027D01* X69564581Y-120855023D01* @@ -6807,10 +6203,11 @@ X70655000Y-120320897D01* X70682132Y-120315500D01* X70682133Y-120315500D01* X70762495Y-120299515D01* -X70810416Y-120267495D01* -X70817311Y-120262888D01* -X70841344Y-120246830D01* -X70841348Y-120246826D01* +X70814907Y-120264494D01* +X70830622Y-120253994D01* +X70830622Y-120253993D01* +X70841342Y-120246831D01* +X70841344Y-120246828D01* X70853624Y-120238624D01* X70863574Y-120223730D01* X70875887Y-120208728D01* @@ -6821,11 +6218,11 @@ X71688257Y-119865500D01* X71688260Y-119865500D01* X71756393Y-119855573D01* X71861483Y-119804198D01* -X71885498Y-119780182D01* -X71940013Y-119752407D01* -X72000445Y-119761978D01* -X72043710Y-119805243D01* -X72054500Y-119850188D01* +X71885497Y-119780183D01* +X71940011Y-119752406D01* +X72000444Y-119761977D01* +X72043709Y-119805240D01* +X72054500Y-119850187D01* X72054500Y-120004876D01* X72035593Y-120063067D01* X72025504Y-120074880D01* @@ -6843,10 +6240,10 @@ X71009500Y-120621740D01* X71009500Y-121088260D01* X71013021Y-121112424D01* X71019427Y-121156395D01* -X71059807Y-121238992D01* +X71065692Y-121251030D01* X71070802Y-121261483D01* X71153517Y-121344198D01* -X71194025Y-121364001D01* +X71167196Y-121350885D01* X71258604Y-121395572D01* X71258605Y-121395572D01* X71258607Y-121395573D01* @@ -6865,21 +6262,19 @@ X72289496Y-120590120D01* X72498728Y-120380887D01* X72513729Y-120368575D01* X72528624Y-120358624D01* -X72537463Y-120345396D01* -X72544077Y-120335500D01* -X72589513Y-120267498D01* -X72589513Y-120267497D01* +X72545018Y-120334090D01* +X72578097Y-120284584D01* +X72589511Y-120267501D01* +X72589511Y-120267500D01* X72589515Y-120267495D01* -X72592101Y-120254496D01* +X72591557Y-120257231D01* X72592125Y-120254377D01* -X72600907Y-120210223D01* +X72601041Y-120209550D01* X72605500Y-120187133D01* X72605500Y-120187131D01* X72605870Y-120185271D01* X72605873Y-120185253D01* -X72609832Y-120165347D01* -X72610896Y-120160000D01* -X72610107Y-120156031D01* +X72610896Y-120159999D01* X72607402Y-120142432D01* X72605500Y-120123120D01* X72605500Y-119917319D01* @@ -6900,17761 +6295,2661 @@ X73511483Y-119804198D01* X73594198Y-119721483D01* X73645573Y-119616393D01* X73655500Y-119548260D01* -X73655500Y-119120121D01* -X73674407Y-119061931D01* -X73684490Y-119050125D01* -X73887094Y-118847520D01* -X73941609Y-118819744D01* -X73984985Y-118822534D01* -X74080228Y-118850500D01* -X74080230Y-118850500D01* -X74209770Y-118850500D01* -X74209772Y-118850500D01* -X74334069Y-118814004D01* -X74443049Y-118743967D01* -X74527882Y-118646063D01* -X74581697Y-118528226D01* -X74590096Y-118469810D01* -X74600133Y-118400002D01* -X74600133Y-118399997D01* -X74581697Y-118271774D01* -X74566707Y-118238951D01* -X74527882Y-118153937D01* -X74443049Y-118056033D01* -X74443048Y-118056032D01* -X74443047Y-118056031D01* -X74334073Y-117985998D01* -X74334070Y-117985996D01* -X74334069Y-117985996D01* -X74323726Y-117982959D01* -X74209774Y-117949500D01* -X74209772Y-117949500D01* -X74080228Y-117949500D01* -X74080225Y-117949500D01* -X73955933Y-117985995D01* -X73955926Y-117985998D01* -X73846952Y-118056031D01* -X73762117Y-118153937D01* -X73736479Y-118210076D01* -X73716430Y-118238951D01* +X73655500Y-119120123D01* +X73674407Y-119061933D01* +X73684496Y-119050120D01* +X73996120Y-118738496D01* +X74050637Y-118710719D01* +X74066124Y-118709500D01* +X74099770Y-118709500D01* +X74099772Y-118709500D01* +X74224069Y-118673004D01* +X74333049Y-118602967D01* +X74417882Y-118505063D01* +X74471697Y-118387226D01* +X74480025Y-118329301D01* +X74490133Y-118259002D01* +X74490133Y-118258997D01* +X74471697Y-118130774D01* +X74436863Y-118054500D01* +X74417882Y-118012937D01* +X74333049Y-117915033D01* +X74333048Y-117915032D01* +X74333047Y-117915031D01* +X74224073Y-117844998D01* +X74224070Y-117844996D01* +X74224069Y-117844996D01* +X74209973Y-117840857D01* +X74099774Y-117808500D01* +X74099772Y-117808500D01* +X73970228Y-117808500D01* +X73970225Y-117808500D01* +X73845933Y-117844995D01* +X73845926Y-117844998D01* +X73736952Y-117915031D01* +X73652117Y-118012938D01* +X73598302Y-118130774D01* +X73579867Y-118258997D01* +X73579867Y-118259003D01* +X73587460Y-118311818D01* +X73577026Y-118372107D01* +X73559472Y-118395909D01* X73369879Y-118585503D01* X73315362Y-118613281D01* X73299875Y-118614500D01* X72871740Y-118614500D01* -X72843065Y-118618678D01* -X72803604Y-118624427D01* -X72747980Y-118651621D01* -X72687398Y-118660192D01* -X72633349Y-118631517D01* -X72606476Y-118576548D01* -X72605500Y-118562680D01* -X72605500Y-118359995D01* -X72624407Y-118301804D01* -X72650975Y-118276712D01* -X72733049Y-118223967D01* -X72817882Y-118126063D01* -X72871697Y-118008226D01* -X72878555Y-117960528D01* -X72890133Y-117880002D01* -X72890133Y-117879997D01* -X72871697Y-117751774D01* -X72860383Y-117727000D01* -X72841202Y-117685000D01* -X75925000Y-117685000D01* -X75925000Y-117979700D01* -X75936603Y-118038036D01* -X75980806Y-118104189D01* -X75980810Y-118104193D01* -X76046963Y-118148396D01* -X76105299Y-118159999D01* -X76105303Y-118160000D01* -X76974999Y-118160000D01* -X76975000Y-118159999D01* -X76975000Y-118159998D01* -X77475000Y-118159998D01* -X77475001Y-118160000D01* -X78344697Y-118160000D01* -X78344700Y-118159999D01* -X78403036Y-118148396D01* -X78469189Y-118104193D01* -X78469193Y-118104189D01* -X78513396Y-118038036D01* -X78524999Y-117979700D01* -X78525000Y-117979697D01* -X78525000Y-117685001D01* -X78524999Y-117685000D01* -X77475001Y-117685000D01* -X77475000Y-117685001D01* -X77475000Y-118159998D01* -X76975000Y-118159998D01* -X76975000Y-117685001D01* -X76974999Y-117685000D01* -X75925000Y-117685000D01* -X72841202Y-117685000D01* -X72817882Y-117633937D01* -X72733049Y-117536033D01* -X72733048Y-117536032D01* -X72733047Y-117536031D01* -X72624073Y-117465998D01* -X72624070Y-117465996D01* -X72624069Y-117465996D01* -X72617945Y-117464198D01* -X72567853Y-117449490D01* -X72517346Y-117414955D01* -X72496784Y-117357328D01* -X72514022Y-117298621D01* -X72562475Y-117261258D01* -X72595744Y-117255500D01* -X74753116Y-117255500D01* -X74772429Y-117257401D01* -X74790000Y-117260897D01* -X74817132Y-117255500D01* -X74817133Y-117255500D01* -X74897495Y-117239515D01* -X74948734Y-117205278D01* -X74965622Y-117193994D01* -X74965621Y-117193994D01* -X74976344Y-117186830D01* -X74976347Y-117186826D01* -X74979083Y-117184998D01* -X75925000Y-117184998D01* -X75925001Y-117185000D01* -X76974999Y-117185000D01* -X76975000Y-117184999D01* -X77475000Y-117184999D01* -X77475001Y-117185000D01* -X78524999Y-117185000D01* -X78525000Y-117184998D01* -X78525000Y-116890302D01* -X78524999Y-116890299D01* -X78513396Y-116831963D01* -X78468319Y-116764502D01* -X78451710Y-116705614D01* -X78472887Y-116648210D01* -X78523761Y-116614217D01* -X78550634Y-116610500D01* -X79289819Y-116610500D01* -X79289820Y-116610500D01* -X79289821Y-116610499D01* -X79289827Y-116610499D01* -X79318796Y-116604736D01* -X79333722Y-116601767D01* -X79383504Y-116568504D01* -X79416767Y-116518722D01* -X79423083Y-116486972D01* -X79425499Y-116474827D01* -X79425500Y-116474818D01* -X79425500Y-116461763D01* -X79444407Y-116403572D01* -X79493907Y-116367608D01* -X79548975Y-116367608D01* -X79549123Y-116366865D01* -X79552858Y-116367608D01* -X79555093Y-116367608D01* -X79557705Y-116368572D01* -X79602579Y-116377499D01* -X79602585Y-116377499D01* -X79602587Y-116377500D01* -X79602588Y-116377500D01* -X79982226Y-116377500D01* -X79982227Y-116377500D01* -X79982228Y-116377499D01* -X79982234Y-116377499D01* -X80004030Y-116373162D01* -X80026129Y-116368767D01* -X80075911Y-116335504D01* -X80109174Y-116285722D01* -X80114707Y-116257908D01* -X80117906Y-116241827D01* -X80117907Y-116241818D01* -X80117907Y-115606304D01* -X80136814Y-115548113D01* -X80161914Y-115523983D01* -X80162916Y-115523313D01* -X80221806Y-115506713D01* -X80279207Y-115527897D01* -X80313193Y-115578775D01* -X80316907Y-115605636D01* -X80316907Y-116241827D01* -X80325639Y-116285720D01* -X80325641Y-116285724D01* -X80338517Y-116304994D01* -X80358903Y-116335504D01* -X80408685Y-116368767D01* -X80411018Y-116369231D01* -X80452579Y-116377499D01* -X80452585Y-116377499D01* -X80452587Y-116377500D01* -X80452588Y-116377500D01* -X80832226Y-116377500D01* -X80832227Y-116377500D01* -X80832228Y-116377499D01* -X80832234Y-116377499D01* -X80854030Y-116373162D01* -X80876129Y-116368767D01* -X80925911Y-116335504D01* -X80938238Y-116317054D01* -X80986287Y-116279174D01* -X81047425Y-116276772D01* -X81058441Y-116280592D01* -X81061278Y-116281767D01* -X81105172Y-116290499D01* -X81105178Y-116290499D01* -X81105180Y-116290500D01* -X81449876Y-116290500D01* -X81508067Y-116309407D01* -X81519880Y-116319496D01* -X81547348Y-116346964D01* -X81575125Y-116401481D01* -X81565554Y-116461913D01* -X81547350Y-116486968D01* -X81505820Y-116528499D01* -X81465801Y-116568518D01* -X81414427Y-116673604D01* -X81410103Y-116703281D01* -X81404500Y-116741740D01* -X81404500Y-117208260D01* -X81406535Y-117222226D01* -X81414427Y-117276395D01* -X81464951Y-117379742D01* -X81465802Y-117381483D01* -X81548517Y-117464198D01* -X81570063Y-117474731D01* -X81653604Y-117515572D01* -X81653605Y-117515572D01* -X81653607Y-117515573D01* -X81721740Y-117525500D01* -X81721743Y-117525500D01* -X82338257Y-117525500D01* -X82338260Y-117525500D01* -X82406393Y-117515573D01* -X82511483Y-117464198D01* -X82594198Y-117381483D01* -X82645573Y-117276393D01* -X82655500Y-117208260D01* -X82655500Y-117179999D01* -X83040000Y-117179999D01* -X83040001Y-117180000D01* -X83239999Y-117180000D01* -X83240000Y-117179999D01* -X83240000Y-116830001D01* -X83239999Y-116830000D01* -X83220299Y-116830000D01* -X83161963Y-116841603D01* -X83095810Y-116885806D01* -X83095806Y-116885810D01* -X83051603Y-116951963D01* -X83040000Y-117010299D01* -X83040000Y-117179999D01* -X82655500Y-117179999D01* -X82655500Y-116741740D01* -X82645573Y-116673607D01* -X82644929Y-116672290D01* -X82615550Y-116612194D01* -X82594198Y-116568517D01* -X82511483Y-116485802D01* -X82507562Y-116483885D01* -X82406395Y-116434427D01* -X82391526Y-116432260D01* -X82376088Y-116430011D01* -X82321232Y-116402912D01* -X82293265Y-116351358D01* -X82292046Y-116345232D01* -X82289515Y-116332505D01* -X82280822Y-116319496D01* -X82258256Y-116285723D01* -X82249423Y-116272504D01* -X82243994Y-116264378D01* -X82243992Y-116264376D01* -X82228624Y-116241376D01* -X82222275Y-116237134D01* -X82213733Y-116231426D01* -X82198731Y-116219114D01* -X81919496Y-115939878D01* -X81891719Y-115885362D01* -X81890500Y-115869875D01* -X81890500Y-115525181D01* -X81890499Y-115525172D01* -X81881767Y-115481279D01* -X81881767Y-115481278D01* -X81880614Y-115479553D01* -X81879678Y-115476235D01* -X81878035Y-115472268D01* -X81878504Y-115472073D01* -X81864004Y-115420665D01* -X81880613Y-115369547D01* -X81928396Y-115298036D01* -X81939999Y-115239700D01* -X81940000Y-115239697D01* -X81940000Y-115170001D01* -X81939999Y-115170000D01* -X80920001Y-115170000D01* -X80920000Y-115170001D01* -X80920000Y-115239700D01* -X80933506Y-115307599D01* -X80929594Y-115308377D01* -X80932911Y-115350631D01* -X80900931Y-115402794D01* -X80844398Y-115426196D01* -X80836651Y-115426500D01* -X80452579Y-115426500D01* -X80408686Y-115435232D01* -X80408683Y-115435233D01* -X80391803Y-115446513D01* -X80332915Y-115463121D01* -X80275511Y-115441943D01* -X80241519Y-115391069D01* -X80237802Y-115364197D01* -X80237802Y-114789827D01* -X83434500Y-114789827D01* -X83443232Y-114833720D01* -X83443234Y-114833724D01* -X83463422Y-114863937D01* -X83476496Y-114883504D01* -X83526278Y-114916767D01* -X83559816Y-114923438D01* -X83613198Y-114953334D01* -X83638814Y-115008899D01* -X83639500Y-115020535D01* -X83639500Y-115093141D01* -X83620593Y-115151332D01* -X83595502Y-115175455D01* -X83586534Y-115181448D01* -X83571497Y-115191495D01* -X83571494Y-115191498D01* -X83538234Y-115241275D01* -X83538232Y-115241279D01* -X83529500Y-115285172D01* -X83529500Y-115934827D01* -X83538232Y-115978720D01* -X83538234Y-115978724D01* -X83560051Y-116011375D01* -X83571496Y-116028504D01* -X83620502Y-116061248D01* -X83658381Y-116109297D01* -X83664500Y-116143563D01* -X83664500Y-116216901D01* -X83650876Y-116261818D01* -X83651965Y-116262269D01* -X83648232Y-116271280D01* -X83639500Y-116315172D01* -X83639500Y-116844827D01* -X83648232Y-116888720D01* -X83648234Y-116888724D01* -X83668640Y-116919264D01* -X83681496Y-116938504D01* -X83691966Y-116945500D01* -X83696000Y-116948195D01* -X83733880Y-116996244D01* -X83740000Y-117030511D01* -X83740000Y-117179999D01* -X83740001Y-117180000D01* -X84139999Y-117180000D01* -X84140000Y-117179999D01* -X84640000Y-117179999D01* -X84640001Y-117180000D01* -X84839999Y-117180000D01* -X84840000Y-117179999D01* -X84840000Y-117010302D01* -X84839999Y-117010299D01* -X84828396Y-116951963D01* -X84784193Y-116885810D01* -X84784189Y-116885806D01* -X84718036Y-116841603D01* -X84659700Y-116830000D01* -X84640001Y-116830000D01* -X84640000Y-116830001D01* -X84640000Y-117179999D01* -X84140000Y-117179999D01* -X84140000Y-117030511D01* -X84158907Y-116972320D01* -X84184000Y-116948195D01* -X84198504Y-116938504D01* -X84231767Y-116888722D01* -X84240445Y-116845099D01* -X84240499Y-116844827D01* -X84240500Y-116844818D01* -X84240500Y-116315181D01* -X84240499Y-116315172D01* -X84234640Y-116285720D01* -X84231767Y-116271278D01* -X84231764Y-116271274D01* -X84228035Y-116262269D01* -X84229123Y-116261818D01* -X84215500Y-116216901D01* -X84215500Y-116167525D01* -X84234407Y-116109334D01* -X84283907Y-116073370D01* -X84295185Y-116070428D01* -X84317117Y-116066064D01* -X84338722Y-116061767D01* -X84340443Y-116060616D01* -X84343754Y-116059682D01* -X84347732Y-116058035D01* -X84347926Y-116058505D01* -X84399329Y-116044004D01* -X84450452Y-116060613D01* -X84521963Y-116108396D01* -X84580299Y-116119999D01* -X84580303Y-116120000D01* -X84649999Y-116120000D01* -X84650000Y-116119999D01* -X85150000Y-116119999D01* -X85150001Y-116120000D01* -X85219697Y-116120000D01* -X85219700Y-116119999D01* -X85278036Y-116108396D01* -X85344189Y-116064193D01* -X85344193Y-116064189D01* -X85388396Y-115998036D01* -X85399999Y-115939700D01* -X85400000Y-115939697D01* -X85400000Y-115860001D01* -X85399999Y-115860000D01* -X85150001Y-115860000D01* -X85150000Y-115860001D01* -X85150000Y-116119999D01* -X84650000Y-116119999D01* -X84650000Y-116119998D01* -X84650000Y-115359999D01* -X85150000Y-115359999D01* -X85150001Y-115360000D01* -X85399999Y-115360000D01* -X85400000Y-115359999D01* -X85400000Y-115280302D01* -X85399999Y-115280299D01* -X85388810Y-115224045D01* -X85396002Y-115163284D01* -X85437535Y-115118354D01* -X85466596Y-115107633D01* -X85513034Y-115098396D01* -X85546387Y-115076110D01* -X85605275Y-115059500D01* -X85662679Y-115080676D01* -X85696673Y-115131549D01* -X85699172Y-115142935D01* -X85700761Y-115152966D01* -X85700762Y-115152969D01* -X85761881Y-115272921D01* -X85857078Y-115368118D01* -X85977030Y-115429237D01* -X85977029Y-115429237D01* -X86076546Y-115444999D01* -X86109999Y-115444999D01* -X86110000Y-115444998D01* -X86110000Y-115045001D01* -X86109999Y-115045000D01* -X85732697Y-115045000D01* -X85674506Y-115026093D01* -X85638542Y-114976593D01* -X85636075Y-114934695D01* -X85634523Y-114934543D01* -X85635000Y-114929697D01* -X85635000Y-114860001D01* -X85634999Y-114860000D01* -X85375001Y-114860000D01* -X85375000Y-114860001D01* -X85375000Y-115051000D01* -X85356093Y-115109191D01* -X85306593Y-115145155D01* -X85276000Y-115150000D01* -X85150001Y-115150000D01* -X85150000Y-115150001D01* -X85150000Y-115359999D01* -X84650000Y-115359999D01* -X84650000Y-115159000D01* -X84668907Y-115100809D01* -X84718407Y-115064845D01* -X84749000Y-115060000D01* -X84874999Y-115060000D01* -X84875000Y-115059999D01* -X84875000Y-114860001D01* -X84874999Y-114860000D01* -X84615000Y-114860000D01* -X84615000Y-114929703D01* -X84626950Y-114989781D01* -X84619758Y-115050542D01* -X84578224Y-115095472D01* -X84549168Y-115106191D01* -X84521967Y-115111602D01* -X84521964Y-115111603D01* -X84450451Y-115159387D01* -X84391563Y-115175995D01* -X84347809Y-115161777D01* -X84347732Y-115161965D01* -X84345354Y-115160980D01* -X84340448Y-115159386D01* -X84338723Y-115158233D01* -X84338720Y-115158232D01* -X84294827Y-115149500D01* -X84294820Y-115149500D01* -X84289500Y-115149500D01* -X84231309Y-115130593D01* -X84195345Y-115081093D01* -X84190500Y-115050500D01* -X84190500Y-115018546D01* -X84209407Y-114960355D01* -X84258907Y-114924391D01* -X84270173Y-114921451D01* -X84293722Y-114916767D01* -X84343504Y-114883504D01* -X84376767Y-114833722D01* -X84383475Y-114800000D01* -X84385499Y-114789827D01* -X84385500Y-114789818D01* -X84385500Y-114410181D01* -X84385499Y-114410172D01* -X84378964Y-114377327D01* -X84376767Y-114366278D01* -X84343504Y-114316496D01* -X84304297Y-114290299D01* -X84293724Y-114283234D01* -X84293720Y-114283232D01* -X84249827Y-114274500D01* -X84249820Y-114274500D01* -X83570180Y-114274500D01* -X83570172Y-114274500D01* -X83526279Y-114283232D01* -X83526275Y-114283234D01* -X83476498Y-114316494D01* -X83476494Y-114316498D01* -X83443234Y-114366275D01* -X83443232Y-114366279D01* -X83434500Y-114410172D01* -X83434500Y-114789827D01* -X80237802Y-114789827D01* -X80237802Y-114778015D01* -X80237801Y-114778006D01* -X80229246Y-114735001D01* -X80229069Y-114734112D01* -X80227915Y-114732385D01* -X80226980Y-114729069D01* -X80225337Y-114725102D01* -X80225806Y-114724907D01* -X80211306Y-114673499D01* -X80212443Y-114669999D01* -X80920000Y-114669999D01* -X80920001Y-114670000D01* -X81179999Y-114670000D01* -X81180000Y-114669999D01* -X81680000Y-114669999D01* -X81680001Y-114670000D01* -X81939999Y-114670000D01* -X81940000Y-114669999D01* -X81940000Y-114600302D01* -X81939999Y-114600299D01* -X81928396Y-114541963D01* -X81884193Y-114475810D01* -X81884189Y-114475806D01* -X81818036Y-114431603D01* -X81759700Y-114420000D01* -X81680001Y-114420000D01* -X81680000Y-114420001D01* -X81680000Y-114669999D01* -X81180000Y-114669999D01* -X81180000Y-114420001D01* -X81179999Y-114420000D01* -X81100299Y-114420000D01* -X81041963Y-114431603D01* -X80975810Y-114475806D01* -X80975806Y-114475810D01* -X80931603Y-114541963D01* -X80920000Y-114600299D01* -X80920000Y-114669999D01* -X80212443Y-114669999D01* -X80227915Y-114622381D01* -X80275698Y-114550870D01* -X80287301Y-114492534D01* -X80287302Y-114492531D01* -X80287302Y-114422835D01* -X80287301Y-114422834D01* -X79267302Y-114422834D01* -X79267302Y-114492534D01* -X79278905Y-114550870D01* -X79326688Y-114622381D01* -X79343297Y-114681269D01* -X79329080Y-114725024D01* -X79329267Y-114725102D01* -X79328287Y-114727466D01* -X79326691Y-114732381D01* -X79325536Y-114734109D01* -X79325534Y-114734113D01* -X79316802Y-114778006D01* -X79316802Y-115210500D01* -X79297895Y-115268691D01* -X79248395Y-115304655D01* -X79217802Y-115309500D01* -X78550634Y-115309500D01* -X78492443Y-115290593D01* -X78456479Y-115241093D01* -X78456479Y-115179907D01* -X78468319Y-115155498D01* -X78513396Y-115088036D01* -X78524999Y-115029700D01* -X78525000Y-115029697D01* -X78525000Y-114735001D01* -X78524999Y-114735000D01* -X77475001Y-114735000D01* -X77475000Y-114735001D01* -X77475000Y-115209999D01* -X77475001Y-115210000D01* -X78025825Y-115210000D01* -X78084016Y-115228907D01* -X78119980Y-115278407D01* -X78119980Y-115339593D01* -X78108140Y-115364002D01* -X78083234Y-115401275D01* -X78083232Y-115401279D01* -X78074500Y-115445172D01* -X78074500Y-116474827D01* -X78083232Y-116518720D01* -X78083234Y-116518724D01* -X78087762Y-116525500D01* -X78104286Y-116550231D01* -X78108140Y-116555998D01* -X78124749Y-116614886D01* -X78103572Y-116672290D01* -X78052698Y-116706283D01* -X78025825Y-116710000D01* -X77475001Y-116710000D01* -X77475000Y-116710001D01* -X77475000Y-117184999D01* -X76975000Y-117184999D01* -X76975000Y-116710001D01* -X76974999Y-116710000D01* -X76105299Y-116710000D01* -X76046963Y-116721603D01* -X75980810Y-116765806D01* -X75980806Y-116765810D01* -X75936603Y-116831963D01* -X75925000Y-116890299D01* -X75925000Y-117184998D01* -X74979083Y-117184998D01* -X74988624Y-117178624D01* -X74998577Y-117163727D01* -X75010881Y-117148734D01* -X75602120Y-116557495D01* -X75656637Y-116529719D01* -X75672124Y-116528500D01* -X75756770Y-116528500D01* -X75756772Y-116528500D01* -X75881069Y-116492004D01* -X75990049Y-116421967D01* -X76074882Y-116324063D01* -X76128697Y-116206226D01* -X76135305Y-116160263D01* -X76147133Y-116078002D01* -X76147133Y-116077997D01* -X76128697Y-115949774D01* -X76115698Y-115921310D01* -X76074882Y-115831937D01* -X75990049Y-115734033D01* -X75990048Y-115734032D01* -X75990047Y-115734031D01* -X75881073Y-115663998D01* -X75881070Y-115663996D01* -X75881069Y-115663996D01* -X75881066Y-115663995D01* -X75756774Y-115627500D01* -X75756772Y-115627500D01* -X75627228Y-115627500D01* -X75627225Y-115627500D01* -X75502933Y-115663995D01* -X75502926Y-115663998D01* -X75393952Y-115734031D01* -X75309117Y-115831938D01* -X75255302Y-115949774D01* -X75236867Y-116077997D01* -X75236867Y-116078002D01* -X75238050Y-116086233D01* -X75227614Y-116146521D01* -X75210061Y-116170320D01* -X74704880Y-116675503D01* -X74650363Y-116703281D01* -X74634876Y-116704500D01* -X72942401Y-116704500D01* -X72884210Y-116685593D01* -X72848246Y-116636093D01* -X72848246Y-116574907D01* -X72884210Y-116525407D01* -X72909028Y-116514550D01* -X72908488Y-116513245D01* -X72917489Y-116509516D01* -X72917495Y-116509515D01* -X72963904Y-116478505D01* -X72985622Y-116463994D01* -X72985622Y-116463993D01* -X72996342Y-116456831D01* -X72996346Y-116456827D01* -X73008624Y-116448624D01* -X73018577Y-116433727D01* -X73030881Y-116418734D01* -X74419915Y-115029700D01* -X75925000Y-115029700D01* -X75936603Y-115088036D01* -X75980806Y-115154189D01* -X75980810Y-115154193D01* -X76046963Y-115198396D01* -X76105299Y-115209999D01* -X76105303Y-115210000D01* -X76974999Y-115210000D01* -X76975000Y-115209999D01* -X76975000Y-114735001D01* -X76974999Y-114735000D01* -X75925001Y-114735000D01* -X75925000Y-114735001D01* -X75925000Y-115029700D01* -X74419915Y-115029700D01* -X75214616Y-114234999D01* -X75925000Y-114234999D01* -X75925001Y-114235000D01* -X76974999Y-114235000D01* -X76975000Y-114234999D01* -X76975000Y-114234998D01* -X77475000Y-114234998D01* -X77475001Y-114235000D01* -X78524999Y-114235000D01* -X78525000Y-114234998D01* -X78525000Y-113940302D01* -X78524999Y-113940299D01* -X78521525Y-113922833D01* -X79267302Y-113922833D01* -X79267303Y-113922834D01* -X79527301Y-113922834D01* -X79527302Y-113922833D01* -X80027302Y-113922833D01* -X80027303Y-113922834D01* -X80287301Y-113922834D01* -X80287302Y-113922833D01* -X80287302Y-113853136D01* -X80287301Y-113853133D01* -X80275698Y-113794797D01* -X80231495Y-113728644D01* -X80231491Y-113728640D01* -X80165338Y-113684437D01* -X80107002Y-113672834D01* -X80027303Y-113672834D01* -X80027302Y-113672835D01* -X80027302Y-113922833D01* -X79527302Y-113922833D01* -X79527302Y-113672835D01* -X79527301Y-113672834D01* -X79447601Y-113672834D01* -X79389265Y-113684437D01* -X79323112Y-113728640D01* -X79323108Y-113728644D01* -X79278905Y-113794797D01* -X79267302Y-113853133D01* -X79267302Y-113922833D01* -X78521525Y-113922833D01* -X78513396Y-113881963D01* -X78469193Y-113815810D01* -X78469189Y-113815806D01* -X78403036Y-113771603D01* -X78344700Y-113760000D01* -X77475001Y-113760000D01* -X77475000Y-113760001D01* -X77475000Y-114234998D01* -X76975000Y-114234998D01* -X76975000Y-113760001D01* -X76974999Y-113760000D01* -X76105299Y-113760000D01* -X76046963Y-113771603D01* -X75980810Y-113815806D01* -X75980806Y-113815810D01* -X75936603Y-113881963D01* -X75925000Y-113940299D01* -X75925000Y-114234999D01* -X75214616Y-114234999D01* -X76345120Y-113104495D01* -X76399637Y-113076719D01* -X76415124Y-113075500D01* -X81301789Y-113075500D01* -X81359980Y-113094407D01* -X81391842Y-113133373D01* -X81428427Y-113213482D01* -X81432118Y-113221563D01* -X81512334Y-113314139D01* -X81516952Y-113319468D01* -X81613299Y-113381386D01* -X81625931Y-113389504D01* -X81750228Y-113426000D01* -X81750230Y-113426000D01* -X81879770Y-113426000D01* -X81879772Y-113426000D01* -X82004069Y-113389504D01* -X82113049Y-113319467D01* -X82197882Y-113221563D01* -X82251697Y-113103726D01* -X82270052Y-112976063D01* -X82270133Y-112975502D01* -X82270133Y-112975497D01* -X82251697Y-112847274D01* -X82205276Y-112745627D01* -X82198301Y-112684840D01* -X82228387Y-112631563D01* -X82284043Y-112606145D01* -X82295329Y-112605500D01* -X86270080Y-112605500D01* -X86328271Y-112624407D01* -X86364235Y-112673907D01* -X86364235Y-112735093D01* -X86360133Y-112745626D01* -X86323302Y-112826272D01* -X86323302Y-112826274D01* -X86304867Y-112954497D01* -X86304867Y-112954502D01* -X86323301Y-113082723D01* -X86330809Y-113099162D01* -X86337756Y-113114373D01* -X86344732Y-113175159D01* -X86314646Y-113228436D01* -X86258990Y-113253854D01* -X86247703Y-113254500D01* -X85528544Y-113254500D01* -X85503410Y-113249501D01* -X85503284Y-113250135D01* -X85449827Y-113239500D01* -X85449820Y-113239500D01* -X84800180Y-113239500D01* -X84800172Y-113239500D01* -X84756279Y-113248232D01* -X84756275Y-113248234D01* -X84706498Y-113281494D01* -X84706494Y-113281498D01* -X84673234Y-113331275D01* -X84673232Y-113331279D01* -X84672529Y-113334816D01* -X84669606Y-113340034D01* -X84669503Y-113340284D01* -X84669473Y-113340271D01* -X84642632Y-113388199D01* -X84587066Y-113413814D01* -X84575432Y-113414500D01* -X84026884Y-113414500D01* -X84007570Y-113412598D01* -X83990000Y-113409103D01* -X83989999Y-113409103D01* -X83989997Y-113409103D01* -X83970691Y-113412942D01* -X83970682Y-113412945D01* -X83922156Y-113422598D01* -X83902842Y-113424500D01* -X83570172Y-113424500D01* -X83526279Y-113433232D01* -X83526275Y-113433234D01* -X83476498Y-113466494D01* -X83476494Y-113466498D01* -X83443234Y-113516275D01* -X83443232Y-113516279D01* -X83434500Y-113560172D01* -X83434500Y-113939827D01* -X83443232Y-113983720D01* -X83443234Y-113983724D01* -X83460791Y-114010000D01* -X83476496Y-114033504D01* -X83526278Y-114066767D01* -X83536765Y-114068853D01* -X83570172Y-114075499D01* -X83570178Y-114075499D01* -X83570180Y-114075500D01* -X83570181Y-114075500D01* -X84249819Y-114075500D01* -X84249820Y-114075500D01* -X84249821Y-114075499D01* -X84249827Y-114075499D01* -X84275041Y-114070483D01* -X84293722Y-114066767D01* -X84343504Y-114033504D01* -X84359544Y-114009498D01* -X84407593Y-113971619D01* -X84441859Y-113965500D01* -X84575432Y-113965500D01* -X84633623Y-113984407D01* -X84669587Y-114033907D01* -X84672529Y-114045184D01* -X84673232Y-114048720D01* -X84673233Y-114048723D01* -X84674386Y-114050448D01* -X84675320Y-114053762D01* -X84676965Y-114057732D01* -X84676495Y-114057926D01* -X84690995Y-114109336D01* -X84674387Y-114160451D01* -X84626603Y-114231964D01* -X84615000Y-114290299D01* -X84615000Y-114359999D01* -X84615001Y-114360000D01* -X85597048Y-114360000D01* -X85655239Y-114378907D01* -X85691203Y-114428407D01* -X85694829Y-114474487D01* -X85685000Y-114536545D01* -X85685000Y-114544998D01* -X85685001Y-114545000D01* -X86109999Y-114545000D01* -X86110000Y-114544998D01* -X86110000Y-114145000D01* -X86076547Y-114145000D01* -X86076544Y-114145001D01* -X85977034Y-114160760D01* -X85977030Y-114160762D01* -X85857077Y-114221882D01* -X85857075Y-114221883D01* -X85791460Y-114287498D01* -X85736943Y-114315275D01* -X85676511Y-114305703D01* -X85633247Y-114262438D01* -X85624358Y-114236803D01* -X85623395Y-114231962D01* -X85575613Y-114160452D01* -X85559004Y-114101564D01* -X85573222Y-114057809D01* -X85573035Y-114057732D01* -X85574023Y-114055344D01* -X85575616Y-114050444D01* -X85576767Y-114048722D01* -X85583777Y-114013482D01* -X85585499Y-114004827D01* -X85585500Y-114004818D01* -X85585500Y-113904500D01* -X85604407Y-113846309D01* -X85653907Y-113810345D01* -X85684500Y-113805500D01* -X88818477Y-113805500D01* -X88818480Y-113805500D01* -X88818482Y-113805499D01* -X88821138Y-113805238D01* -X88825991Y-113805000D01* -X89052710Y-113805000D01* -X89052710Y-113804999D01* -X89044770Y-113765076D01* -X89017907Y-113724874D01* -X89001298Y-113665986D01* -X89003125Y-113650556D01* -X89004899Y-113641641D01* -X89010500Y-113613480D01* -X89010500Y-113446520D01* -X88999159Y-113389504D01* -X88998142Y-113384390D01* -X88994411Y-113375383D01* -X88995689Y-113374853D01* -X88981941Y-113326119D01* -X88995305Y-113284987D01* -X88994411Y-113284617D01* -X88998142Y-113275609D01* -X89001200Y-113260236D01* -X89010500Y-113213480D01* -X89010500Y-113046520D01* -X88998142Y-112984391D01* -X88998142Y-112984390D01* -X88994411Y-112975383D01* -X88995689Y-112974853D01* -X88981941Y-112926119D01* -X88995305Y-112884987D01* -X88994411Y-112884617D01* -X88998142Y-112875609D01* -X88998885Y-112871874D01* -X89010500Y-112813480D01* -X89010500Y-112646520D01* -X88998142Y-112584391D01* -X88998142Y-112584390D01* -X88994411Y-112575383D01* -X88995689Y-112574853D01* -X88981941Y-112526119D01* -X88995305Y-112484987D01* -X88994411Y-112484617D01* -X88998142Y-112475609D01* -X89002030Y-112456061D01* -X89010500Y-112413480D01* -X89010500Y-112246520D01* -X88998142Y-112184391D01* -X88998142Y-112184390D01* -X88994411Y-112175383D01* -X88995689Y-112174853D01* -X88981941Y-112126119D01* -X88995305Y-112084987D01* -X88994411Y-112084617D01* -X88998142Y-112075609D01* -X89002341Y-112054500D01* -X89010500Y-112013480D01* -X89010500Y-111846520D01* -X88998142Y-111784391D01* -X88998142Y-111784390D01* -X88994411Y-111775383D01* -X88995689Y-111774853D01* -X88981941Y-111726119D01* -X88995305Y-111684987D01* -X88994411Y-111684617D01* -X88998142Y-111675609D01* -X88999251Y-111670032D01* -X89010500Y-111613480D01* -X89010500Y-111446520D01* -X89000594Y-111396719D01* -X88998142Y-111384390D01* -X88994411Y-111375383D01* -X88995689Y-111374853D01* -X88981941Y-111326119D01* -X88995305Y-111284987D01* -X88994411Y-111284617D01* -X88998142Y-111275609D01* -X89003414Y-111249103D01* -X89010500Y-111213480D01* -X89010500Y-111046520D01* -X88998142Y-110984391D01* -X88998142Y-110984390D01* -X88994411Y-110975383D01* -X88995689Y-110974853D01* -X88981941Y-110926119D01* -X88995305Y-110884987D01* -X88994411Y-110884617D01* -X88998142Y-110875609D01* -X89000849Y-110861999D01* -X89010500Y-110813480D01* -X89010500Y-110646520D01* -X88998142Y-110584391D01* -X88998142Y-110584390D01* -X88994411Y-110575383D01* -X88995689Y-110574853D01* -X88981941Y-110526119D01* -X88995305Y-110484987D01* -X88994411Y-110484617D01* -X88998142Y-110475609D01* -X89002067Y-110455876D01* -X89010500Y-110413480D01* -X89010500Y-110246520D01* -X88998142Y-110184391D01* -X88998142Y-110184390D01* -X88994411Y-110175383D01* -X88995689Y-110174853D01* -X88981941Y-110126119D01* -X88995305Y-110084987D01* -X88994411Y-110084617D01* -X88998142Y-110075609D01* -X89003414Y-110049103D01* -X89010500Y-110013480D01* -X89010500Y-109846520D01* -X88999360Y-109790515D01* -X88998142Y-109784390D01* -X88994411Y-109775383D01* -X88995689Y-109774853D01* -X88981941Y-109726119D01* -X88995305Y-109684987D01* -X88994411Y-109684617D01* -X88998142Y-109675609D01* -X89005219Y-109640030D01* -X89010500Y-109613480D01* -X89010500Y-109446520D01* -X88998142Y-109384391D01* -X88998142Y-109384390D01* -X88994411Y-109375383D01* -X88995689Y-109374853D01* -X88981941Y-109326119D01* -X88995305Y-109284987D01* -X88994411Y-109284617D01* -X88998142Y-109275609D01* -X89001593Y-109258260D01* -X89010500Y-109213480D01* -X89010500Y-109046520D01* -X88999030Y-108988853D01* -X88998142Y-108984390D01* -X88994411Y-108975383D01* -X88995689Y-108974853D01* -X88981941Y-108926119D01* -X88995305Y-108884987D01* -X88994411Y-108884617D01* -X88998142Y-108875609D01* -X88998381Y-108874407D01* -X89010500Y-108813480D01* -X89010500Y-108646520D01* -X88998142Y-108584391D01* -X88998142Y-108584390D01* -X88994411Y-108575383D01* -X88995689Y-108574853D01* -X88981941Y-108526119D01* -X88995305Y-108484987D01* -X88994411Y-108484617D01* -X88998142Y-108475609D01* -X89005921Y-108436500D01* -X89010500Y-108413480D01* -X89010500Y-108354500D01* -X89029407Y-108296309D01* -X89078907Y-108260345D01* -X89109500Y-108255500D01* -X89168479Y-108255500D01* -X89168480Y-108255500D01* -X89230609Y-108243142D01* -X89230608Y-108243142D01* -X89239617Y-108239411D01* -X89240146Y-108240689D01* -X89288881Y-108226941D01* -X89330012Y-108240305D01* -X89330383Y-108239411D01* -X89339390Y-108243142D01* -X89359911Y-108247223D01* -X89401520Y-108255500D01* -X89401521Y-108255500D01* -X89568479Y-108255500D01* -X89568480Y-108255500D01* -X89630609Y-108243142D01* -X89630608Y-108243142D01* -X89639617Y-108239411D01* -X89640146Y-108240689D01* -X89688881Y-108226941D01* -X89730012Y-108240305D01* -X89730383Y-108239411D01* -X89739390Y-108243142D01* -X89759911Y-108247223D01* -X89801520Y-108255500D01* -X89801521Y-108255500D01* -X89968479Y-108255500D01* -X89968480Y-108255500D01* -X90030609Y-108243142D01* -X90030608Y-108243142D01* -X90039617Y-108239411D01* -X90040146Y-108240689D01* -X90088881Y-108226941D01* -X90130012Y-108240305D01* -X90130383Y-108239411D01* -X90139390Y-108243142D01* -X90159911Y-108247223D01* -X90201520Y-108255500D01* -X90201521Y-108255500D01* -X90368479Y-108255500D01* -X90368480Y-108255500D01* -X90430609Y-108243142D01* -X90430608Y-108243142D01* -X90439617Y-108239411D01* -X90440146Y-108240689D01* -X90488881Y-108226941D01* -X90530012Y-108240305D01* -X90530383Y-108239411D01* -X90539390Y-108243142D01* -X90559911Y-108247223D01* -X90601520Y-108255500D01* -X90601521Y-108255500D01* -X90768479Y-108255500D01* -X90768480Y-108255500D01* -X90830609Y-108243142D01* -X90830608Y-108243142D01* -X90839617Y-108239411D01* -X90840146Y-108240689D01* -X90888881Y-108226941D01* -X90930012Y-108240305D01* -X90930383Y-108239411D01* -X90939390Y-108243142D01* -X90959911Y-108247223D01* -X91001520Y-108255500D01* -X91001521Y-108255500D01* -X91168479Y-108255500D01* -X91168480Y-108255500D01* -X91230609Y-108243142D01* -X91230608Y-108243142D01* -X91239617Y-108239411D01* -X91240146Y-108240689D01* -X91288881Y-108226941D01* -X91330012Y-108240305D01* -X91330383Y-108239411D01* -X91339390Y-108243142D01* -X91359911Y-108247223D01* -X91401520Y-108255500D01* -X91401521Y-108255500D01* -X91568479Y-108255500D01* -X91568480Y-108255500D01* -X91630609Y-108243142D01* -X91630608Y-108243142D01* -X91639617Y-108239411D01* -X91640146Y-108240689D01* -X91688881Y-108226941D01* -X91730012Y-108240305D01* -X91730383Y-108239411D01* -X91739390Y-108243142D01* -X91759911Y-108247223D01* -X91801520Y-108255500D01* -X91801521Y-108255500D01* -X91968479Y-108255500D01* -X91968480Y-108255500D01* -X92030609Y-108243142D01* -X92030608Y-108243142D01* -X92039617Y-108239411D01* -X92040146Y-108240689D01* -X92088881Y-108226941D01* -X92130012Y-108240305D01* -X92130383Y-108239411D01* -X92139390Y-108243142D01* -X92159911Y-108247223D01* -X92201520Y-108255500D01* -X92201521Y-108255500D01* -X92368479Y-108255500D01* -X92368480Y-108255500D01* -X92430609Y-108243142D01* -X92430608Y-108243142D01* -X92439617Y-108239411D01* -X92440146Y-108240689D01* -X92488881Y-108226941D01* -X92530012Y-108240305D01* -X92530383Y-108239411D01* -X92539390Y-108243142D01* -X92559911Y-108247223D01* -X92601520Y-108255500D01* -X92601521Y-108255500D01* -X92768479Y-108255500D01* -X92768480Y-108255500D01* -X92830609Y-108243142D01* -X92830608Y-108243142D01* -X92839617Y-108239411D01* -X92840146Y-108240689D01* -X92888881Y-108226941D01* -X92930012Y-108240305D01* -X92930383Y-108239411D01* -X92939390Y-108243142D01* -X92959911Y-108247223D01* -X93001520Y-108255500D01* -X93001521Y-108255500D01* -X93168479Y-108255500D01* -X93168480Y-108255500D01* -X93230609Y-108243142D01* -X93230608Y-108243142D01* -X93239617Y-108239411D01* -X93240146Y-108240689D01* -X93288881Y-108226941D01* -X93330012Y-108240305D01* -X93330383Y-108239411D01* -X93339390Y-108243142D01* -X93359911Y-108247223D01* -X93401520Y-108255500D01* -X93401521Y-108255500D01* -X93568479Y-108255500D01* -X93568480Y-108255500D01* -X93630609Y-108243142D01* -X93630608Y-108243142D01* -X93639617Y-108239411D01* -X93640146Y-108240689D01* -X93688881Y-108226941D01* -X93730012Y-108240305D01* -X93730383Y-108239411D01* -X93739390Y-108243142D01* -X93759911Y-108247223D01* -X93801520Y-108255500D01* -X93801521Y-108255500D01* -X93968479Y-108255500D01* -X93968480Y-108255500D01* -X94030609Y-108243142D01* -X94039617Y-108239411D01* -X94040146Y-108240689D01* -X94088881Y-108226941D01* -X94130012Y-108240305D01* -X94130383Y-108239411D01* -X94139390Y-108243142D01* -X94159911Y-108247223D01* -X94201520Y-108255500D01* -X94201521Y-108255500D01* -X94368479Y-108255500D01* -X94368480Y-108255500D01* -X94430609Y-108243142D01* -X94439617Y-108239411D01* -X94440146Y-108240689D01* -X94488881Y-108226941D01* -X94530012Y-108240305D01* -X94530383Y-108239411D01* -X94539390Y-108243142D01* -X94559911Y-108247223D01* -X94601520Y-108255500D01* -X94601521Y-108255500D01* -X94768479Y-108255500D01* -X94768480Y-108255500D01* -X94830609Y-108243142D01* -X94839617Y-108239411D01* -X94840146Y-108240689D01* -X94888881Y-108226941D01* -X94930012Y-108240305D01* -X94930383Y-108239411D01* -X94939390Y-108243142D01* -X94959911Y-108247223D01* -X95001520Y-108255500D01* -X95001521Y-108255500D01* -X95168479Y-108255500D01* -X95168480Y-108255500D01* -X95230609Y-108243142D01* -X95239617Y-108239411D01* -X95240146Y-108240689D01* -X95288881Y-108226941D01* -X95330012Y-108240305D01* -X95330383Y-108239411D01* -X95339390Y-108243142D01* -X95359911Y-108247223D01* -X95401520Y-108255500D01* -X95460500Y-108255500D01* -X95518691Y-108274407D01* -X95554655Y-108323907D01* -X95559500Y-108354500D01* -X95559500Y-108413482D01* -X95571857Y-108475609D01* -X95575588Y-108484614D01* -X95574312Y-108485142D01* -X95588057Y-108533896D01* -X95574696Y-108575016D01* -X95575588Y-108575386D01* -X95571857Y-108584390D01* -X95559500Y-108646517D01* -X95559500Y-108813482D01* -X95571857Y-108875609D01* -X95575588Y-108884614D01* -X95574312Y-108885142D01* -X95588057Y-108933896D01* -X95574696Y-108975016D01* -X95575588Y-108975386D01* -X95571857Y-108984390D01* -X95559500Y-109046517D01* -X95559500Y-109213482D01* -X95571857Y-109275609D01* -X95575588Y-109284614D01* -X95574312Y-109285142D01* -X95588057Y-109333896D01* -X95574696Y-109375016D01* -X95575588Y-109375386D01* -X95571857Y-109384390D01* -X95559500Y-109446517D01* -X95559500Y-109613482D01* -X95571857Y-109675609D01* -X95575588Y-109684614D01* -X95574312Y-109685142D01* -X95588057Y-109733896D01* -X95574696Y-109775016D01* -X95575588Y-109775386D01* -X95571857Y-109784390D01* -X95559500Y-109846517D01* -X95559500Y-110013482D01* -X95571857Y-110075609D01* -X95575588Y-110084614D01* -X95574312Y-110085142D01* -X95588057Y-110133896D01* -X95574696Y-110175016D01* -X95575588Y-110175386D01* -X95571857Y-110184390D01* -X95559500Y-110246517D01* -X95559500Y-110413482D01* -X95571857Y-110475609D01* -X95575588Y-110484614D01* -X95574312Y-110485142D01* -X95588057Y-110533896D01* -X95574696Y-110575016D01* -X95575588Y-110575386D01* -X95571857Y-110584390D01* -X95559500Y-110646517D01* -X95559500Y-110813482D01* -X95571857Y-110875609D01* -X95575588Y-110884614D01* -X95574312Y-110885142D01* -X95588057Y-110933896D01* -X95574696Y-110975016D01* -X95575588Y-110975386D01* -X95571857Y-110984390D01* -X95559500Y-111046517D01* -X95559500Y-111213482D01* -X95571857Y-111275609D01* -X95575588Y-111284614D01* -X95574312Y-111285142D01* -X95588057Y-111333896D01* -X95574696Y-111375016D01* -X95575588Y-111375386D01* -X95571857Y-111384390D01* -X95559500Y-111446517D01* -X95559500Y-111613482D01* -X95571857Y-111675609D01* -X95575588Y-111684614D01* -X95574312Y-111685142D01* -X95588057Y-111733896D01* -X95574696Y-111775016D01* -X95575588Y-111775386D01* -X95571857Y-111784390D01* -X95559500Y-111846517D01* -X95559500Y-112013482D01* -X95571857Y-112075609D01* -X95575588Y-112084614D01* -X95574312Y-112085142D01* -X95588057Y-112133896D01* -X95574696Y-112175016D01* -X95575588Y-112175386D01* -X95571857Y-112184390D01* -X95559500Y-112246517D01* -X95559500Y-112413482D01* -X95571857Y-112475609D01* -X95575588Y-112484614D01* -X95574312Y-112485142D01* -X95588057Y-112533896D01* -X95574696Y-112575016D01* -X95575588Y-112575386D01* -X95571857Y-112584390D01* -X95559500Y-112646517D01* -X95559500Y-112813482D01* -X95571857Y-112875609D01* -X95575588Y-112884614D01* -X95574312Y-112885142D01* -X95588057Y-112933896D01* -X95574696Y-112975016D01* -X95575588Y-112975386D01* -X95571857Y-112984390D01* -X95559500Y-113046517D01* -X95559500Y-113213482D01* -X95571857Y-113275609D01* -X95575588Y-113284614D01* -X95574312Y-113285142D01* -X95588057Y-113333896D01* -X95574696Y-113375016D01* -X95575588Y-113375386D01* -X95571857Y-113384390D01* -X95559500Y-113446517D01* -X95559500Y-113613482D01* -X95571857Y-113675609D01* -X95575588Y-113684614D01* -X95574312Y-113685142D01* -X95588057Y-113733896D01* -X95574696Y-113775016D01* -X95575588Y-113775386D01* -X95571857Y-113784390D01* -X95559500Y-113846517D01* -X95559500Y-114013482D01* -X95571857Y-114075609D01* -X95575588Y-114084614D01* -X95574312Y-114085142D01* -X95588057Y-114133896D01* -X95574696Y-114175016D01* -X95575588Y-114175386D01* -X95571857Y-114184390D01* -X95559500Y-114246517D01* -X95559500Y-114413482D01* -X95571857Y-114475609D01* -X95575588Y-114484614D01* -X95574312Y-114485142D01* -X95588057Y-114533896D01* -X95574696Y-114575016D01* -X95575588Y-114575386D01* -X95571857Y-114584390D01* -X95559500Y-114646517D01* -X95559500Y-114705500D01* -X95540593Y-114763691D01* -X95491093Y-114799655D01* -X95460500Y-114804500D01* -X95401517Y-114804500D01* -X95339390Y-114816857D01* -X95330386Y-114820588D01* -X95329857Y-114819312D01* -X95281104Y-114833057D01* -X95239983Y-114819696D01* -X95239614Y-114820588D01* -X95230609Y-114816857D01* -X95168482Y-114804500D01* -X95168480Y-114804500D01* -X95001520Y-114804500D01* -X95001517Y-114804500D01* -X94939390Y-114816857D01* -X94930386Y-114820588D01* -X94929857Y-114819312D01* -X94881104Y-114833057D01* -X94839983Y-114819696D01* -X94839614Y-114820588D01* -X94830609Y-114816857D01* -X94768482Y-114804500D01* -X94768480Y-114804500D01* -X94601520Y-114804500D01* -X94601517Y-114804500D01* -X94539390Y-114816857D01* -X94530386Y-114820588D01* -X94529857Y-114819312D01* -X94481104Y-114833057D01* -X94439983Y-114819696D01* -X94439614Y-114820588D01* -X94430609Y-114816857D01* -X94368482Y-114804500D01* -X94368480Y-114804500D01* -X94201520Y-114804500D01* -X94201517Y-114804500D01* -X94139390Y-114816857D01* -X94130386Y-114820588D01* -X94129857Y-114819312D01* -X94081104Y-114833057D01* -X94039983Y-114819696D01* -X94039614Y-114820588D01* -X94030609Y-114816857D01* -X93968482Y-114804500D01* -X93968480Y-114804500D01* -X93801520Y-114804500D01* -X93801517Y-114804500D01* -X93739390Y-114816857D01* -X93730386Y-114820588D01* -X93729857Y-114819312D01* -X93681104Y-114833057D01* -X93639983Y-114819696D01* -X93639614Y-114820588D01* -X93630609Y-114816857D01* -X93568482Y-114804500D01* -X93568480Y-114804500D01* -X93401520Y-114804500D01* -X93401517Y-114804500D01* -X93339390Y-114816857D01* -X93330386Y-114820588D01* -X93329857Y-114819312D01* -X93281104Y-114833057D01* -X93239983Y-114819696D01* -X93239614Y-114820588D01* -X93230609Y-114816857D01* -X93168482Y-114804500D01* -X93168480Y-114804500D01* -X93001520Y-114804500D01* -X93001517Y-114804500D01* -X92939390Y-114816857D01* -X92930386Y-114820588D01* -X92929857Y-114819312D01* -X92881104Y-114833057D01* -X92839983Y-114819696D01* -X92839614Y-114820588D01* -X92830609Y-114816857D01* -X92768482Y-114804500D01* -X92768480Y-114804500D01* -X92601520Y-114804500D01* -X92601517Y-114804500D01* -X92539390Y-114816857D01* -X92530386Y-114820588D01* -X92529857Y-114819312D01* -X92481104Y-114833057D01* -X92439983Y-114819696D01* -X92439614Y-114820588D01* -X92430609Y-114816857D01* -X92368482Y-114804500D01* -X92368480Y-114804500D01* -X92201520Y-114804500D01* -X92201517Y-114804500D01* -X92139390Y-114816857D01* -X92068937Y-114863933D01* -X92068933Y-114863937D01* -X92021857Y-114934390D01* -X92009500Y-114996517D01* -X92009500Y-115380615D01* -X92007598Y-115399927D01* -X92004103Y-115417498D01* -X92004103Y-115417500D01* -X92007538Y-115434767D01* -X92007598Y-115435069D01* -X92009500Y-115454383D01* -X92009500Y-115838482D01* -X92021857Y-115900609D01* -X92067624Y-115969103D01* -X92068935Y-115971065D01* -X92074076Y-115974500D01* -X92139390Y-116018142D01* -X92159911Y-116022223D01* -X92201520Y-116030500D01* -X92201521Y-116030500D01* -X92368479Y-116030500D01* -X92368480Y-116030500D01* -X92430609Y-116018142D01* -X92439617Y-116014411D01* -X92440146Y-116015689D01* -X92488874Y-116001941D01* -X92530012Y-116015304D01* -X92530383Y-116014411D01* -X92539390Y-116018142D01* -X92559911Y-116022223D01* -X92601520Y-116030500D01* -X92601521Y-116030500D01* -X92710500Y-116030500D01* -X92768691Y-116049407D01* -X92804655Y-116098907D01* -X92809500Y-116129500D01* -X92809500Y-116199717D01* -X92790593Y-116257908D01* -X92753981Y-116288658D01* -X92746790Y-116292173D01* -X92658173Y-116380790D01* -X92603134Y-116493373D01* -X92600239Y-116513245D01* -X92593593Y-116558866D01* -X92592500Y-116566367D01* -X92592500Y-116973500D01* -X92573593Y-117031691D01* -X92524093Y-117067655D01* -X92493500Y-117072500D01* -X91977826Y-117072500D01* -X91919635Y-117053593D01* -X91883671Y-117004093D01* -X91879834Y-116987588D01* -X91876697Y-116965775D01* -X91874886Y-116961808D01* -X91822882Y-116847937D01* -X91765892Y-116782166D01* -X91742076Y-116725808D01* -X91743615Y-116698024D01* -X91752154Y-116655093D01* -X91765897Y-116586000D01* -X91763500Y-116573949D01* -X91762402Y-116568427D01* -X91760500Y-116549115D01* -X91760500Y-114996520D01* -X91760499Y-114996517D01* -X91759159Y-114989781D01* -X91750464Y-114946065D01* -X91748142Y-114934390D01* -X91714141Y-114883505D01* -X91701065Y-114863935D01* -X91695176Y-114860000D01* -X91630609Y-114816857D01* -X91568482Y-114804500D01* -X91568480Y-114804500D01* -X91401520Y-114804500D01* -X91401517Y-114804500D01* -X91339390Y-114816857D01* -X91330386Y-114820588D01* -X91329857Y-114819312D01* -X91281104Y-114833057D01* -X91239983Y-114819696D01* -X91239614Y-114820588D01* -X91230609Y-114816857D01* -X91168482Y-114804500D01* -X91168480Y-114804500D01* -X91001520Y-114804500D01* -X91001517Y-114804500D01* -X90939390Y-114816857D01* -X90930386Y-114820588D01* -X90929857Y-114819312D01* -X90881104Y-114833057D01* -X90839983Y-114819696D01* -X90839614Y-114820588D01* -X90830609Y-114816857D01* -X90768482Y-114804500D01* -X90768480Y-114804500D01* -X90601520Y-114804500D01* -X90601517Y-114804500D01* -X90539390Y-114816857D01* -X90530386Y-114820588D01* -X90529857Y-114819312D01* -X90481104Y-114833057D01* -X90439983Y-114819696D01* -X90439614Y-114820588D01* -X90430609Y-114816857D01* -X90368482Y-114804500D01* -X90368480Y-114804500D01* -X90201520Y-114804500D01* -X90201517Y-114804500D01* -X90139390Y-114816857D01* -X90130386Y-114820588D01* -X90129857Y-114819312D01* -X90081104Y-114833057D01* -X90039983Y-114819696D01* -X90039614Y-114820588D01* -X90030609Y-114816857D01* -X89968482Y-114804500D01* -X89968480Y-114804500D01* -X89801520Y-114804500D01* -X89801517Y-114804500D01* -X89739390Y-114816857D01* -X89730386Y-114820588D01* -X89729857Y-114819312D01* -X89681104Y-114833057D01* -X89639983Y-114819696D01* -X89639614Y-114820588D01* -X89630609Y-114816857D01* -X89568482Y-114804500D01* -X89568480Y-114804500D01* -X89401520Y-114804500D01* -X89401517Y-114804500D01* -X89339390Y-114816857D01* -X89330386Y-114820588D01* -X89329857Y-114819312D01* -X89281104Y-114833057D01* -X89239983Y-114819696D01* -X89239614Y-114820588D01* -X89230609Y-114816857D01* -X89168482Y-114804500D01* -X89168480Y-114804500D01* -X89109500Y-114804500D01* -X89051309Y-114785593D01* -X89015345Y-114736093D01* -X89010500Y-114705500D01* -X89010500Y-114646520D01* -X89010499Y-114646517D01* -X89009361Y-114640798D01* -X88999883Y-114593142D01* -X88998142Y-114584390D01* -X88994411Y-114575383D01* -X88995689Y-114574853D01* -X88981941Y-114526119D01* -X88995305Y-114484987D01* -X88994411Y-114484617D01* -X88998142Y-114475609D01* -X89002835Y-114452014D01* -X89010500Y-114413480D01* -X89010500Y-114246520D01* -X89003124Y-114209438D01* -X89010315Y-114148680D01* -X89017908Y-114135123D01* -X89044769Y-114094924D01* -X89044770Y-114094920D01* -X89052711Y-114055000D01* -X88825991Y-114055000D01* -X88821138Y-114054762D01* -X88818482Y-114054500D01* -X88818480Y-114054500D01* -X88818477Y-114054500D01* -X87636884Y-114054500D01* -X87617571Y-114052598D01* -X87600000Y-114049103D01* -X87492506Y-114070483D01* -X87426959Y-114114281D01* -X87401378Y-114131374D01* -X87401372Y-114131380D01* -X87391423Y-114146269D01* -X87379115Y-114161267D01* -X87143981Y-114396401D01* -X87089464Y-114424178D01* -X87029032Y-114414607D01* -X86985768Y-114371343D01* -X86958118Y-114317078D01* -X86862921Y-114221881D01* -X86742969Y-114160762D01* -X86742970Y-114160762D01* -X86643454Y-114145000D01* -X86610001Y-114145000D01* -X86610000Y-114145001D01* -X86610000Y-115444997D01* -X86610001Y-115444999D01* -X86643453Y-115444999D01* -X86742965Y-115429239D01* -X86742969Y-115429238D01* -X86844547Y-115377480D01* -X86904979Y-115367908D01* -X86959496Y-115395685D01* -X86987274Y-115450201D01* -X86988493Y-115465689D01* -X86988493Y-115526883D01* -X86969586Y-115585074D01* -X86959496Y-115596887D01* -X86823949Y-115732433D01* -X86769433Y-115760210D01* -X86724725Y-115757018D01* -X86718631Y-115755135D01* -X86718625Y-115755134D01* -X86645636Y-115744500D01* -X86074364Y-115744500D01* -X86030570Y-115750880D01* -X86001373Y-115755134D01* -X85888790Y-115810173D01* -X85800173Y-115898790D01* -X85745134Y-116011373D01* -X85744505Y-116015689D01* -X85734711Y-116082921D01* -X85734500Y-116084367D01* -X85734500Y-116605632D01* -X85734499Y-116605632D01* -X85745134Y-116678626D01* -X85793826Y-116778226D01* -X85800174Y-116791211D01* -X85888789Y-116879826D01* -X85969461Y-116919264D01* -X86013435Y-116961808D01* -X86024004Y-117022074D01* -X85997131Y-117077042D01* -X85969462Y-117097145D01* -X85933951Y-117114505D01* -X85845333Y-117203123D01* -X85790294Y-117315706D01* -X85790293Y-117315708D01* -X85790294Y-117315708D01* -X85779660Y-117388697D01* -X85779660Y-117909969D01* -X85787026Y-117960528D01* -X85790294Y-117982959D01* -X85826017Y-118056031D01* -X85845334Y-118095544D01* -X85933949Y-118184159D01* -X86046535Y-118239199D01* -X86119524Y-118249833D01* -X86119527Y-118249833D01* -X86690792Y-118249833D01* -X86690796Y-118249833D01* -X86763785Y-118239199D01* -X86876371Y-118184159D01* -X86964986Y-118095544D01* -X87020026Y-117982958D01* -X87030660Y-117909969D01* -X87030660Y-117490032D01* -X87049567Y-117431842D01* -X87099067Y-117395878D01* -X87129660Y-117391033D01* -X87176152Y-117391033D01* -X87176154Y-117391033D01* -X87176156Y-117391032D01* -X87176158Y-117391032D01* -X87196384Y-117385093D01* -X87214608Y-117379742D01* -X87275768Y-117381488D01* -X87324221Y-117418850D01* -X87341500Y-117474731D01* -X87341500Y-118128827D01* -X87350232Y-118172720D01* -X87350234Y-118172724D01* -X87375192Y-118210076D01* -X87383496Y-118222504D01* -X87428793Y-118252770D01* -X87466673Y-118300820D01* -X87469075Y-118361959D01* -X87435082Y-118412832D01* -X87418751Y-118422404D01* -X87347810Y-118469806D01* -X87347806Y-118469810D01* -X87303603Y-118535963D01* -X87292000Y-118594299D01* -X87292000Y-118788999D01* -X87292001Y-118789000D01* -X88018000Y-118789000D01* -X88076191Y-118807907D01* -X88112155Y-118857407D01* -X88117000Y-118888000D01* -X88117000Y-119663999D01* -X88117001Y-119664000D01* -X88261697Y-119664000D01* -X88261700Y-119663999D01* -X88320036Y-119652396D01* -X88381586Y-119611269D01* -X88440474Y-119594660D01* -X88474474Y-119602120D01* -X88483274Y-119605764D01* -X88483278Y-119605767D01* -X88495454Y-119608189D01* -X88527172Y-119614499D01* -X88527178Y-119614499D01* -X88527180Y-119614500D01* -X88527181Y-119614500D01* -X89306819Y-119614500D01* -X89306820Y-119614500D01* -X89306821Y-119614499D01* -X89306827Y-119614499D01* -X89328623Y-119610162D01* -X89350722Y-119605767D01* -X89400504Y-119572504D01* -X89433767Y-119522722D01* -X89438162Y-119500623D01* -X89442499Y-119478827D01* -X89442500Y-119478818D01* -X89442500Y-119268122D01* -X89461407Y-119209931D01* -X89471490Y-119198124D01* -X89830733Y-118838881D01* -X89845735Y-118826572D01* -X89855503Y-118820046D01* -X89914392Y-118803441D01* -X89971795Y-118824621D01* -X90005785Y-118875497D01* -X90009500Y-118902364D01* -X90009500Y-118999284D01* -X89990593Y-119057475D01* -X89964023Y-119082568D01* -X89911952Y-119116031D01* -X89827117Y-119213938D01* -X89773302Y-119331774D01* -X89754867Y-119459997D01* -X89754867Y-119460002D01* -X89773302Y-119588225D01* -X89821717Y-119694237D01* -X89827118Y-119706063D01* -X89898017Y-119787886D01* -X89911952Y-119803968D01* -X90007698Y-119865500D01* -X90020931Y-119874004D01* -X90145228Y-119910500D01* -X90219876Y-119910500D01* -X90278067Y-119929407D01* -X90289880Y-119939496D01* -X90999113Y-120648729D01* -X91011422Y-120663729D01* -X91021371Y-120678618D01* -X91021373Y-120678620D01* -X91021376Y-120678624D01* -X91021379Y-120678626D01* -X91021380Y-120678627D01* -X91041449Y-120692037D01* -X91052310Y-120699294D01* -X91082818Y-120719678D01* -X91112505Y-120739515D01* -X91192867Y-120755500D01* -X91192868Y-120755500D01* -X91220000Y-120760897D01* -X91237570Y-120757402D01* -X91256884Y-120755500D01* -X94189955Y-120755500D01* -X94248146Y-120774407D01* -X94284110Y-120823907D01* -X94284110Y-120885093D01* -X94264775Y-120919329D01* -X94254456Y-120931239D01* -X94252117Y-120933938D01* -X94198302Y-121051774D01* -X94179867Y-121179997D01* -X94179867Y-121180002D01* -X94198302Y-121308225D01* -X94242727Y-121405500D01* -X94252118Y-121426063D01* -X94311496Y-121494590D01* -X94336952Y-121523968D01* -X94445926Y-121594001D01* -X94445931Y-121594004D01* -X94570228Y-121630500D01* -X94570230Y-121630500D01* -X94699770Y-121630500D01* -X94699772Y-121630500D01* -X94701849Y-121629889D01* -X94704991Y-121629749D01* -X94706783Y-121629492D01* -X94706808Y-121629668D01* -X94749062Y-121627781D01* -X94789863Y-121635897D01* -X94789884Y-121635900D01* -X94815000Y-121640896D01* -X94832566Y-121637401D01* -X94851879Y-121635500D01* -X95209106Y-121635500D01* -X95267297Y-121654407D01* -X95303261Y-121703907D01* -X95307070Y-121720219D01* -X95308598Y-121730708D01* -X95309427Y-121736395D01* -X95348267Y-121815843D01* -X95360802Y-121841483D01* -X95443517Y-121924198D01* -X95490892Y-121947358D01* -X95548604Y-121975572D01* -X95548605Y-121975572D01* -X95548607Y-121975573D01* -X95616740Y-121985500D01* -X95616743Y-121985500D01* -X96083257Y-121985500D01* -X96083260Y-121985500D01* -X96151393Y-121975573D01* -X96256483Y-121924198D01* -X96339198Y-121841483D01* -X96390573Y-121736393D01* -X96400500Y-121668260D01* -X96400500Y-121051740D01* -X96390573Y-120983607D01* -X96386304Y-120974875D01* -X96348713Y-120897980D01* -X96340142Y-120837398D01* -X96368818Y-120783348D01* -X96423786Y-120756476D01* -X96437654Y-120755500D01* -X96912346Y-120755500D01* -X96970537Y-120774407D01* -X97006501Y-120823907D01* -X97006501Y-120885093D01* -X97001287Y-120897980D01* -X96959427Y-120983604D01* -X96954724Y-121015884D01* -X96949500Y-121051740D01* -X96949500Y-121668260D01* -X96955769Y-121711286D01* -X96959427Y-121736395D01* -X96998267Y-121815843D01* -X97010802Y-121841483D01* -X97093517Y-121924198D01* -X97168980Y-121961089D01* -X97212954Y-122003632D01* -X97224500Y-122050030D01* -X97224500Y-122883084D01* -X97205593Y-122941275D01* -X97200320Y-122947914D01* -X97117118Y-123043936D01* -X97063302Y-123161774D01* -X97044867Y-123289997D01* -X97044867Y-123290002D01* -X97063302Y-123418225D01* -X97115061Y-123531558D01* -X97117118Y-123536063D01* -X97164263Y-123590472D01* -X97201952Y-123633968D01* -X97308757Y-123702607D01* -X97310931Y-123704004D01* -X97435228Y-123740500D01* -X97435230Y-123740500D01* -X97564770Y-123740500D01* -X97564772Y-123740500D01* -X97689069Y-123704004D01* -X97798049Y-123633967D01* -X97882882Y-123536063D01* -X97936697Y-123418226D01* -X97955133Y-123290000D01* -X97952705Y-123273115D01* -X97936697Y-123161774D01* -X97919706Y-123124569D01* -X97882882Y-123043937D01* -X97867963Y-123026719D01* -X97799680Y-122947914D01* -X97775863Y-122891555D01* -X97775500Y-122883084D01* -X97775500Y-122050030D01* -X97794407Y-121991839D01* -X97831019Y-121961089D01* -X97906483Y-121924198D01* -X97989198Y-121841483D01* -X98040573Y-121736393D01* -X98050500Y-121668260D01* -X98050500Y-121051740D01* -X98040573Y-120983607D01* -X98010933Y-120922978D01* -X98002363Y-120862398D01* -X98031038Y-120808348D01* -X98086007Y-120781475D01* -X98146272Y-120792044D01* -X98169879Y-120809495D01* -X98218061Y-120857677D01* -X98245838Y-120912194D01* -X98246050Y-120941763D01* -X98244867Y-120949995D01* -X98244867Y-120950000D01* -X98263302Y-121078225D01* -X98299339Y-121157133D01* -X98317118Y-121196063D01* -X98373802Y-121261481D01* -X98401951Y-121293967D01* -X98479791Y-121343992D01* -X98510931Y-121364004D01* -X98635228Y-121400500D01* -X98635230Y-121400500D01* -X98764770Y-121400500D01* -X98764772Y-121400500D01* -X98889069Y-121364004D01* -X98998049Y-121293967D01* -X99082882Y-121196063D01* -X99136697Y-121078226D01* -X99155133Y-120950000D01* -X99155132Y-120949995D01* -X99136697Y-120821774D01* -X99124836Y-120795802D01* -X99082882Y-120703937D01* -X98998049Y-120606033D01* -X98998048Y-120606032D01* -X98998047Y-120606031D01* -X98889073Y-120535998D01* -X98889070Y-120535996D01* -X98889069Y-120535996D01* -X98889066Y-120535995D01* -X98764774Y-120499500D01* -X98764772Y-120499500D01* -X98680124Y-120499500D01* -X98621933Y-120480593D01* -X98610120Y-120470504D01* -X98534120Y-120394504D01* -X98506343Y-120339987D01* -X98515914Y-120279555D01* -X98559179Y-120236290D01* -X98604124Y-120225500D01* -X99144876Y-120225500D01* -X99203067Y-120244407D01* -X99214880Y-120254496D01* -X99368061Y-120407677D01* -X99395838Y-120462194D01* -X99396050Y-120491763D01* -X99394867Y-120499995D01* -X99394867Y-120500002D01* -X99413302Y-120628225D01* -X99466248Y-120744158D01* -X99467118Y-120746063D01* -X99542091Y-120832588D01* -X99551952Y-120843968D01* -X99660926Y-120914001D01* -X99660931Y-120914004D01* -X99785228Y-120950500D01* -X99785230Y-120950500D01* -X99914770Y-120950500D01* -X99914772Y-120950500D01* -X100039069Y-120914004D01* -X100148049Y-120843967D01* -X100232882Y-120746063D01* -X100286697Y-120628226D01* -X100297153Y-120555500D01* -X100305133Y-120500002D01* -X100305133Y-120499997D01* -X100286697Y-120371774D01* -X100280692Y-120358625D01* -X100232882Y-120253937D01* -X100148049Y-120156033D01* -X100148048Y-120156032D01* -X100148047Y-120156031D01* -X100039073Y-120085998D01* -X100039070Y-120085996D01* -X100039069Y-120085996D01* -X100017000Y-120079516D01* -X99914774Y-120049500D01* -X99914772Y-120049500D01* -X99830124Y-120049500D01* -X99771933Y-120030593D01* -X99760120Y-120020504D01* -X99564120Y-119824504D01* -X99536343Y-119769987D01* -X99545914Y-119709555D01* -X99589179Y-119666290D01* -X99634124Y-119655500D01* -X100124876Y-119655500D01* -X100183067Y-119674407D01* -X100194880Y-119684496D01* -X100318061Y-119807677D01* -X100345838Y-119862194D01* -X100346050Y-119891763D01* -X100344867Y-119899995D01* -X100344867Y-119900002D01* -X100363302Y-120028225D01* -X100409294Y-120128932D01* -X100417118Y-120146063D01* -X100497322Y-120238625D01* -X100501952Y-120243968D01* -X100598422Y-120305965D01* -X100610931Y-120314004D01* -X100735228Y-120350500D01* -X100735230Y-120350500D01* -X100864770Y-120350500D01* -X100864772Y-120350500D01* -X100989069Y-120314004D01* -X101098049Y-120243967D01* -X101182882Y-120146063D01* -X101236697Y-120028226D01* -X101247736Y-119951445D01* -X101255133Y-119900002D01* -X101255133Y-119899997D01* -X101236697Y-119771774D01* -X101226753Y-119750000D01* -X101182882Y-119653937D01* -X101098049Y-119556033D01* -X101098048Y-119556032D01* -X101098047Y-119556031D01* -X100989073Y-119485998D01* -X100989070Y-119485996D01* -X100989069Y-119485996D01* -X100989066Y-119485995D01* -X100864774Y-119449500D01* -X100864772Y-119449500D01* -X100780124Y-119449500D01* -X100721933Y-119430593D01* -X100710120Y-119420504D01* -X100589120Y-119299504D01* -X100561343Y-119244987D01* -X100570914Y-119184555D01* -X100614179Y-119141290D01* -X100659124Y-119130500D01* -X100709770Y-119130500D01* -X100709772Y-119130500D01* -X100834069Y-119094004D01* -X100943049Y-119023967D01* -X101027882Y-118926063D01* -X101081697Y-118808226D01* -X101090092Y-118749836D01* -X101100133Y-118680002D01* -X101100133Y-118679997D01* -X101081697Y-118551774D01* -X101060562Y-118505496D01* -X101027882Y-118433937D01* -X100943049Y-118336033D01* -X100943048Y-118336032D01* -X100943047Y-118336031D01* -X100834073Y-118265998D01* -X100834070Y-118265996D01* -X100834069Y-118265996D01* -X100815668Y-118260593D01* -X100709774Y-118229500D01* -X100709772Y-118229500D01* -X100580228Y-118229500D01* -X100580225Y-118229500D01* -X100455929Y-118265996D01* -X100449488Y-118268938D01* -X100448581Y-118266952D01* -X100405849Y-118279500D01* -X98405784Y-118279500D01* -X98347593Y-118260593D01* -X98335780Y-118250504D01* -X98034776Y-117949500D01* -X97709793Y-117624516D01* -X97709792Y-117624515D01* -X97707308Y-117622031D01* -X97687227Y-117601951D01* -X97687226Y-117601950D01* -X97665731Y-117590997D01* -X97652492Y-117582884D01* -X97646465Y-117578505D01* -X97632974Y-117568704D01* -X97632972Y-117568703D01* -X97610026Y-117561247D01* -X97595672Y-117555301D01* -X97574190Y-117544354D01* -X97550358Y-117540579D01* -X97535258Y-117536953D01* -X97512321Y-117529500D01* -X97512317Y-117529500D01* -X97480403Y-117529500D01* -X95847389Y-117529500D01* -X95789198Y-117510593D01* -X95753234Y-117461093D01* -X95753234Y-117399907D01* -X95772569Y-117365670D01* -X95808755Y-117323907D01* -X95832882Y-117296063D01* -X95886697Y-117178226D01* -X95897872Y-117100500D01* -X95905133Y-117050002D01* -X95905133Y-117049997D01* -X95894356Y-116975040D01* -X95904789Y-116914751D01* -X95948667Y-116872108D01* -X96009230Y-116863401D01* -X96063344Y-116891954D01* -X96067157Y-116896108D01* -X96127522Y-116965774D01* -X96151952Y-116993968D01* -X96260926Y-117064001D01* -X96260931Y-117064004D01* -X96385228Y-117100500D01* -X96385230Y-117100500D01* -X96514770Y-117100500D01* -X96514772Y-117100500D01* -X96639069Y-117064004D01* -X96748049Y-116993967D01* -X96832882Y-116896063D01* -X96886697Y-116778226D01* -X96905133Y-116650000D01* -X96904602Y-116646309D01* -X96905133Y-116643241D01* -X96905133Y-116642919D01* -X96905189Y-116642919D01* -X96915033Y-116586021D01* -X96958910Y-116543377D01* -X97019472Y-116534667D01* -X97072598Y-116562214D01* -X98319113Y-117808729D01* -X98331422Y-117823729D01* -X98341371Y-117838618D01* -X98341373Y-117838620D01* -X98341376Y-117838624D01* -X98341379Y-117838626D01* -X98341380Y-117838627D01* -X98360329Y-117851288D01* -X98360334Y-117851292D01* -X98432505Y-117899516D01* -X98443657Y-117901734D01* -X98540000Y-117920897D01* -X98557571Y-117917401D01* -X98576884Y-117915500D01* -X102349876Y-117915500D01* -X102408067Y-117934407D01* -X102419880Y-117944496D01* -X103020504Y-118545120D01* -X103048281Y-118599637D01* -X103049500Y-118615124D01* -X103049500Y-119157360D01* -X103049501Y-119157363D01* -X103052414Y-119182490D01* -X103066814Y-119215102D01* -X103084718Y-119255651D01* -X103086865Y-119260512D01* -X103093073Y-119321381D01* -X103062317Y-119374275D01* -X103006345Y-119398989D01* -X102996300Y-119399500D01* -X102946619Y-119399500D01* -X102926304Y-119397393D01* -X102914686Y-119394957D01* -X102914685Y-119394957D01* -X102881287Y-119399120D01* -X102875163Y-119399500D01* -X102870960Y-119399500D01* -X102862664Y-119400884D01* -X102849458Y-119403087D01* -X102798606Y-119409426D01* -X102791581Y-119411517D01* -X102784616Y-119413908D01* -X102739555Y-119438295D01* -X102693517Y-119460801D01* -X102687542Y-119465066D01* -X102681744Y-119469579D01* -X102647042Y-119507275D01* -X102185117Y-119969198D01* -X102169265Y-119982071D01* -X102159335Y-119988559D01* -X102159332Y-119988561D01* -X102138664Y-120015114D01* -X102134605Y-120019712D01* -X102131619Y-120022698D01* -X102118955Y-120040437D01* -X102087483Y-120080874D01* -X102083981Y-120087343D01* -X102080758Y-120093936D01* -X102066138Y-120143045D01* -X102049499Y-120191512D01* -X102048293Y-120198743D01* -X102047383Y-120206047D01* -X102049500Y-120257231D01* -X102049500Y-122403381D01* -X102047393Y-122423696D01* -X102045298Y-122433691D01* -X102044957Y-122435315D01* -X102046616Y-122448624D01* -X102049120Y-122468709D01* -X102049500Y-122474837D01* -X102049500Y-122479040D01* -X102051117Y-122488731D01* -X102053087Y-122500541D01* -X102059425Y-122551388D01* -X102061527Y-122558448D01* -X102063907Y-122565380D01* -X102088295Y-122610444D01* -X102110801Y-122656482D01* -X102115078Y-122662472D01* -X102119579Y-122668255D01* -X102119581Y-122668257D01* -X102119582Y-122668258D01* -X102126833Y-122674933D01* -X102157275Y-122702958D01* -X102670504Y-123216185D01* -X102698281Y-123270702D01* -X102699500Y-123286189D01* -X102699500Y-123938045D01* -X102680593Y-123996236D01* -X102670504Y-124008049D01* -X102538232Y-124140321D01* -X102483715Y-124168098D01* -X102423283Y-124158527D01* -X102380327Y-124115863D01* -X102372102Y-124099989D01* -X102366188Y-124088575D01* -X102336645Y-124056942D01* -X102265806Y-123981092D01* -X102202192Y-123942407D01* -X102162297Y-123896016D01* -X102157289Y-123835036D01* -X102183628Y-123787816D01* -X102380971Y-123590472D01* -X102380972Y-123590472D01* -X102212417Y-123515428D01* -X102212411Y-123515426D01* -X102022218Y-123475000D01* -X101827782Y-123475000D01* -X101637588Y-123515426D01* -X101637578Y-123515429D01* -X101469026Y-123590472D01* -X101469026Y-123590473D01* -X101662710Y-123784157D01* -X101690487Y-123838673D01* -X101680916Y-123899105D01* -X101649007Y-123933509D01* -X101649662Y-123934314D01* -X101530325Y-124031401D01* -X101462594Y-124127353D01* -X101413590Y-124163989D01* -X101352410Y-124164824D01* -X101311711Y-124140265D01* -X101118443Y-123946997D01* -X101075317Y-124021695D01* -X101015230Y-124206620D01* -X100994905Y-124400000D01* -X101015230Y-124593379D01* -X101075318Y-124778308D01* -X101075320Y-124778313D01* -X101118442Y-124853002D01* -X101118443Y-124853002D01* -X101311767Y-124659678D01* -X101366284Y-124631900D01* -X101426716Y-124641471D01* -X101469670Y-124684133D01* -X101483812Y-124711424D01* -X101483812Y-124711425D01* -X101584195Y-124818908D01* -X101647805Y-124857591D01* -X101687700Y-124903981D01* -X101692709Y-124964961D01* -X101666370Y-125012181D01* -X101469026Y-125209525D01* -X101637582Y-125284571D01* -X101637588Y-125284573D01* -X101827782Y-125325000D01* -X102022218Y-125325000D01* -X102212411Y-125284573D01* -X102212416Y-125284571D01* -X102380970Y-125209525D01* -X102187288Y-125015843D01* -X102159511Y-124961326D01* -X102169082Y-124900894D01* -X102200995Y-124866494D01* -X102200338Y-124865686D01* -X102319673Y-124768599D01* -X102387404Y-124672647D01* -X102436408Y-124636010D01* -X102497588Y-124635174D01* -X102538287Y-124659734D01* -X102670503Y-124791949D01* -X102698281Y-124846466D01* -X102699500Y-124861953D01* -X102699499Y-125414818D01* -X102699500Y-125414827D01* -X102708232Y-125458720D01* -X102708234Y-125458724D01* -X102717169Y-125472096D01* -X102741496Y-125508504D01* -X102791278Y-125541767D01* -X102802327Y-125543964D01* -X102835172Y-125550499D01* -X102835178Y-125550499D01* -X102835180Y-125550500D01* -X102835181Y-125550500D01* -X103264819Y-125550500D01* -X103264820Y-125550500D01* -X103264821Y-125550499D01* -X103264827Y-125550499D01* -X103286623Y-125546162D01* -X103308722Y-125541767D01* -X103319996Y-125534233D01* -X103378883Y-125517623D01* -X103430004Y-125534234D01* -X103441274Y-125541765D01* -X103441276Y-125541766D01* -X103441278Y-125541767D01* -X103452327Y-125543964D01* -X103485172Y-125550499D01* -X103485178Y-125550499D01* -X103485180Y-125550500D01* -X103485181Y-125550500D01* -X103914819Y-125550500D01* -X103914820Y-125550500D01* -X103914821Y-125550499D01* -X103914827Y-125550499D01* -X103936623Y-125546162D01* -X103958722Y-125541767D01* -X103969995Y-125534235D01* -X103969998Y-125534233D01* -X104028887Y-125517624D01* -X104080002Y-125534233D01* -X104080005Y-125534235D01* -X104091278Y-125541767D01* -X104102327Y-125543964D01* -X104135172Y-125550499D01* -X104135178Y-125550499D01* -X104135180Y-125550500D01* -X104135181Y-125550500D01* -X104564819Y-125550500D01* -X104564820Y-125550500D01* -X104564821Y-125550499D01* -X104564827Y-125550499D01* -X104586623Y-125546162D01* -X104608722Y-125541767D01* -X104619995Y-125534234D01* -X104678880Y-125517623D01* -X104730000Y-125534231D01* -X104741278Y-125541767D01* -X104752327Y-125543964D01* -X104785172Y-125550499D01* -X104785178Y-125550499D01* -X104785180Y-125550500D01* -X104785181Y-125550500D01* -X105214819Y-125550500D01* -X105214820Y-125550500D01* -X105251988Y-125543106D01* -X105312748Y-125550295D01* -X105326306Y-125557888D01* -X105371963Y-125588396D01* -X105430299Y-125599999D01* -X105430303Y-125600000D01* -X105449999Y-125600000D01* -X105450000Y-125599999D01* -X105450000Y-125599998D01* -X105850000Y-125599998D01* -X105850001Y-125600000D01* -X105869697Y-125600000D01* -X105869700Y-125599999D01* -X105928036Y-125588396D01* -X105994189Y-125544193D01* -X105994193Y-125544189D01* -X106038396Y-125478036D01* -X106049999Y-125419700D01* -X106050000Y-125419697D01* -X106050000Y-125210917D01* -X106068907Y-125152726D01* -X106118407Y-125116762D01* -X106179593Y-125116762D01* -X106207191Y-125130825D01* -X106309948Y-125205483D01* -X106309962Y-125205491D01* -X106487578Y-125284570D01* -X106487588Y-125284573D01* -X106677782Y-125325000D01* -X106872218Y-125325000D01* -X107062411Y-125284573D01* -X107062416Y-125284571D01* -X107230970Y-125209525D01* -X107037288Y-125015843D01* -X107009511Y-124961326D01* -X107019082Y-124900894D01* -X107046871Y-124870939D01* -X115185630Y-124870939D01* -X115216259Y-125070863D01* -X115216444Y-125072071D01* -X115287114Y-125262887D01* -X115287115Y-125262888D01* -X115394745Y-125435567D01* -X115394747Y-125435569D01* -X115394748Y-125435571D01* -X115429468Y-125472096D01* -X115534237Y-125582313D01* -X115534941Y-125583053D01* -X115534943Y-125583054D01* -X115534946Y-125583057D01* -X115691948Y-125692333D01* -X115701951Y-125699295D01* -X115888940Y-125779539D01* -X115888942Y-125779540D01* -X116088259Y-125820500D01* -X116088262Y-125820500D01* -X116490744Y-125820500D01* -X116516381Y-125817892D01* -X116642438Y-125805074D01* -X116836588Y-125744159D01* -X117014502Y-125645409D01* -X117168895Y-125512866D01* -X117293448Y-125351958D01* -X117383060Y-125169271D01* -X117434063Y-124972285D01* -X117444369Y-124769064D01* -X117413556Y-124567929D01* -X117342886Y-124377113D01* -X117235252Y-124204429D01* -X117095059Y-124056947D01* -X117095057Y-124056945D01* -X117095053Y-124056942D01* -X116928054Y-123940708D01* -X116928051Y-123940706D01* -X116928049Y-123940705D01* -X116741058Y-123860460D01* -X116741060Y-123860460D01* -X116635039Y-123838673D01* -X116541741Y-123819500D01* -X116139258Y-123819500D01* -X116139256Y-123819500D01* -X115987561Y-123834926D01* -X115793410Y-123895841D01* -X115793409Y-123895842D01* -X115615501Y-123994588D01* -X115615498Y-123994590D01* -X115461109Y-124127129D01* -X115461105Y-124127133D01* -X115461105Y-124127134D01* -X115450941Y-124140265D01* -X115336549Y-124288045D01* -X115267946Y-124427905D01* -X115246940Y-124470729D01* -X115204146Y-124636009D01* -X115195936Y-124667719D01* -X115185631Y-124870936D01* -X115185630Y-124870939D01* -X107046871Y-124870939D01* -X107050995Y-124866494D01* -X107050338Y-124865686D01* -X107169673Y-124768599D01* -X107210031Y-124711425D01* -X107237405Y-124672644D01* -X107286408Y-124636009D01* -X107347587Y-124635173D01* -X107388288Y-124659733D01* -X107581556Y-124853001D01* -X107624682Y-124778304D01* -X107684769Y-124593379D01* -X107705094Y-124400000D01* -X107684769Y-124206620D01* -X107624681Y-124021691D01* -X107581555Y-123946996D01* -X107388231Y-124140321D01* -X107333715Y-124168098D01* -X107273283Y-124158527D01* -X107230327Y-124115863D01* -X107222102Y-124099989D01* -X107216188Y-124088575D01* -X107186645Y-124056942D01* -X107115806Y-123981092D01* -X107052192Y-123942407D01* -X107012297Y-123896016D01* -X107007289Y-123835036D01* -X107033628Y-123787816D01* -X107230971Y-123590472D01* -X107230972Y-123590472D01* -X107062417Y-123515428D01* -X107062411Y-123515426D01* -X106872218Y-123475000D01* -X106677782Y-123475000D01* -X106487588Y-123515426D01* -X106487578Y-123515429D01* -X106319026Y-123590472D01* -X106319026Y-123590473D01* -X106512710Y-123784157D01* -X106540487Y-123838673D01* -X106530916Y-123899105D01* -X106499007Y-123933509D01* -X106499662Y-123934314D01* -X106380325Y-124031401D01* -X106312594Y-124127353D01* -X106263590Y-124163989D01* -X106202410Y-124164824D01* -X106161711Y-124140265D01* -X105970822Y-123949376D01* -X105943045Y-123894859D01* -X105942303Y-123889078D01* -X105940410Y-123869872D01* -X105928035Y-123861603D01* -X105869700Y-123850000D01* -X105850001Y-123850000D01* -X105850000Y-123850001D01* -X105850000Y-125599998D01* -X105450000Y-125599998D01* -X105450000Y-123850001D01* -X105449999Y-123850000D01* -X105430294Y-123850000D01* -X105393812Y-123857257D01* -X105333051Y-123850064D01* -X105288122Y-123808531D01* -X105275500Y-123760159D01* -X105275500Y-123755123D01* -X105294407Y-123696932D01* -X105304490Y-123685125D01* -X105935119Y-123054496D01* -X105989637Y-123026719D01* -X106005124Y-123025500D01* -X106238812Y-123025500D01* -X106297003Y-123044407D01* -X106308809Y-123054490D01* -X106368517Y-123114198D01* -X106400841Y-123130000D01* -X106473604Y-123165572D01* -X106473605Y-123165572D01* -X106473607Y-123165573D01* -X106541740Y-123175500D01* -X106541743Y-123175500D01* -X107008257Y-123175500D01* -X107008260Y-123175500D01* -X107076393Y-123165573D01* -X107181483Y-123114198D01* -X107264198Y-123031483D01* -X107315573Y-122926393D01* -X107325500Y-122858260D01* -X107325500Y-122856485D01* -X107825001Y-122856485D01* -X107839833Y-122950141D01* -X107839836Y-122950151D01* -X107897358Y-123063043D01* -X107986955Y-123152640D01* -X108099854Y-123210165D01* -X108099857Y-123210166D01* -X108174999Y-123222066D01* -X108675000Y-123222066D01* -X108750142Y-123210166D01* -X108750145Y-123210165D01* -X108863044Y-123152640D01* -X108952641Y-123063043D01* -X109010163Y-122950151D01* -X109010164Y-122950147D01* -X109025000Y-122856484D01* -X109025000Y-122800001D01* -X109024999Y-122800000D01* -X108675001Y-122800000D01* -X108675000Y-122800001D01* -X108675000Y-123222066D01* -X108174999Y-123222066D01* -X108175000Y-123222065D01* -X108175000Y-122800001D01* -X108174999Y-122800000D01* -X107825002Y-122800000D01* -X107825001Y-122800001D01* -X107825001Y-122856485D01* -X107325500Y-122856485D01* -X107325500Y-122299999D01* -X107825000Y-122299999D01* -X107825001Y-122300000D01* -X108174999Y-122300000D01* -X108174999Y-121877932D01* -X108099852Y-121889835D01* -X108099848Y-121889836D01* -X107986956Y-121947358D01* -X107897358Y-122036956D01* -X107839836Y-122149848D01* -X107839835Y-122149852D01* -X107825000Y-122243515D01* -X107825000Y-122299999D01* -X107325500Y-122299999D01* -X107325500Y-122241740D01* -X107315573Y-122173607D01* -X107298452Y-122138586D01* -X107290483Y-122122285D01* -X107264198Y-122068517D01* -X107181483Y-121985802D01* -X107168275Y-121979345D01* -X107076395Y-121934427D01* -X107049139Y-121930456D01* -X107008260Y-121924500D01* -X106541740Y-121924500D01* -X106507673Y-121929463D01* -X106473604Y-121934427D01* -X106368518Y-121985801D01* -X106285801Y-122068518D01* -X106234427Y-122173604D01* -X106224500Y-122241743D01* -X106224500Y-122375500D01* -X106205593Y-122433691D01* -X106156093Y-122469655D01* -X106125500Y-122474500D01* -X105886884Y-122474500D01* -X105867571Y-122472598D01* -X105865997Y-122472285D01* -X105850000Y-122469103D01* -X105849999Y-122469103D01* -X105773686Y-122484281D01* -X105712925Y-122477088D01* -X105667996Y-122435555D01* -X105656060Y-122375545D01* -X105658247Y-122367184D01* -X105657613Y-122367058D01* -X105677106Y-122269059D01* -X105680897Y-122250000D01* -X105679999Y-122245485D01* -X105677402Y-122232427D01* -X105675500Y-122213115D01* -X105675500Y-121724267D01* -X105694407Y-121666076D01* -X105718556Y-121642589D01* -X105722762Y-121639707D01* -X105722765Y-121639706D01* -X105802206Y-121560265D01* -X105847585Y-121457491D01* -X105850500Y-121432365D01* -X105850499Y-120317636D01* -X105847585Y-120292509D01* -X105824173Y-120239487D01* -X105817966Y-120178618D01* -X105848722Y-120125725D01* -X105904694Y-120101011D01* -X105914739Y-120100500D01* -X106103381Y-120100500D01* -X106123696Y-120102607D01* -X106125844Y-120103057D01* -X106135315Y-120105043D01* -X106168712Y-120100879D01* -X106174837Y-120100500D01* -X106179041Y-120100500D01* -X106189790Y-120098706D01* -X106200540Y-120096912D01* -X106251393Y-120090573D01* -X106251396Y-120090571D01* -X106258429Y-120088477D01* -X106265377Y-120086092D01* -X106265381Y-120086092D01* -X106310444Y-120061704D01* -X106356484Y-120039198D01* -X106362470Y-120034923D01* -X106368256Y-120030420D01* -X106375365Y-120022698D01* -X106402957Y-119992724D01* -X106814884Y-119580796D01* -X106830734Y-119567926D01* -X106840669Y-119561437D01* -X106861338Y-119534879D01* -X106865388Y-119530292D01* -X106868375Y-119527307D01* -X106881044Y-119509561D01* -X106912517Y-119469126D01* -X106912518Y-119469120D01* -X106916023Y-119462645D01* -X106919239Y-119456067D01* -X106919238Y-119456067D01* -X106919240Y-119456066D01* -X106933861Y-119406954D01* -X106950500Y-119358488D01* -X106950500Y-119358483D01* -X106951707Y-119351254D01* -X106952617Y-119343954D01* -X106950500Y-119292769D01* -X106950500Y-113976613D01* -X106952607Y-113956297D01* -X106953003Y-113954408D01* -X106955042Y-113944685D01* -X106950879Y-113911294D01* -X106950500Y-113905168D01* -X106950500Y-113900954D01* -X106946911Y-113879449D01* -X106942540Y-113844387D01* -X106940573Y-113828607D01* -X106940571Y-113828604D01* -X106938477Y-113821569D01* -X106936091Y-113814616D01* -X106911704Y-113769554D01* -X106889198Y-113723515D01* -X106884948Y-113717562D01* -X106880418Y-113711742D01* -X106842724Y-113677041D01* -X106671622Y-113505940D01* -X106643845Y-113451423D01* -X106643645Y-113450102D01* -X106636697Y-113401774D01* -X106635987Y-113400220D01* -X106582883Y-113283939D01* -X106582882Y-113283938D01* -X106582882Y-113283937D01* -X106498049Y-113186033D01* -X106498048Y-113186032D01* -X106498047Y-113186031D01* -X106389073Y-113115998D01* -X106389070Y-113115996D01* -X106389069Y-113115996D01* -X106389066Y-113115995D01* -X106264774Y-113079500D01* -X106264772Y-113079500D01* -X106135228Y-113079500D01* -X106135224Y-113079500D01* -X106018827Y-113113677D01* -X105957666Y-113111929D01* -X105909214Y-113074566D01* -X105891976Y-113015859D01* -X105912538Y-112958232D01* -X105920933Y-112948683D01* -X106025121Y-112844496D01* -X106079637Y-112816719D01* -X106095124Y-112815500D01* -X106614876Y-112815500D01* -X106673067Y-112834407D01* -X106684880Y-112844496D01* -X108355504Y-114515120D01* -X108383281Y-114569637D01* -X108384500Y-114585124D01* -X108384499Y-121093115D01* -X108382598Y-121112424D01* -X108379103Y-121129999D01* -X108379103Y-121130002D01* -X108383311Y-121151162D01* -X108383316Y-121151182D01* -X108384500Y-121157132D01* -X108384500Y-121157133D01* -X108400485Y-121237495D01* -X108400486Y-121237496D01* -X108400486Y-121237498D01* -X108416512Y-121261481D01* -X108422084Y-121269820D01* -X108438218Y-121293967D01* -X108461376Y-121328624D01* -X108470808Y-121334926D01* -X108476266Y-121338573D01* -X108491269Y-121350885D01* -X108879181Y-121738797D01* -X108906958Y-121793314D01* -X108897387Y-121853746D01* -X108854122Y-121897011D01* -X108793690Y-121906582D01* -X108764233Y-121897011D01* -X108750152Y-121889836D01* -X108750147Y-121889835D01* -X108675000Y-121877932D01* -X108675000Y-122299999D01* -X108675001Y-122300000D01* -X109024998Y-122300000D01* -X109024999Y-122299999D01* -X109024999Y-122243516D01* -X109024998Y-122243514D01* -X109010166Y-122149858D01* -X109010163Y-122149848D01* -X109002989Y-122135768D01* -X108993417Y-122075336D01* -X109021194Y-122020819D01* -X109075710Y-121993041D01* -X109136142Y-122002612D01* -X109161202Y-122020818D01* -X109629115Y-122488731D01* -X109641426Y-122503733D01* -X109651376Y-122518624D01* -X109672504Y-122532741D01* -X109672515Y-122532749D01* -X109674377Y-122533993D01* -X109674378Y-122533994D01* -X109700391Y-122551375D01* -X109742505Y-122579515D01* -X109822867Y-122595500D01* -X109822868Y-122595500D01* -X109850000Y-122600897D01* -X109867570Y-122597401D01* -X109886884Y-122595500D01* -X115156215Y-122595500D01* -X115214406Y-122614407D01* -X115249051Y-122660115D01* -X115287114Y-122762887D01* -X115298746Y-122781549D01* -X115394745Y-122935567D01* -X115394747Y-122935569D01* -X115394748Y-122935571D01* -X115412491Y-122954236D01* -X115531197Y-123079115D01* -X115534941Y-123083053D01* -X115534943Y-123083054D01* -X115534946Y-123083057D01* -X115701945Y-123199291D01* -X115701951Y-123199295D01* -X115888940Y-123279539D01* -X115888942Y-123279540D01* -X116088259Y-123320500D01* -X116088262Y-123320500D01* -X116490744Y-123320500D01* -X116516381Y-123317892D01* -X116642438Y-123305074D01* -X116836588Y-123244159D01* -X117014502Y-123145409D01* -X117168895Y-123012866D01* -X117293448Y-122851958D01* -X117383060Y-122669271D01* -X117434063Y-122472285D01* -X117444369Y-122269064D01* -X117413556Y-122067929D01* -X117342886Y-121877113D01* -X117235252Y-121704429D01* -X117130282Y-121594001D01* -X117095063Y-121556951D01* -X117095053Y-121556942D01* -X116928054Y-121440708D01* -X116928051Y-121440706D01* -X116928049Y-121440705D01* -X116741058Y-121360460D01* -X116741060Y-121360460D01* -X116660922Y-121343992D01* -X116541741Y-121319500D01* -X116139258Y-121319500D01* -X116139256Y-121319500D01* -X115987561Y-121334926D01* -X115793410Y-121395841D01* -X115793409Y-121395842D01* -X115615501Y-121494588D01* -X115615498Y-121494590D01* -X115461109Y-121627129D01* -X115461105Y-121627133D01* -X115461105Y-121627134D01* -X115450453Y-121640895D01* -X115336549Y-121788045D01* -X115246938Y-121970733D01* -X115245197Y-121975435D01* -X115244052Y-121975011D01* -X115214161Y-122021907D01* -X115157227Y-122044317D01* -X115151208Y-122044500D01* -X110005124Y-122044500D01* -X109946933Y-122025593D01* -X109935120Y-122015504D01* -X108964495Y-121044879D01* -X108936718Y-120990362D01* -X108935500Y-120974887D01* -X108935500Y-114466884D01* -X108937402Y-114447570D01* -X108937893Y-114445102D01* -X108940897Y-114430000D01* -X108919516Y-114322506D01* -X108919516Y-114322505D01* -X108871292Y-114250334D01* -X108871292Y-114250333D01* -X108871288Y-114250329D01* -X108858627Y-114231380D01* -X108858626Y-114231379D01* -X108858624Y-114231376D01* -X108843733Y-114221426D01* -X108828731Y-114209115D01* -X106990885Y-112371269D01* -X106978573Y-112356266D01* -X106977152Y-112354139D01* -X106968624Y-112341376D01* -X106947902Y-112327529D01* -X106947896Y-112327525D01* -X106930641Y-112315996D01* -X106906701Y-112300000D01* -X106877495Y-112280485D01* -X106813071Y-112267670D01* -X106791182Y-112263316D01* -X106791162Y-112263311D01* -X106770002Y-112259103D01* -X106770001Y-112259103D01* -X106770000Y-112259103D01* -X106752430Y-112262598D01* -X106733116Y-112264500D01* -X105976884Y-112264500D01* -X105957571Y-112262598D01* -X105944826Y-112260063D01* -X105940000Y-112259103D01* -X105832506Y-112280483D01* -X105766959Y-112324281D01* -X105741378Y-112341374D01* -X105741372Y-112341380D01* -X105731423Y-112356269D01* -X105719115Y-112371266D01* -X104774880Y-113315503D01* -X104720363Y-113343281D01* -X104704876Y-113344500D01* -X103130030Y-113344500D01* -X103071839Y-113325593D01* -X103041089Y-113288980D01* -X103039232Y-113285181D01* -X103004198Y-113213517D01* -X102921483Y-113130802D01* -X102913567Y-113126932D01* -X102816395Y-113079427D01* -X102783030Y-113074566D01* -X102748260Y-113069500D01* -X102131740Y-113069500D01* -X102097673Y-113074463D01* -X102063604Y-113079427D01* -X101958518Y-113130801D01* -X101875801Y-113213518D01* -X101858830Y-113248234D01* -X101840769Y-113285180D01* -X101838911Y-113288980D01* -X101796368Y-113332954D01* -X101749970Y-113344500D01* -X101562510Y-113344500D01* -X101504319Y-113325593D01* -X101480650Y-113296646D01* -X101478710Y-113297893D01* -X101474884Y-113291941D01* -X101474883Y-113291940D01* -X101474882Y-113291937D01* -X101390049Y-113194033D01* -X101390048Y-113194032D01* -X101390047Y-113194031D01* -X101281073Y-113123998D01* -X101281070Y-113123996D01* -X101281069Y-113123996D01* -X101281066Y-113123995D01* -X101156774Y-113087500D01* -X101156772Y-113087500D01* -X101027228Y-113087500D01* -X101027225Y-113087500D01* -X100902933Y-113123995D01* -X100902926Y-113123998D01* -X100793952Y-113194031D01* -X100709117Y-113291938D01* -X100655302Y-113409774D01* -X100636867Y-113537997D01* -X100636867Y-113538002D01* -X100655302Y-113666225D01* -X100705464Y-113776063D01* -X100709118Y-113784063D01* -X100793948Y-113881963D01* -X100793952Y-113881968D01* -X100890730Y-113944163D01* -X100902931Y-113952004D01* -X101027228Y-113988500D01* -X101027230Y-113988500D01* -X101156770Y-113988500D01* -X101156772Y-113988500D01* -X101281069Y-113952004D01* -X101316550Y-113929202D01* -X101344537Y-113911216D01* -X101398060Y-113895500D01* -X101749970Y-113895500D01* -X101808161Y-113914407D01* -X101838910Y-113951019D01* -X101875802Y-114026483D01* -X101958517Y-114109198D01* -X102003879Y-114131374D01* -X102063604Y-114160572D01* -X102063605Y-114160572D01* -X102063607Y-114160573D01* -X102131740Y-114170500D01* -X102131743Y-114170500D01* -X102748257Y-114170500D01* -X102748260Y-114170500D01* -X102816393Y-114160573D01* -X102921483Y-114109198D01* -X103004198Y-114026483D01* -X103041089Y-113951019D01* -X103083632Y-113907046D01* -X103130030Y-113895500D01* -X104823116Y-113895500D01* -X104842429Y-113897401D01* -X104860000Y-113900897D01* -X104887132Y-113895500D01* -X104887133Y-113895500D01* -X104967495Y-113879515D01* -X105016875Y-113846520D01* -X105034871Y-113834496D01* -X105046342Y-113826832D01* -X105046348Y-113826826D01* -X105048602Y-113825320D01* -X105058624Y-113818624D01* -X105068574Y-113803730D01* -X105080881Y-113788733D01* -X105623651Y-113245964D01* -X105678165Y-113218189D01* -X105738597Y-113227760D01* -X105781862Y-113271025D01* -X105791433Y-113331457D01* -X105783706Y-113357095D01* -X105763302Y-113401774D01* -X105744867Y-113529997D01* -X105744867Y-113530002D01* -X105763302Y-113658225D01* -X105814671Y-113770705D01* -X105817118Y-113776063D01* -X105883899Y-113853133D01* -X105901952Y-113873968D01* -X106010926Y-113944001D01* -X106010931Y-113944004D01* -X106135228Y-113980500D01* -X106135230Y-113980500D01* -X106138714Y-113981523D01* -X106180827Y-114006509D01* -X106220504Y-114046186D01* -X106248281Y-114100703D01* -X106249500Y-114116190D01* -X106249500Y-119113810D01* -X106230593Y-119172001D01* -X106220504Y-119183814D01* -X106033814Y-119370504D01* -X105979297Y-119398281D01* -X105963810Y-119399500D01* -X105903700Y-119399500D01* -X105845509Y-119380593D01* -X105809545Y-119331093D01* -X105809545Y-119269907D01* -X105813135Y-119260512D01* -X105847585Y-119182491D01* -X105850500Y-119157365D01* -X105850499Y-118042636D01* -X105847585Y-118017509D01* -X105802206Y-117914735D01* -X105722765Y-117835294D01* -X105722763Y-117835293D01* -X105722761Y-117835291D01* -X105718548Y-117832405D01* -X105681228Y-117783920D01* -X105675499Y-117750737D01* -X105675499Y-116416884D01* -X105677402Y-116397567D01* -X105680897Y-116380000D01* -X105670252Y-116326483D01* -X105659515Y-116272504D01* -X105624108Y-116219515D01* -X105612755Y-116202522D01* -X105612741Y-116202504D01* -X105598624Y-116181376D01* -X105597452Y-116180593D01* -X105583733Y-116171426D01* -X105568731Y-116159115D01* -X104070885Y-114661269D01* -X104058573Y-114646266D01* -X104055946Y-114642334D01* -X104048624Y-114631376D01* -X104027899Y-114617528D01* -X104027886Y-114617518D01* -X104009898Y-114605500D01* -X103991403Y-114593142D01* -X103957495Y-114570485D01* -X103893071Y-114557670D01* -X103871182Y-114553316D01* -X103871162Y-114553311D01* -X103850002Y-114549103D01* -X103850001Y-114549103D01* -X103850000Y-114549103D01* -X103845491Y-114550000D01* -X103832430Y-114552598D01* -X103813116Y-114554500D01* -X99697370Y-114554500D01* -X99639179Y-114535593D01* -X99603215Y-114486093D01* -X99603215Y-114424907D01* -X99608430Y-114412019D01* -X99619863Y-114388631D01* -X99619862Y-114388631D01* -X99619866Y-114388625D01* -X99630500Y-114315636D01* -X99630500Y-113794364D01* -X99619866Y-113721375D01* -X99564826Y-113608789D01* -X99476211Y-113520174D01* -X99476209Y-113520173D01* -X99476208Y-113520172D01* -X99476206Y-113520171D01* -X99377501Y-113471916D01* -X99333527Y-113429373D01* -X99322958Y-113369107D01* -X99349831Y-113314139D01* -X99367450Y-113299697D01* -X99423049Y-113263967D01* -X99507882Y-113166063D01* -X99561697Y-113048226D01* -X99570875Y-112984390D01* -X99580133Y-112920002D01* -X99580133Y-112919997D01* -X99561697Y-112791774D01* -X99559474Y-112786907D01* -X99507882Y-112673937D01* -X99423049Y-112576033D01* -X99423048Y-112576032D01* -X99423047Y-112576031D01* -X99314073Y-112505998D01* -X99314070Y-112505996D01* -X99314069Y-112505996D01* -X99314066Y-112505995D01* -X99189774Y-112469500D01* -X99189772Y-112469500D01* -X99060228Y-112469500D01* -X99060225Y-112469500D01* -X98935933Y-112505995D01* -X98935926Y-112505998D01* -X98826952Y-112576031D01* -X98742117Y-112673938D01* -X98696957Y-112772822D01* -X98676907Y-112801699D01* -X98333442Y-113145163D01* -X98302368Y-113164206D01* -X98302856Y-113165164D01* -X98295914Y-113168701D01* -X98276389Y-113182886D01* -X98263150Y-113190998D01* -X98241658Y-113201949D01* -X98241657Y-113201949D01* -X98224597Y-113219009D01* -X98212795Y-113229089D01* -X98203853Y-113235587D01* -X98145664Y-113254500D01* -X97664297Y-113254500D01* -X97606106Y-113235593D01* -X97570142Y-113186093D01* -X97570142Y-113124907D01* -X97603289Y-113079284D01* -X97602699Y-113078603D01* -X97605627Y-113076065D01* -X97606106Y-113075407D01* -X97607439Y-113074495D01* -X97608046Y-113073969D01* -X97608046Y-113073968D01* -X97608049Y-113073967D01* -X97692882Y-112976063D01* -X97742080Y-112868336D01* -X97746698Y-112858224D01* -X97760608Y-112761473D01* -X97787603Y-112706565D01* -X97841718Y-112678011D01* -X97902280Y-112686718D01* -X97912116Y-112692272D01* -X97945931Y-112714004D01* -X98070228Y-112750500D01* -X98070230Y-112750500D01* -X98199770Y-112750500D01* -X98199772Y-112750500D01* -X98324069Y-112714004D01* -X98433049Y-112643967D01* -X98517882Y-112546063D01* -X98571697Y-112428226D01* -X98590133Y-112300000D01* -X98588815Y-112290834D01* -X98571697Y-112171774D01* -X98550847Y-112126119D01* -X98517882Y-112053937D01* -X98444570Y-111969329D01* -X98420754Y-111912971D01* -X98434613Y-111853376D01* -X98480854Y-111813308D01* -X98519391Y-111805500D01* -X101715500Y-111805500D01* -X101773691Y-111824407D01* -X101809655Y-111873907D01* -X101814500Y-111904500D01* -X101814500Y-112203260D01* -X101819108Y-112234886D01* -X101824427Y-112271395D01* -X101869883Y-112364376D01* -X101875802Y-112376483D01* -X101958517Y-112459198D01* -X102009122Y-112483937D01* -X102063604Y-112510572D01* -X102063605Y-112510572D01* -X102063607Y-112510573D01* -X102131740Y-112520500D01* -X102131743Y-112520500D01* -X102748257Y-112520500D01* -X102748260Y-112520500D01* -X102816393Y-112510573D01* -X102921483Y-112459198D01* -X103004198Y-112376483D01* -X103055573Y-112271393D01* -X103065500Y-112203260D01* -X103065500Y-111736740D01* -X103055573Y-111668607D01* -X103055412Y-111668278D01* -X103024466Y-111604976D01* -X103004198Y-111563517D01* -X102921483Y-111480802D01* -X102913904Y-111477097D01* -X102816395Y-111429427D01* -X102789139Y-111425456D01* -X102748260Y-111419500D01* -X102748257Y-111419500D01* -X102320124Y-111419500D01* -X102261933Y-111400593D01* -X102250120Y-111390504D01* -X102220885Y-111361269D01* -X102208573Y-111346266D01* -X102198625Y-111331378D01* -X102198624Y-111331376D01* -X102177899Y-111317528D01* -X102177890Y-111317521D01* -X102120548Y-111279207D01* -X102107496Y-111270485D01* -X102021182Y-111253316D01* -X102021162Y-111253311D01* -X102000002Y-111249103D01* -X102000001Y-111249103D01* -X102000000Y-111249103D01* -X101982430Y-111252598D01* -X101963116Y-111254500D01* -X101690188Y-111254500D01* -X101631997Y-111235593D01* -X101596033Y-111186093D01* -X101596033Y-111124907D01* -X101620182Y-111085498D01* -X101674198Y-111031483D01* -X101725573Y-110926393D01* -X101735500Y-110858260D01* -X102284500Y-110858260D01* -X102285533Y-110865348D01* -X102294427Y-110926395D01* -X102342140Y-111023992D01* -X102345802Y-111031483D01* -X102428517Y-111114198D01* -X102450423Y-111124907D01* -X102533604Y-111165572D01* -X102533605Y-111165572D01* -X102533607Y-111165573D01* -X102601740Y-111175500D01* -X102601743Y-111175500D01* -X103068257Y-111175500D01* -X103068260Y-111175500D01* -X103136393Y-111165573D01* -X103241483Y-111114198D01* -X103324198Y-111031483D01* -X103324199Y-111031480D01* -X103329278Y-111026402D01* -X103383795Y-110998625D01* -X103444227Y-111008196D01* -X103469286Y-111026402D01* -X103575504Y-111132620D01* -X103603281Y-111187137D01* -X103604500Y-111202624D01* -X103604500Y-111651289D01* -X103604500Y-111651291D01* -X103604501Y-111651294D01* -X103609432Y-111685142D01* -X103614957Y-111723068D01* -X103632768Y-111759500D01* -X103669081Y-111833780D01* -X103756220Y-111920919D01* -X103866933Y-111975043D01* -X103938705Y-111985500D01* -X104446294Y-111985499D01* -X104518067Y-111975043D01* -X104628780Y-111920919D01* -X104715919Y-111833780D01* -X104770043Y-111723067D01* -X104780500Y-111651295D01* -X104780500Y-111649209D01* -X105130001Y-111649209D01* -X105145531Y-111747262D01* -X105205751Y-111865452D01* -X105299547Y-111959248D01* -X105417735Y-112019468D01* -X105515790Y-112034999D01* -X105517500Y-112034998D01* -X106017500Y-112034998D01* -X106017501Y-112034999D01* -X106019209Y-112034999D01* -X106117262Y-112019468D01* -X106127990Y-112014002D01* -X108719867Y-112014002D01* -X108738302Y-112142225D01* -X108792117Y-112260061D01* -X108792118Y-112260063D01* -X108875477Y-112356266D01* -X108876952Y-112357968D01* -X108963331Y-112413480D01* -X108985931Y-112428004D01* -X109110228Y-112464500D01* -X109110230Y-112464500D01* -X109239770Y-112464500D01* -X109239772Y-112464500D01* -X109364069Y-112428004D01* -X109429849Y-112385729D01* -X109479006Y-112354139D01* -X109480237Y-112356054D01* -X109526863Y-112336341D01* -X109586461Y-112350189D01* -X109605356Y-112364972D01* -X110255504Y-113015120D01* -X110283281Y-113069637D01* -X110284500Y-113085124D01* -X110284500Y-116353115D01* -X110282598Y-116372427D01* -X110279103Y-116389999D01* -X110279103Y-116390002D01* -X110283311Y-116411162D01* -X110283316Y-116411182D01* -X110286363Y-116426499D01* -X110300485Y-116497495D01* -X110300486Y-116497496D01* -X110300487Y-116497498D01* -X110317864Y-116523505D01* -X110341650Y-116559103D01* -X110359636Y-116586021D01* -X110361376Y-116588624D01* -X110368853Y-116593620D01* -X110376266Y-116598573D01* -X110391269Y-116610885D01* -X113769115Y-119988731D01* -X113781426Y-120003733D01* -X113791132Y-120018260D01* -X113791376Y-120018624D01* -X113791379Y-120018626D01* -X113791380Y-120018627D01* -X113810329Y-120031288D01* -X113810334Y-120031292D01* -X113882505Y-120079516D01* -X113889333Y-120080874D01* -X113990000Y-120100897D01* -X114007571Y-120097401D01* -X114026884Y-120095500D01* -X115156215Y-120095500D01* -X115214406Y-120114407D01* -X115249051Y-120160115D01* -X115287114Y-120262887D01* -X115323271Y-120320896D01* -X115394745Y-120435567D01* -X115394747Y-120435569D01* -X115394748Y-120435571D01* -X115401542Y-120442718D01* -X115521024Y-120568413D01* -X115534941Y-120583053D01* -X115534943Y-120583054D01* -X115534946Y-120583057D01* -X115662811Y-120672053D01* -X115701951Y-120699295D01* -X115888940Y-120779539D01* -X115888942Y-120779540D01* -X116088259Y-120820500D01* -X116088262Y-120820500D01* -X116490744Y-120820500D01* -X116516381Y-120817892D01* -X116642438Y-120805074D01* -X116836588Y-120744159D01* -X117014502Y-120645409D01* -X117168895Y-120512866D01* -X117293448Y-120351958D01* -X117383060Y-120169271D01* -X117434063Y-119972285D01* -X117444369Y-119769064D01* -X117413556Y-119567929D01* -X117342886Y-119377113D01* -X117242100Y-119215416D01* -X117235254Y-119204432D01* -X117235249Y-119204426D01* -X117235201Y-119204376D01* -X117156661Y-119121752D01* -X117095063Y-119056951D01* -X117095053Y-119056942D01* -X116928054Y-118940708D01* -X116928051Y-118940706D01* -X116928049Y-118940705D01* -X116741058Y-118860460D01* -X116741060Y-118860460D01* -X116636601Y-118838994D01* -X116541741Y-118819500D01* -X116139258Y-118819500D01* -X116139256Y-118819500D01* -X115987561Y-118834926D01* -X115793410Y-118895841D01* -X115793409Y-118895842D01* -X115615501Y-118994588D01* -X115615498Y-118994590D01* -X115461109Y-119127129D01* -X115461105Y-119127133D01* -X115461105Y-119127134D01* -X115450147Y-119141290D01* -X115336549Y-119288045D01* -X115246938Y-119470733D01* -X115245197Y-119475435D01* -X115244052Y-119475011D01* -X115214161Y-119521907D01* -X115157227Y-119544317D01* -X115151208Y-119544500D01* -X114145124Y-119544500D01* -X114086933Y-119525593D01* -X114075120Y-119515504D01* -X112471419Y-117911803D01* -X111629615Y-117069999D01* -X115168588Y-117069999D01* -X115168589Y-117070000D01* -X115761105Y-117070000D01* -X115819296Y-117088907D01* -X115855260Y-117138407D01* -X115856094Y-117196889D01* -X115840000Y-117251705D01* -X115840000Y-117388295D01* -X115856094Y-117443110D01* -X115854348Y-117504269D01* -X115816985Y-117552722D01* -X115761105Y-117570000D01* -X115168589Y-117570000D01* -X115215232Y-117723762D01* -X115215234Y-117723767D01* -X115312724Y-117906160D01* -X115312731Y-117906170D01* -X115443940Y-118066050D01* -X115443949Y-118066059D01* -X115603829Y-118197268D01* -X115603839Y-118197275D01* -X115786232Y-118294765D01* -X115786237Y-118294767D01* -X115984166Y-118354808D01* -X116064998Y-118362769D01* -X116065000Y-118362768D01* -X116065000Y-117878192D01* -X116083907Y-117820001D01* -X116133407Y-117784037D01* -X116178090Y-117780200D01* -X116281021Y-117795000D01* -X116281025Y-117795000D01* -X116348979Y-117795000D01* -X116451910Y-117780200D01* -X116512199Y-117790633D01* -X116554842Y-117834510D01* -X116565000Y-117878192D01* -X116565000Y-118362768D01* -X116565001Y-118362769D01* -X116645833Y-118354808D01* -X116843762Y-118294767D01* -X116843767Y-118294765D01* -X117026160Y-118197275D01* -X117026170Y-118197268D01* -X117186050Y-118066059D01* -X117186059Y-118066050D01* -X117317268Y-117906170D01* -X117317275Y-117906160D01* -X117414765Y-117723767D01* -X117414767Y-117723762D01* -X117461411Y-117570000D01* -X116868895Y-117570000D01* -X116810704Y-117551093D01* -X116774740Y-117501593D01* -X116773905Y-117443110D01* -X116790000Y-117388295D01* -X116790000Y-117251705D01* -X116773905Y-117196889D01* -X116775652Y-117135731D01* -X116813015Y-117087278D01* -X116868895Y-117070000D01* -X117461411Y-117070000D01* -X117461411Y-117069999D01* -X117414767Y-116916237D01* -X117414765Y-116916232D01* -X117317275Y-116733839D01* -X117317268Y-116733829D01* -X117186059Y-116573949D01* -X117186050Y-116573940D01* -X117026170Y-116442731D01* -X117026160Y-116442724D01* -X116843767Y-116345234D01* -X116843762Y-116345232D01* -X116645836Y-116285191D01* -X116645830Y-116285190D01* -X116565000Y-116277229D01* -X116565000Y-116761807D01* -X116546093Y-116819998D01* -X116496593Y-116855962D01* -X116451911Y-116859799D01* -X116348980Y-116845000D01* -X116348975Y-116845000D01* -X116281025Y-116845000D01* -X116281020Y-116845000D01* -X116178089Y-116859799D01* -X116117800Y-116849366D01* -X116075157Y-116805488D01* -X116065000Y-116761807D01* -X116065000Y-116277229D01* -X116064999Y-116277229D01* -X115984169Y-116285190D01* -X115984163Y-116285191D01* -X115786237Y-116345232D01* -X115786232Y-116345234D01* -X115603839Y-116442724D01* -X115603829Y-116442731D01* -X115443949Y-116573940D01* -X115443940Y-116573949D01* -X115312731Y-116733829D01* -X115312724Y-116733839D01* -X115215234Y-116916232D01* -X115215232Y-116916237D01* -X115168588Y-117069999D01* -X111629615Y-117069999D01* -X110864493Y-116304877D01* -X110836718Y-116250363D01* -X110835500Y-116234888D01* -X110835500Y-115684827D01* -X115189500Y-115684827D01* -X115198232Y-115728720D01* -X115198234Y-115728724D01* -X115219272Y-115760210D01* -X115231496Y-115778504D01* -X115281278Y-115811767D01* -X115292327Y-115813964D01* -X115325172Y-115820499D01* -X115325178Y-115820499D01* -X115325180Y-115820500D01* -X115325181Y-115820500D01* -X117304819Y-115820500D01* -X117304820Y-115820500D01* -X117304821Y-115820499D01* -X117304827Y-115820499D01* -X117326623Y-115816162D01* -X117348722Y-115811767D01* -X117398504Y-115778504D01* -X117431767Y-115728722D01* -X117440500Y-115684820D01* -X117440500Y-113955180D01* -X117440499Y-113955178D01* -X117440499Y-113955172D01* -X117431767Y-113911279D01* -X117431765Y-113911275D01* -X117421858Y-113896448D01* -X117398504Y-113861496D01* -X117372900Y-113844388D01* -X117348724Y-113828234D01* -X117348720Y-113828232D01* -X117304827Y-113819500D01* -X117304820Y-113819500D01* -X115325180Y-113819500D01* -X115325172Y-113819500D01* -X115281279Y-113828232D01* -X115281275Y-113828234D01* -X115231498Y-113861494D01* -X115231494Y-113861498D01* -X115198234Y-113911275D01* -X115198232Y-113911279D01* -X115189500Y-113955172D01* -X115189500Y-115684827D01* -X110835500Y-115684827D01* -X110835500Y-112966873D01* -X110837401Y-112947574D01* -X110840897Y-112930000D01* -X110821883Y-112834407D01* -X110819516Y-112822505D01* -X110771292Y-112750334D01* -X110771292Y-112750333D01* -X110771288Y-112750329D01* -X110758627Y-112731380D01* -X110758626Y-112731379D01* -X110758624Y-112731376D01* -X110755722Y-112729437D01* -X110743733Y-112721426D01* -X110728731Y-112709115D01* -X109864885Y-111845269D01* -X109852573Y-111830266D01* -X109842625Y-111815378D01* -X109842624Y-111815376D01* -X109821899Y-111801528D01* -X109821890Y-111801521D01* -X109757690Y-111758624D01* -X109751497Y-111754486D01* -X109751496Y-111754485D01* -X109751495Y-111754485D01* -X109692051Y-111742660D01* -X109665182Y-111737316D01* -X109665162Y-111737311D01* -X109644002Y-111733103D01* -X109644001Y-111733103D01* -X109644000Y-111733103D01* -X109626430Y-111736598D01* -X109607116Y-111738500D01* -X109577588Y-111738500D01* -X109519397Y-111719593D01* -X109502769Y-111704331D01* -X109473050Y-111670034D01* -X109473048Y-111670032D01* -X109364073Y-111599998D01* -X109364070Y-111599996D01* -X109364069Y-111599996D01* -X109364066Y-111599995D01* -X109239774Y-111563500D01* -X109239772Y-111563500D01* -X109110228Y-111563500D01* -X109110225Y-111563500D01* -X108985933Y-111599995D01* -X108985926Y-111599998D01* -X108876952Y-111670031D01* -X108792117Y-111767938D01* -X108738302Y-111885774D01* -X108719867Y-112013997D01* -X108719867Y-112014002D01* -X106127990Y-112014002D01* -X106235452Y-111959248D01* -X106329248Y-111865452D01* -X106389468Y-111747264D01* -X106405000Y-111649208D01* -X106405000Y-111610001D01* -X106404999Y-111610000D01* -X106017501Y-111610000D01* -X106017500Y-111610001D01* -X106017500Y-112034998D01* -X105517500Y-112034998D01* -X105517500Y-111610000D01* -X105130002Y-111610000D01* -X105130001Y-111610001D01* -X105130001Y-111649209D01* -X104780500Y-111649209D01* -X104780499Y-111109999D01* -X105130000Y-111109999D01* -X105130001Y-111110000D01* -X105517499Y-111110000D01* -X105517500Y-111109999D01* -X105517500Y-110685000D01* -X106017500Y-110685000D01* -X106017500Y-111109999D01* -X106017501Y-111110000D01* -X106404998Y-111110000D01* -X106404999Y-111109999D01* -X106404998Y-111070790D01* -X106389468Y-110972737D01* -X106329248Y-110854547D01* -X106235452Y-110760751D01* -X106117264Y-110700531D01* -X106019209Y-110685000D01* -X106017500Y-110685000D01* -X105517500Y-110685000D01* -X105517499Y-110684999D01* -X105515799Y-110685000D01* -X105515792Y-110685001D01* -X105417737Y-110700530D01* -X105299547Y-110760751D01* -X105205751Y-110854547D01* -X105145531Y-110972735D01* -X105130000Y-111070791D01* -X105130000Y-111109999D01* -X104780499Y-111109999D01* -X104780499Y-111068706D01* -X104770043Y-110996933D01* -X104715919Y-110886220D01* -X104628780Y-110799081D01* -X104518067Y-110744957D01* -X104518068Y-110744957D01* -X104500123Y-110742342D01* -X104446295Y-110734500D01* -X104446292Y-110734500D01* -X103997624Y-110734500D01* -X103939433Y-110715593D01* -X103927620Y-110705504D01* -X103603385Y-110381269D01* -X103591073Y-110366266D01* -X103586552Y-110359500D01* -X103581124Y-110351376D01* -X103570736Y-110344435D01* -X103562212Y-110338739D01* -X103562209Y-110338737D01* -X103531965Y-110318528D01* -X103489995Y-110290484D01* -X103458265Y-110284173D01* -X103404881Y-110254275D01* -X103379615Y-110201349D01* -X103375573Y-110173607D01* -X103370846Y-110163938D01* -X103332325Y-110085142D01* -X103324198Y-110068517D01* -X103241483Y-109985802D01* -X103226796Y-109978622D01* -X103168254Y-109950002D01* -X104269867Y-109950002D01* -X104288302Y-110078225D01* -X104342117Y-110196061D01* -X104342118Y-110196063D01* -X104421412Y-110287574D01* -X104426952Y-110293968D01* -X104535926Y-110364001D01* -X104535931Y-110364004D01* -X104660228Y-110400500D01* -X104660230Y-110400500D01* -X104789770Y-110400500D01* -X104789772Y-110400500D01* -X104914069Y-110364004D01* -X105021543Y-110294935D01* -X105027330Y-110291216D01* -X105080853Y-110275500D01* -X143865080Y-110275500D01* -X143923271Y-110294407D01* -X143959235Y-110343907D01* -X143959235Y-110405093D01* -X143939900Y-110439329D01* -X143928623Y-110452345D01* -X143889117Y-110497938D01* -X143835302Y-110615774D01* -X143816867Y-110743997D01* -X143816867Y-110744002D01* -X143835302Y-110872225D01* -X143873417Y-110955683D01* -X143889118Y-110990063D01* -X143972320Y-111086085D01* -X143996137Y-111142444D01* -X143996500Y-111150915D01* -X143996500Y-111858875D01* -X143977593Y-111917066D01* -X143967504Y-111928879D01* -X143087267Y-112809115D01* -X143072269Y-112821423D01* -X143057380Y-112831372D01* -X143057375Y-112831377D01* -X143054558Y-112835593D01* -X143042007Y-112854376D01* -X143042006Y-112854378D01* -X143039475Y-112858165D01* -X143039425Y-112858241D01* -X143039424Y-112858242D01* -X143039267Y-112858477D01* -X143034410Y-112865747D01* -X142996485Y-112922505D01* -X142986072Y-112974853D01* -X142981381Y-112998437D01* -X142975103Y-113029999D01* -X142978598Y-113047569D01* -X142980500Y-113066883D01* -X142980500Y-113286300D01* -X142961593Y-113344491D01* -X142912093Y-113380455D01* -X142850907Y-113380455D01* -X142818695Y-113362828D01* -X142660170Y-113232731D01* -X142660160Y-113232724D01* -X142477771Y-113135236D01* -X142477758Y-113135231D01* -X142324000Y-113088588D01* -X142324000Y-113676550D01* -X142305093Y-113734741D01* -X142255593Y-113770705D01* -X142210911Y-113774542D01* -X142109768Y-113760000D01* -X142109763Y-113760000D01* -X142038237Y-113760000D01* -X142038232Y-113760000D01* -X141937089Y-113774542D01* -X141876800Y-113764109D01* -X141834158Y-113720231D01* -X141824000Y-113676550D01* -X141824000Y-113088588D01* -X141670241Y-113135231D01* -X141670228Y-113135236D01* -X141487839Y-113232724D01* -X141487829Y-113232731D01* -X141327949Y-113363940D01* -X141327940Y-113363949D01* -X141196731Y-113523829D01* -X141196724Y-113523839D01* -X141099234Y-113706232D01* -X141099232Y-113706237D01* -X141039191Y-113904163D01* -X141039190Y-113904168D01* -X141028767Y-114009999D01* -X141028768Y-114010000D01* -X141494049Y-114010000D01* -X141552240Y-114028907D01* -X141588204Y-114078407D01* -X141589039Y-114136891D01* -X141574000Y-114188107D01* -X141574000Y-114331892D01* -X141589039Y-114383109D01* -X141587292Y-114444269D01* -X141549929Y-114492722D01* -X141494049Y-114510000D01* -X141028767Y-114510000D01* -X141039190Y-114615831D01* -X141039191Y-114615836D01* -X141099232Y-114813762D01* -X141099234Y-114813767D01* -X141196724Y-114996160D01* -X141196731Y-114996170D01* -X141327940Y-115156050D01* -X141327949Y-115156059D01* -X141487829Y-115287268D01* -X141487839Y-115287275D01* -X141670232Y-115384765D01* -X141670237Y-115384767D01* -X141823999Y-115431411D01* -X141824000Y-115431411D01* -X141824000Y-114843449D01* -X141842907Y-114785258D01* -X141892407Y-114749294D01* -X141937089Y-114745457D01* -X141949059Y-114747178D01* -X142038233Y-114760000D01* -X142038237Y-114760000D01* -X142109767Y-114760000D01* -X142198941Y-114747178D01* -X142210910Y-114745457D01* -X142271199Y-114755890D01* -X142313842Y-114799767D01* -X142324000Y-114843449D01* -X142324000Y-115431411D01* -X142477762Y-115384767D01* -X142477767Y-115384765D01* -X142660160Y-115287275D01* -X142660170Y-115287268D01* -X142820050Y-115156059D01* -X142820058Y-115156051D01* -X142871913Y-115092866D01* -X142923444Y-115059879D01* -X142984523Y-115063481D01* -X143030756Y-115100669D01* -X143052267Y-115132863D01* -X143057376Y-115140508D01* -X143072267Y-115150458D01* -X143087269Y-115162769D01* -X143712920Y-115788420D01* -X143725229Y-115803420D01* -X143735178Y-115818309D01* -X143735180Y-115818311D01* -X143735183Y-115818315D01* -X143756311Y-115832432D01* -X143756322Y-115832440D01* -X143758184Y-115833684D01* -X143758185Y-115833685D01* -X143780543Y-115848624D01* -X143826312Y-115879206D01* -X143906674Y-115895191D01* -X143906675Y-115895191D01* -X143933807Y-115900588D01* -X143951377Y-115897092D01* -X143970691Y-115895191D01* -X145420756Y-115895191D01* -X145478947Y-115914098D01* -X145509696Y-115950710D01* -X145546588Y-116026174D01* -X145629303Y-116108889D01* -X145671464Y-116129500D01* -X145734390Y-116160263D01* -X145734391Y-116160263D01* -X145734393Y-116160264D01* -X145802526Y-116170191D01* -X146230662Y-116170191D01* -X146288853Y-116189098D01* -X146300666Y-116199187D01* -X146506975Y-116405496D01* -X146534752Y-116460013D01* -X146525181Y-116520445D01* -X146481916Y-116563710D01* -X146436971Y-116574500D01* -X146310225Y-116574500D01* -X146185933Y-116610995D01* -X146185926Y-116610998D01* -X146076952Y-116681031D01* -X145992117Y-116778938D01* -X145938302Y-116896774D01* -X145919867Y-117024997D01* -X145919867Y-117025002D01* -X145938302Y-117153224D01* -X145965553Y-117212894D01* -X145974500Y-117254021D01* -X145974500Y-122393437D01* -X145981953Y-122416374D01* -X145985579Y-122431474D01* -X145989354Y-122455306D01* -X146000301Y-122476788D01* -X146006247Y-122491142D01* -X146013703Y-122514088D01* -X146013702Y-122514088D01* -X146027884Y-122533608D01* -X146035997Y-122546847D01* -X146046950Y-122568342D01* -X146046951Y-122568343D01* -X146067031Y-122588424D01* -X147181216Y-123702609D01* -X147192724Y-123714116D01* -X147203781Y-123725173D01* -X147225268Y-123736121D01* -X147238509Y-123744235D01* -X147258031Y-123758417D01* -X147258032Y-123758417D01* -X147258034Y-123758419D01* -X147280984Y-123765875D01* -X147295324Y-123771816D01* -X147316819Y-123782769D01* -X147340657Y-123786544D01* -X147355734Y-123790164D01* -X147378690Y-123797623D01* -X147410604Y-123797623D01* -X147522038Y-123797623D01* -X147580229Y-123816530D01* -X147606054Y-123844256D01* -X147711039Y-124012690D01* -X147711041Y-124012692D01* -X147711042Y-124012694D01* -X147851235Y-124160176D01* -X147851237Y-124160177D01* -X147851240Y-124160180D01* -X147982401Y-124251470D01* -X148018245Y-124276418D01* -X148205234Y-124356662D01* -X148205236Y-124356663D01* -X148404553Y-124397623D01* -X148404556Y-124397623D01* -X148807038Y-124397623D01* -X148832675Y-124395015D01* -X148958732Y-124382197D01* -X149152882Y-124321282D01* -X149330796Y-124222532D01* -X149485189Y-124089989D01* -X149609742Y-123929081D01* -X149626529Y-123894859D01* -X149642145Y-123863024D01* -X149684748Y-123819107D01* -X149731028Y-123807623D01* -X154272038Y-123807623D01* -X154330229Y-123826530D01* -X154356054Y-123854256D01* -X154461039Y-124022690D01* -X154461044Y-124022696D01* -X154599259Y-124168098D01* -X154601235Y-124170176D01* -X154601237Y-124170177D01* -X154601240Y-124170180D01* -X154768239Y-124286414D01* -X154768245Y-124286418D01* -X154955234Y-124366662D01* -X154955236Y-124366663D01* -X155154553Y-124407623D01* -X155154556Y-124407623D01* -X155557038Y-124407623D01* -X155582675Y-124405015D01* -X155708732Y-124392197D01* -X155902882Y-124331282D01* -X156080796Y-124232532D01* -X156235189Y-124099989D01* -X156359742Y-123939081D01* -X156449354Y-123756394D01* -X156500357Y-123559408D01* -X156510663Y-123356187D01* -X156479850Y-123155052D01* -X156409180Y-122964236D01* -X156301546Y-122791552D01* -X156207820Y-122692953D01* -X156161357Y-122644074D01* -X156161347Y-122644065D01* -X155994348Y-122527831D01* -X155994345Y-122527829D01* -X155994343Y-122527828D01* -X155807352Y-122447583D01* -X155807354Y-122447583D01* -X155727625Y-122431199D01* -X155608035Y-122406623D01* -X155205552Y-122406623D01* -X155205550Y-122406623D01* -X155053855Y-122422049D01* -X154859704Y-122482964D01* -X154859703Y-122482965D01* -X154681795Y-122581711D01* -X154681792Y-122581713D01* -X154527403Y-122714252D01* -X154402843Y-122875168D01* -X154365538Y-122951222D01* -X154322936Y-122995139D01* -X154276655Y-123006623D01* -X149746584Y-123006623D01* -X149688393Y-122987716D01* -X149663140Y-122957683D01* -X149661836Y-122958497D01* -X149551548Y-122781555D01* -X149551543Y-122781549D01* -X149411357Y-122634074D01* -X149411347Y-122634065D01* -X149244348Y-122517831D01* -X149244345Y-122517829D01* -X149244343Y-122517828D01* -X149057352Y-122437583D01* -X149057354Y-122437583D01* -X148977625Y-122421199D01* -X148858035Y-122396623D01* -X148455552Y-122396623D01* -X148455550Y-122396623D01* -X148303855Y-122412049D01* -X148109704Y-122472964D01* -X148109703Y-122472965D01* -X147931795Y-122571711D01* -X147931792Y-122571713D01* -X147777402Y-122704253D01* -X147777399Y-122704256D01* -X147652841Y-122865169D01* -X147651062Y-122868024D01* -X147649830Y-122869059D01* -X147649772Y-122869135D01* -X147649755Y-122869122D01* -X147604233Y-122907402D01* -X147543201Y-122911734D01* -X147497047Y-122885654D01* -X146804496Y-122193103D01* -X146776719Y-122138586D01* -X146775500Y-122123099D01* -X146775500Y-117254021D01* -X146784447Y-117212894D01* -X146791755Y-117196892D01* -X146811697Y-117153226D01* -X146823663Y-117069999D01* -X146830133Y-117025002D01* -X146830133Y-117024998D01* -X146827127Y-117004093D01* -X146822701Y-116973310D01* -X146833134Y-116913023D01* -X146877011Y-116870380D01* -X146937574Y-116861672D01* -X146990697Y-116889218D01* -X148326798Y-118225318D01* -X148354575Y-118279835D01* -X148355794Y-118295322D01* -X148355794Y-119797623D01* -X148336887Y-119855814D01* -X148287387Y-119891778D01* -X148256794Y-119896623D01* -X147641466Y-119896623D01* -X147597573Y-119905355D01* -X147597569Y-119905357D01* -X147547792Y-119938617D01* -X147547788Y-119938621D01* -X147514528Y-119988398D01* -X147514526Y-119988402D01* -X147505794Y-120032295D01* -X147505794Y-121761950D01* -X147514526Y-121805843D01* -X147514528Y-121805847D01* -X147521210Y-121815847D01* -X147547790Y-121855627D01* -X147597572Y-121888890D01* -X147602323Y-121889835D01* -X147641466Y-121897622D01* -X147641472Y-121897622D01* -X147641474Y-121897623D01* -X147641475Y-121897623D01* -X149621113Y-121897623D01* -X149621114Y-121897623D01* -X149621115Y-121897622D01* -X149621121Y-121897622D01* -X149642917Y-121893285D01* -X149665016Y-121888890D01* -X149714798Y-121855627D01* -X149748061Y-121805845D01* -X149752456Y-121783746D01* -X149756793Y-121761950D01* -X149756794Y-121761941D01* -X149756794Y-121281623D01* -X149775701Y-121223432D01* -X149825201Y-121187468D01* -X149855794Y-121182623D01* -X154156794Y-121182623D01* -X154214985Y-121201530D01* -X154250949Y-121251030D01* -X154255794Y-121281623D01* -X154255794Y-121771950D01* -X154264526Y-121815843D01* -X154264528Y-121815847D01* -X154289851Y-121853746D01* -X154297790Y-121865627D01* -X154347572Y-121898890D01* -X154358621Y-121901087D01* -X154391466Y-121907622D01* -X154391472Y-121907622D01* -X154391474Y-121907623D01* -X154391475Y-121907623D01* -X156371113Y-121907623D01* -X156371114Y-121907623D01* -X156371115Y-121907622D01* -X156371121Y-121907622D01* -X156392917Y-121903285D01* -X156415016Y-121898890D01* -X156464798Y-121865627D01* -X156498061Y-121815845D01* -X156506794Y-121771943D01* -X156506794Y-120042303D01* -X156506793Y-120042301D01* -X156506793Y-120042295D01* -X156498839Y-120002311D01* -X156498061Y-119998401D01* -X156464798Y-119948619D01* -X156436045Y-119929407D01* -X156415018Y-119915357D01* -X156415014Y-119915355D01* -X156371121Y-119906623D01* -X156371114Y-119906623D01* -X154391474Y-119906623D01* -X154391466Y-119906623D01* -X154347573Y-119915355D01* -X154347569Y-119915357D01* -X154297792Y-119948617D01* -X154297788Y-119948621D01* -X154264528Y-119998398D01* -X154264526Y-119998402D01* -X154255794Y-120042295D01* -X154255794Y-120532623D01* -X154236887Y-120590814D01* -X154187387Y-120626778D01* -X154156794Y-120631623D01* -X149855794Y-120631623D01* -X149797603Y-120612716D01* -X149761639Y-120563216D01* -X149756794Y-120532623D01* -X149756794Y-120032304D01* -X149756793Y-120032295D01* -X149749498Y-119995623D01* -X149748061Y-119988401D01* -X149714798Y-119938619D01* -X149679984Y-119915357D01* -X149665018Y-119905357D01* -X149665014Y-119905355D01* -X149621121Y-119896623D01* -X149621114Y-119896623D01* -X149005794Y-119896623D01* -X148947603Y-119877716D01* -X148911639Y-119828216D01* -X148906794Y-119797623D01* -X148906794Y-118177083D01* -X148908696Y-118157769D01* -X148912191Y-118140199D01* -X148892784Y-118042630D01* -X148890810Y-118032704D01* -X148842586Y-117960533D01* -X148842586Y-117960532D01* -X148842582Y-117960528D01* -X148829921Y-117941579D01* -X148829920Y-117941578D01* -X148829918Y-117941575D01* -X148826064Y-117939000D01* -X148815027Y-117931625D01* -X148800025Y-117919314D01* -X146765282Y-115884571D01* -X146737505Y-115830054D01* -X146736286Y-115814567D01* -X146736286Y-115386434D01* -X146736286Y-115386431D01* -X146726359Y-115318298D01* -X146726327Y-115318233D01* -X146695543Y-115255263D01* -X146674984Y-115213208D01* -X146592269Y-115130493D01* -X146572945Y-115121046D01* -X146487181Y-115079118D01* -X146459925Y-115075147D01* -X146419046Y-115069191D01* -X145802526Y-115069191D01* -X145776411Y-115072996D01* -X145734390Y-115079118D01* -X145629304Y-115130492D01* -X145546587Y-115213209D01* -X145529981Y-115247179D01* -X145511404Y-115285180D01* -X145509697Y-115288671D01* -X145467154Y-115332645D01* -X145420756Y-115344191D01* -X144372778Y-115344191D01* -X144314587Y-115325284D01* -X144278623Y-115275784D01* -X144278623Y-115214598D01* -X144311428Y-115169445D01* -X144310699Y-115168603D01* -X144314320Y-115165465D01* -X144314587Y-115165098D01* -X144315331Y-115164588D01* -X144316046Y-115163969D01* -X144316046Y-115163968D01* -X144316049Y-115163967D01* -X144400882Y-115066063D01* -X144446042Y-114967175D01* -X144466091Y-114938301D01* -X144653866Y-114750527D01* -X149843124Y-114750527D01* -X149843125Y-114750528D01* -X150435641Y-114750528D01* -X150493832Y-114769435D01* -X150529796Y-114818935D01* -X150530630Y-114877417D01* -X150528845Y-114883501D01* -X150515281Y-114929697D01* -X150514536Y-114932233D01* -X150514536Y-115068823D01* -X150530630Y-115123638D01* -X150528884Y-115184797D01* -X150491521Y-115233250D01* -X150435641Y-115250528D01* -X149843125Y-115250528D01* -X149889768Y-115404290D01* -X149889770Y-115404295D01* -X149987260Y-115586688D01* -X149987267Y-115586698D01* -X150118476Y-115746578D01* -X150118485Y-115746587D01* -X150278365Y-115877796D01* -X150278375Y-115877803D01* -X150460768Y-115975293D01* -X150460773Y-115975295D01* -X150658702Y-116035336D01* -X150739534Y-116043297D01* -X150739536Y-116043296D01* -X150739536Y-115558720D01* -X150758443Y-115500529D01* -X150807943Y-115464565D01* -X150852626Y-115460728D01* -X150955557Y-115475528D01* -X150955561Y-115475528D01* -X151023515Y-115475528D01* -X151126446Y-115460728D01* -X151186735Y-115471161D01* -X151229378Y-115515038D01* -X151239536Y-115558720D01* -X151239536Y-116043296D01* -X151239537Y-116043297D01* -X151320369Y-116035336D01* -X151518298Y-115975295D01* -X151518303Y-115975293D01* -X151700696Y-115877803D01* -X151700706Y-115877796D01* -X151860586Y-115746587D01* -X151860595Y-115746578D01* -X151991804Y-115586698D01* -X151991811Y-115586688D01* -X152089301Y-115404295D01* -X152089303Y-115404290D01* -X152135947Y-115250528D01* -X151543431Y-115250528D01* -X151485240Y-115231621D01* -X151449276Y-115182121D01* -X151448441Y-115123638D01* -X151464536Y-115068823D01* -X151464536Y-114932233D01* -X151448441Y-114877417D01* -X151450188Y-114816259D01* -X151487551Y-114767806D01* -X151543431Y-114750528D01* -X152135947Y-114750528D01* -X152135947Y-114750527D01* -X152134931Y-114747178D01* -X156596472Y-114747178D01* -X156596473Y-114747179D01* -X157188989Y-114747179D01* -X157247180Y-114766086D01* -X157283144Y-114815586D01* -X157283978Y-114874068D01* -X157278289Y-114893449D01* -X157268878Y-114925500D01* -X157267884Y-114928884D01* -X157267884Y-115065474D01* -X157283978Y-115120289D01* -X157282232Y-115181448D01* -X157244869Y-115229901D01* -X157188989Y-115247179D01* -X156596473Y-115247179D01* -X156643116Y-115400941D01* -X156643118Y-115400946D01* -X156740608Y-115583339D01* -X156740615Y-115583349D01* -X156871824Y-115743229D01* -X156871833Y-115743238D01* -X157031713Y-115874447D01* -X157031723Y-115874454D01* -X157214116Y-115971944D01* -X157214121Y-115971946D01* -X157412050Y-116031987D01* -X157492882Y-116039948D01* -X157492884Y-116039947D01* -X157492884Y-115555371D01* -X157511791Y-115497180D01* -X157561291Y-115461216D01* -X157605974Y-115457379D01* -X157708905Y-115472179D01* -X157708909Y-115472179D01* -X157776863Y-115472179D01* -X157879794Y-115457379D01* -X157940083Y-115467812D01* -X157982726Y-115511689D01* -X157992884Y-115555371D01* -X157992884Y-116039947D01* -X157992885Y-116039948D01* -X158073717Y-116031987D01* -X158271646Y-115971946D01* -X158271651Y-115971944D01* -X158454044Y-115874454D01* -X158454054Y-115874447D01* -X158613934Y-115743238D01* -X158613943Y-115743229D01* -X158745152Y-115583349D01* -X158745159Y-115583339D01* -X158842649Y-115400946D01* -X158842651Y-115400941D01* -X158889295Y-115247179D01* -X158296779Y-115247179D01* -X158238588Y-115228272D01* -X158202624Y-115178772D01* -X158201789Y-115120289D01* -X158217884Y-115065474D01* -X158217884Y-114928884D01* -X158201789Y-114874068D01* -X158203536Y-114812910D01* -X158240899Y-114764457D01* -X158296779Y-114747179D01* -X158889295Y-114747179D01* -X158889295Y-114747178D01* -X158842651Y-114593416D01* -X158842649Y-114593411D01* -X158745159Y-114411018D01* -X158745152Y-114411008D01* -X158613943Y-114251128D01* -X158613934Y-114251119D01* -X158454054Y-114119910D01* -X158454044Y-114119903D01* -X158271651Y-114022413D01* -X158271646Y-114022411D01* -X158073720Y-113962370D01* -X158073714Y-113962369D01* -X157992884Y-113954408D01* -X157992884Y-114438986D01* -X157973977Y-114497177D01* -X157924477Y-114533141D01* -X157879795Y-114536978D01* -X157776864Y-114522179D01* -X157776859Y-114522179D01* -X157708909Y-114522179D01* -X157708904Y-114522179D01* -X157605973Y-114536978D01* -X157545684Y-114526545D01* -X157503041Y-114482667D01* -X157492884Y-114438986D01* -X157492884Y-113954408D01* -X157492883Y-113954408D01* -X157412053Y-113962369D01* -X157412047Y-113962370D01* -X157214121Y-114022411D01* -X157214116Y-114022413D01* -X157031723Y-114119903D01* -X157031713Y-114119910D01* -X156871833Y-114251119D01* -X156871824Y-114251128D01* -X156740615Y-114411008D01* -X156740608Y-114411018D01* -X156643118Y-114593411D01* -X156643116Y-114593416D01* -X156596472Y-114747178D01* -X152134931Y-114747178D01* -X152089303Y-114596765D01* -X152089301Y-114596760D01* -X151991811Y-114414367D01* -X151991804Y-114414357D01* -X151860595Y-114254477D01* -X151860586Y-114254468D01* -X151700706Y-114123259D01* -X151700696Y-114123252D01* -X151518303Y-114025762D01* -X151518298Y-114025760D01* -X151320372Y-113965719D01* -X151320366Y-113965718D01* -X151239536Y-113957757D01* -X151239536Y-114442335D01* -X151220629Y-114500526D01* -X151171129Y-114536490D01* -X151126447Y-114540327D01* -X151023516Y-114525528D01* -X151023511Y-114525528D01* -X150955561Y-114525528D01* -X150955556Y-114525528D01* -X150852625Y-114540327D01* -X150792336Y-114529894D01* -X150749693Y-114486016D01* -X150739536Y-114442335D01* -X150739536Y-113957757D01* -X150739535Y-113957757D01* -X150658705Y-113965718D01* -X150658699Y-113965719D01* -X150460773Y-114025760D01* -X150460768Y-114025762D01* -X150278375Y-114123252D01* -X150278365Y-114123259D01* -X150118485Y-114254468D01* -X150118476Y-114254477D01* -X149987267Y-114414357D01* -X149987260Y-114414367D01* -X149889770Y-114596760D01* -X149889768Y-114596765D01* -X149843124Y-114750527D01* -X144653866Y-114750527D01* -X145005207Y-114399187D01* -X145059723Y-114371410D01* -X145075210Y-114370191D01* -X145499598Y-114370191D01* -X145557789Y-114389098D01* -X145569595Y-114399181D01* -X145629303Y-114458889D01* -X145663505Y-114475609D01* -X145734390Y-114510263D01* -X145734391Y-114510263D01* -X145734393Y-114510264D01* -X145802526Y-114520191D01* -X145802529Y-114520191D01* -X146419043Y-114520191D01* -X146419046Y-114520191D01* -X146487179Y-114510264D01* -X146592269Y-114458889D01* -X146674984Y-114376174D01* -X146726359Y-114271084D01* -X146736286Y-114202951D01* -X146736286Y-113736431D01* -X146726359Y-113668298D01* -X146725346Y-113666226D01* -X146699560Y-113613479D01* -X146674984Y-113563208D01* -X146592269Y-113480493D01* -X146592267Y-113480492D01* -X146592266Y-113480491D01* -X146592263Y-113480489D01* -X146576805Y-113472932D01* -X146532831Y-113430389D01* -X146521286Y-113383992D01* -X146521286Y-112840590D01* -X146540193Y-112782399D01* -X146589693Y-112746435D01* -X146650879Y-112746435D01* -X146690287Y-112770584D01* -X146748281Y-112828578D01* -X146748283Y-112828579D01* -X146769772Y-112839528D01* -X146783018Y-112847645D01* -X146802533Y-112861824D01* -X146802535Y-112861824D01* -X146802536Y-112861825D01* -X146825475Y-112869278D01* -X146839818Y-112875218D01* -X146861319Y-112886174D01* -X146885147Y-112889947D01* -X146900256Y-112893575D01* -X146908817Y-112896356D01* -X146923190Y-112901027D01* -X146953060Y-112901027D01* -X146953084Y-112901028D01* -X146955104Y-112901028D01* -X149880280Y-112901028D01* -X149938471Y-112919935D01* -X149964296Y-112947661D01* -X150069281Y-113116095D01* -X150069283Y-113116097D01* -X150069284Y-113116099D01* -X150076790Y-113123995D01* -X150206293Y-113260232D01* -X150209477Y-113263581D01* -X150209479Y-113263582D01* -X150209482Y-113263585D01* -X150371674Y-113376473D01* -X150376487Y-113379823D01* -X150563476Y-113460067D01* -X150563478Y-113460068D01* -X150762795Y-113501028D01* -X150762798Y-113501028D01* -X151165280Y-113501028D01* -X151198211Y-113497679D01* -X151316974Y-113485602D01* -X151511124Y-113424687D01* -X151689038Y-113325937D01* -X151843431Y-113193394D01* -X151967984Y-113032486D01* -X151976140Y-113015859D01* -X152006935Y-112953080D01* -X152049537Y-112909163D01* -X152095818Y-112897679D01* -X156633628Y-112897679D01* -X156691819Y-112916586D01* -X156717644Y-112944312D01* -X156822629Y-113112746D01* -X156822631Y-113112748D01* -X156822632Y-113112750D01* -X156825817Y-113116101D01* -X156954313Y-113251278D01* -X156962825Y-113260232D01* -X156962827Y-113260233D01* -X156962830Y-113260236D01* -X157128272Y-113375386D01* -X157129835Y-113376474D01* -X157316824Y-113456718D01* -X157316826Y-113456719D01* -X157516143Y-113497679D01* -X157516146Y-113497679D01* -X157918628Y-113497679D01* -X157944265Y-113495071D01* -X158070322Y-113482253D01* -X158264472Y-113421338D01* -X158442386Y-113322588D01* -X158596779Y-113190045D01* -X158721332Y-113029137D01* -X158721334Y-113029133D01* -X158758640Y-112953080D01* -X158801242Y-112909163D01* -X158847523Y-112897679D01* -X158941730Y-112897679D01* -X158941731Y-112897679D01* -X158964680Y-112890222D01* -X158979763Y-112886600D01* -X159003602Y-112882825D01* -X159025100Y-112871869D01* -X159039449Y-112865927D01* -X159062388Y-112858475D01* -X159081910Y-112844290D01* -X159095147Y-112836179D01* -X159116640Y-112825229D01* -X159133559Y-112808308D01* -X159133563Y-112808306D01* -X159139205Y-112802664D01* -X159139207Y-112802663D01* -X160096270Y-111845600D01* -X160096271Y-111845598D01* -X160101913Y-111839956D01* -X160101915Y-111839952D01* -X160118836Y-111823033D01* -X160129791Y-111801533D01* -X160137897Y-111788303D01* -X160152082Y-111768781D01* -X160159534Y-111745842D01* -X160165476Y-111731493D01* -X160176432Y-111709995D01* -X160180207Y-111686156D01* -X160183829Y-111671073D01* -X160191286Y-111648124D01* -X160191286Y-111521258D01* -X160191286Y-111521257D01* -X160191286Y-88703172D01* -X160191286Y-88671258D01* -X160183828Y-88648304D01* -X160180204Y-88633205D01* -X160179697Y-88630003D01* -X160176432Y-88609387D01* -X160176430Y-88609384D01* -X160176430Y-88609382D01* -X160165480Y-88587892D01* -X160159534Y-88573538D01* -X160158761Y-88571158D01* -X160152082Y-88550601D01* -X160152079Y-88550597D01* -X160152079Y-88550596D01* -X160137905Y-88531089D01* -X160129787Y-88517843D01* -X160118836Y-88496349D01* -X160087987Y-88465500D01* -X160029128Y-88406640D01* -X159496333Y-87873845D01* -X159476252Y-87853765D01* -X159476251Y-87853764D01* -X159454756Y-87842811D01* -X159441517Y-87834698D01* -X159423451Y-87821573D01* -X159421999Y-87820518D01* -X159421997Y-87820517D01* -X159399051Y-87813061D01* -X159384697Y-87807115D01* -X159363215Y-87796168D01* -X159339383Y-87792393D01* -X159324283Y-87788767D01* -X159301346Y-87781314D01* -X159301342Y-87781314D01* -X159269428Y-87781314D01* -X158866336Y-87781314D01* -X158808145Y-87762407D01* -X158782320Y-87734681D01* -X158677334Y-87566246D01* -X158677329Y-87566240D01* -X158671109Y-87559697D01* -X158537139Y-87418761D01* -X158537137Y-87418759D01* -X158537133Y-87418756D01* -X158370134Y-87302522D01* -X158370131Y-87302520D01* -X158370129Y-87302519D01* -X158183138Y-87222274D01* -X158183140Y-87222274D01* -X158100740Y-87205341D01* -X157983821Y-87181314D01* -X157581338Y-87181314D01* -X157581336Y-87181314D01* -X157429641Y-87196740D01* -X157235490Y-87257655D01* -X157235489Y-87257656D01* -X157057581Y-87356402D01* -X157057578Y-87356404D01* -X156903189Y-87488943D01* -X156778631Y-87649857D01* -X156778628Y-87649862D01* -X156742338Y-87723845D01* -X156699736Y-87767762D01* -X156653456Y-87779246D01* -X152105706Y-87779246D01* -X152047515Y-87760339D01* -X152021690Y-87732613D01* -X151916704Y-87564178D01* -X151916699Y-87564172D01* -X151776513Y-87416697D01* -X151776503Y-87416688D01* -X151609504Y-87300454D01* -X151609501Y-87300452D01* -X151609499Y-87300451D01* -X151422508Y-87220206D01* -X151422510Y-87220206D01* -X151342781Y-87203822D01* -X151223191Y-87179246D01* -X150820708Y-87179246D01* -X150820706Y-87179246D01* -X150669011Y-87194672D01* -X150474860Y-87255587D01* -X150474859Y-87255588D01* -X150296951Y-87354334D01* -X150296948Y-87354336D01* -X150142559Y-87486875D01* -X150017999Y-87647791D01* -X149980694Y-87723845D01* -X149938092Y-87767762D01* -X149891811Y-87779246D01* -X147317192Y-87779246D01* -X147317168Y-87779247D01* -X147287294Y-87779247D01* -X147264357Y-87786700D01* -X147249255Y-87790326D01* -X147225424Y-87794100D01* -X147203929Y-87805052D01* -X147189584Y-87810994D01* -X147166642Y-87818449D01* -X147147124Y-87832630D01* -X147133881Y-87840745D01* -X147112389Y-87851696D01* -X147112387Y-87851697D01* -X147089822Y-87874262D01* -X147089822Y-87874263D01* -X146253889Y-88710195D01* -X146199372Y-88737972D01* -X146183885Y-88739191D01* -X146022514Y-88739191D01* -X145964323Y-88720284D01* -X145928359Y-88670784D01* -X145928359Y-88609598D01* -X145947694Y-88575361D01* -X145988714Y-88528018D01* -X146036168Y-88473254D01* -X146089983Y-88355417D01* -X146106775Y-88238624D01* -X146108419Y-88227193D01* -X146108419Y-88227191D01* -X146107658Y-88221900D01* -X146107236Y-88218965D01* -X146117665Y-88158678D01* -X146135220Y-88134871D01* -X148285850Y-85984242D01* -X148340368Y-85956465D01* -X148355855Y-85955246D01* -X149837665Y-85955246D01* -X149895856Y-85974153D01* -X149930501Y-86019861D01* -X149968564Y-86122633D01* -X149998895Y-86171295D01* -X150076195Y-86295313D01* -X150076200Y-86295319D01* -X150209011Y-86435036D01* -X150216391Y-86442799D01* -X150216393Y-86442800D01* -X150216396Y-86442803D01* -X150383395Y-86559037D01* -X150383401Y-86559041D01* -X150570390Y-86639285D01* -X150570392Y-86639286D01* -X150769709Y-86680246D01* -X150769712Y-86680246D01* -X151172194Y-86680246D01* -X151197831Y-86677638D01* -X151323888Y-86664820D01* -X151518038Y-86603905D01* -X151695952Y-86505155D01* -X151850345Y-86372612D01* -X151974898Y-86211704D01* -X152064510Y-86029017D01* -X152064511Y-86029009D01* -X152066253Y-86024311D01* -X152068027Y-86024968D01* -X152096766Y-85979898D01* -X152153702Y-85957496D01* -X152159707Y-85957314D01* -X156598295Y-85957314D01* -X156656486Y-85976221D01* -X156691131Y-86021929D01* -X156729194Y-86124701D01* -X156758236Y-86171295D01* -X156836825Y-86297381D01* -X156836830Y-86297387D01* -X156953564Y-86420191D01* -X156977021Y-86444867D01* -X156977023Y-86444868D01* -X156977026Y-86444871D01* -X157115539Y-86541278D01* -X157144031Y-86561109D01* -X157331020Y-86641353D01* -X157331022Y-86641354D01* -X157530339Y-86682314D01* -X157530342Y-86682314D01* -X157932824Y-86682314D01* -X157958461Y-86679706D01* -X158084518Y-86666888D01* -X158278668Y-86605973D01* -X158456582Y-86507223D01* -X158610975Y-86374680D01* -X158735528Y-86213772D01* -X158825140Y-86031085D01* -X158876143Y-85834099D01* -X158886449Y-85630878D01* -X158855636Y-85429743D01* -X158784966Y-85238927D01* -X158677332Y-85066243D01* -X158605332Y-84990500D01* -X158537143Y-84918765D01* -X158537133Y-84918756D01* -X158370134Y-84802522D01* -X158370131Y-84802520D01* -X158370129Y-84802519D01* -X158183138Y-84722274D01* -X158183140Y-84722274D01* -X158103411Y-84705890D01* -X157983821Y-84681314D01* -X157581338Y-84681314D01* -X157581336Y-84681314D01* -X157429641Y-84696740D01* -X157235490Y-84757655D01* -X157235489Y-84757656D01* -X157057581Y-84856402D01* -X157057578Y-84856404D01* -X156903189Y-84988943D01* -X156903185Y-84988947D01* -X156903185Y-84988948D01* -X156889151Y-85007078D01* -X156778629Y-85149859D01* -X156689018Y-85332547D01* -X156687277Y-85337249D01* -X156686132Y-85336825D01* -X156656241Y-85383721D01* -X156599307Y-85406131D01* -X156593288Y-85406314D01* -X153493012Y-85406314D01* -X153473696Y-85404411D01* -X153472871Y-85404246D01* -X153472864Y-85404246D01* -X152155235Y-85404246D01* -X152097044Y-85385339D01* -X152062398Y-85339630D01* -X152024336Y-85236859D01* -X151923949Y-85075802D01* -X151916704Y-85064178D01* -X151916699Y-85064172D01* -X151908786Y-85055848D01* -X151776509Y-84916693D01* -X151776507Y-84916691D01* -X151776503Y-84916688D01* -X151609504Y-84800454D01* -X151609501Y-84800452D01* -X151609499Y-84800451D01* -X151422508Y-84720206D01* -X151422510Y-84720206D01* -X151342781Y-84703822D01* -X151223191Y-84679246D01* -X150820708Y-84679246D01* -X150820706Y-84679246D01* -X150669011Y-84694672D01* -X150474860Y-84755587D01* -X150474859Y-84755588D01* -X150296951Y-84854334D01* -X150296948Y-84854336D01* -X150142559Y-84986875D01* -X150017999Y-85147791D01* -X149928388Y-85330479D01* -X149926647Y-85335181D01* -X149925502Y-85334757D01* -X149895611Y-85381653D01* -X149838677Y-85404063D01* -X149832658Y-85404246D01* -X148237615Y-85404246D01* -X148218301Y-85402344D01* -X148208181Y-85400331D01* -X148200731Y-85398849D01* -X148200730Y-85398849D01* -X148193280Y-85400331D01* -X148173598Y-85404246D01* -X148093236Y-85420231D01* -X148093234Y-85420231D01* -X148093234Y-85420232D01* -X148093229Y-85420234D01* -X148027655Y-85464050D01* -X148027645Y-85464057D01* -X148002109Y-85481120D01* -X148002103Y-85481126D01* -X147992154Y-85496015D01* -X147979846Y-85511013D01* -X145743166Y-87747695D01* -X145688649Y-87775472D01* -X145673162Y-87776691D01* -X145588511Y-87776691D01* -X145464219Y-87813186D01* -X145464212Y-87813189D01* -X145355238Y-87883222D01* -X145270403Y-87981129D01* -X145216588Y-88098965D01* -X145198153Y-88227188D01* -X145198153Y-88227193D01* -X145199336Y-88235424D01* -X145188900Y-88295712D01* -X145171347Y-88319511D01* -X144780665Y-88710194D01* -X144726148Y-88737972D01* -X144710661Y-88739191D01* -X144282526Y-88739191D01* -X144248459Y-88744154D01* -X144214390Y-88749118D01* -X144109304Y-88800492D01* -X144026586Y-88883210D01* -X144026585Y-88883212D01* -X144014226Y-88908493D01* -X143971682Y-88952467D01* -X143911417Y-88963036D01* -X143856449Y-88936163D01* -X143827774Y-88882113D01* -X143826286Y-88865012D01* -X143826286Y-87337314D01* -X143845193Y-87279123D01* -X143855276Y-87267316D01* -X144744356Y-86378235D01* -X144798871Y-86350460D01* -X144859303Y-86360031D01* -X144869802Y-86367659D01* -X144870452Y-86366712D01* -X144878019Y-86371895D01* -X144878021Y-86371897D01* -X144980795Y-86417276D01* -X145005921Y-86420191D01* -X145395650Y-86420190D01* -X145420777Y-86417276D01* -X145523551Y-86371897D01* -X145602992Y-86292456D01* -X145648371Y-86189682D01* -X145651286Y-86164556D01* -X145651285Y-84899827D01* -X145648371Y-84874700D01* -X145602992Y-84771926D01* -X145523551Y-84692485D01* -X145420777Y-84647106D01* -X145420776Y-84647105D01* -X145420774Y-84647105D01* -X145395654Y-84644191D01* -X145005925Y-84644191D01* -X145005922Y-84644192D01* -X144980795Y-84647105D01* -X144878021Y-84692485D01* -X144798580Y-84771926D01* -X144753200Y-84874702D01* -X144750286Y-84899821D01* -X144750286Y-85552066D01* -X144731379Y-85610257D01* -X144721290Y-85622070D01* -X143382053Y-86961306D01* -X143367055Y-86973614D01* -X143352165Y-86983564D01* -X143352164Y-86983564D01* -X143296689Y-87066587D01* -X143284379Y-87081586D01* -X143283296Y-87082668D01* -X143285412Y-87104151D01* -X143274600Y-87158505D01* -X143269889Y-87182191D01* -X143271793Y-87191765D01* -X143273384Y-87199760D01* -X143275286Y-87219074D01* -X143275286Y-93087775D01* -X143256379Y-93145966D01* -X143251106Y-93152605D01* -X143167904Y-93248627D01* -X143114088Y-93366465D01* -X143095653Y-93494688D01* -X143095653Y-93494693D01* -X143114088Y-93622916D01* -X143150010Y-93701572D01* -X143167904Y-93740754D01* -X143252077Y-93837896D01* -X143252738Y-93838659D01* -X143352933Y-93903050D01* -X143361717Y-93908695D01* -X143486014Y-93945191D01* -X143570662Y-93945191D01* -X143628853Y-93964098D01* -X143640666Y-93974187D01* -X143719627Y-94053148D01* -X143747404Y-94107665D01* -X143737833Y-94168097D01* -X143694568Y-94211362D01* -X143678857Y-94217737D01* -X143674398Y-94219115D01* -X143569304Y-94270492D01* -X143486587Y-94353209D01* -X143435213Y-94458295D01* -X143435213Y-94458298D01* -X143425286Y-94526431D01* -X143425286Y-94992951D01* -X143428572Y-95015502D01* -X143435213Y-95061086D01* -X143481080Y-95154907D01* -X143486588Y-95166174D01* -X143569303Y-95248889D01* -X143623071Y-95275174D01* -X143674390Y-95300263D01* -X143674391Y-95300263D01* -X143674393Y-95300264D01* -X143742526Y-95310191D01* -X143742529Y-95310191D01* -X144359043Y-95310191D01* -X144359046Y-95310191D01* -X144427179Y-95300264D01* -X144532269Y-95248889D01* -X144614984Y-95166174D01* -X144666359Y-95061084D01* -X144676286Y-94992951D01* -X144676286Y-94526431D01* -X144666359Y-94458298D01* -X144665455Y-94456449D01* -X144632103Y-94388226D01* -X144614984Y-94353208D01* -X144532269Y-94270493D01* -X144520798Y-94264885D01* -X144427179Y-94219117D01* -X144411008Y-94216761D01* -X144356153Y-94189659D01* -X144327704Y-94135490D01* -X144326286Y-94118796D01* -X144326286Y-94031574D01* -X144328188Y-94012260D01* -X144331683Y-93994691D01* -X144326286Y-93967558D01* -X144310301Y-93887196D01* -X144310299Y-93887193D01* -X144310299Y-93887192D01* -X144277846Y-93838624D01* -X144272167Y-93830124D01* -X144264780Y-93819069D01* -X144264778Y-93819067D01* -X144249410Y-93796067D01* -X144234519Y-93786117D01* -X144219517Y-93773806D01* -X144050262Y-93604551D01* -X144880286Y-93604551D01* -X144880287Y-93604554D01* -X144883200Y-93629681D01* -X144904807Y-93678615D01* -X144928580Y-93732456D01* -X145008021Y-93811897D01* -X145110795Y-93857276D01* -X145135921Y-93860191D01* -X145525650Y-93860190D01* -X145550777Y-93857276D01* -X145636298Y-93819514D01* -X145697167Y-93813306D01* -X145750061Y-93844062D01* -X145774775Y-93900033D01* -X145775286Y-93910079D01* -X145775286Y-94268796D01* -X145756379Y-94326987D01* -X145706879Y-94362951D01* -X145690564Y-94366761D01* -X145674392Y-94369117D01* -X145569304Y-94420492D01* -X145486587Y-94503209D01* -X145435213Y-94608295D01* -X145431220Y-94635705D01* -X145425286Y-94676431D01* -X145425286Y-95142951D01* -X145428670Y-95166174D01* -X145435213Y-95211086D01* -X145483663Y-95310191D01* -X145486588Y-95316174D01* -X145569303Y-95398889D01* -X145602449Y-95415093D01* -X145674390Y-95450263D01* -X145674391Y-95450263D01* -X145674393Y-95450264D01* -X145742526Y-95460191D01* -X146170662Y-95460191D01* -X146228853Y-95479098D01* -X146240666Y-95489187D01* -X149846214Y-99094735D01* -X149873991Y-99149252D01* -X149874068Y-99149748D01* -X149900898Y-99324886D01* -X149902834Y-99337520D01* -X149973504Y-99528336D01* -X150008519Y-99584513D01* -X150081135Y-99701016D01* -X150081137Y-99701018D01* -X150081138Y-99701020D01* -X150110095Y-99731483D01* -X150220605Y-99847739D01* -X150221331Y-99848502D01* -X150221333Y-99848503D01* -X150221336Y-99848506D01* -X150387252Y-99963986D01* -X150388341Y-99964744D01* -X150575330Y-100044988D01* -X150575332Y-100044989D01* -X150774649Y-100085949D01* -X150774652Y-100085949D01* -X151177134Y-100085949D01* -X151205542Y-100083060D01* -X151328828Y-100070523D01* -X151522978Y-100009608D01* -X151700892Y-99910858D01* -X151855285Y-99778315D01* -X151979838Y-99617407D01* -X152069450Y-99434720D01* -X152069537Y-99434382D01* -X152069627Y-99434240D01* -X152071193Y-99430014D01* -X152072106Y-99430352D01* -X152102422Y-99382787D01* -X152159355Y-99360374D01* -X152165378Y-99360191D01* -X156597001Y-99360191D01* -X156655192Y-99379098D01* -X156689837Y-99424806D01* -X156727900Y-99527578D01* -X156735016Y-99538994D01* -X156835531Y-99700258D01* -X156835533Y-99700260D01* -X156835534Y-99700262D01* -X156854299Y-99720003D01* -X156939614Y-99809754D01* -X156975727Y-99847744D01* -X156975729Y-99847745D01* -X156975732Y-99847748D01* -X157078632Y-99919368D01* -X157142737Y-99963986D01* -X157329726Y-100044230D01* -X157329728Y-100044231D01* -X157529045Y-100085191D01* -X157529048Y-100085191D01* -X157931530Y-100085191D01* -X157957167Y-100082583D01* -X158083224Y-100069765D01* -X158277374Y-100008850D01* -X158455288Y-99910100D01* -X158609681Y-99777557D01* -X158734234Y-99616649D01* -X158823846Y-99433962D01* -X158874849Y-99236976D01* -X158885155Y-99033755D01* -X158854342Y-98832620D01* -X158783672Y-98641804D01* -X158676512Y-98469881D01* -X158676040Y-98469123D01* -X158676035Y-98469117D01* -X158535849Y-98321642D01* -X158535839Y-98321633D01* -X158368840Y-98205399D01* -X158368837Y-98205397D01* -X158368835Y-98205396D01* -X158181844Y-98125151D01* -X158181846Y-98125151D01* -X158086730Y-98105605D01* -X157982527Y-98084191D01* -X157580044Y-98084191D01* -X157580042Y-98084191D01* -X157428347Y-98099617D01* -X157234196Y-98160532D01* -X157234195Y-98160533D01* -X157056287Y-98259279D01* -X157056284Y-98259281D01* -X156901895Y-98391820D01* -X156777335Y-98552736D01* -X156687724Y-98735424D01* -X156685983Y-98740126D01* -X156684838Y-98739702D01* -X156654947Y-98786598D01* -X156598013Y-98809008D01* -X156591994Y-98809191D01* -X152159895Y-98809191D01* -X152101704Y-98790284D01* -X152067058Y-98744574D01* -X152029277Y-98642565D01* -X152029276Y-98642563D01* -X152029276Y-98642562D01* -X151921642Y-98469878D01* -X151801926Y-98343938D01* -X151781453Y-98322400D01* -X151781443Y-98322391D01* -X151614444Y-98206157D01* -X151614441Y-98206155D01* -X151614439Y-98206154D01* -X151427448Y-98125909D01* -X151427450Y-98125909D01* -X151347721Y-98109525D01* -X151228131Y-98084949D01* -X150825648Y-98084949D01* -X150825646Y-98084949D01* -X150673951Y-98100375D01* -X150479800Y-98161290D01* -X150479799Y-98161291D01* -X150301891Y-98260037D01* -X150301888Y-98260039D01* -X150147495Y-98392582D01* -X150118475Y-98430072D01* -X150067904Y-98464513D01* -X150006747Y-98462651D01* -X149970186Y-98439475D01* -X148980987Y-97450276D01* -X149875890Y-97450276D01* -X149884622Y-97494169D01* -X149884623Y-97494171D01* -X149917886Y-97543953D01* -X149967668Y-97577216D01* -X149978717Y-97579413D01* -X150011562Y-97585948D01* -X150011568Y-97585948D01* -X150011570Y-97585949D01* -X150011571Y-97585949D01* -X151991209Y-97585949D01* -X151991210Y-97585949D01* -X151991211Y-97585948D01* -X151991217Y-97585948D01* -X152013013Y-97581611D01* -X152035112Y-97577216D01* -X152084894Y-97543953D01* -X152118157Y-97494171D01* -X152125697Y-97456266D01* -X152126889Y-97450276D01* -X152126890Y-97450267D01* -X152126890Y-96959949D01* -X152145797Y-96901758D01* -X152195297Y-96865794D01* -X152225890Y-96860949D01* -X156531286Y-96860949D01* -X156589477Y-96879856D01* -X156625441Y-96929356D01* -X156630286Y-96959949D01* -X156630286Y-97449518D01* -X156639018Y-97493411D01* -X156639020Y-97493415D01* -X156665980Y-97533763D01* -X156672282Y-97543195D01* -X156722064Y-97576458D01* -X156733113Y-97578655D01* -X156765958Y-97585190D01* -X156765964Y-97585190D01* -X156765966Y-97585191D01* -X156765967Y-97585191D01* -X158745605Y-97585191D01* -X158745606Y-97585191D01* -X158745607Y-97585190D01* -X158745613Y-97585190D01* -X158773250Y-97579692D01* -X158789508Y-97576458D01* -X158839290Y-97543195D01* -X158872553Y-97493413D01* -X158879673Y-97457621D01* -X158881285Y-97449518D01* -X158881286Y-97449509D01* -X158881286Y-95719872D01* -X158881285Y-95719863D01* -X158874206Y-95684278D01* -X158872553Y-95675969D01* -X158839290Y-95626187D01* -X158813387Y-95608879D01* -X158789510Y-95592925D01* -X158789506Y-95592923D01* -X158745613Y-95584191D01* -X158745606Y-95584191D01* -X156765966Y-95584191D01* -X156765958Y-95584191D01* -X156722065Y-95592923D01* -X156722061Y-95592925D01* -X156672284Y-95626185D01* -X156672280Y-95626189D01* -X156639020Y-95675966D01* -X156639018Y-95675970D01* -X156630286Y-95719863D01* -X156630286Y-96210949D01* -X156611379Y-96269140D01* -X156561879Y-96305104D01* -X156531286Y-96309949D01* -X152225890Y-96309949D01* -X152167699Y-96291042D01* -X152131735Y-96241542D01* -X152126890Y-96210949D01* -X152126890Y-95720630D01* -X152126889Y-95720621D01* -X152118157Y-95676728D01* -X152118155Y-95676724D01* -X152114811Y-95671719D01* -X152084894Y-95626945D01* -X152052952Y-95605602D01* -X152035114Y-95593683D01* -X152035110Y-95593681D01* -X151991217Y-95584949D01* -X151991210Y-95584949D01* -X150011570Y-95584949D01* -X150011562Y-95584949D01* -X149967669Y-95593681D01* -X149967665Y-95593683D01* -X149917888Y-95626943D01* -X149917884Y-95626947D01* -X149884624Y-95676724D01* -X149884622Y-95676728D01* -X149875890Y-95720621D01* -X149875890Y-97450276D01* -X148980987Y-97450276D01* -X146705282Y-95174571D01* -X146677505Y-95120054D01* -X146676286Y-95104567D01* -X146676286Y-94676434D01* -X146674771Y-94666033D01* -X146666359Y-94608298D01* -X146664212Y-94603907D01* -X146630770Y-94535500D01* -X146614984Y-94503208D01* -X146532269Y-94420493D01* -X146532267Y-94420492D01* -X146427179Y-94369117D01* -X146411008Y-94366761D01* -X146356153Y-94339659D01* -X146327704Y-94285490D01* -X146326286Y-94268796D01* -X146326286Y-93729074D01* -X146328188Y-93709760D01* -X146331683Y-93692191D01* -X146319134Y-93629103D01* -X146310301Y-93584696D01* -X146282257Y-93542725D01* -X146264780Y-93516569D01* -X146262079Y-93512526D01* -X146262074Y-93512520D01* -X146249413Y-93493571D01* -X146249412Y-93493570D01* -X146249410Y-93493567D01* -X146234519Y-93483617D01* -X146219517Y-93471305D01* -X145810281Y-93062068D01* -X145782504Y-93007552D01* -X145781285Y-92992065D01* -X145781285Y-92339830D01* -X145781285Y-92339827D01* -X145778371Y-92314700D01* -X145732992Y-92211926D01* -X145653551Y-92132485D01* -X145550777Y-92087106D01* -X145550776Y-92087105D01* -X145550774Y-92087105D01* -X145525654Y-92084191D01* -X145135925Y-92084191D01* -X145135922Y-92084192D01* -X145110795Y-92087105D01* -X145008021Y-92132485D01* -X144928580Y-92211926D01* -X144883200Y-92314702D01* -X144880286Y-92339821D01* -X144880286Y-93604551D01* -X144050262Y-93604551D01* -X144032724Y-93587013D01* -X144004947Y-93532496D01* -X144004736Y-93502918D01* -X144005919Y-93494691D01* -X144005757Y-93493567D01* -X143987483Y-93366465D01* -X143975625Y-93340500D01* -X143933668Y-93248628D01* -X143890744Y-93199090D01* -X143850466Y-93152605D01* -X143826649Y-93096246D01* -X143826286Y-93087775D01* -X143826286Y-91944169D01* -X143845193Y-91885978D01* -X143894693Y-91850014D01* -X143955879Y-91850014D01* -X143995287Y-91874163D01* -X144058021Y-91936897D01* -X144160795Y-91982276D01* -X144185921Y-91985191D01* -X144575650Y-91985190D01* -X144600777Y-91982276D01* -X144703551Y-91936897D01* -X144782992Y-91857456D01* -X144828371Y-91754682D01* -X144831286Y-91729556D01* -X144831285Y-90464827D01* -X144828371Y-90439700D01* -X144822540Y-90426494D01* -X144799721Y-90374812D01* -X144791286Y-90334825D01* -X144791286Y-90054721D01* -X144810193Y-89996530D01* -X144846805Y-89965780D01* -X144922269Y-89928889D01* -X145004984Y-89846174D01* -X145056359Y-89741084D01* -X145066286Y-89672951D01* -X145066286Y-89244814D01* -X145085193Y-89186623D01* -X145095283Y-89174810D01* -X145563407Y-88706687D01* -X145617923Y-88678910D01* -X145633410Y-88677691D01* -X145643098Y-88677691D01* -X145701289Y-88696598D01* -X145737253Y-88746098D01* -X145737253Y-88807284D01* -X145713103Y-88846692D01* -X145694784Y-88865012D01* -X145676587Y-88883209D01* -X145625213Y-88988295D01* -X145622455Y-89007225D01* -X145615286Y-89056431D01* -X145615286Y-89672951D01* -X145619953Y-89704980D01* -X145625213Y-89741086D01* -X145661483Y-89815276D01* -X145676588Y-89846174D01* -X145759303Y-89928889D01* -X145824767Y-89960892D01* -X145868740Y-90003434D01* -X145880286Y-90049832D01* -X145880286Y-90312179D01* -X145871851Y-90352164D01* -X145857574Y-90384500D01* -X145833200Y-90439702D01* -X145830286Y-90464821D01* -X145830286Y-91729551D01* -X145830287Y-91729554D01* -X145833200Y-91754681D01* -X145855420Y-91805004D01* -X145878580Y-91857456D01* -X145958021Y-91936897D01* -X146060795Y-91982276D01* -X146085921Y-91985191D01* -X146475650Y-91985190D01* -X146500777Y-91982276D01* -X146603551Y-91936897D01* -X146682992Y-91857456D01* -X146728371Y-91754682D01* -X146731286Y-91729556D01* -X146731285Y-90464827D01* -X146728371Y-90439700D01* -X146723975Y-90429745D01* -X149850038Y-90429745D01* -X149850039Y-90429746D01* -X150442555Y-90429746D01* -X150500746Y-90448653D01* -X150536710Y-90498153D01* -X150537544Y-90556635D01* -X150527760Y-90589960D01* -X150524044Y-90602618D01* -X150521450Y-90611451D01* -X150521450Y-90748041D01* -X150537544Y-90802856D01* -X150535798Y-90864015D01* -X150498435Y-90912468D01* -X150442555Y-90929746D01* -X149850039Y-90929746D01* -X149896682Y-91083508D01* -X149896684Y-91083513D01* -X149994174Y-91265906D01* -X149994181Y-91265916D01* -X150125390Y-91425796D01* -X150125399Y-91425805D01* -X150285276Y-91557012D01* -X150285289Y-91557021D01* -X150467682Y-91654511D01* -X150467687Y-91654513D01* -X150665616Y-91714554D01* -X150746448Y-91722515D01* -X150746450Y-91722514D01* -X150746450Y-91237938D01* -X150765357Y-91179747D01* -X150814857Y-91143783D01* -X150859540Y-91139946D01* -X150962471Y-91154746D01* -X150962475Y-91154746D01* -X151030429Y-91154746D01* -X151133360Y-91139946D01* -X151193649Y-91150379D01* -X151236292Y-91194256D01* -X151246450Y-91237938D01* -X151246450Y-91722514D01* -X151246451Y-91722515D01* -X151327283Y-91714554D01* -X151525212Y-91654513D01* -X151525217Y-91654511D01* -X151707610Y-91557021D01* -X151707624Y-91557012D01* -X151867500Y-91425805D01* -X151867509Y-91425796D01* -X151998718Y-91265916D01* -X151998725Y-91265906D01* -X152096215Y-91083513D01* -X152096217Y-91083508D01* -X152142861Y-90929746D01* -X151550345Y-90929746D01* -X151492154Y-90910839D01* -X151456190Y-90861339D01* -X151455355Y-90802856D01* -X151471450Y-90748041D01* -X151471450Y-90611451D01* -X151455355Y-90556635D01* -X151457102Y-90495477D01* -X151494465Y-90447024D01* -X151543660Y-90431813D01* -X156610668Y-90431813D01* -X156610669Y-90431814D01* -X157203185Y-90431814D01* -X157261376Y-90450721D01* -X157297340Y-90500221D01* -X157298174Y-90558703D01* -X157288770Y-90590734D01* -X157282687Y-90611453D01* -X157282080Y-90613519D01* -X157282080Y-90750109D01* -X157298174Y-90804924D01* -X157296428Y-90866083D01* -X157259065Y-90914536D01* -X157203185Y-90931814D01* -X156610669Y-90931814D01* -X156657312Y-91085576D01* -X156657314Y-91085581D01* -X156754804Y-91267974D01* -X156754811Y-91267984D01* -X156886020Y-91427864D01* -X156886029Y-91427873D01* -X157045909Y-91559082D01* -X157045919Y-91559089D01* -X157228312Y-91656579D01* -X157228317Y-91656581D01* -X157426246Y-91716622D01* -X157507078Y-91724583D01* -X157507080Y-91724582D01* -X157507080Y-91240006D01* -X157525987Y-91181815D01* -X157575487Y-91145851D01* -X157620170Y-91142014D01* -X157723101Y-91156814D01* -X157723105Y-91156814D01* -X157791059Y-91156814D01* -X157893990Y-91142014D01* -X157954279Y-91152447D01* -X157996922Y-91196324D01* -X158007080Y-91240006D01* -X158007080Y-91724582D01* -X158007081Y-91724583D01* -X158087913Y-91716622D01* -X158285842Y-91656581D01* -X158285847Y-91656579D01* -X158468240Y-91559089D01* -X158468250Y-91559082D01* -X158628130Y-91427873D01* -X158628139Y-91427864D01* -X158759348Y-91267984D01* -X158759355Y-91267974D01* -X158856845Y-91085581D01* -X158856847Y-91085576D01* -X158903491Y-90931814D01* -X158310975Y-90931814D01* -X158252784Y-90912907D01* -X158216820Y-90863407D01* -X158215985Y-90804924D01* -X158232080Y-90750109D01* -X158232080Y-90613519D01* -X158215985Y-90558703D01* -X158217732Y-90497545D01* -X158255095Y-90449092D01* -X158310975Y-90431814D01* -X158903491Y-90431814D01* -X158903491Y-90431813D01* -X158856847Y-90278051D01* -X158856845Y-90278046D01* -X158759355Y-90095653D01* -X158759348Y-90095643D01* -X158628139Y-89935763D01* -X158628130Y-89935754D01* -X158468250Y-89804545D01* -X158468240Y-89804538D01* -X158285847Y-89707048D01* -X158285842Y-89707046D01* -X158087916Y-89647005D01* -X158087910Y-89647004D01* -X158007080Y-89639043D01* -X158007080Y-90123621D01* -X157988173Y-90181812D01* -X157938673Y-90217776D01* -X157893991Y-90221613D01* -X157791060Y-90206814D01* -X157791055Y-90206814D01* -X157723105Y-90206814D01* -X157723100Y-90206814D01* -X157620169Y-90221613D01* -X157559880Y-90211180D01* -X157517237Y-90167302D01* -X157507080Y-90123621D01* -X157507080Y-89639043D01* -X157507079Y-89639043D01* -X157426249Y-89647004D01* -X157426243Y-89647005D01* -X157228317Y-89707046D01* -X157228312Y-89707048D01* -X157045919Y-89804538D01* -X157045909Y-89804545D01* -X156886029Y-89935754D01* -X156886020Y-89935763D01* -X156754811Y-90095643D01* -X156754804Y-90095653D01* -X156657314Y-90278046D01* -X156657312Y-90278051D01* -X156610668Y-90431813D01* -X151543660Y-90431813D01* -X151550345Y-90429746D01* -X152142861Y-90429746D01* -X152142861Y-90429745D01* -X152096217Y-90275983D01* -X152096215Y-90275978D01* -X151998725Y-90093585D01* -X151998718Y-90093575D01* -X151867509Y-89933695D01* -X151867500Y-89933686D01* -X151707620Y-89802477D01* -X151707610Y-89802470D01* -X151525217Y-89704980D01* -X151525212Y-89704978D01* -X151327286Y-89644937D01* -X151327280Y-89644936D01* -X151246450Y-89636975D01* -X151246450Y-90121553D01* -X151227543Y-90179744D01* -X151178043Y-90215708D01* -X151133361Y-90219545D01* -X151030430Y-90204746D01* -X151030425Y-90204746D01* -X150962475Y-90204746D01* -X150962470Y-90204746D01* -X150859539Y-90219545D01* -X150799250Y-90209112D01* -X150756607Y-90165234D01* -X150746450Y-90121553D01* -X150746450Y-89636975D01* -X150746449Y-89636975D01* -X150665619Y-89644936D01* -X150665613Y-89644937D01* -X150467687Y-89704978D01* -X150467682Y-89704980D01* -X150285289Y-89802470D01* -X150285279Y-89802477D01* -X150125399Y-89933686D01* -X150125390Y-89933695D01* -X149994181Y-90093575D01* -X149994174Y-90093585D01* -X149896684Y-90275978D01* -X149896682Y-90275983D01* -X149850038Y-90429745D01* -X146723975Y-90429745D01* -X146689720Y-90352164D01* -X146681286Y-90312179D01* -X146681286Y-89815276D01* -X146691345Y-89771795D01* -X146692118Y-89770214D01* -X146706359Y-89741084D01* -X146716286Y-89672951D01* -X146716286Y-89421590D01* -X146735193Y-89363399D01* -X146745276Y-89351592D01* -X147487626Y-88609242D01* -X147542144Y-88581465D01* -X147557631Y-88580246D01* -X149887194Y-88580246D01* -X149945385Y-88599153D01* -X149971210Y-88626879D01* -X150076195Y-88795313D01* -X150076200Y-88795319D01* -X150210783Y-88936900D01* -X150216391Y-88942799D01* -X150216393Y-88942800D01* -X150216396Y-88942803D01* -X150362232Y-89044307D01* -X150383401Y-89059041D01* -X150570390Y-89139285D01* -X150570392Y-89139286D01* -X150769709Y-89180246D01* -X150769712Y-89180246D01* -X151172194Y-89180246D01* -X151197831Y-89177638D01* -X151323888Y-89164820D01* -X151518038Y-89103905D01* -X151695952Y-89005155D01* -X151850345Y-88872612D01* -X151974898Y-88711704D01* -X151982308Y-88696598D01* -X152012206Y-88635647D01* -X152054808Y-88591730D01* -X152101089Y-88580246D01* -X156646535Y-88580246D01* -X156704726Y-88599153D01* -X156730551Y-88626879D01* -X156836825Y-88797381D01* -X156836827Y-88797383D01* -X156836828Y-88797385D01* -X156876883Y-88839522D01* -X156967642Y-88935001D01* -X156977021Y-88944867D01* -X156977023Y-88944868D01* -X156977026Y-88944871D01* -X157137310Y-89056431D01* -X157144031Y-89061109D01* -X157331020Y-89141353D01* -X157331022Y-89141354D01* -X157530339Y-89182314D01* -X157530342Y-89182314D01* -X157932824Y-89182314D01* -X157958461Y-89179706D01* -X158084518Y-89166888D01* -X158278668Y-89105973D01* -X158456582Y-89007223D01* -X158610975Y-88874680D01* -X158735528Y-88713772D01* -X158752364Y-88679449D01* -X158772836Y-88637715D01* -X158815438Y-88593798D01* -X158861719Y-88582314D01* -X159031009Y-88582314D01* -X159089200Y-88601221D01* -X159101012Y-88611310D01* -X159361289Y-88871586D01* -X159389067Y-88926103D01* -X159390286Y-88941590D01* -X159390286Y-111377788D01* -X159371379Y-111435979D01* -X159361290Y-111447792D01* -X158852742Y-111956340D01* -X158798225Y-111984117D01* -X158737793Y-111974546D01* -X158698724Y-111938705D01* -X158663136Y-111881608D01* -X158663134Y-111881606D01* -X158663129Y-111881600D01* -X158522947Y-111734130D01* -X158522937Y-111734121D01* -X158355938Y-111617887D01* -X158355935Y-111617885D01* -X158355933Y-111617884D01* -X158168942Y-111537639D01* -X158168944Y-111537639D01* -X158063940Y-111516061D01* -X157969625Y-111496679D01* -X157567142Y-111496679D01* -X157567140Y-111496679D01* -X157415445Y-111512105D01* -X157221294Y-111573020D01* -X157221293Y-111573021D01* -X157043385Y-111671767D01* -X157043382Y-111671769D01* -X156888993Y-111804308D01* -X156888989Y-111804312D01* -X156888989Y-111804313D01* -X156886401Y-111807657D01* -X156764433Y-111965224D01* -X156727128Y-112041278D01* -X156684526Y-112085195D01* -X156638245Y-112096679D01* -X152096704Y-112096679D01* -X152038513Y-112077772D01* -X152012688Y-112050046D01* -X151909790Y-111884960D01* -X151909785Y-111884954D01* -X151906604Y-111881608D01* -X151833125Y-111804308D01* -X151769599Y-111737479D01* -X151769589Y-111737470D01* -X151602590Y-111621236D01* -X151602587Y-111621234D01* -X151602585Y-111621233D01* -X151415594Y-111540988D01* -X151415596Y-111540988D01* -X151319580Y-111521257D01* -X151216277Y-111500028D01* -X150813794Y-111500028D01* -X150813792Y-111500028D01* -X150662097Y-111515454D01* -X150467946Y-111576369D01* -X150467945Y-111576370D01* -X150290037Y-111675116D01* -X150290034Y-111675118D01* -X150135645Y-111807657D01* -X150135641Y-111807661D01* -X150135641Y-111807662D01* -X150123744Y-111823031D01* -X150011085Y-111968573D01* -X149973780Y-112044627D01* -X149931178Y-112088544D01* -X149884897Y-112100028D01* -X147193522Y-112100028D01* -X147135331Y-112081121D01* -X147123518Y-112071031D01* -X146775282Y-111722794D01* -X146747505Y-111668278D01* -X146746286Y-111652791D01* -X146746286Y-111401434D01* -X146746286Y-111401431D01* -X146736359Y-111333298D01* -X146735420Y-111331378D01* -X146695199Y-111249103D01* -X146684984Y-111228208D01* -X146602269Y-111145493D01* -X146594662Y-111141774D01* -X146497181Y-111094118D01* -X146469925Y-111090147D01* -X146429046Y-111084191D01* -X145812526Y-111084191D01* -X145778459Y-111089154D01* -X145744390Y-111094118D01* -X145639304Y-111145492D01* -X145556587Y-111228209D01* -X145505213Y-111333295D01* -X145502142Y-111354376D01* -X145495286Y-111401431D01* -X145495286Y-111867951D01* -X145498596Y-111890669D01* -X145505213Y-111936086D01* -X145547184Y-112021938D01* -X145556588Y-112041174D01* -X145639303Y-112123889D01* -X145664765Y-112136336D01* -X145708739Y-112178877D01* -X145720286Y-112225277D01* -X145720286Y-113374214D01* -X145701379Y-113432405D01* -X145664769Y-113463154D01* -X145629304Y-113480492D01* -X145629303Y-113480492D01* -X145629303Y-113480493D01* -X145569599Y-113540196D01* -X145515085Y-113567972D01* -X145499598Y-113569191D01* -X144931742Y-113569191D01* -X144804876Y-113569191D01* -X144804874Y-113569191D01* -X144804868Y-113569192D01* -X144781928Y-113576645D01* -X144766833Y-113580269D01* -X144743010Y-113584043D01* -X144743004Y-113584045D01* -X144721510Y-113594996D01* -X144707166Y-113600937D01* -X144684220Y-113608393D01* -X144684217Y-113608395D01* -X144664699Y-113622575D01* -X144651461Y-113630688D01* -X144629966Y-113641641D01* -X144607402Y-113664205D01* -X144607394Y-113664211D01* -X143898722Y-114372882D01* -X143856613Y-114397867D01* -X143828935Y-114405994D01* -X143828926Y-114405998D01* -X143719951Y-114476032D01* -X143719948Y-114476035D01* -X143705317Y-114492920D01* -X143652921Y-114524515D01* -X143591960Y-114519279D01* -X143545720Y-114479210D01* -X143531499Y-114428090D01* -X143531499Y-113185122D01* -X143550406Y-113126932D01* -X143560489Y-113115125D01* -X144440733Y-112234881D01* -X144455729Y-112222575D01* -X144470624Y-112212624D01* -X144472378Y-112210000D01* -X144488955Y-112185191D01* -X144513866Y-112147908D01* -X144521599Y-112136335D01* -X144531515Y-112121495D01* -X144547500Y-112041133D01* -X144547500Y-112041132D01* -X144552897Y-112014000D01* -X144549402Y-111996427D01* -X144547500Y-111977115D01* -X144547500Y-111150915D01* -X144566407Y-111092724D01* -X144571673Y-111086092D01* -X144654882Y-110990063D01* -X144708697Y-110872226D01* -X144717143Y-110813480D01* -X144727133Y-110744002D01* -X144727133Y-110743997D01* -X144708697Y-110615774D01* -X144702613Y-110602453D01* -X144654882Y-110497937D01* -X144604099Y-110439330D01* -X144580283Y-110382971D01* -X144594142Y-110323376D01* -X144640383Y-110283308D01* -X144678920Y-110275500D01* -X145438240Y-110275500D01* -X145496431Y-110294407D01* -X145527180Y-110331019D01* -X145556588Y-110391174D01* -X145639303Y-110473889D01* -X145662322Y-110485142D01* -X145744390Y-110525263D01* -X145744391Y-110525263D01* -X145744393Y-110525264D01* -X145812526Y-110535191D01* -X145812529Y-110535191D01* -X146429043Y-110535191D01* -X146429046Y-110535191D01* -X146497179Y-110525264D01* -X146602269Y-110473889D01* -X146684984Y-110391174D01* -X146714133Y-110331547D01* -X146756676Y-110287574D01* -X146803074Y-110276028D01* -X149765036Y-110276028D01* -X149823227Y-110294935D01* -X149859191Y-110344435D01* -X149864036Y-110375028D01* -X149864036Y-110865355D01* -X149872768Y-110909248D01* -X149872770Y-110909252D01* -X149889237Y-110933896D01* -X149906032Y-110959032D01* -X149955814Y-110992295D01* -X149963028Y-110993730D01* -X149999708Y-111001027D01* -X149999714Y-111001027D01* -X149999716Y-111001028D01* -X149999717Y-111001028D01* -X151979355Y-111001028D01* -X151979356Y-111001028D01* -X151979357Y-111001027D01* -X151979363Y-111001027D01* -X152001159Y-110996690D01* -X152023258Y-110992295D01* -X152073040Y-110959032D01* -X152106303Y-110909250D01* -X152115036Y-110865348D01* -X152115036Y-110375027D01* -X152133943Y-110316837D01* -X152183443Y-110280873D01* -X152214036Y-110276028D01* -X156518384Y-110276028D01* -X156576575Y-110294935D01* -X156612539Y-110344435D01* -X156617384Y-110375028D01* -X156617384Y-110862006D01* -X156626116Y-110905899D01* -X156626118Y-110905903D01* -X156646406Y-110936266D01* -X156659380Y-110955683D01* -X156709162Y-110988946D01* -X156720211Y-110991143D01* -X156753056Y-110997678D01* -X156753062Y-110997678D01* -X156753064Y-110997679D01* -X156753065Y-110997679D01* -X158732703Y-110997679D01* -X158732704Y-110997679D01* -X158732705Y-110997678D01* -X158732711Y-110997678D01* -X158759780Y-110992293D01* -X158776606Y-110988946D01* -X158826388Y-110955683D01* -X158859651Y-110905901D01* -X158866350Y-110872225D01* -X158868383Y-110862006D01* -X158868384Y-110861997D01* -X158868384Y-109132360D01* -X158868383Y-109132351D01* -X158860317Y-109091806D01* -X158859651Y-109088457D01* -X158826388Y-109038675D01* -X158810748Y-109028225D01* -X158776608Y-109005413D01* -X158776604Y-109005411D01* -X158732711Y-108996679D01* -X158732704Y-108996679D01* -X156753064Y-108996679D01* -X156753056Y-108996679D01* -X156709163Y-109005411D01* -X156709159Y-109005413D01* -X156659382Y-109038673D01* -X156659378Y-109038677D01* -X156626118Y-109088454D01* -X156626116Y-109088458D01* -X156617384Y-109132351D01* -X156617383Y-109132360D01* -X156617384Y-109626028D01* -X156598477Y-109684219D01* -X156548977Y-109720183D01* -X156518384Y-109725028D01* -X152214036Y-109725028D01* -X152155845Y-109706121D01* -X152119881Y-109656621D01* -X152115036Y-109626028D01* -X152115036Y-109135709D01* -X152115035Y-109135700D01* -X152106303Y-109091807D01* -X152106301Y-109091803D01* -X152092542Y-109071211D01* -X152073040Y-109042024D01* -X152055793Y-109030500D01* -X152023260Y-109008762D01* -X152023256Y-109008760D01* -X151979363Y-109000028D01* -X151979356Y-109000028D01* -X149999716Y-109000028D01* -X149999708Y-109000028D01* -X149955815Y-109008760D01* -X149955811Y-109008762D01* -X149906034Y-109042022D01* -X149906030Y-109042026D01* -X149872770Y-109091803D01* -X149872768Y-109091807D01* -X149864036Y-109135700D01* -X149864036Y-109626028D01* -X149845129Y-109684219D01* -X149795629Y-109720183D01* -X149765036Y-109725028D01* -X149459925Y-109725028D01* -X149455068Y-109724789D01* -X149452133Y-109724500D01* -X146818301Y-109724500D01* -X146760110Y-109705593D01* -X146729360Y-109668981D01* -X146725167Y-109660404D01* -X146684984Y-109578208D01* -X146602269Y-109495493D01* -X146566147Y-109477834D01* -X146497181Y-109444118D01* -X146469925Y-109440147D01* -X146429046Y-109434191D01* -X145812526Y-109434191D01* -X145778459Y-109439154D01* -X145744390Y-109444118D01* -X145639304Y-109495492D01* -X145556588Y-109578208D01* -X145512212Y-109668981D01* -X145469668Y-109712955D01* -X145423271Y-109724500D01* -X105170912Y-109724500D01* -X105112721Y-109705593D01* -X105096094Y-109690333D01* -X105023049Y-109606033D01* -X105023048Y-109606032D01* -X105023047Y-109606031D01* -X104914073Y-109535998D01* -X104914070Y-109535996D01* -X104914069Y-109535996D01* -X104914066Y-109535995D01* -X104789774Y-109499500D01* -X104789772Y-109499500D01* -X104660228Y-109499500D01* -X104660225Y-109499500D01* -X104535933Y-109535995D01* -X104535926Y-109535998D01* -X104426952Y-109606031D01* -X104342117Y-109703938D01* -X104288302Y-109821774D01* -X104269867Y-109949997D01* -X104269867Y-109950002D01* -X103168254Y-109950002D01* -X103136395Y-109934427D01* -X103109139Y-109930456D01* -X103068260Y-109924500D01* -X102601740Y-109924500D01* -X102567673Y-109929463D01* -X102533604Y-109934427D01* -X102428518Y-109985801D01* -X102345801Y-110068518D01* -X102294427Y-110173604D01* -X102291155Y-110196061D01* -X102284500Y-110241740D01* -X102284500Y-110858260D01* -X101735500Y-110858260D01* -X101735500Y-110241740D01* -X101725573Y-110173607D01* -X101720846Y-110163938D01* -X101682325Y-110085142D01* -X101674198Y-110068517D01* -X101591483Y-109985802D01* -X101576796Y-109978622D01* -X101486395Y-109934427D01* -X101459139Y-109930456D01* -X101418260Y-109924500D01* -X100951740Y-109924500D01* -X100917673Y-109929463D01* -X100883604Y-109934427D01* -X100778518Y-109985801D01* -X100695801Y-110068518D01* -X100644427Y-110173604D01* -X100641155Y-110196061D01* -X100635556Y-110234496D01* -X100634500Y-110241743D01* -X100634500Y-110669876D01* -X100615593Y-110728067D01* -X100605504Y-110739880D01* -X100599880Y-110745504D01* -X100545363Y-110773281D01* -X100529876Y-110774500D01* -X100387724Y-110774500D01* -X100329533Y-110755593D01* -X100293569Y-110706093D01* -X100293569Y-110644907D01* -X100299515Y-110630554D01* -X100349237Y-110532969D01* -X100365000Y-110433453D01* -X100364999Y-110425000D01* -X99015002Y-110425000D01* -X99015001Y-110425001D01* -X99015001Y-110433453D01* -X99015000Y-110433453D01* -X99030760Y-110532965D01* -X99030761Y-110532969D01* -X99080485Y-110630554D01* -X99090057Y-110690986D01* -X99062280Y-110745503D01* -X99007764Y-110773281D01* -X98992276Y-110774500D01* -X98310744Y-110774500D01* -X98252553Y-110755593D01* -X98216589Y-110706093D01* -X98216589Y-110644907D01* -X98252553Y-110595407D01* -X98282853Y-110580510D01* -X98339069Y-110564004D01* -X98448049Y-110493967D01* -X98532882Y-110396063D01* -X98586697Y-110278226D01* -X98597153Y-110205500D01* -X98605133Y-110150002D01* -X98605133Y-110149997D01* -X98586697Y-110021774D01* -X98556430Y-109955500D01* -X98542501Y-109924999D01* -X99015000Y-109924999D01* -X99015001Y-109925000D01* -X99439999Y-109925000D01* -X99439999Y-109924999D01* -X99940000Y-109924999D01* -X99940001Y-109925000D01* -X100364998Y-109925000D01* -X100364998Y-109924998D01* -X100364999Y-109916546D01* -X100349239Y-109817034D01* -X100349237Y-109817030D01* -X100288118Y-109697078D01* -X100192921Y-109601881D01* -X100072969Y-109540762D01* -X100072970Y-109540762D01* -X99973454Y-109525000D01* -X99940001Y-109525000D01* -X99940000Y-109525001D01* -X99940000Y-109924999D01* -X99439999Y-109924999D01* -X99439999Y-109525000D01* -X99406547Y-109525000D01* -X99406544Y-109525001D01* -X99307034Y-109540760D01* -X99307030Y-109540762D01* -X99187078Y-109601881D01* -X99091881Y-109697078D01* -X99030762Y-109817030D01* -X99015000Y-109916546D01* -X99015000Y-109924999D01* -X98542501Y-109924999D01* -X98532882Y-109903937D01* -X98448049Y-109806033D01* -X98448048Y-109806032D01* -X98448047Y-109806031D01* -X98339073Y-109735998D01* -X98339070Y-109735996D01* -X98339069Y-109735996D01* -X98331917Y-109733896D01* -X98214774Y-109699500D01* -X98214772Y-109699500D01* -X98130124Y-109699500D01* -X98071933Y-109680593D01* -X98060120Y-109670504D01* -X97952134Y-109562518D01* -X97924357Y-109508001D01* -X97933928Y-109447569D01* -X97977193Y-109404304D01* -X98002817Y-109395418D01* -X98032495Y-109389515D01* -X98090885Y-109350500D01* -X98100622Y-109343994D01* -X98100621Y-109343994D01* -X98111344Y-109336830D01* -X98111348Y-109336826D01* -X98115733Y-109333896D01* -X98123624Y-109328624D01* -X98133576Y-109313727D01* -X98145884Y-109298730D01* -X98235119Y-109209496D01* -X98289637Y-109181719D01* -X98305123Y-109180500D01* -X98389770Y-109180500D01* -X98389772Y-109180500D01* -X98514069Y-109144004D01* -X98623049Y-109073967D01* -X98707882Y-108976063D01* -X98761697Y-108858226D01* -X98776467Y-108755500D01* -X98780133Y-108730002D01* -X98780133Y-108729997D01* -X98761697Y-108601774D01* -X98707742Y-108483630D01* -X98700767Y-108422843D01* -X98730853Y-108369566D01* -X98786509Y-108344148D01* -X98846476Y-108356299D01* -X98877888Y-108384313D01* -X98879138Y-108386033D01* -X98883273Y-108391725D01* -X98902784Y-108405901D01* -X98914596Y-108415989D01* -X99035504Y-108536897D01* -X99063281Y-108591414D01* -X99064500Y-108606901D01* -X99064500Y-108885632D01* -X99064499Y-108885632D01* -X99075134Y-108958626D01* -X99126632Y-109063966D01* -X99130174Y-109071211D01* -X99218789Y-109159826D01* -X99331375Y-109214866D01* -X99404364Y-109225500D01* -X99404367Y-109225500D01* -X99975632Y-109225500D01* -X99975636Y-109225500D01* -X100048625Y-109214866D01* -X100161211Y-109159826D01* -X100249826Y-109071211D01* -X100304866Y-108958625D01* -X100315500Y-108885636D01* -X100315500Y-108364364D01* -X100308083Y-108313453D01* -X108300000Y-108313453D01* -X108315760Y-108412965D01* -X108315762Y-108412969D01* -X108376881Y-108532921D01* -X108472078Y-108628118D01* -X108592030Y-108689237D01* -X108592029Y-108689237D01* -X108691546Y-108704999D01* -X108724999Y-108704999D01* -X108725000Y-108704998D01* -X109225000Y-108704998D01* -X109225001Y-108704999D01* -X109258453Y-108704999D01* -X109357965Y-108689239D01* -X109357969Y-108689237D01* -X109477921Y-108628118D01* -X109573118Y-108532921D01* -X109634237Y-108412969D01* -X109650000Y-108313453D01* -X109650000Y-108305001D01* -X109649999Y-108305000D01* -X109225001Y-108305000D01* -X109225000Y-108305001D01* -X109225000Y-108704998D01* -X108725000Y-108704998D01* -X108725000Y-108305001D01* -X108724999Y-108305000D01* -X108300002Y-108305000D01* -X108300001Y-108305001D01* -X108300001Y-108313453D01* -X108300000Y-108313453D01* -X100308083Y-108313453D01* -X100304866Y-108291375D01* -X100249826Y-108178789D01* -X100161211Y-108090174D01* -X100048625Y-108035134D01* -X100048621Y-108035133D01* -X100032328Y-108032759D01* -X99977472Y-108005659D01* -X99949021Y-107951491D01* -X99957844Y-107890945D01* -X99976593Y-107864798D01* -X99991391Y-107850000D01* -X110309859Y-107850000D01* -X110330379Y-108071445D01* -X110391239Y-108285347D01* -X110490364Y-108484417D01* -X110490369Y-108484426D01* -X110506138Y-108505306D01* -X110890639Y-108120806D01* -X110945156Y-108093029D01* -X111005588Y-108102600D01* -X111048543Y-108145263D01* -X111061440Y-108170153D01* -X111061442Y-108170156D01* -X111164638Y-108280652D01* -X111226888Y-108318507D01* -X111266783Y-108364896D01* -X111271792Y-108425876D01* -X111245453Y-108473097D01* -X110861671Y-108856880D01* -X110977813Y-108928793D01* -X110977819Y-108928796D01* -X111185200Y-109009136D01* -X111403804Y-109050000D01* -X111626196Y-109050000D01* -X111844799Y-109009136D01* -X112052180Y-108928796D01* -X112052181Y-108928796D01* -X112168327Y-108856879D01* -X111788309Y-108476861D01* -X111760532Y-108422345D01* -X111770103Y-108361913D01* -X111799508Y-108330223D01* -X111798205Y-108328622D01* -X111803456Y-108324349D01* -X111803458Y-108324349D01* -X111920739Y-108228934D01* -X111988167Y-108133408D01* -X112037169Y-108096773D01* -X112098349Y-108095937D01* -X112139049Y-108120497D01* -X112523861Y-108505308D01* -X112539629Y-108484428D01* -X112539635Y-108484418D01* -X112638760Y-108285347D01* -X112699620Y-108071445D01* -X112720140Y-107850000D01* -X116809859Y-107850000D01* -X116830379Y-108071445D01* -X116891239Y-108285347D01* -X116990364Y-108484417D01* -X116990369Y-108484426D01* -X117006138Y-108505306D01* -X117390639Y-108120806D01* -X117445156Y-108093029D01* -X117505588Y-108102600D01* -X117548543Y-108145263D01* -X117561440Y-108170153D01* -X117561442Y-108170156D01* -X117664638Y-108280652D01* -X117726888Y-108318507D01* -X117766783Y-108364896D01* -X117771792Y-108425876D01* -X117745453Y-108473097D01* -X117361671Y-108856880D01* -X117477813Y-108928793D01* -X117477819Y-108928796D01* -X117685200Y-109009136D01* -X117903804Y-109050000D01* -X118126196Y-109050000D01* -X118344799Y-109009136D01* -X118552180Y-108928796D01* -X118552181Y-108928796D01* -X118668327Y-108856879D01* -X118288309Y-108476861D01* -X118260532Y-108422345D01* -X118270103Y-108361913D01* -X118299508Y-108330223D01* -X118298205Y-108328622D01* -X118303456Y-108324349D01* -X118303458Y-108324349D01* -X118420739Y-108228934D01* -X118488167Y-108133408D01* -X118537169Y-108096773D01* -X118598349Y-108095937D01* -X118639049Y-108120497D01* -X119023861Y-108505308D01* -X119039629Y-108484428D01* -X119039635Y-108484418D01* -X119138760Y-108285347D01* -X119161905Y-108204000D01* -X134480571Y-108204000D01* -X134500244Y-108416311D01* -X134519486Y-108483937D01* -X134558595Y-108621389D01* -X134653634Y-108812255D01* -X134782128Y-108982407D01* -X134852453Y-109046517D01* -X134939692Y-109126047D01* -X134939699Y-109126053D01* -X135011484Y-109170500D01* -X135120981Y-109238298D01* -X135319802Y-109315321D01* -X135529390Y-109354500D01* -X135742610Y-109354500D01* -X135952198Y-109315321D01* -X136151019Y-109238298D01* -X136332302Y-109126052D01* -X136455942Y-109013337D01* -X136511683Y-108988108D01* -X136522638Y-108987500D01* -X141249362Y-108987500D01* -X141307553Y-109006407D01* -X141316055Y-109013335D01* -X141379539Y-109071209D01* -X141439698Y-109126052D01* -X141439699Y-109126053D01* -X141511484Y-109170500D01* -X141620981Y-109238298D01* -X141819802Y-109315321D01* -X142029390Y-109354500D01* -X142242610Y-109354500D01* -X142452198Y-109315321D01* -X142651019Y-109238298D01* -X142832302Y-109126052D01* -X142989872Y-108982407D01* -X143118366Y-108812255D01* -X143213405Y-108621389D01* -X143271756Y-108416310D01* -X143291429Y-108204000D01* -X143271756Y-107991690D01* -X143213405Y-107786611D01* -X143118366Y-107595745D01* -X142989872Y-107425593D01* -X142912336Y-107354909D01* -X142832307Y-107281952D01* -X142832300Y-107281946D01* -X142651024Y-107169705D01* -X142651019Y-107169702D01* -X142624400Y-107159390D01* -X142452198Y-107092679D01* -X142452197Y-107092678D01* -X142452195Y-107092678D01* -X142242610Y-107053500D01* -X142029390Y-107053500D01* -X141819804Y-107092678D01* -X141620980Y-107169702D01* -X141620975Y-107169705D01* -X141439699Y-107281946D01* -X141439692Y-107281952D01* -X141282135Y-107425586D01* -X141282131Y-107425589D01* -X141282128Y-107425593D01* -X141282124Y-107425597D01* -X141282125Y-107425597D01* -X141153635Y-107595743D01* -X141153630Y-107595752D01* -X141067749Y-107768227D01* -X141058595Y-107786611D01* -X141049629Y-107818122D01* -X141000244Y-107991688D01* -X140984092Y-108165998D01* -X140980571Y-108204000D01* -X140989883Y-108304500D01* -X140992095Y-108328366D01* -X140978637Y-108388053D01* -X140932666Y-108428430D01* -X140893517Y-108436500D01* -X136878483Y-108436500D01* -X136820292Y-108417593D01* -X136784328Y-108368093D01* -X136779905Y-108328366D01* -X136781287Y-108313453D01* -X136791429Y-108204000D01* -X136771756Y-107991690D01* -X136713405Y-107786611D01* -X136618366Y-107595745D01* -X136489872Y-107425593D01* -X136412336Y-107354909D01* -X136332307Y-107281952D01* -X136332300Y-107281946D01* -X136151024Y-107169705D01* -X136151019Y-107169702D01* -X136124400Y-107159390D01* -X135952198Y-107092679D01* -X135952197Y-107092678D01* -X135952195Y-107092678D01* -X135742610Y-107053500D01* -X135529390Y-107053500D01* -X135319804Y-107092678D01* -X135120980Y-107169702D01* -X135120975Y-107169705D01* -X134939699Y-107281946D01* -X134939692Y-107281952D01* -X134782135Y-107425586D01* -X134782131Y-107425589D01* -X134782128Y-107425593D01* -X134782124Y-107425597D01* -X134782125Y-107425597D01* -X134653635Y-107595743D01* -X134653630Y-107595752D01* -X134567749Y-107768227D01* -X134558595Y-107786611D01* -X134549629Y-107818122D01* -X134500244Y-107991688D01* -X134480571Y-108204000D01* -X119161905Y-108204000D01* -X119199620Y-108071445D01* -X119220140Y-107850000D01* -X119199620Y-107628554D01* -X119138760Y-107414652D01* -X119039633Y-107215578D01* -X119039624Y-107215563D01* -X119023861Y-107194690D01* -X118639358Y-107579192D01* -X118584842Y-107606969D01* -X118524410Y-107597398D01* -X118481454Y-107554733D01* -X118468558Y-107529844D01* -X118365362Y-107419348D01* -X118365361Y-107419347D01* -X118365360Y-107419346D01* -X118303110Y-107381491D01* -X118263215Y-107335102D01* -X118258206Y-107274122D01* -X118284545Y-107226900D01* -X118668326Y-106843118D01* -X118552186Y-106771206D01* -X118552180Y-106771203D01* -X118344799Y-106690863D01* -X118126196Y-106650000D01* -X117903804Y-106650000D01* -X117685200Y-106690863D01* -X117477821Y-106771202D01* -X117477816Y-106771205D01* -X117361671Y-106843118D01* -X117741690Y-107223138D01* -X117769467Y-107277654D01* -X117759896Y-107338086D01* -X117730498Y-107369783D01* -X117731795Y-107371378D01* -X117726543Y-107375650D01* -X117726542Y-107375651D01* -X117671093Y-107420762D01* -X117609258Y-107471068D01* -X117541833Y-107566589D01* -X117492829Y-107603226D01* -X117431649Y-107604062D01* -X117390950Y-107579502D01* -X117006137Y-107194690D01* -X116990368Y-107215574D01* -X116891239Y-107414652D01* -X116830379Y-107628554D01* -X116809859Y-107850000D01* -X112720140Y-107850000D01* -X112699620Y-107628554D01* -X112638760Y-107414652D01* -X112539633Y-107215578D01* -X112539624Y-107215563D01* -X112523861Y-107194690D01* -X112139358Y-107579192D01* -X112084842Y-107606969D01* -X112024410Y-107597398D01* -X111981454Y-107554733D01* -X111968558Y-107529844D01* -X111865362Y-107419348D01* -X111865361Y-107419347D01* -X111865360Y-107419346D01* -X111803110Y-107381491D01* -X111763215Y-107335102D01* -X111758206Y-107274122D01* -X111784545Y-107226900D01* -X112168326Y-106843118D01* -X112052186Y-106771206D01* -X112052180Y-106771203D01* -X111844799Y-106690863D01* -X111626196Y-106650000D01* -X111403804Y-106650000D01* -X111185200Y-106690863D01* -X110977821Y-106771202D01* -X110977816Y-106771205D01* -X110861671Y-106843118D01* -X111241690Y-107223138D01* -X111269467Y-107277654D01* -X111259896Y-107338086D01* -X111230498Y-107369783D01* -X111231795Y-107371378D01* -X111226543Y-107375650D01* -X111226542Y-107375651D01* -X111171093Y-107420762D01* -X111109258Y-107471068D01* -X111041833Y-107566589D01* -X110992829Y-107603226D01* -X110931649Y-107604062D01* -X110890950Y-107579502D01* -X110506137Y-107194690D01* -X110490368Y-107215574D01* -X110391239Y-107414652D01* -X110330379Y-107628554D01* -X110309859Y-107850000D01* -X99991391Y-107850000D01* -X100030408Y-107810982D01* -X100037415Y-107804998D01* -X108300000Y-107804998D01* -X108300001Y-107805000D01* -X108724999Y-107805000D01* -X108725000Y-107804999D01* -X108725000Y-107405000D01* -X109225000Y-107405000D01* -X109225000Y-107804998D01* -X109225001Y-107805000D01* -X109649998Y-107805000D01* -X109649999Y-107804999D01* -X109649999Y-107796546D01* -X109634239Y-107697034D01* -X109634237Y-107697030D01* -X109573118Y-107577078D01* -X109477921Y-107481881D01* -X109357969Y-107420762D01* -X109357970Y-107420762D01* -X109258454Y-107405000D01* -X109225000Y-107405000D01* -X108725000Y-107405000D01* -X108691547Y-107405000D01* -X108691544Y-107405001D01* -X108592034Y-107420760D01* -X108592030Y-107420762D01* -X108472078Y-107481881D01* -X108376881Y-107577078D01* -X108315762Y-107697030D01* -X108300000Y-107796546D01* -X108300000Y-107804998D01* -X100037415Y-107804998D01* -X100042202Y-107800910D01* -X100061726Y-107786726D01* -X100075900Y-107767215D01* -X100085989Y-107755403D01* -X100375866Y-107465527D01* -X100430382Y-107437750D01* -X100445869Y-107436531D01* -X103267401Y-107436531D01* -X103267402Y-107436531D01* -X103290351Y-107429074D01* -X103305434Y-107425452D01* -X103329273Y-107421677D01* -X103350771Y-107410721D01* -X103365120Y-107404779D01* -X103388059Y-107397327D01* -X103407581Y-107383142D01* -X103420818Y-107375031D01* -X103442311Y-107364081D01* -X103444065Y-107362326D01* -X103446278Y-107361198D01* -X103448612Y-107359503D01* -X103448880Y-107359872D01* -X103498578Y-107334546D01* -X103501110Y-107334178D01* -X103598709Y-107321330D01* -X103732625Y-107265861D01* -X103847621Y-107177621D01* -X103935861Y-107062625D01* -X103991330Y-106928709D01* -X104010250Y-106785000D01* -X104008797Y-106773967D01* -X103991330Y-106641291D01* -X103935861Y-106507375D01* -X103847621Y-106392379D01* -X103732625Y-106304139D01* -X103732621Y-106304137D01* -X103598709Y-106248670D01* -X103598708Y-106248669D01* -X103455000Y-106229750D01* -X103311291Y-106248669D01* -X103311290Y-106248670D01* -X103177378Y-106304137D01* -X103177374Y-106304139D01* -X103062381Y-106392377D01* -X103062377Y-106392381D01* -X102974139Y-106507374D01* -X102974137Y-106507378D01* -X102946370Y-106574416D01* -X102906634Y-106620942D01* -X102854906Y-106635531D01* -X100205430Y-106635531D01* -X100205406Y-106635532D01* -X100175532Y-106635532D01* -X100152595Y-106642985D01* -X100137493Y-106646611D01* -X100113662Y-106650385D01* -X100092167Y-106661337D01* -X100077822Y-106667279D01* -X100054879Y-106674734D01* -X100041213Y-106684663D01* -X100035360Y-106688916D01* -X100022117Y-106697031D01* -X100000628Y-106707979D01* -X99970102Y-106738505D01* -X99915584Y-106766281D01* -X99855152Y-106756707D01* -X99811889Y-106713442D01* -X99810056Y-106709646D01* -X99802882Y-106693937D01* -X99718049Y-106596033D01* -X99718048Y-106596032D01* -X99718047Y-106596031D01* -X99609073Y-106525998D01* -X99609070Y-106525996D01* -X99609069Y-106525996D01* -X99605599Y-106524977D01* -X99484774Y-106489500D01* -X99484772Y-106489500D01* -X99355228Y-106489500D01* -X99355225Y-106489500D01* -X99230933Y-106525995D01* -X99230926Y-106525998D01* -X99121952Y-106596031D01* -X99037117Y-106693938D01* -X98983302Y-106811774D01* -X98964867Y-106939997D01* -X98964867Y-106940002D01* -X98983302Y-107068224D01* -X99010553Y-107127894D01* -X99019500Y-107169021D01* -X99019500Y-107208437D01* -X99026953Y-107231374D01* -X99030579Y-107246477D01* -X99033018Y-107261875D01* -X99023447Y-107322307D01* -X98980183Y-107365572D01* -X98919751Y-107375144D01* -X98904647Y-107371518D01* -X98898439Y-107369501D01* -X98898433Y-107369500D01* -X98898432Y-107369500D01* -X95973319Y-107369500D01* -X95915129Y-107350593D01* -X95877893Y-107323540D01* -X95877892Y-107323539D01* -X95877890Y-107323538D01* -X95877886Y-107323536D01* -X95828581Y-107307516D01* -X95779082Y-107271552D01* -X95761850Y-107226210D01* -X95761449Y-107226290D01* -X95760975Y-107223907D01* -X95760650Y-107223052D01* -X95760499Y-107221531D01* -X95760500Y-107221520D01* -X95748142Y-107159391D01* -X95748142Y-107159390D01* -X95705027Y-107094865D01* -X95701065Y-107088935D01* -X95701061Y-107088932D01* -X95675927Y-107072138D01* -X95638048Y-107024088D01* -X95635646Y-106962950D01* -X95669639Y-106912076D01* -X95677387Y-106906551D01* -X95749105Y-106860462D01* -X95833938Y-106762558D01* -X95887753Y-106644721D01* -X95897530Y-106576719D01* -X95906189Y-106516497D01* -X95906189Y-106516492D01* -X95887753Y-106388269D01* -X95883343Y-106378613D01* -X95833938Y-106270432D01* -X95749105Y-106172528D01* -X95749104Y-106172527D01* -X95749103Y-106172526D01* -X95640129Y-106102493D01* -X95640126Y-106102491D01* -X95640125Y-106102491D01* -X95640122Y-106102490D01* -X95515830Y-106065995D01* -X95515828Y-106065995D01* -X95386284Y-106065995D01* -X95379204Y-106065995D01* -X95379204Y-106063208D01* -X95330908Y-106054833D01* -X95288282Y-106010940D01* -X95279596Y-105950374D01* -X95290303Y-105922896D01* -X95289441Y-105922503D01* -X95299316Y-105900879D01* -X95346197Y-105798226D01* -X95362566Y-105684376D01* -X95364633Y-105670002D01* -X95364633Y-105669997D01* -X95346197Y-105541774D01* -X95310650Y-105463938D01* -X95292382Y-105423937D01* -X95207549Y-105326033D01* -X95207548Y-105326032D01* -X95207547Y-105326031D01* -X95098573Y-105255998D01* -X95098570Y-105255996D01* -X95098569Y-105255996D01* -X95092139Y-105254108D01* -X94974274Y-105219500D01* -X94974272Y-105219500D01* -X94844728Y-105219500D01* -X94844725Y-105219500D01* -X94720433Y-105255995D01* -X94720422Y-105256000D01* -X94713017Y-105260759D01* -X94653841Y-105276310D01* -X94596826Y-105254108D01* -X94563750Y-105202634D01* -X94560500Y-105177479D01* -X94560500Y-104722523D01* -X94579406Y-104664336D01* -X94628906Y-104628372D01* -X94690092Y-104628372D01* -X94713018Y-104639240D01* -X94720431Y-104644004D01* -X94844728Y-104680500D01* -X94929376Y-104680500D01* -X94987567Y-104699407D01* -X94999380Y-104709496D01* -X95198613Y-104908729D01* -X95210922Y-104923729D01* -X95220871Y-104938618D01* -X95220873Y-104938620D01* -X95220876Y-104938624D01* -X95220879Y-104938626D01* -X95220880Y-104938627D01* -X95239829Y-104951288D01* -X95239835Y-104951293D01* -X95243878Y-104953994D01* -X95270034Y-104971471D01* -X95312005Y-104999515D01* -X95392367Y-105015500D01* -X95392368Y-105015500D01* -X95419500Y-105020897D01* -X95437070Y-105017401D01* -X95456384Y-105015500D01* -X108600500Y-105015500D01* -X108658691Y-105034407D01* -X108694655Y-105083907D01* -X108699500Y-105114500D01* -X108699500Y-105817401D01* -X108680593Y-105875592D01* -X108631093Y-105911556D01* -X108618243Y-105914556D01* -X108616374Y-105915134D01* -X108503790Y-105970173D01* -X108415173Y-106058790D01* -X108360134Y-106171373D01* -X108360133Y-106171375D01* -X108360134Y-106171375D01* -X108349500Y-106244364D01* -X108349500Y-106765636D01* -X108354387Y-106799179D01* -X108360134Y-106838626D01* -X108409692Y-106939997D01* -X108415174Y-106951211D01* -X108503789Y-107039826D01* -X108616375Y-107094866D01* -X108689364Y-107105500D01* -X108689367Y-107105500D01* -X109260632Y-107105500D01* -X109260636Y-107105500D01* -X109333625Y-107094866D01* -X109446211Y-107039826D01* -X109534826Y-106951211D01* -X109589866Y-106838625D01* -X109600500Y-106765636D01* -X109600500Y-106244364D01* -X109589866Y-106171375D01* -X109534826Y-106058789D01* -X109446211Y-105970174D01* -X109405709Y-105950374D01* -X109333625Y-105915134D01* -X109326283Y-105912866D01* -X109326796Y-105911205D01* -X109280359Y-105888257D01* -X109251916Y-105834084D01* -X109250500Y-105817401D01* -X109250500Y-105333546D01* -X109269407Y-105275355D01* -X109318907Y-105239391D01* -X109330173Y-105236451D01* -X109353722Y-105231767D01* -X109403504Y-105198504D01* -X109436767Y-105148722D01* -X109442755Y-105118620D01* -X109445499Y-105104827D01* -X109445500Y-105104818D01* -X109445500Y-104375181D01* -X109445499Y-104375172D01* -X109436767Y-104331279D01* -X109436765Y-104331275D01* -X109414367Y-104297754D01* -X109403504Y-104281496D01* -X109402840Y-104281052D01* -X109353724Y-104248234D01* -X109353720Y-104248232D01* -X109309827Y-104239500D01* -X109309820Y-104239500D01* -X108860180Y-104239500D01* -X108860172Y-104239500D01* -X108816279Y-104248232D01* -X108816275Y-104248234D01* -X108766498Y-104281494D01* -X108766494Y-104281498D01* -X108733234Y-104331275D01* -X108733232Y-104331279D01* -X108724499Y-104375181D01* -X108724497Y-104375202D01* -X108724493Y-104375210D01* -X108723550Y-104379952D01* -X108722509Y-104379745D01* -X108699978Y-104431260D01* -X108647192Y-104462200D01* -X108625974Y-104464500D01* -X95574624Y-104464500D01* -X95516433Y-104445593D01* -X95504620Y-104435504D01* -X95391438Y-104322322D01* -X95363661Y-104267805D01* -X95363450Y-104238227D01* -X95364633Y-104229999D01* -X95364633Y-104229998D01* -X95346197Y-104101774D01* -X95321596Y-104047907D01* -X95292382Y-103983937D01* -X95207549Y-103886033D01* -X95207548Y-103886032D01* -X95207547Y-103886031D01* -X95098573Y-103815998D01* -X95098570Y-103815996D01* -X95098569Y-103815996D01* -X95092146Y-103814110D01* -X94974274Y-103779500D01* -X94974272Y-103779500D01* -X94844728Y-103779500D01* -X94844725Y-103779500D01* -X94720433Y-103815995D01* -X94720429Y-103815997D01* -X94713021Y-103820758D01* -X94653845Y-103836310D01* -X94596830Y-103814110D01* -X94563752Y-103762637D01* -X94560500Y-103737472D01* -X94560500Y-103725124D01* -X94579407Y-103666933D01* -X94589496Y-103655120D01* -X95250120Y-102994496D01* -X95304637Y-102966719D01* -X95320124Y-102965500D01* -X96847414Y-102965500D01* -X96905605Y-102984407D01* -X96936354Y-103021019D01* -X96970802Y-103091483D01* -X97053517Y-103174198D01* -X97107285Y-103200483D01* -X97158604Y-103225572D01* -X97158605Y-103225572D01* -X97158607Y-103225573D01* -X97226740Y-103235500D01* -X97226743Y-103235500D01* -X97843257Y-103235500D01* -X97843260Y-103235500D01* -X97911393Y-103225573D01* -X98016483Y-103174198D01* -X98099198Y-103091483D01* -X98150573Y-102986393D01* -X98160500Y-102918260D01* -X98160500Y-102451740D01* -X98150573Y-102383607D01* -X98133413Y-102348506D01* -X98108713Y-102297980D01* -X98100142Y-102237398D01* -X98128818Y-102183348D01* -X98183786Y-102156476D01* -X98197654Y-102155500D01* -X105153116Y-102155500D01* -X105172429Y-102157401D01* -X105190000Y-102160897D01* -X105217132Y-102155500D01* -X105217133Y-102155500D01* -X105297495Y-102139515D01* -X105325474Y-102120819D01* -X105339464Y-102111472D01* -X105353364Y-102102184D01* -X105408365Y-102085500D01* -X111064599Y-102085500D01* -X111122790Y-102104407D01* -X111158754Y-102153907D01* -X111158754Y-102215093D01* -X111122790Y-102264593D01* -X111100364Y-102276813D01* -X111078993Y-102285093D01* -X110999980Y-102315702D01* -X110999975Y-102315705D01* -X110818699Y-102427946D01* -X110818692Y-102427952D01* -X110661135Y-102571586D01* -X110661131Y-102571589D01* -X110661128Y-102571593D01* -X110661124Y-102571597D01* -X110661125Y-102571597D01* -X110532635Y-102741743D01* -X110532630Y-102741752D01* -X110437594Y-102932611D01* -X110434754Y-102942595D01* -X110400643Y-102993389D01* -X110343190Y-103014432D01* -X110339534Y-103014500D01* -X109544026Y-103014500D01* -X109485835Y-102995593D01* -X109449871Y-102946093D01* -X109446494Y-102929943D01* -X109446450Y-102929952D01* -X109445545Y-102925406D01* -X109445503Y-102925202D01* -X109445500Y-102925181D01* -X109444470Y-102920000D01* -X109436767Y-102881278D01* -X109403504Y-102831496D01* -X109390934Y-102823097D01* -X109353724Y-102798234D01* -X109353720Y-102798232D01* -X109309827Y-102789500D01* -X109309820Y-102789500D01* -X108860180Y-102789500D01* -X108860172Y-102789500D01* -X108816279Y-102798232D01* -X108816275Y-102798234D01* -X108766498Y-102831494D01* -X108766494Y-102831498D01* -X108733234Y-102881275D01* -X108733232Y-102881279D01* -X108724500Y-102925172D01* -X108724500Y-103654827D01* -X108733232Y-103698720D01* -X108733234Y-103698724D01* -X108756624Y-103733730D01* -X108766496Y-103748504D01* -X108816278Y-103781767D01* -X108827327Y-103783964D01* -X108860172Y-103790499D01* -X108860178Y-103790499D01* -X108860180Y-103790500D01* -X108860181Y-103790500D01* -X109309819Y-103790500D01* -X109309820Y-103790500D01* -X109309821Y-103790499D01* -X109309827Y-103790499D01* -X109340450Y-103784407D01* -X109353722Y-103781767D01* -X109403504Y-103748504D01* -X109436767Y-103698722D01* -X109445500Y-103654820D01* -X109445500Y-103654818D01* -X109445503Y-103654798D01* -X109445506Y-103654789D01* -X109446450Y-103650048D01* -X109447490Y-103650254D01* -X109470022Y-103598740D01* -X109522808Y-103567800D01* -X109544026Y-103565500D01* -X110305391Y-103565500D01* -X110363582Y-103584407D01* -X110399546Y-103633907D01* -X110400604Y-103637383D01* -X110437595Y-103767389D01* -X110532634Y-103958255D01* -X110661128Y-104128407D01* -X110688090Y-104152986D01* -X110818692Y-104272047D01* -X110818699Y-104272053D01* -X110905263Y-104325651D01* -X110999981Y-104384298D01* -X111198802Y-104461321D01* -X111408390Y-104500500D01* -X111621610Y-104500500D01* -X111831198Y-104461321D01* -X112030019Y-104384298D01* -X112211302Y-104272052D01* -X112368872Y-104128407D01* -X112497366Y-103958255D01* -X112592405Y-103767389D01* -X112605470Y-103721471D01* -X112612318Y-103697406D01* -X112646428Y-103646612D01* -X112703881Y-103625568D01* -X112707538Y-103625500D01* -X116822462Y-103625500D01* -X116880653Y-103644407D01* -X116916617Y-103693907D01* -X116917682Y-103697406D01* -X116937594Y-103767387D01* -X116971484Y-103835449D01* -X117032634Y-103958255D01* -X117161128Y-104128407D01* -X117188090Y-104152986D01* -X117318692Y-104272047D01* -X117318699Y-104272053D01* -X117405263Y-104325651D01* -X117499981Y-104384298D01* -X117698802Y-104461321D01* -X117908390Y-104500500D01* -X118121610Y-104500500D01* -X118331198Y-104461321D01* -X118530019Y-104384298D01* -X118711302Y-104272052D01* -X118868872Y-104128407D01* -X118997366Y-103958255D01* -X119092405Y-103767389D01* -X119150756Y-103562310D01* -X119170429Y-103350000D01* -X119150756Y-103137690D01* -X119092405Y-102932611D01* -X118997366Y-102741745D01* -X118868872Y-102571593D01* -X118800046Y-102508849D01* -X118711307Y-102427952D01* -X118711300Y-102427946D01* -X118530024Y-102315705D01* -X118530019Y-102315702D01* -X118516547Y-102310483D01* -X118429636Y-102276814D01* -X118382207Y-102238163D01* -X118366553Y-102179014D01* -X118388656Y-102121961D01* -X118440072Y-102088795D01* -X118465401Y-102085500D01* -X126754876Y-102085500D01* -X126813067Y-102104407D01* -X126824880Y-102114496D01* -X128369115Y-103658731D01* -X128381426Y-103673733D01* -X128386233Y-103680928D01* -X128391376Y-103688624D01* -X128391379Y-103688626D01* -X128391380Y-103688627D01* -X128410329Y-103701288D01* -X128410335Y-103701293D01* -X128414378Y-103703994D01* -X128440534Y-103721471D01* -X128482505Y-103749515D01* -X128562867Y-103765500D01* -X128562868Y-103765500D01* -X128590000Y-103770897D01* -X128607570Y-103767402D01* -X128626884Y-103765500D01* -X134396019Y-103765500D01* -X134454210Y-103784407D01* -X134490174Y-103833907D01* -X134494597Y-103855365D01* -X134500244Y-103916311D01* -X134512179Y-103958256D01* -X134558595Y-104121389D01* -X134653634Y-104312255D01* -X134782128Y-104482407D01* -X134844320Y-104539103D01* -X134939692Y-104626047D01* -X134939699Y-104626053D01* -X135012067Y-104670861D01* -X135120981Y-104738298D01* -X135319802Y-104815321D01* -X135529390Y-104854500D01* -X135742610Y-104854500D01* -X135952198Y-104815321D01* -X136151019Y-104738298D01* -X136332302Y-104626052D01* -X136489872Y-104482407D01* -X136618366Y-104312255D01* -X136713405Y-104121389D01* -X136723285Y-104086662D01* -X136733318Y-104051406D01* -X136767428Y-104000612D01* -X136824881Y-103979568D01* -X136828538Y-103979500D01* -X140943462Y-103979500D01* -X141001653Y-103998407D01* -X141037617Y-104047907D01* -X141038682Y-104051406D01* -X141058594Y-104121387D01* -X141062092Y-104128413D01* -X141153634Y-104312255D01* -X141282128Y-104482407D01* -X141344320Y-104539103D01* -X141439692Y-104626047D01* -X141439699Y-104626053D01* -X141512067Y-104670861D01* -X141620981Y-104738298D01* -X141819802Y-104815321D01* -X142029390Y-104854500D01* -X142242610Y-104854500D01* -X142452198Y-104815321D01* -X142651019Y-104738298D01* -X142651026Y-104738294D01* -X142652782Y-104737206D01* -X142664422Y-104729998D01* -X142723848Y-104715437D01* -X142780485Y-104738586D01* -X142786547Y-104744163D01* -X144545348Y-106502964D01* -X144573125Y-106557481D01* -X144563554Y-106617913D01* -X144545350Y-106642968D01* -X144513363Y-106674956D01* -X144481801Y-106706518D01* -X144430427Y-106811604D01* -X144427320Y-106832931D01* -X144420500Y-106879740D01* -X144420500Y-107496260D01* -X144424537Y-107523967D01* -X144430427Y-107564395D01* -X144463367Y-107631774D01* -X144481802Y-107669483D01* -X144564517Y-107752198D01* -X144597305Y-107768227D01* -X144669604Y-107803572D01* -X144669605Y-107803572D01* -X144669607Y-107803573D01* -X144737740Y-107813500D01* -X144737743Y-107813500D01* -X145204257Y-107813500D01* -X145204260Y-107813500D01* -X145272393Y-107803573D01* -X145377483Y-107752198D01* -X145460198Y-107669483D01* -X145511573Y-107564393D01* -X145521500Y-107496260D01* -X145521500Y-107494485D01* -X146021001Y-107494485D01* -X146035833Y-107588141D01* -X146035836Y-107588151D01* -X146093358Y-107701043D01* -X146182955Y-107790640D01* -X146295854Y-107848165D01* -X146295857Y-107848166D01* -X146370999Y-107860066D01* -X146871000Y-107860066D01* -X146946142Y-107848166D01* -X146946145Y-107848165D01* -X147059044Y-107790640D01* -X147148641Y-107701043D01* -X147206163Y-107588151D01* -X147206164Y-107588147D01* -X147221000Y-107494484D01* -X147221000Y-107438001D01* -X147220999Y-107438000D01* -X146871001Y-107438000D01* -X146871000Y-107438001D01* -X146871000Y-107860066D01* -X146370999Y-107860066D01* -X146371000Y-107860065D01* -X146371000Y-107438001D01* -X146370999Y-107438000D01* -X146021002Y-107438000D01* -X146021001Y-107438001D01* -X146021001Y-107494485D01* -X145521500Y-107494485D01* -X145521500Y-106937999D01* -X146021000Y-106937999D01* -X146021001Y-106938000D01* -X146370999Y-106938000D01* -X146371000Y-106937998D01* -X146371000Y-106515932D01* -X146871000Y-106515932D01* -X146871000Y-106937998D01* -X146871001Y-106938000D01* -X147220998Y-106938000D01* -X147220999Y-106937999D01* -X147220999Y-106881516D01* -X147220998Y-106881514D01* -X147206166Y-106787858D01* -X147206163Y-106787848D01* -X147148641Y-106674956D01* -X147059043Y-106585358D01* -X146946151Y-106527836D01* -X146946147Y-106527835D01* -X146871000Y-106515932D01* -X146371000Y-106515932D01* -X146295852Y-106527835D01* -X146295848Y-106527836D01* -X146182956Y-106585358D01* -X146093358Y-106674956D01* -X146035836Y-106787848D01* -X146035835Y-106787852D01* -X146021000Y-106881515D01* -X146021000Y-106937999D01* -X145521500Y-106937999D01* -X145521500Y-106879740D01* -X145511573Y-106811607D01* -X145505497Y-106799179D01* -X145475836Y-106738505D01* -X145460198Y-106706517D01* -X145377483Y-106623802D01* -X145301103Y-106586462D01* -X145257131Y-106543921D01* -X145247449Y-106516643D01* -X145246500Y-106511871D01* -X145246500Y-106511867D01* -X145230515Y-106431505D01* -X145230515Y-106431504D01* -X145226768Y-106425896D01* -X145188233Y-106368226D01* -X145184994Y-106363378D01* -X145184992Y-106363376D01* -X145169624Y-106340376D01* -X145154733Y-106330426D01* -X145139731Y-106318115D01* -X143173887Y-104352271D01* -X143146110Y-104297754D01* -X143155269Y-104238141D01* -X143213405Y-104121389D01* -X143271756Y-103916310D01* -X143279249Y-103835448D01* -X149854978Y-103835448D01* -X149854979Y-103835449D01* -X150447495Y-103835449D01* -X150505686Y-103854356D01* -X150541650Y-103903856D01* -X150542484Y-103962338D01* -X150536143Y-103983938D01* -X150526613Y-104016396D01* -X150526390Y-104017154D01* -X150526390Y-104153744D01* -X150542484Y-104208559D01* -X150540738Y-104269718D01* -X150503375Y-104318171D01* -X150447495Y-104335449D01* -X149854979Y-104335449D01* -X149901622Y-104489211D01* -X149901624Y-104489216D01* -X149999114Y-104671609D01* -X149999121Y-104671619D01* -X150130330Y-104831499D01* -X150130339Y-104831508D01* -X150290219Y-104962717D01* -X150290229Y-104962724D01* -X150472622Y-105060214D01* -X150472627Y-105060216D01* -X150670556Y-105120257D01* -X150751388Y-105128218D01* -X150751390Y-105128217D01* -X150751390Y-104643641D01* -X150770297Y-104585450D01* -X150819797Y-104549486D01* -X150864480Y-104545649D01* -X150967411Y-104560449D01* -X150967415Y-104560449D01* -X151035369Y-104560449D01* -X151138300Y-104545649D01* -X151198589Y-104556082D01* -X151241232Y-104599959D01* -X151251390Y-104643641D01* -X151251390Y-105128217D01* -X151251391Y-105128218D01* -X151332223Y-105120257D01* -X151530152Y-105060216D01* -X151530157Y-105060214D01* -X151712550Y-104962724D01* -X151712560Y-104962717D01* -X151872440Y-104831508D01* -X151872449Y-104831499D01* -X152003658Y-104671619D01* -X152003665Y-104671609D01* -X152101155Y-104489216D01* -X152101157Y-104489211D01* -X152147801Y-104335449D01* -X151555285Y-104335449D01* -X151497094Y-104316542D01* -X151461130Y-104267042D01* -X151460295Y-104208559D01* -X151476390Y-104153744D01* -X151476390Y-104017154D01* -X151460295Y-103962338D01* -X151462042Y-103901180D01* -X151499405Y-103852727D01* -X151555285Y-103835449D01* -X152147801Y-103835449D01* -X152147801Y-103835448D01* -X152147571Y-103834690D01* -X156609374Y-103834690D01* -X156609375Y-103834691D01* -X157201891Y-103834691D01* -X157260082Y-103853598D01* -X157296046Y-103903098D01* -X157296880Y-103961580D01* -X157280786Y-104016396D01* -X157280786Y-104152986D01* -X157296880Y-104207801D01* -X157295134Y-104268960D01* -X157257771Y-104317413D01* -X157201891Y-104334691D01* -X156609375Y-104334691D01* -X156656018Y-104488453D01* -X156656020Y-104488458D01* -X156753510Y-104670851D01* -X156753517Y-104670861D01* -X156884726Y-104830741D01* -X156884735Y-104830750D01* -X157044615Y-104961959D01* -X157044625Y-104961966D01* -X157227018Y-105059456D01* -X157227023Y-105059458D01* -X157424952Y-105119499D01* -X157505784Y-105127460D01* -X157505786Y-105127459D01* -X157505786Y-104642883D01* -X157524693Y-104584692D01* -X157574193Y-104548728D01* -X157618876Y-104544891D01* -X157721807Y-104559691D01* -X157721811Y-104559691D01* -X157789765Y-104559691D01* -X157892696Y-104544891D01* -X157952985Y-104555324D01* -X157995628Y-104599201D01* -X158005786Y-104642883D01* -X158005786Y-105127459D01* -X158005787Y-105127460D01* -X158086619Y-105119499D01* -X158284548Y-105059458D01* -X158284553Y-105059456D01* -X158466946Y-104961966D01* -X158466956Y-104961959D01* -X158626836Y-104830750D01* -X158626845Y-104830741D01* -X158758054Y-104670861D01* -X158758061Y-104670851D01* -X158855551Y-104488458D01* -X158855553Y-104488453D01* -X158902197Y-104334691D01* -X158309681Y-104334691D01* -X158251490Y-104315784D01* -X158215526Y-104266284D01* -X158214691Y-104207801D01* -X158230786Y-104152986D01* -X158230786Y-104016396D01* -X158214691Y-103961580D01* -X158216438Y-103900422D01* -X158253801Y-103851969D01* -X158309681Y-103834691D01* -X158902197Y-103834691D01* -X158902197Y-103834690D01* -X158855553Y-103680928D01* -X158855551Y-103680923D01* -X158758061Y-103498530D01* -X158758054Y-103498520D01* -X158626845Y-103338640D01* -X158626836Y-103338631D01* -X158466956Y-103207422D01* -X158466946Y-103207415D01* -X158284553Y-103109925D01* -X158284548Y-103109923D01* -X158086622Y-103049882D01* -X158086616Y-103049881D01* -X158005786Y-103041920D01* -X158005786Y-103526498D01* -X157986879Y-103584689D01* -X157937379Y-103620653D01* -X157892697Y-103624490D01* -X157789766Y-103609691D01* -X157789761Y-103609691D01* -X157721811Y-103609691D01* -X157721806Y-103609691D01* -X157618875Y-103624490D01* -X157558586Y-103614057D01* -X157515943Y-103570179D01* -X157505786Y-103526498D01* -X157505786Y-103041920D01* -X157505785Y-103041920D01* -X157424955Y-103049881D01* -X157424949Y-103049882D01* -X157227023Y-103109923D01* -X157227018Y-103109925D01* -X157044625Y-103207415D01* -X157044615Y-103207422D01* -X156884735Y-103338631D01* -X156884726Y-103338640D01* -X156753517Y-103498520D01* -X156753510Y-103498530D01* -X156656020Y-103680923D01* -X156656018Y-103680928D01* -X156609374Y-103834690D01* -X152147571Y-103834690D01* -X152101157Y-103681686D01* -X152101155Y-103681681D01* -X152003665Y-103499288D01* -X152003658Y-103499278D01* -X151872449Y-103339398D01* -X151872440Y-103339389D01* -X151712560Y-103208180D01* -X151712550Y-103208173D01* -X151530157Y-103110683D01* -X151530152Y-103110681D01* -X151332226Y-103050640D01* -X151332220Y-103050639D01* -X151251390Y-103042678D01* -X151251390Y-103527256D01* -X151232483Y-103585447D01* -X151182983Y-103621411D01* -X151138301Y-103625248D01* -X151035370Y-103610449D01* -X151035365Y-103610449D01* -X150967415Y-103610449D01* -X150967410Y-103610449D01* -X150864479Y-103625248D01* -X150804190Y-103614815D01* -X150761547Y-103570937D01* -X150751390Y-103527256D01* -X150751390Y-103042678D01* -X150751389Y-103042678D01* -X150670559Y-103050639D01* -X150670553Y-103050640D01* -X150472627Y-103110681D01* -X150472622Y-103110683D01* -X150290229Y-103208173D01* -X150290219Y-103208180D01* -X150130339Y-103339389D01* -X150130330Y-103339398D01* -X149999121Y-103499278D01* -X149999114Y-103499288D01* -X149901624Y-103681681D01* -X149901622Y-103681686D01* -X149854978Y-103835448D01* -X143279249Y-103835448D01* -X143291429Y-103704000D01* -X143271756Y-103491690D01* -X143213405Y-103286611D01* -X143118366Y-103095745D01* -X142989872Y-102925593D01* -X142928890Y-102870000D01* -X142832307Y-102781952D01* -X142832300Y-102781946D01* -X142651024Y-102669705D01* -X142651019Y-102669702D01* -X142481181Y-102603907D01* -X142452198Y-102592679D01* -X142452197Y-102592678D01* -X142452195Y-102592678D01* -X142242610Y-102553500D01* -X142029390Y-102553500D01* -X141819804Y-102592678D01* -X141620980Y-102669702D01* -X141620975Y-102669705D01* -X141439699Y-102781946D01* -X141439692Y-102781952D01* -X141282135Y-102925586D01* -X141282131Y-102925589D01* -X141282128Y-102925593D01* -X141282124Y-102925597D01* -X141282125Y-102925597D01* -X141153635Y-103095743D01* -X141153630Y-103095752D01* -X141058594Y-103286612D01* -X141038682Y-103356594D01* -X141004572Y-103407388D01* -X140947119Y-103428432D01* -X140943462Y-103428500D01* -X136828538Y-103428500D01* -X136770347Y-103409593D01* -X136734383Y-103360093D01* -X136733318Y-103356594D01* -X136713405Y-103286612D01* -X136713403Y-103286608D01* -X136618366Y-103095745D01* -X136489872Y-102925593D01* -X136428890Y-102870000D01* -X136332307Y-102781952D01* -X136332300Y-102781946D01* -X136151024Y-102669705D01* -X136151019Y-102669702D01* -X135981181Y-102603907D01* -X135952198Y-102592679D01* -X135952197Y-102592678D01* -X135952195Y-102592678D01* -X135742610Y-102553500D01* -X135529390Y-102553500D01* -X135319804Y-102592678D01* -X135120980Y-102669702D01* -X135120975Y-102669705D01* -X134939699Y-102781946D01* -X134939692Y-102781952D01* -X134782135Y-102925586D01* -X134782131Y-102925589D01* -X134782128Y-102925593D01* -X134782124Y-102925597D01* -X134782125Y-102925597D01* -X134653635Y-103095743D01* -X134653634Y-103095745D01* -X134621824Y-103159628D01* -X134578963Y-103203290D01* -X134533204Y-103214500D01* -X130096895Y-103214500D01* -X130038704Y-103195593D01* -X130002740Y-103146093D01* -X129998966Y-103100975D01* -X130001995Y-103080548D01* -X129748309Y-102826861D01* -X129720532Y-102772345D01* -X129730103Y-102711913D01* -X129759508Y-102680223D01* -X129758205Y-102678622D01* -X129763456Y-102674349D01* -X129763458Y-102674349D01* -X129880739Y-102578934D01* -X129948167Y-102483408D01* -X129997169Y-102446773D01* -X130058349Y-102445937D01* -X130099049Y-102470497D01* -X130355548Y-102726995D01* -X130355549Y-102726995D01* -X130426558Y-102594150D01* -X130485170Y-102400935D01* -X130485171Y-102400929D01* -X130504960Y-102200003D01* -X130504960Y-102199996D01* -X130485171Y-101999070D01* -X130485170Y-101999064D01* -X130426558Y-101805849D01* -X130355549Y-101673003D01* -X130355548Y-101673003D01* -X130099358Y-101929192D01* -X130044842Y-101956969D01* -X129984410Y-101947397D01* -X129941454Y-101904733D01* -X129928558Y-101879844D01* -X129825362Y-101769348D01* -X129825361Y-101769347D01* -X129825360Y-101769346D01* -X129763110Y-101731491D01* -X129723215Y-101685102D01* -X129718206Y-101624122D01* -X129744545Y-101576900D01* -X130001995Y-101319449D01* -X129869149Y-101248441D01* -X129675935Y-101189829D01* -X129675929Y-101189828D01* -X129475003Y-101170040D01* -X129474997Y-101170040D01* -X129274070Y-101189828D01* -X129274064Y-101189829D01* -X129080850Y-101248441D01* -X129080845Y-101248443D01* -X128948003Y-101319449D01* -X128948003Y-101319450D01* -X129201690Y-101573138D01* -X129229467Y-101627654D01* -X129219896Y-101688086D01* -X129190498Y-101719783D01* -X129191795Y-101721378D01* -X129186543Y-101725650D01* -X129186542Y-101725651D01* -X129132834Y-101769346D01* -X129069258Y-101821068D01* -X129001833Y-101916589D01* -X128952829Y-101953226D01* -X128891649Y-101954062D01* -X128850950Y-101929502D01* -X128594450Y-101673003D01* -X128594449Y-101673003D01* -X128523443Y-101805845D01* -X128523441Y-101805850D01* -X128464829Y-101999064D01* -X128464828Y-101999070D01* -X128445040Y-102199996D01* -X128445040Y-102200003D01* -X128464828Y-102400929D01* -X128464829Y-102400935D01* -X128523441Y-102594149D01* -X128594449Y-102726995D01* -X128850639Y-102470806D01* -X128905156Y-102443029D01* -X128965588Y-102452600D01* -X129008543Y-102495263D01* -X129021440Y-102520153D01* -X129021442Y-102520156D01* -X129124638Y-102630652D01* -X129186888Y-102668507D01* -X129226783Y-102714896D01* -X129231792Y-102775876D01* -X129205453Y-102823097D01* -X128948003Y-103080548D01* -X128951033Y-103100975D01* -X128940868Y-103161310D01* -X128897180Y-103204147D01* -X128853104Y-103214500D01* -X128745124Y-103214500D01* -X128686933Y-103195593D01* -X128675120Y-103185504D01* -X127224120Y-101734504D01* -X127196343Y-101679987D01* -X127205914Y-101619555D01* -X127249179Y-101576290D01* -X127294124Y-101565500D01* -X127848116Y-101565500D01* -X127867429Y-101567401D01* -X127885000Y-101570897D01* -X127912132Y-101565500D01* -X127912133Y-101565500D01* -X127992495Y-101549515D01* -X128040299Y-101517573D01* -X128043294Y-101515572D01* -X128071342Y-101496832D01* -X128071348Y-101496826D01* -X128083624Y-101488624D01* -X128093574Y-101473730D01* -X128105881Y-101458733D01* -X128956164Y-100608450D01* -X129010679Y-100580675D01* -X129071111Y-100590246D01* -X129072834Y-100591146D01* -X129097289Y-100604217D01* -X129099886Y-100605605D01* -X129225700Y-100643770D01* -X129283768Y-100661385D01* -X129283773Y-100661386D01* -X129474997Y-100680220D01* -X129475000Y-100680220D01* -X129475003Y-100680220D01* -X129666226Y-100661386D01* -X129666231Y-100661385D01* -X129687711Y-100654869D01* -X129850114Y-100605605D01* -X129910870Y-100573129D01* -X130019569Y-100515030D01* -X130019572Y-100515027D01* -X130019581Y-100515023D01* -X130168120Y-100393120D01* -X130290023Y-100244581D01* -X130290027Y-100244572D01* -X130290030Y-100244569D01* -X130364646Y-100104971D01* -X130380605Y-100075114D01* -X130436385Y-99891231D01* -X130436386Y-99891226D01* -X130455220Y-99700003D01* -X130455220Y-99699996D01* -X130436386Y-99508773D01* -X130436385Y-99508768D01* -X130416889Y-99444500D01* -X130414506Y-99436645D01* -X136606293Y-99436645D01* -X136606294Y-99436646D01* -X137198810Y-99436646D01* -X137257001Y-99455553D01* -X137292965Y-99505053D01* -X137293799Y-99563535D01* -X137287640Y-99584515D01* -X137278205Y-99616649D01* -X137277705Y-99618351D01* -X137277705Y-99754941D01* -X137293799Y-99809756D01* -X137292053Y-99870915D01* -X137254690Y-99919368D01* -X137198810Y-99936646D01* -X136606294Y-99936646D01* -X136652937Y-100090408D01* -X136652939Y-100090413D01* -X136750429Y-100272806D01* -X136750436Y-100272816D01* -X136881645Y-100432696D01* -X136881654Y-100432705D01* -X137041534Y-100563914D01* -X137041544Y-100563921D01* -X137223937Y-100661411D01* -X137223942Y-100661413D01* -X137421871Y-100721454D01* -X137502703Y-100729415D01* -X137502705Y-100729414D01* -X137502705Y-100244838D01* -X137521612Y-100186647D01* -X137571112Y-100150683D01* -X137615795Y-100146846D01* -X137718726Y-100161646D01* -X137718730Y-100161646D01* -X137786684Y-100161646D01* -X137889615Y-100146846D01* -X137949904Y-100157279D01* -X137992547Y-100201156D01* -X138002705Y-100244838D01* -X138002705Y-100729414D01* -X138002706Y-100729415D01* -X138083538Y-100721454D01* -X138281467Y-100661413D01* -X138281472Y-100661411D01* -X138463865Y-100563921D01* -X138463875Y-100563914D01* -X138623755Y-100432705D01* -X138623764Y-100432696D01* -X138754973Y-100272816D01* -X138754980Y-100272806D01* -X138852470Y-100090413D01* -X138852472Y-100090408D01* -X138899116Y-99936646D01* -X138306600Y-99936646D01* -X138248409Y-99917739D01* -X138212445Y-99868239D01* -X138211610Y-99809756D01* -X138227705Y-99754941D01* -X138227705Y-99618351D01* -X138211610Y-99563535D01* -X138213357Y-99502377D01* -X138250720Y-99453924D01* -X138306600Y-99436646D01* -X138899116Y-99436646D01* -X138899116Y-99436645D01* -X138852472Y-99282883D01* -X138852470Y-99282878D01* -X138754980Y-99100485D01* -X138754973Y-99100475D01* -X138623764Y-98940595D01* -X138623755Y-98940586D01* -X138463875Y-98809377D01* -X138463865Y-98809370D01* -X138281472Y-98711880D01* -X138281467Y-98711878D01* -X138083541Y-98651837D01* -X138083535Y-98651836D01* -X138002705Y-98643875D01* -X138002705Y-99128453D01* -X137983798Y-99186644D01* -X137934298Y-99222608D01* -X137889616Y-99226445D01* -X137786685Y-99211646D01* -X137786680Y-99211646D01* -X137718730Y-99211646D01* -X137718725Y-99211646D01* -X137615794Y-99226445D01* -X137555505Y-99216012D01* -X137512862Y-99172134D01* -X137502705Y-99128453D01* -X137502705Y-98643875D01* -X137502704Y-98643875D01* -X137421874Y-98651836D01* -X137421868Y-98651837D01* -X137223942Y-98711878D01* -X137223937Y-98711880D01* -X137041544Y-98809370D01* -X137041534Y-98809377D01* -X136881654Y-98940586D01* -X136881645Y-98940595D01* -X136750436Y-99100475D01* -X136750429Y-99100485D01* -X136652939Y-99282878D01* -X136652937Y-99282883D01* -X136606293Y-99436645D01* -X130414506Y-99436645D01* -X130380605Y-99324886D01* -X130380602Y-99324880D01* -X130290030Y-99155430D01* -X130290025Y-99155423D01* -X130290023Y-99155419D01* -X130224975Y-99076158D01* -X130168124Y-99006884D01* -X130168115Y-99006875D01* -X130079202Y-98933907D01* -X130019581Y-98884977D01* -X130019578Y-98884975D01* -X130019569Y-98884969D01* -X129850119Y-98794397D01* -X129850114Y-98794395D01* -X129666231Y-98738614D01* -X129666226Y-98738613D01* -X129475003Y-98719780D01* -X129474997Y-98719780D01* -X129283773Y-98738613D01* -X129283768Y-98738614D01* -X129099885Y-98794395D01* -X129099880Y-98794397D01* -X128930430Y-98884969D01* -X128930420Y-98884976D01* -X128781884Y-99006875D01* -X128781875Y-99006884D01* -X128659976Y-99155420D01* -X128659969Y-99155430D01* -X128569397Y-99324880D01* -X128569395Y-99324885D01* -X128513614Y-99508768D01* -X128513613Y-99508773D01* -X128494780Y-99699996D01* -X128494780Y-99700003D01* -X128513613Y-99891226D01* -X128513614Y-99891231D01* -X128549524Y-100009608D01* -X128569395Y-100075114D01* -X128583853Y-100102163D01* -X128594610Y-100162394D01* -X128567908Y-100217446D01* -X128566547Y-100218834D01* -X127799880Y-100985503D01* -X127745363Y-101013281D01* -X127729876Y-101014500D01* -X109530386Y-101014500D01* -X109472195Y-100995593D01* -X109436231Y-100946093D01* -X109436231Y-100884907D01* -X109455566Y-100850670D01* -X109480061Y-100822400D01* -X109502882Y-100796063D01* -X109556697Y-100678226D01* -X109565358Y-100617985D01* -X109575133Y-100550002D01* -X109575133Y-100549997D01* -X109556697Y-100421774D01* -X109552745Y-100413120D01* -X109502882Y-100303937D01* -X109418049Y-100206033D01* -X109418048Y-100206032D01* -X109418047Y-100206031D01* -X109309073Y-100135998D01* -X109309070Y-100135996D01* -X109309069Y-100135996D01* -X109309066Y-100135995D01* -X109184774Y-100099500D01* -X109184772Y-100099500D01* -X109055228Y-100099500D01* -X109055225Y-100099500D01* -X108930933Y-100135995D01* -X108930926Y-100135998D01* -X108821952Y-100206031D01* -X108737117Y-100303938D01* -X108683304Y-100421770D01* -X108682828Y-100423392D01* -X108682032Y-100424556D01* -X108680361Y-100428215D01* -X108679727Y-100427925D01* -X108648292Y-100473898D01* -X108590665Y-100494460D01* -X108587838Y-100494500D01* -X103390124Y-100494500D01* -X103331933Y-100475593D01* -X103320120Y-100465504D01* -X103046347Y-100191731D01* -X103034035Y-100176728D01* -X103032886Y-100175008D01* -X103024086Y-100161838D01* -X103017263Y-100157279D01* -X103005174Y-100149201D01* -X103005171Y-100149199D01* -X102982330Y-100133937D01* -X102974927Y-100128990D01* -X102964708Y-100122162D01* -X102932956Y-100100946D01* -X102932957Y-100100946D01* -X102846645Y-100083778D01* -X102846633Y-100083775D01* -X102825464Y-100079565D01* -X102825463Y-100079565D01* -X102825462Y-100079565D01* -X102807892Y-100083060D01* -X102788578Y-100084962D01* -X98645018Y-100084962D01* -X98625704Y-100083060D01* -X98608134Y-100079565D01* -X98608133Y-100079565D01* -X98608132Y-100079565D01* -X98598622Y-100081456D01* -X98551424Y-100079347D01* -X98514398Y-100068476D01* -X98514394Y-100068475D01* -X98514393Y-100068475D01* -X98384849Y-100068475D01* -X98384846Y-100068475D01* -X98260554Y-100104970D01* -X98260547Y-100104973D01* -X98151573Y-100175006D01* -X98066738Y-100272913D01* -X98012923Y-100390748D01* -X98010354Y-100408616D01* -X97983355Y-100463522D01* -X97929240Y-100492074D01* -X97898091Y-100492488D01* -X97843260Y-100484500D01* -X97226740Y-100484500D01* -X97192673Y-100489463D01* -X97158604Y-100494427D01* -X97053518Y-100545801D01* -X96970801Y-100628518D01* -X96919427Y-100733604D01* -X96915686Y-100759281D01* -X96909500Y-100801740D01* -X96909500Y-101268260D01* -X96915002Y-101306020D01* -X96919427Y-101336395D01* -X96970803Y-101441485D01* -X96975436Y-101447974D01* -X96993862Y-101506319D01* -X96974474Y-101564351D01* -X96924678Y-101599904D01* -X96894865Y-101604500D01* -X94961884Y-101604500D01* -X94942570Y-101602598D01* -X94925000Y-101599103D01* -X94924999Y-101599103D01* -X94924997Y-101599103D01* -X94905695Y-101602941D01* -X94905683Y-101602945D01* -X94881627Y-101607730D01* -X94817505Y-101620485D01* -X94817504Y-101620486D01* -X94817501Y-101620486D01* -X94776140Y-101648124D01* -X94753085Y-101663527D01* -X94753078Y-101663533D01* -X94726378Y-101681374D01* -X94726372Y-101681380D01* -X94716423Y-101696269D01* -X94704115Y-101711267D01* -X93716267Y-102699115D01* -X93701269Y-102711423D01* -X93686380Y-102721372D01* -X93686374Y-102721378D01* -X93671006Y-102744377D01* -X93653528Y-102770534D01* -X93625484Y-102812506D01* -X93621707Y-102831498D01* -X93614049Y-102870000D01* -X93604103Y-102920000D01* -X93605216Y-102925597D01* -X93607598Y-102937569D01* -X93609500Y-102956883D01* -X93609500Y-105155876D01* -X93590593Y-105214067D01* -X93541093Y-105250031D01* -X93479907Y-105250031D01* -X93440496Y-105225880D01* -X92865885Y-104651269D01* -X92853573Y-104636266D01* -X92843624Y-104621376D01* -X92822899Y-104607528D01* -X92822890Y-104607521D01* -X92768794Y-104571376D01* -X92752496Y-104560485D01* -X92666182Y-104543316D01* -X92666162Y-104543311D01* -X92645002Y-104539103D01* -X92645001Y-104539103D01* -X92645000Y-104539103D01* -X92627430Y-104542598D01* -X92608116Y-104544500D01* -X91053487Y-104544500D01* -X90995296Y-104525593D01* -X90959332Y-104476093D01* -X90959332Y-104414907D01* -X90965278Y-104400554D01* -X90974237Y-104382969D01* -X90990000Y-104283453D01* -X90990000Y-104275001D01* -X90989999Y-104275000D01* -X89640002Y-104275000D01* -X89640001Y-104275001D01* -X89640001Y-104283453D01* -X89640000Y-104283453D01* -X89655760Y-104382965D01* -X89655761Y-104382969D01* -X89664722Y-104400554D01* -X89674294Y-104460986D01* -X89646517Y-104515503D01* -X89592001Y-104543281D01* -X89576513Y-104544500D01* -X82911884Y-104544500D01* -X82892571Y-104542598D01* -X82875000Y-104539103D01* -X82874997Y-104539103D01* -X82855695Y-104542941D01* -X82855683Y-104542945D01* -X82767503Y-104560485D01* -X82751205Y-104571377D01* -X82701964Y-104604276D01* -X82701957Y-104604282D01* -X82699378Y-104606006D01* -X82699376Y-104606007D01* -X82695244Y-104608768D01* -X82676377Y-104621375D01* -X82676372Y-104621380D01* -X82666423Y-104636269D01* -X82654115Y-104651266D01* -X81994880Y-105310503D01* -X81940363Y-105338281D01* -X81924876Y-105339500D01* -X81815957Y-105339500D01* -X81757766Y-105320593D01* -X81721802Y-105271093D01* -X81721802Y-105209907D01* -X81757766Y-105160407D01* -X81762433Y-105157216D01* -X81764518Y-105155876D01* -X81783049Y-105143967D01* -X81867882Y-105046063D01* -X81921697Y-104928226D01* -X81940133Y-104800000D01* -X81940132Y-104799996D01* -X81921697Y-104671774D01* -X81918300Y-104664336D01* -X81867882Y-104553937D01* -X81783049Y-104456033D01* -X81783048Y-104456032D01* -X81783047Y-104456031D01* -X81674073Y-104385998D01* -X81674070Y-104385996D01* -X81674069Y-104385996D01* -X81668283Y-104384297D01* -X81549774Y-104349500D01* -X81549772Y-104349500D01* -X81420228Y-104349500D01* -X81420225Y-104349500D01* -X81295933Y-104385995D01* -X81295926Y-104385998D01* -X81186951Y-104456032D01* -X81186949Y-104456034D01* -X81157231Y-104490331D01* -X81104835Y-104521927D01* -X81082412Y-104524500D01* -X70029245Y-104524500D01* -X69971054Y-104505593D01* -X69935090Y-104456093D01* -X69934546Y-104454363D01* -X69925605Y-104424886D01* -X69925602Y-104424880D01* -X69925602Y-104424879D01* -X69835030Y-104255430D01* -X69835025Y-104255423D01* -X69835023Y-104255419D01* -X69767497Y-104173138D01* -X69713124Y-104106884D01* -X69713115Y-104106875D01* -X69584139Y-104001028D01* -X69551152Y-103949497D01* -X69554754Y-103888418D01* -X69593569Y-103841121D01* -X69646944Y-103825500D01* -X69673116Y-103825500D01* -X69692429Y-103827401D01* -X69710000Y-103830897D01* -X69737132Y-103825500D01* -X69737133Y-103825500D01* -X69817495Y-103809515D01* -X69862415Y-103779500D01* -X69869150Y-103775000D01* -X69869151Y-103774999D01* -X89640000Y-103774999D01* -X89640001Y-103775000D01* -X90064999Y-103775000D01* -X90065000Y-103774999D01* -X90565000Y-103774999D01* -X90565001Y-103775000D01* -X90989998Y-103775000D01* -X90989999Y-103774998D01* -X90989999Y-103766546D01* -X90974239Y-103667034D01* -X90974237Y-103667030D01* -X90913118Y-103547078D01* -X90817921Y-103451881D01* -X90697969Y-103390762D01* -X90697970Y-103390762D01* -X90598454Y-103375000D01* -X90565001Y-103375000D01* -X90565000Y-103375001D01* -X90565000Y-103774999D01* -X90065000Y-103774999D01* -X90065000Y-103774998D01* -X90065000Y-103375000D01* -X90031547Y-103375000D01* -X90031544Y-103375001D01* -X89932034Y-103390760D01* -X89932030Y-103390762D01* -X89812078Y-103451881D01* -X89716881Y-103547078D01* -X89655762Y-103667030D01* -X89640000Y-103766546D01* -X89640000Y-103774999D01* -X69869151Y-103774999D01* -X69896342Y-103756832D01* -X69896348Y-103756826D01* -X69908624Y-103748624D01* -X69918574Y-103733730D01* -X69930887Y-103718728D01* -X70475121Y-103174496D01* -X70529637Y-103146719D01* -X70545124Y-103145500D01* -X85045423Y-103145500D01* -X85103614Y-103164407D01* -X85120240Y-103179667D01* -X85186030Y-103255593D01* -X85201952Y-103273968D01* -X85221627Y-103286612D01* -X85310931Y-103344004D01* -X85435228Y-103380500D01* -X85435230Y-103380500D01* -X85564770Y-103380500D01* -X85564772Y-103380500D01* -X85689069Y-103344004D01* -X85798049Y-103273967D01* -X85882882Y-103176063D01* -X85936697Y-103058226D01* -X85951268Y-102956883D01* -X85955133Y-102930002D01* -X85955133Y-102929997D01* -X85936697Y-102801774D01* -X85922430Y-102770534D01* -X85882882Y-102683937D01* -X85798049Y-102586033D01* -X85798048Y-102586032D01* -X85798047Y-102586031D01* -X85689073Y-102515998D01* -X85689070Y-102515996D01* -X85689069Y-102515996D01* -X85683552Y-102514376D01* -X85564774Y-102479500D01* -X85564772Y-102479500D01* -X85435228Y-102479500D01* -X85435225Y-102479500D01* -X85310933Y-102515995D01* -X85310926Y-102515998D01* -X85213230Y-102578784D01* -X85159707Y-102594500D01* -X84982366Y-102594500D01* -X84924175Y-102575593D01* -X84888211Y-102526093D01* -X84888211Y-102464907D01* -X84899081Y-102441978D01* -X84902878Y-102436067D01* -X84902882Y-102436063D01* -X84956697Y-102318226D01* -X84971525Y-102215093D01* -X84975133Y-102190002D01* -X84975133Y-102189997D01* -X84956697Y-102061774D01* -X84956697Y-102061773D01* -X84902882Y-101943937D01* -X84818049Y-101846033D01* -X84818048Y-101846032D01* -X84818047Y-101846031D01* -X84709073Y-101775998D01* -X84709070Y-101775996D01* -X84709069Y-101775996D01* -X84709066Y-101775995D01* -X84584774Y-101739500D01* -X84584772Y-101739500D01* -X84455228Y-101739500D01* -X84455225Y-101739500D01* -X84330933Y-101775995D01* -X84330926Y-101775998D01* -X84221952Y-101846031D01* -X84192655Y-101879843D01* -X84137118Y-101943937D01* -X84137117Y-101943938D01* -X84132482Y-101949288D01* -X84130168Y-101947283D01* -X84092928Y-101977747D01* -X84056992Y-101984500D01* -X70029245Y-101984500D01* -X69971054Y-101965593D01* -X69935090Y-101916093D01* -X69934546Y-101914363D01* -X69925605Y-101884886D01* -X69925602Y-101884880D01* -X69925602Y-101884879D01* -X69835030Y-101715430D01* -X69835025Y-101715423D01* -X69835023Y-101715419D01* -X69759998Y-101624001D01* -X69713124Y-101566884D01* -X69713115Y-101566875D01* -X69612090Y-101483967D01* -X69564581Y-101444977D01* -X69564578Y-101444975D01* -X69564569Y-101444969D01* -X69524780Y-101423702D01* -X69482373Y-101379597D01* -X69473990Y-101318988D01* -X69502832Y-101265028D01* -X69557884Y-101238326D01* -X69571448Y-101237392D01* -X70580768Y-101237392D01* -X70638959Y-101256299D01* -X70650772Y-101266388D01* -X70763115Y-101378731D01* -X70775426Y-101393733D01* -X70785376Y-101408624D01* -X70797141Y-101416485D01* -X70806504Y-101422741D01* -X70806515Y-101422749D01* -X70808377Y-101423993D01* -X70808378Y-101423994D01* -X70818115Y-101430500D01* -X70876505Y-101469515D01* -X70956867Y-101485500D01* -X70956868Y-101485500D01* -X70984000Y-101490897D01* -X71001570Y-101487402D01* -X71020884Y-101485500D01* -X81377412Y-101485500D01* -X81435603Y-101504407D01* -X81452231Y-101519669D01* -X81481949Y-101553965D01* -X81481951Y-101553967D01* -X81557622Y-101602598D01* -X81590931Y-101624004D01* -X81715228Y-101660500D01* -X81715230Y-101660500D01* -X81844770Y-101660500D01* -X81844772Y-101660500D01* -X81969069Y-101624004D01* -X82078049Y-101553967D01* -X82162882Y-101456063D01* -X82216697Y-101338226D01* -X82226757Y-101268256D01* -X82235133Y-101210002D01* -X82235133Y-101209997D01* -X82216697Y-101081774D01* -X82194632Y-101033460D01* -X82162882Y-100963937D01* -X82078049Y-100866033D01* -X82078048Y-100866032D01* -X82078047Y-100866031D01* -X81969073Y-100795998D01* -X81969070Y-100795996D01* -X81969069Y-100795996D01* -X81935938Y-100786268D01* -X81844774Y-100759500D01* -X81844772Y-100759500D01* -X81715228Y-100759500D01* -X81715225Y-100759500D01* -X81590933Y-100795995D01* -X81590926Y-100795998D01* -X81481951Y-100866032D01* -X81481949Y-100866034D01* -X81452231Y-100900331D01* -X81399835Y-100931927D01* -X81377412Y-100934500D01* -X79302616Y-100934500D01* -X79244425Y-100915593D01* -X79208461Y-100866093D01* -X79208461Y-100804907D01* -X79244425Y-100755407D01* -X79249093Y-100752216D01* -X79278053Y-100733604D01* -X79293049Y-100723967D01* -X79377882Y-100626063D01* -X79431697Y-100508226D01* -X79436633Y-100473898D01* -X79448722Y-100389819D01* -X79475718Y-100334911D01* -X79529832Y-100306358D01* -X79546714Y-100304908D01* -X87467843Y-100304908D01* -X87526034Y-100323815D01* -X87561998Y-100373315D01* -X87561998Y-100434501D01* -X87529098Y-100479782D01* -X87529318Y-100480002D01* -X87527933Y-100481386D01* -X87526034Y-100484001D01* -X87525372Y-100484477D01* -X87523522Y-100485797D01* -X87440801Y-100568518D01* -X87432769Y-100584949D01* -X87404014Y-100643770D01* -X87403911Y-100643980D01* -X87361368Y-100687954D01* -X87314970Y-100699500D01* -X87303255Y-100699500D01* -X87245064Y-100680593D01* -X87228438Y-100665333D01* -X87203049Y-100636033D01* -X87203048Y-100636032D01* -X87203047Y-100636031D01* -X87094073Y-100565998D01* -X87094070Y-100565996D01* -X87094069Y-100565996D01* -X87094066Y-100565995D01* -X86969774Y-100529500D01* -X86969772Y-100529500D01* -X86840228Y-100529500D01* -X86840225Y-100529500D01* -X86715933Y-100565995D01* -X86715926Y-100565998D01* -X86606952Y-100636031D01* -X86522117Y-100733938D01* -X86468302Y-100851774D01* -X86449867Y-100979997D01* -X86449867Y-100980002D01* -X86468302Y-101108225D01* -X86514781Y-101209997D01* -X86522118Y-101226063D01* -X86572900Y-101284669D01* -X86606952Y-101323968D01* -X86715509Y-101393733D01* -X86715931Y-101394004D01* -X86840228Y-101430500D01* -X86840230Y-101430500D01* -X86969770Y-101430500D01* -X86969772Y-101430500D01* -X87094069Y-101394004D01* -X87203049Y-101323967D01* -X87237101Y-101284668D01* -X87289496Y-101253073D01* -X87311920Y-101250500D01* -X87314970Y-101250500D01* -X87373161Y-101269407D01* -X87403910Y-101306019D01* -X87440802Y-101381483D01* -X87523517Y-101464198D01* -X87570982Y-101487402D01* -X87628604Y-101515572D01* -X87628605Y-101515572D01* -X87628607Y-101515573D01* -X87696740Y-101525500D01* -X87696743Y-101525500D01* -X88313257Y-101525500D01* -X88313260Y-101525500D01* -X88381393Y-101515573D01* -X88486483Y-101464198D01* -X88569198Y-101381483D01* -X88620573Y-101276393D01* -X88630500Y-101208260D01* -X88630500Y-100741740D01* -X88620573Y-100673607D01* -X88617580Y-100667485D01* -X88587329Y-100605605D01* -X88569198Y-100568517D01* -X88486483Y-100485802D01* -X88486481Y-100485801D01* -X88486477Y-100485797D01* -X88484628Y-100484477D01* -X88483128Y-100482448D01* -X88480682Y-100480002D01* -X88481048Y-100479635D01* -X88448258Y-100435275D01* -X88447754Y-100374092D01* -X88483309Y-100324297D01* -X88541342Y-100304911D01* -X88542157Y-100304908D01* -X95943708Y-100304908D01* -X95963021Y-100306809D01* -X95980592Y-100310305D01* -X96007724Y-100304908D01* -X96007725Y-100304908D01* -X96088087Y-100288923D01* -X96141897Y-100252968D01* -X96156214Y-100243402D01* -X96156214Y-100243401D01* -X96166934Y-100236239D01* -X96166938Y-100236235D01* -X96179216Y-100228032D01* -X96189169Y-100213135D01* -X96201473Y-100198142D01* -X97465120Y-98934495D01* -X97519637Y-98906719D01* -X97535124Y-98905500D01* -X104198371Y-98905500D01* -X104256562Y-98924407D01* -X104292526Y-98973907D01* -X104296363Y-98990411D01* -X104313302Y-99108225D01* -X104362528Y-99216012D01* -X104367118Y-99226063D01* -X104436381Y-99305998D01* -X104451952Y-99323968D01* -X104543477Y-99382787D01* -X104560931Y-99394004D01* -X104685228Y-99430500D01* -X104685230Y-99430500D01* -X104814770Y-99430500D01* -X104814772Y-99430500D01* -X104939069Y-99394004D01* -X105048049Y-99323967D01* -X105132882Y-99226063D01* -X105186697Y-99108226D01* -X105192842Y-99065483D01* -X105205133Y-98980002D01* -X105205133Y-98979997D01* -X105186697Y-98851774D01* -X105177951Y-98832623D01* -X105132882Y-98733937D01* -X105048049Y-98636033D01* -X105048048Y-98636032D01* -X105048047Y-98636031D01* -X104972972Y-98587784D01* -X104934241Y-98540418D01* -X104930747Y-98479333D01* -X104963827Y-98427860D01* -X105020843Y-98405661D01* -X105026495Y-98405500D01* -X105654876Y-98405500D01* -X105713067Y-98424407D01* -X105724880Y-98434496D01* -X106784115Y-99493731D01* -X106796426Y-99508733D01* -X106806376Y-99523624D01* -X106827504Y-99537741D01* -X106827515Y-99537749D01* -X106829377Y-99538993D01* -X106829378Y-99538994D01* -X106858212Y-99558260D01* -X106897505Y-99584515D01* -X106937673Y-99592505D01* -X107005000Y-99605897D01* -X107022570Y-99602401D01* -X107041884Y-99600500D01* -X127093116Y-99600500D01* -X127112429Y-99602401D01* -X127130000Y-99605897D01* -X127157132Y-99600500D01* -X127157133Y-99600500D01* -X127237495Y-99584515D01* -X127303001Y-99540745D01* -X127305622Y-99538994D01* -X127305622Y-99538993D01* -X127316339Y-99531833D01* -X127316345Y-99531828D01* -X127328624Y-99523624D01* -X127338574Y-99508730D01* -X127350884Y-99493731D01* -X128812796Y-98031818D01* -X128867311Y-98004043D01* -X128927743Y-98013614D01* -X128929466Y-98014514D01* -X129099880Y-98105602D01* -X129099886Y-98105605D01* -X129217841Y-98141386D01* -X129283768Y-98161385D01* -X129283773Y-98161386D01* -X129474997Y-98180220D01* -X129475000Y-98180220D01* -X129475003Y-98180220D01* -X129666226Y-98161386D01* -X129666231Y-98161385D01* -X129669043Y-98160532D01* -X129850114Y-98105605D01* -X129924328Y-98065937D01* -X130019569Y-98015030D01* -X130019572Y-98015027D01* -X130019581Y-98015023D01* -X130168120Y-97893120D01* -X130290023Y-97744581D01* -X130290027Y-97744572D01* -X130290030Y-97744569D01* -X130351517Y-97629533D01* -X130380605Y-97575114D01* -X130436385Y-97391231D01* -X130436386Y-97391226D01* -X130451518Y-97237585D01* -X136623335Y-97237585D01* -X136653643Y-97435415D01* -X136654149Y-97438717D01* -X136724819Y-97629533D01* -X136765560Y-97694896D01* -X136832450Y-97802213D01* -X136832452Y-97802215D01* -X136832453Y-97802217D01* -X136852904Y-97823731D01* -X136955228Y-97931376D01* -X136972646Y-97949699D01* -X136972648Y-97949700D01* -X136972651Y-97949703D01* -X137132373Y-98060872D01* -X137139656Y-98065941D01* -X137326645Y-98146185D01* -X137326647Y-98146186D01* -X137525964Y-98187146D01* -X137525967Y-98187146D01* -X137928449Y-98187146D01* -X137954086Y-98184538D01* -X138080143Y-98171720D01* -X138274293Y-98110805D01* -X138452207Y-98012055D01* -X138606600Y-97879512D01* -X138731153Y-97718604D01* -X138733125Y-97714584D01* -X138768461Y-97642547D01* -X138811063Y-97598630D01* -X138857344Y-97587146D01* -X143337263Y-97587146D01* -X143337264Y-97587146D01* -X143360213Y-97579689D01* -X143375296Y-97576067D01* -X143399135Y-97572292D01* -X143420633Y-97561336D01* -X143434982Y-97555394D01* -X143457921Y-97547942D01* -X143477443Y-97533757D01* -X143490680Y-97525646D01* -X143512173Y-97514696D01* -X143529092Y-97497775D01* -X143529098Y-97497771D01* -X143534738Y-97492131D01* -X143534740Y-97492130D01* -X144037682Y-96989186D01* -X144092199Y-96961410D01* -X144107686Y-96960191D01* -X144137353Y-96960191D01* -X144169267Y-96960191D01* -X145439598Y-96960191D01* -X145497789Y-96979098D01* -X145509595Y-96989181D01* -X145569303Y-97048889D01* -X145606446Y-97067047D01* -X145674390Y-97100263D01* -X145674391Y-97100263D01* -X145674393Y-97100264D01* -X145742526Y-97110191D01* -X145993885Y-97110191D01* -X146052076Y-97129098D01* -X146063889Y-97139187D01* -X148019437Y-99094735D01* -X149958163Y-101033460D01* -X149985940Y-101087977D01* -X149977042Y-101147062D01* -X149933331Y-101236173D01* -X149882326Y-101433168D01* -X149872021Y-101636385D01* -X149872020Y-101636388D01* -X149902833Y-101837516D01* -X149902834Y-101837520D01* -X149973504Y-102028336D01* -X150009134Y-102085500D01* -X150081135Y-102201016D01* -X150081137Y-102201018D01* -X150081138Y-102201020D01* -X150102894Y-102223907D01* -X150220605Y-102347739D01* -X150221331Y-102348502D01* -X150221333Y-102348503D01* -X150221336Y-102348506D01* -X150387252Y-102463986D01* -X150388341Y-102464744D01* -X150575330Y-102544988D01* -X150575332Y-102544989D01* -X150774649Y-102585949D01* -X150774652Y-102585949D01* -X151177134Y-102585949D01* -X151202771Y-102583341D01* -X151328828Y-102570523D01* -X151522978Y-102509608D01* -X151700892Y-102410858D01* -X151855285Y-102278315D01* -X151979838Y-102117407D01* -X152003696Y-102068769D01* -X152017146Y-102041350D01* -X152059748Y-101997433D01* -X152106029Y-101985949D01* -X156647002Y-101985949D01* -X156705193Y-102004856D01* -X156731018Y-102032581D01* -X156780191Y-102111472D01* -X156835534Y-102200262D01* -X156849632Y-102215093D01* -X156945268Y-102315702D01* -X156975727Y-102347744D01* -X156975729Y-102347745D01* -X156975732Y-102347748D01* -X157134467Y-102458230D01* -X157142737Y-102463986D01* -X157329726Y-102544230D01* -X157329728Y-102544231D01* -X157529045Y-102585191D01* -X157529048Y-102585191D01* -X157931530Y-102585191D01* -X157957167Y-102582583D01* -X158083224Y-102569765D01* -X158277374Y-102508850D01* -X158455288Y-102410100D01* -X158609681Y-102277557D01* -X158734234Y-102116649D01* -X158823846Y-101933962D01* -X158874849Y-101736976D01* -X158885155Y-101533755D01* -X158854342Y-101332620D01* -X158783672Y-101141804D01* -X158676512Y-100969881D01* -X158676040Y-100969123D01* -X158676035Y-100969117D01* -X158675566Y-100968624D01* -X158544269Y-100830500D01* -X158535849Y-100821642D01* -X158535839Y-100821633D01* -X158368840Y-100705399D01* -X158368837Y-100705397D01* -X158368835Y-100705396D01* -X158181844Y-100625151D01* -X158181846Y-100625151D01* -X158086730Y-100605605D01* -X157982527Y-100584191D01* -X157580044Y-100584191D01* -X157580042Y-100584191D01* -X157428347Y-100599617D01* -X157234196Y-100660532D01* -X157234195Y-100660533D01* -X157056287Y-100759279D01* -X157056284Y-100759281D01* -X156901895Y-100891820D01* -X156777335Y-101052736D01* -X156739658Y-101129548D01* -X156697056Y-101173465D01* -X156650775Y-101184949D01* -X152110646Y-101184949D01* -X152052455Y-101166042D01* -X152026630Y-101138316D01* -X151921644Y-100969881D01* -X151921639Y-100969875D01* -X151920918Y-100969117D01* -X151822928Y-100866032D01* -X151781453Y-100822400D01* -X151781443Y-100822391D01* -X151614444Y-100706157D01* -X151614441Y-100706155D01* -X151614439Y-100706154D01* -X151427448Y-100625909D01* -X151427450Y-100625909D01* -X151342500Y-100608452D01* -X151228131Y-100584949D01* -X150825648Y-100584949D01* -X150825644Y-100584949D01* -X150706121Y-100597103D01* -X150646316Y-100584180D01* -X150626102Y-100568615D01* -X146705282Y-96647794D01* -X146677505Y-96593277D01* -X146676286Y-96577790D01* -X146676286Y-96326434D01* -X146675014Y-96317704D01* -X146666359Y-96258298D01* -X146665771Y-96257096D01* -X146639392Y-96203135D01* -X146614984Y-96153208D01* -X146532269Y-96070493D01* -X146532267Y-96070492D01* -X146427181Y-96019118D01* -X146399925Y-96015147D01* -X146359046Y-96009191D01* -X145742526Y-96009191D01* -X145708459Y-96014154D01* -X145674390Y-96019118D01* -X145569304Y-96070492D01* -X145569303Y-96070492D01* -X145569303Y-96070493D01* -X145509599Y-96130196D01* -X145455085Y-96157972D01* -X145439598Y-96159191D01* -X144753038Y-96159191D01* -X144694847Y-96140284D01* -X144664097Y-96103671D01* -X144647877Y-96070492D01* -X144614984Y-96003208D01* -X144532269Y-95920493D01* -X144489360Y-95899516D01* -X144427181Y-95869118D01* -X144395456Y-95864496D01* -X144359046Y-95859191D01* -X143742526Y-95859191D01* -X143708459Y-95864154D01* -X143674390Y-95869118D01* -X143569304Y-95920492D01* -X143486587Y-96003209D01* -X143435213Y-96108295D01* -X143431268Y-96135372D01* -X143427917Y-96158378D01* -X143425286Y-96176434D01* -X143425286Y-96427790D01* -X143406379Y-96485981D01* -X143396290Y-96497794D01* -X143136934Y-96757150D01* -X143082417Y-96784927D01* -X143066930Y-96786146D01* -X138861961Y-96786146D01* -X138803770Y-96767239D01* -X138777945Y-96739513D01* -X138672959Y-96571078D01* -X138672954Y-96571072D01* -X138659482Y-96556900D01* -X138585425Y-96478992D01* -X138532768Y-96423597D01* -X138532758Y-96423588D01* -X138365759Y-96307354D01* -X138365756Y-96307352D01* -X138365754Y-96307351D01* -X138178763Y-96227106D01* -X138178765Y-96227106D01* -X138099036Y-96210722D01* -X137979446Y-96186146D01* -X137576963Y-96186146D01* -X137576961Y-96186146D01* -X137425266Y-96201572D01* -X137231115Y-96262487D01* -X137231114Y-96262488D01* -X137053206Y-96361234D01* -X137053203Y-96361236D01* -X136898814Y-96493775D01* -X136774254Y-96654691D01* -X136690774Y-96824880D01* -X136684645Y-96837375D01* -X136640268Y-97008769D01* -X136633641Y-97034365D01* -X136623336Y-97237582D01* -X136623335Y-97237585D01* -X130451518Y-97237585D01* -X130455220Y-97200003D01* -X130455220Y-97199996D01* -X130436386Y-97008773D01* -X130436385Y-97008768D01* -X130406179Y-96909192D01* -X130380605Y-96824886D01* -X130369915Y-96804886D01* -X130290030Y-96655430D01* -X130290025Y-96655423D01* -X130290023Y-96655419D01* -X130220801Y-96571072D01* -X130168124Y-96506884D01* -X130168115Y-96506875D01* -X130071749Y-96427790D01* -X130019581Y-96384977D01* -X130019578Y-96384975D01* -X130019569Y-96384969D01* -X129850119Y-96294397D01* -X129850114Y-96294395D01* -X129666231Y-96238614D01* -X129666226Y-96238613D01* -X129475003Y-96219780D01* -X129474997Y-96219780D01* -X129283773Y-96238613D01* -X129283768Y-96238614D01* -X129099885Y-96294395D01* -X129099880Y-96294397D01* -X128930430Y-96384969D01* -X128930420Y-96384976D01* -X128781884Y-96506875D01* -X128781875Y-96506884D01* -X128659976Y-96655420D01* -X128659969Y-96655430D01* -X128569397Y-96824880D01* -X128569395Y-96824885D01* -X128513614Y-97008768D01* -X128513613Y-97008773D01* -X128494780Y-97199996D01* -X128494780Y-97200003D01* -X128513613Y-97391226D01* -X128513615Y-97391234D01* -X128533753Y-97457621D01* -X128532552Y-97518794D01* -X128509020Y-97556362D01* -X127044880Y-99020504D01* -X126990363Y-99048281D01* -X126974876Y-99049500D01* -X107160124Y-99049500D01* -X107101933Y-99030593D01* -X107090120Y-99020504D01* -X106154120Y-98084504D01* -X106126343Y-98029987D01* -X106135914Y-97969555D01* -X106179179Y-97926290D01* -X106224124Y-97915500D01* -X126498116Y-97915500D01* -X126517429Y-97917401D01* -X126535000Y-97920897D01* -X126562132Y-97915500D01* -X126562133Y-97915500D01* -X126642495Y-97899515D01* -X126685941Y-97870485D01* -X126710622Y-97853994D01* -X126710621Y-97853994D01* -X126721344Y-97846830D01* -X126721347Y-97846826D01* -X126733624Y-97838624D01* -X126743577Y-97823727D01* -X126755881Y-97808734D01* -X128956164Y-95608450D01* -X129010679Y-95580675D01* -X129071111Y-95590246D01* -X129072834Y-95591146D01* -X129099880Y-95605602D01* -X129099886Y-95605605D01* -X129214871Y-95640485D01* -X129283768Y-95661385D01* -X129283773Y-95661386D01* -X129474997Y-95680220D01* -X129475000Y-95680220D01* -X129475003Y-95680220D01* -X129666226Y-95661386D01* -X129666231Y-95661385D01* -X129666231Y-95661384D01* -X129850114Y-95605605D01* -X129932475Y-95561582D01* -X130019569Y-95515030D01* -X130019572Y-95515027D01* -X130019581Y-95515023D01* -X130168120Y-95393120D01* -X130290023Y-95244581D01* -X130290027Y-95244572D01* -X130290030Y-95244569D01* -X130364862Y-95104567D01* -X130380605Y-95075114D01* -X130436385Y-94891231D01* -X130436386Y-94891226D01* -X130451518Y-94737585D01* -X136623335Y-94737585D01* -X136646874Y-94891231D01* -X136654149Y-94938717D01* -X136724819Y-95129533D01* -X136759779Y-95185622D01* -X136832450Y-95302213D01* -X136832455Y-95302219D01* -X136918858Y-95393115D01* -X136972646Y-95449699D01* -X136972648Y-95449700D01* -X136972651Y-95449703D01* -X137133393Y-95561582D01* -X137139656Y-95565941D01* -X137326645Y-95646185D01* -X137326647Y-95646186D01* -X137525964Y-95687146D01* -X137525967Y-95687146D01* -X137928449Y-95687146D01* -X137956650Y-95684278D01* -X138080143Y-95671720D01* -X138274293Y-95610805D01* -X138452207Y-95512055D01* -X138606600Y-95379512D01* -X138731153Y-95218604D01* -X138820765Y-95035917D01* -X138871768Y-94838931D01* -X138882074Y-94635710D01* -X138851261Y-94434575D01* -X138780591Y-94243759D01* -X138672957Y-94071075D01* -X138588215Y-93981927D01* -X138532768Y-93923597D01* -X138532758Y-93923588D01* -X138365759Y-93807354D01* -X138365756Y-93807352D01* -X138365754Y-93807351D01* -X138178763Y-93727106D01* -X138178765Y-93727106D01* -X138089747Y-93708813D01* -X137979446Y-93686146D01* -X137576963Y-93686146D01* -X137576961Y-93686146D01* -X137425266Y-93701572D01* -X137231115Y-93762487D01* -X137231114Y-93762488D01* -X137053206Y-93861234D01* -X137053203Y-93861236D01* -X136898814Y-93993775D01* -X136774254Y-94154691D01* -X136687939Y-94330660D01* -X136684645Y-94337375D01* -X136640268Y-94508769D01* -X136633641Y-94534365D01* -X136623336Y-94737582D01* -X136623335Y-94737585D01* -X130451518Y-94737585D01* -X130455220Y-94700003D01* -X130455220Y-94699996D01* -X130436386Y-94508773D01* -X130436385Y-94508768D01* -X130419464Y-94452988D01* -X130380605Y-94324886D01* -X130380132Y-94324001D01* -X130290030Y-94155430D01* -X130290025Y-94155423D01* -X130290023Y-94155419D01* -X130193845Y-94038226D01* -X130168124Y-94006884D01* -X130168115Y-94006875D01* -X130081521Y-93935810D01* -X130019581Y-93884977D01* -X130019578Y-93884975D01* -X130019569Y-93884969D01* -X129850119Y-93794397D01* -X129850114Y-93794395D01* -X129666231Y-93738614D01* -X129666226Y-93738613D01* -X129475003Y-93719780D01* -X129474997Y-93719780D01* -X129283773Y-93738613D01* -X129283768Y-93738614D01* -X129099885Y-93794395D01* -X129099880Y-93794397D01* -X128930430Y-93884969D01* -X128930420Y-93884976D01* -X128781884Y-94006875D01* -X128781875Y-94006884D01* -X128659976Y-94155420D01* -X128659969Y-94155430D01* -X128569397Y-94324880D01* -X128569395Y-94324885D01* -X128513614Y-94508768D01* -X128513613Y-94508773D01* -X128494780Y-94699996D01* -X128494780Y-94700003D01* -X128513613Y-94891226D01* -X128513614Y-94891231D01* -X128565139Y-95061084D01* -X128569395Y-95075114D01* -X128583853Y-95102163D01* -X128594610Y-95162394D01* -X128567908Y-95217446D01* -X128566547Y-95218835D01* -X126449880Y-97335504D01* -X126395363Y-97363281D01* -X126379876Y-97364500D01* -X94276884Y-97364500D01* -X94257571Y-97362598D01* -X94240000Y-97359103D01* -X94132506Y-97380483D01* -X94066959Y-97424281D01* -X94041378Y-97441374D01* -X94041371Y-97441381D01* -X94031422Y-97456271D01* -X94019114Y-97471269D01* -X93831762Y-97658622D01* -X93664881Y-97825503D01* -X93610364Y-97853281D01* -X93594877Y-97854500D01* -X84125124Y-97854500D01* -X84066933Y-97835593D01* -X84055120Y-97825504D01* -X83700885Y-97471269D01* -X83688573Y-97456266D01* -X83684064Y-97449518D01* -X83678624Y-97441376D01* -X83659709Y-97428737D01* -X83655620Y-97426005D01* -X83629465Y-97408528D01* -X83587494Y-97380484D01* -X83587495Y-97380484D01* -X83501183Y-97363316D01* -X83501171Y-97363313D01* -X83480002Y-97359103D01* -X83480001Y-97359103D01* -X83480000Y-97359103D01* -X83462430Y-97362598D01* -X83443116Y-97364500D01* -X73256884Y-97364500D01* -X73237570Y-97362598D01* -X73220000Y-97359103D01* -X73219999Y-97359103D01* -X73219997Y-97359103D01* -X73200691Y-97362942D01* -X73200682Y-97362945D01* -X73112506Y-97380484D01* -X73096429Y-97391226D01* -X73070534Y-97408528D01* -X73044378Y-97426006D01* -X73044376Y-97426007D01* -X73040291Y-97428737D01* -X73021379Y-97441373D01* -X73021371Y-97441381D01* -X73011422Y-97456271D01* -X72999114Y-97471269D01* -X72810161Y-97660223D01* -X72639881Y-97830503D01* -X72585364Y-97858281D01* -X72569877Y-97859500D01* -X72485225Y-97859500D01* -X72360933Y-97895995D01* -X72360926Y-97895998D01* -X72251952Y-97966031D01* -X72167117Y-98063938D01* -X72113302Y-98181774D01* -X72094867Y-98309997D01* -X72094867Y-98310002D01* -X72113302Y-98438225D01* -X72167117Y-98556061D01* -X72167118Y-98556063D01* -X72251951Y-98653967D01* -X72251952Y-98653968D01* -X72327028Y-98702216D01* -X72365759Y-98749582D01* -X72369253Y-98810667D01* -X72336173Y-98862140D01* -X72279157Y-98884339D01* -X72273505Y-98884500D01* -X71435124Y-98884500D01* -X71376933Y-98865593D01* -X71365120Y-98855504D01* -X70789610Y-98279994D01* -X70777298Y-98264991D01* -X70773988Y-98260037D01* -X70767349Y-98250101D01* -X70746624Y-98236253D01* -X70746615Y-98236246D01* -X70701579Y-98206155D01* -X70700444Y-98205396D01* -X70676220Y-98189210D01* -X70609784Y-98175995D01* -X70589907Y-98172041D01* -X70589887Y-98172036D01* -X70568727Y-98167828D01* -X70568726Y-98167828D01* -X70568725Y-98167828D01* -X70551155Y-98171323D01* -X70531841Y-98173225D01* -X69645051Y-98173225D01* -X69586860Y-98154318D01* -X69550896Y-98104818D01* -X69547210Y-98060763D01* -X69293309Y-97806861D01* -X69265532Y-97752345D01* -X69275103Y-97691913D01* -X69304508Y-97660223D01* -X69303205Y-97658622D01* -X69308456Y-97654349D01* -X69308458Y-97654349D01* -X69425739Y-97558934D01* -X69493167Y-97463408D01* -X69542169Y-97426773D01* -X69603349Y-97425937D01* -X69644049Y-97450497D01* -X69900548Y-97706995D01* -X69900549Y-97706995D01* -X69971558Y-97574150D01* -X70030170Y-97380935D01* -X70030171Y-97380929D01* -X70049960Y-97180003D01* -X70049960Y-97179996D01* -X70030171Y-96979070D01* -X70030170Y-96979064D01* -X69971558Y-96785849D01* -X69900549Y-96653003D01* -X69900548Y-96653003D01* -X69644358Y-96909192D01* -X69589842Y-96936969D01* -X69529410Y-96927397D01* -X69486454Y-96884733D01* -X69476641Y-96865794D01* -X69473558Y-96859844D01* -X69370362Y-96749348D01* -X69370361Y-96749347D01* -X69370360Y-96749346D01* -X69308110Y-96711491D01* -X69268215Y-96665102D01* -X69263206Y-96604122D01* -X69289545Y-96556900D01* -X69546995Y-96299449D01* -X69545449Y-96289026D01* -X69555614Y-96228691D01* -X69599301Y-96185853D01* -X69643378Y-96175500D01* -X69837876Y-96175500D01* -X69896067Y-96194407D01* -X69907880Y-96204496D01* -X70137115Y-96433731D01* -X70149426Y-96448733D01* -X70159376Y-96463624D01* -X70180504Y-96477741D01* -X70180515Y-96477749D01* -X70182377Y-96478993D01* -X70182378Y-96478994D01* -X70204507Y-96493780D01* -X70250505Y-96524515D01* -X70330867Y-96540500D01* -X70330868Y-96540500D01* -X70358000Y-96545897D01* -X70375570Y-96542401D01* -X70394884Y-96540500D01* -X107493116Y-96540500D01* -X107512429Y-96542401D01* -X107530000Y-96545897D01* -X107557132Y-96540500D01* -X107557133Y-96540500D01* -X107637495Y-96524515D01* -X107683493Y-96493780D01* -X107705622Y-96478994D01* -X107705621Y-96478994D01* -X107716344Y-96471830D01* -X107716348Y-96471826D01* -X107728624Y-96463624D01* -X107738574Y-96448730D01* -X107750887Y-96433728D01* -X108320121Y-95864496D01* -X108374637Y-95836719D01* -X108390124Y-95835500D01* -X126078116Y-95835500D01* -X126097429Y-95837401D01* -X126115000Y-95840897D01* -X126142132Y-95835500D01* -X126142133Y-95835500D01* -X126222495Y-95819515D01* -X126264465Y-95791471D01* -X126290622Y-95773994D01* -X126290622Y-95773993D01* -X126301342Y-95766831D01* -X126301346Y-95766827D01* -X126313624Y-95758624D01* -X126323577Y-95743727D01* -X126335881Y-95728734D01* -X128860120Y-93204495D01* -X128914637Y-93176719D01* -X128930124Y-93175500D01* -X130314819Y-93175500D01* -X130314820Y-93175500D01* -X130314821Y-93175499D01* -X130314827Y-93175499D01* -X130336623Y-93171162D01* -X130358722Y-93166767D01* -X130408504Y-93133504D01* -X130441767Y-93083722D01* -X130448182Y-93051473D01* -X136627205Y-93051473D01* -X136635937Y-93095366D01* -X136635939Y-93095370D01* -X136657310Y-93127354D01* -X136669201Y-93145150D01* -X136718983Y-93178413D01* -X136730032Y-93180610D01* -X136762877Y-93187145D01* -X136762883Y-93187145D01* -X136762885Y-93187146D01* -X136762886Y-93187146D01* -X138742524Y-93187146D01* -X138742525Y-93187146D01* -X138742526Y-93187145D01* -X138742532Y-93187145D01* -X138769782Y-93181724D01* -X138786427Y-93178413D01* -X138836209Y-93145150D01* -X138869472Y-93095368D01* -X138878205Y-93051466D01* -X138878205Y-91321826D01* -X138878204Y-91321824D01* -X138878204Y-91321818D01* -X138869472Y-91277925D01* -X138869470Y-91277921D01* -X138861835Y-91266494D01* -X138836209Y-91228142D01* -X138788590Y-91196324D01* -X138786429Y-91194880D01* -X138786425Y-91194878D01* -X138742532Y-91186146D01* -X138742525Y-91186146D01* -X136762885Y-91186146D01* -X136762877Y-91186146D01* -X136718984Y-91194878D01* -X136718980Y-91194880D01* -X136669203Y-91228140D01* -X136669199Y-91228144D01* -X136635939Y-91277921D01* -X136635937Y-91277925D01* -X136627205Y-91321818D01* -X136627205Y-93051473D01* -X130448182Y-93051473D01* -X130450499Y-93039827D01* -X130450500Y-93039818D01* -X130450500Y-91360181D01* -X130450499Y-91360172D01* -X130441767Y-91316279D01* -X130441765Y-91316276D01* -X130408504Y-91266496D01* -X130365764Y-91237938D01* -X130358724Y-91233234D01* -X130358720Y-91233232D01* -X130314827Y-91224500D01* -X130314820Y-91224500D01* -X128635180Y-91224500D01* -X128635172Y-91224500D01* -X128591279Y-91233232D01* -X128591275Y-91233234D01* -X128541498Y-91266494D01* -X128541494Y-91266498D01* -X128508234Y-91316275D01* -X128508233Y-91316276D01* -X128507131Y-91321818D01* -X128499597Y-91359695D01* -X128499500Y-91360182D01* -X128499499Y-91360186D01* -X128499499Y-92744875D01* -X128480592Y-92803066D01* -X128470503Y-92814879D01* -X126029880Y-95255504D01* -X125975363Y-95283281D01* -X125959876Y-95284500D01* -X123609124Y-95284500D01* -X123550933Y-95265593D01* -X123514969Y-95216093D01* -X123514969Y-95154907D01* -X123539120Y-95115496D01* -X131561120Y-87093496D01* -X131615637Y-87065719D01* -X131631124Y-87064500D01* -X131636770Y-87064500D01* -X131636772Y-87064500D01* -X131761069Y-87028004D01* -X131870049Y-86957967D01* -X131954882Y-86860063D01* -X132008697Y-86742226D01* -X132017608Y-86680246D01* -X132027133Y-86614002D01* -X132027133Y-86613997D01* -X132008697Y-86485774D01* -X131990013Y-86444862D01* -X131954882Y-86367937D01* -X131870049Y-86270033D01* -X131870048Y-86270032D01* -X131870047Y-86270031D01* -X131761073Y-86199998D01* -X131761070Y-86199996D01* -X131761069Y-86199996D01* -X131734358Y-86192153D01* -X131636774Y-86163500D01* -X131636772Y-86163500D01* -X131507228Y-86163500D01* -X131507225Y-86163500D01* -X131382933Y-86199995D01* -X131382926Y-86199998D01* -X131273952Y-86270031D01* -X131189117Y-86367938D01* -X131135302Y-86485774D01* -X131116867Y-86613997D01* -X131116867Y-86614002D01* -X131127980Y-86691297D01* -X131117547Y-86751586D01* -X131099992Y-86775390D01* -X123169880Y-94705504D01* -X123115363Y-94733281D01* -X123099876Y-94734500D01* -X96697588Y-94734500D01* -X96639397Y-94715593D01* -X96622769Y-94700331D01* -X96593050Y-94666034D01* -X96593048Y-94666032D01* -X96484073Y-94595998D01* -X96484070Y-94595996D01* -X96484069Y-94595996D01* -X96484066Y-94595995D01* -X96359774Y-94559500D01* -X96359772Y-94559500D01* -X96230228Y-94559500D01* -X96230225Y-94559500D01* -X96105933Y-94595995D01* -X96105926Y-94595998D01* -X95996951Y-94666032D01* -X95996949Y-94666034D01* -X95962465Y-94705831D01* -X95910069Y-94737427D01* -X95887646Y-94740000D01* -X91846955Y-94740000D01* -X91788764Y-94721093D01* -X91752800Y-94671593D01* -X91752800Y-94610407D01* -X91772133Y-94576171D01* -X91832882Y-94506063D01* -X91886697Y-94388226D01* -X91895931Y-94324001D01* -X91905133Y-94260002D01* -X91905133Y-94259997D01* -X91886697Y-94131774D01* -X91870094Y-94095419D01* -X91832882Y-94013937D01* -X91748049Y-93916033D01* -X91748048Y-93916032D01* -X91748047Y-93916031D01* -X91639073Y-93845998D01* -X91639070Y-93845996D01* -X91639069Y-93845996D01* -X91639066Y-93845995D01* -X91514774Y-93809500D01* -X91514772Y-93809500D01* -X91385228Y-93809500D01* -X91385225Y-93809500D01* -X91260933Y-93845995D01* -X91260926Y-93845998D01* -X91151951Y-93916032D01* -X91151949Y-93916034D01* -X91122231Y-93950331D01* -X91069835Y-93981927D01* -X91047412Y-93984500D01* -X73769500Y-93984500D01* -X73711309Y-93965593D01* -X73675345Y-93916093D01* -X73670500Y-93885500D01* -X73670500Y-93641743D01* -X73668743Y-93629681D01* -X73660573Y-93573607D01* -X73656870Y-93566033D01* -X73632688Y-93516567D01* -X73609198Y-93468517D01* -X73526483Y-93385802D01* -X73525865Y-93385500D01* -X73421395Y-93334427D01* -X73394139Y-93330456D01* -X73353260Y-93324500D01* -X72886740Y-93324500D01* -X72852673Y-93329463D01* -X72818604Y-93334427D01* -X72713518Y-93385801D01* -X72630801Y-93468518D01* -X72579427Y-93573604D01* -X72576056Y-93596745D01* -X72569500Y-93641740D01* -X72569500Y-94258260D01* -X72574479Y-94292432D01* -X72579427Y-94326395D01* -X72625429Y-94420492D01* -X72630802Y-94431483D01* -X72713517Y-94514198D01* -X72754770Y-94534365D01* -X72818604Y-94565572D01* -X72818605Y-94565572D01* -X72818607Y-94565573D01* -X72886740Y-94575500D01* -X72886743Y-94575500D01* -X73353257Y-94575500D01* -X73353260Y-94575500D01* -X73421393Y-94565573D01* -X73462333Y-94545558D01* -X73505813Y-94535500D01* -X84458045Y-94535500D01* -X84516236Y-94554407D01* -X84552200Y-94603907D01* -X84552200Y-94665093D01* -X84532866Y-94699328D01* -X84497625Y-94740000D01* -X84472117Y-94769438D01* -X84418302Y-94887274D01* -X84399867Y-95015497D01* -X84399867Y-95015502D01* -X84418302Y-95143725D01* -X84418302Y-95143727D01* -X84455133Y-95224374D01* -X84462108Y-95285160D01* -X84432021Y-95338437D01* -X84376365Y-95363855D01* -X84365080Y-95364500D01* -X71157124Y-95364500D01* -X71098933Y-95345593D01* -X71087120Y-95335504D01* -X70222885Y-94471269D01* -X70210573Y-94456266D01* -X70200625Y-94441378D01* -X70200624Y-94441376D01* -X70179897Y-94427526D01* -X70179880Y-94427514D01* -X70129713Y-94393994D01* -X70109496Y-94380486D01* -X70109495Y-94380485D01* -X70040500Y-94366761D01* -X70023182Y-94363316D01* -X70023177Y-94363314D01* -X70009312Y-94360557D01* -X69955928Y-94330660D01* -X69933889Y-94292196D01* -X69927306Y-94270493D01* -X69925605Y-94264886D01* -X69925602Y-94264880D01* -X69835030Y-94095430D01* -X69835025Y-94095423D01* -X69835023Y-94095419D01* -X69743994Y-93984500D01* -X69713124Y-93946884D01* -X69713115Y-93946875D01* -X69624920Y-93874496D01* -X69580321Y-93837894D01* -X69547335Y-93786365D01* -X69550937Y-93725286D01* -X69589752Y-93677989D01* -X69643127Y-93662368D01* -X70751744Y-93662368D01* -X70809935Y-93681275D01* -X70821748Y-93691364D01* -X70890504Y-93760120D01* -X70918281Y-93814637D01* -X70919500Y-93830124D01* -X70919500Y-94258260D01* -X70924479Y-94292432D01* -X70929427Y-94326395D01* -X70975429Y-94420492D01* -X70980802Y-94431483D01* -X71063517Y-94514198D01* -X71104770Y-94534365D01* -X71168604Y-94565572D01* -X71168605Y-94565572D01* -X71168607Y-94565573D01* -X71236740Y-94575500D01* -X71236743Y-94575500D01* -X71703257Y-94575500D01* -X71703260Y-94575500D01* -X71771393Y-94565573D01* -X71876483Y-94514198D01* -X71959198Y-94431483D01* -X72010573Y-94326393D01* -X72020500Y-94258260D01* -X72020500Y-93641740D01* -X72010573Y-93573607D01* -X72006870Y-93566033D01* -X71982688Y-93516567D01* -X71959198Y-93468517D01* -X71876483Y-93385802D01* -X71875865Y-93385500D01* -X71771395Y-93334427D01* -X71744139Y-93330456D01* -X71703260Y-93324500D01* -X71275124Y-93324500D01* -X71216933Y-93305593D01* -X71205120Y-93295504D01* -X71127753Y-93218137D01* -X71115441Y-93203134D01* -X71105493Y-93188246D01* -X71105492Y-93188244D01* -X71084765Y-93174394D01* -X71084748Y-93174382D01* -X71052155Y-93152605D01* -X71044983Y-93147813D01* -X71014363Y-93127353D01* -X70949939Y-93114538D01* -X70928050Y-93110184D01* -X70928030Y-93110179D01* -X70906870Y-93105971D01* -X70906869Y-93105971D01* -X70906868Y-93105971D01* -X70889298Y-93109466D01* -X70869984Y-93111368D01* -X69592477Y-93111368D01* -X69534286Y-93092461D01* -X69498322Y-93042961D01* -X69498322Y-92981775D01* -X69534286Y-92932275D01* -X69545808Y-92925058D01* -X69558806Y-92918109D01* -X69564581Y-92915023D01* -X69713120Y-92793120D01* -X69835023Y-92644581D01* -X69835027Y-92644572D01* -X69835030Y-92644569D01* -X69925602Y-92475120D01* -X69925603Y-92475117D01* -X69925605Y-92475114D01* -X69934509Y-92445759D01* -X69969492Y-92395566D01* -X70027300Y-92375519D01* -X70029245Y-92375500D01* -X70830500Y-92375500D01* -X70888691Y-92394407D01* -X70924655Y-92443907D01* -X70929500Y-92474499D01* -X70929500Y-92528260D01* -X70936118Y-92573682D01* -X70939427Y-92596395D01* -X70987144Y-92694001D01* -X70990802Y-92701483D01* -X71073517Y-92784198D01* -X71114007Y-92803992D01* -X71178604Y-92835572D01* -X71178605Y-92835572D01* -X71178607Y-92835573D01* -X71246740Y-92845500D01* -X71246743Y-92845500D01* -X71713257Y-92845500D01* -X71713260Y-92845500D01* -X71781393Y-92835573D01* -X71886483Y-92784198D01* -X71969198Y-92701483D01* -X72020573Y-92596393D01* -X72030500Y-92528260D01* -X72579500Y-92528260D01* -X72586118Y-92573682D01* -X72589427Y-92596395D01* -X72637144Y-92694001D01* -X72640802Y-92701483D01* -X72723517Y-92784198D01* -X72764007Y-92803992D01* -X72828604Y-92835572D01* -X72828605Y-92835572D01* -X72828607Y-92835573D01* -X72896740Y-92845500D01* -X72896743Y-92845500D01* -X73363257Y-92845500D01* -X73363260Y-92845500D01* -X73431393Y-92835573D01* -X73536483Y-92784198D01* -X73619198Y-92701483D01* -X73670573Y-92596393D01* -X73674385Y-92570224D01* -X73701485Y-92515370D01* -X73755653Y-92486918D01* -X73772351Y-92485500D01* -X89184876Y-92485500D01* -X89243067Y-92504407D01* -X89254880Y-92514496D01* -X89268061Y-92527677D01* -X89295838Y-92582194D01* -X89296050Y-92611763D01* -X89294867Y-92619995D01* -X89294867Y-92620002D01* -X89313302Y-92748225D01* -X89357727Y-92845500D01* -X89367118Y-92866063D01* -X89451951Y-92963967D01* -X89451952Y-92963968D01* -X89521171Y-93008452D01* -X89560931Y-93034004D01* -X89685228Y-93070500D01* -X89685230Y-93070500D01* -X89814770Y-93070500D01* -X89814772Y-93070500D01* -X89939069Y-93034004D01* -X90048049Y-92963967D01* -X90132882Y-92866063D01* -X90186697Y-92748226D01* -X90201691Y-92643938D01* -X90205133Y-92620002D01* -X90205133Y-92619997D01* -X90186697Y-92491774D01* -X90179090Y-92475117D01* -X90132882Y-92373937D01* -X90048049Y-92276033D01* -X90048048Y-92276032D01* -X90048047Y-92276031D01* -X89939073Y-92205998D01* -X89939070Y-92205996D01* -X89939069Y-92205996D01* -X89939066Y-92205995D01* -X89814774Y-92169500D01* -X89814772Y-92169500D01* -X89730124Y-92169500D01* -X89671933Y-92150593D01* -X89660120Y-92140504D01* -X89560885Y-92041269D01* -X89548573Y-92026266D01* -X89538625Y-92011378D01* -X89538624Y-92011376D01* -X89517899Y-91997528D01* -X89517886Y-91997518D01* -X89495073Y-91982276D01* -X89480333Y-91972427D01* -X89447495Y-91950485D01* -X89374830Y-91936031D01* -X89361182Y-91933316D01* -X89361162Y-91933311D01* -X89340002Y-91929103D01* -X89340001Y-91929103D01* -X89340000Y-91929103D01* -X89322430Y-91932598D01* -X89303116Y-91934500D01* -X73769437Y-91934500D01* -X73711246Y-91915593D01* -X73675282Y-91866093D01* -X73671471Y-91849773D01* -X73670573Y-91843607D01* -X73666193Y-91834648D01* -X73627790Y-91756093D01* -X73619198Y-91738517D01* -X73536483Y-91655802D01* -X73505704Y-91640755D01* -X73431395Y-91604427D01* -X73404139Y-91600456D01* -X73363260Y-91594500D01* -X72896740Y-91594500D01* -X72862673Y-91599463D01* -X72828604Y-91604427D01* -X72723518Y-91655801D01* -X72640801Y-91738518D01* -X72589427Y-91843604D01* -X72586151Y-91866093D01* -X72579500Y-91911740D01* -X72579500Y-92528260D01* -X72030500Y-92528260D01* -X72030500Y-91911740D01* -X72020573Y-91843607D01* -X72016193Y-91834648D01* -X71977790Y-91756093D01* -X71969198Y-91738517D01* -X71886483Y-91655802D01* -X71855704Y-91640755D01* -X71781395Y-91604427D01* -X71754139Y-91600456D01* -X71713260Y-91594500D01* -X71246740Y-91594500D01* -X71212673Y-91599463D01* -X71178604Y-91604427D01* -X71073518Y-91655801D01* -X70990801Y-91738518D01* -X70975910Y-91768980D01* -X70933367Y-91812954D01* -X70886969Y-91824500D01* -X70029245Y-91824500D01* -X69971054Y-91805593D01* -X69935090Y-91756093D01* -X69934546Y-91754363D01* -X69925605Y-91724886D01* -X69925602Y-91724880D01* -X69925602Y-91724879D01* -X69835030Y-91555430D01* -X69835025Y-91555423D01* -X69835023Y-91555419D01* -X69746314Y-91447327D01* -X69713124Y-91406884D01* -X69713115Y-91406875D01* -X69609483Y-91321827D01* -X69564581Y-91284977D01* -X69564578Y-91284975D01* -X69564569Y-91284969D01* -X69395119Y-91194397D01* -X69395114Y-91194395D01* -X69211231Y-91138614D01* -X69211226Y-91138613D01* -X69020003Y-91119780D01* -X69019997Y-91119780D01* -X68828773Y-91138613D01* -X68828768Y-91138614D01* -X68644885Y-91194395D01* -X68644880Y-91194397D01* -X68475430Y-91284969D01* -X68475420Y-91284976D01* -X68326884Y-91406875D01* -X68326875Y-91406884D01* -X68204976Y-91555420D01* -X68204969Y-91555430D01* -X68114397Y-91724880D01* -X68114395Y-91724885D01* -X68058614Y-91908768D01* -X68058613Y-91908773D01* -X68039780Y-92099996D01* -X68039780Y-92100003D01* -X68058613Y-92291226D01* -X68058614Y-92291231D01* -X68114395Y-92475114D01* -X68114397Y-92475119D01* -X68204969Y-92644569D01* -X68204975Y-92644578D01* -X68204977Y-92644581D01* -X68251674Y-92701481D01* -X68326875Y-92793115D01* -X68326884Y-92793124D01* -X68378608Y-92835572D01* -X68475419Y-92915023D01* -X68475424Y-92915025D01* -X68475426Y-92915027D01* -X68494192Y-92925058D01* -X68536598Y-92969164D01* -X68544981Y-93029772D01* -X68516138Y-93083733D01* -X68461087Y-93110434D01* -X68447523Y-93111368D01* -X67921992Y-93111368D01* -X67863801Y-93092461D01* -X67851988Y-93082372D01* -X67388452Y-92618836D01* -X67360675Y-92564319D01* -X67370246Y-92503887D01* -X67371147Y-92502162D01* -X67376700Y-92491774D01* -X67385605Y-92475114D01* -X67441385Y-92291231D01* -X67441386Y-92291226D01* -X67460220Y-92100003D01* -X67460220Y-92099996D01* -X67441386Y-91908773D01* -X67441385Y-91908768D01* -X67421618Y-91843607D01* -X67385605Y-91724886D01* -X67381188Y-91716622D01* -X67295030Y-91555430D01* -X67295025Y-91555423D01* -X67295023Y-91555419D01* -X67206314Y-91447327D01* -X67173124Y-91406884D01* -X67173115Y-91406875D01* -X67069483Y-91321827D01* -X67024581Y-91284977D01* -X67024578Y-91284975D01* -X67024569Y-91284969D01* -X66855119Y-91194397D01* -X66855114Y-91194395D01* -X66671231Y-91138614D01* -X66671226Y-91138613D01* -X66480003Y-91119780D01* -X66479997Y-91119780D01* -X66288773Y-91138613D01* -X66288768Y-91138614D01* -X66104885Y-91194395D01* -X66104880Y-91194397D01* -X65935430Y-91284969D01* -X65935420Y-91284976D01* -X65786884Y-91406875D01* -X65786875Y-91406884D01* -X65664976Y-91555420D01* -X65664969Y-91555430D01* -X65574397Y-91724880D01* -X65574395Y-91724885D01* -X65518614Y-91908768D01* -X65518613Y-91908773D01* -X65499780Y-92099996D01* -X65499780Y-92100003D01* -X65518613Y-92291226D01* -X65518614Y-92291231D01* -X65574395Y-92475114D01* -X65574397Y-92475119D01* -X65664969Y-92644569D01* -X65664975Y-92644578D01* -X65664977Y-92644581D01* -X65711674Y-92701481D01* -X65786875Y-92793115D01* -X65786884Y-92793124D01* -X65838608Y-92835572D01* -X65935419Y-92915023D01* -X65935423Y-92915025D01* -X65935430Y-92915030D01* -X66079554Y-92992065D01* -X66104886Y-93005605D01* -X66228033Y-93042961D01* -X66288768Y-93061385D01* -X66288773Y-93061386D01* -X66479997Y-93080220D01* -X66480000Y-93080220D01* -X66480003Y-93080220D01* -X66671226Y-93061386D01* -X66671231Y-93061385D01* -X66855114Y-93005605D01* -X66882162Y-92991146D01* -X66942394Y-92980389D01* -X66997446Y-93007090D01* -X66998836Y-93008452D01* -X67545981Y-93555597D01* -X67558290Y-93570597D01* -X67568239Y-93585486D01* -X67568241Y-93585488D01* -X67568244Y-93585492D01* -X67568247Y-93585494D01* -X67568248Y-93585495D01* -X67587197Y-93598156D01* -X67587203Y-93598161D01* -X67591246Y-93600862D01* -X67617402Y-93618339D01* -X67659373Y-93646383D01* -X67739735Y-93662368D01* -X67739736Y-93662368D01* -X67766868Y-93667765D01* -X67784438Y-93664269D01* -X67803752Y-93662368D01* -X68396873Y-93662368D01* -X68455064Y-93681275D01* -X68491028Y-93730775D01* -X68491028Y-93791961D01* -X68459679Y-93837894D01* -X68431236Y-93861237D01* -X68326884Y-93946875D01* -X68326875Y-93946884D01* -X68204976Y-94095420D01* -X68204969Y-94095430D01* -X68114397Y-94264880D01* -X68114395Y-94264885D01* -X68058614Y-94448768D01* -X68058613Y-94448773D01* -X68039780Y-94639996D01* -X68039780Y-94640003D01* -X68058613Y-94831226D01* -X68058614Y-94831231D01* -X68114395Y-95015114D01* -X68114397Y-95015119D01* -X68204969Y-95184569D01* -X68204975Y-95184578D01* -X68204977Y-95184581D01* -X68245095Y-95233465D01* -X68326875Y-95333115D01* -X68326888Y-95333128D01* -X68468046Y-95448972D01* -X68501034Y-95500503D01* -X68497433Y-95561582D01* -X68458617Y-95608879D01* -X68405242Y-95624500D01* -X67094758Y-95624500D01* -X67036567Y-95605593D01* -X67000603Y-95556093D01* -X67000603Y-95494907D01* -X67031954Y-95448972D01* -X67173111Y-95333128D01* -X67173114Y-95333124D01* -X67173120Y-95333120D01* -X67295023Y-95184581D01* -X67295027Y-95184572D01* -X67295030Y-95184569D01* -X67361032Y-95061086D01* -X67385605Y-95015114D01* -X67441385Y-94831231D01* -X67441386Y-94831226D01* -X67460220Y-94640003D01* -X67460220Y-94639996D01* -X67441386Y-94448773D01* -X67441385Y-94448768D01* -X67415463Y-94363316D01* -X67385605Y-94264886D01* -X67385602Y-94264880D01* -X67295030Y-94095430D01* -X67295025Y-94095423D01* -X67295023Y-94095419D01* -X67203994Y-93984500D01* -X67173124Y-93946884D01* -X67173115Y-93946875D01* -X67068764Y-93861237D01* -X67024581Y-93824977D01* -X67024578Y-93824975D01* -X67024569Y-93824969D01* -X66855119Y-93734397D01* -X66855114Y-93734395D01* -X66671231Y-93678614D01* -X66671226Y-93678613D01* -X66480003Y-93659780D01* -X66479997Y-93659780D01* -X66288773Y-93678613D01* -X66288765Y-93678615D01* -X66189214Y-93708813D01* -X66128041Y-93707611D01* -X66090473Y-93684080D01* -X65284496Y-92878103D01* -X65256719Y-92823586D01* -X65255500Y-92808099D01* -X65255500Y-84519994D01* -X65267329Y-84483584D01* -X65265780Y-84477876D01* -X65440702Y-84477876D01* -X65453023Y-84510291D01* -X65469828Y-84680929D01* -X65469829Y-84680935D01* -X65528441Y-84874149D01* -X65599449Y-85006995D01* -X65855639Y-84750806D01* -X65910156Y-84723029D01* -X65970588Y-84732600D01* -X66013543Y-84775263D01* -X66026440Y-84800153D01* -X66026442Y-84800156D01* -X66129638Y-84910652D01* -X66191888Y-84948507D01* -X66231783Y-84994896D01* -X66236792Y-85055876D01* -X66210453Y-85103097D01* -X65953003Y-85360548D01* -X65953003Y-85360549D01* -X66085849Y-85431558D01* -X66279064Y-85490170D01* -X66279070Y-85490171D01* -X66479997Y-85509960D01* -X66480003Y-85509960D01* -X66680929Y-85490171D01* -X66680935Y-85490170D01* -X66874150Y-85431558D01* -X67006995Y-85360549D01* -X67006995Y-85360548D01* -X66753309Y-85106861D01* -X66725532Y-85052345D01* -X66735103Y-84991913D01* -X66764508Y-84960223D01* -X66763205Y-84958622D01* -X66768456Y-84954349D01* -X66768458Y-84954349D01* -X66885739Y-84858934D01* -X66953167Y-84763408D01* -X67002169Y-84726773D01* -X67063349Y-84725937D01* -X67104049Y-84750497D01* -X67360548Y-85006995D01* -X67360549Y-85006995D01* -X67431558Y-84874150D01* -X67490170Y-84680935D01* -X67490171Y-84680929D01* -X67509960Y-84480003D01* -X67509960Y-84479996D01* -X67490171Y-84279070D01* -X67490170Y-84279064D01* -X67431558Y-84085849D01* -X67360549Y-83953003D01* -X67360548Y-83953003D01* -X67104358Y-84209192D01* -X67049842Y-84236969D01* -X66989410Y-84227397D01* -X66946454Y-84184733D01* -X66944129Y-84180246D01* -X66933558Y-84159844D01* -X66830362Y-84049348D01* -X66830361Y-84049347D01* -X66830360Y-84049346D01* -X66768110Y-84011491D01* -X66728215Y-83965102D01* -X66723206Y-83904122D01* -X66749545Y-83856900D01* -X67006995Y-83599449D01* -X66874149Y-83528441D01* -X66680935Y-83469829D01* -X66680929Y-83469828D01* -X66480003Y-83450040D01* -X66479997Y-83450040D01* -X66279070Y-83469828D01* -X66279064Y-83469829D01* -X66085850Y-83528441D01* -X66085845Y-83528443D01* -X65953003Y-83599449D01* -X65953003Y-83599450D01* -X66206690Y-83853138D01* -X66234467Y-83907654D01* -X66224896Y-83968086D01* -X66195498Y-83999783D01* -X66196795Y-84001378D01* -X66191543Y-84005650D01* -X66191542Y-84005651D01* -X66137834Y-84049346D01* -X66074258Y-84101068D01* -X66006833Y-84196589D01* -X65957829Y-84233226D01* -X65896649Y-84234062D01* -X65855950Y-84209502D01* -X65599450Y-83953003D01* -X65599449Y-83953003D01* -X65528443Y-84085845D01* -X65528441Y-84085850D01* -X65469829Y-84279064D01* -X65469828Y-84279070D01* -X65453023Y-84449708D01* -X65440702Y-84477876D01* -X65265780Y-84477876D01* -X65255500Y-84440005D01* -X65255500Y-76151901D01* -X65274407Y-76093710D01* -X65284496Y-76081897D01* -X66041897Y-75324496D01* -X66096414Y-75296719D01* -X66111901Y-75295500D01* -X67319819Y-75295500D01* -X67319820Y-75295500D01* -X67319821Y-75295499D01* -X67319827Y-75295499D01* -X67341623Y-75291162D01* -X67363722Y-75286767D01* -X67413504Y-75253504D01* -X67446767Y-75203722D01* -X67455500Y-75159820D01* -X67455500Y-73951900D01* -X67474407Y-73893710D01* -X67484496Y-73881897D01* -X68136897Y-73229496D01* -X68191414Y-73201719D01* -X68206901Y-73200500D01* -X68682601Y-73200500D01* -X68740792Y-73219407D01* -X68776756Y-73268907D01* -X68776756Y-73330093D01* -X68740792Y-73379593D01* -X68711339Y-73394236D01* -X68685796Y-73401985D01* -X68644885Y-73414395D01* -X68644880Y-73414397D01* -X68475430Y-73504969D01* -X68475420Y-73504976D01* -X68326884Y-73626875D01* -X68326875Y-73626884D01* -X68204976Y-73775420D01* -X68204969Y-73775430D01* -X68114397Y-73944880D01* -X68114395Y-73944885D01* -X68058614Y-74128768D01* -X68058613Y-74128773D01* -X68039780Y-74319996D01* -X68039780Y-74320003D01* -X68058613Y-74511226D01* -X68058614Y-74511231D01* -X68114395Y-74695114D01* -X68114397Y-74695119D01* -X68204969Y-74864569D01* -X68204975Y-74864578D01* -X68204977Y-74864581D01* -X68266004Y-74938943D01* -X68326877Y-75013117D01* -X68326878Y-75013118D01* -X68326880Y-75013120D01* -X68433305Y-75100461D01* -X68466292Y-75151991D01* -X68469500Y-75176988D01* -X68469500Y-76003010D01* -X68450593Y-76061201D01* -X68433306Y-76079537D01* -X68336464Y-76159015D01* -X68326879Y-76166881D01* -X68326875Y-76166885D01* -X68204976Y-76315420D01* -X68204969Y-76315430D01* -X68114397Y-76484880D01* -X68114395Y-76484885D01* -X68058614Y-76668768D01* -X68058613Y-76668773D01* -X68039780Y-76859996D01* -X68039780Y-76860003D01* -X68058613Y-77051226D01* -X68058614Y-77051231D01* -X68114395Y-77235114D01* -X68114397Y-77235119D01* -X68204969Y-77404569D01* -X68204975Y-77404578D01* -X68204977Y-77404581D01* -X68253372Y-77463550D01* -X68326875Y-77553115D01* -X68326884Y-77553124D01* -X68389372Y-77604406D01* -X68475419Y-77675023D01* -X68475424Y-77675025D01* -X68475426Y-77675027D01* -X68493319Y-77684591D01* -X68535727Y-77728696D01* -X68544110Y-77789305D01* -X68515268Y-77843266D01* -X68460217Y-77869968D01* -X68446652Y-77870902D01* -X67921526Y-77870902D01* -X67863335Y-77851995D01* -X67851522Y-77841906D01* -X67388452Y-77378836D01* -X67360675Y-77324319D01* -X67370246Y-77263887D01* -X67371147Y-77262162D01* -X67371876Y-77260799D01* -X67385605Y-77235114D01* -X67441385Y-77051231D01* -X67441386Y-77051226D01* -X67460220Y-76860003D01* -X67460220Y-76859996D01* -X67441386Y-76668773D01* -X67441385Y-76668768D01* -X67412656Y-76574063D01* -X67385605Y-76484886D01* -X67381961Y-76478069D01* -X67295030Y-76315430D01* -X67295025Y-76315423D01* -X67295023Y-76315419D01* -X67216971Y-76220312D01* -X67173124Y-76166884D01* -X67173115Y-76166875D01* -X67069568Y-76081897D01* -X67024581Y-76044977D01* -X67024578Y-76044975D01* -X67024569Y-76044969D01* -X66855119Y-75954397D01* -X66855114Y-75954395D01* -X66671231Y-75898614D01* -X66671226Y-75898613D01* -X66480003Y-75879780D01* -X66479997Y-75879780D01* -X66288773Y-75898613D01* -X66288768Y-75898614D01* -X66104885Y-75954395D01* -X66104880Y-75954397D01* -X65935430Y-76044969D01* -X65935420Y-76044976D01* -X65786884Y-76166875D01* -X65786875Y-76166884D01* -X65664976Y-76315420D01* -X65664969Y-76315430D01* -X65574397Y-76484880D01* -X65574395Y-76484885D01* -X65518614Y-76668768D01* -X65518613Y-76668773D01* -X65499780Y-76859996D01* -X65499780Y-76860003D01* -X65518613Y-77051226D01* -X65518614Y-77051231D01* -X65574395Y-77235114D01* -X65574397Y-77235119D01* -X65664969Y-77404569D01* -X65664975Y-77404578D01* -X65664977Y-77404581D01* -X65713372Y-77463550D01* -X65786875Y-77553115D01* -X65786884Y-77553124D01* -X65849372Y-77604406D01* -X65935419Y-77675023D01* -X65935423Y-77675025D01* -X65935430Y-77675030D01* -X66091236Y-77758309D01* -X66104886Y-77765605D01* -X66226497Y-77802495D01* -X66288768Y-77821385D01* -X66288773Y-77821386D01* -X66479997Y-77840220D01* -X66480000Y-77840220D01* -X66480003Y-77840220D01* -X66671226Y-77821386D01* -X66671231Y-77821385D01* -X66711172Y-77809269D01* -X66855114Y-77765605D01* -X66882162Y-77751146D01* -X66942394Y-77740389D01* -X66997446Y-77767090D01* -X66998836Y-77768452D01* -X67545517Y-78315133D01* -X67557828Y-78330135D01* -X67564419Y-78340000D01* -X67567778Y-78345026D01* -X67580052Y-78353227D01* -X67586736Y-78357693D01* -X67586738Y-78357695D01* -X67590779Y-78360395D01* -X67590780Y-78360396D01* -X67606712Y-78371041D01* -X67658907Y-78405917D01* -X67739269Y-78421902D01* -X67739270Y-78421902D01* -X67766402Y-78427299D01* -X67783972Y-78423803D01* -X67803286Y-78421902D01* -X68392705Y-78421902D01* -X68450896Y-78440809D01* -X68486860Y-78490309D01* -X68488958Y-78515405D01* -X68746690Y-78773138D01* -X68774467Y-78827654D01* -X68764896Y-78888086D01* -X68735498Y-78919783D01* -X68736795Y-78921378D01* -X68731543Y-78925650D01* -X68731542Y-78925651D01* -X68677834Y-78969346D01* -X68614258Y-79021068D01* -X68546833Y-79116589D01* -X68497829Y-79153226D01* -X68436649Y-79154062D01* -X68395950Y-79129502D01* -X68139450Y-78873003D01* -X68139449Y-78873003D01* -X68068443Y-79005845D01* -X68068441Y-79005850D01* -X68009829Y-79199064D01* -X68009828Y-79199070D01* -X67990040Y-79399996D01* -X67990040Y-79400003D01* -X68009828Y-79600929D01* -X68009829Y-79600935D01* -X68068441Y-79794149D01* -X68139449Y-79926995D01* -X68395639Y-79670806D01* -X68450156Y-79643029D01* -X68510588Y-79652600D01* -X68553543Y-79695263D01* -X68566440Y-79720153D01* -X68566442Y-79720156D01* -X68669638Y-79830652D01* -X68731888Y-79868507D01* -X68771783Y-79914896D01* -X68776792Y-79975876D01* -X68750453Y-80023097D01* -X68477164Y-80296387D01* -X68476673Y-80299307D01* -X68432987Y-80342146D01* -X68388908Y-80352500D01* -X67863124Y-80352500D01* -X67804933Y-80333593D01* -X67793120Y-80323504D01* -X67388452Y-79918836D01* -X67360675Y-79864319D01* -X67370246Y-79803887D01* -X67371147Y-79802162D01* -X67385605Y-79775114D01* -X67441385Y-79591231D01* -X67441386Y-79591226D01* -X67460220Y-79400003D01* -X67460220Y-79399996D01* -X67441386Y-79208773D01* -X67441385Y-79208768D01* -X67417246Y-79129192D01* -X67385605Y-79024886D01* -X67375430Y-79005849D01* -X67295030Y-78855430D01* -X67295025Y-78855423D01* -X67295023Y-78855419D01* -X67215468Y-78758481D01* -X67173124Y-78706884D01* -X67173115Y-78706875D01* -X67061666Y-78615412D01* -X67024581Y-78584977D01* -X67024578Y-78584975D01* -X67024569Y-78584969D01* -X66855119Y-78494397D01* -X66855114Y-78494395D01* -X66671231Y-78438614D01* -X66671226Y-78438613D01* -X66480003Y-78419780D01* -X66479997Y-78419780D01* -X66288773Y-78438613D01* -X66288768Y-78438614D01* -X66104885Y-78494395D01* -X66104880Y-78494397D01* -X65935430Y-78584969D01* -X65935420Y-78584976D01* -X65786884Y-78706875D01* -X65786875Y-78706884D01* -X65664976Y-78855420D01* -X65664969Y-78855430D01* -X65574397Y-79024880D01* -X65574395Y-79024885D01* -X65518614Y-79208768D01* -X65518613Y-79208773D01* -X65499780Y-79399996D01* -X65499780Y-79400003D01* -X65518613Y-79591226D01* -X65518614Y-79591231D01* -X65574395Y-79775114D01* -X65574397Y-79775119D01* -X65664969Y-79944569D01* -X65664975Y-79944578D01* -X65664977Y-79944581D01* -X65715810Y-80006521D01* -X65786875Y-80093115D01* -X65786884Y-80093124D01* -X65851389Y-80146061D01* -X65935419Y-80215023D01* -X65935423Y-80215025D01* -X65935430Y-80215030D01* -X66087640Y-80296387D01* -X66104886Y-80305605D01* -X66197151Y-80333593D01* -X66288768Y-80361385D01* -X66288773Y-80361386D01* -X66479997Y-80380220D01* -X66480000Y-80380220D01* -X66480003Y-80380220D01* -X66671226Y-80361386D01* -X66671231Y-80361385D01* -X66688986Y-80355999D01* -X66855114Y-80305605D01* -X66882162Y-80291146D01* -X66942394Y-80280389D01* -X66997446Y-80307090D01* -X66998836Y-80308452D01* -X67487113Y-80796729D01* -X67499422Y-80811729D01* -X67509371Y-80826618D01* -X67509373Y-80826620D01* -X67509376Y-80826624D01* -X67509379Y-80826626D01* -X67512891Y-80828973D01* -X67532376Y-80841992D01* -X67532378Y-80841994D01* -X67600505Y-80887515D01* -X67708000Y-80908897D01* -X67725570Y-80905401D01* -X67744884Y-80903500D01* -X68494542Y-80903500D01* -X68552733Y-80922407D01* -X68588697Y-80971907D01* -X68588697Y-81033093D01* -X68552733Y-81082593D01* -X68541210Y-81089810D01* -X68475430Y-81124969D01* -X68475420Y-81124976D01* -X68326884Y-81246875D01* -X68326875Y-81246884D01* -X68204976Y-81395420D01* -X68204969Y-81395430D01* -X68114397Y-81564880D01* -X68114395Y-81564885D01* -X68058614Y-81748768D01* -X68058613Y-81748773D01* -X68039780Y-81939996D01* -X68039780Y-81940003D01* -X68058613Y-82131226D01* -X68058614Y-82131231D01* -X68114395Y-82315114D01* -X68114397Y-82315119D01* -X68204969Y-82484569D01* -X68204975Y-82484578D01* -X68204977Y-82484581D01* -X68226659Y-82511000D01* -X68326875Y-82633115D01* -X68326884Y-82633124D01* -X68468474Y-82749323D01* -X68501461Y-82800854D01* -X68497859Y-82861933D01* -X68459044Y-82909230D01* -X68405669Y-82924851D01* -X67895475Y-82924851D01* -X67837284Y-82905944D01* -X67825471Y-82895855D01* -X67388452Y-82458836D01* -X67360675Y-82404319D01* -X67370246Y-82343887D01* -X67371147Y-82342162D01* -X67379694Y-82326172D01* -X67385605Y-82315114D01* -X67441385Y-82131231D01* -X67441386Y-82131226D01* -X67460220Y-81940003D01* -X67460220Y-81939996D01* -X67441386Y-81748773D01* -X67441385Y-81748768D01* -X67405720Y-81631197D01* -X67385605Y-81564886D01* -X67382726Y-81559500D01* -X67295030Y-81395430D01* -X67295025Y-81395423D01* -X67295023Y-81395419D01* -X67182004Y-81257705D01* -X67173124Y-81246884D01* -X67173115Y-81246875D01* -X67071833Y-81163756D01* -X67024581Y-81124977D01* -X67024578Y-81124975D01* -X67024569Y-81124969D01* -X66855119Y-81034397D01* -X66855114Y-81034395D01* -X66671231Y-80978614D01* -X66671226Y-80978613D01* -X66480003Y-80959780D01* -X66479997Y-80959780D01* -X66288773Y-80978613D01* -X66288768Y-80978614D01* -X66104885Y-81034395D01* -X66104880Y-81034397D01* -X65935430Y-81124969D01* -X65935420Y-81124976D01* -X65786884Y-81246875D01* -X65786875Y-81246884D01* -X65664976Y-81395420D01* -X65664969Y-81395430D01* -X65574397Y-81564880D01* -X65574395Y-81564885D01* -X65518614Y-81748768D01* -X65518613Y-81748773D01* -X65499780Y-81939996D01* -X65499780Y-81940003D01* -X65518613Y-82131226D01* -X65518614Y-82131231D01* -X65574395Y-82315114D01* -X65574397Y-82315119D01* -X65664969Y-82484569D01* -X65664975Y-82484578D01* -X65664977Y-82484581D01* -X65686659Y-82511000D01* -X65786875Y-82633115D01* -X65786884Y-82633124D01* -X65856158Y-82689975D01* -X65935419Y-82755023D01* -X65935423Y-82755025D01* -X65935430Y-82755030D01* -X66086615Y-82835839D01* -X66104886Y-82845605D01* -X66229813Y-82883501D01* -X66288768Y-82901385D01* -X66288773Y-82901386D01* -X66479997Y-82920220D01* -X66480000Y-82920220D01* -X66480003Y-82920220D01* -X66671226Y-82901386D01* -X66671231Y-82901385D01* -X66705479Y-82890996D01* -X66855114Y-82845605D01* -X66882162Y-82831146D01* -X66942394Y-82820389D01* -X66997446Y-82847090D01* -X66998836Y-82848452D01* -X67519466Y-83369082D01* -X67531775Y-83384081D01* -X67541727Y-83398975D01* -X67564727Y-83414343D01* -X67564729Y-83414345D01* -X67605115Y-83441330D01* -X67632856Y-83459866D01* -X67713218Y-83475851D01* -X67713221Y-83475851D01* -X67715227Y-83476250D01* -X67715233Y-83476251D01* -X67740351Y-83481247D01* -X67757917Y-83477752D01* -X67777230Y-83475851D01* -X68434017Y-83475851D01* -X68492208Y-83494758D01* -X68528172Y-83544258D01* -X68528172Y-83605444D01* -X68492208Y-83654944D01* -X68480687Y-83662160D01* -X68475430Y-83664969D01* -X68475420Y-83664976D01* -X68326884Y-83786875D01* -X68326875Y-83786884D01* -X68204976Y-83935420D01* -X68204969Y-83935430D01* -X68114397Y-84104880D01* -X68114395Y-84104885D01* -X68058614Y-84288768D01* -X68058613Y-84288773D01* -X68039780Y-84479996D01* -X68039780Y-84480003D01* -X68058613Y-84671226D01* -X68058614Y-84671231D01* -X68114395Y-84855114D01* -X68114397Y-84855119D01* -X68204969Y-85024569D01* -X68204975Y-85024578D01* -X68204977Y-85024581D01* -X68246625Y-85075329D01* -X68326875Y-85173115D01* -X68326884Y-85173124D01* -X68404546Y-85236859D01* -X68459059Y-85281597D01* -X68465073Y-85286532D01* -X68498060Y-85338063D01* -X68494458Y-85399142D01* -X68455643Y-85446439D01* -X68402268Y-85462060D01* -X67799324Y-85462060D01* -X67780010Y-85460158D01* -X67762440Y-85456663D01* -X67762439Y-85456663D01* -X67762437Y-85456663D01* -X67743131Y-85460502D01* -X67743122Y-85460505D01* -X67654946Y-85478044D01* -X67612972Y-85506089D01* -X67589401Y-85521838D01* -X67589398Y-85521842D01* -X67563817Y-85538935D01* -X67563812Y-85538940D01* -X67553863Y-85553829D01* -X67541555Y-85568827D01* -X66998835Y-86111547D01* -X66944318Y-86139324D01* -X66883886Y-86129753D01* -X66882211Y-86128878D01* -X66855114Y-86114395D01* -X66855114Y-86114394D01* -X66671231Y-86058614D01* -X66671226Y-86058613D01* -X66480003Y-86039780D01* -X66479997Y-86039780D01* -X66288773Y-86058613D01* -X66288768Y-86058614D01* -X66104885Y-86114395D01* -X66104880Y-86114397D01* -X65935430Y-86204969D01* -X65935420Y-86204976D01* -X65786884Y-86326875D01* -X65786875Y-86326884D01* -X65664976Y-86475420D01* -X65664969Y-86475430D01* -X65574397Y-86644880D01* -X65574395Y-86644885D01* -X65518614Y-86828768D01* -X65518613Y-86828773D01* -X65499780Y-87019996D01* -X65499780Y-87020003D01* -X65518613Y-87211226D01* -X65518614Y-87211231D01* -X65574395Y-87395114D01* -X65574397Y-87395119D01* -X65664969Y-87564569D01* -X65664975Y-87564578D01* -X65664977Y-87564581D01* -X65713304Y-87623468D01* -X65786875Y-87713115D01* -X65786884Y-87713124D01* -X65844416Y-87760339D01* -X65935419Y-87835023D01* -X65935423Y-87835025D01* -X65935430Y-87835030D01* -X66104880Y-87925602D01* -X66104886Y-87925605D01* -X66232987Y-87964464D01* -X66288768Y-87981385D01* -X66288773Y-87981386D01* -X66479997Y-88000220D01* -X66480000Y-88000220D01* -X66480003Y-88000220D01* -X66671226Y-87981386D01* -X66671231Y-87981385D01* -X66688963Y-87976006D01* -X66855114Y-87925605D01* -X66930145Y-87885500D01* -X67024569Y-87835030D01* -X67024572Y-87835027D01* -X67024581Y-87835023D01* -X67173120Y-87713120D01* -X67295023Y-87564581D01* -X67295027Y-87564572D01* -X67295030Y-87564569D01* -X67372968Y-87418756D01* -X67385605Y-87395114D01* -X67441385Y-87211231D01* -X67441386Y-87211226D01* -X67460220Y-87020003D01* -X67460220Y-87019996D01* -X67441386Y-86828773D01* -X67441385Y-86828768D01* -X67415712Y-86744137D01* -X67385605Y-86644886D01* -X67380096Y-86634579D01* -X67371146Y-86617834D01* -X67360390Y-86557602D01* -X67387092Y-86502550D01* -X67388453Y-86501162D01* -X67847561Y-86042056D01* -X67902077Y-86014279D01* -X67917564Y-86013060D01* -X68439239Y-86013060D01* -X68497430Y-86031967D01* -X68533394Y-86081467D01* -X68533394Y-86142653D01* -X68497430Y-86192153D01* -X68485907Y-86199370D01* -X68475430Y-86204969D01* -X68475420Y-86204976D01* -X68326884Y-86326875D01* -X68326875Y-86326884D01* -X68204976Y-86475420D01* -X68204969Y-86475430D01* -X68114397Y-86644880D01* -X68114395Y-86644885D01* -X68058614Y-86828768D01* -X68058613Y-86828773D01* -X68039780Y-87019996D01* -X68039780Y-87020003D01* -X68058613Y-87211226D01* -X68058614Y-87211231D01* -X68114395Y-87395114D01* -X68114397Y-87395119D01* -X68204969Y-87564569D01* -X68204975Y-87564578D01* -X68204977Y-87564581D01* -X68253304Y-87623468D01* -X68326875Y-87713115D01* -X68326884Y-87713124D01* -X68358380Y-87738972D01* -X68391367Y-87790503D01* -X68387765Y-87851582D01* -X68348950Y-87898879D01* -X68295575Y-87914500D01* -X67886884Y-87914500D01* -X67867571Y-87912598D01* -X67850000Y-87909103D01* -X67742506Y-87930483D01* -X67676959Y-87974281D01* -X67651378Y-87991374D01* -X67651372Y-87991380D01* -X67641423Y-88006269D01* -X67629115Y-88021267D01* -X66998835Y-88651547D01* -X66944318Y-88679324D01* -X66883886Y-88669753D01* -X66882211Y-88668878D01* -X66855114Y-88654395D01* -X66671231Y-88598614D01* -X66671226Y-88598613D01* -X66480003Y-88579780D01* -X66479997Y-88579780D01* -X66288773Y-88598613D01* -X66288768Y-88598614D01* -X66104885Y-88654395D01* -X66104880Y-88654397D01* -X65935430Y-88744969D01* -X65935420Y-88744976D01* -X65786884Y-88866875D01* -X65786875Y-88866884D01* -X65664976Y-89015420D01* -X65664969Y-89015430D01* -X65574397Y-89184880D01* -X65574395Y-89184885D01* -X65518614Y-89368768D01* -X65518613Y-89368773D01* -X65499780Y-89559996D01* -X65499780Y-89560003D01* -X65518613Y-89751226D01* -X65518614Y-89751231D01* -X65574395Y-89935114D01* -X65574397Y-89935119D01* -X65664969Y-90104569D01* -X65664975Y-90104578D01* -X65664977Y-90104581D01* -X65713617Y-90163849D01* -X65786875Y-90253115D01* -X65786884Y-90253124D01* -X65814809Y-90276041D01* -X65935419Y-90375023D01* -X65935423Y-90375025D01* -X65935430Y-90375030D01* -X66103430Y-90464827D01* -X66104886Y-90465605D01* -X66225514Y-90502197D01* -X66288768Y-90521385D01* -X66288773Y-90521386D01* -X66479997Y-90540220D01* -X66480000Y-90540220D01* -X66480003Y-90540220D01* -X66671226Y-90521386D01* -X66671231Y-90521385D01* -X66703626Y-90511558D01* -X66855114Y-90465605D01* -X66918334Y-90431813D01* -X67024569Y-90375030D01* -X67024572Y-90375027D01* -X67024581Y-90375023D01* -X67173120Y-90253120D01* -X67295023Y-90104581D01* -X67295027Y-90104572D01* -X67295030Y-90104569D01* -X67360234Y-89982579D01* -X67385605Y-89935114D01* -X67441385Y-89751231D01* -X67441386Y-89751226D01* -X67460220Y-89560003D01* -X67460220Y-89559996D01* -X67441386Y-89368773D01* -X67441385Y-89368768D01* -X67416397Y-89286393D01* -X67385605Y-89184886D01* -X67385602Y-89184880D01* -X67371146Y-89157834D01* -X67360390Y-89097602D01* -X67387092Y-89042550D01* -X67388453Y-89041162D01* -X67935121Y-88494496D01* -X67989637Y-88466719D01* -X68005124Y-88465500D01* -X68498045Y-88465500D01* -X68556236Y-88484407D01* -X68592200Y-88533907D01* -X68592200Y-88595093D01* -X68556236Y-88644593D01* -X68544713Y-88651810D01* -X68493003Y-88679449D01* -X68493003Y-88679450D01* -X68746690Y-88933138D01* -X68774467Y-88987654D01* -X68764896Y-89048086D01* -X68735498Y-89079783D01* -X68736795Y-89081378D01* -X68731543Y-89085650D01* -X68731542Y-89085651D01* -X68677834Y-89129346D01* -X68614258Y-89181068D01* -X68546833Y-89276589D01* -X68497829Y-89313226D01* -X68436649Y-89314062D01* -X68395950Y-89289502D01* -X68139450Y-89033003D01* -X68139449Y-89033003D01* -X68068443Y-89165845D01* -X68068441Y-89165850D01* -X68009829Y-89359064D01* -X68009828Y-89359070D01* -X67990040Y-89559996D01* -X67990040Y-89560003D01* -X68009828Y-89760929D01* -X68009829Y-89760935D01* -X68068441Y-89954149D01* -X68139449Y-90086995D01* -X68395639Y-89830806D01* -X68450156Y-89803029D01* -X68510588Y-89812600D01* -X68553543Y-89855263D01* -X68566313Y-89879907D01* -X68566442Y-89880156D01* -X68669638Y-89990652D01* -X68731888Y-90028507D01* -X68771783Y-90074896D01* -X68776792Y-90135876D01* -X68750453Y-90183097D01* -X68493003Y-90440548D01* -X68493003Y-90440549D01* -X68625849Y-90511558D01* -X68819064Y-90570170D01* -X68819070Y-90570171D01* -X69019997Y-90589960D01* -X69020003Y-90589960D01* -X69220929Y-90570171D01* -X69220935Y-90570170D01* -X69414150Y-90511558D01* -X69546995Y-90440549D01* -X69546995Y-90440548D01* -X69293309Y-90186861D01* -X69265532Y-90132345D01* -X69275103Y-90071913D01* -X69304508Y-90040223D01* -X69303205Y-90038622D01* -X69308456Y-90034349D01* -X69308458Y-90034349D01* -X69425739Y-89938934D01* -X69493167Y-89843408D01* -X69542169Y-89806773D01* -X69603349Y-89805937D01* -X69644049Y-89830497D01* -X69900548Y-90086995D01* -X69900549Y-90086995D01* -X69971558Y-89954150D01* -X70030170Y-89760935D01* -X70030171Y-89760929D01* -X70049960Y-89560003D01* -X70049960Y-89559996D01* -X70030171Y-89359070D01* -X70030170Y-89359064D01* -X69971558Y-89165849D01* -X69900549Y-89033003D01* -X69900548Y-89033003D01* -X69644358Y-89289192D01* -X69589842Y-89316969D01* -X69529410Y-89307397D01* -X69486454Y-89264733D01* -X69482080Y-89256291D01* -X69473558Y-89239844D01* -X69370362Y-89129348D01* -X69370361Y-89129347D01* -X69370360Y-89129346D01* -X69308110Y-89091491D01* -X69268215Y-89045102D01* -X69263206Y-88984122D01* -X69289545Y-88936900D01* -X69546995Y-88679449D01* -X69495286Y-88651810D01* -X69452880Y-88607704D01* -X69444497Y-88547096D01* -X69473340Y-88493135D01* -X69528391Y-88466434D01* -X69541955Y-88465500D01* -X71401726Y-88465500D01* -X71459917Y-88484407D01* -X71495881Y-88533907D01* -X71495881Y-88595093D01* -X71491779Y-88605627D01* -X71443302Y-88711774D01* -X71424867Y-88839997D01* -X71424867Y-88840002D01* -X71443302Y-88968225D01* -X71494250Y-89079783D01* -X71497118Y-89086063D01* -X71573818Y-89174581D01* -X71581952Y-89183968D01* -X71676631Y-89244814D01* -X71690931Y-89254004D01* -X71815228Y-89290500D01* -X71815230Y-89290500D01* -X71944770Y-89290500D01* -X71944772Y-89290500D01* -X72069069Y-89254004D01* -X72084002Y-89244407D01* -X72088968Y-89241216D01* -X72142491Y-89225500D01* -X88524876Y-89225500D01* -X88583067Y-89244407D01* -X88594880Y-89254496D01* -X92619113Y-93278729D01* -X92631422Y-93293729D01* -X92641371Y-93308618D01* -X92641373Y-93308620D01* -X92641376Y-93308624D01* -X92664376Y-93323992D01* -X92664378Y-93323994D01* -X92683668Y-93336883D01* -X92724999Y-93364500D01* -X92728764Y-93367015D01* -X92732505Y-93369515D01* -X92812867Y-93385500D01* -X92812870Y-93385500D01* -X92814876Y-93385899D01* -X92814882Y-93385900D01* -X92840000Y-93390896D01* -X92857566Y-93387401D01* -X92876879Y-93385500D01* -X96789876Y-93385500D01* -X96848067Y-93404407D01* -X96859880Y-93414496D01* -X97794115Y-94348731D01* -X97806426Y-94363733D01* -X97810023Y-94369117D01* -X97816376Y-94378624D01* -X97816379Y-94378626D01* -X97816380Y-94378627D01* -X97835329Y-94391288D01* -X97835334Y-94391292D01* -X97907505Y-94439516D01* -X97916847Y-94441374D01* -X98015000Y-94460897D01* -X98032571Y-94457401D01* -X98051884Y-94455500D01* -X122648116Y-94455500D01* -X122667429Y-94457401D01* -X122685000Y-94460897D01* -X122712132Y-94455500D01* -X122712133Y-94455500D01* -X122792495Y-94439515D01* -X122855623Y-94397334D01* -X122860622Y-94393994D01* -X122860622Y-94393993D01* -X122871340Y-94386832D01* -X122871344Y-94386828D01* -X122883624Y-94378624D01* -X122883624Y-94378623D01* -X122885782Y-94377182D01* -X122940780Y-94360500D01* -X123019770Y-94360500D01* -X123019772Y-94360500D01* -X123144069Y-94324004D01* -X123253049Y-94253967D01* -X123337882Y-94156063D01* -X123391697Y-94038226D01* -X123400904Y-93974187D01* -X123410133Y-93910002D01* -X123410133Y-93909997D01* -X123391697Y-93781774D01* -X123381808Y-93760120D01* -X123337882Y-93663937D01* -X123253049Y-93566033D01* -X123253048Y-93566032D01* -X123253047Y-93566031D01* -X123144073Y-93495998D01* -X123144070Y-93495996D01* -X123144069Y-93495996D01* -X123144066Y-93495995D01* -X123019774Y-93459500D01* -X123019772Y-93459500D01* -X122890228Y-93459500D01* -X122890225Y-93459500D01* -X122765928Y-93495996D01* -X122763854Y-93496944D01* -X122761965Y-93497160D01* -X122759137Y-93497991D01* -X122758993Y-93497501D01* -X122703067Y-93503914D01* -X122649792Y-93473822D01* -X122624379Y-93418164D01* -X122636535Y-93358198D01* -X122652727Y-93336887D01* -X130864428Y-85125187D01* -X130918946Y-85097410D01* -X130934433Y-85096191D01* -X143050402Y-85096191D01* -X143069715Y-85098092D01* -X143087286Y-85101588D01* -X143114418Y-85096191D01* -X143114419Y-85096191D01* -X143194781Y-85080206D01* -X143245993Y-85045987D01* -X143262908Y-85034685D01* -X143262907Y-85034685D01* -X143273630Y-85027521D01* -X143273633Y-85027517D01* -X143285910Y-85019315D01* -X143295863Y-85004418D01* -X143308172Y-84989421D01* -X143547096Y-84750497D01* -X143794354Y-84503237D01* -X143848871Y-84475460D01* -X143909303Y-84485031D01* -X143919802Y-84492659D01* -X143920452Y-84491712D01* -X143928019Y-84496895D01* -X143928021Y-84496897D01* -X144030795Y-84542276D01* -X144055921Y-84545191D01* -X144445650Y-84545190D01* -X144470777Y-84542276D01* -X144573551Y-84496897D01* -X144652992Y-84417456D01* -X144698371Y-84314682D01* -X144701286Y-84289556D01* -X144701285Y-83024827D01* -X144698371Y-82999700D01* -X144652992Y-82896926D01* -X144573551Y-82817485D01* -X144573549Y-82817484D01* -X144573546Y-82817481D01* -X144569332Y-82814594D01* -X144532013Y-82766107D01* -X144526286Y-82732923D01* -X144526286Y-82569191D01* -X144545193Y-82511000D01* -X144594693Y-82475036D01* -X144625286Y-82470191D01* -X144729043Y-82470191D01* -X144729046Y-82470191D01* -X144797179Y-82460264D01* -X144902269Y-82408889D01* -X144984984Y-82326174D01* -X145036359Y-82221084D01* -X145046286Y-82152951D01* -X145046286Y-81724815D01* -X145065193Y-81666624D01* -X145075282Y-81654811D01* -X145380906Y-81349187D01* -X145435423Y-81321410D01* -X145450910Y-81320191D01* -X145519023Y-81320191D01* -X145577214Y-81339098D01* -X145613178Y-81388598D01* -X145613178Y-81449784D01* -X145607962Y-81462674D01* -X145605213Y-81468294D01* -X145601177Y-81495998D01* -X145595286Y-81536431D01* -X145595286Y-82152951D01* -X145600390Y-82187979D01* -X145605213Y-82221086D01* -X145651184Y-82315120D01* -X145656588Y-82326174D01* -X145716291Y-82385877D01* -X145744067Y-82440392D01* -X145745286Y-82455879D01* -X145745286Y-82883501D01* -X145736851Y-82923488D01* -X145703201Y-82999699D01* -X145703200Y-82999702D01* -X145700286Y-83024821D01* -X145700286Y-84289551D01* -X145700287Y-84289554D01* -X145703200Y-84314681D01* -X145726322Y-84367047D01* -X145748580Y-84417456D01* -X145828021Y-84496897D01* -X145930795Y-84542276D01* -X145955921Y-84545191D01* -X146345650Y-84545190D01* -X146370777Y-84542276D01* -X146377204Y-84539437D01* -X146438073Y-84533227D01* -X146487200Y-84559997D01* -X146850235Y-84923033D01* -X146939943Y-85012740D01* -X146939944Y-85012741D01* -X146961435Y-85023691D01* -X146974681Y-85031808D01* -X146994196Y-85045987D01* -X146994198Y-85045987D01* -X146994199Y-85045988D01* -X147017138Y-85053441D01* -X147031481Y-85059381D01* -X147052982Y-85070337D01* -X147076810Y-85074110D01* -X147091919Y-85077738D01* -X147099509Y-85080204D01* -X147114853Y-85085190D01* -X147144723Y-85085190D01* -X147144747Y-85085191D01* -X147146767Y-85085191D01* -X147221635Y-85085191D01* -X147264367Y-85097738D01* -X147265274Y-85095753D01* -X147271716Y-85098694D01* -X147271717Y-85098695D01* -X147396014Y-85135191D01* -X147396016Y-85135191D01* -X147525556Y-85135191D01* -X147525558Y-85135191D01* -X147649855Y-85098695D01* -X147758835Y-85028658D01* -X147843668Y-84930754D01* -X147897483Y-84812917D01* -X147910407Y-84723029D01* -X147915919Y-84684693D01* -X147915919Y-84684688D01* -X147897483Y-84556465D01* -X147891003Y-84542275D01* -X147843668Y-84438628D01* -X147758835Y-84340724D01* -X147758834Y-84340723D01* -X147758833Y-84340722D01* -X147649859Y-84270689D01* -X147649856Y-84270687D01* -X147649855Y-84270687D01* -X147649852Y-84270686D01* -X147525560Y-84234191D01* -X147525558Y-84234191D01* -X147396014Y-84234191D01* -X147396012Y-84234191D01* -X147373650Y-84240757D01* -X147312489Y-84239008D01* -X147275757Y-84215770D01* -X146630281Y-83570293D01* -X146602504Y-83515776D01* -X146601285Y-83500289D01* -X146601285Y-83024830D01* -X146601285Y-83024827D01* -X146598371Y-82999700D01* -X146554720Y-82900841D01* -X146546286Y-82860854D01* -X146546286Y-82455879D01* -X146565193Y-82397688D01* -X146575276Y-82385881D01* -X146634984Y-82326174D01* -X146686359Y-82221084D01* -X146696286Y-82152951D01* -X146696286Y-81536431D01* -X146686359Y-81468298D01* -X146686358Y-81468295D01* -X146686358Y-81468294D01* -X146683610Y-81462674D01* -X146675037Y-81402093D01* -X146703710Y-81348042D01* -X146758678Y-81321168D01* -X146772549Y-81320191D01* -X148706271Y-81320191D01* -X148764462Y-81339098D01* -X148776275Y-81349187D01* -X149841954Y-82414865D01* -X149869731Y-82469382D01* -X149870950Y-82484869D01* -X149870950Y-84044573D01* -X149879682Y-84088466D01* -X149879684Y-84088470D01* -X149910265Y-84134237D01* -X149912946Y-84138250D01* -X149962728Y-84171513D01* -X149973114Y-84173579D01* -X150006622Y-84180245D01* -X150006628Y-84180245D01* -X150006630Y-84180246D01* -X150006631Y-84180246D01* -X151986269Y-84180246D01* -X151986270Y-84180246D01* -X151986271Y-84180245D01* -X151986277Y-84180245D01* -X152008073Y-84175908D01* -X152030172Y-84171513D01* -X152079954Y-84138250D01* -X152113217Y-84088468D01* -X152120999Y-84049346D01* -X152121949Y-84044573D01* -X152121950Y-84044564D01* -X152121950Y-83554246D01* -X152140857Y-83496055D01* -X152190357Y-83460091D01* -X152220950Y-83455246D01* -X156532580Y-83455246D01* -X156590771Y-83474153D01* -X156626735Y-83523653D01* -X156631580Y-83554246D01* -X156631580Y-84046641D01* -X156640312Y-84090534D01* -X156640314Y-84090538D01* -X156649901Y-84104886D01* -X156673576Y-84140318D01* -X156723358Y-84173581D01* -X156734407Y-84175778D01* -X156767252Y-84182313D01* -X156767258Y-84182313D01* -X156767260Y-84182314D01* -X156767261Y-84182314D01* -X158746899Y-84182314D01* -X158746900Y-84182314D01* -X158746901Y-84182313D01* -X158746907Y-84182313D01* -X158768703Y-84177976D01* -X158790802Y-84173581D01* -X158840584Y-84140318D01* -X158873847Y-84090536D01* -X158882580Y-84046634D01* -X158882580Y-82486937D01* -X158901487Y-82428746D01* -X158911570Y-82416939D01* -X161230027Y-80098481D01* -X161245023Y-80086175D01* -X161259918Y-80076224D01* -X161278424Y-80048529D01* -X161320809Y-79985095D01* -X161342191Y-79877600D01* -X161342191Y-79877599D01* -X161338696Y-79860027D01* -X161336794Y-79840715D01* -X161336794Y-75505116D01* -X161338696Y-75485802D01* -X161339943Y-75479533D01* -X161342191Y-75468233D01* -X161323139Y-75372450D01* -X161320809Y-75360737D01* -X161290426Y-75315267D01* -X161275288Y-75292611D01* -X161275286Y-75292609D01* -X161259918Y-75269609D01* -X161251429Y-75263937D01* -X161245027Y-75259659D01* -X161230025Y-75247348D01* -X156534220Y-70551543D01* -X156506443Y-70497026D01* -X156505224Y-70481539D01* -X156505224Y-69179999D01* -X159184551Y-69179999D01* -X159192313Y-69278631D01* -X159192466Y-69282516D01* -X159192466Y-69305731D01* -X159196098Y-69328666D01* -X159196554Y-69332526D01* -X159204316Y-69431148D01* -X159227409Y-69527340D01* -X159228168Y-69531152D01* -X159231799Y-69554083D01* -X159231801Y-69554092D01* -X159238978Y-69576180D01* -X159240034Y-69579922D01* -X159263127Y-69676112D01* -X159283132Y-69724407D01* -X159300986Y-69767512D01* -X159300987Y-69767513D01* -X159302333Y-69771161D01* -X159309506Y-69793237D01* -X159309509Y-69793247D01* -X159320042Y-69813919D01* -X159321670Y-69817449D01* -X159334675Y-69848844D01* -X159359534Y-69908859D01* -X159359536Y-69908863D01* -X159359537Y-69908864D01* -X159411228Y-69993218D01* -X159413126Y-69996607D01* -X159423666Y-70017290D01* -X159423674Y-70017304D01* -X159437315Y-70036080D01* -X159439475Y-70039312D01* -X159491162Y-70123656D01* -X159491164Y-70123659D01* -X159555418Y-70198891D01* -X159557816Y-70201932D01* -X159571465Y-70220720D01* -X159587895Y-70237151D01* -X159590533Y-70240005D01* -X159651182Y-70311017D01* -X159654776Y-70315224D01* -X159720081Y-70371000D01* -X159729993Y-70379465D01* -X159732849Y-70382105D01* -X159749273Y-70398529D01* -X159749275Y-70398530D01* -X159749276Y-70398531D01* -X159768046Y-70412168D01* -X159768060Y-70412178D01* -X159771101Y-70414575D01* -X159846341Y-70478836D01* -X159850752Y-70481539D01* -X159930685Y-70530523D01* -X159933918Y-70532683D01* -X159952687Y-70546320D01* -X159952710Y-70546334D01* -X159973397Y-70556875D01* -X159976780Y-70558769D01* -X160061141Y-70610466D01* -X160061143Y-70610466D01* -X160061147Y-70610469D01* -X160109594Y-70630536D01* -X160152556Y-70648331D01* -X160156068Y-70649950D01* -X160176760Y-70660493D01* -X160185050Y-70663186D01* -X160185882Y-70663457D01* -X160198833Y-70667665D01* -X160202479Y-70669009D01* -X160285644Y-70703458D01* -X160293887Y-70706872D01* -X160293888Y-70706873D01* -X160309347Y-70710584D01* -X160390109Y-70729973D01* -X160393805Y-70731015D01* -X160415910Y-70738198D01* -X160438847Y-70741830D01* -X160442628Y-70742581D01* -X160538852Y-70765683D01* -X160637512Y-70773447D01* -X160641320Y-70773898D01* -X160664271Y-70777534D01* -X160664272Y-70777534D01* -X160687483Y-70777534D01* -X160691368Y-70777687D01* -X160730055Y-70780731D01* -X160790000Y-70785449D01* -X160853582Y-70780444D01* -X160888632Y-70777687D01* -X160892517Y-70777534D01* -X160915725Y-70777534D01* -X160915729Y-70777534D01* -X160938688Y-70773897D01* -X160942499Y-70773446D01* -X161033711Y-70766268D01* -X161041149Y-70765683D01* -X161065619Y-70759808D01* -X161137361Y-70742584D01* -X161141133Y-70741833D01* -X161164090Y-70738198D01* -X161186187Y-70731017D01* -X161189889Y-70729973D01* -X161268559Y-70711086D01* -X161286108Y-70706874D01* -X161286109Y-70706873D01* -X161286111Y-70706873D01* -X161377547Y-70668998D01* -X161381133Y-70667675D01* -X161403240Y-70660493D01* -X161423944Y-70649943D01* -X161427428Y-70648337D01* -X161518859Y-70610466D01* -X161603242Y-70558755D01* -X161606590Y-70556880D01* -X161621222Y-70549426D01* -X161626720Y-70546625D01* -X161627288Y-70546335D01* -X161627300Y-70546327D01* -X161646077Y-70532685D01* -X161649312Y-70530524D01* -X161660622Y-70523593D01* -X161733659Y-70478836D01* -X161808924Y-70414552D01* -X161811900Y-70412207D01* -X161830724Y-70398531D01* -X161847155Y-70382099D01* -X161849968Y-70379498D01* -X161925224Y-70315224D01* -X161989498Y-70239968D01* -X161992104Y-70237151D01* -X162008531Y-70220724D01* -X162022207Y-70201900D01* -X162024552Y-70198924D01* -X162088836Y-70123659D01* -X162140524Y-70039310D01* -X162142685Y-70036077D01* -X162156327Y-70017300D01* -X162156330Y-70017295D01* -X162156334Y-70017290D01* -X162166886Y-69996579D01* -X162168755Y-69993242D01* -X162220466Y-69908859D01* -X162258337Y-69817428D01* -X162259943Y-69813944D01* -X162270493Y-69793240D01* -X162277671Y-69771147D01* -X162278998Y-69767547D01* -X162316873Y-69676111D01* -X162339975Y-69579883D01* -X162341020Y-69576180D01* -X162348198Y-69554090D01* -X162351833Y-69531133D01* -X162352584Y-69527361D01* -X162372796Y-69443172D01* -X162375683Y-69431149D01* -X162380566Y-69369098D01* -X162383446Y-69332499D01* -X162383897Y-69328688D01* -X162387534Y-69305729D01* -X162388162Y-69273659D01* -X162388303Y-69270785D01* -X162395449Y-69180000D01* -X162388304Y-69089217D01* -X162388162Y-69086338D01* -X162387534Y-69054271D01* -X162383897Y-69031311D01* -X162383446Y-69027500D01* -X162375683Y-68928852D01* -X162375682Y-68928848D01* -X162375683Y-68928848D01* -X162352589Y-68832659D01* -X162352588Y-68832656D01* -X162352587Y-68832652D01* -X162351830Y-68828843D01* -X162351722Y-68828161D01* -X162348198Y-68805910D01* -X162341015Y-68783805D01* -X162339973Y-68780109D01* -X162317314Y-68685727D01* -X162316873Y-68683888D01* -X162316872Y-68683887D01* -X162315221Y-68679901D01* -X162279006Y-68592471D01* -X162277669Y-68588845D01* -X162270493Y-68566760D01* -X162259950Y-68546068D01* -X162258327Y-68542547D01* -X162244310Y-68508707D01* -X162221585Y-68453842D01* -X162220469Y-68451147D01* -X162220464Y-68451138D01* -X162214336Y-68441138D01* -X162168768Y-68366778D01* -X162166875Y-68363397D01* -X162156334Y-68342710D01* -X162156320Y-68342687D01* -X162142683Y-68323918D01* -X162140523Y-68320685D01* -X162088837Y-68236343D01* -X162088836Y-68236341D01* -X162024575Y-68161101D01* -X162022178Y-68158060D01* -X162017293Y-68151336D01* -X162008531Y-68139276D01* -X162008530Y-68139275D01* -X162008529Y-68139273D01* -X161992105Y-68122849D01* -X161989465Y-68119993D01* -X161925232Y-68044785D01* -X161925228Y-68044781D01* -X161925224Y-68044776D01* -X161925217Y-68044770D01* -X161925214Y-68044767D01* -X161850005Y-67980533D01* -X161847151Y-67977895D01* -X161830720Y-67961465D01* -X161811932Y-67947816D01* -X161808891Y-67945418D01* -X161733659Y-67881164D01* -X161732404Y-67880395D01* -X161649312Y-67829475D01* -X161646080Y-67827315D01* -X161627304Y-67813674D01* -X161627292Y-67813667D01* -X161612319Y-67806038D01* -X161606597Y-67803121D01* -X161603214Y-67801226D01* -X161518864Y-67749537D01* -X161518863Y-67749536D01* -X161518859Y-67749534D01* -X161472095Y-67730164D01* -X161427449Y-67711670D01* -X161423919Y-67710042D01* -X161403247Y-67699509D01* -X161403237Y-67699506D01* -X161381161Y-67692333D01* -X161377513Y-67690987D01* -X161286112Y-67653127D01* -X161286113Y-67653127D01* -X161189922Y-67630034D01* -X161186180Y-67628978D01* -X161164091Y-67621801D01* -X161141152Y-67618168D01* -X161137340Y-67617409D01* -X161041148Y-67594316D01* -X160942526Y-67586554D01* -X160938666Y-67586098D01* -X160915731Y-67582466D01* -X160915729Y-67582466D01* -X160892517Y-67582466D01* -X160888632Y-67582313D01* -X160801528Y-67575458D01* -X160790000Y-67574551D01* -X160789999Y-67574551D01* -X160691368Y-67582313D01* -X160687483Y-67582466D01* -X160664267Y-67582466D01* -X160641332Y-67586098D01* -X160637472Y-67586554D01* -X160538852Y-67594316D01* -X160442656Y-67617411D01* -X160438843Y-67618169D01* -X160415923Y-67621799D01* -X160415895Y-67621805D01* -X160393825Y-67628976D01* -X160390085Y-67630031D01* -X160293896Y-67653124D01* -X160293882Y-67653128D01* -X160202491Y-67690984D01* -X160198845Y-67692329D01* -X160176786Y-67699496D01* -X160176747Y-67699512D01* -X160156083Y-67710041D01* -X160152554Y-67711668D01* -X160061149Y-67749530D01* -X160061135Y-67749537D01* -X159976778Y-67801230D01* -X159973388Y-67803128D01* -X159952723Y-67813658D01* -X159952678Y-67813685D01* -X159933919Y-67827315D01* -X159930688Y-67829474D01* -X159846348Y-67881158D01* -X159771107Y-67945418D01* -X159768056Y-67947823D01* -X159749275Y-67961468D01* -X159749272Y-67961471D01* -X159742361Y-67968383D01* -X159732849Y-67977893D01* -X159729998Y-67980528D01* -X159654781Y-68044771D01* -X159654771Y-68044781D01* -X159590531Y-68119994D01* -X159587904Y-68122837D01* -X159583566Y-68127178D01* -X159571471Y-68139272D01* -X159571468Y-68139275D01* -X159557823Y-68158056D01* -X159555418Y-68161107D01* -X159491158Y-68236348D01* -X159439474Y-68320688D01* -X159437315Y-68323919D01* -X159423685Y-68342678D01* -X159423658Y-68342723D01* -X159413128Y-68363388D01* -X159411230Y-68366778D01* -X159359537Y-68451135D01* -X159359530Y-68451149D01* -X159321668Y-68542554D01* -X159320041Y-68546083D01* -X159309512Y-68566747D01* -X159309496Y-68566786D01* -X159302329Y-68588845D01* -X159300984Y-68592491D01* -X159263128Y-68683882D01* -X159263124Y-68683895D01* -X159240031Y-68780086D01* -X159238976Y-68783826D01* -X159231803Y-68805903D01* -X159231799Y-68805923D01* -X159228169Y-68828843D01* -X159227411Y-68832656D01* -X159204316Y-68928852D01* -X159196554Y-69027472D01* -X159196098Y-69031332D01* -X159192466Y-69054267D01* -X159192466Y-69077483D01* -X159192313Y-69081368D01* -X159184551Y-69179999D01* -X156505224Y-69179999D01* -X156505224Y-68921844D01* -X156505223Y-68921835D01* -X156496491Y-68877942D01* -X156496489Y-68877938D01* -X156477751Y-68849894D01* -X156463228Y-68828159D01* -X156433230Y-68808115D01* -X156413448Y-68794897D01* -X156413444Y-68794895D01* -X156369551Y-68786163D01* -X156369544Y-68786163D01* -X154389904Y-68786163D01* -X154389896Y-68786163D01* -X154346003Y-68794895D01* -X154345999Y-68794897D01* -X154296222Y-68828157D01* -X154296218Y-68828161D01* -X154262958Y-68877938D01* -X154262956Y-68877942D01* -X154254224Y-68921835D01* -X154254224Y-69408809D01* -X154235317Y-69467000D01* -X154185817Y-69502964D01* -X154155224Y-69507809D01* -X149851929Y-69507809D01* -X149793738Y-69488902D01* -X149757774Y-69439402D01* -X149752929Y-69408809D01* -X149752929Y-68918490D01* -X149752928Y-68918481D01* -X149744863Y-68877941D01* -X149744196Y-68874587D01* -X149710933Y-68824805D01* -X149710269Y-68824361D01* -X149661153Y-68791543D01* -X149661149Y-68791541D01* -X149617256Y-68782809D01* -X149617249Y-68782809D01* -X147637609Y-68782809D01* -X147637601Y-68782809D01* -X147593708Y-68791541D01* -X147593704Y-68791543D01* -X147543927Y-68824803D01* -X147543923Y-68824807D01* -X147510663Y-68874584D01* -X147510661Y-68874588D01* -X147501929Y-68918481D01* -X147501929Y-70648136D01* -X147510661Y-70692029D01* -X147510663Y-70692033D01* -X147536008Y-70729965D01* -X147543925Y-70741813D01* -X147593707Y-70775076D01* -X147604756Y-70777273D01* -X147637601Y-70783808D01* -X147637607Y-70783808D01* -X147637609Y-70783809D01* -X147637610Y-70783809D01* -X149617248Y-70783809D01* -X149617249Y-70783809D01* -X149617250Y-70783808D01* -X149617256Y-70783808D01* -X149644300Y-70778428D01* -X149661151Y-70775076D01* -X149710933Y-70741813D01* -X149744196Y-70692031D01* -X149749934Y-70663186D01* -X149752928Y-70648136D01* -X149752929Y-70648127D01* -X149752929Y-70157809D01* -X149771836Y-70099618D01* -X149821336Y-70063654D01* -X149851929Y-70058809D01* -X154155224Y-70058809D01* -X154213415Y-70077716D01* -X154249379Y-70127216D01* -X154254224Y-70157809D01* -X154254224Y-70651490D01* -X154262956Y-70695383D01* -X154262958Y-70695387D01* -X154293840Y-70741605D01* -X154296220Y-70745167D01* -X154346002Y-70778430D01* -X154357051Y-70780627D01* -X154389896Y-70787162D01* -X154389902Y-70787162D01* -X154389904Y-70787163D01* -X155949600Y-70787163D01* -X156007791Y-70806070D01* -X156019604Y-70816159D01* -X160756798Y-75553353D01* -X160784575Y-75607870D01* -X160785794Y-75623357D01* -X160785794Y-79722475D01* -X160766887Y-79780666D01* -X160756798Y-79792479D01* -X158396960Y-82152318D01* -X158342443Y-82180095D01* -X158326956Y-82181314D01* -X156767252Y-82181314D01* -X156723359Y-82190046D01* -X156723355Y-82190048D01* -X156673578Y-82223308D01* -X156673574Y-82223312D01* -X156640314Y-82273089D01* -X156640312Y-82273093D01* -X156631580Y-82316986D01* -X156631580Y-82805246D01* -X156612673Y-82863437D01* -X156563173Y-82899401D01* -X156532580Y-82904246D01* -X152220950Y-82904246D01* -X152162759Y-82885339D01* -X152126795Y-82835839D01* -X152121950Y-82805246D01* -X152121950Y-82314927D01* -X152121949Y-82314918D01* -X152115414Y-82282073D01* -X152113217Y-82271024D01* -X152079954Y-82221242D01* -X152071389Y-82215519D01* -X152030174Y-82187980D01* -X152030170Y-82187978D01* -X151986277Y-82179246D01* -X151986270Y-82179246D01* -X150426574Y-82179246D01* -X150368383Y-82160339D01* -X150356570Y-82150250D01* -X149082280Y-80875960D01* -X149069968Y-80860957D01* -X149063068Y-80850630D01* -X149060019Y-80846067D01* -X149039297Y-80832220D01* -X149039291Y-80832216D01* -X149026575Y-80823720D01* -X149001366Y-80806876D01* -X148968890Y-80785176D01* -X148941954Y-80779818D01* -X148882577Y-80768007D01* -X148882557Y-80768002D01* -X148861397Y-80763794D01* -X148861396Y-80763794D01* -X148861395Y-80763794D01* -X148843825Y-80767289D01* -X148824511Y-80769191D01* -X145332670Y-80769191D01* -X145313356Y-80767289D01* -X145295786Y-80763794D01* -X145295785Y-80763794D01* -X145295783Y-80763794D01* -X145276481Y-80767632D01* -X145276469Y-80767636D01* -X145188290Y-80785176D01* -X145177440Y-80792426D01* -X145155815Y-80806876D01* -X145139946Y-80817478D01* -X145122748Y-80828969D01* -X145122743Y-80828973D01* -X145120164Y-80830697D01* -X145120162Y-80830698D01* -X145109847Y-80837590D01* -X145097163Y-80846066D01* -X145097158Y-80846071D01* -X145087209Y-80860960D01* -X145074901Y-80875957D01* -X144760665Y-81190194D01* -X144706148Y-81217972D01* -X144690661Y-81219191D01* -X144262526Y-81219191D01* -X144233844Y-81223370D01* -X144194390Y-81229118D01* -X144089304Y-81280492D01* -X144006587Y-81363209D01* -X143955213Y-81468295D01* -X143951177Y-81495998D01* -X143945286Y-81536431D01* -X143945286Y-82152951D01* -X143955213Y-82221084D01* -X143962293Y-82235566D01* -X143965227Y-82241567D01* -X143975286Y-82285047D01* -X143975286Y-82732923D01* -X143956379Y-82791114D01* -X143932240Y-82814594D01* -X143928025Y-82817481D01* -X143848580Y-82896926D01* -X143803200Y-82999702D01* -X143800286Y-83024821D01* -X143800286Y-83677066D01* -X143781379Y-83735257D01* -X143771290Y-83747070D01* -X143002166Y-84516195D01* -X142947649Y-84543972D01* -X142932162Y-84545191D01* -X130816188Y-84545191D01* -X130796875Y-84543289D01* -X130791782Y-84542276D01* -X130779309Y-84539795D01* -X130779305Y-84539795D01* -X130755441Y-84544541D01* -X130755431Y-84544543D01* -X130680808Y-84559387D01* -X130671813Y-84561175D01* -X130671811Y-84561176D01* -X130606233Y-84604995D01* -X130606223Y-84605002D01* -X130580687Y-84622065D01* -X130580681Y-84622071D01* -X130570732Y-84636960D01* -X130558424Y-84651958D01* -X121874880Y-93335504D01* -X121820363Y-93363281D01* -X121804876Y-93364500D01* -X100550124Y-93364500D01* -X100491933Y-93345593D01* -X100480120Y-93335504D01* -X99516938Y-92372322D01* -X99489161Y-92317805D01* -X99488950Y-92288227D01* -X99490133Y-92280000D01* -X99489562Y-92276031D01* -X99471697Y-92151774D01* -X99462888Y-92132485D01* -X99417882Y-92033937D01* -X99333049Y-91936033D01* -X99333048Y-91936032D01* -X99333047Y-91936031D01* -X99224073Y-91865998D01* -X99224070Y-91865996D01* -X99224069Y-91865996D01* -X99194984Y-91857456D01* -X99099774Y-91829500D01* -X99099772Y-91829500D01* -X98970228Y-91829500D01* -X98970226Y-91829500D01* -X98970220Y-91829501D01* -X98952692Y-91834648D01* -X98905490Y-91836756D01* -X98886863Y-91833051D01* -X98886856Y-91833048D01* -X98864503Y-91828603D01* -X98864501Y-91828603D01* -X98864500Y-91828603D01* -X98859991Y-91829500D01* -X98846930Y-91832098D01* -X98827616Y-91834000D01* -X93874624Y-91834000D01* -X93816433Y-91815093D01* -X93804620Y-91805004D01* -X91469444Y-89469827D01* -X92204500Y-89469827D01* -X92213232Y-89513720D01* -X92213234Y-89513724D01* -X92245749Y-89562386D01* -X92246496Y-89563504D01* -X92296278Y-89596767D01* -X92307327Y-89598964D01* -X92340172Y-89605499D01* -X92340178Y-89605499D01* -X92340180Y-89605500D01* -X92340181Y-89605500D01* -X94019819Y-89605500D01* -X94019820Y-89605500D01* -X94019821Y-89605499D01* -X94019827Y-89605499D01* -X94041623Y-89601162D01* -X94063722Y-89596767D01* -X94113504Y-89563504D01* -X94146767Y-89513722D01* -X94155500Y-89469820D01* -X94155500Y-89129499D01* -X94174407Y-89071309D01* -X94223907Y-89035345D01* -X94254500Y-89030500D01* -X94768626Y-89030500D01* -X94826817Y-89049407D01* -X94855934Y-89082829D01* -X94877070Y-89122370D01* -X94904974Y-89174577D01* -X94904975Y-89174578D01* -X94904977Y-89174581D01* -X94946765Y-89225500D01* -X95026875Y-89323115D01* -X95026884Y-89323124D01* -X95070685Y-89359070D01* -X95175419Y-89445023D01* -X95175423Y-89445025D01* -X95175430Y-89445030D01* -X95344880Y-89535602D01* -X95344886Y-89535605D01* -X95472988Y-89574464D01* -X95528768Y-89591385D01* -X95528773Y-89591386D01* -X95719997Y-89610220D01* -X95720000Y-89610220D01* -X95720003Y-89610220D01* -X95911226Y-89591386D01* -X95911231Y-89591385D01* -X95929253Y-89585918D01* -X96095114Y-89535605D01* -X96186714Y-89486644D01* -X96264569Y-89445030D01* -X96264572Y-89445027D01* -X96264581Y-89445023D01* -X96413120Y-89323120D01* -X96535023Y-89174581D01* -X96584064Y-89082830D01* -X96628169Y-89040425D01* -X96671374Y-89030500D01* -X97308626Y-89030500D01* -X97366817Y-89049407D01* -X97395934Y-89082829D01* -X97417070Y-89122370D01* -X97444974Y-89174577D01* -X97444975Y-89174578D01* -X97444977Y-89174581D01* -X97486765Y-89225500D01* -X97566875Y-89323115D01* -X97566884Y-89323124D01* -X97610685Y-89359070D01* -X97715419Y-89445023D01* -X97715423Y-89445025D01* -X97715430Y-89445030D01* -X97884880Y-89535602D01* -X97884886Y-89535605D01* -X98012987Y-89574464D01* -X98068768Y-89591385D01* -X98068773Y-89591386D01* -X98259997Y-89610220D01* -X98260000Y-89610220D01* -X98260003Y-89610220D01* -X98451226Y-89591386D01* -X98451228Y-89591385D01* -X98451231Y-89591385D01* -X98550784Y-89561185D01* -X98611955Y-89562386D01* -X98649525Y-89585918D01* -X100601592Y-91537985D01* -X100619027Y-91555419D01* -X100624158Y-91560550D01* -X100645645Y-91571498D01* -X100658886Y-91579612D01* -X100678408Y-91593794D01* -X100678409Y-91593794D01* -X100678411Y-91593796D01* -X100701361Y-91601252D01* -X100715701Y-91607193D01* -X100737196Y-91618146D01* -X100761034Y-91621921D01* -X100776111Y-91625541D01* -X100799067Y-91633000D01* -X100830981Y-91633000D01* -X105086481Y-91633000D01* -X105144672Y-91651907D01* -X105180636Y-91701407D01* -X105184634Y-91744922D01* -X105174750Y-91819999D01* -X105174750Y-91820000D01* -X105193669Y-91963708D01* -X105193670Y-91963709D01* -X105244781Y-92087105D01* -X105249139Y-92097625D01* -X105337379Y-92212621D01* -X105452375Y-92300861D01* -X105586291Y-92356330D01* -X105730000Y-92375250D01* -X105873709Y-92356330D01* -X106007625Y-92300861D01* -X106122621Y-92212621D01* -X106210861Y-92097625D01* -X106266330Y-91963709D01* -X106279173Y-91866148D01* -X106305513Y-91810925D01* -X106307244Y-91809147D01* -X106475641Y-91640750D01* -X106504173Y-91623274D01* -X106503362Y-91621683D01* -X106518362Y-91614040D01* -X106558105Y-91593789D01* -X106603050Y-91583000D01* -X106799819Y-91583000D01* -X106799820Y-91583000D01* -X106799821Y-91582999D01* -X106799827Y-91582999D01* -X106821623Y-91578662D01* -X106843722Y-91574267D01* -X106893504Y-91541004D01* -X106926767Y-91491222D01* -X106935500Y-91447320D01* -X106935500Y-91017680D01* -X106935499Y-91017678D01* -X106935499Y-91017672D01* -X106926767Y-90973779D01* -X106926765Y-90973775D01* -X106926323Y-90973114D01* -X106893504Y-90923996D01* -X106873813Y-90910839D01* -X106843724Y-90890734D01* -X106843720Y-90890732D01* -X106799827Y-90882000D01* -X106799820Y-90882000D01* -X106603050Y-90882000D01* -X106558105Y-90871210D01* -X106510304Y-90846854D01* -X106416521Y-90832000D01* -X106416519Y-90832000D01* -X105325334Y-90832000D01* -X105267143Y-90813093D01* -X105231179Y-90763593D01* -X105231179Y-90702407D01* -X105265066Y-90654458D01* -X105282555Y-90641038D01* -X105332621Y-90602621D01* -X105413416Y-90497327D01* -X105834500Y-90497327D01* -X105843232Y-90541220D01* -X105843234Y-90541224D01* -X105854915Y-90558706D01* -X105876496Y-90591004D01* -X105926278Y-90624267D01* -X105931929Y-90625391D01* -X105970172Y-90632999D01* -X105970178Y-90632999D01* -X105970180Y-90633000D01* -X105970181Y-90633000D01* -X106799819Y-90633000D01* -X106799820Y-90633000D01* -X106799821Y-90632999D01* -X106799827Y-90632999D01* -X106821623Y-90628662D01* -X106843722Y-90624267D01* -X106893504Y-90591004D01* -X106926767Y-90541222D01* -X106934009Y-90504815D01* -X106934529Y-90502200D01* -X108785000Y-90502200D01* -X108796603Y-90560536D01* -X108840806Y-90626689D01* -X108840810Y-90626693D01* -X108906963Y-90670896D01* -X108965299Y-90682499D01* -X108965303Y-90682500D01* -X109169894Y-90682500D01* -X109228085Y-90701407D01* -X109264049Y-90750907D01* -X109264049Y-90812093D01* -X109228085Y-90861593D01* -X109214838Y-90869710D01* -X109211894Y-90871210D01* -X109166950Y-90882000D01* -X108970172Y-90882000D01* -X108926279Y-90890732D01* -X108926275Y-90890734D01* -X108876498Y-90923994D01* -X108876494Y-90923998D01* -X108843234Y-90973775D01* -X108843232Y-90973779D01* -X108834500Y-91017672D01* -X108834500Y-91447327D01* -X108843232Y-91491220D01* -X108843233Y-91491222D01* -X108876496Y-91541004D01* -X108926278Y-91574267D01* -X108937327Y-91576464D01* -X108970172Y-91582999D01* -X108970178Y-91582999D01* -X108970180Y-91583000D01* -X109166950Y-91583000D01* -X109211894Y-91593789D01* -X109259696Y-91618146D01* -X109327833Y-91628937D01* -X109353479Y-91633000D01* -X109353481Y-91633000D01* -X110490422Y-91633000D01* -X110548613Y-91651907D01* -X110584577Y-91701407D01* -X110584577Y-91762593D01* -X110581886Y-91769885D01* -X110533670Y-91886290D01* -X110533669Y-91886291D01* -X110514750Y-92029999D01* -X110514750Y-92030000D01* -X110533669Y-92173708D01* -X110533670Y-92173709D01* -X110586337Y-92300862D01* -X110589139Y-92307625D01* -X110677379Y-92422621D01* -X110792375Y-92510861D01* -X110926291Y-92566330D01* -X111070000Y-92585250D01* -X111213709Y-92566330D01* -X111347625Y-92510861D01* -X111462621Y-92422621D01* -X111550861Y-92307625D01* -X111606330Y-92173709D01* -X111625250Y-92030000D01* -X111624758Y-92026266D01* -X111606330Y-91886291D01* -X111550861Y-91752375D01* -X111540227Y-91738517D01* -X111490958Y-91674307D01* -X111470534Y-91616631D01* -X111470500Y-91614040D01* -X111470500Y-91484500D01* -X111489407Y-91426309D01* -X111538907Y-91390345D01* -X111569500Y-91385500D01* -X111909486Y-91385500D01* -X111964488Y-91402185D01* -X112001278Y-91426767D01* -X112012327Y-91428964D01* -X112045172Y-91435499D01* -X112045178Y-91435499D01* -X112045180Y-91435500D01* -X112045181Y-91435500D01* -X113014819Y-91435500D01* -X113014820Y-91435500D01* -X113014821Y-91435499D01* -X113014827Y-91435499D01* -X113036623Y-91431162D01* -X113058722Y-91426767D01* -X113095511Y-91402185D01* -X113150514Y-91385500D01* -X115488432Y-91385500D01* -X115488433Y-91385500D01* -X115511382Y-91378043D01* -X115526465Y-91374421D01* -X115550304Y-91370646D01* -X115571802Y-91359690D01* -X115586151Y-91353748D01* -X115609090Y-91346296D01* -X115628612Y-91332111D01* -X115641849Y-91324000D01* -X115663342Y-91313050D01* -X115680260Y-91296130D01* -X115680272Y-91296121D01* -X116189069Y-90787323D01* -X116243586Y-90759545D01* -X116246121Y-90759177D01* -X116343709Y-90746330D01* -X116477625Y-90690861D01* -X116592621Y-90602621D01* -X116680861Y-90487625D01* -X116736330Y-90353709D01* -X116755250Y-90210000D01* -X116755143Y-90209191D01* -X116736330Y-90066291D01* -X116680861Y-89932375D01* -X116620956Y-89854306D01* -X116600533Y-89796632D01* -X116600500Y-89794116D01* -X116600500Y-89575586D01* -X116619408Y-89517395D01* -X116656019Y-89486645D01* -X116681483Y-89474198D01* -X116764198Y-89391483D01* -X116815573Y-89286393D01* -X116825500Y-89218260D01* -X116825500Y-88751740D01* -X116815573Y-88683607D01* -X116813540Y-88679449D01* -X116779218Y-88609242D01* -X116764198Y-88578517D01* -X116681483Y-88495802D01* -X116658174Y-88484407D01* -X116576395Y-88444427D01* -X116549139Y-88440456D01* -X116508260Y-88434500D01* -X115891740Y-88434500D01* -X115862413Y-88438773D01* -X115823604Y-88444427D01* -X115718518Y-88495801D01* -X115635801Y-88578518D01* -X115584427Y-88683604D01* -X115580032Y-88713772D01* -X115574500Y-88751740D01* -X115574500Y-89218260D01* -X115579708Y-89254004D01* -X115584427Y-89286395D01* -X115624697Y-89368768D01* -X115635802Y-89391483D01* -X115718517Y-89474198D01* -X115743979Y-89486645D01* -X115787953Y-89529186D01* -X115799500Y-89575586D01* -X115799500Y-89794040D01* -X115780593Y-89852231D01* -X115779042Y-89854307D01* -X115719142Y-89932370D01* -X115719137Y-89932378D01* -X115663670Y-90066290D01* -X115650825Y-90163849D01* -X115624483Y-90219074D01* -X115622676Y-90220929D01* -X115288104Y-90555503D01* -X115233587Y-90583281D01* -X115218100Y-90584500D01* -X113244541Y-90584500D01* -X113186350Y-90565593D01* -X113150386Y-90516093D01* -X113147445Y-90504824D01* -X113141767Y-90476278D01* -X113108504Y-90426496D01* -X113107840Y-90426052D01* -X113058724Y-90393234D01* -X113058720Y-90393232D01* -X113014827Y-90384500D01* -X113014820Y-90384500D01* -X112045180Y-90384500D01* -X112045172Y-90384500D01* -X112001279Y-90393232D01* -X112001275Y-90393234D01* -X111951498Y-90426494D01* -X111951494Y-90426498D01* -X111918234Y-90476275D01* -X111918233Y-90476277D01* -X111918233Y-90476278D01* -X111912556Y-90504816D01* -X111882659Y-90558199D01* -X111827094Y-90583814D01* -X111815459Y-90584500D01* -X111523423Y-90584500D01* -X111465232Y-90565593D01* -X111442854Y-90543029D01* -X111439830Y-90538794D01* -X111439826Y-90538790D01* -X111439826Y-90538789D01* -X111351211Y-90450174D01* -X111238625Y-90395134D01* -X111238626Y-90395134D01* -X111220377Y-90392475D01* -X111165636Y-90384500D01* -X110594364Y-90384500D01* -X110550570Y-90390880D01* -X110521373Y-90395134D01* -X110408790Y-90450173D01* -X110320173Y-90538790D01* -X110265134Y-90651373D01* -X110265133Y-90651375D01* -X110265134Y-90651375D01* -X110256212Y-90712617D01* -X110254500Y-90724367D01* -X110254500Y-90733000D01* -X110235593Y-90791191D01* -X110186093Y-90827155D01* -X110155500Y-90832000D01* -X109948286Y-90832000D01* -X109890095Y-90813093D01* -X109854131Y-90763593D01* -X109854131Y-90702407D01* -X109890095Y-90652907D01* -X109893284Y-90650685D01* -X109929189Y-90626693D01* -X109929193Y-90626689D01* -X109973396Y-90560536D01* -X109984999Y-90502200D01* -X109985000Y-90502197D01* -X109985000Y-90482500D01* -X108785000Y-90482500D01* -X108785000Y-90502200D01* -X106934529Y-90502200D01* -X106935499Y-90497327D01* -X106935500Y-90497318D01* -X106935500Y-90082499D01* -X108785000Y-90082499D01* -X108785001Y-90082500D01* -X109184999Y-90082500D01* -X109185000Y-90082499D01* -X109185000Y-89882501D01* -X109184999Y-89882500D01* -X109585000Y-89882500D01* -X109585000Y-90082499D01* -X109585001Y-90082500D01* -X109984999Y-90082500D01* -X109985000Y-90082499D01* -X109985000Y-90062802D01* -X109984999Y-90062799D01* -X109973396Y-90004463D01* -X109929193Y-89938310D01* -X109929189Y-89938306D01* -X109863036Y-89894103D01* -X109804700Y-89882500D01* -X109585000Y-89882500D01* -X109184999Y-89882500D01* -X108965299Y-89882500D01* -X108906963Y-89894103D01* -X108840810Y-89938306D01* -X108840806Y-89938310D01* -X108796603Y-90004463D01* -X108785000Y-90062799D01* -X108785000Y-90082499D01* -X106935500Y-90082499D01* -X106935500Y-90067681D01* -X106935499Y-90067672D01* -X106926767Y-90023779D01* -X106926765Y-90023775D01* -X106913174Y-90003434D01* -X106893504Y-89973996D01* -X106873891Y-89960891D01* -X106843724Y-89940734D01* -X106843720Y-89940732D01* -X106799827Y-89932000D01* -X106799820Y-89932000D01* -X106613822Y-89932000D01* -X106555631Y-89913093D01* -X106519667Y-89863593D01* -X106519667Y-89802407D01* -X106555631Y-89752907D01* -X106577652Y-89740843D01* -X106612794Y-89727052D01* -X106621896Y-89719793D01* -X106640950Y-89704599D01* -X106670648Y-89693453D01* -X110205000Y-89693453D01* -X110220760Y-89792965D01* -X110220762Y-89792969D01* -X110281881Y-89912921D01* -X110377078Y-90008118D01* -X110497030Y-90069237D01* -X110497029Y-90069237D01* -X110596546Y-90084999D01* -X110629999Y-90084999D01* -X110630000Y-90084998D01* -X111130000Y-90084998D01* -X111130001Y-90084999D01* -X111163453Y-90084999D01* -X111262965Y-90069239D01* -X111262969Y-90069237D01* -X111382921Y-90008118D01* -X111478118Y-89912921D01* -X111482307Y-89904700D01* -X111860000Y-89904700D01* -X111871603Y-89963036D01* -X111915806Y-90029189D01* -X111915810Y-90029193D01* -X111981963Y-90073396D01* -X112040299Y-90084999D01* -X112040303Y-90085000D01* -X112279999Y-90085000D01* -X112280000Y-90084999D01* -X112280000Y-89760001D01* -X112279999Y-89760000D01* -X112780000Y-89760000D01* -X112780000Y-90084999D01* -X112780001Y-90085000D01* -X113019697Y-90085000D01* -X113019700Y-90084999D01* -X113078036Y-90073396D01* -X113144189Y-90029193D01* -X113144193Y-90029189D01* -X113188396Y-89963036D01* -X113199999Y-89904700D01* -X113200000Y-89904697D01* -X113200000Y-89760001D01* -X113199999Y-89760000D01* -X112780000Y-89760000D01* -X112279999Y-89760000D01* -X111860001Y-89760000D01* -X111860000Y-89760001D01* -X111860000Y-89904700D01* -X111482307Y-89904700D01* -X111539237Y-89792969D01* -X111555000Y-89693453D01* -X111555000Y-89685001D01* -X111554999Y-89685000D01* -X111130001Y-89685000D01* -X111130000Y-89685001D01* -X111130000Y-90084998D01* -X110630000Y-90084998D01* -X110630000Y-89685001D01* -X110629999Y-89685000D01* -X110205002Y-89685000D01* -X110205001Y-89685001D01* -X110205001Y-89693453D01* -X110205000Y-89693453D01* -X106670648Y-89693453D01* -X106698233Y-89683100D01* -X106702675Y-89683000D01* -X106799819Y-89683000D01* -X106799820Y-89683000D01* -X106799821Y-89682999D01* -X106799827Y-89682999D01* -X106821623Y-89678662D01* -X106843722Y-89674267D01* -X106893504Y-89641004D01* -X106926767Y-89591222D01* -X106931162Y-89569123D01* -X106935499Y-89547327D01* -X108834500Y-89547327D01* -X108843232Y-89591220D01* -X108843234Y-89591224D01* -X108852773Y-89605500D01* -X108876496Y-89641004D01* -X108926278Y-89674267D01* -X108937327Y-89676464D01* -X108970172Y-89682999D01* -X108970178Y-89682999D01* -X108970180Y-89683000D01* -X108970181Y-89683000D01* -X109799819Y-89683000D01* -X109799820Y-89683000D01* -X109799821Y-89682999D01* -X109799827Y-89682999D01* -X109821623Y-89678662D01* -X109843722Y-89674267D01* -X109893504Y-89641004D01* -X109926767Y-89591222D01* -X109931162Y-89569123D01* -X109935499Y-89547327D01* -X109935500Y-89547318D01* -X109935500Y-89259999D01* -X111860000Y-89259999D01* -X111860001Y-89260000D01* -X112279999Y-89260000D01* -X112280000Y-89259999D01* -X112780000Y-89259999D01* -X112780001Y-89260000D01* -X113199999Y-89260000D01* -X113200000Y-89259998D01* -X113200000Y-89115302D01* -X113199999Y-89115299D01* -X113188396Y-89056963D01* -X113144193Y-88990810D01* -X113144189Y-88990806D01* -X113078036Y-88946603D01* -X113019700Y-88935000D01* -X112780001Y-88935000D01* -X112780000Y-88935001D01* -X112780000Y-89259999D01* -X112280000Y-89259999D01* -X112280000Y-88935001D01* -X112279999Y-88935000D01* -X112040299Y-88935000D01* -X111981963Y-88946603D01* -X111915810Y-88990806D01* -X111915806Y-88990810D01* -X111871603Y-89056963D01* -X111860000Y-89115299D01* -X111860000Y-89259999D01* -X109935500Y-89259999D01* -X109935500Y-89184998D01* -X110204999Y-89184998D01* -X110205001Y-89185000D01* -X110629999Y-89185000D01* -X110630000Y-89184999D01* -X111130000Y-89184999D01* -X111130001Y-89185000D01* -X111554998Y-89185000D01* -X111554999Y-89184999D01* -X111554999Y-89176546D01* -X111539239Y-89077034D01* -X111539237Y-89077030D01* -X111478118Y-88957078D01* -X111382921Y-88861881D01* -X111262969Y-88800762D01* -X111262970Y-88800762D01* -X111163454Y-88785000D01* -X111130001Y-88785000D01* -X111130000Y-88785001D01* -X111130000Y-89184999D01* -X110630000Y-89184999D01* -X110630000Y-88785000D01* -X110596547Y-88785000D01* -X110596544Y-88785001D01* -X110497034Y-88800760D01* -X110497030Y-88800762D01* -X110377078Y-88861881D01* -X110281881Y-88957078D01* -X110220762Y-89077030D01* -X110205000Y-89176546D01* -X110204999Y-89184998D01* -X109935500Y-89184998D01* -X109935500Y-89117681D01* -X109935499Y-89117672D01* -X109928279Y-89081378D01* -X109926767Y-89073778D01* -X109893504Y-89023996D01* -X109879497Y-89014637D01* -X109843724Y-88990734D01* -X109843720Y-88990732D01* -X109799827Y-88982000D01* -X109799820Y-88982000D01* -X108970180Y-88982000D01* -X108970172Y-88982000D01* -X108926279Y-88990732D01* -X108926275Y-88990734D01* -X108876498Y-89023994D01* -X108876494Y-89023998D01* -X108843234Y-89073775D01* -X108843232Y-89073779D01* -X108834500Y-89117672D01* -X108834500Y-89547327D01* -X106935499Y-89547327D01* -X106935500Y-89547318D01* -X106935500Y-89117681D01* -X106935499Y-89117672D01* -X106928279Y-89081378D01* -X106926767Y-89073778D01* -X106893504Y-89023996D01* -X106879496Y-89014636D01* -X106841618Y-88966586D01* -X106835500Y-88932322D01* -X106835500Y-88057611D01* -X106854407Y-87999420D01* -X106864496Y-87987607D01* -X107622607Y-87229496D01* -X107677124Y-87201719D01* -X107692611Y-87200500D01* -X108879819Y-87200500D01* -X108879820Y-87200500D01* -X108879821Y-87200499D01* -X108879827Y-87200499D01* -X108901623Y-87196162D01* -X108923722Y-87191767D01* -X108973504Y-87158504D01* -X109006767Y-87108722D01* -X109013535Y-87074697D01* -X109015499Y-87064827D01* -X109015500Y-87064818D01* -X109015500Y-86574500D01* -X109034407Y-86516309D01* -X109083907Y-86480345D01* -X109114500Y-86475500D01* -X109858116Y-86475500D01* -X109877429Y-86477401D01* -X109895000Y-86480897D01* -X109917367Y-86476447D01* -X109917373Y-86476447D01* -X109943332Y-86471283D01* -X109978996Y-86464189D01* -X110039758Y-86471379D01* -X110084688Y-86512911D01* -X110096626Y-86572921D01* -X110095411Y-86580592D01* -X110094501Y-86585166D01* -X110094500Y-86585181D01* -X110094500Y-87554827D01* -X110103232Y-87598720D01* -X110103234Y-87598724D01* -X110119905Y-87623674D01* -X110136496Y-87648504D01* -X110186278Y-87681767D01* -X110197327Y-87683964D01* -X110230172Y-87690499D01* -X110230178Y-87690499D01* -X110230180Y-87690500D01* -X110230181Y-87690500D01* -X111009819Y-87690500D01* -X111009820Y-87690500D01* -X111009821Y-87690499D01* -X111009827Y-87690499D01* -X111031623Y-87686162D01* -X111053722Y-87681767D01* -X111103504Y-87648504D01* -X111136767Y-87598722D01* -X111141162Y-87576623D01* -X111144529Y-87559700D01* -X111445000Y-87559700D01* -X111456603Y-87618036D01* -X111500806Y-87684189D01* -X111500810Y-87684193D01* -X111566963Y-87728396D01* -X111625299Y-87739999D01* -X111625303Y-87740000D01* -X111769999Y-87740000D01* -X111770000Y-87739999D01* -X112270000Y-87739999D01* -X112270001Y-87740000D01* -X112414697Y-87740000D01* -X112414700Y-87739999D01* -X112473036Y-87728396D01* -X112539189Y-87684193D01* -X112539193Y-87684189D01* -X112583396Y-87618036D01* -X112594999Y-87559700D01* -X112595000Y-87559697D01* -X112595000Y-87320001D01* -X112594999Y-87320000D01* -X112270001Y-87320000D01* -X112270000Y-87320001D01* -X112270000Y-87739999D01* -X111770000Y-87739999D01* -X111770000Y-87739998D01* -X111770000Y-87320001D01* -X111769999Y-87320000D01* -X111445001Y-87320000D01* -X111445000Y-87320001D01* -X111445000Y-87559700D01* -X111144529Y-87559700D01* -X111145499Y-87554827D01* -X111145500Y-87554818D01* -X111145500Y-86819998D01* -X111445000Y-86819998D01* -X111445001Y-86820000D01* -X111769999Y-86820000D01* -X111770000Y-86819999D01* -X112270000Y-86819999D01* -X112270001Y-86820000D01* -X112594999Y-86820000D01* -X112595000Y-86819998D01* -X112595000Y-86580302D01* -X112594999Y-86580299D01* -X112583396Y-86521963D01* -X112539193Y-86455810D01* -X112539189Y-86455806D01* -X112473036Y-86411603D01* -X112414700Y-86400000D01* -X112270001Y-86400000D01* -X112270000Y-86400001D01* -X112270000Y-86819999D01* -X111770000Y-86819999D01* -X111770000Y-86400001D01* -X111769999Y-86400000D01* -X111625299Y-86400000D01* -X111566963Y-86411603D01* -X111500810Y-86455806D01* -X111500806Y-86455810D01* -X111456603Y-86521963D01* -X111445000Y-86580299D01* -X111445000Y-86819998D01* -X111145500Y-86819998D01* -X111145500Y-86585181D01* -X111145499Y-86585172D01* -X111136767Y-86541279D01* -X111136765Y-86541275D01* -X111116421Y-86510828D01* -X111103504Y-86491496D01* -X111088360Y-86481377D01* -X111053724Y-86458234D01* -X111053720Y-86458232D01* -X111009827Y-86449500D01* -X111009820Y-86449500D01* -X110959500Y-86449500D01* -X110901309Y-86430593D01* -X110865345Y-86381093D01* -X110860500Y-86350500D01* -X110860500Y-86215080D01* -X110879407Y-86156889D01* -X110916020Y-86126139D01* -X110918623Y-86124866D01* -X110918625Y-86124866D01* -X111031211Y-86069826D01* -X111119826Y-85981211D01* -X111174866Y-85868625D01* -X111185500Y-85795636D01* -X111185500Y-85793453D01* -X111485000Y-85793453D01* -X111500760Y-85892965D01* -X111500762Y-85892969D01* -X111561881Y-86012921D01* -X111657078Y-86108118D01* -X111777030Y-86169237D01* -X111777029Y-86169237D01* -X111876540Y-86184998D01* -X111876551Y-86184999D01* -X111885000Y-86184998D01* -X111885000Y-85760001D01* -X111884999Y-85760000D01* -X112385000Y-85760000D01* -X112385000Y-86184998D01* -X112385001Y-86184999D01* -X112393453Y-86184999D01* -X112480008Y-86171291D01* -X115514500Y-86171291D01* -X115514501Y-86171294D01* -X115517180Y-86189682D01* -X115524957Y-86243068D01* -X115549101Y-86292455D01* -X115579081Y-86353780D01* -X115666220Y-86440919D01* -X115776933Y-86495043D01* -X115839774Y-86504198D01* -X115894630Y-86531298D01* -X115923082Y-86585466D01* -X115924500Y-86602164D01* -X115924500Y-86694105D01* -X115905593Y-86752296D01* -X115856093Y-86788260D01* -X115839778Y-86792070D01* -X115823606Y-86794426D01* -X115718518Y-86845801D01* -X115635801Y-86928518D01* -X115584427Y-87033604D01* -X115580581Y-87060002D01* -X115574500Y-87101740D01* -X115574500Y-87568260D01* -X115578939Y-87598724D01* -X115584427Y-87636395D01* -X115635077Y-87740000D01* -X115635802Y-87741483D01* -X115718517Y-87824198D01* -X115745130Y-87837208D01* -X115823604Y-87875572D01* -X115823605Y-87875572D01* -X115823607Y-87875573D01* -X115891740Y-87885500D01* -X115891743Y-87885500D01* -X116508257Y-87885500D01* -X116508260Y-87885500D01* -X116576393Y-87875573D01* -X116681483Y-87824198D01* -X116764198Y-87741483D01* -X116815573Y-87636393D01* -X116825500Y-87568260D01* -X116825500Y-87101740D01* -X116815573Y-87033607D01* -X116813546Y-87029461D01* -X116780227Y-86961306D01* -X116764198Y-86928517D01* -X116681483Y-86845802D01* -X116681481Y-86845801D01* -X116576393Y-86794426D01* -X116560222Y-86792070D01* -X116505367Y-86764968D01* -X116476918Y-86710799D01* -X116475500Y-86694105D01* -X116475500Y-86570318D01* -X116494407Y-86512127D01* -X116531018Y-86481378D01* -X116613780Y-86440919D01* -X116700919Y-86353780D01* -X116755043Y-86243067D01* -X116765500Y-86171295D01* -X116765499Y-85663706D01* -X116755043Y-85591933D01* -X116700919Y-85481220D01* -X116613780Y-85394081D01* -X116503067Y-85339957D01* -X116503068Y-85339957D01* -X116488712Y-85337865D01* -X116431295Y-85329500D01* -X116431291Y-85329500D01* -X115848710Y-85329500D01* -X115848707Y-85329500D01* -X115848706Y-85329501D01* -X115824781Y-85332986D01* -X115776931Y-85339957D01* -X115666220Y-85394081D01* -X115579081Y-85481220D01* -X115524957Y-85591931D01* -X115523186Y-85604085D01* -X115517742Y-85641457D01* -X115514500Y-85663708D01* -X115514500Y-86171289D01* -X115514500Y-86171291D01* -X112480008Y-86171291D01* -X112492965Y-86169239D01* -X112492969Y-86169237D01* -X112612921Y-86108118D01* -X112708118Y-86012921D01* -X112769237Y-85892969D01* -X112785000Y-85793453D01* -X112785000Y-85760001D01* -X112784999Y-85760000D01* -X112385000Y-85760000D01* -X111884999Y-85760000D01* -X111485002Y-85760000D01* -X111485001Y-85760001D01* -X111485001Y-85793453D01* -X111485000Y-85793453D01* -X111185500Y-85793453D01* -X111185500Y-85259999D01* -X111485000Y-85259999D01* -X111485001Y-85260000D01* -X111884999Y-85260000D01* -X111885000Y-85259999D01* -X111885000Y-85259998D01* -X112384999Y-85259998D01* -X112385001Y-85260000D01* -X112784998Y-85260000D01* -X112784999Y-85259998D01* -X112784999Y-85226546D01* -X112769239Y-85127034D01* -X112769237Y-85127030D01* -X112708118Y-85007078D01* -X112612921Y-84911881D01* -X112492969Y-84850762D01* -X112492970Y-84850762D01* -X112393454Y-84835000D01* -X112385001Y-84835000D01* -X112384999Y-84835001D01* -X112384999Y-85259998D01* -X111885000Y-85259998D01* -X111885000Y-84834999D01* -X111876558Y-84835000D01* -X111876544Y-84835001D01* -X111777035Y-84850760D01* -X111777030Y-84850762D01* -X111657078Y-84911881D01* -X111561881Y-85007078D01* -X111500762Y-85127030D01* -X111485000Y-85226546D01* -X111485000Y-85259999D01* -X111185500Y-85259999D01* -X111185500Y-85224364D01* -X111174866Y-85151375D01* -X111119826Y-85038789D01* -X111031211Y-84950174D01* -X110952881Y-84911881D01* -X110918625Y-84895134D01* -X110918626Y-84895134D01* -X110900377Y-84892475D01* -X110845636Y-84884500D01* -X110324364Y-84884500D01* -X110280570Y-84890880D01* -X110251373Y-84895134D01* -X110138790Y-84950173D01* -X110050173Y-85038790D01* -X109995134Y-85151373D01* -X109995133Y-85151375D01* -X109995134Y-85151375D01* -X109986014Y-85213976D01* -X109984500Y-85224367D01* -X109984500Y-85679876D01* -X109965593Y-85738067D01* -X109955504Y-85749880D01* -X109809880Y-85895504D01* -X109755363Y-85923281D01* -X109739876Y-85924500D01* -X109114500Y-85924500D01* -X109056309Y-85905593D01* -X109020345Y-85856093D01* -X109015500Y-85825500D01* -X109015500Y-85335181D01* -X109015499Y-85335172D01* -X109007706Y-85295998D01* -X109006767Y-85291278D01* -X108973504Y-85241496D01* -X108948226Y-85224606D01* -X108923724Y-85208234D01* -X108923720Y-85208232D01* -X108879827Y-85199500D01* -X108879820Y-85199500D01* -X107150180Y-85199500D01* -X107150172Y-85199500D01* -X107106279Y-85208232D01* -X107106275Y-85208234D01* -X107056498Y-85241494D01* -X107056494Y-85241498D01* -X107023234Y-85291275D01* -X107023232Y-85291279D01* -X107014500Y-85335172D01* -X107014500Y-86522388D01* -X106995593Y-86580579D01* -X106985504Y-86592392D01* -X106086301Y-87491593D01* -X106082160Y-87495294D01* -X106051031Y-87520119D01* -X106017519Y-87569271D01* -X105982207Y-87617116D01* -X105978742Y-87623674D01* -X105978353Y-87623468D01* -X105977350Y-87625455D01* -X105977746Y-87625646D01* -X105974528Y-87632327D01* -X105956992Y-87689177D01* -X105937355Y-87745297D01* -X105935976Y-87752587D01* -X105935544Y-87752505D01* -X105935171Y-87754700D01* -X105935605Y-87754766D01* -X105934500Y-87762099D01* -X105934500Y-87821572D01* -X105932276Y-87881010D01* -X105933107Y-87888385D01* -X105932668Y-87888434D01* -X105934500Y-87902344D01* -X105934500Y-88932322D01* -X105915593Y-88990513D01* -X105890503Y-89014636D01* -X105889331Y-89015420D01* -X105876497Y-89023995D01* -X105876494Y-89023998D01* -X105843234Y-89073775D01* -X105843232Y-89073779D01* -X105834500Y-89117672D01* -X105834500Y-89547327D01* -X105843232Y-89591220D01* -X105843234Y-89591224D01* -X105852773Y-89605500D01* -X105876496Y-89641004D01* -X105926278Y-89674267D01* -X105937327Y-89676464D01* -X105970172Y-89682999D01* -X105970178Y-89682999D01* -X105970180Y-89683000D01* -X106064555Y-89683000D01* -X106114054Y-89696262D01* -X106191687Y-89741084D01* -X106202390Y-89747263D01* -X106243331Y-89792733D01* -X106249727Y-89853583D01* -X106219134Y-89906571D01* -X106163239Y-89931458D01* -X106152890Y-89932000D01* -X105970172Y-89932000D01* -X105926279Y-89940732D01* -X105926275Y-89940734D01* -X105876498Y-89973994D01* -X105876494Y-89973998D01* -X105843234Y-90023775D01* -X105843232Y-90023779D01* -X105834500Y-90067672D01* -X105834500Y-90497327D01* -X105413416Y-90497327D01* -X105420861Y-90487625D01* -X105476330Y-90353709D01* -X105495250Y-90210000D01* -X105495143Y-90209191D01* -X105476330Y-90066291D01* -X105420861Y-89932375D01* -X105332621Y-89817379D01* -X105217625Y-89729139D01* -X105217621Y-89729137D01* -X105083709Y-89673670D01* -X105083708Y-89673669D01* -X104940000Y-89654750D01* -X104796291Y-89673669D01* -X104796290Y-89673670D01* -X104662378Y-89729137D01* -X104662374Y-89729139D01* -X104547381Y-89817377D01* -X104547377Y-89817381D01* -X104459139Y-89932374D01* -X104459138Y-89932376D01* -X104452507Y-89948386D01* -X104412770Y-89994912D01* -X104361043Y-90009500D01* -X104061624Y-90009500D01* -X104003433Y-89990593D01* -X103967469Y-89941093D01* -X103967469Y-89879907D01* -X104001356Y-89831958D01* -X104052621Y-89792621D01* -X104140861Y-89677625D01* -X104196330Y-89543709D01* -X104215250Y-89400000D01* -X104214128Y-89391481D01* -X104196330Y-89256291D01* -X104140861Y-89122375D01* -X104128275Y-89105973D01* -X104080958Y-89044307D01* -X104060534Y-88986631D01* -X104060500Y-88984040D01* -X104060500Y-88221900D01* -X104079407Y-88163709D01* -X104089496Y-88151896D01* -X104572779Y-87668613D01* -X105065430Y-87175961D01* -X105119945Y-87148186D01* -X105164168Y-87151229D01* -X105278868Y-87186024D01* -X105278871Y-87186024D01* -X105278873Y-87186025D01* -X105474997Y-87205341D01* -X105475000Y-87205341D01* -X105475003Y-87205341D01* -X105671126Y-87186025D01* -X105671127Y-87186024D01* -X105671132Y-87186024D01* -X105859727Y-87128814D01* -X106033538Y-87035910D01* -X106185883Y-86910883D01* -X106310910Y-86758538D01* -X106403814Y-86584727D01* -X106461024Y-86396132D01* -X106462506Y-86381093D01* -X106480341Y-86200003D01* -X106480341Y-86199996D01* -X106461025Y-86003873D01* -X106461024Y-86003870D01* -X106461024Y-86003868D01* -X106403814Y-85815273D01* -X106394481Y-85797813D01* -X106362546Y-85738067D01* -X106310910Y-85641462D01* -X106283528Y-85608097D01* -X106185887Y-85489121D01* -X106185878Y-85489112D01* -X106033542Y-85364093D01* -X106033540Y-85364092D01* -X106033538Y-85364090D01* -X105973021Y-85331743D01* -X105859732Y-85271188D01* -X105859730Y-85271187D01* -X105834742Y-85263607D01* -X105746560Y-85236857D01* -X105671129Y-85213975D01* -X105671126Y-85213974D01* -X105475003Y-85194659D01* -X105474997Y-85194659D01* -X105278873Y-85213974D01* -X105278870Y-85213975D01* -X105090269Y-85271187D01* -X105090267Y-85271188D01* -X104916467Y-85364087D01* -X104916457Y-85364093D01* -X104764121Y-85489112D01* -X104764112Y-85489121D01* -X104639093Y-85641457D01* -X104639087Y-85641467D01* -X104546188Y-85815267D01* -X104546187Y-85815269D01* -X104488975Y-86003870D01* -X104488974Y-86003873D01* -X104469659Y-86199996D01* -X104469659Y-86200003D01* -X104488974Y-86396126D01* -X104488975Y-86396132D01* -X104523768Y-86510828D01* -X104522567Y-86572002D01* -X104499035Y-86609570D01* -X103354516Y-87754091D01* -X103354515Y-87754092D01* -X103331950Y-87776658D01* -X103331948Y-87776660D01* -X103320997Y-87798151D01* -X103312887Y-87811385D01* -X103298706Y-87830906D01* -X103298701Y-87830915D01* -X103291249Y-87853852D01* -X103285305Y-87868202D01* -X103274355Y-87889691D01* -X103274352Y-87889701D01* -X103270577Y-87913530D01* -X103266953Y-87928624D01* -X103259499Y-87951567D01* -X103259498Y-88024462D01* -X103259500Y-88024488D01* -X103259500Y-88984040D01* -X103240593Y-89042231D01* -X103239042Y-89044307D01* -X103179142Y-89122370D01* -X103179137Y-89122378D01* -X103123670Y-89256290D01* -X103123669Y-89256291D01* -X103104750Y-89399999D01* -X103104750Y-89400000D01* -X103123669Y-89543708D01* -X103123670Y-89543709D01* -X103177500Y-89673670D01* -X103179139Y-89677625D01* -X103267379Y-89792621D01* -X103318644Y-89831958D01* -X103353299Y-89882383D01* -X103351697Y-89943547D01* -X103314450Y-89992089D01* -X103258376Y-90009500D01* -X102716190Y-90009500D01* -X102657999Y-89990593D01* -X102646186Y-89980504D01* -X99199461Y-86533779D01* -X99171684Y-86479262D01* -X99174727Y-86435040D01* -X99221385Y-86281231D01* -X99221385Y-86281227D01* -X99221386Y-86281226D01* -X99229386Y-86200003D01* -X101929659Y-86200003D01* -X101948974Y-86396126D01* -X101948975Y-86396129D01* -X101948976Y-86396132D01* -X101978980Y-86495043D01* -X102006187Y-86584730D01* -X102006188Y-86584732D01* -X102050101Y-86666887D01* -X102099090Y-86758538D01* -X102099092Y-86758540D01* -X102099093Y-86758542D01* -X102224112Y-86910878D01* -X102224121Y-86910887D01* -X102368604Y-87029461D01* -X102376462Y-87035910D01* -X102550273Y-87128814D01* -X102738868Y-87186024D01* -X102738870Y-87186024D01* -X102738873Y-87186025D01* -X102934997Y-87205341D01* -X102935000Y-87205341D01* -X102935003Y-87205341D01* -X103131126Y-87186025D01* -X103131127Y-87186024D01* -X103131132Y-87186024D01* -X103319727Y-87128814D01* -X103493538Y-87035910D01* -X103645883Y-86910883D01* -X103770910Y-86758538D01* -X103863814Y-86584727D01* -X103921024Y-86396132D01* -X103922506Y-86381093D01* -X103940341Y-86200003D01* -X103940341Y-86199996D01* -X103921025Y-86003873D01* -X103921024Y-86003870D01* -X103921024Y-86003868D01* -X103863814Y-85815273D01* -X103854481Y-85797813D01* -X103822546Y-85738067D01* -X103770910Y-85641462D01* -X103743528Y-85608097D01* -X103645887Y-85489121D01* -X103645878Y-85489112D01* -X103493542Y-85364093D01* -X103493540Y-85364092D01* -X103493538Y-85364090D01* -X103433021Y-85331743D01* -X103319732Y-85271188D01* -X103319730Y-85271187D01* -X103294742Y-85263607D01* -X103206560Y-85236857D01* -X103131129Y-85213975D01* -X103131126Y-85213974D01* -X102935003Y-85194659D01* -X102934997Y-85194659D01* -X102738873Y-85213974D01* -X102738870Y-85213975D01* -X102550269Y-85271187D01* -X102550267Y-85271188D01* -X102376467Y-85364087D01* -X102376457Y-85364093D01* -X102224121Y-85489112D01* -X102224112Y-85489121D01* -X102099093Y-85641457D01* -X102099087Y-85641467D01* -X102006188Y-85815267D01* -X102006187Y-85815269D01* -X101948975Y-86003870D01* -X101948974Y-86003873D01* -X101929659Y-86199996D01* -X101929659Y-86200003D01* -X99229386Y-86200003D01* -X99240220Y-86090003D01* -X99240220Y-86089996D01* -X99221386Y-85898773D01* -X99221385Y-85898768D01* -X99176220Y-85749880D01* -X99165605Y-85714886D01* -X99165320Y-85714352D01* -X99075030Y-85545430D01* -X99075025Y-85545423D01* -X99075023Y-85545419D01* -X98993792Y-85446439D01* -X98953124Y-85396884D01* -X98953115Y-85396875D01* -X98830195Y-85295998D01* -X98804581Y-85274977D01* -X98804578Y-85274975D01* -X98804569Y-85274969D01* -X98635119Y-85184397D01* -X98635114Y-85184395D01* -X98451231Y-85128614D01* -X98451226Y-85128613D01* -X98260003Y-85109780D01* -X98259997Y-85109780D01* -X98068773Y-85128613D01* -X98068768Y-85128614D01* -X97884885Y-85184395D01* -X97884880Y-85184397D01* -X97715430Y-85274969D01* -X97715420Y-85274976D01* -X97566884Y-85396875D01* -X97566875Y-85396884D01* -X97444976Y-85545420D01* -X97444969Y-85545430D01* -X97354397Y-85714880D01* -X97354395Y-85714885D01* -X97298614Y-85898768D01* -X97298613Y-85898773D01* -X97279780Y-86089996D01* -X97279780Y-86090003D01* -X97298613Y-86281226D01* -X97298614Y-86281231D01* -X97354395Y-86465114D01* -X97354397Y-86465119D01* -X97444969Y-86634569D01* -X97444975Y-86634578D01* -X97444977Y-86634581D01* -X97484151Y-86682314D01* -X97566875Y-86783115D01* -X97566884Y-86783124D01* -X97611816Y-86819998D01* -X97715419Y-86905023D01* -X97715423Y-86905025D01* -X97715430Y-86905030D01* -X97862364Y-86983567D01* -X97884886Y-86995605D01* -X98012987Y-87034464D01* -X98068768Y-87051385D01* -X98068773Y-87051386D01* -X98259997Y-87070220D01* -X98260000Y-87070220D01* -X98260003Y-87070220D01* -X98451226Y-87051386D01* -X98451227Y-87051385D01* -X98451231Y-87051385D01* -X98605039Y-87004728D01* -X98666210Y-87005929D01* -X98703779Y-87029461D01* -X102249197Y-90574878D01* -X102262072Y-90590734D01* -X102262246Y-90591001D01* -X102268563Y-90600669D01* -X102282415Y-90611450D01* -X102295110Y-90621331D01* -X102299709Y-90625391D01* -X102302690Y-90628371D01* -X102302694Y-90628375D01* -X102320430Y-90641038D01* -X102333708Y-90651373D01* -X102338208Y-90654875D01* -X102372515Y-90705536D01* -X102370493Y-90766688D01* -X102332912Y-90814973D01* -X102277401Y-90832000D01* -X101069401Y-90832000D01* -X101011210Y-90813093D01* -X100999397Y-90803004D01* -X99215918Y-89019525D01* -X99188141Y-88965008D01* -X99191184Y-88920786D01* -X99221385Y-88821231D01* -X99221385Y-88821228D01* -X99221386Y-88821226D01* -X99240220Y-88630003D01* -X99240220Y-88629996D01* -X99221386Y-88438773D01* -X99221385Y-88438768D01* -X99204464Y-88382988D01* -X99165605Y-88254886D01* -X99156913Y-88238624D01* -X99075030Y-88085430D01* -X99075025Y-88085423D01* -X99075023Y-88085419D01* -X98997847Y-87991380D01* -X98953124Y-87936884D01* -X98953115Y-87936875D01* -X98834189Y-87839276D01* -X98804581Y-87814977D01* -X98804578Y-87814975D01* -X98804569Y-87814969D01* -X98635119Y-87724397D01* -X98635114Y-87724395D01* -X98451231Y-87668614D01* -X98451226Y-87668613D01* -X98260003Y-87649780D01* -X98259997Y-87649780D01* -X98068773Y-87668613D01* -X98068768Y-87668614D01* -X97884885Y-87724395D01* -X97884880Y-87724397D01* -X97715430Y-87814969D01* -X97715420Y-87814976D01* -X97566884Y-87936875D01* -X97566875Y-87936884D01* -X97444976Y-88085420D01* -X97444974Y-88085422D01* -X97415495Y-88140574D01* -X97395935Y-88177169D01* -X97351831Y-88219575D01* -X97308626Y-88229500D01* -X96671374Y-88229500D01* -X96613183Y-88210593D01* -X96584065Y-88177170D01* -X96549720Y-88112915D01* -X96535025Y-88085422D01* -X96535024Y-88085421D01* -X96535023Y-88085419D01* -X96457847Y-87991380D01* -X96413124Y-87936884D01* -X96413115Y-87936875D01* -X96294189Y-87839276D01* -X96264581Y-87814977D01* -X96264578Y-87814975D01* -X96264569Y-87814969D01* -X96095119Y-87724397D01* -X96095114Y-87724395D01* -X95911231Y-87668614D01* -X95911226Y-87668613D01* -X95720003Y-87649780D01* -X95719997Y-87649780D01* -X95528773Y-87668613D01* -X95528768Y-87668614D01* -X95344885Y-87724395D01* -X95344880Y-87724397D01* -X95175430Y-87814969D01* -X95175420Y-87814976D01* -X95026884Y-87936875D01* -X95026875Y-87936884D01* -X94904976Y-88085420D01* -X94904974Y-88085422D01* -X94875495Y-88140574D01* -X94855935Y-88177169D01* -X94811831Y-88219575D01* -X94768626Y-88229500D01* -X94254500Y-88229500D01* -X94196309Y-88210593D01* -X94160345Y-88161093D01* -X94155500Y-88130500D01* -X94155500Y-87790181D01* -X94155499Y-87790172D01* -X94146767Y-87746279D01* -X94146765Y-87746275D01* -X94124614Y-87713124D01* -X94113504Y-87696496D01* -X94095085Y-87684189D01* -X94063724Y-87663234D01* -X94063720Y-87663232D01* -X94019827Y-87654500D01* -X94019820Y-87654500D01* -X92340180Y-87654500D01* -X92340172Y-87654500D01* -X92296279Y-87663232D01* -X92296275Y-87663234D01* -X92246498Y-87696494D01* -X92246494Y-87696498D01* -X92213234Y-87746275D01* -X92213232Y-87746279D01* -X92204500Y-87790172D01* -X92204500Y-89469827D01* -X91469444Y-89469827D01* -X89954496Y-87954879D01* -X89926719Y-87900362D01* -X89925500Y-87884875D01* -X89925500Y-84687999D01* -X89927402Y-84668685D01* -X89930897Y-84651116D01* -X89924958Y-84621258D01* -X89909515Y-84543621D01* -X89878295Y-84496897D01* -X89878294Y-84496896D01* -X89870366Y-84485031D01* -X89863994Y-84475494D01* -X89863992Y-84475492D01* -X89848624Y-84452492D01* -X89833733Y-84442542D01* -X89818731Y-84430231D01* -X83197769Y-77809269D01* -X83185457Y-77794266D01* -X83183648Y-77791558D01* -X83175508Y-77779376D01* -X83172709Y-77777506D01* -X83156596Y-77766739D01* -X83156594Y-77766737D01* -X83142464Y-77757296D01* -X83134261Y-77751814D01* -X83096382Y-77703766D01* -X83093980Y-77642627D01* -X83127973Y-77591754D01* -X83185376Y-77570576D01* -X83189263Y-77570500D01* -X83565967Y-77570500D01* -X83624158Y-77589407D01* -X83635971Y-77599496D01* -X92182741Y-86146265D01* -X92210518Y-86200782D01* -X92211260Y-86206564D01* -X92218615Y-86281231D01* -X92218616Y-86281236D01* -X92274395Y-86465114D01* -X92274397Y-86465119D01* -X92364969Y-86634569D01* -X92364975Y-86634578D01* -X92364977Y-86634581D01* -X92404151Y-86682314D01* -X92486875Y-86783115D01* -X92486884Y-86783124D01* -X92531816Y-86819998D01* -X92635419Y-86905023D01* -X92635423Y-86905025D01* -X92635430Y-86905030D01* -X92782364Y-86983567D01* -X92804886Y-86995605D01* -X92932987Y-87034464D01* -X92988768Y-87051385D01* -X92988773Y-87051386D01* -X93179997Y-87070220D01* -X93180000Y-87070220D01* -X93180003Y-87070220D01* -X93371226Y-87051386D01* -X93371231Y-87051385D01* -X93371230Y-87051384D01* -X93555114Y-86995605D01* -X93625530Y-86957967D01* -X93724569Y-86905030D01* -X93724572Y-86905027D01* -X93724581Y-86905023D01* -X93873120Y-86783120D01* -X93995023Y-86634581D01* -X93995027Y-86634572D01* -X93995030Y-86634569D01* -X94064019Y-86505499D01* -X94085605Y-86465114D01* -X94141385Y-86281231D01* -X94141386Y-86281226D01* -X94160220Y-86090003D01* -X94739780Y-86090003D01* -X94758613Y-86281226D01* -X94758614Y-86281231D01* -X94814395Y-86465114D01* -X94814397Y-86465119D01* -X94904969Y-86634569D01* -X94904975Y-86634578D01* -X94904977Y-86634581D01* -X94944151Y-86682314D01* -X95026875Y-86783115D01* -X95026884Y-86783124D01* -X95071816Y-86819998D01* -X95175419Y-86905023D01* -X95175423Y-86905025D01* -X95175430Y-86905030D01* -X95322364Y-86983567D01* -X95344886Y-86995605D01* -X95472988Y-87034464D01* -X95528768Y-87051385D01* -X95528773Y-87051386D01* -X95719997Y-87070220D01* -X95720000Y-87070220D01* -X95720003Y-87070220D01* -X95911226Y-87051386D01* -X95911231Y-87051385D01* -X96095114Y-86995605D01* -X96165530Y-86957967D01* -X96264569Y-86905030D01* -X96264572Y-86905027D01* -X96264581Y-86905023D01* -X96413120Y-86783120D01* -X96535023Y-86634581D01* -X96535027Y-86634572D01* -X96535030Y-86634569D01* -X96604019Y-86505499D01* -X96625605Y-86465114D01* -X96681385Y-86281231D01* -X96681386Y-86281226D01* -X96700220Y-86090003D01* -X96700220Y-86089996D01* -X96681386Y-85898773D01* -X96681385Y-85898768D01* -X96636220Y-85749880D01* -X96625605Y-85714886D01* -X96625602Y-85714880D01* -X96624398Y-85711972D01* -X96624284Y-85710535D01* -X96624193Y-85710232D01* -X96624259Y-85710211D01* -X96619599Y-85650975D01* -X96645857Y-85604087D01* -X97657443Y-84592501D01* -X115465000Y-84592501D01* -X115465001Y-84594209D01* -X115480531Y-84692262D01* -X115540751Y-84810452D01* -X115634547Y-84904248D01* -X115752735Y-84964468D01* -X115850790Y-84979999D01* -X115890000Y-84979998D01* -X115890000Y-84592500D01* -X116390000Y-84592500D01* -X116390000Y-84979998D01* -X116390001Y-84979999D01* -X116429209Y-84979999D01* -X116527262Y-84964468D01* -X116645452Y-84904248D01* -X116739248Y-84810452D01* -X116799468Y-84692264D01* -X116815000Y-84594208D01* -X116814999Y-84592500D01* -X116390000Y-84592500D01* -X115890000Y-84592500D01* -X115465002Y-84592500D01* -X115465000Y-84592501D01* -X97657443Y-84592501D01* -X100151469Y-82098475D01* -X100164857Y-82087752D01* -X100167935Y-82085204D01* -X100167940Y-82085202D01* -X100217190Y-82032755D01* -X100238912Y-82011034D01* -X100243773Y-82004765D01* -X100246779Y-82001245D01* -X100280448Y-81965393D01* -X100291620Y-81945068D01* -X100300140Y-81932097D01* -X100314363Y-81913763D01* -X100333901Y-81868610D01* -X100335933Y-81864464D01* -X100359627Y-81821368D01* -X100365393Y-81798906D01* -X100370424Y-81784210D01* -X100379636Y-81762926D01* -X100387328Y-81714356D01* -X100388266Y-81709820D01* -X100400500Y-81662177D01* -X100400500Y-81638986D01* -X100401719Y-81623501D01* -X100401849Y-81622675D01* -X100405347Y-81600595D01* -X100401972Y-81564886D01* -X100400720Y-81551639D01* -X100400500Y-81546978D01* -X100400500Y-80784700D01* -X103500000Y-80784700D01* -X103511603Y-80843036D01* -X103555806Y-80909189D01* -X103555810Y-80909193D01* -X103621963Y-80953396D01* -X103680299Y-80964999D01* -X103680303Y-80965000D01* -X105349999Y-80965000D01* -X105350000Y-80964999D01* -X105850000Y-80964999D01* -X105850001Y-80965000D01* -X107519697Y-80965000D01* -X107519700Y-80964999D01* -X107578036Y-80953396D01* -X107644189Y-80909193D01* -X107644193Y-80909189D01* -X107688396Y-80843036D01* -X107699999Y-80784700D01* -X107700000Y-80784697D01* -X107700000Y-79940000D01* -X105850001Y-79940000D01* -X105850000Y-79940001D01* -X105850000Y-80964999D01* -X105350000Y-80964999D01* -X105350000Y-79940001D01* -X105349999Y-79940000D01* -X103500001Y-79940000D01* -X103500000Y-79940001D01* -X103500000Y-80784700D01* -X100400500Y-80784700D01* -X100400500Y-80689499D01* -X100419407Y-80631308D01* -X100468907Y-80595344D01* -X100499500Y-80590499D01* -X101606521Y-80590499D01* -X101606522Y-80590498D01* -X101672812Y-80580000D01* -X101700299Y-80575647D01* -X101700299Y-80575646D01* -X101700304Y-80575646D01* -X101813342Y-80518050D01* -X101903050Y-80428342D01* -X101960646Y-80315304D01* -X101975500Y-80221519D01* -X101975499Y-79439999D01* -X103500000Y-79439999D01* -X103500001Y-79440000D01* -X105349999Y-79440000D01* -X105350000Y-79439999D01* -X105850000Y-79439999D01* -X105850001Y-79440000D01* -X107699999Y-79440000D01* -X107700000Y-79439998D01* -X107700000Y-78595302D01* -X107699999Y-78595299D01* -X107688396Y-78536963D01* -X107644193Y-78470810D01* -X107644189Y-78470806D01* -X107578036Y-78426603D01* -X107519700Y-78415000D01* -X105850001Y-78415000D01* -X105850000Y-78415001D01* -X105850000Y-79439999D01* -X105350000Y-79439999D01* -X105350000Y-78415000D01* -X103680299Y-78415000D01* -X103621963Y-78426603D01* -X103555810Y-78470806D01* -X103555806Y-78470810D01* -X103511603Y-78536963D01* -X103500000Y-78595299D01* -X103500000Y-79439999D01* -X101975499Y-79439999D01* -X101975499Y-78758482D01* -X101975499Y-78758481D01* -X101975499Y-78758478D01* -X101975498Y-78758476D01* -X101960647Y-78664700D01* -X101960646Y-78664698D01* -X101960646Y-78664696D01* -X101903050Y-78551658D01* -X101813342Y-78461950D01* -X101700304Y-78404354D01* -X101700305Y-78404354D01* -X101606521Y-78389500D01* -X97893478Y-78389500D01* -X97893476Y-78389501D01* -X97799700Y-78404352D01* -X97799695Y-78404354D01* -X97686659Y-78461949D01* -X97596949Y-78551659D01* -X97539354Y-78664694D01* -X97529646Y-78725988D01* -X97501868Y-78780504D01* -X97447351Y-78808281D01* -X97431865Y-78809500D01* -X96959075Y-78809500D01* -X96836946Y-78824927D01* -X96836943Y-78824928D01* -X96684129Y-78885432D01* -X96684125Y-78885434D01* -X96551162Y-78982037D01* -X96446399Y-79108674D01* -X96376420Y-79257387D01* -X96345624Y-79418823D01* -X96345623Y-79418828D01* -X96355943Y-79582857D01* -X96406732Y-79739173D01* -X96494797Y-79877939D01* -X96614607Y-79990448D01* -X96614606Y-79990448D01* -X96720255Y-80048529D01* -X96758632Y-80069627D01* -X96917823Y-80110500D01* -X97425501Y-80110500D01* -X97483692Y-80129407D01* -X97519656Y-80178907D01* -X97524501Y-80209500D01* -X97524501Y-80221523D01* -X97539352Y-80315299D01* -X97539354Y-80315304D01* -X97596950Y-80428342D01* -X97686658Y-80518050D01* -X97799696Y-80575646D01* -X97893481Y-80590500D01* -X99000500Y-80590499D01* -X99058691Y-80609406D01* -X99094655Y-80658906D01* -X99099500Y-80689499D01* -X99099500Y-81269545D01* -X99080593Y-81327736D01* -X99070504Y-81339549D01* -X95318531Y-85091521D01* -X95305118Y-85102267D01* -X95302059Y-85104798D01* -X95252809Y-85157244D01* -X95231092Y-85178961D01* -X95231084Y-85178970D01* -X95226227Y-85185230D01* -X95223205Y-85188767D01* -X95189552Y-85224606D01* -X95188486Y-85226546D01* -X95178377Y-85244932D01* -X95169854Y-85257908D01* -X95155635Y-85276239D01* -X95155105Y-85277465D01* -X95154203Y-85278660D01* -X95152467Y-85281597D01* -X95152136Y-85281401D01* -X95127058Y-85314664D01* -X95026885Y-85396875D01* -X95026875Y-85396885D01* -X94904976Y-85545420D01* -X94904969Y-85545430D01* -X94814397Y-85714880D01* -X94814395Y-85714885D01* -X94758614Y-85898768D01* -X94758613Y-85898773D01* -X94739780Y-86089996D01* -X94739780Y-86090003D01* -X94160220Y-86090003D01* -X94160220Y-86089996D01* -X94141386Y-85898773D01* -X94141385Y-85898768D01* -X94096220Y-85749880D01* -X94085605Y-85714886D01* -X94085320Y-85714352D01* -X93995030Y-85545430D01* -X93995025Y-85545423D01* -X93995023Y-85545419D01* -X93913792Y-85446439D01* -X93873124Y-85396884D01* -X93873115Y-85396875D01* -X93750195Y-85295998D01* -X93724581Y-85274977D01* -X93724578Y-85274975D01* -X93724569Y-85274969D01* -X93555119Y-85184397D01* -X93555114Y-85184395D01* -X93371231Y-85128614D01* -X93371226Y-85128613D01* -X93180003Y-85109780D01* -X93179997Y-85109780D01* -X92988773Y-85128613D01* -X92988768Y-85128614D01* -X92840979Y-85173446D01* -X92779805Y-85172245D01* -X92742237Y-85148713D01* -X88509024Y-80915500D01* -X87333525Y-79740001D01* -X90525000Y-79740001D01* -X90525001Y-80244203D01* -X90527850Y-80274600D01* -X90527850Y-80274602D01* -X90572654Y-80402647D01* -X90653207Y-80511790D01* -X90653209Y-80511792D01* -X90762352Y-80592345D01* -X90890398Y-80637149D01* -X90920789Y-80639999D01* -X92549998Y-80639999D01* -X92550000Y-80639997D01* -X92550000Y-79740001D01* -X92549999Y-79740000D01* -X93050000Y-79740000D01* -X93050000Y-80639998D01* -X93050001Y-80639999D01* -X94679203Y-80639999D01* -X94709600Y-80637149D01* -X94709602Y-80637149D01* -X94837647Y-80592345D01* -X94946790Y-80511792D01* -X94946792Y-80511790D01* -X95027345Y-80402647D01* -X95072149Y-80274601D01* -X95074999Y-80244211D01* -X95075000Y-80244210D01* -X95075000Y-79740001D01* -X95074999Y-79740000D01* -X93050000Y-79740000D01* -X92549999Y-79740000D01* -X90525002Y-79740000D01* -X90525000Y-79740001D01* -X87333525Y-79740001D01* -X86833523Y-79239999D01* -X90525000Y-79239999D01* -X90525001Y-79240000D01* -X92549999Y-79240000D01* -X92550000Y-79239998D01* -X92550000Y-78340001D01* -X92549999Y-78340000D01* -X93049999Y-78340000D01* -X93049999Y-79239998D01* -X93050001Y-79240000D01* -X95074998Y-79240000D01* -X95074999Y-79239999D01* -X95074999Y-78735796D01* -X95072149Y-78705399D01* -X95072149Y-78705397D01* -X95027345Y-78577352D01* -X94946792Y-78468209D01* -X94946790Y-78468207D01* -X94837647Y-78387654D01* -X94709601Y-78342850D01* -X94679211Y-78340000D01* -X93049999Y-78340000D01* -X92549999Y-78340000D01* -X90920796Y-78340000D01* -X90890399Y-78342850D01* -X90890397Y-78342850D01* -X90762352Y-78387654D01* -X90653209Y-78468207D01* -X90653207Y-78468209D01* -X90572654Y-78577352D01* -X90527850Y-78705398D01* -X90525000Y-78735788D01* -X90525000Y-79239999D01* -X86833523Y-79239999D01* -X84230906Y-76637381D01* -X84185682Y-76588957D01* -X84185680Y-76588956D01* -X84147319Y-76565628D01* -X84143126Y-76562774D01* -X84107345Y-76535641D01* -X84107340Y-76535638D01* -X84088654Y-76528269D01* -X84073543Y-76520763D01* -X84056382Y-76510328D01* -X84056379Y-76510327D01* -X84056380Y-76510327D01* -X84032224Y-76503558D01* -X84013137Y-76498210D01* -X84008338Y-76496596D01* -X83966567Y-76480124D01* -X83954674Y-76478901D01* -X83946576Y-76478068D01* -X83930000Y-76474917D01* -X83910667Y-76469500D01* -X83910665Y-76469500D01* -X83865763Y-76469500D01* -X83860698Y-76469240D01* -X83838169Y-76466924D01* -X83816028Y-76464648D01* -X83816026Y-76464648D01* -X83816025Y-76464648D01* -X83796239Y-76468060D01* -X83779417Y-76469500D01* -X71691547Y-76469500D01* -X71633356Y-76450593D01* -X71619199Y-76438078D01* -X71610680Y-76428956D01* -X71610679Y-76428955D01* -X71481380Y-76350327D01* -X71335665Y-76309500D01* -X69876989Y-76309500D01* -X69818798Y-76290593D01* -X69800461Y-76273305D01* -X69713124Y-76166885D01* -X69713123Y-76166884D01* -X69713120Y-76166880D01* -X69606693Y-76079537D01* -X69573707Y-76028006D01* -X69570500Y-76003010D01* -X69570500Y-75510002D01* -X71909867Y-75510002D01* -X71928302Y-75638225D01* -X71977615Y-75746203D01* -X71982118Y-75756063D01* -X72066951Y-75853967D01* -X72066952Y-75853968D01* -X72175926Y-75924001D01* -X72175931Y-75924004D01* -X72300228Y-75960500D01* -X72384876Y-75960500D01* -X72443067Y-75979407D01* -X72454880Y-75989496D01* -X72533613Y-76068229D01* -X72545922Y-76083229D01* -X72555871Y-76098118D01* -X72555873Y-76098120D01* -X72555876Y-76098124D01* -X72578876Y-76113492D01* -X72578878Y-76113494D01* -X72647005Y-76159015D01* -X72754500Y-76180397D01* -X72772070Y-76176901D01* -X72791384Y-76175000D01* -X106389376Y-76175000D01* -X106447567Y-76193907D01* -X106459380Y-76203996D01* -X108225504Y-77970120D01* -X108253281Y-78024637D01* -X108254500Y-78040124D01* -X108254500Y-82573115D01* -X108252598Y-82592427D01* -X108249103Y-82609999D01* -X108249103Y-82610002D01* -X108253311Y-82631162D01* -X108253316Y-82631182D01* -X108254500Y-82637132D01* -X108254500Y-82637133D01* -X108270485Y-82717495D01* -X108270486Y-82717496D01* -X108270486Y-82717498D01* -X108326184Y-82800854D01* -X108331376Y-82808624D01* -X108346267Y-82818574D01* -X108361269Y-82830885D01* -X109034615Y-83504231D01* -X109046926Y-83519233D01* -X109053078Y-83528441D01* -X109056876Y-83534124D01* -X109056879Y-83534126D01* -X109077605Y-83547975D01* -X109077616Y-83547983D01* -X109079876Y-83549492D01* -X109079878Y-83549494D01* -X109080182Y-83549697D01* -X109148005Y-83595015D01* -X109228367Y-83611000D01* -X109228368Y-83611000D01* -X109255500Y-83616397D01* -X109273070Y-83612901D01* -X109292384Y-83611000D01* -X115565291Y-83611000D01* -X115623482Y-83629907D01* -X115659446Y-83679407D01* -X115659446Y-83740593D01* -X115635295Y-83780004D01* -X115540751Y-83874547D01* -X115480531Y-83992735D01* -X115465000Y-84090791D01* -X115465000Y-84092499D01* -X115465001Y-84092500D01* -X116814998Y-84092500D01* -X116814999Y-84092498D01* -X116814999Y-84090790D01* -X116799468Y-83992737D01* -X116739248Y-83874547D01* -X116644705Y-83780004D01* -X116616928Y-83725487D01* -X116626499Y-83665055D01* -X116669764Y-83621790D01* -X116714709Y-83611000D01* -X133637616Y-83611000D01* -X133656929Y-83612901D01* -X133674500Y-83616397D01* -X133701632Y-83611000D01* -X133701633Y-83611000D01* -X133781995Y-83595015D01* -X133849818Y-83549697D01* -X133850122Y-83549494D01* -X133850122Y-83549493D01* -X133860821Y-83542348D01* -X133860840Y-83542331D01* -X133873124Y-83534124D01* -X133883074Y-83519230D01* -X133895384Y-83504231D01* -X136239619Y-81159996D01* -X136294137Y-81132219D01* -X136309624Y-81131000D01* -X139373732Y-81131000D01* -X139431923Y-81149907D01* -X139455406Y-81174051D01* -X139458291Y-81178263D01* -X139499220Y-81219191D01* -X139537735Y-81257706D01* -X139640509Y-81303085D01* -X139665635Y-81306000D01* -X140930364Y-81305999D01* -X140955491Y-81303085D01* -X141058265Y-81257706D01* -X141137706Y-81178265D01* -X141150180Y-81150012D01* -X141190980Y-81104417D01* -X141240745Y-81091000D01* -X141525470Y-81091000D01* -X141583661Y-81109907D01* -X141614410Y-81146519D01* -X141651302Y-81221983D01* -X141734017Y-81304698D01* -X141785156Y-81329698D01* -X141839104Y-81356072D01* -X141839105Y-81356072D01* -X141839107Y-81356073D01* -X141907240Y-81366000D01* -X141907243Y-81366000D01* -X142523757Y-81366000D01* -X142523760Y-81366000D01* -X142591893Y-81356073D01* -X142696983Y-81304698D01* -X142779698Y-81221983D01* -X142831073Y-81116893D01* -X142841000Y-81048760D01* -X142841000Y-80582240D01* -X142831073Y-80514107D01* -X142829941Y-80511792D01* -X142804330Y-80459403D01* -X142779698Y-80409017D01* -X142696983Y-80326302D01* -X142674867Y-80315490D01* -X142591895Y-80274927D01* -X142564639Y-80270956D01* -X142523760Y-80265000D01* -X141907240Y-80265000D01* -X141873173Y-80269963D01* -X141839104Y-80274927D01* -X141734018Y-80326301D01* -X141651301Y-80409018D01* -X141641350Y-80429374D01* -X141626736Y-80459269D01* -X141614411Y-80484480D01* -X141571868Y-80528454D01* -X141525470Y-80540000D01* -X141185978Y-80540000D01* -X141127787Y-80521093D01* -X141115980Y-80511009D01* -X141058265Y-80453294D01* -X140955491Y-80407915D01* -X140955490Y-80407914D01* -X140955488Y-80407914D01* -X140930368Y-80405000D01* -X139665639Y-80405000D01* -X139665636Y-80405001D01* -X139640509Y-80407914D01* -X139550196Y-80447792D01* -X139544274Y-80450407D01* -X139537733Y-80453295D01* -X139458291Y-80532736D01* -X139455406Y-80536949D01* -X139406922Y-80574271D01* -X139373732Y-80580000D01* -X138907453Y-80580000D01* -X138849262Y-80561093D01* -X138813298Y-80511593D01* -X138813298Y-80450407D01* -X138837448Y-80410998D01* -X138845799Y-80402647D01* -X138863448Y-80384996D01* -X138917964Y-80357218D01* -X138933453Y-80355999D01* -X139055361Y-80355999D01* -X139055364Y-80355999D01* -X139080491Y-80353085D01* -X139183265Y-80307706D01* -X139262706Y-80228265D01* -X139308085Y-80125491D01* -X139311000Y-80100365D01* -X139310999Y-79710636D01* -X139308085Y-79685509D01* -X139262706Y-79582735D01* -X139255975Y-79576004D01* -X139217496Y-79537524D01* -X139189719Y-79483007D01* -X139188500Y-79467521D01* -X139188500Y-79262562D01* -X139207407Y-79204371D01* -X139256907Y-79168407D01* -X139318093Y-79168407D01* -X139367593Y-79204371D01* -X139376441Y-79219081D01* -X139421714Y-79311688D01* -X139504312Y-79394286D01* -X139609251Y-79445587D01* -X139677284Y-79455499D01* -X140047998Y-79455499D01* -X140048000Y-79455498D01* -X140548000Y-79455498D01* -X140548001Y-79455499D01* -X140918713Y-79455499D01* -X140918716Y-79455498D01* -X140986750Y-79445587D01* -X141048293Y-79415500D01* -X141543434Y-79415500D01* -X141555333Y-79490642D01* -X141555334Y-79490645D01* -X141612859Y-79603544D01* -X141702456Y-79693141D01* -X141815348Y-79750663D01* -X141815352Y-79750664D01* -X141909016Y-79765499D01* -X141965499Y-79765498D01* -X141965500Y-79765498D01* -X142465500Y-79765498D01* -X142465501Y-79765499D01* -X142521983Y-79765499D01* -X142521985Y-79765498D01* -X142615641Y-79750666D01* -X142615651Y-79750663D01* -X142728543Y-79693141D01* -X142818141Y-79603543D01* -X142875663Y-79490651D01* -X142875664Y-79490647D01* -X142887567Y-79415500D01* -X142465501Y-79415500D01* -X142465500Y-79415501D01* -X142465500Y-79765498D01* -X141965500Y-79765498D01* -X141965500Y-79415501D01* -X141965499Y-79415500D01* -X141543434Y-79415500D01* -X141048293Y-79415500D01* -X141091688Y-79394285D01* -X141174286Y-79311687D01* -X141225588Y-79206746D01* -X141225770Y-79205500D01* -X140548001Y-79205500D01* -X140548000Y-79205501D01* -X140548000Y-79455498D01* -X140048000Y-79455498D01* -X140048000Y-78915500D01* -X141543433Y-78915500D01* -X141965499Y-78915500D01* -X141965500Y-78915499D01* -X142465500Y-78915499D01* -X142465501Y-78915500D01* -X142887565Y-78915500D01* -X142887566Y-78915499D01* -X142875666Y-78840357D01* -X142875665Y-78840354D01* -X142818140Y-78727455D01* -X142728543Y-78637858D01* -X142615651Y-78580336D01* -X142615647Y-78580335D01* -X142521984Y-78565500D01* -X142465501Y-78565500D01* -X142465500Y-78565501D01* -X142465500Y-78915499D01* -X141965500Y-78915499D01* -X141965500Y-78915498D01* -X141965500Y-78565499D01* -X141909018Y-78565500D01* -X141909013Y-78565501D01* -X141815358Y-78580333D01* -X141815348Y-78580336D01* -X141702456Y-78637858D01* -X141612858Y-78727456D01* -X141555336Y-78840348D01* -X141555335Y-78840352D01* -X141543433Y-78915500D01* -X140048000Y-78915500D01* -X140048000Y-78705499D01* -X140548000Y-78705499D01* -X140548001Y-78705500D01* -X141225770Y-78705500D01* -X141225770Y-78705499D01* -X141225588Y-78704253D01* -X141174286Y-78599312D01* -X141091687Y-78516713D01* -X140986748Y-78465412D01* -X140918716Y-78455500D01* -X140548001Y-78455500D01* -X140548000Y-78455501D01* -X140548000Y-78705499D01* -X140048000Y-78705499D01* -X140048000Y-78455501D01* -X140047999Y-78455500D01* -X139677286Y-78455500D01* -X139677283Y-78455501D01* -X139609249Y-78465412D01* -X139504311Y-78516714D01* -X139421713Y-78599312D01* -X139376441Y-78691919D01* -X139333898Y-78735893D01* -X139273632Y-78746463D01* -X139218664Y-78719591D01* -X139189988Y-78665541D01* -X139188500Y-78648439D01* -X139188500Y-77499999D01* -X139207407Y-77441808D01* -X139256907Y-77405844D01* -X139287500Y-77400999D01* -X139569521Y-77400999D01* -X139569522Y-77400998D01* -X139616411Y-77393572D01* -X139663299Y-77386147D01* -X139663299Y-77386146D01* -X139663304Y-77386146D01* -X139776342Y-77328550D01* -X139866050Y-77238842D01* -X139923646Y-77125804D01* -X139938500Y-77032019D01* -X139938499Y-75668982D01* -X139938499Y-75668981D01* -X139938499Y-75668978D01* -X139938498Y-75668976D01* -X139923647Y-75575200D01* -X139923646Y-75575198D01* -X139923646Y-75575196D01* -X139866050Y-75462158D01* -X139776342Y-75372450D01* -X139776339Y-75372448D01* -X139765054Y-75366698D01* -X139721790Y-75323433D01* -X139711000Y-75278489D01* -X139711000Y-72665032D01* -X139729907Y-72606841D01* -X139741787Y-72593282D01* -X139823553Y-72515559D01* -X139939795Y-72348549D01* -X140020040Y-72161558D01* -X140061000Y-71962241D01* -X140061000Y-71509758D01* -X140055726Y-71457899D01* -X140052220Y-71423417D01* -X140046250Y-71364710D01* -X140059173Y-71304906D01* -X140104781Y-71264119D01* -X140165652Y-71257928D01* -X140214746Y-71284691D01* -X140531004Y-71600949D01* -X140558781Y-71655466D01* -X140560000Y-71670953D01* -X140560000Y-72725327D01* -X140568732Y-72769220D01* -X140568733Y-72769222D01* -X140601996Y-72819004D01* -X140651778Y-72852267D01* -X140662827Y-72854464D01* -X140695672Y-72860999D01* -X140695678Y-72860999D01* -X140695680Y-72861000D01* -X141750047Y-72861000D01* -X141808238Y-72879907D01* -X141820051Y-72889996D01* -X141858504Y-72928449D01* -X141886281Y-72982966D01* -X141887500Y-72998453D01* -X141887500Y-75201000D01* -X141868593Y-75259191D01* -X141819093Y-75295155D01* -X141788500Y-75300000D01* -X141506479Y-75300000D01* -X141506476Y-75300001D01* -X141412700Y-75314852D01* -X141412695Y-75314854D01* -X141299659Y-75372449D01* -X141209949Y-75462159D01* -X141152354Y-75575195D01* -X141137500Y-75668978D01* -X141137500Y-77032021D01* -X141137501Y-77032023D01* -X141152352Y-77125799D01* -X141152354Y-77125804D01* -X141209950Y-77238842D01* -X141299658Y-77328550D01* -X141412696Y-77386146D01* -X141506481Y-77401000D01* -X143569518Y-77400999D01* -X143569521Y-77400999D01* -X143569522Y-77400998D01* -X143616411Y-77393572D01* -X143663299Y-77386147D01* -X143663299Y-77386146D01* -X143663304Y-77386146D01* -X143776342Y-77328550D01* -X143866050Y-77238842D01* -X143923646Y-77125804D01* -X143938296Y-77033308D01* -X147481017Y-77033308D01* -X147481018Y-77033309D01* -X148073534Y-77033309D01* -X148131725Y-77052216D01* -X148167689Y-77101716D01* -X148168523Y-77160198D01* -X148152429Y-77215014D01* -X148152429Y-77351604D01* -X148168523Y-77406419D01* -X148166777Y-77467578D01* -X148129414Y-77516031D01* -X148073534Y-77533309D01* -X147481018Y-77533309D01* -X147527661Y-77687071D01* -X147527663Y-77687076D01* -X147625153Y-77869469D01* -X147625160Y-77869479D01* -X147756369Y-78029359D01* -X147756378Y-78029368D01* -X147916258Y-78160577D01* -X147916268Y-78160584D01* -X148098661Y-78258074D01* -X148098666Y-78258076D01* -X148296595Y-78318117D01* -X148377427Y-78326078D01* -X148377429Y-78326077D01* -X148377429Y-77841501D01* -X148396336Y-77783310D01* -X148445836Y-77747346D01* -X148490519Y-77743509D01* -X148593450Y-77758309D01* -X148593454Y-77758309D01* -X148661408Y-77758309D01* -X148764339Y-77743509D01* -X148824628Y-77753942D01* -X148867271Y-77797819D01* -X148877429Y-77841501D01* -X148877429Y-78326077D01* -X148877430Y-78326078D01* -X148958262Y-78318117D01* -X149156191Y-78258076D01* -X149156196Y-78258074D01* -X149338589Y-78160584D01* -X149338599Y-78160577D01* -X149498479Y-78029368D01* -X149498488Y-78029359D01* -X149629697Y-77869479D01* -X149629704Y-77869469D01* -X149727194Y-77687076D01* -X149727196Y-77687071D01* -X149773840Y-77533309D01* -X149181324Y-77533309D01* -X149123133Y-77514402D01* -X149087169Y-77464902D01* -X149086334Y-77406419D01* -X149102429Y-77351604D01* -X149102429Y-77215014D01* -X149086334Y-77160198D01* -X149088081Y-77099040D01* -X149125444Y-77050587D01* -X149170480Y-77036662D01* -X154233312Y-77036662D01* -X154233313Y-77036663D01* -X154825829Y-77036663D01* -X154884020Y-77055570D01* -X154919984Y-77105070D01* -X154920818Y-77163552D01* -X154904724Y-77218368D01* -X154904724Y-77354958D01* -X154920818Y-77409773D01* -X154919072Y-77470932D01* -X154881709Y-77519385D01* -X154825829Y-77536663D01* -X154233313Y-77536663D01* -X154279956Y-77690425D01* -X154279958Y-77690430D01* -X154377448Y-77872823D01* -X154377455Y-77872833D01* -X154508664Y-78032713D01* -X154508673Y-78032722D01* -X154668553Y-78163931D01* -X154668563Y-78163938D01* -X154850956Y-78261428D01* -X154850961Y-78261430D01* -X155048890Y-78321471D01* -X155129722Y-78329432D01* -X155129724Y-78329431D01* -X155129724Y-77844855D01* -X155148631Y-77786664D01* -X155198131Y-77750700D01* -X155242814Y-77746863D01* -X155345745Y-77761663D01* -X155345749Y-77761663D01* -X155413703Y-77761663D01* -X155516634Y-77746863D01* -X155576923Y-77757296D01* -X155619566Y-77801173D01* -X155629724Y-77844855D01* -X155629724Y-78329431D01* -X155629725Y-78329432D01* -X155710557Y-78321471D01* -X155908486Y-78261430D01* -X155908491Y-78261428D01* -X156090884Y-78163938D01* -X156090894Y-78163931D01* -X156250774Y-78032722D01* -X156250783Y-78032713D01* -X156381992Y-77872833D01* -X156381999Y-77872823D01* -X156479489Y-77690430D01* -X156479491Y-77690425D01* -X156526135Y-77536663D01* -X155933619Y-77536663D01* -X155875428Y-77517756D01* -X155839464Y-77468256D01* -X155838629Y-77409773D01* -X155854724Y-77354958D01* -X155854724Y-77218368D01* -X155838629Y-77163552D01* -X155840376Y-77102394D01* -X155877739Y-77053941D01* -X155933619Y-77036663D01* -X156526135Y-77036663D01* -X156526135Y-77036662D01* -X156479491Y-76882900D01* -X156479489Y-76882895D01* -X156381999Y-76700502D01* -X156381992Y-76700492D01* -X156250783Y-76540612D01* -X156250774Y-76540603D01* -X156090894Y-76409394D01* -X156090884Y-76409387D01* -X155908491Y-76311897D01* -X155908486Y-76311895D01* -X155710560Y-76251854D01* -X155710554Y-76251853D01* -X155629724Y-76243892D01* -X155629724Y-76728470D01* -X155610817Y-76786661D01* -X155561317Y-76822625D01* -X155516635Y-76826462D01* -X155413704Y-76811663D01* -X155413699Y-76811663D01* -X155345749Y-76811663D01* -X155345744Y-76811663D01* -X155242813Y-76826462D01* -X155182524Y-76816029D01* -X155139881Y-76772151D01* -X155129724Y-76728470D01* -X155129724Y-76243892D01* -X155129723Y-76243892D01* -X155048893Y-76251853D01* -X155048887Y-76251854D01* -X154850961Y-76311895D01* -X154850956Y-76311897D01* -X154668563Y-76409387D01* -X154668553Y-76409394D01* -X154508673Y-76540603D01* -X154508664Y-76540612D01* -X154377455Y-76700492D01* -X154377448Y-76700502D01* -X154279958Y-76882895D01* -X154279956Y-76882900D01* -X154233312Y-77036662D01* -X149170480Y-77036662D01* -X149181324Y-77033309D01* -X149773840Y-77033309D01* -X149773840Y-77033308D01* -X149727196Y-76879546D01* -X149727194Y-76879541D01* -X149629704Y-76697148D01* -X149629697Y-76697138D01* -X149498488Y-76537258D01* -X149498479Y-76537249D01* -X149338599Y-76406040D01* -X149338589Y-76406033D01* -X149156196Y-76308543D01* -X149156191Y-76308541D01* -X148958265Y-76248500D01* -X148958259Y-76248499D01* -X148877429Y-76240538D01* -X148877429Y-76725116D01* -X148858522Y-76783307D01* -X148809022Y-76819271D01* -X148764340Y-76823108D01* -X148661409Y-76808309D01* -X148661404Y-76808309D01* -X148593454Y-76808309D01* -X148593449Y-76808309D01* -X148490518Y-76823108D01* -X148430229Y-76812675D01* -X148387586Y-76768797D01* -X148377429Y-76725116D01* -X148377429Y-76240538D01* -X148377428Y-76240538D01* -X148296598Y-76248499D01* -X148296592Y-76248500D01* -X148098666Y-76308541D01* -X148098661Y-76308543D01* -X147916268Y-76406033D01* -X147916258Y-76406040D01* -X147756378Y-76537249D01* -X147756369Y-76537258D01* -X147625160Y-76697138D01* -X147625153Y-76697148D01* -X147527663Y-76879541D01* -X147527661Y-76879546D01* -X147481017Y-77033308D01* -X143938296Y-77033308D01* -X143938500Y-77032019D01* -X143938499Y-75668982D01* -X143938499Y-75668981D01* -X143938499Y-75668978D01* -X143938498Y-75668976D01* -X143923647Y-75575200D01* -X143923646Y-75575198D01* -X143923646Y-75575196D01* -X143866050Y-75462158D01* -X143776342Y-75372450D01* -X143663304Y-75314854D01* -X143663305Y-75314854D01* -X143569522Y-75300000D01* -X143569519Y-75300000D01* -X143287500Y-75300000D01* -X143229309Y-75281093D01* -X143193345Y-75231593D01* -X143188500Y-75201000D01* -X143188500Y-74834248D01* -X147498059Y-74834248D01* -X147527809Y-75028437D01* -X147528873Y-75035380D01* -X147599543Y-75226196D01* -X147642525Y-75295155D01* -X147707174Y-75398876D01* -X147707176Y-75398878D01* -X147707177Y-75398880D01* -X147710365Y-75402234D01* -X147808162Y-75505116D01* -X147847370Y-75546362D01* -X147847372Y-75546363D01* -X147847375Y-75546366D01* -X148009999Y-75659555D01* -X148014380Y-75662604D01* -X148201369Y-75742848D01* -X148201371Y-75742849D01* -X148400688Y-75783809D01* -X148400691Y-75783809D01* -X148803173Y-75783809D01* -X148828810Y-75781201D01* -X148954867Y-75768383D01* -X149149017Y-75707468D01* -X149326931Y-75608718D01* -X149481324Y-75476175D01* -X149605877Y-75315267D01* -X149615574Y-75295499D01* -X149643185Y-75239210D01* -X149685787Y-75195293D01* -X149732068Y-75183809D01* -X154268378Y-75183809D01* -X154326569Y-75202716D01* -X154352394Y-75230442D01* -X154459469Y-75402230D01* -X154459474Y-75402236D01* -X154596480Y-75546366D01* -X154599665Y-75549716D01* -X154599667Y-75549717D01* -X154599670Y-75549720D01* -X154761856Y-75662604D01* -X154766675Y-75665958D01* -X154953664Y-75746202D01* -X154953666Y-75746203D01* -X155152983Y-75787163D01* -X155152986Y-75787163D01* -X155555468Y-75787163D01* -X155581105Y-75784555D01* -X155707162Y-75771737D01* -X155901312Y-75710822D01* -X156079226Y-75612072D01* -X156233619Y-75479529D01* -X156358172Y-75318621D01* -X156447784Y-75135934D01* -X156498787Y-74938948D01* -X156509093Y-74735727D01* -X156478280Y-74534592D01* -X156407610Y-74343776D01* -X156299976Y-74171092D01* -X156159783Y-74023610D01* -X156159781Y-74023608D01* -X156159777Y-74023605D01* -X155992778Y-73907371D01* -X155992775Y-73907369D01* -X155992773Y-73907368D01* -X155805782Y-73827123D01* -X155805784Y-73827123D01* -X155726055Y-73810739D01* -X155606465Y-73786163D01* -X155203982Y-73786163D01* -X155203980Y-73786163D01* -X155052285Y-73801589D01* -X154858134Y-73862504D01* -X154858133Y-73862505D01* -X154680225Y-73961251D01* -X154680222Y-73961253D01* -X154525833Y-74093792D01* -X154401273Y-74254708D01* -X154365613Y-74327408D01* -X154323011Y-74371325D01* -X154276730Y-74382809D01* -X149736685Y-74382809D01* -X149678494Y-74363902D01* -X149652669Y-74336176D01* -X149547683Y-74167741D01* -X149547678Y-74167735D01* -X149407492Y-74020260D01* -X149407482Y-74020251D01* -X149240483Y-73904017D01* -X149240480Y-73904015D01* -X149240478Y-73904014D01* -X149053487Y-73823769D01* -X149053489Y-73823769D01* -X148973760Y-73807385D01* -X148854170Y-73782809D01* -X148451687Y-73782809D01* -X148451685Y-73782809D01* -X148299990Y-73798235D01* -X148105839Y-73859150D01* -X148105838Y-73859151D01* -X147927930Y-73957897D01* -X147927927Y-73957899D01* -X147773538Y-74090438D01* -X147648978Y-74251354D01* -X147569229Y-74413937D01* -X147559369Y-74434038D01* -X147534064Y-74531774D01* -X147508365Y-74631028D01* -X147498060Y-74834245D01* -X147498059Y-74834248D01* -X143188500Y-74834248D01* -X143188500Y-72770743D01* -X143190383Y-72753684D01* -X143190760Y-72749702D01* -X143188500Y-72677782D01* -X143188500Y-72647082D01* -X143188500Y-72647075D01* -X143187506Y-72639211D01* -X143187141Y-72634566D01* -X143187078Y-72632575D01* -X143185598Y-72585431D01* -X143182577Y-72575032D01* -X143179128Y-72563161D01* -X143175977Y-72547951D01* -X143173071Y-72524942D01* -X143165397Y-72505559D01* -X143154973Y-72479231D01* -X143153462Y-72474817D01* -X143150952Y-72466179D01* -X143139745Y-72427602D01* -X143138537Y-72425559D01* -X143127937Y-72407635D01* -X143121102Y-72393684D01* -X143119820Y-72390445D01* -X143112568Y-72372129D01* -X143085046Y-72334248D01* -X147498059Y-72334248D01* -X147526560Y-72520282D01* -X147528873Y-72535380D01* -X147599543Y-72726196D01* -X147627309Y-72770743D01* -X147707174Y-72898876D01* -X147707176Y-72898878D01* -X147707177Y-72898880D01* -X147847370Y-73046362D01* -X147847372Y-73046363D01* -X147847375Y-73046366D01* -X148014374Y-73162600D01* -X148014380Y-73162604D01* -X148201369Y-73242848D01* -X148201371Y-73242849D01* -X148400688Y-73283809D01* -X148400691Y-73283809D01* -X148803173Y-73283809D01* -X148828810Y-73281201D01* -X148954867Y-73268383D01* -X149149017Y-73207468D01* -X149326931Y-73108718D01* -X149481324Y-72976175D01* -X149605877Y-72815267D01* -X149695489Y-72632580D01* -X149695490Y-72632572D01* -X149697232Y-72627874D01* -X149699398Y-72628676D01* -X149727420Y-72584740D01* -X149784359Y-72562345D01* -X149790353Y-72562163D01* -X154220939Y-72562163D01* -X154279130Y-72581070D01* -X154313775Y-72626778D01* -X154351838Y-72729550D01* -X154370333Y-72759222D01* -X154459469Y-72902230D01* -X154459474Y-72902236D01* -X154596480Y-73046366D01* -X154599665Y-73049716D01* -X154599667Y-73049717D01* -X154599670Y-73049720D01* -X154761856Y-73162604D01* -X154766675Y-73165958D01* -X154953664Y-73246202D01* -X154953666Y-73246203D01* -X155152983Y-73287163D01* -X155152986Y-73287163D01* -X155555468Y-73287163D01* -X155656596Y-73276879D01* -X155707162Y-73271737D01* -X155853946Y-73225683D01* -X155915125Y-73226303D01* -X155953584Y-73250139D01* -X159207504Y-76504059D01* -X159235281Y-76558576D01* -X159236500Y-76574063D01* -X159236500Y-79493084D01* -X159217593Y-79551275D01* -X159212320Y-79557914D01* -X159129118Y-79653936D01* -X159075302Y-79771774D01* -X159056867Y-79899997D01* -X159056867Y-79900002D01* -X159075302Y-80028225D01* -X159119723Y-80125491D01* -X159129118Y-80146063D01* -X159213951Y-80243967D01* -X159213952Y-80243968D01* -X159313131Y-80307706D01* -X159322931Y-80314004D01* -X159447228Y-80350500D01* -X159447230Y-80350500D01* -X159576770Y-80350500D01* -X159576772Y-80350500D01* -X159701069Y-80314004D01* -X159810049Y-80243967D01* -X159894882Y-80146063D01* -X159948697Y-80028226D01* -X159964425Y-79918836D01* -X159967133Y-79900002D01* -X159967133Y-79899997D01* -X159948697Y-79771774D01* -X159939056Y-79750663D01* -X159894882Y-79653937D01* -X159885430Y-79643029D01* -X159811680Y-79557914D01* -X159787863Y-79501555D01* -X159787500Y-79493084D01* -X159787500Y-76455822D01* -X159789402Y-76436508D01* -X159790904Y-76428956D01* -X159792897Y-76418939D01* -X159785470Y-76381600D01* -X159771515Y-76311444D01* -X159771513Y-76311441D01* -X159771513Y-76311440D01* -X159739414Y-76263402D01* -X159731698Y-76251854D01* -X159725994Y-76243317D01* -X159725992Y-76243315D01* -X159724136Y-76240538D01* -X159723292Y-76239274D01* -X159710625Y-76220317D01* -X159710624Y-76220315D01* -X159695733Y-76210365D01* -X159680731Y-76198054D01* -X156389506Y-72906829D01* -X156361729Y-72852312D01* -X156370627Y-72793228D01* -X156447784Y-72635934D01* -X156498787Y-72438948D01* -X156509093Y-72235727D01* -X156478280Y-72034592D01* -X156407610Y-71843776D01* -X156299976Y-71671092D01* -X156159783Y-71523610D01* -X156159781Y-71523608D01* -X156159777Y-71523605D01* -X155992778Y-71407371D01* -X155992775Y-71407369D01* -X155992773Y-71407368D01* -X155805782Y-71327123D01* -X155805784Y-71327123D01* -X155726055Y-71310739D01* -X155606465Y-71286163D01* -X155203982Y-71286163D01* -X155203980Y-71286163D01* -X155052285Y-71301589D01* -X154858134Y-71362504D01* -X154858133Y-71362505D01* -X154680225Y-71461251D01* -X154680222Y-71461253D01* -X154525833Y-71593792D01* -X154401273Y-71754708D01* -X154311662Y-71937396D01* -X154309921Y-71942098D01* -X154308776Y-71941674D01* -X154278885Y-71988570D01* -X154221951Y-72010980D01* -X154215932Y-72011163D01* -X149787457Y-72011163D01* -X149729266Y-71992256D01* -X149694620Y-71946546D01* -X149655316Y-71840425D01* -X149655315Y-71840423D01* -X149655315Y-71840422D01* -X149566269Y-71697560D01* -X149547683Y-71667741D01* -X149547678Y-71667735D01* -X149536015Y-71655466D01* -X149410676Y-71523610D01* -X149407492Y-71520260D01* -X149407482Y-71520251D01* -X149240483Y-71404017D01* -X149240480Y-71404015D01* -X149240478Y-71404014D01* -X149053487Y-71323769D01* -X149053489Y-71323769D01* -X148961697Y-71304906D01* -X148854170Y-71282809D01* -X148451687Y-71282809D01* -X148451685Y-71282809D01* -X148299990Y-71298235D01* -X148105839Y-71359150D01* -X148105838Y-71359151D01* -X147927930Y-71457897D01* -X147927927Y-71457899D01* -X147773538Y-71590438D01* -X147648978Y-71751354D01* -X147570551Y-71911242D01* -X147559369Y-71934038D01* -X147514657Y-72106726D01* -X147508365Y-72131028D01* -X147498060Y-72334245D01* -X147498059Y-72334248D01* -X143085046Y-72334248D01* -X143083660Y-72332341D01* -X143081111Y-72328460D01* -X143075249Y-72318548D01* -X143056081Y-72286135D01* -X143048782Y-72278836D01* -X143039677Y-72269730D01* -X143029589Y-72257918D01* -X143015964Y-72239164D01* -X143011809Y-72235727D01* -X142986307Y-72214629D01* -X142978085Y-72207827D01* -X142974634Y-72204687D01* -X142589996Y-71820050D01* -X142562219Y-71765533D01* -X142561000Y-71750046D01* -X142561000Y-70695681D01* -X142560999Y-70695672D01* -X142552267Y-70651779D01* -X142552265Y-70651775D01* -X142549959Y-70648324D01* -X142519004Y-70601996D01* -X142496477Y-70586944D01* -X142469224Y-70568734D01* -X142469220Y-70568732D01* -X142425327Y-70560000D01* -X142425320Y-70560000D01* -X141370954Y-70560000D01* -X141312763Y-70541093D01* -X141300950Y-70531004D01* -X139373980Y-68604034D01* -X139363214Y-68590596D01* -X139360704Y-68587562D01* -X139308255Y-68538309D01* -X139286535Y-68516589D01* -X139280279Y-68511736D01* -X139276733Y-68508707D01* -X139240892Y-68475051D01* -X139220571Y-68463880D01* -X139207587Y-68455351D01* -X139189264Y-68441138D01* -X139144151Y-68421615D01* -X139139963Y-68419564D01* -X139096874Y-68395876D01* -X139096866Y-68395872D01* -X139074397Y-68390103D01* -X139059706Y-68385073D01* -X139038426Y-68375865D01* -X139038424Y-68375864D01* -X138989873Y-68368174D01* -X138985305Y-68367228D01* -X138937682Y-68355001D01* -X138937679Y-68355000D01* -X138937677Y-68355000D01* -X138937674Y-68355000D01* -X138914487Y-68355000D01* -X138899000Y-68353781D01* -X138894776Y-68353112D01* -X138876095Y-68350153D01* -X138876094Y-68350153D01* -X138827143Y-68354780D01* -X138822482Y-68355000D01* -X133054487Y-68355000D01* -X133039000Y-68353781D01* -X133034776Y-68353112D01* -X133016095Y-68350153D01* -X133016094Y-68350153D01* -X132967143Y-68354780D01* -X132962482Y-68355000D01* -X124738246Y-68355000D01* -X124721147Y-68353112D01* -X124717202Y-68352739D01* -X124647363Y-68354935D01* -X124645297Y-68355000D01* -X116088246Y-68355000D01* -X116071147Y-68353112D01* -X116067202Y-68352739D01* -X115997363Y-68354935D01* -X115995297Y-68355000D01* -X108685954Y-68355000D01* -X108627763Y-68336093D01* -X108615950Y-68326004D01* -X107836838Y-67546892D01* -X107826072Y-67533454D01* -X107823562Y-67530420D01* -X107771113Y-67481167D01* -X107760337Y-67470391D01* -X107749393Y-67459447D01* -X107743137Y-67454594D01* -X107739591Y-67451565D01* -X107703750Y-67417909D01* -X107683429Y-67406738D01* -X107670445Y-67398209D01* -X107652122Y-67383996D01* -X107607009Y-67364473D01* -X107602821Y-67362422D01* -X107559732Y-67338734D01* -X107559724Y-67338730D01* -X107537255Y-67332961D01* -X107522564Y-67327931D01* -X107501284Y-67318723D01* -X107501282Y-67318722D01* -X107452731Y-67311032D01* -X107448163Y-67310086D01* -X107400540Y-67297859D01* -X107400537Y-67297858D01* -X107400535Y-67297858D01* -X107400532Y-67297858D01* -X107377345Y-67297858D01* -X107361858Y-67296639D01* -X107357634Y-67295970D01* -X107338953Y-67293011D01* -X107338952Y-67293011D01* -X107290001Y-67297638D01* -X107285340Y-67297858D01* -X97314387Y-67297858D01* -X97297288Y-67295970D01* -X97293343Y-67295597D01* -X97223504Y-67297793D01* -X97221438Y-67297858D01* -X97190712Y-67297858D01* -X97182849Y-67298850D01* -X97178204Y-67299216D01* -X97134592Y-67300587D01* -X97129072Y-67300761D01* -X97129070Y-67300761D01* -X97129064Y-67300762D01* -X97106795Y-67307231D01* -X97091596Y-67310379D01* -X97068583Y-67313287D01* -X97068582Y-67313287D01* -X97022875Y-67331383D01* -X97018463Y-67332894D01* -X96971248Y-67346612D01* -X96971241Y-67346615D01* -X96951275Y-67358422D01* -X96937331Y-67365253D01* -X96915771Y-67373789D01* -X96915768Y-67373791D01* -X96876001Y-67402683D01* -X96872104Y-67405243D01* -X96829778Y-67430276D01* -X96829773Y-67430279D01* -X96813374Y-67446678D01* -X96801569Y-67456760D01* -X96782808Y-67470391D01* -X96782802Y-67470397D01* -X96751470Y-67508271D01* -X96748330Y-67511721D01* -X94981550Y-69278504D01* -X94927033Y-69306281D01* -X94911546Y-69307500D01* -X93907172Y-69307500D01* -X93863279Y-69316232D01* -X93863275Y-69316234D01* -X93813498Y-69349494D01* -X93813494Y-69349498D01* -X93780234Y-69399275D01* -X93780232Y-69399279D01* -X93771500Y-69443172D01* -X93771500Y-71272827D01* -X93780232Y-71316720D01* -X93780234Y-71316724D01* -X93807855Y-71358062D01* -X93813496Y-71366504D01* -X93863278Y-71399767D01* -X93874327Y-71401964D01* -X93907172Y-71408499D01* -X93907178Y-71408499D01* -X93907180Y-71408500D01* -X93907181Y-71408500D01* -X95736819Y-71408500D01* -X95736820Y-71408500D01* -X95736821Y-71408499D01* -X95736827Y-71408499D01* -X95759372Y-71404014D01* -X95780722Y-71399767D01* -X95830504Y-71366504D01* -X95863767Y-71316722D01* -X95872500Y-71272820D01* -X95872500Y-70358000D01* -X98717287Y-70358000D01* -X98736097Y-70560989D01* -X98791887Y-70757070D01* -X98882750Y-70939550D01* -X98882753Y-70939554D01* -X98884533Y-70941913D01* -X99160747Y-70665699D01* -X99215264Y-70637921D01* -X99275696Y-70647492D01* -X99309293Y-70675435D01* -X99394070Y-70785919D01* -X99394075Y-70785925D01* -X99394078Y-70785927D01* -X99394080Y-70785929D01* -X99504563Y-70870705D01* -X99539219Y-70921129D01* -X99537618Y-70982294D01* -X99514300Y-71019250D01* -X99241311Y-71292240D01* -X99329588Y-71346898D01* -X99519683Y-71420541D01* -X99720070Y-71458000D01* -X99923930Y-71458000D01* -X100124316Y-71420541D01* -X100314413Y-71346898D01* -X100314418Y-71346895D01* -X100402688Y-71292241D01* -X100129698Y-71019250D01* -X100101921Y-70964734D01* -X100111492Y-70904302D01* -X100139431Y-70870708D01* -X100249925Y-70785925D01* -X100334706Y-70675435D01* -X100385130Y-70640780D01* -X100446295Y-70642381D01* -X100483251Y-70665699D01* -X100759465Y-70941912D01* -X100761244Y-70939558D01* -X100761249Y-70939549D01* -X100852112Y-70757070D01* -X100907902Y-70560989D01* -X100926712Y-70358000D01* -X100907902Y-70155010D01* -X100852112Y-69958929D01* -X100761247Y-69776447D01* -X100761244Y-69776442D01* -X100759465Y-69774086D01* -X100483250Y-70050300D01* -X100428734Y-70078077D01* -X100368302Y-70068506D01* -X100334705Y-70040563D01* -X100249929Y-69930080D01* -X100249928Y-69930079D01* -X100249925Y-69930075D01* -X100249920Y-69930071D01* -X100249919Y-69930070D01* -X100139435Y-69845293D01* -X100104779Y-69794869D01* -X100106380Y-69733704D01* -X100129698Y-69696747D01* -X100402687Y-69423757D01* -X100314415Y-69369102D01* -X100314413Y-69369101D01* -X100124316Y-69295458D01* -X99923930Y-69258000D01* -X99720070Y-69258000D01* -X99519681Y-69295458D01* -X99329592Y-69369098D01* -X99329586Y-69369101D01* -X99241310Y-69423758D01* -X99514300Y-69696748D01* -X99542077Y-69751264D01* -X99532506Y-69811696D01* -X99504564Y-69845293D01* -X99394077Y-69930073D01* -X99394073Y-69930077D01* -X99309293Y-70040564D01* -X99258868Y-70075219D01* -X99197703Y-70073617D01* -X99160748Y-70050300D01* -X98884533Y-69774085D01* -X98884532Y-69774085D01* -X98882754Y-69776443D01* -X98791887Y-69958929D01* -X98736097Y-70155010D01* -X98717287Y-70358000D01* -X95872500Y-70358000D01* -X95872500Y-70268452D01* -X95891407Y-70210262D01* -X95901496Y-70198449D01* -X97472092Y-68627854D01* -X97526609Y-68600077D01* -X97542096Y-68598858D01* -X107007904Y-68598858D01* -X107066095Y-68617765D01* -X107077908Y-68627854D01* -X107778504Y-69328450D01* -X107806281Y-69382967D01* -X107807500Y-69398454D01* -X107807500Y-73867754D01* -X107805612Y-73884852D01* -X107805239Y-73888797D01* -X107807500Y-73960702D01* -X107807500Y-73991424D01* -X107807499Y-73991424D01* -X107808493Y-73999292D01* -X107808858Y-74003935D01* -X107810403Y-74053068D01* -X107810404Y-74053075D01* -X107816872Y-74075341D01* -X107820021Y-74090544D01* -X107822929Y-74113559D01* -X107841027Y-74159272D01* -X107842538Y-74163684D01* -X107856255Y-74210896D01* -X107856256Y-74210899D01* -X107868061Y-74230860D01* -X107874894Y-74244808D01* -X107877485Y-74251351D01* -X107883432Y-74266371D01* -X107883433Y-74266372D01* -X107912331Y-74306150D01* -X107914891Y-74310048D01* -X107939920Y-74352366D01* -X107956318Y-74368764D01* -X107966407Y-74380577D01* -X107980037Y-74399337D01* -X108017913Y-74430671D01* -X108021365Y-74433812D01* -X111830503Y-78242949D01* -X111858280Y-78297466D01* -X111859499Y-78312951D01* -X111859500Y-78365498D01* -X111840594Y-78423689D01* -X111791094Y-78459654D01* -X111760500Y-78464500D01* -X110485172Y-78464500D01* -X110441279Y-78473232D01* -X110441275Y-78473234D01* -X110391498Y-78506494D01* -X110391494Y-78506498D01* -X110358234Y-78556275D01* -X110358232Y-78556279D01* -X110349500Y-78600172D01* -X110349500Y-80779827D01* -X110358232Y-80823720D01* -X110358234Y-80823724D01* -X110383112Y-80860957D01* -X110391496Y-80873504D01* -X110441278Y-80906767D01* -X110451981Y-80908896D01* -X110485172Y-80915499D01* -X110485178Y-80915499D01* -X110485180Y-80915500D01* -X110485181Y-80915500D01* -X114314819Y-80915500D01* -X114314820Y-80915500D01* -X114314821Y-80915499D01* -X114314827Y-80915499D01* -X114336623Y-80911162D01* -X114358722Y-80906767D01* -X114408504Y-80873504D01* -X114441767Y-80823722D01* -X114446162Y-80801623D01* -X114450499Y-80779827D01* -X114450500Y-80779818D01* -X114450500Y-78600181D01* -X114450499Y-78600172D01* -X114441767Y-78556279D01* -X114441765Y-78556275D01* -X114415331Y-78516714D01* -X114408504Y-78506496D01* -X114407840Y-78506052D01* -X114358724Y-78473234D01* -X114358720Y-78473232D01* -X114314827Y-78464500D01* -X114314820Y-78464500D01* -X113259500Y-78464500D01* -X113201309Y-78445593D01* -X113165345Y-78396093D01* -X113160500Y-78365500D01* -X113160500Y-78242949D01* -X113160500Y-78085232D01* -X113162384Y-78068176D01* -X113162760Y-78064201D01* -X113160500Y-77992295D01* -X113160500Y-77961581D01* -X113160499Y-77961569D01* -X113159507Y-77953714D01* -X113159140Y-77949058D01* -X113157597Y-77899933D01* -X113157597Y-77899930D01* -X113151125Y-77877653D01* -X113147978Y-77862457D01* -X113145071Y-77839442D01* -X113126967Y-77793719D01* -X113125463Y-77789327D01* -X113113199Y-77747109D01* -X113111745Y-77742103D01* -X113111744Y-77742101D01* -X113099931Y-77722127D01* -X113093103Y-77708188D01* -X113086071Y-77690425D01* -X113084569Y-77686630D01* -X113084568Y-77686629D01* -X113055670Y-77646854D01* -X113053113Y-77642961D01* -X113028081Y-77600635D01* -X113025013Y-77597567D01* -X113011677Y-77584230D01* -X113001589Y-77572418D01* -X112987964Y-77553664D01* -X112987306Y-77553120D01* -X112966610Y-77535998D01* -X112950085Y-77522327D01* -X112946634Y-77519187D01* -X109137496Y-73710050D01* -X109109719Y-73655533D01* -X109108500Y-73640046D01* -X109108500Y-71821243D01* -X112440000Y-71821243D01* -X112455426Y-71972938D01* -X112516341Y-72167089D01* -X112516342Y-72167090D01* -X112615088Y-72344998D01* -X112615090Y-72345001D01* -X112743444Y-72494515D01* -X112747634Y-72499395D01* -X112751597Y-72502462D01* -X112786040Y-72553031D01* -X112790000Y-72580750D01* -X112790000Y-73257754D01* -X112788112Y-73274852D01* -X112787739Y-73278797D01* -X112790000Y-73350702D01* -X112790000Y-73381424D01* -X112789999Y-73381424D01* -X112790993Y-73389292D01* -X112791358Y-73393935D01* -X112792903Y-73443068D01* -X112792904Y-73443075D01* -X112799372Y-73465341D01* -X112802521Y-73480544D01* -X112805429Y-73503559D01* -X112823527Y-73549272D01* -X112825038Y-73553684D01* -X112838755Y-73600896D01* -X112838756Y-73600899D01* -X112850561Y-73620860D01* -X112857394Y-73634808D01* -X112865600Y-73655533D01* -X112865932Y-73656371D01* -X112865933Y-73656372D01* -X112894831Y-73696150D01* -X112897391Y-73700048D01* -X112922420Y-73742366D01* -X112938818Y-73758764D01* -X112948907Y-73770577D01* -X112962537Y-73789337D01* -X113000413Y-73820671D01* -X113003865Y-73823812D01* -X116067019Y-76886965D01* -X116077780Y-76900397D01* -X116080295Y-76903438D01* -X116132744Y-76952689D01* -X116132744Y-76952690D01* -X116154466Y-76974412D01* -X116160730Y-76979271D01* -X116164262Y-76982288D01* -X116200107Y-77015948D01* -X116220428Y-77027119D01* -X116233413Y-77035649D01* -X116251111Y-77049378D01* -X116251737Y-77049863D01* -X116285381Y-77064421D01* -X116296859Y-77069389D01* -X116301049Y-77071442D01* -X116323816Y-77083958D01* -X116344132Y-77095127D01* -X116366509Y-77100871D01* -X116366592Y-77100893D01* -X116381290Y-77105925D01* -X116402574Y-77115136D01* -X116451129Y-77122825D01* -X116455696Y-77123771D01* -X116503317Y-77135999D01* -X116503321Y-77135999D01* -X116503323Y-77136000D01* -X116526513Y-77136000D01* -X116541999Y-77137219D01* -X116564905Y-77140847D01* -X116594323Y-77138066D01* -X116613860Y-77136220D01* -X116618521Y-77136000D01* -X119940533Y-77136000D01* -X119998724Y-77154907D01* -X120034688Y-77204407D01* -X120038314Y-77219514D01* -X120044852Y-77260800D01* -X120044854Y-77260804D01* -X120102450Y-77373842D01* -X120192158Y-77463550D01* -X120305196Y-77521146D01* -X120398981Y-77536000D01* -X120910999Y-77535999D01* -X120969190Y-77554906D01* -X121005154Y-77604406D01* -X121009999Y-77634999D01* -X121009999Y-79580320D01* -X120991092Y-79638511D01* -X120950988Y-79670884D01* -X120900236Y-79693293D01* -X120820794Y-79772735D01* -X120775414Y-79875511D01* -X120772500Y-79900630D01* -X120772500Y-80290360D01* -X120772501Y-80290363D01* -X120775414Y-80315490D01* -X120798814Y-80368485D01* -X120820794Y-80418265D01* -X120900235Y-80497706D01* -X121003009Y-80543085D01* -X121028135Y-80546000D01* -X121148903Y-80545999D01* -X121207094Y-80564906D01* -X121212009Y-80568718D01* -X121309174Y-80649100D01* -X121457887Y-80719079D01* -X121619323Y-80749875D01* -X121619328Y-80749876D01* -X121619329Y-80749875D01* -X121619330Y-80749876D01* -X121783360Y-80739556D01* -X121939671Y-80688768D01* -X121945398Y-80685134D01* -X122014142Y-80641507D01* -X122078440Y-80600702D01* -X122100482Y-80577228D01* -X122154099Y-80547753D01* -X122172650Y-80545999D01* -X122292861Y-80545999D01* -X122292864Y-80545999D01* -X122317991Y-80543085D01* -X122420765Y-80497706D01* -X122500206Y-80418265D01* -X122545585Y-80315491D01* -X122548500Y-80290365D01* -X122548499Y-79900636D01* -X122545585Y-79875509D01* -X122500206Y-79772735D01* -X122420765Y-79693294D01* -X122420763Y-79693293D01* -X122420762Y-79693292D01* -X122370011Y-79670883D01* -X122324416Y-79630082D01* -X122311000Y-79580319D01* -X122311000Y-79395500D01* -X122607729Y-79395500D01* -X122607911Y-79396746D01* -X122659213Y-79501687D01* -X122741812Y-79584286D01* -X122846751Y-79635587D01* -X122914784Y-79645499D01* -X123285498Y-79645499D01* -X123285499Y-79645498D01* -X123785500Y-79645498D01* -X123785501Y-79645499D01* -X124156213Y-79645499D01* -X124156216Y-79645498D01* -X124224250Y-79635587D01* -X124329188Y-79584285D01* -X124382973Y-79530500D01* -X124833434Y-79530500D01* -X124845333Y-79605642D01* -X124845334Y-79605645D01* -X124902859Y-79718544D01* -X124992456Y-79808141D01* -X125105348Y-79865663D01* -X125105352Y-79865664D01* -X125199016Y-79880499D01* -X125255499Y-79880498D01* -X125255500Y-79530501D01* -X125255499Y-79530500D01* -X125755500Y-79530500D01* -X125755500Y-79880498D01* -X125755501Y-79880499D01* -X125811983Y-79880499D01* -X125811985Y-79880498D01* -X125905641Y-79865666D01* -X125905651Y-79865663D01* -X126018543Y-79808141D01* -X126108141Y-79718543D01* -X126165663Y-79605651D01* -X126165664Y-79605647D01* -X126177567Y-79530500D01* -X125755500Y-79530500D01* -X125255499Y-79530500D01* -X124833434Y-79530500D01* -X124382973Y-79530500D01* -X124411786Y-79501687D01* -X124463088Y-79396746D01* -X124463270Y-79395500D01* -X123785501Y-79395500D01* -X123785500Y-79395501D01* -X123785500Y-79645498D01* -X123285499Y-79645498D01* -X123285499Y-79395500D01* -X122607729Y-79395500D01* -X122311000Y-79395500D01* -X122311000Y-79030500D01* -X124833433Y-79030500D01* -X125255499Y-79030500D01* -X125255500Y-79030499D01* -X125755500Y-79030499D01* -X125755501Y-79030500D01* -X126177565Y-79030500D01* -X126177566Y-79030499D01* -X126165666Y-78955357D01* -X126165665Y-78955354D01* -X126108140Y-78842455D01* -X126018543Y-78752858D01* -X125905651Y-78695336D01* -X125905647Y-78695335D01* -X125811984Y-78680500D01* -X125755501Y-78680500D01* -X125755500Y-78680501D01* -X125755500Y-79030499D01* -X125255500Y-79030499D01* -X125255500Y-78680499D01* -X125199018Y-78680500D01* -X125199013Y-78680501D01* -X125105358Y-78695333D01* -X125105348Y-78695336D01* -X124992456Y-78752858D01* -X124902858Y-78842456D01* -X124845336Y-78955348D01* -X124845335Y-78955352D01* -X124833433Y-79030500D01* -X122311000Y-79030500D01* -X122311000Y-78895499D01* -X122607729Y-78895499D01* -X122607730Y-78895500D01* -X123285499Y-78895500D01* -X123285500Y-78895499D01* -X123785500Y-78895499D01* -X123785501Y-78895500D01* -X124463270Y-78895500D01* -X124463270Y-78895499D01* -X124463088Y-78894253D01* -X124411786Y-78789312D01* -X124329187Y-78706713D01* -X124224248Y-78655412D01* -X124156216Y-78645500D01* -X123785501Y-78645500D01* -X123785500Y-78645501D01* -X123785500Y-78895499D01* -X123285500Y-78895499D01* -X123285500Y-78645501D01* -X123285499Y-78645500D01* -X122914786Y-78645500D01* -X122914783Y-78645501D01* -X122846749Y-78655412D01* -X122741811Y-78706714D01* -X122659213Y-78789312D01* -X122607911Y-78894253D01* -X122607729Y-78895499D01* -X122311000Y-78895499D01* -X122311000Y-77634999D01* -X122329907Y-77576808D01* -X122379407Y-77540844D01* -X122410000Y-77535999D01* -X122462021Y-77535999D01* -X122462022Y-77535998D01* -X122526140Y-77525844D01* -X122555799Y-77521147D01* -X122555799Y-77521146D01* -X122555804Y-77521146D01* -X122668842Y-77463550D01* -X122758550Y-77373842D01* -X122816146Y-77260804D01* -X122831000Y-77167019D01* -X122830999Y-75803982D01* -X122830999Y-75803981D01* -X122830999Y-75803978D01* -X122830998Y-75803976D01* -X122816147Y-75710200D01* -X122816146Y-75710198D01* -X122816146Y-75710196D01* -X122758550Y-75597158D01* -X122758546Y-75597154D01* -X122753969Y-75590853D01* -X122755483Y-75589752D01* -X122732216Y-75544074D01* -X122730999Y-75528599D01* -X122730999Y-74082817D01* -X122730999Y-72635028D01* -X122749906Y-72576841D01* -X122761781Y-72563288D01* -X122843553Y-72485559D01* -X122959795Y-72318549D01* -X123040040Y-72131558D01* -X123081000Y-71932241D01* -X123081000Y-71479758D01* -X123065574Y-71328062D01* -X123004659Y-71133912D01* -X122941017Y-71019250D01* -X122905911Y-70956001D01* -X122905909Y-70955998D01* -X122773370Y-70801609D01* -X122773368Y-70801607D01* -X122773366Y-70801605D01* -X122612458Y-70677052D01* -X122612457Y-70677051D01* -X122612454Y-70677049D01* -X122466958Y-70605681D01* -X122429771Y-70587440D01* -X122232785Y-70536437D01* -X122232783Y-70536436D01* -X122232781Y-70536436D01* -X122078602Y-70528617D01* -X122029564Y-70526131D01* -X122029562Y-70526131D01* -X122029559Y-70526131D01* -X121828432Y-70556943D01* -X121828429Y-70556943D01* -X121828429Y-70556944D01* -X121637613Y-70627614D01* -X121637611Y-70627614D01* -X121637611Y-70627615D01* -X121464932Y-70735245D01* -X121464926Y-70735250D01* -X121317451Y-70875436D01* -X121317442Y-70875446D01* -X121201208Y-71042445D01* -X121201205Y-71042451D01* -X121120960Y-71229440D01* -X121079999Y-71428762D01* -X121080000Y-71881243D01* -X121095426Y-72032938D01* -X121156341Y-72227089D01* -X121156342Y-72227090D01* -X121255088Y-72404998D01* -X121255090Y-72405001D01* -X121382170Y-72553031D01* -X121387634Y-72559395D01* -X121391597Y-72562462D01* -X121426040Y-72613031D01* -X121430000Y-72640750D01* -X121430000Y-75336000D01* -X121411093Y-75394191D01* -X121361593Y-75430155D01* -X121331000Y-75435000D01* -X120398978Y-75435000D01* -X120398976Y-75435001D01* -X120305200Y-75449852D01* -X120305195Y-75449854D01* -X120192159Y-75507449D01* -X120102449Y-75597159D01* -X120044854Y-75710195D01* -X120038314Y-75751487D01* -X120010536Y-75806004D01* -X119956020Y-75833781D01* -X119940533Y-75835000D01* -X116895954Y-75835000D01* -X116837763Y-75816093D01* -X116825950Y-75806004D01* -X114119996Y-73100049D01* -X114092219Y-73045532D01* -X114091000Y-73030045D01* -X114091000Y-72809001D01* -X114090999Y-72575028D01* -X114109906Y-72516841D01* -X114121781Y-72503288D01* -X114203553Y-72425559D01* -X114319795Y-72258549D01* -X114400040Y-72071558D01* -X114441000Y-71872241D01* -X114441000Y-71419758D01* -X114425574Y-71268062D01* -X114364659Y-71073912D01* -X114310314Y-70976001D01* -X114265911Y-70896001D01* -X114265909Y-70895998D01* -X114133370Y-70741609D01* -X114133368Y-70741607D01* -X114133366Y-70741605D01* -X113972458Y-70617052D01* -X113972457Y-70617051D01* -X113972454Y-70617049D01* -X113835763Y-70550000D01* -X113789771Y-70527440D01* -X113592785Y-70476437D01* -X113592783Y-70476436D01* -X113592781Y-70476436D01* -X113438602Y-70468617D01* -X113389564Y-70466131D01* -X113389562Y-70466131D01* -X113389559Y-70466131D01* -X113188432Y-70496943D01* -X113188429Y-70496943D01* -X113188429Y-70496944D01* -X112997613Y-70567614D01* -X112997611Y-70567614D01* -X112997611Y-70567615D01* -X112824932Y-70675245D01* -X112824926Y-70675250D01* -X112677451Y-70815436D01* -X112677442Y-70815446D01* -X112561208Y-70982445D01* -X112561205Y-70982451D01* -X112480960Y-71169440D01* -X112468630Y-71229440D01* -X112440000Y-71368759D01* -X112440000Y-71368762D01* -X112440000Y-71821243D01* -X109108500Y-71821243D01* -X109108500Y-69755000D01* -X109127407Y-69696809D01* -X109176907Y-69660845D01* -X109207500Y-69656000D01* -X115191000Y-69656000D01* -X115249191Y-69674907D01* -X115285155Y-69724407D01* -X115290000Y-69755000D01* -X115290000Y-70371000D01* -X115271093Y-70429191D01* -X115221593Y-70465155D01* -X115191000Y-70470000D01* -X115075672Y-70470000D01* -X115031779Y-70478732D01* -X115031775Y-70478734D01* -X114981998Y-70511994D01* -X114981994Y-70511998D01* -X114948734Y-70561775D01* -X114948732Y-70561779D01* -X114940000Y-70605672D01* -X114940000Y-72635327D01* -X114948732Y-72679220D01* -X114948733Y-72679222D01* -X114981996Y-72729004D01* -X115031778Y-72762267D01* -X115042827Y-72764464D01* -X115075672Y-72770999D01* -X115075678Y-72770999D01* -X115075680Y-72771000D01* -X115075681Y-72771000D01* -X116805319Y-72771000D01* -X116805320Y-72771000D01* -X116805321Y-72770999D01* -X116805327Y-72770999D01* -X116827123Y-72766662D01* -X116849222Y-72762267D01* -X116899004Y-72729004D01* -X116932267Y-72679222D01* -X116940224Y-72639221D01* -X116940999Y-72635327D01* -X116941000Y-72635318D01* -X116941000Y-70605681D01* -X116940999Y-70605672D01* -X116933428Y-70567614D01* -X116932267Y-70561778D01* -X116899004Y-70511996D01* -X116876477Y-70496944D01* -X116849224Y-70478734D01* -X116849220Y-70478732D01* -X116805327Y-70470000D01* -X116805320Y-70470000D01* -X116690000Y-70470000D01* -X116631809Y-70451093D01* -X116595845Y-70401593D01* -X116591000Y-70371000D01* -X116591000Y-69755000D01* -X116609907Y-69696809D01* -X116659407Y-69660845D01* -X116690000Y-69656000D01* -X123831000Y-69656000D01* -X123889191Y-69674907D01* -X123925155Y-69724407D01* -X123930000Y-69755000D01* -X123930000Y-70431000D01* -X123911093Y-70489191D01* -X123861593Y-70525155D01* -X123831000Y-70530000D01* -X123715672Y-70530000D01* -X123671779Y-70538732D01* -X123671775Y-70538734D01* -X123621998Y-70571994D01* -X123621994Y-70571998D01* -X123588734Y-70621775D01* -X123588732Y-70621779D01* -X123580000Y-70665672D01* -X123580000Y-72695327D01* -X123588732Y-72739220D01* -X123588734Y-72739224D01* -X123609966Y-72771000D01* -X123621996Y-72789004D01* -X123671778Y-72822267D01* -X123682827Y-72824464D01* -X123715672Y-72830999D01* -X123715678Y-72830999D01* -X123715680Y-72831000D01* -X124681000Y-72831000D01* -X124739191Y-72849907D01* -X124775155Y-72899407D01* -X124780000Y-72930000D01* -X124780000Y-75336000D01* -X124761093Y-75394191D01* -X124711593Y-75430155D01* -X124681000Y-75435000D01* -X124398979Y-75435000D01* -X124398976Y-75435001D01* -X124305200Y-75449852D01* -X124305195Y-75449854D01* -X124192159Y-75507449D01* -X124102449Y-75597159D01* -X124044854Y-75710195D01* -X124030000Y-75803978D01* -X124030000Y-77167021D01* -X124030001Y-77167023D01* -X124044852Y-77260799D01* -X124044854Y-77260804D01* -X124102450Y-77373842D01* -X124192158Y-77463550D01* -X124305196Y-77521146D01* -X124398981Y-77536000D01* -X126462018Y-77535999D01* -X126462021Y-77535999D01* -X126462022Y-77535998D01* -X126526140Y-77525844D01* -X126555799Y-77521147D01* -X126555799Y-77521146D01* -X126555804Y-77521146D01* -X126668842Y-77463550D01* -X126758550Y-77373842D01* -X126816146Y-77260804D01* -X126831000Y-77167019D01* -X126831000Y-77152021D01* -X128740000Y-77152021D01* -X128740001Y-77152023D01* -X128754852Y-77245799D01* -X128754854Y-77245804D01* -X128812450Y-77358842D01* -X128902158Y-77448550D01* -X129015196Y-77506146D01* -X129108981Y-77521000D01* -X129391000Y-77520999D01* -X129449190Y-77539906D01* -X129485154Y-77589406D01* -X129490000Y-77619999D01* -X129490000Y-79592754D01* -X129488113Y-79609850D01* -X129487739Y-79613797D01* -X129490000Y-79685702D01* -X129490000Y-79716424D01* -X129489999Y-79716424D01* -X129490993Y-79724292D01* -X129491358Y-79728935D01* -X129492903Y-79778068D01* -X129492904Y-79778073D01* -X129499372Y-79800341D01* -X129502521Y-79815544D01* -X129505429Y-79838559D01* -X129523527Y-79884272D01* -X129525038Y-79888684D01* -X129538755Y-79935896D01* -X129538756Y-79935899D01* -X129550561Y-79955860D01* -X129557394Y-79969808D01* -X129558399Y-79972345D01* -X129565932Y-79991371D01* -X129565933Y-79991372D01* -X129594831Y-80031150D01* -X129597391Y-80035047D01* -X129605365Y-80048529D01* -X129618712Y-80071097D01* -X129632500Y-80121493D01* -X129632500Y-80250361D01* -X129632501Y-80250364D01* -X129635414Y-80275490D01* -X129656615Y-80323504D01* -X129680794Y-80378265D01* -X129760235Y-80457706D01* -X129863009Y-80503085D01* -X129888135Y-80506000D01* -X130010044Y-80505999D01* -X130068235Y-80524906D01* -X130080049Y-80534995D01* -X130089465Y-80544411D01* -X130186736Y-80619862D01* -X130337573Y-80685135D01* -X130499905Y-80710846D01* -X130663529Y-80695379D01* -X130818168Y-80639706D01* -X130954102Y-80547325D01* -X130957840Y-80543085D01* -X130960975Y-80539530D01* -X131013639Y-80508383D01* -X131035236Y-80505999D01* -X131152861Y-80505999D01* -X131152864Y-80505999D01* -X131177991Y-80503085D01* -X131280765Y-80457706D01* -X131360206Y-80378265D01* -X131405585Y-80275491D01* -X131408500Y-80250365D01* -X131408499Y-79860636D01* -X131405585Y-79835509D01* -X131360206Y-79732735D01* -X131280765Y-79653294D01* -X131177991Y-79607915D01* -X131177990Y-79607914D01* -X131177988Y-79607914D01* -X131152869Y-79605000D01* -X131152865Y-79605000D01* -X131030954Y-79605000D01* -X130972763Y-79586093D01* -X130960951Y-79576004D01* -X130819996Y-79435050D01* -X130792218Y-79380533D01* -X130791000Y-79365058D01* -X130791000Y-79355500D01* -X131467729Y-79355500D01* -X131467911Y-79356746D01* -X131519213Y-79461687D01* -X131601812Y-79544286D01* -X131706751Y-79595587D01* -X131774784Y-79605499D01* -X132145498Y-79605499D01* -X132145500Y-79605498D01* -X132145500Y-79355501D01* -X132145499Y-79355500D01* -X132645500Y-79355500D01* -X132645500Y-79605498D01* -X132645501Y-79605499D01* -X133016213Y-79605499D01* -X133016216Y-79605498D01* -X133084250Y-79595587D01* -X133189188Y-79544285D01* -X133271786Y-79461687D01* -X133282144Y-79440500D01* -X133643434Y-79440500D01* -X133655333Y-79515642D01* -X133655334Y-79515645D01* -X133712859Y-79628544D01* -X133802456Y-79718141D01* -X133915348Y-79775663D01* -X133915352Y-79775664D01* -X134009016Y-79790499D01* -X134065499Y-79790498D01* -X134065500Y-79790498D01* -X134065500Y-79790497D01* -X134565500Y-79790497D01* -X134565501Y-79790499D01* -X134621983Y-79790499D01* -X134621985Y-79790498D01* -X134715641Y-79775666D01* -X134715651Y-79775663D01* -X134828543Y-79718141D01* -X134918141Y-79628543D01* -X134975663Y-79515651D01* -X134975664Y-79515647D01* -X134987567Y-79440500D01* -X134565501Y-79440500D01* -X134565500Y-79440501D01* -X134565500Y-79790497D01* -X134065500Y-79790497D01* -X134065500Y-79440501D01* -X134065499Y-79440500D01* -X133643434Y-79440500D01* -X133282144Y-79440500D01* -X133323088Y-79356746D01* -X133323270Y-79355500D01* -X132645500Y-79355500D01* -X132145499Y-79355500D01* -X131467729Y-79355500D01* -X130791000Y-79355500D01* -X130791000Y-78940500D01* -X133643433Y-78940500D01* -X134065499Y-78940500D01* -X134065500Y-78940498D01* -X134065500Y-78590500D01* -X134565500Y-78590500D01* -X134565500Y-78940499D01* -X134565501Y-78940500D01* -X134987565Y-78940500D01* -X134987566Y-78940499D01* -X134975666Y-78865357D01* -X134975665Y-78865354D01* -X134918140Y-78752455D01* -X134828543Y-78662858D01* -X134715651Y-78605336D01* -X134715647Y-78605335D01* -X134621984Y-78590500D01* -X134565500Y-78590500D01* -X134065500Y-78590500D01* -X134065500Y-78590499D01* -X134009018Y-78590500D01* -X134009013Y-78590501D01* -X133915358Y-78605333D01* -X133915348Y-78605336D01* -X133802456Y-78662858D01* -X133712858Y-78752456D01* -X133655336Y-78865348D01* -X133655335Y-78865352D01* -X133643433Y-78940500D01* -X130791000Y-78940500D01* -X130791000Y-78855499D01* -X131467729Y-78855499D01* -X131467730Y-78855500D01* -X132145499Y-78855500D01* -X132145500Y-78855499D01* -X132645500Y-78855499D01* -X132645501Y-78855500D01* -X133323270Y-78855500D01* -X133323270Y-78855499D01* -X133323088Y-78854253D01* -X133271786Y-78749312D01* -X133189187Y-78666713D01* -X133084248Y-78615412D01* -X133016216Y-78605500D01* -X132645501Y-78605500D01* -X132645500Y-78605501D01* -X132645500Y-78855499D01* -X132145500Y-78855499D01* -X132145500Y-78605501D01* -X132145499Y-78605500D01* -X131774786Y-78605500D01* -X131774783Y-78605501D01* -X131706749Y-78615412D01* -X131601811Y-78666714D01* -X131519213Y-78749312D01* -X131467911Y-78854253D01* -X131467729Y-78855499D01* -X130791000Y-78855499D01* -X130791000Y-77619999D01* -X130809907Y-77561808D01* -X130859407Y-77525844D01* -X130890000Y-77520999D01* -X131172021Y-77520999D01* -X131172022Y-77520998D01* -X131218910Y-77513572D01* -X131265799Y-77506147D01* -X131265799Y-77506146D01* -X131265804Y-77506146D01* -X131378842Y-77448550D01* -X131468550Y-77358842D01* -X131526146Y-77245804D01* -X131541000Y-77152019D01* -X131540999Y-75788982D01* -X131540999Y-75788981D01* -X131540999Y-75788978D01* -X131540998Y-75788976D01* -X131526147Y-75695200D01* -X131526146Y-75695198D01* -X131526146Y-75695196D01* -X131468550Y-75582158D01* -X131378842Y-75492450D01* -X131319391Y-75462158D01* -X131285054Y-75444662D01* -X131241790Y-75401397D01* -X131231000Y-75356453D01* -X131231000Y-74020251D01* -X131231000Y-72655028D01* -X131249906Y-72596841D01* -X131261781Y-72583288D01* -X131343553Y-72505559D01* -X131459795Y-72338549D01* -X131540040Y-72151558D01* -X131581000Y-71952241D01* -X131581000Y-71499758D01* -X131565574Y-71348062D01* -X131504659Y-71153912D01* -X131429916Y-71019250D01* -X131405911Y-70976001D01* -X131405909Y-70975998D01* -X131273370Y-70821609D01* -X131273368Y-70821607D01* -X131273366Y-70821605D01* -X131112458Y-70697052D01* -X131112457Y-70697051D01* -X131112454Y-70697049D01* -X130989920Y-70636944D01* -X130929771Y-70607440D01* -X130732785Y-70556437D01* -X130732783Y-70556436D01* -X130732781Y-70556436D01* -X130578602Y-70548617D01* -X130529564Y-70546131D01* -X130529562Y-70546131D01* -X130529559Y-70546131D01* -X130328432Y-70576943D01* -X130328429Y-70576943D01* -X130328429Y-70576944D01* -X130137613Y-70647614D01* -X130137611Y-70647614D01* -X130137611Y-70647615D01* -X129964932Y-70755245D01* -X129964926Y-70755250D01* -X129817454Y-70895434D01* -X129817442Y-70895446D01* -X129701208Y-71062445D01* -X129701205Y-71062451D01* -X129620960Y-71249440D01* -X129616154Y-71272827D01* -X129580000Y-71448759D01* -X129580000Y-71448762D01* -X129580000Y-71901243D01* -X129595426Y-72052938D01* -X129656341Y-72247089D01* -X129656342Y-72247090D01* -X129755088Y-72424998D01* -X129755090Y-72425001D01* -X129873096Y-72562461D01* -X129887634Y-72579395D01* -X129889385Y-72580750D01* -X129891595Y-72582461D01* -X129926039Y-72633031D01* -X129929999Y-72660750D01* -X129929999Y-75321000D01* -X129911092Y-75379191D01* -X129861592Y-75415155D01* -X129830999Y-75420000D01* -X129108978Y-75420000D01* -X129108976Y-75420001D01* -X129015200Y-75434852D01* -X129015195Y-75434854D01* -X128902159Y-75492449D01* -X128812449Y-75582159D01* -X128754854Y-75695195D01* -X128740000Y-75788978D01* -X128740000Y-77152021D01* -X126831000Y-77152021D01* -X126830999Y-75803982D01* -X126830998Y-75803981D01* -X126830999Y-75803978D01* -X126830998Y-75803976D01* -X126816147Y-75710200D01* -X126816146Y-75710198D01* -X126816146Y-75710196D01* -X126758550Y-75597158D01* -X126668842Y-75507450D01* -X126555804Y-75449854D01* -X126555805Y-75449854D01* -X126462022Y-75435000D01* -X126462019Y-75435000D01* -X126180000Y-75435000D01* -X126121809Y-75416093D01* -X126085845Y-75366593D01* -X126081000Y-75336000D01* -X126081000Y-72613243D01* -X126082883Y-72596184D01* -X126083260Y-72592202D01* -X126081000Y-72520282D01* -X126081000Y-72489582D01* -X126081000Y-72489575D01* -X126080006Y-72481711D01* -X126079641Y-72477066D01* -X126079570Y-72474817D01* -X126078098Y-72427931D01* -X126071628Y-72405661D01* -X126068477Y-72390451D01* -X126065571Y-72367442D01* -X126058091Y-72348549D01* -X126047473Y-72321731D01* -X126045962Y-72317317D01* -X126044319Y-72311663D01* -X126032245Y-72270102D01* -X126028770Y-72264226D01* -X126020437Y-72250135D01* -X126013602Y-72236184D01* -X126013419Y-72235722D01* -X126005068Y-72214629D01* -X125976160Y-72174841D01* -X125973611Y-72170960D01* -X125971322Y-72167090D01* -X125948581Y-72128635D01* -X125948579Y-72128633D01* -X125932177Y-72112230D01* -X125922089Y-72100418D01* -X125908464Y-72081664D01* -X125870585Y-72050327D01* -X125867134Y-72047187D01* -X125609996Y-71790050D01* -X125582219Y-71735533D01* -X125581000Y-71720046D01* -X125581000Y-70665681D01* -X125580999Y-70665672D01* -X125572267Y-70621779D01* -X125572265Y-70621775D01* -X125561167Y-70605165D01* -X125539004Y-70571996D01* -X125519156Y-70558734D01* -X125489224Y-70538734D01* -X125489220Y-70538732D01* -X125445327Y-70530000D01* -X125445320Y-70530000D01* -X125330000Y-70530000D01* -X125271809Y-70511093D01* -X125235845Y-70461593D01* -X125231000Y-70431000D01* -X125231000Y-69755000D01* -X125249907Y-69696809D01* -X125299407Y-69660845D01* -X125330000Y-69656000D01* -X132331000Y-69656000D01* -X132389191Y-69674907D01* -X132425155Y-69724407D01* -X132430000Y-69755000D01* -X132430000Y-70451000D01* -X132411093Y-70509191D01* -X132361593Y-70545155D01* -X132331000Y-70550000D01* -X132215672Y-70550000D01* -X132171779Y-70558732D01* -X132171775Y-70558734D01* -X132121998Y-70591994D01* -X132121994Y-70591998D01* -X132088734Y-70641775D01* -X132088732Y-70641779D01* -X132080000Y-70685672D01* -X132080000Y-72715327D01* -X132088732Y-72759220D01* -X132088734Y-72759224D01* -X132108633Y-72789005D01* -X132121996Y-72809004D01* -X132171778Y-72842267D01* -X132182827Y-72844464D01* -X132215672Y-72850999D01* -X132215678Y-72850999D01* -X132215680Y-72851000D01* -X133270046Y-72851000D01* -X133328237Y-72869907D01* -X133340050Y-72879996D01* -X133461004Y-73000950D01* -X133488781Y-73055467D01* -X133490000Y-73070954D01* -X133490000Y-75321000D01* -X133471093Y-75379191D01* -X133421593Y-75415155D01* -X133391000Y-75420000D01* -X133108979Y-75420000D01* -X133108976Y-75420001D01* -X133015200Y-75434852D01* -X133015195Y-75434854D01* -X132902159Y-75492449D01* -X132812449Y-75582159D01* -X132754854Y-75695195D01* -X132740000Y-75788978D01* -X132740000Y-77152021D01* -X132740001Y-77152023D01* -X132754852Y-77245799D01* -X132754854Y-77245804D01* -X132812450Y-77358842D01* -X132902158Y-77448550D01* -X133015196Y-77506146D01* -X133108981Y-77521000D01* -X135172018Y-77520999D01* -X135172021Y-77520999D01* -X135172022Y-77520998D01* -X135218910Y-77513572D01* -X135265799Y-77506147D01* -X135265799Y-77506146D01* -X135265804Y-77506146D01* -X135378842Y-77448550D01* -X135468550Y-77358842D01* -X135526146Y-77245804D01* -X135541000Y-77152019D01* -X135540999Y-75788982D01* -X135540999Y-75788981D01* -X135540999Y-75788978D01* -X135540998Y-75788976D01* -X135526147Y-75695200D01* -X135526146Y-75695198D01* -X135526146Y-75695196D01* -X135468550Y-75582158D01* -X135378842Y-75492450D01* -X135265804Y-75434854D01* -X135265805Y-75434854D01* -X135172022Y-75420000D01* -X135172019Y-75420000D01* -X134890000Y-75420000D01* -X134831809Y-75401093D01* -X134795845Y-75351593D01* -X134791000Y-75321000D01* -X134791000Y-72843242D01* -X134792883Y-72826183D01* -X134793260Y-72822201D01* -X134791000Y-72750295D01* -X134791000Y-72719581D01* -X134790999Y-72719569D01* -X134790007Y-72711714D01* -X134789640Y-72707058D01* -X134789271Y-72695320D01* -X134788097Y-72657930D01* -X134781625Y-72635653D01* -X134778478Y-72620457D01* -X134775571Y-72597442D01* -X134757467Y-72551719D01* -X134755963Y-72547327D01* -X134742244Y-72500101D01* -X134730431Y-72480127D01* -X134723603Y-72466188D01* -X134718336Y-72452884D01* -X134715069Y-72444630D01* -X134715068Y-72444629D01* -X134686170Y-72404854D01* -X134683613Y-72400961D01* -X134658581Y-72358635D01* -X134658579Y-72358632D01* -X134642177Y-72342230D01* -X134632089Y-72330418D01* -X134630666Y-72328460D01* -X134618463Y-72311663D01* -X134587604Y-72286134D01* -X134580585Y-72280327D01* -X134577134Y-72277187D01* -X134109996Y-71810050D01* -X134082219Y-71755533D01* -X134081000Y-71740046D01* -X134081000Y-70685681D01* -X134080999Y-70685672D01* -X134074199Y-70651490D01* -X134072267Y-70641778D01* -X134039004Y-70591996D01* -X134018234Y-70578118D01* -X133989224Y-70558734D01* -X133989220Y-70558732D01* -X133945327Y-70550000D01* -X133945320Y-70550000D01* -X133830000Y-70550000D01* -X133771809Y-70531093D01* -X133735845Y-70481593D01* -X133731000Y-70451000D01* -X133731000Y-69755000D01* -X133749907Y-69696809D01* -X133799407Y-69660845D01* -X133830000Y-69656000D01* -X138545046Y-69656000D01* -X138603237Y-69674907D01* -X138615050Y-69684996D01* -X139338699Y-70408645D01* -X139366476Y-70463161D01* -X139356905Y-70523593D01* -X139313640Y-70566858D01* -X139253208Y-70576429D01* -X139243882Y-70574488D01* -X139212786Y-70566437D01* -X139212781Y-70566436D01* -X139052511Y-70558309D01* -X139009564Y-70556131D01* -X139009562Y-70556131D01* -X139009559Y-70556131D01* -X138808432Y-70586943D01* -X138808429Y-70586943D01* -X138808429Y-70586944D01* -X138617613Y-70657614D01* -X138617611Y-70657614D01* -X138617611Y-70657615D01* -X138444932Y-70765245D01* -X138444926Y-70765250D01* -X138297451Y-70905436D01* -X138297442Y-70905446D01* -X138181208Y-71072445D01* -X138181205Y-71072451D01* -X138100960Y-71259440D01* -X138095906Y-71284034D01* -X138060000Y-71458759D01* -X138060000Y-71458762D01* -X138060000Y-71911243D01* -X138075426Y-72062938D01* -X138136341Y-72257089D01* -X138136342Y-72257090D01* -X138235088Y-72434998D01* -X138235090Y-72435001D01* -X138359047Y-72579393D01* -X138367634Y-72589395D01* -X138371597Y-72592462D01* -X138406040Y-72643031D01* -X138410000Y-72670750D01* -X138410000Y-75201000D01* -X138391093Y-75259191D01* -X138341593Y-75295155D01* -X138311000Y-75300000D01* -X137506478Y-75300000D01* -X137506476Y-75300001D01* -X137412700Y-75314852D01* -X137412695Y-75314854D01* -X137299659Y-75372449D01* -X137209949Y-75462159D01* -X137152354Y-75575195D01* -X137137500Y-75668978D01* -X137137500Y-77032021D01* -X137137501Y-77032023D01* -X137152352Y-77125799D01* -X137152354Y-77125804D01* -X137209950Y-77238842D01* -X137299658Y-77328550D01* -X137412696Y-77386146D01* -X137506481Y-77401000D01* -X137788500Y-77400999D01* -X137846690Y-77419906D01* -X137882654Y-77469406D01* -X137887500Y-77499999D01* -X137887500Y-79356000D01* -X137868593Y-79414191D01* -X137819093Y-79450155D01* -X137793457Y-79454233D01* -X137793492Y-79454836D01* -X137790635Y-79455001D01* -X137765509Y-79457914D01* -X137662735Y-79503294D01* -X137583294Y-79582735D01* -X137537914Y-79685511D01* -X137535000Y-79710630D01* -X137535000Y-80100360D01* -X137535001Y-80100363D01* -X137537914Y-80125490D01* -X137546998Y-80146063D01* -X137583294Y-80228265D01* -X137662735Y-80307706D01* -X137765509Y-80353085D01* -X137790635Y-80356000D01* -X137912930Y-80355999D01* -X137971121Y-80374906D01* -X137978400Y-80380737D01* -X137988824Y-80389927D01* -X138005922Y-80405001D01* -X138007893Y-80406738D01* -X138039040Y-80459403D01* -X138033282Y-80520317D01* -X137992820Y-80566213D01* -X137942424Y-80580000D01* -X136191384Y-80580000D01* -X136172071Y-80578098D01* -X136154500Y-80574603D01* -X136047006Y-80595983D01* -X135981459Y-80639781D01* -X135955878Y-80656874D01* -X135955872Y-80656880D01* -X135945923Y-80671769D01* -X135933615Y-80686767D01* -X133589380Y-83031004D01* -X133534863Y-83058781D01* -X133519376Y-83060000D01* -X130969623Y-83060000D01* -X130911432Y-83041093D01* -X130875468Y-82991593D01* -X130875468Y-82930407D01* -X130899619Y-82890996D01* -X132305620Y-81484995D01* -X132360137Y-81457218D01* -X132375624Y-81455999D01* -X133027861Y-81455999D01* -X133027864Y-81455999D01* -X133052991Y-81453085D01* -X133155765Y-81407706D01* -X133235206Y-81328265D01* -X133280585Y-81225491D01* -X133283125Y-81203591D01* -X133308613Y-81147967D01* -X133361928Y-81117947D01* -X133381466Y-81116000D01* -X133625470Y-81116000D01* -X133683661Y-81134907D01* -X133714410Y-81171519D01* -X133751302Y-81246983D01* -X133834017Y-81329698D01* -X133854168Y-81339549D01* -X133939104Y-81381072D01* -X133939105Y-81381072D01* -X133939107Y-81381073D01* -X134007240Y-81391000D01* -X134007243Y-81391000D01* -X134623757Y-81391000D01* -X134623760Y-81391000D01* -X134691893Y-81381073D01* -X134796983Y-81329698D01* -X134879698Y-81246983D01* -X134931073Y-81141893D01* -X134941000Y-81073760D01* -X134941000Y-80607240D01* -X134931073Y-80539107D01* -X134927958Y-80532736D01* -X134892043Y-80459269D01* -X134879698Y-80434017D01* -X134796983Y-80351302D01* -X134795543Y-80350598D01* -X134691895Y-80299927D01* -X134664639Y-80295956D01* -X134623760Y-80290000D01* -X134007240Y-80290000D01* -X133973173Y-80294963D01* -X133939104Y-80299927D01* -X133834018Y-80351301D01* -X133751301Y-80434018D01* -X133729320Y-80478981D01* -X133716113Y-80505999D01* -X133714411Y-80509480D01* -X133671868Y-80553454D01* -X133625470Y-80565000D01* -X133089920Y-80565000D01* -X133060469Y-80558788D01* -X133060175Y-80559870D01* -X133052988Y-80557914D01* -X133027868Y-80555000D01* -X131763139Y-80555000D01* -X131763136Y-80555001D01* -X131738009Y-80557914D01* -X131635235Y-80603294D01* -X131555794Y-80682735D01* -X131510414Y-80785511D01* -X131507500Y-80810630D01* -X131507500Y-81200360D01* -X131507501Y-81200363D01* -X131510414Y-81225490D01* -X131524638Y-81257704D01* -X131555794Y-81328265D01* -X131555795Y-81328266D01* -X131560979Y-81335834D01* -X131557688Y-81338087D01* -X131577229Y-81376439D01* -X131567658Y-81436871D01* -X131549452Y-81461930D01* -X130565880Y-82445504D01* -X130511363Y-82473281D01* -X130495876Y-82474500D01* -X122735123Y-82474500D01* -X122676932Y-82455593D01* -X122640968Y-82406093D01* -X122640968Y-82344907D01* -X122665119Y-82305496D01* -X123445620Y-81524995D01* -X123500137Y-81497218D01* -X123515624Y-81495999D01* -X124167861Y-81495999D01* -X124167864Y-81495999D01* -X124192991Y-81493085D01* -X124295765Y-81447706D01* -X124375206Y-81368265D01* -X124420585Y-81265491D01* -X124420585Y-81265489D01* -X124420796Y-81265012D01* -X124461597Y-81219416D01* -X124511361Y-81206000D01* -X124815470Y-81206000D01* -X124873661Y-81224907D01* -X124904410Y-81261519D01* -X124941302Y-81336983D01* -X125024017Y-81419698D01* -X125077785Y-81445983D01* -X125129104Y-81471072D01* -X125129105Y-81471072D01* -X125129107Y-81471073D01* -X125197240Y-81481000D01* -X125197243Y-81481000D01* -X125813757Y-81481000D01* -X125813760Y-81481000D01* -X125881893Y-81471073D01* -X125986983Y-81419698D01* -X126069698Y-81336983D01* -X126121073Y-81231893D01* -X126131000Y-81163760D01* -X126131000Y-80697240D01* -X126121073Y-80629107D01* -X126116553Y-80619862D01* -X126094428Y-80574603D01* -X126069698Y-80524017D01* -X125986983Y-80441302D01* -X125986981Y-80441301D01* -X125881895Y-80389927D01* -X125848056Y-80384997D01* -X125813760Y-80380000D01* -X125197240Y-80380000D01* -X125163173Y-80384963D01* -X125129104Y-80389927D01* -X125024018Y-80441301D01* -X124941301Y-80524018D01* -X124930555Y-80546000D01* -X124905177Y-80597914D01* -X124904411Y-80599480D01* -X124861868Y-80643454D01* -X124815470Y-80655000D01* -X124343160Y-80655000D01* -X124303172Y-80646565D01* -X124295765Y-80643294D01* -X124192991Y-80597915D01* -X124192990Y-80597914D01* -X124192988Y-80597914D01* -X124167868Y-80595000D01* -X122903139Y-80595000D01* -X122903136Y-80595001D01* -X122878009Y-80597914D01* -X122775235Y-80643294D01* -X122695794Y-80722735D01* -X122650414Y-80825511D01* -X122647500Y-80850630D01* -X122647500Y-81240360D01* -X122647501Y-81240363D01* -X122650414Y-81265490D01* -X122668301Y-81305999D01* -X122695794Y-81368265D01* -X122695795Y-81368266D01* -X122700979Y-81375834D01* -X122697688Y-81378087D01* -X122717229Y-81416439D01* -X122707658Y-81476871D01* -X122689452Y-81501929D01* -X122235880Y-81955503D01* -X122181363Y-81983281D01* -X122165876Y-81984500D01* -X110455124Y-81984500D01* -X110396933Y-81965593D01* -X110385120Y-81955504D01* -X110094495Y-81664879D01* -X110066718Y-81610362D01* -X110065500Y-81594887D01* -X110065500Y-77051882D01* -X110067402Y-77032569D01* -X110067511Y-77032021D01* -X110070897Y-77015000D01* -X110062554Y-76973056D01* -X110049515Y-76907505D01* -X110049513Y-76907502D01* -X110049513Y-76907501D01* -X109988626Y-76816379D01* -X109988624Y-76816376D01* -X109973733Y-76806426D01* -X109958731Y-76794115D01* -X107645885Y-74481269D01* -X107633573Y-74466266D01* -X107623625Y-74451378D01* -X107623624Y-74451376D01* -X107602899Y-74437528D01* -X107602890Y-74437521D01* -X107567593Y-74413937D01* -X107532495Y-74390485D01* -X107446182Y-74373316D01* -X107446162Y-74373311D01* -X107425002Y-74369103D01* -X107425001Y-74369103D01* -X107425000Y-74369103D01* -X107407430Y-74372598D01* -X107388116Y-74374500D01* -X77108923Y-74374500D01* -X77050732Y-74355593D01* -X77034104Y-74340331D01* -X77013050Y-74316034D01* -X77013048Y-74316032D01* -X76904073Y-74245998D01* -X76904070Y-74245996D01* -X76904069Y-74245996D01* -X76900023Y-74244808D01* -X76779774Y-74209500D01* -X76779772Y-74209500D01* -X76650228Y-74209500D01* -X76650225Y-74209500D01* -X76525933Y-74245995D01* -X76525926Y-74245998D01* -X76416952Y-74316031D01* -X76332117Y-74413938D01* -X76278302Y-74531774D01* -X76259867Y-74659997D01* -X76259867Y-74660002D01* -X76278302Y-74788225D01* -X76332117Y-74906061D01* -X76332118Y-74906063D01* -X76408234Y-74993907D01* -X76416952Y-75003968D01* -X76520455Y-75070485D01* -X76525931Y-75074004D01* -X76650228Y-75110500D01* -X76650230Y-75110500D01* -X76779770Y-75110500D01* -X76779772Y-75110500D01* -X76904069Y-75074004D01* -X77013049Y-75003967D01* -X77027967Y-74986749D01* -X77051434Y-74959669D01* -X77103830Y-74928073D01* -X77126253Y-74925500D01* -X83145080Y-74925500D01* -X83203271Y-74944407D01* -X83239235Y-74993907D01* -X83239235Y-75055093D01* -X83235133Y-75065626D01* -X83198302Y-75146272D01* -X83198302Y-75146274D01* -X83179867Y-75274497D01* -X83179867Y-75274502D01* -X83198302Y-75402725D01* -X83235362Y-75483873D01* -X83242337Y-75544660D01* -X83212251Y-75597937D01* -X83156595Y-75623355D01* -X83145309Y-75624000D01* -X72917994Y-75624000D01* -X72859803Y-75605093D01* -X72823839Y-75555593D01* -X72820532Y-75517081D01* -X72820133Y-75517081D01* -X72820133Y-75512431D01* -X72820002Y-75510909D01* -X72820133Y-75510000D01* -X72801697Y-75381774D01* -X72747882Y-75263937D01* -X72663049Y-75166033D01* -X72663048Y-75166032D01* -X72663047Y-75166031D01* -X72554073Y-75095998D01* -X72554070Y-75095996D01* -X72554069Y-75095996D01* -X72554066Y-75095995D01* -X72429774Y-75059500D01* -X72429772Y-75059500D01* -X72300228Y-75059500D01* -X72300225Y-75059500D01* -X72175933Y-75095995D01* -X72175926Y-75095998D01* -X72066952Y-75166031D01* -X71982117Y-75263938D01* -X71928302Y-75381774D01* -X71909867Y-75509997D01* -X71909867Y-75510002D01* -X69570500Y-75510002D01* -X69570500Y-75176988D01* -X69589407Y-75118797D01* -X69606692Y-75100462D01* -X69713120Y-75013120D01* -X69835023Y-74864581D01* -X69835027Y-74864572D01* -X69835030Y-74864569D01* -X69903897Y-74735727D01* -X69925605Y-74695114D01* -X69981385Y-74511231D01* -X69981386Y-74511226D01* -X70000220Y-74320003D01* -X70000220Y-74319996D01* -X69981386Y-74128773D01* -X69981385Y-74128768D01* -X69964464Y-74072988D01* -X69925605Y-73944886D01* -X69925602Y-73944880D01* -X69835030Y-73775430D01* -X69835025Y-73775423D01* -X69835023Y-73775419D01* -X69737753Y-73656895D01* -X69713124Y-73626884D01* -X69713115Y-73626875D01* -X69621201Y-73551444D01* -X69564581Y-73504977D01* -X69564578Y-73504975D01* -X69564569Y-73504969D01* -X69395119Y-73414397D01* -X69395114Y-73414395D01* -X69395114Y-73414394D01* -X69328660Y-73394236D01* -X69278464Y-73359252D01* -X69258418Y-73301444D01* -X69276179Y-73242893D01* -X69324964Y-73205964D01* -X69357399Y-73200500D01* -X70583100Y-73200500D01* -X70641291Y-73219407D01* -X70653103Y-73229496D01* -X71080503Y-73656895D01* -X71108281Y-73711412D01* -X71109500Y-73726899D01* -X71109500Y-74005632D01* -X71109499Y-74005632D01* -X71120134Y-74078626D01* -X71137212Y-74113559D01* -X71175174Y-74191211D01* -X71263789Y-74279826D01* -X71376375Y-74334866D01* -X71449364Y-74345500D01* -X71449367Y-74345500D01* -X71970632Y-74345500D01* -X71970636Y-74345500D01* -X72043625Y-74334866D01* -X72156211Y-74279826D01* -X72244826Y-74191211D01* -X72299866Y-74078625D01* -X72310500Y-74005636D01* -X72310500Y-74003453D01* -X72610000Y-74003453D01* -X72625760Y-74102965D01* -X72625762Y-74102969D01* -X72686881Y-74222921D01* -X72782078Y-74318118D01* -X72902030Y-74379237D01* -X72902029Y-74379237D01* -X73001540Y-74394998D01* -X73001551Y-74394999D01* -X73010000Y-74394998D01* -X73510000Y-74394998D01* -X73510001Y-74394999D01* -X73518453Y-74394999D01* -X73617965Y-74379239D01* -X73617969Y-74379237D01* -X73737921Y-74318118D01* -X73833118Y-74222921D01* -X73894237Y-74102969D01* -X73910000Y-74003453D01* -X73910000Y-73970001D01* -X73909999Y-73970000D01* -X73510001Y-73970000D01* -X73510000Y-73970001D01* -X73510000Y-74394998D01* -X73010000Y-74394998D01* -X73010000Y-73970001D01* -X73009999Y-73970000D01* -X72610002Y-73970000D01* -X72610001Y-73970001D01* -X72610001Y-74003453D01* -X72610000Y-74003453D01* -X72310500Y-74003453D01* -X72310500Y-73469999D01* -X72610000Y-73469999D01* -X72610001Y-73470000D01* -X73009999Y-73470000D01* -X73010000Y-73469999D01* -X73510000Y-73469999D01* -X73510001Y-73470000D01* -X73909998Y-73470000D01* -X73909999Y-73469999D01* -X73909999Y-73436546D01* -X73894239Y-73337034D01* -X73894237Y-73337030D01* -X73833118Y-73217078D01* -X73737921Y-73121881D01* -X73617969Y-73060762D01* -X73617970Y-73060762D01* -X73518454Y-73045000D01* -X73510001Y-73045000D01* -X73510000Y-73045001D01* -X73510000Y-73469999D01* -X73010000Y-73469999D01* -X73010000Y-73044999D01* -X73001558Y-73045000D01* -X73001544Y-73045001D01* -X72902035Y-73060760D01* -X72902030Y-73060762D01* -X72782078Y-73121881D01* -X72686881Y-73217078D01* -X72625762Y-73337030D01* -X72610000Y-73436546D01* -X72610000Y-73469999D01* -X72310500Y-73469999D01* -X72310500Y-73434364D01* -X72299866Y-73361375D01* -X72244826Y-73248789D01* -X72156211Y-73160174D01* -X72077881Y-73121881D01* -X72043625Y-73105134D01* -X72043626Y-73105134D01* -X72025377Y-73102475D01* -X71970636Y-73094500D01* -X71970633Y-73094500D01* -X71691900Y-73094500D01* -X71633709Y-73075593D01* -X71621896Y-73065504D01* -X71349617Y-72793225D01* -X71050909Y-72494516D01* -X71050908Y-72494515D01* -X71048424Y-72492031D01* -X71028343Y-72471951D01* -X71028342Y-72471950D01* -X71006845Y-72460996D01* -X70993608Y-72452884D01* -X70987581Y-72448505D01* -X70974090Y-72438704D01* -X70974088Y-72438703D01* -X70951142Y-72431247D01* -X70936788Y-72425301D01* -X70936201Y-72425002D01* -X70932701Y-72423218D01* -X70915306Y-72414354D01* -X70891474Y-72410579D01* -X70876374Y-72406953D01* -X70853437Y-72399500D01* -X70853433Y-72399500D01* -X70821519Y-72399500D01* -X68063433Y-72399500D01* -X67936567Y-72399500D01* -X67936566Y-72399500D01* -X67936560Y-72399501D01* -X67913624Y-72406953D01* -X67898525Y-72410578D01* -X67874701Y-72414352D01* -X67874695Y-72414354D01* -X67853196Y-72425307D01* -X67838857Y-72431246D01* -X67815914Y-72438702D01* -X67815911Y-72438704D01* -X67796392Y-72452884D01* -X67783156Y-72460995D01* -X67761658Y-72471950D01* -X67739094Y-72494513D01* -X67739092Y-72494515D01* -X67739090Y-72494515D01* -X67739091Y-72494516D01* -X66918103Y-73315504D01* -X66863586Y-73343281D01* -X66848099Y-73344500D01* -X65640172Y-73344500D01* -X65596279Y-73353232D01* -X65596275Y-73353234D01* -X65546498Y-73386494D01* -X65546494Y-73386498D01* -X65513234Y-73436275D01* -X65513232Y-73436279D01* -X65504500Y-73480172D01* -X65504500Y-74688098D01* -X65485593Y-74746289D01* -X65475504Y-74758102D01* -X64894504Y-75339103D01* -X64839987Y-75366880D01* -X64779555Y-75357309D01* -X64736290Y-75314044D01* -X64725500Y-75269099D01* -X64725500Y-71190356D01* -X83063500Y-71190356D01* -X83072232Y-71234249D01* -X83072234Y-71234253D01* -X83089065Y-71259442D01* -X83105496Y-71284033D01* -X83155278Y-71317296D01* -X83166327Y-71319493D01* -X83199172Y-71326028D01* -X83199178Y-71326028D01* -X83199180Y-71326029D01* -X83199181Y-71326029D01* -X85028819Y-71326029D01* -X85028820Y-71326029D01* -X85028821Y-71326028D01* -X85028827Y-71326028D01* -X85050623Y-71321691D01* -X85072722Y-71317296D01* -X85122504Y-71284033D01* -X85155767Y-71234251D01* -X85164500Y-71190349D01* -X85164500Y-70275529D01* -X88009287Y-70275529D01* -X88028097Y-70478518D01* -X88083887Y-70674599D01* -X88174750Y-70857079D01* -X88174753Y-70857083D01* -X88176533Y-70859442D01* -X88452747Y-70583228D01* -X88507264Y-70555450D01* -X88567696Y-70565021D01* -X88601293Y-70592964D01* -X88684357Y-70701215D01* -X88686075Y-70703454D01* -X88686078Y-70703456D01* -X88686080Y-70703458D01* -X88796563Y-70788234D01* -X88831219Y-70838658D01* -X88829618Y-70899823D01* -X88806300Y-70936779D01* -X88533311Y-71209769D01* -X88621588Y-71264427D01* -X88811683Y-71338070D01* -X89012070Y-71375529D01* -X89215930Y-71375529D01* -X89416316Y-71338070D01* -X89606413Y-71264427D01* -X89606418Y-71264424D01* -X89694688Y-71209770D01* -X89421698Y-70936779D01* -X89393921Y-70882263D01* -X89403492Y-70821831D01* -X89431431Y-70788237D01* -X89541925Y-70703454D01* -X89626706Y-70592964D01* -X89677130Y-70558309D01* -X89738295Y-70559910D01* -X89775251Y-70583228D01* -X90051465Y-70859442D01* -X90053244Y-70857087D01* -X90053249Y-70857078D01* -X90144112Y-70674599D01* -X90199902Y-70478518D01* -X90218712Y-70275528D01* -X90199902Y-70072539D01* -X90144112Y-69876458D01* -X90053247Y-69693976D01* -X90053244Y-69693971D01* -X90051465Y-69691615D01* -X89775250Y-69967829D01* -X89720734Y-69995606D01* -X89660302Y-69986035D01* -X89626705Y-69958092D01* -X89541929Y-69847609D01* -X89541928Y-69847608D01* -X89541925Y-69847604D01* -X89541920Y-69847600D01* -X89541919Y-69847599D01* -X89431435Y-69762822D01* -X89396779Y-69712398D01* -X89398380Y-69651233D01* -X89421698Y-69614276D01* -X89694687Y-69341286D01* -X89606415Y-69286631D01* -X89606413Y-69286630D01* -X89416316Y-69212987D01* -X89215930Y-69175529D01* -X89012070Y-69175529D01* -X88811681Y-69212987D01* -X88621592Y-69286627D01* -X88621586Y-69286630D01* -X88533310Y-69341287D01* -X88806300Y-69614277D01* -X88834077Y-69668793D01* -X88824506Y-69729225D01* -X88796564Y-69762822D01* -X88686077Y-69847602D01* -X88686073Y-69847606D01* -X88601293Y-69958093D01* -X88550868Y-69992748D01* -X88489703Y-69991146D01* -X88452748Y-69967829D01* -X88176533Y-69691614D01* -X88176532Y-69691614D01* -X88174754Y-69693972D01* -X88083887Y-69876458D01* -X88028097Y-70072539D01* -X88009287Y-70275529D01* -X85164500Y-70275529D01* -X85164500Y-69360709D01* -X85164499Y-69360707D01* -X85164499Y-69360701D01* -X85155767Y-69316808D01* -X85155765Y-69316804D01* -X85135604Y-69286631D01* -X85122504Y-69267025D01* -X85108997Y-69258000D01* -X85072724Y-69233763D01* -X85072720Y-69233761D01* -X85028827Y-69225029D01* -X85028820Y-69225029D01* -X83199180Y-69225029D01* -X83199172Y-69225029D01* -X83155279Y-69233761D01* -X83155275Y-69233763D01* -X83105498Y-69267023D01* -X83105494Y-69267027D01* -X83072234Y-69316804D01* -X83072232Y-69316808D01* -X83063500Y-69360701D01* -X83063500Y-71190356D01* -X64725500Y-71190356D01* -X64725500Y-69179999D01* -X66384700Y-69179999D01* -X66403865Y-69411303D01* -X66408655Y-69430217D01* -X66460843Y-69636300D01* -X66554076Y-69848849D01* -X66681021Y-70043153D01* -X66838216Y-70213913D01* -X67021374Y-70356470D01* -X67225497Y-70466936D01* -X67262410Y-70479608D01* -X67268660Y-70482245D01* -X67288393Y-70492216D01* -X67289334Y-70491997D01* -X67313081Y-70497003D01* -X67445019Y-70542298D01* -X67487745Y-70549427D01* -X67494092Y-70550922D01* -X67496655Y-70551707D01* -X67496689Y-70551716D01* -X67514241Y-70557091D01* -X67514519Y-70556975D01* -X67539017Y-70557983D01* -X67673951Y-70580500D01* -X67673952Y-70580500D01* -X67721321Y-70580500D01* -X67727615Y-70580901D01* -X67747971Y-70583508D01* -X67771867Y-70580500D01* -X67906052Y-70580500D01* -X67923217Y-70577635D01* -X67956852Y-70572022D01* -X67962875Y-70571394D01* -X67968146Y-70571171D01* -X67968153Y-70571169D01* -X67970048Y-70571089D01* -X67970104Y-70571085D01* -X67983314Y-70570523D01* -X68005158Y-70563961D01* -X68134981Y-70542298D01* -X68187655Y-70524214D01* -X68193275Y-70522651D01* -X68200693Y-70521053D01* -X68200697Y-70521051D01* -X68201719Y-70520831D01* -X68201747Y-70520824D01* -X68213077Y-70518381D01* -X68232390Y-70508857D01* -X68354503Y-70466936D01* -X68407203Y-70438415D01* -X68412292Y-70436025D01* -X68421425Y-70432356D01* -X68421428Y-70432354D01* -X68425326Y-70430788D01* -X68425333Y-70430785D01* -X68430824Y-70428578D01* -X68447205Y-70416767D01* -X68558626Y-70356470D01* -X68609324Y-70317010D01* -X68613772Y-70313922D01* -X68623991Y-70307631D01* -X68623993Y-70307628D01* -X68630429Y-70303666D01* -X68639185Y-70294258D01* -X68642901Y-70290987D01* -X68645131Y-70289140D01* -X68741784Y-70213913D01* -X68788303Y-70163378D01* -X68791998Y-70159767D01* -X68806961Y-70146598D01* -X68812493Y-70138171D01* -X68818539Y-70130683D01* -X68820569Y-70128328D01* -X68898979Y-70043153D01* -X68939016Y-69981870D01* -X68941925Y-69977871D01* -X68952010Y-69965382D01* -X68952013Y-69965375D01* -X68954614Y-69962155D01* -X68957505Y-69955546D01* -X68959181Y-69952544D01* -X68964289Y-69943399D01* -X68966034Y-69940516D01* -X69025924Y-69848849D01* -X69057194Y-69777561D01* -X69059299Y-69773325D01* -X69068026Y-69757704D01* -X69068029Y-69757694D01* -X69068515Y-69756825D01* -X69068527Y-69756802D01* -X69069205Y-69755587D01* -X69070228Y-69751470D01* -X69076211Y-69734535D01* -X69077539Y-69731177D01* -X69119157Y-69636300D01* -X69139444Y-69556187D01* -X69140743Y-69551894D01* -X69147275Y-69533407D01* -X69147275Y-69533402D01* -X69147495Y-69532782D01* -X69147583Y-69531609D01* -X69151276Y-69510072D01* -X69152063Y-69506356D01* -X69176134Y-69411305D01* -X69183367Y-69324010D01* -X69183902Y-69319794D01* -X69187478Y-69298943D01* -X69188145Y-69267474D01* -X69188303Y-69264440D01* -X69190845Y-69233761D01* -X69195300Y-69180000D01* -X69195300Y-69179999D01* -X76184551Y-69179999D01* -X76192313Y-69278631D01* -X76192466Y-69282516D01* -X76192466Y-69305731D01* -X76196098Y-69328666D01* -X76196554Y-69332526D01* -X76204316Y-69431148D01* -X76227409Y-69527340D01* -X76228168Y-69531152D01* -X76231799Y-69554083D01* -X76231801Y-69554092D01* -X76238978Y-69576180D01* -X76240034Y-69579922D01* -X76263127Y-69676112D01* -X76283132Y-69724407D01* -X76300986Y-69767512D01* -X76300987Y-69767513D01* -X76302333Y-69771161D01* -X76309506Y-69793237D01* -X76309509Y-69793247D01* -X76320042Y-69813919D01* -X76321670Y-69817449D01* -X76334675Y-69848844D01* -X76359534Y-69908859D01* -X76359536Y-69908863D01* -X76359537Y-69908864D01* -X76411228Y-69993218D01* -X76413126Y-69996607D01* -X76423666Y-70017290D01* -X76423674Y-70017304D01* -X76437315Y-70036080D01* -X76439475Y-70039312D01* -X76491162Y-70123656D01* -X76491164Y-70123659D01* -X76555418Y-70198891D01* -X76557816Y-70201932D01* -X76571465Y-70220720D01* -X76587895Y-70237151D01* -X76590533Y-70240005D01* -X76651182Y-70311017D01* -X76654776Y-70315224D01* -X76720081Y-70371000D01* -X76729993Y-70379465D01* -X76732849Y-70382105D01* -X76749273Y-70398529D01* -X76749275Y-70398530D01* -X76749276Y-70398531D01* -X76768046Y-70412168D01* -X76768060Y-70412178D01* -X76771101Y-70414575D01* -X76846341Y-70478836D01* -X76850752Y-70481539D01* -X76930685Y-70530523D01* -X76933918Y-70532683D01* -X76952687Y-70546320D01* -X76952710Y-70546334D01* -X76973397Y-70556875D01* -X76976780Y-70558769D01* -X77061141Y-70610466D01* -X77061143Y-70610466D01* -X77061147Y-70610469D01* -X77109594Y-70630536D01* -X77152556Y-70648331D01* -X77156068Y-70649950D01* -X77176760Y-70660493D01* -X77185050Y-70663186D01* -X77185882Y-70663457D01* -X77198833Y-70667665D01* -X77202479Y-70669009D01* -X77285644Y-70703458D01* -X77293887Y-70706872D01* -X77293888Y-70706873D01* -X77309347Y-70710584D01* -X77390109Y-70729973D01* -X77393805Y-70731015D01* -X77415910Y-70738198D01* -X77438847Y-70741830D01* -X77442628Y-70742581D01* -X77538852Y-70765683D01* -X77637512Y-70773447D01* -X77641320Y-70773898D01* -X77664271Y-70777534D01* -X77664272Y-70777534D01* -X77687483Y-70777534D01* -X77691368Y-70777687D01* -X77730055Y-70780731D01* -X77790000Y-70785449D01* -X77853582Y-70780444D01* -X77888632Y-70777687D01* -X77892517Y-70777534D01* -X77915725Y-70777534D01* -X77915729Y-70777534D01* -X77938688Y-70773897D01* -X77942499Y-70773446D01* -X78033711Y-70766268D01* -X78041149Y-70765683D01* -X78065619Y-70759808D01* -X78137361Y-70742584D01* -X78141133Y-70741833D01* -X78164090Y-70738198D01* -X78186187Y-70731017D01* -X78189889Y-70729973D01* -X78268559Y-70711086D01* -X78286108Y-70706874D01* -X78286109Y-70706873D01* -X78286111Y-70706873D01* -X78377547Y-70668998D01* -X78381133Y-70667675D01* -X78403240Y-70660493D01* -X78423944Y-70649943D01* -X78427428Y-70648337D01* -X78518859Y-70610466D01* -X78603242Y-70558755D01* -X78606590Y-70556880D01* -X78621222Y-70549426D01* -X78626720Y-70546625D01* -X78627288Y-70546335D01* -X78627300Y-70546327D01* -X78646077Y-70532685D01* -X78649312Y-70530524D01* -X78660622Y-70523593D01* -X78733659Y-70478836D01* -X78808924Y-70414552D01* -X78811900Y-70412207D01* -X78830724Y-70398531D01* -X78847155Y-70382099D01* -X78849968Y-70379498D01* -X78925224Y-70315224D01* -X78989498Y-70239968D01* -X78992104Y-70237151D01* -X79008531Y-70220724D01* -X79022207Y-70201900D01* -X79024552Y-70198924D01* -X79088836Y-70123659D01* -X79140524Y-70039310D01* -X79142685Y-70036077D01* -X79156327Y-70017300D01* -X79156330Y-70017295D01* -X79156334Y-70017290D01* -X79166886Y-69996579D01* -X79168755Y-69993242D01* -X79220466Y-69908859D01* -X79258337Y-69817428D01* -X79259943Y-69813944D01* -X79270493Y-69793240D01* -X79277671Y-69771147D01* -X79278998Y-69767547D01* -X79316873Y-69676111D01* -X79339975Y-69579883D01* -X79341020Y-69576180D01* -X79348198Y-69554090D01* -X79351833Y-69531133D01* -X79352584Y-69527361D01* -X79372796Y-69443172D01* -X79375683Y-69431149D01* -X79380566Y-69369098D01* -X79383446Y-69332499D01* -X79383897Y-69328688D01* -X79387534Y-69305729D01* -X79388162Y-69273659D01* -X79388303Y-69270785D01* -X79395449Y-69180000D01* -X79388304Y-69089217D01* -X79388162Y-69086338D01* -X79387534Y-69054271D01* -X79383897Y-69031311D01* -X79383446Y-69027500D01* -X79375683Y-68928852D01* -X79375682Y-68928848D01* -X79375683Y-68928848D01* -X79352589Y-68832659D01* -X79352588Y-68832656D01* -X79352587Y-68832652D01* -X79351830Y-68828843D01* -X79351722Y-68828161D01* -X79348198Y-68805910D01* -X79341015Y-68783805D01* -X79339973Y-68780109D01* -X79317314Y-68685727D01* -X79316873Y-68683888D01* -X79316872Y-68683887D01* -X79315221Y-68679901D01* -X79279006Y-68592471D01* -X79277669Y-68588845D01* -X79270493Y-68566760D01* -X79259950Y-68546068D01* -X79258327Y-68542547D01* -X79244310Y-68508707D01* -X79221585Y-68453842D01* -X79220469Y-68451147D01* -X79220464Y-68451138D01* -X79214336Y-68441138D01* -X79168768Y-68366778D01* -X79166875Y-68363397D01* -X79156334Y-68342710D01* -X79156320Y-68342687D01* -X79142683Y-68323918D01* -X79140523Y-68320685D01* -X79088837Y-68236343D01* -X79088836Y-68236341D01* -X79024575Y-68161101D01* -X79022178Y-68158060D01* -X79017293Y-68151336D01* -X79008531Y-68139276D01* -X79008530Y-68139275D01* -X79008529Y-68139273D01* -X78992105Y-68122849D01* -X78989465Y-68119993D01* -X78925232Y-68044785D01* -X78925228Y-68044781D01* -X78925224Y-68044776D01* -X78925217Y-68044770D01* -X78925214Y-68044767D01* -X78850005Y-67980533D01* -X78847151Y-67977895D01* -X78830720Y-67961465D01* -X78811932Y-67947816D01* -X78808891Y-67945418D01* -X78733659Y-67881164D01* -X78732404Y-67880395D01* -X78649312Y-67829475D01* -X78646080Y-67827315D01* -X78627304Y-67813674D01* -X78627292Y-67813667D01* -X78612319Y-67806038D01* -X78606597Y-67803121D01* -X78603214Y-67801226D01* -X78518864Y-67749537D01* -X78518863Y-67749536D01* -X78518859Y-67749534D01* -X78472095Y-67730164D01* -X78427449Y-67711670D01* -X78423919Y-67710042D01* -X78403247Y-67699509D01* -X78403237Y-67699506D01* -X78381161Y-67692333D01* -X78377513Y-67690987D01* -X78286112Y-67653127D01* -X78286113Y-67653127D01* -X78189922Y-67630034D01* -X78186180Y-67628978D01* -X78164091Y-67621801D01* -X78141152Y-67618168D01* -X78137340Y-67617409D01* -X78041148Y-67594316D01* -X77942526Y-67586554D01* -X77938666Y-67586098D01* -X77915731Y-67582466D01* -X77915729Y-67582466D01* -X77892517Y-67582466D01* -X77888632Y-67582313D01* -X77801528Y-67575458D01* -X77790000Y-67574551D01* -X77789999Y-67574551D01* -X77691368Y-67582313D01* -X77687483Y-67582466D01* -X77664267Y-67582466D01* -X77641332Y-67586098D01* -X77637472Y-67586554D01* -X77538852Y-67594316D01* -X77442656Y-67617411D01* -X77438843Y-67618169D01* -X77415923Y-67621799D01* -X77415895Y-67621805D01* -X77393825Y-67628976D01* -X77390085Y-67630031D01* -X77293896Y-67653124D01* -X77293882Y-67653128D01* -X77202491Y-67690984D01* -X77198845Y-67692329D01* -X77176786Y-67699496D01* -X77176747Y-67699512D01* -X77156083Y-67710041D01* -X77152554Y-67711668D01* -X77061149Y-67749530D01* -X77061135Y-67749537D01* -X76976778Y-67801230D01* -X76973388Y-67803128D01* -X76952723Y-67813658D01* -X76952678Y-67813685D01* -X76933919Y-67827315D01* -X76930688Y-67829474D01* -X76846348Y-67881158D01* -X76771107Y-67945418D01* -X76768056Y-67947823D01* -X76749275Y-67961468D01* -X76749272Y-67961471D01* -X76742361Y-67968383D01* -X76732849Y-67977893D01* -X76729998Y-67980528D01* -X76654781Y-68044771D01* -X76654771Y-68044781D01* -X76590531Y-68119994D01* -X76587904Y-68122837D01* -X76583566Y-68127178D01* -X76571471Y-68139272D01* -X76571468Y-68139275D01* -X76557823Y-68158056D01* -X76555418Y-68161107D01* -X76491158Y-68236348D01* -X76439474Y-68320688D01* -X76437315Y-68323919D01* -X76423685Y-68342678D01* -X76423658Y-68342723D01* -X76413128Y-68363388D01* -X76411230Y-68366778D01* -X76359537Y-68451135D01* -X76359530Y-68451149D01* -X76321668Y-68542554D01* -X76320041Y-68546083D01* -X76309512Y-68566747D01* -X76309496Y-68566786D01* -X76302329Y-68588845D01* -X76300984Y-68592491D01* -X76263128Y-68683882D01* -X76263124Y-68683895D01* -X76240031Y-68780086D01* -X76238976Y-68783826D01* -X76231803Y-68805903D01* -X76231799Y-68805923D01* -X76228169Y-68828843D01* -X76227411Y-68832656D01* -X76204316Y-68928852D01* -X76196554Y-69027472D01* -X76196098Y-69031332D01* -X76192466Y-69054267D01* -X76192466Y-69077483D01* -X76192313Y-69081368D01* -X76184551Y-69179999D01* -X69195300Y-69179999D01* -X69188302Y-69095554D01* -X69188145Y-69092519D01* -X69188075Y-69089234D01* -X69187478Y-69061057D01* -X69183906Y-69040227D01* -X69183365Y-69035972D01* -X69176134Y-68948695D01* -X69152070Y-68853671D01* -X69151270Y-68849894D01* -X69147583Y-68828386D01* -X69147677Y-68827735D01* -X69147276Y-68826601D01* -X69147275Y-68826593D01* -X69140746Y-68808115D01* -X69139440Y-68803796D01* -X69137186Y-68794897D01* -X69119157Y-68723700D01* -X69077539Y-68628823D01* -X69076209Y-68625456D01* -X69070229Y-68608531D01* -X69070167Y-68606133D01* -X69068913Y-68603887D01* -X69068901Y-68603863D01* -X69063382Y-68593983D01* -X69059303Y-68586682D01* -X69057190Y-68582429D01* -X69027135Y-68513912D01* -X69025924Y-68511151D01* -X68986723Y-68451149D01* -X68966052Y-68419509D01* -X68964278Y-68416577D01* -X68957506Y-68404456D01* -X68956711Y-68400439D01* -X68941940Y-68382145D01* -X68939011Y-68378120D01* -X68898982Y-68316851D01* -X68898980Y-68316849D01* -X68898979Y-68316847D01* -X68820604Y-68231708D01* -X68818510Y-68229281D01* -X68812497Y-68221833D01* -X68810445Y-68216466D01* -X68792001Y-68200234D01* -X68788282Y-68196598D01* -X68741786Y-68146089D01* -X68741780Y-68146084D01* -X68645176Y-68070894D01* -X68642880Y-68068993D01* -X68641313Y-68067614D01* -X68639201Y-68065756D01* -X68635448Y-68059423D01* -X68613771Y-68046076D01* -X68609326Y-68042991D01* -X68558626Y-68003530D01* -X68447217Y-67943238D01* -X68439156Y-67934767D01* -X68412299Y-67923975D01* -X68407192Y-67921577D01* -X68354499Y-67893062D01* -X68232388Y-67851140D01* -X68222396Y-67843624D01* -X68204507Y-67839769D01* -X68204497Y-67839767D01* -X68193278Y-67837348D01* -X68187632Y-67835777D01* -X68134983Y-67817702D01* -X68134984Y-67817702D01* -X68005158Y-67796038D01* -X67993353Y-67789899D01* -X67962885Y-67788605D01* -X67956834Y-67787974D01* -X67906050Y-67779500D01* -X67906049Y-67779500D01* -X67771869Y-67779500D01* -X67758480Y-67775150D01* -X67732654Y-67778456D01* -X67732610Y-67778459D01* -X67729965Y-67778798D01* -X67727612Y-67779099D01* -X67721328Y-67779500D01* -X67673951Y-67779500D01* -X67539007Y-67802018D01* -X67524331Y-67799817D01* -X67494104Y-67809074D01* -X67487753Y-67810569D01* -X67445025Y-67817700D01* -X67312496Y-67863197D01* -X67296958Y-67863453D01* -X67268656Y-67877754D01* -X67262399Y-67880395D01* -X67225497Y-67893063D01* -X67021373Y-68003530D01* -X67021370Y-68003532D01* -X66838219Y-68146084D01* -X66838216Y-68146086D01* -X66838216Y-68146087D01* -X66779809Y-68209534D01* -X66681020Y-68316848D01* -X66629391Y-68395872D01* -X66554076Y-68511151D01* -X66478307Y-68683888D01* -X66460843Y-68723701D01* -X66403865Y-68948696D01* -X66384700Y-69179999D01* -X64725500Y-69179999D01* -X64725500Y-68095217D01* -X64737958Y-68047138D01* -X64738548Y-68046076D01* -X65202735Y-67210538D01* -X65221564Y-67186398D01* -X65979144Y-66476164D01* -X66007986Y-66457338D01* -X66766819Y-66133446D01* -X66805683Y-66125500D01* -X161343367Y-66125500D01* -X161372896Y-66130006D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X97871671Y-114624407D02* -G01* -X97883484Y-114634496D01* -X98247717Y-114998729D01* -X98260026Y-115013729D01* -X98269975Y-115028618D01* -X98269977Y-115028620D01* -X98269980Y-115028624D01* -X98291108Y-115042741D01* -X98291119Y-115042749D01* -X98302719Y-115050500D01* -X98336386Y-115072996D01* -X98374265Y-115121046D01* -X98376667Y-115182184D01* -X98369594Y-115200255D01* -X98345762Y-115247028D01* -X98345762Y-115247029D01* -X98330000Y-115346546D01* -X98330000Y-115354999D01* -X98330001Y-115355000D01* -X99679998Y-115355000D01* -X99679999Y-115354999D01* -X99679999Y-115346546D01* -X99664239Y-115247034D01* -X99661831Y-115239623D01* -X99663810Y-115238979D01* -X99655897Y-115189011D01* -X99683676Y-115134495D01* -X99738193Y-115106718D01* -X99753678Y-115105500D01* -X103694876Y-115105500D01* -X103753067Y-115124407D01* -X103764880Y-115134496D01* -X105095504Y-116465120D01* -X105123281Y-116519637D01* -X105124500Y-116535124D01* -X105124500Y-117750732D01* -X105105593Y-117808923D01* -X105081454Y-117832403D01* -X105077239Y-117835290D01* -X104997794Y-117914735D01* -X104952414Y-118017511D01* -X104949500Y-118042630D01* -X104949500Y-119157360D01* -X104949501Y-119157363D01* -X104952414Y-119182490D01* -X104966814Y-119215102D01* -X104984718Y-119255651D01* -X104986865Y-119260512D01* -X104993073Y-119321381D01* -X104962317Y-119374275D01* -X104906345Y-119398989D01* -X104896300Y-119399500D01* -X104246619Y-119399500D01* -X104226304Y-119397393D01* -X104214686Y-119394957D01* -X104214685Y-119394957D01* -X104181287Y-119399120D01* -X104175163Y-119399500D01* -X104166867Y-119399500D01* -X104166867Y-119398938D01* -X104166690Y-119398931D01* -X104166690Y-119399500D01* -X104165489Y-119399500D01* -X104159704Y-119398657D01* -X104152101Y-119398358D01* -X104152097Y-119398398D01* -X104151637Y-119398340D01* -X104151568Y-119398338D01* -X104151510Y-119398329D01* -X104151510Y-119398324D01* -X104143955Y-119397383D01* -X104143954Y-119397383D01* -X104143952Y-119397383D01* -X104092769Y-119399500D01* -X104003700Y-119399500D01* -X103945509Y-119380593D01* -X103909545Y-119331093D01* -X103909545Y-119269907D01* -X103913135Y-119260512D01* -X103947585Y-119182491D01* -X103950500Y-119157365D01* -X103950499Y-118042636D01* -X103947585Y-118017509D01* -X103902206Y-117914735D01* -X103822765Y-117835294D01* -X103719991Y-117789915D01* -X103719990Y-117789914D01* -X103719988Y-117789914D01* -X103694868Y-117787000D01* -X103305139Y-117787000D01* -X103305136Y-117787001D01* -X103280009Y-117789914D01* -X103211870Y-117820001D01* -X103181063Y-117833604D01* -X103178696Y-117834649D01* -X103117826Y-117840857D01* -X103068704Y-117814088D01* -X102725885Y-117471269D01* -X102713573Y-117456266D01* -X102703624Y-117441376D01* -X102682899Y-117427528D01* -X102682890Y-117427521D01* -X102632673Y-117393968D01* -X102628279Y-117391032D01* -X102612495Y-117380485D01* -X102608760Y-117379742D01* -X102526182Y-117363316D01* -X102526162Y-117363311D01* -X102505002Y-117359103D01* -X102505001Y-117359103D01* -X102505000Y-117359103D01* -X102487430Y-117362598D01* -X102468116Y-117364500D01* -X98695124Y-117364500D01* -X98636933Y-117345593D01* -X98625120Y-117335504D01* -X97153069Y-115863453D01* -X98330000Y-115863453D01* -X98345760Y-115962965D01* -X98345762Y-115962969D01* -X98406881Y-116082921D01* -X98502078Y-116178118D01* -X98622030Y-116239237D01* -X98622029Y-116239237D01* -X98721546Y-116254999D01* -X98754999Y-116254999D01* -X98754999Y-116254998D01* -X98755000Y-115855001D01* -X98754999Y-115855000D01* -X99255000Y-115855000D01* -X99255000Y-116254997D01* -X99255001Y-116254999D01* -X99288453Y-116254999D01* -X99387965Y-116239239D01* -X99387969Y-116239237D01* -X99507921Y-116178118D01* -X99603118Y-116082921D01* -X99664237Y-115962969D01* -X99680000Y-115863453D01* -X99680000Y-115855001D01* -X99679999Y-115855000D01* -X99255000Y-115855000D01* -X98754999Y-115855000D01* -X98330001Y-115855000D01* -X98330001Y-115863453D01* -X98330000Y-115863453D01* -X97153069Y-115863453D01* -X96476996Y-115187380D01* -X96449219Y-115132863D01* -X96448000Y-115117376D01* -X96448000Y-115104500D01* -X96466907Y-115046309D01* -X96516407Y-115010345D01* -X96547000Y-115005500D01* -X96593479Y-115005500D01* -X96593480Y-115005500D01* -X96655609Y-114993142D01* -X96726065Y-114946065D01* -X96773142Y-114875609D01* -X96785500Y-114813480D01* -X96785500Y-114704499D01* -X96804407Y-114646309D01* -X96853907Y-114610345D01* -X96884500Y-114605500D01* -X97813480Y-114605500D01* -X97871671Y-114624407D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X91134320Y-117429160D02* -G01* -X91141951Y-117437967D01* -X91239260Y-117500504D01* -X91250931Y-117508004D01* -X91375228Y-117544500D01* -X91462166Y-117544500D01* -X91517175Y-117561189D01* -X91518376Y-117561992D01* -X91518378Y-117561994D01* -X91586505Y-117607515D01* -X91694000Y-117628897D01* -X91711570Y-117625401D01* -X91730884Y-117623500D01* -X92658661Y-117623500D01* -X92716852Y-117642407D01* -X92752816Y-117691907D01* -X92752816Y-117753093D01* -X92720199Y-117797985D01* -X92720587Y-117798373D01* -X92718140Y-117800819D01* -X92716852Y-117802593D01* -X92715078Y-117803881D01* -X92619881Y-117899078D01* -X92558762Y-118019030D01* -X92543000Y-118118546D01* -X92543000Y-118126999D01* -X92543001Y-118127000D01* -X92967999Y-118127000D01* -X92968000Y-118126998D01* -X92968000Y-117727000D01* -X92967999Y-117726999D01* -X92952032Y-117727000D01* -X92893841Y-117708094D01* -X92857876Y-117658594D01* -X92857875Y-117597409D01* -X92889326Y-117554117D01* -X92888728Y-117553519D01* -X92892507Y-117549739D01* -X92893838Y-117547908D01* -X92895490Y-117546756D01* -X92895617Y-117546628D01* -X92895624Y-117546624D01* -X92905576Y-117531727D01* -X92917885Y-117516729D01* -X92978120Y-117456495D01* -X93032638Y-117428719D01* -X93048123Y-117427500D01* -X93211099Y-117427500D01* -X93269290Y-117446407D01* -X93281102Y-117456496D01* -X93439799Y-117615192D01* -X93467577Y-117669709D01* -X93464998Y-117685993D01* -X93468000Y-117685993D01* -X93468000Y-118126999D01* -X93468001Y-118127000D01* -X93910600Y-118127000D01* -X93968791Y-118145907D01* -X93980604Y-118155997D01* -X94060085Y-118235479D01* -X94060092Y-118235485D01* -X94074441Y-118249833D01* -X94082658Y-118258050D01* -X94104150Y-118269000D01* -X94117386Y-118277111D01* -X94136911Y-118291297D01* -X94159861Y-118298753D01* -X94174203Y-118304694D01* -X94195696Y-118315646D01* -X94219534Y-118319421D01* -X94234608Y-118323040D01* -X94257567Y-118330500D01* -X94289481Y-118330500D01* -X97241983Y-118330500D01* -X97300174Y-118349407D01* -X97311987Y-118359496D01* -X97870834Y-118918342D01* -X97887988Y-118935496D01* -X97915765Y-118990013D01* -X97906194Y-119050445D01* -X97862929Y-119093710D01* -X97817984Y-119104500D01* -X93805548Y-119104500D01* -X93747357Y-119085593D01* -X93711393Y-119036093D01* -X93711393Y-118974907D01* -X93735544Y-118935496D01* -X93816118Y-118854921D01* -X93877237Y-118734969D01* -X93893000Y-118635453D01* -X93892999Y-118627000D01* -X92556535Y-118627000D01* -X92498344Y-118608093D01* -X92466482Y-118569127D01* -X92448613Y-118530000D01* -X92436748Y-118504020D01* -X92351915Y-118406116D01* -X92351914Y-118406115D01* -X92351913Y-118406114D01* -X92242939Y-118336081D01* -X92242936Y-118336079D01* -X92242935Y-118336079D01* -X92242932Y-118336078D01* -X92118640Y-118299583D01* -X92118638Y-118299583D01* -X91989094Y-118299583D01* -X91989091Y-118299583D01* -X91864799Y-118336078D01* -X91864792Y-118336081D01* -X91755818Y-118406114D01* -X91670983Y-118504020D01* -X91632004Y-118589371D01* -X91590631Y-118634448D01* -X91530664Y-118646597D01* -X91475008Y-118621179D01* -X91451899Y-118589372D01* -X91412882Y-118503937D01* -X91328049Y-118406033D01* -X91328048Y-118406032D01* -X91328047Y-118406031D01* -X91219073Y-118335998D01* -X91219070Y-118335996D01* -X91219069Y-118335996D01* -X91200668Y-118330593D01* -X91094774Y-118299500D01* -X91094772Y-118299500D01* -X91059500Y-118299500D01* -X91001309Y-118280593D01* -X90965345Y-118231093D01* -X90960500Y-118200500D01* -X90960500Y-117493990D01* -X90979407Y-117435799D01* -X91028907Y-117399835D01* -X91090093Y-117399835D01* -X91134320Y-117429160D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X88768691Y-115024407D02* -G01* -X88804655Y-115073907D01* -X88809500Y-115104500D01* -X88809500Y-116226115D01* -X88807598Y-116245427D01* -X88804103Y-116262999D01* -X88804103Y-116263002D01* -X88808313Y-116284171D01* -X88808316Y-116284183D01* -X88825484Y-116370494D01* -X88853527Y-116412464D01* -X88862905Y-116426499D01* -X88886373Y-116461620D01* -X88886376Y-116461624D01* -X88900597Y-116471126D01* -X88901266Y-116471573D01* -X88916269Y-116483885D01* -X89327380Y-116894996D01* -X89355157Y-116949513D01* -X89345586Y-117009945D01* -X89302321Y-117053210D01* -X89257376Y-117064000D01* -X89167001Y-117064000D01* -X89167000Y-117064001D01* -X89167000Y-117840000D01* -X89148093Y-117898191D01* -X89098593Y-117934155D01* -X89068000Y-117939000D01* -X88766000Y-117939000D01* -X88707809Y-117920093D01* -X88671845Y-117870593D01* -X88667000Y-117840000D01* -X88667000Y-117064001D01* -X88666999Y-117064000D01* -X88522299Y-117064000D01* -X88463964Y-117075603D01* -X88402412Y-117116731D01* -X88343524Y-117133339D01* -X88309528Y-117125880D01* -X88300722Y-117122232D01* -X88256827Y-117113500D01* -X88256820Y-117113500D01* -X88241500Y-117113500D01* -X88183309Y-117094593D01* -X88147345Y-117045093D01* -X88142500Y-117014500D01* -X88142500Y-115359725D01* -X88161407Y-115301534D01* -X88171497Y-115289721D01* -X88426723Y-115034496D01* -X88481239Y-115006719D01* -X88496726Y-115005500D01* -X88710500Y-115005500D01* -X88768691Y-115024407D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X94530012Y-116015304D02* -G01* -X94530383Y-116014411D01* -X94539390Y-116018142D01* -X94559911Y-116022223D01* -X94601520Y-116030500D01* -X94601521Y-116030500D01* -X94710500Y-116030500D01* -X94768691Y-116049407D01* -X94804655Y-116098907D01* -X94809500Y-116129500D01* -X94809500Y-116369231D01* -X94807598Y-116388543D01* -X94804103Y-116406115D01* -X94804103Y-116406118D01* -X94808311Y-116427278D01* -X94808316Y-116427298D01* -X94809500Y-116433248D01* -X94809500Y-116433249D01* -X94825485Y-116513611D01* -X94825486Y-116513613D01* -X94825487Y-116513614D01* -X94843301Y-116540274D01* -X94869149Y-116578959D01* -X94882838Y-116599446D01* -X94886376Y-116604740D01* -X94901266Y-116614689D01* -X94916269Y-116627001D01* -X95026692Y-116737424D01* -X95054469Y-116791941D01* -X95046741Y-116848555D01* -X95013302Y-116921774D01* -X94994867Y-117049997D01* -X94994867Y-117050002D01* -X95013302Y-117178225D01* -X95067118Y-117296063D01* -X95127431Y-117365670D01* -X95151248Y-117422029D01* -X95137389Y-117481624D01* -X95091148Y-117521692D01* -X95052611Y-117529500D01* -X94527901Y-117529500D01* -X94469710Y-117510593D01* -X94457897Y-117500504D01* -X93872496Y-116915103D01* -X93844719Y-116860586D01* -X93843500Y-116845099D01* -X93843500Y-116566367D01* -X93842442Y-116559103D01* -X93832866Y-116493375D01* -X93777826Y-116380789D01* -X93689211Y-116292174D01* -X93576625Y-116237134D01* -X93576626Y-116237134D01* -X93561127Y-116234876D01* -X93510261Y-116227465D01* -X93455406Y-116200366D01* -X93426954Y-116146199D01* -X93435776Y-116085652D01* -X93478500Y-116041855D01* -X93524536Y-116030500D01* -X93568479Y-116030500D01* -X93568480Y-116030500D01* -X93630609Y-116018142D01* -X93639617Y-116014411D01* -X93640146Y-116015689D01* -X93688874Y-116001941D01* -X93730012Y-116015304D01* -X93730383Y-116014411D01* -X93739390Y-116018142D01* -X93759911Y-116022223D01* +X72830860Y-118620456D01* +X72803605Y-118624427D01* +X72773888Y-118638955D01* +X72713306Y-118647524D01* +X72659256Y-118618848D01* +X72632385Y-118563879D01* +X72642955Y-118503614D01* +X72655590Y-118485182D01* +X72712882Y-118419063D01* +X72766697Y-118301226D01* +X72776782Y-118231081D01* +X72785133Y-118173002D01* +X72785133Y-118172997D01* +X72766697Y-118044774D01* +X72744910Y-117997068D01* +X72712882Y-117926937D01* +X72628049Y-117829033D01* +X72628048Y-117829032D01* +X72628047Y-117829031D01* +X72519073Y-117758998D01* +X72519070Y-117758996D01* +X72519069Y-117758996D01* +X72517424Y-117758513D01* +X72394774Y-117722500D01* +X72394772Y-117722500D01* +X72265228Y-117722500D01* +X72265225Y-117722500D01* +X72140933Y-117758995D01* +X72140926Y-117758998D01* +X72031952Y-117829031D01* +X71947117Y-117926938D01* +X71893302Y-118044774D01* +X71874867Y-118172997D01* +X71874867Y-118173002D01* +X71893302Y-118301225D01* +X71936544Y-118395909D01* +X71947118Y-118419063D01* +X72030320Y-118515085D01* +X72054137Y-118571444D01* +X72054500Y-118579915D01* +X72054500Y-118629812D01* +X72035593Y-118688003D01* +X71986093Y-118723967D01* +X71924907Y-118723967D01* +X71885498Y-118699817D01* +X71861483Y-118675802D01* +X71855760Y-118673004D01* +X71756395Y-118624427D01* +X71729139Y-118620456D01* +X71688260Y-118614500D01* +X71221740Y-118614500D01* +X71193065Y-118618678D01* +X71153604Y-118624427D01* +X71048518Y-118675801D01* +X70965801Y-118758518D01* +X70914427Y-118863604D01* +X70913794Y-118867952D01* +X70905140Y-118927352D01* +X70904500Y-118931743D01* +X70904500Y-119359876D01* +X70885593Y-119418067D01* +X70875504Y-119429880D01* +X70569880Y-119735504D01* +X70515363Y-119763281D01* +X70499876Y-119764500D01* +X70029245Y-119764500D01* +X69971054Y-119745593D01* +X69935090Y-119696093D01* +X69934546Y-119694363D01* +X69925605Y-119664886D01* +X69925602Y-119664880D01* +X69925602Y-119664879D01* +X69835030Y-119495430D01* +X69835025Y-119495423D01* +X69835023Y-119495419D01* +X69764793Y-119409844D01* +X69713124Y-119346884D01* +X69713115Y-119346875D01* +X69607880Y-119260512D01* +X69564581Y-119224977D01* +X69564578Y-119224975D01* +X69564569Y-119224969D01* +X69395119Y-119134397D01* +X69395114Y-119134395D01* +X69211231Y-119078614D01* +X69211226Y-119078613D01* +X69020003Y-119059780D01* +X69019997Y-119059780D01* +X68828773Y-119078613D01* +X68828768Y-119078614D01* +X68644885Y-119134395D01* +X68644880Y-119134397D01* +X68475430Y-119224969D01* +X68475420Y-119224976D01* +X68326884Y-119346875D01* +X68326875Y-119346884D01* +X68204976Y-119495420D01* +X68204969Y-119495430D01* +X68114397Y-119664880D01* +X68114395Y-119664885D01* +X68058614Y-119848768D01* +X68058613Y-119848773D01* +X68039780Y-120039996D01* +X68039780Y-120040003D01* +X67460220Y-120040003D01* +X67460220Y-120039996D01* +X67441386Y-119848773D01* +X67441385Y-119848768D01* +X67417205Y-119769059D01* +X67385605Y-119664886D01* +X67372865Y-119641051D01* +X67295030Y-119495430D01* +X67295025Y-119495423D01* +X67295023Y-119495419D01* +X67224793Y-119409844D01* +X67173124Y-119346884D01* +X67173115Y-119346875D01* +X67067880Y-119260512D01* +X67024581Y-119224977D01* +X67024578Y-119224975D01* +X67024569Y-119224969D01* +X66855119Y-119134397D01* +X66855114Y-119134395D01* +X66671231Y-119078614D01* +X66671226Y-119078613D01* +X66480003Y-119059780D01* +X66479997Y-119059780D01* +X66288773Y-119078613D01* +X66288768Y-119078614D01* +X66104885Y-119134395D01* +X66104880Y-119134397D01* +X65935430Y-119224969D01* +X65935420Y-119224976D01* +X65786884Y-119346875D01* +X65786875Y-119346884D01* +X65664976Y-119495420D01* +X65664969Y-119495430D01* +X65574397Y-119664880D01* +X65574395Y-119664885D01* +X65518614Y-119848768D01* +X65518613Y-119848773D01* +X65499780Y-120039996D01* +X65499780Y-120040003D01* +X64725500Y-120040003D01* +X64725500Y-93690901D01* +X64744407Y-93632710D01* +X64793907Y-93596746D01* +X64855093Y-93596746D01* +X64894504Y-93620897D01* +X65524080Y-94250473D01* +X65551857Y-94304990D01* +X65548813Y-94349214D01* +X65518615Y-94448765D01* +X65518613Y-94448773D01* +X65499780Y-94639996D01* +X65499780Y-94640003D01* +X65518613Y-94831226D01* +X65518614Y-94831231D01* +X65574395Y-95015114D01* +X65574397Y-95015119D01* +X65664969Y-95184569D01* +X65664975Y-95184578D01* +X65664977Y-95184581D01* +X65705095Y-95233465D01* +X65786875Y-95333115D01* +X65786888Y-95333128D01* +X65928046Y-95448972D01* +X65961034Y-95500503D01* +X65957433Y-95561582D01* +X65918617Y-95608879D01* +X65865242Y-95624500D01* +X65680884Y-95624500D01* +X65661571Y-95622598D01* +X65644000Y-95619103D01* +X65643997Y-95619103D01* +X65624695Y-95622941D01* +X65624683Y-95622945D01* +X65604585Y-95626943D01* +X65536505Y-95640485D01* +X65536503Y-95640485D01* +X65536503Y-95640486D01* +X65536501Y-95640487D01* +X65527974Y-95646185D01* +X65505226Y-95661385D01* +X65491123Y-95670807D01* +X65470962Y-95684278D01* +X65470957Y-95684282D01* +X65468378Y-95686006D01* +X65468376Y-95686007D01* +X65458061Y-95692899D01* +X65445377Y-95701375D01* +X65445372Y-95701380D01* +X65435423Y-95716269D01* +X65423115Y-95731267D01* +X65041267Y-96113115D01* +X65026269Y-96125423D01* +X65011380Y-96135372D01* +X65011374Y-96135378D01* +X64995120Y-96159703D01* +X64995116Y-96159710D01* +X64985538Y-96174045D01* +X64950485Y-96226503D01* +X64950484Y-96226507D01* +X64948075Y-96238616D01* +X64929103Y-96333999D01* +X64932598Y-96351569D01* +X64934500Y-96370883D01* +X64934500Y-113653115D01* +X64932598Y-113672427D01* +X64929103Y-113689999D01* +X64929103Y-113690002D01* +X64933311Y-113711162D01* +X64933316Y-113711182D01* +X64935116Y-113720231D01* +X64950485Y-113797495D01* +X64950486Y-113797496D01* +X64950486Y-113797498D01* +X64974873Y-113833994D01* +X64981817Y-113844387D01* +X65011374Y-113888623D01* +X65026266Y-113898573D01* +X65041269Y-113910885D01* +X65571547Y-114441163D01* +X65599324Y-114495680D01* +X65589753Y-114556112D01* +X65588854Y-114557834D01* +X65574395Y-114584884D01* +X65574395Y-114584885D01* +X65518614Y-114768768D01* +X65518613Y-114768773D01* +X65499780Y-114959996D01* +X65499780Y-114960003D01* +X65518613Y-115151226D01* +X65518614Y-115151231D01* +X65574395Y-115335114D01* +X65574397Y-115335119D01* +X65664969Y-115504569D01* +X65664975Y-115504578D01* +X65664977Y-115504581D01* +X65701841Y-115549500D01* +X65786875Y-115653115D01* +X65786884Y-115653124D01* +X65835474Y-115693000D01* +X65935419Y-115775023D01* +X65935423Y-115775025D01* +X65935430Y-115775030D01* +X66104880Y-115865602D01* +X66104886Y-115865605D01* +X66232987Y-115904464D01* +X66288768Y-115921385D01* +X66288773Y-115921386D01* +X66479997Y-115940220D01* +X66480000Y-115940220D01* +X66480003Y-115940220D01* +X66671226Y-115921386D01* +X66671231Y-115921385D01* +X66674439Y-115920412D01* +X66855114Y-115865605D01* +X66939500Y-115820500D01* +X67024569Y-115775030D01* +X67024572Y-115775027D01* +X67024581Y-115775023D01* +X67173120Y-115653120D01* +X67295023Y-115504581D01* +X67295027Y-115504572D01* +X67295030Y-115504569D01* +X67372987Y-115358720D01* +X67385605Y-115335114D01* +X67441385Y-115151231D01* +X67441386Y-115151226D01* +X67460220Y-114960003D01* +X67460220Y-114959996D01* +X67441386Y-114768773D01* +X67441385Y-114768768D01* +X67416359Y-114686270D01* +X67385605Y-114584886D01* +X67385340Y-114584391D01* +X67380527Y-114575386D01* +X67371145Y-114557834D01* +X67360388Y-114497604D01* +X67387089Y-114442552D01* +X67388395Y-114441219D01* +X67775119Y-114054496D01* +X67829636Y-114026719D01* +X67845123Y-114025500D01* +X68398046Y-114025500D01* +X68456237Y-114044407D01* +X68468050Y-114054497D01* +X68746690Y-114333138D01* +X68774467Y-114387654D01* +X68764896Y-114448086D01* +X68735498Y-114479783D01* +X68736795Y-114481378D01* +X68731543Y-114485650D01* +X68731542Y-114485651D01* +X68677834Y-114529346D01* +X68614258Y-114581068D01* +X68546833Y-114676589D01* +X68497829Y-114713226D01* +X68436649Y-114714062D01* +X68395950Y-114689502D01* +X68139450Y-114433003D01* +X68139449Y-114433003D01* +X68068443Y-114565845D01* +X68068441Y-114565850D01* +X68009829Y-114759064D01* +X68009828Y-114759070D01* +X67990040Y-114959996D01* +X67990040Y-114960003D01* +X68009828Y-115160929D01* +X68009829Y-115160935D01* +X68068441Y-115354149D01* +X68139449Y-115486995D01* +X68395639Y-115230806D01* +X68450156Y-115203029D01* +X68510588Y-115212600D01* +X68553543Y-115255263D01* +X68566440Y-115280153D01* +X68566442Y-115280156D01* +X68669638Y-115390652D01* +X68731888Y-115428507D01* +X68771783Y-115474896D01* +X68776792Y-115535876D01* +X68750453Y-115583097D01* +X68493003Y-115840548D01* +X68496033Y-115860975D01* +X68485868Y-115921310D01* +X68442180Y-115964147D01* +X68398104Y-115974500D01* +X67766884Y-115974500D01* +X67747570Y-115972598D01* +X67747153Y-115972515D01* +X67730000Y-115969103D01* +X67729999Y-115969103D01* +X67729997Y-115969103D01* +X67710695Y-115972941D01* +X67710683Y-115972945D01* +X67686627Y-115977730D01* +X67622505Y-115990485D01* +X67622504Y-115990486D01* +X67622502Y-115990486D01* +X67581114Y-116018142D01* +X67556962Y-116034278D01* +X67556957Y-116034282D01* +X67554378Y-116036006D01* +X67554376Y-116036007D01* +X67544061Y-116042899D01* +X67531377Y-116051375D01* +X67531372Y-116051380D01* +X67521423Y-116066269D01* +X67509115Y-116081267D01* +X66998835Y-116591547D01* +X66944318Y-116619324D01* +X66883886Y-116609753D01* +X66882211Y-116608878D01* +X66855114Y-116594395D01* +X66853505Y-116593907D01* +X66671231Y-116538614D01* +X66671226Y-116538613D01* +X66480003Y-116519780D01* +X66479997Y-116519780D01* +X66288773Y-116538613D01* +X66288768Y-116538614D01* +X66104885Y-116594395D01* +X66104880Y-116594397D01* +X65935430Y-116684969D01* +X65935420Y-116684976D01* +X65786884Y-116806875D01* +X65786875Y-116806884D01* +X65664976Y-116955420D01* +X65664969Y-116955430D01* +X65574397Y-117124880D01* +X65574395Y-117124885D01* +X65518614Y-117308768D01* +X65518613Y-117308773D01* +X65499780Y-117499996D01* +X65499780Y-117500003D01* +X65518613Y-117691226D01* +X65518614Y-117691231D01* +X65574395Y-117875114D01* +X65574397Y-117875119D01* +X65664969Y-118044569D01* +X65664975Y-118044578D01* +X65664977Y-118044581D01* +X65702811Y-118090682D01* +X65786875Y-118193115D01* +X65786884Y-118193124D01* +X65856158Y-118249975D01* +X65935419Y-118315023D01* +X65935423Y-118315025D01* +X65935430Y-118315030D01* +X66104880Y-118405602D01* +X66104886Y-118405605D01* +X66210660Y-118437691D01* +X66288768Y-118461385D01* +X66288773Y-118461386D01* +X66479997Y-118480220D01* +X66480000Y-118480220D01* +X66480003Y-118480220D01* +X66671226Y-118461386D01* +X66671231Y-118461385D01* +X66671230Y-118461385D01* +X66855114Y-118405605D01* +X66935255Y-118362769D01* +X67024569Y-118315030D01* +X67024572Y-118315027D01* +X67024581Y-118315023D01* +X67173120Y-118193120D01* +X67295023Y-118044581D01* +X67295027Y-118044572D01* +X67295030Y-118044569D01* +X67369005Y-117906170D01* +X67385605Y-117875114D01* +X67441385Y-117691231D01* +X67441386Y-117691226D01* +X67460220Y-117500003D01* +X67460220Y-117499996D01* +X67441386Y-117308773D01* +X67441385Y-117308768D01* +X67420377Y-117239515D01* +X67385605Y-117124886D01* +X67385553Y-117124789D01* +X67371146Y-117097834D01* +X67360390Y-117037602D01* +X67387092Y-116982550D01* +X67388453Y-116981162D01* +X67815121Y-116554496D01* +X67869637Y-116526719D01* +X67885124Y-116525500D01* +X68393056Y-116525500D01* +X68451247Y-116544407D01* +X68487211Y-116593907D01* +X68487211Y-116655093D01* +X68455861Y-116701028D01* +X68326884Y-116806875D01* +X68326875Y-116806884D01* +X68204976Y-116955420D01* +X68204969Y-116955430D01* +X68114397Y-117124880D01* +X68114395Y-117124885D01* +X68058614Y-117308768D01* +X68058613Y-117308773D01* +X68039780Y-117499996D01* +X68039780Y-117500003D01* +X68058613Y-117691226D01* +X68058614Y-117691231D01* +X68114395Y-117875114D01* +X68114397Y-117875119D01* +X68204969Y-118044569D01* +X68204975Y-118044578D01* +X68204977Y-118044581D01* +X68242811Y-118090682D01* +X68326875Y-118193115D01* +X68326884Y-118193124D01* +X68396158Y-118249975D01* +X68475419Y-118315023D01* +X68475423Y-118315025D01* +X68475430Y-118315030D01* +X68644880Y-118405602D01* +X68644886Y-118405605D01* +X68750660Y-118437691D01* +X68828768Y-118461385D01* +X68828773Y-118461386D01* +X69019997Y-118480220D01* +X69020000Y-118480220D01* +X69020003Y-118480220D01* +X69211226Y-118461386D01* +X69211231Y-118461385D01* +X69211230Y-118461385D01* +X69395114Y-118405605D01* +X69475255Y-118362769D01* +X69564569Y-118315030D01* +X69564572Y-118315027D01* +X69564581Y-118315023D01* +X69713120Y-118193120D01* +X69835023Y-118044581D01* +X69835027Y-118044572D01* +X69835030Y-118044569D01* +X69909005Y-117906170D01* +X69925605Y-117875114D01* +X69981385Y-117691231D01* +X69981386Y-117691226D01* +X70000220Y-117500003D01* +X70000220Y-117499995D01* +X69986846Y-117364203D01* +X69999958Y-117304440D01* +X70045695Y-117263797D01* +X70085369Y-117255500D01* +X72977616Y-117255500D01* +X72996929Y-117257401D01* +X73014500Y-117260897D01* +X73041632Y-117255500D01* +X73041633Y-117255500D01* +X73121995Y-117239515D01* +X73167641Y-117209015D01* +X73190122Y-117193994D01* +X73190121Y-117193994D01* +X73200844Y-117186830D01* +X73200847Y-117186826D01* +X73213124Y-117178624D01* +X73223077Y-117163727D01* +X73235381Y-117148734D01* +X74179620Y-116204496D01* +X74234137Y-116176719D01* +X74249624Y-116175500D01* +X75084412Y-116175500D01* +X75142603Y-116194407D01* +X75159231Y-116209669D01* +X75188949Y-116243965D01* +X75188951Y-116243967D01* +X75292478Y-116310500D01* +X75297931Y-116314004D01* +X75422228Y-116350500D01* +X75422230Y-116350500D01* +X75551770Y-116350500D01* +X75551772Y-116350500D01* +X75676069Y-116314004D01* +X75785049Y-116243967D01* +X75869882Y-116146063D01* +X75923697Y-116028226D01* +X75930372Y-115981799D01* +X75942133Y-115900002D01* +X75942133Y-115899997D01* +X75923697Y-115771774D01* +X75904036Y-115728724D01* +X75869882Y-115653937D01* +X75839699Y-115619103D01* +X75832964Y-115611330D01* +X75809147Y-115554971D01* +X75823006Y-115495376D01* +X75869247Y-115455308D01* +X75907784Y-115447500D01* +X76501116Y-115447500D01* +X76520429Y-115449401D01* +X76538000Y-115452897D01* +X76565132Y-115447500D01* +X76565133Y-115447500D01* +X76585557Y-115443437D01* +X76632762Y-115445546D01* +X76646224Y-115449499D01* +X76646225Y-115449499D01* +X76646228Y-115449500D01* +X76646229Y-115449500D01* +X76775770Y-115449500D01* +X76775772Y-115449500D01* +X76900069Y-115413004D01* +X77009049Y-115342967D01* +X77093882Y-115245063D01* +X77147697Y-115127226D01* +X77156094Y-115068823D01* +X77166133Y-114999002D01* +X77166133Y-114998997D01* +X77147697Y-114870774D01* +X77130472Y-114833057D01* +X77093882Y-114752937D01* +X77009049Y-114655033D01* +X77009048Y-114655032D01* +X77009047Y-114655031D01* +X76900073Y-114584998D01* +X76900070Y-114584996D01* +X76900069Y-114584996D01* +X76900066Y-114584995D01* +X76775774Y-114548500D01* +X76775772Y-114548500D01* +X76646228Y-114548500D01* +X76646225Y-114548500D01* +X76521933Y-114584995D01* +X76521926Y-114584998D01* +X76412952Y-114655031D01* +X76328117Y-114752938D01* +X76288984Y-114838627D01* +X76247612Y-114883704D01* +X76198931Y-114896500D01* +X73924884Y-114896500D01* +X73905570Y-114894598D01* +X73888000Y-114891103D01* +X73887999Y-114891103D01* +X73780505Y-114912484D01* +X73780502Y-114912485D01* +X73714924Y-114956304D01* +X73714914Y-114956311D01* +X73689378Y-114973374D01* +X73689372Y-114973380D01* +X73679423Y-114988269D01* +X73667115Y-115003266D01* +X72724880Y-115945503D01* +X72670363Y-115973281D01* +X72654876Y-115974500D01* +X69641895Y-115974500D01* +X69583704Y-115955593D01* +X69547740Y-115906093D01* +X69543966Y-115860975D01* +X69546995Y-115840548D01* +X69293309Y-115586861D01* +X69265532Y-115532345D01* +X69275103Y-115471913D01* +X69304508Y-115440223D01* +X69303205Y-115438622D01* +X69308456Y-115434349D01* +X69308458Y-115434349D01* +X69425739Y-115338934D01* +X69493167Y-115243408D01* +X69542169Y-115206773D01* +X69603349Y-115205937D01* +X69644049Y-115230497D01* +X69900548Y-115486995D01* +X69900549Y-115486995D01* +X69971558Y-115354150D01* +X70030170Y-115160935D01* +X70030171Y-115160929D01* +X70049960Y-114960003D01* +X70049960Y-114959996D01* +X70030171Y-114759070D01* +X70030170Y-114759064D01* +X69971558Y-114565849D01* +X69900549Y-114433003D01* +X69900548Y-114433003D01* +X69644358Y-114689192D01* +X69589842Y-114716969D01* +X69529410Y-114707397D01* +X69486454Y-114664733D01* +X69473558Y-114639844D01* +X69370362Y-114529348D01* +X69370361Y-114529347D01* +X69370360Y-114529346D01* +X69308110Y-114491491D01* +X69268215Y-114445102D01* +X69263206Y-114384122D01* +X69289545Y-114336900D01* +X69571949Y-114054496D01* +X69626466Y-114026719D01* +X69641953Y-114025500D01* +X70779106Y-114025500D01* +X70837297Y-114044407D01* +X70873261Y-114093907D01* +X70877070Y-114110219D01* +X70878481Y-114119903D01* +X70879427Y-114126395D01* +X70930748Y-114231373D01* +X70930802Y-114231483D01* +X71013517Y-114314198D01* +X71063823Y-114338791D01* +X71118604Y-114365572D01* +X71118605Y-114365572D01* +X71118607Y-114365573D01* +X71186740Y-114375500D01* +X71186743Y-114375500D01* +X71653257Y-114375500D01* +X71653260Y-114375500D01* +X71721393Y-114365573D01* +X71826483Y-114314198D01* +X71909198Y-114231483D01* +X71960573Y-114126393D01* +X71970500Y-114058260D01* +X71970500Y-113441740D01* +X71960573Y-113373607D01* +X71958373Y-113369107D01* +X71922949Y-113296646D01* +X71909198Y-113268517D01* +X71826483Y-113185802D01* +X71815400Y-113180384D01* +X71721395Y-113134427D01* +X71694139Y-113130456D01* +X71653260Y-113124500D01* +X71186740Y-113124500D01* +X71152673Y-113129463D01* +X71118604Y-113134427D01* +X71013518Y-113185801D01* +X70930801Y-113268518D01* +X70879427Y-113373604D01* +X70879010Y-113376470D01* +X70877071Y-113389775D01* +X70849972Y-113444630D01* +X70795804Y-113473082D01* +X70779106Y-113474500D01* +X69511782Y-113474500D01* +X69453591Y-113455593D01* +X69417627Y-113406093D01* +X69417627Y-113344907D01* +X69453591Y-113295407D01* +X69465114Y-113288190D01* +X69564569Y-113235030D01* +X69564572Y-113235027D01* +X69564581Y-113235023D01* +X69713120Y-113113120D01* +X69835023Y-112964581D01* +X69835027Y-112964572D01* +X69835030Y-112964569D01* +X69925602Y-112795120D01* +X69925602Y-112795119D01* +X69925605Y-112795114D01* +X69934509Y-112765759D01* +X69969492Y-112715566D01* +X70027300Y-112695519D01* +X70029245Y-112695500D01* +X70386356Y-112695500D01* +X70444547Y-112714407D01* +X70476409Y-112753373D01* +X70483118Y-112768063D01* +X70567951Y-112865967D01* +X70567952Y-112865968D01* +X70673651Y-112933896D01* +X70676931Y-112936004D01* +X70801228Y-112972500D01* +X70801230Y-112972500D01* +X70930770Y-112972500D01* +X70930772Y-112972500D01* +X71055069Y-112936004D01* +X71164049Y-112865967D01* +X71248882Y-112768063D01* +X71302697Y-112650226D01* +X71313458Y-112575383D01* +X71321133Y-112522002D01* +X71321133Y-112521997D01* +X71302697Y-112393774D01* +X71299162Y-112386033D01* +X71248882Y-112275937D01* +X71164049Y-112178033D01* +X71164048Y-112178032D01* +X71164047Y-112178031D01* +X71055073Y-112107998D01* +X71055070Y-112107996D01* +X71055069Y-112107996D01* +X71055066Y-112107995D01* +X70930774Y-112071500D01* +X70930772Y-112071500D01* +X70801228Y-112071500D01* +X70801225Y-112071500D01* +X70676933Y-112107995D01* +X70676930Y-112107996D01* +X70656326Y-112121237D01* +X70644583Y-112128784D01* +X70591061Y-112144500D01* +X70029245Y-112144500D01* +X69971054Y-112125593D01* +X69935090Y-112076093D01* +X69934546Y-112074363D01* +X69925605Y-112044886D01* +X69925602Y-112044880D01* +X69925602Y-112044879D01* +X69835030Y-111875430D01* +X69835025Y-111875423D01* +X69835023Y-111875419D01* +X69752928Y-111775386D01* +X69713124Y-111726884D01* +X69713115Y-111726875D01* +X69684057Y-111703028D01* +X69651070Y-111651497D01* +X69654672Y-111590418D01* +X69693487Y-111543121D01* +X69746862Y-111527500D01* +X70864339Y-111527500D01* +X70922530Y-111546407D01* +X70934343Y-111556496D01* +X71560576Y-112182729D01* +X71572885Y-112197729D01* +X71582834Y-112212618D01* +X71582836Y-112212620D01* +X71582839Y-112212624D01* +X71601776Y-112225277D01* +X71601797Y-112225291D01* +X71601799Y-112225293D01* +X71605840Y-112227993D01* +X71605841Y-112227994D01* +X71607001Y-112228769D01* +X71624926Y-112240746D01* +X71652399Y-112259103D01* +X71673968Y-112273515D01* +X71754330Y-112289500D01* +X71754331Y-112289500D01* +X71781463Y-112294897D01* +X71799033Y-112291402D01* +X71818347Y-112289500D01* +X72678677Y-112289500D01* +X72736868Y-112308407D01* +X72772832Y-112357907D01* +X72772832Y-112419093D01* +X72753498Y-112453329D01* +X72708187Y-112505622D01* +X72687117Y-112529938D01* +X72633302Y-112647774D01* +X72614867Y-112775997D01* +X72614867Y-112776002D01* +X72633302Y-112904225D01* +X72687118Y-113022063D01* +X72695487Y-113031722D01* +X72719304Y-113088081D01* +X72705445Y-113147677D01* +X72669729Y-113180384D01* +X72670194Y-113181035D01* +X72664863Y-113184840D01* +X72664157Y-113185488D01* +X72663523Y-113185797D01* +X72663519Y-113185800D01* +X72580801Y-113268518D01* +X72529427Y-113373604D01* +X72527071Y-113389774D01* +X72519500Y-113441740D01* +X72519500Y-114058260D01* +X72522569Y-114079324D01* +X72529427Y-114126395D01* +X72580748Y-114231373D01* +X72580802Y-114231483D01* +X72663517Y-114314198D01* +X72713823Y-114338791D01* +X72768604Y-114365572D01* +X72768605Y-114365572D01* +X72768607Y-114365573D01* +X72836740Y-114375500D01* +X72836743Y-114375500D01* +X73303257Y-114375500D01* +X73303260Y-114375500D01* +X73371393Y-114365573D01* +X73476483Y-114314198D01* +X73559198Y-114231483D01* +X73610573Y-114126393D01* +X73620500Y-114058260D01* +X73620500Y-113441740D01* +X73610573Y-113373607D01* +X73608373Y-113369107D01* +X73572949Y-113296646D01* +X73559198Y-113268517D01* +X73476483Y-113185802D01* +X73476481Y-113185801D01* +X73476480Y-113185800D01* +X73476476Y-113185797D01* +X73475847Y-113185490D01* +X73475287Y-113184949D01* +X73469806Y-113181035D01* +X73470392Y-113180212D01* +X73431875Y-113142945D01* +X73421309Y-113082678D01* +X73444512Y-113031721D01* +X73452882Y-113022063D01* +X73506697Y-112904226D01* +X73517573Y-112828579D01* +X73525133Y-112776002D01* +X73525133Y-112775997D01* +X73506697Y-112647774D01* +X73484613Y-112599417D01* +X73477638Y-112538630D01* +X73507724Y-112485353D01* +X73563380Y-112459935D01* +X73623347Y-112472086D01* +X73644670Y-112488286D01* +X74556115Y-113399731D01* +X74568426Y-113414733D01* +X74578376Y-113429624D01* +X74578379Y-113429626D01* +X74578380Y-113429627D01* +X74597332Y-113442290D01* +X74597336Y-113442293D01* +X74600834Y-113444630D01* +X74601376Y-113444992D01* +X74601378Y-113444994D01* +X74603662Y-113446520D01* +X74669505Y-113490515D01* +X74749867Y-113506500D01* +X74749868Y-113506500D01* +X74777000Y-113511897D01* +X74794570Y-113508401D01* +X74813884Y-113506500D01* +X76611412Y-113506500D01* +X76669603Y-113525407D01* +X76686231Y-113540669D01* +X76715949Y-113574965D01* +X76715951Y-113574967D01* +X76790030Y-113622575D01* +X76824931Y-113645004D01* +X76949228Y-113681500D01* +X76949230Y-113681500D01* +X77078770Y-113681500D01* +X77078772Y-113681500D01* +X77203069Y-113645004D01* +X77312049Y-113574967D01* +X77396882Y-113477063D01* +X77450697Y-113359226D01* +X77460371Y-113291941D01* +X77469133Y-113231002D01* +X77469133Y-113230997D01* +X77450697Y-113102774D01* +X77443987Y-113088081D01* +X77396882Y-112984937D01* +X77312049Y-112887033D01* +X77312048Y-112887032D01* +X77312047Y-112887031D01* +X77203073Y-112816998D01* +X77203070Y-112816996D01* +X77203069Y-112816996D01* +X77197974Y-112815500D01* +X77078774Y-112780500D01* +X77078772Y-112780500D01* +X76949228Y-112780500D01* +X76949225Y-112780500D01* +X76824933Y-112816995D01* +X76824926Y-112816998D01* +X76715951Y-112887032D01* +X76715949Y-112887034D01* +X76686231Y-112921331D01* +X76633835Y-112952927D01* +X76611412Y-112955500D01* +X74932124Y-112955500D01* +X74873933Y-112936593D01* +X74862120Y-112926504D01* +X73780885Y-111845269D01* +X73768573Y-111830266D01* +X73758625Y-111815378D01* +X73758624Y-111815376D01* +X73737899Y-111801528D01* +X73737890Y-111801521D01* +X73698771Y-111775383D01* +X73687627Y-111767937D01* +X73667495Y-111754485D01* +X73603071Y-111741670D01* +X73581182Y-111737316D01* +X73581162Y-111737311D01* +X73560002Y-111733103D01* +X73560001Y-111733103D01* +X73560000Y-111733103D01* +X73542430Y-111736598D01* +X73523116Y-111738500D01* +X71936587Y-111738500D01* +X71878396Y-111719593D01* +X71866583Y-111709504D01* +X71240348Y-111083269D01* +X71228036Y-111068266D01* +X71227311Y-111067181D01* +X71218087Y-111053376D01* +X71197362Y-111039528D01* +X71197353Y-111039521D01* +X71165009Y-111017910D01* +X71126960Y-110992486D01* +X71126959Y-110992485D01* +X71126958Y-110992485D01* +X71067514Y-110980660D01* +X71040645Y-110975316D01* +X71040625Y-110975311D01* +X71019465Y-110971103D01* +X71019464Y-110971103D01* +X71019463Y-110971103D01* +X71001893Y-110974598D01* +X70982579Y-110976500D01* +X69538213Y-110976500D01* +X69480022Y-110957593D01* +X69444058Y-110908093D01* +X69444058Y-110846907D01* +X69480022Y-110797407D01* +X69491544Y-110790190D01* +X69546995Y-110760549D01* +X69546995Y-110760548D01* +X69293309Y-110506861D01* +X69265532Y-110452345D01* +X69275103Y-110391913D01* +X69304508Y-110360223D01* +X69303205Y-110358622D01* +X69308456Y-110354349D01* +X69308458Y-110354349D01* +X69425739Y-110258934D01* +X69493167Y-110163408D01* +X69542169Y-110126773D01* +X69603349Y-110125937D01* +X69644049Y-110150497D01* +X69900548Y-110406995D01* +X69900549Y-110406995D01* +X69971558Y-110274150D01* +X70030170Y-110080935D01* +X70030171Y-110080929D01* +X70049960Y-109880003D01* +X70049960Y-109879996D01* +X70030171Y-109679070D01* +X70030170Y-109679064D01* +X69971558Y-109485849D01* +X69900549Y-109353003D01* +X69900548Y-109353003D01* +X69644358Y-109609192D01* +X69589842Y-109636969D01* +X69529410Y-109627397D01* +X69486454Y-109584733D01* +X69484817Y-109581573D01* +X69473558Y-109559844D01* +X69370362Y-109449348D01* +X69370361Y-109449347D01* +X69370360Y-109449346D01* +X69308110Y-109411491D01* +X69268215Y-109365102D01* +X69263206Y-109304122D01* +X69289545Y-109256900D01* +X69546995Y-108999449D01* +X69542483Y-108969025D01* +X69552648Y-108908690D01* +X69596336Y-108865853D01* +X69640412Y-108855500D01* +X75142068Y-108855500D01* +X75200259Y-108874407D01* +X75236223Y-108923907D01* +X75236223Y-108985093D01* +X75216888Y-109019330D01* +X75190368Y-109049936D01* +X75136552Y-109167774D01* +X75118117Y-109295997D01* +X75118117Y-109296002D01* +X75136552Y-109424225D01* +X75174636Y-109507615D01* +X75190368Y-109542063D01* +X75272603Y-109636969D01* +X75275202Y-109639968D01* +X75374742Y-109703938D01* +X75384181Y-109710004D01* +X75508478Y-109746500D01* +X75508480Y-109746500D01* +X75638020Y-109746500D01* +X75638022Y-109746500D01* +X75762319Y-109710004D01* +X75871299Y-109639967D01* +X75871301Y-109639964D01* +X75873614Y-109638478D01* +X75932789Y-109622923D01* +X75989806Y-109645122D01* +X75997142Y-109651758D01* +X77708113Y-111362729D01* +X77720422Y-111377729D01* +X77730371Y-111392618D01* +X77730373Y-111392620D01* +X77730376Y-111392624D01* +X77730379Y-111392626D01* +X77743556Y-111401431D01* +X77753376Y-111407992D01* +X77753378Y-111407994D01* +X77811036Y-111446520D01* +X77821505Y-111453515D01* +X77847144Y-111458615D01* +X77929000Y-111474897D01* +X77946570Y-111471401D01* +X77965884Y-111469500D01* +X78514394Y-111469500D01* +X78569395Y-111486184D01* +X78595332Y-111503515D01* +X78675694Y-111519500D01* +X78675695Y-111519500D01* +X78702827Y-111524897D01* +X78720397Y-111521402D01* +X78739711Y-111519500D01* +X79142289Y-111519500D01* +X79161602Y-111521401D01* +X79179173Y-111524897D01* +X79206305Y-111519500D01* +X79206306Y-111519500D01* +X79286668Y-111503515D01* +X79312604Y-111486184D01* +X79367606Y-111469500D01* +X83558430Y-111469500D01* +X83616621Y-111488407D01* +X83652585Y-111537907D01* +X83652585Y-111599093D01* +X83647370Y-111611981D01* +X83627136Y-111653369D01* +X83627134Y-111653373D01* +X83627133Y-111653375D01* +X83627134Y-111653375D01* +X83616981Y-111723068D01* +X83616500Y-111726367D01* +X83616500Y-112297632D01* +X83616499Y-112297632D01* +X83627134Y-112370626D01* +X83670435Y-112459198D01* +X83682174Y-112483211D01* +X83770789Y-112571826D01* +X83883375Y-112626866D01* +X83956364Y-112637500D01* +X83956367Y-112637500D01* +X84477632Y-112637500D01* +X84477636Y-112637500D01* +X84550625Y-112626866D01* +X84663211Y-112571826D01* +X84751826Y-112483211D01* +X84802762Y-112379018D01* +X84845306Y-112335045D01* +X84891703Y-112323500D01* +X84897228Y-112323500D01* +X84981876Y-112323500D01* +X85040067Y-112342407D01* +X85051880Y-112352496D01* +X85198113Y-112498729D01* +X85210422Y-112513729D01* +X85220371Y-112528618D01* +X85220373Y-112528620D01* +X85220376Y-112528624D01* +X85220379Y-112528626D01* +X85220380Y-112528627D01* +X85239329Y-112541288D01* +X85239334Y-112541292D01* +X85311505Y-112589516D01* +X85332885Y-112593768D01* +X85419000Y-112610897D01* +X85436571Y-112607401D01* +X85455884Y-112605500D01* +X86805523Y-112605500D01* +X86863714Y-112624407D01* +X86875526Y-112634496D01* +X87139757Y-112898726D01* +X87152067Y-112913726D01* +X87162018Y-112928618D01* +X87162020Y-112928620D01* +X87162023Y-112928624D01* +X87162026Y-112928626D01* +X87162027Y-112928627D01* +X87182099Y-112942039D01* +X87185024Y-112943993D01* +X87185025Y-112943994D01* +X87188125Y-112946065D01* +X87253152Y-112989515D01* +X87316635Y-113002142D01* +X87367323Y-113029236D01* +X87448583Y-113110496D01* +X87476360Y-113165013D01* +X87466789Y-113225445D01* +X87423524Y-113268710D01* +X87378579Y-113279500D01* +X87197514Y-113279500D01* +X87142512Y-113262815D01* +X87105724Y-113238234D01* +X87105720Y-113238232D01* +X87061827Y-113229500D01* +X87061820Y-113229500D01* +X86732180Y-113229500D01* +X86732172Y-113229500D01* +X86688279Y-113238232D01* +X86688275Y-113238234D01* +X86638498Y-113271494D01* +X86638494Y-113271498D01* +X86605234Y-113321275D01* +X86605232Y-113321279D01* +X86596500Y-113365172D01* +X86596500Y-113694827D01* +X86605232Y-113738720D01* +X86605234Y-113738724D01* +X86616936Y-113756237D01* +X86638496Y-113788504D01* +X86688278Y-113821767D01* +X86699327Y-113823964D01* +X86732172Y-113830499D01* +X86732178Y-113830499D01* +X86732180Y-113830500D01* +X86732181Y-113830500D01* +X87061819Y-113830500D01* +X87061820Y-113830500D01* +X87061821Y-113830499D01* +X87061827Y-113830499D01* +X87083623Y-113826162D01* +X87105722Y-113821767D01* +X87139186Y-113799407D01* +X87142512Y-113797185D01* +X87197514Y-113780500D01* +X87675359Y-113780500D01* +X87733550Y-113799407D01* +X87739482Y-113805000D01* +X87969009Y-113805000D01* +X87973862Y-113805238D01* +X87976517Y-113805499D01* +X87976520Y-113805500D01* +X87976523Y-113805500D01* +X88818477Y-113805500D01* +X88818480Y-113805500D01* +X88818482Y-113805499D01* +X88821138Y-113805238D01* +X88825991Y-113805000D01* +X89052710Y-113805000D01* +X89052710Y-113804999D01* +X89044770Y-113765076D01* +X89017907Y-113724874D01* +X89001298Y-113665986D01* +X89003125Y-113650556D01* +X89004230Y-113645004D01* +X89010500Y-113613480D01* +X89010500Y-113446520D01* +X88998142Y-113384391D01* +X88998142Y-113384390D01* +X88994411Y-113375383D01* +X88995689Y-113374853D01* +X88981941Y-113326119D01* +X88995305Y-113284987D01* +X88994411Y-113284617D01* +X88998142Y-113275609D01* +X88998960Y-113271496D01* +X89010500Y-113213480D01* +X89010500Y-113046520D01* +X88998142Y-112984391D01* +X88998142Y-112984390D01* +X88994411Y-112975383D01* +X88995689Y-112974853D01* +X88981941Y-112926119D01* +X88995305Y-112884987D01* +X88994411Y-112884617D01* +X88998142Y-112875609D01* +X88998885Y-112871874D01* +X89010500Y-112813480D01* +X89010500Y-112646520D01* +X89001131Y-112599417D01* +X88998142Y-112584390D01* +X88994411Y-112575383D01* +X88995689Y-112574853D01* +X88981941Y-112526119D01* +X88995305Y-112484987D01* +X88994411Y-112484617D01* +X88998142Y-112475609D01* +X89002573Y-112453331D01* +X89010500Y-112413480D01* +X89010500Y-112246520D01* +X89000795Y-112197729D01* +X88998142Y-112184390D01* +X88994411Y-112175383D01* +X88995689Y-112174853D01* +X88981941Y-112126119D01* +X88995305Y-112084987D01* +X88994411Y-112084617D01* +X88998142Y-112075609D01* +X89002341Y-112054500D01* +X89010500Y-112013480D01* +X89010500Y-111846520D01* +X88998142Y-111784391D01* +X88998142Y-111784390D01* +X88994411Y-111775383D01* +X88995689Y-111774853D01* +X88981941Y-111726119D01* +X88995305Y-111684987D01* +X88994411Y-111684617D01* +X88998142Y-111675609D01* +X88999251Y-111670032D01* +X89010500Y-111613480D01* +X89010500Y-111446520D01* +X88999780Y-111392624D01* +X88998142Y-111384390D01* +X88994411Y-111375383D01* +X88995689Y-111374853D01* +X88981941Y-111326119D01* +X88995305Y-111284987D01* +X88994411Y-111284617D01* +X88998142Y-111275609D01* +X89003414Y-111249103D01* +X89010500Y-111213480D01* +X89010500Y-111046520D01* +X88998142Y-110984391D01* +X88998142Y-110984390D01* +X88994411Y-110975383D01* +X88995689Y-110974853D01* +X88981941Y-110926119D01* +X88995305Y-110884987D01* +X88994411Y-110884617D01* +X88998142Y-110875609D01* +X89000849Y-110861999D01* +X89010500Y-110813480D01* +X89010500Y-110646520D01* +X88998142Y-110584391D01* +X88998142Y-110584390D01* +X88994411Y-110575383D01* +X88995689Y-110574853D01* +X88981941Y-110526119D01* +X88995305Y-110484987D01* +X88994411Y-110484617D01* +X88998142Y-110475609D01* +X89007214Y-110430000D01* +X89010500Y-110413480D01* +X89010500Y-110246520D01* +X88998142Y-110184391D01* +X88998142Y-110184390D01* +X88994411Y-110175383D01* +X88995689Y-110174853D01* +X88981941Y-110126119D01* +X88995305Y-110084987D01* +X88994411Y-110084617D01* +X88998142Y-110075609D01* +X89002341Y-110054500D01* +X89010500Y-110013480D01* +X89010500Y-109846520D01* +X88998142Y-109784391D01* +X88998142Y-109784390D01* +X88994411Y-109775383D01* +X88995689Y-109774853D01* +X88981941Y-109726119D01* +X88995305Y-109684987D01* +X88994411Y-109684617D01* +X88998142Y-109675609D01* +X88999460Y-109668981D01* +X89010500Y-109613480D01* +X89010500Y-109446520D01* +X88998142Y-109384391D01* +X88998142Y-109384390D01* +X88994411Y-109375383D01* +X88995689Y-109374853D01* +X88981941Y-109326119D01* +X88995305Y-109284987D01* +X88994411Y-109284617D01* +X88998142Y-109275609D01* +X89001863Y-109256900D01* +X89010500Y-109213480D01* +X89010500Y-109046520D01* +X88999030Y-108988853D01* +X88998142Y-108984390D01* +X88994411Y-108975383D01* +X88995689Y-108974853D01* +X88981941Y-108926119D01* +X88995305Y-108884987D01* +X88994411Y-108884617D01* +X88998142Y-108875609D01* +X88998381Y-108874407D01* +X89010500Y-108813480D01* +X89010500Y-108646520D01* +X88999656Y-108592002D01* +X88998142Y-108584390D01* +X88994411Y-108575383D01* +X88995689Y-108574853D01* +X88981941Y-108526119D01* +X88995305Y-108484987D01* +X88994411Y-108484617D01* +X88998142Y-108475609D01* +X89000496Y-108463774D01* +X89010500Y-108413480D01* +X89010500Y-108354500D01* +X89029407Y-108296309D01* +X89078907Y-108260345D01* +X89109500Y-108255500D01* +X89168479Y-108255500D01* +X89168480Y-108255500D01* +X89230609Y-108243142D01* +X89230608Y-108243142D01* +X89239617Y-108239411D01* +X89240146Y-108240689D01* +X89288881Y-108226941D01* +X89330012Y-108240305D01* +X89330383Y-108239411D01* +X89339390Y-108243142D01* +X89359911Y-108247223D01* +X89401520Y-108255500D01* +X89401521Y-108255500D01* +X89568479Y-108255500D01* +X89568480Y-108255500D01* +X89630609Y-108243142D01* +X89630608Y-108243142D01* +X89639617Y-108239411D01* +X89640146Y-108240689D01* +X89688881Y-108226941D01* +X89730012Y-108240305D01* +X89730383Y-108239411D01* +X89739390Y-108243142D01* +X89759911Y-108247223D01* +X89801520Y-108255500D01* +X89801521Y-108255500D01* +X89968479Y-108255500D01* +X89968480Y-108255500D01* +X90030609Y-108243142D01* +X90030608Y-108243142D01* +X90039617Y-108239411D01* +X90040146Y-108240689D01* +X90088881Y-108226941D01* +X90130012Y-108240305D01* +X90130383Y-108239411D01* +X90139390Y-108243142D01* +X90159911Y-108247223D01* +X90201520Y-108255500D01* +X90201521Y-108255500D01* +X90368479Y-108255500D01* +X90368480Y-108255500D01* +X90430609Y-108243142D01* +X90430608Y-108243142D01* +X90439617Y-108239411D01* +X90440146Y-108240689D01* +X90488881Y-108226941D01* +X90530012Y-108240305D01* +X90530383Y-108239411D01* +X90539390Y-108243142D01* +X90559911Y-108247223D01* +X90601520Y-108255500D01* +X90601521Y-108255500D01* +X90768479Y-108255500D01* +X90768480Y-108255500D01* +X90830609Y-108243142D01* +X90830608Y-108243142D01* +X90839617Y-108239411D01* +X90840146Y-108240689D01* +X90888881Y-108226941D01* +X90930012Y-108240305D01* +X90930383Y-108239411D01* +X90939390Y-108243142D01* +X90959911Y-108247223D01* +X91001520Y-108255500D01* +X91001521Y-108255500D01* +X91168479Y-108255500D01* +X91168480Y-108255500D01* +X91230609Y-108243142D01* +X91230608Y-108243142D01* +X91239617Y-108239411D01* +X91240146Y-108240689D01* +X91288881Y-108226941D01* +X91330012Y-108240305D01* +X91330383Y-108239411D01* +X91339390Y-108243142D01* +X91359911Y-108247223D01* +X91401520Y-108255500D01* +X91401521Y-108255500D01* +X91568479Y-108255500D01* +X91568480Y-108255500D01* +X91630609Y-108243142D01* +X91630608Y-108243142D01* +X91639617Y-108239411D01* +X91640146Y-108240689D01* +X91688881Y-108226941D01* +X91730012Y-108240305D01* +X91730383Y-108239411D01* +X91739390Y-108243142D01* +X91759911Y-108247223D01* +X91801520Y-108255500D01* +X91801521Y-108255500D01* +X91968479Y-108255500D01* +X91968480Y-108255500D01* +X92030609Y-108243142D01* +X92030608Y-108243142D01* +X92039617Y-108239411D01* +X92040146Y-108240689D01* +X92088881Y-108226941D01* +X92130012Y-108240305D01* +X92130383Y-108239411D01* +X92139390Y-108243142D01* +X92159911Y-108247223D01* +X92201520Y-108255500D01* +X92201521Y-108255500D01* +X92368479Y-108255500D01* +X92368480Y-108255500D01* +X92430609Y-108243142D01* +X92430608Y-108243142D01* +X92439617Y-108239411D01* +X92440146Y-108240689D01* +X92488881Y-108226941D01* +X92530012Y-108240305D01* +X92530383Y-108239411D01* +X92539390Y-108243142D01* +X92559911Y-108247223D01* +X92601520Y-108255500D01* +X92601521Y-108255500D01* +X92768479Y-108255500D01* +X92768480Y-108255500D01* +X92830609Y-108243142D01* +X92830608Y-108243142D01* +X92839617Y-108239411D01* +X92840146Y-108240689D01* +X92888881Y-108226941D01* +X92930012Y-108240305D01* +X92930383Y-108239411D01* +X92939390Y-108243142D01* +X92959911Y-108247223D01* +X93001520Y-108255500D01* +X93001521Y-108255500D01* +X93168479Y-108255500D01* +X93168480Y-108255500D01* +X93230609Y-108243142D01* +X93230608Y-108243142D01* +X93239617Y-108239411D01* +X93240146Y-108240689D01* +X93288881Y-108226941D01* +X93330012Y-108240305D01* +X93330383Y-108239411D01* +X93339390Y-108243142D01* +X93359911Y-108247223D01* +X93401520Y-108255500D01* +X93401521Y-108255500D01* +X93568479Y-108255500D01* +X93568480Y-108255500D01* +X93630609Y-108243142D01* +X93630608Y-108243142D01* +X93639617Y-108239411D01* +X93640146Y-108240689D01* +X93688881Y-108226941D01* +X93730012Y-108240305D01* +X93730383Y-108239411D01* +X93739390Y-108243142D01* +X93759911Y-108247223D01* +X93801520Y-108255500D01* +X93801521Y-108255500D01* +X93968479Y-108255500D01* +X93968480Y-108255500D01* +X94030609Y-108243142D01* +X94039617Y-108239411D01* +X94040146Y-108240689D01* +X94088881Y-108226941D01* +X94130012Y-108240305D01* +X94130383Y-108239411D01* +X94139390Y-108243142D01* +X94159911Y-108247223D01* +X94201520Y-108255500D01* +X94201521Y-108255500D01* +X94368479Y-108255500D01* +X94368480Y-108255500D01* +X94430609Y-108243142D01* +X94439617Y-108239411D01* +X94440146Y-108240689D01* +X94488881Y-108226941D01* +X94530012Y-108240305D01* +X94530383Y-108239411D01* +X94539390Y-108243142D01* +X94559911Y-108247223D01* +X94601520Y-108255500D01* +X94601521Y-108255500D01* +X94768479Y-108255500D01* +X94768480Y-108255500D01* +X94830609Y-108243142D01* +X94839617Y-108239411D01* +X94840146Y-108240689D01* +X94888881Y-108226941D01* +X94930012Y-108240305D01* +X94930383Y-108239411D01* +X94939390Y-108243142D01* +X94959911Y-108247223D01* +X95001520Y-108255500D01* +X95001521Y-108255500D01* +X95168479Y-108255500D01* +X95168480Y-108255500D01* +X95230609Y-108243142D01* +X95239617Y-108239411D01* +X95240146Y-108240689D01* +X95288881Y-108226941D01* +X95330012Y-108240305D01* +X95330383Y-108239411D01* +X95339390Y-108243142D01* +X95359911Y-108247223D01* +X95401520Y-108255500D01* +X95460500Y-108255500D01* +X95518691Y-108274407D01* +X95554655Y-108323907D01* +X95559500Y-108354500D01* +X95559500Y-108413482D01* +X95571857Y-108475609D01* +X95575588Y-108484614D01* +X95574312Y-108485142D01* +X95588057Y-108533896D01* +X95574696Y-108575016D01* +X95575588Y-108575386D01* +X95571857Y-108584390D01* +X95559500Y-108646517D01* +X95559500Y-108813482D01* +X95571857Y-108875609D01* +X95575588Y-108884614D01* +X95574312Y-108885142D01* +X95588057Y-108933896D01* +X95574696Y-108975016D01* +X95575588Y-108975386D01* +X95571857Y-108984390D01* +X95559500Y-109046517D01* +X95559500Y-109213482D01* +X95571857Y-109275609D01* +X95575588Y-109284614D01* +X95574312Y-109285142D01* +X95588057Y-109333896D01* +X95574696Y-109375016D01* +X95575588Y-109375386D01* +X95571857Y-109384390D01* +X95559500Y-109446517D01* +X95559500Y-109613482D01* +X95571857Y-109675609D01* +X95575588Y-109684614D01* +X95574312Y-109685142D01* +X95588057Y-109733896D01* +X95574696Y-109775016D01* +X95575588Y-109775386D01* +X95571857Y-109784390D01* +X95559500Y-109846517D01* +X95559500Y-110013482D01* +X95571857Y-110075609D01* +X95575588Y-110084614D01* +X95574312Y-110085142D01* +X95588057Y-110133896D01* +X95574696Y-110175016D01* +X95575588Y-110175386D01* +X95571857Y-110184390D01* +X95559500Y-110246517D01* +X95559500Y-110413482D01* +X95571857Y-110475609D01* +X95575588Y-110484614D01* +X95574312Y-110485142D01* +X95588057Y-110533896D01* +X95574696Y-110575016D01* +X95575588Y-110575386D01* +X95571857Y-110584390D01* +X95559500Y-110646517D01* +X95559500Y-110813482D01* +X95571857Y-110875609D01* +X95575588Y-110884614D01* +X95574312Y-110885142D01* +X95588057Y-110933896D01* +X95574696Y-110975016D01* +X95575588Y-110975386D01* +X95571857Y-110984390D01* +X95559500Y-111046517D01* +X95559500Y-111213482D01* +X95571857Y-111275609D01* +X95575588Y-111284614D01* +X95574312Y-111285142D01* +X95588057Y-111333896D01* +X95574696Y-111375016D01* +X95575588Y-111375386D01* +X95571857Y-111384390D01* +X95559500Y-111446517D01* +X95559500Y-111613482D01* +X95571857Y-111675609D01* +X95575588Y-111684614D01* +X95574312Y-111685142D01* +X95588057Y-111733896D01* +X95574696Y-111775016D01* +X95575588Y-111775386D01* +X95571857Y-111784390D01* +X95559500Y-111846517D01* +X95559500Y-112013482D01* +X95571857Y-112075609D01* +X95575588Y-112084614D01* +X95574312Y-112085142D01* +X95588057Y-112133896D01* +X95574696Y-112175016D01* +X95575588Y-112175386D01* +X95571857Y-112184390D01* +X95559500Y-112246517D01* +X95559500Y-112413482D01* +X95571857Y-112475609D01* +X95575588Y-112484614D01* +X95574312Y-112485142D01* +X95588057Y-112533896D01* +X95574696Y-112575016D01* +X95575588Y-112575386D01* +X95571857Y-112584390D01* +X95559500Y-112646517D01* +X95559500Y-112813482D01* +X95571857Y-112875609D01* +X95575588Y-112884614D01* +X95574312Y-112885142D01* +X95588057Y-112933896D01* +X95574696Y-112975016D01* +X95575588Y-112975386D01* +X95571857Y-112984390D01* +X95559500Y-113046517D01* +X95559500Y-113213482D01* +X95571857Y-113275609D01* +X95575588Y-113284614D01* +X95574312Y-113285142D01* +X95588057Y-113333896D01* +X95574696Y-113375016D01* +X95575588Y-113375386D01* +X95571857Y-113384390D01* +X95559500Y-113446517D01* +X95559500Y-113613482D01* +X95571857Y-113675609D01* +X95575588Y-113684614D01* +X95574312Y-113685142D01* +X95588057Y-113733896D01* +X95574696Y-113775016D01* +X95575588Y-113775386D01* +X95571857Y-113784390D01* +X95559500Y-113846517D01* +X95559500Y-114013482D01* +X95571857Y-114075609D01* +X95575588Y-114084614D01* +X95574312Y-114085142D01* +X95588057Y-114133896D01* +X95574696Y-114175016D01* +X95575588Y-114175386D01* +X95571857Y-114184390D01* +X95559500Y-114246517D01* +X95559500Y-114413482D01* +X95571857Y-114475609D01* +X95575588Y-114484614D01* +X95574312Y-114485142D01* +X95588057Y-114533896D01* +X95574696Y-114575016D01* +X95575588Y-114575386D01* +X95571857Y-114584390D01* +X95559500Y-114646517D01* +X95559500Y-114705500D01* +X95540593Y-114763691D01* +X95491093Y-114799655D01* +X95460500Y-114804500D01* +X95401517Y-114804500D01* +X95339390Y-114816857D01* +X95330386Y-114820588D01* +X95329857Y-114819312D01* +X95281104Y-114833057D01* +X95239983Y-114819696D01* +X95239614Y-114820588D01* +X95230609Y-114816857D01* +X95168482Y-114804500D01* +X95168480Y-114804500D01* +X95001520Y-114804500D01* +X95001517Y-114804500D01* +X94939390Y-114816857D01* +X94930386Y-114820588D01* +X94929857Y-114819312D01* +X94881104Y-114833057D01* +X94839983Y-114819696D01* +X94839614Y-114820588D01* +X94830609Y-114816857D01* +X94768482Y-114804500D01* +X94768480Y-114804500D01* +X94601520Y-114804500D01* +X94601517Y-114804500D01* +X94539390Y-114816857D01* +X94530386Y-114820588D01* +X94529857Y-114819312D01* +X94481104Y-114833057D01* +X94439983Y-114819696D01* +X94439614Y-114820588D01* +X94430609Y-114816857D01* +X94368482Y-114804500D01* +X94368480Y-114804500D01* +X94201520Y-114804500D01* +X94201517Y-114804500D01* +X94139390Y-114816857D01* +X94130386Y-114820588D01* +X94129857Y-114819312D01* +X94081104Y-114833057D01* +X94039983Y-114819696D01* +X94039614Y-114820588D01* +X94030609Y-114816857D01* +X93968482Y-114804500D01* +X93968480Y-114804500D01* +X93801520Y-114804500D01* +X93801517Y-114804500D01* +X93739390Y-114816857D01* +X93730386Y-114820588D01* +X93729857Y-114819312D01* +X93681104Y-114833057D01* +X93639983Y-114819696D01* +X93639614Y-114820588D01* +X93630609Y-114816857D01* +X93568482Y-114804500D01* +X93568480Y-114804500D01* +X93401520Y-114804500D01* +X93401517Y-114804500D01* +X93339390Y-114816857D01* +X93330386Y-114820588D01* +X93329857Y-114819312D01* +X93281104Y-114833057D01* +X93239983Y-114819696D01* +X93239614Y-114820588D01* +X93230609Y-114816857D01* +X93168482Y-114804500D01* +X93168480Y-114804500D01* +X93001520Y-114804500D01* +X93001517Y-114804500D01* +X92939390Y-114816857D01* +X92930386Y-114820588D01* +X92929857Y-114819312D01* +X92881104Y-114833057D01* +X92839983Y-114819696D01* +X92839614Y-114820588D01* +X92830609Y-114816857D01* +X92768482Y-114804500D01* +X92768480Y-114804500D01* +X92601520Y-114804500D01* +X92601517Y-114804500D01* +X92539390Y-114816857D01* +X92530386Y-114820588D01* +X92529857Y-114819312D01* +X92481104Y-114833057D01* +X92439983Y-114819696D01* +X92439614Y-114820588D01* +X92430609Y-114816857D01* +X92368482Y-114804500D01* +X92368480Y-114804500D01* +X92201520Y-114804500D01* +X92201517Y-114804500D01* +X92139390Y-114816857D01* +X92068937Y-114863933D01* +X92068933Y-114863937D01* +X92021857Y-114934390D01* +X92009500Y-114996517D01* +X92009500Y-115920412D01* +X92007598Y-115939724D01* +X92004103Y-115957296D01* +X92004103Y-115957299D01* +X92008311Y-115978459D01* +X92008316Y-115978479D01* +X92012670Y-116000368D01* +X92025485Y-116064792D01* +X92025486Y-116064793D01* +X92025487Y-116064796D01* +X92040667Y-116087515D01* +X92054949Y-116108889D01* +X92067650Y-116127897D01* +X92086376Y-116155921D01* +X92097903Y-116163623D01* +X92101266Y-116165870D01* +X92116269Y-116178182D01* +X92261816Y-116323729D01* +X92274125Y-116338729D01* +X92284074Y-116353618D01* +X92284076Y-116353620D01* +X92284079Y-116353624D01* +X92284082Y-116353626D01* +X92300101Y-116364330D01* +X92307079Y-116368992D01* +X92307081Y-116368994D01* +X92356876Y-116402266D01* +X92375208Y-116414515D01* +X92380381Y-116416658D01* +X92412503Y-116438119D01* +X92626004Y-116651620D01* +X92653781Y-116706137D01* +X92655000Y-116721624D01* +X92655000Y-118004998D01* +X92655001Y-118004999D01* +X92663453Y-118004999D01* +X92762965Y-117989239D01* +X92762969Y-117989237D01* +X92889864Y-117924581D01* +X92890795Y-117926409D01* +X92938991Y-117910746D01* +X92997183Y-117929649D01* +X93033151Y-117979146D01* +X93037999Y-118009746D01* +X93037999Y-118090681D01* +X93019092Y-118148872D01* +X92982480Y-118179621D01* +X92877224Y-118231078D01* +X92877222Y-118231079D01* +X92790081Y-118318220D01* +X92735957Y-118428931D01* +X92735956Y-118428933D01* +X92735957Y-118428933D01* +X92726932Y-118490881D01* +X92725500Y-118500708D01* +X92725500Y-119333289D01* +X92725500Y-119333291D01* +X92725501Y-119333294D01* +X92735957Y-119405067D01* +X92735957Y-119405068D01* +X92735958Y-119405070D01* +X92778465Y-119492020D01* +X92787036Y-119552602D01* +X92758360Y-119606652D01* +X92703392Y-119633524D01* +X92689524Y-119634500D01* +X91812476Y-119634500D01* +X91754285Y-119615593D01* +X91718321Y-119566093D01* +X91718321Y-119504907D01* +X91723535Y-119492020D01* +X91751540Y-119434733D01* +X91766043Y-119405067D01* +X91776500Y-119333295D01* +X91776499Y-118500706D01* +X91766043Y-118428933D01* +X91711919Y-118318220D01* +X91624780Y-118231081D01* +X91514067Y-118176957D01* +X91514068Y-118176957D01* +X91496123Y-118174342D01* +X91442295Y-118166500D01* +X91442292Y-118166500D01* +X91371500Y-118166500D01* +X91313309Y-118147593D01* +X91277345Y-118098093D01* +X91272500Y-118067500D01* +X91272500Y-117959543D01* +X91291407Y-117901352D01* +X91301491Y-117889545D01* +X91389826Y-117801211D01* +X91444866Y-117688625D01* +X91455500Y-117615636D01* +X91455500Y-117613453D01* +X91755000Y-117613453D01* +X91770760Y-117712965D01* +X91770762Y-117712969D01* +X91831881Y-117832921D01* +X91927078Y-117928118D01* +X92047030Y-117989237D01* +X92047029Y-117989237D01* +X92146540Y-118004998D01* +X92146551Y-118004999D01* +X92154999Y-118004998D01* +X92154999Y-117580000D01* +X91755002Y-117580000D01* +X91755001Y-117580001D01* +X91755001Y-117613453D01* +X91755000Y-117613453D01* +X91455500Y-117613453D01* +X91455500Y-117079999D01* +X91755000Y-117079999D01* +X91755001Y-117080000D01* +X92154999Y-117080000D01* +X92154999Y-116654999D01* +X92146558Y-116655000D01* +X92146544Y-116655001D01* +X92047035Y-116670760D01* +X92047030Y-116670762D01* +X91927078Y-116731881D01* +X91831881Y-116827078D01* +X91770762Y-116947030D01* +X91755000Y-117046546D01* +X91755000Y-117079999D01* +X91455500Y-117079999D01* +X91455500Y-117044364D01* +X91444866Y-116971375D01* +X91389826Y-116858789D01* +X91321327Y-116790290D01* +X91293552Y-116735776D01* +X91303123Y-116675344D01* +X91321326Y-116650288D01* +X91653733Y-116317881D01* +X91668729Y-116305575D01* +X91683624Y-116295624D01* +X91693059Y-116281504D01* +X91699073Y-116272506D01* +X91733740Y-116220621D01* +X91744515Y-116204495D01* +X91758752Y-116132919D01* +X91760500Y-116124133D01* +X91760500Y-116124132D01* +X91765897Y-116097000D01* +X91765897Y-116096999D01* +X91762402Y-116079427D01* +X91760500Y-116060115D01* +X91760500Y-115528907D01* +X91760500Y-115390367D01* +X91760500Y-114996520D01* +X91751432Y-114950931D01* +X91748142Y-114934390D01* +X91710075Y-114877420D01* +X91701065Y-114863935D01* +X91700744Y-114863720D01* +X91630609Y-114816857D01* +X91568482Y-114804500D01* +X91568480Y-114804500D01* +X91401520Y-114804500D01* +X91401517Y-114804500D01* +X91339390Y-114816857D01* +X91330386Y-114820588D01* +X91329857Y-114819312D01* +X91281104Y-114833057D01* +X91239983Y-114819696D01* +X91239614Y-114820588D01* +X91230609Y-114816857D01* +X91168482Y-114804500D01* +X91168480Y-114804500D01* +X91001520Y-114804500D01* +X91001517Y-114804500D01* +X90939390Y-114816857D01* +X90930386Y-114820588D01* +X90929857Y-114819312D01* +X90881104Y-114833057D01* +X90839983Y-114819696D01* +X90839614Y-114820588D01* +X90830609Y-114816857D01* +X90768482Y-114804500D01* +X90768480Y-114804500D01* +X90601520Y-114804500D01* +X90601517Y-114804500D01* +X90539390Y-114816857D01* +X90530386Y-114820588D01* +X90529857Y-114819312D01* +X90481104Y-114833057D01* +X90439983Y-114819696D01* +X90439614Y-114820588D01* +X90430609Y-114816857D01* +X90368482Y-114804500D01* +X90368480Y-114804500D01* +X90201520Y-114804500D01* +X90201517Y-114804500D01* +X90139390Y-114816857D01* +X90130386Y-114820588D01* +X90129857Y-114819312D01* +X90081104Y-114833057D01* +X90039983Y-114819696D01* +X90039614Y-114820588D01* +X90030609Y-114816857D01* +X89968482Y-114804500D01* +X89968480Y-114804500D01* +X89801520Y-114804500D01* +X89801517Y-114804500D01* +X89739390Y-114816857D01* +X89730386Y-114820588D01* +X89729857Y-114819312D01* +X89681104Y-114833057D01* +X89639983Y-114819696D01* +X89639614Y-114820588D01* +X89630609Y-114816857D01* +X89568482Y-114804500D01* +X89568480Y-114804500D01* +X89401520Y-114804500D01* +X89401517Y-114804500D01* +X89339390Y-114816857D01* +X89330386Y-114820588D01* +X89329857Y-114819312D01* +X89281104Y-114833057D01* +X89239983Y-114819696D01* +X89239614Y-114820588D01* +X89230609Y-114816857D01* +X89168482Y-114804500D01* +X89168480Y-114804500D01* +X89109500Y-114804500D01* +X89051309Y-114785593D01* +X89015345Y-114736093D01* +X89010500Y-114705500D01* +X89010500Y-114646520D01* +X89010499Y-114646517D01* +X89009361Y-114640798D01* +X88999883Y-114593142D01* +X88998142Y-114584390D01* +X88994411Y-114575383D01* +X88995689Y-114574853D01* +X88981941Y-114526119D01* +X88995305Y-114484987D01* +X88994411Y-114484617D01* +X88998142Y-114475609D01* +X89001817Y-114457133D01* +X89010500Y-114413480D01* +X89010500Y-114246520D01* +X89003124Y-114209438D01* +X89010315Y-114148680D01* +X89017908Y-114135123D01* +X89044769Y-114094924D01* +X89044770Y-114094920D01* +X89052711Y-114055000D01* +X88825991Y-114055000D01* +X88821138Y-114054762D01* +X88818482Y-114054500D01* +X88818480Y-114054500D01* +X88818477Y-114054500D01* +X87830884Y-114054500D01* +X87811570Y-114052598D01* +X87794000Y-114049103D01* +X87793999Y-114049103D01* +X87773915Y-114053098D01* +X87754602Y-114055000D01* +X87725876Y-114055000D01* +X87708922Y-114065851D01* +X87703247Y-114067154D01* +X87686507Y-114070484D01* +X87686504Y-114070485D01* +X87652376Y-114093290D01* +X87620962Y-114114278D01* +X87620958Y-114114282D01* +X87618378Y-114116006D01* +X87618376Y-114116007D01* +X87612546Y-114119903D01* +X87595377Y-114131375D01* +X87595372Y-114131380D01* +X87585423Y-114146269D01* +X87573115Y-114161267D01* +X87190267Y-114544115D01* +X87175269Y-114556423D01* +X87160380Y-114566372D01* +X87160376Y-114566376D01* +X87157631Y-114570485D01* +X87157618Y-114570504D01* +X87109567Y-114608382D01* +X87075304Y-114614500D01* +X87029364Y-114614500D01* +X86985570Y-114620880D01* +X86956373Y-114625134D01* +X86843790Y-114680173D01* +X86755173Y-114768790D01* +X86700134Y-114881373D01* +X86699058Y-114888761D01* +X86689500Y-114954364D01* +X86689500Y-115525636D01* +X86690992Y-115535876D01* +X86700134Y-115598626D01* +X86746271Y-115693000D01* +X86755174Y-115711211D01* +X86843789Y-115799826D01* +X86843790Y-115799826D01* +X86843794Y-115799830D01* +X86846980Y-115802105D01* +X86849562Y-115805598D01* +X86849590Y-115805626D01* +X86849585Y-115805630D01* +X86883351Y-115851307D01* +X86883854Y-115912491D01* +X86848299Y-115962285D01* +X86832938Y-115971612D01* +X86831791Y-115972172D01* +X86743173Y-116060790D01* +X86688134Y-116173373D01* +X86686969Y-116181373D01* +X86677500Y-116246364D01* +X86677500Y-116817636D01* +X86685028Y-116869309D01* +X86688134Y-116890626D01* +X86727609Y-116971373D01* +X86743174Y-117003211D01* +X86831789Y-117091826D01* +X86944375Y-117146866D01* +X87017364Y-117157500D01* +X87017367Y-117157500D01* +X87185626Y-117157500D01* +X87243817Y-117176407D01* +X87279781Y-117225907D01* +X87279781Y-117287093D01* +X87267935Y-117311511D01* +X87265420Y-117315274D01* +X87253115Y-117330267D01* +X86467267Y-118116115D01* +X86452269Y-118128423D01* +X86437379Y-118138373D01* +X86437378Y-118138373D01* +X86381903Y-118221396D01* +X86369593Y-118236395D01* +X86368510Y-118237477D01* +X86370626Y-118258960D01* +X86355103Y-118336999D01* +X86358598Y-118354569D01* +X86360500Y-118373883D01* +X86360500Y-118379500D01* +X86341593Y-118437691D01* +X86292093Y-118473655D01* +X86261500Y-118478500D01* +X86246172Y-118478500D01* +X86202279Y-118487232D01* +X86202275Y-118487234D01* +X86152498Y-118520494D01* +X86152494Y-118520498D01* +X86119234Y-118570275D01* +X86119232Y-118570279D01* +X86110500Y-118614172D01* +X86110500Y-119493827D01* +X86119232Y-119537720D01* +X86119234Y-119537724D01* +X86146427Y-119578421D01* +X86152496Y-119587504D01* +X86195732Y-119616393D01* +X86197793Y-119617770D01* +X86235673Y-119665820D01* +X86238075Y-119726959D01* +X86204082Y-119777832D01* +X86187751Y-119787404D01* +X86116810Y-119834806D01* +X86116806Y-119834810D01* +X86072603Y-119900963D01* +X86061000Y-119959299D01* +X86061000Y-120153999D01* +X86061001Y-120154000D01* +X86787000Y-120154000D01* +X86845191Y-120172907D01* +X86881155Y-120222407D01* +X86886000Y-120253000D01* +X86886000Y-121028999D01* +X86886001Y-121029000D01* +X87030697Y-121029000D01* +X87030700Y-121028999D01* +X87089036Y-121017396D01* +X87150586Y-120976269D01* +X87209474Y-120959660D01* +X87243474Y-120967120D01* +X87252274Y-120970764D01* +X87252278Y-120970767D01* +X87264454Y-120973189D01* +X87296172Y-120979499D01* +X87296178Y-120979499D01* +X87296180Y-120979500D01* +X87296181Y-120979500D01* +X88075819Y-120979500D01* +X88075820Y-120979500D01* +X88075821Y-120979499D01* +X88075827Y-120979499D01* +X88097623Y-120975162D01* +X88119722Y-120970767D01* +X88169504Y-120937504D01* +X88202767Y-120887722D01* +X88203011Y-120886499D01* +X88211499Y-120843827D01* +X88211500Y-120843818D01* +X88211500Y-120778500D01* +X88230407Y-120720309D01* +X88279907Y-120684345D01* +X88310500Y-120679500D01* +X88341116Y-120679500D01* +X88360429Y-120681401D01* +X88378000Y-120684897D01* +X88405132Y-120679500D01* +X88405133Y-120679500D01* +X88485495Y-120663515D01* +X88533224Y-120631623D01* +X88536260Y-120629595D01* +X88548011Y-120621743D01* +X88553622Y-120617994D01* +X88553622Y-120617993D01* +X88564343Y-120610830D01* +X88564344Y-120610828D01* +X88576624Y-120602624D01* +X88586574Y-120587730D01* +X88598881Y-120572733D01* +X89251179Y-119920435D01* +X89305697Y-119892658D01* +X89366129Y-119902229D01* +X89381259Y-119913221D01* +X89381269Y-119913207D01* +X89389375Y-119918623D01* +X89389376Y-119918624D01* +X89404266Y-119928573D01* +X89419269Y-119940885D01* +X90086113Y-120607729D01* +X90098422Y-120622729D01* +X90108371Y-120637618D01* +X90108373Y-120637620D01* +X90108376Y-120637624D01* +X90108379Y-120637626D01* +X90108380Y-120637627D01* +X90127329Y-120650288D01* +X90127334Y-120650292D01* +X90199505Y-120698516D01* +X90203402Y-120699291D01* +X90307000Y-120719897D01* +X90324571Y-120716401D01* +X90343884Y-120714500D01* +X92356364Y-120714500D01* +X92414555Y-120733407D01* +X92446417Y-120772373D01* +X92479046Y-120843820D01* +X92490118Y-120868063D01* +X92560367Y-120949136D01* +X92574952Y-120965968D01* +X92603347Y-120984216D01* +X92642078Y-121031581D01* +X92645572Y-121092667D01* +X92612493Y-121144140D01* +X92555476Y-121166339D01* +X92549824Y-121166500D01* +X91541960Y-121166500D01* +X91483769Y-121147593D01* +X91481693Y-121146042D01* +X91403629Y-121086142D01* +X91403628Y-121086141D01* +X91403625Y-121086139D01* +X91403622Y-121086138D01* +X91403621Y-121086137D01* +X91269709Y-121030670D01* +X91269708Y-121030669D01* +X91126000Y-121011750D01* +X90982291Y-121030669D01* +X90982290Y-121030670D01* +X90848378Y-121086137D01* +X90848374Y-121086139D01* +X90733381Y-121174377D01* +X90733377Y-121174381D01* +X90645139Y-121289374D01* +X90645137Y-121289378D01* +X90589670Y-121423290D01* +X90589669Y-121423291D01* +X90570750Y-121566999D01* +X90570750Y-121567000D01* +X90589669Y-121710708D01* +X90589670Y-121710709D01* +X90633534Y-121816609D01* +X90645139Y-121844625D01* +X90733379Y-121959621D01* +X90848375Y-122047861D01* +X90982291Y-122103330D01* +X91125999Y-122122250D01* +X91125999Y-122122249D01* +X91126000Y-122122250D01* +X91269709Y-122103330D01* +X91403625Y-122047861D01* +X91460627Y-122004122D01* +X91481693Y-121987958D01* +X91539369Y-121967534D01* +X91541960Y-121967500D01* +X93973432Y-121967500D01* +X93973433Y-121967500D01* +X93996382Y-121960043D01* +X94011465Y-121956421D01* +X94035304Y-121952646D01* +X94056802Y-121941690D01* +X94071151Y-121935748D01* +X94094090Y-121928296D01* +X94113612Y-121914111D01* +X94126849Y-121906000D01* +X94148342Y-121895050D01* +X94165261Y-121878129D01* +X94165265Y-121878127D01* +X94170907Y-121872484D01* +X94170909Y-121872484D01* +X95127896Y-120915496D01* +X95182414Y-120887719D01* +X95197901Y-120886500D01* +X96860432Y-120886500D01* +X96860433Y-120886500D01* +X96883382Y-120879043D01* +X96898465Y-120875421D01* +X96922304Y-120871646D01* +X96943802Y-120860690D01* +X96958151Y-120854748D01* +X96981090Y-120847296D01* +X97000612Y-120833111D01* +X97013849Y-120825000D01* +X97035342Y-120814050D01* +X97052260Y-120797130D01* +X97052272Y-120797121D01* +X97355619Y-120493774D01* +X97664900Y-120184491D01* +X97719417Y-120156714D01* +X97779849Y-120166285D01* +X97823114Y-120209550D01* +X97832895Y-120240398D01* +X97833301Y-120243222D01* +X97833301Y-120243224D01* +X97887118Y-120361063D01* +X97928320Y-120408614D01* +X97952137Y-120464973D01* +X97952500Y-120473444D01* +X97952500Y-122389084D01* +X97933593Y-122447275D01* +X97928320Y-122453914D01* +X97845118Y-122549936D01* +X97791302Y-122667774D01* +X97772867Y-122795997D01* +X97772867Y-122796002D01* +X97791302Y-122924225D01* +X97838178Y-123026867D01* +X97845118Y-123042063D01* +X97921315Y-123130000D01* +X97929952Y-123139968D01* +X98022261Y-123199291D01* +X98038931Y-123210004D01* +X98163228Y-123246500D01* +X98163230Y-123246500D01* +X98292770Y-123246500D01* +X98292772Y-123246500D01* +X98417069Y-123210004D01* +X98526049Y-123139967D01* +X98610882Y-123042063D01* +X98664697Y-122924226D01* +X98681147Y-122809813D01* +X98683133Y-122796002D01* +X98683133Y-122795997D01* +X98664482Y-122666279D01* +X98674915Y-122605990D01* +X98718793Y-122563348D01* +X98779355Y-122554640D01* +X98791980Y-122558542D01* +X98792137Y-122558009D01* +X98798930Y-122560003D01* +X98798931Y-122560004D01* +X98923228Y-122596500D01* +X98923230Y-122596500D01* +X99052770Y-122596500D01* +X99052772Y-122596500D01* +X99177069Y-122560004D01* +X99286049Y-122489967D01* +X99370882Y-122392063D01* +X99424697Y-122274226D01* +X99434667Y-122204880D01* +X99443133Y-122146002D01* +X99443133Y-122145997D01* +X99424697Y-122017774D01* +X99405361Y-121975435D01* +X99370882Y-121899937D01* +X99287678Y-121803913D01* +X99263862Y-121747555D01* +X99263499Y-121739107D01* +X99263500Y-120660976D01* +X99282407Y-120602785D01* +X99331907Y-120566821D01* +X99334609Y-120565986D01* +X99344043Y-120563216D01* +X99406069Y-120545004D01* +X99515049Y-120474967D01* +X99599882Y-120377063D01* +X99653697Y-120259226D01* +X99662284Y-120199500D01* +X99672133Y-120131002D01* +X99672133Y-120130997D01* +X99653697Y-120002774D01* +X99644242Y-119982071D01* +X99599882Y-119884937D01* +X99593291Y-119877330D01* +X99569474Y-119820971D01* +X99583333Y-119761376D01* +X99629574Y-119721308D01* +X99668111Y-119713500D01* +X100075432Y-119713500D01* +X100075433Y-119713500D01* +X100098382Y-119706043D01* +X100113465Y-119702421D01* +X100137304Y-119698646D01* +X100158802Y-119687690D01* +X100173151Y-119681748D01* +X100196090Y-119674296D01* +X100215612Y-119660111D01* +X100228849Y-119652000D01* +X100250342Y-119641050D01* +X100267261Y-119624129D01* +X100267267Y-119624125D01* +X100272906Y-119618485D01* +X100272909Y-119618484D01* +X101316276Y-118575115D01* +X101358389Y-118550130D01* +X101386069Y-118542004D01* +X101495049Y-118471967D01* +X101579882Y-118374063D01* +X101633697Y-118256226D01* +X101645663Y-118173000D01* +X101652133Y-118128002D01* +X101652133Y-118127997D01* +X101633697Y-117999774D01* +X101624276Y-117979146D01* +X101579882Y-117881937D01* +X101495049Y-117784033D01* +X101495048Y-117784032D01* +X101495047Y-117784031D01* +X101386073Y-117713998D01* +X101386070Y-117713996D01* +X101386069Y-117713996D01* +X101386066Y-117713995D01* +X101261774Y-117677500D01* +X101261772Y-117677500D01* +X101132228Y-117677500D01* +X101132225Y-117677500D01* +X101007933Y-117713995D01* +X101007926Y-117713998D01* +X100898952Y-117784031D01* +X100814117Y-117881937D01* +X100768958Y-117980820D01* +X100748909Y-118009695D01* +X99875103Y-118883503D01* +X99820586Y-118911281D01* +X99805099Y-118912500D01* +X98033433Y-118912500D01* +X97906567Y-118912500D01* +X97906565Y-118912500D01* +X97906559Y-118912501D01* +X97883619Y-118919954D01* +X97868524Y-118923578D01* +X97844701Y-118927352D01* +X97844695Y-118927354D01* +X97823201Y-118938305D01* +X97808857Y-118944246D01* +X97785911Y-118951702D01* +X97785908Y-118951704D01* +X97766390Y-118965884D01* +X97753152Y-118973997D01* +X97731657Y-118984950D01* +X97709093Y-119007514D01* +X97709090Y-119007515D01* +X97709091Y-119007516D01* +X96660103Y-120056504D01* +X96605586Y-120084281D01* +X96590099Y-120085500D01* +X95197901Y-120085500D01* +X95139710Y-120066593D01* +X95127897Y-120056504D01* +X95084496Y-120013103D01* +X95056719Y-119958586D01* +X95055500Y-119943099D01* +X95055500Y-119578421D01* +X95074407Y-119520230D01* +X95096980Y-119497845D01* +X95101200Y-119494830D01* +X95101211Y-119494826D01* +X95189826Y-119406211D01* +X95244866Y-119293625D01* +X95255500Y-119220636D01* +X95255500Y-119218453D01* +X95555000Y-119218453D01* +X95570760Y-119317965D01* +X95570762Y-119317969D01* +X95631881Y-119437921D01* +X95727078Y-119533118D01* +X95847030Y-119594237D01* +X95847029Y-119594237D01* +X95946540Y-119609998D01* +X95946551Y-119609999D01* +X95955000Y-119609998D01* +X95955000Y-119185000D01* +X96455000Y-119185000D01* +X96455000Y-119609997D01* +X96455001Y-119609999D01* +X96463453Y-119609999D01* +X96562965Y-119594239D01* +X96562969Y-119594237D01* +X96682921Y-119533118D01* +X96778118Y-119437921D01* +X96839237Y-119317969D01* +X96855000Y-119218453D01* +X96855000Y-119185001D01* +X96854999Y-119185000D01* +X96455000Y-119185000D01* +X95955000Y-119185000D01* +X95555002Y-119185000D01* +X95555001Y-119185001D01* +X95555001Y-119218453D01* +X95555000Y-119218453D01* +X95255500Y-119218453D01* +X95255500Y-118684998D01* +X95555000Y-118684998D01* +X95555001Y-118685000D01* +X95954999Y-118685000D01* +X95955000Y-118684999D01* +X96455000Y-118684999D01* +X96455001Y-118685000D01* +X96854998Y-118685000D01* +X96854999Y-118684999D01* +X96854999Y-118651546D01* +X96839239Y-118552034D01* +X96839237Y-118552030D01* +X96778118Y-118432078D01* +X96702250Y-118356210D01* +X96674473Y-118301693D01* +X96684044Y-118241261D01* +X96727309Y-118197996D01* +X96727312Y-118197995D01* +X96734922Y-118194117D01* +X96830118Y-118098921D01* +X96891237Y-117978969D01* +X96907000Y-117879453D01* +X96907000Y-117846000D01* +X96507001Y-117846000D01* +X96507000Y-117846001D01* +X96507000Y-118217993D01* +X96488093Y-118276184D01* +X96478004Y-118287997D01* +X96455000Y-118311001D01* +X96455000Y-118684999D01* +X95955000Y-118684999D01* +X95955000Y-118684998D01* +X95955000Y-118313007D01* +X95973907Y-118254816D01* +X95983996Y-118243003D01* +X96007000Y-118219999D01* +X96007000Y-117846001D01* +X96006999Y-117846000D01* +X95607002Y-117846000D01* +X95607001Y-117846001D01* +X95607001Y-117879453D01* +X95607000Y-117879453D01* +X95622760Y-117978965D01* +X95622762Y-117978969D01* +X95683881Y-118098921D01* +X95759749Y-118174789D01* +X95787526Y-118229306D01* +X95777955Y-118289738D01* +X95734694Y-118333001D01* +X95727078Y-118336881D01* +X95631881Y-118432078D01* +X95570762Y-118552030D01* +X95555000Y-118651546D01* +X95555000Y-118684998D01* +X95255500Y-118684998D01* +X95255500Y-118649364D01* +X95244866Y-118576375D01* +X95189826Y-118463789D01* +X95101211Y-118375174D01* +X95101209Y-118375173D01* +X95101205Y-118375169D01* +X95096966Y-118372142D01* +X95060599Y-118322937D01* +X95055500Y-118291576D01* +X95055500Y-118265392D01* +X95074407Y-118207201D01* +X95111019Y-118176452D01* +X95153211Y-118155826D01* +X95241826Y-118067211D01* +X95296866Y-117954625D01* +X95307500Y-117881636D01* +X95307500Y-117345999D01* +X95607000Y-117345999D01* +X95607001Y-117346000D01* +X96006999Y-117346000D01* +X96006999Y-117345999D01* +X96007000Y-116921000D01* +X96506999Y-116921000D01* +X96506999Y-117345998D01* +X96507001Y-117346000D01* +X96906998Y-117346000D01* +X96906999Y-117345999D01* +X96906999Y-117312546D01* +X96891239Y-117213034D01* +X96891237Y-117213030D01* +X96830118Y-117093078D01* +X96734921Y-116997881D01* +X96614969Y-116936762D01* +X96614970Y-116936762D01* +X96515454Y-116921000D01* +X96506999Y-116921000D01* +X96007000Y-116921000D01* +X96007000Y-116920999D01* +X95998558Y-116921000D01* +X95998544Y-116921001D01* +X95899035Y-116936760D01* +X95899030Y-116936762D01* +X95779078Y-116997881D01* +X95683881Y-117093078D01* +X95622762Y-117213030D01* +X95607000Y-117312546D01* +X95607000Y-117345999D01* +X95307500Y-117345999D01* +X95307500Y-117310364D01* +X95296866Y-117237375D01* +X95241826Y-117124789D01* +X95153211Y-117036174D01* +X95074881Y-116997881D01* +X95040625Y-116981134D01* +X95040626Y-116981134D01* +X95009724Y-116976632D01* +X94967636Y-116970500D01* +X94967633Y-116970500D01* +X94502385Y-116970500D01* +X94447384Y-116953816D01* +X94440925Y-116949500D01* +X94434539Y-116945232D01* +X94419539Y-116932923D01* +X93677269Y-116190653D01* +X93649492Y-116136136D01* +X93659063Y-116075704D01* +X93702328Y-116032439D01* +X93762760Y-116022868D01* +X93766588Y-116023552D01* +X93800197Y-116030236D01* X93801520Y-116030500D01* X93801521Y-116030500D01* X93968479Y-116030500D01* @@ -24666,7 +8961,7 @@ X94088874Y-116001941D01* X94130012Y-116015304D01* X94130383Y-116014411D01* X94139390Y-116018142D01* -X94159911Y-116022223D01* +X94159119Y-116022066D01* X94201520Y-116030500D01* X94201521Y-116030500D01* X94368479Y-116030500D01* @@ -24676,852 +8971,15180 @@ X94439617Y-116014411D01* X94440146Y-116015689D01* X94488874Y-116001941D01* X94530012Y-116015304D01* +X94530383Y-116014411D01* +X94539390Y-116018142D01* +X94559119Y-116022066D01* +X94601520Y-116030500D01* +X94601521Y-116030500D01* +X94720966Y-116030500D01* +X94779157Y-116049407D01* +X94815121Y-116098907D01* +X94818064Y-116110185D01* +X94825485Y-116147496D01* +X94831114Y-116155919D01* +X94836261Y-116163622D01* +X94869001Y-116212622D01* +X94886376Y-116238624D01* +X94901266Y-116248573D01* +X94916269Y-116260885D01* +X95057115Y-116401731D01* +X95069426Y-116416733D01* +X95075365Y-116425622D01* +X95079376Y-116431624D01* +X95079379Y-116431626D01* +X95089096Y-116438119D01* +X95102376Y-116446992D01* +X95102378Y-116446994D01* +X95170505Y-116492515D01* +X95278000Y-116513897D01* +X95295570Y-116510401D01* +X95314884Y-116508500D01* +X95739745Y-116508500D01* +X95797936Y-116527407D01* +X95814564Y-116542669D01* +X95844282Y-116576965D01* +X95844284Y-116576967D01* +X95897061Y-116610885D01* +X95953264Y-116647004D01* +X96077561Y-116683500D01* +X96077563Y-116683500D01* +X96207103Y-116683500D01* +X96207105Y-116683500D01* +X96331402Y-116647004D01* +X96440382Y-116576967D01* +X96525215Y-116479063D01* +X96579030Y-116361226D01* +X96585261Y-116317886D01* +X96588542Y-116295070D01* +X96615537Y-116240162D01* +X96669651Y-116211608D01* +X96730214Y-116220315D01* +X96756538Y-116239154D01* +X97966615Y-117449231D01* +X97978926Y-117464233D01* +X97988391Y-117478399D01* +X97988876Y-117479124D01* +X98007834Y-117491791D01* +X98007836Y-117491793D01* +X98011877Y-117494493D01* +X98011878Y-117494494D01* +X98026053Y-117503965D01* +X98080005Y-117540015D01* +X98160367Y-117556000D01* +X98160368Y-117556000D01* +X98187500Y-117561397D01* +X98205070Y-117557901D01* +X98224384Y-117556000D01* +X99165412Y-117556000D01* +X99223603Y-117574907D01* +X99240231Y-117590169D01* +X99269949Y-117624465D01* +X99269951Y-117624467D01* +X99369784Y-117688626D01* +X99378931Y-117694504D01* +X99503228Y-117731000D01* +X99503230Y-117731000D01* +X99632770Y-117731000D01* +X99632772Y-117731000D01* +X99757069Y-117694504D01* +X99866049Y-117624467D01* +X99950882Y-117526563D01* +X100004697Y-117408726D01* +X100015978Y-117330267D01* +X100023133Y-117280502D01* +X100023133Y-117280497D01* +X100004697Y-117152274D01* +X99978041Y-117093907D01* +X99950882Y-117034437D01* +X99942992Y-117025331D01* +X99919174Y-116968972D01* +X99933033Y-116909376D01* +X99979273Y-116869309D01* +X100017811Y-116861500D01* +X101295876Y-116861500D01* +X101354067Y-116880407D01* +X101365880Y-116890496D01* +X103020504Y-118545120D01* +X103048281Y-118599637D01* +X103049500Y-118615124D01* +X103049500Y-119157360D01* +X103049501Y-119157363D01* +X103052414Y-119182490D01* +X103066381Y-119214122D01* +X103084718Y-119255651D01* +X103086865Y-119260512D01* +X103093073Y-119321381D01* +X103062317Y-119374275D01* +X103006345Y-119398989D01* +X102996300Y-119399500D01* +X102946619Y-119399500D01* +X102926304Y-119397393D01* +X102914686Y-119394957D01* +X102914685Y-119394957D01* +X102881287Y-119399120D01* +X102875163Y-119399500D01* +X102870960Y-119399500D01* +X102862664Y-119400884D01* +X102849458Y-119403087D01* +X102798606Y-119409426D01* +X102791581Y-119411517D01* +X102784616Y-119413908D01* +X102739555Y-119438295D01* +X102693517Y-119460801D01* +X102687542Y-119465066D01* +X102681744Y-119469579D01* +X102647042Y-119507275D01* +X102185117Y-119969198D01* +X102169265Y-119982071D01* +X102159335Y-119988559D01* +X102159332Y-119988561D01* +X102138664Y-120015114D01* +X102134605Y-120019712D01* +X102131619Y-120022698D01* +X102118955Y-120040437D01* +X102087483Y-120080874D01* +X102083981Y-120087343D01* +X102080758Y-120093936D01* +X102066138Y-120143045D01* +X102049499Y-120191512D01* +X102048293Y-120198743D01* +X102047383Y-120206047D01* +X102049500Y-120257231D01* +X102049500Y-122403381D01* +X102047393Y-122423696D01* +X102045298Y-122433691D01* +X102044957Y-122435315D01* +X102046616Y-122448624D01* +X102049120Y-122468709D01* +X102049500Y-122474837D01* +X102049500Y-122479040D01* +X102051117Y-122488731D01* +X102053087Y-122500541D01* +X102059425Y-122551388D01* +X102061527Y-122558448D01* +X102063907Y-122565380D01* +X102088295Y-122610444D01* +X102110801Y-122656482D01* +X102115078Y-122662472D01* +X102119579Y-122668255D01* +X102119581Y-122668257D01* +X102119582Y-122668258D01* +X102126833Y-122674933D01* +X102157275Y-122702958D01* +X102670504Y-123216185D01* +X102698281Y-123270702D01* +X102699500Y-123286189D01* +X102699500Y-123938045D01* +X102680593Y-123996236D01* +X102670504Y-124008049D01* +X102538232Y-124140321D01* +X102483715Y-124168098D01* +X102423283Y-124158527D01* +X102380327Y-124115863D01* +X102372102Y-124099989D01* +X102366188Y-124088575D01* +X102336645Y-124056942D01* +X102265806Y-123981092D01* +X102202192Y-123942407D01* +X102162297Y-123896016D01* +X102157289Y-123835036D01* +X102183628Y-123787816D01* +X102380971Y-123590472D01* +X102380972Y-123590472D01* +X102212417Y-123515428D01* +X102212411Y-123515426D01* +X102022218Y-123475000D01* +X101827782Y-123475000D01* +X101637588Y-123515426D01* +X101637578Y-123515429D01* +X101469026Y-123590472D01* +X101469026Y-123590473D01* +X101662710Y-123784157D01* +X101690487Y-123838673D01* +X101680916Y-123899105D01* +X101649007Y-123933509D01* +X101649662Y-123934314D01* +X101530325Y-124031401D01* +X101462594Y-124127353D01* +X101413590Y-124163989D01* +X101352410Y-124164824D01* +X101311711Y-124140265D01* +X101118443Y-123946997D01* +X101075317Y-124021695D01* +X101015230Y-124206620D01* +X100994905Y-124400000D01* +X101015230Y-124593379D01* +X101075318Y-124778308D01* +X101075320Y-124778313D01* +X101118442Y-124853002D01* +X101118443Y-124853002D01* +X101311767Y-124659678D01* +X101366284Y-124631900D01* +X101426716Y-124641471D01* +X101469670Y-124684133D01* +X101471145Y-124686978D01* +X101483812Y-124711425D01* +X101584195Y-124818908D01* +X101647805Y-124857591D01* +X101687700Y-124903981D01* +X101692709Y-124964961D01* +X101666370Y-125012181D01* +X101469026Y-125209525D01* +X101637582Y-125284571D01* +X101637588Y-125284573D01* +X101827782Y-125325000D01* +X102022218Y-125325000D01* +X102212411Y-125284573D01* +X102212416Y-125284571D01* +X102380970Y-125209525D01* +X102187288Y-125015843D01* +X102159511Y-124961326D01* +X102169082Y-124900894D01* +X102200995Y-124866494D01* +X102200338Y-124865686D01* +X102319673Y-124768599D01* +X102387404Y-124672647D01* +X102436408Y-124636010D01* +X102497588Y-124635174D01* +X102538287Y-124659734D01* +X102670503Y-124791949D01* +X102698281Y-124846466D01* +X102699500Y-124861953D01* +X102699499Y-125414818D01* +X102699500Y-125414827D01* +X102708232Y-125458720D01* +X102708234Y-125458724D01* +X102721138Y-125478036D01* +X102741496Y-125508504D01* +X102791278Y-125541767D01* +X102802327Y-125543964D01* +X102835172Y-125550499D01* +X102835178Y-125550499D01* +X102835180Y-125550500D01* +X102835181Y-125550500D01* +X103264819Y-125550500D01* +X103264820Y-125550500D01* +X103264821Y-125550499D01* +X103264827Y-125550499D01* +X103286623Y-125546162D01* +X103308722Y-125541767D01* +X103319996Y-125534233D01* +X103378883Y-125517623D01* +X103430004Y-125534234D01* +X103441274Y-125541765D01* +X103441276Y-125541766D01* +X103441278Y-125541767D01* +X103452327Y-125543964D01* +X103485172Y-125550499D01* +X103485178Y-125550499D01* +X103485180Y-125550500D01* +X103485181Y-125550500D01* +X103914819Y-125550500D01* +X103914820Y-125550500D01* +X103914821Y-125550499D01* +X103914827Y-125550499D01* +X103936623Y-125546162D01* +X103958722Y-125541767D01* +X103969995Y-125534235D01* +X103969998Y-125534233D01* +X104028887Y-125517624D01* +X104080002Y-125534233D01* +X104080005Y-125534235D01* +X104091278Y-125541767D01* +X104102327Y-125543964D01* +X104135172Y-125550499D01* +X104135178Y-125550499D01* +X104135180Y-125550500D01* +X104135181Y-125550500D01* +X104564819Y-125550500D01* +X104564820Y-125550500D01* +X104564821Y-125550499D01* +X104564827Y-125550499D01* +X104586623Y-125546162D01* +X104608722Y-125541767D01* +X104619995Y-125534234D01* +X104678880Y-125517623D01* +X104730000Y-125534231D01* +X104741278Y-125541767D01* +X104752327Y-125543964D01* +X104785172Y-125550499D01* +X104785178Y-125550499D01* +X104785180Y-125550500D01* +X104785181Y-125550500D01* +X105214819Y-125550500D01* +X105214820Y-125550500D01* +X105251988Y-125543106D01* +X105312748Y-125550295D01* +X105326306Y-125557888D01* +X105371963Y-125588396D01* +X105430299Y-125599999D01* +X105430303Y-125600000D01* +X105449999Y-125600000D01* +X105450000Y-125599999D01* +X105450000Y-125599998D01* +X105850000Y-125599998D01* +X105850001Y-125600000D01* +X105869697Y-125600000D01* +X105869700Y-125599999D01* +X105928036Y-125588396D01* +X105994189Y-125544193D01* +X105994193Y-125544189D01* +X106038396Y-125478036D01* +X106049999Y-125419700D01* +X106050000Y-125419697D01* +X106050000Y-125210917D01* +X106068907Y-125152726D01* +X106118407Y-125116762D01* +X106179593Y-125116762D01* +X106207191Y-125130825D01* +X106309948Y-125205483D01* +X106309962Y-125205491D01* +X106487578Y-125284570D01* +X106487588Y-125284573D01* +X106677782Y-125325000D01* +X106872218Y-125325000D01* +X107062411Y-125284573D01* +X107062416Y-125284571D01* +X107230970Y-125209525D01* +X107037288Y-125015843D01* +X107009511Y-124961326D01* +X107019082Y-124900894D01* +X107046871Y-124870939D01* +X115185630Y-124870939D01* +X115216259Y-125070863D01* +X115216444Y-125072071D01* +X115287114Y-125262887D01* +X115287115Y-125262888D01* +X115394745Y-125435567D01* +X115394747Y-125435569D01* +X115394748Y-125435571D01* +X115434803Y-125477708D01* +X115534237Y-125582313D01* +X115534941Y-125583053D01* +X115534943Y-125583054D01* +X115534946Y-125583057D01* +X115691948Y-125692333D01* +X115701951Y-125699295D01* +X115888940Y-125779539D01* +X115888942Y-125779540D01* +X116088259Y-125820500D01* +X116088262Y-125820500D01* +X116490744Y-125820500D01* +X116516381Y-125817892D01* +X116642438Y-125805074D01* +X116836588Y-125744159D01* +X117014502Y-125645409D01* +X117168895Y-125512866D01* +X117293448Y-125351958D01* +X117383060Y-125169271D01* +X117383061Y-125169263D01* +X117384803Y-125164565D01* +X117385947Y-125164988D01* +X117415839Y-125118093D01* +X117472773Y-125095683D01* +X117478792Y-125095500D01* +X117967116Y-125095500D01* +X117986429Y-125097401D01* +X118004000Y-125100897D01* +X118031132Y-125095500D01* +X118031133Y-125095500D01* +X118111495Y-125079515D01* +X118155044Y-125050416D01* +X118177973Y-125035096D01* +X118190342Y-125026832D01* +X118190348Y-125026826D01* +X118202624Y-125018624D01* +X118212574Y-125003730D01* +X118224881Y-124988733D01* +X119938733Y-123274881D01* +X119953729Y-123262575D01* +X119968624Y-123252624D01* +X119973598Y-123245181D01* +X119988397Y-123223033D01* +X120008795Y-123192506D01* +X120029512Y-123161499D01* +X120029511Y-123161499D01* +X120029515Y-123161495D01* +X120045500Y-123081133D01* +X120045500Y-123081132D01* +X120050897Y-123054000D01* +X120047402Y-123036427D01* +X120045500Y-123017115D01* +X120045500Y-111202935D01* +X120054447Y-111161808D01* +X120057328Y-111155500D01* +X120070697Y-111126226D01* +X120081171Y-111053376D01* +X120089133Y-110998002D01* +X120089133Y-110997997D01* +X120070697Y-110869774D01* +X120056882Y-110839523D01* +X120016882Y-110751937D01* +X119932049Y-110654033D01* +X119932048Y-110654032D01* +X119932047Y-110654031D01* +X119823073Y-110583998D01* +X119823070Y-110583996D01* +X119823069Y-110583996D01* +X119806810Y-110579222D01* +X119698774Y-110547500D01* +X119698772Y-110547500D01* +X119569228Y-110547500D01* +X119569225Y-110547500D01* +X119444933Y-110583995D01* +X119444926Y-110583998D01* +X119335952Y-110654031D01* +X119251117Y-110751938D01* +X119197302Y-110869774D01* +X119178867Y-110997997D01* +X119178867Y-110998002D01* +X119197302Y-111126225D01* +X119247250Y-111235593D01* +X119251118Y-111244063D01* +X119335951Y-111341967D01* +X119444931Y-111412004D01* +X119444936Y-111412005D01* +X119449023Y-111414632D01* +X119487754Y-111461998D01* +X119494500Y-111497917D01* +X119494500Y-122898876D01* +X119475593Y-122957067D01* +X119465504Y-122968880D01* +X117918880Y-124515504D01* +X117864363Y-124543281D01* +X117848876Y-124544500D01* +X117473785Y-124544500D01* +X117415594Y-124525593D01* +X117380948Y-124479884D01* +X117342886Y-124377113D01* +X117235252Y-124204429D01* +X117095059Y-124056947D01* +X117095057Y-124056945D01* +X117095053Y-124056942D01* +X116928054Y-123940708D01* +X116928051Y-123940706D01* +X116928049Y-123940705D01* +X116741058Y-123860460D01* +X116741060Y-123860460D01* +X116635039Y-123838673D01* +X116541741Y-123819500D01* +X116139258Y-123819500D01* +X116139256Y-123819500D01* +X115987561Y-123834926D01* +X115793410Y-123895841D01* +X115793409Y-123895842D01* +X115615501Y-123994588D01* +X115615498Y-123994590D01* +X115461109Y-124127129D01* +X115461105Y-124127133D01* +X115461105Y-124127134D01* +X115450941Y-124140265D01* +X115336549Y-124288045D01* +X115263557Y-124436853D01* +X115246940Y-124470729D01* +X115204146Y-124636009D01* +X115195936Y-124667719D01* +X115185631Y-124870936D01* +X115185630Y-124870939D01* +X107046871Y-124870939D01* +X107050995Y-124866494D01* +X107050338Y-124865686D01* +X107169673Y-124768599D01* +X107237405Y-124672644D01* +X107286408Y-124636009D01* +X107347587Y-124635173D01* +X107388288Y-124659733D01* +X107581556Y-124853001D01* +X107624682Y-124778304D01* +X107684769Y-124593379D01* +X107705094Y-124400000D01* +X107684769Y-124206620D01* +X107624681Y-124021691D01* +X107581555Y-123946996D01* +X107388231Y-124140321D01* +X107333715Y-124168098D01* +X107273283Y-124158527D01* +X107230327Y-124115863D01* +X107222102Y-124099989D01* +X107216188Y-124088575D01* +X107186645Y-124056942D01* +X107115806Y-123981092D01* +X107052192Y-123942407D01* +X107012297Y-123896016D01* +X107007289Y-123835036D01* +X107033628Y-123787816D01* +X107230971Y-123590472D01* +X107230972Y-123590472D01* +X107062417Y-123515428D01* +X107062411Y-123515426D01* +X106872218Y-123475000D01* +X106677782Y-123475000D01* +X106487588Y-123515426D01* +X106487578Y-123515429D01* +X106319026Y-123590472D01* +X106319026Y-123590473D01* +X106512710Y-123784157D01* +X106540487Y-123838673D01* +X106530916Y-123899105D01* +X106499007Y-123933509D01* +X106499662Y-123934314D01* +X106380325Y-124031401D01* +X106312594Y-124127353D01* +X106263590Y-124163989D01* +X106202410Y-124164824D01* +X106161711Y-124140265D01* +X105970822Y-123949376D01* +X105943045Y-123894859D01* +X105942303Y-123889078D01* +X105940410Y-123869872D01* +X105928035Y-123861603D01* +X105869700Y-123850000D01* +X105850001Y-123850000D01* +X105850000Y-123850001D01* +X105850000Y-125599998D01* +X105450000Y-125599998D01* +X105450000Y-123850001D01* +X105449999Y-123850000D01* +X105430294Y-123850000D01* +X105393812Y-123857257D01* +X105333051Y-123850064D01* +X105288122Y-123808531D01* +X105275500Y-123760159D01* +X105275500Y-123755123D01* +X105294407Y-123696932D01* +X105304490Y-123685125D01* +X105935119Y-123054496D01* +X105989637Y-123026719D01* +X106005124Y-123025500D01* +X106238812Y-123025500D01* +X106297003Y-123044407D01* +X106308809Y-123054490D01* +X106368517Y-123114198D01* +X106400841Y-123130000D01* +X106473604Y-123165572D01* +X106473605Y-123165572D01* +X106473607Y-123165573D01* +X106541740Y-123175500D01* +X106541743Y-123175500D01* +X107008257Y-123175500D01* +X107008260Y-123175500D01* +X107076393Y-123165573D01* +X107181483Y-123114198D01* +X107264198Y-123031483D01* +X107315573Y-122926393D01* +X107325500Y-122858260D01* +X107325500Y-122856485D01* +X107825001Y-122856485D01* +X107839833Y-122950141D01* +X107839836Y-122950151D01* +X107897358Y-123063043D01* +X107986955Y-123152640D01* +X108099854Y-123210165D01* +X108099857Y-123210166D01* +X108174999Y-123222066D01* +X108675000Y-123222066D01* +X108750142Y-123210166D01* +X108750145Y-123210165D01* +X108863044Y-123152640D01* +X108952641Y-123063043D01* +X109010163Y-122950151D01* +X109010164Y-122950147D01* +X109025000Y-122856484D01* +X109025000Y-122800001D01* +X109024999Y-122800000D01* +X108675001Y-122800000D01* +X108675000Y-122800001D01* +X108675000Y-123222066D01* +X108174999Y-123222066D01* +X108175000Y-123222065D01* +X108175000Y-122800001D01* +X108174999Y-122800000D01* +X107825002Y-122800000D01* +X107825001Y-122800001D01* +X107825001Y-122856485D01* +X107325500Y-122856485D01* +X107325500Y-122299999D01* +X107825000Y-122299999D01* +X107825001Y-122300000D01* +X108174999Y-122300000D01* +X108174999Y-121877932D01* +X108099852Y-121889835D01* +X108099848Y-121889836D01* +X107986956Y-121947358D01* +X107897358Y-122036956D01* +X107839836Y-122149848D01* +X107839835Y-122149852D01* +X107825000Y-122243515D01* +X107825000Y-122299999D01* +X107325500Y-122299999D01* +X107325500Y-122241740D01* +X107315573Y-122173607D01* +X107302075Y-122145997D01* +X107290466Y-122122250D01* +X107264198Y-122068517D01* +X107181483Y-121985802D01* +X107160277Y-121975435D01* +X107076395Y-121934427D01* +X107049139Y-121930456D01* +X107008260Y-121924500D01* +X106541740Y-121924500D01* +X106507673Y-121929463D01* +X106473604Y-121934427D01* +X106368518Y-121985801D01* +X106285801Y-122068518D01* +X106234427Y-122173604D01* +X106224500Y-122241743D01* +X106224500Y-122375500D01* +X106205593Y-122433691D01* +X106156093Y-122469655D01* +X106125500Y-122474500D01* +X105886884Y-122474500D01* +X105867571Y-122472598D01* +X105865997Y-122472285D01* +X105850000Y-122469103D01* +X105849999Y-122469103D01* +X105773686Y-122484281D01* +X105712925Y-122477088D01* +X105667996Y-122435555D01* +X105656060Y-122375545D01* +X105658247Y-122367184D01* +X105657613Y-122367058D01* +X105677106Y-122269059D01* +X105680897Y-122250000D01* +X105680897Y-122249999D01* +X105677402Y-122232427D01* +X105675500Y-122213115D01* +X105675500Y-121724267D01* +X105694407Y-121666076D01* +X105718556Y-121642589D01* +X105722762Y-121639707D01* +X105722765Y-121639706D01* +X105802206Y-121560265D01* +X105847585Y-121457491D01* +X105850500Y-121432365D01* +X105850499Y-120317636D01* +X105847585Y-120292509D01* +X105824173Y-120239487D01* +X105817966Y-120178618D01* +X105848722Y-120125725D01* +X105904694Y-120101011D01* +X105914739Y-120100500D01* +X106103381Y-120100500D01* +X106123696Y-120102607D01* +X106125844Y-120103057D01* +X106135315Y-120105043D01* +X106168712Y-120100879D01* +X106174837Y-120100500D01* +X106179041Y-120100500D01* +X106189790Y-120098706D01* +X106200540Y-120096912D01* +X106251393Y-120090573D01* +X106251396Y-120090571D01* +X106258429Y-120088477D01* +X106265377Y-120086092D01* +X106265381Y-120086092D01* +X106310444Y-120061704D01* +X106356484Y-120039198D01* +X106362470Y-120034923D01* +X106368256Y-120030420D01* +X106375365Y-120022698D01* +X106402957Y-119992724D01* +X106814884Y-119580796D01* +X106830734Y-119567926D01* +X106840669Y-119561437D01* +X106861338Y-119534879D01* +X106865388Y-119530292D01* +X106868375Y-119527307D01* +X106881044Y-119509561D01* +X106912517Y-119469126D01* +X106912518Y-119469120D01* +X106916023Y-119462645D01* +X106919239Y-119456067D01* +X106919238Y-119456067D01* +X106919240Y-119456066D01* +X106933861Y-119406954D01* +X106950500Y-119358488D01* +X106950500Y-119358483D01* +X106951707Y-119351254D01* +X106952617Y-119343954D01* +X106950500Y-119292769D01* +X106950500Y-113976613D01* +X106952607Y-113956297D01* +X106953003Y-113954408D01* +X106955042Y-113944685D01* +X106950879Y-113911294D01* +X106950500Y-113905168D01* +X106950500Y-113900954D01* +X106946911Y-113879449D01* +X106942296Y-113842432D01* +X106940573Y-113828607D01* +X106940571Y-113828604D01* +X106938477Y-113821569D01* +X106936091Y-113814616D01* +X106911704Y-113769554D01* +X106889198Y-113723515D01* +X106884948Y-113717562D01* +X106880418Y-113711742D01* +X106842724Y-113677041D01* +X106671622Y-113505940D01* +X106643845Y-113451423D01* +X106643645Y-113450102D01* +X106636697Y-113401774D01* +X106635987Y-113400220D01* +X106582883Y-113283939D01* +X106582882Y-113283938D01* +X106582882Y-113283937D01* +X106498049Y-113186033D01* +X106498048Y-113186032D01* +X106498047Y-113186031D01* +X106389073Y-113115998D01* +X106389070Y-113115996D01* +X106389069Y-113115996D01* +X106389066Y-113115995D01* +X106264774Y-113079500D01* +X106264772Y-113079500D01* +X106135228Y-113079500D01* +X106135224Y-113079500D01* +X106018827Y-113113677D01* +X105957666Y-113111929D01* +X105909214Y-113074566D01* +X105891976Y-113015859D01* +X105912538Y-112958232D01* +X105920933Y-112948683D01* +X106025121Y-112844496D01* +X106079637Y-112816719D01* +X106095124Y-112815500D01* +X106614876Y-112815500D01* +X106673067Y-112834407D01* +X106684880Y-112844496D01* +X108355504Y-114515120D01* +X108383281Y-114569637D01* +X108384500Y-114585124D01* +X108384499Y-121093115D01* +X108382598Y-121112424D01* +X108379103Y-121129999D01* +X108379103Y-121130002D01* +X108383311Y-121151162D01* +X108383316Y-121151182D01* +X108384500Y-121157132D01* +X108384500Y-121157133D01* +X108400485Y-121237495D01* +X108400486Y-121237496D01* +X108400486Y-121237498D01* +X108435150Y-121289375D01* +X108461376Y-121328624D01* +X108476267Y-121338574D01* +X108491269Y-121350885D01* +X108879181Y-121738797D01* +X108906958Y-121793314D01* +X108897387Y-121853746D01* +X108854122Y-121897011D01* +X108793690Y-121906582D01* +X108764233Y-121897011D01* +X108750152Y-121889836D01* +X108750147Y-121889835D01* +X108675000Y-121877932D01* +X108675000Y-122299999D01* +X108675001Y-122300000D01* +X109024998Y-122300000D01* +X109024999Y-122299999D01* +X109024999Y-122243516D01* +X109024998Y-122243514D01* +X109010166Y-122149858D01* +X109010163Y-122149848D01* +X109002989Y-122135768D01* +X108993417Y-122075336D01* +X109021194Y-122020819D01* +X109075710Y-121993041D01* +X109136142Y-122002612D01* +X109161202Y-122020818D01* +X109629115Y-122488731D01* +X109641426Y-122503733D01* +X109651376Y-122518624D01* +X109672504Y-122532741D01* +X109672523Y-122532755D01* +X109693619Y-122546850D01* +X109698239Y-122549937D01* +X109742505Y-122579515D01* +X109822867Y-122595500D01* +X109822868Y-122595500D01* +X109850000Y-122600897D01* +X109867570Y-122597401D01* +X109886884Y-122595500D01* +X115156215Y-122595500D01* +X115214406Y-122614407D01* +X115249051Y-122660115D01* +X115287114Y-122762887D01* +X115307755Y-122796002D01* +X115394745Y-122935567D01* +X115394747Y-122935569D01* +X115394748Y-122935571D01* +X115412491Y-122954236D01* +X115531197Y-123079115D01* +X115534941Y-123083053D01* +X115534943Y-123083054D01* +X115534946Y-123083057D01* +X115692197Y-123192506D01* +X115701951Y-123199295D01* +X115888940Y-123279539D01* +X115888942Y-123279540D01* +X116088259Y-123320500D01* +X116088262Y-123320500D01* +X116490744Y-123320500D01* +X116516381Y-123317892D01* +X116642438Y-123305074D01* +X116836588Y-123244159D01* +X117014502Y-123145409D01* +X117168895Y-123012866D01* +X117293448Y-122851958D01* +X117383060Y-122669271D01* +X117434063Y-122472285D01* +X117444369Y-122269064D01* +X117413556Y-122067929D01* +X117342886Y-121877113D01* +X117235252Y-121704429D01* +X117135775Y-121599780D01* +X117095063Y-121556951D01* +X117095053Y-121556942D01* +X116928054Y-121440708D01* +X116928051Y-121440706D01* +X116928049Y-121440705D01* +X116741058Y-121360460D01* +X116741060Y-121360460D01* +X116660922Y-121343992D01* +X116541741Y-121319500D01* +X116139258Y-121319500D01* +X116139256Y-121319500D01* +X115987561Y-121334926D01* +X115793410Y-121395841D01* +X115793409Y-121395842D01* +X115615501Y-121494588D01* +X115615498Y-121494590D01* +X115461109Y-121627129D01* +X115461105Y-121627133D01* +X115461105Y-121627134D01* +X115449142Y-121642589D01* +X115336549Y-121788045D01* +X115246938Y-121970733D01* +X115245197Y-121975435D01* +X115244052Y-121975011D01* +X115214161Y-122021907D01* +X115157227Y-122044317D01* +X115151208Y-122044500D01* +X110005124Y-122044500D01* +X109946933Y-122025593D01* +X109935120Y-122015504D01* +X108964495Y-121044879D01* +X108936718Y-120990362D01* +X108935500Y-120974887D01* +X108935500Y-114466884D01* +X108937402Y-114447570D01* +X108937893Y-114445102D01* +X108940897Y-114430000D01* +X108919516Y-114322506D01* +X108919516Y-114322505D01* +X108871292Y-114250334D01* +X108871292Y-114250333D01* +X108871288Y-114250329D01* +X108858627Y-114231380D01* +X108858626Y-114231379D01* +X108858624Y-114231376D01* +X108843733Y-114221426D01* +X108828731Y-114209115D01* +X106990885Y-112371269D01* +X106978573Y-112356266D01* +X106976054Y-112352496D01* +X106968624Y-112341376D01* +X106947899Y-112327528D01* +X106947890Y-112327521D01* +X106906701Y-112300000D01* +X106903163Y-112297636D01* +X106877495Y-112280485D01* +X106854631Y-112275937D01* +X106791182Y-112263316D01* +X106791162Y-112263311D01* +X106770002Y-112259103D01* +X106770001Y-112259103D01* +X106770000Y-112259103D01* +X106752430Y-112262598D01* +X106733116Y-112264500D01* +X105976884Y-112264500D01* +X105957571Y-112262598D01* +X105944826Y-112260063D01* +X105940000Y-112259103D01* +X105832506Y-112280483D01* +X105766959Y-112324281D01* +X105741378Y-112341374D01* +X105741372Y-112341380D01* +X105731423Y-112356269D01* +X105719115Y-112371266D01* +X104774880Y-113315503D01* +X104720363Y-113343281D01* +X104704876Y-113344500D01* +X103130030Y-113344500D01* +X103071839Y-113325593D01* +X103041089Y-113288980D01* +X103039232Y-113285181D01* +X103004198Y-113213517D01* +X102921483Y-113130802D01* +X102913567Y-113126932D01* +X102816395Y-113079427D01* +X102783030Y-113074566D01* +X102748260Y-113069500D01* +X102131740Y-113069500D01* +X102097673Y-113074463D01* +X102063604Y-113079427D01* +X101958518Y-113130801D01* +X101875801Y-113213518D01* +X101859939Y-113245966D01* +X101840769Y-113285180D01* +X101838911Y-113288980D01* +X101796368Y-113332954D01* +X101749970Y-113344500D01* +X101562510Y-113344500D01* +X101504319Y-113325593D01* +X101480650Y-113296646D01* +X101478710Y-113297893D01* +X101474884Y-113291941D01* +X101474883Y-113291940D01* +X101474882Y-113291937D01* +X101390049Y-113194033D01* +X101390048Y-113194032D01* +X101390047Y-113194031D01* +X101281073Y-113123998D01* +X101281070Y-113123996D01* +X101281069Y-113123996D01* +X101281066Y-113123995D01* +X101156774Y-113087500D01* +X101156772Y-113087500D01* +X101027228Y-113087500D01* +X101027225Y-113087500D01* +X100902933Y-113123995D01* +X100902926Y-113123998D01* +X100793952Y-113194031D01* +X100709117Y-113291938D01* +X100655302Y-113409774D01* +X100636867Y-113537997D01* +X100636867Y-113538002D01* +X100655302Y-113666225D01* +X100705464Y-113776063D01* +X100709118Y-113784063D01* +X100793951Y-113881967D01* +X100793952Y-113881968D01* +X100890730Y-113944163D01* +X100902931Y-113952004D01* +X101027228Y-113988500D01* +X101027230Y-113988500D01* +X101156770Y-113988500D01* +X101156772Y-113988500D01* +X101281069Y-113952004D01* +X101326020Y-113923116D01* +X101344537Y-113911216D01* +X101398060Y-113895500D01* +X101749970Y-113895500D01* +X101808161Y-113914407D01* +X101838910Y-113951019D01* +X101875802Y-114026483D01* +X101958517Y-114109198D01* +X102003879Y-114131374D01* +X102063604Y-114160572D01* +X102063605Y-114160572D01* +X102063607Y-114160573D01* +X102131740Y-114170500D01* +X102131743Y-114170500D01* +X102748257Y-114170500D01* +X102748260Y-114170500D01* +X102816393Y-114160573D01* +X102921483Y-114109198D01* +X103004198Y-114026483D01* +X103041089Y-113951019D01* +X103083632Y-113907046D01* +X103130030Y-113895500D01* +X104823116Y-113895500D01* +X104842429Y-113897401D01* +X104860000Y-113900897D01* +X104887132Y-113895500D01* +X104887133Y-113895500D01* +X104967495Y-113879515D01* +X105016875Y-113846520D01* +X105020067Y-113844387D01* +X105046342Y-113826832D01* +X105046348Y-113826826D01* +X105048602Y-113825320D01* +X105058624Y-113818624D01* +X105068574Y-113803730D01* +X105080881Y-113788733D01* +X105623651Y-113245964D01* +X105678165Y-113218189D01* +X105738597Y-113227760D01* +X105781862Y-113271025D01* +X105791433Y-113331457D01* +X105783706Y-113357095D01* +X105763302Y-113401774D01* +X105744867Y-113529997D01* +X105744867Y-113530002D01* +X105763302Y-113658225D01* +X105814671Y-113770705D01* +X105817118Y-113776063D01* +X105891143Y-113861494D01* +X105901952Y-113873968D01* +X106010926Y-113944001D01* +X106010931Y-113944004D01* +X106135228Y-113980500D01* +X106135230Y-113980500D01* +X106138714Y-113981523D01* +X106180827Y-114006509D01* +X106220504Y-114046186D01* +X106248281Y-114100703D01* +X106249500Y-114116190D01* +X106249500Y-119113810D01* +X106230593Y-119172001D01* +X106220504Y-119183814D01* +X106033814Y-119370504D01* +X105979297Y-119398281D01* +X105963810Y-119399500D01* +X105903700Y-119399500D01* +X105845509Y-119380593D01* +X105809545Y-119331093D01* +X105809545Y-119269907D01* +X105813135Y-119260512D01* +X105847585Y-119182491D01* +X105850500Y-119157365D01* +X105850499Y-118042636D01* +X105847585Y-118017509D01* +X105802206Y-117914735D01* +X105722765Y-117835294D01* +X105722763Y-117835293D01* +X105722761Y-117835291D01* +X105718548Y-117832405D01* +X105681228Y-117783920D01* +X105675499Y-117750737D01* +X105675499Y-116416884D01* +X105677402Y-116397567D01* +X105680897Y-116380000D01* +X105675029Y-116350499D01* +X105659515Y-116272504D01* +X105636874Y-116238621D01* +X105619502Y-116212622D01* +X105613994Y-116204378D01* +X105613992Y-116204376D01* +X105611295Y-116200338D01* +X105611290Y-116200332D01* +X105598627Y-116181380D01* +X105598626Y-116181379D01* +X105598624Y-116181376D01* +X105597922Y-116180907D01* +X105583733Y-116171426D01* +X105568731Y-116159115D01* +X104070885Y-114661269D01* +X104058573Y-114646266D01* +X104048624Y-114631376D01* +X104027899Y-114617528D01* +X104027886Y-114617518D01* +X104009898Y-114605500D01* +X103991403Y-114593142D01* +X103957495Y-114570485D01* +X103886801Y-114556423D01* +X103871182Y-114553316D01* +X103871162Y-114553311D01* +X103850002Y-114549103D01* +X103850001Y-114549103D01* +X103850000Y-114549103D01* +X103832430Y-114552598D01* +X103813116Y-114554500D01* +X99697370Y-114554500D01* +X99639179Y-114535593D01* +X99603215Y-114486093D01* +X99603215Y-114424907D01* +X99608430Y-114412019D01* +X99619863Y-114388631D01* +X99619862Y-114388631D01* +X99619866Y-114388625D01* +X99630500Y-114315636D01* +X99630500Y-113794364D01* +X99619866Y-113721375D01* +X99564826Y-113608789D01* +X99476211Y-113520174D01* +X99476209Y-113520173D01* +X99476208Y-113520172D01* +X99476206Y-113520171D01* +X99377501Y-113471916D01* +X99333527Y-113429373D01* +X99322958Y-113369107D01* +X99349831Y-113314139D01* +X99367450Y-113299697D01* +X99423049Y-113263967D01* +X99507882Y-113166063D01* +X99561697Y-113048226D01* +X99570875Y-112984390D01* +X99580133Y-112920002D01* +X99580133Y-112919997D01* +X99561697Y-112791774D01* +X99560462Y-112789069D01* +X99507882Y-112673937D01* +X99423049Y-112576033D01* +X99423048Y-112576032D01* +X99423047Y-112576031D01* +X99314073Y-112505998D01* +X99314070Y-112505996D01* +X99314069Y-112505996D01* +X99314066Y-112505995D01* +X99189774Y-112469500D01* +X99189772Y-112469500D01* +X99060228Y-112469500D01* +X99060225Y-112469500D01* +X98935933Y-112505995D01* +X98935926Y-112505998D01* +X98826952Y-112576031D01* +X98742117Y-112673938D01* +X98696957Y-112772822D01* +X98676907Y-112801699D01* +X98333442Y-113145163D01* +X98302368Y-113164206D01* +X98302856Y-113165164D01* +X98295914Y-113168701D01* +X98276389Y-113182886D01* +X98263150Y-113190998D01* +X98241658Y-113201949D01* +X98241657Y-113201949D01* +X98224597Y-113219009D01* +X98212795Y-113229089D01* +X98203853Y-113235587D01* +X98145664Y-113254500D01* +X97664297Y-113254500D01* +X97606106Y-113235593D01* +X97570142Y-113186093D01* +X97570142Y-113124907D01* +X97603289Y-113079284D01* +X97602699Y-113078603D01* +X97605627Y-113076065D01* +X97606106Y-113075407D01* +X97607439Y-113074495D01* +X97608046Y-113073969D01* +X97608046Y-113073968D01* +X97608049Y-113073967D01* +X97692882Y-112976063D01* +X97743162Y-112865967D01* +X97746698Y-112858224D01* +X97760608Y-112761473D01* +X97787603Y-112706565D01* +X97841718Y-112678011D01* +X97902280Y-112686718D01* +X97912116Y-112692272D01* +X97945931Y-112714004D01* +X98070228Y-112750500D01* +X98070230Y-112750500D01* +X98199770Y-112750500D01* +X98199772Y-112750500D01* +X98324069Y-112714004D01* +X98433049Y-112643967D01* +X98517882Y-112546063D01* +X98571697Y-112428226D01* +X98578772Y-112379019D01* +X98590133Y-112300002D01* +X98590133Y-112299997D01* +X98571697Y-112171774D01* +X98550847Y-112126119D01* +X98517882Y-112053937D01* +X98444570Y-111969329D01* +X98420754Y-111912971D01* +X98434613Y-111853376D01* +X98480854Y-111813308D01* +X98519391Y-111805500D01* +X101715500Y-111805500D01* +X101773691Y-111824407D01* +X101809655Y-111873907D01* +X101814500Y-111904500D01* +X101814500Y-112203260D01* +X101819108Y-112234886D01* +X101824427Y-112271395D01* +X101868720Y-112361996D01* +X101875802Y-112376483D01* +X101958517Y-112459198D01* +X102007633Y-112483209D01* +X102063604Y-112510572D01* +X102063605Y-112510572D01* +X102063607Y-112510573D01* +X102131740Y-112520500D01* +X102131743Y-112520500D01* +X102748257Y-112520500D01* +X102748260Y-112520500D01* +X102816393Y-112510573D01* +X102921483Y-112459198D01* +X103004198Y-112376483D01* +X103055573Y-112271393D01* +X103065500Y-112203260D01* +X103065500Y-111736740D01* +X103055573Y-111668607D01* +X103055412Y-111668278D01* +X103024466Y-111604976D01* +X103004198Y-111563517D01* +X102921483Y-111480802D01* +X102909402Y-111474896D01* +X102816395Y-111429427D01* +X102789139Y-111425456D01* +X102748260Y-111419500D01* +X102748257Y-111419500D01* +X102320124Y-111419500D01* +X102261933Y-111400593D01* +X102250120Y-111390504D01* +X102220885Y-111361269D01* +X102208573Y-111346266D01* +X102198624Y-111331376D01* +X102177899Y-111317528D01* +X102177890Y-111317521D01* +X102120548Y-111279207D01* +X102107496Y-111270485D01* +X102021182Y-111253316D01* +X102021162Y-111253311D01* +X102000002Y-111249103D01* +X102000001Y-111249103D01* +X102000000Y-111249103D01* +X101982430Y-111252598D01* +X101963116Y-111254500D01* +X101690188Y-111254500D01* +X101631997Y-111235593D01* +X101596033Y-111186093D01* +X101596033Y-111124907D01* +X101620182Y-111085498D01* +X101674198Y-111031483D01* +X101725573Y-110926393D01* +X101735500Y-110858260D01* +X102284500Y-110858260D01* +X102289052Y-110889504D01* +X102294427Y-110926395D01* +X102343318Y-111026402D01* +X102345802Y-111031483D01* +X102428517Y-111114198D01* +X102450423Y-111124907D01* +X102533604Y-111165572D01* +X102533605Y-111165572D01* +X102533607Y-111165573D01* +X102601740Y-111175500D01* +X102601743Y-111175500D01* +X103068257Y-111175500D01* +X103068260Y-111175500D01* +X103136393Y-111165573D01* +X103241483Y-111114198D01* +X103324198Y-111031483D01* +X103324199Y-111031480D01* +X103329278Y-111026402D01* +X103383795Y-110998625D01* +X103444227Y-111008196D01* +X103469286Y-111026402D01* +X103575504Y-111132620D01* +X103603281Y-111187137D01* +X103604500Y-111202624D01* +X103604500Y-111651289D01* +X103604500Y-111651291D01* +X103604501Y-111651294D01* +X103609432Y-111685142D01* +X103614957Y-111723068D01* +X103625569Y-111744774D01* +X103669081Y-111833780D01* +X103756220Y-111920919D01* +X103866933Y-111975043D01* +X103938705Y-111985500D01* +X104446294Y-111985499D01* +X104518067Y-111975043D01* +X104628780Y-111920919D01* +X104715919Y-111833780D01* +X104770043Y-111723067D01* +X104780500Y-111651295D01* +X104780500Y-111649209D01* +X105130001Y-111649209D01* +X105145531Y-111747262D01* +X105205751Y-111865452D01* +X105299547Y-111959248D01* +X105417735Y-112019468D01* +X105515790Y-112034999D01* +X105517500Y-112034998D01* +X106017500Y-112034998D01* +X106017501Y-112034999D01* +X106019209Y-112034999D01* +X106117262Y-112019468D01* +X106127990Y-112014002D01* +X108719867Y-112014002D01* +X108738302Y-112142225D01* +X108792117Y-112260061D01* +X108792118Y-112260063D01* +X108875477Y-112356266D01* +X108876952Y-112357968D01* +X108963331Y-112413480D01* +X108985931Y-112428004D01* +X109110228Y-112464500D01* +X109110230Y-112464500D01* +X109239770Y-112464500D01* +X109239772Y-112464500D01* +X109364069Y-112428004D01* +X109440291Y-112379019D01* +X109479006Y-112354139D01* +X109480237Y-112356054D01* +X109526863Y-112336341D01* +X109586461Y-112350189D01* +X109605356Y-112364972D01* +X110255504Y-113015120D01* +X110283281Y-113069637D01* +X110284500Y-113085124D01* +X110284500Y-116353115D01* +X110282598Y-116372427D01* +X110279103Y-116389999D01* +X110279103Y-116390002D01* +X110283311Y-116411162D01* +X110283316Y-116411182D01* +X110300485Y-116497495D01* +X110315867Y-116520516D01* +X110338572Y-116554496D01* +X110341670Y-116559133D01* +X110361376Y-116588624D01* +X110365751Y-116591547D01* +X110376266Y-116598573D01* +X110391269Y-116610885D01* +X113769115Y-119988731D01* +X113781426Y-120003733D01* +X113789030Y-120015114D01* +X113791376Y-120018624D01* +X113791379Y-120018626D01* +X113791380Y-120018627D01* +X113810329Y-120031288D01* +X113810334Y-120031292D01* +X113882505Y-120079516D01* +X113889333Y-120080874D01* +X113990000Y-120100897D01* +X114007571Y-120097401D01* +X114026884Y-120095500D01* +X115156215Y-120095500D01* +X115214406Y-120114407D01* +X115249051Y-120160115D01* +X115287114Y-120262887D01* +X115321239Y-120317636D01* +X115394745Y-120435567D01* +X115394747Y-120435569D01* +X115394748Y-120435571D01* +X115395649Y-120436519D01* +X115531680Y-120579623D01* +X115534941Y-120583053D01* +X115534943Y-120583054D01* +X115534946Y-120583057D01* +X115700832Y-120698516D01* +X115701951Y-120699295D01* +X115888940Y-120779539D01* +X115888942Y-120779540D01* +X116088259Y-120820500D01* +X116088262Y-120820500D01* +X116490744Y-120820500D01* +X116516381Y-120817892D01* +X116642438Y-120805074D01* +X116836588Y-120744159D01* +X117014502Y-120645409D01* +X117168895Y-120512866D01* +X117293448Y-120351958D01* +X117383060Y-120169271D01* +X117434063Y-119972285D01* +X117444369Y-119769064D01* +X117413556Y-119567929D01* +X117342886Y-119377113D01* +X117242100Y-119215416D01* +X117235254Y-119204432D01* +X117235249Y-119204426D01* +X117227105Y-119195859D01* +X117156661Y-119121752D01* +X117095063Y-119056951D01* +X117095053Y-119056942D01* +X116928054Y-118940708D01* +X116928051Y-118940706D01* +X116928049Y-118940705D01* +X116741058Y-118860460D01* +X116741060Y-118860460D01* +X116661331Y-118844076D01* +X116541741Y-118819500D01* +X116139258Y-118819500D01* +X116139256Y-118819500D01* +X115987561Y-118834926D01* +X115793410Y-118895841D01* +X115793409Y-118895842D01* +X115615501Y-118994588D01* +X115615498Y-118994590D01* +X115461109Y-119127129D01* +X115336549Y-119288045D01* +X115246938Y-119470733D01* +X115245197Y-119475435D01* +X115244052Y-119475011D01* +X115214161Y-119521907D01* +X115157227Y-119544317D01* +X115151208Y-119544500D01* +X114145124Y-119544500D01* +X114086933Y-119525593D01* +X114075120Y-119515504D01* +X112470362Y-117910746D01* +X111629615Y-117069999D01* +X115168588Y-117069999D01* +X115168589Y-117070000D01* +X115761105Y-117070000D01* +X115819296Y-117088907D01* +X115855260Y-117138407D01* +X115856094Y-117196889D01* +X115840000Y-117251705D01* +X115840000Y-117388295D01* +X115856094Y-117443110D01* +X115854348Y-117504269D01* +X115816985Y-117552722D01* +X115761105Y-117570000D01* +X115168589Y-117570000D01* +X115215232Y-117723762D01* +X115215234Y-117723767D01* +X115312724Y-117906160D01* +X115312731Y-117906170D01* +X115443940Y-118066050D01* +X115443949Y-118066059D01* +X115603829Y-118197268D01* +X115603839Y-118197275D01* +X115786232Y-118294765D01* +X115786237Y-118294767D01* +X115984166Y-118354808D01* +X116064998Y-118362769D01* +X116065000Y-118362768D01* +X116065000Y-117878192D01* +X116083907Y-117820001D01* +X116133407Y-117784037D01* +X116178090Y-117780200D01* +X116281021Y-117795000D01* +X116281025Y-117795000D01* +X116348979Y-117795000D01* +X116451910Y-117780200D01* +X116512199Y-117790633D01* +X116554842Y-117834510D01* +X116565000Y-117878192D01* +X116565000Y-118362768D01* +X116565001Y-118362769D01* +X116645833Y-118354808D01* +X116843762Y-118294767D01* +X116843767Y-118294765D01* +X117026160Y-118197275D01* +X117026170Y-118197268D01* +X117186050Y-118066059D01* +X117186059Y-118066050D01* +X117317268Y-117906170D01* +X117317275Y-117906160D01* +X117414765Y-117723767D01* +X117414767Y-117723762D01* +X117461411Y-117570000D01* +X116868895Y-117570000D01* +X116810704Y-117551093D01* +X116774740Y-117501593D01* +X116773905Y-117443110D01* +X116790000Y-117388295D01* +X116790000Y-117251705D01* +X116773905Y-117196889D01* +X116775652Y-117135731D01* +X116813015Y-117087278D01* +X116868895Y-117070000D01* +X117461411Y-117070000D01* +X117461411Y-117069999D01* +X117414767Y-116916237D01* +X117414765Y-116916232D01* +X117317275Y-116733839D01* +X117317268Y-116733829D01* +X117186059Y-116573949D01* +X117186050Y-116573940D01* +X117026170Y-116442731D01* +X117026160Y-116442724D01* +X116843767Y-116345234D01* +X116843762Y-116345232D01* +X116645836Y-116285191D01* +X116645830Y-116285190D01* +X116565000Y-116277229D01* +X116565000Y-116761807D01* +X116546093Y-116819998D01* +X116496593Y-116855962D01* +X116451911Y-116859799D01* +X116348980Y-116845000D01* +X116348975Y-116845000D01* +X116281025Y-116845000D01* +X116281020Y-116845000D01* +X116178089Y-116859799D01* +X116117800Y-116849366D01* +X116075157Y-116805488D01* +X116065000Y-116761807D01* +X116065000Y-116277229D01* +X116064999Y-116277229D01* +X115984169Y-116285190D01* +X115984163Y-116285191D01* +X115786237Y-116345232D01* +X115786232Y-116345234D01* +X115603839Y-116442724D01* +X115603829Y-116442731D01* +X115443949Y-116573940D01* +X115443940Y-116573949D01* +X115312731Y-116733829D01* +X115312724Y-116733839D01* +X115215234Y-116916232D01* +X115215232Y-116916237D01* +X115168588Y-117069999D01* +X111629615Y-117069999D01* +X110864493Y-116304877D01* +X110836718Y-116250363D01* +X110835500Y-116234888D01* +X110835500Y-115684827D01* +X115189500Y-115684827D01* +X115198232Y-115728720D01* +X115198233Y-115728722D01* +X115231496Y-115778504D01* +X115281278Y-115811767D01* +X115292327Y-115813964D01* +X115325172Y-115820499D01* +X115325178Y-115820499D01* +X115325180Y-115820500D01* +X115325181Y-115820500D01* +X117304819Y-115820500D01* +X117304820Y-115820500D01* +X117304821Y-115820499D01* +X117304827Y-115820499D01* +X117326623Y-115816162D01* +X117348722Y-115811767D01* +X117398504Y-115778504D01* +X117431767Y-115728722D01* +X117440500Y-115684820D01* +X117440500Y-113955180D01* +X117440499Y-113955178D01* +X117440499Y-113955172D01* +X117431767Y-113911279D01* +X117431765Y-113911275D01* +X117421858Y-113896448D01* +X117398504Y-113861496D01* +X117375775Y-113846309D01* +X117348724Y-113828234D01* +X117348720Y-113828232D01* +X117304827Y-113819500D01* +X117304820Y-113819500D01* +X115325180Y-113819500D01* +X115325172Y-113819500D01* +X115281279Y-113828232D01* +X115281275Y-113828234D01* +X115231498Y-113861494D01* +X115231494Y-113861498D01* +X115198234Y-113911275D01* +X115198232Y-113911279D01* +X115189500Y-113955172D01* +X115189500Y-115684827D01* +X110835500Y-115684827D01* +X110835500Y-112966873D01* +X110837401Y-112947574D01* +X110840897Y-112930000D01* +X110821280Y-112831376D01* +X110819516Y-112822505D01* +X110771292Y-112750334D01* +X110771292Y-112750333D01* +X110771288Y-112750329D01* +X110758627Y-112731380D01* +X110758626Y-112731379D01* +X110758624Y-112731376D01* +X110743733Y-112721426D01* +X110728731Y-112709115D01* +X109864885Y-111845269D01* +X109852573Y-111830266D01* +X109842625Y-111815378D01* +X109842624Y-111815376D01* +X109821899Y-111801528D01* +X109821890Y-111801521D01* +X109782771Y-111775383D01* +X109771627Y-111767937D01* +X109751495Y-111754485D01* +X109687071Y-111741670D01* +X109665182Y-111737316D01* +X109665162Y-111737311D01* +X109644002Y-111733103D01* +X109644001Y-111733103D01* +X109644000Y-111733103D01* +X109626430Y-111736598D01* +X109607116Y-111738500D01* +X109577588Y-111738500D01* +X109519397Y-111719593D01* +X109502769Y-111704331D01* +X109473050Y-111670034D01* +X109473048Y-111670032D01* +X109364073Y-111599998D01* +X109364070Y-111599996D01* +X109364069Y-111599996D01* +X109331449Y-111590418D01* +X109239774Y-111563500D01* +X109239772Y-111563500D01* +X109110228Y-111563500D01* +X109110225Y-111563500D01* +X108985933Y-111599995D01* +X108985926Y-111599998D01* +X108876952Y-111670031D01* +X108792117Y-111767938D01* +X108738302Y-111885774D01* +X108719867Y-112013997D01* +X108719867Y-112014002D01* +X106127990Y-112014002D01* +X106235452Y-111959248D01* +X106329248Y-111865452D01* +X106389468Y-111747264D01* +X106405000Y-111649208D01* +X106405000Y-111610001D01* +X106404999Y-111610000D01* +X106017501Y-111610000D01* +X106017500Y-111610001D01* +X106017500Y-112034998D01* +X105517500Y-112034998D01* +X105517500Y-111610000D01* +X105130002Y-111610000D01* +X105130001Y-111610001D01* +X105130001Y-111649209D01* +X104780500Y-111649209D01* +X104780499Y-111109999D01* +X105130000Y-111109999D01* +X105130001Y-111110000D01* +X105517499Y-111110000D01* +X105517500Y-111109999D01* +X105517500Y-110685000D01* +X106017500Y-110685000D01* +X106017500Y-111109999D01* +X106017501Y-111110000D01* +X106404998Y-111110000D01* +X106404999Y-111109999D01* +X106404998Y-111070790D01* +X106389468Y-110972737D01* +X106329248Y-110854547D01* +X106235452Y-110760751D01* +X106117264Y-110700531D01* +X106019209Y-110685000D01* +X106017500Y-110685000D01* +X105517500Y-110685000D01* +X105517499Y-110684999D01* +X105515799Y-110685000D01* +X105515792Y-110685001D01* +X105417737Y-110700530D01* +X105299547Y-110760751D01* +X105205751Y-110854547D01* +X105145531Y-110972735D01* +X105130000Y-111070791D01* +X105130000Y-111109999D01* +X104780499Y-111109999D01* +X104780499Y-111068706D01* +X104770043Y-110996933D01* +X104715919Y-110886220D01* +X104628780Y-110799081D01* +X104518067Y-110744957D01* +X104518068Y-110744957D01* +X104500123Y-110742342D01* +X104446295Y-110734500D01* +X104446292Y-110734500D01* +X103997624Y-110734500D01* +X103939433Y-110715593D01* +X103927620Y-110705504D01* +X103603385Y-110381269D01* +X103591073Y-110366266D01* +X103587035Y-110360223D01* +X103581124Y-110351376D01* +X103570736Y-110344435D01* +X103562212Y-110338739D01* +X103562209Y-110338737D01* +X103531965Y-110318528D01* +X103489995Y-110290484D01* +X103458265Y-110284173D01* +X103404881Y-110254275D01* +X103379615Y-110201349D01* +X103375573Y-110173607D01* +X103371964Y-110166225D01* +X103332325Y-110085142D01* +X103324198Y-110068517D01* +X103241483Y-109985802D01* +X103238619Y-109984402D01* +X103168254Y-109950002D01* +X104269867Y-109950002D01* +X104288302Y-110078225D01* +X104339118Y-110189495D01* +X104342118Y-110196063D01* +X104421412Y-110287574D01* +X104426952Y-110293968D01* +X104535926Y-110364001D01* +X104535931Y-110364004D01* +X104660228Y-110400500D01* +X104660230Y-110400500D01* +X104789770Y-110400500D01* +X104789772Y-110400500D01* +X104914069Y-110364004D01* +X104997087Y-110310652D01* +X105027330Y-110291216D01* +X105080853Y-110275500D01* +X143865080Y-110275500D01* +X143923271Y-110294407D01* +X143959235Y-110343907D01* +X143959235Y-110405093D01* +X143939900Y-110439329D01* +X143928919Y-110452004D01* +X143889117Y-110497938D01* +X143835302Y-110615774D01* +X143816867Y-110743997D01* +X143816867Y-110744002D01* +X143835302Y-110872225D01* +X143881204Y-110972735D01* +X143889118Y-110990063D01* +X143972320Y-111086085D01* +X143996137Y-111142444D01* +X143996500Y-111150915D01* +X143996500Y-111858875D01* +X143977593Y-111917066D01* +X143967504Y-111928879D01* +X143087267Y-112809115D01* +X143072269Y-112821423D01* +X143057380Y-112831372D01* +X143057374Y-112831378D01* +X143041120Y-112855703D01* +X143041116Y-112855710D01* +X143031244Y-112870485D01* +X142996485Y-112922505D01* +X142981381Y-112998437D01* +X142975103Y-113029999D01* +X142978598Y-113047569D01* +X142980500Y-113066883D01* +X142980500Y-113286300D01* +X142961593Y-113344491D01* +X142912093Y-113380455D01* +X142850907Y-113380455D01* +X142818695Y-113362828D01* +X142660170Y-113232731D01* +X142660160Y-113232724D01* +X142477771Y-113135236D01* +X142477758Y-113135231D01* +X142324000Y-113088588D01* +X142324000Y-113676550D01* +X142305093Y-113734741D01* +X142255593Y-113770705D01* +X142210911Y-113774542D01* +X142109768Y-113760000D01* +X142109763Y-113760000D01* +X142038237Y-113760000D01* +X142038232Y-113760000D01* +X141937089Y-113774542D01* +X141876800Y-113764109D01* +X141834158Y-113720231D01* +X141824000Y-113676550D01* +X141824000Y-113088588D01* +X141670241Y-113135231D01* +X141670228Y-113135236D01* +X141487839Y-113232724D01* +X141487829Y-113232731D01* +X141327949Y-113363940D01* +X141327940Y-113363949D01* +X141196731Y-113523829D01* +X141196724Y-113523839D01* +X141099234Y-113706232D01* +X141099232Y-113706237D01* +X141039191Y-113904163D01* +X141039190Y-113904168D01* +X141028767Y-114009999D01* +X141028768Y-114010000D01* +X141494049Y-114010000D01* +X141552240Y-114028907D01* +X141588204Y-114078407D01* +X141589039Y-114136891D01* +X141574000Y-114188107D01* +X141574000Y-114331892D01* +X141589039Y-114383109D01* +X141587292Y-114444269D01* +X141549929Y-114492722D01* +X141494049Y-114510000D01* +X141028767Y-114510000D01* +X141039190Y-114615831D01* +X141039191Y-114615836D01* +X141099232Y-114813762D01* +X141099234Y-114813767D01* +X141196724Y-114996160D01* +X141196731Y-114996170D01* +X141327940Y-115156050D01* +X141327949Y-115156059D01* +X141487829Y-115287268D01* +X141487839Y-115287275D01* +X141670232Y-115384765D01* +X141670237Y-115384767D01* +X141823999Y-115431411D01* +X141824000Y-115431411D01* +X141824000Y-114843449D01* +X141842907Y-114785258D01* +X141892407Y-114749294D01* +X141937089Y-114745457D01* +X141949059Y-114747178D01* +X142038233Y-114760000D01* +X142038237Y-114760000D01* +X142109767Y-114760000D01* +X142198941Y-114747178D01* +X142210910Y-114745457D01* +X142271199Y-114755890D01* +X142313842Y-114799767D01* +X142324000Y-114843449D01* +X142324000Y-115431411D01* +X142477762Y-115384767D01* +X142477767Y-115384765D01* +X142660160Y-115287275D01* +X142660170Y-115287268D01* +X142820050Y-115156059D01* +X142820058Y-115156051D01* +X142871913Y-115092866D01* +X142923444Y-115059879D01* +X142984523Y-115063481D01* +X143030756Y-115100669D01* +X143048500Y-115127225D01* +X143057376Y-115140508D01* +X143072267Y-115150458D01* +X143087269Y-115162769D01* +X143712920Y-115788420D01* +X143725229Y-115803420D01* +X143735178Y-115818309D01* +X143735180Y-115818311D01* +X143735183Y-115818315D01* +X143735186Y-115818317D01* +X143735187Y-115818318D01* +X143755256Y-115831728D01* +X143755264Y-115831734D01* +X143769695Y-115841376D01* +X143799942Y-115861586D01* +X143826312Y-115879206D01* +X143906674Y-115895191D01* +X143906675Y-115895191D01* +X143933807Y-115900588D01* +X143951377Y-115897092D01* +X143970691Y-115895191D01* +X145420756Y-115895191D01* +X145478947Y-115914098D01* +X145509696Y-115950710D01* +X145546588Y-116026174D01* +X145629303Y-116108889D01* +X145678458Y-116132919D01* +X145734390Y-116160263D01* +X145734391Y-116160263D01* +X145734393Y-116160264D01* +X145802526Y-116170191D01* +X146230662Y-116170191D01* +X146288853Y-116189098D01* +X146300666Y-116199187D01* +X146506975Y-116405496D01* +X146534752Y-116460013D01* +X146525181Y-116520445D01* +X146481916Y-116563710D01* +X146436971Y-116574500D01* +X146310225Y-116574500D01* +X146185933Y-116610995D01* +X146185926Y-116610998D01* +X146076952Y-116681031D01* +X145992117Y-116778938D01* +X145938302Y-116896774D01* +X145919867Y-117024997D01* +X145919867Y-117025002D01* +X145938302Y-117153224D01* +X145965553Y-117212894D01* +X145974500Y-117254021D01* +X145974500Y-122393437D01* +X145981953Y-122416374D01* +X145985579Y-122431474D01* +X145989354Y-122455306D01* +X146000301Y-122476788D01* +X146006247Y-122491142D01* +X146013703Y-122514088D01* +X146013702Y-122514088D01* +X146027884Y-122533608D01* +X146035997Y-122546847D01* +X146046950Y-122568342D01* +X146046951Y-122568343D01* +X146067031Y-122588424D01* +X147181216Y-123702609D01* +X147192724Y-123714116D01* +X147203781Y-123725173D01* +X147225268Y-123736121D01* +X147238509Y-123744235D01* +X147258031Y-123758417D01* +X147258032Y-123758417D01* +X147258034Y-123758419D01* +X147280984Y-123765875D01* +X147295324Y-123771816D01* +X147316819Y-123782769D01* +X147340657Y-123786544D01* +X147355734Y-123790164D01* +X147378690Y-123797623D01* +X147410604Y-123797623D01* +X147522038Y-123797623D01* +X147580229Y-123816530D01* +X147606054Y-123844256D01* +X147711039Y-124012690D01* +X147711041Y-124012692D01* +X147711042Y-124012694D01* +X147851235Y-124160176D01* +X147851237Y-124160177D01* +X147851240Y-124160180D01* +X148018239Y-124276414D01* +X148018245Y-124276418D01* +X148205234Y-124356662D01* +X148205236Y-124356663D01* +X148404553Y-124397623D01* +X148404556Y-124397623D01* +X148807038Y-124397623D01* +X148832675Y-124395015D01* +X148958732Y-124382197D01* +X149152882Y-124321282D01* +X149330796Y-124222532D01* +X149485189Y-124089989D01* +X149609742Y-123929081D01* +X149626529Y-123894859D01* +X149642145Y-123863024D01* +X149684748Y-123819107D01* +X149731028Y-123807623D01* +X154272038Y-123807623D01* +X154330229Y-123826530D01* +X154356054Y-123854256D01* +X154461039Y-124022690D01* +X154461044Y-124022696D01* +X154599259Y-124168098D01* +X154601235Y-124170176D01* +X154601237Y-124170177D01* +X154601240Y-124170180D01* +X154768239Y-124286414D01* +X154768245Y-124286418D01* +X154955234Y-124366662D01* +X154955236Y-124366663D01* +X155154553Y-124407623D01* +X155154556Y-124407623D01* +X155557038Y-124407623D01* +X155582675Y-124405015D01* +X155708732Y-124392197D01* +X155902882Y-124331282D01* +X156080796Y-124232532D01* +X156235189Y-124099989D01* +X156359742Y-123939081D01* +X156449354Y-123756394D01* +X156500357Y-123559408D01* +X156510663Y-123356187D01* +X156479850Y-123155052D01* +X156409180Y-122964236D01* +X156304320Y-122796002D01* +X156301548Y-122791555D01* +X156301543Y-122791549D01* +X156282224Y-122771226D01* +X156207820Y-122692953D01* +X156161357Y-122644074D01* +X156161347Y-122644065D01* +X155994348Y-122527831D01* +X155994345Y-122527829D01* +X155994343Y-122527828D01* +X155807352Y-122447583D01* +X155807354Y-122447583D01* +X155727625Y-122431199D01* +X155608035Y-122406623D01* +X155205552Y-122406623D01* +X155205550Y-122406623D01* +X155053855Y-122422049D01* +X154859704Y-122482964D01* +X154859703Y-122482965D01* +X154681795Y-122581711D01* +X154681792Y-122581713D01* +X154527403Y-122714252D01* +X154402843Y-122875168D01* +X154365538Y-122951222D01* +X154322936Y-122995139D01* +X154276655Y-123006623D01* +X149746584Y-123006623D01* +X149688393Y-122987716D01* +X149663140Y-122957683D01* +X149661836Y-122958497D01* +X149551548Y-122781555D01* +X149551543Y-122781549D01* +X149411357Y-122634074D01* +X149411347Y-122634065D01* +X149244348Y-122517831D01* +X149244345Y-122517829D01* +X149244343Y-122517828D01* +X149057352Y-122437583D01* +X149057354Y-122437583D01* +X148977625Y-122421199D01* +X148858035Y-122396623D01* +X148455552Y-122396623D01* +X148455550Y-122396623D01* +X148303855Y-122412049D01* +X148109704Y-122472964D01* +X148109703Y-122472965D01* +X147931795Y-122571711D01* +X147931792Y-122571713D01* +X147777402Y-122704253D01* +X147777399Y-122704256D01* +X147652841Y-122865169D01* +X147651062Y-122868024D01* +X147649830Y-122869059D01* +X147649772Y-122869135D01* +X147649755Y-122869122D01* +X147604233Y-122907402D01* +X147543201Y-122911734D01* +X147497047Y-122885654D01* +X146804496Y-122193103D01* +X146776719Y-122138586D01* +X146775500Y-122123099D01* +X146775500Y-117254021D01* +X146784447Y-117212894D01* +X146811697Y-117153226D01* +X146822225Y-117079999D01* +X146830133Y-117025002D01* +X146830133Y-117024998D01* +X146826234Y-116997881D01* +X146822701Y-116973310D01* +X146833134Y-116913023D01* +X146877011Y-116870380D01* +X146937574Y-116861672D01* +X146990697Y-116889218D01* +X148326798Y-118225318D01* +X148354575Y-118279835D01* +X148355794Y-118295322D01* +X148355794Y-119797623D01* +X148336887Y-119855814D01* +X148287387Y-119891778D01* +X148256794Y-119896623D01* +X147641466Y-119896623D01* +X147597573Y-119905355D01* +X147597569Y-119905357D01* +X147547792Y-119938617D01* +X147547788Y-119938621D01* +X147514528Y-119988398D01* +X147514526Y-119988402D01* +X147505794Y-120032295D01* +X147505794Y-121761950D01* +X147514526Y-121805843D01* +X147514528Y-121805847D01* +X147521210Y-121815847D01* +X147547790Y-121855627D01* +X147597572Y-121888890D01* +X147602323Y-121889835D01* +X147641466Y-121897622D01* +X147641472Y-121897622D01* +X147641474Y-121897623D01* +X147641475Y-121897623D01* +X149621113Y-121897623D01* +X149621114Y-121897623D01* +X149621115Y-121897622D01* +X149621121Y-121897622D01* +X149642917Y-121893285D01* +X149665016Y-121888890D01* +X149714798Y-121855627D01* +X149748061Y-121805845D01* +X149752456Y-121783746D01* +X149756793Y-121761950D01* +X149756794Y-121761941D01* +X149756794Y-121281623D01* +X149775701Y-121223432D01* +X149825201Y-121187468D01* +X149855794Y-121182623D01* +X154156794Y-121182623D01* +X154214985Y-121201530D01* +X154250949Y-121251030D01* +X154255794Y-121281623D01* +X154255794Y-121771950D01* +X154264526Y-121815843D01* +X154264527Y-121815845D01* +X154297790Y-121865627D01* +X154347572Y-121898890D01* +X154358621Y-121901087D01* +X154391466Y-121907622D01* +X154391472Y-121907622D01* +X154391474Y-121907623D01* +X154391475Y-121907623D01* +X156371113Y-121907623D01* +X156371114Y-121907623D01* +X156371115Y-121907622D01* +X156371121Y-121907622D01* +X156392917Y-121903285D01* +X156415016Y-121898890D01* +X156464798Y-121865627D01* +X156498061Y-121815845D01* +X156506794Y-121771943D01* +X156506794Y-120042303D01* +X156506793Y-120042301D01* +X156506793Y-120042295D01* +X156498839Y-120002311D01* +X156498061Y-119998401D01* +X156464798Y-119948619D01* +X156434797Y-119928573D01* +X156415018Y-119915357D01* +X156415014Y-119915355D01* +X156371121Y-119906623D01* +X156371114Y-119906623D01* +X154391474Y-119906623D01* +X154391466Y-119906623D01* +X154347573Y-119915355D01* +X154347569Y-119915357D01* +X154297792Y-119948617D01* +X154297788Y-119948621D01* +X154264528Y-119998398D01* +X154264526Y-119998402D01* +X154255794Y-120042295D01* +X154255794Y-120532623D01* +X154236887Y-120590814D01* +X154187387Y-120626778D01* +X154156794Y-120631623D01* +X149855794Y-120631623D01* +X149797603Y-120612716D01* +X149761639Y-120563216D01* +X149756794Y-120532623D01* +X149756794Y-120032304D01* +X149756793Y-120032295D01* +X149749498Y-119995623D01* +X149748061Y-119988401D01* +X149714798Y-119938619D01* +X149679984Y-119915357D01* +X149665018Y-119905357D01* +X149665014Y-119905355D01* +X149621121Y-119896623D01* +X149621114Y-119896623D01* +X149005794Y-119896623D01* +X148947603Y-119877716D01* +X148911639Y-119828216D01* +X148906794Y-119797623D01* +X148906794Y-118177083D01* +X148908696Y-118157769D01* +X148909082Y-118155827D01* +X148912191Y-118140199D01* +X148890810Y-118032705D01* +X148890810Y-118032704D01* +X148842586Y-117960533D01* +X148842586Y-117960532D01* +X148842582Y-117960528D01* +X148829921Y-117941579D01* +X148829920Y-117941578D01* +X148829918Y-117941575D01* +X148815027Y-117931625D01* +X148800025Y-117919314D01* +X146765282Y-115884571D01* +X146737505Y-115830054D01* +X146736286Y-115814567D01* +X146736286Y-115386434D01* +X146736286Y-115386431D01* +X146726359Y-115318298D01* +X146724662Y-115314827D01* +X146694527Y-115253185D01* +X146674984Y-115213208D01* +X146592269Y-115130493D01* +X146572947Y-115121047D01* +X146487181Y-115079118D01* +X146459925Y-115075147D01* +X146419046Y-115069191D01* +X145802526Y-115069191D01* +X145776411Y-115072996D01* +X145734390Y-115079118D01* +X145629304Y-115130492D01* +X145546587Y-115213209D01* +X145529981Y-115247179D01* +X145513860Y-115280156D01* +X145509697Y-115288671D01* +X145467154Y-115332645D01* +X145420756Y-115344191D01* +X144372778Y-115344191D01* +X144314587Y-115325284D01* +X144278623Y-115275784D01* +X144278623Y-115214598D01* +X144311428Y-115169445D01* +X144310699Y-115168603D01* +X144314320Y-115165465D01* +X144314587Y-115165098D01* +X144315331Y-115164588D01* +X144316046Y-115163969D01* +X144316046Y-115163968D01* +X144316049Y-115163967D01* +X144400882Y-115066063D01* +X144446042Y-114967175D01* +X144466091Y-114938301D01* +X144653866Y-114750527D01* +X149843124Y-114750527D01* +X149843125Y-114750528D01* +X150435641Y-114750528D01* +X150493832Y-114769435D01* +X150529796Y-114818935D01* +X150530630Y-114877417D01* +X150519669Y-114914751D01* +X150515520Y-114928883D01* +X150514536Y-114932233D01* +X150514536Y-115068823D01* +X150530630Y-115123638D01* +X150528884Y-115184797D01* +X150491521Y-115233250D01* +X150435641Y-115250528D01* +X149843125Y-115250528D01* +X149889768Y-115404290D01* +X149889770Y-115404295D01* +X149987260Y-115586688D01* +X149987267Y-115586698D01* +X150118476Y-115746578D01* +X150118485Y-115746587D01* +X150278365Y-115877796D01* +X150278375Y-115877803D01* +X150460768Y-115975293D01* +X150460773Y-115975295D01* +X150658702Y-116035336D01* +X150739534Y-116043297D01* +X150739536Y-116043296D01* +X150739536Y-115558720D01* +X150758443Y-115500529D01* +X150807943Y-115464565D01* +X150852626Y-115460728D01* +X150955557Y-115475528D01* +X150955561Y-115475528D01* +X151023515Y-115475528D01* +X151126446Y-115460728D01* +X151186735Y-115471161D01* +X151229378Y-115515038D01* +X151239536Y-115558720D01* +X151239536Y-116043296D01* +X151239537Y-116043297D01* +X151320369Y-116035336D01* +X151518298Y-115975295D01* +X151518303Y-115975293D01* +X151700696Y-115877803D01* +X151700706Y-115877796D01* +X151860586Y-115746587D01* +X151860595Y-115746578D01* +X151991804Y-115586698D01* +X151991811Y-115586688D01* +X152089301Y-115404295D01* +X152089303Y-115404290D01* +X152135947Y-115250528D01* +X151543431Y-115250528D01* +X151485240Y-115231621D01* +X151449276Y-115182121D01* +X151448441Y-115123638D01* +X151464536Y-115068823D01* +X151464536Y-114932233D01* +X151448441Y-114877417D01* +X151450188Y-114816259D01* +X151487551Y-114767806D01* +X151543431Y-114750528D01* +X152135947Y-114750528D01* +X152135947Y-114750527D01* +X152134931Y-114747178D01* +X156596472Y-114747178D01* +X156596473Y-114747179D01* +X157188989Y-114747179D01* +X157247180Y-114766086D01* +X157283144Y-114815586D01* +X157283978Y-114874068D01* +X157267884Y-114928884D01* +X157267884Y-115065474D01* +X157283978Y-115120289D01* +X157282232Y-115181448D01* +X157244869Y-115229901D01* +X157188989Y-115247179D01* +X156596473Y-115247179D01* +X156643116Y-115400941D01* +X156643118Y-115400946D01* +X156740608Y-115583339D01* +X156740615Y-115583349D01* +X156871824Y-115743229D01* +X156871833Y-115743238D01* +X157031713Y-115874447D01* +X157031723Y-115874454D01* +X157214116Y-115971944D01* +X157214121Y-115971946D01* +X157412050Y-116031987D01* +X157492882Y-116039948D01* +X157492884Y-116039947D01* +X157492884Y-115555371D01* +X157511791Y-115497180D01* +X157561291Y-115461216D01* +X157605974Y-115457379D01* +X157708905Y-115472179D01* +X157708909Y-115472179D01* +X157776863Y-115472179D01* +X157879794Y-115457379D01* +X157940083Y-115467812D01* +X157982726Y-115511689D01* +X157992884Y-115555371D01* +X157992884Y-116039947D01* +X157992885Y-116039948D01* +X158073717Y-116031987D01* +X158271646Y-115971946D01* +X158271651Y-115971944D01* +X158454044Y-115874454D01* +X158454054Y-115874447D01* +X158613934Y-115743238D01* +X158613943Y-115743229D01* +X158745152Y-115583349D01* +X158745159Y-115583339D01* +X158842649Y-115400946D01* +X158842651Y-115400941D01* +X158889295Y-115247179D01* +X158296779Y-115247179D01* +X158238588Y-115228272D01* +X158202624Y-115178772D01* +X158201789Y-115120289D01* +X158217884Y-115065474D01* +X158217884Y-114928884D01* +X158201789Y-114874068D01* +X158203536Y-114812910D01* +X158240899Y-114764457D01* +X158296779Y-114747179D01* +X158889295Y-114747179D01* +X158889295Y-114747178D01* +X158842651Y-114593416D01* +X158842649Y-114593411D01* +X158745159Y-114411018D01* +X158745152Y-114411008D01* +X158613943Y-114251128D01* +X158613934Y-114251119D01* +X158454054Y-114119910D01* +X158454044Y-114119903D01* +X158271651Y-114022413D01* +X158271646Y-114022411D01* +X158073720Y-113962370D01* +X158073714Y-113962369D01* +X157992884Y-113954408D01* +X157992884Y-114438986D01* +X157973977Y-114497177D01* +X157924477Y-114533141D01* +X157879795Y-114536978D01* +X157776864Y-114522179D01* +X157776859Y-114522179D01* +X157708909Y-114522179D01* +X157708904Y-114522179D01* +X157605973Y-114536978D01* +X157545684Y-114526545D01* +X157503041Y-114482667D01* +X157492884Y-114438986D01* +X157492884Y-113954408D01* +X157492883Y-113954408D01* +X157412053Y-113962369D01* +X157412047Y-113962370D01* +X157214121Y-114022411D01* +X157214116Y-114022413D01* +X157031723Y-114119903D01* +X157031713Y-114119910D01* +X156871833Y-114251119D01* +X156871824Y-114251128D01* +X156740615Y-114411008D01* +X156740608Y-114411018D01* +X156643118Y-114593411D01* +X156643116Y-114593416D01* +X156596472Y-114747178D01* +X152134931Y-114747178D01* +X152089303Y-114596765D01* +X152089301Y-114596760D01* +X151991811Y-114414367D01* +X151991804Y-114414357D01* +X151860595Y-114254477D01* +X151860586Y-114254468D01* +X151700706Y-114123259D01* +X151700696Y-114123252D01* +X151518303Y-114025762D01* +X151518298Y-114025760D01* +X151320372Y-113965719D01* +X151320366Y-113965718D01* +X151239536Y-113957757D01* +X151239536Y-114442335D01* +X151220629Y-114500526D01* +X151171129Y-114536490D01* +X151126447Y-114540327D01* +X151023516Y-114525528D01* +X151023511Y-114525528D01* +X150955561Y-114525528D01* +X150955556Y-114525528D01* +X150852625Y-114540327D01* +X150792336Y-114529894D01* +X150749693Y-114486016D01* +X150739536Y-114442335D01* +X150739536Y-113957757D01* +X150739535Y-113957757D01* +X150658705Y-113965718D01* +X150658699Y-113965719D01* +X150460773Y-114025760D01* +X150460768Y-114025762D01* +X150278375Y-114123252D01* +X150278365Y-114123259D01* +X150118485Y-114254468D01* +X150118476Y-114254477D01* +X149987267Y-114414357D01* +X149987260Y-114414367D01* +X149889770Y-114596760D01* +X149889768Y-114596765D01* +X149843124Y-114750527D01* +X144653866Y-114750527D01* +X145005207Y-114399187D01* +X145059723Y-114371410D01* +X145075210Y-114370191D01* +X145499598Y-114370191D01* +X145557789Y-114389098D01* +X145569595Y-114399181D01* +X145629303Y-114458889D01* +X145663505Y-114475609D01* +X145734390Y-114510263D01* +X145734391Y-114510263D01* +X145734393Y-114510264D01* +X145802526Y-114520191D01* +X145802529Y-114520191D01* +X146419043Y-114520191D01* +X146419046Y-114520191D01* +X146487179Y-114510264D01* +X146592269Y-114458889D01* +X146674984Y-114376174D01* +X146726359Y-114271084D01* +X146736286Y-114202951D01* +X146736286Y-113736431D01* +X146726359Y-113668298D01* +X146725346Y-113666226D01* +X146699560Y-113613479D01* +X146674984Y-113563208D01* +X146592269Y-113480493D01* +X146592267Y-113480492D01* +X146592266Y-113480491D01* +X146592263Y-113480489D01* +X146576805Y-113472932D01* +X146532831Y-113430389D01* +X146521286Y-113383992D01* +X146521286Y-112840590D01* +X146540193Y-112782399D01* +X146589693Y-112746435D01* +X146650879Y-112746435D01* +X146690287Y-112770584D01* +X146748281Y-112828578D01* +X146748283Y-112828579D01* +X146769772Y-112839528D01* +X146783018Y-112847645D01* +X146802533Y-112861824D01* +X146802535Y-112861824D01* +X146802536Y-112861825D01* +X146825475Y-112869278D01* +X146839818Y-112875218D01* +X146861319Y-112886174D01* +X146885147Y-112889947D01* +X146900256Y-112893575D01* +X146908817Y-112896356D01* +X146923190Y-112901027D01* +X146953060Y-112901027D01* +X146953084Y-112901028D01* +X146955104Y-112901028D01* +X149880280Y-112901028D01* +X149938471Y-112919935D01* +X149964296Y-112947661D01* +X150069281Y-113116095D01* +X150069283Y-113116097D01* +X150069284Y-113116099D01* +X150072961Y-113119967D01* +X150206293Y-113260232D01* +X150209477Y-113263581D01* +X150209479Y-113263582D01* +X150209482Y-113263585D01* +X150371674Y-113376473D01* +X150376487Y-113379823D01* +X150563476Y-113460067D01* +X150563478Y-113460068D01* +X150762795Y-113501028D01* +X150762798Y-113501028D01* +X151165280Y-113501028D01* +X151198211Y-113497679D01* +X151316974Y-113485602D01* +X151511124Y-113424687D01* +X151689038Y-113325937D01* +X151843431Y-113193394D01* +X151967984Y-113032486D01* +X151976140Y-113015859D01* +X152006935Y-112953080D01* +X152049537Y-112909163D01* +X152095818Y-112897679D01* +X156633628Y-112897679D01* +X156691819Y-112916586D01* +X156717644Y-112944312D01* +X156822629Y-113112746D01* +X156822631Y-113112748D01* +X156822632Y-113112750D01* +X156825817Y-113116101D01* +X156954313Y-113251278D01* +X156962825Y-113260232D01* +X156962827Y-113260233D01* +X156962830Y-113260236D01* +X157128272Y-113375386D01* +X157129835Y-113376474D01* +X157316824Y-113456718D01* +X157316826Y-113456719D01* +X157516143Y-113497679D01* +X157516146Y-113497679D01* +X157918628Y-113497679D01* +X157944265Y-113495071D01* +X158070322Y-113482253D01* +X158264472Y-113421338D01* +X158442386Y-113322588D01* +X158596779Y-113190045D01* +X158721332Y-113029137D01* +X158721334Y-113029133D01* +X158758640Y-112953080D01* +X158801242Y-112909163D01* +X158847523Y-112897679D01* +X158941730Y-112897679D01* +X158941731Y-112897679D01* +X158964680Y-112890222D01* +X158979763Y-112886600D01* +X159003602Y-112882825D01* +X159025100Y-112871869D01* +X159039449Y-112865927D01* +X159062388Y-112858475D01* +X159081910Y-112844290D01* +X159095147Y-112836179D01* +X159116640Y-112825229D01* +X159133559Y-112808308D01* +X159133563Y-112808306D01* +X159139205Y-112802664D01* +X159139207Y-112802663D01* +X160096270Y-111845600D01* +X160096271Y-111845598D01* +X160101913Y-111839956D01* +X160101915Y-111839952D01* +X160118836Y-111823033D01* +X160129791Y-111801533D01* +X160137897Y-111788303D01* +X160152082Y-111768781D01* +X160159534Y-111745842D01* +X160165476Y-111731493D01* +X160176432Y-111709995D01* +X160180207Y-111686156D01* +X160183829Y-111671073D01* +X160191286Y-111648124D01* +X160191286Y-111521258D01* +X160191286Y-111521257D01* +X160191286Y-88703172D01* +X160191286Y-88671258D01* +X160183828Y-88648304D01* +X160180204Y-88633205D01* +X160179697Y-88630003D01* +X160176432Y-88609387D01* +X160176430Y-88609384D01* +X160176430Y-88609382D01* +X160165480Y-88587892D01* +X160159534Y-88573538D01* +X160158761Y-88571158D01* +X160152082Y-88550601D01* +X160152079Y-88550597D01* +X160152079Y-88550596D01* +X160137905Y-88531089D01* +X160129787Y-88517843D01* +X160118836Y-88496349D01* +X160078354Y-88455867D01* +X160029128Y-88406640D01* +X159496333Y-87873845D01* +X159476252Y-87853765D01* +X159476251Y-87853764D01* +X159454756Y-87842811D01* +X159441517Y-87834698D01* +X159423451Y-87821573D01* +X159421999Y-87820518D01* +X159421997Y-87820517D01* +X159399051Y-87813061D01* +X159384697Y-87807115D01* +X159363215Y-87796168D01* +X159339383Y-87792393D01* +X159324283Y-87788767D01* +X159301346Y-87781314D01* +X159301342Y-87781314D01* +X159269428Y-87781314D01* +X158866336Y-87781314D01* +X158808145Y-87762407D01* +X158782320Y-87734681D01* +X158677334Y-87566246D01* +X158677329Y-87566240D01* +X158671109Y-87559697D01* +X158537139Y-87418761D01* +X158537137Y-87418759D01* +X158537133Y-87418756D01* +X158370134Y-87302522D01* +X158370131Y-87302520D01* +X158370129Y-87302519D01* +X158183138Y-87222274D01* +X158183140Y-87222274D01* +X158100740Y-87205341D01* +X157983821Y-87181314D01* +X157581338Y-87181314D01* +X157581336Y-87181314D01* +X157429641Y-87196740D01* +X157235490Y-87257655D01* +X157235489Y-87257656D01* +X157057581Y-87356402D01* +X157057578Y-87356404D01* +X156903189Y-87488943D01* +X156778631Y-87649857D01* +X156778628Y-87649862D01* +X156742338Y-87723845D01* +X156699736Y-87767762D01* +X156653456Y-87779246D01* +X152105706Y-87779246D01* +X152047515Y-87760339D01* +X152021690Y-87732613D01* +X151916704Y-87564178D01* +X151916699Y-87564172D01* +X151776513Y-87416697D01* +X151776503Y-87416688D01* +X151609504Y-87300454D01* +X151609501Y-87300452D01* +X151609499Y-87300451D01* +X151422508Y-87220206D01* +X151422510Y-87220206D01* +X151342781Y-87203822D01* +X151223191Y-87179246D01* +X150820708Y-87179246D01* +X150820706Y-87179246D01* +X150669011Y-87194672D01* +X150474860Y-87255587D01* +X150474859Y-87255588D01* +X150296951Y-87354334D01* +X150296948Y-87354336D01* +X150142559Y-87486875D01* +X150017999Y-87647791D01* +X149980694Y-87723845D01* +X149938092Y-87767762D01* +X149891811Y-87779246D01* +X147317192Y-87779246D01* +X147317168Y-87779247D01* +X147287294Y-87779247D01* +X147264357Y-87786700D01* +X147249255Y-87790326D01* +X147225424Y-87794100D01* +X147203929Y-87805052D01* +X147189584Y-87810994D01* +X147166642Y-87818449D01* +X147147124Y-87832630D01* +X147133881Y-87840745D01* +X147112389Y-87851696D01* +X147112387Y-87851697D01* +X147089822Y-87874262D01* +X147089822Y-87874263D01* +X146253889Y-88710195D01* +X146199372Y-88737972D01* +X146183885Y-88739191D01* +X146022514Y-88739191D01* +X145964323Y-88720284D01* +X145928359Y-88670784D01* +X145928359Y-88609598D01* +X145947694Y-88575361D01* +X145988714Y-88528018D01* +X146036168Y-88473254D01* +X146089983Y-88355417D01* +X146104438Y-88254880D01* +X146108419Y-88227193D01* +X146108419Y-88227191D01* +X146107658Y-88221900D01* +X146107236Y-88218965D01* +X146117665Y-88158678D01* +X146135220Y-88134871D01* +X148285850Y-85984242D01* +X148340368Y-85956465D01* +X148355855Y-85955246D01* +X149837665Y-85955246D01* +X149895856Y-85974153D01* +X149930501Y-86019861D01* +X149968564Y-86122633D01* +X149998895Y-86171295D01* +X150076195Y-86295313D01* +X150076200Y-86295319D01* +X150209011Y-86435036D01* +X150216391Y-86442799D01* +X150216393Y-86442800D01* +X150216396Y-86442803D01* +X150383395Y-86559037D01* +X150383401Y-86559041D01* +X150570390Y-86639285D01* +X150570392Y-86639286D01* +X150769709Y-86680246D01* +X150769712Y-86680246D01* +X151172194Y-86680246D01* +X151197831Y-86677638D01* +X151323888Y-86664820D01* +X151518038Y-86603905D01* +X151695952Y-86505155D01* +X151850345Y-86372612D01* +X151974898Y-86211704D01* +X152064510Y-86029017D01* +X152064511Y-86029009D01* +X152066253Y-86024311D01* +X152068027Y-86024968D01* +X152096766Y-85979898D01* +X152153702Y-85957496D01* +X152159707Y-85957314D01* +X156598295Y-85957314D01* +X156656486Y-85976221D01* +X156691131Y-86021929D01* +X156729194Y-86124701D01* +X156758236Y-86171295D01* +X156836825Y-86297381D01* +X156836830Y-86297387D01* +X156953564Y-86420191D01* +X156977021Y-86444867D01* +X156977023Y-86444868D01* +X156977026Y-86444871D01* +X157115539Y-86541278D01* +X157144031Y-86561109D01* +X157331020Y-86641353D01* +X157331022Y-86641354D01* +X157530339Y-86682314D01* +X157530342Y-86682314D01* +X157932824Y-86682314D01* +X157958461Y-86679706D01* +X158084518Y-86666888D01* +X158278668Y-86605973D01* +X158456582Y-86507223D01* +X158610975Y-86374680D01* +X158735528Y-86213772D01* +X158825140Y-86031085D01* +X158876143Y-85834099D01* +X158886449Y-85630878D01* +X158855636Y-85429743D01* +X158784966Y-85238927D01* +X158677332Y-85066243D01* +X158605332Y-84990500D01* +X158537143Y-84918765D01* +X158537133Y-84918756D01* +X158370134Y-84802522D01* +X158370131Y-84802520D01* +X158370129Y-84802519D01* +X158183138Y-84722274D01* +X158183140Y-84722274D01* +X158103411Y-84705890D01* +X157983821Y-84681314D01* +X157581338Y-84681314D01* +X157581336Y-84681314D01* +X157429641Y-84696740D01* +X157235490Y-84757655D01* +X157235489Y-84757656D01* +X157057581Y-84856402D01* +X157057578Y-84856404D01* +X156903189Y-84988943D01* +X156903185Y-84988947D01* +X156903185Y-84988948D01* +X156889151Y-85007078D01* +X156778629Y-85149859D01* +X156689018Y-85332547D01* +X156687277Y-85337249D01* +X156686132Y-85336825D01* +X156656241Y-85383721D01* +X156599307Y-85406131D01* +X156593288Y-85406314D01* +X153493012Y-85406314D01* +X153473696Y-85404411D01* +X153472871Y-85404246D01* +X153472864Y-85404246D01* +X152155235Y-85404246D01* +X152097044Y-85385339D01* +X152062398Y-85339630D01* +X152024336Y-85236859D01* +X151923949Y-85075802D01* +X151916704Y-85064178D01* +X151916699Y-85064172D01* +X151908786Y-85055848D01* +X151776509Y-84916693D01* +X151776507Y-84916691D01* +X151776503Y-84916688D01* +X151609504Y-84800454D01* +X151609501Y-84800452D01* +X151609499Y-84800451D01* +X151422508Y-84720206D01* +X151422510Y-84720206D01* +X151342781Y-84703822D01* +X151223191Y-84679246D01* +X150820708Y-84679246D01* +X150820706Y-84679246D01* +X150669011Y-84694672D01* +X150474860Y-84755587D01* +X150474859Y-84755588D01* +X150296951Y-84854334D01* +X150296948Y-84854336D01* +X150142559Y-84986875D01* +X150017999Y-85147791D01* +X149928388Y-85330479D01* +X149926647Y-85335181D01* +X149925502Y-85334757D01* +X149895611Y-85381653D01* +X149838677Y-85404063D01* +X149832658Y-85404246D01* +X148237615Y-85404246D01* +X148218301Y-85402344D01* +X148208181Y-85400331D01* +X148200731Y-85398849D01* +X148200730Y-85398849D01* +X148193280Y-85400331D01* +X148173598Y-85404246D01* +X148093236Y-85420231D01* +X148093234Y-85420231D01* +X148093234Y-85420232D01* +X148093229Y-85420234D01* +X148027655Y-85464050D01* +X148027645Y-85464057D01* +X148002109Y-85481120D01* +X148002103Y-85481126D01* +X147992154Y-85496015D01* +X147979846Y-85511013D01* +X145743166Y-87747695D01* +X145688649Y-87775472D01* +X145673162Y-87776691D01* +X145588511Y-87776691D01* +X145464219Y-87813186D01* +X145464212Y-87813189D01* +X145355238Y-87883222D01* +X145270403Y-87981129D01* +X145216588Y-88098965D01* +X145198153Y-88227188D01* +X145198153Y-88227193D01* +X145199336Y-88235424D01* +X145188900Y-88295712D01* +X145171347Y-88319511D01* +X144780665Y-88710194D01* +X144726148Y-88737972D01* +X144710661Y-88739191D01* +X144282526Y-88739191D01* +X144248459Y-88744154D01* +X144214390Y-88749118D01* +X144109304Y-88800492D01* +X144026586Y-88883210D01* +X144026585Y-88883212D01* +X144014226Y-88908493D01* +X143971682Y-88952467D01* +X143911417Y-88963036D01* +X143856449Y-88936163D01* +X143827774Y-88882113D01* +X143826286Y-88865012D01* +X143826286Y-87337314D01* +X143845193Y-87279123D01* +X143855276Y-87267316D01* +X144744356Y-86378235D01* +X144798871Y-86350460D01* +X144859303Y-86360031D01* +X144869802Y-86367659D01* +X144870452Y-86366712D01* +X144878019Y-86371895D01* +X144878021Y-86371897D01* +X144980795Y-86417276D01* +X145005921Y-86420191D01* +X145395650Y-86420190D01* +X145420777Y-86417276D01* +X145523551Y-86371897D01* +X145602992Y-86292456D01* +X145648371Y-86189682D01* +X145651286Y-86164556D01* +X145651285Y-84899827D01* +X145648371Y-84874700D01* +X145602992Y-84771926D01* +X145523551Y-84692485D01* +X145420777Y-84647106D01* +X145420776Y-84647105D01* +X145420774Y-84647105D01* +X145395654Y-84644191D01* +X145005925Y-84644191D01* +X145005922Y-84644192D01* +X144980795Y-84647105D01* +X144878021Y-84692485D01* +X144798580Y-84771926D01* +X144753200Y-84874702D01* +X144750286Y-84899821D01* +X144750286Y-85552066D01* +X144731379Y-85610257D01* +X144721290Y-85622070D01* +X143382053Y-86961306D01* +X143367055Y-86973614D01* +X143352165Y-86983564D01* +X143352164Y-86983564D01* +X143296689Y-87066587D01* +X143284379Y-87081586D01* +X143283296Y-87082668D01* +X143285412Y-87104151D01* +X143274600Y-87158505D01* +X143269889Y-87182191D01* +X143271793Y-87191765D01* +X143273384Y-87199760D01* +X143275286Y-87219074D01* +X143275286Y-93087775D01* +X143256379Y-93145966D01* +X143251106Y-93152605D01* +X143167904Y-93248627D01* +X143114088Y-93366465D01* +X143095653Y-93494688D01* +X143095653Y-93494693D01* +X143114088Y-93622916D01* +X143150010Y-93701572D01* +X143167904Y-93740754D01* +X143252077Y-93837896D01* +X143252738Y-93838659D01* +X143352933Y-93903050D01* +X143361717Y-93908695D01* +X143486014Y-93945191D01* +X143570662Y-93945191D01* +X143628853Y-93964098D01* +X143640666Y-93974187D01* +X143719627Y-94053148D01* +X143747404Y-94107665D01* +X143737833Y-94168097D01* +X143694568Y-94211362D01* +X143678857Y-94217737D01* +X143674398Y-94219115D01* +X143569304Y-94270492D01* +X143486587Y-94353209D01* +X143435213Y-94458295D01* +X143435213Y-94458298D01* +X143425286Y-94526431D01* +X143425286Y-94992951D01* +X143428572Y-95015502D01* +X143435213Y-95061086D01* +X143481080Y-95154907D01* +X143486588Y-95166174D01* +X143569303Y-95248889D01* +X143623071Y-95275174D01* +X143674390Y-95300263D01* +X143674391Y-95300263D01* +X143674393Y-95300264D01* +X143742526Y-95310191D01* +X143742529Y-95310191D01* +X144359043Y-95310191D01* +X144359046Y-95310191D01* +X144427179Y-95300264D01* +X144532269Y-95248889D01* +X144614984Y-95166174D01* +X144666359Y-95061084D01* +X144676286Y-94992951D01* +X144676286Y-94526431D01* +X144666359Y-94458298D01* +X144665455Y-94456449D01* +X144632103Y-94388226D01* +X144614984Y-94353208D01* +X144532269Y-94270493D01* +X144520798Y-94264885D01* +X144427179Y-94219117D01* +X144411008Y-94216761D01* +X144356153Y-94189659D01* +X144327704Y-94135490D01* +X144326286Y-94118796D01* +X144326286Y-94031574D01* +X144328188Y-94012260D01* +X144331683Y-93994691D01* +X144326286Y-93967558D01* +X144310301Y-93887196D01* +X144310299Y-93887193D01* +X144310299Y-93887192D01* +X144277846Y-93838624D01* +X144272167Y-93830124D01* +X144264780Y-93819069D01* +X144264778Y-93819067D01* +X144249410Y-93796067D01* +X144234519Y-93786117D01* +X144219517Y-93773806D01* +X144050262Y-93604551D01* +X144880286Y-93604551D01* +X144880287Y-93604554D01* +X144883200Y-93629681D01* +X144904807Y-93678615D01* +X144928580Y-93732456D01* +X145008021Y-93811897D01* +X145110795Y-93857276D01* +X145135921Y-93860191D01* +X145525650Y-93860190D01* +X145550777Y-93857276D01* +X145636298Y-93819514D01* +X145697167Y-93813306D01* +X145750061Y-93844062D01* +X145774775Y-93900033D01* +X145775286Y-93910079D01* +X145775286Y-94268796D01* +X145756379Y-94326987D01* +X145706879Y-94362951D01* +X145690564Y-94366761D01* +X145674392Y-94369117D01* +X145569304Y-94420492D01* +X145486587Y-94503209D01* +X145435213Y-94608295D01* +X145431220Y-94635705D01* +X145425286Y-94676431D01* +X145425286Y-95142951D01* +X145428670Y-95166174D01* +X145435213Y-95211086D01* +X145483663Y-95310191D01* +X145486588Y-95316174D01* +X145569303Y-95398889D01* +X145602449Y-95415093D01* +X145674390Y-95450263D01* +X145674391Y-95450263D01* +X145674393Y-95450264D01* +X145742526Y-95460191D01* +X146170662Y-95460191D01* +X146228853Y-95479098D01* +X146240666Y-95489187D01* +X149846214Y-99094735D01* +X149873991Y-99149252D01* +X149874068Y-99149748D01* +X149900898Y-99324886D01* +X149902834Y-99337520D01* +X149973504Y-99528336D01* +X150008519Y-99584513D01* +X150081135Y-99701016D01* +X150081137Y-99701018D01* +X150081138Y-99701020D01* +X150106788Y-99728004D01* +X150220605Y-99847739D01* +X150221331Y-99848502D01* +X150221333Y-99848503D01* +X150221336Y-99848506D01* +X150387252Y-99963986D01* +X150388341Y-99964744D01* +X150575330Y-100044988D01* +X150575332Y-100044989D01* +X150774649Y-100085949D01* +X150774652Y-100085949D01* +X151177134Y-100085949D01* +X151202771Y-100083341D01* +X151328828Y-100070523D01* +X151522978Y-100009608D01* +X151700892Y-99910858D01* +X151855285Y-99778315D01* +X151979838Y-99617407D01* +X152069450Y-99434720D01* +X152069537Y-99434382D01* +X152069627Y-99434240D01* +X152071193Y-99430014D01* +X152072106Y-99430352D01* +X152102422Y-99382787D01* +X152159355Y-99360374D01* +X152165378Y-99360191D01* +X156597001Y-99360191D01* +X156655192Y-99379098D01* +X156689837Y-99424806D01* +X156727900Y-99527578D01* +X156736107Y-99540745D01* +X156835531Y-99700258D01* +X156835533Y-99700260D01* +X156835534Y-99700262D01* +X156854299Y-99720003D01* +X156939614Y-99809754D01* +X156975727Y-99847744D01* +X156975729Y-99847745D01* +X156975732Y-99847748D01* +X157142731Y-99963982D01* +X157142737Y-99963986D01* +X157329726Y-100044230D01* +X157329728Y-100044231D01* +X157529045Y-100085191D01* +X157529048Y-100085191D01* +X157931530Y-100085191D01* +X157957167Y-100082583D01* +X158083224Y-100069765D01* +X158277374Y-100008850D01* +X158455288Y-99910100D01* +X158609681Y-99777557D01* +X158734234Y-99616649D01* +X158823846Y-99433962D01* +X158874849Y-99236976D01* +X158885155Y-99033755D01* +X158854342Y-98832620D01* +X158783672Y-98641804D01* +X158676512Y-98469881D01* +X158676040Y-98469123D01* +X158676035Y-98469117D01* +X158535849Y-98321642D01* +X158535839Y-98321633D01* +X158368840Y-98205399D01* +X158368837Y-98205397D01* +X158368835Y-98205396D01* +X158181844Y-98125151D01* +X158181846Y-98125151D01* +X158086730Y-98105605D01* +X157982527Y-98084191D01* +X157580044Y-98084191D01* +X157580042Y-98084191D01* +X157428347Y-98099617D01* +X157234196Y-98160532D01* +X157234195Y-98160533D01* +X157056287Y-98259279D01* +X157056284Y-98259281D01* +X156901895Y-98391820D01* +X156777335Y-98552736D01* +X156687724Y-98735424D01* +X156685983Y-98740126D01* +X156684838Y-98739702D01* +X156654947Y-98786598D01* +X156598013Y-98809008D01* +X156591994Y-98809191D01* +X152159895Y-98809191D01* +X152101704Y-98790284D01* +X152067058Y-98744574D01* +X152029277Y-98642565D01* +X152029276Y-98642563D01* +X152029276Y-98642562D01* +X151921642Y-98469878D01* +X151801926Y-98343938D01* +X151781453Y-98322400D01* +X151781443Y-98322391D01* +X151614444Y-98206157D01* +X151614441Y-98206155D01* +X151614439Y-98206154D01* +X151427448Y-98125909D01* +X151427450Y-98125909D01* +X151347721Y-98109525D01* +X151228131Y-98084949D01* +X150825648Y-98084949D01* +X150825646Y-98084949D01* +X150673951Y-98100375D01* +X150479800Y-98161290D01* +X150479799Y-98161291D01* +X150301891Y-98260037D01* +X150301888Y-98260039D01* +X150147495Y-98392582D01* +X150118475Y-98430072D01* +X150067904Y-98464513D01* +X150006747Y-98462651D01* +X149970186Y-98439475D01* +X148980987Y-97450276D01* +X149875890Y-97450276D01* +X149884622Y-97494169D01* +X149884623Y-97494171D01* +X149917886Y-97543953D01* +X149967668Y-97577216D01* +X149978717Y-97579413D01* +X150011562Y-97585948D01* +X150011568Y-97585948D01* +X150011570Y-97585949D01* +X150011571Y-97585949D01* +X151991209Y-97585949D01* +X151991210Y-97585949D01* +X151991211Y-97585948D01* +X151991217Y-97585948D01* +X152013013Y-97581611D01* +X152035112Y-97577216D01* +X152084894Y-97543953D01* +X152118157Y-97494171D01* +X152125697Y-97456266D01* +X152126889Y-97450276D01* +X152126890Y-97450267D01* +X152126890Y-96959949D01* +X152145797Y-96901758D01* +X152195297Y-96865794D01* +X152225890Y-96860949D01* +X156531286Y-96860949D01* +X156589477Y-96879856D01* +X156625441Y-96929356D01* +X156630286Y-96959949D01* +X156630286Y-97449518D01* +X156639018Y-97493411D01* +X156639020Y-97493415D01* +X156665980Y-97533763D01* +X156672282Y-97543195D01* +X156722064Y-97576458D01* +X156733113Y-97578655D01* +X156765958Y-97585190D01* +X156765964Y-97585190D01* +X156765966Y-97585191D01* +X156765967Y-97585191D01* +X158745605Y-97585191D01* +X158745606Y-97585191D01* +X158745607Y-97585190D01* +X158745613Y-97585190D01* +X158773250Y-97579692D01* +X158789508Y-97576458D01* +X158839290Y-97543195D01* +X158872553Y-97493413D01* +X158879673Y-97457621D01* +X158881285Y-97449518D01* +X158881286Y-97449509D01* +X158881286Y-95719872D01* +X158881285Y-95719863D01* +X158874206Y-95684278D01* +X158872553Y-95675969D01* +X158839290Y-95626187D01* +X158813387Y-95608879D01* +X158789510Y-95592925D01* +X158789506Y-95592923D01* +X158745613Y-95584191D01* +X158745606Y-95584191D01* +X156765966Y-95584191D01* +X156765958Y-95584191D01* +X156722065Y-95592923D01* +X156722061Y-95592925D01* +X156672284Y-95626185D01* +X156672280Y-95626189D01* +X156639020Y-95675966D01* +X156639018Y-95675970D01* +X156630286Y-95719863D01* +X156630286Y-96210949D01* +X156611379Y-96269140D01* +X156561879Y-96305104D01* +X156531286Y-96309949D01* +X152225890Y-96309949D01* +X152167699Y-96291042D01* +X152131735Y-96241542D01* +X152126890Y-96210949D01* +X152126890Y-95720630D01* +X152126889Y-95720621D01* +X152118157Y-95676728D01* +X152118155Y-95676724D01* +X152114811Y-95671719D01* +X152084894Y-95626945D01* +X152052952Y-95605602D01* +X152035114Y-95593683D01* +X152035110Y-95593681D01* +X151991217Y-95584949D01* +X151991210Y-95584949D01* +X150011570Y-95584949D01* +X150011562Y-95584949D01* +X149967669Y-95593681D01* +X149967665Y-95593683D01* +X149917888Y-95626943D01* +X149917884Y-95626947D01* +X149884624Y-95676724D01* +X149884622Y-95676728D01* +X149875890Y-95720621D01* +X149875890Y-97450276D01* +X148980987Y-97450276D01* +X146705282Y-95174571D01* +X146677505Y-95120054D01* +X146676286Y-95104567D01* +X146676286Y-94676434D01* +X146674771Y-94666033D01* +X146666359Y-94608298D01* +X146664212Y-94603907D01* +X146630770Y-94535500D01* +X146614984Y-94503208D01* +X146532269Y-94420493D01* +X146532267Y-94420492D01* +X146427179Y-94369117D01* +X146411008Y-94366761D01* +X146356153Y-94339659D01* +X146327704Y-94285490D01* +X146326286Y-94268796D01* +X146326286Y-93729074D01* +X146328188Y-93709760D01* +X146331683Y-93692191D01* +X146319134Y-93629103D01* +X146310301Y-93584696D01* +X146282257Y-93542725D01* +X146264780Y-93516569D01* +X146262079Y-93512526D01* +X146262074Y-93512520D01* +X146249413Y-93493571D01* +X146249412Y-93493570D01* +X146249410Y-93493567D01* +X146234519Y-93483617D01* +X146219517Y-93471305D01* +X145810281Y-93062068D01* +X145782504Y-93007552D01* +X145781285Y-92992065D01* +X145781285Y-92339830D01* +X145781285Y-92339827D01* +X145778371Y-92314700D01* +X145732992Y-92211926D01* +X145653551Y-92132485D01* +X145550777Y-92087106D01* +X145550776Y-92087105D01* +X145550774Y-92087105D01* +X145525654Y-92084191D01* +X145135925Y-92084191D01* +X145135922Y-92084192D01* +X145110795Y-92087105D01* +X145008021Y-92132485D01* +X144928580Y-92211926D01* +X144883200Y-92314702D01* +X144880286Y-92339821D01* +X144880286Y-93604551D01* +X144050262Y-93604551D01* +X144032724Y-93587013D01* +X144004947Y-93532496D01* +X144004736Y-93502918D01* +X144005919Y-93494691D01* +X144005757Y-93493567D01* +X143987483Y-93366465D01* +X143975625Y-93340500D01* +X143933668Y-93248628D01* +X143890744Y-93199090D01* +X143850466Y-93152605D01* +X143826649Y-93096246D01* +X143826286Y-93087775D01* +X143826286Y-91944169D01* +X143845193Y-91885978D01* +X143894693Y-91850014D01* +X143955879Y-91850014D01* +X143995287Y-91874163D01* +X144058021Y-91936897D01* +X144160795Y-91982276D01* +X144185921Y-91985191D01* +X144575650Y-91985190D01* +X144600777Y-91982276D01* +X144703551Y-91936897D01* +X144782992Y-91857456D01* +X144828371Y-91754682D01* +X144831286Y-91729556D01* +X144831285Y-90464827D01* +X144828371Y-90439700D01* +X144822540Y-90426494D01* +X144799721Y-90374812D01* +X144791286Y-90334825D01* +X144791286Y-90054721D01* +X144810193Y-89996530D01* +X144846805Y-89965780D01* +X144922269Y-89928889D01* +X145004984Y-89846174D01* +X145056359Y-89741084D01* +X145066286Y-89672951D01* +X145066286Y-89244814D01* +X145085193Y-89186623D01* +X145095283Y-89174810D01* +X145563407Y-88706687D01* +X145617923Y-88678910D01* +X145633410Y-88677691D01* +X145643098Y-88677691D01* +X145701289Y-88696598D01* +X145737253Y-88746098D01* +X145737253Y-88807284D01* +X145713103Y-88846692D01* +X145694784Y-88865012D01* +X145676587Y-88883209D01* +X145625213Y-88988295D01* +X145622455Y-89007225D01* +X145615286Y-89056431D01* +X145615286Y-89672951D01* +X145619953Y-89704980D01* +X145625213Y-89741086D01* +X145661483Y-89815276D01* +X145676588Y-89846174D01* +X145759303Y-89928889D01* +X145824767Y-89960892D01* +X145868740Y-90003434D01* +X145880286Y-90049832D01* +X145880286Y-90312179D01* +X145871851Y-90352164D01* +X145857574Y-90384500D01* +X145833200Y-90439702D01* +X145830286Y-90464821D01* +X145830286Y-91729551D01* +X145830287Y-91729554D01* +X145833200Y-91754681D01* +X145851442Y-91795995D01* +X145878580Y-91857456D01* +X145958021Y-91936897D01* +X146060795Y-91982276D01* +X146085921Y-91985191D01* +X146475650Y-91985190D01* +X146500777Y-91982276D01* +X146603551Y-91936897D01* +X146682992Y-91857456D01* +X146728371Y-91754682D01* +X146731286Y-91729556D01* +X146731285Y-90464827D01* +X146728371Y-90439700D01* +X146723975Y-90429745D01* +X149850038Y-90429745D01* +X149850039Y-90429746D01* +X150442555Y-90429746D01* +X150500746Y-90448653D01* +X150536710Y-90498153D01* +X150537544Y-90556635D01* +X150527760Y-90589960D01* +X150524044Y-90602618D01* +X150521450Y-90611451D01* +X150521450Y-90748041D01* +X150537544Y-90802856D01* +X150535798Y-90864015D01* +X150498435Y-90912468D01* +X150442555Y-90929746D01* +X149850039Y-90929746D01* +X149896682Y-91083508D01* +X149896684Y-91083513D01* +X149994174Y-91265906D01* +X149994181Y-91265916D01* +X150125390Y-91425796D01* +X150125399Y-91425805D01* +X150285276Y-91557012D01* +X150285289Y-91557021D01* +X150467682Y-91654511D01* +X150467687Y-91654513D01* +X150665616Y-91714554D01* +X150746448Y-91722515D01* +X150746450Y-91722514D01* +X150746450Y-91237938D01* +X150765357Y-91179747D01* +X150814857Y-91143783D01* +X150859540Y-91139946D01* +X150962471Y-91154746D01* +X150962475Y-91154746D01* +X151030429Y-91154746D01* +X151133360Y-91139946D01* +X151193649Y-91150379D01* +X151236292Y-91194256D01* +X151246450Y-91237938D01* +X151246450Y-91722514D01* +X151246451Y-91722515D01* +X151327283Y-91714554D01* +X151525212Y-91654513D01* +X151525217Y-91654511D01* +X151707610Y-91557021D01* +X151707624Y-91557012D01* +X151867500Y-91425805D01* +X151867509Y-91425796D01* +X151998718Y-91265916D01* +X151998725Y-91265906D01* +X152096215Y-91083513D01* +X152096217Y-91083508D01* +X152142861Y-90929746D01* +X151550345Y-90929746D01* +X151492154Y-90910839D01* +X151456190Y-90861339D01* +X151455355Y-90802856D01* +X151471450Y-90748041D01* +X151471450Y-90611451D01* +X151455355Y-90556635D01* +X151457102Y-90495477D01* +X151494465Y-90447024D01* +X151543660Y-90431813D01* +X156610668Y-90431813D01* +X156610669Y-90431814D01* +X157203185Y-90431814D01* +X157261376Y-90450721D01* +X157297340Y-90500221D01* +X157298174Y-90558703D01* +X157288770Y-90590734D01* +X157282687Y-90611453D01* +X157282080Y-90613519D01* +X157282080Y-90750109D01* +X157298174Y-90804924D01* +X157296428Y-90866083D01* +X157259065Y-90914536D01* +X157203185Y-90931814D01* +X156610669Y-90931814D01* +X156657312Y-91085576D01* +X156657314Y-91085581D01* +X156754804Y-91267974D01* +X156754811Y-91267984D01* +X156886020Y-91427864D01* +X156886029Y-91427873D01* +X157045909Y-91559082D01* +X157045919Y-91559089D01* +X157228312Y-91656579D01* +X157228317Y-91656581D01* +X157426246Y-91716622D01* +X157507078Y-91724583D01* +X157507080Y-91724582D01* +X157507080Y-91240006D01* +X157525987Y-91181815D01* +X157575487Y-91145851D01* +X157620170Y-91142014D01* +X157723101Y-91156814D01* +X157723105Y-91156814D01* +X157791059Y-91156814D01* +X157893990Y-91142014D01* +X157954279Y-91152447D01* +X157996922Y-91196324D01* +X158007080Y-91240006D01* +X158007080Y-91724582D01* +X158007081Y-91724583D01* +X158087913Y-91716622D01* +X158285842Y-91656581D01* +X158285847Y-91656579D01* +X158468240Y-91559089D01* +X158468250Y-91559082D01* +X158628130Y-91427873D01* +X158628139Y-91427864D01* +X158759348Y-91267984D01* +X158759355Y-91267974D01* +X158856845Y-91085581D01* +X158856847Y-91085576D01* +X158903491Y-90931814D01* +X158310975Y-90931814D01* +X158252784Y-90912907D01* +X158216820Y-90863407D01* +X158215985Y-90804924D01* +X158232080Y-90750109D01* +X158232080Y-90613519D01* +X158215985Y-90558703D01* +X158217732Y-90497545D01* +X158255095Y-90449092D01* +X158310975Y-90431814D01* +X158903491Y-90431814D01* +X158903491Y-90431813D01* +X158856847Y-90278051D01* +X158856845Y-90278046D01* +X158759355Y-90095653D01* +X158759348Y-90095643D01* +X158628139Y-89935763D01* +X158628130Y-89935754D01* +X158468250Y-89804545D01* +X158468240Y-89804538D01* +X158285847Y-89707048D01* +X158285842Y-89707046D01* +X158087916Y-89647005D01* +X158087910Y-89647004D01* +X158007080Y-89639043D01* +X158007080Y-90123621D01* +X157988173Y-90181812D01* +X157938673Y-90217776D01* +X157893991Y-90221613D01* +X157791060Y-90206814D01* +X157791055Y-90206814D01* +X157723105Y-90206814D01* +X157723100Y-90206814D01* +X157620169Y-90221613D01* +X157559880Y-90211180D01* +X157517237Y-90167302D01* +X157507080Y-90123621D01* +X157507080Y-89639043D01* +X157507079Y-89639043D01* +X157426249Y-89647004D01* +X157426243Y-89647005D01* +X157228317Y-89707046D01* +X157228312Y-89707048D01* +X157045919Y-89804538D01* +X157045909Y-89804545D01* +X156886029Y-89935754D01* +X156886020Y-89935763D01* +X156754811Y-90095643D01* +X156754804Y-90095653D01* +X156657314Y-90278046D01* +X156657312Y-90278051D01* +X156610668Y-90431813D01* +X151543660Y-90431813D01* +X151550345Y-90429746D01* +X152142861Y-90429746D01* +X152142861Y-90429745D01* +X152096217Y-90275983D01* +X152096215Y-90275978D01* +X151998725Y-90093585D01* +X151998718Y-90093575D01* +X151867509Y-89933695D01* +X151867500Y-89933686D01* +X151707620Y-89802477D01* +X151707610Y-89802470D01* +X151525217Y-89704980D01* +X151525212Y-89704978D01* +X151327286Y-89644937D01* +X151327280Y-89644936D01* +X151246450Y-89636975D01* +X151246450Y-90121553D01* +X151227543Y-90179744D01* +X151178043Y-90215708D01* +X151133361Y-90219545D01* +X151030430Y-90204746D01* +X151030425Y-90204746D01* +X150962475Y-90204746D01* +X150962470Y-90204746D01* +X150859539Y-90219545D01* +X150799250Y-90209112D01* +X150756607Y-90165234D01* +X150746450Y-90121553D01* +X150746450Y-89636975D01* +X150746449Y-89636975D01* +X150665619Y-89644936D01* +X150665613Y-89644937D01* +X150467687Y-89704978D01* +X150467682Y-89704980D01* +X150285289Y-89802470D01* +X150285279Y-89802477D01* +X150125399Y-89933686D01* +X150125390Y-89933695D01* +X149994181Y-90093575D01* +X149994174Y-90093585D01* +X149896684Y-90275978D01* +X149896682Y-90275983D01* +X149850038Y-90429745D01* +X146723975Y-90429745D01* +X146689720Y-90352164D01* +X146681286Y-90312179D01* +X146681286Y-89815276D01* +X146691345Y-89771795D01* +X146692118Y-89770214D01* +X146706359Y-89741084D01* +X146716286Y-89672951D01* +X146716286Y-89421590D01* +X146735193Y-89363399D01* +X146745276Y-89351592D01* +X147487626Y-88609242D01* +X147542144Y-88581465D01* +X147557631Y-88580246D01* +X149887194Y-88580246D01* +X149945385Y-88599153D01* +X149971210Y-88626879D01* +X150076195Y-88795313D01* +X150076200Y-88795319D01* +X150210783Y-88936900D01* +X150216391Y-88942799D01* +X150216393Y-88942800D01* +X150216396Y-88942803D01* +X150362232Y-89044307D01* +X150383401Y-89059041D01* +X150570390Y-89139285D01* +X150570392Y-89139286D01* +X150769709Y-89180246D01* +X150769712Y-89180246D01* +X151172194Y-89180246D01* +X151197831Y-89177638D01* +X151323888Y-89164820D01* +X151518038Y-89103905D01* +X151695952Y-89005155D01* +X151850345Y-88872612D01* +X151974898Y-88711704D01* +X151982308Y-88696598D01* +X152012206Y-88635647D01* +X152054808Y-88591730D01* +X152101089Y-88580246D01* +X156646535Y-88580246D01* +X156704726Y-88599153D01* +X156730551Y-88626879D01* +X156836825Y-88797381D01* +X156836827Y-88797383D01* +X156836828Y-88797385D01* +X156876883Y-88839522D01* +X156967642Y-88935001D01* +X156977021Y-88944867D01* +X156977023Y-88944868D01* +X156977026Y-88944871D01* +X157137310Y-89056431D01* +X157144031Y-89061109D01* +X157331020Y-89141353D01* +X157331022Y-89141354D01* +X157530339Y-89182314D01* +X157530342Y-89182314D01* +X157932824Y-89182314D01* +X157958461Y-89179706D01* +X158084518Y-89166888D01* +X158278668Y-89105973D01* +X158456582Y-89007223D01* +X158610975Y-88874680D01* +X158735528Y-88713772D01* +X158752364Y-88679449D01* +X158772836Y-88637715D01* +X158815438Y-88593798D01* +X158861719Y-88582314D01* +X159031009Y-88582314D01* +X159089200Y-88601221D01* +X159101012Y-88611310D01* +X159361289Y-88871586D01* +X159389067Y-88926103D01* +X159390286Y-88941590D01* +X159390286Y-111377788D01* +X159371379Y-111435979D01* +X159361290Y-111447792D01* +X158852742Y-111956340D01* +X158798225Y-111984117D01* +X158737793Y-111974546D01* +X158698724Y-111938705D01* +X158663136Y-111881608D01* +X158663134Y-111881606D01* +X158663129Y-111881600D01* +X158522947Y-111734130D01* +X158522937Y-111734121D01* +X158355938Y-111617887D01* +X158355935Y-111617885D01* +X158355933Y-111617884D01* +X158168942Y-111537639D01* +X158168944Y-111537639D01* +X158080675Y-111519500D01* +X157969625Y-111496679D01* +X157567142Y-111496679D01* +X157567140Y-111496679D01* +X157415445Y-111512105D01* +X157221294Y-111573020D01* +X157221293Y-111573021D01* +X157043385Y-111671767D01* +X157043382Y-111671769D01* +X156888993Y-111804308D01* +X156764433Y-111965224D01* +X156727128Y-112041278D01* +X156684526Y-112085195D01* +X156638245Y-112096679D01* +X152096704Y-112096679D01* +X152038513Y-112077772D01* +X152012688Y-112050046D01* +X151909790Y-111884960D01* +X151909785Y-111884954D01* +X151906604Y-111881608D01* +X151833125Y-111804308D01* +X151769599Y-111737479D01* +X151769589Y-111737470D01* +X151602590Y-111621236D01* +X151602587Y-111621234D01* +X151602585Y-111621233D01* +X151415594Y-111540988D01* +X151415596Y-111540988D01* +X151335867Y-111524604D01* +X151216277Y-111500028D01* +X150813794Y-111500028D01* +X150813792Y-111500028D01* +X150662097Y-111515454D01* +X150467946Y-111576369D01* +X150467945Y-111576370D01* +X150290037Y-111675116D01* +X150290034Y-111675118D01* +X150135645Y-111807657D01* +X150135641Y-111807661D01* +X150135641Y-111807662D01* +X150123744Y-111823031D01* +X150011085Y-111968573D01* +X149973780Y-112044627D01* +X149931178Y-112088544D01* +X149884897Y-112100028D01* +X147193522Y-112100028D01* +X147135331Y-112081121D01* +X147123518Y-112071031D01* +X146775282Y-111722794D01* +X146747505Y-111668278D01* +X146746286Y-111652791D01* +X146746286Y-111401434D01* +X146746286Y-111401431D01* +X146736359Y-111333298D01* +X146735420Y-111331378D01* +X146695199Y-111249103D01* +X146684984Y-111228208D01* +X146602269Y-111145493D01* +X146596032Y-111142444D01* +X146497181Y-111094118D01* +X146469925Y-111090147D01* +X146429046Y-111084191D01* +X145812526Y-111084191D01* +X145778459Y-111089154D01* +X145744390Y-111094118D01* +X145639304Y-111145492D01* +X145556587Y-111228209D01* +X145505213Y-111333295D01* +X145502142Y-111354376D01* +X145495286Y-111401431D01* +X145495286Y-111867951D01* +X145500611Y-111904500D01* +X145505213Y-111936086D01* +X145548927Y-112025504D01* +X145556588Y-112041174D01* +X145639303Y-112123889D01* +X145664765Y-112136336D01* +X145708739Y-112178877D01* +X145720286Y-112225277D01* +X145720286Y-113374214D01* +X145701379Y-113432405D01* +X145664769Y-113463154D01* +X145629304Y-113480492D01* +X145629303Y-113480492D01* +X145629303Y-113480493D01* +X145569599Y-113540196D01* +X145515085Y-113567972D01* +X145499598Y-113569191D01* +X144931742Y-113569191D01* +X144804876Y-113569191D01* +X144804874Y-113569191D01* +X144804868Y-113569192D01* +X144781928Y-113576645D01* +X144766833Y-113580269D01* +X144743010Y-113584043D01* +X144743004Y-113584045D01* +X144721510Y-113594996D01* +X144707166Y-113600937D01* +X144684220Y-113608393D01* +X144684217Y-113608395D01* +X144664699Y-113622575D01* +X144651461Y-113630688D01* +X144629966Y-113641641D01* +X144607402Y-113664205D01* +X144607394Y-113664211D01* +X143898722Y-114372882D01* +X143856613Y-114397867D01* +X143828935Y-114405994D01* +X143828926Y-114405998D01* +X143719951Y-114476032D01* +X143719948Y-114476035D01* +X143705317Y-114492920D01* +X143652921Y-114524515D01* +X143591960Y-114519279D01* +X143545720Y-114479210D01* +X143531499Y-114428090D01* +X143531499Y-113185122D01* +X143550406Y-113126932D01* +X143560489Y-113115125D01* +X144440733Y-112234881D01* +X144455729Y-112222575D01* +X144470624Y-112212624D01* +X144488955Y-112185191D01* +X144511628Y-112151257D01* +X144531515Y-112121495D01* +X144547500Y-112041133D01* +X144547500Y-112041132D01* +X144552897Y-112014000D01* +X144549402Y-111996427D01* +X144547500Y-111977115D01* +X144547500Y-111150915D01* +X144566407Y-111092724D01* +X144571673Y-111086092D01* +X144654882Y-110990063D01* +X144708697Y-110872226D01* +X144714842Y-110829483D01* +X144727133Y-110744002D01* +X144727133Y-110743997D01* +X144708697Y-110615774D01* +X144677517Y-110547500D01* +X144654882Y-110497937D01* +X144604099Y-110439330D01* +X144580283Y-110382971D01* +X144594142Y-110323376D01* +X144640383Y-110283308D01* +X144678920Y-110275500D01* +X145438240Y-110275500D01* +X145496431Y-110294407D01* +X145527180Y-110331019D01* +X145556588Y-110391174D01* +X145639303Y-110473889D01* +X145688494Y-110497937D01* +X145744390Y-110525263D01* +X145744391Y-110525263D01* +X145744393Y-110525264D01* +X145812526Y-110535191D01* +X145812529Y-110535191D01* +X146429043Y-110535191D01* +X146429046Y-110535191D01* +X146497179Y-110525264D01* +X146602269Y-110473889D01* +X146684984Y-110391174D01* +X146714133Y-110331547D01* +X146756676Y-110287574D01* +X146803074Y-110276028D01* +X149765036Y-110276028D01* +X149823227Y-110294935D01* +X149859191Y-110344435D01* +X149864036Y-110375028D01* +X149864036Y-110865355D01* +X149872768Y-110909248D01* +X149872770Y-110909252D01* +X149889237Y-110933896D01* +X149906032Y-110959032D01* +X149955814Y-110992295D01* +X149966863Y-110994492D01* +X149999708Y-111001027D01* +X149999714Y-111001027D01* +X149999716Y-111001028D01* +X149999717Y-111001028D01* +X151979355Y-111001028D01* +X151979356Y-111001028D01* +X151979357Y-111001027D01* +X151979363Y-111001027D01* +X152001159Y-110996690D01* +X152023258Y-110992295D01* +X152073040Y-110959032D01* +X152106303Y-110909250D01* +X152115036Y-110865348D01* +X152115036Y-110375027D01* +X152133943Y-110316837D01* +X152183443Y-110280873D01* +X152214036Y-110276028D01* +X156518384Y-110276028D01* +X156576575Y-110294935D01* +X156612539Y-110344435D01* +X156617384Y-110375028D01* +X156617384Y-110862006D01* +X156626116Y-110905899D01* +X156626118Y-110905903D01* +X156645216Y-110934485D01* +X156659380Y-110955683D01* +X156709162Y-110988946D01* +X156720211Y-110991143D01* +X156753056Y-110997678D01* +X156753062Y-110997678D01* +X156753064Y-110997679D01* +X156753065Y-110997679D01* +X158732703Y-110997679D01* +X158732704Y-110997679D01* +X158732705Y-110997678D01* +X158732711Y-110997678D01* +X158759780Y-110992293D01* +X158776606Y-110988946D01* +X158826388Y-110955683D01* +X158859651Y-110905901D01* +X158866350Y-110872225D01* +X158868383Y-110862006D01* +X158868384Y-110861997D01* +X158868384Y-109132360D01* +X158868383Y-109132351D01* +X158860317Y-109091806D01* +X158859651Y-109088457D01* +X158826388Y-109038675D01* +X158823110Y-109036485D01* +X158776608Y-109005413D01* +X158776604Y-109005411D01* +X158732711Y-108996679D01* +X158732704Y-108996679D01* +X156753064Y-108996679D01* +X156753056Y-108996679D01* +X156709163Y-109005411D01* +X156709159Y-109005413D01* +X156659382Y-109038673D01* +X156659378Y-109038677D01* +X156626118Y-109088454D01* +X156626116Y-109088458D01* +X156617384Y-109132351D01* +X156617383Y-109132360D01* +X156617384Y-109626028D01* +X156598477Y-109684219D01* +X156548977Y-109720183D01* +X156518384Y-109725028D01* +X152214036Y-109725028D01* +X152155845Y-109706121D01* +X152119881Y-109656621D01* +X152115036Y-109626028D01* +X152115036Y-109135709D01* +X152115035Y-109135700D01* +X152106303Y-109091807D01* +X152106301Y-109091803D01* +X152092542Y-109071211D01* +X152073040Y-109042024D01* +X152064750Y-109036485D01* +X152023260Y-109008762D01* +X152023256Y-109008760D01* +X151979363Y-109000028D01* +X151979356Y-109000028D01* +X149999716Y-109000028D01* +X149999708Y-109000028D01* +X149955815Y-109008760D01* +X149955811Y-109008762D01* +X149906034Y-109042022D01* +X149906030Y-109042026D01* +X149872770Y-109091803D01* +X149872768Y-109091807D01* +X149864036Y-109135700D01* +X149864036Y-109626028D01* +X149845129Y-109684219D01* +X149795629Y-109720183D01* +X149765036Y-109725028D01* +X149459925Y-109725028D01* +X149455068Y-109724789D01* +X149452133Y-109724500D01* +X146818301Y-109724500D01* +X146760110Y-109705593D01* +X146729360Y-109668981D01* +X146723903Y-109657819D01* +X146684984Y-109578208D01* +X146602269Y-109495493D01* +X146566147Y-109477834D01* +X146497181Y-109444118D01* +X146469925Y-109440147D01* +X146429046Y-109434191D01* +X145812526Y-109434191D01* +X145778459Y-109439154D01* +X145744390Y-109444118D01* +X145639304Y-109495492D01* +X145556588Y-109578208D01* +X145512212Y-109668981D01* +X145469668Y-109712955D01* +X145423271Y-109724500D01* +X105170912Y-109724500D01* +X105112721Y-109705593D01* +X105096094Y-109690333D01* +X105023049Y-109606033D01* +X105023048Y-109606032D01* +X105023047Y-109606031D01* +X104914073Y-109535998D01* +X104914070Y-109535996D01* +X104914069Y-109535996D01* +X104914066Y-109535995D01* +X104789774Y-109499500D01* +X104789772Y-109499500D01* +X104660228Y-109499500D01* +X104660225Y-109499500D01* +X104535933Y-109535995D01* +X104535926Y-109535998D01* +X104426952Y-109606031D01* +X104342117Y-109703938D01* +X104288302Y-109821774D01* +X104269867Y-109949997D01* +X104269867Y-109950002D01* +X103168254Y-109950002D01* +X103136395Y-109934427D01* +X103109139Y-109930456D01* +X103068260Y-109924500D01* +X102601740Y-109924500D01* +X102567673Y-109929463D01* +X102533604Y-109934427D01* +X102428518Y-109985801D01* +X102345801Y-110068518D01* +X102294427Y-110173604D01* +X102292112Y-110189495D01* +X102284500Y-110241740D01* +X102284500Y-110858260D01* +X101735500Y-110858260D01* +X101735500Y-110241740D01* +X101725573Y-110173607D01* +X101721964Y-110166225D01* +X101682325Y-110085142D01* +X101674198Y-110068517D01* +X101591483Y-109985802D01* +X101588619Y-109984402D01* +X101486395Y-109934427D01* +X101459139Y-109930456D01* +X101418260Y-109924500D01* +X100951740Y-109924500D01* +X100917673Y-109929463D01* +X100883604Y-109934427D01* +X100778518Y-109985801D01* +X100695801Y-110068518D01* +X100644427Y-110173604D01* +X100634500Y-110241743D01* +X100634500Y-110669876D01* +X100615593Y-110728067D01* +X100605504Y-110739880D01* +X100599880Y-110745504D01* +X100545363Y-110773281D01* +X100529876Y-110774500D01* +X100387724Y-110774500D01* +X100329533Y-110755593D01* +X100293569Y-110706093D01* +X100293569Y-110644907D01* +X100299515Y-110630554D01* +X100349237Y-110532969D01* +X100365000Y-110433453D01* +X100364999Y-110425000D01* +X99015002Y-110425000D01* +X99015001Y-110425001D01* +X99015001Y-110433453D01* +X99015000Y-110433453D01* +X99030760Y-110532965D01* +X99030761Y-110532969D01* +X99080485Y-110630554D01* +X99090057Y-110690986D01* +X99062280Y-110745503D01* +X99007764Y-110773281D01* +X98992276Y-110774500D01* +X97825124Y-110774500D01* +X97766933Y-110755593D01* +X97755120Y-110745504D01* +X97588838Y-110579222D01* +X97561061Y-110524705D01* +X97570632Y-110464273D01* +X97613897Y-110421008D01* +X97674329Y-110411437D01* +X97712363Y-110425933D01* +X97752931Y-110452004D01* +X97877228Y-110488500D01* +X97877230Y-110488500D01* +X98006770Y-110488500D01* +X98006772Y-110488500D01* +X98131069Y-110452004D01* +X98240049Y-110381967D01* +X98324882Y-110284063D01* +X98378697Y-110166226D01* +X98389342Y-110092186D01* +X98397133Y-110038002D01* +X98397133Y-110037997D01* +X98380886Y-109924999D01* +X99015000Y-109924999D01* +X99015001Y-109925000D01* +X99439999Y-109925000D01* +X99439999Y-109924999D01* +X99940000Y-109924999D01* +X99940001Y-109925000D01* +X100364998Y-109925000D01* +X100364998Y-109924998D01* +X100364999Y-109916546D01* +X100349239Y-109817034D01* +X100349237Y-109817030D01* +X100288118Y-109697078D01* +X100192921Y-109601881D01* +X100072969Y-109540762D01* +X100072970Y-109540762D01* +X99973454Y-109525000D01* +X99940001Y-109525000D01* +X99940000Y-109525001D01* +X99940000Y-109924999D01* +X99439999Y-109924999D01* +X99439999Y-109525000D01* +X99406547Y-109525000D01* +X99406544Y-109525001D01* +X99307034Y-109540760D01* +X99307030Y-109540762D01* +X99187078Y-109601881D01* +X99091881Y-109697078D01* +X99030762Y-109817030D01* +X99015000Y-109916546D01* +X99015000Y-109924999D01* +X98380886Y-109924999D01* +X98378697Y-109909774D01* +X98365101Y-109880003D01* +X98324882Y-109791937D01* +X98240049Y-109694033D01* +X98240048Y-109694032D01* +X98240047Y-109694031D01* +X98131073Y-109623998D01* +X98131070Y-109623996D01* +X98131069Y-109623996D01* +X98080650Y-109609192D01* +X98029993Y-109594318D01* +X97979486Y-109559782D01* +X97958924Y-109502155D01* +X97976162Y-109443448D01* +X98024615Y-109406086D01* +X98038563Y-109402231D01* +X98102495Y-109389515D01* +X98151905Y-109356500D01* +X98159983Y-109351103D01* +X98181340Y-109336832D01* +X98181348Y-109336826D01* +X98185733Y-109333896D01* +X98193624Y-109328624D01* +X98203576Y-109313727D01* +X98215884Y-109298730D01* +X98443119Y-109071496D01* +X98497636Y-109043719D01* +X98513123Y-109042500D01* +X98597770Y-109042500D01* +X98597772Y-109042500D01* +X98722069Y-109006004D01* +X98831049Y-108935967D01* +X98895565Y-108861509D01* +X98947961Y-108829913D01* +X99008922Y-108835148D01* +X99055163Y-108875216D01* +X99068351Y-108912066D01* +X99075134Y-108958626D01* +X99127122Y-109064969D01* +X99130174Y-109071211D01* +X99218789Y-109159826D01* +X99331375Y-109214866D01* +X99404364Y-109225500D01* +X99404367Y-109225500D01* +X99975632Y-109225500D01* +X99975636Y-109225500D01* +X100048625Y-109214866D01* +X100161211Y-109159826D01* +X100249826Y-109071211D01* +X100304866Y-108958625D01* +X100315500Y-108885636D01* +X100315500Y-108364364D01* +X100308083Y-108313453D01* +X108300000Y-108313453D01* +X108315760Y-108412965D01* +X108315762Y-108412969D01* +X108376881Y-108532921D01* +X108472078Y-108628118D01* +X108592030Y-108689237D01* +X108592029Y-108689237D01* +X108691546Y-108704999D01* +X108724999Y-108704999D01* +X108725000Y-108704998D01* +X109225000Y-108704998D01* +X109225001Y-108704999D01* +X109258453Y-108704999D01* +X109357965Y-108689239D01* +X109357969Y-108689237D01* +X109477921Y-108628118D01* +X109573118Y-108532921D01* +X109634237Y-108412969D01* +X109650000Y-108313453D01* +X109650000Y-108305001D01* +X109649999Y-108305000D01* +X109225001Y-108305000D01* +X109225000Y-108305001D01* +X109225000Y-108704998D01* +X108725000Y-108704998D01* +X108725000Y-108305001D01* +X108724999Y-108305000D01* +X108300002Y-108305000D01* +X108300001Y-108305001D01* +X108300001Y-108313453D01* +X108300000Y-108313453D01* +X100308083Y-108313453D01* +X100304866Y-108291375D01* +X100249826Y-108178789D01* +X100161211Y-108090174D01* +X100048625Y-108035134D01* +X100048622Y-108035133D01* +X100032328Y-108032759D01* +X99977472Y-108005659D01* +X99949022Y-107951490D01* +X99957845Y-107890944D01* +X99976598Y-107864793D01* +X99991391Y-107850000D01* +X110309859Y-107850000D01* +X110330379Y-108071445D01* +X110391239Y-108285347D01* +X110490364Y-108484417D01* +X110490369Y-108484426D01* +X110506138Y-108505306D01* +X110890639Y-108120806D01* +X110945156Y-108093029D01* +X111005588Y-108102600D01* +X111048543Y-108145263D01* +X111053604Y-108155030D01* +X111061442Y-108170156D01* +X111164638Y-108280652D01* +X111226888Y-108318507D01* +X111266783Y-108364896D01* +X111271792Y-108425876D01* +X111245453Y-108473097D01* +X110861671Y-108856880D01* +X110977813Y-108928793D01* +X110977819Y-108928796D01* +X111185200Y-109009136D01* +X111403804Y-109050000D01* +X111626196Y-109050000D01* +X111844799Y-109009136D01* +X112052180Y-108928796D01* +X112052181Y-108928796D01* +X112168327Y-108856879D01* +X111788309Y-108476861D01* +X111760532Y-108422345D01* +X111770103Y-108361913D01* +X111799508Y-108330223D01* +X111798205Y-108328622D01* +X111803456Y-108324349D01* +X111803458Y-108324349D01* +X111920739Y-108228934D01* +X111988167Y-108133408D01* +X112037169Y-108096773D01* +X112098349Y-108095937D01* +X112139049Y-108120497D01* +X112523861Y-108505308D01* +X112539629Y-108484428D01* +X112539635Y-108484418D01* +X112638760Y-108285347D01* +X112699620Y-108071445D01* +X112720140Y-107850000D01* +X116809859Y-107850000D01* +X116830379Y-108071445D01* +X116891239Y-108285347D01* +X116990364Y-108484417D01* +X116990369Y-108484426D01* +X117006138Y-108505306D01* +X117390639Y-108120806D01* +X117445156Y-108093029D01* +X117505588Y-108102600D01* +X117548543Y-108145263D01* +X117553604Y-108155030D01* +X117561442Y-108170156D01* +X117664638Y-108280652D01* +X117726888Y-108318507D01* +X117766783Y-108364896D01* +X117771792Y-108425876D01* +X117745453Y-108473097D01* +X117361671Y-108856880D01* +X117477813Y-108928793D01* +X117477819Y-108928796D01* +X117685200Y-109009136D01* +X117903804Y-109050000D01* +X118126196Y-109050000D01* +X118344799Y-109009136D01* +X118552180Y-108928796D01* +X118552181Y-108928796D01* +X118668327Y-108856879D01* +X118288309Y-108476861D01* +X118260532Y-108422345D01* +X118270103Y-108361913D01* +X118299508Y-108330223D01* +X118298205Y-108328622D01* +X118303456Y-108324349D01* +X118303458Y-108324349D01* +X118420739Y-108228934D01* +X118488167Y-108133408D01* +X118537169Y-108096773D01* +X118598349Y-108095937D01* +X118639049Y-108120497D01* +X119023861Y-108505308D01* +X119039629Y-108484428D01* +X119039635Y-108484418D01* +X119138760Y-108285347D01* +X119161905Y-108204000D01* +X134480571Y-108204000D01* +X134500244Y-108416311D01* +X134517576Y-108477225D01* +X134551104Y-108595063D01* +X134558596Y-108621391D01* +X134588143Y-108680731D01* +X134653634Y-108812255D01* +X134782128Y-108982407D01* +X134848045Y-109042499D01* +X134939692Y-109126047D01* +X134939699Y-109126053D01* +X135007081Y-109167774D01* +X135120981Y-109238298D01* +X135319802Y-109315321D01* +X135529390Y-109354500D01* +X135742610Y-109354500D01* +X135952198Y-109315321D01* +X136151019Y-109238298D01* +X136332302Y-109126052D01* +X136455942Y-109013337D01* +X136511683Y-108988108D01* +X136522638Y-108987500D01* +X141249362Y-108987500D01* +X141307553Y-109006407D01* +X141316055Y-109013335D01* +X141398455Y-109088454D01* +X141439698Y-109126052D01* +X141439699Y-109126053D01* +X141507081Y-109167774D01* +X141620981Y-109238298D01* +X141819802Y-109315321D01* +X142029390Y-109354500D01* +X142242610Y-109354500D01* +X142452198Y-109315321D01* +X142651019Y-109238298D01* +X142832302Y-109126052D01* +X142989872Y-108982407D01* +X143118366Y-108812255D01* +X143213405Y-108621389D01* +X143271756Y-108416310D01* +X143291429Y-108204000D01* +X143271756Y-107991690D01* +X143213405Y-107786611D01* +X143118366Y-107595745D01* +X142989872Y-107425593D01* +X142924262Y-107365781D01* +X142832307Y-107281952D01* +X142832300Y-107281946D01* +X142651024Y-107169705D01* +X142651019Y-107169702D01* +X142633634Y-107162967D01* +X142452198Y-107092679D01* +X142452197Y-107092678D01* +X142452195Y-107092678D01* +X142242610Y-107053500D01* +X142029390Y-107053500D01* +X141819804Y-107092678D01* +X141620980Y-107169702D01* +X141620975Y-107169705D01* +X141439699Y-107281946D01* +X141439692Y-107281952D01* +X141282135Y-107425586D01* +X141282131Y-107425589D01* +X141282128Y-107425593D01* +X141282124Y-107425597D01* +X141282125Y-107425597D01* +X141153635Y-107595743D01* +X141153630Y-107595752D01* +X141075730Y-107752198D01* +X141058595Y-107786611D01* +X141051339Y-107812114D01* +X141000244Y-107991688D01* +X140988280Y-108120806D01* +X140980571Y-108204000D01* +X140989883Y-108304500D01* +X140992095Y-108328366D01* +X140978637Y-108388053D01* +X140932666Y-108428430D01* +X140893517Y-108436500D01* +X136878483Y-108436500D01* +X136820292Y-108417593D01* +X136784328Y-108368093D01* +X136779905Y-108328366D01* +X136782070Y-108305000D01* +X136791429Y-108204000D01* +X136771756Y-107991690D01* +X136713405Y-107786611D01* +X136618366Y-107595745D01* +X136489872Y-107425593D01* +X136424262Y-107365781D01* +X136332307Y-107281952D01* +X136332300Y-107281946D01* +X136151024Y-107169705D01* +X136151019Y-107169702D01* +X136133634Y-107162967D01* +X135952198Y-107092679D01* +X135952197Y-107092678D01* +X135952195Y-107092678D01* +X135742610Y-107053500D01* +X135529390Y-107053500D01* +X135319804Y-107092678D01* +X135120980Y-107169702D01* +X135120975Y-107169705D01* +X134939699Y-107281946D01* +X134939692Y-107281952D01* +X134782135Y-107425586D01* +X134782131Y-107425589D01* +X134782128Y-107425593D01* +X134782124Y-107425597D01* +X134782125Y-107425597D01* +X134653635Y-107595743D01* +X134653630Y-107595752D01* +X134575730Y-107752198D01* +X134558595Y-107786611D01* +X134551339Y-107812114D01* +X134500244Y-107991688D01* +X134480571Y-108204000D01* +X119161905Y-108204000D01* +X119199620Y-108071445D01* +X119220140Y-107850000D01* +X119199620Y-107628554D01* +X119138760Y-107414652D01* +X119039633Y-107215578D01* +X119039624Y-107215563D01* +X119023861Y-107194690D01* +X118639358Y-107579192D01* +X118584842Y-107606969D01* +X118524410Y-107597398D01* +X118481454Y-107554733D01* +X118468558Y-107529844D01* +X118365362Y-107419348D01* +X118365361Y-107419347D01* +X118365360Y-107419346D01* +X118303110Y-107381491D01* +X118263215Y-107335102D01* +X118258206Y-107274122D01* +X118284545Y-107226900D01* +X118668326Y-106843118D01* +X118552186Y-106771206D01* +X118552180Y-106771203D01* +X118344799Y-106690863D01* +X118126196Y-106650000D01* +X117903804Y-106650000D01* +X117685200Y-106690863D01* +X117477821Y-106771202D01* +X117477816Y-106771205D01* +X117361671Y-106843118D01* +X117741690Y-107223138D01* +X117769467Y-107277654D01* +X117759896Y-107338086D01* +X117730498Y-107369783D01* +X117731795Y-107371378D01* +X117726543Y-107375650D01* +X117726542Y-107375651D01* +X117671093Y-107420762D01* +X117609258Y-107471068D01* +X117541833Y-107566589D01* +X117492829Y-107603226D01* +X117431649Y-107604062D01* +X117390950Y-107579502D01* +X117006137Y-107194690D01* +X116990368Y-107215574D01* +X116891239Y-107414652D01* +X116830379Y-107628554D01* +X116809859Y-107850000D01* +X112720140Y-107850000D01* +X112699620Y-107628554D01* +X112638760Y-107414652D01* +X112539633Y-107215578D01* +X112539624Y-107215563D01* +X112523861Y-107194690D01* +X112139358Y-107579192D01* +X112084842Y-107606969D01* +X112024410Y-107597398D01* +X111981454Y-107554733D01* +X111968558Y-107529844D01* +X111865362Y-107419348D01* +X111865361Y-107419347D01* +X111865360Y-107419346D01* +X111803110Y-107381491D01* +X111763215Y-107335102D01* +X111758206Y-107274122D01* +X111784545Y-107226900D01* +X112168326Y-106843118D01* +X112052186Y-106771206D01* +X112052180Y-106771203D01* +X111844799Y-106690863D01* +X111626196Y-106650000D01* +X111403804Y-106650000D01* +X111185200Y-106690863D01* +X110977821Y-106771202D01* +X110977816Y-106771205D01* +X110861671Y-106843118D01* +X111241690Y-107223138D01* +X111269467Y-107277654D01* +X111259896Y-107338086D01* +X111230498Y-107369783D01* +X111231795Y-107371378D01* +X111226543Y-107375650D01* +X111226542Y-107375651D01* +X111171093Y-107420762D01* +X111109258Y-107471068D01* +X111041833Y-107566589D01* +X110992829Y-107603226D01* +X110931649Y-107604062D01* +X110890950Y-107579502D01* +X110506137Y-107194690D01* +X110490368Y-107215574D01* +X110391239Y-107414652D01* +X110330379Y-107628554D01* +X110309859Y-107850000D01* +X99991391Y-107850000D01* +X100036393Y-107804998D01* +X108300000Y-107804998D01* +X108300001Y-107805000D01* +X108724999Y-107805000D01* +X108725000Y-107804999D01* +X108725000Y-107405000D01* +X109225000Y-107405000D01* +X109225000Y-107804998D01* +X109225001Y-107805000D01* +X109649998Y-107805000D01* +X109649999Y-107804999D01* +X109649999Y-107796546D01* +X109634239Y-107697034D01* +X109634237Y-107697030D01* +X109573118Y-107577078D01* +X109477921Y-107481881D01* +X109357969Y-107420762D01* +X109357970Y-107420762D01* +X109258454Y-107405000D01* +X109225000Y-107405000D01* +X108725000Y-107405000D01* +X108691547Y-107405000D01* +X108691544Y-107405001D01* +X108592034Y-107420760D01* +X108592030Y-107420762D01* +X108472078Y-107481881D01* +X108376881Y-107577078D01* +X108315762Y-107697030D01* +X108300000Y-107796546D01* +X108300000Y-107804998D01* +X100036393Y-107804998D01* +X100375865Y-107465527D01* +X100430382Y-107437750D01* +X100445869Y-107436531D01* +X103267401Y-107436531D01* +X103267402Y-107436531D01* +X103290351Y-107429074D01* +X103305434Y-107425452D01* +X103329273Y-107421677D01* +X103350771Y-107410721D01* +X103365120Y-107404779D01* +X103388059Y-107397327D01* +X103407581Y-107383142D01* +X103420818Y-107375031D01* +X103442311Y-107364081D01* +X103444065Y-107362326D01* +X103446278Y-107361198D01* +X103448612Y-107359503D01* +X103448880Y-107359872D01* +X103498578Y-107334546D01* +X103501110Y-107334178D01* +X103598709Y-107321330D01* +X103732625Y-107265861D01* +X103847621Y-107177621D01* +X103935861Y-107062625D01* +X103991330Y-106928709D01* +X104010250Y-106785000D01* +X104008433Y-106771202D01* +X103991330Y-106641291D01* +X103935861Y-106507375D01* +X103847621Y-106392379D01* +X103732625Y-106304139D01* +X103732621Y-106304137D01* +X103598709Y-106248670D01* +X103598708Y-106248669D01* +X103455000Y-106229750D01* +X103311291Y-106248669D01* +X103311290Y-106248670D01* +X103177378Y-106304137D01* +X103177374Y-106304139D01* +X103062381Y-106392377D01* +X103062377Y-106392381D01* +X102974139Y-106507374D01* +X102974137Y-106507378D01* +X102946370Y-106574416D01* +X102906634Y-106620942D01* +X102854906Y-106635531D01* +X100302402Y-106635531D01* +X100175536Y-106635531D01* +X100175535Y-106635531D01* +X100175529Y-106635532D01* +X100152593Y-106642984D01* +X100137494Y-106646609D01* +X100113670Y-106650383D01* +X100113664Y-106650385D01* +X100092165Y-106661338D01* +X100077826Y-106667277D01* +X100054883Y-106674733D01* +X100054880Y-106674735D01* +X100035361Y-106688915D01* +X100022124Y-106697027D01* +X100000627Y-106707981D01* +X99978061Y-106730546D01* +X99978053Y-106730552D01* +X99377722Y-107330882D01* +X99335612Y-107355867D01* +X99302844Y-107365489D01* +X99274951Y-107369500D01* +X97232000Y-107369500D01* +X97173809Y-107350593D01* +X97137845Y-107301093D01* +X97133000Y-107270500D01* +X97133000Y-106102069D01* +X97133000Y-106102067D01* +X97125542Y-106079113D01* +X97121918Y-106064014D01* +X97121091Y-106058790D01* +X97118146Y-106040196D01* +X97118144Y-106040193D01* +X97118144Y-106040191D01* +X97107194Y-106018701D01* +X97101249Y-106004351D01* +X97093796Y-105981410D01* +X97079615Y-105961891D01* +X97071498Y-105948645D01* +X97060550Y-105927158D01* +X97058422Y-105925030D01* +X97037986Y-105904593D01* +X96265424Y-105132031D01* +X96245343Y-105111951D01* +X96245342Y-105111950D01* +X96223847Y-105100997D01* +X96210608Y-105092884D01* +X96197569Y-105083411D01* +X96191090Y-105078704D01* +X96191088Y-105078703D01* +X96168142Y-105071247D01* +X96153788Y-105065301D01* +X96132306Y-105054354D01* +X96108474Y-105050579D01* +X96093374Y-105046953D01* +X96070437Y-105039500D01* +X96070433Y-105039500D01* +X96038519Y-105039500D01* +X92707527Y-105039500D01* +X92649336Y-105020593D01* +X92613372Y-104971093D01* +X92613372Y-104909907D01* +X92649336Y-104860407D01* +X92679636Y-104845510D01* +X92746069Y-104826004D01* +X92784727Y-104801160D01* +X92804869Y-104788216D01* +X92858392Y-104772500D01* +X108597440Y-104772500D01* +X108655631Y-104791407D01* +X108691595Y-104840907D01* +X108694536Y-104852179D01* +X108696851Y-104863816D01* +X108697598Y-104867568D01* +X108699500Y-104886883D01* +X108699500Y-105817401D01* +X108680593Y-105875592D01* +X108631093Y-105911556D01* +X108618243Y-105914556D01* +X108616374Y-105915134D01* +X108503790Y-105970173D01* +X108415173Y-106058790D01* +X108360134Y-106171373D01* +X108360133Y-106171375D01* +X108360134Y-106171375D01* +X108349500Y-106244364D01* +X108349500Y-106765636D01* +X108354387Y-106799179D01* +X108360134Y-106838626D01* +X108410640Y-106941937D01* +X108415174Y-106951211D01* +X108503789Y-107039826D01* +X108616375Y-107094866D01* +X108689364Y-107105500D01* +X108689367Y-107105500D01* +X109260632Y-107105500D01* +X109260636Y-107105500D01* +X109333625Y-107094866D01* +X109446211Y-107039826D01* +X109534826Y-106951211D01* +X109589866Y-106838625D01* +X109600500Y-106765636D01* +X109600500Y-106244364D01* +X109589866Y-106171375D01* +X109534826Y-106058789D01* +X109446211Y-105970174D01* +X109333625Y-105915134D01* +X109326283Y-105912866D01* +X109326796Y-105911205D01* +X109280359Y-105888257D01* +X109251916Y-105834084D01* +X109250500Y-105817401D01* +X109250500Y-105333546D01* +X109269407Y-105275355D01* +X109318907Y-105239391D01* +X109330173Y-105236451D01* +X109353722Y-105231767D01* +X109403504Y-105198504D01* +X109436767Y-105148722D01* +X109443593Y-105114407D01* +X109445499Y-105104827D01* +X109445500Y-105104818D01* +X109445500Y-104375181D01* +X109445499Y-104375172D01* +X109436767Y-104331279D01* +X109436765Y-104331275D01* +X109417538Y-104302500D01* +X109403504Y-104281496D01* +X109402840Y-104281052D01* +X109353724Y-104248234D01* +X109353720Y-104248232D01* +X109309827Y-104239500D01* +X109309820Y-104239500D01* +X108969377Y-104239500D01* +X108950063Y-104237598D01* +X108863182Y-104220316D01* +X108863162Y-104220311D01* +X108842002Y-104216103D01* +X108842001Y-104216103D01* +X108842000Y-104216103D01* +X108824430Y-104219598D01* +X108805116Y-104221500D01* +X93028880Y-104221500D01* +X92970689Y-104202593D01* +X92944940Y-104171102D01* +X92943710Y-104171893D01* +X92939882Y-104165936D01* +X92921397Y-104144603D01* +X92897580Y-104088243D01* +X92911439Y-104028648D01* +X92957681Y-103988581D01* +X93018642Y-103983346D01* +X93024073Y-103984773D01* +X93074228Y-103999500D01* +X93074230Y-103999500D01* +X93203770Y-103999500D01* +X93203772Y-103999500D01* +X93328069Y-103963004D01* +X93437049Y-103892967D01* +X93521882Y-103795063D01* +X93575697Y-103677226D01* +X93583170Y-103625248D01* +X93594133Y-103549002D01* +X93594133Y-103548997D01* +X93575697Y-103420774D01* +X93556163Y-103378002D01* +X93521882Y-103302937D01* +X93437049Y-103205033D01* +X93437048Y-103205032D01* +X93437047Y-103205031D01* +X93328073Y-103134998D01* +X93328070Y-103134996D01* +X93328069Y-103134996D01* +X93328066Y-103134995D01* +X93203774Y-103098500D01* +X93203772Y-103098500D01* +X93074228Y-103098500D01* +X93074225Y-103098500D01* +X92949933Y-103134995D01* +X92949926Y-103134998D01* +X92840951Y-103205032D01* +X92840949Y-103205034D01* +X92811231Y-103239331D01* +X92758835Y-103270927D01* +X92736412Y-103273500D01* +X92181879Y-103273500D01* +X92162566Y-103271598D01* +X92145000Y-103268104D01* +X92144996Y-103268104D01* +X92121132Y-103272850D01* +X92121122Y-103272852D01* +X92051954Y-103286611D01* +X92037504Y-103289484D01* +X92037502Y-103289485D01* +X91971924Y-103333304D01* +X91971914Y-103333311D01* +X91946378Y-103350374D01* +X91946372Y-103350380D01* +X91936423Y-103365269D01* +X91924115Y-103380267D01* +X91058379Y-104246004D01* +X91003862Y-104273781D01* +X90988375Y-104275000D01* +X89640002Y-104275000D01* +X89640001Y-104275001D01* +X89640001Y-104283453D01* +X89640000Y-104283453D01* +X89655760Y-104382965D01* +X89655761Y-104382969D01* +X89664722Y-104400554D01* +X89674294Y-104460986D01* +X89646517Y-104515503D01* +X89592001Y-104543281D01* +X89576513Y-104544500D01* +X89283155Y-104544500D01* +X89224964Y-104525593D01* +X89189000Y-104476093D01* +X89189000Y-104414907D01* +X89224964Y-104365407D01* +X89239671Y-104356560D01* +X89270143Y-104341664D01* +X89352858Y-104258949D01* +X89404233Y-104153859D01* +X89414160Y-104085726D01* +X89414160Y-103774999D01* +X89640000Y-103774999D01* +X89640001Y-103775000D01* +X90064999Y-103775000D01* +X90065000Y-103774999D01* +X90565000Y-103774999D01* +X90565001Y-103775000D01* +X90989998Y-103775000D01* +X90989999Y-103774998D01* +X90989999Y-103766546D01* +X90974239Y-103667034D01* +X90974237Y-103667030D01* +X90913118Y-103547078D01* +X90817921Y-103451881D01* +X90697969Y-103390762D01* +X90697970Y-103390762D01* +X90598454Y-103375000D01* +X90565001Y-103375000D01* +X90565000Y-103375001D01* +X90565000Y-103774999D01* +X90065000Y-103774999D01* +X90065000Y-103774998D01* +X90065000Y-103375000D01* +X90031547Y-103375000D01* +X90031544Y-103375001D01* +X89932034Y-103390760D01* +X89932030Y-103390762D01* +X89812078Y-103451881D01* +X89716881Y-103547078D01* +X89655762Y-103667030D01* +X89640000Y-103766546D01* +X89640000Y-103774999D01* +X89414160Y-103774999D01* +X89414160Y-103619206D01* +X89404233Y-103551073D01* +X89403218Y-103548997D01* +X89352858Y-103445984D01* +X89352858Y-103445983D01* +X89270143Y-103363268D01* +X89264375Y-103360448D01* +X89165055Y-103311893D01* +X89137799Y-103307922D01* +X89096920Y-103301966D01* +X88480400Y-103301966D01* +X88446333Y-103306929D01* +X88412264Y-103311893D01* +X88307178Y-103363267D01* +X88224461Y-103445984D01* +X88213744Y-103467907D01* +X88194128Y-103508034D01* +X88187571Y-103521446D01* +X88145028Y-103565420D01* +X88098630Y-103576966D01* +X87984992Y-103576966D01* +X87926801Y-103558059D01* +X87910173Y-103542797D01* +X87880050Y-103508034D01* +X87880048Y-103508032D01* +X87771073Y-103437998D01* +X87771070Y-103437996D01* +X87771069Y-103437996D01* +X87771066Y-103437995D01* +X87646774Y-103401500D01* +X87646772Y-103401500D01* +X87517228Y-103401500D01* +X87517225Y-103401500D01* +X87392933Y-103437995D01* +X87392926Y-103437998D01* +X87283952Y-103508031D01* +X87199117Y-103605938D01* +X87145302Y-103723774D01* +X87126867Y-103851997D01* +X87126867Y-103852002D01* +X87128050Y-103860234D01* +X87117613Y-103920523D01* +X87100061Y-103944321D01* +X86936881Y-104107503D01* +X86882365Y-104135281D01* +X86866877Y-104136500D01* +X80677347Y-104136500D01* +X80658034Y-104134598D01* +X80640463Y-104131103D01* +X80640460Y-104131103D01* +X80621158Y-104134941D01* +X80621146Y-104134945D01* +X80597090Y-104139730D01* +X80532968Y-104152485D01* +X80532967Y-104152486D01* +X80532965Y-104152486D01* +X80517833Y-104162598D01* +X80512838Y-104165936D01* +X80512835Y-104165938D01* +X80467427Y-104196276D01* +X80467420Y-104196282D01* +X80464841Y-104198006D01* +X80464839Y-104198007D01* +X80463793Y-104198705D01* +X80408791Y-104215391D01* +X75855844Y-104215391D01* +X75797653Y-104196484D01* +X75781025Y-104181222D01* +X75751306Y-104146925D01* +X75751304Y-104146923D01* +X75642329Y-104076889D01* +X75642326Y-104076887D01* +X75642325Y-104076887D01* +X75642322Y-104076886D01* +X75518030Y-104040391D01* +X75518028Y-104040391D01* +X75388484Y-104040391D01* +X75388481Y-104040391D01* +X75264189Y-104076886D01* +X75264182Y-104076889D01* +X75155208Y-104146922D01* +X75070373Y-104244829D01* +X75016558Y-104362665D01* +X74998123Y-104490888D01* +X74998123Y-104490893D01* +X75016558Y-104619116D01* +X75071935Y-104740373D01* +X75078910Y-104801160D01* +X75048824Y-104854437D01* +X74993168Y-104879855D01* +X74981882Y-104880500D01* +X74699274Y-104880500D01* +X74644273Y-104863816D01* +X74639171Y-104860407D01* +X74630331Y-104854500D01* +X74607544Y-104839274D01* +X74540816Y-104826001D01* +X74521231Y-104822105D01* +X74521211Y-104822100D01* +X74500051Y-104817892D01* +X74500050Y-104817892D01* +X74500049Y-104817892D01* +X74482479Y-104821387D01* +X74463165Y-104823289D01* +X70092242Y-104823289D01* +X70034051Y-104804382D01* +X69998087Y-104754882D01* +X69993719Y-104733993D01* +X69981386Y-104608773D01* +X69981385Y-104608768D01* +X69961889Y-104544500D01* +X69925605Y-104424886D01* +X69920271Y-104414907D01* +X69835030Y-104255430D01* +X69835025Y-104255423D01* +X69835023Y-104255419D01* +X69761586Y-104165936D01* +X69713124Y-104106884D01* +X69713115Y-104106875D01* +X69584139Y-104001028D01* +X69551152Y-103949497D01* +X69554754Y-103888418D01* +X69593569Y-103841121D01* +X69646944Y-103825500D01* +X69673116Y-103825500D01* +X69692429Y-103827401D01* +X69710000Y-103830897D01* +X69737132Y-103825500D01* +X69737133Y-103825500D01* +X69817495Y-103809515D01* +X69872944Y-103772465D01* +X69885622Y-103763994D01* +X69885621Y-103763994D01* +X69896344Y-103756830D01* +X69896348Y-103756826D01* +X69908624Y-103748624D01* +X69918576Y-103733727D01* +X69930887Y-103718728D01* +X70221119Y-103428496D01* +X70275636Y-103400719D01* +X70291123Y-103399500D01* +X84806174Y-103399500D01* +X84864365Y-103418407D01* +X84900329Y-103467907D01* +X84904166Y-103484412D01* +X84907302Y-103506224D01* +X84956895Y-103614815D01* +X84961118Y-103624063D01* +X85045520Y-103721470D01* +X85045952Y-103721968D01* +X85154926Y-103792001D01* +X85154931Y-103792004D01* +X85279228Y-103828500D01* +X85279230Y-103828500D01* +X85408770Y-103828500D01* +X85408772Y-103828500D01* +X85533069Y-103792004D01* +X85642049Y-103721967D01* +X85726882Y-103624063D01* +X85780697Y-103506226D01* +X85792983Y-103420774D01* +X85799133Y-103378002D01* +X85799133Y-103377997D01* +X85780697Y-103249774D01* +X85760263Y-103205031D01* +X85726882Y-103131937D01* +X85642049Y-103034033D01* +X85642048Y-103034032D01* +X85642047Y-103034031D01* +X85533073Y-102963998D01* +X85533070Y-102963996D01* +X85533069Y-102963996D01* +X85519351Y-102959968D01* +X85408774Y-102927500D01* +X85408772Y-102927500D01* +X85321835Y-102927500D01* +X85266834Y-102910816D01* +X85222628Y-102881278D01* +X85197497Y-102864486D01* +X85197496Y-102864485D01* +X85197495Y-102864485D01* +X85138051Y-102852660D01* +X85111182Y-102847316D01* +X85111162Y-102847311D01* +X85090002Y-102843103D01* +X85090001Y-102843103D01* +X85090000Y-102843103D01* +X85072430Y-102846598D01* +X85053116Y-102848500D01* +X84865658Y-102848500D01* +X84807467Y-102829593D01* +X84771503Y-102780093D01* +X84771503Y-102718907D01* +X84775605Y-102708373D01* +X84806727Y-102640225D01* +X84829447Y-102590476D01* +X84838663Y-102526376D01* +X84847883Y-102462252D01* +X84847883Y-102462247D01* +X84829447Y-102334024D01* +X84821081Y-102315705D01* +X84775632Y-102216187D01* +X84690799Y-102118283D01* +X84690798Y-102118282D01* +X84690797Y-102118281D01* +X84581823Y-102048248D01* +X84581820Y-102048246D01* +X84581819Y-102048246D01* +X84581816Y-102048245D01* +X84457524Y-102011750D01* +X84457522Y-102011750D01* +X84327978Y-102011750D01* +X84327975Y-102011750D01* +X84203684Y-102048245D01* +X84203681Y-102048246D01* +X84168607Y-102070785D01* +X84115088Y-102086500D01* +X83054587Y-102086500D01* +X82996396Y-102067593D01* +X82960432Y-102018093D01* +X82960432Y-101956907D01* +X82984583Y-101917496D01* +X83440583Y-101461496D01* +X83495100Y-101433719D01* +X83510587Y-101432500D01* +X88899575Y-101432500D01* +X88957766Y-101451407D01* +X88993730Y-101500907D01* +X88993730Y-101562093D01* +X88957766Y-101611593D01* +X88954626Y-101613781D01* +X88949857Y-101616968D01* +X88935937Y-101626269D01* +X88922446Y-101635283D01* +X88867447Y-101651966D01* +X88480400Y-101651966D01* +X88446333Y-101656929D01* +X88412264Y-101661893D01* +X88307178Y-101713267D01* +X88224461Y-101795984D01* +X88173087Y-101901070D01* +X88170826Y-101916589D01* +X88163160Y-101969206D01* +X88163160Y-102435726D01* +X88167388Y-102464743D01* +X88173087Y-102503861D01* +X88216508Y-102592679D01* +X88224462Y-102608949D01* +X88307177Y-102691664D01* +X88354699Y-102714896D01* +X88412264Y-102743038D01* +X88412265Y-102743038D01* +X88412267Y-102743039D01* +X88480400Y-102752966D01* +X88480403Y-102752966D01* +X89096917Y-102752966D01* +X89096920Y-102752966D01* +X89165053Y-102743039D01* +X89270143Y-102691664D01* +X89352858Y-102608949D01* +X89404233Y-102503859D01* +X89414160Y-102435726D01* +X89414160Y-102228499D01* +X89433067Y-102170309D01* +X89482567Y-102134345D01* +X89513160Y-102129500D01* +X93287380Y-102129500D01* +X93345571Y-102148407D01* +X93381535Y-102197907D01* +X93381535Y-102259093D01* +X93377434Y-102269624D01* +X93373465Y-102278315D01* +X93325302Y-102383774D01* +X93306867Y-102511997D01* +X93306867Y-102512002D01* +X93325302Y-102640225D01* +X93369270Y-102736500D01* +X93379118Y-102758063D01* +X93455833Y-102846598D01* +X93463952Y-102855968D01* +X93572926Y-102926001D01* +X93572931Y-102926004D01* +X93697228Y-102962500D01* +X93697230Y-102962500D01* +X93826770Y-102962500D01* +X93826772Y-102962500D01* +X93951069Y-102926004D01* +X94031499Y-102874314D01* +X94090674Y-102858760D01* +X94147690Y-102880959D01* +X94180770Y-102932431D01* +X94183014Y-102971688D01* +X94166866Y-103083996D01* +X94166867Y-103084002D01* +X94185302Y-103212225D01* +X94224471Y-103297992D01* +X94239118Y-103330063D01* +X94323949Y-103427965D01* +X94323952Y-103427968D01* +X94351986Y-103445984D01* +X94432931Y-103498004D01* +X94557228Y-103534500D01* +X94557230Y-103534500D01* +X94686770Y-103534500D01* +X94686772Y-103534500D01* +X94811069Y-103498004D01* +X94920049Y-103427967D01* +X94937881Y-103407388D01* +X94949769Y-103393669D01* +X95002165Y-103362073D01* +X95024588Y-103359500D01* +X95973116Y-103359500D01* +X95992429Y-103361401D01* +X96010000Y-103364897D01* +X96037132Y-103359500D01* +X96037133Y-103359500D01* +X96117495Y-103343515D01* +X96166762Y-103310595D01* +X96183184Y-103299623D01* +X96196339Y-103290834D01* +X96196344Y-103290828D01* +X96208624Y-103282624D01* +X96218576Y-103267727D01* +X96230884Y-103252730D01* +X96477119Y-103006496D01* +X96531636Y-102978719D01* +X96547123Y-102977500D01* +X97054348Y-102977500D01* +X97112539Y-102996407D01* +X97143288Y-103033020D01* +X97166523Y-103080548D01* +X97174800Y-103097479D01* +X97174800Y-103097480D01* +X97174801Y-103097481D01* +X97174802Y-103097483D01* +X97257517Y-103180198D01* +X97304753Y-103203290D01* +X97362604Y-103231572D01* +X97362605Y-103231572D01* +X97362607Y-103231573D01* +X97430740Y-103241500D01* +X97430743Y-103241500D01* +X97897257Y-103241500D01* +X97897260Y-103241500D01* +X97965393Y-103231573D01* +X98070483Y-103180198D01* +X98153198Y-103097483D01* +X98204573Y-102992393D01* +X98208082Y-102968303D01* +X98235181Y-102913448D01* +X98289349Y-102884996D01* +X98349895Y-102893818D01* +X98380867Y-102917746D01* +X98411514Y-102953115D01* +X98417452Y-102959968D01* +X98502200Y-103014432D01* +X98526431Y-103030004D01* +X98650728Y-103066500D01* +X98650730Y-103066500D01* +X98752812Y-103066500D01* +X98811003Y-103085407D01* +X98822816Y-103095496D01* +X98824801Y-103097481D01* +X98824802Y-103097483D01* +X98907517Y-103180198D01* +X98954753Y-103203290D01* +X99012604Y-103231572D01* +X99012605Y-103231572D01* +X99012607Y-103231573D01* +X99080740Y-103241500D01* +X99080743Y-103241500D01* +X99547257Y-103241500D01* +X99547260Y-103241500D01* +X99615393Y-103231573D01* +X99720483Y-103180198D01* +X99803198Y-103097483D01* +X99854573Y-102992393D01* +X99864500Y-102924260D01* +X99864500Y-102736499D01* +X99883407Y-102678309D01* +X99932907Y-102642345D01* +X99963500Y-102637500D01* +X108730472Y-102637500D01* +X108788663Y-102656407D01* +X108824627Y-102705907D01* +X108824627Y-102767093D01* +X108788663Y-102816593D01* +X108785474Y-102818815D01* +X108766499Y-102831493D01* +X108766494Y-102831498D01* +X108733234Y-102881275D01* +X108733233Y-102881278D01* +X108724500Y-102925172D01* +X108724500Y-103654827D01* +X108733232Y-103698720D01* +X108733234Y-103698724D01* +X108756624Y-103733730D01* +X108766496Y-103748504D01* +X108816278Y-103781767D01* +X108827327Y-103783964D01* +X108860172Y-103790499D01* +X108860178Y-103790499D01* +X108860180Y-103790500D01* +X108860181Y-103790500D01* +X109309819Y-103790500D01* +X109309820Y-103790500D01* +X109309821Y-103790499D01* +X109309827Y-103790499D01* +X109340450Y-103784407D01* +X109353722Y-103781767D01* +X109403504Y-103748504D01* +X109436767Y-103698722D01* +X109445500Y-103654820D01* +X109445500Y-103654818D01* +X109445503Y-103654798D01* +X109445506Y-103654789D01* +X109446450Y-103650048D01* +X109447490Y-103650254D01* +X109470022Y-103598740D01* +X109522808Y-103567800D01* +X109544026Y-103565500D01* +X110305391Y-103565500D01* +X110363582Y-103584407D01* +X110399546Y-103633907D01* +X110400604Y-103637383D01* +X110437595Y-103767389D01* +X110532634Y-103958255D01* +X110661128Y-104128407D01* +X110689050Y-104153861D01* +X110818692Y-104272047D01* +X110818699Y-104272053D01* +X110895786Y-104319783D01* +X110999981Y-104384298D01* +X111198802Y-104461321D01* +X111408390Y-104500500D01* +X111621610Y-104500500D01* +X111831198Y-104461321D01* +X112030019Y-104384298D01* +X112211302Y-104272052D01* +X112368872Y-104128407D01* +X112497366Y-103958255D01* +X112592405Y-103767389D01* +X112605470Y-103721471D01* +X112612318Y-103697406D01* +X112646428Y-103646612D01* +X112703881Y-103625568D01* +X112707538Y-103625500D01* +X116822462Y-103625500D01* +X116880653Y-103644407D01* +X116916617Y-103693907D01* +X116917682Y-103697406D01* +X116937594Y-103767387D01* +X116971484Y-103835449D01* +X117032634Y-103958255D01* +X117161128Y-104128407D01* +X117189050Y-104153861D01* +X117318692Y-104272047D01* +X117318699Y-104272053D01* +X117395786Y-104319783D01* +X117499981Y-104384298D01* +X117698802Y-104461321D01* +X117908390Y-104500500D01* +X118121610Y-104500500D01* +X118331198Y-104461321D01* +X118530019Y-104384298D01* +X118711302Y-104272052D01* +X118868872Y-104128407D01* +X118997366Y-103958255D01* +X119092405Y-103767389D01* +X119150756Y-103562310D01* +X119170429Y-103350000D01* +X119150756Y-103137690D01* +X119092405Y-102932611D01* +X118997366Y-102741745D01* +X118868872Y-102571593D01* +X118800046Y-102508849D01* +X118711307Y-102427952D01* +X118711300Y-102427946D01* +X118530024Y-102315705D01* +X118530019Y-102315702D01* +X118509474Y-102307743D01* +X118429636Y-102276814D01* +X118382207Y-102238163D01* +X118366553Y-102179014D01* +X118388656Y-102121961D01* +X118440072Y-102088795D01* +X118465401Y-102085500D01* +X126754876Y-102085500D01* +X126813067Y-102104407D01* +X126824880Y-102114496D01* +X128369115Y-103658731D01* +X128381426Y-103673733D01* +X128386233Y-103680928D01* +X128391376Y-103688624D01* +X128391379Y-103688626D01* +X128391380Y-103688627D01* +X128410329Y-103701288D01* +X128410335Y-103701293D01* +X128414378Y-103703994D01* +X128440534Y-103721471D01* +X128482505Y-103749515D01* +X128562867Y-103765500D01* +X128562868Y-103765500D01* +X128590000Y-103770897D01* +X128607570Y-103767402D01* +X128626884Y-103765500D01* +X134396019Y-103765500D01* +X134454210Y-103784407D01* +X134490174Y-103833907D01* +X134494597Y-103855365D01* +X134500244Y-103916311D01* +X134512179Y-103958256D01* +X134558595Y-104121389D01* +X134653634Y-104312255D01* +X134782128Y-104482407D01* +X134845551Y-104540225D01* +X134939692Y-104626047D01* +X134939699Y-104626053D01* +X135012067Y-104670861D01* +X135120981Y-104738298D01* +X135319802Y-104815321D01* +X135529390Y-104854500D01* +X135742610Y-104854500D01* +X135952198Y-104815321D01* +X136151019Y-104738298D01* +X136332302Y-104626052D01* +X136489872Y-104482407D01* +X136618366Y-104312255D01* +X136713405Y-104121389D01* +X136728587Y-104068033D01* +X136733318Y-104051406D01* +X136767428Y-104000612D01* +X136824881Y-103979568D01* +X136828538Y-103979500D01* +X140943462Y-103979500D01* +X141001653Y-103998407D01* +X141037617Y-104047907D01* +X141038682Y-104051406D01* +X141058594Y-104121387D01* +X141094293Y-104193082D01* +X141153634Y-104312255D01* +X141282128Y-104482407D01* +X141345551Y-104540225D01* +X141439692Y-104626047D01* +X141439699Y-104626053D01* +X141512067Y-104670861D01* +X141620981Y-104738298D01* +X141819802Y-104815321D01* +X142029390Y-104854500D01* +X142242610Y-104854500D01* +X142452198Y-104815321D01* +X142651019Y-104738298D01* +X142651026Y-104738294D01* +X142653190Y-104736954D01* +X142664422Y-104729998D01* +X142723848Y-104715437D01* +X142780485Y-104738586D01* +X142786547Y-104744163D01* +X144545348Y-106502964D01* +X144573125Y-106557481D01* +X144563554Y-106617913D01* +X144545350Y-106642968D01* +X144513363Y-106674956D01* +X144481801Y-106706518D01* +X144430427Y-106811604D01* +X144427320Y-106832931D01* +X144420500Y-106879740D01* +X144420500Y-107496260D01* +X144420663Y-107497376D01* +X144430427Y-107564395D01* +X144464767Y-107634637D01* +X144481802Y-107669483D01* +X144564517Y-107752198D01* +X144618285Y-107778483D01* +X144669604Y-107803572D01* +X144669605Y-107803572D01* +X144669607Y-107803573D01* +X144737740Y-107813500D01* +X144737743Y-107813500D01* +X145204257Y-107813500D01* +X145204260Y-107813500D01* +X145272393Y-107803573D01* +X145377483Y-107752198D01* +X145460198Y-107669483D01* +X145511573Y-107564393D01* +X145521500Y-107496260D01* +X145521500Y-107494485D01* +X146021001Y-107494485D01* +X146035833Y-107588141D01* +X146035836Y-107588151D01* +X146093358Y-107701043D01* +X146182955Y-107790640D01* +X146295854Y-107848165D01* +X146295857Y-107848166D01* +X146370999Y-107860066D01* +X146871000Y-107860066D01* +X146946142Y-107848166D01* +X146946145Y-107848165D01* +X147059044Y-107790640D01* +X147148641Y-107701043D01* +X147206163Y-107588151D01* +X147206164Y-107588147D01* +X147221000Y-107494484D01* +X147221000Y-107438001D01* +X147220999Y-107438000D01* +X146871001Y-107438000D01* +X146871000Y-107438001D01* +X146871000Y-107860066D01* +X146370999Y-107860066D01* +X146371000Y-107860065D01* +X146371000Y-107438001D01* +X146370999Y-107438000D01* +X146021002Y-107438000D01* +X146021001Y-107438001D01* +X146021001Y-107494485D01* +X145521500Y-107494485D01* +X145521500Y-106937999D01* +X146021000Y-106937999D01* +X146021001Y-106938000D01* +X146370999Y-106938000D01* +X146371000Y-106937998D01* +X146371000Y-106515932D01* +X146871000Y-106515932D01* +X146871000Y-106937998D01* +X146871001Y-106938000D01* +X147220998Y-106938000D01* +X147220999Y-106937999D01* +X147220999Y-106881516D01* +X147220998Y-106881514D01* +X147206166Y-106787858D01* +X147206163Y-106787848D01* +X147148641Y-106674956D01* +X147059043Y-106585358D01* +X146946151Y-106527836D01* +X146946147Y-106527835D01* +X146871000Y-106515932D01* +X146371000Y-106515932D01* +X146295852Y-106527835D01* +X146295848Y-106527836D01* +X146182956Y-106585358D01* +X146093358Y-106674956D01* +X146035836Y-106787848D01* +X146035835Y-106787852D01* +X146021000Y-106881515D01* +X146021000Y-106937999D01* +X145521500Y-106937999D01* +X145521500Y-106879740D01* +X145511573Y-106811607D01* +X145508722Y-106805776D01* +X145479745Y-106746501D01* +X145460198Y-106706517D01* +X145377483Y-106623802D01* +X145301103Y-106586462D01* +X145257131Y-106543921D01* +X145247449Y-106516643D01* +X145246500Y-106511871D01* +X145246500Y-106511867D01* +X145230515Y-106431505D01* +X145225583Y-106424124D01* +X145184994Y-106363378D01* +X145184992Y-106363376D01* +X145169624Y-106340376D01* +X145159333Y-106333500D01* +X145154733Y-106330426D01* +X145139731Y-106318115D01* +X143173887Y-104352271D01* +X143146110Y-104297754D01* +X143155269Y-104238141D01* +X143213405Y-104121389D01* +X143271756Y-103916310D01* +X143279249Y-103835448D01* +X149854978Y-103835448D01* +X149854979Y-103835449D01* +X150447495Y-103835449D01* +X150505686Y-103854356D01* +X150541650Y-103903856D01* +X150542484Y-103962338D01* +X150542291Y-103963001D01* +X150526613Y-104016396D01* +X150526390Y-104017154D01* +X150526390Y-104153744D01* +X150542484Y-104208559D01* +X150540738Y-104269718D01* +X150503375Y-104318171D01* +X150447495Y-104335449D01* +X149854979Y-104335449D01* +X149901622Y-104489211D01* +X149901624Y-104489216D01* +X149999114Y-104671609D01* +X149999121Y-104671619D01* +X150130330Y-104831499D01* +X150130339Y-104831508D01* +X150290219Y-104962717D01* +X150290229Y-104962724D01* +X150472622Y-105060214D01* +X150472627Y-105060216D01* +X150670556Y-105120257D01* +X150751388Y-105128218D01* +X150751390Y-105128217D01* +X150751390Y-104643641D01* +X150770297Y-104585450D01* +X150819797Y-104549486D01* +X150864480Y-104545649D01* +X150967411Y-104560449D01* +X150967415Y-104560449D01* +X151035369Y-104560449D01* +X151138300Y-104545649D01* +X151198589Y-104556082D01* +X151241232Y-104599959D01* +X151251390Y-104643641D01* +X151251390Y-105128217D01* +X151251391Y-105128218D01* +X151332223Y-105120257D01* +X151530152Y-105060216D01* +X151530157Y-105060214D01* +X151712550Y-104962724D01* +X151712560Y-104962717D01* +X151872440Y-104831508D01* +X151872449Y-104831499D01* +X152003658Y-104671619D01* +X152003665Y-104671609D01* +X152101155Y-104489216D01* +X152101157Y-104489211D01* +X152147801Y-104335449D01* +X151555285Y-104335449D01* +X151497094Y-104316542D01* +X151461130Y-104267042D01* +X151460295Y-104208559D01* +X151476390Y-104153744D01* +X151476390Y-104017154D01* +X151460295Y-103962338D01* +X151462042Y-103901180D01* +X151499405Y-103852727D01* +X151555285Y-103835449D01* +X152147801Y-103835449D01* +X152147801Y-103835448D01* +X152147571Y-103834690D01* +X156609374Y-103834690D01* +X156609375Y-103834691D01* +X157201891Y-103834691D01* +X157260082Y-103853598D01* +X157296046Y-103903098D01* +X157296880Y-103961580D01* +X157280786Y-104016396D01* +X157280786Y-104152986D01* +X157296880Y-104207801D01* +X157295134Y-104268960D01* +X157257771Y-104317413D01* +X157201891Y-104334691D01* +X156609375Y-104334691D01* +X156656018Y-104488453D01* +X156656020Y-104488458D01* +X156753510Y-104670851D01* +X156753517Y-104670861D01* +X156884726Y-104830741D01* +X156884735Y-104830750D01* +X157044615Y-104961959D01* +X157044625Y-104961966D01* +X157227018Y-105059456D01* +X157227023Y-105059458D01* +X157424952Y-105119499D01* +X157505784Y-105127460D01* +X157505786Y-105127459D01* +X157505786Y-104642883D01* +X157524693Y-104584692D01* +X157574193Y-104548728D01* +X157618876Y-104544891D01* +X157721807Y-104559691D01* +X157721811Y-104559691D01* +X157789765Y-104559691D01* +X157892696Y-104544891D01* +X157952985Y-104555324D01* +X157995628Y-104599201D01* +X158005786Y-104642883D01* +X158005786Y-105127459D01* +X158005787Y-105127460D01* +X158086619Y-105119499D01* +X158284548Y-105059458D01* +X158284553Y-105059456D01* +X158466946Y-104961966D01* +X158466956Y-104961959D01* +X158626836Y-104830750D01* +X158626845Y-104830741D01* +X158758054Y-104670861D01* +X158758061Y-104670851D01* +X158855551Y-104488458D01* +X158855553Y-104488453D01* +X158902197Y-104334691D01* +X158309681Y-104334691D01* +X158251490Y-104315784D01* +X158215526Y-104266284D01* +X158214691Y-104207801D01* +X158230786Y-104152986D01* +X158230786Y-104016396D01* +X158214691Y-103961580D01* +X158216438Y-103900422D01* +X158253801Y-103851969D01* +X158309681Y-103834691D01* +X158902197Y-103834691D01* +X158902197Y-103834690D01* +X158855553Y-103680928D01* +X158855551Y-103680923D01* +X158758061Y-103498530D01* +X158758054Y-103498520D01* +X158626845Y-103338640D01* +X158626836Y-103338631D01* +X158466956Y-103207422D01* +X158466946Y-103207415D01* +X158284553Y-103109925D01* +X158284548Y-103109923D01* +X158086622Y-103049882D01* +X158086616Y-103049881D01* +X158005786Y-103041920D01* +X158005786Y-103526498D01* +X157986879Y-103584689D01* +X157937379Y-103620653D01* +X157892697Y-103624490D01* +X157789766Y-103609691D01* +X157789761Y-103609691D01* +X157721811Y-103609691D01* +X157721806Y-103609691D01* +X157618875Y-103624490D01* +X157558586Y-103614057D01* +X157515943Y-103570179D01* +X157505786Y-103526498D01* +X157505786Y-103041920D01* +X157505785Y-103041920D01* +X157424955Y-103049881D01* +X157424949Y-103049882D01* +X157227023Y-103109923D01* +X157227018Y-103109925D01* +X157044625Y-103207415D01* +X157044615Y-103207422D01* +X156884735Y-103338631D01* +X156884726Y-103338640D01* +X156753517Y-103498520D01* +X156753510Y-103498530D01* +X156656020Y-103680923D01* +X156656018Y-103680928D01* +X156609374Y-103834690D01* +X152147571Y-103834690D01* +X152101157Y-103681686D01* +X152101155Y-103681681D01* +X152003665Y-103499288D01* +X152003658Y-103499278D01* +X151872449Y-103339398D01* +X151872440Y-103339389D01* +X151712560Y-103208180D01* +X151712550Y-103208173D01* +X151530157Y-103110683D01* +X151530152Y-103110681D01* +X151332226Y-103050640D01* +X151332220Y-103050639D01* +X151251390Y-103042678D01* +X151251390Y-103527256D01* +X151232483Y-103585447D01* +X151182983Y-103621411D01* +X151138301Y-103625248D01* +X151035370Y-103610449D01* +X151035365Y-103610449D01* +X150967415Y-103610449D01* +X150967410Y-103610449D01* +X150864479Y-103625248D01* +X150804190Y-103614815D01* +X150761547Y-103570937D01* +X150751390Y-103527256D01* +X150751390Y-103042678D01* +X150751389Y-103042678D01* +X150670559Y-103050639D01* +X150670553Y-103050640D01* +X150472627Y-103110681D01* +X150472622Y-103110683D01* +X150290229Y-103208173D01* +X150290219Y-103208180D01* +X150130339Y-103339389D01* +X150130330Y-103339398D01* +X149999121Y-103499278D01* +X149999114Y-103499288D01* +X149901624Y-103681681D01* +X149901622Y-103681686D01* +X149854978Y-103835448D01* +X143279249Y-103835448D01* +X143291429Y-103704000D01* +X143271756Y-103491690D01* +X143213405Y-103286611D01* +X143118366Y-103095745D01* +X142989872Y-102925593D01* +X142922840Y-102864485D01* +X142832307Y-102781952D01* +X142832300Y-102781946D01* +X142651024Y-102669705D01* +X142651019Y-102669702D01* +X142549989Y-102630563D01* +X142452198Y-102592679D01* +X142452197Y-102592678D01* +X142452195Y-102592678D01* +X142242610Y-102553500D01* +X142029390Y-102553500D01* +X141819804Y-102592678D01* +X141620980Y-102669702D01* +X141620975Y-102669705D01* +X141439699Y-102781946D01* +X141439692Y-102781952D01* +X141282135Y-102925586D01* +X141282131Y-102925589D01* +X141282128Y-102925593D01* +X141282124Y-102925597D01* +X141282125Y-102925597D01* +X141153635Y-103095743D01* +X141153630Y-103095752D01* +X141058595Y-103286611D01* +X141038682Y-103356594D01* +X141004572Y-103407388D01* +X140947119Y-103428432D01* +X140943462Y-103428500D01* +X136828538Y-103428500D01* +X136770347Y-103409593D01* +X136734383Y-103360093D01* +X136733318Y-103356594D01* +X136713405Y-103286611D01* +X136711418Y-103282621D01* +X136618366Y-103095745D01* +X136489872Y-102925593D01* +X136422840Y-102864485D01* +X136332307Y-102781952D01* +X136332300Y-102781946D01* +X136151024Y-102669705D01* +X136151019Y-102669702D01* +X136049989Y-102630563D01* +X135952198Y-102592679D01* +X135952197Y-102592678D01* +X135952195Y-102592678D01* +X135742610Y-102553500D01* +X135529390Y-102553500D01* +X135319804Y-102592678D01* +X135120980Y-102669702D01* +X135120975Y-102669705D01* +X134939699Y-102781946D01* +X134939692Y-102781952D01* +X134782135Y-102925586D01* +X134782131Y-102925589D01* +X134782128Y-102925593D01* +X134782124Y-102925597D01* +X134782125Y-102925597D01* +X134653635Y-103095743D01* +X134653634Y-103095745D01* +X134621824Y-103159628D01* +X134578963Y-103203290D01* +X134533204Y-103214500D01* +X130096895Y-103214500D01* +X130038704Y-103195593D01* +X130002740Y-103146093D01* +X129998966Y-103100975D01* +X130001995Y-103080548D01* +X129748309Y-102826861D01* +X129720532Y-102772345D01* +X129730103Y-102711913D01* +X129759508Y-102680223D01* +X129758205Y-102678622D01* +X129763456Y-102674349D01* +X129763458Y-102674349D01* +X129880739Y-102578934D01* +X129948167Y-102483408D01* +X129997169Y-102446773D01* +X130058349Y-102445937D01* +X130099049Y-102470497D01* +X130355548Y-102726995D01* +X130355549Y-102726995D01* +X130426558Y-102594150D01* +X130485170Y-102400935D01* +X130485171Y-102400929D01* +X130504960Y-102200003D01* +X130504960Y-102199996D01* +X130485171Y-101999070D01* +X130485170Y-101999064D01* +X130426558Y-101805849D01* +X130355549Y-101673003D01* +X130355548Y-101673003D01* +X130099358Y-101929192D01* +X130044842Y-101956969D01* +X129984410Y-101947397D01* +X129941454Y-101904733D01* +X129939556Y-101901070D01* +X129928558Y-101879844D01* +X129825362Y-101769348D01* +X129825361Y-101769347D01* +X129825360Y-101769346D01* +X129763110Y-101731491D01* +X129723215Y-101685102D01* +X129718206Y-101624122D01* +X129744545Y-101576900D01* +X130001995Y-101319449D01* +X129869149Y-101248441D01* +X129675935Y-101189829D01* +X129675929Y-101189828D01* +X129475003Y-101170040D01* +X129474997Y-101170040D01* +X129274070Y-101189828D01* +X129274064Y-101189829D01* +X129080850Y-101248441D01* +X129080845Y-101248443D01* +X128948003Y-101319449D01* +X128948003Y-101319450D01* +X129201690Y-101573138D01* +X129229467Y-101627654D01* +X129219896Y-101688086D01* +X129190498Y-101719783D01* +X129191795Y-101721378D01* +X129186543Y-101725650D01* +X129186542Y-101725651D01* +X129139128Y-101764225D01* +X129069258Y-101821068D01* +X129001833Y-101916589D01* +X128952829Y-101953226D01* +X128891649Y-101954062D01* +X128850950Y-101929502D01* +X128594450Y-101673003D01* +X128594449Y-101673003D01* +X128523443Y-101805845D01* +X128523441Y-101805850D01* +X128464829Y-101999064D01* +X128464828Y-101999070D01* +X128445040Y-102199996D01* +X128445040Y-102200003D01* +X128464828Y-102400929D01* +X128464829Y-102400935D01* +X128523441Y-102594149D01* +X128594449Y-102726995D01* +X128850639Y-102470806D01* +X128905156Y-102443029D01* +X128965588Y-102452600D01* +X129008543Y-102495263D01* +X129017592Y-102512726D01* +X129021442Y-102520156D01* +X129124638Y-102630652D01* +X129186888Y-102668507D01* +X129226783Y-102714896D01* +X129231792Y-102775876D01* +X129205453Y-102823097D01* +X128948003Y-103080548D01* +X128951033Y-103100975D01* +X128940868Y-103161310D01* +X128897180Y-103204147D01* +X128853104Y-103214500D01* +X128745124Y-103214500D01* +X128686933Y-103195593D01* +X128675120Y-103185504D01* +X127130885Y-101641269D01* +X127118573Y-101626266D01* +X127108624Y-101611376D01* +X127108620Y-101611373D01* +X127101729Y-101604482D01* +X127104304Y-101601906D01* +X127077392Y-101567775D01* +X127074983Y-101506637D01* +X127108971Y-101455760D01* +X127166372Y-101434577D01* +X127170269Y-101434500D01* +X127979116Y-101434500D01* +X127998429Y-101436401D01* +X128016000Y-101439897D01* +X128043132Y-101434500D01* +X128043133Y-101434500D01* +X128123495Y-101418515D01* +X128186397Y-101376485D01* +X128191622Y-101372994D01* +X128191622Y-101372993D01* +X128202340Y-101365832D01* +X128202348Y-101365826D01* +X128214624Y-101357624D01* +X128224574Y-101342730D01* +X128236881Y-101327733D01* +X128956164Y-100608450D01* +X129010679Y-100580675D01* +X129071111Y-100590246D01* +X129072834Y-100591146D01* +X129097289Y-100604217D01* +X129099886Y-100605605D01* +X129227987Y-100644464D01* +X129283768Y-100661385D01* +X129283773Y-100661386D01* +X129474997Y-100680220D01* +X129475000Y-100680220D01* +X129475003Y-100680220D01* +X129666226Y-100661386D01* +X129666231Y-100661385D01* +X129698415Y-100651622D01* +X129850114Y-100605605D01* +X129910870Y-100573129D01* +X130019569Y-100515030D01* +X130019572Y-100515027D01* +X130019581Y-100515023D01* +X130168120Y-100393120D01* +X130290023Y-100244581D01* +X130290027Y-100244572D01* +X130290030Y-100244569D01* +X130358971Y-100115589D01* +X130380605Y-100075114D01* +X130436385Y-99891231D01* +X130436386Y-99891226D01* +X130455220Y-99700003D01* +X130455220Y-99699996D01* +X130436386Y-99508773D01* +X130436385Y-99508768D01* +X130416889Y-99444500D01* +X130414506Y-99436645D01* +X136606293Y-99436645D01* +X136606294Y-99436646D01* +X137198810Y-99436646D01* +X137257001Y-99455553D01* +X137292965Y-99505053D01* +X137293799Y-99563535D01* +X137287641Y-99584513D01* +X137278205Y-99616649D01* +X137277705Y-99618351D01* +X137277705Y-99754941D01* +X137293799Y-99809756D01* +X137292053Y-99870915D01* +X137254690Y-99919368D01* +X137198810Y-99936646D01* +X136606294Y-99936646D01* +X136652937Y-100090408D01* +X136652939Y-100090413D01* +X136750429Y-100272806D01* +X136750436Y-100272816D01* +X136881645Y-100432696D01* +X136881654Y-100432705D01* +X137041534Y-100563914D01* +X137041544Y-100563921D01* +X137223937Y-100661411D01* +X137223942Y-100661413D01* +X137421871Y-100721454D01* +X137502703Y-100729415D01* +X137502705Y-100729414D01* +X137502705Y-100244838D01* +X137521612Y-100186647D01* +X137571112Y-100150683D01* +X137615795Y-100146846D01* +X137718726Y-100161646D01* +X137718730Y-100161646D01* +X137786684Y-100161646D01* +X137889615Y-100146846D01* +X137949904Y-100157279D01* +X137992547Y-100201156D01* +X138002705Y-100244838D01* +X138002705Y-100729414D01* +X138002706Y-100729415D01* +X138083538Y-100721454D01* +X138281467Y-100661413D01* +X138281472Y-100661411D01* +X138463865Y-100563921D01* +X138463875Y-100563914D01* +X138623755Y-100432705D01* +X138623764Y-100432696D01* +X138754973Y-100272816D01* +X138754980Y-100272806D01* +X138852470Y-100090413D01* +X138852472Y-100090408D01* +X138899116Y-99936646D01* +X138306600Y-99936646D01* +X138248409Y-99917739D01* +X138212445Y-99868239D01* +X138211610Y-99809756D01* +X138227705Y-99754941D01* +X138227705Y-99618351D01* +X138211610Y-99563535D01* +X138213357Y-99502377D01* +X138250720Y-99453924D01* +X138306600Y-99436646D01* +X138899116Y-99436646D01* +X138899116Y-99436645D01* +X138852472Y-99282883D01* +X138852470Y-99282878D01* +X138754980Y-99100485D01* +X138754973Y-99100475D01* +X138623764Y-98940595D01* +X138623755Y-98940586D01* +X138463875Y-98809377D01* +X138463865Y-98809370D01* +X138281472Y-98711880D01* +X138281467Y-98711878D01* +X138083541Y-98651837D01* +X138083535Y-98651836D01* +X138002705Y-98643875D01* +X138002705Y-99128453D01* +X137983798Y-99186644D01* +X137934298Y-99222608D01* +X137889616Y-99226445D01* +X137786685Y-99211646D01* +X137786680Y-99211646D01* +X137718730Y-99211646D01* +X137718725Y-99211646D01* +X137615794Y-99226445D01* +X137555505Y-99216012D01* +X137512862Y-99172134D01* +X137502705Y-99128453D01* +X137502705Y-98643875D01* +X137502704Y-98643875D01* +X137421874Y-98651836D01* +X137421868Y-98651837D01* +X137223942Y-98711878D01* +X137223937Y-98711880D01* +X137041544Y-98809370D01* +X137041534Y-98809377D01* +X136881654Y-98940586D01* +X136881645Y-98940595D01* +X136750436Y-99100475D01* +X136750429Y-99100485D01* +X136652939Y-99282878D01* +X136652937Y-99282883D01* +X136606293Y-99436645D01* +X130414506Y-99436645D01* +X130380605Y-99324886D01* +X130375271Y-99314907D01* +X130290030Y-99155430D01* +X130290025Y-99155423D01* +X130290023Y-99155419D01* +X130218228Y-99067937D01* +X130168124Y-99006884D01* +X130168115Y-99006875D01* +X130043951Y-98904977D01* +X130019581Y-98884977D01* +X130019578Y-98884975D01* +X130019569Y-98884969D01* +X129850119Y-98794397D01* +X129850114Y-98794395D01* +X129666231Y-98738614D01* +X129666226Y-98738613D01* +X129475003Y-98719780D01* +X129474997Y-98719780D01* +X129283773Y-98738613D01* +X129283768Y-98738614D01* +X129099885Y-98794395D01* +X129099880Y-98794397D01* +X128930430Y-98884969D01* +X128930420Y-98884976D01* +X128781884Y-99006875D01* +X128781875Y-99006884D01* +X128659976Y-99155420D01* +X128659969Y-99155430D01* +X128569397Y-99324880D01* +X128569395Y-99324885D01* +X128513614Y-99508768D01* +X128513613Y-99508773D01* +X128494780Y-99699996D01* +X128494780Y-99700003D01* +X128513613Y-99891226D01* +X128513614Y-99891231D01* +X128560026Y-100044230D01* +X128569395Y-100075114D01* +X128583853Y-100102163D01* +X128594610Y-100162394D01* +X128567908Y-100217446D01* +X128566547Y-100218834D01* +X127930880Y-100854503D01* +X127876363Y-100882281D01* +X127860876Y-100883500D01* +X105237526Y-100883500D01* +X105179335Y-100864593D01* +X105143371Y-100815093D01* +X105143371Y-100753907D01* +X105147473Y-100743374D01* +X105161697Y-100712227D01* +X105161697Y-100712225D01* +X105162570Y-100706157D01* +X105169580Y-100657396D01* +X105180133Y-100584002D01* +X105180133Y-100583997D01* +X105161697Y-100455774D01* +X105151162Y-100432705D01* +X105107882Y-100337937D01* +X105094126Y-100322061D01* +X105026773Y-100244330D01* +X105002956Y-100187971D01* +X105016815Y-100128376D01* +X105063056Y-100088308D01* +X105101593Y-100080500D01* +X119093730Y-100080500D01* +X119151921Y-100099407D01* +X119187885Y-100148907D01* +X119191722Y-100165412D01* +X119197302Y-100204224D01* +X119224867Y-100264581D01* +X119251118Y-100322063D01* +X119312692Y-100393124D01* +X119335952Y-100419968D01* +X119416866Y-100471968D01* +X119444931Y-100490004D01* +X119569228Y-100526500D01* +X119569230Y-100526500D01* +X119698770Y-100526500D01* +X119698772Y-100526500D01* +X119823069Y-100490004D01* +X119932049Y-100419967D01* +X120016882Y-100322063D01* +X120070697Y-100204226D01* +X120083441Y-100115589D01* +X120089133Y-100076002D01* +X120089133Y-100075997D01* +X120070697Y-99947774D01* +X120064403Y-99933992D01* +X120016882Y-99829937D01* +X119960033Y-99764328D01* +X119936217Y-99707971D01* +X119950076Y-99648376D01* +X119996317Y-99608309D01* +X120034854Y-99600500D01* +X127093116Y-99600500D01* +X127112429Y-99602401D01* +X127130000Y-99605897D01* +X127157132Y-99600500D01* +X127157133Y-99600500D01* +X127237495Y-99584515D01* +X127303001Y-99540745D01* +X127305622Y-99538994D01* +X127305622Y-99538993D01* +X127316339Y-99531833D01* +X127316345Y-99531828D01* +X127328624Y-99523624D01* +X127338574Y-99508730D01* +X127350881Y-99493733D01* +X128812796Y-98031818D01* +X128867311Y-98004043D01* +X128927743Y-98013614D01* +X128929466Y-98014514D01* +X129099880Y-98105602D01* +X129099886Y-98105605D01* +X129217841Y-98141386D01* +X129283768Y-98161385D01* +X129283773Y-98161386D01* +X129474997Y-98180220D01* +X129475000Y-98180220D01* +X129475003Y-98180220D01* +X129666226Y-98161386D01* +X129666231Y-98161385D01* +X129669043Y-98160532D01* +X129850114Y-98105605D01* +X129924915Y-98065623D01* +X130019569Y-98015030D01* +X130019572Y-98015027D01* +X130019581Y-98015023D01* +X130168120Y-97893120D01* +X130290023Y-97744581D01* +X130290027Y-97744572D01* +X130290030Y-97744569D01* +X130360204Y-97613281D01* +X130380605Y-97575114D01* +X130436385Y-97391231D01* +X130436386Y-97391226D01* +X130451518Y-97237585D01* +X136623335Y-97237585D01* +X136653643Y-97435415D01* +X136654149Y-97438717D01* +X136724819Y-97629533D01* +X136765560Y-97694896D01* +X136832450Y-97802213D01* +X136832452Y-97802215D01* +X136832453Y-97802217D01* +X136851746Y-97822513D01* +X136918858Y-97893115D01* +X136972646Y-97949699D01* +X136972648Y-97949700D01* +X136972651Y-97949703D01* +X137132373Y-98060872D01* +X137139656Y-98065941D01* +X137326645Y-98146185D01* +X137326647Y-98146186D01* +X137525964Y-98187146D01* +X137525967Y-98187146D01* +X137928449Y-98187146D01* +X137955382Y-98184407D01* +X138080143Y-98171720D01* +X138274293Y-98110805D01* +X138452207Y-98012055D01* +X138606600Y-97879512D01* +X138731153Y-97718604D01* +X138733125Y-97714584D01* +X138768461Y-97642547D01* +X138811063Y-97598630D01* +X138857344Y-97587146D01* +X143337263Y-97587146D01* +X143337264Y-97587146D01* +X143360213Y-97579689D01* +X143375296Y-97576067D01* +X143399135Y-97572292D01* +X143420633Y-97561336D01* +X143434982Y-97555394D01* +X143457921Y-97547942D01* +X143477443Y-97533757D01* +X143490680Y-97525646D01* +X143512173Y-97514696D01* +X143529092Y-97497775D01* +X143529098Y-97497771D01* +X143534738Y-97492131D01* +X143534740Y-97492130D01* +X144037682Y-96989186D01* +X144092199Y-96961410D01* +X144107686Y-96960191D01* +X144137353Y-96960191D01* +X144169267Y-96960191D01* +X145439598Y-96960191D01* +X145497789Y-96979098D01* +X145509595Y-96989181D01* +X145569303Y-97048889D01* +X145606446Y-97067047D01* +X145674390Y-97100263D01* +X145674391Y-97100263D01* +X145674393Y-97100264D01* +X145742526Y-97110191D01* +X145993885Y-97110191D01* +X146052076Y-97129098D01* +X146063889Y-97139187D01* +X148019437Y-99094735D01* +X149958163Y-101033460D01* +X149985940Y-101087977D01* +X149977042Y-101147062D01* +X149933331Y-101236173D01* +X149882326Y-101433168D01* +X149872021Y-101636385D01* +X149872020Y-101636388D01* +X149902833Y-101837516D01* +X149902834Y-101837520D01* +X149973504Y-102028336D01* +X150004891Y-102078692D01* +X150081135Y-102201016D01* +X150081137Y-102201018D01* +X150081138Y-102201020D01* +X150095555Y-102216187D01* +X150220605Y-102347739D01* +X150221331Y-102348502D01* +X150221333Y-102348503D01* +X150221336Y-102348506D01* +X150387252Y-102463986D01* +X150388341Y-102464744D01* +X150575330Y-102544988D01* +X150575332Y-102544989D01* +X150774649Y-102585949D01* +X150774652Y-102585949D01* +X151177134Y-102585949D01* +X151202771Y-102583341D01* +X151328828Y-102570523D01* +X151522978Y-102509608D01* +X151700892Y-102410858D01* +X151855285Y-102278315D01* +X151979838Y-102117407D01* +X152003696Y-102068769D01* +X152017146Y-102041350D01* +X152059748Y-101997433D01* +X152106029Y-101985949D01* +X156647002Y-101985949D01* +X156705193Y-102004856D01* +X156731018Y-102032581D01* +X156780248Y-102111563D01* +X156835534Y-102200262D01* +X156837182Y-102201996D01* +X156956483Y-102327500D01* +X156975727Y-102347744D01* +X156975729Y-102347745D01* +X156975732Y-102347748D01* +X157142731Y-102463982D01* +X157142737Y-102463986D01* +X157329726Y-102544230D01* +X157329728Y-102544231D01* +X157529045Y-102585191D01* +X157529048Y-102585191D01* +X157931530Y-102585191D01* +X157957167Y-102582583D01* +X158083224Y-102569765D01* +X158277374Y-102508850D01* +X158455288Y-102410100D01* +X158609681Y-102277557D01* +X158734234Y-102116649D01* +X158823846Y-101933962D01* +X158874849Y-101736976D01* +X158885155Y-101533755D01* +X158854342Y-101332620D01* +X158783672Y-101141804D01* +X158676512Y-100969881D01* +X158676040Y-100969123D01* +X158676035Y-100969117D01* +X158651215Y-100943007D01* +X158543854Y-100830063D01* +X158535849Y-100821642D01* +X158535839Y-100821633D01* +X158368840Y-100705399D01* +X158368837Y-100705397D01* +X158368835Y-100705396D01* +X158181844Y-100625151D01* +X158181846Y-100625151D01* +X158086730Y-100605605D01* +X157982527Y-100584191D01* +X157580044Y-100584191D01* +X157580042Y-100584191D01* +X157428347Y-100599617D01* +X157234196Y-100660532D01* +X157234195Y-100660533D01* +X157056287Y-100759279D01* +X157056284Y-100759281D01* +X156901895Y-100891820D01* +X156777335Y-101052736D01* +X156739658Y-101129548D01* +X156697056Y-101173465D01* +X156650775Y-101184949D01* +X152110646Y-101184949D01* +X152052455Y-101166042D01* +X152026630Y-101138316D01* +X151921644Y-100969881D01* +X151921639Y-100969875D01* +X151920918Y-100969117D01* +X151832502Y-100876103D01* +X151781453Y-100822400D01* +X151781443Y-100822391D01* +X151614444Y-100706157D01* +X151614441Y-100706155D01* +X151614439Y-100706154D01* +X151427448Y-100625909D01* +X151427450Y-100625909D01* +X151342500Y-100608452D01* +X151228131Y-100584949D01* +X150825648Y-100584949D01* +X150825644Y-100584949D01* +X150706121Y-100597103D01* +X150646316Y-100584180D01* +X150626102Y-100568615D01* +X146705282Y-96647794D01* +X146677505Y-96593277D01* +X146676286Y-96577790D01* +X146676286Y-96326434D01* +X146675014Y-96317704D01* +X146666359Y-96258298D01* +X146665771Y-96257096D01* +X146639392Y-96203135D01* +X146614984Y-96153208D01* +X146532269Y-96070493D01* +X146532267Y-96070492D01* +X146427181Y-96019118D01* +X146399925Y-96015147D01* +X146359046Y-96009191D01* +X145742526Y-96009191D01* +X145708459Y-96014154D01* +X145674390Y-96019118D01* +X145569304Y-96070492D01* +X145569303Y-96070492D01* +X145569303Y-96070493D01* +X145509599Y-96130196D01* +X145455085Y-96157972D01* +X145439598Y-96159191D01* +X144753038Y-96159191D01* +X144694847Y-96140284D01* +X144664097Y-96103671D01* +X144647877Y-96070492D01* +X144614984Y-96003208D01* +X144532269Y-95920493D01* +X144489360Y-95899516D01* +X144427181Y-95869118D01* +X144395456Y-95864496D01* +X144359046Y-95859191D01* +X143742526Y-95859191D01* +X143708459Y-95864154D01* +X143674390Y-95869118D01* +X143569304Y-95920492D01* +X143486587Y-96003209D01* +X143435213Y-96108295D01* +X143431268Y-96135372D01* +X143427917Y-96158378D01* +X143425286Y-96176434D01* +X143425286Y-96427790D01* +X143406379Y-96485981D01* +X143396290Y-96497794D01* +X143136934Y-96757150D01* +X143082417Y-96784927D01* +X143066930Y-96786146D01* +X138861961Y-96786146D01* +X138803770Y-96767239D01* +X138777945Y-96739513D01* +X138672959Y-96571078D01* +X138672954Y-96571072D01* +X138659482Y-96556900D01* +X138585425Y-96478992D01* +X138532768Y-96423597D01* +X138532758Y-96423588D01* +X138365759Y-96307354D01* +X138365756Y-96307352D01* +X138365754Y-96307351D01* +X138178763Y-96227106D01* +X138178765Y-96227106D01* +X138099036Y-96210722D01* +X137979446Y-96186146D01* +X137576963Y-96186146D01* +X137576961Y-96186146D01* +X137425266Y-96201572D01* +X137231115Y-96262487D01* +X137231114Y-96262488D01* +X137053206Y-96361234D01* +X137053203Y-96361236D01* +X136898814Y-96493775D01* +X136774254Y-96654691D01* +X136690774Y-96824880D01* +X136684645Y-96837375D01* +X136640268Y-97008769D01* +X136633641Y-97034365D01* +X136623336Y-97237582D01* +X136623335Y-97237585D01* +X130451518Y-97237585D01* +X130455220Y-97200003D01* +X130455220Y-97199996D01* +X130436386Y-97008773D01* +X130436385Y-97008768D01* +X130406179Y-96909192D01* +X130380605Y-96824886D01* +X130369915Y-96804886D01* +X130290030Y-96655430D01* +X130290025Y-96655423D01* +X130290023Y-96655419D01* +X130220801Y-96571072D01* +X130168124Y-96506884D01* +X130168115Y-96506875D01* +X130071749Y-96427790D01* +X130019581Y-96384977D01* +X130019578Y-96384975D01* +X130019569Y-96384969D01* +X129850119Y-96294397D01* +X129850114Y-96294395D01* +X129666231Y-96238614D01* +X129666226Y-96238613D01* +X129475003Y-96219780D01* +X129474997Y-96219780D01* +X129283773Y-96238613D01* +X129283768Y-96238614D01* +X129099885Y-96294395D01* +X129099880Y-96294397D01* +X128930430Y-96384969D01* +X128930420Y-96384976D01* +X128781884Y-96506875D01* +X128781875Y-96506884D01* +X128659976Y-96655420D01* +X128659969Y-96655430D01* +X128569397Y-96824880D01* +X128569395Y-96824885D01* +X128513614Y-97008768D01* +X128513613Y-97008773D01* +X128494780Y-97199996D01* +X128494780Y-97200003D01* +X128513613Y-97391226D01* +X128513615Y-97391234D01* +X128533753Y-97457621D01* +X128532552Y-97518794D01* +X128509020Y-97556362D01* +X127044880Y-99020504D01* +X126990363Y-99048281D01* +X126974876Y-99049500D01* +X95489718Y-99049500D01* +X95431527Y-99030593D01* +X95395563Y-98981093D01* +X95395563Y-98919907D01* +X95414896Y-98885671D01* +X95457882Y-98836063D01* +X95511697Y-98718226D01* +X95530133Y-98590000D01* +X95527819Y-98573907D01* +X95511697Y-98461774D01* +X95480098Y-98392583D01* +X95457882Y-98343937D01* +X95445225Y-98329329D01* +X95421408Y-98272972D01* +X95435266Y-98213377D01* +X95481507Y-98173309D01* +X95520045Y-98165500D01* +X101141116Y-98165500D01* +X101160429Y-98167401D01* +X101178000Y-98170897D01* +X101205132Y-98165500D01* +X101205133Y-98165500D01* +X101285495Y-98149515D01* +X101321958Y-98125151D01* +X101343429Y-98110805D01* +X101364340Y-98096832D01* +X101364348Y-98096826D01* +X101376624Y-98088624D01* +X101386576Y-98073727D01* +X101398884Y-98058730D01* +X101590119Y-97867496D01* +X101644636Y-97839719D01* +X101660123Y-97838500D01* +X126575116Y-97838500D01* +X126594429Y-97840401D01* +X126612000Y-97843897D01* +X126639132Y-97838500D01* +X126639133Y-97838500D01* +X126719495Y-97822515D01* +X126761465Y-97794471D01* +X126787622Y-97776994D01* +X126787622Y-97776993D01* +X126798342Y-97769831D01* +X126798346Y-97769827D01* +X126810624Y-97761624D01* +X126820577Y-97746727D01* +X126832881Y-97731734D01* +X128956164Y-95608450D01* +X129010679Y-95580675D01* +X129071111Y-95590246D01* +X129072834Y-95591146D01* +X129099880Y-95605602D01* +X129099886Y-95605605D01* +X129214871Y-95640485D01* +X129283768Y-95661385D01* +X129283773Y-95661386D01* +X129474997Y-95680220D01* +X129475000Y-95680220D01* +X129475003Y-95680220D01* +X129666226Y-95661386D01* +X129666231Y-95661385D01* +X129666231Y-95661384D01* +X129850114Y-95605605D01* +X129932475Y-95561582D01* +X130019569Y-95515030D01* +X130019572Y-95515027D01* +X130019581Y-95515023D01* +X130168120Y-95393120D01* +X130290023Y-95244581D01* +X130290027Y-95244572D01* +X130290030Y-95244569D01* +X130364862Y-95104567D01* +X130380605Y-95075114D01* +X130436385Y-94891231D01* +X130436386Y-94891226D01* +X130451518Y-94737585D01* +X136623335Y-94737585D01* +X136646874Y-94891231D01* +X136654149Y-94938717D01* +X136724819Y-95129533D01* +X136759779Y-95185622D01* +X136832450Y-95302213D01* +X136832455Y-95302219D01* +X136918858Y-95393115D01* +X136972646Y-95449699D01* +X136972648Y-95449700D01* +X136972651Y-95449703D01* +X137133393Y-95561582D01* +X137139656Y-95565941D01* +X137326645Y-95646185D01* +X137326647Y-95646186D01* +X137525964Y-95687146D01* +X137525967Y-95687146D01* +X137928449Y-95687146D01* +X137956650Y-95684278D01* +X138080143Y-95671720D01* +X138274293Y-95610805D01* +X138452207Y-95512055D01* +X138606600Y-95379512D01* +X138731153Y-95218604D01* +X138820765Y-95035917D01* +X138871768Y-94838931D01* +X138882074Y-94635710D01* +X138851261Y-94434575D01* +X138780591Y-94243759D01* +X138672957Y-94071075D01* +X138588215Y-93981927D01* +X138532768Y-93923597D01* +X138532758Y-93923588D01* +X138365759Y-93807354D01* +X138365756Y-93807352D01* +X138365754Y-93807351D01* +X138178763Y-93727106D01* +X138178765Y-93727106D01* +X138089747Y-93708813D01* +X137979446Y-93686146D01* +X137576963Y-93686146D01* +X137576961Y-93686146D01* +X137425266Y-93701572D01* +X137231115Y-93762487D01* +X137231114Y-93762488D01* +X137053206Y-93861234D01* +X137053203Y-93861236D01* +X136898814Y-93993775D01* +X136774254Y-94154691D01* +X136687939Y-94330660D01* +X136684645Y-94337375D01* +X136640268Y-94508769D01* +X136633641Y-94534365D01* +X136623336Y-94737582D01* +X136623335Y-94737585D01* +X130451518Y-94737585D01* +X130455220Y-94700003D01* +X130455220Y-94699996D01* +X130436386Y-94508773D01* +X130436385Y-94508768D01* +X130419464Y-94452988D01* +X130380605Y-94324886D01* +X130380132Y-94324001D01* +X130290030Y-94155430D01* +X130290025Y-94155423D01* +X130290023Y-94155419D01* +X130193845Y-94038226D01* +X130168124Y-94006884D01* +X130168115Y-94006875D01* +X130081521Y-93935810D01* +X130019581Y-93884977D01* +X130019578Y-93884975D01* +X130019569Y-93884969D01* +X129850119Y-93794397D01* +X129850114Y-93794395D01* +X129666231Y-93738614D01* +X129666226Y-93738613D01* +X129475003Y-93719780D01* +X129474997Y-93719780D01* +X129283773Y-93738613D01* +X129283768Y-93738614D01* +X129099885Y-93794395D01* +X129099880Y-93794397D01* +X128930430Y-93884969D01* +X128930420Y-93884976D01* +X128781884Y-94006875D01* +X128781875Y-94006884D01* +X128659976Y-94155420D01* +X128659969Y-94155430D01* +X128569397Y-94324880D01* +X128569395Y-94324885D01* +X128513614Y-94508768D01* +X128513613Y-94508773D01* +X128494780Y-94699996D01* +X128494780Y-94700003D01* +X128513613Y-94891226D01* +X128513614Y-94891231D01* +X128565139Y-95061084D01* +X128569395Y-95075114D01* +X128583853Y-95102163D01* +X128594610Y-95162394D01* +X128567908Y-95217446D01* +X128566547Y-95218835D01* +X126526880Y-97258504D01* +X126472363Y-97286281D01* +X126456876Y-97287500D01* +X101541884Y-97287500D01* +X101522570Y-97285598D01* +X101505000Y-97282103D01* +X101504999Y-97282103D01* +X101504997Y-97282103D01* +X101485691Y-97285942D01* +X101485682Y-97285945D01* +X101397506Y-97303484D01* +X101355532Y-97331529D01* +X101331961Y-97347278D01* +X101331958Y-97347282D01* +X101306377Y-97364375D01* +X101306373Y-97364379D01* +X101296420Y-97379274D01* +X101284112Y-97394270D01* +X101092881Y-97585503D01* +X101038365Y-97613281D01* +X101022877Y-97614500D01* +X83885124Y-97614500D01* +X83826933Y-97595593D01* +X83815120Y-97585504D01* +X83700885Y-97471269D01* +X83688573Y-97456266D01* +X83684064Y-97449518D01* +X83678624Y-97441376D01* +X83659709Y-97428737D01* +X83629465Y-97408528D01* +X83587494Y-97380484D01* +X83587495Y-97380484D01* +X83501183Y-97363316D01* +X83501171Y-97363313D01* +X83480002Y-97359103D01* +X83480001Y-97359103D01* +X83480000Y-97359103D01* +X83462430Y-97362598D01* +X83443116Y-97364500D01* +X73256884Y-97364500D01* +X73237570Y-97362598D01* +X73220000Y-97359103D01* +X73219999Y-97359103D01* +X73219997Y-97359103D01* +X73200691Y-97362942D01* +X73200682Y-97362945D01* +X73112506Y-97380484D01* +X73070532Y-97408529D01* +X73046961Y-97424278D01* +X73046958Y-97424282D01* +X73021377Y-97441375D01* +X73021371Y-97441381D01* +X73011422Y-97456271D01* +X72999114Y-97471269D01* +X72810161Y-97660223D01* +X72639881Y-97830503D01* +X72585364Y-97858281D01* +X72569877Y-97859500D01* +X72485225Y-97859500D01* +X72360933Y-97895995D01* +X72360926Y-97895998D01* +X72251952Y-97966031D01* +X72167117Y-98063938D01* +X72113302Y-98181774D01* +X72094867Y-98309997D01* +X72094867Y-98310002D01* +X72113302Y-98438225D01* +X72167117Y-98556061D01* +X72167118Y-98556063D01* +X72251951Y-98653967D01* +X72251952Y-98653968D01* +X72327028Y-98702216D01* +X72365759Y-98749582D01* +X72369253Y-98810667D01* +X72336173Y-98862140D01* +X72279157Y-98884339D01* +X72273505Y-98884500D01* +X71435124Y-98884500D01* +X71376933Y-98865593D01* +X71365120Y-98855504D01* +X70789610Y-98279994D01* +X70777298Y-98264991D01* +X70773988Y-98260037D01* +X70767349Y-98250101D01* +X70746622Y-98236251D01* +X70746605Y-98236239D01* +X70707064Y-98209820D01* +X70703624Y-98207521D01* +X70676220Y-98189210D01* +X70609789Y-98175996D01* +X70589907Y-98172041D01* +X70589887Y-98172036D01* +X70568727Y-98167828D01* +X70568726Y-98167828D01* +X70568725Y-98167828D01* +X70551155Y-98171323D01* +X70531841Y-98173225D01* +X69645051Y-98173225D01* +X69586860Y-98154318D01* +X69550896Y-98104818D01* +X69547210Y-98060763D01* +X69293309Y-97806861D01* +X69265532Y-97752345D01* +X69275103Y-97691913D01* +X69304508Y-97660223D01* +X69303205Y-97658622D01* +X69308456Y-97654349D01* +X69308458Y-97654349D01* +X69425739Y-97558934D01* +X69493167Y-97463408D01* +X69542169Y-97426773D01* +X69603349Y-97425937D01* +X69644049Y-97450497D01* +X69900548Y-97706995D01* +X69900549Y-97706995D01* +X69971558Y-97574150D01* +X70030170Y-97380935D01* +X70030171Y-97380929D01* +X70049960Y-97180003D01* +X70049960Y-97179996D01* +X70030171Y-96979070D01* +X70030170Y-96979064D01* +X69971558Y-96785849D01* +X69900549Y-96653003D01* +X69900548Y-96653003D01* +X69644358Y-96909192D01* +X69589842Y-96936969D01* +X69529410Y-96927397D01* +X69486454Y-96884733D01* +X69476641Y-96865794D01* +X69473558Y-96859844D01* +X69370362Y-96749348D01* +X69370361Y-96749347D01* +X69370360Y-96749346D01* +X69308110Y-96711491D01* +X69268215Y-96665102D01* +X69263206Y-96604122D01* +X69289545Y-96556900D01* +X69546995Y-96299449D01* +X69545449Y-96289026D01* +X69555614Y-96228691D01* +X69599301Y-96185853D01* +X69643378Y-96175500D01* +X69837876Y-96175500D01* +X69896067Y-96194407D01* +X69907880Y-96204496D01* +X70137115Y-96433731D01* +X70149426Y-96448733D01* +X70159376Y-96463624D01* +X70180504Y-96477741D01* +X70180515Y-96477749D01* +X70182377Y-96478993D01* +X70182378Y-96478994D01* +X70204507Y-96493780D01* +X70250505Y-96524515D01* +X70330867Y-96540500D01* +X70330868Y-96540500D01* +X70358000Y-96545897D01* +X70375570Y-96542401D01* +X70394884Y-96540500D01* +X107493116Y-96540500D01* +X107512429Y-96542401D01* +X107530000Y-96545897D01* +X107557132Y-96540500D01* +X107557133Y-96540500D01* +X107637495Y-96524515D01* +X107683493Y-96493780D01* +X107705622Y-96478994D01* +X107705621Y-96478994D01* +X107716344Y-96471830D01* +X107716348Y-96471826D01* +X107728624Y-96463624D01* +X107738574Y-96448730D01* +X107750887Y-96433728D01* +X108320121Y-95864496D01* +X108374637Y-95836719D01* +X108390124Y-95835500D01* +X126078116Y-95835500D01* +X126097429Y-95837401D01* +X126115000Y-95840897D01* +X126142132Y-95835500D01* +X126142133Y-95835500D01* +X126222495Y-95819515D01* +X126264465Y-95791471D01* +X126290622Y-95773994D01* +X126290622Y-95773993D01* +X126301342Y-95766831D01* +X126301346Y-95766827D01* +X126313624Y-95758624D01* +X126323577Y-95743727D01* +X126335881Y-95728734D01* +X128860120Y-93204495D01* +X128914637Y-93176719D01* +X128930124Y-93175500D01* +X130314819Y-93175500D01* +X130314820Y-93175500D01* +X130314821Y-93175499D01* +X130314827Y-93175499D01* +X130336623Y-93171162D01* +X130358722Y-93166767D01* +X130408504Y-93133504D01* +X130441767Y-93083722D01* +X130448182Y-93051473D01* +X136627205Y-93051473D01* +X136635937Y-93095366D01* +X136635939Y-93095370D01* +X136657310Y-93127354D01* +X136669201Y-93145150D01* +X136718983Y-93178413D01* +X136730032Y-93180610D01* +X136762877Y-93187145D01* +X136762883Y-93187145D01* +X136762885Y-93187146D01* +X136762886Y-93187146D01* +X138742524Y-93187146D01* +X138742525Y-93187146D01* +X138742526Y-93187145D01* +X138742532Y-93187145D01* +X138769782Y-93181724D01* +X138786427Y-93178413D01* +X138836209Y-93145150D01* +X138869472Y-93095368D01* +X138878205Y-93051466D01* +X138878205Y-91321826D01* +X138878204Y-91321824D01* +X138878204Y-91321818D01* +X138869472Y-91277925D01* +X138869470Y-91277921D01* +X138861835Y-91266494D01* +X138836209Y-91228142D01* +X138788590Y-91196324D01* +X138786429Y-91194880D01* +X138786425Y-91194878D01* +X138742532Y-91186146D01* +X138742525Y-91186146D01* +X136762885Y-91186146D01* +X136762877Y-91186146D01* +X136718984Y-91194878D01* +X136718980Y-91194880D01* +X136669203Y-91228140D01* +X136669199Y-91228144D01* +X136635939Y-91277921D01* +X136635937Y-91277925D01* +X136627205Y-91321818D01* +X136627205Y-93051473D01* +X130448182Y-93051473D01* +X130450499Y-93039827D01* +X130450500Y-93039818D01* +X130450500Y-91360181D01* +X130450499Y-91360172D01* +X130441767Y-91316279D01* +X130441765Y-91316276D01* +X130408504Y-91266496D01* +X130365764Y-91237938D01* +X130358724Y-91233234D01* +X130358720Y-91233232D01* +X130314827Y-91224500D01* +X130314820Y-91224500D01* +X128635180Y-91224500D01* +X128635172Y-91224500D01* +X128591279Y-91233232D01* +X128591275Y-91233234D01* +X128541498Y-91266494D01* +X128541494Y-91266498D01* +X128508234Y-91316275D01* +X128508233Y-91316276D01* +X128507131Y-91321818D01* +X128499597Y-91359695D01* +X128499500Y-91360182D01* +X128499499Y-91360186D01* +X128499499Y-92744875D01* +X128480592Y-92803066D01* +X128470503Y-92814879D01* +X126029880Y-95255504D01* +X125975363Y-95283281D01* +X125959876Y-95284500D01* +X123609124Y-95284500D01* +X123550933Y-95265593D01* +X123514969Y-95216093D01* +X123514969Y-95154907D01* +X123539120Y-95115496D01* +X131561120Y-87093496D01* +X131615637Y-87065719D01* +X131631124Y-87064500D01* +X131636770Y-87064500D01* +X131636772Y-87064500D01* +X131761069Y-87028004D01* +X131870049Y-86957967D01* +X131954882Y-86860063D01* +X132008697Y-86742226D01* +X132017608Y-86680246D01* +X132027133Y-86614002D01* +X132027133Y-86613997D01* +X132008697Y-86485774D01* +X131990013Y-86444862D01* +X131954882Y-86367937D01* +X131870049Y-86270033D01* +X131870048Y-86270032D01* +X131870047Y-86270031D01* +X131761073Y-86199998D01* +X131761070Y-86199996D01* +X131761069Y-86199996D01* +X131734358Y-86192153D01* +X131636774Y-86163500D01* +X131636772Y-86163500D01* +X131507228Y-86163500D01* +X131507225Y-86163500D01* +X131382933Y-86199995D01* +X131382926Y-86199998D01* +X131273952Y-86270031D01* +X131189117Y-86367938D01* +X131135302Y-86485774D01* +X131116867Y-86613997D01* +X131116867Y-86614002D01* +X131127980Y-86691297D01* +X131117547Y-86751586D01* +X131099992Y-86775390D01* +X123169880Y-94705504D01* +X123115363Y-94733281D01* +X123099876Y-94734500D01* +X96697588Y-94734500D01* +X96639397Y-94715593D01* +X96622769Y-94700331D01* +X96593050Y-94666034D01* +X96593048Y-94666032D01* +X96484073Y-94595998D01* +X96484070Y-94595996D01* +X96484069Y-94595996D01* +X96484066Y-94595995D01* +X96359774Y-94559500D01* +X96359772Y-94559500D01* +X96230228Y-94559500D01* +X96230225Y-94559500D01* +X96105933Y-94595995D01* +X96105926Y-94595998D01* +X95996951Y-94666032D01* +X95996949Y-94666034D01* +X95962465Y-94705831D01* +X95910069Y-94737427D01* +X95887646Y-94740000D01* +X91221955Y-94740000D01* +X91163764Y-94721093D01* +X91127800Y-94671593D01* +X91127800Y-94610407D01* +X91147133Y-94576171D01* +X91207882Y-94506063D01* +X91261697Y-94388226D01* +X91270931Y-94324001D01* +X91280133Y-94260002D01* +X91280133Y-94259997D01* +X91261697Y-94131774D01* +X91245094Y-94095419D01* +X91207882Y-94013937D01* +X91123049Y-93916033D01* +X91123048Y-93916032D01* +X91123047Y-93916031D01* +X91014073Y-93845998D01* +X91014070Y-93845996D01* +X91014069Y-93845996D01* +X91014066Y-93845995D01* +X90889774Y-93809500D01* +X90889772Y-93809500D01* +X90760228Y-93809500D01* +X90760225Y-93809500D01* +X90635933Y-93845995D01* +X90635926Y-93845998D01* +X90526951Y-93916032D01* +X90526949Y-93916034D01* +X90497231Y-93950331D01* +X90444835Y-93981927D01* +X90422412Y-93984500D01* +X73769500Y-93984500D01* +X73711309Y-93965593D01* +X73675345Y-93916093D01* +X73670500Y-93885500D01* +X73670500Y-93641743D01* +X73668743Y-93629681D01* +X73660573Y-93573607D01* +X73656870Y-93566033D01* +X73632688Y-93516567D01* +X73609198Y-93468517D01* +X73526483Y-93385802D01* +X73525865Y-93385500D01* +X73421395Y-93334427D01* +X73394139Y-93330456D01* +X73353260Y-93324500D01* +X72886740Y-93324500D01* +X72852673Y-93329463D01* +X72818604Y-93334427D01* +X72713518Y-93385801D01* +X72630801Y-93468518D01* +X72579427Y-93573604D01* +X72576056Y-93596746D01* +X72569500Y-93641740D01* +X72569500Y-94258260D01* +X72574479Y-94292432D01* +X72579427Y-94326395D01* +X72625429Y-94420492D01* +X72630802Y-94431483D01* +X72713517Y-94514198D01* +X72754770Y-94534365D01* +X72818604Y-94565572D01* +X72818605Y-94565572D01* +X72818607Y-94565573D01* +X72886740Y-94575500D01* +X72886743Y-94575500D01* +X73353257Y-94575500D01* +X73353260Y-94575500D01* +X73421393Y-94565573D01* +X73462333Y-94545558D01* +X73505813Y-94535500D01* +X84458045Y-94535500D01* +X84516236Y-94554407D01* +X84552200Y-94603907D01* +X84552200Y-94665093D01* +X84532866Y-94699328D01* +X84497625Y-94740000D01* +X84472117Y-94769438D01* +X84418302Y-94887274D01* +X84399867Y-95015497D01* +X84399867Y-95015502D01* +X84418302Y-95143725D01* +X84418302Y-95143727D01* +X84455133Y-95224374D01* +X84462108Y-95285160D01* +X84432021Y-95338437D01* +X84376365Y-95363855D01* +X84365080Y-95364500D01* +X71157124Y-95364500D01* +X71098933Y-95345593D01* +X71087120Y-95335504D01* +X70222885Y-94471269D01* +X70210573Y-94456266D01* +X70200625Y-94441378D01* +X70200624Y-94441376D01* +X70179897Y-94427526D01* +X70179880Y-94427514D01* +X70129713Y-94393994D01* +X70109496Y-94380486D01* +X70109495Y-94380485D01* +X70040500Y-94366761D01* +X70023182Y-94363316D01* +X70023177Y-94363314D01* +X70009312Y-94360557D01* +X69955928Y-94330660D01* +X69933889Y-94292196D01* +X69927306Y-94270493D01* +X69925605Y-94264886D01* +X69925602Y-94264880D01* +X69835030Y-94095430D01* +X69835025Y-94095423D01* +X69835023Y-94095419D01* +X69743994Y-93984500D01* +X69713124Y-93946884D01* +X69713115Y-93946875D01* +X69624920Y-93874496D01* +X69580321Y-93837894D01* +X69547335Y-93786365D01* +X69550937Y-93725286D01* +X69589752Y-93677989D01* +X69643127Y-93662368D01* +X70751744Y-93662368D01* +X70809935Y-93681275D01* +X70821748Y-93691364D01* +X70890504Y-93760120D01* +X70918281Y-93814637D01* +X70919500Y-93830124D01* +X70919500Y-94258260D01* +X70924479Y-94292432D01* +X70929427Y-94326395D01* +X70975429Y-94420492D01* +X70980802Y-94431483D01* +X71063517Y-94514198D01* +X71104770Y-94534365D01* +X71168604Y-94565572D01* +X71168605Y-94565572D01* +X71168607Y-94565573D01* +X71236740Y-94575500D01* +X71236743Y-94575500D01* +X71703257Y-94575500D01* +X71703260Y-94575500D01* +X71771393Y-94565573D01* +X71876483Y-94514198D01* +X71959198Y-94431483D01* +X72010573Y-94326393D01* +X72020500Y-94258260D01* +X72020500Y-93641740D01* +X72010573Y-93573607D01* +X72006870Y-93566033D01* +X71982688Y-93516567D01* +X71959198Y-93468517D01* +X71876483Y-93385802D01* +X71875865Y-93385500D01* +X71771395Y-93334427D01* +X71744139Y-93330456D01* +X71703260Y-93324500D01* +X71275124Y-93324500D01* +X71216933Y-93305593D01* +X71205120Y-93295504D01* +X71127753Y-93218137D01* +X71115441Y-93203134D01* +X71105493Y-93188246D01* +X71105492Y-93188244D01* +X71084765Y-93174394D01* +X71084748Y-93174382D01* +X71052155Y-93152605D01* +X71044983Y-93147813D01* +X71014363Y-93127353D01* +X70949939Y-93114538D01* +X70928050Y-93110184D01* +X70928030Y-93110179D01* +X70906870Y-93105971D01* +X70906869Y-93105971D01* +X70906868Y-93105971D01* +X70889298Y-93109466D01* +X70869984Y-93111368D01* +X69592477Y-93111368D01* +X69534286Y-93092461D01* +X69498322Y-93042961D01* +X69498322Y-92981775D01* +X69534286Y-92932275D01* +X69545808Y-92925058D01* +X69558806Y-92918109D01* +X69564581Y-92915023D01* +X69713120Y-92793120D01* +X69835023Y-92644581D01* +X69835027Y-92644572D01* +X69835030Y-92644569D01* +X69925602Y-92475120D01* +X69925603Y-92475117D01* +X69925605Y-92475114D01* +X69934509Y-92445759D01* +X69969492Y-92395566D01* +X70027300Y-92375519D01* +X70029245Y-92375500D01* +X70830500Y-92375500D01* +X70888691Y-92394407D01* +X70924655Y-92443907D01* +X70929500Y-92474499D01* +X70929500Y-92528260D01* +X70936118Y-92573682D01* +X70939427Y-92596395D01* +X70987144Y-92694001D01* +X70990802Y-92701483D01* +X71073517Y-92784198D01* +X71114007Y-92803992D01* +X71178604Y-92835572D01* +X71178605Y-92835572D01* +X71178607Y-92835573D01* +X71246740Y-92845500D01* +X71246743Y-92845500D01* +X71713257Y-92845500D01* +X71713260Y-92845500D01* +X71781393Y-92835573D01* +X71886483Y-92784198D01* +X71969198Y-92701483D01* +X72020573Y-92596393D01* +X72030500Y-92528260D01* +X72579500Y-92528260D01* +X72586118Y-92573682D01* +X72589427Y-92596395D01* +X72637144Y-92694001D01* +X72640802Y-92701483D01* +X72723517Y-92784198D01* +X72764007Y-92803992D01* +X72828604Y-92835572D01* +X72828605Y-92835572D01* +X72828607Y-92835573D01* +X72896740Y-92845500D01* +X72896743Y-92845500D01* +X73363257Y-92845500D01* +X73363260Y-92845500D01* +X73431393Y-92835573D01* +X73536483Y-92784198D01* +X73619198Y-92701483D01* +X73670573Y-92596393D01* +X73674385Y-92570224D01* +X73701485Y-92515370D01* +X73755653Y-92486918D01* +X73772351Y-92485500D01* +X88967412Y-92485500D01* +X89025603Y-92504407D01* +X89042231Y-92519669D01* +X89071949Y-92553965D01* +X89071951Y-92553967D01* +X89097250Y-92570226D01* +X89180931Y-92624004D01* +X89305228Y-92660500D01* +X89305230Y-92660500D01* +X89434770Y-92660500D01* +X89434772Y-92660500D01* +X89559069Y-92624004D01* +X89668049Y-92553967D01* +X89752882Y-92456063D01* +X89806697Y-92338226D01* +X89825133Y-92210000D01* +X89816761Y-92151774D01* +X89806697Y-92081774D01* +X89762588Y-91985190D01* +X89752882Y-91963937D01* +X89668049Y-91866033D01* +X89668048Y-91866032D01* +X89668047Y-91866031D01* +X89559073Y-91795998D01* +X89559070Y-91795996D01* +X89559069Y-91795996D01* +X89559066Y-91795995D01* +X89434774Y-91759500D01* +X89434772Y-91759500D01* +X89305228Y-91759500D01* +X89305225Y-91759500D01* +X89180933Y-91795995D01* +X89180926Y-91795998D01* +X89071951Y-91866032D01* +X89071949Y-91866034D01* +X89042231Y-91900331D01* +X88989835Y-91931927D01* +X88967412Y-91934500D01* +X73769437Y-91934500D01* +X73711246Y-91915593D01* +X73675282Y-91866093D01* +X73671471Y-91849773D01* +X73670573Y-91843607D01* +X73666193Y-91834648D01* +X73627790Y-91756093D01* +X73619198Y-91738517D01* +X73536483Y-91655802D01* +X73505704Y-91640755D01* +X73431395Y-91604427D01* +X73404139Y-91600456D01* +X73363260Y-91594500D01* +X72896740Y-91594500D01* +X72862673Y-91599463D01* +X72828604Y-91604427D01* +X72723518Y-91655801D01* +X72640801Y-91738518D01* +X72589427Y-91843604D01* +X72586159Y-91866034D01* +X72579500Y-91911740D01* +X72579500Y-92528260D01* +X72030500Y-92528260D01* +X72030500Y-91911740D01* +X72020573Y-91843607D01* +X72016193Y-91834648D01* +X71977790Y-91756093D01* +X71969198Y-91738517D01* +X71886483Y-91655802D01* +X71855704Y-91640755D01* +X71781395Y-91604427D01* +X71754139Y-91600456D01* +X71713260Y-91594500D01* +X71246740Y-91594500D01* +X71212673Y-91599463D01* +X71178604Y-91604427D01* +X71073518Y-91655801D01* +X70990801Y-91738518D01* +X70975910Y-91768980D01* +X70933367Y-91812954D01* +X70886969Y-91824500D01* +X70029245Y-91824500D01* +X69971054Y-91805593D01* +X69935090Y-91756093D01* +X69934546Y-91754363D01* +X69925605Y-91724886D01* +X69925602Y-91724880D01* +X69925602Y-91724879D01* +X69835030Y-91555430D01* +X69835025Y-91555423D01* +X69835023Y-91555419D01* +X69746314Y-91447327D01* +X69713124Y-91406884D01* +X69713115Y-91406875D01* +X69609483Y-91321827D01* +X69564581Y-91284977D01* +X69564578Y-91284975D01* +X69564569Y-91284969D01* +X69395119Y-91194397D01* +X69395114Y-91194395D01* +X69211231Y-91138614D01* +X69211226Y-91138613D01* +X69020003Y-91119780D01* +X69019997Y-91119780D01* +X68828773Y-91138613D01* +X68828768Y-91138614D01* +X68644885Y-91194395D01* +X68644880Y-91194397D01* +X68475430Y-91284969D01* +X68475420Y-91284976D01* +X68326884Y-91406875D01* +X68326875Y-91406884D01* +X68204976Y-91555420D01* +X68204969Y-91555430D01* +X68114397Y-91724880D01* +X68114395Y-91724885D01* +X68058614Y-91908768D01* +X68058613Y-91908773D01* +X68039780Y-92099996D01* +X68039780Y-92100003D01* +X68058613Y-92291226D01* +X68058614Y-92291231D01* +X68114395Y-92475114D01* +X68114397Y-92475119D01* +X68204969Y-92644569D01* +X68204975Y-92644578D01* +X68204977Y-92644581D01* +X68251674Y-92701481D01* +X68326875Y-92793115D01* +X68326884Y-92793124D01* +X68378608Y-92835572D01* +X68475419Y-92915023D01* +X68475424Y-92915025D01* +X68475426Y-92915027D01* +X68494192Y-92925058D01* +X68536598Y-92969164D01* +X68544981Y-93029772D01* +X68516138Y-93083733D01* +X68461087Y-93110434D01* +X68447523Y-93111368D01* +X67921992Y-93111368D01* +X67863801Y-93092461D01* +X67851988Y-93082372D01* +X67388452Y-92618836D01* +X67360675Y-92564319D01* +X67370246Y-92503887D01* +X67371147Y-92502162D01* +X67376327Y-92492471D01* +X67385605Y-92475114D01* +X67441385Y-92291231D01* +X67441386Y-92291226D01* +X67460220Y-92100003D01* +X67460220Y-92099996D01* +X67441386Y-91908773D01* +X67441385Y-91908768D01* +X67421618Y-91843607D01* +X67385605Y-91724886D01* +X67381188Y-91716622D01* +X67295030Y-91555430D01* +X67295025Y-91555423D01* +X67295023Y-91555419D01* +X67206314Y-91447327D01* +X67173124Y-91406884D01* +X67173115Y-91406875D01* +X67069483Y-91321827D01* +X67024581Y-91284977D01* +X67024578Y-91284975D01* +X67024569Y-91284969D01* +X66855119Y-91194397D01* +X66855114Y-91194395D01* +X66671231Y-91138614D01* +X66671226Y-91138613D01* +X66480003Y-91119780D01* +X66479997Y-91119780D01* +X66288773Y-91138613D01* +X66288768Y-91138614D01* +X66104885Y-91194395D01* +X66104880Y-91194397D01* +X65935430Y-91284969D01* +X65935420Y-91284976D01* +X65786884Y-91406875D01* +X65786875Y-91406884D01* +X65664976Y-91555420D01* +X65664969Y-91555430D01* +X65574397Y-91724880D01* +X65574395Y-91724885D01* +X65518614Y-91908768D01* +X65518613Y-91908773D01* +X65499780Y-92099996D01* +X65499780Y-92100003D01* +X65518613Y-92291226D01* +X65518614Y-92291231D01* +X65574395Y-92475114D01* +X65574397Y-92475119D01* +X65664969Y-92644569D01* +X65664975Y-92644578D01* +X65664977Y-92644581D01* +X65711674Y-92701481D01* +X65786875Y-92793115D01* +X65786884Y-92793124D01* +X65838608Y-92835572D01* +X65935419Y-92915023D01* +X65935423Y-92915025D01* +X65935430Y-92915030D01* +X66079554Y-92992065D01* +X66104886Y-93005605D01* +X66228033Y-93042961D01* +X66288768Y-93061385D01* +X66288773Y-93061386D01* +X66479997Y-93080220D01* +X66480000Y-93080220D01* +X66480003Y-93080220D01* +X66671226Y-93061386D01* +X66671231Y-93061385D01* +X66855114Y-93005605D01* +X66882162Y-92991146D01* +X66942394Y-92980389D01* +X66997446Y-93007090D01* +X66998836Y-93008452D01* +X67545981Y-93555597D01* +X67558290Y-93570597D01* +X67568239Y-93585486D01* +X67568241Y-93585488D01* +X67568244Y-93585492D01* +X67568247Y-93585494D01* +X67568248Y-93585495D01* +X67587197Y-93598156D01* +X67587203Y-93598161D01* +X67591246Y-93600862D01* +X67617402Y-93618339D01* +X67659373Y-93646383D01* +X67739735Y-93662368D01* +X67739736Y-93662368D01* +X67766868Y-93667765D01* +X67784438Y-93664269D01* +X67803752Y-93662368D01* +X68396873Y-93662368D01* +X68455064Y-93681275D01* +X68491028Y-93730775D01* +X68491028Y-93791961D01* +X68459679Y-93837894D01* +X68431236Y-93861237D01* +X68326884Y-93946875D01* +X68326875Y-93946884D01* +X68204976Y-94095420D01* +X68204969Y-94095430D01* +X68114397Y-94264880D01* +X68114395Y-94264885D01* +X68058614Y-94448768D01* +X68058613Y-94448773D01* +X68039780Y-94639996D01* +X68039780Y-94640003D01* +X68058613Y-94831226D01* +X68058614Y-94831231D01* +X68114395Y-95015114D01* +X68114397Y-95015119D01* +X68204969Y-95184569D01* +X68204975Y-95184578D01* +X68204977Y-95184581D01* +X68245095Y-95233465D01* +X68326875Y-95333115D01* +X68326888Y-95333128D01* +X68468046Y-95448972D01* +X68501034Y-95500503D01* +X68497433Y-95561582D01* +X68458617Y-95608879D01* +X68405242Y-95624500D01* +X67094758Y-95624500D01* +X67036567Y-95605593D01* +X67000603Y-95556093D01* +X67000603Y-95494907D01* +X67031954Y-95448972D01* +X67173111Y-95333128D01* +X67173114Y-95333124D01* +X67173120Y-95333120D01* +X67295023Y-95184581D01* +X67295027Y-95184572D01* +X67295030Y-95184569D01* +X67361032Y-95061086D01* +X67385605Y-95015114D01* +X67441385Y-94831231D01* +X67441386Y-94831226D01* +X67460220Y-94640003D01* +X67460220Y-94639996D01* +X67441386Y-94448773D01* +X67441385Y-94448768D01* +X67415463Y-94363316D01* +X67385605Y-94264886D01* +X67385602Y-94264880D01* +X67295030Y-94095430D01* +X67295025Y-94095423D01* +X67295023Y-94095419D01* +X67203994Y-93984500D01* +X67173124Y-93946884D01* +X67173115Y-93946875D01* +X67068764Y-93861237D01* +X67024581Y-93824977D01* +X67024578Y-93824975D01* +X67024569Y-93824969D01* +X66855119Y-93734397D01* +X66855114Y-93734395D01* +X66671231Y-93678614D01* +X66671226Y-93678613D01* +X66480003Y-93659780D01* +X66479997Y-93659780D01* +X66288773Y-93678613D01* +X66288765Y-93678615D01* +X66189214Y-93708813D01* +X66128041Y-93707611D01* +X66090473Y-93684080D01* +X65284496Y-92878103D01* +X65256719Y-92823586D01* +X65255500Y-92808099D01* +X65255500Y-84519994D01* +X65267329Y-84483584D01* +X65265780Y-84477876D01* +X65440702Y-84477876D01* +X65453023Y-84510291D01* +X65469828Y-84680929D01* +X65469829Y-84680935D01* +X65528441Y-84874149D01* +X65599449Y-85006995D01* +X65855639Y-84750806D01* +X65910156Y-84723029D01* +X65970588Y-84732600D01* +X66013543Y-84775263D01* +X66021008Y-84789669D01* +X66026442Y-84800156D01* +X66129638Y-84910652D01* +X66191888Y-84948507D01* +X66231783Y-84994896D01* +X66236792Y-85055876D01* +X66210453Y-85103097D01* +X65953003Y-85360548D01* +X65953003Y-85360549D01* +X66085849Y-85431558D01* +X66279064Y-85490170D01* +X66279070Y-85490171D01* +X66479997Y-85509960D01* +X66480003Y-85509960D01* +X66680929Y-85490171D01* +X66680935Y-85490170D01* +X66874150Y-85431558D01* +X67006995Y-85360549D01* +X67006995Y-85360548D01* +X66753309Y-85106861D01* +X66725532Y-85052345D01* +X66735103Y-84991913D01* +X66764508Y-84960223D01* +X66763205Y-84958622D01* +X66768456Y-84954349D01* +X66768458Y-84954349D01* +X66885739Y-84858934D01* +X66953167Y-84763408D01* +X67002169Y-84726773D01* +X67063349Y-84725937D01* +X67104049Y-84750497D01* +X67360548Y-85006995D01* +X67360549Y-85006995D01* +X67431558Y-84874150D01* +X67490170Y-84680935D01* +X67490171Y-84680929D01* +X67509960Y-84480003D01* +X67509960Y-84479996D01* +X67490171Y-84279070D01* +X67490170Y-84279064D01* +X67431558Y-84085849D01* +X67360549Y-83953003D01* +X67360548Y-83953003D01* +X67104358Y-84209192D01* +X67049842Y-84236969D01* +X66989410Y-84227397D01* +X66946454Y-84184733D01* +X66944129Y-84180246D01* +X66933558Y-84159844D01* +X66830362Y-84049348D01* +X66830361Y-84049347D01* +X66830360Y-84049346D01* +X66768110Y-84011491D01* +X66728215Y-83965102D01* +X66723206Y-83904122D01* +X66749545Y-83856900D01* +X67006995Y-83599449D01* +X66874149Y-83528441D01* +X66680935Y-83469829D01* +X66680929Y-83469828D01* +X66480003Y-83450040D01* +X66479997Y-83450040D01* +X66279070Y-83469828D01* +X66279064Y-83469829D01* +X66085850Y-83528441D01* +X66085845Y-83528443D01* +X65953003Y-83599449D01* +X65953003Y-83599450D01* +X66206690Y-83853138D01* +X66234467Y-83907654D01* +X66224896Y-83968086D01* +X66195498Y-83999783D01* +X66196795Y-84001378D01* +X66191543Y-84005650D01* +X66191542Y-84005651D01* +X66137834Y-84049346D01* +X66074258Y-84101068D01* +X66006833Y-84196589D01* +X65957829Y-84233226D01* +X65896649Y-84234062D01* +X65855950Y-84209502D01* +X65599450Y-83953003D01* +X65599449Y-83953003D01* +X65528443Y-84085845D01* +X65528441Y-84085850D01* +X65469829Y-84279064D01* +X65469828Y-84279070D01* +X65453023Y-84449708D01* +X65440702Y-84477876D01* +X65265780Y-84477876D01* +X65255500Y-84440005D01* +X65255500Y-76151901D01* +X65274407Y-76093710D01* +X65284496Y-76081897D01* +X66041897Y-75324496D01* +X66096414Y-75296719D01* +X66111901Y-75295500D01* +X67319819Y-75295500D01* +X67319820Y-75295500D01* +X67319821Y-75295499D01* +X67319827Y-75295499D01* +X67341623Y-75291162D01* +X67363722Y-75286767D01* +X67413504Y-75253504D01* +X67446767Y-75203722D01* +X67455500Y-75159820D01* +X67455500Y-73951900D01* +X67474407Y-73893710D01* +X67484496Y-73881897D01* +X68136897Y-73229496D01* +X68191414Y-73201719D01* +X68206901Y-73200500D01* +X68682601Y-73200500D01* +X68740792Y-73219407D01* +X68776756Y-73268907D01* +X68776756Y-73330093D01* +X68740792Y-73379593D01* +X68711339Y-73394236D01* +X68685796Y-73401985D01* +X68644885Y-73414395D01* +X68644880Y-73414397D01* +X68475430Y-73504969D01* +X68475420Y-73504976D01* +X68326884Y-73626875D01* +X68326875Y-73626884D01* +X68204976Y-73775420D01* +X68204969Y-73775430D01* +X68114397Y-73944880D01* +X68114395Y-73944885D01* +X68058614Y-74128768D01* +X68058613Y-74128773D01* +X68039780Y-74319996D01* +X68039780Y-74320003D01* +X68058613Y-74511226D01* +X68058614Y-74511231D01* +X68114395Y-74695114D01* +X68114397Y-74695119D01* +X68204969Y-74864569D01* +X68204975Y-74864578D01* +X68204977Y-74864581D01* +X68266004Y-74938943D01* +X68326877Y-75013117D01* +X68326878Y-75013118D01* +X68326880Y-75013120D01* +X68433305Y-75100461D01* +X68466292Y-75151991D01* +X68469500Y-75176988D01* +X68469500Y-76003010D01* +X68450593Y-76061201D01* +X68433306Y-76079537D01* +X68336464Y-76159015D01* +X68326879Y-76166881D01* +X68326875Y-76166885D01* +X68204976Y-76315420D01* +X68204969Y-76315430D01* +X68114397Y-76484880D01* +X68114395Y-76484885D01* +X68058614Y-76668768D01* +X68058613Y-76668773D01* +X68039780Y-76859996D01* +X68039780Y-76860003D01* +X68058613Y-77051226D01* +X68058614Y-77051231D01* +X68114395Y-77235114D01* +X68114397Y-77235119D01* +X68204969Y-77404569D01* +X68204975Y-77404578D01* +X68204977Y-77404581D01* +X68253372Y-77463550D01* +X68326875Y-77553115D01* +X68326884Y-77553124D01* +X68389372Y-77604406D01* +X68475419Y-77675023D01* +X68475424Y-77675025D01* +X68475426Y-77675027D01* +X68493319Y-77684591D01* +X68535727Y-77728696D01* +X68544110Y-77789305D01* +X68515268Y-77843266D01* +X68460217Y-77869968D01* +X68446652Y-77870902D01* +X67921526Y-77870902D01* +X67863335Y-77851995D01* +X67851522Y-77841906D01* +X67388452Y-77378836D01* +X67360675Y-77324319D01* +X67370246Y-77263887D01* +X67371147Y-77262162D01* +X67371876Y-77260799D01* +X67385605Y-77235114D01* +X67441385Y-77051231D01* +X67441386Y-77051226D01* +X67460220Y-76860003D01* +X67460220Y-76859996D01* +X67441386Y-76668773D01* +X67441385Y-76668768D01* +X67412656Y-76574063D01* +X67385605Y-76484886D01* +X67381961Y-76478069D01* +X67295030Y-76315430D01* +X67295025Y-76315423D01* +X67295023Y-76315419D01* +X67216971Y-76220312D01* +X67173124Y-76166884D01* +X67173115Y-76166875D01* +X67069568Y-76081897D01* +X67024581Y-76044977D01* +X67024578Y-76044975D01* +X67024569Y-76044969D01* +X66855119Y-75954397D01* +X66855114Y-75954395D01* +X66671231Y-75898614D01* +X66671226Y-75898613D01* +X66480003Y-75879780D01* +X66479997Y-75879780D01* +X66288773Y-75898613D01* +X66288768Y-75898614D01* +X66104885Y-75954395D01* +X66104880Y-75954397D01* +X65935430Y-76044969D01* +X65935420Y-76044976D01* +X65786884Y-76166875D01* +X65786875Y-76166884D01* +X65664976Y-76315420D01* +X65664969Y-76315430D01* +X65574397Y-76484880D01* +X65574395Y-76484885D01* +X65518614Y-76668768D01* +X65518613Y-76668773D01* +X65499780Y-76859996D01* +X65499780Y-76860003D01* +X65518613Y-77051226D01* +X65518614Y-77051231D01* +X65574395Y-77235114D01* +X65574397Y-77235119D01* +X65664969Y-77404569D01* +X65664975Y-77404578D01* +X65664977Y-77404581D01* +X65713372Y-77463550D01* +X65786875Y-77553115D01* +X65786884Y-77553124D01* +X65849372Y-77604406D01* +X65935419Y-77675023D01* +X65935423Y-77675025D01* +X65935430Y-77675030D01* +X66091236Y-77758309D01* +X66104886Y-77765605D01* +X66226497Y-77802495D01* +X66288768Y-77821385D01* +X66288773Y-77821386D01* +X66479997Y-77840220D01* +X66480000Y-77840220D01* +X66480003Y-77840220D01* +X66671226Y-77821386D01* +X66671231Y-77821385D01* +X66711172Y-77809269D01* +X66855114Y-77765605D01* +X66882162Y-77751146D01* +X66942394Y-77740389D01* +X66997446Y-77767090D01* +X66998836Y-77768452D01* +X67545517Y-78315133D01* +X67557828Y-78330135D01* +X67564419Y-78340000D01* +X67567778Y-78345026D01* +X67580052Y-78353227D01* +X67586736Y-78357693D01* +X67586738Y-78357695D01* +X67590779Y-78360395D01* +X67590780Y-78360396D01* +X67606712Y-78371041D01* +X67658907Y-78405917D01* +X67739269Y-78421902D01* +X67739270Y-78421902D01* +X67766402Y-78427299D01* +X67783972Y-78423803D01* +X67803286Y-78421902D01* +X68392705Y-78421902D01* +X68450896Y-78440809D01* +X68486860Y-78490309D01* +X68488958Y-78515405D01* +X68746690Y-78773138D01* +X68774467Y-78827654D01* +X68764896Y-78888086D01* +X68735498Y-78919783D01* +X68736795Y-78921378D01* +X68731543Y-78925650D01* +X68731542Y-78925651D01* +X68677834Y-78969346D01* +X68614258Y-79021068D01* +X68546833Y-79116589D01* +X68497829Y-79153226D01* +X68436649Y-79154062D01* +X68395950Y-79129502D01* +X68139450Y-78873003D01* +X68139449Y-78873003D01* +X68068443Y-79005845D01* +X68068441Y-79005850D01* +X68009829Y-79199064D01* +X68009828Y-79199070D01* +X67990040Y-79399996D01* +X67990040Y-79400003D01* +X68009828Y-79600929D01* +X68009829Y-79600935D01* +X68068441Y-79794149D01* +X68139449Y-79926995D01* +X68395639Y-79670806D01* +X68450156Y-79643029D01* +X68510588Y-79652600D01* +X68553543Y-79695263D01* +X68566440Y-79720153D01* +X68566442Y-79720156D01* +X68669638Y-79830652D01* +X68731888Y-79868507D01* +X68771783Y-79914896D01* +X68776792Y-79975876D01* +X68750453Y-80023097D01* +X68477164Y-80296387D01* +X68476673Y-80299307D01* +X68432987Y-80342146D01* +X68388908Y-80352500D01* +X67863124Y-80352500D01* +X67804933Y-80333593D01* +X67793120Y-80323504D01* +X67388452Y-79918836D01* +X67360675Y-79864319D01* +X67370246Y-79803887D01* +X67371147Y-79802162D01* +X67385605Y-79775114D01* +X67441385Y-79591231D01* +X67441386Y-79591226D01* +X67460220Y-79400003D01* +X67460220Y-79399996D01* +X67441386Y-79208773D01* +X67441385Y-79208768D01* +X67417246Y-79129192D01* +X67385605Y-79024886D01* +X67375430Y-79005849D01* +X67295030Y-78855430D01* +X67295025Y-78855423D01* +X67295023Y-78855419D01* +X67215468Y-78758481D01* +X67173124Y-78706884D01* +X67173115Y-78706875D01* +X67061666Y-78615412D01* +X67024581Y-78584977D01* +X67024578Y-78584975D01* +X67024569Y-78584969D01* +X66855119Y-78494397D01* +X66855114Y-78494395D01* +X66671231Y-78438614D01* +X66671226Y-78438613D01* +X66480003Y-78419780D01* +X66479997Y-78419780D01* +X66288773Y-78438613D01* +X66288768Y-78438614D01* +X66104885Y-78494395D01* +X66104880Y-78494397D01* +X65935430Y-78584969D01* +X65935420Y-78584976D01* +X65786884Y-78706875D01* +X65786875Y-78706884D01* +X65664976Y-78855420D01* +X65664969Y-78855430D01* +X65574397Y-79024880D01* +X65574395Y-79024885D01* +X65518614Y-79208768D01* +X65518613Y-79208773D01* +X65499780Y-79399996D01* +X65499780Y-79400003D01* +X65518613Y-79591226D01* +X65518614Y-79591231D01* +X65574395Y-79775114D01* +X65574397Y-79775119D01* +X65664969Y-79944569D01* +X65664975Y-79944578D01* +X65664977Y-79944581D01* +X65715810Y-80006521D01* +X65786875Y-80093115D01* +X65786884Y-80093124D01* +X65851389Y-80146061D01* +X65935419Y-80215023D01* +X65935423Y-80215025D01* +X65935430Y-80215030D01* +X66087640Y-80296387D01* +X66104886Y-80305605D01* +X66197151Y-80333593D01* +X66288768Y-80361385D01* +X66288773Y-80361386D01* +X66479997Y-80380220D01* +X66480000Y-80380220D01* +X66480003Y-80380220D01* +X66671226Y-80361386D01* +X66671231Y-80361385D01* +X66688986Y-80355999D01* +X66855114Y-80305605D01* +X66882162Y-80291146D01* +X66942394Y-80280389D01* +X66997446Y-80307090D01* +X66998836Y-80308452D01* +X67487113Y-80796729D01* +X67499422Y-80811729D01* +X67509371Y-80826618D01* +X67509373Y-80826620D01* +X67509376Y-80826624D01* +X67509379Y-80826626D01* +X67512891Y-80828973D01* +X67532376Y-80841992D01* +X67532378Y-80841994D01* +X67600505Y-80887515D01* +X67708000Y-80908897D01* +X67725570Y-80905401D01* +X67744884Y-80903500D01* +X68494542Y-80903500D01* +X68552733Y-80922407D01* +X68588697Y-80971907D01* +X68588697Y-81033093D01* +X68552733Y-81082593D01* +X68541210Y-81089810D01* +X68475430Y-81124969D01* +X68475420Y-81124976D01* +X68326884Y-81246875D01* +X68326875Y-81246884D01* +X68204976Y-81395420D01* +X68204969Y-81395430D01* +X68114397Y-81564880D01* +X68114395Y-81564885D01* +X68058614Y-81748768D01* +X68058613Y-81748773D01* +X68039780Y-81939996D01* +X68039780Y-81940003D01* +X68058613Y-82131226D01* +X68058614Y-82131231D01* +X68114395Y-82315114D01* +X68114397Y-82315119D01* +X68204969Y-82484569D01* +X68204975Y-82484578D01* +X68204977Y-82484581D01* +X68226659Y-82511000D01* +X68326875Y-82633115D01* +X68326884Y-82633124D01* +X68468474Y-82749323D01* +X68501461Y-82800854D01* +X68497859Y-82861933D01* +X68459044Y-82909230D01* +X68405669Y-82924851D01* +X67895475Y-82924851D01* +X67837284Y-82905944D01* +X67825471Y-82895855D01* +X67388452Y-82458836D01* +X67360675Y-82404319D01* +X67370246Y-82343887D01* +X67371147Y-82342162D01* +X67379694Y-82326172D01* +X67385605Y-82315114D01* +X67441385Y-82131231D01* +X67441386Y-82131226D01* +X67460220Y-81940003D01* +X67460220Y-81939996D01* +X67441386Y-81748773D01* +X67441385Y-81748768D01* +X67405720Y-81631197D01* +X67385605Y-81564886D01* +X67382726Y-81559500D01* +X67295030Y-81395430D01* +X67295025Y-81395423D01* +X67295023Y-81395419D01* +X67182004Y-81257705D01* +X67173124Y-81246884D01* +X67173115Y-81246875D01* +X67071833Y-81163756D01* +X67024581Y-81124977D01* +X67024578Y-81124975D01* +X67024569Y-81124969D01* +X66855119Y-81034397D01* +X66855114Y-81034395D01* +X66671231Y-80978614D01* +X66671226Y-80978613D01* +X66480003Y-80959780D01* +X66479997Y-80959780D01* +X66288773Y-80978613D01* +X66288768Y-80978614D01* +X66104885Y-81034395D01* +X66104880Y-81034397D01* +X65935430Y-81124969D01* +X65935420Y-81124976D01* +X65786884Y-81246875D01* +X65786875Y-81246884D01* +X65664976Y-81395420D01* +X65664969Y-81395430D01* +X65574397Y-81564880D01* +X65574395Y-81564885D01* +X65518614Y-81748768D01* +X65518613Y-81748773D01* +X65499780Y-81939996D01* +X65499780Y-81940003D01* +X65518613Y-82131226D01* +X65518614Y-82131231D01* +X65574395Y-82315114D01* +X65574397Y-82315119D01* +X65664969Y-82484569D01* +X65664975Y-82484578D01* +X65664977Y-82484581D01* +X65686659Y-82511000D01* +X65786875Y-82633115D01* +X65786884Y-82633124D01* +X65856158Y-82689975D01* +X65935419Y-82755023D01* +X65935423Y-82755025D01* +X65935430Y-82755030D01* +X66086615Y-82835839D01* +X66104886Y-82845605D01* +X66229813Y-82883501D01* +X66288768Y-82901385D01* +X66288773Y-82901386D01* +X66479997Y-82920220D01* +X66480000Y-82920220D01* +X66480003Y-82920220D01* +X66671226Y-82901386D01* +X66671231Y-82901385D01* +X66705479Y-82890996D01* +X66855114Y-82845605D01* +X66882162Y-82831146D01* +X66942394Y-82820389D01* +X66997446Y-82847090D01* +X66998836Y-82848452D01* +X67519466Y-83369082D01* +X67531775Y-83384081D01* +X67541727Y-83398975D01* +X67564727Y-83414343D01* +X67564729Y-83414345D01* +X67605115Y-83441330D01* +X67632856Y-83459866D01* +X67713218Y-83475851D01* +X67713221Y-83475851D01* +X67715227Y-83476250D01* +X67715233Y-83476251D01* +X67740351Y-83481247D01* +X67757917Y-83477752D01* +X67777230Y-83475851D01* +X68434017Y-83475851D01* +X68492208Y-83494758D01* +X68528172Y-83544258D01* +X68528172Y-83605444D01* +X68492208Y-83654944D01* +X68480687Y-83662160D01* +X68475430Y-83664969D01* +X68475420Y-83664976D01* +X68326884Y-83786875D01* +X68326875Y-83786884D01* +X68204976Y-83935420D01* +X68204969Y-83935430D01* +X68114397Y-84104880D01* +X68114395Y-84104885D01* +X68058614Y-84288768D01* +X68058613Y-84288773D01* +X68039780Y-84479996D01* +X68039780Y-84480003D01* +X68058613Y-84671226D01* +X68058614Y-84671231D01* +X68114395Y-84855114D01* +X68114397Y-84855119D01* +X68204969Y-85024569D01* +X68204975Y-85024578D01* +X68204977Y-85024581D01* +X68246625Y-85075329D01* +X68326875Y-85173115D01* +X68326884Y-85173124D01* +X68404546Y-85236859D01* +X68459059Y-85281597D01* +X68465073Y-85286532D01* +X68498060Y-85338063D01* +X68494458Y-85399142D01* +X68455643Y-85446439D01* +X68402268Y-85462060D01* +X67799324Y-85462060D01* +X67780010Y-85460158D01* +X67762440Y-85456663D01* +X67762439Y-85456663D01* +X67762437Y-85456663D01* +X67743131Y-85460502D01* +X67743122Y-85460505D01* +X67654946Y-85478044D01* +X67612972Y-85506089D01* +X67589401Y-85521838D01* +X67589398Y-85521842D01* +X67563817Y-85538935D01* +X67563812Y-85538940D01* +X67553863Y-85553829D01* +X67541555Y-85568827D01* +X66998835Y-86111547D01* +X66944318Y-86139324D01* +X66883886Y-86129753D01* +X66882211Y-86128878D01* +X66855114Y-86114395D01* +X66855114Y-86114394D01* +X66671231Y-86058614D01* +X66671226Y-86058613D01* +X66480003Y-86039780D01* +X66479997Y-86039780D01* +X66288773Y-86058613D01* +X66288768Y-86058614D01* +X66104885Y-86114395D01* +X66104880Y-86114397D01* +X65935430Y-86204969D01* +X65935420Y-86204976D01* +X65786884Y-86326875D01* +X65786875Y-86326884D01* +X65664976Y-86475420D01* +X65664969Y-86475430D01* +X65574397Y-86644880D01* +X65574395Y-86644885D01* +X65518614Y-86828768D01* +X65518613Y-86828773D01* +X65499780Y-87019996D01* +X65499780Y-87020003D01* +X65518613Y-87211226D01* +X65518614Y-87211231D01* +X65574395Y-87395114D01* +X65574397Y-87395119D01* +X65664969Y-87564569D01* +X65664975Y-87564578D01* +X65664977Y-87564581D01* +X65713304Y-87623468D01* +X65786875Y-87713115D01* +X65786884Y-87713124D01* +X65844416Y-87760339D01* +X65935419Y-87835023D01* +X65935423Y-87835025D01* +X65935430Y-87835030D01* +X66104880Y-87925602D01* +X66104886Y-87925605D01* +X66232987Y-87964464D01* +X66288768Y-87981385D01* +X66288773Y-87981386D01* +X66479997Y-88000220D01* +X66480000Y-88000220D01* +X66480003Y-88000220D01* +X66671226Y-87981386D01* +X66671231Y-87981385D01* +X66688963Y-87976006D01* +X66855114Y-87925605D01* +X66934407Y-87883222D01* +X67024569Y-87835030D01* +X67024572Y-87835027D01* +X67024581Y-87835023D01* +X67173120Y-87713120D01* +X67295023Y-87564581D01* +X67295027Y-87564572D01* +X67295030Y-87564569D01* +X67372968Y-87418756D01* +X67385605Y-87395114D01* +X67441385Y-87211231D01* +X67441386Y-87211226D01* +X67460220Y-87020003D01* +X67460220Y-87019996D01* +X67441386Y-86828773D01* +X67441385Y-86828768D01* +X67415712Y-86744137D01* +X67385605Y-86644886D01* +X67380096Y-86634579D01* +X67371146Y-86617834D01* +X67360390Y-86557602D01* +X67387092Y-86502550D01* +X67388453Y-86501162D01* +X67847561Y-86042056D01* +X67902077Y-86014279D01* +X67917564Y-86013060D01* +X68439239Y-86013060D01* +X68497430Y-86031967D01* +X68533394Y-86081467D01* +X68533394Y-86142653D01* +X68497430Y-86192153D01* +X68485907Y-86199370D01* +X68475430Y-86204969D01* +X68475420Y-86204976D01* +X68326884Y-86326875D01* +X68326875Y-86326884D01* +X68204976Y-86475420D01* +X68204969Y-86475430D01* +X68114397Y-86644880D01* +X68114395Y-86644885D01* +X68058614Y-86828768D01* +X68058613Y-86828773D01* +X68039780Y-87019996D01* +X68039780Y-87020003D01* +X68058613Y-87211226D01* +X68058614Y-87211231D01* +X68114395Y-87395114D01* +X68114397Y-87395119D01* +X68204969Y-87564569D01* +X68204975Y-87564578D01* +X68204977Y-87564581D01* +X68253304Y-87623468D01* +X68326875Y-87713115D01* +X68326884Y-87713124D01* +X68358380Y-87738972D01* +X68391367Y-87790503D01* +X68387765Y-87851582D01* +X68348950Y-87898879D01* +X68295575Y-87914500D01* +X67886884Y-87914500D01* +X67867571Y-87912598D01* +X67850000Y-87909103D01* +X67742506Y-87930483D01* +X67676959Y-87974281D01* +X67651378Y-87991374D01* +X67651372Y-87991380D01* +X67641423Y-88006269D01* +X67629115Y-88021267D01* +X66998835Y-88651547D01* +X66944318Y-88679324D01* +X66883886Y-88669753D01* +X66882211Y-88668878D01* +X66855114Y-88654395D01* +X66671231Y-88598614D01* +X66671226Y-88598613D01* +X66480003Y-88579780D01* +X66479997Y-88579780D01* +X66288773Y-88598613D01* +X66288768Y-88598614D01* +X66104885Y-88654395D01* +X66104880Y-88654397D01* +X65935430Y-88744969D01* +X65935420Y-88744976D01* +X65786884Y-88866875D01* +X65786875Y-88866884D01* +X65664976Y-89015420D01* +X65664969Y-89015430D01* +X65574397Y-89184880D01* +X65574395Y-89184885D01* +X65518614Y-89368768D01* +X65518613Y-89368773D01* +X65499780Y-89559996D01* +X65499780Y-89560003D01* +X65518613Y-89751226D01* +X65518614Y-89751231D01* +X65574395Y-89935114D01* +X65574397Y-89935119D01* +X65664969Y-90104569D01* +X65664975Y-90104578D01* +X65664977Y-90104581D01* +X65713617Y-90163849D01* +X65786875Y-90253115D01* +X65786884Y-90253124D01* +X65814809Y-90276041D01* +X65935419Y-90375023D01* +X65935423Y-90375025D01* +X65935430Y-90375030D01* +X66103430Y-90464827D01* +X66104886Y-90465605D01* +X66225514Y-90502197D01* +X66288768Y-90521385D01* +X66288773Y-90521386D01* +X66479997Y-90540220D01* +X66480000Y-90540220D01* +X66480003Y-90540220D01* +X66671226Y-90521386D01* +X66671231Y-90521385D01* +X66703626Y-90511558D01* +X66855114Y-90465605D01* +X66918334Y-90431813D01* +X67024569Y-90375030D01* +X67024572Y-90375027D01* +X67024581Y-90375023D01* +X67173120Y-90253120D01* +X67295023Y-90104581D01* +X67295027Y-90104572D01* +X67295030Y-90104569D01* +X67360234Y-89982579D01* +X67385605Y-89935114D01* +X67441385Y-89751231D01* +X67441386Y-89751226D01* +X67460220Y-89560003D01* +X67460220Y-89559996D01* +X67441386Y-89368773D01* +X67441385Y-89368768D01* +X67416397Y-89286393D01* +X67385605Y-89184886D01* +X67385602Y-89184880D01* +X67371146Y-89157834D01* +X67360390Y-89097602D01* +X67387092Y-89042550D01* +X67388453Y-89041162D01* +X67935121Y-88494496D01* +X67989637Y-88466719D01* +X68005124Y-88465500D01* +X68498045Y-88465500D01* +X68556236Y-88484407D01* +X68592200Y-88533907D01* +X68592200Y-88595093D01* +X68556236Y-88644593D01* +X68544713Y-88651810D01* +X68493003Y-88679449D01* +X68493003Y-88679450D01* +X68746690Y-88933138D01* +X68774467Y-88987654D01* +X68764896Y-89048086D01* +X68735498Y-89079783D01* +X68736795Y-89081378D01* +X68731543Y-89085650D01* +X68731542Y-89085651D01* +X68677834Y-89129346D01* +X68614258Y-89181068D01* +X68546833Y-89276589D01* +X68497829Y-89313226D01* +X68436649Y-89314062D01* +X68395950Y-89289502D01* +X68139450Y-89033003D01* +X68139449Y-89033003D01* +X68068443Y-89165845D01* +X68068441Y-89165850D01* +X68009829Y-89359064D01* +X68009828Y-89359070D01* +X67990040Y-89559996D01* +X67990040Y-89560003D01* +X68009828Y-89760929D01* +X68009829Y-89760935D01* +X68068441Y-89954149D01* +X68139449Y-90086995D01* +X68395639Y-89830806D01* +X68450156Y-89803029D01* +X68510588Y-89812600D01* +X68553543Y-89855263D01* +X68566313Y-89879907D01* +X68566442Y-89880156D01* +X68669638Y-89990652D01* +X68731888Y-90028507D01* +X68771783Y-90074896D01* +X68776792Y-90135876D01* +X68750453Y-90183097D01* +X68493003Y-90440548D01* +X68493003Y-90440549D01* +X68625849Y-90511558D01* +X68819064Y-90570170D01* +X68819070Y-90570171D01* +X69019997Y-90589960D01* +X69020003Y-90589960D01* +X69220929Y-90570171D01* +X69220935Y-90570170D01* +X69414150Y-90511558D01* +X69546995Y-90440549D01* +X69546995Y-90440548D01* +X69293309Y-90186861D01* +X69265532Y-90132345D01* +X69275103Y-90071913D01* +X69304508Y-90040223D01* +X69303205Y-90038622D01* +X69308456Y-90034349D01* +X69308458Y-90034349D01* +X69425739Y-89938934D01* +X69493167Y-89843408D01* +X69542169Y-89806773D01* +X69603349Y-89805937D01* +X69644049Y-89830497D01* +X69900548Y-90086995D01* +X69900549Y-90086995D01* +X69971558Y-89954150D01* +X70030170Y-89760935D01* +X70030171Y-89760929D01* +X70049960Y-89560003D01* +X70049960Y-89559996D01* +X70030171Y-89359070D01* +X70030170Y-89359064D01* +X69971558Y-89165849D01* +X69900549Y-89033003D01* +X69900548Y-89033003D01* +X69644358Y-89289192D01* +X69589842Y-89316969D01* +X69529410Y-89307397D01* +X69486454Y-89264733D01* +X69482080Y-89256291D01* +X69473558Y-89239844D01* +X69370362Y-89129348D01* +X69370361Y-89129347D01* +X69370360Y-89129346D01* +X69308110Y-89091491D01* +X69268215Y-89045102D01* +X69263206Y-88984122D01* +X69289545Y-88936900D01* +X69546995Y-88679449D01* +X69495286Y-88651810D01* +X69452880Y-88607704D01* +X69444497Y-88547096D01* +X69473340Y-88493135D01* +X69528391Y-88466434D01* +X69541955Y-88465500D01* +X71401726Y-88465500D01* +X71459917Y-88484407D01* +X71495881Y-88533907D01* +X71495881Y-88595093D01* +X71491779Y-88605627D01* +X71443302Y-88711774D01* +X71424867Y-88839997D01* +X71424867Y-88840002D01* +X71443302Y-88968225D01* +X71494250Y-89079783D01* +X71497118Y-89086063D01* +X71573818Y-89174581D01* +X71581952Y-89183968D01* +X71676631Y-89244814D01* +X71690931Y-89254004D01* +X71815228Y-89290500D01* +X71815230Y-89290500D01* +X71944770Y-89290500D01* +X71944772Y-89290500D01* +X72069069Y-89254004D01* +X72084002Y-89244407D01* +X72088968Y-89241216D01* +X72142491Y-89225500D01* +X88524876Y-89225500D01* +X88583067Y-89244407D01* +X88594880Y-89254496D01* +X92619113Y-93278729D01* +X92631422Y-93293729D01* +X92641371Y-93308618D01* +X92641373Y-93308620D01* +X92641376Y-93308624D01* +X92664376Y-93323992D01* +X92664378Y-93323994D01* +X92683668Y-93336883D01* +X92724999Y-93364500D01* +X92728764Y-93367015D01* +X92732505Y-93369515D01* +X92812867Y-93385500D01* +X92812870Y-93385500D01* +X92814876Y-93385899D01* +X92814882Y-93385900D01* +X92840000Y-93390896D01* +X92857566Y-93387401D01* +X92876879Y-93385500D01* +X96789876Y-93385500D01* +X96848067Y-93404407D01* +X96859880Y-93414496D01* +X97794115Y-94348731D01* +X97806426Y-94363733D01* +X97810023Y-94369117D01* +X97816376Y-94378624D01* +X97816379Y-94378626D01* +X97816380Y-94378627D01* +X97835329Y-94391288D01* +X97835334Y-94391292D01* +X97907505Y-94439516D01* +X97916847Y-94441374D01* +X98015000Y-94460897D01* +X98032571Y-94457401D01* +X98051884Y-94455500D01* +X122648116Y-94455500D01* +X122667429Y-94457401D01* +X122685000Y-94460897D01* +X122712132Y-94455500D01* +X122712133Y-94455500D01* +X122792495Y-94439515D01* +X122855623Y-94397334D01* +X122860622Y-94393994D01* +X122860622Y-94393993D01* +X122871340Y-94386832D01* +X122871344Y-94386828D01* +X122883624Y-94378624D01* +X122883624Y-94378623D01* +X122885782Y-94377182D01* +X122940780Y-94360500D01* +X123019770Y-94360500D01* +X123019772Y-94360500D01* +X123144069Y-94324004D01* +X123253049Y-94253967D01* +X123337882Y-94156063D01* +X123391697Y-94038226D01* +X123400904Y-93974187D01* +X123410133Y-93910002D01* +X123410133Y-93909997D01* +X123391697Y-93781774D01* +X123381808Y-93760120D01* +X123337882Y-93663937D01* +X123253049Y-93566033D01* +X123253048Y-93566032D01* +X123253047Y-93566031D01* +X123144073Y-93495998D01* +X123144070Y-93495996D01* +X123144069Y-93495996D01* +X123144066Y-93495995D01* +X123019774Y-93459500D01* +X123019772Y-93459500D01* +X122890228Y-93459500D01* +X122890225Y-93459500D01* +X122765928Y-93495996D01* +X122763854Y-93496944D01* +X122761965Y-93497160D01* +X122759137Y-93497991D01* +X122758993Y-93497501D01* +X122703067Y-93503914D01* +X122649792Y-93473822D01* +X122624379Y-93418164D01* +X122636535Y-93358198D01* +X122652727Y-93336887D01* +X130864428Y-85125187D01* +X130918946Y-85097410D01* +X130934433Y-85096191D01* +X143050402Y-85096191D01* +X143069715Y-85098092D01* +X143087286Y-85101588D01* +X143114418Y-85096191D01* +X143114419Y-85096191D01* +X143194781Y-85080206D01* +X143245993Y-85045987D01* +X143262908Y-85034685D01* +X143262907Y-85034685D01* +X143273630Y-85027521D01* +X143273633Y-85027517D01* +X143285910Y-85019315D01* +X143295863Y-85004418D01* +X143308172Y-84989421D01* +X143547096Y-84750497D01* +X143794354Y-84503237D01* +X143848871Y-84475460D01* +X143909303Y-84485031D01* +X143919802Y-84492659D01* +X143920452Y-84491712D01* +X143928019Y-84496895D01* +X143928021Y-84496897D01* +X144030795Y-84542276D01* +X144055921Y-84545191D01* +X144445650Y-84545190D01* +X144470777Y-84542276D01* +X144573551Y-84496897D01* +X144652992Y-84417456D01* +X144698371Y-84314682D01* +X144701286Y-84289556D01* +X144701285Y-83024827D01* +X144698371Y-82999700D01* +X144652992Y-82896926D01* +X144573551Y-82817485D01* +X144573549Y-82817484D01* +X144573546Y-82817481D01* +X144569332Y-82814594D01* +X144532013Y-82766107D01* +X144526286Y-82732923D01* +X144526286Y-82569191D01* +X144545193Y-82511000D01* +X144594693Y-82475036D01* +X144625286Y-82470191D01* +X144729043Y-82470191D01* +X144729046Y-82470191D01* +X144797179Y-82460264D01* +X144902269Y-82408889D01* +X144984984Y-82326174D01* +X145036359Y-82221084D01* +X145046286Y-82152951D01* +X145046286Y-81724815D01* +X145065193Y-81666624D01* +X145075282Y-81654811D01* +X145380906Y-81349187D01* +X145435423Y-81321410D01* +X145450910Y-81320191D01* +X145519023Y-81320191D01* +X145577214Y-81339098D01* +X145613178Y-81388598D01* +X145613178Y-81449784D01* +X145607962Y-81462674D01* +X145605213Y-81468294D01* +X145601177Y-81495998D01* +X145595286Y-81536431D01* +X145595286Y-82152951D01* +X145600390Y-82187979D01* +X145605213Y-82221086D01* +X145651184Y-82315120D01* +X145656588Y-82326174D01* +X145716291Y-82385877D01* +X145744067Y-82440392D01* +X145745286Y-82455879D01* +X145745286Y-82883501D01* +X145736851Y-82923488D01* +X145703201Y-82999699D01* +X145703200Y-82999702D01* +X145700286Y-83024821D01* +X145700286Y-84289551D01* +X145700287Y-84289554D01* +X145703200Y-84314681D01* +X145726322Y-84367047D01* +X145748580Y-84417456D01* +X145828021Y-84496897D01* +X145930795Y-84542276D01* +X145955921Y-84545191D01* +X146345650Y-84545190D01* +X146370777Y-84542276D01* +X146377204Y-84539437D01* +X146438073Y-84533227D01* +X146487200Y-84559997D01* +X146850235Y-84923033D01* +X146939943Y-85012740D01* +X146939944Y-85012741D01* +X146961435Y-85023691D01* +X146974681Y-85031808D01* +X146994196Y-85045987D01* +X146994198Y-85045987D01* +X146994199Y-85045988D01* +X147017138Y-85053441D01* +X147031481Y-85059381D01* +X147052982Y-85070337D01* +X147076810Y-85074110D01* +X147091919Y-85077738D01* +X147099509Y-85080204D01* +X147114853Y-85085190D01* +X147144723Y-85085190D01* +X147144747Y-85085191D01* +X147146767Y-85085191D01* +X147221635Y-85085191D01* +X147264367Y-85097738D01* +X147265274Y-85095753D01* +X147271716Y-85098694D01* +X147271717Y-85098695D01* +X147396014Y-85135191D01* +X147396016Y-85135191D01* +X147525556Y-85135191D01* +X147525558Y-85135191D01* +X147649855Y-85098695D01* +X147758835Y-85028658D01* +X147843668Y-84930754D01* +X147897483Y-84812917D01* +X147910407Y-84723029D01* +X147915919Y-84684693D01* +X147915919Y-84684688D01* +X147897483Y-84556465D01* +X147891003Y-84542275D01* +X147843668Y-84438628D01* +X147758835Y-84340724D01* +X147758834Y-84340723D01* +X147758833Y-84340722D01* +X147649859Y-84270689D01* +X147649856Y-84270687D01* +X147649855Y-84270687D01* +X147649852Y-84270686D01* +X147525560Y-84234191D01* +X147525558Y-84234191D01* +X147396014Y-84234191D01* +X147396012Y-84234191D01* +X147373650Y-84240757D01* +X147312489Y-84239008D01* +X147275757Y-84215770D01* +X146630281Y-83570293D01* +X146602504Y-83515776D01* +X146601285Y-83500289D01* +X146601285Y-83024830D01* +X146601285Y-83024827D01* +X146598371Y-82999700D01* +X146554720Y-82900841D01* +X146546286Y-82860854D01* +X146546286Y-82455879D01* +X146565193Y-82397688D01* +X146575276Y-82385881D01* +X146634984Y-82326174D01* +X146686359Y-82221084D01* +X146696286Y-82152951D01* +X146696286Y-81536431D01* +X146686359Y-81468298D01* +X146686358Y-81468295D01* +X146686358Y-81468294D01* +X146683610Y-81462674D01* +X146675037Y-81402093D01* +X146703710Y-81348042D01* +X146758678Y-81321168D01* +X146772549Y-81320191D01* +X148706271Y-81320191D01* +X148764462Y-81339098D01* +X148776275Y-81349187D01* +X149841954Y-82414865D01* +X149869731Y-82469382D01* +X149870950Y-82484869D01* +X149870950Y-84044573D01* +X149879682Y-84088466D01* +X149879684Y-84088470D01* +X149910265Y-84134237D01* +X149912946Y-84138250D01* +X149962728Y-84171513D01* +X149973114Y-84173579D01* +X150006622Y-84180245D01* +X150006628Y-84180245D01* +X150006630Y-84180246D01* +X150006631Y-84180246D01* +X151986269Y-84180246D01* +X151986270Y-84180246D01* +X151986271Y-84180245D01* +X151986277Y-84180245D01* +X152008073Y-84175908D01* +X152030172Y-84171513D01* +X152079954Y-84138250D01* +X152113217Y-84088468D01* +X152120999Y-84049346D01* +X152121949Y-84044573D01* +X152121950Y-84044564D01* +X152121950Y-83554246D01* +X152140857Y-83496055D01* +X152190357Y-83460091D01* +X152220950Y-83455246D01* +X156532580Y-83455246D01* +X156590771Y-83474153D01* +X156626735Y-83523653D01* +X156631580Y-83554246D01* +X156631580Y-84046641D01* +X156640312Y-84090534D01* +X156640314Y-84090538D01* +X156649901Y-84104886D01* +X156673576Y-84140318D01* +X156723358Y-84173581D01* +X156734407Y-84175778D01* +X156767252Y-84182313D01* +X156767258Y-84182313D01* +X156767260Y-84182314D01* +X156767261Y-84182314D01* +X158746899Y-84182314D01* +X158746900Y-84182314D01* +X158746901Y-84182313D01* +X158746907Y-84182313D01* +X158768703Y-84177976D01* +X158790802Y-84173581D01* +X158840584Y-84140318D01* +X158873847Y-84090536D01* +X158882580Y-84046634D01* +X158882580Y-82486937D01* +X158901487Y-82428746D01* +X158911570Y-82416939D01* +X161230027Y-80098481D01* +X161245023Y-80086175D01* +X161259918Y-80076224D01* +X161278424Y-80048529D01* +X161320809Y-79985095D01* +X161342191Y-79877600D01* +X161342191Y-79877599D01* +X161338696Y-79860027D01* +X161336794Y-79840715D01* +X161336794Y-75505116D01* +X161338696Y-75485802D01* +X161339943Y-75479533D01* +X161342191Y-75468233D01* +X161323139Y-75372450D01* +X161320809Y-75360737D01* +X161290426Y-75315267D01* +X161275288Y-75292611D01* +X161275286Y-75292609D01* +X161259918Y-75269609D01* +X161251429Y-75263937D01* +X161245027Y-75259659D01* +X161230025Y-75247348D01* +X156534220Y-70551543D01* +X156506443Y-70497026D01* +X156505224Y-70481539D01* +X156505224Y-69179999D01* +X159184551Y-69179999D01* +X159192313Y-69278631D01* +X159192466Y-69282516D01* +X159192466Y-69305731D01* +X159196098Y-69328666D01* +X159196554Y-69332526D01* +X159204316Y-69431148D01* +X159227409Y-69527340D01* +X159228168Y-69531152D01* +X159231799Y-69554083D01* +X159231801Y-69554092D01* +X159238978Y-69576180D01* +X159240034Y-69579922D01* +X159263127Y-69676112D01* +X159283132Y-69724407D01* +X159300986Y-69767512D01* +X159300987Y-69767513D01* +X159302333Y-69771161D01* +X159309506Y-69793237D01* +X159309509Y-69793247D01* +X159320042Y-69813919D01* +X159321670Y-69817449D01* +X159334675Y-69848844D01* +X159359534Y-69908859D01* +X159359536Y-69908863D01* +X159359537Y-69908864D01* +X159411228Y-69993218D01* +X159413126Y-69996607D01* +X159423666Y-70017290D01* +X159423674Y-70017304D01* +X159437315Y-70036080D01* +X159439475Y-70039312D01* +X159491162Y-70123656D01* +X159491164Y-70123659D01* +X159555418Y-70198891D01* +X159557816Y-70201932D01* +X159571465Y-70220720D01* +X159587895Y-70237151D01* +X159590533Y-70240005D01* +X159651182Y-70311017D01* +X159654776Y-70315224D01* +X159720081Y-70371000D01* +X159729993Y-70379465D01* +X159732849Y-70382105D01* +X159749273Y-70398529D01* +X159749275Y-70398530D01* +X159749276Y-70398531D01* +X159768046Y-70412168D01* +X159768060Y-70412178D01* +X159771101Y-70414575D01* +X159846341Y-70478836D01* +X159850752Y-70481539D01* +X159930685Y-70530523D01* +X159933918Y-70532683D01* +X159952687Y-70546320D01* +X159952710Y-70546334D01* +X159973397Y-70556875D01* +X159976780Y-70558769D01* +X160061141Y-70610466D01* +X160061143Y-70610466D01* +X160061147Y-70610469D01* +X160109594Y-70630536D01* +X160152556Y-70648331D01* +X160156068Y-70649950D01* +X160176760Y-70660493D01* +X160185050Y-70663186D01* +X160185882Y-70663457D01* +X160198833Y-70667665D01* +X160202479Y-70669009D01* +X160285644Y-70703458D01* +X160293887Y-70706872D01* +X160293888Y-70706873D01* +X160309347Y-70710584D01* +X160390109Y-70729973D01* +X160393805Y-70731015D01* +X160415910Y-70738198D01* +X160438847Y-70741830D01* +X160442628Y-70742581D01* +X160538852Y-70765683D01* +X160637512Y-70773447D01* +X160641320Y-70773898D01* +X160664271Y-70777534D01* +X160664272Y-70777534D01* +X160687483Y-70777534D01* +X160691368Y-70777687D01* +X160730055Y-70780731D01* +X160790000Y-70785449D01* +X160853582Y-70780444D01* +X160888632Y-70777687D01* +X160892517Y-70777534D01* +X160915725Y-70777534D01* +X160915729Y-70777534D01* +X160938688Y-70773897D01* +X160942499Y-70773446D01* +X161033711Y-70766268D01* +X161041149Y-70765683D01* +X161065619Y-70759808D01* +X161137361Y-70742584D01* +X161141133Y-70741833D01* +X161164090Y-70738198D01* +X161186187Y-70731017D01* +X161189889Y-70729973D01* +X161268559Y-70711086D01* +X161286108Y-70706874D01* +X161286109Y-70706873D01* +X161286111Y-70706873D01* +X161377547Y-70668998D01* +X161381133Y-70667675D01* +X161403240Y-70660493D01* +X161423944Y-70649943D01* +X161427428Y-70648337D01* +X161518859Y-70610466D01* +X161603242Y-70558755D01* +X161606590Y-70556880D01* +X161621222Y-70549426D01* +X161626720Y-70546625D01* +X161627288Y-70546335D01* +X161627300Y-70546327D01* +X161646077Y-70532685D01* +X161649312Y-70530524D01* +X161660622Y-70523593D01* +X161733659Y-70478836D01* +X161808924Y-70414552D01* +X161811900Y-70412207D01* +X161830724Y-70398531D01* +X161847155Y-70382099D01* +X161849968Y-70379498D01* +X161925224Y-70315224D01* +X161989498Y-70239968D01* +X161992104Y-70237151D01* +X162008531Y-70220724D01* +X162022207Y-70201900D01* +X162024552Y-70198924D01* +X162088836Y-70123659D01* +X162140524Y-70039310D01* +X162142685Y-70036077D01* +X162156327Y-70017300D01* +X162156330Y-70017295D01* +X162156334Y-70017290D01* +X162166886Y-69996579D01* +X162168755Y-69993242D01* +X162220466Y-69908859D01* +X162258337Y-69817428D01* +X162259943Y-69813944D01* +X162270493Y-69793240D01* +X162277671Y-69771147D01* +X162278998Y-69767547D01* +X162316873Y-69676111D01* +X162339975Y-69579883D01* +X162341020Y-69576180D01* +X162348198Y-69554090D01* +X162351833Y-69531133D01* +X162352584Y-69527361D01* +X162372796Y-69443172D01* +X162375683Y-69431149D01* +X162380566Y-69369098D01* +X162383446Y-69332499D01* +X162383897Y-69328688D01* +X162387534Y-69305729D01* +X162388162Y-69273659D01* +X162388303Y-69270785D01* +X162395449Y-69180000D01* +X162388304Y-69089217D01* +X162388162Y-69086338D01* +X162387534Y-69054271D01* +X162383897Y-69031311D01* +X162383446Y-69027500D01* +X162375683Y-68928852D01* +X162375682Y-68928848D01* +X162375683Y-68928848D01* +X162352589Y-68832659D01* +X162352588Y-68832656D01* +X162352587Y-68832652D01* +X162351830Y-68828843D01* +X162351722Y-68828161D01* +X162348198Y-68805910D01* +X162341015Y-68783805D01* +X162339973Y-68780109D01* +X162317314Y-68685727D01* +X162316873Y-68683888D01* +X162316872Y-68683887D01* +X162315221Y-68679901D01* +X162279006Y-68592471D01* +X162277669Y-68588845D01* +X162270493Y-68566760D01* +X162259950Y-68546068D01* +X162258327Y-68542547D01* +X162244310Y-68508707D01* +X162221585Y-68453842D01* +X162220469Y-68451147D01* +X162220464Y-68451138D01* +X162214336Y-68441138D01* +X162168768Y-68366778D01* +X162166875Y-68363397D01* +X162156334Y-68342710D01* +X162156320Y-68342687D01* +X162142683Y-68323918D01* +X162140523Y-68320685D01* +X162088837Y-68236343D01* +X162088836Y-68236341D01* +X162024575Y-68161101D01* +X162022178Y-68158060D01* +X162017293Y-68151336D01* +X162008531Y-68139276D01* +X162008530Y-68139275D01* +X162008529Y-68139273D01* +X161992105Y-68122849D01* +X161989465Y-68119993D01* +X161925232Y-68044785D01* +X161925228Y-68044781D01* +X161925224Y-68044776D01* +X161925217Y-68044770D01* +X161925214Y-68044767D01* +X161850005Y-67980533D01* +X161847151Y-67977895D01* +X161830720Y-67961465D01* +X161811932Y-67947816D01* +X161808891Y-67945418D01* +X161733659Y-67881164D01* +X161732404Y-67880395D01* +X161649312Y-67829475D01* +X161646080Y-67827315D01* +X161627304Y-67813674D01* +X161627292Y-67813667D01* +X161612319Y-67806038D01* +X161606597Y-67803121D01* +X161603214Y-67801226D01* +X161518864Y-67749537D01* +X161518863Y-67749536D01* +X161518859Y-67749534D01* +X161472095Y-67730164D01* +X161427449Y-67711670D01* +X161423919Y-67710042D01* +X161403247Y-67699509D01* +X161403237Y-67699506D01* +X161381161Y-67692333D01* +X161377513Y-67690987D01* +X161286112Y-67653127D01* +X161286113Y-67653127D01* +X161189922Y-67630034D01* +X161186180Y-67628978D01* +X161164091Y-67621801D01* +X161141152Y-67618168D01* +X161137340Y-67617409D01* +X161041148Y-67594316D01* +X160942526Y-67586554D01* +X160938666Y-67586098D01* +X160915731Y-67582466D01* +X160915729Y-67582466D01* +X160892517Y-67582466D01* +X160888632Y-67582313D01* +X160801528Y-67575458D01* +X160790000Y-67574551D01* +X160789999Y-67574551D01* +X160691368Y-67582313D01* +X160687483Y-67582466D01* +X160664267Y-67582466D01* +X160641332Y-67586098D01* +X160637472Y-67586554D01* +X160538852Y-67594316D01* +X160442656Y-67617411D01* +X160438843Y-67618169D01* +X160415923Y-67621799D01* +X160415895Y-67621805D01* +X160393825Y-67628976D01* +X160390085Y-67630031D01* +X160293896Y-67653124D01* +X160293882Y-67653128D01* +X160202491Y-67690984D01* +X160198845Y-67692329D01* +X160176786Y-67699496D01* +X160176747Y-67699512D01* +X160156083Y-67710041D01* +X160152554Y-67711668D01* +X160061149Y-67749530D01* +X160061135Y-67749537D01* +X159976778Y-67801230D01* +X159973388Y-67803128D01* +X159952723Y-67813658D01* +X159952678Y-67813685D01* +X159933919Y-67827315D01* +X159930688Y-67829474D01* +X159846348Y-67881158D01* +X159771107Y-67945418D01* +X159768056Y-67947823D01* +X159749275Y-67961468D01* +X159749272Y-67961471D01* +X159742361Y-67968383D01* +X159732849Y-67977893D01* +X159729998Y-67980528D01* +X159654781Y-68044771D01* +X159654771Y-68044781D01* +X159590531Y-68119994D01* +X159587904Y-68122837D01* +X159583566Y-68127178D01* +X159571471Y-68139272D01* +X159571468Y-68139275D01* +X159557823Y-68158056D01* +X159555418Y-68161107D01* +X159491158Y-68236348D01* +X159439474Y-68320688D01* +X159437315Y-68323919D01* +X159423685Y-68342678D01* +X159423658Y-68342723D01* +X159413128Y-68363388D01* +X159411230Y-68366778D01* +X159359537Y-68451135D01* +X159359530Y-68451149D01* +X159321668Y-68542554D01* +X159320041Y-68546083D01* +X159309512Y-68566747D01* +X159309496Y-68566786D01* +X159302329Y-68588845D01* +X159300984Y-68592491D01* +X159263128Y-68683882D01* +X159263124Y-68683895D01* +X159240031Y-68780086D01* +X159238976Y-68783826D01* +X159231803Y-68805903D01* +X159231799Y-68805923D01* +X159228169Y-68828843D01* +X159227411Y-68832656D01* +X159204316Y-68928852D01* +X159196554Y-69027472D01* +X159196098Y-69031332D01* +X159192466Y-69054267D01* +X159192466Y-69077483D01* +X159192313Y-69081368D01* +X159184551Y-69179999D01* +X156505224Y-69179999D01* +X156505224Y-68921844D01* +X156505223Y-68921835D01* +X156496491Y-68877942D01* +X156496489Y-68877938D01* +X156477751Y-68849894D01* +X156463228Y-68828159D01* +X156433230Y-68808115D01* +X156413448Y-68794897D01* +X156413444Y-68794895D01* +X156369551Y-68786163D01* +X156369544Y-68786163D01* +X154389904Y-68786163D01* +X154389896Y-68786163D01* +X154346003Y-68794895D01* +X154345999Y-68794897D01* +X154296222Y-68828157D01* +X154296218Y-68828161D01* +X154262958Y-68877938D01* +X154262956Y-68877942D01* +X154254224Y-68921835D01* +X154254224Y-69408809D01* +X154235317Y-69467000D01* +X154185817Y-69502964D01* +X154155224Y-69507809D01* +X149851929Y-69507809D01* +X149793738Y-69488902D01* +X149757774Y-69439402D01* +X149752929Y-69408809D01* +X149752929Y-68918490D01* +X149752928Y-68918481D01* +X149744863Y-68877941D01* +X149744196Y-68874587D01* +X149710933Y-68824805D01* +X149710269Y-68824361D01* +X149661153Y-68791543D01* +X149661149Y-68791541D01* +X149617256Y-68782809D01* +X149617249Y-68782809D01* +X147637609Y-68782809D01* +X147637601Y-68782809D01* +X147593708Y-68791541D01* +X147593704Y-68791543D01* +X147543927Y-68824803D01* +X147543923Y-68824807D01* +X147510663Y-68874584D01* +X147510661Y-68874588D01* +X147501929Y-68918481D01* +X147501929Y-70648136D01* +X147510661Y-70692029D01* +X147510663Y-70692033D01* +X147536008Y-70729965D01* +X147543925Y-70741813D01* +X147593707Y-70775076D01* +X147604756Y-70777273D01* +X147637601Y-70783808D01* +X147637607Y-70783808D01* +X147637609Y-70783809D01* +X147637610Y-70783809D01* +X149617248Y-70783809D01* +X149617249Y-70783809D01* +X149617250Y-70783808D01* +X149617256Y-70783808D01* +X149644300Y-70778428D01* +X149661151Y-70775076D01* +X149710933Y-70741813D01* +X149744196Y-70692031D01* +X149749934Y-70663186D01* +X149752928Y-70648136D01* +X149752929Y-70648127D01* +X149752929Y-70157809D01* +X149771836Y-70099618D01* +X149821336Y-70063654D01* +X149851929Y-70058809D01* +X154155224Y-70058809D01* +X154213415Y-70077716D01* +X154249379Y-70127216D01* +X154254224Y-70157809D01* +X154254224Y-70651490D01* +X154262956Y-70695383D01* +X154262958Y-70695387D01* +X154293840Y-70741605D01* +X154296220Y-70745167D01* +X154346002Y-70778430D01* +X154357051Y-70780627D01* +X154389896Y-70787162D01* +X154389902Y-70787162D01* +X154389904Y-70787163D01* +X155949600Y-70787163D01* +X156007791Y-70806070D01* +X156019604Y-70816159D01* +X160756798Y-75553353D01* +X160784575Y-75607870D01* +X160785794Y-75623357D01* +X160785794Y-79722475D01* +X160766887Y-79780666D01* +X160756798Y-79792479D01* +X158396960Y-82152318D01* +X158342443Y-82180095D01* +X158326956Y-82181314D01* +X156767252Y-82181314D01* +X156723359Y-82190046D01* +X156723355Y-82190048D01* +X156673578Y-82223308D01* +X156673574Y-82223312D01* +X156640314Y-82273089D01* +X156640312Y-82273093D01* +X156631580Y-82316986D01* +X156631580Y-82805246D01* +X156612673Y-82863437D01* +X156563173Y-82899401D01* +X156532580Y-82904246D01* +X152220950Y-82904246D01* +X152162759Y-82885339D01* +X152126795Y-82835839D01* +X152121950Y-82805246D01* +X152121950Y-82314927D01* +X152121949Y-82314918D01* +X152115414Y-82282073D01* +X152113217Y-82271024D01* +X152079954Y-82221242D01* +X152071389Y-82215519D01* +X152030174Y-82187980D01* +X152030170Y-82187978D01* +X151986277Y-82179246D01* +X151986270Y-82179246D01* +X150426574Y-82179246D01* +X150368383Y-82160339D01* +X150356570Y-82150250D01* +X149082280Y-80875960D01* +X149069968Y-80860957D01* +X149063068Y-80850630D01* +X149060019Y-80846067D01* +X149039297Y-80832220D01* +X149039291Y-80832216D01* +X149026575Y-80823720D01* +X149001366Y-80806876D01* +X148968890Y-80785176D01* +X148941954Y-80779818D01* +X148882577Y-80768007D01* +X148882557Y-80768002D01* +X148861397Y-80763794D01* +X148861396Y-80763794D01* +X148861395Y-80763794D01* +X148843825Y-80767289D01* +X148824511Y-80769191D01* +X145332670Y-80769191D01* +X145313356Y-80767289D01* +X145295786Y-80763794D01* +X145295785Y-80763794D01* +X145295783Y-80763794D01* +X145276481Y-80767632D01* +X145276469Y-80767636D01* +X145188290Y-80785176D01* +X145177440Y-80792426D01* +X145155815Y-80806876D01* +X145139946Y-80817478D01* +X145122748Y-80828969D01* +X145122743Y-80828973D01* +X145120164Y-80830697D01* +X145120162Y-80830698D01* +X145109847Y-80837590D01* +X145097163Y-80846066D01* +X145097158Y-80846071D01* +X145087209Y-80860960D01* +X145074901Y-80875957D01* +X144760665Y-81190194D01* +X144706148Y-81217972D01* +X144690661Y-81219191D01* +X144262526Y-81219191D01* +X144233844Y-81223370D01* +X144194390Y-81229118D01* +X144089304Y-81280492D01* +X144006587Y-81363209D01* +X143955213Y-81468295D01* +X143951177Y-81495998D01* +X143945286Y-81536431D01* +X143945286Y-82152951D01* +X143955213Y-82221084D01* +X143962293Y-82235566D01* +X143965227Y-82241567D01* +X143975286Y-82285047D01* +X143975286Y-82732923D01* +X143956379Y-82791114D01* +X143932240Y-82814594D01* +X143928025Y-82817481D01* +X143848580Y-82896926D01* +X143803200Y-82999702D01* +X143800286Y-83024821D01* +X143800286Y-83677066D01* +X143781379Y-83735257D01* +X143771290Y-83747070D01* +X143002166Y-84516195D01* +X142947649Y-84543972D01* +X142932162Y-84545191D01* +X130816188Y-84545191D01* +X130796875Y-84543289D01* +X130791782Y-84542276D01* +X130779309Y-84539795D01* +X130779305Y-84539795D01* +X130755441Y-84544541D01* +X130755431Y-84544543D01* +X130680808Y-84559387D01* +X130671813Y-84561175D01* +X130671811Y-84561176D01* +X130606233Y-84604995D01* +X130606223Y-84605002D01* +X130580687Y-84622065D01* +X130580681Y-84622071D01* +X130570732Y-84636960D01* +X130558424Y-84651958D01* +X121874880Y-93335504D01* +X121820363Y-93363281D01* +X121804876Y-93364500D01* +X100550124Y-93364500D01* +X100491933Y-93345593D01* +X100480120Y-93335504D01* +X99516938Y-92372322D01* +X99489161Y-92317805D01* +X99488950Y-92288227D01* +X99490133Y-92280000D01* +X99480445Y-92212621D01* +X99471697Y-92151774D01* +X99462888Y-92132485D01* +X99417882Y-92033937D01* +X99333049Y-91936033D01* +X99333048Y-91936032D01* +X99333047Y-91936031D01* +X99224073Y-91865998D01* +X99224070Y-91865996D01* +X99224069Y-91865996D01* +X99194984Y-91857456D01* +X99099774Y-91829500D01* +X99099772Y-91829500D01* +X98970228Y-91829500D01* +X98970226Y-91829500D01* +X98970220Y-91829501D01* +X98952692Y-91834648D01* +X98905490Y-91836756D01* +X98886863Y-91833051D01* +X98886856Y-91833048D01* +X98864503Y-91828603D01* +X98864501Y-91828603D01* +X98864500Y-91828603D01* +X98859991Y-91829500D01* +X98846930Y-91832098D01* +X98827616Y-91834000D01* +X93874624Y-91834000D01* +X93816433Y-91815093D01* +X93804620Y-91805004D01* +X91469443Y-89469827D01* +X92204500Y-89469827D01* +X92213232Y-89513720D01* +X92213234Y-89513724D01* +X92245749Y-89562386D01* +X92246496Y-89563504D01* +X92296278Y-89596767D01* +X92307327Y-89598964D01* +X92340172Y-89605499D01* +X92340178Y-89605499D01* +X92340180Y-89605500D01* +X92340181Y-89605500D01* +X94019819Y-89605500D01* +X94019820Y-89605500D01* +X94019821Y-89605499D01* +X94019827Y-89605499D01* +X94041623Y-89601162D01* +X94063722Y-89596767D01* +X94113504Y-89563504D01* +X94146767Y-89513722D01* +X94155500Y-89469820D01* +X94155500Y-89129499D01* +X94174407Y-89071309D01* +X94223907Y-89035345D01* +X94254500Y-89030500D01* +X94768626Y-89030500D01* +X94826817Y-89049407D01* +X94855934Y-89082829D01* +X94877070Y-89122370D01* +X94904974Y-89174577D01* +X94904975Y-89174578D01* +X94904977Y-89174581D01* +X94946765Y-89225500D01* +X95026875Y-89323115D01* +X95026884Y-89323124D01* +X95070685Y-89359070D01* +X95175419Y-89445023D01* +X95175423Y-89445025D01* +X95175430Y-89445030D01* +X95344880Y-89535602D01* +X95344886Y-89535605D01* +X95472988Y-89574464D01* +X95528768Y-89591385D01* +X95528773Y-89591386D01* +X95719997Y-89610220D01* +X95720000Y-89610220D01* +X95720003Y-89610220D01* +X95911226Y-89591386D01* +X95911231Y-89591385D01* +X95929253Y-89585918D01* +X96095114Y-89535605D01* +X96186714Y-89486644D01* +X96264569Y-89445030D01* +X96264572Y-89445027D01* +X96264581Y-89445023D01* +X96413120Y-89323120D01* +X96535023Y-89174581D01* +X96584064Y-89082830D01* +X96628169Y-89040425D01* +X96671374Y-89030500D01* +X97308626Y-89030500D01* +X97366817Y-89049407D01* +X97395934Y-89082829D01* +X97417070Y-89122370D01* +X97444974Y-89174577D01* +X97444975Y-89174578D01* +X97444977Y-89174581D01* +X97486765Y-89225500D01* +X97566875Y-89323115D01* +X97566884Y-89323124D01* +X97610685Y-89359070D01* +X97715419Y-89445023D01* +X97715423Y-89445025D01* +X97715430Y-89445030D01* +X97884880Y-89535602D01* +X97884886Y-89535605D01* +X98012987Y-89574464D01* +X98068768Y-89591385D01* +X98068773Y-89591386D01* +X98259997Y-89610220D01* +X98260000Y-89610220D01* +X98260003Y-89610220D01* +X98451226Y-89591386D01* +X98451228Y-89591385D01* +X98451231Y-89591385D01* +X98550784Y-89561185D01* +X98611955Y-89562386D01* +X98649525Y-89585918D01* +X100601592Y-91537985D01* +X100619027Y-91555419D01* +X100624158Y-91560550D01* +X100645645Y-91571498D01* +X100658886Y-91579612D01* +X100678408Y-91593794D01* +X100678409Y-91593794D01* +X100678411Y-91593796D01* +X100701361Y-91601252D01* +X100715701Y-91607193D01* +X100737196Y-91618146D01* +X100761034Y-91621921D01* +X100776111Y-91625541D01* +X100799067Y-91633000D01* +X100830981Y-91633000D01* +X105086481Y-91633000D01* +X105144672Y-91651907D01* +X105180636Y-91701407D01* +X105184634Y-91744922D01* +X105174750Y-91819999D01* +X105174750Y-91820000D01* +X105193669Y-91963708D01* +X105193670Y-91963709D01* +X105244781Y-92087105D01* +X105249139Y-92097625D01* +X105337379Y-92212621D01* +X105452375Y-92300861D01* +X105586291Y-92356330D01* +X105730000Y-92375250D01* +X105873709Y-92356330D01* +X106007625Y-92300861D01* +X106122621Y-92212621D01* +X106210861Y-92097625D01* +X106266330Y-91963709D01* +X106279173Y-91866148D01* +X106305513Y-91810925D01* +X106307244Y-91809147D01* +X106475641Y-91640750D01* +X106504173Y-91623274D01* +X106503362Y-91621683D01* +X106518362Y-91614040D01* +X106558105Y-91593789D01* +X106603050Y-91583000D01* +X106799819Y-91583000D01* +X106799820Y-91583000D01* +X106799821Y-91582999D01* +X106799827Y-91582999D01* +X106821623Y-91578662D01* +X106843722Y-91574267D01* +X106893504Y-91541004D01* +X106926767Y-91491222D01* +X106935500Y-91447320D01* +X106935500Y-91017680D01* +X106935499Y-91017678D01* +X106935499Y-91017672D01* +X106926767Y-90973779D01* +X106926765Y-90973775D01* +X106926323Y-90973114D01* +X106893504Y-90923996D01* +X106873813Y-90910839D01* +X106843724Y-90890734D01* +X106843720Y-90890732D01* +X106799827Y-90882000D01* +X106799820Y-90882000D01* +X106603050Y-90882000D01* +X106558105Y-90871210D01* +X106510304Y-90846854D01* +X106416521Y-90832000D01* +X106416519Y-90832000D01* +X105325334Y-90832000D01* +X105267143Y-90813093D01* +X105231179Y-90763593D01* +X105231179Y-90702407D01* +X105265066Y-90654458D01* +X105282555Y-90641038D01* +X105332621Y-90602621D01* +X105413416Y-90497327D01* +X105834500Y-90497327D01* +X105843232Y-90541220D01* +X105843234Y-90541224D01* +X105854915Y-90558706D01* +X105876496Y-90591004D01* +X105926278Y-90624267D01* +X105931929Y-90625391D01* +X105970172Y-90632999D01* +X105970178Y-90632999D01* +X105970180Y-90633000D01* +X105970181Y-90633000D01* +X106799819Y-90633000D01* +X106799820Y-90633000D01* +X106799821Y-90632999D01* +X106799827Y-90632999D01* +X106821623Y-90628662D01* +X106843722Y-90624267D01* +X106893504Y-90591004D01* +X106926767Y-90541222D01* +X106934009Y-90504815D01* +X106934529Y-90502200D01* +X108785000Y-90502200D01* +X108796603Y-90560536D01* +X108840806Y-90626689D01* +X108840810Y-90626693D01* +X108906963Y-90670896D01* +X108965299Y-90682499D01* +X108965303Y-90682500D01* +X109169894Y-90682500D01* +X109228085Y-90701407D01* +X109264049Y-90750907D01* +X109264049Y-90812093D01* +X109228085Y-90861593D01* +X109214838Y-90869710D01* +X109211894Y-90871210D01* +X109166950Y-90882000D01* +X108970172Y-90882000D01* +X108926279Y-90890732D01* +X108926275Y-90890734D01* +X108876498Y-90923994D01* +X108876494Y-90923998D01* +X108843234Y-90973775D01* +X108843232Y-90973779D01* +X108834500Y-91017672D01* +X108834500Y-91447327D01* +X108843232Y-91491220D01* +X108843233Y-91491222D01* +X108876496Y-91541004D01* +X108926278Y-91574267D01* +X108937327Y-91576464D01* +X108970172Y-91582999D01* +X108970178Y-91582999D01* +X108970180Y-91583000D01* +X109166950Y-91583000D01* +X109211894Y-91593789D01* +X109259696Y-91618146D01* +X109327833Y-91628937D01* +X109353479Y-91633000D01* +X109353481Y-91633000D01* +X110490422Y-91633000D01* +X110548613Y-91651907D01* +X110584577Y-91701407D01* +X110584577Y-91762593D01* +X110581886Y-91769885D01* +X110533670Y-91886290D01* +X110533669Y-91886291D01* +X110514750Y-92029999D01* +X110514750Y-92030000D01* +X110533669Y-92173708D01* +X110533670Y-92173709D01* +X110586337Y-92300862D01* +X110589139Y-92307625D01* +X110677379Y-92422621D01* +X110792375Y-92510861D01* +X110926291Y-92566330D01* +X111070000Y-92585250D01* +X111213709Y-92566330D01* +X111347625Y-92510861D01* +X111462621Y-92422621D01* +X111550861Y-92307625D01* +X111606330Y-92173709D01* +X111625250Y-92030000D01* +X111619350Y-91985189D01* +X111606330Y-91886291D01* +X111550861Y-91752375D01* +X111540227Y-91738517D01* +X111490958Y-91674307D01* +X111470534Y-91616631D01* +X111470500Y-91614040D01* +X111470500Y-91484500D01* +X111489407Y-91426309D01* +X111538907Y-91390345D01* +X111569500Y-91385500D01* +X111909486Y-91385500D01* +X111964488Y-91402185D01* +X112001278Y-91426767D01* +X112012327Y-91428964D01* +X112045172Y-91435499D01* +X112045178Y-91435499D01* +X112045180Y-91435500D01* +X112045181Y-91435500D01* +X113014819Y-91435500D01* +X113014820Y-91435500D01* +X113014821Y-91435499D01* +X113014827Y-91435499D01* +X113036623Y-91431162D01* +X113058722Y-91426767D01* +X113095511Y-91402185D01* +X113150514Y-91385500D01* +X115488432Y-91385500D01* +X115488433Y-91385500D01* +X115511382Y-91378043D01* +X115526465Y-91374421D01* +X115550304Y-91370646D01* +X115571802Y-91359690D01* +X115586151Y-91353748D01* +X115609090Y-91346296D01* +X115628612Y-91332111D01* +X115641849Y-91324000D01* +X115663342Y-91313050D01* +X115680260Y-91296130D01* +X115680272Y-91296121D01* +X116189069Y-90787323D01* +X116243586Y-90759545D01* +X116246121Y-90759177D01* +X116343709Y-90746330D01* +X116477625Y-90690861D01* +X116592621Y-90602621D01* +X116680861Y-90487625D01* +X116736330Y-90353709D01* +X116755250Y-90210000D01* +X116755143Y-90209191D01* +X116736330Y-90066291D01* +X116680861Y-89932375D01* +X116620956Y-89854306D01* +X116600533Y-89796632D01* +X116600500Y-89794116D01* +X116600500Y-89575586D01* +X116619408Y-89517395D01* +X116656019Y-89486645D01* +X116681483Y-89474198D01* +X116764198Y-89391483D01* +X116815573Y-89286393D01* +X116825500Y-89218260D01* +X116825500Y-88751740D01* +X116815573Y-88683607D01* +X116813540Y-88679449D01* +X116779218Y-88609242D01* +X116764198Y-88578517D01* +X116681483Y-88495802D01* +X116655294Y-88482999D01* +X116576395Y-88444427D01* +X116549139Y-88440456D01* +X116508260Y-88434500D01* +X115891740Y-88434500D01* +X115862413Y-88438773D01* +X115823604Y-88444427D01* +X115718518Y-88495801D01* +X115635801Y-88578518D01* +X115584427Y-88683604D01* +X115580032Y-88713772D01* +X115574500Y-88751740D01* +X115574500Y-89218260D01* +X115579708Y-89254004D01* +X115584427Y-89286395D01* +X115624697Y-89368768D01* +X115635802Y-89391483D01* +X115718517Y-89474198D01* +X115743979Y-89486645D01* +X115787953Y-89529186D01* +X115799500Y-89575586D01* +X115799500Y-89794040D01* +X115780593Y-89852231D01* +X115779042Y-89854307D01* +X115719142Y-89932370D01* +X115719137Y-89932378D01* +X115663670Y-90066290D01* +X115650825Y-90163849D01* +X115624483Y-90219074D01* +X115622676Y-90220929D01* +X115288104Y-90555503D01* +X115233587Y-90583281D01* +X115218100Y-90584500D01* +X113244541Y-90584500D01* +X113186350Y-90565593D01* +X113150386Y-90516093D01* +X113147445Y-90504824D01* +X113141767Y-90476278D01* +X113108504Y-90426496D01* +X113107840Y-90426052D01* +X113058724Y-90393234D01* +X113058720Y-90393232D01* +X113014827Y-90384500D01* +X113014820Y-90384500D01* +X112045180Y-90384500D01* +X112045172Y-90384500D01* +X112001279Y-90393232D01* +X112001275Y-90393234D01* +X111951498Y-90426494D01* +X111951494Y-90426498D01* +X111918234Y-90476275D01* +X111918233Y-90476277D01* +X111918233Y-90476278D01* +X111912556Y-90504816D01* +X111882659Y-90558199D01* +X111827094Y-90583814D01* +X111815459Y-90584500D01* +X111523423Y-90584500D01* +X111465232Y-90565593D01* +X111442854Y-90543029D01* +X111439830Y-90538794D01* +X111439826Y-90538790D01* +X111439826Y-90538789D01* +X111351211Y-90450174D01* +X111238625Y-90395134D01* +X111238626Y-90395134D01* +X111220377Y-90392475D01* +X111165636Y-90384500D01* +X110594364Y-90384500D01* +X110550570Y-90390880D01* +X110521373Y-90395134D01* +X110408790Y-90450173D01* +X110320173Y-90538790D01* +X110265134Y-90651373D01* +X110265133Y-90651375D01* +X110265134Y-90651375D01* +X110256212Y-90712617D01* +X110254500Y-90724367D01* +X110254500Y-90733000D01* +X110235593Y-90791191D01* +X110186093Y-90827155D01* +X110155500Y-90832000D01* +X109948286Y-90832000D01* +X109890095Y-90813093D01* +X109854131Y-90763593D01* +X109854131Y-90702407D01* +X109890095Y-90652907D01* +X109893284Y-90650685D01* +X109929189Y-90626693D01* +X109929193Y-90626689D01* +X109973396Y-90560536D01* +X109984999Y-90502200D01* +X109985000Y-90502197D01* +X109985000Y-90482500D01* +X108785000Y-90482500D01* +X108785000Y-90502200D01* +X106934529Y-90502200D01* +X106935499Y-90497327D01* +X106935500Y-90497318D01* +X106935500Y-90082499D01* +X108785000Y-90082499D01* +X108785001Y-90082500D01* +X109184999Y-90082500D01* +X109185000Y-90082499D01* +X109185000Y-89882501D01* +X109184999Y-89882500D01* +X109585000Y-89882500D01* +X109585000Y-90082499D01* +X109585001Y-90082500D01* +X109984999Y-90082500D01* +X109985000Y-90082499D01* +X109985000Y-90062802D01* +X109984999Y-90062799D01* +X109973396Y-90004463D01* +X109929193Y-89938310D01* +X109929189Y-89938306D01* +X109863036Y-89894103D01* +X109804700Y-89882500D01* +X109585000Y-89882500D01* +X109184999Y-89882500D01* +X108965299Y-89882500D01* +X108906963Y-89894103D01* +X108840810Y-89938306D01* +X108840806Y-89938310D01* +X108796603Y-90004463D01* +X108785000Y-90062799D01* +X108785000Y-90082499D01* +X106935500Y-90082499D01* +X106935500Y-90067681D01* +X106935499Y-90067672D01* +X106926767Y-90023779D01* +X106926765Y-90023775D01* +X106913174Y-90003434D01* +X106893504Y-89973996D01* +X106873891Y-89960891D01* +X106843724Y-89940734D01* +X106843720Y-89940732D01* +X106799827Y-89932000D01* +X106799820Y-89932000D01* +X106613822Y-89932000D01* +X106555631Y-89913093D01* +X106519667Y-89863593D01* +X106519667Y-89802407D01* +X106555631Y-89752907D01* +X106577652Y-89740843D01* +X106612794Y-89727052D01* +X106621896Y-89719793D01* +X106640950Y-89704599D01* +X106670648Y-89693453D01* +X110205000Y-89693453D01* +X110220760Y-89792965D01* +X110220762Y-89792969D01* +X110281881Y-89912921D01* +X110377078Y-90008118D01* +X110497030Y-90069237D01* +X110497029Y-90069237D01* +X110596546Y-90084999D01* +X110629999Y-90084999D01* +X110630000Y-90084998D01* +X111130000Y-90084998D01* +X111130001Y-90084999D01* +X111163453Y-90084999D01* +X111262965Y-90069239D01* +X111262969Y-90069237D01* +X111382921Y-90008118D01* +X111478118Y-89912921D01* +X111482307Y-89904700D01* +X111860000Y-89904700D01* +X111871603Y-89963036D01* +X111915806Y-90029189D01* +X111915810Y-90029193D01* +X111981963Y-90073396D01* +X112040299Y-90084999D01* +X112040303Y-90085000D01* +X112279999Y-90085000D01* +X112280000Y-90084999D01* +X112280000Y-89760001D01* +X112279999Y-89760000D01* +X112780000Y-89760000D01* +X112780000Y-90084999D01* +X112780001Y-90085000D01* +X113019697Y-90085000D01* +X113019700Y-90084999D01* +X113078036Y-90073396D01* +X113144189Y-90029193D01* +X113144193Y-90029189D01* +X113188396Y-89963036D01* +X113199999Y-89904700D01* +X113200000Y-89904697D01* +X113200000Y-89760001D01* +X113199999Y-89760000D01* +X112780000Y-89760000D01* +X112279999Y-89760000D01* +X111860001Y-89760000D01* +X111860000Y-89760001D01* +X111860000Y-89904700D01* +X111482307Y-89904700D01* +X111539237Y-89792969D01* +X111555000Y-89693453D01* +X111555000Y-89685001D01* +X111554999Y-89685000D01* +X111130001Y-89685000D01* +X111130000Y-89685001D01* +X111130000Y-90084998D01* +X110630000Y-90084998D01* +X110630000Y-89685001D01* +X110629999Y-89685000D01* +X110205002Y-89685000D01* +X110205001Y-89685001D01* +X110205001Y-89693453D01* +X110205000Y-89693453D01* +X106670648Y-89693453D01* +X106698233Y-89683100D01* +X106702675Y-89683000D01* +X106799819Y-89683000D01* +X106799820Y-89683000D01* +X106799821Y-89682999D01* +X106799827Y-89682999D01* +X106821623Y-89678662D01* +X106843722Y-89674267D01* +X106893504Y-89641004D01* +X106926767Y-89591222D01* +X106931162Y-89569123D01* +X106935499Y-89547327D01* +X108834500Y-89547327D01* +X108843232Y-89591220D01* +X108843234Y-89591224D01* +X108852773Y-89605500D01* +X108876496Y-89641004D01* +X108926278Y-89674267D01* +X108937327Y-89676464D01* +X108970172Y-89682999D01* +X108970178Y-89682999D01* +X108970180Y-89683000D01* +X108970181Y-89683000D01* +X109799819Y-89683000D01* +X109799820Y-89683000D01* +X109799821Y-89682999D01* +X109799827Y-89682999D01* +X109821623Y-89678662D01* +X109843722Y-89674267D01* +X109893504Y-89641004D01* +X109926767Y-89591222D01* +X109931162Y-89569123D01* +X109935499Y-89547327D01* +X109935500Y-89547318D01* +X109935500Y-89259999D01* +X111860000Y-89259999D01* +X111860001Y-89260000D01* +X112279999Y-89260000D01* +X112280000Y-89259999D01* +X112780000Y-89259999D01* +X112780001Y-89260000D01* +X113199999Y-89260000D01* +X113200000Y-89259998D01* +X113200000Y-89115302D01* +X113199999Y-89115299D01* +X113188396Y-89056963D01* +X113144193Y-88990810D01* +X113144189Y-88990806D01* +X113078036Y-88946603D01* +X113019700Y-88935000D01* +X112780001Y-88935000D01* +X112780000Y-88935001D01* +X112780000Y-89259999D01* +X112280000Y-89259999D01* +X112280000Y-88935001D01* +X112279999Y-88935000D01* +X112040299Y-88935000D01* +X111981963Y-88946603D01* +X111915810Y-88990806D01* +X111915806Y-88990810D01* +X111871603Y-89056963D01* +X111860000Y-89115299D01* +X111860000Y-89259999D01* +X109935500Y-89259999D01* +X109935500Y-89184998D01* +X110204999Y-89184998D01* +X110205001Y-89185000D01* +X110629999Y-89185000D01* +X110630000Y-89184999D01* +X111130000Y-89184999D01* +X111130001Y-89185000D01* +X111554998Y-89185000D01* +X111554999Y-89184999D01* +X111554999Y-89176546D01* +X111539239Y-89077034D01* +X111539237Y-89077030D01* +X111478118Y-88957078D01* +X111382921Y-88861881D01* +X111262969Y-88800762D01* +X111262970Y-88800762D01* +X111163454Y-88785000D01* +X111130001Y-88785000D01* +X111130000Y-88785001D01* +X111130000Y-89184999D01* +X110630000Y-89184999D01* +X110630000Y-88785000D01* +X110596547Y-88785000D01* +X110596544Y-88785001D01* +X110497034Y-88800760D01* +X110497030Y-88800762D01* +X110377078Y-88861881D01* +X110281881Y-88957078D01* +X110220762Y-89077030D01* +X110205000Y-89176546D01* +X110204999Y-89184998D01* +X109935500Y-89184998D01* +X109935500Y-89117681D01* +X109935499Y-89117672D01* +X109928279Y-89081378D01* +X109926767Y-89073778D01* +X109893504Y-89023996D01* +X109879497Y-89014637D01* +X109843724Y-88990734D01* +X109843720Y-88990732D01* +X109799827Y-88982000D01* +X109799820Y-88982000D01* +X108970180Y-88982000D01* +X108970172Y-88982000D01* +X108926279Y-88990732D01* +X108926275Y-88990734D01* +X108876498Y-89023994D01* +X108876494Y-89023998D01* +X108843234Y-89073775D01* +X108843232Y-89073779D01* +X108834500Y-89117672D01* +X108834500Y-89547327D01* +X106935499Y-89547327D01* +X106935500Y-89547318D01* +X106935500Y-89117681D01* +X106935499Y-89117672D01* +X106928279Y-89081378D01* +X106926767Y-89073778D01* +X106893504Y-89023996D01* +X106879496Y-89014636D01* +X106841618Y-88966586D01* +X106835500Y-88932322D01* +X106835500Y-88057611D01* +X106854407Y-87999420D01* +X106864496Y-87987607D01* +X107622607Y-87229496D01* +X107677124Y-87201719D01* +X107692611Y-87200500D01* +X108879819Y-87200500D01* +X108879820Y-87200500D01* +X108879821Y-87200499D01* +X108879827Y-87200499D01* +X108901623Y-87196162D01* +X108923722Y-87191767D01* +X108973504Y-87158504D01* +X109006767Y-87108722D01* +X109013535Y-87074697D01* +X109015499Y-87064827D01* +X109015500Y-87064818D01* +X109015500Y-86574500D01* +X109034407Y-86516309D01* +X109083907Y-86480345D01* +X109114500Y-86475500D01* +X109858116Y-86475500D01* +X109877429Y-86477401D01* +X109895000Y-86480897D01* +X109917367Y-86476447D01* +X109917373Y-86476447D01* +X109943332Y-86471283D01* +X109978996Y-86464189D01* +X110039758Y-86471379D01* +X110084688Y-86512911D01* +X110096626Y-86572921D01* +X110095411Y-86580592D01* +X110094501Y-86585166D01* +X110094500Y-86585181D01* +X110094500Y-87554827D01* +X110103232Y-87598720D01* +X110103234Y-87598724D01* +X110119905Y-87623674D01* +X110136496Y-87648504D01* +X110186278Y-87681767D01* +X110197327Y-87683964D01* +X110230172Y-87690499D01* +X110230178Y-87690499D01* +X110230180Y-87690500D01* +X110230181Y-87690500D01* +X111009819Y-87690500D01* +X111009820Y-87690500D01* +X111009821Y-87690499D01* +X111009827Y-87690499D01* +X111031623Y-87686162D01* +X111053722Y-87681767D01* +X111103504Y-87648504D01* +X111136767Y-87598722D01* +X111141162Y-87576623D01* +X111144529Y-87559700D01* +X111445000Y-87559700D01* +X111456603Y-87618036D01* +X111500806Y-87684189D01* +X111500810Y-87684193D01* +X111566963Y-87728396D01* +X111625299Y-87739999D01* +X111625303Y-87740000D01* +X111769999Y-87740000D01* +X111770000Y-87739999D01* +X112270000Y-87739999D01* +X112270001Y-87740000D01* +X112414697Y-87740000D01* +X112414700Y-87739999D01* +X112473036Y-87728396D01* +X112539189Y-87684193D01* +X112539193Y-87684189D01* +X112583396Y-87618036D01* +X112594999Y-87559700D01* +X112595000Y-87559697D01* +X112595000Y-87320001D01* +X112594999Y-87320000D01* +X112270001Y-87320000D01* +X112270000Y-87320001D01* +X112270000Y-87739999D01* +X111770000Y-87739999D01* +X111770000Y-87739998D01* +X111770000Y-87320001D01* +X111769999Y-87320000D01* +X111445001Y-87320000D01* +X111445000Y-87320001D01* +X111445000Y-87559700D01* +X111144529Y-87559700D01* +X111145499Y-87554827D01* +X111145500Y-87554818D01* +X111145500Y-86819998D01* +X111445000Y-86819998D01* +X111445001Y-86820000D01* +X111769999Y-86820000D01* +X111770000Y-86819999D01* +X112270000Y-86819999D01* +X112270001Y-86820000D01* +X112594999Y-86820000D01* +X112595000Y-86819998D01* +X112595000Y-86580302D01* +X112594999Y-86580299D01* +X112583396Y-86521963D01* +X112539193Y-86455810D01* +X112539189Y-86455806D01* +X112473036Y-86411603D01* +X112414700Y-86400000D01* +X112270001Y-86400000D01* +X112270000Y-86400001D01* +X112270000Y-86819999D01* +X111770000Y-86819999D01* +X111770000Y-86400001D01* +X111769999Y-86400000D01* +X111625299Y-86400000D01* +X111566963Y-86411603D01* +X111500810Y-86455806D01* +X111500806Y-86455810D01* +X111456603Y-86521963D01* +X111445000Y-86580299D01* +X111445000Y-86819998D01* +X111145500Y-86819998D01* +X111145500Y-86585181D01* +X111145499Y-86585172D01* +X111136767Y-86541279D01* +X111136765Y-86541275D01* +X111116421Y-86510828D01* +X111103504Y-86491496D01* +X111088360Y-86481377D01* +X111053724Y-86458234D01* +X111053720Y-86458232D01* +X111009827Y-86449500D01* +X111009820Y-86449500D01* +X110959500Y-86449500D01* +X110901309Y-86430593D01* +X110865345Y-86381093D01* +X110860500Y-86350500D01* +X110860500Y-86215080D01* +X110879407Y-86156889D01* +X110916020Y-86126139D01* +X110918623Y-86124866D01* +X110918625Y-86124866D01* +X111031211Y-86069826D01* +X111119826Y-85981211D01* +X111174866Y-85868625D01* +X111185500Y-85795636D01* +X111185500Y-85793453D01* +X111485000Y-85793453D01* +X111500760Y-85892965D01* +X111500762Y-85892969D01* +X111561881Y-86012921D01* +X111657078Y-86108118D01* +X111777030Y-86169237D01* +X111777029Y-86169237D01* +X111876540Y-86184998D01* +X111876551Y-86184999D01* +X111885000Y-86184998D01* +X111885000Y-85760001D01* +X111884999Y-85760000D01* +X112385000Y-85760000D01* +X112385000Y-86184998D01* +X112385001Y-86184999D01* +X112393453Y-86184999D01* +X112480008Y-86171291D01* +X115514500Y-86171291D01* +X115514501Y-86171294D01* +X115517180Y-86189682D01* +X115524957Y-86243068D01* +X115549101Y-86292455D01* +X115579081Y-86353780D01* +X115666220Y-86440919D01* +X115776933Y-86495043D01* +X115839774Y-86504198D01* +X115894630Y-86531298D01* +X115923082Y-86585466D01* +X115924500Y-86602164D01* +X115924500Y-86694105D01* +X115905593Y-86752296D01* +X115856093Y-86788260D01* +X115839778Y-86792070D01* +X115823606Y-86794426D01* +X115718518Y-86845801D01* +X115635801Y-86928518D01* +X115584427Y-87033604D01* +X115580581Y-87060002D01* +X115574500Y-87101740D01* +X115574500Y-87568260D01* +X115578939Y-87598724D01* +X115584427Y-87636395D01* +X115635077Y-87740000D01* +X115635802Y-87741483D01* +X115718517Y-87824198D01* +X115745130Y-87837208D01* +X115823604Y-87875572D01* +X115823605Y-87875572D01* +X115823607Y-87875573D01* +X115891740Y-87885500D01* +X115891743Y-87885500D01* +X116508257Y-87885500D01* +X116508260Y-87885500D01* +X116576393Y-87875573D01* +X116681483Y-87824198D01* +X116764198Y-87741483D01* +X116815573Y-87636393D01* +X116825500Y-87568260D01* +X116825500Y-87101740D01* +X116815573Y-87033607D01* +X116813546Y-87029461D01* +X116780227Y-86961306D01* +X116764198Y-86928517D01* +X116681483Y-86845802D01* +X116681481Y-86845801D01* +X116576393Y-86794426D01* +X116560222Y-86792070D01* +X116505367Y-86764968D01* +X116476918Y-86710799D01* +X116475500Y-86694105D01* +X116475500Y-86570318D01* +X116494407Y-86512127D01* +X116531018Y-86481378D01* +X116613780Y-86440919D01* +X116700919Y-86353780D01* +X116755043Y-86243067D01* +X116765500Y-86171295D01* +X116765499Y-85663706D01* +X116755043Y-85591933D01* +X116700919Y-85481220D01* +X116613780Y-85394081D01* +X116503067Y-85339957D01* +X116503068Y-85339957D01* +X116488712Y-85337865D01* +X116431295Y-85329500D01* +X116431291Y-85329500D01* +X115848710Y-85329500D01* +X115848707Y-85329500D01* +X115848706Y-85329501D01* +X115824781Y-85332986D01* +X115776931Y-85339957D01* +X115666220Y-85394081D01* +X115579081Y-85481220D01* +X115524957Y-85591931D01* +X115523186Y-85604085D01* +X115517742Y-85641457D01* +X115514500Y-85663708D01* +X115514500Y-86171289D01* +X115514500Y-86171291D01* +X112480008Y-86171291D01* +X112492965Y-86169239D01* +X112492969Y-86169237D01* +X112612921Y-86108118D01* +X112708118Y-86012921D01* +X112769237Y-85892969D01* +X112785000Y-85793453D01* +X112785000Y-85760001D01* +X112784999Y-85760000D01* +X112385000Y-85760000D01* +X111884999Y-85760000D01* +X111485002Y-85760000D01* +X111485001Y-85760001D01* +X111485001Y-85793453D01* +X111485000Y-85793453D01* +X111185500Y-85793453D01* +X111185500Y-85259999D01* +X111485000Y-85259999D01* +X111485001Y-85260000D01* +X111884999Y-85260000D01* +X111885000Y-85259999D01* +X111885000Y-85259998D01* +X112384999Y-85259998D01* +X112385001Y-85260000D01* +X112784998Y-85260000D01* +X112784999Y-85259998D01* +X112784999Y-85226546D01* +X112769239Y-85127034D01* +X112769237Y-85127030D01* +X112708118Y-85007078D01* +X112612921Y-84911881D01* +X112492969Y-84850762D01* +X112492970Y-84850762D01* +X112393454Y-84835000D01* +X112385001Y-84835000D01* +X112384999Y-84835001D01* +X112384999Y-85259998D01* +X111885000Y-85259998D01* +X111885000Y-84834999D01* +X111876558Y-84835000D01* +X111876544Y-84835001D01* +X111777035Y-84850760D01* +X111777030Y-84850762D01* +X111657078Y-84911881D01* +X111561881Y-85007078D01* +X111500762Y-85127030D01* +X111485000Y-85226546D01* +X111485000Y-85259999D01* +X111185500Y-85259999D01* +X111185500Y-85224364D01* +X111174866Y-85151375D01* +X111119826Y-85038789D01* +X111031211Y-84950174D01* +X110952881Y-84911881D01* +X110918625Y-84895134D01* +X110918626Y-84895134D01* +X110900377Y-84892475D01* +X110845636Y-84884500D01* +X110324364Y-84884500D01* +X110280570Y-84890880D01* +X110251373Y-84895134D01* +X110138790Y-84950173D01* +X110050173Y-85038790D01* +X109995134Y-85151373D01* +X109995133Y-85151375D01* +X109995134Y-85151375D01* +X109986014Y-85213976D01* +X109984500Y-85224367D01* +X109984500Y-85679876D01* +X109965593Y-85738067D01* +X109955504Y-85749880D01* +X109809880Y-85895504D01* +X109755363Y-85923281D01* +X109739876Y-85924500D01* +X109114500Y-85924500D01* +X109056309Y-85905593D01* +X109020345Y-85856093D01* +X109015500Y-85825500D01* +X109015500Y-85335181D01* +X109015499Y-85335172D01* +X109007706Y-85295998D01* +X109006767Y-85291278D01* +X108973504Y-85241496D01* +X108948226Y-85224606D01* +X108923724Y-85208234D01* +X108923720Y-85208232D01* +X108879827Y-85199500D01* +X108879820Y-85199500D01* +X107150180Y-85199500D01* +X107150172Y-85199500D01* +X107106279Y-85208232D01* +X107106275Y-85208234D01* +X107056498Y-85241494D01* +X107056494Y-85241498D01* +X107023234Y-85291275D01* +X107023232Y-85291279D01* +X107014500Y-85335172D01* +X107014500Y-86522388D01* +X106995593Y-86580579D01* +X106985504Y-86592392D01* +X106086301Y-87491593D01* +X106082160Y-87495294D01* +X106051031Y-87520119D01* +X106017519Y-87569271D01* +X105982207Y-87617116D01* +X105978742Y-87623674D01* +X105978353Y-87623468D01* +X105977350Y-87625455D01* +X105977746Y-87625646D01* +X105974528Y-87632327D01* +X105956992Y-87689177D01* +X105937355Y-87745297D01* +X105935976Y-87752587D01* +X105935544Y-87752505D01* +X105935171Y-87754700D01* +X105935605Y-87754766D01* +X105934500Y-87762099D01* +X105934500Y-87821572D01* +X105932276Y-87881010D01* +X105933107Y-87888385D01* +X105932668Y-87888434D01* +X105934500Y-87902344D01* +X105934500Y-88932322D01* +X105915593Y-88990513D01* +X105890503Y-89014636D01* +X105889331Y-89015420D01* +X105876497Y-89023995D01* +X105876494Y-89023998D01* +X105843234Y-89073775D01* +X105843232Y-89073779D01* +X105834500Y-89117672D01* +X105834500Y-89547327D01* +X105843232Y-89591220D01* +X105843234Y-89591224D01* +X105852773Y-89605500D01* +X105876496Y-89641004D01* +X105926278Y-89674267D01* +X105937327Y-89676464D01* +X105970172Y-89682999D01* +X105970178Y-89682999D01* +X105970180Y-89683000D01* +X106064555Y-89683000D01* +X106114054Y-89696262D01* +X106191687Y-89741084D01* +X106202390Y-89747263D01* +X106243331Y-89792733D01* +X106249727Y-89853583D01* +X106219134Y-89906571D01* +X106163239Y-89931458D01* +X106152890Y-89932000D01* +X105970172Y-89932000D01* +X105926279Y-89940732D01* +X105926275Y-89940734D01* +X105876498Y-89973994D01* +X105876494Y-89973998D01* +X105843234Y-90023775D01* +X105843232Y-90023779D01* +X105834500Y-90067672D01* +X105834500Y-90497327D01* +X105413416Y-90497327D01* +X105420861Y-90487625D01* +X105476330Y-90353709D01* +X105495250Y-90210000D01* +X105495143Y-90209191D01* +X105476330Y-90066291D01* +X105420861Y-89932375D01* +X105332621Y-89817379D01* +X105217625Y-89729139D01* +X105217621Y-89729137D01* +X105083709Y-89673670D01* +X105083708Y-89673669D01* +X104940000Y-89654750D01* +X104796291Y-89673669D01* +X104796290Y-89673670D01* +X104662378Y-89729137D01* +X104662374Y-89729139D01* +X104547381Y-89817377D01* +X104547377Y-89817381D01* +X104459139Y-89932374D01* +X104459138Y-89932376D01* +X104452507Y-89948386D01* +X104412770Y-89994912D01* +X104361043Y-90009500D01* +X104061624Y-90009500D01* +X104003433Y-89990593D01* +X103967469Y-89941093D01* +X103967469Y-89879907D01* +X104001356Y-89831958D01* +X104052621Y-89792621D01* +X104140861Y-89677625D01* +X104196330Y-89543709D01* +X104215250Y-89400000D01* +X104214128Y-89391481D01* +X104196330Y-89256291D01* +X104140861Y-89122375D01* +X104128275Y-89105973D01* +X104080958Y-89044307D01* +X104060534Y-88986631D01* +X104060500Y-88984040D01* +X104060500Y-88221900D01* +X104079407Y-88163709D01* +X104089496Y-88151896D01* +X104572779Y-87668613D01* +X105065430Y-87175961D01* +X105119945Y-87148186D01* +X105164168Y-87151229D01* +X105278868Y-87186024D01* +X105278871Y-87186024D01* +X105278873Y-87186025D01* +X105474997Y-87205341D01* +X105475000Y-87205341D01* +X105475003Y-87205341D01* +X105671126Y-87186025D01* +X105671127Y-87186024D01* +X105671132Y-87186024D01* +X105859727Y-87128814D01* +X106033538Y-87035910D01* +X106185883Y-86910883D01* +X106310910Y-86758538D01* +X106403814Y-86584727D01* +X106461024Y-86396132D01* +X106462506Y-86381093D01* +X106480341Y-86200003D01* +X106480341Y-86199996D01* +X106461025Y-86003873D01* +X106461024Y-86003870D01* +X106461024Y-86003868D01* +X106403814Y-85815273D01* +X106310910Y-85641462D01* +X106285301Y-85610257D01* +X106185887Y-85489121D01* +X106185878Y-85489112D01* +X106033542Y-85364093D01* +X106033540Y-85364092D01* +X106033538Y-85364090D01* +X105973021Y-85331743D01* +X105859732Y-85271188D01* +X105859730Y-85271187D01* +X105834742Y-85263607D01* +X105736328Y-85233753D01* +X105671129Y-85213975D01* +X105671126Y-85213974D01* +X105475003Y-85194659D01* +X105474997Y-85194659D01* +X105278873Y-85213974D01* +X105278870Y-85213975D01* +X105090269Y-85271187D01* +X105090267Y-85271188D01* +X104916467Y-85364087D01* +X104916457Y-85364093D01* +X104764121Y-85489112D01* +X104764112Y-85489121D01* +X104639093Y-85641457D01* +X104639087Y-85641467D01* +X104546188Y-85815267D01* +X104546187Y-85815269D01* +X104488975Y-86003870D01* +X104488974Y-86003873D01* +X104469659Y-86199996D01* +X104469659Y-86200003D01* +X104488974Y-86396126D01* +X104488975Y-86396132D01* +X104523768Y-86510828D01* +X104522567Y-86572002D01* +X104499035Y-86609570D01* +X103354516Y-87754091D01* +X103354515Y-87754092D01* +X103331950Y-87776658D01* +X103331948Y-87776660D01* +X103320997Y-87798151D01* +X103312887Y-87811385D01* +X103298706Y-87830906D01* +X103298701Y-87830915D01* +X103291249Y-87853852D01* +X103285305Y-87868202D01* +X103274355Y-87889691D01* +X103274352Y-87889701D01* +X103270577Y-87913530D01* +X103266953Y-87928624D01* +X103259499Y-87951567D01* +X103259498Y-88024462D01* +X103259500Y-88024488D01* +X103259500Y-88984040D01* +X103240593Y-89042231D01* +X103239042Y-89044307D01* +X103179142Y-89122370D01* +X103179137Y-89122378D01* +X103123670Y-89256290D01* +X103123669Y-89256291D01* +X103104750Y-89399999D01* +X103104750Y-89400000D01* +X103123669Y-89543708D01* +X103123670Y-89543709D01* +X103177500Y-89673670D01* +X103179139Y-89677625D01* +X103267379Y-89792621D01* +X103318644Y-89831958D01* +X103353299Y-89882383D01* +X103351697Y-89943547D01* +X103314450Y-89992089D01* +X103258376Y-90009500D01* +X102716190Y-90009500D01* +X102657999Y-89990593D01* +X102646186Y-89980504D01* +X99199461Y-86533779D01* +X99171684Y-86479262D01* +X99174727Y-86435040D01* +X99221385Y-86281231D01* +X99221385Y-86281227D01* +X99221386Y-86281226D01* +X99229386Y-86200003D01* +X101929659Y-86200003D01* +X101948974Y-86396126D01* +X101948975Y-86396129D01* +X101948976Y-86396132D01* +X101978980Y-86495043D01* +X102006187Y-86584730D01* +X102006188Y-86584732D01* +X102050101Y-86666887D01* +X102099090Y-86758538D01* +X102099092Y-86758540D01* +X102099093Y-86758542D01* +X102224112Y-86910878D01* +X102224121Y-86910887D01* +X102368604Y-87029461D01* +X102376462Y-87035910D01* +X102550273Y-87128814D01* +X102738868Y-87186024D01* +X102738870Y-87186024D01* +X102738873Y-87186025D01* +X102934997Y-87205341D01* +X102935000Y-87205341D01* +X102935003Y-87205341D01* +X103131126Y-87186025D01* +X103131127Y-87186024D01* +X103131132Y-87186024D01* +X103319727Y-87128814D01* +X103493538Y-87035910D01* +X103645883Y-86910883D01* +X103770910Y-86758538D01* +X103863814Y-86584727D01* +X103921024Y-86396132D01* +X103922506Y-86381093D01* +X103940341Y-86200003D01* +X103940341Y-86199996D01* +X103921025Y-86003873D01* +X103921024Y-86003870D01* +X103921024Y-86003868D01* +X103863814Y-85815273D01* +X103770910Y-85641462D01* +X103745301Y-85610257D01* +X103645887Y-85489121D01* +X103645878Y-85489112D01* +X103493542Y-85364093D01* +X103493540Y-85364092D01* +X103493538Y-85364090D01* +X103433021Y-85331743D01* +X103319732Y-85271188D01* +X103319730Y-85271187D01* +X103294742Y-85263607D01* +X103196328Y-85233753D01* +X103131129Y-85213975D01* +X103131126Y-85213974D01* +X102935003Y-85194659D01* +X102934997Y-85194659D01* +X102738873Y-85213974D01* +X102738870Y-85213975D01* +X102550269Y-85271187D01* +X102550267Y-85271188D01* +X102376467Y-85364087D01* +X102376457Y-85364093D01* +X102224121Y-85489112D01* +X102224112Y-85489121D01* +X102099093Y-85641457D01* +X102099087Y-85641467D01* +X102006188Y-85815267D01* +X102006187Y-85815269D01* +X101948975Y-86003870D01* +X101948974Y-86003873D01* +X101929659Y-86199996D01* +X101929659Y-86200003D01* +X99229386Y-86200003D01* +X99240220Y-86090003D01* +X99240220Y-86089996D01* +X99221386Y-85898773D01* +X99221385Y-85898768D01* +X99176220Y-85749880D01* +X99165605Y-85714886D01* +X99165602Y-85714880D01* +X99075030Y-85545430D01* +X99075025Y-85545423D01* +X99075023Y-85545419D01* +X98993792Y-85446439D01* +X98953124Y-85396884D01* +X98953115Y-85396875D01* +X98830195Y-85295998D01* +X98804581Y-85274977D01* +X98804578Y-85274975D01* +X98804569Y-85274969D01* +X98635119Y-85184397D01* +X98635114Y-85184395D01* +X98451231Y-85128614D01* +X98451226Y-85128613D01* +X98260003Y-85109780D01* +X98259997Y-85109780D01* +X98068773Y-85128613D01* +X98068768Y-85128614D01* +X97884885Y-85184395D01* +X97884880Y-85184397D01* +X97715430Y-85274969D01* +X97715420Y-85274976D01* +X97566884Y-85396875D01* +X97566875Y-85396884D01* +X97444976Y-85545420D01* +X97444969Y-85545430D01* +X97354397Y-85714880D01* +X97354395Y-85714885D01* +X97298614Y-85898768D01* +X97298613Y-85898773D01* +X97279780Y-86089996D01* +X97279780Y-86090003D01* +X97298613Y-86281226D01* +X97298614Y-86281231D01* +X97354395Y-86465114D01* +X97354397Y-86465119D01* +X97444969Y-86634569D01* +X97444975Y-86634578D01* +X97444977Y-86634581D01* +X97484151Y-86682314D01* +X97566875Y-86783115D01* +X97566884Y-86783124D01* +X97611816Y-86819998D01* +X97715419Y-86905023D01* +X97715423Y-86905025D01* +X97715430Y-86905030D01* +X97862364Y-86983567D01* +X97884886Y-86995605D01* +X98012987Y-87034464D01* +X98068768Y-87051385D01* +X98068773Y-87051386D01* +X98259997Y-87070220D01* +X98260000Y-87070220D01* +X98260003Y-87070220D01* +X98451226Y-87051386D01* +X98451227Y-87051385D01* +X98451231Y-87051385D01* +X98605039Y-87004728D01* +X98666210Y-87005929D01* +X98703779Y-87029461D01* +X102249197Y-90574878D01* +X102262072Y-90590734D01* +X102262246Y-90591001D01* +X102268563Y-90600669D01* +X102282415Y-90611450D01* +X102295110Y-90621331D01* +X102299709Y-90625391D01* +X102302690Y-90628371D01* +X102302694Y-90628375D01* +X102320430Y-90641038D01* +X102333708Y-90651373D01* +X102338208Y-90654875D01* +X102372515Y-90705536D01* +X102370493Y-90766688D01* +X102332912Y-90814973D01* +X102277401Y-90832000D01* +X101069401Y-90832000D01* +X101011210Y-90813093D01* +X100999397Y-90803004D01* +X99215918Y-89019525D01* +X99188141Y-88965008D01* +X99191184Y-88920786D01* +X99221385Y-88821231D01* +X99221385Y-88821228D01* +X99221386Y-88821226D01* +X99240220Y-88630003D01* +X99240220Y-88629996D01* +X99221386Y-88438773D01* +X99221385Y-88438768D01* +X99200186Y-88368884D01* +X99165605Y-88254886D01* +X99165602Y-88254880D01* +X99075030Y-88085430D01* +X99075025Y-88085423D01* +X99075023Y-88085419D01* +X98997847Y-87991380D01* +X98953124Y-87936884D01* +X98953115Y-87936875D01* +X98834189Y-87839276D01* +X98804581Y-87814977D01* +X98804578Y-87814975D01* +X98804569Y-87814969D01* +X98635119Y-87724397D01* +X98635114Y-87724395D01* +X98451231Y-87668614D01* +X98451226Y-87668613D01* +X98260003Y-87649780D01* +X98259997Y-87649780D01* +X98068773Y-87668613D01* +X98068768Y-87668614D01* +X97884885Y-87724395D01* +X97884880Y-87724397D01* +X97715430Y-87814969D01* +X97715420Y-87814976D01* +X97566884Y-87936875D01* +X97566875Y-87936884D01* +X97444976Y-88085420D01* +X97444974Y-88085422D01* +X97418546Y-88134868D01* +X97395935Y-88177169D01* +X97351831Y-88219575D01* +X97308626Y-88229500D01* +X96671374Y-88229500D01* +X96613183Y-88210593D01* +X96584065Y-88177170D01* +X96549720Y-88112915D01* +X96535025Y-88085422D01* +X96535024Y-88085421D01* +X96535023Y-88085419D01* +X96457847Y-87991380D01* +X96413124Y-87936884D01* +X96413115Y-87936875D01* +X96294189Y-87839276D01* +X96264581Y-87814977D01* +X96264578Y-87814975D01* +X96264569Y-87814969D01* +X96095119Y-87724397D01* +X96095114Y-87724395D01* +X95911231Y-87668614D01* +X95911226Y-87668613D01* +X95720003Y-87649780D01* +X95719997Y-87649780D01* +X95528773Y-87668613D01* +X95528768Y-87668614D01* +X95344885Y-87724395D01* +X95344880Y-87724397D01* +X95175430Y-87814969D01* +X95175420Y-87814976D01* +X95026884Y-87936875D01* +X95026875Y-87936884D01* +X94904976Y-88085420D01* +X94904974Y-88085422D01* +X94878546Y-88134868D01* +X94855935Y-88177169D01* +X94811831Y-88219575D01* +X94768626Y-88229500D01* +X94254500Y-88229500D01* +X94196309Y-88210593D01* +X94160345Y-88161093D01* +X94155500Y-88130500D01* +X94155500Y-87790181D01* +X94155499Y-87790172D01* +X94146767Y-87746279D01* +X94146765Y-87746275D01* +X94124614Y-87713124D01* +X94113504Y-87696496D01* +X94095085Y-87684189D01* +X94063724Y-87663234D01* +X94063720Y-87663232D01* +X94019827Y-87654500D01* +X94019820Y-87654500D01* +X92340180Y-87654500D01* +X92340172Y-87654500D01* +X92296279Y-87663232D01* +X92296275Y-87663234D01* +X92246498Y-87696494D01* +X92246494Y-87696498D01* +X92213234Y-87746275D01* +X92213232Y-87746279D01* +X92204500Y-87790172D01* +X92204500Y-89469827D01* +X91469443Y-89469827D01* +X90397496Y-88397880D01* +X90369719Y-88343363D01* +X90368500Y-88327876D01* +X90368500Y-85130999D01* +X90370402Y-85111685D01* +X90370781Y-85109780D01* +X90373897Y-85094116D01* +X90364379Y-85046265D01* +X90352515Y-84986621D01* +X90315186Y-84930754D01* +X90313470Y-84928186D01* +X90304293Y-84914452D01* +X90291624Y-84895492D01* +X90291088Y-84895134D01* +X90276733Y-84885542D01* +X90261731Y-84873231D01* +X83197769Y-77809269D01* +X83185457Y-77794266D01* +X83183648Y-77791558D01* +X83175508Y-77779376D01* +X83172709Y-77777506D01* +X83156596Y-77766739D01* +X83156594Y-77766737D01* +X83142464Y-77757296D01* +X83134261Y-77751814D01* +X83096382Y-77703766D01* +X83093980Y-77642627D01* +X83127973Y-77591754D01* +X83185376Y-77570576D01* +X83189263Y-77570500D01* +X83565967Y-77570500D01* +X83624158Y-77589407D01* +X83635971Y-77599496D01* +X92182741Y-86146265D01* +X92210518Y-86200782D01* +X92211260Y-86206564D01* +X92218615Y-86281231D01* +X92218616Y-86281236D01* +X92274395Y-86465114D01* +X92274397Y-86465119D01* +X92364969Y-86634569D01* +X92364975Y-86634578D01* +X92364977Y-86634581D01* +X92404151Y-86682314D01* +X92486875Y-86783115D01* +X92486884Y-86783124D01* +X92531816Y-86819998D01* +X92635419Y-86905023D01* +X92635423Y-86905025D01* +X92635430Y-86905030D01* +X92782364Y-86983567D01* +X92804886Y-86995605D01* +X92932987Y-87034464D01* +X92988768Y-87051385D01* +X92988773Y-87051386D01* +X93179997Y-87070220D01* +X93180000Y-87070220D01* +X93180003Y-87070220D01* +X93371226Y-87051386D01* +X93371231Y-87051385D01* +X93371230Y-87051384D01* +X93555114Y-86995605D01* +X93625530Y-86957967D01* +X93724569Y-86905030D01* +X93724572Y-86905027D01* +X93724581Y-86905023D01* +X93873120Y-86783120D01* +X93995023Y-86634581D01* +X93995027Y-86634572D01* +X93995030Y-86634569D01* +X94064019Y-86505499D01* +X94085605Y-86465114D01* +X94141385Y-86281231D01* +X94141386Y-86281226D01* +X94160220Y-86090003D01* +X94739780Y-86090003D01* +X94758613Y-86281226D01* +X94758614Y-86281231D01* +X94814395Y-86465114D01* +X94814397Y-86465119D01* +X94904969Y-86634569D01* +X94904975Y-86634578D01* +X94904977Y-86634581D01* +X94944151Y-86682314D01* +X95026875Y-86783115D01* +X95026884Y-86783124D01* +X95071816Y-86819998D01* +X95175419Y-86905023D01* +X95175423Y-86905025D01* +X95175430Y-86905030D01* +X95322364Y-86983567D01* +X95344886Y-86995605D01* +X95472988Y-87034464D01* +X95528768Y-87051385D01* +X95528773Y-87051386D01* +X95719997Y-87070220D01* +X95720000Y-87070220D01* +X95720003Y-87070220D01* +X95911226Y-87051386D01* +X95911231Y-87051385D01* +X96095114Y-86995605D01* +X96165530Y-86957967D01* +X96264569Y-86905030D01* +X96264572Y-86905027D01* +X96264581Y-86905023D01* +X96413120Y-86783120D01* +X96535023Y-86634581D01* +X96535027Y-86634572D01* +X96535030Y-86634569D01* +X96604019Y-86505499D01* +X96625605Y-86465114D01* +X96681385Y-86281231D01* +X96681386Y-86281226D01* +X96700220Y-86090003D01* +X96700220Y-86089996D01* +X96681386Y-85898773D01* +X96681385Y-85898768D01* +X96625604Y-85714884D01* +X96624398Y-85711972D01* +X96624284Y-85710535D01* +X96624193Y-85710232D01* +X96624259Y-85710211D01* +X96619599Y-85650975D01* +X96645857Y-85604087D01* +X97657443Y-84592501D01* +X115465000Y-84592501D01* +X115465001Y-84594209D01* +X115480531Y-84692262D01* +X115540751Y-84810452D01* +X115634547Y-84904248D01* +X115752735Y-84964468D01* +X115850790Y-84979999D01* +X115890000Y-84979998D01* +X115890000Y-84592500D01* +X116390000Y-84592500D01* +X116390000Y-84979998D01* +X116390001Y-84979999D01* +X116429209Y-84979999D01* +X116527262Y-84964468D01* +X116645452Y-84904248D01* +X116739248Y-84810452D01* +X116799468Y-84692264D01* +X116815000Y-84594208D01* +X116814999Y-84592500D01* +X116390000Y-84592500D01* +X115890000Y-84592500D01* +X115465002Y-84592500D01* +X115465000Y-84592501D01* +X97657443Y-84592501D01* +X100151469Y-82098475D01* +X100164857Y-82087752D01* +X100167935Y-82085204D01* +X100167940Y-82085202D01* +X100217190Y-82032755D01* +X100238912Y-82011034D01* +X100243773Y-82004765D01* +X100246779Y-82001245D01* +X100280448Y-81965393D01* +X100291620Y-81945068D01* +X100300140Y-81932097D01* +X100314363Y-81913763D01* +X100333901Y-81868610D01* +X100335933Y-81864464D01* +X100359627Y-81821368D01* +X100365393Y-81798906D01* +X100370424Y-81784210D01* +X100379636Y-81762926D01* +X100387328Y-81714356D01* +X100388266Y-81709820D01* +X100400500Y-81662177D01* +X100400500Y-81638986D01* +X100401719Y-81623501D01* +X100401849Y-81622675D01* +X100405347Y-81600595D01* +X100401972Y-81564886D01* +X100400720Y-81551639D01* +X100400500Y-81546978D01* +X100400500Y-80784700D01* +X103500000Y-80784700D01* +X103511603Y-80843036D01* +X103555806Y-80909189D01* +X103555810Y-80909193D01* +X103621963Y-80953396D01* +X103680299Y-80964999D01* +X103680303Y-80965000D01* +X105349999Y-80965000D01* +X105350000Y-80964999D01* +X105850000Y-80964999D01* +X105850001Y-80965000D01* +X107519697Y-80965000D01* +X107519700Y-80964999D01* +X107578036Y-80953396D01* +X107644189Y-80909193D01* +X107644193Y-80909189D01* +X107688396Y-80843036D01* +X107699999Y-80784700D01* +X107700000Y-80784697D01* +X107700000Y-79940000D01* +X105850001Y-79940000D01* +X105850000Y-79940001D01* +X105850000Y-80964999D01* +X105350000Y-80964999D01* +X105350000Y-79940001D01* +X105349999Y-79940000D01* +X103500001Y-79940000D01* +X103500000Y-79940001D01* +X103500000Y-80784700D01* +X100400500Y-80784700D01* +X100400500Y-80689499D01* +X100419407Y-80631308D01* +X100468907Y-80595344D01* +X100499500Y-80590499D01* +X101606521Y-80590499D01* +X101606522Y-80590498D01* +X101672812Y-80580000D01* +X101700299Y-80575647D01* +X101700299Y-80575646D01* +X101700304Y-80575646D01* +X101813342Y-80518050D01* +X101903050Y-80428342D01* +X101960646Y-80315304D01* +X101975500Y-80221519D01* +X101975499Y-79439999D01* +X103500000Y-79439999D01* +X103500001Y-79440000D01* +X105349999Y-79440000D01* +X105350000Y-79439999D01* +X105850000Y-79439999D01* +X105850001Y-79440000D01* +X107699999Y-79440000D01* +X107700000Y-79439998D01* +X107700000Y-78595302D01* +X107699999Y-78595299D01* +X107688396Y-78536963D01* +X107644193Y-78470810D01* +X107644189Y-78470806D01* +X107578036Y-78426603D01* +X107519700Y-78415000D01* +X105850001Y-78415000D01* +X105850000Y-78415001D01* +X105850000Y-79439999D01* +X105350000Y-79439999D01* +X105350000Y-78415000D01* +X103680299Y-78415000D01* +X103621963Y-78426603D01* +X103555810Y-78470806D01* +X103555806Y-78470810D01* +X103511603Y-78536963D01* +X103500000Y-78595299D01* +X103500000Y-79439999D01* +X101975499Y-79439999D01* +X101975499Y-78758482D01* +X101975499Y-78758481D01* +X101975499Y-78758478D01* +X101975498Y-78758476D01* +X101960647Y-78664700D01* +X101960646Y-78664698D01* +X101960646Y-78664696D01* +X101903050Y-78551658D01* +X101813342Y-78461950D01* +X101700304Y-78404354D01* +X101700305Y-78404354D01* +X101606521Y-78389500D01* +X97893478Y-78389500D01* +X97893476Y-78389501D01* +X97799700Y-78404352D01* +X97799695Y-78404354D01* +X97686659Y-78461949D01* +X97596949Y-78551659D01* +X97539354Y-78664694D01* +X97529646Y-78725988D01* +X97501868Y-78780504D01* +X97447351Y-78808281D01* +X97431865Y-78809500D01* +X96959075Y-78809500D01* +X96836946Y-78824927D01* +X96836943Y-78824928D01* +X96684129Y-78885432D01* +X96684125Y-78885434D01* +X96551162Y-78982037D01* +X96446399Y-79108674D01* +X96376420Y-79257387D01* +X96345624Y-79418823D01* +X96345623Y-79418828D01* +X96355943Y-79582857D01* +X96406732Y-79739173D01* +X96494797Y-79877939D01* +X96614607Y-79990448D01* +X96614606Y-79990448D01* +X96720255Y-80048529D01* +X96758632Y-80069627D01* +X96917823Y-80110500D01* +X97425501Y-80110500D01* +X97483692Y-80129407D01* +X97519656Y-80178907D01* +X97524501Y-80209500D01* +X97524501Y-80221523D01* +X97539352Y-80315299D01* +X97539354Y-80315304D01* +X97596950Y-80428342D01* +X97686658Y-80518050D01* +X97799696Y-80575646D01* +X97893481Y-80590500D01* +X99000500Y-80590499D01* +X99058691Y-80609406D01* +X99094655Y-80658906D01* +X99099500Y-80689499D01* +X99099500Y-81269545D01* +X99080593Y-81327736D01* +X99070504Y-81339549D01* +X95318531Y-85091521D01* +X95305118Y-85102267D01* +X95302059Y-85104798D01* +X95252809Y-85157244D01* +X95231092Y-85178961D01* +X95231084Y-85178970D01* +X95226227Y-85185230D01* +X95223205Y-85188767D01* +X95189552Y-85224606D01* +X95188486Y-85226546D01* +X95178377Y-85244932D01* +X95169854Y-85257908D01* +X95155635Y-85276239D01* +X95155105Y-85277465D01* +X95154203Y-85278660D01* +X95152467Y-85281597D01* +X95152136Y-85281401D01* +X95127058Y-85314664D01* +X95026885Y-85396875D01* +X95026875Y-85396885D01* +X94904976Y-85545420D01* +X94904969Y-85545430D01* +X94814397Y-85714880D01* +X94814395Y-85714885D01* +X94758614Y-85898768D01* +X94758613Y-85898773D01* +X94739780Y-86089996D01* +X94739780Y-86090003D01* +X94160220Y-86090003D01* +X94160220Y-86089996D01* +X94141386Y-85898773D01* +X94141385Y-85898768D01* +X94096220Y-85749880D01* +X94085605Y-85714886D01* +X94085602Y-85714880D01* +X93995030Y-85545430D01* +X93995025Y-85545423D01* +X93995023Y-85545419D01* +X93913792Y-85446439D01* +X93873124Y-85396884D01* +X93873115Y-85396875D01* +X93750195Y-85295998D01* +X93724581Y-85274977D01* +X93724578Y-85274975D01* +X93724569Y-85274969D01* +X93555119Y-85184397D01* +X93555114Y-85184395D01* +X93371231Y-85128614D01* +X93371226Y-85128613D01* +X93180003Y-85109780D01* +X93179997Y-85109780D01* +X92988773Y-85128613D01* +X92988768Y-85128614D01* +X92840979Y-85173446D01* +X92779805Y-85172245D01* +X92742237Y-85148713D01* +X88509024Y-80915500D01* +X87333525Y-79740001D01* +X90525000Y-79740001D01* +X90525001Y-80244203D01* +X90527850Y-80274600D01* +X90527850Y-80274602D01* +X90572654Y-80402647D01* +X90653207Y-80511790D01* +X90653209Y-80511792D01* +X90762352Y-80592345D01* +X90890398Y-80637149D01* +X90920789Y-80639999D01* +X92549998Y-80639999D01* +X92550000Y-80639997D01* +X92550000Y-79740001D01* +X92549999Y-79740000D01* +X93050000Y-79740000D01* +X93050000Y-80639998D01* +X93050001Y-80639999D01* +X94679203Y-80639999D01* +X94709600Y-80637149D01* +X94709602Y-80637149D01* +X94837647Y-80592345D01* +X94946790Y-80511792D01* +X94946792Y-80511790D01* +X95027345Y-80402647D01* +X95072149Y-80274601D01* +X95074999Y-80244211D01* +X95075000Y-80244210D01* +X95075000Y-79740001D01* +X95074999Y-79740000D01* +X93050000Y-79740000D01* +X92549999Y-79740000D01* +X90525002Y-79740000D01* +X90525000Y-79740001D01* +X87333525Y-79740001D01* +X86833523Y-79239999D01* +X90525000Y-79239999D01* +X90525001Y-79240000D01* +X92549999Y-79240000D01* +X92550000Y-79239998D01* +X92550000Y-78340001D01* +X92549999Y-78340000D01* +X93049999Y-78340000D01* +X93049999Y-79239998D01* +X93050001Y-79240000D01* +X95074998Y-79240000D01* +X95074999Y-79239999D01* +X95074999Y-78735796D01* +X95072149Y-78705399D01* +X95072149Y-78705397D01* +X95027345Y-78577352D01* +X94946792Y-78468209D01* +X94946790Y-78468207D01* +X94837647Y-78387654D01* +X94709601Y-78342850D01* +X94679211Y-78340000D01* +X93049999Y-78340000D01* +X92549999Y-78340000D01* +X90920796Y-78340000D01* +X90890399Y-78342850D01* +X90890397Y-78342850D01* +X90762352Y-78387654D01* +X90653209Y-78468207D01* +X90653207Y-78468209D01* +X90572654Y-78577352D01* +X90527850Y-78705398D01* +X90525000Y-78735788D01* +X90525000Y-79239999D01* +X86833523Y-79239999D01* +X84230906Y-76637381D01* +X84185682Y-76588957D01* +X84185680Y-76588956D01* +X84147319Y-76565628D01* +X84143126Y-76562774D01* +X84107345Y-76535641D01* +X84107340Y-76535638D01* +X84088654Y-76528269D01* +X84073543Y-76520763D01* +X84056382Y-76510328D01* +X84056379Y-76510327D01* +X84056380Y-76510327D01* +X84032224Y-76503558D01* +X84013137Y-76498210D01* +X84008338Y-76496596D01* +X83966567Y-76480124D01* +X83954674Y-76478901D01* +X83946576Y-76478068D01* +X83930000Y-76474917D01* +X83910667Y-76469500D01* +X83910665Y-76469500D01* +X83865763Y-76469500D01* +X83860698Y-76469240D01* +X83838169Y-76466924D01* +X83816028Y-76464648D01* +X83816026Y-76464648D01* +X83816025Y-76464648D01* +X83796239Y-76468060D01* +X83779417Y-76469500D01* +X71691547Y-76469500D01* +X71633356Y-76450593D01* +X71619199Y-76438078D01* +X71610680Y-76428956D01* +X71610679Y-76428955D01* +X71481380Y-76350327D01* +X71335665Y-76309500D01* +X69876989Y-76309500D01* +X69818798Y-76290593D01* +X69800461Y-76273305D01* +X69713124Y-76166885D01* +X69713123Y-76166884D01* +X69713120Y-76166880D01* +X69606693Y-76079537D01* +X69573707Y-76028006D01* +X69570500Y-76003010D01* +X69570500Y-75510002D01* +X71909867Y-75510002D01* +X71928302Y-75638225D01* +X71977615Y-75746203D01* +X71982118Y-75756063D01* +X72066951Y-75853967D01* +X72066952Y-75853968D01* +X72175926Y-75924001D01* +X72175931Y-75924004D01* +X72300228Y-75960500D01* +X72384876Y-75960500D01* +X72443067Y-75979407D01* +X72454880Y-75989496D01* +X72533613Y-76068229D01* +X72545922Y-76083229D01* +X72555871Y-76098118D01* +X72555873Y-76098120D01* +X72555876Y-76098124D01* +X72578876Y-76113492D01* +X72578878Y-76113494D01* +X72647005Y-76159015D01* +X72754500Y-76180397D01* +X72772070Y-76176901D01* +X72791384Y-76175000D01* +X106389376Y-76175000D01* +X106447567Y-76193907D01* +X106459380Y-76203996D01* +X108225504Y-77970120D01* +X108253281Y-78024637D01* +X108254500Y-78040124D01* +X108254500Y-82573115D01* +X108252598Y-82592427D01* +X108249103Y-82609999D01* +X108249103Y-82610002D01* +X108253311Y-82631162D01* +X108253316Y-82631182D01* +X108254500Y-82637132D01* +X108254500Y-82637133D01* +X108270485Y-82717495D01* +X108270486Y-82717496D01* +X108270486Y-82717498D01* +X108326184Y-82800854D01* +X108331376Y-82808624D01* +X108346267Y-82818574D01* +X108361269Y-82830885D01* +X109034615Y-83504231D01* +X109046926Y-83519233D01* +X109053078Y-83528441D01* +X109056876Y-83534124D01* +X109056879Y-83534126D01* +X109077605Y-83547975D01* +X109077616Y-83547983D01* +X109079876Y-83549492D01* +X109079878Y-83549494D01* +X109080182Y-83549697D01* +X109148005Y-83595015D01* +X109228367Y-83611000D01* +X109228368Y-83611000D01* +X109255500Y-83616397D01* +X109273070Y-83612901D01* +X109292384Y-83611000D01* +X115565291Y-83611000D01* +X115623482Y-83629907D01* +X115659446Y-83679407D01* +X115659446Y-83740593D01* +X115635295Y-83780004D01* +X115540751Y-83874547D01* +X115480531Y-83992735D01* +X115465000Y-84090791D01* +X115465000Y-84092499D01* +X115465001Y-84092500D01* +X116814998Y-84092500D01* +X116814999Y-84092498D01* +X116814999Y-84090790D01* +X116799468Y-83992737D01* +X116739248Y-83874547D01* +X116644705Y-83780004D01* +X116616928Y-83725487D01* +X116626499Y-83665055D01* +X116669764Y-83621790D01* +X116714709Y-83611000D01* +X133637616Y-83611000D01* +X133656929Y-83612901D01* +X133674500Y-83616397D01* +X133701632Y-83611000D01* +X133701633Y-83611000D01* +X133781995Y-83595015D01* +X133849818Y-83549697D01* +X133850122Y-83549494D01* +X133850122Y-83549493D01* +X133860821Y-83542348D01* +X133860840Y-83542331D01* +X133873124Y-83534124D01* +X133883074Y-83519230D01* +X133895384Y-83504231D01* +X136239619Y-81159996D01* +X136294137Y-81132219D01* +X136309624Y-81131000D01* +X139373732Y-81131000D01* +X139431923Y-81149907D01* +X139455406Y-81174051D01* +X139458291Y-81178263D01* +X139499220Y-81219191D01* +X139537735Y-81257706D01* +X139640509Y-81303085D01* +X139665635Y-81306000D01* +X140930364Y-81305999D01* +X140955491Y-81303085D01* +X141058265Y-81257706D01* +X141137706Y-81178265D01* +X141150180Y-81150012D01* +X141190980Y-81104417D01* +X141240745Y-81091000D01* +X141525470Y-81091000D01* +X141583661Y-81109907D01* +X141614410Y-81146519D01* +X141651302Y-81221983D01* +X141734017Y-81304698D01* +X141785156Y-81329698D01* +X141839104Y-81356072D01* +X141839105Y-81356072D01* +X141839107Y-81356073D01* +X141907240Y-81366000D01* +X141907243Y-81366000D01* +X142523757Y-81366000D01* +X142523760Y-81366000D01* +X142591893Y-81356073D01* +X142696983Y-81304698D01* +X142779698Y-81221983D01* +X142831073Y-81116893D01* +X142841000Y-81048760D01* +X142841000Y-80582240D01* +X142831073Y-80514107D01* +X142829941Y-80511792D01* +X142804330Y-80459403D01* +X142779698Y-80409017D01* +X142696983Y-80326302D01* +X142674867Y-80315490D01* +X142591895Y-80274927D01* +X142564639Y-80270956D01* +X142523760Y-80265000D01* +X141907240Y-80265000D01* +X141873173Y-80269963D01* +X141839104Y-80274927D01* +X141734018Y-80326301D01* +X141651301Y-80409018D01* +X141641350Y-80429374D01* +X141626736Y-80459269D01* +X141614411Y-80484480D01* +X141571868Y-80528454D01* +X141525470Y-80540000D01* +X141185978Y-80540000D01* +X141127787Y-80521093D01* +X141115980Y-80511009D01* +X141058265Y-80453294D01* +X140955491Y-80407915D01* +X140955490Y-80407914D01* +X140955488Y-80407914D01* +X140930368Y-80405000D01* +X139665639Y-80405000D01* +X139665636Y-80405001D01* +X139640509Y-80407914D01* +X139550196Y-80447792D01* +X139544274Y-80450407D01* +X139537733Y-80453295D01* +X139458291Y-80532736D01* +X139455406Y-80536949D01* +X139406922Y-80574271D01* +X139373732Y-80580000D01* +X138907453Y-80580000D01* +X138849262Y-80561093D01* +X138813298Y-80511593D01* +X138813298Y-80450407D01* +X138837448Y-80410998D01* +X138845799Y-80402647D01* +X138863448Y-80384996D01* +X138917964Y-80357218D01* +X138933453Y-80355999D01* +X139055361Y-80355999D01* +X139055364Y-80355999D01* +X139080491Y-80353085D01* +X139183265Y-80307706D01* +X139262706Y-80228265D01* +X139308085Y-80125491D01* +X139311000Y-80100365D01* +X139310999Y-79710636D01* +X139308085Y-79685509D01* +X139262706Y-79582735D01* +X139255975Y-79576004D01* +X139217496Y-79537524D01* +X139189719Y-79483007D01* +X139188500Y-79467521D01* +X139188500Y-79262562D01* +X139207407Y-79204371D01* +X139256907Y-79168407D01* +X139318093Y-79168407D01* +X139367593Y-79204371D01* +X139376441Y-79219081D01* +X139421714Y-79311688D01* +X139504312Y-79394286D01* +X139609251Y-79445587D01* +X139677284Y-79455499D01* +X140047998Y-79455499D01* +X140048000Y-79455498D01* +X140548000Y-79455498D01* +X140548001Y-79455499D01* +X140918713Y-79455499D01* +X140918716Y-79455498D01* +X140986750Y-79445587D01* +X141048293Y-79415500D01* +X141543434Y-79415500D01* +X141555333Y-79490642D01* +X141555334Y-79490645D01* +X141612859Y-79603544D01* +X141702456Y-79693141D01* +X141815348Y-79750663D01* +X141815352Y-79750664D01* +X141909016Y-79765499D01* +X141965499Y-79765498D01* +X141965500Y-79765498D01* +X142465500Y-79765498D01* +X142465501Y-79765499D01* +X142521983Y-79765499D01* +X142521985Y-79765498D01* +X142615641Y-79750666D01* +X142615651Y-79750663D01* +X142728543Y-79693141D01* +X142818141Y-79603543D01* +X142875663Y-79490651D01* +X142875664Y-79490647D01* +X142887567Y-79415500D01* +X142465501Y-79415500D01* +X142465500Y-79415501D01* +X142465500Y-79765498D01* +X141965500Y-79765498D01* +X141965500Y-79415501D01* +X141965499Y-79415500D01* +X141543434Y-79415500D01* +X141048293Y-79415500D01* +X141091688Y-79394285D01* +X141174286Y-79311687D01* +X141225588Y-79206746D01* +X141225770Y-79205500D01* +X140548001Y-79205500D01* +X140548000Y-79205501D01* +X140548000Y-79455498D01* +X140048000Y-79455498D01* +X140048000Y-78915500D01* +X141543433Y-78915500D01* +X141965499Y-78915500D01* +X141965500Y-78915499D01* +X142465500Y-78915499D01* +X142465501Y-78915500D01* +X142887565Y-78915500D01* +X142887566Y-78915499D01* +X142875666Y-78840357D01* +X142875665Y-78840354D01* +X142818140Y-78727455D01* +X142728543Y-78637858D01* +X142615651Y-78580336D01* +X142615647Y-78580335D01* +X142521984Y-78565500D01* +X142465501Y-78565500D01* +X142465500Y-78565501D01* +X142465500Y-78915499D01* +X141965500Y-78915499D01* +X141965500Y-78915498D01* +X141965500Y-78565499D01* +X141909018Y-78565500D01* +X141909013Y-78565501D01* +X141815358Y-78580333D01* +X141815348Y-78580336D01* +X141702456Y-78637858D01* +X141612858Y-78727456D01* +X141555336Y-78840348D01* +X141555335Y-78840352D01* +X141543433Y-78915500D01* +X140048000Y-78915500D01* +X140048000Y-78705499D01* +X140548000Y-78705499D01* +X140548001Y-78705500D01* +X141225770Y-78705500D01* +X141225770Y-78705499D01* +X141225588Y-78704253D01* +X141174286Y-78599312D01* +X141091687Y-78516713D01* +X140986748Y-78465412D01* +X140918716Y-78455500D01* +X140548001Y-78455500D01* +X140548000Y-78455501D01* +X140548000Y-78705499D01* +X140048000Y-78705499D01* +X140048000Y-78455501D01* +X140047999Y-78455500D01* +X139677286Y-78455500D01* +X139677283Y-78455501D01* +X139609249Y-78465412D01* +X139504311Y-78516714D01* +X139421713Y-78599312D01* +X139376441Y-78691919D01* +X139333898Y-78735893D01* +X139273632Y-78746463D01* +X139218664Y-78719591D01* +X139189988Y-78665541D01* +X139188500Y-78648439D01* +X139188500Y-77499999D01* +X139207407Y-77441808D01* +X139256907Y-77405844D01* +X139287500Y-77400999D01* +X139569521Y-77400999D01* +X139569522Y-77400998D01* +X139616411Y-77393572D01* +X139663299Y-77386147D01* +X139663299Y-77386146D01* +X139663304Y-77386146D01* +X139776342Y-77328550D01* +X139866050Y-77238842D01* +X139923646Y-77125804D01* +X139938500Y-77032019D01* +X139938499Y-75668982D01* +X139938499Y-75668981D01* +X139938499Y-75668978D01* +X139938498Y-75668976D01* +X139923647Y-75575200D01* +X139923646Y-75575198D01* +X139923646Y-75575196D01* +X139866050Y-75462158D01* +X139776342Y-75372450D01* +X139776339Y-75372448D01* +X139765054Y-75366698D01* +X139721790Y-75323433D01* +X139711000Y-75278489D01* +X139711000Y-72665032D01* +X139729907Y-72606841D01* +X139741787Y-72593282D01* +X139823553Y-72515559D01* +X139939795Y-72348549D01* +X140020040Y-72161558D01* +X140061000Y-71962241D01* +X140061000Y-71509758D01* +X140055726Y-71457899D01* +X140052220Y-71423417D01* +X140046250Y-71364710D01* +X140059173Y-71304906D01* +X140104781Y-71264119D01* +X140165652Y-71257928D01* +X140214746Y-71284691D01* +X140531004Y-71600949D01* +X140558781Y-71655466D01* +X140560000Y-71670953D01* +X140560000Y-72725327D01* +X140568732Y-72769220D01* +X140568733Y-72769222D01* +X140601996Y-72819004D01* +X140651778Y-72852267D01* +X140662827Y-72854464D01* +X140695672Y-72860999D01* +X140695678Y-72860999D01* +X140695680Y-72861000D01* +X141750047Y-72861000D01* +X141808238Y-72879907D01* +X141820051Y-72889996D01* +X141858504Y-72928449D01* +X141886281Y-72982966D01* +X141887500Y-72998453D01* +X141887500Y-75201000D01* +X141868593Y-75259191D01* +X141819093Y-75295155D01* +X141788500Y-75300000D01* +X141506479Y-75300000D01* +X141506476Y-75300001D01* +X141412700Y-75314852D01* +X141412695Y-75314854D01* +X141299659Y-75372449D01* +X141209949Y-75462159D01* +X141152354Y-75575195D01* +X141137500Y-75668978D01* +X141137500Y-77032021D01* +X141137501Y-77032023D01* +X141152352Y-77125799D01* +X141152354Y-77125804D01* +X141209950Y-77238842D01* +X141299658Y-77328550D01* +X141412696Y-77386146D01* +X141506481Y-77401000D01* +X143569518Y-77400999D01* +X143569521Y-77400999D01* +X143569522Y-77400998D01* +X143616411Y-77393572D01* +X143663299Y-77386147D01* +X143663299Y-77386146D01* +X143663304Y-77386146D01* +X143776342Y-77328550D01* +X143866050Y-77238842D01* +X143923646Y-77125804D01* +X143938296Y-77033308D01* +X147481017Y-77033308D01* +X147481018Y-77033309D01* +X148073534Y-77033309D01* +X148131725Y-77052216D01* +X148167689Y-77101716D01* +X148168523Y-77160198D01* +X148152429Y-77215014D01* +X148152429Y-77351604D01* +X148168523Y-77406419D01* +X148166777Y-77467578D01* +X148129414Y-77516031D01* +X148073534Y-77533309D01* +X147481018Y-77533309D01* +X147527661Y-77687071D01* +X147527663Y-77687076D01* +X147625153Y-77869469D01* +X147625160Y-77869479D01* +X147756369Y-78029359D01* +X147756378Y-78029368D01* +X147916258Y-78160577D01* +X147916268Y-78160584D01* +X148098661Y-78258074D01* +X148098666Y-78258076D01* +X148296595Y-78318117D01* +X148377427Y-78326078D01* +X148377429Y-78326077D01* +X148377429Y-77841501D01* +X148396336Y-77783310D01* +X148445836Y-77747346D01* +X148490519Y-77743509D01* +X148593450Y-77758309D01* +X148593454Y-77758309D01* +X148661408Y-77758309D01* +X148764339Y-77743509D01* +X148824628Y-77753942D01* +X148867271Y-77797819D01* +X148877429Y-77841501D01* +X148877429Y-78326077D01* +X148877430Y-78326078D01* +X148958262Y-78318117D01* +X149156191Y-78258076D01* +X149156196Y-78258074D01* +X149338589Y-78160584D01* +X149338599Y-78160577D01* +X149498479Y-78029368D01* +X149498488Y-78029359D01* +X149629697Y-77869479D01* +X149629704Y-77869469D01* +X149727194Y-77687076D01* +X149727196Y-77687071D01* +X149773840Y-77533309D01* +X149181324Y-77533309D01* +X149123133Y-77514402D01* +X149087169Y-77464902D01* +X149086334Y-77406419D01* +X149102429Y-77351604D01* +X149102429Y-77215014D01* +X149086334Y-77160198D01* +X149088081Y-77099040D01* +X149125444Y-77050587D01* +X149170480Y-77036662D01* +X154233312Y-77036662D01* +X154233313Y-77036663D01* +X154825829Y-77036663D01* +X154884020Y-77055570D01* +X154919984Y-77105070D01* +X154920818Y-77163552D01* +X154904724Y-77218368D01* +X154904724Y-77354958D01* +X154920818Y-77409773D01* +X154919072Y-77470932D01* +X154881709Y-77519385D01* +X154825829Y-77536663D01* +X154233313Y-77536663D01* +X154279956Y-77690425D01* +X154279958Y-77690430D01* +X154377448Y-77872823D01* +X154377455Y-77872833D01* +X154508664Y-78032713D01* +X154508673Y-78032722D01* +X154668553Y-78163931D01* +X154668563Y-78163938D01* +X154850956Y-78261428D01* +X154850961Y-78261430D01* +X155048890Y-78321471D01* +X155129722Y-78329432D01* +X155129724Y-78329431D01* +X155129724Y-77844855D01* +X155148631Y-77786664D01* +X155198131Y-77750700D01* +X155242814Y-77746863D01* +X155345745Y-77761663D01* +X155345749Y-77761663D01* +X155413703Y-77761663D01* +X155516634Y-77746863D01* +X155576923Y-77757296D01* +X155619566Y-77801173D01* +X155629724Y-77844855D01* +X155629724Y-78329431D01* +X155629725Y-78329432D01* +X155710557Y-78321471D01* +X155908486Y-78261430D01* +X155908491Y-78261428D01* +X156090884Y-78163938D01* +X156090894Y-78163931D01* +X156250774Y-78032722D01* +X156250783Y-78032713D01* +X156381992Y-77872833D01* +X156381999Y-77872823D01* +X156479489Y-77690430D01* +X156479491Y-77690425D01* +X156526135Y-77536663D01* +X155933619Y-77536663D01* +X155875428Y-77517756D01* +X155839464Y-77468256D01* +X155838629Y-77409773D01* +X155854724Y-77354958D01* +X155854724Y-77218368D01* +X155838629Y-77163552D01* +X155840376Y-77102394D01* +X155877739Y-77053941D01* +X155933619Y-77036663D01* +X156526135Y-77036663D01* +X156526135Y-77036662D01* +X156479491Y-76882900D01* +X156479489Y-76882895D01* +X156381999Y-76700502D01* +X156381992Y-76700492D01* +X156250783Y-76540612D01* +X156250774Y-76540603D01* +X156090894Y-76409394D01* +X156090884Y-76409387D01* +X155908491Y-76311897D01* +X155908486Y-76311895D01* +X155710560Y-76251854D01* +X155710554Y-76251853D01* +X155629724Y-76243892D01* +X155629724Y-76728470D01* +X155610817Y-76786661D01* +X155561317Y-76822625D01* +X155516635Y-76826462D01* +X155413704Y-76811663D01* +X155413699Y-76811663D01* +X155345749Y-76811663D01* +X155345744Y-76811663D01* +X155242813Y-76826462D01* +X155182524Y-76816029D01* +X155139881Y-76772151D01* +X155129724Y-76728470D01* +X155129724Y-76243892D01* +X155129723Y-76243892D01* +X155048893Y-76251853D01* +X155048887Y-76251854D01* +X154850961Y-76311895D01* +X154850956Y-76311897D01* +X154668563Y-76409387D01* +X154668553Y-76409394D01* +X154508673Y-76540603D01* +X154508664Y-76540612D01* +X154377455Y-76700492D01* +X154377448Y-76700502D01* +X154279958Y-76882895D01* +X154279956Y-76882900D01* +X154233312Y-77036662D01* +X149170480Y-77036662D01* +X149181324Y-77033309D01* +X149773840Y-77033309D01* +X149773840Y-77033308D01* +X149727196Y-76879546D01* +X149727194Y-76879541D01* +X149629704Y-76697148D01* +X149629697Y-76697138D01* +X149498488Y-76537258D01* +X149498479Y-76537249D01* +X149338599Y-76406040D01* +X149338589Y-76406033D01* +X149156196Y-76308543D01* +X149156191Y-76308541D01* +X148958265Y-76248500D01* +X148958259Y-76248499D01* +X148877429Y-76240538D01* +X148877429Y-76725116D01* +X148858522Y-76783307D01* +X148809022Y-76819271D01* +X148764340Y-76823108D01* +X148661409Y-76808309D01* +X148661404Y-76808309D01* +X148593454Y-76808309D01* +X148593449Y-76808309D01* +X148490518Y-76823108D01* +X148430229Y-76812675D01* +X148387586Y-76768797D01* +X148377429Y-76725116D01* +X148377429Y-76240538D01* +X148377428Y-76240538D01* +X148296598Y-76248499D01* +X148296592Y-76248500D01* +X148098666Y-76308541D01* +X148098661Y-76308543D01* +X147916268Y-76406033D01* +X147916258Y-76406040D01* +X147756378Y-76537249D01* +X147756369Y-76537258D01* +X147625160Y-76697138D01* +X147625153Y-76697148D01* +X147527663Y-76879541D01* +X147527661Y-76879546D01* +X147481017Y-77033308D01* +X143938296Y-77033308D01* +X143938500Y-77032019D01* +X143938499Y-75668982D01* +X143938499Y-75668981D01* +X143938499Y-75668978D01* +X143938498Y-75668976D01* +X143923647Y-75575200D01* +X143923646Y-75575198D01* +X143923646Y-75575196D01* +X143866050Y-75462158D01* +X143776342Y-75372450D01* +X143663304Y-75314854D01* +X143663305Y-75314854D01* +X143569522Y-75300000D01* +X143569519Y-75300000D01* +X143287500Y-75300000D01* +X143229309Y-75281093D01* +X143193345Y-75231593D01* +X143188500Y-75201000D01* +X143188500Y-74834248D01* +X147498059Y-74834248D01* +X147527809Y-75028437D01* +X147528873Y-75035380D01* +X147599543Y-75226196D01* +X147642525Y-75295155D01* +X147707174Y-75398876D01* +X147707176Y-75398878D01* +X147707177Y-75398880D01* +X147710365Y-75402234D01* +X147808162Y-75505116D01* +X147847370Y-75546362D01* +X147847372Y-75546363D01* +X147847375Y-75546366D01* +X148009999Y-75659555D01* +X148014380Y-75662604D01* +X148201369Y-75742848D01* +X148201371Y-75742849D01* +X148400688Y-75783809D01* +X148400691Y-75783809D01* +X148803173Y-75783809D01* +X148828810Y-75781201D01* +X148954867Y-75768383D01* +X149149017Y-75707468D01* +X149326931Y-75608718D01* +X149481324Y-75476175D01* +X149605877Y-75315267D01* +X149615574Y-75295499D01* +X149643185Y-75239210D01* +X149685787Y-75195293D01* +X149732068Y-75183809D01* +X154268378Y-75183809D01* +X154326569Y-75202716D01* +X154352394Y-75230442D01* +X154459469Y-75402230D01* +X154459474Y-75402236D01* +X154596480Y-75546366D01* +X154599665Y-75549716D01* +X154599667Y-75549717D01* +X154599670Y-75549720D01* +X154761856Y-75662604D01* +X154766675Y-75665958D01* +X154953664Y-75746202D01* +X154953666Y-75746203D01* +X155152983Y-75787163D01* +X155152986Y-75787163D01* +X155555468Y-75787163D01* +X155581105Y-75784555D01* +X155707162Y-75771737D01* +X155901312Y-75710822D01* +X156079226Y-75612072D01* +X156233619Y-75479529D01* +X156358172Y-75318621D01* +X156447784Y-75135934D01* +X156498787Y-74938948D01* +X156509093Y-74735727D01* +X156478280Y-74534592D01* +X156407610Y-74343776D01* +X156299976Y-74171092D01* +X156159783Y-74023610D01* +X156159781Y-74023608D01* +X156159777Y-74023605D01* +X155992778Y-73907371D01* +X155992775Y-73907369D01* +X155992773Y-73907368D01* +X155805782Y-73827123D01* +X155805784Y-73827123D01* +X155726055Y-73810739D01* +X155606465Y-73786163D01* +X155203982Y-73786163D01* +X155203980Y-73786163D01* +X155052285Y-73801589D01* +X154858134Y-73862504D01* +X154858133Y-73862505D01* +X154680225Y-73961251D01* +X154680222Y-73961253D01* +X154525833Y-74093792D01* +X154401273Y-74254708D01* +X154365613Y-74327408D01* +X154323011Y-74371325D01* +X154276730Y-74382809D01* +X149736685Y-74382809D01* +X149678494Y-74363902D01* +X149652669Y-74336176D01* +X149547683Y-74167741D01* +X149547678Y-74167735D01* +X149407492Y-74020260D01* +X149407482Y-74020251D01* +X149240483Y-73904017D01* +X149240480Y-73904015D01* +X149240478Y-73904014D01* +X149053487Y-73823769D01* +X149053489Y-73823769D01* +X148973760Y-73807385D01* +X148854170Y-73782809D01* +X148451687Y-73782809D01* +X148451685Y-73782809D01* +X148299990Y-73798235D01* +X148105839Y-73859150D01* +X148105838Y-73859151D01* +X147927930Y-73957897D01* +X147927927Y-73957899D01* +X147773538Y-74090438D01* +X147648978Y-74251354D01* +X147569229Y-74413937D01* +X147559369Y-74434038D01* +X147534064Y-74531774D01* +X147508365Y-74631028D01* +X147498060Y-74834245D01* +X147498059Y-74834248D01* +X143188500Y-74834248D01* +X143188500Y-72770743D01* +X143190383Y-72753684D01* +X143190760Y-72749702D01* +X143188500Y-72677782D01* +X143188500Y-72647082D01* +X143188500Y-72647075D01* +X143187506Y-72639211D01* +X143187141Y-72634566D01* +X143187078Y-72632575D01* +X143185598Y-72585431D01* +X143182577Y-72575032D01* +X143179128Y-72563161D01* +X143175977Y-72547951D01* +X143173071Y-72524942D01* +X143165397Y-72505559D01* +X143154973Y-72479231D01* +X143153462Y-72474817D01* +X143150952Y-72466179D01* +X143139745Y-72427602D01* +X143138537Y-72425559D01* +X143127937Y-72407635D01* +X143121102Y-72393684D01* +X143119820Y-72390445D01* +X143112568Y-72372129D01* +X143085046Y-72334248D01* +X147498059Y-72334248D01* +X147526560Y-72520282D01* +X147528873Y-72535380D01* +X147599543Y-72726196D01* +X147627309Y-72770743D01* +X147707174Y-72898876D01* +X147707176Y-72898878D01* +X147707177Y-72898880D01* +X147847370Y-73046362D01* +X147847372Y-73046363D01* +X147847375Y-73046366D01* +X148014374Y-73162600D01* +X148014380Y-73162604D01* +X148201369Y-73242848D01* +X148201371Y-73242849D01* +X148400688Y-73283809D01* +X148400691Y-73283809D01* +X148803173Y-73283809D01* +X148828810Y-73281201D01* +X148954867Y-73268383D01* +X149149017Y-73207468D01* +X149326931Y-73108718D01* +X149481324Y-72976175D01* +X149605877Y-72815267D01* +X149695489Y-72632580D01* +X149695490Y-72632572D01* +X149697232Y-72627874D01* +X149699398Y-72628676D01* +X149727420Y-72584740D01* +X149784359Y-72562345D01* +X149790353Y-72562163D01* +X154220939Y-72562163D01* +X154279130Y-72581070D01* +X154313775Y-72626778D01* +X154351838Y-72729550D01* +X154370333Y-72759222D01* +X154459469Y-72902230D01* +X154459474Y-72902236D01* +X154596480Y-73046366D01* +X154599665Y-73049716D01* +X154599667Y-73049717D01* +X154599670Y-73049720D01* +X154761856Y-73162604D01* +X154766675Y-73165958D01* +X154953664Y-73246202D01* +X154953666Y-73246203D01* +X155152983Y-73287163D01* +X155152986Y-73287163D01* +X155555468Y-73287163D01* +X155656596Y-73276879D01* +X155707162Y-73271737D01* +X155853946Y-73225683D01* +X155915125Y-73226303D01* +X155953584Y-73250139D01* +X159207504Y-76504059D01* +X159235281Y-76558576D01* +X159236500Y-76574063D01* +X159236500Y-79493084D01* +X159217593Y-79551275D01* +X159212320Y-79557914D01* +X159129118Y-79653936D01* +X159075302Y-79771774D01* +X159056867Y-79899997D01* +X159056867Y-79900002D01* +X159075302Y-80028225D01* +X159119723Y-80125491D01* +X159129118Y-80146063D01* +X159213951Y-80243967D01* +X159213952Y-80243968D01* +X159313131Y-80307706D01* +X159322931Y-80314004D01* +X159447228Y-80350500D01* +X159447230Y-80350500D01* +X159576770Y-80350500D01* +X159576772Y-80350500D01* +X159701069Y-80314004D01* +X159810049Y-80243967D01* +X159894882Y-80146063D01* +X159948697Y-80028226D01* +X159964425Y-79918836D01* +X159967133Y-79900002D01* +X159967133Y-79899997D01* +X159948697Y-79771774D01* +X159939056Y-79750663D01* +X159894882Y-79653937D01* +X159885430Y-79643029D01* +X159811680Y-79557914D01* +X159787863Y-79501555D01* +X159787500Y-79493084D01* +X159787500Y-76455822D01* +X159789402Y-76436508D01* +X159790904Y-76428956D01* +X159792897Y-76418939D01* +X159785470Y-76381600D01* +X159771515Y-76311444D01* +X159771513Y-76311441D01* +X159771513Y-76311440D01* +X159739414Y-76263402D01* +X159731698Y-76251854D01* +X159725994Y-76243317D01* +X159725992Y-76243315D01* +X159724136Y-76240538D01* +X159723292Y-76239274D01* +X159710625Y-76220317D01* +X159710624Y-76220315D01* +X159695733Y-76210365D01* +X159680731Y-76198054D01* +X156389506Y-72906829D01* +X156361729Y-72852312D01* +X156370627Y-72793228D01* +X156447784Y-72635934D01* +X156498787Y-72438948D01* +X156509093Y-72235727D01* +X156478280Y-72034592D01* +X156407610Y-71843776D01* +X156299976Y-71671092D01* +X156159783Y-71523610D01* +X156159781Y-71523608D01* +X156159777Y-71523605D01* +X155992778Y-71407371D01* +X155992775Y-71407369D01* +X155992773Y-71407368D01* +X155805782Y-71327123D01* +X155805784Y-71327123D01* +X155726055Y-71310739D01* +X155606465Y-71286163D01* +X155203982Y-71286163D01* +X155203980Y-71286163D01* +X155052285Y-71301589D01* +X154858134Y-71362504D01* +X154858133Y-71362505D01* +X154680225Y-71461251D01* +X154680222Y-71461253D01* +X154525833Y-71593792D01* +X154401273Y-71754708D01* +X154311662Y-71937396D01* +X154309921Y-71942098D01* +X154308776Y-71941674D01* +X154278885Y-71988570D01* +X154221951Y-72010980D01* +X154215932Y-72011163D01* +X149787457Y-72011163D01* +X149729266Y-71992256D01* +X149694620Y-71946546D01* +X149655316Y-71840425D01* +X149655315Y-71840423D01* +X149655315Y-71840422D01* +X149566269Y-71697560D01* +X149547683Y-71667741D01* +X149547678Y-71667735D01* +X149536015Y-71655466D01* +X149410676Y-71523610D01* +X149407492Y-71520260D01* +X149407482Y-71520251D01* +X149240483Y-71404017D01* +X149240480Y-71404015D01* +X149240478Y-71404014D01* +X149053487Y-71323769D01* +X149053489Y-71323769D01* +X148961697Y-71304906D01* +X148854170Y-71282809D01* +X148451687Y-71282809D01* +X148451685Y-71282809D01* +X148299990Y-71298235D01* +X148105839Y-71359150D01* +X148105838Y-71359151D01* +X147927930Y-71457897D01* +X147927927Y-71457899D01* +X147773538Y-71590438D01* +X147648978Y-71751354D01* +X147570551Y-71911242D01* +X147559369Y-71934038D01* +X147514657Y-72106726D01* +X147508365Y-72131028D01* +X147498060Y-72334245D01* +X147498059Y-72334248D01* +X143085046Y-72334248D01* +X143083660Y-72332341D01* +X143081111Y-72328460D01* +X143075249Y-72318548D01* +X143056081Y-72286135D01* +X143048782Y-72278836D01* +X143039677Y-72269730D01* +X143029589Y-72257918D01* +X143015964Y-72239164D01* +X143011809Y-72235727D01* +X142986307Y-72214629D01* +X142978085Y-72207827D01* +X142974634Y-72204687D01* +X142589996Y-71820050D01* +X142562219Y-71765533D01* +X142561000Y-71750046D01* +X142561000Y-70695681D01* +X142560999Y-70695672D01* +X142552267Y-70651779D01* +X142552265Y-70651775D01* +X142549959Y-70648324D01* +X142519004Y-70601996D01* +X142496477Y-70586944D01* +X142469224Y-70568734D01* +X142469220Y-70568732D01* +X142425327Y-70560000D01* +X142425320Y-70560000D01* +X141370954Y-70560000D01* +X141312763Y-70541093D01* +X141300950Y-70531004D01* +X139373980Y-68604034D01* +X139363214Y-68590596D01* +X139360704Y-68587562D01* +X139308255Y-68538309D01* +X139286535Y-68516589D01* +X139280279Y-68511736D01* +X139276733Y-68508707D01* +X139240892Y-68475051D01* +X139220571Y-68463880D01* +X139207587Y-68455351D01* +X139189264Y-68441138D01* +X139144151Y-68421615D01* +X139139963Y-68419564D01* +X139096874Y-68395876D01* +X139096866Y-68395872D01* +X139074397Y-68390103D01* +X139059706Y-68385073D01* +X139038426Y-68375865D01* +X139038424Y-68375864D01* +X138989873Y-68368174D01* +X138985305Y-68367228D01* +X138937682Y-68355001D01* +X138937679Y-68355000D01* +X138937677Y-68355000D01* +X138937674Y-68355000D01* +X138914487Y-68355000D01* +X138899000Y-68353781D01* +X138894776Y-68353112D01* +X138876095Y-68350153D01* +X138876094Y-68350153D01* +X138827143Y-68354780D01* +X138822482Y-68355000D01* +X133054487Y-68355000D01* +X133039000Y-68353781D01* +X133034776Y-68353112D01* +X133016095Y-68350153D01* +X133016094Y-68350153D01* +X132967143Y-68354780D01* +X132962482Y-68355000D01* +X124738246Y-68355000D01* +X124721147Y-68353112D01* +X124717202Y-68352739D01* +X124647363Y-68354935D01* +X124645297Y-68355000D01* +X116088246Y-68355000D01* +X116071147Y-68353112D01* +X116067202Y-68352739D01* +X115997363Y-68354935D01* +X115995297Y-68355000D01* +X108685954Y-68355000D01* +X108627763Y-68336093D01* +X108615950Y-68326004D01* +X107836838Y-67546892D01* +X107826072Y-67533454D01* +X107823562Y-67530420D01* +X107771113Y-67481167D01* +X107760337Y-67470391D01* +X107749393Y-67459447D01* +X107743137Y-67454594D01* +X107739591Y-67451565D01* +X107703750Y-67417909D01* +X107683429Y-67406738D01* +X107670445Y-67398209D01* +X107652122Y-67383996D01* +X107607009Y-67364473D01* +X107602821Y-67362422D01* +X107559732Y-67338734D01* +X107559724Y-67338730D01* +X107537255Y-67332961D01* +X107522564Y-67327931D01* +X107501284Y-67318723D01* +X107501282Y-67318722D01* +X107452731Y-67311032D01* +X107448163Y-67310086D01* +X107400540Y-67297859D01* +X107400537Y-67297858D01* +X107400535Y-67297858D01* +X107400532Y-67297858D01* +X107377345Y-67297858D01* +X107361858Y-67296639D01* +X107357634Y-67295970D01* +X107338953Y-67293011D01* +X107338952Y-67293011D01* +X107290001Y-67297638D01* +X107285340Y-67297858D01* +X97314387Y-67297858D01* +X97297288Y-67295970D01* +X97293343Y-67295597D01* +X97223504Y-67297793D01* +X97221438Y-67297858D01* +X97190712Y-67297858D01* +X97182849Y-67298850D01* +X97178204Y-67299216D01* +X97134592Y-67300587D01* +X97129072Y-67300761D01* +X97129070Y-67300761D01* +X97129064Y-67300762D01* +X97106795Y-67307231D01* +X97091596Y-67310379D01* +X97068583Y-67313287D01* +X97068582Y-67313287D01* +X97022875Y-67331383D01* +X97018463Y-67332894D01* +X96971248Y-67346612D01* +X96971241Y-67346615D01* +X96951275Y-67358422D01* +X96937331Y-67365253D01* +X96915771Y-67373789D01* +X96915768Y-67373791D01* +X96876001Y-67402683D01* +X96872104Y-67405243D01* +X96829778Y-67430276D01* +X96829773Y-67430279D01* +X96813374Y-67446678D01* +X96801569Y-67456760D01* +X96782808Y-67470391D01* +X96782802Y-67470397D01* +X96751470Y-67508271D01* +X96748330Y-67511721D01* +X94981550Y-69278504D01* +X94927033Y-69306281D01* +X94911546Y-69307500D01* +X93907172Y-69307500D01* +X93863279Y-69316232D01* +X93863275Y-69316234D01* +X93813498Y-69349494D01* +X93813494Y-69349498D01* +X93780234Y-69399275D01* +X93780232Y-69399279D01* +X93771500Y-69443172D01* +X93771500Y-71272827D01* +X93780232Y-71316720D01* +X93780234Y-71316724D01* +X93807855Y-71358062D01* +X93813496Y-71366504D01* +X93863278Y-71399767D01* +X93874327Y-71401964D01* +X93907172Y-71408499D01* +X93907178Y-71408499D01* +X93907180Y-71408500D01* +X93907181Y-71408500D01* +X95736819Y-71408500D01* +X95736820Y-71408500D01* +X95736821Y-71408499D01* +X95736827Y-71408499D01* +X95759372Y-71404014D01* +X95780722Y-71399767D01* +X95830504Y-71366504D01* +X95863767Y-71316722D01* +X95872500Y-71272820D01* +X95872500Y-70358000D01* +X98717287Y-70358000D01* +X98736097Y-70560989D01* +X98791887Y-70757070D01* +X98882750Y-70939550D01* +X98882753Y-70939554D01* +X98884533Y-70941913D01* +X99160747Y-70665699D01* +X99215264Y-70637921D01* +X99275696Y-70647492D01* +X99309293Y-70675435D01* +X99394070Y-70785919D01* +X99394075Y-70785925D01* +X99394078Y-70785927D01* +X99394080Y-70785929D01* +X99504563Y-70870705D01* +X99539219Y-70921129D01* +X99537618Y-70982294D01* +X99514300Y-71019250D01* +X99241311Y-71292240D01* +X99329588Y-71346898D01* +X99519683Y-71420541D01* +X99720070Y-71458000D01* +X99923930Y-71458000D01* +X100124316Y-71420541D01* +X100314413Y-71346898D01* +X100314418Y-71346895D01* +X100402688Y-71292241D01* +X100129698Y-71019250D01* +X100101921Y-70964734D01* +X100111492Y-70904302D01* +X100139431Y-70870708D01* +X100249925Y-70785925D01* +X100334706Y-70675435D01* +X100385130Y-70640780D01* +X100446295Y-70642381D01* +X100483251Y-70665699D01* +X100759465Y-70941912D01* +X100761244Y-70939558D01* +X100761249Y-70939549D01* +X100852112Y-70757070D01* +X100907902Y-70560989D01* +X100926712Y-70358000D01* +X100907902Y-70155010D01* +X100852112Y-69958929D01* +X100761247Y-69776447D01* +X100761244Y-69776442D01* +X100759465Y-69774086D01* +X100483250Y-70050300D01* +X100428734Y-70078077D01* +X100368302Y-70068506D01* +X100334705Y-70040563D01* +X100249929Y-69930080D01* +X100249928Y-69930079D01* +X100249925Y-69930075D01* +X100249920Y-69930071D01* +X100249919Y-69930070D01* +X100139435Y-69845293D01* +X100104779Y-69794869D01* +X100106380Y-69733704D01* +X100129698Y-69696747D01* +X100402687Y-69423757D01* +X100314415Y-69369102D01* +X100314413Y-69369101D01* +X100124316Y-69295458D01* +X99923930Y-69258000D01* +X99720070Y-69258000D01* +X99519681Y-69295458D01* +X99329592Y-69369098D01* +X99329586Y-69369101D01* +X99241310Y-69423758D01* +X99514300Y-69696748D01* +X99542077Y-69751264D01* +X99532506Y-69811696D01* +X99504564Y-69845293D01* +X99394077Y-69930073D01* +X99394073Y-69930077D01* +X99309293Y-70040564D01* +X99258868Y-70075219D01* +X99197703Y-70073617D01* +X99160748Y-70050300D01* +X98884533Y-69774085D01* +X98884532Y-69774085D01* +X98882754Y-69776443D01* +X98791887Y-69958929D01* +X98736097Y-70155010D01* +X98717287Y-70358000D01* +X95872500Y-70358000D01* +X95872500Y-70268452D01* +X95891407Y-70210262D01* +X95901496Y-70198449D01* +X97472092Y-68627854D01* +X97526609Y-68600077D01* +X97542096Y-68598858D01* +X107007904Y-68598858D01* +X107066095Y-68617765D01* +X107077908Y-68627854D01* +X107778504Y-69328450D01* +X107806281Y-69382967D01* +X107807500Y-69398454D01* +X107807500Y-73867754D01* +X107805612Y-73884852D01* +X107805239Y-73888797D01* +X107807500Y-73960702D01* +X107807500Y-73991424D01* +X107807499Y-73991424D01* +X107808493Y-73999292D01* +X107808858Y-74003935D01* +X107810403Y-74053068D01* +X107810404Y-74053075D01* +X107816872Y-74075341D01* +X107820021Y-74090544D01* +X107822929Y-74113559D01* +X107841027Y-74159272D01* +X107842538Y-74163684D01* +X107856255Y-74210896D01* +X107856256Y-74210899D01* +X107868061Y-74230860D01* +X107874894Y-74244808D01* +X107877485Y-74251351D01* +X107883432Y-74266371D01* +X107883433Y-74266372D01* +X107912331Y-74306150D01* +X107914891Y-74310048D01* +X107939920Y-74352366D01* +X107956318Y-74368764D01* +X107966407Y-74380577D01* +X107980037Y-74399337D01* +X108017913Y-74430671D01* +X108021365Y-74433812D01* +X111830503Y-78242949D01* +X111858280Y-78297466D01* +X111859499Y-78312951D01* +X111859500Y-78365498D01* +X111840594Y-78423689D01* +X111791094Y-78459654D01* +X111760500Y-78464500D01* +X110485172Y-78464500D01* +X110441279Y-78473232D01* +X110441275Y-78473234D01* +X110391498Y-78506494D01* +X110391494Y-78506498D01* +X110358234Y-78556275D01* +X110358232Y-78556279D01* +X110349500Y-78600172D01* +X110349500Y-80779827D01* +X110358232Y-80823720D01* +X110358234Y-80823724D01* +X110383112Y-80860957D01* +X110391496Y-80873504D01* +X110441278Y-80906767D01* +X110451981Y-80908896D01* +X110485172Y-80915499D01* +X110485178Y-80915499D01* +X110485180Y-80915500D01* +X110485181Y-80915500D01* +X114314819Y-80915500D01* +X114314820Y-80915500D01* +X114314821Y-80915499D01* +X114314827Y-80915499D01* +X114336623Y-80911162D01* +X114358722Y-80906767D01* +X114408504Y-80873504D01* +X114441767Y-80823722D01* +X114446162Y-80801623D01* +X114450499Y-80779827D01* +X114450500Y-80779818D01* +X114450500Y-78600181D01* +X114450499Y-78600172D01* +X114441767Y-78556279D01* +X114441765Y-78556275D01* +X114415331Y-78516714D01* +X114408504Y-78506496D01* +X114407840Y-78506052D01* +X114358724Y-78473234D01* +X114358720Y-78473232D01* +X114314827Y-78464500D01* +X114314820Y-78464500D01* +X113259500Y-78464500D01* +X113201309Y-78445593D01* +X113165345Y-78396093D01* +X113160500Y-78365500D01* +X113160500Y-78242949D01* +X113160500Y-78085232D01* +X113162384Y-78068176D01* +X113162760Y-78064201D01* +X113160500Y-77992295D01* +X113160500Y-77961581D01* +X113160499Y-77961569D01* +X113159507Y-77953714D01* +X113159140Y-77949058D01* +X113157597Y-77899933D01* +X113157597Y-77899930D01* +X113151125Y-77877653D01* +X113147978Y-77862457D01* +X113145071Y-77839442D01* +X113126967Y-77793719D01* +X113125463Y-77789327D01* +X113113199Y-77747109D01* +X113111745Y-77742103D01* +X113111744Y-77742101D01* +X113099931Y-77722127D01* +X113093103Y-77708188D01* +X113086071Y-77690425D01* +X113084569Y-77686630D01* +X113084568Y-77686629D01* +X113055670Y-77646854D01* +X113053113Y-77642961D01* +X113028081Y-77600635D01* +X113025013Y-77597567D01* +X113011677Y-77584230D01* +X113001589Y-77572418D01* +X112987964Y-77553664D01* +X112987306Y-77553120D01* +X112966610Y-77535998D01* +X112950085Y-77522327D01* +X112946634Y-77519187D01* +X109137496Y-73710050D01* +X109109719Y-73655533D01* +X109108500Y-73640046D01* +X109108500Y-71821243D01* +X112440000Y-71821243D01* +X112455426Y-71972938D01* +X112516341Y-72167089D01* +X112516342Y-72167090D01* +X112615088Y-72344998D01* +X112615090Y-72345001D01* +X112743444Y-72494515D01* +X112747634Y-72499395D01* +X112751597Y-72502462D01* +X112786040Y-72553031D01* +X112790000Y-72580750D01* +X112790000Y-73257754D01* +X112788112Y-73274852D01* +X112787739Y-73278797D01* +X112790000Y-73350702D01* +X112790000Y-73381424D01* +X112789999Y-73381424D01* +X112790993Y-73389292D01* +X112791358Y-73393935D01* +X112792903Y-73443068D01* +X112792904Y-73443075D01* +X112799372Y-73465341D01* +X112802521Y-73480544D01* +X112805429Y-73503559D01* +X112823527Y-73549272D01* +X112825038Y-73553684D01* +X112838755Y-73600896D01* +X112838756Y-73600899D01* +X112850561Y-73620860D01* +X112857394Y-73634808D01* +X112865600Y-73655533D01* +X112865932Y-73656371D01* +X112865933Y-73656372D01* +X112894831Y-73696150D01* +X112897391Y-73700048D01* +X112922420Y-73742366D01* +X112938818Y-73758764D01* +X112948907Y-73770577D01* +X112962537Y-73789337D01* +X113000413Y-73820671D01* +X113003865Y-73823812D01* +X116067019Y-76886965D01* +X116077780Y-76900397D01* +X116080295Y-76903438D01* +X116132744Y-76952689D01* +X116132744Y-76952690D01* +X116154466Y-76974412D01* +X116160730Y-76979271D01* +X116164262Y-76982288D01* +X116200107Y-77015948D01* +X116220428Y-77027119D01* +X116233413Y-77035649D01* +X116251111Y-77049378D01* +X116251737Y-77049863D01* +X116285381Y-77064421D01* +X116296859Y-77069389D01* +X116301049Y-77071442D01* +X116323816Y-77083958D01* +X116344132Y-77095127D01* +X116366509Y-77100871D01* +X116366592Y-77100893D01* +X116381290Y-77105925D01* +X116402574Y-77115136D01* +X116451129Y-77122825D01* +X116455696Y-77123771D01* +X116503317Y-77135999D01* +X116503321Y-77135999D01* +X116503323Y-77136000D01* +X116526513Y-77136000D01* +X116541999Y-77137219D01* +X116564905Y-77140847D01* +X116594323Y-77138066D01* +X116613860Y-77136220D01* +X116618521Y-77136000D01* +X119940533Y-77136000D01* +X119998724Y-77154907D01* +X120034688Y-77204407D01* +X120038314Y-77219514D01* +X120044852Y-77260800D01* +X120044854Y-77260804D01* +X120102450Y-77373842D01* +X120192158Y-77463550D01* +X120305196Y-77521146D01* +X120398981Y-77536000D01* +X120910999Y-77535999D01* +X120969190Y-77554906D01* +X121005154Y-77604406D01* +X121009999Y-77634999D01* +X121009999Y-79580320D01* +X120991092Y-79638511D01* +X120950988Y-79670884D01* +X120900236Y-79693293D01* +X120820794Y-79772735D01* +X120775414Y-79875511D01* +X120772500Y-79900630D01* +X120772500Y-80290360D01* +X120772501Y-80290363D01* +X120775414Y-80315490D01* +X120798814Y-80368485D01* +X120820794Y-80418265D01* +X120900235Y-80497706D01* +X121003009Y-80543085D01* +X121028135Y-80546000D01* +X121148903Y-80545999D01* +X121207094Y-80564906D01* +X121212009Y-80568718D01* +X121309174Y-80649100D01* +X121457887Y-80719079D01* +X121619323Y-80749875D01* +X121619328Y-80749876D01* +X121619329Y-80749875D01* +X121619330Y-80749876D01* +X121783360Y-80739556D01* +X121939671Y-80688768D01* +X121945398Y-80685134D01* +X122014142Y-80641507D01* +X122078440Y-80600702D01* +X122100482Y-80577228D01* +X122154099Y-80547753D01* +X122172650Y-80545999D01* +X122292861Y-80545999D01* +X122292864Y-80545999D01* +X122317991Y-80543085D01* +X122420765Y-80497706D01* +X122500206Y-80418265D01* +X122545585Y-80315491D01* +X122548500Y-80290365D01* +X122548499Y-79900636D01* +X122545585Y-79875509D01* +X122500206Y-79772735D01* +X122420765Y-79693294D01* +X122420763Y-79693293D01* +X122420762Y-79693292D01* +X122370011Y-79670883D01* +X122324416Y-79630082D01* +X122311000Y-79580319D01* +X122311000Y-79395500D01* +X122607729Y-79395500D01* +X122607911Y-79396746D01* +X122659213Y-79501687D01* +X122741812Y-79584286D01* +X122846751Y-79635587D01* +X122914784Y-79645499D01* +X123285498Y-79645499D01* +X123285499Y-79645498D01* +X123785500Y-79645498D01* +X123785501Y-79645499D01* +X124156213Y-79645499D01* +X124156216Y-79645498D01* +X124224250Y-79635587D01* +X124329188Y-79584285D01* +X124382973Y-79530500D01* +X124833434Y-79530500D01* +X124845333Y-79605642D01* +X124845334Y-79605645D01* +X124902859Y-79718544D01* +X124992456Y-79808141D01* +X125105348Y-79865663D01* +X125105352Y-79865664D01* +X125199016Y-79880499D01* +X125255499Y-79880498D01* +X125255500Y-79530501D01* +X125255499Y-79530500D01* +X125755500Y-79530500D01* +X125755500Y-79880498D01* +X125755501Y-79880499D01* +X125811983Y-79880499D01* +X125811985Y-79880498D01* +X125905641Y-79865666D01* +X125905651Y-79865663D01* +X126018543Y-79808141D01* +X126108141Y-79718543D01* +X126165663Y-79605651D01* +X126165664Y-79605647D01* +X126177567Y-79530500D01* +X125755500Y-79530500D01* +X125255499Y-79530500D01* +X124833434Y-79530500D01* +X124382973Y-79530500D01* +X124411786Y-79501687D01* +X124463088Y-79396746D01* +X124463270Y-79395500D01* +X123785501Y-79395500D01* +X123785500Y-79395501D01* +X123785500Y-79645498D01* +X123285499Y-79645498D01* +X123285499Y-79395500D01* +X122607729Y-79395500D01* +X122311000Y-79395500D01* +X122311000Y-79030500D01* +X124833433Y-79030500D01* +X125255499Y-79030500D01* +X125255500Y-79030499D01* +X125755500Y-79030499D01* +X125755501Y-79030500D01* +X126177565Y-79030500D01* +X126177566Y-79030499D01* +X126165666Y-78955357D01* +X126165665Y-78955354D01* +X126108140Y-78842455D01* +X126018543Y-78752858D01* +X125905651Y-78695336D01* +X125905647Y-78695335D01* +X125811984Y-78680500D01* +X125755501Y-78680500D01* +X125755500Y-78680501D01* +X125755500Y-79030499D01* +X125255500Y-79030499D01* +X125255500Y-78680499D01* +X125199018Y-78680500D01* +X125199013Y-78680501D01* +X125105358Y-78695333D01* +X125105348Y-78695336D01* +X124992456Y-78752858D01* +X124902858Y-78842456D01* +X124845336Y-78955348D01* +X124845335Y-78955352D01* +X124833433Y-79030500D01* +X122311000Y-79030500D01* +X122311000Y-78895499D01* +X122607729Y-78895499D01* +X122607730Y-78895500D01* +X123285499Y-78895500D01* +X123285500Y-78895499D01* +X123785500Y-78895499D01* +X123785501Y-78895500D01* +X124463270Y-78895500D01* +X124463270Y-78895499D01* +X124463088Y-78894253D01* +X124411786Y-78789312D01* +X124329187Y-78706713D01* +X124224248Y-78655412D01* +X124156216Y-78645500D01* +X123785501Y-78645500D01* +X123785500Y-78645501D01* +X123785500Y-78895499D01* +X123285500Y-78895499D01* +X123285500Y-78645501D01* +X123285499Y-78645500D01* +X122914786Y-78645500D01* +X122914783Y-78645501D01* +X122846749Y-78655412D01* +X122741811Y-78706714D01* +X122659213Y-78789312D01* +X122607911Y-78894253D01* +X122607729Y-78895499D01* +X122311000Y-78895499D01* +X122311000Y-77634999D01* +X122329907Y-77576808D01* +X122379407Y-77540844D01* +X122410000Y-77535999D01* +X122462021Y-77535999D01* +X122462022Y-77535998D01* +X122526140Y-77525844D01* +X122555799Y-77521147D01* +X122555799Y-77521146D01* +X122555804Y-77521146D01* +X122668842Y-77463550D01* +X122758550Y-77373842D01* +X122816146Y-77260804D01* +X122831000Y-77167019D01* +X122830999Y-75803982D01* +X122830999Y-75803981D01* +X122830999Y-75803978D01* +X122830998Y-75803976D01* +X122816147Y-75710200D01* +X122816146Y-75710198D01* +X122816146Y-75710196D01* +X122758550Y-75597158D01* +X122758546Y-75597154D01* +X122753969Y-75590853D01* +X122755483Y-75589752D01* +X122732216Y-75544074D01* +X122730999Y-75528599D01* +X122730999Y-74082817D01* +X122730999Y-72635028D01* +X122749906Y-72576841D01* +X122761781Y-72563288D01* +X122843553Y-72485559D01* +X122959795Y-72318549D01* +X123040040Y-72131558D01* +X123081000Y-71932241D01* +X123081000Y-71479758D01* +X123065574Y-71328062D01* +X123004659Y-71133912D01* +X122941017Y-71019250D01* +X122905911Y-70956001D01* +X122905909Y-70955998D01* +X122773370Y-70801609D01* +X122773368Y-70801607D01* +X122773366Y-70801605D01* +X122612458Y-70677052D01* +X122612457Y-70677051D01* +X122612454Y-70677049D01* +X122466958Y-70605681D01* +X122429771Y-70587440D01* +X122232785Y-70536437D01* +X122232783Y-70536436D01* +X122232781Y-70536436D01* +X122078602Y-70528617D01* +X122029564Y-70526131D01* +X122029562Y-70526131D01* +X122029559Y-70526131D01* +X121828432Y-70556943D01* +X121828429Y-70556943D01* +X121828429Y-70556944D01* +X121637613Y-70627614D01* +X121637611Y-70627614D01* +X121637611Y-70627615D01* +X121464932Y-70735245D01* +X121464926Y-70735250D01* +X121317451Y-70875436D01* +X121317442Y-70875446D01* +X121201208Y-71042445D01* +X121201205Y-71042451D01* +X121120960Y-71229440D01* +X121079999Y-71428762D01* +X121080000Y-71881243D01* +X121095426Y-72032938D01* +X121156341Y-72227089D01* +X121156342Y-72227090D01* +X121255088Y-72404998D01* +X121255090Y-72405001D01* +X121382170Y-72553031D01* +X121387634Y-72559395D01* +X121391597Y-72562462D01* +X121426040Y-72613031D01* +X121430000Y-72640750D01* +X121430000Y-75336000D01* +X121411093Y-75394191D01* +X121361593Y-75430155D01* +X121331000Y-75435000D01* +X120398978Y-75435000D01* +X120398976Y-75435001D01* +X120305200Y-75449852D01* +X120305195Y-75449854D01* +X120192159Y-75507449D01* +X120102449Y-75597159D01* +X120044854Y-75710195D01* +X120038314Y-75751487D01* +X120010536Y-75806004D01* +X119956020Y-75833781D01* +X119940533Y-75835000D01* +X116895954Y-75835000D01* +X116837763Y-75816093D01* +X116825950Y-75806004D01* +X114119996Y-73100049D01* +X114092219Y-73045532D01* +X114091000Y-73030045D01* +X114091000Y-72809001D01* +X114090999Y-72575028D01* +X114109906Y-72516841D01* +X114121781Y-72503288D01* +X114203553Y-72425559D01* +X114319795Y-72258549D01* +X114400040Y-72071558D01* +X114441000Y-71872241D01* +X114441000Y-71419758D01* +X114425574Y-71268062D01* +X114364659Y-71073912D01* +X114310314Y-70976001D01* +X114265911Y-70896001D01* +X114265909Y-70895998D01* +X114133370Y-70741609D01* +X114133368Y-70741607D01* +X114133366Y-70741605D01* +X113972458Y-70617052D01* +X113972457Y-70617051D01* +X113972454Y-70617049D01* +X113835763Y-70550000D01* +X113789771Y-70527440D01* +X113592785Y-70476437D01* +X113592783Y-70476436D01* +X113592781Y-70476436D01* +X113438602Y-70468617D01* +X113389564Y-70466131D01* +X113389562Y-70466131D01* +X113389559Y-70466131D01* +X113188432Y-70496943D01* +X113188429Y-70496943D01* +X113188429Y-70496944D01* +X112997613Y-70567614D01* +X112997611Y-70567614D01* +X112997611Y-70567615D01* +X112824932Y-70675245D01* +X112824926Y-70675250D01* +X112677451Y-70815436D01* +X112677442Y-70815446D01* +X112561208Y-70982445D01* +X112561205Y-70982451D01* +X112480960Y-71169440D01* +X112468630Y-71229440D01* +X112440000Y-71368759D01* +X112440000Y-71368762D01* +X112440000Y-71821243D01* +X109108500Y-71821243D01* +X109108500Y-69755000D01* +X109127407Y-69696809D01* +X109176907Y-69660845D01* +X109207500Y-69656000D01* +X115191000Y-69656000D01* +X115249191Y-69674907D01* +X115285155Y-69724407D01* +X115290000Y-69755000D01* +X115290000Y-70371000D01* +X115271093Y-70429191D01* +X115221593Y-70465155D01* +X115191000Y-70470000D01* +X115075672Y-70470000D01* +X115031779Y-70478732D01* +X115031775Y-70478734D01* +X114981998Y-70511994D01* +X114981994Y-70511998D01* +X114948734Y-70561775D01* +X114948732Y-70561779D01* +X114940000Y-70605672D01* +X114940000Y-72635327D01* +X114948732Y-72679220D01* +X114948733Y-72679222D01* +X114981996Y-72729004D01* +X115031778Y-72762267D01* +X115042827Y-72764464D01* +X115075672Y-72770999D01* +X115075678Y-72770999D01* +X115075680Y-72771000D01* +X115075681Y-72771000D01* +X116805319Y-72771000D01* +X116805320Y-72771000D01* +X116805321Y-72770999D01* +X116805327Y-72770999D01* +X116827123Y-72766662D01* +X116849222Y-72762267D01* +X116899004Y-72729004D01* +X116932267Y-72679222D01* +X116940224Y-72639221D01* +X116940999Y-72635327D01* +X116941000Y-72635318D01* +X116941000Y-70605681D01* +X116940999Y-70605672D01* +X116933428Y-70567614D01* +X116932267Y-70561778D01* +X116899004Y-70511996D01* +X116876477Y-70496944D01* +X116849224Y-70478734D01* +X116849220Y-70478732D01* +X116805327Y-70470000D01* +X116805320Y-70470000D01* +X116690000Y-70470000D01* +X116631809Y-70451093D01* +X116595845Y-70401593D01* +X116591000Y-70371000D01* +X116591000Y-69755000D01* +X116609907Y-69696809D01* +X116659407Y-69660845D01* +X116690000Y-69656000D01* +X123831000Y-69656000D01* +X123889191Y-69674907D01* +X123925155Y-69724407D01* +X123930000Y-69755000D01* +X123930000Y-70431000D01* +X123911093Y-70489191D01* +X123861593Y-70525155D01* +X123831000Y-70530000D01* +X123715672Y-70530000D01* +X123671779Y-70538732D01* +X123671775Y-70538734D01* +X123621998Y-70571994D01* +X123621994Y-70571998D01* +X123588734Y-70621775D01* +X123588732Y-70621779D01* +X123580000Y-70665672D01* +X123580000Y-72695327D01* +X123588732Y-72739220D01* +X123588734Y-72739224D01* +X123609966Y-72771000D01* +X123621996Y-72789004D01* +X123671778Y-72822267D01* +X123682827Y-72824464D01* +X123715672Y-72830999D01* +X123715678Y-72830999D01* +X123715680Y-72831000D01* +X124681000Y-72831000D01* +X124739191Y-72849907D01* +X124775155Y-72899407D01* +X124780000Y-72930000D01* +X124780000Y-75336000D01* +X124761093Y-75394191D01* +X124711593Y-75430155D01* +X124681000Y-75435000D01* +X124398979Y-75435000D01* +X124398976Y-75435001D01* +X124305200Y-75449852D01* +X124305195Y-75449854D01* +X124192159Y-75507449D01* +X124102449Y-75597159D01* +X124044854Y-75710195D01* +X124030000Y-75803978D01* +X124030000Y-77167021D01* +X124030001Y-77167023D01* +X124044852Y-77260799D01* +X124044854Y-77260804D01* +X124102450Y-77373842D01* +X124192158Y-77463550D01* +X124305196Y-77521146D01* +X124398981Y-77536000D01* +X126462018Y-77535999D01* +X126462021Y-77535999D01* +X126462022Y-77535998D01* +X126526140Y-77525844D01* +X126555799Y-77521147D01* +X126555799Y-77521146D01* +X126555804Y-77521146D01* +X126668842Y-77463550D01* +X126758550Y-77373842D01* +X126816146Y-77260804D01* +X126831000Y-77167019D01* +X126831000Y-77152021D01* +X128740000Y-77152021D01* +X128740001Y-77152023D01* +X128754852Y-77245799D01* +X128754854Y-77245804D01* +X128812450Y-77358842D01* +X128902158Y-77448550D01* +X129015196Y-77506146D01* +X129108981Y-77521000D01* +X129391000Y-77520999D01* +X129449190Y-77539906D01* +X129485154Y-77589406D01* +X129490000Y-77619999D01* +X129490000Y-79592754D01* +X129488113Y-79609850D01* +X129487739Y-79613797D01* +X129490000Y-79685702D01* +X129490000Y-79716424D01* +X129489999Y-79716424D01* +X129490993Y-79724292D01* +X129491358Y-79728935D01* +X129492903Y-79778068D01* +X129492904Y-79778073D01* +X129499372Y-79800341D01* +X129502521Y-79815544D01* +X129505429Y-79838559D01* +X129523527Y-79884272D01* +X129525038Y-79888684D01* +X129538755Y-79935896D01* +X129538756Y-79935899D01* +X129550561Y-79955860D01* +X129557394Y-79969808D01* +X129558399Y-79972345D01* +X129565932Y-79991371D01* +X129565933Y-79991372D01* +X129594831Y-80031150D01* +X129597391Y-80035047D01* +X129605365Y-80048529D01* +X129618712Y-80071097D01* +X129632500Y-80121493D01* +X129632500Y-80250361D01* +X129632501Y-80250364D01* +X129635414Y-80275490D01* +X129656615Y-80323504D01* +X129680794Y-80378265D01* +X129760235Y-80457706D01* +X129863009Y-80503085D01* +X129888135Y-80506000D01* +X130010044Y-80505999D01* +X130068235Y-80524906D01* +X130080049Y-80534995D01* +X130089465Y-80544411D01* +X130186736Y-80619862D01* +X130337573Y-80685135D01* +X130499905Y-80710846D01* +X130663529Y-80695379D01* +X130818168Y-80639706D01* +X130954102Y-80547325D01* +X130957840Y-80543085D01* +X130960975Y-80539530D01* +X131013639Y-80508383D01* +X131035236Y-80505999D01* +X131152861Y-80505999D01* +X131152864Y-80505999D01* +X131177991Y-80503085D01* +X131280765Y-80457706D01* +X131360206Y-80378265D01* +X131405585Y-80275491D01* +X131408500Y-80250365D01* +X131408499Y-79860636D01* +X131405585Y-79835509D01* +X131360206Y-79732735D01* +X131280765Y-79653294D01* +X131177991Y-79607915D01* +X131177990Y-79607914D01* +X131177988Y-79607914D01* +X131152869Y-79605000D01* +X131152865Y-79605000D01* +X131030954Y-79605000D01* +X130972763Y-79586093D01* +X130960951Y-79576004D01* +X130819996Y-79435050D01* +X130792218Y-79380533D01* +X130791000Y-79365058D01* +X130791000Y-79355500D01* +X131467729Y-79355500D01* +X131467911Y-79356746D01* +X131519213Y-79461687D01* +X131601812Y-79544286D01* +X131706751Y-79595587D01* +X131774784Y-79605499D01* +X132145498Y-79605499D01* +X132145500Y-79605498D01* +X132145500Y-79355501D01* +X132145499Y-79355500D01* +X132645500Y-79355500D01* +X132645500Y-79605498D01* +X132645501Y-79605499D01* +X133016213Y-79605499D01* +X133016216Y-79605498D01* +X133084250Y-79595587D01* +X133189188Y-79544285D01* +X133271786Y-79461687D01* +X133282144Y-79440500D01* +X133643434Y-79440500D01* +X133655333Y-79515642D01* +X133655334Y-79515645D01* +X133712859Y-79628544D01* +X133802456Y-79718141D01* +X133915348Y-79775663D01* +X133915352Y-79775664D01* +X134009016Y-79790499D01* +X134065499Y-79790498D01* +X134065500Y-79790498D01* +X134065500Y-79790497D01* +X134565500Y-79790497D01* +X134565501Y-79790499D01* +X134621983Y-79790499D01* +X134621985Y-79790498D01* +X134715641Y-79775666D01* +X134715651Y-79775663D01* +X134828543Y-79718141D01* +X134918141Y-79628543D01* +X134975663Y-79515651D01* +X134975664Y-79515647D01* +X134987567Y-79440500D01* +X134565501Y-79440500D01* +X134565500Y-79440501D01* +X134565500Y-79790497D01* +X134065500Y-79790497D01* +X134065500Y-79440501D01* +X134065499Y-79440500D01* +X133643434Y-79440500D01* +X133282144Y-79440500D01* +X133323088Y-79356746D01* +X133323270Y-79355500D01* +X132645500Y-79355500D01* +X132145499Y-79355500D01* +X131467729Y-79355500D01* +X130791000Y-79355500D01* +X130791000Y-78940500D01* +X133643433Y-78940500D01* +X134065499Y-78940500D01* +X134065500Y-78940498D01* +X134065500Y-78590500D01* +X134565500Y-78590500D01* +X134565500Y-78940499D01* +X134565501Y-78940500D01* +X134987565Y-78940500D01* +X134987566Y-78940499D01* +X134975666Y-78865357D01* +X134975665Y-78865354D01* +X134918140Y-78752455D01* +X134828543Y-78662858D01* +X134715651Y-78605336D01* +X134715647Y-78605335D01* +X134621984Y-78590500D01* +X134565500Y-78590500D01* +X134065500Y-78590500D01* +X134065500Y-78590499D01* +X134009018Y-78590500D01* +X134009013Y-78590501D01* +X133915358Y-78605333D01* +X133915348Y-78605336D01* +X133802456Y-78662858D01* +X133712858Y-78752456D01* +X133655336Y-78865348D01* +X133655335Y-78865352D01* +X133643433Y-78940500D01* +X130791000Y-78940500D01* +X130791000Y-78855499D01* +X131467729Y-78855499D01* +X131467730Y-78855500D01* +X132145499Y-78855500D01* +X132145500Y-78855499D01* +X132645500Y-78855499D01* +X132645501Y-78855500D01* +X133323270Y-78855500D01* +X133323270Y-78855499D01* +X133323088Y-78854253D01* +X133271786Y-78749312D01* +X133189187Y-78666713D01* +X133084248Y-78615412D01* +X133016216Y-78605500D01* +X132645501Y-78605500D01* +X132645500Y-78605501D01* +X132645500Y-78855499D01* +X132145500Y-78855499D01* +X132145500Y-78605501D01* +X132145499Y-78605500D01* +X131774786Y-78605500D01* +X131774783Y-78605501D01* +X131706749Y-78615412D01* +X131601811Y-78666714D01* +X131519213Y-78749312D01* +X131467911Y-78854253D01* +X131467729Y-78855499D01* +X130791000Y-78855499D01* +X130791000Y-77619999D01* +X130809907Y-77561808D01* +X130859407Y-77525844D01* +X130890000Y-77520999D01* +X131172021Y-77520999D01* +X131172022Y-77520998D01* +X131218910Y-77513572D01* +X131265799Y-77506147D01* +X131265799Y-77506146D01* +X131265804Y-77506146D01* +X131378842Y-77448550D01* +X131468550Y-77358842D01* +X131526146Y-77245804D01* +X131541000Y-77152019D01* +X131540999Y-75788982D01* +X131540999Y-75788981D01* +X131540999Y-75788978D01* +X131540998Y-75788976D01* +X131526147Y-75695200D01* +X131526146Y-75695198D01* +X131526146Y-75695196D01* +X131468550Y-75582158D01* +X131378842Y-75492450D01* +X131319391Y-75462158D01* +X131285054Y-75444662D01* +X131241790Y-75401397D01* +X131231000Y-75356453D01* +X131231000Y-74020251D01* +X131231000Y-72655028D01* +X131249906Y-72596841D01* +X131261781Y-72583288D01* +X131343553Y-72505559D01* +X131459795Y-72338549D01* +X131540040Y-72151558D01* +X131581000Y-71952241D01* +X131581000Y-71499758D01* +X131565574Y-71348062D01* +X131504659Y-71153912D01* +X131429916Y-71019250D01* +X131405911Y-70976001D01* +X131405909Y-70975998D01* +X131273370Y-70821609D01* +X131273368Y-70821607D01* +X131273366Y-70821605D01* +X131112458Y-70697052D01* +X131112457Y-70697051D01* +X131112454Y-70697049D01* +X130989920Y-70636944D01* +X130929771Y-70607440D01* +X130732785Y-70556437D01* +X130732783Y-70556436D01* +X130732781Y-70556436D01* +X130578602Y-70548617D01* +X130529564Y-70546131D01* +X130529562Y-70546131D01* +X130529559Y-70546131D01* +X130328432Y-70576943D01* +X130328429Y-70576943D01* +X130328429Y-70576944D01* +X130137613Y-70647614D01* +X130137611Y-70647614D01* +X130137611Y-70647615D01* +X129964932Y-70755245D01* +X129964926Y-70755250D01* +X129817454Y-70895434D01* +X129817442Y-70895446D01* +X129701208Y-71062445D01* +X129701205Y-71062451D01* +X129620960Y-71249440D01* +X129616154Y-71272827D01* +X129580000Y-71448759D01* +X129580000Y-71448762D01* +X129580000Y-71901243D01* +X129595426Y-72052938D01* +X129656341Y-72247089D01* +X129656342Y-72247090D01* +X129755088Y-72424998D01* +X129755090Y-72425001D01* +X129873096Y-72562461D01* +X129887634Y-72579395D01* +X129889385Y-72580750D01* +X129891595Y-72582461D01* +X129926039Y-72633031D01* +X129929999Y-72660750D01* +X129929999Y-75321000D01* +X129911092Y-75379191D01* +X129861592Y-75415155D01* +X129830999Y-75420000D01* +X129108978Y-75420000D01* +X129108976Y-75420001D01* +X129015200Y-75434852D01* +X129015195Y-75434854D01* +X128902159Y-75492449D01* +X128812449Y-75582159D01* +X128754854Y-75695195D01* +X128740000Y-75788978D01* +X128740000Y-77152021D01* +X126831000Y-77152021D01* +X126830999Y-75803982D01* +X126830998Y-75803981D01* +X126830999Y-75803978D01* +X126830998Y-75803976D01* +X126816147Y-75710200D01* +X126816146Y-75710198D01* +X126816146Y-75710196D01* +X126758550Y-75597158D01* +X126668842Y-75507450D01* +X126555804Y-75449854D01* +X126555805Y-75449854D01* +X126462022Y-75435000D01* +X126462019Y-75435000D01* +X126180000Y-75435000D01* +X126121809Y-75416093D01* +X126085845Y-75366593D01* +X126081000Y-75336000D01* +X126081000Y-72613243D01* +X126082883Y-72596184D01* +X126083260Y-72592202D01* +X126081000Y-72520282D01* +X126081000Y-72489582D01* +X126081000Y-72489575D01* +X126080006Y-72481711D01* +X126079641Y-72477066D01* +X126079570Y-72474817D01* +X126078098Y-72427931D01* +X126071628Y-72405661D01* +X126068477Y-72390451D01* +X126065571Y-72367442D01* +X126058091Y-72348549D01* +X126047473Y-72321731D01* +X126045962Y-72317317D01* +X126044319Y-72311663D01* +X126032245Y-72270102D01* +X126028770Y-72264226D01* +X126020437Y-72250135D01* +X126013602Y-72236184D01* +X126013419Y-72235722D01* +X126005068Y-72214629D01* +X125976160Y-72174841D01* +X125973611Y-72170960D01* +X125971322Y-72167090D01* +X125948581Y-72128635D01* +X125948579Y-72128633D01* +X125932177Y-72112230D01* +X125922089Y-72100418D01* +X125908464Y-72081664D01* +X125870585Y-72050327D01* +X125867134Y-72047187D01* +X125609996Y-71790050D01* +X125582219Y-71735533D01* +X125581000Y-71720046D01* +X125581000Y-70665681D01* +X125580999Y-70665672D01* +X125572267Y-70621779D01* +X125572265Y-70621775D01* +X125561167Y-70605165D01* +X125539004Y-70571996D01* +X125519156Y-70558734D01* +X125489224Y-70538734D01* +X125489220Y-70538732D01* +X125445327Y-70530000D01* +X125445320Y-70530000D01* +X125330000Y-70530000D01* +X125271809Y-70511093D01* +X125235845Y-70461593D01* +X125231000Y-70431000D01* +X125231000Y-69755000D01* +X125249907Y-69696809D01* +X125299407Y-69660845D01* +X125330000Y-69656000D01* +X132331000Y-69656000D01* +X132389191Y-69674907D01* +X132425155Y-69724407D01* +X132430000Y-69755000D01* +X132430000Y-70451000D01* +X132411093Y-70509191D01* +X132361593Y-70545155D01* +X132331000Y-70550000D01* +X132215672Y-70550000D01* +X132171779Y-70558732D01* +X132171775Y-70558734D01* +X132121998Y-70591994D01* +X132121994Y-70591998D01* +X132088734Y-70641775D01* +X132088732Y-70641779D01* +X132080000Y-70685672D01* +X132080000Y-72715327D01* +X132088732Y-72759220D01* +X132088734Y-72759224D01* +X132108633Y-72789005D01* +X132121996Y-72809004D01* +X132171778Y-72842267D01* +X132182827Y-72844464D01* +X132215672Y-72850999D01* +X132215678Y-72850999D01* +X132215680Y-72851000D01* +X133270046Y-72851000D01* +X133328237Y-72869907D01* +X133340050Y-72879996D01* +X133461004Y-73000950D01* +X133488781Y-73055467D01* +X133490000Y-73070954D01* +X133490000Y-75321000D01* +X133471093Y-75379191D01* +X133421593Y-75415155D01* +X133391000Y-75420000D01* +X133108979Y-75420000D01* +X133108976Y-75420001D01* +X133015200Y-75434852D01* +X133015195Y-75434854D01* +X132902159Y-75492449D01* +X132812449Y-75582159D01* +X132754854Y-75695195D01* +X132740000Y-75788978D01* +X132740000Y-77152021D01* +X132740001Y-77152023D01* +X132754852Y-77245799D01* +X132754854Y-77245804D01* +X132812450Y-77358842D01* +X132902158Y-77448550D01* +X133015196Y-77506146D01* +X133108981Y-77521000D01* +X135172018Y-77520999D01* +X135172021Y-77520999D01* +X135172022Y-77520998D01* +X135218910Y-77513572D01* +X135265799Y-77506147D01* +X135265799Y-77506146D01* +X135265804Y-77506146D01* +X135378842Y-77448550D01* +X135468550Y-77358842D01* +X135526146Y-77245804D01* +X135541000Y-77152019D01* +X135540999Y-75788982D01* +X135540999Y-75788981D01* +X135540999Y-75788978D01* +X135540998Y-75788976D01* +X135526147Y-75695200D01* +X135526146Y-75695198D01* +X135526146Y-75695196D01* +X135468550Y-75582158D01* +X135378842Y-75492450D01* +X135265804Y-75434854D01* +X135265805Y-75434854D01* +X135172022Y-75420000D01* +X135172019Y-75420000D01* +X134890000Y-75420000D01* +X134831809Y-75401093D01* +X134795845Y-75351593D01* +X134791000Y-75321000D01* +X134791000Y-72843242D01* +X134792883Y-72826183D01* +X134793260Y-72822201D01* +X134791000Y-72750295D01* +X134791000Y-72719581D01* +X134790999Y-72719569D01* +X134790007Y-72711714D01* +X134789640Y-72707058D01* +X134789271Y-72695320D01* +X134788097Y-72657930D01* +X134781625Y-72635653D01* +X134778478Y-72620457D01* +X134775571Y-72597442D01* +X134757467Y-72551719D01* +X134755963Y-72547327D01* +X134742244Y-72500101D01* +X134730431Y-72480127D01* +X134723603Y-72466188D01* +X134718336Y-72452884D01* +X134715069Y-72444630D01* +X134715068Y-72444629D01* +X134686170Y-72404854D01* +X134683613Y-72400961D01* +X134658581Y-72358635D01* +X134658579Y-72358632D01* +X134642177Y-72342230D01* +X134632089Y-72330418D01* +X134630666Y-72328460D01* +X134618463Y-72311663D01* +X134587604Y-72286134D01* +X134580585Y-72280327D01* +X134577134Y-72277187D01* +X134109996Y-71810050D01* +X134082219Y-71755533D01* +X134081000Y-71740046D01* +X134081000Y-70685681D01* +X134080999Y-70685672D01* +X134074199Y-70651490D01* +X134072267Y-70641778D01* +X134039004Y-70591996D01* +X134018234Y-70578118D01* +X133989224Y-70558734D01* +X133989220Y-70558732D01* +X133945327Y-70550000D01* +X133945320Y-70550000D01* +X133830000Y-70550000D01* +X133771809Y-70531093D01* +X133735845Y-70481593D01* +X133731000Y-70451000D01* +X133731000Y-69755000D01* +X133749907Y-69696809D01* +X133799407Y-69660845D01* +X133830000Y-69656000D01* +X138545046Y-69656000D01* +X138603237Y-69674907D01* +X138615050Y-69684996D01* +X139338699Y-70408645D01* +X139366476Y-70463161D01* +X139356905Y-70523593D01* +X139313640Y-70566858D01* +X139253208Y-70576429D01* +X139243882Y-70574488D01* +X139212786Y-70566437D01* +X139212781Y-70566436D01* +X139052511Y-70558309D01* +X139009564Y-70556131D01* +X139009562Y-70556131D01* +X139009559Y-70556131D01* +X138808432Y-70586943D01* +X138808429Y-70586943D01* +X138808429Y-70586944D01* +X138617613Y-70657614D01* +X138617611Y-70657614D01* +X138617611Y-70657615D01* +X138444932Y-70765245D01* +X138444926Y-70765250D01* +X138297451Y-70905436D01* +X138297442Y-70905446D01* +X138181208Y-71072445D01* +X138181205Y-71072451D01* +X138100960Y-71259440D01* +X138095906Y-71284034D01* +X138060000Y-71458759D01* +X138060000Y-71458762D01* +X138060000Y-71911243D01* +X138075426Y-72062938D01* +X138136341Y-72257089D01* +X138136342Y-72257090D01* +X138235088Y-72434998D01* +X138235090Y-72435001D01* +X138359047Y-72579393D01* +X138367634Y-72589395D01* +X138371597Y-72592462D01* +X138406040Y-72643031D01* +X138410000Y-72670750D01* +X138410000Y-75201000D01* +X138391093Y-75259191D01* +X138341593Y-75295155D01* +X138311000Y-75300000D01* +X137506478Y-75300000D01* +X137506476Y-75300001D01* +X137412700Y-75314852D01* +X137412695Y-75314854D01* +X137299659Y-75372449D01* +X137209949Y-75462159D01* +X137152354Y-75575195D01* +X137137500Y-75668978D01* +X137137500Y-77032021D01* +X137137501Y-77032023D01* +X137152352Y-77125799D01* +X137152354Y-77125804D01* +X137209950Y-77238842D01* +X137299658Y-77328550D01* +X137412696Y-77386146D01* +X137506481Y-77401000D01* +X137788500Y-77400999D01* +X137846690Y-77419906D01* +X137882654Y-77469406D01* +X137887500Y-77499999D01* +X137887500Y-79356000D01* +X137868593Y-79414191D01* +X137819093Y-79450155D01* +X137793457Y-79454233D01* +X137793492Y-79454836D01* +X137790635Y-79455001D01* +X137765509Y-79457914D01* +X137662735Y-79503294D01* +X137583294Y-79582735D01* +X137537914Y-79685511D01* +X137535000Y-79710630D01* +X137535000Y-80100360D01* +X137535001Y-80100363D01* +X137537914Y-80125490D01* +X137546998Y-80146063D01* +X137583294Y-80228265D01* +X137662735Y-80307706D01* +X137765509Y-80353085D01* +X137790635Y-80356000D01* +X137912930Y-80355999D01* +X137971121Y-80374906D01* +X137978400Y-80380737D01* +X137988824Y-80389927D01* +X138005922Y-80405001D01* +X138007893Y-80406738D01* +X138039040Y-80459403D01* +X138033282Y-80520317D01* +X137992820Y-80566213D01* +X137942424Y-80580000D01* +X136191384Y-80580000D01* +X136172071Y-80578098D01* +X136154500Y-80574603D01* +X136047006Y-80595983D01* +X135981459Y-80639781D01* +X135955878Y-80656874D01* +X135955872Y-80656880D01* +X135945923Y-80671769D01* +X135933615Y-80686767D01* +X133589380Y-83031004D01* +X133534863Y-83058781D01* +X133519376Y-83060000D01* +X130969623Y-83060000D01* +X130911432Y-83041093D01* +X130875468Y-82991593D01* +X130875468Y-82930407D01* +X130899619Y-82890996D01* +X132305620Y-81484995D01* +X132360137Y-81457218D01* +X132375624Y-81455999D01* +X133027861Y-81455999D01* +X133027864Y-81455999D01* +X133052991Y-81453085D01* +X133155765Y-81407706D01* +X133235206Y-81328265D01* +X133280585Y-81225491D01* +X133283125Y-81203591D01* +X133308613Y-81147967D01* +X133361928Y-81117947D01* +X133381466Y-81116000D01* +X133625470Y-81116000D01* +X133683661Y-81134907D01* +X133714410Y-81171519D01* +X133751302Y-81246983D01* +X133834017Y-81329698D01* +X133854168Y-81339549D01* +X133939104Y-81381072D01* +X133939105Y-81381072D01* +X133939107Y-81381073D01* +X134007240Y-81391000D01* +X134007243Y-81391000D01* +X134623757Y-81391000D01* +X134623760Y-81391000D01* +X134691893Y-81381073D01* +X134796983Y-81329698D01* +X134879698Y-81246983D01* +X134931073Y-81141893D01* +X134941000Y-81073760D01* +X134941000Y-80607240D01* +X134931073Y-80539107D01* +X134927958Y-80532736D01* +X134892043Y-80459269D01* +X134879698Y-80434017D01* +X134796983Y-80351302D01* +X134795543Y-80350598D01* +X134691895Y-80299927D01* +X134664639Y-80295956D01* +X134623760Y-80290000D01* +X134007240Y-80290000D01* +X133973173Y-80294963D01* +X133939104Y-80299927D01* +X133834018Y-80351301D01* +X133751301Y-80434018D01* +X133729320Y-80478981D01* +X133716113Y-80505999D01* +X133714411Y-80509480D01* +X133671868Y-80553454D01* +X133625470Y-80565000D01* +X133089920Y-80565000D01* +X133060469Y-80558788D01* +X133060175Y-80559870D01* +X133052988Y-80557914D01* +X133027868Y-80555000D01* +X131763139Y-80555000D01* +X131763136Y-80555001D01* +X131738009Y-80557914D01* +X131635235Y-80603294D01* +X131555794Y-80682735D01* +X131510414Y-80785511D01* +X131507500Y-80810630D01* +X131507500Y-81200360D01* +X131507501Y-81200363D01* +X131510414Y-81225490D01* +X131524638Y-81257704D01* +X131555794Y-81328265D01* +X131555795Y-81328266D01* +X131560979Y-81335834D01* +X131557688Y-81338087D01* +X131577229Y-81376439D01* +X131567658Y-81436871D01* +X131549452Y-81461930D01* +X130565880Y-82445504D01* +X130511363Y-82473281D01* +X130495876Y-82474500D01* +X122735123Y-82474500D01* +X122676932Y-82455593D01* +X122640968Y-82406093D01* +X122640968Y-82344907D01* +X122665119Y-82305496D01* +X123445620Y-81524995D01* +X123500137Y-81497218D01* +X123515624Y-81495999D01* +X124167861Y-81495999D01* +X124167864Y-81495999D01* +X124192991Y-81493085D01* +X124295765Y-81447706D01* +X124375206Y-81368265D01* +X124420585Y-81265491D01* +X124420585Y-81265489D01* +X124420796Y-81265012D01* +X124461597Y-81219416D01* +X124511361Y-81206000D01* +X124815470Y-81206000D01* +X124873661Y-81224907D01* +X124904410Y-81261519D01* +X124941302Y-81336983D01* +X125024017Y-81419698D01* +X125077785Y-81445983D01* +X125129104Y-81471072D01* +X125129105Y-81471072D01* +X125129107Y-81471073D01* +X125197240Y-81481000D01* +X125197243Y-81481000D01* +X125813757Y-81481000D01* +X125813760Y-81481000D01* +X125881893Y-81471073D01* +X125986983Y-81419698D01* +X126069698Y-81336983D01* +X126121073Y-81231893D01* +X126131000Y-81163760D01* +X126131000Y-80697240D01* +X126121073Y-80629107D01* +X126116553Y-80619862D01* +X126094428Y-80574603D01* +X126069698Y-80524017D01* +X125986983Y-80441302D01* +X125986981Y-80441301D01* +X125881895Y-80389927D01* +X125848056Y-80384997D01* +X125813760Y-80380000D01* +X125197240Y-80380000D01* +X125163173Y-80384963D01* +X125129104Y-80389927D01* +X125024018Y-80441301D01* +X124941301Y-80524018D01* +X124930555Y-80546000D01* +X124905177Y-80597914D01* +X124904411Y-80599480D01* +X124861868Y-80643454D01* +X124815470Y-80655000D01* +X124343160Y-80655000D01* +X124303172Y-80646565D01* +X124295765Y-80643294D01* +X124192991Y-80597915D01* +X124192990Y-80597914D01* +X124192988Y-80597914D01* +X124167868Y-80595000D01* +X122903139Y-80595000D01* +X122903136Y-80595001D01* +X122878009Y-80597914D01* +X122775235Y-80643294D01* +X122695794Y-80722735D01* +X122650414Y-80825511D01* +X122647500Y-80850630D01* +X122647500Y-81240360D01* +X122647501Y-81240363D01* +X122650414Y-81265490D01* +X122668301Y-81305999D01* +X122695794Y-81368265D01* +X122695795Y-81368266D01* +X122700979Y-81375834D01* +X122697688Y-81378087D01* +X122717229Y-81416439D01* +X122707658Y-81476871D01* +X122689452Y-81501929D01* +X122235880Y-81955503D01* +X122181363Y-81983281D01* +X122165876Y-81984500D01* +X110455124Y-81984500D01* +X110396933Y-81965593D01* +X110385120Y-81955504D01* +X110094495Y-81664879D01* +X110066718Y-81610362D01* +X110065500Y-81594887D01* +X110065500Y-77051882D01* +X110067402Y-77032569D01* +X110067511Y-77032021D01* +X110070897Y-77015000D01* +X110062554Y-76973056D01* +X110049515Y-76907505D01* +X110049513Y-76907502D01* +X110049513Y-76907501D01* +X109988626Y-76816379D01* +X109988624Y-76816376D01* +X109973733Y-76806426D01* +X109958731Y-76794115D01* +X107645885Y-74481269D01* +X107633573Y-74466266D01* +X107623625Y-74451378D01* +X107623624Y-74451376D01* +X107602899Y-74437528D01* +X107602890Y-74437521D01* +X107567593Y-74413937D01* +X107532495Y-74390485D01* +X107446182Y-74373316D01* +X107446162Y-74373311D01* +X107425002Y-74369103D01* +X107425001Y-74369103D01* +X107425000Y-74369103D01* +X107407430Y-74372598D01* +X107388116Y-74374500D01* +X77108923Y-74374500D01* +X77050732Y-74355593D01* +X77034104Y-74340331D01* +X77013050Y-74316034D01* +X77013048Y-74316032D01* +X76904073Y-74245998D01* +X76904070Y-74245996D01* +X76904069Y-74245996D01* +X76900023Y-74244808D01* +X76779774Y-74209500D01* +X76779772Y-74209500D01* +X76650228Y-74209500D01* +X76650225Y-74209500D01* +X76525933Y-74245995D01* +X76525926Y-74245998D01* +X76416952Y-74316031D01* +X76332117Y-74413938D01* +X76278302Y-74531774D01* +X76259867Y-74659997D01* +X76259867Y-74660002D01* +X76278302Y-74788225D01* +X76332117Y-74906061D01* +X76332118Y-74906063D01* +X76408234Y-74993907D01* +X76416952Y-75003968D01* +X76520455Y-75070485D01* +X76525931Y-75074004D01* +X76650228Y-75110500D01* +X76650230Y-75110500D01* +X76779770Y-75110500D01* +X76779772Y-75110500D01* +X76904069Y-75074004D01* +X77013049Y-75003967D01* +X77027967Y-74986749D01* +X77051434Y-74959669D01* +X77103830Y-74928073D01* +X77126253Y-74925500D01* +X83145080Y-74925500D01* +X83203271Y-74944407D01* +X83239235Y-74993907D01* +X83239235Y-75055093D01* +X83235133Y-75065626D01* +X83198302Y-75146272D01* +X83198302Y-75146274D01* +X83179867Y-75274497D01* +X83179867Y-75274502D01* +X83198302Y-75402725D01* +X83235362Y-75483873D01* +X83242337Y-75544660D01* +X83212251Y-75597937D01* +X83156595Y-75623355D01* +X83145309Y-75624000D01* +X72917994Y-75624000D01* +X72859803Y-75605093D01* +X72823839Y-75555593D01* +X72820532Y-75517081D01* +X72820133Y-75517081D01* +X72820133Y-75512431D01* +X72820002Y-75510909D01* +X72820133Y-75510000D01* +X72801697Y-75381774D01* +X72747882Y-75263937D01* +X72663049Y-75166033D01* +X72663048Y-75166032D01* +X72663047Y-75166031D01* +X72554073Y-75095998D01* +X72554070Y-75095996D01* +X72554069Y-75095996D01* +X72554066Y-75095995D01* +X72429774Y-75059500D01* +X72429772Y-75059500D01* +X72300228Y-75059500D01* +X72300225Y-75059500D01* +X72175933Y-75095995D01* +X72175926Y-75095998D01* +X72066952Y-75166031D01* +X71982117Y-75263938D01* +X71928302Y-75381774D01* +X71909867Y-75509997D01* +X71909867Y-75510002D01* +X69570500Y-75510002D01* +X69570500Y-75176988D01* +X69589407Y-75118797D01* +X69606692Y-75100462D01* +X69713120Y-75013120D01* +X69835023Y-74864581D01* +X69835027Y-74864572D01* +X69835030Y-74864569D01* +X69903897Y-74735727D01* +X69925605Y-74695114D01* +X69981385Y-74511231D01* +X69981386Y-74511226D01* +X70000220Y-74320003D01* +X70000220Y-74319996D01* +X69981386Y-74128773D01* +X69981385Y-74128768D01* +X69964464Y-74072988D01* +X69925605Y-73944886D01* +X69925602Y-73944880D01* +X69835030Y-73775430D01* +X69835025Y-73775423D01* +X69835023Y-73775419D01* +X69737753Y-73656895D01* +X69713124Y-73626884D01* +X69713115Y-73626875D01* +X69621201Y-73551444D01* +X69564581Y-73504977D01* +X69564578Y-73504975D01* +X69564569Y-73504969D01* +X69395119Y-73414397D01* +X69395114Y-73414395D01* +X69395114Y-73414394D01* +X69328660Y-73394236D01* +X69278464Y-73359252D01* +X69258418Y-73301444D01* +X69276179Y-73242893D01* +X69324964Y-73205964D01* +X69357399Y-73200500D01* +X70583100Y-73200500D01* +X70641291Y-73219407D01* +X70653103Y-73229496D01* +X71080503Y-73656895D01* +X71108281Y-73711412D01* +X71109500Y-73726899D01* +X71109500Y-74005632D01* +X71109499Y-74005632D01* +X71120134Y-74078626D01* +X71137212Y-74113559D01* +X71175174Y-74191211D01* +X71263789Y-74279826D01* +X71376375Y-74334866D01* +X71449364Y-74345500D01* +X71449367Y-74345500D01* +X71970632Y-74345500D01* +X71970636Y-74345500D01* +X72043625Y-74334866D01* +X72156211Y-74279826D01* +X72244826Y-74191211D01* +X72299866Y-74078625D01* +X72310500Y-74005636D01* +X72310500Y-74003453D01* +X72610000Y-74003453D01* +X72625760Y-74102965D01* +X72625762Y-74102969D01* +X72686881Y-74222921D01* +X72782078Y-74318118D01* +X72902030Y-74379237D01* +X72902029Y-74379237D01* +X73001540Y-74394998D01* +X73001551Y-74394999D01* +X73010000Y-74394998D01* +X73510000Y-74394998D01* +X73510001Y-74394999D01* +X73518453Y-74394999D01* +X73617965Y-74379239D01* +X73617969Y-74379237D01* +X73737921Y-74318118D01* +X73833118Y-74222921D01* +X73894237Y-74102969D01* +X73910000Y-74003453D01* +X73910000Y-73970001D01* +X73909999Y-73970000D01* +X73510001Y-73970000D01* +X73510000Y-73970001D01* +X73510000Y-74394998D01* +X73010000Y-74394998D01* +X73010000Y-73970001D01* +X73009999Y-73970000D01* +X72610002Y-73970000D01* +X72610001Y-73970001D01* +X72610001Y-74003453D01* +X72610000Y-74003453D01* +X72310500Y-74003453D01* +X72310500Y-73469999D01* +X72610000Y-73469999D01* +X72610001Y-73470000D01* +X73009999Y-73470000D01* +X73010000Y-73469999D01* +X73510000Y-73469999D01* +X73510001Y-73470000D01* +X73909998Y-73470000D01* +X73909999Y-73469999D01* +X73909999Y-73436546D01* +X73894239Y-73337034D01* +X73894237Y-73337030D01* +X73833118Y-73217078D01* +X73737921Y-73121881D01* +X73617969Y-73060762D01* +X73617970Y-73060762D01* +X73518454Y-73045000D01* +X73510001Y-73045000D01* +X73510000Y-73045001D01* +X73510000Y-73469999D01* +X73010000Y-73469999D01* +X73010000Y-73044999D01* +X73001558Y-73045000D01* +X73001544Y-73045001D01* +X72902035Y-73060760D01* +X72902030Y-73060762D01* +X72782078Y-73121881D01* +X72686881Y-73217078D01* +X72625762Y-73337030D01* +X72610000Y-73436546D01* +X72610000Y-73469999D01* +X72310500Y-73469999D01* +X72310500Y-73434364D01* +X72299866Y-73361375D01* +X72244826Y-73248789D01* +X72156211Y-73160174D01* +X72077881Y-73121881D01* +X72043625Y-73105134D01* +X72043626Y-73105134D01* +X72025377Y-73102475D01* +X71970636Y-73094500D01* +X71970633Y-73094500D01* +X71691900Y-73094500D01* +X71633709Y-73075593D01* +X71621896Y-73065504D01* +X71349617Y-72793225D01* +X71050909Y-72494516D01* +X71050908Y-72494515D01* +X71048424Y-72492031D01* +X71028343Y-72471951D01* +X71028342Y-72471950D01* +X71006845Y-72460996D01* +X70993608Y-72452884D01* +X70987581Y-72448505D01* +X70974090Y-72438704D01* +X70974088Y-72438703D01* +X70951142Y-72431247D01* +X70936788Y-72425301D01* +X70936201Y-72425002D01* +X70932701Y-72423218D01* +X70915306Y-72414354D01* +X70891474Y-72410579D01* +X70876374Y-72406953D01* +X70853437Y-72399500D01* +X70853433Y-72399500D01* +X70821519Y-72399500D01* +X68063433Y-72399500D01* +X67936567Y-72399500D01* +X67936566Y-72399500D01* +X67936560Y-72399501D01* +X67913624Y-72406953D01* +X67898525Y-72410578D01* +X67874701Y-72414352D01* +X67874695Y-72414354D01* +X67853196Y-72425307D01* +X67838857Y-72431246D01* +X67815914Y-72438702D01* +X67815911Y-72438704D01* +X67796392Y-72452884D01* +X67783156Y-72460995D01* +X67761658Y-72471950D01* +X67739094Y-72494513D01* +X67739092Y-72494515D01* +X67739090Y-72494515D01* +X67739091Y-72494516D01* +X66918103Y-73315504D01* +X66863586Y-73343281D01* +X66848099Y-73344500D01* +X65640172Y-73344500D01* +X65596279Y-73353232D01* +X65596275Y-73353234D01* +X65546498Y-73386494D01* +X65546494Y-73386498D01* +X65513234Y-73436275D01* +X65513232Y-73436279D01* +X65504500Y-73480172D01* +X65504500Y-74688098D01* +X65485593Y-74746289D01* +X65475504Y-74758102D01* +X64894504Y-75339103D01* +X64839987Y-75366880D01* +X64779555Y-75357309D01* +X64736290Y-75314044D01* +X64725500Y-75269099D01* +X64725500Y-71190356D01* +X83063500Y-71190356D01* +X83072232Y-71234249D01* +X83072234Y-71234253D01* +X83089065Y-71259442D01* +X83105496Y-71284033D01* +X83155278Y-71317296D01* +X83166327Y-71319493D01* +X83199172Y-71326028D01* +X83199178Y-71326028D01* +X83199180Y-71326029D01* +X83199181Y-71326029D01* +X85028819Y-71326029D01* +X85028820Y-71326029D01* +X85028821Y-71326028D01* +X85028827Y-71326028D01* +X85050623Y-71321691D01* +X85072722Y-71317296D01* +X85122504Y-71284033D01* +X85155767Y-71234251D01* +X85164500Y-71190349D01* +X85164500Y-70275529D01* +X88009287Y-70275529D01* +X88028097Y-70478518D01* +X88083887Y-70674599D01* +X88174750Y-70857079D01* +X88174753Y-70857083D01* +X88176533Y-70859442D01* +X88452747Y-70583228D01* +X88507264Y-70555450D01* +X88567696Y-70565021D01* +X88601293Y-70592964D01* +X88684357Y-70701215D01* +X88686075Y-70703454D01* +X88686078Y-70703456D01* +X88686080Y-70703458D01* +X88796563Y-70788234D01* +X88831219Y-70838658D01* +X88829618Y-70899823D01* +X88806300Y-70936779D01* +X88533311Y-71209769D01* +X88621588Y-71264427D01* +X88811683Y-71338070D01* +X89012070Y-71375529D01* +X89215930Y-71375529D01* +X89416316Y-71338070D01* +X89606413Y-71264427D01* +X89606418Y-71264424D01* +X89694688Y-71209770D01* +X89421698Y-70936779D01* +X89393921Y-70882263D01* +X89403492Y-70821831D01* +X89431431Y-70788237D01* +X89541925Y-70703454D01* +X89626706Y-70592964D01* +X89677130Y-70558309D01* +X89738295Y-70559910D01* +X89775251Y-70583228D01* +X90051465Y-70859442D01* +X90053244Y-70857087D01* +X90053249Y-70857078D01* +X90144112Y-70674599D01* +X90199902Y-70478518D01* +X90218712Y-70275528D01* +X90199902Y-70072539D01* +X90144112Y-69876458D01* +X90053247Y-69693976D01* +X90053244Y-69693971D01* +X90051465Y-69691615D01* +X89775250Y-69967829D01* +X89720734Y-69995606D01* +X89660302Y-69986035D01* +X89626705Y-69958092D01* +X89541929Y-69847609D01* +X89541928Y-69847608D01* +X89541925Y-69847604D01* +X89541920Y-69847600D01* +X89541919Y-69847599D01* +X89431435Y-69762822D01* +X89396779Y-69712398D01* +X89398380Y-69651233D01* +X89421698Y-69614276D01* +X89694687Y-69341286D01* +X89606415Y-69286631D01* +X89606413Y-69286630D01* +X89416316Y-69212987D01* +X89215930Y-69175529D01* +X89012070Y-69175529D01* +X88811681Y-69212987D01* +X88621592Y-69286627D01* +X88621586Y-69286630D01* +X88533310Y-69341287D01* +X88806300Y-69614277D01* +X88834077Y-69668793D01* +X88824506Y-69729225D01* +X88796564Y-69762822D01* +X88686077Y-69847602D01* +X88686073Y-69847606D01* +X88601293Y-69958093D01* +X88550868Y-69992748D01* +X88489703Y-69991146D01* +X88452748Y-69967829D01* +X88176533Y-69691614D01* +X88176532Y-69691614D01* +X88174754Y-69693972D01* +X88083887Y-69876458D01* +X88028097Y-70072539D01* +X88009287Y-70275529D01* +X85164500Y-70275529D01* +X85164500Y-69360709D01* +X85164499Y-69360707D01* +X85164499Y-69360701D01* +X85155767Y-69316808D01* +X85155765Y-69316804D01* +X85135604Y-69286631D01* +X85122504Y-69267025D01* +X85108997Y-69258000D01* +X85072724Y-69233763D01* +X85072720Y-69233761D01* +X85028827Y-69225029D01* +X85028820Y-69225029D01* +X83199180Y-69225029D01* +X83199172Y-69225029D01* +X83155279Y-69233761D01* +X83155275Y-69233763D01* +X83105498Y-69267023D01* +X83105494Y-69267027D01* +X83072234Y-69316804D01* +X83072232Y-69316808D01* +X83063500Y-69360701D01* +X83063500Y-71190356D01* +X64725500Y-71190356D01* +X64725500Y-69179999D01* +X66384700Y-69179999D01* +X66403865Y-69411303D01* +X66408655Y-69430217D01* +X66460843Y-69636300D01* +X66554076Y-69848849D01* +X66681021Y-70043153D01* +X66838216Y-70213913D01* +X67021374Y-70356470D01* +X67225497Y-70466936D01* +X67262410Y-70479608D01* +X67268660Y-70482245D01* +X67288393Y-70492216D01* +X67289334Y-70491997D01* +X67313081Y-70497003D01* +X67445019Y-70542298D01* +X67487745Y-70549427D01* +X67494092Y-70550922D01* +X67496655Y-70551707D01* +X67496689Y-70551716D01* +X67514241Y-70557091D01* +X67514519Y-70556975D01* +X67539017Y-70557983D01* +X67673951Y-70580500D01* +X67673952Y-70580500D01* +X67721321Y-70580500D01* +X67727615Y-70580901D01* +X67747971Y-70583508D01* +X67771867Y-70580500D01* +X67906052Y-70580500D01* +X67923217Y-70577635D01* +X67956852Y-70572022D01* +X67962875Y-70571394D01* +X67968146Y-70571171D01* +X67968153Y-70571169D01* +X67970048Y-70571089D01* +X67970104Y-70571085D01* +X67983314Y-70570523D01* +X68005158Y-70563961D01* +X68134981Y-70542298D01* +X68187655Y-70524214D01* +X68193275Y-70522651D01* +X68200693Y-70521053D01* +X68200697Y-70521051D01* +X68201719Y-70520831D01* +X68201747Y-70520824D01* +X68213077Y-70518381D01* +X68232390Y-70508857D01* +X68354503Y-70466936D01* +X68407203Y-70438415D01* +X68412292Y-70436025D01* +X68421425Y-70432356D01* +X68421428Y-70432354D01* +X68425326Y-70430788D01* +X68425333Y-70430785D01* +X68430824Y-70428578D01* +X68447205Y-70416767D01* +X68558626Y-70356470D01* +X68609324Y-70317010D01* +X68613772Y-70313922D01* +X68623991Y-70307631D01* +X68623993Y-70307628D01* +X68630429Y-70303666D01* +X68639185Y-70294258D01* +X68642901Y-70290987D01* +X68645131Y-70289140D01* +X68741784Y-70213913D01* +X68788303Y-70163378D01* +X68791998Y-70159767D01* +X68806961Y-70146598D01* +X68812493Y-70138171D01* +X68818539Y-70130683D01* +X68820569Y-70128328D01* +X68898979Y-70043153D01* +X68939016Y-69981870D01* +X68941925Y-69977871D01* +X68952010Y-69965382D01* +X68952013Y-69965375D01* +X68954614Y-69962155D01* +X68957505Y-69955546D01* +X68959181Y-69952544D01* +X68964289Y-69943399D01* +X68966034Y-69940516D01* +X69025924Y-69848849D01* +X69057194Y-69777561D01* +X69059299Y-69773325D01* +X69068026Y-69757704D01* +X69068029Y-69757694D01* +X69068515Y-69756825D01* +X69068527Y-69756802D01* +X69069205Y-69755587D01* +X69070228Y-69751470D01* +X69076211Y-69734535D01* +X69077539Y-69731177D01* +X69119157Y-69636300D01* +X69139444Y-69556187D01* +X69140743Y-69551894D01* +X69147275Y-69533407D01* +X69147275Y-69533402D01* +X69147495Y-69532782D01* +X69147583Y-69531609D01* +X69151276Y-69510072D01* +X69152063Y-69506356D01* +X69176134Y-69411305D01* +X69183367Y-69324010D01* +X69183902Y-69319794D01* +X69187478Y-69298943D01* +X69188145Y-69267474D01* +X69188303Y-69264440D01* +X69190845Y-69233761D01* +X69195300Y-69180000D01* +X69195300Y-69179999D01* +X76184551Y-69179999D01* +X76192313Y-69278631D01* +X76192466Y-69282516D01* +X76192466Y-69305731D01* +X76196098Y-69328666D01* +X76196554Y-69332526D01* +X76204316Y-69431148D01* +X76227409Y-69527340D01* +X76228168Y-69531152D01* +X76231799Y-69554083D01* +X76231801Y-69554092D01* +X76238978Y-69576180D01* +X76240034Y-69579922D01* +X76263127Y-69676112D01* +X76283132Y-69724407D01* +X76300986Y-69767512D01* +X76300987Y-69767513D01* +X76302333Y-69771161D01* +X76309506Y-69793237D01* +X76309509Y-69793247D01* +X76320042Y-69813919D01* +X76321670Y-69817449D01* +X76334675Y-69848844D01* +X76359534Y-69908859D01* +X76359536Y-69908863D01* +X76359537Y-69908864D01* +X76411228Y-69993218D01* +X76413126Y-69996607D01* +X76423666Y-70017290D01* +X76423674Y-70017304D01* +X76437315Y-70036080D01* +X76439475Y-70039312D01* +X76491162Y-70123656D01* +X76491164Y-70123659D01* +X76555418Y-70198891D01* +X76557816Y-70201932D01* +X76571465Y-70220720D01* +X76587895Y-70237151D01* +X76590533Y-70240005D01* +X76651182Y-70311017D01* +X76654776Y-70315224D01* +X76720081Y-70371000D01* +X76729993Y-70379465D01* +X76732849Y-70382105D01* +X76749273Y-70398529D01* +X76749275Y-70398530D01* +X76749276Y-70398531D01* +X76768046Y-70412168D01* +X76768060Y-70412178D01* +X76771101Y-70414575D01* +X76846341Y-70478836D01* +X76850752Y-70481539D01* +X76930685Y-70530523D01* +X76933918Y-70532683D01* +X76952687Y-70546320D01* +X76952710Y-70546334D01* +X76973397Y-70556875D01* +X76976780Y-70558769D01* +X77061141Y-70610466D01* +X77061143Y-70610466D01* +X77061147Y-70610469D01* +X77109594Y-70630536D01* +X77152556Y-70648331D01* +X77156068Y-70649950D01* +X77176760Y-70660493D01* +X77185050Y-70663186D01* +X77185882Y-70663457D01* +X77198833Y-70667665D01* +X77202479Y-70669009D01* +X77285644Y-70703458D01* +X77293887Y-70706872D01* +X77293888Y-70706873D01* +X77309347Y-70710584D01* +X77390109Y-70729973D01* +X77393805Y-70731015D01* +X77415910Y-70738198D01* +X77438847Y-70741830D01* +X77442628Y-70742581D01* +X77538852Y-70765683D01* +X77637512Y-70773447D01* +X77641320Y-70773898D01* +X77664271Y-70777534D01* +X77664272Y-70777534D01* +X77687483Y-70777534D01* +X77691368Y-70777687D01* +X77730055Y-70780731D01* +X77790000Y-70785449D01* +X77853582Y-70780444D01* +X77888632Y-70777687D01* +X77892517Y-70777534D01* +X77915725Y-70777534D01* +X77915729Y-70777534D01* +X77938688Y-70773897D01* +X77942499Y-70773446D01* +X78033711Y-70766268D01* +X78041149Y-70765683D01* +X78065619Y-70759808D01* +X78137361Y-70742584D01* +X78141133Y-70741833D01* +X78164090Y-70738198D01* +X78186187Y-70731017D01* +X78189889Y-70729973D01* +X78268559Y-70711086D01* +X78286108Y-70706874D01* +X78286109Y-70706873D01* +X78286111Y-70706873D01* +X78377547Y-70668998D01* +X78381133Y-70667675D01* +X78403240Y-70660493D01* +X78423944Y-70649943D01* +X78427428Y-70648337D01* +X78518859Y-70610466D01* +X78603242Y-70558755D01* +X78606590Y-70556880D01* +X78621222Y-70549426D01* +X78626720Y-70546625D01* +X78627288Y-70546335D01* +X78627300Y-70546327D01* +X78646077Y-70532685D01* +X78649312Y-70530524D01* +X78660622Y-70523593D01* +X78733659Y-70478836D01* +X78808924Y-70414552D01* +X78811900Y-70412207D01* +X78830724Y-70398531D01* +X78847155Y-70382099D01* +X78849968Y-70379498D01* +X78925224Y-70315224D01* +X78989498Y-70239968D01* +X78992104Y-70237151D01* +X79008531Y-70220724D01* +X79022207Y-70201900D01* +X79024552Y-70198924D01* +X79088836Y-70123659D01* +X79140524Y-70039310D01* +X79142685Y-70036077D01* +X79156327Y-70017300D01* +X79156330Y-70017295D01* +X79156334Y-70017290D01* +X79166886Y-69996579D01* +X79168755Y-69993242D01* +X79220466Y-69908859D01* +X79258337Y-69817428D01* +X79259943Y-69813944D01* +X79270493Y-69793240D01* +X79277671Y-69771147D01* +X79278998Y-69767547D01* +X79316873Y-69676111D01* +X79339975Y-69579883D01* +X79341020Y-69576180D01* +X79348198Y-69554090D01* +X79351833Y-69531133D01* +X79352584Y-69527361D01* +X79372796Y-69443172D01* +X79375683Y-69431149D01* +X79380566Y-69369098D01* +X79383446Y-69332499D01* +X79383897Y-69328688D01* +X79387534Y-69305729D01* +X79388162Y-69273659D01* +X79388303Y-69270785D01* +X79395449Y-69180000D01* +X79388304Y-69089217D01* +X79388162Y-69086338D01* +X79387534Y-69054271D01* +X79383897Y-69031311D01* +X79383446Y-69027500D01* +X79375683Y-68928852D01* +X79375682Y-68928848D01* +X79375683Y-68928848D01* +X79352589Y-68832659D01* +X79352588Y-68832656D01* +X79352587Y-68832652D01* +X79351830Y-68828843D01* +X79351722Y-68828161D01* +X79348198Y-68805910D01* +X79341015Y-68783805D01* +X79339973Y-68780109D01* +X79317314Y-68685727D01* +X79316873Y-68683888D01* +X79316872Y-68683887D01* +X79315221Y-68679901D01* +X79279006Y-68592471D01* +X79277669Y-68588845D01* +X79270493Y-68566760D01* +X79259950Y-68546068D01* +X79258327Y-68542547D01* +X79244310Y-68508707D01* +X79221585Y-68453842D01* +X79220469Y-68451147D01* +X79220464Y-68451138D01* +X79214336Y-68441138D01* +X79168768Y-68366778D01* +X79166875Y-68363397D01* +X79156334Y-68342710D01* +X79156320Y-68342687D01* +X79142683Y-68323918D01* +X79140523Y-68320685D01* +X79088837Y-68236343D01* +X79088836Y-68236341D01* +X79024575Y-68161101D01* +X79022178Y-68158060D01* +X79017293Y-68151336D01* +X79008531Y-68139276D01* +X79008530Y-68139275D01* +X79008529Y-68139273D01* +X78992105Y-68122849D01* +X78989465Y-68119993D01* +X78925232Y-68044785D01* +X78925228Y-68044781D01* +X78925224Y-68044776D01* +X78925217Y-68044770D01* +X78925214Y-68044767D01* +X78850005Y-67980533D01* +X78847151Y-67977895D01* +X78830720Y-67961465D01* +X78811932Y-67947816D01* +X78808891Y-67945418D01* +X78733659Y-67881164D01* +X78732404Y-67880395D01* +X78649312Y-67829475D01* +X78646080Y-67827315D01* +X78627304Y-67813674D01* +X78627292Y-67813667D01* +X78612319Y-67806038D01* +X78606597Y-67803121D01* +X78603214Y-67801226D01* +X78518864Y-67749537D01* +X78518863Y-67749536D01* +X78518859Y-67749534D01* +X78472095Y-67730164D01* +X78427449Y-67711670D01* +X78423919Y-67710042D01* +X78403247Y-67699509D01* +X78403237Y-67699506D01* +X78381161Y-67692333D01* +X78377513Y-67690987D01* +X78286112Y-67653127D01* +X78286113Y-67653127D01* +X78189922Y-67630034D01* +X78186180Y-67628978D01* +X78164091Y-67621801D01* +X78141152Y-67618168D01* +X78137340Y-67617409D01* +X78041148Y-67594316D01* +X77942526Y-67586554D01* +X77938666Y-67586098D01* +X77915731Y-67582466D01* +X77915729Y-67582466D01* +X77892517Y-67582466D01* +X77888632Y-67582313D01* +X77801528Y-67575458D01* +X77790000Y-67574551D01* +X77789999Y-67574551D01* +X77691368Y-67582313D01* +X77687483Y-67582466D01* +X77664267Y-67582466D01* +X77641332Y-67586098D01* +X77637472Y-67586554D01* +X77538852Y-67594316D01* +X77442656Y-67617411D01* +X77438843Y-67618169D01* +X77415923Y-67621799D01* +X77415895Y-67621805D01* +X77393825Y-67628976D01* +X77390085Y-67630031D01* +X77293896Y-67653124D01* +X77293882Y-67653128D01* +X77202491Y-67690984D01* +X77198845Y-67692329D01* +X77176786Y-67699496D01* +X77176747Y-67699512D01* +X77156083Y-67710041D01* +X77152554Y-67711668D01* +X77061149Y-67749530D01* +X77061135Y-67749537D01* +X76976778Y-67801230D01* +X76973388Y-67803128D01* +X76952723Y-67813658D01* +X76952678Y-67813685D01* +X76933919Y-67827315D01* +X76930688Y-67829474D01* +X76846348Y-67881158D01* +X76771107Y-67945418D01* +X76768056Y-67947823D01* +X76749275Y-67961468D01* +X76749272Y-67961471D01* +X76742361Y-67968383D01* +X76732849Y-67977893D01* +X76729998Y-67980528D01* +X76654781Y-68044771D01* +X76654771Y-68044781D01* +X76590531Y-68119994D01* +X76587904Y-68122837D01* +X76583566Y-68127178D01* +X76571471Y-68139272D01* +X76571468Y-68139275D01* +X76557823Y-68158056D01* +X76555418Y-68161107D01* +X76491158Y-68236348D01* +X76439474Y-68320688D01* +X76437315Y-68323919D01* +X76423685Y-68342678D01* +X76423658Y-68342723D01* +X76413128Y-68363388D01* +X76411230Y-68366778D01* +X76359537Y-68451135D01* +X76359530Y-68451149D01* +X76321668Y-68542554D01* +X76320041Y-68546083D01* +X76309512Y-68566747D01* +X76309496Y-68566786D01* +X76302329Y-68588845D01* +X76300984Y-68592491D01* +X76263128Y-68683882D01* +X76263124Y-68683895D01* +X76240031Y-68780086D01* +X76238976Y-68783826D01* +X76231803Y-68805903D01* +X76231799Y-68805923D01* +X76228169Y-68828843D01* +X76227411Y-68832656D01* +X76204316Y-68928852D01* +X76196554Y-69027472D01* +X76196098Y-69031332D01* +X76192466Y-69054267D01* +X76192466Y-69077483D01* +X76192313Y-69081368D01* +X76184551Y-69179999D01* +X69195300Y-69179999D01* +X69188302Y-69095554D01* +X69188145Y-69092519D01* +X69188075Y-69089234D01* +X69187478Y-69061057D01* +X69183906Y-69040227D01* +X69183365Y-69035972D01* +X69176134Y-68948695D01* +X69152070Y-68853671D01* +X69151270Y-68849894D01* +X69147583Y-68828386D01* +X69147677Y-68827735D01* +X69147276Y-68826601D01* +X69147275Y-68826593D01* +X69140746Y-68808115D01* +X69139440Y-68803796D01* +X69137186Y-68794897D01* +X69119157Y-68723700D01* +X69077539Y-68628823D01* +X69076209Y-68625456D01* +X69070229Y-68608531D01* +X69070167Y-68606133D01* +X69068913Y-68603887D01* +X69068901Y-68603863D01* +X69063382Y-68593983D01* +X69059303Y-68586682D01* +X69057190Y-68582429D01* +X69027135Y-68513912D01* +X69025924Y-68511151D01* +X68986723Y-68451149D01* +X68966052Y-68419509D01* +X68964278Y-68416577D01* +X68957506Y-68404456D01* +X68956711Y-68400439D01* +X68941940Y-68382145D01* +X68939011Y-68378120D01* +X68898982Y-68316851D01* +X68898980Y-68316849D01* +X68898979Y-68316847D01* +X68820604Y-68231708D01* +X68818510Y-68229281D01* +X68812497Y-68221833D01* +X68810445Y-68216466D01* +X68792001Y-68200234D01* +X68788282Y-68196598D01* +X68741786Y-68146089D01* +X68741780Y-68146084D01* +X68645176Y-68070894D01* +X68642880Y-68068993D01* +X68641313Y-68067614D01* +X68639201Y-68065756D01* +X68635448Y-68059423D01* +X68613771Y-68046076D01* +X68609326Y-68042991D01* +X68558626Y-68003530D01* +X68447217Y-67943238D01* +X68439156Y-67934767D01* +X68412299Y-67923975D01* +X68407192Y-67921577D01* +X68354499Y-67893062D01* +X68232388Y-67851140D01* +X68222396Y-67843624D01* +X68204507Y-67839769D01* +X68204497Y-67839767D01* +X68193278Y-67837348D01* +X68187632Y-67835777D01* +X68134983Y-67817702D01* +X68134984Y-67817702D01* +X68005158Y-67796038D01* +X67993353Y-67789899D01* +X67962885Y-67788605D01* +X67956834Y-67787974D01* +X67906050Y-67779500D01* +X67906049Y-67779500D01* +X67771869Y-67779500D01* +X67758480Y-67775150D01* +X67732654Y-67778456D01* +X67732610Y-67778459D01* +X67729965Y-67778798D01* +X67727612Y-67779099D01* +X67721328Y-67779500D01* +X67673951Y-67779500D01* +X67539007Y-67802018D01* +X67524331Y-67799817D01* +X67494104Y-67809074D01* +X67487753Y-67810569D01* +X67445025Y-67817700D01* +X67312496Y-67863197D01* +X67296958Y-67863453D01* +X67268656Y-67877754D01* +X67262399Y-67880395D01* +X67225497Y-67893063D01* +X67021373Y-68003530D01* +X67021370Y-68003532D01* +X66838219Y-68146084D01* +X66838216Y-68146086D01* +X66838216Y-68146087D01* +X66779809Y-68209534D01* +X66681020Y-68316848D01* +X66629391Y-68395872D01* +X66554076Y-68511151D01* +X66478307Y-68683888D01* +X66460843Y-68723701D01* +X66403865Y-68948696D01* +X66384700Y-69179999D01* +X64725500Y-69179999D01* +X64725500Y-68095217D01* +X64737958Y-68047138D01* +X64738548Y-68046076D01* +X65202735Y-67210538D01* +X65221564Y-67186398D01* +X65979144Y-66476164D01* +X66007986Y-66457338D01* +X66766819Y-66133446D01* +X66805683Y-66125500D01* +X161343367Y-66125500D01* +X161372896Y-66130006D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* -X77778067Y-111414407D02* -G01* -X77789880Y-111424496D01* -X77833061Y-111467677D01* -X77860838Y-111522194D01* -X77861050Y-111551763D01* -X77859867Y-111559995D01* -X77859867Y-111560002D01* -X77878302Y-111688225D01* -X77931319Y-111804313D01* -X77932118Y-111806063D01* -X78005429Y-111890670D01* -X78029246Y-111947029D01* -X78015387Y-112006624D01* -X77969146Y-112046692D01* -X77930609Y-112054500D01* -X76148310Y-112054500D01* -X76090119Y-112035593D01* -X76073490Y-112020331D01* -X76072742Y-112019468D01* -X75990049Y-111924033D01* -X75990048Y-111924032D01* -X75990047Y-111924031D01* -X75881073Y-111853998D01* -X75881070Y-111853996D01* -X75881069Y-111853996D01* -X75881066Y-111853995D01* -X75756774Y-111817500D01* -X75756772Y-111817500D01* -X75627228Y-111817500D01* -X75627225Y-111817500D01* -X75502933Y-111853995D01* -X75502926Y-111853998D01* -X75393952Y-111924031D01* -X75309117Y-112021938D01* -X75255302Y-112139774D01* -X75236867Y-112267997D01* -X75236867Y-112268002D01* -X75255302Y-112396225D01* -X75291556Y-112475609D01* -X75309118Y-112514063D01* -X75393309Y-112611226D01* -X75393952Y-112611968D01* -X75499055Y-112679513D01* -X75502931Y-112682004D01* -X75627228Y-112718500D01* -X75627230Y-112718500D01* -X75712875Y-112718500D01* -X75771066Y-112737407D01* -X75807030Y-112786907D01* -X75807030Y-112848093D01* -X75782879Y-112887504D01* -X72724880Y-115945504D01* -X72670363Y-115973281D01* -X72654876Y-115974500D01* -X69641895Y-115974500D01* -X69583704Y-115955593D01* -X69547740Y-115906093D01* -X69543966Y-115860975D01* -X69546995Y-115840548D01* -X69293309Y-115586861D01* -X69265532Y-115532345D01* -X69275103Y-115471913D01* -X69304508Y-115440223D01* -X69303205Y-115438622D01* -X69308456Y-115434349D01* -X69308458Y-115434349D01* -X69425739Y-115338934D01* -X69493167Y-115243408D01* -X69542169Y-115206773D01* -X69603349Y-115205937D01* -X69644049Y-115230497D01* -X69900548Y-115486995D01* -X69900549Y-115486995D01* -X69971558Y-115354150D01* -X70030170Y-115160935D01* -X70030171Y-115160929D01* -X70049960Y-114960003D01* -X70049960Y-114959996D01* -X70030171Y-114759070D01* -X70030170Y-114759064D01* -X69971558Y-114565849D01* -X69900549Y-114433003D01* -X69900548Y-114433003D01* -X69644358Y-114689192D01* -X69589842Y-114716969D01* -X69529410Y-114707397D01* -X69486454Y-114664733D01* -X69473558Y-114639844D01* -X69370362Y-114529348D01* -X69370361Y-114529347D01* -X69370360Y-114529346D01* -X69308110Y-114491491D01* -X69268215Y-114445102D01* -X69263206Y-114384122D01* -X69289545Y-114336900D01* -X69571949Y-114054496D01* -X69626466Y-114026719D01* -X69641953Y-114025500D01* -X70779106Y-114025500D01* -X70837297Y-114044407D01* -X70873261Y-114093907D01* -X70877070Y-114110219D01* -X70878481Y-114119903D01* -X70879427Y-114126395D01* -X70930748Y-114231373D01* -X70930802Y-114231483D01* -X71013517Y-114314198D01* -X71049705Y-114331889D01* -X71118604Y-114365572D01* -X71118605Y-114365572D01* -X71118607Y-114365573D01* -X71186740Y-114375500D01* -X71186743Y-114375500D01* -X71653257Y-114375500D01* -X71653260Y-114375500D01* -X71721393Y-114365573D01* -X71826483Y-114314198D01* -X71909198Y-114231483D01* -X71960573Y-114126393D01* -X71970500Y-114058260D01* -X72519500Y-114058260D01* -X72522569Y-114079324D01* -X72529427Y-114126395D01* -X72580748Y-114231373D01* -X72580802Y-114231483D01* -X72663517Y-114314198D01* -X72699705Y-114331889D01* -X72768604Y-114365572D01* -X72768605Y-114365572D01* -X72768607Y-114365573D01* -X72836740Y-114375500D01* -X72836743Y-114375500D01* -X73303257Y-114375500D01* -X73303260Y-114375500D01* -X73371393Y-114365573D01* -X73476483Y-114314198D01* -X73559198Y-114231483D01* -X73610573Y-114126393D01* -X73620500Y-114058260D01* -X73620500Y-113441740D01* -X73610573Y-113373607D01* -X73608373Y-113369107D01* -X73572949Y-113296646D01* -X73559198Y-113268517D01* -X73476483Y-113185802D01* -X73401019Y-113148910D01* -X73357046Y-113106368D01* -X73345500Y-113059970D01* -X73345500Y-113001915D01* -X73364407Y-112943724D01* -X73369673Y-112937092D01* -X73452882Y-112841063D01* -X73506697Y-112723226D01* -X73519876Y-112631563D01* -X73525133Y-112595002D01* -X73525133Y-112594997D01* -X73506697Y-112466774D01* -X73501804Y-112456061D01* -X73452882Y-112348937D01* -X73368049Y-112251033D01* -X73368048Y-112251032D01* -X73368047Y-112251031D01* -X73259073Y-112180998D01* -X73259070Y-112180996D01* -X73259069Y-112180996D01* -X73259066Y-112180995D01* -X73134774Y-112144500D01* -X73134772Y-112144500D01* -X73005228Y-112144500D01* -X73005225Y-112144500D01* -X72880933Y-112180995D01* -X72880926Y-112180998D01* -X72771952Y-112251031D01* -X72687117Y-112348938D01* -X72633302Y-112466774D01* -X72614867Y-112594997D01* -X72614867Y-112595002D01* -X72633302Y-112723225D01* -X72678643Y-112822505D01* -X72687118Y-112841063D01* -X72770320Y-112937085D01* -X72794137Y-112993444D01* -X72794500Y-113001915D01* -X72794500Y-113059970D01* -X72775593Y-113118161D01* -X72738980Y-113148910D01* -X72719913Y-113158232D01* -X72663518Y-113185801D01* -X72580801Y-113268518D01* -X72529427Y-113373604D01* -X72527301Y-113388199D01* -X72519500Y-113441740D01* -X72519500Y-114058260D01* -X71970500Y-114058260D01* -X71970500Y-113441740D01* -X71960573Y-113373607D01* -X71958373Y-113369107D01* -X71922949Y-113296646D01* -X71909198Y-113268517D01* -X71826483Y-113185802D01* -X71804860Y-113175231D01* -X71721395Y-113134427D01* -X71694139Y-113130456D01* -X71653260Y-113124500D01* -X71186740Y-113124500D01* -X71152673Y-113129463D01* -X71118604Y-113134427D01* -X71013518Y-113185801D01* -X70930801Y-113268518D01* -X70879427Y-113373604D01* -X70879010Y-113376470D01* -X70877071Y-113389775D01* -X70849972Y-113444630D01* -X70795804Y-113473082D01* -X70779106Y-113474500D01* -X69511782Y-113474500D01* -X69453591Y-113455593D01* -X69417627Y-113406093D01* -X69417627Y-113344907D01* -X69453591Y-113295407D01* -X69465114Y-113288190D01* -X69564569Y-113235030D01* -X69564572Y-113235027D01* -X69564581Y-113235023D01* -X69713120Y-113113120D01* -X69835023Y-112964581D01* -X69835027Y-112964572D01* -X69835030Y-112964569D01* -X69925602Y-112795120D01* -X69925602Y-112795119D01* -X69925605Y-112795114D01* -X69934509Y-112765759D01* -X69969492Y-112715566D01* -X70027300Y-112695519D01* -X70029245Y-112695500D01* -X70988116Y-112695500D01* -X71007429Y-112697401D01* -X71025000Y-112700897D01* -X71052132Y-112695500D01* -X71052133Y-112695500D01* -X71132495Y-112679515D01* -X71135978Y-112677187D01* -X71190984Y-112660500D01* -X71299770Y-112660500D01* -X71299772Y-112660500D01* -X71424069Y-112624004D01* -X71533049Y-112553967D01* -X71617882Y-112456063D01* -X71671697Y-112338226D01* -X71679999Y-112280483D01* -X71690133Y-112210002D01* -X71690133Y-112209997D01* -X71671697Y-112081774D01* -X71669103Y-112076093D01* -X71617882Y-111963937D01* -X71533049Y-111866033D01* -X71533048Y-111866032D01* -X71533047Y-111866031D01* -X71424073Y-111795998D01* -X71424070Y-111795996D01* -X71424069Y-111795996D01* -X71419315Y-111794600D01* -X71299774Y-111759500D01* -X71299772Y-111759500D01* -X71170228Y-111759500D01* -X71170225Y-111759500D01* -X71045933Y-111795995D01* -X71045926Y-111795998D01* -X70936952Y-111866031D01* -X70852117Y-111963938D01* -X70796086Y-112086627D01* -X70754714Y-112131704D01* -X70706033Y-112144500D01* -X70029245Y-112144500D01* -X69971054Y-112125593D01* -X69935090Y-112076093D01* -X69934546Y-112074363D01* -X69925605Y-112044886D01* -X69925602Y-112044880D01* -X69925602Y-112044879D01* -X69835030Y-111875430D01* -X69835025Y-111875423D01* -X69835023Y-111875419D01* -X69752928Y-111775386D01* -X69713124Y-111726884D01* -X69713115Y-111726875D01* -X69622842Y-111652791D01* -X69564581Y-111604977D01* -X69564578Y-111604975D01* -X69564569Y-111604969D01* -X69521240Y-111581810D01* -X69478833Y-111537705D01* -X69470450Y-111477097D01* -X69499292Y-111423136D01* -X69554343Y-111396434D01* -X69567908Y-111395500D01* -X77719876Y-111395500D01* -X77778067Y-111414407D01* -G37* -%TD.AperFunction*% -%TA.AperFunction,Conductor*% -G36* -X87793067Y-106594407D02* +X88755445Y-117375913D02* G01* -X87804880Y-106604496D01* -X88780504Y-107580120D01* -X88808281Y-107634637D01* -X88809500Y-107650124D01* -X88809500Y-107955500D01* -X88790593Y-108013691D01* -X88741093Y-108049655D01* -X88710500Y-108054500D01* -X87600124Y-108054500D01* -X87541933Y-108035593D01* -X87530120Y-108025504D01* -X87356938Y-107852322D01* -X87329161Y-107797805D01* -X87328950Y-107768227D01* -X87329562Y-107763968D01* -X87330133Y-107760000D01* -X87329011Y-107752198D01* -X87311697Y-107631774D01* -X87286718Y-107577078D01* -X87257882Y-107513937D01* -X87173049Y-107416033D01* -X87173048Y-107416032D01* -X87173047Y-107416031D01* -X87064073Y-107345998D01* -X87064070Y-107345996D01* -X87064069Y-107345996D01* -X87048808Y-107341515D01* -X86939774Y-107309500D01* -X86939772Y-107309500D01* -X86810228Y-107309500D01* -X86810225Y-107309500D01* -X86685933Y-107345995D01* -X86685926Y-107345998D01* -X86576952Y-107416031D01* -X86492117Y-107513938D01* -X86438302Y-107631774D01* -X86419867Y-107759997D01* -X86419867Y-107760002D01* -X86438302Y-107888225D01* -X86485553Y-107991688D01* -X86492118Y-108006063D01* -X86575767Y-108102600D01* -X86576952Y-108103968D01* -X86682375Y-108171719D01* -X86685931Y-108174004D01* -X86810228Y-108210500D01* -X86894876Y-108210500D01* -X86953067Y-108229407D01* -X86964880Y-108239496D01* -X87010880Y-108285496D01* -X87038657Y-108340013D01* -X87029086Y-108400445D01* -X86985821Y-108443710D01* -X86940876Y-108454500D01* -X85965124Y-108454500D01* -X85906933Y-108435593D01* -X85895120Y-108425504D01* -X84981938Y-107512322D01* -X84954161Y-107457805D01* -X84953950Y-107428227D01* -X84954261Y-107426063D01* -X84955133Y-107420000D01* -X84955039Y-107419348D01* -X84936697Y-107291774D01* -X84932209Y-107281946D01* -X84882882Y-107173937D01* -X84798049Y-107076033D01* -X84798048Y-107076032D01* -X84798047Y-107076031D01* -X84689073Y-107005998D01* -X84689070Y-107005996D01* -X84689069Y-107005996D01* -X84674857Y-107001823D01* -X84564774Y-106969500D01* -X84564772Y-106969500D01* -X84435228Y-106969500D01* -X84435225Y-106969500D01* -X84310933Y-107005995D01* -X84310926Y-107005998D01* -X84201952Y-107076031D01* -X84117117Y-107173938D01* -X84063302Y-107291774D01* -X84044867Y-107419997D01* -X84044867Y-107420002D01* -X84063302Y-107548225D01* -X84102766Y-107634637D01* -X84117118Y-107666063D01* -X84199303Y-107760911D01* -X84201952Y-107763968D01* -X84275492Y-107811229D01* -X84310931Y-107834004D01* -X84435228Y-107870500D01* -X84519876Y-107870500D01* -X84578067Y-107889407D01* -X84589880Y-107899496D01* -X85375880Y-108685496D01* -X85403657Y-108740013D01* -X85394086Y-108800445D01* -X85350821Y-108843710D01* -X85305876Y-108854500D01* -X84875124Y-108854500D01* -X84816933Y-108835593D01* -X84805120Y-108825504D01* -X84791938Y-108812322D01* -X84764161Y-108757805D01* -X84763950Y-108728227D01* -X84765133Y-108719999D01* -X84765133Y-108719998D01* -X84746697Y-108591774D01* -X84730374Y-108556033D01* -X84692882Y-108473937D01* -X84608049Y-108376033D01* -X84608048Y-108376032D01* -X84608047Y-108376031D01* -X84499073Y-108305998D01* -X84499070Y-108305996D01* -X84499069Y-108305996D01* -X84499066Y-108305995D01* -X84374774Y-108269500D01* -X84374772Y-108269500D01* -X84245228Y-108269500D01* -X84245225Y-108269500D01* -X84120933Y-108305995D01* -X84120926Y-108305998D01* -X84011952Y-108376031D01* -X83927117Y-108473938D01* -X83873302Y-108591774D01* -X83854867Y-108719997D01* -X83854867Y-108720002D01* -X83873302Y-108848225D01* -X83927117Y-108966061D01* -X83927118Y-108966063D01* -X84011951Y-109063967D01* -X84023220Y-109071209D01* -X84024787Y-109072216D01* -X84063518Y-109119582D01* -X84067010Y-109180668D01* -X84033931Y-109232140D01* -X83976914Y-109254339D01* -X83971263Y-109254500D01* -X82745124Y-109254500D01* -X82686933Y-109235593D01* -X82675120Y-109225504D01* -X82441938Y-108992322D01* -X82414161Y-108937805D01* -X82413950Y-108908227D01* -X82415133Y-108899999D01* -X82415133Y-108899998D01* -X82396697Y-108771774D01* -X82382192Y-108740013D01* -X82342882Y-108653937D01* -X82258049Y-108556033D01* -X82258048Y-108556032D01* -X82258047Y-108556031D01* -X82149073Y-108485998D01* -X82149070Y-108485996D01* -X82149069Y-108485996D01* -X82149066Y-108485995D01* -X82024774Y-108449500D01* -X82024772Y-108449500D01* -X81895228Y-108449500D01* -X81895225Y-108449500D01* -X81770933Y-108485995D01* -X81770926Y-108485998D01* -X81661952Y-108556031D01* -X81577117Y-108653938D01* -X81523302Y-108771774D01* -X81504867Y-108899997D01* -X81504867Y-108900002D01* -X81523302Y-109028225D01* -X81570860Y-109132360D01* -X81577118Y-109146063D01* -X81657038Y-109238297D01* -X81661952Y-109243968D01* -X81770926Y-109314001D01* -X81770931Y-109314004D01* -X81895228Y-109350500D01* -X81979876Y-109350500D01* -X82038067Y-109369407D01* -X82049880Y-109379496D01* -X82369113Y-109698729D01* -X82381422Y-109713729D01* -X82391371Y-109728618D01* -X82391373Y-109728620D01* -X82391376Y-109728624D01* -X82391379Y-109728626D01* -X82391380Y-109728627D01* -X82410329Y-109741288D01* -X82410334Y-109741292D01* -X82484001Y-109790515D01* -X82521880Y-109838565D01* -X82524282Y-109899703D01* -X82490289Y-109950577D01* -X82456891Y-109967820D01* -X82360931Y-109995996D01* -X82360926Y-109995998D01* -X82251952Y-110066031D01* -X82167117Y-110163938D01* -X82113302Y-110281774D01* -X82094867Y-110409997D01* -X82094867Y-110410003D01* -X82113868Y-110542163D01* -X82103435Y-110602453D01* -X82059556Y-110645095D01* -X81998994Y-110653802D01* -X81945872Y-110626256D01* -X81024674Y-109705058D01* -X80996897Y-109650541D01* -X81006468Y-109590109D01* -X81049733Y-109546844D01* -X81051132Y-109546145D01* -X81116483Y-109514198D01* -X81199198Y-109431483D01* -X81250573Y-109326393D01* -X81260500Y-109258260D01* -X81260500Y-108641740D01* -X81250573Y-108573607D01* -X81199198Y-108468517D01* -X81116483Y-108385802D01* -X81107438Y-108381380D01* -X81011395Y-108334427D01* -X80982539Y-108330223D01* -X80943260Y-108324500D01* -X80476740Y-108324500D01* -X80442673Y-108329463D01* -X80408604Y-108334427D01* -X80303518Y-108385801D01* -X80220801Y-108468518D01* -X80169427Y-108573604D01* -X80166780Y-108591774D01* -X80159500Y-108641740D01* -X80159500Y-109258260D01* -X80163340Y-109284614D01* -X80169427Y-109326395D01* -X80211806Y-109413081D01* -X80220802Y-109431483D01* -X80303517Y-109514198D01* -X80378980Y-109551089D01* -X80422954Y-109593632D01* -X80434500Y-109640030D01* -X80434500Y-109743115D01* -X80432598Y-109762427D01* -X80429103Y-109779999D01* -X80429103Y-109780002D01* -X80433311Y-109801162D01* -X80433316Y-109801182D01* -X80434500Y-109807132D01* -X80434500Y-109807133D01* -X80450485Y-109887495D01* -X80450486Y-109887496D01* -X80450487Y-109887498D01* -X80475210Y-109924499D01* -X80475544Y-109924999D01* -X80495395Y-109954708D01* -X80511376Y-109978624D01* -X80522117Y-109985801D01* -X80526266Y-109988573D01* -X80541269Y-110000885D01* -X82025880Y-111485496D01* -X82053657Y-111540013D01* -X82044086Y-111600445D01* -X82000821Y-111643710D01* -X81955876Y-111654500D01* -X81460124Y-111654500D01* -X81401933Y-111635593D01* -X81390120Y-111625504D01* -X81126938Y-111362322D01* -X81099161Y-111307805D01* -X81098950Y-111278227D01* -X81100133Y-111270000D01* -X81097904Y-111254500D01* -X81081697Y-111141774D01* -X81055399Y-111084191D01* -X81027882Y-111023937D01* -X80943049Y-110926033D01* -X80943048Y-110926032D01* -X80943047Y-110926031D01* -X80834073Y-110855998D01* -X80834070Y-110855996D01* -X80834069Y-110855996D01* -X80834066Y-110855995D01* -X80709774Y-110819500D01* -X80709772Y-110819500D01* -X80580228Y-110819500D01* -X80580225Y-110819500D01* -X80455933Y-110855995D01* -X80455926Y-110855998D01* -X80346952Y-110926031D01* -X80262117Y-111023938D01* -X80208302Y-111141774D01* -X80189867Y-111269997D01* -X80189867Y-111270002D01* -X80208302Y-111398225D01* -X80260310Y-111512105D01* -X80262118Y-111516063D01* -X80346528Y-111613479D01* -X80346952Y-111613968D01* -X80455926Y-111684001D01* -X80455931Y-111684004D01* -X80580228Y-111720500D01* -X80664876Y-111720500D01* -X80723067Y-111739407D01* -X80734880Y-111749496D01* -X80870880Y-111885496D01* -X80898657Y-111940013D01* -X80889086Y-112000445D01* -X80845821Y-112043710D01* -X80800876Y-112054500D01* -X78699391Y-112054500D01* -X78641200Y-112035593D01* -X78605236Y-111986093D01* -X78605236Y-111924907D01* -X78624569Y-111890671D01* -X78697882Y-111806063D01* -X78751697Y-111688226D01* -X78762374Y-111613967D01* -X78770133Y-111560002D01* -X78770133Y-111559997D01* -X78751697Y-111431774D01* -X78746092Y-111419500D01* -X78697882Y-111313937D01* -X78613049Y-111216033D01* -X78613048Y-111216032D01* -X78613047Y-111216031D01* -X78504073Y-111145998D01* -X78504070Y-111145996D01* -X78504069Y-111145996D01* -X78502356Y-111145493D01* -X78379774Y-111109500D01* -X78379772Y-111109500D01* -X78295124Y-111109500D01* -X78236933Y-111090593D01* -X78225120Y-111080504D01* -X78095885Y-110951269D01* -X78083573Y-110936266D01* -X78073624Y-110921376D01* -X78052899Y-110907528D01* -X78052890Y-110907521D01* -X78000066Y-110872226D01* -X77982495Y-110860485D01* -X77896182Y-110843316D01* -X77896162Y-110843311D01* -X77875002Y-110839103D01* -X77875001Y-110839103D01* -X77875000Y-110839103D01* -X77863528Y-110841385D01* -X77857430Y-110842598D01* -X77838116Y-110844500D01* -X69649311Y-110844500D01* -X69591120Y-110825593D01* -X69555156Y-110776093D01* -X69554482Y-110768035D01* -X69293309Y-110506861D01* -X69265532Y-110452345D01* -X69275103Y-110391913D01* -X69304508Y-110360223D01* -X69303205Y-110358622D01* -X69308456Y-110354349D01* -X69308458Y-110354349D01* -X69425739Y-110258934D01* -X69493167Y-110163408D01* -X69542169Y-110126773D01* -X69603349Y-110125937D01* -X69644049Y-110150497D01* -X69900548Y-110406995D01* -X69900549Y-110406995D01* -X69971558Y-110274150D01* -X70030170Y-110080935D01* -X70030171Y-110080929D01* -X70049960Y-109880003D01* -X70049960Y-109879996D01* -X70030171Y-109679070D01* -X70030170Y-109679064D01* -X69971558Y-109485849D01* -X69900549Y-109353003D01* -X69900548Y-109353003D01* -X69644358Y-109609192D01* -X69589842Y-109636969D01* -X69529410Y-109627397D01* -X69486454Y-109584733D01* -X69483073Y-109578208D01* -X69473558Y-109559844D01* -X69370362Y-109449348D01* -X69370361Y-109449347D01* -X69370360Y-109449346D01* -X69308110Y-109411491D01* -X69268215Y-109365102D01* -X69263206Y-109304122D01* -X69288786Y-109258260D01* -X78509500Y-109258260D01* -X78513340Y-109284614D01* -X78519427Y-109326395D01* -X78561806Y-109413081D01* -X78570802Y-109431483D01* -X78635677Y-109496358D01* -X78663453Y-109550873D01* -X78653882Y-109611305D01* -X78640492Y-109631190D01* -X78612118Y-109663936D01* -X78558302Y-109781774D01* -X78539867Y-109909997D01* -X78539867Y-109910002D01* -X78558302Y-110038225D01* -X78612117Y-110156061D01* -X78612118Y-110156063D01* -X78686359Y-110241743D01* -X78696952Y-110253968D01* -X78805926Y-110324001D01* -X78805931Y-110324004D01* -X78930228Y-110360500D01* -X78930230Y-110360500D01* -X79059770Y-110360500D01* -X79059772Y-110360500D01* -X79184069Y-110324004D01* -X79293049Y-110253967D01* -X79377882Y-110156063D01* -X79431697Y-110038226D01* -X79446621Y-109934427D01* -X79450133Y-109910002D01* -X79450133Y-109909997D01* -X79431697Y-109781774D01* -X79413207Y-109741288D01* -X79378207Y-109664650D01* -X79371233Y-109603866D01* -X79401319Y-109550588D01* -X79424782Y-109534584D01* -X79466483Y-109514198D01* -X79549198Y-109431483D01* -X79600573Y-109326393D01* -X79610500Y-109258260D01* -X79610500Y-108641740D01* -X79600573Y-108573607D01* -X79549198Y-108468517D01* -X79466483Y-108385802D01* -X79457438Y-108381380D01* -X79361395Y-108334427D01* -X79332539Y-108330223D01* -X79293260Y-108324500D01* -X78826740Y-108324500D01* -X78792673Y-108329463D01* -X78758604Y-108334427D01* -X78653518Y-108385801D01* -X78570801Y-108468518D01* -X78519427Y-108573604D01* -X78516780Y-108591774D01* -X78509500Y-108641740D01* -X78509500Y-109258260D01* -X69288786Y-109258260D01* -X69289545Y-109256900D01* -X69546995Y-108999449D01* -X69542483Y-108969025D01* -X69552648Y-108908690D01* -X69596336Y-108865853D01* -X69640412Y-108855500D01* -X77197412Y-108855500D01* -X77255603Y-108874407D01* -X77272231Y-108889669D01* -X77301949Y-108923965D01* -X77301951Y-108923967D01* -X77408313Y-108992322D01* -X77410931Y-108994004D01* -X77535228Y-109030500D01* -X77535230Y-109030500D01* -X77664770Y-109030500D01* -X77664772Y-109030500D01* -X77789069Y-108994004D01* -X77898049Y-108923967D01* -X77982882Y-108826063D01* -X78036697Y-108708226D01* -X78051265Y-108606901D01* -X78055133Y-108580002D01* -X78055133Y-108579997D01* -X78036697Y-108451774D01* -X78033014Y-108443710D01* -X77982882Y-108333937D01* -X77898049Y-108236033D01* -X77898048Y-108236032D01* -X77898047Y-108236031D01* -X77789073Y-108165998D01* -X77789070Y-108165996D01* -X77789069Y-108165996D01* -X77789066Y-108165995D01* -X77664774Y-108129500D01* -X77664772Y-108129500D01* -X77535228Y-108129500D01* -X77535225Y-108129500D01* -X77410933Y-108165995D01* -X77410926Y-108165998D01* -X77301951Y-108236032D01* -X77301949Y-108236034D01* -X77272231Y-108270331D01* -X77219835Y-108301927D01* -X77197412Y-108304500D01* -X75015067Y-108304500D01* -X74956876Y-108285593D01* -X74920912Y-108236093D01* -X74920912Y-108174907D01* -X74940247Y-108140670D01* -X74972048Y-108103968D01* -X74982829Y-108091526D01* -X75035646Y-107975873D01* -X75077019Y-107930796D01* -X75125700Y-107918000D01* -X76270616Y-107918000D01* -X76289929Y-107919901D01* -X76307500Y-107923397D01* -X76334632Y-107918000D01* -X76334633Y-107918000D01* -X76414995Y-107902015D01* -X76475935Y-107861296D01* -X76477778Y-107860065D01* -X76493842Y-107849331D01* -X76493844Y-107849328D01* -X76506124Y-107841124D01* -X76516077Y-107826227D01* -X76528387Y-107811229D01* -X76775121Y-107564496D01* -X76829637Y-107536719D01* -X76845124Y-107535500D01* -X82923116Y-107535500D01* -X82942429Y-107537401D01* -X82960000Y-107540897D01* -X82987132Y-107535500D01* -X82987133Y-107535500D01* -X83067495Y-107519515D01* -X83121733Y-107483274D01* -X83130703Y-107477281D01* -X83146342Y-107466831D01* -X83146344Y-107466828D01* -X83158624Y-107458624D01* -X83168577Y-107443727D01* -X83180881Y-107428734D01* -X84005120Y-106604496D01* -X84059637Y-106576719D01* -X84075124Y-106575500D01* -X87734876Y-106575500D01* -X87793067Y-106594407D01* +X88798710Y-117419178D01* +X88809500Y-117464123D01* +X88809500Y-119541875D01* +X88790593Y-119600066D01* +X88780504Y-119611879D01* +X88378421Y-120013962D01* +X88323904Y-120041739D01* +X88263472Y-120032168D01* +X88220207Y-119988903D01* +X88211320Y-119963276D01* +X88202767Y-119920278D01* +X88169504Y-119870496D01* +X88161527Y-119865166D01* +X88124205Y-119840228D01* +X88086326Y-119792178D01* +X88083924Y-119731040D01* +X88117917Y-119680166D01* +X88134251Y-119670593D01* +X88205189Y-119623193D01* +X88205193Y-119623189D01* +X88249396Y-119557036D01* +X88260999Y-119498700D01* +X88261000Y-119498697D01* +X88261000Y-119304001D01* +X88260999Y-119304000D01* +X87535000Y-119304000D01* +X87476809Y-119285093D01* +X87440845Y-119235593D01* +X87436000Y-119205000D01* +X87436000Y-118803999D01* +X87936000Y-118803999D01* +X87936001Y-118804000D01* +X88260999Y-118804000D01* +X88261000Y-118803999D01* +X88261000Y-118609302D01* +X88260999Y-118609299D01* +X88249396Y-118550963D01* +X88205193Y-118484810D01* +X88205189Y-118484806D01* +X88139036Y-118440603D01* +X88080700Y-118429000D01* +X87936001Y-118429000D01* +X87936000Y-118429001D01* +X87936000Y-118803999D01* +X87436000Y-118803999D01* +X87436000Y-118429001D01* +X87435999Y-118429000D01* +X87291299Y-118429000D01* +X87232964Y-118440603D01* +X87171412Y-118481731D01* +X87112524Y-118498339D01* +X87078530Y-118490881D01* +X87069193Y-118487014D01* +X87022665Y-118447279D01* +X87008379Y-118387785D01* +X87031791Y-118331256D01* +X87037071Y-118325544D01* +X87559121Y-117803496D01* +X87613637Y-117775719D01* +X87629124Y-117774500D01* +X88109116Y-117774500D01* +X88128429Y-117776401D01* +X88146000Y-117779897D01* +X88173132Y-117774500D01* +X88173133Y-117774500D01* +X88253495Y-117758515D01* +X88294674Y-117731000D01* +X88320126Y-117713994D01* +X88332333Y-117705839D01* +X88332348Y-117705826D01* +X88344624Y-117697624D01* +X88354577Y-117682727D01* +X88366881Y-117667734D01* +X88640498Y-117394117D01* +X88695013Y-117366342D01* +X88755445Y-117375913D01* +G37* +%TD.AperFunction*% +%TA.AperFunction,Conductor*% +G36* +X97871671Y-114624407D02* +G01* +X97883484Y-114634496D01* +X98247717Y-114998729D01* +X98260026Y-115013729D01* +X98269975Y-115028618D01* +X98269977Y-115028620D01* +X98269980Y-115028624D01* +X98292980Y-115043992D01* +X98292982Y-115043994D01* +X98317685Y-115060500D01* +X98336389Y-115072998D01* +X98374266Y-115121047D01* +X98376668Y-115182185D01* +X98369595Y-115200256D01* +X98345762Y-115247031D01* +X98330000Y-115346546D01* +X98330000Y-115354999D01* +X98330001Y-115355000D01* +X99679998Y-115355000D01* +X99679999Y-115354999D01* +X99679999Y-115346546D01* +X99664239Y-115247034D01* +X99661831Y-115239623D01* +X99663810Y-115238979D01* +X99655897Y-115189011D01* +X99683676Y-115134495D01* +X99738193Y-115106718D01* +X99753678Y-115105500D01* +X103694876Y-115105500D01* +X103753067Y-115124407D01* +X103764880Y-115134496D01* +X105095504Y-116465120D01* +X105123281Y-116519637D01* +X105124500Y-116535124D01* +X105124500Y-117750732D01* +X105105593Y-117808923D01* +X105081454Y-117832403D01* +X105077239Y-117835290D01* +X104997794Y-117914735D01* +X104952414Y-118017511D01* +X104949500Y-118042630D01* +X104949500Y-119157360D01* +X104949501Y-119157363D01* +X104952414Y-119182490D01* +X104966381Y-119214122D01* +X104984718Y-119255651D01* +X104986865Y-119260512D01* +X104993073Y-119321381D01* +X104962317Y-119374275D01* +X104906345Y-119398989D01* +X104896300Y-119399500D01* +X104246619Y-119399500D01* +X104226304Y-119397393D01* +X104214686Y-119394957D01* +X104214685Y-119394957D01* +X104181287Y-119399120D01* +X104175163Y-119399500D01* +X104166867Y-119399500D01* +X104166867Y-119398938D01* +X104166690Y-119398931D01* +X104166690Y-119399500D01* +X104165489Y-119399500D01* +X104159704Y-119398657D01* +X104152101Y-119398358D01* +X104152097Y-119398398D01* +X104151637Y-119398340D01* +X104151568Y-119398338D01* +X104151510Y-119398329D01* +X104151510Y-119398324D01* +X104143955Y-119397383D01* +X104143954Y-119397383D01* +X104143952Y-119397383D01* +X104092769Y-119399500D01* +X104003700Y-119399500D01* +X103945509Y-119380593D01* +X103909545Y-119331093D01* +X103909545Y-119269907D01* +X103913135Y-119260512D01* +X103947585Y-119182491D01* +X103950500Y-119157365D01* +X103950499Y-118042636D01* +X103947585Y-118017509D01* +X103902206Y-117914735D01* +X103822765Y-117835294D01* +X103719991Y-117789915D01* +X103719990Y-117789914D01* +X103719988Y-117789914D01* +X103694868Y-117787000D01* +X103305139Y-117787000D01* +X103305136Y-117787001D01* +X103280009Y-117789914D01* +X103178696Y-117834649D01* +X103117826Y-117840857D01* +X103068704Y-117814088D01* +X101671885Y-116417269D01* +X101659573Y-116402266D01* +X101656433Y-116397567D01* +X101649624Y-116387376D01* +X101628899Y-116373528D01* +X101628890Y-116373521D01* +X101579463Y-116340496D01* +X101576505Y-116338519D01* +X101558495Y-116326485D01* +X101494071Y-116313670D01* +X101472182Y-116309316D01* +X101472162Y-116309311D01* +X101451002Y-116305103D01* +X101451001Y-116305103D01* +X101451000Y-116305103D01* +X101443731Y-116306549D01* +X101433430Y-116308598D01* +X101414116Y-116310500D01* +X99614548Y-116310500D01* +X99556357Y-116291593D01* +X99520393Y-116242093D01* +X99520393Y-116180907D01* +X99544544Y-116141496D01* +X99603118Y-116082921D01* +X99664237Y-115962969D01* +X99680000Y-115863453D01* +X99680000Y-115855001D01* +X99679999Y-115855000D01* +X98330001Y-115855000D01* +X98330001Y-115863453D01* +X98330000Y-115863453D01* +X98345760Y-115962965D01* +X98345762Y-115962969D01* +X98406881Y-116082921D01* +X98465456Y-116141496D01* +X98493233Y-116196013D01* +X98483662Y-116256445D01* +X98440397Y-116299710D01* +X98395452Y-116310500D01* +X98287124Y-116310500D01* +X98228933Y-116291593D01* +X98217120Y-116281504D01* +X96814496Y-114878880D01* +X96786719Y-114824363D01* +X96785500Y-114808876D01* +X96785500Y-114704500D01* +X96804407Y-114646309D01* +X96853907Y-114610345D01* +X96884500Y-114605500D01* +X97813480Y-114605500D01* +X97871671Y-114624407D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% @@ -25538,7 +24161,7 @@ X68735498Y-109399783D01* X68736795Y-109401378D01* X68731543Y-109405650D01* X68731542Y-109405651D01* -X68696462Y-109434191D01* +X68677834Y-109449346D01* X68614258Y-109501068D01* X68546833Y-109596589D01* X68497829Y-109633226D01* @@ -25560,26 +24183,37 @@ X68395639Y-110150806D01* X68450156Y-110123029D01* X68510588Y-110132600D01* X68553543Y-110175263D01* -X68558273Y-110184391D01* +X68564320Y-110196061D01* X68566442Y-110200156D01* X68669638Y-110310652D01* X68731888Y-110348507D01* X68771783Y-110394896D01* X68776792Y-110455876D01* X68750453Y-110503097D01* -X68481735Y-110771816D01* -X68478452Y-110791308D01* -X68434765Y-110834146D01* -X68390688Y-110844500D01* -X67816884Y-110844500D01* -X67797571Y-110842598D01* -X67780000Y-110839103D01* -X67672506Y-110860483D01* -X67606959Y-110904281D01* -X67581378Y-110921374D01* -X67581372Y-110921380D01* -X67571423Y-110936269D01* -X67559115Y-110951267D01* +X68493003Y-110760548D01* +X68493003Y-110760549D01* +X68548456Y-110790190D01* +X68590862Y-110834296D01* +X68599245Y-110894905D01* +X68570402Y-110948865D01* +X68515350Y-110975566D01* +X68501787Y-110976500D01* +X67684879Y-110976500D01* +X67665566Y-110974598D01* +X67648000Y-110971104D01* +X67647996Y-110971104D01* +X67624132Y-110975850D01* +X67624122Y-110975852D01* +X67581201Y-110984390D01* +X67541460Y-110992295D01* +X67540818Y-110992422D01* +X67540504Y-110992485D01* +X67474924Y-111036304D01* +X67474914Y-111036311D01* +X67449378Y-111053374D01* +X67449372Y-111053380D01* +X67439423Y-111068269D01* +X67427115Y-111083267D01* X66998835Y-111511547D01* X66944318Y-111539324D01* X66883886Y-111529753D01* @@ -25616,16 +24250,16 @@ X65661014Y-110421541D01* X65661892Y-110420821D01* X65664975Y-110424578D01* X65664977Y-110424581D01* -X65698994Y-110466031D01* +X65705443Y-110473889D01* X65786875Y-110573115D01* X65786884Y-110573124D01* -X65838854Y-110615774D01* +X65826335Y-110605500D01* X65935419Y-110695023D01* X65935423Y-110695025D01* X65935430Y-110695030D01* X66104880Y-110785602D01* X66104886Y-110785605D01* -X66231461Y-110824001D01* +X66217273Y-110819697D01* X66288768Y-110841385D01* X66288773Y-110841386D01* X66479997Y-110860220D01* @@ -25633,7 +24267,7 @@ X66480000Y-110860220D01* X66480003Y-110860220D01* X66671226Y-110841386D01* X66671231Y-110841385D01* -X66678754Y-110839103D01* +X66694600Y-110834296D01* X66855114Y-110785605D01* X66932948Y-110744002D01* X67024569Y-110695030D01* @@ -25643,7 +24277,7 @@ X67173120Y-110573120D01* X67295023Y-110424581D01* X67295027Y-110424572D01* X67295030Y-110424569D01* -X67369051Y-110286084D01* +X67361613Y-110300000D01* X67385605Y-110255114D01* X67441385Y-110071231D01* X67441386Y-110071226D01* @@ -25653,7 +24287,7 @@ X67441386Y-109688773D01* X67441385Y-109688768D01* X67415028Y-109601881D01* X67385605Y-109504886D01* -X67381046Y-109496356D01* +X67382083Y-109498297D01* X67371146Y-109477834D01* X67360390Y-109417602D01* X67387092Y-109362550D01* @@ -25667,15 +24301,176 @@ G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* +X78625475Y-107554407D02* +G01* +X78661439Y-107603907D01* +X78661439Y-107665093D01* +X78642104Y-107699330D01* +X78612118Y-107733936D01* +X78558302Y-107851774D01* +X78539867Y-107979997D01* +X78539867Y-107980002D01* +X78558302Y-108108225D01* +X78612117Y-108226061D01* +X78612118Y-108226063D01* +X78677384Y-108301385D01* +X78696951Y-108323967D01* +X78701987Y-108328330D01* +X78733585Y-108380724D01* +X78728352Y-108441685D01* +X78707165Y-108473154D01* +X78695801Y-108484518D01* +X78644427Y-108589604D01* +X78641126Y-108612264D01* +X78634500Y-108657740D01* +X78634500Y-109274260D01* +X78638463Y-109301459D01* +X78644427Y-109342395D01* +X78689304Y-109434191D01* +X78695802Y-109447483D01* +X78778517Y-109530198D01* +X78820183Y-109550567D01* +X78883604Y-109581572D01* +X78883605Y-109581572D01* +X78883607Y-109581573D01* +X78951740Y-109591500D01* +X78951743Y-109591500D01* +X79418257Y-109591500D01* +X79418260Y-109591500D01* +X79486393Y-109581573D01* +X79591483Y-109530198D01* +X79595855Y-109525825D01* +X79650368Y-109498047D01* +X79710801Y-109507615D01* +X79754067Y-109550878D01* +X79762957Y-109576511D01* +X79768781Y-109605789D01* +X79768784Y-109605795D01* +X79791616Y-109639966D01* +X79803545Y-109657819D01* +X79829671Y-109696920D01* +X79844563Y-109706870D01* +X79859566Y-109719182D01* +X80889880Y-110749496D01* +X80917657Y-110804013D01* +X80908086Y-110864445D01* +X80864821Y-110907710D01* +X80819876Y-110918500D01* +X79266057Y-110918500D01* +X79246744Y-110916598D01* +X79229173Y-110913103D01* +X79229170Y-110913103D01* +X79209868Y-110916941D01* +X79209856Y-110916945D01* +X79180499Y-110922784D01* +X79121678Y-110934485D01* +X79121676Y-110934485D01* +X79121676Y-110934486D01* +X79121674Y-110934487D01* +X79105833Y-110945072D01* +X79095742Y-110951814D01* +X79040741Y-110968500D01* +X78841259Y-110968500D01* +X78786257Y-110951814D01* +X78760322Y-110934485D01* +X78695898Y-110921670D01* +X78674009Y-110917316D01* +X78673989Y-110917311D01* +X78652829Y-110913103D01* +X78652828Y-110913103D01* +X78652827Y-110913103D01* +X78635257Y-110916598D01* +X78615943Y-110918500D01* +X78084124Y-110918500D01* +X78025933Y-110899593D01* +X78014120Y-110889504D01* +X78012089Y-110887473D01* +X77984312Y-110832956D01* +X77993883Y-110772524D01* +X78037148Y-110729259D01* +X78054191Y-110722483D01* +X78083069Y-110714004D01* +X78192049Y-110643967D01* +X78276882Y-110546063D01* +X78330697Y-110428226D01* +X78338439Y-110374376D01* +X78349133Y-110300002D01* +X78349133Y-110299997D01* +X78330697Y-110171774D01* +X78325899Y-110161269D01* +X78276882Y-110053937D01* +X78192049Y-109956033D01* +X78192048Y-109956032D01* +X78192047Y-109956031D01* +X78083073Y-109885998D01* +X78083070Y-109885996D01* +X78083069Y-109885996D01* +X78083066Y-109885995D01* +X77958774Y-109849500D01* +X77958772Y-109849500D01* +X77874124Y-109849500D01* +X77815933Y-109830593D01* +X77804120Y-109820504D01* +X76394885Y-108411269D01* +X76382573Y-108396266D01* +X76377085Y-108388053D01* +X76372624Y-108381376D01* +X76351899Y-108367528D01* +X76351890Y-108367521D01* +X76319586Y-108345937D01* +X76302215Y-108334330D01* +X76281495Y-108320485D01* +X76217071Y-108307670D01* +X76195182Y-108303316D01* +X76195162Y-108303311D01* +X76174002Y-108299103D01* +X76174001Y-108299103D01* +X76174000Y-108299103D01* +X76162528Y-108301385D01* +X76156430Y-108302598D01* +X76137116Y-108304500D01* +X75015067Y-108304500D01* +X74956876Y-108285593D01* +X74920912Y-108236093D01* +X74920912Y-108174907D01* +X74940247Y-108140670D01* +X74960013Y-108117856D01* +X74982829Y-108091526D01* +X75033762Y-107980000D01* +X75035647Y-107975873D01* +X75077019Y-107930796D01* +X75125700Y-107918000D01* +X76270616Y-107918000D01* +X76289929Y-107919901D01* +X76307500Y-107923397D01* +X76334632Y-107918000D01* +X76334633Y-107918000D01* +X76414995Y-107902015D01* +X76450366Y-107878380D01* +X76474107Y-107862518D01* +X76493845Y-107849330D01* +X76493848Y-107849325D01* +X76506124Y-107841124D01* +X76516077Y-107826227D01* +X76528387Y-107811229D01* +X76775121Y-107564496D01* +X76829637Y-107536719D01* +X76845124Y-107535500D01* +X78567284Y-107535500D01* +X78625475Y-107554407D01* +G37* +%TD.AperFunction*% +%TA.AperFunction,Conductor*% +G36* X65661014Y-102801541D02* G01* X65661892Y-102800821D01* X65664975Y-102804578D01* X65664977Y-102804581D01* -X65699492Y-102846637D01* +X65707149Y-102855968D01* X65786875Y-102953115D01* X65786884Y-102953124D01* -X65838633Y-102995593D01* +X65835948Y-102993389D01* X65935419Y-103075023D01* X65935423Y-103075025D01* X65935430Y-103075030D01* @@ -25689,7 +24484,7 @@ X66480000Y-103240220D01* X66480003Y-103240220D01* X66671226Y-103221386D01* X66671231Y-103221385D01* -X66714785Y-103208173D01* +X66701424Y-103212226D01* X66855114Y-103165605D01* X66882162Y-103151146D01* X66942394Y-103140389D01* @@ -25729,16 +24524,16 @@ X68114397Y-105175119D01* X68204969Y-105344569D01* X68204975Y-105344578D01* X68204977Y-105344581D01* -X68238012Y-105384834D01* +X68255810Y-105406521D01* X68326875Y-105493115D01* X68326884Y-105493124D01* -X68386165Y-105541774D01* +X68396158Y-105549975D01* X68475419Y-105615023D01* X68475423Y-105615025D01* X68475430Y-105615030D01* -X68605169Y-105684376D01* +X68644880Y-105705602D01* X68644886Y-105705605D01* -X68772987Y-105744464D01* +X68757965Y-105739907D01* X68828768Y-105761385D01* X68828773Y-105761386D01* X69019997Y-105780220D01* @@ -25752,62 +24547,52 @@ X69488854Y-105655500D01* X69564569Y-105615030D01* X69564572Y-105615027D01* X69564581Y-105615023D01* -X69713120Y-105493120D01* -X69835023Y-105344581D01* -X69835027Y-105344572D01* -X69835030Y-105344569D01* -X69925602Y-105175120D01* -X69925602Y-105175119D01* -X69925605Y-105175114D01* -X69934509Y-105145759D01* -X69969492Y-105095566D01* -X70027300Y-105075519D01* -X70029245Y-105075500D01* -X71263313Y-105075500D01* -X71321504Y-105094407D01* -X71357468Y-105143907D01* -X71357468Y-105205093D01* -X71321504Y-105254593D01* -X71291204Y-105269490D01* -X71200933Y-105295995D01* -X71200926Y-105295998D01* -X71091952Y-105366031D01* -X71007117Y-105463938D01* -X70953302Y-105581774D01* -X70934867Y-105709997D01* -X70934867Y-105710002D01* -X70953302Y-105838225D01* -X71004520Y-105950374D01* -X71007118Y-105956063D01* -X71071727Y-106030627D01* -X71091952Y-106053968D01* -X71200926Y-106124001D01* -X71200931Y-106124004D01* -X71325228Y-106160500D01* -X71325230Y-106160500D01* -X71454770Y-106160500D01* -X71454772Y-106160500D01* -X71579069Y-106124004D01* -X71688049Y-106053967D01* -X71772882Y-105956063D01* -X71775480Y-105950374D01* -X71776394Y-105948374D01* -X71817766Y-105903296D01* -X71866447Y-105890500D01* -X72655309Y-105890500D01* -X72713500Y-105909407D01* -X72749464Y-105958907D01* -X72749464Y-106020093D01* -X72745362Y-106030627D01* +X69686481Y-105514981D01* +X69713118Y-105493122D01* +X69780938Y-105410484D01* +X69832470Y-105377497D01* +X69857466Y-105374289D01* +X70877533Y-105374289D01* +X70935724Y-105393196D01* +X70971688Y-105442696D01* +X70971688Y-105503882D01* +X70952352Y-105538120D01* +X70916118Y-105579936D01* +X70862302Y-105697774D01* +X70843867Y-105825997D01* +X70843867Y-105826002D01* +X70862302Y-105954225D01* +X70915959Y-106071715D01* +X70916118Y-106072063D01* +X70971086Y-106135500D01* +X71000952Y-106169968D01* +X71109926Y-106240001D01* +X71109931Y-106240004D01* +X71234228Y-106276500D01* +X71234230Y-106276500D01* +X71363770Y-106276500D01* +X71363772Y-106276500D01* +X71488069Y-106240004D01* +X71597049Y-106169967D01* +X71681882Y-106072063D01* +X71709341Y-106011937D01* +X71719874Y-105988874D01* +X71761246Y-105943796D01* +X71809927Y-105931000D01* +X72636813Y-105931000D01* +X72695004Y-105949907D01* +X72730968Y-105999407D01* +X72730968Y-106060593D01* +X72726866Y-106071127D01* X72708302Y-106111774D01* X72689867Y-106239997D01* X72689867Y-106240002D01* X72708302Y-106368225D01* X72762117Y-106486060D01* X72762118Y-106486063D01* -X72840671Y-106576719D01* +X72842835Y-106579217D01* X72846952Y-106583968D01* -X72954023Y-106652778D01* +X72954529Y-106653103D01* X72955931Y-106654004D01* X73080228Y-106690500D01* X73080230Y-106690500D01* @@ -25825,7 +24610,7 @@ X74020163Y-106439407D01* X74056127Y-106488907D01* X74056127Y-106550093D01* X74044284Y-106574506D01* -X74042806Y-106576719D01* +X74041137Y-106579217D01* X74036419Y-106586276D01* X74024112Y-106601270D01* X73924881Y-106700503D01* @@ -25873,12 +24658,12 @@ X69600938Y-108285593D01* X69564974Y-108236093D01* X69564974Y-108174907D01* X69596324Y-108128972D01* -X69626792Y-108103968D01* +X69628459Y-108102600D01* X69713120Y-108033120D01* X69835023Y-107884581D01* X69835027Y-107884572D01* X69835030Y-107884569D01* -X69893129Y-107775870D01* +X69905783Y-107752198D01* X69925605Y-107715114D01* X69981385Y-107531231D01* X69981386Y-107531226D01* @@ -25886,13 +24671,13 @@ X70000220Y-107340003D01* X70000220Y-107339996D01* X69981386Y-107148773D01* X69981385Y-107148768D01* -X69955794Y-107064407D01* +X69958619Y-107073719D01* X69925605Y-106964886D01* -X69918296Y-106951211D01* +X69923578Y-106961093D01* X69835030Y-106795430D01* X69835025Y-106795423D01* X69835023Y-106795419D01* -X69751739Y-106693937D01* +X69769975Y-106716158D01* X69713124Y-106646884D01* X69713115Y-106646875D01* X69624936Y-106574509D01* @@ -25984,7 +24769,7 @@ X65664977Y-107884581D01* X65696832Y-107923396D01* X65786875Y-108033115D01* X65786884Y-108033124D01* -X65833579Y-108071445D01* +X65841842Y-108078226D01* X65935419Y-108155023D01* X65935423Y-108155025D01* X65935430Y-108155030D01* @@ -26008,7 +24793,7 @@ X67173120Y-108033120D01* X67295023Y-107884581D01* X67295027Y-107884572D01* X67295030Y-107884569D01* -X67353129Y-107775870D01* +X67365783Y-107752198D01* X67385605Y-107715114D01* X67441385Y-107531231D01* X67441386Y-107531226D01* @@ -26016,13 +24801,13 @@ X67460220Y-107340003D01* X67460220Y-107339996D01* X67441386Y-107148773D01* X67441385Y-107148768D01* -X67415794Y-107064407D01* +X67418619Y-107073719D01* X67385605Y-106964886D01* -X67378296Y-106951211D01* +X67383578Y-106961093D01* X67295030Y-106795430D01* X67295025Y-106795423D01* X67295023Y-106795419D01* -X67211739Y-106693937D01* +X67229975Y-106716158D01* X67173124Y-106646884D01* X67173115Y-106646875D01* X67084936Y-106574509D01* @@ -26043,7 +24828,7 @@ X65935430Y-106524969D01* X65935420Y-106524976D01* X65786884Y-106646875D01* X65786875Y-106646884D01* -X65719075Y-106729500D01* +X65714253Y-106735376D01* X65664977Y-106795419D01* X65664975Y-106795421D01* X65661892Y-106799179D01* @@ -26109,7 +24894,7 @@ X67104358Y-104529192D01* X67049842Y-104556969D01* X66989410Y-104547397D01* X66946454Y-104504733D01* -X66944261Y-104500500D01* +X66939282Y-104490891D01* X66933558Y-104479844D01* X66830362Y-104369348D01* X66830361Y-104369347D01* @@ -26137,7 +24922,7 @@ X66195498Y-104319783D01* X66196795Y-104321378D01* X66191543Y-104325650D01* X66191542Y-104325651D01* -X66179499Y-104335449D01* +X66158822Y-104352271D01* X66074258Y-104421068D01* X66006833Y-104516589D01* X65957829Y-104553226D01* @@ -26157,113 +24942,136 @@ G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% G36* -X92548067Y-105114407D02* +X87793067Y-106594407D02* +G01* +X87804880Y-106604496D01* +X88780504Y-107580120D01* +X88808281Y-107634637D01* +X88809500Y-107650124D01* +X88809500Y-107955500D01* +X88790593Y-108013691D01* +X88741093Y-108049655D01* +X88710500Y-108054500D01* +X88150892Y-108054500D01* +X88092701Y-108035593D01* +X88080888Y-108025504D01* +X87548647Y-107493263D01* +X87520870Y-107438746D01* +X87528598Y-107382132D01* +X87528891Y-107381491D01* +X87558697Y-107316226D01* +X87569873Y-107238496D01* +X87577133Y-107188002D01* +X87577133Y-107187997D01* +X87558697Y-107059774D01* +X87549587Y-107039826D01* +X87504882Y-106941937D01* +X87420049Y-106844033D01* +X87420048Y-106844032D01* +X87420047Y-106844031D01* +X87311073Y-106773998D01* +X87311070Y-106773996D01* +X87311069Y-106773996D01* +X87295721Y-106769489D01* +X87245215Y-106734955D01* +X87224653Y-106677328D01* +X87241891Y-106618621D01* +X87290343Y-106581258D01* +X87323613Y-106575500D01* +X87734876Y-106575500D01* +X87793067Y-106594407D01* +G37* +%TD.AperFunction*% +%TA.AperFunction,Conductor*% +G36* +X92116612Y-104063746D02* +G01* +X92159877Y-104107011D01* +X92169448Y-104167443D01* +X92161720Y-104193082D01* +X92120302Y-104283772D01* +X92120302Y-104283774D01* +X92101867Y-104411997D01* +X92101867Y-104412002D01* +X92120302Y-104540225D01* +X92174117Y-104658061D01* +X92174118Y-104658063D01* +X92258011Y-104754882D01* +X92258952Y-104755968D01* +X92361856Y-104822100D01* +X92367931Y-104826004D01* +X92434364Y-104845510D01* +X92484871Y-104880045D01* +X92505433Y-104937672D01* +X92488195Y-104996379D01* +X92439742Y-105033742D01* +X92406473Y-105039500D01* +X91283124Y-105039500D01* +X91224933Y-105020593D01* +X91188969Y-104971093D01* +X91188969Y-104909907D01* +X91213120Y-104870496D01* +X91603773Y-104479843D01* +X92001665Y-104081950D01* +X92056180Y-104054175D01* +X92116612Y-104063746D01* +G37* +%TD.AperFunction*% +%TA.AperFunction,Conductor*% +G36* +X86993856Y-98715921D02* G01* -X92559880Y-105124496D01* -X93094067Y-105658683D01* -X93121844Y-105713200D01* -X93112273Y-105773632D01* -X93069008Y-105816897D01* -X93008576Y-105826468D01* -X92996172Y-105823677D01* -X92879774Y-105789500D01* -X92879772Y-105789500D01* -X92750228Y-105789500D01* -X92750225Y-105789500D01* -X92625933Y-105825995D01* -X92625926Y-105825998D01* -X92516952Y-105896031D01* -X92432117Y-105993938D01* -X92378302Y-106111774D01* -X92359867Y-106239997D01* -X92359867Y-106240002D01* -X92378302Y-106368224D01* -X92400553Y-106416946D01* -X92409500Y-106458073D01* -X92409500Y-106930500D01* -X92390593Y-106988691D01* -X92341093Y-107024655D01* -X92310500Y-107029500D01* -X92201517Y-107029500D01* -X92139390Y-107041857D01* -X92130386Y-107045588D01* -X92129857Y-107044313D01* -X92081097Y-107058057D01* -X92039983Y-107044695D01* -X92039614Y-107045588D01* -X92030609Y-107041857D01* -X91968482Y-107029500D01* -X91968480Y-107029500D01* -X91801520Y-107029500D01* -X91801517Y-107029500D01* -X91739390Y-107041857D01* -X91730386Y-107045588D01* -X91729857Y-107044313D01* -X91681097Y-107058057D01* -X91639983Y-107044695D01* -X91639614Y-107045588D01* -X91630609Y-107041857D01* -X91568482Y-107029500D01* -X91568480Y-107029500D01* -X91401520Y-107029500D01* -X91401517Y-107029500D01* -X91339390Y-107041857D01* -X91330386Y-107045588D01* -X91329857Y-107044313D01* -X91281097Y-107058057D01* -X91239983Y-107044695D01* -X91239614Y-107045588D01* -X91230609Y-107041857D01* -X91168482Y-107029500D01* -X91168480Y-107029500D01* -X91001520Y-107029500D01* -X91001517Y-107029500D01* -X90939390Y-107041857D01* -X90930386Y-107045588D01* -X90929857Y-107044313D01* -X90881097Y-107058057D01* -X90839983Y-107044695D01* -X90839614Y-107045588D01* -X90830609Y-107041857D01* -X90779643Y-107031720D01* -X90726259Y-107001823D01* -X90700643Y-106946258D01* -X90712580Y-106886248D01* -X90753495Y-106848426D01* -X90753113Y-106847832D01* -X90756479Y-106845668D01* -X90757510Y-106844716D01* -X90757839Y-106844565D01* -X90759061Y-106844006D01* -X90759069Y-106844004D01* -X90868049Y-106773967D01* -X90952882Y-106676063D01* -X91006697Y-106558226D01* -X91016664Y-106488907D01* -X91025133Y-106430002D01* -X91025133Y-106429997D01* -X91006697Y-106301774D01* -X90973804Y-106229750D01* -X90952882Y-106183937D01* -X90900951Y-106124004D01* -X90895001Y-106117137D01* -X90871184Y-106060778D01* -X90880879Y-106008828D01* -X90929866Y-105908625D01* -X90940500Y-105835636D01* -X90940500Y-105314364D01* -X90929866Y-105241375D01* -X90929864Y-105241370D01* -X90928206Y-105237978D01* -X90927690Y-105234334D01* -X90927595Y-105234025D01* -X90927644Y-105234009D01* -X90919637Y-105177396D01* -X90948313Y-105123347D01* -X91003282Y-105096476D01* -X91017148Y-105095500D01* -X92489876Y-105095500D01* -X92548067Y-105114407D01* +X87029820Y-98765421D01* +X87029820Y-98826607D01* +X86993856Y-98876107D01* +X86963556Y-98891004D01* +X86932933Y-98899995D01* +X86932926Y-98899998D01* +X86823952Y-98970031D01* +X86739117Y-99067938D01* +X86685302Y-99185774D01* +X86666867Y-99313997D01* +X86666867Y-99314002D01* +X86685302Y-99442225D01* +X86730296Y-99540746D01* +X86739118Y-99560063D01* +X86805497Y-99636670D01* +X86829314Y-99693029D01* +X86815455Y-99752624D01* +X86769214Y-99792692D01* +X86730677Y-99800500D01* +X81742991Y-99800500D01* +X81684800Y-99781593D01* +X81648836Y-99732093D01* +X81648836Y-99670907D01* +X81662420Y-99643974D01* +X81664196Y-99641485D01* +X81664198Y-99641483D01* +X81715573Y-99536393D01* +X81717928Y-99520224D01* +X81745028Y-99465370D01* +X81799196Y-99436918D01* +X81815894Y-99435500D01* +X83429116Y-99435500D01* +X83448429Y-99437401D01* +X83466000Y-99440897D01* +X83493132Y-99435500D01* +X83493133Y-99435500D01* +X83573495Y-99419515D01* +X83638570Y-99376033D01* +X83641622Y-99373994D01* +X83641622Y-99373993D01* +X83652340Y-99366833D01* +X83652347Y-99366827D01* +X83655000Y-99365054D01* +X83664624Y-99358624D01* +X83674577Y-99343727D01* +X83686881Y-99328734D01* +X84289606Y-98726009D01* +X84344123Y-98698233D01* +X84359610Y-98697014D01* +X86935665Y-98697014D01* +X86993856Y-98715921D01* G37* %TD.AperFunction*% %TA.AperFunction,Conductor*% @@ -26355,111 +25163,19 @@ G36* X86717707Y-82108569D02* G01* X86720770Y-82111502D01* -X89345504Y-84736236D01* -X89373281Y-84790753D01* -X89374500Y-84806240D01* -X89374500Y-85608097D01* -X89355593Y-85666288D01* -X89306093Y-85702252D01* -X89244907Y-85702252D01* -X89195407Y-85666288D01* -X89177508Y-85622186D01* -X89171697Y-85581774D01* -X89145114Y-85523566D01* -X89117882Y-85463937D01* -X89033049Y-85366033D01* -X89033048Y-85366032D01* -X89033047Y-85366031D01* -X88924073Y-85295998D01* -X88924070Y-85295996D01* -X88924069Y-85295996D01* -X88924066Y-85295995D01* -X88799774Y-85259500D01* -X88799772Y-85259500D01* -X88670228Y-85259500D01* -X88670225Y-85259500D01* -X88545933Y-85295995D01* -X88545926Y-85295998D01* -X88436951Y-85366032D01* -X88436949Y-85366034D01* -X88407231Y-85400331D01* -X88354835Y-85431927D01* -X88332412Y-85434500D01* -X74029500Y-85434500D01* -X73971309Y-85415593D01* -X73935345Y-85366093D01* -X73930500Y-85335500D01* -X73930500Y-85331743D01* -X73930316Y-85330479D01* -X73920573Y-85263607D01* -X73918809Y-85259999D01* -X73889233Y-85199500D01* -X73869198Y-85158517D01* -X73786483Y-85075802D01* -X73786481Y-85075801D01* -X73681395Y-85024427D01* -X73646307Y-85019315D01* -X73613260Y-85014500D01* -X73146740Y-85014500D01* -X73113713Y-85019312D01* -X73078604Y-85024427D01* -X72973518Y-85075801D01* -X72890801Y-85158518D01* -X72839427Y-85263604D01* -X72837408Y-85277465D01* -X72829500Y-85331740D01* -X72829500Y-85948260D01* -X72830846Y-85957496D01* -X72839427Y-86016395D01* -X72875409Y-86089996D01* -X72890802Y-86121483D01* -X72973517Y-86204198D01* -X72995777Y-86215080D01* -X73078604Y-86255572D01* -X73078605Y-86255572D01* -X73078607Y-86255573D01* -X73146740Y-86265500D01* -X73146743Y-86265500D01* -X73613257Y-86265500D01* -X73613260Y-86265500D01* -X73681393Y-86255573D01* -X73786483Y-86204198D01* -X73869198Y-86121483D01* -X73908534Y-86041018D01* -X73951078Y-85997046D01* -X73997475Y-85985500D01* -X88332412Y-85985500D01* -X88390603Y-86004407D01* -X88407231Y-86019669D01* -X88436949Y-86053965D01* -X88436951Y-86053967D01* -X88543797Y-86122633D01* -X88545931Y-86124004D01* -X88670228Y-86160500D01* -X88670230Y-86160500D01* -X88799770Y-86160500D01* -X88799772Y-86160500D01* -X88924069Y-86124004D01* -X89033049Y-86053967D01* -X89117882Y-85956063D01* -X89171697Y-85838226D01* -X89175482Y-85811902D01* -X89177508Y-85797813D01* -X89204504Y-85742906D01* -X89258618Y-85714352D01* -X89319180Y-85723059D01* -X89363059Y-85765701D01* -X89374500Y-85811902D01* -X89374500Y-88003115D01* -X89372598Y-88022427D01* -X89369103Y-88039999D01* -X89369103Y-88049751D01* -X89365210Y-88049751D01* -X89360162Y-88092165D01* -X89318600Y-88137067D01* -X89258583Y-88148965D01* -X89203035Y-88123313D01* -X89200279Y-88120663D01* +X89788504Y-85179236D01* +X89816281Y-85233753D01* +X89817500Y-85249240D01* +X89817500Y-88446115D01* +X89815598Y-88465427D01* +X89812103Y-88482999D01* +X89812103Y-88492751D01* +X89808210Y-88492751D01* +X89803162Y-88535165D01* +X89761600Y-88580067D01* +X89701583Y-88591965D01* +X89646035Y-88566313D01* +X89643279Y-88563663D01* X89100885Y-88021269D01* X89088573Y-88006266D01* X89083999Y-87999420D01* @@ -26574,6 +25290,90 @@ X72136483Y-86204198D01* X72219198Y-86121483D01* X72270573Y-86016393D01* X72280500Y-85948260D01* +X72829500Y-85948260D01* +X72830846Y-85957496D01* +X72839427Y-86016395D01* +X72875409Y-86089996D01* +X72890802Y-86121483D01* +X72973517Y-86204198D01* +X72995777Y-86215080D01* +X73078604Y-86255572D01* +X73078605Y-86255572D01* +X73078607Y-86255573D01* +X73146740Y-86265500D01* +X73146743Y-86265500D01* +X73613257Y-86265500D01* +X73613260Y-86265500D01* +X73681393Y-86255573D01* +X73786483Y-86204198D01* +X73869198Y-86121483D01* +X73908534Y-86041018D01* +X73951078Y-85997046D01* +X73997475Y-85985500D01* +X88332412Y-85985500D01* +X88390603Y-86004407D01* +X88407231Y-86019669D01* +X88436949Y-86053965D01* +X88436951Y-86053967D01* +X88543797Y-86122633D01* +X88545931Y-86124004D01* +X88670228Y-86160500D01* +X88670230Y-86160500D01* +X88799770Y-86160500D01* +X88799772Y-86160500D01* +X88924069Y-86124004D01* +X89033049Y-86053967D01* +X89117882Y-85956063D01* +X89171697Y-85838226D01* +X89189431Y-85714884D01* +X89190133Y-85710002D01* +X89190133Y-85709997D01* +X89171697Y-85581774D01* +X89145114Y-85523566D01* +X89117882Y-85463937D01* +X89033049Y-85366033D01* +X89033048Y-85366032D01* +X89033047Y-85366031D01* +X88924073Y-85295998D01* +X88924070Y-85295996D01* +X88924069Y-85295996D01* +X88924066Y-85295995D01* +X88799774Y-85259500D01* +X88799772Y-85259500D01* +X88670228Y-85259500D01* +X88670225Y-85259500D01* +X88545933Y-85295995D01* +X88545926Y-85295998D01* +X88436951Y-85366032D01* +X88436949Y-85366034D01* +X88407231Y-85400331D01* +X88354835Y-85431927D01* +X88332412Y-85434500D01* +X74029500Y-85434500D01* +X73971309Y-85415593D01* +X73935345Y-85366093D01* +X73930500Y-85335500D01* +X73930500Y-85331743D01* +X73930316Y-85330479D01* +X73920573Y-85263607D01* +X73918809Y-85259999D01* +X73889233Y-85199500D01* +X73869198Y-85158517D01* +X73786483Y-85075802D01* +X73786481Y-85075801D01* +X73681395Y-85024427D01* +X73646307Y-85019315D01* +X73613260Y-85014500D01* +X73146740Y-85014500D01* +X73113713Y-85019312D01* +X73078604Y-85024427D01* +X72973518Y-85075801D01* +X72890801Y-85158518D01* +X72839427Y-85263604D01* +X72837408Y-85277465D01* +X72829500Y-85331740D01* +X72829500Y-85948260D01* +X72280500Y-85948260D01* X72280500Y-85331740D01* X72270573Y-85263607D01* X72268809Y-85259999D01* @@ -26617,7 +25417,7 @@ X70029245Y-84755500D01* X87210423Y-84755500D01* X87268614Y-84774407D01* X87285240Y-84789667D01* -X87345260Y-84858934D01* +X87358444Y-84874149D01* X87366952Y-84883968D01* X87469971Y-84950174D01* X87475931Y-84954004D01* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Mask.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Mask.gbr index 1a672a1..b28e479 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Mask.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Mask.gbr @@ -1,12 +1,12 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Soldermask,Top*% %TF.FilePolarity,Negative*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* @@ -32,50 +32,47 @@ G04 Aperture macros list end* %ADD10RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*% %ADD11RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*% %ADD12RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*% -%ADD13R,0.350000X0.650000*% -%ADD14RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% -%ADD15RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% -%ADD16R,0.750000X0.850000*% -%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% -%ADD18R,0.600000X0.620000*% -%ADD19C,2.000000*% -%ADD20R,1.950000X1.700000*% -%ADD21O,1.950000X1.700000*% -%ADD22R,1.700000X2.000000*% -%ADD23O,1.700000X2.000000*% -%ADD24R,0.620000X0.600000*% +%ADD13RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% +%ADD14RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% +%ADD15R,0.750000X0.850000*% +%ADD16R,1.650000X5.600000*% +%ADD17R,0.900000X5.600000*% +%ADD18RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% +%ADD19RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*% +%ADD20C,2.000000*% +%ADD21R,1.950000X1.700000*% +%ADD22O,1.950000X1.700000*% +%ADD23R,1.700000X2.000000*% +%ADD24O,1.700000X2.000000*% %ADD25RoundRect,0.250000X1.825000X0.700000X-1.825000X0.700000X-1.825000X-0.700000X1.825000X-0.700000X0*% %ADD26RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*% %ADD27RoundRect,0.150000X-0.150000X0.587500X-0.150000X-0.587500X0.150000X-0.587500X0.150000X0.587500X0*% -%ADD28RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% -%ADD29RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% -%ADD30R,6.400000X6.400000*% -%ADD31R,1.650000X1.650000*% -%ADD32C,1.650000*% -%ADD33R,0.650000X0.350000*% +%ADD28R,0.300000X0.300000*% +%ADD29RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% +%ADD30RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% +%ADD31R,6.400000X6.400000*% +%ADD32R,1.650000X1.650000*% +%ADD33C,1.650000*% %ADD34RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*% -%ADD35R,1.050000X1.000000*% -%ADD36R,2.200000X1.050000*% -%ADD37R,3.800000X2.150000*% -%ADD38R,0.800000X0.400000*% -%ADD39R,1.750000X2.500000*% -%ADD40R,1.800000X1.800000*% -%ADD41C,1.800000*% -%ADD42R,0.420000X0.700000*% -%ADD43R,0.400000X1.350000*% -%ADD44C,1.450000*% -%ADD45C,2.425000*% -%ADD46R,1.800000X1.900000*% -%ADD47RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% -%ADD48R,0.750000X0.940000*% -%ADD49RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% -%ADD50R,0.300000X0.500000*% -%ADD51R,0.500000X0.800000*% -%ADD52R,0.940000X0.750000*% -%ADD53RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% -%ADD54RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% -%ADD55R,1.700000X1.700000*% -%ADD56O,1.700000X1.700000*% +%ADD35R,3.800000X2.150000*% +%ADD36R,0.800000X0.400000*% +%ADD37R,1.750000X2.500000*% +%ADD38R,1.800000X1.800000*% +%ADD39C,1.800000*% +%ADD40R,0.420000X0.700000*% +%ADD41R,0.400000X1.350000*% +%ADD42C,1.450000*% +%ADD43C,2.425000*% +%ADD44R,1.800000X1.900000*% +%ADD45RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% +%ADD46R,0.750000X0.940000*% +%ADD47RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% +%ADD48RoundRect,0.218750X-0.218750X-0.381250X0.218750X-0.381250X0.218750X0.381250X-0.218750X0.381250X0*% +%ADD49R,0.940000X0.750000*% +%ADD50RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% +%ADD51RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% +%ADD52R,1.700000X1.700000*% +%ADD53O,1.700000X1.700000*% G04 APERTURE END LIST* D10* %TO.C,C12*% @@ -93,99 +90,97 @@ X116200000Y-87335000D03* X116200000Y-88985000D03* %TD*% D13* -%TO.C,L3*% -X80642407Y-115902000D03* -X79792407Y-115902000D03* -%TD*% -D14* %TO.C,C9*% X99690000Y-108625000D03* X99690000Y-110175000D03* %TD*% -D15* +D14* %TO.C,R5*% X146110786Y-115619691D03* X146110786Y-113969691D03* %TD*% -D16* +D15* %TO.C,Y1*% -X88917000Y-119039000D03* -X88917000Y-117689000D03* -X87867000Y-117689000D03* -X87867000Y-119039000D03* +X87686000Y-120404000D03* +X87686000Y-119054000D03* +X86636000Y-119054000D03* +X86636000Y-120404000D03* %TD*% +D16* +%TO.C,J6*% +X75532000Y-127662000D03* D17* +X79657000Y-127662000D03* +D16* +X83782000Y-127662000D03* +%TD*% +D18* %TO.C,R20*% -X79060000Y-108950000D03* -X80710000Y-108950000D03* +X79185000Y-108966000D03* +X80835000Y-108966000D03* %TD*% -D12* +D11* %TO.C,R16*% -X97535000Y-101035000D03* -X97535000Y-102685000D03* +X99314000Y-102616000D03* +X97664000Y-102616000D03* %TD*% -D18* +D19* %TO.C,C6*% -X85200000Y-120754000D03* -X86120000Y-120754000D03* +X92405000Y-117330000D03* +X90855000Y-117330000D03* %TD*% -D19* +D20* %TO.C,SW2*% X130104000Y-126290000D03* X130104000Y-119790000D03* X134604000Y-126290000D03* X134604000Y-119790000D03* %TD*% -D20* +D21* %TO.C,J22*% X150996450Y-83179746D03* -D21* +D22* X150996450Y-85679746D03* X150996450Y-88179746D03* X150996450Y-90679746D03* %TD*% -D20* +D21* %TO.C,J1*% X116315000Y-114820000D03* -D21* +D22* X116315000Y-117320000D03* X116315000Y-119820000D03* X116315000Y-122320000D03* X116315000Y-124820000D03* X116315000Y-127320000D03* %TD*% -D22* +D23* %TO.C,J19*% X124580500Y-71680500D03* -D23* +D24* X122080500Y-71680500D03* %TD*% -D20* +D21* %TO.C,J7*% X150989536Y-110000528D03* -D21* +D22* X150989536Y-112500528D03* X150989536Y-115000528D03* %TD*% -D20* +D21* %TO.C,J25*% X155379724Y-69786663D03* -D21* +D22* X155379724Y-72286663D03* X155379724Y-74786663D03* X155379724Y-77286663D03* %TD*% -D24* -%TO.C,C20*% -X79777302Y-115092834D03* -X79777302Y-114172834D03* -%TD*% D25* %TO.C,C3*% X99750000Y-79490000D03* X92800000Y-79490000D03* %TD*% -D17* +D18* %TO.C,R21*% X71730000Y-85640000D03* X73380000Y-85640000D03* @@ -196,7 +191,7 @@ X123535500Y-81045500D03* X123535500Y-79145500D03* X121660500Y-80095500D03* %TD*% -D15* +D14* %TO.C,R19*% X102440000Y-113620000D03* X102440000Y-111970000D03* @@ -210,10 +205,15 @@ X144050786Y-96409691D03* X146050786Y-94909691D03* X146050786Y-96559691D03* %TD*% -D22* +D19* +%TO.C,C7*% +X96205000Y-118935000D03* +X94655000Y-118935000D03* +%TD*% +D23* %TO.C,J11*% X139574000Y-114260000D03* -D23* +D24* X142074000Y-114260000D03* %TD*% D27* @@ -222,20 +222,28 @@ X146150786Y-83657191D03* X144250786Y-83657191D03* X145200786Y-85532191D03* %TD*% -D15* +D28* +%TO.C,FL2*% +X85723000Y-113530000D03* +X86310000Y-113530000D03* +X86897000Y-113530000D03* +X86897000Y-113030000D03* +X86310000Y-113030000D03* +X85723000Y-113030000D03* +%TD*% +D18* %TO.C,R6*% -X88005000Y-100975000D03* -X88005000Y-99325000D03* +X87821000Y-99314000D03* +X89471000Y-99314000D03* %TD*% -D17* %TO.C,R22*% X71470000Y-93950000D03* X73120000Y-93950000D03* %TD*% -D20* +D21* %TO.C,J24*% X157757080Y-83181814D03* -D21* +D22* X157757080Y-85681814D03* X157757080Y-88181814D03* X157757080Y-90681814D03* @@ -245,12 +253,12 @@ D10* X110880000Y-90985000D03* X110880000Y-89435000D03* %TD*% -D14* +D13* %TO.C,C11*% X99005000Y-114055000D03* X99005000Y-115605000D03* %TD*% -D28* +D29* %TO.C,U2*% X95485000Y-107642500D03* X95085000Y-107642500D03* @@ -269,7 +277,7 @@ X90285000Y-107642500D03* X89885000Y-107642500D03* X89485000Y-107642500D03* X89085000Y-107642500D03* -D29* +D30* X88397500Y-108330000D03* X88397500Y-108730000D03* X88397500Y-109130000D03* @@ -287,7 +295,7 @@ X88397500Y-113530000D03* X88397500Y-113930000D03* X88397500Y-114330000D03* X88397500Y-114730000D03* -D28* +D29* X89085000Y-115417500D03* X89485000Y-115417500D03* X89885000Y-115417500D03* @@ -305,7 +313,7 @@ X94285000Y-115417500D03* X94685000Y-115417500D03* X95085000Y-115417500D03* X95485000Y-115417500D03* -D29* +D30* X96172500Y-114730000D03* X96172500Y-114330000D03* X96172500Y-113930000D03* @@ -323,13 +331,13 @@ X96172500Y-109530000D03* X96172500Y-109130000D03* X96172500Y-108730000D03* X96172500Y-108330000D03* -D30* +D31* X92285000Y-111530000D03* %TD*% -D31* +D32* %TO.C,J13*% X129475000Y-92200000D03* -D32* +D33* X129475000Y-94700000D03* X129475000Y-97200000D03* X129475000Y-99700000D03* @@ -345,19 +353,14 @@ D12* X142215500Y-79165500D03* X142215500Y-80815500D03* %TD*% -D20* +D21* %TO.C,J26*% X151001390Y-96585449D03* -D21* +D22* X151001390Y-99085449D03* X151001390Y-101585449D03* X151001390Y-104085449D03* %TD*% -D33* -%TO.C,L2*% -X83910000Y-113750000D03* -X83910000Y-114600000D03* -%TD*% D34* %TO.C,U1*% X105400000Y-118600000D03* @@ -367,39 +370,44 @@ X103500000Y-120875000D03* X104450000Y-120875000D03* X105400000Y-120875000D03* %TD*% -D22* +D23* %TO.C,J8*% X131104000Y-114300000D03* -D23* +D24* X133604000Y-114300000D03* %TD*% -D20* +D21* %TO.C,J4*% X148631294Y-120897123D03* -D21* +D22* X148631294Y-123397123D03* X148631294Y-125897123D03* %TD*% +D19* +%TO.C,C13*% +X84217000Y-112012000D03* +X82667000Y-112012000D03* +%TD*% D26* %TO.C,Q3*% X140298000Y-80855500D03* X140298000Y-78955500D03* X138423000Y-79905500D03* %TD*% -D31* +D32* %TO.C,J14*% X93180000Y-88630000D03* -D32* +D33* X93180000Y-86090000D03* X95720000Y-88630000D03* X95720000Y-86090000D03* X98260000Y-88630000D03* X98260000Y-86090000D03* %TD*% -D22* +D23* %TO.C,J18*% X115940500Y-71620500D03* -D23* +D24* X113440500Y-71620500D03* %TD*% D11* @@ -412,23 +420,16 @@ X102835000Y-110550000D03* X101185000Y-110550000D03* %TD*% D35* -%TO.C,J12*% -X78750000Y-115960000D03* -D36* -X77225000Y-117435000D03* -X77225000Y-114485000D03* -%TD*% -D37* %TO.C,C4*% X112400000Y-79690000D03* X105600000Y-79690000D03* %TD*% -D10* +D19* %TO.C,C14*% -X86360000Y-116345000D03* -X86360000Y-114795000D03* +X87290000Y-115240000D03* +X85740000Y-115240000D03* %TD*% -D19* +D20* %TO.C,SW4*% X118015000Y-107850000D03* X111515000Y-107850000D03* @@ -441,14 +442,14 @@ X121734000Y-119730000D03* X126234000Y-126230000D03* X126234000Y-119730000D03* %TD*% -D20* +D21* %TO.C,J9*% X157742884Y-109997179D03* -D21* +D22* X157742884Y-112497179D03* X157742884Y-114997179D03* %TD*% -D38* +D36* %TO.C,PS1*% X109385000Y-91232500D03* X109385000Y-90282500D03* @@ -456,7 +457,7 @@ X109385000Y-89332500D03* X106385000Y-89332500D03* X106385000Y-90282500D03* X106385000Y-91232500D03* -D39* +D37* X107885000Y-90282500D03* %TD*% D12* @@ -464,109 +465,94 @@ D12* X71635000Y-120855000D03* X71635000Y-122505000D03* %TD*% -D40* +D38* %TO.C,J21*% X94822000Y-70358000D03* -D41* +D39* X99822000Y-70358000D03* %TD*% -D42* +D40* %TO.C,D1*% X109085000Y-103290000D03* X109085000Y-104740000D03* %TD*% -D43* +D41* %TO.C,J15*% X103050000Y-124725000D03* X103700000Y-124725000D03* X104350000Y-124725000D03* X105000000Y-124725000D03* X105650000Y-124725000D03* -D44* +D42* X101925000Y-124400000D03* X106775000Y-124400000D03* -D45* +D43* X107862000Y-127400000D03* X100838000Y-127400000D03* -D46* +D44* X103200000Y-127400000D03* X105500000Y-127400000D03* %TD*% -D12* -%TO.C,R25*% -X80530000Y-118135000D03* -X80530000Y-119785000D03* -%TD*% -D40* +D38* %TO.C,J20*% X84114000Y-70275529D03* -D41* +D39* X89114000Y-70275529D03* %TD*% -D47* +D45* %TO.C,C1*% X71710000Y-73720000D03* X73260000Y-73720000D03* %TD*% -D48* +D46* %TO.C,C16*% X110620000Y-87070000D03* X112020000Y-87070000D03* %TD*% -D17* +D18* %TO.C,R18*% X79525000Y-99160000D03* X81175000Y-99160000D03* %TD*% -D49* +D47* %TO.C,D3*% X134140500Y-76470500D03* X130140500Y-76470500D03* %TD*% -D47* +D45* %TO.C,C17*% X110585000Y-85510000D03* X112135000Y-85510000D03* %TD*% -D20* +D21* %TO.C,J3*% X155381294Y-120907123D03* -D21* +D22* X155381294Y-123407123D03* X155381294Y-125907123D03* %TD*% -D24* -%TO.C,C8*% -X85125000Y-113690000D03* -X85125000Y-114610000D03* -%TD*% D10* %TO.C,C10*% X90315000Y-105575000D03* X90315000Y-104025000D03* %TD*% -D20* +D21* %TO.C,J10*% X137752705Y-92186646D03* -D21* +D22* X137752705Y-94686646D03* X137752705Y-97186646D03* X137752705Y-99686646D03* %TD*% -D50* -%TO.C,FL1*% -X83940000Y-118280000D03* -D51* -X84390000Y-117430000D03* -D50* -X83940000Y-116580000D03* -D51* -X83490000Y-117430000D03* +D48* +%TO.C,L1*% +X91188500Y-118917000D03* +X93313500Y-118917000D03* %TD*% -D22* +D23* %TO.C,J17*% X133080500Y-71700500D03* -D23* +D24* X130580500Y-71700500D03* %TD*% D12* @@ -574,60 +560,55 @@ D12* X134315500Y-79190500D03* X134315500Y-80840500D03* %TD*% -D52* +D49* %TO.C,C15*% X112530000Y-90910000D03* X112530000Y-89510000D03* %TD*% -D22* +D23* %TO.C,J16*% X141560500Y-71710500D03* -D23* +D24* X139060500Y-71710500D03* %TD*% -D19* +D20* %TO.C,SW5*% X142136000Y-108204000D03* X135636000Y-108204000D03* X142136000Y-103704000D03* X135636000Y-103704000D03* %TD*% -D53* +D50* %TO.C,D6*% X105767500Y-111360000D03* X104192500Y-111360000D03* %TD*% -D17* +D18* %TO.C,R2*% X144515786Y-89364691D03* X146165786Y-89364691D03* %TD*% -D19* +D20* %TO.C,SW3*% X138654000Y-126250000D03* X138654000Y-119750000D03* X143154000Y-126250000D03* X143154000Y-119750000D03* %TD*% -D15* -%TO.C,R26*% -X82030000Y-118625000D03* -X82030000Y-116975000D03* -%TD*% D11* %TO.C,R12*% X108425000Y-122550000D03* X106775000Y-122550000D03* %TD*% -D20* +D21* %TO.C,J27*% X148627429Y-69783309D03* -D21* +D22* X148627429Y-72283309D03* X148627429Y-74783309D03* X148627429Y-77283309D03* %TD*% -D49* +D47* %TO.C,D4*% X125430500Y-76485500D03* X121430500Y-76485500D03* @@ -638,25 +619,15 @@ X132395500Y-81005500D03* X132395500Y-79105500D03* X130520500Y-80055500D03* %TD*% -D33* -%TO.C,L1*% -X84010000Y-120230000D03* -X84010000Y-121080000D03* -%TD*% -D18* -%TO.C,C7*% -X83980000Y-115610000D03* -X84900000Y-115610000D03* -%TD*% D12* %TO.C,R7*% X146120786Y-109984691D03* X146120786Y-111634691D03* %TD*% -D14* -%TO.C,C13*% -X86405160Y-117649333D03* -X86405160Y-119199333D03* +D19* +%TO.C,C8*% +X87278000Y-116532000D03* +X85728000Y-116532000D03* %TD*% D27* %TO.C,Q2*% @@ -664,20 +635,15 @@ X146280786Y-91097191D03* X144380786Y-91097191D03* X145330786Y-92972191D03* %TD*% -D18* -%TO.C,C19*% -X84035000Y-119400000D03* -X84955000Y-119400000D03* -%TD*% -D54* +D51* %TO.C,D5*% X116140000Y-84342500D03* X116140000Y-85917500D03* %TD*% -D31* +D32* %TO.C,J2*% X66480000Y-74320000D03* -D32* +D33* X69020000Y-74320000D03* X66480000Y-76860000D03* X69020000Y-76860000D03* @@ -718,29 +684,25 @@ X69020000Y-120040000D03* X66480000Y-122580000D03* X69020000Y-122580000D03* %TD*% -D20* +D21* %TO.C,J23*% X157755786Y-96584691D03* -D21* +D22* X157755786Y-99084691D03* X157755786Y-101584691D03* X157755786Y-104084691D03* %TD*% -D14* +D13* %TO.C,C2*% X71575000Y-77175000D03* X71575000Y-78725000D03* %TD*% +D45* %TO.C,C5*% -X93218000Y-116827000D03* -X93218000Y-118377000D03* +X94707000Y-117596000D03* +X96257000Y-117596000D03* %TD*% -D24* -%TO.C,C21*% -X81430000Y-115840000D03* -X81430000Y-114920000D03* -%TD*% -D17* +D18* %TO.C,R3*% X144495786Y-81844691D03* X146145786Y-81844691D03* @@ -749,10 +711,10 @@ X146145786Y-81844691D03* X71480000Y-92220000D03* X73130000Y-92220000D03* %TD*% -D22* +D23* %TO.C,J5*% X122704000Y-114310000D03* -D23* +D24* X125204000Y-114310000D03* %TD*% D12* @@ -760,19 +722,19 @@ D12* X125505500Y-79280500D03* X125505500Y-80930500D03* %TD*% -D55* +D52* %TO.C,JP5*% X108015000Y-86200000D03* -D56* +D53* X105475000Y-86200000D03* X102935000Y-86200000D03* %TD*% -D11* +D14* %TO.C,R17*% -X97500000Y-121360000D03* -X95850000Y-121360000D03* +X88788660Y-103852466D03* +X88788660Y-102202466D03* %TD*% -D49* +D47* %TO.C,D2*% X142538000Y-76350500D03* X138538000Y-76350500D03* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Paste.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Paste.gbr index 159dfac..7302c00 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Paste.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Paste.gbr @@ -1,12 +1,12 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Paste,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* @@ -32,37 +32,34 @@ G04 Aperture macros list end* %ADD10RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*% %ADD11RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*% %ADD12RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*% -%ADD13R,0.350000X0.650000*% -%ADD14RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% -%ADD15RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% -%ADD16R,0.750000X0.850000*% -%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% -%ADD18R,0.600000X0.620000*% -%ADD19R,0.620000X0.600000*% +%ADD13RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*% +%ADD14RoundRect,0.200000X0.275000X-0.200000X0.275000X0.200000X-0.275000X0.200000X-0.275000X-0.200000X0*% +%ADD15R,0.750000X0.850000*% +%ADD16R,1.650000X5.600000*% +%ADD17R,0.900000X5.600000*% +%ADD18RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*% +%ADD19RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*% %ADD20RoundRect,0.250000X1.825000X0.700000X-1.825000X0.700000X-1.825000X-0.700000X1.825000X-0.700000X0*% %ADD21RoundRect,0.150000X0.587500X0.150000X-0.587500X0.150000X-0.587500X-0.150000X0.587500X-0.150000X0*% %ADD22RoundRect,0.150000X-0.150000X0.587500X-0.150000X-0.587500X0.150000X-0.587500X0.150000X0.587500X0*% -%ADD23RoundRect,0.249999X-0.395001X0.395001X-0.395001X-0.395001X0.395001X-0.395001X0.395001X0.395001X0*% -%ADD24RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% -%ADD25RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% -%ADD26R,0.650000X0.350000*% +%ADD23R,0.300000X0.300000*% +%ADD24RoundRect,0.249999X-0.395001X0.395001X-0.395001X-0.395001X0.395001X-0.395001X0.395001X0.395001X0*% +%ADD25RoundRect,0.062500X-0.062500X0.400000X-0.062500X-0.400000X0.062500X-0.400000X0.062500X0.400000X0*% +%ADD26RoundRect,0.062500X-0.400000X0.062500X-0.400000X-0.062500X0.400000X-0.062500X0.400000X0.062500X0*% %ADD27RoundRect,0.150000X-0.150000X0.512500X-0.150000X-0.512500X0.150000X-0.512500X0.150000X0.512500X0*% -%ADD28R,1.050000X1.000000*% -%ADD29R,2.200000X1.050000*% -%ADD30R,3.800000X2.150000*% -%ADD31R,0.800000X0.400000*% -%ADD32R,1.750000X2.500000*% -%ADD33R,0.420000X0.700000*% -%ADD34R,0.400000X1.350000*% -%ADD35R,1.800000X1.900000*% -%ADD36RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% -%ADD37R,0.750000X0.940000*% -%ADD38RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% -%ADD39R,0.300000X0.500000*% -%ADD40R,0.500000X0.800000*% -%ADD41R,0.940000X0.750000*% -%ADD42RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% -%ADD43RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% +%ADD28R,3.800000X2.150000*% +%ADD29R,0.800000X0.400000*% +%ADD30R,1.750000X2.500000*% +%ADD31R,0.420000X0.700000*% +%ADD32R,0.400000X1.350000*% +%ADD33R,1.800000X1.900000*% +%ADD34RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*% +%ADD35R,0.750000X0.940000*% +%ADD36RoundRect,0.250000X1.000000X0.650000X-1.000000X0.650000X-1.000000X-0.650000X1.000000X-0.650000X0*% +%ADD37RoundRect,0.218750X-0.218750X-0.381250X0.218750X-0.381250X0.218750X0.381250X-0.218750X0.381250X0*% +%ADD38R,0.940000X0.750000*% +%ADD39RoundRect,0.218750X0.218750X0.256250X-0.218750X0.256250X-0.218750X-0.256250X0.218750X-0.256250X0*% +%ADD40RoundRect,0.218750X-0.256250X0.218750X-0.256250X-0.218750X0.256250X-0.218750X0.256250X0.218750X0*% G04 APERTURE END LIST* D10* %TO.C,C12*% @@ -80,53 +77,51 @@ X116200000Y-87335000D03* X116200000Y-88985000D03* %TD*% D13* -%TO.C,L3*% -X80642407Y-115902000D03* -X79792407Y-115902000D03* -%TD*% -D14* %TO.C,C9*% X99690000Y-108625000D03* X99690000Y-110175000D03* %TD*% -D15* +D14* %TO.C,R5*% X146110786Y-115619691D03* X146110786Y-113969691D03* %TD*% -D16* +D15* %TO.C,Y1*% -X88917000Y-119039000D03* -X88917000Y-117689000D03* -X87867000Y-117689000D03* -X87867000Y-119039000D03* +X87686000Y-120404000D03* +X87686000Y-119054000D03* +X86636000Y-119054000D03* +X86636000Y-120404000D03* %TD*% +D16* +%TO.C,J6*% +X75532000Y-127662000D03* D17* +X79657000Y-127662000D03* +D16* +X83782000Y-127662000D03* +%TD*% +D18* %TO.C,R20*% -X79060000Y-108950000D03* -X80710000Y-108950000D03* +X79185000Y-108966000D03* +X80835000Y-108966000D03* %TD*% -D12* +D11* %TO.C,R16*% -X97535000Y-101035000D03* -X97535000Y-102685000D03* -%TD*% -D18* -%TO.C,C6*% -X85200000Y-120754000D03* -X86120000Y-120754000D03* +X99314000Y-102616000D03* +X97664000Y-102616000D03* %TD*% D19* -%TO.C,C20*% -X79777302Y-115092834D03* -X79777302Y-114172834D03* +%TO.C,C6*% +X92405000Y-117330000D03* +X90855000Y-117330000D03* %TD*% D20* %TO.C,C3*% X99750000Y-79490000D03* X92800000Y-79490000D03* %TD*% -D17* +D18* %TO.C,R21*% X71730000Y-85640000D03* X73380000Y-85640000D03* @@ -137,7 +132,7 @@ X123535500Y-81045500D03* X123535500Y-79145500D03* X121660500Y-80095500D03* %TD*% -D15* +D14* %TO.C,R19*% X102440000Y-113620000D03* X102440000Y-111970000D03* @@ -151,18 +146,31 @@ X144050786Y-96409691D03* X146050786Y-94909691D03* X146050786Y-96559691D03* %TD*% +D19* +%TO.C,C7*% +X96205000Y-118935000D03* +X94655000Y-118935000D03* +%TD*% D22* %TO.C,Q1*% X146150786Y-83657191D03* X144250786Y-83657191D03* X145200786Y-85532191D03* %TD*% -D15* +D23* +%TO.C,FL2*% +X85723000Y-113530000D03* +X86310000Y-113530000D03* +X86897000Y-113530000D03* +X86897000Y-113030000D03* +X86310000Y-113030000D03* +X85723000Y-113030000D03* +%TD*% +D18* %TO.C,R6*% -X88005000Y-100975000D03* -X88005000Y-99325000D03* +X87821000Y-99314000D03* +X89471000Y-99314000D03* %TD*% -D17* %TO.C,R22*% X71470000Y-93950000D03* X73120000Y-93950000D03* @@ -172,12 +180,12 @@ D10* X110880000Y-90985000D03* X110880000Y-89435000D03* %TD*% -D14* +D13* %TO.C,C11*% X99005000Y-114055000D03* X99005000Y-115605000D03* %TD*% -D23* +D24* %TO.C,U2*% X94685000Y-109130000D03* X93085000Y-109130000D03* @@ -195,7 +203,7 @@ X94685000Y-113930000D03* X93085000Y-113930000D03* X91485000Y-113930000D03* X89885000Y-113930000D03* -D24* +D25* X95485000Y-107642500D03* X95085000Y-107642500D03* X94685000Y-107642500D03* @@ -213,7 +221,7 @@ X90285000Y-107642500D03* X89885000Y-107642500D03* X89485000Y-107642500D03* X89085000Y-107642500D03* -D25* +D26* X88397500Y-108330000D03* X88397500Y-108730000D03* X88397500Y-109130000D03* @@ -231,7 +239,7 @@ X88397500Y-113530000D03* X88397500Y-113930000D03* X88397500Y-114330000D03* X88397500Y-114730000D03* -D24* +D25* X89085000Y-115417500D03* X89485000Y-115417500D03* X89885000Y-115417500D03* @@ -249,7 +257,7 @@ X94285000Y-115417500D03* X94685000Y-115417500D03* X95085000Y-115417500D03* X95485000Y-115417500D03* -D25* +D26* X96172500Y-114730000D03* X96172500Y-114330000D03* X96172500Y-113930000D03* @@ -278,11 +286,6 @@ D12* X142215500Y-79165500D03* X142215500Y-80815500D03* %TD*% -D26* -%TO.C,L2*% -X83910000Y-113750000D03* -X83910000Y-114600000D03* -%TD*% D27* %TO.C,U1*% X105400000Y-118600000D03* @@ -292,6 +295,11 @@ X103500000Y-120875000D03* X104450000Y-120875000D03* X105400000Y-120875000D03* %TD*% +D19* +%TO.C,C13*% +X84217000Y-112012000D03* +X82667000Y-112012000D03* +%TD*% D21* %TO.C,Q3*% X140298000Y-80855500D03* @@ -308,23 +316,16 @@ X102835000Y-110550000D03* X101185000Y-110550000D03* %TD*% D28* -%TO.C,J12*% -X78750000Y-115960000D03* -D29* -X77225000Y-117435000D03* -X77225000Y-114485000D03* -%TD*% -D30* %TO.C,C4*% X112400000Y-79690000D03* X105600000Y-79690000D03* %TD*% -D10* +D19* %TO.C,C14*% -X86360000Y-116345000D03* -X86360000Y-114795000D03* +X87290000Y-115240000D03* +X85740000Y-115240000D03* %TD*% -D31* +D29* %TO.C,PS1*% X109385000Y-91232500D03* X109385000Y-90282500D03* @@ -332,7 +333,7 @@ X109385000Y-89332500D03* X106385000Y-89332500D03* X106385000Y-90282500D03* X106385000Y-91232500D03* -D32* +D30* X107885000Y-90282500D03* %TD*% D12* @@ -340,103 +341,83 @@ D12* X71635000Y-120855000D03* X71635000Y-122505000D03* %TD*% -D33* +D31* %TO.C,D1*% X109085000Y-103290000D03* X109085000Y-104740000D03* %TD*% -D34* +D32* %TO.C,J15*% X103050000Y-124725000D03* X103700000Y-124725000D03* X104350000Y-124725000D03* X105000000Y-124725000D03* X105650000Y-124725000D03* -D35* +D33* X103200000Y-127400000D03* X105500000Y-127400000D03* %TD*% -D12* -%TO.C,R25*% -X80530000Y-118135000D03* -X80530000Y-119785000D03* -%TD*% -D36* +D34* %TO.C,C1*% X71710000Y-73720000D03* X73260000Y-73720000D03* %TD*% -D37* +D35* %TO.C,C16*% X110620000Y-87070000D03* X112020000Y-87070000D03* %TD*% -D17* +D18* %TO.C,R18*% X79525000Y-99160000D03* X81175000Y-99160000D03* %TD*% -D38* +D36* %TO.C,D3*% X134140500Y-76470500D03* X130140500Y-76470500D03* %TD*% -D36* +D34* %TO.C,C17*% X110585000Y-85510000D03* X112135000Y-85510000D03* %TD*% -D19* -%TO.C,C8*% -X85125000Y-113690000D03* -X85125000Y-114610000D03* -%TD*% D10* %TO.C,C10*% X90315000Y-105575000D03* X90315000Y-104025000D03* %TD*% -D39* -%TO.C,FL1*% -X83940000Y-118280000D03* -D40* -X84390000Y-117430000D03* -D39* -X83940000Y-116580000D03* -D40* -X83490000Y-117430000D03* +D37* +%TO.C,L1*% +X91188500Y-118917000D03* +X93313500Y-118917000D03* %TD*% D12* %TO.C,R9*% X134315500Y-79190500D03* X134315500Y-80840500D03* %TD*% -D41* +D38* %TO.C,C15*% X112530000Y-90910000D03* X112530000Y-89510000D03* %TD*% -D42* +D39* %TO.C,D6*% X105767500Y-111360000D03* X104192500Y-111360000D03* %TD*% -D17* +D18* %TO.C,R2*% X144515786Y-89364691D03* X146165786Y-89364691D03* %TD*% -D15* -%TO.C,R26*% -X82030000Y-118625000D03* -X82030000Y-116975000D03* -%TD*% D11* %TO.C,R12*% X108425000Y-122550000D03* X106775000Y-122550000D03* %TD*% -D38* +D36* %TO.C,D4*% X125430500Y-76485500D03* X121430500Y-76485500D03* @@ -447,25 +428,15 @@ X132395500Y-81005500D03* X132395500Y-79105500D03* X130520500Y-80055500D03* %TD*% -D26* -%TO.C,L1*% -X84010000Y-120230000D03* -X84010000Y-121080000D03* -%TD*% -D18* -%TO.C,C7*% -X83980000Y-115610000D03* -X84900000Y-115610000D03* -%TD*% D12* %TO.C,R7*% X146120786Y-109984691D03* X146120786Y-111634691D03* %TD*% -D14* -%TO.C,C13*% -X86405160Y-117649333D03* -X86405160Y-119199333D03* +D19* +%TO.C,C8*% +X87278000Y-116532000D03* +X85728000Y-116532000D03* %TD*% D22* %TO.C,Q2*% @@ -473,31 +444,22 @@ X146280786Y-91097191D03* X144380786Y-91097191D03* X145330786Y-92972191D03* %TD*% -D18* -%TO.C,C19*% -X84035000Y-119400000D03* -X84955000Y-119400000D03* -%TD*% -D43* +D40* %TO.C,D5*% X116140000Y-84342500D03* X116140000Y-85917500D03* %TD*% -D14* +D13* %TO.C,C2*% X71575000Y-77175000D03* X71575000Y-78725000D03* %TD*% +D34* %TO.C,C5*% -X93218000Y-116827000D03* -X93218000Y-118377000D03* -%TD*% -D19* -%TO.C,C21*% -X81430000Y-115840000D03* -X81430000Y-114920000D03* +X94707000Y-117596000D03* +X96257000Y-117596000D03* %TD*% -D17* +D18* %TO.C,R3*% X144495786Y-81844691D03* X146145786Y-81844691D03* @@ -511,12 +473,12 @@ D12* X125505500Y-79280500D03* X125505500Y-80930500D03* %TD*% -D11* +D14* %TO.C,R17*% -X97500000Y-121360000D03* -X95850000Y-121360000D03* +X88788660Y-103852466D03* +X88788660Y-102202466D03* %TD*% -D38* +D36* %TO.C,D2*% X142538000Y-76350500D03* X138538000Y-76350500D03* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Silkscreen.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Silkscreen.gbr index ca78652..0928ba6 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Silkscreen.gbr +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-F_Silkscreen.gbr @@ -1,28 +1,1194 @@ %TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-12-22T14:50:21+01:00*% +%TF.CreationDate,2024-05-12T12:23:43+02:00*% %TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% %TF.SameCoordinates,Original*% %TF.FileFunction,Legend,Top*% %TF.FilePolarity,Positive*% %FSLAX46Y46*% G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-12-22 14:50:21* +G04 Created by KiCad (PCBNEW 7.0.7) date 2024-05-12 12:23:43* %MOMM*% %LPD*% G01* G04 APERTURE LIST* -%ADD10C,0.200000*% -%ADD11C,0.130000*% -%ADD12C,0.180000*% -%ADD13C,0.075000*% -%ADD14C,0.100000*% -%ADD15C,0.150000*% -%ADD16C,0.254000*% -%ADD17C,0.120000*% -%ADD18C,0.010000*% -%ADD19C,0.250000*% +%ADD10C,0.300000*% +%ADD11C,0.200000*% +%ADD12C,0.130000*% +%ADD13C,0.180000*% +%ADD14C,0.075000*% +%ADD15C,0.100000*% +%ADD16C,0.150000*% +%ADD17C,0.250000*% +%ADD18C,0.125000*% +%ADD19C,0.120000*% G04 APERTURE END LIST* D10* +G36* +X85747789Y-129572026D02* +G01* +X86036117Y-129539053D01* +X86038878Y-129558925D01* +X86042489Y-129578011D01* +X86046950Y-129596311D01* +X86052260Y-129613826D01* +X86058421Y-129630555D01* +X86065432Y-129646498D01* +X86073293Y-129661656D01* +X86082005Y-129676028D01* +X86091566Y-129689614D01* +X86101977Y-129702414D01* +X86109390Y-129710512D01* +X86120954Y-129721773D01* +X86132840Y-129731927D01* +X86145049Y-129740973D01* +X86157579Y-129748911D01* +X86174786Y-129757773D01* +X86192566Y-129764665D01* +X86210919Y-129769588D01* +X86229844Y-129772542D01* +X86249341Y-129773526D01* +X86266129Y-129772947D01* +X86282422Y-129771208D01* +X86298218Y-129768310D01* +X86313518Y-129764253D01* +X86328323Y-129759036D01* +X86342631Y-129752661D01* +X86356444Y-129745126D01* +X86369761Y-129736432D01* +X86382582Y-129726579D01* +X86394907Y-129715566D01* +X86402848Y-129707581D01* +X86414109Y-129694558D01* +X86424263Y-129680357D01* +X86433309Y-129664977D01* +X86441248Y-129648419D01* +X86448078Y-129630682D01* +X86453801Y-129611767D01* +X86458417Y-129591673D01* +X86461924Y-129570400D01* +X86463647Y-129555564D01* +X86464878Y-129540204D01* +X86465617Y-129524320D01* +X86465863Y-129507912D01* +X86465619Y-129492496D01* +X86464890Y-129477573D01* +X86462882Y-129456110D01* +X86459781Y-129435756D01* +X86455584Y-129416509D01* +X86450292Y-129398369D01* +X86443906Y-129381338D01* +X86436425Y-129365414D01* +X86427849Y-129350597D01* +X86418178Y-129336889D01* +X86407413Y-129324288D01* +X86403581Y-129320334D01* +X86391571Y-129309138D01* +X86378898Y-129299043D01* +X86365562Y-129290050D01* +X86351563Y-129282157D01* +X86336900Y-129275366D01* +X86321574Y-129269677D01* +X86305584Y-129265088D01* +X86288932Y-129261601D01* +X86271616Y-129259215D01* +X86253636Y-129257930D01* +X86241281Y-129257685D01* +X86225811Y-129258143D01* +X86210541Y-129259517D01* +X86195472Y-129261807D01* +X86180602Y-129265013D01* +X86165933Y-129269134D01* +X86151465Y-129274172D01* +X86137197Y-129280125D01* +X86123129Y-129286995D01* +X86109261Y-129294780D01* +X86095594Y-129303481D01* +X86082128Y-129313098D01* +X86068861Y-129323631D01* +X86055795Y-129335080D01* +X86042930Y-129347445D01* +X86030264Y-129360725D01* +X86017799Y-129374922D01* +X85782960Y-129338652D01* +X85931337Y-128507371D01* +X86696672Y-128507371D01* +X86696672Y-128788739D01* +X86150789Y-128788739D01* +X86105360Y-129053254D01* +X86123534Y-129043695D01* +X86141785Y-129035076D01* +X86160113Y-129027398D01* +X86178519Y-129020659D01* +X86197001Y-129014861D01* +X86215562Y-129010003D01* +X86234199Y-129006086D01* +X86252913Y-129003108D01* +X86271705Y-129001071D01* +X86290575Y-128999974D01* +X86303197Y-128999765D01* +X86327055Y-129000310D01* +X86350452Y-129001946D01* +X86373389Y-129004672D01* +X86395864Y-129008489D01* +X86417879Y-129013396D01* +X86439433Y-129019394D01* +X86460526Y-129026482D01* +X86481158Y-129034661D01* +X86501330Y-129043931D01* +X86521041Y-129054290D01* +X86540290Y-129065741D01* +X86559080Y-129078281D01* +X86577408Y-129091913D01* +X86595275Y-129106635D01* +X86612682Y-129122447D01* +X86629628Y-129139350D01* +X86645865Y-129157078D01* +X86661055Y-129175460D01* +X86675197Y-129194493D01* +X86688292Y-129214180D01* +X86700339Y-129234519D01* +X86711338Y-129255510D01* +X86721290Y-129277154D01* +X86730195Y-129299451D01* +X86738051Y-129322400D01* +X86744861Y-129346002D01* +X86750622Y-129370257D01* +X86755336Y-129395164D01* +X86759003Y-129420723D01* +X86761622Y-129446936D01* +X86763193Y-129473800D01* +X86763717Y-129501318D01* +X86763295Y-129524336D01* +X86762028Y-129547045D01* +X86759917Y-129569444D01* +X86756962Y-129591535D01* +X86753162Y-129613316D01* +X86748518Y-129634789D01* +X86743030Y-129655952D01* +X86736698Y-129676806D01* +X86729520Y-129697351D01* +X86721499Y-129717587D01* +X86712633Y-129737514D01* +X86702923Y-129757132D01* +X86692369Y-129776440D01* +X86680970Y-129795440D01* +X86668727Y-129814130D01* +X86655639Y-129832511D01* +X86646323Y-129844750D01* +X86636782Y-129856601D01* +X86627017Y-129868063D01* +X86617028Y-129879137D01* +X86606815Y-129889822D01* +X86596379Y-129900118D01* +X86574833Y-129919545D01* +X86552392Y-129937419D01* +X86529055Y-129953738D01* +X86504822Y-129968502D01* +X86479693Y-129981713D01* +X86453668Y-129993369D01* +X86426748Y-130003471D01* +X86398931Y-130012019D01* +X86384687Y-130015711D01* +X86370219Y-130019013D01* +X86355527Y-130021927D01* +X86340611Y-130024453D01* +X86325470Y-130026590D01* +X86310106Y-130028338D01* +X86294518Y-130029698D01* +X86278706Y-130030670D01* +X86262670Y-130031253D01* +X86246411Y-130031447D01* +X86220563Y-130030960D01* +X86195320Y-130029501D01* +X86170680Y-130027068D01* +X86146645Y-130023662D01* +X86123213Y-130019282D01* +X86100386Y-130013930D01* +X86078162Y-130007605D01* +X86056542Y-130000306D01* +X86035526Y-129992034D01* +X86015114Y-129982789D01* +X85995306Y-129972571D01* +X85976102Y-129961380D01* +X85957502Y-129949215D01* +X85939506Y-129936078D01* +X85922114Y-129921967D01* +X85905325Y-129906883D01* +X85889254Y-129890978D01* +X85874013Y-129874402D01* +X85859601Y-129857158D01* +X85846020Y-129839243D01* +X85833269Y-129820659D01* +X85821348Y-129801404D01* +X85810257Y-129781480D01* +X85799996Y-129760887D01* +X85790565Y-129739623D01* +X85781964Y-129717690D01* +X85774193Y-129695087D01* +X85767252Y-129671814D01* +X85761141Y-129647872D01* +X85755860Y-129623260D01* +X85751409Y-129597978D01* +X85747789Y-129572026D01* +G37* +G36* +X87428204Y-128484538D02* +G01* +X87454474Y-128486380D01* +X87479999Y-128489450D01* +X87504780Y-128493747D01* +X87528817Y-128499273D01* +X87552110Y-128506026D01* +X87574658Y-128514008D01* +X87596463Y-128523217D01* +X87617523Y-128533654D01* +X87637839Y-128545319D01* +X87657411Y-128558212D01* +X87676239Y-128572332D01* +X87694322Y-128587681D01* +X87711662Y-128604258D01* +X87728257Y-128622062D01* +X87744108Y-128641094D01* +X87753169Y-128652965D01* +X87761942Y-128665315D01* +X87770428Y-128678142D01* +X87778626Y-128691447D01* +X87786537Y-128705230D01* +X87794159Y-128719491D01* +X87801494Y-128734230D01* +X87808542Y-128749447D01* +X87815302Y-128765142D01* +X87821774Y-128781315D01* +X87827959Y-128797966D01* +X87833855Y-128815095D01* +X87839465Y-128832701D01* +X87844786Y-128850786D01* +X87849820Y-128869349D01* +X87854566Y-128888390D01* +X87859025Y-128907909D01* +X87863196Y-128927906D01* +X87867079Y-128948381D01* +X87870675Y-128969334D01* +X87873983Y-128990765D01* +X87877003Y-129012674D01* +X87879736Y-129035061D01* +X87882181Y-129057925D01* +X87884339Y-129081268D01* +X87886208Y-129105089D01* +X87887790Y-129129388D01* +X87889085Y-129154165D01* +X87890092Y-129179419D01* +X87890811Y-129205152D01* +X87891242Y-129231363D01* +X87891386Y-129258052D01* +X87891241Y-129284698D01* +X87890807Y-129310871D01* +X87890082Y-129336573D01* +X87889068Y-129361802D01* +X87887764Y-129386558D01* +X87886170Y-129410843D01* +X87884286Y-129434655D01* +X87882113Y-129457995D01* +X87879649Y-129480863D01* +X87876896Y-129503258D01* +X87873853Y-129525181D01* +X87870521Y-129546632D01* +X87866898Y-129567611D01* +X87862986Y-129588117D01* +X87858784Y-129608152D01* +X87854292Y-129627713D01* +X87849510Y-129646803D01* +X87844439Y-129665420D01* +X87839077Y-129683565D01* +X87833426Y-129701238D01* +X87827485Y-129718439D01* +X87821255Y-129735167D01* +X87814734Y-129751423D01* +X87807924Y-129767207D01* +X87800824Y-129782518D01* +X87793434Y-129797357D01* +X87785754Y-129811724D01* +X87777785Y-129825619D01* +X87769525Y-129839041D01* +X87760976Y-129851991D01* +X87752137Y-129864469D01* +X87743009Y-129876475D01* +X87727291Y-129895241D01* +X87710820Y-129912796D01* +X87693597Y-129929141D01* +X87675620Y-129944275D01* +X87656892Y-129958198D01* +X87637410Y-129970911D01* +X87617175Y-129982413D01* +X87596188Y-129992704D01* +X87574448Y-130001784D01* +X87551955Y-130009654D01* +X87528710Y-130016313D01* +X87504712Y-130021761D01* +X87479960Y-130025999D01* +X87454457Y-130029025D01* +X87428200Y-130030841D01* +X87401191Y-130031447D01* +X87373955Y-130030783D01* +X87347387Y-130028791D01* +X87321485Y-130025470D01* +X87296250Y-130020822D01* +X87271682Y-130014846D01* +X87247781Y-130007542D01* +X87224547Y-129998909D01* +X87201980Y-129988949D01* +X87180080Y-129977660D01* +X87158846Y-129965043D01* +X87138280Y-129951099D01* +X87118380Y-129935826D01* +X87099148Y-129919225D01* +X87080582Y-129901296D01* +X87062683Y-129882039D01* +X87045451Y-129861454D01* +X87029125Y-129839164D01* +X87013852Y-129814794D01* +X87006611Y-129801828D01* +X86999633Y-129788343D01* +X86992918Y-129774337D01* +X86986466Y-129759811D01* +X86980278Y-129744764D01* +X86974353Y-129729198D01* +X86968692Y-129713111D01* +X86963294Y-129696504D01* +X86958159Y-129679377D01* +X86953287Y-129661729D01* +X86948679Y-129643562D01* +X86944334Y-129624874D01* +X86940253Y-129605666D01* +X86936435Y-129585938D01* +X86932880Y-129565689D01* +X86929588Y-129544921D01* +X86926560Y-129523632D01* +X86923795Y-129501823D01* +X86921294Y-129479494D01* +X86919055Y-129456644D01* +X86917080Y-129433274D01* +X86915369Y-129409385D01* +X86913921Y-129384975D01* +X86912736Y-129360044D01* +X86911814Y-129334594D01* +X86911156Y-129308623D01* +X86910761Y-129282132D01* +X86910643Y-129258052D01* +X87213612Y-129258052D01* +X87213638Y-129274037D01* +X87213717Y-129289707D01* +X87213847Y-129305061D01* +X87214030Y-129320099D01* +X87214265Y-129334822D01* +X87214892Y-129363321D01* +X87215728Y-129390558D01* +X87216772Y-129416533D01* +X87218026Y-129441245D01* +X87219489Y-129464695D01* +X87221160Y-129486883D01* +X87223041Y-129507809D01* +X87225130Y-129527472D01* +X87227428Y-129545874D01* +X87229936Y-129563013D01* +X87232652Y-129578889D01* +X87235577Y-129593504D01* +X87240357Y-129613059D01* +X87245494Y-129630562D01* +X87250875Y-129646937D01* +X87256502Y-129662186D01* +X87262373Y-129676308D01* +X87270582Y-129693384D01* +X87279226Y-129708457D01* +X87288305Y-129721526D01* +X87300265Y-129735044D01* +X87307768Y-129741653D01* +X87320868Y-129750835D01* +X87334522Y-129758461D01* +X87348732Y-129764531D01* +X87363495Y-129769044D01* +X87378814Y-129772001D01* +X87394686Y-129773402D01* +X87401191Y-129773526D01* +X87417294Y-129772730D01* +X87432861Y-129770342D01* +X87447891Y-129766362D01* +X87462385Y-129760789D01* +X87476342Y-129753625D01* +X87489762Y-129744868D01* +X87494980Y-129740920D01* +X87507452Y-129729478D01* +X87518994Y-129715532D01* +X87527558Y-129702572D01* +X87535526Y-129688009D01* +X87542899Y-129671843D01* +X87549677Y-129654074D01* +X87554370Y-129639696D01* +X87558727Y-129624416D01* +X87564096Y-129602831D01* +X87567382Y-129586975D01* +X87570433Y-129569944D01* +X87573250Y-129551741D01* +X87575831Y-129532364D01* +X87578178Y-129511813D01* +X87580291Y-129490089D01* +X87582168Y-129467191D01* +X87583811Y-129443119D01* +X87585219Y-129417875D01* +X87586393Y-129391456D01* +X87587332Y-129363865D01* +X87588036Y-129335099D01* +X87588300Y-129320277D01* +X87588505Y-129305160D01* +X87588652Y-129289751D01* +X87588740Y-129274048D01* +X87588769Y-129258052D01* +X87588743Y-129242090D01* +X87588665Y-129226443D01* +X87588534Y-129211112D01* +X87588351Y-129196096D01* +X87588116Y-129181396D01* +X87587489Y-129152943D01* +X87586654Y-129125752D01* +X87585609Y-129099823D01* +X87584355Y-129075156D01* +X87582893Y-129051752D01* +X87581221Y-129029610D01* +X87579341Y-129008730D01* +X87577251Y-128989112D01* +X87574953Y-128970757D01* +X87572446Y-128953664D01* +X87569729Y-128937833D01* +X87566804Y-128923264D01* +X87562025Y-128903778D01* +X87556884Y-128886206D01* +X87551493Y-128869762D01* +X87545851Y-128854444D01* +X87539957Y-128840253D01* +X87531708Y-128823086D01* +X87523013Y-128807922D01* +X87513871Y-128794761D01* +X87504282Y-128783604D01* +X87494247Y-128774451D01* +X87481253Y-128765058D01* +X87467686Y-128757256D01* +X87453546Y-128751047D01* +X87438835Y-128746430D01* +X87423550Y-128743405D01* +X87407694Y-128741972D01* +X87401191Y-128741845D01* +X87385087Y-128742641D01* +X87369520Y-128745029D01* +X87354490Y-128749009D01* +X87339996Y-128754581D01* +X87326040Y-128761746D01* +X87312619Y-128770503D01* +X87307401Y-128774451D01* +X87294929Y-128785893D01* +X87283387Y-128799839D01* +X87274824Y-128812799D01* +X87266855Y-128827362D01* +X87259482Y-128843528D01* +X87252704Y-128861297D01* +X87248012Y-128875675D01* +X87243654Y-128890955D01* +X87240016Y-128905183D01* +X87236613Y-128920573D01* +X87233445Y-128937125D01* +X87230511Y-128954840D01* +X87227812Y-128973716D01* +X87225347Y-128993754D01* +X87223118Y-129014955D01* +X87221123Y-129037317D01* +X87219362Y-129060842D01* +X87217837Y-129085529D01* +X87216546Y-129111377D01* +X87215490Y-129138388D01* +X87214668Y-129166561D01* +X87214082Y-129195896D01* +X87213876Y-129210999D01* +X87213730Y-129226393D01* +X87213642Y-129242077D01* +X87213612Y-129258052D01* +X86910643Y-129258052D01* +X86910629Y-129255121D01* +X86910774Y-129228610D01* +X86911209Y-129202568D01* +X86911933Y-129176993D01* +X86912947Y-129151886D01* +X86914251Y-129127248D01* +X86915845Y-129103077D01* +X86917729Y-129079374D01* +X86919903Y-129056139D01* +X86922366Y-129033373D01* +X86925119Y-129011074D01* +X86928162Y-128989243D01* +X86931495Y-128967880D01* +X86935117Y-128946985D01* +X86939029Y-128926558D01* +X86943231Y-128906599D01* +X86947723Y-128887108D01* +X86952505Y-128868085D01* +X86957577Y-128849530D01* +X86962938Y-128831443D01* +X86968589Y-128813824D01* +X86974530Y-128796673D01* +X86980761Y-128779989D01* +X86987281Y-128763774D01* +X86994091Y-128748027D01* +X87001191Y-128732748D01* +X87008581Y-128717936D01* +X87016261Y-128703593D01* +X87024230Y-128689718D01* +X87032490Y-128676310D01* +X87041039Y-128663371D01* +X87049878Y-128650900D01* +X87059006Y-128638896D01* +X87074726Y-128620130D01* +X87091201Y-128602575D01* +X87108431Y-128586230D01* +X87126418Y-128571096D01* +X87145159Y-128557173D01* +X87164657Y-128544460D01* +X87184910Y-128532958D01* +X87205919Y-128522667D01* +X87227683Y-128513587D01* +X87250203Y-128505717D01* +X87273478Y-128499058D01* +X87297510Y-128493610D01* +X87322296Y-128489372D01* +X87347839Y-128486346D01* +X87374137Y-128484529D01* +X87401191Y-128483924D01* +X87428204Y-128484538D01* +G37* +G36* +X88653474Y-128882687D02* +G01* +X88668735Y-128883161D01* +X88683822Y-128883952D01* +X88698733Y-128885059D01* +X88713469Y-128886482D01* +X88728029Y-128888221D01* +X88756624Y-128892649D01* +X88784518Y-128898342D01* +X88811710Y-128905300D01* +X88838202Y-128913523D01* +X88863992Y-128923012D01* +X88889080Y-128933765D01* +X88913468Y-128945784D01* +X88937154Y-128959067D01* +X88960139Y-128973616D01* +X88982423Y-128989430D01* +X89004006Y-129006508D01* +X89024887Y-129024852D01* +X89045067Y-129044461D01* +X89064277Y-129065038D01* +X89082247Y-129086284D01* +X89098979Y-129108200D01* +X89114470Y-129130786D01* +X89128723Y-129154042D01* +X89141736Y-129177967D01* +X89153510Y-129202562D01* +X89164044Y-129227827D01* +X89173339Y-129253761D01* +X89181395Y-129280366D01* +X89188211Y-129307640D01* +X89193788Y-129335584D01* +X89198126Y-129364197D01* +X89199830Y-129378755D01* +X89201224Y-129393481D01* +X89202309Y-129408374D01* +X89203083Y-129423434D01* +X89203548Y-129438662D01* +X89203703Y-129454057D01* +X89203546Y-129469544D01* +X89203076Y-129484866D01* +X89202293Y-129500021D01* +X89201196Y-129515011D01* +X89199785Y-129529834D01* +X89198061Y-129544491D01* +X89193674Y-129573308D01* +X89188032Y-129601461D01* +X89181137Y-129628950D01* +X89172988Y-129655775D01* +X89163586Y-129681935D01* +X89152930Y-129707432D01* +X89141020Y-129732265D01* +X89127857Y-129756433D01* +X89113440Y-129779938D01* +X89097769Y-129802778D01* +X89080845Y-129824955D01* +X89062667Y-129846467D01* +X89043235Y-129867316D01* +X89022899Y-129887191D01* +X89001916Y-129905784D01* +X88980287Y-129923095D01* +X88958010Y-129939123D01* +X88935086Y-129953869D01* +X88911516Y-129967333D01* +X88887299Y-129979515D01* +X88862435Y-129990414D01* +X88836924Y-130000031D01* +X88810766Y-130008366D01* +X88783961Y-130015418D01* +X88756510Y-130021189D01* +X88728411Y-130025677D01* +X88699666Y-130028882D01* +X88685051Y-130030004D01* +X88670274Y-130030806D01* +X88655335Y-130031287D01* +X88640235Y-130031447D01* +X88621467Y-130031181D01* +X88602808Y-130030382D01* +X88584258Y-130029051D01* +X88565817Y-130027188D01* +X88547484Y-130024792D01* +X88529261Y-130021864D01* +X88511146Y-130018404D01* +X88493139Y-130014411D01* +X88475242Y-130009886D01* +X88457453Y-130004828D01* +X88439773Y-129999238D01* +X88422202Y-129993116D01* +X88404740Y-129986461D01* +X88387386Y-129979274D01* +X88370141Y-129971555D01* +X88353005Y-129963303D01* +X88336224Y-129954492D01* +X88319952Y-129945185D01* +X88304190Y-129935384D01* +X88288937Y-129925087D01* +X88274194Y-129914295D01* +X88259960Y-129903008D01* +X88246236Y-129891225D01* +X88233021Y-129878948D01* +X88220315Y-129866175D01* +X88208119Y-129852907D01* +X88196433Y-129839144D01* +X88185256Y-129824886D01* +X88174589Y-129810133D01* +X88164431Y-129794884D01* +X88154782Y-129779141D01* +X88145643Y-129762902D01* +X88137036Y-129746191D01* +X88128985Y-129729030D01* +X88121489Y-129711420D01* +X88114548Y-129693361D01* +X88108162Y-129674853D01* +X88102332Y-129655895D01* +X88097057Y-129636488D01* +X88092337Y-129616631D01* +X88088172Y-129596325D01* +X88084563Y-129575569D01* +X88081509Y-129554365D01* +X88079010Y-129532711D01* +X88077067Y-129510607D01* +X88075679Y-129488054D01* +X88074846Y-129465052D01* +X88074750Y-129456988D01* +X88371323Y-129456988D01* +X88371625Y-129478693D01* +X88372531Y-129499755D01* +X88374041Y-129520173D01* +X88376155Y-129539946D01* +X88378872Y-129559076D01* +X88382194Y-129577562D01* +X88386120Y-129595403D01* +X88390649Y-129612601D01* +X88395782Y-129629155D01* +X88401520Y-129645064D01* +X88407861Y-129660330D01* +X88414806Y-129674951D01* +X88422355Y-129688929D01* +X88430508Y-129702263D01* +X88439265Y-129714952D01* +X88448626Y-129726998D01* +X88458429Y-129738311D01* +X88473660Y-129753912D01* +X88489522Y-129767871D01* +X88506014Y-129780187D01* +X88523138Y-129790861D01* +X88540893Y-129799894D01* +X88559280Y-129807283D01* +X88578297Y-129813031D01* +X88597945Y-129817137D01* +X88618225Y-129819600D01* +X88639136Y-129820421D01* +X88660040Y-129819600D01* +X88680300Y-129817137D01* +X88699916Y-129813031D01* +X88718889Y-129807283D01* +X88737217Y-129799894D01* +X88754901Y-129790861D01* +X88771941Y-129780187D01* +X88788337Y-129767871D01* +X88804090Y-129753912D01* +X88819198Y-129738311D01* +X88828912Y-129726998D01* +X88838229Y-129714944D01* +X88846944Y-129702228D01* +X88855059Y-129688852D01* +X88862572Y-129674814D01* +X88869484Y-129660115D01* +X88875795Y-129644755D01* +X88881506Y-129628734D01* +X88886615Y-129612051D01* +X88891123Y-129594708D01* +X88895030Y-129576703D01* +X88898335Y-129558037D01* +X88901040Y-129538710D01* +X88903144Y-129518721D01* +X88904647Y-129498072D01* +X88905548Y-129476761D01* +X88905849Y-129454789D01* +X88905548Y-129433351D01* +X88904647Y-129412543D01* +X88903144Y-129392364D01* +X88901040Y-129372815D01* +X88898335Y-129353896D01* +X88895030Y-129335607D01* +X88891123Y-129317947D01* +X88886615Y-129300916D01* +X88881506Y-129284516D01* +X88875795Y-129268745D01* +X88869484Y-129253604D01* +X88862572Y-129239092D01* +X88855059Y-129225211D01* +X88846944Y-129211959D01* +X88838229Y-129199336D01* +X88828912Y-129187344D01* +X88819198Y-129175986D01* +X88804090Y-129160324D01* +X88788337Y-129146311D01* +X88771941Y-129133946D01* +X88754901Y-129123230D01* +X88737217Y-129114162D01* +X88718889Y-129106743D01* +X88699916Y-129100973D01* +X88680300Y-129096852D01* +X88660040Y-129094379D01* +X88639136Y-129093554D01* +X88618225Y-129094379D01* +X88597945Y-129096852D01* +X88578297Y-129100973D01* +X88559280Y-129106743D01* +X88540893Y-129114162D01* +X88523138Y-129123230D01* +X88506014Y-129133946D01* +X88489522Y-129146311D01* +X88473660Y-129160324D01* +X88458429Y-129175986D01* +X88448626Y-129187344D01* +X88439265Y-129199345D01* +X88430508Y-129211993D01* +X88422355Y-129225288D01* +X88414806Y-129239230D01* +X88407861Y-129253819D01* +X88401520Y-129269054D01* +X88395782Y-129284937D01* +X88390649Y-129301466D01* +X88386120Y-129318642D01* +X88382194Y-129336465D01* +X88378872Y-129354935D01* +X88376155Y-129374052D01* +X88374041Y-129393816D01* +X88372531Y-129414226D01* +X88371625Y-129435283D01* +X88371323Y-129456988D01* +X88074750Y-129456988D01* +X88074568Y-129441600D01* +X88074846Y-129423503D01* +X88075679Y-129405479D01* +X88077067Y-129387530D01* +X88079010Y-129369656D01* +X88081509Y-129351855D01* +X88084563Y-129334130D01* +X88088172Y-129316478D01* +X88092337Y-129298901D01* +X88097057Y-129281399D01* +X88102332Y-129263971D01* +X88108162Y-129246617D01* +X88114548Y-129229338D01* +X88121489Y-129212133D01* +X88128985Y-129195003D01* +X88137036Y-129177947D01* +X88145643Y-129160965D01* +X88154759Y-129144271D01* +X88164339Y-129128078D01* +X88174382Y-129112386D01* +X88184890Y-129097195D01* +X88195861Y-129082505D01* +X88207295Y-129068315D01* +X88219193Y-129054627D01* +X88231555Y-129041439D01* +X88244381Y-129028752D01* +X88257670Y-129016566D01* +X88271423Y-129004881D01* +X88285640Y-128993697D01* +X88300320Y-128983014D01* +X88315464Y-128972832D01* +X88331072Y-128963150D01* +X88347143Y-128953969D01* +X88363564Y-128945318D01* +X88380219Y-128937226D01* +X88397109Y-128929691D01* +X88414234Y-128922714D01* +X88431593Y-128916296D01* +X88449187Y-128910435D01* +X88467016Y-128905133D01* +X88485079Y-128900389D01* +X88503378Y-128896203D01* +X88521910Y-128892575D01* +X88540678Y-128889505D01* +X88559680Y-128886994D01* +X88578917Y-128885040D01* +X88598389Y-128883645D01* +X88618095Y-128882808D01* +X88638036Y-128882528D01* +X88653474Y-128882687D01* +G37* +G36* +X89712217Y-128483924D02* +G01* +X89712217Y-129038600D01* +X89729925Y-129019700D01* +X89748063Y-129002020D01* +X89766630Y-128985560D01* +X89785627Y-128970318D01* +X89805053Y-128956296D01* +X89824908Y-128943494D01* +X89845192Y-128931910D01* +X89865906Y-128921546D01* +X89887050Y-128912401D01* +X89908622Y-128904476D01* +X89930624Y-128897770D01* +X89953055Y-128892283D01* +X89975916Y-128888015D01* +X89999206Y-128884967D01* +X90022925Y-128883138D01* +X90047073Y-128882528D01* +X90065653Y-128882857D01* +X90083884Y-128883842D01* +X90101768Y-128885484D01* +X90119304Y-128887783D01* +X90136493Y-128890739D01* +X90153333Y-128894352D01* +X90169826Y-128898622D01* +X90185971Y-128903549D01* +X90201769Y-128909132D01* +X90217218Y-128915372D01* +X90227325Y-128919898D01* +X90242021Y-128927085D01* +X90256021Y-128934632D01* +X90269326Y-128942541D01* +X90281936Y-128950810D01* +X90293850Y-128959439D01* +X90308653Y-128971506D01* +X90322220Y-128984215D01* +X90334551Y-128997564D01* +X90345645Y-129011555D01* +X90348225Y-129015152D01* +X90357991Y-129029824D01* +X90366955Y-129044897D01* +X90375118Y-129060370D01* +X90382480Y-129076244D01* +X90389040Y-129092518D01* +X90394799Y-129109193D01* +X90399756Y-129126269D01* +X90403912Y-129143746D01* +X90407433Y-129162551D01* +X90409765Y-129178255D01* +X90411833Y-129195331D01* +X90413638Y-129213778D01* +X90415178Y-129233597D01* +X90416454Y-129254788D01* +X90417158Y-129269677D01* +X90417745Y-129285176D01* +X90418214Y-129301285D01* +X90418566Y-129318003D01* +X90418801Y-129335331D01* +X90418919Y-129353268D01* +X90418933Y-129362466D01* +X90418933Y-130008000D01* +X90129505Y-130008000D01* +X90129505Y-129418886D01* +X90129441Y-129397495D01* +X90129248Y-129377103D01* +X90128926Y-129357710D01* +X90128475Y-129339316D01* +X90127895Y-129321921D01* +X90127187Y-129305525D01* +X90126350Y-129290127D01* +X90124853Y-129268904D01* +X90123065Y-129249929D01* +X90120989Y-129233201D01* +X90118622Y-129218721D01* +X90115015Y-129202910D01* +X90113019Y-129196503D01* +X90107250Y-129182208D01* +X90100246Y-129168861D01* +X90092009Y-129156462D01* +X90082536Y-129145011D01* +X90071830Y-129134509D01* +X90059889Y-129124954D01* +X90054767Y-129121398D01* +X90041206Y-129113377D01* +X90026624Y-129106715D01* +X90011023Y-129101413D01* +X89994403Y-129097470D01* +X89976763Y-129094887D01* +X89961916Y-129093799D01* +X89950353Y-129093554D01* +X89932550Y-129094115D01* +X89915228Y-129095798D01* +X89898387Y-129098603D01* +X89882026Y-129102530D01* +X89866147Y-129107579D01* +X89850748Y-129113750D01* +X89835830Y-129121043D01* +X89821393Y-129129458D01* +X89807672Y-129138909D01* +X89794900Y-129149494D01* +X89783079Y-129161211D01* +X89772209Y-129174063D01* +X89762288Y-129188048D01* +X89753318Y-129203166D01* +X89745298Y-129219418D01* +X89738228Y-129236803D01* +X89733580Y-129250872D01* +X89729388Y-129266152D01* +X89725654Y-129282643D01* +X89722377Y-129300344D01* +X89719558Y-129319256D01* +X89717195Y-129339379D01* +X89715290Y-129360713D01* +X89714274Y-129375608D01* +X89713461Y-129391041D01* +X89712852Y-129407012D01* +X89712445Y-129423521D01* +X89712242Y-129440569D01* +X89712217Y-129449294D01* +X89712217Y-130008000D01* +X89422789Y-130008000D01* +X89422789Y-128483924D01* +X89712217Y-128483924D01* +G37* +G36* +X90684181Y-128905976D02* +G01* +X90951260Y-128905976D01* +X90951260Y-129055452D01* +X90969380Y-129034512D01* +X90987926Y-129014923D01* +X91006898Y-128996685D01* +X91026296Y-128979798D01* +X91046122Y-128964262D01* +X91066373Y-128950077D01* +X91087051Y-128937243D01* +X91108156Y-128925759D01* +X91129687Y-128915627D01* +X91151645Y-128906846D01* +X91174029Y-128899416D01* +X91196839Y-128893336D01* +X91220076Y-128888608D01* +X91243739Y-128885230D01* +X91267829Y-128883204D01* +X91292346Y-128882528D01* +X91311816Y-128882892D01* +X91330797Y-128883984D01* +X91349288Y-128885803D01* +X91367290Y-128888350D01* +X91384803Y-128891625D01* +X91401826Y-128895627D01* +X91418359Y-128900358D01* +X91434403Y-128905815D01* +X91449958Y-128912001D01* +X91465023Y-128918914D01* +X91474795Y-128923928D01* +X91489045Y-128931995D01* +X91502805Y-128940809D01* +X91516075Y-128950370D01* +X91528857Y-128960679D01* +X91541148Y-128971734D01* +X91552951Y-128983536D01* +X91564264Y-128996086D01* +X91575087Y-129009382D01* +X91585421Y-129023426D01* +X91595266Y-129038216D01* +X91601557Y-129048491D01* +X91615189Y-129033203D01* +X91629022Y-129018661D01* +X91643053Y-129004867D01* +X91657285Y-128991820D01* +X91671715Y-128979519D01* +X91686346Y-128967966D01* +X91701176Y-128957159D01* +X91716206Y-128947100D01* +X91731436Y-128937788D01* +X91746865Y-128929223D01* +X91757262Y-128923928D01* +X91773021Y-128916529D01* +X91788972Y-128909858D01* +X91805118Y-128903915D01* +X91821456Y-128898700D01* +X91837987Y-128894212D01* +X91854712Y-128890453D01* +X91871630Y-128887420D01* +X91888741Y-128885116D01* +X91906045Y-128883539D01* +X91923543Y-128882690D01* +X91935315Y-128882528D01* +X91950237Y-128882722D01* +X91972078Y-128883736D01* +X91993269Y-128885620D01* +X92013810Y-128888373D01* +X92033699Y-128891995D01* +X92052939Y-128896487D01* +X92071528Y-128901848D01* +X92089467Y-128908079D01* +X92106755Y-128915179D01* +X92123393Y-128923149D01* +X92139380Y-128931988D01* +X92154668Y-128941598D01* +X92169210Y-128952020D01* +X92183004Y-128963254D01* +X92196052Y-128975299D01* +X92208352Y-128988155D01* +X92219906Y-129001823D01* +X92230712Y-129016302D01* +X92240771Y-129031593D01* +X92250083Y-129047695D01* +X92258649Y-129064609D01* +X92263944Y-129076335D01* +X92269312Y-129090291D01* +X92274153Y-129105779D01* +X92278466Y-129122800D01* +X92282250Y-129141353D01* +X92285507Y-129161440D01* +X92288235Y-129183059D01* +X92289761Y-129198323D01* +X92291052Y-129214268D01* +X92292108Y-129230895D01* +X92292929Y-129248203D01* +X92293516Y-129266192D01* +X92293868Y-129284862D01* +X92293986Y-129304214D01* +X92293986Y-130008000D01* +X92004191Y-130008000D01* +X92004191Y-129370892D01* +X92004074Y-129350606D01* +X92003722Y-129331239D01* +X92003135Y-129312790D01* +X92002314Y-129295261D01* +X92001258Y-129278650D01* +X91999967Y-129262958D01* +X91998441Y-129248184D01* +X91995713Y-129227747D01* +X91992456Y-129209377D01* +X91988672Y-129193074D01* +X91984359Y-129178838D01* +X91977787Y-129163073D01* +X91974150Y-129156569D01* +X91963485Y-129141800D01* +X91951458Y-129129000D01* +X91938068Y-129118169D01* +X91923316Y-129109308D01* +X91907202Y-129102416D01* +X91889725Y-129097493D01* +X91870886Y-129094539D01* +X91855863Y-129093616D01* +X91850685Y-129093554D01* +X91835589Y-129094144D01* +X91820712Y-129095913D01* +X91806051Y-129098861D01* +X91791609Y-129102988D01* +X91777383Y-129108295D01* +X91763376Y-129114781D01* +X91749585Y-129122446D01* +X91736013Y-129131290D01* +X91723104Y-129141279D01* +X91711123Y-129152379D01* +X91700069Y-129164589D01* +X91689942Y-129177910D01* +X91680743Y-129192341D01* +X91672471Y-129207883D01* +X91665127Y-129224535D01* +X91658710Y-129242298D01* +X91654520Y-129256712D01* +X91650741Y-129272613D01* +X91647376Y-129290002D01* +X91644422Y-129308879D01* +X91641880Y-129329243D01* +X91639751Y-129351095D01* +X91638560Y-129366490D01* +X91637552Y-129382546D01* +X91636728Y-129399262D01* +X91636087Y-129416640D01* +X91635629Y-129434679D01* +X91635354Y-129453380D01* +X91635263Y-129472741D01* +X91635263Y-130008000D01* +X91345835Y-130008000D01* +X91345835Y-129396904D01* +X91345775Y-129377021D01* +X91345594Y-129358041D01* +X91345294Y-129339961D01* +X91344873Y-129322784D01* +X91344332Y-129306508D01* +X91343671Y-129291133D01* +X91342454Y-129269762D01* +X91340966Y-129250420D01* +X91339208Y-129233106D01* +X91337179Y-129217820D01* +X91334054Y-129200596D01* +X91330448Y-129186977D01* +X91325219Y-129172798D01* +X91317834Y-129157342D01* +X91309239Y-129143587D01* +X91299433Y-129131531D01* +X91288416Y-129121175D01* +X91282454Y-129116635D01* +X91269539Y-129108791D01* +X91254976Y-129102570D01* +X91238765Y-129097972D01* +X91223996Y-129095380D01* +X91208082Y-129093915D01* +X91194526Y-129093554D01* +X91177977Y-129094132D01* +X91161851Y-129095867D01* +X91146149Y-129098758D01* +X91130871Y-129102805D01* +X91116016Y-129108008D01* +X91101584Y-129114368D01* +X91087577Y-129121885D01* +X91073993Y-129130557D01* +X91061090Y-129140226D01* +X91049126Y-129150913D01* +X91038100Y-129162620D01* +X91028014Y-129175345D01* +X91018866Y-129189089D01* +X91010657Y-129203853D01* +X91003387Y-129219635D01* +X90997056Y-129236436D01* +X90991646Y-129255172D01* +X90988063Y-129271095D01* +X90984884Y-129288622D01* +X90982112Y-129307752D01* +X90979745Y-129328485D01* +X90978393Y-129343199D01* +X90977221Y-129358625D01* +X90976229Y-129374763D01* +X90975418Y-129391615D01* +X90974787Y-129409179D01* +X90974336Y-129427455D01* +X90974065Y-129446445D01* +X90973975Y-129466147D01* +X90973975Y-130008000D01* +X90684181Y-130008000D01* +X90684181Y-128905976D01* +G37* +D11* X127508000Y-68072000D02* X127508000Y-66040000D01* X136051000Y-68072000D02* @@ -31,7 +1197,7 @@ X110751000Y-67818000D02* X110751000Y-66040000D01* X144526000Y-68072000D02* X144526000Y-66040000D01* -D11* +D12* G36* X141261476Y-99381925D02* G01* @@ -2559,14 +3725,14 @@ X115865143Y-101883740D02* X115922286Y-101917073D01* X115922286Y-101917073D02* X115979429Y-101917073D01* -D12* +D13* X138836714Y-67619973D02* X139446238Y-67619973D01* X141655762Y-67619973D02* X142265286Y-67619973D01* X141960524Y-67924735D02* X141960524Y-67315211D01* -D11* +D12* G36* X158641476Y-125320306D02* G01* @@ -4174,41 +5340,351 @@ X158307040Y-119906617D01* X158302272Y-119903097D01* X158302272Y-120198973D01* G37* -D10* -X102632095Y-67127266D02* -X103394000Y-67127266D01* -X103013047Y-67508219D02* -X103013047Y-66746314D01* -X103822571Y-66603457D02* -X103870190Y-66555838D01* -X103870190Y-66555838D02* -X103965428Y-66508219D01* -X103965428Y-66508219D02* -X104203523Y-66508219D01* -X104203523Y-66508219D02* -X104298761Y-66555838D01* -X104298761Y-66555838D02* -X104346380Y-66603457D01* -X104346380Y-66603457D02* -X104393999Y-66698695D01* -X104393999Y-66698695D02* -X104393999Y-66793933D01* -X104393999Y-66793933D02* -X104346380Y-66936790D01* -X104346380Y-66936790D02* -X103774952Y-67508219D01* -X103774952Y-67508219D02* -X104393999Y-67508219D01* -X105251142Y-66841552D02* -X105251142Y-67508219D01* -X105013047Y-66460600D02* -X104774952Y-67174885D01* -X104774952Y-67174885D02* -X105393999Y-67174885D01* -X105632095Y-66508219D02* -X105965428Y-67508219D01* -X105965428Y-67508219D02* -X106298761Y-66508219D01* +D11* +G36* +X103092918Y-67314684D02* +G01* +X103092918Y-67041132D01* +X102818877Y-67041132D01* +X102818877Y-66923896D01* +X103092918Y-66923896D01* +X103092918Y-66658159D01* +X103209666Y-66658159D01* +X103209666Y-66923896D01* +X103483706Y-66923896D01* +X103483706Y-67041132D01* +X103209666Y-67041132D01* +X103209666Y-67314684D01* +X103092918Y-67314684D01* +G37* +G36* +X104265528Y-67353763D02* +G01* +X104265528Y-67471000D01* +X103599722Y-67471000D01* +X103599680Y-67459879D01* +X103600165Y-67448865D01* +X103601176Y-67437958D01* +X103602714Y-67427158D01* +X103604778Y-67416465D01* +X103607370Y-67405878D01* +X103610488Y-67395399D01* +X103614132Y-67385026D01* +X103619207Y-67372268D01* +X103624814Y-67359549D01* +X103630953Y-67346869D01* +X103637625Y-67334227D01* +X103644829Y-67321624D01* +X103649928Y-67313244D01* +X103655263Y-67304880D01* +X103660835Y-67296534D01* +X103666643Y-67288205D01* +X103672688Y-67279893D01* +X103678970Y-67271598D01* +X103685488Y-67263321D01* +X103692243Y-67255060D01* +X103695709Y-67250937D01* +X103702895Y-67242583D01* +X103710471Y-67234069D01* +X103718435Y-67225394D01* +X103726789Y-67216560D01* +X103735532Y-67207565D01* +X103744665Y-67198409D01* +X103754186Y-67189094D01* +X103764097Y-67179618D01* +X103774397Y-67169982D01* +X103785087Y-67160185D01* +X103796166Y-67150228D01* +X103807634Y-67140112D01* +X103819491Y-67129834D01* +X103831737Y-67119397D01* +X103844373Y-67108799D01* +X103857398Y-67098041D01* +X103867552Y-67089608D01* +X103877498Y-67081286D01* +X103887237Y-67073074D01* +X103896767Y-67064972D01* +X103906089Y-67056981D01* +X103915203Y-67049100D01* +X103924110Y-67041328D01* +X103932808Y-67033667D01* +X103941298Y-67026117D01* +X103949581Y-67018676D01* +X103957655Y-67011346D01* +X103965521Y-67004125D01* +X103973180Y-66997015D01* +X103980630Y-66990016D01* +X103987872Y-66983126D01* +X104001733Y-66969677D01* +X104014762Y-66956670D01* +X104026959Y-66944103D01* +X104038324Y-66931976D01* +X104048857Y-66920291D01* +X104058558Y-66909046D01* +X104067427Y-66898242D01* +X104075464Y-66887879D01* +X104079171Y-66882863D01* +X104086180Y-66872974D01* +X104092737Y-66863152D01* +X104098843Y-66853396D01* +X104104495Y-66843708D01* +X104109696Y-66834086D01* +X104114445Y-66824531D01* +X104118741Y-66815042D01* +X104122585Y-66805621D01* +X104125976Y-66796266D01* +X104130216Y-66782359D01* +X104133438Y-66768603D01* +X104135643Y-66754997D01* +X104136830Y-66741541D01* +X104137056Y-66732653D01* +X104136592Y-66718938D01* +X104135201Y-66705634D01* +X104132883Y-66692743D01* +X104129637Y-66680263D01* +X104125464Y-66668196D01* +X104120364Y-66656541D01* +X104114336Y-66645298D01* +X104107381Y-66634468D01* +X104099498Y-66624049D01* +X104090688Y-66614043D01* +X104084300Y-66607601D01* +X104074175Y-66598478D01* +X104063491Y-66590253D01* +X104052250Y-66582925D01* +X104040450Y-66576494D01* +X104028093Y-66570961D01* +X104015177Y-66566325D01* +X104001703Y-66562586D01* +X103987671Y-66559745D01* +X103973081Y-66557801D01* +X103963044Y-66557003D01* +X103952759Y-66556604D01* +X103947524Y-66556554D01* +X103936489Y-66556773D01* +X103925733Y-66557428D01* +X103915255Y-66558521D01* +X103905056Y-66560050D01* +X103895135Y-66562016D01* +X103885494Y-66564420D01* +X103876130Y-66567260D01* +X103862608Y-66572340D01* +X103849712Y-66578403D01* +X103837443Y-66585449D01* +X103825801Y-66593478D01* +X103814786Y-66602490D01* +X103804397Y-66612486D01* +X103794832Y-66623353D01* +X103786194Y-66634980D01* +X103778483Y-66647367D01* +X103773857Y-66656047D01* +X103769644Y-66665065D01* +X103765843Y-66674421D01* +X103762454Y-66684114D01* +X103759478Y-66694145D01* +X103756913Y-66704514D01* +X103754761Y-66715221D01* +X103753020Y-66726265D01* +X103751692Y-66737647D01* +X103750776Y-66749367D01* +X103750273Y-66761425D01* +X103750175Y-66767580D01* +X103623169Y-66754147D01* +X103625070Y-66736162D01* +X103627535Y-66718720D01* +X103630565Y-66701822D01* +X103634160Y-66685469D01* +X103638320Y-66669659D01* +X103643044Y-66654393D01* +X103648334Y-66639670D01* +X103654188Y-66625492D01* +X103660607Y-66611857D01* +X103667591Y-66598766D01* +X103675139Y-66586219D01* +X103683253Y-66574216D01* +X103691931Y-66562757D01* +X103701174Y-66551841D01* +X103710982Y-66541469D01* +X103721355Y-66531642D01* +X103732238Y-66522355D01* +X103743577Y-66513667D01* +X103755372Y-66505578D01* +X103767624Y-66498089D01* +X103780331Y-66491198D01* +X103793494Y-66484907D01* +X103807114Y-66479215D01* +X103821189Y-66474122D01* +X103835721Y-66469629D01* +X103850708Y-66465734D01* +X103866152Y-66462439D01* +X103882051Y-66459743D01* +X103898407Y-66457645D01* +X103915219Y-66456148D01* +X103932486Y-66455249D01* +X103950210Y-66454949D01* +X103968079Y-66455265D01* +X103985477Y-66456212D01* +X104002403Y-66457791D01* +X104018858Y-66460002D01* +X104034841Y-66462844D01* +X104050354Y-66466318D01* +X104065395Y-66470423D01* +X104079964Y-66475160D01* +X104094063Y-66480529D01* +X104107690Y-66486529D01* +X104120845Y-66493161D01* +X104133530Y-66500424D01* +X104145743Y-66508319D01* +X104157485Y-66516846D01* +X104168755Y-66526004D01* +X104179554Y-66535794D01* +X104189788Y-66546050D01* +X104199361Y-66556608D01* +X104208274Y-66567467D01* +X104216527Y-66578628D01* +X104224119Y-66590090D01* +X104231051Y-66601854D01* +X104237324Y-66613919D01* +X104242935Y-66626286D01* +X104247887Y-66638954D01* +X104252178Y-66651923D01* +X104255810Y-66665195D01* +X104258781Y-66678767D01* +X104261091Y-66692641D01* +X104262742Y-66706817D01* +X104263732Y-66721294D01* +X104264062Y-66736073D01* +X104263846Y-66747459D01* +X104263195Y-66758810D01* +X104262111Y-66770127D01* +X104260593Y-66781410D01* +X104258642Y-66792659D01* +X104256257Y-66803873D01* +X104253439Y-66815053D01* +X104250186Y-66826198D01* +X104246501Y-66837310D01* +X104242381Y-66848386D01* +X104239394Y-66855752D01* +X104234481Y-66866799D01* +X104228993Y-66877957D01* +X104222929Y-66889227D01* +X104216290Y-66900608D01* +X104209076Y-66912102D01* +X104201286Y-66923707D01* +X104192921Y-66935423D01* +X104187025Y-66943296D01* +X104180873Y-66951219D01* +X104174466Y-66959191D01* +X104167803Y-66967213D01* +X104160884Y-66975284D01* +X104157328Y-66979339D01* +X104149857Y-66987649D01* +X104141792Y-66996336D01* +X104133134Y-67005402D01* +X104123882Y-67014845D01* +X104114037Y-67024667D01* +X104103599Y-67034866D01* +X104092567Y-67045443D01* +X104080941Y-67056397D01* +X104068722Y-67067730D01* +X104055910Y-67079440D01* +X104042505Y-67091528D01* +X104028505Y-67103994D01* +X104013913Y-67116838D01* +X104006394Y-67123401D01* +X103998727Y-67130059D01* +X103990911Y-67136812D01* +X103982947Y-67143659D01* +X103974835Y-67150600D01* +X103966575Y-67157636D01* +X103952993Y-67169214D01* +X103940032Y-67180316D01* +X103927691Y-67190944D01* +X103915971Y-67201096D01* +X103904870Y-67210773D01* +X103894389Y-67219975D01* +X103884529Y-67228702D01* +X103875289Y-67236954D01* +X103866669Y-67244730D01* +X103858669Y-67252032D01* +X103851289Y-67258858D01* +X103841382Y-67268207D01* +X103832871Y-67276487D01* +X103825755Y-67283697D01* +X103823693Y-67285863D01* +X103815987Y-67294297D01* +X103808626Y-67302747D01* +X103801608Y-67311211D01* +X103794933Y-67319691D01* +X103788602Y-67328186D01* +X103782614Y-67336696D01* +X103776970Y-67345222D01* +X103771669Y-67353763D01* +X104265528Y-67353763D01* +G37* +G36* +X104914237Y-67111474D02* +G01* +X105050280Y-67111474D01* +X105050280Y-67224803D01* +X104914237Y-67224803D01* +X104914237Y-67471000D01* +X104790650Y-67471000D01* +X104790650Y-67224803D01* +X104353700Y-67224803D01* +X104353700Y-67111474D01* +X104475332Y-67111474D01* +X104790650Y-67111474D01* +X104790650Y-66654740D01* +X104475332Y-67111474D01* +X104353700Y-67111474D01* +X104813365Y-66454949D01* +X104914237Y-66454949D01* +X104914237Y-67111474D01* +G37* +G36* +X105510922Y-67471000D02* +G01* +X105120622Y-66454949D01* +X105264970Y-66454949D01* +X105526798Y-67193784D01* +X105530696Y-67204853D01* +X105534514Y-67215834D01* +X105538253Y-67226728D01* +X105541910Y-67237534D01* +X105545488Y-67248252D01* +X105548986Y-67258882D01* +X105552403Y-67269425D01* +X105555741Y-67279879D01* +X105558998Y-67290246D01* +X105562175Y-67300526D01* +X105565272Y-67310717D01* +X105568289Y-67320821D01* +X105571225Y-67330837D01* +X105574082Y-67340765D01* +X105576858Y-67350605D01* +X105579554Y-67360357D01* +X105582514Y-67349947D01* +X105585531Y-67339536D01* +X105588605Y-67329125D01* +X105591736Y-67318714D01* +X105594924Y-67308303D01* +X105598170Y-67297892D01* +X105601473Y-67287482D01* +X105604833Y-67277071D01* +X105608251Y-67266660D01* +X105611726Y-67256249D01* +X105615258Y-67245838D01* +X105618847Y-67235427D01* +X105622493Y-67225016D01* +X105626197Y-67214606D01* +X105629958Y-67204195D01* +X105633776Y-67193784D01* +X105905863Y-66454949D01* +X106041906Y-66454949D01* +X105647698Y-67471000D01* +X105510922Y-67471000D01* +G37* G36* X163205000Y-114095365D02* G01* @@ -7501,14 +8977,14 @@ X160288949Y-72012798D01* X161305000Y-72407006D01* X161305000Y-72543782D01* G37* -D12* +D13* X113536714Y-67173973D02* X114146238Y-67173973D01* X116355762Y-67173973D02* X116965286Y-67173973D01* X116660524Y-67478735D02* X116660524Y-66869211D01* -D13* +D14* G36* X158761476Y-79323036D02* G01* @@ -10442,7 +11918,7 @@ X158329264Y-70939889D01* X159040500Y-70692666D01* X159040500Y-70783671D01* G37* -D10* +D11* G36* X127272394Y-88855000D02* G01* @@ -11048,7 +12524,7 @@ X129940427Y-88667337D01* X129937202Y-88653677D01* X129934397Y-88639577D01* G37* -D11* +D12* G36* X130081136Y-110397077D02* G01* @@ -14762,7 +16238,7 @@ X109240935Y-87921599D01* X109240935Y-88480500D01* X109164291Y-88480500D01* G37* -D10* +D11* G36* X162975000Y-89713660D02* G01* @@ -16129,7 +17605,7 @@ X161958949Y-84404798D01* X162975000Y-84799006D01* X162975000Y-84935782D01* G37* -D11* +D12* G36* X90886916Y-90974484D02* G01* @@ -18326,14 +19802,14 @@ X100170147Y-90449264D01* X100396853Y-90449264D01* X100405392Y-90449348D01* G37* -D12* +D13* X121836714Y-67273973D02* X122446238Y-67273973D01* X124655762Y-67273973D02* X125265286Y-67273973D01* X124960524Y-67578735D02* X124960524Y-66969211D01* -D11* +D12* G36* X161301476Y-104118792D02* G01* @@ -20788,7 +22264,7 @@ X160869264Y-96436133D01* X161580500Y-96188911D01* X161580500Y-96279916D01* G37* -D12* +D13* X88074285Y-66492026D02* X87464762Y-66492026D01* X85255237Y-66492026D02* @@ -20801,7 +22277,7 @@ X132955762Y-67619973D02* X133565286Y-67619973D01* X133260524Y-67924735D02* X133260524Y-67315211D01* -D11* +D12* G36* X124944756Y-101408680D02* G01* @@ -21955,7 +23431,7 @@ X124584913Y-93307634D01* X125303500Y-93307634D01* X125303500Y-93409825D01* G37* -D10* +D11* G36* X130498906Y-65946987D02* G01* @@ -22956,7 +24432,7 @@ X120227771Y-97882219D02* X120894437Y-97882219D01* X120894437Y-97882219D02* X120465866Y-98882219D01* -D11* +D12* G36* X112097987Y-128554605D02* G01* @@ -26277,54 +27753,312 @@ X111289054Y-114134312D01* X112203500Y-114449678D01* X112203500Y-114559099D01* G37* -D12* +D13* X98996285Y-66492026D02* X98386762Y-66492026D01* X96177237Y-66492026D02* X95567714Y-66492026D01* X95872475Y-66187264D02* X95872475Y-66796788D01* -D10* -X78724286Y-66873266D02* -X79486191Y-66873266D01* -X79105238Y-67254219D02* -X79105238Y-66492314D01* -X80438571Y-66254219D02* -X79962381Y-66254219D01* -X79962381Y-66254219D02* -X79914762Y-66730409D01* -X79914762Y-66730409D02* -X79962381Y-66682790D01* -X79962381Y-66682790D02* -X80057619Y-66635171D01* -X80057619Y-66635171D02* -X80295714Y-66635171D01* -X80295714Y-66635171D02* -X80390952Y-66682790D01* -X80390952Y-66682790D02* -X80438571Y-66730409D01* -X80438571Y-66730409D02* -X80486190Y-66825647D01* -X80486190Y-66825647D02* -X80486190Y-67063742D01* -X80486190Y-67063742D02* -X80438571Y-67158980D01* -X80438571Y-67158980D02* -X80390952Y-67206600D01* -X80390952Y-67206600D02* -X80295714Y-67254219D01* -X80295714Y-67254219D02* -X80057619Y-67254219D01* -X80057619Y-67254219D02* -X79962381Y-67206600D01* -X79962381Y-67206600D02* -X79914762Y-67158980D01* -X80771905Y-66254219D02* -X81105238Y-67254219D01* -X81105238Y-67254219D02* -X81438571Y-66254219D01* D11* G36* +X79098242Y-67060684D02* +G01* +X79098242Y-66787132D01* +X78824201Y-66787132D01* +X78824201Y-66669896D01* +X79098242Y-66669896D01* +X79098242Y-66404159D01* +X79214990Y-66404159D01* +X79214990Y-66669896D01* +X79489030Y-66669896D01* +X79489030Y-66787132D01* +X79214990Y-66787132D01* +X79214990Y-67060684D01* +X79098242Y-67060684D01* +G37* +G36* +X79620922Y-66951263D02* +G01* +X79750859Y-66940272D01* +X79752809Y-66951965D01* +X79755057Y-66963288D01* +X79757602Y-66974244D01* +X79760445Y-66984831D01* +X79763586Y-66995050D01* +X79767025Y-67004901D01* +X79770761Y-67014384D01* +X79774795Y-67023498D01* +X79781403Y-67036479D01* +X79788682Y-67048631D01* +X79796630Y-67059955D01* +X79805249Y-67070450D01* +X79814537Y-67080116D01* +X79817781Y-67083154D01* +X79827818Y-67091710D01* +X79838238Y-67099423D01* +X79849039Y-67106295D01* +X79860222Y-67112326D01* +X79871788Y-67117515D01* +X79883736Y-67121863D01* +X79896065Y-67125369D01* +X79908777Y-67128034D01* +X79921871Y-67129857D01* +X79935347Y-67130839D01* +X79944543Y-67131026D01* +X79955580Y-67130757D01* +X79966403Y-67129950D01* +X79977012Y-67128605D01* +X79987408Y-67126721D01* +X79997590Y-67124300D01* +X80007558Y-67121340D01* +X80017312Y-67117843D01* +X80026853Y-67113807D01* +X80036180Y-67109233D01* +X80045294Y-67104121D01* +X80054193Y-67098471D01* +X80062879Y-67092283D01* +X80071351Y-67085557D01* +X80079610Y-67078292D01* +X80087654Y-67070490D01* +X80095485Y-67062150D01* +X80102998Y-67053365D01* +X80110026Y-67044232D01* +X80116569Y-67034749D01* +X80122627Y-67024918D01* +X80128201Y-67014737D01* +X80133290Y-67004207D01* +X80137894Y-66993327D01* +X80142014Y-66982099D01* +X80145649Y-66970521D01* +X80148799Y-66958594D01* +X80151465Y-66946318D01* +X80153646Y-66933693D01* +X80155342Y-66920719D01* +X80156554Y-66907395D01* +X80157281Y-66893722D01* +X80157523Y-66879700D01* +X80157290Y-66866354D01* +X80156592Y-66853364D01* +X80155428Y-66840731D01* +X80153798Y-66828455D01* +X80151703Y-66816536D01* +X80149143Y-66804973D01* +X80146116Y-66793768D01* +X80142624Y-66782919D01* +X80138667Y-66772427D01* +X80134244Y-66762292D01* +X80129355Y-66752514D01* +X80124001Y-66743092D01* +X80118181Y-66734027D01* +X80111896Y-66725320D01* +X80105145Y-66716969D01* +X80097928Y-66708974D01* +X80090365Y-66701403D01* +X80082514Y-66694320D01* +X80074375Y-66687725D01* +X80065947Y-66681619D01* +X80057232Y-66676002D01* +X80048228Y-66670872D01* +X80038937Y-66666232D01* +X80029357Y-66662080D01* +X80019489Y-66658416D01* +X80009333Y-66655241D01* +X79998888Y-66652554D01* +X79988156Y-66650356D01* +X79977136Y-66648646D01* +X79965827Y-66647425D01* +X79954230Y-66646692D01* +X79942345Y-66646448D01* +X79931272Y-66646697D01* +X79920401Y-66647444D01* +X79909731Y-66648689D01* +X79899263Y-66650432D01* +X79888997Y-66652674D01* +X79878933Y-66655413D01* +X79869070Y-66658650D01* +X79859409Y-66662385D01* +X79849951Y-66666618D01* +X79840693Y-66671350D01* +X79834634Y-66674780D01* +X79825793Y-66680197D01* +X79817312Y-66685914D01* +X79809192Y-66691932D01* +X79801432Y-66698251D01* +X79794034Y-66704869D01* +X79786995Y-66711789D01* +X79780318Y-66719009D01* +X79774001Y-66726529D01* +X79768045Y-66734350D01* +X79762449Y-66742472D01* +X79758919Y-66748053D01* +X79642903Y-66732910D01* +X79740356Y-66216581D01* +X80241298Y-66216581D01* +X80241298Y-66333817D01* +X79839275Y-66333817D01* +X79785053Y-66604438D01* +X79796443Y-66597222D01* +X79807901Y-66590471D01* +X79819425Y-66584185D01* +X79831016Y-66578366D01* +X79842674Y-66573011D01* +X79854399Y-66568123D01* +X79866190Y-66563699D01* +X79878048Y-66559742D01* +X79889973Y-66556250D01* +X79901965Y-66553224D01* +X79914024Y-66550663D01* +X79926149Y-66548568D01* +X79938341Y-66546938D01* +X79950600Y-66545774D01* +X79962926Y-66545076D01* +X79975318Y-66544843D01* +X79991643Y-66545202D01* +X80007646Y-66546278D01* +X80023326Y-66548072D01* +X80038684Y-66550583D01* +X80053719Y-66553811D01* +X80068432Y-66557758D01* +X80082822Y-66562421D01* +X80096890Y-66567802D01* +X80110635Y-66573900D01* +X80124058Y-66580716D01* +X80137158Y-66588250D01* +X80149936Y-66596501D01* +X80162392Y-66605469D01* +X80174525Y-66615155D01* +X80186335Y-66625558D01* +X80197823Y-66636678D01* +X80208826Y-66648333D01* +X80219118Y-66660401D01* +X80228701Y-66672880D01* +X80237574Y-66685771D01* +X80245737Y-66699075D01* +X80253190Y-66712791D01* +X80259933Y-66726919D01* +X80265967Y-66741459D01* +X80271291Y-66756411D01* +X80275905Y-66771775D01* +X80279809Y-66787552D01* +X80283003Y-66803741D01* +X80285487Y-66820341D01* +X80287262Y-66837355D01* +X80288327Y-66854780D01* +X80288682Y-66872617D01* +X80288371Y-66889629D01* +X80287437Y-66906349D01* +X80285882Y-66922778D01* +X80283705Y-66938914D01* +X80280906Y-66954758D01* +X80277485Y-66970310D01* +X80273441Y-66985571D01* +X80268776Y-67000539D01* +X80263488Y-67015216D01* +X80257579Y-67029600D01* +X80251047Y-67043693D01* +X80243894Y-67057494D01* +X80236118Y-67071002D01* +X80227720Y-67084219D01* +X80218700Y-67097144D01* +X80209058Y-67109777D01* +X80196662Y-67124654D01* +X80183714Y-67138571D01* +X80170215Y-67151528D01* +X80156165Y-67163526D01* +X80141562Y-67174563D01* +X80126409Y-67184641D01* +X80110704Y-67193759D01* +X80094447Y-67201918D01* +X80077640Y-67209116D01* +X80060280Y-67215355D01* +X80042369Y-67220634D01* +X80023907Y-67224953D01* +X80004893Y-67228312D01* +X79995180Y-67229632D01* +X79985328Y-67230711D01* +X79975339Y-67231551D01* +X79965211Y-67232151D01* +X79954946Y-67232511D01* +X79944543Y-67232631D01* +X79927552Y-67232331D01* +X79910956Y-67231429D01* +X79894755Y-67229926D01* +X79878949Y-67227823D01* +X79863538Y-67225118D01* +X79848522Y-67221812D01* +X79833900Y-67217905D01* +X79819674Y-67213397D01* +X79805843Y-67208288D01* +X79792407Y-67202578D01* +X79779366Y-67196267D01* +X79766719Y-67189354D01* +X79754468Y-67181841D01* +X79742612Y-67173727D01* +X79731151Y-67165011D01* +X79720084Y-67155695D01* +X79709536Y-67145851D01* +X79699568Y-67135617D01* +X79690180Y-67124992D01* +X79681372Y-67113975D01* +X79673144Y-67102567D01* +X79665496Y-67090768D01* +X79658428Y-67078578D01* +X79651940Y-67065996D01* +X79646033Y-67053024D01* +X79640705Y-67039660D01* +X79635958Y-67025905D01* +X79631790Y-67011759D01* +X79628203Y-66997222D01* +X79625196Y-66982294D01* +X79622769Y-66966974D01* +X79620922Y-66951263D01* +G37* +G36* +X80737600Y-67217000D02* +G01* +X80347300Y-66200949D01* +X80491647Y-66200949D01* +X80753476Y-66939784D01* +X80757374Y-66950853D01* +X80761192Y-66961834D01* +X80764930Y-66972728D01* +X80768588Y-66983534D01* +X80772166Y-66994252D01* +X80775664Y-67004882D01* +X80779081Y-67015425D01* +X80782418Y-67025879D01* +X80785676Y-67036246D01* +X80788853Y-67046526D01* +X80791950Y-67056717D01* +X80794966Y-67066821D01* +X80797903Y-67076837D01* +X80800760Y-67086765D01* +X80803536Y-67096605D01* +X80806232Y-67106357D01* +X80809192Y-67095947D01* +X80812208Y-67085536D01* +X80815283Y-67075125D01* +X80818414Y-67064714D01* +X80821602Y-67054303D01* +X80824848Y-67043892D01* +X80828151Y-67033482D01* +X80831511Y-67023071D01* +X80834929Y-67012660D01* +X80838404Y-67002249D01* +X80841936Y-66991838D01* +X80845525Y-66981427D01* +X80849171Y-66971016D01* +X80852875Y-66960606D01* +X80856636Y-66950195D01* +X80860454Y-66939784D01* +X81132541Y-66200949D01* +X81268584Y-66200949D01* +X80874376Y-67217000D01* +X80737600Y-67217000D01* +G37* +D12* +G36* X121445136Y-110397077D02* G01* X121455037Y-110397461D01* @@ -32270,7 +34004,7 @@ X161582832Y-109612334D01* X161662162Y-109612334D01* X161662162Y-109693960D01* G37* -D10* +D11* G36* X161355000Y-123076775D02* G01* @@ -32520,7 +34254,7 @@ X160338949Y-119883789D01* X161355000Y-119471751D01* X161355000Y-119623426D01* G37* -D11* +D12* X132424572Y-108408406D02* X132510286Y-108441740D01* X132510286Y-108441740D02* @@ -32631,7 +34365,7 @@ X133938857Y-108741740D02* X133996000Y-108775073D01* X133996000Y-108775073D02* X134053143Y-108775073D01* -D10* +D11* G36* X117939700Y-67217000D02* G01* @@ -34361,7 +36095,7 @@ X162212949Y-98450537D01* X163229000Y-98844745D01* X163229000Y-98981521D01* G37* -D14* +D15* G36* X107943284Y-107604040D02* G01* @@ -35994,370 +37728,6 @@ X117269369Y-87573816D01* X117879000Y-87573816D01* G37* G36* -X79812062Y-116913000D02* -G01* -X79812062Y-116303369D01* -X79892076Y-116303369D01* -X79892076Y-116842658D01* -X80189564Y-116842658D01* -X80189564Y-116913000D01* -X79812062Y-116913000D01* -G37* -G36* -X80252871Y-116754144D02* -G01* -X80327023Y-116744179D01* -X80328687Y-116751828D01* -X80330490Y-116759207D01* -X80332433Y-116766314D01* -X80334516Y-116773149D01* -X80336738Y-116779713D01* -X80339100Y-116786006D01* -X80341601Y-116792028D01* -X80344243Y-116797778D01* -X80347023Y-116803257D01* -X80349944Y-116808464D01* -X80354587Y-116815767D01* -X80359544Y-116822459D01* -X80364815Y-116828540D01* -X80370401Y-116834011D01* -X80376288Y-116838909D01* -X80382410Y-116843324D01* -X80388767Y-116847258D01* -X80395357Y-116850711D01* -X80402182Y-116853681D01* -X80409242Y-116856170D01* -X80416536Y-116858177D01* -X80424064Y-116859703D01* -X80431827Y-116860746D01* -X80439824Y-116861308D01* -X80445286Y-116861415D01* -X80451780Y-116861273D01* -X80458145Y-116860848D01* -X80464383Y-116860138D01* -X80470492Y-116859144D01* -X80476473Y-116857866D01* -X80482325Y-116856305D01* -X80488050Y-116854459D01* -X80493646Y-116852330D01* -X80499114Y-116849916D01* -X80504454Y-116847219D01* -X80509665Y-116844238D01* -X80514748Y-116840972D01* -X80519704Y-116837423D01* -X80524530Y-116833590D01* -X80529229Y-116829473D01* -X80533799Y-116825072D01* -X80538165Y-116820462D01* -X80542249Y-116815716D01* -X80546051Y-116810835D01* -X80549571Y-116805820D01* -X80552810Y-116800669D01* -X80555768Y-116795383D01* -X80558443Y-116789962D01* -X80560837Y-116784406D01* -X80562949Y-116778714D01* -X80564780Y-116772888D01* -X80566329Y-116766927D01* -X80567597Y-116760830D01* -X80568582Y-116754598D01* -X80569286Y-116748232D01* -X80569709Y-116741730D01* -X80569850Y-116735093D01* -X80569719Y-116728770D01* -X80569328Y-116722589D01* -X80568675Y-116716548D01* -X80567761Y-116710647D01* -X80566587Y-116704888D01* -X80564335Y-116696513D01* -X80561497Y-116688455D01* -X80558070Y-116680714D01* -X80554057Y-116673289D01* -X80549456Y-116666181D01* -X80544268Y-116659391D01* -X80538493Y-116652917D01* -X80536437Y-116650829D01* -X80530014Y-116644884D01* -X80523274Y-116639524D01* -X80516217Y-116634749D01* -X80508843Y-116630558D01* -X80501152Y-116626952D01* -X80493145Y-116623931D01* -X80484821Y-116621494D01* -X80479095Y-116620195D01* -X80473229Y-116619155D01* -X80467221Y-116618376D01* -X80461073Y-116617856D01* -X80454785Y-116617596D01* -X80451587Y-116617563D01* -X80444742Y-116617764D01* -X80437396Y-116618365D01* -X80431159Y-116619134D01* -X80424601Y-116620160D01* -X80417723Y-116621442D01* -X80410524Y-116622981D01* -X80403004Y-116624776D01* -X80399124Y-116625770D01* -X80407477Y-116555868D01* -X80413355Y-116556368D01* -X80419347Y-116556600D01* -X80425245Y-116556505D01* -X80433949Y-116556006D01* -X80442483Y-116555080D01* -X80450847Y-116553726D01* -X80459042Y-116551944D01* -X80467066Y-116549735D01* -X80474920Y-116547098D01* -X80482604Y-116544033D01* -X80490118Y-116540541D01* -X80497463Y-116536621D01* -X80504637Y-116532274D01* -X80511420Y-116527481D01* -X80517536Y-116522224D01* -X80522984Y-116516503D01* -X80527766Y-116510319D01* -X80531880Y-116503672D01* -X80535327Y-116496560D01* -X80538107Y-116488985D01* -X80540220Y-116480946D01* -X80541666Y-116472444D01* -X80542259Y-116466518D01* -X80542555Y-116460386D01* -X80542592Y-116457242D01* -X80542349Y-116449835D01* -X80541618Y-116442669D01* -X80540401Y-116435746D01* -X80538697Y-116429064D01* -X80536506Y-116422625D01* -X80533829Y-116416428D01* -X80530664Y-116410473D01* -X80527013Y-116404761D01* -X80522874Y-116399290D01* -X80518249Y-116394062D01* -X80514895Y-116390711D01* -X80509588Y-116385997D01* -X80503997Y-116381746D01* -X80498123Y-116377959D01* -X80491965Y-116374636D01* -X80485524Y-116371777D01* -X80478800Y-116369381D01* -X80471793Y-116367449D01* -X80464502Y-116365981D01* -X80456927Y-116364976D01* -X80449070Y-116364435D01* -X80443674Y-116364332D01* -X80435694Y-116364569D01* -X80427967Y-116365280D01* -X80420492Y-116366465D01* -X80413270Y-116368124D01* -X80406300Y-116370257D01* -X80399583Y-116372864D01* -X80393118Y-116375945D01* -X80386906Y-116379500D01* -X80380946Y-116383529D01* -X80375238Y-116388032D01* -X80371573Y-116391297D01* -X80366342Y-116396590D01* -X80361474Y-116402356D01* -X80356969Y-116408597D01* -X80352827Y-116415312D01* -X80349048Y-116422501D01* -X80345633Y-116430163D01* -X80342581Y-116438300D01* -X80340748Y-116443988D01* -X80339076Y-116449886D01* -X80337566Y-116455996D01* -X80336218Y-116462315D01* -X80335030Y-116468846D01* -X80334497Y-116472190D01* -X80260345Y-116459001D01* -X80262166Y-116449862D01* -X80264258Y-116440985D01* -X80266622Y-116432369D01* -X80269257Y-116424013D01* -X80272163Y-116415919D01* -X80275341Y-116408085D01* -X80278790Y-116400513D01* -X80282510Y-116393202D01* -X80286502Y-116386152D01* -X80290765Y-116379362D01* -X80295299Y-116372834D01* -X80300105Y-116366567D01* -X80305182Y-116360561D01* -X80310530Y-116354816D01* -X80316150Y-116349332D01* -X80322041Y-116344109D01* -X80328160Y-116339176D01* -X80334463Y-116334561D01* -X80340950Y-116330264D01* -X80347622Y-116326285D01* -X80354478Y-116322625D01* -X80361519Y-116319283D01* -X80368744Y-116316260D01* -X80376153Y-116313554D01* -X80383746Y-116311167D01* -X80391524Y-116309098D01* -X80399486Y-116307348D01* -X80407633Y-116305916D01* -X80415963Y-116304802D01* -X80424479Y-116304006D01* -X80433178Y-116303528D01* -X80442062Y-116303369D01* -X80448205Y-116303452D01* -X80454287Y-116303699D01* -X80460308Y-116304111D01* -X80466269Y-116304688D01* -X80472169Y-116305430D01* -X80478009Y-116306337D01* -X80483788Y-116307409D01* -X80492342Y-116309325D01* -X80500760Y-116311613D01* -X80509042Y-116314271D01* -X80517186Y-116317300D01* -X80525195Y-116320701D01* -X80533067Y-116324472D01* -X80540698Y-116328565D01* -X80547983Y-116332932D01* -X80554924Y-116337571D01* -X80561519Y-116342483D01* -X80567770Y-116347669D01* -X80573675Y-116353127D01* -X80579235Y-116358859D01* -X80584449Y-116364864D01* -X80589319Y-116371141D01* -X80593843Y-116377692D01* -X80596668Y-116382211D01* -X80600622Y-116389093D01* -X80604188Y-116396054D01* -X80607364Y-116403096D01* -X80610152Y-116410217D01* -X80612551Y-116417418D01* -X80614560Y-116424699D01* -X80616181Y-116432060D01* -X80617413Y-116439501D01* -X80618256Y-116447022D01* -X80618709Y-116454622D01* -X80618796Y-116459734D01* -X80618612Y-116466982D01* -X80618059Y-116474109D01* -X80617138Y-116481116D01* -X80615849Y-116488001D01* -X80614191Y-116494765D01* -X80612165Y-116501408D01* -X80609771Y-116507930D01* -X80607008Y-116514331D01* -X80603877Y-116520611D01* -X80600378Y-116526770D01* -X80597840Y-116530808D01* -X80593732Y-116536684D01* -X80589265Y-116542330D01* -X80584441Y-116547747D01* -X80579258Y-116552934D01* -X80573718Y-116557893D01* -X80567819Y-116562622D01* -X80561563Y-116567122D01* -X80554948Y-116571392D01* -X80547975Y-116575434D01* -X80540644Y-116579246D01* -X80535558Y-116581660D01* -X80542169Y-116583321D01* -X80548591Y-116585193D01* -X80554826Y-116587274D01* -X80560874Y-116589564D01* -X80566733Y-116592064D01* -X80572405Y-116594773D01* -X80577889Y-116597692D01* -X80583185Y-116600821D01* -X80588294Y-116604158D01* -X80593215Y-116607706D01* -X80597947Y-116611463D01* -X80602493Y-116615429D01* -X80606850Y-116619605D01* -X80611020Y-116623991D01* -X80615002Y-116628586D01* -X80618796Y-116633390D01* -X80622398Y-116638377D01* -X80625768Y-116643518D01* -X80628906Y-116648814D01* -X80631811Y-116654264D01* -X80634484Y-116659869D01* -X80636924Y-116665628D01* -X80639132Y-116671542D01* -X80641107Y-116677610D01* -X80642851Y-116683833D01* -X80644361Y-116690211D01* -X80645640Y-116696743D01* -X80646685Y-116703430D01* -X80647499Y-116710271D01* -X80648080Y-116717267D01* -X80648428Y-116724417D01* -X80648545Y-116731722D01* -X80648319Y-116741593D01* -X80647643Y-116751275D01* -X80646515Y-116760768D01* -X80644936Y-116770072D01* -X80642906Y-116779187D01* -X80640425Y-116788113D01* -X80637493Y-116796850D01* -X80634110Y-116805398D01* -X80630276Y-116813758D01* -X80625990Y-116821928D01* -X80621254Y-116829910D01* -X80616066Y-116837702D01* -X80610428Y-116845306D01* -X80604338Y-116852721D01* -X80597798Y-116859947D01* -X80590806Y-116866984D01* -X80583470Y-116873692D01* -X80575897Y-116879967D01* -X80568087Y-116885810D01* -X80560040Y-116891219D01* -X80551756Y-116896196D01* -X80543236Y-116900740D01* -X80534478Y-116904851D01* -X80525483Y-116908530D01* -X80516251Y-116911776D01* -X80506782Y-116914589D01* -X80497077Y-116916969D01* -X80487134Y-116918916D01* -X80476954Y-116920431D01* -X80466537Y-116921513D01* -X80455883Y-116922162D01* -X80444993Y-116922378D01* -X80435151Y-116922196D01* -X80425520Y-116921648D01* -X80416100Y-116920735D01* -X80406891Y-116919457D01* -X80397892Y-116917813D01* -X80389104Y-116915804D01* -X80380526Y-116913431D01* -X80372159Y-116910691D01* -X80364003Y-116907587D01* -X80356058Y-116904117D01* -X80348323Y-116900283D01* -X80340799Y-116896083D01* -X80333485Y-116891517D01* -X80326382Y-116886587D01* -X80319490Y-116881291D01* -X80312808Y-116875630D01* -X80306426Y-116869660D01* -X80300396Y-116863474D01* -X80294716Y-116857071D01* -X80289389Y-116850452D01* -X80284412Y-116843616D01* -X80279788Y-116836564D01* -X80275514Y-116829296D01* -X80271592Y-116821811D01* -X80268022Y-116814110D01* -X80264803Y-116806193D01* -X80261936Y-116798059D01* -X80259420Y-116789709D01* -X80257256Y-116781142D01* -X80255443Y-116772359D01* -X80253981Y-116763360D01* -X80252871Y-116754144D01* -G37* -G36* X100763284Y-109170446D02* G01* X100783508Y-109090432D01* @@ -37562,2421 +38932,2976 @@ X147318176Y-114852947D01* X147308984Y-114854404D01* X147299558Y-114855512D01* G37* -D15* +D16* G36* -X88930284Y-120291912D02* +X88541856Y-119886000D02* G01* -X88930284Y-120029302D01* -X88697423Y-119682281D01* -X88794729Y-119682281D01* -X88913724Y-119861067D01* -X88917829Y-119867332D01* -X88921899Y-119873597D01* -X88925934Y-119879862D01* -X88929936Y-119886126D01* -X88933903Y-119892391D01* -X88937836Y-119898656D01* -X88941734Y-119904921D01* -X88945598Y-119911186D01* -X88949428Y-119917451D01* -X88953223Y-119923715D01* -X88956984Y-119929980D01* -X88960710Y-119936245D01* -X88964403Y-119942510D01* -X88968061Y-119948775D01* -X88971684Y-119955040D01* -X88975273Y-119961304D01* -X88978708Y-119955451D01* -X88982234Y-119949505D01* -X88985852Y-119943466D01* -X88989562Y-119937335D01* -X88993363Y-119931111D01* -X88997255Y-119924794D01* -X89001240Y-119918384D01* -X89005315Y-119911882D01* -X89009483Y-119905287D01* -X89013742Y-119898599D01* -X89018092Y-119891818D01* -X89022534Y-119884945D01* -X89027068Y-119877979D01* -X89031694Y-119870920D01* -X89036410Y-119863768D01* -X89041219Y-119856524D01* -X89158162Y-119682281D01* -X89251366Y-119682281D01* -X89010298Y-120029302D01* -X89010298Y-120291912D01* -X88930284Y-120291912D01* +X88541856Y-119623390D01* +X88308995Y-119276369D01* +X88406301Y-119276369D01* +X88525296Y-119455155D01* +X88529401Y-119461420D01* +X88533471Y-119467685D01* +X88537506Y-119473950D01* +X88541508Y-119480214D01* +X88545475Y-119486479D01* +X88549408Y-119492744D01* +X88553306Y-119499009D01* +X88557170Y-119505274D01* +X88561000Y-119511539D01* +X88564795Y-119517803D01* +X88568556Y-119524068D01* +X88572282Y-119530333D01* +X88575975Y-119536598D01* +X88579633Y-119542863D01* +X88583256Y-119549128D01* +X88586845Y-119555392D01* +X88590280Y-119549539D01* +X88593806Y-119543593D01* +X88597424Y-119537554D01* +X88601134Y-119531423D01* +X88604935Y-119525199D01* +X88608827Y-119518882D01* +X88612812Y-119512472D01* +X88616887Y-119505970D01* +X88621055Y-119499375D01* +X88625314Y-119492687D01* +X88629664Y-119485906D01* +X88634106Y-119479033D01* +X88638640Y-119472067D01* +X88643266Y-119465008D01* +X88647982Y-119457856D01* +X88652791Y-119450612D01* +X88769734Y-119276369D01* +X88862938Y-119276369D01* +X88621870Y-119623390D01* +X88621870Y-119886000D01* +X88541856Y-119886000D01* G37* G36* -X89569223Y-120291912D02* +X89180795Y-119886000D02* G01* -X89495071Y-120291912D01* -X89495071Y-119816810D01* -X89489896Y-119821674D01* -X89484427Y-119826537D01* -X89478665Y-119831401D01* -X89472608Y-119836264D01* -X89466259Y-119841128D01* -X89459615Y-119845991D01* -X89452678Y-119850855D01* -X89445447Y-119855718D01* -X89440463Y-119858961D01* -X89435349Y-119862203D01* -X89430104Y-119865445D01* -X89424729Y-119868687D01* -X89419324Y-119871861D01* -X89413988Y-119874934D01* -X89408722Y-119877906D01* -X89403526Y-119880778D01* -X89395863Y-119884896D01* -X89388357Y-119888787D01* -X89381008Y-119892452D01* -X89373816Y-119895890D01* -X89366781Y-119899101D01* -X89359904Y-119902086D01* -X89353183Y-119904844D01* -X89346620Y-119907376D01* -X89346620Y-119832344D01* -X89354344Y-119828670D01* -X89361946Y-119824900D01* -X89369425Y-119821036D01* -X89376781Y-119817076D01* -X89384015Y-119813021D01* -X89391127Y-119808872D01* -X89398116Y-119804627D01* -X89404982Y-119800287D01* -X89411726Y-119795853D01* -X89418348Y-119791323D01* -X89424846Y-119786698D01* -X89431223Y-119781978D01* -X89437477Y-119777163D01* -X89443608Y-119772254D01* -X89449617Y-119767249D01* -X89455504Y-119762149D01* -X89461222Y-119757011D01* -X89466728Y-119751893D01* -X89472021Y-119746794D01* -X89477101Y-119741715D01* -X89481968Y-119736655D01* -X89486622Y-119731615D01* -X89491063Y-119726594D01* -X89495291Y-119721592D01* -X89499306Y-119716610D01* -X89503108Y-119711648D01* -X89506697Y-119706705D01* -X89510074Y-119701781D01* -X89514739Y-119694432D01* -X89518925Y-119687127D01* -X89521449Y-119682281D01* -X89569223Y-119682281D01* -X89569223Y-120291912D01* +X89106643Y-119886000D01* +X89106643Y-119410898D01* +X89101468Y-119415762D01* +X89095999Y-119420625D01* +X89090237Y-119425489D01* +X89084180Y-119430352D01* +X89077831Y-119435216D01* +X89071187Y-119440079D01* +X89064250Y-119444943D01* +X89057019Y-119449806D01* +X89052035Y-119453049D01* +X89046921Y-119456291D01* +X89041676Y-119459533D01* +X89036301Y-119462775D01* +X89030896Y-119465949D01* +X89025560Y-119469022D01* +X89020294Y-119471994D01* +X89015098Y-119474866D01* +X89007435Y-119478984D01* +X88999929Y-119482875D01* +X88992580Y-119486540D01* +X88985388Y-119489978D01* +X88978353Y-119493189D01* +X88971476Y-119496174D01* +X88964755Y-119498932D01* +X88958192Y-119501464D01* +X88958192Y-119426432D01* +X88965916Y-119422758D01* +X88973518Y-119418988D01* +X88980997Y-119415124D01* +X88988353Y-119411164D01* +X88995587Y-119407109D01* +X89002699Y-119402960D01* +X89009688Y-119398715D01* +X89016554Y-119394375D01* +X89023298Y-119389941D01* +X89029920Y-119385411D01* +X89036418Y-119380786D01* +X89042795Y-119376066D01* +X89049049Y-119371251D01* +X89055180Y-119366342D01* +X89061189Y-119361337D01* +X89067076Y-119356237D01* +X89072794Y-119351099D01* +X89078300Y-119345981D01* +X89083593Y-119340882D01* +X89088673Y-119335803D01* +X89093540Y-119330743D01* +X89098194Y-119325703D01* +X89102635Y-119320682D01* +X89106863Y-119315680D01* +X89110878Y-119310698D01* +X89114680Y-119305736D01* +X89118269Y-119300793D01* +X89121646Y-119295869D01* +X89126311Y-119288520D01* +X89130497Y-119281215D01* +X89133021Y-119276369D01* +X89180795Y-119276369D01* +X89180795Y-119886000D01* G37* -D14* +D17* +G36* +X72298466Y-129506609D02* +G01* +X72418633Y-129490000D01* +X72419375Y-129503767D01* +X72420377Y-129516981D01* +X72421641Y-129529642D01* +X72423167Y-129541749D01* +X72424954Y-129553303D01* +X72427002Y-129564303D01* +X72429312Y-129574751D01* +X72431883Y-129584644D01* +X72436230Y-129598447D01* +X72441166Y-129611005D01* +X72446689Y-129622318D01* +X72452801Y-129632386D01* +X72459500Y-129641209D01* +X72461864Y-129643873D01* +X72469358Y-129651293D01* +X72477366Y-129657984D01* +X72485890Y-129663945D01* +X72494929Y-129669175D01* +X72504483Y-129673676D01* +X72514552Y-129677447D01* +X72525137Y-129680488D01* +X72536236Y-129682799D01* +X72547851Y-129684381D01* +X72559981Y-129685232D01* +X72568354Y-129685394D01* +X72580715Y-129685032D01* +X72592641Y-129683944D01* +X72604132Y-129682132D01* +X72615188Y-129679594D01* +X72625808Y-129676331D01* +X72635994Y-129672343D01* +X72645745Y-129667630D01* +X72655060Y-129662191D01* +X72663804Y-129656131D01* +X72671837Y-129649552D01* +X72679160Y-129642454D01* +X72685774Y-129634836D01* +X72691678Y-129626700D01* +X72696872Y-129618045D01* +X72701356Y-129608870D01* +X72705130Y-129599177D01* +X72708336Y-129588422D01* +X72711114Y-129576187D01* +X72712917Y-129566039D01* +X72714480Y-129555058D01* +X72715802Y-129543245D01* +X72716884Y-129530598D01* +X72717726Y-129517118D01* +X72718327Y-129502806D01* +X72718594Y-129492801D01* +X72718754Y-129482427D01* +X72718808Y-129471682D01* +X72718808Y-128770949D01* +X72852164Y-128770949D01* +X72852164Y-129462157D01* +X72852045Y-129477840D01* +X72851687Y-129493076D01* +X72851091Y-129507866D01* +X72850256Y-129522210D01* +X72849183Y-129536107D01* +X72847871Y-129549557D01* +X72846321Y-129562561D01* +X72844532Y-129575119D01* +X72842504Y-129587230D01* +X72840238Y-129598894D01* +X72837734Y-129610112D01* +X72834991Y-129620884D01* +X72832010Y-129631209D01* +X72828790Y-129641087D01* +X72825331Y-129650519D01* +X72821634Y-129659505D01* +X72815594Y-129672310D01* +X72808923Y-129684532D01* +X72801621Y-129696170D01* +X72793687Y-129707224D01* +X72785123Y-129717694D01* +X72775927Y-129727580D01* +X72766100Y-129736882D01* +X72755643Y-129745600D01* +X72744554Y-129753735D01* +X72732834Y-129761285D01* +X72724670Y-129765995D01* +X72712055Y-129772542D01* +X72699033Y-129778445D01* +X72685602Y-129783705D01* +X72671764Y-129788320D01* +X72662312Y-129791039D01* +X72652679Y-129793472D01* +X72642864Y-129795619D01* +X72632869Y-129797479D01* +X72622692Y-129799053D01* +X72612333Y-129800341D01* +X72601793Y-129801343D01* +X72591073Y-129802059D01* +X72580170Y-129802488D01* +X72569087Y-129802631D01* +X72552752Y-129802340D01* +X72536904Y-129801467D01* +X72521543Y-129800012D01* +X72506668Y-129797975D01* +X72492279Y-129795356D01* +X72478377Y-129792155D01* +X72464962Y-129788372D01* +X72452034Y-129784008D01* +X72439591Y-129779061D01* +X72427636Y-129773532D01* +X72416167Y-129767421D01* +X72405185Y-129760728D01* +X72394689Y-129753453D01* +X72384680Y-129745597D01* +X72375157Y-129737158D01* +X72366121Y-129728137D01* +X72357614Y-129718542D01* +X72349677Y-129708380D01* +X72342310Y-129697651D01* +X72335514Y-129686356D01* +X72329289Y-129674494D01* +X72323634Y-129662065D01* +X72318550Y-129649070D01* +X72314036Y-129635508D01* +X72310093Y-129621379D01* +X72306720Y-129606683D01* +X72303918Y-129591421D01* +X72301687Y-129575592D01* +X72300026Y-129559196D01* +X72298935Y-129542234D01* +X72298415Y-129524705D01* +X72298466Y-129506609D01* +G37* +G36* +X73386368Y-128771215D02* +G01* +X73400730Y-128772014D01* +X73414754Y-128773345D01* +X73428440Y-128775208D01* +X73441789Y-128777604D01* +X73454799Y-128780532D01* +X73467472Y-128783992D01* +X73479807Y-128787985D01* +X73491805Y-128792510D01* +X73503465Y-128797568D01* +X73514787Y-128803158D01* +X73525771Y-128809280D01* +X73536417Y-128815935D01* +X73546726Y-128823122D01* +X73556697Y-128830841D01* +X73566330Y-128839093D01* +X73575588Y-128847784D01* +X73584370Y-128856881D01* +X73592677Y-128866384D01* +X73600509Y-128876294D01* +X73607866Y-128886611D01* +X73614748Y-128897333D01* +X73621154Y-128908463D01* +X73627086Y-128919998D01* +X73632542Y-128931941D01* +X73637523Y-128944289D01* +X73642029Y-128957044D01* +X73646060Y-128970206D01* +X73649616Y-128983774D01* +X73652697Y-128997748D01* +X73655303Y-129012129D01* +X73657433Y-129026916D01* +X73534579Y-129036685D01* +X73531345Y-129022941D01* +X73527870Y-129009918D01* +X73524155Y-128997616D01* +X73520199Y-128986036D01* +X73516003Y-128975176D01* +X73511567Y-128965038D01* +X73506890Y-128955622D01* +X73501972Y-128946926D01* +X73495042Y-128936454D01* +X73487684Y-128927265D01* +X73478090Y-128917487D01* +X73468084Y-128908672D01* +X73457665Y-128900818D01* +X73446835Y-128893926D01* +X73435592Y-128887995D01* +X73423937Y-128883026D01* +X73411870Y-128879019D01* +X73399390Y-128875974D01* +X73386499Y-128873890D01* +X73373195Y-128872768D01* +X73364097Y-128872554D01* +X73353141Y-128872840D01* +X73342439Y-128873696D01* +X73331990Y-128875124D01* +X73321794Y-128877122D01* +X73311851Y-128879692D01* +X73302162Y-128882833D01* +X73292726Y-128886544D01* +X73283543Y-128890827D01* +X73274614Y-128895680D01* +X73265937Y-128901105D01* +X73260294Y-128905039D01* +X73249566Y-128913255D01* +X73239271Y-128922149D01* +X73229410Y-128931722D01* +X73219983Y-128941973D01* +X73210989Y-128952902D01* +X73202429Y-128964510D01* +X73196963Y-128972625D01* +X73191690Y-128981042D01* +X73186609Y-128989760D01* +X73181721Y-128998780D01* +X73177026Y-129008101D01* +X73172524Y-129017724D01* +X73168215Y-129027648D01* +X73164157Y-129037961D01* +X73160349Y-129048810D01* +X73156791Y-129060195D01* +X73153484Y-129072116D01* +X73150426Y-129084573D01* +X73147618Y-129097567D01* +X73145060Y-129111097D01* +X73142752Y-129125162D01* +X73140694Y-129139765D01* +X73138886Y-129154903D01* +X73137328Y-129170577D01* +X73136020Y-129186788D01* +X73134962Y-129203535D01* +X73134154Y-129220818D01* +X73133596Y-129238637D01* +X73133288Y-129256993D01* +X73141842Y-129245240D01* +X73150745Y-129234072D01* +X73159995Y-129223487D01* +X73169592Y-129213487D01* +X73179538Y-129204070D01* +X73189831Y-129195237D01* +X73200472Y-129186988D01* +X73211461Y-129179323D01* +X73222797Y-129172242D01* +X73234482Y-129165745D01* +X73242464Y-129161738D01* +X73254652Y-129156151D01* +X73266942Y-129151113D01* +X73279336Y-129146625D01* +X73291832Y-129142687D01* +X73304431Y-129139298D01* +X73317134Y-129136459D01* +X73329940Y-129134169D01* +X73342848Y-129132429D01* +X73355860Y-129131238D01* +X73368975Y-129130597D01* +X73377775Y-129130475D01* +X73393109Y-129130832D01* +X73408153Y-129131902D01* +X73422906Y-129133686D01* +X73437370Y-129136184D01* +X73451544Y-129139395D01* +X73465428Y-129143320D01* +X73479021Y-129147959D01* +X73492325Y-129153311D01* +X73505338Y-129159377D01* +X73518062Y-129166157D01* +X73530495Y-129173650D01* +X73542639Y-129181857D01* +X73554492Y-129190778D01* +X73566056Y-129200412D01* +X73577329Y-129210760D01* +X73588312Y-129221822D01* +X73598841Y-129233418D01* +X73608691Y-129245433D01* +X73617862Y-129257865D01* +X73626353Y-129270716D01* +X73634165Y-129283984D01* +X73641298Y-129297670D01* +X73647751Y-129311774D01* +X73653525Y-129326296D01* +X73658620Y-129341236D01* +X73663035Y-129356594D01* +X73666771Y-129372370D01* +X73669828Y-129388563D01* +X73672206Y-129405174D01* +X73673904Y-129422204D01* +X73674923Y-129439651D01* +X73675263Y-129457516D01* +X73675102Y-129469341D01* +X73674622Y-129481062D01* +X73673820Y-129492681D01* +X73672698Y-129504197D01* +X73671256Y-129515609D01* +X73669493Y-129526919D01* +X73667409Y-129538126D01* +X73665005Y-129549229D01* +X73662280Y-129560230D01* +X73659234Y-129571127D01* +X73655868Y-129581921D01* +X73652182Y-129592613D01* +X73648175Y-129603201D01* +X73643847Y-129613686D01* +X73639199Y-129624069D01* +X73634230Y-129634348D01* +X73629011Y-129644396D01* +X73623552Y-129654147D01* +X73617852Y-129663600D01* +X73611912Y-129672755D01* +X73605732Y-129681613D01* +X73599311Y-129690172D01* +X73592650Y-129698435D01* +X73585748Y-129706399D01* +X73578606Y-129714066D01* +X73571223Y-129721436D01* +X73563600Y-129728507D01* +X73555736Y-129735281D01* +X73547632Y-129741757D01* +X73539288Y-129747936D01* +X73530703Y-129753817D01* +X73521878Y-129759400D01* +X73512888Y-129764635D01* +X73503747Y-129769532D01* +X73494455Y-129774092D01* +X73485013Y-129778314D01* +X73475420Y-129782198D01* +X73465676Y-129785744D01* +X73455781Y-129788952D01* +X73445736Y-129791823D01* +X73435539Y-129794356D01* +X73425192Y-129796552D01* +X73414695Y-129798409D01* +X73404046Y-129799929D01* +X73393247Y-129801111D01* +X73382297Y-129801956D01* +X73371197Y-129802462D01* +X73359945Y-129802631D01* +X73340843Y-129802185D01* +X73322187Y-129800849D01* +X73303977Y-129798621D01* +X73286214Y-129795502D01* +X73268898Y-129791492D01* +X73252028Y-129786591D01* +X73235605Y-129780799D01* +X73219628Y-129774116D01* +X73204097Y-129766541D01* +X73189013Y-129758076D01* +X73174376Y-129748719D01* +X73160185Y-129738471D01* +X73146441Y-129727333D01* +X73133143Y-129715303D01* +X73120291Y-129702382D01* +X73107887Y-129688570D01* +X73096086Y-129673735D01* +X73085046Y-129657745D01* +X73079812Y-129649318D01* +X73074768Y-129640602D01* +X73069914Y-129631597D01* +X73065251Y-129622303D01* +X73060778Y-129612721D01* +X73056495Y-129602851D01* +X73052403Y-129592692D01* +X73048501Y-129582244D01* +X73044790Y-129571507D01* +X73041268Y-129560482D01* +X73037938Y-129549169D01* +X73034797Y-129537566D01* +X73031847Y-129525676D01* +X73029087Y-129513496D01* +X73026517Y-129501028D01* +X73024138Y-129488271D01* +X73021949Y-129475226D01* +X73019951Y-129461892D01* +X73018948Y-129454341D01* +X73152583Y-129454341D01* +X73152821Y-129466519D01* +X73153536Y-129478598D01* +X73154728Y-129490579D01* +X73156396Y-129502460D01* +X73158540Y-129514243D01* +X73161161Y-129525928D01* +X73164259Y-129537513D01* +X73167833Y-129549000D01* +X73171884Y-129560388D01* +X73176411Y-129571677D01* +X73179694Y-129579149D01* +X73184966Y-129590074D01* +X73190616Y-129600501D01* +X73196644Y-129610430D01* +X73203050Y-129619861D01* +X73209833Y-129628794D01* +X73216994Y-129637229D01* +X73224534Y-129645166D01* +X73232450Y-129652605D01* +X73240745Y-129659546D01* +X73249418Y-129665989D01* +X73255409Y-129670007D01* +X73264611Y-129675551D01* +X73273899Y-129680549D01* +X73283273Y-129685002D01* +X73292733Y-129688909D01* +X73302278Y-129692272D01* +X73311910Y-129695089D01* +X73321627Y-129697361D01* +X73331430Y-129699087D01* +X73341319Y-129700269D01* +X73351294Y-129700905D01* +X73357991Y-129701026D01* +X73372455Y-129700459D01* +X73386536Y-129698759D01* +X73400236Y-129695926D01* +X73413553Y-129691959D01* +X73426488Y-129686858D01* +X73439041Y-129680624D01* +X73451212Y-129673257D01* +X73463000Y-129664756D01* +X73470647Y-129658459D01* +X73478124Y-129651658D01* +X73485432Y-129644354D01* +X73492569Y-129636546D01* +X73499401Y-129628305D01* +X73505793Y-129619701D01* +X73511743Y-129610734D01* +X73517253Y-129601405D01* +X73522322Y-129591714D01* +X73526950Y-129581660D01* +X73531138Y-129571243D01* +X73534884Y-129560464D01* +X73538190Y-129549323D01* +X73541055Y-129537818D01* +X73543479Y-129525952D01* +X73545463Y-129513722D01* +X73547006Y-129501130D01* +X73548108Y-129488176D01* +X73548769Y-129474859D01* +X73548989Y-129461180D01* +X73548772Y-129448045D01* +X73548119Y-129435263D01* +X73547031Y-129422834D01* +X73545509Y-129410759D01* +X73543551Y-129399036D01* +X73541158Y-129387666D01* +X73538330Y-129376650D01* +X73535067Y-129365986D01* +X73531369Y-129355675D01* +X73527236Y-129345718D01* +X73522668Y-129336113D01* +X73517665Y-129326861D01* +X73512227Y-129317963D01* +X73506354Y-129309417D01* +X73500045Y-129301224D01* +X73493302Y-129293385D01* +X73486228Y-129285961D01* +X73478930Y-129279016D01* +X73471406Y-129272551D01* +X73463657Y-129266564D01* +X73451611Y-129258482D01* +X73439059Y-129251477D01* +X73426000Y-129245550D01* +X73412435Y-129240701D01* +X73398362Y-129236929D01* +X73388700Y-129235013D01* +X73378812Y-129233576D01* +X73368698Y-129232619D01* +X73358360Y-129232140D01* +X73353106Y-129232080D01* +X73342734Y-129232319D01* +X73332559Y-129233038D01* +X73322584Y-129234235D01* +X73312806Y-129235911D01* +X73303227Y-129238067D01* +X73289231Y-129242197D01* +X73275681Y-129247406D01* +X73262578Y-129253692D01* +X73249921Y-129261056D01* +X73241732Y-129266564D01* +X73233740Y-129272551D01* +X73225947Y-129279016D01* +X73218353Y-129285961D01* +X73210957Y-129293385D01* +X73203888Y-129301198D01* +X73197276Y-129309310D01* +X73191119Y-129317722D01* +X73185418Y-129326434D01* +X73180174Y-129335445D01* +X73175385Y-129344756D01* +X73171053Y-129354366D01* +X73167177Y-129364276D01* +X73163756Y-129374486D01* +X73160792Y-129384995D01* +X73158284Y-129395804D01* +X73156231Y-129406912D01* +X73154635Y-129418320D01* +X73153495Y-129430027D01* +X73152811Y-129442034D01* +X73152583Y-129454341D01* +X73018948Y-129454341D01* +X73018142Y-129448270D01* +X73016525Y-129434359D01* +X73015097Y-129420159D01* +X73013860Y-129405671D01* +X73012813Y-129390894D01* +X73011956Y-129375828D01* +X73011290Y-129360474D01* +X73010814Y-129344831D01* +X73010529Y-129328900D01* +X73010434Y-129312680D01* +X73010539Y-129294533D01* +X73010854Y-129276698D01* +X73011380Y-129259175D01* +X73012117Y-129241964D01* +X73013063Y-129225065D01* +X73014220Y-129208478D01* +X73015588Y-129192203D01* +X73017166Y-129176240D01* +X73018954Y-129160589D01* +X73020952Y-129145250D01* +X73023161Y-129130222D01* +X73025581Y-129115507D01* +X73028210Y-129101104D01* +X73031050Y-129087013D01* +X73034101Y-129073234D01* +X73037361Y-129059766D01* +X73040833Y-129046611D01* +X73044514Y-129033768D01* +X73048406Y-129021237D01* +X73052508Y-129009017D01* +X73056821Y-128997110D01* +X73061344Y-128985515D01* +X73066077Y-128974231D01* +X73071021Y-128963260D01* +X73076175Y-128952601D01* +X73081540Y-128942253D01* +X73087115Y-128932218D01* +X73092900Y-128922494D01* +X73098896Y-128913083D01* +X73105102Y-128903983D01* +X73111518Y-128895196D01* +X73118145Y-128886720D01* +X73130155Y-128872701D01* +X73142676Y-128859587D01* +X73155709Y-128847376D01* +X73169253Y-128836071D01* +X73183308Y-128825669D01* +X73197875Y-128816172D01* +X73212953Y-128807580D01* +X73228543Y-128799892D01* +X73244644Y-128793109D01* +X73261256Y-128787230D01* +X73278380Y-128782255D01* +X73296015Y-128778185D01* +X73314161Y-128775019D01* +X73332819Y-128772758D01* +X73351988Y-128771401D01* +X73361765Y-128771062D01* +X73371669Y-128770949D01* +X73386368Y-128771215D01* +G37* +D15* G36* -X79563968Y-107519434D02* +X79602265Y-109642690D02* G01* -X79573608Y-107519628D01* -X79582946Y-107519952D01* -X79591982Y-107520404D01* -X79600715Y-107520987D01* -X79609146Y-107521698D01* -X79617274Y-107522539D01* -X79625101Y-107523509D01* -X79632625Y-107524609D01* -X79639847Y-107525838D01* -X79646767Y-107527196D01* -X79653384Y-107528684D01* -X79659699Y-107530301D01* -X79665712Y-107532048D01* -X79671423Y-107533924D01* -X79676832Y-107535929D01* -X79684568Y-107539229D01* -X79692006Y-107542975D01* -X79699145Y-107547167D01* -X79705985Y-107551804D01* -X79712526Y-107556887D01* -X79718769Y-107562415D01* -X79724713Y-107568390D01* -X79730357Y-107574809D01* -X79735703Y-107581675D01* -X79739101Y-107586499D01* -X79742367Y-107591522D01* -X79743949Y-107594108D01* -X79747002Y-107599362D01* -X79749857Y-107604684D01* -X79752516Y-107610074D01* -X79754977Y-107615531D01* -X79757242Y-107621055D01* -X79759309Y-107626648D01* -X79761180Y-107632307D01* -X79762854Y-107638035D01* -X79764331Y-107643830D01* -X79765611Y-107649692D01* -X79766694Y-107655622D01* -X79767580Y-107661619D01* -X79768269Y-107667684D01* -X79768762Y-107673817D01* -X79769057Y-107680017D01* -X79769155Y-107686285D01* -X79768993Y-107694356D01* -X79768505Y-107702268D01* -X79767692Y-107710018D01* -X79766554Y-107717609D01* -X79765091Y-107725039D01* -X79763303Y-107732309D01* -X79761189Y-107739419D01* -X79758751Y-107746369D01* -X79755987Y-107753158D01* -X79752898Y-107759787D01* -X79749484Y-107766255D01* -X79745745Y-107772564D01* -X79741680Y-107778712D01* -X79737291Y-107784700D01* -X79732576Y-107790527D01* -X79727536Y-107796194D01* -X79722157Y-107801636D01* -X79716424Y-107806826D01* -X79710337Y-107811762D01* -X79703897Y-107816445D01* -X79697102Y-107820875D01* -X79689954Y-107825052D01* -X79682452Y-107828976D01* -X79674597Y-107832647D01* -X79666387Y-107836066D01* -X79657824Y-107839231D01* -X79648907Y-107842143D01* -X79639636Y-107844802D01* -X79630012Y-107847208D01* -X79620034Y-107849361D01* -X79609702Y-107851260D01* -X79599016Y-107852907D01* -X79604818Y-107855787D01* -X79610355Y-107858657D01* -X79615627Y-107861516D01* -X79622243Y-107865313D01* -X79628388Y-107869091D01* -X79634061Y-107872851D01* -X79639262Y-107876592D01* -X79643992Y-107880315D01* -X79647229Y-107883096D01* -X79651593Y-107887207D01* -X79655926Y-107891442D01* -X79660230Y-107895802D01* -X79664503Y-107900287D01* -X79668748Y-107904897D01* -X79672962Y-107909632D01* -X79677146Y-107914492D01* -X79681301Y-107919476D01* -X79685426Y-107924585D01* -X79689522Y-107929819D01* -X79693587Y-107935177D01* -X79697623Y-107940661D01* -X79701629Y-107946269D01* -X79705605Y-107952002D01* -X79709551Y-107957860D01* -X79713468Y-107963842D01* -X79818688Y-108129000D01* -X79718011Y-108129000D01* -X79638143Y-108002677D01* -X79633814Y-107995945D01* -X79629580Y-107989412D01* -X79625442Y-107983081D01* -X79621401Y-107976949D01* -X79617455Y-107971018D01* -X79613606Y-107965287D01* -X79609853Y-107959757D01* -X79606197Y-107954427D01* -X79602636Y-107949297D01* -X79599171Y-107944368D01* -X79594155Y-107937350D01* -X79589355Y-107930782D01* -X79584772Y-107924665D01* -X79580404Y-107919000D01* -X79576188Y-107913712D01* -X79572057Y-107908732D01* -X79568010Y-107904057D01* -X79564049Y-107899690D01* -X79558899Y-107894343D01* -X79553900Y-107889542D01* -X79549053Y-107885285D01* -X79544357Y-107881573D01* -X79539811Y-107878406D01* -X79534206Y-107874960D01* -X79528566Y-107871858D01* -X79522889Y-107869098D01* -X79517177Y-107866683D01* -X79511429Y-107864610D01* -X79505645Y-107862882D01* -X79503321Y-107862286D01* -X79496531Y-107861144D01* -X79490668Y-107860500D01* -X79483961Y-107859999D01* -X79477986Y-107859702D01* -X79471472Y-107859496D01* -X79464417Y-107859381D01* -X79458772Y-107859355D01* -X79366008Y-107859355D01* -X79366008Y-108129000D01* -X79286141Y-108129000D01* -X79286141Y-107587367D01* -X79366008Y-107587367D01* -X79366008Y-107791358D01* -X79537906Y-107791358D01* -X79544664Y-107791313D01* -X79551235Y-107791177D01* -X79557619Y-107790951D01* -X79563817Y-107790635D01* -X79569829Y-107790228D01* -X79578496Y-107789448D01* -X79586743Y-107788464D01* -X79594570Y-107787277D01* -X79601977Y-107785886D01* -X79608964Y-107784292D01* -X79615532Y-107782494D01* -X79621680Y-107780493D01* -X79623635Y-107779781D01* -X79629303Y-107777489D01* -X79634711Y-107774955D01* -X79641516Y-107771200D01* -X79647858Y-107767014D01* -X79653739Y-107762398D01* -X79659156Y-107757352D01* -X79664111Y-107751874D01* -X79668604Y-107745967D01* -X79670677Y-107742852D01* -X79674455Y-107736408D01* -X79677729Y-107729827D01* -X79680500Y-107723109D01* -X79682767Y-107716254D01* -X79684530Y-107709261D01* -X79685789Y-107702130D01* -X79686545Y-107694862D01* -X79686797Y-107687457D01* -X79686522Y-107679406D01* -X79685699Y-107671627D01* -X79684328Y-107664121D01* -X79682407Y-107656889D01* -X79679938Y-107649929D01* -X79676920Y-107643243D01* -X79673354Y-107636829D01* -X79669239Y-107630689D01* -X79664575Y-107624822D01* -X79659362Y-107619228D01* -X79655582Y-107615650D01* -X79649439Y-107610595D01* -X79642660Y-107606038D01* -X79635244Y-107601978D01* -X79627191Y-107598415D01* -X79621470Y-107596316D01* -X79615466Y-107594437D01* -X79609178Y-107592780D01* -X79602608Y-107591344D01* -X79595756Y-107590129D01* -X79588620Y-107589134D01* -X79581202Y-107588361D01* -X79573501Y-107587808D01* -X79565517Y-107587477D01* -X79557250Y-107587367D01* -X79366008Y-107587367D01* -X79286141Y-107587367D01* -X79286141Y-107519369D01* -X79554026Y-107519369D01* -X79563968Y-107519434D01* +X79611905Y-109642884D01* +X79621243Y-109643208D01* +X79630279Y-109643660D01* +X79639012Y-109644243D01* +X79647443Y-109644954D01* +X79655571Y-109645795D01* +X79663398Y-109646765D01* +X79670922Y-109647865D01* +X79678144Y-109649094D01* +X79685064Y-109650452D01* +X79691681Y-109651940D01* +X79697996Y-109653557D01* +X79704009Y-109655304D01* +X79709720Y-109657180D01* +X79715129Y-109659185D01* +X79722865Y-109662485D01* +X79730303Y-109666231D01* +X79737442Y-109670423D01* +X79744282Y-109675060D01* +X79750823Y-109680143D01* +X79757066Y-109685671D01* +X79763010Y-109691646D01* +X79768654Y-109698065D01* +X79774000Y-109704931D01* +X79777398Y-109709755D01* +X79780664Y-109714778D01* +X79782246Y-109717364D01* +X79785299Y-109722618D01* +X79788154Y-109727940D01* +X79790813Y-109733330D01* +X79793274Y-109738787D01* +X79795539Y-109744311D01* +X79797606Y-109749904D01* +X79799477Y-109755563D01* +X79801151Y-109761291D01* +X79802628Y-109767086D01* +X79803908Y-109772948D01* +X79804991Y-109778878D01* +X79805877Y-109784875D01* +X79806566Y-109790940D01* +X79807059Y-109797073D01* +X79807354Y-109803273D01* +X79807452Y-109809541D01* +X79807290Y-109817612D01* +X79806802Y-109825524D01* +X79805989Y-109833274D01* +X79804851Y-109840865D01* +X79803388Y-109848295D01* +X79801600Y-109855565D01* +X79799486Y-109862675D01* +X79797048Y-109869625D01* +X79794284Y-109876414D01* +X79791195Y-109883043D01* +X79787781Y-109889511D01* +X79784042Y-109895820D01* +X79779977Y-109901968D01* +X79775588Y-109907956D01* +X79770873Y-109913783D01* +X79765833Y-109919450D01* +X79760454Y-109924892D01* +X79754721Y-109930082D01* +X79748634Y-109935018D01* +X79742194Y-109939701D01* +X79735399Y-109944131D01* +X79728251Y-109948308D01* +X79720749Y-109952232D01* +X79712894Y-109955903D01* +X79704684Y-109959322D01* +X79696121Y-109962487D01* +X79687204Y-109965399D01* +X79677933Y-109968058D01* +X79668309Y-109970464D01* +X79658331Y-109972617D01* +X79647999Y-109974516D01* +X79637313Y-109976163D01* +X79643115Y-109979043D01* +X79648652Y-109981913D01* +X79653924Y-109984772D01* +X79660540Y-109988569D01* +X79666685Y-109992347D01* +X79672358Y-109996107D01* +X79677559Y-109999848D01* +X79682289Y-110003571D01* +X79685526Y-110006352D01* +X79689890Y-110010463D01* +X79694223Y-110014698D01* +X79698527Y-110019058D01* +X79702800Y-110023543D01* +X79707045Y-110028153D01* +X79711259Y-110032888D01* +X79715443Y-110037748D01* +X79719598Y-110042732D01* +X79723723Y-110047841D01* +X79727819Y-110053075D01* +X79731884Y-110058433D01* +X79735920Y-110063917D01* +X79739926Y-110069525D01* +X79743902Y-110075258D01* +X79747848Y-110081116D01* +X79751765Y-110087098D01* +X79856985Y-110252256D01* +X79756308Y-110252256D01* +X79676440Y-110125933D01* +X79672111Y-110119201D01* +X79667877Y-110112668D01* +X79663739Y-110106337D01* +X79659698Y-110100205D01* +X79655752Y-110094274D01* +X79651903Y-110088543D01* +X79648150Y-110083013D01* +X79644494Y-110077683D01* +X79640933Y-110072553D01* +X79637468Y-110067624D01* +X79632452Y-110060606D01* +X79627652Y-110054038D01* +X79623069Y-110047921D01* +X79618701Y-110042256D01* +X79614485Y-110036968D01* +X79610354Y-110031988D01* +X79606307Y-110027313D01* +X79602346Y-110022946D01* +X79597196Y-110017599D01* +X79592197Y-110012798D01* +X79587350Y-110008541D01* +X79582654Y-110004829D01* +X79578108Y-110001662D01* +X79572503Y-109998216D01* +X79566863Y-109995114D01* +X79561186Y-109992354D01* +X79555474Y-109989939D01* +X79549726Y-109987866D01* +X79543942Y-109986138D01* +X79541618Y-109985542D01* +X79534828Y-109984400D01* +X79528965Y-109983756D01* +X79522258Y-109983255D01* +X79516283Y-109982958D01* +X79509769Y-109982752D01* +X79502714Y-109982637D01* +X79497069Y-109982611D01* +X79404305Y-109982611D01* +X79404305Y-110252256D01* +X79324438Y-110252256D01* +X79324438Y-109710623D01* +X79404305Y-109710623D01* +X79404305Y-109914614D01* +X79576203Y-109914614D01* +X79582961Y-109914569D01* +X79589532Y-109914433D01* +X79595916Y-109914207D01* +X79602114Y-109913891D01* +X79608126Y-109913484D01* +X79616793Y-109912704D01* +X79625040Y-109911720D01* +X79632867Y-109910533D01* +X79640274Y-109909142D01* +X79647261Y-109907548D01* +X79653829Y-109905750D01* +X79659977Y-109903749D01* +X79661932Y-109903037D01* +X79667600Y-109900745D01* +X79673008Y-109898211D01* +X79679813Y-109894456D01* +X79686155Y-109890270D01* +X79692036Y-109885654D01* +X79697453Y-109880608D01* +X79702408Y-109875130D01* +X79706901Y-109869223D01* +X79708974Y-109866108D01* +X79712752Y-109859664D01* +X79716026Y-109853083D01* +X79718797Y-109846365D01* +X79721064Y-109839510D01* +X79722827Y-109832517D01* +X79724086Y-109825386D01* +X79724842Y-109818118D01* +X79725094Y-109810713D01* +X79724819Y-109802662D01* +X79723996Y-109794883D01* +X79722625Y-109787377D01* +X79720704Y-109780145D01* +X79718235Y-109773185D01* +X79715217Y-109766499D01* +X79711651Y-109760085D01* +X79707536Y-109753945D01* +X79702872Y-109748078D01* +X79697659Y-109742484D01* +X79693879Y-109738906D01* +X79687736Y-109733851D01* +X79680957Y-109729294D01* +X79673541Y-109725234D01* +X79665488Y-109721671D01* +X79659767Y-109719572D01* +X79653763Y-109717693D01* +X79647475Y-109716036D01* +X79640905Y-109714600D01* +X79634053Y-109713385D01* +X79626917Y-109712390D01* +X79619499Y-109711617D01* +X79611798Y-109711064D01* +X79603814Y-109710733D01* +X79595547Y-109710623D01* +X79404305Y-109710623D01* +X79324438Y-109710623D01* +X79324438Y-109642625D01* +X79592323Y-109642625D01* +X79602265Y-109642690D01* G37* G36* -X80250851Y-108058658D02* +X80289148Y-110181914D02* G01* -X80250851Y-108129000D01* -X79851368Y-108129000D01* -X79851342Y-108122327D01* -X79851633Y-108115719D01* -X79852240Y-108109175D01* -X79853163Y-108102695D01* -X79854401Y-108096279D01* -X79855956Y-108089927D01* -X79857827Y-108083639D01* -X79860014Y-108077415D01* -X79863059Y-108069761D01* -X79866423Y-108062129D01* -X79870106Y-108054521D01* -X79874110Y-108046936D01* -X79878432Y-108039374D01* -X79881491Y-108034346D01* -X79884692Y-108029328D01* -X79888035Y-108024320D01* -X79891520Y-108019323D01* -X79895147Y-108014336D01* -X79898916Y-108009359D01* -X79902827Y-108004392D01* -X79906880Y-107999436D01* -X79908960Y-107996962D01* -X79913272Y-107991949D01* -X79917817Y-107986841D01* -X79922596Y-107981636D01* -X79927608Y-107976336D01* -X79932854Y-107970939D01* -X79938333Y-107965445D01* -X79944046Y-107959856D01* -X79949993Y-107954170D01* -X79956173Y-107948389D01* -X79962587Y-107942511D01* -X79969234Y-107936537D01* -X79976115Y-107930467D01* -X79983229Y-107924300D01* -X79990577Y-107918038D01* -X79998158Y-107911679D01* -X80005973Y-107905224D01* -X80012066Y-107900165D01* -X80018033Y-107895172D01* -X80023876Y-107890244D01* -X80029595Y-107885383D01* -X80035188Y-107880588D01* -X80040656Y-107875860D01* -X80046000Y-107871197D01* -X80051219Y-107866600D01* -X80056313Y-107862070D01* -X80061283Y-107857605D01* -X80066127Y-107853207D01* -X80070847Y-107848875D01* -X80075442Y-107844609D01* -X80079912Y-107840409D01* -X80084258Y-107836275D01* -X80092574Y-107828206D01* -X80100392Y-107820402D01* -X80107710Y-107812861D01* -X80114529Y-107805586D01* -X80120848Y-107798574D01* -X80126669Y-107791827D01* -X80131991Y-107785345D01* -X80136813Y-107779127D01* -X80139037Y-107776117D01* -X80143242Y-107770184D01* -X80147177Y-107764291D01* -X80150840Y-107758437D01* -X80154232Y-107752624D01* -X80157352Y-107746851D01* -X80160201Y-107741118D01* -X80162779Y-107735425D01* -X80165085Y-107729772D01* -X80167120Y-107724160D01* -X80169664Y-107715815D01* -X80171597Y-107707562D01* -X80172920Y-107699398D01* -X80173632Y-107691324D01* -X80173768Y-107685992D01* -X80173490Y-107677762D01* -X80172655Y-107669780D01* -X80171264Y-107662045D01* -X80169317Y-107654558D01* -X80166813Y-107647317D01* -X80163753Y-107640325D01* -X80160136Y-107633579D01* -X80155963Y-107627080D01* -X80151233Y-107620829D01* -X80145947Y-107614826D01* -X80142114Y-107610960D01* -X80136039Y-107605487D01* -X80129629Y-107600552D01* -X80122884Y-107596155D01* -X80115805Y-107592296D01* -X80108390Y-107588976D01* -X80100641Y-107586195D01* -X80092556Y-107583952D01* -X80084137Y-107582247D01* -X80075383Y-107581080D01* -X80069361Y-107580602D01* -X80063190Y-107580362D01* -X80060049Y-107580332D01* -X80053428Y-107580463D01* -X80046974Y-107580857D01* -X80040687Y-107581512D01* -X80034568Y-107582430D01* -X80028616Y-107583610D01* -X80022831Y-107585052D01* -X80017213Y-107586756D01* -X80009099Y-107589804D01* -X80001362Y-107593441D01* -X79994000Y-107597669D01* -X79987015Y-107602487D01* -X79980406Y-107607894D01* -X79974173Y-107613891D01* -X79968433Y-107620412D01* -X79963251Y-107627388D01* -X79958624Y-107634820D01* -X79955849Y-107640028D01* -X79953321Y-107645439D01* -X79951040Y-107651052D01* -X79949007Y-107656868D01* -X79947221Y-107662887D01* -X79945682Y-107669108D01* -X79944391Y-107675532D01* -X79943347Y-107682159D01* -X79942550Y-107688988D01* -X79942000Y-107696020D01* -X79941698Y-107703255D01* -X79941640Y-107706948D01* -X79865436Y-107698888D01* -X79866576Y-107688097D01* -X79868055Y-107677632D01* -X79869873Y-107667493D01* -X79872030Y-107657681D01* -X79874526Y-107648195D01* -X79877361Y-107639035D01* -X79880535Y-107630202D01* -X79884047Y-107621695D01* -X79887899Y-107613514D01* -X79892089Y-107605660D01* -X79896618Y-107598131D01* -X79901486Y-107590929D01* -X79906693Y-107584054D01* -X79912239Y-107577504D01* -X79918124Y-107571281D01* -X79924347Y-107565385D01* -X79930877Y-107559813D01* -X79937681Y-107554600D01* -X79944758Y-107549747D01* -X79952109Y-107545253D01* -X79959733Y-107541119D01* -X79967631Y-107537344D01* -X79975803Y-107533929D01* -X79984248Y-107530873D01* -X79992967Y-107528177D01* -X80001959Y-107525840D01* -X80011225Y-107523863D01* -X80020765Y-107522245D01* -X80030579Y-107520987D01* -X80040666Y-107520088D01* -X80051026Y-107519549D01* -X80061661Y-107519369D01* -X80072382Y-107519559D01* -X80082820Y-107520127D01* -X80092976Y-107521075D01* -X80102849Y-107522401D01* -X80112439Y-107524106D01* -X80121747Y-107526191D01* -X80130771Y-107528654D01* -X80139513Y-107531496D01* -X80147972Y-107534717D01* -X80156148Y-107538317D01* -X80164042Y-107542296D01* -X80171652Y-107546654D01* -X80178980Y-107551391D01* -X80186025Y-107556507D01* -X80192788Y-107562002D01* -X80199267Y-107567876D01* -X80205407Y-107574030D01* -X80211151Y-107580364D01* -X80216499Y-107586880D01* -X80221450Y-107593576D01* -X80226006Y-107600454D01* -X80230165Y-107607512D01* -X80233929Y-107614751D01* -X80237296Y-107622171D01* -X80240267Y-107629772D01* -X80242841Y-107637554D01* -X80245020Y-107645517D01* -X80246803Y-107653660D01* -X80248189Y-107661985D01* -X80249180Y-107670490D01* -X80249774Y-107679176D01* -X80249972Y-107688043D01* -X80249842Y-107694875D01* -X80249451Y-107701686D01* -X80248801Y-107708476D01* -X80247890Y-107715246D01* -X80246720Y-107721995D01* -X80245289Y-107728724D01* -X80243598Y-107735432D01* -X80241646Y-107742119D01* -X80239435Y-107748786D01* -X80236963Y-107755432D01* -X80235171Y-107759851D01* -X80232223Y-107766479D01* -X80228930Y-107773174D01* -X80225292Y-107779936D01* -X80221308Y-107786765D01* -X80216980Y-107793661D01* -X80212306Y-107800624D01* -X80207287Y-107807654D01* -X80203750Y-107812377D01* -X80200058Y-107817131D01* -X80196214Y-107821914D01* -X80192216Y-107826728D01* -X80188065Y-107831570D01* -X80185931Y-107834003D01* -X80181449Y-107838989D01* -X80176610Y-107844202D01* -X80171415Y-107849641D01* -X80165864Y-107855307D01* -X80159957Y-107861200D01* -X80153694Y-107867319D01* -X80147074Y-107873665D01* -X80140099Y-107880238D01* -X80132768Y-107887038D01* -X80125081Y-107894064D01* -X80117037Y-107901317D01* -X80108638Y-107908796D01* -X80099882Y-107916502D01* -X80095371Y-107920441D01* -X80090771Y-107924435D01* -X80086081Y-107928487D01* -X80081303Y-107932595D01* -X80076436Y-107936760D01* -X80071479Y-107940981D01* -X80063330Y-107947928D01* -X80055554Y-107954589D01* -X80048149Y-107960966D01* -X80041117Y-107967057D01* -X80034456Y-107972864D01* -X80028168Y-107978385D01* -X80022252Y-107983621D01* -X80016708Y-107988572D01* -X80011536Y-107993238D01* -X80006736Y-107997619D01* -X80002308Y-108001715D01* -X79996364Y-108007324D01* -X79991257Y-108012292D01* -X79986987Y-108016618D01* -X79985750Y-108017918D01* -X79981127Y-108022978D01* -X79976710Y-108028048D01* -X79972499Y-108033127D01* -X79968494Y-108038214D01* -X79964695Y-108043311D01* -X79961103Y-108048418D01* -X79957716Y-108053533D01* -X79954536Y-108058658D01* -X80250851Y-108058658D01* +X80289148Y-110252256D01* +X79889665Y-110252256D01* +X79889639Y-110245583D01* +X79889930Y-110238975D01* +X79890537Y-110232431D01* +X79891460Y-110225951D01* +X79892698Y-110219535D01* +X79894253Y-110213183D01* +X79896124Y-110206895D01* +X79898311Y-110200671D01* +X79901356Y-110193017D01* +X79904720Y-110185385D01* +X79908403Y-110177777D01* +X79912407Y-110170192D01* +X79916729Y-110162630D01* +X79919788Y-110157602D01* +X79922989Y-110152584D01* +X79926332Y-110147576D01* +X79929817Y-110142579D01* +X79933444Y-110137592D01* +X79937213Y-110132615D01* +X79941124Y-110127648D01* +X79945177Y-110122692D01* +X79947257Y-110120218D01* +X79951569Y-110115205D01* +X79956114Y-110110097D01* +X79960893Y-110104892D01* +X79965905Y-110099592D01* +X79971151Y-110094195D01* +X79976630Y-110088701D01* +X79982343Y-110083112D01* +X79988290Y-110077426D01* +X79994470Y-110071645D01* +X80000884Y-110065767D01* +X80007531Y-110059793D01* +X80014412Y-110053723D01* +X80021526Y-110047556D01* +X80028874Y-110041294D01* +X80036455Y-110034935D01* +X80044270Y-110028480D01* +X80050363Y-110023421D01* +X80056330Y-110018428D01* +X80062173Y-110013500D01* +X80067892Y-110008639D01* +X80073485Y-110003844D01* +X80078953Y-109999116D01* +X80084297Y-109994453D01* +X80089516Y-109989856D01* +X80094610Y-109985326D01* +X80099580Y-109980861D01* +X80104424Y-109976463D01* +X80109144Y-109972131D01* +X80113739Y-109967865D01* +X80118209Y-109963665D01* +X80122555Y-109959531D01* +X80130871Y-109951462D01* +X80138689Y-109943658D01* +X80146007Y-109936117D01* +X80152826Y-109928842D01* +X80159145Y-109921830D01* +X80164966Y-109915083D01* +X80170288Y-109908601D01* +X80175110Y-109902383D01* +X80177334Y-109899373D01* +X80181539Y-109893440D01* +X80185474Y-109887547D01* +X80189137Y-109881693D01* +X80192529Y-109875880D01* +X80195649Y-109870107D01* +X80198498Y-109864374D01* +X80201076Y-109858681D01* +X80203382Y-109853028D01* +X80205417Y-109847416D01* +X80207961Y-109839071D01* +X80209894Y-109830818D01* +X80211217Y-109822654D01* +X80211929Y-109814580D01* +X80212065Y-109809248D01* +X80211787Y-109801018D01* +X80210952Y-109793036D01* +X80209561Y-109785301D01* +X80207614Y-109777814D01* +X80205110Y-109770573D01* +X80202050Y-109763581D01* +X80198433Y-109756835D01* +X80194260Y-109750336D01* +X80189530Y-109744085D01* +X80184244Y-109738082D01* +X80180411Y-109734216D01* +X80174336Y-109728743D01* +X80167926Y-109723808D01* +X80161181Y-109719411D01* +X80154102Y-109715552D01* +X80146687Y-109712232D01* +X80138938Y-109709451D01* +X80130853Y-109707208D01* +X80122434Y-109705503D01* +X80113680Y-109704336D01* +X80107658Y-109703858D01* +X80101487Y-109703618D01* +X80098346Y-109703588D01* +X80091725Y-109703719D01* +X80085271Y-109704113D01* +X80078984Y-109704768D01* +X80072865Y-109705686D01* +X80066913Y-109706866D01* +X80061128Y-109708308D01* +X80055510Y-109710012D01* +X80047396Y-109713060D01* +X80039659Y-109716697D01* +X80032297Y-109720925D01* +X80025312Y-109725743D01* +X80018703Y-109731150D01* +X80012470Y-109737147D01* +X80006730Y-109743668D01* +X80001548Y-109750644D01* +X79996921Y-109758076D01* +X79994146Y-109763284D01* +X79991618Y-109768695D01* +X79989337Y-109774308D01* +X79987304Y-109780124D01* +X79985518Y-109786143D01* +X79983979Y-109792364D01* +X79982688Y-109798788D01* +X79981644Y-109805415D01* +X79980847Y-109812244D01* +X79980297Y-109819276D01* +X79979995Y-109826511D01* +X79979937Y-109830204D01* +X79903733Y-109822144D01* +X79904873Y-109811353D01* +X79906352Y-109800888D01* +X79908170Y-109790749D01* +X79910327Y-109780937D01* +X79912823Y-109771451D01* +X79915658Y-109762291D01* +X79918832Y-109753458D01* +X79922344Y-109744951D01* +X79926196Y-109736770D01* +X79930386Y-109728916D01* +X79934915Y-109721387D01* +X79939783Y-109714185D01* +X79944990Y-109707310D01* +X79950536Y-109700760D01* +X79956421Y-109694537D01* +X79962644Y-109688641D01* +X79969174Y-109683069D01* +X79975978Y-109677856D01* +X79983055Y-109673003D01* +X79990406Y-109668509D01* +X79998030Y-109664375D01* +X80005928Y-109660600D01* +X80014100Y-109657185D01* +X80022545Y-109654129D01* +X80031264Y-109651433D01* +X80040256Y-109649096D01* +X80049522Y-109647119D01* +X80059062Y-109645501D01* +X80068876Y-109644243D01* +X80078963Y-109643344D01* +X80089323Y-109642805D01* +X80099958Y-109642625D01* +X80110679Y-109642815D01* +X80121117Y-109643383D01* +X80131273Y-109644331D01* +X80141146Y-109645657D01* +X80150736Y-109647362D01* +X80160044Y-109649447D01* +X80169068Y-109651910D01* +X80177810Y-109654752D01* +X80186269Y-109657973D01* +X80194445Y-109661573D01* +X80202339Y-109665552D01* +X80209949Y-109669910D01* +X80217277Y-109674647D01* +X80224322Y-109679763D01* +X80231085Y-109685258D01* +X80237564Y-109691132D01* +X80243704Y-109697286D01* +X80249448Y-109703620D01* +X80254796Y-109710136D01* +X80259747Y-109716832D01* +X80264303Y-109723710D01* +X80268462Y-109730768D01* +X80272226Y-109738007D01* +X80275593Y-109745427D01* +X80278564Y-109753028D01* +X80281138Y-109760810D01* +X80283317Y-109768773D01* +X80285100Y-109776916D01* +X80286486Y-109785241D01* +X80287477Y-109793746D01* +X80288071Y-109802432D01* +X80288269Y-109811299D01* +X80288139Y-109818131D01* +X80287748Y-109824942D01* +X80287098Y-109831732D01* +X80286187Y-109838502D01* +X80285017Y-109845251D01* +X80283586Y-109851980D01* +X80281895Y-109858688D01* +X80279943Y-109865375D01* +X80277732Y-109872042D01* +X80275260Y-109878688D01* +X80273468Y-109883107D01* +X80270520Y-109889735D01* +X80267227Y-109896430D01* +X80263589Y-109903192D01* +X80259605Y-109910021D01* +X80255277Y-109916917D01* +X80250603Y-109923880D01* +X80245584Y-109930910D01* +X80242047Y-109935633D01* +X80238355Y-109940387D01* +X80234511Y-109945170D01* +X80230513Y-109949984D01* +X80226362Y-109954826D01* +X80224228Y-109957259D01* +X80219746Y-109962245D01* +X80214907Y-109967458D01* +X80209712Y-109972897D01* +X80204161Y-109978563D01* +X80198254Y-109984456D01* +X80191991Y-109990575D01* +X80185371Y-109996921D01* +X80178396Y-110003494D01* +X80171065Y-110010294D01* +X80163378Y-110017320D01* +X80155334Y-110024573D01* +X80146935Y-110032052D01* +X80138179Y-110039758D01* +X80133668Y-110043697D01* +X80129068Y-110047691D01* +X80124378Y-110051743D01* +X80119600Y-110055851D01* +X80114733Y-110060016D01* +X80109776Y-110064237D01* +X80101627Y-110071184D01* +X80093851Y-110077845D01* +X80086446Y-110084222D01* +X80079414Y-110090313D01* +X80072753Y-110096120D01* +X80066465Y-110101641D01* +X80060549Y-110106877D01* +X80055005Y-110111828D01* +X80049833Y-110116494D01* +X80045033Y-110120875D01* +X80040605Y-110124971D01* +X80034661Y-110130580D01* +X80029554Y-110135548D01* +X80025284Y-110139874D01* +X80024047Y-110141174D01* +X80019424Y-110146234D01* +X80015007Y-110151304D01* +X80010796Y-110156383D01* +X80006791Y-110161470D01* +X80002992Y-110166567D01* +X79999400Y-110171674D01* +X79996013Y-110176789D01* +X79992833Y-110181914D01* +X80289148Y-110181914D01* G37* G36* -X80531073Y-107519446D02* +X80569370Y-109642702D02* G01* -X80537014Y-107519676D01* -X80545749Y-107520309D01* -X80554273Y-107521287D01* -X80562586Y-107522610D01* -X80570687Y-107524279D01* -X80578577Y-107526292D01* -X80586256Y-107528651D01* -X80593724Y-107531355D01* -X80600981Y-107534404D01* -X80608026Y-107537798D01* -X80610328Y-107539006D01* -X80617111Y-107542842D01* -X80623668Y-107546983D01* -X80629998Y-107551432D01* -X80636101Y-107556187D01* -X80641978Y-107561248D01* -X80647628Y-107566616D01* -X80653052Y-107572291D01* -X80658248Y-107578272D01* -X80663218Y-107584559D01* -X80667961Y-107591153D01* -X80670998Y-107595720D01* -X80675386Y-107602787D01* -X80679595Y-107610140D01* -X80683623Y-107617779D01* -X80687470Y-107625704D01* -X80689935Y-107631147D01* -X80692320Y-107636716D01* -X80694625Y-107642412D01* -X80696849Y-107648236D01* -X80698994Y-107654186D01* -X80701058Y-107660264D01* -X80703042Y-107666469D01* -X80704946Y-107672800D01* -X80706770Y-107679259D01* -X80708513Y-107685845D01* -X80710164Y-107692621D01* -X80711708Y-107699687D01* -X80713145Y-107707042D01* -X80714476Y-107714687D01* -X80715700Y-107722622D01* -X80716818Y-107730846D01* -X80717830Y-107739360D01* -X80718735Y-107748164D01* -X80719533Y-107757257D01* -X80720226Y-107766640D01* -X80720811Y-107776313D01* -X80721290Y-107786275D01* -X80721663Y-107796527D01* -X80721929Y-107807068D01* -X80722089Y-107817900D01* -X80722142Y-107829020D01* -X80722121Y-107835648D01* -X80722057Y-107842196D01* -X80721950Y-107848663D01* -X80721801Y-107855051D01* -X80721609Y-107861358D01* -X80721374Y-107867585D01* -X80721097Y-107873732D01* -X80720777Y-107879799D01* -X80720415Y-107885785D01* -X80720010Y-107891692D01* -X80719072Y-107903264D01* -X80717963Y-107914516D01* -X80716683Y-107925448D01* -X80715233Y-107936058D01* -X80713613Y-107946349D01* -X80711822Y-107956318D01* -X80709860Y-107965967D01* -X80707727Y-107975296D01* -X80705424Y-107984304D01* -X80702951Y-107992991D01* -X80700307Y-108001358D01* -X80697493Y-108009430D01* -X80694509Y-108017270D01* -X80691356Y-108024877D01* -X80688034Y-108032252D01* -X80684542Y-108039394D01* -X80680880Y-108046304D01* -X80677050Y-108052982D01* -X80673049Y-108059427D01* -X80668880Y-108065640D01* -X80664540Y-108071620D01* -X80660032Y-108077368D01* -X80655354Y-108082883D01* -X80650506Y-108088166D01* -X80645490Y-108093217D01* -X80640303Y-108098035D01* -X80634947Y-108102621D01* -X80629418Y-108106951D01* -X80623709Y-108111002D01* -X80617822Y-108114773D01* -X80611757Y-108118265D01* -X80605512Y-108121478D01* -X80599090Y-108124411D01* -X80592488Y-108127065D01* -X80585708Y-108129439D01* -X80578749Y-108131534D01* -X80571612Y-108133350D01* -X80564296Y-108134887D01* -X80556802Y-108136144D01* -X80549129Y-108137121D01* -X80541277Y-108137820D01* -X80533247Y-108138239D01* -X80525038Y-108138378D01* -X80514267Y-108138133D01* -X80503789Y-108137396D01* -X80493604Y-108136168D01* -X80483712Y-108134449D01* -X80474113Y-108132239D01* -X80464808Y-108129538D01* -X80455795Y-108126345D01* -X80447076Y-108122661D01* -X80438649Y-108118487D01* -X80430516Y-108113821D01* -X80422676Y-108108663D01* -X80415129Y-108103015D01* -X80407875Y-108096876D01* -X80400914Y-108090245D01* -X80394246Y-108083123D01* -X80387871Y-108075510D01* -X80384193Y-108070691D01* -X80380631Y-108065686D01* -X80377186Y-108060495D01* -X80373858Y-108055118D01* -X80370646Y-108049554D01* -X80367552Y-108043805D01* -X80364574Y-108037870D01* -X80361713Y-108031748D01* -X80358969Y-108025441D01* -X80356341Y-108018947D01* -X80353830Y-108012268D01* -X80351436Y-108005402D01* -X80349159Y-107998350D01* -X80346999Y-107991113D01* -X80344955Y-107983689D01* -X80343028Y-107976079D01* -X80341218Y-107968283D01* -X80339525Y-107960301D01* -X80337948Y-107952133D01* -X80336489Y-107943779D01* -X80335146Y-107935239D01* -X80333920Y-107926513D01* -X80332810Y-107917601D01* -X80331818Y-107908503D01* -X80330942Y-107899219D01* -X80330183Y-107889749D01* -X80329540Y-107880092D01* -X80329015Y-107870250D01* -X80328606Y-107860222D01* -X80328314Y-107850007D01* -X80328139Y-107839607D01* -X80328081Y-107829020D01* -X80328081Y-107828874D01* -X80404284Y-107828874D01* -X80404319Y-107838119D01* -X80404421Y-107847168D01* -X80404591Y-107856022D01* -X80404829Y-107864681D01* -X80405136Y-107873145D01* -X80405511Y-107881414D01* -X80405953Y-107889487D01* -X80406464Y-107897366D01* -X80407043Y-107905049D01* -X80407691Y-107912537D01* -X80408406Y-107919829D01* -X80409189Y-107926927D01* -X80410041Y-107933829D01* -X80410960Y-107940536D01* -X80411948Y-107947048D01* -X80413004Y-107953364D01* -X80414128Y-107959486D01* -X80415320Y-107965412D01* -X80416580Y-107971143D01* -X80419305Y-107982020D01* -X80422302Y-107992115D01* -X80425572Y-108001430D01* -X80429115Y-108009964D01* -X80432929Y-108017717D01* -X80437017Y-108024690D01* -X80439162Y-108027883D01* -X80443585Y-108033881D01* -X80448134Y-108039492D01* -X80452808Y-108044716D01* -X80457609Y-108049553D01* -X80462535Y-108054004D01* -X80467588Y-108058067D01* -X80472766Y-108061743D01* -X80478070Y-108065032D01* -X80483500Y-108067935D01* -X80489057Y-108070450D01* -X80494739Y-108072578D01* -X80500547Y-108074320D01* -X80506481Y-108075674D01* -X80512541Y-108076641D01* -X80518726Y-108077222D01* -X80525038Y-108077415D01* -X80531368Y-108077221D01* -X80537570Y-108076639D01* -X80543645Y-108075669D01* -X80549594Y-108074310D01* -X80555415Y-108072564D01* -X80561109Y-108070429D01* -X80566676Y-108067907D01* -X80572116Y-108064996D01* -X80577429Y-108061697D01* -X80582615Y-108058010D01* -X80587673Y-108053934D01* -X80592605Y-108049471D01* -X80597409Y-108044620D01* -X80602087Y-108039380D01* -X80606637Y-108033752D01* -X80611060Y-108027736D01* -X80615284Y-108021138D01* -X80619235Y-108013762D01* -X80622913Y-108005609D01* -X80626320Y-107996678D01* -X80629453Y-107986970D01* -X80632314Y-107976484D01* -X80634903Y-107965222D01* -X80636095Y-107959299D01* -X80637219Y-107953181D01* -X80638275Y-107946870D01* -X80639262Y-107940364D01* -X80640182Y-107933663D01* -X80641034Y-107926769D01* -X80641817Y-107919680D01* -X80642532Y-107912396D01* -X80643179Y-107904919D01* -X80643758Y-107897247D01* -X80644269Y-107889380D01* -X80644712Y-107881320D01* -X80645087Y-107873064D01* -X80645393Y-107864615D01* -X80645632Y-107855971D01* -X80645802Y-107847133D01* -X80645904Y-107838101D01* -X80645938Y-107828874D01* -X80645904Y-107819602D01* -X80645802Y-107810528D01* -X80645632Y-107801649D01* -X80645393Y-107792968D01* -X80645087Y-107784483D01* -X80644712Y-107776195D01* -X80644269Y-107768103D01* -X80643758Y-107760208D01* -X80643179Y-107752510D01* -X80642532Y-107745008D01* -X80641817Y-107737703D01* -X80641034Y-107730594D01* -X80640182Y-107723683D01* -X80639262Y-107716967D01* -X80638275Y-107710449D01* -X80637219Y-107704127D01* -X80636095Y-107698002D01* -X80634903Y-107692073D01* -X80633643Y-107686341D01* -X80630918Y-107675467D01* -X80627920Y-107665379D01* -X80624651Y-107656078D01* -X80621108Y-107647564D01* -X80617294Y-107639836D01* -X80613206Y-107632894D01* -X80611060Y-107629718D01* -X80606634Y-107623738D01* -X80602075Y-107618143D01* -X80597384Y-107612935D01* -X80592559Y-107608112D01* -X80587602Y-107603675D01* -X80582512Y-107599624D01* -X80577289Y-107595958D01* -X80571933Y-107592679D01* -X80566444Y-107589785D01* -X80560823Y-107587277D01* -X80555069Y-107585155D01* -X80549182Y-107583419D01* -X80543162Y-107582069D01* -X80537009Y-107581104D01* -X80530724Y-107580525D01* -X80524305Y-107580332D01* -X80517993Y-107580502D01* -X80511842Y-107581012D01* -X80505853Y-107581863D01* -X80500025Y-107583053D01* -X80494358Y-107584583D01* -X80486161Y-107587516D01* -X80478327Y-107591213D01* -X80470856Y-107595676D01* -X80466077Y-107599077D01* -X80461460Y-107602817D01* -X80457004Y-107606897D01* -X80452709Y-107611318D01* -X80448576Y-107616078D01* -X80444605Y-107621179D01* -X80442679Y-107623856D01* -X80438030Y-107631166D01* -X80433681Y-107639209D01* -X80429631Y-107647987D01* -X80425882Y-107657498D01* -X80422432Y-107667743D01* -X80419282Y-107678722D01* -X80417820Y-107684486D01* -X80416433Y-107690435D01* -X80415121Y-107696566D01* -X80413883Y-107702881D01* -X80412721Y-107709380D01* -X80411633Y-107716062D01* -X80410621Y-107722927D01* -X80409684Y-107729976D01* -X80408821Y-107737209D01* -X80408034Y-107744624D01* -X80407322Y-107752224D01* -X80406684Y-107760007D01* -X80406122Y-107767973D01* -X80405634Y-107776123D01* -X80405222Y-107784456D01* -X80404884Y-107792972D01* -X80404622Y-107801673D01* -X80404434Y-107810556D01* -X80404322Y-107819623D01* -X80404284Y-107828874D01* -X80328081Y-107828874D01* -X80328102Y-107822348D01* -X80328167Y-107815757D01* -X80328274Y-107809248D01* -X80328424Y-107802821D01* -X80328617Y-107796476D01* -X80328853Y-107790212D01* -X80329133Y-107784031D01* -X80329455Y-107777931D01* -X80329819Y-107771913D01* -X80330227Y-107765977D01* -X80330678Y-107760123D01* -X80331709Y-107748660D01* -X80332911Y-107737525D01* -X80334285Y-107726718D01* -X80335830Y-107716237D01* -X80337547Y-107706084D01* -X80339437Y-107696259D01* -X80341497Y-107686761D01* -X80343730Y-107677590D01* -X80346134Y-107668747D01* -X80348710Y-107660232D01* -X80350063Y-107656096D01* -X80352912Y-107648008D01* -X80355927Y-107640155D01* -X80359108Y-107632538D01* -X80362455Y-107625157D01* -X80365968Y-107618012D01* -X80369647Y-107611102D01* -X80373492Y-107604429D01* -X80377503Y-107597991D01* -X80381680Y-107591789D01* -X80386023Y-107585823D01* -X80390533Y-107580093D01* -X80395208Y-107574599D01* -X80400049Y-107569340D01* -X80405056Y-107564318D01* -X80410229Y-107559531D01* -X80415568Y-107554980D01* -X80421097Y-107550668D01* -X80426800Y-107546634D01* -X80432678Y-107542878D01* -X80438732Y-107539400D01* -X80444961Y-107536201D01* -X80451365Y-107533280D01* -X80457944Y-107530637D01* -X80464698Y-107528272D01* -X80471627Y-107526185D01* -X80478732Y-107524377D01* -X80486012Y-107522847D01* -X80493467Y-107521595D01* -X80501097Y-107520621D01* -X80508902Y-107519926D01* -X80516883Y-107519508D01* -X80525038Y-107519369D01* -X80531073Y-107519446D01* +X80575311Y-109642932D01* +X80584046Y-109643565D01* +X80592570Y-109644543D01* +X80600883Y-109645866D01* +X80608984Y-109647535D01* +X80616874Y-109649548D01* +X80624553Y-109651907D01* +X80632021Y-109654611D01* +X80639278Y-109657660D01* +X80646323Y-109661054D01* +X80648625Y-109662262D01* +X80655408Y-109666098D01* +X80661965Y-109670239D01* +X80668295Y-109674688D01* +X80674398Y-109679443D01* +X80680275Y-109684504D01* +X80685925Y-109689872D01* +X80691349Y-109695547D01* +X80696545Y-109701528D01* +X80701515Y-109707815D01* +X80706258Y-109714409D01* +X80709295Y-109718976D01* +X80713683Y-109726043D01* +X80717892Y-109733396D01* +X80721920Y-109741035D01* +X80725767Y-109748960D01* +X80728232Y-109754403D01* +X80730617Y-109759972D01* +X80732922Y-109765668D01* +X80735146Y-109771492D01* +X80737291Y-109777442D01* +X80739355Y-109783520D01* +X80741339Y-109789725D01* +X80743243Y-109796056D01* +X80745067Y-109802515D01* +X80746810Y-109809101D01* +X80748461Y-109815877D01* +X80750005Y-109822943D01* +X80751442Y-109830298D01* +X80752773Y-109837943D01* +X80753997Y-109845878D01* +X80755115Y-109854102D01* +X80756127Y-109862616D01* +X80757032Y-109871420D01* +X80757830Y-109880513D01* +X80758523Y-109889896D01* +X80759108Y-109899569D01* +X80759587Y-109909531D01* +X80759960Y-109919783D01* +X80760226Y-109930324D01* +X80760386Y-109941156D01* +X80760439Y-109952276D01* +X80760418Y-109958904D01* +X80760354Y-109965452D01* +X80760247Y-109971919D01* +X80760098Y-109978307D01* +X80759906Y-109984614D01* +X80759671Y-109990841D01* +X80759394Y-109996988D01* +X80759074Y-110003055D01* +X80758712Y-110009041D01* +X80758307Y-110014948D01* +X80757369Y-110026520D01* +X80756260Y-110037772D01* +X80754980Y-110048704D01* +X80753530Y-110059314D01* +X80751910Y-110069605D01* +X80750119Y-110079574D01* +X80748157Y-110089223D01* +X80746024Y-110098552D01* +X80743721Y-110107560D01* +X80741248Y-110116247D01* +X80738604Y-110124614D01* +X80735790Y-110132686D01* +X80732806Y-110140526D01* +X80729653Y-110148133D01* +X80726331Y-110155508D01* +X80722839Y-110162650D01* +X80719177Y-110169560D01* +X80715347Y-110176238D01* +X80711346Y-110182683D01* +X80707177Y-110188896D01* +X80702837Y-110194876D01* +X80698329Y-110200624D01* +X80693651Y-110206139D01* +X80688803Y-110211422D01* +X80683787Y-110216473D01* +X80678600Y-110221291D01* +X80673244Y-110225877D01* +X80667715Y-110230207D01* +X80662006Y-110234258D01* +X80656119Y-110238029D01* +X80650054Y-110241521D01* +X80643809Y-110244734D01* +X80637387Y-110247667D01* +X80630785Y-110250321D01* +X80624005Y-110252695D01* +X80617046Y-110254790D01* +X80609909Y-110256606D01* +X80602593Y-110258143D01* +X80595099Y-110259400D01* +X80587426Y-110260377D01* +X80579574Y-110261076D01* +X80571544Y-110261495D01* +X80563335Y-110261634D01* +X80552564Y-110261389D01* +X80542086Y-110260652D01* +X80531901Y-110259424D01* +X80522009Y-110257705D01* +X80512410Y-110255495D01* +X80503105Y-110252794D01* +X80494092Y-110249601D01* +X80485373Y-110245917D01* +X80476946Y-110241743D01* +X80468813Y-110237077D01* +X80460973Y-110231919D01* +X80453426Y-110226271D01* +X80446172Y-110220132D01* +X80439211Y-110213501D01* +X80432543Y-110206379D01* +X80426168Y-110198766D01* +X80422490Y-110193947D01* +X80418928Y-110188942D01* +X80415483Y-110183751D01* +X80412155Y-110178374D01* +X80408943Y-110172810D01* +X80405849Y-110167061D01* +X80402871Y-110161126D01* +X80400010Y-110155004D01* +X80397266Y-110148697D01* +X80394638Y-110142203D01* +X80392127Y-110135524D01* +X80389733Y-110128658D01* +X80387456Y-110121606D01* +X80385296Y-110114369D01* +X80383252Y-110106945D01* +X80381325Y-110099335D01* +X80379515Y-110091539D01* +X80377822Y-110083557D01* +X80376245Y-110075389D01* +X80374786Y-110067035D01* +X80373443Y-110058495D01* +X80372217Y-110049769D01* +X80371107Y-110040857D01* +X80370115Y-110031759D01* +X80369239Y-110022475D01* +X80368480Y-110013005D01* +X80367837Y-110003348D01* +X80367312Y-109993506D01* +X80366903Y-109983478D01* +X80366611Y-109973263D01* +X80366436Y-109962863D01* +X80366378Y-109952276D01* +X80366378Y-109952130D01* +X80442581Y-109952130D01* +X80442616Y-109961375D01* +X80442718Y-109970424D01* +X80442888Y-109979278D01* +X80443126Y-109987937D01* +X80443433Y-109996401D01* +X80443808Y-110004670D01* +X80444250Y-110012743D01* +X80444761Y-110020622D01* +X80445340Y-110028305D01* +X80445988Y-110035793D01* +X80446703Y-110043085D01* +X80447486Y-110050183D01* +X80448338Y-110057085D01* +X80449257Y-110063792D01* +X80450245Y-110070304D01* +X80451301Y-110076620D01* +X80452425Y-110082742D01* +X80453617Y-110088668D01* +X80454877Y-110094399D01* +X80457602Y-110105276D01* +X80460599Y-110115371D01* +X80463869Y-110124686D01* +X80467412Y-110133220D01* +X80471226Y-110140973D01* +X80475314Y-110147946D01* +X80477459Y-110151139D01* +X80481882Y-110157137D01* +X80486431Y-110162748D01* +X80491105Y-110167972D01* +X80495906Y-110172809D01* +X80500832Y-110177260D01* +X80505885Y-110181323D01* +X80511063Y-110184999D01* +X80516367Y-110188288D01* +X80521797Y-110191191D01* +X80527354Y-110193706D01* +X80533036Y-110195834D01* +X80538844Y-110197576D01* +X80544778Y-110198930D01* +X80550838Y-110199897D01* +X80557023Y-110200478D01* +X80563335Y-110200671D01* +X80569665Y-110200477D01* +X80575867Y-110199895D01* +X80581942Y-110198925D01* +X80587891Y-110197566D01* +X80593712Y-110195820D01* +X80599406Y-110193685D01* +X80604973Y-110191163D01* +X80610413Y-110188252D01* +X80615726Y-110184953D01* +X80620912Y-110181266D01* +X80625970Y-110177190D01* +X80630902Y-110172727D01* +X80635706Y-110167876D01* +X80640384Y-110162636D01* +X80644934Y-110157008D01* +X80649357Y-110150992D01* +X80653581Y-110144394D01* +X80657532Y-110137018D01* +X80661210Y-110128865D01* +X80664617Y-110119934D01* +X80667750Y-110110226D01* +X80670611Y-110099740D01* +X80673200Y-110088478D01* +X80674392Y-110082555D01* +X80675516Y-110076437D01* +X80676572Y-110070126D01* +X80677559Y-110063620D01* +X80678479Y-110056919D01* +X80679331Y-110050025D01* +X80680114Y-110042936D01* +X80680829Y-110035652D01* +X80681476Y-110028175D01* +X80682055Y-110020503D01* +X80682566Y-110012636D01* +X80683009Y-110004576D01* +X80683384Y-109996320D01* +X80683690Y-109987871D01* +X80683929Y-109979227D01* +X80684099Y-109970389D01* +X80684201Y-109961357D01* +X80684235Y-109952130D01* +X80684201Y-109942858D01* +X80684099Y-109933784D01* +X80683929Y-109924905D01* +X80683690Y-109916224D01* +X80683384Y-109907739D01* +X80683009Y-109899451D01* +X80682566Y-109891359D01* +X80682055Y-109883464D01* +X80681476Y-109875766D01* +X80680829Y-109868264D01* +X80680114Y-109860959D01* +X80679331Y-109853850D01* +X80678479Y-109846939D01* +X80677559Y-109840223D01* +X80676572Y-109833705D01* +X80675516Y-109827383D01* +X80674392Y-109821258D01* +X80673200Y-109815329D01* +X80671940Y-109809597D01* +X80669215Y-109798723D01* +X80666217Y-109788635D01* +X80662948Y-109779334D01* +X80659405Y-109770820D01* +X80655591Y-109763092D01* +X80651503Y-109756150D01* +X80649357Y-109752974D01* +X80644931Y-109746994D01* +X80640372Y-109741399D01* +X80635681Y-109736191D01* +X80630856Y-109731368D01* +X80625899Y-109726931D01* +X80620809Y-109722880D01* +X80615586Y-109719214D01* +X80610230Y-109715935D01* +X80604741Y-109713041D01* +X80599120Y-109710533D01* +X80593366Y-109708411D01* +X80587479Y-109706675D01* +X80581459Y-109705325D01* +X80575306Y-109704360D01* +X80569021Y-109703781D01* +X80562602Y-109703588D01* +X80556290Y-109703758D01* +X80550139Y-109704268D01* +X80544150Y-109705119D01* +X80538322Y-109706309D01* +X80532655Y-109707839D01* +X80524458Y-109710772D01* +X80516624Y-109714469D01* +X80509153Y-109718932D01* +X80504374Y-109722333D01* +X80499757Y-109726073D01* +X80495301Y-109730153D01* +X80491006Y-109734574D01* +X80486873Y-109739334D01* +X80482902Y-109744435D01* +X80480976Y-109747112D01* +X80476327Y-109754422D01* +X80471978Y-109762465D01* +X80467928Y-109771243D01* +X80464179Y-109780754D01* +X80460729Y-109790999D01* +X80457579Y-109801978D01* +X80456117Y-109807742D01* +X80454730Y-109813691D01* +X80453418Y-109819822D01* +X80452180Y-109826137D01* +X80451018Y-109832636D01* +X80449930Y-109839318D01* +X80448918Y-109846183D01* +X80447981Y-109853232D01* +X80447118Y-109860465D01* +X80446331Y-109867880D01* +X80445619Y-109875480D01* +X80444981Y-109883263D01* +X80444419Y-109891229D01* +X80443931Y-109899379D01* +X80443519Y-109907712D01* +X80443181Y-109916228D01* +X80442919Y-109924929D01* +X80442731Y-109933812D01* +X80442619Y-109942879D01* +X80442581Y-109952130D01* +X80366378Y-109952130D01* +X80366399Y-109945604D01* +X80366464Y-109939013D01* +X80366571Y-109932504D01* +X80366721Y-109926077D01* +X80366914Y-109919732D01* +X80367150Y-109913468D01* +X80367430Y-109907287D01* +X80367752Y-109901187D01* +X80368116Y-109895169D01* +X80368524Y-109889233D01* +X80368975Y-109883379D01* +X80370006Y-109871916D01* +X80371208Y-109860781D01* +X80372582Y-109849974D01* +X80374127Y-109839493D01* +X80375844Y-109829340D01* +X80377734Y-109819515D01* +X80379794Y-109810017D01* +X80382027Y-109800846D01* +X80384431Y-109792003D01* +X80387007Y-109783488D01* +X80388360Y-109779352D01* +X80391209Y-109771264D01* +X80394224Y-109763411D01* +X80397405Y-109755794D01* +X80400752Y-109748413D01* +X80404265Y-109741268D01* +X80407944Y-109734358D01* +X80411789Y-109727685D01* +X80415800Y-109721247D01* +X80419977Y-109715045D01* +X80424320Y-109709079D01* +X80428830Y-109703349D01* +X80433505Y-109697855D01* +X80438346Y-109692596D01* +X80443353Y-109687574D01* +X80448526Y-109682787D01* +X80453865Y-109678236D01* +X80459394Y-109673924D01* +X80465097Y-109669890D01* +X80470975Y-109666134D01* +X80477029Y-109662656D01* +X80483258Y-109659457D01* +X80489662Y-109656536D01* +X80496241Y-109653893D01* +X80502995Y-109651528D01* +X80509924Y-109649441D01* +X80517029Y-109647633D01* +X80524309Y-109646103D01* +X80531764Y-109644851D01* +X80539394Y-109643877D01* +X80547199Y-109643182D01* +X80555180Y-109642764D01* +X80563335Y-109642625D01* +X80569370Y-109642702D01* G37* G36* -X99119000Y-102801988D02* +X97392968Y-103590434D02* G01* -X98992677Y-102881856D01* -X98985945Y-102886185D01* -X98979412Y-102890419D01* -X98973081Y-102894557D01* -X98966949Y-102898598D01* -X98961018Y-102902544D01* -X98955287Y-102906393D01* -X98949757Y-102910146D01* -X98944427Y-102913802D01* -X98939297Y-102917363D01* -X98934368Y-102920828D01* -X98927350Y-102925844D01* -X98920782Y-102930644D01* -X98914665Y-102935227D01* -X98909000Y-102939595D01* -X98903712Y-102943811D01* -X98898732Y-102947942D01* -X98894057Y-102951989D01* -X98889690Y-102955950D01* -X98884343Y-102961100D01* -X98879542Y-102966099D01* -X98875285Y-102970946D01* -X98871573Y-102975642D01* -X98868406Y-102980188D01* -X98864960Y-102985793D01* -X98861858Y-102991433D01* -X98859098Y-102997110D01* -X98856683Y-103002822D01* -X98854610Y-103008570D01* -X98852882Y-103014354D01* -X98852286Y-103016678D01* -X98851144Y-103023468D01* -X98850500Y-103029331D01* -X98849999Y-103036038D01* -X98849702Y-103042013D01* -X98849496Y-103048527D01* -X98849381Y-103055582D01* -X98849355Y-103061227D01* -X98849355Y-103153991D01* -X99119000Y-103153991D01* -X99119000Y-103233858D01* -X98509369Y-103233858D01* -X98509369Y-103153991D01* -X98577367Y-103153991D01* -X98781358Y-103153991D01* -X98781358Y-102982093D01* -X98781313Y-102975335D01* -X98781177Y-102968764D01* -X98780951Y-102962380D01* -X98780635Y-102956182D01* -X98780228Y-102950170D01* -X98779448Y-102941503D01* -X98778464Y-102933256D01* -X98777277Y-102925429D01* -X98775886Y-102918022D01* -X98774292Y-102911035D01* -X98772494Y-102904467D01* -X98770493Y-102898319D01* -X98769781Y-102896364D01* -X98767489Y-102890696D01* -X98764955Y-102885288D01* -X98761200Y-102878483D01* -X98757014Y-102872141D01* -X98752398Y-102866260D01* -X98747352Y-102860843D01* -X98741874Y-102855888D01* -X98735967Y-102851395D01* -X98732852Y-102849322D01* -X98726408Y-102845544D01* -X98719827Y-102842270D01* -X98713109Y-102839499D01* -X98706254Y-102837232D01* -X98699261Y-102835469D01* -X98692130Y-102834210D01* -X98684862Y-102833454D01* -X98677457Y-102833202D01* -X98669406Y-102833477D01* -X98661627Y-102834300D01* -X98654121Y-102835671D01* -X98646889Y-102837592D01* -X98639929Y-102840061D01* -X98633243Y-102843079D01* -X98626829Y-102846645D01* -X98620689Y-102850760D01* -X98614822Y-102855424D01* -X98609228Y-102860637D01* -X98605650Y-102864417D01* -X98600595Y-102870560D01* -X98596038Y-102877339D01* -X98591978Y-102884755D01* -X98588415Y-102892808D01* -X98586316Y-102898529D01* -X98584437Y-102904533D01* -X98582780Y-102910821D01* -X98581344Y-102917391D01* -X98580129Y-102924243D01* -X98579134Y-102931379D01* -X98578361Y-102938797D01* -X98577808Y-102946498D01* -X98577477Y-102954482D01* -X98577367Y-102962749D01* -X98577367Y-103153991D01* -X98509369Y-103153991D01* -X98509369Y-102965973D01* -X98509434Y-102956031D01* -X98509628Y-102946391D01* -X98509952Y-102937053D01* -X98510404Y-102928017D01* -X98510987Y-102919284D01* -X98511698Y-102910853D01* -X98512539Y-102902725D01* -X98513509Y-102894898D01* -X98514609Y-102887374D01* -X98515838Y-102880152D01* -X98517196Y-102873232D01* -X98518684Y-102866615D01* -X98520301Y-102860300D01* -X98522048Y-102854287D01* -X98523924Y-102848576D01* -X98525929Y-102843167D01* -X98529229Y-102835431D01* -X98532975Y-102827993D01* -X98537167Y-102820854D01* -X98541804Y-102814014D01* -X98546887Y-102807473D01* -X98552415Y-102801230D01* -X98558390Y-102795286D01* -X98564809Y-102789642D01* -X98571675Y-102784296D01* -X98576499Y-102780898D01* -X98581522Y-102777632D01* -X98584108Y-102776050D01* -X98589362Y-102772997D01* -X98594684Y-102770142D01* -X98600074Y-102767483D01* -X98605531Y-102765022D01* -X98611055Y-102762757D01* -X98616648Y-102760690D01* -X98622307Y-102758819D01* -X98628035Y-102757145D01* -X98633830Y-102755668D01* -X98639692Y-102754388D01* -X98645622Y-102753305D01* -X98651619Y-102752419D01* -X98657684Y-102751730D01* -X98663817Y-102751237D01* -X98670017Y-102750942D01* -X98676285Y-102750844D01* -X98684356Y-102751006D01* -X98692268Y-102751494D01* -X98700018Y-102752307D01* -X98707609Y-102753445D01* -X98715039Y-102754908D01* -X98722309Y-102756696D01* -X98729419Y-102758810D01* -X98736369Y-102761248D01* -X98743158Y-102764012D01* -X98749787Y-102767101D01* -X98756255Y-102770515D01* -X98762564Y-102774254D01* -X98768712Y-102778319D01* -X98774700Y-102782708D01* -X98780527Y-102787423D01* -X98786194Y-102792463D01* -X98791636Y-102797842D01* -X98796826Y-102803575D01* -X98801762Y-102809662D01* -X98806445Y-102816102D01* -X98810875Y-102822897D01* -X98815052Y-102830045D01* -X98818976Y-102837547D01* -X98822647Y-102845402D01* -X98826066Y-102853612D01* -X98829231Y-102862175D01* -X98832143Y-102871092D01* -X98834802Y-102880363D01* -X98837208Y-102889987D01* -X98839361Y-102899965D01* -X98841260Y-102910297D01* -X98842907Y-102920983D01* -X98845787Y-102915181D01* -X98848657Y-102909644D01* -X98851516Y-102904372D01* -X98855313Y-102897756D01* -X98859091Y-102891611D01* -X98862851Y-102885938D01* -X98866592Y-102880737D01* -X98870315Y-102876007D01* -X98873096Y-102872770D01* -X98877207Y-102868406D01* -X98881442Y-102864073D01* -X98885802Y-102859769D01* -X98890287Y-102855496D01* -X98894897Y-102851251D01* -X98899632Y-102847037D01* -X98904492Y-102842853D01* -X98909476Y-102838698D01* -X98914585Y-102834573D01* -X98919819Y-102830477D01* -X98925177Y-102826412D01* -X98930661Y-102822376D01* -X98936269Y-102818370D01* -X98942002Y-102814394D01* -X98947860Y-102810448D01* -X98953842Y-102806531D01* -X99119000Y-102701311D01* -X99119000Y-102801988D01* +X97402608Y-103590628D01* +X97411946Y-103590952D01* +X97420982Y-103591404D01* +X97429715Y-103591987D01* +X97438146Y-103592698D01* +X97446274Y-103593539D01* +X97454101Y-103594509D01* +X97461625Y-103595609D01* +X97468847Y-103596838D01* +X97475767Y-103598196D01* +X97482384Y-103599684D01* +X97488699Y-103601301D01* +X97494712Y-103603048D01* +X97500423Y-103604924D01* +X97505832Y-103606929D01* +X97513568Y-103610229D01* +X97521006Y-103613975D01* +X97528145Y-103618167D01* +X97534985Y-103622804D01* +X97541526Y-103627887D01* +X97547769Y-103633415D01* +X97553713Y-103639390D01* +X97559357Y-103645809D01* +X97564703Y-103652675D01* +X97568101Y-103657499D01* +X97571367Y-103662522D01* +X97572949Y-103665108D01* +X97576002Y-103670362D01* +X97578857Y-103675684D01* +X97581516Y-103681074D01* +X97583977Y-103686531D01* +X97586242Y-103692055D01* +X97588309Y-103697648D01* +X97590180Y-103703307D01* +X97591854Y-103709035D01* +X97593331Y-103714830D01* +X97594611Y-103720692D01* +X97595694Y-103726622D01* +X97596580Y-103732619D01* +X97597269Y-103738684D01* +X97597762Y-103744817D01* +X97598057Y-103751017D01* +X97598155Y-103757285D01* +X97597993Y-103765356D01* +X97597505Y-103773268D01* +X97596692Y-103781018D01* +X97595554Y-103788609D01* +X97594091Y-103796039D01* +X97592303Y-103803309D01* +X97590189Y-103810419D01* +X97587751Y-103817369D01* +X97584987Y-103824158D01* +X97581898Y-103830787D01* +X97578484Y-103837255D01* +X97574745Y-103843564D01* +X97570680Y-103849712D01* +X97566291Y-103855700D01* +X97561576Y-103861527D01* +X97556536Y-103867194D01* +X97551157Y-103872636D01* +X97545424Y-103877826D01* +X97539337Y-103882762D01* +X97532897Y-103887445D01* +X97526102Y-103891875D01* +X97518954Y-103896052D01* +X97511452Y-103899976D01* +X97503597Y-103903647D01* +X97495387Y-103907066D01* +X97486824Y-103910231D01* +X97477907Y-103913143D01* +X97468636Y-103915802D01* +X97459012Y-103918208D01* +X97449034Y-103920361D01* +X97438702Y-103922260D01* +X97428016Y-103923907D01* +X97433818Y-103926787D01* +X97439355Y-103929657D01* +X97444627Y-103932516D01* +X97451243Y-103936313D01* +X97457388Y-103940091D01* +X97463061Y-103943851D01* +X97468262Y-103947592D01* +X97472992Y-103951315D01* +X97476229Y-103954096D01* +X97480593Y-103958207D01* +X97484926Y-103962442D01* +X97489230Y-103966802D01* +X97493503Y-103971287D01* +X97497748Y-103975897D01* +X97501962Y-103980632D01* +X97506146Y-103985492D01* +X97510301Y-103990476D01* +X97514426Y-103995585D01* +X97518522Y-104000819D01* +X97522587Y-104006177D01* +X97526623Y-104011661D01* +X97530629Y-104017269D01* +X97534605Y-104023002D01* +X97538551Y-104028860D01* +X97542468Y-104034842D01* +X97647688Y-104200000D01* +X97547011Y-104200000D01* +X97467143Y-104073677D01* +X97462814Y-104066945D01* +X97458580Y-104060412D01* +X97454442Y-104054081D01* +X97450401Y-104047949D01* +X97446455Y-104042018D01* +X97442606Y-104036287D01* +X97438853Y-104030757D01* +X97435197Y-104025427D01* +X97431636Y-104020297D01* +X97428171Y-104015368D01* +X97423155Y-104008350D01* +X97418355Y-104001782D01* +X97413772Y-103995665D01* +X97409404Y-103990000D01* +X97405188Y-103984712D01* +X97401057Y-103979732D01* +X97397010Y-103975057D01* +X97393049Y-103970690D01* +X97387899Y-103965343D01* +X97382900Y-103960542D01* +X97378053Y-103956285D01* +X97373357Y-103952573D01* +X97368811Y-103949406D01* +X97363206Y-103945960D01* +X97357566Y-103942858D01* +X97351889Y-103940098D01* +X97346177Y-103937683D01* +X97340429Y-103935610D01* +X97334645Y-103933882D01* +X97332321Y-103933286D01* +X97325531Y-103932144D01* +X97319668Y-103931500D01* +X97312961Y-103930999D01* +X97306986Y-103930702D01* +X97300472Y-103930496D01* +X97293417Y-103930381D01* +X97287772Y-103930355D01* +X97195008Y-103930355D01* +X97195008Y-104200000D01* +X97115141Y-104200000D01* +X97115141Y-103658367D01* +X97195008Y-103658367D01* +X97195008Y-103862358D01* +X97366906Y-103862358D01* +X97373664Y-103862313D01* +X97380235Y-103862177D01* +X97386619Y-103861951D01* +X97392817Y-103861635D01* +X97398829Y-103861228D01* +X97407496Y-103860448D01* +X97415743Y-103859464D01* +X97423570Y-103858277D01* +X97430977Y-103856886D01* +X97437964Y-103855292D01* +X97444532Y-103853494D01* +X97450680Y-103851493D01* +X97452635Y-103850781D01* +X97458303Y-103848489D01* +X97463711Y-103845955D01* +X97470516Y-103842200D01* +X97476858Y-103838014D01* +X97482739Y-103833398D01* +X97488156Y-103828352D01* +X97493111Y-103822874D01* +X97497604Y-103816967D01* +X97499677Y-103813852D01* +X97503455Y-103807408D01* +X97506729Y-103800827D01* +X97509500Y-103794109D01* +X97511767Y-103787254D01* +X97513530Y-103780261D01* +X97514789Y-103773130D01* +X97515545Y-103765862D01* +X97515797Y-103758457D01* +X97515522Y-103750406D01* +X97514699Y-103742627D01* +X97513328Y-103735121D01* +X97511407Y-103727889D01* +X97508938Y-103720929D01* +X97505920Y-103714243D01* +X97502354Y-103707829D01* +X97498239Y-103701689D01* +X97493575Y-103695822D01* +X97488362Y-103690228D01* +X97484582Y-103686650D01* +X97478439Y-103681595D01* +X97471660Y-103677038D01* +X97464244Y-103672978D01* +X97456191Y-103669415D01* +X97450470Y-103667316D01* +X97444466Y-103665437D01* +X97438178Y-103663780D01* +X97431608Y-103662344D01* +X97424756Y-103661129D01* +X97417620Y-103660134D01* +X97410202Y-103659361D01* +X97402501Y-103658808D01* +X97394517Y-103658477D01* +X97386250Y-103658367D01* +X97195008Y-103658367D01* +X97115141Y-103658367D01* +X97115141Y-103590369D01* +X97383026Y-103590369D01* +X97392968Y-103590434D01* G37* G36* -X99119000Y-102379643D02* +X97969356Y-104200000D02* G01* -X99119000Y-102453795D01* -X98643898Y-102453795D01* -X98648762Y-102458971D01* -X98653625Y-102464440D01* -X98658489Y-102470202D01* -X98663352Y-102476258D01* -X98668216Y-102482608D01* -X98673079Y-102489252D01* -X98677943Y-102496189D01* -X98682806Y-102503420D01* -X98686049Y-102508403D01* -X98689291Y-102513517D01* -X98692533Y-102518762D01* -X98695775Y-102524137D01* -X98698949Y-102529543D01* -X98702022Y-102534879D01* -X98704994Y-102540145D01* -X98707866Y-102545341D01* -X98711984Y-102553004D01* -X98715875Y-102560510D01* -X98719540Y-102567859D01* -X98722978Y-102575051D01* -X98726189Y-102582085D01* -X98729174Y-102588963D01* -X98731932Y-102595683D01* -X98734464Y-102602246D01* -X98659432Y-102602246D01* -X98655758Y-102594522D01* -X98651988Y-102586921D01* -X98648124Y-102579442D01* -X98644164Y-102572085D01* -X98640109Y-102564851D01* -X98635960Y-102557740D01* -X98631715Y-102550751D01* -X98627375Y-102543884D01* -X98622941Y-102537140D01* -X98618411Y-102530519D01* -X98613786Y-102524020D01* -X98609066Y-102517644D01* -X98604251Y-102511390D01* -X98599342Y-102505258D01* -X98594337Y-102499249D01* -X98589237Y-102493363D01* -X98584099Y-102487644D01* -X98578981Y-102482138D01* -X98573882Y-102476846D01* -X98568803Y-102471766D01* -X98563743Y-102466899D01* -X98558703Y-102462245D01* -X98553682Y-102457804D01* -X98548680Y-102453576D01* -X98543698Y-102449561D01* -X98538736Y-102445758D01* -X98533793Y-102442169D01* -X98528869Y-102438793D01* -X98521520Y-102434128D01* -X98514215Y-102429942D01* -X98509369Y-102427417D01* -X98509369Y-102379643D01* -X99119000Y-102379643D01* +X97895204Y-104200000D01* +X97895204Y-103724898D01* +X97890028Y-103729762D01* +X97884559Y-103734625D01* +X97878797Y-103739489D01* +X97872741Y-103744352D01* +X97866391Y-103749216D01* +X97859747Y-103754079D01* +X97852810Y-103758943D01* +X97845579Y-103763806D01* +X97840596Y-103767049D01* +X97835482Y-103770291D01* +X97830237Y-103773533D01* +X97824862Y-103776775D01* +X97819456Y-103779949D01* +X97814120Y-103783022D01* +X97808854Y-103785994D01* +X97803658Y-103788866D01* +X97795995Y-103792984D01* +X97788489Y-103796875D01* +X97781140Y-103800540D01* +X97773948Y-103803978D01* +X97766914Y-103807189D01* +X97760036Y-103810174D01* +X97753316Y-103812932D01* +X97746753Y-103815464D01* +X97746753Y-103740432D01* +X97754477Y-103736758D01* +X97762078Y-103732988D01* +X97769557Y-103729124D01* +X97776914Y-103725164D01* +X97784148Y-103721109D01* +X97791259Y-103716960D01* +X97798248Y-103712715D01* +X97805115Y-103708375D01* +X97811859Y-103703941D01* +X97818480Y-103699411D01* +X97824979Y-103694786D01* +X97831355Y-103690066D01* +X97837609Y-103685251D01* +X97843741Y-103680342D01* +X97849750Y-103675337D01* +X97855636Y-103670237D01* +X97861355Y-103665099D01* +X97866861Y-103659981D01* +X97872153Y-103654882D01* +X97877233Y-103649803D01* +X97882100Y-103644743D01* +X97886754Y-103639703D01* +X97891195Y-103634682D01* +X97895423Y-103629680D01* +X97899438Y-103624698D01* +X97903241Y-103619736D01* +X97906830Y-103614793D01* +X97910206Y-103609869D01* +X97914871Y-103602520D01* +X97919057Y-103595215D01* +X97921582Y-103590369D01* +X97969356Y-103590369D01* +X97969356Y-104200000D01* G37* G36* -X98928404Y-101796341D02* +X98379417Y-103590529D02* G01* -X98935437Y-101796630D01* -X98942408Y-101797110D01* -X98949318Y-101797784D01* -X98956165Y-101798649D01* -X98962951Y-101799707D01* -X98969675Y-101800957D01* -X98976337Y-101802400D01* -X98982938Y-101804035D01* -X98989476Y-101805862D01* -X98995953Y-101807882D01* -X99002367Y-101810093D01* -X99008720Y-101812498D01* -X99015012Y-101815094D01* -X99021241Y-101817883D01* -X99027408Y-101820865D01* -X99033437Y-101823996D01* -X99039288Y-101827271D01* -X99044960Y-101830691D01* -X99050453Y-101834255D01* -X99055767Y-101837963D01* -X99060903Y-101841816D01* -X99065861Y-101845813D01* -X99070639Y-101849954D01* -X99075240Y-101854239D01* -X99079661Y-101858669D01* -X99083904Y-101863243D01* -X99087968Y-101867961D01* -X99091854Y-101872823D01* -X99095561Y-101877830D01* -X99099090Y-101882980D01* -X99102440Y-101888276D01* -X99105581Y-101893670D01* -X99108519Y-101899154D01* -X99111255Y-101904729D01* -X99113788Y-101910395D01* -X99116118Y-101916151D01* -X99118246Y-101921997D01* -X99120171Y-101927934D01* -X99121894Y-101933961D01* -X99123414Y-101940079D01* -X99124731Y-101946287D01* -X99125845Y-101952586D01* -X99126757Y-101958975D01* -X99127467Y-101965454D01* -X99127973Y-101972024D01* -X99128277Y-101978685D01* -X99128378Y-101985435D01* -X99128111Y-101996897D01* -X99127309Y-102008090D01* -X99125972Y-102019016D01* -X99124101Y-102029674D01* -X99121695Y-102040064D01* -X99118754Y-102050186D01* -X99115279Y-102060040D01* -X99111269Y-102069626D01* -X99106725Y-102078944D01* -X99101645Y-102087995D01* -X99096031Y-102096777D01* -X99089883Y-102105291D01* -X99083199Y-102113538D01* -X99075981Y-102121517D01* -X99068229Y-102129228D01* -X99059942Y-102136671D01* -X99051041Y-102143751D01* -X99041447Y-102150375D01* -X99036391Y-102153515D01* -X99031161Y-102156542D01* -X99025758Y-102159454D01* -X99020182Y-102162252D01* -X99014433Y-102164936D01* -X99008510Y-102167505D01* -X99002415Y-102169961D01* -X98996146Y-102172302D01* -X98989704Y-102174529D01* -X98983089Y-102176641D01* -X98976301Y-102178640D01* -X98969340Y-102180524D01* -X98962205Y-102182295D01* -X98954898Y-102183950D01* -X98947417Y-102185492D01* -X98939763Y-102186920D01* -X98931935Y-102188233D01* -X98923935Y-102189432D01* -X98915762Y-102190517D01* -X98907415Y-102191488D01* -X98898895Y-102192344D01* -X98890202Y-102193087D01* -X98881336Y-102193715D01* -X98872297Y-102194229D01* -X98863084Y-102194628D01* -X98853699Y-102194914D01* -X98844140Y-102195085D01* -X98834408Y-102195142D01* -X98823520Y-102195079D01* -X98812819Y-102194890D01* -X98802305Y-102194574D01* -X98791978Y-102194133D01* -X98781839Y-102193565D01* -X98771887Y-102192870D01* -X98762121Y-102192050D01* -X98752544Y-102191103D01* -X98743153Y-102190030D01* -X98733950Y-102188831D01* -X98724933Y-102187506D01* -X98716104Y-102186054D01* -X98707462Y-102184476D01* -X98699008Y-102182772D01* -X98690740Y-102180942D01* -X98682660Y-102178986D01* -X98674767Y-102176903D01* -X98667061Y-102174694D01* -X98659542Y-102172359D01* -X98652210Y-102169898D01* -X98645066Y-102167310D01* -X98638109Y-102164596D01* -X98631339Y-102161756D01* -X98624756Y-102158790D01* -X98618360Y-102155697D01* -X98612152Y-102152479D01* -X98606130Y-102149134D01* -X98600296Y-102145663D01* -X98594650Y-102142065D01* -X98589190Y-102138342D01* -X98583917Y-102134492D01* -X98578832Y-102130516D01* -X98570421Y-102123310D01* -X98562552Y-102115797D01* -X98555226Y-102107977D01* -X98548442Y-102099851D01* -X98542201Y-102091418D01* -X98536503Y-102082678D01* -X98531348Y-102073631D01* -X98526735Y-102064277D01* -X98522665Y-102054616D01* -X98519138Y-102044649D01* -X98516153Y-102034375D01* -X98513711Y-102023794D01* -X98511811Y-102012906D01* -X98510455Y-102001711D01* -X98509641Y-101990210D01* -X98509437Y-101984344D01* -X98509369Y-101978401D01* -X98509529Y-101969582D01* -X98510008Y-101960965D01* -X98510807Y-101952550D01* -X98511925Y-101944338D01* -X98513362Y-101936329D01* -X98515119Y-101928523D01* -X98517195Y-101920919D01* -X98519591Y-101913518D01* -X98522306Y-101906320D01* -X98525341Y-101899324D01* -X98528694Y-101892531D01* -X98532368Y-101885940D01* -X98536361Y-101879552D01* -X98540673Y-101873367D01* -X98545305Y-101867384D01* -X98550256Y-101861604D01* -X98555470Y-101856050D01* -X98560928Y-101850781D01* -X98566630Y-101845796D01* -X98572576Y-101841097D01* -X98578766Y-101836683D01* -X98585200Y-101832554D01* -X98591877Y-101828710D01* -X98598799Y-101825151D01* -X98605964Y-101821877D01* -X98613373Y-101818888D01* -X98621026Y-101816185D01* -X98628923Y-101813766D01* -X98637064Y-101811633D01* -X98645448Y-101809784D01* -X98654077Y-101808221D01* -X98662949Y-101806943D01* -X98668811Y-101880655D01* -X98660564Y-101882596D01* -X98652751Y-101884681D01* -X98645369Y-101886910D01* -X98638421Y-101889283D01* -X98631906Y-101891801D01* -X98625823Y-101894463D01* -X98620173Y-101897269D01* -X98614956Y-101900219D01* -X98608672Y-101904377D01* -X98603159Y-101908792D01* -X98597292Y-101914548D01* -X98592003Y-101920552D01* -X98587290Y-101926803D01* -X98583155Y-101933302D01* -X98579597Y-101940047D01* -X98576616Y-101947040D01* -X98574211Y-101954281D01* -X98572384Y-101961768D01* -X98571134Y-101969503D01* -X98570461Y-101977485D01* -X98570332Y-101982944D01* -X98570504Y-101989518D01* -X98571018Y-101995939D01* -X98571874Y-102002209D01* -X98573073Y-102008326D01* -X98574615Y-102014292D01* -X98576499Y-102020105D01* -X98578726Y-102025767D01* -X98581296Y-102031277D01* -X98584208Y-102036634D01* -X98587463Y-102041840D01* -X98589823Y-102045226D01* -X98594753Y-102051663D01* -X98600089Y-102057840D01* -X98605833Y-102063757D01* -X98611983Y-102069413D01* -X98618541Y-102074809D01* -X98625506Y-102079945D01* -X98630375Y-102083225D01* -X98635425Y-102086389D01* -X98640656Y-102089437D01* -X98646068Y-102092370D01* -X98651661Y-102095187D01* -X98657434Y-102097888D01* -X98663389Y-102100474D01* -X98669576Y-102102908D01* -X98676086Y-102105193D01* -X98682917Y-102107328D01* -X98690069Y-102109312D01* -X98697544Y-102111147D01* -X98705340Y-102112832D01* -X98713458Y-102114366D01* -X98721897Y-102115751D01* -X98730659Y-102116986D01* -X98739741Y-102118071D01* -X98749146Y-102119006D01* -X98758873Y-102119790D01* -X98768921Y-102120425D01* -X98779291Y-102120910D01* -X98789982Y-102121245D01* -X98800995Y-102121430D01* -X98793944Y-102116297D01* -X98787243Y-102110956D01* -X98780892Y-102105406D01* -X98774892Y-102099647D01* -X98769242Y-102093680D01* -X98763942Y-102087504D01* -X98758993Y-102081119D01* -X98754394Y-102074526D01* -X98750145Y-102067724D01* -X98746247Y-102060714D01* -X98743842Y-102055924D01* -X98740490Y-102048611D01* -X98737468Y-102041237D01* -X98734775Y-102033801D01* -X98732412Y-102026303D01* -X98730379Y-102018744D01* -X98728675Y-102011122D01* -X98727301Y-102003439D01* -X98726257Y-101995694D01* -X98725694Y-101989539D01* -X98786048Y-101989539D01* -X98786191Y-101995762D01* -X98786622Y-102001867D01* -X98787341Y-102007852D01* -X98788347Y-102013719D01* -X98789640Y-102019466D01* -X98792118Y-102027864D01* -X98795243Y-102035994D01* -X98799015Y-102043856D01* -X98803433Y-102051450D01* -X98806738Y-102056364D01* -X98810330Y-102061158D01* -X98814210Y-102065834D01* -X98818376Y-102070391D01* -X98822831Y-102074828D01* -X98827518Y-102079070D01* -X98832386Y-102083037D01* -X98837433Y-102086731D01* -X98842660Y-102090151D01* -X98848067Y-102093298D01* -X98853653Y-102096171D01* -X98859420Y-102098771D01* -X98865366Y-102101097D01* -X98871491Y-102103149D01* -X98877797Y-102104927D01* -X98884282Y-102106432D01* -X98890947Y-102107664D01* -X98897792Y-102108621D01* -X98904816Y-102109305D01* -X98912020Y-102109716D01* -X98919404Y-102109853D01* -X98926711Y-102109710D01* -X98933959Y-102109281D01* -X98941147Y-102108566D01* -X98948276Y-102107565D01* -X98955346Y-102106279D01* -X98962356Y-102104706D01* -X98969308Y-102102847D01* -X98976200Y-102100703D01* -X98983033Y-102098272D01* -X98989806Y-102095556D01* -X98994289Y-102093586D01* -X99000844Y-102090423D01* -X99007100Y-102087033D01* -X99013058Y-102083416D01* -X99018716Y-102079573D01* -X99024076Y-102075503D01* -X99029137Y-102071206D01* -X99033899Y-102066682D01* -X99038363Y-102061932D01* -X99042527Y-102056955D01* -X99046393Y-102051752D01* -X99048804Y-102048157D01* -X99052130Y-102042636D01* -X99055129Y-102037063D01* -X99057801Y-102031439D01* -X99060145Y-102025763D01* -X99062163Y-102020036D01* -X99063853Y-102014257D01* -X99065216Y-102008426D01* -X99066252Y-102002545D01* -X99066961Y-101996611D01* -X99067343Y-101990626D01* -X99067415Y-101986608D01* -X99067075Y-101977930D01* -X99066055Y-101969481D01* -X99064355Y-101961261D01* -X99061975Y-101953271D01* -X99058915Y-101945510D01* -X99055174Y-101937978D01* -X99050754Y-101930676D01* -X99045653Y-101923602D01* -X99041875Y-101919014D01* -X99037795Y-101914528D01* -X99033412Y-101910144D01* -X99028727Y-101905861D01* -X99023783Y-101901762D01* -X99018620Y-101897927D01* -X99013240Y-101894357D01* -X99007643Y-101891051D01* -X99001828Y-101888009D01* -X98995796Y-101885232D01* -X98989546Y-101882720D01* -X98983078Y-101880472D01* -X98976393Y-101878489D01* -X98969491Y-101876769D01* -X98962371Y-101875315D01* -X98955033Y-101874125D01* -X98947478Y-101873199D01* -X98939705Y-101872538D01* -X98931715Y-101872141D01* -X98923508Y-101872009D01* -X98915627Y-101872140D01* -X98907958Y-101872531D01* -X98900500Y-101873184D01* -X98893255Y-101874097D01* -X98886221Y-101875272D01* -X98879400Y-101876708D01* -X98872790Y-101878404D01* -X98866391Y-101880362D01* -X98860205Y-101882581D01* -X98854230Y-101885061D01* -X98848468Y-101887802D01* -X98842917Y-101890804D01* -X98837577Y-101894066D01* -X98832450Y-101897590D01* -X98827534Y-101901375D01* -X98822831Y-101905421D01* -X98818376Y-101909666D01* -X98814210Y-101914045D01* -X98810330Y-101918559D01* -X98806738Y-101923208D01* -X98801889Y-101930436D01* -X98797686Y-101937967D01* -X98794130Y-101945803D01* -X98791220Y-101953942D01* -X98788957Y-101962385D01* -X98787808Y-101968183D01* -X98786946Y-101974116D01* -X98786371Y-101980184D01* -X98786084Y-101986387D01* -X98786048Y-101989539D01* -X98725694Y-101989539D01* -X98725543Y-101987887D01* -X98725158Y-101980018D01* -X98725085Y-101974738D01* -X98725299Y-101965537D01* -X98725941Y-101956511D01* -X98727011Y-101947659D01* -X98728510Y-101938980D01* -X98730437Y-101930476D01* -X98732792Y-101922146D01* -X98735575Y-101913990D01* -X98738787Y-101906008D01* -X98742426Y-101898199D01* -X98746494Y-101890565D01* -X98750990Y-101883105D01* -X98755914Y-101875819D01* -X98761267Y-101868707D01* -X98767047Y-101861769D01* -X98773256Y-101855005D01* -X98779893Y-101848415D01* -X98786851Y-101842098D01* -X98794060Y-101836188D01* -X98801519Y-101830685D01* -X98809229Y-101825591D01* -X98817190Y-101820904D01* -X98825402Y-101816624D01* -X98833864Y-101812752D01* -X98842578Y-101809287D01* -X98851542Y-101806231D01* -X98860756Y-101803581D01* -X98870222Y-101801340D01* -X98879938Y-101799506D01* -X98889904Y-101798079D01* -X98900122Y-101797060D01* -X98910590Y-101796449D01* -X98921309Y-101796245D01* -X98928404Y-101796341D01* +X98388034Y-103591008D01* +X98396449Y-103591807D01* +X98404661Y-103592925D01* +X98412670Y-103594362D01* +X98420476Y-103596119D01* +X98428080Y-103598195D01* +X98435481Y-103600591D01* +X98442679Y-103603306D01* +X98449675Y-103606341D01* +X98456468Y-103609694D01* +X98463059Y-103613368D01* +X98469447Y-103617361D01* +X98475632Y-103621673D01* +X98481615Y-103626305D01* +X98487395Y-103631256D01* +X98492949Y-103636470D01* +X98498218Y-103641928D01* +X98503203Y-103647630D01* +X98507902Y-103653576D01* +X98512316Y-103659766D01* +X98516445Y-103666200D01* +X98520289Y-103672877D01* +X98523848Y-103679799D01* +X98527122Y-103686964D01* +X98530111Y-103694373D01* +X98532814Y-103702026D01* +X98535233Y-103709923D01* +X98537366Y-103718064D01* +X98539215Y-103726448D01* +X98540778Y-103735077D01* +X98542056Y-103743949D01* +X98468344Y-103749811D01* +X98466403Y-103741564D01* +X98464318Y-103733751D01* +X98462089Y-103726369D01* +X98459716Y-103719421D01* +X98457198Y-103712906D01* +X98454536Y-103706823D01* +X98451730Y-103701173D01* +X98448780Y-103695956D01* +X98444622Y-103689672D01* +X98440207Y-103684159D01* +X98434451Y-103678292D01* +X98428447Y-103673003D01* +X98422196Y-103668290D01* +X98415697Y-103664155D01* +X98408952Y-103660597D01* +X98401959Y-103657616D01* +X98394718Y-103655211D01* +X98387231Y-103653384D01* +X98379496Y-103652134D01* +X98371514Y-103651461D01* +X98366055Y-103651332D01* +X98359481Y-103651504D01* +X98353060Y-103652018D01* +X98346790Y-103652874D01* +X98340673Y-103654073D01* +X98334707Y-103655615D01* +X98328894Y-103657499D01* +X98323232Y-103659726D01* +X98317722Y-103662296D01* +X98312365Y-103665208D01* +X98307159Y-103668463D01* +X98303773Y-103670823D01* +X98297336Y-103675753D01* +X98291159Y-103681089D01* +X98285242Y-103686833D01* +X98279586Y-103692983D01* +X98274190Y-103699541D01* +X98269054Y-103706506D01* +X98265774Y-103711375D01* +X98262610Y-103716425D01* +X98259562Y-103721656D01* +X98256629Y-103727068D01* +X98253812Y-103732661D01* +X98251111Y-103738434D01* +X98248525Y-103744389D01* +X98246091Y-103750576D01* +X98243806Y-103757086D01* +X98241671Y-103763917D01* +X98239687Y-103771069D01* +X98237852Y-103778544D01* +X98236167Y-103786340D01* +X98234633Y-103794458D01* +X98233248Y-103802897D01* +X98232013Y-103811659D01* +X98230928Y-103820741D01* +X98229993Y-103830146D01* +X98229209Y-103839873D01* +X98228574Y-103849921D01* +X98228089Y-103860291D01* +X98227754Y-103870982D01* +X98227569Y-103881995D01* +X98232702Y-103874944D01* +X98238043Y-103868243D01* +X98243593Y-103861892D01* +X98249352Y-103855892D01* +X98255319Y-103850242D01* +X98261495Y-103844942D01* +X98267880Y-103839993D01* +X98274473Y-103835394D01* +X98281275Y-103831145D01* +X98288285Y-103827247D01* +X98293075Y-103824842D01* +X98300388Y-103821490D01* +X98307762Y-103818468D01* +X98315198Y-103815775D01* +X98322696Y-103813412D01* +X98330255Y-103811379D01* +X98337877Y-103809675D01* +X98345560Y-103808301D01* +X98353305Y-103807257D01* +X98361112Y-103806543D01* +X98368981Y-103806158D01* +X98374261Y-103806085D01* +X98383462Y-103806299D01* +X98392488Y-103806941D01* +X98401340Y-103808011D01* +X98410019Y-103809510D01* +X98418523Y-103811437D01* +X98426853Y-103813792D01* +X98435009Y-103816575D01* +X98442991Y-103819787D01* +X98450800Y-103823426D01* +X98458434Y-103827494D01* +X98465894Y-103831990D01* +X98473180Y-103836914D01* +X98480292Y-103842267D01* +X98487230Y-103848047D01* +X98493994Y-103854256D01* +X98500584Y-103860893D01* +X98506901Y-103867851D01* +X98512811Y-103875060D01* +X98518314Y-103882519D01* +X98523408Y-103890229D01* +X98528095Y-103898190D01* +X98532375Y-103906402D01* +X98536247Y-103914864D01* +X98539712Y-103923578D01* +X98542768Y-103932542D01* +X98545418Y-103941756D01* +X98547659Y-103951222D01* +X98549493Y-103960938D01* +X98550920Y-103970904D01* +X98551939Y-103981122D01* +X98552550Y-103991590D01* +X98552754Y-104002309D01* +X98552658Y-104009404D01* +X98552369Y-104016437D01* +X98551889Y-104023408D01* +X98551215Y-104030318D01* +X98550350Y-104037165D01* +X98549292Y-104043951D01* +X98548042Y-104050675D01* +X98546599Y-104057337D01* +X98544964Y-104063938D01* +X98543137Y-104070476D01* +X98541117Y-104076953D01* +X98538906Y-104083367D01* +X98536501Y-104089720D01* +X98533905Y-104096012D01* +X98531116Y-104102241D01* +X98528134Y-104108408D01* +X98525003Y-104114437D01* +X98521728Y-104120288D01* +X98518308Y-104125960D01* +X98514744Y-104131453D01* +X98511036Y-104136767D01* +X98507183Y-104141903D01* +X98503186Y-104146861D01* +X98499045Y-104151639D01* +X98494760Y-104156240D01* +X98490330Y-104160661D01* +X98485756Y-104164904D01* +X98481038Y-104168968D01* +X98476176Y-104172854D01* +X98471169Y-104176561D01* +X98466019Y-104180090D01* +X98460723Y-104183440D01* +X98455329Y-104186581D01* +X98449845Y-104189519D01* +X98444270Y-104192255D01* +X98438604Y-104194788D01* +X98432848Y-104197118D01* +X98427002Y-104199246D01* +X98421065Y-104201171D01* +X98415038Y-104202894D01* +X98408920Y-104204414D01* +X98402712Y-104205731D01* +X98396413Y-104206845D01* +X98390024Y-104207757D01* +X98383545Y-104208467D01* +X98376975Y-104208973D01* +X98370314Y-104209277D01* +X98363564Y-104209378D01* +X98352102Y-104209111D01* +X98340909Y-104208309D01* +X98329983Y-104206972D01* +X98319325Y-104205101D01* +X98308935Y-104202695D01* +X98298813Y-104199754D01* +X98288959Y-104196279D01* +X98279373Y-104192269D01* +X98270055Y-104187725D01* +X98261004Y-104182645D01* +X98252222Y-104177031D01* +X98243708Y-104170883D01* +X98235461Y-104164199D01* +X98227482Y-104156981D01* +X98219771Y-104149229D01* +X98212328Y-104140942D01* +X98205248Y-104132041D01* +X98198624Y-104122447D01* +X98195484Y-104117391D01* +X98192457Y-104112161D01* +X98189545Y-104106758D01* +X98186747Y-104101182D01* +X98184063Y-104095433D01* +X98181494Y-104089510D01* +X98179038Y-104083415D01* +X98176697Y-104077146D01* +X98174470Y-104070704D01* +X98172358Y-104064089D01* +X98170359Y-104057301D01* +X98168475Y-104050340D01* +X98166704Y-104043205D01* +X98165049Y-104035898D01* +X98163507Y-104028417D01* +X98162079Y-104020763D01* +X98160766Y-104012935D01* +X98159567Y-104004935D01* +X98158965Y-104000404D01* +X98239146Y-104000404D01* +X98239289Y-104007711D01* +X98239718Y-104014959D01* +X98240433Y-104022147D01* +X98241434Y-104029276D01* +X98242720Y-104036346D01* +X98244293Y-104043356D01* +X98246152Y-104050308D01* +X98248296Y-104057200D01* +X98250727Y-104064033D01* +X98253443Y-104070806D01* +X98255413Y-104075289D01* +X98258576Y-104081844D01* +X98261966Y-104088100D01* +X98265583Y-104094058D01* +X98269426Y-104099716D01* +X98273496Y-104105076D01* +X98277793Y-104110137D01* +X98282317Y-104114899D01* +X98287067Y-104119363D01* +X98292044Y-104123527D01* +X98297247Y-104127393D01* +X98300842Y-104129804D01* +X98306363Y-104133130D01* +X98311936Y-104136129D01* +X98317560Y-104138801D01* +X98323236Y-104141145D01* +X98328963Y-104143163D01* +X98334742Y-104144853D01* +X98340573Y-104146216D01* +X98346454Y-104147252D01* +X98352388Y-104147961D01* +X98358373Y-104148343D01* +X98362391Y-104148415D01* +X98371069Y-104148075D01* +X98379518Y-104147055D01* +X98387738Y-104145355D01* +X98395728Y-104142975D01* +X98403489Y-104139915D01* +X98411021Y-104136174D01* +X98418323Y-104131754D01* +X98425397Y-104126653D01* +X98429985Y-104122875D01* +X98434471Y-104118795D01* +X98438855Y-104114412D01* +X98443138Y-104109727D01* +X98447237Y-104104783D01* +X98451072Y-104099620D01* +X98454642Y-104094240D01* +X98457948Y-104088643D01* +X98460990Y-104082828D01* +X98463767Y-104076796D01* +X98466279Y-104070546D01* +X98468527Y-104064078D01* +X98470510Y-104057393D01* +X98472230Y-104050491D01* +X98473684Y-104043371D01* +X98474874Y-104036033D01* +X98475800Y-104028478D01* +X98476461Y-104020705D01* +X98476858Y-104012715D01* +X98476990Y-104004508D01* +X98476859Y-103996627D01* +X98476468Y-103988958D01* +X98475815Y-103981500D01* +X98474902Y-103974255D01* +X98473727Y-103967221D01* +X98472291Y-103960400D01* +X98470595Y-103953790D01* +X98468637Y-103947391D01* +X98466418Y-103941205D01* +X98463938Y-103935230D01* +X98461197Y-103929468D01* +X98458195Y-103923917D01* +X98454933Y-103918577D01* +X98451409Y-103913450D01* +X98447624Y-103908534D01* +X98443578Y-103903831D01* +X98439333Y-103899376D01* +X98434954Y-103895210D01* +X98430440Y-103891330D01* +X98425791Y-103887738D01* +X98418563Y-103882889D01* +X98411032Y-103878686D01* +X98403196Y-103875130D01* +X98395057Y-103872220D01* +X98386614Y-103869957D01* +X98380816Y-103868808D01* +X98374883Y-103867946D01* +X98368815Y-103867371D01* +X98362612Y-103867084D01* +X98359460Y-103867048D01* +X98353237Y-103867191D01* +X98347132Y-103867622D01* +X98341147Y-103868341D01* +X98335280Y-103869347D01* +X98329533Y-103870640D01* +X98321135Y-103873118D01* +X98313005Y-103876243D01* +X98305143Y-103880015D01* +X98297549Y-103884433D01* +X98292635Y-103887738D01* +X98287841Y-103891330D01* +X98283165Y-103895210D01* +X98278608Y-103899376D01* +X98274171Y-103903831D01* +X98269929Y-103908518D01* +X98265962Y-103913386D01* +X98262268Y-103918433D01* +X98258848Y-103923660D01* +X98255701Y-103929067D01* +X98252828Y-103934653D01* +X98250228Y-103940420D01* +X98247902Y-103946366D01* +X98245850Y-103952491D01* +X98244072Y-103958797D01* +X98242567Y-103965282D01* +X98241335Y-103971947D01* +X98240378Y-103978792D01* +X98239694Y-103985816D01* +X98239283Y-103993020D01* +X98239146Y-104000404D01* +X98158965Y-104000404D01* +X98158482Y-103996762D01* +X98157511Y-103988415D01* +X98156655Y-103979895D01* +X98155912Y-103971202D01* +X98155284Y-103962336D01* +X98154770Y-103953297D01* +X98154371Y-103944084D01* +X98154085Y-103934699D01* +X98153914Y-103925140D01* +X98153857Y-103915408D01* +X98153920Y-103904520D01* +X98154109Y-103893819D01* +X98154425Y-103883305D01* +X98154866Y-103872978D01* +X98155434Y-103862839D01* +X98156129Y-103852887D01* +X98156949Y-103843121D01* +X98157896Y-103833544D01* +X98158969Y-103824153D01* +X98160168Y-103814950D01* +X98161493Y-103805933D01* +X98162945Y-103797104D01* +X98164523Y-103788462D01* +X98166227Y-103780008D01* +X98168057Y-103771740D01* +X98170013Y-103763660D01* +X98172096Y-103755767D01* +X98174305Y-103748061D01* +X98176640Y-103740542D01* +X98179101Y-103733210D01* +X98181689Y-103726066D01* +X98184403Y-103719109D01* +X98187243Y-103712339D01* +X98190209Y-103705756D01* +X98193302Y-103699360D01* +X98196520Y-103693152D01* +X98199865Y-103687130D01* +X98203336Y-103681296D01* +X98206934Y-103675650D01* +X98210657Y-103670190D01* +X98214507Y-103664917D01* +X98218483Y-103659832D01* +X98225689Y-103651421D01* +X98233202Y-103643552D01* +X98241022Y-103636226D01* +X98249148Y-103629442D01* +X98257581Y-103623201D01* +X98266321Y-103617503D01* +X98275368Y-103612348D01* +X98284722Y-103607735D01* +X98294383Y-103603665D01* +X98304350Y-103600138D01* +X98314624Y-103597153D01* +X98325205Y-103594711D01* +X98336093Y-103592811D01* +X98347288Y-103591455D01* +X98358789Y-103590641D01* +X98364655Y-103590437D01* +X98370598Y-103590369D01* +X98379417Y-103590529D01* G37* +D16* G36* -X87034899Y-120850357D02* +X89685553Y-117382284D02* G01* -X87114913Y-120870581D01* -X87113299Y-120876781D01* -X87111606Y-120882888D01* -X87109834Y-120888903D01* -X87107984Y-120894825D01* -X87106056Y-120900654D01* -X87104049Y-120906390D01* -X87101964Y-120912034D01* -X87099801Y-120917585D01* -X87097559Y-120923043D01* -X87092839Y-120933682D01* -X87087807Y-120943949D01* -X87082460Y-120953845D01* -X87076800Y-120963371D01* -X87070826Y-120972525D01* -X87064538Y-120981309D01* -X87057936Y-120989722D01* -X87051021Y-120997763D01* -X87043792Y-121005434D01* -X87036250Y-121012734D01* -X87028394Y-121019663D01* -X87024348Y-121022988D01* -X87016082Y-121029341D01* -X87007589Y-121035284D01* -X86998868Y-121040817D01* -X86989919Y-121045941D01* -X86980742Y-121050654D01* -X86971337Y-121054958D01* -X86961705Y-121058852D01* -X86951844Y-121062336D01* -X86941756Y-121065410D01* -X86931440Y-121068074D01* -X86920896Y-121070328D01* -X86910125Y-121072172D01* -X86899125Y-121073607D01* -X86887898Y-121074632D01* -X86876443Y-121075246D01* -X86864760Y-121075451D01* -X86858686Y-121075412D01* -X86852684Y-121075295D01* -X86846753Y-121075100D01* -X86840893Y-121074826D01* -X86829388Y-121074045D01* -X86818167Y-121072951D01* -X86807232Y-121071544D01* -X86796582Y-121069825D01* -X86786216Y-121067794D01* -X86776136Y-121065450D01* -X86766341Y-121062793D01* -X86756831Y-121059824D01* -X86747606Y-121056542D01* -X86738666Y-121052948D01* -X86730011Y-121049041D01* -X86721642Y-121044821D01* -X86713557Y-121040289D01* -X86705758Y-121035444D01* -X86698233Y-121030304D01* -X86690936Y-121024884D01* -X86683867Y-121019185D01* -X86677025Y-121013206D01* -X86670412Y-121006948D01* -X86664026Y-121000411D01* -X86657869Y-120993594D01* -X86651939Y-120986498D01* -X86646237Y-120979123D01* -X86640762Y-120971468D01* -X86635516Y-120963534D01* -X86630497Y-120955321D01* -X86625706Y-120946828D01* -X86621143Y-120938056D01* -X86616808Y-120929004D01* -X86612701Y-120919673D01* -X86608833Y-120910141D01* -X86605214Y-120900522D01* -X86601844Y-120890815D01* -X86598724Y-120881022D01* -X86595854Y-120871142D01* -X86593233Y-120861174D01* -X86590862Y-120851120D01* -X86588741Y-120840978D01* -X86586869Y-120830750D01* -X86585247Y-120820434D01* -X86583874Y-120810032D01* -X86582751Y-120799542D01* -X86581877Y-120788966D01* -X86581253Y-120778303D01* -X86580879Y-120767552D01* -X86580754Y-120756715D01* -X86580789Y-120750803D01* -X86580895Y-120744939D01* -X86581317Y-120733354D01* -X86582022Y-120721959D01* -X86583007Y-120710754D01* -X86584275Y-120699739D01* -X86585824Y-120688914D01* -X86587654Y-120678279D01* -X86589767Y-120667835D01* -X86592161Y-120657580D01* -X86594836Y-120647515D01* -X86597793Y-120637640D01* -X86601032Y-120627956D01* -X86604553Y-120618461D01* -X86608355Y-120609157D01* -X86612439Y-120600042D01* -X86616804Y-120591118D01* -X86621430Y-120582421D01* -X86626293Y-120573990D01* -X86631395Y-120565825D01* -X86636735Y-120557925D01* -X86642312Y-120550291D01* -X86648129Y-120542923D01* -X86654183Y-120535820D01* -X86660475Y-120528982D01* -X86667005Y-120522411D01* -X86673774Y-120516105D01* -X86680781Y-120510064D01* -X86688026Y-120504290D01* -X86695509Y-120498780D01* -X86703230Y-120493537D01* -X86711189Y-120488559D01* -X86719386Y-120483846D01* -X86727773Y-120479392D01* -X86736262Y-120475225D01* -X86744854Y-120471346D01* -X86753550Y-120467754D01* -X86762348Y-120464449D01* -X86771250Y-120461432D01* -X86780254Y-120458702D01* -X86789362Y-120456259D01* -X86798573Y-120454104D01* -X86807886Y-120452236D01* -X86817303Y-120450656D01* -X86826823Y-120449362D01* -X86836445Y-120448357D01* -X86846171Y-120447638D01* -X86856000Y-120447207D01* -X86865932Y-120447063D01* -X86877158Y-120447246D01* -X86888159Y-120447794D01* -X86898934Y-120448707D01* -X86909484Y-120449985D01* -X86919808Y-120451629D01* -X86929906Y-120453637D01* -X86939779Y-120456011D01* -X86949426Y-120458750D01* -X86958848Y-120461855D01* -X86968045Y-120465324D01* -X86977015Y-120469159D01* -X86985761Y-120473359D01* -X86994280Y-120477924D01* -X87002574Y-120482855D01* -X87010643Y-120488151D01* -X87018486Y-120493812D01* -X87026070Y-120499804D01* -X87033361Y-120506094D01* -X87040358Y-120512682D01* -X87047063Y-120519567D01* -X87053474Y-120526750D01* -X87059592Y-120534231D01* -X87065417Y-120542009D01* -X87070950Y-120550085D01* -X87076189Y-120558459D01* -X87081134Y-120567130D01* -X87085787Y-120576099D01* -X87090147Y-120585366D01* -X87094214Y-120594930D01* -X87097987Y-120604792D01* -X87101468Y-120614952D01* -X87104655Y-120625410D01* -X87025813Y-120644021D01* -X87023120Y-120635738D01* -X87020277Y-120627741D01* -X87017285Y-120620030D01* -X87014145Y-120612605D01* -X87010855Y-120605467D01* -X87007417Y-120598615D01* -X87003830Y-120592049D01* -X87000095Y-120585769D01* -X86996210Y-120579775D01* -X86992177Y-120574068D01* -X86987994Y-120568647D01* -X86983663Y-120563512D01* -X86979183Y-120558664D01* -X86974554Y-120554101D01* -X86969777Y-120549825D01* -X86964850Y-120545835D01* -X86959769Y-120542109D01* -X86954528Y-120538622D01* -X86949127Y-120535377D01* -X86943565Y-120532371D01* -X86937843Y-120529606D01* -X86931960Y-120527082D01* -X86925917Y-120524798D01* -X86919714Y-120522754D01* -X86913351Y-120520951D01* -X86906827Y-120519388D01* -X86900144Y-120518066D01* -X86893299Y-120516984D01* -X86886295Y-120516143D01* -X86879130Y-120515541D01* -X86871805Y-120515181D01* -X86864320Y-120515061D01* -X86855708Y-120515192D01* -X86847273Y-120515587D01* -X86839015Y-120516246D01* -X86830935Y-120517167D01* -X86823033Y-120518352D01* -X86815307Y-120519800D01* -X86807760Y-120521512D01* -X86800389Y-120523487D01* -X86793197Y-120525725D01* -X86786181Y-120528227D01* -X86779344Y-120530992D01* -X86772683Y-120534020D01* -X86766200Y-120537312D01* -X86759895Y-120540866D01* -X86753767Y-120544685D01* -X86747816Y-120548766D01* -X86742081Y-120553069D01* -X86736562Y-120557552D01* -X86731259Y-120562215D01* -X86726173Y-120567057D01* -X86721303Y-120572079D01* -X86716650Y-120577281D01* -X86712213Y-120582662D01* -X86707992Y-120588224D01* -X86703988Y-120593965D01* -X86700200Y-120599885D01* -X86696629Y-120605986D01* -X86693274Y-120612266D01* -X86690135Y-120618726D01* -X86687213Y-120625366D01* -X86684507Y-120632186D01* -X86682017Y-120639185D01* -X86679728Y-120646288D01* -X86677586Y-120653420D01* -X86675593Y-120660581D01* -X86673747Y-120667770D01* -X86672048Y-120674988D01* -X86670497Y-120682235D01* -X86669094Y-120689510D01* -X86667839Y-120696814D01* -X86666731Y-120704146D01* -X86665771Y-120711507D01* -X86664959Y-120718897D01* -X86664294Y-120726315D01* -X86663777Y-120733762D01* -X86663408Y-120741238D01* -X86663187Y-120748742D01* -X86663113Y-120756275D01* -X86663200Y-120765925D01* -X86663463Y-120775420D01* -X86663901Y-120784760D01* -X86664514Y-120793946D01* -X86665302Y-120802978D01* -X86666266Y-120811855D01* -X86667404Y-120820577D01* -X86668718Y-120829145D01* -X86670207Y-120837558D01* -X86671871Y-120845817D01* -X86673710Y-120853921D01* -X86675725Y-120861870D01* -X86677914Y-120869665D01* -X86680279Y-120877306D01* -X86682819Y-120884791D01* -X86685534Y-120892123D01* -X86688452Y-120899245D01* -X86691563Y-120906138D01* -X86694868Y-120912805D01* -X86698366Y-120919243D01* -X86702058Y-120925453D01* -X86705943Y-120931436D01* -X86710022Y-120937191D01* -X86714294Y-120942718D01* -X86718760Y-120948017D01* -X86723419Y-120953088D01* -X86728271Y-120957931D01* -X86733317Y-120962547D01* -X86738557Y-120966935D01* -X86743990Y-120971095D01* -X86749617Y-120975027D01* -X86755437Y-120978731D01* -X86761402Y-120982209D01* -X86767428Y-120985463D01* -X86773515Y-120988493D01* -X86779662Y-120991298D01* -X86785871Y-120993878D01* -X86792139Y-120996234D01* -X86798469Y-120998366D01* -X86804859Y-121000273D01* -X86811310Y-121001956D01* -X86817822Y-121003415D01* -X86824394Y-121004649D01* -X86831027Y-121005659D01* -X86837720Y-121006444D01* -X86844475Y-121007005D01* -X86851290Y-121007342D01* -X86858165Y-121007454D01* -X86866475Y-121007300D01* -X86874624Y-121006836D01* -X86882613Y-121006063D01* -X86890442Y-121004981D01* -X86898110Y-121003590D01* -X86905618Y-121001890D01* -X86912966Y-120999881D01* -X86920154Y-120997562D01* -X86927181Y-120994935D01* -X86934048Y-120991998D01* -X86940755Y-120988752D01* -X86947302Y-120985198D01* -X86953688Y-120981334D01* -X86959914Y-120977160D01* -X86965979Y-120972678D01* -X86971885Y-120967887D01* -X86977592Y-120962791D01* -X86983063Y-120957395D01* -X86988299Y-120951699D01* -X86993299Y-120945704D01* -X86998062Y-120939408D01* -X87002591Y-120932812D01* -X87006883Y-120925916D01* -X87010939Y-120918721D01* -X87014760Y-120911225D01* -X87018344Y-120903430D01* -X87021693Y-120895334D01* -X87024806Y-120886939D01* -X87027683Y-120878243D01* -X87030324Y-120869248D01* -X87032730Y-120859953D01* -X87034899Y-120850357D01* +X89765567Y-117402508D01* +X89763953Y-117408708D01* +X89762260Y-117414815D01* +X89760488Y-117420830D01* +X89758638Y-117426752D01* +X89756710Y-117432581D01* +X89754703Y-117438317D01* +X89752618Y-117443961D01* +X89750455Y-117449512D01* +X89748213Y-117454970D01* +X89743493Y-117465609D01* +X89738461Y-117475876D01* +X89733114Y-117485772D01* +X89727454Y-117495298D01* +X89721480Y-117504452D01* +X89715192Y-117513236D01* +X89708590Y-117521649D01* +X89701675Y-117529690D01* +X89694446Y-117537361D01* +X89686904Y-117544661D01* +X89679048Y-117551590D01* +X89675002Y-117554915D01* +X89666736Y-117561268D01* +X89658243Y-117567211D01* +X89649522Y-117572744D01* +X89640573Y-117577868D01* +X89631396Y-117582581D01* +X89621991Y-117586885D01* +X89612359Y-117590779D01* +X89602498Y-117594263D01* +X89592410Y-117597337D01* +X89582094Y-117600001D01* +X89571550Y-117602255D01* +X89560779Y-117604099D01* +X89549779Y-117605534D01* +X89538552Y-117606559D01* +X89527097Y-117607173D01* +X89515414Y-117607378D01* +X89509340Y-117607339D01* +X89503338Y-117607222D01* +X89497407Y-117607027D01* +X89491547Y-117606753D01* +X89480042Y-117605972D01* +X89468821Y-117604878D01* +X89457886Y-117603471D01* +X89447236Y-117601752D01* +X89436870Y-117599721D01* +X89426790Y-117597377D01* +X89416995Y-117594720D01* +X89407485Y-117591751D01* +X89398260Y-117588469D01* +X89389320Y-117584875D01* +X89380665Y-117580968D01* +X89372296Y-117576748D01* +X89364211Y-117572216D01* +X89356412Y-117567371D01* +X89348887Y-117562231D01* +X89341590Y-117556811D01* +X89334521Y-117551112D01* +X89327679Y-117545133D01* +X89321066Y-117538875D01* +X89314680Y-117532338D01* +X89308523Y-117525521D01* +X89302593Y-117518425D01* +X89296891Y-117511050D01* +X89291416Y-117503395D01* +X89286170Y-117495461D01* +X89281151Y-117487248D01* +X89276360Y-117478755D01* +X89271797Y-117469983D01* +X89267462Y-117460931D01* +X89263355Y-117451600D01* +X89259487Y-117442068D01* +X89255868Y-117432449D01* +X89252498Y-117422742D01* +X89249378Y-117412949D01* +X89246508Y-117403069D01* +X89243887Y-117393101D01* +X89241516Y-117383047D01* +X89239395Y-117372905D01* +X89237523Y-117362677D01* +X89235901Y-117352361D01* +X89234528Y-117341959D01* +X89233405Y-117331469D01* +X89232531Y-117320893D01* +X89231907Y-117310230D01* +X89231533Y-117299479D01* +X89231408Y-117288642D01* +X89231443Y-117282730D01* +X89231549Y-117276866D01* +X89231971Y-117265281D01* +X89232676Y-117253886D01* +X89233661Y-117242681D01* +X89234929Y-117231666D01* +X89236478Y-117220841D01* +X89238308Y-117210206D01* +X89240421Y-117199762D01* +X89242815Y-117189507D01* +X89245490Y-117179442D01* +X89248447Y-117169567D01* +X89251686Y-117159883D01* +X89255207Y-117150388D01* +X89259009Y-117141084D01* +X89263093Y-117131969D01* +X89267458Y-117123045D01* +X89272084Y-117114348D01* +X89276947Y-117105917D01* +X89282049Y-117097752D01* +X89287389Y-117089852D01* +X89292966Y-117082218D01* +X89298783Y-117074850D01* +X89304837Y-117067747D01* +X89311129Y-117060909D01* +X89317659Y-117054338D01* +X89324428Y-117048032D01* +X89331435Y-117041991D01* +X89338680Y-117036217D01* +X89346163Y-117030707D01* +X89353884Y-117025464D01* +X89361843Y-117020486D01* +X89370040Y-117015773D01* +X89378427Y-117011319D01* +X89386916Y-117007152D01* +X89395508Y-117003273D01* +X89404204Y-116999681D01* +X89413002Y-116996376D01* +X89421904Y-116993359D01* +X89430908Y-116990629D01* +X89440016Y-116988186D01* +X89449227Y-116986031D01* +X89458540Y-116984163D01* +X89467957Y-116982583D01* +X89477477Y-116981289D01* +X89487099Y-116980284D01* +X89496825Y-116979565D01* +X89506654Y-116979134D01* +X89516586Y-116978990D01* +X89527812Y-116979173D01* +X89538813Y-116979721D01* +X89549588Y-116980634D01* +X89560138Y-116981912D01* +X89570462Y-116983556D01* +X89580560Y-116985564D01* +X89590433Y-116987938D01* +X89600080Y-116990677D01* +X89609502Y-116993782D01* +X89618699Y-116997251D01* +X89627669Y-117001086D01* +X89636415Y-117005286D01* +X89644934Y-117009851D01* +X89653228Y-117014782D01* +X89661297Y-117020078D01* +X89669140Y-117025739D01* +X89676724Y-117031731D01* +X89684015Y-117038021D01* +X89691012Y-117044609D01* +X89697717Y-117051494D01* +X89704128Y-117058677D01* +X89710246Y-117066158D01* +X89716071Y-117073936D01* +X89721604Y-117082012D01* +X89726843Y-117090386D01* +X89731788Y-117099057D01* +X89736441Y-117108026D01* +X89740801Y-117117293D01* +X89744868Y-117126857D01* +X89748641Y-117136719D01* +X89752122Y-117146879D01* +X89755309Y-117157337D01* +X89676467Y-117175948D01* +X89673774Y-117167665D01* +X89670931Y-117159668D01* +X89667939Y-117151957D01* +X89664799Y-117144532D01* +X89661509Y-117137394D01* +X89658071Y-117130542D01* +X89654484Y-117123976D01* +X89650749Y-117117696D01* +X89646864Y-117111702D01* +X89642831Y-117105995D01* +X89638648Y-117100574D01* +X89634317Y-117095439D01* +X89629837Y-117090591D01* +X89625208Y-117086028D01* +X89620431Y-117081752D01* +X89615504Y-117077762D01* +X89610423Y-117074036D01* +X89605182Y-117070549D01* +X89599781Y-117067304D01* +X89594219Y-117064298D01* +X89588497Y-117061533D01* +X89582614Y-117059009D01* +X89576571Y-117056725D01* +X89570368Y-117054681D01* +X89564005Y-117052878D01* +X89557481Y-117051315D01* +X89550798Y-117049993D01* +X89543953Y-117048911D01* +X89536949Y-117048070D01* +X89529784Y-117047468D01* +X89522459Y-117047108D01* +X89514974Y-117046988D01* +X89506362Y-117047119D01* +X89497927Y-117047514D01* +X89489669Y-117048173D01* +X89481589Y-117049094D01* +X89473687Y-117050279D01* +X89465961Y-117051727D01* +X89458414Y-117053439D01* +X89451043Y-117055414D01* +X89443851Y-117057652D01* +X89436835Y-117060154D01* +X89429998Y-117062919D01* +X89423337Y-117065947D01* +X89416854Y-117069239D01* +X89410549Y-117072793D01* +X89404421Y-117076612D01* +X89398470Y-117080693D01* +X89392735Y-117084996D01* +X89387216Y-117089479D01* +X89381913Y-117094142D01* +X89376827Y-117098984D01* +X89371957Y-117104006D01* +X89367304Y-117109208D01* +X89362867Y-117114589D01* +X89358646Y-117120151D01* +X89354642Y-117125892D01* +X89350854Y-117131812D01* +X89347283Y-117137913D01* +X89343928Y-117144193D01* +X89340789Y-117150653D01* +X89337867Y-117157293D01* +X89335161Y-117164113D01* +X89332671Y-117171112D01* +X89330382Y-117178215D01* +X89328240Y-117185347D01* +X89326247Y-117192508D01* +X89324401Y-117199697D01* +X89322702Y-117206915D01* +X89321151Y-117214162D01* +X89319748Y-117221437D01* +X89318493Y-117228741D01* +X89317385Y-117236073D01* +X89316425Y-117243434D01* +X89315613Y-117250824D01* +X89314948Y-117258242D01* +X89314431Y-117265689D01* +X89314062Y-117273165D01* +X89313841Y-117280669D01* +X89313767Y-117288202D01* +X89313854Y-117297852D01* +X89314117Y-117307347D01* +X89314555Y-117316687D01* +X89315168Y-117325873D01* +X89315956Y-117334905D01* +X89316920Y-117343782D01* +X89318058Y-117352504D01* +X89319372Y-117361072D01* +X89320861Y-117369485D01* +X89322525Y-117377744D01* +X89324364Y-117385848D01* +X89326379Y-117393797D01* +X89328568Y-117401592D01* +X89330933Y-117409233D01* +X89333473Y-117416718D01* +X89336188Y-117424050D01* +X89339106Y-117431172D01* +X89342217Y-117438065D01* +X89345522Y-117444732D01* +X89349020Y-117451170D01* +X89352712Y-117457380D01* +X89356597Y-117463363D01* +X89360676Y-117469118D01* +X89364948Y-117474645D01* +X89369414Y-117479944D01* +X89374073Y-117485015D01* +X89378925Y-117489858D01* +X89383971Y-117494474D01* +X89389211Y-117498862D01* +X89394644Y-117503022D01* +X89400271Y-117506954D01* +X89406091Y-117510658D01* +X89412056Y-117514136D01* +X89418082Y-117517390D01* +X89424169Y-117520420D01* +X89430316Y-117523225D01* +X89436525Y-117525805D01* +X89442793Y-117528161D01* +X89449123Y-117530293D01* +X89455513Y-117532200D01* +X89461964Y-117533883D01* +X89468476Y-117535342D01* +X89475048Y-117536576D01* +X89481681Y-117537586D01* +X89488374Y-117538371D01* +X89495129Y-117538932D01* +X89501944Y-117539269D01* +X89508819Y-117539381D01* +X89517129Y-117539227D01* +X89525278Y-117538763D01* +X89533267Y-117537990D01* +X89541096Y-117536908D01* +X89548764Y-117535517D01* +X89556272Y-117533817D01* +X89563620Y-117531808D01* +X89570808Y-117529489D01* +X89577835Y-117526862D01* +X89584702Y-117523925D01* +X89591409Y-117520679D01* +X89597956Y-117517125D01* +X89604342Y-117513261D01* +X89610568Y-117509087D01* +X89616633Y-117504605D01* +X89622539Y-117499814D01* +X89628246Y-117494718D01* +X89633717Y-117489322D01* +X89638953Y-117483626D01* +X89643953Y-117477631D01* +X89648716Y-117471335D01* +X89653245Y-117464739D01* +X89657537Y-117457843D01* +X89661593Y-117450648D01* +X89665414Y-117443152D01* +X89668998Y-117435357D01* +X89672347Y-117427261D01* +X89675460Y-117418866D01* +X89678337Y-117410170D01* +X89680978Y-117401175D01* +X89683384Y-117391880D01* +X89685553Y-117382284D01* G37* G36* -X87402170Y-120456602D02* +X90052824Y-116988529D02* G01* -X87410787Y-120457081D01* -X87419201Y-120457880D01* -X87427413Y-120458998D01* -X87435422Y-120460435D01* -X87443228Y-120462192D01* -X87450832Y-120464268D01* -X87458233Y-120466664D01* -X87465432Y-120469379D01* -X87472428Y-120472414D01* -X87479221Y-120475767D01* -X87485811Y-120479441D01* -X87492199Y-120483434D01* -X87498384Y-120487746D01* -X87504367Y-120492378D01* -X87510147Y-120497329D01* -X87515701Y-120502543D01* -X87520971Y-120508001D01* -X87525955Y-120513703D01* -X87530654Y-120519649D01* -X87535068Y-120525839D01* -X87539197Y-120532273D01* -X87543041Y-120538950D01* -X87546600Y-120545872D01* -X87549874Y-120553037D01* -X87552863Y-120560446D01* -X87555566Y-120568099D01* -X87557985Y-120575996D01* -X87560119Y-120584137D01* -X87561967Y-120592521D01* -X87563530Y-120601150D01* -X87564809Y-120610022D01* -X87491096Y-120615884D01* -X87489155Y-120607637D01* -X87487071Y-120599824D01* -X87484842Y-120592442D01* -X87482468Y-120585494D01* -X87479951Y-120578979D01* -X87477289Y-120572896D01* -X87474483Y-120567246D01* -X87471532Y-120562029D01* -X87467374Y-120555745D01* -X87462959Y-120550232D01* -X87457203Y-120544365D01* -X87451199Y-120539076D01* -X87444948Y-120534363D01* -X87438450Y-120530228D01* -X87431704Y-120526670D01* -X87424711Y-120523689D01* -X87417471Y-120521284D01* -X87409983Y-120519457D01* -X87402248Y-120518207D01* -X87394266Y-120517534D01* -X87388807Y-120517405D01* -X87382234Y-120517577D01* -X87375812Y-120518091D01* -X87369543Y-120518947D01* -X87363425Y-120520146D01* -X87357459Y-120521688D01* -X87351646Y-120523572D01* -X87345984Y-120525799D01* -X87340475Y-120528369D01* -X87335117Y-120531281D01* -X87329911Y-120534536D01* -X87326525Y-120536896D01* -X87320088Y-120541826D01* -X87313911Y-120547162D01* -X87307995Y-120552906D01* -X87302338Y-120559056D01* -X87296942Y-120565614D01* -X87291806Y-120572579D01* -X87288526Y-120577448D01* -X87285362Y-120582498D01* -X87282314Y-120587729D01* -X87279382Y-120593141D01* -X87276565Y-120598734D01* -X87273863Y-120604507D01* -X87271277Y-120610462D01* -X87268843Y-120616649D01* -X87266558Y-120623159D01* -X87264424Y-120629990D01* -X87262439Y-120637142D01* -X87260604Y-120644617D01* -X87258920Y-120652413D01* -X87257385Y-120660531D01* -X87256000Y-120668970D01* -X87254765Y-120677732D01* -X87253681Y-120686814D01* -X87252746Y-120696219D01* -X87251961Y-120705946D01* -X87251326Y-120715994D01* -X87250841Y-120726364D01* -X87250506Y-120737055D01* -X87250321Y-120748068D01* -X87255454Y-120741017D01* -X87260795Y-120734316D01* -X87266345Y-120727965D01* -X87272104Y-120721965D01* -X87278071Y-120716315D01* -X87284247Y-120711015D01* -X87290632Y-120706066D01* -X87297225Y-120701467D01* -X87304027Y-120697218D01* -X87311038Y-120693320D01* -X87315827Y-120690915D01* -X87323140Y-120687563D01* -X87330514Y-120684541D01* -X87337950Y-120681848D01* -X87345448Y-120679485D01* -X87353008Y-120677452D01* -X87360629Y-120675748D01* -X87368313Y-120674374D01* -X87376058Y-120673330D01* -X87383865Y-120672616D01* -X87391733Y-120672231D01* -X87397014Y-120672158D01* -X87406214Y-120672372D01* -X87415240Y-120673014D01* -X87424093Y-120674084D01* -X87432771Y-120675583D01* -X87441275Y-120677510D01* -X87449605Y-120679865D01* -X87457761Y-120682648D01* -X87465744Y-120685860D01* -X87473552Y-120689499D01* -X87481186Y-120693567D01* -X87488646Y-120698063D01* -X87495932Y-120702987D01* -X87503044Y-120708340D01* -X87509982Y-120714120D01* -X87516746Y-120720329D01* -X87523336Y-120726966D01* -X87529654Y-120733924D01* -X87535564Y-120741133D01* -X87541066Y-120748592D01* -X87546161Y-120756302D01* -X87550848Y-120764263D01* -X87555127Y-120772475D01* -X87558999Y-120780937D01* -X87562464Y-120789651D01* -X87565521Y-120798615D01* -X87568170Y-120807829D01* -X87570412Y-120817295D01* -X87572246Y-120827011D01* -X87573672Y-120836977D01* -X87574691Y-120847195D01* -X87575303Y-120857663D01* -X87575506Y-120868382D01* -X87575410Y-120875477D01* -X87575122Y-120882510D01* -X87574641Y-120889481D01* -X87573968Y-120896391D01* -X87573102Y-120903238D01* -X87572044Y-120910024D01* -X87570794Y-120916748D01* -X87569351Y-120923410D01* -X87567717Y-120930011D01* -X87565889Y-120936549D01* -X87563870Y-120943026D01* -X87561658Y-120949440D01* -X87559254Y-120955793D01* -X87556657Y-120962085D01* -X87553868Y-120968314D01* -X87550887Y-120974481D01* -X87547755Y-120980510D01* -X87544480Y-120986361D01* -X87541060Y-120992033D01* -X87537496Y-120997526D01* -X87533788Y-121002840D01* -X87529935Y-121007976D01* -X87525938Y-121012934D01* -X87521797Y-121017712D01* -X87517512Y-121022313D01* -X87513082Y-121026734D01* -X87508509Y-121030977D01* -X87503791Y-121035041D01* -X87498928Y-121038927D01* -X87493922Y-121042634D01* -X87488771Y-121046163D01* -X87483476Y-121049513D01* -X87478082Y-121052654D01* -X87472597Y-121055592D01* -X87467022Y-121058328D01* -X87461356Y-121060861D01* -X87455601Y-121063191D01* -X87449754Y-121065319D01* -X87443817Y-121067244D01* -X87437790Y-121068967D01* -X87431672Y-121070487D01* -X87425464Y-121071804D01* -X87419166Y-121072918D01* -X87412777Y-121073830D01* -X87406297Y-121074540D01* -X87399727Y-121075046D01* -X87393067Y-121075350D01* -X87386316Y-121075451D01* -X87374854Y-121075184D01* -X87363661Y-121074382D01* -X87352735Y-121073045D01* -X87342077Y-121071174D01* -X87331688Y-121068768D01* -X87321566Y-121065827D01* -X87311712Y-121062352D01* -X87302125Y-121058342D01* -X87292807Y-121053798D01* -X87283757Y-121048718D01* -X87274974Y-121043104D01* -X87266460Y-121036956D01* -X87258213Y-121030272D01* -X87250234Y-121023054D01* -X87242524Y-121015302D01* -X87235081Y-121007015D01* -X87228000Y-120998114D01* -X87221376Y-120988520D01* -X87218236Y-120983464D01* -X87215209Y-120978234D01* -X87212297Y-120972831D01* -X87209499Y-120967255D01* -X87206816Y-120961506D01* -X87204246Y-120955583D01* -X87201791Y-120949488D01* -X87199449Y-120943219D01* -X87197223Y-120936777D01* -X87195110Y-120930162D01* -X87193111Y-120923374D01* -X87191227Y-120916413D01* -X87189457Y-120909278D01* -X87187801Y-120901971D01* -X87186259Y-120894490D01* -X87184832Y-120886836D01* -X87183518Y-120879008D01* -X87182319Y-120871008D01* -X87181717Y-120866477D01* -X87261899Y-120866477D01* -X87262042Y-120873784D01* -X87262470Y-120881032D01* -X87263185Y-120888220D01* -X87264186Y-120895349D01* -X87265473Y-120902419D01* -X87267045Y-120909429D01* -X87268904Y-120916381D01* -X87271049Y-120923273D01* -X87273479Y-120930106D01* -X87276195Y-120936879D01* -X87278165Y-120941362D01* -X87281328Y-120947917D01* -X87284718Y-120954173D01* -X87288335Y-120960131D01* -X87292179Y-120965789D01* -X87296249Y-120971149D01* -X87300545Y-120976210D01* -X87305069Y-120980972D01* -X87309819Y-120985436D01* -X87314796Y-120989600D01* -X87319999Y-120993466D01* -X87323594Y-120995877D01* -X87329116Y-120999203D01* -X87334688Y-121002202D01* -X87340313Y-121004874D01* -X87345988Y-121007218D01* -X87351716Y-121009236D01* -X87357494Y-121010926D01* -X87363325Y-121012289D01* -X87369207Y-121013325D01* -X87375140Y-121014034D01* -X87381125Y-121014416D01* -X87385144Y-121014488D01* -X87393822Y-121014148D01* -X87402270Y-121013128D01* -X87410490Y-121011428D01* -X87418480Y-121009048D01* -X87426241Y-121005988D01* -X87433773Y-121002247D01* -X87441076Y-120997827D01* -X87448149Y-120992726D01* -X87452737Y-120988948D01* -X87457223Y-120984868D01* -X87461608Y-120980485D01* -X87465890Y-120975800D01* -X87469989Y-120970856D01* -X87473824Y-120965693D01* -X87477395Y-120960313D01* -X87480700Y-120954716D01* -X87483742Y-120948901D01* -X87486519Y-120942869D01* -X87489031Y-120936619D01* -X87491279Y-120930151D01* -X87493263Y-120923466D01* -X87494982Y-120916564D01* -X87496436Y-120909444D01* -X87497627Y-120902106D01* -X87498552Y-120894551D01* -X87499213Y-120886778D01* -X87499610Y-120878788D01* -X87499742Y-120870581D01* -X87499612Y-120862700D01* -X87499220Y-120855031D01* -X87498568Y-120847573D01* -X87497654Y-120840328D01* -X87496479Y-120833294D01* -X87495044Y-120826473D01* -X87493347Y-120819863D01* -X87491389Y-120813464D01* -X87489170Y-120807278D01* -X87486691Y-120801303D01* -X87483950Y-120795541D01* -X87480948Y-120789990D01* -X87477685Y-120784650D01* -X87474161Y-120779523D01* -X87470376Y-120774607D01* -X87466330Y-120769904D01* -X87462086Y-120765449D01* -X87457707Y-120761283D01* -X87453192Y-120757403D01* -X87448543Y-120753811D01* -X87441315Y-120748962D01* -X87433784Y-120744759D01* -X87425949Y-120741203D01* -X87417809Y-120738293D01* -X87409366Y-120736030D01* -X87403568Y-120734881D01* -X87397636Y-120734019D01* -X87391568Y-120733444D01* -X87385365Y-120733157D01* -X87382213Y-120733121D01* -X87375989Y-120733264D01* -X87369884Y-120733695D01* -X87363899Y-120734414D01* -X87358033Y-120735420D01* -X87352285Y-120736713D01* -X87343887Y-120739191D01* -X87335758Y-120742316D01* -X87327896Y-120746088D01* -X87320302Y-120750506D01* -X87315388Y-120753811D01* -X87310593Y-120757403D01* -X87305917Y-120761283D01* -X87301361Y-120765449D01* -X87296923Y-120769904D01* -X87292682Y-120774591D01* -X87288714Y-120779459D01* -X87285020Y-120784506D01* -X87281600Y-120789733D01* -X87278453Y-120795140D01* -X87275580Y-120800726D01* -X87272981Y-120806493D01* -X87270655Y-120812439D01* -X87268602Y-120818564D01* -X87266824Y-120824870D01* -X87265319Y-120831355D01* -X87264088Y-120838020D01* -X87263130Y-120844865D01* -X87262446Y-120851889D01* -X87262035Y-120859093D01* -X87261899Y-120866477D01* -X87181717Y-120866477D01* -X87181234Y-120862835D01* -X87180263Y-120854488D01* -X87179407Y-120845968D01* -X87178665Y-120837275D01* -X87178037Y-120828409D01* -X87177523Y-120819370D01* -X87177123Y-120810157D01* -X87176837Y-120800772D01* -X87176666Y-120791213D01* -X87176609Y-120781481D01* -X87176672Y-120770593D01* -X87176861Y-120759892D01* -X87177177Y-120749378D01* -X87177619Y-120739051D01* -X87178187Y-120728912D01* -X87178881Y-120718960D01* -X87179701Y-120709194D01* -X87180648Y-120699617D01* -X87181721Y-120690226D01* -X87182920Y-120681023D01* -X87184246Y-120672006D01* -X87185697Y-120663177D01* -X87187275Y-120654535D01* -X87188979Y-120646081D01* -X87190809Y-120637813D01* -X87192766Y-120629733D01* -X87194848Y-120621840D01* -X87197057Y-120614134D01* -X87199392Y-120606615D01* -X87201854Y-120599283D01* -X87204441Y-120592139D01* -X87207155Y-120585182D01* -X87209995Y-120578412D01* -X87212961Y-120571829D01* -X87216054Y-120565433D01* -X87219273Y-120559225D01* -X87222618Y-120553203D01* -X87226089Y-120547369D01* -X87229686Y-120541723D01* -X87233410Y-120536263D01* -X87237260Y-120530990D01* -X87241236Y-120525905D01* -X87248442Y-120517494D01* -X87255954Y-120509625D01* -X87263774Y-120502299D01* -X87271900Y-120495515D01* -X87280334Y-120489274D01* -X87289074Y-120483576D01* -X87298121Y-120478421D01* -X87307474Y-120473808D01* -X87317135Y-120469738D01* -X87327102Y-120466211D01* -X87337376Y-120463226D01* -X87347958Y-120460784D01* -X87358845Y-120458884D01* -X87370040Y-120457528D01* -X87381542Y-120456714D01* -X87387408Y-120456510D01* -X87393350Y-120456442D01* -X87402170Y-120456602D01* +X90061441Y-116989008D01* +X90069855Y-116989807D01* +X90078067Y-116990925D01* +X90086076Y-116992362D01* +X90093882Y-116994119D01* +X90101486Y-116996195D01* +X90108887Y-116998591D01* +X90116086Y-117001306D01* +X90123082Y-117004341D01* +X90129875Y-117007694D01* +X90136465Y-117011368D01* +X90142853Y-117015361D01* +X90149038Y-117019673D01* +X90155021Y-117024305D01* +X90160801Y-117029256D01* +X90166355Y-117034470D01* +X90171625Y-117039928D01* +X90176609Y-117045630D01* +X90181308Y-117051576D01* +X90185722Y-117057766D01* +X90189851Y-117064200D01* +X90193695Y-117070877D01* +X90197254Y-117077799D01* +X90200528Y-117084964D01* +X90203517Y-117092373D01* +X90206220Y-117100026D01* +X90208639Y-117107923D01* +X90210773Y-117116064D01* +X90212621Y-117124448D01* +X90214184Y-117133077D01* +X90215463Y-117141949D01* +X90141750Y-117147811D01* +X90139809Y-117139564D01* +X90137725Y-117131751D01* +X90135496Y-117124369D01* +X90133122Y-117117421D01* +X90130605Y-117110906D01* +X90127943Y-117104823D01* +X90125137Y-117099173D01* +X90122186Y-117093956D01* +X90118028Y-117087672D01* +X90113613Y-117082159D01* +X90107857Y-117076292D01* +X90101853Y-117071003D01* +X90095602Y-117066290D01* +X90089104Y-117062155D01* +X90082358Y-117058597D01* +X90075365Y-117055616D01* +X90068125Y-117053211D01* +X90060637Y-117051384D01* +X90052902Y-117050134D01* +X90044920Y-117049461D01* +X90039461Y-117049332D01* +X90032888Y-117049504D01* +X90026466Y-117050018D01* +X90020197Y-117050874D01* +X90014079Y-117052073D01* +X90008113Y-117053615D01* +X90002300Y-117055499D01* +X89996638Y-117057726D01* +X89991129Y-117060296D01* +X89985771Y-117063208D01* +X89980565Y-117066463D01* +X89977179Y-117068823D01* +X89970742Y-117073753D01* +X89964565Y-117079089D01* +X89958649Y-117084833D01* +X89952992Y-117090983D01* +X89947596Y-117097541D01* +X89942460Y-117104506D01* +X89939180Y-117109375D01* +X89936016Y-117114425D01* +X89932968Y-117119656D01* +X89930036Y-117125068D01* +X89927219Y-117130661D01* +X89924517Y-117136434D01* +X89921931Y-117142389D01* +X89919497Y-117148576D01* +X89917212Y-117155086D01* +X89915078Y-117161917D01* +X89913093Y-117169069D01* +X89911258Y-117176544D01* +X89909574Y-117184340D01* +X89908039Y-117192458D01* +X89906654Y-117200897D01* +X89905419Y-117209659D01* +X89904335Y-117218741D01* +X89903400Y-117228146D01* +X89902615Y-117237873D01* +X89901980Y-117247921D01* +X89901495Y-117258291D01* +X89901160Y-117268982D01* +X89900975Y-117279995D01* +X89906108Y-117272944D01* +X89911449Y-117266243D01* +X89916999Y-117259892D01* +X89922758Y-117253892D01* +X89928725Y-117248242D01* +X89934901Y-117242942D01* +X89941286Y-117237993D01* +X89947879Y-117233394D01* +X89954681Y-117229145D01* +X89961692Y-117225247D01* +X89966481Y-117222842D01* +X89973794Y-117219490D01* +X89981168Y-117216468D01* +X89988604Y-117213775D01* +X89996102Y-117211412D01* +X90003662Y-117209379D01* +X90011283Y-117207675D01* +X90018967Y-117206301D01* +X90026712Y-117205257D01* +X90034519Y-117204543D01* +X90042387Y-117204158D01* +X90047668Y-117204085D01* +X90056868Y-117204299D01* +X90065894Y-117204941D01* +X90074747Y-117206011D01* +X90083425Y-117207510D01* +X90091929Y-117209437D01* +X90100259Y-117211792D01* +X90108415Y-117214575D01* +X90116398Y-117217787D01* +X90124206Y-117221426D01* +X90131840Y-117225494D01* +X90139300Y-117229990D01* +X90146586Y-117234914D01* +X90153698Y-117240267D01* +X90160636Y-117246047D01* +X90167400Y-117252256D01* +X90173990Y-117258893D01* +X90180308Y-117265851D01* +X90186218Y-117273060D01* +X90191720Y-117280519D01* +X90196815Y-117288229D01* +X90201502Y-117296190D01* +X90205781Y-117304402D01* +X90209653Y-117312864D01* +X90213118Y-117321578D01* +X90216175Y-117330542D01* +X90218824Y-117339756D01* +X90221066Y-117349222D01* +X90222900Y-117358938D01* +X90224326Y-117368904D01* +X90225345Y-117379122D01* +X90225957Y-117389590D01* +X90226160Y-117400309D01* +X90226064Y-117407404D01* +X90225776Y-117414437D01* +X90225295Y-117421408D01* +X90224622Y-117428318D01* +X90223756Y-117435165D01* +X90222698Y-117441951D01* +X90221448Y-117448675D01* +X90220005Y-117455337D01* +X90218371Y-117461938D01* +X90216543Y-117468476D01* +X90214524Y-117474953D01* +X90212312Y-117481367D01* +X90209908Y-117487720D01* +X90207311Y-117494012D01* +X90204522Y-117500241D01* +X90201541Y-117506408D01* +X90198409Y-117512437D01* +X90195134Y-117518288D01* +X90191714Y-117523960D01* +X90188150Y-117529453D01* +X90184442Y-117534767D01* +X90180589Y-117539903D01* +X90176592Y-117544861D01* +X90172451Y-117549639D01* +X90168166Y-117554240D01* +X90163736Y-117558661D01* +X90159163Y-117562904D01* +X90154445Y-117566968D01* +X90149582Y-117570854D01* +X90144576Y-117574561D01* +X90139425Y-117578090D01* +X90134130Y-117581440D01* +X90128736Y-117584581D01* +X90123251Y-117587519D01* +X90117676Y-117590255D01* +X90112010Y-117592788D01* +X90106255Y-117595118D01* +X90100408Y-117597246D01* +X90094471Y-117599171D01* +X90088444Y-117600894D01* +X90082326Y-117602414D01* +X90076118Y-117603731D01* +X90069820Y-117604845D01* +X90063431Y-117605757D01* +X90056951Y-117606467D01* +X90050381Y-117606973D01* +X90043721Y-117607277D01* +X90036970Y-117607378D01* +X90025508Y-117607111D01* +X90014315Y-117606309D01* +X90003389Y-117604972D01* +X89992731Y-117603101D01* +X89982342Y-117600695D01* +X89972220Y-117597754D01* +X89962366Y-117594279D01* +X89952779Y-117590269D01* +X89943461Y-117585725D01* +X89934411Y-117580645D01* +X89925628Y-117575031D01* +X89917114Y-117568883D01* +X89908867Y-117562199D01* +X89900888Y-117554981D01* +X89893178Y-117547229D01* +X89885735Y-117538942D01* +X89878654Y-117530041D01* +X89872030Y-117520447D01* +X89868890Y-117515391D01* +X89865863Y-117510161D01* +X89862951Y-117504758D01* +X89860153Y-117499182D01* +X89857470Y-117493433D01* +X89854900Y-117487510D01* +X89852445Y-117481415D01* +X89850103Y-117475146D01* +X89847877Y-117468704D01* +X89845764Y-117462089D01* +X89843765Y-117455301D01* +X89841881Y-117448340D01* +X89840111Y-117441205D01* +X89838455Y-117433898D01* +X89836913Y-117426417D01* +X89835486Y-117418763D01* +X89834172Y-117410935D01* +X89832973Y-117402935D01* +X89832371Y-117398404D01* +X89912553Y-117398404D01* +X89912696Y-117405711D01* +X89913124Y-117412959D01* +X89913839Y-117420147D01* +X89914840Y-117427276D01* +X89916127Y-117434346D01* +X89917699Y-117441356D01* +X89919558Y-117448308D01* +X89921703Y-117455200D01* +X89924133Y-117462033D01* +X89926849Y-117468806D01* +X89928819Y-117473289D01* +X89931982Y-117479844D01* +X89935372Y-117486100D01* +X89938989Y-117492058D01* +X89942833Y-117497716D01* +X89946903Y-117503076D01* +X89951199Y-117508137D01* +X89955723Y-117512899D01* +X89960473Y-117517363D01* +X89965450Y-117521527D01* +X89970653Y-117525393D01* +X89974248Y-117527804D01* +X89979770Y-117531130D01* +X89985342Y-117534129D01* +X89990967Y-117536801D01* +X89996642Y-117539145D01* +X90002370Y-117541163D01* +X90008148Y-117542853D01* +X90013979Y-117544216D01* +X90019861Y-117545252D01* +X90025794Y-117545961D01* +X90031779Y-117546343D01* +X90035798Y-117546415D01* +X90044476Y-117546075D01* +X90052924Y-117545055D01* +X90061144Y-117543355D01* +X90069134Y-117540975D01* +X90076895Y-117537915D01* +X90084427Y-117534174D01* +X90091730Y-117529754D01* +X90098803Y-117524653D01* +X90103391Y-117520875D01* +X90107877Y-117516795D01* +X90112262Y-117512412D01* +X90116544Y-117507727D01* +X90120643Y-117502783D01* +X90124478Y-117497620D01* +X90128049Y-117492240D01* +X90131354Y-117486643D01* +X90134396Y-117480828D01* +X90137173Y-117474796D01* +X90139685Y-117468546D01* +X90141933Y-117462078D01* +X90143917Y-117455393D01* +X90145636Y-117448491D01* +X90147090Y-117441371D01* +X90148281Y-117434033D01* +X90149206Y-117426478D01* +X90149867Y-117418705D01* +X90150264Y-117410715D01* +X90150396Y-117402508D01* +X90150266Y-117394627D01* +X90149874Y-117386958D01* +X90149222Y-117379500D01* +X90148308Y-117372255D01* +X90147133Y-117365221D01* +X90145698Y-117358400D01* +X90144001Y-117351790D01* +X90142043Y-117345391D01* +X90139824Y-117339205D01* +X90137345Y-117333230D01* +X90134604Y-117327468D01* +X90131602Y-117321917D01* +X90128339Y-117316577D01* +X90124815Y-117311450D01* +X90121030Y-117306534D01* +X90116984Y-117301831D01* +X90112740Y-117297376D01* +X90108361Y-117293210D01* +X90103846Y-117289330D01* +X90099197Y-117285738D01* +X90091969Y-117280889D01* +X90084438Y-117276686D01* +X90076603Y-117273130D01* +X90068463Y-117270220D01* +X90060020Y-117267957D01* +X90054222Y-117266808D01* +X90048290Y-117265946D01* +X90042222Y-117265371D01* +X90036019Y-117265084D01* +X90032867Y-117265048D01* +X90026643Y-117265191D01* +X90020538Y-117265622D01* +X90014553Y-117266341D01* +X90008687Y-117267347D01* +X90002939Y-117268640D01* +X89994541Y-117271118D01* +X89986412Y-117274243D01* +X89978550Y-117278015D01* +X89970956Y-117282433D01* +X89966042Y-117285738D01* +X89961247Y-117289330D01* +X89956571Y-117293210D01* +X89952015Y-117297376D01* +X89947577Y-117301831D01* +X89943336Y-117306518D01* +X89939368Y-117311386D01* +X89935674Y-117316433D01* +X89932254Y-117321660D01* +X89929107Y-117327067D01* +X89926234Y-117332653D01* +X89923635Y-117338420D01* +X89921309Y-117344366D01* +X89919256Y-117350491D01* +X89917478Y-117356797D01* +X89915973Y-117363282D01* +X89914742Y-117369947D01* +X89913784Y-117376792D01* +X89913100Y-117383816D01* +X89912689Y-117391020D01* +X89912553Y-117398404D01* +X89832371Y-117398404D01* +X89831888Y-117394762D01* +X89830917Y-117386415D01* +X89830061Y-117377895D01* +X89829319Y-117369202D01* +X89828691Y-117360336D01* +X89828177Y-117351297D01* +X89827777Y-117342084D01* +X89827491Y-117332699D01* +X89827320Y-117323140D01* +X89827263Y-117313408D01* +X89827326Y-117302520D01* +X89827515Y-117291819D01* +X89827831Y-117281305D01* +X89828273Y-117270978D01* +X89828841Y-117260839D01* +X89829535Y-117250887D01* +X89830355Y-117241121D01* +X89831302Y-117231544D01* +X89832375Y-117222153D01* +X89833574Y-117212950D01* +X89834900Y-117203933D01* +X89836351Y-117195104D01* +X89837929Y-117186462D01* +X89839633Y-117178008D01* +X89841463Y-117169740D01* +X89843420Y-117161660D01* +X89845502Y-117153767D01* +X89847711Y-117146061D01* +X89850046Y-117138542D01* +X89852508Y-117131210D01* +X89855095Y-117124066D01* +X89857809Y-117117109D01* +X89860649Y-117110339D01* +X89863615Y-117103756D01* +X89866708Y-117097360D01* +X89869927Y-117091152D01* +X89873272Y-117085130D01* +X89876743Y-117079296D01* +X89880340Y-117073650D01* +X89884064Y-117068190D01* +X89887914Y-117062917D01* +X89891890Y-117057832D01* +X89899096Y-117049421D01* +X89906608Y-117041552D01* +X89914428Y-117034226D01* +X89922554Y-117027442D01* +X89930988Y-117021201D01* +X89939728Y-117015503D01* +X89948775Y-117010348D01* +X89958128Y-117005735D01* +X89967789Y-117001665D01* +X89977756Y-116998138D01* +X89988030Y-116995153D01* +X89998612Y-116992711D01* +X90009499Y-116990811D01* +X90020694Y-116989455D01* +X90032196Y-116988641D01* +X90038062Y-116988437D01* +X90044004Y-116988369D01* +X90052824Y-116988529D01* G37* +D15* G36* X130880999Y-128352341D02* G01* @@ -43227,986 +45152,6 @@ X155185986Y-66900984D01* X155184878Y-66891558D01* G37* G36* -X79810586Y-113128040D02* -G01* -X79830810Y-113048026D01* -X79837010Y-113049640D01* -X79843117Y-113051333D01* -X79849132Y-113053105D01* -X79855054Y-113054955D01* -X79860883Y-113056883D01* -X79866619Y-113058890D01* -X79872263Y-113060975D01* -X79877814Y-113063138D01* -X79883272Y-113065380D01* -X79893911Y-113070100D01* -X79904178Y-113075132D01* -X79914074Y-113080479D01* -X79923600Y-113086139D01* -X79932754Y-113092113D01* -X79941538Y-113098401D01* -X79949951Y-113105003D01* -X79957992Y-113111918D01* -X79965663Y-113119147D01* -X79972963Y-113126689D01* -X79979892Y-113134545D01* -X79983217Y-113138591D01* -X79989570Y-113146857D01* -X79995513Y-113155350D01* -X80001046Y-113164071D01* -X80006170Y-113173020D01* -X80010883Y-113182197D01* -X80015187Y-113191602D01* -X80019081Y-113201234D01* -X80022565Y-113211095D01* -X80025639Y-113221183D01* -X80028303Y-113231499D01* -X80030557Y-113242043D01* -X80032401Y-113252814D01* -X80033836Y-113263814D01* -X80034861Y-113275041D01* -X80035475Y-113286496D01* -X80035680Y-113298179D01* -X80035641Y-113304253D01* -X80035524Y-113310255D01* -X80035329Y-113316186D01* -X80035055Y-113322046D01* -X80034274Y-113333551D01* -X80033180Y-113344772D01* -X80031773Y-113355707D01* -X80030054Y-113366357D01* -X80028023Y-113376723D01* -X80025679Y-113386803D01* -X80023022Y-113396598D01* -X80020053Y-113406108D01* -X80016771Y-113415333D01* -X80013177Y-113424273D01* -X80009270Y-113432928D01* -X80005050Y-113441297D01* -X80000518Y-113449382D01* -X79995673Y-113457181D01* -X79990533Y-113464706D01* -X79985113Y-113472003D01* -X79979414Y-113479072D01* -X79973435Y-113485914D01* -X79967177Y-113492527D01* -X79960640Y-113498913D01* -X79953823Y-113505070D01* -X79946727Y-113511000D01* -X79939352Y-113516702D01* -X79931697Y-113522177D01* -X79923763Y-113527423D01* -X79915550Y-113532442D01* -X79907057Y-113537233D01* -X79898285Y-113541796D01* -X79889233Y-113546131D01* -X79879902Y-113550238D01* -X79870370Y-113554106D01* -X79860751Y-113557725D01* -X79851044Y-113561095D01* -X79841251Y-113564215D01* -X79831371Y-113567085D01* -X79821403Y-113569706D01* -X79811349Y-113572077D01* -X79801207Y-113574198D01* -X79790979Y-113576070D01* -X79780663Y-113577692D01* -X79770261Y-113579065D01* -X79759771Y-113580188D01* -X79749195Y-113581062D01* -X79738532Y-113581686D01* -X79727781Y-113582060D01* -X79716944Y-113582185D01* -X79711032Y-113582150D01* -X79705168Y-113582044D01* -X79693583Y-113581622D01* -X79682188Y-113580917D01* -X79670983Y-113579932D01* -X79659968Y-113578664D01* -X79649143Y-113577115D01* -X79638508Y-113575285D01* -X79628064Y-113573172D01* -X79617809Y-113570778D01* -X79607744Y-113568103D01* -X79597869Y-113565146D01* -X79588185Y-113561907D01* -X79578690Y-113558386D01* -X79569386Y-113554584D01* -X79560271Y-113550500D01* -X79551347Y-113546135D01* -X79542650Y-113541509D01* -X79534219Y-113536646D01* -X79526054Y-113531544D01* -X79518154Y-113526204D01* -X79510520Y-113520627D01* -X79503152Y-113514810D01* -X79496049Y-113508756D01* -X79489211Y-113502464D01* -X79482640Y-113495934D01* -X79476334Y-113489165D01* -X79470293Y-113482158D01* -X79464519Y-113474913D01* -X79459009Y-113467430D01* -X79453766Y-113459709D01* -X79448788Y-113451750D01* -X79444075Y-113443553D01* -X79439621Y-113435166D01* -X79435454Y-113426677D01* -X79431575Y-113418085D01* -X79427983Y-113409389D01* -X79424678Y-113400591D01* -X79421661Y-113391689D01* -X79418931Y-113382685D01* -X79416488Y-113373577D01* -X79414333Y-113364366D01* -X79412465Y-113355053D01* -X79410885Y-113345636D01* -X79409591Y-113336116D01* -X79408586Y-113326494D01* -X79407867Y-113316768D01* -X79407436Y-113306939D01* -X79407292Y-113297007D01* -X79407475Y-113285781D01* -X79408023Y-113274780D01* -X79408936Y-113264005D01* -X79410214Y-113253455D01* -X79411858Y-113243131D01* -X79413866Y-113233033D01* -X79416240Y-113223160D01* -X79418979Y-113213513D01* -X79422084Y-113204091D01* -X79425553Y-113194894D01* -X79429388Y-113185924D01* -X79433588Y-113177178D01* -X79438153Y-113168659D01* -X79443084Y-113160365D01* -X79448380Y-113152296D01* -X79454041Y-113144453D01* -X79460033Y-113136869D01* -X79466323Y-113129578D01* -X79472911Y-113122581D01* -X79479796Y-113115876D01* -X79486979Y-113109465D01* -X79494460Y-113103347D01* -X79502238Y-113097522D01* -X79510314Y-113091989D01* -X79518688Y-113086750D01* -X79527359Y-113081805D01* -X79536328Y-113077152D01* -X79545595Y-113072792D01* -X79555159Y-113068725D01* -X79565021Y-113064952D01* -X79575181Y-113061471D01* -X79585639Y-113058284D01* -X79604250Y-113137126D01* -X79595967Y-113139819D01* -X79587970Y-113142662D01* -X79580259Y-113145654D01* -X79572834Y-113148794D01* -X79565696Y-113152084D01* -X79558844Y-113155522D01* -X79552278Y-113159109D01* -X79545998Y-113162844D01* -X79540004Y-113166729D01* -X79534297Y-113170762D01* -X79528876Y-113174945D01* -X79523741Y-113179276D01* -X79518893Y-113183756D01* -X79514330Y-113188385D01* -X79510054Y-113193162D01* -X79506064Y-113198089D01* -X79502338Y-113203170D01* -X79498851Y-113208411D01* -X79495606Y-113213812D01* -X79492600Y-113219374D01* -X79489835Y-113225096D01* -X79487311Y-113230979D01* -X79485027Y-113237022D01* -X79482983Y-113243225D01* -X79481180Y-113249588D01* -X79479617Y-113256112D01* -X79478295Y-113262795D01* -X79477213Y-113269640D01* -X79476372Y-113276644D01* -X79475770Y-113283809D01* -X79475410Y-113291134D01* -X79475290Y-113298619D01* -X79475421Y-113307231D01* -X79475816Y-113315666D01* -X79476475Y-113323924D01* -X79477396Y-113332004D01* -X79478581Y-113339906D01* -X79480029Y-113347632D01* -X79481741Y-113355179D01* -X79483716Y-113362550D01* -X79485954Y-113369742D01* -X79488456Y-113376758D01* -X79491221Y-113383595D01* -X79494249Y-113390256D01* -X79497541Y-113396739D01* -X79501095Y-113403044D01* -X79504914Y-113409172D01* -X79508995Y-113415123D01* -X79513298Y-113420858D01* -X79517781Y-113426377D01* -X79522444Y-113431680D01* -X79527286Y-113436766D01* -X79532308Y-113441636D01* -X79537510Y-113446289D01* -X79542891Y-113450726D01* -X79548453Y-113454947D01* -X79554194Y-113458951D01* -X79560114Y-113462739D01* -X79566215Y-113466310D01* -X79572495Y-113469665D01* -X79578955Y-113472804D01* -X79585595Y-113475726D01* -X79592415Y-113478432D01* -X79599414Y-113480922D01* -X79606517Y-113483211D01* -X79613649Y-113485353D01* -X79620810Y-113487346D01* -X79627999Y-113489192D01* -X79635217Y-113490891D01* -X79642464Y-113492442D01* -X79649739Y-113493845D01* -X79657043Y-113495100D01* -X79664375Y-113496208D01* -X79671736Y-113497168D01* -X79679126Y-113497980D01* -X79686544Y-113498645D01* -X79693991Y-113499162D01* -X79701467Y-113499531D01* -X79708971Y-113499752D01* -X79716504Y-113499826D01* -X79726154Y-113499739D01* -X79735649Y-113499476D01* -X79744989Y-113499038D01* -X79754175Y-113498425D01* -X79763207Y-113497637D01* -X79772084Y-113496673D01* -X79780806Y-113495535D01* -X79789374Y-113494221D01* -X79797787Y-113492732D01* -X79806046Y-113491068D01* -X79814150Y-113489229D01* -X79822099Y-113487214D01* -X79829894Y-113485025D01* -X79837535Y-113482660D01* -X79845020Y-113480120D01* -X79852352Y-113477405D01* -X79859474Y-113474487D01* -X79866367Y-113471376D01* -X79873034Y-113468071D01* -X79879472Y-113464573D01* -X79885682Y-113460881D01* -X79891665Y-113456996D01* -X79897420Y-113452917D01* -X79902947Y-113448645D01* -X79908246Y-113444179D01* -X79913317Y-113439520D01* -X79918160Y-113434668D01* -X79922776Y-113429622D01* -X79927164Y-113424382D01* -X79931324Y-113418949D01* -X79935256Y-113413322D01* -X79938960Y-113407502D01* -X79942438Y-113401537D01* -X79945692Y-113395511D01* -X79948722Y-113389424D01* -X79951527Y-113383277D01* -X79954107Y-113377068D01* -X79956463Y-113370800D01* -X79958595Y-113364470D01* -X79960502Y-113358080D01* -X79962185Y-113351629D01* -X79963644Y-113345117D01* -X79964878Y-113338545D01* -X79965888Y-113331912D01* -X79966673Y-113325219D01* -X79967234Y-113318464D01* -X79967571Y-113311649D01* -X79967683Y-113304774D01* -X79967529Y-113296464D01* -X79967065Y-113288315D01* -X79966292Y-113280326D01* -X79965210Y-113272497D01* -X79963819Y-113264829D01* -X79962119Y-113257321D01* -X79960110Y-113249973D01* -X79957791Y-113242785D01* -X79955164Y-113235758D01* -X79952227Y-113228891D01* -X79948981Y-113222184D01* -X79945427Y-113215637D01* -X79941563Y-113209251D01* -X79937389Y-113203025D01* -X79932907Y-113196960D01* -X79928116Y-113191054D01* -X79923020Y-113185347D01* -X79917624Y-113179876D01* -X79911928Y-113174640D01* -X79905933Y-113169640D01* -X79899637Y-113164877D01* -X79893041Y-113160348D01* -X79886145Y-113156056D01* -X79878950Y-113152000D01* -X79871454Y-113148179D01* -X79863659Y-113144595D01* -X79855563Y-113141246D01* -X79847168Y-113138133D01* -X79838472Y-113135256D01* -X79829477Y-113132615D01* -X79820182Y-113130209D01* -X79810586Y-113128040D01* -G37* -G36* -X79955960Y-112593148D02* -G01* -X80026302Y-112593148D01* -X80026302Y-112992631D01* -X80019629Y-112992657D01* -X80013021Y-112992366D01* -X80006477Y-112991759D01* -X79999997Y-112990836D01* -X79993581Y-112989598D01* -X79987229Y-112988043D01* -X79980941Y-112986172D01* -X79974717Y-112983985D01* -X79967063Y-112980940D01* -X79959431Y-112977576D01* -X79951823Y-112973893D01* -X79944238Y-112969889D01* -X79936676Y-112965567D01* -X79931648Y-112962508D01* -X79926630Y-112959307D01* -X79921622Y-112955964D01* -X79916625Y-112952479D01* -X79911638Y-112948852D01* -X79906661Y-112945083D01* -X79901694Y-112941172D01* -X79896738Y-112937119D01* -X79894264Y-112935039D01* -X79889251Y-112930727D01* -X79884143Y-112926182D01* -X79878938Y-112921403D01* -X79873638Y-112916391D01* -X79868241Y-112911145D01* -X79862747Y-112905666D01* -X79857158Y-112899953D01* -X79851472Y-112894006D01* -X79845691Y-112887826D01* -X79839813Y-112881412D01* -X79833839Y-112874765D01* -X79827769Y-112867884D01* -X79821602Y-112860770D01* -X79815340Y-112853422D01* -X79808981Y-112845841D01* -X79802526Y-112838026D01* -X79797467Y-112831933D01* -X79792474Y-112825966D01* -X79787546Y-112820123D01* -X79782685Y-112814404D01* -X79777890Y-112808811D01* -X79773162Y-112803343D01* -X79768499Y-112797999D01* -X79763902Y-112792780D01* -X79759372Y-112787686D01* -X79754907Y-112782716D01* -X79750509Y-112777872D01* -X79746177Y-112773152D01* -X79741911Y-112768557D01* -X79737711Y-112764087D01* -X79733577Y-112759741D01* -X79725508Y-112751425D01* -X79717704Y-112743607D01* -X79710163Y-112736289D01* -X79702888Y-112729470D01* -X79695876Y-112723151D01* -X79689129Y-112717330D01* -X79682647Y-112712008D01* -X79676429Y-112707186D01* -X79673419Y-112704962D01* -X79667486Y-112700757D01* -X79661593Y-112696822D01* -X79655739Y-112693159D01* -X79649926Y-112689767D01* -X79644153Y-112686647D01* -X79638420Y-112683798D01* -X79632727Y-112681220D01* -X79627074Y-112678914D01* -X79621462Y-112676879D01* -X79613117Y-112674335D01* -X79604864Y-112672402D01* -X79596700Y-112671079D01* -X79588626Y-112670367D01* -X79583294Y-112670231D01* -X79575064Y-112670509D01* -X79567082Y-112671344D01* -X79559347Y-112672735D01* -X79551860Y-112674682D01* -X79544619Y-112677186D01* -X79537627Y-112680246D01* -X79530881Y-112683863D01* -X79524382Y-112688036D01* -X79518131Y-112692766D01* -X79512128Y-112698052D01* -X79508262Y-112701885D01* -X79502789Y-112707960D01* -X79497854Y-112714370D01* -X79493457Y-112721115D01* -X79489598Y-112728194D01* -X79486278Y-112735609D01* -X79483497Y-112743358D01* -X79481254Y-112751443D01* -X79479549Y-112759862D01* -X79478382Y-112768616D01* -X79477904Y-112774638D01* -X79477664Y-112780809D01* -X79477634Y-112783950D01* -X79477765Y-112790571D01* -X79478159Y-112797025D01* -X79478814Y-112803312D01* -X79479732Y-112809431D01* -X79480912Y-112815383D01* -X79482354Y-112821168D01* -X79484058Y-112826786D01* -X79487106Y-112834900D01* -X79490743Y-112842637D01* -X79494971Y-112849999D01* -X79499789Y-112856984D01* -X79505196Y-112863593D01* -X79511193Y-112869826D01* -X79517714Y-112875566D01* -X79524690Y-112880748D01* -X79532122Y-112885375D01* -X79537330Y-112888150D01* -X79542741Y-112890678D01* -X79548354Y-112892959D01* -X79554170Y-112894992D01* -X79560189Y-112896778D01* -X79566410Y-112898317D01* -X79572834Y-112899608D01* -X79579461Y-112900652D01* -X79586290Y-112901449D01* -X79593322Y-112901999D01* -X79600557Y-112902301D01* -X79604250Y-112902359D01* -X79596190Y-112978563D01* -X79585399Y-112977423D01* -X79574934Y-112975944D01* -X79564795Y-112974126D01* -X79554983Y-112971969D01* -X79545497Y-112969473D01* -X79536337Y-112966638D01* -X79527504Y-112963464D01* -X79518997Y-112959952D01* -X79510816Y-112956100D01* -X79502962Y-112951910D01* -X79495433Y-112947381D01* -X79488231Y-112942513D01* -X79481356Y-112937306D01* -X79474806Y-112931760D01* -X79468583Y-112925875D01* -X79462687Y-112919652D01* -X79457115Y-112913122D01* -X79451902Y-112906318D01* -X79447049Y-112899241D01* -X79442555Y-112891890D01* -X79438421Y-112884266D01* -X79434646Y-112876368D01* -X79431231Y-112868196D01* -X79428175Y-112859751D01* -X79425479Y-112851032D01* -X79423142Y-112842040D01* -X79421165Y-112832774D01* -X79419547Y-112823234D01* -X79418289Y-112813420D01* -X79417390Y-112803333D01* -X79416851Y-112792973D01* -X79416671Y-112782338D01* -X79416861Y-112771617D01* -X79417429Y-112761179D01* -X79418377Y-112751023D01* -X79419703Y-112741150D01* -X79421408Y-112731560D01* -X79423493Y-112722252D01* -X79425956Y-112713228D01* -X79428798Y-112704486D01* -X79432019Y-112696027D01* -X79435619Y-112687851D01* -X79439598Y-112679957D01* -X79443956Y-112672347D01* -X79448693Y-112665019D01* -X79453809Y-112657974D01* -X79459304Y-112651211D01* -X79465178Y-112644732D01* -X79471332Y-112638592D01* -X79477666Y-112632848D01* -X79484182Y-112627500D01* -X79490878Y-112622549D01* -X79497756Y-112617993D01* -X79504814Y-112613834D01* -X79512053Y-112610070D01* -X79519473Y-112606703D01* -X79527074Y-112603732D01* -X79534856Y-112601158D01* -X79542819Y-112598979D01* -X79550962Y-112597196D01* -X79559287Y-112595810D01* -X79567792Y-112594819D01* -X79576478Y-112594225D01* -X79585345Y-112594027D01* -X79592177Y-112594157D01* -X79598988Y-112594548D01* -X79605778Y-112595198D01* -X79612548Y-112596109D01* -X79619297Y-112597279D01* -X79626026Y-112598710D01* -X79632734Y-112600401D01* -X79639421Y-112602353D01* -X79646088Y-112604564D01* -X79652734Y-112607036D01* -X79657153Y-112608828D01* -X79663781Y-112611776D01* -X79670476Y-112615069D01* -X79677238Y-112618707D01* -X79684067Y-112622691D01* -X79690963Y-112627019D01* -X79697926Y-112631693D01* -X79704956Y-112636712D01* -X79709679Y-112640249D01* -X79714433Y-112643941D01* -X79719216Y-112647785D01* -X79724030Y-112651783D01* -X79728872Y-112655934D01* -X79731305Y-112658068D01* -X79736291Y-112662550D01* -X79741504Y-112667389D01* -X79746943Y-112672584D01* -X79752609Y-112678135D01* -X79758502Y-112684042D01* -X79764621Y-112690305D01* -X79770967Y-112696925D01* -X79777540Y-112703900D01* -X79784340Y-112711231D01* -X79791366Y-112718918D01* -X79798619Y-112726962D01* -X79806098Y-112735361D01* -X79813804Y-112744117D01* -X79817743Y-112748628D01* -X79821737Y-112753228D01* -X79825789Y-112757918D01* -X79829897Y-112762696D01* -X79834062Y-112767563D01* -X79838283Y-112772520D01* -X79845230Y-112780669D01* -X79851891Y-112788445D01* -X79858268Y-112795850D01* -X79864359Y-112802882D01* -X79870166Y-112809543D01* -X79875687Y-112815831D01* -X79880923Y-112821747D01* -X79885874Y-112827291D01* -X79890540Y-112832463D01* -X79894921Y-112837263D01* -X79899017Y-112841691D01* -X79904626Y-112847635D01* -X79909594Y-112852742D01* -X79913920Y-112857012D01* -X79915220Y-112858249D01* -X79920280Y-112862872D01* -X79925350Y-112867289D01* -X79930429Y-112871500D01* -X79935516Y-112875505D01* -X79940613Y-112879304D01* -X79945720Y-112882896D01* -X79950835Y-112886283D01* -X79955960Y-112889463D01* -X79955960Y-112593148D01* -G37* -G36* -X79732950Y-112121878D02* -G01* -X79739498Y-112121942D01* -X79745965Y-112122049D01* -X79752353Y-112122198D01* -X79758660Y-112122390D01* -X79764887Y-112122625D01* -X79771034Y-112122902D01* -X79777101Y-112123222D01* -X79783087Y-112123584D01* -X79788994Y-112123989D01* -X79800566Y-112124927D01* -X79811818Y-112126036D01* -X79822750Y-112127316D01* -X79833360Y-112128766D01* -X79843651Y-112130386D01* -X79853620Y-112132177D01* -X79863269Y-112134139D01* -X79872598Y-112136272D01* -X79881606Y-112138575D01* -X79890293Y-112141048D01* -X79898660Y-112143692D01* -X79906732Y-112146506D01* -X79914572Y-112149490D01* -X79922179Y-112152643D01* -X79929554Y-112155965D01* -X79936696Y-112159457D01* -X79943606Y-112163119D01* -X79950284Y-112166949D01* -X79956729Y-112170950D01* -X79962942Y-112175119D01* -X79968922Y-112179459D01* -X79974670Y-112183967D01* -X79980185Y-112188645D01* -X79985468Y-112193493D01* -X79990519Y-112198509D01* -X79995337Y-112203696D01* -X79999923Y-112209052D01* -X80004253Y-112214581D01* -X80008304Y-112220290D01* -X80012075Y-112226177D01* -X80015567Y-112232242D01* -X80018780Y-112238487D01* -X80021713Y-112244909D01* -X80024367Y-112251511D01* -X80026741Y-112258291D01* -X80028836Y-112265250D01* -X80030652Y-112272387D01* -X80032189Y-112279703D01* -X80033446Y-112287197D01* -X80034423Y-112294870D01* -X80035122Y-112302722D01* -X80035541Y-112310752D01* -X80035680Y-112318961D01* -X80035435Y-112329732D01* -X80034698Y-112340210D01* -X80033470Y-112350395D01* -X80031751Y-112360287D01* -X80029541Y-112369886D01* -X80026840Y-112379191D01* -X80023647Y-112388204D01* -X80019963Y-112396923D01* -X80015789Y-112405350D01* -X80011123Y-112413483D01* -X80005965Y-112421323D01* -X80000317Y-112428870D01* -X79994178Y-112436124D01* -X79987547Y-112443085D01* -X79980425Y-112449753D01* -X79972812Y-112456128D01* -X79967993Y-112459806D01* -X79962988Y-112463368D01* -X79957797Y-112466813D01* -X79952420Y-112470141D01* -X79946856Y-112473353D01* -X79941107Y-112476447D01* -X79935172Y-112479425D01* -X79929050Y-112482286D01* -X79922743Y-112485030D01* -X79916249Y-112487658D01* -X79909570Y-112490169D01* -X79902704Y-112492563D01* -X79895652Y-112494840D01* -X79888415Y-112497000D01* -X79880991Y-112499044D01* -X79873381Y-112500971D01* -X79865585Y-112502781D01* -X79857603Y-112504474D01* -X79849435Y-112506051D01* -X79841081Y-112507510D01* -X79832541Y-112508853D01* -X79823815Y-112510079D01* -X79814903Y-112511189D01* -X79805805Y-112512181D01* -X79796521Y-112513057D01* -X79787051Y-112513816D01* -X79777394Y-112514459D01* -X79767552Y-112514984D01* -X79757524Y-112515393D01* -X79747309Y-112515685D01* -X79736909Y-112515860D01* -X79726322Y-112515918D01* -X79719650Y-112515897D01* -X79713059Y-112515832D01* -X79706550Y-112515725D01* -X79700123Y-112515575D01* -X79693778Y-112515382D01* -X79687514Y-112515146D01* -X79681333Y-112514866D01* -X79675233Y-112514544D01* -X79669215Y-112514180D01* -X79663279Y-112513772D01* -X79657425Y-112513321D01* -X79645962Y-112512290D01* -X79634827Y-112511088D01* -X79624020Y-112509714D01* -X79613539Y-112508169D01* -X79603386Y-112506452D01* -X79593561Y-112504562D01* -X79584063Y-112502502D01* -X79574892Y-112500269D01* -X79566049Y-112497865D01* -X79557534Y-112495289D01* -X79553398Y-112493936D01* -X79545310Y-112491087D01* -X79537457Y-112488072D01* -X79529840Y-112484891D01* -X79522459Y-112481544D01* -X79515314Y-112478031D01* -X79508404Y-112474352D01* -X79501731Y-112470507D01* -X79495293Y-112466496D01* -X79489091Y-112462319D01* -X79483125Y-112457976D01* -X79477395Y-112453466D01* -X79471901Y-112448791D01* -X79466642Y-112443950D01* -X79461620Y-112438943D01* -X79456833Y-112433770D01* -X79452282Y-112428431D01* -X79447970Y-112422902D01* -X79443936Y-112417199D01* -X79440180Y-112411321D01* -X79436702Y-112405267D01* -X79433503Y-112399038D01* -X79430582Y-112392634D01* -X79427939Y-112386055D01* -X79425574Y-112379301D01* -X79423487Y-112372372D01* -X79421679Y-112365267D01* -X79420149Y-112357987D01* -X79418897Y-112350532D01* -X79417923Y-112342902D01* -X79417228Y-112335097D01* -X79416810Y-112327116D01* -X79416683Y-112319694D01* -X79477634Y-112319694D01* -X79477804Y-112326006D01* -X79478314Y-112332157D01* -X79479165Y-112338146D01* -X79480355Y-112343974D01* -X79481885Y-112349641D01* -X79484818Y-112357838D01* -X79488515Y-112365672D01* -X79492978Y-112373143D01* -X79496379Y-112377922D01* -X79500119Y-112382539D01* -X79504199Y-112386995D01* -X79508620Y-112391290D01* -X79513380Y-112395423D01* -X79518481Y-112399394D01* -X79521158Y-112401320D01* -X79528468Y-112405969D01* -X79536511Y-112410318D01* -X79545289Y-112414368D01* -X79554800Y-112418117D01* -X79565045Y-112421567D01* -X79576024Y-112424717D01* -X79581788Y-112426179D01* -X79587737Y-112427566D01* -X79593868Y-112428878D01* -X79600183Y-112430116D01* -X79606682Y-112431278D01* -X79613364Y-112432366D01* -X79620229Y-112433378D01* -X79627278Y-112434315D01* -X79634511Y-112435178D01* -X79641926Y-112435965D01* -X79649526Y-112436677D01* -X79657309Y-112437315D01* -X79665275Y-112437877D01* -X79673425Y-112438365D01* -X79681758Y-112438777D01* -X79690274Y-112439115D01* -X79698975Y-112439377D01* -X79707858Y-112439565D01* -X79716925Y-112439677D01* -X79726176Y-112439715D01* -X79735421Y-112439680D01* -X79744470Y-112439578D01* -X79753324Y-112439408D01* -X79761983Y-112439170D01* -X79770447Y-112438863D01* -X79778716Y-112438488D01* -X79786789Y-112438046D01* -X79794668Y-112437535D01* -X79802351Y-112436956D01* -X79809839Y-112436308D01* -X79817131Y-112435593D01* -X79824229Y-112434810D01* -X79831131Y-112433958D01* -X79837838Y-112433039D01* -X79844350Y-112432051D01* -X79850666Y-112430995D01* -X79856788Y-112429871D01* -X79862714Y-112428679D01* -X79868445Y-112427419D01* -X79879322Y-112424694D01* -X79889417Y-112421697D01* -X79898732Y-112418427D01* -X79907266Y-112414884D01* -X79915019Y-112411070D01* -X79921992Y-112406982D01* -X79925185Y-112404837D01* -X79931183Y-112400414D01* -X79936794Y-112395865D01* -X79942018Y-112391191D01* -X79946855Y-112386390D01* -X79951306Y-112381464D01* -X79955369Y-112376411D01* -X79959045Y-112371233D01* -X79962334Y-112365929D01* -X79965237Y-112360499D01* -X79967752Y-112354942D01* -X79969880Y-112349260D01* -X79971622Y-112343452D01* -X79972976Y-112337518D01* -X79973943Y-112331458D01* -X79974524Y-112325273D01* -X79974717Y-112318961D01* -X79974523Y-112312631D01* -X79973941Y-112306429D01* -X79972971Y-112300354D01* -X79971612Y-112294405D01* -X79969866Y-112288584D01* -X79967731Y-112282890D01* -X79965209Y-112277323D01* -X79962298Y-112271883D01* -X79958999Y-112266570D01* -X79955312Y-112261384D01* -X79951236Y-112256326D01* -X79946773Y-112251394D01* -X79941922Y-112246590D01* -X79936682Y-112241912D01* -X79931054Y-112237362D01* -X79925038Y-112232939D01* -X79918440Y-112228715D01* -X79911064Y-112224764D01* -X79902911Y-112221086D01* -X79893980Y-112217679D01* -X79884272Y-112214546D01* -X79873786Y-112211685D01* -X79862524Y-112209096D01* -X79856601Y-112207904D01* -X79850483Y-112206780D01* -X79844172Y-112205724D01* -X79837666Y-112204737D01* -X79830965Y-112203817D01* -X79824071Y-112202965D01* -X79816982Y-112202182D01* -X79809698Y-112201467D01* -X79802221Y-112200820D01* -X79794549Y-112200241D01* -X79786682Y-112199730D01* -X79778622Y-112199287D01* -X79770366Y-112198912D01* -X79761917Y-112198606D01* -X79753273Y-112198367D01* -X79744435Y-112198197D01* -X79735403Y-112198095D01* -X79726176Y-112198061D01* -X79716904Y-112198095D01* -X79707830Y-112198197D01* -X79698951Y-112198367D01* -X79690270Y-112198606D01* -X79681785Y-112198912D01* -X79673497Y-112199287D01* -X79665405Y-112199730D01* -X79657510Y-112200241D01* -X79649812Y-112200820D01* -X79642310Y-112201467D01* -X79635005Y-112202182D01* -X79627896Y-112202965D01* -X79620985Y-112203817D01* -X79614269Y-112204737D01* -X79607751Y-112205724D01* -X79601429Y-112206780D01* -X79595304Y-112207904D01* -X79589375Y-112209096D01* -X79583643Y-112210356D01* -X79572769Y-112213081D01* -X79562681Y-112216079D01* -X79553380Y-112219348D01* -X79544866Y-112222891D01* -X79537138Y-112226705D01* -X79530196Y-112230793D01* -X79527020Y-112232939D01* -X79521040Y-112237365D01* -X79515445Y-112241924D01* -X79510237Y-112246615D01* -X79505414Y-112251440D01* -X79500977Y-112256397D01* -X79496926Y-112261487D01* -X79493260Y-112266710D01* -X79489981Y-112272066D01* -X79487087Y-112277555D01* -X79484579Y-112283176D01* -X79482457Y-112288930D01* -X79480721Y-112294817D01* -X79479371Y-112300837D01* -X79478406Y-112306990D01* -X79477827Y-112313275D01* -X79477634Y-112319694D01* -X79416683Y-112319694D01* -X79416671Y-112318961D01* -X79416748Y-112312926D01* -X79416978Y-112306985D01* -X79417611Y-112298250D01* -X79418589Y-112289726D01* -X79419912Y-112281413D01* -X79421581Y-112273312D01* -X79423594Y-112265422D01* -X79425953Y-112257743D01* -X79428657Y-112250275D01* -X79431706Y-112243018D01* -X79435100Y-112235973D01* -X79436308Y-112233671D01* -X79440144Y-112226888D01* -X79444285Y-112220331D01* -X79448734Y-112214001D01* -X79453489Y-112207898D01* -X79458550Y-112202021D01* -X79463918Y-112196371D01* -X79469593Y-112190947D01* -X79475574Y-112185751D01* -X79481861Y-112180781D01* -X79488455Y-112176038D01* -X79493022Y-112173001D01* -X79500089Y-112168613D01* -X79507442Y-112164404D01* -X79515081Y-112160376D01* -X79523006Y-112156529D01* -X79528449Y-112154064D01* -X79534018Y-112151679D01* -X79539714Y-112149374D01* -X79545538Y-112147150D01* -X79551488Y-112145005D01* -X79557566Y-112142941D01* -X79563771Y-112140957D01* -X79570102Y-112139053D01* -X79576561Y-112137229D01* -X79583147Y-112135486D01* -X79589923Y-112133835D01* -X79596989Y-112132291D01* -X79604344Y-112130854D01* -X79611989Y-112129523D01* -X79619924Y-112128299D01* -X79628148Y-112127181D01* -X79636662Y-112126169D01* -X79645466Y-112125264D01* -X79654559Y-112124466D01* -X79663942Y-112123773D01* -X79673615Y-112123188D01* -X79683577Y-112122709D01* -X79693829Y-112122336D01* -X79704370Y-112122070D01* -X79715202Y-112121910D01* -X79726322Y-112121857D01* -X79732950Y-112121878D01* -G37* -G36* X91145553Y-76995284D02* G01* X91225567Y-77015508D01* @@ -47309,6 +48254,505 @@ X145560155Y-97748514D01* X145560155Y-97700740D01* X146169786Y-97700740D01* G37* +D16* +G36* +X95397553Y-120220284D02* +G01* +X95477567Y-120240508D01* +X95475953Y-120246708D01* +X95474260Y-120252815D01* +X95472488Y-120258830D01* +X95470638Y-120264752D01* +X95468710Y-120270581D01* +X95466703Y-120276317D01* +X95464618Y-120281961D01* +X95462455Y-120287512D01* +X95460213Y-120292970D01* +X95455493Y-120303609D01* +X95450461Y-120313876D01* +X95445114Y-120323772D01* +X95439454Y-120333298D01* +X95433480Y-120342452D01* +X95427192Y-120351236D01* +X95420590Y-120359649D01* +X95413675Y-120367690D01* +X95406446Y-120375361D01* +X95398904Y-120382661D01* +X95391048Y-120389590D01* +X95387002Y-120392915D01* +X95378736Y-120399268D01* +X95370243Y-120405211D01* +X95361522Y-120410744D01* +X95352573Y-120415868D01* +X95343396Y-120420581D01* +X95333991Y-120424885D01* +X95324359Y-120428779D01* +X95314498Y-120432263D01* +X95304410Y-120435337D01* +X95294094Y-120438001D01* +X95283550Y-120440255D01* +X95272779Y-120442099D01* +X95261779Y-120443534D01* +X95250552Y-120444559D01* +X95239097Y-120445173D01* +X95227414Y-120445378D01* +X95221340Y-120445339D01* +X95215338Y-120445222D01* +X95209407Y-120445027D01* +X95203547Y-120444753D01* +X95192042Y-120443972D01* +X95180821Y-120442878D01* +X95169886Y-120441471D01* +X95159236Y-120439752D01* +X95148870Y-120437721D01* +X95138790Y-120435377D01* +X95128995Y-120432720D01* +X95119485Y-120429751D01* +X95110260Y-120426469D01* +X95101320Y-120422875D01* +X95092665Y-120418968D01* +X95084296Y-120414748D01* +X95076211Y-120410216D01* +X95068412Y-120405371D01* +X95060887Y-120400231D01* +X95053590Y-120394811D01* +X95046521Y-120389112D01* +X95039679Y-120383133D01* +X95033066Y-120376875D01* +X95026680Y-120370338D01* +X95020523Y-120363521D01* +X95014593Y-120356425D01* +X95008891Y-120349050D01* +X95003416Y-120341395D01* +X94998170Y-120333461D01* +X94993151Y-120325248D01* +X94988360Y-120316755D01* +X94983797Y-120307983D01* +X94979462Y-120298931D01* +X94975355Y-120289600D01* +X94971487Y-120280068D01* +X94967868Y-120270449D01* +X94964498Y-120260742D01* +X94961378Y-120250949D01* +X94958508Y-120241069D01* +X94955887Y-120231101D01* +X94953516Y-120221047D01* +X94951395Y-120210905D01* +X94949523Y-120200677D01* +X94947901Y-120190361D01* +X94946528Y-120179959D01* +X94945405Y-120169469D01* +X94944531Y-120158893D01* +X94943907Y-120148230D01* +X94943533Y-120137479D01* +X94943408Y-120126642D01* +X94943443Y-120120730D01* +X94943549Y-120114866D01* +X94943971Y-120103281D01* +X94944676Y-120091886D01* +X94945661Y-120080681D01* +X94946929Y-120069666D01* +X94948478Y-120058841D01* +X94950308Y-120048206D01* +X94952421Y-120037762D01* +X94954815Y-120027507D01* +X94957490Y-120017442D01* +X94960447Y-120007567D01* +X94963686Y-119997883D01* +X94967207Y-119988388D01* +X94971009Y-119979084D01* +X94975093Y-119969969D01* +X94979458Y-119961045D01* +X94984084Y-119952348D01* +X94988947Y-119943917D01* +X94994049Y-119935752D01* +X94999389Y-119927852D01* +X95004966Y-119920218D01* +X95010783Y-119912850D01* +X95016837Y-119905747D01* +X95023129Y-119898909D01* +X95029659Y-119892338D01* +X95036428Y-119886032D01* +X95043435Y-119879991D01* +X95050680Y-119874217D01* +X95058163Y-119868707D01* +X95065884Y-119863464D01* +X95073843Y-119858486D01* +X95082040Y-119853773D01* +X95090427Y-119849319D01* +X95098916Y-119845152D01* +X95107508Y-119841273D01* +X95116204Y-119837681D01* +X95125002Y-119834376D01* +X95133904Y-119831359D01* +X95142908Y-119828629D01* +X95152016Y-119826186D01* +X95161227Y-119824031D01* +X95170540Y-119822163D01* +X95179957Y-119820583D01* +X95189477Y-119819289D01* +X95199099Y-119818284D01* +X95208825Y-119817565D01* +X95218654Y-119817134D01* +X95228586Y-119816990D01* +X95239812Y-119817173D01* +X95250813Y-119817721D01* +X95261588Y-119818634D01* +X95272138Y-119819912D01* +X95282462Y-119821556D01* +X95292560Y-119823564D01* +X95302433Y-119825938D01* +X95312080Y-119828677D01* +X95321502Y-119831782D01* +X95330699Y-119835251D01* +X95339669Y-119839086D01* +X95348415Y-119843286D01* +X95356934Y-119847851D01* +X95365228Y-119852782D01* +X95373297Y-119858078D01* +X95381140Y-119863739D01* +X95388724Y-119869731D01* +X95396015Y-119876021D01* +X95403012Y-119882609D01* +X95409717Y-119889494D01* +X95416128Y-119896677D01* +X95422246Y-119904158D01* +X95428071Y-119911936D01* +X95433604Y-119920012D01* +X95438843Y-119928386D01* +X95443788Y-119937057D01* +X95448441Y-119946026D01* +X95452801Y-119955293D01* +X95456868Y-119964857D01* +X95460641Y-119974719D01* +X95464122Y-119984879D01* +X95467309Y-119995337D01* +X95388467Y-120013948D01* +X95385774Y-120005665D01* +X95382931Y-119997668D01* +X95379939Y-119989957D01* +X95376799Y-119982532D01* +X95373509Y-119975394D01* +X95370071Y-119968542D01* +X95366484Y-119961976D01* +X95362749Y-119955696D01* +X95358864Y-119949702D01* +X95354831Y-119943995D01* +X95350648Y-119938574D01* +X95346317Y-119933439D01* +X95341837Y-119928591D01* +X95337208Y-119924028D01* +X95332431Y-119919752D01* +X95327504Y-119915762D01* +X95322423Y-119912036D01* +X95317182Y-119908549D01* +X95311781Y-119905304D01* +X95306219Y-119902298D01* +X95300497Y-119899533D01* +X95294614Y-119897009D01* +X95288571Y-119894725D01* +X95282368Y-119892681D01* +X95276005Y-119890878D01* +X95269481Y-119889315D01* +X95262798Y-119887993D01* +X95255953Y-119886911D01* +X95248949Y-119886070D01* +X95241784Y-119885468D01* +X95234459Y-119885108D01* +X95226974Y-119884988D01* +X95218362Y-119885119D01* +X95209927Y-119885514D01* +X95201669Y-119886173D01* +X95193589Y-119887094D01* +X95185687Y-119888279D01* +X95177961Y-119889727D01* +X95170414Y-119891439D01* +X95163043Y-119893414D01* +X95155851Y-119895652D01* +X95148835Y-119898154D01* +X95141998Y-119900919D01* +X95135337Y-119903947D01* +X95128854Y-119907239D01* +X95122549Y-119910793D01* +X95116421Y-119914612D01* +X95110470Y-119918693D01* +X95104735Y-119922996D01* +X95099216Y-119927479D01* +X95093913Y-119932142D01* +X95088827Y-119936984D01* +X95083957Y-119942006D01* +X95079304Y-119947208D01* +X95074867Y-119952589D01* +X95070646Y-119958151D01* +X95066642Y-119963892D01* +X95062854Y-119969812D01* +X95059283Y-119975913D01* +X95055928Y-119982193D01* +X95052789Y-119988653D01* +X95049867Y-119995293D01* +X95047161Y-120002113D01* +X95044671Y-120009112D01* +X95042382Y-120016215D01* +X95040240Y-120023347D01* +X95038247Y-120030508D01* +X95036401Y-120037697D01* +X95034702Y-120044915D01* +X95033151Y-120052162D01* +X95031748Y-120059437D01* +X95030493Y-120066741D01* +X95029385Y-120074073D01* +X95028425Y-120081434D01* +X95027613Y-120088824D01* +X95026948Y-120096242D01* +X95026431Y-120103689D01* +X95026062Y-120111165D01* +X95025841Y-120118669D01* +X95025767Y-120126202D01* +X95025854Y-120135852D01* +X95026117Y-120145347D01* +X95026555Y-120154687D01* +X95027168Y-120163873D01* +X95027956Y-120172905D01* +X95028920Y-120181782D01* +X95030058Y-120190504D01* +X95031372Y-120199072D01* +X95032861Y-120207485D01* +X95034525Y-120215744D01* +X95036364Y-120223848D01* +X95038379Y-120231797D01* +X95040568Y-120239592D01* +X95042933Y-120247233D01* +X95045473Y-120254718D01* +X95048188Y-120262050D01* +X95051106Y-120269172D01* +X95054217Y-120276065D01* +X95057522Y-120282732D01* +X95061020Y-120289170D01* +X95064712Y-120295380D01* +X95068597Y-120301363D01* +X95072676Y-120307118D01* +X95076948Y-120312645D01* +X95081414Y-120317944D01* +X95086073Y-120323015D01* +X95090925Y-120327858D01* +X95095971Y-120332474D01* +X95101211Y-120336862D01* +X95106644Y-120341022D01* +X95112271Y-120344954D01* +X95118091Y-120348658D01* +X95124056Y-120352136D01* +X95130082Y-120355390D01* +X95136169Y-120358420D01* +X95142316Y-120361225D01* +X95148525Y-120363805D01* +X95154793Y-120366161D01* +X95161123Y-120368293D01* +X95167513Y-120370200D01* +X95173964Y-120371883D01* +X95180476Y-120373342D01* +X95187048Y-120374576D01* +X95193681Y-120375586D01* +X95200374Y-120376371D01* +X95207129Y-120376932D01* +X95213944Y-120377269D01* +X95220819Y-120377381D01* +X95229129Y-120377227D01* +X95237278Y-120376763D01* +X95245267Y-120375990D01* +X95253096Y-120374908D01* +X95260764Y-120373517D01* +X95268272Y-120371817D01* +X95275620Y-120369808D01* +X95282808Y-120367489D01* +X95289835Y-120364862D01* +X95296702Y-120361925D01* +X95303409Y-120358679D01* +X95309956Y-120355125D01* +X95316342Y-120351261D01* +X95322568Y-120347087D01* +X95328633Y-120342605D01* +X95334539Y-120337814D01* +X95340246Y-120332718D01* +X95345717Y-120327322D01* +X95350953Y-120321626D01* +X95355953Y-120315631D01* +X95360716Y-120309335D01* +X95365245Y-120302739D01* +X95369537Y-120295843D01* +X95373593Y-120288648D01* +X95377414Y-120281152D01* +X95380998Y-120273357D01* +X95384347Y-120265261D01* +X95387460Y-120256866D01* +X95390337Y-120248170D01* +X95392978Y-120239175D01* +X95395384Y-120229880D01* +X95397553Y-120220284D01* +G37* +G36* +X95547470Y-119906090D02* +G01* +X95547470Y-119835748D01* +X95938600Y-119835748D01* +X95938600Y-119893487D01* +X95931387Y-119901377D01* +X95924181Y-119909584D01* +X95916984Y-119918110D01* +X95909795Y-119926955D01* +X95902613Y-119936117D01* +X95899026Y-119940818D01* +X95895440Y-119945598D01* +X95891856Y-119950458D01* +X95888275Y-119955397D01* +X95884695Y-119960416D01* +X95881117Y-119965515D01* +X95877542Y-119970693D01* +X95873968Y-119975950D01* +X95870397Y-119981287D01* +X95866827Y-119986704D01* +X95863259Y-119992200D01* +X95859694Y-119997776D01* +X95856130Y-120003432D01* +X95852569Y-120009167D01* +X95849009Y-120014981D01* +X95845451Y-120020876D01* +X95841896Y-120026849D01* +X95838342Y-120032903D01* +X95834791Y-120039036D01* +X95831241Y-120045248D01* +X95827693Y-120051540D01* +X95824148Y-120057912D01* +X95820637Y-120064320D01* +X95817177Y-120070739D01* +X95813767Y-120077171D01* +X95810407Y-120083614D01* +X95807097Y-120090069D01* +X95803837Y-120096536D01* +X95800627Y-120103015D01* +X95797467Y-120109505D01* +X95794358Y-120116007D01* +X95791298Y-120122520D01* +X95788289Y-120129046D01* +X95785329Y-120135583D01* +X95782420Y-120142132D01* +X95779561Y-120148693D01* +X95776752Y-120155265D01* +X95773993Y-120161849D01* +X95771284Y-120168445D01* +X95768625Y-120175053D01* +X95766016Y-120181672D01* +X95763457Y-120188303D01* +X95760949Y-120194946D01* +X95758490Y-120201600D01* +X95756082Y-120208266D01* +X95753723Y-120214944D01* +X95751415Y-120221634D01* +X95749157Y-120228336D01* +X95746949Y-120235049D01* +X95744791Y-120241774D01* +X95742683Y-120248510D01* +X95740625Y-120255259D01* +X95738618Y-120262019D01* +X95736660Y-120268791D01* +X95733939Y-120278391D01* +X95731343Y-120288105D01* +X95728874Y-120297932D01* +X95726530Y-120307873D01* +X95724312Y-120317927D01* +X95722221Y-120328094D01* +X95720255Y-120338374D01* +X95718415Y-120348768D01* +X95716701Y-120359275D01* +X95715113Y-120369896D01* +X95713651Y-120380630D01* +X95712315Y-120391477D01* +X95711105Y-120402438D01* +X95710021Y-120413512D01* +X95709063Y-120424699D01* +X95708230Y-120436000D01* +X95631880Y-120436000D01* +X95632144Y-120426888D01* +X95632606Y-120417544D01* +X95633266Y-120407966D01* +X95634124Y-120398154D01* +X95635180Y-120388109D01* +X95636434Y-120377830D01* +X95637887Y-120367318D01* +X95639537Y-120356572D01* +X95641385Y-120345592D01* +X95643432Y-120334379D01* +X95645676Y-120322933D01* +X95646873Y-120317122D01* +X95648119Y-120311252D01* +X95649415Y-120305325D01* +X95650760Y-120299339D01* +X95652154Y-120293294D01* +X95653598Y-120287191D01* +X95655092Y-120281030D01* +X95656635Y-120274811D01* +X95658228Y-120268533D01* +X95659870Y-120262196D01* +X95661569Y-120255829D01* +X95663313Y-120249476D01* +X95665103Y-120243138D01* +X95666939Y-120236814D01* +X95668820Y-120230505D01* +X95670746Y-120224211D01* +X95672718Y-120217931D01* +X95674735Y-120211665D01* +X95676798Y-120205415D01* +X95678907Y-120199179D01* +X95681061Y-120192957D01* +X95683260Y-120186750D01* +X95685505Y-120180558D01* +X95687796Y-120174380D01* +X95690132Y-120168217D01* +X95692513Y-120162069D01* +X95694940Y-120155935D01* +X95697413Y-120149816D01* +X95699931Y-120143711D01* +X95702494Y-120137621D01* +X95705103Y-120131545D01* +X95707758Y-120125485D01* +X95710458Y-120119438D01* +X95713204Y-120113407D01* +X95715995Y-120107389D01* +X95718831Y-120101387D01* +X95721713Y-120095399D01* +X95724641Y-120089426D01* +X95727614Y-120083467D01* +X95730633Y-120077523D01* +X95733697Y-120071593D01* +X95736807Y-120065678D01* +X95739945Y-120059791D01* +X95743096Y-120053961D01* +X95746259Y-120048190D01* +X95749435Y-120042476D01* +X95752622Y-120036821D01* +X95755823Y-120031224D01* +X95759035Y-120025685D01* +X95762260Y-120020204D01* +X95765497Y-120014781D01* +X95768746Y-120009416D01* +X95772008Y-120004109D01* +X95775282Y-119998861D01* +X95778568Y-119993670D01* +X95781867Y-119988538D01* +X95785177Y-119983463D01* +X95788501Y-119978447D01* +X95791836Y-119973489D01* +X95795184Y-119968589D01* +X95798544Y-119963747D01* +X95805301Y-119954238D01* +X95812107Y-119944961D01* +X95818963Y-119935916D01* +X95825868Y-119927104D01* +X95832822Y-119918524D01* +X95839825Y-119910177D01* +X95843345Y-119906090D01* +X95547470Y-119906090D01* +G37* +D15* G36* X138948867Y-114293584D02* G01* @@ -48067,635 +49511,926 @@ X143030409Y-83044060D01* X143078183Y-83044060D01* X143078183Y-83653691D01* G37* +D18* G36* -X87059000Y-99828394D02* +X85750728Y-112720500D02* G01* -X86932677Y-99908262D01* -X86925945Y-99912591D01* -X86919412Y-99916825D01* -X86913081Y-99920963D01* -X86906949Y-99925004D01* -X86901018Y-99928950D01* -X86895287Y-99932799D01* -X86889757Y-99936552D01* -X86884427Y-99940208D01* -X86879297Y-99943769D01* -X86874368Y-99947234D01* -X86867350Y-99952250D01* -X86860782Y-99957050D01* -X86854665Y-99961633D01* -X86849000Y-99966001D01* -X86843712Y-99970217D01* -X86838732Y-99974348D01* -X86834057Y-99978395D01* -X86829690Y-99982356D01* -X86824343Y-99987506D01* -X86819542Y-99992505D01* -X86815285Y-99997352D01* -X86811573Y-100002048D01* -X86808406Y-100006594D01* -X86804960Y-100012199D01* -X86801858Y-100017839D01* -X86799098Y-100023516D01* -X86796683Y-100029228D01* -X86794610Y-100034976D01* -X86792882Y-100040760D01* -X86792286Y-100043084D01* -X86791144Y-100049874D01* -X86790500Y-100055737D01* -X86789999Y-100062444D01* -X86789702Y-100068419D01* -X86789496Y-100074933D01* -X86789381Y-100081988D01* -X86789355Y-100087633D01* -X86789355Y-100180397D01* -X87059000Y-100180397D01* -X87059000Y-100260264D01* -X86449369Y-100260264D01* -X86449369Y-100180397D01* -X86517367Y-100180397D01* -X86721358Y-100180397D01* -X86721358Y-100008499D01* -X86721313Y-100001741D01* -X86721177Y-99995170D01* -X86720951Y-99988786D01* -X86720635Y-99982588D01* -X86720228Y-99976576D01* -X86719448Y-99967909D01* -X86718464Y-99959662D01* -X86717277Y-99951835D01* -X86715886Y-99944428D01* -X86714292Y-99937441D01* -X86712494Y-99930873D01* -X86710493Y-99924725D01* -X86709781Y-99922770D01* -X86707489Y-99917102D01* -X86704955Y-99911694D01* -X86701200Y-99904889D01* -X86697014Y-99898547D01* -X86692398Y-99892666D01* -X86687352Y-99887249D01* -X86681874Y-99882294D01* -X86675967Y-99877801D01* -X86672852Y-99875728D01* -X86666408Y-99871950D01* -X86659827Y-99868676D01* -X86653109Y-99865905D01* -X86646254Y-99863638D01* -X86639261Y-99861875D01* -X86632130Y-99860616D01* -X86624862Y-99859860D01* -X86617457Y-99859608D01* -X86609406Y-99859883D01* -X86601627Y-99860706D01* -X86594121Y-99862077D01* -X86586889Y-99863998D01* -X86579929Y-99866467D01* -X86573243Y-99869485D01* -X86566829Y-99873051D01* -X86560689Y-99877166D01* -X86554822Y-99881830D01* -X86549228Y-99887043D01* -X86545650Y-99890823D01* -X86540595Y-99896966D01* -X86536038Y-99903745D01* -X86531978Y-99911161D01* -X86528415Y-99919214D01* -X86526316Y-99924935D01* -X86524437Y-99930939D01* -X86522780Y-99937227D01* -X86521344Y-99943797D01* -X86520129Y-99950649D01* -X86519134Y-99957785D01* -X86518361Y-99965203D01* -X86517808Y-99972904D01* -X86517477Y-99980888D01* -X86517367Y-99989155D01* -X86517367Y-100180397D01* -X86449369Y-100180397D01* -X86449369Y-99992379D01* -X86449434Y-99982437D01* -X86449628Y-99972797D01* -X86449952Y-99963459D01* -X86450404Y-99954423D01* -X86450987Y-99945690D01* -X86451698Y-99937259D01* -X86452539Y-99929131D01* -X86453509Y-99921304D01* -X86454609Y-99913780D01* -X86455838Y-99906558D01* -X86457196Y-99899638D01* -X86458684Y-99893021D01* -X86460301Y-99886706D01* -X86462048Y-99880693D01* -X86463924Y-99874982D01* -X86465929Y-99869573D01* -X86469229Y-99861837D01* -X86472975Y-99854399D01* -X86477167Y-99847260D01* -X86481804Y-99840420D01* -X86486887Y-99833879D01* -X86492415Y-99827636D01* -X86498390Y-99821692D01* -X86504809Y-99816048D01* -X86511675Y-99810702D01* -X86516499Y-99807304D01* -X86521522Y-99804038D01* -X86524108Y-99802456D01* -X86529362Y-99799403D01* -X86534684Y-99796548D01* -X86540074Y-99793889D01* -X86545531Y-99791428D01* -X86551055Y-99789163D01* -X86556648Y-99787096D01* -X86562307Y-99785225D01* -X86568035Y-99783551D01* -X86573830Y-99782074D01* -X86579692Y-99780794D01* -X86585622Y-99779711D01* -X86591619Y-99778825D01* -X86597684Y-99778136D01* -X86603817Y-99777643D01* -X86610017Y-99777348D01* -X86616285Y-99777250D01* -X86624356Y-99777412D01* -X86632268Y-99777900D01* -X86640018Y-99778713D01* -X86647609Y-99779851D01* -X86655039Y-99781314D01* -X86662309Y-99783102D01* -X86669419Y-99785216D01* -X86676369Y-99787654D01* -X86683158Y-99790418D01* -X86689787Y-99793507D01* -X86696255Y-99796921D01* -X86702564Y-99800660D01* -X86708712Y-99804725D01* -X86714700Y-99809114D01* -X86720527Y-99813829D01* -X86726194Y-99818869D01* -X86731636Y-99824248D01* -X86736826Y-99829981D01* -X86741762Y-99836068D01* -X86746445Y-99842508D01* -X86750875Y-99849303D01* -X86755052Y-99856451D01* -X86758976Y-99863953D01* -X86762647Y-99871808D01* -X86766066Y-99880018D01* -X86769231Y-99888581D01* -X86772143Y-99897498D01* -X86774802Y-99906769D01* -X86777208Y-99916393D01* -X86779361Y-99926371D01* -X86781260Y-99936703D01* -X86782907Y-99947389D01* -X86785787Y-99941587D01* -X86788657Y-99936050D01* -X86791516Y-99930778D01* -X86795313Y-99924162D01* -X86799091Y-99918017D01* -X86802851Y-99912344D01* -X86806592Y-99907143D01* -X86810315Y-99902413D01* -X86813096Y-99899176D01* -X86817207Y-99894812D01* -X86821442Y-99890479D01* -X86825802Y-99886175D01* -X86830287Y-99881902D01* -X86834897Y-99877657D01* -X86839632Y-99873443D01* -X86844492Y-99869259D01* -X86849476Y-99865104D01* -X86854585Y-99860979D01* -X86859819Y-99856883D01* -X86865177Y-99852818D01* -X86870661Y-99848782D01* -X86876269Y-99844776D01* -X86882002Y-99840800D01* -X86887860Y-99836854D01* -X86893842Y-99832937D01* -X87059000Y-99727717D01* -X87059000Y-99828394D01* +X85750728Y-112212474D01* +X86090348Y-112212474D01* +X86090348Y-112271093D01* +X85817284Y-112271093D01* +X85817284Y-112431316D01* +X86053589Y-112431316D01* +X86053589Y-112489934D01* +X85817284Y-112489934D01* +X85817284Y-112720500D01* +X85750728Y-112720500D01* G37* G36* -X86868404Y-99289935D02* +X86171925Y-112720500D02* G01* -X86875437Y-99290223D01* -X86882408Y-99290704D01* -X86889318Y-99291377D01* -X86896165Y-99292243D01* -X86902951Y-99293301D01* -X86909675Y-99294551D01* -X86916337Y-99295994D01* -X86922938Y-99297628D01* -X86929476Y-99299456D01* -X86935953Y-99301475D01* -X86942367Y-99303687D01* -X86948720Y-99306091D01* -X86955012Y-99308688D01* -X86961241Y-99311477D01* -X86967408Y-99314458D01* -X86973437Y-99317590D01* -X86979288Y-99320865D01* -X86984960Y-99324285D01* -X86990453Y-99327849D01* -X86995767Y-99331557D01* -X87000903Y-99335410D01* -X87005861Y-99339407D01* -X87010639Y-99343548D01* -X87015240Y-99347833D01* -X87019661Y-99352263D01* -X87023904Y-99356836D01* -X87027968Y-99361554D01* -X87031854Y-99366417D01* -X87035561Y-99371423D01* -X87039090Y-99376574D01* -X87042440Y-99381869D01* -X87045581Y-99387263D01* -X87048519Y-99392748D01* -X87051255Y-99398323D01* -X87053788Y-99403989D01* -X87056118Y-99409744D01* -X87058246Y-99415591D01* -X87060171Y-99421528D01* -X87061894Y-99427555D01* -X87063414Y-99433673D01* -X87064731Y-99439881D01* -X87065845Y-99446179D01* -X87066757Y-99452568D01* -X87067467Y-99459048D01* -X87067973Y-99465618D01* -X87068277Y-99472278D01* -X87068378Y-99479029D01* -X87068111Y-99490491D01* -X87067309Y-99501684D01* -X87065972Y-99512610D01* -X87064101Y-99523268D01* -X87061695Y-99533657D01* -X87058754Y-99543779D01* -X87055279Y-99553633D01* -X87051269Y-99563220D01* -X87046725Y-99572538D01* -X87041645Y-99581588D01* -X87036031Y-99590371D01* -X87029883Y-99598885D01* -X87023199Y-99607132D01* -X87015981Y-99615111D01* -X87008229Y-99622821D01* -X86999942Y-99630264D01* -X86991041Y-99637345D01* -X86981447Y-99643969D01* -X86976391Y-99647109D01* -X86971161Y-99650136D01* -X86965758Y-99653048D01* -X86960182Y-99655846D01* -X86954433Y-99658529D01* -X86948510Y-99661099D01* -X86942415Y-99663554D01* -X86936146Y-99665896D01* -X86929704Y-99668122D01* -X86923089Y-99670235D01* -X86916301Y-99672234D01* -X86909340Y-99674118D01* -X86902205Y-99675888D01* -X86894898Y-99677544D01* -X86887417Y-99679086D01* -X86879763Y-99680513D01* -X86871935Y-99681827D01* -X86863935Y-99683026D01* -X86855762Y-99684111D01* -X86847415Y-99685082D01* -X86838895Y-99685938D01* -X86830202Y-99686680D01* -X86821336Y-99687308D01* -X86812297Y-99687822D01* -X86803084Y-99688222D01* -X86793699Y-99688508D01* -X86784140Y-99688679D01* -X86774408Y-99688736D01* -X86763520Y-99688673D01* -X86752819Y-99688484D01* -X86742305Y-99688168D01* -X86731978Y-99687726D01* -X86721839Y-99687158D01* -X86711887Y-99686464D01* -X86702121Y-99685644D01* -X86692544Y-99684697D01* -X86683153Y-99683624D01* -X86673950Y-99682425D01* -X86664933Y-99681099D01* -X86656104Y-99679648D01* -X86647462Y-99678070D01* -X86639008Y-99676366D01* -X86630740Y-99674536D01* -X86622660Y-99672579D01* -X86614767Y-99670497D01* -X86607061Y-99668288D01* -X86599542Y-99665953D01* -X86592210Y-99663491D01* -X86585066Y-99660904D01* -X86578109Y-99658190D01* -X86571339Y-99655350D01* -X86564756Y-99652384D01* -X86558360Y-99649291D01* -X86552152Y-99646072D01* -X86546130Y-99642727D01* -X86540296Y-99639256D01* -X86534650Y-99635659D01* -X86529190Y-99631935D01* -X86523917Y-99628085D01* -X86518832Y-99624109D01* -X86510421Y-99616903D01* -X86502552Y-99609391D01* -X86495226Y-99601571D01* -X86488442Y-99593445D01* -X86482201Y-99585011D01* -X86476503Y-99576271D01* -X86471348Y-99567224D01* -X86466735Y-99557871D01* -X86462665Y-99548210D01* -X86459138Y-99538243D01* -X86456153Y-99527969D01* -X86453711Y-99517387D01* -X86451811Y-99506500D01* -X86450455Y-99495305D01* -X86449641Y-99483803D01* -X86449437Y-99477937D01* -X86449369Y-99471995D01* -X86449529Y-99463175D01* -X86450008Y-99454558D01* -X86450807Y-99446144D01* -X86451925Y-99437932D01* -X86453362Y-99429923D01* -X86455119Y-99422117D01* -X86457195Y-99414513D01* -X86459591Y-99407112D01* -X86462306Y-99399913D01* -X86465341Y-99392917D01* -X86468694Y-99386124D01* -X86472368Y-99379534D01* -X86476361Y-99373146D01* -X86480673Y-99366961D01* -X86485305Y-99360978D01* -X86490256Y-99355198D01* -X86495470Y-99349644D01* -X86500928Y-99344374D01* -X86506630Y-99339390D01* -X86512576Y-99334691D01* -X86518766Y-99330277D01* -X86525200Y-99326148D01* -X86531877Y-99322304D01* -X86538799Y-99318745D01* -X86545964Y-99315471D01* -X86553373Y-99312482D01* -X86561026Y-99309779D01* -X86568923Y-99307360D01* -X86577064Y-99305226D01* -X86585448Y-99303378D01* -X86594077Y-99301815D01* -X86602949Y-99300536D01* -X86608811Y-99374249D01* -X86600564Y-99376190D01* -X86592751Y-99378274D01* -X86585369Y-99380503D01* -X86578421Y-99382877D01* -X86571906Y-99385394D01* -X86565823Y-99388056D01* -X86560173Y-99390862D01* -X86554956Y-99393813D01* -X86548672Y-99397971D01* -X86543159Y-99402386D01* -X86537292Y-99408142D01* -X86532003Y-99414146D01* -X86527290Y-99420397D01* -X86523155Y-99426895D01* -X86519597Y-99433641D01* -X86516616Y-99440634D01* -X86514211Y-99447874D01* -X86512384Y-99455362D01* -X86511134Y-99463097D01* -X86510461Y-99471079D01* -X86510332Y-99476538D01* -X86510504Y-99483111D01* -X86511018Y-99489533D01* -X86511874Y-99495802D01* -X86513073Y-99501920D01* -X86514615Y-99507886D01* -X86516499Y-99513699D01* -X86518726Y-99519361D01* -X86521296Y-99524870D01* -X86524208Y-99530228D01* -X86527463Y-99535434D01* -X86529823Y-99538820D01* -X86534753Y-99545257D01* -X86540089Y-99551434D01* -X86545833Y-99557350D01* -X86551983Y-99563007D01* -X86558541Y-99568403D01* -X86565506Y-99573539D01* -X86570375Y-99576819D01* -X86575425Y-99579983D01* -X86580656Y-99583031D01* -X86586068Y-99585963D01* -X86591661Y-99588780D01* -X86597434Y-99591482D01* -X86603389Y-99594068D01* -X86609576Y-99596502D01* -X86616086Y-99598787D01* -X86622917Y-99600921D01* -X86630069Y-99602906D01* -X86637544Y-99604741D01* -X86645340Y-99606425D01* -X86653458Y-99607960D01* -X86661897Y-99609345D01* -X86670659Y-99610580D01* -X86679741Y-99611664D01* -X86689146Y-99612599D01* -X86698873Y-99613384D01* -X86708921Y-99614019D01* -X86719291Y-99614504D01* -X86729982Y-99614839D01* -X86740995Y-99615024D01* -X86733944Y-99609891D01* -X86727243Y-99604550D01* -X86720892Y-99599000D01* -X86714892Y-99593241D01* -X86709242Y-99587274D01* -X86703942Y-99581098D01* -X86698993Y-99574713D01* -X86694394Y-99568120D01* -X86690145Y-99561318D01* -X86686247Y-99554307D01* -X86683842Y-99549518D01* -X86680490Y-99542205D01* -X86677468Y-99534831D01* -X86674775Y-99527395D01* -X86672412Y-99519897D01* -X86670379Y-99512337D01* -X86668675Y-99504716D01* -X86667301Y-99497032D01* -X86666257Y-99489287D01* -X86665694Y-99483132D01* -X86726048Y-99483132D01* -X86726191Y-99489356D01* -X86726622Y-99495461D01* -X86727341Y-99501446D01* -X86728347Y-99507312D01* -X86729640Y-99513060D01* -X86732118Y-99521458D01* -X86735243Y-99529587D01* -X86739015Y-99537449D01* -X86743433Y-99545043D01* -X86746738Y-99549957D01* -X86750330Y-99554752D01* -X86754210Y-99559428D01* -X86758376Y-99563984D01* -X86762831Y-99568422D01* -X86767518Y-99572663D01* -X86772386Y-99576631D01* -X86777433Y-99580325D01* -X86782660Y-99583745D01* -X86788067Y-99586892D01* -X86793653Y-99589765D01* -X86799420Y-99592364D01* -X86805366Y-99594690D01* -X86811491Y-99596743D01* -X86817797Y-99598521D01* -X86824282Y-99600026D01* -X86830947Y-99601257D01* -X86837792Y-99602215D01* -X86844816Y-99602899D01* -X86852020Y-99603310D01* -X86859404Y-99603446D01* -X86866711Y-99603303D01* -X86873959Y-99602875D01* -X86881147Y-99602160D01* -X86888276Y-99601159D01* -X86895346Y-99599872D01* -X86902356Y-99598300D01* -X86909308Y-99596441D01* -X86916200Y-99594296D01* -X86923033Y-99591866D01* -X86929806Y-99589150D01* -X86934289Y-99587180D01* -X86940844Y-99584017D01* -X86947100Y-99580627D01* -X86953058Y-99577010D01* -X86958716Y-99573166D01* -X86964076Y-99569096D01* -X86969137Y-99564800D01* -X86973899Y-99560276D01* -X86978363Y-99555526D01* -X86982527Y-99550549D01* -X86986393Y-99545346D01* -X86988804Y-99541751D01* -X86992130Y-99536229D01* -X86995129Y-99530657D01* -X86997801Y-99525032D01* -X87000145Y-99519357D01* -X87002163Y-99513629D01* -X87003853Y-99507851D01* -X87005216Y-99502020D01* -X87006252Y-99496138D01* -X87006961Y-99490205D01* -X87007343Y-99484220D01* -X87007415Y-99480201D01* -X87007075Y-99471523D01* -X87006055Y-99463075D01* -X87004355Y-99454855D01* -X87001975Y-99446865D01* -X86998915Y-99439104D01* -X86995174Y-99431572D01* -X86990754Y-99424269D01* -X86985653Y-99417196D01* -X86981875Y-99412608D01* -X86977795Y-99408122D01* -X86973412Y-99403737D01* -X86968727Y-99399455D01* -X86963783Y-99395356D01* -X86958620Y-99391521D01* -X86953240Y-99387950D01* -X86947643Y-99384645D01* -X86941828Y-99381603D01* -X86935796Y-99378826D01* -X86929546Y-99376314D01* -X86923078Y-99374066D01* -X86916393Y-99372082D01* -X86909491Y-99370363D01* -X86902371Y-99368909D01* -X86895033Y-99367718D01* -X86887478Y-99366793D01* -X86879705Y-99366132D01* -X86871715Y-99365735D01* -X86863508Y-99365603D01* -X86855627Y-99365733D01* -X86847958Y-99366125D01* -X86840500Y-99366777D01* -X86833255Y-99367691D01* -X86826221Y-99368866D01* -X86819400Y-99370301D01* -X86812790Y-99371998D01* -X86806391Y-99373956D01* -X86800205Y-99376175D01* -X86794230Y-99378654D01* -X86788468Y-99381395D01* -X86782917Y-99384397D01* -X86777577Y-99387660D01* -X86772450Y-99391184D01* -X86767534Y-99394969D01* -X86762831Y-99399015D01* -X86758376Y-99403259D01* -X86754210Y-99407638D01* -X86750330Y-99412153D01* -X86746738Y-99416802D01* -X86741889Y-99424030D01* -X86737686Y-99431561D01* -X86734130Y-99439396D01* -X86731220Y-99447536D01* -X86728957Y-99455979D01* -X86727808Y-99461777D01* -X86726946Y-99467709D01* -X86726371Y-99473777D01* -X86726084Y-99479980D01* -X86726048Y-99483132D01* -X86665694Y-99483132D01* -X86665543Y-99481480D01* -X86665158Y-99473612D01* -X86665085Y-99468331D01* -X86665299Y-99459131D01* -X86665941Y-99450105D01* -X86667011Y-99441252D01* -X86668510Y-99432574D01* -X86670437Y-99424070D01* -X86672792Y-99415740D01* -X86675575Y-99407584D01* -X86678787Y-99399601D01* -X86682426Y-99391793D01* -X86686494Y-99384159D01* -X86690990Y-99376699D01* -X86695914Y-99369413D01* -X86701267Y-99362301D01* -X86707047Y-99355363D01* -X86713256Y-99348599D01* -X86719893Y-99342009D01* -X86726851Y-99335691D01* -X86734060Y-99329781D01* -X86741519Y-99324279D01* -X86749229Y-99319184D01* -X86757190Y-99314497D01* -X86765402Y-99310218D01* -X86773864Y-99306346D01* -X86782578Y-99302881D01* -X86791542Y-99299824D01* -X86800756Y-99297175D01* -X86810222Y-99294933D01* -X86819938Y-99293099D01* -X86829904Y-99291673D01* -X86840122Y-99290654D01* -X86850590Y-99290042D01* -X86861309Y-99289839D01* -X86868404Y-99289935D01* +X86171925Y-112212474D01* +X86238603Y-112212474D01* +X86238603Y-112661881D01* +X86486510Y-112661881D01* +X86486510Y-112720500D01* +X86171925Y-112720500D01* +G37* +G36* +X86863865Y-112661881D02* +G01* +X86863865Y-112720500D01* +X86530962Y-112720500D01* +X86530941Y-112714939D01* +X86531183Y-112709432D01* +X86531689Y-112703979D01* +X86532458Y-112698579D01* +X86533490Y-112693232D01* +X86534786Y-112687939D01* +X86536345Y-112682699D01* +X86538167Y-112677513D01* +X86540704Y-112671134D01* +X86543508Y-112664774D01* +X86546578Y-112658434D01* +X86549913Y-112652113D01* +X86553516Y-112645812D01* +X86556065Y-112641622D01* +X86558732Y-112637440D01* +X86561518Y-112633267D01* +X86564423Y-112629102D01* +X86567445Y-112624946D01* +X86570586Y-112620799D01* +X86573845Y-112616660D01* +X86577222Y-112612530D01* +X86578955Y-112610468D01* +X86582548Y-112606291D01* +X86586336Y-112602034D01* +X86590318Y-112597697D01* +X86594495Y-112593280D01* +X86598867Y-112588782D01* +X86603433Y-112584204D01* +X86608194Y-112579547D01* +X86613149Y-112574809D01* +X86618300Y-112569991D01* +X86623644Y-112565092D01* +X86629184Y-112560114D01* +X86634918Y-112555056D01* +X86640846Y-112549917D01* +X86646969Y-112544698D01* +X86653287Y-112539399D01* +X86659800Y-112534020D01* +X86664877Y-112529804D01* +X86669850Y-112525643D01* +X86674719Y-112521537D01* +X86679484Y-112517486D01* +X86684145Y-112513490D01* +X86688703Y-112509550D01* +X86693156Y-112505664D01* +X86697505Y-112501833D01* +X86701750Y-112498058D01* +X86705891Y-112494338D01* +X86709928Y-112490673D01* +X86713861Y-112487062D01* +X86717691Y-112483507D01* +X86721416Y-112480008D01* +X86725037Y-112476563D01* +X86731967Y-112469838D01* +X86738482Y-112463335D01* +X86744580Y-112457051D01* +X86750263Y-112450988D01* +X86755529Y-112445145D01* +X86760380Y-112439523D01* +X86764814Y-112434121D01* +X86768833Y-112428939D01* +X86770686Y-112426431D01* +X86774191Y-112421487D01* +X86777470Y-112416576D01* +X86780522Y-112411698D01* +X86783349Y-112406854D01* +X86785949Y-112402043D01* +X86788323Y-112397265D01* +X86790471Y-112392521D01* +X86792393Y-112387810D01* +X86794089Y-112383133D01* +X86796209Y-112376179D01* +X86797820Y-112369301D01* +X86798922Y-112362498D01* +X86799516Y-112355770D01* +X86799629Y-112351326D01* +X86799397Y-112344469D01* +X86798701Y-112337817D01* +X86797542Y-112331371D01* +X86795919Y-112325131D01* +X86793833Y-112319098D01* +X86791283Y-112313270D01* +X86788269Y-112307649D01* +X86784791Y-112302234D01* +X86780850Y-112297024D01* +X86776445Y-112292021D01* +X86773251Y-112288800D01* +X86768188Y-112284239D01* +X86762846Y-112280126D01* +X86757226Y-112276462D01* +X86751326Y-112273247D01* +X86745147Y-112270480D01* +X86738689Y-112268162D01* +X86731952Y-112266293D01* +X86724936Y-112264872D01* +X86717641Y-112263900D01* +X86712623Y-112263501D01* +X86707480Y-112263302D01* +X86704863Y-112263277D01* +X86699345Y-112263386D01* +X86693967Y-112263714D01* +X86688728Y-112264260D01* +X86683629Y-112265025D01* +X86678669Y-112266008D01* +X86673848Y-112267210D01* +X86669166Y-112268630D01* +X86662405Y-112271170D01* +X86655957Y-112274201D01* +X86649822Y-112277724D01* +X86644001Y-112281739D01* +X86638494Y-112286245D01* +X86633299Y-112291243D01* +X86628517Y-112296676D01* +X86624198Y-112302490D01* +X86620342Y-112308683D01* +X86618030Y-112313023D01* +X86615923Y-112317532D01* +X86614022Y-112322210D01* +X86612328Y-112327057D01* +X86610840Y-112332072D01* +X86609557Y-112337257D01* +X86608481Y-112342610D01* +X86607611Y-112348132D01* +X86606947Y-112353823D01* +X86606489Y-112359683D01* +X86606237Y-112365712D01* +X86606189Y-112368790D01* +X86542685Y-112362073D01* +X86543636Y-112353081D01* +X86544868Y-112344360D01* +X86546383Y-112335911D01* +X86548181Y-112327734D01* +X86550261Y-112319829D01* +X86552623Y-112312196D01* +X86555268Y-112304835D01* +X86558195Y-112297746D01* +X86561404Y-112290928D01* +X86564896Y-112284383D01* +X86568671Y-112278109D01* +X86572727Y-112272108D01* +X86577066Y-112266378D01* +X86581688Y-112260920D01* +X86586592Y-112255734D01* +X86591778Y-112250821D01* +X86597220Y-112246177D01* +X86602889Y-112241833D01* +X86608787Y-112237789D01* +X86614913Y-112234044D01* +X86621266Y-112230599D01* +X86627848Y-112227453D01* +X86634658Y-112224607D01* +X86641695Y-112222061D01* +X86648961Y-112219814D01* +X86656455Y-112217867D01* +X86664177Y-112216219D01* +X86672126Y-112214871D01* +X86680304Y-112213822D01* +X86688710Y-112213074D01* +X86697344Y-112212624D01* +X86706206Y-112212474D01* +X86715140Y-112212632D01* +X86723839Y-112213106D01* +X86732302Y-112213895D01* +X86740530Y-112215001D01* +X86748522Y-112216422D01* +X86756278Y-112218159D01* +X86763798Y-112220211D01* +X86771083Y-112222580D01* +X86778132Y-112225264D01* +X86784946Y-112228264D01* +X86791524Y-112231580D01* +X86797866Y-112235212D01* +X86803972Y-112239159D01* +X86809843Y-112243423D01* +X86815478Y-112248002D01* +X86820878Y-112252897D01* +X86825995Y-112258025D01* +X86830781Y-112263304D01* +X86835238Y-112268733D01* +X86839364Y-112274314D01* +X86843160Y-112280045D01* +X86846627Y-112285927D01* +X86849763Y-112291959D01* +X86852568Y-112298143D01* +X86855044Y-112304477D01* +X86857190Y-112310961D01* +X86859006Y-112317597D01* +X86860491Y-112324383D01* +X86861646Y-112331320D01* +X86862472Y-112338408D01* +X86862967Y-112345647D01* +X86863132Y-112353036D01* +X86863024Y-112358729D01* +X86862698Y-112364405D01* +X86862156Y-112370063D01* +X86861397Y-112375705D01* +X86860422Y-112381329D01* +X86859229Y-112386936D01* +X86857820Y-112392526D01* +X86856194Y-112398099D01* +X86854351Y-112403655D01* +X86852291Y-112409193D01* +X86850798Y-112412876D01* +X86848341Y-112418399D01* +X86845597Y-112423978D01* +X86842565Y-112429613D01* +X86839246Y-112435304D01* +X86835639Y-112441051D01* +X86831744Y-112446853D01* +X86827561Y-112452711D01* +X86824613Y-112456648D01* +X86821537Y-112460609D01* +X86818334Y-112464595D01* +X86815002Y-112468606D01* +X86811543Y-112472642D01* +X86809765Y-112474669D01* +X86806029Y-112478824D01* +X86801997Y-112483168D01* +X86797668Y-112487701D01* +X86793042Y-112492422D01* +X86788119Y-112497333D01* +X86782900Y-112502433D01* +X86777384Y-112507721D01* +X86771571Y-112513198D01* +X86765462Y-112518865D01* +X86759056Y-112524720D01* +X86752353Y-112530764D01* +X86745354Y-112536997D01* +X86738057Y-112543419D01* +X86734298Y-112546700D01* +X86730464Y-112550029D01* +X86726556Y-112553406D01* +X86722575Y-112556829D01* +X86718518Y-112560300D01* +X86714388Y-112563818D01* +X86707597Y-112569607D01* +X86701117Y-112575158D01* +X86694946Y-112580472D01* +X86689086Y-112585548D01* +X86683536Y-112590386D01* +X86678295Y-112594987D01* +X86673365Y-112599351D01* +X86668745Y-112603477D01* +X86664435Y-112607365D01* +X86660435Y-112611016D01* +X86656745Y-112614429D01* +X86651792Y-112619103D01* +X86647536Y-112623243D01* +X86643978Y-112626848D01* +X86642947Y-112627931D01* +X86639095Y-112632148D01* +X86635414Y-112636373D01* +X86631905Y-112640605D01* +X86628567Y-112644845D01* +X86625402Y-112649093D01* +X86622408Y-112653348D01* +X86619586Y-112657611D01* +X86616935Y-112661881D01* +X86863865Y-112661881D01* +G37* +D15* +G36* +X88813562Y-97758434D02* +G01* +X88823202Y-97758628D01* +X88832540Y-97758952D01* +X88841576Y-97759404D01* +X88850309Y-97759987D01* +X88858740Y-97760698D01* +X88866868Y-97761539D01* +X88874695Y-97762509D01* +X88882219Y-97763609D01* +X88889441Y-97764838D01* +X88896361Y-97766196D01* +X88902978Y-97767684D01* +X88909293Y-97769301D01* +X88915306Y-97771048D01* +X88921017Y-97772924D01* +X88926426Y-97774929D01* +X88934162Y-97778229D01* +X88941600Y-97781975D01* +X88948739Y-97786167D01* +X88955579Y-97790804D01* +X88962120Y-97795887D01* +X88968363Y-97801415D01* +X88974307Y-97807390D01* +X88979951Y-97813809D01* +X88985297Y-97820675D01* +X88988695Y-97825499D01* +X88991961Y-97830522D01* +X88993543Y-97833108D01* +X88996596Y-97838362D01* +X88999451Y-97843684D01* +X89002110Y-97849074D01* +X89004571Y-97854531D01* +X89006836Y-97860055D01* +X89008903Y-97865648D01* +X89010774Y-97871307D01* +X89012448Y-97877035D01* +X89013925Y-97882830D01* +X89015205Y-97888692D01* +X89016288Y-97894622D01* +X89017174Y-97900619D01* +X89017863Y-97906684D01* +X89018356Y-97912817D01* +X89018651Y-97919017D01* +X89018749Y-97925285D01* +X89018587Y-97933356D01* +X89018099Y-97941268D01* +X89017286Y-97949018D01* +X89016148Y-97956609D01* +X89014685Y-97964039D01* +X89012897Y-97971309D01* +X89010783Y-97978419D01* +X89008345Y-97985369D01* +X89005581Y-97992158D01* +X89002492Y-97998787D01* +X88999078Y-98005255D01* +X88995339Y-98011564D01* +X88991274Y-98017712D01* +X88986885Y-98023700D01* +X88982170Y-98029527D01* +X88977130Y-98035194D01* +X88971751Y-98040636D01* +X88966018Y-98045826D01* +X88959931Y-98050762D01* +X88953491Y-98055445D01* +X88946696Y-98059875D01* +X88939548Y-98064052D01* +X88932046Y-98067976D01* +X88924191Y-98071647D01* +X88915981Y-98075066D01* +X88907418Y-98078231D01* +X88898501Y-98081143D01* +X88889230Y-98083802D01* +X88879606Y-98086208D01* +X88869628Y-98088361D01* +X88859296Y-98090260D01* +X88848610Y-98091907D01* +X88854412Y-98094787D01* +X88859949Y-98097657D01* +X88865221Y-98100516D01* +X88871837Y-98104313D01* +X88877982Y-98108091D01* +X88883655Y-98111851D01* +X88888856Y-98115592D01* +X88893586Y-98119315D01* +X88896823Y-98122096D01* +X88901187Y-98126207D01* +X88905520Y-98130442D01* +X88909824Y-98134802D01* +X88914097Y-98139287D01* +X88918342Y-98143897D01* +X88922556Y-98148632D01* +X88926740Y-98153492D01* +X88930895Y-98158476D01* +X88935020Y-98163585D01* +X88939116Y-98168819D01* +X88943181Y-98174177D01* +X88947217Y-98179661D01* +X88951223Y-98185269D01* +X88955199Y-98191002D01* +X88959145Y-98196860D01* +X88963062Y-98202842D01* +X89068282Y-98368000D01* +X88967605Y-98368000D01* +X88887737Y-98241677D01* +X88883408Y-98234945D01* +X88879174Y-98228412D01* +X88875036Y-98222081D01* +X88870995Y-98215949D01* +X88867049Y-98210018D01* +X88863200Y-98204287D01* +X88859447Y-98198757D01* +X88855791Y-98193427D01* +X88852230Y-98188297D01* +X88848765Y-98183368D01* +X88843749Y-98176350D01* +X88838949Y-98169782D01* +X88834366Y-98163665D01* +X88829998Y-98158000D01* +X88825782Y-98152712D01* +X88821651Y-98147732D01* +X88817604Y-98143057D01* +X88813643Y-98138690D01* +X88808493Y-98133343D01* +X88803494Y-98128542D01* +X88798647Y-98124285D01* +X88793951Y-98120573D01* +X88789405Y-98117406D01* +X88783800Y-98113960D01* +X88778160Y-98110858D01* +X88772483Y-98108098D01* +X88766771Y-98105683D01* +X88761023Y-98103610D01* +X88755239Y-98101882D01* +X88752915Y-98101286D01* +X88746125Y-98100144D01* +X88740262Y-98099500D01* +X88733555Y-98098999D01* +X88727580Y-98098702D01* +X88721066Y-98098496D01* +X88714011Y-98098381D01* +X88708366Y-98098355D01* +X88615602Y-98098355D01* +X88615602Y-98368000D01* +X88535735Y-98368000D01* +X88535735Y-97826367D01* +X88615602Y-97826367D01* +X88615602Y-98030358D01* +X88787500Y-98030358D01* +X88794258Y-98030313D01* +X88800829Y-98030177D01* +X88807213Y-98029951D01* +X88813411Y-98029635D01* +X88819423Y-98029228D01* +X88828090Y-98028448D01* +X88836337Y-98027464D01* +X88844164Y-98026277D01* +X88851571Y-98024886D01* +X88858558Y-98023292D01* +X88865126Y-98021494D01* +X88871274Y-98019493D01* +X88873229Y-98018781D01* +X88878897Y-98016489D01* +X88884305Y-98013955D01* +X88891110Y-98010200D01* +X88897452Y-98006014D01* +X88903333Y-98001398D01* +X88908750Y-97996352D01* +X88913705Y-97990874D01* +X88918198Y-97984967D01* +X88920271Y-97981852D01* +X88924049Y-97975408D01* +X88927323Y-97968827D01* +X88930094Y-97962109D01* +X88932361Y-97955254D01* +X88934124Y-97948261D01* +X88935383Y-97941130D01* +X88936139Y-97933862D01* +X88936391Y-97926457D01* +X88936116Y-97918406D01* +X88935293Y-97910627D01* +X88933922Y-97903121D01* +X88932001Y-97895889D01* +X88929532Y-97888929D01* +X88926514Y-97882243D01* +X88922948Y-97875829D01* +X88918833Y-97869689D01* +X88914169Y-97863822D01* +X88908956Y-97858228D01* +X88905176Y-97854650D01* +X88899033Y-97849595D01* +X88892254Y-97845038D01* +X88884838Y-97840978D01* +X88876785Y-97837415D01* +X88871064Y-97835316D01* +X88865060Y-97833437D01* +X88858772Y-97831780D01* +X88852202Y-97830344D01* +X88845350Y-97829129D01* +X88838214Y-97828134D01* +X88830796Y-97827361D01* +X88823095Y-97826808D01* +X88815111Y-97826477D01* +X88806844Y-97826367D01* +X88615602Y-97826367D01* +X88535735Y-97826367D01* +X88535735Y-97758369D01* +X88803620Y-97758369D01* +X88813562Y-97758434D01* +G37* +G36* +X89332824Y-97758529D02* +G01* +X89341441Y-97759008D01* +X89349855Y-97759807D01* +X89358067Y-97760925D01* +X89366076Y-97762362D01* +X89373882Y-97764119D01* +X89381486Y-97766195D01* +X89388887Y-97768591D01* +X89396086Y-97771306D01* +X89403082Y-97774341D01* +X89409875Y-97777694D01* +X89416465Y-97781368D01* +X89422853Y-97785361D01* +X89429038Y-97789673D01* +X89435021Y-97794305D01* +X89440801Y-97799256D01* +X89446355Y-97804470D01* +X89451625Y-97809928D01* +X89456609Y-97815630D01* +X89461308Y-97821576D01* +X89465722Y-97827766D01* +X89469851Y-97834200D01* +X89473695Y-97840877D01* +X89477254Y-97847799D01* +X89480528Y-97854964D01* +X89483517Y-97862373D01* +X89486220Y-97870026D01* +X89488639Y-97877923D01* +X89490773Y-97886064D01* +X89492621Y-97894448D01* +X89494184Y-97903077D01* +X89495463Y-97911949D01* +X89421750Y-97917811D01* +X89419809Y-97909564D01* +X89417725Y-97901751D01* +X89415496Y-97894369D01* +X89413122Y-97887421D01* +X89410605Y-97880906D01* +X89407943Y-97874823D01* +X89405137Y-97869173D01* +X89402186Y-97863956D01* +X89398028Y-97857672D01* +X89393613Y-97852159D01* +X89387857Y-97846292D01* +X89381853Y-97841003D01* +X89375602Y-97836290D01* +X89369104Y-97832155D01* +X89362358Y-97828597D01* +X89355365Y-97825616D01* +X89348125Y-97823211D01* +X89340637Y-97821384D01* +X89332902Y-97820134D01* +X89324920Y-97819461D01* +X89319461Y-97819332D01* +X89312888Y-97819504D01* +X89306466Y-97820018D01* +X89300197Y-97820874D01* +X89294079Y-97822073D01* +X89288113Y-97823615D01* +X89282300Y-97825499D01* +X89276638Y-97827726D01* +X89271129Y-97830296D01* +X89265771Y-97833208D01* +X89260565Y-97836463D01* +X89257179Y-97838823D01* +X89250742Y-97843753D01* +X89244565Y-97849089D01* +X89238649Y-97854833D01* +X89232992Y-97860983D01* +X89227596Y-97867541D01* +X89222460Y-97874506D01* +X89219180Y-97879375D01* +X89216016Y-97884425D01* +X89212968Y-97889656D01* +X89210036Y-97895068D01* +X89207219Y-97900661D01* +X89204517Y-97906434D01* +X89201931Y-97912389D01* +X89199497Y-97918576D01* +X89197212Y-97925086D01* +X89195078Y-97931917D01* +X89193093Y-97939069D01* +X89191258Y-97946544D01* +X89189574Y-97954340D01* +X89188039Y-97962458D01* +X89186654Y-97970897D01* +X89185419Y-97979659D01* +X89184335Y-97988741D01* +X89183400Y-97998146D01* +X89182615Y-98007873D01* +X89181980Y-98017921D01* +X89181495Y-98028291D01* +X89181160Y-98038982D01* +X89180975Y-98049995D01* +X89186108Y-98042944D01* +X89191449Y-98036243D01* +X89196999Y-98029892D01* +X89202758Y-98023892D01* +X89208725Y-98018242D01* +X89214901Y-98012942D01* +X89221286Y-98007993D01* +X89227879Y-98003394D01* +X89234681Y-97999145D01* +X89241692Y-97995247D01* +X89246481Y-97992842D01* +X89253794Y-97989490D01* +X89261168Y-97986468D01* +X89268604Y-97983775D01* +X89276102Y-97981412D01* +X89283662Y-97979379D01* +X89291283Y-97977675D01* +X89298967Y-97976301D01* +X89306712Y-97975257D01* +X89314519Y-97974543D01* +X89322387Y-97974158D01* +X89327668Y-97974085D01* +X89336868Y-97974299D01* +X89345894Y-97974941D01* +X89354747Y-97976011D01* +X89363425Y-97977510D01* +X89371929Y-97979437D01* +X89380259Y-97981792D01* +X89388415Y-97984575D01* +X89396398Y-97987787D01* +X89404206Y-97991426D01* +X89411840Y-97995494D01* +X89419300Y-97999990D01* +X89426586Y-98004914D01* +X89433698Y-98010267D01* +X89440636Y-98016047D01* +X89447400Y-98022256D01* +X89453990Y-98028893D01* +X89460308Y-98035851D01* +X89466218Y-98043060D01* +X89471720Y-98050519D01* +X89476815Y-98058229D01* +X89481502Y-98066190D01* +X89485781Y-98074402D01* +X89489653Y-98082864D01* +X89493118Y-98091578D01* +X89496175Y-98100542D01* +X89498824Y-98109756D01* +X89501066Y-98119222D01* +X89502900Y-98128938D01* +X89504326Y-98138904D01* +X89505345Y-98149122D01* +X89505957Y-98159590D01* +X89506160Y-98170309D01* +X89506064Y-98177404D01* +X89505776Y-98184437D01* +X89505295Y-98191408D01* +X89504622Y-98198318D01* +X89503756Y-98205165D01* +X89502698Y-98211951D01* +X89501448Y-98218675D01* +X89500005Y-98225337D01* +X89498371Y-98231938D01* +X89496543Y-98238476D01* +X89494524Y-98244953D01* +X89492312Y-98251367D01* +X89489908Y-98257720D01* +X89487311Y-98264012D01* +X89484522Y-98270241D01* +X89481541Y-98276408D01* +X89478409Y-98282437D01* +X89475134Y-98288288D01* +X89471714Y-98293960D01* +X89468150Y-98299453D01* +X89464442Y-98304767D01* +X89460589Y-98309903D01* +X89456592Y-98314861D01* +X89452451Y-98319639D01* +X89448166Y-98324240D01* +X89443736Y-98328661D01* +X89439163Y-98332904D01* +X89434445Y-98336968D01* +X89429582Y-98340854D01* +X89424576Y-98344561D01* +X89419425Y-98348090D01* +X89414130Y-98351440D01* +X89408736Y-98354581D01* +X89403251Y-98357519D01* +X89397676Y-98360255D01* +X89392010Y-98362788D01* +X89386255Y-98365118D01* +X89380408Y-98367246D01* +X89374471Y-98369171D01* +X89368444Y-98370894D01* +X89362326Y-98372414D01* +X89356118Y-98373731D01* +X89349820Y-98374845D01* +X89343431Y-98375757D01* +X89336951Y-98376467D01* +X89330381Y-98376973D01* +X89323721Y-98377277D01* +X89316970Y-98377378D01* +X89305508Y-98377111D01* +X89294315Y-98376309D01* +X89283389Y-98374972D01* +X89272731Y-98373101D01* +X89262342Y-98370695D01* +X89252220Y-98367754D01* +X89242366Y-98364279D01* +X89232779Y-98360269D01* +X89223461Y-98355725D01* +X89214411Y-98350645D01* +X89205628Y-98345031D01* +X89197114Y-98338883D01* +X89188867Y-98332199D01* +X89180888Y-98324981D01* +X89173178Y-98317229D01* +X89165735Y-98308942D01* +X89158654Y-98300041D01* +X89152030Y-98290447D01* +X89148890Y-98285391D01* +X89145863Y-98280161D01* +X89142951Y-98274758D01* +X89140153Y-98269182D01* +X89137470Y-98263433D01* +X89134900Y-98257510D01* +X89132445Y-98251415D01* +X89130103Y-98245146D01* +X89127877Y-98238704D01* +X89125764Y-98232089D01* +X89123765Y-98225301D01* +X89121881Y-98218340D01* +X89120111Y-98211205D01* +X89118455Y-98203898D01* +X89116913Y-98196417D01* +X89115486Y-98188763D01* +X89114172Y-98180935D01* +X89112973Y-98172935D01* +X89112371Y-98168404D01* +X89192553Y-98168404D01* +X89192696Y-98175711D01* +X89193124Y-98182959D01* +X89193839Y-98190147D01* +X89194840Y-98197276D01* +X89196127Y-98204346D01* +X89197699Y-98211356D01* +X89199558Y-98218308D01* +X89201703Y-98225200D01* +X89204133Y-98232033D01* +X89206849Y-98238806D01* +X89208819Y-98243289D01* +X89211982Y-98249844D01* +X89215372Y-98256100D01* +X89218989Y-98262058D01* +X89222833Y-98267716D01* +X89226903Y-98273076D01* +X89231199Y-98278137D01* +X89235723Y-98282899D01* +X89240473Y-98287363D01* +X89245450Y-98291527D01* +X89250653Y-98295393D01* +X89254248Y-98297804D01* +X89259770Y-98301130D01* +X89265342Y-98304129D01* +X89270967Y-98306801D01* +X89276642Y-98309145D01* +X89282370Y-98311163D01* +X89288148Y-98312853D01* +X89293979Y-98314216D01* +X89299861Y-98315252D01* +X89305794Y-98315961D01* +X89311779Y-98316343D01* +X89315798Y-98316415D01* +X89324476Y-98316075D01* +X89332924Y-98315055D01* +X89341144Y-98313355D01* +X89349134Y-98310975D01* +X89356895Y-98307915D01* +X89364427Y-98304174D01* +X89371730Y-98299754D01* +X89378803Y-98294653D01* +X89383391Y-98290875D01* +X89387877Y-98286795D01* +X89392262Y-98282412D01* +X89396544Y-98277727D01* +X89400643Y-98272783D01* +X89404478Y-98267620D01* +X89408049Y-98262240D01* +X89411354Y-98256643D01* +X89414396Y-98250828D01* +X89417173Y-98244796D01* +X89419685Y-98238546D01* +X89421933Y-98232078D01* +X89423917Y-98225393D01* +X89425636Y-98218491D01* +X89427090Y-98211371D01* +X89428281Y-98204033D01* +X89429206Y-98196478D01* +X89429867Y-98188705D01* +X89430264Y-98180715D01* +X89430396Y-98172508D01* +X89430266Y-98164627D01* +X89429874Y-98156958D01* +X89429222Y-98149500D01* +X89428308Y-98142255D01* +X89427133Y-98135221D01* +X89425698Y-98128400D01* +X89424001Y-98121790D01* +X89422043Y-98115391D01* +X89419824Y-98109205D01* +X89417345Y-98103230D01* +X89414604Y-98097468D01* +X89411602Y-98091917D01* +X89408339Y-98086577D01* +X89404815Y-98081450D01* +X89401030Y-98076534D01* +X89396984Y-98071831D01* +X89392740Y-98067376D01* +X89388361Y-98063210D01* +X89383846Y-98059330D01* +X89379197Y-98055738D01* +X89371969Y-98050889D01* +X89364438Y-98046686D01* +X89356603Y-98043130D01* +X89348463Y-98040220D01* +X89340020Y-98037957D01* +X89334222Y-98036808D01* +X89328290Y-98035946D01* +X89322222Y-98035371D01* +X89316019Y-98035084D01* +X89312867Y-98035048D01* +X89306643Y-98035191D01* +X89300538Y-98035622D01* +X89294553Y-98036341D01* +X89288687Y-98037347D01* +X89282939Y-98038640D01* +X89274541Y-98041118D01* +X89266412Y-98044243D01* +X89258550Y-98048015D01* +X89250956Y-98052433D01* +X89246042Y-98055738D01* +X89241247Y-98059330D01* +X89236571Y-98063210D01* +X89232015Y-98067376D01* +X89227577Y-98071831D01* +X89223336Y-98076518D01* +X89219368Y-98081386D01* +X89215674Y-98086433D01* +X89212254Y-98091660D01* +X89209107Y-98097067D01* +X89206234Y-98102653D01* +X89203635Y-98108420D01* +X89201309Y-98114366D01* +X89199256Y-98120491D01* +X89197478Y-98126797D01* +X89195973Y-98133282D01* +X89194742Y-98139947D01* +X89193784Y-98146792D01* +X89193100Y-98153816D01* +X89192689Y-98161020D01* +X89192553Y-98168404D01* +X89112371Y-98168404D01* +X89111888Y-98164762D01* +X89110917Y-98156415D01* +X89110061Y-98147895D01* +X89109319Y-98139202D01* +X89108691Y-98130336D01* +X89108177Y-98121297D01* +X89107777Y-98112084D01* +X89107491Y-98102699D01* +X89107320Y-98093140D01* +X89107263Y-98083408D01* +X89107326Y-98072520D01* +X89107515Y-98061819D01* +X89107831Y-98051305D01* +X89108273Y-98040978D01* +X89108841Y-98030839D01* +X89109535Y-98020887D01* +X89110355Y-98011121D01* +X89111302Y-98001544D01* +X89112375Y-97992153D01* +X89113574Y-97982950D01* +X89114900Y-97973933D01* +X89116351Y-97965104D01* +X89117929Y-97956462D01* +X89119633Y-97948008D01* +X89121463Y-97939740D01* +X89123420Y-97931660D01* +X89125502Y-97923767D01* +X89127711Y-97916061D01* +X89130046Y-97908542D01* +X89132508Y-97901210D01* +X89135095Y-97894066D01* +X89137809Y-97887109D01* +X89140649Y-97880339D01* +X89143615Y-97873756D01* +X89146708Y-97867360D01* +X89149927Y-97861152D01* +X89153272Y-97855130D01* +X89156743Y-97849296D01* +X89160340Y-97843650D01* +X89164064Y-97838190D01* +X89167914Y-97832917D01* +X89171890Y-97827832D01* +X89179096Y-97819421D01* +X89186608Y-97811552D01* +X89194428Y-97804226D01* +X89202554Y-97797442D01* +X89210988Y-97791201D01* +X89219728Y-97785503D01* +X89228775Y-97780348D01* +X89238128Y-97775735D01* +X89247789Y-97771665D01* +X89257756Y-97768138D01* +X89268030Y-97765153D01* +X89278612Y-97762711D01* +X89289499Y-97760811D01* +X89300694Y-97759455D01* +X89312196Y-97758641D01* +X89318062Y-97758437D01* +X89324004Y-97758369D01* +X89332824Y-97758529D01* G37* G36* X74693968Y-93519434D02* @@ -54156,281 +55891,6 @@ X146609309Y-99435448D01* X146616404Y-99435544D01* G37* G36* -X84139000Y-113305344D02* -G01* -X83529369Y-113305344D01* -X83529369Y-113225330D01* -X84068658Y-113225330D01* -X84068658Y-112927842D01* -X84139000Y-112927842D01* -X84139000Y-113305344D01* -G37* -G36* -X84068658Y-112475016D02* -G01* -X84139000Y-112475016D01* -X84139000Y-112874500D01* -X84132327Y-112874525D01* -X84125719Y-112874234D01* -X84119175Y-112873627D01* -X84112695Y-112872705D01* -X84106279Y-112871466D01* -X84099927Y-112869911D01* -X84093639Y-112868040D01* -X84087415Y-112865854D01* -X84079761Y-112862809D01* -X84072129Y-112859445D01* -X84064521Y-112855761D01* -X84056936Y-112851758D01* -X84049374Y-112847435D01* -X84044346Y-112844376D01* -X84039328Y-112841175D01* -X84034320Y-112837832D01* -X84029323Y-112834347D01* -X84024336Y-112830720D01* -X84019359Y-112826951D01* -X84014392Y-112823040D01* -X84009436Y-112818987D01* -X84006962Y-112816907D01* -X84001949Y-112812596D01* -X83996841Y-112808051D01* -X83991636Y-112803272D01* -X83986336Y-112798259D01* -X83980939Y-112793014D01* -X83975445Y-112787534D01* -X83969856Y-112781821D01* -X83964170Y-112775875D01* -X83958389Y-112769694D01* -X83952511Y-112763281D01* -X83946537Y-112756634D01* -X83940467Y-112749753D01* -X83934300Y-112742638D01* -X83928038Y-112735291D01* -X83921679Y-112727709D01* -X83915224Y-112719894D01* -X83910165Y-112713802D01* -X83905172Y-112707834D01* -X83900244Y-112701991D01* -X83895383Y-112696273D01* -X83890588Y-112690679D01* -X83885860Y-112685211D01* -X83881197Y-112679867D01* -X83876600Y-112674648D01* -X83872070Y-112669554D01* -X83867605Y-112664585D01* -X83863207Y-112659740D01* -X83858875Y-112655020D01* -X83854609Y-112650425D01* -X83850409Y-112645955D01* -X83846275Y-112641610D01* -X83838206Y-112633293D01* -X83830402Y-112625476D01* -X83822861Y-112618158D01* -X83815586Y-112611339D01* -X83808574Y-112605019D01* -X83801827Y-112599198D01* -X83795345Y-112593877D01* -X83789127Y-112589055D01* -X83786117Y-112586831D01* -X83780184Y-112582625D01* -X83774291Y-112578690D01* -X83768437Y-112575027D01* -X83762624Y-112571636D01* -X83756851Y-112568515D01* -X83751118Y-112565666D01* -X83745425Y-112563088D01* -X83739772Y-112560782D01* -X83734160Y-112558747D01* -X83725815Y-112556203D01* -X83717562Y-112554270D01* -X83709398Y-112552947D01* -X83701324Y-112552235D01* -X83695992Y-112552099D01* -X83687762Y-112552377D01* -X83679780Y-112553212D01* -X83672045Y-112554603D01* -X83664558Y-112556551D01* -X83657317Y-112559054D01* -X83650325Y-112562115D01* -X83643579Y-112565731D01* -X83637080Y-112569905D01* -X83630829Y-112574634D01* -X83624826Y-112579920D01* -X83620960Y-112583753D01* -X83615487Y-112589828D01* -X83610552Y-112596238D01* -X83606155Y-112602983D01* -X83602296Y-112610063D01* -X83598976Y-112617477D01* -X83596195Y-112625227D01* -X83593952Y-112633311D01* -X83592247Y-112641730D01* -X83591080Y-112650484D01* -X83590602Y-112656507D01* -X83590362Y-112662677D01* -X83590332Y-112665819D01* -X83590463Y-112672440D01* -X83590857Y-112678893D01* -X83591512Y-112685180D01* -X83592430Y-112691299D01* -X83593610Y-112697252D01* -X83595052Y-112703037D01* -X83596756Y-112708655D01* -X83599804Y-112716768D01* -X83603441Y-112724506D01* -X83607669Y-112731867D01* -X83612487Y-112738852D01* -X83617894Y-112745461D01* -X83623891Y-112751695D01* -X83630412Y-112757434D01* -X83637388Y-112762617D01* -X83644820Y-112767243D01* -X83650028Y-112770018D01* -X83655439Y-112772546D01* -X83661052Y-112774827D01* -X83666868Y-112776860D01* -X83672887Y-112778646D01* -X83679108Y-112780185D01* -X83685532Y-112781477D01* -X83692159Y-112782521D01* -X83698988Y-112783317D01* -X83706020Y-112783867D01* -X83713255Y-112784169D01* -X83716948Y-112784228D01* -X83708888Y-112860431D01* -X83698097Y-112859291D01* -X83687632Y-112857812D01* -X83677493Y-112855994D01* -X83667681Y-112853837D01* -X83658195Y-112851341D01* -X83649035Y-112848506D01* -X83640202Y-112845333D01* -X83631695Y-112841820D01* -X83623514Y-112837969D01* -X83615660Y-112833778D01* -X83608131Y-112829249D01* -X83600929Y-112824381D01* -X83594054Y-112819174D01* -X83587504Y-112813628D01* -X83581281Y-112807744D01* -X83575385Y-112801520D01* -X83569813Y-112794990D01* -X83564600Y-112788187D01* -X83559747Y-112781110D01* -X83555253Y-112773759D01* -X83551119Y-112766134D01* -X83547344Y-112758236D01* -X83543929Y-112750065D01* -X83540873Y-112741620D01* -X83538177Y-112732901D01* -X83535840Y-112723908D01* -X83533863Y-112714642D01* -X83532245Y-112705102D01* -X83530987Y-112695289D01* -X83530088Y-112685202D01* -X83529549Y-112674841D01* -X83529369Y-112664207D01* -X83529559Y-112653485D01* -X83530127Y-112643047D01* -X83531075Y-112632891D01* -X83532401Y-112623018D01* -X83534106Y-112613428D01* -X83536191Y-112604121D01* -X83538654Y-112595096D01* -X83541496Y-112586354D01* -X83544717Y-112577895D01* -X83548317Y-112569719D01* -X83552296Y-112561826D01* -X83556654Y-112554215D01* -X83561391Y-112546887D01* -X83566507Y-112539842D01* -X83572002Y-112533080D01* -X83577876Y-112526600D01* -X83584030Y-112520460D01* -X83590364Y-112514716D01* -X83596880Y-112509369D01* -X83603576Y-112504417D01* -X83610454Y-112499861D01* -X83617512Y-112495702D01* -X83624751Y-112491939D01* -X83632171Y-112488572D01* -X83639772Y-112485601D01* -X83647554Y-112483026D01* -X83655517Y-112480847D01* -X83663660Y-112479065D01* -X83671985Y-112477678D01* -X83680490Y-112476688D01* -X83689176Y-112476094D01* -X83698043Y-112475896D01* -X83704875Y-112476026D01* -X83711686Y-112476416D01* -X83718476Y-112477066D01* -X83725246Y-112477977D01* -X83731995Y-112479148D01* -X83738724Y-112480579D01* -X83745432Y-112482270D01* -X83752119Y-112484221D01* -X83758786Y-112486433D01* -X83765432Y-112488904D01* -X83769851Y-112490697D01* -X83776479Y-112493644D01* -X83783174Y-112496937D01* -X83789936Y-112500576D01* -X83796765Y-112504559D01* -X83803661Y-112508887D01* -X83810624Y-112513561D01* -X83817654Y-112518580D01* -X83822377Y-112522118D01* -X83827131Y-112525809D01* -X83831914Y-112529653D01* -X83836728Y-112533651D01* -X83841570Y-112537803D01* -X83844003Y-112539936D01* -X83848989Y-112544419D01* -X83854202Y-112549258D01* -X83859641Y-112554453D01* -X83865307Y-112560004D01* -X83871200Y-112565911D01* -X83877319Y-112572174D01* -X83883665Y-112578793D01* -X83890238Y-112585768D01* -X83897038Y-112593099D01* -X83904064Y-112600787D01* -X83911317Y-112608830D01* -X83918796Y-112617230D01* -X83926502Y-112625985D01* -X83930441Y-112630497D01* -X83934435Y-112635097D01* -X83938487Y-112639786D01* -X83942595Y-112644564D01* -X83946760Y-112649432D01* -X83950981Y-112654388D01* -X83957928Y-112662537D01* -X83964589Y-112670314D01* -X83970966Y-112677718D01* -X83977057Y-112684751D01* -X83982864Y-112691411D01* -X83988385Y-112697699D01* -X83993621Y-112703616D01* -X83998572Y-112709160D01* -X84003238Y-112714332D01* -X84007619Y-112719132D01* -X84011715Y-112723559D01* -X84017324Y-112729504D01* -X84022292Y-112734611D01* -X84026618Y-112738880D01* -X84027918Y-112740117D01* -X84032978Y-112744740D01* -X84038048Y-112749157D01* -X84043127Y-112753368D01* -X84048214Y-112757373D01* -X84053311Y-112761172D01* -X84058418Y-112764765D01* -X84063533Y-112768151D01* -X84068658Y-112771332D01* -X84068658Y-112475016D01* -G37* -G36* X106489369Y-119812531D02* G01* X106489369Y-119732517D01* @@ -55421,6 +56881,760 @@ X148115284Y-128627093D01* X148183281Y-128627093D01* X148183281Y-128708719D01* G37* +D18* +G36* +X83126959Y-111107284D02* +G01* +X83206973Y-111127508D01* +X83205359Y-111133708D01* +X83203666Y-111139815D01* +X83201894Y-111145830D01* +X83200044Y-111151752D01* +X83198116Y-111157581D01* +X83196109Y-111163317D01* +X83194024Y-111168961D01* +X83191861Y-111174512D01* +X83189619Y-111179970D01* +X83184899Y-111190609D01* +X83179867Y-111200876D01* +X83174520Y-111210772D01* +X83168860Y-111220298D01* +X83162886Y-111229452D01* +X83156598Y-111238236D01* +X83149996Y-111246649D01* +X83143081Y-111254690D01* +X83135852Y-111262361D01* +X83128310Y-111269661D01* +X83120454Y-111276590D01* +X83116408Y-111279915D01* +X83108142Y-111286268D01* +X83099649Y-111292211D01* +X83090928Y-111297744D01* +X83081979Y-111302868D01* +X83072802Y-111307581D01* +X83063397Y-111311885D01* +X83053765Y-111315779D01* +X83043904Y-111319263D01* +X83033816Y-111322337D01* +X83023500Y-111325001D01* +X83012956Y-111327255D01* +X83002185Y-111329099D01* +X82991185Y-111330534D01* +X82979958Y-111331559D01* +X82968503Y-111332173D01* +X82956820Y-111332378D01* +X82950746Y-111332339D01* +X82944744Y-111332222D01* +X82938813Y-111332027D01* +X82932953Y-111331753D01* +X82921448Y-111330972D01* +X82910227Y-111329878D01* +X82899292Y-111328471D01* +X82888642Y-111326752D01* +X82878276Y-111324721D01* +X82868196Y-111322377D01* +X82858401Y-111319720D01* +X82848891Y-111316751D01* +X82839666Y-111313469D01* +X82830726Y-111309875D01* +X82822071Y-111305968D01* +X82813702Y-111301748D01* +X82805617Y-111297216D01* +X82797818Y-111292371D01* +X82790293Y-111287231D01* +X82782996Y-111281811D01* +X82775927Y-111276112D01* +X82769085Y-111270133D01* +X82762472Y-111263875D01* +X82756086Y-111257338D01* +X82749929Y-111250521D01* +X82743999Y-111243425D01* +X82738297Y-111236050D01* +X82732822Y-111228395D01* +X82727576Y-111220461D01* +X82722557Y-111212248D01* +X82717766Y-111203755D01* +X82713203Y-111194983D01* +X82708868Y-111185931D01* +X82704761Y-111176600D01* +X82700893Y-111167068D01* +X82697274Y-111157449D01* +X82693904Y-111147742D01* +X82690784Y-111137949D01* +X82687914Y-111128069D01* +X82685293Y-111118101D01* +X82682922Y-111108047D01* +X82680801Y-111097905D01* +X82678929Y-111087677D01* +X82677307Y-111077361D01* +X82675934Y-111066959D01* +X82674811Y-111056469D01* +X82673937Y-111045893D01* +X82673313Y-111035230D01* +X82672939Y-111024479D01* +X82672814Y-111013642D01* +X82672849Y-111007730D01* +X82672955Y-111001866D01* +X82673377Y-110990281D01* +X82674082Y-110978886D01* +X82675067Y-110967681D01* +X82676335Y-110956666D01* +X82677884Y-110945841D01* +X82679714Y-110935206D01* +X82681827Y-110924762D01* +X82684221Y-110914507D01* +X82686896Y-110904442D01* +X82689853Y-110894567D01* +X82693092Y-110884883D01* +X82696613Y-110875388D01* +X82700415Y-110866084D01* +X82704499Y-110856969D01* +X82708864Y-110848045D01* +X82713490Y-110839348D01* +X82718353Y-110830917D01* +X82723455Y-110822752D01* +X82728795Y-110814852D01* +X82734372Y-110807218D01* +X82740189Y-110799850D01* +X82746243Y-110792747D01* +X82752535Y-110785909D01* +X82759065Y-110779338D01* +X82765834Y-110773032D01* +X82772841Y-110766991D01* +X82780086Y-110761217D01* +X82787569Y-110755707D01* +X82795290Y-110750464D01* +X82803249Y-110745486D01* +X82811446Y-110740773D01* +X82819833Y-110736319D01* +X82828322Y-110732152D01* +X82836914Y-110728273D01* +X82845610Y-110724681D01* +X82854408Y-110721376D01* +X82863310Y-110718359D01* +X82872314Y-110715629D01* +X82881422Y-110713186D01* +X82890633Y-110711031D01* +X82899946Y-110709163D01* +X82909363Y-110707583D01* +X82918883Y-110706289D01* +X82928505Y-110705284D01* +X82938231Y-110704565D01* +X82948060Y-110704134D01* +X82957992Y-110703990D01* +X82969218Y-110704173D01* +X82980219Y-110704721D01* +X82990994Y-110705634D01* +X83001544Y-110706912D01* +X83011868Y-110708556D01* +X83021966Y-110710564D01* +X83031839Y-110712938D01* +X83041486Y-110715677D01* +X83050908Y-110718782D01* +X83060105Y-110722251D01* +X83069075Y-110726086D01* +X83077821Y-110730286D01* +X83086340Y-110734851D01* +X83094634Y-110739782D01* +X83102703Y-110745078D01* +X83110546Y-110750739D01* +X83118130Y-110756731D01* +X83125421Y-110763021D01* +X83132418Y-110769609D01* +X83139123Y-110776494D01* +X83145534Y-110783677D01* +X83151652Y-110791158D01* +X83157477Y-110798936D01* +X83163010Y-110807012D01* +X83168249Y-110815386D01* +X83173194Y-110824057D01* +X83177847Y-110833026D01* +X83182207Y-110842293D01* +X83186274Y-110851857D01* +X83190047Y-110861719D01* +X83193528Y-110871879D01* +X83196715Y-110882337D01* +X83117873Y-110900948D01* +X83115180Y-110892665D01* +X83112337Y-110884668D01* +X83109345Y-110876957D01* +X83106205Y-110869532D01* +X83102915Y-110862394D01* +X83099477Y-110855542D01* +X83095890Y-110848976D01* +X83092155Y-110842696D01* +X83088270Y-110836702D01* +X83084237Y-110830995D01* +X83080054Y-110825574D01* +X83075723Y-110820439D01* +X83071243Y-110815591D01* +X83066614Y-110811028D01* +X83061837Y-110806752D01* +X83056910Y-110802762D01* +X83051829Y-110799036D01* +X83046588Y-110795549D01* +X83041187Y-110792304D01* +X83035625Y-110789298D01* +X83029903Y-110786533D01* +X83024020Y-110784009D01* +X83017977Y-110781725D01* +X83011774Y-110779681D01* +X83005411Y-110777878D01* +X82998887Y-110776315D01* +X82992204Y-110774993D01* +X82985359Y-110773911D01* +X82978355Y-110773070D01* +X82971190Y-110772468D01* +X82963865Y-110772108D01* +X82956380Y-110771988D01* +X82947768Y-110772119D01* +X82939333Y-110772514D01* +X82931075Y-110773173D01* +X82922995Y-110774094D01* +X82915093Y-110775279D01* +X82907367Y-110776727D01* +X82899820Y-110778439D01* +X82892449Y-110780414D01* +X82885257Y-110782652D01* +X82878241Y-110785154D01* +X82871404Y-110787919D01* +X82864743Y-110790947D01* +X82858260Y-110794239D01* +X82851955Y-110797793D01* +X82845827Y-110801612D01* +X82839876Y-110805693D01* +X82834141Y-110809996D01* +X82828622Y-110814479D01* +X82823319Y-110819142D01* +X82818233Y-110823984D01* +X82813363Y-110829006D01* +X82808710Y-110834208D01* +X82804273Y-110839589D01* +X82800052Y-110845151D01* +X82796048Y-110850892D01* +X82792260Y-110856812D01* +X82788689Y-110862913D01* +X82785334Y-110869193D01* +X82782195Y-110875653D01* +X82779273Y-110882293D01* +X82776567Y-110889113D01* +X82774077Y-110896112D01* +X82771788Y-110903215D01* +X82769646Y-110910347D01* +X82767653Y-110917508D01* +X82765807Y-110924697D01* +X82764108Y-110931915D01* +X82762557Y-110939162D01* +X82761154Y-110946437D01* +X82759899Y-110953741D01* +X82758791Y-110961073D01* +X82757831Y-110968434D01* +X82757019Y-110975824D01* +X82756354Y-110983242D01* +X82755837Y-110990689D01* +X82755468Y-110998165D01* +X82755247Y-111005669D01* +X82755173Y-111013202D01* +X82755260Y-111022852D01* +X82755523Y-111032347D01* +X82755961Y-111041687D01* +X82756574Y-111050873D01* +X82757362Y-111059905D01* +X82758326Y-111068782D01* +X82759464Y-111077504D01* +X82760778Y-111086072D01* +X82762267Y-111094485D01* +X82763931Y-111102744D01* +X82765770Y-111110848D01* +X82767785Y-111118797D01* +X82769974Y-111126592D01* +X82772339Y-111134233D01* +X82774879Y-111141718D01* +X82777594Y-111149050D01* +X82780512Y-111156172D01* +X82783623Y-111163065D01* +X82786928Y-111169732D01* +X82790426Y-111176170D01* +X82794118Y-111182380D01* +X82798003Y-111188363D01* +X82802082Y-111194118D01* +X82806354Y-111199645D01* +X82810820Y-111204944D01* +X82815479Y-111210015D01* +X82820331Y-111214858D01* +X82825377Y-111219474D01* +X82830617Y-111223862D01* +X82836050Y-111228022D01* +X82841677Y-111231954D01* +X82847497Y-111235658D01* +X82853462Y-111239136D01* +X82859488Y-111242390D01* +X82865575Y-111245420D01* +X82871722Y-111248225D01* +X82877931Y-111250805D01* +X82884199Y-111253161D01* +X82890529Y-111255293D01* +X82896919Y-111257200D01* +X82903370Y-111258883D01* +X82909882Y-111260342D01* +X82916454Y-111261576D01* +X82923087Y-111262586D01* +X82929780Y-111263371D01* +X82936535Y-111263932D01* +X82943350Y-111264269D01* +X82950225Y-111264381D01* +X82958535Y-111264227D01* +X82966684Y-111263763D01* +X82974673Y-111262990D01* +X82982502Y-111261908D01* +X82990170Y-111260517D01* +X82997678Y-111258817D01* +X83005026Y-111256808D01* +X83012214Y-111254489D01* +X83019241Y-111251862D01* +X83026108Y-111248925D01* +X83032815Y-111245679D01* +X83039362Y-111242125D01* +X83045748Y-111238261D01* +X83051974Y-111234087D01* +X83058039Y-111229605D01* +X83063945Y-111224814D01* +X83069652Y-111219718D01* +X83075123Y-111214322D01* +X83080359Y-111208626D01* +X83085359Y-111202631D01* +X83090122Y-111196335D01* +X83094651Y-111189739D01* +X83098943Y-111182843D01* +X83102999Y-111175648D01* +X83106820Y-111168152D01* +X83110404Y-111160357D01* +X83113753Y-111152261D01* +X83116866Y-111143866D01* +X83119743Y-111135170D01* +X83122384Y-111126175D01* +X83124790Y-111116880D01* +X83126959Y-111107284D01* +G37* +G36* +X83551356Y-111323000D02* +G01* +X83477204Y-111323000D01* +X83477204Y-110847898D01* +X83472028Y-110852762D01* +X83466559Y-110857625D01* +X83460797Y-110862489D01* +X83454741Y-110867352D01* +X83448391Y-110872216D01* +X83441747Y-110877079D01* +X83434810Y-110881943D01* +X83427579Y-110886806D01* +X83422596Y-110890049D01* +X83417482Y-110893291D01* +X83412237Y-110896533D01* +X83406862Y-110899775D01* +X83401456Y-110902949D01* +X83396120Y-110906022D01* +X83390854Y-110908994D01* +X83385658Y-110911866D01* +X83377995Y-110915984D01* +X83370489Y-110919875D01* +X83363140Y-110923540D01* +X83355948Y-110926978D01* +X83348914Y-110930189D01* +X83342036Y-110933174D01* +X83335316Y-110935932D01* +X83328753Y-110938464D01* +X83328753Y-110863432D01* +X83336477Y-110859758D01* +X83344078Y-110855988D01* +X83351557Y-110852124D01* +X83358914Y-110848164D01* +X83366148Y-110844109D01* +X83373259Y-110839960D01* +X83380248Y-110835715D01* +X83387115Y-110831375D01* +X83393859Y-110826941D01* +X83400480Y-110822411D01* +X83406979Y-110817786D01* +X83413355Y-110813066D01* +X83419609Y-110808251D01* +X83425741Y-110803342D01* +X83431750Y-110798337D01* +X83437636Y-110793237D01* +X83443355Y-110788099D01* +X83448861Y-110782981D01* +X83454153Y-110777882D01* +X83459233Y-110772803D01* +X83464100Y-110767743D01* +X83468754Y-110762703D01* +X83473195Y-110757682D01* +X83477423Y-110752680D01* +X83481438Y-110747698D01* +X83485241Y-110742736D01* +X83488830Y-110737793D01* +X83492206Y-110732869D01* +X83496871Y-110725520D01* +X83501057Y-110718215D01* +X83503582Y-110713369D01* +X83551356Y-110713369D01* +X83551356Y-111323000D01* +G37* +G36* +X83739520Y-111164144D02* +G01* +X83813672Y-111154179D01* +X83815336Y-111161828D01* +X83817139Y-111169207D01* +X83819082Y-111176314D01* +X83821165Y-111183149D01* +X83823387Y-111189713D01* +X83825749Y-111196006D01* +X83828250Y-111202028D01* +X83830892Y-111207778D01* +X83833673Y-111213257D01* +X83836593Y-111218464D01* +X83841236Y-111225767D01* +X83846193Y-111232459D01* +X83851464Y-111238540D01* +X83857050Y-111244011D01* +X83862937Y-111248909D01* +X83869059Y-111253324D01* +X83875416Y-111257258D01* +X83882006Y-111260711D01* +X83888831Y-111263681D01* +X83895891Y-111266170D01* +X83903185Y-111268177D01* +X83910713Y-111269703D01* +X83918476Y-111270746D01* +X83926473Y-111271308D01* +X83931935Y-111271415D01* +X83938429Y-111271273D01* +X83944794Y-111270848D01* +X83951032Y-111270138D01* +X83957141Y-111269144D01* +X83963122Y-111267866D01* +X83968974Y-111266305D01* +X83974699Y-111264459D01* +X83980295Y-111262330D01* +X83985763Y-111259916D01* +X83991103Y-111257219D01* +X83996314Y-111254238D01* +X84001398Y-111250972D01* +X84006353Y-111247423D01* +X84011179Y-111243590D01* +X84015878Y-111239473D01* +X84020448Y-111235072D01* +X84024814Y-111230462D01* +X84028898Y-111225716D01* +X84032700Y-111220835D01* +X84036220Y-111215820D01* +X84039459Y-111210669D01* +X84042417Y-111205383D01* +X84045092Y-111199962D01* +X84047486Y-111194406D01* +X84049598Y-111188714D01* +X84051429Y-111182888D01* +X84052978Y-111176927D01* +X84054246Y-111170830D01* +X84055231Y-111164598D01* +X84055935Y-111158232D01* +X84056358Y-111151730D01* +X84056499Y-111145093D01* +X84056368Y-111138770D01* +X84055977Y-111132589D01* +X84055324Y-111126548D01* +X84054410Y-111120647D01* +X84053236Y-111114888D01* +X84050984Y-111106513D01* +X84048146Y-111098455D01* +X84044720Y-111090714D01* +X84040706Y-111083289D01* +X84036105Y-111076181D01* +X84030917Y-111069391D01* +X84025142Y-111062917D01* +X84023086Y-111060829D01* +X84016663Y-111054884D01* +X84009923Y-111049524D01* +X84002866Y-111044749D01* +X83995492Y-111040558D01* +X83987802Y-111036952D01* +X83979794Y-111033931D01* +X83971470Y-111031494D01* +X83965744Y-111030195D01* +X83959878Y-111029155D01* +X83953870Y-111028376D01* +X83947722Y-111027856D01* +X83941434Y-111027596D01* +X83938236Y-111027563D01* +X83931391Y-111027764D01* +X83924045Y-111028365D01* +X83917808Y-111029134D01* +X83911250Y-111030160D01* +X83904372Y-111031442D01* +X83897173Y-111032981D01* +X83889653Y-111034776D01* +X83885773Y-111035770D01* +X83894126Y-110965868D01* +X83900004Y-110966368D01* +X83905996Y-110966600D01* +X83911894Y-110966505D01* +X83920598Y-110966006D01* +X83929132Y-110965080D01* +X83937496Y-110963726D01* +X83945691Y-110961944D01* +X83953715Y-110959735D01* +X83961569Y-110957098D01* +X83969253Y-110954033D01* +X83976768Y-110950541D01* +X83984112Y-110946621D01* +X83991286Y-110942274D01* +X83998069Y-110937481D01* +X84004185Y-110932224D01* +X84009633Y-110926503D01* +X84014415Y-110920319D01* +X84018529Y-110913672D01* +X84021976Y-110906560D01* +X84024756Y-110898985D01* +X84026869Y-110890946D01* +X84028315Y-110882444D01* +X84028908Y-110876518D01* +X84029204Y-110870386D01* +X84029241Y-110867242D01* +X84028998Y-110859835D01* +X84028267Y-110852669D01* +X84027050Y-110845746D01* +X84025346Y-110839064D01* +X84023155Y-110832625D01* +X84020478Y-110826428D01* +X84017313Y-110820473D01* +X84013662Y-110814761D01* +X84009523Y-110809290D01* +X84004898Y-110804062D01* +X84001544Y-110800711D01* +X83996237Y-110795997D01* +X83990646Y-110791746D01* +X83984772Y-110787959D01* +X83978614Y-110784636D01* +X83972173Y-110781777D01* +X83965449Y-110779381D01* +X83958442Y-110777449D01* +X83951151Y-110775981D01* +X83943576Y-110774976D01* +X83935719Y-110774435D01* +X83930323Y-110774332D01* +X83922343Y-110774569D01* +X83914616Y-110775280D01* +X83907141Y-110776465D01* +X83899919Y-110778124D01* +X83892949Y-110780257D01* +X83886232Y-110782864D01* +X83879767Y-110785945D01* +X83873555Y-110789500D01* +X83867595Y-110793529D01* +X83861887Y-110798032D01* +X83858222Y-110801297D01* +X83852991Y-110806590D01* +X83848123Y-110812356D01* +X83843618Y-110818597D01* +X83839476Y-110825312D01* +X83835697Y-110832501D01* +X83832282Y-110840163D01* +X83829230Y-110848300D01* +X83827397Y-110853988D01* +X83825725Y-110859886D01* +X83824215Y-110865996D01* +X83822867Y-110872315D01* +X83821679Y-110878846D01* +X83821146Y-110882190D01* +X83746994Y-110869001D01* +X83748815Y-110859862D01* +X83750907Y-110850985D01* +X83753271Y-110842369D01* +X83755906Y-110834013D01* +X83758812Y-110825919D01* +X83761990Y-110818085D01* +X83765439Y-110810513D01* +X83769159Y-110803202D01* +X83773151Y-110796152D01* +X83777414Y-110789362D01* +X83781948Y-110782834D01* +X83786754Y-110776567D01* +X83791831Y-110770561D01* +X83797179Y-110764816D01* +X83802799Y-110759332D01* +X83808690Y-110754109D01* +X83814809Y-110749176D01* +X83821112Y-110744561D01* +X83827599Y-110740264D01* +X83834271Y-110736285D01* +X83841127Y-110732625D01* +X83848168Y-110729283D01* +X83855393Y-110726260D01* +X83862802Y-110723554D01* +X83870395Y-110721167D01* +X83878173Y-110719098D01* +X83886135Y-110717348D01* +X83894282Y-110715916D01* +X83902613Y-110714802D01* +X83911128Y-110714006D01* +X83919827Y-110713528D01* +X83928711Y-110713369D01* +X83934854Y-110713452D01* +X83940936Y-110713699D01* +X83946957Y-110714111D01* +X83952918Y-110714688D01* +X83958819Y-110715430D01* +X83964658Y-110716337D01* +X83970437Y-110717409D01* +X83978991Y-110719325D01* +X83987409Y-110721613D01* +X83995691Y-110724271D01* +X84003836Y-110727300D01* +X84011844Y-110730701D01* +X84019716Y-110734472D01* +X84027347Y-110738565D01* +X84034632Y-110742932D01* +X84041573Y-110747571D01* +X84048168Y-110752483D01* +X84054419Y-110757669D01* +X84060324Y-110763127D01* +X84065884Y-110768859D01* +X84071098Y-110774864D01* +X84075968Y-110781141D01* +X84080492Y-110787692D01* +X84083317Y-110792211D01* +X84087271Y-110799093D01* +X84090837Y-110806054D01* +X84094013Y-110813096D01* +X84096801Y-110820217D01* +X84099200Y-110827418D01* +X84101209Y-110834699D01* +X84102830Y-110842060D01* +X84104062Y-110849501D01* +X84104905Y-110857022D01* +X84105359Y-110864622D01* +X84105445Y-110869734D01* +X84105261Y-110876982D01* +X84104708Y-110884109D01* +X84103787Y-110891116D01* +X84102498Y-110898001D01* +X84100840Y-110904765D01* +X84098814Y-110911408D01* +X84096420Y-110917930D01* +X84093657Y-110924331D01* +X84090526Y-110930611D01* +X84087027Y-110936770D01* +X84084489Y-110940808D01* +X84080381Y-110946684D01* +X84075914Y-110952330D01* +X84071090Y-110957747D01* +X84065907Y-110962934D01* +X84060367Y-110967893D01* +X84054468Y-110972622D01* +X84048212Y-110977122D01* +X84041597Y-110981392D01* +X84034624Y-110985434D01* +X84027293Y-110989246D01* +X84022207Y-110991660D01* +X84028818Y-110993321D01* +X84035240Y-110995193D01* +X84041475Y-110997274D01* +X84047523Y-110999564D01* +X84053382Y-111002064D01* +X84059054Y-111004773D01* +X84064538Y-111007692D01* +X84069834Y-111010821D01* +X84074943Y-111014158D01* +X84079864Y-111017706D01* +X84084597Y-111021463D01* +X84089142Y-111025429D01* +X84093499Y-111029605D01* +X84097669Y-111033991D01* +X84101651Y-111038586D01* +X84105445Y-111043390D01* +X84109047Y-111048377D01* +X84112417Y-111053518D01* +X84115555Y-111058814D01* +X84118460Y-111064264D01* +X84121133Y-111069869D01* +X84123573Y-111075628D01* +X84125781Y-111081542D01* +X84127757Y-111087610D01* +X84129500Y-111093833D01* +X84131010Y-111100211D01* +X84132289Y-111106743D01* +X84133334Y-111113430D01* +X84134148Y-111120271D01* +X84134729Y-111127267D01* +X84135078Y-111134417D01* +X84135194Y-111141722D01* +X84134968Y-111151593D01* +X84134292Y-111161275D01* +X84133164Y-111170768D01* +X84131585Y-111180072D01* +X84129555Y-111189187D01* +X84127074Y-111198113D01* +X84124142Y-111206850D01* +X84120759Y-111215398D01* +X84116925Y-111223758D01* +X84112639Y-111231928D01* +X84107903Y-111239910D01* +X84102716Y-111247702D01* +X84097077Y-111255306D01* +X84090987Y-111262721D01* +X84084447Y-111269947D01* +X84077455Y-111276984D01* +X84070119Y-111283692D01* +X84062546Y-111289967D01* +X84054736Y-111295810D01* +X84046689Y-111301219D01* +X84038405Y-111306196D01* +X84029885Y-111310740D01* +X84021127Y-111314851D01* +X84012132Y-111318530D01* +X84002900Y-111321776D01* +X83993431Y-111324589D01* +X83983726Y-111326969D01* +X83973783Y-111328916D01* +X83963603Y-111330431D01* +X83953186Y-111331513D01* +X83942533Y-111332162D01* +X83931642Y-111332378D01* +X83921800Y-111332196D01* +X83912169Y-111331648D01* +X83902749Y-111330735D01* +X83893540Y-111329457D01* +X83884541Y-111327813D01* +X83875753Y-111325804D01* +X83867175Y-111323431D01* +X83858809Y-111320691D01* +X83850652Y-111317587D01* +X83842707Y-111314117D01* +X83834972Y-111310283D01* +X83827448Y-111306083D01* +X83820134Y-111301517D01* +X83813031Y-111296587D01* +X83806139Y-111291291D01* +X83799458Y-111285630D01* +X83793075Y-111279660D01* +X83787045Y-111273474D01* +X83781365Y-111267071D01* +X83776038Y-111260452D01* +X83771061Y-111253616D01* +X83766437Y-111246564D01* +X83762163Y-111239296D01* +X83758242Y-111231811D01* +X83754671Y-111224110D01* +X83751452Y-111216193D01* +X83748585Y-111208059D01* +X83746069Y-111199709D01* +X83743905Y-111191142D01* +X83742092Y-111182359D01* +X83740630Y-111173360D01* +X83739520Y-111164144D01* +G37* +D15* G36* X139136422Y-81935647D02* G01* @@ -56208,225 +58422,225 @@ X139491446Y-82413859D01* X139489984Y-82404860D01* X139488874Y-82395644D01* G37* -D15* +D17* G36* -X90533285Y-87710765D02* +X89315143Y-87384609D02* G01* -X90605386Y-87700800D01* -X90605830Y-87709060D01* -X90606432Y-87716989D01* -X90607190Y-87724585D01* -X90608106Y-87731849D01* -X90609178Y-87738782D01* -X90610407Y-87745382D01* -X90611793Y-87751650D01* -X90613336Y-87757586D01* -X90615944Y-87765868D01* -X90618905Y-87773403D01* -X90622219Y-87780191D01* -X90625886Y-87786231D01* -X90629906Y-87791525D01* -X90631324Y-87793124D01* -X90635820Y-87797576D01* -X90640625Y-87801590D01* -X90645739Y-87805167D01* -X90651163Y-87808305D01* -X90656895Y-87811005D01* -X90662937Y-87813268D01* -X90669288Y-87815093D01* -X90675947Y-87816479D01* -X90682916Y-87817428D01* -X90690194Y-87817939D01* -X90695218Y-87818036D01* -X90702635Y-87817819D01* -X90709790Y-87817166D01* -X90716685Y-87816079D01* -X90723318Y-87814556D01* -X90729691Y-87812598D01* -X90735802Y-87810205D01* -X90741652Y-87807378D01* -X90747242Y-87804115D01* -X90752488Y-87800478D01* -X90757308Y-87796531D01* -X90761702Y-87792272D01* -X90765670Y-87787702D01* -X90769212Y-87782820D01* -X90772329Y-87777627D01* -X90775019Y-87772122D01* -X90777284Y-87766306D01* -X90779207Y-87759853D01* -X90780874Y-87752512D01* -X90781956Y-87746423D01* -X90782894Y-87739835D01* -X90783687Y-87732747D01* -X90784336Y-87725159D01* -X90784841Y-87717071D01* -X90785202Y-87708483D01* -X90785362Y-87702481D01* -X90785458Y-87696256D01* -X90785490Y-87689809D01* -X90785490Y-87269369D01* -X90865504Y-87269369D01* -X90865504Y-87684094D01* -X90865433Y-87693504D01* -X90865218Y-87702645D01* -X90864860Y-87711520D01* -X90864359Y-87720126D01* -X90863715Y-87728464D01* -X90862928Y-87736534D01* -X90861998Y-87744337D01* -X90860925Y-87751871D01* -X90859708Y-87759138D01* -X90858349Y-87766136D01* -X90856846Y-87772867D01* -X90855200Y-87779330D01* -X90853411Y-87785525D01* -X90851479Y-87791452D01* -X90849404Y-87797111D01* -X90847186Y-87802503D01* -X90843562Y-87810186D01* -X90839559Y-87817519D01* -X90835178Y-87824502D01* -X90830418Y-87831134D01* -X90825279Y-87837416D01* -X90819762Y-87843348D01* -X90813866Y-87848929D01* -X90807591Y-87854160D01* -X90800938Y-87859041D01* -X90793906Y-87863571D01* -X90789007Y-87866397D01* -X90781439Y-87870325D01* -X90773625Y-87873867D01* -X90765567Y-87877023D01* -X90757264Y-87879792D01* -X90751593Y-87881423D01* -X90745813Y-87882883D01* -X90739924Y-87884171D01* -X90733927Y-87885287D01* -X90727821Y-87886232D01* -X90721605Y-87887005D01* -X90715282Y-87887606D01* -X90708849Y-87888035D01* -X90702308Y-87888293D01* -X90695658Y-87888378D01* -X90685857Y-87888204D01* -X90676348Y-87887680D01* -X90667131Y-87886807D01* -X90658206Y-87885585D01* -X90649573Y-87884014D01* -X90641232Y-87882093D01* -X90633183Y-87879823D01* -X90625426Y-87877204D01* -X90617960Y-87874236D01* -X90610787Y-87870919D01* -X90603906Y-87867252D01* -X90597316Y-87863237D01* -X90591019Y-87858872D01* -X90585013Y-87854158D01* -X90579300Y-87849094D01* -X90573878Y-87843682D01* -X90568774Y-87837925D01* -X90564012Y-87831828D01* -X90559592Y-87825391D01* -X90555514Y-87818614D01* -X90551779Y-87811496D01* -X90548386Y-87804039D01* -X90545336Y-87796242D01* -X90542627Y-87788105D01* -X90540261Y-87779627D01* -X90538238Y-87770810D01* -X90536557Y-87761652D01* -X90535218Y-87752155D01* -X90534221Y-87742318D01* -X90533567Y-87732140D01* -X90533255Y-87721623D01* -X90533285Y-87710765D01* +X89435310Y-87368000D01* +X89436052Y-87381767D01* +X89437054Y-87394981D01* +X89438318Y-87407642D01* +X89439844Y-87419749D01* +X89441631Y-87431303D01* +X89443679Y-87442303D01* +X89445989Y-87452751D01* +X89448560Y-87462644D01* +X89452907Y-87476447D01* +X89457843Y-87489005D01* +X89463366Y-87500318D01* +X89469478Y-87510386D01* +X89476177Y-87519209D01* +X89478541Y-87521873D01* +X89486035Y-87529293D01* +X89494043Y-87535984D01* +X89502567Y-87541945D01* +X89511606Y-87547175D01* +X89521160Y-87551676D01* +X89531229Y-87555447D01* +X89541814Y-87558488D01* +X89552913Y-87560799D01* +X89564528Y-87562381D01* +X89576658Y-87563232D01* +X89585031Y-87563394D01* +X89597392Y-87563032D01* +X89609318Y-87561944D01* +X89620809Y-87560132D01* +X89631865Y-87557594D01* +X89642485Y-87554331D01* +X89652671Y-87550343D01* +X89662422Y-87545630D01* +X89671737Y-87540191D01* +X89680481Y-87534131D01* +X89688514Y-87527552D01* +X89695837Y-87520454D01* +X89702451Y-87512836D01* +X89708355Y-87504700D01* +X89713549Y-87496045D01* +X89718033Y-87486870D01* +X89721807Y-87477177D01* +X89725013Y-87466422D01* +X89727791Y-87454187D01* +X89729594Y-87444039D01* +X89731157Y-87433058D01* +X89732479Y-87421245D01* +X89733561Y-87408598D01* +X89734403Y-87395118D01* +X89735004Y-87380806D01* +X89735271Y-87370801D01* +X89735431Y-87360427D01* +X89735485Y-87349682D01* +X89735485Y-86648949D01* +X89868841Y-86648949D01* +X89868841Y-87340157D01* +X89868722Y-87355840D01* +X89868364Y-87371076D01* +X89867768Y-87385866D01* +X89866933Y-87400210D01* +X89865860Y-87414107D01* +X89864548Y-87427557D01* +X89862998Y-87440561D01* +X89861209Y-87453119D01* +X89859181Y-87465230D01* +X89856915Y-87476894D01* +X89854411Y-87488112D01* +X89851668Y-87498884D01* +X89848687Y-87509209D01* +X89845467Y-87519087D01* +X89842008Y-87528519D01* +X89838311Y-87537505D01* +X89832271Y-87550310D01* +X89825600Y-87562532D01* +X89818298Y-87574170D01* +X89810364Y-87585224D01* +X89801800Y-87595694D01* +X89792604Y-87605580D01* +X89782777Y-87614882D01* +X89772320Y-87623600D01* +X89761231Y-87631735D01* +X89749511Y-87639285D01* +X89741347Y-87643995D01* +X89728732Y-87650542D01* +X89715710Y-87656445D01* +X89702279Y-87661705D01* +X89688441Y-87666320D01* +X89678989Y-87669039D01* +X89669356Y-87671472D01* +X89659541Y-87673619D01* +X89649546Y-87675479D01* +X89639369Y-87677053D01* +X89629010Y-87678341D01* +X89618470Y-87679343D01* +X89607750Y-87680059D01* +X89596847Y-87680488D01* +X89585764Y-87680631D01* +X89569429Y-87680340D01* +X89553581Y-87679467D01* +X89538220Y-87678012D01* +X89523345Y-87675975D01* +X89508956Y-87673356D01* +X89495054Y-87670155D01* +X89481639Y-87666372D01* +X89468711Y-87662008D01* +X89456268Y-87657061D01* +X89444313Y-87651532D01* +X89432844Y-87645421D01* +X89421862Y-87638728D01* +X89411366Y-87631453D01* +X89401357Y-87623597D01* +X89391834Y-87615158D01* +X89382798Y-87606137D01* +X89374291Y-87596542D01* +X89366354Y-87586380D01* +X89358987Y-87575651D01* +X89352191Y-87564356D01* +X89345966Y-87552494D01* +X89340311Y-87540065D01* +X89335227Y-87527070D01* +X89330713Y-87513508D01* +X89326770Y-87499379D01* +X89323397Y-87484683D01* +X89320595Y-87469421D01* +X89318364Y-87453592D01* +X89316703Y-87437196D01* +X89315612Y-87420234D01* +X89315092Y-87402705D01* +X89315143Y-87384609D01* G37* G36* -X91243152Y-87879000D02* +X90498255Y-87665000D02* G01* -X91169000Y-87879000D01* -X91169000Y-87403898D01* -X91163825Y-87408762D01* -X91158356Y-87413625D01* -X91152594Y-87418489D01* -X91146538Y-87423352D01* -X91140188Y-87428216D01* -X91133544Y-87433079D01* -X91126607Y-87437943D01* -X91119376Y-87442806D01* -X91114393Y-87446049D01* -X91109278Y-87449291D01* -X91104034Y-87452533D01* -X91098658Y-87455775D01* -X91093253Y-87458949D01* -X91087917Y-87462022D01* -X91082651Y-87464994D01* -X91077455Y-87467866D01* -X91069792Y-87471984D01* -X91062286Y-87475875D01* -X91054937Y-87479540D01* -X91047745Y-87482978D01* -X91040711Y-87486189D01* -X91033833Y-87489174D01* -X91027113Y-87491932D01* -X91020550Y-87494464D01* -X91020550Y-87419432D01* -X91028274Y-87415758D01* -X91035875Y-87411988D01* -X91043354Y-87408124D01* -X91050711Y-87404164D01* -X91057944Y-87400109D01* -X91065056Y-87395960D01* -X91072045Y-87391715D01* -X91078911Y-87387375D01* -X91085655Y-87382941D01* -X91092277Y-87378411D01* -X91098776Y-87373786D01* -X91105152Y-87369066D01* -X91111406Y-87364251D01* -X91117538Y-87359342D01* -X91123547Y-87354337D01* -X91129433Y-87349237D01* -X91135152Y-87344099D01* -X91140658Y-87338981D01* -X91145950Y-87333882D01* -X91151030Y-87328803D01* -X91155897Y-87323743D01* -X91160551Y-87318703D01* -X91164992Y-87313682D01* -X91169220Y-87308680D01* -X91173235Y-87303698D01* -X91177037Y-87298736D01* -X91180627Y-87293793D01* -X91184003Y-87288869D01* -X91188668Y-87281520D01* -X91192854Y-87274215D01* -X91195379Y-87269369D01* -X91243152Y-87269369D01* -X91243152Y-87879000D01* +X90374668Y-87665000D01* +X90374668Y-86873164D01* +X90366043Y-86881270D01* +X90356928Y-86889376D01* +X90347324Y-86897482D01* +X90337230Y-86905587D01* +X90326647Y-86913693D01* +X90315575Y-86921799D01* +X90304013Y-86929905D01* +X90291962Y-86938011D01* +X90283655Y-86943415D01* +X90275132Y-86948818D01* +X90266390Y-86954222D01* +X90257432Y-86959626D01* +X90248422Y-86964916D01* +X90239529Y-86970037D01* +X90230753Y-86974991D01* +X90222093Y-86979776D01* +X90209321Y-86986640D01* +X90196811Y-86993126D01* +X90184563Y-86999234D01* +X90172576Y-87004964D01* +X90160852Y-87010316D01* +X90149390Y-87015291D01* +X90138189Y-87019887D01* +X90127250Y-87024106D01* +X90127250Y-86899054D01* +X90140124Y-86892930D01* +X90152793Y-86886647D01* +X90165258Y-86880206D01* +X90177519Y-86873607D01* +X90189575Y-86866849D01* +X90201428Y-86859933D01* +X90213076Y-86852859D01* +X90224520Y-86845626D01* +X90235760Y-86838235D01* +X90246796Y-86830685D01* +X90257627Y-86822977D01* +X90268255Y-86815111D01* +X90278678Y-86807086D01* +X90288897Y-86798903D01* +X90298912Y-86790561D01* +X90308723Y-86782062D01* +X90318254Y-86773499D01* +X90327430Y-86764968D01* +X90336252Y-86756470D01* +X90344718Y-86748005D01* +X90352830Y-86739572D01* +X90360586Y-86731171D01* +X90367988Y-86722803D01* +X90375035Y-86714467D01* +X90381727Y-86706164D01* +X90388063Y-86697893D01* +X90394046Y-86689655D01* +X90399673Y-86681449D01* +X90407448Y-86669201D01* +X90414425Y-86657025D01* +X90418632Y-86648949D01* +X90498255Y-86648949D01* +X90498255Y-87665000D01* G37* G36* -X91742873Y-87663284D02* +X91331123Y-87305474D02* G01* -X91824499Y-87663284D01* -X91824499Y-87731281D01* -X91742873Y-87731281D01* -X91742873Y-87879000D01* -X91668721Y-87879000D01* -X91668721Y-87731281D01* -X91406551Y-87731281D01* -X91406551Y-87663284D01* -X91479531Y-87663284D01* -X91668721Y-87663284D01* -X91668721Y-87389244D01* -X91479531Y-87663284D01* -X91406551Y-87663284D01* -X91682350Y-87269369D01* -X91742873Y-87269369D01* -X91742873Y-87663284D01* +X91467167Y-87305474D01* +X91467167Y-87418803D01* +X91331123Y-87418803D01* +X91331123Y-87665000D01* +X91207536Y-87665000D01* +X91207536Y-87418803D01* +X90770586Y-87418803D01* +X90770586Y-87305474D01* +X90892219Y-87305474D01* +X91207536Y-87305474D01* +X91207536Y-86848740D01* +X90892219Y-87305474D01* +X90770586Y-87305474D01* +X91230251Y-86648949D01* +X91331123Y-86648949D01* +X91331123Y-87305474D01* G37* -D14* +D15* G36* X111017285Y-67710765D02* G01* @@ -57083,518 +59297,518 @@ X112111835Y-67269369D01* X112121606Y-67269551D01* G37* G36* -X71818968Y-114819434D02* +X74107968Y-113382434D02* G01* -X71828608Y-114819628D01* -X71837946Y-114819952D01* -X71846982Y-114820404D01* -X71855715Y-114820987D01* -X71864146Y-114821698D01* -X71872274Y-114822539D01* -X71880101Y-114823509D01* -X71887625Y-114824609D01* -X71894847Y-114825838D01* -X71901767Y-114827196D01* -X71908384Y-114828684D01* -X71914699Y-114830301D01* -X71920712Y-114832048D01* -X71926423Y-114833924D01* -X71931832Y-114835929D01* -X71939568Y-114839229D01* -X71947006Y-114842975D01* -X71954145Y-114847167D01* -X71960985Y-114851804D01* -X71967526Y-114856887D01* -X71973769Y-114862415D01* -X71979713Y-114868390D01* -X71985357Y-114874809D01* -X71990703Y-114881675D01* -X71994101Y-114886499D01* -X71997367Y-114891522D01* -X71998949Y-114894108D01* -X72002002Y-114899362D01* -X72004857Y-114904684D01* -X72007516Y-114910074D01* -X72009977Y-114915531D01* -X72012242Y-114921055D01* -X72014309Y-114926648D01* -X72016180Y-114932307D01* -X72017854Y-114938035D01* -X72019331Y-114943830D01* -X72020611Y-114949692D01* -X72021694Y-114955622D01* -X72022580Y-114961619D01* -X72023269Y-114967684D01* -X72023762Y-114973817D01* -X72024057Y-114980017D01* -X72024155Y-114986285D01* -X72023993Y-114994356D01* -X72023505Y-115002268D01* -X72022692Y-115010018D01* -X72021554Y-115017609D01* -X72020091Y-115025039D01* -X72018303Y-115032309D01* -X72016189Y-115039419D01* -X72013751Y-115046369D01* -X72010987Y-115053158D01* -X72007898Y-115059787D01* -X72004484Y-115066255D01* -X72000745Y-115072564D01* -X71996680Y-115078712D01* -X71992291Y-115084700D01* -X71987576Y-115090527D01* -X71982536Y-115096194D01* -X71977157Y-115101636D01* -X71971424Y-115106826D01* -X71965337Y-115111762D01* -X71958897Y-115116445D01* -X71952102Y-115120875D01* -X71944954Y-115125052D01* -X71937452Y-115128976D01* -X71929597Y-115132647D01* -X71921387Y-115136066D01* -X71912824Y-115139231D01* -X71903907Y-115142143D01* -X71894636Y-115144802D01* -X71885012Y-115147208D01* -X71875034Y-115149361D01* -X71864702Y-115151260D01* -X71854016Y-115152907D01* -X71859818Y-115155787D01* -X71865355Y-115158657D01* -X71870627Y-115161516D01* -X71877243Y-115165313D01* -X71883388Y-115169091D01* -X71889061Y-115172851D01* -X71894262Y-115176592D01* -X71898992Y-115180315D01* -X71902229Y-115183096D01* -X71906593Y-115187207D01* -X71910926Y-115191442D01* -X71915230Y-115195802D01* -X71919503Y-115200287D01* -X71923748Y-115204897D01* -X71927962Y-115209632D01* -X71932146Y-115214492D01* -X71936301Y-115219476D01* -X71940426Y-115224585D01* -X71944522Y-115229819D01* -X71948587Y-115235177D01* -X71952623Y-115240661D01* -X71956629Y-115246269D01* -X71960605Y-115252002D01* -X71964551Y-115257860D01* -X71968468Y-115263842D01* -X72073688Y-115429000D01* -X71973011Y-115429000D01* -X71893143Y-115302677D01* -X71888814Y-115295945D01* -X71884580Y-115289412D01* -X71880442Y-115283081D01* -X71876401Y-115276949D01* -X71872455Y-115271018D01* -X71868606Y-115265287D01* -X71864853Y-115259757D01* -X71861197Y-115254427D01* -X71857636Y-115249297D01* -X71854171Y-115244368D01* -X71849155Y-115237350D01* -X71844355Y-115230782D01* -X71839772Y-115224665D01* -X71835404Y-115219000D01* -X71831188Y-115213712D01* -X71827057Y-115208732D01* -X71823010Y-115204057D01* -X71819049Y-115199690D01* -X71813899Y-115194343D01* -X71808900Y-115189542D01* -X71804053Y-115185285D01* -X71799357Y-115181573D01* -X71794811Y-115178406D01* -X71789206Y-115174960D01* -X71783566Y-115171858D01* -X71777889Y-115169098D01* -X71772177Y-115166683D01* -X71766429Y-115164610D01* -X71760645Y-115162882D01* -X71758321Y-115162286D01* -X71751531Y-115161144D01* -X71745668Y-115160500D01* -X71738961Y-115159999D01* -X71732986Y-115159702D01* -X71726472Y-115159496D01* -X71719417Y-115159381D01* -X71713772Y-115159355D01* -X71621008Y-115159355D01* -X71621008Y-115429000D01* -X71541141Y-115429000D01* -X71541141Y-114887367D01* -X71621008Y-114887367D01* -X71621008Y-115091358D01* -X71792906Y-115091358D01* -X71799664Y-115091313D01* -X71806235Y-115091177D01* -X71812619Y-115090951D01* -X71818817Y-115090635D01* -X71824829Y-115090228D01* -X71833496Y-115089448D01* -X71841743Y-115088464D01* -X71849570Y-115087277D01* -X71856977Y-115085886D01* -X71863964Y-115084292D01* -X71870532Y-115082494D01* -X71876680Y-115080493D01* -X71878635Y-115079781D01* -X71884303Y-115077489D01* -X71889711Y-115074955D01* -X71896516Y-115071200D01* -X71902858Y-115067014D01* -X71908739Y-115062398D01* -X71914156Y-115057352D01* -X71919111Y-115051874D01* -X71923604Y-115045967D01* -X71925677Y-115042852D01* -X71929455Y-115036408D01* -X71932729Y-115029827D01* -X71935500Y-115023109D01* -X71937767Y-115016254D01* -X71939530Y-115009261D01* -X71940789Y-115002130D01* -X71941545Y-114994862D01* -X71941797Y-114987457D01* -X71941522Y-114979406D01* -X71940699Y-114971627D01* -X71939328Y-114964121D01* -X71937407Y-114956889D01* -X71934938Y-114949929D01* -X71931920Y-114943243D01* -X71928354Y-114936829D01* -X71924239Y-114930689D01* -X71919575Y-114924822D01* -X71914362Y-114919228D01* -X71910582Y-114915650D01* -X71904439Y-114910595D01* -X71897660Y-114906038D01* -X71890244Y-114901978D01* -X71882191Y-114898415D01* -X71876470Y-114896316D01* -X71870466Y-114894437D01* -X71864178Y-114892780D01* -X71857608Y-114891344D01* -X71850756Y-114890129D01* -X71843620Y-114889134D01* -X71836202Y-114888361D01* -X71828501Y-114887808D01* -X71820517Y-114887477D01* -X71812250Y-114887367D01* -X71621008Y-114887367D01* -X71541141Y-114887367D01* -X71541141Y-114819369D01* -X71809026Y-114819369D01* -X71818968Y-114819434D01* +X74117608Y-113382628D01* +X74126946Y-113382952D01* +X74135982Y-113383404D01* +X74144715Y-113383987D01* +X74153146Y-113384698D01* +X74161274Y-113385539D01* +X74169101Y-113386509D01* +X74176625Y-113387609D01* +X74183847Y-113388838D01* +X74190767Y-113390196D01* +X74197384Y-113391684D01* +X74203699Y-113393301D01* +X74209712Y-113395048D01* +X74215423Y-113396924D01* +X74220832Y-113398929D01* +X74228568Y-113402229D01* +X74236006Y-113405975D01* +X74243145Y-113410167D01* +X74249985Y-113414804D01* +X74256526Y-113419887D01* +X74262769Y-113425415D01* +X74268713Y-113431390D01* +X74274357Y-113437809D01* +X74279703Y-113444675D01* +X74283101Y-113449499D01* +X74286367Y-113454522D01* +X74287949Y-113457108D01* +X74291002Y-113462362D01* +X74293857Y-113467684D01* +X74296516Y-113473074D01* +X74298977Y-113478531D01* +X74301242Y-113484055D01* +X74303309Y-113489648D01* +X74305180Y-113495307D01* +X74306854Y-113501035D01* +X74308331Y-113506830D01* +X74309611Y-113512692D01* +X74310694Y-113518622D01* +X74311580Y-113524619D01* +X74312269Y-113530684D01* +X74312762Y-113536817D01* +X74313057Y-113543017D01* +X74313155Y-113549285D01* +X74312993Y-113557356D01* +X74312505Y-113565268D01* +X74311692Y-113573018D01* +X74310554Y-113580609D01* +X74309091Y-113588039D01* +X74307303Y-113595309D01* +X74305189Y-113602419D01* +X74302751Y-113609369D01* +X74299987Y-113616158D01* +X74296898Y-113622787D01* +X74293484Y-113629255D01* +X74289745Y-113635564D01* +X74285680Y-113641712D01* +X74281291Y-113647700D01* +X74276576Y-113653527D01* +X74271536Y-113659194D01* +X74266157Y-113664636D01* +X74260424Y-113669826D01* +X74254337Y-113674762D01* +X74247897Y-113679445D01* +X74241102Y-113683875D01* +X74233954Y-113688052D01* +X74226452Y-113691976D01* +X74218597Y-113695647D01* +X74210387Y-113699066D01* +X74201824Y-113702231D01* +X74192907Y-113705143D01* +X74183636Y-113707802D01* +X74174012Y-113710208D01* +X74164034Y-113712361D01* +X74153702Y-113714260D01* +X74143016Y-113715907D01* +X74148818Y-113718787D01* +X74154355Y-113721657D01* +X74159627Y-113724516D01* +X74166243Y-113728313D01* +X74172388Y-113732091D01* +X74178061Y-113735851D01* +X74183262Y-113739592D01* +X74187992Y-113743315D01* +X74191229Y-113746096D01* +X74195593Y-113750207D01* +X74199926Y-113754442D01* +X74204230Y-113758802D01* +X74208503Y-113763287D01* +X74212748Y-113767897D01* +X74216962Y-113772632D01* +X74221146Y-113777492D01* +X74225301Y-113782476D01* +X74229426Y-113787585D01* +X74233522Y-113792819D01* +X74237587Y-113798177D01* +X74241623Y-113803661D01* +X74245629Y-113809269D01* +X74249605Y-113815002D01* +X74253551Y-113820860D01* +X74257468Y-113826842D01* +X74362688Y-113992000D01* +X74262011Y-113992000D01* +X74182143Y-113865677D01* +X74177814Y-113858945D01* +X74173580Y-113852412D01* +X74169442Y-113846081D01* +X74165401Y-113839949D01* +X74161455Y-113834018D01* +X74157606Y-113828287D01* +X74153853Y-113822757D01* +X74150197Y-113817427D01* +X74146636Y-113812297D01* +X74143171Y-113807368D01* +X74138155Y-113800350D01* +X74133355Y-113793782D01* +X74128772Y-113787665D01* +X74124404Y-113782000D01* +X74120188Y-113776712D01* +X74116057Y-113771732D01* +X74112010Y-113767057D01* +X74108049Y-113762690D01* +X74102899Y-113757343D01* +X74097900Y-113752542D01* +X74093053Y-113748285D01* +X74088357Y-113744573D01* +X74083811Y-113741406D01* +X74078206Y-113737960D01* +X74072566Y-113734858D01* +X74066889Y-113732098D01* +X74061177Y-113729683D01* +X74055429Y-113727610D01* +X74049645Y-113725882D01* +X74047321Y-113725286D01* +X74040531Y-113724144D01* +X74034668Y-113723500D01* +X74027961Y-113722999D01* +X74021986Y-113722702D01* +X74015472Y-113722496D01* +X74008417Y-113722381D01* +X74002772Y-113722355D01* +X73910008Y-113722355D01* +X73910008Y-113992000D01* +X73830141Y-113992000D01* +X73830141Y-113450367D01* +X73910008Y-113450367D01* +X73910008Y-113654358D01* +X74081906Y-113654358D01* +X74088664Y-113654313D01* +X74095235Y-113654177D01* +X74101619Y-113653951D01* +X74107817Y-113653635D01* +X74113829Y-113653228D01* +X74122496Y-113652448D01* +X74130743Y-113651464D01* +X74138570Y-113650277D01* +X74145977Y-113648886D01* +X74152964Y-113647292D01* +X74159532Y-113645494D01* +X74165680Y-113643493D01* +X74167635Y-113642781D01* +X74173303Y-113640489D01* +X74178711Y-113637955D01* +X74185516Y-113634200D01* +X74191858Y-113630014D01* +X74197739Y-113625398D01* +X74203156Y-113620352D01* +X74208111Y-113614874D01* +X74212604Y-113608967D01* +X74214677Y-113605852D01* +X74218455Y-113599408D01* +X74221729Y-113592827D01* +X74224500Y-113586109D01* +X74226767Y-113579254D01* +X74228530Y-113572261D01* +X74229789Y-113565130D01* +X74230545Y-113557862D01* +X74230797Y-113550457D01* +X74230522Y-113542406D01* +X74229699Y-113534627D01* +X74228328Y-113527121D01* +X74226407Y-113519889D01* +X74223938Y-113512929D01* +X74220920Y-113506243D01* +X74217354Y-113499829D01* +X74213239Y-113493689D01* +X74208575Y-113487822D01* +X74203362Y-113482228D01* +X74199582Y-113478650D01* +X74193439Y-113473595D01* +X74186660Y-113469038D01* +X74179244Y-113464978D01* +X74171191Y-113461415D01* +X74165470Y-113459316D01* +X74159466Y-113457437D01* +X74153178Y-113455780D01* +X74146608Y-113454344D01* +X74139756Y-113453129D01* +X74132620Y-113452134D01* +X74125202Y-113451361D01* +X74117501Y-113450808D01* +X74109517Y-113450477D01* +X74101250Y-113450367D01* +X73910008Y-113450367D01* +X73830141Y-113450367D01* +X73830141Y-113382369D01* +X74098026Y-113382369D01* +X74107968Y-113382434D01* G37* G36* -X72395356Y-115429000D02* +X74684356Y-113992000D02* G01* -X72321204Y-115429000D01* -X72321204Y-114953898D01* -X72316028Y-114958762D01* -X72310559Y-114963625D01* -X72304797Y-114968489D01* -X72298741Y-114973352D01* -X72292391Y-114978216D01* -X72285747Y-114983079D01* -X72278810Y-114987943D01* -X72271579Y-114992806D01* -X72266596Y-114996049D01* -X72261482Y-114999291D01* -X72256237Y-115002533D01* -X72250862Y-115005775D01* -X72245456Y-115008949D01* -X72240120Y-115012022D01* -X72234854Y-115014994D01* -X72229658Y-115017866D01* -X72221995Y-115021984D01* -X72214489Y-115025875D01* -X72207140Y-115029540D01* -X72199948Y-115032978D01* -X72192914Y-115036189D01* -X72186036Y-115039174D01* -X72179316Y-115041932D01* -X72172753Y-115044464D01* -X72172753Y-114969432D01* -X72180477Y-114965758D01* -X72188078Y-114961988D01* -X72195557Y-114958124D01* -X72202914Y-114954164D01* -X72210148Y-114950109D01* -X72217259Y-114945960D01* -X72224248Y-114941715D01* -X72231115Y-114937375D01* -X72237859Y-114932941D01* -X72244480Y-114928411D01* -X72250979Y-114923786D01* -X72257355Y-114919066D01* -X72263609Y-114914251D01* -X72269741Y-114909342D01* -X72275750Y-114904337D01* -X72281636Y-114899237D01* -X72287355Y-114894099D01* -X72292861Y-114888981D01* -X72298153Y-114883882D01* -X72303233Y-114878803D01* -X72308100Y-114873743D01* -X72312754Y-114868703D01* -X72317195Y-114863682D01* -X72321423Y-114858680D01* -X72325438Y-114853698D01* -X72329241Y-114848736D01* -X72332830Y-114843793D01* -X72336206Y-114838869D01* -X72340871Y-114831520D01* -X72345057Y-114824215D01* -X72347582Y-114819369D01* -X72395356Y-114819369D01* -X72395356Y-115429000D01* +X74610204Y-113992000D01* +X74610204Y-113516898D01* +X74605028Y-113521762D01* +X74599559Y-113526625D01* +X74593797Y-113531489D01* +X74587741Y-113536352D01* +X74581391Y-113541216D01* +X74574747Y-113546079D01* +X74567810Y-113550943D01* +X74560579Y-113555806D01* +X74555596Y-113559049D01* +X74550482Y-113562291D01* +X74545237Y-113565533D01* +X74539862Y-113568775D01* +X74534456Y-113571949D01* +X74529120Y-113575022D01* +X74523854Y-113577994D01* +X74518658Y-113580866D01* +X74510995Y-113584984D01* +X74503489Y-113588875D01* +X74496140Y-113592540D01* +X74488948Y-113595978D01* +X74481914Y-113599189D01* +X74475036Y-113602174D01* +X74468316Y-113604932D01* +X74461753Y-113607464D01* +X74461753Y-113532432D01* +X74469477Y-113528758D01* +X74477078Y-113524988D01* +X74484557Y-113521124D01* +X74491914Y-113517164D01* +X74499148Y-113513109D01* +X74506259Y-113508960D01* +X74513248Y-113504715D01* +X74520115Y-113500375D01* +X74526859Y-113495941D01* +X74533480Y-113491411D01* +X74539979Y-113486786D01* +X74546355Y-113482066D01* +X74552609Y-113477251D01* +X74558741Y-113472342D01* +X74564750Y-113467337D01* +X74570636Y-113462237D01* +X74576355Y-113457099D01* +X74581861Y-113451981D01* +X74587153Y-113446882D01* +X74592233Y-113441803D01* +X74597100Y-113436743D01* +X74601754Y-113431703D01* +X74606195Y-113426682D01* +X74610423Y-113421680D01* +X74614438Y-113416698D01* +X74618241Y-113411736D01* +X74621830Y-113406793D01* +X74625206Y-113401869D01* +X74629871Y-113394520D01* +X74634057Y-113387215D01* +X74636582Y-113382369D01* +X74684356Y-113382369D01* +X74684356Y-113992000D01* G37* G36* -X72583081Y-115269558D02* +X74872081Y-113832558D02* G01* -X72661043Y-115262963D01* -X72662213Y-115269979D01* -X72663562Y-115276773D01* -X72665089Y-115283346D01* -X72666795Y-115289699D01* -X72668679Y-115295830D01* -X72670743Y-115301741D01* -X72672984Y-115307430D01* -X72675404Y-115312899D01* -X72679370Y-115320687D01* -X72683737Y-115327979D01* -X72688506Y-115334773D01* -X72693677Y-115341070D01* -X72699250Y-115346870D01* -X72701197Y-115348692D01* -X72707219Y-115353826D01* -X72713470Y-115358454D01* -X72719951Y-115362577D01* -X72726661Y-115366196D01* -X72733600Y-115369309D01* -X72740769Y-115371918D01* -X72748167Y-115374021D01* -X72755794Y-115375620D01* -X72763650Y-115376714D01* -X72771736Y-115377303D01* -X72777254Y-115377415D01* -X72783876Y-115377254D01* -X72790370Y-115376770D01* -X72796735Y-115375963D01* -X72802973Y-115374833D01* -X72809082Y-115373380D01* -X72815063Y-115371604D01* -X72820915Y-115369505D01* -X72826640Y-115367084D01* -X72832236Y-115364340D01* -X72837704Y-115361272D01* -X72843044Y-115357882D01* -X72848255Y-115354170D01* -X72853338Y-115350134D01* -X72858294Y-115345775D01* -X72863120Y-115341094D01* -X72867819Y-115336090D01* -X72872326Y-115330819D01* -X72876543Y-115325339D01* -X72880469Y-115319649D01* -X72884104Y-115313750D01* -X72887448Y-115307642D01* -X72890502Y-115301324D01* -X72893264Y-115294796D01* -X72895736Y-115288059D01* -X72897917Y-115281113D01* -X72899807Y-115273956D01* -X72901407Y-115266591D01* -X72902715Y-115259016D01* -X72903733Y-115251231D01* -X72904460Y-115243237D01* -X72904896Y-115235033D01* -X72905042Y-115226620D01* -X72904902Y-115218612D01* -X72904483Y-115210818D01* -X72903785Y-115203238D01* -X72902807Y-115195873D01* -X72901550Y-115188721D01* -X72900013Y-115181784D01* -X72898197Y-115175060D01* -X72896102Y-115168551D01* -X72893728Y-115162256D01* -X72891074Y-115156175D01* -X72888141Y-115150308D01* -X72884928Y-115144655D01* -X72881436Y-115139216D01* -X72877665Y-115133992D01* -X72873614Y-115128981D01* -X72869284Y-115124184D01* -X72864747Y-115119642D01* -X72860036Y-115115392D01* -X72855153Y-115111435D01* -X72850096Y-115107771D01* -X72844867Y-115104401D01* -X72839465Y-115101323D01* -X72833890Y-115098539D01* -X72828142Y-115096048D01* -X72822221Y-115093849D01* -X72816127Y-115091944D01* -X72809861Y-115090332D01* -X72803421Y-115089013D01* -X72796809Y-115087988D01* -X72790024Y-115087255D01* -X72783066Y-115086815D01* -X72775935Y-115086669D01* -X72769291Y-115086818D01* -X72762768Y-115087266D01* -X72756366Y-115088013D01* -X72750086Y-115089059D01* -X72743926Y-115090404D01* -X72737887Y-115092047D01* -X72731970Y-115093990D01* -X72726173Y-115096231D01* -X72720498Y-115098771D01* -X72714944Y-115101610D01* -X72711308Y-115103668D01* -X72706003Y-115106918D01* -X72700915Y-115110348D01* -X72696043Y-115113959D01* -X72691387Y-115117750D01* -X72686948Y-115121721D01* -X72682725Y-115125873D01* -X72678718Y-115130205D01* -X72674928Y-115134717D01* -X72671354Y-115139410D01* -X72667997Y-115144283D01* -X72665879Y-115147632D01* -X72596270Y-115138546D01* -X72654742Y-114828748D01* -X72955307Y-114828748D01* -X72955307Y-114899090D01* -X72714093Y-114899090D01* -X72681559Y-115061463D01* -X72688394Y-115057133D01* -X72695268Y-115053082D01* -X72702183Y-115049311D01* -X72709137Y-115045819D01* -X72716132Y-115042607D01* -X72723167Y-115039673D01* -X72730242Y-115037019D01* -X72737357Y-115034645D01* -X72744512Y-115032550D01* -X72751707Y-115030734D01* -X72758942Y-115029198D01* -X72766217Y-115027941D01* -X72773532Y-115026963D01* -X72780888Y-115026264D01* -X72788283Y-115025845D01* -X72795719Y-115025706D01* -X72805514Y-115025921D01* -X72815115Y-115026567D01* -X72824523Y-115027643D01* -X72833738Y-115029150D01* -X72842759Y-115031087D01* -X72851587Y-115033454D01* -X72860221Y-115036252D01* -X72868662Y-115039481D01* -X72876909Y-115043140D01* -X72884963Y-115047230D01* -X72892823Y-115051750D01* -X72900490Y-115056700D01* -X72907963Y-115062081D01* -X72915243Y-115067893D01* -X72922329Y-115074134D01* -X72929222Y-115080807D01* -X72935823Y-115087800D01* -X72941999Y-115095040D01* -X72947748Y-115102528D01* -X72953072Y-115110263D01* -X72957970Y-115118245D01* -X72962442Y-115126474D01* -X72966488Y-115134951D01* -X72970108Y-115143675D01* -X72973302Y-115152646D01* -X72976070Y-115161865D01* -X72978413Y-115171331D01* -X72980329Y-115181044D01* -X72981820Y-115191005D01* -X72982885Y-115201213D01* -X72983524Y-115211668D01* -X72983737Y-115222370D01* -X72983550Y-115232577D01* -X72982990Y-115242609D01* -X72982057Y-115252466D01* -X72980751Y-115262148D01* -X72979071Y-115271655D01* -X72977018Y-115280986D01* -X72974592Y-115290142D01* -X72971793Y-115299123D01* -X72968621Y-115307929D01* -X72965075Y-115316560D01* -X72961156Y-115325016D01* -X72956864Y-115333296D01* -X72952198Y-115341401D01* -X72947160Y-115349331D01* -X72941748Y-115357086D01* -X72935963Y-115364666D01* -X72928525Y-115373592D01* -X72920756Y-115381942D01* -X72912657Y-115389717D01* -X72904226Y-115396915D01* -X72895465Y-115403538D01* -X72886373Y-115409584D01* -X72876950Y-115415055D01* -X72867196Y-115419950D01* -X72857111Y-115424269D01* -X72846696Y-115428013D01* -X72835949Y-115431180D01* -X72824872Y-115433771D01* -X72813464Y-115435787D01* -X72807636Y-115436579D01* -X72801725Y-115437227D01* -X72795731Y-115437731D01* -X72789655Y-115438090D01* -X72783496Y-115438306D01* -X72777254Y-115438378D01* -X72767059Y-115438198D01* -X72757101Y-115437657D01* -X72747381Y-115436756D01* -X72737897Y-115435493D01* -X72728650Y-115433870D01* -X72719641Y-115431887D01* -X72710868Y-115429543D01* -X72702332Y-115426838D01* -X72694034Y-115423773D01* -X72685972Y-115420346D01* -X72678147Y-115416560D01* -X72670559Y-115412412D01* -X72663209Y-115407904D01* -X72656095Y-115403036D01* -X72649218Y-115397806D01* -X72642578Y-115392217D01* -X72636249Y-115386311D01* -X72630268Y-115380170D01* -X72624636Y-115373795D01* -X72619351Y-115367185D01* -X72614414Y-115360340D01* -X72609825Y-115353261D01* -X72605585Y-115345946D01* -X72601692Y-115338398D01* -X72598147Y-115330614D01* -X72594951Y-115322596D01* -X72592102Y-115314343D01* -X72589602Y-115305855D01* -X72587450Y-115297133D01* -X72585645Y-115288176D01* -X72584189Y-115278984D01* -X72583081Y-115269558D01* +X74950043Y-113825963D01* +X74951213Y-113832979D01* +X74952562Y-113839773D01* +X74954089Y-113846346D01* +X74955795Y-113852699D01* +X74957679Y-113858830D01* +X74959743Y-113864741D01* +X74961984Y-113870430D01* +X74964404Y-113875899D01* +X74968370Y-113883687D01* +X74972737Y-113890979D01* +X74977506Y-113897773D01* +X74982677Y-113904070D01* +X74988250Y-113909870D01* +X74990197Y-113911692D01* +X74996219Y-113916826D01* +X75002470Y-113921454D01* +X75008951Y-113925577D01* +X75015661Y-113929196D01* +X75022600Y-113932309D01* +X75029769Y-113934918D01* +X75037167Y-113937021D01* +X75044794Y-113938620D01* +X75052650Y-113939714D01* +X75060736Y-113940303D01* +X75066254Y-113940415D01* +X75072876Y-113940254D01* +X75079370Y-113939770D01* +X75085735Y-113938963D01* +X75091973Y-113937833D01* +X75098082Y-113936380D01* +X75104063Y-113934604D01* +X75109915Y-113932505D01* +X75115640Y-113930084D01* +X75121236Y-113927340D01* +X75126704Y-113924272D01* +X75132044Y-113920882D01* +X75137255Y-113917170D01* +X75142338Y-113913134D01* +X75147294Y-113908775D01* +X75152120Y-113904094D01* +X75156819Y-113899090D01* +X75161326Y-113893819D01* +X75165543Y-113888339D01* +X75169469Y-113882649D01* +X75173104Y-113876750D01* +X75176448Y-113870642D01* +X75179502Y-113864324D01* +X75182264Y-113857796D01* +X75184736Y-113851059D01* +X75186917Y-113844113D01* +X75188807Y-113836956D01* +X75190407Y-113829591D01* +X75191715Y-113822016D01* +X75192733Y-113814231D01* +X75193460Y-113806237D01* +X75193896Y-113798033D01* +X75194042Y-113789620D01* +X75193902Y-113781612D01* +X75193483Y-113773818D01* +X75192785Y-113766238D01* +X75191807Y-113758873D01* +X75190550Y-113751721D01* +X75189013Y-113744784D01* +X75187197Y-113738060D01* +X75185102Y-113731551D01* +X75182728Y-113725256D01* +X75180074Y-113719175D01* +X75177141Y-113713308D01* +X75173928Y-113707655D01* +X75170436Y-113702216D01* +X75166665Y-113696992D01* +X75162614Y-113691981D01* +X75158284Y-113687184D01* +X75153747Y-113682642D01* +X75149036Y-113678392D01* +X75144153Y-113674435D01* +X75139096Y-113670771D01* +X75133867Y-113667401D01* +X75128465Y-113664323D01* +X75122890Y-113661539D01* +X75117142Y-113659048D01* +X75111221Y-113656849D01* +X75105127Y-113654944D01* +X75098861Y-113653332D01* +X75092421Y-113652013D01* +X75085809Y-113650988D01* +X75079024Y-113650255D01* +X75072066Y-113649815D01* +X75064935Y-113649669D01* +X75058291Y-113649818D01* +X75051768Y-113650266D01* +X75045366Y-113651013D01* +X75039086Y-113652059D01* +X75032926Y-113653404D01* +X75026887Y-113655047D01* +X75020970Y-113656990D01* +X75015173Y-113659231D01* +X75009498Y-113661771D01* +X75003944Y-113664610D01* +X75000308Y-113666668D01* +X74995003Y-113669918D01* +X74989915Y-113673348D01* +X74985043Y-113676959D01* +X74980387Y-113680750D01* +X74975948Y-113684721D01* +X74971725Y-113688873D01* +X74967718Y-113693205D01* +X74963928Y-113697717D01* +X74960354Y-113702410D01* +X74956997Y-113707283D01* +X74954879Y-113710632D01* +X74885270Y-113701546D01* +X74943742Y-113391748D01* +X75244307Y-113391748D01* +X75244307Y-113462090D01* +X75003093Y-113462090D01* +X74970559Y-113624463D01* +X74977394Y-113620133D01* +X74984268Y-113616082D01* +X74991183Y-113612311D01* +X74998137Y-113608819D01* +X75005132Y-113605607D01* +X75012167Y-113602673D01* +X75019242Y-113600019D01* +X75026357Y-113597645D01* +X75033512Y-113595550D01* +X75040707Y-113593734D01* +X75047942Y-113592198D01* +X75055217Y-113590941D01* +X75062532Y-113589963D01* +X75069888Y-113589264D01* +X75077283Y-113588845D01* +X75084719Y-113588706D01* +X75094514Y-113588921D01* +X75104115Y-113589567D01* +X75113523Y-113590643D01* +X75122738Y-113592150D01* +X75131759Y-113594087D01* +X75140587Y-113596454D01* +X75149221Y-113599252D01* +X75157662Y-113602481D01* +X75165909Y-113606140D01* +X75173963Y-113610230D01* +X75181823Y-113614750D01* +X75189490Y-113619700D01* +X75196963Y-113625081D01* +X75204243Y-113630893D01* +X75211329Y-113637134D01* +X75218222Y-113643807D01* +X75224823Y-113650800D01* +X75230999Y-113658040D01* +X75236748Y-113665528D01* +X75242072Y-113673263D01* +X75246970Y-113681245D01* +X75251442Y-113689474D01* +X75255488Y-113697951D01* +X75259108Y-113706675D01* +X75262302Y-113715646D01* +X75265070Y-113724865D01* +X75267413Y-113734331D01* +X75269329Y-113744044D01* +X75270820Y-113754005D01* +X75271885Y-113764213D01* +X75272524Y-113774668D01* +X75272737Y-113785370D01* +X75272550Y-113795577D01* +X75271990Y-113805609D01* +X75271057Y-113815466D01* +X75269751Y-113825148D01* +X75268071Y-113834655D01* +X75266018Y-113843986D01* +X75263592Y-113853142D01* +X75260793Y-113862123D01* +X75257621Y-113870929D01* +X75254075Y-113879560D01* +X75250156Y-113888016D01* +X75245864Y-113896296D01* +X75241198Y-113904401D01* +X75236160Y-113912331D01* +X75230748Y-113920086D01* +X75224963Y-113927666D01* +X75217525Y-113936592D01* +X75209756Y-113944942D01* +X75201657Y-113952717D01* +X75193226Y-113959915D01* +X75184465Y-113966538D01* +X75175373Y-113972584D01* +X75165950Y-113978055D01* +X75156196Y-113982950D01* +X75146111Y-113987269D01* +X75135696Y-113991013D01* +X75124949Y-113994180D01* +X75113872Y-113996771D01* +X75102464Y-113998787D01* +X75096636Y-113999579D01* +X75090725Y-114000227D01* +X75084731Y-114000731D01* +X75078655Y-114001090D01* +X75072496Y-114001306D01* +X75066254Y-114001378D01* +X75056059Y-114001198D01* +X75046101Y-114000657D01* +X75036381Y-113999756D01* +X75026897Y-113998493D01* +X75017650Y-113996870D01* +X75008641Y-113994887D01* +X74999868Y-113992543D01* +X74991332Y-113989838D01* +X74983034Y-113986773D01* +X74974972Y-113983346D01* +X74967147Y-113979560D01* +X74959559Y-113975412D01* +X74952209Y-113970904D01* +X74945095Y-113966036D01* +X74938218Y-113960806D01* +X74931578Y-113955217D01* +X74925249Y-113949311D01* +X74919268Y-113943170D01* +X74913636Y-113936795D01* +X74908351Y-113930185D01* +X74903414Y-113923340D01* +X74898825Y-113916261D01* +X74894585Y-113908946D01* +X74890692Y-113901398D01* +X74887147Y-113893614D01* +X74883951Y-113885596D01* +X74881102Y-113877343D01* +X74878602Y-113868855D01* +X74876450Y-113860133D01* +X74874645Y-113851176D01* +X74873189Y-113841984D01* +X74872081Y-113832558D01* G37* -D15* +D16* G36* X102173968Y-109239434D02* G01* @@ -58234,502 +60448,778 @@ X103235419Y-109323177D01* X103238939Y-109319090D01* X102943063Y-109319090D01* G37* -D16* -X76478318Y-117320094D02* -X77385461Y-117320094D01* -X77385461Y-117320094D02* -X77566889Y-117380571D01* -X77566889Y-117380571D02* -X77687842Y-117501523D01* -X77687842Y-117501523D02* -X77748318Y-117682952D01* -X77748318Y-117682952D02* -X77748318Y-117803904D01* -X77748318Y-116050094D02* -X77748318Y-116775809D01* -X77748318Y-116412952D02* -X76478318Y-116412952D01* -X76478318Y-116412952D02* -X76659746Y-116533904D01* -X76659746Y-116533904D02* -X76780699Y-116654856D01* -X76780699Y-116654856D02* -X76841175Y-116775809D01* -X76599270Y-115566285D02* -X76538794Y-115505809D01* -X76538794Y-115505809D02* -X76478318Y-115384856D01* -X76478318Y-115384856D02* -X76478318Y-115082475D01* -X76478318Y-115082475D02* -X76538794Y-114961523D01* -X76538794Y-114961523D02* -X76599270Y-114901047D01* -X76599270Y-114901047D02* -X76720222Y-114840570D01* -X76720222Y-114840570D02* -X76841175Y-114840570D01* -X76841175Y-114840570D02* -X77022603Y-114901047D01* -X77022603Y-114901047D02* -X77748318Y-115626761D01* -X77748318Y-115626761D02* -X77748318Y-114840570D01* -X108788333Y-80143365D02* -X108727857Y-80203842D01* -X108727857Y-80203842D02* -X108546428Y-80264318D01* -X108546428Y-80264318D02* -X108425476Y-80264318D01* -X108425476Y-80264318D02* -X108244047Y-80203842D01* -X108244047Y-80203842D02* -X108123095Y-80082889D01* -X108123095Y-80082889D02* -X108062618Y-79961937D01* -X108062618Y-79961937D02* -X108002142Y-79720032D01* -X108002142Y-79720032D02* -X108002142Y-79538603D01* -X108002142Y-79538603D02* -X108062618Y-79296699D01* -X108062618Y-79296699D02* -X108123095Y-79175746D01* -X108123095Y-79175746D02* -X108244047Y-79054794D01* -X108244047Y-79054794D02* -X108425476Y-78994318D01* -X108425476Y-78994318D02* -X108546428Y-78994318D01* -X108546428Y-78994318D02* -X108727857Y-79054794D01* -X108727857Y-79054794D02* -X108788333Y-79115270D01* -X109876904Y-79417651D02* -X109876904Y-80264318D01* -X109574523Y-78933842D02* -X109272142Y-79840984D01* -X109272142Y-79840984D02* -X110058333Y-79840984D01* -D14* G36* -X87409284Y-116352040D02* +X106159553Y-75111284D02* G01* -X87429508Y-116272026D01* -X87435708Y-116273640D01* -X87441815Y-116275333D01* -X87447830Y-116277105D01* -X87453752Y-116278955D01* -X87459581Y-116280883D01* -X87465317Y-116282890D01* -X87470961Y-116284975D01* -X87476512Y-116287138D01* -X87481970Y-116289380D01* -X87492609Y-116294100D01* -X87502876Y-116299132D01* -X87512772Y-116304479D01* -X87522298Y-116310139D01* -X87531452Y-116316113D01* -X87540236Y-116322401D01* -X87548649Y-116329003D01* -X87556690Y-116335918D01* -X87564361Y-116343147D01* -X87571661Y-116350689D01* -X87578590Y-116358545D01* -X87581915Y-116362591D01* -X87588268Y-116370857D01* -X87594211Y-116379350D01* -X87599744Y-116388071D01* -X87604868Y-116397020D01* -X87609581Y-116406197D01* -X87613885Y-116415602D01* -X87617779Y-116425234D01* -X87621263Y-116435095D01* -X87624337Y-116445183D01* -X87627001Y-116455499D01* -X87629255Y-116466043D01* -X87631099Y-116476814D01* -X87632534Y-116487814D01* -X87633559Y-116499041D01* -X87634173Y-116510496D01* -X87634378Y-116522179D01* -X87634339Y-116528253D01* -X87634222Y-116534255D01* -X87634027Y-116540186D01* -X87633753Y-116546046D01* -X87632972Y-116557551D01* -X87631878Y-116568772D01* -X87630471Y-116579707D01* -X87628752Y-116590357D01* -X87626721Y-116600723D01* -X87624377Y-116610803D01* -X87621720Y-116620598D01* -X87618751Y-116630108D01* -X87615469Y-116639333D01* -X87611875Y-116648273D01* -X87607968Y-116656928D01* -X87603748Y-116665297D01* -X87599216Y-116673382D01* -X87594371Y-116681181D01* -X87589231Y-116688706D01* -X87583811Y-116696003D01* -X87578112Y-116703072D01* -X87572133Y-116709914D01* -X87565875Y-116716527D01* -X87559338Y-116722913D01* -X87552521Y-116729070D01* -X87545425Y-116735000D01* -X87538050Y-116740702D01* -X87530395Y-116746177D01* -X87522461Y-116751423D01* -X87514248Y-116756442D01* -X87505755Y-116761233D01* -X87496983Y-116765796D01* -X87487931Y-116770131D01* -X87478600Y-116774238D01* -X87469068Y-116778106D01* -X87459449Y-116781725D01* -X87449742Y-116785095D01* -X87439949Y-116788215D01* -X87430069Y-116791085D01* -X87420101Y-116793706D01* -X87410047Y-116796077D01* -X87399905Y-116798198D01* -X87389677Y-116800070D01* -X87379361Y-116801692D01* -X87368959Y-116803065D01* -X87358469Y-116804188D01* -X87347893Y-116805062D01* -X87337230Y-116805686D01* -X87326479Y-116806060D01* -X87315642Y-116806185D01* -X87309730Y-116806150D01* -X87303866Y-116806044D01* -X87292281Y-116805622D01* -X87280886Y-116804917D01* -X87269681Y-116803932D01* -X87258666Y-116802664D01* -X87247841Y-116801115D01* -X87237206Y-116799285D01* -X87226762Y-116797172D01* -X87216507Y-116794778D01* -X87206442Y-116792103D01* -X87196567Y-116789146D01* -X87186883Y-116785907D01* -X87177388Y-116782386D01* -X87168084Y-116778584D01* -X87158969Y-116774500D01* -X87150045Y-116770135D01* -X87141348Y-116765509D01* -X87132917Y-116760646D01* -X87124752Y-116755544D01* -X87116852Y-116750204D01* -X87109218Y-116744627D01* -X87101850Y-116738810D01* -X87094747Y-116732756D01* -X87087909Y-116726464D01* -X87081338Y-116719934D01* -X87075032Y-116713165D01* -X87068991Y-116706158D01* -X87063217Y-116698913D01* -X87057707Y-116691430D01* -X87052464Y-116683709D01* -X87047486Y-116675750D01* -X87042773Y-116667553D01* -X87038319Y-116659166D01* -X87034152Y-116650677D01* -X87030273Y-116642085D01* -X87026681Y-116633389D01* -X87023376Y-116624591D01* -X87020359Y-116615689D01* -X87017629Y-116606685D01* -X87015186Y-116597577D01* -X87013031Y-116588366D01* -X87011163Y-116579053D01* -X87009583Y-116569636D01* -X87008289Y-116560116D01* -X87007284Y-116550494D01* -X87006565Y-116540768D01* -X87006134Y-116530939D01* -X87005990Y-116521007D01* -X87006173Y-116509781D01* -X87006721Y-116498780D01* -X87007634Y-116488005D01* -X87008912Y-116477455D01* -X87010556Y-116467131D01* -X87012564Y-116457033D01* -X87014938Y-116447160D01* -X87017677Y-116437513D01* -X87020782Y-116428091D01* -X87024251Y-116418894D01* -X87028086Y-116409924D01* -X87032286Y-116401178D01* -X87036851Y-116392659D01* -X87041782Y-116384365D01* -X87047078Y-116376296D01* -X87052739Y-116368453D01* -X87058731Y-116360869D01* -X87065021Y-116353578D01* -X87071609Y-116346581D01* -X87078494Y-116339876D01* -X87085677Y-116333465D01* -X87093158Y-116327347D01* -X87100936Y-116321522D01* -X87109012Y-116315989D01* -X87117386Y-116310750D01* -X87126057Y-116305805D01* -X87135026Y-116301152D01* -X87144293Y-116296792D01* -X87153857Y-116292725D01* -X87163719Y-116288952D01* -X87173879Y-116285471D01* -X87184337Y-116282284D01* -X87202948Y-116361126D01* -X87194665Y-116363819D01* -X87186668Y-116366662D01* -X87178957Y-116369654D01* -X87171532Y-116372794D01* -X87164394Y-116376084D01* -X87157542Y-116379522D01* -X87150976Y-116383109D01* -X87144696Y-116386844D01* -X87138702Y-116390729D01* -X87132995Y-116394762D01* -X87127574Y-116398945D01* -X87122439Y-116403276D01* -X87117591Y-116407756D01* -X87113028Y-116412385D01* -X87108752Y-116417162D01* -X87104762Y-116422089D01* -X87101036Y-116427170D01* -X87097549Y-116432411D01* -X87094304Y-116437812D01* -X87091298Y-116443374D01* -X87088533Y-116449096D01* -X87086009Y-116454979D01* -X87083725Y-116461022D01* -X87081681Y-116467225D01* -X87079878Y-116473588D01* -X87078315Y-116480112D01* -X87076993Y-116486795D01* -X87075911Y-116493640D01* -X87075070Y-116500644D01* -X87074468Y-116507809D01* -X87074108Y-116515134D01* -X87073988Y-116522619D01* -X87074119Y-116531231D01* -X87074514Y-116539666D01* -X87075173Y-116547924D01* -X87076094Y-116556004D01* -X87077279Y-116563906D01* -X87078727Y-116571632D01* -X87080439Y-116579179D01* -X87082414Y-116586550D01* -X87084652Y-116593742D01* -X87087154Y-116600758D01* -X87089919Y-116607595D01* -X87092947Y-116614256D01* -X87096239Y-116620739D01* -X87099793Y-116627044D01* -X87103612Y-116633172D01* -X87107693Y-116639123D01* -X87111996Y-116644858D01* -X87116479Y-116650377D01* -X87121142Y-116655680D01* -X87125984Y-116660766D01* -X87131006Y-116665636D01* -X87136208Y-116670289D01* -X87141589Y-116674726D01* -X87147151Y-116678947D01* -X87152892Y-116682951D01* -X87158812Y-116686739D01* -X87164913Y-116690310D01* -X87171193Y-116693665D01* -X87177653Y-116696804D01* -X87184293Y-116699726D01* -X87191113Y-116702432D01* -X87198112Y-116704922D01* -X87205215Y-116707211D01* -X87212347Y-116709353D01* -X87219508Y-116711346D01* -X87226697Y-116713192D01* -X87233915Y-116714891D01* -X87241162Y-116716442D01* -X87248437Y-116717845D01* -X87255741Y-116719100D01* -X87263073Y-116720208D01* -X87270434Y-116721168D01* -X87277824Y-116721980D01* -X87285242Y-116722645D01* -X87292689Y-116723162D01* -X87300165Y-116723531D01* -X87307669Y-116723752D01* -X87315202Y-116723826D01* -X87324852Y-116723739D01* -X87334347Y-116723476D01* -X87343687Y-116723038D01* -X87352873Y-116722425D01* -X87361905Y-116721637D01* -X87370782Y-116720673D01* -X87379504Y-116719535D01* -X87388072Y-116718221D01* -X87396485Y-116716732D01* -X87404744Y-116715068D01* -X87412848Y-116713229D01* -X87420797Y-116711214D01* -X87428592Y-116709025D01* -X87436233Y-116706660D01* -X87443718Y-116704120D01* -X87451050Y-116701405D01* -X87458172Y-116698487D01* -X87465065Y-116695376D01* -X87471732Y-116692071D01* -X87478170Y-116688573D01* -X87484380Y-116684881D01* -X87490363Y-116680996D01* -X87496118Y-116676917D01* -X87501645Y-116672645D01* -X87506944Y-116668179D01* -X87512015Y-116663520D01* -X87516858Y-116658668D01* -X87521474Y-116653622D01* -X87525862Y-116648382D01* -X87530022Y-116642949D01* -X87533954Y-116637322D01* -X87537658Y-116631502D01* -X87541136Y-116625537D01* -X87544390Y-116619511D01* -X87547420Y-116613424D01* -X87550225Y-116607277D01* -X87552805Y-116601068D01* -X87555161Y-116594800D01* -X87557293Y-116588470D01* -X87559200Y-116582080D01* -X87560883Y-116575629D01* -X87562342Y-116569117D01* -X87563576Y-116562545D01* -X87564586Y-116555912D01* -X87565371Y-116549219D01* -X87565932Y-116542464D01* -X87566269Y-116535649D01* -X87566381Y-116528774D01* -X87566227Y-116520464D01* -X87565763Y-116512315D01* -X87564990Y-116504326D01* -X87563908Y-116496497D01* -X87562517Y-116488829D01* -X87560817Y-116481321D01* -X87558808Y-116473973D01* -X87556489Y-116466785D01* -X87553862Y-116459758D01* -X87550925Y-116452891D01* -X87547679Y-116446184D01* -X87544125Y-116439637D01* -X87540261Y-116433251D01* -X87536087Y-116427025D01* -X87531605Y-116420960D01* -X87526814Y-116415054D01* -X87521718Y-116409347D01* -X87516322Y-116403876D01* -X87510626Y-116398640D01* -X87504631Y-116393640D01* -X87498335Y-116388877D01* -X87491739Y-116384348D01* -X87484843Y-116380056D01* -X87477648Y-116376000D01* -X87470152Y-116372179D01* -X87462357Y-116368595D01* -X87454261Y-116365246D01* -X87445866Y-116362133D01* -X87437170Y-116359256D01* -X87428175Y-116356615D01* -X87418880Y-116354209D01* -X87409284Y-116352040D01* +X106239567Y-75131508D01* +X106237953Y-75137708D01* +X106236260Y-75143815D01* +X106234488Y-75149830D01* +X106232638Y-75155752D01* +X106230710Y-75161581D01* +X106228703Y-75167317D01* +X106226618Y-75172961D01* +X106224455Y-75178512D01* +X106222213Y-75183970D01* +X106217493Y-75194609D01* +X106212461Y-75204876D01* +X106207114Y-75214772D01* +X106201454Y-75224298D01* +X106195480Y-75233452D01* +X106189192Y-75242236D01* +X106182590Y-75250649D01* +X106175675Y-75258690D01* +X106168446Y-75266361D01* +X106160904Y-75273661D01* +X106153048Y-75280590D01* +X106149002Y-75283915D01* +X106140736Y-75290268D01* +X106132243Y-75296211D01* +X106123522Y-75301744D01* +X106114573Y-75306868D01* +X106105396Y-75311581D01* +X106095991Y-75315885D01* +X106086359Y-75319779D01* +X106076498Y-75323263D01* +X106066410Y-75326337D01* +X106056094Y-75329001D01* +X106045550Y-75331255D01* +X106034779Y-75333099D01* +X106023779Y-75334534D01* +X106012552Y-75335559D01* +X106001097Y-75336173D01* +X105989414Y-75336378D01* +X105983340Y-75336339D01* +X105977338Y-75336222D01* +X105971407Y-75336027D01* +X105965547Y-75335753D01* +X105954042Y-75334972D01* +X105942821Y-75333878D01* +X105931886Y-75332471D01* +X105921236Y-75330752D01* +X105910870Y-75328721D01* +X105900790Y-75326377D01* +X105890995Y-75323720D01* +X105881485Y-75320751D01* +X105872260Y-75317469D01* +X105863320Y-75313875D01* +X105854665Y-75309968D01* +X105846296Y-75305748D01* +X105838211Y-75301216D01* +X105830412Y-75296371D01* +X105822887Y-75291231D01* +X105815590Y-75285811D01* +X105808521Y-75280112D01* +X105801679Y-75274133D01* +X105795066Y-75267875D01* +X105788680Y-75261338D01* +X105782523Y-75254521D01* +X105776593Y-75247425D01* +X105770891Y-75240050D01* +X105765416Y-75232395D01* +X105760170Y-75224461D01* +X105755151Y-75216248D01* +X105750360Y-75207755D01* +X105745797Y-75198983D01* +X105741462Y-75189931D01* +X105737355Y-75180600D01* +X105733487Y-75171068D01* +X105729868Y-75161449D01* +X105726498Y-75151742D01* +X105723378Y-75141949D01* +X105720508Y-75132069D01* +X105717887Y-75122101D01* +X105715516Y-75112047D01* +X105713395Y-75101905D01* +X105711523Y-75091677D01* +X105709901Y-75081361D01* +X105708528Y-75070959D01* +X105707405Y-75060469D01* +X105706531Y-75049893D01* +X105705907Y-75039230D01* +X105705533Y-75028479D01* +X105705408Y-75017642D01* +X105705443Y-75011730D01* +X105705549Y-75005866D01* +X105705971Y-74994281D01* +X105706676Y-74982886D01* +X105707661Y-74971681D01* +X105708929Y-74960666D01* +X105710478Y-74949841D01* +X105712308Y-74939206D01* +X105714421Y-74928762D01* +X105716815Y-74918507D01* +X105719490Y-74908442D01* +X105722447Y-74898567D01* +X105725686Y-74888883D01* +X105729207Y-74879388D01* +X105733009Y-74870084D01* +X105737093Y-74860969D01* +X105741458Y-74852045D01* +X105746084Y-74843348D01* +X105750947Y-74834917D01* +X105756049Y-74826752D01* +X105761389Y-74818852D01* +X105766966Y-74811218D01* +X105772783Y-74803850D01* +X105778837Y-74796747D01* +X105785129Y-74789909D01* +X105791659Y-74783338D01* +X105798428Y-74777032D01* +X105805435Y-74770991D01* +X105812680Y-74765217D01* +X105820163Y-74759707D01* +X105827884Y-74754464D01* +X105835843Y-74749486D01* +X105844040Y-74744773D01* +X105852427Y-74740319D01* +X105860916Y-74736152D01* +X105869508Y-74732273D01* +X105878204Y-74728681D01* +X105887002Y-74725376D01* +X105895904Y-74722359D01* +X105904908Y-74719629D01* +X105914016Y-74717186D01* +X105923227Y-74715031D01* +X105932540Y-74713163D01* +X105941957Y-74711583D01* +X105951477Y-74710289D01* +X105961099Y-74709284D01* +X105970825Y-74708565D01* +X105980654Y-74708134D01* +X105990586Y-74707990D01* +X106001812Y-74708173D01* +X106012813Y-74708721D01* +X106023588Y-74709634D01* +X106034138Y-74710912D01* +X106044462Y-74712556D01* +X106054560Y-74714564D01* +X106064433Y-74716938D01* +X106074080Y-74719677D01* +X106083502Y-74722782D01* +X106092699Y-74726251D01* +X106101669Y-74730086D01* +X106110415Y-74734286D01* +X106118934Y-74738851D01* +X106127228Y-74743782D01* +X106135297Y-74749078D01* +X106143140Y-74754739D01* +X106150724Y-74760731D01* +X106158015Y-74767021D01* +X106165012Y-74773609D01* +X106171717Y-74780494D01* +X106178128Y-74787677D01* +X106184246Y-74795158D01* +X106190071Y-74802936D01* +X106195604Y-74811012D01* +X106200843Y-74819386D01* +X106205788Y-74828057D01* +X106210441Y-74837026D01* +X106214801Y-74846293D01* +X106218868Y-74855857D01* +X106222641Y-74865719D01* +X106226122Y-74875879D01* +X106229309Y-74886337D01* +X106150467Y-74904948D01* +X106147774Y-74896665D01* +X106144931Y-74888668D01* +X106141939Y-74880957D01* +X106138799Y-74873532D01* +X106135509Y-74866394D01* +X106132071Y-74859542D01* +X106128484Y-74852976D01* +X106124749Y-74846696D01* +X106120864Y-74840702D01* +X106116831Y-74834995D01* +X106112648Y-74829574D01* +X106108317Y-74824439D01* +X106103837Y-74819591D01* +X106099208Y-74815028D01* +X106094431Y-74810752D01* +X106089504Y-74806762D01* +X106084423Y-74803036D01* +X106079182Y-74799549D01* +X106073781Y-74796304D01* +X106068219Y-74793298D01* +X106062497Y-74790533D01* +X106056614Y-74788009D01* +X106050571Y-74785725D01* +X106044368Y-74783681D01* +X106038005Y-74781878D01* +X106031481Y-74780315D01* +X106024798Y-74778993D01* +X106017953Y-74777911D01* +X106010949Y-74777070D01* +X106003784Y-74776468D01* +X105996459Y-74776108D01* +X105988974Y-74775988D01* +X105980362Y-74776119D01* +X105971927Y-74776514D01* +X105963669Y-74777173D01* +X105955589Y-74778094D01* +X105947687Y-74779279D01* +X105939961Y-74780727D01* +X105932414Y-74782439D01* +X105925043Y-74784414D01* +X105917851Y-74786652D01* +X105910835Y-74789154D01* +X105903998Y-74791919D01* +X105897337Y-74794947D01* +X105890854Y-74798239D01* +X105884549Y-74801793D01* +X105878421Y-74805612D01* +X105872470Y-74809693D01* +X105866735Y-74813996D01* +X105861216Y-74818479D01* +X105855913Y-74823142D01* +X105850827Y-74827984D01* +X105845957Y-74833006D01* +X105841304Y-74838208D01* +X105836867Y-74843589D01* +X105832646Y-74849151D01* +X105828642Y-74854892D01* +X105824854Y-74860812D01* +X105821283Y-74866913D01* +X105817928Y-74873193D01* +X105814789Y-74879653D01* +X105811867Y-74886293D01* +X105809161Y-74893113D01* +X105806671Y-74900112D01* +X105804382Y-74907215D01* +X105802240Y-74914347D01* +X105800247Y-74921508D01* +X105798401Y-74928697D01* +X105796702Y-74935915D01* +X105795151Y-74943162D01* +X105793748Y-74950437D01* +X105792493Y-74957741D01* +X105791385Y-74965073D01* +X105790425Y-74972434D01* +X105789613Y-74979824D01* +X105788948Y-74987242D01* +X105788431Y-74994689D01* +X105788062Y-75002165D01* +X105787841Y-75009669D01* +X105787767Y-75017202D01* +X105787854Y-75026852D01* +X105788117Y-75036347D01* +X105788555Y-75045687D01* +X105789168Y-75054873D01* +X105789956Y-75063905D01* +X105790920Y-75072782D01* +X105792058Y-75081504D01* +X105793372Y-75090072D01* +X105794861Y-75098485D01* +X105796525Y-75106744D01* +X105798364Y-75114848D01* +X105800379Y-75122797D01* +X105802568Y-75130592D01* +X105804933Y-75138233D01* +X105807473Y-75145718D01* +X105810188Y-75153050D01* +X105813106Y-75160172D01* +X105816217Y-75167065D01* +X105819522Y-75173732D01* +X105823020Y-75180170D01* +X105826712Y-75186380D01* +X105830597Y-75192363D01* +X105834676Y-75198118D01* +X105838948Y-75203645D01* +X105843414Y-75208944D01* +X105848073Y-75214015D01* +X105852925Y-75218858D01* +X105857971Y-75223474D01* +X105863211Y-75227862D01* +X105868644Y-75232022D01* +X105874271Y-75235954D01* +X105880091Y-75239658D01* +X105886056Y-75243136D01* +X105892082Y-75246390D01* +X105898169Y-75249420D01* +X105904316Y-75252225D01* +X105910525Y-75254805D01* +X105916793Y-75257161D01* +X105923123Y-75259293D01* +X105929513Y-75261200D01* +X105935964Y-75262883D01* +X105942476Y-75264342D01* +X105949048Y-75265576D01* +X105955681Y-75266586D01* +X105962374Y-75267371D01* +X105969129Y-75267932D01* +X105975944Y-75268269D01* +X105982819Y-75268381D01* +X105991129Y-75268227D01* +X105999278Y-75267763D01* +X106007267Y-75266990D01* +X106015096Y-75265908D01* +X106022764Y-75264517D01* +X106030272Y-75262817D01* +X106037620Y-75260808D01* +X106044808Y-75258489D01* +X106051835Y-75255862D01* +X106058702Y-75252925D01* +X106065409Y-75249679D01* +X106071956Y-75246125D01* +X106078342Y-75242261D01* +X106084568Y-75238087D01* +X106090633Y-75233605D01* +X106096539Y-75228814D01* +X106102246Y-75223718D01* +X106107717Y-75218322D01* +X106112953Y-75212626D01* +X106117953Y-75206631D01* +X106122716Y-75200335D01* +X106127245Y-75193739D01* +X106131537Y-75186843D01* +X106135593Y-75179648D01* +X106139414Y-75172152D01* +X106142998Y-75164357D01* +X106146347Y-75156261D01* +X106149460Y-75147866D01* +X106152337Y-75139170D01* +X106154978Y-75130175D01* +X106157384Y-75120880D01* +X106159553Y-75111284D01* G37* G36* -X87625000Y-115927643D02* +X106616483Y-75111284D02* G01* -X87625000Y-116001795D01* -X87149898Y-116001795D01* -X87154762Y-116006971D01* -X87159625Y-116012440D01* -X87164489Y-116018202D01* -X87169352Y-116024258D01* -X87174216Y-116030608D01* -X87179079Y-116037252D01* -X87183943Y-116044189D01* -X87188806Y-116051420D01* -X87192049Y-116056403D01* -X87195291Y-116061517D01* -X87198533Y-116066762D01* -X87201775Y-116072137D01* -X87204949Y-116077543D01* -X87208022Y-116082879D01* -X87210994Y-116088145D01* -X87213866Y-116093341D01* -X87217984Y-116101004D01* -X87221875Y-116108510D01* -X87225540Y-116115859D01* -X87228978Y-116123051D01* -X87232189Y-116130085D01* -X87235174Y-116136963D01* -X87237932Y-116143683D01* -X87240464Y-116150246D01* -X87165432Y-116150246D01* -X87161758Y-116142522D01* -X87157988Y-116134921D01* -X87154124Y-116127442D01* -X87150164Y-116120085D01* -X87146109Y-116112851D01* -X87141960Y-116105740D01* -X87137715Y-116098751D01* -X87133375Y-116091884D01* -X87128941Y-116085140D01* -X87124411Y-116078519D01* -X87119786Y-116072020D01* -X87115066Y-116065644D01* -X87110251Y-116059390D01* -X87105342Y-116053258D01* -X87100337Y-116047249D01* -X87095237Y-116041363D01* -X87090099Y-116035644D01* -X87084981Y-116030138D01* -X87079882Y-116024846D01* -X87074803Y-116019766D01* -X87069743Y-116014899D01* -X87064703Y-116010245D01* -X87059682Y-116005804D01* -X87054680Y-116001576D01* -X87049698Y-115997561D01* -X87044736Y-115993758D01* -X87039793Y-115990169D01* -X87034869Y-115986793D01* -X87027520Y-115982128D01* -X87020215Y-115977942D01* -X87015369Y-115975417D01* -X87015369Y-115927643D01* -X87625000Y-115927643D01* +X106698109Y-75111284D01* +X106698109Y-75179281D01* +X106616483Y-75179281D01* +X106616483Y-75327000D01* +X106542331Y-75327000D01* +X106542331Y-75179281D01* +X106280160Y-75179281D01* +X106280160Y-75111284D01* +X106353140Y-75111284D01* +X106542331Y-75111284D01* +X106542331Y-74837244D01* +X106353140Y-75111284D01* +X106280160Y-75111284D01* +X106555959Y-74717369D01* +X106616483Y-74717369D01* +X106616483Y-75111284D01* G37* +D15* G36* -X87477281Y-115427922D02* +X86213959Y-114413284D02* G01* -X87625000Y-115427922D01* -X87625000Y-115502075D01* -X87477281Y-115502075D01* -X87477281Y-115764245D01* -X87409284Y-115764245D01* -X87034835Y-115502075D01* -X87135244Y-115502075D01* -X87409284Y-115691265D01* -X87409284Y-115502075D01* -X87135244Y-115502075D01* -X87034835Y-115502075D01* -X87015369Y-115488446D01* -X87015369Y-115427922D01* -X87409284Y-115427922D01* -X87409284Y-115346297D01* -X87477281Y-115346297D01* -X87477281Y-115427922D01* +X86293973Y-114433508D01* +X86292359Y-114439708D01* +X86290666Y-114445815D01* +X86288894Y-114451830D01* +X86287044Y-114457752D01* +X86285116Y-114463581D01* +X86283109Y-114469317D01* +X86281024Y-114474961D01* +X86278861Y-114480512D01* +X86276619Y-114485970D01* +X86271899Y-114496609D01* +X86266867Y-114506876D01* +X86261520Y-114516772D01* +X86255860Y-114526298D01* +X86249886Y-114535452D01* +X86243598Y-114544236D01* +X86236996Y-114552649D01* +X86230081Y-114560690D01* +X86222852Y-114568361D01* +X86215310Y-114575661D01* +X86207454Y-114582590D01* +X86203408Y-114585915D01* +X86195142Y-114592268D01* +X86186649Y-114598211D01* +X86177928Y-114603744D01* +X86168979Y-114608868D01* +X86159802Y-114613581D01* +X86150397Y-114617885D01* +X86140765Y-114621779D01* +X86130904Y-114625263D01* +X86120816Y-114628337D01* +X86110500Y-114631001D01* +X86099956Y-114633255D01* +X86089185Y-114635099D01* +X86078185Y-114636534D01* +X86066958Y-114637559D01* +X86055503Y-114638173D01* +X86043820Y-114638378D01* +X86037746Y-114638339D01* +X86031744Y-114638222D01* +X86025813Y-114638027D01* +X86019953Y-114637753D01* +X86008448Y-114636972D01* +X85997227Y-114635878D01* +X85986292Y-114634471D01* +X85975642Y-114632752D01* +X85965276Y-114630721D01* +X85955196Y-114628377D01* +X85945401Y-114625720D01* +X85935891Y-114622751D01* +X85926666Y-114619469D01* +X85917726Y-114615875D01* +X85909071Y-114611968D01* +X85900702Y-114607748D01* +X85892617Y-114603216D01* +X85884818Y-114598371D01* +X85877293Y-114593231D01* +X85869996Y-114587811D01* +X85862927Y-114582112D01* +X85856085Y-114576133D01* +X85849472Y-114569875D01* +X85843086Y-114563338D01* +X85836929Y-114556521D01* +X85830999Y-114549425D01* +X85825297Y-114542050D01* +X85819822Y-114534395D01* +X85814576Y-114526461D01* +X85809557Y-114518248D01* +X85804766Y-114509755D01* +X85800203Y-114500983D01* +X85795868Y-114491931D01* +X85791761Y-114482600D01* +X85787893Y-114473068D01* +X85784274Y-114463449D01* +X85780904Y-114453742D01* +X85777784Y-114443949D01* +X85774914Y-114434069D01* +X85772293Y-114424101D01* +X85769922Y-114414047D01* +X85767801Y-114403905D01* +X85765929Y-114393677D01* +X85764307Y-114383361D01* +X85762934Y-114372959D01* +X85761811Y-114362469D01* +X85760937Y-114351893D01* +X85760313Y-114341230D01* +X85759939Y-114330479D01* +X85759814Y-114319642D01* +X85759849Y-114313730D01* +X85759955Y-114307866D01* +X85760377Y-114296281D01* +X85761082Y-114284886D01* +X85762067Y-114273681D01* +X85763335Y-114262666D01* +X85764884Y-114251841D01* +X85766714Y-114241206D01* +X85768827Y-114230762D01* +X85771221Y-114220507D01* +X85773896Y-114210442D01* +X85776853Y-114200567D01* +X85780092Y-114190883D01* +X85783613Y-114181388D01* +X85787415Y-114172084D01* +X85791499Y-114162969D01* +X85795864Y-114154045D01* +X85800490Y-114145348D01* +X85805353Y-114136917D01* +X85810455Y-114128752D01* +X85815795Y-114120852D01* +X85821372Y-114113218D01* +X85827189Y-114105850D01* +X85833243Y-114098747D01* +X85839535Y-114091909D01* +X85846065Y-114085338D01* +X85852834Y-114079032D01* +X85859841Y-114072991D01* +X85867086Y-114067217D01* +X85874569Y-114061707D01* +X85882290Y-114056464D01* +X85890249Y-114051486D01* +X85898446Y-114046773D01* +X85906833Y-114042319D01* +X85915322Y-114038152D01* +X85923914Y-114034273D01* +X85932610Y-114030681D01* +X85941408Y-114027376D01* +X85950310Y-114024359D01* +X85959314Y-114021629D01* +X85968422Y-114019186D01* +X85977633Y-114017031D01* +X85986946Y-114015163D01* +X85996363Y-114013583D01* +X86005883Y-114012289D01* +X86015505Y-114011284D01* +X86025231Y-114010565D01* +X86035060Y-114010134D01* +X86044992Y-114009990D01* +X86056218Y-114010173D01* +X86067219Y-114010721D01* +X86077994Y-114011634D01* +X86088544Y-114012912D01* +X86098868Y-114014556D01* +X86108966Y-114016564D01* +X86118839Y-114018938D01* +X86128486Y-114021677D01* +X86137908Y-114024782D01* +X86147105Y-114028251D01* +X86156075Y-114032086D01* +X86164821Y-114036286D01* +X86173340Y-114040851D01* +X86181634Y-114045782D01* +X86189703Y-114051078D01* +X86197546Y-114056739D01* +X86205130Y-114062731D01* +X86212421Y-114069021D01* +X86219418Y-114075609D01* +X86226123Y-114082494D01* +X86232534Y-114089677D01* +X86238652Y-114097158D01* +X86244477Y-114104936D01* +X86250010Y-114113012D01* +X86255249Y-114121386D01* +X86260194Y-114130057D01* +X86264847Y-114139026D01* +X86269207Y-114148293D01* +X86273274Y-114157857D01* +X86277047Y-114167719D01* +X86280528Y-114177879D01* +X86283715Y-114188337D01* +X86204873Y-114206948D01* +X86202180Y-114198665D01* +X86199337Y-114190668D01* +X86196345Y-114182957D01* +X86193205Y-114175532D01* +X86189915Y-114168394D01* +X86186477Y-114161542D01* +X86182890Y-114154976D01* +X86179155Y-114148696D01* +X86175270Y-114142702D01* +X86171237Y-114136995D01* +X86167054Y-114131574D01* +X86162723Y-114126439D01* +X86158243Y-114121591D01* +X86153614Y-114117028D01* +X86148837Y-114112752D01* +X86143910Y-114108762D01* +X86138829Y-114105036D01* +X86133588Y-114101549D01* +X86128187Y-114098304D01* +X86122625Y-114095298D01* +X86116903Y-114092533D01* +X86111020Y-114090009D01* +X86104977Y-114087725D01* +X86098774Y-114085681D01* +X86092411Y-114083878D01* +X86085887Y-114082315D01* +X86079204Y-114080993D01* +X86072359Y-114079911D01* +X86065355Y-114079070D01* +X86058190Y-114078468D01* +X86050865Y-114078108D01* +X86043380Y-114077988D01* +X86034768Y-114078119D01* +X86026333Y-114078514D01* +X86018075Y-114079173D01* +X86009995Y-114080094D01* +X86002093Y-114081279D01* +X85994367Y-114082727D01* +X85986820Y-114084439D01* +X85979449Y-114086414D01* +X85972257Y-114088652D01* +X85965241Y-114091154D01* +X85958404Y-114093919D01* +X85951743Y-114096947D01* +X85945260Y-114100239D01* +X85938955Y-114103793D01* +X85932827Y-114107612D01* +X85926876Y-114111693D01* +X85921141Y-114115996D01* +X85915622Y-114120479D01* +X85910319Y-114125142D01* +X85905233Y-114129984D01* +X85900363Y-114135006D01* +X85895710Y-114140208D01* +X85891273Y-114145589D01* +X85887052Y-114151151D01* +X85883048Y-114156892D01* +X85879260Y-114162812D01* +X85875689Y-114168913D01* +X85872334Y-114175193D01* +X85869195Y-114181653D01* +X85866273Y-114188293D01* +X85863567Y-114195113D01* +X85861077Y-114202112D01* +X85858788Y-114209215D01* +X85856646Y-114216347D01* +X85854653Y-114223508D01* +X85852807Y-114230697D01* +X85851108Y-114237915D01* +X85849557Y-114245162D01* +X85848154Y-114252437D01* +X85846899Y-114259741D01* +X85845791Y-114267073D01* +X85844831Y-114274434D01* +X85844019Y-114281824D01* +X85843354Y-114289242D01* +X85842837Y-114296689D01* +X85842468Y-114304165D01* +X85842247Y-114311669D01* +X85842173Y-114319202D01* +X85842260Y-114328852D01* +X85842523Y-114338347D01* +X85842961Y-114347687D01* +X85843574Y-114356873D01* +X85844362Y-114365905D01* +X85845326Y-114374782D01* +X85846464Y-114383504D01* +X85847778Y-114392072D01* +X85849267Y-114400485D01* +X85850931Y-114408744D01* +X85852770Y-114416848D01* +X85854785Y-114424797D01* +X85856974Y-114432592D01* +X85859339Y-114440233D01* +X85861879Y-114447718D01* +X85864594Y-114455050D01* +X85867512Y-114462172D01* +X85870623Y-114469065D01* +X85873928Y-114475732D01* +X85877426Y-114482170D01* +X85881118Y-114488380D01* +X85885003Y-114494363D01* +X85889082Y-114500118D01* +X85893354Y-114505645D01* +X85897820Y-114510944D01* +X85902479Y-114516015D01* +X85907331Y-114520858D01* +X85912377Y-114525474D01* +X85917617Y-114529862D01* +X85923050Y-114534022D01* +X85928677Y-114537954D01* +X85934497Y-114541658D01* +X85940462Y-114545136D01* +X85946488Y-114548390D01* +X85952575Y-114551420D01* +X85958722Y-114554225D01* +X85964931Y-114556805D01* +X85971199Y-114559161D01* +X85977529Y-114561293D01* +X85983919Y-114563200D01* +X85990370Y-114564883D01* +X85996882Y-114566342D01* +X86003454Y-114567576D01* +X86010087Y-114568586D01* +X86016780Y-114569371D01* +X86023535Y-114569932D01* +X86030350Y-114570269D01* +X86037225Y-114570381D01* +X86045535Y-114570227D01* +X86053684Y-114569763D01* +X86061673Y-114568990D01* +X86069502Y-114567908D01* +X86077170Y-114566517D01* +X86084678Y-114564817D01* +X86092026Y-114562808D01* +X86099214Y-114560489D01* +X86106241Y-114557862D01* +X86113108Y-114554925D01* +X86119815Y-114551679D01* +X86126362Y-114548125D01* +X86132748Y-114544261D01* +X86138974Y-114540087D01* +X86145039Y-114535605D01* +X86150945Y-114530814D01* +X86156652Y-114525718D01* +X86162123Y-114520322D01* +X86167359Y-114514626D01* +X86172359Y-114508631D01* +X86177122Y-114502335D01* +X86181651Y-114495739D01* +X86185943Y-114488843D01* +X86189999Y-114481648D01* +X86193820Y-114474152D01* +X86197404Y-114466357D01* +X86200753Y-114458261D01* +X86203866Y-114449866D01* +X86206743Y-114441170D01* +X86209384Y-114432175D01* +X86211790Y-114422880D01* +X86213959Y-114413284D01* +G37* +G36* +X86638356Y-114629000D02* +G01* +X86564204Y-114629000D01* +X86564204Y-114153898D01* +X86559028Y-114158762D01* +X86553559Y-114163625D01* +X86547797Y-114168489D01* +X86541741Y-114173352D01* +X86535391Y-114178216D01* +X86528747Y-114183079D01* +X86521810Y-114187943D01* +X86514579Y-114192806D01* +X86509596Y-114196049D01* +X86504482Y-114199291D01* +X86499237Y-114202533D01* +X86493862Y-114205775D01* +X86488456Y-114208949D01* +X86483120Y-114212022D01* +X86477854Y-114214994D01* +X86472658Y-114217866D01* +X86464995Y-114221984D01* +X86457489Y-114225875D01* +X86450140Y-114229540D01* +X86442948Y-114232978D01* +X86435914Y-114236189D01* +X86429036Y-114239174D01* +X86422316Y-114241932D01* +X86415753Y-114244464D01* +X86415753Y-114169432D01* +X86423477Y-114165758D01* +X86431078Y-114161988D01* +X86438557Y-114158124D01* +X86445914Y-114154164D01* +X86453148Y-114150109D01* +X86460259Y-114145960D01* +X86467248Y-114141715D01* +X86474115Y-114137375D01* +X86480859Y-114132941D01* +X86487480Y-114128411D01* +X86493979Y-114123786D01* +X86500355Y-114119066D01* +X86506609Y-114114251D01* +X86512741Y-114109342D01* +X86518750Y-114104337D01* +X86524636Y-114099237D01* +X86530355Y-114094099D01* +X86535861Y-114088981D01* +X86541153Y-114083882D01* +X86546233Y-114078803D01* +X86551100Y-114073743D01* +X86555754Y-114068703D01* +X86560195Y-114063682D01* +X86564423Y-114058680D01* +X86568438Y-114053698D01* +X86572241Y-114048736D01* +X86575830Y-114043793D01* +X86579206Y-114038869D01* +X86583871Y-114031520D01* +X86588057Y-114024215D01* +X86590582Y-114019369D01* +X86638356Y-114019369D01* +X86638356Y-114629000D01* +G37* +G36* +X87138077Y-114413284D02* +G01* +X87219702Y-114413284D01* +X87219702Y-114481281D01* +X87138077Y-114481281D01* +X87138077Y-114629000D01* +X87063924Y-114629000D01* +X87063924Y-114481281D01* +X86801754Y-114481281D01* +X86801754Y-114413284D01* +X86874734Y-114413284D01* +X87063924Y-114413284D01* +X87063924Y-114139244D01* +X86874734Y-114413284D01* +X86801754Y-114413284D01* +X87077553Y-114019369D01* +X87138077Y-114019369D01* +X87138077Y-114413284D01* G37* G36* X113858200Y-109419404D02* @@ -62262,771 +64752,441 @@ X107869369Y-103536049D01* X108479000Y-103536049D01* G37* D16* -X103321905Y-126217318D02* -X103321905Y-127124461D01* -X103321905Y-127124461D02* -X103261428Y-127305889D01* -X103261428Y-127305889D02* -X103140476Y-127426842D01* -X103140476Y-127426842D02* -X102959047Y-127487318D01* -X102959047Y-127487318D02* -X102838095Y-127487318D01* -X104591905Y-127487318D02* -X103866190Y-127487318D01* -X104229047Y-127487318D02* -X104229047Y-126217318D01* -X104229047Y-126217318D02* -X104108095Y-126398746D01* -X104108095Y-126398746D02* -X103987143Y-126519699D01* -X103987143Y-126519699D02* -X103866190Y-126580175D01* -X105740952Y-126217318D02* -X105136190Y-126217318D01* -X105136190Y-126217318D02* -X105075714Y-126822080D01* -X105075714Y-126822080D02* -X105136190Y-126761603D01* -X105136190Y-126761603D02* -X105257143Y-126701127D01* -X105257143Y-126701127D02* -X105559524Y-126701127D01* -X105559524Y-126701127D02* -X105680476Y-126761603D01* -X105680476Y-126761603D02* -X105740952Y-126822080D01* -X105740952Y-126822080D02* -X105801429Y-126943032D01* -X105801429Y-126943032D02* -X105801429Y-127245413D01* -X105801429Y-127245413D02* -X105740952Y-127366365D01* -X105740952Y-127366365D02* -X105680476Y-127426842D01* -X105680476Y-127426842D02* -X105559524Y-127487318D01* -X105559524Y-127487318D02* -X105257143Y-127487318D01* -X105257143Y-127487318D02* -X105136190Y-127426842D01* -X105136190Y-127426842D02* -X105075714Y-127366365D01* -D15* G36* -X79709000Y-119186988D02* +X97892143Y-129592609D02* G01* -X79582677Y-119266856D01* -X79575945Y-119271185D01* -X79569412Y-119275419D01* -X79563081Y-119279557D01* -X79556949Y-119283598D01* -X79551018Y-119287544D01* -X79545287Y-119291393D01* -X79539757Y-119295146D01* -X79534427Y-119298802D01* -X79529297Y-119302363D01* -X79524368Y-119305828D01* -X79517350Y-119310844D01* -X79510782Y-119315644D01* -X79504665Y-119320227D01* -X79499000Y-119324595D01* -X79493712Y-119328811D01* -X79488732Y-119332942D01* -X79484057Y-119336989D01* -X79479690Y-119340950D01* -X79474343Y-119346100D01* -X79469542Y-119351099D01* -X79465285Y-119355946D01* -X79461573Y-119360642D01* -X79458406Y-119365188D01* -X79454960Y-119370793D01* -X79451858Y-119376433D01* -X79449098Y-119382110D01* -X79446683Y-119387822D01* -X79444610Y-119393570D01* -X79442882Y-119399354D01* -X79442286Y-119401678D01* -X79441144Y-119408468D01* -X79440500Y-119414331D01* -X79439999Y-119421038D01* -X79439702Y-119427013D01* -X79439496Y-119433527D01* -X79439381Y-119440582D01* -X79439355Y-119446227D01* -X79439355Y-119538991D01* -X79709000Y-119538991D01* -X79709000Y-119618858D01* -X79099369Y-119618858D01* -X79099369Y-119538991D01* -X79167367Y-119538991D01* -X79371358Y-119538991D01* -X79371358Y-119367093D01* -X79371313Y-119360335D01* -X79371177Y-119353764D01* -X79370951Y-119347380D01* -X79370635Y-119341182D01* -X79370228Y-119335170D01* -X79369448Y-119326503D01* -X79368464Y-119318256D01* -X79367277Y-119310429D01* -X79365886Y-119303022D01* -X79364292Y-119296035D01* -X79362494Y-119289467D01* -X79360493Y-119283319D01* -X79359781Y-119281364D01* -X79357489Y-119275696D01* -X79354955Y-119270288D01* -X79351200Y-119263483D01* -X79347014Y-119257141D01* -X79342398Y-119251260D01* -X79337352Y-119245843D01* -X79331874Y-119240888D01* -X79325967Y-119236395D01* -X79322852Y-119234322D01* -X79316408Y-119230544D01* -X79309827Y-119227270D01* -X79303109Y-119224499D01* -X79296254Y-119222232D01* -X79289261Y-119220469D01* -X79282130Y-119219210D01* -X79274862Y-119218454D01* -X79267457Y-119218202D01* -X79259406Y-119218477D01* -X79251627Y-119219300D01* -X79244121Y-119220671D01* -X79236889Y-119222592D01* -X79229929Y-119225061D01* -X79223243Y-119228079D01* -X79216829Y-119231645D01* -X79210689Y-119235760D01* -X79204822Y-119240424D01* -X79199228Y-119245637D01* -X79195650Y-119249417D01* -X79190595Y-119255560D01* -X79186038Y-119262339D01* -X79181978Y-119269755D01* -X79178415Y-119277808D01* -X79176316Y-119283529D01* -X79174437Y-119289533D01* -X79172780Y-119295821D01* -X79171344Y-119302391D01* -X79170129Y-119309243D01* -X79169134Y-119316379D01* -X79168361Y-119323797D01* -X79167808Y-119331498D01* -X79167477Y-119339482D01* -X79167367Y-119347749D01* -X79167367Y-119538991D01* -X79099369Y-119538991D01* -X79099369Y-119350973D01* -X79099434Y-119341031D01* -X79099628Y-119331391D01* -X79099952Y-119322053D01* -X79100404Y-119313017D01* -X79100987Y-119304284D01* -X79101698Y-119295853D01* -X79102539Y-119287725D01* -X79103509Y-119279898D01* -X79104609Y-119272374D01* -X79105838Y-119265152D01* -X79107196Y-119258232D01* -X79108684Y-119251615D01* -X79110301Y-119245300D01* -X79112048Y-119239287D01* -X79113924Y-119233576D01* -X79115929Y-119228167D01* -X79119229Y-119220431D01* -X79122975Y-119212993D01* -X79127167Y-119205854D01* -X79131804Y-119199014D01* -X79136887Y-119192473D01* -X79142415Y-119186230D01* -X79148390Y-119180286D01* -X79154809Y-119174642D01* -X79161675Y-119169296D01* -X79166499Y-119165898D01* -X79171522Y-119162632D01* -X79174108Y-119161050D01* -X79179362Y-119157997D01* -X79184684Y-119155142D01* -X79190074Y-119152483D01* -X79195531Y-119150022D01* -X79201055Y-119147757D01* -X79206648Y-119145690D01* -X79212307Y-119143819D01* -X79218035Y-119142145D01* -X79223830Y-119140668D01* -X79229692Y-119139388D01* -X79235622Y-119138305D01* -X79241619Y-119137419D01* -X79247684Y-119136730D01* -X79253817Y-119136237D01* -X79260017Y-119135942D01* -X79266285Y-119135844D01* -X79274356Y-119136006D01* -X79282268Y-119136494D01* -X79290018Y-119137307D01* -X79297609Y-119138445D01* -X79305039Y-119139908D01* -X79312309Y-119141696D01* -X79319419Y-119143810D01* -X79326369Y-119146248D01* -X79333158Y-119149012D01* -X79339787Y-119152101D01* -X79346255Y-119155515D01* -X79352564Y-119159254D01* -X79358712Y-119163319D01* -X79364700Y-119167708D01* -X79370527Y-119172423D01* -X79376194Y-119177463D01* -X79381636Y-119182842D01* -X79386826Y-119188575D01* -X79391762Y-119194662D01* -X79396445Y-119201102D01* -X79400875Y-119207897D01* -X79405052Y-119215045D01* -X79408976Y-119222547D01* -X79412647Y-119230402D01* -X79416066Y-119238612D01* -X79419231Y-119247175D01* -X79422143Y-119256092D01* -X79424802Y-119265363D01* -X79427208Y-119274987D01* -X79429361Y-119284965D01* -X79431260Y-119295297D01* -X79432907Y-119305983D01* -X79435787Y-119300181D01* -X79438657Y-119294644D01* -X79441516Y-119289372D01* -X79445313Y-119282756D01* -X79449091Y-119276611D01* -X79452851Y-119270938D01* -X79456592Y-119265737D01* -X79460315Y-119261007D01* -X79463096Y-119257770D01* -X79467207Y-119253406D01* -X79471442Y-119249073D01* -X79475802Y-119244769D01* -X79480287Y-119240496D01* -X79484897Y-119236251D01* -X79489632Y-119232037D01* -X79494492Y-119227853D01* -X79499476Y-119223698D01* -X79504585Y-119219573D01* -X79509819Y-119215477D01* -X79515177Y-119211412D01* -X79520661Y-119207376D01* -X79526269Y-119203370D01* -X79532002Y-119199394D01* -X79537860Y-119195448D01* -X79543842Y-119191531D01* -X79709000Y-119086311D01* -X79709000Y-119186988D01* +X98012310Y-129576000D01* +X98013052Y-129589767D01* +X98014054Y-129602981D01* +X98015318Y-129615642D01* +X98016844Y-129627749D01* +X98018631Y-129639303D01* +X98020679Y-129650303D01* +X98022989Y-129660751D01* +X98025560Y-129670644D01* +X98029907Y-129684447D01* +X98034843Y-129697005D01* +X98040366Y-129708318D01* +X98046478Y-129718386D01* +X98053177Y-129727209D01* +X98055541Y-129729873D01* +X98063035Y-129737293D01* +X98071043Y-129743984D01* +X98079567Y-129749945D01* +X98088606Y-129755175D01* +X98098160Y-129759676D01* +X98108229Y-129763447D01* +X98118814Y-129766488D01* +X98129913Y-129768799D01* +X98141528Y-129770381D01* +X98153658Y-129771232D01* +X98162031Y-129771394D01* +X98174392Y-129771032D01* +X98186318Y-129769944D01* +X98197809Y-129768132D01* +X98208865Y-129765594D01* +X98219485Y-129762331D01* +X98229671Y-129758343D01* +X98239422Y-129753630D01* +X98248737Y-129748191D01* +X98257481Y-129742131D01* +X98265514Y-129735552D01* +X98272837Y-129728454D01* +X98279451Y-129720836D01* +X98285355Y-129712700D01* +X98290549Y-129704045D01* +X98295033Y-129694870D01* +X98298807Y-129685177D01* +X98302013Y-129674422D01* +X98304791Y-129662187D01* +X98306594Y-129652039D01* +X98308157Y-129641058D01* +X98309479Y-129629245D01* +X98310561Y-129616598D01* +X98311403Y-129603118D01* +X98312004Y-129588806D01* +X98312271Y-129578801D01* +X98312431Y-129568427D01* +X98312485Y-129557682D01* +X98312485Y-128856949D01* +X98445841Y-128856949D01* +X98445841Y-129548157D01* +X98445722Y-129563840D01* +X98445364Y-129579076D01* +X98444768Y-129593866D01* +X98443933Y-129608210D01* +X98442860Y-129622107D01* +X98441548Y-129635557D01* +X98439998Y-129648561D01* +X98438209Y-129661119D01* +X98436181Y-129673230D01* +X98433915Y-129684894D01* +X98431411Y-129696112D01* +X98428668Y-129706884D01* +X98425687Y-129717209D01* +X98422467Y-129727087D01* +X98419008Y-129736519D01* +X98415311Y-129745505D01* +X98409271Y-129758310D01* +X98402600Y-129770532D01* +X98395298Y-129782170D01* +X98387364Y-129793224D01* +X98378800Y-129803694D01* +X98369604Y-129813580D01* +X98359777Y-129822882D01* +X98349320Y-129831600D01* +X98338231Y-129839735D01* +X98326511Y-129847285D01* +X98318347Y-129851995D01* +X98305732Y-129858542D01* +X98292710Y-129864445D01* +X98279279Y-129869705D01* +X98265441Y-129874320D01* +X98255989Y-129877039D01* +X98246356Y-129879472D01* +X98236541Y-129881619D01* +X98226546Y-129883479D01* +X98216369Y-129885053D01* +X98206010Y-129886341D01* +X98195470Y-129887343D01* +X98184750Y-129888059D01* +X98173847Y-129888488D01* +X98162764Y-129888631D01* +X98146429Y-129888340D01* +X98130581Y-129887467D01* +X98115220Y-129886012D01* +X98100345Y-129883975D01* +X98085956Y-129881356D01* +X98072054Y-129878155D01* +X98058639Y-129874372D01* +X98045711Y-129870008D01* +X98033268Y-129865061D01* +X98021313Y-129859532D01* +X98009844Y-129853421D01* +X97998862Y-129846728D01* +X97988366Y-129839453D01* +X97978357Y-129831597D01* +X97968834Y-129823158D01* +X97959798Y-129814137D01* +X97951291Y-129804542D01* +X97943354Y-129794380D01* +X97935987Y-129783651D01* +X97929191Y-129772356D01* +X97922966Y-129760494D01* +X97917311Y-129748065D01* +X97912227Y-129735070D01* +X97907713Y-129721508D01* +X97903770Y-129707379D01* +X97900397Y-129692683D01* +X97897595Y-129677421D01* +X97895364Y-129661592D01* +X97893703Y-129645196D01* +X97892612Y-129628234D01* +X97892092Y-129610705D01* +X97892143Y-129592609D01* G37* G36* -X79638658Y-118654148D02* +X99075255Y-129873000D02* G01* -X79709000Y-118654148D01* -X79709000Y-119053631D01* -X79702327Y-119053657D01* -X79695719Y-119053366D01* -X79689175Y-119052759D01* -X79682695Y-119051836D01* -X79676279Y-119050598D01* -X79669927Y-119049043D01* -X79663639Y-119047172D01* -X79657415Y-119044985D01* -X79649761Y-119041940D01* -X79642129Y-119038576D01* -X79634521Y-119034893D01* -X79626936Y-119030889D01* -X79619374Y-119026567D01* -X79614346Y-119023508D01* -X79609328Y-119020307D01* -X79604320Y-119016964D01* -X79599323Y-119013479D01* -X79594336Y-119009852D01* -X79589359Y-119006083D01* -X79584392Y-119002172D01* -X79579436Y-118998119D01* -X79576962Y-118996039D01* -X79571949Y-118991727D01* -X79566841Y-118987182D01* -X79561636Y-118982403D01* -X79556336Y-118977391D01* -X79550939Y-118972145D01* -X79545445Y-118966666D01* -X79539856Y-118960953D01* -X79534170Y-118955006D01* -X79528389Y-118948826D01* -X79522511Y-118942412D01* -X79516537Y-118935765D01* -X79510467Y-118928884D01* -X79504300Y-118921770D01* -X79498038Y-118914422D01* -X79491679Y-118906841D01* -X79485224Y-118899026D01* -X79480165Y-118892933D01* -X79475172Y-118886966D01* -X79470244Y-118881123D01* -X79465383Y-118875404D01* -X79460588Y-118869811D01* -X79455860Y-118864343D01* -X79451197Y-118858999D01* -X79446600Y-118853780D01* -X79442070Y-118848686D01* -X79437605Y-118843716D01* -X79433207Y-118838872D01* -X79428875Y-118834152D01* -X79424609Y-118829557D01* -X79420409Y-118825087D01* -X79416275Y-118820741D01* -X79408206Y-118812425D01* -X79400402Y-118804607D01* -X79392861Y-118797289D01* -X79385586Y-118790470D01* -X79378574Y-118784151D01* -X79371827Y-118778330D01* -X79365345Y-118773008D01* -X79359127Y-118768186D01* -X79356117Y-118765962D01* -X79350184Y-118761757D01* -X79344291Y-118757822D01* -X79338437Y-118754159D01* -X79332624Y-118750767D01* -X79326851Y-118747647D01* -X79321118Y-118744798D01* -X79315425Y-118742220D01* -X79309772Y-118739914D01* -X79304160Y-118737879D01* -X79295815Y-118735335D01* -X79287562Y-118733402D01* -X79279398Y-118732079D01* -X79271324Y-118731367D01* -X79265992Y-118731231D01* -X79257762Y-118731509D01* -X79249780Y-118732344D01* -X79242045Y-118733735D01* -X79234558Y-118735682D01* -X79227317Y-118738186D01* -X79220325Y-118741246D01* -X79213579Y-118744863D01* -X79207080Y-118749036D01* -X79200829Y-118753766D01* -X79194826Y-118759052D01* -X79190960Y-118762885D01* -X79185487Y-118768960D01* -X79180552Y-118775370D01* -X79176155Y-118782115D01* -X79172296Y-118789194D01* -X79168976Y-118796609D01* -X79166195Y-118804358D01* -X79163952Y-118812443D01* -X79162247Y-118820862D01* -X79161080Y-118829616D01* -X79160602Y-118835638D01* -X79160362Y-118841809D01* -X79160332Y-118844950D01* -X79160463Y-118851571D01* -X79160857Y-118858025D01* -X79161512Y-118864312D01* -X79162430Y-118870431D01* -X79163610Y-118876383D01* -X79165052Y-118882168D01* -X79166756Y-118887786D01* -X79169804Y-118895900D01* -X79173441Y-118903637D01* -X79177669Y-118910999D01* -X79182487Y-118917984D01* -X79187894Y-118924593D01* -X79193891Y-118930826D01* -X79200412Y-118936566D01* -X79207388Y-118941748D01* -X79214820Y-118946375D01* -X79220028Y-118949150D01* -X79225439Y-118951678D01* -X79231052Y-118953959D01* -X79236868Y-118955992D01* -X79242887Y-118957778D01* -X79249108Y-118959317D01* -X79255532Y-118960608D01* -X79262159Y-118961652D01* -X79268988Y-118962449D01* -X79276020Y-118962999D01* -X79283255Y-118963301D01* -X79286948Y-118963359D01* -X79278888Y-119039563D01* -X79268097Y-119038423D01* -X79257632Y-119036944D01* -X79247493Y-119035126D01* -X79237681Y-119032969D01* -X79228195Y-119030473D01* -X79219035Y-119027638D01* -X79210202Y-119024464D01* -X79201695Y-119020952D01* -X79193514Y-119017100D01* -X79185660Y-119012910D01* -X79178131Y-119008381D01* -X79170929Y-119003513D01* -X79164054Y-118998306D01* -X79157504Y-118992760D01* -X79151281Y-118986875D01* -X79145385Y-118980652D01* -X79139813Y-118974122D01* -X79134600Y-118967318D01* -X79129747Y-118960241D01* -X79125253Y-118952890D01* -X79121119Y-118945266D01* -X79117344Y-118937368D01* -X79113929Y-118929196D01* -X79110873Y-118920751D01* -X79108177Y-118912032D01* -X79105840Y-118903040D01* -X79103863Y-118893774D01* -X79102245Y-118884234D01* -X79100987Y-118874420D01* -X79100088Y-118864333D01* -X79099549Y-118853973D01* -X79099369Y-118843338D01* -X79099559Y-118832617D01* -X79100127Y-118822179D01* -X79101075Y-118812023D01* -X79102401Y-118802150D01* -X79104106Y-118792560D01* -X79106191Y-118783252D01* -X79108654Y-118774228D01* -X79111496Y-118765486D01* -X79114717Y-118757027D01* -X79118317Y-118748851D01* -X79122296Y-118740957D01* -X79126654Y-118733347D01* -X79131391Y-118726019D01* -X79136507Y-118718974D01* -X79142002Y-118712211D01* -X79147876Y-118705732D01* -X79154030Y-118699592D01* -X79160364Y-118693848D01* -X79166880Y-118688500D01* -X79173576Y-118683549D01* -X79180454Y-118678993D01* -X79187512Y-118674834D01* -X79194751Y-118671070D01* -X79202171Y-118667703D01* -X79209772Y-118664732D01* -X79217554Y-118662158D01* -X79225517Y-118659979D01* -X79233660Y-118658196D01* -X79241985Y-118656810D01* -X79250490Y-118655819D01* -X79259176Y-118655225D01* -X79268043Y-118655027D01* -X79274875Y-118655157D01* -X79281686Y-118655548D01* -X79288476Y-118656198D01* -X79295246Y-118657109D01* -X79301995Y-118658279D01* -X79308724Y-118659710D01* -X79315432Y-118661401D01* -X79322119Y-118663353D01* -X79328786Y-118665564D01* -X79335432Y-118668036D01* -X79339851Y-118669828D01* -X79346479Y-118672776D01* -X79353174Y-118676069D01* -X79359936Y-118679707D01* -X79366765Y-118683691D01* -X79373661Y-118688019D01* -X79380624Y-118692693D01* -X79387654Y-118697712D01* -X79392377Y-118701249D01* -X79397131Y-118704941D01* -X79401914Y-118708785D01* -X79406728Y-118712783D01* -X79411570Y-118716934D01* -X79414003Y-118719068D01* -X79418989Y-118723550D01* -X79424202Y-118728389D01* -X79429641Y-118733584D01* -X79435307Y-118739135D01* -X79441200Y-118745042D01* -X79447319Y-118751305D01* -X79453665Y-118757925D01* -X79460238Y-118764900D01* -X79467038Y-118772231D01* -X79474064Y-118779918D01* -X79481317Y-118787962D01* -X79488796Y-118796361D01* -X79496502Y-118805117D01* -X79500441Y-118809628D01* -X79504435Y-118814228D01* -X79508487Y-118818918D01* -X79512595Y-118823696D01* -X79516760Y-118828563D01* -X79520981Y-118833520D01* -X79527928Y-118841669D01* -X79534589Y-118849445D01* -X79540966Y-118856850D01* -X79547057Y-118863882D01* -X79552864Y-118870543D01* -X79558385Y-118876831D01* -X79563621Y-118882747D01* -X79568572Y-118888291D01* -X79573238Y-118893463D01* -X79577619Y-118898263D01* -X79581715Y-118902691D01* -X79587324Y-118908635D01* -X79592292Y-118913742D01* -X79596618Y-118918012D01* -X79597918Y-118919249D01* -X79602978Y-118923872D01* -X79608048Y-118928289D01* -X79613127Y-118932500D01* -X79618214Y-118936505D01* -X79623311Y-118940304D01* -X79628418Y-118943896D01* -X79633533Y-118947283D01* -X79638658Y-118950463D01* -X79638658Y-118654148D01* +X98951668Y-129873000D01* +X98951668Y-129081164D01* +X98943043Y-129089270D01* +X98933928Y-129097376D01* +X98924324Y-129105482D01* +X98914230Y-129113587D01* +X98903647Y-129121693D01* +X98892575Y-129129799D01* +X98881013Y-129137905D01* +X98868962Y-129146011D01* +X98860655Y-129151415D01* +X98852132Y-129156818D01* +X98843390Y-129162222D01* +X98834432Y-129167626D01* +X98825422Y-129172916D01* +X98816529Y-129178037D01* +X98807753Y-129182991D01* +X98799093Y-129187776D01* +X98786321Y-129194640D01* +X98773811Y-129201126D01* +X98761563Y-129207234D01* +X98749576Y-129212964D01* +X98737852Y-129218316D01* +X98726390Y-129223291D01* +X98715189Y-129227887D01* +X98704250Y-129232106D01* +X98704250Y-129107054D01* +X98717124Y-129100930D01* +X98729793Y-129094647D01* +X98742258Y-129088206D01* +X98754519Y-129081607D01* +X98766575Y-129074849D01* +X98778428Y-129067933D01* +X98790076Y-129060859D01* +X98801520Y-129053626D01* +X98812760Y-129046235D01* +X98823796Y-129038685D01* +X98834627Y-129030977D01* +X98845255Y-129023111D01* +X98855678Y-129015086D01* +X98865897Y-129006903D01* +X98875912Y-128998561D01* +X98885723Y-128990062D01* +X98895254Y-128981499D01* +X98904430Y-128972968D01* +X98913252Y-128964470D01* +X98921718Y-128956005D01* +X98929830Y-128947572D01* +X98937586Y-128939171D01* +X98944988Y-128930803D01* +X98952035Y-128922467D01* +X98958727Y-128914164D01* +X98965063Y-128905893D01* +X98971046Y-128897655D01* +X98976673Y-128889449D01* +X98984448Y-128877201D01* +X98991425Y-128865025D01* +X98995632Y-128856949D01* +X99075255Y-128856949D01* +X99075255Y-129873000D01* G37* G36* -X79549558Y-118576918D02* +X99388130Y-129607263D02* G01* -X79542963Y-118498956D01* -X79549979Y-118497786D01* -X79556773Y-118496437D01* -X79563346Y-118494910D01* -X79569699Y-118493204D01* -X79575830Y-118491320D01* -X79581741Y-118489256D01* -X79587430Y-118487015D01* -X79592899Y-118484595D01* -X79600687Y-118480629D01* -X79607979Y-118476262D01* -X79614773Y-118471493D01* -X79621070Y-118466322D01* -X79626870Y-118460749D01* -X79628692Y-118458802D01* -X79633826Y-118452780D01* -X79638454Y-118446529D01* -X79642577Y-118440048D01* -X79646196Y-118433338D01* -X79649309Y-118426399D01* -X79651918Y-118419230D01* -X79654021Y-118411832D01* -X79655620Y-118404205D01* -X79656714Y-118396349D01* -X79657303Y-118388263D01* -X79657415Y-118382745D01* -X79657254Y-118376123D01* -X79656770Y-118369629D01* -X79655963Y-118363264D01* -X79654833Y-118357026D01* -X79653380Y-118350917D01* -X79651604Y-118344936D01* -X79649505Y-118339084D01* -X79647084Y-118333359D01* -X79644340Y-118327763D01* -X79641272Y-118322295D01* -X79637882Y-118316955D01* -X79634170Y-118311744D01* -X79630134Y-118306661D01* -X79625775Y-118301705D01* -X79621094Y-118296879D01* -X79616090Y-118292180D01* -X79610819Y-118287673D01* -X79605339Y-118283456D01* -X79599649Y-118279530D01* -X79593750Y-118275895D01* -X79587642Y-118272551D01* -X79581324Y-118269497D01* -X79574796Y-118266735D01* -X79568059Y-118264263D01* -X79561113Y-118262082D01* -X79553956Y-118260192D01* -X79546591Y-118258592D01* -X79539016Y-118257284D01* -X79531231Y-118256266D01* -X79523237Y-118255539D01* -X79515033Y-118255103D01* -X79506620Y-118254957D01* -X79498612Y-118255097D01* -X79490818Y-118255516D01* -X79483238Y-118256214D01* -X79475873Y-118257192D01* -X79468721Y-118258449D01* -X79461784Y-118259986D01* -X79455060Y-118261802D01* -X79448551Y-118263897D01* -X79442256Y-118266271D01* -X79436175Y-118268925D01* -X79430308Y-118271858D01* -X79424655Y-118275071D01* -X79419216Y-118278563D01* -X79413992Y-118282334D01* -X79408981Y-118286385D01* -X79404184Y-118290715D01* -X79399642Y-118295252D01* -X79395392Y-118299963D01* -X79391435Y-118304846D01* -X79387771Y-118309903D01* -X79384401Y-118315132D01* -X79381323Y-118320534D01* -X79378539Y-118326109D01* -X79376048Y-118331857D01* -X79373849Y-118337778D01* -X79371944Y-118343872D01* -X79370332Y-118350138D01* -X79369013Y-118356578D01* -X79367988Y-118363190D01* -X79367255Y-118369975D01* -X79366815Y-118376933D01* -X79366669Y-118384064D01* -X79366818Y-118390708D01* -X79367266Y-118397231D01* -X79368013Y-118403633D01* -X79369059Y-118409913D01* -X79370404Y-118416073D01* -X79372047Y-118422112D01* -X79373990Y-118428029D01* -X79376231Y-118433826D01* -X79378771Y-118439501D01* -X79381610Y-118445055D01* -X79383668Y-118448691D01* -X79386918Y-118453996D01* -X79390348Y-118459084D01* -X79393959Y-118463956D01* -X79397750Y-118468612D01* -X79401721Y-118473051D01* -X79405873Y-118477274D01* -X79410205Y-118481281D01* -X79414717Y-118485071D01* -X79419410Y-118488645D01* -X79424283Y-118492002D01* -X79427632Y-118494120D01* -X79418546Y-118563729D01* -X79108748Y-118505257D01* -X79108748Y-118204692D01* -X79179090Y-118204692D01* -X79179090Y-118445906D01* -X79341463Y-118478440D01* -X79337133Y-118471605D01* -X79333082Y-118464731D01* -X79329311Y-118457816D01* -X79325819Y-118450862D01* -X79322607Y-118443867D01* -X79319673Y-118436832D01* -X79317019Y-118429757D01* -X79314645Y-118422642D01* -X79312550Y-118415487D01* -X79310734Y-118408292D01* -X79309198Y-118401057D01* -X79307941Y-118393782D01* -X79306963Y-118386467D01* -X79306264Y-118379111D01* -X79305845Y-118371716D01* -X79305706Y-118364280D01* -X79305921Y-118354485D01* -X79306567Y-118344884D01* -X79307643Y-118335476D01* -X79309150Y-118326261D01* -X79311087Y-118317240D01* -X79313454Y-118308412D01* -X79316252Y-118299778D01* -X79319481Y-118291337D01* -X79323140Y-118283090D01* -X79327230Y-118275036D01* -X79331750Y-118267176D01* -X79336700Y-118259509D01* -X79342081Y-118252036D01* -X79347893Y-118244756D01* -X79354134Y-118237670D01* -X79360807Y-118230777D01* -X79367800Y-118224176D01* -X79375040Y-118218000D01* -X79382528Y-118212251D01* -X79390263Y-118206927D01* -X79398245Y-118202029D01* -X79406474Y-118197557D01* -X79414951Y-118193511D01* -X79423675Y-118189891D01* -X79432646Y-118186697D01* -X79441865Y-118183929D01* -X79451331Y-118181586D01* -X79461044Y-118179670D01* -X79471005Y-118178179D01* -X79481213Y-118177114D01* -X79491668Y-118176475D01* -X79502370Y-118176262D01* -X79512577Y-118176449D01* -X79522609Y-118177009D01* -X79532466Y-118177942D01* -X79542148Y-118179248D01* -X79551655Y-118180928D01* -X79560986Y-118182981D01* -X79570142Y-118185407D01* -X79579123Y-118188206D01* -X79587929Y-118191378D01* -X79596560Y-118194924D01* -X79605016Y-118198843D01* -X79613296Y-118203135D01* -X79621401Y-118207801D01* -X79629331Y-118212839D01* -X79637086Y-118218251D01* -X79644666Y-118224036D01* -X79653592Y-118231474D01* -X79661942Y-118239243D01* -X79669717Y-118247342D01* -X79676915Y-118255773D01* -X79683538Y-118264534D01* -X79689584Y-118273626D01* -X79695055Y-118283049D01* -X79699950Y-118292803D01* -X79704269Y-118302888D01* -X79708013Y-118313303D01* -X79711180Y-118324050D01* -X79713771Y-118335127D01* -X79715787Y-118346535D01* -X79716579Y-118352363D01* -X79717227Y-118358274D01* -X79717731Y-118364268D01* -X79718090Y-118370344D01* -X79718306Y-118376503D01* -X79718378Y-118382745D01* -X79718198Y-118392940D01* -X79717657Y-118402898D01* -X79716756Y-118412618D01* -X79715493Y-118422102D01* -X79713870Y-118431349D01* -X79711887Y-118440358D01* -X79709543Y-118449131D01* -X79706838Y-118457667D01* -X79703773Y-118465965D01* -X79700346Y-118474027D01* -X79696560Y-118481852D01* -X79692412Y-118489440D01* -X79687904Y-118496790D01* -X79683036Y-118503904D01* -X79677806Y-118510781D01* -X79672217Y-118517421D01* -X79666311Y-118523750D01* -X79660170Y-118529731D01* -X79653795Y-118535363D01* -X79647185Y-118540648D01* -X79640340Y-118545585D01* -X79633261Y-118550174D01* -X79625946Y-118554414D01* -X79618398Y-118558307D01* -X79610614Y-118561852D01* -X79602596Y-118565048D01* -X79594343Y-118567897D01* -X79585855Y-118570397D01* -X79577133Y-118572549D01* -X79568176Y-118574354D01* -X79558984Y-118575810D01* -X79549558Y-118576918D01* +X99518067Y-129596272D01* +X99520018Y-129607965D01* +X99522265Y-129619288D01* +X99524811Y-129630244D01* +X99527654Y-129640831D01* +X99530795Y-129651050D01* +X99534233Y-129660901D01* +X99537969Y-129670384D01* +X99542003Y-129679498D01* +X99548612Y-129692479D01* +X99555891Y-129704631D01* +X99563839Y-129715955D01* +X99572457Y-129726450D01* +X99581745Y-129736116D01* +X99584990Y-129739154D01* +X99595027Y-129747710D01* +X99605446Y-129755423D01* +X99616248Y-129762295D01* +X99627431Y-129768326D01* +X99638997Y-129773515D01* +X99650944Y-129777863D01* +X99663274Y-129781369D01* +X99675986Y-129784034D01* +X99689080Y-129785857D01* +X99702556Y-129786839D01* +X99711752Y-129787026D01* +X99722789Y-129786757D01* +X99733612Y-129785950D01* +X99744221Y-129784605D01* +X99754617Y-129782721D01* +X99764799Y-129780300D01* +X99774767Y-129777340D01* +X99784521Y-129773843D01* +X99794062Y-129769807D01* +X99803389Y-129765233D01* +X99812502Y-129760121D01* +X99821402Y-129754471D01* +X99830088Y-129748283D01* +X99838560Y-129741557D01* +X99846818Y-129734292D01* +X99854863Y-129726490D01* +X99862694Y-129718150D01* +X99870206Y-129709365D01* +X99877234Y-129700232D01* +X99883777Y-129690749D01* +X99889836Y-129680918D01* +X99895409Y-129670737D01* +X99900498Y-129660207D01* +X99905103Y-129649327D01* +X99909222Y-129638099D01* +X99912857Y-129626521D01* +X99916008Y-129614594D01* +X99918673Y-129602318D01* +X99920854Y-129589693D01* +X99922551Y-129576719D01* +X99923762Y-129563395D01* +X99924489Y-129549722D01* +X99924732Y-129535700D01* +X99924499Y-129522354D01* +X99923801Y-129509364D01* +X99922637Y-129496731D01* +X99921007Y-129484455D01* +X99918912Y-129472536D01* +X99916351Y-129460973D01* +X99913325Y-129449768D01* +X99909833Y-129438919D01* +X99905875Y-129428427D01* +X99901452Y-129418292D01* +X99896564Y-129408514D01* +X99891209Y-129399092D01* +X99885390Y-129390027D01* +X99879104Y-129381320D01* +X99872353Y-129372969D01* +X99865137Y-129364974D01* +X99857574Y-129357403D01* +X99849723Y-129350320D01* +X99841583Y-129343725D01* +X99833156Y-129337619D01* +X99824441Y-129332002D01* +X99815437Y-129326872D01* +X99806145Y-129322232D01* +X99796565Y-129318080D01* +X99786697Y-129314416D01* +X99776541Y-129311241D01* +X99766097Y-129308554D01* +X99755365Y-129306356D01* +X99744344Y-129304646D01* +X99733035Y-129303425D01* +X99721439Y-129302692D01* +X99709554Y-129302448D01* +X99698481Y-129302697D01* +X99687609Y-129303444D01* +X99676940Y-129304689D01* +X99666472Y-129306432D01* +X99656206Y-129308674D01* +X99646141Y-129311413D01* +X99636279Y-129314650D01* +X99626618Y-129318385D01* +X99617159Y-129322618D01* +X99607902Y-129327350D01* +X99601843Y-129330780D01* +X99593001Y-129336197D01* +X99584521Y-129341914D01* +X99576400Y-129347932D01* +X99568641Y-129354251D01* +X99561242Y-129360869D01* +X99554204Y-129367789D01* +X99547526Y-129375009D01* +X99541209Y-129382529D01* +X99535253Y-129390350D01* +X99529658Y-129398472D01* +X99526127Y-129404053D01* +X99410112Y-129388910D01* +X99507565Y-128872581D01* +X100008507Y-128872581D01* +X100008507Y-128989817D01* +X99606483Y-128989817D01* +X99552261Y-129260438D01* +X99563652Y-129253222D01* +X99575110Y-129246471D01* +X99586634Y-129240185D01* +X99598225Y-129234366D01* +X99609883Y-129229011D01* +X99621607Y-129224123D01* +X99633399Y-129219699D01* +X99645257Y-129215742D01* +X99657182Y-129212250D01* +X99669174Y-129209224D01* +X99681232Y-129206663D01* +X99693357Y-129204568D01* +X99705550Y-129202938D01* +X99717808Y-129201774D01* +X99730134Y-129201076D01* +X99742527Y-129200843D01* +X99758852Y-129201202D01* +X99774854Y-129202278D01* +X99790535Y-129204072D01* +X99805892Y-129206583D01* +X99820928Y-129209811D01* +X99835640Y-129213758D01* +X99850031Y-129218421D01* +X99864099Y-129223802D01* +X99877844Y-129229900D01* +X99891267Y-129236716D01* +X99904367Y-129244250D01* +X99917145Y-129252501D01* +X99929600Y-129261469D01* +X99941733Y-129271155D01* +X99953544Y-129281558D01* +X99965032Y-129292678D01* +X99976034Y-129304333D01* +X99986327Y-129316401D01* +X99995909Y-129328880D01* +X100004782Y-129341771D01* +X100012945Y-129355075D01* +X100020399Y-129368791D01* +X100027142Y-129382919D01* +X100033176Y-129397459D01* +X100038499Y-129412411D01* +X100043113Y-129427775D01* +X100047017Y-129443552D01* +X100050212Y-129459741D01* +X100052696Y-129476341D01* +X100054471Y-129493355D01* +X100055535Y-129510780D01* +X100055890Y-129528617D01* +X100055579Y-129545629D01* +X100054646Y-129562349D01* +X100053091Y-129578778D01* +X100050914Y-129594914D01* +X100048114Y-129610758D01* +X100044693Y-129626310D01* +X100040650Y-129641571D01* +X100035984Y-129656539D01* +X100030697Y-129671216D01* +X100024787Y-129685600D01* +X100018256Y-129699693D01* +X100011102Y-129713494D01* +X100003326Y-129727002D01* +X99994929Y-129740219D01* +X99985909Y-129753144D01* +X99976267Y-129765777D01* +X99963871Y-129780654D01* +X99950923Y-129794571D01* +X99937424Y-129807528D01* +X99923373Y-129819526D01* +X99908771Y-129830563D01* +X99893618Y-129840641D01* +X99877913Y-129849759D01* +X99861656Y-129857918D01* +X99844848Y-129865116D01* +X99827489Y-129871355D01* +X99809578Y-129876634D01* +X99791116Y-129880953D01* +X99772102Y-129884312D01* +X99762388Y-129885632D01* +X99752537Y-129886711D01* +X99742547Y-129887551D01* +X99732420Y-129888151D01* +X99722155Y-129888511D01* +X99711752Y-129888631D01* +X99694761Y-129888331D01* +X99678165Y-129887429D01* +X99661964Y-129885926D01* +X99646158Y-129883823D01* +X99630746Y-129881118D01* +X99615730Y-129877812D01* +X99601109Y-129873905D01* +X99586883Y-129869397D01* +X99573052Y-129864288D01* +X99559615Y-129858578D01* +X99546574Y-129852267D01* +X99533928Y-129845354D01* +X99521677Y-129837841D01* +X99509820Y-129829727D01* +X99498359Y-129821011D01* +X99487293Y-129811695D01* +X99476745Y-129801851D01* +X99466776Y-129791617D01* +X99457388Y-129780992D01* +X99448580Y-129769975D01* +X99440352Y-129758567D01* +X99432705Y-129746768D01* +X99425637Y-129734578D01* +X99419149Y-129721996D01* +X99413241Y-129709024D01* +X99407914Y-129695660D01* +X99403166Y-129681905D01* +X99398999Y-129667759D01* +X99395412Y-129653222D01* +X99392405Y-129638294D01* +X99389977Y-129622974D01* +X99388130Y-129607263D01* G37* -D14* +D15* G36* X83461285Y-70356294D02* G01* @@ -64204,825 +66364,825 @@ X72821176Y-71929369D01* X72868950Y-71929369D01* X72868950Y-72539000D01* G37* -D15* +D16* G36* -X113009959Y-87155284D02* +X113131959Y-87213284D02* G01* -X113089973Y-87175508D01* -X113088359Y-87181708D01* -X113086666Y-87187815D01* -X113084894Y-87193830D01* -X113083044Y-87199752D01* -X113081116Y-87205581D01* -X113079109Y-87211317D01* -X113077024Y-87216961D01* -X113074861Y-87222512D01* -X113072619Y-87227970D01* -X113067899Y-87238609D01* -X113062867Y-87248876D01* -X113057520Y-87258772D01* -X113051860Y-87268298D01* -X113045886Y-87277452D01* -X113039598Y-87286236D01* -X113032996Y-87294649D01* -X113026081Y-87302690D01* -X113018852Y-87310361D01* -X113011310Y-87317661D01* -X113003454Y-87324590D01* -X112999408Y-87327915D01* -X112991142Y-87334268D01* -X112982649Y-87340211D01* -X112973928Y-87345744D01* -X112964979Y-87350868D01* -X112955802Y-87355581D01* -X112946397Y-87359885D01* -X112936765Y-87363779D01* -X112926904Y-87367263D01* -X112916816Y-87370337D01* -X112906500Y-87373001D01* -X112895956Y-87375255D01* -X112885185Y-87377099D01* -X112874185Y-87378534D01* -X112862958Y-87379559D01* -X112851503Y-87380173D01* -X112839820Y-87380378D01* -X112833746Y-87380339D01* -X112827744Y-87380222D01* -X112821813Y-87380027D01* -X112815953Y-87379753D01* -X112804448Y-87378972D01* -X112793227Y-87377878D01* -X112782292Y-87376471D01* -X112771642Y-87374752D01* -X112761276Y-87372721D01* -X112751196Y-87370377D01* -X112741401Y-87367720D01* -X112731891Y-87364751D01* -X112722666Y-87361469D01* -X112713726Y-87357875D01* -X112705071Y-87353968D01* -X112696702Y-87349748D01* -X112688617Y-87345216D01* -X112680818Y-87340371D01* -X112673293Y-87335231D01* -X112665996Y-87329811D01* -X112658927Y-87324112D01* -X112652085Y-87318133D01* -X112645472Y-87311875D01* -X112639086Y-87305338D01* -X112632929Y-87298521D01* -X112626999Y-87291425D01* -X112621297Y-87284050D01* -X112615822Y-87276395D01* -X112610576Y-87268461D01* -X112605557Y-87260248D01* -X112600766Y-87251755D01* -X112596203Y-87242983D01* -X112591868Y-87233931D01* -X112587761Y-87224600D01* -X112583893Y-87215068D01* -X112580274Y-87205449D01* -X112576904Y-87195742D01* -X112573784Y-87185949D01* -X112570914Y-87176069D01* -X112568293Y-87166101D01* -X112565922Y-87156047D01* -X112563801Y-87145905D01* -X112561929Y-87135677D01* -X112560307Y-87125361D01* -X112558934Y-87114959D01* -X112557811Y-87104469D01* -X112556937Y-87093893D01* -X112556313Y-87083230D01* -X112555939Y-87072479D01* -X112555814Y-87061642D01* -X112555849Y-87055730D01* -X112555955Y-87049866D01* -X112556377Y-87038281D01* -X112557082Y-87026886D01* -X112558067Y-87015681D01* -X112559335Y-87004666D01* -X112560884Y-86993841D01* -X112562714Y-86983206D01* -X112564827Y-86972762D01* -X112567221Y-86962507D01* -X112569896Y-86952442D01* -X112572853Y-86942567D01* -X112576092Y-86932883D01* -X112579613Y-86923388D01* -X112583415Y-86914084D01* -X112587499Y-86904969D01* -X112591864Y-86896045D01* -X112596490Y-86887348D01* -X112601353Y-86878917D01* -X112606455Y-86870752D01* -X112611795Y-86862852D01* -X112617372Y-86855218D01* -X112623189Y-86847850D01* -X112629243Y-86840747D01* -X112635535Y-86833909D01* -X112642065Y-86827338D01* -X112648834Y-86821032D01* -X112655841Y-86814991D01* -X112663086Y-86809217D01* -X112670569Y-86803707D01* -X112678290Y-86798464D01* -X112686249Y-86793486D01* -X112694446Y-86788773D01* -X112702833Y-86784319D01* -X112711322Y-86780152D01* -X112719914Y-86776273D01* -X112728610Y-86772681D01* -X112737408Y-86769376D01* -X112746310Y-86766359D01* -X112755314Y-86763629D01* -X112764422Y-86761186D01* -X112773633Y-86759031D01* -X112782946Y-86757163D01* -X112792363Y-86755583D01* -X112801883Y-86754289D01* -X112811505Y-86753284D01* -X112821231Y-86752565D01* -X112831060Y-86752134D01* -X112840992Y-86751990D01* -X112852218Y-86752173D01* -X112863219Y-86752721D01* -X112873994Y-86753634D01* -X112884544Y-86754912D01* -X112894868Y-86756556D01* -X112904966Y-86758564D01* -X112914839Y-86760938D01* -X112924486Y-86763677D01* -X112933908Y-86766782D01* -X112943105Y-86770251D01* -X112952075Y-86774086D01* -X112960821Y-86778286D01* -X112969340Y-86782851D01* -X112977634Y-86787782D01* -X112985703Y-86793078D01* -X112993546Y-86798739D01* -X113001130Y-86804731D01* -X113008421Y-86811021D01* -X113015418Y-86817609D01* -X113022123Y-86824494D01* -X113028534Y-86831677D01* -X113034652Y-86839158D01* -X113040477Y-86846936D01* -X113046010Y-86855012D01* -X113051249Y-86863386D01* -X113056194Y-86872057D01* -X113060847Y-86881026D01* -X113065207Y-86890293D01* -X113069274Y-86899857D01* -X113073047Y-86909719D01* -X113076528Y-86919879D01* -X113079715Y-86930337D01* -X113000873Y-86948948D01* -X112998180Y-86940665D01* -X112995337Y-86932668D01* -X112992345Y-86924957D01* -X112989205Y-86917532D01* -X112985915Y-86910394D01* -X112982477Y-86903542D01* -X112978890Y-86896976D01* -X112975155Y-86890696D01* -X112971270Y-86884702D01* -X112967237Y-86878995D01* -X112963054Y-86873574D01* -X112958723Y-86868439D01* -X112954243Y-86863591D01* -X112949614Y-86859028D01* -X112944837Y-86854752D01* -X112939910Y-86850762D01* -X112934829Y-86847036D01* -X112929588Y-86843549D01* -X112924187Y-86840304D01* -X112918625Y-86837298D01* -X112912903Y-86834533D01* -X112907020Y-86832009D01* -X112900977Y-86829725D01* -X112894774Y-86827681D01* -X112888411Y-86825878D01* -X112881887Y-86824315D01* -X112875204Y-86822993D01* -X112868359Y-86821911D01* -X112861355Y-86821070D01* -X112854190Y-86820468D01* -X112846865Y-86820108D01* -X112839380Y-86819988D01* -X112830768Y-86820119D01* -X112822333Y-86820514D01* -X112814075Y-86821173D01* -X112805995Y-86822094D01* -X112798093Y-86823279D01* -X112790367Y-86824727D01* -X112782820Y-86826439D01* -X112775449Y-86828414D01* -X112768257Y-86830652D01* -X112761241Y-86833154D01* -X112754404Y-86835919D01* -X112747743Y-86838947D01* -X112741260Y-86842239D01* -X112734955Y-86845793D01* -X112728827Y-86849612D01* -X112722876Y-86853693D01* -X112717141Y-86857996D01* -X112711622Y-86862479D01* -X112706319Y-86867142D01* -X112701233Y-86871984D01* -X112696363Y-86877006D01* -X112691710Y-86882208D01* -X112687273Y-86887589D01* -X112683052Y-86893151D01* -X112679048Y-86898892D01* -X112675260Y-86904812D01* -X112671689Y-86910913D01* -X112668334Y-86917193D01* -X112665195Y-86923653D01* -X112662273Y-86930293D01* -X112659567Y-86937113D01* -X112657077Y-86944112D01* -X112654788Y-86951215D01* -X112652646Y-86958347D01* -X112650653Y-86965508D01* -X112648807Y-86972697D01* -X112647108Y-86979915D01* -X112645557Y-86987162D01* -X112644154Y-86994437D01* -X112642899Y-87001741D01* -X112641791Y-87009073D01* -X112640831Y-87016434D01* -X112640019Y-87023824D01* -X112639354Y-87031242D01* -X112638837Y-87038689D01* -X112638468Y-87046165D01* -X112638247Y-87053669D01* -X112638173Y-87061202D01* -X112638260Y-87070852D01* -X112638523Y-87080347D01* -X112638961Y-87089687D01* -X112639574Y-87098873D01* -X112640362Y-87107905D01* -X112641326Y-87116782D01* -X112642464Y-87125504D01* -X112643778Y-87134072D01* -X112645267Y-87142485D01* -X112646931Y-87150744D01* -X112648770Y-87158848D01* -X112650785Y-87166797D01* -X112652974Y-87174592D01* -X112655339Y-87182233D01* -X112657879Y-87189718D01* -X112660594Y-87197050D01* -X112663512Y-87204172D01* -X112666623Y-87211065D01* -X112669928Y-87217732D01* -X112673426Y-87224170D01* -X112677118Y-87230380D01* -X112681003Y-87236363D01* -X112685082Y-87242118D01* -X112689354Y-87247645D01* -X112693820Y-87252944D01* -X112698479Y-87258015D01* -X112703331Y-87262858D01* -X112708377Y-87267474D01* -X112713617Y-87271862D01* -X112719050Y-87276022D01* -X112724677Y-87279954D01* -X112730497Y-87283658D01* -X112736462Y-87287136D01* -X112742488Y-87290390D01* -X112748575Y-87293420D01* -X112754722Y-87296225D01* -X112760931Y-87298805D01* -X112767199Y-87301161D01* -X112773529Y-87303293D01* -X112779919Y-87305200D01* -X112786370Y-87306883D01* -X112792882Y-87308342D01* -X112799454Y-87309576D01* -X112806087Y-87310586D01* -X112812780Y-87311371D01* -X112819535Y-87311932D01* -X112826350Y-87312269D01* -X112833225Y-87312381D01* -X112841535Y-87312227D01* -X112849684Y-87311763D01* -X112857673Y-87310990D01* -X112865502Y-87309908D01* -X112873170Y-87308517D01* -X112880678Y-87306817D01* -X112888026Y-87304808D01* -X112895214Y-87302489D01* -X112902241Y-87299862D01* -X112909108Y-87296925D01* -X112915815Y-87293679D01* -X112922362Y-87290125D01* -X112928748Y-87286261D01* -X112934974Y-87282087D01* -X112941039Y-87277605D01* -X112946945Y-87272814D01* -X112952652Y-87267718D01* -X112958123Y-87262322D01* -X112963359Y-87256626D01* -X112968359Y-87250631D01* -X112973122Y-87244335D01* -X112977651Y-87237739D01* -X112981943Y-87230843D01* -X112985999Y-87223648D01* -X112989820Y-87216152D01* -X112993404Y-87208357D01* -X112996753Y-87200261D01* -X112999866Y-87191866D01* -X113002743Y-87183170D01* -X113005384Y-87174175D01* -X113007790Y-87164880D01* -X113009959Y-87155284D01* +X113211973Y-87233508D01* +X113210359Y-87239708D01* +X113208666Y-87245815D01* +X113206894Y-87251830D01* +X113205044Y-87257752D01* +X113203116Y-87263581D01* +X113201109Y-87269317D01* +X113199024Y-87274961D01* +X113196861Y-87280512D01* +X113194619Y-87285970D01* +X113189899Y-87296609D01* +X113184867Y-87306876D01* +X113179520Y-87316772D01* +X113173860Y-87326298D01* +X113167886Y-87335452D01* +X113161598Y-87344236D01* +X113154996Y-87352649D01* +X113148081Y-87360690D01* +X113140852Y-87368361D01* +X113133310Y-87375661D01* +X113125454Y-87382590D01* +X113121408Y-87385915D01* +X113113142Y-87392268D01* +X113104649Y-87398211D01* +X113095928Y-87403744D01* +X113086979Y-87408868D01* +X113077802Y-87413581D01* +X113068397Y-87417885D01* +X113058765Y-87421779D01* +X113048904Y-87425263D01* +X113038816Y-87428337D01* +X113028500Y-87431001D01* +X113017956Y-87433255D01* +X113007185Y-87435099D01* +X112996185Y-87436534D01* +X112984958Y-87437559D01* +X112973503Y-87438173D01* +X112961820Y-87438378D01* +X112955746Y-87438339D01* +X112949744Y-87438222D01* +X112943813Y-87438027D01* +X112937953Y-87437753D01* +X112926448Y-87436972D01* +X112915227Y-87435878D01* +X112904292Y-87434471D01* +X112893642Y-87432752D01* +X112883276Y-87430721D01* +X112873196Y-87428377D01* +X112863401Y-87425720D01* +X112853891Y-87422751D01* +X112844666Y-87419469D01* +X112835726Y-87415875D01* +X112827071Y-87411968D01* +X112818702Y-87407748D01* +X112810617Y-87403216D01* +X112802818Y-87398371D01* +X112795293Y-87393231D01* +X112787996Y-87387811D01* +X112780927Y-87382112D01* +X112774085Y-87376133D01* +X112767472Y-87369875D01* +X112761086Y-87363338D01* +X112754929Y-87356521D01* +X112748999Y-87349425D01* +X112743297Y-87342050D01* +X112737822Y-87334395D01* +X112732576Y-87326461D01* +X112727557Y-87318248D01* +X112722766Y-87309755D01* +X112718203Y-87300983D01* +X112713868Y-87291931D01* +X112709761Y-87282600D01* +X112705893Y-87273068D01* +X112702274Y-87263449D01* +X112698904Y-87253742D01* +X112695784Y-87243949D01* +X112692914Y-87234069D01* +X112690293Y-87224101D01* +X112687922Y-87214047D01* +X112685801Y-87203905D01* +X112683929Y-87193677D01* +X112682307Y-87183361D01* +X112680934Y-87172959D01* +X112679811Y-87162469D01* +X112678937Y-87151893D01* +X112678313Y-87141230D01* +X112677939Y-87130479D01* +X112677814Y-87119642D01* +X112677849Y-87113730D01* +X112677955Y-87107866D01* +X112678377Y-87096281D01* +X112679082Y-87084886D01* +X112680067Y-87073681D01* +X112681335Y-87062666D01* +X112682884Y-87051841D01* +X112684714Y-87041206D01* +X112686827Y-87030762D01* +X112689221Y-87020507D01* +X112691896Y-87010442D01* +X112694853Y-87000567D01* +X112698092Y-86990883D01* +X112701613Y-86981388D01* +X112705415Y-86972084D01* +X112709499Y-86962969D01* +X112713864Y-86954045D01* +X112718490Y-86945348D01* +X112723353Y-86936917D01* +X112728455Y-86928752D01* +X112733795Y-86920852D01* +X112739372Y-86913218D01* +X112745189Y-86905850D01* +X112751243Y-86898747D01* +X112757535Y-86891909D01* +X112764065Y-86885338D01* +X112770834Y-86879032D01* +X112777841Y-86872991D01* +X112785086Y-86867217D01* +X112792569Y-86861707D01* +X112800290Y-86856464D01* +X112808249Y-86851486D01* +X112816446Y-86846773D01* +X112824833Y-86842319D01* +X112833322Y-86838152D01* +X112841914Y-86834273D01* +X112850610Y-86830681D01* +X112859408Y-86827376D01* +X112868310Y-86824359D01* +X112877314Y-86821629D01* +X112886422Y-86819186D01* +X112895633Y-86817031D01* +X112904946Y-86815163D01* +X112914363Y-86813583D01* +X112923883Y-86812289D01* +X112933505Y-86811284D01* +X112943231Y-86810565D01* +X112953060Y-86810134D01* +X112962992Y-86809990D01* +X112974218Y-86810173D01* +X112985219Y-86810721D01* +X112995994Y-86811634D01* +X113006544Y-86812912D01* +X113016868Y-86814556D01* +X113026966Y-86816564D01* +X113036839Y-86818938D01* +X113046486Y-86821677D01* +X113055908Y-86824782D01* +X113065105Y-86828251D01* +X113074075Y-86832086D01* +X113082821Y-86836286D01* +X113091340Y-86840851D01* +X113099634Y-86845782D01* +X113107703Y-86851078D01* +X113115546Y-86856739D01* +X113123130Y-86862731D01* +X113130421Y-86869021D01* +X113137418Y-86875609D01* +X113144123Y-86882494D01* +X113150534Y-86889677D01* +X113156652Y-86897158D01* +X113162477Y-86904936D01* +X113168010Y-86913012D01* +X113173249Y-86921386D01* +X113178194Y-86930057D01* +X113182847Y-86939026D01* +X113187207Y-86948293D01* +X113191274Y-86957857D01* +X113195047Y-86967719D01* +X113198528Y-86977879D01* +X113201715Y-86988337D01* +X113122873Y-87006948D01* +X113120180Y-86998665D01* +X113117337Y-86990668D01* +X113114345Y-86982957D01* +X113111205Y-86975532D01* +X113107915Y-86968394D01* +X113104477Y-86961542D01* +X113100890Y-86954976D01* +X113097155Y-86948696D01* +X113093270Y-86942702D01* +X113089237Y-86936995D01* +X113085054Y-86931574D01* +X113080723Y-86926439D01* +X113076243Y-86921591D01* +X113071614Y-86917028D01* +X113066837Y-86912752D01* +X113061910Y-86908762D01* +X113056829Y-86905036D01* +X113051588Y-86901549D01* +X113046187Y-86898304D01* +X113040625Y-86895298D01* +X113034903Y-86892533D01* +X113029020Y-86890009D01* +X113022977Y-86887725D01* +X113016774Y-86885681D01* +X113010411Y-86883878D01* +X113003887Y-86882315D01* +X112997204Y-86880993D01* +X112990359Y-86879911D01* +X112983355Y-86879070D01* +X112976190Y-86878468D01* +X112968865Y-86878108D01* +X112961380Y-86877988D01* +X112952768Y-86878119D01* +X112944333Y-86878514D01* +X112936075Y-86879173D01* +X112927995Y-86880094D01* +X112920093Y-86881279D01* +X112912367Y-86882727D01* +X112904820Y-86884439D01* +X112897449Y-86886414D01* +X112890257Y-86888652D01* +X112883241Y-86891154D01* +X112876404Y-86893919D01* +X112869743Y-86896947D01* +X112863260Y-86900239D01* +X112856955Y-86903793D01* +X112850827Y-86907612D01* +X112844876Y-86911693D01* +X112839141Y-86915996D01* +X112833622Y-86920479D01* +X112828319Y-86925142D01* +X112823233Y-86929984D01* +X112818363Y-86935006D01* +X112813710Y-86940208D01* +X112809273Y-86945589D01* +X112805052Y-86951151D01* +X112801048Y-86956892D01* +X112797260Y-86962812D01* +X112793689Y-86968913D01* +X112790334Y-86975193D01* +X112787195Y-86981653D01* +X112784273Y-86988293D01* +X112781567Y-86995113D01* +X112779077Y-87002112D01* +X112776788Y-87009215D01* +X112774646Y-87016347D01* +X112772653Y-87023508D01* +X112770807Y-87030697D01* +X112769108Y-87037915D01* +X112767557Y-87045162D01* +X112766154Y-87052437D01* +X112764899Y-87059741D01* +X112763791Y-87067073D01* +X112762831Y-87074434D01* +X112762019Y-87081824D01* +X112761354Y-87089242D01* +X112760837Y-87096689D01* +X112760468Y-87104165D01* +X112760247Y-87111669D01* +X112760173Y-87119202D01* +X112760260Y-87128852D01* +X112760523Y-87138347D01* +X112760961Y-87147687D01* +X112761574Y-87156873D01* +X112762362Y-87165905D01* +X112763326Y-87174782D01* +X112764464Y-87183504D01* +X112765778Y-87192072D01* +X112767267Y-87200485D01* +X112768931Y-87208744D01* +X112770770Y-87216848D01* +X112772785Y-87224797D01* +X112774974Y-87232592D01* +X112777339Y-87240233D01* +X112779879Y-87247718D01* +X112782594Y-87255050D01* +X112785512Y-87262172D01* +X112788623Y-87269065D01* +X112791928Y-87275732D01* +X112795426Y-87282170D01* +X112799118Y-87288380D01* +X112803003Y-87294363D01* +X112807082Y-87300118D01* +X112811354Y-87305645D01* +X112815820Y-87310944D01* +X112820479Y-87316015D01* +X112825331Y-87320858D01* +X112830377Y-87325474D01* +X112835617Y-87329862D01* +X112841050Y-87334022D01* +X112846677Y-87337954D01* +X112852497Y-87341658D01* +X112858462Y-87345136D01* +X112864488Y-87348390D01* +X112870575Y-87351420D01* +X112876722Y-87354225D01* +X112882931Y-87356805D01* +X112889199Y-87359161D01* +X112895529Y-87361293D01* +X112901919Y-87363200D01* +X112908370Y-87364883D01* +X112914882Y-87366342D01* +X112921454Y-87367576D01* +X112928087Y-87368586D01* +X112934780Y-87369371D01* +X112941535Y-87369932D01* +X112948350Y-87370269D01* +X112955225Y-87370381D01* +X112963535Y-87370227D01* +X112971684Y-87369763D01* +X112979673Y-87368990D01* +X112987502Y-87367908D01* +X112995170Y-87366517D01* +X113002678Y-87364817D01* +X113010026Y-87362808D01* +X113017214Y-87360489D01* +X113024241Y-87357862D01* +X113031108Y-87354925D01* +X113037815Y-87351679D01* +X113044362Y-87348125D01* +X113050748Y-87344261D01* +X113056974Y-87340087D01* +X113063039Y-87335605D01* +X113068945Y-87330814D01* +X113074652Y-87325718D01* +X113080123Y-87320322D01* +X113085359Y-87314626D01* +X113090359Y-87308631D01* +X113095122Y-87302335D01* +X113099651Y-87295739D01* +X113103943Y-87288843D01* +X113107999Y-87281648D01* +X113111820Y-87274152D01* +X113115404Y-87266357D01* +X113118753Y-87258261D01* +X113121866Y-87249866D01* +X113124743Y-87241170D01* +X113127384Y-87232175D01* +X113129790Y-87222880D01* +X113131959Y-87213284D01* G37* G36* -X113434356Y-87371000D02* +X113556356Y-87429000D02* G01* -X113360204Y-87371000D01* -X113360204Y-86895898D01* -X113355028Y-86900762D01* -X113349559Y-86905625D01* -X113343797Y-86910489D01* -X113337741Y-86915352D01* -X113331391Y-86920216D01* -X113324747Y-86925079D01* -X113317810Y-86929943D01* -X113310579Y-86934806D01* -X113305596Y-86938049D01* -X113300482Y-86941291D01* -X113295237Y-86944533D01* -X113289862Y-86947775D01* -X113284456Y-86950949D01* -X113279120Y-86954022D01* -X113273854Y-86956994D01* -X113268658Y-86959866D01* -X113260995Y-86963984D01* -X113253489Y-86967875D01* -X113246140Y-86971540D01* -X113238948Y-86974978D01* -X113231914Y-86978189D01* -X113225036Y-86981174D01* -X113218316Y-86983932D01* -X113211753Y-86986464D01* -X113211753Y-86911432D01* -X113219477Y-86907758D01* -X113227078Y-86903988D01* -X113234557Y-86900124D01* -X113241914Y-86896164D01* -X113249148Y-86892109D01* -X113256259Y-86887960D01* -X113263248Y-86883715D01* -X113270115Y-86879375D01* -X113276859Y-86874941D01* -X113283480Y-86870411D01* -X113289979Y-86865786D01* -X113296355Y-86861066D01* -X113302609Y-86856251D01* -X113308741Y-86851342D01* -X113314750Y-86846337D01* -X113320636Y-86841237D01* -X113326355Y-86836099D01* -X113331861Y-86830981D01* -X113337153Y-86825882D01* -X113342233Y-86820803D01* -X113347100Y-86815743D01* -X113351754Y-86810703D01* -X113356195Y-86805682D01* -X113360423Y-86800680D01* -X113364438Y-86795698D01* -X113368241Y-86790736D01* -X113371830Y-86785793D01* -X113375206Y-86780869D01* -X113379871Y-86773520D01* -X113384057Y-86766215D01* -X113386582Y-86761369D01* -X113434356Y-86761369D01* -X113434356Y-87371000D01* +X113482204Y-87429000D01* +X113482204Y-86953898D01* +X113477028Y-86958762D01* +X113471559Y-86963625D01* +X113465797Y-86968489D01* +X113459741Y-86973352D01* +X113453391Y-86978216D01* +X113446747Y-86983079D01* +X113439810Y-86987943D01* +X113432579Y-86992806D01* +X113427596Y-86996049D01* +X113422482Y-86999291D01* +X113417237Y-87002533D01* +X113411862Y-87005775D01* +X113406456Y-87008949D01* +X113401120Y-87012022D01* +X113395854Y-87014994D01* +X113390658Y-87017866D01* +X113382995Y-87021984D01* +X113375489Y-87025875D01* +X113368140Y-87029540D01* +X113360948Y-87032978D01* +X113353914Y-87036189D01* +X113347036Y-87039174D01* +X113340316Y-87041932D01* +X113333753Y-87044464D01* +X113333753Y-86969432D01* +X113341477Y-86965758D01* +X113349078Y-86961988D01* +X113356557Y-86958124D01* +X113363914Y-86954164D01* +X113371148Y-86950109D01* +X113378259Y-86945960D01* +X113385248Y-86941715D01* +X113392115Y-86937375D01* +X113398859Y-86932941D01* +X113405480Y-86928411D01* +X113411979Y-86923786D01* +X113418355Y-86919066D01* +X113424609Y-86914251D01* +X113430741Y-86909342D01* +X113436750Y-86904337D01* +X113442636Y-86899237D01* +X113448355Y-86894099D01* +X113453861Y-86888981D01* +X113459153Y-86883882D01* +X113464233Y-86878803D01* +X113469100Y-86873743D01* +X113473754Y-86868703D01* +X113478195Y-86863682D01* +X113482423Y-86858680D01* +X113486438Y-86853698D01* +X113490241Y-86848736D01* +X113493830Y-86843793D01* +X113497206Y-86838869D01* +X113501871Y-86831520D01* +X113506057Y-86824215D01* +X113508582Y-86819369D01* +X113556356Y-86819369D01* +X113556356Y-87429000D01* G37* G36* -X113844417Y-86761529D02* +X113966417Y-86819529D02* G01* -X113853034Y-86762008D01* -X113861449Y-86762807D01* -X113869661Y-86763925D01* -X113877670Y-86765362D01* -X113885476Y-86767119D01* -X113893080Y-86769195D01* -X113900481Y-86771591D01* -X113907679Y-86774306D01* -X113914675Y-86777341D01* -X113921468Y-86780694D01* -X113928059Y-86784368D01* -X113934447Y-86788361D01* -X113940632Y-86792673D01* -X113946615Y-86797305D01* -X113952395Y-86802256D01* -X113957949Y-86807470D01* -X113963218Y-86812928D01* -X113968203Y-86818630D01* -X113972902Y-86824576D01* -X113977316Y-86830766D01* -X113981445Y-86837200D01* -X113985289Y-86843877D01* -X113988848Y-86850799D01* -X113992122Y-86857964D01* -X113995111Y-86865373D01* -X113997814Y-86873026D01* -X114000233Y-86880923D01* -X114002366Y-86889064D01* -X114004215Y-86897448D01* -X114005778Y-86906077D01* -X114007056Y-86914949D01* -X113933344Y-86920811D01* -X113931403Y-86912564D01* -X113929318Y-86904751D01* -X113927089Y-86897369D01* -X113924716Y-86890421D01* -X113922198Y-86883906D01* -X113919536Y-86877823D01* -X113916730Y-86872173D01* -X113913780Y-86866956D01* -X113909622Y-86860672D01* -X113905207Y-86855159D01* -X113899451Y-86849292D01* -X113893447Y-86844003D01* -X113887196Y-86839290D01* -X113880697Y-86835155D01* -X113873952Y-86831597D01* -X113866959Y-86828616D01* -X113859718Y-86826211D01* -X113852231Y-86824384D01* -X113844496Y-86823134D01* -X113836514Y-86822461D01* -X113831055Y-86822332D01* -X113824481Y-86822504D01* -X113818060Y-86823018D01* -X113811790Y-86823874D01* -X113805673Y-86825073D01* -X113799707Y-86826615D01* -X113793894Y-86828499D01* -X113788232Y-86830726D01* -X113782722Y-86833296D01* -X113777365Y-86836208D01* -X113772159Y-86839463D01* -X113768773Y-86841823D01* -X113762336Y-86846753D01* -X113756159Y-86852089D01* -X113750242Y-86857833D01* -X113744586Y-86863983D01* -X113739190Y-86870541D01* -X113734054Y-86877506D01* -X113730774Y-86882375D01* -X113727610Y-86887425D01* -X113724562Y-86892656D01* -X113721629Y-86898068D01* -X113718812Y-86903661D01* -X113716111Y-86909434D01* -X113713525Y-86915389D01* -X113711091Y-86921576D01* -X113708806Y-86928086D01* -X113706671Y-86934917D01* -X113704687Y-86942069D01* -X113702852Y-86949544D01* -X113701167Y-86957340D01* -X113699633Y-86965458D01* -X113698248Y-86973897D01* -X113697013Y-86982659D01* -X113695928Y-86991741D01* -X113694993Y-87001146D01* -X113694209Y-87010873D01* -X113693574Y-87020921D01* -X113693089Y-87031291D01* -X113692754Y-87041982D01* -X113692569Y-87052995D01* -X113697702Y-87045944D01* -X113703043Y-87039243D01* -X113708593Y-87032892D01* -X113714352Y-87026892D01* -X113720319Y-87021242D01* -X113726495Y-87015942D01* -X113732880Y-87010993D01* -X113739473Y-87006394D01* -X113746275Y-87002145D01* -X113753285Y-86998247D01* -X113758075Y-86995842D01* -X113765388Y-86992490D01* -X113772762Y-86989468D01* -X113780198Y-86986775D01* -X113787696Y-86984412D01* -X113795255Y-86982379D01* -X113802877Y-86980675D01* -X113810560Y-86979301D01* -X113818305Y-86978257D01* -X113826112Y-86977543D01* -X113833981Y-86977158D01* -X113839261Y-86977085D01* -X113848462Y-86977299D01* -X113857488Y-86977941D01* -X113866340Y-86979011D01* -X113875019Y-86980510D01* -X113883523Y-86982437D01* -X113891853Y-86984792D01* -X113900009Y-86987575D01* -X113907991Y-86990787D01* -X113915800Y-86994426D01* -X113923434Y-86998494D01* -X113930894Y-87002990D01* -X113938180Y-87007914D01* -X113945292Y-87013267D01* -X113952230Y-87019047D01* -X113958994Y-87025256D01* -X113965584Y-87031893D01* -X113971901Y-87038851D01* -X113977811Y-87046060D01* -X113983314Y-87053519D01* -X113988408Y-87061229D01* -X113993095Y-87069190D01* -X113997375Y-87077402D01* -X114001247Y-87085864D01* -X114004712Y-87094578D01* -X114007768Y-87103542D01* -X114010418Y-87112756D01* -X114012659Y-87122222D01* -X114014493Y-87131938D01* -X114015920Y-87141904D01* -X114016939Y-87152122D01* -X114017550Y-87162590D01* -X114017754Y-87173309D01* -X114017658Y-87180404D01* -X114017369Y-87187437D01* -X114016889Y-87194408D01* -X114016215Y-87201318D01* -X114015350Y-87208165D01* -X114014292Y-87214951D01* -X114013042Y-87221675D01* -X114011599Y-87228337D01* -X114009964Y-87234938D01* -X114008137Y-87241476D01* -X114006117Y-87247953D01* -X114003906Y-87254367D01* -X114001501Y-87260720D01* -X113998905Y-87267012D01* -X113996116Y-87273241D01* -X113993134Y-87279408D01* -X113990003Y-87285437D01* -X113986728Y-87291288D01* -X113983308Y-87296960D01* -X113979744Y-87302453D01* -X113976036Y-87307767D01* -X113972183Y-87312903D01* -X113968186Y-87317861D01* -X113964045Y-87322639D01* -X113959760Y-87327240D01* -X113955330Y-87331661D01* -X113950756Y-87335904D01* -X113946038Y-87339968D01* -X113941176Y-87343854D01* -X113936169Y-87347561D01* -X113931019Y-87351090D01* -X113925723Y-87354440D01* -X113920329Y-87357581D01* -X113914845Y-87360519D01* -X113909270Y-87363255D01* -X113903604Y-87365788D01* -X113897848Y-87368118D01* -X113892002Y-87370246D01* -X113886065Y-87372171D01* -X113880038Y-87373894D01* -X113873920Y-87375414D01* -X113867712Y-87376731D01* -X113861413Y-87377845D01* -X113855024Y-87378757D01* -X113848545Y-87379467D01* -X113841975Y-87379973D01* -X113835314Y-87380277D01* -X113828564Y-87380378D01* -X113817102Y-87380111D01* -X113805909Y-87379309D01* -X113794983Y-87377972D01* -X113784325Y-87376101D01* -X113773935Y-87373695D01* -X113763813Y-87370754D01* -X113753959Y-87367279D01* -X113744373Y-87363269D01* -X113735055Y-87358725D01* -X113726004Y-87353645D01* -X113717222Y-87348031D01* -X113708708Y-87341883D01* -X113700461Y-87335199D01* -X113692482Y-87327981D01* -X113684771Y-87320229D01* -X113677328Y-87311942D01* -X113670248Y-87303041D01* -X113663624Y-87293447D01* -X113660484Y-87288391D01* -X113657457Y-87283161D01* -X113654545Y-87277758D01* -X113651747Y-87272182D01* -X113649063Y-87266433D01* -X113646494Y-87260510D01* -X113644038Y-87254415D01* -X113641697Y-87248146D01* -X113639470Y-87241704D01* -X113637358Y-87235089D01* -X113635359Y-87228301D01* -X113633475Y-87221340D01* -X113631704Y-87214205D01* -X113630049Y-87206898D01* -X113628507Y-87199417D01* -X113627079Y-87191763D01* -X113625766Y-87183935D01* -X113624567Y-87175935D01* -X113623965Y-87171404D01* -X113704146Y-87171404D01* -X113704289Y-87178711D01* -X113704718Y-87185959D01* -X113705433Y-87193147D01* -X113706434Y-87200276D01* -X113707720Y-87207346D01* -X113709293Y-87214356D01* -X113711152Y-87221308D01* -X113713296Y-87228200D01* -X113715727Y-87235033D01* -X113718443Y-87241806D01* -X113720413Y-87246289D01* -X113723576Y-87252844D01* -X113726966Y-87259100D01* -X113730583Y-87265058D01* -X113734426Y-87270716D01* -X113738496Y-87276076D01* -X113742793Y-87281137D01* -X113747317Y-87285899D01* -X113752067Y-87290363D01* -X113757044Y-87294527D01* -X113762247Y-87298393D01* -X113765842Y-87300804D01* -X113771363Y-87304130D01* -X113776936Y-87307129D01* -X113782560Y-87309801D01* -X113788236Y-87312145D01* -X113793963Y-87314163D01* -X113799742Y-87315853D01* -X113805573Y-87317216D01* -X113811454Y-87318252D01* -X113817388Y-87318961D01* -X113823373Y-87319343D01* -X113827391Y-87319415D01* -X113836069Y-87319075D01* -X113844518Y-87318055D01* -X113852738Y-87316355D01* -X113860728Y-87313975D01* -X113868489Y-87310915D01* -X113876021Y-87307174D01* -X113883323Y-87302754D01* -X113890397Y-87297653D01* -X113894985Y-87293875D01* -X113899471Y-87289795D01* -X113903855Y-87285412D01* -X113908138Y-87280727D01* -X113912237Y-87275783D01* -X113916072Y-87270620D01* -X113919642Y-87265240D01* -X113922948Y-87259643D01* -X113925990Y-87253828D01* -X113928767Y-87247796D01* -X113931279Y-87241546D01* -X113933527Y-87235078D01* -X113935510Y-87228393D01* -X113937230Y-87221491D01* -X113938684Y-87214371D01* -X113939874Y-87207033D01* -X113940800Y-87199478D01* -X113941461Y-87191705D01* -X113941858Y-87183715D01* -X113941990Y-87175508D01* -X113941859Y-87167627D01* -X113941468Y-87159958D01* -X113940815Y-87152500D01* -X113939902Y-87145255D01* -X113938727Y-87138221D01* -X113937291Y-87131400D01* -X113935595Y-87124790D01* -X113933637Y-87118391D01* -X113931418Y-87112205D01* -X113928938Y-87106230D01* -X113926197Y-87100468D01* -X113923195Y-87094917D01* -X113919933Y-87089577D01* -X113916409Y-87084450D01* -X113912624Y-87079534D01* -X113908578Y-87074831D01* -X113904333Y-87070376D01* -X113899954Y-87066210D01* -X113895440Y-87062330D01* -X113890791Y-87058738D01* -X113883563Y-87053889D01* -X113876032Y-87049686D01* -X113868196Y-87046130D01* -X113860057Y-87043220D01* -X113851614Y-87040957D01* -X113845816Y-87039808D01* -X113839883Y-87038946D01* -X113833815Y-87038371D01* -X113827612Y-87038084D01* -X113824460Y-87038048D01* -X113818237Y-87038191D01* -X113812132Y-87038622D01* -X113806147Y-87039341D01* -X113800280Y-87040347D01* -X113794533Y-87041640D01* -X113786135Y-87044118D01* -X113778005Y-87047243D01* -X113770143Y-87051015D01* -X113762549Y-87055433D01* -X113757635Y-87058738D01* -X113752841Y-87062330D01* -X113748165Y-87066210D01* -X113743608Y-87070376D01* -X113739171Y-87074831D01* -X113734929Y-87079518D01* -X113730962Y-87084386D01* -X113727268Y-87089433D01* -X113723848Y-87094660D01* -X113720701Y-87100067D01* -X113717828Y-87105653D01* -X113715228Y-87111420D01* -X113712902Y-87117366D01* -X113710850Y-87123491D01* -X113709072Y-87129797D01* -X113707567Y-87136282D01* -X113706335Y-87142947D01* -X113705378Y-87149792D01* -X113704694Y-87156816D01* -X113704283Y-87164020D01* -X113704146Y-87171404D01* -X113623965Y-87171404D01* -X113623482Y-87167762D01* -X113622511Y-87159415D01* -X113621655Y-87150895D01* -X113620912Y-87142202D01* -X113620284Y-87133336D01* -X113619770Y-87124297D01* -X113619371Y-87115084D01* -X113619085Y-87105699D01* -X113618914Y-87096140D01* -X113618857Y-87086408D01* -X113618920Y-87075520D01* -X113619109Y-87064819D01* -X113619425Y-87054305D01* -X113619866Y-87043978D01* -X113620434Y-87033839D01* -X113621129Y-87023887D01* -X113621949Y-87014121D01* -X113622896Y-87004544D01* -X113623969Y-86995153D01* -X113625168Y-86985950D01* -X113626493Y-86976933D01* -X113627945Y-86968104D01* -X113629523Y-86959462D01* -X113631227Y-86951008D01* -X113633057Y-86942740D01* -X113635013Y-86934660D01* -X113637096Y-86926767D01* -X113639305Y-86919061D01* -X113641640Y-86911542D01* -X113644101Y-86904210D01* -X113646689Y-86897066D01* -X113649403Y-86890109D01* -X113652243Y-86883339D01* -X113655209Y-86876756D01* -X113658302Y-86870360D01* -X113661520Y-86864152D01* -X113664865Y-86858130D01* -X113668336Y-86852296D01* -X113671934Y-86846650D01* -X113675657Y-86841190D01* -X113679507Y-86835917D01* -X113683483Y-86830832D01* -X113690689Y-86822421D01* -X113698202Y-86814552D01* -X113706022Y-86807226D01* -X113714148Y-86800442D01* -X113722581Y-86794201D01* -X113731321Y-86788503D01* -X113740368Y-86783348D01* -X113749722Y-86778735D01* -X113759383Y-86774665D01* -X113769350Y-86771138D01* -X113779624Y-86768153D01* -X113790205Y-86765711D01* -X113801093Y-86763811D01* -X113812288Y-86762455D01* -X113823789Y-86761641D01* -X113829655Y-86761437D01* -X113835598Y-86761369D01* -X113844417Y-86761529D01* +X113975034Y-86820008D01* +X113983449Y-86820807D01* +X113991661Y-86821925D01* +X113999670Y-86823362D01* +X114007476Y-86825119D01* +X114015080Y-86827195D01* +X114022481Y-86829591D01* +X114029679Y-86832306D01* +X114036675Y-86835341D01* +X114043468Y-86838694D01* +X114050059Y-86842368D01* +X114056447Y-86846361D01* +X114062632Y-86850673D01* +X114068615Y-86855305D01* +X114074395Y-86860256D01* +X114079949Y-86865470D01* +X114085218Y-86870928D01* +X114090203Y-86876630D01* +X114094902Y-86882576D01* +X114099316Y-86888766D01* +X114103445Y-86895200D01* +X114107289Y-86901877D01* +X114110848Y-86908799D01* +X114114122Y-86915964D01* +X114117111Y-86923373D01* +X114119814Y-86931026D01* +X114122233Y-86938923D01* +X114124366Y-86947064D01* +X114126215Y-86955448D01* +X114127778Y-86964077D01* +X114129056Y-86972949D01* +X114055344Y-86978811D01* +X114053403Y-86970564D01* +X114051318Y-86962751D01* +X114049089Y-86955369D01* +X114046716Y-86948421D01* +X114044198Y-86941906D01* +X114041536Y-86935823D01* +X114038730Y-86930173D01* +X114035780Y-86924956D01* +X114031622Y-86918672D01* +X114027207Y-86913159D01* +X114021451Y-86907292D01* +X114015447Y-86902003D01* +X114009196Y-86897290D01* +X114002697Y-86893155D01* +X113995952Y-86889597D01* +X113988959Y-86886616D01* +X113981718Y-86884211D01* +X113974231Y-86882384D01* +X113966496Y-86881134D01* +X113958514Y-86880461D01* +X113953055Y-86880332D01* +X113946481Y-86880504D01* +X113940060Y-86881018D01* +X113933790Y-86881874D01* +X113927673Y-86883073D01* +X113921707Y-86884615D01* +X113915894Y-86886499D01* +X113910232Y-86888726D01* +X113904722Y-86891296D01* +X113899365Y-86894208D01* +X113894159Y-86897463D01* +X113890773Y-86899823D01* +X113884336Y-86904753D01* +X113878159Y-86910089D01* +X113872242Y-86915833D01* +X113866586Y-86921983D01* +X113861190Y-86928541D01* +X113856054Y-86935506D01* +X113852774Y-86940375D01* +X113849610Y-86945425D01* +X113846562Y-86950656D01* +X113843629Y-86956068D01* +X113840812Y-86961661D01* +X113838111Y-86967434D01* +X113835525Y-86973389D01* +X113833091Y-86979576D01* +X113830806Y-86986086D01* +X113828671Y-86992917D01* +X113826687Y-87000069D01* +X113824852Y-87007544D01* +X113823167Y-87015340D01* +X113821633Y-87023458D01* +X113820248Y-87031897D01* +X113819013Y-87040659D01* +X113817928Y-87049741D01* +X113816993Y-87059146D01* +X113816209Y-87068873D01* +X113815574Y-87078921D01* +X113815089Y-87089291D01* +X113814754Y-87099982D01* +X113814569Y-87110995D01* +X113819702Y-87103944D01* +X113825043Y-87097243D01* +X113830593Y-87090892D01* +X113836352Y-87084892D01* +X113842319Y-87079242D01* +X113848495Y-87073942D01* +X113854880Y-87068993D01* +X113861473Y-87064394D01* +X113868275Y-87060145D01* +X113875285Y-87056247D01* +X113880075Y-87053842D01* +X113887388Y-87050490D01* +X113894762Y-87047468D01* +X113902198Y-87044775D01* +X113909696Y-87042412D01* +X113917255Y-87040379D01* +X113924877Y-87038675D01* +X113932560Y-87037301D01* +X113940305Y-87036257D01* +X113948112Y-87035543D01* +X113955981Y-87035158D01* +X113961261Y-87035085D01* +X113970462Y-87035299D01* +X113979488Y-87035941D01* +X113988340Y-87037011D01* +X113997019Y-87038510D01* +X114005523Y-87040437D01* +X114013853Y-87042792D01* +X114022009Y-87045575D01* +X114029991Y-87048787D01* +X114037800Y-87052426D01* +X114045434Y-87056494D01* +X114052894Y-87060990D01* +X114060180Y-87065914D01* +X114067292Y-87071267D01* +X114074230Y-87077047D01* +X114080994Y-87083256D01* +X114087584Y-87089893D01* +X114093901Y-87096851D01* +X114099811Y-87104060D01* +X114105314Y-87111519D01* +X114110408Y-87119229D01* +X114115095Y-87127190D01* +X114119375Y-87135402D01* +X114123247Y-87143864D01* +X114126712Y-87152578D01* +X114129768Y-87161542D01* +X114132418Y-87170756D01* +X114134659Y-87180222D01* +X114136493Y-87189938D01* +X114137920Y-87199904D01* +X114138939Y-87210122D01* +X114139550Y-87220590D01* +X114139754Y-87231309D01* +X114139658Y-87238404D01* +X114139369Y-87245437D01* +X114138889Y-87252408D01* +X114138215Y-87259318D01* +X114137350Y-87266165D01* +X114136292Y-87272951D01* +X114135042Y-87279675D01* +X114133599Y-87286337D01* +X114131964Y-87292938D01* +X114130137Y-87299476D01* +X114128117Y-87305953D01* +X114125906Y-87312367D01* +X114123501Y-87318720D01* +X114120905Y-87325012D01* +X114118116Y-87331241D01* +X114115134Y-87337408D01* +X114112003Y-87343437D01* +X114108728Y-87349288D01* +X114105308Y-87354960D01* +X114101744Y-87360453D01* +X114098036Y-87365767D01* +X114094183Y-87370903D01* +X114090186Y-87375861D01* +X114086045Y-87380639D01* +X114081760Y-87385240D01* +X114077330Y-87389661D01* +X114072756Y-87393904D01* +X114068038Y-87397968D01* +X114063176Y-87401854D01* +X114058169Y-87405561D01* +X114053019Y-87409090D01* +X114047723Y-87412440D01* +X114042329Y-87415581D01* +X114036845Y-87418519D01* +X114031270Y-87421255D01* +X114025604Y-87423788D01* +X114019848Y-87426118D01* +X114014002Y-87428246D01* +X114008065Y-87430171D01* +X114002038Y-87431894D01* +X113995920Y-87433414D01* +X113989712Y-87434731D01* +X113983413Y-87435845D01* +X113977024Y-87436757D01* +X113970545Y-87437467D01* +X113963975Y-87437973D01* +X113957314Y-87438277D01* +X113950564Y-87438378D01* +X113939102Y-87438111D01* +X113927909Y-87437309D01* +X113916983Y-87435972D01* +X113906325Y-87434101D01* +X113895935Y-87431695D01* +X113885813Y-87428754D01* +X113875959Y-87425279D01* +X113866373Y-87421269D01* +X113857055Y-87416725D01* +X113848004Y-87411645D01* +X113839222Y-87406031D01* +X113830708Y-87399883D01* +X113822461Y-87393199D01* +X113814482Y-87385981D01* +X113806771Y-87378229D01* +X113799328Y-87369942D01* +X113792248Y-87361041D01* +X113785624Y-87351447D01* +X113782484Y-87346391D01* +X113779457Y-87341161D01* +X113776545Y-87335758D01* +X113773747Y-87330182D01* +X113771063Y-87324433D01* +X113768494Y-87318510D01* +X113766038Y-87312415D01* +X113763697Y-87306146D01* +X113761470Y-87299704D01* +X113759358Y-87293089D01* +X113757359Y-87286301D01* +X113755475Y-87279340D01* +X113753704Y-87272205D01* +X113752049Y-87264898D01* +X113750507Y-87257417D01* +X113749079Y-87249763D01* +X113747766Y-87241935D01* +X113746567Y-87233935D01* +X113745965Y-87229404D01* +X113826146Y-87229404D01* +X113826289Y-87236711D01* +X113826718Y-87243959D01* +X113827433Y-87251147D01* +X113828434Y-87258276D01* +X113829720Y-87265346D01* +X113831293Y-87272356D01* +X113833152Y-87279308D01* +X113835296Y-87286200D01* +X113837727Y-87293033D01* +X113840443Y-87299806D01* +X113842413Y-87304289D01* +X113845576Y-87310844D01* +X113848966Y-87317100D01* +X113852583Y-87323058D01* +X113856426Y-87328716D01* +X113860496Y-87334076D01* +X113864793Y-87339137D01* +X113869317Y-87343899D01* +X113874067Y-87348363D01* +X113879044Y-87352527D01* +X113884247Y-87356393D01* +X113887842Y-87358804D01* +X113893363Y-87362130D01* +X113898936Y-87365129D01* +X113904560Y-87367801D01* +X113910236Y-87370145D01* +X113915963Y-87372163D01* +X113921742Y-87373853D01* +X113927573Y-87375216D01* +X113933454Y-87376252D01* +X113939388Y-87376961D01* +X113945373Y-87377343D01* +X113949391Y-87377415D01* +X113958069Y-87377075D01* +X113966518Y-87376055D01* +X113974738Y-87374355D01* +X113982728Y-87371975D01* +X113990489Y-87368915D01* +X113998021Y-87365174D01* +X114005323Y-87360754D01* +X114012397Y-87355653D01* +X114016985Y-87351875D01* +X114021471Y-87347795D01* +X114025855Y-87343412D01* +X114030138Y-87338727D01* +X114034237Y-87333783D01* +X114038072Y-87328620D01* +X114041642Y-87323240D01* +X114044948Y-87317643D01* +X114047990Y-87311828D01* +X114050767Y-87305796D01* +X114053279Y-87299546D01* +X114055527Y-87293078D01* +X114057510Y-87286393D01* +X114059230Y-87279491D01* +X114060684Y-87272371D01* +X114061874Y-87265033D01* +X114062800Y-87257478D01* +X114063461Y-87249705D01* +X114063858Y-87241715D01* +X114063990Y-87233508D01* +X114063859Y-87225627D01* +X114063468Y-87217958D01* +X114062815Y-87210500D01* +X114061902Y-87203255D01* +X114060727Y-87196221D01* +X114059291Y-87189400D01* +X114057595Y-87182790D01* +X114055637Y-87176391D01* +X114053418Y-87170205D01* +X114050938Y-87164230D01* +X114048197Y-87158468D01* +X114045195Y-87152917D01* +X114041933Y-87147577D01* +X114038409Y-87142450D01* +X114034624Y-87137534D01* +X114030578Y-87132831D01* +X114026333Y-87128376D01* +X114021954Y-87124210D01* +X114017440Y-87120330D01* +X114012791Y-87116738D01* +X114005563Y-87111889D01* +X113998032Y-87107686D01* +X113990196Y-87104130D01* +X113982057Y-87101220D01* +X113973614Y-87098957D01* +X113967816Y-87097808D01* +X113961883Y-87096946D01* +X113955815Y-87096371D01* +X113949612Y-87096084D01* +X113946460Y-87096048D01* +X113940237Y-87096191D01* +X113934132Y-87096622D01* +X113928147Y-87097341D01* +X113922280Y-87098347D01* +X113916533Y-87099640D01* +X113908135Y-87102118D01* +X113900005Y-87105243D01* +X113892143Y-87109015D01* +X113884549Y-87113433D01* +X113879635Y-87116738D01* +X113874841Y-87120330D01* +X113870165Y-87124210D01* +X113865608Y-87128376D01* +X113861171Y-87132831D01* +X113856929Y-87137518D01* +X113852962Y-87142386D01* +X113849268Y-87147433D01* +X113845848Y-87152660D01* +X113842701Y-87158067D01* +X113839828Y-87163653D01* +X113837228Y-87169420D01* +X113834902Y-87175366D01* +X113832850Y-87181491D01* +X113831072Y-87187797D01* +X113829567Y-87194282D01* +X113828335Y-87200947D01* +X113827378Y-87207792D01* +X113826694Y-87214816D01* +X113826283Y-87222020D01* +X113826146Y-87229404D01* +X113745965Y-87229404D01* +X113745482Y-87225762D01* +X113744511Y-87217415D01* +X113743655Y-87208895D01* +X113742912Y-87200202D01* +X113742284Y-87191336D01* +X113741770Y-87182297D01* +X113741371Y-87173084D01* +X113741085Y-87163699D01* +X113740914Y-87154140D01* +X113740857Y-87144408D01* +X113740920Y-87133520D01* +X113741109Y-87122819D01* +X113741425Y-87112305D01* +X113741866Y-87101978D01* +X113742434Y-87091839D01* +X113743129Y-87081887D01* +X113743949Y-87072121D01* +X113744896Y-87062544D01* +X113745969Y-87053153D01* +X113747168Y-87043950D01* +X113748493Y-87034933D01* +X113749945Y-87026104D01* +X113751523Y-87017462D01* +X113753227Y-87009008D01* +X113755057Y-87000740D01* +X113757013Y-86992660D01* +X113759096Y-86984767D01* +X113761305Y-86977061D01* +X113763640Y-86969542D01* +X113766101Y-86962210D01* +X113768689Y-86955066D01* +X113771403Y-86948109D01* +X113774243Y-86941339D01* +X113777209Y-86934756D01* +X113780302Y-86928360D01* +X113783520Y-86922152D01* +X113786865Y-86916130D01* +X113790336Y-86910296D01* +X113793934Y-86904650D01* +X113797657Y-86899190D01* +X113801507Y-86893917D01* +X113805483Y-86888832D01* +X113812689Y-86880421D01* +X113820202Y-86872552D01* +X113828022Y-86865226D01* +X113836148Y-86858442D01* +X113844581Y-86852201D01* +X113853321Y-86846503D01* +X113862368Y-86841348D01* +X113871722Y-86836735D01* +X113881383Y-86832665D01* +X113891350Y-86829138D01* +X113901624Y-86826153D01* +X113912205Y-86823711D01* +X113923093Y-86821811D01* +X113934288Y-86820455D01* +X113945789Y-86819641D01* +X113951655Y-86819437D01* +X113957598Y-86819369D01* +X113966417Y-86819529D01* G37* -D14* +D15* G36* X79923968Y-97369434D02* G01* @@ -67402,798 +69562,6 @@ X155293360Y-129019166D01* X155284144Y-129020276D01* G37* G36* -X85049553Y-113063284D02* -G01* -X85129567Y-113083508D01* -X85127953Y-113089708D01* -X85126260Y-113095815D01* -X85124488Y-113101830D01* -X85122638Y-113107752D01* -X85120710Y-113113581D01* -X85118703Y-113119317D01* -X85116618Y-113124961D01* -X85114455Y-113130512D01* -X85112213Y-113135970D01* -X85107493Y-113146609D01* -X85102461Y-113156876D01* -X85097114Y-113166772D01* -X85091454Y-113176298D01* -X85085480Y-113185452D01* -X85079192Y-113194236D01* -X85072590Y-113202649D01* -X85065675Y-113210690D01* -X85058446Y-113218361D01* -X85050904Y-113225661D01* -X85043048Y-113232590D01* -X85039002Y-113235915D01* -X85030736Y-113242268D01* -X85022243Y-113248211D01* -X85013522Y-113253744D01* -X85004573Y-113258868D01* -X84995396Y-113263581D01* -X84985991Y-113267885D01* -X84976359Y-113271779D01* -X84966498Y-113275263D01* -X84956410Y-113278337D01* -X84946094Y-113281001D01* -X84935550Y-113283255D01* -X84924779Y-113285099D01* -X84913779Y-113286534D01* -X84902552Y-113287559D01* -X84891097Y-113288173D01* -X84879414Y-113288378D01* -X84873340Y-113288339D01* -X84867338Y-113288222D01* -X84861407Y-113288027D01* -X84855547Y-113287753D01* -X84844042Y-113286972D01* -X84832821Y-113285878D01* -X84821886Y-113284471D01* -X84811236Y-113282752D01* -X84800870Y-113280721D01* -X84790790Y-113278377D01* -X84780995Y-113275720D01* -X84771485Y-113272751D01* -X84762260Y-113269469D01* -X84753320Y-113265875D01* -X84744665Y-113261968D01* -X84736296Y-113257748D01* -X84728211Y-113253216D01* -X84720412Y-113248371D01* -X84712887Y-113243231D01* -X84705590Y-113237811D01* -X84698521Y-113232112D01* -X84691679Y-113226133D01* -X84685066Y-113219875D01* -X84678680Y-113213338D01* -X84672523Y-113206521D01* -X84666593Y-113199425D01* -X84660891Y-113192050D01* -X84655416Y-113184395D01* -X84650170Y-113176461D01* -X84645151Y-113168248D01* -X84640360Y-113159755D01* -X84635797Y-113150983D01* -X84631462Y-113141931D01* -X84627355Y-113132600D01* -X84623487Y-113123068D01* -X84619868Y-113113449D01* -X84616498Y-113103742D01* -X84613378Y-113093949D01* -X84610508Y-113084069D01* -X84607887Y-113074101D01* -X84605516Y-113064047D01* -X84603395Y-113053905D01* -X84601523Y-113043677D01* -X84599901Y-113033361D01* -X84598528Y-113022959D01* -X84597405Y-113012469D01* -X84596531Y-113001893D01* -X84595907Y-112991230D01* -X84595533Y-112980479D01* -X84595408Y-112969642D01* -X84595443Y-112963730D01* -X84595549Y-112957866D01* -X84595971Y-112946281D01* -X84596676Y-112934886D01* -X84597661Y-112923681D01* -X84598929Y-112912666D01* -X84600478Y-112901841D01* -X84602308Y-112891206D01* -X84604421Y-112880762D01* -X84606815Y-112870507D01* -X84609490Y-112860442D01* -X84612447Y-112850567D01* -X84615686Y-112840883D01* -X84619207Y-112831388D01* -X84623009Y-112822084D01* -X84627093Y-112812969D01* -X84631458Y-112804045D01* -X84636084Y-112795348D01* -X84640947Y-112786917D01* -X84646049Y-112778752D01* -X84651389Y-112770852D01* -X84656966Y-112763218D01* -X84662783Y-112755850D01* -X84668837Y-112748747D01* -X84675129Y-112741909D01* -X84681659Y-112735338D01* -X84688428Y-112729032D01* -X84695435Y-112722991D01* -X84702680Y-112717217D01* -X84710163Y-112711707D01* -X84717884Y-112706464D01* -X84725843Y-112701486D01* -X84734040Y-112696773D01* -X84742427Y-112692319D01* -X84750916Y-112688152D01* -X84759508Y-112684273D01* -X84768204Y-112680681D01* -X84777002Y-112677376D01* -X84785904Y-112674359D01* -X84794908Y-112671629D01* -X84804016Y-112669186D01* -X84813227Y-112667031D01* -X84822540Y-112665163D01* -X84831957Y-112663583D01* -X84841477Y-112662289D01* -X84851099Y-112661284D01* -X84860825Y-112660565D01* -X84870654Y-112660134D01* -X84880586Y-112659990D01* -X84891812Y-112660173D01* -X84902813Y-112660721D01* -X84913588Y-112661634D01* -X84924138Y-112662912D01* -X84934462Y-112664556D01* -X84944560Y-112666564D01* -X84954433Y-112668938D01* -X84964080Y-112671677D01* -X84973502Y-112674782D01* -X84982699Y-112678251D01* -X84991669Y-112682086D01* -X85000415Y-112686286D01* -X85008934Y-112690851D01* -X85017228Y-112695782D01* -X85025297Y-112701078D01* -X85033140Y-112706739D01* -X85040724Y-112712731D01* -X85048015Y-112719021D01* -X85055012Y-112725609D01* -X85061717Y-112732494D01* -X85068128Y-112739677D01* -X85074246Y-112747158D01* -X85080071Y-112754936D01* -X85085604Y-112763012D01* -X85090843Y-112771386D01* -X85095788Y-112780057D01* -X85100441Y-112789026D01* -X85104801Y-112798293D01* -X85108868Y-112807857D01* -X85112641Y-112817719D01* -X85116122Y-112827879D01* -X85119309Y-112838337D01* -X85040467Y-112856948D01* -X85037774Y-112848665D01* -X85034931Y-112840668D01* -X85031939Y-112832957D01* -X85028799Y-112825532D01* -X85025509Y-112818394D01* -X85022071Y-112811542D01* -X85018484Y-112804976D01* -X85014749Y-112798696D01* -X85010864Y-112792702D01* -X85006831Y-112786995D01* -X85002648Y-112781574D01* -X84998317Y-112776439D01* -X84993837Y-112771591D01* -X84989208Y-112767028D01* -X84984431Y-112762752D01* -X84979504Y-112758762D01* -X84974423Y-112755036D01* -X84969182Y-112751549D01* -X84963781Y-112748304D01* -X84958219Y-112745298D01* -X84952497Y-112742533D01* -X84946614Y-112740009D01* -X84940571Y-112737725D01* -X84934368Y-112735681D01* -X84928005Y-112733878D01* -X84921481Y-112732315D01* -X84914798Y-112730993D01* -X84907953Y-112729911D01* -X84900949Y-112729070D01* -X84893784Y-112728468D01* -X84886459Y-112728108D01* -X84878974Y-112727988D01* -X84870362Y-112728119D01* -X84861927Y-112728514D01* -X84853669Y-112729173D01* -X84845589Y-112730094D01* -X84837687Y-112731279D01* -X84829961Y-112732727D01* -X84822414Y-112734439D01* -X84815043Y-112736414D01* -X84807851Y-112738652D01* -X84800835Y-112741154D01* -X84793998Y-112743919D01* -X84787337Y-112746947D01* -X84780854Y-112750239D01* -X84774549Y-112753793D01* -X84768421Y-112757612D01* -X84762470Y-112761693D01* -X84756735Y-112765996D01* -X84751216Y-112770479D01* -X84745913Y-112775142D01* -X84740827Y-112779984D01* -X84735957Y-112785006D01* -X84731304Y-112790208D01* -X84726867Y-112795589D01* -X84722646Y-112801151D01* -X84718642Y-112806892D01* -X84714854Y-112812812D01* -X84711283Y-112818913D01* -X84707928Y-112825193D01* -X84704789Y-112831653D01* -X84701867Y-112838293D01* -X84699161Y-112845113D01* -X84696671Y-112852112D01* -X84694382Y-112859215D01* -X84692240Y-112866347D01* -X84690247Y-112873508D01* -X84688401Y-112880697D01* -X84686702Y-112887915D01* -X84685151Y-112895162D01* -X84683748Y-112902437D01* -X84682493Y-112909741D01* -X84681385Y-112917073D01* -X84680425Y-112924434D01* -X84679613Y-112931824D01* -X84678948Y-112939242D01* -X84678431Y-112946689D01* -X84678062Y-112954165D01* -X84677841Y-112961669D01* -X84677767Y-112969202D01* -X84677854Y-112978852D01* -X84678117Y-112988347D01* -X84678555Y-112997687D01* -X84679168Y-113006873D01* -X84679956Y-113015905D01* -X84680920Y-113024782D01* -X84682058Y-113033504D01* -X84683372Y-113042072D01* -X84684861Y-113050485D01* -X84686525Y-113058744D01* -X84688364Y-113066848D01* -X84690379Y-113074797D01* -X84692568Y-113082592D01* -X84694933Y-113090233D01* -X84697473Y-113097718D01* -X84700188Y-113105050D01* -X84703106Y-113112172D01* -X84706217Y-113119065D01* -X84709522Y-113125732D01* -X84713020Y-113132170D01* -X84716712Y-113138380D01* -X84720597Y-113144363D01* -X84724676Y-113150118D01* -X84728948Y-113155645D01* -X84733414Y-113160944D01* -X84738073Y-113166015D01* -X84742925Y-113170858D01* -X84747971Y-113175474D01* -X84753211Y-113179862D01* -X84758644Y-113184022D01* -X84764271Y-113187954D01* -X84770091Y-113191658D01* -X84776056Y-113195136D01* -X84782082Y-113198390D01* -X84788169Y-113201420D01* -X84794316Y-113204225D01* -X84800525Y-113206805D01* -X84806793Y-113209161D01* -X84813123Y-113211293D01* -X84819513Y-113213200D01* -X84825964Y-113214883D01* -X84832476Y-113216342D01* -X84839048Y-113217576D01* -X84845681Y-113218586D01* -X84852374Y-113219371D01* -X84859129Y-113219932D01* -X84865944Y-113220269D01* -X84872819Y-113220381D01* -X84881129Y-113220227D01* -X84889278Y-113219763D01* -X84897267Y-113218990D01* -X84905096Y-113217908D01* -X84912764Y-113216517D01* -X84920272Y-113214817D01* -X84927620Y-113212808D01* -X84934808Y-113210489D01* -X84941835Y-113207862D01* -X84948702Y-113204925D01* -X84955409Y-113201679D01* -X84961956Y-113198125D01* -X84968342Y-113194261D01* -X84974568Y-113190087D01* -X84980633Y-113185605D01* -X84986539Y-113180814D01* -X84992246Y-113175718D01* -X84997717Y-113170322D01* -X85002953Y-113164626D01* -X85007953Y-113158631D01* -X85012716Y-113152335D01* -X85017245Y-113145739D01* -X85021537Y-113138843D01* -X85025593Y-113131648D01* -X85029414Y-113124152D01* -X85032998Y-113116357D01* -X85036347Y-113108261D01* -X85039460Y-113099866D01* -X85042337Y-113091170D01* -X85044978Y-113082175D01* -X85047384Y-113072880D01* -X85049553Y-113063284D01* -G37* -G36* -X85401215Y-112669551D02* -G01* -X85410745Y-112670095D01* -X85420033Y-112671003D01* -X85429079Y-112672273D01* -X85437884Y-112673906D01* -X85446447Y-112675902D01* -X85454769Y-112678261D01* -X85462849Y-112680983D01* -X85470687Y-112684068D01* -X85478284Y-112687516D01* -X85485640Y-112691327D01* -X85492753Y-112695500D01* -X85499625Y-112700037D01* -X85506256Y-112704936D01* -X85512645Y-112710199D01* -X85518793Y-112715824D01* -X85524649Y-112721692D01* -X85530127Y-112727720D01* -X85535227Y-112733906D01* -X85539950Y-112740252D01* -X85544295Y-112746756D01* -X85548262Y-112753420D01* -X85551851Y-112760243D01* -X85555063Y-112767225D01* -X85557896Y-112774366D01* -X85560352Y-112781667D01* -X85562430Y-112789126D01* -X85564130Y-112796745D01* -X85565453Y-112804523D01* -X85566397Y-112812460D01* -X85566964Y-112820556D01* -X85567153Y-112828811D01* -X85566958Y-112836683D01* -X85566375Y-112844362D01* -X85565402Y-112851847D01* -X85564041Y-112859139D01* -X85562291Y-112866238D01* -X85560151Y-112873144D01* -X85557623Y-112879857D01* -X85554705Y-112886376D01* -X85551399Y-112892702D01* -X85547704Y-112898835D01* -X85545024Y-112902817D01* -X85540700Y-112908571D01* -X85535972Y-112914072D01* -X85530840Y-112919321D01* -X85525302Y-112924318D01* -X85519361Y-112929062D01* -X85513015Y-112933553D01* -X85506265Y-112937793D01* -X85499110Y-112941780D01* -X85491550Y-112945514D01* -X85483587Y-112948996D01* -X85478053Y-112951177D01* -X85484910Y-112953517D01* -X85491558Y-112956031D01* -X85497998Y-112958719D01* -X85504230Y-112961581D01* -X85510253Y-112964618D01* -X85516068Y-112967828D01* -X85521674Y-112971212D01* -X85527072Y-112974771D01* -X85532262Y-112978503D01* -X85537244Y-112982409D01* -X85542017Y-112986490D01* -X85546581Y-112990744D01* -X85550938Y-112995173D01* -X85555086Y-112999775D01* -X85559025Y-113004551D01* -X85562756Y-113009502D01* -X85566270Y-113014601D01* -X85569557Y-113019822D01* -X85572617Y-113025166D01* -X85575451Y-113030632D01* -X85578058Y-113036221D01* -X85580438Y-113041932D01* -X85582592Y-113047766D01* -X85584518Y-113053722D01* -X85586219Y-113059801D01* -X85587692Y-113066002D01* -X85588939Y-113072326D01* -X85589959Y-113078772D01* -X85590752Y-113085341D01* -X85591319Y-113092032D01* -X85591659Y-113098846D01* -X85591772Y-113105782D01* -X85591558Y-113115358D01* -X85590916Y-113124740D01* -X85589846Y-113133928D01* -X85588347Y-113142923D01* -X85586420Y-113151724D01* -X85584065Y-113160332D01* -X85581282Y-113168746D01* -X85578070Y-113176967D01* -X85574431Y-113184994D01* -X85570363Y-113192828D01* -X85565867Y-113200469D01* -X85560943Y-113207916D01* -X85555590Y-113215169D01* -X85549810Y-113222229D01* -X85543601Y-113229096D01* -X85536964Y-113235769D01* -X85529978Y-113242139D01* -X85522722Y-113248099D01* -X85515195Y-113253648D01* -X85507399Y-113258785D01* -X85499332Y-113263512D01* -X85490995Y-113267828D01* -X85482387Y-113271732D01* -X85473510Y-113275226D01* -X85464362Y-113278309D01* -X85454944Y-113280980D01* -X85445256Y-113283241D01* -X85435298Y-113285090D01* -X85425070Y-113286529D01* -X85414571Y-113287556D01* -X85403802Y-113288173D01* -X85392763Y-113288378D01* -X85381724Y-113288172D01* -X85370953Y-113287554D01* -X85360452Y-113286524D01* -X85350219Y-113285081D01* -X85340256Y-113283226D01* -X85330562Y-113280960D01* -X85321136Y-113278281D01* -X85311980Y-113275189D01* -X85303093Y-113271686D01* -X85294475Y-113267770D01* -X85286126Y-113263443D01* -X85278046Y-113258703D01* -X85270235Y-113253551D01* -X85262693Y-113247987D01* -X85255420Y-113242010D01* -X85248416Y-113235622D01* -X85241779Y-113228907D01* -X85235570Y-113221989D01* -X85229790Y-113214866D01* -X85224437Y-113207540D01* -X85219513Y-113200010D01* -X85215017Y-113192276D01* -X85210949Y-113184339D01* -X85207310Y-113176198D01* -X85204098Y-113167853D01* -X85201315Y-113159304D01* -X85198960Y-113150551D01* -X85197033Y-113141595D01* -X85195535Y-113132434D01* -X85194464Y-113123070D01* -X85193822Y-113113502D01* -X85193621Y-113104317D01* -X85269958Y-113104317D01* -X85270089Y-113110208D01* -X85270484Y-113116065D01* -X85271418Y-113123823D01* -X85272425Y-113129602D01* -X85273695Y-113135348D01* -X85275228Y-113141060D01* -X85277023Y-113146739D01* -X85279081Y-113152384D01* -X85281402Y-113157996D01* -X85283986Y-113163575D01* -X85284906Y-113165427D01* -X85287863Y-113170860D01* -X85291076Y-113176059D01* -X85294544Y-113181023D01* -X85298267Y-113185753D01* -X85302244Y-113190248D01* -X85306477Y-113194510D01* -X85310965Y-113198536D01* -X85315708Y-113202329D01* -X85320706Y-113205887D01* -X85325959Y-113209210D01* -X85329602Y-113211295D01* -X85335220Y-113214176D01* -X85340918Y-113216774D01* -X85346695Y-113219088D01* -X85352553Y-113221119D01* -X85358490Y-113222866D01* -X85364507Y-113224330D01* -X85370604Y-113225511D01* -X85376781Y-113226408D01* -X85383037Y-113227022D01* -X85389374Y-113227352D01* -X85393643Y-113227415D01* -X85400202Y-113227283D01* -X85406616Y-113226884D01* -X85412887Y-113226220D01* -X85419013Y-113225290D01* -X85424995Y-113224095D01* -X85430833Y-113222634D01* -X85436527Y-113220908D01* -X85442076Y-113218916D01* -X85450129Y-113215430D01* -X85457858Y-113211346D01* -X85465263Y-113206664D01* -X85470018Y-113203211D01* -X85474630Y-113199493D01* -X85479097Y-113195509D01* -X85481277Y-113193417D01* -X85485483Y-113189077D01* -X85489417Y-113184592D01* -X85493080Y-113179963D01* -X85498066Y-113172750D01* -X85502441Y-113165211D01* -X85506206Y-113157349D01* -X85509360Y-113149161D01* -X85511124Y-113143523D01* -X85512617Y-113137740D01* -X85513838Y-113131813D01* -X85514787Y-113125741D01* -X85515466Y-113119526D01* -X85515873Y-113113166D01* -X85516008Y-113106662D01* -X85515869Y-113100066D01* -X85515450Y-113093615D01* -X85514751Y-113087307D01* -X85513773Y-113081144D01* -X85512516Y-113075126D01* -X85510980Y-113069251D01* -X85509164Y-113063521D01* -X85507069Y-113057935D01* -X85504694Y-113052494D01* -X85502041Y-113047196D01* -X85499107Y-113042043D01* -X85495895Y-113037034D01* -X85492403Y-113032170D01* -X85488632Y-113027449D01* -X85484581Y-113022873D01* -X85480251Y-113018441D01* -X85475730Y-113014218D01* -X85471069Y-113010267D01* -X85466269Y-113006588D01* -X85461328Y-113003182D01* -X85456249Y-113000049D01* -X85451029Y-112997188D01* -X85445670Y-112994599D01* -X85440171Y-112992283D01* -X85434532Y-112990239D01* -X85428754Y-112988468D01* -X85422836Y-112986969D01* -X85416778Y-112985743D01* -X85410581Y-112984790D01* -X85404244Y-112984108D01* -X85397768Y-112983700D01* -X85391151Y-112983563D01* -X85384664Y-112983698D01* -X85378317Y-112984104D01* -X85372111Y-112984779D01* -X85366046Y-112985725D01* -X85360122Y-112986941D01* -X85354339Y-112988427D01* -X85348696Y-112990183D01* -X85343194Y-112992210D01* -X85335206Y-112995756D01* -X85327534Y-112999910D01* -X85320179Y-113004672D01* -X85315452Y-113008185D01* -X85310865Y-113011967D01* -X85306420Y-113016020D01* -X85304250Y-113018148D01* -X85300097Y-113022520D01* -X85296213Y-113027028D01* -X85292596Y-113031670D01* -X85287673Y-113038888D01* -X85283353Y-113046409D01* -X85279636Y-113054234D01* -X85276522Y-113062363D01* -X85274010Y-113070796D01* -X85272671Y-113076586D01* -X85271599Y-113082512D01* -X85270795Y-113088573D01* -X85270259Y-113094770D01* -X85269992Y-113101101D01* -X85269958Y-113104317D01* -X85193621Y-113104317D01* -X85193608Y-113103731D01* -X85193724Y-113096460D01* -X85194075Y-113089337D01* -X85194659Y-113082364D01* -X85195476Y-113075539D01* -X85196527Y-113068863D01* -X85197812Y-113062336D01* -X85199330Y-113055958D01* -X85201082Y-113049729D01* -X85203067Y-113043648D01* -X85205286Y-113037717D01* -X85207738Y-113031934D01* -X85210424Y-113026300D01* -X85213343Y-113020815D01* -X85216496Y-113015478D01* -X85219883Y-113010291D01* -X85223503Y-113005252D01* -X85227339Y-113000387D01* -X85231373Y-112995720D01* -X85235605Y-112991251D01* -X85240035Y-112986980D01* -X85244663Y-112982907D01* -X85249490Y-112979032D01* -X85254514Y-112975355D01* -X85259736Y-112971876D01* -X85265157Y-112968596D01* -X85270775Y-112965513D01* -X85276592Y-112962628D01* -X85282607Y-112959942D01* -X85288819Y-112957454D01* -X85295230Y-112955163D01* -X85301839Y-112953071D01* -X85308646Y-112951177D01* -X85302969Y-112948995D01* -X85297479Y-112946698D01* -X85289593Y-112943038D01* -X85282128Y-112939121D01* -X85275082Y-112934946D01* -X85268456Y-112930514D01* -X85262250Y-112925824D01* -X85256464Y-112920876D01* -X85251098Y-112915671D01* -X85246151Y-112910208D01* -X85241625Y-112904488D01* -X85240209Y-112902524D01* -X85236228Y-112896479D01* -X85232639Y-112890215D01* -X85229442Y-112883733D01* -X85226635Y-112877031D01* -X85224221Y-112870111D01* -X85222198Y-112862972D01* -X85220566Y-112855613D01* -X85219326Y-112848036D01* -X85218478Y-112840240D01* -X85218021Y-112832225D01* -X85217934Y-112826759D01* -X85217996Y-112823975D01* -X85293845Y-112823975D01* -X85294087Y-112831995D01* -X85294814Y-112839735D01* -X85296024Y-112847194D01* -X85297719Y-112854372D01* -X85299899Y-112861269D01* -X85302562Y-112867886D01* -X85305710Y-112874221D01* -X85309342Y-112880276D01* -X85313459Y-112886050D01* -X85318059Y-112891544D01* -X85321396Y-112895050D01* -X85326733Y-112899973D01* -X85332359Y-112904413D01* -X85338274Y-112908368D01* -X85344477Y-112911838D01* -X85350968Y-112914825D01* -X85357748Y-112917327D01* -X85364817Y-112919345D01* -X85372174Y-112920878D01* -X85379819Y-112921928D01* -X85387753Y-112922493D01* -X85393203Y-112922600D01* -X85401091Y-112922359D01* -X85408709Y-112921637D01* -X85416056Y-112920433D01* -X85423133Y-112918747D01* -X85429939Y-112916579D01* -X85436475Y-112913930D01* -X85442740Y-112910798D01* -X85448735Y-112907186D01* -X85454459Y-112903091D01* -X85459913Y-112898515D01* -X85463398Y-112895196D01* -X85468296Y-112889950D01* -X85472711Y-112884487D01* -X85476645Y-112878808D01* -X85480098Y-112872912D01* -X85483068Y-112866800D01* -X85485557Y-112860472D01* -X85487564Y-112853927D01* -X85489090Y-112847166D01* -X85490133Y-112840188D01* -X85490695Y-112832995D01* -X85490802Y-112828078D01* -X85490554Y-112820446D01* -X85489808Y-112813045D01* -X85488565Y-112805876D01* -X85486825Y-112798939D01* -X85484588Y-112792233D01* -X85481853Y-112785760D01* -X85478622Y-112779518D01* -X85474893Y-112773508D01* -X85470667Y-112767730D01* -X85465944Y-112762184D01* -X85462519Y-112758616D01* -X85457121Y-112753561D01* -X85451478Y-112749004D01* -X85445591Y-112744944D01* -X85439459Y-112741381D01* -X85433082Y-112738315D01* -X85426460Y-112735746D01* -X85419594Y-112733674D01* -X85412483Y-112732100D01* -X85405127Y-112731023D01* -X85397527Y-112730443D01* -X85392324Y-112730332D01* -X85384483Y-112730575D01* -X85376897Y-112731301D01* -X85369566Y-112732512D01* -X85362490Y-112734207D01* -X85355669Y-112736386D01* -X85349104Y-112739050D01* -X85342793Y-112742197D01* -X85336737Y-112745830D01* -X85330936Y-112749946D01* -X85325391Y-112754547D01* -X85321835Y-112757883D01* -X85316833Y-112763145D01* -X85312323Y-112768601D01* -X85308305Y-112774250D01* -X85304779Y-112780092D01* -X85301745Y-112786127D01* -X85299202Y-112792355D01* -X85297152Y-112798777D01* -X85295594Y-112805391D01* -X85294528Y-112812199D01* -X85293954Y-112819200D01* -X85293845Y-112823975D01* -X85217996Y-112823975D01* -X85218119Y-112818508D01* -X85218674Y-112810424D01* -X85219598Y-112802507D01* -X85220893Y-112794758D01* -X85222557Y-112787175D01* -X85224591Y-112779759D01* -X85226994Y-112772511D01* -X85229768Y-112765430D01* -X85232911Y-112758516D01* -X85236424Y-112751769D01* -X85240307Y-112745190D01* -X85244560Y-112738777D01* -X85249182Y-112732532D01* -X85254175Y-112726453D01* -X85259537Y-112720542D01* -X85265269Y-112714799D01* -X85271326Y-112709297D01* -X85277626Y-112704151D01* -X85284171Y-112699360D01* -X85290960Y-112694923D01* -X85297992Y-112690842D01* -X85305269Y-112687115D01* -X85312789Y-112683743D01* -X85320553Y-112680727D01* -X85328561Y-112678065D01* -X85336813Y-112675758D01* -X85345308Y-112673806D01* -X85354048Y-112672209D01* -X85363031Y-112670966D01* -X85372258Y-112670079D01* -X85381729Y-112669547D01* -X85391444Y-112669369D01* -X85401215Y-112669551D01* -G37* -G36* X91333284Y-104444040D02* G01* X91353508Y-104364026D01* @@ -69550,96 +70918,82 @@ X133667900Y-89441113D01* X133679020Y-89441060D01* X133685648Y-89441081D01* G37* -D13* -G36* -X84375674Y-118559000D02* -G01* -X84375674Y-117949369D01* -X84783217Y-117949369D01* -X84783217Y-118019711D01* -X84455541Y-118019711D01* -X84455541Y-118211979D01* -X84739107Y-118211979D01* -X84739107Y-118282321D01* -X84455541Y-118282321D01* -X84455541Y-118559000D01* -X84375674Y-118559000D01* -G37* +D16* G36* -X84881110Y-118559000D02* +X91746655Y-120431000D02* G01* -X84881110Y-117949369D01* -X84961124Y-117949369D01* -X84961124Y-118488658D01* -X85258612Y-118488658D01* -X85258612Y-118559000D01* -X84881110Y-118559000D01* +X91746655Y-119821369D01* +X91826669Y-119821369D01* +X91826669Y-120360658D01* +X92124157Y-120360658D01* +X92124157Y-120431000D01* +X91746655Y-120431000D01* G37* G36* -X85600942Y-118559000D02* +X92466487Y-120431000D02* G01* -X85526790Y-118559000D01* -X85526790Y-118083898D01* -X85521615Y-118088762D01* -X85516146Y-118093625D01* -X85510384Y-118098489D01* -X85504327Y-118103352D01* -X85497978Y-118108216D01* -X85491334Y-118113079D01* -X85484397Y-118117943D01* -X85477166Y-118122806D01* -X85472182Y-118126049D01* -X85467068Y-118129291D01* -X85461823Y-118132533D01* -X85456448Y-118135775D01* -X85451043Y-118138949D01* -X85445707Y-118142022D01* -X85440441Y-118144994D01* -X85435245Y-118147866D01* -X85427582Y-118151984D01* -X85420076Y-118155875D01* -X85412727Y-118159540D01* -X85405535Y-118162978D01* -X85398500Y-118166189D01* -X85391623Y-118169174D01* -X85384903Y-118171932D01* -X85378339Y-118174464D01* -X85378339Y-118099432D01* -X85386063Y-118095758D01* -X85393665Y-118091988D01* -X85401144Y-118088124D01* -X85408500Y-118084164D01* -X85415734Y-118080109D01* -X85422846Y-118075960D01* -X85429835Y-118071715D01* -X85436701Y-118067375D01* -X85443445Y-118062941D01* -X85450067Y-118058411D01* -X85456566Y-118053786D01* -X85462942Y-118049066D01* -X85469196Y-118044251D01* -X85475327Y-118039342D01* -X85481336Y-118034337D01* -X85487223Y-118029237D01* -X85492942Y-118024099D01* -X85498447Y-118018981D01* -X85503740Y-118013882D01* -X85508820Y-118008803D01* -X85513687Y-118003743D01* -X85518341Y-117998703D01* -X85522782Y-117993682D01* -X85527010Y-117988680D01* -X85531025Y-117983698D01* -X85534827Y-117978736D01* -X85538416Y-117973793D01* -X85541793Y-117968869D01* -X85546458Y-117961520D01* -X85550644Y-117954215D01* -X85553168Y-117949369D01* -X85600942Y-117949369D01* -X85600942Y-118559000D01* +X92392335Y-120431000D01* +X92392335Y-119955898D01* +X92387160Y-119960762D01* +X92381691Y-119965625D01* +X92375929Y-119970489D01* +X92369872Y-119975352D01* +X92363523Y-119980216D01* +X92356879Y-119985079D01* +X92349942Y-119989943D01* +X92342711Y-119994806D01* +X92337727Y-119998049D01* +X92332613Y-120001291D01* +X92327368Y-120004533D01* +X92321993Y-120007775D01* +X92316588Y-120010949D01* +X92311252Y-120014022D01* +X92305986Y-120016994D01* +X92300790Y-120019866D01* +X92293127Y-120023984D01* +X92285621Y-120027875D01* +X92278272Y-120031540D01* +X92271080Y-120034978D01* +X92264045Y-120038189D01* +X92257168Y-120041174D01* +X92250448Y-120043932D01* +X92243884Y-120046464D01* +X92243884Y-119971432D01* +X92251608Y-119967758D01* +X92259210Y-119963988D01* +X92266689Y-119960124D01* +X92274045Y-119956164D01* +X92281279Y-119952109D01* +X92288391Y-119947960D01* +X92295380Y-119943715D01* +X92302246Y-119939375D01* +X92308990Y-119934941D01* +X92315612Y-119930411D01* +X92322111Y-119925786D01* +X92328487Y-119921066D01* +X92334741Y-119916251D01* +X92340872Y-119911342D01* +X92346881Y-119906337D01* +X92352768Y-119901237D01* +X92358487Y-119896099D01* +X92363992Y-119890981D01* +X92369285Y-119885882D01* +X92374365Y-119880803D01* +X92379232Y-119875743D01* +X92383886Y-119870703D01* +X92388327Y-119865682D01* +X92392555Y-119860680D01* +X92396570Y-119855698D01* +X92400372Y-119850736D01* +X92403962Y-119845793D01* +X92407338Y-119840869D01* +X92412003Y-119833520D01* +X92416189Y-119826215D01* +X92418713Y-119821369D01* +X92466487Y-119821369D01* +X92466487Y-120431000D01* G37* -D14* +D15* G36* X127967285Y-67790765D02* G01* @@ -70634,643 +71988,643 @@ X135671180Y-79513751D01* X135678107Y-79513727D01* X135685315Y-79513751D01* G37* -D15* +D16* G36* -X113571284Y-90444040D02* +X113555284Y-90486040D02* G01* -X113591508Y-90364026D01* -X113597708Y-90365640D01* -X113603815Y-90367333D01* -X113609830Y-90369105D01* -X113615752Y-90370955D01* -X113621581Y-90372883D01* -X113627317Y-90374890D01* -X113632961Y-90376975D01* -X113638512Y-90379138D01* -X113643970Y-90381380D01* -X113654609Y-90386100D01* -X113664876Y-90391132D01* -X113674772Y-90396479D01* -X113684298Y-90402139D01* -X113693452Y-90408113D01* -X113702236Y-90414401D01* -X113710649Y-90421003D01* -X113718690Y-90427918D01* -X113726361Y-90435147D01* -X113733661Y-90442689D01* -X113740590Y-90450545D01* -X113743915Y-90454591D01* -X113750268Y-90462857D01* -X113756211Y-90471350D01* -X113761744Y-90480071D01* -X113766868Y-90489020D01* -X113771581Y-90498197D01* -X113775885Y-90507602D01* -X113779779Y-90517234D01* -X113783263Y-90527095D01* -X113786337Y-90537183D01* -X113789001Y-90547499D01* -X113791255Y-90558043D01* -X113793099Y-90568814D01* -X113794534Y-90579814D01* -X113795559Y-90591041D01* -X113796173Y-90602496D01* -X113796378Y-90614179D01* -X113796339Y-90620253D01* -X113796222Y-90626255D01* -X113796027Y-90632186D01* -X113795753Y-90638046D01* -X113794972Y-90649551D01* -X113793878Y-90660772D01* -X113792471Y-90671707D01* -X113790752Y-90682357D01* -X113788721Y-90692723D01* -X113786377Y-90702803D01* -X113783720Y-90712598D01* -X113780751Y-90722108D01* -X113777469Y-90731333D01* -X113773875Y-90740273D01* -X113769968Y-90748928D01* -X113765748Y-90757297D01* -X113761216Y-90765382D01* -X113756371Y-90773181D01* -X113751231Y-90780706D01* -X113745811Y-90788003D01* -X113740112Y-90795072D01* -X113734133Y-90801914D01* -X113727875Y-90808527D01* -X113721338Y-90814913D01* -X113714521Y-90821070D01* -X113707425Y-90827000D01* -X113700050Y-90832702D01* -X113692395Y-90838177D01* -X113684461Y-90843423D01* -X113676248Y-90848442D01* -X113667755Y-90853233D01* -X113658983Y-90857796D01* -X113649931Y-90862131D01* -X113640600Y-90866238D01* -X113631068Y-90870106D01* -X113621449Y-90873725D01* -X113611742Y-90877095D01* -X113601949Y-90880215D01* -X113592069Y-90883085D01* -X113582101Y-90885706D01* -X113572047Y-90888077D01* -X113561905Y-90890198D01* -X113551677Y-90892070D01* -X113541361Y-90893692D01* -X113530959Y-90895065D01* -X113520469Y-90896188D01* -X113509893Y-90897062D01* -X113499230Y-90897686D01* -X113488479Y-90898060D01* -X113477642Y-90898185D01* -X113471730Y-90898150D01* -X113465866Y-90898044D01* -X113454281Y-90897622D01* -X113442886Y-90896917D01* -X113431681Y-90895932D01* -X113420666Y-90894664D01* -X113409841Y-90893115D01* -X113399206Y-90891285D01* -X113388762Y-90889172D01* -X113378507Y-90886778D01* -X113368442Y-90884103D01* -X113358567Y-90881146D01* -X113348883Y-90877907D01* -X113339388Y-90874386D01* -X113330084Y-90870584D01* -X113320969Y-90866500D01* -X113312045Y-90862135D01* -X113303348Y-90857509D01* -X113294917Y-90852646D01* -X113286752Y-90847544D01* -X113278852Y-90842204D01* -X113271218Y-90836627D01* -X113263850Y-90830810D01* -X113256747Y-90824756D01* -X113249909Y-90818464D01* -X113243338Y-90811934D01* -X113237032Y-90805165D01* -X113230991Y-90798158D01* -X113225217Y-90790913D01* -X113219707Y-90783430D01* -X113214464Y-90775709D01* -X113209486Y-90767750D01* -X113204773Y-90759553D01* -X113200319Y-90751166D01* -X113196152Y-90742677D01* -X113192273Y-90734085D01* -X113188681Y-90725389D01* -X113185376Y-90716591D01* -X113182359Y-90707689D01* -X113179629Y-90698685D01* -X113177186Y-90689577D01* -X113175031Y-90680366D01* -X113173163Y-90671053D01* -X113171583Y-90661636D01* -X113170289Y-90652116D01* -X113169284Y-90642494D01* -X113168565Y-90632768D01* -X113168134Y-90622939D01* -X113167990Y-90613007D01* -X113168173Y-90601781D01* -X113168721Y-90590780D01* -X113169634Y-90580005D01* -X113170912Y-90569455D01* -X113172556Y-90559131D01* -X113174564Y-90549033D01* -X113176938Y-90539160D01* -X113179677Y-90529513D01* -X113182782Y-90520091D01* -X113186251Y-90510894D01* -X113190086Y-90501924D01* -X113194286Y-90493178D01* -X113198851Y-90484659D01* -X113203782Y-90476365D01* -X113209078Y-90468296D01* -X113214739Y-90460453D01* -X113220731Y-90452869D01* -X113227021Y-90445578D01* -X113233609Y-90438581D01* -X113240494Y-90431876D01* -X113247677Y-90425465D01* -X113255158Y-90419347D01* -X113262936Y-90413522D01* -X113271012Y-90407989D01* -X113279386Y-90402750D01* -X113288057Y-90397805D01* -X113297026Y-90393152D01* -X113306293Y-90388792D01* -X113315857Y-90384725D01* -X113325719Y-90380952D01* -X113335879Y-90377471D01* -X113346337Y-90374284D01* -X113364948Y-90453126D01* -X113356665Y-90455819D01* -X113348668Y-90458662D01* -X113340957Y-90461654D01* -X113333532Y-90464794D01* -X113326394Y-90468084D01* -X113319542Y-90471522D01* -X113312976Y-90475109D01* -X113306696Y-90478844D01* -X113300702Y-90482729D01* -X113294995Y-90486762D01* -X113289574Y-90490945D01* -X113284439Y-90495276D01* -X113279591Y-90499756D01* -X113275028Y-90504385D01* -X113270752Y-90509162D01* -X113266762Y-90514089D01* -X113263036Y-90519170D01* -X113259549Y-90524411D01* -X113256304Y-90529812D01* -X113253298Y-90535374D01* -X113250533Y-90541096D01* -X113248009Y-90546979D01* -X113245725Y-90553022D01* -X113243681Y-90559225D01* -X113241878Y-90565588D01* -X113240315Y-90572112D01* -X113238993Y-90578795D01* -X113237911Y-90585640D01* -X113237070Y-90592644D01* -X113236468Y-90599809D01* -X113236108Y-90607134D01* -X113235988Y-90614619D01* -X113236119Y-90623231D01* -X113236514Y-90631666D01* -X113237173Y-90639924D01* -X113238094Y-90648004D01* -X113239279Y-90655906D01* -X113240727Y-90663632D01* -X113242439Y-90671179D01* -X113244414Y-90678550D01* -X113246652Y-90685742D01* -X113249154Y-90692758D01* -X113251919Y-90699595D01* -X113254947Y-90706256D01* -X113258239Y-90712739D01* -X113261793Y-90719044D01* -X113265612Y-90725172D01* -X113269693Y-90731123D01* -X113273996Y-90736858D01* -X113278479Y-90742377D01* -X113283142Y-90747680D01* -X113287984Y-90752766D01* -X113293006Y-90757636D01* -X113298208Y-90762289D01* -X113303589Y-90766726D01* -X113309151Y-90770947D01* -X113314892Y-90774951D01* -X113320812Y-90778739D01* -X113326913Y-90782310D01* -X113333193Y-90785665D01* -X113339653Y-90788804D01* -X113346293Y-90791726D01* -X113353113Y-90794432D01* -X113360112Y-90796922D01* -X113367215Y-90799211D01* -X113374347Y-90801353D01* -X113381508Y-90803346D01* -X113388697Y-90805192D01* -X113395915Y-90806891D01* -X113403162Y-90808442D01* -X113410437Y-90809845D01* -X113417741Y-90811100D01* -X113425073Y-90812208D01* -X113432434Y-90813168D01* -X113439824Y-90813980D01* -X113447242Y-90814645D01* -X113454689Y-90815162D01* -X113462165Y-90815531D01* -X113469669Y-90815752D01* -X113477202Y-90815826D01* -X113486852Y-90815739D01* -X113496347Y-90815476D01* -X113505687Y-90815038D01* -X113514873Y-90814425D01* -X113523905Y-90813637D01* -X113532782Y-90812673D01* -X113541504Y-90811535D01* -X113550072Y-90810221D01* -X113558485Y-90808732D01* -X113566744Y-90807068D01* -X113574848Y-90805229D01* -X113582797Y-90803214D01* -X113590592Y-90801025D01* -X113598233Y-90798660D01* -X113605718Y-90796120D01* -X113613050Y-90793405D01* -X113620172Y-90790487D01* -X113627065Y-90787376D01* -X113633732Y-90784071D01* -X113640170Y-90780573D01* -X113646380Y-90776881D01* -X113652363Y-90772996D01* -X113658118Y-90768917D01* -X113663645Y-90764645D01* -X113668944Y-90760179D01* -X113674015Y-90755520D01* -X113678858Y-90750668D01* -X113683474Y-90745622D01* -X113687862Y-90740382D01* -X113692022Y-90734949D01* -X113695954Y-90729322D01* -X113699658Y-90723502D01* -X113703136Y-90717537D01* -X113706390Y-90711511D01* -X113709420Y-90705424D01* -X113712225Y-90699277D01* -X113714805Y-90693068D01* -X113717161Y-90686800D01* -X113719293Y-90680470D01* -X113721200Y-90674080D01* -X113722883Y-90667629D01* -X113724342Y-90661117D01* -X113725576Y-90654545D01* -X113726586Y-90647912D01* -X113727371Y-90641219D01* -X113727932Y-90634464D01* -X113728269Y-90627649D01* -X113728381Y-90620774D01* -X113728227Y-90612464D01* -X113727763Y-90604315D01* -X113726990Y-90596326D01* -X113725908Y-90588497D01* -X113724517Y-90580829D01* -X113722817Y-90573321D01* -X113720808Y-90565973D01* -X113718489Y-90558785D01* -X113715862Y-90551758D01* -X113712925Y-90544891D01* -X113709679Y-90538184D01* -X113706125Y-90531637D01* -X113702261Y-90525251D01* -X113698087Y-90519025D01* -X113693605Y-90512960D01* -X113688814Y-90507054D01* -X113683718Y-90501347D01* -X113678322Y-90495876D01* -X113672626Y-90490640D01* -X113666631Y-90485640D01* -X113660335Y-90480877D01* -X113653739Y-90476348D01* -X113646843Y-90472056D01* -X113639648Y-90468000D01* -X113632152Y-90464179D01* -X113624357Y-90460595D01* -X113616261Y-90457246D01* -X113607866Y-90454133D01* -X113599170Y-90451256D01* -X113590175Y-90448615D01* -X113580880Y-90446209D01* -X113571284Y-90444040D01* +X113575508Y-90406026D01* +X113581708Y-90407640D01* +X113587815Y-90409333D01* +X113593830Y-90411105D01* +X113599752Y-90412955D01* +X113605581Y-90414883D01* +X113611317Y-90416890D01* +X113616961Y-90418975D01* +X113622512Y-90421138D01* +X113627970Y-90423380D01* +X113638609Y-90428100D01* +X113648876Y-90433132D01* +X113658772Y-90438479D01* +X113668298Y-90444139D01* +X113677452Y-90450113D01* +X113686236Y-90456401D01* +X113694649Y-90463003D01* +X113702690Y-90469918D01* +X113710361Y-90477147D01* +X113717661Y-90484689D01* +X113724590Y-90492545D01* +X113727915Y-90496591D01* +X113734268Y-90504857D01* +X113740211Y-90513350D01* +X113745744Y-90522071D01* +X113750868Y-90531020D01* +X113755581Y-90540197D01* +X113759885Y-90549602D01* +X113763779Y-90559234D01* +X113767263Y-90569095D01* +X113770337Y-90579183D01* +X113773001Y-90589499D01* +X113775255Y-90600043D01* +X113777099Y-90610814D01* +X113778534Y-90621814D01* +X113779559Y-90633041D01* +X113780173Y-90644496D01* +X113780378Y-90656179D01* +X113780339Y-90662253D01* +X113780222Y-90668255D01* +X113780027Y-90674186D01* +X113779753Y-90680046D01* +X113778972Y-90691551D01* +X113777878Y-90702772D01* +X113776471Y-90713707D01* +X113774752Y-90724357D01* +X113772721Y-90734723D01* +X113770377Y-90744803D01* +X113767720Y-90754598D01* +X113764751Y-90764108D01* +X113761469Y-90773333D01* +X113757875Y-90782273D01* +X113753968Y-90790928D01* +X113749748Y-90799297D01* +X113745216Y-90807382D01* +X113740371Y-90815181D01* +X113735231Y-90822706D01* +X113729811Y-90830003D01* +X113724112Y-90837072D01* +X113718133Y-90843914D01* +X113711875Y-90850527D01* +X113705338Y-90856913D01* +X113698521Y-90863070D01* +X113691425Y-90869000D01* +X113684050Y-90874702D01* +X113676395Y-90880177D01* +X113668461Y-90885423D01* +X113660248Y-90890442D01* +X113651755Y-90895233D01* +X113642983Y-90899796D01* +X113633931Y-90904131D01* +X113624600Y-90908238D01* +X113615068Y-90912106D01* +X113605449Y-90915725D01* +X113595742Y-90919095D01* +X113585949Y-90922215D01* +X113576069Y-90925085D01* +X113566101Y-90927706D01* +X113556047Y-90930077D01* +X113545905Y-90932198D01* +X113535677Y-90934070D01* +X113525361Y-90935692D01* +X113514959Y-90937065D01* +X113504469Y-90938188D01* +X113493893Y-90939062D01* +X113483230Y-90939686D01* +X113472479Y-90940060D01* +X113461642Y-90940185D01* +X113455730Y-90940150D01* +X113449866Y-90940044D01* +X113438281Y-90939622D01* +X113426886Y-90938917D01* +X113415681Y-90937932D01* +X113404666Y-90936664D01* +X113393841Y-90935115D01* +X113383206Y-90933285D01* +X113372762Y-90931172D01* +X113362507Y-90928778D01* +X113352442Y-90926103D01* +X113342567Y-90923146D01* +X113332883Y-90919907D01* +X113323388Y-90916386D01* +X113314084Y-90912584D01* +X113304969Y-90908500D01* +X113296045Y-90904135D01* +X113287348Y-90899509D01* +X113278917Y-90894646D01* +X113270752Y-90889544D01* +X113262852Y-90884204D01* +X113255218Y-90878627D01* +X113247850Y-90872810D01* +X113240747Y-90866756D01* +X113233909Y-90860464D01* +X113227338Y-90853934D01* +X113221032Y-90847165D01* +X113214991Y-90840158D01* +X113209217Y-90832913D01* +X113203707Y-90825430D01* +X113198464Y-90817709D01* +X113193486Y-90809750D01* +X113188773Y-90801553D01* +X113184319Y-90793166D01* +X113180152Y-90784677D01* +X113176273Y-90776085D01* +X113172681Y-90767389D01* +X113169376Y-90758591D01* +X113166359Y-90749689D01* +X113163629Y-90740685D01* +X113161186Y-90731577D01* +X113159031Y-90722366D01* +X113157163Y-90713053D01* +X113155583Y-90703636D01* +X113154289Y-90694116D01* +X113153284Y-90684494D01* +X113152565Y-90674768D01* +X113152134Y-90664939D01* +X113151990Y-90655007D01* +X113152173Y-90643781D01* +X113152721Y-90632780D01* +X113153634Y-90622005D01* +X113154912Y-90611455D01* +X113156556Y-90601131D01* +X113158564Y-90591033D01* +X113160938Y-90581160D01* +X113163677Y-90571513D01* +X113166782Y-90562091D01* +X113170251Y-90552894D01* +X113174086Y-90543924D01* +X113178286Y-90535178D01* +X113182851Y-90526659D01* +X113187782Y-90518365D01* +X113193078Y-90510296D01* +X113198739Y-90502453D01* +X113204731Y-90494869D01* +X113211021Y-90487578D01* +X113217609Y-90480581D01* +X113224494Y-90473876D01* +X113231677Y-90467465D01* +X113239158Y-90461347D01* +X113246936Y-90455522D01* +X113255012Y-90449989D01* +X113263386Y-90444750D01* +X113272057Y-90439805D01* +X113281026Y-90435152D01* +X113290293Y-90430792D01* +X113299857Y-90426725D01* +X113309719Y-90422952D01* +X113319879Y-90419471D01* +X113330337Y-90416284D01* +X113348948Y-90495126D01* +X113340665Y-90497819D01* +X113332668Y-90500662D01* +X113324957Y-90503654D01* +X113317532Y-90506794D01* +X113310394Y-90510084D01* +X113303542Y-90513522D01* +X113296976Y-90517109D01* +X113290696Y-90520844D01* +X113284702Y-90524729D01* +X113278995Y-90528762D01* +X113273574Y-90532945D01* +X113268439Y-90537276D01* +X113263591Y-90541756D01* +X113259028Y-90546385D01* +X113254752Y-90551162D01* +X113250762Y-90556089D01* +X113247036Y-90561170D01* +X113243549Y-90566411D01* +X113240304Y-90571812D01* +X113237298Y-90577374D01* +X113234533Y-90583096D01* +X113232009Y-90588979D01* +X113229725Y-90595022D01* +X113227681Y-90601225D01* +X113225878Y-90607588D01* +X113224315Y-90614112D01* +X113222993Y-90620795D01* +X113221911Y-90627640D01* +X113221070Y-90634644D01* +X113220468Y-90641809D01* +X113220108Y-90649134D01* +X113219988Y-90656619D01* +X113220119Y-90665231D01* +X113220514Y-90673666D01* +X113221173Y-90681924D01* +X113222094Y-90690004D01* +X113223279Y-90697906D01* +X113224727Y-90705632D01* +X113226439Y-90713179D01* +X113228414Y-90720550D01* +X113230652Y-90727742D01* +X113233154Y-90734758D01* +X113235919Y-90741595D01* +X113238947Y-90748256D01* +X113242239Y-90754739D01* +X113245793Y-90761044D01* +X113249612Y-90767172D01* +X113253693Y-90773123D01* +X113257996Y-90778858D01* +X113262479Y-90784377D01* +X113267142Y-90789680D01* +X113271984Y-90794766D01* +X113277006Y-90799636D01* +X113282208Y-90804289D01* +X113287589Y-90808726D01* +X113293151Y-90812947D01* +X113298892Y-90816951D01* +X113304812Y-90820739D01* +X113310913Y-90824310D01* +X113317193Y-90827665D01* +X113323653Y-90830804D01* +X113330293Y-90833726D01* +X113337113Y-90836432D01* +X113344112Y-90838922D01* +X113351215Y-90841211D01* +X113358347Y-90843353D01* +X113365508Y-90845346D01* +X113372697Y-90847192D01* +X113379915Y-90848891D01* +X113387162Y-90850442D01* +X113394437Y-90851845D01* +X113401741Y-90853100D01* +X113409073Y-90854208D01* +X113416434Y-90855168D01* +X113423824Y-90855980D01* +X113431242Y-90856645D01* +X113438689Y-90857162D01* +X113446165Y-90857531D01* +X113453669Y-90857752D01* +X113461202Y-90857826D01* +X113470852Y-90857739D01* +X113480347Y-90857476D01* +X113489687Y-90857038D01* +X113498873Y-90856425D01* +X113507905Y-90855637D01* +X113516782Y-90854673D01* +X113525504Y-90853535D01* +X113534072Y-90852221D01* +X113542485Y-90850732D01* +X113550744Y-90849068D01* +X113558848Y-90847229D01* +X113566797Y-90845214D01* +X113574592Y-90843025D01* +X113582233Y-90840660D01* +X113589718Y-90838120D01* +X113597050Y-90835405D01* +X113604172Y-90832487D01* +X113611065Y-90829376D01* +X113617732Y-90826071D01* +X113624170Y-90822573D01* +X113630380Y-90818881D01* +X113636363Y-90814996D01* +X113642118Y-90810917D01* +X113647645Y-90806645D01* +X113652944Y-90802179D01* +X113658015Y-90797520D01* +X113662858Y-90792668D01* +X113667474Y-90787622D01* +X113671862Y-90782382D01* +X113676022Y-90776949D01* +X113679954Y-90771322D01* +X113683658Y-90765502D01* +X113687136Y-90759537D01* +X113690390Y-90753511D01* +X113693420Y-90747424D01* +X113696225Y-90741277D01* +X113698805Y-90735068D01* +X113701161Y-90728800D01* +X113703293Y-90722470D01* +X113705200Y-90716080D01* +X113706883Y-90709629D01* +X113708342Y-90703117D01* +X113709576Y-90696545D01* +X113710586Y-90689912D01* +X113711371Y-90683219D01* +X113711932Y-90676464D01* +X113712269Y-90669649D01* +X113712381Y-90662774D01* +X113712227Y-90654464D01* +X113711763Y-90646315D01* +X113710990Y-90638326D01* +X113709908Y-90630497D01* +X113708517Y-90622829D01* +X113706817Y-90615321D01* +X113704808Y-90607973D01* +X113702489Y-90600785D01* +X113699862Y-90593758D01* +X113696925Y-90586891D01* +X113693679Y-90580184D01* +X113690125Y-90573637D01* +X113686261Y-90567251D01* +X113682087Y-90561025D01* +X113677605Y-90554960D01* +X113672814Y-90549054D01* +X113667718Y-90543347D01* +X113662322Y-90537876D01* +X113656626Y-90532640D01* +X113650631Y-90527640D01* +X113644335Y-90522877D01* +X113637739Y-90518348D01* +X113630843Y-90514056D01* +X113623648Y-90510000D01* +X113616152Y-90506179D01* +X113608357Y-90502595D01* +X113600261Y-90499246D01* +X113591866Y-90496133D01* +X113583170Y-90493256D01* +X113574175Y-90490615D01* +X113564880Y-90488209D01* +X113555284Y-90486040D01* G37* G36* -X113787000Y-90019643D02* +X113771000Y-90061643D02* G01* -X113787000Y-90093795D01* -X113311898Y-90093795D01* -X113316762Y-90098971D01* -X113321625Y-90104440D01* -X113326489Y-90110202D01* -X113331352Y-90116258D01* -X113336216Y-90122608D01* -X113341079Y-90129252D01* -X113345943Y-90136189D01* -X113350806Y-90143420D01* -X113354049Y-90148403D01* -X113357291Y-90153517D01* -X113360533Y-90158762D01* -X113363775Y-90164137D01* -X113366949Y-90169543D01* -X113370022Y-90174879D01* -X113372994Y-90180145D01* -X113375866Y-90185341D01* -X113379984Y-90193004D01* -X113383875Y-90200510D01* -X113387540Y-90207859D01* -X113390978Y-90215051D01* -X113394189Y-90222085D01* -X113397174Y-90228963D01* -X113399932Y-90235683D01* -X113402464Y-90242246D01* -X113327432Y-90242246D01* -X113323758Y-90234522D01* -X113319988Y-90226921D01* -X113316124Y-90219442D01* -X113312164Y-90212085D01* -X113308109Y-90204851D01* -X113303960Y-90197740D01* -X113299715Y-90190751D01* -X113295375Y-90183884D01* -X113290941Y-90177140D01* -X113286411Y-90170519D01* -X113281786Y-90164020D01* -X113277066Y-90157644D01* -X113272251Y-90151390D01* -X113267342Y-90145258D01* -X113262337Y-90139249D01* -X113257237Y-90133363D01* -X113252099Y-90127644D01* -X113246981Y-90122138D01* -X113241882Y-90116846D01* -X113236803Y-90111766D01* -X113231743Y-90106899D01* -X113226703Y-90102245D01* -X113221682Y-90097804D01* -X113216680Y-90093576D01* -X113211698Y-90089561D01* -X113206736Y-90085758D01* -X113201793Y-90082169D01* -X113196869Y-90078793D01* -X113189520Y-90074128D01* -X113182215Y-90069942D01* -X113177369Y-90067417D01* -X113177369Y-90019643D01* -X113787000Y-90019643D01* +X113771000Y-90135795D01* +X113295898Y-90135795D01* +X113300762Y-90140971D01* +X113305625Y-90146440D01* +X113310489Y-90152202D01* +X113315352Y-90158258D01* +X113320216Y-90164608D01* +X113325079Y-90171252D01* +X113329943Y-90178189D01* +X113334806Y-90185420D01* +X113338049Y-90190403D01* +X113341291Y-90195517D01* +X113344533Y-90200762D01* +X113347775Y-90206137D01* +X113350949Y-90211543D01* +X113354022Y-90216879D01* +X113356994Y-90222145D01* +X113359866Y-90227341D01* +X113363984Y-90235004D01* +X113367875Y-90242510D01* +X113371540Y-90249859D01* +X113374978Y-90257051D01* +X113378189Y-90264085D01* +X113381174Y-90270963D01* +X113383932Y-90277683D01* +X113386464Y-90284246D01* +X113311432Y-90284246D01* +X113307758Y-90276522D01* +X113303988Y-90268921D01* +X113300124Y-90261442D01* +X113296164Y-90254085D01* +X113292109Y-90246851D01* +X113287960Y-90239740D01* +X113283715Y-90232751D01* +X113279375Y-90225884D01* +X113274941Y-90219140D01* +X113270411Y-90212519D01* +X113265786Y-90206020D01* +X113261066Y-90199644D01* +X113256251Y-90193390D01* +X113251342Y-90187258D01* +X113246337Y-90181249D01* +X113241237Y-90175363D01* +X113236099Y-90169644D01* +X113230981Y-90164138D01* +X113225882Y-90158846D01* +X113220803Y-90153766D01* +X113215743Y-90148899D01* +X113210703Y-90144245D01* +X113205682Y-90139804D01* +X113200680Y-90135576D01* +X113195698Y-90131561D01* +X113190736Y-90127758D01* +X113185793Y-90124169D01* +X113180869Y-90120793D01* +X113173520Y-90116128D01* +X113166215Y-90111942D01* +X113161369Y-90109417D01* +X113161369Y-90061643D01* +X113771000Y-90061643D01* G37* G36* -X113627558Y-89831918D02* +X113611558Y-89873918D02* G01* -X113620963Y-89753956D01* -X113627979Y-89752786D01* -X113634773Y-89751437D01* -X113641346Y-89749910D01* -X113647699Y-89748204D01* -X113653830Y-89746320D01* -X113659741Y-89744256D01* -X113665430Y-89742015D01* -X113670899Y-89739595D01* -X113678687Y-89735629D01* -X113685979Y-89731262D01* -X113692773Y-89726493D01* -X113699070Y-89721322D01* -X113704870Y-89715749D01* -X113706692Y-89713802D01* -X113711826Y-89707780D01* -X113716454Y-89701529D01* -X113720577Y-89695048D01* -X113724196Y-89688338D01* -X113727309Y-89681399D01* -X113729918Y-89674230D01* -X113732021Y-89666832D01* -X113733620Y-89659205D01* -X113734714Y-89651349D01* -X113735303Y-89643263D01* -X113735415Y-89637745D01* -X113735254Y-89631123D01* -X113734770Y-89624629D01* -X113733963Y-89618264D01* -X113732833Y-89612026D01* -X113731380Y-89605917D01* -X113729604Y-89599936D01* -X113727505Y-89594084D01* -X113725084Y-89588359D01* -X113722340Y-89582763D01* -X113719272Y-89577295D01* -X113715882Y-89571955D01* -X113712170Y-89566744D01* -X113708134Y-89561661D01* -X113703775Y-89556705D01* -X113699094Y-89551879D01* -X113694090Y-89547180D01* -X113688819Y-89542673D01* -X113683339Y-89538456D01* -X113677649Y-89534530D01* -X113671750Y-89530895D01* -X113665642Y-89527551D01* -X113659324Y-89524497D01* -X113652796Y-89521735D01* -X113646059Y-89519263D01* -X113639113Y-89517082D01* -X113631956Y-89515192D01* -X113624591Y-89513592D01* -X113617016Y-89512284D01* -X113609231Y-89511266D01* -X113601237Y-89510539D01* -X113593033Y-89510103D01* -X113584620Y-89509957D01* -X113576612Y-89510097D01* -X113568818Y-89510516D01* -X113561238Y-89511214D01* -X113553873Y-89512192D01* -X113546721Y-89513449D01* -X113539784Y-89514986D01* -X113533060Y-89516802D01* -X113526551Y-89518897D01* -X113520256Y-89521271D01* -X113514175Y-89523925D01* -X113508308Y-89526858D01* -X113502655Y-89530071D01* -X113497216Y-89533563D01* -X113491992Y-89537334D01* -X113486981Y-89541385D01* -X113482184Y-89545715D01* -X113477642Y-89550252D01* -X113473392Y-89554963D01* -X113469435Y-89559846D01* -X113465771Y-89564903D01* -X113462401Y-89570132D01* -X113459323Y-89575534D01* -X113456539Y-89581109D01* -X113454048Y-89586857D01* -X113451849Y-89592778D01* -X113449944Y-89598872D01* -X113448332Y-89605138D01* -X113447013Y-89611578D01* -X113445988Y-89618190D01* -X113445255Y-89624975D01* -X113444815Y-89631933D01* -X113444669Y-89639064D01* -X113444818Y-89645708D01* -X113445266Y-89652231D01* -X113446013Y-89658633D01* -X113447059Y-89664913D01* -X113448404Y-89671073D01* -X113450047Y-89677112D01* -X113451990Y-89683029D01* -X113454231Y-89688826D01* -X113456771Y-89694501D01* -X113459610Y-89700055D01* -X113461668Y-89703691D01* -X113464918Y-89708996D01* -X113468348Y-89714084D01* -X113471959Y-89718956D01* -X113475750Y-89723612D01* -X113479721Y-89728051D01* -X113483873Y-89732274D01* -X113488205Y-89736281D01* -X113492717Y-89740071D01* -X113497410Y-89743645D01* -X113502283Y-89747002D01* -X113505632Y-89749120D01* -X113496546Y-89818729D01* -X113186748Y-89760257D01* -X113186748Y-89459692D01* -X113257090Y-89459692D01* -X113257090Y-89700906D01* -X113419463Y-89733440D01* -X113415133Y-89726605D01* -X113411082Y-89719731D01* -X113407311Y-89712816D01* -X113403819Y-89705862D01* -X113400607Y-89698867D01* -X113397673Y-89691832D01* -X113395019Y-89684757D01* -X113392645Y-89677642D01* -X113390550Y-89670487D01* -X113388734Y-89663292D01* -X113387198Y-89656057D01* -X113385941Y-89648782D01* -X113384963Y-89641467D01* -X113384264Y-89634111D01* -X113383845Y-89626716D01* -X113383706Y-89619280D01* -X113383921Y-89609485D01* -X113384567Y-89599884D01* -X113385643Y-89590476D01* -X113387150Y-89581261D01* -X113389087Y-89572240D01* -X113391454Y-89563412D01* -X113394252Y-89554778D01* -X113397481Y-89546337D01* -X113401140Y-89538090D01* -X113405230Y-89530036D01* -X113409750Y-89522176D01* -X113414700Y-89514509D01* -X113420081Y-89507036D01* -X113425893Y-89499756D01* -X113432134Y-89492670D01* -X113438807Y-89485777D01* -X113445800Y-89479176D01* -X113453040Y-89473000D01* -X113460528Y-89467251D01* -X113468263Y-89461927D01* -X113476245Y-89457029D01* -X113484474Y-89452557D01* -X113492951Y-89448511D01* -X113501675Y-89444891D01* -X113510646Y-89441697D01* -X113519865Y-89438929D01* -X113529331Y-89436586D01* -X113539044Y-89434670D01* -X113549005Y-89433179D01* -X113559213Y-89432114D01* -X113569668Y-89431475D01* -X113580370Y-89431262D01* -X113590577Y-89431449D01* -X113600609Y-89432009D01* -X113610466Y-89432942D01* -X113620148Y-89434248D01* -X113629655Y-89435928D01* -X113638986Y-89437981D01* -X113648142Y-89440407D01* -X113657123Y-89443206D01* -X113665929Y-89446378D01* -X113674560Y-89449924D01* -X113683016Y-89453843D01* -X113691296Y-89458135D01* -X113699401Y-89462801D01* -X113707331Y-89467839D01* -X113715086Y-89473251D01* -X113722666Y-89479036D01* -X113731592Y-89486474D01* -X113739942Y-89494243D01* -X113747717Y-89502342D01* -X113754915Y-89510773D01* -X113761538Y-89519534D01* -X113767584Y-89528626D01* -X113773055Y-89538049D01* -X113777950Y-89547803D01* -X113782269Y-89557888D01* -X113786013Y-89568303D01* -X113789180Y-89579050D01* -X113791771Y-89590127D01* -X113793787Y-89601535D01* -X113794579Y-89607363D01* -X113795227Y-89613274D01* -X113795731Y-89619268D01* -X113796090Y-89625344D01* -X113796306Y-89631503D01* -X113796378Y-89637745D01* -X113796198Y-89647940D01* -X113795657Y-89657898D01* -X113794756Y-89667618D01* -X113793493Y-89677102D01* -X113791870Y-89686349D01* -X113789887Y-89695358D01* -X113787543Y-89704131D01* -X113784838Y-89712667D01* -X113781773Y-89720965D01* -X113778346Y-89729027D01* -X113774560Y-89736852D01* -X113770412Y-89744440D01* -X113765904Y-89751790D01* -X113761036Y-89758904D01* -X113755806Y-89765781D01* -X113750217Y-89772421D01* -X113744311Y-89778750D01* -X113738170Y-89784731D01* -X113731795Y-89790363D01* -X113725185Y-89795648D01* -X113718340Y-89800585D01* -X113711261Y-89805174D01* -X113703946Y-89809414D01* -X113696398Y-89813307D01* -X113688614Y-89816852D01* -X113680596Y-89820048D01* -X113672343Y-89822897D01* -X113663855Y-89825397D01* -X113655133Y-89827549D01* -X113646176Y-89829354D01* -X113636984Y-89830810D01* -X113627558Y-89831918D01* +X113604963Y-89795956D01* +X113611979Y-89794786D01* +X113618773Y-89793437D01* +X113625346Y-89791910D01* +X113631699Y-89790204D01* +X113637830Y-89788320D01* +X113643741Y-89786256D01* +X113649430Y-89784015D01* +X113654899Y-89781595D01* +X113662687Y-89777629D01* +X113669979Y-89773262D01* +X113676773Y-89768493D01* +X113683070Y-89763322D01* +X113688870Y-89757749D01* +X113690692Y-89755802D01* +X113695826Y-89749780D01* +X113700454Y-89743529D01* +X113704577Y-89737048D01* +X113708196Y-89730338D01* +X113711309Y-89723399D01* +X113713918Y-89716230D01* +X113716021Y-89708832D01* +X113717620Y-89701205D01* +X113718714Y-89693349D01* +X113719303Y-89685263D01* +X113719415Y-89679745D01* +X113719254Y-89673123D01* +X113718770Y-89666629D01* +X113717963Y-89660264D01* +X113716833Y-89654026D01* +X113715380Y-89647917D01* +X113713604Y-89641936D01* +X113711505Y-89636084D01* +X113709084Y-89630359D01* +X113706340Y-89624763D01* +X113703272Y-89619295D01* +X113699882Y-89613955D01* +X113696170Y-89608744D01* +X113692134Y-89603661D01* +X113687775Y-89598705D01* +X113683094Y-89593879D01* +X113678090Y-89589180D01* +X113672819Y-89584673D01* +X113667339Y-89580456D01* +X113661649Y-89576530D01* +X113655750Y-89572895D01* +X113649642Y-89569551D01* +X113643324Y-89566497D01* +X113636796Y-89563735D01* +X113630059Y-89561263D01* +X113623113Y-89559082D01* +X113615956Y-89557192D01* +X113608591Y-89555592D01* +X113601016Y-89554284D01* +X113593231Y-89553266D01* +X113585237Y-89552539D01* +X113577033Y-89552103D01* +X113568620Y-89551957D01* +X113560612Y-89552097D01* +X113552818Y-89552516D01* +X113545238Y-89553214D01* +X113537873Y-89554192D01* +X113530721Y-89555449D01* +X113523784Y-89556986D01* +X113517060Y-89558802D01* +X113510551Y-89560897D01* +X113504256Y-89563271D01* +X113498175Y-89565925D01* +X113492308Y-89568858D01* +X113486655Y-89572071D01* +X113481216Y-89575563D01* +X113475992Y-89579334D01* +X113470981Y-89583385D01* +X113466184Y-89587715D01* +X113461642Y-89592252D01* +X113457392Y-89596963D01* +X113453435Y-89601846D01* +X113449771Y-89606903D01* +X113446401Y-89612132D01* +X113443323Y-89617534D01* +X113440539Y-89623109D01* +X113438048Y-89628857D01* +X113435849Y-89634778D01* +X113433944Y-89640872D01* +X113432332Y-89647138D01* +X113431013Y-89653578D01* +X113429988Y-89660190D01* +X113429255Y-89666975D01* +X113428815Y-89673933D01* +X113428669Y-89681064D01* +X113428818Y-89687708D01* +X113429266Y-89694231D01* +X113430013Y-89700633D01* +X113431059Y-89706913D01* +X113432404Y-89713073D01* +X113434047Y-89719112D01* +X113435990Y-89725029D01* +X113438231Y-89730826D01* +X113440771Y-89736501D01* +X113443610Y-89742055D01* +X113445668Y-89745691D01* +X113448918Y-89750996D01* +X113452348Y-89756084D01* +X113455959Y-89760956D01* +X113459750Y-89765612D01* +X113463721Y-89770051D01* +X113467873Y-89774274D01* +X113472205Y-89778281D01* +X113476717Y-89782071D01* +X113481410Y-89785645D01* +X113486283Y-89789002D01* +X113489632Y-89791120D01* +X113480546Y-89860729D01* +X113170748Y-89802257D01* +X113170748Y-89501692D01* +X113241090Y-89501692D01* +X113241090Y-89742906D01* +X113403463Y-89775440D01* +X113399133Y-89768605D01* +X113395082Y-89761731D01* +X113391311Y-89754816D01* +X113387819Y-89747862D01* +X113384607Y-89740867D01* +X113381673Y-89733832D01* +X113379019Y-89726757D01* +X113376645Y-89719642D01* +X113374550Y-89712487D01* +X113372734Y-89705292D01* +X113371198Y-89698057D01* +X113369941Y-89690782D01* +X113368963Y-89683467D01* +X113368264Y-89676111D01* +X113367845Y-89668716D01* +X113367706Y-89661280D01* +X113367921Y-89651485D01* +X113368567Y-89641884D01* +X113369643Y-89632476D01* +X113371150Y-89623261D01* +X113373087Y-89614240D01* +X113375454Y-89605412D01* +X113378252Y-89596778D01* +X113381481Y-89588337D01* +X113385140Y-89580090D01* +X113389230Y-89572036D01* +X113393750Y-89564176D01* +X113398700Y-89556509D01* +X113404081Y-89549036D01* +X113409893Y-89541756D01* +X113416134Y-89534670D01* +X113422807Y-89527777D01* +X113429800Y-89521176D01* +X113437040Y-89515000D01* +X113444528Y-89509251D01* +X113452263Y-89503927D01* +X113460245Y-89499029D01* +X113468474Y-89494557D01* +X113476951Y-89490511D01* +X113485675Y-89486891D01* +X113494646Y-89483697D01* +X113503865Y-89480929D01* +X113513331Y-89478586D01* +X113523044Y-89476670D01* +X113533005Y-89475179D01* +X113543213Y-89474114D01* +X113553668Y-89473475D01* +X113564370Y-89473262D01* +X113574577Y-89473449D01* +X113584609Y-89474009D01* +X113594466Y-89474942D01* +X113604148Y-89476248D01* +X113613655Y-89477928D01* +X113622986Y-89479981D01* +X113632142Y-89482407D01* +X113641123Y-89485206D01* +X113649929Y-89488378D01* +X113658560Y-89491924D01* +X113667016Y-89495843D01* +X113675296Y-89500135D01* +X113683401Y-89504801D01* +X113691331Y-89509839D01* +X113699086Y-89515251D01* +X113706666Y-89521036D01* +X113715592Y-89528474D01* +X113723942Y-89536243D01* +X113731717Y-89544342D01* +X113738915Y-89552773D01* +X113745538Y-89561534D01* +X113751584Y-89570626D01* +X113757055Y-89580049D01* +X113761950Y-89589803D01* +X113766269Y-89599888D01* +X113770013Y-89610303D01* +X113773180Y-89621050D01* +X113775771Y-89632127D01* +X113777787Y-89643535D01* +X113778579Y-89649363D01* +X113779227Y-89655274D01* +X113779731Y-89661268D01* +X113780090Y-89667344D01* +X113780306Y-89673503D01* +X113780378Y-89679745D01* +X113780198Y-89689940D01* +X113779657Y-89699898D01* +X113778756Y-89709618D01* +X113777493Y-89719102D01* +X113775870Y-89728349D01* +X113773887Y-89737358D01* +X113771543Y-89746131D01* +X113768838Y-89754667D01* +X113765773Y-89762965D01* +X113762346Y-89771027D01* +X113758560Y-89778852D01* +X113754412Y-89786440D01* +X113749904Y-89793790D01* +X113745036Y-89800904D01* +X113739806Y-89807781D01* +X113734217Y-89814421D01* +X113728311Y-89820750D01* +X113722170Y-89826731D01* +X113715795Y-89832363D01* +X113709185Y-89837648D01* +X113702340Y-89842585D01* +X113695261Y-89847174D01* +X113687946Y-89851414D01* +X113680398Y-89855307D01* +X113672614Y-89858852D01* +X113664596Y-89862048D01* +X113656343Y-89864897D01* +X113647855Y-89867397D01* +X113639133Y-89869549D01* +X113630176Y-89871354D01* +X113620984Y-89872810D01* +X113611558Y-89873918D01* G37* -D14* +D15* G36* X136357285Y-67820765D02* G01* @@ -71887,84 +73241,818 @@ X137462452Y-67379437D01* X137468395Y-67379369D01* X137477214Y-67379529D01* G37* -D15* -X142938667Y-106071200D02* -X143081524Y-106118819D01* -X143081524Y-106118819D02* -X143319619Y-106118819D01* -X143319619Y-106118819D02* -X143414857Y-106071200D01* -X143414857Y-106071200D02* -X143462476Y-106023580D01* -X143462476Y-106023580D02* -X143510095Y-105928342D01* -X143510095Y-105928342D02* -X143510095Y-105833104D01* -X143510095Y-105833104D02* -X143462476Y-105737866D01* -X143462476Y-105737866D02* -X143414857Y-105690247D01* -X143414857Y-105690247D02* -X143319619Y-105642628D01* -X143319619Y-105642628D02* -X143129143Y-105595009D01* -X143129143Y-105595009D02* -X143033905Y-105547390D01* -X143033905Y-105547390D02* -X142986286Y-105499771D01* -X142986286Y-105499771D02* -X142938667Y-105404533D01* -X142938667Y-105404533D02* -X142938667Y-105309295D01* -X142938667Y-105309295D02* -X142986286Y-105214057D01* -X142986286Y-105214057D02* -X143033905Y-105166438D01* -X143033905Y-105166438D02* -X143129143Y-105118819D01* -X143129143Y-105118819D02* -X143367238Y-105118819D01* -X143367238Y-105118819D02* -X143510095Y-105166438D01* -X143843429Y-105118819D02* -X144081524Y-106118819D01* -X144081524Y-106118819D02* -X144272000Y-105404533D01* -X144272000Y-105404533D02* -X144462476Y-106118819D01* -X144462476Y-106118819D02* -X144700572Y-105118819D01* -X145557714Y-105118819D02* -X145081524Y-105118819D01* -X145081524Y-105118819D02* -X145033905Y-105595009D01* -X145033905Y-105595009D02* -X145081524Y-105547390D01* -X145081524Y-105547390D02* -X145176762Y-105499771D01* -X145176762Y-105499771D02* -X145414857Y-105499771D01* -X145414857Y-105499771D02* -X145510095Y-105547390D01* -X145510095Y-105547390D02* -X145557714Y-105595009D01* -X145557714Y-105595009D02* -X145605333Y-105690247D01* -X145605333Y-105690247D02* -X145605333Y-105928342D01* -X145605333Y-105928342D02* -X145557714Y-106023580D01* -X145557714Y-106023580D02* -X145510095Y-106071200D01* -X145510095Y-106071200D02* -X145414857Y-106118819D01* -X145414857Y-106118819D02* -X145176762Y-106118819D01* -X145176762Y-106118819D02* -X145081524Y-106071200D01* -X145081524Y-106071200D02* -X145033905Y-106023580D01* -D13* +D16* +G36* +X142818999Y-105746341D02* +G01* +X142944540Y-105735106D01* +X142945761Y-105744856D01* +X142947937Y-105759067D01* +X142950524Y-105772780D01* +X142953524Y-105785995D01* +X142956936Y-105798712D01* +X142960759Y-105810931D01* +X142964996Y-105822651D01* +X142969644Y-105833874D01* +X142974704Y-105844599D01* +X142980177Y-105854826D01* +X142986062Y-105864554D01* +X142992514Y-105873864D01* +X142999597Y-105882835D01* +X143007311Y-105891467D01* +X143015657Y-105899760D01* +X143024634Y-105907713D01* +X143034241Y-105915327D01* +X143044480Y-105922602D01* +X143055350Y-105929538D01* +X143066851Y-105936135D01* +X143078984Y-105942392D01* +X143087422Y-105946376D01* +X143100485Y-105951919D01* +X143113843Y-105956917D01* +X143127498Y-105961370D01* +X143141450Y-105965278D01* +X143155697Y-105968640D01* +X143165360Y-105970579D01* +X143175154Y-105972275D01* +X143185081Y-105973729D01* +X143195138Y-105974941D01* +X143205328Y-105975910D01* +X143215649Y-105976637D01* +X143226102Y-105977122D01* +X143236686Y-105977364D01* +X143242028Y-105977394D01* +X143256160Y-105977195D01* +X143269978Y-105976596D01* +X143283482Y-105975598D01* +X143296674Y-105974200D01* +X143309551Y-105972403D01* +X143322116Y-105970207D01* +X143334367Y-105967612D01* +X143346304Y-105964618D01* +X143357929Y-105961224D01* +X143369239Y-105957430D01* +X143376606Y-105954680D01* +X143387331Y-105950227D01* +X143397523Y-105945478D01* +X143407183Y-105940432D01* +X143416311Y-105935091D01* +X143424906Y-105929453D01* +X143432969Y-105923519D01* +X143440499Y-105917289D01* +X143449712Y-105908521D01* +X143457978Y-105899226D01* +X143463556Y-105891909D01* +X143470254Y-105881785D01* +X143476058Y-105871439D01* +X143480970Y-105860872D01* +X143484989Y-105850083D01* +X143488114Y-105839073D01* +X143490347Y-105827842D01* +X143491686Y-105816389D01* +X143492133Y-105804715D01* +X143491701Y-105792995D01* +X143490408Y-105781649D01* +X143488252Y-105770677D01* +X143485233Y-105760079D01* +X143481352Y-105749856D01* +X143476608Y-105740006D01* +X143471002Y-105730530D01* +X143464533Y-105721428D01* +X143457133Y-105712635D01* +X143448612Y-105704209D01* +X143438968Y-105696149D01* +X143430999Y-105690344D01* +X143422398Y-105684746D01* +X143413167Y-105679353D01* +X143403305Y-105674167D01* +X143392811Y-105669187D01* +X143381686Y-105664413D01* +X143373919Y-105661344D01* +X143362249Y-105657101D01* +X143351483Y-105653557D01* +X143338991Y-105649705D01* +X143324772Y-105645543D01* +X143314335Y-105642597D01* +X143303130Y-105639513D01* +X143291159Y-105636292D01* +X143278420Y-105632934D01* +X143264914Y-105629438D01* +X143250641Y-105625805D01* +X143235601Y-105622034D01* +X143219794Y-105618127D01* +X143203220Y-105614081D01* +X143194645Y-105612007D01* +X143177628Y-105607809D01* +X143161260Y-105603642D01* +X143145541Y-105599505D01* +X143130470Y-105595399D01* +X143116048Y-105591323D01* +X143102275Y-105587278D01* +X143089151Y-105583263D01* +X143076676Y-105579279D01* +X143064849Y-105575325D01* +X143053671Y-105571402D01* +X143043142Y-105567509D01* +X143033261Y-105563647D01* +X143024030Y-105559816D01* +X143011399Y-105554125D01* +X143000228Y-105548504D01* +X142991364Y-105543640D01* +X142982787Y-105538635D01* +X142970458Y-105530863D01* +X142958773Y-105522773D01* +X142947732Y-105514365D01* +X142937335Y-105505639D01* +X142927582Y-105496596D01* +X142918473Y-105487235D01* +X142910008Y-105477557D01* +X142902187Y-105467560D01* +X142895010Y-105457246D01* +X142892761Y-105453738D01* +X142886432Y-105443039D01* +X142880725Y-105432099D01* +X142875641Y-105420920D01* +X142871180Y-105409499D01* +X142867341Y-105397839D01* +X142864124Y-105385938D01* +X142861530Y-105373796D01* +X142859559Y-105361414D01* +X142858210Y-105348792D01* +X142857484Y-105335929D01* +X142857346Y-105327220D01* +X142857725Y-105312885D01* +X142858865Y-105298729D01* +X142860765Y-105284755D01* +X142863425Y-105270960D01* +X142866845Y-105257346D01* +X142871024Y-105243912D01* +X142875964Y-105230659D01* +X142881663Y-105217586D01* +X142888122Y-105204693D01* +X142895342Y-105191980D01* +X142900577Y-105183605D01* +X142906165Y-105175366D01* +X142912064Y-105167378D01* +X142918271Y-105159643D01* +X142924787Y-105152159D01* +X142931613Y-105144927D01* +X142938747Y-105137947D01* +X142946191Y-105131219D01* +X142953944Y-105124743D01* +X142962005Y-105118518D01* +X142970377Y-105112546D01* +X142979057Y-105106825D01* +X142988046Y-105101356D01* +X142997344Y-105096140D01* +X143006952Y-105091175D01* +X143016869Y-105086461D01* +X143027094Y-105082000D01* +X143037548Y-105077800D01* +X143048149Y-105073871D01* +X143058896Y-105070214D01* +X143069791Y-105066827D01* +X143080832Y-105063711D01* +X143092021Y-105060866D01* +X143103356Y-105058291D01* +X143114839Y-105055988D01* +X143126468Y-105053956D01* +X143138244Y-105052195D01* +X143150167Y-105050705D01* +X143162237Y-105049485D01* +X143174454Y-105048537D01* +X143186818Y-105047860D01* +X143199328Y-105047453D01* +X143211986Y-105047318D01* +X143225866Y-105047460D01* +X143239540Y-105047886D01* +X143253007Y-105048597D01* +X143266269Y-105049592D01* +X143279325Y-105050872D01* +X143292174Y-105052435D01* +X143304818Y-105054283D01* +X143317255Y-105056416D01* +X143329486Y-105058832D01* +X143341511Y-105061533D01* +X143353330Y-105064519D01* +X143364943Y-105067788D01* +X143376350Y-105071342D01* +X143387551Y-105075180D01* +X143398546Y-105079303D01* +X143409334Y-105083710D01* +X143419865Y-105088363D01* +X143430087Y-105093285D01* +X143440000Y-105098476D01* +X143449604Y-105103936D01* +X143458898Y-105109665D01* +X143467884Y-105115664D01* +X143476560Y-105121931D01* +X143484928Y-105128467D01* +X143492986Y-105135273D01* +X143500735Y-105142347D01* +X143508174Y-105149691D01* +X143515305Y-105157303D01* +X143522127Y-105165185D01* +X143528639Y-105173336D01* +X143534843Y-105181755D01* +X143540737Y-105190444D01* +X143546340Y-105199340D01* +X143551610Y-105208381D01* +X143556545Y-105217566D01* +X143561147Y-105226897D01* +X143565414Y-105236373D01* +X143569348Y-105245994D01* +X143572947Y-105255760D01* +X143576213Y-105265671D01* +X143579145Y-105275727D01* +X143581743Y-105285928D01* +X143584007Y-105296274D01* +X143585937Y-105306765D01* +X143587533Y-105317401D01* +X143588796Y-105328182D01* +X143589724Y-105339108D01* +X143590318Y-105350179D01* +X143462579Y-105359949D01* +X143461104Y-105348044D01* +X143459244Y-105336509D01* +X143456998Y-105325344D01* +X143454367Y-105314550D01* +X143451350Y-105304126D01* +X143447948Y-105294072D01* +X143444160Y-105284388D01* +X143439987Y-105275074D01* +X143435428Y-105266131D01* +X143430484Y-105257557D01* +X143425155Y-105249354D01* +X143416438Y-105237744D01* +X143406854Y-105226966D01* +X143396402Y-105217021D01* +X143392726Y-105213891D01* +X143381100Y-105205074D01* +X143372795Y-105199678D01* +X143364048Y-105194667D01* +X143354859Y-105190042D01* +X143345226Y-105185802D01* +X143335151Y-105181948D01* +X143324634Y-105178479D01* +X143313673Y-105175395D01* +X143302270Y-105172697D01* +X143290424Y-105170384D01* +X143278136Y-105168457D01* +X143265405Y-105166915D01* +X143252231Y-105165759D01* +X143238614Y-105164988D01* +X143224555Y-105164602D01* +X143217359Y-105164554D01* +X143202503Y-105164729D01* +X143188157Y-105165253D01* +X143174323Y-105166126D01* +X143161000Y-105167348D01* +X143148189Y-105168919D01* +X143135889Y-105170840D01* +X143124101Y-105173109D01* +X143112824Y-105175728D01* +X143102058Y-105178697D01* +X143091803Y-105182014D01* +X143082060Y-105185680D01* +X143072829Y-105189696D01* +X143059940Y-105196374D01* +X143048202Y-105203838D01* +X143041016Y-105209251D01* +X143031152Y-105217749D01* +X143022257Y-105226573D01* +X143014333Y-105235723D01* +X143007379Y-105245200D01* +X143001396Y-105255003D01* +X142996383Y-105265133D01* +X142992340Y-105275588D01* +X142989267Y-105286370D01* +X142987165Y-105297479D01* +X142986033Y-105308913D01* +X142985817Y-105316718D01* +X142986163Y-105326804D01* +X142987200Y-105336547D01* +X142989657Y-105349003D01* +X142993344Y-105360849D01* +X142998259Y-105372084D01* +X143004404Y-105382709D01* +X143011777Y-105392723D01* +X143020379Y-105402126D01* +X143025140Y-105406599D01* +X143033421Y-105413211D01* +X143043882Y-105419857D01* +X143056525Y-105426537D01* +X143066165Y-105431010D01* +X143076774Y-105435498D01* +X143088353Y-105440001D01* +X143100900Y-105444520D01* +X143114418Y-105449053D01* +X143128904Y-105453602D01* +X143144360Y-105458167D01* +X143160786Y-105462746D01* +X143178180Y-105467341D01* +X143196544Y-105471951D01* +X143206090Y-105474262D01* +X143215878Y-105476576D01* +X143225908Y-105478895D01* +X143235960Y-105481191D01* +X143245813Y-105483470D01* +X143255467Y-105485731D01* +X143274178Y-105490199D01* +X143292094Y-105494598D01* +X143309214Y-105498925D01* +X143325538Y-105503182D01* +X143341066Y-105507369D01* +X143355799Y-105511485D01* +X143369736Y-105515530D01* +X143382878Y-105519505D01* +X143395223Y-105523409D01* +X143406773Y-105527242D01* +X143417528Y-105531005D01* +X143427486Y-105534697D01* +X143436649Y-105538319D01* +X143448902Y-105543619D01* +X143459712Y-105548803D01* +X143470162Y-105554156D01* +X143480252Y-105559679D01* +X143489980Y-105565372D01* +X143499348Y-105571235D01* +X143508356Y-105577267D01* +X143517003Y-105583470D01* +X143525289Y-105589842D01* +X143533214Y-105596384D01* +X143540779Y-105603096D01* +X143547983Y-105609978D01* +X143554827Y-105617029D01* +X143564416Y-105627925D01* +X143573194Y-105639203D01* +X143578595Y-105646934D01* +X143586102Y-105658825D01* +X143592871Y-105671051D01* +X143598902Y-105683612D01* +X143604194Y-105696508D01* +X143608748Y-105709738D01* +X143612563Y-105723304D01* +X143615640Y-105737204D01* +X143617979Y-105751439D01* +X143619579Y-105766009D01* +X143620235Y-105775909D01* +X143620563Y-105785957D01* +X143620604Y-105791037D01* +X143620424Y-105801106D01* +X143619883Y-105811103D01* +X143618982Y-105821028D01* +X143617719Y-105830879D01* +X143616096Y-105840659D01* +X143614113Y-105850365D01* +X143611769Y-105860000D01* +X143609064Y-105869561D01* +X143605999Y-105879050D01* +X143602572Y-105888467D01* +X143598786Y-105897811D01* +X143594638Y-105907083D01* +X143590130Y-105916282D01* +X143585262Y-105925409D01* +X143580032Y-105934463D01* +X143574443Y-105943445D01* +X143568545Y-105952266D01* +X143562333Y-105960839D01* +X143555807Y-105969165D01* +X143548965Y-105977242D01* +X143541808Y-105985071D01* +X143534337Y-105992652D01* +X143526551Y-105999985D01* +X143518450Y-106007070D01* +X143510034Y-106013907D01* +X143501303Y-106020496D01* +X143492258Y-106026836D01* +X143482897Y-106032929D01* +X143473222Y-106038774D01* +X143463232Y-106044370D01* +X143452927Y-106049719D01* +X143442307Y-106054819D01* +X143431446Y-106059640D01* +X143420417Y-106064150D01* +X143409220Y-106068349D01* +X143397855Y-106072237D01* +X143386322Y-106075814D01* +X143374621Y-106079080D01* +X143362753Y-106082034D01* +X143350716Y-106084678D01* +X143338512Y-106087011D01* +X143326139Y-106089033D01* +X143313599Y-106090743D01* +X143300891Y-106092143D01* +X143288014Y-106093231D01* +X143274970Y-106094009D01* +X143261758Y-106094476D01* +X143248378Y-106094631D01* +X143231454Y-106094472D01* +X143214875Y-106093994D01* +X143198642Y-106093197D01* +X143182753Y-106092082D01* +X143167211Y-106090648D01* +X143152013Y-106088895D01* +X143137161Y-106086824D01* +X143122654Y-106084434D01* +X143108493Y-106081725D01* +X143094677Y-106078698D01* +X143081206Y-106075352D01* +X143068081Y-106071687D01* +X143055301Y-106067704D01* +X143042867Y-106063402D01* +X143030778Y-106058782D01* +X143019034Y-106053842D01* +X143007649Y-106048585D01* +X142996575Y-106043008D01* +X142985812Y-106037113D01* +X142975361Y-106030899D01* +X142965220Y-106024366D01* +X142955390Y-106017515D01* +X142945871Y-106010345D01* +X142936663Y-106002857D01* +X142927767Y-105995050D01* +X142919181Y-105986924D01* +X142910906Y-105978479D01* +X142902943Y-105969716D01* +X142895290Y-105960634D01* +X142887948Y-105951234D01* +X142880918Y-105941515D01* +X142874198Y-105931477D01* +X142867829Y-105921165D01* +X142861849Y-105910686D01* +X142856258Y-105900038D01* +X142851056Y-105889223D01* +X142846244Y-105878240D01* +X142841821Y-105867088D01* +X142837787Y-105855769D01* +X142834142Y-105844282D01* +X142830887Y-105832627D01* +X142828021Y-105820804D01* +X142825544Y-105808813D01* +X142823457Y-105796655D01* +X142821759Y-105784328D01* +X142820450Y-105771834D01* +X142819530Y-105759171D01* +X142818999Y-105746341D01* +G37* +G36* +X143973047Y-106079000D02* +G01* +X143705845Y-105062949D01* +X143842621Y-105062949D01* +X143995761Y-105729976D01* +X143998819Y-105743068D01* +X144001826Y-105756149D01* +X144004780Y-105769218D01* +X144007684Y-105782275D01* +X144010535Y-105795321D01* +X144013335Y-105808356D01* +X144016084Y-105821379D01* +X144018781Y-105834390D01* +X144021427Y-105847390D01* +X144024021Y-105860379D01* +X144026564Y-105873357D01* +X144029055Y-105886322D01* +X144031494Y-105899277D01* +X144033882Y-105912220D01* +X144036219Y-105925151D01* +X144038504Y-105938071D01* +X144040870Y-105928009D01* +X144043174Y-105918217D01* +X144045417Y-105908695D01* +X144049718Y-105890461D01* +X144053773Y-105873306D01* +X144057581Y-105857232D01* +X144061144Y-105842238D01* +X144064460Y-105828324D01* +X144067530Y-105815490D01* +X144070354Y-105803735D01* +X144072932Y-105793061D01* +X144075264Y-105783467D01* +X144078300Y-105771101D01* +X144080783Y-105761165D01* +X144083231Y-105751696D01* +X144083689Y-105750004D01* +X144275419Y-105062949D01* +X144436131Y-105062949D01* +X144580479Y-105577813D01* +X144583838Y-105589774D01* +X144587138Y-105601689D01* +X144590379Y-105613559D01* +X144593561Y-105625383D01* +X144596684Y-105637163D01* +X144599747Y-105648896D01* +X144602752Y-105660585D01* +X144605697Y-105672228D01* +X144608583Y-105683826D01* +X144611410Y-105695379D01* +X144614178Y-105706886D01* +X144616886Y-105718348D01* +X144619536Y-105729765D01* +X144622126Y-105741136D01* +X144624657Y-105752462D01* +X144627129Y-105763743D01* +X144629542Y-105774978D01* +X144631896Y-105786169D01* +X144634190Y-105797313D01* +X144636426Y-105808413D01* +X144638602Y-105819467D01* +X144640719Y-105830476D01* +X144642777Y-105841439D01* +X144644776Y-105852357D01* +X144646715Y-105863230D01* +X144648596Y-105874058D01* +X144650417Y-105884840D01* +X144652179Y-105895577D01* +X144653882Y-105906269D01* +X144655526Y-105916915D01* +X144657111Y-105927516D01* +X144658637Y-105938071D01* +X144661094Y-105925901D01* +X144663644Y-105913510D01* +X144666284Y-105900897D01* +X144669017Y-105888063D01* +X144671841Y-105875007D01* +X144674757Y-105861730D01* +X144677764Y-105848232D01* +X144680863Y-105834512D01* +X144684053Y-105820571D01* +X144687335Y-105806409D01* +X144690709Y-105792026D01* +X144694174Y-105777421D01* +X144697731Y-105762594D01* +X144701379Y-105747547D01* +X144705119Y-105732278D01* +X144708951Y-105716787D01* +X144866731Y-105062949D01* +X145000821Y-105062949D01* +X144724582Y-106079000D01* +X144596110Y-106079000D01* +X144383863Y-105304017D01* +X144380620Y-105292159D01* +X144377547Y-105280886D01* +X144374644Y-105270200D01* +X144371911Y-105260099D01* +X144369347Y-105250584D01* +X144365820Y-105237410D01* +X144362675Y-105225554D01* +X144359912Y-105215016D01* +X144356823Y-105203016D01* +X144354413Y-105193358D01* +X144352356Y-105184582D01* +X144349399Y-105197543D01* +X144346480Y-105210139D01* +X144343600Y-105222370D01* +X144340758Y-105234236D01* +X144337955Y-105245737D01* +X144335191Y-105256873D01* +X144332466Y-105267645D01* +X144329779Y-105278051D01* +X144327131Y-105288092D01* +X144324521Y-105297769D01* +X144322803Y-105304017D01* +X144109090Y-106079000D01* +X143973047Y-106079000D01* +G37* +G36* +X145067988Y-105813263D02* +G01* +X145197925Y-105802272D01* +X145199875Y-105813965D01* +X145202123Y-105825288D01* +X145204668Y-105836244D01* +X145207511Y-105846831D01* +X145210652Y-105857050D01* +X145214091Y-105866901D01* +X145217827Y-105876384D01* +X145221861Y-105885498D01* +X145228469Y-105898479D01* +X145235748Y-105910631D01* +X145243696Y-105921955D01* +X145252315Y-105932450D01* +X145261602Y-105942116D01* +X145264847Y-105945154D01* +X145274884Y-105953710D01* +X145285304Y-105961423D01* +X145296105Y-105968295D01* +X145307288Y-105974326D01* +X145318854Y-105979515D01* +X145330801Y-105983863D01* +X145343131Y-105987369D01* +X145355843Y-105990034D01* +X145368937Y-105991857D01* +X145382413Y-105992839D01* +X145391609Y-105993026D01* +X145402646Y-105992757D01* +X145413469Y-105991950D01* +X145424078Y-105990605D01* +X145434474Y-105988721D01* +X145444656Y-105986300D01* +X145454624Y-105983340D01* +X145464378Y-105979843D01* +X145473919Y-105975807D01* +X145483246Y-105971233D01* +X145492359Y-105966121D01* +X145501259Y-105960471D01* +X145509945Y-105954283D01* +X145518417Y-105947557D01* +X145526676Y-105940292D01* +X145534720Y-105932490D01* +X145542551Y-105924150D01* +X145550064Y-105915365D01* +X145557091Y-105906232D01* +X145563635Y-105896749D01* +X145569693Y-105886918D01* +X145575267Y-105876737D01* +X145580356Y-105866207D01* +X145584960Y-105855327D01* +X145589080Y-105844099D01* +X145592715Y-105832521D01* +X145595865Y-105820594D01* +X145598531Y-105808318D01* +X145600712Y-105795693D01* +X145602408Y-105782719D01* +X145603620Y-105769395D01* +X145604347Y-105755722D01* +X145604589Y-105741700D01* +X145604356Y-105728354D01* +X145603658Y-105715364D01* +X145602494Y-105702731D01* +X145600864Y-105690455D01* +X145598769Y-105678536D01* +X145596208Y-105666973D01* +X145593182Y-105655768D01* +X145589690Y-105644919D01* +X145585733Y-105634427D01* +X145581310Y-105624292D01* +X145576421Y-105614514D01* +X145571067Y-105605092D01* +X145565247Y-105596027D01* +X145558961Y-105587320D01* +X145552210Y-105578969D01* +X145544994Y-105570974D01* +X145537431Y-105563403D01* +X145529580Y-105556320D01* +X145521441Y-105549725D01* +X145513013Y-105543619D01* +X145504298Y-105538002D01* +X145495294Y-105532872D01* +X145486002Y-105528232D01* +X145476423Y-105524080D01* +X145466555Y-105520416D01* +X145456399Y-105517241D01* +X145445954Y-105514554D01* +X145435222Y-105512356D01* +X145424201Y-105510646D01* +X145412893Y-105509425D01* +X145401296Y-105508692D01* +X145389411Y-105508448D01* +X145378338Y-105508697D01* +X145367466Y-105509444D01* +X145356797Y-105510689D01* +X145346329Y-105512432D01* +X145336063Y-105514674D01* +X145325999Y-105517413D01* +X145316136Y-105520650D01* +X145306475Y-105524385D01* +X145297016Y-105528618D01* +X145287759Y-105533350D01* +X145281700Y-105536780D01* +X145272859Y-105542197D01* +X145264378Y-105547914D01* +X145256258Y-105553932D01* +X145248498Y-105560251D01* +X145241099Y-105566869D01* +X145234061Y-105573789D01* +X145227384Y-105581009D01* +X145221067Y-105588529D01* +X145215110Y-105596350D01* +X145209515Y-105604472D01* +X145205985Y-105610053D01* +X145089969Y-105594910D01* +X145187422Y-105078581D01* +X145688364Y-105078581D01* +X145688364Y-105195817D01* +X145286341Y-105195817D01* +X145232119Y-105466438D01* +X145243509Y-105459222D01* +X145254967Y-105452471D01* +X145266491Y-105446185D01* +X145278082Y-105440366D01* +X145289740Y-105435011D01* +X145301465Y-105430123D01* +X145313256Y-105425699D01* +X145325114Y-105421742D01* +X145337039Y-105418250D01* +X145349031Y-105415224D01* +X145361089Y-105412663D01* +X145373215Y-105410568D01* +X145385407Y-105408938D01* +X145397666Y-105407774D01* +X145409991Y-105407076D01* +X145422384Y-105406843D01* +X145438709Y-105407202D01* +X145454712Y-105408278D01* +X145470392Y-105410072D01* +X145485750Y-105412583D01* +X145500785Y-105415811D01* +X145515498Y-105419758D01* +X145529888Y-105424421D01* +X145543956Y-105429802D01* +X145557701Y-105435900D01* +X145571124Y-105442716D01* +X145584224Y-105450250D01* +X145597002Y-105458501D01* +X145609458Y-105467469D01* +X145621591Y-105477155D01* +X145633401Y-105487558D01* +X145644889Y-105498678D01* +X145655892Y-105510333D01* +X145666184Y-105522401D01* +X145675767Y-105534880D01* +X145684640Y-105547771D01* +X145692803Y-105561075D01* +X145700256Y-105574791D01* +X145706999Y-105588919D01* +X145713033Y-105603459D01* +X145718357Y-105618411D01* +X145722971Y-105633775D01* +X145726875Y-105649552D01* +X145730069Y-105665741D01* +X145732553Y-105682341D01* +X145734328Y-105699355D01* +X145735393Y-105716780D01* +X145735747Y-105734617D01* +X145735436Y-105751629D01* +X145734503Y-105768349D01* +X145732948Y-105784778D01* +X145730771Y-105800914D01* +X145727972Y-105816758D01* +X145724550Y-105832310D01* +X145720507Y-105847571D01* +X145715842Y-105862539D01* +X145710554Y-105877216D01* +X145704645Y-105891600D01* +X145698113Y-105905693D01* +X145690959Y-105919494D01* +X145683184Y-105933002D01* +X145674786Y-105946219D01* +X145665766Y-105959144D01* +X145656124Y-105971777D01* +X145643728Y-105986654D01* +X145630780Y-106000571D01* +X145617281Y-106013528D01* +X145603230Y-106025526D01* +X145588628Y-106036563D01* +X145573475Y-106046641D01* +X145557770Y-106055759D01* +X145541513Y-106063918D01* +X145524705Y-106071116D01* +X145507346Y-106077355D01* +X145489435Y-106082634D01* +X145470973Y-106086953D01* +X145451959Y-106090312D01* +X145442246Y-106091632D01* +X145432394Y-106092711D01* +X145422405Y-106093551D01* +X145412277Y-106094151D01* +X145402012Y-106094511D01* +X145391609Y-106094631D01* +X145374618Y-106094331D01* +X145358022Y-106093429D01* +X145341821Y-106091926D01* +X145326015Y-106089823D01* +X145310604Y-106087118D01* +X145295588Y-106083812D01* +X145280966Y-106079905D01* +X145266740Y-106075397D01* +X145252909Y-106070288D01* +X145239473Y-106064578D01* +X145226431Y-106058267D01* +X145213785Y-106051354D01* +X145201534Y-106043841D01* +X145189678Y-106035727D01* +X145178216Y-106027011D01* +X145167150Y-106017695D01* +X145156602Y-106007851D01* +X145146634Y-105997617D01* +X145137246Y-105986992D01* +X145128438Y-105975975D01* +X145120210Y-105964567D01* +X145112562Y-105952768D01* +X145105494Y-105940578D01* +X145099006Y-105927996D01* +X145093099Y-105915024D01* +X145087771Y-105901660D01* +X145083024Y-105887905D01* +X145078856Y-105873759D01* +X145075269Y-105859222D01* +X145072262Y-105844294D01* +X145069835Y-105828974D01* +X145067988Y-105813263D01* +G37* +D14* G36* X106895338Y-111119404D02* G01* @@ -72627,7 +74715,7 @@ X107462062Y-111119437D01* X107468004Y-111119369D01* X107476824Y-111119529D01* G37* -D14* +D15* G36* X142778348Y-88824125D02* G01* @@ -74031,903 +76119,6 @@ X141771006Y-128450599D01* X141768570Y-128435600D01* X141766720Y-128420240D01* G37* -D13* -G36* -X82619000Y-115911988D02* -G01* -X82492677Y-115991856D01* -X82485945Y-115996185D01* -X82479412Y-116000419D01* -X82473081Y-116004557D01* -X82466949Y-116008598D01* -X82461018Y-116012544D01* -X82455287Y-116016393D01* -X82449757Y-116020146D01* -X82444427Y-116023802D01* -X82439297Y-116027363D01* -X82434368Y-116030828D01* -X82427350Y-116035844D01* -X82420782Y-116040644D01* -X82414665Y-116045227D01* -X82409000Y-116049595D01* -X82403712Y-116053811D01* -X82398732Y-116057942D01* -X82394057Y-116061989D01* -X82389690Y-116065950D01* -X82384343Y-116071100D01* -X82379542Y-116076099D01* -X82375285Y-116080946D01* -X82371573Y-116085642D01* -X82368406Y-116090188D01* -X82364960Y-116095793D01* -X82361858Y-116101433D01* -X82359098Y-116107110D01* -X82356683Y-116112822D01* -X82354610Y-116118570D01* -X82352882Y-116124354D01* -X82352286Y-116126678D01* -X82351144Y-116133468D01* -X82350500Y-116139331D01* -X82349999Y-116146038D01* -X82349702Y-116152013D01* -X82349496Y-116158527D01* -X82349381Y-116165582D01* -X82349355Y-116171227D01* -X82349355Y-116263991D01* -X82619000Y-116263991D01* -X82619000Y-116343858D01* -X82009369Y-116343858D01* -X82009369Y-116263991D01* -X82077367Y-116263991D01* -X82281358Y-116263991D01* -X82281358Y-116092093D01* -X82281313Y-116085335D01* -X82281177Y-116078764D01* -X82280951Y-116072380D01* -X82280635Y-116066182D01* -X82280228Y-116060170D01* -X82279448Y-116051503D01* -X82278464Y-116043256D01* -X82277277Y-116035429D01* -X82275886Y-116028022D01* -X82274292Y-116021035D01* -X82272494Y-116014467D01* -X82270493Y-116008319D01* -X82269781Y-116006364D01* -X82267489Y-116000696D01* -X82264955Y-115995288D01* -X82261200Y-115988483D01* -X82257014Y-115982141D01* -X82252398Y-115976260D01* -X82247352Y-115970843D01* -X82241874Y-115965888D01* -X82235967Y-115961395D01* -X82232852Y-115959322D01* -X82226408Y-115955544D01* -X82219827Y-115952270D01* -X82213109Y-115949499D01* -X82206254Y-115947232D01* -X82199261Y-115945469D01* -X82192130Y-115944210D01* -X82184862Y-115943454D01* -X82177457Y-115943202D01* -X82169406Y-115943477D01* -X82161627Y-115944300D01* -X82154121Y-115945671D01* -X82146889Y-115947592D01* -X82139929Y-115950061D01* -X82133243Y-115953079D01* -X82126829Y-115956645D01* -X82120689Y-115960760D01* -X82114822Y-115965424D01* -X82109228Y-115970637D01* -X82105650Y-115974417D01* -X82100595Y-115980560D01* -X82096038Y-115987339D01* -X82091978Y-115994755D01* -X82088415Y-116002808D01* -X82086316Y-116008529D01* -X82084437Y-116014533D01* -X82082780Y-116020821D01* -X82081344Y-116027391D01* -X82080129Y-116034243D01* -X82079134Y-116041379D01* -X82078361Y-116048797D01* -X82077808Y-116056498D01* -X82077477Y-116064482D01* -X82077367Y-116072749D01* -X82077367Y-116263991D01* -X82009369Y-116263991D01* -X82009369Y-116075973D01* -X82009434Y-116066031D01* -X82009628Y-116056391D01* -X82009952Y-116047053D01* -X82010404Y-116038017D01* -X82010987Y-116029284D01* -X82011698Y-116020853D01* -X82012539Y-116012725D01* -X82013509Y-116004898D01* -X82014609Y-115997374D01* -X82015838Y-115990152D01* -X82017196Y-115983232D01* -X82018684Y-115976615D01* -X82020301Y-115970300D01* -X82022048Y-115964287D01* -X82023924Y-115958576D01* -X82025929Y-115953167D01* -X82029229Y-115945431D01* -X82032975Y-115937993D01* -X82037167Y-115930854D01* -X82041804Y-115924014D01* -X82046887Y-115917473D01* -X82052415Y-115911230D01* -X82058390Y-115905286D01* -X82064809Y-115899642D01* -X82071675Y-115894296D01* -X82076499Y-115890898D01* -X82081522Y-115887632D01* -X82084108Y-115886050D01* -X82089362Y-115882997D01* -X82094684Y-115880142D01* -X82100074Y-115877483D01* -X82105531Y-115875022D01* -X82111055Y-115872757D01* -X82116648Y-115870690D01* -X82122307Y-115868819D01* -X82128035Y-115867145D01* -X82133830Y-115865668D01* -X82139692Y-115864388D01* -X82145622Y-115863305D01* -X82151619Y-115862419D01* -X82157684Y-115861730D01* -X82163817Y-115861237D01* -X82170017Y-115860942D01* -X82176285Y-115860844D01* -X82184356Y-115861006D01* -X82192268Y-115861494D01* -X82200018Y-115862307D01* -X82207609Y-115863445D01* -X82215039Y-115864908D01* -X82222309Y-115866696D01* -X82229419Y-115868810D01* -X82236369Y-115871248D01* -X82243158Y-115874012D01* -X82249787Y-115877101D01* -X82256255Y-115880515D01* -X82262564Y-115884254D01* -X82268712Y-115888319D01* -X82274700Y-115892708D01* -X82280527Y-115897423D01* -X82286194Y-115902463D01* -X82291636Y-115907842D01* -X82296826Y-115913575D01* -X82301762Y-115919662D01* -X82306445Y-115926102D01* -X82310875Y-115932897D01* -X82315052Y-115940045D01* -X82318976Y-115947547D01* -X82322647Y-115955402D01* -X82326066Y-115963612D01* -X82329231Y-115972175D01* -X82332143Y-115981092D01* -X82334802Y-115990363D01* -X82337208Y-115999987D01* -X82339361Y-116009965D01* -X82341260Y-116020297D01* -X82342907Y-116030983D01* -X82345787Y-116025181D01* -X82348657Y-116019644D01* -X82351516Y-116014372D01* -X82355313Y-116007756D01* -X82359091Y-116001611D01* -X82362851Y-115995938D01* -X82366592Y-115990737D01* -X82370315Y-115986007D01* -X82373096Y-115982770D01* -X82377207Y-115978406D01* -X82381442Y-115974073D01* -X82385802Y-115969769D01* -X82390287Y-115965496D01* -X82394897Y-115961251D01* -X82399632Y-115957037D01* -X82404492Y-115952853D01* -X82409476Y-115948698D01* -X82414585Y-115944573D01* -X82419819Y-115940477D01* -X82425177Y-115936412D01* -X82430661Y-115932376D01* -X82436269Y-115928370D01* -X82442002Y-115924394D01* -X82447860Y-115920448D01* -X82453842Y-115916531D01* -X82619000Y-115811311D01* -X82619000Y-115911988D01* -G37* -G36* -X82548658Y-115379148D02* -G01* -X82619000Y-115379148D01* -X82619000Y-115778631D01* -X82612327Y-115778657D01* -X82605719Y-115778366D01* -X82599175Y-115777759D01* -X82592695Y-115776836D01* -X82586279Y-115775598D01* -X82579927Y-115774043D01* -X82573639Y-115772172D01* -X82567415Y-115769985D01* -X82559761Y-115766940D01* -X82552129Y-115763576D01* -X82544521Y-115759893D01* -X82536936Y-115755889D01* -X82529374Y-115751567D01* -X82524346Y-115748508D01* -X82519328Y-115745307D01* -X82514320Y-115741964D01* -X82509323Y-115738479D01* -X82504336Y-115734852D01* -X82499359Y-115731083D01* -X82494392Y-115727172D01* -X82489436Y-115723119D01* -X82486962Y-115721039D01* -X82481949Y-115716727D01* -X82476841Y-115712182D01* -X82471636Y-115707403D01* -X82466336Y-115702391D01* -X82460939Y-115697145D01* -X82455445Y-115691666D01* -X82449856Y-115685953D01* -X82444170Y-115680006D01* -X82438389Y-115673826D01* -X82432511Y-115667412D01* -X82426537Y-115660765D01* -X82420467Y-115653884D01* -X82414300Y-115646770D01* -X82408038Y-115639422D01* -X82401679Y-115631841D01* -X82395224Y-115624026D01* -X82390165Y-115617933D01* -X82385172Y-115611966D01* -X82380244Y-115606123D01* -X82375383Y-115600404D01* -X82370588Y-115594811D01* -X82365860Y-115589343D01* -X82361197Y-115583999D01* -X82356600Y-115578780D01* -X82352070Y-115573686D01* -X82347605Y-115568716D01* -X82343207Y-115563872D01* -X82338875Y-115559152D01* -X82334609Y-115554557D01* -X82330409Y-115550087D01* -X82326275Y-115545741D01* -X82318206Y-115537425D01* -X82310402Y-115529607D01* -X82302861Y-115522289D01* -X82295586Y-115515470D01* -X82288574Y-115509151D01* -X82281827Y-115503330D01* -X82275345Y-115498008D01* -X82269127Y-115493186D01* -X82266117Y-115490962D01* -X82260184Y-115486757D01* -X82254291Y-115482822D01* -X82248437Y-115479159D01* -X82242624Y-115475767D01* -X82236851Y-115472647D01* -X82231118Y-115469798D01* -X82225425Y-115467220D01* -X82219772Y-115464914D01* -X82214160Y-115462879D01* -X82205815Y-115460335D01* -X82197562Y-115458402D01* -X82189398Y-115457079D01* -X82181324Y-115456367D01* -X82175992Y-115456231D01* -X82167762Y-115456509D01* -X82159780Y-115457344D01* -X82152045Y-115458735D01* -X82144558Y-115460682D01* -X82137317Y-115463186D01* -X82130325Y-115466246D01* -X82123579Y-115469863D01* -X82117080Y-115474036D01* -X82110829Y-115478766D01* -X82104826Y-115484052D01* -X82100960Y-115487885D01* -X82095487Y-115493960D01* -X82090552Y-115500370D01* -X82086155Y-115507115D01* -X82082296Y-115514194D01* -X82078976Y-115521609D01* -X82076195Y-115529358D01* -X82073952Y-115537443D01* -X82072247Y-115545862D01* -X82071080Y-115554616D01* -X82070602Y-115560638D01* -X82070362Y-115566809D01* -X82070332Y-115569950D01* -X82070463Y-115576571D01* -X82070857Y-115583025D01* -X82071512Y-115589312D01* -X82072430Y-115595431D01* -X82073610Y-115601383D01* -X82075052Y-115607168D01* -X82076756Y-115612786D01* -X82079804Y-115620900D01* -X82083441Y-115628637D01* -X82087669Y-115635999D01* -X82092487Y-115642984D01* -X82097894Y-115649593D01* -X82103891Y-115655826D01* -X82110412Y-115661566D01* -X82117388Y-115666748D01* -X82124820Y-115671375D01* -X82130028Y-115674150D01* -X82135439Y-115676678D01* -X82141052Y-115678959D01* -X82146868Y-115680992D01* -X82152887Y-115682778D01* -X82159108Y-115684317D01* -X82165532Y-115685608D01* -X82172159Y-115686652D01* -X82178988Y-115687449D01* -X82186020Y-115687999D01* -X82193255Y-115688301D01* -X82196948Y-115688359D01* -X82188888Y-115764563D01* -X82178097Y-115763423D01* -X82167632Y-115761944D01* -X82157493Y-115760126D01* -X82147681Y-115757969D01* -X82138195Y-115755473D01* -X82129035Y-115752638D01* -X82120202Y-115749464D01* -X82111695Y-115745952D01* -X82103514Y-115742100D01* -X82095660Y-115737910D01* -X82088131Y-115733381D01* -X82080929Y-115728513D01* -X82074054Y-115723306D01* -X82067504Y-115717760D01* -X82061281Y-115711875D01* -X82055385Y-115705652D01* -X82049813Y-115699122D01* -X82044600Y-115692318D01* -X82039747Y-115685241D01* -X82035253Y-115677890D01* -X82031119Y-115670266D01* -X82027344Y-115662368D01* -X82023929Y-115654196D01* -X82020873Y-115645751D01* -X82018177Y-115637032D01* -X82015840Y-115628040D01* -X82013863Y-115618774D01* -X82012245Y-115609234D01* -X82010987Y-115599420D01* -X82010088Y-115589333D01* -X82009549Y-115578973D01* -X82009369Y-115568338D01* -X82009559Y-115557617D01* -X82010127Y-115547179D01* -X82011075Y-115537023D01* -X82012401Y-115527150D01* -X82014106Y-115517560D01* -X82016191Y-115508252D01* -X82018654Y-115499228D01* -X82021496Y-115490486D01* -X82024717Y-115482027D01* -X82028317Y-115473851D01* -X82032296Y-115465957D01* -X82036654Y-115458347D01* -X82041391Y-115451019D01* -X82046507Y-115443974D01* -X82052002Y-115437211D01* -X82057876Y-115430732D01* -X82064030Y-115424592D01* -X82070364Y-115418848D01* -X82076880Y-115413500D01* -X82083576Y-115408549D01* -X82090454Y-115403993D01* -X82097512Y-115399834D01* -X82104751Y-115396070D01* -X82112171Y-115392703D01* -X82119772Y-115389732D01* -X82127554Y-115387158D01* -X82135517Y-115384979D01* -X82143660Y-115383196D01* -X82151985Y-115381810D01* -X82160490Y-115380819D01* -X82169176Y-115380225D01* -X82178043Y-115380027D01* -X82184875Y-115380157D01* -X82191686Y-115380548D01* -X82198476Y-115381198D01* -X82205246Y-115382109D01* -X82211995Y-115383279D01* -X82218724Y-115384710D01* -X82225432Y-115386401D01* -X82232119Y-115388353D01* -X82238786Y-115390564D01* -X82245432Y-115393036D01* -X82249851Y-115394828D01* -X82256479Y-115397776D01* -X82263174Y-115401069D01* -X82269936Y-115404707D01* -X82276765Y-115408691D01* -X82283661Y-115413019D01* -X82290624Y-115417693D01* -X82297654Y-115422712D01* -X82302377Y-115426249D01* -X82307131Y-115429941D01* -X82311914Y-115433785D01* -X82316728Y-115437783D01* -X82321570Y-115441934D01* -X82324003Y-115444068D01* -X82328989Y-115448550D01* -X82334202Y-115453389D01* -X82339641Y-115458584D01* -X82345307Y-115464135D01* -X82351200Y-115470042D01* -X82357319Y-115476305D01* -X82363665Y-115482925D01* -X82370238Y-115489900D01* -X82377038Y-115497231D01* -X82384064Y-115504918D01* -X82391317Y-115512962D01* -X82398796Y-115521361D01* -X82406502Y-115530117D01* -X82410441Y-115534628D01* -X82414435Y-115539228D01* -X82418487Y-115543918D01* -X82422595Y-115548696D01* -X82426760Y-115553563D01* -X82430981Y-115558520D01* -X82437928Y-115566669D01* -X82444589Y-115574445D01* -X82450966Y-115581850D01* -X82457057Y-115588882D01* -X82462864Y-115595543D01* -X82468385Y-115601831D01* -X82473621Y-115607747D01* -X82478572Y-115613291D01* -X82483238Y-115618463D01* -X82487619Y-115623263D01* -X82491715Y-115627691D01* -X82497324Y-115633635D01* -X82502292Y-115638742D01* -X82506618Y-115643012D01* -X82507918Y-115644249D01* -X82512978Y-115648872D01* -X82518048Y-115653289D01* -X82523127Y-115657500D01* -X82528214Y-115661505D01* -X82533311Y-115665304D01* -X82538418Y-115668896D01* -X82543533Y-115672283D01* -X82548658Y-115675463D01* -X82548658Y-115379148D01* -G37* -G36* -X82428404Y-114906341D02* -G01* -X82435437Y-114906630D01* -X82442408Y-114907110D01* -X82449318Y-114907784D01* -X82456165Y-114908649D01* -X82462951Y-114909707D01* -X82469675Y-114910957D01* -X82476337Y-114912400D01* -X82482938Y-114914035D01* -X82489476Y-114915862D01* -X82495953Y-114917882D01* -X82502367Y-114920093D01* -X82508720Y-114922498D01* -X82515012Y-114925094D01* -X82521241Y-114927883D01* -X82527408Y-114930865D01* -X82533437Y-114933996D01* -X82539288Y-114937271D01* -X82544960Y-114940691D01* -X82550453Y-114944255D01* -X82555767Y-114947963D01* -X82560903Y-114951816D01* -X82565861Y-114955813D01* -X82570639Y-114959954D01* -X82575240Y-114964239D01* -X82579661Y-114968669D01* -X82583904Y-114973243D01* -X82587968Y-114977961D01* -X82591854Y-114982823D01* -X82595561Y-114987830D01* -X82599090Y-114992980D01* -X82602440Y-114998276D01* -X82605581Y-115003670D01* -X82608519Y-115009154D01* -X82611255Y-115014729D01* -X82613788Y-115020395D01* -X82616118Y-115026151D01* -X82618246Y-115031997D01* -X82620171Y-115037934D01* -X82621894Y-115043961D01* -X82623414Y-115050079D01* -X82624731Y-115056287D01* -X82625845Y-115062586D01* -X82626757Y-115068975D01* -X82627467Y-115075454D01* -X82627973Y-115082024D01* -X82628277Y-115088685D01* -X82628378Y-115095435D01* -X82628111Y-115106897D01* -X82627309Y-115118090D01* -X82625972Y-115129016D01* -X82624101Y-115139674D01* -X82621695Y-115150064D01* -X82618754Y-115160186D01* -X82615279Y-115170040D01* -X82611269Y-115179626D01* -X82606725Y-115188944D01* -X82601645Y-115197995D01* -X82596031Y-115206777D01* -X82589883Y-115215291D01* -X82583199Y-115223538D01* -X82575981Y-115231517D01* -X82568229Y-115239228D01* -X82559942Y-115246671D01* -X82551041Y-115253751D01* -X82541447Y-115260375D01* -X82536391Y-115263515D01* -X82531161Y-115266542D01* -X82525758Y-115269454D01* -X82520182Y-115272252D01* -X82514433Y-115274936D01* -X82508510Y-115277505D01* -X82502415Y-115279961D01* -X82496146Y-115282302D01* -X82489704Y-115284529D01* -X82483089Y-115286641D01* -X82476301Y-115288640D01* -X82469340Y-115290524D01* -X82462205Y-115292295D01* -X82454898Y-115293950D01* -X82447417Y-115295492D01* -X82439763Y-115296920D01* -X82431935Y-115298233D01* -X82423935Y-115299432D01* -X82415762Y-115300517D01* -X82407415Y-115301488D01* -X82398895Y-115302344D01* -X82390202Y-115303087D01* -X82381336Y-115303715D01* -X82372297Y-115304229D01* -X82363084Y-115304628D01* -X82353699Y-115304914D01* -X82344140Y-115305085D01* -X82334408Y-115305142D01* -X82323520Y-115305079D01* -X82312819Y-115304890D01* -X82302305Y-115304574D01* -X82291978Y-115304133D01* -X82281839Y-115303565D01* -X82271887Y-115302870D01* -X82262121Y-115302050D01* -X82252544Y-115301103D01* -X82243153Y-115300030D01* -X82233950Y-115298831D01* -X82224933Y-115297506D01* -X82216104Y-115296054D01* -X82207462Y-115294476D01* -X82199008Y-115292772D01* -X82190740Y-115290942D01* -X82182660Y-115288986D01* -X82174767Y-115286903D01* -X82167061Y-115284694D01* -X82159542Y-115282359D01* -X82152210Y-115279898D01* -X82145066Y-115277310D01* -X82138109Y-115274596D01* -X82131339Y-115271756D01* -X82124756Y-115268790D01* -X82118360Y-115265697D01* -X82112152Y-115262479D01* -X82106130Y-115259134D01* -X82100296Y-115255663D01* -X82094650Y-115252065D01* -X82089190Y-115248342D01* -X82083917Y-115244492D01* -X82078832Y-115240516D01* -X82070421Y-115233310D01* -X82062552Y-115225797D01* -X82055226Y-115217977D01* -X82048442Y-115209851D01* -X82042201Y-115201418D01* -X82036503Y-115192678D01* -X82031348Y-115183631D01* -X82026735Y-115174277D01* -X82022665Y-115164616D01* -X82019138Y-115154649D01* -X82016153Y-115144375D01* -X82013711Y-115133794D01* -X82011811Y-115122906D01* -X82010455Y-115111711D01* -X82009641Y-115100210D01* -X82009437Y-115094344D01* -X82009369Y-115088401D01* -X82009529Y-115079582D01* -X82010008Y-115070965D01* -X82010807Y-115062550D01* -X82011925Y-115054338D01* -X82013362Y-115046329D01* -X82015119Y-115038523D01* -X82017195Y-115030919D01* -X82019591Y-115023518D01* -X82022306Y-115016320D01* -X82025341Y-115009324D01* -X82028694Y-115002531D01* -X82032368Y-114995940D01* -X82036361Y-114989552D01* -X82040673Y-114983367D01* -X82045305Y-114977384D01* -X82050256Y-114971604D01* -X82055470Y-114966050D01* -X82060928Y-114960781D01* -X82066630Y-114955796D01* -X82072576Y-114951097D01* -X82078766Y-114946683D01* -X82085200Y-114942554D01* -X82091877Y-114938710D01* -X82098799Y-114935151D01* -X82105964Y-114931877D01* -X82113373Y-114928888D01* -X82121026Y-114926185D01* -X82128923Y-114923766D01* -X82137064Y-114921633D01* -X82145448Y-114919784D01* -X82154077Y-114918221D01* -X82162949Y-114916943D01* -X82168811Y-114990655D01* -X82160564Y-114992596D01* -X82152751Y-114994681D01* -X82145369Y-114996910D01* -X82138421Y-114999283D01* -X82131906Y-115001801D01* -X82125823Y-115004463D01* -X82120173Y-115007269D01* -X82114956Y-115010219D01* -X82108672Y-115014377D01* -X82103159Y-115018792D01* -X82097292Y-115024548D01* -X82092003Y-115030552D01* -X82087290Y-115036803D01* -X82083155Y-115043302D01* -X82079597Y-115050047D01* -X82076616Y-115057040D01* -X82074211Y-115064281D01* -X82072384Y-115071768D01* -X82071134Y-115079503D01* -X82070461Y-115087485D01* -X82070332Y-115092944D01* -X82070504Y-115099518D01* -X82071018Y-115105939D01* -X82071874Y-115112209D01* -X82073073Y-115118326D01* -X82074615Y-115124292D01* -X82076499Y-115130105D01* -X82078726Y-115135767D01* -X82081296Y-115141277D01* -X82084208Y-115146634D01* -X82087463Y-115151840D01* -X82089823Y-115155226D01* -X82094753Y-115161663D01* -X82100089Y-115167840D01* -X82105833Y-115173757D01* -X82111983Y-115179413D01* -X82118541Y-115184809D01* -X82125506Y-115189945D01* -X82130375Y-115193225D01* -X82135425Y-115196389D01* -X82140656Y-115199437D01* -X82146068Y-115202370D01* -X82151661Y-115205187D01* -X82157434Y-115207888D01* -X82163389Y-115210474D01* -X82169576Y-115212908D01* -X82176086Y-115215193D01* -X82182917Y-115217328D01* -X82190069Y-115219312D01* -X82197544Y-115221147D01* -X82205340Y-115222832D01* -X82213458Y-115224366D01* -X82221897Y-115225751D01* -X82230659Y-115226986D01* -X82239741Y-115228071D01* -X82249146Y-115229006D01* -X82258873Y-115229790D01* -X82268921Y-115230425D01* -X82279291Y-115230910D01* -X82289982Y-115231245D01* -X82300995Y-115231430D01* -X82293944Y-115226297D01* -X82287243Y-115220956D01* -X82280892Y-115215406D01* -X82274892Y-115209647D01* -X82269242Y-115203680D01* -X82263942Y-115197504D01* -X82258993Y-115191119D01* -X82254394Y-115184526D01* -X82250145Y-115177724D01* -X82246247Y-115170714D01* -X82243842Y-115165924D01* -X82240490Y-115158611D01* -X82237468Y-115151237D01* -X82234775Y-115143801D01* -X82232412Y-115136303D01* -X82230379Y-115128744D01* -X82228675Y-115121122D01* -X82227301Y-115113439D01* -X82226257Y-115105694D01* -X82225694Y-115099539D01* -X82286048Y-115099539D01* -X82286191Y-115105762D01* -X82286622Y-115111867D01* -X82287341Y-115117852D01* -X82288347Y-115123719D01* -X82289640Y-115129466D01* -X82292118Y-115137864D01* -X82295243Y-115145994D01* -X82299015Y-115153856D01* -X82303433Y-115161450D01* -X82306738Y-115166364D01* -X82310330Y-115171158D01* -X82314210Y-115175834D01* -X82318376Y-115180391D01* -X82322831Y-115184828D01* -X82327518Y-115189070D01* -X82332386Y-115193037D01* -X82337433Y-115196731D01* -X82342660Y-115200151D01* -X82348067Y-115203298D01* -X82353653Y-115206171D01* -X82359420Y-115208771D01* -X82365366Y-115211097D01* -X82371491Y-115213149D01* -X82377797Y-115214927D01* -X82384282Y-115216432D01* -X82390947Y-115217664D01* -X82397792Y-115218621D01* -X82404816Y-115219305D01* -X82412020Y-115219716D01* -X82419404Y-115219853D01* -X82426711Y-115219710D01* -X82433959Y-115219281D01* -X82441147Y-115218566D01* -X82448276Y-115217565D01* -X82455346Y-115216279D01* -X82462356Y-115214706D01* -X82469308Y-115212847D01* -X82476200Y-115210703D01* -X82483033Y-115208272D01* -X82489806Y-115205556D01* -X82494289Y-115203586D01* -X82500844Y-115200423D01* -X82507100Y-115197033D01* -X82513058Y-115193416D01* -X82518716Y-115189573D01* -X82524076Y-115185503D01* -X82529137Y-115181206D01* -X82533899Y-115176682D01* -X82538363Y-115171932D01* -X82542527Y-115166955D01* -X82546393Y-115161752D01* -X82548804Y-115158157D01* -X82552130Y-115152636D01* -X82555129Y-115147063D01* -X82557801Y-115141439D01* -X82560145Y-115135763D01* -X82562163Y-115130036D01* -X82563853Y-115124257D01* -X82565216Y-115118426D01* -X82566252Y-115112545D01* -X82566961Y-115106611D01* -X82567343Y-115100626D01* -X82567415Y-115096608D01* -X82567075Y-115087930D01* -X82566055Y-115079481D01* -X82564355Y-115071261D01* -X82561975Y-115063271D01* -X82558915Y-115055510D01* -X82555174Y-115047978D01* -X82550754Y-115040676D01* -X82545653Y-115033602D01* -X82541875Y-115029014D01* -X82537795Y-115024528D01* -X82533412Y-115020144D01* -X82528727Y-115015861D01* -X82523783Y-115011762D01* -X82518620Y-115007927D01* -X82513240Y-115004357D01* -X82507643Y-115001051D01* -X82501828Y-114998009D01* -X82495796Y-114995232D01* -X82489546Y-114992720D01* -X82483078Y-114990472D01* -X82476393Y-114988489D01* -X82469491Y-114986769D01* -X82462371Y-114985315D01* -X82455033Y-114984125D01* -X82447478Y-114983199D01* -X82439705Y-114982538D01* -X82431715Y-114982141D01* -X82423508Y-114982009D01* -X82415627Y-114982140D01* -X82407958Y-114982531D01* -X82400500Y-114983184D01* -X82393255Y-114984097D01* -X82386221Y-114985272D01* -X82379400Y-114986708D01* -X82372790Y-114988404D01* -X82366391Y-114990362D01* -X82360205Y-114992581D01* -X82354230Y-114995061D01* -X82348468Y-114997802D01* -X82342917Y-115000804D01* -X82337577Y-115004066D01* -X82332450Y-115007590D01* -X82327534Y-115011375D01* -X82322831Y-115015421D01* -X82318376Y-115019666D01* -X82314210Y-115024045D01* -X82310330Y-115028559D01* -X82306738Y-115033208D01* -X82301889Y-115040436D01* -X82297686Y-115047967D01* -X82294130Y-115055803D01* -X82291220Y-115063942D01* -X82288957Y-115072385D01* -X82287808Y-115078183D01* -X82286946Y-115084116D01* -X82286371Y-115090184D01* -X82286084Y-115096387D01* -X82286048Y-115099539D01* -X82225694Y-115099539D01* -X82225543Y-115097887D01* -X82225158Y-115090018D01* -X82225085Y-115084738D01* -X82225299Y-115075537D01* -X82225941Y-115066511D01* -X82227011Y-115057659D01* -X82228510Y-115048980D01* -X82230437Y-115040476D01* -X82232792Y-115032146D01* -X82235575Y-115023990D01* -X82238787Y-115016008D01* -X82242426Y-115008199D01* -X82246494Y-115000565D01* -X82250990Y-114993105D01* -X82255914Y-114985819D01* -X82261267Y-114978707D01* -X82267047Y-114971769D01* -X82273256Y-114965005D01* -X82279893Y-114958415D01* -X82286851Y-114952098D01* -X82294060Y-114946188D01* -X82301519Y-114940685D01* -X82309229Y-114935591D01* -X82317190Y-114930904D01* -X82325402Y-114926624D01* -X82333864Y-114922752D01* -X82342578Y-114919287D01* -X82351542Y-114916231D01* -X82360756Y-114913581D01* -X82370222Y-114911340D01* -X82379938Y-114909506D01* -X82389904Y-114908079D01* -X82400122Y-114907060D01* -X82410590Y-114906449D01* -X82421309Y-114906245D01* -X82428404Y-114906341D01* -G37* -D14* G36* X107323968Y-121039434D02* G01* @@ -76746,577 +77937,6 @@ X131897930Y-82094869D01* X131897930Y-82488784D01* G37* G36* -X83454000Y-120835344D02* -G01* -X82844369Y-120835344D01* -X82844369Y-120755330D01* -X83383658Y-120755330D01* -X83383658Y-120457842D01* -X83454000Y-120457842D01* -X83454000Y-120835344D01* -G37* -G36* -X83454000Y-120115512D02* -G01* -X83454000Y-120189664D01* -X82978898Y-120189664D01* -X82983762Y-120194839D01* -X82988625Y-120200308D01* -X82993489Y-120206070D01* -X82998352Y-120212127D01* -X83003216Y-120218476D01* -X83008079Y-120225120D01* -X83012943Y-120232057D01* -X83017806Y-120239288D01* -X83021049Y-120244272D01* -X83024291Y-120249386D01* -X83027533Y-120254631D01* -X83030775Y-120260006D01* -X83033949Y-120265411D01* -X83037022Y-120270747D01* -X83039994Y-120276013D01* -X83042866Y-120281209D01* -X83046984Y-120288872D01* -X83050875Y-120296378D01* -X83054540Y-120303727D01* -X83057978Y-120310919D01* -X83061189Y-120317954D01* -X83064174Y-120324831D01* -X83066932Y-120331551D01* -X83069464Y-120338115D01* -X82994432Y-120338115D01* -X82990758Y-120330391D01* -X82986988Y-120322789D01* -X82983124Y-120315310D01* -X82979164Y-120307954D01* -X82975109Y-120300720D01* -X82970960Y-120293608D01* -X82966715Y-120286619D01* -X82962375Y-120279753D01* -X82957941Y-120273009D01* -X82953411Y-120266387D01* -X82948786Y-120259888D01* -X82944066Y-120253512D01* -X82939251Y-120247258D01* -X82934342Y-120241127D01* -X82929337Y-120235118D01* -X82924237Y-120229231D01* -X82919099Y-120223512D01* -X82913981Y-120218007D01* -X82908882Y-120212714D01* -X82903803Y-120207634D01* -X82898743Y-120202767D01* -X82893703Y-120198113D01* -X82888682Y-120193672D01* -X82883680Y-120189444D01* -X82878698Y-120185429D01* -X82873736Y-120181627D01* -X82868793Y-120178037D01* -X82863869Y-120174661D01* -X82856520Y-120169996D01* -X82849215Y-120165810D01* -X82844369Y-120163286D01* -X82844369Y-120115512D01* -X83454000Y-120115512D01* -G37* -G36* -X84795553Y-116619284D02* -G01* -X84875567Y-116639508D01* -X84873953Y-116645708D01* -X84872260Y-116651815D01* -X84870488Y-116657830D01* -X84868638Y-116663752D01* -X84866710Y-116669581D01* -X84864703Y-116675317D01* -X84862618Y-116680961D01* -X84860455Y-116686512D01* -X84858213Y-116691970D01* -X84853493Y-116702609D01* -X84848461Y-116712876D01* -X84843114Y-116722772D01* -X84837454Y-116732298D01* -X84831480Y-116741452D01* -X84825192Y-116750236D01* -X84818590Y-116758649D01* -X84811675Y-116766690D01* -X84804446Y-116774361D01* -X84796904Y-116781661D01* -X84789048Y-116788590D01* -X84785002Y-116791915D01* -X84776736Y-116798268D01* -X84768243Y-116804211D01* -X84759522Y-116809744D01* -X84750573Y-116814868D01* -X84741396Y-116819581D01* -X84731991Y-116823885D01* -X84722359Y-116827779D01* -X84712498Y-116831263D01* -X84702410Y-116834337D01* -X84692094Y-116837001D01* -X84681550Y-116839255D01* -X84670779Y-116841099D01* -X84659779Y-116842534D01* -X84648552Y-116843559D01* -X84637097Y-116844173D01* -X84625414Y-116844378D01* -X84619340Y-116844339D01* -X84613338Y-116844222D01* -X84607407Y-116844027D01* -X84601547Y-116843753D01* -X84590042Y-116842972D01* -X84578821Y-116841878D01* -X84567886Y-116840471D01* -X84557236Y-116838752D01* -X84546870Y-116836721D01* -X84536790Y-116834377D01* -X84526995Y-116831720D01* -X84517485Y-116828751D01* -X84508260Y-116825469D01* -X84499320Y-116821875D01* -X84490665Y-116817968D01* -X84482296Y-116813748D01* -X84474211Y-116809216D01* -X84466412Y-116804371D01* -X84458887Y-116799231D01* -X84451590Y-116793811D01* -X84444521Y-116788112D01* -X84437679Y-116782133D01* -X84431066Y-116775875D01* -X84424680Y-116769338D01* -X84418523Y-116762521D01* -X84412593Y-116755425D01* -X84406891Y-116748050D01* -X84401416Y-116740395D01* -X84396170Y-116732461D01* -X84391151Y-116724248D01* -X84386360Y-116715755D01* -X84381797Y-116706983D01* -X84377462Y-116697931D01* -X84373355Y-116688600D01* -X84369487Y-116679068D01* -X84365868Y-116669449D01* -X84362498Y-116659742D01* -X84359378Y-116649949D01* -X84356508Y-116640069D01* -X84353887Y-116630101D01* -X84351516Y-116620047D01* -X84349395Y-116609905D01* -X84347523Y-116599677D01* -X84345901Y-116589361D01* -X84344528Y-116578959D01* -X84343405Y-116568469D01* -X84342531Y-116557893D01* -X84341907Y-116547230D01* -X84341533Y-116536479D01* -X84341408Y-116525642D01* -X84341443Y-116519730D01* -X84341549Y-116513866D01* -X84341971Y-116502281D01* -X84342676Y-116490886D01* -X84343661Y-116479681D01* -X84344929Y-116468666D01* -X84346478Y-116457841D01* -X84348308Y-116447206D01* -X84350421Y-116436762D01* -X84352815Y-116426507D01* -X84355490Y-116416442D01* -X84358447Y-116406567D01* -X84361686Y-116396883D01* -X84365207Y-116387388D01* -X84369009Y-116378084D01* -X84373093Y-116368969D01* -X84377458Y-116360045D01* -X84382084Y-116351348D01* -X84386947Y-116342917D01* -X84392049Y-116334752D01* -X84397389Y-116326852D01* -X84402966Y-116319218D01* -X84408783Y-116311850D01* -X84414837Y-116304747D01* -X84421129Y-116297909D01* -X84427659Y-116291338D01* -X84434428Y-116285032D01* -X84441435Y-116278991D01* -X84448680Y-116273217D01* -X84456163Y-116267707D01* -X84463884Y-116262464D01* -X84471843Y-116257486D01* -X84480040Y-116252773D01* -X84488427Y-116248319D01* -X84496916Y-116244152D01* -X84505508Y-116240273D01* -X84514204Y-116236681D01* -X84523002Y-116233376D01* -X84531904Y-116230359D01* -X84540908Y-116227629D01* -X84550016Y-116225186D01* -X84559227Y-116223031D01* -X84568540Y-116221163D01* -X84577957Y-116219583D01* -X84587477Y-116218289D01* -X84597099Y-116217284D01* -X84606825Y-116216565D01* -X84616654Y-116216134D01* -X84626586Y-116215990D01* -X84637812Y-116216173D01* -X84648813Y-116216721D01* -X84659588Y-116217634D01* -X84670138Y-116218912D01* -X84680462Y-116220556D01* -X84690560Y-116222564D01* -X84700433Y-116224938D01* -X84710080Y-116227677D01* -X84719502Y-116230782D01* -X84728699Y-116234251D01* -X84737669Y-116238086D01* -X84746415Y-116242286D01* -X84754934Y-116246851D01* -X84763228Y-116251782D01* -X84771297Y-116257078D01* -X84779140Y-116262739D01* -X84786724Y-116268731D01* -X84794015Y-116275021D01* -X84801012Y-116281609D01* -X84807717Y-116288494D01* -X84814128Y-116295677D01* -X84820246Y-116303158D01* -X84826071Y-116310936D01* -X84831604Y-116319012D01* -X84836843Y-116327386D01* -X84841788Y-116336057D01* -X84846441Y-116345026D01* -X84850801Y-116354293D01* -X84854868Y-116363857D01* -X84858641Y-116373719D01* -X84862122Y-116383879D01* -X84865309Y-116394337D01* -X84786467Y-116412948D01* -X84783774Y-116404665D01* -X84780931Y-116396668D01* -X84777939Y-116388957D01* -X84774799Y-116381532D01* -X84771509Y-116374394D01* -X84768071Y-116367542D01* -X84764484Y-116360976D01* -X84760749Y-116354696D01* -X84756864Y-116348702D01* -X84752831Y-116342995D01* -X84748648Y-116337574D01* -X84744317Y-116332439D01* -X84739837Y-116327591D01* -X84735208Y-116323028D01* -X84730431Y-116318752D01* -X84725504Y-116314762D01* -X84720423Y-116311036D01* -X84715182Y-116307549D01* -X84709781Y-116304304D01* -X84704219Y-116301298D01* -X84698497Y-116298533D01* -X84692614Y-116296009D01* -X84686571Y-116293725D01* -X84680368Y-116291681D01* -X84674005Y-116289878D01* -X84667481Y-116288315D01* -X84660798Y-116286993D01* -X84653953Y-116285911D01* -X84646949Y-116285070D01* -X84639784Y-116284468D01* -X84632459Y-116284108D01* -X84624974Y-116283988D01* -X84616362Y-116284119D01* -X84607927Y-116284514D01* -X84599669Y-116285173D01* -X84591589Y-116286094D01* -X84583687Y-116287279D01* -X84575961Y-116288727D01* -X84568414Y-116290439D01* -X84561043Y-116292414D01* -X84553851Y-116294652D01* -X84546835Y-116297154D01* -X84539998Y-116299919D01* -X84533337Y-116302947D01* -X84526854Y-116306239D01* -X84520549Y-116309793D01* -X84514421Y-116313612D01* -X84508470Y-116317693D01* -X84502735Y-116321996D01* -X84497216Y-116326479D01* -X84491913Y-116331142D01* -X84486827Y-116335984D01* -X84481957Y-116341006D01* -X84477304Y-116346208D01* -X84472867Y-116351589D01* -X84468646Y-116357151D01* -X84464642Y-116362892D01* -X84460854Y-116368812D01* -X84457283Y-116374913D01* -X84453928Y-116381193D01* -X84450789Y-116387653D01* -X84447867Y-116394293D01* -X84445161Y-116401113D01* -X84442671Y-116408112D01* -X84440382Y-116415215D01* -X84438240Y-116422347D01* -X84436247Y-116429508D01* -X84434401Y-116436697D01* -X84432702Y-116443915D01* -X84431151Y-116451162D01* -X84429748Y-116458437D01* -X84428493Y-116465741D01* -X84427385Y-116473073D01* -X84426425Y-116480434D01* -X84425613Y-116487824D01* -X84424948Y-116495242D01* -X84424431Y-116502689D01* -X84424062Y-116510165D01* -X84423841Y-116517669D01* -X84423767Y-116525202D01* -X84423854Y-116534852D01* -X84424117Y-116544347D01* -X84424555Y-116553687D01* -X84425168Y-116562873D01* -X84425956Y-116571905D01* -X84426920Y-116580782D01* -X84428058Y-116589504D01* -X84429372Y-116598072D01* -X84430861Y-116606485D01* -X84432525Y-116614744D01* -X84434364Y-116622848D01* -X84436379Y-116630797D01* -X84438568Y-116638592D01* -X84440933Y-116646233D01* -X84443473Y-116653718D01* -X84446188Y-116661050D01* -X84449106Y-116668172D01* -X84452217Y-116675065D01* -X84455522Y-116681732D01* -X84459020Y-116688170D01* -X84462712Y-116694380D01* -X84466597Y-116700363D01* -X84470676Y-116706118D01* -X84474948Y-116711645D01* -X84479414Y-116716944D01* -X84484073Y-116722015D01* -X84488925Y-116726858D01* -X84493971Y-116731474D01* -X84499211Y-116735862D01* -X84504644Y-116740022D01* -X84510271Y-116743954D01* -X84516091Y-116747658D01* -X84522056Y-116751136D01* -X84528082Y-116754390D01* -X84534169Y-116757420D01* -X84540316Y-116760225D01* -X84546525Y-116762805D01* -X84552793Y-116765161D01* -X84559123Y-116767293D01* -X84565513Y-116769200D01* -X84571964Y-116770883D01* -X84578476Y-116772342D01* -X84585048Y-116773576D01* -X84591681Y-116774586D01* -X84598374Y-116775371D01* -X84605129Y-116775932D01* -X84611944Y-116776269D01* -X84618819Y-116776381D01* -X84627129Y-116776227D01* -X84635278Y-116775763D01* -X84643267Y-116774990D01* -X84651096Y-116773908D01* -X84658764Y-116772517D01* -X84666272Y-116770817D01* -X84673620Y-116768808D01* -X84680808Y-116766489D01* -X84687835Y-116763862D01* -X84694702Y-116760925D01* -X84701409Y-116757679D01* -X84707956Y-116754125D01* -X84714342Y-116750261D01* -X84720568Y-116746087D01* -X84726633Y-116741605D01* -X84732539Y-116736814D01* -X84738246Y-116731718D01* -X84743717Y-116726322D01* -X84748953Y-116720626D01* -X84753953Y-116714631D01* -X84758716Y-116708335D01* -X84763245Y-116701739D01* -X84767537Y-116694843D01* -X84771593Y-116687648D01* -X84775414Y-116680152D01* -X84778998Y-116672357D01* -X84782347Y-116664261D01* -X84785460Y-116655866D01* -X84788337Y-116647170D01* -X84790978Y-116638175D01* -X84793384Y-116628880D01* -X84795553Y-116619284D01* -G37* -G36* -X84945470Y-116305090D02* -G01* -X84945470Y-116234748D01* -X85336600Y-116234748D01* -X85336600Y-116292487D01* -X85329387Y-116300377D01* -X85322181Y-116308584D01* -X85314984Y-116317110D01* -X85307795Y-116325955D01* -X85300613Y-116335117D01* -X85297026Y-116339818D01* -X85293440Y-116344598D01* -X85289856Y-116349458D01* -X85286275Y-116354397D01* -X85282695Y-116359416D01* -X85279117Y-116364515D01* -X85275542Y-116369693D01* -X85271968Y-116374950D01* -X85268397Y-116380287D01* -X85264827Y-116385704D01* -X85261259Y-116391200D01* -X85257694Y-116396776D01* -X85254130Y-116402432D01* -X85250569Y-116408167D01* -X85247009Y-116413981D01* -X85243451Y-116419876D01* -X85239896Y-116425849D01* -X85236342Y-116431903D01* -X85232791Y-116438036D01* -X85229241Y-116444248D01* -X85225693Y-116450540D01* -X85222148Y-116456912D01* -X85218637Y-116463320D01* -X85215177Y-116469739D01* -X85211767Y-116476171D01* -X85208407Y-116482614D01* -X85205097Y-116489069D01* -X85201837Y-116495536D01* -X85198627Y-116502015D01* -X85195467Y-116508505D01* -X85192358Y-116515007D01* -X85189298Y-116521520D01* -X85186289Y-116528046D01* -X85183329Y-116534583D01* -X85180420Y-116541132D01* -X85177561Y-116547693D01* -X85174752Y-116554265D01* -X85171993Y-116560849D01* -X85169284Y-116567445D01* -X85166625Y-116574053D01* -X85164016Y-116580672D01* -X85161457Y-116587303D01* -X85158949Y-116593946D01* -X85156490Y-116600600D01* -X85154082Y-116607266D01* -X85151723Y-116613944D01* -X85149415Y-116620634D01* -X85147157Y-116627336D01* -X85144949Y-116634049D01* -X85142791Y-116640774D01* -X85140683Y-116647510D01* -X85138625Y-116654259D01* -X85136618Y-116661019D01* -X85134660Y-116667791D01* -X85131939Y-116677391D01* -X85129343Y-116687105D01* -X85126874Y-116696932D01* -X85124530Y-116706873D01* -X85122312Y-116716927D01* -X85120221Y-116727094D01* -X85118255Y-116737374D01* -X85116415Y-116747768D01* -X85114701Y-116758275D01* -X85113113Y-116768896D01* -X85111651Y-116779630D01* -X85110315Y-116790477D01* -X85109105Y-116801438D01* -X85108021Y-116812512D01* -X85107063Y-116823699D01* -X85106230Y-116835000D01* -X85029880Y-116835000D01* -X85030144Y-116825888D01* -X85030606Y-116816544D01* -X85031266Y-116806966D01* -X85032124Y-116797154D01* -X85033180Y-116787109D01* -X85034434Y-116776830D01* -X85035887Y-116766318D01* -X85037537Y-116755572D01* -X85039385Y-116744592D01* -X85041432Y-116733379D01* -X85043676Y-116721933D01* -X85044873Y-116716122D01* -X85046119Y-116710252D01* -X85047415Y-116704325D01* -X85048760Y-116698339D01* -X85050154Y-116692294D01* -X85051598Y-116686191D01* -X85053092Y-116680030D01* -X85054635Y-116673811D01* -X85056228Y-116667533D01* -X85057870Y-116661196D01* -X85059569Y-116654829D01* -X85061313Y-116648476D01* -X85063103Y-116642138D01* -X85064939Y-116635814D01* -X85066820Y-116629505D01* -X85068746Y-116623211D01* -X85070718Y-116616931D01* -X85072735Y-116610665D01* -X85074798Y-116604415D01* -X85076907Y-116598179D01* -X85079061Y-116591957D01* -X85081260Y-116585750D01* -X85083505Y-116579558D01* -X85085796Y-116573380D01* -X85088132Y-116567217D01* -X85090513Y-116561069D01* -X85092940Y-116554935D01* -X85095413Y-116548816D01* -X85097931Y-116542711D01* -X85100494Y-116536621D01* -X85103103Y-116530545D01* -X85105758Y-116524485D01* -X85108458Y-116518438D01* -X85111204Y-116512407D01* -X85113995Y-116506389D01* -X85116831Y-116500387D01* -X85119713Y-116494399D01* -X85122641Y-116488426D01* -X85125614Y-116482467D01* -X85128633Y-116476523D01* -X85131697Y-116470593D01* -X85134807Y-116464678D01* -X85137945Y-116458791D01* -X85141096Y-116452961D01* -X85144259Y-116447190D01* -X85147435Y-116441476D01* -X85150622Y-116435821D01* -X85153823Y-116430224D01* -X85157035Y-116424685D01* -X85160260Y-116419204D01* -X85163497Y-116413781D01* -X85166746Y-116408416D01* -X85170008Y-116403109D01* -X85173282Y-116397861D01* -X85176568Y-116392670D01* -X85179867Y-116387538D01* -X85183177Y-116382463D01* -X85186501Y-116377447D01* -X85189836Y-116372489D01* -X85193184Y-116367589D01* -X85196544Y-116362747D01* -X85203301Y-116353238D01* -X85210107Y-116343961D01* -X85216963Y-116334916D01* -X85223868Y-116326104D01* -X85230822Y-116317524D01* -X85237825Y-116309177D01* -X85241345Y-116305090D01* -X84945470Y-116305090D01* -G37* -G36* X147519000Y-110958394D02* G01* X147392677Y-111038262D01* @@ -77690,758 +78310,800 @@ X146993177Y-110518174D01* X146989090Y-110514654D01* X146989090Y-110810529D01* G37* +D16* G36* -X87052514Y-120036919D02* -G01* -X87132528Y-120057143D01* -X87130914Y-120063343D01* -X87129221Y-120069450D01* -X87127449Y-120075465D01* -X87125599Y-120081387D01* -X87123671Y-120087216D01* -X87121664Y-120092952D01* -X87119579Y-120098596D01* -X87117416Y-120104147D01* -X87115174Y-120109605D01* -X87110454Y-120120244D01* -X87105422Y-120130511D01* -X87100075Y-120140407D01* -X87094415Y-120149933D01* -X87088441Y-120159087D01* -X87082153Y-120167871D01* -X87075551Y-120176284D01* -X87068636Y-120184325D01* -X87061407Y-120191996D01* -X87053865Y-120199296D01* -X87046009Y-120206225D01* -X87041963Y-120209550D01* -X87033697Y-120215903D01* -X87025204Y-120221846D01* -X87016483Y-120227379D01* -X87007534Y-120232503D01* -X86998357Y-120237216D01* -X86988952Y-120241520D01* -X86979320Y-120245414D01* -X86969459Y-120248898D01* -X86959371Y-120251972D01* -X86949055Y-120254636D01* -X86938511Y-120256890D01* -X86927740Y-120258734D01* -X86916740Y-120260169D01* -X86905513Y-120261194D01* -X86894058Y-120261808D01* -X86882375Y-120262013D01* -X86876301Y-120261974D01* -X86870299Y-120261857D01* -X86864368Y-120261662D01* -X86858508Y-120261388D01* -X86847003Y-120260607D01* -X86835782Y-120259513D01* -X86824847Y-120258106D01* -X86814197Y-120256387D01* -X86803831Y-120254356D01* -X86793751Y-120252012D01* -X86783956Y-120249355D01* -X86774446Y-120246386D01* -X86765221Y-120243104D01* -X86756281Y-120239510D01* -X86747626Y-120235603D01* -X86739257Y-120231383D01* -X86731172Y-120226851D01* -X86723373Y-120222006D01* -X86715848Y-120216866D01* -X86708551Y-120211446D01* -X86701482Y-120205747D01* -X86694640Y-120199768D01* -X86688027Y-120193510D01* -X86681641Y-120186973D01* -X86675484Y-120180156D01* -X86669554Y-120173060D01* -X86663852Y-120165685D01* -X86658377Y-120158030D01* -X86653131Y-120150096D01* -X86648112Y-120141883D01* -X86643321Y-120133390D01* -X86638758Y-120124618D01* -X86634423Y-120115566D01* -X86630316Y-120106235D01* -X86626448Y-120096703D01* -X86622829Y-120087084D01* -X86619459Y-120077377D01* -X86616339Y-120067584D01* -X86613469Y-120057704D01* -X86610848Y-120047736D01* -X86608477Y-120037682D01* -X86606356Y-120027540D01* -X86604484Y-120017312D01* -X86602862Y-120006996D01* -X86601489Y-119996594D01* -X86600366Y-119986104D01* -X86599492Y-119975528D01* -X86598868Y-119964865D01* -X86598494Y-119954114D01* -X86598369Y-119943277D01* -X86598404Y-119937365D01* -X86598510Y-119931501D01* -X86598932Y-119919916D01* -X86599637Y-119908521D01* -X86600622Y-119897316D01* -X86601890Y-119886301D01* -X86603439Y-119875476D01* -X86605269Y-119864841D01* -X86607382Y-119854397D01* -X86609776Y-119844142D01* -X86612451Y-119834077D01* -X86615408Y-119824202D01* -X86618647Y-119814518D01* -X86622168Y-119805023D01* -X86625970Y-119795719D01* -X86630054Y-119786604D01* -X86634419Y-119777680D01* -X86639045Y-119768983D01* -X86643908Y-119760552D01* -X86649010Y-119752387D01* -X86654350Y-119744487D01* -X86659927Y-119736853D01* -X86665744Y-119729485D01* -X86671798Y-119722382D01* -X86678090Y-119715544D01* -X86684620Y-119708973D01* -X86691389Y-119702667D01* -X86698396Y-119696626D01* -X86705641Y-119690852D01* -X86713124Y-119685342D01* -X86720845Y-119680099D01* -X86728804Y-119675121D01* -X86737001Y-119670408D01* -X86745388Y-119665954D01* -X86753877Y-119661787D01* -X86762469Y-119657908D01* -X86771165Y-119654316D01* -X86779963Y-119651011D01* -X86788865Y-119647994D01* -X86797869Y-119645264D01* -X86806977Y-119642821D01* -X86816188Y-119640666D01* -X86825501Y-119638798D01* -X86834918Y-119637218D01* -X86844438Y-119635924D01* -X86854060Y-119634919D01* -X86863786Y-119634200D01* -X86873615Y-119633769D01* -X86883547Y-119633625D01* -X86894773Y-119633808D01* -X86905774Y-119634356D01* -X86916549Y-119635269D01* -X86927099Y-119636547D01* -X86937423Y-119638191D01* -X86947521Y-119640199D01* -X86957394Y-119642573D01* -X86967041Y-119645312D01* -X86976463Y-119648417D01* -X86985660Y-119651886D01* -X86994630Y-119655721D01* -X87003376Y-119659921D01* -X87011895Y-119664486D01* -X87020189Y-119669417D01* -X87028258Y-119674713D01* -X87036101Y-119680374D01* -X87043685Y-119686366D01* -X87050976Y-119692656D01* -X87057973Y-119699244D01* -X87064678Y-119706129D01* -X87071089Y-119713312D01* -X87077207Y-119720793D01* -X87083032Y-119728571D01* -X87088565Y-119736647D01* -X87093804Y-119745021D01* -X87098749Y-119753692D01* -X87103402Y-119762661D01* -X87107762Y-119771928D01* -X87111829Y-119781492D01* -X87115602Y-119791354D01* -X87119083Y-119801514D01* -X87122270Y-119811972D01* -X87043428Y-119830583D01* -X87040735Y-119822300D01* -X87037892Y-119814303D01* -X87034900Y-119806592D01* -X87031760Y-119799167D01* -X87028470Y-119792029D01* -X87025032Y-119785177D01* -X87021445Y-119778611D01* -X87017710Y-119772331D01* -X87013825Y-119766337D01* -X87009792Y-119760630D01* -X87005609Y-119755209D01* -X87001278Y-119750074D01* -X86996798Y-119745226D01* -X86992169Y-119740663D01* -X86987392Y-119736387D01* -X86982465Y-119732397D01* -X86977384Y-119728671D01* -X86972143Y-119725184D01* -X86966742Y-119721939D01* -X86961180Y-119718933D01* -X86955458Y-119716168D01* -X86949575Y-119713644D01* -X86943532Y-119711360D01* -X86937329Y-119709316D01* -X86930966Y-119707513D01* -X86924442Y-119705950D01* -X86917759Y-119704628D01* -X86910914Y-119703546D01* -X86903910Y-119702705D01* -X86896745Y-119702103D01* -X86889420Y-119701743D01* -X86881935Y-119701623D01* -X86873323Y-119701754D01* -X86864888Y-119702149D01* -X86856630Y-119702808D01* -X86848550Y-119703729D01* -X86840648Y-119704914D01* -X86832922Y-119706362D01* -X86825375Y-119708074D01* -X86818004Y-119710049D01* -X86810812Y-119712287D01* -X86803796Y-119714789D01* -X86796959Y-119717554D01* -X86790298Y-119720582D01* -X86783815Y-119723874D01* -X86777510Y-119727428D01* -X86771382Y-119731247D01* -X86765431Y-119735328D01* -X86759696Y-119739631D01* -X86754177Y-119744114D01* -X86748874Y-119748777D01* -X86743788Y-119753619D01* -X86738918Y-119758641D01* -X86734265Y-119763843D01* -X86729828Y-119769224D01* -X86725607Y-119774786D01* -X86721603Y-119780527D01* -X86717815Y-119786447D01* -X86714244Y-119792548D01* -X86710889Y-119798828D01* -X86707750Y-119805288D01* -X86704828Y-119811928D01* -X86702122Y-119818748D01* -X86699632Y-119825747D01* -X86697343Y-119832850D01* -X86695201Y-119839982D01* -X86693208Y-119847143D01* -X86691362Y-119854332D01* -X86689663Y-119861550D01* -X86688112Y-119868797D01* -X86686709Y-119876072D01* -X86685454Y-119883376D01* -X86684346Y-119890708D01* -X86683386Y-119898069D01* -X86682574Y-119905459D01* -X86681909Y-119912877D01* -X86681392Y-119920324D01* -X86681023Y-119927800D01* -X86680802Y-119935304D01* -X86680728Y-119942837D01* -X86680815Y-119952487D01* -X86681078Y-119961982D01* -X86681516Y-119971322D01* -X86682129Y-119980508D01* -X86682917Y-119989540D01* -X86683881Y-119998417D01* -X86685019Y-120007139D01* -X86686333Y-120015707D01* -X86687822Y-120024120D01* -X86689486Y-120032379D01* -X86691325Y-120040483D01* -X86693340Y-120048432D01* -X86695529Y-120056227D01* -X86697894Y-120063868D01* -X86700434Y-120071353D01* -X86703149Y-120078685D01* -X86706067Y-120085807D01* -X86709178Y-120092700D01* -X86712483Y-120099367D01* -X86715981Y-120105805D01* -X86719673Y-120112015D01* -X86723558Y-120117998D01* -X86727637Y-120123753D01* -X86731909Y-120129280D01* -X86736375Y-120134579D01* -X86741034Y-120139650D01* -X86745886Y-120144493D01* -X86750932Y-120149109D01* -X86756172Y-120153497D01* -X86761605Y-120157657D01* -X86767232Y-120161589D01* -X86773052Y-120165293D01* -X86779017Y-120168771D01* -X86785043Y-120172025D01* -X86791130Y-120175055D01* -X86797277Y-120177860D01* -X86803486Y-120180440D01* -X86809754Y-120182796D01* -X86816084Y-120184928D01* -X86822474Y-120186835D01* -X86828925Y-120188518D01* -X86835437Y-120189977D01* -X86842009Y-120191211D01* -X86848642Y-120192221D01* -X86855335Y-120193006D01* -X86862090Y-120193567D01* -X86868905Y-120193904D01* -X86875780Y-120194016D01* -X86884090Y-120193862D01* -X86892239Y-120193398D01* -X86900228Y-120192625D01* -X86908057Y-120191543D01* -X86915725Y-120190152D01* -X86923233Y-120188452D01* -X86930581Y-120186443D01* -X86937769Y-120184124D01* -X86944796Y-120181497D01* -X86951663Y-120178560D01* -X86958370Y-120175314D01* -X86964917Y-120171760D01* -X86971303Y-120167896D01* -X86977529Y-120163722D01* -X86983594Y-120159240D01* -X86989500Y-120154449D01* -X86995207Y-120149353D01* -X87000678Y-120143957D01* -X87005914Y-120138261D01* -X87010914Y-120132266D01* -X87015677Y-120125970D01* -X87020206Y-120119374D01* -X87024498Y-120112478D01* -X87028554Y-120105283D01* -X87032375Y-120097787D01* -X87035959Y-120089992D01* -X87039308Y-120081896D01* -X87042421Y-120073501D01* -X87045298Y-120064805D01* -X87047939Y-120055810D01* -X87050345Y-120046515D01* -X87052514Y-120036919D01* -G37* -G36* -X87476911Y-120252635D02* +X86471553Y-117672284D02* G01* -X87402759Y-120252635D01* -X87402759Y-119777533D01* -X87397583Y-119782397D01* -X87392114Y-119787260D01* -X87386352Y-119792124D01* -X87380296Y-119796987D01* -X87373946Y-119801851D01* -X87367302Y-119806714D01* -X87360365Y-119811578D01* -X87353134Y-119816441D01* -X87348151Y-119819684D01* -X87343037Y-119822926D01* -X87337792Y-119826168D01* -X87332417Y-119829410D01* -X87327011Y-119832584D01* -X87321675Y-119835657D01* -X87316409Y-119838629D01* -X87311213Y-119841501D01* -X87303550Y-119845619D01* -X87296044Y-119849510D01* -X87288695Y-119853175D01* -X87281503Y-119856613D01* -X87274469Y-119859824D01* -X87267591Y-119862809D01* -X87260871Y-119865567D01* -X87254308Y-119868099D01* -X87254308Y-119793067D01* -X87262032Y-119789393D01* -X87269633Y-119785623D01* -X87277112Y-119781759D01* -X87284469Y-119777799D01* -X87291703Y-119773744D01* -X87298814Y-119769595D01* -X87305803Y-119765350D01* -X87312670Y-119761010D01* -X87319414Y-119756576D01* -X87326035Y-119752046D01* -X87332534Y-119747421D01* -X87338910Y-119742701D01* -X87345164Y-119737886D01* -X87351296Y-119732977D01* -X87357305Y-119727972D01* -X87363191Y-119722872D01* -X87368910Y-119717734D01* -X87374416Y-119712616D01* -X87379708Y-119707517D01* -X87384788Y-119702438D01* -X87389655Y-119697378D01* -X87394309Y-119692338D01* -X87398750Y-119687317D01* -X87402978Y-119682315D01* -X87406993Y-119677333D01* -X87410796Y-119672371D01* -X87414385Y-119667428D01* -X87417761Y-119662504D01* -X87422426Y-119655155D01* -X87426612Y-119647850D01* -X87429137Y-119643004D01* -X87476911Y-119643004D01* -X87476911Y-120252635D01* +X86551567Y-117692508D01* +X86549953Y-117698708D01* +X86548260Y-117704815D01* +X86546488Y-117710830D01* +X86544638Y-117716752D01* +X86542710Y-117722581D01* +X86540703Y-117728317D01* +X86538618Y-117733961D01* +X86536455Y-117739512D01* +X86534213Y-117744970D01* +X86529493Y-117755609D01* +X86524461Y-117765876D01* +X86519114Y-117775772D01* +X86513454Y-117785298D01* +X86507480Y-117794452D01* +X86501192Y-117803236D01* +X86494590Y-117811649D01* +X86487675Y-117819690D01* +X86480446Y-117827361D01* +X86472904Y-117834661D01* +X86465048Y-117841590D01* +X86461002Y-117844915D01* +X86452736Y-117851268D01* +X86444243Y-117857211D01* +X86435522Y-117862744D01* +X86426573Y-117867868D01* +X86417396Y-117872581D01* +X86407991Y-117876885D01* +X86398359Y-117880779D01* +X86388498Y-117884263D01* +X86378410Y-117887337D01* +X86368094Y-117890001D01* +X86357550Y-117892255D01* +X86346779Y-117894099D01* +X86335779Y-117895534D01* +X86324552Y-117896559D01* +X86313097Y-117897173D01* +X86301414Y-117897378D01* +X86295340Y-117897339D01* +X86289338Y-117897222D01* +X86283407Y-117897027D01* +X86277547Y-117896753D01* +X86266042Y-117895972D01* +X86254821Y-117894878D01* +X86243886Y-117893471D01* +X86233236Y-117891752D01* +X86222870Y-117889721D01* +X86212790Y-117887377D01* +X86202995Y-117884720D01* +X86193485Y-117881751D01* +X86184260Y-117878469D01* +X86175320Y-117874875D01* +X86166665Y-117870968D01* +X86158296Y-117866748D01* +X86150211Y-117862216D01* +X86142412Y-117857371D01* +X86134887Y-117852231D01* +X86127590Y-117846811D01* +X86120521Y-117841112D01* +X86113679Y-117835133D01* +X86107066Y-117828875D01* +X86100680Y-117822338D01* +X86094523Y-117815521D01* +X86088593Y-117808425D01* +X86082891Y-117801050D01* +X86077416Y-117793395D01* +X86072170Y-117785461D01* +X86067151Y-117777248D01* +X86062360Y-117768755D01* +X86057797Y-117759983D01* +X86053462Y-117750931D01* +X86049355Y-117741600D01* +X86045487Y-117732068D01* +X86041868Y-117722449D01* +X86038498Y-117712742D01* +X86035378Y-117702949D01* +X86032508Y-117693069D01* +X86029887Y-117683101D01* +X86027516Y-117673047D01* +X86025395Y-117662905D01* +X86023523Y-117652677D01* +X86021901Y-117642361D01* +X86020528Y-117631959D01* +X86019405Y-117621469D01* +X86018531Y-117610893D01* +X86017907Y-117600230D01* +X86017533Y-117589479D01* +X86017408Y-117578642D01* +X86017443Y-117572730D01* +X86017549Y-117566866D01* +X86017971Y-117555281D01* +X86018676Y-117543886D01* +X86019661Y-117532681D01* +X86020929Y-117521666D01* +X86022478Y-117510841D01* +X86024308Y-117500206D01* +X86026421Y-117489762D01* +X86028815Y-117479507D01* +X86031490Y-117469442D01* +X86034447Y-117459567D01* +X86037686Y-117449883D01* +X86041207Y-117440388D01* +X86045009Y-117431084D01* +X86049093Y-117421969D01* +X86053458Y-117413045D01* +X86058084Y-117404348D01* +X86062947Y-117395917D01* +X86068049Y-117387752D01* +X86073389Y-117379852D01* +X86078966Y-117372218D01* +X86084783Y-117364850D01* +X86090837Y-117357747D01* +X86097129Y-117350909D01* +X86103659Y-117344338D01* +X86110428Y-117338032D01* +X86117435Y-117331991D01* +X86124680Y-117326217D01* +X86132163Y-117320707D01* +X86139884Y-117315464D01* +X86147843Y-117310486D01* +X86156040Y-117305773D01* +X86164427Y-117301319D01* +X86172916Y-117297152D01* +X86181508Y-117293273D01* +X86190204Y-117289681D01* +X86199002Y-117286376D01* +X86207904Y-117283359D01* +X86216908Y-117280629D01* +X86226016Y-117278186D01* +X86235227Y-117276031D01* +X86244540Y-117274163D01* +X86253957Y-117272583D01* +X86263477Y-117271289D01* +X86273099Y-117270284D01* +X86282825Y-117269565D01* +X86292654Y-117269134D01* +X86302586Y-117268990D01* +X86313812Y-117269173D01* +X86324813Y-117269721D01* +X86335588Y-117270634D01* +X86346138Y-117271912D01* +X86356462Y-117273556D01* +X86366560Y-117275564D01* +X86376433Y-117277938D01* +X86386080Y-117280677D01* +X86395502Y-117283782D01* +X86404699Y-117287251D01* +X86413669Y-117291086D01* +X86422415Y-117295286D01* +X86430934Y-117299851D01* +X86439228Y-117304782D01* +X86447297Y-117310078D01* +X86455140Y-117315739D01* +X86462724Y-117321731D01* +X86470015Y-117328021D01* +X86477012Y-117334609D01* +X86483717Y-117341494D01* +X86490128Y-117348677D01* +X86496246Y-117356158D01* +X86502071Y-117363936D01* +X86507604Y-117372012D01* +X86512843Y-117380386D01* +X86517788Y-117389057D01* +X86522441Y-117398026D01* +X86526801Y-117407293D01* +X86530868Y-117416857D01* +X86534641Y-117426719D01* +X86538122Y-117436879D01* +X86541309Y-117447337D01* +X86462467Y-117465948D01* +X86459774Y-117457665D01* +X86456931Y-117449668D01* +X86453939Y-117441957D01* +X86450799Y-117434532D01* +X86447509Y-117427394D01* +X86444071Y-117420542D01* +X86440484Y-117413976D01* +X86436749Y-117407696D01* +X86432864Y-117401702D01* +X86428831Y-117395995D01* +X86424648Y-117390574D01* +X86420317Y-117385439D01* +X86415837Y-117380591D01* +X86411208Y-117376028D01* +X86406431Y-117371752D01* +X86401504Y-117367762D01* +X86396423Y-117364036D01* +X86391182Y-117360549D01* +X86385781Y-117357304D01* +X86380219Y-117354298D01* +X86374497Y-117351533D01* +X86368614Y-117349009D01* +X86362571Y-117346725D01* +X86356368Y-117344681D01* +X86350005Y-117342878D01* +X86343481Y-117341315D01* +X86336798Y-117339993D01* +X86329953Y-117338911D01* +X86322949Y-117338070D01* +X86315784Y-117337468D01* +X86308459Y-117337108D01* +X86300974Y-117336988D01* +X86292362Y-117337119D01* +X86283927Y-117337514D01* +X86275669Y-117338173D01* +X86267589Y-117339094D01* +X86259687Y-117340279D01* +X86251961Y-117341727D01* +X86244414Y-117343439D01* +X86237043Y-117345414D01* +X86229851Y-117347652D01* +X86222835Y-117350154D01* +X86215998Y-117352919D01* +X86209337Y-117355947D01* +X86202854Y-117359239D01* +X86196549Y-117362793D01* +X86190421Y-117366612D01* +X86184470Y-117370693D01* +X86178735Y-117374996D01* +X86173216Y-117379479D01* +X86167913Y-117384142D01* +X86162827Y-117388984D01* +X86157957Y-117394006D01* +X86153304Y-117399208D01* +X86148867Y-117404589D01* +X86144646Y-117410151D01* +X86140642Y-117415892D01* +X86136854Y-117421812D01* +X86133283Y-117427913D01* +X86129928Y-117434193D01* +X86126789Y-117440653D01* +X86123867Y-117447293D01* +X86121161Y-117454113D01* +X86118671Y-117461112D01* +X86116382Y-117468215D01* +X86114240Y-117475347D01* +X86112247Y-117482508D01* +X86110401Y-117489697D01* +X86108702Y-117496915D01* +X86107151Y-117504162D01* +X86105748Y-117511437D01* +X86104493Y-117518741D01* +X86103385Y-117526073D01* +X86102425Y-117533434D01* +X86101613Y-117540824D01* +X86100948Y-117548242D01* +X86100431Y-117555689D01* +X86100062Y-117563165D01* +X86099841Y-117570669D01* +X86099767Y-117578202D01* +X86099854Y-117587852D01* +X86100117Y-117597347D01* +X86100555Y-117606687D01* +X86101168Y-117615873D01* +X86101956Y-117624905D01* +X86102920Y-117633782D01* +X86104058Y-117642504D01* +X86105372Y-117651072D01* +X86106861Y-117659485D01* +X86108525Y-117667744D01* +X86110364Y-117675848D01* +X86112379Y-117683797D01* +X86114568Y-117691592D01* +X86116933Y-117699233D01* +X86119473Y-117706718D01* +X86122188Y-117714050D01* +X86125106Y-117721172D01* +X86128217Y-117728065D01* +X86131522Y-117734732D01* +X86135020Y-117741170D01* +X86138712Y-117747380D01* +X86142597Y-117753363D01* +X86146676Y-117759118D01* +X86150948Y-117764645D01* +X86155414Y-117769944D01* +X86160073Y-117775015D01* +X86164925Y-117779858D01* +X86169971Y-117784474D01* +X86175211Y-117788862D01* +X86180644Y-117793022D01* +X86186271Y-117796954D01* +X86192091Y-117800658D01* +X86198056Y-117804136D01* +X86204082Y-117807390D01* +X86210169Y-117810420D01* +X86216316Y-117813225D01* +X86222525Y-117815805D01* +X86228793Y-117818161D01* +X86235123Y-117820293D01* +X86241513Y-117822200D01* +X86247964Y-117823883D01* +X86254476Y-117825342D01* +X86261048Y-117826576D01* +X86267681Y-117827586D01* +X86274374Y-117828371D01* +X86281129Y-117828932D01* +X86287944Y-117829269D01* +X86294819Y-117829381D01* +X86303129Y-117829227D01* +X86311278Y-117828763D01* +X86319267Y-117827990D01* +X86327096Y-117826908D01* +X86334764Y-117825517D01* +X86342272Y-117823817D01* +X86349620Y-117821808D01* +X86356808Y-117819489D01* +X86363835Y-117816862D01* +X86370702Y-117813925D01* +X86377409Y-117810679D01* +X86383956Y-117807125D01* +X86390342Y-117803261D01* +X86396568Y-117799087D01* +X86402633Y-117794605D01* +X86408539Y-117789814D01* +X86414246Y-117784718D01* +X86419717Y-117779322D01* +X86424953Y-117773626D01* +X86429953Y-117767631D01* +X86434716Y-117761335D01* +X86439245Y-117754739D01* +X86443537Y-117747843D01* +X86447593Y-117740648D01* +X86451414Y-117733152D01* +X86454998Y-117725357D01* +X86458347Y-117717261D01* +X86461460Y-117708866D01* +X86464337Y-117700170D01* +X86466978Y-117691175D01* +X86469384Y-117681880D01* +X86471553Y-117672284D01* G37* G36* -X87665075Y-120093779D02* +X86823215Y-117278551D02* G01* -X87739227Y-120083814D01* -X87740891Y-120091463D01* -X87742694Y-120098842D01* -X87744637Y-120105949D01* -X87746720Y-120112784D01* -X87748942Y-120119348D01* -X87751304Y-120125641D01* -X87753805Y-120131663D01* -X87756447Y-120137413D01* -X87759228Y-120142892D01* -X87762148Y-120148099D01* -X87766791Y-120155402D01* -X87771748Y-120162094D01* -X87777019Y-120168175D01* -X87782605Y-120173646D01* -X87788492Y-120178544D01* -X87794614Y-120182959D01* -X87800971Y-120186893D01* -X87807561Y-120190346D01* -X87814386Y-120193316D01* -X87821446Y-120195805D01* -X87828740Y-120197812D01* -X87836268Y-120199338D01* -X87844031Y-120200381D01* -X87852028Y-120200943D01* -X87857490Y-120201050D01* -X87863984Y-120200908D01* -X87870349Y-120200483D01* -X87876587Y-120199773D01* -X87882696Y-120198779D01* -X87888677Y-120197501D01* -X87894529Y-120195940D01* -X87900254Y-120194094D01* -X87905850Y-120191965D01* -X87911318Y-120189551D01* -X87916658Y-120186854D01* -X87921869Y-120183873D01* -X87926953Y-120180607D01* -X87931908Y-120177058D01* -X87936734Y-120173225D01* -X87941433Y-120169108D01* -X87946003Y-120164707D01* -X87950369Y-120160097D01* -X87954453Y-120155351D01* -X87958255Y-120150470D01* -X87961775Y-120145455D01* -X87965014Y-120140304D01* -X87967972Y-120135018D01* -X87970647Y-120129597D01* -X87973041Y-120124041D01* -X87975153Y-120118349D01* -X87976984Y-120112523D01* -X87978533Y-120106562D01* -X87979801Y-120100465D01* -X87980786Y-120094233D01* -X87981490Y-120087867D01* -X87981913Y-120081365D01* -X87982054Y-120074728D01* -X87981923Y-120068405D01* -X87981532Y-120062224D01* -X87980879Y-120056183D01* -X87979965Y-120050282D01* -X87978791Y-120044523D01* -X87976539Y-120036148D01* -X87973701Y-120028090D01* -X87970275Y-120020349D01* -X87966261Y-120012924D01* -X87961660Y-120005816D01* -X87956472Y-119999026D01* -X87950697Y-119992552D01* -X87948641Y-119990464D01* -X87942218Y-119984519D01* -X87935478Y-119979159D01* -X87928421Y-119974384D01* -X87921047Y-119970193D01* -X87913357Y-119966587D01* -X87905349Y-119963566D01* -X87897025Y-119961129D01* -X87891299Y-119959830D01* -X87885433Y-119958790D01* -X87879425Y-119958011D01* -X87873277Y-119957491D01* -X87866989Y-119957231D01* -X87863791Y-119957198D01* -X87856946Y-119957399D01* -X87849600Y-119958000D01* -X87843363Y-119958769D01* -X87836805Y-119959795D01* -X87829927Y-119961077D01* -X87822728Y-119962616D01* -X87815208Y-119964411D01* -X87811328Y-119965405D01* -X87819681Y-119895503D01* -X87825559Y-119896003D01* -X87831551Y-119896235D01* -X87837449Y-119896140D01* -X87846153Y-119895641D01* -X87854687Y-119894715D01* -X87863051Y-119893361D01* -X87871246Y-119891579D01* -X87879270Y-119889370D01* -X87887124Y-119886733D01* -X87894808Y-119883668D01* -X87902323Y-119880176D01* -X87909667Y-119876256D01* -X87916841Y-119871909D01* -X87923624Y-119867116D01* -X87929740Y-119861859D01* -X87935188Y-119856138D01* -X87939970Y-119849954D01* -X87944084Y-119843307D01* -X87947531Y-119836195D01* -X87950311Y-119828620D01* -X87952424Y-119820581D01* -X87953870Y-119812079D01* -X87954463Y-119806153D01* -X87954759Y-119800021D01* -X87954796Y-119796877D01* -X87954553Y-119789470D01* -X87953822Y-119782304D01* -X87952605Y-119775381D01* -X87950901Y-119768699D01* -X87948710Y-119762260D01* -X87946033Y-119756063D01* -X87942868Y-119750108D01* -X87939217Y-119744396D01* -X87935078Y-119738925D01* -X87930453Y-119733697D01* -X87927099Y-119730346D01* -X87921792Y-119725632D01* -X87916201Y-119721381D01* -X87910327Y-119717594D01* -X87904169Y-119714271D01* -X87897728Y-119711412D01* -X87891004Y-119709016D01* -X87883997Y-119707084D01* -X87876706Y-119705616D01* -X87869131Y-119704611D01* -X87861274Y-119704070D01* -X87855878Y-119703967D01* -X87847898Y-119704204D01* -X87840171Y-119704915D01* -X87832696Y-119706100D01* -X87825474Y-119707759D01* -X87818504Y-119709892D01* -X87811787Y-119712499D01* -X87805322Y-119715580D01* -X87799110Y-119719135D01* -X87793150Y-119723164D01* -X87787442Y-119727667D01* -X87783777Y-119730932D01* -X87778546Y-119736225D01* -X87773678Y-119741991D01* -X87769173Y-119748232D01* -X87765031Y-119754947D01* -X87761252Y-119762136D01* -X87757837Y-119769798D01* -X87754785Y-119777935D01* -X87752952Y-119783623D01* -X87751280Y-119789521D01* -X87749770Y-119795631D01* -X87748422Y-119801950D01* -X87747234Y-119808481D01* -X87746701Y-119811825D01* -X87672549Y-119798636D01* -X87674370Y-119789497D01* -X87676462Y-119780620D01* -X87678826Y-119772004D01* -X87681461Y-119763648D01* -X87684367Y-119755554D01* -X87687545Y-119747720D01* -X87690994Y-119740148D01* -X87694714Y-119732837D01* -X87698706Y-119725787D01* -X87702969Y-119718997D01* -X87707503Y-119712469D01* -X87712309Y-119706202D01* -X87717386Y-119700196D01* -X87722734Y-119694451D01* -X87728354Y-119688967D01* -X87734245Y-119683744D01* -X87740364Y-119678811D01* -X87746667Y-119674196D01* -X87753154Y-119669899D01* -X87759826Y-119665920D01* -X87766682Y-119662260D01* -X87773723Y-119658918D01* -X87780948Y-119655895D01* -X87788357Y-119653189D01* -X87795950Y-119650802D01* -X87803728Y-119648733D01* -X87811690Y-119646983D01* -X87819837Y-119645551D01* -X87828168Y-119644437D01* -X87836683Y-119643641D01* -X87845382Y-119643163D01* -X87854266Y-119643004D01* -X87860409Y-119643087D01* -X87866491Y-119643334D01* -X87872512Y-119643746D01* -X87878473Y-119644323D01* -X87884374Y-119645065D01* -X87890213Y-119645972D01* -X87895992Y-119647044D01* -X87904546Y-119648960D01* -X87912964Y-119651248D01* -X87921246Y-119653906D01* -X87929391Y-119656935D01* -X87937399Y-119660336D01* -X87945271Y-119664107D01* -X87952902Y-119668200D01* -X87960187Y-119672567D01* -X87967128Y-119677206D01* -X87973723Y-119682118D01* -X87979974Y-119687304D01* -X87985879Y-119692762D01* -X87991439Y-119698494D01* -X87996653Y-119704499D01* -X88001523Y-119710776D01* -X88006047Y-119717327D01* -X88008872Y-119721846D01* -X88012826Y-119728728D01* -X88016392Y-119735689D01* -X88019568Y-119742731D01* -X88022356Y-119749852D01* -X88024755Y-119757053D01* -X88026764Y-119764334D01* -X88028385Y-119771695D01* -X88029617Y-119779136D01* -X88030460Y-119786657D01* -X88030914Y-119794257D01* -X88031000Y-119799369D01* -X88030816Y-119806617D01* -X88030263Y-119813744D01* -X88029342Y-119820751D01* -X88028053Y-119827636D01* -X88026395Y-119834400D01* -X88024369Y-119841043D01* -X88021975Y-119847565D01* -X88019212Y-119853966D01* -X88016081Y-119860246D01* -X88012582Y-119866405D01* -X88010044Y-119870443D01* -X88005936Y-119876319D01* -X88001469Y-119881965D01* -X87996645Y-119887382D01* -X87991462Y-119892569D01* -X87985922Y-119897528D01* -X87980023Y-119902257D01* -X87973767Y-119906757D01* -X87967152Y-119911027D01* -X87960179Y-119915069D01* -X87952848Y-119918881D01* -X87947762Y-119921295D01* -X87954373Y-119922956D01* -X87960795Y-119924828D01* -X87967030Y-119926909D01* -X87973078Y-119929199D01* -X87978937Y-119931699D01* -X87984609Y-119934408D01* -X87990093Y-119937327D01* -X87995389Y-119940456D01* -X88000498Y-119943793D01* -X88005419Y-119947341D01* -X88010152Y-119951098D01* -X88014697Y-119955064D01* -X88019054Y-119959240D01* -X88023224Y-119963626D01* -X88027206Y-119968221D01* -X88031000Y-119973025D01* -X88034602Y-119978012D01* -X88037972Y-119983153D01* -X88041110Y-119988449D01* -X88044015Y-119993899D01* -X88046688Y-119999504D01* -X88049128Y-120005263D01* -X88051336Y-120011177D01* -X88053312Y-120017245D01* -X88055055Y-120023468D01* -X88056565Y-120029846D01* -X88057844Y-120036378D01* -X88058889Y-120043065D01* -X88059703Y-120049906D01* -X88060284Y-120056902D01* -X88060633Y-120064052D01* -X88060749Y-120071357D01* -X88060523Y-120081228D01* -X88059847Y-120090910D01* -X88058719Y-120100403D01* -X88057140Y-120109707D01* -X88055110Y-120118822D01* -X88052629Y-120127748D01* -X88049697Y-120136485D01* -X88046314Y-120145033D01* -X88042480Y-120153393D01* -X88038194Y-120161563D01* -X88033458Y-120169545D01* -X88028271Y-120177337D01* -X88022632Y-120184941D01* -X88016542Y-120192356D01* -X88010002Y-120199582D01* -X88003010Y-120206619D01* -X87995674Y-120213327D01* -X87988101Y-120219602D01* -X87980291Y-120225445D01* -X87972244Y-120230854D01* -X87963960Y-120235831D01* -X87955440Y-120240375D01* -X87946682Y-120244486D01* -X87937687Y-120248165D01* -X87928455Y-120251411D01* -X87918986Y-120254224D01* -X87909281Y-120256604D01* -X87899338Y-120258551D01* -X87889158Y-120260066D01* -X87878741Y-120261148D01* -X87868088Y-120261797D01* -X87857197Y-120262013D01* -X87847355Y-120261831D01* -X87837724Y-120261283D01* -X87828304Y-120260370D01* -X87819095Y-120259092D01* -X87810096Y-120257448D01* -X87801308Y-120255439D01* -X87792730Y-120253066D01* -X87784364Y-120250326D01* -X87776207Y-120247222D01* -X87768262Y-120243752D01* -X87760527Y-120239918D01* -X87753003Y-120235718D01* -X87745689Y-120231152D01* -X87738586Y-120226222D01* -X87731694Y-120220926D01* -X87725013Y-120215265D01* -X87718630Y-120209295D01* -X87712600Y-120203109D01* -X87706920Y-120196706D01* -X87701593Y-120190087D01* -X87696616Y-120183251D01* -X87691992Y-120176199D01* -X87687718Y-120168931D01* -X87683797Y-120161446D01* -X87680226Y-120153745D01* -X87677007Y-120145828D01* -X87674140Y-120137694D01* -X87671624Y-120129344D01* -X87669460Y-120120777D01* -X87667647Y-120111994D01* -X87666185Y-120102995D01* -X87665075Y-120093779D01* +X86832745Y-117279095D01* +X86842033Y-117280003D01* +X86851079Y-117281273D01* +X86859884Y-117282906D01* +X86868447Y-117284902D01* +X86876769Y-117287261D01* +X86884849Y-117289983D01* +X86892687Y-117293068D01* +X86900284Y-117296516D01* +X86907640Y-117300327D01* +X86914753Y-117304500D01* +X86921625Y-117309037D01* +X86928256Y-117313936D01* +X86934645Y-117319199D01* +X86940793Y-117324824D01* +X86946649Y-117330692D01* +X86952127Y-117336720D01* +X86957227Y-117342906D01* +X86961950Y-117349252D01* +X86966295Y-117355756D01* +X86970262Y-117362420D01* +X86973851Y-117369243D01* +X86977063Y-117376225D01* +X86979896Y-117383366D01* +X86982352Y-117390667D01* +X86984430Y-117398126D01* +X86986130Y-117405745D01* +X86987453Y-117413523D01* +X86988397Y-117421460D01* +X86988964Y-117429556D01* +X86989153Y-117437811D01* +X86988958Y-117445683D01* +X86988375Y-117453362D01* +X86987402Y-117460847D01* +X86986041Y-117468139D01* +X86984291Y-117475238D01* +X86982151Y-117482144D01* +X86979623Y-117488857D01* +X86976705Y-117495376D01* +X86973399Y-117501702D01* +X86969704Y-117507835D01* +X86967024Y-117511817D01* +X86962700Y-117517571D01* +X86957972Y-117523072D01* +X86952840Y-117528321D01* +X86947302Y-117533318D01* +X86941361Y-117538062D01* +X86935015Y-117542553D01* +X86928265Y-117546793D01* +X86921110Y-117550780D01* +X86913550Y-117554514D01* +X86905587Y-117557996D01* +X86900053Y-117560177D01* +X86906910Y-117562517D01* +X86913558Y-117565031D01* +X86919998Y-117567719D01* +X86926230Y-117570581D01* +X86932253Y-117573618D01* +X86938068Y-117576828D01* +X86943674Y-117580212D01* +X86949072Y-117583771D01* +X86954262Y-117587503D01* +X86959244Y-117591409D01* +X86964017Y-117595490D01* +X86968581Y-117599744D01* +X86972938Y-117604173D01* +X86977086Y-117608775D01* +X86981025Y-117613551D01* +X86984756Y-117618502D01* +X86988270Y-117623601D01* +X86991557Y-117628822D01* +X86994617Y-117634166D01* +X86997451Y-117639632D01* +X87000058Y-117645221D01* +X87002438Y-117650932D01* +X87004592Y-117656766D01* +X87006518Y-117662722D01* +X87008219Y-117668801D01* +X87009692Y-117675002D01* +X87010939Y-117681326D01* +X87011959Y-117687772D01* +X87012752Y-117694341D01* +X87013319Y-117701032D01* +X87013659Y-117707846D01* +X87013772Y-117714782D01* +X87013558Y-117724358D01* +X87012916Y-117733740D01* +X87011846Y-117742928D01* +X87010347Y-117751923D01* +X87008420Y-117760724D01* +X87006065Y-117769332D01* +X87003282Y-117777746D01* +X87000070Y-117785967D01* +X86996431Y-117793994D01* +X86992363Y-117801828D01* +X86987867Y-117809469D01* +X86982943Y-117816916D01* +X86977590Y-117824169D01* +X86971810Y-117831229D01* +X86965601Y-117838096D01* +X86958964Y-117844769D01* +X86951978Y-117851139D01* +X86944722Y-117857099D01* +X86937195Y-117862648D01* +X86929399Y-117867785D01* +X86921332Y-117872512D01* +X86912995Y-117876828D01* +X86904387Y-117880732D01* +X86895510Y-117884226D01* +X86886362Y-117887309D01* +X86876944Y-117889980D01* +X86867256Y-117892241D01* +X86857298Y-117894090D01* +X86847070Y-117895529D01* +X86836571Y-117896556D01* +X86825802Y-117897173D01* +X86814763Y-117897378D01* +X86803724Y-117897172D01* +X86792953Y-117896554D01* +X86782452Y-117895524D01* +X86772219Y-117894081D01* +X86762256Y-117892226D01* +X86752562Y-117889960D01* +X86743136Y-117887281D01* +X86733980Y-117884189D01* +X86725093Y-117880686D01* +X86716475Y-117876770D01* +X86708126Y-117872443D01* +X86700046Y-117867703D01* +X86692235Y-117862551D01* +X86684693Y-117856987D01* +X86677420Y-117851010D01* +X86670416Y-117844622D01* +X86663779Y-117837907D01* +X86657570Y-117830989D01* +X86651790Y-117823866D01* +X86646437Y-117816540D01* +X86641513Y-117809010D01* +X86637017Y-117801276D01* +X86632949Y-117793339D01* +X86629310Y-117785198D01* +X86626098Y-117776853D01* +X86623315Y-117768304D01* +X86620960Y-117759551D01* +X86619033Y-117750595D01* +X86617535Y-117741434D01* +X86616464Y-117732070D01* +X86615822Y-117722502D01* +X86615621Y-117713317D01* +X86691958Y-117713317D01* +X86692089Y-117719208D01* +X86692484Y-117725065D01* +X86693418Y-117732823D01* +X86694425Y-117738602D01* +X86695695Y-117744348D01* +X86697228Y-117750060D01* +X86699023Y-117755739D01* +X86701081Y-117761384D01* +X86703402Y-117766996D01* +X86705986Y-117772575D01* +X86706906Y-117774427D01* +X86709863Y-117779860D01* +X86713076Y-117785059D01* +X86716544Y-117790023D01* +X86720267Y-117794753D01* +X86724244Y-117799248D01* +X86728477Y-117803510D01* +X86732965Y-117807536D01* +X86737708Y-117811329D01* +X86742706Y-117814887D01* +X86747959Y-117818210D01* +X86751602Y-117820295D01* +X86757220Y-117823176D01* +X86762918Y-117825774D01* +X86768695Y-117828088D01* +X86774553Y-117830119D01* +X86780490Y-117831866D01* +X86786507Y-117833330D01* +X86792604Y-117834511D01* +X86798781Y-117835408D01* +X86805037Y-117836022D01* +X86811374Y-117836352D01* +X86815643Y-117836415D01* +X86822202Y-117836283D01* +X86828616Y-117835884D01* +X86834887Y-117835220D01* +X86841013Y-117834290D01* +X86846995Y-117833095D01* +X86852833Y-117831634D01* +X86858527Y-117829908D01* +X86864076Y-117827916D01* +X86872129Y-117824430D01* +X86879858Y-117820346D01* +X86887263Y-117815664D01* +X86892018Y-117812211D01* +X86896630Y-117808493D01* +X86901097Y-117804509D01* +X86903277Y-117802417D01* +X86907483Y-117798077D01* +X86911417Y-117793592D01* +X86915080Y-117788963D01* +X86920066Y-117781750D01* +X86924441Y-117774211D01* +X86928206Y-117766349D01* +X86931360Y-117758161D01* +X86933124Y-117752523D01* +X86934617Y-117746740D01* +X86935838Y-117740813D01* +X86936787Y-117734741D01* +X86937466Y-117728526D01* +X86937873Y-117722166D01* +X86938008Y-117715662D01* +X86937869Y-117709066D01* +X86937450Y-117702615D01* +X86936751Y-117696307D01* +X86935773Y-117690144D01* +X86934516Y-117684126D01* +X86932980Y-117678251D01* +X86931164Y-117672521D01* +X86929069Y-117666935D01* +X86926694Y-117661494D01* +X86924041Y-117656196D01* +X86921107Y-117651043D01* +X86917895Y-117646034D01* +X86914403Y-117641170D01* +X86910632Y-117636449D01* +X86906581Y-117631873D01* +X86902251Y-117627441D01* +X86897730Y-117623218D01* +X86893069Y-117619267D01* +X86888269Y-117615588D01* +X86883328Y-117612182D01* +X86878249Y-117609049D01* +X86873029Y-117606188D01* +X86867670Y-117603599D01* +X86862171Y-117601283D01* +X86856532Y-117599239D01* +X86850754Y-117597468D01* +X86844836Y-117595969D01* +X86838778Y-117594743D01* +X86832581Y-117593790D01* +X86826244Y-117593108D01* +X86819768Y-117592700D01* +X86813151Y-117592563D01* +X86806664Y-117592698D01* +X86800317Y-117593104D01* +X86794111Y-117593779D01* +X86788046Y-117594725D01* +X86782122Y-117595941D01* +X86776339Y-117597427D01* +X86770696Y-117599183D01* +X86765194Y-117601210D01* +X86757206Y-117604756D01* +X86749534Y-117608910D01* +X86742179Y-117613672D01* +X86737452Y-117617185D01* +X86732865Y-117620967D01* +X86728420Y-117625020D01* +X86726250Y-117627148D01* +X86722097Y-117631520D01* +X86718213Y-117636028D01* +X86714596Y-117640670D01* +X86709673Y-117647888D01* +X86705353Y-117655409D01* +X86701636Y-117663234D01* +X86698522Y-117671363D01* +X86696010Y-117679796D01* +X86694671Y-117685586D01* +X86693599Y-117691512D01* +X86692795Y-117697573D01* +X86692259Y-117703770D01* +X86691992Y-117710101D01* +X86691958Y-117713317D01* +X86615621Y-117713317D01* +X86615608Y-117712731D01* +X86615724Y-117705460D01* +X86616075Y-117698337D01* +X86616659Y-117691364D01* +X86617476Y-117684539D01* +X86618527Y-117677863D01* +X86619812Y-117671336D01* +X86621330Y-117664958D01* +X86623082Y-117658729D01* +X86625067Y-117652648D01* +X86627286Y-117646717D01* +X86629738Y-117640934D01* +X86632424Y-117635300D01* +X86635343Y-117629815D01* +X86638496Y-117624478D01* +X86641883Y-117619291D01* +X86645503Y-117614252D01* +X86649339Y-117609387D01* +X86653373Y-117604720D01* +X86657605Y-117600251D01* +X86662035Y-117595980D01* +X86666663Y-117591907D01* +X86671490Y-117588032D01* +X86676514Y-117584355D01* +X86681736Y-117580876D01* +X86687157Y-117577596D01* +X86692775Y-117574513D01* +X86698592Y-117571628D01* +X86704607Y-117568942D01* +X86710819Y-117566454D01* +X86717230Y-117564163D01* +X86723839Y-117562071D01* +X86730646Y-117560177D01* +X86724969Y-117557995D01* +X86719479Y-117555698D01* +X86711593Y-117552038D01* +X86704128Y-117548121D01* +X86697082Y-117543946D01* +X86690456Y-117539514D01* +X86684250Y-117534824D01* +X86678464Y-117529876D01* +X86673098Y-117524671D01* +X86668151Y-117519208D01* +X86663625Y-117513488D01* +X86662209Y-117511524D01* +X86658228Y-117505479D01* +X86654639Y-117499215D01* +X86651442Y-117492733D01* +X86648635Y-117486031D01* +X86646221Y-117479111D01* +X86644198Y-117471972D01* +X86642566Y-117464613D01* +X86641326Y-117457036D01* +X86640478Y-117449240D01* +X86640021Y-117441225D01* +X86639934Y-117435759D01* +X86639996Y-117432975D01* +X86715845Y-117432975D01* +X86716087Y-117440995D01* +X86716814Y-117448735D01* +X86718024Y-117456194D01* +X86719719Y-117463372D01* +X86721899Y-117470269D01* +X86724562Y-117476886D01* +X86727710Y-117483221D01* +X86731342Y-117489276D01* +X86735459Y-117495050D01* +X86740059Y-117500544D01* +X86743396Y-117504050D01* +X86748733Y-117508973D01* +X86754359Y-117513413D01* +X86760274Y-117517368D01* +X86766477Y-117520838D01* +X86772968Y-117523825D01* +X86779748Y-117526327D01* +X86786817Y-117528345D01* +X86794174Y-117529878D01* +X86801819Y-117530928D01* +X86809753Y-117531493D01* +X86815203Y-117531600D01* +X86823091Y-117531359D01* +X86830709Y-117530637D01* +X86838056Y-117529433D01* +X86845133Y-117527747D01* +X86851939Y-117525579D01* +X86858475Y-117522930D01* +X86864740Y-117519798D01* +X86870735Y-117516186D01* +X86876459Y-117512091D01* +X86881913Y-117507515D01* +X86885398Y-117504196D01* +X86890296Y-117498950D01* +X86894711Y-117493487D01* +X86898645Y-117487808D01* +X86902098Y-117481912D01* +X86905068Y-117475800D01* +X86907557Y-117469472D01* +X86909564Y-117462927D01* +X86911090Y-117456166D01* +X86912133Y-117449188D01* +X86912695Y-117441995D01* +X86912802Y-117437078D01* +X86912554Y-117429446D01* +X86911808Y-117422045D01* +X86910565Y-117414876D01* +X86908825Y-117407939D01* +X86906588Y-117401233D01* +X86903853Y-117394760D01* +X86900622Y-117388518D01* +X86896893Y-117382508D01* +X86892667Y-117376730D01* +X86887944Y-117371184D01* +X86884519Y-117367616D01* +X86879121Y-117362561D01* +X86873478Y-117358004D01* +X86867591Y-117353944D01* +X86861459Y-117350381D01* +X86855082Y-117347315D01* +X86848460Y-117344746D01* +X86841594Y-117342674D01* +X86834483Y-117341100D01* +X86827127Y-117340023D01* +X86819527Y-117339443D01* +X86814324Y-117339332D01* +X86806483Y-117339575D01* +X86798897Y-117340301D01* +X86791566Y-117341512D01* +X86784490Y-117343207D01* +X86777669Y-117345386D01* +X86771104Y-117348050D01* +X86764793Y-117351197D01* +X86758737Y-117354830D01* +X86752936Y-117358946D01* +X86747391Y-117363547D01* +X86743835Y-117366883D01* +X86738833Y-117372145D01* +X86734323Y-117377601D01* +X86730305Y-117383250D01* +X86726779Y-117389092D01* +X86723745Y-117395127D01* +X86721202Y-117401355D01* +X86719152Y-117407777D01* +X86717594Y-117414391D01* +X86716528Y-117421199D01* +X86715954Y-117428200D01* +X86715845Y-117432975D01* +X86639996Y-117432975D01* +X86640119Y-117427508D01* +X86640674Y-117419424D01* +X86641598Y-117411507D01* +X86642893Y-117403758D01* +X86644557Y-117396175D01* +X86646591Y-117388759D01* +X86648994Y-117381511D01* +X86651768Y-117374430D01* +X86654911Y-117367516D01* +X86658424Y-117360769D01* +X86662307Y-117354190D01* +X86666560Y-117347777D01* +X86671182Y-117341532D01* +X86676175Y-117335453D01* +X86681537Y-117329542D01* +X86687269Y-117323799D01* +X86693326Y-117318297D01* +X86699626Y-117313151D01* +X86706171Y-117308360D01* +X86712960Y-117303923D01* +X86719992Y-117299842D01* +X86727269Y-117296115D01* +X86734789Y-117292743D01* +X86742553Y-117289727D01* +X86750561Y-117287065D01* +X86758813Y-117284758D01* +X86767308Y-117282806D01* +X86776048Y-117281209D01* +X86785031Y-117279966D01* +X86794258Y-117279079D01* +X86803729Y-117278547D01* +X86813444Y-117278369D01* +X86823215Y-117278551D01* G37* +D15* G36* X142436708Y-90284838D02* G01* @@ -79141,827 +79803,6 @@ X142882363Y-90833349D01* X143178679Y-90833349D01* G37* G36* -X82529959Y-119413284D02* -G01* -X82609973Y-119433508D01* -X82608359Y-119439708D01* -X82606666Y-119445815D01* -X82604894Y-119451830D01* -X82603044Y-119457752D01* -X82601116Y-119463581D01* -X82599109Y-119469317D01* -X82597024Y-119474961D01* -X82594861Y-119480512D01* -X82592619Y-119485970D01* -X82587899Y-119496609D01* -X82582867Y-119506876D01* -X82577520Y-119516772D01* -X82571860Y-119526298D01* -X82565886Y-119535452D01* -X82559598Y-119544236D01* -X82552996Y-119552649D01* -X82546081Y-119560690D01* -X82538852Y-119568361D01* -X82531310Y-119575661D01* -X82523454Y-119582590D01* -X82519408Y-119585915D01* -X82511142Y-119592268D01* -X82502649Y-119598211D01* -X82493928Y-119603744D01* -X82484979Y-119608868D01* -X82475802Y-119613581D01* -X82466397Y-119617885D01* -X82456765Y-119621779D01* -X82446904Y-119625263D01* -X82436816Y-119628337D01* -X82426500Y-119631001D01* -X82415956Y-119633255D01* -X82405185Y-119635099D01* -X82394185Y-119636534D01* -X82382958Y-119637559D01* -X82371503Y-119638173D01* -X82359820Y-119638378D01* -X82353746Y-119638339D01* -X82347744Y-119638222D01* -X82341813Y-119638027D01* -X82335953Y-119637753D01* -X82324448Y-119636972D01* -X82313227Y-119635878D01* -X82302292Y-119634471D01* -X82291642Y-119632752D01* -X82281276Y-119630721D01* -X82271196Y-119628377D01* -X82261401Y-119625720D01* -X82251891Y-119622751D01* -X82242666Y-119619469D01* -X82233726Y-119615875D01* -X82225071Y-119611968D01* -X82216702Y-119607748D01* -X82208617Y-119603216D01* -X82200818Y-119598371D01* -X82193293Y-119593231D01* -X82185996Y-119587811D01* -X82178927Y-119582112D01* -X82172085Y-119576133D01* -X82165472Y-119569875D01* -X82159086Y-119563338D01* -X82152929Y-119556521D01* -X82146999Y-119549425D01* -X82141297Y-119542050D01* -X82135822Y-119534395D01* -X82130576Y-119526461D01* -X82125557Y-119518248D01* -X82120766Y-119509755D01* -X82116203Y-119500983D01* -X82111868Y-119491931D01* -X82107761Y-119482600D01* -X82103893Y-119473068D01* -X82100274Y-119463449D01* -X82096904Y-119453742D01* -X82093784Y-119443949D01* -X82090914Y-119434069D01* -X82088293Y-119424101D01* -X82085922Y-119414047D01* -X82083801Y-119403905D01* -X82081929Y-119393677D01* -X82080307Y-119383361D01* -X82078934Y-119372959D01* -X82077811Y-119362469D01* -X82076937Y-119351893D01* -X82076313Y-119341230D01* -X82075939Y-119330479D01* -X82075814Y-119319642D01* -X82075849Y-119313730D01* -X82075955Y-119307866D01* -X82076377Y-119296281D01* -X82077082Y-119284886D01* -X82078067Y-119273681D01* -X82079335Y-119262666D01* -X82080884Y-119251841D01* -X82082714Y-119241206D01* -X82084827Y-119230762D01* -X82087221Y-119220507D01* -X82089896Y-119210442D01* -X82092853Y-119200567D01* -X82096092Y-119190883D01* -X82099613Y-119181388D01* -X82103415Y-119172084D01* -X82107499Y-119162969D01* -X82111864Y-119154045D01* -X82116490Y-119145348D01* -X82121353Y-119136917D01* -X82126455Y-119128752D01* -X82131795Y-119120852D01* -X82137372Y-119113218D01* -X82143189Y-119105850D01* -X82149243Y-119098747D01* -X82155535Y-119091909D01* -X82162065Y-119085338D01* -X82168834Y-119079032D01* -X82175841Y-119072991D01* -X82183086Y-119067217D01* -X82190569Y-119061707D01* -X82198290Y-119056464D01* -X82206249Y-119051486D01* -X82214446Y-119046773D01* -X82222833Y-119042319D01* -X82231322Y-119038152D01* -X82239914Y-119034273D01* -X82248610Y-119030681D01* -X82257408Y-119027376D01* -X82266310Y-119024359D01* -X82275314Y-119021629D01* -X82284422Y-119019186D01* -X82293633Y-119017031D01* -X82302946Y-119015163D01* -X82312363Y-119013583D01* -X82321883Y-119012289D01* -X82331505Y-119011284D01* -X82341231Y-119010565D01* -X82351060Y-119010134D01* -X82360992Y-119009990D01* -X82372218Y-119010173D01* -X82383219Y-119010721D01* -X82393994Y-119011634D01* -X82404544Y-119012912D01* -X82414868Y-119014556D01* -X82424966Y-119016564D01* -X82434839Y-119018938D01* -X82444486Y-119021677D01* -X82453908Y-119024782D01* -X82463105Y-119028251D01* -X82472075Y-119032086D01* -X82480821Y-119036286D01* -X82489340Y-119040851D01* -X82497634Y-119045782D01* -X82505703Y-119051078D01* -X82513546Y-119056739D01* -X82521130Y-119062731D01* -X82528421Y-119069021D01* -X82535418Y-119075609D01* -X82542123Y-119082494D01* -X82548534Y-119089677D01* -X82554652Y-119097158D01* -X82560477Y-119104936D01* -X82566010Y-119113012D01* -X82571249Y-119121386D01* -X82576194Y-119130057D01* -X82580847Y-119139026D01* -X82585207Y-119148293D01* -X82589274Y-119157857D01* -X82593047Y-119167719D01* -X82596528Y-119177879D01* -X82599715Y-119188337D01* -X82520873Y-119206948D01* -X82518180Y-119198665D01* -X82515337Y-119190668D01* -X82512345Y-119182957D01* -X82509205Y-119175532D01* -X82505915Y-119168394D01* -X82502477Y-119161542D01* -X82498890Y-119154976D01* -X82495155Y-119148696D01* -X82491270Y-119142702D01* -X82487237Y-119136995D01* -X82483054Y-119131574D01* -X82478723Y-119126439D01* -X82474243Y-119121591D01* -X82469614Y-119117028D01* -X82464837Y-119112752D01* -X82459910Y-119108762D01* -X82454829Y-119105036D01* -X82449588Y-119101549D01* -X82444187Y-119098304D01* -X82438625Y-119095298D01* -X82432903Y-119092533D01* -X82427020Y-119090009D01* -X82420977Y-119087725D01* -X82414774Y-119085681D01* -X82408411Y-119083878D01* -X82401887Y-119082315D01* -X82395204Y-119080993D01* -X82388359Y-119079911D01* -X82381355Y-119079070D01* -X82374190Y-119078468D01* -X82366865Y-119078108D01* -X82359380Y-119077988D01* -X82350768Y-119078119D01* -X82342333Y-119078514D01* -X82334075Y-119079173D01* -X82325995Y-119080094D01* -X82318093Y-119081279D01* -X82310367Y-119082727D01* -X82302820Y-119084439D01* -X82295449Y-119086414D01* -X82288257Y-119088652D01* -X82281241Y-119091154D01* -X82274404Y-119093919D01* -X82267743Y-119096947D01* -X82261260Y-119100239D01* -X82254955Y-119103793D01* -X82248827Y-119107612D01* -X82242876Y-119111693D01* -X82237141Y-119115996D01* -X82231622Y-119120479D01* -X82226319Y-119125142D01* -X82221233Y-119129984D01* -X82216363Y-119135006D01* -X82211710Y-119140208D01* -X82207273Y-119145589D01* -X82203052Y-119151151D01* -X82199048Y-119156892D01* -X82195260Y-119162812D01* -X82191689Y-119168913D01* -X82188334Y-119175193D01* -X82185195Y-119181653D01* -X82182273Y-119188293D01* -X82179567Y-119195113D01* -X82177077Y-119202112D01* -X82174788Y-119209215D01* -X82172646Y-119216347D01* -X82170653Y-119223508D01* -X82168807Y-119230697D01* -X82167108Y-119237915D01* -X82165557Y-119245162D01* -X82164154Y-119252437D01* -X82162899Y-119259741D01* -X82161791Y-119267073D01* -X82160831Y-119274434D01* -X82160019Y-119281824D01* -X82159354Y-119289242D01* -X82158837Y-119296689D01* -X82158468Y-119304165D01* -X82158247Y-119311669D01* -X82158173Y-119319202D01* -X82158260Y-119328852D01* -X82158523Y-119338347D01* -X82158961Y-119347687D01* -X82159574Y-119356873D01* -X82160362Y-119365905D01* -X82161326Y-119374782D01* -X82162464Y-119383504D01* -X82163778Y-119392072D01* -X82165267Y-119400485D01* -X82166931Y-119408744D01* -X82168770Y-119416848D01* -X82170785Y-119424797D01* -X82172974Y-119432592D01* -X82175339Y-119440233D01* -X82177879Y-119447718D01* -X82180594Y-119455050D01* -X82183512Y-119462172D01* -X82186623Y-119469065D01* -X82189928Y-119475732D01* -X82193426Y-119482170D01* -X82197118Y-119488380D01* -X82201003Y-119494363D01* -X82205082Y-119500118D01* -X82209354Y-119505645D01* -X82213820Y-119510944D01* -X82218479Y-119516015D01* -X82223331Y-119520858D01* -X82228377Y-119525474D01* -X82233617Y-119529862D01* -X82239050Y-119534022D01* -X82244677Y-119537954D01* -X82250497Y-119541658D01* -X82256462Y-119545136D01* -X82262488Y-119548390D01* -X82268575Y-119551420D01* -X82274722Y-119554225D01* -X82280931Y-119556805D01* -X82287199Y-119559161D01* -X82293529Y-119561293D01* -X82299919Y-119563200D01* -X82306370Y-119564883D01* -X82312882Y-119566342D01* -X82319454Y-119567576D01* -X82326087Y-119568586D01* -X82332780Y-119569371D01* -X82339535Y-119569932D01* -X82346350Y-119570269D01* -X82353225Y-119570381D01* -X82361535Y-119570227D01* -X82369684Y-119569763D01* -X82377673Y-119568990D01* -X82385502Y-119567908D01* -X82393170Y-119566517D01* -X82400678Y-119564817D01* -X82408026Y-119562808D01* -X82415214Y-119560489D01* -X82422241Y-119557862D01* -X82429108Y-119554925D01* -X82435815Y-119551679D01* -X82442362Y-119548125D01* -X82448748Y-119544261D01* -X82454974Y-119540087D01* -X82461039Y-119535605D01* -X82466945Y-119530814D01* -X82472652Y-119525718D01* -X82478123Y-119520322D01* -X82483359Y-119514626D01* -X82488359Y-119508631D01* -X82493122Y-119502335D01* -X82497651Y-119495739D01* -X82501943Y-119488843D01* -X82505999Y-119481648D01* -X82509820Y-119474152D01* -X82513404Y-119466357D01* -X82516753Y-119458261D01* -X82519866Y-119449866D01* -X82522743Y-119441170D01* -X82525384Y-119432175D01* -X82527790Y-119422880D01* -X82529959Y-119413284D01* -G37* -G36* -X82954356Y-119629000D02* -G01* -X82880204Y-119629000D01* -X82880204Y-119153898D01* -X82875028Y-119158762D01* -X82869559Y-119163625D01* -X82863797Y-119168489D01* -X82857741Y-119173352D01* -X82851391Y-119178216D01* -X82844747Y-119183079D01* -X82837810Y-119187943D01* -X82830579Y-119192806D01* -X82825596Y-119196049D01* -X82820482Y-119199291D01* -X82815237Y-119202533D01* -X82809862Y-119205775D01* -X82804456Y-119208949D01* -X82799120Y-119212022D01* -X82793854Y-119214994D01* -X82788658Y-119217866D01* -X82780995Y-119221984D01* -X82773489Y-119225875D01* -X82766140Y-119229540D01* -X82758948Y-119232978D01* -X82751914Y-119236189D01* -X82745036Y-119239174D01* -X82738316Y-119241932D01* -X82731753Y-119244464D01* -X82731753Y-119169432D01* -X82739477Y-119165758D01* -X82747078Y-119161988D01* -X82754557Y-119158124D01* -X82761914Y-119154164D01* -X82769148Y-119150109D01* -X82776259Y-119145960D01* -X82783248Y-119141715D01* -X82790115Y-119137375D01* -X82796859Y-119132941D01* -X82803480Y-119128411D01* -X82809979Y-119123786D01* -X82816355Y-119119066D01* -X82822609Y-119114251D01* -X82828741Y-119109342D01* -X82834750Y-119104337D01* -X82840636Y-119099237D01* -X82846355Y-119094099D01* -X82851861Y-119088981D01* -X82857153Y-119083882D01* -X82862233Y-119078803D01* -X82867100Y-119073743D01* -X82871754Y-119068703D01* -X82876195Y-119063682D01* -X82880423Y-119058680D01* -X82884438Y-119053698D01* -X82888241Y-119048736D01* -X82891830Y-119043793D01* -X82895206Y-119038869D01* -X82899871Y-119031520D01* -X82904057Y-119024215D01* -X82906582Y-119019369D01* -X82954356Y-119019369D01* -X82954356Y-119629000D01* -G37* -G36* -X83339475Y-119019494D02* -G01* -X83346720Y-119019869D01* -X83353887Y-119020492D01* -X83360974Y-119021366D01* -X83367983Y-119022489D01* -X83374912Y-119023862D01* -X83381762Y-119025484D01* -X83388534Y-119027356D01* -X83395226Y-119029478D01* -X83401840Y-119031849D01* -X83408374Y-119034469D01* -X83414830Y-119037340D01* -X83421206Y-119040459D01* -X83427504Y-119043829D01* -X83433722Y-119047448D01* -X83439862Y-119051316D01* -X83445870Y-119055397D01* -X83451695Y-119059690D01* -X83457337Y-119064195D01* -X83462796Y-119068911D01* -X83468072Y-119073839D01* -X83473164Y-119078979D01* -X83478073Y-119084331D01* -X83482799Y-119089894D01* -X83487342Y-119095670D01* -X83491702Y-119101657D01* -X83495879Y-119107856D01* -X83499872Y-119114267D01* -X83503682Y-119120889D01* -X83507309Y-119127724D01* -X83510753Y-119134770D01* -X83514014Y-119142028D01* -X83517084Y-119149598D01* -X83519956Y-119157580D01* -X83522630Y-119165975D01* -X83525105Y-119174781D01* -X83527383Y-119184000D01* -X83529463Y-119193631D01* -X83531344Y-119203673D01* -X83533028Y-119214129D01* -X83534513Y-119224996D01* -X83535801Y-119236275D01* -X83536890Y-119247967D01* -X83537361Y-119253967D01* -X83537782Y-119260071D01* -X83538153Y-119266277D01* -X83538475Y-119272587D01* -X83538747Y-119278999D01* -X83538970Y-119285515D01* -X83539143Y-119292133D01* -X83539267Y-119298855D01* -X83539341Y-119305680D01* -X83539366Y-119312607D01* -X83539341Y-119319815D01* -X83539268Y-119326931D01* -X83539145Y-119333955D01* -X83538972Y-119340886D01* -X83538751Y-119347725D01* -X83538480Y-119354472D01* -X83538160Y-119361127D01* -X83537791Y-119367690D01* -X83537372Y-119374161D01* -X83536905Y-119380539D01* -X83536388Y-119386826D01* -X83535822Y-119393020D01* -X83535206Y-119399122D01* -X83534542Y-119405131D01* -X83533828Y-119411049D01* -X83533065Y-119416875D01* -X83531391Y-119428249D01* -X83529520Y-119439255D01* -X83527452Y-119449892D01* -X83525188Y-119460161D01* -X83522726Y-119470060D01* -X83520068Y-119479592D01* -X83517213Y-119488754D01* -X83514160Y-119497548D01* -X83510932Y-119506029D01* -X83507511Y-119514254D01* -X83503897Y-119522223D01* -X83500092Y-119529935D01* -X83496094Y-119537390D01* -X83491904Y-119544589D01* -X83487521Y-119551532D01* -X83482946Y-119558218D01* -X83478179Y-119564648D01* -X83473219Y-119570821D01* -X83468067Y-119576738D01* -X83462723Y-119582398D01* -X83457186Y-119587802D01* -X83451457Y-119592949D01* -X83445536Y-119597840D01* -X83439422Y-119602475D01* -X83433146Y-119606822D01* -X83426737Y-119610890D01* -X83420195Y-119614676D01* -X83413520Y-119618183D01* -X83406712Y-119621408D01* -X83399772Y-119624354D01* -X83392699Y-119627018D01* -X83385493Y-119629403D01* -X83378154Y-119631506D01* -X83370683Y-119633329D01* -X83363078Y-119634872D01* -X83355341Y-119636134D01* -X83347471Y-119637116D01* -X83339469Y-119637817D01* -X83331333Y-119638238D01* -X83323065Y-119638378D01* -X83314300Y-119638222D01* -X83305738Y-119637753D01* -X83297378Y-119636972D01* -X83289222Y-119635878D01* -X83281268Y-119634471D01* -X83273516Y-119632752D01* -X83265967Y-119630721D01* -X83258621Y-119628377D01* -X83251478Y-119625720D01* -X83244537Y-119622751D01* -X83237799Y-119619469D01* -X83231263Y-119615875D01* -X83224930Y-119611968D01* -X83218800Y-119607748D01* -X83212872Y-119603216D01* -X83207147Y-119598371D01* -X83201681Y-119593226D01* -X83196495Y-119587827D01* -X83191588Y-119582175D01* -X83186960Y-119576271D01* -X83182612Y-119570113D01* -X83178543Y-119563702D01* -X83174754Y-119557038D01* -X83171243Y-119550121D01* -X83168012Y-119542951D01* -X83165061Y-119535529D01* -X83162389Y-119527853D01* -X83159996Y-119519924D01* -X83157882Y-119511742D01* -X83156048Y-119503307D01* -X83154494Y-119494619D01* -X83153218Y-119485678D01* -X83224586Y-119478937D01* -X83225768Y-119485293D01* -X83227079Y-119491427D01* -X83228520Y-119497341D01* -X83230091Y-119503034D01* -X83232688Y-119511159D01* -X83235577Y-119518787D01* -X83238757Y-119525918D01* -X83242229Y-119532552D01* -X83245991Y-119538688D01* -X83250044Y-119544328D01* -X83254389Y-119549470D01* -X83259024Y-119554115D01* -X83263959Y-119558279D01* -X83269146Y-119562033D01* -X83274586Y-119565378D01* -X83280278Y-119568314D01* -X83286222Y-119570839D01* -X83292419Y-119572955D01* -X83298869Y-119574662D01* -X83305571Y-119575959D01* -X83312525Y-119576847D01* -X83319732Y-119577324D01* -X83324677Y-119577415D01* -X83331005Y-119577280D01* -X83337187Y-119576874D01* -X83343223Y-119576198D01* -X83349111Y-119575252D01* -X83354852Y-119574034D01* -X83362279Y-119571991D01* -X83369445Y-119569466D01* -X83376350Y-119566461D01* -X83382994Y-119562975D01* -X83384614Y-119562028D01* -X83390915Y-119558021D01* -X83396924Y-119553693D01* -X83402639Y-119549045D01* -X83408061Y-119544076D01* -X83413190Y-119538787D01* -X83418026Y-119533177D01* -X83422569Y-119527246D01* -X83426819Y-119520995D01* -X83430874Y-119514266D01* -X83433804Y-119508849D01* -X83436639Y-119503115D01* -X83439379Y-119497064D01* -X83442023Y-119490697D01* -X83444572Y-119484013D01* -X83447026Y-119477012D01* -X83449384Y-119469694D01* -X83451647Y-119462059D01* -X83453815Y-119454107D01* -X83454516Y-119451386D01* -X83456507Y-119443158D01* -X83458301Y-119434903D01* -X83459900Y-119426623D01* -X83461303Y-119418317D01* -X83462510Y-119409986D01* -X83463522Y-119401628D01* -X83464338Y-119393245D01* -X83464958Y-119384836D01* -X83465382Y-119376401D01* -X83465610Y-119367941D01* -X83465654Y-119362286D01* -X83465544Y-119356131D01* -X83465317Y-119349976D01* -X83465214Y-119347632D01* -X83460894Y-119353786D01* -X83456289Y-119359718D01* -X83451398Y-119365429D01* -X83446220Y-119370919D01* -X83440757Y-119376187D01* -X83435008Y-119381233D01* -X83428973Y-119386058D01* -X83422652Y-119390661D01* -X83416045Y-119395043D01* -X83409152Y-119399203D01* -X83404398Y-119401854D01* -X83397116Y-119405573D01* -X83389723Y-119408926D01* -X83382219Y-119411913D01* -X83374605Y-119414534D01* -X83366880Y-119416790D01* -X83359044Y-119418680D01* -X83351098Y-119420204D01* -X83343041Y-119421363D01* -X83334873Y-119422155D01* -X83326594Y-119422582D01* -X83321013Y-119422663D01* -X83311724Y-119422450D01* -X83302615Y-119421811D01* -X83293685Y-119420747D01* -X83284935Y-119419256D01* -X83276365Y-119417339D01* -X83267975Y-119414997D01* -X83259764Y-119412229D01* -X83251734Y-119409034D01* -X83243882Y-119405414D01* -X83236211Y-119401368D01* -X83228720Y-119396896D01* -X83221408Y-119391998D01* -X83214276Y-119386675D01* -X83207323Y-119380925D01* -X83200551Y-119374750D01* -X83193958Y-119368148D01* -X83187676Y-119361180D01* -X83181799Y-119353940D01* -X83176328Y-119346429D01* -X83171262Y-119338647D01* -X83166601Y-119330593D01* -X83162345Y-119322268D01* -X83158495Y-119313671D01* -X83155050Y-119304804D01* -X83152010Y-119295665D01* -X83149376Y-119286254D01* -X83147147Y-119276573D01* -X83145323Y-119266619D01* -X83143904Y-119256395D01* -X83142891Y-119245899D01* -X83142283Y-119235132D01* -X83142167Y-119228783D01* -X83218284Y-119228783D01* -X83218421Y-119236079D01* -X83218829Y-119243202D01* -X83219511Y-119250152D01* -X83220464Y-119256929D01* -X83221691Y-119263533D01* -X83223189Y-119269965D01* -X83224960Y-119276223D01* -X83227004Y-119282309D01* -X83229320Y-119288222D01* -X83231909Y-119293962D01* -X83234770Y-119299529D01* -X83237903Y-119304923D01* -X83241309Y-119310144D01* -X83244988Y-119315192D01* -X83248939Y-119320068D01* -X83253162Y-119324771D01* -X83257585Y-119329243D01* -X83262134Y-119333426D01* -X83266808Y-119337321D01* -X83271609Y-119340927D01* -X83276535Y-119344245D01* -X83281588Y-119347275D01* -X83289402Y-119351278D01* -X83297500Y-119354632D01* -X83303057Y-119356507D01* -X83308739Y-119358094D01* -X83314547Y-119359392D01* -X83320481Y-119360402D01* -X83326541Y-119361123D01* -X83332726Y-119361556D01* -X83339038Y-119361700D01* -X83345414Y-119361556D01* -X83351646Y-119361123D01* -X83357733Y-119360402D01* -X83363676Y-119359392D01* -X83369475Y-119358094D01* -X83375130Y-119356507D01* -X83383341Y-119353586D01* -X83391228Y-119350015D01* -X83398790Y-119345796D01* -X83406028Y-119340927D01* -X83410673Y-119337321D01* -X83415173Y-119333426D01* -X83419529Y-119329243D01* -X83423742Y-119324771D01* -X83427770Y-119320043D01* -X83431538Y-119315094D01* -X83435047Y-119309923D01* -X83438295Y-119304529D01* -X83441284Y-119298913D01* -X83444013Y-119293076D01* -X83446482Y-119287016D01* -X83448691Y-119280734D01* -X83450640Y-119274230D01* -X83452329Y-119267503D01* -X83453759Y-119260555D01* -X83454928Y-119253385D01* -X83455838Y-119245992D01* -X83456488Y-119238377D01* -X83456877Y-119230541D01* -X83457007Y-119222482D01* -X83456875Y-119214417D01* -X83456476Y-119206563D01* -X83455812Y-119198920D01* -X83454883Y-119191487D01* -X83453687Y-119184265D01* -X83452226Y-119177254D01* -X83450500Y-119170453D01* -X83448508Y-119163863D01* -X83446250Y-119157484D01* -X83443727Y-119151315D01* -X83440938Y-119145357D01* -X83437883Y-119139610D01* -X83434563Y-119134073D01* -X83430977Y-119128747D01* -X83427126Y-119123632D01* -X83423009Y-119118727D01* -X83418705Y-119114078D01* -X83414294Y-119109729D01* -X83409775Y-119105679D01* -X83405149Y-119101930D01* -X83398007Y-119096868D01* -X83390623Y-119092481D01* -X83382998Y-119088769D01* -X83375130Y-119085732D01* -X83367019Y-119083369D01* -X83358667Y-119081682D01* -X83350073Y-119080670D01* -X83344209Y-119080370D01* -X83341236Y-119080332D01* -X83335095Y-119080494D01* -X83329052Y-119080978D01* -X83323110Y-119081785D01* -X83317267Y-119082915D01* -X83311524Y-119084368D01* -X83305880Y-119086144D01* -X83300336Y-119088242D01* -X83294891Y-119090664D01* -X83289546Y-119093408D01* -X83284301Y-119096475D01* -X83279155Y-119099865D01* -X83274109Y-119103578D01* -X83269163Y-119107614D01* -X83264316Y-119111973D01* -X83259569Y-119116654D01* -X83254921Y-119121658D01* -X83250484Y-119126920D01* -X83246334Y-119132372D01* -X83242470Y-119138016D01* -X83238892Y-119143851D01* -X83235601Y-119149877D01* -X83232596Y-119156094D01* -X83229876Y-119162503D01* -X83227444Y-119169102D01* -X83225297Y-119175893D01* -X83223436Y-119182875D01* -X83221862Y-119190049D01* -X83220574Y-119197413D01* -X83219572Y-119204969D01* -X83218857Y-119212716D01* -X83218428Y-119220654D01* -X83218284Y-119228783D01* -X83142167Y-119228783D01* -X83142081Y-119224094D01* -X83142292Y-119212712D01* -X83142928Y-119201610D01* -X83143987Y-119190789D01* -X83145470Y-119180249D01* -X83147376Y-119169989D01* -X83149706Y-119160010D01* -X83152459Y-119150311D01* -X83155636Y-119140892D01* -X83159237Y-119131754D01* -X83163261Y-119122897D01* -X83167709Y-119114320D01* -X83172581Y-119106024D01* -X83177876Y-119098008D01* -X83183594Y-119090272D01* -X83189737Y-119082817D01* -X83196303Y-119075643D01* -X83203187Y-119068829D01* -X83210286Y-119062454D01* -X83217599Y-119056519D01* -X83225126Y-119051023D01* -X83232867Y-119045967D01* -X83240823Y-119041351D01* -X83248992Y-119037175D01* -X83257376Y-119033438D01* -X83265973Y-119030140D01* -X83274785Y-119027283D01* -X83283810Y-119024865D01* -X83293050Y-119022886D01* -X83302504Y-119021348D01* -X83312172Y-119020249D01* -X83322054Y-119019589D01* -X83332150Y-119019369D01* -X83339475Y-119019494D01* -G37* -G36* X117519435Y-85102072D02* G01* X117527932Y-85102261D01* @@ -81592,1837 +81433,1174 @@ X161135360Y-93987572D01* X161126144Y-93988682D01* G37* G36* -X73038284Y-77990446D02* -G01* -X73058508Y-77910432D01* -X73064708Y-77912046D01* -X73070815Y-77913739D01* -X73076830Y-77915511D01* -X73082752Y-77917361D01* -X73088581Y-77919289D01* -X73094317Y-77921296D01* -X73099961Y-77923381D01* -X73105512Y-77925544D01* -X73110970Y-77927786D01* -X73121609Y-77932506D01* -X73131876Y-77937538D01* -X73141772Y-77942885D01* -X73151298Y-77948545D01* -X73160452Y-77954519D01* -X73169236Y-77960807D01* -X73177649Y-77967409D01* -X73185690Y-77974324D01* -X73193361Y-77981553D01* -X73200661Y-77989095D01* -X73207590Y-77996951D01* -X73210915Y-78000997D01* -X73217268Y-78009263D01* -X73223211Y-78017756D01* -X73228744Y-78026477D01* -X73233868Y-78035426D01* -X73238581Y-78044603D01* -X73242885Y-78054008D01* -X73246779Y-78063640D01* -X73250263Y-78073501D01* -X73253337Y-78083589D01* -X73256001Y-78093905D01* -X73258255Y-78104449D01* -X73260099Y-78115220D01* -X73261534Y-78126220D01* -X73262559Y-78137447D01* -X73263173Y-78148902D01* -X73263378Y-78160585D01* -X73263339Y-78166659D01* -X73263222Y-78172661D01* -X73263027Y-78178592D01* -X73262753Y-78184452D01* -X73261972Y-78195957D01* -X73260878Y-78207178D01* -X73259471Y-78218113D01* -X73257752Y-78228763D01* -X73255721Y-78239129D01* -X73253377Y-78249209D01* -X73250720Y-78259004D01* -X73247751Y-78268514D01* -X73244469Y-78277739D01* -X73240875Y-78286679D01* -X73236968Y-78295334D01* -X73232748Y-78303703D01* -X73228216Y-78311788D01* -X73223371Y-78319587D01* -X73218231Y-78327112D01* -X73212811Y-78334409D01* -X73207112Y-78341478D01* -X73201133Y-78348320D01* -X73194875Y-78354933D01* -X73188338Y-78361319D01* -X73181521Y-78367476D01* -X73174425Y-78373406D01* -X73167050Y-78379108D01* -X73159395Y-78384583D01* -X73151461Y-78389829D01* -X73143248Y-78394848D01* -X73134755Y-78399639D01* -X73125983Y-78404202D01* -X73116931Y-78408537D01* -X73107600Y-78412644D01* -X73098068Y-78416512D01* -X73088449Y-78420131D01* -X73078742Y-78423501D01* -X73068949Y-78426621D01* -X73059069Y-78429491D01* -X73049101Y-78432112D01* -X73039047Y-78434483D01* -X73028905Y-78436604D01* -X73018677Y-78438476D01* -X73008361Y-78440098D01* -X72997959Y-78441471D01* -X72987469Y-78442594D01* -X72976893Y-78443468D01* -X72966230Y-78444092D01* -X72955479Y-78444466D01* -X72944642Y-78444591D01* -X72938730Y-78444556D01* -X72932866Y-78444450D01* -X72921281Y-78444028D01* -X72909886Y-78443323D01* -X72898681Y-78442338D01* -X72887666Y-78441070D01* -X72876841Y-78439521D01* -X72866206Y-78437691D01* -X72855762Y-78435578D01* -X72845507Y-78433184D01* -X72835442Y-78430509D01* -X72825567Y-78427552D01* -X72815883Y-78424313D01* -X72806388Y-78420792D01* -X72797084Y-78416990D01* -X72787969Y-78412906D01* -X72779045Y-78408541D01* -X72770348Y-78403915D01* -X72761917Y-78399052D01* -X72753752Y-78393950D01* -X72745852Y-78388610D01* -X72738218Y-78383033D01* -X72730850Y-78377216D01* -X72723747Y-78371162D01* -X72716909Y-78364870D01* -X72710338Y-78358340D01* -X72704032Y-78351571D01* -X72697991Y-78344564D01* -X72692217Y-78337319D01* -X72686707Y-78329836D01* -X72681464Y-78322115D01* -X72676486Y-78314156D01* -X72671773Y-78305959D01* -X72667319Y-78297572D01* -X72663152Y-78289083D01* -X72659273Y-78280491D01* -X72655681Y-78271795D01* -X72652376Y-78262997D01* -X72649359Y-78254095D01* -X72646629Y-78245091D01* -X72644186Y-78235983D01* -X72642031Y-78226772D01* -X72640163Y-78217459D01* -X72638583Y-78208042D01* -X72637289Y-78198522D01* -X72636284Y-78188900D01* -X72635565Y-78179174D01* -X72635134Y-78169345D01* -X72634990Y-78159413D01* -X72635173Y-78148187D01* -X72635721Y-78137186D01* -X72636634Y-78126411D01* -X72637912Y-78115861D01* -X72639556Y-78105537D01* -X72641564Y-78095439D01* -X72643938Y-78085566D01* -X72646677Y-78075919D01* -X72649782Y-78066497D01* -X72653251Y-78057300D01* -X72657086Y-78048330D01* -X72661286Y-78039584D01* -X72665851Y-78031065D01* -X72670782Y-78022771D01* -X72676078Y-78014702D01* -X72681739Y-78006859D01* -X72687731Y-77999275D01* -X72694021Y-77991984D01* -X72700609Y-77984987D01* -X72707494Y-77978282D01* -X72714677Y-77971871D01* -X72722158Y-77965753D01* -X72729936Y-77959928D01* -X72738012Y-77954395D01* -X72746386Y-77949156D01* -X72755057Y-77944211D01* -X72764026Y-77939558D01* -X72773293Y-77935198D01* -X72782857Y-77931131D01* -X72792719Y-77927358D01* -X72802879Y-77923877D01* -X72813337Y-77920690D01* -X72831948Y-77999532D01* -X72823665Y-78002225D01* -X72815668Y-78005068D01* -X72807957Y-78008060D01* -X72800532Y-78011200D01* -X72793394Y-78014490D01* -X72786542Y-78017928D01* -X72779976Y-78021515D01* -X72773696Y-78025250D01* -X72767702Y-78029135D01* -X72761995Y-78033168D01* -X72756574Y-78037351D01* -X72751439Y-78041682D01* -X72746591Y-78046162D01* -X72742028Y-78050791D01* -X72737752Y-78055568D01* -X72733762Y-78060495D01* -X72730036Y-78065576D01* -X72726549Y-78070817D01* -X72723304Y-78076218D01* -X72720298Y-78081780D01* -X72717533Y-78087502D01* -X72715009Y-78093385D01* -X72712725Y-78099428D01* -X72710681Y-78105631D01* -X72708878Y-78111994D01* -X72707315Y-78118518D01* -X72705993Y-78125201D01* -X72704911Y-78132046D01* -X72704070Y-78139050D01* -X72703468Y-78146215D01* -X72703108Y-78153540D01* -X72702988Y-78161025D01* -X72703119Y-78169637D01* -X72703514Y-78178072D01* -X72704173Y-78186330D01* -X72705094Y-78194410D01* -X72706279Y-78202312D01* -X72707727Y-78210038D01* -X72709439Y-78217585D01* -X72711414Y-78224956D01* -X72713652Y-78232148D01* -X72716154Y-78239164D01* -X72718919Y-78246001D01* -X72721947Y-78252662D01* -X72725239Y-78259145D01* -X72728793Y-78265450D01* -X72732612Y-78271578D01* -X72736693Y-78277529D01* -X72740996Y-78283264D01* -X72745479Y-78288783D01* -X72750142Y-78294086D01* -X72754984Y-78299172D01* -X72760006Y-78304042D01* -X72765208Y-78308695D01* -X72770589Y-78313132D01* -X72776151Y-78317353D01* -X72781892Y-78321357D01* -X72787812Y-78325145D01* -X72793913Y-78328716D01* -X72800193Y-78332071D01* -X72806653Y-78335210D01* -X72813293Y-78338132D01* -X72820113Y-78340838D01* -X72827112Y-78343328D01* -X72834215Y-78345617D01* -X72841347Y-78347759D01* -X72848508Y-78349752D01* -X72855697Y-78351598D01* -X72862915Y-78353297D01* -X72870162Y-78354848D01* -X72877437Y-78356251D01* -X72884741Y-78357506D01* -X72892073Y-78358614D01* -X72899434Y-78359574D01* -X72906824Y-78360386D01* -X72914242Y-78361051D01* -X72921689Y-78361568D01* -X72929165Y-78361937D01* -X72936669Y-78362158D01* -X72944202Y-78362232D01* -X72953852Y-78362145D01* -X72963347Y-78361882D01* -X72972687Y-78361444D01* -X72981873Y-78360831D01* -X72990905Y-78360043D01* -X72999782Y-78359079D01* -X73008504Y-78357941D01* -X73017072Y-78356627D01* -X73025485Y-78355138D01* -X73033744Y-78353474D01* -X73041848Y-78351635D01* -X73049797Y-78349620D01* -X73057592Y-78347431D01* -X73065233Y-78345066D01* -X73072718Y-78342526D01* -X73080050Y-78339811D01* -X73087172Y-78336893D01* -X73094065Y-78333782D01* -X73100732Y-78330477D01* -X73107170Y-78326979D01* -X73113380Y-78323287D01* -X73119363Y-78319402D01* -X73125118Y-78315323D01* -X73130645Y-78311051D01* -X73135944Y-78306585D01* -X73141015Y-78301926D01* -X73145858Y-78297074D01* -X73150474Y-78292028D01* -X73154862Y-78286788D01* -X73159022Y-78281355D01* -X73162954Y-78275728D01* -X73166658Y-78269908D01* -X73170136Y-78263943D01* -X73173390Y-78257917D01* -X73176420Y-78251830D01* -X73179225Y-78245683D01* -X73181805Y-78239474D01* -X73184161Y-78233206D01* -X73186293Y-78226876D01* -X73188200Y-78220486D01* -X73189883Y-78214035D01* -X73191342Y-78207523D01* -X73192576Y-78200951D01* -X73193586Y-78194318D01* -X73194371Y-78187625D01* -X73194932Y-78180870D01* -X73195269Y-78174055D01* -X73195381Y-78167180D01* -X73195227Y-78158870D01* -X73194763Y-78150721D01* -X73193990Y-78142732D01* -X73192908Y-78134903D01* -X73191517Y-78127235D01* -X73189817Y-78119727D01* -X73187808Y-78112379D01* -X73185489Y-78105191D01* -X73182862Y-78098164D01* -X73179925Y-78091297D01* -X73176679Y-78084590D01* -X73173125Y-78078043D01* -X73169261Y-78071657D01* -X73165087Y-78065431D01* -X73160605Y-78059366D01* -X73155814Y-78053460D01* -X73150718Y-78047753D01* -X73145322Y-78042282D01* -X73139626Y-78037046D01* -X73133631Y-78032046D01* -X73127335Y-78027283D01* -X73120739Y-78022754D01* -X73113843Y-78018462D01* -X73106648Y-78014406D01* -X73099152Y-78010585D01* -X73091357Y-78007001D01* -X73083261Y-78003652D01* -X73074866Y-78000539D01* -X73066170Y-77997662D01* -X73057175Y-77995021D01* -X73047880Y-77992615D01* -X73038284Y-77990446D01* -G37* -G36* -X73183658Y-77455554D02* +X72778553Y-78139284D02* G01* -X73254000Y-77455554D01* -X73254000Y-77855037D01* -X73247327Y-77855063D01* -X73240719Y-77854772D01* -X73234175Y-77854165D01* -X73227695Y-77853242D01* -X73221279Y-77852004D01* -X73214927Y-77850449D01* -X73208639Y-77848578D01* -X73202415Y-77846391D01* -X73194761Y-77843346D01* -X73187129Y-77839982D01* -X73179521Y-77836299D01* -X73171936Y-77832295D01* -X73164374Y-77827973D01* -X73159346Y-77824914D01* -X73154328Y-77821713D01* -X73149320Y-77818370D01* -X73144323Y-77814885D01* -X73139336Y-77811258D01* -X73134359Y-77807489D01* -X73129392Y-77803578D01* -X73124436Y-77799525D01* -X73121962Y-77797445D01* -X73116949Y-77793133D01* -X73111841Y-77788588D01* -X73106636Y-77783809D01* -X73101336Y-77778797D01* -X73095939Y-77773551D01* -X73090445Y-77768072D01* -X73084856Y-77762359D01* -X73079170Y-77756412D01* -X73073389Y-77750232D01* -X73067511Y-77743818D01* -X73061537Y-77737171D01* -X73055467Y-77730290D01* -X73049300Y-77723176D01* -X73043038Y-77715828D01* -X73036679Y-77708247D01* -X73030224Y-77700432D01* -X73025165Y-77694339D01* -X73020172Y-77688372D01* -X73015244Y-77682529D01* -X73010383Y-77676810D01* -X73005588Y-77671217D01* -X73000860Y-77665749D01* -X72996197Y-77660405D01* -X72991600Y-77655186D01* -X72987070Y-77650092D01* -X72982605Y-77645122D01* -X72978207Y-77640278D01* -X72973875Y-77635558D01* -X72969609Y-77630963D01* -X72965409Y-77626493D01* -X72961275Y-77622147D01* -X72953206Y-77613831D01* -X72945402Y-77606013D01* -X72937861Y-77598695D01* -X72930586Y-77591876D01* -X72923574Y-77585557D01* -X72916827Y-77579736D01* -X72910345Y-77574414D01* -X72904127Y-77569592D01* -X72901117Y-77567368D01* -X72895184Y-77563163D01* -X72889291Y-77559228D01* -X72883437Y-77555565D01* -X72877624Y-77552173D01* -X72871851Y-77549053D01* -X72866118Y-77546204D01* -X72860425Y-77543626D01* -X72854772Y-77541320D01* -X72849160Y-77539285D01* -X72840815Y-77536741D01* -X72832562Y-77534808D01* -X72824398Y-77533485D01* -X72816324Y-77532773D01* -X72810992Y-77532637D01* -X72802762Y-77532915D01* -X72794780Y-77533750D01* -X72787045Y-77535141D01* -X72779558Y-77537088D01* -X72772317Y-77539592D01* -X72765325Y-77542652D01* -X72758579Y-77546269D01* -X72752080Y-77550442D01* -X72745829Y-77555172D01* -X72739826Y-77560458D01* -X72735960Y-77564291D01* -X72730487Y-77570366D01* -X72725552Y-77576776D01* -X72721155Y-77583521D01* -X72717296Y-77590600D01* -X72713976Y-77598015D01* -X72711195Y-77605764D01* -X72708952Y-77613849D01* -X72707247Y-77622268D01* -X72706080Y-77631022D01* -X72705602Y-77637044D01* -X72705362Y-77643215D01* -X72705332Y-77646356D01* -X72705463Y-77652977D01* -X72705857Y-77659431D01* -X72706512Y-77665718D01* -X72707430Y-77671837D01* -X72708610Y-77677789D01* -X72710052Y-77683574D01* -X72711756Y-77689192D01* -X72714804Y-77697306D01* -X72718441Y-77705043D01* -X72722669Y-77712405D01* -X72727487Y-77719390D01* -X72732894Y-77725999D01* -X72738891Y-77732232D01* -X72745412Y-77737972D01* -X72752388Y-77743154D01* -X72759820Y-77747781D01* -X72765028Y-77750556D01* -X72770439Y-77753084D01* -X72776052Y-77755365D01* -X72781868Y-77757398D01* -X72787887Y-77759184D01* -X72794108Y-77760723D01* -X72800532Y-77762014D01* -X72807159Y-77763058D01* -X72813988Y-77763855D01* -X72821020Y-77764405D01* -X72828255Y-77764707D01* -X72831948Y-77764765D01* -X72823888Y-77840969D01* -X72813097Y-77839829D01* -X72802632Y-77838350D01* -X72792493Y-77836532D01* -X72782681Y-77834375D01* -X72773195Y-77831879D01* -X72764035Y-77829044D01* -X72755202Y-77825870D01* -X72746695Y-77822358D01* -X72738514Y-77818506D01* -X72730660Y-77814316D01* -X72723131Y-77809787D01* -X72715929Y-77804919D01* -X72709054Y-77799712D01* -X72702504Y-77794166D01* -X72696281Y-77788281D01* -X72690385Y-77782058D01* -X72684813Y-77775528D01* -X72679600Y-77768724D01* -X72674747Y-77761647D01* -X72670253Y-77754296D01* -X72666119Y-77746672D01* -X72662344Y-77738774D01* -X72658929Y-77730602D01* -X72655873Y-77722157D01* -X72653177Y-77713438D01* -X72650840Y-77704446D01* -X72648863Y-77695180D01* -X72647245Y-77685640D01* -X72645987Y-77675826D01* -X72645088Y-77665739D01* -X72644549Y-77655379D01* -X72644369Y-77644744D01* -X72644559Y-77634023D01* -X72645127Y-77623585D01* -X72646075Y-77613429D01* -X72647401Y-77603556D01* -X72649106Y-77593966D01* -X72651191Y-77584658D01* -X72653654Y-77575634D01* -X72656496Y-77566892D01* -X72659717Y-77558433D01* -X72663317Y-77550257D01* -X72667296Y-77542363D01* -X72671654Y-77534753D01* -X72676391Y-77527425D01* -X72681507Y-77520380D01* -X72687002Y-77513617D01* -X72692876Y-77507138D01* -X72699030Y-77500998D01* -X72705364Y-77495254D01* -X72711880Y-77489906D01* -X72718576Y-77484955D01* -X72725454Y-77480399D01* -X72732512Y-77476240D01* -X72739751Y-77472476D01* -X72747171Y-77469109D01* -X72754772Y-77466138D01* -X72762554Y-77463564D01* -X72770517Y-77461385D01* -X72778660Y-77459602D01* -X72786985Y-77458216D01* -X72795490Y-77457225D01* -X72804176Y-77456631D01* -X72813043Y-77456433D01* -X72819875Y-77456563D01* -X72826686Y-77456954D01* -X72833476Y-77457604D01* -X72840246Y-77458515D01* -X72846995Y-77459685D01* -X72853724Y-77461116D01* -X72860432Y-77462807D01* -X72867119Y-77464759D01* -X72873786Y-77466970D01* -X72880432Y-77469442D01* -X72884851Y-77471234D01* -X72891479Y-77474182D01* -X72898174Y-77477475D01* -X72904936Y-77481113D01* -X72911765Y-77485097D01* -X72918661Y-77489425D01* -X72925624Y-77494099D01* -X72932654Y-77499118D01* -X72937377Y-77502655D01* -X72942131Y-77506347D01* -X72946914Y-77510191D01* -X72951728Y-77514189D01* -X72956570Y-77518340D01* -X72959003Y-77520474D01* -X72963989Y-77524956D01* -X72969202Y-77529795D01* -X72974641Y-77534990D01* -X72980307Y-77540541D01* -X72986200Y-77546448D01* -X72992319Y-77552711D01* -X72998665Y-77559331D01* -X73005238Y-77566306D01* -X73012038Y-77573637D01* -X73019064Y-77581324D01* -X73026317Y-77589368D01* -X73033796Y-77597767D01* -X73041502Y-77606523D01* -X73045441Y-77611034D01* -X73049435Y-77615634D01* -X73053487Y-77620324D01* -X73057595Y-77625102D01* -X73061760Y-77629969D01* -X73065981Y-77634926D01* -X73072928Y-77643075D01* -X73079589Y-77650851D01* -X73085966Y-77658256D01* -X73092057Y-77665288D01* -X73097864Y-77671949D01* -X73103385Y-77678237D01* -X73108621Y-77684153D01* -X73113572Y-77689697D01* -X73118238Y-77694869D01* -X73122619Y-77699669D01* -X73126715Y-77704097D01* -X73132324Y-77710041D01* -X73137292Y-77715148D01* -X73141618Y-77719418D01* -X73142918Y-77720655D01* -X73147978Y-77725278D01* -X73153048Y-77729695D01* -X73158127Y-77733906D01* -X73163214Y-77737911D01* -X73168311Y-77741710D01* -X73173418Y-77745302D01* -X73178533Y-77748689D01* -X73183658Y-77751869D01* -X73183658Y-77455554D01* +X72858567Y-78159508D01* +X72856953Y-78165708D01* +X72855260Y-78171815D01* +X72853488Y-78177830D01* +X72851638Y-78183752D01* +X72849710Y-78189581D01* +X72847703Y-78195317D01* +X72845618Y-78200961D01* +X72843455Y-78206512D01* +X72841213Y-78211970D01* +X72836493Y-78222609D01* +X72831461Y-78232876D01* +X72826114Y-78242772D01* +X72820454Y-78252298D01* +X72814480Y-78261452D01* +X72808192Y-78270236D01* +X72801590Y-78278649D01* +X72794675Y-78286690D01* +X72787446Y-78294361D01* +X72779904Y-78301661D01* +X72772048Y-78308590D01* +X72768002Y-78311915D01* +X72759736Y-78318268D01* +X72751243Y-78324211D01* +X72742522Y-78329744D01* +X72733573Y-78334868D01* +X72724396Y-78339581D01* +X72714991Y-78343885D01* +X72705359Y-78347779D01* +X72695498Y-78351263D01* +X72685410Y-78354337D01* +X72675094Y-78357001D01* +X72664550Y-78359255D01* +X72653779Y-78361099D01* +X72642779Y-78362534D01* +X72631552Y-78363559D01* +X72620097Y-78364173D01* +X72608414Y-78364378D01* +X72602340Y-78364339D01* +X72596338Y-78364222D01* +X72590407Y-78364027D01* +X72584547Y-78363753D01* +X72573042Y-78362972D01* +X72561821Y-78361878D01* +X72550886Y-78360471D01* +X72540236Y-78358752D01* +X72529870Y-78356721D01* +X72519790Y-78354377D01* +X72509995Y-78351720D01* +X72500485Y-78348751D01* +X72491260Y-78345469D01* +X72482320Y-78341875D01* +X72473665Y-78337968D01* +X72465296Y-78333748D01* +X72457211Y-78329216D01* +X72449412Y-78324371D01* +X72441887Y-78319231D01* +X72434590Y-78313811D01* +X72427521Y-78308112D01* +X72420679Y-78302133D01* +X72414066Y-78295875D01* +X72407680Y-78289338D01* +X72401523Y-78282521D01* +X72395593Y-78275425D01* +X72389891Y-78268050D01* +X72384416Y-78260395D01* +X72379170Y-78252461D01* +X72374151Y-78244248D01* +X72369360Y-78235755D01* +X72364797Y-78226983D01* +X72360462Y-78217931D01* +X72356355Y-78208600D01* +X72352487Y-78199068D01* +X72348868Y-78189449D01* +X72345498Y-78179742D01* +X72342378Y-78169949D01* +X72339508Y-78160069D01* +X72336887Y-78150101D01* +X72334516Y-78140047D01* +X72332395Y-78129905D01* +X72330523Y-78119677D01* +X72328901Y-78109361D01* +X72327528Y-78098959D01* +X72326405Y-78088469D01* +X72325531Y-78077893D01* +X72324907Y-78067230D01* +X72324533Y-78056479D01* +X72324408Y-78045642D01* +X72324443Y-78039730D01* +X72324549Y-78033866D01* +X72324971Y-78022281D01* +X72325676Y-78010886D01* +X72326661Y-77999681D01* +X72327929Y-77988666D01* +X72329478Y-77977841D01* +X72331308Y-77967206D01* +X72333421Y-77956762D01* +X72335815Y-77946507D01* +X72338490Y-77936442D01* +X72341447Y-77926567D01* +X72344686Y-77916883D01* +X72348207Y-77907388D01* +X72352009Y-77898084D01* +X72356093Y-77888969D01* +X72360458Y-77880045D01* +X72365084Y-77871348D01* +X72369947Y-77862917D01* +X72375049Y-77854752D01* +X72380389Y-77846852D01* +X72385966Y-77839218D01* +X72391783Y-77831850D01* +X72397837Y-77824747D01* +X72404129Y-77817909D01* +X72410659Y-77811338D01* +X72417428Y-77805032D01* +X72424435Y-77798991D01* +X72431680Y-77793217D01* +X72439163Y-77787707D01* +X72446884Y-77782464D01* +X72454843Y-77777486D01* +X72463040Y-77772773D01* +X72471427Y-77768319D01* +X72479916Y-77764152D01* +X72488508Y-77760273D01* +X72497204Y-77756681D01* +X72506002Y-77753376D01* +X72514904Y-77750359D01* +X72523908Y-77747629D01* +X72533016Y-77745186D01* +X72542227Y-77743031D01* +X72551540Y-77741163D01* +X72560957Y-77739583D01* +X72570477Y-77738289D01* +X72580099Y-77737284D01* +X72589825Y-77736565D01* +X72599654Y-77736134D01* +X72609586Y-77735990D01* +X72620812Y-77736173D01* +X72631813Y-77736721D01* +X72642588Y-77737634D01* +X72653138Y-77738912D01* +X72663462Y-77740556D01* +X72673560Y-77742564D01* +X72683433Y-77744938D01* +X72693080Y-77747677D01* +X72702502Y-77750782D01* +X72711699Y-77754251D01* +X72720669Y-77758086D01* +X72729415Y-77762286D01* +X72737934Y-77766851D01* +X72746228Y-77771782D01* +X72754297Y-77777078D01* +X72762140Y-77782739D01* +X72769724Y-77788731D01* +X72777015Y-77795021D01* +X72784012Y-77801609D01* +X72790717Y-77808494D01* +X72797128Y-77815677D01* +X72803246Y-77823158D01* +X72809071Y-77830936D01* +X72814604Y-77839012D01* +X72819843Y-77847386D01* +X72824788Y-77856057D01* +X72829441Y-77865026D01* +X72833801Y-77874293D01* +X72837868Y-77883857D01* +X72841641Y-77893719D01* +X72845122Y-77903879D01* +X72848309Y-77914337D01* +X72769467Y-77932948D01* +X72766774Y-77924665D01* +X72763931Y-77916668D01* +X72760939Y-77908957D01* +X72757799Y-77901532D01* +X72754509Y-77894394D01* +X72751071Y-77887542D01* +X72747484Y-77880976D01* +X72743749Y-77874696D01* +X72739864Y-77868702D01* +X72735831Y-77862995D01* +X72731648Y-77857574D01* +X72727317Y-77852439D01* +X72722837Y-77847591D01* +X72718208Y-77843028D01* +X72713431Y-77838752D01* +X72708504Y-77834762D01* +X72703423Y-77831036D01* +X72698182Y-77827549D01* +X72692781Y-77824304D01* +X72687219Y-77821298D01* +X72681497Y-77818533D01* +X72675614Y-77816009D01* +X72669571Y-77813725D01* +X72663368Y-77811681D01* +X72657005Y-77809878D01* +X72650481Y-77808315D01* +X72643798Y-77806993D01* +X72636953Y-77805911D01* +X72629949Y-77805070D01* +X72622784Y-77804468D01* +X72615459Y-77804108D01* +X72607974Y-77803988D01* +X72599362Y-77804119D01* +X72590927Y-77804514D01* +X72582669Y-77805173D01* +X72574589Y-77806094D01* +X72566687Y-77807279D01* +X72558961Y-77808727D01* +X72551414Y-77810439D01* +X72544043Y-77812414D01* +X72536851Y-77814652D01* +X72529835Y-77817154D01* +X72522998Y-77819919D01* +X72516337Y-77822947D01* +X72509854Y-77826239D01* +X72503549Y-77829793D01* +X72497421Y-77833612D01* +X72491470Y-77837693D01* +X72485735Y-77841996D01* +X72480216Y-77846479D01* +X72474913Y-77851142D01* +X72469827Y-77855984D01* +X72464957Y-77861006D01* +X72460304Y-77866208D01* +X72455867Y-77871589D01* +X72451646Y-77877151D01* +X72447642Y-77882892D01* +X72443854Y-77888812D01* +X72440283Y-77894913D01* +X72436928Y-77901193D01* +X72433789Y-77907653D01* +X72430867Y-77914293D01* +X72428161Y-77921113D01* +X72425671Y-77928112D01* +X72423382Y-77935215D01* +X72421240Y-77942347D01* +X72419247Y-77949508D01* +X72417401Y-77956697D01* +X72415702Y-77963915D01* +X72414151Y-77971162D01* +X72412748Y-77978437D01* +X72411493Y-77985741D01* +X72410385Y-77993073D01* +X72409425Y-78000434D01* +X72408613Y-78007824D01* +X72407948Y-78015242D01* +X72407431Y-78022689D01* +X72407062Y-78030165D01* +X72406841Y-78037669D01* +X72406767Y-78045202D01* +X72406854Y-78054852D01* +X72407117Y-78064347D01* +X72407555Y-78073687D01* +X72408168Y-78082873D01* +X72408956Y-78091905D01* +X72409920Y-78100782D01* +X72411058Y-78109504D01* +X72412372Y-78118072D01* +X72413861Y-78126485D01* +X72415525Y-78134744D01* +X72417364Y-78142848D01* +X72419379Y-78150797D01* +X72421568Y-78158592D01* +X72423933Y-78166233D01* +X72426473Y-78173718D01* +X72429188Y-78181050D01* +X72432106Y-78188172D01* +X72435217Y-78195065D01* +X72438522Y-78201732D01* +X72442020Y-78208170D01* +X72445712Y-78214380D01* +X72449597Y-78220363D01* +X72453676Y-78226118D01* +X72457948Y-78231645D01* +X72462414Y-78236944D01* +X72467073Y-78242015D01* +X72471925Y-78246858D01* +X72476971Y-78251474D01* +X72482211Y-78255862D01* +X72487644Y-78260022D01* +X72493271Y-78263954D01* +X72499091Y-78267658D01* +X72505056Y-78271136D01* +X72511082Y-78274390D01* +X72517169Y-78277420D01* +X72523316Y-78280225D01* +X72529525Y-78282805D01* +X72535793Y-78285161D01* +X72542123Y-78287293D01* +X72548513Y-78289200D01* +X72554964Y-78290883D01* +X72561476Y-78292342D01* +X72568048Y-78293576D01* +X72574681Y-78294586D01* +X72581374Y-78295371D01* +X72588129Y-78295932D01* +X72594944Y-78296269D01* +X72601819Y-78296381D01* +X72610129Y-78296227D01* +X72618278Y-78295763D01* +X72626267Y-78294990D01* +X72634096Y-78293908D01* +X72641764Y-78292517D01* +X72649272Y-78290817D01* +X72656620Y-78288808D01* +X72663808Y-78286489D01* +X72670835Y-78283862D01* +X72677702Y-78280925D01* +X72684409Y-78277679D01* +X72690956Y-78274125D01* +X72697342Y-78270261D01* +X72703568Y-78266087D01* +X72709633Y-78261605D01* +X72715539Y-78256814D01* +X72721246Y-78251718D01* +X72726717Y-78246322D01* +X72731953Y-78240626D01* +X72736953Y-78234631D01* +X72741716Y-78228335D01* +X72746245Y-78221739D01* +X72750537Y-78214843D01* +X72754593Y-78207648D01* +X72758414Y-78200152D01* +X72761998Y-78192357D01* +X72765347Y-78184261D01* +X72768460Y-78175866D01* +X72771337Y-78167170D01* +X72773978Y-78158175D01* +X72776384Y-78148880D01* +X72778553Y-78139284D01* G37* G36* -X94267284Y-116451397D02* +X73313445Y-78284658D02* G01* -X94287508Y-116371383D01* -X94293708Y-116372997D01* -X94299815Y-116374690D01* -X94305830Y-116376462D01* -X94311752Y-116378312D01* -X94317581Y-116380240D01* -X94323317Y-116382247D01* -X94328961Y-116384332D01* -X94334512Y-116386495D01* -X94339970Y-116388737D01* -X94350609Y-116393457D01* -X94360876Y-116398489D01* -X94370772Y-116403836D01* -X94380298Y-116409496D01* -X94389452Y-116415470D01* -X94398236Y-116421758D01* -X94406649Y-116428360D01* -X94414690Y-116435275D01* -X94422361Y-116442504D01* -X94429661Y-116450046D01* -X94436590Y-116457902D01* -X94439915Y-116461948D01* -X94446268Y-116470214D01* -X94452211Y-116478707D01* -X94457744Y-116487428D01* -X94462868Y-116496377D01* -X94467581Y-116505554D01* -X94471885Y-116514959D01* -X94475779Y-116524591D01* -X94479263Y-116534452D01* -X94482337Y-116544540D01* -X94485001Y-116554856D01* -X94487255Y-116565400D01* -X94489099Y-116576171D01* -X94490534Y-116587171D01* -X94491559Y-116598398D01* -X94492173Y-116609853D01* -X94492378Y-116621536D01* -X94492339Y-116627610D01* -X94492222Y-116633612D01* -X94492027Y-116639543D01* -X94491753Y-116645403D01* -X94490972Y-116656908D01* -X94489878Y-116668129D01* -X94488471Y-116679064D01* -X94486752Y-116689714D01* -X94484721Y-116700080D01* -X94482377Y-116710160D01* -X94479720Y-116719955D01* -X94476751Y-116729465D01* -X94473469Y-116738690D01* -X94469875Y-116747630D01* -X94465968Y-116756285D01* -X94461748Y-116764654D01* -X94457216Y-116772739D01* -X94452371Y-116780538D01* -X94447231Y-116788063D01* -X94441811Y-116795360D01* -X94436112Y-116802429D01* -X94430133Y-116809271D01* -X94423875Y-116815884D01* -X94417338Y-116822270D01* -X94410521Y-116828427D01* -X94403425Y-116834357D01* -X94396050Y-116840059D01* -X94388395Y-116845534D01* -X94380461Y-116850780D01* -X94372248Y-116855799D01* -X94363755Y-116860590D01* -X94354983Y-116865153D01* -X94345931Y-116869488D01* -X94336600Y-116873595D01* -X94327068Y-116877463D01* -X94317449Y-116881082D01* -X94307742Y-116884452D01* -X94297949Y-116887572D01* -X94288069Y-116890442D01* -X94278101Y-116893063D01* -X94268047Y-116895434D01* -X94257905Y-116897555D01* -X94247677Y-116899427D01* -X94237361Y-116901049D01* -X94226959Y-116902422D01* -X94216469Y-116903545D01* -X94205893Y-116904419D01* -X94195230Y-116905043D01* -X94184479Y-116905417D01* -X94173642Y-116905542D01* -X94167730Y-116905507D01* -X94161866Y-116905401D01* -X94150281Y-116904979D01* -X94138886Y-116904274D01* -X94127681Y-116903289D01* -X94116666Y-116902021D01* -X94105841Y-116900472D01* -X94095206Y-116898642D01* -X94084762Y-116896529D01* -X94074507Y-116894135D01* -X94064442Y-116891460D01* -X94054567Y-116888503D01* -X94044883Y-116885264D01* -X94035388Y-116881743D01* -X94026084Y-116877941D01* -X94016969Y-116873857D01* -X94008045Y-116869492D01* -X93999348Y-116864866D01* -X93990917Y-116860003D01* -X93982752Y-116854901D01* -X93974852Y-116849561D01* -X93967218Y-116843984D01* -X93959850Y-116838167D01* -X93952747Y-116832113D01* -X93945909Y-116825821D01* -X93939338Y-116819291D01* -X93933032Y-116812522D01* -X93926991Y-116805515D01* -X93921217Y-116798270D01* -X93915707Y-116790787D01* -X93910464Y-116783066D01* -X93905486Y-116775107D01* -X93900773Y-116766910D01* -X93896319Y-116758523D01* -X93892152Y-116750034D01* -X93888273Y-116741442D01* -X93884681Y-116732746D01* -X93881376Y-116723948D01* -X93878359Y-116715046D01* -X93875629Y-116706042D01* -X93873186Y-116696934D01* -X93871031Y-116687723D01* -X93869163Y-116678410D01* -X93867583Y-116668993D01* -X93866289Y-116659473D01* -X93865284Y-116649851D01* -X93864565Y-116640125D01* -X93864134Y-116630296D01* -X93863990Y-116620364D01* -X93864173Y-116609138D01* -X93864721Y-116598137D01* -X93865634Y-116587362D01* -X93866912Y-116576812D01* -X93868556Y-116566488D01* -X93870564Y-116556390D01* -X93872938Y-116546517D01* -X93875677Y-116536870D01* -X93878782Y-116527448D01* -X93882251Y-116518251D01* -X93886086Y-116509281D01* -X93890286Y-116500535D01* -X93894851Y-116492016D01* -X93899782Y-116483722D01* -X93905078Y-116475653D01* -X93910739Y-116467810D01* -X93916731Y-116460226D01* -X93923021Y-116452935D01* -X93929609Y-116445938D01* -X93936494Y-116439233D01* -X93943677Y-116432822D01* -X93951158Y-116426704D01* -X93958936Y-116420879D01* -X93967012Y-116415346D01* -X93975386Y-116410107D01* -X93984057Y-116405162D01* -X93993026Y-116400509D01* -X94002293Y-116396149D01* -X94011857Y-116392082D01* -X94021719Y-116388309D01* -X94031879Y-116384828D01* -X94042337Y-116381641D01* -X94060948Y-116460483D01* -X94052665Y-116463176D01* -X94044668Y-116466019D01* -X94036957Y-116469011D01* -X94029532Y-116472151D01* -X94022394Y-116475441D01* -X94015542Y-116478879D01* -X94008976Y-116482466D01* -X94002696Y-116486201D01* -X93996702Y-116490086D01* -X93990995Y-116494119D01* -X93985574Y-116498302D01* -X93980439Y-116502633D01* -X93975591Y-116507113D01* -X93971028Y-116511742D01* -X93966752Y-116516519D01* -X93962762Y-116521446D01* -X93959036Y-116526527D01* -X93955549Y-116531768D01* -X93952304Y-116537169D01* -X93949298Y-116542731D01* -X93946533Y-116548453D01* -X93944009Y-116554336D01* -X93941725Y-116560379D01* -X93939681Y-116566582D01* -X93937878Y-116572945D01* -X93936315Y-116579469D01* -X93934993Y-116586152D01* -X93933911Y-116592997D01* -X93933070Y-116600001D01* -X93932468Y-116607166D01* -X93932108Y-116614491D01* -X93931988Y-116621976D01* -X93932119Y-116630588D01* -X93932514Y-116639023D01* -X93933173Y-116647281D01* -X93934094Y-116655361D01* -X93935279Y-116663263D01* -X93936727Y-116670989D01* -X93938439Y-116678536D01* -X93940414Y-116685907D01* -X93942652Y-116693099D01* -X93945154Y-116700115D01* -X93947919Y-116706952D01* -X93950947Y-116713613D01* -X93954239Y-116720096D01* -X93957793Y-116726401D01* -X93961612Y-116732529D01* -X93965693Y-116738480D01* -X93969996Y-116744215D01* -X93974479Y-116749734D01* -X93979142Y-116755037D01* -X93983984Y-116760123D01* -X93989006Y-116764993D01* -X93994208Y-116769646D01* -X93999589Y-116774083D01* -X94005151Y-116778304D01* -X94010892Y-116782308D01* -X94016812Y-116786096D01* -X94022913Y-116789667D01* -X94029193Y-116793022D01* -X94035653Y-116796161D01* -X94042293Y-116799083D01* -X94049113Y-116801789D01* -X94056112Y-116804279D01* -X94063215Y-116806568D01* -X94070347Y-116808710D01* -X94077508Y-116810703D01* -X94084697Y-116812549D01* -X94091915Y-116814248D01* -X94099162Y-116815799D01* -X94106437Y-116817202D01* -X94113741Y-116818457D01* -X94121073Y-116819565D01* -X94128434Y-116820525D01* -X94135824Y-116821337D01* -X94143242Y-116822002D01* -X94150689Y-116822519D01* -X94158165Y-116822888D01* -X94165669Y-116823109D01* -X94173202Y-116823183D01* -X94182852Y-116823096D01* -X94192347Y-116822833D01* -X94201687Y-116822395D01* -X94210873Y-116821782D01* -X94219905Y-116820994D01* -X94228782Y-116820030D01* -X94237504Y-116818892D01* -X94246072Y-116817578D01* -X94254485Y-116816089D01* -X94262744Y-116814425D01* -X94270848Y-116812586D01* -X94278797Y-116810571D01* -X94286592Y-116808382D01* -X94294233Y-116806017D01* -X94301718Y-116803477D01* -X94309050Y-116800762D01* -X94316172Y-116797844D01* -X94323065Y-116794733D01* -X94329732Y-116791428D01* -X94336170Y-116787930D01* -X94342380Y-116784238D01* -X94348363Y-116780353D01* -X94354118Y-116776274D01* -X94359645Y-116772002D01* -X94364944Y-116767536D01* -X94370015Y-116762877D01* -X94374858Y-116758025D01* -X94379474Y-116752979D01* -X94383862Y-116747739D01* -X94388022Y-116742306D01* -X94391954Y-116736679D01* -X94395658Y-116730859D01* -X94399136Y-116724894D01* -X94402390Y-116718868D01* -X94405420Y-116712781D01* -X94408225Y-116706634D01* -X94410805Y-116700425D01* -X94413161Y-116694157D01* -X94415293Y-116687827D01* -X94417200Y-116681437D01* -X94418883Y-116674986D01* -X94420342Y-116668474D01* -X94421576Y-116661902D01* -X94422586Y-116655269D01* -X94423371Y-116648576D01* -X94423932Y-116641821D01* -X94424269Y-116635006D01* -X94424381Y-116628131D01* -X94424227Y-116619821D01* -X94423763Y-116611672D01* -X94422990Y-116603683D01* -X94421908Y-116595854D01* -X94420517Y-116588186D01* -X94418817Y-116580678D01* -X94416808Y-116573330D01* -X94414489Y-116566142D01* -X94411862Y-116559115D01* -X94408925Y-116552248D01* -X94405679Y-116545541D01* -X94402125Y-116538994D01* -X94398261Y-116532608D01* -X94394087Y-116526382D01* -X94389605Y-116520317D01* -X94384814Y-116514411D01* -X94379718Y-116508704D01* -X94374322Y-116503233D01* -X94368626Y-116497997D01* -X94362631Y-116492997D01* -X94356335Y-116488234D01* -X94349739Y-116483705D01* -X94342843Y-116479413D01* -X94335648Y-116475357D01* -X94328152Y-116471536D01* -X94320357Y-116467952D01* -X94312261Y-116464603D01* -X94303866Y-116461490D01* -X94295170Y-116458613D01* -X94286175Y-116455972D01* -X94276880Y-116453566D01* -X94267284Y-116451397D01* +X73313445Y-78355000D01* +X72913962Y-78355000D01* +X72913936Y-78348327D01* +X72914227Y-78341719D01* +X72914834Y-78335175D01* +X72915757Y-78328695D01* +X72916995Y-78322279D01* +X72918550Y-78315927D01* +X72920421Y-78309639D01* +X72922608Y-78303415D01* +X72925653Y-78295761D01* +X72929017Y-78288129D01* +X72932700Y-78280521D01* +X72936704Y-78272936D01* +X72941026Y-78265374D01* +X72944085Y-78260346D01* +X72947286Y-78255328D01* +X72950629Y-78250320D01* +X72954114Y-78245323D01* +X72957741Y-78240336D01* +X72961510Y-78235359D01* +X72965421Y-78230392D01* +X72969474Y-78225436D01* +X72971554Y-78222962D01* +X72975866Y-78217949D01* +X72980411Y-78212841D01* +X72985190Y-78207636D01* +X72990202Y-78202336D01* +X72995448Y-78196939D01* +X73000927Y-78191445D01* +X73006640Y-78185856D01* +X73012587Y-78180170D01* +X73018767Y-78174389D01* +X73025181Y-78168511D01* +X73031828Y-78162537D01* +X73038709Y-78156467D01* +X73045823Y-78150300D01* +X73053171Y-78144038D01* +X73060752Y-78137679D01* +X73068567Y-78131224D01* +X73074660Y-78126165D01* +X73080627Y-78121172D01* +X73086470Y-78116244D01* +X73092189Y-78111383D01* +X73097782Y-78106588D01* +X73103250Y-78101860D01* +X73108594Y-78097197D01* +X73113813Y-78092600D01* +X73118907Y-78088070D01* +X73123877Y-78083605D01* +X73128721Y-78079207D01* +X73133441Y-78074875D01* +X73138036Y-78070609D01* +X73142506Y-78066409D01* +X73146852Y-78062275D01* +X73155168Y-78054206D01* +X73162986Y-78046402D01* +X73170304Y-78038861D01* +X73177123Y-78031586D01* +X73183442Y-78024574D01* +X73189263Y-78017827D01* +X73194585Y-78011345D01* +X73199407Y-78005127D01* +X73201631Y-78002117D01* +X73205836Y-77996184D01* +X73209771Y-77990291D01* +X73213434Y-77984437D01* +X73216826Y-77978624D01* +X73219946Y-77972851D01* +X73222795Y-77967118D01* +X73225373Y-77961425D01* +X73227679Y-77955772D01* +X73229714Y-77950160D01* +X73232258Y-77941815D01* +X73234191Y-77933562D01* +X73235514Y-77925398D01* +X73236226Y-77917324D01* +X73236362Y-77911992D01* +X73236084Y-77903762D01* +X73235249Y-77895780D01* +X73233858Y-77888045D01* +X73231911Y-77880558D01* +X73229407Y-77873317D01* +X73226347Y-77866325D01* +X73222730Y-77859579D01* +X73218557Y-77853080D01* +X73213827Y-77846829D01* +X73208541Y-77840826D01* +X73204708Y-77836960D01* +X73198633Y-77831487D01* +X73192223Y-77826552D01* +X73185478Y-77822155D01* +X73178399Y-77818296D01* +X73170984Y-77814976D01* +X73163235Y-77812195D01* +X73155150Y-77809952D01* +X73146731Y-77808247D01* +X73137977Y-77807080D01* +X73131955Y-77806602D01* +X73125784Y-77806362D01* +X73122643Y-77806332D01* +X73116022Y-77806463D01* +X73109568Y-77806857D01* +X73103281Y-77807512D01* +X73097162Y-77808430D01* +X73091210Y-77809610D01* +X73085425Y-77811052D01* +X73079807Y-77812756D01* +X73071693Y-77815804D01* +X73063956Y-77819441D01* +X73056594Y-77823669D01* +X73049609Y-77828487D01* +X73043000Y-77833894D01* +X73036767Y-77839891D01* +X73031027Y-77846412D01* +X73025845Y-77853388D01* +X73021218Y-77860820D01* +X73018443Y-77866028D01* +X73015915Y-77871439D01* +X73013634Y-77877052D01* +X73011601Y-77882868D01* +X73009815Y-77888887D01* +X73008276Y-77895108D01* +X73006985Y-77901532D01* +X73005941Y-77908159D01* +X73005144Y-77914988D01* +X73004594Y-77922020D01* +X73004292Y-77929255D01* +X73004234Y-77932948D01* +X72928030Y-77924888D01* +X72929170Y-77914097D01* +X72930649Y-77903632D01* +X72932467Y-77893493D01* +X72934624Y-77883681D01* +X72937120Y-77874195D01* +X72939955Y-77865035D01* +X72943129Y-77856202D01* +X72946641Y-77847695D01* +X72950493Y-77839514D01* +X72954683Y-77831660D01* +X72959212Y-77824131D01* +X72964080Y-77816929D01* +X72969287Y-77810054D01* +X72974833Y-77803504D01* +X72980718Y-77797281D01* +X72986941Y-77791385D01* +X72993471Y-77785813D01* +X73000275Y-77780600D01* +X73007352Y-77775747D01* +X73014703Y-77771253D01* +X73022327Y-77767119D01* +X73030225Y-77763344D01* +X73038397Y-77759929D01* +X73046842Y-77756873D01* +X73055561Y-77754177D01* +X73064553Y-77751840D01* +X73073819Y-77749863D01* +X73083359Y-77748245D01* +X73093173Y-77746987D01* +X73103260Y-77746088D01* +X73113620Y-77745549D01* +X73124255Y-77745369D01* +X73134976Y-77745559D01* +X73145414Y-77746127D01* +X73155570Y-77747075D01* +X73165443Y-77748401D01* +X73175033Y-77750106D01* +X73184341Y-77752191D01* +X73193365Y-77754654D01* +X73202107Y-77757496D01* +X73210566Y-77760717D01* +X73218742Y-77764317D01* +X73226636Y-77768296D01* +X73234246Y-77772654D01* +X73241574Y-77777391D01* +X73248619Y-77782507D01* +X73255382Y-77788002D01* +X73261861Y-77793876D01* +X73268001Y-77800030D01* +X73273745Y-77806364D01* +X73279093Y-77812880D01* +X73284044Y-77819576D01* +X73288600Y-77826454D01* +X73292759Y-77833512D01* +X73296523Y-77840751D01* +X73299890Y-77848171D01* +X73302861Y-77855772D01* +X73305435Y-77863554D01* +X73307614Y-77871517D01* +X73309397Y-77879660D01* +X73310783Y-77887985D01* +X73311774Y-77896490D01* +X73312368Y-77905176D01* +X73312566Y-77914043D01* +X73312436Y-77920875D01* +X73312045Y-77927686D01* +X73311395Y-77934476D01* +X73310484Y-77941246D01* +X73309314Y-77947995D01* +X73307883Y-77954724D01* +X73306192Y-77961432D01* +X73304240Y-77968119D01* +X73302029Y-77974786D01* +X73299557Y-77981432D01* +X73297765Y-77985851D01* +X73294817Y-77992479D01* +X73291524Y-77999174D01* +X73287886Y-78005936D01* +X73283902Y-78012765D01* +X73279574Y-78019661D01* +X73274900Y-78026624D01* +X73269881Y-78033654D01* +X73266344Y-78038377D01* +X73262652Y-78043131D01* +X73258808Y-78047914D01* +X73254810Y-78052728D01* +X73250659Y-78057570D01* +X73248525Y-78060003D01* +X73244043Y-78064989D01* +X73239204Y-78070202D01* +X73234009Y-78075641D01* +X73228458Y-78081307D01* +X73222551Y-78087200D01* +X73216288Y-78093319D01* +X73209668Y-78099665D01* +X73202693Y-78106238D01* +X73195362Y-78113038D01* +X73187675Y-78120064D01* +X73179631Y-78127317D01* +X73171232Y-78134796D01* +X73162476Y-78142502D01* +X73157965Y-78146441D01* +X73153365Y-78150435D01* +X73148675Y-78154487D01* +X73143897Y-78158595D01* +X73139030Y-78162760D01* +X73134073Y-78166981D01* +X73125924Y-78173928D01* +X73118148Y-78180589D01* +X73110743Y-78186966D01* +X73103711Y-78193057D01* +X73097050Y-78198864D01* +X73090762Y-78204385D01* +X73084846Y-78209621D01* +X73079302Y-78214572D01* +X73074130Y-78219238D01* +X73069330Y-78223619D01* +X73064902Y-78227715D01* +X73058958Y-78233324D01* +X73053851Y-78238292D01* +X73049581Y-78242618D01* +X73048344Y-78243918D01* +X73043721Y-78248978D01* +X73039304Y-78254048D01* +X73035093Y-78259127D01* +X73031088Y-78264214D01* +X73027289Y-78269311D01* +X73023697Y-78274418D01* +X73020310Y-78279533D01* +X73017130Y-78284658D01* +X73313445Y-78284658D01* G37* G36* -X94323558Y-116306463D02* +X95380553Y-116621284D02* G01* -X94316963Y-116228501D01* -X94323979Y-116227331D01* -X94330773Y-116225982D01* -X94337346Y-116224455D01* -X94343699Y-116222749D01* -X94349830Y-116220864D01* -X94355741Y-116218801D01* -X94361430Y-116216560D01* -X94366899Y-116214139D01* -X94374687Y-116210174D01* -X94381979Y-116205807D01* -X94388773Y-116201038D01* -X94395070Y-116195867D01* -X94400870Y-116190294D01* -X94402692Y-116188347D01* -X94407826Y-116182325D01* -X94412454Y-116176073D01* -X94416577Y-116169593D01* -X94420196Y-116162883D01* -X94423309Y-116155943D01* -X94425918Y-116148775D01* -X94428021Y-116141377D01* -X94429620Y-116133750D01* -X94430714Y-116125893D01* -X94431303Y-116117808D01* -X94431415Y-116112290D01* -X94431254Y-116105668D01* -X94430770Y-116099174D01* -X94429963Y-116092809D01* -X94428833Y-116086571D01* -X94427380Y-116080462D01* -X94425604Y-116074481D01* -X94423505Y-116068629D01* -X94421084Y-116062904D01* -X94418340Y-116057308D01* -X94415272Y-116051840D01* -X94411882Y-116046500D01* -X94408170Y-116041289D01* -X94404134Y-116036205D01* -X94399775Y-116031250D01* -X94395094Y-116026423D01* -X94390090Y-116021725D01* -X94384819Y-116017217D01* -X94379339Y-116013001D01* -X94373649Y-116009075D01* -X94367750Y-116005440D01* -X94361642Y-116002096D01* -X94355324Y-115999042D01* -X94348796Y-115996280D01* -X94342059Y-115993808D01* -X94335113Y-115991627D01* -X94327956Y-115989737D01* -X94320591Y-115988137D01* -X94313016Y-115986829D01* -X94305231Y-115985811D01* -X94297237Y-115985084D01* -X94289033Y-115984648D01* -X94280620Y-115984502D01* -X94272612Y-115984642D01* -X94264818Y-115985061D01* -X94257238Y-115985759D01* -X94249873Y-115986737D01* -X94242721Y-115987994D01* -X94235784Y-115989530D01* -X94229060Y-115991346D01* -X94222551Y-115993441D01* -X94216256Y-115995816D01* -X94210175Y-115998470D01* -X94204308Y-116001403D01* -X94198655Y-116004616D01* -X94193216Y-116008107D01* -X94187992Y-116011879D01* -X94182981Y-116015929D01* -X94178184Y-116020259D01* -X94173642Y-116024797D01* -X94169392Y-116029508D01* -X94165435Y-116034391D01* -X94161771Y-116039448D01* -X94158401Y-116044677D01* -X94155323Y-116050079D01* -X94152539Y-116055654D01* -X94150048Y-116061402D01* -X94147849Y-116067323D01* -X94145944Y-116073416D01* -X94144332Y-116079683D01* -X94143013Y-116086122D01* -X94141988Y-116092735D01* -X94141255Y-116099520D01* -X94140815Y-116106478D01* -X94140669Y-116113609D01* -X94140818Y-116120253D01* -X94141266Y-116126776D01* -X94142013Y-116133177D01* -X94143059Y-116139458D01* -X94144404Y-116145618D01* -X94146047Y-116151656D01* -X94147990Y-116157574D01* -X94150231Y-116163370D01* -X94152771Y-116169046D01* -X94155610Y-116174600D01* -X94157668Y-116178236D01* -X94160918Y-116183540D01* -X94164348Y-116188629D01* -X94167959Y-116193501D01* -X94171750Y-116198157D01* -X94175721Y-116202596D01* -X94179873Y-116206819D01* -X94184205Y-116210825D01* -X94188717Y-116214616D01* -X94193410Y-116218189D01* -X94198283Y-116221547D01* -X94201632Y-116223665D01* -X94192546Y-116293274D01* -X93882748Y-116234802D01* -X93882748Y-115934237D01* -X93953090Y-115934237D01* -X93953090Y-116175451D01* -X94115463Y-116207984D01* -X94111133Y-116201150D01* -X94107082Y-116194275D01* -X94103311Y-116187361D01* -X94099819Y-116180406D01* -X94096607Y-116173412D01* -X94093673Y-116166377D01* -X94091019Y-116159302D01* -X94088645Y-116152187D01* -X94086550Y-116145032D01* -X94084734Y-116137837D01* -X94083198Y-116130602D01* -X94081941Y-116123327D01* -X94080963Y-116116011D01* -X94080264Y-116108656D01* -X94079845Y-116101261D01* -X94079706Y-116093825D01* -X94079921Y-116084030D01* -X94080567Y-116074429D01* -X94081643Y-116065020D01* -X94083150Y-116055806D01* -X94085087Y-116046785D01* -X94087454Y-116037957D01* -X94090252Y-116029323D01* -X94093481Y-116020882D01* -X94097140Y-116012635D01* -X94101230Y-116004581D01* -X94105750Y-115996721D01* -X94110700Y-115989054D01* -X94116081Y-115981581D01* -X94121893Y-115974301D01* -X94128134Y-115967215D01* -X94134807Y-115960322D01* -X94141800Y-115953721D01* -X94149040Y-115947545D01* -X94156528Y-115941795D01* -X94164263Y-115936472D01* -X94172245Y-115931574D01* -X94180474Y-115927102D01* -X94188951Y-115923056D01* -X94197675Y-115919436D01* -X94206646Y-115916242D01* -X94215865Y-115913473D01* -X94225331Y-115911131D01* -X94235044Y-115909214D01* -X94245005Y-115907724D01* -X94255213Y-115906659D01* -X94265668Y-115906020D01* -X94276370Y-115905807D01* -X94286577Y-115905994D01* -X94296609Y-115906554D01* -X94306466Y-115907487D01* -X94316148Y-115908793D01* -X94325655Y-115910472D01* -X94334986Y-115912525D01* -X94344142Y-115914951D01* -X94353123Y-115917751D01* -X94361929Y-115920923D01* -X94370560Y-115924469D01* -X94379016Y-115928388D01* -X94387296Y-115932680D01* -X94395401Y-115937345D01* -X94403331Y-115942384D01* -X94411086Y-115947796D01* -X94418666Y-115953581D01* -X94427592Y-115961019D01* -X94435942Y-115968787D01* -X94443717Y-115976887D01* -X94450915Y-115985317D01* -X94457538Y-115994079D01* -X94463584Y-116003171D01* -X94469055Y-116012594D01* -X94473950Y-116022348D01* -X94478269Y-116032432D01* -X94482013Y-116042848D01* -X94485180Y-116053594D01* -X94487771Y-116064672D01* -X94489787Y-116076080D01* -X94490579Y-116081908D01* -X94491227Y-116087819D01* -X94491731Y-116093813D01* -X94492090Y-116099889D01* -X94492306Y-116106048D01* -X94492378Y-116112290D01* -X94492198Y-116122485D01* -X94491657Y-116132442D01* -X94490756Y-116142163D01* -X94489493Y-116151647D01* -X94487870Y-116160893D01* -X94485887Y-116169903D01* -X94483543Y-116178676D01* -X94480838Y-116187211D01* -X94477773Y-116195510D01* -X94474346Y-116203572D01* -X94470560Y-116211397D01* -X94466412Y-116218984D01* -X94461904Y-116226335D01* -X94457036Y-116233449D01* -X94451806Y-116240326D01* -X94446217Y-116246965D01* -X94440311Y-116253294D01* -X94434170Y-116259275D01* -X94427795Y-116264908D01* -X94421185Y-116270193D01* -X94414340Y-116275130D01* -X94407261Y-116279718D01* -X94399946Y-116283959D01* -X94392398Y-116287852D01* -X94384614Y-116291396D01* -X94376596Y-116294593D01* -X94368343Y-116297441D01* -X94359855Y-116299942D01* -X94351133Y-116302094D01* -X94342176Y-116303898D01* -X94332984Y-116305355D01* -X94323558Y-116306463D01* +X95460567Y-116641508D01* +X95458953Y-116647708D01* +X95457260Y-116653815D01* +X95455488Y-116659830D01* +X95453638Y-116665752D01* +X95451710Y-116671581D01* +X95449703Y-116677317D01* +X95447618Y-116682961D01* +X95445455Y-116688512D01* +X95443213Y-116693970D01* +X95438493Y-116704609D01* +X95433461Y-116714876D01* +X95428114Y-116724772D01* +X95422454Y-116734298D01* +X95416480Y-116743452D01* +X95410192Y-116752236D01* +X95403590Y-116760649D01* +X95396675Y-116768690D01* +X95389446Y-116776361D01* +X95381904Y-116783661D01* +X95374048Y-116790590D01* +X95370002Y-116793915D01* +X95361736Y-116800268D01* +X95353243Y-116806211D01* +X95344522Y-116811744D01* +X95335573Y-116816868D01* +X95326396Y-116821581D01* +X95316991Y-116825885D01* +X95307359Y-116829779D01* +X95297498Y-116833263D01* +X95287410Y-116836337D01* +X95277094Y-116839001D01* +X95266550Y-116841255D01* +X95255779Y-116843099D01* +X95244779Y-116844534D01* +X95233552Y-116845559D01* +X95222097Y-116846173D01* +X95210414Y-116846378D01* +X95204340Y-116846339D01* +X95198338Y-116846222D01* +X95192407Y-116846027D01* +X95186547Y-116845753D01* +X95175042Y-116844972D01* +X95163821Y-116843878D01* +X95152886Y-116842471D01* +X95142236Y-116840752D01* +X95131870Y-116838721D01* +X95121790Y-116836377D01* +X95111995Y-116833720D01* +X95102485Y-116830751D01* +X95093260Y-116827469D01* +X95084320Y-116823875D01* +X95075665Y-116819968D01* +X95067296Y-116815748D01* +X95059211Y-116811216D01* +X95051412Y-116806371D01* +X95043887Y-116801231D01* +X95036590Y-116795811D01* +X95029521Y-116790112D01* +X95022679Y-116784133D01* +X95016066Y-116777875D01* +X95009680Y-116771338D01* +X95003523Y-116764521D01* +X94997593Y-116757425D01* +X94991891Y-116750050D01* +X94986416Y-116742395D01* +X94981170Y-116734461D01* +X94976151Y-116726248D01* +X94971360Y-116717755D01* +X94966797Y-116708983D01* +X94962462Y-116699931D01* +X94958355Y-116690600D01* +X94954487Y-116681068D01* +X94950868Y-116671449D01* +X94947498Y-116661742D01* +X94944378Y-116651949D01* +X94941508Y-116642069D01* +X94938887Y-116632101D01* +X94936516Y-116622047D01* +X94934395Y-116611905D01* +X94932523Y-116601677D01* +X94930901Y-116591361D01* +X94929528Y-116580959D01* +X94928405Y-116570469D01* +X94927531Y-116559893D01* +X94926907Y-116549230D01* +X94926533Y-116538479D01* +X94926408Y-116527642D01* +X94926443Y-116521730D01* +X94926549Y-116515866D01* +X94926971Y-116504281D01* +X94927676Y-116492886D01* +X94928661Y-116481681D01* +X94929929Y-116470666D01* +X94931478Y-116459841D01* +X94933308Y-116449206D01* +X94935421Y-116438762D01* +X94937815Y-116428507D01* +X94940490Y-116418442D01* +X94943447Y-116408567D01* +X94946686Y-116398883D01* +X94950207Y-116389388D01* +X94954009Y-116380084D01* +X94958093Y-116370969D01* +X94962458Y-116362045D01* +X94967084Y-116353348D01* +X94971947Y-116344917D01* +X94977049Y-116336752D01* +X94982389Y-116328852D01* +X94987966Y-116321218D01* +X94993783Y-116313850D01* +X94999837Y-116306747D01* +X95006129Y-116299909D01* +X95012659Y-116293338D01* +X95019428Y-116287032D01* +X95026435Y-116280991D01* +X95033680Y-116275217D01* +X95041163Y-116269707D01* +X95048884Y-116264464D01* +X95056843Y-116259486D01* +X95065040Y-116254773D01* +X95073427Y-116250319D01* +X95081916Y-116246152D01* +X95090508Y-116242273D01* +X95099204Y-116238681D01* +X95108002Y-116235376D01* +X95116904Y-116232359D01* +X95125908Y-116229629D01* +X95135016Y-116227186D01* +X95144227Y-116225031D01* +X95153540Y-116223163D01* +X95162957Y-116221583D01* +X95172477Y-116220289D01* +X95182099Y-116219284D01* +X95191825Y-116218565D01* +X95201654Y-116218134D01* +X95211586Y-116217990D01* +X95222812Y-116218173D01* +X95233813Y-116218721D01* +X95244588Y-116219634D01* +X95255138Y-116220912D01* +X95265462Y-116222556D01* +X95275560Y-116224564D01* +X95285433Y-116226938D01* +X95295080Y-116229677D01* +X95304502Y-116232782D01* +X95313699Y-116236251D01* +X95322669Y-116240086D01* +X95331415Y-116244286D01* +X95339934Y-116248851D01* +X95348228Y-116253782D01* +X95356297Y-116259078D01* +X95364140Y-116264739D01* +X95371724Y-116270731D01* +X95379015Y-116277021D01* +X95386012Y-116283609D01* +X95392717Y-116290494D01* +X95399128Y-116297677D01* +X95405246Y-116305158D01* +X95411071Y-116312936D01* +X95416604Y-116321012D01* +X95421843Y-116329386D01* +X95426788Y-116338057D01* +X95431441Y-116347026D01* +X95435801Y-116356293D01* +X95439868Y-116365857D01* +X95443641Y-116375719D01* +X95447122Y-116385879D01* +X95450309Y-116396337D01* +X95371467Y-116414948D01* +X95368774Y-116406665D01* +X95365931Y-116398668D01* +X95362939Y-116390957D01* +X95359799Y-116383532D01* +X95356509Y-116376394D01* +X95353071Y-116369542D01* +X95349484Y-116362976D01* +X95345749Y-116356696D01* +X95341864Y-116350702D01* +X95337831Y-116344995D01* +X95333648Y-116339574D01* +X95329317Y-116334439D01* +X95324837Y-116329591D01* +X95320208Y-116325028D01* +X95315431Y-116320752D01* +X95310504Y-116316762D01* +X95305423Y-116313036D01* +X95300182Y-116309549D01* +X95294781Y-116306304D01* +X95289219Y-116303298D01* +X95283497Y-116300533D01* +X95277614Y-116298009D01* +X95271571Y-116295725D01* +X95265368Y-116293681D01* +X95259005Y-116291878D01* +X95252481Y-116290315D01* +X95245798Y-116288993D01* +X95238953Y-116287911D01* +X95231949Y-116287070D01* +X95224784Y-116286468D01* +X95217459Y-116286108D01* +X95209974Y-116285988D01* +X95201362Y-116286119D01* +X95192927Y-116286514D01* +X95184669Y-116287173D01* +X95176589Y-116288094D01* +X95168687Y-116289279D01* +X95160961Y-116290727D01* +X95153414Y-116292439D01* +X95146043Y-116294414D01* +X95138851Y-116296652D01* +X95131835Y-116299154D01* +X95124998Y-116301919D01* +X95118337Y-116304947D01* +X95111854Y-116308239D01* +X95105549Y-116311793D01* +X95099421Y-116315612D01* +X95093470Y-116319693D01* +X95087735Y-116323996D01* +X95082216Y-116328479D01* +X95076913Y-116333142D01* +X95071827Y-116337984D01* +X95066957Y-116343006D01* +X95062304Y-116348208D01* +X95057867Y-116353589D01* +X95053646Y-116359151D01* +X95049642Y-116364892D01* +X95045854Y-116370812D01* +X95042283Y-116376913D01* +X95038928Y-116383193D01* +X95035789Y-116389653D01* +X95032867Y-116396293D01* +X95030161Y-116403113D01* +X95027671Y-116410112D01* +X95025382Y-116417215D01* +X95023240Y-116424347D01* +X95021247Y-116431508D01* +X95019401Y-116438697D01* +X95017702Y-116445915D01* +X95016151Y-116453162D01* +X95014748Y-116460437D01* +X95013493Y-116467741D01* +X95012385Y-116475073D01* +X95011425Y-116482434D01* +X95010613Y-116489824D01* +X95009948Y-116497242D01* +X95009431Y-116504689D01* +X95009062Y-116512165D01* +X95008841Y-116519669D01* +X95008767Y-116527202D01* +X95008854Y-116536852D01* +X95009117Y-116546347D01* +X95009555Y-116555687D01* +X95010168Y-116564873D01* +X95010956Y-116573905D01* +X95011920Y-116582782D01* +X95013058Y-116591504D01* +X95014372Y-116600072D01* +X95015861Y-116608485D01* +X95017525Y-116616744D01* +X95019364Y-116624848D01* +X95021379Y-116632797D01* +X95023568Y-116640592D01* +X95025933Y-116648233D01* +X95028473Y-116655718D01* +X95031188Y-116663050D01* +X95034106Y-116670172D01* +X95037217Y-116677065D01* +X95040522Y-116683732D01* +X95044020Y-116690170D01* +X95047712Y-116696380D01* +X95051597Y-116702363D01* +X95055676Y-116708118D01* +X95059948Y-116713645D01* +X95064414Y-116718944D01* +X95069073Y-116724015D01* +X95073925Y-116728858D01* +X95078971Y-116733474D01* +X95084211Y-116737862D01* +X95089644Y-116742022D01* +X95095271Y-116745954D01* +X95101091Y-116749658D01* +X95107056Y-116753136D01* +X95113082Y-116756390D01* +X95119169Y-116759420D01* +X95125316Y-116762225D01* +X95131525Y-116764805D01* +X95137793Y-116767161D01* +X95144123Y-116769293D01* +X95150513Y-116771200D01* +X95156964Y-116772883D01* +X95163476Y-116774342D01* +X95170048Y-116775576D01* +X95176681Y-116776586D01* +X95183374Y-116777371D01* +X95190129Y-116777932D01* +X95196944Y-116778269D01* +X95203819Y-116778381D01* +X95212129Y-116778227D01* +X95220278Y-116777763D01* +X95228267Y-116776990D01* +X95236096Y-116775908D01* +X95243764Y-116774517D01* +X95251272Y-116772817D01* +X95258620Y-116770808D01* +X95265808Y-116768489D01* +X95272835Y-116765862D01* +X95279702Y-116762925D01* +X95286409Y-116759679D01* +X95292956Y-116756125D01* +X95299342Y-116752261D01* +X95305568Y-116748087D01* +X95311633Y-116743605D01* +X95317539Y-116738814D01* +X95323246Y-116733718D01* +X95328717Y-116728322D01* +X95333953Y-116722626D01* +X95338953Y-116716631D01* +X95343716Y-116710335D01* +X95348245Y-116703739D01* +X95352537Y-116696843D01* +X95356593Y-116689648D01* +X95360414Y-116682152D01* +X95363998Y-116674357D01* +X95367347Y-116666261D01* +X95370460Y-116657866D01* +X95373337Y-116649170D01* +X95375978Y-116640175D01* +X95378384Y-116630880D01* +X95380553Y-116621284D01* G37* G36* -X81477691Y-114016040D02* +X95525487Y-116677558D02* G01* -X81497915Y-113936026D01* -X81504115Y-113937640D01* -X81510222Y-113939333D01* -X81516237Y-113941105D01* -X81522159Y-113942955D01* -X81527988Y-113944883D01* -X81533724Y-113946890D01* -X81539368Y-113948975D01* -X81544919Y-113951138D01* -X81550377Y-113953380D01* -X81561016Y-113958100D01* -X81571283Y-113963132D01* -X81581179Y-113968479D01* -X81590705Y-113974139D01* -X81599859Y-113980113D01* -X81608643Y-113986401D01* -X81617056Y-113993003D01* -X81625097Y-113999918D01* -X81632768Y-114007147D01* -X81640068Y-114014689D01* -X81646997Y-114022545D01* -X81650322Y-114026591D01* -X81656675Y-114034857D01* -X81662618Y-114043350D01* -X81668151Y-114052071D01* -X81673275Y-114061020D01* -X81677988Y-114070197D01* -X81682292Y-114079602D01* -X81686186Y-114089234D01* -X81689670Y-114099095D01* -X81692744Y-114109183D01* -X81695408Y-114119499D01* -X81697662Y-114130043D01* -X81699506Y-114140814D01* -X81700941Y-114151814D01* -X81701966Y-114163041D01* -X81702580Y-114174496D01* -X81702785Y-114186179D01* -X81702746Y-114192253D01* -X81702629Y-114198255D01* -X81702434Y-114204186D01* -X81702160Y-114210046D01* -X81701379Y-114221551D01* -X81700285Y-114232772D01* -X81698878Y-114243707D01* -X81697159Y-114254357D01* -X81695128Y-114264723D01* -X81692784Y-114274803D01* -X81690127Y-114284598D01* -X81687158Y-114294108D01* -X81683876Y-114303333D01* -X81680282Y-114312273D01* -X81676375Y-114320928D01* -X81672155Y-114329297D01* -X81667623Y-114337382D01* -X81662778Y-114345181D01* -X81657638Y-114352706D01* -X81652218Y-114360003D01* -X81646519Y-114367072D01* -X81640540Y-114373914D01* -X81634282Y-114380527D01* -X81627745Y-114386913D01* -X81620928Y-114393070D01* -X81613832Y-114399000D01* -X81606457Y-114404702D01* -X81598802Y-114410177D01* -X81590868Y-114415423D01* -X81582655Y-114420442D01* -X81574162Y-114425233D01* -X81565390Y-114429796D01* -X81556338Y-114434131D01* -X81547007Y-114438238D01* -X81537475Y-114442106D01* -X81527856Y-114445725D01* -X81518149Y-114449095D01* -X81508356Y-114452215D01* -X81498476Y-114455085D01* -X81488508Y-114457706D01* -X81478454Y-114460077D01* -X81468312Y-114462198D01* -X81458084Y-114464070D01* -X81447768Y-114465692D01* -X81437366Y-114467065D01* -X81426876Y-114468188D01* -X81416300Y-114469062D01* -X81405637Y-114469686D01* -X81394886Y-114470060D01* -X81384049Y-114470185D01* -X81378137Y-114470150D01* -X81372273Y-114470044D01* -X81360688Y-114469622D01* -X81349293Y-114468917D01* -X81338088Y-114467932D01* -X81327073Y-114466664D01* -X81316248Y-114465115D01* -X81305613Y-114463285D01* -X81295169Y-114461172D01* -X81284914Y-114458778D01* -X81274849Y-114456103D01* -X81264974Y-114453146D01* -X81255290Y-114449907D01* -X81245795Y-114446386D01* -X81236491Y-114442584D01* -X81227376Y-114438500D01* -X81218452Y-114434135D01* -X81209755Y-114429509D01* -X81201324Y-114424646D01* -X81193159Y-114419544D01* -X81185259Y-114414204D01* -X81177625Y-114408627D01* -X81170257Y-114402810D01* -X81163154Y-114396756D01* -X81156316Y-114390464D01* -X81149745Y-114383934D01* -X81143439Y-114377165D01* -X81137398Y-114370158D01* -X81131624Y-114362913D01* -X81126114Y-114355430D01* -X81120871Y-114347709D01* -X81115893Y-114339750D01* -X81111180Y-114331553D01* -X81106726Y-114323166D01* -X81102559Y-114314677D01* -X81098680Y-114306085D01* -X81095088Y-114297389D01* -X81091783Y-114288591D01* -X81088766Y-114279689D01* -X81086036Y-114270685D01* -X81083593Y-114261577D01* -X81081438Y-114252366D01* -X81079570Y-114243053D01* -X81077990Y-114233636D01* -X81076696Y-114224116D01* -X81075691Y-114214494D01* -X81074972Y-114204768D01* -X81074541Y-114194939D01* -X81074397Y-114185007D01* -X81074580Y-114173781D01* -X81075128Y-114162780D01* -X81076041Y-114152005D01* -X81077319Y-114141455D01* -X81078963Y-114131131D01* -X81080971Y-114121033D01* -X81083345Y-114111160D01* -X81086084Y-114101513D01* -X81089189Y-114092091D01* -X81092658Y-114082894D01* -X81096493Y-114073924D01* -X81100693Y-114065178D01* -X81105258Y-114056659D01* -X81110189Y-114048365D01* -X81115485Y-114040296D01* -X81121146Y-114032453D01* -X81127138Y-114024869D01* -X81133428Y-114017578D01* -X81140016Y-114010581D01* -X81146901Y-114003876D01* -X81154084Y-113997465D01* -X81161565Y-113991347D01* -X81169343Y-113985522D01* -X81177419Y-113979989D01* -X81185793Y-113974750D01* -X81194464Y-113969805D01* -X81203433Y-113965152D01* -X81212700Y-113960792D01* -X81222264Y-113956725D01* -X81232126Y-113952952D01* -X81242286Y-113949471D01* -X81252744Y-113946284D01* -X81271355Y-114025126D01* -X81263072Y-114027819D01* -X81255075Y-114030662D01* -X81247364Y-114033654D01* -X81239939Y-114036794D01* -X81232801Y-114040084D01* -X81225949Y-114043522D01* -X81219383Y-114047109D01* -X81213103Y-114050844D01* -X81207109Y-114054729D01* -X81201402Y-114058762D01* -X81195981Y-114062945D01* -X81190846Y-114067276D01* -X81185998Y-114071756D01* -X81181435Y-114076385D01* -X81177159Y-114081162D01* -X81173169Y-114086089D01* -X81169443Y-114091170D01* -X81165956Y-114096411D01* -X81162711Y-114101812D01* -X81159705Y-114107374D01* -X81156940Y-114113096D01* -X81154416Y-114118979D01* -X81152132Y-114125022D01* -X81150088Y-114131225D01* -X81148285Y-114137588D01* -X81146722Y-114144112D01* -X81145400Y-114150795D01* -X81144318Y-114157640D01* -X81143477Y-114164644D01* -X81142875Y-114171809D01* -X81142515Y-114179134D01* -X81142395Y-114186619D01* -X81142526Y-114195231D01* -X81142921Y-114203666D01* -X81143580Y-114211924D01* -X81144501Y-114220004D01* -X81145686Y-114227906D01* -X81147134Y-114235632D01* -X81148846Y-114243179D01* -X81150821Y-114250550D01* -X81153059Y-114257742D01* -X81155561Y-114264758D01* -X81158326Y-114271595D01* -X81161354Y-114278256D01* -X81164646Y-114284739D01* -X81168200Y-114291044D01* -X81172019Y-114297172D01* -X81176100Y-114303123D01* -X81180403Y-114308858D01* -X81184886Y-114314377D01* -X81189549Y-114319680D01* -X81194391Y-114324766D01* -X81199413Y-114329636D01* -X81204615Y-114334289D01* -X81209996Y-114338726D01* -X81215558Y-114342947D01* -X81221299Y-114346951D01* -X81227219Y-114350739D01* -X81233320Y-114354310D01* -X81239600Y-114357665D01* -X81246060Y-114360804D01* -X81252700Y-114363726D01* -X81259520Y-114366432D01* -X81266519Y-114368922D01* -X81273622Y-114371211D01* -X81280754Y-114373353D01* -X81287915Y-114375346D01* -X81295104Y-114377192D01* -X81302322Y-114378891D01* -X81309569Y-114380442D01* -X81316844Y-114381845D01* -X81324148Y-114383100D01* -X81331480Y-114384208D01* -X81338841Y-114385168D01* -X81346231Y-114385980D01* -X81353649Y-114386645D01* -X81361096Y-114387162D01* -X81368572Y-114387531D01* -X81376076Y-114387752D01* -X81383609Y-114387826D01* -X81393259Y-114387739D01* -X81402754Y-114387476D01* -X81412094Y-114387038D01* -X81421280Y-114386425D01* -X81430312Y-114385637D01* -X81439189Y-114384673D01* -X81447911Y-114383535D01* -X81456479Y-114382221D01* -X81464892Y-114380732D01* -X81473151Y-114379068D01* -X81481255Y-114377229D01* -X81489204Y-114375214D01* -X81496999Y-114373025D01* -X81504640Y-114370660D01* -X81512125Y-114368120D01* -X81519457Y-114365405D01* -X81526579Y-114362487D01* -X81533472Y-114359376D01* -X81540139Y-114356071D01* -X81546577Y-114352573D01* -X81552787Y-114348881D01* -X81558770Y-114344996D01* -X81564525Y-114340917D01* -X81570052Y-114336645D01* -X81575351Y-114332179D01* -X81580422Y-114327520D01* -X81585265Y-114322668D01* -X81589881Y-114317622D01* -X81594269Y-114312382D01* -X81598429Y-114306949D01* -X81602361Y-114301322D01* -X81606065Y-114295502D01* -X81609543Y-114289537D01* -X81612797Y-114283511D01* -X81615827Y-114277424D01* -X81618632Y-114271277D01* -X81621212Y-114265068D01* -X81623568Y-114258800D01* -X81625700Y-114252470D01* -X81627607Y-114246080D01* -X81629290Y-114239629D01* -X81630749Y-114233117D01* -X81631983Y-114226545D01* -X81632993Y-114219912D01* -X81633778Y-114213219D01* -X81634339Y-114206464D01* -X81634676Y-114199649D01* -X81634788Y-114192774D01* -X81634634Y-114184464D01* -X81634170Y-114176315D01* -X81633397Y-114168326D01* -X81632315Y-114160497D01* -X81630924Y-114152829D01* -X81629224Y-114145321D01* -X81627215Y-114137973D01* -X81624896Y-114130785D01* -X81622269Y-114123758D01* -X81619332Y-114116891D01* -X81616086Y-114110184D01* -X81612532Y-114103637D01* -X81608668Y-114097251D01* -X81604494Y-114091025D01* -X81600012Y-114084960D01* -X81595221Y-114079054D01* -X81590125Y-114073347D01* -X81584729Y-114067876D01* -X81579033Y-114062640D01* -X81573038Y-114057640D01* -X81566742Y-114052877D01* -X81560146Y-114048348D01* -X81553250Y-114044056D01* -X81546055Y-114040000D01* -X81538559Y-114036179D01* -X81530764Y-114032595D01* -X81522668Y-114029246D01* -X81514273Y-114026133D01* -X81505577Y-114023256D01* -X81496582Y-114020615D01* -X81487287Y-114018209D01* -X81477691Y-114016040D01* -G37* -G36* -X81623065Y-113481148D02* -G01* -X81693407Y-113481148D01* -X81693407Y-113880631D01* -X81686734Y-113880657D01* -X81680126Y-113880366D01* -X81673582Y-113879759D01* -X81667102Y-113878836D01* -X81660686Y-113877598D01* -X81654334Y-113876043D01* -X81648046Y-113874172D01* -X81641822Y-113871985D01* -X81634168Y-113868940D01* -X81626536Y-113865576D01* -X81618928Y-113861893D01* -X81611343Y-113857889D01* -X81603781Y-113853567D01* -X81598753Y-113850508D01* -X81593735Y-113847307D01* -X81588727Y-113843964D01* -X81583730Y-113840479D01* -X81578743Y-113836852D01* -X81573766Y-113833083D01* -X81568799Y-113829172D01* -X81563843Y-113825119D01* -X81561369Y-113823039D01* -X81556356Y-113818727D01* -X81551248Y-113814182D01* -X81546043Y-113809403D01* -X81540743Y-113804391D01* -X81535346Y-113799145D01* -X81529852Y-113793666D01* -X81524263Y-113787953D01* -X81518577Y-113782006D01* -X81512796Y-113775826D01* -X81506918Y-113769412D01* -X81500944Y-113762765D01* -X81494874Y-113755884D01* -X81488707Y-113748770D01* -X81482445Y-113741422D01* -X81476086Y-113733841D01* -X81469631Y-113726026D01* -X81464572Y-113719933D01* -X81459579Y-113713966D01* -X81454651Y-113708123D01* -X81449790Y-113702404D01* -X81444995Y-113696811D01* -X81440267Y-113691343D01* -X81435604Y-113685999D01* -X81431007Y-113680780D01* -X81426477Y-113675686D01* -X81422012Y-113670716D01* -X81417614Y-113665872D01* -X81413282Y-113661152D01* -X81409016Y-113656557D01* -X81404816Y-113652087D01* -X81400682Y-113647741D01* -X81392613Y-113639425D01* -X81384809Y-113631607D01* -X81377268Y-113624289D01* -X81369993Y-113617470D01* -X81362981Y-113611151D01* -X81356234Y-113605330D01* -X81349752Y-113600008D01* -X81343534Y-113595186D01* -X81340524Y-113592962D01* -X81334591Y-113588757D01* -X81328698Y-113584822D01* -X81322844Y-113581159D01* -X81317031Y-113577767D01* -X81311258Y-113574647D01* -X81305525Y-113571798D01* -X81299832Y-113569220D01* -X81294179Y-113566914D01* -X81288567Y-113564879D01* -X81280222Y-113562335D01* -X81271969Y-113560402D01* -X81263805Y-113559079D01* -X81255731Y-113558367D01* -X81250399Y-113558231D01* -X81242169Y-113558509D01* -X81234187Y-113559344D01* -X81226452Y-113560735D01* -X81218965Y-113562682D01* -X81211724Y-113565186D01* -X81204732Y-113568246D01* -X81197986Y-113571863D01* -X81191487Y-113576036D01* -X81185236Y-113580766D01* -X81179233Y-113586052D01* -X81175367Y-113589885D01* -X81169894Y-113595960D01* -X81164959Y-113602370D01* -X81160562Y-113609115D01* -X81156703Y-113616194D01* -X81153383Y-113623609D01* -X81150602Y-113631358D01* -X81148359Y-113639443D01* -X81146654Y-113647862D01* -X81145487Y-113656616D01* -X81145009Y-113662638D01* -X81144769Y-113668809D01* -X81144739Y-113671950D01* -X81144870Y-113678571D01* -X81145264Y-113685025D01* -X81145919Y-113691312D01* -X81146837Y-113697431D01* -X81148017Y-113703383D01* -X81149459Y-113709168D01* -X81151163Y-113714786D01* -X81154211Y-113722900D01* -X81157848Y-113730637D01* -X81162076Y-113737999D01* -X81166894Y-113744984D01* -X81172301Y-113751593D01* -X81178298Y-113757826D01* -X81184819Y-113763566D01* -X81191795Y-113768748D01* -X81199227Y-113773375D01* -X81204435Y-113776150D01* -X81209846Y-113778678D01* -X81215459Y-113780959D01* -X81221275Y-113782992D01* -X81227294Y-113784778D01* -X81233515Y-113786317D01* -X81239939Y-113787608D01* -X81246566Y-113788652D01* -X81253395Y-113789449D01* -X81260427Y-113789999D01* -X81267662Y-113790301D01* -X81271355Y-113790359D01* -X81263295Y-113866563D01* -X81252504Y-113865423D01* -X81242039Y-113863944D01* -X81231900Y-113862126D01* -X81222088Y-113859969D01* -X81212602Y-113857473D01* -X81203442Y-113854638D01* -X81194609Y-113851464D01* -X81186102Y-113847952D01* -X81177921Y-113844100D01* -X81170067Y-113839910D01* -X81162538Y-113835381D01* -X81155336Y-113830513D01* -X81148461Y-113825306D01* -X81141911Y-113819760D01* -X81135688Y-113813875D01* -X81129792Y-113807652D01* -X81124220Y-113801122D01* -X81119007Y-113794318D01* -X81114154Y-113787241D01* -X81109660Y-113779890D01* -X81105526Y-113772266D01* -X81101751Y-113764368D01* -X81098336Y-113756196D01* -X81095280Y-113747751D01* -X81092584Y-113739032D01* -X81090247Y-113730040D01* -X81088270Y-113720774D01* -X81086652Y-113711234D01* -X81085394Y-113701420D01* -X81084495Y-113691333D01* -X81083956Y-113680973D01* -X81083776Y-113670338D01* -X81083966Y-113659617D01* -X81084534Y-113649179D01* -X81085482Y-113639023D01* -X81086808Y-113629150D01* -X81088513Y-113619560D01* -X81090598Y-113610252D01* -X81093061Y-113601228D01* -X81095903Y-113592486D01* -X81099124Y-113584027D01* -X81102724Y-113575851D01* -X81106703Y-113567957D01* -X81111061Y-113560347D01* -X81115798Y-113553019D01* -X81120914Y-113545974D01* -X81126409Y-113539211D01* -X81132283Y-113532732D01* -X81138437Y-113526592D01* -X81144771Y-113520848D01* -X81151287Y-113515500D01* -X81157983Y-113510549D01* -X81164861Y-113505993D01* -X81171919Y-113501834D01* -X81179158Y-113498070D01* -X81186578Y-113494703D01* -X81194179Y-113491732D01* -X81201961Y-113489158D01* -X81209924Y-113486979D01* -X81218067Y-113485196D01* -X81226392Y-113483810D01* -X81234897Y-113482819D01* -X81243583Y-113482225D01* -X81252450Y-113482027D01* -X81259282Y-113482157D01* -X81266093Y-113482548D01* -X81272883Y-113483198D01* -X81279653Y-113484109D01* -X81286402Y-113485279D01* -X81293131Y-113486710D01* -X81299839Y-113488401D01* -X81306526Y-113490353D01* -X81313193Y-113492564D01* -X81319839Y-113495036D01* -X81324258Y-113496828D01* -X81330886Y-113499776D01* -X81337581Y-113503069D01* -X81344343Y-113506707D01* -X81351172Y-113510691D01* -X81358068Y-113515019D01* -X81365031Y-113519693D01* -X81372061Y-113524712D01* -X81376784Y-113528249D01* -X81381538Y-113531941D01* -X81386321Y-113535785D01* -X81391135Y-113539783D01* -X81395977Y-113543934D01* -X81398410Y-113546068D01* -X81403396Y-113550550D01* -X81408609Y-113555389D01* -X81414048Y-113560584D01* -X81419714Y-113566135D01* -X81425607Y-113572042D01* -X81431726Y-113578305D01* -X81438072Y-113584925D01* -X81444645Y-113591900D01* -X81451445Y-113599231D01* -X81458471Y-113606918D01* -X81465724Y-113614962D01* -X81473203Y-113623361D01* -X81480909Y-113632117D01* -X81484848Y-113636628D01* -X81488842Y-113641228D01* -X81492894Y-113645918D01* -X81497002Y-113650696D01* -X81501167Y-113655563D01* -X81505388Y-113660520D01* -X81512335Y-113668669D01* -X81518996Y-113676445D01* -X81525373Y-113683850D01* -X81531464Y-113690882D01* -X81537271Y-113697543D01* -X81542792Y-113703831D01* -X81548028Y-113709747D01* -X81552979Y-113715291D01* -X81557645Y-113720463D01* -X81562026Y-113725263D01* -X81566122Y-113729691D01* -X81571731Y-113735635D01* -X81576699Y-113740742D01* -X81581025Y-113745012D01* -X81582325Y-113746249D01* -X81587385Y-113750872D01* -X81592455Y-113755289D01* -X81597534Y-113759500D01* -X81602621Y-113763505D01* -X81607718Y-113767304D01* -X81612825Y-113770896D01* -X81617940Y-113774283D01* -X81623065Y-113777463D01* -X81623065Y-113481148D01* -G37* -G36* -X81693407Y-113124456D02* -G01* -X81693407Y-113198608D01* -X81218305Y-113198608D01* -X81223169Y-113203783D01* -X81228032Y-113209252D01* -X81232896Y-113215014D01* -X81237759Y-113221070D01* -X81242623Y-113227420D01* -X81247486Y-113234064D01* -X81252350Y-113241001D01* -X81257213Y-113248232D01* -X81260456Y-113253216D01* -X81263698Y-113258330D01* -X81266940Y-113263574D01* -X81270182Y-113268950D01* -X81273356Y-113274355D01* -X81276429Y-113279691D01* -X81279401Y-113284957D01* -X81282273Y-113290153D01* -X81286391Y-113297816D01* -X81290282Y-113305322D01* -X81293947Y-113312671D01* -X81297385Y-113319863D01* -X81300596Y-113326898D01* -X81303581Y-113333775D01* -X81306339Y-113340495D01* -X81308871Y-113347059D01* -X81233839Y-113347059D01* -X81230165Y-113339335D01* -X81226395Y-113331733D01* -X81222531Y-113324254D01* -X81218571Y-113316898D01* -X81214516Y-113309664D01* -X81210367Y-113302552D01* -X81206122Y-113295563D01* -X81201782Y-113288697D01* -X81197348Y-113281953D01* -X81192818Y-113275331D01* -X81188193Y-113268832D01* -X81183473Y-113262456D01* -X81178658Y-113256202D01* -X81173749Y-113250071D01* -X81168744Y-113244062D01* -X81163644Y-113238175D01* -X81158506Y-113232456D01* -X81153388Y-113226951D01* -X81148289Y-113221658D01* -X81143210Y-113216578D01* -X81138150Y-113211711D01* -X81133110Y-113207057D01* -X81128089Y-113202616D01* -X81123087Y-113198388D01* -X81118105Y-113194373D01* -X81113143Y-113190571D01* -X81108200Y-113186981D01* -X81103276Y-113183605D01* -X81095927Y-113178940D01* -X81088622Y-113174754D01* -X81083776Y-113172230D01* -X81083776Y-113124456D01* -X81693407Y-113124456D01* +X95603449Y-116670963D01* +X95604619Y-116677979D01* +X95605968Y-116684773D01* +X95607495Y-116691346D01* +X95609201Y-116697699D01* +X95611086Y-116703830D01* +X95613149Y-116709741D01* +X95615390Y-116715430D01* +X95617811Y-116720899D01* +X95621776Y-116728687D01* +X95626143Y-116735979D01* +X95630912Y-116742773D01* +X95636083Y-116749070D01* +X95641656Y-116754870D01* +X95643603Y-116756692D01* +X95649625Y-116761826D01* +X95655877Y-116766454D01* +X95662357Y-116770577D01* +X95669067Y-116774196D01* +X95676007Y-116777309D01* +X95683175Y-116779918D01* +X95690573Y-116782021D01* +X95698200Y-116783620D01* +X95706057Y-116784714D01* +X95714142Y-116785303D01* +X95719660Y-116785415D01* +X95726282Y-116785254D01* +X95732776Y-116784770D01* +X95739141Y-116783963D01* +X95745379Y-116782833D01* +X95751488Y-116781380D01* +X95757469Y-116779604D01* +X95763321Y-116777505D01* +X95769046Y-116775084D01* +X95774642Y-116772340D01* +X95780110Y-116769272D01* +X95785450Y-116765882D01* +X95790661Y-116762170D01* +X95795745Y-116758134D01* +X95800700Y-116753775D01* +X95805527Y-116749094D01* +X95810225Y-116744090D01* +X95814733Y-116738819D01* +X95818949Y-116733339D01* +X95822875Y-116727649D01* +X95826510Y-116721750D01* +X95829854Y-116715642D01* +X95832908Y-116709324D01* +X95835670Y-116702796D01* +X95838142Y-116696059D01* +X95840323Y-116689113D01* +X95842213Y-116681956D01* +X95843813Y-116674591D01* +X95845121Y-116667016D01* +X95846139Y-116659231D01* +X95846866Y-116651237D01* +X95847302Y-116643033D01* +X95847448Y-116634620D01* +X95847308Y-116626612D01* +X95846889Y-116618818D01* +X95846191Y-116611238D01* +X95845213Y-116603873D01* +X95843956Y-116596721D01* +X95842420Y-116589784D01* +X95840604Y-116583060D01* +X95838509Y-116576551D01* +X95836134Y-116570256D01* +X95833480Y-116564175D01* +X95830547Y-116558308D01* +X95827334Y-116552655D01* +X95823843Y-116547216D01* +X95820071Y-116541992D01* +X95816021Y-116536981D01* +X95811691Y-116532184D01* +X95807153Y-116527642D01* +X95802442Y-116523392D01* +X95797559Y-116519435D01* +X95792502Y-116515771D01* +X95787273Y-116512401D01* +X95781871Y-116509323D01* +X95776296Y-116506539D01* +X95770548Y-116504048D01* +X95764627Y-116501849D01* +X95758534Y-116499944D01* +X95752267Y-116498332D01* +X95745828Y-116497013D01* +X95739215Y-116495988D01* +X95732430Y-116495255D01* +X95725472Y-116494815D01* +X95718341Y-116494669D01* +X95711697Y-116494818D01* +X95705174Y-116495266D01* +X95698773Y-116496013D01* +X95692492Y-116497059D01* +X95686332Y-116498404D01* +X95680294Y-116500047D01* +X95674376Y-116501990D01* +X95668580Y-116504231D01* +X95662904Y-116506771D01* +X95657350Y-116509610D01* +X95653714Y-116511668D01* +X95648410Y-116514918D01* +X95643321Y-116518348D01* +X95638449Y-116521959D01* +X95633793Y-116525750D01* +X95629354Y-116529721D01* +X95625131Y-116533873D01* +X95621125Y-116538205D01* +X95617334Y-116542717D01* +X95613761Y-116547410D01* +X95610403Y-116552283D01* +X95608285Y-116555632D01* +X95538676Y-116546546D01* +X95597148Y-116236748D01* +X95897713Y-116236748D01* +X95897713Y-116307090D01* +X95656499Y-116307090D01* +X95623966Y-116469463D01* +X95630800Y-116465133D01* +X95637675Y-116461082D01* +X95644589Y-116457311D01* +X95651544Y-116453819D01* +X95658538Y-116450607D01* +X95665573Y-116447673D01* +X95672648Y-116445019D01* +X95679763Y-116442645D01* +X95686918Y-116440550D01* +X95694113Y-116438734D01* +X95701348Y-116437198D01* +X95708623Y-116435941D01* +X95715939Y-116434963D01* +X95723294Y-116434264D01* +X95730689Y-116433845D01* +X95738125Y-116433706D01* +X95747920Y-116433921D01* +X95757521Y-116434567D01* +X95766930Y-116435643D01* +X95776144Y-116437150D01* +X95785165Y-116439087D01* +X95793993Y-116441454D01* +X95802627Y-116444252D01* +X95811068Y-116447481D01* +X95819315Y-116451140D01* +X95827369Y-116455230D01* +X95835229Y-116459750D01* +X95842896Y-116464700D01* +X95850369Y-116470081D01* +X95857649Y-116475893D01* +X95864735Y-116482134D01* +X95871628Y-116488807D01* +X95878229Y-116495800D01* +X95884405Y-116503040D01* +X95890155Y-116510528D01* +X95895478Y-116518263D01* +X95900376Y-116526245D01* +X95904848Y-116534474D01* +X95908894Y-116542951D01* +X95912514Y-116551675D01* +X95915708Y-116560646D01* +X95918477Y-116569865D01* +X95920819Y-116579331D01* +X95922736Y-116589044D01* +X95924226Y-116599005D01* +X95925291Y-116609213D01* +X95925930Y-116619668D01* +X95926143Y-116630370D01* +X95925956Y-116640577D01* +X95925396Y-116650609D01* +X95924463Y-116660466D01* +X95923157Y-116670148D01* +X95921478Y-116679655D01* +X95919425Y-116688986D01* +X95916999Y-116698142D01* +X95914199Y-116707123D01* +X95911027Y-116715929D01* +X95907481Y-116724560D01* +X95903562Y-116733016D01* +X95899270Y-116741296D01* +X95894605Y-116749401D01* +X95889566Y-116757331D01* +X95884154Y-116765086D01* +X95878369Y-116772666D01* +X95870931Y-116781592D01* +X95863163Y-116789942D01* +X95855063Y-116797717D01* +X95846633Y-116804915D01* +X95837871Y-116811538D01* +X95828779Y-116817584D01* +X95819356Y-116823055D01* +X95809602Y-116827950D01* +X95799518Y-116832269D01* +X95789102Y-116836013D01* +X95778356Y-116839180D01* +X95767278Y-116841771D01* +X95755870Y-116843787D01* +X95750042Y-116844579D01* +X95744131Y-116845227D01* +X95738137Y-116845731D01* +X95732061Y-116846090D01* +X95725902Y-116846306D01* +X95719660Y-116846378D01* +X95709465Y-116846198D01* +X95699508Y-116845657D01* +X95689787Y-116844756D01* +X95680303Y-116843493D01* +X95671057Y-116841870D01* +X95662047Y-116839887D01* +X95653274Y-116837543D01* +X95644739Y-116834838D01* +X95636440Y-116831773D01* +X95628378Y-116828346D01* +X95620553Y-116824560D01* +X95612966Y-116820412D01* +X95605615Y-116815904D01* +X95598501Y-116811036D01* +X95591624Y-116805806D01* +X95584985Y-116800217D01* +X95578656Y-116794311D01* +X95572675Y-116788170D01* +X95567042Y-116781795D01* +X95561757Y-116775185D01* +X95556820Y-116768340D01* +X95552232Y-116761261D01* +X95547991Y-116753946D01* +X95544098Y-116746398D01* +X95540554Y-116738614D01* +X95537357Y-116730596D01* +X95534509Y-116722343D01* +X95532008Y-116713855D01* +X95529856Y-116705133D01* +X95528052Y-116696176D01* +X95526595Y-116686984D01* +X95525487Y-116677558D01* G37* G36* X143063562Y-81427434D02* @@ -85846,973 +85024,973 @@ X126884520Y-79373357D01* X126891148Y-79373378D01* G37* G36* -X101400977Y-84060765D02* +X101694962Y-84169609D02* G01* -X101473078Y-84050800D01* -X101473522Y-84059060D01* -X101474124Y-84066989D01* -X101474882Y-84074585D01* -X101475798Y-84081849D01* -X101476870Y-84088782D01* -X101478099Y-84095382D01* -X101479485Y-84101650D01* -X101481028Y-84107586D01* -X101483636Y-84115868D01* -X101486597Y-84123403D01* -X101489911Y-84130191D01* -X101493578Y-84136231D01* -X101497598Y-84141525D01* -X101499016Y-84143124D01* -X101503512Y-84147576D01* -X101508317Y-84151590D01* -X101513431Y-84155167D01* -X101518855Y-84158305D01* -X101524587Y-84161005D01* -X101530629Y-84163268D01* -X101536980Y-84165093D01* -X101543639Y-84166479D01* -X101550608Y-84167428D01* -X101557886Y-84167939D01* -X101562910Y-84168036D01* -X101570327Y-84167819D01* -X101577482Y-84167166D01* -X101584377Y-84166079D01* -X101591010Y-84164556D01* -X101597383Y-84162598D01* -X101603494Y-84160205D01* -X101609344Y-84157378D01* -X101614934Y-84154115D01* -X101620180Y-84150478D01* -X101625000Y-84146531D01* -X101629394Y-84142272D01* -X101633362Y-84137702D01* -X101636904Y-84132820D01* -X101640021Y-84127627D01* -X101642711Y-84122122D01* -X101644976Y-84116306D01* -X101646899Y-84109853D01* -X101648566Y-84102512D01* -X101649648Y-84096423D01* -X101650586Y-84089835D01* -X101651379Y-84082747D01* -X101652028Y-84075159D01* -X101652533Y-84067071D01* -X101652894Y-84058483D01* -X101653054Y-84052481D01* -X101653150Y-84046256D01* -X101653182Y-84039809D01* -X101653182Y-83619369D01* -X101733196Y-83619369D01* -X101733196Y-84034094D01* -X101733125Y-84043504D01* -X101732910Y-84052645D01* -X101732552Y-84061520D01* -X101732051Y-84070126D01* -X101731407Y-84078464D01* -X101730620Y-84086534D01* -X101729690Y-84094337D01* -X101728617Y-84101871D01* -X101727400Y-84109138D01* -X101726041Y-84116136D01* -X101724538Y-84122867D01* -X101722892Y-84129330D01* -X101721103Y-84135525D01* -X101719171Y-84141452D01* -X101717096Y-84147111D01* -X101714878Y-84152503D01* -X101711254Y-84160186D01* -X101707251Y-84167519D01* -X101702870Y-84174502D01* -X101698110Y-84181134D01* -X101692971Y-84187416D01* -X101687454Y-84193348D01* -X101681558Y-84198929D01* -X101675283Y-84204160D01* -X101668630Y-84209041D01* -X101661598Y-84213571D01* -X101656699Y-84216397D01* -X101649131Y-84220325D01* -X101641317Y-84223867D01* -X101633259Y-84227023D01* -X101624956Y-84229792D01* -X101619285Y-84231423D01* -X101613505Y-84232883D01* -X101607616Y-84234171D01* -X101601619Y-84235287D01* -X101595513Y-84236232D01* -X101589297Y-84237005D01* -X101582974Y-84237606D01* -X101576541Y-84238035D01* -X101570000Y-84238293D01* -X101563350Y-84238378D01* -X101553549Y-84238204D01* -X101544040Y-84237680D01* -X101534823Y-84236807D01* -X101525898Y-84235585D01* -X101517265Y-84234014D01* -X101508924Y-84232093D01* -X101500875Y-84229823D01* -X101493118Y-84227204D01* -X101485652Y-84224236D01* -X101478479Y-84220919D01* -X101471598Y-84217252D01* -X101465008Y-84213237D01* -X101458711Y-84208872D01* -X101452705Y-84204158D01* -X101446992Y-84199094D01* -X101441570Y-84193682D01* -X101436466Y-84187925D01* -X101431704Y-84181828D01* -X101427284Y-84175391D01* -X101423206Y-84168614D01* -X101419471Y-84161496D01* -X101416078Y-84154039D01* -X101413028Y-84146242D01* -X101410319Y-84138105D01* -X101407953Y-84129627D01* -X101405930Y-84120810D01* -X101404249Y-84111652D01* -X101402910Y-84102155D01* -X101401913Y-84092318D01* -X101401259Y-84082140D01* -X101400947Y-84071623D01* -X101400977Y-84060765D01* +X101815129Y-84153000D01* +X101815871Y-84166767D01* +X101816873Y-84179981D01* +X101818137Y-84192642D01* +X101819663Y-84204749D01* +X101821450Y-84216303D01* +X101823498Y-84227303D01* +X101825808Y-84237751D01* +X101828379Y-84247644D01* +X101832726Y-84261447D01* +X101837662Y-84274005D01* +X101843185Y-84285318D01* +X101849297Y-84295386D01* +X101855996Y-84304209D01* +X101858360Y-84306873D01* +X101865854Y-84314293D01* +X101873862Y-84320984D01* +X101882386Y-84326945D01* +X101891425Y-84332175D01* +X101900979Y-84336676D01* +X101911048Y-84340447D01* +X101921633Y-84343488D01* +X101932732Y-84345799D01* +X101944347Y-84347381D01* +X101956477Y-84348232D01* +X101964850Y-84348394D01* +X101977211Y-84348032D01* +X101989137Y-84346944D01* +X102000628Y-84345132D01* +X102011684Y-84342594D01* +X102022304Y-84339331D01* +X102032490Y-84335343D01* +X102042241Y-84330630D01* +X102051556Y-84325191D01* +X102060300Y-84319131D01* +X102068333Y-84312552D01* +X102075656Y-84305454D01* +X102082270Y-84297836D01* +X102088174Y-84289700D01* +X102093368Y-84281045D01* +X102097852Y-84271870D01* +X102101626Y-84262177D01* +X102104832Y-84251422D01* +X102107610Y-84239187D01* +X102109413Y-84229039D01* +X102110976Y-84218058D01* +X102112298Y-84206245D01* +X102113380Y-84193598D01* +X102114222Y-84180118D01* +X102114823Y-84165806D01* +X102115090Y-84155801D01* +X102115250Y-84145427D01* +X102115304Y-84134682D01* +X102115304Y-83433949D01* +X102248660Y-83433949D01* +X102248660Y-84125157D01* +X102248541Y-84140840D01* +X102248183Y-84156076D01* +X102247587Y-84170866D01* +X102246752Y-84185210D01* +X102245679Y-84199107D01* +X102244367Y-84212557D01* +X102242817Y-84225561D01* +X102241028Y-84238119D01* +X102239000Y-84250230D01* +X102236734Y-84261894D01* +X102234230Y-84273112D01* +X102231487Y-84283884D01* +X102228506Y-84294209D01* +X102225286Y-84304087D01* +X102221827Y-84313519D01* +X102218130Y-84322505D01* +X102212090Y-84335310D01* +X102205419Y-84347532D01* +X102198117Y-84359170D01* +X102190183Y-84370224D01* +X102181619Y-84380694D01* +X102172423Y-84390580D01* +X102162596Y-84399882D01* +X102152139Y-84408600D01* +X102141050Y-84416735D01* +X102129330Y-84424285D01* +X102121166Y-84428995D01* +X102108551Y-84435542D01* +X102095529Y-84441445D01* +X102082098Y-84446705D01* +X102068260Y-84451320D01* +X102058808Y-84454039D01* +X102049175Y-84456472D01* +X102039360Y-84458619D01* +X102029365Y-84460479D01* +X102019188Y-84462053D01* +X102008829Y-84463341D01* +X101998289Y-84464343D01* +X101987569Y-84465059D01* +X101976666Y-84465488D01* +X101965583Y-84465631D01* +X101949248Y-84465340D01* +X101933400Y-84464467D01* +X101918039Y-84463012D01* +X101903164Y-84460975D01* +X101888775Y-84458356D01* +X101874873Y-84455155D01* +X101861458Y-84451372D01* +X101848530Y-84447008D01* +X101836087Y-84442061D01* +X101824132Y-84436532D01* +X101812663Y-84430421D01* +X101801681Y-84423728D01* +X101791185Y-84416453D01* +X101781176Y-84408597D01* +X101771653Y-84400158D01* +X101762617Y-84391137D01* +X101754110Y-84381542D01* +X101746173Y-84371380D01* +X101738806Y-84360651D01* +X101732010Y-84349356D01* +X101725785Y-84337494D01* +X101720130Y-84325065D01* +X101715046Y-84312070D01* +X101710532Y-84298508D01* +X101706589Y-84284379D01* +X101703216Y-84269683D01* +X101700414Y-84254421D01* +X101698183Y-84238592D01* +X101696522Y-84222196D01* +X101695431Y-84205234D01* +X101694911Y-84187705D01* +X101694962Y-84169609D01* G37* G36* -X102096849Y-83619392D02* +X102854748Y-83433987D02* G01* -X102104028Y-83619461D01* -X102110986Y-83619575D01* -X102117723Y-83619736D01* -X102124239Y-83619942D01* -X102130534Y-83620194D01* -X102136608Y-83620491D01* -X102142462Y-83620835D01* -X102150827Y-83621436D01* -X102158696Y-83622140D01* -X102166067Y-83622947D01* -X102172941Y-83623857D01* -X102179318Y-83624871D01* -X102181333Y-83625231D01* -X102189559Y-83626751D01* -X102197529Y-83628508D01* -X102205245Y-83630502D01* -X102212705Y-83632732D01* -X102219911Y-83635200D01* -X102226861Y-83637905D01* -X102233557Y-83640847D01* -X102239997Y-83644026D01* -X102246182Y-83647441D01* -X102252113Y-83651094D01* -X102255925Y-83653661D01* -X102261455Y-83657738D01* -X102266778Y-83662112D01* -X102271896Y-83666782D01* -X102276808Y-83671748D01* -X102281513Y-83677010D01* -X102286012Y-83682569D01* -X102290306Y-83688424D01* -X102294393Y-83694575D01* -X102298274Y-83701022D01* -X102301949Y-83707766D01* -X102304285Y-83712426D01* -X102307585Y-83719555D01* -X102310560Y-83726817D01* -X102313211Y-83734214D01* -X102315537Y-83741744D01* -X102317538Y-83749409D01* -X102319215Y-83757207D01* -X102320568Y-83765139D01* -X102321596Y-83773206D01* -X102322299Y-83781406D01* -X102322677Y-83789740D01* -X102322750Y-83795371D01* -X102322558Y-83804968D01* -X102321983Y-83814380D01* -X102321024Y-83823607D01* -X102319681Y-83832648D01* -X102317955Y-83841504D01* -X102315846Y-83850174D01* -X102313353Y-83858659D01* -X102310476Y-83866958D01* -X102307216Y-83875072D01* -X102303573Y-83883001D01* -X102299546Y-83890743D01* -X102295135Y-83898301D01* -X102290341Y-83905673D01* -X102285163Y-83912859D01* -X102279602Y-83919860D01* -X102273657Y-83926676D01* -X102267212Y-83933188D01* -X102260149Y-83939281D01* -X102252470Y-83944953D01* -X102244174Y-83950205D01* -X102235260Y-83955037D01* -X102225729Y-83959449D01* -X102215582Y-83963441D01* -X102204817Y-83967012D01* -X102193435Y-83970164D01* -X102187513Y-83971582D01* -X102181436Y-83972895D01* -X102175205Y-83974103D01* -X102168820Y-83975206D01* -X102162280Y-83976204D01* -X102155587Y-83977097D01* -X102148739Y-83977884D01* -X102141736Y-83978567D01* -X102134580Y-83979145D01* -X102127269Y-83979618D01* -X102119804Y-83979985D01* -X102112185Y-83980248D01* -X102104411Y-83980405D01* -X102096483Y-83980458D01* -X101941438Y-83980458D01* -X101941438Y-84229000D01* -X101861424Y-84229000D01* -X101861424Y-83689711D01* -X101941438Y-83689711D01* -X101941438Y-83910116D01* -X102097655Y-83910116D01* -X102107170Y-83910001D01* -X102116333Y-83909656D01* -X102125145Y-83909080D01* -X102133605Y-83908275D01* -X102141714Y-83907240D01* -X102149471Y-83905974D01* -X102156876Y-83904478D01* -X102163931Y-83902752D01* -X102170633Y-83900796D01* -X102176985Y-83898610D01* -X102182984Y-83896194D01* -X102188633Y-83893547D01* -X102193930Y-83890671D01* -X102201216Y-83885924D01* -X102207711Y-83880660D01* -X102213525Y-83874927D01* -X102218767Y-83868775D01* -X102223438Y-83862202D01* -X102227536Y-83855209D01* -X102231063Y-83847797D01* -X102234017Y-83839965D01* -X102236400Y-83831713D01* -X102237671Y-83825978D01* -X102238688Y-83820056D01* -X102239450Y-83813948D01* -X102239958Y-83807654D01* -X102240213Y-83801173D01* -X102240244Y-83797862D01* -X102240076Y-83790706D01* -X102239569Y-83783746D01* -X102238726Y-83776981D01* -X102237545Y-83770412D01* -X102236026Y-83764039D01* -X102234170Y-83757862D01* -X102231977Y-83751880D01* -X102229446Y-83746095D01* -X102226577Y-83740505D01* -X102223372Y-83735111D01* -X102221047Y-83731623D01* -X102217367Y-83726621D01* -X102213470Y-83721946D01* -X102209357Y-83717598D01* -X102205028Y-83713578D01* -X102198918Y-83708726D01* -X102192425Y-83704455D01* -X102185546Y-83700766D01* -X102180135Y-83698381D01* -X102174507Y-83696324D01* -X102170635Y-83695133D01* -X102163482Y-83693571D01* -X102156559Y-83692512D01* -X102150666Y-83691829D01* -X102144173Y-83691242D01* -X102137080Y-83690749D01* -X102129387Y-83690352D01* -X102121094Y-83690050D01* -X102115231Y-83689902D01* -X102109102Y-83689796D01* -X102102706Y-83689732D01* -X102096043Y-83689711D01* -X101941438Y-83689711D01* -X101861424Y-83689711D01* -X101861424Y-83619369D01* -X102089449Y-83619369D01* -X102096849Y-83619392D01* +X102866713Y-83434102D01* +X102878310Y-83434293D01* +X102889538Y-83434560D01* +X102900399Y-83434903D01* +X102910890Y-83435323D01* +X102921014Y-83435819D01* +X102930770Y-83436392D01* +X102944712Y-83437393D01* +X102957826Y-83438567D01* +X102970111Y-83439912D01* +X102981568Y-83441429D01* +X102992196Y-83443118D01* +X102995555Y-83443719D01* +X103009264Y-83446252D01* +X103022549Y-83449180D01* +X103035408Y-83452503D01* +X103047842Y-83456221D01* +X103059851Y-83460334D01* +X103071435Y-83464842D01* +X103082594Y-83469745D01* +X103093328Y-83475043D01* +X103103637Y-83480736D01* +X103113521Y-83486824D01* +X103119875Y-83491102D01* +X103129091Y-83497898D01* +X103137964Y-83505187D01* +X103146493Y-83512970D01* +X103154679Y-83521247D01* +X103162522Y-83530018D01* +X103170021Y-83539282D01* +X103177176Y-83549040D01* +X103183988Y-83559292D01* +X103190457Y-83570037D01* +X103196582Y-83581276D01* +X103200475Y-83589043D01* +X103205974Y-83600925D01* +X103210933Y-83613029D01* +X103215351Y-83625356D01* +X103219228Y-83637907D01* +X103222564Y-83650681D01* +X103225359Y-83663679D01* +X103227613Y-83676899D01* +X103229326Y-83690343D01* +X103230498Y-83704010D01* +X103231129Y-83717901D01* +X103231249Y-83727285D01* +X103230930Y-83743281D01* +X103229971Y-83758968D01* +X103228373Y-83774346D01* +X103226135Y-83789414D01* +X103223259Y-83804174D01* +X103219743Y-83818624D01* +X103215588Y-83832765D01* +X103210794Y-83846598D01* +X103205361Y-83860121D01* +X103199288Y-83873335D01* +X103192576Y-83886239D01* +X103185225Y-83898835D01* +X103177234Y-83911122D01* +X103168605Y-83923099D01* +X103159336Y-83934767D01* +X103149428Y-83946127D01* +X103138686Y-83956981D01* +X103126916Y-83967135D01* +X103114117Y-83976589D01* +X103100289Y-83985343D01* +X103085433Y-83993396D01* +X103069549Y-84000749D01* +X103052636Y-84007402D01* +X103034695Y-84013354D01* +X103015725Y-84018607D01* +X103005854Y-84020970D01* +X102995727Y-84023158D01* +X102985342Y-84025172D01* +X102974700Y-84027010D01* +X102963801Y-84028673D01* +X102952645Y-84030161D01* +X102941231Y-84031474D01* +X102929561Y-84032612D01* +X102917633Y-84033575D01* +X102905448Y-84034363D01* +X102893007Y-84034976D01* +X102880308Y-84035413D01* +X102867352Y-84035676D01* +X102854138Y-84035764D01* +X102595729Y-84035764D01* +X102595729Y-84450000D01* +X102462373Y-84450000D01* +X102462373Y-83551186D01* +X102595729Y-83551186D01* +X102595729Y-83918527D01* +X102856092Y-83918527D01* +X102871950Y-83918335D01* +X102887222Y-83917760D01* +X102901908Y-83916801D01* +X102916008Y-83915459D01* +X102929523Y-83913733D01* +X102942451Y-83911623D01* +X102954794Y-83909130D01* +X102966551Y-83906254D01* +X102977722Y-83902994D01* +X102988308Y-83899350D01* +X102998307Y-83895323D01* +X103007721Y-83890912D01* +X103016549Y-83886118D01* +X103028693Y-83878208D01* +X103039519Y-83869434D01* +X103049209Y-83859879D01* +X103057946Y-83849625D01* +X103065729Y-83838670D01* +X103072560Y-83827016D01* +X103078438Y-83814662D01* +X103083362Y-83801608D01* +X103087334Y-83787855D01* +X103089452Y-83778297D01* +X103091146Y-83768428D01* +X103092417Y-83758248D01* +X103093264Y-83747757D01* +X103093688Y-83736955D01* +X103093741Y-83731437D01* +X103093459Y-83719510D01* +X103092616Y-83707910D01* +X103091210Y-83696635D01* +X103089241Y-83685687D01* +X103086710Y-83675066D01* +X103083617Y-83664770D01* +X103079961Y-83654801D01* +X103075743Y-83645158D01* +X103070962Y-83635842D01* +X103065619Y-83626851D01* +X103061745Y-83621039D01* +X103055611Y-83612702D01* +X103049117Y-83604911D01* +X103042262Y-83597664D01* +X103035046Y-83590963D01* +X103024864Y-83582876D01* +X103014041Y-83575759D01* +X103002577Y-83569611D01* +X102993558Y-83565636D01* +X102984179Y-83562206D01* +X102977725Y-83560223D01* +X102965803Y-83557619D01* +X102954264Y-83555854D01* +X102944443Y-83554716D01* +X102933622Y-83553736D01* +X102921800Y-83552916D01* +X102908978Y-83552254D01* +X102895156Y-83551751D01* +X102885385Y-83551504D01* +X102875170Y-83551327D01* +X102864510Y-83551221D01* +X102853406Y-83551186D01* +X102595729Y-83551186D01* +X102462373Y-83551186D01* +X102462373Y-83433949D01* +X102842415Y-83433949D01* +X102854748Y-83433987D01* G37* G36* -X102391186Y-84069558D02* +X103345311Y-84184263D02* G01* -X102469149Y-84062963D01* -X102470319Y-84069979D01* -X102471668Y-84076773D01* -X102473195Y-84083346D01* -X102474901Y-84089699D01* -X102476785Y-84095830D01* -X102478848Y-84101741D01* -X102481090Y-84107430D01* -X102483510Y-84112899D01* -X102487476Y-84120687D01* -X102491843Y-84127979D01* -X102496612Y-84134773D01* -X102501783Y-84141070D01* -X102507355Y-84146870D01* -X102509302Y-84148692D01* -X102515325Y-84153826D01* -X102521576Y-84158454D01* -X102528057Y-84162577D01* -X102534767Y-84166196D01* -X102541706Y-84169309D01* -X102548875Y-84171918D01* -X102556273Y-84174021D01* -X102563900Y-84175620D01* -X102571756Y-84176714D01* -X102579842Y-84177303D01* -X102585360Y-84177415D01* -X102591982Y-84177254D01* -X102598475Y-84176770D01* -X102604841Y-84175963D01* -X102611078Y-84174833D01* -X102617187Y-84173380D01* -X102623168Y-84171604D01* -X102629021Y-84169505D01* -X102634745Y-84167084D01* -X102640342Y-84164340D01* -X102645810Y-84161272D01* -X102651149Y-84157882D01* -X102656361Y-84154170D01* -X102661444Y-84150134D01* -X102666399Y-84145775D01* -X102671226Y-84141094D01* -X102675925Y-84136090D01* -X102680432Y-84130819D01* -X102684649Y-84125339D01* -X102688575Y-84119649D01* -X102692210Y-84113750D01* -X102695554Y-84107642D01* -X102698607Y-84101324D01* -X102701370Y-84094796D01* -X102703842Y-84088059D01* -X102706023Y-84081113D01* -X102707913Y-84073956D01* -X102709512Y-84066591D01* -X102710821Y-84059016D01* -X102711839Y-84051231D01* -X102712566Y-84043237D01* -X102713002Y-84035033D01* -X102713147Y-84026620D01* -X102713008Y-84018612D01* -X102712589Y-84010818D01* -X102711890Y-84003238D01* -X102710913Y-83995873D01* -X102709655Y-83988721D01* -X102708119Y-83981784D01* -X102706303Y-83975060D01* -X102704208Y-83968551D01* -X102701834Y-83962256D01* -X102699180Y-83956175D01* -X102696247Y-83950308D01* -X102693034Y-83944655D01* -X102689542Y-83939216D01* -X102685771Y-83933992D01* -X102681720Y-83928981D01* -X102677390Y-83924184D01* -X102672852Y-83919642D01* -X102668142Y-83915392D01* -X102663258Y-83911435D01* -X102658202Y-83907771D01* -X102652973Y-83904401D01* -X102647570Y-83901323D01* -X102641995Y-83898539D01* -X102636247Y-83896048D01* -X102630327Y-83893849D01* -X102624233Y-83891944D01* -X102617966Y-83890332D01* -X102611527Y-83889013D01* -X102604915Y-83887988D01* -X102598130Y-83887255D01* -X102591172Y-83886815D01* -X102584041Y-83886669D01* -X102577397Y-83886818D01* -X102570874Y-83887266D01* -X102564472Y-83888013D01* -X102558191Y-83889059D01* -X102552032Y-83890404D01* -X102545993Y-83892047D01* -X102540076Y-83893990D01* -X102534279Y-83896231D01* -X102528604Y-83898771D01* -X102523050Y-83901610D01* -X102519414Y-83903668D01* -X102514109Y-83906918D01* -X102509021Y-83910348D01* -X102504149Y-83913959D01* -X102499493Y-83917750D01* -X102495054Y-83921721D01* -X102490831Y-83925873D01* -X102486824Y-83930205D01* -X102483034Y-83934717D01* -X102479460Y-83939410D01* -X102476103Y-83944283D01* -X102473985Y-83947632D01* -X102404376Y-83938546D01* -X102462847Y-83628748D01* -X102763413Y-83628748D01* -X102763413Y-83699090D01* -X102522198Y-83699090D01* -X102489665Y-83861463D01* -X102496500Y-83857133D01* -X102503374Y-83853082D01* -X102510289Y-83849311D01* -X102517243Y-83845819D01* -X102524238Y-83842607D01* -X102531273Y-83839673D01* -X102538348Y-83837019D01* -X102545462Y-83834645D01* -X102552617Y-83832550D01* -X102559812Y-83830734D01* -X102567048Y-83829198D01* -X102574323Y-83827941D01* -X102581638Y-83826963D01* -X102588993Y-83826264D01* -X102596389Y-83825845D01* -X102603824Y-83825706D01* -X102613619Y-83825921D01* -X102623221Y-83826567D01* -X102632629Y-83827643D01* -X102641844Y-83829150D01* -X102650865Y-83831087D01* -X102659693Y-83833454D01* -X102668327Y-83836252D01* -X102676767Y-83839481D01* -X102685015Y-83843140D01* -X102693068Y-83847230D01* -X102700929Y-83851750D01* -X102708595Y-83856700D01* -X102716069Y-83862081D01* -X102723348Y-83867893D01* -X102730435Y-83874134D01* -X102737327Y-83880807D01* -X102743929Y-83887800D01* -X102750104Y-83895040D01* -X102755854Y-83902528D01* -X102761178Y-83910263D01* -X102766076Y-83918245D01* -X102770547Y-83926474D01* -X102774594Y-83934951D01* -X102778214Y-83943675D01* -X102781408Y-83952646D01* -X102784176Y-83961865D01* -X102786519Y-83971331D01* -X102788435Y-83981044D01* -X102789926Y-83991005D01* -X102790991Y-84001213D01* -X102791629Y-84011668D01* -X102791842Y-84022370D01* -X102791656Y-84032577D01* -X102791096Y-84042609D01* -X102790163Y-84052466D01* -X102788857Y-84062148D01* -X102787177Y-84071655D01* -X102785124Y-84080986D01* -X102782698Y-84090142D01* -X102779899Y-84099123D01* -X102776726Y-84107929D01* -X102773181Y-84116560D01* -X102769262Y-84125016D01* -X102764970Y-84133296D01* -X102760304Y-84141401D01* -X102755266Y-84149331D01* -X102749854Y-84157086D01* -X102744069Y-84164666D01* -X102736631Y-84173592D01* -X102728862Y-84181942D01* -X102720763Y-84189717D01* -X102712332Y-84196915D01* -X102703571Y-84203538D01* -X102694479Y-84209584D01* -X102685056Y-84215055D01* -X102675302Y-84219950D01* -X102665217Y-84224269D01* -X102654802Y-84228013D01* -X102644055Y-84231180D01* -X102632978Y-84233771D01* -X102621569Y-84235787D01* -X102615741Y-84236579D01* -X102609830Y-84237227D01* -X102603837Y-84237731D01* -X102597760Y-84238090D01* -X102591601Y-84238306D01* -X102585360Y-84238378D01* -X102575165Y-84238198D01* -X102565207Y-84237657D01* -X102555487Y-84236756D01* -X102546003Y-84235493D01* -X102536756Y-84233870D01* -X102527746Y-84231887D01* -X102518974Y-84229543D01* -X102510438Y-84226838D01* -X102502139Y-84223773D01* -X102494078Y-84220346D01* -X102486253Y-84216560D01* -X102478665Y-84212412D01* -X102471314Y-84207904D01* -X102464201Y-84203036D01* -X102457324Y-84197806D01* -X102450684Y-84192217D01* -X102444355Y-84186311D01* -X102438374Y-84180170D01* -X102432741Y-84173795D01* -X102427457Y-84167185D01* -X102422520Y-84160340D01* -X102417931Y-84153261D01* -X102413690Y-84145946D01* -X102409798Y-84138398D01* -X102406253Y-84130614D01* -X102403057Y-84122596D01* -X102400208Y-84114343D01* -X102397708Y-84105855D01* -X102395555Y-84097133D01* -X102393751Y-84088176D01* -X102392295Y-84078984D01* -X102391186Y-84069558D01* +X103475248Y-84173272D01* +X103477198Y-84184965D01* +X103479446Y-84196288D01* +X103481991Y-84207244D01* +X103484834Y-84217831D01* +X103487975Y-84228050D01* +X103491414Y-84237901D01* +X103495150Y-84247384D01* +X103499184Y-84256498D01* +X103505793Y-84269479D01* +X103513071Y-84281631D01* +X103521020Y-84292955D01* +X103529638Y-84303450D01* +X103538926Y-84313116D01* +X103542170Y-84316154D01* +X103552208Y-84324710D01* +X103562627Y-84332423D01* +X103573428Y-84339295D01* +X103584611Y-84345326D01* +X103596177Y-84350515D01* +X103608125Y-84354863D01* +X103620454Y-84358369D01* +X103633166Y-84361034D01* +X103646260Y-84362857D01* +X103659736Y-84363839D01* +X103668933Y-84364026D01* +X103679969Y-84363757D01* +X103690792Y-84362950D01* +X103701402Y-84361605D01* +X103711797Y-84359721D01* +X103721979Y-84357300D01* +X103731947Y-84354340D01* +X103741702Y-84350843D01* +X103751242Y-84346807D01* +X103760569Y-84342233D01* +X103769683Y-84337121D01* +X103778582Y-84331471D01* +X103787268Y-84325283D01* +X103795740Y-84318557D01* +X103803999Y-84311292D01* +X103812044Y-84303490D01* +X103819875Y-84295150D01* +X103827387Y-84286365D01* +X103834415Y-84277232D01* +X103840958Y-84267749D01* +X103847016Y-84257918D01* +X103852590Y-84247737D01* +X103857679Y-84237207D01* +X103862283Y-84226327D01* +X103866403Y-84215099D01* +X103870038Y-84203521D01* +X103873188Y-84191594D01* +X103875854Y-84179318D01* +X103878035Y-84166693D01* +X103879731Y-84153719D01* +X103880943Y-84140395D01* +X103881670Y-84126722D01* +X103881912Y-84112700D01* +X103881679Y-84099354D01* +X103880981Y-84086364D01* +X103879817Y-84073731D01* +X103878188Y-84061455D01* +X103876092Y-84049536D01* +X103873532Y-84037973D01* +X103870505Y-84026768D01* +X103867013Y-84015919D01* +X103863056Y-84005427D01* +X103858633Y-83995292D01* +X103853744Y-83985514D01* +X103848390Y-83976092D01* +X103842570Y-83967027D01* +X103836285Y-83958320D01* +X103829534Y-83949969D01* +X103822317Y-83941974D01* +X103814754Y-83934403D01* +X103806903Y-83927320D01* +X103798764Y-83920725D01* +X103790336Y-83914619D01* +X103781621Y-83909002D01* +X103772617Y-83903872D01* +X103763326Y-83899232D01* +X103753746Y-83895080D01* +X103743878Y-83891416D01* +X103733722Y-83888241D01* +X103723277Y-83885554D01* +X103712545Y-83883356D01* +X103701525Y-83881646D01* +X103690216Y-83880425D01* +X103678619Y-83879692D01* +X103666734Y-83879448D01* +X103655661Y-83879697D01* +X103644790Y-83880444D01* +X103634120Y-83881689D01* +X103623652Y-83883432D01* +X103613386Y-83885674D01* +X103603322Y-83888413D01* +X103593459Y-83891650D01* +X103583799Y-83895385D01* +X103574340Y-83899618D01* +X103565083Y-83904350D01* +X103559023Y-83907780D01* +X103550182Y-83913197D01* +X103541701Y-83918914D01* +X103533581Y-83924932D01* +X103525821Y-83931251D01* +X103518423Y-83937869D01* +X103511384Y-83944789D01* +X103504707Y-83952009D01* +X103498390Y-83959529D01* +X103492434Y-83967350D01* +X103486838Y-83975472D01* +X103483308Y-83981053D01* +X103367293Y-83965910D01* +X103464745Y-83449581D01* +X103965688Y-83449581D01* +X103965688Y-83566817D01* +X103563664Y-83566817D01* +X103509442Y-83837438D01* +X103520833Y-83830222D01* +X103532290Y-83823471D01* +X103543814Y-83817185D01* +X103555405Y-83811366D01* +X103567063Y-83806011D01* +X103578788Y-83801123D01* +X103590579Y-83796699D01* +X103602437Y-83792742D01* +X103614362Y-83789250D01* +X103626354Y-83786224D01* +X103638413Y-83783663D01* +X103650538Y-83781568D01* +X103662730Y-83779938D01* +X103674989Y-83778774D01* +X103687315Y-83778076D01* +X103699707Y-83777843D01* +X103716032Y-83778202D01* +X103732035Y-83779278D01* +X103747715Y-83781072D01* +X103763073Y-83783583D01* +X103778108Y-83786811D01* +X103792821Y-83790758D01* +X103807211Y-83795421D01* +X103821279Y-83800802D01* +X103835024Y-83806900D01* +X103848447Y-83813716D01* +X103861548Y-83821250D01* +X103874325Y-83829501D01* +X103886781Y-83838469D01* +X103898914Y-83848155D01* +X103910724Y-83858558D01* +X103922212Y-83869678D01* +X103933215Y-83881333D01* +X103943507Y-83893401D01* +X103953090Y-83905880D01* +X103961963Y-83918771D01* +X103970126Y-83932075D01* +X103977579Y-83945791D01* +X103984323Y-83959919D01* +X103990356Y-83974459D01* +X103995680Y-83989411D01* +X104000294Y-84004775D01* +X104004198Y-84020552D01* +X104007392Y-84036741D01* +X104009876Y-84053341D01* +X104011651Y-84070355D01* +X104012716Y-84087780D01* +X104013071Y-84105617D01* +X104012760Y-84122629D01* +X104011827Y-84139349D01* +X104010271Y-84155778D01* +X104008094Y-84171914D01* +X104005295Y-84187758D01* +X104001874Y-84203310D01* +X103997830Y-84218571D01* +X103993165Y-84233539D01* +X103987877Y-84248216D01* +X103981968Y-84262600D01* +X103975436Y-84276693D01* +X103968283Y-84290494D01* +X103960507Y-84304002D01* +X103952109Y-84317219D01* +X103943089Y-84330144D01* +X103933448Y-84342777D01* +X103921051Y-84357654D01* +X103908103Y-84371571D01* +X103894604Y-84384528D01* +X103880554Y-84396526D01* +X103865952Y-84407563D01* +X103850798Y-84417641D01* +X103835093Y-84426759D01* +X103818837Y-84434918D01* +X103802029Y-84442116D01* +X103784669Y-84448355D01* +X103766758Y-84453634D01* +X103748296Y-84457953D01* +X103729282Y-84461312D01* +X103719569Y-84462632D01* +X103709717Y-84463711D01* +X103699728Y-84464551D01* +X103689601Y-84465151D01* +X103679335Y-84465511D01* +X103668933Y-84465631D01* +X103651941Y-84465331D01* +X103635345Y-84464429D01* +X103619144Y-84462926D01* +X103603338Y-84460823D01* +X103587927Y-84458118D01* +X103572911Y-84454812D01* +X103558290Y-84450905D01* +X103544063Y-84446397D01* +X103530232Y-84441288D01* +X103516796Y-84435578D01* +X103503755Y-84429267D01* +X103491108Y-84422354D01* +X103478857Y-84414841D01* +X103467001Y-84406727D01* +X103455540Y-84398011D01* +X103444473Y-84388695D01* +X103433925Y-84378851D01* +X103423957Y-84368617D01* +X103414569Y-84357992D01* +X103405761Y-84346975D01* +X103397533Y-84335567D01* +X103389885Y-84323768D01* +X103382817Y-84311578D01* +X103376330Y-84298996D01* +X103370422Y-84286024D01* +X103365094Y-84272660D01* +X103360347Y-84258905D01* +X103356180Y-84244759D01* +X103352592Y-84230222D01* +X103349585Y-84215294D01* +X103347158Y-84199974D01* +X103345311Y-84184263D01* G37* G36* -X96373968Y-120039434D02* +X90101000Y-102933988D02* G01* -X96383608Y-120039628D01* -X96392946Y-120039952D01* -X96401982Y-120040404D01* -X96410715Y-120040987D01* -X96419146Y-120041698D01* -X96427274Y-120042539D01* -X96435101Y-120043509D01* -X96442625Y-120044609D01* -X96449847Y-120045838D01* -X96456767Y-120047196D01* -X96463384Y-120048684D01* -X96469699Y-120050301D01* -X96475712Y-120052048D01* -X96481423Y-120053924D01* -X96486832Y-120055929D01* -X96494568Y-120059229D01* -X96502006Y-120062975D01* -X96509145Y-120067167D01* -X96515985Y-120071804D01* -X96522526Y-120076887D01* -X96528769Y-120082415D01* -X96534713Y-120088390D01* -X96540357Y-120094809D01* -X96545703Y-120101675D01* -X96549101Y-120106499D01* -X96552367Y-120111522D01* -X96553949Y-120114108D01* -X96557002Y-120119362D01* -X96559857Y-120124684D01* -X96562516Y-120130074D01* -X96564977Y-120135531D01* -X96567242Y-120141055D01* -X96569309Y-120146648D01* -X96571180Y-120152307D01* -X96572854Y-120158035D01* -X96574331Y-120163830D01* -X96575611Y-120169692D01* -X96576694Y-120175622D01* -X96577580Y-120181619D01* -X96578269Y-120187684D01* -X96578762Y-120193817D01* -X96579057Y-120200017D01* -X96579155Y-120206285D01* -X96578993Y-120214356D01* -X96578505Y-120222268D01* -X96577692Y-120230018D01* -X96576554Y-120237609D01* -X96575091Y-120245039D01* -X96573303Y-120252309D01* -X96571189Y-120259419D01* -X96568751Y-120266369D01* -X96565987Y-120273158D01* -X96562898Y-120279787D01* -X96559484Y-120286255D01* -X96555745Y-120292564D01* -X96551680Y-120298712D01* -X96547291Y-120304700D01* -X96542576Y-120310527D01* -X96537536Y-120316194D01* -X96532157Y-120321636D01* -X96526424Y-120326826D01* -X96520337Y-120331762D01* -X96513897Y-120336445D01* -X96507102Y-120340875D01* -X96499954Y-120345052D01* -X96492452Y-120348976D01* -X96484597Y-120352647D01* -X96476387Y-120356066D01* -X96467824Y-120359231D01* -X96458907Y-120362143D01* -X96449636Y-120364802D01* -X96440012Y-120367208D01* -X96430034Y-120369361D01* -X96419702Y-120371260D01* -X96409016Y-120372907D01* -X96414818Y-120375787D01* -X96420355Y-120378657D01* -X96425627Y-120381516D01* -X96432243Y-120385313D01* -X96438388Y-120389091D01* -X96444061Y-120392851D01* -X96449262Y-120396592D01* -X96453992Y-120400315D01* -X96457229Y-120403096D01* -X96461593Y-120407207D01* -X96465926Y-120411442D01* -X96470230Y-120415802D01* -X96474503Y-120420287D01* -X96478748Y-120424897D01* -X96482962Y-120429632D01* -X96487146Y-120434492D01* -X96491301Y-120439476D01* -X96495426Y-120444585D01* -X96499522Y-120449819D01* -X96503587Y-120455177D01* -X96507623Y-120460661D01* -X96511629Y-120466269D01* -X96515605Y-120472002D01* -X96519551Y-120477860D01* -X96523468Y-120483842D01* -X96628688Y-120649000D01* -X96528011Y-120649000D01* -X96448143Y-120522677D01* -X96443814Y-120515945D01* -X96439580Y-120509412D01* -X96435442Y-120503081D01* -X96431401Y-120496949D01* -X96427455Y-120491018D01* -X96423606Y-120485287D01* -X96419853Y-120479757D01* -X96416197Y-120474427D01* -X96412636Y-120469297D01* -X96409171Y-120464368D01* -X96404155Y-120457350D01* -X96399355Y-120450782D01* -X96394772Y-120444665D01* -X96390404Y-120439000D01* -X96386188Y-120433712D01* -X96382057Y-120428732D01* -X96378010Y-120424057D01* -X96374049Y-120419690D01* -X96368899Y-120414343D01* -X96363900Y-120409542D01* -X96359053Y-120405285D01* -X96354357Y-120401573D01* -X96349811Y-120398406D01* -X96344206Y-120394960D01* -X96338566Y-120391858D01* -X96332889Y-120389098D01* -X96327177Y-120386683D01* -X96321429Y-120384610D01* -X96315645Y-120382882D01* -X96313321Y-120382286D01* -X96306531Y-120381144D01* -X96300668Y-120380500D01* -X96293961Y-120379999D01* -X96287986Y-120379702D01* -X96281472Y-120379496D01* -X96274417Y-120379381D01* -X96268772Y-120379355D01* -X96176008Y-120379355D01* -X96176008Y-120649000D01* -X96096141Y-120649000D01* -X96096141Y-120107367D01* -X96176008Y-120107367D01* -X96176008Y-120311358D01* -X96347906Y-120311358D01* -X96354664Y-120311313D01* -X96361235Y-120311177D01* -X96367619Y-120310951D01* -X96373817Y-120310635D01* -X96379829Y-120310228D01* -X96388496Y-120309448D01* -X96396743Y-120308464D01* -X96404570Y-120307277D01* -X96411977Y-120305886D01* -X96418964Y-120304292D01* -X96425532Y-120302494D01* -X96431680Y-120300493D01* -X96433635Y-120299781D01* -X96439303Y-120297489D01* -X96444711Y-120294955D01* -X96451516Y-120291200D01* -X96457858Y-120287014D01* -X96463739Y-120282398D01* -X96469156Y-120277352D01* -X96474111Y-120271874D01* -X96478604Y-120265967D01* -X96480677Y-120262852D01* -X96484455Y-120256408D01* -X96487729Y-120249827D01* -X96490500Y-120243109D01* -X96492767Y-120236254D01* -X96494530Y-120229261D01* -X96495789Y-120222130D01* -X96496545Y-120214862D01* -X96496797Y-120207457D01* -X96496522Y-120199406D01* -X96495699Y-120191627D01* -X96494328Y-120184121D01* -X96492407Y-120176889D01* -X96489938Y-120169929D01* -X96486920Y-120163243D01* -X96483354Y-120156829D01* -X96479239Y-120150689D01* -X96474575Y-120144822D01* -X96469362Y-120139228D01* -X96465582Y-120135650D01* -X96459439Y-120130595D01* -X96452660Y-120126038D01* -X96445244Y-120121978D01* -X96437191Y-120118415D01* -X96431470Y-120116316D01* -X96425466Y-120114437D01* -X96419178Y-120112780D01* -X96412608Y-120111344D01* -X96405756Y-120110129D01* -X96398620Y-120109134D01* -X96391202Y-120108361D01* -X96383501Y-120107808D01* -X96375517Y-120107477D01* -X96367250Y-120107367D01* -X96176008Y-120107367D01* -X96096141Y-120107367D01* -X96096141Y-120039369D01* -X96364026Y-120039369D01* -X96373968Y-120039434D01* +X89974677Y-103013856D01* +X89967945Y-103018185D01* +X89961412Y-103022419D01* +X89955081Y-103026557D01* +X89948949Y-103030598D01* +X89943018Y-103034544D01* +X89937287Y-103038393D01* +X89931757Y-103042146D01* +X89926427Y-103045802D01* +X89921297Y-103049363D01* +X89916368Y-103052828D01* +X89909350Y-103057844D01* +X89902782Y-103062644D01* +X89896665Y-103067227D01* +X89891000Y-103071595D01* +X89885712Y-103075811D01* +X89880732Y-103079942D01* +X89876057Y-103083989D01* +X89871690Y-103087950D01* +X89866343Y-103093100D01* +X89861542Y-103098099D01* +X89857285Y-103102946D01* +X89853573Y-103107642D01* +X89850406Y-103112188D01* +X89846960Y-103117793D01* +X89843858Y-103123433D01* +X89841098Y-103129110D01* +X89838683Y-103134822D01* +X89836610Y-103140570D01* +X89834882Y-103146354D01* +X89834286Y-103148678D01* +X89833144Y-103155468D01* +X89832500Y-103161331D01* +X89831999Y-103168038D01* +X89831702Y-103174013D01* +X89831496Y-103180527D01* +X89831381Y-103187582D01* +X89831355Y-103193227D01* +X89831355Y-103285991D01* +X90101000Y-103285991D01* +X90101000Y-103365858D01* +X89491369Y-103365858D01* +X89491369Y-103285991D01* +X89559367Y-103285991D01* +X89763358Y-103285991D01* +X89763358Y-103114093D01* +X89763313Y-103107335D01* +X89763177Y-103100764D01* +X89762951Y-103094380D01* +X89762635Y-103088182D01* +X89762228Y-103082170D01* +X89761448Y-103073503D01* +X89760464Y-103065256D01* +X89759277Y-103057429D01* +X89757886Y-103050022D01* +X89756292Y-103043035D01* +X89754494Y-103036467D01* +X89752493Y-103030319D01* +X89751781Y-103028364D01* +X89749489Y-103022696D01* +X89746955Y-103017288D01* +X89743200Y-103010483D01* +X89739014Y-103004141D01* +X89734398Y-102998260D01* +X89729352Y-102992843D01* +X89723874Y-102987888D01* +X89717967Y-102983395D01* +X89714852Y-102981322D01* +X89708408Y-102977544D01* +X89701827Y-102974270D01* +X89695109Y-102971499D01* +X89688254Y-102969232D01* +X89681261Y-102967469D01* +X89674130Y-102966210D01* +X89666862Y-102965454D01* +X89659457Y-102965202D01* +X89651406Y-102965477D01* +X89643627Y-102966300D01* +X89636121Y-102967671D01* +X89628889Y-102969592D01* +X89621929Y-102972061D01* +X89615243Y-102975079D01* +X89608829Y-102978645D01* +X89602689Y-102982760D01* +X89596822Y-102987424D01* +X89591228Y-102992637D01* +X89587650Y-102996417D01* +X89582595Y-103002560D01* +X89578038Y-103009339D01* +X89573978Y-103016755D01* +X89570415Y-103024808D01* +X89568316Y-103030529D01* +X89566437Y-103036533D01* +X89564780Y-103042821D01* +X89563344Y-103049391D01* +X89562129Y-103056243D01* +X89561134Y-103063379D01* +X89560361Y-103070797D01* +X89559808Y-103078498D01* +X89559477Y-103086482D01* +X89559367Y-103094749D01* +X89559367Y-103285991D01* +X89491369Y-103285991D01* +X89491369Y-103097973D01* +X89491434Y-103088031D01* +X89491628Y-103078391D01* +X89491952Y-103069053D01* +X89492404Y-103060017D01* +X89492987Y-103051284D01* +X89493698Y-103042853D01* +X89494539Y-103034725D01* +X89495509Y-103026898D01* +X89496609Y-103019374D01* +X89497838Y-103012152D01* +X89499196Y-103005232D01* +X89500684Y-102998615D01* +X89502301Y-102992300D01* +X89504048Y-102986287D01* +X89505924Y-102980576D01* +X89507929Y-102975167D01* +X89511229Y-102967431D01* +X89514975Y-102959993D01* +X89519167Y-102952854D01* +X89523804Y-102946014D01* +X89528887Y-102939473D01* +X89534415Y-102933230D01* +X89540390Y-102927286D01* +X89546809Y-102921642D01* +X89553675Y-102916296D01* +X89558499Y-102912898D01* +X89563522Y-102909632D01* +X89566108Y-102908050D01* +X89571362Y-102904997D01* +X89576684Y-102902142D01* +X89582074Y-102899483D01* +X89587531Y-102897022D01* +X89593055Y-102894757D01* +X89598648Y-102892690D01* +X89604307Y-102890819D01* +X89610035Y-102889145D01* +X89615830Y-102887668D01* +X89621692Y-102886388D01* +X89627622Y-102885305D01* +X89633619Y-102884419D01* +X89639684Y-102883730D01* +X89645817Y-102883237D01* +X89652017Y-102882942D01* +X89658285Y-102882844D01* +X89666356Y-102883006D01* +X89674268Y-102883494D01* +X89682018Y-102884307D01* +X89689609Y-102885445D01* +X89697039Y-102886908D01* +X89704309Y-102888696D01* +X89711419Y-102890810D01* +X89718369Y-102893248D01* +X89725158Y-102896012D01* +X89731787Y-102899101D01* +X89738255Y-102902515D01* +X89744564Y-102906254D01* +X89750712Y-102910319D01* +X89756700Y-102914708D01* +X89762527Y-102919423D01* +X89768194Y-102924463D01* +X89773636Y-102929842D01* +X89778826Y-102935575D01* +X89783762Y-102941662D01* +X89788445Y-102948102D01* +X89792875Y-102954897D01* +X89797052Y-102962045D01* +X89800976Y-102969547D01* +X89804647Y-102977402D01* +X89808066Y-102985612D01* +X89811231Y-102994175D01* +X89814143Y-103003092D01* +X89816802Y-103012363D01* +X89819208Y-103021987D01* +X89821361Y-103031965D01* +X89823260Y-103042297D01* +X89824907Y-103052983D01* +X89827787Y-103047181D01* +X89830657Y-103041644D01* +X89833516Y-103036372D01* +X89837313Y-103029756D01* +X89841091Y-103023611D01* +X89844851Y-103017938D01* +X89848592Y-103012737D01* +X89852315Y-103008007D01* +X89855096Y-103004770D01* +X89859207Y-103000406D01* +X89863442Y-102996073D01* +X89867802Y-102991769D01* +X89872287Y-102987496D01* +X89876897Y-102983251D01* +X89881632Y-102979037D01* +X89886492Y-102974853D01* +X89891476Y-102970698D01* +X89896585Y-102966573D01* +X89901819Y-102962477D01* +X89907177Y-102958412D01* +X89912661Y-102954376D01* +X89918269Y-102950370D01* +X89924002Y-102946394D01* +X89929860Y-102942448D01* +X89935842Y-102938531D01* +X90101000Y-102833311D01* +X90101000Y-102933988D01* G37* G36* -X96950356Y-120649000D02* +X90101000Y-102511643D02* G01* -X96876204Y-120649000D01* -X96876204Y-120173898D01* -X96871028Y-120178762D01* -X96865559Y-120183625D01* -X96859797Y-120188489D01* -X96853741Y-120193352D01* -X96847391Y-120198216D01* -X96840747Y-120203079D01* -X96833810Y-120207943D01* -X96826579Y-120212806D01* -X96821596Y-120216049D01* -X96816482Y-120219291D01* -X96811237Y-120222533D01* -X96805862Y-120225775D01* -X96800456Y-120228949D01* -X96795120Y-120232022D01* -X96789854Y-120234994D01* -X96784658Y-120237866D01* -X96776995Y-120241984D01* -X96769489Y-120245875D01* -X96762140Y-120249540D01* -X96754948Y-120252978D01* -X96747914Y-120256189D01* -X96741036Y-120259174D01* -X96734316Y-120261932D01* -X96727753Y-120264464D01* -X96727753Y-120189432D01* -X96735477Y-120185758D01* -X96743078Y-120181988D01* -X96750557Y-120178124D01* -X96757914Y-120174164D01* -X96765148Y-120170109D01* -X96772259Y-120165960D01* -X96779248Y-120161715D01* -X96786115Y-120157375D01* -X96792859Y-120152941D01* -X96799480Y-120148411D01* -X96805979Y-120143786D01* -X96812355Y-120139066D01* -X96818609Y-120134251D01* -X96824741Y-120129342D01* -X96830750Y-120124337D01* -X96836636Y-120119237D01* -X96842355Y-120114099D01* -X96847861Y-120108981D01* -X96853153Y-120103882D01* -X96858233Y-120098803D01* -X96863100Y-120093743D01* -X96867754Y-120088703D01* -X96872195Y-120083682D01* -X96876423Y-120078680D01* -X96880438Y-120073698D01* -X96884241Y-120068736D01* -X96887830Y-120063793D01* -X96891206Y-120058869D01* -X96895871Y-120051520D01* -X96900057Y-120044215D01* -X96902582Y-120039369D01* -X96950356Y-120039369D01* -X96950356Y-120649000D01* +X90101000Y-102585795D01* +X89625898Y-102585795D01* +X89630762Y-102590971D01* +X89635625Y-102596440D01* +X89640489Y-102602202D01* +X89645352Y-102608258D01* +X89650216Y-102614608D01* +X89655079Y-102621252D01* +X89659943Y-102628189D01* +X89664806Y-102635420D01* +X89668049Y-102640403D01* +X89671291Y-102645517D01* +X89674533Y-102650762D01* +X89677775Y-102656137D01* +X89680949Y-102661543D01* +X89684022Y-102666879D01* +X89686994Y-102672145D01* +X89689866Y-102677341D01* +X89693984Y-102685004D01* +X89697875Y-102692510D01* +X89701540Y-102699859D01* +X89704978Y-102707051D01* +X89708189Y-102714085D01* +X89711174Y-102720963D01* +X89713932Y-102727683D01* +X89716464Y-102734246D01* +X89641432Y-102734246D01* +X89637758Y-102726522D01* +X89633988Y-102718921D01* +X89630124Y-102711442D01* +X89626164Y-102704085D01* +X89622109Y-102696851D01* +X89617960Y-102689740D01* +X89613715Y-102682751D01* +X89609375Y-102675884D01* +X89604941Y-102669140D01* +X89600411Y-102662519D01* +X89595786Y-102656020D01* +X89591066Y-102649644D01* +X89586251Y-102643390D01* +X89581342Y-102637258D01* +X89576337Y-102631249D01* +X89571237Y-102625363D01* +X89566099Y-102619644D01* +X89560981Y-102614138D01* +X89555882Y-102608846D01* +X89550803Y-102603766D01* +X89545743Y-102598899D01* +X89540703Y-102594245D01* +X89535682Y-102589804D01* +X89530680Y-102585576D01* +X89525698Y-102581561D01* +X89520736Y-102577758D01* +X89515793Y-102574169D01* +X89510869Y-102570793D01* +X89503520Y-102566128D01* +X89496215Y-102561942D01* +X89491369Y-102559417D01* +X89491369Y-102511643D01* +X90101000Y-102511643D01* G37* G36* -X97143063Y-120119090D02* +X89571090Y-102318936D02* G01* -X97143063Y-120048748D01* -X97534194Y-120048748D01* -X97534194Y-120106487D01* -X97526980Y-120114377D01* -X97519775Y-120122584D01* -X97512578Y-120131110D01* -X97505388Y-120139955D01* -X97498207Y-120149117D01* -X97494619Y-120153818D01* -X97491034Y-120158598D01* -X97487450Y-120163458D01* -X97483868Y-120168397D01* -X97480289Y-120173416D01* -X97476711Y-120178515D01* -X97473136Y-120183693D01* -X97469562Y-120188950D01* -X97465990Y-120194287D01* -X97462421Y-120199704D01* -X97458853Y-120205200D01* -X97455287Y-120210776D01* -X97451724Y-120216432D01* -X97448162Y-120222167D01* -X97444603Y-120227981D01* -X97441045Y-120233876D01* -X97437489Y-120239849D01* -X97433936Y-120245903D01* -X97430384Y-120252036D01* -X97426835Y-120258248D01* -X97423287Y-120264540D01* -X97419742Y-120270912D01* -X97416231Y-120277320D01* -X97412771Y-120283739D01* -X97409361Y-120290171D01* -X97406001Y-120296614D01* -X97402691Y-120303069D01* -X97399431Y-120309536D01* -X97396221Y-120316015D01* -X97393061Y-120322505D01* -X97389951Y-120329007D01* -X97386892Y-120335520D01* -X97383882Y-120342046D01* -X97380923Y-120348583D01* -X97378014Y-120355132D01* -X97375154Y-120361693D01* -X97372345Y-120368265D01* -X97369586Y-120374849D01* -X97366877Y-120381445D01* -X97364218Y-120388053D01* -X97361610Y-120394672D01* -X97359051Y-120401303D01* -X97356542Y-120407946D01* -X97354084Y-120414600D01* -X97351675Y-120421266D01* -X97349317Y-120427944D01* -X97347009Y-120434634D01* -X97344751Y-120441336D01* -X97342543Y-120448049D01* -X97340385Y-120454774D01* -X97338277Y-120461510D01* -X97336219Y-120468259D01* -X97334211Y-120475019D01* -X97332254Y-120481791D01* -X97329532Y-120491391D01* -X97326937Y-120501105D01* -X97324467Y-120510932D01* -X97322124Y-120520873D01* -X97319906Y-120530927D01* -X97317814Y-120541094D01* -X97315849Y-120551374D01* -X97314009Y-120561768D01* -X97312295Y-120572275D01* -X97310707Y-120582896D01* -X97309245Y-120593630D01* -X97307909Y-120604477D01* -X97306699Y-120615438D01* -X97305614Y-120626512D01* -X97304656Y-120637699D01* -X97303824Y-120649000D01* -X97227474Y-120649000D01* -X97227737Y-120639888D01* -X97228199Y-120630544D01* -X97228859Y-120620966D01* -X97229718Y-120611154D01* -X97230774Y-120601109D01* -X97232028Y-120590830D01* -X97233480Y-120580318D01* -X97235131Y-120569572D01* -X97236979Y-120558592D01* -X97239025Y-120547379D01* -X97241270Y-120535933D01* -X97242467Y-120530122D01* -X97243713Y-120524252D01* -X97245008Y-120518325D01* -X97246353Y-120512339D01* -X97247748Y-120506294D01* -X97249192Y-120500191D01* -X97250686Y-120494030D01* -X97252229Y-120487811D01* -X97253822Y-120481533D01* -X97255464Y-120475196D01* -X97257163Y-120468829D01* -X97258907Y-120462476D01* -X97260697Y-120456138D01* -X97262532Y-120449814D01* -X97264413Y-120443505D01* -X97266340Y-120437211D01* -X97268312Y-120430931D01* -X97270329Y-120424665D01* -X97272392Y-120418415D01* -X97274500Y-120412179D01* -X97276654Y-120405957D01* -X97278854Y-120399750D01* -X97281099Y-120393558D01* -X97283389Y-120387380D01* -X97285725Y-120381217D01* -X97288107Y-120375069D01* -X97290534Y-120368935D01* -X97293006Y-120362816D01* -X97295524Y-120356711D01* -X97298088Y-120350621D01* -X97300697Y-120344545D01* -X97303352Y-120338485D01* -X97306052Y-120332438D01* -X97308797Y-120326407D01* -X97311588Y-120320389D01* -X97314425Y-120314387D01* -X97317307Y-120308399D01* -X97320235Y-120302426D01* -X97323208Y-120296467D01* -X97326226Y-120290523D01* -X97329291Y-120284593D01* -X97332400Y-120278678D01* -X97335539Y-120272791D01* -X97338690Y-120266961D01* -X97341853Y-120261190D01* -X97345028Y-120255476D01* -X97348216Y-120249821D01* -X97351416Y-120244224D01* -X97354629Y-120238685D01* -X97357853Y-120233204D01* -X97361090Y-120227781D01* -X97364340Y-120222416D01* -X97367601Y-120217109D01* -X97370875Y-120211861D01* -X97374162Y-120206670D01* -X97377460Y-120201538D01* -X97380771Y-120196463D01* -X97384094Y-120191447D01* -X97387430Y-120186489D01* -X97390778Y-120181589D01* -X97394138Y-120176747D01* -X97400895Y-120167238D01* -X97407701Y-120157961D01* -X97414557Y-120148916D01* -X97421462Y-120140104D01* -X97428416Y-120131524D01* -X97435419Y-120123177D01* -X97438939Y-120119090D01* -X97143063Y-120119090D01* +X89500748Y-102318936D01* +X89500748Y-101927805D01* +X89558487Y-101927805D01* +X89566377Y-101935019D01* +X89574584Y-101942224D01* +X89583110Y-101949421D01* +X89591955Y-101956611D01* +X89601117Y-101963792D01* +X89605818Y-101967380D01* +X89610598Y-101970965D01* +X89615458Y-101974549D01* +X89620397Y-101978131D01* +X89625416Y-101981710D01* +X89630515Y-101985288D01* +X89635693Y-101988863D01* +X89640950Y-101992437D01* +X89646287Y-101996009D01* +X89651704Y-101999578D01* +X89657200Y-102003146D01* +X89662776Y-102006712D01* +X89668432Y-102010275D01* +X89674167Y-102013837D01* +X89679981Y-102017396D01* +X89685876Y-102020954D01* +X89691849Y-102024510D01* +X89697903Y-102028063D01* +X89704036Y-102031615D01* +X89710248Y-102035164D01* +X89716540Y-102038712D01* +X89722912Y-102042257D01* +X89729320Y-102045768D01* +X89735739Y-102049228D01* +X89742171Y-102052638D01* +X89748614Y-102055998D01* +X89755069Y-102059308D01* +X89761536Y-102062568D01* +X89768015Y-102065778D01* +X89774505Y-102068938D01* +X89781007Y-102072048D01* +X89787520Y-102075107D01* +X89794046Y-102078117D01* +X89800583Y-102081076D01* +X89807132Y-102083985D01* +X89813693Y-102086845D01* +X89820265Y-102089654D01* +X89826849Y-102092413D01* +X89833445Y-102095122D01* +X89840053Y-102097781D01* +X89846672Y-102100389D01* +X89853303Y-102102948D01* +X89859946Y-102105457D01* +X89866600Y-102107915D01* +X89873266Y-102110324D01* +X89879944Y-102112682D01* +X89886634Y-102114990D01* +X89893336Y-102117248D01* +X89900049Y-102119456D01* +X89906774Y-102121614D01* +X89913510Y-102123722D01* +X89920259Y-102125780D01* +X89927019Y-102127788D01* +X89933791Y-102129745D01* +X89943391Y-102132467D01* +X89953105Y-102135062D01* +X89962932Y-102137532D01* +X89972873Y-102139875D01* +X89982927Y-102142093D01* +X89993094Y-102144185D01* +X90003374Y-102146150D01* +X90013768Y-102147990D01* +X90024275Y-102149704D01* +X90034896Y-102151292D01* +X90045630Y-102152754D01* +X90056477Y-102154090D01* +X90067438Y-102155300D01* +X90078512Y-102156385D01* +X90089699Y-102157343D01* +X90101000Y-102158175D01* +X90101000Y-102234525D01* +X90091888Y-102234262D01* +X90082544Y-102233800D01* +X90072966Y-102233140D01* +X90063154Y-102232281D01* +X90053109Y-102231225D01* +X90042830Y-102229971D01* +X90032318Y-102228519D01* +X90021572Y-102226868D01* +X90010592Y-102225020D01* +X89999379Y-102222974D01* +X89987933Y-102220729D01* +X89982122Y-102219532D01* +X89976252Y-102218286D01* +X89970325Y-102216991D01* +X89964339Y-102215646D01* +X89958294Y-102214251D01* +X89952191Y-102212807D01* +X89946030Y-102211313D01* +X89939811Y-102209770D01* +X89933533Y-102208177D01* +X89927196Y-102206535D01* +X89920829Y-102204836D01* +X89914476Y-102203092D01* +X89908138Y-102201302D01* +X89901814Y-102199467D01* +X89895505Y-102197586D01* +X89889211Y-102195659D01* +X89882931Y-102193687D01* +X89876665Y-102191670D01* +X89870415Y-102189607D01* +X89864179Y-102187499D01* +X89857957Y-102185345D01* +X89851750Y-102183145D01* +X89845558Y-102180900D01* +X89839380Y-102178610D01* +X89833217Y-102176274D01* +X89827069Y-102173892D01* +X89820935Y-102171465D01* +X89814816Y-102168993D01* +X89808711Y-102166475D01* +X89802621Y-102163911D01* +X89796545Y-102161302D01* +X89790485Y-102158647D01* +X89784438Y-102155947D01* +X89778407Y-102153202D01* +X89772389Y-102150411D01* +X89766387Y-102147574D01* +X89760399Y-102144692D01* +X89754426Y-102141764D01* +X89748467Y-102138791D01* +X89742523Y-102135773D01* +X89736593Y-102132708D01* +X89730678Y-102129599D01* +X89724791Y-102126460D01* +X89718961Y-102123309D01* +X89713190Y-102120146D01* +X89707476Y-102116971D01* +X89701821Y-102113783D01* +X89696224Y-102110583D01* +X89690685Y-102107370D01* +X89685204Y-102104146D01* +X89679781Y-102100909D01* +X89674416Y-102097659D01* +X89669109Y-102094398D01* +X89663861Y-102091124D01* +X89658670Y-102087837D01* +X89653538Y-102084539D01* +X89648463Y-102081228D01* +X89643447Y-102077905D01* +X89638489Y-102074569D01* +X89633589Y-102071221D01* +X89628747Y-102067861D01* +X89619238Y-102061104D01* +X89609961Y-102054298D01* +X89600916Y-102047442D01* +X89592104Y-102040537D01* +X89583524Y-102033583D01* +X89575177Y-102026580D01* +X89571090Y-102023060D01* +X89571090Y-102318936D01* G37* G36* X136135838Y-74944904D02* @@ -87322,7 +86500,7 @@ X136591810Y-75479033D01* X136588630Y-75484158D01* X136884945Y-75484158D01* G37* -D17* +D19* %TO.C,C12*% X108465000Y-107420580D02* X108465000Y-107139420D01* @@ -87338,11 +86516,6 @@ X116722500Y-87922742D02* X116722500Y-88397258D01* X115677500Y-87922742D02* X115677500Y-88397258D01* -D14* -%TO.C,L3*% -X80217407Y-116152000D02* -X80217407Y-115652000D01* -D17* %TO.C,C9*% X100200000Y-109259420D02* X100200000Y-109540580D01* @@ -87353,1884 +86526,38 @@ X145588286Y-115031949D02* X145588286Y-114557433D01* X146633286Y-115031949D02* X146633286Y-114557433D01* -D14* +D15* %TO.C,Y1*% -X89792000Y-119164000D02* -X89792000Y-119164000D01* -X89792000Y-119064000D02* -X89792000Y-119064000D01* -X89792000Y-119064000D02* +X88561000Y-120529000D02* +X88561000Y-120529000D01* +X88561000Y-120429000D02* +X88561000Y-120429000D01* +X88561000Y-120429000D02* G75* G03* -X89792000Y-119164000I0J-50000D01* +X88561000Y-120529000I0J-50000D01* G01* -X89792000Y-119164000D02* +X88561000Y-120529000D02* G75* G03* -X89792000Y-119064000I0J50000D01* +X88561000Y-120429000I0J50000D01* G01* -D17* +D19* %TO.C,R20*% -X79647742Y-108427500D02* -X80122258Y-108427500D01* -X79647742Y-109472500D02* -X80122258Y-109472500D01* +X79772742Y-108443500D02* +X80247258Y-108443500D01* +X79772742Y-109488500D02* +X80247258Y-109488500D01* %TO.C,R16*% -X98057500Y-101622742D02* -X98057500Y-102097258D01* -X97012500Y-101622742D02* -X97012500Y-102097258D01* -%TO.C,G\u002A\u002A\u002A*% -D18* -X114899162Y-96565235D02* -X114929454Y-96574978D01* -X114963142Y-96599834D01* -X114986425Y-96635522D01* -X114996788Y-96677888D01* -X114997089Y-96686590D01* -X114989430Y-96726996D01* -X114968655Y-96761198D01* -X114938068Y-96786744D01* -X114900971Y-96801185D01* -X114860668Y-96802068D01* -X114846100Y-96798624D01* -X114816375Y-96785938D01* -X114793821Y-96766444D01* -X114775237Y-96739984D01* -X114760575Y-96702108D01* -X114760459Y-96664517D01* -X114772633Y-96629622D01* -X114794845Y-96599835D01* -X114824839Y-96577566D01* -X114860363Y-96565229D01* -X114899162Y-96565235D01* -G36* -X114899162Y-96565235D02* -G01* -X114929454Y-96574978D01* -X114963142Y-96599834D01* -X114986425Y-96635522D01* -X114996788Y-96677888D01* -X114997089Y-96686590D01* -X114989430Y-96726996D01* -X114968655Y-96761198D01* -X114938068Y-96786744D01* -X114900971Y-96801185D01* -X114860668Y-96802068D01* -X114846100Y-96798624D01* -X114816375Y-96785938D01* -X114793821Y-96766444D01* -X114775237Y-96739984D01* -X114760575Y-96702108D01* -X114760459Y-96664517D01* -X114772633Y-96629622D01* -X114794845Y-96599835D01* -X114824839Y-96577566D01* -X114860363Y-96565229D01* -X114899162Y-96565235D01* -G37* -X114935138Y-96100046D02* -X114973450Y-96112581D01* -X115016421Y-96140806D01* -X115047497Y-96179724D01* -X115065234Y-96226706D01* -X115068192Y-96279121D01* -X115067654Y-96284268D01* -X115054443Y-96335970D01* -X115028750Y-96376383D01* -X114991178Y-96404969D01* -X114942324Y-96421193D01* -X114910635Y-96424663D01* -X114869271Y-96424172D01* -X114839753Y-96418022D01* -X114829167Y-96413235D01* -X114786103Y-96382372D01* -X114757695Y-96344117D01* -X114742968Y-96296780D01* -X114740267Y-96259528D01* -X114747779Y-96208883D01* -X114768636Y-96165747D01* -X114800320Y-96131708D01* -X114840311Y-96108354D01* -X114886090Y-96097270D01* -X114935138Y-96100046D01* -G36* -X114935138Y-96100046D02* -G01* -X114973450Y-96112581D01* -X115016421Y-96140806D01* -X115047497Y-96179724D01* -X115065234Y-96226706D01* -X115068192Y-96279121D01* -X115067654Y-96284268D01* -X115054443Y-96335970D01* -X115028750Y-96376383D01* -X114991178Y-96404969D01* -X114942324Y-96421193D01* -X114910635Y-96424663D01* -X114869271Y-96424172D01* -X114839753Y-96418022D01* -X114829167Y-96413235D01* -X114786103Y-96382372D01* -X114757695Y-96344117D01* -X114742968Y-96296780D01* -X114740267Y-96259528D01* -X114747779Y-96208883D01* -X114768636Y-96165747D01* -X114800320Y-96131708D01* -X114840311Y-96108354D01* -X114886090Y-96097270D01* -X114935138Y-96100046D01* -G37* -X115414994Y-96087875D02* -X115452630Y-96106459D01* -X115453492Y-96107109D01* -X115486574Y-96141933D01* -X115508240Y-96184869D01* -X115518014Y-96232011D01* -X115515418Y-96279453D01* -X115499976Y-96323289D01* -X115482872Y-96347944D01* -X115445844Y-96379646D01* -X115402163Y-96400489D01* -X115356032Y-96409449D01* -X115311650Y-96405500D01* -X115286367Y-96395865D01* -X115240886Y-96363265D01* -X115209305Y-96321197D01* -X115192226Y-96270652D01* -X115189186Y-96235908D01* -X115197020Y-96187450D01* -X115219603Y-96144466D01* -X115254905Y-96110156D01* -X115277362Y-96096927D01* -X115321839Y-96082790D01* -X115369557Y-96079879D01* -X115414994Y-96087875D01* -G36* -X115414994Y-96087875D02* -G01* -X115452630Y-96106459D01* -X115453492Y-96107109D01* -X115486574Y-96141933D01* -X115508240Y-96184869D01* -X115518014Y-96232011D01* -X115515418Y-96279453D01* -X115499976Y-96323289D01* -X115482872Y-96347944D01* -X115445844Y-96379646D01* -X115402163Y-96400489D01* -X115356032Y-96409449D01* -X115311650Y-96405500D01* -X115286367Y-96395865D01* -X115240886Y-96363265D01* -X115209305Y-96321197D01* -X115192226Y-96270652D01* -X115189186Y-96235908D01* -X115197020Y-96187450D01* -X115219603Y-96144466D01* -X115254905Y-96110156D01* -X115277362Y-96096927D01* -X115321839Y-96082790D01* -X115369557Y-96079879D01* -X115414994Y-96087875D01* -G37* -X115377356Y-96533361D02* -X115416337Y-96556883D01* -X115427861Y-96568092D01* -X115453332Y-96607745D01* -X115466274Y-96653606D01* -X115467109Y-96701779D01* -X115456260Y-96748368D01* -X115434150Y-96789479D01* -X115401200Y-96821214D01* -X115400345Y-96821785D01* -X115363690Y-96838604D01* -X115319974Y-96847729D01* -X115275934Y-96848463D01* -X115238309Y-96840108D01* -X115235409Y-96838860D01* -X115196166Y-96812351D01* -X115166592Y-96774961D01* -X115147704Y-96730364D01* -X115140516Y-96682232D01* -X115146043Y-96634240D01* -X115165301Y-96590060D01* -X115166252Y-96588604D01* -X115197594Y-96555530D01* -X115238286Y-96533162D01* -X115284419Y-96521807D01* -X115332079Y-96521771D01* -X115377356Y-96533361D01* -G36* -X115377356Y-96533361D02* -G01* -X115416337Y-96556883D01* -X115427861Y-96568092D01* -X115453332Y-96607745D01* -X115466274Y-96653606D01* -X115467109Y-96701779D01* -X115456260Y-96748368D01* -X115434150Y-96789479D01* -X115401200Y-96821214D01* -X115400345Y-96821785D01* -X115363690Y-96838604D01* -X115319974Y-96847729D01* -X115275934Y-96848463D01* -X115238309Y-96840108D01* -X115235409Y-96838860D01* -X115196166Y-96812351D01* -X115166592Y-96774961D01* -X115147704Y-96730364D01* -X115140516Y-96682232D01* -X115146043Y-96634240D01* -X115165301Y-96590060D01* -X115166252Y-96588604D01* -X115197594Y-96555530D01* -X115238286Y-96533162D01* -X115284419Y-96521807D01* -X115332079Y-96521771D01* -X115377356Y-96533361D01* -G37* -X119847287Y-90654233D02* -X119902963Y-90658893D01* -X119970154Y-90666218D01* -X120046320Y-90675848D01* -X120128923Y-90687422D01* -X120215424Y-90700580D01* -X120303285Y-90714961D01* -X120389968Y-90730204D01* -X120472933Y-90745949D01* -X120497600Y-90750896D01* -X120548205Y-90761598D01* -X120603656Y-90774023D01* -X120661425Y-90787531D01* -X120718983Y-90801482D01* -X120773802Y-90815238D01* -X120823354Y-90828157D01* -X120865111Y-90839602D01* -X120896545Y-90848931D01* -X120915127Y-90855506D01* -X120918639Y-90857410D01* -X120926297Y-90871681D01* -X120929405Y-90892820D01* -X120927547Y-90906152D01* -X120920651Y-90920551D01* -X120906736Y-90938643D01* -X120883826Y-90963056D01* -X120855257Y-90991267D01* -X120814142Y-91030907D01* -X120764951Y-91077888D01* -X120708685Y-91131283D01* -X120646340Y-91190166D01* -X120578918Y-91253610D01* -X120507416Y-91320689D01* -X120432834Y-91390476D01* -X120356170Y-91462046D01* -X120278423Y-91534472D01* -X120200592Y-91606827D01* -X120123677Y-91678186D01* -X120048676Y-91747622D01* -X119976588Y-91814208D01* -X119908411Y-91877019D01* -X119845146Y-91935127D01* -X119787790Y-91987607D01* -X119737344Y-92033533D01* -X119694804Y-92071977D01* -X119661172Y-92102014D01* -X119637444Y-92122718D01* -X119624621Y-92133161D01* -X119622692Y-92134267D01* -X119621352Y-92126374D01* -X119620915Y-92104944D01* -X119621385Y-92073350D01* -X119622586Y-92039017D01* -X119623554Y-92014559D01* -X119625009Y-91974810D01* -X119626897Y-91921404D01* -X119629161Y-91855975D01* -X119631747Y-91780155D01* -X119634600Y-91695580D01* -X119637662Y-91603882D01* -X119640880Y-91506695D01* -X119644196Y-91405653D01* -X119646416Y-91337553D01* -X119650315Y-91217412D01* -X119653754Y-91113042D01* -X119656862Y-91023292D01* -X119659773Y-90947011D01* -X119662616Y-90883046D01* -X119665524Y-90830246D01* -X119668628Y-90787460D01* -X119672059Y-90753535D01* -X119675948Y-90727321D01* -X119680428Y-90707666D01* -X119685629Y-90693418D01* -X119691683Y-90683426D01* -X119698722Y-90676538D01* -X119706875Y-90671602D01* -X119716276Y-90667467D01* -X119723191Y-90664633D01* -X119747546Y-90658088D01* -X119780459Y-90653718D01* -X119805663Y-90652600D01* -X119847287Y-90654233D01* -G36* -X119847287Y-90654233D02* -G01* -X119902963Y-90658893D01* -X119970154Y-90666218D01* -X120046320Y-90675848D01* -X120128923Y-90687422D01* -X120215424Y-90700580D01* -X120303285Y-90714961D01* -X120389968Y-90730204D01* -X120472933Y-90745949D01* -X120497600Y-90750896D01* -X120548205Y-90761598D01* -X120603656Y-90774023D01* -X120661425Y-90787531D01* -X120718983Y-90801482D01* -X120773802Y-90815238D01* -X120823354Y-90828157D01* -X120865111Y-90839602D01* -X120896545Y-90848931D01* -X120915127Y-90855506D01* -X120918639Y-90857410D01* -X120926297Y-90871681D01* -X120929405Y-90892820D01* -X120927547Y-90906152D01* -X120920651Y-90920551D01* -X120906736Y-90938643D01* -X120883826Y-90963056D01* -X120855257Y-90991267D01* -X120814142Y-91030907D01* -X120764951Y-91077888D01* -X120708685Y-91131283D01* -X120646340Y-91190166D01* -X120578918Y-91253610D01* -X120507416Y-91320689D01* -X120432834Y-91390476D01* -X120356170Y-91462046D01* -X120278423Y-91534472D01* -X120200592Y-91606827D01* -X120123677Y-91678186D01* -X120048676Y-91747622D01* -X119976588Y-91814208D01* -X119908411Y-91877019D01* -X119845146Y-91935127D01* -X119787790Y-91987607D01* -X119737344Y-92033533D01* -X119694804Y-92071977D01* -X119661172Y-92102014D01* -X119637444Y-92122718D01* -X119624621Y-92133161D01* -X119622692Y-92134267D01* -X119621352Y-92126374D01* -X119620915Y-92104944D01* -X119621385Y-92073350D01* -X119622586Y-92039017D01* -X119623554Y-92014559D01* -X119625009Y-91974810D01* -X119626897Y-91921404D01* -X119629161Y-91855975D01* -X119631747Y-91780155D01* -X119634600Y-91695580D01* -X119637662Y-91603882D01* -X119640880Y-91506695D01* -X119644196Y-91405653D01* -X119646416Y-91337553D01* -X119650315Y-91217412D01* -X119653754Y-91113042D01* -X119656862Y-91023292D01* -X119659773Y-90947011D01* -X119662616Y-90883046D01* -X119665524Y-90830246D01* -X119668628Y-90787460D01* -X119672059Y-90753535D01* -X119675948Y-90727321D01* -X119680428Y-90707666D01* -X119685629Y-90693418D01* -X119691683Y-90683426D01* -X119698722Y-90676538D01* -X119706875Y-90671602D01* -X119716276Y-90667467D01* -X119723191Y-90664633D01* -X119747546Y-90658088D01* -X119780459Y-90653718D01* -X119805663Y-90652600D01* -X119847287Y-90654233D01* -G37* -X116328385Y-92113100D02* -X116322582Y-92339946D01* -X116316288Y-92570630D01* -X116309574Y-92803001D01* -X116302511Y-93034912D01* -X116295171Y-93264212D01* -X116287627Y-93488753D01* -X116279949Y-93706386D01* -X116272209Y-93914960D01* -X116264478Y-94112328D01* -X116256829Y-94296339D01* -X116251832Y-94410059D01* -X116248257Y-94486709D01* -X116245051Y-94548320D01* -X116242041Y-94596779D01* -X116239054Y-94633972D01* -X116235915Y-94661786D01* -X116232452Y-94682105D01* -X116228490Y-94696818D01* -X116224568Y-94706392D01* -X116209496Y-94728922D01* -X116193588Y-94739217D01* -X116192300Y-94739402D01* -X116182882Y-94735308D01* -X116159871Y-94722920D01* -X116124137Y-94702749D01* -X116076548Y-94675311D01* -X116017975Y-94641119D01* -X115949286Y-94600687D01* -X115871351Y-94554527D01* -X115785038Y-94503155D01* -X115691218Y-94447084D01* -X115590758Y-94386826D01* -X115484529Y-94322897D01* -X115373400Y-94255810D01* -X115346029Y-94239256D01* -X115237129Y-94173304D01* -X115131998Y-94109510D01* -X115031578Y-94048454D01* -X114936812Y-93990714D01* -X114848643Y-93936867D01* -X114768011Y-93887492D01* -X114695861Y-93843168D01* -X114633134Y-93804472D01* -X114580773Y-93771984D01* -X114539721Y-93746282D01* -X114510919Y-93727944D01* -X114495311Y-93717548D01* -X114493012Y-93715779D01* -X114478351Y-93699504D01* -X114471314Y-93681386D01* -X114469350Y-93654366D01* -X114469334Y-93650282D01* -X114470468Y-93624304D01* -X114475874Y-93605659D01* -X114488552Y-93587632D01* -X114505317Y-93569785D01* -X114514395Y-93561132D01* -X114535069Y-93541811D01* -X114566473Y-93512616D01* -X114607743Y-93474346D01* -X114658015Y-93427799D01* -X114716424Y-93373770D01* -X114782104Y-93313057D01* -X114854193Y-93246457D01* -X114931824Y-93174768D01* -X115014133Y-93098787D01* -X115100256Y-93019310D01* -X115189328Y-92937135D01* -X115280484Y-92853059D01* -X115372860Y-92767879D01* -X115465591Y-92682392D01* -X115557812Y-92597396D01* -X115648660Y-92513688D01* -X115737268Y-92432064D01* -X115822773Y-92353322D01* -X115904310Y-92278259D01* -X115981014Y-92207673D01* -X116052020Y-92142359D01* -X116116465Y-92083117D01* -X116173483Y-92030741D01* -X116222209Y-91986031D01* -X116261780Y-91949783D01* -X116291330Y-91922793D01* -X116309995Y-91905860D01* -X116313963Y-91902309D01* -X116334026Y-91884500D01* -X116328385Y-92113100D01* -G36* -X116328385Y-92113100D02* -G01* -X116322582Y-92339946D01* -X116316288Y-92570630D01* -X116309574Y-92803001D01* -X116302511Y-93034912D01* -X116295171Y-93264212D01* -X116287627Y-93488753D01* -X116279949Y-93706386D01* -X116272209Y-93914960D01* -X116264478Y-94112328D01* -X116256829Y-94296339D01* -X116251832Y-94410059D01* -X116248257Y-94486709D01* -X116245051Y-94548320D01* -X116242041Y-94596779D01* -X116239054Y-94633972D01* -X116235915Y-94661786D01* -X116232452Y-94682105D01* -X116228490Y-94696818D01* -X116224568Y-94706392D01* -X116209496Y-94728922D01* -X116193588Y-94739217D01* -X116192300Y-94739402D01* -X116182882Y-94735308D01* -X116159871Y-94722920D01* -X116124137Y-94702749D01* -X116076548Y-94675311D01* -X116017975Y-94641119D01* -X115949286Y-94600687D01* -X115871351Y-94554527D01* -X115785038Y-94503155D01* -X115691218Y-94447084D01* -X115590758Y-94386826D01* -X115484529Y-94322897D01* -X115373400Y-94255810D01* -X115346029Y-94239256D01* -X115237129Y-94173304D01* -X115131998Y-94109510D01* -X115031578Y-94048454D01* -X114936812Y-93990714D01* -X114848643Y-93936867D01* -X114768011Y-93887492D01* -X114695861Y-93843168D01* -X114633134Y-93804472D01* -X114580773Y-93771984D01* -X114539721Y-93746282D01* -X114510919Y-93727944D01* -X114495311Y-93717548D01* -X114493012Y-93715779D01* -X114478351Y-93699504D01* -X114471314Y-93681386D01* -X114469350Y-93654366D01* -X114469334Y-93650282D01* -X114470468Y-93624304D01* -X114475874Y-93605659D01* -X114488552Y-93587632D01* -X114505317Y-93569785D01* -X114514395Y-93561132D01* -X114535069Y-93541811D01* -X114566473Y-93512616D01* -X114607743Y-93474346D01* -X114658015Y-93427799D01* -X114716424Y-93373770D01* -X114782104Y-93313057D01* -X114854193Y-93246457D01* -X114931824Y-93174768D01* -X115014133Y-93098787D01* -X115100256Y-93019310D01* -X115189328Y-92937135D01* -X115280484Y-92853059D01* -X115372860Y-92767879D01* -X115465591Y-92682392D01* -X115557812Y-92597396D01* -X115648660Y-92513688D01* -X115737268Y-92432064D01* -X115822773Y-92353322D01* -X115904310Y-92278259D01* -X115981014Y-92207673D01* -X116052020Y-92142359D01* -X116116465Y-92083117D01* -X116173483Y-92030741D01* -X116222209Y-91986031D01* -X116261780Y-91949783D01* -X116291330Y-91922793D01* -X116309995Y-91905860D01* -X116313963Y-91902309D01* -X116334026Y-91884500D01* -X116328385Y-92113100D01* -G37* -X115702953Y-95073571D02* -X115817545Y-95095258D01* -X115929193Y-95132670D01* -X116036879Y-95185591D01* -X116139581Y-95253808D01* -X116236279Y-95337106D01* -X116263076Y-95364077D01* -X116346100Y-95461784D01* -X116413878Y-95565391D01* -X116466295Y-95673764D01* -X116503236Y-95785771D01* -X116524586Y-95900277D01* -X116530229Y-96016149D01* -X116520050Y-96132254D01* -X116493935Y-96247458D01* -X116451766Y-96360628D01* -X116393431Y-96470630D01* -X116378063Y-96494832D01* -X116343637Y-96541874D01* -X116299490Y-96594050D01* -X116249590Y-96647275D01* -X116197905Y-96697460D01* -X116148403Y-96740519D01* -X116115193Y-96765610D01* -X116042583Y-96810464D01* -X115962322Y-96850914D01* -X115880865Y-96883988D01* -X115813648Y-96904547D01* -X115770156Y-96914499D01* -X115728209Y-96922484D01* -X115690917Y-96928092D01* -X115661390Y-96930916D01* -X115642737Y-96930546D01* -X115637734Y-96927677D01* -X115642486Y-96918399D01* -X115654956Y-96899761D01* -X115672462Y-96875770D01* -X115672762Y-96875372D01* -X115715990Y-96808337D01* -X115753421Y-96730947D01* -X115782171Y-96649527D01* -X115790802Y-96616355D01* -X115798774Y-96578914D01* -X115803732Y-96546122D01* -X115806070Y-96512519D01* -X115806179Y-96472645D01* -X115804600Y-96424521D01* -X115800408Y-96356835D01* -X115793230Y-96300603D01* -X115781772Y-96250430D01* -X115764740Y-96200921D01* -X115740841Y-96146682D01* -X115735112Y-96134767D01* -X115683085Y-96045725D01* -X115619245Y-95968572D01* -X115543360Y-95903118D01* -X115455200Y-95849175D01* -X115354532Y-95806553D01* -X115319816Y-95795327D01* -X115286156Y-95785779D01* -X115256678Y-95779287D01* -X115226528Y-95775277D01* -X115190848Y-95773175D01* -X115144784Y-95772408D01* -X115125500Y-95772348D01* -X115070488Y-95772890D01* -X115027545Y-95774965D01* -X114991841Y-95779044D01* -X114958545Y-95785599D01* -X114939233Y-95790503D01* -X114868131Y-95814099D01* -X114798256Y-95845301D01* -X114735963Y-95881098D01* -X114711056Y-95898695D01* -X114669910Y-95930112D01* -X114675863Y-95871573D01* -X114689216Y-95797214D01* -X114713915Y-95716294D01* -X114748183Y-95632951D01* -X114790240Y-95551327D01* -X114838311Y-95475559D01* -X114856577Y-95450735D01* -X114919933Y-95377584D01* -X114994733Y-95306912D01* -X115076622Y-95242196D01* -X115161243Y-95186910D01* -X115235567Y-95148344D01* -X115351726Y-95104994D01* -X115469023Y-95078224D01* -X115586439Y-95067821D01* -X115702953Y-95073571D01* -G36* -X115702953Y-95073571D02* -G01* -X115817545Y-95095258D01* -X115929193Y-95132670D01* -X116036879Y-95185591D01* -X116139581Y-95253808D01* -X116236279Y-95337106D01* -X116263076Y-95364077D01* -X116346100Y-95461784D01* -X116413878Y-95565391D01* -X116466295Y-95673764D01* -X116503236Y-95785771D01* -X116524586Y-95900277D01* -X116530229Y-96016149D01* -X116520050Y-96132254D01* -X116493935Y-96247458D01* -X116451766Y-96360628D01* -X116393431Y-96470630D01* -X116378063Y-96494832D01* -X116343637Y-96541874D01* -X116299490Y-96594050D01* -X116249590Y-96647275D01* -X116197905Y-96697460D01* -X116148403Y-96740519D01* -X116115193Y-96765610D01* -X116042583Y-96810464D01* -X115962322Y-96850914D01* -X115880865Y-96883988D01* -X115813648Y-96904547D01* -X115770156Y-96914499D01* -X115728209Y-96922484D01* -X115690917Y-96928092D01* -X115661390Y-96930916D01* -X115642737Y-96930546D01* -X115637734Y-96927677D01* -X115642486Y-96918399D01* -X115654956Y-96899761D01* -X115672462Y-96875770D01* -X115672762Y-96875372D01* -X115715990Y-96808337D01* -X115753421Y-96730947D01* -X115782171Y-96649527D01* -X115790802Y-96616355D01* -X115798774Y-96578914D01* -X115803732Y-96546122D01* -X115806070Y-96512519D01* -X115806179Y-96472645D01* -X115804600Y-96424521D01* -X115800408Y-96356835D01* -X115793230Y-96300603D01* -X115781772Y-96250430D01* -X115764740Y-96200921D01* -X115740841Y-96146682D01* -X115735112Y-96134767D01* -X115683085Y-96045725D01* -X115619245Y-95968572D01* -X115543360Y-95903118D01* -X115455200Y-95849175D01* -X115354532Y-95806553D01* -X115319816Y-95795327D01* -X115286156Y-95785779D01* -X115256678Y-95779287D01* -X115226528Y-95775277D01* -X115190848Y-95773175D01* -X115144784Y-95772408D01* -X115125500Y-95772348D01* -X115070488Y-95772890D01* -X115027545Y-95774965D01* -X114991841Y-95779044D01* -X114958545Y-95785599D01* -X114939233Y-95790503D01* -X114868131Y-95814099D01* -X114798256Y-95845301D01* -X114735963Y-95881098D01* -X114711056Y-95898695D01* -X114669910Y-95930112D01* -X114675863Y-95871573D01* -X114689216Y-95797214D01* -X114713915Y-95716294D01* -X114748183Y-95632951D01* -X114790240Y-95551327D01* -X114838311Y-95475559D01* -X114856577Y-95450735D01* -X114919933Y-95377584D01* -X114994733Y-95306912D01* -X115076622Y-95242196D01* -X115161243Y-95186910D01* -X115235567Y-95148344D01* -X115351726Y-95104994D01* -X115469023Y-95078224D01* -X115586439Y-95067821D01* -X115702953Y-95073571D01* -G37* -X121103673Y-91044185D02* -X121107340Y-91054255D01* -X121113545Y-91078220D01* -X121121713Y-91113332D01* -X121131270Y-91156841D01* -X121141640Y-91205998D01* -X121152248Y-91258053D01* -X121162520Y-91310257D01* -X121171881Y-91359862D01* -X121179755Y-91404117D01* -X121182905Y-91423067D01* -X121218156Y-91693202D01* -X121237570Y-91966303D01* -X121241240Y-92240779D01* -X121229259Y-92515044D01* -X121201721Y-92787508D01* -X121158719Y-93056584D01* -X121100346Y-93320682D01* -X121063237Y-93457996D01* -X121043624Y-93517211D01* -X121023123Y-93560606D01* -X121000939Y-93589294D01* -X120976279Y-93604390D01* -X120956610Y-93607467D01* -X120934317Y-93608472D01* -X120919509Y-93610668D01* -X120909874Y-93610679D01* -X120884278Y-93609982D01* -X120843676Y-93608614D01* -X120789023Y-93606614D01* -X120721277Y-93604021D01* -X120641391Y-93600873D01* -X120550322Y-93597210D01* -X120449025Y-93593071D01* -X120338456Y-93588493D01* -X120219570Y-93583516D01* -X120093323Y-93578178D01* -X119960670Y-93572518D01* -X119822568Y-93566575D01* -X119690728Y-93560856D01* -X119548566Y-93554638D01* -X119411056Y-93548570D01* -X119279146Y-93542695D01* -X119153784Y-93537058D01* -X119035919Y-93531703D01* -X118926499Y-93526675D01* -X118826473Y-93522019D01* -X118736789Y-93517778D01* -X118658394Y-93513998D01* -X118592238Y-93510722D01* -X118539270Y-93507995D01* -X118500436Y-93505863D01* -X118476686Y-93504368D01* -X118468965Y-93503587D01* -X118473932Y-93496796D01* -X118490678Y-93479100D01* -X118518563Y-93451100D01* -X118556946Y-93413402D01* -X118605185Y-93366609D01* -X118662640Y-93311325D01* -X118728671Y-93248153D01* -X118802637Y-93177697D01* -X118883895Y-93100560D01* -X118971807Y-93017348D01* -X119065731Y-92928662D01* -X119165026Y-92835108D01* -X119269052Y-92737288D01* -X119377168Y-92635807D01* -X119488732Y-92531268D01* -X119603104Y-92424275D01* -X119719644Y-92315431D01* -X119837710Y-92205341D01* -X119956661Y-92094608D01* -X120075858Y-91983835D01* -X120194659Y-91873627D01* -X120312423Y-91764587D01* -X120428509Y-91657319D01* -X120434633Y-91651667D01* -X120540584Y-91553896D01* -X120634788Y-91467000D01* -X120717930Y-91390359D01* -X120790695Y-91323350D01* -X120853768Y-91265351D01* -X120907833Y-91215741D01* -X120953575Y-91173898D01* -X120991679Y-91139201D01* -X121022830Y-91111026D01* -X121047712Y-91088753D01* -X121067011Y-91071761D01* -X121081411Y-91059426D01* -X121091596Y-91051127D01* -X121098253Y-91046243D01* -X121102065Y-91044152D01* -X121103673Y-91044185D01* -G36* -X121103673Y-91044185D02* -G01* -X121107340Y-91054255D01* -X121113545Y-91078220D01* -X121121713Y-91113332D01* -X121131270Y-91156841D01* -X121141640Y-91205998D01* -X121152248Y-91258053D01* -X121162520Y-91310257D01* -X121171881Y-91359862D01* -X121179755Y-91404117D01* -X121182905Y-91423067D01* -X121218156Y-91693202D01* -X121237570Y-91966303D01* -X121241240Y-92240779D01* -X121229259Y-92515044D01* -X121201721Y-92787508D01* -X121158719Y-93056584D01* -X121100346Y-93320682D01* -X121063237Y-93457996D01* -X121043624Y-93517211D01* -X121023123Y-93560606D01* -X121000939Y-93589294D01* -X120976279Y-93604390D01* -X120956610Y-93607467D01* -X120934317Y-93608472D01* -X120919509Y-93610668D01* -X120909874Y-93610679D01* -X120884278Y-93609982D01* -X120843676Y-93608614D01* -X120789023Y-93606614D01* -X120721277Y-93604021D01* -X120641391Y-93600873D01* -X120550322Y-93597210D01* -X120449025Y-93593071D01* -X120338456Y-93588493D01* -X120219570Y-93583516D01* -X120093323Y-93578178D01* -X119960670Y-93572518D01* -X119822568Y-93566575D01* -X119690728Y-93560856D01* -X119548566Y-93554638D01* -X119411056Y-93548570D01* -X119279146Y-93542695D01* -X119153784Y-93537058D01* -X119035919Y-93531703D01* -X118926499Y-93526675D01* -X118826473Y-93522019D01* -X118736789Y-93517778D01* -X118658394Y-93513998D01* -X118592238Y-93510722D01* -X118539270Y-93507995D01* -X118500436Y-93505863D01* -X118476686Y-93504368D01* -X118468965Y-93503587D01* -X118473932Y-93496796D01* -X118490678Y-93479100D01* -X118518563Y-93451100D01* -X118556946Y-93413402D01* -X118605185Y-93366609D01* -X118662640Y-93311325D01* -X118728671Y-93248153D01* -X118802637Y-93177697D01* -X118883895Y-93100560D01* -X118971807Y-93017348D01* -X119065731Y-92928662D01* -X119165026Y-92835108D01* -X119269052Y-92737288D01* -X119377168Y-92635807D01* -X119488732Y-92531268D01* -X119603104Y-92424275D01* -X119719644Y-92315431D01* -X119837710Y-92205341D01* -X119956661Y-92094608D01* -X120075858Y-91983835D01* -X120194659Y-91873627D01* -X120312423Y-91764587D01* -X120428509Y-91657319D01* -X120434633Y-91651667D01* -X120540584Y-91553896D01* -X120634788Y-91467000D01* -X120717930Y-91390359D01* -X120790695Y-91323350D01* -X120853768Y-91265351D01* -X120907833Y-91215741D01* -X120953575Y-91173898D01* -X120991679Y-91139201D01* -X121022830Y-91111026D01* -X121047712Y-91088753D01* -X121067011Y-91071761D01* -X121081411Y-91059426D01* -X121091596Y-91051127D01* -X121098253Y-91046243D01* -X121102065Y-91044152D01* -X121103673Y-91044185D01* -G37* -X119356836Y-90654252D02* -X119395525Y-90657065D01* -X119423755Y-90662731D01* -X119443662Y-90671665D01* -X119457377Y-90684283D01* -X119466462Y-90699725D01* -X119468251Y-90706911D01* -X119469542Y-90720200D01* -X119470311Y-90740561D01* -X119470536Y-90768959D01* -X119470192Y-90806363D01* -X119469258Y-90853739D01* -X119467708Y-90912056D01* -X119465521Y-90982279D01* -X119462672Y-91065376D01* -X119459138Y-91162315D01* -X119454897Y-91274062D01* -X119449924Y-91401585D01* -X119448954Y-91426182D01* -X119444561Y-91536024D01* -X119440198Y-91642562D01* -X119435929Y-91744359D01* -X119431821Y-91839975D01* -X119427936Y-91927970D01* -X119424342Y-92006905D01* -X119421101Y-92075340D01* -X119418281Y-92131837D01* -X119415944Y-92174955D01* -X119414157Y-92203256D01* -X119413536Y-92210921D01* -X119406140Y-92268308D01* -X119395111Y-92313600D01* -X119378835Y-92351511D01* -X119355700Y-92386759D01* -X119351617Y-92392009D01* -X119342562Y-92401389D01* -X119322216Y-92421174D01* -X119291736Y-92450286D01* -X119252278Y-92487649D01* -X119205000Y-92532189D01* -X119151059Y-92582828D01* -X119091613Y-92638492D01* -X119027817Y-92698104D01* -X118960830Y-92760588D01* -X118891808Y-92824869D01* -X118821908Y-92889870D01* -X118752288Y-92954516D01* -X118684104Y-93017732D01* -X118618514Y-93078440D01* -X118556675Y-93135565D01* -X118499744Y-93188032D01* -X118448877Y-93234764D01* -X118405232Y-93274685D01* -X118369967Y-93306721D01* -X118344237Y-93329794D01* -X118329201Y-93342829D01* -X118327853Y-93343920D01* -X118317541Y-93350266D01* -X118313803Y-93344332D01* -X118313468Y-93331220D01* -X118313776Y-93320051D01* -X118314619Y-93292922D01* -X118315963Y-93250795D01* -X118317777Y-93194635D01* -X118320030Y-93125405D01* -X118322689Y-93044068D01* -X118325724Y-92951587D01* -X118329102Y-92848926D01* -X118332792Y-92737049D01* -X118336762Y-92616919D01* -X118340981Y-92489499D01* -X118345416Y-92355753D01* -X118350037Y-92216644D01* -X118354781Y-92074048D01* -X118360703Y-91897096D01* -X118366149Y-91736396D01* -X118371148Y-91591275D01* -X118375727Y-91461060D01* -X118379916Y-91345077D01* -X118383741Y-91242654D01* -X118387232Y-91153117D01* -X118390416Y-91075793D01* -X118393322Y-91010008D01* -X118395978Y-90955090D01* -X118398412Y-90910364D01* -X118400652Y-90875158D01* -X118402727Y-90848798D01* -X118404664Y-90830612D01* -X118406492Y-90819924D01* -X118407430Y-90817065D01* -X118418184Y-90799160D01* -X118433007Y-90783778D01* -X118453693Y-90770281D01* -X118482038Y-90758033D01* -X118519835Y-90746395D01* -X118568879Y-90734732D01* -X118630966Y-90722406D01* -X118707889Y-90708780D01* -X118716660Y-90707289D01* -X118939499Y-90676580D01* -X119170876Y-90658414D01* -X119239554Y-90655522D01* -X119305557Y-90653876D01* -X119356836Y-90654252D01* -G36* -X119356836Y-90654252D02* -G01* -X119395525Y-90657065D01* -X119423755Y-90662731D01* -X119443662Y-90671665D01* -X119457377Y-90684283D01* -X119466462Y-90699725D01* -X119468251Y-90706911D01* -X119469542Y-90720200D01* -X119470311Y-90740561D01* -X119470536Y-90768959D01* -X119470192Y-90806363D01* -X119469258Y-90853739D01* -X119467708Y-90912056D01* -X119465521Y-90982279D01* -X119462672Y-91065376D01* -X119459138Y-91162315D01* -X119454897Y-91274062D01* -X119449924Y-91401585D01* -X119448954Y-91426182D01* -X119444561Y-91536024D01* -X119440198Y-91642562D01* -X119435929Y-91744359D01* -X119431821Y-91839975D01* -X119427936Y-91927970D01* -X119424342Y-92006905D01* -X119421101Y-92075340D01* -X119418281Y-92131837D01* -X119415944Y-92174955D01* -X119414157Y-92203256D01* -X119413536Y-92210921D01* -X119406140Y-92268308D01* -X119395111Y-92313600D01* -X119378835Y-92351511D01* -X119355700Y-92386759D01* -X119351617Y-92392009D01* -X119342562Y-92401389D01* -X119322216Y-92421174D01* -X119291736Y-92450286D01* -X119252278Y-92487649D01* -X119205000Y-92532189D01* -X119151059Y-92582828D01* -X119091613Y-92638492D01* -X119027817Y-92698104D01* -X118960830Y-92760588D01* -X118891808Y-92824869D01* -X118821908Y-92889870D01* -X118752288Y-92954516D01* -X118684104Y-93017732D01* -X118618514Y-93078440D01* -X118556675Y-93135565D01* -X118499744Y-93188032D01* -X118448877Y-93234764D01* -X118405232Y-93274685D01* -X118369967Y-93306721D01* -X118344237Y-93329794D01* -X118329201Y-93342829D01* -X118327853Y-93343920D01* -X118317541Y-93350266D01* -X118313803Y-93344332D01* -X118313468Y-93331220D01* -X118313776Y-93320051D01* -X118314619Y-93292922D01* -X118315963Y-93250795D01* -X118317777Y-93194635D01* -X118320030Y-93125405D01* -X118322689Y-93044068D01* -X118325724Y-92951587D01* -X118329102Y-92848926D01* -X118332792Y-92737049D01* -X118336762Y-92616919D01* -X118340981Y-92489499D01* -X118345416Y-92355753D01* -X118350037Y-92216644D01* -X118354781Y-92074048D01* -X118360703Y-91897096D01* -X118366149Y-91736396D01* -X118371148Y-91591275D01* -X118375727Y-91461060D01* -X118379916Y-91345077D01* -X118383741Y-91242654D01* -X118387232Y-91153117D01* -X118390416Y-91075793D01* -X118393322Y-91010008D01* -X118395978Y-90955090D01* -X118398412Y-90910364D01* -X118400652Y-90875158D01* -X118402727Y-90848798D01* -X118404664Y-90830612D01* -X118406492Y-90819924D01* -X118407430Y-90817065D01* -X118418184Y-90799160D01* -X118433007Y-90783778D01* -X118453693Y-90770281D01* -X118482038Y-90758033D01* -X118519835Y-90746395D01* -X118568879Y-90734732D01* -X118630966Y-90722406D01* -X118707889Y-90708780D01* -X118716660Y-90707289D01* -X118939499Y-90676580D01* -X119170876Y-90658414D01* -X119239554Y-90655522D01* -X119305557Y-90653876D01* -X119356836Y-90654252D01* -G37* -X117102656Y-95488476D02* -X117176473Y-95489767D01* -X117262346Y-95491675D01* -X117359303Y-95494165D01* -X117466372Y-95497204D01* -X117582580Y-95500756D01* -X117706957Y-95504789D01* -X117838531Y-95509267D01* -X117976329Y-95514158D01* -X118119379Y-95519426D01* -X118266710Y-95525038D01* -X118417351Y-95530959D01* -X118570328Y-95537156D01* -X118724670Y-95543594D01* -X118879406Y-95550240D01* -X119033563Y-95557059D01* -X119186170Y-95564017D01* -X119336254Y-95571081D01* -X119482844Y-95578215D01* -X119540867Y-95581110D01* -X119595867Y-95584015D01* -X119644980Y-95586876D01* -X119685757Y-95589528D01* -X119715746Y-95591807D01* -X119732501Y-95593547D01* -X119735151Y-95594167D01* -X119736069Y-95594512D01* -X119737080Y-95594660D01* -X119737606Y-95595149D01* -X119737070Y-95596521D01* -X119734896Y-95599315D01* -X119730506Y-95604071D01* -X119723322Y-95611329D01* -X119712768Y-95621629D01* -X119698266Y-95635512D01* -X119679240Y-95653517D01* -X119655111Y-95676185D01* -X119625302Y-95704054D01* -X119589238Y-95737666D01* -X119546339Y-95777561D01* -X119496030Y-95824277D01* -X119437732Y-95878357D01* -X119370869Y-95940338D01* -X119294863Y-96010763D01* -X119209137Y-96090169D01* -X119113114Y-96179098D01* -X119006217Y-96278090D01* -X118887868Y-96387684D01* -X118800682Y-96468423D01* -X118677000Y-96582941D01* -X118565114Y-96686485D01* -X118464413Y-96779603D01* -X118374286Y-96862842D01* -X118294121Y-96936751D01* -X118223307Y-97001880D01* -X118161232Y-97058775D01* -X118107285Y-97107985D01* -X118060854Y-97150058D01* -X118021327Y-97185543D01* -X117988094Y-97214989D01* -X117960543Y-97238943D01* -X117938062Y-97257953D01* -X117920041Y-97272568D01* -X117905866Y-97283337D01* -X117894928Y-97290807D01* -X117886614Y-97295527D01* -X117880314Y-97298046D01* -X117875414Y-97298911D01* -X117874503Y-97298933D01* -X117849857Y-97294757D01* -X117828227Y-97279830D01* -X117820068Y-97271417D01* -X117812926Y-97260343D01* -X117798597Y-97235188D01* -X117777604Y-97196946D01* -X117750471Y-97146612D01* -X117717722Y-97085180D01* -X117679881Y-97013644D01* -X117637472Y-96932999D01* -X117591019Y-96844239D01* -X117541046Y-96748359D01* -X117488077Y-96646352D01* -X117432636Y-96539213D01* -X117375247Y-96427937D01* -X117359831Y-96397983D01* -X117286533Y-96255346D01* -X117220842Y-96127179D01* -X117162497Y-96012958D01* -X117111238Y-95912160D01* -X117066803Y-95824259D01* -X117028931Y-95748733D01* -X116997362Y-95685057D01* -X116971835Y-95632707D01* -X116952088Y-95591160D01* -X116937862Y-95559890D01* -X116928894Y-95538374D01* -X116924924Y-95526089D01* -X116924667Y-95523961D01* -X116927120Y-95503532D01* -X116937257Y-95493464D01* -X116947382Y-95490155D01* -X116963258Y-95488640D01* -X116995077Y-95487878D01* -X117041867Y-95487835D01* -X117102656Y-95488476D01* -G36* -X117102656Y-95488476D02* -G01* -X117176473Y-95489767D01* -X117262346Y-95491675D01* -X117359303Y-95494165D01* -X117466372Y-95497204D01* -X117582580Y-95500756D01* -X117706957Y-95504789D01* -X117838531Y-95509267D01* -X117976329Y-95514158D01* -X118119379Y-95519426D01* -X118266710Y-95525038D01* -X118417351Y-95530959D01* -X118570328Y-95537156D01* -X118724670Y-95543594D01* -X118879406Y-95550240D01* -X119033563Y-95557059D01* -X119186170Y-95564017D01* -X119336254Y-95571081D01* -X119482844Y-95578215D01* -X119540867Y-95581110D01* -X119595867Y-95584015D01* -X119644980Y-95586876D01* -X119685757Y-95589528D01* -X119715746Y-95591807D01* -X119732501Y-95593547D01* -X119735151Y-95594167D01* -X119736069Y-95594512D01* -X119737080Y-95594660D01* -X119737606Y-95595149D01* -X119737070Y-95596521D01* -X119734896Y-95599315D01* -X119730506Y-95604071D01* -X119723322Y-95611329D01* -X119712768Y-95621629D01* -X119698266Y-95635512D01* -X119679240Y-95653517D01* -X119655111Y-95676185D01* -X119625302Y-95704054D01* -X119589238Y-95737666D01* -X119546339Y-95777561D01* -X119496030Y-95824277D01* -X119437732Y-95878357D01* -X119370869Y-95940338D01* -X119294863Y-96010763D01* -X119209137Y-96090169D01* -X119113114Y-96179098D01* -X119006217Y-96278090D01* -X118887868Y-96387684D01* -X118800682Y-96468423D01* -X118677000Y-96582941D01* -X118565114Y-96686485D01* -X118464413Y-96779603D01* -X118374286Y-96862842D01* -X118294121Y-96936751D01* -X118223307Y-97001880D01* -X118161232Y-97058775D01* -X118107285Y-97107985D01* -X118060854Y-97150058D01* -X118021327Y-97185543D01* -X117988094Y-97214989D01* -X117960543Y-97238943D01* -X117938062Y-97257953D01* -X117920041Y-97272568D01* -X117905866Y-97283337D01* -X117894928Y-97290807D01* -X117886614Y-97295527D01* -X117880314Y-97298046D01* -X117875414Y-97298911D01* -X117874503Y-97298933D01* -X117849857Y-97294757D01* -X117828227Y-97279830D01* -X117820068Y-97271417D01* -X117812926Y-97260343D01* -X117798597Y-97235188D01* -X117777604Y-97196946D01* -X117750471Y-97146612D01* -X117717722Y-97085180D01* -X117679881Y-97013644D01* -X117637472Y-96932999D01* -X117591019Y-96844239D01* -X117541046Y-96748359D01* -X117488077Y-96646352D01* -X117432636Y-96539213D01* -X117375247Y-96427937D01* -X117359831Y-96397983D01* -X117286533Y-96255346D01* -X117220842Y-96127179D01* -X117162497Y-96012958D01* -X117111238Y-95912160D01* -X117066803Y-95824259D01* -X117028931Y-95748733D01* -X116997362Y-95685057D01* -X116971835Y-95632707D01* -X116952088Y-95591160D01* -X116937862Y-95559890D01* -X116928894Y-95538374D01* -X116924924Y-95526089D01* -X116924667Y-95523961D01* -X116927120Y-95503532D01* -X116937257Y-95493464D01* -X116947382Y-95490155D01* -X116963258Y-95488640D01* -X116995077Y-95487878D01* -X117041867Y-95487835D01* -X117102656Y-95488476D01* -G37* -X118182719Y-91047510D02* -X118181080Y-91108991D01* -X118179098Y-91183368D01* -X118176879Y-91266607D01* -X118174531Y-91354678D01* -X118172162Y-91443548D01* -X118169879Y-91529186D01* -X118168871Y-91567000D01* -X118164605Y-91721772D01* -X118160080Y-91876207D01* -X118155337Y-92029287D01* -X118150420Y-92179996D01* -X118145370Y-92327316D01* -X118140232Y-92470231D01* -X118135047Y-92607723D01* -X118129859Y-92738777D01* -X118124710Y-92862374D01* -X118119642Y-92977498D01* -X118114699Y-93083133D01* -X118109923Y-93178260D01* -X118105357Y-93261864D01* -X118101044Y-93332927D01* -X118097026Y-93390432D01* -X118093346Y-93433363D01* -X118090047Y-93460702D01* -X118089097Y-93465908D01* -X118068867Y-93532208D01* -X118036525Y-93593529D01* -X117989956Y-93653769D01* -X117983000Y-93661449D01* -X117971242Y-93673245D01* -X117948017Y-93695632D01* -X117914293Y-93727708D01* -X117871039Y-93768571D01* -X117819223Y-93817319D01* -X117759814Y-93873048D01* -X117693779Y-93934857D01* -X117622088Y-94001843D01* -X117545709Y-94073105D01* -X117465609Y-94147739D01* -X117382758Y-94224843D01* -X117298124Y-94303516D01* -X117212675Y-94382855D01* -X117127379Y-94461958D01* -X117043205Y-94539921D01* -X116961122Y-94615844D01* -X116882096Y-94688823D01* -X116807098Y-94757957D01* -X116738387Y-94821156D01* -X116706448Y-94848795D01* -X116673832Y-94874201D01* -X116645665Y-94893487D01* -X116635145Y-94899472D01* -X116587816Y-94916265D01* -X116541317Y-94919524D01* -X116499448Y-94909225D01* -X116483536Y-94900434D01* -X116462119Y-94882444D01* -X116446264Y-94862966D01* -X116444473Y-94859668D01* -X116443239Y-94853952D01* -X116442331Y-94842159D01* -X116441766Y-94823641D01* -X116441562Y-94797751D01* -X116441735Y-94763841D01* -X116442303Y-94721265D01* -X116443282Y-94669374D01* -X116444691Y-94607522D01* -X116446545Y-94535062D01* -X116448862Y-94451346D01* -X116451660Y-94355727D01* -X116454955Y-94247557D01* -X116458764Y-94126190D01* -X116463105Y-93990978D01* -X116467994Y-93841274D01* -X116473450Y-93676430D01* -X116479488Y-93495800D01* -X116484440Y-93348684D01* -X116489824Y-93190338D01* -X116495150Y-93036062D01* -X116500384Y-92886750D01* -X116505491Y-92743300D01* -X116510438Y-92606606D01* -X116515188Y-92477564D01* -X116519709Y-92357070D01* -X116523965Y-92246019D01* -X116527922Y-92145306D01* -X116531546Y-92055828D01* -X116534801Y-91978480D01* -X116537654Y-91914157D01* -X116540071Y-91863755D01* -X116542016Y-91828170D01* -X116543455Y-91808297D01* -X116543836Y-91805199D01* -X116555460Y-91754008D01* -X116572894Y-91709325D01* -X116598127Y-91668432D01* -X116633147Y-91628606D01* -X116679945Y-91587127D01* -X116732565Y-91547013D01* -X116941247Y-91404622D01* -X117162169Y-91271300D01* -X117392424Y-91148550D01* -X117629103Y-91037875D01* -X117869296Y-90940779D01* -X117986224Y-90899013D01* -X118034924Y-90882569D01* -X118079985Y-90867711D01* -X118118186Y-90855474D01* -X118146306Y-90846893D01* -X118159748Y-90843274D01* -X118188329Y-90837054D01* -X118182719Y-91047510D01* -G36* -X118182719Y-91047510D02* -G01* -X118181080Y-91108991D01* -X118179098Y-91183368D01* -X118176879Y-91266607D01* -X118174531Y-91354678D01* -X118172162Y-91443548D01* -X118169879Y-91529186D01* -X118168871Y-91567000D01* -X118164605Y-91721772D01* -X118160080Y-91876207D01* -X118155337Y-92029287D01* -X118150420Y-92179996D01* -X118145370Y-92327316D01* -X118140232Y-92470231D01* -X118135047Y-92607723D01* -X118129859Y-92738777D01* -X118124710Y-92862374D01* -X118119642Y-92977498D01* -X118114699Y-93083133D01* -X118109923Y-93178260D01* -X118105357Y-93261864D01* -X118101044Y-93332927D01* -X118097026Y-93390432D01* -X118093346Y-93433363D01* -X118090047Y-93460702D01* -X118089097Y-93465908D01* -X118068867Y-93532208D01* -X118036525Y-93593529D01* -X117989956Y-93653769D01* -X117983000Y-93661449D01* -X117971242Y-93673245D01* -X117948017Y-93695632D01* -X117914293Y-93727708D01* -X117871039Y-93768571D01* -X117819223Y-93817319D01* -X117759814Y-93873048D01* -X117693779Y-93934857D01* -X117622088Y-94001843D01* -X117545709Y-94073105D01* -X117465609Y-94147739D01* -X117382758Y-94224843D01* -X117298124Y-94303516D01* -X117212675Y-94382855D01* -X117127379Y-94461958D01* -X117043205Y-94539921D01* -X116961122Y-94615844D01* -X116882096Y-94688823D01* -X116807098Y-94757957D01* -X116738387Y-94821156D01* -X116706448Y-94848795D01* -X116673832Y-94874201D01* -X116645665Y-94893487D01* -X116635145Y-94899472D01* -X116587816Y-94916265D01* -X116541317Y-94919524D01* -X116499448Y-94909225D01* -X116483536Y-94900434D01* -X116462119Y-94882444D01* -X116446264Y-94862966D01* -X116444473Y-94859668D01* -X116443239Y-94853952D01* -X116442331Y-94842159D01* -X116441766Y-94823641D01* -X116441562Y-94797751D01* -X116441735Y-94763841D01* -X116442303Y-94721265D01* -X116443282Y-94669374D01* -X116444691Y-94607522D01* -X116446545Y-94535062D01* -X116448862Y-94451346D01* -X116451660Y-94355727D01* -X116454955Y-94247557D01* -X116458764Y-94126190D01* -X116463105Y-93990978D01* -X116467994Y-93841274D01* -X116473450Y-93676430D01* -X116479488Y-93495800D01* -X116484440Y-93348684D01* -X116489824Y-93190338D01* -X116495150Y-93036062D01* -X116500384Y-92886750D01* -X116505491Y-92743300D01* -X116510438Y-92606606D01* -X116515188Y-92477564D01* -X116519709Y-92357070D01* -X116523965Y-92246019D01* -X116527922Y-92145306D01* -X116531546Y-92055828D01* -X116534801Y-91978480D01* -X116537654Y-91914157D01* -X116540071Y-91863755D01* -X116542016Y-91828170D01* -X116543455Y-91808297D01* -X116543836Y-91805199D01* -X116555460Y-91754008D01* -X116572894Y-91709325D01* -X116598127Y-91668432D01* -X116633147Y-91628606D01* -X116679945Y-91587127D01* -X116732565Y-91547013D01* -X116941247Y-91404622D01* -X117162169Y-91271300D01* -X117392424Y-91148550D01* -X117629103Y-91037875D01* -X117869296Y-90940779D01* -X117986224Y-90899013D01* -X118034924Y-90882569D01* -X118079985Y-90867711D01* -X118118186Y-90855474D01* -X118146306Y-90846893D01* -X118159748Y-90843274D01* -X118188329Y-90837054D01* -X118182719Y-91047510D01* -G37* -X118413683Y-93709095D02* -X118472786Y-93710331D01* -X118543892Y-93712147D01* -X118625858Y-93714498D01* -X118717540Y-93717338D01* -X118817796Y-93720622D01* -X118925482Y-93724304D01* -X119039455Y-93728338D01* -X119158571Y-93732678D01* -X119281689Y-93737279D01* -X119407664Y-93742096D01* -X119535353Y-93747082D01* -X119663614Y-93752191D01* -X119791302Y-93757379D01* -X119917276Y-93762599D01* -X120040391Y-93767806D01* -X120159504Y-93772954D01* -X120273473Y-93777997D01* -X120381154Y-93782890D01* -X120481404Y-93787588D01* -X120573079Y-93792043D01* -X120655037Y-93796211D01* -X120726135Y-93800047D01* -X120785229Y-93803503D01* -X120831176Y-93806535D01* -X120862833Y-93809097D01* -X120879056Y-93811144D01* -X120880754Y-93811656D01* -X120900173Y-93824892D01* -X120909608Y-93841870D01* -X120912313Y-93868773D01* -X120912337Y-93871672D01* -X120908346Y-93895730D01* -X120896789Y-93932680D01* -X120878505Y-93980715D01* -X120854333Y-94038025D01* -X120825111Y-94102803D01* -X120791677Y-94173239D01* -X120754869Y-94247525D01* -X120715526Y-94323854D01* -X120674485Y-94400415D01* -X120632586Y-94475402D01* -X120632080Y-94476287D01* -X120495585Y-94700265D01* -X120345023Y-94919007D01* -X120179107Y-95134362D01* -X120144886Y-95176082D01* -X120095305Y-95235161D01* -X120053597Y-95282181D01* -X120017353Y-95318537D01* -X119984164Y-95345621D01* -X119951620Y-95364830D01* -X119917312Y-95377556D01* -X119878830Y-95385194D01* -X119833765Y-95389139D01* -X119779707Y-95390784D01* -X119773700Y-95390876D01* -X119751152Y-95390751D01* -X119712682Y-95389986D01* -X119659288Y-95388616D01* -X119591967Y-95386674D01* -X119511717Y-95384194D01* -X119419536Y-95381211D01* -X119316422Y-95377760D01* -X119203373Y-95373873D01* -X119081386Y-95369585D01* -X118951459Y-95364932D01* -X118814589Y-95359945D01* -X118671776Y-95354661D01* -X118524016Y-95349113D01* -X118372307Y-95343335D01* -X118264156Y-95339166D01* -X118112039Y-95333246D01* -X117964236Y-95327440D01* -X117821657Y-95321786D01* -X117685217Y-95316323D01* -X117555827Y-95311087D01* -X117434400Y-95306119D01* -X117321849Y-95301456D01* -X117219087Y-95297136D01* -X117127025Y-95293198D01* -X117046577Y-95289680D01* -X116978656Y-95286621D01* -X116924173Y-95284058D01* -X116884041Y-95282030D01* -X116859173Y-95280576D01* -X116850825Y-95279840D01* -X116821962Y-95268495D01* -X116793827Y-95247810D01* -X116791919Y-95245946D01* -X116775186Y-95227148D01* -X116766804Y-95209500D01* -X116763990Y-95185618D01* -X116763800Y-95171273D01* -X116770834Y-95123882D01* -X116790565Y-95072825D01* -X116820942Y-95022750D01* -X116839854Y-94999106D01* -X116849021Y-94989907D01* -X116869540Y-94970121D01* -X116900383Y-94940714D01* -X116940521Y-94902648D01* -X116988925Y-94856890D01* -X117044566Y-94804402D01* -X117106415Y-94746151D01* -X117173443Y-94683099D01* -X117244622Y-94616212D01* -X117318921Y-94546454D01* -X117395312Y-94474789D01* -X117472767Y-94402183D01* -X117550256Y-94329599D01* -X117626750Y-94258002D01* -X117701220Y-94188356D01* -X117772637Y-94121626D01* -X117839973Y-94058776D01* -X117902199Y-94000771D01* -X117958284Y-93948576D01* -X118007201Y-93903154D01* -X118047920Y-93865470D01* -X118079413Y-93836488D01* -X118100651Y-93817174D01* -X118104741Y-93813521D01* -X118172212Y-93763558D01* -X118244427Y-93728518D01* -X118319329Y-93709399D01* -X118319823Y-93709328D01* -X118336058Y-93708548D01* -X118367726Y-93708486D01* -X118413683Y-93709095D01* -G36* -X118413683Y-93709095D02* -G01* -X118472786Y-93710331D01* -X118543892Y-93712147D01* -X118625858Y-93714498D01* -X118717540Y-93717338D01* -X118817796Y-93720622D01* -X118925482Y-93724304D01* -X119039455Y-93728338D01* -X119158571Y-93732678D01* -X119281689Y-93737279D01* -X119407664Y-93742096D01* -X119535353Y-93747082D01* -X119663614Y-93752191D01* -X119791302Y-93757379D01* -X119917276Y-93762599D01* -X120040391Y-93767806D01* -X120159504Y-93772954D01* -X120273473Y-93777997D01* -X120381154Y-93782890D01* -X120481404Y-93787588D01* -X120573079Y-93792043D01* -X120655037Y-93796211D01* -X120726135Y-93800047D01* -X120785229Y-93803503D01* -X120831176Y-93806535D01* -X120862833Y-93809097D01* -X120879056Y-93811144D01* -X120880754Y-93811656D01* -X120900173Y-93824892D01* -X120909608Y-93841870D01* -X120912313Y-93868773D01* -X120912337Y-93871672D01* -X120908346Y-93895730D01* -X120896789Y-93932680D01* -X120878505Y-93980715D01* -X120854333Y-94038025D01* -X120825111Y-94102803D01* -X120791677Y-94173239D01* -X120754869Y-94247525D01* -X120715526Y-94323854D01* -X120674485Y-94400415D01* -X120632586Y-94475402D01* -X120632080Y-94476287D01* -X120495585Y-94700265D01* -X120345023Y-94919007D01* -X120179107Y-95134362D01* -X120144886Y-95176082D01* -X120095305Y-95235161D01* -X120053597Y-95282181D01* -X120017353Y-95318537D01* -X119984164Y-95345621D01* -X119951620Y-95364830D01* -X119917312Y-95377556D01* -X119878830Y-95385194D01* -X119833765Y-95389139D01* -X119779707Y-95390784D01* -X119773700Y-95390876D01* -X119751152Y-95390751D01* -X119712682Y-95389986D01* -X119659288Y-95388616D01* -X119591967Y-95386674D01* -X119511717Y-95384194D01* -X119419536Y-95381211D01* -X119316422Y-95377760D01* -X119203373Y-95373873D01* -X119081386Y-95369585D01* -X118951459Y-95364932D01* -X118814589Y-95359945D01* -X118671776Y-95354661D01* -X118524016Y-95349113D01* -X118372307Y-95343335D01* -X118264156Y-95339166D01* -X118112039Y-95333246D01* -X117964236Y-95327440D01* -X117821657Y-95321786D01* -X117685217Y-95316323D01* -X117555827Y-95311087D01* -X117434400Y-95306119D01* -X117321849Y-95301456D01* -X117219087Y-95297136D01* -X117127025Y-95293198D01* -X117046577Y-95289680D01* -X116978656Y-95286621D01* -X116924173Y-95284058D01* -X116884041Y-95282030D01* -X116859173Y-95280576D01* -X116850825Y-95279840D01* -X116821962Y-95268495D01* -X116793827Y-95247810D01* -X116791919Y-95245946D01* -X116775186Y-95227148D01* -X116766804Y-95209500D01* -X116763990Y-95185618D01* -X116763800Y-95171273D01* -X116770834Y-95123882D01* -X116790565Y-95072825D01* -X116820942Y-95022750D01* -X116839854Y-94999106D01* -X116849021Y-94989907D01* -X116869540Y-94970121D01* -X116900383Y-94940714D01* -X116940521Y-94902648D01* -X116988925Y-94856890D01* -X117044566Y-94804402D01* -X117106415Y-94746151D01* -X117173443Y-94683099D01* -X117244622Y-94616212D01* -X117318921Y-94546454D01* -X117395312Y-94474789D01* -X117472767Y-94402183D01* -X117550256Y-94329599D01* -X117626750Y-94258002D01* -X117701220Y-94188356D01* -X117772637Y-94121626D01* -X117839973Y-94058776D01* -X117902199Y-94000771D01* -X117958284Y-93948576D01* -X118007201Y-93903154D01* -X118047920Y-93865470D01* -X118079413Y-93836488D01* -X118100651Y-93817174D01* -X118104741Y-93813521D01* -X118172212Y-93763558D01* -X118244427Y-93728518D01* -X118319329Y-93709399D01* -X118319823Y-93709328D01* -X118336058Y-93708548D01* -X118367726Y-93708486D01* -X118413683Y-93709095D01* -G37* -D17* +X98726258Y-103138500D02* +X98251742Y-103138500D01* +X98726258Y-102093500D02* +X98251742Y-102093500D01* +%TO.C,C6*% +X91770580Y-117840000D02* +X91489420Y-117840000D01* +X91770580Y-116820000D02* +X91489420Y-116820000D01* %TO.C,SW2*% X131604000Y-126540000D02* X133104000Y-126540000D01* @@ -89535,6 +86862,11 @@ X146573286Y-95497433D02* X146573286Y-95971949D01* X145528286Y-95497433D02* X145528286Y-95971949D01* +%TO.C,C7*% +X95570580Y-119445000D02* +X95289420Y-119445000D01* +X95570580Y-118425000D02* +X95289420Y-118425000D01* %TO.C,J11*% X136724000Y-111510000D02* X136724000Y-112760000D01* @@ -89593,2728 +86925,28 @@ X143640786Y-84594691D02* X143640786Y-83944691D01* X143640786Y-84594691D02* X143640786Y-85244691D01* -%TO.C,REF\u002A\u002A*% -D18* -X124709460Y-107448030D02* -X124752711Y-107461245D01* -X124780558Y-107477941D01* -X124789629Y-107491145D01* -X124787132Y-107506797D01* -X124770931Y-107531385D01* -X124757232Y-107548800D01* -X124728992Y-107580283D01* -X124707775Y-107593529D01* -X124689688Y-107592664D01* -X124636035Y-107579010D01* -X124596630Y-107579630D01* -X124564632Y-107595104D01* -X124553890Y-107604161D01* -X124519505Y-107636027D01* -X124519505Y-108052179D01* -X124381188Y-108052179D01* -X124381188Y-107448614D01* -X124450347Y-107448614D01* -X124491869Y-107450256D01* -X124513291Y-107456087D01* -X124519502Y-107467461D01* -X124519505Y-107467798D01* -X124522439Y-107479713D01* -X124535704Y-107478159D01* -X124554084Y-107469563D01* -X124592046Y-107453568D01* -X124622872Y-107443945D01* -X124662536Y-107441478D01* -X124709460Y-107448030D01* -G36* -X124709460Y-107448030D02* -G01* -X124752711Y-107461245D01* -X124780558Y-107477941D01* -X124789629Y-107491145D01* -X124787132Y-107506797D01* -X124770931Y-107531385D01* -X124757232Y-107548800D01* -X124728992Y-107580283D01* -X124707775Y-107593529D01* -X124689688Y-107592664D01* -X124636035Y-107579010D01* -X124596630Y-107579630D01* -X124564632Y-107595104D01* -X124553890Y-107604161D01* -X124519505Y-107636027D01* -X124519505Y-108052179D01* -X124381188Y-108052179D01* -X124381188Y-107448614D01* -X124450347Y-107448614D01* -X124491869Y-107450256D01* -X124513291Y-107456087D01* -X124519502Y-107467461D01* -X124519505Y-107467798D01* -X124522439Y-107479713D01* -X124535704Y-107478159D01* -X124554084Y-107469563D01* -X124592046Y-107453568D01* -X124622872Y-107443945D01* -X124662536Y-107441478D01* -X124709460Y-107448030D01* -G37* -X124545255Y-108391486D02* -X124593595Y-108401015D01* -X124621114Y-108415125D01* -X124650064Y-108438568D01* -X124608876Y-108490571D01* -X124583482Y-108522064D01* -X124566238Y-108537428D01* -X124549102Y-108539776D01* -X124524027Y-108532217D01* -X124512257Y-108527941D01* -X124464270Y-108521631D01* -X124420324Y-108535156D01* -X124388060Y-108565710D01* -X124382819Y-108575452D01* -X124377112Y-108601258D01* -X124372706Y-108648817D01* -X124369811Y-108714758D01* -X124368631Y-108795710D01* -X124368614Y-108807226D01* -X124368614Y-109007822D01* -X124230297Y-109007822D01* -X124230297Y-108391683D01* -X124299456Y-108391683D01* -X124339333Y-108392725D01* -X124360107Y-108397358D01* -X124367789Y-108407849D01* -X124368614Y-108417745D01* -X124368614Y-108443806D01* -X124401745Y-108417745D01* -X124439735Y-108399965D01* -X124490770Y-108391174D01* -X124545255Y-108391486D01* -G36* -X124545255Y-108391486D02* -G01* -X124593595Y-108401015D01* -X124621114Y-108415125D01* -X124650064Y-108438568D01* -X124608876Y-108490571D01* -X124583482Y-108522064D01* -X124566238Y-108537428D01* -X124549102Y-108539776D01* -X124524027Y-108532217D01* -X124512257Y-108527941D01* -X124464270Y-108521631D01* -X124420324Y-108535156D01* -X124388060Y-108565710D01* -X124382819Y-108575452D01* -X124377112Y-108601258D01* -X124372706Y-108648817D01* -X124369811Y-108714758D01* -X124368631Y-108795710D01* -X124368614Y-108807226D01* -X124368614Y-109007822D01* -X124230297Y-109007822D01* -X124230297Y-108391683D01* -X124299456Y-108391683D01* -X124339333Y-108392725D01* -X124360107Y-108397358D01* -X124367789Y-108407849D01* -X124368614Y-108417745D01* -X124368614Y-108443806D01* -X124401745Y-108417745D01* -X124439735Y-108399965D01* -X124490770Y-108391174D01* -X124545255Y-108391486D01* -G37* -X121916644Y-108393020D02* -X121935461Y-108398660D01* -X121941527Y-108411053D01* -X121941782Y-108416647D01* -X121942871Y-108432230D01* -X121950368Y-108434676D01* -X121970619Y-108423993D01* -X121982649Y-108416694D01* -X122020600Y-108401063D01* -X122065928Y-108393334D01* -X122113456Y-108392740D01* -X122158005Y-108398513D01* -X122194398Y-108409884D01* -X122217457Y-108426088D01* -X122222004Y-108446355D01* -X122219709Y-108451843D01* -X122202980Y-108474626D01* -X122177037Y-108502647D01* -X122172345Y-108507177D01* -X122147617Y-108528005D01* -X122126282Y-108534735D01* -X122096445Y-108530038D01* -X122084492Y-108526917D01* -X122047295Y-108519421D01* -X122021141Y-108522792D01* -X121999054Y-108534681D01* -X121978822Y-108550635D01* -X121963921Y-108570700D01* -X121953566Y-108598702D01* -X121946971Y-108638467D01* -X121943351Y-108693823D01* -X121941922Y-108768594D01* -X121941782Y-108813740D01* -X121941782Y-109007822D01* -X121816040Y-109007822D01* -X121816040Y-108391683D01* -X121878911Y-108391683D01* -X121916644Y-108393020D01* -G36* -X121916644Y-108393020D02* -G01* -X121935461Y-108398660D01* -X121941527Y-108411053D01* -X121941782Y-108416647D01* -X121942871Y-108432230D01* -X121950368Y-108434676D01* -X121970619Y-108423993D01* -X121982649Y-108416694D01* -X122020600Y-108401063D01* -X122065928Y-108393334D01* -X122113456Y-108392740D01* -X122158005Y-108398513D01* -X122194398Y-108409884D01* -X122217457Y-108426088D01* -X122222004Y-108446355D01* -X122219709Y-108451843D01* -X122202980Y-108474626D01* -X122177037Y-108502647D01* -X122172345Y-108507177D01* -X122147617Y-108528005D01* -X122126282Y-108534735D01* -X122096445Y-108530038D01* -X122084492Y-108526917D01* -X122047295Y-108519421D01* -X122021141Y-108522792D01* -X121999054Y-108534681D01* -X121978822Y-108550635D01* -X121963921Y-108570700D01* -X121953566Y-108598702D01* -X121946971Y-108638467D01* -X121943351Y-108693823D01* -X121941922Y-108768594D01* -X121941782Y-108813740D01* -X121941782Y-109007822D01* -X121816040Y-109007822D01* -X121816040Y-108391683D01* -X121878911Y-108391683D01* -X121916644Y-108393020D01* -G37* -X123903367Y-107644342D02* -X123904555Y-107736563D01* -X123908897Y-107806610D01* -X123917558Y-107857381D01* -X123931704Y-107891772D01* -X123952500Y-107912679D01* -X123981110Y-107923000D01* -X124016535Y-107925636D01* -X124053636Y-107922682D01* -X124081818Y-107911889D01* -X124102243Y-107890360D01* -X124116079Y-107855199D01* -X124124491Y-107803510D01* -X124128643Y-107732394D01* -X124129703Y-107644342D01* -X124129703Y-107448614D01* -X124268020Y-107448614D01* -X124268020Y-108052179D01* -X124198862Y-108052179D01* -X124157170Y-108050489D01* -X124135701Y-108044556D01* -X124129703Y-108033293D01* -X124126091Y-108023261D01* -X124111714Y-108025383D01* -X124082736Y-108039580D01* -X124016319Y-108061480D01* -X123945875Y-108059928D01* -X123878377Y-108036147D01* -X123846233Y-108017362D01* -X123821715Y-107997022D01* -X123803804Y-107971573D01* -X123791479Y-107937458D01* -X123783723Y-107891121D01* -X123779516Y-107829007D01* -X123777840Y-107747561D01* -X123777624Y-107684578D01* -X123777624Y-107448614D01* -X123903367Y-107448614D01* -X123903367Y-107644342D01* -G36* -X123903367Y-107644342D02* -G01* -X123904555Y-107736563D01* -X123908897Y-107806610D01* -X123917558Y-107857381D01* -X123931704Y-107891772D01* -X123952500Y-107912679D01* -X123981110Y-107923000D01* -X124016535Y-107925636D01* -X124053636Y-107922682D01* -X124081818Y-107911889D01* -X124102243Y-107890360D01* -X124116079Y-107855199D01* -X124124491Y-107803510D01* -X124128643Y-107732394D01* -X124129703Y-107644342D01* -X124129703Y-107448614D01* -X124268020Y-107448614D01* -X124268020Y-108052179D01* -X124198862Y-108052179D01* -X124157170Y-108050489D01* -X124135701Y-108044556D01* -X124129703Y-108033293D01* -X124126091Y-108023261D01* -X124111714Y-108025383D01* -X124082736Y-108039580D01* -X124016319Y-108061480D01* -X123945875Y-108059928D01* -X123878377Y-108036147D01* -X123846233Y-108017362D01* -X123821715Y-107997022D01* -X123803804Y-107971573D01* -X123791479Y-107937458D01* -X123783723Y-107891121D01* -X123779516Y-107829007D01* -X123777840Y-107747561D01* -X123777624Y-107684578D01* -X123777624Y-107448614D01* -X123903367Y-107448614D01* -X123903367Y-107644342D01* -G37* -X122155988Y-107459002D02* -X122187283Y-107473950D01* -X122217591Y-107495541D01* -X122240682Y-107520391D01* -X122257500Y-107552087D01* -X122268994Y-107594214D01* -X122276109Y-107650358D01* -X122279793Y-107724106D01* -X122280992Y-107819044D01* -X122281011Y-107828985D01* -X122281287Y-108052179D01* -X122142970Y-108052179D01* -X122142970Y-107846418D01* -X122142872Y-107770189D01* -X122142191Y-107714939D01* -X122140349Y-107676501D01* -X122136767Y-107650706D01* -X122130868Y-107633384D01* -X122122073Y-107620368D01* -X122109820Y-107607507D01* -X122066953Y-107579873D01* -X122020157Y-107574745D01* -X121975576Y-107592217D01* -X121960072Y-107605221D01* -X121948690Y-107617447D01* -X121940519Y-107630540D01* -X121935026Y-107648615D01* -X121931680Y-107675787D01* -X121929949Y-107716170D01* -X121929303Y-107773879D01* -X121929208Y-107844132D01* -X121929208Y-108052179D01* -X121790891Y-108052179D01* -X121790891Y-107448614D01* -X121860050Y-107448614D01* -X121901572Y-107450256D01* -X121922994Y-107456087D01* -X121929205Y-107467461D01* -X121929208Y-107467798D01* -X121932090Y-107478938D01* -X121944801Y-107477674D01* -X121970074Y-107465434D01* -X122027395Y-107447424D01* -X122092963Y-107445421D01* -X122155988Y-107459002D01* -G36* -X122155988Y-107459002D02* -G01* -X122187283Y-107473950D01* -X122217591Y-107495541D01* -X122240682Y-107520391D01* -X122257500Y-107552087D01* -X122268994Y-107594214D01* -X122276109Y-107650358D01* -X122279793Y-107724106D01* -X122280992Y-107819044D01* -X122281011Y-107828985D01* -X122281287Y-108052179D01* -X122142970Y-108052179D01* -X122142970Y-107846418D01* -X122142872Y-107770189D01* -X122142191Y-107714939D01* -X122140349Y-107676501D01* -X122136767Y-107650706D01* -X122130868Y-107633384D01* -X122122073Y-107620368D01* -X122109820Y-107607507D01* -X122066953Y-107579873D01* -X122020157Y-107574745D01* -X121975576Y-107592217D01* -X121960072Y-107605221D01* -X121948690Y-107617447D01* -X121940519Y-107630540D01* -X121935026Y-107648615D01* -X121931680Y-107675787D01* -X121929949Y-107716170D01* -X121929303Y-107773879D01* -X121929208Y-107844132D01* -X121929208Y-108052179D01* -X121790891Y-108052179D01* -X121790891Y-107448614D01* -X121860050Y-107448614D01* -X121901572Y-107450256D01* -X121922994Y-107456087D01* -X121929205Y-107467461D01* -X121929208Y-107467798D01* -X121932090Y-107478938D01* -X121944801Y-107477674D01* -X121970074Y-107465434D01* -X122027395Y-107447424D01* -X122092963Y-107445421D01* -X122155988Y-107459002D01* -G37* -X125127226Y-107453880D02* -X125200080Y-107484830D01* -X125223027Y-107499895D01* -X125252354Y-107523048D01* -X125270764Y-107541253D01* -X125273961Y-107547183D01* -X125264935Y-107560340D01* -X125241837Y-107582667D01* -X125223344Y-107598250D01* -X125172728Y-107638926D01* -X125132760Y-107605295D01* -X125101874Y-107583584D01* -X125071759Y-107576090D01* -X125037292Y-107577920D01* -X124982561Y-107591528D01* -X124944886Y-107619772D01* -X124921991Y-107665433D01* -X124911597Y-107731289D01* -X124911595Y-107731331D01* -X124912494Y-107804939D01* -X124926463Y-107858946D01* -X124954328Y-107895716D01* -X124973325Y-107908168D01* -X125023776Y-107923673D01* -X125077663Y-107923683D01* -X125124546Y-107908638D01* -X125135644Y-107901287D01* -X125163476Y-107882511D01* -X125185236Y-107879434D01* -X125208704Y-107893409D01* -X125234649Y-107918510D01* -X125275716Y-107960880D01* -X125230121Y-107998464D01* -X125159674Y-108040882D01* -X125080233Y-108061785D01* -X124997215Y-108060272D01* -X124942694Y-108046411D01* -X124878970Y-108012135D01* -X124828005Y-107958212D01* -X124804851Y-107920149D01* -X124786099Y-107865536D01* -X124776715Y-107796369D01* -X124776643Y-107721407D01* -X124785824Y-107649409D01* -X124804199Y-107589137D01* -X124807093Y-107582958D01* -X124849952Y-107522351D01* -X124907979Y-107478224D01* -X124976591Y-107451493D01* -X125051201Y-107443073D01* -X125127226Y-107453880D01* -G36* -X125127226Y-107453880D02* -G01* -X125200080Y-107484830D01* -X125223027Y-107499895D01* -X125252354Y-107523048D01* -X125270764Y-107541253D01* -X125273961Y-107547183D01* -X125264935Y-107560340D01* -X125241837Y-107582667D01* -X125223344Y-107598250D01* -X125172728Y-107638926D01* -X125132760Y-107605295D01* -X125101874Y-107583584D01* -X125071759Y-107576090D01* -X125037292Y-107577920D01* -X124982561Y-107591528D01* -X124944886Y-107619772D01* -X124921991Y-107665433D01* -X124911597Y-107731289D01* -X124911595Y-107731331D01* -X124912494Y-107804939D01* -X124926463Y-107858946D01* -X124954328Y-107895716D01* -X124973325Y-107908168D01* -X125023776Y-107923673D01* -X125077663Y-107923683D01* -X125124546Y-107908638D01* -X125135644Y-107901287D01* -X125163476Y-107882511D01* -X125185236Y-107879434D01* -X125208704Y-107893409D01* -X125234649Y-107918510D01* -X125275716Y-107960880D01* -X125230121Y-107998464D01* -X125159674Y-108040882D01* -X125080233Y-108061785D01* -X124997215Y-108060272D01* -X124942694Y-108046411D01* -X124878970Y-108012135D01* -X124828005Y-107958212D01* -X124804851Y-107920149D01* -X124786099Y-107865536D01* -X124776715Y-107796369D01* -X124776643Y-107721407D01* -X124785824Y-107649409D01* -X124804199Y-107589137D01* -X124807093Y-107582958D01* -X124849952Y-107522351D01* -X124907979Y-107478224D01* -X124976591Y-107451493D01* -X125051201Y-107443073D01* -X125127226Y-107453880D01* -G37* -X123520762Y-107456055D02* -X123584363Y-107490692D01* -X123634123Y-107545372D01* -X123657568Y-107589842D01* -X123667634Y-107629121D01* -X123674156Y-107685116D01* -X123676951Y-107749621D01* -X123675836Y-107814429D01* -X123670626Y-107871334D01* -X123664541Y-107901727D01* -X123644014Y-107943306D01* -X123608463Y-107987468D01* -X123565619Y-108026087D01* -X123523211Y-108051034D01* -X123522177Y-108051430D01* -X123469553Y-108062331D01* -X123407188Y-108062601D01* -X123347924Y-108052676D01* -X123325040Y-108044722D01* -X123266102Y-108011300D01* -X123223890Y-107967511D01* -X123196156Y-107909538D01* -X123180651Y-107833565D01* -X123177143Y-107793771D01* -X123177590Y-107743766D01* -X123312376Y-107743766D01* -X123316917Y-107816732D01* -X123329986Y-107872334D01* -X123350756Y-107907861D01* -X123365552Y-107918020D01* -X123403464Y-107925104D01* -X123448527Y-107923007D01* -X123487487Y-107912812D01* -X123497704Y-107907204D01* -X123524659Y-107874538D01* -X123542451Y-107824545D01* -X123550024Y-107763705D01* -X123546325Y-107698497D01* -X123538057Y-107659253D01* -X123514320Y-107613805D01* -X123476849Y-107585396D01* -X123431720Y-107575573D01* -X123385011Y-107585887D01* -X123349132Y-107611112D01* -X123330277Y-107631925D01* -X123319272Y-107652439D01* -X123314026Y-107680203D01* -X123312449Y-107722762D01* -X123312376Y-107743766D01* -X123177590Y-107743766D01* -X123178094Y-107687580D01* -X123195388Y-107600501D01* -X123229029Y-107532530D01* -X123279018Y-107483664D01* -X123345356Y-107453899D01* -X123359601Y-107450448D01* -X123445210Y-107442345D01* -X123520762Y-107456055D01* -G36* -X123520762Y-107456055D02* -G01* -X123584363Y-107490692D01* -X123634123Y-107545372D01* -X123657568Y-107589842D01* -X123667634Y-107629121D01* -X123674156Y-107685116D01* -X123676951Y-107749621D01* -X123675836Y-107814429D01* -X123670626Y-107871334D01* -X123664541Y-107901727D01* -X123644014Y-107943306D01* -X123608463Y-107987468D01* -X123565619Y-108026087D01* -X123523211Y-108051034D01* -X123522177Y-108051430D01* -X123469553Y-108062331D01* -X123407188Y-108062601D01* -X123347924Y-108052676D01* -X123325040Y-108044722D01* -X123266102Y-108011300D01* -X123223890Y-107967511D01* -X123196156Y-107909538D01* -X123180651Y-107833565D01* -X123177143Y-107793771D01* -X123177590Y-107743766D01* -X123312376Y-107743766D01* -X123316917Y-107816732D01* -X123329986Y-107872334D01* -X123350756Y-107907861D01* -X123365552Y-107918020D01* -X123403464Y-107925104D01* -X123448527Y-107923007D01* -X123487487Y-107912812D01* -X123497704Y-107907204D01* -X123524659Y-107874538D01* -X123542451Y-107824545D01* -X123550024Y-107763705D01* -X123546325Y-107698497D01* -X123538057Y-107659253D01* -X123514320Y-107613805D01* -X123476849Y-107585396D01* -X123431720Y-107575573D01* -X123385011Y-107585887D01* -X123349132Y-107611112D01* -X123330277Y-107631925D01* -X123319272Y-107652439D01* -X123314026Y-107680203D01* -X123312449Y-107722762D01* -X123312376Y-107743766D01* -X123177590Y-107743766D01* -X123178094Y-107687580D01* -X123195388Y-107600501D01* -X123229029Y-107532530D01* -X123279018Y-107483664D01* -X123345356Y-107453899D01* -X123359601Y-107450448D01* -X123445210Y-107442345D01* -X123520762Y-107456055D01* -G37* -X123191524Y-108394237D02* -X123241255Y-108397971D01* -X123371291Y-108787773D01* -X123391678Y-108718614D01* -X123403946Y-108675874D01* -X123420085Y-108618115D01* -X123437512Y-108554625D01* -X123446726Y-108520570D01* -X123481388Y-108391683D01* -X123624391Y-108391683D01* -X123581646Y-108526857D01* -X123560596Y-108593342D01* -X123535167Y-108673539D01* -X123508610Y-108757193D01* -X123484902Y-108831782D01* -X123430902Y-109001535D01* -X123372598Y-109005328D01* -X123314295Y-109009122D01* -X123282679Y-108904734D01* -X123263182Y-108839889D01* -X123241904Y-108768400D01* -X123223308Y-108705263D01* -X123222574Y-108702750D01* -X123208684Y-108659969D01* -X123196429Y-108630779D01* -X123187846Y-108619741D01* -X123186082Y-108621018D01* -X123179891Y-108638130D01* -X123168128Y-108674787D01* -X123152225Y-108726378D01* -X123133614Y-108788294D01* -X123123543Y-108822352D01* -X123069007Y-109007822D01* -X122953264Y-109007822D01* -X122860737Y-108715471D01* -X122834744Y-108633462D01* -X122811066Y-108558987D01* -X122790820Y-108495544D01* -X122775126Y-108446632D01* -X122765102Y-108415749D01* -X122762055Y-108406726D01* -X122764467Y-108397487D01* -X122783408Y-108393441D01* -X122822823Y-108393846D01* -X122828993Y-108394152D01* -X122902086Y-108397971D01* -X122949957Y-108574010D01* -X122967553Y-108638211D01* -X122983277Y-108694649D01* -X122995746Y-108738422D01* -X123003574Y-108764630D01* -X123005020Y-108768903D01* -X123011014Y-108763990D01* -X123023101Y-108738532D01* -X123039893Y-108695997D01* -X123060003Y-108639850D01* -X123077003Y-108589130D01* -X123141794Y-108390504D01* -X123191524Y-108394237D01* -G36* -X123191524Y-108394237D02* -G01* -X123241255Y-108397971D01* -X123371291Y-108787773D01* -X123391678Y-108718614D01* -X123403946Y-108675874D01* -X123420085Y-108618115D01* -X123437512Y-108554625D01* -X123446726Y-108520570D01* -X123481388Y-108391683D01* -X123624391Y-108391683D01* -X123581646Y-108526857D01* -X123560596Y-108593342D01* -X123535167Y-108673539D01* -X123508610Y-108757193D01* -X123484902Y-108831782D01* -X123430902Y-109001535D01* -X123372598Y-109005328D01* -X123314295Y-109009122D01* -X123282679Y-108904734D01* -X123263182Y-108839889D01* -X123241904Y-108768400D01* -X123223308Y-108705263D01* -X123222574Y-108702750D01* -X123208684Y-108659969D01* -X123196429Y-108630779D01* -X123187846Y-108619741D01* -X123186082Y-108621018D01* -X123179891Y-108638130D01* -X123168128Y-108674787D01* -X123152225Y-108726378D01* -X123133614Y-108788294D01* -X123123543Y-108822352D01* -X123069007Y-109007822D01* -X122953264Y-109007822D01* -X122860737Y-108715471D01* -X122834744Y-108633462D01* -X122811066Y-108558987D01* -X122790820Y-108495544D01* -X122775126Y-108446632D01* -X122765102Y-108415749D01* -X122762055Y-108406726D01* -X122764467Y-108397487D01* -X122783408Y-108393441D01* -X122822823Y-108393846D01* -X122828993Y-108394152D01* -X122902086Y-108397971D01* -X122949957Y-108574010D01* -X122967553Y-108638211D01* -X122983277Y-108694649D01* -X122995746Y-108738422D01* -X123003574Y-108764630D01* -X123005020Y-108768903D01* -X123011014Y-108763990D01* -X123023101Y-108738532D01* -X123039893Y-108695997D01* -X123060003Y-108639850D01* -X123077003Y-108589130D01* -X123141794Y-108390504D01* -X123191524Y-108394237D01* -G37* -X120371739Y-107455148D02* -X120437521Y-107484231D01* -X120487460Y-107532793D01* -X120521626Y-107600908D01* -X120540093Y-107688651D01* -X120541417Y-107702351D01* -X120542454Y-107798939D01* -X120529007Y-107883602D01* -X120501892Y-107952221D01* -X120487373Y-107974294D01* -X120436799Y-108021011D01* -X120372391Y-108051268D01* -X120300334Y-108063824D01* -X120226815Y-108057439D01* -X120170928Y-108037772D01* -X120122868Y-108004629D01* -X120083588Y-107961175D01* -X120082908Y-107960158D01* -X120066956Y-107933338D01* -X120056590Y-107906368D01* -X120050312Y-107872332D01* -X120046627Y-107824310D01* -X120045003Y-107784931D01* -X120044328Y-107749219D01* -X120170045Y-107749219D01* -X120171274Y-107784770D01* -X120175734Y-107832094D01* -X120183603Y-107862465D01* -X120197793Y-107884072D01* -X120211083Y-107896694D01* -X120258198Y-107923122D01* -X120307495Y-107926653D01* -X120353407Y-107907639D01* -X120376362Y-107886331D01* -X120392904Y-107864859D01* -X120402579Y-107844313D01* -X120406826Y-107817574D01* -X120407080Y-107777523D01* -X120405772Y-107740638D01* -X120402957Y-107687947D01* -X120398495Y-107653772D01* -X120390452Y-107631480D01* -X120376897Y-107614442D01* -X120366155Y-107604703D01* -X120321223Y-107579123D01* -X120272751Y-107577847D01* -X120232106Y-107592999D01* -X120197433Y-107624642D01* -X120176776Y-107676620D01* -X120170045Y-107749219D01* -X120044328Y-107749219D01* -X120043521Y-107706621D01* -X120046052Y-107648056D01* -X120053638Y-107604007D01* -X120067319Y-107569248D01* -X120088135Y-107538551D01* -X120095853Y-107529436D01* -X120144111Y-107484021D01* -X120195872Y-107457493D01* -X120259172Y-107446379D01* -X120290039Y-107445471D01* -X120371739Y-107455148D01* -G36* -X120371739Y-107455148D02* -G01* -X120437521Y-107484231D01* -X120487460Y-107532793D01* -X120521626Y-107600908D01* -X120540093Y-107688651D01* -X120541417Y-107702351D01* -X120542454Y-107798939D01* -X120529007Y-107883602D01* -X120501892Y-107952221D01* -X120487373Y-107974294D01* -X120436799Y-108021011D01* -X120372391Y-108051268D01* -X120300334Y-108063824D01* -X120226815Y-108057439D01* -X120170928Y-108037772D01* -X120122868Y-108004629D01* -X120083588Y-107961175D01* -X120082908Y-107960158D01* -X120066956Y-107933338D01* -X120056590Y-107906368D01* -X120050312Y-107872332D01* -X120046627Y-107824310D01* -X120045003Y-107784931D01* -X120044328Y-107749219D01* -X120170045Y-107749219D01* -X120171274Y-107784770D01* -X120175734Y-107832094D01* -X120183603Y-107862465D01* -X120197793Y-107884072D01* -X120211083Y-107896694D01* -X120258198Y-107923122D01* -X120307495Y-107926653D01* -X120353407Y-107907639D01* -X120376362Y-107886331D01* -X120392904Y-107864859D01* -X120402579Y-107844313D01* -X120406826Y-107817574D01* -X120407080Y-107777523D01* -X120405772Y-107740638D01* -X120402957Y-107687947D01* -X120398495Y-107653772D01* -X120390452Y-107631480D01* -X120376897Y-107614442D01* -X120366155Y-107604703D01* -X120321223Y-107579123D01* -X120272751Y-107577847D01* -X120232106Y-107592999D01* -X120197433Y-107624642D01* -X120176776Y-107676620D01* -X120170045Y-107749219D01* -X120044328Y-107749219D01* -X120043521Y-107706621D01* -X120046052Y-107648056D01* -X120053638Y-107604007D01* -X120067319Y-107569248D01* -X120088135Y-107538551D01* -X120095853Y-107529436D01* -X120144111Y-107484021D01* -X120195872Y-107457493D01* -X120259172Y-107446379D01* -X120290039Y-107445471D01* -X120371739Y-107455148D01* -G37* -X122708812Y-109007822D02* -X122639654Y-109007822D01* -X122599512Y-109006645D01* -X122578606Y-109001772D01* -X122571078Y-108991186D01* -X122570495Y-108984029D01* -X122569226Y-108969676D01* -X122561221Y-108966923D01* -X122540185Y-108975771D01* -X122523827Y-108984029D01* -X122461023Y-109003597D01* -X122392752Y-109004729D01* -X122337248Y-108990135D01* -X122285562Y-108954877D01* -X122246162Y-108902835D01* -X122224587Y-108841450D01* -X122224038Y-108838018D01* -X122220833Y-108800571D01* -X122219239Y-108746813D01* -X122219367Y-108706155D01* -X122356721Y-108706155D01* -X122359903Y-108760194D01* -X122367141Y-108804735D01* -X122376940Y-108829888D01* -X122414011Y-108864260D01* -X122458026Y-108876582D01* -X122503416Y-108866618D01* -X122542203Y-108836895D01* -X122556892Y-108816905D01* -X122565481Y-108793050D01* -X122569504Y-108758230D01* -X122570495Y-108705930D01* -X122568722Y-108654139D01* -X122564037Y-108608634D01* -X122557397Y-108578181D01* -X122556290Y-108575452D01* -X122529509Y-108543000D01* -X122490421Y-108525183D01* -X122446685Y-108522306D01* -X122405962Y-108534674D01* -X122375913Y-108562593D01* -X122372796Y-108568148D01* -X122363039Y-108602022D01* -X122357723Y-108650728D01* -X122356721Y-108706155D01* -X122219367Y-108706155D01* -X122219432Y-108685540D01* -X122220336Y-108652563D01* -X122226486Y-108570981D01* -X122239267Y-108509730D01* -X122260529Y-108464449D01* -X122292122Y-108430779D01* -X122322793Y-108411014D01* -X122365646Y-108397120D01* -X122418944Y-108392354D01* -X122473520Y-108396236D01* -X122520208Y-108408282D01* -X122544876Y-108422693D01* -X122570495Y-108445878D01* -X122570495Y-108152773D01* -X122708812Y-108152773D01* -X122708812Y-109007822D01* -G36* -X122708812Y-109007822D02* -G01* -X122639654Y-109007822D01* -X122599512Y-109006645D01* -X122578606Y-109001772D01* -X122571078Y-108991186D01* -X122570495Y-108984029D01* -X122569226Y-108969676D01* -X122561221Y-108966923D01* -X122540185Y-108975771D01* -X122523827Y-108984029D01* -X122461023Y-109003597D01* -X122392752Y-109004729D01* -X122337248Y-108990135D01* -X122285562Y-108954877D01* -X122246162Y-108902835D01* -X122224587Y-108841450D01* -X122224038Y-108838018D01* -X122220833Y-108800571D01* -X122219239Y-108746813D01* -X122219367Y-108706155D01* -X122356721Y-108706155D01* -X122359903Y-108760194D01* -X122367141Y-108804735D01* -X122376940Y-108829888D01* -X122414011Y-108864260D01* -X122458026Y-108876582D01* -X122503416Y-108866618D01* -X122542203Y-108836895D01* -X122556892Y-108816905D01* -X122565481Y-108793050D01* -X122569504Y-108758230D01* -X122570495Y-108705930D01* -X122568722Y-108654139D01* -X122564037Y-108608634D01* -X122557397Y-108578181D01* -X122556290Y-108575452D01* -X122529509Y-108543000D01* -X122490421Y-108525183D01* -X122446685Y-108522306D01* -X122405962Y-108534674D01* -X122375913Y-108562593D01* -X122372796Y-108568148D01* -X122363039Y-108602022D01* -X122357723Y-108650728D01* -X122356721Y-108706155D01* -X122219367Y-108706155D01* -X122219432Y-108685540D01* -X122220336Y-108652563D01* -X122226486Y-108570981D01* -X122239267Y-108509730D01* -X122260529Y-108464449D01* -X122292122Y-108430779D01* -X122322793Y-108411014D01* -X122365646Y-108397120D01* -X122418944Y-108392354D01* -X122473520Y-108396236D01* -X122520208Y-108408282D01* -X122544876Y-108422693D01* -X122570495Y-108445878D01* -X122570495Y-108152773D01* -X122708812Y-108152773D01* -X122708812Y-109007822D01* -G37* -X125587898Y-107446457D02* -X125620096Y-107454279D01* -X125681825Y-107482921D01* -X125734610Y-107526667D01* -X125771141Y-107579117D01* -X125776160Y-107590893D01* -X125783045Y-107621740D01* -X125787864Y-107667371D01* -X125789505Y-107713492D01* -X125789505Y-107800693D01* -X125607178Y-107800693D01* -X125531979Y-107800978D01* -X125479003Y-107802704D01* -X125445325Y-107807181D01* -X125428020Y-107815720D01* -X125424163Y-107829630D01* -X125430829Y-107850222D01* -X125442770Y-107874315D01* -X125476080Y-107914525D01* -X125522368Y-107934558D01* -X125578944Y-107933905D01* -X125643031Y-107912101D01* -X125698417Y-107885193D01* -X125744375Y-107921532D01* -X125790333Y-107957872D01* -X125747096Y-107997819D01* -X125689374Y-108035563D01* -X125618386Y-108058320D01* -X125542029Y-108064688D01* -X125468199Y-108053268D01* -X125456287Y-108049393D01* -X125391399Y-108015506D01* -X125343130Y-107964986D01* -X125310465Y-107896325D01* -X125292385Y-107808014D01* -X125292175Y-107806121D01* -X125290556Y-107709878D01* -X125297100Y-107675542D01* -X125424852Y-107675542D01* -X125436584Y-107680822D01* -X125468438Y-107684867D01* -X125515397Y-107687176D01* -X125545154Y-107687525D01* -X125600648Y-107687306D01* -X125635346Y-107685916D01* -X125653601Y-107682251D01* -X125659766Y-107675210D01* -X125658195Y-107663690D01* -X125656878Y-107659233D01* -X125634382Y-107617355D01* -X125599003Y-107583604D01* -X125567780Y-107568773D01* -X125526301Y-107569668D01* -X125484269Y-107588164D01* -X125449012Y-107618786D01* -X125427854Y-107656062D01* -X125424852Y-107675542D01* -X125297100Y-107675542D01* -X125306690Y-107625229D01* -X125338698Y-107554191D01* -X125384701Y-107498779D01* -X125442821Y-107461009D01* -X125511180Y-107442896D01* -X125587898Y-107446457D01* -G36* -X125587898Y-107446457D02* -G01* -X125620096Y-107454279D01* -X125681825Y-107482921D01* -X125734610Y-107526667D01* -X125771141Y-107579117D01* -X125776160Y-107590893D01* -X125783045Y-107621740D01* -X125787864Y-107667371D01* -X125789505Y-107713492D01* -X125789505Y-107800693D01* -X125607178Y-107800693D01* -X125531979Y-107800978D01* -X125479003Y-107802704D01* -X125445325Y-107807181D01* -X125428020Y-107815720D01* -X125424163Y-107829630D01* -X125430829Y-107850222D01* -X125442770Y-107874315D01* -X125476080Y-107914525D01* -X125522368Y-107934558D01* -X125578944Y-107933905D01* -X125643031Y-107912101D01* -X125698417Y-107885193D01* -X125744375Y-107921532D01* -X125790333Y-107957872D01* -X125747096Y-107997819D01* -X125689374Y-108035563D01* -X125618386Y-108058320D01* -X125542029Y-108064688D01* -X125468199Y-108053268D01* -X125456287Y-108049393D01* -X125391399Y-108015506D01* -X125343130Y-107964986D01* -X125310465Y-107896325D01* -X125292385Y-107808014D01* -X125292175Y-107806121D01* -X125290556Y-107709878D01* -X125297100Y-107675542D01* -X125424852Y-107675542D01* -X125436584Y-107680822D01* -X125468438Y-107684867D01* -X125515397Y-107687176D01* -X125545154Y-107687525D01* -X125600648Y-107687306D01* -X125635346Y-107685916D01* -X125653601Y-107682251D01* -X125659766Y-107675210D01* -X125658195Y-107663690D01* -X125656878Y-107659233D01* -X125634382Y-107617355D01* -X125599003Y-107583604D01* -X125567780Y-107568773D01* -X125526301Y-107569668D01* -X125484269Y-107588164D01* -X125449012Y-107618786D01* -X125427854Y-107656062D01* -X125424852Y-107675542D01* -X125297100Y-107675542D01* -X125306690Y-107625229D01* -X125338698Y-107554191D01* -X125384701Y-107498779D01* -X125442821Y-107461009D01* -X125511180Y-107442896D01* -X125587898Y-107446457D01* -G37* -X122924017Y-107446452D02* -X122971634Y-107455482D01* -X123021034Y-107474370D01* -X123026312Y-107476777D01* -X123063774Y-107496476D01* -X123089717Y-107514781D01* -X123098103Y-107526508D01* -X123090117Y-107545632D01* -X123070720Y-107573850D01* -X123062110Y-107584384D01* -X123026628Y-107625847D01* -X122980885Y-107598858D01* -X122937350Y-107580878D01* -X122887050Y-107571267D01* -X122838812Y-107570660D01* -X122801467Y-107579691D01* -X122792505Y-107585327D01* -X122775437Y-107611171D01* -X122773363Y-107640941D01* -X122786134Y-107664197D01* -X122793688Y-107668708D01* -X122816325Y-107674309D01* -X122856115Y-107680892D01* -X122905166Y-107687183D01* -X122914215Y-107688170D01* -X122992996Y-107701798D01* -X123050136Y-107724946D01* -X123088030Y-107759752D01* -X123109079Y-107808354D01* -X123115635Y-107867718D01* -X123106577Y-107935198D01* -X123077164Y-107988188D01* -X123027278Y-108026783D01* -X122956800Y-108051081D01* -X122878565Y-108060667D01* -X122814766Y-108060552D01* -X122763016Y-108051845D01* -X122727673Y-108039825D01* -X122683017Y-108018880D01* -X122641747Y-107994574D01* -X122627079Y-107983876D01* -X122589357Y-107953084D01* -X122634852Y-107907049D01* -X122680347Y-107861013D01* -X122732072Y-107895243D01* -X122783952Y-107920952D01* -X122839351Y-107934399D01* -X122892605Y-107935818D01* -X122938049Y-107925443D01* -X122970016Y-107903507D01* -X122980338Y-107884998D01* -X122978789Y-107855314D01* -X122953140Y-107832615D01* -X122903460Y-107816940D01* -X122849031Y-107809695D01* -X122765264Y-107795873D01* -X122703033Y-107769796D01* -X122661507Y-107730699D01* -X122639853Y-107677820D01* -X122636853Y-107615126D01* -X122651671Y-107549642D01* -X122685454Y-107500144D01* -X122738505Y-107466408D01* -X122811126Y-107448207D01* -X122864928Y-107444639D01* -X122924017Y-107446452D01* -G36* -X122924017Y-107446452D02* -G01* -X122971634Y-107455482D01* -X123021034Y-107474370D01* -X123026312Y-107476777D01* -X123063774Y-107496476D01* -X123089717Y-107514781D01* -X123098103Y-107526508D01* -X123090117Y-107545632D01* -X123070720Y-107573850D01* -X123062110Y-107584384D01* -X123026628Y-107625847D01* -X122980885Y-107598858D01* -X122937350Y-107580878D01* -X122887050Y-107571267D01* -X122838812Y-107570660D01* -X122801467Y-107579691D01* -X122792505Y-107585327D01* -X122775437Y-107611171D01* -X122773363Y-107640941D01* -X122786134Y-107664197D01* -X122793688Y-107668708D01* -X122816325Y-107674309D01* -X122856115Y-107680892D01* -X122905166Y-107687183D01* -X122914215Y-107688170D01* -X122992996Y-107701798D01* -X123050136Y-107724946D01* -X123088030Y-107759752D01* -X123109079Y-107808354D01* -X123115635Y-107867718D01* -X123106577Y-107935198D01* -X123077164Y-107988188D01* -X123027278Y-108026783D01* -X122956800Y-108051081D01* -X122878565Y-108060667D01* -X122814766Y-108060552D01* -X122763016Y-108051845D01* -X122727673Y-108039825D01* -X122683017Y-108018880D01* -X122641747Y-107994574D01* -X122627079Y-107983876D01* -X122589357Y-107953084D01* -X122634852Y-107907049D01* -X122680347Y-107861013D01* -X122732072Y-107895243D01* -X122783952Y-107920952D01* -X122839351Y-107934399D01* -X122892605Y-107935818D01* -X122938049Y-107925443D01* -X122970016Y-107903507D01* -X122980338Y-107884998D01* -X122978789Y-107855314D01* -X122953140Y-107832615D01* -X122903460Y-107816940D01* -X122849031Y-107809695D01* -X122765264Y-107795873D01* -X122703033Y-107769796D01* -X122661507Y-107730699D01* -X122639853Y-107677820D01* -X122636853Y-107615126D01* -X122651671Y-107549642D01* -X122685454Y-107500144D01* -X122738505Y-107466408D01* -X122811126Y-107448207D01* -X122864928Y-107444639D01* -X122924017Y-107446452D01* -G37* -X124942581Y-108394970D02* -X125002685Y-108410597D01* -X125053021Y-108442848D01* -X125077393Y-108466940D01* -X125117345Y-108523895D01* -X125140242Y-108589965D01* -X125148108Y-108671182D01* -X125148148Y-108677748D01* -X125148218Y-108743763D01* -X124768264Y-108743763D01* -X124776363Y-108778342D01* -X124790987Y-108809659D01* -X124816581Y-108842291D01* -X124821935Y-108847500D01* -X124867943Y-108875694D01* -X124920410Y-108880475D01* -X124980803Y-108861926D01* -X124991040Y-108856931D01* -X125022439Y-108841745D01* -X125043470Y-108833094D01* -X125047139Y-108832293D01* -X125059948Y-108840063D01* -X125084378Y-108859072D01* -X125096779Y-108869460D01* -X125122476Y-108893321D01* -X125130915Y-108909077D01* -X125125058Y-108923571D01* -X125121928Y-108927534D01* -X125100725Y-108944879D01* -X125065738Y-108965959D01* -X125041337Y-108978265D01* -X124972072Y-108999946D01* -X124895388Y-109006971D01* -X124822765Y-108998647D01* -X124802426Y-108992686D01* -X124739476Y-108958952D01* -X124692815Y-108907045D01* -X124662173Y-108836459D01* -X124647282Y-108746692D01* -X124645647Y-108699753D01* -X124650421Y-108631413D01* -X124770990Y-108631413D01* -X124782652Y-108636465D01* -X124813998Y-108640429D01* -X124859571Y-108642768D01* -X124890446Y-108643169D01* -X124945981Y-108642783D01* -X124981033Y-108640975D01* -X125000262Y-108636773D01* -X125008330Y-108629203D01* -X125009901Y-108618218D01* -X124999121Y-108584381D01* -X124971980Y-108550940D01* -X124936277Y-108525272D01* -X124900560Y-108514772D01* -X124852048Y-108524086D01* -X124810053Y-108551013D01* -X124780936Y-108589827D01* -X124770990Y-108631413D01* -X124650421Y-108631413D01* -X124652599Y-108600236D01* -X124674055Y-108520949D01* -X124710470Y-108461263D01* -X124762297Y-108420549D01* -X124829990Y-108398179D01* -X124866662Y-108393871D01* -X124942581Y-108394970D01* -G36* -X124942581Y-108394970D02* -G01* -X125002685Y-108410597D01* -X125053021Y-108442848D01* -X125077393Y-108466940D01* -X125117345Y-108523895D01* -X125140242Y-108589965D01* -X125148108Y-108671182D01* -X125148148Y-108677748D01* -X125148218Y-108743763D01* -X124768264Y-108743763D01* -X124776363Y-108778342D01* -X124790987Y-108809659D01* -X124816581Y-108842291D01* -X124821935Y-108847500D01* -X124867943Y-108875694D01* -X124920410Y-108880475D01* -X124980803Y-108861926D01* -X124991040Y-108856931D01* -X125022439Y-108841745D01* -X125043470Y-108833094D01* -X125047139Y-108832293D01* -X125059948Y-108840063D01* -X125084378Y-108859072D01* -X125096779Y-108869460D01* -X125122476Y-108893321D01* -X125130915Y-108909077D01* -X125125058Y-108923571D01* -X125121928Y-108927534D01* -X125100725Y-108944879D01* -X125065738Y-108965959D01* -X125041337Y-108978265D01* -X124972072Y-108999946D01* -X124895388Y-109006971D01* -X124822765Y-108998647D01* -X124802426Y-108992686D01* -X124739476Y-108958952D01* -X124692815Y-108907045D01* -X124662173Y-108836459D01* -X124647282Y-108746692D01* -X124645647Y-108699753D01* -X124650421Y-108631413D01* -X124770990Y-108631413D01* -X124782652Y-108636465D01* -X124813998Y-108640429D01* -X124859571Y-108642768D01* -X124890446Y-108643169D01* -X124945981Y-108642783D01* -X124981033Y-108640975D01* -X125000262Y-108636773D01* -X125008330Y-108629203D01* -X125009901Y-108618218D01* -X124999121Y-108584381D01* -X124971980Y-108550940D01* -X124936277Y-108525272D01* -X124900560Y-108514772D01* -X124852048Y-108524086D01* -X124810053Y-108551013D01* -X124780936Y-108589827D01* -X124770990Y-108631413D01* -X124650421Y-108631413D01* -X124652599Y-108600236D01* -X124674055Y-108520949D01* -X124710470Y-108461263D01* -X124762297Y-108420549D01* -X124829990Y-108398179D01* -X124866662Y-108393871D01* -X124942581Y-108394970D01* -G37* -X121553301Y-107462614D02* -X121565832Y-107468514D01* -X121609201Y-107500283D01* -X121650210Y-107546646D01* -X121680832Y-107597696D01* -X121689541Y-107621166D01* -X121697488Y-107663091D01* -X121702226Y-107713757D01* -X121702801Y-107734679D01* -X121702871Y-107800693D01* -X121322917Y-107800693D01* -X121331017Y-107835273D01* -X121350896Y-107876170D01* -X121385653Y-107911514D01* -X121427002Y-107934282D01* -X121453351Y-107939010D01* -X121489084Y-107933273D01* -X121531718Y-107918882D01* -X121546201Y-107912262D01* -X121599760Y-107885513D01* -X121645467Y-107920376D01* -X121671842Y-107943955D01* -X121685876Y-107963417D01* -X121686586Y-107969129D01* -X121674049Y-107982973D01* -X121646572Y-108004012D01* -X121621634Y-108020425D01* -X121554336Y-108049930D01* -X121478890Y-108063284D01* -X121404112Y-108059812D01* -X121344505Y-108041663D01* -X121283059Y-108002784D01* -X121239392Y-107951595D01* -X121212074Y-107885367D01* -X121199678Y-107801371D01* -X121198579Y-107762936D01* -X121202978Y-107674861D01* -X121203518Y-107672299D01* -X121329418Y-107672299D01* -X121332885Y-107680558D01* -X121347137Y-107685113D01* -X121376530Y-107687065D01* -X121425425Y-107687517D01* -X121444252Y-107687525D01* -X121501533Y-107686843D01* -X121537859Y-107684364D01* -X121557396Y-107679443D01* -X121564310Y-107671434D01* -X121564555Y-107668862D01* -X121556664Y-107648423D01* -X121536915Y-107619789D01* -X121528425Y-107609763D01* -X121496906Y-107581408D01* -X121464051Y-107570259D01* -X121446349Y-107569327D01* -X121398461Y-107580981D01* -X121358301Y-107612285D01* -X121332827Y-107657752D01* -X121332375Y-107659233D01* -X121329418Y-107672299D01* -X121203518Y-107672299D01* -X121217608Y-107605510D01* -X121243962Y-107550025D01* -X121276193Y-107510639D01* -X121335783Y-107467931D01* -X121405832Y-107445109D01* -X121480339Y-107443046D01* -X121553301Y-107462614D01* -G36* -X121553301Y-107462614D02* -G01* -X121565832Y-107468514D01* -X121609201Y-107500283D01* -X121650210Y-107546646D01* -X121680832Y-107597696D01* -X121689541Y-107621166D01* -X121697488Y-107663091D01* -X121702226Y-107713757D01* -X121702801Y-107734679D01* -X121702871Y-107800693D01* -X121322917Y-107800693D01* -X121331017Y-107835273D01* -X121350896Y-107876170D01* -X121385653Y-107911514D01* -X121427002Y-107934282D01* -X121453351Y-107939010D01* -X121489084Y-107933273D01* -X121531718Y-107918882D01* -X121546201Y-107912262D01* -X121599760Y-107885513D01* -X121645467Y-107920376D01* -X121671842Y-107943955D01* -X121685876Y-107963417D01* -X121686586Y-107969129D01* -X121674049Y-107982973D01* -X121646572Y-108004012D01* -X121621634Y-108020425D01* -X121554336Y-108049930D01* -X121478890Y-108063284D01* -X121404112Y-108059812D01* -X121344505Y-108041663D01* -X121283059Y-108002784D01* -X121239392Y-107951595D01* -X121212074Y-107885367D01* -X121199678Y-107801371D01* -X121198579Y-107762936D01* -X121202978Y-107674861D01* -X121203518Y-107672299D01* -X121329418Y-107672299D01* -X121332885Y-107680558D01* -X121347137Y-107685113D01* -X121376530Y-107687065D01* -X121425425Y-107687517D01* -X121444252Y-107687525D01* -X121501533Y-107686843D01* -X121537859Y-107684364D01* -X121557396Y-107679443D01* -X121564310Y-107671434D01* -X121564555Y-107668862D01* -X121556664Y-107648423D01* -X121536915Y-107619789D01* -X121528425Y-107609763D01* -X121496906Y-107581408D01* -X121464051Y-107570259D01* -X121446349Y-107569327D01* -X121398461Y-107580981D01* -X121358301Y-107612285D01* -X121332827Y-107657752D01* -X121332375Y-107659233D01* -X121329418Y-107672299D01* -X121203518Y-107672299D01* -X121217608Y-107605510D01* -X121243962Y-107550025D01* -X121276193Y-107510639D01* -X121335783Y-107467931D01* -X121405832Y-107445109D01* -X121480339Y-107443046D01* -X121553301Y-107462614D01* -G37* -X123948411Y-108395417D02* -X124001411Y-108408290D01* -X124016731Y-108415110D01* -X124046428Y-108432974D01* -X124069220Y-108453093D01* -X124086083Y-108478962D01* -X124097998Y-108514073D01* -X124105942Y-108561920D01* -X124110894Y-108625996D01* -X124113831Y-108709794D01* -X124114947Y-108765768D01* -X124119052Y-109007822D01* -X124048932Y-109007822D01* -X124006393Y-109006038D01* -X123984476Y-108999942D01* -X123978812Y-108989706D01* -X123975821Y-108978637D01* -X123962451Y-108980754D01* -X123944233Y-108989629D01* -X123898624Y-109003233D01* -X123840007Y-109006899D01* -X123778354Y-109000903D01* -X123723638Y-108985521D01* -X123718730Y-108983386D01* -X123668723Y-108948255D01* -X123635756Y-108899419D01* -X123620587Y-108842333D01* -X123621746Y-108821824D01* -X123745508Y-108821824D01* -X123756413Y-108849425D01* -X123788745Y-108869204D01* -X123840910Y-108879819D01* -X123868787Y-108881228D01* -X123915247Y-108877620D01* -X123946129Y-108863597D01* -X123953664Y-108856931D01* -X123974076Y-108820666D01* -X123978812Y-108787773D01* -X123978812Y-108743763D01* -X123917513Y-108743763D01* -X123846256Y-108747395D01* -X123796276Y-108758818D01* -X123764696Y-108778824D01* -X123757626Y-108787743D01* -X123745508Y-108821824D01* -X123621746Y-108821824D01* -X123623971Y-108782456D01* -X123646663Y-108725244D01* -X123677624Y-108686580D01* -X123696376Y-108669864D01* -X123714733Y-108658878D01* -X123738619Y-108652180D01* -X123773957Y-108648326D01* -X123826669Y-108645873D01* -X123847577Y-108645168D01* -X123978812Y-108640879D01* -X123978620Y-108601158D01* -X123973537Y-108559405D01* -X123955162Y-108534158D01* -X123918039Y-108518030D01* -X123917043Y-108517742D01* -X123864410Y-108511400D01* -X123812906Y-108519684D01* -X123774630Y-108539827D01* -X123759272Y-108549773D01* -X123742730Y-108548397D01* -X123717275Y-108533987D01* -X123702328Y-108523817D01* -X123673091Y-108502088D01* -X123654980Y-108485800D01* -X123652074Y-108481137D01* -X123664040Y-108457005D01* -X123699396Y-108428185D01* -X123714753Y-108418461D01* -X123758901Y-108401714D01* -X123818398Y-108392227D01* -X123884487Y-108390095D01* -X123948411Y-108395417D01* -G36* -X123948411Y-108395417D02* -G01* -X124001411Y-108408290D01* -X124016731Y-108415110D01* -X124046428Y-108432974D01* -X124069220Y-108453093D01* -X124086083Y-108478962D01* -X124097998Y-108514073D01* -X124105942Y-108561920D01* -X124110894Y-108625996D01* -X124113831Y-108709794D01* -X124114947Y-108765768D01* -X124119052Y-109007822D01* -X124048932Y-109007822D01* -X124006393Y-109006038D01* -X123984476Y-108999942D01* -X123978812Y-108989706D01* -X123975821Y-108978637D01* -X123962451Y-108980754D01* -X123944233Y-108989629D01* -X123898624Y-109003233D01* -X123840007Y-109006899D01* -X123778354Y-109000903D01* -X123723638Y-108985521D01* -X123718730Y-108983386D01* -X123668723Y-108948255D01* -X123635756Y-108899419D01* -X123620587Y-108842333D01* -X123621746Y-108821824D01* -X123745508Y-108821824D01* -X123756413Y-108849425D01* -X123788745Y-108869204D01* -X123840910Y-108879819D01* -X123868787Y-108881228D01* -X123915247Y-108877620D01* -X123946129Y-108863597D01* -X123953664Y-108856931D01* -X123974076Y-108820666D01* -X123978812Y-108787773D01* -X123978812Y-108743763D01* -X123917513Y-108743763D01* -X123846256Y-108747395D01* -X123796276Y-108758818D01* -X123764696Y-108778824D01* -X123757626Y-108787743D01* -X123745508Y-108821824D01* -X123621746Y-108821824D01* -X123623971Y-108782456D01* -X123646663Y-108725244D01* -X123677624Y-108686580D01* -X123696376Y-108669864D01* -X123714733Y-108658878D01* -X123738619Y-108652180D01* -X123773957Y-108648326D01* -X123826669Y-108645873D01* -X123847577Y-108645168D01* -X123978812Y-108640879D01* -X123978620Y-108601158D01* -X123973537Y-108559405D01* -X123955162Y-108534158D01* -X123918039Y-108518030D01* -X123917043Y-108517742D01* -X123864410Y-108511400D01* -X123812906Y-108519684D01* -X123774630Y-108539827D01* -X123759272Y-108549773D01* -X123742730Y-108548397D01* -X123717275Y-108533987D01* -X123702328Y-108523817D01* -X123673091Y-108502088D01* -X123654980Y-108485800D01* -X123652074Y-108481137D01* -X123664040Y-108457005D01* -X123699396Y-108428185D01* -X123714753Y-108418461D01* -X123758901Y-108401714D01* -X123818398Y-108392227D01* -X123884487Y-108390095D01* -X123948411Y-108395417D01* -G37* -X121525790Y-108396555D02* -X121584945Y-108412339D01* -X121629977Y-108440948D01* -X121661754Y-108478419D01* -X121671634Y-108494411D01* -X121678927Y-108511163D01* -X121684026Y-108532592D01* -X121687321Y-108562616D01* -X121689203Y-108605154D01* -X121690063Y-108664122D01* -X121690293Y-108743440D01* -X121690297Y-108764484D01* -X121690297Y-109007822D01* -X121629941Y-109007822D01* -X121591443Y-109005126D01* -X121562977Y-108998295D01* -X121555845Y-108994083D01* -X121536348Y-108986813D01* -X121516434Y-108994083D01* -X121483647Y-109003160D01* -X121436022Y-109006813D01* -X121383236Y-109005228D01* -X121334964Y-108998589D01* -X121306782Y-108990072D01* -X121252247Y-108955063D01* -X121218165Y-108906479D01* -X121202843Y-108841882D01* -X121202701Y-108840223D01* -X121204045Y-108811566D01* -X121325644Y-108811566D01* -X121336274Y-108844161D01* -X121353590Y-108862505D01* -X121388348Y-108876379D01* -X121434227Y-108881917D01* -X121481012Y-108879191D01* -X121518486Y-108868274D01* -X121528985Y-108861269D01* -X121547332Y-108828904D01* -X121551980Y-108792111D01* -X121551980Y-108743763D01* -X121482418Y-108743763D01* -X121416333Y-108748850D01* -X121366236Y-108763263D01* -X121335071Y-108785729D01* -X121325644Y-108811566D01* -X121204045Y-108811566D01* -X121206013Y-108769647D01* -X121229290Y-108713845D01* -X121273052Y-108671647D01* -X121279101Y-108667808D01* -X121305093Y-108655309D01* -X121337265Y-108647740D01* -X121382240Y-108644061D01* -X121435669Y-108643216D01* -X121551980Y-108643169D01* -X121551980Y-108594411D01* -X121547047Y-108556581D01* -X121534457Y-108531236D01* -X121532983Y-108529887D01* -X121504966Y-108518800D01* -X121462674Y-108514503D01* -X121415936Y-108516615D01* -X121374582Y-108524756D01* -X121350043Y-108536965D01* -X121336747Y-108546746D01* -X121322706Y-108548613D01* -X121303329Y-108540600D01* -X121274024Y-108520739D01* -X121230197Y-108487063D01* -X121226175Y-108483909D01* -X121228236Y-108472236D01* -X121245432Y-108452822D01* -X121271567Y-108431248D01* -X121300448Y-108413096D01* -X121309522Y-108408809D01* -X121342620Y-108400256D01* -X121391120Y-108394155D01* -X121445305Y-108391708D01* -X121447839Y-108391703D01* -X121525790Y-108396555D01* -G36* -X121525790Y-108396555D02* -G01* -X121584945Y-108412339D01* -X121629977Y-108440948D01* -X121661754Y-108478419D01* -X121671634Y-108494411D01* -X121678927Y-108511163D01* -X121684026Y-108532592D01* -X121687321Y-108562616D01* -X121689203Y-108605154D01* -X121690063Y-108664122D01* -X121690293Y-108743440D01* -X121690297Y-108764484D01* -X121690297Y-109007822D01* -X121629941Y-109007822D01* -X121591443Y-109005126D01* -X121562977Y-108998295D01* -X121555845Y-108994083D01* -X121536348Y-108986813D01* -X121516434Y-108994083D01* -X121483647Y-109003160D01* -X121436022Y-109006813D01* -X121383236Y-109005228D01* -X121334964Y-108998589D01* -X121306782Y-108990072D01* -X121252247Y-108955063D01* -X121218165Y-108906479D01* -X121202843Y-108841882D01* -X121202701Y-108840223D01* -X121204045Y-108811566D01* -X121325644Y-108811566D01* -X121336274Y-108844161D01* -X121353590Y-108862505D01* -X121388348Y-108876379D01* -X121434227Y-108881917D01* -X121481012Y-108879191D01* -X121518486Y-108868274D01* -X121528985Y-108861269D01* -X121547332Y-108828904D01* -X121551980Y-108792111D01* -X121551980Y-108743763D01* -X121482418Y-108743763D01* -X121416333Y-108748850D01* -X121366236Y-108763263D01* -X121335071Y-108785729D01* -X121325644Y-108811566D01* -X121204045Y-108811566D01* -X121206013Y-108769647D01* -X121229290Y-108713845D01* -X121273052Y-108671647D01* -X121279101Y-108667808D01* -X121305093Y-108655309D01* -X121337265Y-108647740D01* -X121382240Y-108644061D01* -X121435669Y-108643216D01* -X121551980Y-108643169D01* -X121551980Y-108594411D01* -X121547047Y-108556581D01* -X121534457Y-108531236D01* -X121532983Y-108529887D01* -X121504966Y-108518800D01* -X121462674Y-108514503D01* -X121415936Y-108516615D01* -X121374582Y-108524756D01* -X121350043Y-108536965D01* -X121336747Y-108546746D01* -X121322706Y-108548613D01* -X121303329Y-108540600D01* -X121274024Y-108520739D01* -X121230197Y-108487063D01* -X121226175Y-108483909D01* -X121228236Y-108472236D01* -X121245432Y-108452822D01* -X121271567Y-108431248D01* -X121300448Y-108413096D01* -X121309522Y-108408809D01* -X121342620Y-108400256D01* -X121391120Y-108394155D01* -X121445305Y-108391708D01* -X121447839Y-108391703D01* -X121525790Y-108396555D01* -G37* -X121001241Y-107459184D02* -X121027753Y-107472282D01* -X121060447Y-107495106D01* -X121084275Y-107519996D01* -X121100594Y-107551249D01* -X121110760Y-107593166D01* -X121116128Y-107650044D01* -X121118056Y-107726184D01* -X121118169Y-107758917D01* -X121117839Y-107830656D01* -X121116473Y-107881927D01* -X121113500Y-107917404D01* -X121108351Y-107941763D01* -X121100457Y-107959680D01* -X121092243Y-107971902D01* -X121039813Y-108023905D01* -X120978070Y-108055184D01* -X120911464Y-108064592D01* -X120844442Y-108050980D01* -X120823208Y-108041354D01* -X120772376Y-108014859D01* -X120772376Y-108430052D01* -X120809475Y-108410868D01* -X120858357Y-108396025D01* -X120918439Y-108392222D01* -X120978436Y-108399243D01* -X121023744Y-108415013D01* -X121061325Y-108445047D01* -X121093436Y-108488024D01* -X121095850Y-108492436D01* -X121106033Y-108513221D01* -X121113470Y-108534170D01* -X121118589Y-108559548D01* -X121121819Y-108593618D01* -X121123587Y-108640641D01* -X121124323Y-108704882D01* -X121124456Y-108777176D01* -X121124456Y-109007822D01* -X120986139Y-109007822D01* -X120986139Y-108582533D01* -X120947451Y-108549979D01* -X120907262Y-108523940D01* -X120869203Y-108519205D01* -X120830934Y-108531389D01* -X120810538Y-108543320D01* -X120795358Y-108560313D01* -X120784562Y-108585995D01* -X120777317Y-108623991D01* -X120772792Y-108677926D01* -X120770156Y-108751425D01* -X120769228Y-108800347D01* -X120766089Y-109001535D01* -X120700074Y-109005336D01* -X120634060Y-109009136D01* -X120634060Y-107760650D01* -X120772376Y-107760650D01* -X120775903Y-107830254D01* -X120787785Y-107878569D01* -X120809980Y-107908631D01* -X120844441Y-107923471D01* -X120879258Y-107926436D01* -X120918671Y-107923028D01* -X120944829Y-107909617D01* -X120961186Y-107891896D01* -X120974063Y-107872835D01* -X120981728Y-107851601D01* -X120985139Y-107821849D01* -X120985251Y-107777236D01* -X120984103Y-107739880D01* -X120981468Y-107683604D01* -X120977544Y-107646658D01* -X120970937Y-107623223D01* -X120960251Y-107607480D01* -X120950167Y-107598380D01* -X120908030Y-107578537D01* -X120858160Y-107575332D01* -X120829524Y-107582168D01* -X120801172Y-107606464D01* -X120782391Y-107653728D01* -X120773288Y-107723624D01* -X120772376Y-107760650D01* -X120634060Y-107760650D01* -X120634060Y-107448614D01* -X120703218Y-107448614D01* -X120744740Y-107450256D01* -X120766162Y-107456087D01* -X120772374Y-107467461D01* -X120772376Y-107467798D01* -X120775258Y-107478938D01* -X120787970Y-107477673D01* -X120813243Y-107465433D01* -X120872131Y-107446707D01* -X120938385Y-107444739D01* -X121001241Y-107459184D01* -G36* -X121001241Y-107459184D02* +D15* +%TO.C,FL2*% +X85660000Y-114080000D02* +X85660000Y-114080000D01* +X85760000Y-114080000D02* +X85760000Y-114080000D01* +X85760000Y-114080000D02* +G75* +G03* +X85660000Y-114080000I-50000J0D01* G01* -X121027753Y-107472282D01* -X121060447Y-107495106D01* -X121084275Y-107519996D01* -X121100594Y-107551249D01* -X121110760Y-107593166D01* -X121116128Y-107650044D01* -X121118056Y-107726184D01* -X121118169Y-107758917D01* -X121117839Y-107830656D01* -X121116473Y-107881927D01* -X121113500Y-107917404D01* -X121108351Y-107941763D01* -X121100457Y-107959680D01* -X121092243Y-107971902D01* -X121039813Y-108023905D01* -X120978070Y-108055184D01* -X120911464Y-108064592D01* -X120844442Y-108050980D01* -X120823208Y-108041354D01* -X120772376Y-108014859D01* -X120772376Y-108430052D01* -X120809475Y-108410868D01* -X120858357Y-108396025D01* -X120918439Y-108392222D01* -X120978436Y-108399243D01* -X121023744Y-108415013D01* -X121061325Y-108445047D01* -X121093436Y-108488024D01* -X121095850Y-108492436D01* -X121106033Y-108513221D01* -X121113470Y-108534170D01* -X121118589Y-108559548D01* -X121121819Y-108593618D01* -X121123587Y-108640641D01* -X121124323Y-108704882D01* -X121124456Y-108777176D01* -X121124456Y-109007822D01* -X120986139Y-109007822D01* -X120986139Y-108582533D01* -X120947451Y-108549979D01* -X120907262Y-108523940D01* -X120869203Y-108519205D01* -X120830934Y-108531389D01* -X120810538Y-108543320D01* -X120795358Y-108560313D01* -X120784562Y-108585995D01* -X120777317Y-108623991D01* -X120772792Y-108677926D01* -X120770156Y-108751425D01* -X120769228Y-108800347D01* -X120766089Y-109001535D01* -X120700074Y-109005336D01* -X120634060Y-109009136D01* -X120634060Y-107760650D01* -X120772376Y-107760650D01* -X120775903Y-107830254D01* -X120787785Y-107878569D01* -X120809980Y-107908631D01* -X120844441Y-107923471D01* -X120879258Y-107926436D01* -X120918671Y-107923028D01* -X120944829Y-107909617D01* -X120961186Y-107891896D01* -X120974063Y-107872835D01* -X120981728Y-107851601D01* -X120985139Y-107821849D01* -X120985251Y-107777236D01* -X120984103Y-107739880D01* -X120981468Y-107683604D01* -X120977544Y-107646658D01* -X120970937Y-107623223D01* -X120960251Y-107607480D01* -X120950167Y-107598380D01* -X120908030Y-107578537D01* -X120858160Y-107575332D01* -X120829524Y-107582168D01* -X120801172Y-107606464D01* -X120782391Y-107653728D01* -X120773288Y-107723624D01* -X120772376Y-107760650D01* -X120634060Y-107760650D01* -X120634060Y-107448614D01* -X120703218Y-107448614D01* -X120744740Y-107450256D01* -X120766162Y-107456087D01* -X120772374Y-107467461D01* -X120772376Y-107467798D01* -X120775258Y-107478938D01* -X120787970Y-107477673D01* -X120813243Y-107465433D01* -X120872131Y-107446707D01* -X120938385Y-107444739D01* -X121001241Y-107459184D01* -G37* -X123286964Y-103280018D02* -X123343812Y-103581570D01* -X123763338Y-103754512D01* -X124014984Y-103583395D01* -X124085458Y-103535750D01* -X124149163Y-103493210D01* -X124203126Y-103457715D01* -X124244373Y-103431210D01* -X124269934Y-103415636D01* -X124276895Y-103412278D01* -X124289435Y-103420914D01* -X124316231Y-103444792D01* -X124354280Y-103480859D01* -X124400579Y-103526067D01* -X124452123Y-103577364D01* -X124505909Y-103631701D01* -X124558935Y-103686028D01* -X124608195Y-103737295D01* -X124650687Y-103782451D01* -X124683407Y-103818446D01* -X124703351Y-103842230D01* -X124708119Y-103850190D01* -X124701257Y-103864865D01* -X124682020Y-103897014D01* -X124652430Y-103943492D01* -X124614510Y-104001156D01* -X124570282Y-104066860D01* -X124544654Y-104104336D01* -X124497941Y-104172768D01* -X124456432Y-104234520D01* -X124422140Y-104286519D01* -X124397080Y-104325692D01* -X124383264Y-104348965D01* -X124381188Y-104353855D01* -X124385895Y-104367755D01* -X124398723Y-104400150D01* -X124417738Y-104446485D01* -X124441003Y-104502206D01* -X124466584Y-104562758D01* -X124492545Y-104623586D01* -X124516950Y-104680136D01* -X124537863Y-104727852D01* -X124553349Y-104762181D01* -X124561472Y-104778568D01* -X124561952Y-104779212D01* -X124574707Y-104782341D01* -X124608677Y-104789321D01* -X124660340Y-104799467D01* -X124726176Y-104812092D01* -X124802664Y-104826509D01* -X124847290Y-104834823D01* -X124929021Y-104850384D01* -X125002843Y-104865192D01* -X125065021Y-104878436D01* -X125111822Y-104889305D01* -X125139509Y-104896989D01* -X125145074Y-104899427D01* -X125150526Y-104915930D01* -X125154924Y-104953200D01* -X125158272Y-105006880D01* -X125160574Y-105072612D01* -X125161832Y-105146037D01* -X125162048Y-105222796D01* -X125161227Y-105298532D01* -X125159371Y-105368886D01* -X125156482Y-105429500D01* -X125152565Y-105476016D01* -X125147622Y-105504075D01* -X125144657Y-105509916D01* -X125126934Y-105516917D01* -X125089381Y-105526927D01* -X125036964Y-105538769D01* -X124974652Y-105551267D01* -X124952900Y-105555310D01* -X124848024Y-105574520D01* -X124765180Y-105589991D01* -X124701630Y-105602337D01* -X124654637Y-105612173D01* -X124621463Y-105620114D01* -X124599371Y-105626776D01* -X124585624Y-105632773D01* -X124577484Y-105638719D01* -X124576345Y-105639894D01* -X124564977Y-105658826D01* -X124547635Y-105695669D01* -X124526050Y-105745913D01* -X124501954Y-105805046D01* -X124477079Y-105868556D01* -X124453157Y-105931932D01* -X124431919Y-105990662D01* -X124415097Y-106040235D01* -X124404422Y-106076139D01* -X124401627Y-106093862D01* -X124401860Y-106094483D01* -X124411331Y-106108970D01* -X124432818Y-106140844D01* -X124464063Y-106186789D01* -X124502807Y-106243485D01* -X124546793Y-106307617D01* -X124559319Y-106325842D01* -X124603984Y-106391914D01* -X124643288Y-106452200D01* -X124675088Y-106503235D01* -X124697245Y-106541560D01* -X124707617Y-106563711D01* -X124708119Y-106566432D01* -X124699405Y-106580736D01* -X124675325Y-106609072D01* -X124638976Y-106648396D01* -X124593453Y-106695661D01* -X124541852Y-106747823D01* -X124487267Y-106801835D01* -X124432794Y-106854653D01* -X124381529Y-106903231D01* -X124336567Y-106944523D01* -X124301004Y-106975485D01* -X124277935Y-106993070D01* -X124271554Y-106995941D01* -X124256699Y-106989178D01* -X124226286Y-106970939D01* -X124185268Y-106944297D01* -X124153709Y-106922852D01* -X124096525Y-106883503D01* -X124028806Y-106837171D01* -X123960880Y-106790913D01* -X123924361Y-106766155D01* -X123800752Y-106682547D01* -X123696991Y-106738650D01* -X123649720Y-106763228D01* -X123609523Y-106782331D01* -X123582326Y-106793227D01* -X123575402Y-106794743D01* -X123567077Y-106783549D01* -X123550654Y-106751917D01* -X123527357Y-106702765D01* -X123498414Y-106639010D01* -X123465050Y-106563571D01* -X123428491Y-106479364D01* -X123389964Y-106389308D01* -X123350694Y-106296321D01* -X123311908Y-106203320D01* -X123274830Y-106113223D01* -X123240689Y-106028948D01* -X123210708Y-105953413D01* -X123186116Y-105889534D01* -X123168136Y-105840231D01* -X123157997Y-105808421D01* -X123156366Y-105797496D01* -X123169291Y-105783561D01* -X123197589Y-105760940D01* -X123235346Y-105734333D01* -X123238515Y-105732228D01* -X123336100Y-105654114D01* -X123414786Y-105562982D01* -X123473891Y-105461745D01* -X123512732Y-105353318D01* -X123530628Y-105240614D01* -X123526897Y-105126548D01* -X123500857Y-105014034D01* -X123451825Y-104905985D01* -X123437400Y-104882345D01* -X123362369Y-104786887D01* -X123273730Y-104710232D01* -X123174549Y-104652780D01* -X123067895Y-104614929D01* -X122956836Y-104597078D01* -X122844439Y-104599625D01* -X122733773Y-104622970D01* -X122627906Y-104667510D01* -X122529905Y-104733645D01* -X122499590Y-104760487D01* -X122422438Y-104844512D01* -X122366218Y-104932966D01* -X122327653Y-105032115D01* -X122306174Y-105130303D01* -X122300872Y-105240697D01* -X122318552Y-105351640D01* -X122357419Y-105459381D01* -X122415677Y-105560169D01* -X122491531Y-105650256D01* -X122583183Y-105725892D01* -X122595228Y-105733864D01* -X122633389Y-105759974D01* -X122662399Y-105782595D01* -X122676268Y-105797039D01* -X122676469Y-105797496D01* -X122673492Y-105813121D01* -X122661689Y-105848582D01* -X122642286Y-105900962D01* -X122616512Y-105967345D01* -X122585591Y-106044814D01* -X122550751Y-106130450D01* -X122513217Y-106221337D01* -X122474217Y-106314559D01* -X122434977Y-106407197D01* -X122396724Y-106496335D01* -X122360683Y-106579055D01* -X122328083Y-106652441D01* -X122300148Y-106713575D01* -X122278105Y-106759541D01* -X122263182Y-106787421D01* -X122257172Y-106794743D01* -X122238809Y-106789041D01* -X122204448Y-106773749D01* -X122160016Y-106751599D01* -X122135583Y-106738650D01* -X122031822Y-106682547D01* -X121908213Y-106766155D01* -X121845114Y-106808987D01* -X121776030Y-106856122D01* -X121711293Y-106900503D01* -X121678866Y-106922852D01* -X121633259Y-106953477D01* -X121594640Y-106977747D01* -X121568048Y-106992587D01* -X121559410Y-106995724D01* -X121546839Y-106987261D01* -X121519016Y-106963636D01* -X121478639Y-106927302D01* -X121428405Y-106880711D01* -X121371012Y-106826317D01* -X121334714Y-106791392D01* -X121271210Y-106728996D01* -X121216327Y-106673188D01* -X121172286Y-106626354D01* -X121141305Y-106590882D01* -X121125602Y-106569161D01* -X121124095Y-106564752D01* -X121131086Y-106547985D01* -X121150406Y-106514082D01* -X121179909Y-106466476D01* -X121217455Y-106408599D01* -X121260900Y-106343884D01* -X121273255Y-106325842D01* -X121318273Y-106260267D01* -X121358660Y-106201228D01* -X121392160Y-106152042D01* -X121416514Y-106116028D01* -X121429464Y-106096502D01* -X121430715Y-106094483D01* -X121428844Y-106078922D01* -X121418913Y-106044709D01* -X121402653Y-105996355D01* -X121381795Y-105938371D01* -X121358073Y-105875270D01* -X121333216Y-105811563D01* -X121308958Y-105751761D01* -X121287029Y-105700376D01* -X121269162Y-105661919D01* -X121257087Y-105640902D01* -X121256229Y-105639894D01* -X121248846Y-105633888D01* -X121236375Y-105627948D01* -X121216080Y-105621460D01* -X121185222Y-105613809D01* -X121141066Y-105604380D01* -X121080874Y-105592559D01* -X121001907Y-105577729D01* -X120901430Y-105559277D01* -X120879675Y-105555310D01* -X120815198Y-105542853D01* -X120758989Y-105530666D01* -X120716013Y-105519926D01* -X120691240Y-105511809D01* -X120687918Y-105509916D01* -X120682444Y-105493138D01* -X120677994Y-105455645D01* -X120674572Y-105401794D01* -X120672181Y-105335944D01* -X120670823Y-105262453D01* -X120670501Y-105185680D01* -X120671219Y-105109983D01* -X120672979Y-105039720D01* -X120675784Y-104979250D01* -X120679638Y-104932930D01* -X120684543Y-104905119D01* -X120687500Y-104899427D01* -X120703963Y-104893686D01* -X120741449Y-104884345D01* -X120796225Y-104872215D01* -X120864555Y-104858107D01* -X120942706Y-104842830D01* -X120985284Y-104834823D01* -X121066071Y-104819721D01* -X121138113Y-104806040D01* -X121197889Y-104794467D01* -X121241879Y-104785687D01* -X121266561Y-104780387D01* -X121270623Y-104779212D01* -X121277489Y-104765965D01* -X121292002Y-104734057D01* -X121312229Y-104688047D01* -X121336234Y-104632492D01* -X121362082Y-104571953D01* -X121387840Y-104510986D01* -X121411573Y-104454151D01* -X121431346Y-104406006D01* -X121445224Y-104371110D01* -X121451274Y-104354021D01* -X121451386Y-104353274D01* -X121444528Y-104339793D01* -X121425302Y-104308770D01* -X121395728Y-104263289D01* -X121357827Y-104206432D01* -X121313620Y-104141283D01* -X121287921Y-104103862D01* -X121241093Y-104035247D01* -X121199501Y-103972952D01* -X121165175Y-103920129D01* -X121140143Y-103879927D01* -X121126435Y-103855500D01* -X121124456Y-103850024D01* -X121132966Y-103837278D01* -X121156493Y-103810063D01* -X121192032Y-103771428D01* -X121236577Y-103724423D01* -X121287123Y-103672095D01* -X121340664Y-103617495D01* -X121394195Y-103563670D01* -X121444711Y-103513670D01* -X121489206Y-103470543D01* -X121524675Y-103437339D01* -X121548113Y-103417106D01* -X121555954Y-103412278D01* -X121568720Y-103419067D01* -X121599256Y-103438142D01* -X121644590Y-103467561D01* -X121701756Y-103505381D01* -X121767784Y-103549661D01* -X121817590Y-103583395D01* -X122069236Y-103754512D01* -X122278999Y-103668041D01* -X122488763Y-103581570D01* -X122545611Y-103280018D01* -X122602460Y-102978466D01* -X123230115Y-102978466D01* -X123286964Y-103280018D01* -G36* -X123286964Y-103280018D02* +X85660000Y-114080000D02* +G75* +G03* +X85760000Y-114080000I50000J0D01* G01* -X123343812Y-103581570D01* -X123763338Y-103754512D01* -X124014984Y-103583395D01* -X124085458Y-103535750D01* -X124149163Y-103493210D01* -X124203126Y-103457715D01* -X124244373Y-103431210D01* -X124269934Y-103415636D01* -X124276895Y-103412278D01* -X124289435Y-103420914D01* -X124316231Y-103444792D01* -X124354280Y-103480859D01* -X124400579Y-103526067D01* -X124452123Y-103577364D01* -X124505909Y-103631701D01* -X124558935Y-103686028D01* -X124608195Y-103737295D01* -X124650687Y-103782451D01* -X124683407Y-103818446D01* -X124703351Y-103842230D01* -X124708119Y-103850190D01* -X124701257Y-103864865D01* -X124682020Y-103897014D01* -X124652430Y-103943492D01* -X124614510Y-104001156D01* -X124570282Y-104066860D01* -X124544654Y-104104336D01* -X124497941Y-104172768D01* -X124456432Y-104234520D01* -X124422140Y-104286519D01* -X124397080Y-104325692D01* -X124383264Y-104348965D01* -X124381188Y-104353855D01* -X124385895Y-104367755D01* -X124398723Y-104400150D01* -X124417738Y-104446485D01* -X124441003Y-104502206D01* -X124466584Y-104562758D01* -X124492545Y-104623586D01* -X124516950Y-104680136D01* -X124537863Y-104727852D01* -X124553349Y-104762181D01* -X124561472Y-104778568D01* -X124561952Y-104779212D01* -X124574707Y-104782341D01* -X124608677Y-104789321D01* -X124660340Y-104799467D01* -X124726176Y-104812092D01* -X124802664Y-104826509D01* -X124847290Y-104834823D01* -X124929021Y-104850384D01* -X125002843Y-104865192D01* -X125065021Y-104878436D01* -X125111822Y-104889305D01* -X125139509Y-104896989D01* -X125145074Y-104899427D01* -X125150526Y-104915930D01* -X125154924Y-104953200D01* -X125158272Y-105006880D01* -X125160574Y-105072612D01* -X125161832Y-105146037D01* -X125162048Y-105222796D01* -X125161227Y-105298532D01* -X125159371Y-105368886D01* -X125156482Y-105429500D01* -X125152565Y-105476016D01* -X125147622Y-105504075D01* -X125144657Y-105509916D01* -X125126934Y-105516917D01* -X125089381Y-105526927D01* -X125036964Y-105538769D01* -X124974652Y-105551267D01* -X124952900Y-105555310D01* -X124848024Y-105574520D01* -X124765180Y-105589991D01* -X124701630Y-105602337D01* -X124654637Y-105612173D01* -X124621463Y-105620114D01* -X124599371Y-105626776D01* -X124585624Y-105632773D01* -X124577484Y-105638719D01* -X124576345Y-105639894D01* -X124564977Y-105658826D01* -X124547635Y-105695669D01* -X124526050Y-105745913D01* -X124501954Y-105805046D01* -X124477079Y-105868556D01* -X124453157Y-105931932D01* -X124431919Y-105990662D01* -X124415097Y-106040235D01* -X124404422Y-106076139D01* -X124401627Y-106093862D01* -X124401860Y-106094483D01* -X124411331Y-106108970D01* -X124432818Y-106140844D01* -X124464063Y-106186789D01* -X124502807Y-106243485D01* -X124546793Y-106307617D01* -X124559319Y-106325842D01* -X124603984Y-106391914D01* -X124643288Y-106452200D01* -X124675088Y-106503235D01* -X124697245Y-106541560D01* -X124707617Y-106563711D01* -X124708119Y-106566432D01* -X124699405Y-106580736D01* -X124675325Y-106609072D01* -X124638976Y-106648396D01* -X124593453Y-106695661D01* -X124541852Y-106747823D01* -X124487267Y-106801835D01* -X124432794Y-106854653D01* -X124381529Y-106903231D01* -X124336567Y-106944523D01* -X124301004Y-106975485D01* -X124277935Y-106993070D01* -X124271554Y-106995941D01* -X124256699Y-106989178D01* -X124226286Y-106970939D01* -X124185268Y-106944297D01* -X124153709Y-106922852D01* -X124096525Y-106883503D01* -X124028806Y-106837171D01* -X123960880Y-106790913D01* -X123924361Y-106766155D01* -X123800752Y-106682547D01* -X123696991Y-106738650D01* -X123649720Y-106763228D01* -X123609523Y-106782331D01* -X123582326Y-106793227D01* -X123575402Y-106794743D01* -X123567077Y-106783549D01* -X123550654Y-106751917D01* -X123527357Y-106702765D01* -X123498414Y-106639010D01* -X123465050Y-106563571D01* -X123428491Y-106479364D01* -X123389964Y-106389308D01* -X123350694Y-106296321D01* -X123311908Y-106203320D01* -X123274830Y-106113223D01* -X123240689Y-106028948D01* -X123210708Y-105953413D01* -X123186116Y-105889534D01* -X123168136Y-105840231D01* -X123157997Y-105808421D01* -X123156366Y-105797496D01* -X123169291Y-105783561D01* -X123197589Y-105760940D01* -X123235346Y-105734333D01* -X123238515Y-105732228D01* -X123336100Y-105654114D01* -X123414786Y-105562982D01* -X123473891Y-105461745D01* -X123512732Y-105353318D01* -X123530628Y-105240614D01* -X123526897Y-105126548D01* -X123500857Y-105014034D01* -X123451825Y-104905985D01* -X123437400Y-104882345D01* -X123362369Y-104786887D01* -X123273730Y-104710232D01* -X123174549Y-104652780D01* -X123067895Y-104614929D01* -X122956836Y-104597078D01* -X122844439Y-104599625D01* -X122733773Y-104622970D01* -X122627906Y-104667510D01* -X122529905Y-104733645D01* -X122499590Y-104760487D01* -X122422438Y-104844512D01* -X122366218Y-104932966D01* -X122327653Y-105032115D01* -X122306174Y-105130303D01* -X122300872Y-105240697D01* -X122318552Y-105351640D01* -X122357419Y-105459381D01* -X122415677Y-105560169D01* -X122491531Y-105650256D01* -X122583183Y-105725892D01* -X122595228Y-105733864D01* -X122633389Y-105759974D01* -X122662399Y-105782595D01* -X122676268Y-105797039D01* -X122676469Y-105797496D01* -X122673492Y-105813121D01* -X122661689Y-105848582D01* -X122642286Y-105900962D01* -X122616512Y-105967345D01* -X122585591Y-106044814D01* -X122550751Y-106130450D01* -X122513217Y-106221337D01* -X122474217Y-106314559D01* -X122434977Y-106407197D01* -X122396724Y-106496335D01* -X122360683Y-106579055D01* -X122328083Y-106652441D01* -X122300148Y-106713575D01* -X122278105Y-106759541D01* -X122263182Y-106787421D01* -X122257172Y-106794743D01* -X122238809Y-106789041D01* -X122204448Y-106773749D01* -X122160016Y-106751599D01* -X122135583Y-106738650D01* -X122031822Y-106682547D01* -X121908213Y-106766155D01* -X121845114Y-106808987D01* -X121776030Y-106856122D01* -X121711293Y-106900503D01* -X121678866Y-106922852D01* -X121633259Y-106953477D01* -X121594640Y-106977747D01* -X121568048Y-106992587D01* -X121559410Y-106995724D01* -X121546839Y-106987261D01* -X121519016Y-106963636D01* -X121478639Y-106927302D01* -X121428405Y-106880711D01* -X121371012Y-106826317D01* -X121334714Y-106791392D01* -X121271210Y-106728996D01* -X121216327Y-106673188D01* -X121172286Y-106626354D01* -X121141305Y-106590882D01* -X121125602Y-106569161D01* -X121124095Y-106564752D01* -X121131086Y-106547985D01* -X121150406Y-106514082D01* -X121179909Y-106466476D01* -X121217455Y-106408599D01* -X121260900Y-106343884D01* -X121273255Y-106325842D01* -X121318273Y-106260267D01* -X121358660Y-106201228D01* -X121392160Y-106152042D01* -X121416514Y-106116028D01* -X121429464Y-106096502D01* -X121430715Y-106094483D01* -X121428844Y-106078922D01* -X121418913Y-106044709D01* -X121402653Y-105996355D01* -X121381795Y-105938371D01* -X121358073Y-105875270D01* -X121333216Y-105811563D01* -X121308958Y-105751761D01* -X121287029Y-105700376D01* -X121269162Y-105661919D01* -X121257087Y-105640902D01* -X121256229Y-105639894D01* -X121248846Y-105633888D01* -X121236375Y-105627948D01* -X121216080Y-105621460D01* -X121185222Y-105613809D01* -X121141066Y-105604380D01* -X121080874Y-105592559D01* -X121001907Y-105577729D01* -X120901430Y-105559277D01* -X120879675Y-105555310D01* -X120815198Y-105542853D01* -X120758989Y-105530666D01* -X120716013Y-105519926D01* -X120691240Y-105511809D01* -X120687918Y-105509916D01* -X120682444Y-105493138D01* -X120677994Y-105455645D01* -X120674572Y-105401794D01* -X120672181Y-105335944D01* -X120670823Y-105262453D01* -X120670501Y-105185680D01* -X120671219Y-105109983D01* -X120672979Y-105039720D01* -X120675784Y-104979250D01* -X120679638Y-104932930D01* -X120684543Y-104905119D01* -X120687500Y-104899427D01* -X120703963Y-104893686D01* -X120741449Y-104884345D01* -X120796225Y-104872215D01* -X120864555Y-104858107D01* -X120942706Y-104842830D01* -X120985284Y-104834823D01* -X121066071Y-104819721D01* -X121138113Y-104806040D01* -X121197889Y-104794467D01* -X121241879Y-104785687D01* -X121266561Y-104780387D01* -X121270623Y-104779212D01* -X121277489Y-104765965D01* -X121292002Y-104734057D01* -X121312229Y-104688047D01* -X121336234Y-104632492D01* -X121362082Y-104571953D01* -X121387840Y-104510986D01* -X121411573Y-104454151D01* -X121431346Y-104406006D01* -X121445224Y-104371110D01* -X121451274Y-104354021D01* -X121451386Y-104353274D01* -X121444528Y-104339793D01* -X121425302Y-104308770D01* -X121395728Y-104263289D01* -X121357827Y-104206432D01* -X121313620Y-104141283D01* -X121287921Y-104103862D01* -X121241093Y-104035247D01* -X121199501Y-103972952D01* -X121165175Y-103920129D01* -X121140143Y-103879927D01* -X121126435Y-103855500D01* -X121124456Y-103850024D01* -X121132966Y-103837278D01* -X121156493Y-103810063D01* -X121192032Y-103771428D01* -X121236577Y-103724423D01* -X121287123Y-103672095D01* -X121340664Y-103617495D01* -X121394195Y-103563670D01* -X121444711Y-103513670D01* -X121489206Y-103470543D01* -X121524675Y-103437339D01* -X121548113Y-103417106D01* -X121555954Y-103412278D01* -X121568720Y-103419067D01* -X121599256Y-103438142D01* -X121644590Y-103467561D01* -X121701756Y-103505381D01* -X121767784Y-103549661D01* -X121817590Y-103583395D01* -X122069236Y-103754512D01* -X122278999Y-103668041D01* -X122488763Y-103581570D01* -X122545611Y-103280018D01* -X122602460Y-102978466D01* -X123230115Y-102978466D01* -X123286964Y-103280018D01* -G37* -D17* +D19* %TO.C,R6*% -X87482500Y-100387258D02* -X87482500Y-99912742D01* -X88527500Y-100387258D02* -X88527500Y-99912742D01* +X88408742Y-98791500D02* +X88883258Y-98791500D01* +X88408742Y-99836500D02* +X88883258Y-99836500D01* %TO.C,R22*% X72057742Y-93427500D02* X72532258Y-93427500D01* @@ -92394,7 +87026,7 @@ X96395000Y-115640000D02* X95870000Y-115640000D01* X88175000Y-115640000D02* X88700000Y-115640000D01* -D10* +D11* %TO.C,J13*% X126075000Y-104650000D02* X126075000Y-89750000D01* @@ -92404,7 +87036,7 @@ X131825000Y-92200000D02* X131825000Y-104650000D01* X126075000Y-89750000D02* X129475000Y-89750000D01* -D17* +D19* %TO.C,R24*% X146033258Y-107710500D02* X145558742Y-107710500D01* @@ -92464,11 +87096,6 @@ X153461390Y-106645449D02* X153461390Y-94025449D01* X147491390Y-106645449D02* X153461390Y-106645449D01* -D14* -%TO.C,L2*% -X84160000Y-114175000D02* -X83660000Y-114175000D01* -D17* %TO.C,U1*% X106010000Y-119737500D02* X106010000Y-117937500D01* @@ -92576,6 +87203,11 @@ X151091294Y-128457123D02* X151091294Y-118337123D01* X145121294Y-128457123D02* X151091294Y-128457123D01* +%TO.C,C13*% +X83582580Y-112522000D02* +X83301420Y-112522000D01* +X83582580Y-111502000D02* +X83301420Y-111502000D01* %TO.C,Q3*% X139360500Y-81465500D02* X141035500Y-81465500D01* @@ -92585,7 +87217,7 @@ X139360500Y-78345500D02* X140010500Y-78345500D01* X139360500Y-78345500D02* X138710500Y-78345500D01* -D10* +D11* %TO.C,J14*% X91710000Y-88630000D02* X91710000Y-89975000D01* @@ -92595,7 +87227,7 @@ X99730000Y-84745000D02* X93180000Y-84745000D01* X99730000Y-89975000D02* X99730000Y-84745000D01* -D17* +D19* %TO.C,J18*% X118790500Y-74370500D02* X118790500Y-73120500D01* @@ -92655,30 +87287,18 @@ X102247258Y-111072500D02* X101772742Y-111072500D01* X102247258Y-110027500D02* X101772742Y-110027500D01* -D10* -%TO.C,J12*% -X75925000Y-117260000D02* -X75925000Y-114660000D01* -X78525000Y-117260000D02* -X78525000Y-116721000D01* -X78525000Y-114660000D02* -X78525000Y-115199000D01* -X79609000Y-115973000D02* -G75* -G03* -X79609000Y-115973000I-31000J0D01* -G01* +D11* %TO.C,C4*% X114300000Y-83840000D02* X104850000Y-83840000D01* X111075000Y-75540000D02* X104850000Y-75540000D01* -D17* +D19* %TO.C,C14*% -X85850000Y-115710580D02* -X85850000Y-115429420D01* -X86870000Y-115710580D02* -X86870000Y-115429420D01* +X86655580Y-115750000D02* +X86374420Y-115750000D01* +X86655580Y-114730000D02* +X86374420Y-114730000D01* %TO.C,SW4*% X118265000Y-106350000D02* X118265000Y-104850000D01* @@ -92746,20 +87366,20 @@ X160202884Y-117557179D02* X160202884Y-107437179D01* X154232884Y-117557179D02* X160202884Y-117557179D01* -D19* +D17* %TO.C,PS1*% X109910000Y-91932500D02* G75* G03* X109910000Y-91932500I-125000J0D01* G01* -D17* +D19* %TO.C,R14*% X72157500Y-121442742D02* X72157500Y-121917258D01* X71112500Y-121442742D02* X71112500Y-121917258D01* -D10* +D11* %TO.C,J21*% X92322000Y-67058000D02* X92322000Y-70358000D01* @@ -92783,19 +87403,19 @@ X100300000Y-128750000D02* X100300000Y-130150000D01* X100300000Y-130150000D02* X108400000Y-130150000D01* -D14* +D15* X103050000Y-123150000D02* X103050000Y-123150000D01* X103050000Y-123250000D02* X103050000Y-123250000D01* -D10* +D11* X107750000Y-124550000D02* X108400000Y-124550000D01* X108400000Y-124550000D02* X108400000Y-125950000D01* X108400000Y-130150000D02* X108400000Y-128750000D01* -D14* +D15* X103050000Y-123250000D02* G75* G03* @@ -92806,13 +87426,7 @@ G75* G03* X103050000Y-123250000I0J-50000D01* G01* -D17* -%TO.C,R25*% -X81052500Y-118722742D02* -X81052500Y-119197258D01* -X80007500Y-118722742D02* -X80007500Y-119197258D01* -D10* +D11* %TO.C,J20*% X81614000Y-66975529D02* X81614000Y-70275529D01* @@ -92822,7 +87436,7 @@ X91614000Y-66975529D02* X81614000Y-66975529D01* X91614000Y-74475529D02* X91614000Y-66975529D01* -D17* +D19* %TO.C,C1*% X72344420Y-73210000D02* X72625580Y-73210000D01* @@ -92948,23 +87562,11 @@ X140212705Y-102246646D02* X140212705Y-89626646D01* X134242705Y-102246646D02* X140212705Y-102246646D01* -D10* -%TO.C,FL1*% -X83840000Y-119130000D02* -X83840000Y-119130000D01* -X84040000Y-119130000D02* -X84040000Y-119130000D01* -X84040000Y-119130000D02* -G75* -G03* -X83840000Y-119130000I-100000J0D01* -G01* -X83840000Y-119130000D02* -G75* -G03* -X84040000Y-119130000I100000J0D01* -G01* -D17* +%TO.C,L1*% +X91851378Y-118357000D02* +X92650622Y-118357000D01* +X91851378Y-119477000D02* +X92650622Y-119477000D01* %TO.C,J17*% X135930500Y-74450500D02* X135930500Y-73200500D01* @@ -93098,11 +87700,6 @@ X137654000Y-120750000D02* X137654000Y-125250000D01* X141654000Y-119500000D02* X140154000Y-119500000D01* -%TO.C,R26*% -X81507500Y-118037258D02* -X81507500Y-117562742D01* -X82552500Y-118037258D02* -X82552500Y-117562742D01* %TO.C,R12*% X107837258Y-123072500D02* X107362742Y-123072500D01* @@ -93173,21 +87770,16 @@ X131458000Y-78495500D02* X132108000Y-78495500D01* X131458000Y-78495500D02* X130808000Y-78495500D01* -D14* -%TO.C,L1*% -X84260000Y-120655000D02* -X83760000Y-120655000D01* -D17* %TO.C,R7*% X146643286Y-110572433D02* X146643286Y-111046949D01* X145598286Y-110572433D02* X145598286Y-111046949D01* -%TO.C,C13*% -X86915160Y-118283753D02* -X86915160Y-118564913D01* -X85895160Y-118283753D02* -X85895160Y-118564913D01* +%TO.C,C8*% +X86643580Y-117042000D02* +X86362420Y-117042000D01* +X86643580Y-116022000D02* +X86362420Y-116022000D01* %TO.C,Q2*% X146890786Y-92034691D02* X146890786Y-90359691D01* @@ -93204,7 +87796,7 @@ X115405000Y-83645000D02* X115405000Y-85930000D01* X116875000Y-85930000D02* X116875000Y-83645000D01* -D10* +D11* %TO.C,J2*% X66480000Y-72900000D02* X65135000Y-72900000D01* @@ -93214,7 +87806,7 @@ X70365000Y-124000000D02* X70365000Y-74320000D01* X65135000Y-124000000D02* X70365000Y-124000000D01* -D17* +D19* %TO.C,J23*% X160505786Y-93734691D02* X159255786Y-93734691D01* @@ -93270,10 +87862,10 @@ X72085000Y-78090580D01* X71065000Y-77809420D02* X71065000Y-78090580D01* %TO.C,C5*% -X93728000Y-117461420D02* -X93728000Y-117742580D01* -X92708000Y-117461420D02* -X92708000Y-117742580D01* +X95341420Y-117086000D02* +X95622580Y-117086000D01* +X95341420Y-118106000D02* +X95622580Y-118106000D01* %TO.C,R3*% X145083528Y-81322191D02* X145558044Y-81322191D01* @@ -93352,10 +87944,10 @@ X101605000Y-87530000D01* X106745000Y-87530000D02* X101605000Y-87530000D01* %TO.C,R17*% -X96912258Y-121882500D02* -X96437742Y-121882500D01* -X96912258Y-120837500D02* -X96437742Y-120837500D01* +X88266160Y-103264724D02* +X88266160Y-102790208D01* +X89311160Y-103264724D02* +X89311160Y-102790208D01* %TO.C,D2*% X144048000Y-78000500D02* X144048000Y-74700500D01* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH-drl_map.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH-drl_map.gbr deleted file mode 100644 index 027b5cd..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH-drl_map.gbr +++ /dev/null @@ -1,956 +0,0 @@ -%TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-11-29T11:07:57+01:00*% -%TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% -%TF.SameCoordinates,Original*% -%TF.FileFunction,Drillmap*% -%TF.FilePolarity,Positive*% -%FSLAX45Y45*% -G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-11-29 11:07:57* -%MOMM*% -%LPD*% -G01* -G04 APERTURE LIST* -%ADD10C,0.150000*% -%ADD11C,0.200000*% -%ADD12C,0.070000*% -G04 APERTURE END LIST* -D10* -X6429000Y-12768000D02* -G75* -G03* -X6729000Y-13068000I300000J0D01* -G01* -X6729000Y-6568000D02* -G75* -G03* -X6429000Y-6868000I0J-300000D01* -G01* -X7939000Y-6918000D02* -G75* -G03* -X7939000Y-6918000I-160000J0D01* -G01* -X16129000Y-6568000D02* -X6729000Y-6568000D01* -X6729000Y-13068000D02* -X16129000Y-13068000D01* -X16239000Y-12718000D02* -G75* -G03* -X16239000Y-12718000I-160000J0D01* -G01* -X6919000Y-6918000D02* -G75* -G03* -X6919000Y-6918000I-140000J0D01* -G01* -X16429000Y-12768000D02* -X16429000Y-6868000D01* -X16239000Y-6918000D02* -G75* -G03* -X16239000Y-6918000I-160000J0D01* -G01* -X16429000Y-6868000D02* -G75* -G03* -X16129000Y-6568000I-300000J0D01* -G01* -X6429000Y-6868000D02* -X6429000Y-12768000D01* -X16129000Y-13068000D02* -G75* -G03* -X16429000Y-12768000I0J300000D01* -G01* -D11* -D12* -X10171000Y-12552636D02* -X10241000Y-12622636D01* -X10241000Y-12552636D02* -X10171000Y-12622636D01* -X10586000Y-12552636D02* -X10656000Y-12622636D01* -X10656000Y-12552636D02* -X10586000Y-12622636D01* -D11* -X6682277Y-13386984D02* -X6682277Y-13186984D01* -X6682277Y-13186984D02* -X6729896Y-13186984D01* -X6729896Y-13186984D02* -X6758467Y-13196508D01* -X6758467Y-13196508D02* -X6777515Y-13215555D01* -X6777515Y-13215555D02* -X6787039Y-13234603D01* -X6787039Y-13234603D02* -X6796562Y-13272698D01* -X6796562Y-13272698D02* -X6796562Y-13301269D01* -X6796562Y-13301269D02* -X6787039Y-13339365D01* -X6787039Y-13339365D02* -X6777515Y-13358412D01* -X6777515Y-13358412D02* -X6758467Y-13377460D01* -X6758467Y-13377460D02* -X6729896Y-13386984D01* -X6729896Y-13386984D02* -X6682277Y-13386984D01* -X6882277Y-13386984D02* -X6882277Y-13253650D01* -X6882277Y-13291746D02* -X6891801Y-13272698D01* -X6891801Y-13272698D02* -X6901324Y-13263174D01* -X6901324Y-13263174D02* -X6920372Y-13253650D01* -X6920372Y-13253650D02* -X6939420Y-13253650D01* -X7006086Y-13386984D02* -X7006086Y-13253650D01* -X7006086Y-13186984D02* -X6996562Y-13196508D01* -X6996562Y-13196508D02* -X7006086Y-13206031D01* -X7006086Y-13206031D02* -X7015610Y-13196508D01* -X7015610Y-13196508D02* -X7006086Y-13186984D01* -X7006086Y-13186984D02* -X7006086Y-13206031D01* -X7129896Y-13386984D02* -X7110848Y-13377460D01* -X7110848Y-13377460D02* -X7101324Y-13358412D01* -X7101324Y-13358412D02* -X7101324Y-13186984D01* -X7234658Y-13386984D02* -X7215610Y-13377460D01* -X7215610Y-13377460D02* -X7206086Y-13358412D01* -X7206086Y-13358412D02* -X7206086Y-13186984D01* -X7463229Y-13386984D02* -X7463229Y-13186984D01* -X7463229Y-13186984D02* -X7529896Y-13329841D01* -X7529896Y-13329841D02* -X7596562Y-13186984D01* -X7596562Y-13186984D02* -X7596562Y-13386984D01* -X7777515Y-13386984D02* -X7777515Y-13282222D01* -X7777515Y-13282222D02* -X7767991Y-13263174D01* -X7767991Y-13263174D02* -X7748943Y-13253650D01* -X7748943Y-13253650D02* -X7710848Y-13253650D01* -X7710848Y-13253650D02* -X7691801Y-13263174D01* -X7777515Y-13377460D02* -X7758467Y-13386984D01* -X7758467Y-13386984D02* -X7710848Y-13386984D01* -X7710848Y-13386984D02* -X7691801Y-13377460D01* -X7691801Y-13377460D02* -X7682277Y-13358412D01* -X7682277Y-13358412D02* -X7682277Y-13339365D01* -X7682277Y-13339365D02* -X7691801Y-13320317D01* -X7691801Y-13320317D02* -X7710848Y-13310793D01* -X7710848Y-13310793D02* -X7758467Y-13310793D01* -X7758467Y-13310793D02* -X7777515Y-13301269D01* -X7872753Y-13253650D02* -X7872753Y-13453650D01* -X7872753Y-13263174D02* -X7891801Y-13253650D01* -X7891801Y-13253650D02* -X7929896Y-13253650D01* -X7929896Y-13253650D02* -X7948943Y-13263174D01* -X7948943Y-13263174D02* -X7958467Y-13272698D01* -X7958467Y-13272698D02* -X7967991Y-13291746D01* -X7967991Y-13291746D02* -X7967991Y-13348888D01* -X7967991Y-13348888D02* -X7958467Y-13367936D01* -X7958467Y-13367936D02* -X7948943Y-13377460D01* -X7948943Y-13377460D02* -X7929896Y-13386984D01* -X7929896Y-13386984D02* -X7891801Y-13386984D01* -X7891801Y-13386984D02* -X7872753Y-13377460D01* -X8053705Y-13367936D02* -X8063229Y-13377460D01* -X8063229Y-13377460D02* -X8053705Y-13386984D01* -X8053705Y-13386984D02* -X8044182Y-13377460D01* -X8044182Y-13377460D02* -X8053705Y-13367936D01* -X8053705Y-13367936D02* -X8053705Y-13386984D01* -X8053705Y-13263174D02* -X8063229Y-13272698D01* -X8063229Y-13272698D02* -X8053705Y-13282222D01* -X8053705Y-13282222D02* -X8044182Y-13272698D01* -X8044182Y-13272698D02* -X8053705Y-13263174D01* -X8053705Y-13263174D02* -X8053705Y-13282222D01* -D12* -X6351500Y-13680500D02* -X6421500Y-13750500D01* -X6421500Y-13680500D02* -X6351500Y-13750500D01* -D11* -X6720372Y-13606984D02* -X6739420Y-13606984D01* -X6739420Y-13606984D02* -X6758467Y-13616508D01* -X6758467Y-13616508D02* -X6767991Y-13626031D01* -X6767991Y-13626031D02* -X6777515Y-13645079D01* -X6777515Y-13645079D02* -X6787039Y-13683174D01* -X6787039Y-13683174D02* -X6787039Y-13730793D01* -X6787039Y-13730793D02* -X6777515Y-13768888D01* -X6777515Y-13768888D02* -X6767991Y-13787936D01* -X6767991Y-13787936D02* -X6758467Y-13797460D01* -X6758467Y-13797460D02* -X6739420Y-13806984D01* -X6739420Y-13806984D02* -X6720372Y-13806984D01* -X6720372Y-13806984D02* -X6701324Y-13797460D01* -X6701324Y-13797460D02* -X6691801Y-13787936D01* -X6691801Y-13787936D02* -X6682277Y-13768888D01* -X6682277Y-13768888D02* -X6672753Y-13730793D01* -X6672753Y-13730793D02* -X6672753Y-13683174D01* -X6672753Y-13683174D02* -X6682277Y-13645079D01* -X6682277Y-13645079D02* -X6691801Y-13626031D01* -X6691801Y-13626031D02* -X6701324Y-13616508D01* -X6701324Y-13616508D02* -X6720372Y-13606984D01* -X6872753Y-13787936D02* -X6882277Y-13797460D01* -X6882277Y-13797460D02* -X6872753Y-13806984D01* -X6872753Y-13806984D02* -X6863229Y-13797460D01* -X6863229Y-13797460D02* -X6872753Y-13787936D01* -X6872753Y-13787936D02* -X6872753Y-13806984D01* -X6948943Y-13606984D02* -X7082277Y-13606984D01* -X7082277Y-13606984D02* -X6996562Y-13806984D01* -X7196562Y-13606984D02* -X7215610Y-13606984D01* -X7215610Y-13606984D02* -X7234658Y-13616508D01* -X7234658Y-13616508D02* -X7244182Y-13626031D01* -X7244182Y-13626031D02* -X7253705Y-13645079D01* -X7253705Y-13645079D02* -X7263229Y-13683174D01* -X7263229Y-13683174D02* -X7263229Y-13730793D01* -X7263229Y-13730793D02* -X7253705Y-13768888D01* -X7253705Y-13768888D02* -X7244182Y-13787936D01* -X7244182Y-13787936D02* -X7234658Y-13797460D01* -X7234658Y-13797460D02* -X7215610Y-13806984D01* -X7215610Y-13806984D02* -X7196562Y-13806984D01* -X7196562Y-13806984D02* -X7177515Y-13797460D01* -X7177515Y-13797460D02* -X7167991Y-13787936D01* -X7167991Y-13787936D02* -X7158467Y-13768888D01* -X7158467Y-13768888D02* -X7148943Y-13730793D01* -X7148943Y-13730793D02* -X7148943Y-13683174D01* -X7148943Y-13683174D02* -X7158467Y-13645079D01* -X7158467Y-13645079D02* -X7167991Y-13626031D01* -X7167991Y-13626031D02* -X7177515Y-13616508D01* -X7177515Y-13616508D02* -X7196562Y-13606984D01* -X7387039Y-13606984D02* -X7406086Y-13606984D01* -X7406086Y-13606984D02* -X7425134Y-13616508D01* -X7425134Y-13616508D02* -X7434658Y-13626031D01* -X7434658Y-13626031D02* -X7444182Y-13645079D01* -X7444182Y-13645079D02* -X7453705Y-13683174D01* -X7453705Y-13683174D02* -X7453705Y-13730793D01* -X7453705Y-13730793D02* -X7444182Y-13768888D01* -X7444182Y-13768888D02* -X7434658Y-13787936D01* -X7434658Y-13787936D02* -X7425134Y-13797460D01* -X7425134Y-13797460D02* -X7406086Y-13806984D01* -X7406086Y-13806984D02* -X7387039Y-13806984D01* -X7387039Y-13806984D02* -X7367991Y-13797460D01* -X7367991Y-13797460D02* -X7358467Y-13787936D01* -X7358467Y-13787936D02* -X7348943Y-13768888D01* -X7348943Y-13768888D02* -X7339420Y-13730793D01* -X7339420Y-13730793D02* -X7339420Y-13683174D01* -X7339420Y-13683174D02* -X7348943Y-13645079D01* -X7348943Y-13645079D02* -X7358467Y-13626031D01* -X7358467Y-13626031D02* -X7367991Y-13616508D01* -X7367991Y-13616508D02* -X7387039Y-13606984D01* -X7539420Y-13806984D02* -X7539420Y-13673650D01* -X7539420Y-13692698D02* -X7548943Y-13683174D01* -X7548943Y-13683174D02* -X7567991Y-13673650D01* -X7567991Y-13673650D02* -X7596563Y-13673650D01* -X7596563Y-13673650D02* -X7615610Y-13683174D01* -X7615610Y-13683174D02* -X7625134Y-13702222D01* -X7625134Y-13702222D02* -X7625134Y-13806984D01* -X7625134Y-13702222D02* -X7634658Y-13683174D01* -X7634658Y-13683174D02* -X7653705Y-13673650D01* -X7653705Y-13673650D02* -X7682277Y-13673650D01* -X7682277Y-13673650D02* -X7701324Y-13683174D01* -X7701324Y-13683174D02* -X7710848Y-13702222D01* -X7710848Y-13702222D02* -X7710848Y-13806984D01* -X7806086Y-13806984D02* -X7806086Y-13673650D01* -X7806086Y-13692698D02* -X7815610Y-13683174D01* -X7815610Y-13683174D02* -X7834658Y-13673650D01* -X7834658Y-13673650D02* -X7863229Y-13673650D01* -X7863229Y-13673650D02* -X7882277Y-13683174D01* -X7882277Y-13683174D02* -X7891801Y-13702222D01* -X7891801Y-13702222D02* -X7891801Y-13806984D01* -X7891801Y-13702222D02* -X7901324Y-13683174D01* -X7901324Y-13683174D02* -X7920372Y-13673650D01* -X7920372Y-13673650D02* -X7948943Y-13673650D01* -X7948943Y-13673650D02* -X7967991Y-13683174D01* -X7967991Y-13683174D02* -X7977515Y-13702222D01* -X7977515Y-13702222D02* -X7977515Y-13806984D01* -X8367991Y-13597460D02* -X8196563Y-13854603D01* -X8625134Y-13606984D02* -X8644182Y-13606984D01* -X8644182Y-13606984D02* -X8663229Y-13616508D01* -X8663229Y-13616508D02* -X8672753Y-13626031D01* -X8672753Y-13626031D02* -X8682277Y-13645079D01* -X8682277Y-13645079D02* -X8691801Y-13683174D01* -X8691801Y-13683174D02* -X8691801Y-13730793D01* -X8691801Y-13730793D02* -X8682277Y-13768888D01* -X8682277Y-13768888D02* -X8672753Y-13787936D01* -X8672753Y-13787936D02* -X8663229Y-13797460D01* -X8663229Y-13797460D02* -X8644182Y-13806984D01* -X8644182Y-13806984D02* -X8625134Y-13806984D01* -X8625134Y-13806984D02* -X8606087Y-13797460D01* -X8606087Y-13797460D02* -X8596563Y-13787936D01* -X8596563Y-13787936D02* -X8587039Y-13768888D01* -X8587039Y-13768888D02* -X8577515Y-13730793D01* -X8577515Y-13730793D02* -X8577515Y-13683174D01* -X8577515Y-13683174D02* -X8587039Y-13645079D01* -X8587039Y-13645079D02* -X8596563Y-13626031D01* -X8596563Y-13626031D02* -X8606087Y-13616508D01* -X8606087Y-13616508D02* -X8625134Y-13606984D01* -X8777515Y-13787936D02* -X8787039Y-13797460D01* -X8787039Y-13797460D02* -X8777515Y-13806984D01* -X8777515Y-13806984D02* -X8767991Y-13797460D01* -X8767991Y-13797460D02* -X8777515Y-13787936D01* -X8777515Y-13787936D02* -X8777515Y-13806984D01* -X8910848Y-13606984D02* -X8929896Y-13606984D01* -X8929896Y-13606984D02* -X8948944Y-13616508D01* -X8948944Y-13616508D02* -X8958468Y-13626031D01* -X8958468Y-13626031D02* -X8967991Y-13645079D01* -X8967991Y-13645079D02* -X8977515Y-13683174D01* -X8977515Y-13683174D02* -X8977515Y-13730793D01* -X8977515Y-13730793D02* -X8967991Y-13768888D01* -X8967991Y-13768888D02* -X8958468Y-13787936D01* -X8958468Y-13787936D02* -X8948944Y-13797460D01* -X8948944Y-13797460D02* -X8929896Y-13806984D01* -X8929896Y-13806984D02* -X8910848Y-13806984D01* -X8910848Y-13806984D02* -X8891801Y-13797460D01* -X8891801Y-13797460D02* -X8882277Y-13787936D01* -X8882277Y-13787936D02* -X8872753Y-13768888D01* -X8872753Y-13768888D02* -X8863229Y-13730793D01* -X8863229Y-13730793D02* -X8863229Y-13683174D01* -X8863229Y-13683174D02* -X8872753Y-13645079D01* -X8872753Y-13645079D02* -X8882277Y-13626031D01* -X8882277Y-13626031D02* -X8891801Y-13616508D01* -X8891801Y-13616508D02* -X8910848Y-13606984D01* -X9053706Y-13626031D02* -X9063229Y-13616508D01* -X9063229Y-13616508D02* -X9082277Y-13606984D01* -X9082277Y-13606984D02* -X9129896Y-13606984D01* -X9129896Y-13606984D02* -X9148944Y-13616508D01* -X9148944Y-13616508D02* -X9158468Y-13626031D01* -X9158468Y-13626031D02* -X9167991Y-13645079D01* -X9167991Y-13645079D02* -X9167991Y-13664127D01* -X9167991Y-13664127D02* -X9158468Y-13692698D01* -X9158468Y-13692698D02* -X9044182Y-13806984D01* -X9044182Y-13806984D02* -X9167991Y-13806984D01* -X9234658Y-13606984D02* -X9367991Y-13606984D01* -X9367991Y-13606984D02* -X9282277Y-13806984D01* -X9529896Y-13606984D02* -X9491801Y-13606984D01* -X9491801Y-13606984D02* -X9472753Y-13616508D01* -X9472753Y-13616508D02* -X9463229Y-13626031D01* -X9463229Y-13626031D02* -X9444182Y-13654603D01* -X9444182Y-13654603D02* -X9434658Y-13692698D01* -X9434658Y-13692698D02* -X9434658Y-13768888D01* -X9434658Y-13768888D02* -X9444182Y-13787936D01* -X9444182Y-13787936D02* -X9453706Y-13797460D01* -X9453706Y-13797460D02* -X9472753Y-13806984D01* -X9472753Y-13806984D02* -X9510849Y-13806984D01* -X9510849Y-13806984D02* -X9529896Y-13797460D01* -X9529896Y-13797460D02* -X9539420Y-13787936D01* -X9539420Y-13787936D02* -X9548944Y-13768888D01* -X9548944Y-13768888D02* -X9548944Y-13721269D01* -X9548944Y-13721269D02* -X9539420Y-13702222D01* -X9539420Y-13702222D02* -X9529896Y-13692698D01* -X9529896Y-13692698D02* -X9510849Y-13683174D01* -X9510849Y-13683174D02* -X9472753Y-13683174D01* -X9472753Y-13683174D02* -X9453706Y-13692698D01* -X9453706Y-13692698D02* -X9444182Y-13702222D01* -X9444182Y-13702222D02* -X9434658Y-13721269D01* -X9625134Y-13606984D02* -X9625134Y-13645079D01* -X9701325Y-13606984D02* -X9701325Y-13645079D01* -X9996563Y-13883174D02* -X9987039Y-13873650D01* -X9987039Y-13873650D02* -X9967991Y-13845079D01* -X9967991Y-13845079D02* -X9958468Y-13826031D01* -X9958468Y-13826031D02* -X9948944Y-13797460D01* -X9948944Y-13797460D02* -X9939420Y-13749841D01* -X9939420Y-13749841D02* -X9939420Y-13711746D01* -X9939420Y-13711746D02* -X9948944Y-13664127D01* -X9948944Y-13664127D02* -X9958468Y-13635555D01* -X9958468Y-13635555D02* -X9967991Y-13616508D01* -X9967991Y-13616508D02* -X9987039Y-13587936D01* -X9987039Y-13587936D02* -X9996563Y-13578412D01* -X10063230Y-13626031D02* -X10072753Y-13616508D01* -X10072753Y-13616508D02* -X10091801Y-13606984D01* -X10091801Y-13606984D02* -X10139420Y-13606984D01* -X10139420Y-13606984D02* -X10158468Y-13616508D01* -X10158468Y-13616508D02* -X10167991Y-13626031D01* -X10167991Y-13626031D02* -X10177515Y-13645079D01* -X10177515Y-13645079D02* -X10177515Y-13664127D01* -X10177515Y-13664127D02* -X10167991Y-13692698D01* -X10167991Y-13692698D02* -X10053706Y-13806984D01* -X10053706Y-13806984D02* -X10177515Y-13806984D01* -X10415611Y-13806984D02* -X10415611Y-13606984D01* -X10501325Y-13806984D02* -X10501325Y-13702222D01* -X10501325Y-13702222D02* -X10491801Y-13683174D01* -X10491801Y-13683174D02* -X10472753Y-13673650D01* -X10472753Y-13673650D02* -X10444182Y-13673650D01* -X10444182Y-13673650D02* -X10425134Y-13683174D01* -X10425134Y-13683174D02* -X10415611Y-13692698D01* -X10625134Y-13806984D02* -X10606087Y-13797460D01* -X10606087Y-13797460D02* -X10596563Y-13787936D01* -X10596563Y-13787936D02* -X10587039Y-13768888D01* -X10587039Y-13768888D02* -X10587039Y-13711746D01* -X10587039Y-13711746D02* -X10596563Y-13692698D01* -X10596563Y-13692698D02* -X10606087Y-13683174D01* -X10606087Y-13683174D02* -X10625134Y-13673650D01* -X10625134Y-13673650D02* -X10653706Y-13673650D01* -X10653706Y-13673650D02* -X10672753Y-13683174D01* -X10672753Y-13683174D02* -X10682277Y-13692698D01* -X10682277Y-13692698D02* -X10691801Y-13711746D01* -X10691801Y-13711746D02* -X10691801Y-13768888D01* -X10691801Y-13768888D02* -X10682277Y-13787936D01* -X10682277Y-13787936D02* -X10672753Y-13797460D01* -X10672753Y-13797460D02* -X10653706Y-13806984D01* -X10653706Y-13806984D02* -X10625134Y-13806984D01* -X10806087Y-13806984D02* -X10787039Y-13797460D01* -X10787039Y-13797460D02* -X10777515Y-13778412D01* -X10777515Y-13778412D02* -X10777515Y-13606984D01* -X10958468Y-13797460D02* -X10939420Y-13806984D01* -X10939420Y-13806984D02* -X10901325Y-13806984D01* -X10901325Y-13806984D02* -X10882277Y-13797460D01* -X10882277Y-13797460D02* -X10872753Y-13778412D01* -X10872753Y-13778412D02* -X10872753Y-13702222D01* -X10872753Y-13702222D02* -X10882277Y-13683174D01* -X10882277Y-13683174D02* -X10901325Y-13673650D01* -X10901325Y-13673650D02* -X10939420Y-13673650D01* -X10939420Y-13673650D02* -X10958468Y-13683174D01* -X10958468Y-13683174D02* -X10967992Y-13702222D01* -X10967992Y-13702222D02* -X10967992Y-13721269D01* -X10967992Y-13721269D02* -X10872753Y-13740317D01* -X11044182Y-13797460D02* -X11063230Y-13806984D01* -X11063230Y-13806984D02* -X11101325Y-13806984D01* -X11101325Y-13806984D02* -X11120373Y-13797460D01* -X11120373Y-13797460D02* -X11129896Y-13778412D01* -X11129896Y-13778412D02* -X11129896Y-13768888D01* -X11129896Y-13768888D02* -X11120373Y-13749841D01* -X11120373Y-13749841D02* -X11101325Y-13740317D01* -X11101325Y-13740317D02* -X11072753Y-13740317D01* -X11072753Y-13740317D02* -X11053706Y-13730793D01* -X11053706Y-13730793D02* -X11044182Y-13711746D01* -X11044182Y-13711746D02* -X11044182Y-13702222D01* -X11044182Y-13702222D02* -X11053706Y-13683174D01* -X11053706Y-13683174D02* -X11072753Y-13673650D01* -X11072753Y-13673650D02* -X11101325Y-13673650D01* -X11101325Y-13673650D02* -X11120373Y-13683174D01* -X11196563Y-13883174D02* -X11206087Y-13873650D01* -X11206087Y-13873650D02* -X11225134Y-13845079D01* -X11225134Y-13845079D02* -X11234658Y-13826031D01* -X11234658Y-13826031D02* -X11244182Y-13797460D01* -X11244182Y-13797460D02* -X11253706Y-13749841D01* -X11253706Y-13749841D02* -X11253706Y-13711746D01* -X11253706Y-13711746D02* -X11244182Y-13664127D01* -X11244182Y-13664127D02* -X11234658Y-13635555D01* -X11234658Y-13635555D02* -X11225134Y-13616508D01* -X11225134Y-13616508D02* -X11206087Y-13587936D01* -X11206087Y-13587936D02* -X11196563Y-13578412D01* -X11558468Y-13883174D02* -X11548944Y-13873650D01* -X11548944Y-13873650D02* -X11529896Y-13845079D01* -X11529896Y-13845079D02* -X11520372Y-13826031D01* -X11520372Y-13826031D02* -X11510849Y-13797460D01* -X11510849Y-13797460D02* -X11501325Y-13749841D01* -X11501325Y-13749841D02* -X11501325Y-13711746D01* -X11501325Y-13711746D02* -X11510849Y-13664127D01* -X11510849Y-13664127D02* -X11520372Y-13635555D01* -X11520372Y-13635555D02* -X11529896Y-13616508D01* -X11529896Y-13616508D02* -X11548944Y-13587936D01* -X11548944Y-13587936D02* -X11558468Y-13578412D01* -X11634658Y-13673650D02* -X11634658Y-13806984D01* -X11634658Y-13692698D02* -X11644182Y-13683174D01* -X11644182Y-13683174D02* -X11663230Y-13673650D01* -X11663230Y-13673650D02* -X11691801Y-13673650D01* -X11691801Y-13673650D02* -X11710849Y-13683174D01* -X11710849Y-13683174D02* -X11720372Y-13702222D01* -X11720372Y-13702222D02* -X11720372Y-13806984D01* -X11844182Y-13806984D02* -X11825134Y-13797460D01* -X11825134Y-13797460D02* -X11815611Y-13787936D01* -X11815611Y-13787936D02* -X11806087Y-13768888D01* -X11806087Y-13768888D02* -X11806087Y-13711746D01* -X11806087Y-13711746D02* -X11815611Y-13692698D01* -X11815611Y-13692698D02* -X11825134Y-13683174D01* -X11825134Y-13683174D02* -X11844182Y-13673650D01* -X11844182Y-13673650D02* -X11872753Y-13673650D01* -X11872753Y-13673650D02* -X11891801Y-13683174D01* -X11891801Y-13683174D02* -X11901325Y-13692698D01* -X11901325Y-13692698D02* -X11910849Y-13711746D01* -X11910849Y-13711746D02* -X11910849Y-13768888D01* -X11910849Y-13768888D02* -X11901325Y-13787936D01* -X11901325Y-13787936D02* -X11891801Y-13797460D01* -X11891801Y-13797460D02* -X11872753Y-13806984D01* -X11872753Y-13806984D02* -X11844182Y-13806984D01* -X11967992Y-13673650D02* -X12044182Y-13673650D01* -X11996563Y-13606984D02* -X11996563Y-13778412D01* -X11996563Y-13778412D02* -X12006087Y-13797460D01* -X12006087Y-13797460D02* -X12025134Y-13806984D01* -X12025134Y-13806984D02* -X12044182Y-13806984D01* -X12263230Y-13673650D02* -X12263230Y-13873650D01* -X12263230Y-13683174D02* -X12282277Y-13673650D01* -X12282277Y-13673650D02* -X12320373Y-13673650D01* -X12320373Y-13673650D02* -X12339420Y-13683174D01* -X12339420Y-13683174D02* -X12348944Y-13692698D01* -X12348944Y-13692698D02* -X12358468Y-13711746D01* -X12358468Y-13711746D02* -X12358468Y-13768888D01* -X12358468Y-13768888D02* -X12348944Y-13787936D01* -X12348944Y-13787936D02* -X12339420Y-13797460D01* -X12339420Y-13797460D02* -X12320373Y-13806984D01* -X12320373Y-13806984D02* -X12282277Y-13806984D01* -X12282277Y-13806984D02* -X12263230Y-13797460D01* -X12472753Y-13806984D02* -X12453706Y-13797460D01* -X12453706Y-13797460D02* -X12444182Y-13778412D01* -X12444182Y-13778412D02* -X12444182Y-13606984D01* -X12634658Y-13806984D02* -X12634658Y-13702222D01* -X12634658Y-13702222D02* -X12625134Y-13683174D01* -X12625134Y-13683174D02* -X12606087Y-13673650D01* -X12606087Y-13673650D02* -X12567992Y-13673650D01* -X12567992Y-13673650D02* -X12548944Y-13683174D01* -X12634658Y-13797460D02* -X12615611Y-13806984D01* -X12615611Y-13806984D02* -X12567992Y-13806984D01* -X12567992Y-13806984D02* -X12548944Y-13797460D01* -X12548944Y-13797460D02* -X12539420Y-13778412D01* -X12539420Y-13778412D02* -X12539420Y-13759365D01* -X12539420Y-13759365D02* -X12548944Y-13740317D01* -X12548944Y-13740317D02* -X12567992Y-13730793D01* -X12567992Y-13730793D02* -X12615611Y-13730793D01* -X12615611Y-13730793D02* -X12634658Y-13721269D01* -X12701325Y-13673650D02* -X12777515Y-13673650D01* -X12729896Y-13606984D02* -X12729896Y-13778412D01* -X12729896Y-13778412D02* -X12739420Y-13797460D01* -X12739420Y-13797460D02* -X12758468Y-13806984D01* -X12758468Y-13806984D02* -X12777515Y-13806984D01* -X12920373Y-13797460D02* -X12901325Y-13806984D01* -X12901325Y-13806984D02* -X12863230Y-13806984D01* -X12863230Y-13806984D02* -X12844182Y-13797460D01* -X12844182Y-13797460D02* -X12834658Y-13778412D01* -X12834658Y-13778412D02* -X12834658Y-13702222D01* -X12834658Y-13702222D02* -X12844182Y-13683174D01* -X12844182Y-13683174D02* -X12863230Y-13673650D01* -X12863230Y-13673650D02* -X12901325Y-13673650D01* -X12901325Y-13673650D02* -X12920373Y-13683174D01* -X12920373Y-13683174D02* -X12929896Y-13702222D01* -X12929896Y-13702222D02* -X12929896Y-13721269D01* -X12929896Y-13721269D02* -X12834658Y-13740317D01* -X13101325Y-13806984D02* -X13101325Y-13606984D01* -X13101325Y-13797460D02* -X13082277Y-13806984D01* -X13082277Y-13806984D02* -X13044182Y-13806984D01* -X13044182Y-13806984D02* -X13025134Y-13797460D01* -X13025134Y-13797460D02* -X13015611Y-13787936D01* -X13015611Y-13787936D02* -X13006087Y-13768888D01* -X13006087Y-13768888D02* -X13006087Y-13711746D01* -X13006087Y-13711746D02* -X13015611Y-13692698D01* -X13015611Y-13692698D02* -X13025134Y-13683174D01* -X13025134Y-13683174D02* -X13044182Y-13673650D01* -X13044182Y-13673650D02* -X13082277Y-13673650D01* -X13082277Y-13673650D02* -X13101325Y-13683174D01* -X13177515Y-13883174D02* -X13187039Y-13873650D01* -X13187039Y-13873650D02* -X13206087Y-13845079D01* -X13206087Y-13845079D02* -X13215611Y-13826031D01* -X13215611Y-13826031D02* -X13225134Y-13797460D01* -X13225134Y-13797460D02* -X13234658Y-13749841D01* -X13234658Y-13749841D02* -X13234658Y-13711746D01* -X13234658Y-13711746D02* -X13225134Y-13664127D01* -X13225134Y-13664127D02* -X13215611Y-13635555D01* -X13215611Y-13635555D02* -X13206087Y-13616508D01* -X13206087Y-13616508D02* -X13187039Y-13587936D01* -X13187039Y-13587936D02* -X13177515Y-13578412D01* -M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH.drl b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH.drl index 39feea0..b5f0b3c 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH.drl +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-NPTH.drl @@ -1,7 +1,7 @@ M48 -; DRILL file {KiCad 7.0.7} date Fri Dec 22 14:50:18 2023 +; DRILL file {KiCad 7.0.7} date Sun May 12 12:23:48 2024 ; FORMAT={-:-/ absolute / inch / decimal} -; #@! TF.CreationDate,2023-12-22T14:50:18+01:00 +; #@! TF.CreationDate,2024-05-12T12:23:48+02:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.7 ; #@! TF.FileFunction,NonPlated,1,2,NPTH FMAT,2 diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH-drl_map.gbr b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH-drl_map.gbr deleted file mode 100644 index 66111f6..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH-drl_map.gbr +++ /dev/null @@ -1,5398 +0,0 @@ -%TF.GenerationSoftware,KiCad,Pcbnew,7.0.7*% -%TF.CreationDate,2023-11-29T11:07:57+01:00*% -%TF.ProjectId,Astroplant_AL,41737472-6f70-46c6-916e-745f414c2e6b,rev?*% -%TF.SameCoordinates,Original*% -%TF.FileFunction,Drillmap*% -%TF.FilePolarity,Positive*% -%FSLAX45Y45*% -G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)* -G04 Created by KiCad (PCBNEW 7.0.7) date 2023-11-29 11:07:57* -%MOMM*% -%LPD*% -G01* -G04 APERTURE LIST* -%ADD10C,0.150000*% -%ADD11C,0.200000*% -%ADD12C,0.040000*% -%ADD13C,0.095000*% -%ADD14C,0.100000*% -%ADD15C,0.110000*% -%ADD16C,0.120000*% -%ADD17C,0.275000*% -%ADD18C,0.325000*% -G04 APERTURE END LIST* -D10* -X6429000Y-12768000D02* -G75* -G03* -X6729000Y-13068000I300000J0D01* -G01* -X6729000Y-6568000D02* -G75* -G03* -X6429000Y-6868000I0J-300000D01* -G01* -X7939000Y-6918000D02* -G75* -G03* -X7939000Y-6918000I-160000J0D01* -G01* -X16129000Y-6568000D02* -X6729000Y-6568000D01* -X6729000Y-13068000D02* -X16129000Y-13068000D01* -X16239000Y-12718000D02* -G75* -G03* -X16239000Y-12718000I-160000J0D01* -G01* -X6919000Y-6918000D02* -G75* -G03* -X6919000Y-6918000I-140000J0D01* -G01* -X16429000Y-12768000D02* -X16429000Y-6868000D01* -X16239000Y-6918000D02* -G75* -G03* -X16239000Y-6918000I-160000J0D01* -G01* -X16429000Y-6868000D02* -G75* -G03* -X16129000Y-6568000I-300000J0D01* -G01* -X6429000Y-6868000D02* -X6429000Y-12768000D01* -X16129000Y-13068000D02* -G75* -G03* -X16429000Y-12768000I0J300000D01* -G01* -D11* -D12* -X6501500Y-9570000D02* -X6541500Y-9610000D01* -X6541500Y-9570000D02* -X6501500Y-9610000D01* -X7070000Y-7496000D02* -X7110000Y-7536000D01* -X7110000Y-7496000D02* -X7070000Y-7536000D01* -X7103500Y-11201000D02* -X7143500Y-11241000D01* -X7143500Y-11201000D02* -X7103500Y-11241000D01* -X7133000Y-8006000D02* -X7173000Y-8046000D01* -X7173000Y-8006000D02* -X7133000Y-8046000D01* -X7137000Y-8995000D02* -X7177000Y-9035000D01* -X7177000Y-8995000D02* -X7137000Y-9035000D01* -X7140500Y-10548000D02* -X7180500Y-10588000D01* -X7180500Y-10548000D02* -X7140500Y-10588000D01* -X7178500Y-8875000D02* -X7218500Y-8915000D01* -X7218500Y-8875000D02* -X7178500Y-8915000D01* -X7216500Y-7531000D02* -X7256500Y-7571000D01* -X7256500Y-7531000D02* -X7216500Y-7571000D01* -X7223500Y-11768000D02* -X7263500Y-11808000D01* -X7263500Y-11768000D02* -X7223500Y-11808000D01* -X7235000Y-9811000D02* -X7275000Y-9851000D01* -X7275000Y-9811000D02* -X7235000Y-9851000D01* -X7294500Y-10604000D02* -X7334500Y-10644000D01* -X7334500Y-10604000D02* -X7294500Y-10644000D01* -X7294500Y-11232000D02* -X7334500Y-11272000D01* -X7334500Y-11232000D02* -X7294500Y-11272000D01* -X7363500Y-10698000D02* -X7403500Y-10738000D01* -X7403500Y-10698000D02* -X7363500Y-10738000D01* -X7394500Y-11820000D02* -X7434500Y-11860000D01* -X7434500Y-11820000D02* -X7394500Y-11860000D01* -X7439995Y-10764546D02* -X7479995Y-10804546D01* -X7479995Y-10764546D02* -X7439995Y-10804546D01* -X7445000Y-7936000D02* -X7485000Y-7976000D01* -X7485000Y-7936000D02* -X7445000Y-7976000D01* -X7457000Y-8991000D02* -X7497000Y-9031000D01* -X7497000Y-8991000D02* -X7457000Y-9031000D01* -X7466000Y-9291000D02* -X7506000Y-9331000D01* -X7506000Y-9291000D02* -X7466000Y-9331000D01* -X7504000Y-7438000D02* -X7544000Y-7478000D01* -X7544000Y-7438000D02* -X7504000Y-7478000D01* -X7549200Y-11206800D02* -X7589200Y-11246800D01* -X7589200Y-11206800D02* -X7549200Y-11246800D01* -X7549200Y-11587800D02* -X7589200Y-11627800D01* -X7589200Y-11587800D02* -X7549200Y-11627800D01* -X7589500Y-9952000D02* -X7629500Y-9992000D01* -X7629500Y-9952000D02* -X7589500Y-9992000D01* -X7605184Y-11961866D02* -X7645184Y-12001866D01* -X7645184Y-11961866D02* -X7605184Y-12001866D01* -X7651500Y-7446000D02* -X7691500Y-7486000D01* -X7691500Y-7446000D02* -X7651500Y-7486000D01* -X7702500Y-11576000D02* -X7742500Y-11616000D01* -X7742500Y-11576000D02* -X7702500Y-11616000D01* -X7717500Y-10838000D02* -X7757500Y-10878000D01* -X7757500Y-10838000D02* -X7717500Y-10878000D01* -X7811500Y-11136000D02* -X7851500Y-11176000D01* -X7851500Y-11136000D02* -X7811500Y-11176000D01* -X7879500Y-8241000D02* -X7919500Y-8281000D01* -X7919500Y-8241000D02* -X7879500Y-8281000D01* -X7879500Y-10018000D02* -X7919500Y-10058000D01* -X7919500Y-10018000D02* -X7879500Y-10058000D01* -X7879500Y-10971000D02* -X7919500Y-11011000D01* -X7919500Y-10971000D02* -X7879500Y-11011000D01* -X7911000Y-11338000D02* -X7951000Y-11378000D01* -X7951000Y-11338000D02* -X7911000Y-11378000D01* -X7925000Y-11083000D02* -X7965000Y-11123000D01* -X7965000Y-11083000D02* -X7925000Y-11123000D01* -X7983000Y-11912000D02* -X8023000Y-11952000D01* -X8023000Y-11912000D02* -X7983000Y-11952000D01* -X8044500Y-11107000D02* -X8084500Y-11147000D01* -X8084500Y-11107000D02* -X8044500Y-11147000D01* -X8078000Y-9308000D02* -X8118000Y-9348000D01* -X8118000Y-9308000D02* -X8078000Y-9348000D01* -X8081000Y-8991000D02* -X8121000Y-9031000D01* -X8121000Y-8991000D02* -X8081000Y-9031000D01* -X8086000Y-7095000D02* -X8126000Y-7135000D01* -X8126000Y-7095000D02* -X8086000Y-7135000D01* -X8128500Y-10460000D02* -X8168500Y-10500000D01* -X8168500Y-10460000D02* -X8128500Y-10500000D01* -X8161500Y-11277550D02* -X8201500Y-11317550D01* -X8201500Y-11277550D02* -X8161500Y-11317550D01* -X8192000Y-11377000D02* -X8232000Y-11417000D01* -X8232000Y-11377000D02* -X8192000Y-11417000D01* -X8197500Y-10113000D02* -X8237500Y-10153000D01* -X8237500Y-10113000D02* -X8197500Y-10153000D01* -X8197500Y-10892000D02* -X8237500Y-10932000D01* -X8237500Y-10892000D02* -X8197500Y-10932000D01* -X8254500Y-9830000D02* -X8294500Y-9870000D01* -X8294500Y-9830000D02* -X8254500Y-9870000D01* -X8258500Y-11022000D02* -X8298500Y-11062000D01* -X8298500Y-11022000D02* -X8258500Y-11062000D01* -X8343500Y-7507450D02* -X8383500Y-7547450D01* -X8383500Y-7507450D02* -X8343500Y-7547450D01* -X8378500Y-11061000D02* -X8418500Y-11101000D01* -X8418500Y-11061000D02* -X8378500Y-11101000D01* -X8402500Y-10891000D02* -X8442500Y-10931000D01* -X8442500Y-10891000D02* -X8402500Y-10931000D01* -X8412500Y-6836000D02* -X8452500Y-6876000D01* -X8452500Y-6836000D02* -X8412500Y-6876000D01* -X8430000Y-10722000D02* -X8470000Y-10762000D01* -X8470000Y-10722000D02* -X8430000Y-10762000D01* -X8436500Y-8078000D02* -X8476500Y-8118000D01* -X8476500Y-8078000D02* -X8436500Y-8118000D01* -X8460500Y-10217000D02* -X8500500Y-10257000D01* -X8500500Y-10217000D02* -X8460500Y-10257000D01* -X8465500Y-9481550D02* -X8505500Y-9521550D01* -X8505500Y-9481550D02* -X8465500Y-9521550D01* -X8472000Y-10082000D02* -X8512000Y-10122000D01* -X8512000Y-10082000D02* -X8472000Y-10122000D01* -X8496000Y-9706000D02* -X8536000Y-9746000D01* -X8536000Y-9706000D02* -X8496000Y-9746000D01* -X8537500Y-10335000D02* -X8577500Y-10375000D01* -X8577500Y-10335000D02* -X8537500Y-10375000D01* -X8592500Y-8181000D02* -X8632500Y-8221000D01* -X8632500Y-8181000D02* -X8592500Y-8221000D01* -X8627000Y-11456000D02* -X8667000Y-11496000D01* -X8667000Y-11456000D02* -X8627000Y-11496000D01* -X8637500Y-7303000D02* -X8677500Y-7343000D01* -X8677500Y-7303000D02* -X8637500Y-7343000D01* -X8656000Y-11275450D02* -X8696000Y-11315450D01* -X8696000Y-11275450D02* -X8656000Y-11315450D01* -X8667500Y-10790550D02* -X8707500Y-10830550D01* -X8707500Y-10790550D02* -X8667500Y-10830550D01* -X8670500Y-10078000D02* -X8710500Y-10118000D01* -X8710500Y-10078000D02* -X8670500Y-10118000D01* -X8687000Y-9018000D02* -X8727000Y-9058000D01* -X8727000Y-9018000D02* -X8687000Y-9058000D01* -X8690000Y-9316000D02* -X8730000Y-9356000D01* -X8730000Y-9316000D02* -X8690000Y-9356000D01* -X8723760Y-11070550D02* -X8763760Y-11110550D01* -X8763760Y-11070550D02* -X8723760Y-11110550D01* -X8746500Y-8434000D02* -X8786500Y-8474000D01* -X8786500Y-8434000D02* -X8746500Y-8474000D01* -X8765000Y-10729000D02* -X8805000Y-10769000D01* -X8805000Y-10729000D02* -X8765000Y-10769000D01* -X8765500Y-8686000D02* -X8805500Y-8726000D01* -X8805500Y-8686000D02* -X8765500Y-8726000D01* -X8777500Y-11542000D02* -X8817500Y-11582000D01* -X8817500Y-11542000D02* -X8777500Y-11582000D01* -X8783000Y-7900000D02* -X8823000Y-7940000D01* -X8823000Y-7900000D02* -X8783000Y-7940000D01* -X8803000Y-10256000D02* -X8843000Y-10296000D01* -X8843000Y-10256000D02* -X8803000Y-10296000D01* -X8853500Y-8551000D02* -X8893500Y-8591000D01* -X8893500Y-8551000D02* -X8853500Y-8591000D01* -X8919500Y-9912500D02* -X8959500Y-9952500D01* -X8959500Y-9912500D02* -X8919500Y-9952500D01* -X8955000Y-9242000D02* -X8995000Y-9282000D01* -X8995000Y-9242000D02* -X8955000Y-9282000D01* -X8956000Y-11380000D02* -X8996000Y-11420000D01* -X8996000Y-11380000D02* -X8956000Y-11420000D01* -X8977500Y-10935000D02* -X9017500Y-10975000D01* -X9017500Y-10935000D02* -X8977500Y-10975000D01* -X9001000Y-11926000D02* -X9041000Y-11966000D01* -X9041000Y-11926000D02* -X9001000Y-11966000D01* -X9008500Y-10617000D02* -X9048500Y-10657000D01* -X9048500Y-10617000D02* -X9008500Y-10657000D01* -X9028000Y-9706000D02* -X9068000Y-9746000D01* -X9068000Y-9706000D02* -X9028000Y-9746000D01* -X9083000Y-11855000D02* -X9123000Y-11895000D01* -X9123000Y-11855000D02* -X9083000Y-11895000D01* -X9125000Y-9406000D02* -X9165000Y-9446000D01* -X9165000Y-9406000D02* -X9125000Y-9446000D01* -X9146000Y-11655000D02* -X9186000Y-11695000D01* -X9186000Y-11655000D02* -X9146000Y-11695000D01* -X9171000Y-11767000D02* -X9211000Y-11807000D01* -X9211000Y-11767000D02* -X9171000Y-11807000D01* -X9179500Y-10537000D02* -X9219500Y-10577000D01* -X9219500Y-10537000D02* -X9179500Y-10577000D01* -X9208500Y-11133000D02* -X9248500Y-11173000D01* -X9248500Y-11133000D02* -X9208500Y-11173000D01* -X9208500Y-11133000D02* -X9248500Y-11173000D01* -X9248500Y-11133000D02* -X9208500Y-11173000D01* -X9240500Y-10174000D02* -X9280500Y-10214000D01* -X9280500Y-10174000D02* -X9240500Y-10214000D01* -X9261500Y-10604000D02* -X9301500Y-10644000D01* -X9301500Y-10604000D02* -X9261500Y-10644000D01* -X9298500Y-7702000D02* -X9338500Y-7742000D01* -X9338500Y-7702000D02* -X9298500Y-7742000D01* -X9405500Y-11661000D02* -X9445500Y-11701000D01* -X9445500Y-11661000D02* -X9405500Y-11701000D01* -X9430500Y-10916000D02* -X9470500Y-10956000D01* -X9470500Y-10916000D02* -X9430500Y-10956000D01* -X9441500Y-11375000D02* -X9481500Y-11415000D01* -X9481500Y-11375000D02* -X9441500Y-11415000D01* -X9443500Y-12098000D02* -X9483500Y-12138000D01* -X9483500Y-12098000D02* -X9443500Y-12138000D01* -X9452500Y-7322000D02* -X9492500Y-7362000D01* -X9492500Y-7322000D02* -X9452500Y-7362000D01* -X9470950Y-10403000D02* -X9510950Y-10443000D01* -X9510950Y-10403000D02* -X9470950Y-10443000D01* -X9470950Y-10547000D02* -X9510950Y-10587000D01* -X9510950Y-10547000D02* -X9470950Y-10587000D01* -X9487500Y-9839000D02* -X9527500Y-9879000D01* -X9527500Y-9839000D02* -X9487500Y-9879000D01* -X9490500Y-11853000D02* -X9530500Y-11893000D01* -X9530500Y-11853000D02* -X9490500Y-11893000D01* -X9508500Y-11701000D02* -X9548500Y-11741000D01* -X9548500Y-11701000D02* -X9508500Y-11741000D01* -X9525106Y-10631650D02* -X9565106Y-10671650D01* -X9565106Y-10631650D02* -X9525106Y-10671650D01* -X9542000Y-8184000D02* -X9582000Y-8224000D01* -X9582000Y-8184000D02* -X9542000Y-8224000D01* -X9598500Y-11664000D02* -X9638500Y-11704000D01* -X9638500Y-11664000D02* -X9598500Y-11704000D01* -X9609500Y-9481000D02* -X9649500Y-9521000D01* -X9649500Y-9481000D02* -X9609500Y-9521000D01* -X9680000Y-7926000D02* -X9720000Y-7966000D01* -X9720000Y-7926000D02* -X9680000Y-7966000D01* -X9693035Y-11266065D02* -X9733035Y-11306065D01* -X9733035Y-11266065D02* -X9693035Y-11306065D01* -X9711500Y-12364000D02* -X9751500Y-12404000D01* -X9751500Y-12364000D02* -X9711500Y-12404000D01* -X9716500Y-7738000D02* -X9756500Y-7778000D01* -X9756500Y-7738000D02* -X9716500Y-7778000D01* -X9718500Y-11510000D02* -X9758500Y-11550000D01* -X9758500Y-11510000D02* -X9718500Y-11550000D01* -X9750500Y-12742000D02* -X9790500Y-12782000D01* -X9790500Y-12742000D02* -X9750500Y-12782000D01* -X9755050Y-9269000D02* -X9795050Y-9309000D01* -X9795050Y-9269000D02* -X9755050Y-9309000D01* -X9784400Y-10978200D02* -X9824400Y-11018200D01* -X9824400Y-10978200D02* -X9784400Y-11018200D01* -X9793500Y-11210000D02* -X9833500Y-11250000D01* -X9833500Y-11210000D02* -X9793500Y-11250000D01* -X9812500Y-10853000D02* -X9852500Y-10893000D01* -X9852500Y-10853000D02* -X9812500Y-10893000D01* -X9824050Y-10112000D02* -X9864050Y-10152000D01* -X9864050Y-10112000D02* -X9824050Y-10152000D01* -X9883500Y-9208000D02* -X9923500Y-9248000D01* -X9923500Y-9208000D02* -X9883500Y-9248000D01* -X9892500Y-11272000D02* -X9932500Y-11312000D01* -X9932500Y-11272000D02* -X9892500Y-11312000D01* -X9894500Y-10670000D02* -X9934500Y-10710000D01* -X9934500Y-10670000D02* -X9894500Y-10710000D01* -X9942500Y-7342000D02* -X9982500Y-7382000D01* -X9982500Y-7342000D02* -X9942500Y-7382000D01* -X9979000Y-11655000D02* -X10019000Y-11695000D01* -X10019000Y-11655000D02* -X9979000Y-11695000D01* -X10014250Y-12110750D02* -X10054250Y-12150750D01* -X10054250Y-12110750D02* -X10014250Y-12150750D01* -X10044500Y-11848000D02* -X10084500Y-11888000D01* -X10084500Y-11848000D02* -X10044500Y-11888000D01* -X10056500Y-9544000D02* -X10096500Y-9584000D01* -X10096500Y-9544000D02* -X10056500Y-9584000D01* -X10081500Y-11406000D02* -X10121500Y-11446000D01* -X10121500Y-11406000D02* -X10081500Y-11446000D01* -X10119500Y-12035500D02* -X10159500Y-12075500D01* -X10159500Y-12035500D02* -X10119500Y-12075500D01* -X10132500Y-7731000D02* -X10172500Y-7771000D01* -X10172500Y-7731000D02* -X10132500Y-7771000D01* -X10147000Y-11013000D02* -X10187000Y-11053000D01* -X10187000Y-11013000D02* -X10147000Y-11053000D01* -X10185000Y-9248000D02* -X10225000Y-9288000D01* -X10225000Y-9248000D02* -X10185000Y-9288000D01* -X10190800Y-10114600D02* -X10230800Y-10154600D01* -X10230800Y-10114600D02* -X10190800Y-10154600D01* -X10190800Y-11918000D02* -X10230800Y-11958000D01* -X10230800Y-11918000D02* -X10190800Y-11958000D01* -X10220000Y-8202000D02* -X10260000Y-8242000D01* -X10260000Y-8202000D02* -X10220000Y-8242000D01* -X10311500Y-10619000D02* -X10351500Y-10659000D01* -X10351500Y-10619000D02* -X10311500Y-10659000D01* -X10360500Y-11681000D02* -X10400500Y-11721000D01* -X10400500Y-11681000D02* -X10360500Y-11721000D01* -X10434000Y-8858000D02* -X10474000Y-8898000D01* -X10474000Y-8858000D02* -X10434000Y-8898000D01* -X10444000Y-9016000D02* -X10484000Y-9056000D01* -X10484000Y-9016000D02* -X10444000Y-9056000D01* -X10451500Y-9984000D02* -X10491500Y-10024000D01* -X10491500Y-9984000D02* -X10451500Y-10024000D01* -X10452500Y-10975000D02* -X10492500Y-11015000D01* -X10492500Y-10975000D02* -X10452500Y-11015000D01* -X10553000Y-9162000D02* -X10593000Y-9202000D01* -X10593000Y-9162000D02* -X10553000Y-9202000D01* -X10600000Y-11333000D02* -X10640000Y-11373000D01* -X10640000Y-11333000D02* -X10600000Y-11373000D01* -X10716000Y-10884000D02* -X10756000Y-10924000D01* -X10756000Y-10884000D02* -X10716000Y-10924000D01* -X10735000Y-9822000D02* -X10775000Y-9862000D01* -X10775000Y-9822000D02* -X10735000Y-9862000D01* -X10797000Y-9249000D02* -X10837000Y-9289000D01* -X10837000Y-9249000D02* -X10797000Y-9289000D01* -X10894000Y-11329000D02* -X10934000Y-11369000D01* -X10934000Y-11329000D02* -X10894000Y-11369000D01* -X10897500Y-10071550D02* -X10937500Y-10111550D01* -X10937500Y-10071550D02* -X10897500Y-10111550D01* -X10897500Y-11181400D02* -X10937500Y-11221400D01* -X10937500Y-11181400D02* -X10897500Y-11221400D01* -X10929000Y-11705000D02* -X10969000Y-11745000D01* -X10969000Y-11705000D02* -X10929000Y-11745000D01* -X10976000Y-9624000D02* -X11016000Y-9664000D01* -X11016000Y-9624000D02* -X10976000Y-9664000D01* -X11008500Y-12759000D02* -X11048500Y-12799000D01* -X11048500Y-12759000D02* -X11008500Y-12799000D01* -X11034000Y-7358000D02* -X11074000Y-7398000D01* -X11074000Y-7358000D02* -X11034000Y-7398000D01* -X11087000Y-9183000D02* -X11127000Y-9223000D01* -X11127000Y-9183000D02* -X11087000Y-9223000D01* -X11320000Y-11717000D02* -X11360000Y-11757000D01* -X11360000Y-11717000D02* -X11320000Y-11757000D01* -X11406000Y-8550000D02* -X11446000Y-8590000D01* -X11446000Y-8550000D02* -X11406000Y-8590000D01* -X11414000Y-8912000D02* -X11454000Y-8952000D01* -X11454000Y-8912000D02* -X11414000Y-8952000D01* -X11443000Y-10013000D02* -X11483000Y-10053000D01* -X11483000Y-10013000D02* -X11443000Y-10053000D01* -X11445500Y-10795000D02* -X11485500Y-10835000D01* -X11485500Y-10795000D02* -X11445500Y-10835000D01* -X11600000Y-9001000D02* -X11640000Y-9041000D01* -X11640000Y-9001000D02* -X11600000Y-9041000D01* -X11824050Y-8014550D02* -X11864050Y-8054550D01* -X11864050Y-8014550D02* -X11824050Y-8054550D01* -X11904500Y-11697000D02* -X11944500Y-11737000D01* -X11944500Y-11697000D02* -X11904500Y-11737000D01* -X12058000Y-12781000D02* -X12098000Y-12821000D01* -X12098000Y-12781000D02* -X12058000Y-12821000D01* -X12275500Y-9371000D02* -X12315500Y-9411000D01* -X12315500Y-9371000D02* -X12275500Y-9411000D01* -X12324400Y-7752400D02* -X12364400Y-7792400D01* -X12364400Y-7752400D02* -X12324400Y-7792400D01* -X12530000Y-8389000D02* -X12570000Y-8429000D01* -X12570000Y-8389000D02* -X12530000Y-8429000D01* -X12767000Y-7367000D02* -X12807000Y-7407000D01* -X12807000Y-7367000D02* -X12767000Y-7407000D01* -X12770500Y-11680000D02* -X12810500Y-11720000D01* -X12810500Y-11680000D02* -X12770500Y-11720000D01* -X12783500Y-11079800D02* -X12823500Y-11119800D01* -X12823500Y-11079800D02* -X12783500Y-11119800D01* -X12796550Y-7876550D02* -X12836550Y-7916550D01* -X12836550Y-7876550D02* -X12796550Y-7916550D01* -X12798500Y-10669000D02* -X12838500Y-10709000D01* -X12838500Y-10669000D02* -X12798500Y-10709000D01* -X13137200Y-8641400D02* -X13177200Y-8681400D01* -X13177200Y-8641400D02* -X13137200Y-8681400D01* -X13180000Y-8886000D02* -X13220000Y-8926000D01* -X13220000Y-8886000D02* -X13180000Y-8926000D01* -X13213400Y-7752400D02* -X13253400Y-7792400D01* -X13253400Y-7752400D02* -X13213400Y-7792400D01* -X13260500Y-10091000D02* -X13300500Y-10131000D01* -X13300500Y-10091000D02* -X13260500Y-10131000D01* -X13272500Y-10648000D02* -X13312500Y-10688000D01* -X13312500Y-10648000D02* -X13272500Y-10688000D01* -X13564000Y-8324000D02* -X13604000Y-8364000D01* -X13604000Y-8324000D02* -X13564000Y-8364000D01* -X13564000Y-8546000D02* -X13604000Y-8586000D01* -X13604000Y-8546000D02* -X13564000Y-8586000D01* -X13569000Y-8795000D02* -X13609000Y-8835000D01* -X13609000Y-8795000D02* -X13569000Y-8835000D01* -X13587500Y-11693000D02* -X13627500Y-11733000D01* -X13627500Y-11693000D02* -X13587500Y-11733000D01* -X13646550Y-7866550D02* -X13686550Y-7906550D01* -X13686550Y-7866550D02* -X13646550Y-7906550D01* -X13696000Y-11079800D02* -X13736000Y-11119800D01* -X13736000Y-11079800D02* -X13696000Y-11119800D01* -X13746800Y-10902000D02* -X13786800Y-10942000D01* -X13786800Y-10902000D02* -X13746800Y-10942000D01* -X13770000Y-10592000D02* -X13810000Y-10632000D01* -X13810000Y-10592000D02* -X13770000Y-10632000D01* -X14051600Y-7752400D02* -X14091600Y-7792400D01* -X14091600Y-7752400D02* -X14051600Y-7792400D01* -X14227000Y-9497000D02* -X14267000Y-9537000D01* -X14267000Y-9497000D02* -X14227000Y-9537000D01* -X14331000Y-10063800D02* -X14371000Y-10103800D01* -X14371000Y-10063800D02* -X14331000Y-10103800D01* -X14335079Y-9329469D02* -X14375079Y-9369469D01* -X14375079Y-9329469D02* -X14335079Y-9369469D01* -X14381800Y-11462000D02* -X14421800Y-11502000D01* -X14421800Y-11462000D02* -X14381800Y-11502000D01* -X14407200Y-11054400D02* -X14447200Y-11094400D01* -X14447200Y-11054400D02* -X14407200Y-11094400D01* -X14482500Y-7649000D02* -X14522500Y-7689000D01* -X14522500Y-7649000D02* -X14482500Y-7689000D01* -X14531500Y-12541000D02* -X14571500Y-12581000D01* -X14571500Y-12541000D02* -X14531500Y-12581000D01* -X14545329Y-8802719D02* -X14585329Y-8842719D01* -X14585329Y-8802719D02* -X14545329Y-8842719D01* -X14617500Y-11682500D02* -X14657500Y-11722500D01* -X14657500Y-11682500D02* -X14617500Y-11722500D01* -X14726079Y-8448469D02* -X14766079Y-8488469D01* -X14766079Y-8448469D02* -X14726079Y-8488469D01* -X14810000Y-10584000D02* -X14850000Y-10624000D01* -X14850000Y-10584000D02* -X14810000Y-10624000D01* -X15170500Y-7722000D02* -X15210500Y-7762000D01* -X15210500Y-7722000D02* -X15170500Y-7762000D01* -X15195500Y-12585000D02* -X15235500Y-12625000D01* -X15235500Y-12585000D02* -X15195500Y-12625000D01* -X15410079Y-9048469D02* -X15450079Y-9088469D01* -X15450079Y-9048469D02* -X15410079Y-9088469D01* -X15410079Y-10425469D02* -X15450079Y-10465469D01* -X15450079Y-10425469D02* -X15410079Y-10465469D01* -X15723500Y-11728000D02* -X15763500Y-11768000D01* -X15763500Y-11728000D02* -X15723500Y-11768000D01* -X15753400Y-8031800D02* -X15793400Y-8071800D01* -X15793400Y-8031800D02* -X15753400Y-8071800D01* -X15931200Y-8031800D02* -X15971200Y-8071800D01* -X15971200Y-8031800D02* -X15931200Y-8071800D01* -X15956600Y-8565200D02* -X15996600Y-8605200D01* -X15996600Y-8565200D02* -X15956600Y-8605200D01* -D13* -X11679000Y-11482000D02* -G75* -G03* -X11679000Y-11482000I-47500J0D01* -G01* -X11679000Y-11732000D02* -G75* -G03* -X11679000Y-11732000I-47500J0D01* -G01* -X11679000Y-11982000D02* -G75* -G03* -X11679000Y-11982000I-47500J0D01* -G01* -X11679000Y-12232000D02* -G75* -G03* -X11679000Y-12232000I-47500J0D01* -G01* -X11679000Y-12482000D02* -G75* -G03* -X11679000Y-12482000I-47500J0D01* -G01* -X11679000Y-12732000D02* -G75* -G03* -X11679000Y-12732000I-47500J0D01* -G01* -X13822770Y-9218665D02* -G75* -G03* -X13822770Y-9218665I-47500J0D01* -G01* -X13822770Y-9468665D02* -G75* -G03* -X13822770Y-9468665I-47500J0D01* -G01* -X13822770Y-9718665D02* -G75* -G03* -X13822770Y-9718665I-47500J0D01* -G01* -X13822770Y-9968665D02* -G75* -G03* -X13822770Y-9968665I-47500J0D01* -G01* -X14910243Y-6978331D02* -G75* -G03* -X14910243Y-6978331I-47500J0D01* -G01* -X14910243Y-7228331D02* -G75* -G03* -X14910243Y-7228331I-47500J0D01* -G01* -X14910243Y-7478331D02* -G75* -G03* -X14910243Y-7478331I-47500J0D01* -G01* -X14910243Y-7728331D02* -G75* -G03* -X14910243Y-7728331I-47500J0D01* -G01* -X14910629Y-12089712D02* -G75* -G03* -X14910629Y-12089712I-47500J0D01* -G01* -X14910629Y-12339712D02* -G75* -G03* -X14910629Y-12339712I-47500J0D01* -G01* -X14910629Y-12589712D02* -G75* -G03* -X14910629Y-12589712I-47500J0D01* -G01* -X15146454Y-11000053D02* -G75* -G03* -X15146454Y-11000053I-47500J0D01* -G01* -X15146454Y-11250053D02* -G75* -G03* -X15146454Y-11250053I-47500J0D01* -G01* -X15146454Y-11500053D02* -G75* -G03* -X15146454Y-11500053I-47500J0D01* -G01* -X15147145Y-8317975D02* -G75* -G03* -X15147145Y-8317975I-47500J0D01* -G01* -X15147145Y-8567975D02* -G75* -G03* -X15147145Y-8567975I-47500J0D01* -G01* -X15147145Y-8817975D02* -G75* -G03* -X15147145Y-8817975I-47500J0D01* -G01* -X15147145Y-9067975D02* -G75* -G03* -X15147145Y-9067975I-47500J0D01* -G01* -X15147639Y-9658545D02* -G75* -G03* -X15147639Y-9658545I-47500J0D01* -G01* -X15147639Y-9908545D02* -G75* -G03* -X15147639Y-9908545I-47500J0D01* -G01* -X15147639Y-10158545D02* -G75* -G03* -X15147639Y-10158545I-47500J0D01* -G01* -X15147639Y-10408545D02* -G75* -G03* -X15147639Y-10408545I-47500J0D01* -G01* -X15585472Y-6978666D02* -G75* -G03* -X15585472Y-6978666I-47500J0D01* -G01* -X15585472Y-7228666D02* -G75* -G03* -X15585472Y-7228666I-47500J0D01* -G01* -X15585472Y-7478666D02* -G75* -G03* -X15585472Y-7478666I-47500J0D01* -G01* -X15585472Y-7728666D02* -G75* -G03* -X15585472Y-7728666I-47500J0D01* -G01* -X15585629Y-12090712D02* -G75* -G03* -X15585629Y-12090712I-47500J0D01* -G01* -X15585629Y-12340712D02* -G75* -G03* -X15585629Y-12340712I-47500J0D01* -G01* -X15585629Y-12590712D02* -G75* -G03* -X15585629Y-12590712I-47500J0D01* -G01* -X15821788Y-10999718D02* -G75* -G03* -X15821788Y-10999718I-47500J0D01* -G01* -X15821788Y-11249718D02* -G75* -G03* -X15821788Y-11249718I-47500J0D01* -G01* -X15821788Y-11499718D02* -G75* -G03* -X15821788Y-11499718I-47500J0D01* -G01* -X15823079Y-9658469D02* -G75* -G03* -X15823079Y-9658469I-47500J0D01* -G01* -X15823079Y-9908469D02* -G75* -G03* -X15823079Y-9908469I-47500J0D01* -G01* -X15823079Y-10158469D02* -G75* -G03* -X15823079Y-10158469I-47500J0D01* -G01* -X15823079Y-10408469D02* -G75* -G03* -X15823079Y-10408469I-47500J0D01* -G01* -X15823208Y-8318181D02* -G75* -G03* -X15823208Y-8318181I-47500J0D01* -G01* -X15823208Y-8568181D02* -G75* -G03* -X15823208Y-8568181I-47500J0D01* -G01* -X15823208Y-8818181D02* -G75* -G03* -X15823208Y-8818181I-47500J0D01* -G01* -X15823208Y-9068181D02* -G75* -G03* -X15823208Y-9068181I-47500J0D01* -G01* -D14* -X10293500Y-8570000D02* -X10293500Y-8670000D01* -X10243500Y-8620000D02* -X10343500Y-8620000D01* -X10547500Y-8570000D02* -X10547500Y-8670000D01* -X10497500Y-8620000D02* -X10597500Y-8620000D01* -X10801500Y-8570000D02* -X10801500Y-8670000D01* -X10751500Y-8620000D02* -X10851500Y-8620000D01* -X11344050Y-7112050D02* -X11344050Y-7212050D01* -X11294050Y-7162050D02* -X11394050Y-7162050D01* -X11594050Y-7112050D02* -X11594050Y-7212050D01* -X11544050Y-7162050D02* -X11644050Y-7162050D01* -X12208050Y-7118050D02* -X12208050Y-7218050D01* -X12158050Y-7168050D02* -X12258050Y-7168050D01* -X12270400Y-11381000D02* -X12270400Y-11481000D01* -X12220400Y-11431000D02* -X12320400Y-11431000D01* -X12458050Y-7118050D02* -X12458050Y-7218050D01* -X12408050Y-7168050D02* -X12508050Y-7168050D01* -X12520400Y-11381000D02* -X12520400Y-11481000D01* -X12470400Y-11431000D02* -X12570400Y-11431000D01* -X13058050Y-7120050D02* -X13058050Y-7220050D01* -X13008050Y-7170050D02* -X13108050Y-7170050D01* -X13110400Y-11380000D02* -X13110400Y-11480000D01* -X13060400Y-11430000D02* -X13160400Y-11430000D01* -X13308050Y-7120050D02* -X13308050Y-7220050D01* -X13258050Y-7170050D02* -X13358050Y-7170050D01* -X13360400Y-11380000D02* -X13360400Y-11480000D01* -X13310400Y-11430000D02* -X13410400Y-11430000D01* -X13906050Y-7121050D02* -X13906050Y-7221050D01* -X13856050Y-7171050D02* -X13956050Y-7171050D01* -X13957400Y-11376000D02* -X13957400Y-11476000D01* -X13907400Y-11426000D02* -X14007400Y-11426000D01* -X14156050Y-7121050D02* -X14156050Y-7221050D01* -X14106050Y-7171050D02* -X14206050Y-7171050D01* -X14207400Y-11376000D02* -X14207400Y-11476000D01* -X14157400Y-11426000D02* -X14257400Y-11426000D01* -D15* -X6686891Y-7470891D02* -X6686891Y-7393109D01* -X6609109Y-7393109D01* -X6609109Y-7470891D01* -X6686891Y-7470891D01* -X6686891Y-7724891D02* -X6686891Y-7647109D01* -X6609109Y-7647109D01* -X6609109Y-7724891D01* -X6686891Y-7724891D01* -X6686891Y-7978891D02* -X6686891Y-7901109D01* -X6609109Y-7901109D01* -X6609109Y-7978891D01* -X6686891Y-7978891D01* -X6686891Y-8232891D02* -X6686891Y-8155109D01* -X6609109Y-8155109D01* -X6609109Y-8232891D01* -X6686891Y-8232891D01* -X6686891Y-8486891D02* -X6686891Y-8409109D01* -X6609109Y-8409109D01* -X6609109Y-8486891D01* -X6686891Y-8486891D01* -X6686891Y-8740891D02* -X6686891Y-8663109D01* -X6609109Y-8663109D01* -X6609109Y-8740891D01* -X6686891Y-8740891D01* -X6686891Y-8994891D02* -X6686891Y-8917109D01* -X6609109Y-8917109D01* -X6609109Y-8994891D01* -X6686891Y-8994891D01* -X6686891Y-9248891D02* -X6686891Y-9171109D01* -X6609109Y-9171109D01* -X6609109Y-9248891D01* -X6686891Y-9248891D01* -X6686891Y-9502891D02* -X6686891Y-9425109D01* -X6609109Y-9425109D01* -X6609109Y-9502891D01* -X6686891Y-9502891D01* -X6686891Y-9756891D02* -X6686891Y-9679109D01* -X6609109Y-9679109D01* -X6609109Y-9756891D01* -X6686891Y-9756891D01* -X6686891Y-10010891D02* -X6686891Y-9933109D01* -X6609109Y-9933109D01* -X6609109Y-10010891D01* -X6686891Y-10010891D01* -X6686891Y-10264891D02* -X6686891Y-10187109D01* -X6609109Y-10187109D01* -X6609109Y-10264891D01* -X6686891Y-10264891D01* -X6686891Y-10518891D02* -X6686891Y-10441109D01* -X6609109Y-10441109D01* -X6609109Y-10518891D01* -X6686891Y-10518891D01* -X6686891Y-10772891D02* -X6686891Y-10695109D01* -X6609109Y-10695109D01* -X6609109Y-10772891D01* -X6686891Y-10772891D01* -X6686891Y-11026891D02* -X6686891Y-10949109D01* -X6609109Y-10949109D01* -X6609109Y-11026891D01* -X6686891Y-11026891D01* -X6686891Y-11280891D02* -X6686891Y-11203109D01* -X6609109Y-11203109D01* -X6609109Y-11280891D01* -X6686891Y-11280891D01* -X6686891Y-11534891D02* -X6686891Y-11457109D01* -X6609109Y-11457109D01* -X6609109Y-11534891D01* -X6686891Y-11534891D01* -X6686891Y-11788891D02* -X6686891Y-11711109D01* -X6609109Y-11711109D01* -X6609109Y-11788891D01* -X6686891Y-11788891D01* -X6686891Y-12042891D02* -X6686891Y-11965109D01* -X6609109Y-11965109D01* -X6609109Y-12042891D01* -X6686891Y-12042891D01* -X6686891Y-12296891D02* -X6686891Y-12219109D01* -X6609109Y-12219109D01* -X6609109Y-12296891D01* -X6686891Y-12296891D01* -X6940891Y-7470891D02* -X6940891Y-7393109D01* -X6863109Y-7393109D01* -X6863109Y-7470891D01* -X6940891Y-7470891D01* -X6940891Y-7724891D02* -X6940891Y-7647109D01* -X6863109Y-7647109D01* -X6863109Y-7724891D01* -X6940891Y-7724891D01* -X6940891Y-7978891D02* -X6940891Y-7901109D01* -X6863109Y-7901109D01* -X6863109Y-7978891D01* -X6940891Y-7978891D01* -X6940891Y-8232891D02* -X6940891Y-8155109D01* -X6863109Y-8155109D01* -X6863109Y-8232891D01* -X6940891Y-8232891D01* -X6940891Y-8486891D02* -X6940891Y-8409109D01* -X6863109Y-8409109D01* -X6863109Y-8486891D01* -X6940891Y-8486891D01* -X6940891Y-8740891D02* -X6940891Y-8663109D01* -X6863109Y-8663109D01* -X6863109Y-8740891D01* -X6940891Y-8740891D01* -X6940891Y-8994891D02* -X6940891Y-8917109D01* -X6863109Y-8917109D01* -X6863109Y-8994891D01* -X6940891Y-8994891D01* -X6940891Y-9248891D02* -X6940891Y-9171109D01* -X6863109Y-9171109D01* -X6863109Y-9248891D01* -X6940891Y-9248891D01* -X6940891Y-9502891D02* -X6940891Y-9425109D01* -X6863109Y-9425109D01* -X6863109Y-9502891D01* -X6940891Y-9502891D01* -X6940891Y-9756891D02* -X6940891Y-9679109D01* -X6863109Y-9679109D01* -X6863109Y-9756891D01* -X6940891Y-9756891D01* -X6940891Y-10010891D02* -X6940891Y-9933109D01* -X6863109Y-9933109D01* -X6863109Y-10010891D01* -X6940891Y-10010891D01* -X6940891Y-10264891D02* -X6940891Y-10187109D01* -X6863109Y-10187109D01* -X6863109Y-10264891D01* -X6940891Y-10264891D01* -X6940891Y-10518891D02* -X6940891Y-10441109D01* -X6863109Y-10441109D01* -X6863109Y-10518891D01* -X6940891Y-10518891D01* -X6940891Y-10772891D02* -X6940891Y-10695109D01* -X6863109Y-10695109D01* -X6863109Y-10772891D01* -X6940891Y-10772891D01* -X6940891Y-11026891D02* -X6940891Y-10949109D01* -X6863109Y-10949109D01* -X6863109Y-11026891D01* -X6940891Y-11026891D01* -X6940891Y-11280891D02* -X6940891Y-11203109D01* -X6863109Y-11203109D01* -X6863109Y-11280891D01* -X6940891Y-11280891D01* -X6940891Y-11534891D02* -X6940891Y-11457109D01* -X6863109Y-11457109D01* -X6863109Y-11534891D01* -X6940891Y-11534891D01* -X6940891Y-11788891D02* -X6940891Y-11711109D01* -X6863109Y-11711109D01* -X6863109Y-11788891D01* -X6940891Y-11788891D01* -X6940891Y-12042891D02* -X6940891Y-11965109D01* -X6863109Y-11965109D01* -X6863109Y-12042891D01* -X6940891Y-12042891D01* -X6940891Y-12296891D02* -X6940891Y-12219109D01* -X6863109Y-12219109D01* -X6863109Y-12296891D01* -X6940891Y-12296891D01* -X9356891Y-8647891D02* -X9356891Y-8570109D01* -X9279109Y-8570109D01* -X9279109Y-8647891D01* -X9356891Y-8647891D01* -X9356891Y-8901891D02* -X9356891Y-8824109D01* -X9279109Y-8824109D01* -X9279109Y-8901891D01* -X9356891Y-8901891D01* -X9610891Y-8647891D02* -X9610891Y-8570109D01* -X9533109Y-8570109D01* -X9533109Y-8647891D01* -X9610891Y-8647891D01* -X9610891Y-8901891D02* -X9610891Y-8824109D01* -X9533109Y-8824109D01* -X9533109Y-8901891D01* -X9610891Y-8901891D01* -X9864891Y-8647891D02* -X9864891Y-8570109D01* -X9787109Y-8570109D01* -X9787109Y-8647891D01* -X9864891Y-8647891D01* -X9864891Y-8901891D02* -X9864891Y-8824109D01* -X9787109Y-8824109D01* -X9787109Y-8901891D01* -X9864891Y-8901891D01* -X11190391Y-10373891D02* -X11190391Y-10296109D01* -X11112609Y-10296109D01* -X11112609Y-10373891D01* -X11190391Y-10373891D01* -X11190391Y-10823891D02* -X11190391Y-10746109D01* -X11112609Y-10746109D01* -X11112609Y-10823891D01* -X11190391Y-10823891D01* -X11840391Y-10373891D02* -X11840391Y-10296109D01* -X11762609Y-10296109D01* -X11762609Y-10373891D01* -X11840391Y-10373891D01* -X11840391Y-10823891D02* -X11840391Y-10746109D01* -X11762609Y-10746109D01* -X11762609Y-10823891D01* -X11840391Y-10823891D01* -X12212291Y-12011891D02* -X12212291Y-11934109D01* -X12134509Y-11934109D01* -X12134509Y-12011891D01* -X12212291Y-12011891D01* -X12212291Y-12661891D02* -X12212291Y-12584109D01* -X12134509Y-12584109D01* -X12134509Y-12661891D01* -X12212291Y-12661891D01* -X12662291Y-12011891D02* -X12662291Y-11934109D01* -X12584509Y-11934109D01* -X12584509Y-12011891D01* -X12662291Y-12011891D01* -X12662291Y-12661891D02* -X12662291Y-12584109D01* -X12584509Y-12584109D01* -X12584509Y-12661891D01* -X12662291Y-12661891D01* -X12986391Y-9258891D02* -X12986391Y-9181109D01* -X12908609Y-9181109D01* -X12908609Y-9258891D01* -X12986391Y-9258891D01* -X12986391Y-9508891D02* -X12986391Y-9431109D01* -X12908609Y-9431109D01* -X12908609Y-9508891D01* -X12986391Y-9508891D01* -X12986391Y-9758891D02* -X12986391Y-9681109D01* -X12908609Y-9681109D01* -X12908609Y-9758891D01* -X12986391Y-9758891D01* -X12986391Y-10008891D02* -X12986391Y-9931109D01* -X12908609Y-9931109D01* -X12908609Y-10008891D01* -X12986391Y-10008891D01* -X12986391Y-10258891D02* -X12986391Y-10181109D01* -X12908609Y-10181109D01* -X12908609Y-10258891D01* -X12986391Y-10258891D01* -X13049291Y-12017891D02* -X13049291Y-11940109D01* -X12971509Y-11940109D01* -X12971509Y-12017891D01* -X13049291Y-12017891D01* -X13049291Y-12667891D02* -X13049291Y-12590109D01* -X12971509Y-12590109D01* -X12971509Y-12667891D01* -X13049291Y-12667891D01* -X13499291Y-12017891D02* -X13499291Y-11940109D01* -X13421509Y-11940109D01* -X13421509Y-12017891D01* -X13499291Y-12017891D01* -X13499291Y-12667891D02* -X13499291Y-12590109D01* -X13421509Y-12590109D01* -X13421509Y-12667891D01* -X13499291Y-12667891D01* -X13904291Y-12013891D02* -X13904291Y-11936109D01* -X13826509Y-11936109D01* -X13826509Y-12013891D01* -X13904291Y-12013891D01* -X13904291Y-12663891D02* -X13904291Y-12586109D01* -X13826509Y-12586109D01* -X13826509Y-12663891D01* -X13904291Y-12663891D01* -X14354291Y-12013891D02* -X14354291Y-11936109D01* -X14276509Y-11936109D01* -X14276509Y-12013891D01* -X14354291Y-12013891D01* -X14354291Y-12663891D02* -X14354291Y-12586109D01* -X14276509Y-12586109D01* -X14276509Y-12663891D01* -X14354291Y-12663891D01* -D16* -X8428089Y-7177553D02* -X8488089Y-7117553D01* -X8428089Y-7057553D01* -X8368089Y-7117553D01* -X8428089Y-7177553D01* -X8928089Y-7177553D02* -X8988089Y-7117553D01* -X8928089Y-7057553D01* -X8868089Y-7117553D01* -X8928089Y-7177553D01* -X9483000Y-7176000D02* -X9543000Y-7116000D01* -X9483000Y-7056000D01* -X9423000Y-7116000D01* -X9483000Y-7176000D01* -X9983000Y-7176000D02* -X10043000Y-7116000D01* -X9983000Y-7056000D01* -X9923000Y-7116000D01* -X9983000Y-7176000D01* -D17* -X6643500Y-6785500D02* -X6918500Y-7060500D01* -X6918500Y-6785500D02* -X6643500Y-7060500D01* -X6918500Y-6923000D02* -G75* -G03* -X6918500Y-6923000I-137500J0D01* -G01* -D18* -X7616500Y-6755500D02* -X7941500Y-7080500D01* -X7941500Y-6755500D02* -X7616500Y-7080500D01* -X7779000Y-6755500D02* -X7779000Y-7080500D01* -X7616500Y-6918000D02* -X7941500Y-6918000D01* -X15916500Y-6755500D02* -X16241500Y-7080500D01* -X16241500Y-6755500D02* -X15916500Y-7080500D01* -X16079000Y-6755500D02* -X16079000Y-7080500D01* -X15916500Y-6918000D02* -X16241500Y-6918000D01* -X15916500Y-12555500D02* -X16241500Y-12880500D01* -X16241500Y-12555500D02* -X15916500Y-12880500D01* -X16079000Y-12555500D02* -X16079000Y-12880500D01* -X15916500Y-12718000D02* -X16241500Y-12718000D01* -D11* -X6682277Y-13386984D02* -X6682277Y-13186984D01* -X6682277Y-13186984D02* -X6729896Y-13186984D01* -X6729896Y-13186984D02* -X6758467Y-13196508D01* -X6758467Y-13196508D02* -X6777515Y-13215555D01* -X6777515Y-13215555D02* -X6787039Y-13234603D01* -X6787039Y-13234603D02* -X6796562Y-13272698D01* -X6796562Y-13272698D02* -X6796562Y-13301269D01* -X6796562Y-13301269D02* -X6787039Y-13339365D01* -X6787039Y-13339365D02* -X6777515Y-13358412D01* -X6777515Y-13358412D02* -X6758467Y-13377460D01* -X6758467Y-13377460D02* -X6729896Y-13386984D01* -X6729896Y-13386984D02* -X6682277Y-13386984D01* -X6882277Y-13386984D02* -X6882277Y-13253650D01* -X6882277Y-13291746D02* -X6891801Y-13272698D01* -X6891801Y-13272698D02* -X6901324Y-13263174D01* -X6901324Y-13263174D02* -X6920372Y-13253650D01* -X6920372Y-13253650D02* -X6939420Y-13253650D01* -X7006086Y-13386984D02* -X7006086Y-13253650D01* -X7006086Y-13186984D02* -X6996562Y-13196508D01* -X6996562Y-13196508D02* -X7006086Y-13206031D01* -X7006086Y-13206031D02* -X7015610Y-13196508D01* -X7015610Y-13196508D02* -X7006086Y-13186984D01* -X7006086Y-13186984D02* -X7006086Y-13206031D01* -X7129896Y-13386984D02* -X7110848Y-13377460D01* -X7110848Y-13377460D02* -X7101324Y-13358412D01* -X7101324Y-13358412D02* -X7101324Y-13186984D01* -X7234658Y-13386984D02* -X7215610Y-13377460D01* -X7215610Y-13377460D02* -X7206086Y-13358412D01* -X7206086Y-13358412D02* -X7206086Y-13186984D01* -X7463229Y-13386984D02* -X7463229Y-13186984D01* -X7463229Y-13186984D02* -X7529896Y-13329841D01* -X7529896Y-13329841D02* -X7596562Y-13186984D01* -X7596562Y-13186984D02* -X7596562Y-13386984D01* -X7777515Y-13386984D02* -X7777515Y-13282222D01* -X7777515Y-13282222D02* -X7767991Y-13263174D01* -X7767991Y-13263174D02* -X7748943Y-13253650D01* -X7748943Y-13253650D02* -X7710848Y-13253650D01* -X7710848Y-13253650D02* -X7691801Y-13263174D01* -X7777515Y-13377460D02* -X7758467Y-13386984D01* -X7758467Y-13386984D02* -X7710848Y-13386984D01* -X7710848Y-13386984D02* -X7691801Y-13377460D01* -X7691801Y-13377460D02* -X7682277Y-13358412D01* -X7682277Y-13358412D02* -X7682277Y-13339365D01* -X7682277Y-13339365D02* -X7691801Y-13320317D01* -X7691801Y-13320317D02* -X7710848Y-13310793D01* -X7710848Y-13310793D02* -X7758467Y-13310793D01* -X7758467Y-13310793D02* -X7777515Y-13301269D01* -X7872753Y-13253650D02* -X7872753Y-13453650D01* -X7872753Y-13263174D02* -X7891801Y-13253650D01* -X7891801Y-13253650D02* -X7929896Y-13253650D01* -X7929896Y-13253650D02* -X7948943Y-13263174D01* -X7948943Y-13263174D02* -X7958467Y-13272698D01* -X7958467Y-13272698D02* -X7967991Y-13291746D01* -X7967991Y-13291746D02* -X7967991Y-13348888D01* -X7967991Y-13348888D02* -X7958467Y-13367936D01* -X7958467Y-13367936D02* -X7948943Y-13377460D01* -X7948943Y-13377460D02* -X7929896Y-13386984D01* -X7929896Y-13386984D02* -X7891801Y-13386984D01* -X7891801Y-13386984D02* -X7872753Y-13377460D01* -X8053705Y-13367936D02* -X8063229Y-13377460D01* -X8063229Y-13377460D02* -X8053705Y-13386984D01* -X8053705Y-13386984D02* -X8044182Y-13377460D01* -X8044182Y-13377460D02* -X8053705Y-13367936D01* -X8053705Y-13367936D02* -X8053705Y-13386984D01* -X8053705Y-13263174D02* -X8063229Y-13272698D01* -X8063229Y-13272698D02* -X8053705Y-13282222D01* -X8053705Y-13282222D02* -X8044182Y-13272698D01* -X8044182Y-13272698D02* -X8053705Y-13263174D01* -X8053705Y-13263174D02* -X8053705Y-13282222D01* -D12* -X6381500Y-13695500D02* -X6421500Y-13735500D01* -X6421500Y-13695500D02* -X6381500Y-13735500D01* -D11* -X6720372Y-13606984D02* -X6739420Y-13606984D01* -X6739420Y-13606984D02* -X6758467Y-13616508D01* -X6758467Y-13616508D02* -X6767991Y-13626031D01* -X6767991Y-13626031D02* -X6777515Y-13645079D01* -X6777515Y-13645079D02* -X6787039Y-13683174D01* -X6787039Y-13683174D02* -X6787039Y-13730793D01* -X6787039Y-13730793D02* -X6777515Y-13768888D01* -X6777515Y-13768888D02* -X6767991Y-13787936D01* -X6767991Y-13787936D02* -X6758467Y-13797460D01* -X6758467Y-13797460D02* -X6739420Y-13806984D01* -X6739420Y-13806984D02* -X6720372Y-13806984D01* -X6720372Y-13806984D02* -X6701324Y-13797460D01* -X6701324Y-13797460D02* -X6691801Y-13787936D01* -X6691801Y-13787936D02* -X6682277Y-13768888D01* -X6682277Y-13768888D02* -X6672753Y-13730793D01* -X6672753Y-13730793D02* -X6672753Y-13683174D01* -X6672753Y-13683174D02* -X6682277Y-13645079D01* -X6682277Y-13645079D02* -X6691801Y-13626031D01* -X6691801Y-13626031D02* -X6701324Y-13616508D01* -X6701324Y-13616508D02* -X6720372Y-13606984D01* -X6872753Y-13787936D02* -X6882277Y-13797460D01* -X6882277Y-13797460D02* -X6872753Y-13806984D01* -X6872753Y-13806984D02* -X6863229Y-13797460D01* -X6863229Y-13797460D02* -X6872753Y-13787936D01* -X6872753Y-13787936D02* -X6872753Y-13806984D01* -X7053705Y-13673650D02* -X7053705Y-13806984D01* -X7006086Y-13597460D02* -X6958467Y-13740317D01* -X6958467Y-13740317D02* -X7082277Y-13740317D01* -X7196562Y-13606984D02* -X7215610Y-13606984D01* -X7215610Y-13606984D02* -X7234658Y-13616508D01* -X7234658Y-13616508D02* -X7244182Y-13626031D01* -X7244182Y-13626031D02* -X7253705Y-13645079D01* -X7253705Y-13645079D02* -X7263229Y-13683174D01* -X7263229Y-13683174D02* -X7263229Y-13730793D01* -X7263229Y-13730793D02* -X7253705Y-13768888D01* -X7253705Y-13768888D02* -X7244182Y-13787936D01* -X7244182Y-13787936D02* -X7234658Y-13797460D01* -X7234658Y-13797460D02* -X7215610Y-13806984D01* -X7215610Y-13806984D02* -X7196562Y-13806984D01* -X7196562Y-13806984D02* -X7177515Y-13797460D01* -X7177515Y-13797460D02* -X7167991Y-13787936D01* -X7167991Y-13787936D02* -X7158467Y-13768888D01* -X7158467Y-13768888D02* -X7148943Y-13730793D01* -X7148943Y-13730793D02* -X7148943Y-13683174D01* -X7148943Y-13683174D02* -X7158467Y-13645079D01* -X7158467Y-13645079D02* -X7167991Y-13626031D01* -X7167991Y-13626031D02* -X7177515Y-13616508D01* -X7177515Y-13616508D02* -X7196562Y-13606984D01* -X7387039Y-13606984D02* -X7406086Y-13606984D01* -X7406086Y-13606984D02* -X7425134Y-13616508D01* -X7425134Y-13616508D02* -X7434658Y-13626031D01* -X7434658Y-13626031D02* -X7444182Y-13645079D01* -X7444182Y-13645079D02* -X7453705Y-13683174D01* -X7453705Y-13683174D02* -X7453705Y-13730793D01* -X7453705Y-13730793D02* -X7444182Y-13768888D01* -X7444182Y-13768888D02* -X7434658Y-13787936D01* -X7434658Y-13787936D02* -X7425134Y-13797460D01* -X7425134Y-13797460D02* -X7406086Y-13806984D01* -X7406086Y-13806984D02* -X7387039Y-13806984D01* -X7387039Y-13806984D02* -X7367991Y-13797460D01* -X7367991Y-13797460D02* -X7358467Y-13787936D01* -X7358467Y-13787936D02* -X7348943Y-13768888D01* -X7348943Y-13768888D02* -X7339420Y-13730793D01* -X7339420Y-13730793D02* -X7339420Y-13683174D01* -X7339420Y-13683174D02* -X7348943Y-13645079D01* -X7348943Y-13645079D02* -X7358467Y-13626031D01* -X7358467Y-13626031D02* -X7367991Y-13616508D01* -X7367991Y-13616508D02* -X7387039Y-13606984D01* -X7539420Y-13806984D02* -X7539420Y-13673650D01* -X7539420Y-13692698D02* -X7548943Y-13683174D01* -X7548943Y-13683174D02* -X7567991Y-13673650D01* -X7567991Y-13673650D02* -X7596563Y-13673650D01* -X7596563Y-13673650D02* -X7615610Y-13683174D01* -X7615610Y-13683174D02* -X7625134Y-13702222D01* -X7625134Y-13702222D02* -X7625134Y-13806984D01* -X7625134Y-13702222D02* -X7634658Y-13683174D01* -X7634658Y-13683174D02* -X7653705Y-13673650D01* -X7653705Y-13673650D02* -X7682277Y-13673650D01* -X7682277Y-13673650D02* -X7701324Y-13683174D01* -X7701324Y-13683174D02* -X7710848Y-13702222D01* -X7710848Y-13702222D02* -X7710848Y-13806984D01* -X7806086Y-13806984D02* -X7806086Y-13673650D01* -X7806086Y-13692698D02* -X7815610Y-13683174D01* -X7815610Y-13683174D02* -X7834658Y-13673650D01* -X7834658Y-13673650D02* -X7863229Y-13673650D01* -X7863229Y-13673650D02* -X7882277Y-13683174D01* -X7882277Y-13683174D02* -X7891801Y-13702222D01* -X7891801Y-13702222D02* -X7891801Y-13806984D01* -X7891801Y-13702222D02* -X7901324Y-13683174D01* -X7901324Y-13683174D02* -X7920372Y-13673650D01* -X7920372Y-13673650D02* -X7948943Y-13673650D01* -X7948943Y-13673650D02* -X7967991Y-13683174D01* -X7967991Y-13683174D02* -X7977515Y-13702222D01* -X7977515Y-13702222D02* -X7977515Y-13806984D01* -X8367991Y-13597460D02* -X8196563Y-13854603D01* -X8625134Y-13606984D02* -X8644182Y-13606984D01* -X8644182Y-13606984D02* -X8663229Y-13616508D01* -X8663229Y-13616508D02* -X8672753Y-13626031D01* -X8672753Y-13626031D02* -X8682277Y-13645079D01* -X8682277Y-13645079D02* -X8691801Y-13683174D01* -X8691801Y-13683174D02* -X8691801Y-13730793D01* -X8691801Y-13730793D02* -X8682277Y-13768888D01* -X8682277Y-13768888D02* -X8672753Y-13787936D01* -X8672753Y-13787936D02* -X8663229Y-13797460D01* -X8663229Y-13797460D02* -X8644182Y-13806984D01* -X8644182Y-13806984D02* -X8625134Y-13806984D01* -X8625134Y-13806984D02* -X8606087Y-13797460D01* -X8606087Y-13797460D02* -X8596563Y-13787936D01* -X8596563Y-13787936D02* -X8587039Y-13768888D01* -X8587039Y-13768888D02* -X8577515Y-13730793D01* -X8577515Y-13730793D02* -X8577515Y-13683174D01* -X8577515Y-13683174D02* -X8587039Y-13645079D01* -X8587039Y-13645079D02* -X8596563Y-13626031D01* -X8596563Y-13626031D02* -X8606087Y-13616508D01* -X8606087Y-13616508D02* -X8625134Y-13606984D01* -X8777515Y-13787936D02* -X8787039Y-13797460D01* -X8787039Y-13797460D02* -X8777515Y-13806984D01* -X8777515Y-13806984D02* -X8767991Y-13797460D01* -X8767991Y-13797460D02* -X8777515Y-13787936D01* -X8777515Y-13787936D02* -X8777515Y-13806984D01* -X8910848Y-13606984D02* -X8929896Y-13606984D01* -X8929896Y-13606984D02* -X8948944Y-13616508D01* -X8948944Y-13616508D02* -X8958468Y-13626031D01* -X8958468Y-13626031D02* -X8967991Y-13645079D01* -X8967991Y-13645079D02* -X8977515Y-13683174D01* -X8977515Y-13683174D02* -X8977515Y-13730793D01* -X8977515Y-13730793D02* -X8967991Y-13768888D01* -X8967991Y-13768888D02* -X8958468Y-13787936D01* -X8958468Y-13787936D02* -X8948944Y-13797460D01* -X8948944Y-13797460D02* -X8929896Y-13806984D01* -X8929896Y-13806984D02* -X8910848Y-13806984D01* -X8910848Y-13806984D02* -X8891801Y-13797460D01* -X8891801Y-13797460D02* -X8882277Y-13787936D01* -X8882277Y-13787936D02* -X8872753Y-13768888D01* -X8872753Y-13768888D02* -X8863229Y-13730793D01* -X8863229Y-13730793D02* -X8863229Y-13683174D01* -X8863229Y-13683174D02* -X8872753Y-13645079D01* -X8872753Y-13645079D02* -X8882277Y-13626031D01* -X8882277Y-13626031D02* -X8891801Y-13616508D01* -X8891801Y-13616508D02* -X8910848Y-13606984D01* -X9167991Y-13806984D02* -X9053706Y-13806984D01* -X9110848Y-13806984D02* -X9110848Y-13606984D01* -X9110848Y-13606984D02* -X9091801Y-13635555D01* -X9091801Y-13635555D02* -X9072753Y-13654603D01* -X9072753Y-13654603D02* -X9053706Y-13664127D01* -X9348944Y-13606984D02* -X9253706Y-13606984D01* -X9253706Y-13606984D02* -X9244182Y-13702222D01* -X9244182Y-13702222D02* -X9253706Y-13692698D01* -X9253706Y-13692698D02* -X9272753Y-13683174D01* -X9272753Y-13683174D02* -X9320372Y-13683174D01* -X9320372Y-13683174D02* -X9339420Y-13692698D01* -X9339420Y-13692698D02* -X9348944Y-13702222D01* -X9348944Y-13702222D02* -X9358468Y-13721269D01* -X9358468Y-13721269D02* -X9358468Y-13768888D01* -X9358468Y-13768888D02* -X9348944Y-13787936D01* -X9348944Y-13787936D02* -X9339420Y-13797460D01* -X9339420Y-13797460D02* -X9320372Y-13806984D01* -X9320372Y-13806984D02* -X9272753Y-13806984D01* -X9272753Y-13806984D02* -X9253706Y-13797460D01* -X9253706Y-13797460D02* -X9244182Y-13787936D01* -X9425134Y-13606984D02* -X9558468Y-13606984D01* -X9558468Y-13606984D02* -X9472753Y-13806984D01* -X9625134Y-13606984D02* -X9625134Y-13645079D01* -X9701325Y-13606984D02* -X9701325Y-13645079D01* -X9996563Y-13883174D02* -X9987039Y-13873650D01* -X9987039Y-13873650D02* -X9967991Y-13845079D01* -X9967991Y-13845079D02* -X9958468Y-13826031D01* -X9958468Y-13826031D02* -X9948944Y-13797460D01* -X9948944Y-13797460D02* -X9939420Y-13749841D01* -X9939420Y-13749841D02* -X9939420Y-13711746D01* -X9939420Y-13711746D02* -X9948944Y-13664127D01* -X9948944Y-13664127D02* -X9958468Y-13635555D01* -X9958468Y-13635555D02* -X9967991Y-13616508D01* -X9967991Y-13616508D02* -X9987039Y-13587936D01* -X9987039Y-13587936D02* -X9996563Y-13578412D01* -X10177515Y-13806984D02* -X10063230Y-13806984D01* -X10120372Y-13806984D02* -X10120372Y-13606984D01* -X10120372Y-13606984D02* -X10101325Y-13635555D01* -X10101325Y-13635555D02* -X10082277Y-13654603D01* -X10082277Y-13654603D02* -X10063230Y-13664127D01* -X10272753Y-13806984D02* -X10310849Y-13806984D01* -X10310849Y-13806984D02* -X10329896Y-13797460D01* -X10329896Y-13797460D02* -X10339420Y-13787936D01* -X10339420Y-13787936D02* -X10358468Y-13759365D01* -X10358468Y-13759365D02* -X10367991Y-13721269D01* -X10367991Y-13721269D02* -X10367991Y-13645079D01* -X10367991Y-13645079D02* -X10358468Y-13626031D01* -X10358468Y-13626031D02* -X10348944Y-13616508D01* -X10348944Y-13616508D02* -X10329896Y-13606984D01* -X10329896Y-13606984D02* -X10291801Y-13606984D01* -X10291801Y-13606984D02* -X10272753Y-13616508D01* -X10272753Y-13616508D02* -X10263230Y-13626031D01* -X10263230Y-13626031D02* -X10253706Y-13645079D01* -X10253706Y-13645079D02* -X10253706Y-13692698D01* -X10253706Y-13692698D02* -X10263230Y-13711746D01* -X10263230Y-13711746D02* -X10272753Y-13721269D01* -X10272753Y-13721269D02* -X10291801Y-13730793D01* -X10291801Y-13730793D02* -X10329896Y-13730793D01* -X10329896Y-13730793D02* -X10348944Y-13721269D01* -X10348944Y-13721269D02* -X10358468Y-13711746D01* -X10358468Y-13711746D02* -X10367991Y-13692698D01* -X10482277Y-13692698D02* -X10463230Y-13683174D01* -X10463230Y-13683174D02* -X10453706Y-13673650D01* -X10453706Y-13673650D02* -X10444182Y-13654603D01* -X10444182Y-13654603D02* -X10444182Y-13645079D01* -X10444182Y-13645079D02* -X10453706Y-13626031D01* -X10453706Y-13626031D02* -X10463230Y-13616508D01* -X10463230Y-13616508D02* -X10482277Y-13606984D01* -X10482277Y-13606984D02* -X10520372Y-13606984D01* -X10520372Y-13606984D02* -X10539420Y-13616508D01* -X10539420Y-13616508D02* -X10548944Y-13626031D01* -X10548944Y-13626031D02* -X10558468Y-13645079D01* -X10558468Y-13645079D02* -X10558468Y-13654603D01* -X10558468Y-13654603D02* -X10548944Y-13673650D01* -X10548944Y-13673650D02* -X10539420Y-13683174D01* -X10539420Y-13683174D02* -X10520372Y-13692698D01* -X10520372Y-13692698D02* -X10482277Y-13692698D01* -X10482277Y-13692698D02* -X10463230Y-13702222D01* -X10463230Y-13702222D02* -X10453706Y-13711746D01* -X10453706Y-13711746D02* -X10444182Y-13730793D01* -X10444182Y-13730793D02* -X10444182Y-13768888D01* -X10444182Y-13768888D02* -X10453706Y-13787936D01* -X10453706Y-13787936D02* -X10463230Y-13797460D01* -X10463230Y-13797460D02* -X10482277Y-13806984D01* -X10482277Y-13806984D02* -X10520372Y-13806984D01* -X10520372Y-13806984D02* -X10539420Y-13797460D01* -X10539420Y-13797460D02* -X10548944Y-13787936D01* -X10548944Y-13787936D02* -X10558468Y-13768888D01* -X10558468Y-13768888D02* -X10558468Y-13730793D01* -X10558468Y-13730793D02* -X10548944Y-13711746D01* -X10548944Y-13711746D02* -X10539420Y-13702222D01* -X10539420Y-13702222D02* -X10520372Y-13692698D01* -X10796563Y-13806984D02* -X10796563Y-13606984D01* -X10882277Y-13806984D02* -X10882277Y-13702222D01* -X10882277Y-13702222D02* -X10872753Y-13683174D01* -X10872753Y-13683174D02* -X10853706Y-13673650D01* -X10853706Y-13673650D02* -X10825134Y-13673650D01* -X10825134Y-13673650D02* -X10806087Y-13683174D01* -X10806087Y-13683174D02* -X10796563Y-13692698D01* -X11006087Y-13806984D02* -X10987039Y-13797460D01* -X10987039Y-13797460D02* -X10977515Y-13787936D01* -X10977515Y-13787936D02* -X10967992Y-13768888D01* -X10967992Y-13768888D02* -X10967992Y-13711746D01* -X10967992Y-13711746D02* -X10977515Y-13692698D01* -X10977515Y-13692698D02* -X10987039Y-13683174D01* -X10987039Y-13683174D02* -X11006087Y-13673650D01* -X11006087Y-13673650D02* -X11034658Y-13673650D01* -X11034658Y-13673650D02* -X11053706Y-13683174D01* -X11053706Y-13683174D02* -X11063230Y-13692698D01* -X11063230Y-13692698D02* -X11072753Y-13711746D01* -X11072753Y-13711746D02* -X11072753Y-13768888D01* -X11072753Y-13768888D02* -X11063230Y-13787936D01* -X11063230Y-13787936D02* -X11053706Y-13797460D01* -X11053706Y-13797460D02* -X11034658Y-13806984D01* -X11034658Y-13806984D02* -X11006087Y-13806984D01* -X11187039Y-13806984D02* -X11167992Y-13797460D01* -X11167992Y-13797460D02* -X11158468Y-13778412D01* -X11158468Y-13778412D02* -X11158468Y-13606984D01* -X11339420Y-13797460D02* -X11320372Y-13806984D01* -X11320372Y-13806984D02* -X11282277Y-13806984D01* -X11282277Y-13806984D02* -X11263230Y-13797460D01* -X11263230Y-13797460D02* -X11253706Y-13778412D01* -X11253706Y-13778412D02* -X11253706Y-13702222D01* -X11253706Y-13702222D02* -X11263230Y-13683174D01* -X11263230Y-13683174D02* -X11282277Y-13673650D01* -X11282277Y-13673650D02* -X11320372Y-13673650D01* -X11320372Y-13673650D02* -X11339420Y-13683174D01* -X11339420Y-13683174D02* -X11348944Y-13702222D01* -X11348944Y-13702222D02* -X11348944Y-13721269D01* -X11348944Y-13721269D02* -X11253706Y-13740317D01* -X11425134Y-13797460D02* -X11444182Y-13806984D01* -X11444182Y-13806984D02* -X11482277Y-13806984D01* -X11482277Y-13806984D02* -X11501325Y-13797460D01* -X11501325Y-13797460D02* -X11510849Y-13778412D01* -X11510849Y-13778412D02* -X11510849Y-13768888D01* -X11510849Y-13768888D02* -X11501325Y-13749841D01* -X11501325Y-13749841D02* -X11482277Y-13740317D01* -X11482277Y-13740317D02* -X11453706Y-13740317D01* -X11453706Y-13740317D02* -X11434658Y-13730793D01* -X11434658Y-13730793D02* -X11425134Y-13711746D01* -X11425134Y-13711746D02* -X11425134Y-13702222D01* -X11425134Y-13702222D02* -X11434658Y-13683174D01* -X11434658Y-13683174D02* -X11453706Y-13673650D01* -X11453706Y-13673650D02* -X11482277Y-13673650D01* -X11482277Y-13673650D02* -X11501325Y-13683174D01* -X11577515Y-13883174D02* -X11587039Y-13873650D01* -X11587039Y-13873650D02* -X11606087Y-13845079D01* -X11606087Y-13845079D02* -X11615611Y-13826031D01* -X11615611Y-13826031D02* -X11625134Y-13797460D01* -X11625134Y-13797460D02* -X11634658Y-13749841D01* -X11634658Y-13749841D02* -X11634658Y-13711746D01* -X11634658Y-13711746D02* -X11625134Y-13664127D01* -X11625134Y-13664127D02* -X11615611Y-13635555D01* -X11615611Y-13635555D02* -X11606087Y-13616508D01* -X11606087Y-13616508D02* -X11587039Y-13587936D01* -X11587039Y-13587936D02* -X11577515Y-13578412D01* -D13* -X6421500Y-13979500D02* -G75* -G03* -X6421500Y-13979500I-47500J0D01* -G01* -D11* -X6720372Y-13870984D02* -X6739420Y-13870984D01* -X6739420Y-13870984D02* -X6758467Y-13880508D01* -X6758467Y-13880508D02* -X6767991Y-13890031D01* -X6767991Y-13890031D02* -X6777515Y-13909079D01* -X6777515Y-13909079D02* -X6787039Y-13947174D01* -X6787039Y-13947174D02* -X6787039Y-13994793D01* -X6787039Y-13994793D02* -X6777515Y-14032888D01* -X6777515Y-14032888D02* -X6767991Y-14051936D01* -X6767991Y-14051936D02* -X6758467Y-14061460D01* -X6758467Y-14061460D02* -X6739420Y-14070984D01* -X6739420Y-14070984D02* -X6720372Y-14070984D01* -X6720372Y-14070984D02* -X6701324Y-14061460D01* -X6701324Y-14061460D02* -X6691801Y-14051936D01* -X6691801Y-14051936D02* -X6682277Y-14032888D01* -X6682277Y-14032888D02* -X6672753Y-13994793D01* -X6672753Y-13994793D02* -X6672753Y-13947174D01* -X6672753Y-13947174D02* -X6682277Y-13909079D01* -X6682277Y-13909079D02* -X6691801Y-13890031D01* -X6691801Y-13890031D02* -X6701324Y-13880508D01* -X6701324Y-13880508D02* -X6720372Y-13870984D01* -X6872753Y-14051936D02* -X6882277Y-14061460D01* -X6882277Y-14061460D02* -X6872753Y-14070984D01* -X6872753Y-14070984D02* -X6863229Y-14061460D01* -X6863229Y-14061460D02* -X6872753Y-14051936D01* -X6872753Y-14051936D02* -X6872753Y-14070984D01* -X6977515Y-14070984D02* -X7015610Y-14070984D01* -X7015610Y-14070984D02* -X7034658Y-14061460D01* -X7034658Y-14061460D02* -X7044182Y-14051936D01* -X7044182Y-14051936D02* -X7063229Y-14023365D01* -X7063229Y-14023365D02* -X7072753Y-13985269D01* -X7072753Y-13985269D02* -X7072753Y-13909079D01* -X7072753Y-13909079D02* -X7063229Y-13890031D01* -X7063229Y-13890031D02* -X7053705Y-13880508D01* -X7053705Y-13880508D02* -X7034658Y-13870984D01* -X7034658Y-13870984D02* -X6996562Y-13870984D01* -X6996562Y-13870984D02* -X6977515Y-13880508D01* -X6977515Y-13880508D02* -X6967991Y-13890031D01* -X6967991Y-13890031D02* -X6958467Y-13909079D01* -X6958467Y-13909079D02* -X6958467Y-13956698D01* -X6958467Y-13956698D02* -X6967991Y-13975746D01* -X6967991Y-13975746D02* -X6977515Y-13985269D01* -X6977515Y-13985269D02* -X6996562Y-13994793D01* -X6996562Y-13994793D02* -X7034658Y-13994793D01* -X7034658Y-13994793D02* -X7053705Y-13985269D01* -X7053705Y-13985269D02* -X7063229Y-13975746D01* -X7063229Y-13975746D02* -X7072753Y-13956698D01* -X7253705Y-13870984D02* -X7158467Y-13870984D01* -X7158467Y-13870984D02* -X7148943Y-13966222D01* -X7148943Y-13966222D02* -X7158467Y-13956698D01* -X7158467Y-13956698D02* -X7177515Y-13947174D01* -X7177515Y-13947174D02* -X7225134Y-13947174D01* -X7225134Y-13947174D02* -X7244182Y-13956698D01* -X7244182Y-13956698D02* -X7253705Y-13966222D01* -X7253705Y-13966222D02* -X7263229Y-13985269D01* -X7263229Y-13985269D02* -X7263229Y-14032888D01* -X7263229Y-14032888D02* -X7253705Y-14051936D01* -X7253705Y-14051936D02* -X7244182Y-14061460D01* -X7244182Y-14061460D02* -X7225134Y-14070984D01* -X7225134Y-14070984D02* -X7177515Y-14070984D01* -X7177515Y-14070984D02* -X7158467Y-14061460D01* -X7158467Y-14061460D02* -X7148943Y-14051936D01* -X7387039Y-13870984D02* -X7406086Y-13870984D01* -X7406086Y-13870984D02* -X7425134Y-13880508D01* -X7425134Y-13880508D02* -X7434658Y-13890031D01* -X7434658Y-13890031D02* -X7444182Y-13909079D01* -X7444182Y-13909079D02* -X7453705Y-13947174D01* -X7453705Y-13947174D02* -X7453705Y-13994793D01* -X7453705Y-13994793D02* -X7444182Y-14032888D01* -X7444182Y-14032888D02* -X7434658Y-14051936D01* -X7434658Y-14051936D02* -X7425134Y-14061460D01* -X7425134Y-14061460D02* -X7406086Y-14070984D01* -X7406086Y-14070984D02* -X7387039Y-14070984D01* -X7387039Y-14070984D02* -X7367991Y-14061460D01* -X7367991Y-14061460D02* -X7358467Y-14051936D01* -X7358467Y-14051936D02* -X7348943Y-14032888D01* -X7348943Y-14032888D02* -X7339420Y-13994793D01* -X7339420Y-13994793D02* -X7339420Y-13947174D01* -X7339420Y-13947174D02* -X7348943Y-13909079D01* -X7348943Y-13909079D02* -X7358467Y-13890031D01* -X7358467Y-13890031D02* -X7367991Y-13880508D01* -X7367991Y-13880508D02* -X7387039Y-13870984D01* -X7539420Y-14070984D02* -X7539420Y-13937650D01* -X7539420Y-13956698D02* -X7548943Y-13947174D01* -X7548943Y-13947174D02* -X7567991Y-13937650D01* -X7567991Y-13937650D02* -X7596563Y-13937650D01* -X7596563Y-13937650D02* -X7615610Y-13947174D01* -X7615610Y-13947174D02* -X7625134Y-13966222D01* -X7625134Y-13966222D02* -X7625134Y-14070984D01* -X7625134Y-13966222D02* -X7634658Y-13947174D01* -X7634658Y-13947174D02* -X7653705Y-13937650D01* -X7653705Y-13937650D02* -X7682277Y-13937650D01* -X7682277Y-13937650D02* -X7701324Y-13947174D01* -X7701324Y-13947174D02* -X7710848Y-13966222D01* -X7710848Y-13966222D02* -X7710848Y-14070984D01* -X7806086Y-14070984D02* -X7806086Y-13937650D01* -X7806086Y-13956698D02* -X7815610Y-13947174D01* -X7815610Y-13947174D02* -X7834658Y-13937650D01* -X7834658Y-13937650D02* -X7863229Y-13937650D01* -X7863229Y-13937650D02* -X7882277Y-13947174D01* -X7882277Y-13947174D02* -X7891801Y-13966222D01* -X7891801Y-13966222D02* -X7891801Y-14070984D01* -X7891801Y-13966222D02* -X7901324Y-13947174D01* -X7901324Y-13947174D02* -X7920372Y-13937650D01* -X7920372Y-13937650D02* -X7948943Y-13937650D01* -X7948943Y-13937650D02* -X7967991Y-13947174D01* -X7967991Y-13947174D02* -X7977515Y-13966222D01* -X7977515Y-13966222D02* -X7977515Y-14070984D01* -X8367991Y-13861460D02* -X8196563Y-14118603D01* -X8625134Y-13870984D02* -X8644182Y-13870984D01* -X8644182Y-13870984D02* -X8663229Y-13880508D01* -X8663229Y-13880508D02* -X8672753Y-13890031D01* -X8672753Y-13890031D02* -X8682277Y-13909079D01* -X8682277Y-13909079D02* -X8691801Y-13947174D01* -X8691801Y-13947174D02* -X8691801Y-13994793D01* -X8691801Y-13994793D02* -X8682277Y-14032888D01* -X8682277Y-14032888D02* -X8672753Y-14051936D01* -X8672753Y-14051936D02* -X8663229Y-14061460D01* -X8663229Y-14061460D02* -X8644182Y-14070984D01* -X8644182Y-14070984D02* -X8625134Y-14070984D01* -X8625134Y-14070984D02* -X8606087Y-14061460D01* -X8606087Y-14061460D02* -X8596563Y-14051936D01* -X8596563Y-14051936D02* -X8587039Y-14032888D01* -X8587039Y-14032888D02* -X8577515Y-13994793D01* -X8577515Y-13994793D02* -X8577515Y-13947174D01* -X8577515Y-13947174D02* -X8587039Y-13909079D01* -X8587039Y-13909079D02* -X8596563Y-13890031D01* -X8596563Y-13890031D02* -X8606087Y-13880508D01* -X8606087Y-13880508D02* -X8625134Y-13870984D01* -X8777515Y-14051936D02* -X8787039Y-14061460D01* -X8787039Y-14061460D02* -X8777515Y-14070984D01* -X8777515Y-14070984D02* -X8767991Y-14061460D01* -X8767991Y-14061460D02* -X8777515Y-14051936D01* -X8777515Y-14051936D02* -X8777515Y-14070984D01* -X8910848Y-13870984D02* -X8929896Y-13870984D01* -X8929896Y-13870984D02* -X8948944Y-13880508D01* -X8948944Y-13880508D02* -X8958468Y-13890031D01* -X8958468Y-13890031D02* -X8967991Y-13909079D01* -X8967991Y-13909079D02* -X8977515Y-13947174D01* -X8977515Y-13947174D02* -X8977515Y-13994793D01* -X8977515Y-13994793D02* -X8967991Y-14032888D01* -X8967991Y-14032888D02* -X8958468Y-14051936D01* -X8958468Y-14051936D02* -X8948944Y-14061460D01* -X8948944Y-14061460D02* -X8929896Y-14070984D01* -X8929896Y-14070984D02* -X8910848Y-14070984D01* -X8910848Y-14070984D02* -X8891801Y-14061460D01* -X8891801Y-14061460D02* -X8882277Y-14051936D01* -X8882277Y-14051936D02* -X8872753Y-14032888D01* -X8872753Y-14032888D02* -X8863229Y-13994793D01* -X8863229Y-13994793D02* -X8863229Y-13947174D01* -X8863229Y-13947174D02* -X8872753Y-13909079D01* -X8872753Y-13909079D02* -X8882277Y-13890031D01* -X8882277Y-13890031D02* -X8891801Y-13880508D01* -X8891801Y-13880508D02* -X8910848Y-13870984D01* -X9044182Y-13870984D02* -X9167991Y-13870984D01* -X9167991Y-13870984D02* -X9101325Y-13947174D01* -X9101325Y-13947174D02* -X9129896Y-13947174D01* -X9129896Y-13947174D02* -X9148944Y-13956698D01* -X9148944Y-13956698D02* -X9158468Y-13966222D01* -X9158468Y-13966222D02* -X9167991Y-13985269D01* -X9167991Y-13985269D02* -X9167991Y-14032888D01* -X9167991Y-14032888D02* -X9158468Y-14051936D01* -X9158468Y-14051936D02* -X9148944Y-14061460D01* -X9148944Y-14061460D02* -X9129896Y-14070984D01* -X9129896Y-14070984D02* -X9072753Y-14070984D01* -X9072753Y-14070984D02* -X9053706Y-14061460D01* -X9053706Y-14061460D02* -X9044182Y-14051936D01* -X9234658Y-13870984D02* -X9367991Y-13870984D01* -X9367991Y-13870984D02* -X9282277Y-14070984D01* -X9529896Y-13937650D02* -X9529896Y-14070984D01* -X9482277Y-13861460D02* -X9434658Y-14004317D01* -X9434658Y-14004317D02* -X9558468Y-14004317D01* -X9625134Y-13870984D02* -X9625134Y-13909079D01* -X9701325Y-13870984D02* -X9701325Y-13909079D01* -X9996563Y-14147174D02* -X9987039Y-14137650D01* -X9987039Y-14137650D02* -X9967991Y-14109079D01* -X9967991Y-14109079D02* -X9958468Y-14090031D01* -X9958468Y-14090031D02* -X9948944Y-14061460D01* -X9948944Y-14061460D02* -X9939420Y-14013841D01* -X9939420Y-14013841D02* -X9939420Y-13975746D01* -X9939420Y-13975746D02* -X9948944Y-13928127D01* -X9948944Y-13928127D02* -X9958468Y-13899555D01* -X9958468Y-13899555D02* -X9967991Y-13880508D01* -X9967991Y-13880508D02* -X9987039Y-13851936D01* -X9987039Y-13851936D02* -X9996563Y-13842412D01* -X10158468Y-13937650D02* -X10158468Y-14070984D01* -X10110849Y-13861460D02* -X10063230Y-14004317D01* -X10063230Y-14004317D02* -X10187039Y-14004317D01* -X10348944Y-13870984D02* -X10310849Y-13870984D01* -X10310849Y-13870984D02* -X10291801Y-13880508D01* -X10291801Y-13880508D02* -X10282277Y-13890031D01* -X10282277Y-13890031D02* -X10263230Y-13918603D01* -X10263230Y-13918603D02* -X10253706Y-13956698D01* -X10253706Y-13956698D02* -X10253706Y-14032888D01* -X10253706Y-14032888D02* -X10263230Y-14051936D01* -X10263230Y-14051936D02* -X10272753Y-14061460D01* -X10272753Y-14061460D02* -X10291801Y-14070984D01* -X10291801Y-14070984D02* -X10329896Y-14070984D01* -X10329896Y-14070984D02* -X10348944Y-14061460D01* -X10348944Y-14061460D02* -X10358468Y-14051936D01* -X10358468Y-14051936D02* -X10367991Y-14032888D01* -X10367991Y-14032888D02* -X10367991Y-13985269D01* -X10367991Y-13985269D02* -X10358468Y-13966222D01* -X10358468Y-13966222D02* -X10348944Y-13956698D01* -X10348944Y-13956698D02* -X10329896Y-13947174D01* -X10329896Y-13947174D02* -X10291801Y-13947174D01* -X10291801Y-13947174D02* -X10272753Y-13956698D01* -X10272753Y-13956698D02* -X10263230Y-13966222D01* -X10263230Y-13966222D02* -X10253706Y-13985269D01* -X10606087Y-14070984D02* -X10606087Y-13870984D01* -X10691801Y-14070984D02* -X10691801Y-13966222D01* -X10691801Y-13966222D02* -X10682277Y-13947174D01* -X10682277Y-13947174D02* -X10663230Y-13937650D01* -X10663230Y-13937650D02* -X10634658Y-13937650D01* -X10634658Y-13937650D02* -X10615611Y-13947174D01* -X10615611Y-13947174D02* -X10606087Y-13956698D01* -X10815611Y-14070984D02* -X10796563Y-14061460D01* -X10796563Y-14061460D02* -X10787039Y-14051936D01* -X10787039Y-14051936D02* -X10777515Y-14032888D01* -X10777515Y-14032888D02* -X10777515Y-13975746D01* -X10777515Y-13975746D02* -X10787039Y-13956698D01* -X10787039Y-13956698D02* -X10796563Y-13947174D01* -X10796563Y-13947174D02* -X10815611Y-13937650D01* -X10815611Y-13937650D02* -X10844182Y-13937650D01* -X10844182Y-13937650D02* -X10863230Y-13947174D01* -X10863230Y-13947174D02* -X10872753Y-13956698D01* -X10872753Y-13956698D02* -X10882277Y-13975746D01* -X10882277Y-13975746D02* -X10882277Y-14032888D01* -X10882277Y-14032888D02* -X10872753Y-14051936D01* -X10872753Y-14051936D02* -X10863230Y-14061460D01* -X10863230Y-14061460D02* -X10844182Y-14070984D01* -X10844182Y-14070984D02* -X10815611Y-14070984D01* -X10996563Y-14070984D02* -X10977515Y-14061460D01* -X10977515Y-14061460D02* -X10967992Y-14042412D01* -X10967992Y-14042412D02* -X10967992Y-13870984D01* -X11148944Y-14061460D02* -X11129896Y-14070984D01* -X11129896Y-14070984D02* -X11091801Y-14070984D01* -X11091801Y-14070984D02* -X11072753Y-14061460D01* -X11072753Y-14061460D02* -X11063230Y-14042412D01* -X11063230Y-14042412D02* -X11063230Y-13966222D01* -X11063230Y-13966222D02* -X11072753Y-13947174D01* -X11072753Y-13947174D02* -X11091801Y-13937650D01* -X11091801Y-13937650D02* -X11129896Y-13937650D01* -X11129896Y-13937650D02* -X11148944Y-13947174D01* -X11148944Y-13947174D02* -X11158468Y-13966222D01* -X11158468Y-13966222D02* -X11158468Y-13985269D01* -X11158468Y-13985269D02* -X11063230Y-14004317D01* -X11234658Y-14061460D02* -X11253706Y-14070984D01* -X11253706Y-14070984D02* -X11291801Y-14070984D01* -X11291801Y-14070984D02* -X11310849Y-14061460D01* -X11310849Y-14061460D02* -X11320372Y-14042412D01* -X11320372Y-14042412D02* -X11320372Y-14032888D01* -X11320372Y-14032888D02* -X11310849Y-14013841D01* -X11310849Y-14013841D02* -X11291801Y-14004317D01* -X11291801Y-14004317D02* -X11263230Y-14004317D01* -X11263230Y-14004317D02* -X11244182Y-13994793D01* -X11244182Y-13994793D02* -X11234658Y-13975746D01* -X11234658Y-13975746D02* -X11234658Y-13966222D01* -X11234658Y-13966222D02* -X11244182Y-13947174D01* -X11244182Y-13947174D02* -X11263230Y-13937650D01* -X11263230Y-13937650D02* -X11291801Y-13937650D01* -X11291801Y-13937650D02* -X11310849Y-13947174D01* -X11387039Y-14147174D02* -X11396563Y-14137650D01* -X11396563Y-14137650D02* -X11415611Y-14109079D01* -X11415611Y-14109079D02* -X11425134Y-14090031D01* -X11425134Y-14090031D02* -X11434658Y-14061460D01* -X11434658Y-14061460D02* -X11444182Y-14013841D01* -X11444182Y-14013841D02* -X11444182Y-13975746D01* -X11444182Y-13975746D02* -X11434658Y-13928127D01* -X11434658Y-13928127D02* -X11425134Y-13899555D01* -X11425134Y-13899555D02* -X11415611Y-13880508D01* -X11415611Y-13880508D02* -X11396563Y-13851936D01* -X11396563Y-13851936D02* -X11387039Y-13842412D01* -D14* -X6371500Y-14193500D02* -X6371500Y-14293500D01* -X6321500Y-14243500D02* -X6421500Y-14243500D01* -D11* -X6787039Y-14334984D02* -X6672753Y-14334984D01* -X6729896Y-14334984D02* -X6729896Y-14134984D01* -X6729896Y-14134984D02* -X6710848Y-14163555D01* -X6710848Y-14163555D02* -X6691801Y-14182603D01* -X6691801Y-14182603D02* -X6672753Y-14192127D01* -X6872753Y-14315936D02* -X6882277Y-14325460D01* -X6882277Y-14325460D02* -X6872753Y-14334984D01* -X6872753Y-14334984D02* -X6863229Y-14325460D01* -X6863229Y-14325460D02* -X6872753Y-14315936D01* -X6872753Y-14315936D02* -X6872753Y-14334984D01* -X7006086Y-14134984D02* -X7025134Y-14134984D01* -X7025134Y-14134984D02* -X7044182Y-14144508D01* -X7044182Y-14144508D02* -X7053705Y-14154031D01* -X7053705Y-14154031D02* -X7063229Y-14173079D01* -X7063229Y-14173079D02* -X7072753Y-14211174D01* -X7072753Y-14211174D02* -X7072753Y-14258793D01* -X7072753Y-14258793D02* -X7063229Y-14296888D01* -X7063229Y-14296888D02* -X7053705Y-14315936D01* -X7053705Y-14315936D02* -X7044182Y-14325460D01* -X7044182Y-14325460D02* -X7025134Y-14334984D01* -X7025134Y-14334984D02* -X7006086Y-14334984D01* -X7006086Y-14334984D02* -X6987039Y-14325460D01* -X6987039Y-14325460D02* -X6977515Y-14315936D01* -X6977515Y-14315936D02* -X6967991Y-14296888D01* -X6967991Y-14296888D02* -X6958467Y-14258793D01* -X6958467Y-14258793D02* -X6958467Y-14211174D01* -X6958467Y-14211174D02* -X6967991Y-14173079D01* -X6967991Y-14173079D02* -X6977515Y-14154031D01* -X6977515Y-14154031D02* -X6987039Y-14144508D01* -X6987039Y-14144508D02* -X7006086Y-14134984D01* -X7196562Y-14134984D02* -X7215610Y-14134984D01* -X7215610Y-14134984D02* -X7234658Y-14144508D01* -X7234658Y-14144508D02* -X7244182Y-14154031D01* -X7244182Y-14154031D02* -X7253705Y-14173079D01* -X7253705Y-14173079D02* -X7263229Y-14211174D01* -X7263229Y-14211174D02* -X7263229Y-14258793D01* -X7263229Y-14258793D02* -X7253705Y-14296888D01* -X7253705Y-14296888D02* -X7244182Y-14315936D01* -X7244182Y-14315936D02* -X7234658Y-14325460D01* -X7234658Y-14325460D02* -X7215610Y-14334984D01* -X7215610Y-14334984D02* -X7196562Y-14334984D01* -X7196562Y-14334984D02* -X7177515Y-14325460D01* -X7177515Y-14325460D02* -X7167991Y-14315936D01* -X7167991Y-14315936D02* -X7158467Y-14296888D01* -X7158467Y-14296888D02* -X7148943Y-14258793D01* -X7148943Y-14258793D02* -X7148943Y-14211174D01* -X7148943Y-14211174D02* -X7158467Y-14173079D01* -X7158467Y-14173079D02* -X7167991Y-14154031D01* -X7167991Y-14154031D02* -X7177515Y-14144508D01* -X7177515Y-14144508D02* -X7196562Y-14134984D01* -X7387039Y-14134984D02* -X7406086Y-14134984D01* -X7406086Y-14134984D02* -X7425134Y-14144508D01* -X7425134Y-14144508D02* -X7434658Y-14154031D01* -X7434658Y-14154031D02* -X7444182Y-14173079D01* -X7444182Y-14173079D02* -X7453705Y-14211174D01* -X7453705Y-14211174D02* -X7453705Y-14258793D01* -X7453705Y-14258793D02* -X7444182Y-14296888D01* -X7444182Y-14296888D02* -X7434658Y-14315936D01* -X7434658Y-14315936D02* -X7425134Y-14325460D01* -X7425134Y-14325460D02* -X7406086Y-14334984D01* -X7406086Y-14334984D02* -X7387039Y-14334984D01* -X7387039Y-14334984D02* -X7367991Y-14325460D01* -X7367991Y-14325460D02* -X7358467Y-14315936D01* -X7358467Y-14315936D02* -X7348943Y-14296888D01* -X7348943Y-14296888D02* -X7339420Y-14258793D01* -X7339420Y-14258793D02* -X7339420Y-14211174D01* -X7339420Y-14211174D02* -X7348943Y-14173079D01* -X7348943Y-14173079D02* -X7358467Y-14154031D01* -X7358467Y-14154031D02* -X7367991Y-14144508D01* -X7367991Y-14144508D02* -X7387039Y-14134984D01* -X7539420Y-14334984D02* -X7539420Y-14201650D01* -X7539420Y-14220698D02* -X7548943Y-14211174D01* -X7548943Y-14211174D02* -X7567991Y-14201650D01* -X7567991Y-14201650D02* -X7596563Y-14201650D01* -X7596563Y-14201650D02* -X7615610Y-14211174D01* -X7615610Y-14211174D02* -X7625134Y-14230222D01* -X7625134Y-14230222D02* -X7625134Y-14334984D01* -X7625134Y-14230222D02* -X7634658Y-14211174D01* -X7634658Y-14211174D02* -X7653705Y-14201650D01* -X7653705Y-14201650D02* -X7682277Y-14201650D01* -X7682277Y-14201650D02* -X7701324Y-14211174D01* -X7701324Y-14211174D02* -X7710848Y-14230222D01* -X7710848Y-14230222D02* -X7710848Y-14334984D01* -X7806086Y-14334984D02* -X7806086Y-14201650D01* -X7806086Y-14220698D02* -X7815610Y-14211174D01* -X7815610Y-14211174D02* -X7834658Y-14201650D01* -X7834658Y-14201650D02* -X7863229Y-14201650D01* -X7863229Y-14201650D02* -X7882277Y-14211174D01* -X7882277Y-14211174D02* -X7891801Y-14230222D01* -X7891801Y-14230222D02* -X7891801Y-14334984D01* -X7891801Y-14230222D02* -X7901324Y-14211174D01* -X7901324Y-14211174D02* -X7920372Y-14201650D01* -X7920372Y-14201650D02* -X7948943Y-14201650D01* -X7948943Y-14201650D02* -X7967991Y-14211174D01* -X7967991Y-14211174D02* -X7977515Y-14230222D01* -X7977515Y-14230222D02* -X7977515Y-14334984D01* -X8367991Y-14125460D02* -X8196563Y-14382603D01* -X8625134Y-14134984D02* -X8644182Y-14134984D01* -X8644182Y-14134984D02* -X8663229Y-14144508D01* -X8663229Y-14144508D02* -X8672753Y-14154031D01* -X8672753Y-14154031D02* -X8682277Y-14173079D01* -X8682277Y-14173079D02* -X8691801Y-14211174D01* -X8691801Y-14211174D02* -X8691801Y-14258793D01* -X8691801Y-14258793D02* -X8682277Y-14296888D01* -X8682277Y-14296888D02* -X8672753Y-14315936D01* -X8672753Y-14315936D02* -X8663229Y-14325460D01* -X8663229Y-14325460D02* -X8644182Y-14334984D01* -X8644182Y-14334984D02* -X8625134Y-14334984D01* -X8625134Y-14334984D02* -X8606087Y-14325460D01* -X8606087Y-14325460D02* -X8596563Y-14315936D01* -X8596563Y-14315936D02* -X8587039Y-14296888D01* -X8587039Y-14296888D02* -X8577515Y-14258793D01* -X8577515Y-14258793D02* -X8577515Y-14211174D01* -X8577515Y-14211174D02* -X8587039Y-14173079D01* -X8587039Y-14173079D02* -X8596563Y-14154031D01* -X8596563Y-14154031D02* -X8606087Y-14144508D01* -X8606087Y-14144508D02* -X8625134Y-14134984D01* -X8777515Y-14315936D02* -X8787039Y-14325460D01* -X8787039Y-14325460D02* -X8777515Y-14334984D01* -X8777515Y-14334984D02* -X8767991Y-14325460D01* -X8767991Y-14325460D02* -X8777515Y-14315936D01* -X8777515Y-14315936D02* -X8777515Y-14334984D01* -X8910848Y-14134984D02* -X8929896Y-14134984D01* -X8929896Y-14134984D02* -X8948944Y-14144508D01* -X8948944Y-14144508D02* -X8958468Y-14154031D01* -X8958468Y-14154031D02* -X8967991Y-14173079D01* -X8967991Y-14173079D02* -X8977515Y-14211174D01* -X8977515Y-14211174D02* -X8977515Y-14258793D01* -X8977515Y-14258793D02* -X8967991Y-14296888D01* -X8967991Y-14296888D02* -X8958468Y-14315936D01* -X8958468Y-14315936D02* -X8948944Y-14325460D01* -X8948944Y-14325460D02* -X8929896Y-14334984D01* -X8929896Y-14334984D02* -X8910848Y-14334984D01* -X8910848Y-14334984D02* -X8891801Y-14325460D01* -X8891801Y-14325460D02* -X8882277Y-14315936D01* -X8882277Y-14315936D02* -X8872753Y-14296888D01* -X8872753Y-14296888D02* -X8863229Y-14258793D01* -X8863229Y-14258793D02* -X8863229Y-14211174D01* -X8863229Y-14211174D02* -X8872753Y-14173079D01* -X8872753Y-14173079D02* -X8882277Y-14154031D01* -X8882277Y-14154031D02* -X8891801Y-14144508D01* -X8891801Y-14144508D02* -X8910848Y-14134984D01* -X9044182Y-14134984D02* -X9167991Y-14134984D01* -X9167991Y-14134984D02* -X9101325Y-14211174D01* -X9101325Y-14211174D02* -X9129896Y-14211174D01* -X9129896Y-14211174D02* -X9148944Y-14220698D01* -X9148944Y-14220698D02* -X9158468Y-14230222D01* -X9158468Y-14230222D02* -X9167991Y-14249269D01* -X9167991Y-14249269D02* -X9167991Y-14296888D01* -X9167991Y-14296888D02* -X9158468Y-14315936D01* -X9158468Y-14315936D02* -X9148944Y-14325460D01* -X9148944Y-14325460D02* -X9129896Y-14334984D01* -X9129896Y-14334984D02* -X9072753Y-14334984D01* -X9072753Y-14334984D02* -X9053706Y-14325460D01* -X9053706Y-14325460D02* -X9044182Y-14315936D01* -X9263229Y-14334984D02* -X9301325Y-14334984D01* -X9301325Y-14334984D02* -X9320372Y-14325460D01* -X9320372Y-14325460D02* -X9329896Y-14315936D01* -X9329896Y-14315936D02* -X9348944Y-14287365D01* -X9348944Y-14287365D02* -X9358468Y-14249269D01* -X9358468Y-14249269D02* -X9358468Y-14173079D01* -X9358468Y-14173079D02* -X9348944Y-14154031D01* -X9348944Y-14154031D02* -X9339420Y-14144508D01* -X9339420Y-14144508D02* -X9320372Y-14134984D01* -X9320372Y-14134984D02* -X9282277Y-14134984D01* -X9282277Y-14134984D02* -X9263229Y-14144508D01* -X9263229Y-14144508D02* -X9253706Y-14154031D01* -X9253706Y-14154031D02* -X9244182Y-14173079D01* -X9244182Y-14173079D02* -X9244182Y-14220698D01* -X9244182Y-14220698D02* -X9253706Y-14239746D01* -X9253706Y-14239746D02* -X9263229Y-14249269D01* -X9263229Y-14249269D02* -X9282277Y-14258793D01* -X9282277Y-14258793D02* -X9320372Y-14258793D01* -X9320372Y-14258793D02* -X9339420Y-14249269D01* -X9339420Y-14249269D02* -X9348944Y-14239746D01* -X9348944Y-14239746D02* -X9358468Y-14220698D01* -X9529896Y-14201650D02* -X9529896Y-14334984D01* -X9482277Y-14125460D02* -X9434658Y-14268317D01* -X9434658Y-14268317D02* -X9558468Y-14268317D01* -X9625134Y-14134984D02* -X9625134Y-14173079D01* -X9701325Y-14134984D02* -X9701325Y-14173079D01* -X9996563Y-14411174D02* -X9987039Y-14401650D01* -X9987039Y-14401650D02* -X9967991Y-14373079D01* -X9967991Y-14373079D02* -X9958468Y-14354031D01* -X9958468Y-14354031D02* -X9948944Y-14325460D01* -X9948944Y-14325460D02* -X9939420Y-14277841D01* -X9939420Y-14277841D02* -X9939420Y-14239746D01* -X9939420Y-14239746D02* -X9948944Y-14192127D01* -X9948944Y-14192127D02* -X9958468Y-14163555D01* -X9958468Y-14163555D02* -X9967991Y-14144508D01* -X9967991Y-14144508D02* -X9987039Y-14115936D01* -X9987039Y-14115936D02* -X9996563Y-14106412D01* -X10177515Y-14334984D02* -X10063230Y-14334984D01* -X10120372Y-14334984D02* -X10120372Y-14134984D01* -X10120372Y-14134984D02* -X10101325Y-14163555D01* -X10101325Y-14163555D02* -X10082277Y-14182603D01* -X10082277Y-14182603D02* -X10063230Y-14192127D01* -X10244182Y-14134984D02* -X10377515Y-14134984D01* -X10377515Y-14134984D02* -X10291801Y-14334984D01* -X10606087Y-14334984D02* -X10606087Y-14134984D01* -X10691801Y-14334984D02* -X10691801Y-14230222D01* -X10691801Y-14230222D02* -X10682277Y-14211174D01* -X10682277Y-14211174D02* -X10663230Y-14201650D01* -X10663230Y-14201650D02* -X10634658Y-14201650D01* -X10634658Y-14201650D02* -X10615611Y-14211174D01* -X10615611Y-14211174D02* -X10606087Y-14220698D01* -X10815611Y-14334984D02* -X10796563Y-14325460D01* -X10796563Y-14325460D02* -X10787039Y-14315936D01* -X10787039Y-14315936D02* -X10777515Y-14296888D01* -X10777515Y-14296888D02* -X10777515Y-14239746D01* -X10777515Y-14239746D02* -X10787039Y-14220698D01* -X10787039Y-14220698D02* -X10796563Y-14211174D01* -X10796563Y-14211174D02* -X10815611Y-14201650D01* -X10815611Y-14201650D02* -X10844182Y-14201650D01* -X10844182Y-14201650D02* -X10863230Y-14211174D01* -X10863230Y-14211174D02* -X10872753Y-14220698D01* -X10872753Y-14220698D02* -X10882277Y-14239746D01* -X10882277Y-14239746D02* -X10882277Y-14296888D01* -X10882277Y-14296888D02* -X10872753Y-14315936D01* -X10872753Y-14315936D02* -X10863230Y-14325460D01* -X10863230Y-14325460D02* -X10844182Y-14334984D01* -X10844182Y-14334984D02* -X10815611Y-14334984D01* -X10996563Y-14334984D02* -X10977515Y-14325460D01* -X10977515Y-14325460D02* -X10967992Y-14306412D01* -X10967992Y-14306412D02* -X10967992Y-14134984D01* -X11148944Y-14325460D02* -X11129896Y-14334984D01* -X11129896Y-14334984D02* -X11091801Y-14334984D01* -X11091801Y-14334984D02* -X11072753Y-14325460D01* -X11072753Y-14325460D02* -X11063230Y-14306412D01* -X11063230Y-14306412D02* -X11063230Y-14230222D01* -X11063230Y-14230222D02* -X11072753Y-14211174D01* -X11072753Y-14211174D02* -X11091801Y-14201650D01* -X11091801Y-14201650D02* -X11129896Y-14201650D01* -X11129896Y-14201650D02* -X11148944Y-14211174D01* -X11148944Y-14211174D02* -X11158468Y-14230222D01* -X11158468Y-14230222D02* -X11158468Y-14249269D01* -X11158468Y-14249269D02* -X11063230Y-14268317D01* -X11234658Y-14325460D02* -X11253706Y-14334984D01* -X11253706Y-14334984D02* -X11291801Y-14334984D01* -X11291801Y-14334984D02* -X11310849Y-14325460D01* -X11310849Y-14325460D02* -X11320372Y-14306412D01* -X11320372Y-14306412D02* -X11320372Y-14296888D01* -X11320372Y-14296888D02* -X11310849Y-14277841D01* -X11310849Y-14277841D02* -X11291801Y-14268317D01* -X11291801Y-14268317D02* -X11263230Y-14268317D01* -X11263230Y-14268317D02* -X11244182Y-14258793D01* -X11244182Y-14258793D02* -X11234658Y-14239746D01* -X11234658Y-14239746D02* -X11234658Y-14230222D01* -X11234658Y-14230222D02* -X11244182Y-14211174D01* -X11244182Y-14211174D02* -X11263230Y-14201650D01* -X11263230Y-14201650D02* -X11291801Y-14201650D01* -X11291801Y-14201650D02* -X11310849Y-14211174D01* -X11387039Y-14411174D02* -X11396563Y-14401650D01* -X11396563Y-14401650D02* -X11415611Y-14373079D01* -X11415611Y-14373079D02* -X11425134Y-14354031D01* -X11425134Y-14354031D02* -X11434658Y-14325460D01* -X11434658Y-14325460D02* -X11444182Y-14277841D01* -X11444182Y-14277841D02* -X11444182Y-14239746D01* -X11444182Y-14239746D02* -X11434658Y-14192127D01* -X11434658Y-14192127D02* -X11425134Y-14163555D01* -X11425134Y-14163555D02* -X11415611Y-14144508D01* -X11415611Y-14144508D02* -X11396563Y-14115936D01* -X11396563Y-14115936D02* -X11387039Y-14106412D01* -D15* -X6405391Y-14546391D02* -X6405391Y-14468609D01* -X6327609Y-14468609D01* -X6327609Y-14546391D01* -X6405391Y-14546391D01* -D11* -X6787039Y-14598984D02* -X6672753Y-14598984D01* -X6729896Y-14598984D02* -X6729896Y-14398984D01* -X6729896Y-14398984D02* -X6710848Y-14427555D01* -X6710848Y-14427555D02* -X6691801Y-14446603D01* -X6691801Y-14446603D02* -X6672753Y-14456127D01* -X6872753Y-14579936D02* -X6882277Y-14589460D01* -X6882277Y-14589460D02* -X6872753Y-14598984D01* -X6872753Y-14598984D02* -X6863229Y-14589460D01* -X6863229Y-14589460D02* -X6872753Y-14579936D01* -X6872753Y-14579936D02* -X6872753Y-14598984D01* -X7072753Y-14598984D02* -X6958467Y-14598984D01* -X7015610Y-14598984D02* -X7015610Y-14398984D01* -X7015610Y-14398984D02* -X6996562Y-14427555D01* -X6996562Y-14427555D02* -X6977515Y-14446603D01* -X6977515Y-14446603D02* -X6958467Y-14456127D01* -X7196562Y-14398984D02* -X7215610Y-14398984D01* -X7215610Y-14398984D02* -X7234658Y-14408508D01* -X7234658Y-14408508D02* -X7244182Y-14418031D01* -X7244182Y-14418031D02* -X7253705Y-14437079D01* -X7253705Y-14437079D02* -X7263229Y-14475174D01* -X7263229Y-14475174D02* -X7263229Y-14522793D01* -X7263229Y-14522793D02* -X7253705Y-14560888D01* -X7253705Y-14560888D02* -X7244182Y-14579936D01* -X7244182Y-14579936D02* -X7234658Y-14589460D01* -X7234658Y-14589460D02* -X7215610Y-14598984D01* -X7215610Y-14598984D02* -X7196562Y-14598984D01* -X7196562Y-14598984D02* -X7177515Y-14589460D01* -X7177515Y-14589460D02* -X7167991Y-14579936D01* -X7167991Y-14579936D02* -X7158467Y-14560888D01* -X7158467Y-14560888D02* -X7148943Y-14522793D01* -X7148943Y-14522793D02* -X7148943Y-14475174D01* -X7148943Y-14475174D02* -X7158467Y-14437079D01* -X7158467Y-14437079D02* -X7167991Y-14418031D01* -X7167991Y-14418031D02* -X7177515Y-14408508D01* -X7177515Y-14408508D02* -X7196562Y-14398984D01* -X7387039Y-14398984D02* -X7406086Y-14398984D01* -X7406086Y-14398984D02* -X7425134Y-14408508D01* -X7425134Y-14408508D02* -X7434658Y-14418031D01* -X7434658Y-14418031D02* -X7444182Y-14437079D01* -X7444182Y-14437079D02* -X7453705Y-14475174D01* -X7453705Y-14475174D02* -X7453705Y-14522793D01* -X7453705Y-14522793D02* -X7444182Y-14560888D01* -X7444182Y-14560888D02* -X7434658Y-14579936D01* -X7434658Y-14579936D02* -X7425134Y-14589460D01* -X7425134Y-14589460D02* -X7406086Y-14598984D01* -X7406086Y-14598984D02* -X7387039Y-14598984D01* -X7387039Y-14598984D02* -X7367991Y-14589460D01* -X7367991Y-14589460D02* -X7358467Y-14579936D01* -X7358467Y-14579936D02* -X7348943Y-14560888D01* -X7348943Y-14560888D02* -X7339420Y-14522793D01* -X7339420Y-14522793D02* -X7339420Y-14475174D01* -X7339420Y-14475174D02* -X7348943Y-14437079D01* -X7348943Y-14437079D02* -X7358467Y-14418031D01* -X7358467Y-14418031D02* -X7367991Y-14408508D01* -X7367991Y-14408508D02* -X7387039Y-14398984D01* -X7539420Y-14598984D02* -X7539420Y-14465650D01* -X7539420Y-14484698D02* -X7548943Y-14475174D01* -X7548943Y-14475174D02* -X7567991Y-14465650D01* -X7567991Y-14465650D02* -X7596563Y-14465650D01* -X7596563Y-14465650D02* -X7615610Y-14475174D01* -X7615610Y-14475174D02* -X7625134Y-14494222D01* -X7625134Y-14494222D02* -X7625134Y-14598984D01* -X7625134Y-14494222D02* -X7634658Y-14475174D01* -X7634658Y-14475174D02* -X7653705Y-14465650D01* -X7653705Y-14465650D02* -X7682277Y-14465650D01* -X7682277Y-14465650D02* -X7701324Y-14475174D01* -X7701324Y-14475174D02* -X7710848Y-14494222D01* -X7710848Y-14494222D02* -X7710848Y-14598984D01* -X7806086Y-14598984D02* -X7806086Y-14465650D01* -X7806086Y-14484698D02* -X7815610Y-14475174D01* -X7815610Y-14475174D02* -X7834658Y-14465650D01* -X7834658Y-14465650D02* -X7863229Y-14465650D01* -X7863229Y-14465650D02* -X7882277Y-14475174D01* -X7882277Y-14475174D02* -X7891801Y-14494222D01* -X7891801Y-14494222D02* -X7891801Y-14598984D01* -X7891801Y-14494222D02* -X7901324Y-14475174D01* -X7901324Y-14475174D02* -X7920372Y-14465650D01* -X7920372Y-14465650D02* -X7948943Y-14465650D01* -X7948943Y-14465650D02* -X7967991Y-14475174D01* -X7967991Y-14475174D02* -X7977515Y-14494222D01* -X7977515Y-14494222D02* -X7977515Y-14598984D01* -X8367991Y-14389460D02* -X8196563Y-14646603D01* -X8625134Y-14398984D02* -X8644182Y-14398984D01* -X8644182Y-14398984D02* -X8663229Y-14408508D01* -X8663229Y-14408508D02* -X8672753Y-14418031D01* -X8672753Y-14418031D02* -X8682277Y-14437079D01* -X8682277Y-14437079D02* -X8691801Y-14475174D01* -X8691801Y-14475174D02* -X8691801Y-14522793D01* -X8691801Y-14522793D02* -X8682277Y-14560888D01* -X8682277Y-14560888D02* -X8672753Y-14579936D01* -X8672753Y-14579936D02* -X8663229Y-14589460D01* -X8663229Y-14589460D02* -X8644182Y-14598984D01* -X8644182Y-14598984D02* -X8625134Y-14598984D01* -X8625134Y-14598984D02* -X8606087Y-14589460D01* -X8606087Y-14589460D02* -X8596563Y-14579936D01* -X8596563Y-14579936D02* -X8587039Y-14560888D01* -X8587039Y-14560888D02* -X8577515Y-14522793D01* -X8577515Y-14522793D02* -X8577515Y-14475174D01* -X8577515Y-14475174D02* -X8587039Y-14437079D01* -X8587039Y-14437079D02* -X8596563Y-14418031D01* -X8596563Y-14418031D02* -X8606087Y-14408508D01* -X8606087Y-14408508D02* -X8625134Y-14398984D01* -X8777515Y-14579936D02* -X8787039Y-14589460D01* -X8787039Y-14589460D02* -X8777515Y-14598984D01* -X8777515Y-14598984D02* -X8767991Y-14589460D01* -X8767991Y-14589460D02* -X8777515Y-14579936D01* -X8777515Y-14579936D02* -X8777515Y-14598984D01* -X8910848Y-14398984D02* -X8929896Y-14398984D01* -X8929896Y-14398984D02* -X8948944Y-14408508D01* -X8948944Y-14408508D02* -X8958468Y-14418031D01* -X8958468Y-14418031D02* -X8967991Y-14437079D01* -X8967991Y-14437079D02* -X8977515Y-14475174D01* -X8977515Y-14475174D02* -X8977515Y-14522793D01* -X8977515Y-14522793D02* -X8967991Y-14560888D01* -X8967991Y-14560888D02* -X8958468Y-14579936D01* -X8958468Y-14579936D02* -X8948944Y-14589460D01* -X8948944Y-14589460D02* -X8929896Y-14598984D01* -X8929896Y-14598984D02* -X8910848Y-14598984D01* -X8910848Y-14598984D02* -X8891801Y-14589460D01* -X8891801Y-14589460D02* -X8882277Y-14579936D01* -X8882277Y-14579936D02* -X8872753Y-14560888D01* -X8872753Y-14560888D02* -X8863229Y-14522793D01* -X8863229Y-14522793D02* -X8863229Y-14475174D01* -X8863229Y-14475174D02* -X8872753Y-14437079D01* -X8872753Y-14437079D02* -X8882277Y-14418031D01* -X8882277Y-14418031D02* -X8891801Y-14408508D01* -X8891801Y-14408508D02* -X8910848Y-14398984D01* -X9148944Y-14465650D02* -X9148944Y-14598984D01* -X9101325Y-14389460D02* -X9053706Y-14532317D01* -X9053706Y-14532317D02* -X9177515Y-14532317D01* -X9234658Y-14398984D02* -X9358468Y-14398984D01* -X9358468Y-14398984D02* -X9291801Y-14475174D01* -X9291801Y-14475174D02* -X9320372Y-14475174D01* -X9320372Y-14475174D02* -X9339420Y-14484698D01* -X9339420Y-14484698D02* -X9348944Y-14494222D01* -X9348944Y-14494222D02* -X9358468Y-14513269D01* -X9358468Y-14513269D02* -X9358468Y-14560888D01* -X9358468Y-14560888D02* -X9348944Y-14579936D01* -X9348944Y-14579936D02* -X9339420Y-14589460D01* -X9339420Y-14589460D02* -X9320372Y-14598984D01* -X9320372Y-14598984D02* -X9263229Y-14598984D01* -X9263229Y-14598984D02* -X9244182Y-14589460D01* -X9244182Y-14589460D02* -X9234658Y-14579936D01* -X9425134Y-14398984D02* -X9548944Y-14398984D01* -X9548944Y-14398984D02* -X9482277Y-14475174D01* -X9482277Y-14475174D02* -X9510849Y-14475174D01* -X9510849Y-14475174D02* -X9529896Y-14484698D01* -X9529896Y-14484698D02* -X9539420Y-14494222D01* -X9539420Y-14494222D02* -X9548944Y-14513269D01* -X9548944Y-14513269D02* -X9548944Y-14560888D01* -X9548944Y-14560888D02* -X9539420Y-14579936D01* -X9539420Y-14579936D02* -X9529896Y-14589460D01* -X9529896Y-14589460D02* -X9510849Y-14598984D01* -X9510849Y-14598984D02* -X9453706Y-14598984D01* -X9453706Y-14598984D02* -X9434658Y-14589460D01* -X9434658Y-14589460D02* -X9425134Y-14579936D01* -X9625134Y-14398984D02* -X9625134Y-14437079D01* -X9701325Y-14398984D02* -X9701325Y-14437079D01* -X9996563Y-14675174D02* -X9987039Y-14665650D01* -X9987039Y-14665650D02* -X9967991Y-14637079D01* -X9967991Y-14637079D02* -X9958468Y-14618031D01* -X9958468Y-14618031D02* -X9948944Y-14589460D01* -X9948944Y-14589460D02* -X9939420Y-14541841D01* -X9939420Y-14541841D02* -X9939420Y-14503746D01* -X9939420Y-14503746D02* -X9948944Y-14456127D01* -X9948944Y-14456127D02* -X9958468Y-14427555D01* -X9958468Y-14427555D02* -X9967991Y-14408508D01* -X9967991Y-14408508D02* -X9987039Y-14379936D01* -X9987039Y-14379936D02* -X9996563Y-14370412D01* -X10158468Y-14398984D02* -X10120372Y-14398984D01* -X10120372Y-14398984D02* -X10101325Y-14408508D01* -X10101325Y-14408508D02* -X10091801Y-14418031D01* -X10091801Y-14418031D02* -X10072753Y-14446603D01* -X10072753Y-14446603D02* -X10063230Y-14484698D01* -X10063230Y-14484698D02* -X10063230Y-14560888D01* -X10063230Y-14560888D02* -X10072753Y-14579936D01* -X10072753Y-14579936D02* -X10082277Y-14589460D01* -X10082277Y-14589460D02* -X10101325Y-14598984D01* -X10101325Y-14598984D02* -X10139420Y-14598984D01* -X10139420Y-14598984D02* -X10158468Y-14589460D01* -X10158468Y-14589460D02* -X10167991Y-14579936D01* -X10167991Y-14579936D02* -X10177515Y-14560888D01* -X10177515Y-14560888D02* -X10177515Y-14513269D01* -X10177515Y-14513269D02* -X10167991Y-14494222D01* -X10167991Y-14494222D02* -X10158468Y-14484698D01* -X10158468Y-14484698D02* -X10139420Y-14475174D01* -X10139420Y-14475174D02* -X10101325Y-14475174D01* -X10101325Y-14475174D02* -X10082277Y-14484698D01* -X10082277Y-14484698D02* -X10072753Y-14494222D01* -X10072753Y-14494222D02* -X10063230Y-14513269D01* -X10244182Y-14398984D02* -X10377515Y-14398984D01* -X10377515Y-14398984D02* -X10291801Y-14598984D01* -X10606087Y-14598984D02* -X10606087Y-14398984D01* -X10691801Y-14598984D02* -X10691801Y-14494222D01* -X10691801Y-14494222D02* -X10682277Y-14475174D01* -X10682277Y-14475174D02* -X10663230Y-14465650D01* -X10663230Y-14465650D02* -X10634658Y-14465650D01* -X10634658Y-14465650D02* -X10615611Y-14475174D01* -X10615611Y-14475174D02* -X10606087Y-14484698D01* -X10815611Y-14598984D02* -X10796563Y-14589460D01* -X10796563Y-14589460D02* -X10787039Y-14579936D01* -X10787039Y-14579936D02* -X10777515Y-14560888D01* -X10777515Y-14560888D02* -X10777515Y-14503746D01* -X10777515Y-14503746D02* -X10787039Y-14484698D01* -X10787039Y-14484698D02* -X10796563Y-14475174D01* -X10796563Y-14475174D02* -X10815611Y-14465650D01* -X10815611Y-14465650D02* -X10844182Y-14465650D01* -X10844182Y-14465650D02* -X10863230Y-14475174D01* -X10863230Y-14475174D02* -X10872753Y-14484698D01* -X10872753Y-14484698D02* -X10882277Y-14503746D01* -X10882277Y-14503746D02* -X10882277Y-14560888D01* -X10882277Y-14560888D02* -X10872753Y-14579936D01* -X10872753Y-14579936D02* -X10863230Y-14589460D01* -X10863230Y-14589460D02* -X10844182Y-14598984D01* -X10844182Y-14598984D02* -X10815611Y-14598984D01* -X10996563Y-14598984D02* -X10977515Y-14589460D01* -X10977515Y-14589460D02* -X10967992Y-14570412D01* -X10967992Y-14570412D02* -X10967992Y-14398984D01* -X11148944Y-14589460D02* -X11129896Y-14598984D01* -X11129896Y-14598984D02* -X11091801Y-14598984D01* -X11091801Y-14598984D02* -X11072753Y-14589460D01* -X11072753Y-14589460D02* -X11063230Y-14570412D01* -X11063230Y-14570412D02* -X11063230Y-14494222D01* -X11063230Y-14494222D02* -X11072753Y-14475174D01* -X11072753Y-14475174D02* -X11091801Y-14465650D01* -X11091801Y-14465650D02* -X11129896Y-14465650D01* -X11129896Y-14465650D02* -X11148944Y-14475174D01* -X11148944Y-14475174D02* -X11158468Y-14494222D01* -X11158468Y-14494222D02* -X11158468Y-14513269D01* -X11158468Y-14513269D02* -X11063230Y-14532317D01* -X11234658Y-14589460D02* -X11253706Y-14598984D01* -X11253706Y-14598984D02* -X11291801Y-14598984D01* -X11291801Y-14598984D02* -X11310849Y-14589460D01* -X11310849Y-14589460D02* -X11320372Y-14570412D01* -X11320372Y-14570412D02* -X11320372Y-14560888D01* -X11320372Y-14560888D02* -X11310849Y-14541841D01* -X11310849Y-14541841D02* -X11291801Y-14532317D01* -X11291801Y-14532317D02* -X11263230Y-14532317D01* -X11263230Y-14532317D02* -X11244182Y-14522793D01* -X11244182Y-14522793D02* -X11234658Y-14503746D01* -X11234658Y-14503746D02* -X11234658Y-14494222D01* -X11234658Y-14494222D02* -X11244182Y-14475174D01* -X11244182Y-14475174D02* -X11263230Y-14465650D01* -X11263230Y-14465650D02* -X11291801Y-14465650D01* -X11291801Y-14465650D02* -X11310849Y-14475174D01* -X11387039Y-14675174D02* -X11396563Y-14665650D01* -X11396563Y-14665650D02* -X11415611Y-14637079D01* -X11415611Y-14637079D02* -X11425134Y-14618031D01* -X11425134Y-14618031D02* -X11434658Y-14589460D01* -X11434658Y-14589460D02* -X11444182Y-14541841D01* -X11444182Y-14541841D02* -X11444182Y-14503746D01* -X11444182Y-14503746D02* -X11434658Y-14456127D01* -X11434658Y-14456127D02* -X11425134Y-14427555D01* -X11425134Y-14427555D02* -X11415611Y-14408508D01* -X11415611Y-14408508D02* -X11396563Y-14379936D01* -X11396563Y-14379936D02* -X11387039Y-14370412D01* -D16* -X6361500Y-14831500D02* -X6421500Y-14771500D01* -X6361500Y-14711500D01* -X6301500Y-14771500D01* -X6361500Y-14831500D01* -D11* -X6787039Y-14862984D02* -X6672753Y-14862984D01* -X6729896Y-14862984D02* -X6729896Y-14662984D01* -X6729896Y-14662984D02* -X6710848Y-14691555D01* -X6710848Y-14691555D02* -X6691801Y-14710603D01* -X6691801Y-14710603D02* -X6672753Y-14720127D01* -X6872753Y-14843936D02* -X6882277Y-14853460D01* -X6882277Y-14853460D02* -X6872753Y-14862984D01* -X6872753Y-14862984D02* -X6863229Y-14853460D01* -X6863229Y-14853460D02* -X6872753Y-14843936D01* -X6872753Y-14843936D02* -X6872753Y-14862984D01* -X6958467Y-14682031D02* -X6967991Y-14672508D01* -X6967991Y-14672508D02* -X6987039Y-14662984D01* -X6987039Y-14662984D02* -X7034658Y-14662984D01* -X7034658Y-14662984D02* -X7053705Y-14672508D01* -X7053705Y-14672508D02* -X7063229Y-14682031D01* -X7063229Y-14682031D02* -X7072753Y-14701079D01* -X7072753Y-14701079D02* -X7072753Y-14720127D01* -X7072753Y-14720127D02* -X7063229Y-14748698D01* -X7063229Y-14748698D02* -X6948943Y-14862984D01* -X6948943Y-14862984D02* -X7072753Y-14862984D01* -X7196562Y-14662984D02* -X7215610Y-14662984D01* -X7215610Y-14662984D02* -X7234658Y-14672508D01* -X7234658Y-14672508D02* -X7244182Y-14682031D01* -X7244182Y-14682031D02* -X7253705Y-14701079D01* -X7253705Y-14701079D02* -X7263229Y-14739174D01* -X7263229Y-14739174D02* -X7263229Y-14786793D01* -X7263229Y-14786793D02* -X7253705Y-14824888D01* -X7253705Y-14824888D02* -X7244182Y-14843936D01* -X7244182Y-14843936D02* -X7234658Y-14853460D01* -X7234658Y-14853460D02* -X7215610Y-14862984D01* -X7215610Y-14862984D02* -X7196562Y-14862984D01* -X7196562Y-14862984D02* -X7177515Y-14853460D01* -X7177515Y-14853460D02* -X7167991Y-14843936D01* -X7167991Y-14843936D02* -X7158467Y-14824888D01* -X7158467Y-14824888D02* -X7148943Y-14786793D01* -X7148943Y-14786793D02* -X7148943Y-14739174D01* -X7148943Y-14739174D02* -X7158467Y-14701079D01* -X7158467Y-14701079D02* -X7167991Y-14682031D01* -X7167991Y-14682031D02* -X7177515Y-14672508D01* -X7177515Y-14672508D02* -X7196562Y-14662984D01* -X7387039Y-14662984D02* -X7406086Y-14662984D01* -X7406086Y-14662984D02* -X7425134Y-14672508D01* -X7425134Y-14672508D02* -X7434658Y-14682031D01* -X7434658Y-14682031D02* -X7444182Y-14701079D01* -X7444182Y-14701079D02* -X7453705Y-14739174D01* -X7453705Y-14739174D02* -X7453705Y-14786793D01* -X7453705Y-14786793D02* -X7444182Y-14824888D01* -X7444182Y-14824888D02* -X7434658Y-14843936D01* -X7434658Y-14843936D02* -X7425134Y-14853460D01* -X7425134Y-14853460D02* -X7406086Y-14862984D01* -X7406086Y-14862984D02* -X7387039Y-14862984D01* -X7387039Y-14862984D02* -X7367991Y-14853460D01* -X7367991Y-14853460D02* -X7358467Y-14843936D01* -X7358467Y-14843936D02* -X7348943Y-14824888D01* -X7348943Y-14824888D02* -X7339420Y-14786793D01* -X7339420Y-14786793D02* -X7339420Y-14739174D01* -X7339420Y-14739174D02* -X7348943Y-14701079D01* -X7348943Y-14701079D02* -X7358467Y-14682031D01* -X7358467Y-14682031D02* -X7367991Y-14672508D01* -X7367991Y-14672508D02* -X7387039Y-14662984D01* -X7539420Y-14862984D02* -X7539420Y-14729650D01* -X7539420Y-14748698D02* -X7548943Y-14739174D01* -X7548943Y-14739174D02* -X7567991Y-14729650D01* -X7567991Y-14729650D02* -X7596563Y-14729650D01* -X7596563Y-14729650D02* -X7615610Y-14739174D01* -X7615610Y-14739174D02* -X7625134Y-14758222D01* -X7625134Y-14758222D02* -X7625134Y-14862984D01* -X7625134Y-14758222D02* -X7634658Y-14739174D01* -X7634658Y-14739174D02* -X7653705Y-14729650D01* -X7653705Y-14729650D02* -X7682277Y-14729650D01* -X7682277Y-14729650D02* -X7701324Y-14739174D01* -X7701324Y-14739174D02* -X7710848Y-14758222D01* -X7710848Y-14758222D02* -X7710848Y-14862984D01* -X7806086Y-14862984D02* -X7806086Y-14729650D01* -X7806086Y-14748698D02* -X7815610Y-14739174D01* -X7815610Y-14739174D02* -X7834658Y-14729650D01* -X7834658Y-14729650D02* -X7863229Y-14729650D01* -X7863229Y-14729650D02* -X7882277Y-14739174D01* -X7882277Y-14739174D02* -X7891801Y-14758222D01* -X7891801Y-14758222D02* -X7891801Y-14862984D01* -X7891801Y-14758222D02* -X7901324Y-14739174D01* -X7901324Y-14739174D02* -X7920372Y-14729650D01* -X7920372Y-14729650D02* -X7948943Y-14729650D01* -X7948943Y-14729650D02* -X7967991Y-14739174D01* -X7967991Y-14739174D02* -X7977515Y-14758222D01* -X7977515Y-14758222D02* -X7977515Y-14862984D01* -X8367991Y-14653460D02* -X8196563Y-14910603D01* -X8625134Y-14662984D02* -X8644182Y-14662984D01* -X8644182Y-14662984D02* -X8663229Y-14672508D01* -X8663229Y-14672508D02* -X8672753Y-14682031D01* -X8672753Y-14682031D02* -X8682277Y-14701079D01* -X8682277Y-14701079D02* -X8691801Y-14739174D01* -X8691801Y-14739174D02* -X8691801Y-14786793D01* -X8691801Y-14786793D02* -X8682277Y-14824888D01* -X8682277Y-14824888D02* -X8672753Y-14843936D01* -X8672753Y-14843936D02* -X8663229Y-14853460D01* -X8663229Y-14853460D02* -X8644182Y-14862984D01* -X8644182Y-14862984D02* -X8625134Y-14862984D01* -X8625134Y-14862984D02* -X8606087Y-14853460D01* -X8606087Y-14853460D02* -X8596563Y-14843936D01* -X8596563Y-14843936D02* -X8587039Y-14824888D01* -X8587039Y-14824888D02* -X8577515Y-14786793D01* -X8577515Y-14786793D02* -X8577515Y-14739174D01* -X8577515Y-14739174D02* -X8587039Y-14701079D01* -X8587039Y-14701079D02* -X8596563Y-14682031D01* -X8596563Y-14682031D02* -X8606087Y-14672508D01* -X8606087Y-14672508D02* -X8625134Y-14662984D01* -X8777515Y-14843936D02* -X8787039Y-14853460D01* -X8787039Y-14853460D02* -X8777515Y-14862984D01* -X8777515Y-14862984D02* -X8767991Y-14853460D01* -X8767991Y-14853460D02* -X8777515Y-14843936D01* -X8777515Y-14843936D02* -X8777515Y-14862984D01* -X8910848Y-14662984D02* -X8929896Y-14662984D01* -X8929896Y-14662984D02* -X8948944Y-14672508D01* -X8948944Y-14672508D02* -X8958468Y-14682031D01* -X8958468Y-14682031D02* -X8967991Y-14701079D01* -X8967991Y-14701079D02* -X8977515Y-14739174D01* -X8977515Y-14739174D02* -X8977515Y-14786793D01* -X8977515Y-14786793D02* -X8967991Y-14824888D01* -X8967991Y-14824888D02* -X8958468Y-14843936D01* -X8958468Y-14843936D02* -X8948944Y-14853460D01* -X8948944Y-14853460D02* -X8929896Y-14862984D01* -X8929896Y-14862984D02* -X8910848Y-14862984D01* -X8910848Y-14862984D02* -X8891801Y-14853460D01* -X8891801Y-14853460D02* -X8882277Y-14843936D01* -X8882277Y-14843936D02* -X8872753Y-14824888D01* -X8872753Y-14824888D02* -X8863229Y-14786793D01* -X8863229Y-14786793D02* -X8863229Y-14739174D01* -X8863229Y-14739174D02* -X8872753Y-14701079D01* -X8872753Y-14701079D02* -X8882277Y-14682031D01* -X8882277Y-14682031D02* -X8891801Y-14672508D01* -X8891801Y-14672508D02* -X8910848Y-14662984D01* -X9148944Y-14729650D02* -X9148944Y-14862984D01* -X9101325Y-14653460D02* -X9053706Y-14796317D01* -X9053706Y-14796317D02* -X9177515Y-14796317D01* -X9234658Y-14662984D02* -X9367991Y-14662984D01* -X9367991Y-14662984D02* -X9282277Y-14862984D01* -X9434658Y-14682031D02* -X9444182Y-14672508D01* -X9444182Y-14672508D02* -X9463229Y-14662984D01* -X9463229Y-14662984D02* -X9510849Y-14662984D01* -X9510849Y-14662984D02* -X9529896Y-14672508D01* -X9529896Y-14672508D02* -X9539420Y-14682031D01* -X9539420Y-14682031D02* -X9548944Y-14701079D01* -X9548944Y-14701079D02* -X9548944Y-14720127D01* -X9548944Y-14720127D02* -X9539420Y-14748698D01* -X9539420Y-14748698D02* -X9425134Y-14862984D01* -X9425134Y-14862984D02* -X9548944Y-14862984D01* -X9625134Y-14662984D02* -X9625134Y-14701079D01* -X9701325Y-14662984D02* -X9701325Y-14701079D01* -X9996563Y-14939174D02* -X9987039Y-14929650D01* -X9987039Y-14929650D02* -X9967991Y-14901079D01* -X9967991Y-14901079D02* -X9958468Y-14882031D01* -X9958468Y-14882031D02* -X9948944Y-14853460D01* -X9948944Y-14853460D02* -X9939420Y-14805841D01* -X9939420Y-14805841D02* -X9939420Y-14767746D01* -X9939420Y-14767746D02* -X9948944Y-14720127D01* -X9948944Y-14720127D02* -X9958468Y-14691555D01* -X9958468Y-14691555D02* -X9967991Y-14672508D01* -X9967991Y-14672508D02* -X9987039Y-14643936D01* -X9987039Y-14643936D02* -X9996563Y-14634412D01* -X10158468Y-14729650D02* -X10158468Y-14862984D01* -X10110849Y-14653460D02* -X10063230Y-14796317D01* -X10063230Y-14796317D02* -X10187039Y-14796317D01* -X10415611Y-14862984D02* -X10415611Y-14662984D01* -X10501325Y-14862984D02* -X10501325Y-14758222D01* -X10501325Y-14758222D02* -X10491801Y-14739174D01* -X10491801Y-14739174D02* -X10472753Y-14729650D01* -X10472753Y-14729650D02* -X10444182Y-14729650D01* -X10444182Y-14729650D02* -X10425134Y-14739174D01* -X10425134Y-14739174D02* -X10415611Y-14748698D01* -X10625134Y-14862984D02* -X10606087Y-14853460D01* -X10606087Y-14853460D02* -X10596563Y-14843936D01* -X10596563Y-14843936D02* -X10587039Y-14824888D01* -X10587039Y-14824888D02* -X10587039Y-14767746D01* -X10587039Y-14767746D02* -X10596563Y-14748698D01* -X10596563Y-14748698D02* -X10606087Y-14739174D01* -X10606087Y-14739174D02* -X10625134Y-14729650D01* -X10625134Y-14729650D02* -X10653706Y-14729650D01* -X10653706Y-14729650D02* -X10672753Y-14739174D01* -X10672753Y-14739174D02* -X10682277Y-14748698D01* -X10682277Y-14748698D02* -X10691801Y-14767746D01* -X10691801Y-14767746D02* -X10691801Y-14824888D01* -X10691801Y-14824888D02* -X10682277Y-14843936D01* -X10682277Y-14843936D02* -X10672753Y-14853460D01* -X10672753Y-14853460D02* -X10653706Y-14862984D01* -X10653706Y-14862984D02* -X10625134Y-14862984D01* -X10806087Y-14862984D02* -X10787039Y-14853460D01* -X10787039Y-14853460D02* -X10777515Y-14834412D01* -X10777515Y-14834412D02* -X10777515Y-14662984D01* -X10958468Y-14853460D02* -X10939420Y-14862984D01* -X10939420Y-14862984D02* -X10901325Y-14862984D01* -X10901325Y-14862984D02* -X10882277Y-14853460D01* -X10882277Y-14853460D02* -X10872753Y-14834412D01* -X10872753Y-14834412D02* -X10872753Y-14758222D01* -X10872753Y-14758222D02* -X10882277Y-14739174D01* -X10882277Y-14739174D02* -X10901325Y-14729650D01* -X10901325Y-14729650D02* -X10939420Y-14729650D01* -X10939420Y-14729650D02* -X10958468Y-14739174D01* -X10958468Y-14739174D02* -X10967992Y-14758222D01* -X10967992Y-14758222D02* -X10967992Y-14777269D01* -X10967992Y-14777269D02* -X10872753Y-14796317D01* -X11044182Y-14853460D02* -X11063230Y-14862984D01* -X11063230Y-14862984D02* -X11101325Y-14862984D01* -X11101325Y-14862984D02* -X11120373Y-14853460D01* -X11120373Y-14853460D02* -X11129896Y-14834412D01* -X11129896Y-14834412D02* -X11129896Y-14824888D01* -X11129896Y-14824888D02* -X11120373Y-14805841D01* -X11120373Y-14805841D02* -X11101325Y-14796317D01* -X11101325Y-14796317D02* -X11072753Y-14796317D01* -X11072753Y-14796317D02* -X11053706Y-14786793D01* -X11053706Y-14786793D02* -X11044182Y-14767746D01* -X11044182Y-14767746D02* -X11044182Y-14758222D01* -X11044182Y-14758222D02* -X11053706Y-14739174D01* -X11053706Y-14739174D02* -X11072753Y-14729650D01* -X11072753Y-14729650D02* -X11101325Y-14729650D01* -X11101325Y-14729650D02* -X11120373Y-14739174D01* -X11196563Y-14939174D02* -X11206087Y-14929650D01* -X11206087Y-14929650D02* -X11225134Y-14901079D01* -X11225134Y-14901079D02* -X11234658Y-14882031D01* -X11234658Y-14882031D02* -X11244182Y-14853460D01* -X11244182Y-14853460D02* -X11253706Y-14805841D01* -X11253706Y-14805841D02* -X11253706Y-14767746D01* -X11253706Y-14767746D02* -X11244182Y-14720127D01* -X11244182Y-14720127D02* -X11234658Y-14691555D01* -X11234658Y-14691555D02* -X11225134Y-14672508D01* -X11225134Y-14672508D02* -X11206087Y-14643936D01* -X11206087Y-14643936D02* -X11196563Y-14634412D01* -X6221500Y-14935500D02* -X6421500Y-15135500D01* -X6421500Y-14935500D02* -X6221500Y-15135500D01* -X6421500Y-15035500D02* -G75* -G03* -X6421500Y-15035500I-100000J0D01* -G01* -X6672753Y-14946031D02* -X6682277Y-14936508D01* -X6682277Y-14936508D02* -X6701324Y-14926984D01* -X6701324Y-14926984D02* -X6748943Y-14926984D01* -X6748943Y-14926984D02* -X6767991Y-14936508D01* -X6767991Y-14936508D02* -X6777515Y-14946031D01* -X6777515Y-14946031D02* -X6787039Y-14965079D01* -X6787039Y-14965079D02* -X6787039Y-14984127D01* -X6787039Y-14984127D02* -X6777515Y-15012698D01* -X6777515Y-15012698D02* -X6663229Y-15126984D01* -X6663229Y-15126984D02* -X6787039Y-15126984D01* -X6872753Y-15107936D02* -X6882277Y-15117460D01* -X6882277Y-15117460D02* -X6872753Y-15126984D01* -X6872753Y-15126984D02* -X6863229Y-15117460D01* -X6863229Y-15117460D02* -X6872753Y-15107936D01* -X6872753Y-15107936D02* -X6872753Y-15126984D01* -X6948943Y-14926984D02* -X7082277Y-14926984D01* -X7082277Y-14926984D02* -X6996562Y-15126984D01* -X7253705Y-14926984D02* -X7158467Y-14926984D01* -X7158467Y-14926984D02* -X7148943Y-15022222D01* -X7148943Y-15022222D02* -X7158467Y-15012698D01* -X7158467Y-15012698D02* -X7177515Y-15003174D01* -X7177515Y-15003174D02* -X7225134Y-15003174D01* -X7225134Y-15003174D02* -X7244182Y-15012698D01* -X7244182Y-15012698D02* -X7253705Y-15022222D01* -X7253705Y-15022222D02* -X7263229Y-15041269D01* -X7263229Y-15041269D02* -X7263229Y-15088888D01* -X7263229Y-15088888D02* -X7253705Y-15107936D01* -X7253705Y-15107936D02* -X7244182Y-15117460D01* -X7244182Y-15117460D02* -X7225134Y-15126984D01* -X7225134Y-15126984D02* -X7177515Y-15126984D01* -X7177515Y-15126984D02* -X7158467Y-15117460D01* -X7158467Y-15117460D02* -X7148943Y-15107936D01* -X7387039Y-14926984D02* -X7406086Y-14926984D01* -X7406086Y-14926984D02* -X7425134Y-14936508D01* -X7425134Y-14936508D02* -X7434658Y-14946031D01* -X7434658Y-14946031D02* -X7444182Y-14965079D01* -X7444182Y-14965079D02* -X7453705Y-15003174D01* -X7453705Y-15003174D02* -X7453705Y-15050793D01* -X7453705Y-15050793D02* -X7444182Y-15088888D01* -X7444182Y-15088888D02* -X7434658Y-15107936D01* -X7434658Y-15107936D02* -X7425134Y-15117460D01* -X7425134Y-15117460D02* -X7406086Y-15126984D01* -X7406086Y-15126984D02* -X7387039Y-15126984D01* -X7387039Y-15126984D02* -X7367991Y-15117460D01* -X7367991Y-15117460D02* -X7358467Y-15107936D01* -X7358467Y-15107936D02* -X7348943Y-15088888D01* -X7348943Y-15088888D02* -X7339420Y-15050793D01* -X7339420Y-15050793D02* -X7339420Y-15003174D01* -X7339420Y-15003174D02* -X7348943Y-14965079D01* -X7348943Y-14965079D02* -X7358467Y-14946031D01* -X7358467Y-14946031D02* -X7367991Y-14936508D01* -X7367991Y-14936508D02* -X7387039Y-14926984D01* -X7539420Y-15126984D02* -X7539420Y-14993650D01* -X7539420Y-15012698D02* -X7548943Y-15003174D01* -X7548943Y-15003174D02* -X7567991Y-14993650D01* -X7567991Y-14993650D02* -X7596563Y-14993650D01* -X7596563Y-14993650D02* -X7615610Y-15003174D01* -X7615610Y-15003174D02* -X7625134Y-15022222D01* -X7625134Y-15022222D02* -X7625134Y-15126984D01* -X7625134Y-15022222D02* -X7634658Y-15003174D01* -X7634658Y-15003174D02* -X7653705Y-14993650D01* -X7653705Y-14993650D02* -X7682277Y-14993650D01* -X7682277Y-14993650D02* -X7701324Y-15003174D01* -X7701324Y-15003174D02* -X7710848Y-15022222D01* -X7710848Y-15022222D02* -X7710848Y-15126984D01* -X7806086Y-15126984D02* -X7806086Y-14993650D01* -X7806086Y-15012698D02* -X7815610Y-15003174D01* -X7815610Y-15003174D02* -X7834658Y-14993650D01* -X7834658Y-14993650D02* -X7863229Y-14993650D01* -X7863229Y-14993650D02* -X7882277Y-15003174D01* -X7882277Y-15003174D02* -X7891801Y-15022222D01* -X7891801Y-15022222D02* -X7891801Y-15126984D01* -X7891801Y-15022222D02* -X7901324Y-15003174D01* -X7901324Y-15003174D02* -X7920372Y-14993650D01* -X7920372Y-14993650D02* -X7948943Y-14993650D01* -X7948943Y-14993650D02* -X7967991Y-15003174D01* -X7967991Y-15003174D02* -X7977515Y-15022222D01* -X7977515Y-15022222D02* -X7977515Y-15126984D01* -X8367991Y-14917460D02* -X8196563Y-15174603D01* -X8625134Y-14926984D02* -X8644182Y-14926984D01* -X8644182Y-14926984D02* -X8663229Y-14936508D01* -X8663229Y-14936508D02* -X8672753Y-14946031D01* -X8672753Y-14946031D02* -X8682277Y-14965079D01* -X8682277Y-14965079D02* -X8691801Y-15003174D01* -X8691801Y-15003174D02* -X8691801Y-15050793D01* -X8691801Y-15050793D02* -X8682277Y-15088888D01* -X8682277Y-15088888D02* -X8672753Y-15107936D01* -X8672753Y-15107936D02* -X8663229Y-15117460D01* -X8663229Y-15117460D02* -X8644182Y-15126984D01* -X8644182Y-15126984D02* -X8625134Y-15126984D01* -X8625134Y-15126984D02* -X8606087Y-15117460D01* -X8606087Y-15117460D02* -X8596563Y-15107936D01* -X8596563Y-15107936D02* -X8587039Y-15088888D01* -X8587039Y-15088888D02* -X8577515Y-15050793D01* -X8577515Y-15050793D02* -X8577515Y-15003174D01* -X8577515Y-15003174D02* -X8587039Y-14965079D01* -X8587039Y-14965079D02* -X8596563Y-14946031D01* -X8596563Y-14946031D02* -X8606087Y-14936508D01* -X8606087Y-14936508D02* -X8625134Y-14926984D01* -X8777515Y-15107936D02* -X8787039Y-15117460D01* -X8787039Y-15117460D02* -X8777515Y-15126984D01* -X8777515Y-15126984D02* -X8767991Y-15117460D01* -X8767991Y-15117460D02* -X8777515Y-15107936D01* -X8777515Y-15107936D02* -X8777515Y-15126984D01* -X8977515Y-15126984D02* -X8863229Y-15126984D01* -X8920372Y-15126984D02* -X8920372Y-14926984D01* -X8920372Y-14926984D02* -X8901325Y-14955555D01* -X8901325Y-14955555D02* -X8882277Y-14974603D01* -X8882277Y-14974603D02* -X8863229Y-14984127D01* -X9101325Y-14926984D02* -X9120372Y-14926984D01* -X9120372Y-14926984D02* -X9139420Y-14936508D01* -X9139420Y-14936508D02* -X9148944Y-14946031D01* -X9148944Y-14946031D02* -X9158468Y-14965079D01* -X9158468Y-14965079D02* -X9167991Y-15003174D01* -X9167991Y-15003174D02* -X9167991Y-15050793D01* -X9167991Y-15050793D02* -X9158468Y-15088888D01* -X9158468Y-15088888D02* -X9148944Y-15107936D01* -X9148944Y-15107936D02* -X9139420Y-15117460D01* -X9139420Y-15117460D02* -X9120372Y-15126984D01* -X9120372Y-15126984D02* -X9101325Y-15126984D01* -X9101325Y-15126984D02* -X9082277Y-15117460D01* -X9082277Y-15117460D02* -X9072753Y-15107936D01* -X9072753Y-15107936D02* -X9063229Y-15088888D01* -X9063229Y-15088888D02* -X9053706Y-15050793D01* -X9053706Y-15050793D02* -X9053706Y-15003174D01* -X9053706Y-15003174D02* -X9063229Y-14965079D01* -X9063229Y-14965079D02* -X9072753Y-14946031D01* -X9072753Y-14946031D02* -X9082277Y-14936508D01* -X9082277Y-14936508D02* -X9101325Y-14926984D01* -X9282277Y-15012698D02* -X9263229Y-15003174D01* -X9263229Y-15003174D02* -X9253706Y-14993650D01* -X9253706Y-14993650D02* -X9244182Y-14974603D01* -X9244182Y-14974603D02* -X9244182Y-14965079D01* -X9244182Y-14965079D02* -X9253706Y-14946031D01* -X9253706Y-14946031D02* -X9263229Y-14936508D01* -X9263229Y-14936508D02* -X9282277Y-14926984D01* -X9282277Y-14926984D02* -X9320372Y-14926984D01* -X9320372Y-14926984D02* -X9339420Y-14936508D01* -X9339420Y-14936508D02* -X9348944Y-14946031D01* -X9348944Y-14946031D02* -X9358468Y-14965079D01* -X9358468Y-14965079D02* -X9358468Y-14974603D01* -X9358468Y-14974603D02* -X9348944Y-14993650D01* -X9348944Y-14993650D02* -X9339420Y-15003174D01* -X9339420Y-15003174D02* -X9320372Y-15012698D01* -X9320372Y-15012698D02* -X9282277Y-15012698D01* -X9282277Y-15012698D02* -X9263229Y-15022222D01* -X9263229Y-15022222D02* -X9253706Y-15031746D01* -X9253706Y-15031746D02* -X9244182Y-15050793D01* -X9244182Y-15050793D02* -X9244182Y-15088888D01* -X9244182Y-15088888D02* -X9253706Y-15107936D01* -X9253706Y-15107936D02* -X9263229Y-15117460D01* -X9263229Y-15117460D02* -X9282277Y-15126984D01* -X9282277Y-15126984D02* -X9320372Y-15126984D01* -X9320372Y-15126984D02* -X9339420Y-15117460D01* -X9339420Y-15117460D02* -X9348944Y-15107936D01* -X9348944Y-15107936D02* -X9358468Y-15088888D01* -X9358468Y-15088888D02* -X9358468Y-15050793D01* -X9358468Y-15050793D02* -X9348944Y-15031746D01* -X9348944Y-15031746D02* -X9339420Y-15022222D01* -X9339420Y-15022222D02* -X9320372Y-15012698D01* -X9425134Y-14926984D02* -X9548944Y-14926984D01* -X9548944Y-14926984D02* -X9482277Y-15003174D01* -X9482277Y-15003174D02* -X9510849Y-15003174D01* -X9510849Y-15003174D02* -X9529896Y-15012698D01* -X9529896Y-15012698D02* -X9539420Y-15022222D01* -X9539420Y-15022222D02* -X9548944Y-15041269D01* -X9548944Y-15041269D02* -X9548944Y-15088888D01* -X9548944Y-15088888D02* -X9539420Y-15107936D01* -X9539420Y-15107936D02* -X9529896Y-15117460D01* -X9529896Y-15117460D02* -X9510849Y-15126984D01* -X9510849Y-15126984D02* -X9453706Y-15126984D01* -X9453706Y-15126984D02* -X9434658Y-15117460D01* -X9434658Y-15117460D02* -X9425134Y-15107936D01* -X9625134Y-14926984D02* -X9625134Y-14965079D01* -X9701325Y-14926984D02* -X9701325Y-14965079D01* -X9996563Y-15203174D02* -X9987039Y-15193650D01* -X9987039Y-15193650D02* -X9967991Y-15165079D01* -X9967991Y-15165079D02* -X9958468Y-15146031D01* -X9958468Y-15146031D02* -X9948944Y-15117460D01* -X9948944Y-15117460D02* -X9939420Y-15069841D01* -X9939420Y-15069841D02* -X9939420Y-15031746D01* -X9939420Y-15031746D02* -X9948944Y-14984127D01* -X9948944Y-14984127D02* -X9958468Y-14955555D01* -X9958468Y-14955555D02* -X9967991Y-14936508D01* -X9967991Y-14936508D02* -X9987039Y-14907936D01* -X9987039Y-14907936D02* -X9996563Y-14898412D01* -X10177515Y-15126984D02* -X10063230Y-15126984D01* -X10120372Y-15126984D02* -X10120372Y-14926984D01* -X10120372Y-14926984D02* -X10101325Y-14955555D01* -X10101325Y-14955555D02* -X10082277Y-14974603D01* -X10082277Y-14974603D02* -X10063230Y-14984127D01* -X10415611Y-15126984D02* -X10415611Y-14926984D01* -X10501325Y-15126984D02* -X10501325Y-15022222D01* -X10501325Y-15022222D02* -X10491801Y-15003174D01* -X10491801Y-15003174D02* -X10472753Y-14993650D01* -X10472753Y-14993650D02* -X10444182Y-14993650D01* -X10444182Y-14993650D02* -X10425134Y-15003174D01* -X10425134Y-15003174D02* -X10415611Y-15012698D01* -X10625134Y-15126984D02* -X10606087Y-15117460D01* -X10606087Y-15117460D02* -X10596563Y-15107936D01* -X10596563Y-15107936D02* -X10587039Y-15088888D01* -X10587039Y-15088888D02* -X10587039Y-15031746D01* -X10587039Y-15031746D02* -X10596563Y-15012698D01* -X10596563Y-15012698D02* -X10606087Y-15003174D01* -X10606087Y-15003174D02* -X10625134Y-14993650D01* -X10625134Y-14993650D02* -X10653706Y-14993650D01* -X10653706Y-14993650D02* -X10672753Y-15003174D01* -X10672753Y-15003174D02* -X10682277Y-15012698D01* -X10682277Y-15012698D02* -X10691801Y-15031746D01* -X10691801Y-15031746D02* -X10691801Y-15088888D01* -X10691801Y-15088888D02* -X10682277Y-15107936D01* -X10682277Y-15107936D02* -X10672753Y-15117460D01* -X10672753Y-15117460D02* -X10653706Y-15126984D01* -X10653706Y-15126984D02* -X10625134Y-15126984D01* -X10806087Y-15126984D02* -X10787039Y-15117460D01* -X10787039Y-15117460D02* -X10777515Y-15098412D01* -X10777515Y-15098412D02* -X10777515Y-14926984D01* -X10958468Y-15117460D02* -X10939420Y-15126984D01* -X10939420Y-15126984D02* -X10901325Y-15126984D01* -X10901325Y-15126984D02* -X10882277Y-15117460D01* -X10882277Y-15117460D02* -X10872753Y-15098412D01* -X10872753Y-15098412D02* -X10872753Y-15022222D01* -X10872753Y-15022222D02* -X10882277Y-15003174D01* -X10882277Y-15003174D02* -X10901325Y-14993650D01* -X10901325Y-14993650D02* -X10939420Y-14993650D01* -X10939420Y-14993650D02* -X10958468Y-15003174D01* -X10958468Y-15003174D02* -X10967992Y-15022222D01* -X10967992Y-15022222D02* -X10967992Y-15041269D01* -X10967992Y-15041269D02* -X10872753Y-15060317D01* -X11034658Y-15203174D02* -X11044182Y-15193650D01* -X11044182Y-15193650D02* -X11063230Y-15165079D01* -X11063230Y-15165079D02* -X11072753Y-15146031D01* -X11072753Y-15146031D02* -X11082277Y-15117460D01* -X11082277Y-15117460D02* -X11091801Y-15069841D01* -X11091801Y-15069841D02* -X11091801Y-15031746D01* -X11091801Y-15031746D02* -X11082277Y-14984127D01* -X11082277Y-14984127D02* -X11072753Y-14955555D01* -X11072753Y-14955555D02* -X11063230Y-14936508D01* -X11063230Y-14936508D02* -X11044182Y-14907936D01* -X11044182Y-14907936D02* -X11034658Y-14898412D01* -X6221500Y-15255500D02* -X6421500Y-15455500D01* -X6421500Y-15255500D02* -X6221500Y-15455500D01* -X6321500Y-15255500D02* -X6321500Y-15455500D01* -X6221500Y-15355500D02* -X6421500Y-15355500D01* -X6663229Y-15246984D02* -X6787039Y-15246984D01* -X6787039Y-15246984D02* -X6720372Y-15323174D01* -X6720372Y-15323174D02* -X6748943Y-15323174D01* -X6748943Y-15323174D02* -X6767991Y-15332698D01* -X6767991Y-15332698D02* -X6777515Y-15342222D01* -X6777515Y-15342222D02* -X6787039Y-15361269D01* -X6787039Y-15361269D02* -X6787039Y-15408888D01* -X6787039Y-15408888D02* -X6777515Y-15427936D01* -X6777515Y-15427936D02* -X6767991Y-15437460D01* -X6767991Y-15437460D02* -X6748943Y-15446984D01* -X6748943Y-15446984D02* -X6691801Y-15446984D01* -X6691801Y-15446984D02* -X6672753Y-15437460D01* -X6672753Y-15437460D02* -X6663229Y-15427936D01* -X6872753Y-15427936D02* -X6882277Y-15437460D01* -X6882277Y-15437460D02* -X6872753Y-15446984D01* -X6872753Y-15446984D02* -X6863229Y-15437460D01* -X6863229Y-15437460D02* -X6872753Y-15427936D01* -X6872753Y-15427936D02* -X6872753Y-15446984D01* -X6958467Y-15266031D02* -X6967991Y-15256508D01* -X6967991Y-15256508D02* -X6987039Y-15246984D01* -X6987039Y-15246984D02* -X7034658Y-15246984D01* -X7034658Y-15246984D02* -X7053705Y-15256508D01* -X7053705Y-15256508D02* -X7063229Y-15266031D01* -X7063229Y-15266031D02* -X7072753Y-15285079D01* -X7072753Y-15285079D02* -X7072753Y-15304127D01* -X7072753Y-15304127D02* -X7063229Y-15332698D01* -X7063229Y-15332698D02* -X6948943Y-15446984D01* -X6948943Y-15446984D02* -X7072753Y-15446984D01* -X7253705Y-15246984D02* -X7158467Y-15246984D01* -X7158467Y-15246984D02* -X7148943Y-15342222D01* -X7148943Y-15342222D02* -X7158467Y-15332698D01* -X7158467Y-15332698D02* -X7177515Y-15323174D01* -X7177515Y-15323174D02* -X7225134Y-15323174D01* -X7225134Y-15323174D02* -X7244182Y-15332698D01* -X7244182Y-15332698D02* -X7253705Y-15342222D01* -X7253705Y-15342222D02* -X7263229Y-15361269D01* -X7263229Y-15361269D02* -X7263229Y-15408888D01* -X7263229Y-15408888D02* -X7253705Y-15427936D01* -X7253705Y-15427936D02* -X7244182Y-15437460D01* -X7244182Y-15437460D02* -X7225134Y-15446984D01* -X7225134Y-15446984D02* -X7177515Y-15446984D01* -X7177515Y-15446984D02* -X7158467Y-15437460D01* -X7158467Y-15437460D02* -X7148943Y-15427936D01* -X7387039Y-15246984D02* -X7406086Y-15246984D01* -X7406086Y-15246984D02* -X7425134Y-15256508D01* -X7425134Y-15256508D02* -X7434658Y-15266031D01* -X7434658Y-15266031D02* -X7444182Y-15285079D01* -X7444182Y-15285079D02* -X7453705Y-15323174D01* -X7453705Y-15323174D02* -X7453705Y-15370793D01* -X7453705Y-15370793D02* -X7444182Y-15408888D01* -X7444182Y-15408888D02* -X7434658Y-15427936D01* -X7434658Y-15427936D02* -X7425134Y-15437460D01* -X7425134Y-15437460D02* -X7406086Y-15446984D01* -X7406086Y-15446984D02* -X7387039Y-15446984D01* -X7387039Y-15446984D02* -X7367991Y-15437460D01* -X7367991Y-15437460D02* -X7358467Y-15427936D01* -X7358467Y-15427936D02* -X7348943Y-15408888D01* -X7348943Y-15408888D02* -X7339420Y-15370793D01* -X7339420Y-15370793D02* -X7339420Y-15323174D01* -X7339420Y-15323174D02* -X7348943Y-15285079D01* -X7348943Y-15285079D02* -X7358467Y-15266031D01* -X7358467Y-15266031D02* -X7367991Y-15256508D01* -X7367991Y-15256508D02* -X7387039Y-15246984D01* -X7539420Y-15446984D02* -X7539420Y-15313650D01* -X7539420Y-15332698D02* -X7548943Y-15323174D01* -X7548943Y-15323174D02* -X7567991Y-15313650D01* -X7567991Y-15313650D02* -X7596563Y-15313650D01* -X7596563Y-15313650D02* -X7615610Y-15323174D01* -X7615610Y-15323174D02* -X7625134Y-15342222D01* -X7625134Y-15342222D02* -X7625134Y-15446984D01* -X7625134Y-15342222D02* -X7634658Y-15323174D01* -X7634658Y-15323174D02* -X7653705Y-15313650D01* -X7653705Y-15313650D02* -X7682277Y-15313650D01* -X7682277Y-15313650D02* -X7701324Y-15323174D01* -X7701324Y-15323174D02* -X7710848Y-15342222D01* -X7710848Y-15342222D02* -X7710848Y-15446984D01* -X7806086Y-15446984D02* -X7806086Y-15313650D01* -X7806086Y-15332698D02* -X7815610Y-15323174D01* -X7815610Y-15323174D02* -X7834658Y-15313650D01* -X7834658Y-15313650D02* -X7863229Y-15313650D01* -X7863229Y-15313650D02* -X7882277Y-15323174D01* -X7882277Y-15323174D02* -X7891801Y-15342222D01* -X7891801Y-15342222D02* -X7891801Y-15446984D01* -X7891801Y-15342222D02* -X7901324Y-15323174D01* -X7901324Y-15323174D02* -X7920372Y-15313650D01* -X7920372Y-15313650D02* -X7948943Y-15313650D01* -X7948943Y-15313650D02* -X7967991Y-15323174D01* -X7967991Y-15323174D02* -X7977515Y-15342222D01* -X7977515Y-15342222D02* -X7977515Y-15446984D01* -X8367991Y-15237460D02* -X8196563Y-15494603D01* -X8625134Y-15246984D02* -X8644182Y-15246984D01* -X8644182Y-15246984D02* -X8663229Y-15256508D01* -X8663229Y-15256508D02* -X8672753Y-15266031D01* -X8672753Y-15266031D02* -X8682277Y-15285079D01* -X8682277Y-15285079D02* -X8691801Y-15323174D01* -X8691801Y-15323174D02* -X8691801Y-15370793D01* -X8691801Y-15370793D02* -X8682277Y-15408888D01* -X8682277Y-15408888D02* -X8672753Y-15427936D01* -X8672753Y-15427936D02* -X8663229Y-15437460D01* -X8663229Y-15437460D02* -X8644182Y-15446984D01* -X8644182Y-15446984D02* -X8625134Y-15446984D01* -X8625134Y-15446984D02* -X8606087Y-15437460D01* -X8606087Y-15437460D02* -X8596563Y-15427936D01* -X8596563Y-15427936D02* -X8587039Y-15408888D01* -X8587039Y-15408888D02* -X8577515Y-15370793D01* -X8577515Y-15370793D02* -X8577515Y-15323174D01* -X8577515Y-15323174D02* -X8587039Y-15285079D01* -X8587039Y-15285079D02* -X8596563Y-15266031D01* -X8596563Y-15266031D02* -X8606087Y-15256508D01* -X8606087Y-15256508D02* -X8625134Y-15246984D01* -X8777515Y-15427936D02* -X8787039Y-15437460D01* -X8787039Y-15437460D02* -X8777515Y-15446984D01* -X8777515Y-15446984D02* -X8767991Y-15437460D01* -X8767991Y-15437460D02* -X8777515Y-15427936D01* -X8777515Y-15427936D02* -X8777515Y-15446984D01* -X8977515Y-15446984D02* -X8863229Y-15446984D01* -X8920372Y-15446984D02* -X8920372Y-15246984D01* -X8920372Y-15246984D02* -X8901325Y-15275555D01* -X8901325Y-15275555D02* -X8882277Y-15294603D01* -X8882277Y-15294603D02* -X8863229Y-15304127D01* -X9053706Y-15266031D02* -X9063229Y-15256508D01* -X9063229Y-15256508D02* -X9082277Y-15246984D01* -X9082277Y-15246984D02* -X9129896Y-15246984D01* -X9129896Y-15246984D02* -X9148944Y-15256508D01* -X9148944Y-15256508D02* -X9158468Y-15266031D01* -X9158468Y-15266031D02* -X9167991Y-15285079D01* -X9167991Y-15285079D02* -X9167991Y-15304127D01* -X9167991Y-15304127D02* -X9158468Y-15332698D01* -X9158468Y-15332698D02* -X9044182Y-15446984D01* -X9044182Y-15446984D02* -X9167991Y-15446984D01* -X9282277Y-15332698D02* -X9263229Y-15323174D01* -X9263229Y-15323174D02* -X9253706Y-15313650D01* -X9253706Y-15313650D02* -X9244182Y-15294603D01* -X9244182Y-15294603D02* -X9244182Y-15285079D01* -X9244182Y-15285079D02* -X9253706Y-15266031D01* -X9253706Y-15266031D02* -X9263229Y-15256508D01* -X9263229Y-15256508D02* -X9282277Y-15246984D01* -X9282277Y-15246984D02* -X9320372Y-15246984D01* -X9320372Y-15246984D02* -X9339420Y-15256508D01* -X9339420Y-15256508D02* -X9348944Y-15266031D01* -X9348944Y-15266031D02* -X9358468Y-15285079D01* -X9358468Y-15285079D02* -X9358468Y-15294603D01* -X9358468Y-15294603D02* -X9348944Y-15313650D01* -X9348944Y-15313650D02* -X9339420Y-15323174D01* -X9339420Y-15323174D02* -X9320372Y-15332698D01* -X9320372Y-15332698D02* -X9282277Y-15332698D01* -X9282277Y-15332698D02* -X9263229Y-15342222D01* -X9263229Y-15342222D02* -X9253706Y-15351746D01* -X9253706Y-15351746D02* -X9244182Y-15370793D01* -X9244182Y-15370793D02* -X9244182Y-15408888D01* -X9244182Y-15408888D02* -X9253706Y-15427936D01* -X9253706Y-15427936D02* -X9263229Y-15437460D01* -X9263229Y-15437460D02* -X9282277Y-15446984D01* -X9282277Y-15446984D02* -X9320372Y-15446984D01* -X9320372Y-15446984D02* -X9339420Y-15437460D01* -X9339420Y-15437460D02* -X9348944Y-15427936D01* -X9348944Y-15427936D02* -X9358468Y-15408888D01* -X9358468Y-15408888D02* -X9358468Y-15370793D01* -X9358468Y-15370793D02* -X9348944Y-15351746D01* -X9348944Y-15351746D02* -X9339420Y-15342222D01* -X9339420Y-15342222D02* -X9320372Y-15332698D01* -X9482277Y-15246984D02* -X9501325Y-15246984D01* -X9501325Y-15246984D02* -X9520372Y-15256508D01* -X9520372Y-15256508D02* -X9529896Y-15266031D01* -X9529896Y-15266031D02* -X9539420Y-15285079D01* -X9539420Y-15285079D02* -X9548944Y-15323174D01* -X9548944Y-15323174D02* -X9548944Y-15370793D01* -X9548944Y-15370793D02* -X9539420Y-15408888D01* -X9539420Y-15408888D02* -X9529896Y-15427936D01* -X9529896Y-15427936D02* -X9520372Y-15437460D01* -X9520372Y-15437460D02* -X9501325Y-15446984D01* -X9501325Y-15446984D02* -X9482277Y-15446984D01* -X9482277Y-15446984D02* -X9463229Y-15437460D01* -X9463229Y-15437460D02* -X9453706Y-15427936D01* -X9453706Y-15427936D02* -X9444182Y-15408888D01* -X9444182Y-15408888D02* -X9434658Y-15370793D01* -X9434658Y-15370793D02* -X9434658Y-15323174D01* -X9434658Y-15323174D02* -X9444182Y-15285079D01* -X9444182Y-15285079D02* -X9453706Y-15266031D01* -X9453706Y-15266031D02* -X9463229Y-15256508D01* -X9463229Y-15256508D02* -X9482277Y-15246984D01* -X9625134Y-15246984D02* -X9625134Y-15285079D01* -X9701325Y-15246984D02* -X9701325Y-15285079D01* -X9996563Y-15523174D02* -X9987039Y-15513650D01* -X9987039Y-15513650D02* -X9967991Y-15485079D01* -X9967991Y-15485079D02* -X9958468Y-15466031D01* -X9958468Y-15466031D02* -X9948944Y-15437460D01* -X9948944Y-15437460D02* -X9939420Y-15389841D01* -X9939420Y-15389841D02* -X9939420Y-15351746D01* -X9939420Y-15351746D02* -X9948944Y-15304127D01* -X9948944Y-15304127D02* -X9958468Y-15275555D01* -X9958468Y-15275555D02* -X9967991Y-15256508D01* -X9967991Y-15256508D02* -X9987039Y-15227936D01* -X9987039Y-15227936D02* -X9996563Y-15218412D01* -X10053706Y-15246984D02* -X10177515Y-15246984D01* -X10177515Y-15246984D02* -X10110849Y-15323174D01* -X10110849Y-15323174D02* -X10139420Y-15323174D01* -X10139420Y-15323174D02* -X10158468Y-15332698D01* -X10158468Y-15332698D02* -X10167991Y-15342222D01* -X10167991Y-15342222D02* -X10177515Y-15361269D01* -X10177515Y-15361269D02* -X10177515Y-15408888D01* -X10177515Y-15408888D02* -X10167991Y-15427936D01* -X10167991Y-15427936D02* -X10158468Y-15437460D01* -X10158468Y-15437460D02* -X10139420Y-15446984D01* -X10139420Y-15446984D02* -X10082277Y-15446984D01* -X10082277Y-15446984D02* -X10063230Y-15437460D01* -X10063230Y-15437460D02* -X10053706Y-15427936D01* -X10415611Y-15446984D02* -X10415611Y-15246984D01* -X10501325Y-15446984D02* -X10501325Y-15342222D01* -X10501325Y-15342222D02* -X10491801Y-15323174D01* -X10491801Y-15323174D02* -X10472753Y-15313650D01* -X10472753Y-15313650D02* -X10444182Y-15313650D01* -X10444182Y-15313650D02* -X10425134Y-15323174D01* -X10425134Y-15323174D02* -X10415611Y-15332698D01* -X10625134Y-15446984D02* -X10606087Y-15437460D01* -X10606087Y-15437460D02* -X10596563Y-15427936D01* -X10596563Y-15427936D02* -X10587039Y-15408888D01* -X10587039Y-15408888D02* -X10587039Y-15351746D01* -X10587039Y-15351746D02* -X10596563Y-15332698D01* -X10596563Y-15332698D02* -X10606087Y-15323174D01* -X10606087Y-15323174D02* -X10625134Y-15313650D01* -X10625134Y-15313650D02* -X10653706Y-15313650D01* -X10653706Y-15313650D02* -X10672753Y-15323174D01* -X10672753Y-15323174D02* -X10682277Y-15332698D01* -X10682277Y-15332698D02* -X10691801Y-15351746D01* -X10691801Y-15351746D02* -X10691801Y-15408888D01* -X10691801Y-15408888D02* -X10682277Y-15427936D01* -X10682277Y-15427936D02* -X10672753Y-15437460D01* -X10672753Y-15437460D02* -X10653706Y-15446984D01* -X10653706Y-15446984D02* -X10625134Y-15446984D01* -X10806087Y-15446984D02* -X10787039Y-15437460D01* -X10787039Y-15437460D02* -X10777515Y-15418412D01* -X10777515Y-15418412D02* -X10777515Y-15246984D01* -X10958468Y-15437460D02* -X10939420Y-15446984D01* -X10939420Y-15446984D02* -X10901325Y-15446984D01* -X10901325Y-15446984D02* -X10882277Y-15437460D01* -X10882277Y-15437460D02* -X10872753Y-15418412D01* -X10872753Y-15418412D02* -X10872753Y-15342222D01* -X10872753Y-15342222D02* -X10882277Y-15323174D01* -X10882277Y-15323174D02* -X10901325Y-15313650D01* -X10901325Y-15313650D02* -X10939420Y-15313650D01* -X10939420Y-15313650D02* -X10958468Y-15323174D01* -X10958468Y-15323174D02* -X10967992Y-15342222D01* -X10967992Y-15342222D02* -X10967992Y-15361269D01* -X10967992Y-15361269D02* -X10872753Y-15380317D01* -X11044182Y-15437460D02* -X11063230Y-15446984D01* -X11063230Y-15446984D02* -X11101325Y-15446984D01* -X11101325Y-15446984D02* -X11120373Y-15437460D01* -X11120373Y-15437460D02* -X11129896Y-15418412D01* -X11129896Y-15418412D02* -X11129896Y-15408888D01* -X11129896Y-15408888D02* -X11120373Y-15389841D01* -X11120373Y-15389841D02* -X11101325Y-15380317D01* -X11101325Y-15380317D02* -X11072753Y-15380317D01* -X11072753Y-15380317D02* -X11053706Y-15370793D01* -X11053706Y-15370793D02* -X11044182Y-15351746D01* -X11044182Y-15351746D02* -X11044182Y-15342222D01* -X11044182Y-15342222D02* -X11053706Y-15323174D01* -X11053706Y-15323174D02* -X11072753Y-15313650D01* -X11072753Y-15313650D02* -X11101325Y-15313650D01* -X11101325Y-15313650D02* -X11120373Y-15323174D01* -X11196563Y-15523174D02* -X11206087Y-15513650D01* -X11206087Y-15513650D02* -X11225134Y-15485079D01* -X11225134Y-15485079D02* -X11234658Y-15466031D01* -X11234658Y-15466031D02* -X11244182Y-15437460D01* -X11244182Y-15437460D02* -X11253706Y-15389841D01* -X11253706Y-15389841D02* -X11253706Y-15351746D01* -X11253706Y-15351746D02* -X11244182Y-15304127D01* -X11244182Y-15304127D02* -X11234658Y-15275555D01* -X11234658Y-15275555D02* -X11225134Y-15256508D01* -X11225134Y-15256508D02* -X11206087Y-15227936D01* -X11206087Y-15227936D02* -X11196563Y-15218412D01* -M02* diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH.drl b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH.drl index 42dd11c..e9bf372 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH.drl +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-PTH.drl @@ -1,7 +1,7 @@ M48 -; DRILL file {KiCad 7.0.7} date Fri Dec 22 14:50:18 2023 +; DRILL file {KiCad 7.0.7} date Sun May 12 12:23:48 2024 ; FORMAT={-:-/ absolute / inch / decimal} -; #@! TF.CreationDate,2023-12-22T14:50:18+01:00 +; #@! TF.CreationDate,2024-05-12T12:23:48+02:00 ; #@! TF.GenerationSoftware,Kicad,Pcbnew,7.0.7 ; #@! TF.FileFunction,Plated,1,2,PTH FMAT,2 @@ -30,140 +30,217 @@ T10C0.1280 G90 G05 T1 -X2.7807Y-4.089 +X2.5808Y-4.9141 +X2.5843Y-5.0031 +X2.6561Y-5.1006 +X2.7108Y-4.9997 +X2.79Y-4.1 +X2.79Y-4.43 X2.7913Y-2.9591 -X2.8045Y-4.4177 -X2.8106Y-4.1618 +X2.7981Y-4.9313 +X2.7981Y-5.0955 +X2.807Y-4.1664 X2.8161Y-3.1598 X2.8177Y-3.5492 X2.8299Y-3.4976 +X2.8476Y-4.6525 X2.849Y-2.9728 -X2.8518Y-4.6409 +X2.8556Y-4.3463 +X2.8559Y-3.8205 X2.8563Y-3.8705 -X2.8768Y-4.4329 +X2.8571Y-4.2231 +X2.8634Y-4.5293 +X2.8768Y-4.44 X2.8797Y-4.1827 +X2.89Y-4.1 +X2.9068Y-4.75 X2.9069Y-4.2197 -X2.9191Y-4.6614 +X2.9148Y-4.6559 +X2.9196Y-5.0193 +X2.9201Y-5.1126 +X2.921Y-4.9242 X2.937Y-4.2459 X2.939Y-3.1323 X2.9437Y-3.5476 X2.9472Y-3.6657 X2.9622Y-2.9362 -X2.98Y-4.42 -X2.98Y-4.57 +X2.9706Y-4.1138 +X2.9719Y-4.563 +X2.9732Y-4.893 +X2.9753Y-4.303 X2.9827Y-3.926 -X3.002Y-4.7173 +X2.9846Y-4.8183 +X3.0136Y-4.7345 +X3.0201Y-4.5275 X3.0203Y-2.9394 -X3.0404Y-4.5654 -X3.0539Y-4.6921 -X3.0551Y-4.2748 -X3.0833Y-4.3921 +X3.0245Y-5.1126 +X3.0265Y-5.0182 +X3.0269Y-4.9245 +X3.0279Y-4.6169 +X3.032Y-4.4579 +X3.0323Y-4.0014 +X3.0633Y-4.5172 +X3.0667Y-4.3425 +X3.0689Y-4.2577 +X3.0849Y-4.4226 +X3.0998Y-4.9219 +X3.0998Y-5.1122 +X3.1Y-5.019 +X3.1083Y-4.3526 +X3.1083Y-4.8417 +X3.1086Y-4.6866 +X3.1095Y-4.7682 X3.11Y-3.2524 -X3.11Y-3.952 -X3.11Y-4.3272 -X3.1224Y-4.4717 -X3.128Y-4.3713 -X3.1307Y-4.622 -X3.1642Y-4.0921 -X3.175Y-4.3807 +X3.11Y-3.942 +X3.11Y-4.2512 +X3.1176Y-4.6251 +X3.1407Y-4.5625 +X3.1487Y-4.4478 +X3.15Y-4.25 +X3.1623Y-4.0831 +X3.1631Y-4.692 +X3.1631Y-4.7682 +X3.1631Y-4.842 +X3.1701Y-4.6408 +X3.172Y-5.0184 +X3.1726Y-5.1117 +X3.1726Y-4.9224 +X3.1858Y-4.5034 X3.1878Y-3.2728 X3.1882Y-3.6724 X3.1894Y-3.5476 +X3.1899Y-4.5913 X3.1913Y-2.8012 -X3.2081Y-4.126 -X3.2197Y-3.9846 -X3.2211Y-4.4479 -X3.2268Y-4.2874 -X3.2331Y-4.487 -X3.25Y-4.3469 +X3.197Y-4.137 +X3.2038Y-4.3545 +X3.21Y-4.25 +X3.2138Y-3.9866 +X3.2146Y-4.4085 +X3.2224Y-4.5482 +X3.2422Y-4.9249 +X3.2427Y-5.0204 +X3.2444Y-5.112 +X3.2537Y-4.4523 +X3.2543Y-4.2657 X3.2577Y-3.878 -X3.2693Y-4.5594 +X3.2628Y-4.7758 +X3.2634Y-4.704 +X3.2644Y-4.6298 +X3.2724Y-4.5127 +X3.2896Y-4.2896 X3.2927Y-2.9636 -X3.3065Y-4.3626 -X3.3193Y-4.2803 +X3.2982Y-4.8912 +X3.3135Y-4.3162 X3.3199Y-2.6992 -X3.3268Y-4.2291 -X3.3276Y-4.0232 +X3.3225Y-4.0339 +X3.328Y-4.21 X3.3293Y-3.1882 +X3.3353Y-4.5867 +X3.338Y-4.5356 X3.3407Y-3.7408 -X3.3433Y-3.9772 +X3.3444Y-4.4412 +X3.345Y-4.4044 +X3.3472Y-4.8235 +X3.348Y-4.4976 X3.3528Y-3.8291 -X3.36Y-4.62 -X3.3661Y-4.0524 +X3.3528Y-4.9249 +X3.3542Y-3.9093 +X3.3546Y-5.1137 +X3.3551Y-5.0249 +X3.358Y-4.012 +X3.36Y-4.07 +X3.36Y-4.24 +X3.3646Y-4.6417 +X3.3661Y-4.7109 X3.3907Y-3.2287 -X3.4157Y-4.447 -X3.4203Y-4.2425 -X3.4215Y-3.9756 +X3.4065Y-4.4967 +X3.4218Y-4.8564 X3.428Y-3.5583 X3.4291Y-3.6756 -X3.4296Y-4.604 -X3.4424Y-4.3664 +X3.43Y-3.91 +X3.43Y-4.22 +X3.4303Y-4.011 +X3.4481Y-4.0887 X3.4514Y-3.3283 -X3.4587Y-4.2319 X3.4589Y-3.4276 X3.4657Y-3.1181 -X3.4736Y-4.0457 -X3.48Y-4.58 +X3.47Y-4.2319 +X3.477Y-4.6567 X3.4935Y-3.3744 -X3.5195Y-3.9104 -X3.5335Y-3.6465 -X3.5516Y-4.7031 -X3.5622Y-3.8291 -X3.5657Y-4.1902 -X3.5839Y-4.6752 -X3.6Y-4.61 -X3.6004Y-3.711 -X3.6217Y-4.0988 -X3.6219Y-4.1563 -X3.6242Y-4.6752 -X3.6302Y-4.5895 -X3.6541Y-4.1827 -X3.7108Y-4.5988 -X3.7258Y-4.7709 -X3.7366Y-4.1035 -X3.7366Y-4.1602 +X3.4967Y-3.91 +X3.503Y-4.94 +X3.504Y-5.0494 +X3.5183Y-4.8149 +X3.5185Y-3.6303 +X3.5548Y-4.0557 +X3.5735Y-3.83 +X3.5758Y-3.711 +X3.5867Y-4.8765 +X3.6147Y-4.1234 +X3.6187Y-4.1834 +X3.6415Y-5.0014 +X3.644Y-4.1107 +X3.653Y-4.1821 +X3.6564Y-4.7489 +X3.6669Y-4.0767 +X3.6877Y-4.9193 +X3.6914Y-4.0359 +X3.6923Y-4.7365 +X3.6929Y-4.1821 +X3.6962Y-5.0784 +X3.7224Y-4.1821 +X3.7253Y-4.0584 X3.7431Y-3.8815 -X3.7443Y-4.6744 -X3.7579Y-4.6083 -X3.7579Y-4.1936 +X3.746Y-4.0084 +X3.7584Y-4.1821 X3.7646Y-3.2299 +X3.7698Y-5.0082 +X3.7749Y-4.9022 +X3.779Y-4.2055 +X3.7851Y-4.5761 X3.7911Y-3.7406 -X3.7972Y-4.5925 X3.8311Y-4.4382 X3.8333Y-3.0543 -X3.8341Y-4.5394 -X3.8386Y-4.8539 +X3.8463Y-4.5264 X3.8484Y-3.6571 +X3.856Y-4.3322 X3.8636Y-4.4213 -X3.8642Y-4.3366 -X3.8711Y-4.2807 -X3.876Y-3.9574 -X3.8858Y-4.7618 +X3.8672Y-4.8345 +X3.8689Y-4.7289 +X3.8793Y-4.2753 X3.8858Y-5.0295 +X3.8864Y-4.04 +X3.8972Y-4.8089 X3.899Y-3.6331 X3.9026Y-4.4457 -X3.9142Y-4.2102 -X3.9311Y-4.7441 -X3.9366Y-4.5965 -X3.9624Y-4.6724 +X3.9062Y-4.7296 +X3.9066Y-4.1555 +X3.9172Y-4.2432 +X3.92Y-4.6173 X3.9671Y-3.7654 -X3.9685Y-4.7205 X3.98Y-4.47 +X3.98Y-4.56 +X3.9841Y-4.6507 X3.997Y-3.0516 X4.0039Y-4.0587 X4.0087Y-4.2591 +X4.0095Y-4.6961 +X4.0096Y-4.1582 X4.0177Y-3.6488 -X4.0185Y-3.9819 X4.0315Y-3.237 -X4.0868Y-4.6067 +X4.1065Y-5.0921 +X4.1096Y-4.6225 +X4.1198Y-4.436 +X4.123Y-3.96 X4.123Y-4.3287 -X4.124Y-3.8969 X4.1811Y-4.4697 X4.2268Y-4.2929 X4.2339Y-4.0531 X4.2343Y-3.8748 -X4.2961Y-3.9587 +X4.2438Y-4.7234 +X4.2516Y-4.3752 X4.2969Y-4.4681 +X4.2982Y-4.0309 X4.2982Y-4.41 X4.3106Y-4.6161 X4.3291Y-3.7969 @@ -173,10 +250,15 @@ X4.4646Y-4.6209 X4.4862Y-3.0406 X4.4984Y-3.374 X4.5016Y-3.5165 -X4.513Y-3.95 +X4.5117Y-3.9569 X4.514Y-4.2579 -X4.6947Y-4.613 +X4.67Y-4.16 +X4.68Y-4.61 +X4.71Y-3.94 +X4.71Y-4.37 +X4.75Y-4.16 X4.7551Y-5.0398 +X4.76Y-4.59 X4.8407Y-3.6972 X4.86Y-3.06 X4.9193Y-3.326 @@ -219,18 +301,20 @@ X6.28Y-3.1457 X6.29Y-3.38 T2 X3.24Y-2.82 +X3.4637Y-4.5602 X3.5366Y-4.2984 X3.5374Y-4.4902 X3.55Y-2.89 +X3.5876Y-4.7861 X3.5945Y-2.758 X3.6333Y-4.3909 -X3.6406Y-4.0236 X3.6508Y-3.0429 X3.7236Y-4.2988 X3.7236Y-4.4724 X3.7252Y-2.8831 X3.8189Y-3.1283 -X4.002Y-3.9185 +X3.8303Y-4.6553 +X4.01Y-3.87 X4.073Y-4.2041 X4.0811Y-3.5197 X4.1315Y-3.5516 diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-job.gbrjob b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-job.gbrjob index 835e5fb..1528827 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-job.gbrjob +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Astroplant_AL-job.gbrjob @@ -5,7 +5,7 @@ "Application": "Pcbnew", "Version": "7.0.7" }, - "CreationDate": "2023-12-22T14:50:21+01:00" + "CreationDate": "2024-05-12T12:23:44+02:00" }, "GeneralSpecs": { "ProjectId": { @@ -18,7 +18,7 @@ "Y": 65.15 }, "LayerNumber": 2, - "BoardThickness": 1.6, + "BoardThickness": 1.663, "Finish": "None" }, "DesignRules": [ @@ -27,7 +27,7 @@ "PadToPad": 0.1, "PadToTrack": 0.1, "TrackToTrack": 0.1, - "MinLineWidth": 0.25, + "MinLineWidth": 0.2, "TrackToRegion": 0.15, "RegionToRegion": 0.15 } @@ -90,29 +90,29 @@ }, { "Type": "SolderMask", - "Thickness": 0.01, + "Thickness": 0.03, "Name": "Top Solder Mask" }, { "Type": "Copper", - "Thickness": 0.035, + "Thickness": 0.048, "Name": "F.Cu" }, { "Type": "Dielectric", - "Thickness": 1.51, + "Thickness": 1.507, "Material": "FR4", "Name": "F.Cu/B.Cu", "Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)" }, { "Type": "Copper", - "Thickness": 0.035, + "Thickness": 0.048, "Name": "B.Cu" }, { "Type": "SolderMask", - "Thickness": 0.01, + "Thickness": 0.03, "Name": "Bottom Solder Mask" }, { diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Readme.txt b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Readme.txt index 9d36200..5fc7ab0 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Readme.txt +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/GERBER v07/Readme.txt @@ -1 +1 @@ -To have a gerber working on eurocircuit you need zip it with the drill files \ No newline at end of file +To have a gerber working on eurocircuit you need zip all of these files. \ No newline at end of file diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all-pos.csv b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all-pos.csv deleted file mode 100644 index cf36260..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all-pos.csv +++ /dev/null @@ -1,96 +0,0 @@ -Ref,Val,MPN,Package,PosX,PosY,Rot,Side,MPN -C1,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,72.750000,-73.840000,0.000000,top,100nF -C2,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,71.840000,-78.070000,-90.000000,top,100nF -C3,470uF,875115150005,CP_Elec_8x6.9,96.540000,-79.610000,180.000000,top,470uF -C4,875115652007,875115652007,CAPAE830X900N,109.265000,-79.810000,180.000000,top,875115652007 -C5,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,93.350000,-117.910000,-90.000000,top,100nF -C6,GRM1555C1H1R2WA01D,GRM1555C1H1R2WA01D,CAPC1005X55N,85.925000,-120.874000,0.000000,top,GRM1555C1H1R2WA01D -C7,0.3pF 50VDC,GRM1555C1HR30WA01D,CAPC1005X55N,84.640000,-116.030000,0.000000,top,0.3pF 50VDC -C8,0.8pF 50VDC,GRM1555C1HR80BA01D,CAPC1005X55N,85.390000,-114.270000,-90.000000,top,0.8pF 50VDC -C9,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,99.955000,-109.520000,-90.000000,top,100nF -C10,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,90.580000,-104.920000,90.000000,top,100nF -C11,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,99.270000,-114.950000,-90.000000,top,100nF -C12,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,109.240000,-107.400000,90.000000,top,100nF -C13,100pF,VJ0603Y101KXQPW1BC,C_0603_1608Metric,87.820000,-118.470000,180.000000,top,100pF -C14,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,87.850000,-117.000000,180.000000,top,100nF -C15,1uF 16VDC,GRM185R61C105KE44D,CAPC1608X50N,112.795000,-90.330000,90.000000,top,1uF 16VDC -C16,1uF 16VDC,GRM185R61C105KE44D,CAPC1608X50N,111.585000,-87.190000,0.000000,top,1uF 16VDC -C17,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,111.625000,-85.630000,0.000000,top,100nF -C18,100nF,VJ0603Y104MXJCW1BC,C_0603_1608Metric,111.145000,-90.330000,90.000000,top,100nF -C19,1.2pF 50V,GRM1555C1H1R2WA01D,CAPC1005X55N,84.760000,-119.520000,0.000000,top,1.2pF 50V -C20,1.2pF 50V,GRM1555C1H1R2WA01D,CAPC1005X55N,80.042302,-114.752834,90.000000,top,1.2pF 50V -C21,1.2pF 50V,GRM1555C1H1R2WA01D,CAPC1005X55N,81.655000,-115.720000,90.000000,top,1.2pF 50V -D1,BAT54KFILM,BAT54KFILM,SODFL1608X70N,109.350000,-104.135000,-90.000000,top,BAT54KFILM -D2,S1A,S1A-13-F,D_SMA,140.803000,-76.470500,180.000000,top,S1A -D3,S1A,S1A-13-F,D_SMA,132.405500,-76.590500,180.000000,top,S1A -D4,S1A,S1A-13-F,D_SMA,123.695500,-76.605500,180.000000,top,S1A -D5,LED_Amber,SML-D12D8WT8,LED_0603_1608Metric,116.405000,-85.250000,-90.000000,top,LED_Amber -FL1,LFB182G45CGFD436,LFB182G45CGFD436,LFB182G45CGFD436,84.200000,-117.468000,-90.000000,top,LFB182G45CGFD436 -J1,JST_XH_Relays,B6B-XH-A(LF)(SN),SHDR6W64P0X250_1X6_1740X575X700P,116.622449,-114.946944,-90.000000,top,JST_XH_Relays -J2,2x40 2.5mm Header,61304021121,HDRV40W64P254X254_2X20_5080X508X869P,66.745000,-74.440000,-90.000000,top,2x40 2.5mm Header -J3,JST-XH_3,B3B-XH-A(LF)(SN) ,B3BXHALFSN,155.646294,-121.027123,-90.000000,top,JST-XH_3 -J4,JST-XH_3,B3B-XH-A(LF)(SN) ,B3BXHALFSN,148.896294,-121.017123,-90.000000,top,JST-XH_3 -J5,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,122.965221,-114.382819,0.000000,top,JST_HX_2 -J7,JST-XH_3,B3B-XH-A(LF)(SN) ,B3BXHALFSN,151.254536,-110.120528,-90.000000,top,JST-XH_3 -J8,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,131.365221,-114.372819,0.000000,top,JST_HX_2 -J9,JST-XH_3,B3B-XH-A(LF)(SN) ,B3BXHALFSN,158.007884,-110.117179,-90.000000,top,JST-XH_3 -J10,JST_XH_UART,B4B-XH-A(LF)(SN),B4BXHALFSN,138.070000,-92.310000,-90.000000,top,JST_XH_UART -J11,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,139.835221,-114.332819,0.000000,top,JST_HX_2 -J12,CONUFL001-SMD-T,CONUFL001-SMD-T,CONUFL001-SMD,77.490000,-116.080000,90.000000,top,CONUFL001-SMD-T -J13,B5B-XH-A_LF__SN_,B5B-XH-A(LF)(SN),SHDR5W64P0X250_1X5_1490X575X700P,129.740000,-92.320000,90.000000,top,B5B-XH-A_LF__SN_ -J14,61300621121,61300621121,HDRV6W64P254_2X3_762X508X889P,93.445000,-88.750000,0.000000,top,61300621121 -J15,ZX62D-B-5PA8_30_,ZX62D-B-5PA8(30),ZX62DB5PA830,104.615000,-127.470000,0.000000,top,ZX62D-B-5PA8_30_ -J16,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,141.829279,-71.877681,180.000000,top,JST_HX_2 -J17,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,133.349279,-71.867681,180.000000,top,JST_HX_2 -J18,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,116.209279,-71.787681,180.000000,top,JST_HX_2 -J19,JST_HX_2,B2B-XH-A(LF)(SN) ,SHDR2W64P0X250_1X2_740X575X700P,124.849279,-71.847681,180.000000,top,JST_HX_2 -J20,Conn_01x02,691102710002,SHDR2W100P0X500_1X2_1000X750X990P,89.545891,-71.295529,180.000000,top,Conn_01x02 -J21,Conn_01x02,691102710002,SHDR2W100P0X500_1X2_1000X750X990P,100.095000,-71.280000,180.000000,top,Conn_01x02 -J22,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,151.313745,-83.303100,-90.000000,top,JST_XH_I2C -J23,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,158.073081,-96.708045,-90.000000,top,JST_XH_I2C -J24,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,158.074375,-83.305168,-90.000000,top,JST_XH_I2C -J25,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,155.697019,-69.910017,-90.000000,top,JST_XH_I2C -J26,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,151.318685,-96.708803,-90.000000,top,JST_XH_I2C -J27,JST_XH_I2C,B4B-XH-A(LF)(SN) ,B4BXHALFSN,148.944724,-69.906663,-90.000000,top,JST_XH_I2C -JP5,Jumper_3_Bridged12,61300311121,PinHeader_1x03_P2.54mm_Vertical,108.280000,-86.320000,-90.000000,top,Jumper_3_Bridged12 -L1,LQG15HS3N6S02D,LQG15HS3N6S02D,LQG15WH0N7B02D,84.275000,-120.775000,-90.000000,top,LQG15HS3N6S02D -L2,LQG15HS2N7S02J,LQG15HS2N7S02J,LQG15WH0N7B02D,84.175000,-114.295000,-90.000000,top,LQG15HS2N7S02J -L3,LQG15HS3N6S02D,LQG15HS3N6S02D,LQG15WH0N7B02D,80.482407,-116.022000,180.000000,top,LQG15HS3N6S02D -PS1,LD39050PU33R,LD39050PU33R,SON95P300X300X100-7N-D,108.150000,-90.402500,180.000000,top,LD39050PU33R -Q1,IRLML6344TRPBF,IRLML6344TRPBF,SOT-23,145.465786,-84.714691,-90.000000,top,IRLML6344TRPBF -Q2,IRLML6344TRPBF,IRLML6344TRPBF,SOT-23,145.595786,-92.154691,-90.000000,top,IRLML6344TRPBF -Q3,IRLML6344TRPBF,IRLML6344TRPBF,SOT-23,139.625500,-80.025500,180.000000,top,IRLML6344TRPBF -Q4,IRLML6344TRPBF,IRLML6344TRPBF,SOT-23,131.723000,-80.175500,180.000000,top,IRLML6344TRPBF -Q5,IRLML6344TRPBF,IRLML6344TRPBF,SOT-23,122.863000,-80.215500,180.000000,top,IRLML6344TRPBF -R1,10k,CRCW060310K0DHEAP,R_0603_1608Metric,146.315786,-95.854691,-90.000000,top,10k -R2,10k,CRCW060310K0DHEAP,R_0603_1608Metric,145.605786,-89.484691,0.000000,top,10k -R3,10k,CRCW060310K0DHEAP,R_0603_1608Metric,145.585786,-81.964691,0.000000,top,10k -R4,10k,CRCW060310K0DHEAP,R_0603_1608Metric,144.315786,-95.704691,-90.000000,top,10k -R5,10k,CRCW060310K0DHEAP,R_0603_1608Metric,146.375786,-114.914691,90.000000,top,10k -R6,1k,CRCW06031K00DHEBP,R_0603_1608Metric,88.270000,-100.270000,90.000000,top,1k -R7,10k,CRCW060310K0DHEAP,R_0603_1608Metric,146.385786,-110.929691,-90.000000,top,10k -R8,10k,CRCW060310K0DHEAP,R_0603_1608Metric,142.480500,-80.110500,-90.000000,top,10k -R9,10k,CRCW060310K0DHEAP,R_0603_1608Metric,134.580500,-80.135500,-90.000000,top,10k -R10,10k,CRCW060310K0DHEAP,R_0603_1608Metric,125.770500,-80.225500,-90.000000,top,10k -R11,180,CRCW0603180RFKEA,R_0603_1608Metric,116.465000,-88.280000,-90.000000,top,180 -R12,10k,CRCW060310K0DHEAP,R_0603_1608Metric,107.865000,-122.670000,180.000000,top,10k -R13,1k,CRCW06031K00DHEBP,R_0603_1608Metric,72.545000,-119.360000,180.000000,top,1k -R14,1k,CRCW06031K00DHEBP,R_0603_1608Metric,71.900000,-121.800000,-90.000000,top,1k -R15,1k,CRCW06031K00DHEBP,R_0603_1608Metric,72.510000,-113.870000,180.000000,top,1k -R16,1k,CRCW06031K00DHEBP,R_0603_1608Metric,97.800000,-101.980000,-90.000000,top,1k -R17,1k,CRCW06031K00DHEBP,R_0603_1608Metric,96.940000,-121.480000,180.000000,top,1k -R18,1k,CRCW06031K00DHEBP,R_0603_1608Metric,80.615000,-99.280000,0.000000,top,1k -R19,1k,CRCW06031K00DHEBP,R_0603_1608Metric,101.565000,-112.615000,90.000000,top,1k -R20,1k,CRCW06031K00DHEBP,R_0603_1608Metric,80.150000,-109.070000,0.000000,top,1k -R21,1k,CRCW06031K00DHEBP,R_0603_1608Metric,72.820000,-85.760000,0.000000,top,1k -R22,1k,CRCW06031K00DHEBP,R_0603_1608Metric,72.560000,-94.070000,0.000000,top,1k -R23,1k,CRCW06031K00DHEBP,R_0603_1608Metric,72.570000,-92.340000,0.000000,top,1k -R24,10k,CRCW060310K0DHEAP,R_0603_1608Metric,137.165000,-103.610000,180.000000,top,10k -R25,0,CRCW04020000Z0EDC,R_0603_1608Metric,82.855000,-118.925000,-90.000000,top,0 -R26,0,CRCW04020000Z0EDC,R_0603_1608Metric,82.865000,-116.030000,90.000000,top,0 -SW1,SW_Push,430156043726,SW_PUSH_6mm,121.999000,-126.350000,90.000000,top,SW_Push -SW2,SW_Push,430156043727,SW_PUSH_6mm,130.369000,-126.410000,90.000000,top,SW_Push -SW3,SW_Push,430156043728,SW_PUSH_6mm,138.919000,-126.370000,90.000000,top,SW_Push -SW4,SW_Push,430156043729,SW_PUSH_6mm,118.280000,-107.970000,180.000000,top,SW_Push -U1,USBLC6-2SC6,USBLC6-2SC6,SOT-23-6,104.715000,-119.857500,-90.000000,top,USBLC6-2SC6 -U2,STM32WB55RGVx,STM32WB55RGVx,QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm,92.550000,-111.650000,-90.000000,top,STM32WB55RGVx diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all.pos b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all.pos index 761dab9..148ed4f 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all.pos +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-all.pos @@ -1,51 +1,47 @@ -### Footprint positions - created on Fri Dec 22 14:50:39 2023 ### +### Footprint positions - created on Sun May 12 12:23:36 2024 ### ### Printed by KiCad version 7.0.7 ## Unit = mm, Angle = deg. ## Side : All # Ref Val Package PosX PosY Rot Side -C1 VJ0603Y104MXJCW1BC C_0603_1608Metric 72.7500 -73.8400 0.0000 top -C2 VJ0603Y104MXJCW1BC C_0603_1608Metric 71.8400 -78.0700 -90.0000 top +C1 GPC0603104-25_ C_0603_1608Metric 72.7500 -73.8400 0.0000 top +C2 GPC0603104-25_ C_0603_1608Metric 71.8400 -78.0700 -90.0000 top C3 875115150005 CP_Elec_8x6.9 96.5400 -79.6100 180.0000 top C4 875115652007 CAPAE830X900N 109.2650 -79.8100 180.0000 top -C5 VJ0603Y104MXJCW1BC C_0603_1608Metric 93.4830 -117.7220 -90.0000 top -C6 GRM1555C1H1R2WA01D CAPC1005X55N 85.9250 -120.8740 0.0000 top -C7 GRM1555C1HR30WA01D CAPC1005X55N 84.7050 -115.7300 0.0000 top -C8 GRM1555C1HR80BA01D CAPC1005X55N 85.3900 -114.2700 -90.0000 top -C9 VJ0603Y104MXJCW1BC C_0603_1608Metric 99.9550 -109.5200 -90.0000 top -C10 VJ0603Y104MXJCW1BC C_0603_1608Metric 90.5800 -104.9200 90.0000 top -C11 VJ0603Y104MXJCW1BC C_0603_1608Metric 99.2700 -114.9500 -90.0000 top -C12 VJ0603Y104MXJCW1BC C_0603_1608Metric 109.2400 -107.4000 90.0000 top -C13 VJ0603Y101KXQPW1BC C_0603_1608Metric 86.6702 -118.5443 -90.0000 top -C14 VJ0603Y104MXJCW1BC C_0603_1608Metric 86.6250 -115.6900 90.0000 top -C15 GRM185R61C105KE44D CAPC1608X50N 112.7950 -90.3300 90.0000 top -C16 GRM185R61C105KE44D CAPC1608X50N 111.5850 -87.1900 0.0000 top -C17 VJ0603Y104MXJCW1BC C_0603_1608Metric 111.6250 -85.6300 0.0000 top -C18 VJ0603Y104MXJCW1BC C_0603_1608Metric 111.1450 -90.3300 90.0000 top -C19 GRM1555C1H1R2WA01D CAPC1005X55N 84.7600 -119.5200 0.0000 top -C20 GRM1555C1H1R2WA01D CAPC1005X55N 80.0423 -114.7528 90.0000 top -C21 GRM1555C1H1R2WA01D CAPC1005X55N 81.6950 -115.5000 90.0000 top +C5 GPC0603104-25_ C_0603_1608Metric 95.7470 -117.7160 0.0000 top +C6 MLASJ168SC6475MTNA01 C_0603_1608Metric 91.8950 -117.4500 180.0000 top +C7 MLASJ168SC6475MTNA01 C_0603_1608Metric 95.6950 -119.0550 180.0000 top +C8 GPC0603101 C_0603_1608Metric 86.7680 -116.6520 180.0000 top +C9 GPC0603104-25_ C_0603_1608Metric 99.9550 -109.5200 -90.0000 top +C10 GPC0603104-25_ C_0603_1608Metric 90.5800 -104.9200 90.0000 top +C11 GPC0603104-25_ C_0603_1608Metric 99.2700 -114.9500 -90.0000 top +C12 GPC0603104-25_ C_0603_1608Metric 109.2400 -107.4000 90.0000 top +C13 GPC0603101 C_0603_1608Metric 83.7070 -112.1320 180.0000 top +C14 GPC0603104-25_ C_0603_1608Metric 86.7800 -115.3600 180.0000 top +C15 GPC0603105-16 CAPC1608X50N 112.7950 -90.3300 90.0000 top +C16 GPC0603105-16 CAPC1608X50N 111.5850 -87.1900 0.0000 top +C17 GPC0603104-25_ C_0603_1608Metric 111.6250 -85.6300 0.0000 top +C18 GPC0603104-25_ C_0603_1608Metric 111.1450 -90.3300 90.0000 top D1 BAT54KFILM SODFL1608X70N 109.3500 -104.1350 -90.0000 top D2 S1A-13-F D_SMA 140.8030 -76.4705 180.0000 top D3 S1A-13-F D_SMA 132.4055 -76.5905 180.0000 top D4 S1A-13-F D_SMA 123.6955 -76.6055 180.0000 top -D5 SML-D12D8WT8 LED_0603_1608Metric 116.4050 -85.2500 -90.0000 top -D6 SMLEN3BC8TT86 LED_0603_1608Metric 105.2450 -111.4800 180.0000 top -FL1 DEA162450BT-1260B2 DEA162450BT1295A1 84.2050 -118.0250 90.0000 top -G*** LOGO rocket_cu2 118.1210 -94.1000 0.0000 top +D5 SML-D12D8WT86C LED_0603_1608Metric 116.4050 -85.2500 -90.0000 top +D6 150060BS55040 LED_0603_1608Metric 105.2450 -111.4800 180.0000 top +FL2 MLPF-WB55-01E3 MLPFWB5501E3 86.5750 -113.4000 90.0000 top J1 B6B-XH-A(LF)(SN) SHDR6W64P0X250_1X6_1740X575X700P 116.6224 -114.9469 -90.0000 top J2 61304021121 HDRV40W64P254X254_2X20_5080X508X869P 66.7450 -74.4400 -90.0000 top J3 B3B-XH-A(LF)(SN)_ B3BXHALFSN 155.6463 -121.0271 -90.0000 top J4 B3B-XH-A(LF)(SN)_ B3BXHALFSN 148.8963 -121.0171 -90.0000 top J5 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 122.9652 -114.3828 0.0000 top +J6 60312202114509 60312202114509 79.9220 -127.7820 0.0000 top J7 B3B-XH-A(LF)(SN)_ B3BXHALFSN 151.2545 -110.1205 -90.0000 top J8 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 131.3652 -114.3728 0.0000 top J9 B3B-XH-A(LF)(SN)_ B3BXHALFSN 158.0079 -110.1172 -90.0000 top J10 B4B-XH-A(LF)(SN) B4BXHALFSN 138.0700 -92.3100 -90.0000 top J11 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 139.8352 -114.3328 0.0000 top -J12 CONUFL001-SMD-T CONUFL001-SMD 77.4900 -116.0800 90.0000 top J13 B5B-XH-A(LF)(SN) SHDR5W64P0X250_1X5_1490X575X700P 129.7400 -92.3200 90.0000 top J14 61300621121 HDRV6W64P254_2X3_762X508X889P 93.4450 -88.7500 0.0000 top -J15 ZX62D-B-5PA8_30_ ZX62DB5PA830 104.6150 -127.4700 0.0000 top +J15 ZX62D-B-5PA8(30) ZX62DB5PA830 104.6150 -127.4700 0.0000 top J16 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 141.8293 -71.8777 180.0000 top J17 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 133.3493 -71.8677 180.0000 top J18 B2B-XH-A(LF)(SN)_ SHDR2W64P0X250_1X2_740X575X700P 116.2093 -71.7877 180.0000 top @@ -59,41 +55,37 @@ J25 B4B-XH-A(LF)(SN)_ B4BXHALFSN 15 J26 B4B-XH-A(LF)(SN)_ B4BXHALFSN 151.3187 -96.7088 -90.0000 top J27 B4B-XH-A(LF)(SN)_ B4BXHALFSN 148.9447 -69.9067 -90.0000 top JP5 61300311121 PinHeader_1x03_P2.54mm_Vertical 108.2800 -86.3200 -90.0000 top -L1 LQG15HS3N6S02D LQG15WH0N7B02D 84.2750 -120.7750 -90.0000 top -L2 LQG15HS2N7S02J LQG15WH0N7B02D 84.1750 -114.2950 -90.0000 top -L3 LQG15HS3N6S02D LQG15WH0N7B02D 80.4824 -116.0220 180.0000 top +L1 LBR2012T100K L_0805_2012Metric 92.5160 -119.0370 0.0000 top PS1 LD39050PU33R SON95P300X300X100-7N-D 108.1500 -90.4025 180.0000 top Q1 IRLML6344TRPBF SOT-23 145.4658 -84.7147 -90.0000 top Q2 IRLML6344TRPBF SOT-23 145.5958 -92.1547 -90.0000 top Q3 IRLML6344TRPBF SOT-23 139.6255 -80.0255 180.0000 top Q4 IRLML6344TRPBF SOT-23 131.7230 -80.1755 180.0000 top Q5 IRLML6344TRPBF SOT-23 122.8630 -80.2155 180.0000 top -R1 CRCW060310K0DHEAP R_0603_1608Metric 146.3158 -95.8547 -90.0000 top -R2 CRCW060310K0DHEAP R_0603_1608Metric 145.6058 -89.4847 0.0000 top -R3 CRCW060310K0DHEAP R_0603_1608Metric 145.5858 -81.9647 0.0000 top -R4 CRCW060310K0DHEAP R_0603_1608Metric 144.3158 -95.7047 -90.0000 top -R5 CRCW060310K0DHEAP R_0603_1608Metric 146.3758 -114.9147 90.0000 top -R6 CRCW06031K00DHEBP R_0603_1608Metric 88.2700 -100.2700 90.0000 top -R7 CRCW060310K0DHEAP R_0603_1608Metric 146.3858 -110.9297 -90.0000 top -R8 CRCW060310K0DHEAP R_0603_1608Metric 142.4805 -80.1105 -90.0000 top -R9 CRCW060310K0DHEAP R_0603_1608Metric 134.5805 -80.1355 -90.0000 top -R10 CRCW060310K0DHEAP R_0603_1608Metric 125.7705 -80.2255 -90.0000 top +R1 GPR060310K R_0603_1608Metric 146.3158 -95.8547 -90.0000 top +R2 GPR060310K R_0603_1608Metric 145.6058 -89.4847 0.0000 top +R3 GPR060310K R_0603_1608Metric 145.5858 -81.9647 0.0000 top +R4 GPR060310K R_0603_1608Metric 144.3158 -95.7047 -90.0000 top +R5 GPR060310K R_0603_1608Metric 146.3758 -114.9147 90.0000 top +R6 GPR06031K R_0603_1608Metric 88.9110 -99.4340 0.0000 top +R7 GPR060310K R_0603_1608Metric 146.3858 -110.9297 -90.0000 top +R8 GPR060310K R_0603_1608Metric 142.4805 -80.1105 -90.0000 top +R9 GPR060310K R_0603_1608Metric 134.5805 -80.1355 -90.0000 top +R10 GPR060310K R_0603_1608Metric 125.7705 -80.2255 -90.0000 top R11 CRCW0603180RFKEA R_0603_1608Metric 116.4650 -88.2800 -90.0000 top -R12 CRCW060310K0DHEAP R_0603_1608Metric 107.8650 -122.6700 180.0000 top -R13 CRCW06031K00DHEBP R_0603_1608Metric 72.5450 -119.3600 180.0000 top -R14 CRCW06031K00DHEBP R_0603_1608Metric 71.9000 -121.8000 -90.0000 top -R15 CRCW06031K00DHEBP R_0603_1608Metric 72.5100 -113.8700 180.0000 top -R16 CRCW06031K00DHEBP R_0603_1608Metric 97.8000 -101.9800 -90.0000 top -R17 CRCW06031K00DHEBP R_0603_1608Metric 96.9400 -121.4800 180.0000 top -R18 CRCW06031K00DHEBP R_0603_1608Metric 80.6150 -99.2800 0.0000 top -R19 CRCW06031K00DHEBP R_0603_1608Metric 102.7050 -112.9150 90.0000 top -R20 CRCW06031K00DHEBP R_0603_1608Metric 80.1500 -109.0700 0.0000 top -R21 CRCW06031K00DHEBP R_0603_1608Metric 72.8200 -85.7600 0.0000 top -R22 CRCW06031K00DHEBP R_0603_1608Metric 72.5600 -94.0700 0.0000 top -R23 CRCW06031K00DHEBP R_0603_1608Metric 72.5700 -92.3400 0.0000 top -R24 CRCW060310K0DHEAP R_0603_1608Metric 146.0610 -107.3080 180.0000 top -R25 CRCW04020000Z0EDC R_0603_1608Metric 80.7950 -119.0800 -90.0000 top -R26 CRCW04020000Z0EDC R_0603_1608Metric 82.2950 -117.9200 90.0000 top +R12 GPR060310K R_0603_1608Metric 107.8650 -122.6700 180.0000 top +R13 GPR06031K R_0603_1608Metric 72.5450 -119.3600 180.0000 top +R14 GPR06031K R_0603_1608Metric 71.9000 -121.8000 -90.0000 top +R15 GPR06031K R_0603_1608Metric 72.5100 -113.8700 180.0000 top +R16 GPR06031K R_0603_1608Metric 98.7540 -102.7360 180.0000 top +R17 GPR06031K R_0603_1608Metric 89.0537 -103.1475 90.0000 top +R18 GPR06031K R_0603_1608Metric 80.6150 -99.2800 0.0000 top +R19 GPR06031K R_0603_1608Metric 102.7050 -112.9150 90.0000 top +R20 GPR06031K R_0603_1608Metric 80.2750 -109.0860 0.0000 top +R21 GPR06031K R_0603_1608Metric 72.8200 -85.7600 0.0000 top +R22 GPR06031K R_0603_1608Metric 72.5600 -94.0700 0.0000 top +R23 GPR06031K R_0603_1608Metric 72.5700 -92.3400 0.0000 top +R24 GPR060310K R_0603_1608Metric 146.0610 -107.3080 180.0000 top R27 CRCW0603180RFKEA R_0603_1608Metric 102.2750 -110.6700 180.0000 top SW1 430156043726 SW_PUSH_6mm 121.9990 -126.3500 90.0000 top SW2 430156043726 SW_PUSH_6mm 130.3690 -126.4100 90.0000 top @@ -102,5 +94,5 @@ SW4 430156043726 SW_PUSH_6mm 11 SW5 430156043726 SW_PUSH_6mm 142.4010 -108.3240 180.0000 top U1 USBLC6-2SC6 SOT-23-6 104.7150 -119.8575 -90.0000 top U2 STM32WB55RGV6 QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm 92.5500 -111.6500 -90.0000 top -Y1 NX2016SA-32M-EXS00A-CS06465 NX2016SA32MEXS00ACS06465 88.6570 -118.4840 90.0000 top +Y1 NX2016SA-32M-EXS00A-CS06465 NX2016SA32MEXS00ACS06465 87.4260 -119.8490 90.0000 top ## End diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-bottom.pos b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-bottom.pos deleted file mode 100644 index 302f110..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-bottom.pos +++ /dev/null @@ -1,6 +0,0 @@ -### Footprint positions - created on Wed Nov 29 11:08:14 2023 ### -### Printed by KiCad version 7.0.7 -## Unit = mm, Angle = deg. -## Side : bottom -# Ref Val Package PosX PosY Rot Side -## End diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-top.pos b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-top.pos deleted file mode 100644 index e81594f..0000000 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/Outputs/Pkp v07/Astroplant_AL-top.pos +++ /dev/null @@ -1,102 +0,0 @@ -### Footprint positions - created on Wed Nov 29 11:08:14 2023 ### -### Printed by KiCad version 7.0.7 -## Unit = mm, Angle = deg. -## Side : top -# Ref Val Package PosX PosY Rot Side -C1 100nF C_0603_1608Metric 72.7500 -73.8400 0.0000 top -C2 100nF C_0603_1608Metric 71.8400 -78.0700 -90.0000 top -C3 470uF CP_Elec_8x6.9 96.5400 -79.6100 180.0000 top -C4 875115652007 CAPAE830X900N 109.2650 -79.8100 180.0000 top -C5 100nF C_0603_1608Metric 93.3500 -117.9100 -90.0000 top -C6 GRM1555C1H1R2WA01D CAPC1005X55N 85.9250 -120.8740 0.0000 top -C7 GRM1555C1HR30WA01D CAPC1005X55N 84.6400 -116.0300 0.0000 top -C8 GRM1555C1HR80BA01D CAPC1005X55N 85.3900 -114.2700 -90.0000 top -C9 100nF C_0603_1608Metric 99.9550 -109.5200 -90.0000 top -C10 100nF C_0603_1608Metric 90.5800 -104.9200 90.0000 top -C11 100nF C_0603_1608Metric 99.2700 -114.9500 -90.0000 top -C12 100nF C_0603_1608Metric 109.2400 -107.4000 90.0000 top -C13 100pF C_0603_1608Metric 87.8200 -118.4700 180.0000 top -C14 100nF C_0603_1608Metric 87.8500 -117.0000 180.0000 top -C15 GRM185R61C105KE44D CAPC1608X50N 112.7950 -90.3300 90.0000 top -C16 GRM185R61C105KE44D CAPC1608X50N 111.5850 -87.1900 0.0000 top -C17 100nF C_0603_1608Metric 111.6250 -85.6300 0.0000 top -C18 100nF C_0603_1608Metric 111.1450 -90.3300 90.0000 top -C19 GRM1555C1H1R2WA01D CAPC1005X55N 84.7600 -119.5200 0.0000 top -C20 GRM1555C1H1R2WA01D CAPC1005X55N 80.0423 -114.7528 90.0000 top -C21 GRM1555C1H1R2WA01D CAPC1005X55N 81.6550 -115.7200 90.0000 top -D1 BAT54KFILM SODFL1608X70N 109.3500 -104.1350 -90.0000 top -D2 S1A D_SMA 140.8030 -76.4705 180.0000 top -D3 S1A D_SMA 132.4055 -76.5905 180.0000 top -D4 S1A D_SMA 123.6955 -76.6055 180.0000 top -D5 LED_Amber LED_0603_1608Metric 116.4050 -85.2500 -90.0000 top -FL1 LFB182G45CGFD436 LFB182G45CGFD436 84.2000 -117.4680 -90.0000 top -G*** LOGO rocket_cu2 143.3250 -106.2100 0.0000 top -J1 JST_XH_Relays SHDR6W64P0X250_1X6_1740X575X700P 116.6224 -114.9469 -90.0000 top -J2 2x40_2.5mm_Header HDRV40W64P254X254_2X20_5080X508X869P 66.7450 -74.4400 -90.0000 top -J3 JST-XH_3 B3BXHALFSN 155.6463 -121.0271 -90.0000 top -J4 JST-XH_3 B3BXHALFSN 148.8963 -121.0171 -90.0000 top -J5 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 122.9652 -114.3828 0.0000 top -J6 629105136821 MICRO-USB_2.0-SMT-TYPE-B_ 104.4000 -130.5964 0.0000 top -J7 JST-XH_3 B3BXHALFSN 151.2545 -110.1205 -90.0000 top -J8 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 131.3652 -114.3728 0.0000 top -J9 JST-XH_3 B3BXHALFSN 158.0079 -110.1172 -90.0000 top -J10 JST_XH_UART B4BXHALFSN 138.0700 -92.3100 -90.0000 top -J11 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 139.8352 -114.3328 0.0000 top -J12 CONUFL001-SMD-T CONUFL001-SMD 77.4900 -116.0800 90.0000 top -J13 B5B-XH-A_LF__SN_ SHDR5W64P0X250_1X5_1490X575X700P 129.7400 -92.3200 90.0000 top -J14 61300621121 HDRV6W64P254_2X3_762X508X889P 93.4450 -88.7500 0.0000 top -J16 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 141.8293 -71.8777 180.0000 top -J17 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 133.3493 -71.8677 180.0000 top -J18 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 116.2093 -71.7877 180.0000 top -J19 JST_HX_2 SHDR2W64P0X250_1X2_740X575X700P 124.8493 -71.8477 180.0000 top -J20 Conn_01x02 SHDR2W100P0X500_1X2_1000X750X990P 89.5459 -71.2955 180.0000 top -J21 Conn_01x02 SHDR2W100P0X500_1X2_1000X750X990P 100.0950 -71.2800 180.0000 top -J22 JST_XH_I2C B4BXHALFSN 151.3137 -83.3031 -90.0000 top -J23 JST_XH_I2C B4BXHALFSN 158.0731 -96.7080 -90.0000 top -J24 JST_XH_I2C B4BXHALFSN 158.0744 -83.3052 -90.0000 top -J25 JST_XH_I2C B4BXHALFSN 155.6970 -69.9100 -90.0000 top -J26 JST_XH_I2C B4BXHALFSN 151.3187 -96.7088 -90.0000 top -J27 JST_XH_I2C B4BXHALFSN 148.9447 -69.9067 -90.0000 top -JP5 Jumper_3_Bridged12 PinHeader_1x03_P2.54mm_Vertical 108.2800 -86.3200 -90.0000 top -L1 LQG15HS3N6S02D LQG15WH0N7B02D 84.2750 -120.7750 -90.0000 top -L2 LQG15HS2N7S02J LQG15WH0N7B02D 84.1750 -114.2950 -90.0000 top -L3 LQG15HS3N6S02D LQG15WH0N7B02D 80.4824 -116.0220 180.0000 top -PS1 LD39050PU33R SON95P300X300X100-7N-D 108.1500 -90.4025 180.0000 top -Q1 IRLML6344TRPBF SOT-23 145.4658 -84.7147 -90.0000 top -Q2 IRLML6344TRPBF SOT-23 145.5958 -92.1547 -90.0000 top -Q3 IRLML6344TRPBF SOT-23 139.6255 -80.0255 180.0000 top -Q4 IRLML6344TRPBF SOT-23 131.7230 -80.1755 180.0000 top -Q5 IRLML6344TRPBF SOT-23 122.8630 -80.2155 180.0000 top -R1 10k R_0603_1608Metric 146.3158 -95.8547 -90.0000 top -R2 10k R_0603_1608Metric 145.6058 -89.4847 0.0000 top -R3 10k R_0603_1608Metric 145.5858 -81.9647 0.0000 top -R4 10k R_0603_1608Metric 144.3158 -95.7047 -90.0000 top -R5 10k R_0603_1608Metric 146.3758 -114.9147 90.0000 top -R6 1k R_0603_1608Metric 88.2700 -100.2700 90.0000 top -R7 10k R_0603_1608Metric 146.3858 -110.9297 -90.0000 top -R8 10k R_0603_1608Metric 142.4805 -80.1105 -90.0000 top -R9 10k R_0603_1608Metric 134.5805 -80.1355 -90.0000 top -R10 10k R_0603_1608Metric 125.7705 -80.2255 -90.0000 top -R11 180 R_0603_1608Metric 116.4650 -88.2800 -90.0000 top -R12 10k R_0603_1608Metric 110.6600 -125.0000 90.0000 top -R13 1k R_0603_1608Metric 72.5450 -119.3600 180.0000 top -R14 1k R_0603_1608Metric 71.9000 -121.8000 -90.0000 top -R15 1k R_0603_1608Metric 72.5100 -113.8700 180.0000 top -R16 1k R_0603_1608Metric 97.8000 -101.9800 -90.0000 top -R17 1k R_0603_1608Metric 96.9400 -121.4800 180.0000 top -R18 1k R_0603_1608Metric 80.6150 -99.2800 0.0000 top -R19 1k R_0603_1608Metric 101.5650 -112.6150 90.0000 top -R20 1k R_0603_1608Metric 80.1500 -109.0700 0.0000 top -R21 1k R_0603_1608Metric 72.8200 -85.7600 0.0000 top -R22 1k R_0603_1608Metric 72.5600 -94.0700 0.0000 top -R23 1k R_0603_1608Metric 72.5700 -92.3400 0.0000 top -R24 10k R_0603_1608Metric 137.1650 -103.6100 180.0000 top -R25 0 R_0603_1608Metric 82.8550 -118.9250 -90.0000 top -R26 0 R_0603_1608Metric 82.8650 -116.0300 90.0000 top -SW1 SW_Push SW_PUSH_6mm 121.9990 -126.3500 90.0000 top -SW2 SW_Push SW_PUSH_6mm 130.3690 -126.4100 90.0000 top -SW3 SW_Push SW_PUSH_6mm 138.9190 -126.3700 90.0000 top -SW4 SW_Push SW_PUSH_6mm 118.2800 -107.9700 180.0000 top -U1 USBLC6-2SC6 SOT-23-6 104.6150 -121.8264 -90.0000 top -U2 STM32WB55RGVx QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm 92.5500 -111.6500 -90.0000 top -## End diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/README.md b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/README.md index dfc5ca1..0d39a54 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/README.md +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/README.md @@ -37,6 +37,21 @@ We'll use the general parameter for output files. For Gerber, select layers: B_Cu,B_Mask,B_Paste,B_Silkscreen,F_Cu,F_Mask,F_Paste,F_Silkscreen,Edge_Cuts and User_Eco2 and leave the other options as they are. + +Please note that if you have added new components, add an "MPN" (Manufacturer part number) field in the properties of +these parts, which is the part identification number; this field will be used to generate the BOM. + +To generate the Bill of mateial (BOM) open the schematic editor +and do: Tools -> Generate BOM and select bom_generator_astroplant in the folder bom, this is +a python script that generates a BOM compatible with Eurocircuit. + + +Now that you have the output files you can have them manufactured and even have the components +placed if you have the BOM, for example on Eurcocircuits.com + +Here is a tutorial to do that : https://docs.google.com/document/d/1_ITujiSZbh2MQ0I3NJUg4zAOC5qoafzlOR5tIkIVDLY/edit?usp=sharing + + # MK07 ## Specs diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/bom_generator_astroplant.py b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/bom_generator_astroplant.py index 30b4158..0b3c546 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/bom_generator_astroplant.py +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/bom_generator_astroplant.py @@ -7,9 +7,8 @@ """ @package Output: CSV (comma-separated) - Grouped By: Value, Footprint, DNP Sorted By: Ref - Fields: Ref, Qnty, Value, MPN(manufacturer component name) + Fields: Ref, Qnty, MPN(manufacturer component name) Command line: python "pathToFile/bom_csv_grouped_by_value_with_fp.py" "%I" "%O.csv" @@ -45,9 +44,8 @@ def fromNetlistText( aText ): # Output a set of rows for a header providing general information out.writerow(['Date:', net.getDate()]) out.writerow(['Tool:', net.getTool()]) -out.writerow( ['Generator:', sys.argv[0]] ) out.writerow(['Component Count:', len(net.components)]) -out.writerow(['Ref', 'Qnty', 'Value', 'MPN']) +out.writerow(['Ref', 'Qnty', 'MPN']) # Get all of the components in groups of matching parts + values @@ -68,7 +66,6 @@ def fromNetlistText( aText ): # Fill in the component groups common data out.writerow([refs, len(group), - fromNetlistText( c.getValue() ), fromNetlistText( c.getField("MPN")), c.getDNPString()]) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/ibom.html b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/ibom.html new file mode 100644 index 0000000..9b3d65f --- /dev/null +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/bom/ibom.html @@ -0,0 +1,4562 @@ + + + + + + + Interactive BOM for KiCAD + + + + + + +
+
+
+ +
+ + + +
+
+ + + +
+
+ + + +
+ + +
+
+ + + + + + + + + + + +
+ Title + + Revision +
+ Company + + Date +
+
+
+
+
+
+ + +
+ +
+
+
+ + + + + +
+
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+
+
+
+ + + + diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/fp-info-cache b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/fp-info-cache index 4690771..6a61286 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/fp-info-cache +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/fp-info-cache @@ -1,92058 +1,708 @@ -22251401428490439 -Audio_Module -Reverb_BTDR-1H -Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) -audio belton reverb -0 -7 -7 -Audio_Module -Reverb_BTDR-1V -Digital Reverberation Unit, http://www.belton.co.kr/inc/downfile.php?seq=17&file=pdf (footprint from http://www.uk-electronic.de/PDF/BTDR-1.pdf) -audio belton reverb -0 -7 -7 -Battery -BatteryClip_Keystone_54_D16-19mm -Battery clip for batteries with a diameter between 16-19 mm: https://www.keyelco.com/product.cfm/product_id/826 -battery clip 18650 18350 17350 CR123A 2/3A -0 -3 -1 -Battery -BatteryHolder_Bulgin_BX0036_1xC -Bulgin Battery Holder, BX0036, Battery Type C (https://www.bulgin.com/products/pub/media/bulgin/data/Battery_holders.pdf) -Bulgin BX0036 -0 -2 -2 -Battery -BatteryHolder_ComfortableElectronic_CH273-2450_1x2450 -Comfortable Electronic CR2450 battery holder, http://www.comf.com.tw/ProductDetail.asp?no=148 -Comfortable Electronic CR2450 -0 -2 -2 -Battery -BatteryHolder_Eagle_12BH611-GR -https://eu.mouser.com/datasheet/2/209/EPD-200766-1274481.pdf -9V Battery Holder -0 -2 -2 -Battery -BatteryHolder_Keystone_103_1x20mm -http://www.keyelco.com/product-pdf.cfm?p=719 -Keystone type 103 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_104_1x23mm -http://www.keyelco.com/product-pdf.cfm?p=744 -Keystone type 104 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_105_1x2430 -http://www.keyelco.com/product-pdf.cfm?p=745 -Keystone type 105 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_106_1x20mm -http://www.keyelco.com/product-pdf.cfm?p=720 -Keystone type 106 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_107_1x23mm -http://www.keyelco.com/product-pdf.cfm?p=746 -Keystone type 107 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_500 -Keystone #500, 12mm CR1220 battery holder, http://www.keyelco.com/product-pdf.cfm?p=710 -CR1220 battery holder -0 -2 -2 -Battery -BatteryHolder_Keystone_590 -AA CR2 A battery holder with leaf spring, Keystone, https://ken.keyeuro.eu/cat/590.pdf -AA battery holder Keystone -0 -3 -1 -Battery -BatteryHolder_Keystone_1042_1x18650 -Battery holder for 18650 cylindrical cells http://www.keyelco.com/product.cfm/product_id/918 -18650 Keystone 1042 Li-ion -0 -2 -2 -Battery -BatteryHolder_Keystone_1057_1x2032 -SMT (Auto-In/Ultra-Low) Holder for 2032 Cell, 33.2 x 23.9mm, 2mm height above PCB, https://www.keyelco.com/userAssets/file/M65p4.pdf -Keystone type 1057 coin cell holder -0 -2 -2 -Battery -BatteryHolder_Keystone_1058_1x2032 -http://www.keyelco.com/product-pdf.cfm?p=14028 -Keystone type 1058 coin cell retainer -0 -2 -2 -Battery -BatteryHolder_Keystone_1060_1x2032 -http://www.keyelco.com/product-pdf.cfm?p=726 -CR2032 BR2032 BatteryHolder Battery -0 -2 -2 -Battery -BatteryHolder_Keystone_2460_1xAA -https://www.keyelco.com/product-pdf.cfm?p=1025 -AA battery cell holder -0 -2 -2 -Battery -BatteryHolder_Keystone_2462_2xAA -2xAA cell battery holder, Keystone P/N 2462, https://www.keyelco.com/product-pdf.cfm?p=1027 -AA battery cell holder -0 -2 -2 -Battery -BatteryHolder_Keystone_2466_1xAAA -1xAAA Battery Holder, Keystone, Plastic Case, http://www.keyelco.com/product-pdf.cfm?p=1031 -AAA battery holder Keystone -0 -2 -2 -Battery -BatteryHolder_Keystone_2468_2xAAA -2xAAA cell battery holder, Keystone P/N 2468, http://www.keyelco.com/product-pdf.cfm?p=1033 -AAA battery cell holder -0 -2 -2 -Battery -BatteryHolder_Keystone_2479_3xAAA -Keystone Battery Holder, 2479, Battery Type 3xAAA (Script generated with StandardBox.py) (Keystone Battery Holder, 2479, Battery Type 3xAAA) -Keystone Battery Holder 2479 Battery Type 3xAAA -0 -2 -2 -Battery -BatteryHolder_Keystone_2993 -http://www.keyelco.com/product-pdf.cfm?p=776 -Keystone type 2993 negative battery contact -0 -1 -1 -Battery -BatteryHolder_Keystone_2998_1x6.8mm -www.keyelco.com/product-pdf.cfm?p=763 -Keystone type 2998 battery holder -0 -3 -2 -Battery -BatteryHolder_Keystone_3000_1x12mm -http://www.keyelco.com/product-pdf.cfm?p=777 -Keystone type 3000 coin cell retainer -0 -3 -2 -Battery -BatteryHolder_Keystone_3001_1x12mm -http://www.keyelco.com/product-pdf.cfm?p=778 -Keystone type 3001 coin cell retainer -0 -3 -2 -Battery -BatteryHolder_Keystone_3002_1x2032 -https://www.tme.eu/it/Document/a823211ec201a9e209042d155fe22d2b/KEYS2996.pdf -BR2016 CR2016 DL2016 BR2020 CL2020 BR2025 CR2025 DL2025 DR2032 CR2032 DL2032 -0 -3 -2 -Battery -BatteryHolder_Keystone_3008_1x2450 -http://www.keyelco.com/product-pdf.cfm?p=786 -Keystone type 3008 coin cell retainer -0 -3 -2 -Battery -BatteryHolder_Keystone_3009_1x2450 -http://www.keyelco.com/product-pdf.cfm?p=787 -Keystone type 3009 coin cell retainer -0 -3 -2 -Battery -BatteryHolder_Keystone_3034_1x20mm -Keystone 3034 SMD battery holder for 2020, 2025 and 2032 coincell batteries. http://www.keyelco.com/product-pdf.cfm?p=798 -Keystone type 3034 coin cell retainer -0 -3 -2 -Battery -BatteryHolder_LINX_BAT-HLD-012-SMT -SMT battery holder for CR1216/1220/1225, https://linxtechnologies.com/wp/wp-content/uploads/bat-hld-012-smt.pdf -battery holder coin cell cr1216 cr1220 cr1225 -0 -3 -2 -Battery -BatteryHolder_MPD_BA9VPC_1xPP3 -1xPP3 (9V) battery holder, Memory Protection Devices P/N BA9VPC, http://www.memoryprotectiondevices.com/datasheets/BA9VPC-datasheet.pdf -PP3 Battery Holder BA9VPC 9V -0 -2 -2 -Battery -BatteryHolder_MPD_BC2AAPC_2xAA -2xAA cell battery holder, Memory Protection Devices P/N BC2AAPC, http://www.memoryprotectiondevices.com/datasheets/BC2AAPC-datasheet.pdf -AA battery cell holder -0 -2 -2 -Battery -BatteryHolder_MPD_BC12AAPC_2xAA -2xAA cell battery holder, Memory Protection Devices P/N BC12AAPC, http://www.memoryprotectiondevices.com/datasheets/BC12AAPC-datasheet.pdf -AA battery cell holder -0 -2 -2 -Battery -BatteryHolder_MPD_BC2003_1x2032 -http://www.memoryprotectiondevices.com/datasheets/BC-2003-datasheet.pdf -BC2003 CR2032 2032 Battery Holder -0 -3 -2 -Battery -BatteryHolder_MPD_BH-18650-PC2 -18650 Battery Holder (http://www.memoryprotectiondevices.com/datasheets/BK-18650-PC2-datasheet.pdf) -18650 Battery Holder -0 -2 -2 -Battery -BatteryHolder_Multicomp_BC-2001_1x2032 -CR2032 retainer clip, SMT ( http://www.farnell.com/datasheets/1505853.pdf ) -BC-2001 CR2032 2032 Battery Holder -0 -3 -2 -Battery -BatteryHolder_Seiko_MS621F -Seiko MS621F, https://www.sii.co.jp/en/me/files/2014/02/file_EXTENDED_PRDCT_SPEC_75_FILE_11.jpg -Seiko MS621F -0 -2 -2 -Battery -BatteryHolder_TruPower_BH-331P_3xAA -Keystone Battery Holder BH-331P Battery Type 3xAA (Script generated with StandardBox.py) (Keystone Battery Holder BH-331P Battery Type 3xAA) -Battery Holder BH-331P Battery Type 3xAA -0 -2 -2 -Battery -Battery_CR1225 -CR1225 battery -battery CR1225 coin cell -0 -0 -0 -Battery -Battery_Panasonic_CR1025-VSK_Vertical_CircularHoles -Panasonic CR-1025/VSK battery -battery CR-1025 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR1220-VCN_Vertical_CircularHoles -Panasonic CR-1220/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D140.PDF -battery CR-1220 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR1632-V1AN_Vertical_CircularHoles -Panasonic CR-1632-V1AN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D464.PDF -battery CR-1632 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR2025-V1AK_Vertical_CircularHoles -Panasonic CR-2025/V1AK battery, -battery CR-2025 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR2032-VS1N_Vertical_CircularHoles -Panasonic CR-2032/VS1N battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D348.PDF -battery CR-2032 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR2354-VCN_Vertical_CircularHoles -Panasonic CR-2354/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D486.PDF -battery CR-2354/VCN coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR2450-VAN_Vertical_CircularHoles -Panasonic CR-2450/VAN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D492.PDF -battery CR-2450 coin cell -0 -2 -2 -Battery -Battery_Panasonic_CR2477-VCN_Vertical_CircularHoles -Panasonic CR-2477/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D502.PDF -battery CR-2477 coin cell vertical -0 -2 -2 -Battery -Battery_Panasonic_CR3032-VCN_Vertical_CircularHoles -Panasonic CR-3032/VCN battery, https://industrial.panasonic.com/cdbs/www-data/pdf2/AAA4000/AAA4000D508.PDF -battery CR-3032 coin cell vertical -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.00u_PCB -Cherry MX keyswitch, 1.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.00u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.00u_Plate -Cherry MX keyswitch, 1.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.00u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.25u_PCB -Cherry MX keyswitch, 1.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.25u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.25u_Plate -Cherry MX keyswitch, 1.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.25u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.50u_PCB -Cherry MX keyswitch, 1.50u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.50u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.50u_Plate -Cherry MX keyswitch, 1.50u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.50u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.75u_PCB -Cherry MX keyswitch, 1.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.75u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_1.75u_Plate -Cherry MX keyswitch, 1.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 1.75u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.00u_PCB -Cherry MX keyswitch, 2.00u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.00u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.00u_Plate -Cherry MX keyswitch, 2.00u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.00u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.00u_Vertical_PCB -Cherry MX keyswitch, 2.00u, vertical, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.00u vertical PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.00u_Vertical_Plate -Cherry MX keyswitch, 2.00u, vertical, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.00u vertical plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.25u_PCB -Cherry MX keyswitch, 2.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.25u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.25u_Plate -Cherry MX keyswitch, 2.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.25u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.75u_PCB -Cherry MX keyswitch, 2.75u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.75u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_2.75u_Plate -Cherry MX keyswitch, 2.75u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 2.75u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_6.25u_PCB -Cherry MX keyswitch, 6.25u, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 6.25u PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_6.25u_Plate -Cherry MX keyswitch, 6.25u, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch 6.25u plate -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_ISOEnter_PCB -Cherry MX keyswitch, ISO Enter, PCB mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch ISO enter PCB -0 -2 -2 -Button_Switch_Keyboard -SW_Cherry_MX_ISOEnter_Plate -Cherry MX keyswitch, ISO Enter, plate mount, http://cherryamericas.com/wp-content/uploads/2014/12/mx_cat.pdf -Cherry MX keyswitch ISO enter plate -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_1.00u -Matias/ALPS keyswitch, 1.00u, http://matias.ca/switches/ -Matias ALPS keyswitch 1.00u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_1.25u -Matias/ALPS keyswitch, 1.25u, http://matias.ca/switches/ -Matias ALPS keyswitch 1.25u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_1.50u -Matias/ALPS keyswitch, 1.50u, http://matias.ca/switches/ -Matias ALPS keyswitch 1.50u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_1.75u -Matias/ALPS keyswitch, 1.75u, http://matias.ca/switches/ -Matias ALPS keyswitch 1.75u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_2.00u -Matias/ALPS keyswitch, 2.00u, http://matias.ca/switches/ -Matias ALPS keyswitch 2.00u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_2.25u -Matias/ALPS keyswitch, 2.25u, http://matias.ca/switches/ -Matias ALPS keyswitch 2.25u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_2.75u -Matias/ALPS keyswitch, 2.75u, http://matias.ca/switches/ -Matias ALPS keyswitch 2.75u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_6.25u -Matias/ALPS keyswitch, 6.25u, http://matias.ca/switches/ -Matias ALPS keyswitch 6.25u -0 -2 -2 -Button_Switch_Keyboard -SW_Matias_ISOEnter -Matias/ALPS keyswitch, ISO Enter, http://matias.ca/switches/ -Matias ALPS keyswitch ISO enter -0 -2 -2 -Button_Switch_SMD -Nidec_Copal_SH-7010A -4-bit rotary coded switch, J-hook, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf -rotary switch bcd -0 -6 -5 -Button_Switch_SMD -Nidec_Copal_SH-7010B -4-bit rotary coded switch, gull wing, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf -rotary switch bcd -0 -6 -5 -Button_Switch_SMD -Nidec_Copal_SH-7040B -4-bit rotary coded switch, gull wing, Gray code, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf -rotary switch bcd -0 -5 -5 -Button_Switch_SMD -Panasonic_EVQPUJ_EVQPUA -http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf -SMD SMT SPST EVQPUJ EVQPUA -0 -4 -2 -Button_Switch_SMD -Panasonic_EVQPUK_EVQPUB -http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf -SMD SMT SPST EVQPUK EVQPUB -0 -4 -2 -Button_Switch_SMD -Panasonic_EVQPUL_EVQPUC -http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf -SMD SMT SPST EVQPUL EVQPUC -0 -4 -2 -Button_Switch_SMD -Panasonic_EVQPUM_EVQPUD -http://industrial.panasonic.com/cdbs/www-data/pdf/ATV0000/ATV0000CE5.pdf -SMD SMT SPST EVQPUM EVQPUD -0 -4 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_6.7x4.1mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 1x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_6.7x4.1mm_W8.61mm_P2.54mm_LowProfile -SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_9.78x4.72mm_W8.61mm_P2.54mm -SMD 1x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_Copal_CHS-01A_W5.08mm_P1.27mm_JPin -SMD 1x-dip-switch SPST Copal_CHS-01A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_Copal_CHS-01B_W7.62mm_P1.27mm -SMD 1x-dip-switch SPST Copal_CHS-01B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_Copal_CVS-01xB_W5.9mm_P1mm -SMD 1x-dip-switch SPST Copal_CVS-01xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) -SMD DIP Switch SPST Slide 5.9mm 232mil -0 -6 -3 -Button_Switch_SMD -SW_DIP_SPSTx01_Slide_Omron_A6S-110x_W8.9mm_P2.54mm -SMD 1x-dip-switch SPST Omron_A6S-110x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -2 -2 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_6.7x6.64mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 2x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_6.7x6.64mm_W8.61mm_P2.54mm_LowProfile -SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_9.78x7.26mm_W8.61mm_P2.54mm -SMD 2x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_Copal_CHS-02A_W5.08mm_P1.27mm_JPin -SMD 2x-dip-switch SPST Copal_CHS-02A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_Copal_CHS-02B_W7.62mm_P1.27mm -SMD 2x-dip-switch SPST Copal_CHS-02B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_Copal_CVS-02xB_W5.9mm_P1mm -SMD 2x-dip-switch SPST Copal_CVS-02xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) -SMD DIP Switch SPST Slide 5.9mm 232mil -0 -8 -5 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_KingTek_DSHP02TJ_W5.25mm_P1.27mm_JPin -SMD 2x-dip-switch SPST KingTek_DSHP02TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_KingTek_DSHP02TS_W7.62mm_P1.27mm -SMD 2x-dip-switch SPST KingTek_DSHP02TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_Omron_A6H-2101_W6.15mm_P1.27mm -SMD 2x-dip-switch SPST Omron_A6H-2101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) -SMD DIP Switch SPST Slide 6.15mm 242mil -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx02_Slide_Omron_A6S-210x_W8.9mm_P2.54mm -SMD 2x-dip-switch SPST Omron_A6S-210x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -4 -4 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_6.7x9.18mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 3x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_6.7x9.18mm_W8.61mm_P2.54mm_LowProfile -SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_9.78x9.8mm_W8.61mm_P2.54mm -SMD 3x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_Copal_CVS-03xB_W5.9mm_P1mm -SMD 3x-dip-switch SPST Copal_CVS-03xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) -SMD DIP Switch SPST Slide 5.9mm 232mil -0 -10 -7 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_KingTek_DSHP03TJ_W5.25mm_P1.27mm_JPin -SMD 3x-dip-switch SPST KingTek_DSHP03TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_KingTek_DSHP03TS_W7.62mm_P1.27mm -SMD 3x-dip-switch SPST KingTek_DSHP03TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx03_Slide_Omron_A6S-310x_W8.9mm_P2.54mm -SMD 3x-dip-switch SPST Omron_A6S-310x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -6 -6 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_6.7x11.72mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 4x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_6.7x11.72mm_W8.61mm_P2.54mm_LowProfile -SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_9.78x12.34mm_W8.61mm_P2.54mm -SMD 4x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_Copal_CHS-04A_W5.08mm_P1.27mm_JPin -SMD 4x-dip-switch SPST Copal_CHS-04A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_Copal_CHS-04B_W7.62mm_P1.27mm -SMD 4x-dip-switch SPST Copal_CHS-04B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_Copal_CVS-04xB_W5.9mm_P1mm -SMD 4x-dip-switch SPST Copal_CVS-04xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) -SMD DIP Switch SPST Slide 5.9mm 232mil -0 -12 -9 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_KingTek_DSHP04TJ_W5.25mm_P1.27mm_JPin -SMD 4x-dip-switch SPST KingTek_DSHP04TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_KingTek_DSHP04TS_W7.62mm_P1.27mm -SMD 4x-dip-switch SPST KingTek_DSHP04TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_Omron_A6H-4101_W6.15mm_P1.27mm -SMD 4x-dip-switch SPST Omron_A6H-4101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) -SMD DIP Switch SPST Slide 6.15mm 242mil -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx04_Slide_Omron_A6S-410x_W8.9mm_P2.54mm -SMD 4x-dip-switch SPST Omron_A6S-410x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -8 -8 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_6.7x14.26mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 5x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_6.7x14.26mm_W8.61mm_P2.54mm_LowProfile -SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_9.78x14.88mm_W8.61mm_P2.54mm -SMD 5x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_KingTek_DSHP05TJ_W5.25mm_P1.27mm_JPin -SMD 5x-dip-switch SPST KingTek_DSHP05TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_KingTek_DSHP05TS_W7.62mm_P1.27mm -SMD 5x-dip-switch SPST KingTek_DSHP05TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx05_Slide_Omron_A6S-510x_W8.9mm_P2.54mm -SMD 5x-dip-switch SPST Omron_A6S-510x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -10 -10 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_6.7x16.8mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 6x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_6.7x16.8mm_W8.61mm_P2.54mm_LowProfile -SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_9.78x17.42mm_W8.61mm_P2.54mm -SMD 6x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_Copal_CHS-06A_W5.08mm_P1.27mm_JPin -SMD 6x-dip-switch SPST Copal_CHS-06A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_Copal_CHS-06B_W7.62mm_P1.27mm -SMD 6x-dip-switch SPST Copal_CHS-06B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_KingTek_DSHP06TJ_W5.25mm_P1.27mm_JPin -SMD 6x-dip-switch SPST KingTek_DSHP06TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_KingTek_DSHP06TS_W7.62mm_P1.27mm -SMD 6x-dip-switch SPST KingTek_DSHP06TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_Omron_A6H-6101_W6.15mm_P1.27mm -SMD 6x-dip-switch SPST Omron_A6H-6101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) -SMD DIP Switch SPST Slide 6.15mm 242mil -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx06_Slide_Omron_A6S-610x_W8.9mm_P2.54mm -SMD 6x-dip-switch SPST Omron_A6S-610x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -12 -12 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_6.7x19.34mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 7x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_6.7x19.34mm_W8.61mm_P2.54mm_LowProfile -SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_9.78x19.96mm_W8.61mm_P2.54mm -SMD 7x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_KingTek_DSHP07TJ_W5.25mm_P1.27mm_JPin -SMD 7x-dip-switch SPST KingTek_DSHP07TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_KingTek_DSHP07TS_W7.62mm_P1.27mm -SMD 7x-dip-switch SPST KingTek_DSHP07TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx07_Slide_Omron_A6S-710x_W8.9mm_P2.54mm -SMD 7x-dip-switch SPST Omron_A6S-710x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -14 -14 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_6.7x21.88mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 8x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_6.7x21.88mm_W8.61mm_P2.54mm_LowProfile -SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_9.78x22.5mm_W8.61mm_P2.54mm -SMD 8x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_Copal_CHS-08A_W5.08mm_P1.27mm_JPin -SMD 8x-dip-switch SPST Copal_CHS-08A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_Copal_CHS-08B_W7.62mm_P1.27mm -SMD 8x-dip-switch SPST Copal_CHS-08B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_Copal_CVS-08xB_W5.9mm_P1mm -SMD 8x-dip-switch SPST Copal_CVS-08xB, Slide, row spacing 5.9 mm (232 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/cvs.pdf) -SMD DIP Switch SPST Slide 5.9mm 232mil -0 -20 -17 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_KingTek_DSHP08TJ_W5.25mm_P1.27mm_JPin -SMD 8x-dip-switch SPST KingTek_DSHP08TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_KingTek_DSHP08TS_W7.62mm_P1.27mm -SMD 8x-dip-switch SPST KingTek_DSHP08TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_Omron_A6H-8101_W6.15mm_P1.27mm -SMD 8x-dip-switch SPST Omron_A6H-8101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) -SMD DIP Switch SPST Slide 6.15mm 242mil -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx08_Slide_Omron_A6S-810x_W8.9mm_P2.54mm -SMD 8x-dip-switch SPST Omron_A6S-810x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -16 -16 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_6.7x24.42mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 9x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_6.7x24.42mm_W8.61mm_P2.54mm_LowProfile -SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_9.78x25.04mm_W8.61mm_P2.54mm -SMD 9x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_KingTek_DSHP09TJ_W5.25mm_P1.27mm_JPin -SMD 9x-dip-switch SPST KingTek_DSHP09TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_KingTek_DSHP09TS_W7.62mm_P1.27mm -SMD 9x-dip-switch SPST KingTek_DSHP09TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx09_Slide_Omron_A6S-910x_W8.9mm_P2.54mm -SMD 9x-dip-switch SPST Omron_A6S-910x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -18 -18 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_6.7x26.96mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 10x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_6.7x26.96mm_W8.61mm_P2.54mm_LowProfile -SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_9.78x27.58mm_W8.61mm_P2.54mm -SMD 10x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_Copal_CHS-10A_W5.08mm_P1.27mm_JPin -SMD 10x-dip-switch SPST Copal_CHS-10A, Slide, row spacing 5.08 mm (200 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD, JPin -SMD DIP Switch SPST Slide 5.08mm 200mil SMD JPin -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_Copal_CHS-10B_W7.62mm_P1.27mm -SMD 10x-dip-switch SPST Copal_CHS-10B, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.nidec-copal-electronics.com/e/catalog/switch/chs.pdf), SMD -SMD DIP Switch SPST Slide 7.62mm 300mil SMD -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_KingTek_DSHP10TJ_W5.25mm_P1.27mm_JPin -SMD 10x-dip-switch SPST KingTek_DSHP10TJ, Slide, row spacing 5.25 mm (206 mils), body size (see http://www.kingtek.net.cn/pic/201601201446313350.pdf), JPin -SMD DIP Switch SPST Slide 5.25mm 206mil JPin -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_KingTek_DSHP10TS_W7.62mm_P1.27mm -SMD 10x-dip-switch SPST KingTek_DSHP10TS, Slide, row spacing 7.62 mm (300 mils), body size (see http://www.kingtek.net.cn/pic/201601201417455112.pdf) -SMD DIP Switch SPST Slide 7.62mm 300mil -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_Omron_A6H-10101_W6.15mm_P1.27mm -SMD 10x-dip-switch SPST Omron_A6H-10101, Slide, row spacing 6.15 mm (242 mils), body size (see https://www.omron.com/ecb/products/pdf/en-a6h.pdf) -SMD DIP Switch SPST Slide 6.15mm 242mil -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx10_Slide_Omron_A6S-1010x_W8.9mm_P2.54mm -SMD 10x-dip-switch SPST Omron_A6S-1010x, Slide, row spacing 8.9 mm (350 mils), body size (see http://omronfs.omron.com/en_US/ecb/products/pdf/en-a6s.pdf) -SMD DIP Switch SPST Slide 8.9mm 350mil -0 -20 -20 -Button_Switch_SMD -SW_DIP_SPSTx11_Slide_6.7x29.5mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 11x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -22 -22 -Button_Switch_SMD -SW_DIP_SPSTx11_Slide_6.7x29.5mm_W8.61mm_P2.54mm_LowProfile -SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -22 -22 -Button_Switch_SMD -SW_DIP_SPSTx11_Slide_9.78x30.12mm_W8.61mm_P2.54mm -SMD 11x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -22 -22 -Button_Switch_SMD -SW_DIP_SPSTx12_Slide_6.7x32.04mm_W6.73mm_P2.54mm_LowProfile_JPin -SMD 12x-dip-switch SPST , Slide, row spacing 6.73 mm (264 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile, JPin -SMD DIP Switch SPST Slide 6.73mm 264mil SMD LowProfile JPin -0 -24 -24 -Button_Switch_SMD -SW_DIP_SPSTx12_Slide_6.7x32.04mm_W8.61mm_P2.54mm_LowProfile -SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/219.pdf), SMD, LowProfile -SMD DIP Switch SPST Slide 8.61mm 338mil SMD LowProfile -0 -24 -24 -Button_Switch_SMD -SW_DIP_SPSTx12_Slide_9.78x32.66mm_W8.61mm_P2.54mm -SMD 12x-dip-switch SPST , Slide, row spacing 8.61 mm (338 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/204.pdf), SMD -SMD DIP Switch SPST Slide 8.61mm 338mil SMD -0 -24 -24 -Button_Switch_SMD -SW_DPDT_CK_JS202011JCQN -Sub-miniature slide switch, vertical, SMT J bend https://dznh3ojzb2azq.cloudfront.net/products/Slide/JS/documents/datasheet.pdf -switch DPDT SMT -0 -6 -6 -Button_Switch_SMD -SW_MEC_5GSH9 -MEC 5G single pole normally-open tactile switch -switch normally-open pushbutton push-button -0 -4 -4 -Button_Switch_SMD -SW_Push_1P1T-MP_NO_Horizontal_Alps_SKRTLAE010 -Side push button (https://www.alps.com/prod/info/E/PDF/Tact/SurfaceMount/SKRT/SKRT.pdf) -push horizontal SPST 1P1T -0 -5 -3 -Button_Switch_SMD -SW_Push_1P1T-SH_NO_CK_KMR2xxG -CK components KMR2 tactile switch with ground pin http://www.ckswitches.com/media/1479/kmr2.pdf -tactile switch kmr2 -0 -5 -3 -Button_Switch_SMD -SW_Push_1P1T_NO_6x6mm_H9.5mm -tactile push button, 6x6mm e.g. PTS645xx series, height=9.5mm -tact sw push 6mm smd -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_NO_CK_KMR2 -CK components KMR2 tactile switch http://www.ckswitches.com/media/1479/kmr2.pdf -tactile switch kmr2 -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_NO_CK_KSC6xxJ -CK components KSC6 tactile switch https://www.ckswitches.com/media/1972/ksc6.pdf -tactile switch ksc6 -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_NO_CK_KSC7xxJ -CK components KSC7 tactile switch https://www.ckswitches.com/media/1973/ksc7.pdf -tactile switch ksc7 -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_NO_CK_PTS125Sx43PSMTR -C&K Switches 1P1T SMD PTS125 Series 12mm Tact Switch with Pegs, https://www.ckswitches.com/media/1462/pts125.pdf -Button Tactile Switch SPST 1P1T -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_NO_Vertical_Wuerth_434133025816 -https://katalog.we-online.com/em/datasheet/434133025816.pdf -tactile switch Wurth Wuerth -0 -4 -2 -Button_Switch_SMD -SW_Push_1P1T_XKB_TS-1187A -SMD Tactile Switch, http://www.helloxkb.com/public/images/pdf/TS-1187A-X-X-X.pdf -SPST Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_Push_SPST_NO_Alps_SKRK -http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKRK/SKRKAHE020.html -SMD SMT button -0 -2 -2 -Button_Switch_SMD -SW_SP3T_PCM13 -Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf - -0 -8 -4 -Button_Switch_SMD -SW_SPDT_CK-JS102011SAQN -Sub-miniature slide switch, right-angle, http://www.ckswitches.com/media/1422/js.pdf -switch spdt -0 -3 -3 -Button_Switch_SMD -SW_SPDT_PCM12 -Ultraminiature Surface Mount Slide Switch, right-angle, https://www.ckswitches.com/media/1424/pcm.pdf - -0 -7 -3 -Button_Switch_SMD -SW_SPDT_REED_MSDM-DT -Littlefuse 14.73x2.54mm, 175VDC 5W, SPDT Reed Switch MSDM-DT, https://www.littelfuse.com/~/media/electronics/datasheets/reed_switches/littelfuse_reed_switches_mdsm_dt_datasheet.pdf.pdf -Littlefuse Reed SPDT Switch -0 -3 -3 -Button_Switch_SMD -SW_SPST_B3S-1000 -Surface Mount Tactile Switch for High-Density Packaging -Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_B3S-1100 -Surface Mount Tactile Switch for High-Density Packaging with Ground Terminal -Tactile Switch -0 -5 -3 -Button_Switch_SMD -SW_SPST_B3SL-1002P -Middle Stroke Tactile Switch, B3SL -Middle Stroke Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_B3SL-1022P -Middle Stroke Tactile Switch, B3SL -Middle Stroke Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_B3U-1000P -Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, without Boss -Tactile Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_B3U-1000P-B -Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, without Ground Terminal, with Boss -Tactile Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_B3U-1100P -Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, without Boss -Tactile Switch -0 -3 -3 -Button_Switch_SMD -SW_SPST_B3U-1100P-B -Ultra-small-sized Tactile Switch with High Contact Reliability, Top-actuated Model, with Ground Terminal, with Boss -Tactile Switch -0 -3 -3 -Button_Switch_SMD -SW_SPST_B3U-3000P -Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, without Boss -Tactile Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_B3U-3000P-B -Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, without Ground Terminal, with Boss -Tactile Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_B3U-3100P -Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, without Boss -Tactile Switch -0 -3 -3 -Button_Switch_SMD -SW_SPST_B3U-3100P-B -Ultra-small-sized Tactile Switch with High Contact Reliability, Side-actuated Model, with Ground Terminal, with Boss -Tactile Switch -0 -3 -3 -Button_Switch_SMD -SW_SPST_CK_KXT3 -https://www.ckswitches.com/media/1465/kxt3.pdf -Switch SPST KXT3 -0 -2 -2 -Button_Switch_SMD -SW_SPST_CK_RS282G05A3 -https://www.mouser.com/ds/2/60/RS-282G05A-SM_RT-1159762.pdf -SPST button tactile switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_EVPBF -Light Touch Switch - -0 -4 -2 -Button_Switch_SMD -SW_SPST_EVQP0 -Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf - -0 -4 -2 -Button_Switch_SMD -SW_SPST_EVQP2 -Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000C374.pdf -SMD SMT SPST EVQP2 -0 -4 -2 -Button_Switch_SMD -SW_SPST_EVQP7A -Light Touch Switch,https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE20.pdf - -0 -4 -2 -Button_Switch_SMD -SW_SPST_EVQP7C -Light Touch Switch - -0 -4 -2 -Button_Switch_SMD -SW_SPST_EVQPE1 -Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE7.pdf - -0 -2 -2 -Button_Switch_SMD -SW_SPST_EVQQ2 -Light Touch Switch, https://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE28.pdf - -0 -4 -2 -Button_Switch_SMD -SW_SPST_FSMSM -http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1437566-3&DocType=Customer+Drawing&DocLang=English -SPST button tactile switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_Omron_B3FS-100xP -Surface Mount Tactile Switch for High-Density Mounting, 3.1mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf -Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_Omron_B3FS-101xP -Surface Mount Tactile Switch for High-Density Mounting, 4.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf -Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_Omron_B3FS-105xP -Surface Mount Tactile Switch for High-Density Mounting, 7.3mm height, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3fs.pdf -Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_PTS645 -C&K Components SPST SMD PTS645 Series 6mm Tact Switch -SPST Button Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_PTS810 -C&K Components, PTS 810 Series, Microminiature SMT Top Actuated, http://www.ckswitches.com/media/1476/pts810.pdf -SPST Button Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A08 -Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf -SMD SMT SPST EVQPL EVQPT -0 -6 -3 -Button_Switch_SMD -SW_SPST_Panasonic_EVQPL_3PL_5PL_PT_A15 -Light Touch Switch, http://industrial.panasonic.com/cdbs/www-data/pdf/ATK0000/ATK0000CE3.pdf -SMD SMT SPST EVQPL EVQPT -0 -6 -3 -Button_Switch_SMD -SW_SPST_REED_CT05-XXXX-G1 -Coto Technologies SPST Reed Switch CT05-XXXX-G1 -Coto Reed SPST Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_REED_CT05-XXXX-J1 -Coto Technologies SPST Reed Switch CT05-XXXX-J1 -Coto Reed SPST Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_REED_CT10-XXXX-G1 -Coto Technologies SPST Reed Switch CT10-XXXX-G1 -Coto Reed SPST Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_REED_CT10-XXXX-G2 -Coto Technologies SPST Reed Switch CT10-XXXX-G2 -Coto Reed SPST Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_REED_CT10-XXXX-G4 -Coto Technologies SPST Reed Switch CT10-XXXX-G4 -Coto Reed SPST Switch -0 -2 -2 -Button_Switch_SMD -SW_SPST_SKQG_WithStem -ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, With stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAFE010.html -SPST Button Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_SKQG_WithoutStem -ALPS 5.2mm Square Low-profile Type (Surface Mount) SKQG Series, Without stem, http://www.alps.com/prod/info/E/HTML/Tact/SurfaceMount/SKQG/SKQGAEE010.html -SPST Button Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_TL3305A -https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf -TL3305 Series Tact Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_TL3305B -https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf -TL3305 Series Tact Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_TL3305C -https://www.e-switch.com/system/asset/product_line/data_sheet/213/TL3305.pdf -TL3305 Series Tact Switch -0 -4 -2 -Button_Switch_SMD -SW_SPST_TL3342 -Low-profile SMD Tactile Switch, https://www.e-switch.com/system/asset/product_line/data_sheet/165/TL3342.pdf -SPST Tactile Switch -0 -4 -2 -Button_Switch_SMD -SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS -Tactile switch, SPST, 6.0x3.5 mm, H2.5 mm, straight, NO, gull wing leads: https://www.ckswitches.com/media/2779/pts636.pdf -switch tactile SPST 1P1T straight NO SMTR C&K -0 -2 -2 -Button_Switch_THT -KSA_Tactile_SPST -KSA http://www.ckswitches.com/media/1457/ksa_ksl.pdf -SWITCH SMD KSA SW -0 -5 -5 -Button_Switch_THT -Nidec_Copal_SH-7010C -4-bit rotary coded switch, through-hole, https://www.nidec-copal-electronics.com/e/catalog/switch/sh-7000.pdf -rotary switch bcd -0 -6 -5 -Button_Switch_THT -Push_E-Switch_KS01Q01 -E-Switch KS01Q01 http://spec_sheets.e-switch.com/specs/29-KS01Q01.pdf -Push Button -0 -4 -4 -Button_Switch_THT -SW_CW_GPTS203211B -SPST Off-On Pushbutton, 1A, 30V, CW Industries P/N GPTS203211B, http://switches-connectors-custom.cwind.com/Asset/GPTS203211BR2.pdf -SPST button switch Off-On -0 -2 -2 -Button_Switch_THT -SW_CuK_JS202011AQN_DPDT_Angled -CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf -switch DPDT -0 -6 -6 -Button_Switch_THT -SW_CuK_JS202011CQN_DPDT_Straight -CuK sub miniature slide switch, JS series, DPDT, right angle, http://www.ckswitches.com/media/1422/js.pdf -switch DPDT -0 -6 -6 -Button_Switch_THT -SW_CuK_OS102011MA1QN1_SPDT_Angled -CuK miniature slide switch, OS series, SPDT, right angle, http://www.ckswitches.com/media/1428/os.pdf -switch SPDT -0 -5 -3 -Button_Switch_THT -SW_DIP_SPSTx01_Piano_10.8x4.1mm_W7.62mm_P2.54mm -1x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x4.1mm -DIP Switch SPST Piano 7.62mm 300mil -0 -2 -2 -Button_Switch_THT -SW_DIP_SPSTx01_Slide_6.7x4.1mm_W7.62mm_P2.54mm_LowProfile -1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x4.1mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -2 -2 -Button_Switch_THT -SW_DIP_SPSTx01_Slide_9.78x4.72mm_W7.62mm_P2.54mm -1x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x4.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -2 -2 -Button_Switch_THT -SW_DIP_SPSTx02_Piano_10.8x6.64mm_W7.62mm_P2.54mm -2x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x6.64mm -DIP Switch SPST Piano 7.62mm 300mil -0 -4 -4 -Button_Switch_THT -SW_DIP_SPSTx02_Piano_CTS_Series194-2MSTN_W7.62mm_P2.54mm -2x-dip-switch SPST CTS_Series194-2MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -4 -4 -Button_Switch_THT -SW_DIP_SPSTx02_Slide_6.7x6.64mm_W7.62mm_P2.54mm_LowProfile -2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x6.64mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -4 -4 -Button_Switch_THT -SW_DIP_SPSTx02_Slide_9.78x7.26mm_W7.62mm_P2.54mm -2x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x7.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -4 -4 -Button_Switch_THT -SW_DIP_SPSTx03_Piano_10.8x9.18mm_W7.62mm_P2.54mm -3x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x9.18mm -DIP Switch SPST Piano 7.62mm 300mil -0 -6 -6 -Button_Switch_THT -SW_DIP_SPSTx03_Piano_CTS_Series194-3MSTN_W7.62mm_P2.54mm -3x-dip-switch SPST CTS_Series194-3MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -6 -6 -Button_Switch_THT -SW_DIP_SPSTx03_Slide_6.7x9.18mm_W7.62mm_P2.54mm_LowProfile -3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x9.18mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -6 -6 -Button_Switch_THT -SW_DIP_SPSTx03_Slide_9.78x9.8mm_W7.62mm_P2.54mm -3x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x9.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -6 -6 -Button_Switch_THT -SW_DIP_SPSTx04_Piano_10.8x11.72mm_W7.62mm_P2.54mm -4x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x11.72mm -DIP Switch SPST Piano 7.62mm 300mil -0 -8 -8 -Button_Switch_THT -SW_DIP_SPSTx04_Piano_CTS_Series194-4MSTN_W7.62mm_P2.54mm -4x-dip-switch SPST CTS_Series194-4MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -8 -8 -Button_Switch_THT -SW_DIP_SPSTx04_Slide_6.7x11.72mm_W7.62mm_P2.54mm_LowProfile -4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x11.72mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -8 -8 -Button_Switch_THT -SW_DIP_SPSTx04_Slide_9.78x12.34mm_W7.62mm_P2.54mm -4x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x12.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -8 -8 -Button_Switch_THT -SW_DIP_SPSTx05_Piano_10.8x14.26mm_W7.62mm_P2.54mm -5x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x14.26mm -DIP Switch SPST Piano 7.62mm 300mil -0 -10 -10 -Button_Switch_THT -SW_DIP_SPSTx05_Piano_CTS_Series194-5MSTN_W7.62mm_P2.54mm -5x-dip-switch SPST CTS_Series194-5MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -10 -10 -Button_Switch_THT -SW_DIP_SPSTx05_Slide_6.7x14.26mm_W7.62mm_P2.54mm_LowProfile -5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x14.26mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -10 -10 -Button_Switch_THT -SW_DIP_SPSTx05_Slide_9.78x14.88mm_W7.62mm_P2.54mm -5x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x14.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -10 -10 -Button_Switch_THT -SW_DIP_SPSTx06_Piano_10.8x16.8mm_W7.62mm_P2.54mm -6x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x16.8mm -DIP Switch SPST Piano 7.62mm 300mil -0 -12 -12 -Button_Switch_THT -SW_DIP_SPSTx06_Piano_CTS_Series194-6MSTN_W7.62mm_P2.54mm -6x-dip-switch SPST CTS_Series194-6MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -12 -12 -Button_Switch_THT -SW_DIP_SPSTx06_Slide_6.7x16.8mm_W7.62mm_P2.54mm_LowProfile -6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x16.8mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -12 -12 -Button_Switch_THT -SW_DIP_SPSTx06_Slide_9.78x17.42mm_W7.62mm_P2.54mm -6x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x17.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -12 -12 -Button_Switch_THT -SW_DIP_SPSTx07_Piano_10.8x19.34mm_W7.62mm_P2.54mm -7x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x19.34mm -DIP Switch SPST Piano 7.62mm 300mil -0 -14 -14 -Button_Switch_THT -SW_DIP_SPSTx07_Piano_CTS_Series194-7MSTN_W7.62mm_P2.54mm -7x-dip-switch SPST CTS_Series194-7MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -14 -14 -Button_Switch_THT -SW_DIP_SPSTx07_Slide_6.7x19.34mm_W7.62mm_P2.54mm_LowProfile -7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x19.34mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -14 -14 -Button_Switch_THT -SW_DIP_SPSTx07_Slide_9.78x19.96mm_W7.62mm_P2.54mm -7x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x19.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -14 -14 -Button_Switch_THT -SW_DIP_SPSTx08_Piano_10.8x21.88mm_W7.62mm_P2.54mm -8x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x21.88mm -DIP Switch SPST Piano 7.62mm 300mil -0 -16 -16 -Button_Switch_THT -SW_DIP_SPSTx08_Piano_CTS_Series194-8MSTN_W7.62mm_P2.54mm -8x-dip-switch SPST CTS_Series194-8MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -16 -16 -Button_Switch_THT -SW_DIP_SPSTx08_Slide_6.7x21.88mm_W7.62mm_P2.54mm_LowProfile -8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x21.88mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -16 -16 -Button_Switch_THT -SW_DIP_SPSTx08_Slide_9.78x22.5mm_W7.62mm_P2.54mm -8x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x22.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -16 -16 -Button_Switch_THT -SW_DIP_SPSTx09_Piano_10.8x24.42mm_W7.62mm_P2.54mm -9x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x24.42mm -DIP Switch SPST Piano 7.62mm 300mil -0 -18 -18 -Button_Switch_THT -SW_DIP_SPSTx09_Piano_CTS_Series194-9MSTN_W7.62mm_P2.54mm -9x-dip-switch SPST CTS_Series194-9MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -18 -18 -Button_Switch_THT -SW_DIP_SPSTx09_Slide_6.7x24.42mm_W7.62mm_P2.54mm_LowProfile -9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x24.42mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -18 -18 -Button_Switch_THT -SW_DIP_SPSTx09_Slide_9.78x25.04mm_W7.62mm_P2.54mm -9x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x25.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -18 -18 -Button_Switch_THT -SW_DIP_SPSTx10_Piano_10.8x26.96mm_W7.62mm_P2.54mm -10x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x26.96mm -DIP Switch SPST Piano 7.62mm 300mil -0 -20 -20 -Button_Switch_THT -SW_DIP_SPSTx10_Piano_CTS_Series194-10MSTN_W7.62mm_P2.54mm -10x-dip-switch SPST CTS_Series194-10MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -20 -20 -Button_Switch_THT -SW_DIP_SPSTx10_Slide_6.7x26.96mm_W7.62mm_P2.54mm_LowProfile -10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x26.96mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -20 -20 -Button_Switch_THT -SW_DIP_SPSTx10_Slide_9.78x27.58mm_W7.62mm_P2.54mm -10x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x27.58mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -20 -20 -Button_Switch_THT -SW_DIP_SPSTx11_Piano_10.8x29.5mm_W7.62mm_P2.54mm -11x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x29.5mm -DIP Switch SPST Piano 7.62mm 300mil -0 -22 -22 -Button_Switch_THT -SW_DIP_SPSTx11_Piano_CTS_Series194-11MSTN_W7.62mm_P2.54mm -11x-dip-switch SPST CTS_Series194-11MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -22 -22 -Button_Switch_THT -SW_DIP_SPSTx11_Slide_6.7x29.5mm_W7.62mm_P2.54mm_LowProfile -11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x29.5mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -22 -22 -Button_Switch_THT -SW_DIP_SPSTx11_Slide_9.78x30.12mm_W7.62mm_P2.54mm -11x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x30.12mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -22 -22 -Button_Switch_THT -SW_DIP_SPSTx12_Piano_10.8x32.04mm_W7.62mm_P2.54mm -12x-dip-switch SPST , Piano, row spacing 7.62 mm (300 mils), body size 10.8x32.04mm -DIP Switch SPST Piano 7.62mm 300mil -0 -24 -24 -Button_Switch_THT -SW_DIP_SPSTx12_Piano_CTS_Series194-12MSTN_W7.62mm_P2.54mm -12x-dip-switch SPST CTS_Series194-12MSTN, Piano, row spacing 7.62 mm (300 mils), body size (see https://www.ctscorp.com/wp-content/uploads/194-195.pdf) -DIP Switch SPST Piano 7.62mm 300mil -0 -24 -24 -Button_Switch_THT -SW_DIP_SPSTx12_Slide_6.7x32.04mm_W7.62mm_P2.54mm_LowProfile -12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 6.7x32.04mm (see e.g. https://www.ctscorp.com/wp-content/uploads/209-210.pdf), LowProfile -DIP Switch SPST Slide 7.62mm 300mil LowProfile -0 -24 -24 -Button_Switch_THT -SW_DIP_SPSTx12_Slide_9.78x32.66mm_W7.62mm_P2.54mm -12x-dip-switch SPST , Slide, row spacing 7.62 mm (300 mils), body size 9.78x32.66mm (see e.g. https://www.ctscorp.com/wp-content/uploads/206-208.pdf) -DIP Switch SPST Slide 7.62mm 300mil -0 -24 -24 -Button_Switch_THT -SW_E-Switch_EG1224_SPDT_Angled -E-Switch slide switch, EG series, SPDT, right angle, http://spec_sheets.e-switch.com/specs/P040042.pdf -switch SPDT -0 -7 -3 -Button_Switch_THT -SW_E-Switch_EG1271_SPDT -E-Switch sub miniature slide switch, EG series, SPDT, https://www.e-switch.com/wp-content/uploads/2022/06/EG.pdf -switch SPDT -0 -6 -6 -Button_Switch_THT -SW_E-Switch_EG2219_DPDT_Angled -E-Switch slide switch, EG series, DPDT, right angle, http://spec_sheets.e-switch.com/specs/P040170.pdf -switch DPDT -0 -10 -6 -Button_Switch_THT -SW_Lever_1P2T_NKK_GW12LxH -Switch, single pole double throw, right angle, http://www.nkkswitches.com/pdf/GW.pdf -switch single-pole double-throw spdt ON-ON horizontal -0 -5 -3 -Button_Switch_THT -SW_MEC_5GTH9 -MEC 5G single pole normally-open tactile switch https://cdn.sos.sk/productdata/80/f6/aabf7be6/5gth9358222.pdf -switch normally-open pushbutton push-button -0 -4 -2 -Button_Switch_THT -SW_NKK_BB15AH -https://www.nkkswitches.com/pdf/Bpushbuttons-1.pdf -Pushbutton Right-angle -0 -5 -3 -Button_Switch_THT -SW_NKK_G1xJP -Switch NKK G1xJP http://www.nkkswitches.com/pdf/gwillum.pdf -SWITCH TOGGLE ILLUM SPDT NKK -0 -6 -6 -Button_Switch_THT -SW_NKK_GW12LJP -Switch, single pole double throw, illuminated paddle, http://www.nkkswitches.com/pdf/gwillum.pdf -switch single-pole double-throw spdt ON-ON illuminated LED -0 -6 -6 -Button_Switch_THT -SW_PUSH-12mm -SW PUSH 12mm https://www.e-switch.com/system/asset/product_line/data_sheet/143/TL1100.pdf -tact sw push 12mm -0 -4 -2 -Button_Switch_THT -SW_PUSH-12mm_Wuerth-430476085716 -SW PUSH 12mm http://katalog.we-online.de/em/datasheet/430476085716.pdf -tact sw push 12mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm -https://www.omron.com/ecb/products/pdf/en-b3f.pdf -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H4.3mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=4.3mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H5mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=5mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H7.3mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=7.3mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H8.5mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=8.5mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H8mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=8mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H9.5mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=9.5mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_6mm_H13mm -tactile push button, 6x6mm e.g. PHAP33xx series, height=13mm -tact sw push 6mm -0 -4 -2 -Button_Switch_THT -SW_PUSH_E-Switch_FS5700DP_DPDT -FS5700 series pushbutton footswitch, DPDT, https://www.e-switch.com/system/asset/product_line/data_sheet/226/FS5700.pdf -switch DPDT footswitch -0 -6 -6 -Button_Switch_THT -SW_PUSH_LCD_E3_SAxxxx -Switch with LCD screen E3 SAxxxx -switch normally-open pushbutton push-button LCD -0 -6 -6 -Button_Switch_THT -SW_PUSH_LCD_E3_SAxxxx_SocketPins -Switch with LCD screen E3 SAxxxx -switch normally-open pushbutton push-button LCD -0 -6 -6 -Button_Switch_THT -SW_Push_1P1T_NO_LED_E-Switch_TL1250 -illuminated right angle tact switch https://www.e-switch.com/system/asset/product_line/data_sheet/148/TL1250.pdf -led push switch right angle -0 -6 -4 -Button_Switch_THT -SW_Push_1P2T_Vertical_E-Switch_800UDP8P1A1M6 - right angle SPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf -IP67 ultra-miniture horizontal -0 -5 -3 -Button_Switch_THT -SW_Push_2P1T_Toggle_CK_PVA1xxH1xxxxxxV2 -momentary / push-push button, h=17.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA1 DPST -0 -4 -4 -Button_Switch_THT -SW_Push_2P1T_Toggle_CK_PVA1xxH2xxxxxxV2 -momentary / push-push button, h=23mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA1 DPST -0 -4 -4 -Button_Switch_THT -SW_Push_2P1T_Toggle_CK_PVA1xxH3xxxxxxV2 -momentary / push-push button, h=20.5mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA1 DPST -0 -4 -4 -Button_Switch_THT -SW_Push_2P1T_Toggle_CK_PVA1xxH4xxxxxxV2 -momentary / push-push button, h=15mm C&K PVA1 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA1 DPST -0 -4 -4 -Button_Switch_THT -SW_Push_2P2T_Toggle_CK_PVA2OAH5xxxxxxV2 -momentary / push-push button, h=13mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA2 DPDT -0 -6 -6 -Button_Switch_THT -SW_Push_2P2T_Toggle_CK_PVA2xxH1xxxxxxV2 -momentary / push-push button, h=17.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA2 DPDT -0 -6 -6 -Button_Switch_THT -SW_Push_2P2T_Toggle_CK_PVA2xxH2xxxxxxV2 -momentary / push-push button, h=23mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA2 DPDT -0 -6 -6 -Button_Switch_THT -SW_Push_2P2T_Toggle_CK_PVA2xxH3xxxxxxV2 -momentary / push-push button, h=20.5mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA2 DPDT -0 -6 -6 -Button_Switch_THT -SW_Push_2P2T_Toggle_CK_PVA2xxH4xxxxxxV2 -momentary / push-push button, h=15mm C&K PVA2 https://www.ckswitches.com/media/1343/pva.pdf -tact sw push PVA2 DPDT -0 -6 -6 -Button_Switch_THT -SW_Push_2P2T_Vertical_E-Switch_800UDP8P1A1M6 - right angle DPDT push button https://www.e-switch.com/system/asset/product_line/data_sheet/210/800U.pdf -IP67 ultra-miniture horizontal -0 -8 -6 -Button_Switch_THT -SW_SPST_Omron_B3F-315x_Angled -tactile switch, 7.3mm x 6.25mm x 7.4mm, right angle, https://omronfs.omron.com/en_US/ecb/products/pdf/en-b3f.pdf -tactile switch Omron B3F right angle through hole -0 -4 -2 -Button_Switch_THT -SW_Slide_1P2T_CK_OS102011MS2Q -CuK miniature slide switch, OS series, SPDT, https://www.ckswitches.com/media/1428/os.pdf -switch SPDT -0 -5 -3 -Button_Switch_THT -SW_TH_Tactile_Omron_B3F-10xx -SW_TH_Tactile_Omron_B3F-10xx_https://www.omron.com/ecb/products/pdf/en-b3f.pdf -Omron B3F-10xx -0 -4 -2 -Button_Switch_THT -SW_Tactile_SKHH_Angled -tactile switch 6mm ALPS SKHH right angle http://www.alps.com/prod/info/E/HTML/Tact/SnapIn/SKHH/SKHHLUA010.html -tactile switch 6mm ALPS SKHH right angle -0 -4 -2 -Button_Switch_THT -SW_Tactile_SPST_Angled_PTS645Vx31-2LFS -tactile switch SPST right angle, PTS645VL31-2 LFS -tactile switch SPST angled PTS645VL31-2 LFS C&K Button -0 -4 -2 -Button_Switch_THT -SW_Tactile_SPST_Angled_PTS645Vx39-2LFS -tactile switch SPST right angle, PTS645VL39-2 LFS -tactile switch SPST angled PTS645VL39-2 LFS C&K Button -0 -4 -2 -Button_Switch_THT -SW_Tactile_SPST_Angled_PTS645Vx58-2LFS -tactile switch SPST right angle, PTS645VL58-2 LFS -tactile switch SPST angled PTS645VL58-2 LFS C&K Button -0 -4 -2 -Button_Switch_THT -SW_Tactile_SPST_Angled_PTS645Vx83-2LFS -tactile switch SPST right angle, PTS645VL83-2 LFS -tactile switch SPST angled PTS645VL83-2 LFS C&K Button -0 -4 -2 -Button_Switch_THT -SW_Tactile_Straight_KSA0Axx1LFTR -SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf -SW PUSH SMALL Tactile C&K -0 -4 -2 -Button_Switch_THT -SW_Tactile_Straight_KSL0Axx1LFTR -SW PUSH SMALL http://www.ckswitches.com/media/1457/ksa_ksl.pdf -SW PUSH SMALL Tactile C&K -0 -4 -2 -Buzzer_Beeper -Buzzer_12x9.5RM7.6 -Generic Buzzer, D12mm height 9.5mm with RM7.6mm -buzzer -0 -2 -2 -Buzzer_Beeper -Buzzer_15x7.5RM7.6 -Generic Buzzer, D15mm height 7.5mm with RM7.6mm -buzzer -0 -2 -2 -Buzzer_Beeper -Buzzer_CUI_CPT-9019S-SMT -https://www.cui.com/product/resource/cpt-9019s-smt.pdf -buzzer piezo -0 -2 -2 -Buzzer_Beeper -Buzzer_D14mm_H7mm_P10mm -Generic Buzzer, D14mm height 7mm with pitch 10mm -buzzer -0 -2 -2 -Buzzer_Beeper -Buzzer_Mallory_AST1109MLTRQ -Mallory low-profile piezo buzzer, https://mspindy.com/spec-sheets/AST1109MLTRQ.pdf -buzzer piezo -0 -2 -2 -Buzzer_Beeper -Buzzer_Mallory_AST1240MLQ -Mallory low-profile piezo buzzer, https://www.mspindy.com/specifications/AST12140MLQ.pdf -piezo buzzer -0 -2 -2 -Buzzer_Beeper -Buzzer_Murata_PKLCS1212E -Murata Buzzer https://www.murata.com/~/media/webrenewal/support/library/catalog/products/sound/p37e.ashx -Murata Buzzer Beeper -0 -2 -2 -Buzzer_Beeper -Buzzer_Murata_PKMCS0909E -Murata Buzzer http://www.murata.com/en-us/api/pdfdownloadapi?cate=&partno=PKMCS0909E4000-R1 -Murata Buzzer Beeper -0 -2 -2 -Buzzer_Beeper -Buzzer_TDK_PS1240P02BT_D12.2mm_H6.5mm -Buzzer, D12.2mm height 6.5mm, https://product.tdk.com/info/en/catalog/datasheets/piezoelectronic_buzzer_ps_en.pdf -buzzer -0 -2 -2 -Buzzer_Beeper -Indicator_PUI_AI-1440-TWT-24V-2-R -14mm Indicator, https://www.puiaudio.com/media/SpecSheet/AI-1440-TWT-24V-2-R.pdf -piezo buzzer self drive oscillator -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_CUI_CMT-8504-100-SMT -magnetic transducer buzzer, 5V, SPL of 100 dB at 10 cm, https://www.cuidevices.com/product/resource/pdf/cmt-8504-100-smt-tr.pdf -CMT 8504 -0 -4 -4 -Buzzer_Beeper -MagneticBuzzer_CUI_CST-931RP-A -CST-931RP-A, http://www.cui.com/product/resource/cst-931rp-a.pdf -CST-931RP-A -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_Kingstate_KCG0601 -Buzzer, Elektromagnetic Beeper, Summer, -Kingstate KCG0601 -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_Kobitone_254-EMB73-RO -MagneticBuzzer_Kobitone_254-EMB73-RO https://www.mouser.es/datasheet/2/209/joytech_11092018_KT-400379-1501513.pdf -MagneticBuzzer_Kobitone_254-EMB73-RO -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_Kobitone_254-EMB84Q-RO -MagneticBuzzer Kobitone 254-EMB84Q-RO https://www.mouser.es/datasheet/2/209/KT-400385-1171904.pdf -MagneticBuzzer Kobitone 254-EMB84Q-RO -0 -3 -3 -Buzzer_Beeper -MagneticBuzzer_PUI_AT-0927-TT-6-R -Buzzer Magnetic 9mm AT-0927-TT-6-R, http://www.puiaudio.com/pdf/AT-0927-TT-6-R.pdf -Buzzer Magnetic 9mm AT-0927-TT-6-R -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_ProSignal_ABI-009-RC -Buzzer, Elektromagnetic Beeper, Summer, 6V-DC, -Pro Signal ABI-009-RC -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_ProSignal_ABI-010-RC -Buzzer, Elektromagnetic Beeper, Summer, 12V-DC, -Pro Signal ABI-010-RC -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_ProSignal_ABT-410-RC -Buzzer, Elektromagnetic Beeper, Summer, 1,5V-DC, -Pro Signal ABT-410-RC -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_ProjectsUnlimited_AI-4228-TWT-R -Buzzer, Elektromagnetic Beeper, Summer, 3-28V-DC, https://www.kynix.com/uploadfiles/pdf/AI-4228-TWT-R.pdf -Projects Unlimited AI-4228-TWT-R -0 -2 -2 -Buzzer_Beeper -MagneticBuzzer_StarMicronics_HMB-06_HMB-12 -Buzzer, Elektromagnetic Beeper, Summer, -Star Micronics HMB-06 HMB-12 -0 -2 -2 -Buzzer_Beeper -PUIAudio_SMT_0825_S_4_R -SMD 8540, http://www.puiaudio.com/product-detail.aspx?partnumber=SMT-0825-S-4-R -SMD 8540 -0 -4 -4 -Buzzer_Beeper -Speaker_CUI_CMR-1206S-67 -Speaker, 30mW, 300-7000Hz, IP67 face, 12x6x2,25mm, https://www.cuidevices.com/product/resource/cmr-12062s-67.pdf -speaker CUI -0 -2 -2 -Calibration_Scale -Gauge_10mm_Type1_CopperTop -Gauge, Massstab, 10mm, CopperTop, Type 1, -Gauge Massstab 10mm CopperTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type1_SilkScreenTop -Gauge, Massstab, 10mm, SilkScreenTop, Type 1, -Gauge Massstab 10mm SilkScreenTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type2_CopperTop -Gauge, Massstab, 10mm, CopperTop, Type 2, -Gauge Massstab 10mm CopperTop Type 2 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type2_SilkScreenTop -Gauge, Massstab, 10mm, SilkScreenTop, Type 2, -Gauge Massstab 10mm SilkScreenTop Type 2 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type3_CopperTop -Gauge, Massstab, 10mm, CopperTop, Type 3, -Gauge Massstab 10mm CopperTop Type 3 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type3_SilkScreenTop -Gauge, Massstab, 10mm, SilkScreenTop, Type 3, -Gauge Massstab 10mm SilkScreenTop Type 3 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type4_CopperTop -Gauge, Massstab, 10mm, CopperTop, Type 4, -Gauge Massstab 10mm CopperTop Type 4 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type4_SilkScreenTop -Gauge, Massstab, 10mm, SilkScreenTop, Type 4, -Gauge Massstab 10mm SilkScreenTop Type 4 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type5_CopperTop -Gauge, Massstab, 10mm, CopperTop, Type 5, -Gauge Massstab 10mm CopperTop Type 5 -0 -0 -0 -Calibration_Scale -Gauge_10mm_Type5_SilkScreenTop -Gauge, Massstab, 10mm, SilkScreenTop, Type 5, -Gauge Massstab 10mm SilkScreenTop Type 5 -0 -0 -0 -Calibration_Scale -Gauge_50mm_Type1_CopperTop -Gauge, Massstab, 50mm, CopperTop, Type 1, -Gauge Massstab 50mm CopperTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_50mm_Type1_SilkScreenTop -Gauge, Massstab, 50mm, SilkScreenTop, Type 1, -Gauge Massstab 50mm SilkScreenTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_50mm_Type2_CopperTop -Gauge, Massstab, 50mm, CopperTop, Type 2, -Gauge Massstab 50mm CopperTop Type 2 -0 -0 -0 -Calibration_Scale -Gauge_50mm_Type2_SilkScreenTop -Gauge, Massstab, 50mm, SilkScreenTop, Type 2, -Gauge Massstab 50mm SilkScreenTop Type 2 -0 -0 -0 -Calibration_Scale -Gauge_100mm_Grid_Type1_CopperTop -Gauge, Massstab, 100mm, Gitter, Grid, CopperTop, Type 1, -Gauge Massstab 100mm Gitter Grid CopperTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_100mm_Type1_CopperTop -Gauge, Massstab, 100mm, CopperTop, Type 1, -Gauge Massstab 100mm CopperTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_100mm_Type1_SilkScreenTop -Gauge, Massstab, 100mm, SilkScreenTop, Type 1, -Gauge Massstab 100mm SilkScreenTop Type 1 -0 -0 -0 -Calibration_Scale -Gauge_100mm_Type2_CopperTop -Gauge, Massstab, 100mm, CopperTop, Type 2, -Gauge Massstab 100mm CopperTop Type 2 -0 -0 -0 -Calibration_Scale -Gauge_100mm_Type2_SilkScreenTop -Gauge, Massstab, 100mm, SilkScreenTop, Type 2, -Gauge Massstab 100mm SilkScreenTop Type 2 -0 -0 -0 -Capacitor_SMD -CP_Elec_3x5.3 -SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics -Capacitor Electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_3x5.4 -SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x3 -SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x3.9 -SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x4.5 -SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x5.3 -SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x5.4 -SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x5.7 -SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_4x5.8 -SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x3 -SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x3.9 -SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x4.4 -SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x4.5 -SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x5.3 -SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x5.4 -SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x5.7 -SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x5.8 -SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_5x5.9 -SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x3 -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x3.9 -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x4.5 -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x4.9 -SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.2 -SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.3 -SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.4 -SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.4_Nichicon -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.7 -SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.8 -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x5.9 -SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x7.7 -SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_6.3x9.9 -SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x5.4 -SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x6.2 -SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x6.5 -SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x6.7 -SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x6.9 -SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x10 -SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x10.5 -SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_8x11.9 -SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x7.7 -SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x7.9 -SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x10 -SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x10.5 -SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x12.5 -SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x12.6 -SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_10x14.3 -SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_16x17.5 -SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_16x22 -SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_18x17.5 -SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_18x22 -SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf -capacitor electrolytic -0 -2 -2 -Capacitor_SMD -CP_Elec_CAP-XX_DMF3Zxxxxxxxx3D -5.5V, 470mF supercapacitor, 45mohm, -40ºC to +70ºC, https://www.cap-xx.com/wp-content/uploads/datasheets/CAP-XX-DMF470mF-Datasheet.pdf -supercap -0 -3 -3 -Capacitor_SMD -C_0201_0603Metric -Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -capacitor -0 -4 -2 -Capacitor_SMD -C_0201_0603Metric_Pad0.64x0.40mm_HandSolder -Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -4 -2 -Capacitor_SMD -C_0402_1005Metric -Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_0402_1005Metric_Pad0.74x0.62mm_HandSolder -Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_0504_1310Metric -Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_0504_1310Metric_Pad0.83x1.28mm_HandSolder -Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_0603_1608Metric -Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_0603_1608Metric_Pad1.08x0.95mm_HandSolder -Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_0805_2012Metric -Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_0805_2012Metric_Pad1.18x1.45mm_HandSolder -Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_01005_0402Metric -Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -capacitor -0 -4 -2 -Capacitor_SMD -C_01005_0402Metric_Pad0.57x0.30mm_HandSolder -Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -4 -2 -Capacitor_SMD -C_1206_3216Metric -Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_1206_3216Metric_Pad1.33x1.80mm_HandSolder -Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_1210_3225Metric -Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_1210_3225Metric_Pad1.33x2.70mm_HandSolder -Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_1812_4532Metric -Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_1812_4532Metric_Pad1.57x3.40mm_HandSolder -Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_1825_4564Metric -Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_1825_4564Metric_Pad1.57x6.80mm_HandSolder -Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_2220_5650Metric -Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_2220_5650Metric_Pad1.97x5.40mm_HandSolder -Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_2225_5664Metric -Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_2225_5664Metric_Pad1.80x6.60mm_HandSolder -Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_3640_9110Metric -Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor -0 -2 -2 -Capacitor_SMD -C_3640_9110Metric_Pad2.10x10.45mm_HandSolder -Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator -capacitor handsolder -0 -2 -2 -Capacitor_SMD -C_Elec_3x5.4 -SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_4x5.4 -SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_4x5.8 -SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_5x5.4 -SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_5x5.8 -SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_6.3x5.4 -SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_6.3x5.8 -SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_6.3x7.7 -SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_8x5.4 -SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_8x6.2 -SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_8x10.2 -SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Elec_10x10.2 -SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm -capacitor electrolyic nonpolar -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZB4-A -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZB4 TZB4-A -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZB4-B -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZB4 TZB4-A -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZC3 -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZC3 -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZR1 -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZR1 -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZW4 -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZW4 -0 -2 -2 -Capacitor_SMD -C_Trimmer_Murata_TZY2 -trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb - Murata TZY2 -0 -2 -2 -Capacitor_SMD -C_Trimmer_Sprague-Goodman_SGC3 -trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf - Sprague Goodman SGC3 -0 -2 -2 -Capacitor_SMD -C_Trimmer_Voltronics_JN -trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf - Voltronics JN -0 -2 -2 -Capacitor_SMD -C_Trimmer_Voltronics_JQ -trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf - Voltronics JQ -0 -2 -2 -Capacitor_SMD -C_Trimmer_Voltronics_JR -trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf - Voltronics JR -0 -2 -2 -Capacitor_SMD -C_Trimmer_Voltronics_JV -trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf - Voltronics JV -0 -2 -2 -Capacitor_SMD -C_Trimmer_Voltronics_JZ -trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf - Voltronics JR -0 -2 -2 -Capacitor_THT -CP_Axial_L10.0mm_D4.5mm_P15.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*4.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 4.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L10.0mm_D6.0mm_P15.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=10*6mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 15mm length 10mm diameter 6mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L11.0mm_D5.0mm_P18.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*5mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L11.0mm_D6.0mm_P18.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=18mm, , length*diameter=11*6mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 18mm length 11mm diameter 6mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L11.0mm_D8.0mm_P15.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=11*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 15mm length 11mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L18.0mm_D6.5mm_P25.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*6.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 6.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L18.0mm_D8.0mm_P25.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*8mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L18.0mm_D10.0mm_P25.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=18*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 25mm length 18mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L20.0mm_D10.0mm_P26.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L20.0mm_D13.0mm_P26.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=26mm, , length*diameter=20*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 26mm length 20mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L21.0mm_D8.0mm_P28.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=28mm, , length*diameter=21*8mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 28mm length 21mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L25.0mm_D10.0mm_P30.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=30mm, , length*diameter=25*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 30mm length 25mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L26.5mm_D20.0mm_P33.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=33mm, , length*diameter=26.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 33mm length 26.5mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L29.0mm_D10.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*10mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L29.0mm_D13.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L29.0mm_D16.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 16mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L29.0mm_D20.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=29*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 29mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L30.0mm_D10.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*10mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L30.0mm_D12.5mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*12.5mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 12.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L30.0mm_D15.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*15mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 15mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L30.0mm_D18.0mm_P35.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=30*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 35mm length 30mm diameter 18mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L34.5mm_D20.0mm_P41.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=41mm, , length*diameter=34.5*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 41mm length 34.5mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L37.0mm_D13.0mm_P43.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*13mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L37.0mm_D16.0mm_P43.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*16mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 16mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L37.0mm_D20.0mm_P43.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=43mm, , length*diameter=37*20mm^2, Electrolytic Capacitor, , http://www.kemet.com/Lists/ProductCatalog/Attachments/424/KEM_AC102.pdf -CP Axial series Axial Horizontal pin pitch 43mm length 37mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L38.0mm_D18.0mm_P44.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*18mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 18mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L38.0mm_D21.0mm_P44.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=44mm, , length*diameter=38*21mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/28325/021asm.pdf -CP Axial series Axial Horizontal pin pitch 44mm length 38mm diameter 21mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L40.0mm_D16.0mm_P48.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=48mm, , length*diameter=40*16mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 48mm length 40mm diameter 16mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.0mm_D23.0mm_P45.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 23.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.0mm_D26.0mm_P45.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.0mm_D29.0mm_P45.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 29.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.0mm_D32.0mm_P45.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 32.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.0mm_D35.0mm_P45.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=45mm, , length*diameter=42*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 45mm length 42mm diameter 35.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L42.5mm_D20.0mm_P49.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=49mm, , length*diameter=42.5*20mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 49mm length 42.5mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L46.0mm_D20.0mm_P52.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=52mm, , length*diameter=46*20mm^2, Electrolytic Capacitor -CP Axial series Axial Horizontal pin pitch 52mm length 46mm diameter 20mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L55.0mm_D23.0mm_P60.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 23.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L55.0mm_D26.0mm_P60.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L55.0mm_D29.0mm_P60.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 29.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L55.0mm_D32.0mm_P60.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 32.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L55.0mm_D35.0mm_P60.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=60mm, , length*diameter=55*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 60mm length 55mm diameter 35.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L67.0mm_D23.0mm_P75.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 23.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L67.0mm_D26.0mm_P75.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L67.0mm_D29.0mm_P75.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 29.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L67.0mm_D32.0mm_P75.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 32.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L67.0mm_D35.0mm_P75.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=75mm, , length*diameter=67*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 75mm length 67mm diameter 35.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L80.0mm_D23.0mm_P85.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 23.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L80.0mm_D26.0mm_P85.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L80.0mm_D29.0mm_P85.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 29.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L80.0mm_D32.0mm_P85.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 32.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L80.0mm_D35.0mm_P85.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=85mm, , length*diameter=80*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 85mm length 80mm diameter 35.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L93.0mm_D23.0mm_P100.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*23.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 23.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L93.0mm_D26.0mm_P100.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*26mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L93.0mm_D29.0mm_P100.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*29.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 29.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L93.0mm_D32.0mm_P100.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*32.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 32.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Axial_L93.0mm_D35.0mm_P100.00mm_Horizontal -CP, Axial series, Axial, Horizontal, pin pitch=100mm, , length*diameter=93*35.0mm^2, Electrolytic Capacitor, , http://www.vishay.com/docs/42037/53d.pdf -CP Axial series Axial Horizontal pin pitch 100mm length 93mm diameter 35.0mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D4.0mm_P1.50mm -CP, Radial series, Radial, pin pitch=1.50mm, , diameter=4mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 1.50mm diameter 4mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D4.0mm_P2.00mm -CP, Radial series, Radial, pin pitch=2.00mm, , diameter=4mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.00mm diameter 4mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D5.0mm_P2.00mm -CP, Radial series, Radial, pin pitch=2.00mm, , diameter=5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.00mm diameter 5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D5.0mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D6.3mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=6.3mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 6.3mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D7.5mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=7.5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 7.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D8.0mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=8mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D8.0mm_P3.50mm -CP, Radial series, Radial, pin pitch=3.50mm, , diameter=8mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 3.50mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D8.0mm_P3.80mm -CP, Radial series, Radial, pin pitch=3.80mm, , diameter=8mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 3.80mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D8.0mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, , diameter=8mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm diameter 8mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D10.0mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D10.0mm_P2.50mm_P5.00mm -CP, Radial series, Radial, pin pitch=2.50mm 5.00mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm 5.00mm diameter 10mm Electrolytic Capacitor -0 -4 -2 -Capacitor_THT -CP_Radial_D10.0mm_P3.50mm -CP, Radial series, Radial, pin pitch=3.50mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 3.50mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D10.0mm_P3.80mm -CP, Radial series, Radial, pin pitch=3.80mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 3.80mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D10.0mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D10.0mm_P5.00mm_P7.50mm -CP, Radial series, Radial, pin pitch=5.00mm 7.50mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm 7.50mm diameter 10mm Electrolytic Capacitor -0 -4 -2 -Capacitor_THT -CP_Radial_D10.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=10mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 10mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D12.5mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=12.5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 12.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D12.5mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, , diameter=12.5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm diameter 12.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D12.5mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=12.5mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 12.5mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D13.0mm_P2.50mm -CP, Radial series, Radial, pin pitch=2.50mm, , diameter=13mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 2.50mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D13.0mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, , diameter=13mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D13.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=13mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 13mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D14.0mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, , diameter=14mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 5.00mm diameter 14mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D14.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=14mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 14mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D16.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=16mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 16mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D17.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=17mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 17mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D18.0mm_P7.50mm -CP, Radial series, Radial, pin pitch=7.50mm, , diameter=18mm, Electrolytic Capacitor -CP Radial series Radial pin pitch 7.50mm diameter 18mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D22.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=22mm, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 22mm height 40mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D22.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=22mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 22mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D24.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=24mm, height=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 24mm height 40mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D24.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=24mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 24mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D25.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=25mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 25mm height 45mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D25.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=25mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 25mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D26.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=26mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 26mm height 45mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D26.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=26mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 26mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D30.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=30mm, height=45mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 30mm height 45mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D30.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=30mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 30mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D35.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=35mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 35mm height 50mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D35.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=35mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 35mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_D40.0mm_P10.00mm_3pin_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, diameter=40mm, height=50mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 40mm height 50mm Electrolytic Capacitor -0 -3 -2 -Capacitor_THT -CP_Radial_D40.0mm_P10.00mm_SnapIn -CP, Radial series, Radial, pin pitch=10.00mm, , diameter=40mm, Electrolytic Capacitor, , http://www.vishay.com/docs/28342/058059pll-si.pdf -CP Radial series Radial pin pitch 10.00mm diameter 40mm Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D4.5mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 4.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D4.5mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=4.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 4.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D5.0mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D5.0mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D5.5mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 5.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D5.5mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=5.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 5.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D6.0mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 6.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D6.0mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=6.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 6.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D7.0mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 7.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D7.0mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=7.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 7.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D8.0mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 8.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D8.0mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=8.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 8.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D9.0mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 9.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D9.0mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=9.0mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 9.0mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D10.5mm_P2.50mm -CP, Radial_Tantal series, Radial, pin pitch=2.50mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 2.50mm diameter 10.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -CP_Radial_Tantal_D10.5mm_P5.00mm -CP, Radial_Tantal series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Tantal Electrolytic Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/TANTAL-TB-Serie%23.pdf -CP Radial_Tantal series Radial pin pitch 5.00mm diameter 10.5mm Tantal Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Axial_L3.8mm_D2.6mm_P7.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 7.5mm length 3.8mm diameter 2.6mm -0 -2 -2 -Capacitor_THT -C_Axial_L3.8mm_D2.6mm_P10.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 10mm length 3.8mm diameter 2.6mm -0 -2 -2 -Capacitor_THT -C_Axial_L3.8mm_D2.6mm_P12.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 12.5mm length 3.8mm diameter 2.6mm -0 -2 -2 -Capacitor_THT -C_Axial_L3.8mm_D2.6mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=3.8*2.6mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 15mm length 3.8mm diameter 2.6mm -0 -2 -2 -Capacitor_THT -C_Axial_L5.1mm_D3.1mm_P7.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=7.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 7.5mm length 5.1mm diameter 3.1mm -0 -2 -2 -Capacitor_THT -C_Axial_L5.1mm_D3.1mm_P10.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=10mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 10mm length 5.1mm diameter 3.1mm -0 -2 -2 -Capacitor_THT -C_Axial_L5.1mm_D3.1mm_P12.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=12.5mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 12.5mm length 5.1mm diameter 3.1mm -0 -2 -2 -Capacitor_THT -C_Axial_L5.1mm_D3.1mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=5.1*3.1mm^2, http://www.vishay.com/docs/45231/arseries.pdf -C Axial series Axial Horizontal pin pitch 15mm length 5.1mm diameter 3.1mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D6.5mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 6.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D6.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 6.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D7.5mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 7.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D7.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 7.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D8.5mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 8.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D8.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*8.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 8.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D9.5mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 9.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D9.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 9.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D10.5mm_P15.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=15mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 15mm length 12mm diameter 10.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L12.0mm_D10.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=12*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 12mm diameter 10.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L17.0mm_D6.5mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 6.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L17.0mm_D6.5mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*6.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 6.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L17.0mm_D7.0mm_P20.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=20mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 20mm length 17mm diameter 7.0mm -0 -2 -2 -Capacitor_THT -C_Axial_L17.0mm_D7.0mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=17*7.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 17mm diameter 7.0mm -0 -2 -2 -Capacitor_THT -C_Axial_L19.0mm_D7.5mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*7.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 7.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L19.0mm_D8.0mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*8.0mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 8.0mm -0 -2 -2 -Capacitor_THT -C_Axial_L19.0mm_D9.0mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9mm -0 -2 -2 -Capacitor_THT -C_Axial_L19.0mm_D9.5mm_P25.00mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=25mm, , length*diameter=19*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 25mm length 19mm diameter 9.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L22.0mm_D9.5mm_P27.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*9.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 9.5mm -0 -2 -2 -Capacitor_THT -C_Axial_L22.0mm_D10.5mm_P27.50mm_Horizontal -C, Axial series, Axial, Horizontal, pin pitch=27.5mm, , length*diameter=22*10.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B300/STYROFLEX.pdf -C Axial series Axial Horizontal pin pitch 27.5mm length 22mm diameter 10.5mm -0 -2 -2 -Capacitor_THT -C_Disc_D3.0mm_W1.6mm_P2.50mm -C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.0*1.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 2.50mm diameter 3.0mm width 1.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D3.0mm_W2.0mm_P2.50mm -C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3*2mm^2, Capacitor -C Disc series Radial pin pitch 2.50mm diameter 3mm width 2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D3.4mm_W2.1mm_P2.50mm -C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.4*2.1mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 2.50mm diameter 3.4mm width 2.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D3.8mm_W2.6mm_P2.50mm -C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=3.8*2.6mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 2.50mm diameter 3.8mm width 2.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D4.3mm_W1.9mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.3*1.9mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 5.00mm diameter 4.3mm width 1.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D4.7mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=4.7*2.5mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 5.00mm diameter 4.7mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D5.0mm_W2.5mm_P2.50mm -C, Disc series, Radial, pin pitch=2.50mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 2.50mm diameter 5mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D5.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 5mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D5.1mm_W3.2mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=5.1*3.2mm^2, Capacitor, http://www.vishay.com/docs/45233/krseries.pdf -C Disc series Radial pin pitch 5.00mm diameter 5.1mm width 3.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D6.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 6mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D6.0mm_W4.4mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=6*4.4mm^2, Capacitor -C Disc series Radial pin pitch 5.00mm diameter 6mm width 4.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 7mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.5mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.5mm_W4.4mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*4.4mm^2, Capacitor -C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 4.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.5mm_W5.0mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.5mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 7.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D7.5mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=7.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 7.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D8.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 8mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D8.0mm_W5.0mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 8mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D8.0mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 8mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D8.0mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=8*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 8mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D9.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 9mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D9.0mm_W5.0mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 9mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D9.0mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 9mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D9.0mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=9*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 9mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D10.0mm_W2.5mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10*2.5mm^2, Capacitor, http://cdn-reichelt.de/documents/datenblatt/B300/DS_KERKO_TC.pdf -C Disc series Radial pin pitch 5.00mm diameter 10mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D10.5mm_W5.0mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 10.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D10.5mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 10.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D10.5mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=10.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 10.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D11.0mm_W5.0mm_P5.00mm -C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 5.00mm diameter 11mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D11.0mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 11mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D11.0mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=11*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 11mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D12.0mm_W4.4mm_P7.75mm -C, Disc series, Radial, pin pitch=7.75mm, , diameter*width=12*4.4mm^2, Capacitor -C Disc series Radial pin pitch 7.75mm diameter 12mm width 4.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D12.5mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 12.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D12.5mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=12.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 12.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D14.5mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 14.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D14.5mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=14.5*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 14.5mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D16.0mm_W5.0mm_P7.50mm -C, Disc series, Radial, pin pitch=7.50mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 7.50mm diameter 16.0mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Disc_D16.0mm_W5.0mm_P10.00mm -C, Disc series, Radial, pin pitch=10.00mm, , diameter*width=16.0*5.0mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf -C Disc series Radial pin pitch 10.00mm diameter 16.0mm width 5.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D4.0mm_H5.0mm_P1.50mm -C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 1.50mm diameter 4mm height 5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D4.0mm_H7.0mm_P1.50mm -C, Radial series, Radial, pin pitch=1.50mm, diameter=4mm, height=7mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 1.50mm diameter 4mm height 7mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D5.0mm_H5.0mm_P2.00mm -C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.00mm diameter 5mm height 5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D5.0mm_H7.0mm_P2.00mm -C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=7mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.00mm diameter 5mm height 7mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D5.0mm_H11.0mm_P2.00mm -C, Radial series, Radial, pin pitch=2.00mm, diameter=5mm, height=11mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.00mm diameter 5mm height 11mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D6.3mm_H5.0mm_P2.50mm -C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D6.3mm_H7.0mm_P2.50mm -C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=7mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 7mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D6.3mm_H11.0mm_P2.50mm -C, Radial series, Radial, pin pitch=2.50mm, diameter=6.3mm, height=11mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 2.50mm diameter 6.3mm height 11mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D8.0mm_H7.0mm_P3.50mm -C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=7mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 3.50mm diameter 8mm height 7mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D8.0mm_H11.5mm_P3.50mm -C, Radial series, Radial, pin pitch=3.50mm, diameter=8mm, height=11.5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 3.50mm diameter 8mm height 11.5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D10.0mm_H12.5mm_P5.00mm -C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=12.5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 5.00mm diameter 10mm height 12.5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D10.0mm_H16.0mm_P5.00mm -C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=16mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 5.00mm diameter 10mm height 16mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D10.0mm_H20.0mm_P5.00mm -C, Radial series, Radial, pin pitch=5.00mm, diameter=10mm, height=20mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 5.00mm diameter 10mm height 20mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D12.5mm_H20.0mm_P5.00mm -C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=20mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 20mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D12.5mm_H25.0mm_P5.00mm -C, Radial series, Radial, pin pitch=5.00mm, diameter=12.5mm, height=25mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 5.00mm diameter 12.5mm height 25mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D16.0mm_H25.0mm_P7.50mm -C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=25mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 7.50mm diameter 16mm height 25mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D16.0mm_H31.5mm_P7.50mm -C, Radial series, Radial, pin pitch=7.50mm, diameter=16mm, height=31.5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 7.50mm diameter 16mm height 31.5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Radial_D18.0mm_H35.5mm_P7.50mm -C, Radial series, Radial, pin pitch=7.50mm, diameter=18mm, height=35.5mm, Non-Polar Electrolytic Capacitor -C Radial series Radial pin pitch 7.50mm diameter 18mm height 35.5mm Non-Polar Electrolytic Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.0mm_W2.5mm_P2.50mm -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4*2.5mm^2, Capacitor -C Rect series Radial pin pitch 2.50mm length 4mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.6mm_W2.0mm_P2.50mm_MKS02_FKP02 -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*2mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf -C Rect series Radial pin pitch 2.50mm length 4.6mm width 2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.6mm_W3.0mm_P2.50mm_MKS02_FKP02 -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.0mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf -C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.6mm_W3.8mm_P2.50mm_MKS02_FKP02 -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*3.8mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf -C Rect series Radial pin pitch 2.50mm length 4.6mm width 3.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.6mm_W4.6mm_P2.50mm_MKS02_FKP02 -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*4.6mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf -C Rect series Radial pin pitch 2.50mm length 4.6mm width 4.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L4.6mm_W5.5mm_P2.50mm_MKS02_FKP02 -C, Rect series, Radial, pin pitch=2.50mm, , length*width=4.6*5.5mm^2, Capacitor, http://www.wima.de/DE/WIMA_MKS_02.pdf -C Rect series Radial pin pitch 2.50mm length 4.6mm width 5.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W2.0mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W2.5mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*2.5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W3.5mm_P2.50mm_P5.00mm -C, Rect series, Radial, pin pitch=2.50mm 5.00mm, , length*width=7*3.5mm^2, Capacitor -C Rect series Radial pin pitch 2.50mm 5.00mm length 7mm width 3.5mm Capacitor -0 -4 -2 -Capacitor_THT -C_Rect_L7.0mm_W3.5mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*3.5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 3.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W4.5mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*4.5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 4.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W6.0mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.0mm_W6.5mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7*6.5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7mm width 6.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W2.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W3.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W3.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*3.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 3.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W4.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 4.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W5.5mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*5.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 5.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W7.2mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 7.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W8.5mm_P5.00mm_FKP2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 8.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.2mm_W11.0mm_P5.00mm_FKS2_FKP2_MKS2_MKP2 -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.2*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_2.pdf -C Rect series Radial pin pitch 5.00mm length 7.2mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L7.5mm_W6.5mm_P5.00mm -C, Rect series, Radial, pin pitch=5.00mm, , length*width=7.5*6.5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm length 7.5mm width 6.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W2.5mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W2.6mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 2.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W2.7mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*2.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 2.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.2mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.3mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.4mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.6mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.8mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W3.9mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*3.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 3.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W4.0mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 4.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W4.2mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 4.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W4.9mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 4.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W5.1mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 5.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W5.7mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*5.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 5.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W6.4mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 6.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W6.7mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*6.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 6.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W7.7mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*7.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 7.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W8.5mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*8.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 8.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W9.5mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 9.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L9.0mm_W9.8mm_P7.50mm_MKT -C, Rect series, Radial, pin pitch=7.50mm, , length*width=9*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 7.50mm length 9mm width 9.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W2.5mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*2.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10mm width 2.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W3.0mm_P7.50mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 7.50mm length 10mm width 3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W3.0mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*3.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10mm width 3.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W4.0mm_P7.50mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 7.50mm length 10mm width 4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W4.0mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10*4.0mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10mm width 4.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.0mm_W5.0mm_P5.00mm_P7.50mm -C, Rect series, Radial, pin pitch=5.00mm 7.50mm, , length*width=10*5mm^2, Capacitor -C Rect series Radial pin pitch 5.00mm 7.50mm length 10mm width 5mm Capacitor -0 -4 -2 -Capacitor_THT -C_Rect_L10.3mm_W4.5mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*4.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10.3mm width 4.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.3mm_W5.0mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10.3mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.3mm_W5.7mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*5.7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10.3mm width 5.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L10.3mm_W7.2mm_P7.50mm_MKS4 -C, Rect series, Radial, pin pitch=7.50mm, , length*width=10.3*7.2mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 7.50mm length 10.3mm width 7.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W2.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 2.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W3.4mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W3.5mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 3.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W4.2mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W4.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 4.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W5.1mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W5.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*5.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 5.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W6.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W6.4mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 6.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W7.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 7.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.0mm_W8.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.0*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.0mm width 8.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W2.0mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W2.6mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W2.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*2.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 2.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W3.2mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W3.5mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W3.6mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*3.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 3.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W4.0mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W4.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W4.5mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*4.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 4.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W5.0mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W5.1mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W5.2mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W5.6mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*5.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 5.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W6.4mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.4mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W6.6mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W6.9mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*6.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 6.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W7.3mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W7.5mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W7.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 7.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W8.0mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.0mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.0mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W8.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*8.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 8.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W9.5mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L11.5mm_W9.8mm_P10.00mm_MKT -C, Rect series, Radial, pin pitch=10.00mm, , length*width=11.5*9.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 10.00mm length 11.5mm width 9.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.0mm_W3.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*3mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13mm width 3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.0mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13mm width 4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.0mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.0mm_W6.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.0mm_W6.5mm_P7.50mm_P10.00mm -C, Rect series, Radial, pin pitch=7.50mm 10.00mm, , length*width=13*6.5mm^2, Capacitor -C Rect series Radial pin pitch 7.50mm 10.00mm length 13mm width 6.5mm Capacitor -0 -4 -2 -Capacitor_THT -C_Rect_L13.0mm_W8.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13mm width 8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.5mm_W4.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*4mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13.5mm width 4mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L13.5mm_W5.0mm_P10.00mm_FKS3_FKP3_MKS4 -C, Rect series, Radial, pin pitch=10.00mm, , length*width=13.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 10.00mm length 13.5mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W4.7mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W4.9mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*4.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 4.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W5.0mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W6.0mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W7.0mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W7.3mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*7.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 7.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W8.7mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W8.9mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*8.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 8.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W9.0mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W9.2mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*9.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 9.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W10.7mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W10.9mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 10.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W11.2mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W11.8mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*11.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 11.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W13.5mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.5mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W13.7mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L16.5mm_W13.9mm_P15.00mm_MKT -C, Rect series, Radial, pin pitch=15.00mm, , length*width=16.5*13.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 15.00mm length 16.5mm width 13.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W5.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W6.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W7.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W8.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W9.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L18.0mm_W11.0mm_P15.00mm_FKS3_FKP3 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=18*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_FKS_3.pdf -C Rect series Radial pin pitch 15.00mm length 18mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W5.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W6.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W7.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W8.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W9.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L19.0mm_W11.0mm_P15.00mm_MKS4 -C, Rect series, Radial, pin pitch=15.00mm, , length*width=19*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 15.00mm length 19mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W7.0mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*7mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W8.3mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 8.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W8.6mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*8.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 8.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W10.1mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 10.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W10.3mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.3mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 10.3mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W10.9mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*10.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 10.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W12.2mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 12.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W12.6mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 12.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L24.0mm_W12.8mm_P22.50mm_MKT -C, Rect series, Radial, pin pitch=22.50mm, , length*width=24*12.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 22.50mm length 24mm width 12.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W5.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W6.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*6mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W7.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*7mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 7mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W8.5mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*8.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 8.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W10.5mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*10.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 10.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L26.5mm_W11.5mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=26.5*11.5mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 26.5mm width 11.5mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L27.0mm_W9.0mm_P22.00mm -C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*9mm^2, Capacitor -C Rect series Radial pin pitch 22.00mm length 27mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L27.0mm_W9.0mm_P23.00mm -C, Rect series, Radial, pin pitch=23.00mm, , length*width=27*9mm^2, Capacitor -C Rect series Radial pin pitch 23.00mm length 27mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L27.0mm_W11.0mm_P22.00mm -C, Rect series, Radial, pin pitch=22.00mm, , length*width=27*11mm^2, Capacitor -C Rect series Radial pin pitch 22.00mm length 27mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L28.0mm_W8.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*8mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 28mm width 8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L28.0mm_W10.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*10mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 28mm width 10mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L28.0mm_W12.0mm_P22.50mm_MKS4 -C, Rect series, Radial, pin pitch=22.50mm, , length*width=28*12mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 22.50mm length 28mm width 12mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W7.6mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 7.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W7.8mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 7.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W7.9mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*7.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 7.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W9.1mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.1mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 9.1mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W9.6mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*9.6mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 9.6mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W11.0mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W11.9mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*11.9mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 11.9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W12.2mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*12.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 12.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W13.0mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 13mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W13.8mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*13.8mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 13.8mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W14.2mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*14.2mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 14.2mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L29.0mm_W16.0mm_P27.50mm_MKT -C, Rect series, Radial, pin pitch=27.50mm, , length*width=29*16mm^2, Capacitor, https://en.tdk.eu/inf/20/20/db/fc_2009/MKT_B32560_564.pdf -C Rect series Radial pin pitch 27.50mm length 29mm width 16mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W9.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W11.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W13.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 13mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W15.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 15mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W17.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 17mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L31.5mm_W20.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=31.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 31.5mm width 20mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L32.0mm_W15.0mm_P27.00mm -C, Rect series, Radial, pin pitch=27.00mm, , length*width=32*15mm^2, Capacitor -C Rect series Radial pin pitch 27.00mm length 32mm width 15mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L33.0mm_W13.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 33mm width 13mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L33.0mm_W15.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 33mm width 15mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L33.0mm_W20.0mm_P27.50mm_MKS4 -C, Rect series, Radial, pin pitch=27.50mm, , length*width=33*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 27.50mm length 33mm width 20mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W9.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*9mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 9mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W11.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*11mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 11mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W13.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*13mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 13mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W15.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*15mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 15mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W17.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*17mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 17mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W19.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*19mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 19mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W20.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*20mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 20mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W24.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*24mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 24mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W31.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*31mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 31mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W35.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*35mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 35mm Capacitor -0 -2 -2 -Capacitor_THT -C_Rect_L41.5mm_W40.0mm_P37.50mm_MKS4 -C, Rect series, Radial, pin pitch=37.50mm, , length*width=41.5*40mm^2, Capacitor, http://www.wima.com/EN/WIMA_MKS_4.pdf -C Rect series Radial pin pitch 37.50mm length 41.5mm width 40mm Capacitor -0 -2 -2 -Capacitor_THT -DX_5R5HxxxxU_D11.5mm_P10.00mm -CP, Radial series, Radial, pin pitch=10.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf -CP Radial series Radial pin pitch 10.00mm diameter 11.5mm supercapacitor -0 -2 -2 -Capacitor_THT -DX_5R5VxxxxU_D11.5mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, diameter=11.5mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf -CP Radial series Radial pin pitch 5.00mm diameter 11.5mm supercapacitor -0 -2 -2 -Capacitor_THT -DX_5R5VxxxxU_D19.0mm_P5.00mm -CP, Radial series, Radial, pin pitch=5.00mm, diameter=19mm, Supercapacitor, http://www.elna.co.jp/en/capacitor/double_layer/catalog/pdf/dx_e.pdf -CP Radial series Radial pin pitch 5.00mm diameter 19mm supercapacitor -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-1608-08_AVX-J -Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-1608-08_AVX-J_Pad1.25x1.05mm_HandSolder -Tantalum Capacitor SMD AVX-J (1608-08 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-1608-10_AVX-L -Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-1608-10_AVX-L_Pad1.25x1.05mm_HandSolder -Tantalum Capacitor SMD AVX-L (1608-10 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/48064/_t58_vmn_pt0471_1601.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-2012-12_Kemet-R -Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-2012-12_Kemet-R_Pad1.30x1.05mm_HandSolder -Tantalum Capacitor SMD Kemet-R (2012-12 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-2012-15_AVX-P -Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-2012-15_AVX-P_Pad1.30x1.05mm_HandSolder -Tantalum Capacitor SMD AVX-P (2012-15 Metric), IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/40182/tmch.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-10_Kemet-I -Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-10_Kemet-I_Pad1.58x1.35mm_HandSolder -Tantalum Capacitor SMD Kemet-I (3216-10 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-12_Kemet-S -Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-12_Kemet-S_Pad1.58x1.35mm_HandSolder -Tantalum Capacitor SMD Kemet-S (3216-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-18_Kemet-A -Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3216-18_Kemet-A_Pad1.58x1.35mm_HandSolder -Tantalum Capacitor SMD Kemet-A (3216-18 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-12_Kemet-T -Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-12_Kemet-T_Pad1.50x2.35mm_HandSolder -Tantalum Capacitor SMD Kemet-T (3528-12 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-15_AVX-H -Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-15_AVX-H_Pad1.50x2.35mm_HandSolder -Tantalum Capacitor SMD AVX-H (3528-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-21_Kemet-B -Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-3528-21_Kemet-B_Pad1.50x2.35mm_HandSolder -Tantalum Capacitor SMD Kemet-B (3528-21 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-15_Kemet-U -Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-15_Kemet-U_Pad2.25x2.35mm_HandSolder -Tantalum Capacitor SMD Kemet-U (6032-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-20_AVX-F -Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-20_AVX-F_Pad2.25x2.35mm_HandSolder -Tantalum Capacitor SMD AVX-F (6032-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-28_Kemet-C -Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-6032-28_Kemet-C_Pad2.25x2.35mm_HandSolder -Tantalum Capacitor SMD Kemet-C (6032-28 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7132-20_AVX-U -Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7132-20_AVX-U_Pad2.72x3.50mm_HandSolder -Tantalum Capacitor SMD AVX-U (7132-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7132-28_AVX-C -Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7132-28_AVX-C_Pad2.72x3.50mm_HandSolder -Tantalum Capacitor SMD AVX-C (7132-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-15_AVX-R -Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-15_AVX-R_Pad2.68x6.30mm_HandSolder -Tantalum Capacitor SMD AVX-R (7260-15 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-20_AVX-M -Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-20_AVX-M_Pad2.68x6.30mm_HandSolder -Tantalum Capacitor SMD AVX-M (7260-20 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-28_AVX-M -Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-28_AVX-M_Pad2.68x6.30mm_HandSolder -Tantalum Capacitor SMD AVX-M (7260-28 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-38_AVX-R -Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7260-38_AVX-R_Pad2.68x6.30mm_HandSolder -Tantalum Capacitor SMD AVX-R (7260-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/F72-F75.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-15_Kemet-W -Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-15_Kemet-W_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD Kemet-W (7343-15 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-20_Kemet-V -Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-20_Kemet-V_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD Kemet-V (7343-20 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-30_AVX-N -Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-30_AVX-N_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD AVX-N (7343-30 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-31_Kemet-D -Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-31_Kemet-D_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD Kemet-D (7343-31 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-40_Kemet-Y -Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-40_Kemet-Y_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD Kemet-Y (7343-40 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-43_Kemet-X -Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder -Tantalum Capacitor SMD Kemet-X (7343-43 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7360-38_Kemet-E -Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7360-38_Kemet-E_Pad2.25x4.25mm_HandSolder -Tantalum Capacitor SMD Kemet-E (7360-38 Metric), IPC_7351 nominal, (Body size from: http://www.kemet.com/Lists/ProductCatalog/Attachments/253/KEM_TC101_STD.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7361-38_AVX-V -Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7361-38_AVX-V_Pad2.18x3.30mm_HandSolder -Tantalum Capacitor SMD AVX-V (7361-38 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7361-438_AVX-U -Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Capacitor_Tantalum_SMD -CP_EIA-7361-438_AVX-U_Pad2.18x3.30mm_HandSolder -Tantalum Capacitor SMD AVX-U (7361-438 Metric), IPC_7351 nominal, (Body size from: http://datasheets.avx.com/NOS.pdf), generated with kicad-footprint-generator -capacitor tantalum -0 -2 -2 -Connector -Banana_Cliff_FCR7350x_S16N-PC_Horizontal -Cliff single 4mm shrouded banana panel socket, through-hole, horizontal, https://www.cliffuk.co.uk/products/testleads/sockets/S16NPC.pdf -cliff 4mm socket jack banana -0 -1 -1 -Connector -Banana_Jack_1Pin -Single banana socket, footprint - 6mm drill -banana socket -0 -1 -1 -Connector -Banana_Jack_2Pin -Dual banana socket, footprint - 2 x 6mm drills -banana socket -0 -2 -2 -Connector -Banana_Jack_3Pin -Triple banana socket, footprint - 3 x 6mm drills -banana socket -0 -3 -3 -Connector -CUI_PD-30 -3 pin connector, PD-30, http://www.cui.com/product/resource/pd-30.pdf -connector 3-pin PD-30 power DIN -0 -4 -4 -Connector -CUI_PD-30S -3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf -connector 3-pin PD-30S power DIN shielded -0 -8 -5 -Connector -CUI_PD-30S_CircularHoles -3-pin nonstandard DIN connector, shielded, PD-30S, http://www.cui.com/product/resource/pd-30s.pdf -connector 3-pin PD-30S power DIN shielded -0 -8 -5 -Connector -CalTest_CT3151 -Right-angle standard banana jack, http://www.caltestelectronics.com/images/attachments/P315100rH_drawing.pdf -banana jack horizontal -0 -4 -1 -Connector -Connector_SFP_and_Cage -https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=2227302&DocType=Customer+Drawing&DocLang=English -SFP+ SFP -0 -40 -21 -Connector -DTF13-12Px -http://www.te.com/usa-en/product-DTF13-12PA-G003.html -DEUTSCH DT header 12 pin -0 -12 -12 -Connector -FanPinHeader_1x03_P2.54mm_Vertical -3-pin CPU fan Through hole pin header, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf -pin header 3-pin CPU fan -0 -3 -3 -Connector -FanPinHeader_1x04_P2.54mm_Vertical -4-pin CPU fan Through hole pin header, e.g. for Wieson part number 2366C888-007 Molex 47053-1000, Foxconn HF27040-M1, Tyco 1470947-1 or equivalent, see http://www.formfactors.org/developer%5Cspecs%5Crev1_2_public.pdf -pin header 4-pin CPU fan -0 -4 -4 -Connector -GB042-34S-H10 -http://www.lsmtron.com/pdf/Connector&Antenna_catalog.PDF -34pin SMD connector -0 -34 -34 -Connector -IHI_B6A-PCB-45_Vertical -https://lugsdirect.com/PDF_Webprint/B6A-PCB-45-XX(-X).pdf -connector IHI B6A-PCB-45 -0 -49 -1 -Connector -JWT_A3963_1x02_P3.96mm_Vertical -JWT A3963, 3.96mm pitch Pin head connector (http://www.jwt.com.tw/pro_pdf/A3963.pdf) -connector JWT A3963 pinhead -0 -2 -2 -Connector -Joint-Tech_C5080WR-04P_1x04_P5.08mm_Vertical -C5080 SERIES 90° Wafer, (https://datasheet.lcsc.com/lcsc/1912261836_HR-Joint-Tech-Elec-C5080WR-04P_C477015.pdf) -connector side-entry ATA PATA IDE 5.25 inch floppy drive power -0 -6 -5 -Connector -NS-Tech_Grove_1x04_P2mm_Vertical -https://statics3.seeedstudio.com/images/opl/datasheet/3470130P1.pdf -Grove-1x04 -0 -4 -4 -Connector -SpringContact_Harwin_S1941-46R -7.25mm SMT Multi-directional Spring Contact (T+R), https://cdn.harwin.com/pdfs/S1941R.pdf -spring contact emi emc shield -0 -1 -1 -Connector -Tag-Connect_TC2030-IDC-FP_2x03_P1.27mm_Vertical -Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC.pdf -tag connect programming header pogo pins -0 -6 -6 -Connector -Tag-Connect_TC2030-IDC-NL_2x03_P1.27mm_Vertical -Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2030-IDC-NL.pdf -tag connect programming header pogo pins -0 -6 -6 -Connector -Tag-Connect_TC2050-IDC-FP_2x05_P1.27mm_Vertical -Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-430%20Datasheet.pdf -tag connect programming header pogo pins -0 -10 -10 -Connector -Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical -Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2050-IDC-NL%20Datasheet.pdf -tag connect programming header pogo pins -0 -10 -10 -Connector -Tag-Connect_TC2050-IDC-NL_2x05_P1.27mm_Vertical_with_bottom_clip -Tag-Connect programming header with bottom courtyard for TC2050-NL Clip board ; https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-IDC-NL_Datasheet_8.pdf https://www.tag-connect.com/wp-content/uploads/bsk-pdf-manager/TC2050-CLIP_Datasheet_25.pdf -tag connect programming header pogo pins -0 -10 -10 -Connector -Tag-Connect_TC2070-IDC-FP_2x07_P1.27mm_Vertical -Tag-Connect programming header; http://www.tag-connect.com/Materials/TC2070-IDC%20Datasheet.pdf -tag connect programming header pogo pins -0 -14 -14 -Connector_AMASS -AMASS_MR30PW-FB_1x03_P3.50mm_Horizontal -Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf -RC Connector XT30 -0 -5 -3 -Connector_AMASS -AMASS_MR30PW-M_1x03_P3.50mm_Horizontal -Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/5e47640ba39fa492dbd4c0f4c8ae7b93/MR30PW%20SPEC.pdf -RC Connector XT30 -0 -5 -3 -Connector_AMASS -AMASS_XT30PW-F_1x02_P2.50mm_Horizontal -Connector XT30 Horizontal PCB Female, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf -RC Connector XT30 -0 -4 -2 -Connector_AMASS -AMASS_XT30PW-M_1x02_P2.50mm_Horizontal -Connector XT30 Horizontal PCB Male, https://www.tme.eu/en/Document/ce4077e36b79046da520ca73227e15de/XT30PW%20SPEC.pdf -RC Connector XT30 -0 -4 -2 -Connector_AMASS -AMASS_XT30U-F_1x02_P5.0mm_Vertical -Connector XT30 Vertical Cable Female, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf -RC Connector XT30 -0 -2 -2 -Connector_AMASS -AMASS_XT30U-M_1x02_P5.0mm_Vertical -Connector XT30 Vertical Cable Male, https://www.tme.eu/en/Document/3cbfa5cfa544d79584972dd5234a409e/XT30U%20SPEC.pdf -RC Connector XT30 -0 -2 -2 -Connector_AMASS -AMASS_XT30UPB-F_1x02_P5.0mm_Vertical -Connector XT30 Vertical PCB Female, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf -RC Connector XT30 -0 -2 -2 -Connector_AMASS -AMASS_XT30UPB-M_1x02_P5.0mm_Vertical -Connector XT30 Vertical PCB Male, https://www.tme.eu/en/Document/4acc913878197f8c2e30d4b8cdc47230/XT30UPB%20SPEC.pdf -RC Connector XT30 -0 -2 -2 -Connector_AMASS -AMASS_XT60-F_1x02_P7.20mm_Vertical -AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf -XT60 female vertical -0 -2 -2 -Connector_AMASS -AMASS_XT60-M_1x02_P7.20mm_Vertical -AMASS female XT60, through hole, vertical, https://www.tme.eu/Document/2d152ced3b7a446066e6c419d84bb460/XT60%20SPEC.pdf -XT60 female vertical -0 -2 -2 -Connector_AMASS -AMASS_XT60IPW-M_1x03_P7.20mm_Horizontal -Connector XT60 Horizontal PCB Male, https://www.bto.pl/pdf/08988/XT60IPW-M3.pdf -RC Connector XT60 -0 -5 -3 -Connector_AMASS -AMASS_XT60PW-F_1x02_P7.20mm_Horizontal -Connector XT60 Horizontal PCB Female, https://www.tme.eu/en/Document/9b8d0c5eb7094295f3d3112c214d3ade/XT60PW%20SPEC.pdf -RC Connector XT60 -0 -4 -2 -Connector_AMASS -AMASS_XT60PW-M_1x02_P7.20mm_Horizontal -Connector XT60 Horizontal PCB Female, https://www.tme.eu/en/Document/9b8d0c5eb7094295f3d3112c214d3ade/XT60PW%20SPEC.pdf -RC Connector XT60 -0 -4 -2 -Connector_Amphenol -Amphenol_M8S-03PMMR-SF8001 -M8 Male connector for panel, 90° PCB mount (https://www.amphenolltw.com/2012download/2D%20PDF/03_M%20Series%20Sensor%20Connectors/M8S-XXPMMR-SF8001.pdf) -three-pin M8 -0 -5 -4 -Connector_Audio -Jack_3.5mm_CUI_SJ-3523-SMT_Horizontal -3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) -3.5mm audio cui horizontal jack stereo -0 -3 -3 -Connector_Audio -Jack_3.5mm_CUI_SJ-3524-SMT_Horizontal -3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cui.com/product/resource/sj-352x-smt-series.pdf) -3.5mm audio cui horizontal jack stereo -0 -4 -4 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3523N_Horizontal -TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf -TRS audio jack stereo horizontal -0 -3 -3 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3524N_Horizontal -TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf -TRS audio jack stereo horizontal -0 -4 -4 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3525N_Horizontal -TRS 3.5mm, horizontal, through-hole, https://www.cuidevices.com/product/resource/pdf/sj1-352xn.pdf -TRS audio jack stereo horizontal -0 -5 -5 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3533NG_Horizontal -TRS 3.5mm, horizontal, through-hole, https://www.cui.com/product/resource/sj1-353xng.pdf -TRS audio jack stereo horizontal -0 -3 -3 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3533NG_Horizontal_CircularHoles -TRS 3.5mm, horizontal, through-hole, , circular holeshttps://www.cui.com/product/resource/sj1-353xng.pdf -TRS audio jack stereo horizontal circular -0 -3 -3 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3535NG_Horizontal -TRS 3.5mm, horizontal, through-hole, with switch, https://www.cui.com/product/resource/sj1-353xng.pdf -TRS audio jack stereo horizontal -0 -5 -5 -Connector_Audio -Jack_3.5mm_CUI_SJ1-3535NG_Horizontal_CircularHoles -TRS 3.5mm, horizontal, through-hole, with switch, circular holes, https://www.cui.com/product/resource/sj1-353xng.pdf -TRS audio jack stereo horizontal circular -0 -5 -5 -Connector_Audio -Jack_3.5mm_CUI_SJ2-3593D-SMT_Horizontal -3.5 mm, Stereo, Right Angle, Surface Mount (SMT), Audio Jack Connector (https://www.cuidevices.com/product/resource/sj2-359x-smt.pdf) -3.5mm audio cui horizontal jack stereo -0 -5 -5 -Connector_Audio -Jack_3.5mm_KoreanHropartsElec_PJ-320D-4A_Horizontal -Korean Hroparts Elec PJ-320D-4A (https://datasheet.lcsc.com/lcsc/1810121716_Korean-Hroparts-Elec-PJ-320D-4A_C95562.pdf) -smt female jack horizontal -0 -4 -4 -Connector_Audio -Jack_3.5mm_Ledino_KB3SPRS_Horizontal -https://www.reichelt.de/index.html?ACTION=7&LA=3&OPEN=0&INDEX=0&FILENAME=C160%252FKB3SPRS.pdf -jack stereo TRS -0 -5 -5 -Connector_Audio -Jack_3.5mm_Lumberg_1503_07_Horizontal -TRS 3.5mm, horizontal, through-hole, https://downloads.lumberg.com/datenblaetter/en/1503_07.pdf -TRS audio jack horizontal -0 -4 -3 -Connector_Audio -Jack_3.5mm_PJ311_Horizontal -PJ311 6pin SMD 3.5mm stereo headphones jack. -headphones jack plug stereo 3.5mm PJ311 -0 -6 -6 -Connector_Audio -Jack_3.5mm_PJ320D_Horizontal -Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320D-72.html) -3.5mm jack mic microphone phones headphones 4pins audio plug -0 -4 -4 -Connector_Audio -Jack_3.5mm_PJ320E_Horizontal -Headphones with microphone connector, 3.5mm, 4 pins (http://www.qingpu-electronics.com/en/products/WQP-PJ320E-177.html) -3.5mm jack mic microphone phones headphones 4pins audio plug -0 -5 -4 -Connector_Audio -Jack_3.5mm_PJ31060-I_Horizontal -PJ31060-I 6pin SMD 3.5mm headphones jack (http://www.china-bsun.com/Product48/1577.html) -headphones jack plug stereo 3.5mm PJ31060-I PJ31060 -0 -6 -6 -Connector_Audio -Jack_3.5mm_QingPu_WQP-PJ398SM_Vertical_CircularHoles -TRS 3.5mm, vertical, Thonkiconn, PCB mount, (http://www.qingpu-electronics.com/en/products/WQP-PJ398SM-362.html) -WQP-PJ398SM WQP-PJ301M-12 TRS 3.5mm mono vertical jack thonkiconn qingpu -0 -3 -3 -Connector_Audio -Jack_3.5mm_Switronic_ST-005-G_horizontal -3.5mm horizontal headphones jack, http://akizukidenshi.com/download/ds/switronic/ST-005-G.pdf -Connector Audio Switronic ST-005-G -0 -4 -3 -Connector_Audio -Jack_3.5mm_Technik_TWP-3002_Horizontal -3.5mm Horizontal Waterproof Stereo Headphones Jack, https://www.technik.com.hk/images/pdf_product/WP3002-PA66-A.pdf -audio jack stereo horizontal waterproof -0 -7 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NJ2FD-V_Vertical -6.35mm (1/4 in) Vertical Jack, Non-switching mono jack (T/S), https://www.neutrik.com/en/product/nj2fd-v -neutrik jack vertical -0 -2 -2 -Connector_Audio -Jack_6.35mm_Neutrik_NJ3FD-V_Vertical -6.35mm (1/4 in) Vertical Jack, Non-switching stereo jack (T/R/S), https://www.neutrik.com/en/product/nj3fd-v -neutrik jack vertical -0 -3 -3 -Connector_Audio -Jack_6.35mm_Neutrik_NJ5FD-V_Vertical -6.35mm (1/4 in) Vertical Jack, 2 x switching (normalling) stereo jack (T/TN/R/RN/S), https://www.neutrik.com/en/product/nj5fd-v -neutrik jack vertical -0 -5 -5 -Connector_Audio -Jack_6.35mm_Neutrik_NJ6FD-V_Vertical -6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6fd-v -neutrik jack vertical -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NJ6TB-V_Vertical -6.35mm (1/4 in) Vertical Jack, 3 x switching (normalling) stereo jack B-gauge type (T/TN/R/RN/S/SN), https://www.neutrik.com/en/product/nj6tb-v -neutrik jack vertical -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ4HCD2_Horizontal -M Series, 6.35mm (1/4in) mono jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj4hcd2 -neutrik jack m -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ4HFD2_Horizontal -M Series, 6.35mm (1/4in) mono jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj4hfd2 -neutrik jack m -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ4HFD3_Horizontal -M Series, 6.35mm (1/4in) mono jack, switched, with a full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hfd3 -neutrik jack m -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ4HHD2_Horizontal -M Series, 6.35mm (1/4in) mono jack, switched, with a half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj4hhd2 -neutrik jack m -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HCD2_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and straight PCB pins, https://www.neutrik.com/en/product/nmj6hcd2 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HCD3_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with chrome ferrule and offset PCB pins, https://www.neutrik.com/en/product/nmj6hcd3 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HFD2-AU_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, full threaded nose, straight PCB pins, gold plated contacts, https://www.neutrik.com/en/product/nmj6hfd2-au -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HFD2_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and straight PCB pins, https://www.neutrik.com/en/product/nmj6hfd2 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HFD3_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hfd3 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HFD4_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with full threaded nose and fishtail PCB pins, https://www.neutrik.com/en/product/nmj6hfd4 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NMJ6HHD2_Horizontal -M Series, 6.35mm (1/4in) stereo jack, switched, with half threaded nose and offset PCB pins, https://www.neutrik.com/en/product/nmj6hhd2 -neutrik jack m -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ3HF-1_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, unswitched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj3hf-1 -neutrik jack slim -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ4HF-1_Horizontal -Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hf-1 -neutrik jack slim -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ4HF_Horizontal -Slim Jacks, 6.35mm (1/4in) mono jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj4hf -neutrik jack slim -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ4HH-1_Horizontal -Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj4hh-1 -neutrik jack slim -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ4HH_Horizontal -Slim Jacks, 6.35mm (1/4in) mono jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj4hh -neutrik jack slim -0 -4 -4 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HF-1-AU_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1-au -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HF-1_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hf-1 -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HF-AU_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf-au -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HF_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, fully threaded nose, https://www.neutrik.com/en/product/nrj6hf -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HH-1_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, sleeve contact/front panel connection, https://www.neutrik.com/en/product/nrj6hh-1 -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HH-AU_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, gold plated contacts, half threaded nose, https://www.neutrik.com/en/product/nrj6hh-au -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HH_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, switched, half threaded nose, https://www.neutrik.com/en/product/nrj6hh -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HM-1-AU_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, gold plated contacts, efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-au -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HM-1-PRE_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose, efficient chassis ground connection, T+R normalling contact, https://www.neutrik.com/en/product/nrj6hm-1-pre -neutrik jack slim -0 -6 -5 -Connector_Audio -Jack_6.35mm_Neutrik_NRJ6HM-1_Horizontal -Slim Jacks, 6.35mm (1/4in) stereo jack, metal nose with efficient chassis ground connection, T+R+S normalling contact, https://www.neutrik.com/en/product/nrj6hm-1 -neutrik jack slim -0 -6 -6 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ8HC_Horizontal -Stacking Jacks, Mono dual jack, full nose, https://www.neutrik.com/en/product/nsj8hc -neutrik jack stacking -0 -9 -9 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ8HL_Horizontal -Stacking Jacks, Mono dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj8hl -neutrik jack stacking -0 -9 -9 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ12HC_Horizontal -Stacking Jacks, Stereo dual jack, full nose, https://www.neutrik.com/en/product/nsj12hc -neutrik jack stacking -0 -13 -13 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ12HF-1_Horizontal -Stacking Jacks, Stereo dual jack, full threaded nose, https://www.neutrik.com/en/product/nsj12hf-1 -neutrik jack stacking -0 -13 -13 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ12HH-1_Horizontal -Stacking Jacks, Stereo dual jack, half threaded nose, https://www.neutrik.com/en/product/nsj12hh-1 -neutrik jack stacking -0 -13 -13 -Connector_Audio -Jack_6.35mm_Neutrik_NSJ12HL_Horizontal -Stacking Jacks, Stereo dual jack, quick fix nose, https://www.neutrik.com/en/product/nsj12hl -neutrik jack stacking -0 -13 -13 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ5FI-H-0_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj5fi-h-0 -neutrik jack combo i -0 -6 -6 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ5FI-H_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-h -neutrik jack combo i -0 -6 -6 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ5FI-V-0_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj5fi-v-0 -neutrik jack combo i -0 -6 -6 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ5FI-V_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) mono jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj5fi-v -neutrik jack combo i -0 -6 -6 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-0_Horizontal -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-h-0 -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-H-DA_Horizontal -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-h-da -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-H_Horizontal -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fa-h -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-0_Vertical -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fa-v-0 -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-V-DA_Vertical -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/ncj6fa-v-da -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FA-V_Vertical -Combo A series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fa-v -neutrik jack combo a -0 -8 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FI-H-0_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj6fi-h-0 -neutrik jack combo i -0 -7 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FI-H_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-h -neutrik jack combo i -0 -7 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FI-V-0_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj6fi-v-0 -neutrik jack combo i -0 -7 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ6FI-V_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) stereo jack without switching contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj6fi-v -neutrik jack combo i -0 -7 -7 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ9FI-H-0_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, https://www.neutrik.com/en/product/ncj9fi-h-0 -neutrik jack combo i -0 -10 -10 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ9FI-H_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-h -neutrik jack combo i -0 -10 -10 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ9FI-V-0_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, https://www.neutrik.com/en/product/ncj9fi-v-0 -neutrik jack combo i -0 -10 -10 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ9FI-V_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj9fi-v -neutrik jack combo i -0 -10 -10 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ10FI-H-0_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, https://www.neutrik.com/en/product/ncj10fi-h-0 -neutrik jack combo i -0 -11 -11 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ10FI-H_Horizontal -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, horizontal PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-h -neutrik jack combo i -0 -11 -11 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ10FI-V-0_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, https://www.neutrik.com/en/product/ncj10fi-v-0 -neutrik jack combo i -0 -11 -11 -Connector_Audio -Jack_XLR-6.35mm_Neutrik_NCJ10FI-V_Vertical -Combo I series, 3 pole XLR female receptacle with 6.35mm (1/4in) switching stereo jack and switching ground contact, vertical PCB mount, retention spring, https://www.neutrik.com/en/product/ncj10fi-v -neutrik jack combo i -0 -11 -11 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH-0_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah-0 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH1-0_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah1-0 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH1-DA_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faah1-da -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH1_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah1 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH2-0_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faah2-0 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH2_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah2 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAH_Horizontal -AA Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3faah -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV-0_Vertical -AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav-0 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV1-0_Vertical -AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav1-0 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV1-DA_Vertical -AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3faav1-da -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV1_Vertical -AA Series, 3 pole female receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav1 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV2-0_Vertical -AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3faav2-0 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV2_Vertical -AA Series, 3 pole female receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav2 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAAV_Vertical -AA Series, 3 pole female receptacle, grounding: without ground/shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3faav -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH1-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah1-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH1-DA_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah1-da -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH1_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah1 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH2-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fah2-0 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH2-DA_Horizontal -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fah2-da -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH2_Horizontal -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah2 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHL-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHL1-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahl1-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHL1_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fahl1 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHR-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHR1-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr1-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHR1_Horizontal -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr1 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHR2-0_Horizontal -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fahr2-0 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAHR2_Horizontal -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3fahr2 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAH_Horizontal -A Series, 3 pole female XLR receptacle, grounding: without ground/shell contact, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fah -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV-0_Vertical -A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV1-0_Vertical -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav1-0 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV1-DA_Vertical -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav1-da -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV1_Vertical -A Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav1 -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV2-0_Vertical -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc3fav2-0 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV2-DA_Vertical -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fav2-da -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV2_Vertical -A Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav2 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FAV_Vertical -A Series, 3 pole female XLR receptacle, grounding: without ground / shell contact, vertical PCB mount, https://www.neutrik.com/en/product/nc3fav -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH1-B_Horizontal -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh1-b -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH1-DA_Horizontal -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh1-da -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH1-E_Horizontal -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh1-e -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH1_Horizontal -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh1 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH2-B_Horizontal -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbh2-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH2-DA_Horizontal -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbh2-da -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH2-E_Horizontal -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3fbh2-e -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBH2_Horizontal -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3fbh2 -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBHL1_Horizontal -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3fbhl1 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV1-0_Vertical -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, retention spring, no latch, https://www.neutrik.com/en/product/nc3fbv1-0 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV1-B_Vertical -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv1-b -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV1-DA_Vertical -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv1-da -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV1_Vertical -B Series, 3 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv1 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV2-B_Vertical -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3fbv2-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV2-DA_Vertical -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc3fbv2-da -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV2-SW_Vertical -B Series, 3 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2-sw -neutrik xlr b -0 -7 -7 -Connector_Audio -Jack_XLR_Neutrik_NC3FBV2_Vertical -B Series, 3 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3fbv2 -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAH-0_Horizontal -AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-0 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAH-1_Horizontal -AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah-1 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAH_Horizontal -AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3maah -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAV-0_Vertical -AA Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-0 -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAV-1_Vertical -AA Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav-1 -neutrik xlr aa -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MAAV_Vertical -AA Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3maav -neutrik xlr aa -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAFH-PH_Horizontal -A Series, Chassis connector H female (A series layout), mates with Phoenix MSTB2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mafh-ph -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MAH-0_Horizontal -A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah-0 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAHL_Horizontal -A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mahl -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAHR_Horizontal -A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mahr -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAH_Horizontal -A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mah -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAMH-PH_Horizontal -A Series, Chassis connector Phoenix H male (A series layout), mates with Phoenix MSTB 2,5/3-ST, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mamh-ph -neutrik xlr a -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MAV-0_Vertical -A Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav-0 -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MAV_Vertical -A Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mav -neutrik xlr a -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBH-0_Horizontal -B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-0 -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBH-1_Horizontal -B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh-1 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MBH-B_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbh-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBH-E_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbh-e -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBHL-B_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhl-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBHL_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral left PCB mount, https://www.neutrik.com/en/product/nc3mbhl -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBHR-B_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbhr-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBHR_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, lateral right PCB mount, https://www.neutrik.com/en/product/nc3mbhr -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBH_Horizontal -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, horizontal PCB mount, https://www.neutrik.com/en/product/nc3mbh -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV-0_Vertical -B Series, 3 pole male XLR receptacle, grounding: ground contact connected to shell ground, but not to front panel and Pin 1, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-0 -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV-1_Vertical -B Series, 3 pole male XLR receptacle, grounding: mating connector shell to pin1 and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-1 -neutrik xlr b -0 -3 -3 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV-B_Vertical -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc3mbv-b -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV-E_Vertical -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, additional ground contacts, https://www.neutrik.com/en/product/nc3mbv-e -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV-SW_Vertical -B Series, 3 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv-sw -neutrik xlr b -0 -7 -7 -Connector_Audio -Jack_XLR_Neutrik_NC3MBV_Vertical -B Series, 3 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, steel retention lug, vertical PCB mount, https://www.neutrik.com/en/product/nc3mbv -neutrik xlr b -0 -4 -4 -Connector_Audio -Jack_XLR_Neutrik_NC4FAH-0_Horizontal -A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fah-0 -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4FAH_Horizontal -A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fah -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4FAV-0_Vertical -A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc4fav-0 -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4FAV_Vertical -A Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fav -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4FBH_Horizontal -B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4fbh -neutrik xlr b -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4FBV_Vertical -B Series, 4 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4fbv -neutrik xlr b -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4MAH_Horizontal -A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mah -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4MAV_Vertical -A Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mav -neutrik xlr a -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4MBH_Horizontal -B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc4mbh -neutrik xlr b -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC4MBV_Vertical -B Series, 4 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc4mbv -neutrik xlr b -0 -5 -5 -Connector_Audio -Jack_XLR_Neutrik_NC5FAH-0_Horizontal -A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, retention spring instead of latch, https://www.neutrik.com/en/product/nc5fah-0 -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FAH-DA_Horizontal -A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fah-da -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FAH_Horizontal -A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fah -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FAV-DA_Vertical -A Series, 5 pole female XLR receptacle, grounding: mating connector shell to pin1 and front panel, horizontal PCB mount, asymmetric push, https://www.neutrik.com/en/product/nc5fav-da -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FAV-SW_Vertical -A Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, color coding possible, https://www.neutrik.com/en/product/nc5fav-sw -neutrik xlr a -0 -9 -9 -Connector_Audio -Jack_XLR_Neutrik_NC5FAV_Vertical -A Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fav -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FBH-B_Horizontal -B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbh-b -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FBH_Horizontal -B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5fbh -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FBV-B_Vertical -B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5fbv-b -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5FBV-SW_Vertical -B Series, 5 pole female XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv-sw -neutrik xlr b -0 -9 -9 -Connector_Audio -Jack_XLR_Neutrik_NC5FBV_Vertical -B Series, 5 pole female XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5fbv -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MAH_Horizontal -A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mah -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MAV-SW_Vertical -A Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav-sw -neutrik xlr a -0 -9 -9 -Connector_Audio -Jack_XLR_Neutrik_NC5MAV_Vertical -A Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mav -neutrik xlr a -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MBH-B_Horizontal -B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbh-b -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MBH_Horizontal -B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, horizontal PCB mount, https://www.neutrik.com/en/product/nc5mbh -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MBV-B_Vertical -B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, black chrome shell, https://www.neutrik.com/en/product/nc5mbv-b -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_XLR_Neutrik_NC5MBV-SW_Vertical -B Series, 5 pole male XLR receptacle, switching contacts, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv-sw -neutrik xlr b -0 -9 -9 -Connector_Audio -Jack_XLR_Neutrik_NC5MBV_Vertical -B Series, 5 pole male XLR receptacle, grounding: separate ground contact to mating connector shell and front panel, vertical PCB mount, https://www.neutrik.com/en/product/nc5mbv -neutrik xlr b -0 -6 -6 -Connector_Audio -Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-H_Horizontal -speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, horizontal pcb mount, replaces NLJ2MD-H, https://www.neutrik.com/en/product/nlj2mdxx-h -neutrik speakon combo -0 -2 -2 -Connector_Audio -Jack_speakON-6.35mm_Neutrik_NLJ2MDXX-V_Vertical -speakON Combo, 2 pole combination of speakON socket and 6.35mm (1/4in) jack receptacle, vertical pcb mount, replaces NLJ2MD-V, https://www.neutrik.com/en/product/nlj2mdxx-v -neutrik speakon combo -0 -2 -2 -Connector_Audio -Jack_speakON_Neutrik_NL2MDXX-H-3_Horizontal -speakON Chassis Connectors, 2 pole chassis connector, gray D-size flange, countersunk thru holes, horizontal PCB, replaces NL2MD-H, https://www.neutrik.com/en/product/nl2mdxx-h-3 -neutrik speakon -0 -2 -2 -Connector_Audio -Jack_speakON_Neutrik_NL2MDXX-V_Vertical -speakON Chassis Connectors, 2 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL2MD-V, https://www.neutrik.com/en/product/nl2mdxx-v -neutrik speakon -0 -2 -2 -Connector_Audio -Jack_speakON_Neutrik_NL4MDXX-H-2_Horizontal -speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H-2, https://www.neutrik.com/en/product/nl4mdxx-h-2 -neutrik speakon -0 -4 -4 -Connector_Audio -Jack_speakON_Neutrik_NL4MDXX-H-3_Horizontal -speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), horizontal PCB mount, replaces NL4MD-H, NL4MD-H-1, NL4MD-H-3, https://www.neutrik.com/en/product/nl4mdxx-h-3 -neutrik speakon -0 -4 -4 -Connector_Audio -Jack_speakON_Neutrik_NL4MDXX-V-2_Vertical -speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, mirrored self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-2, https://www.neutrik.com/en/product/nl4mdxx-v-2 -neutrik speakon -0 -4 -4 -Connector_Audio -Jack_speakON_Neutrik_NL4MDXX-V-3_Vertical -speakON Chassis Connectors, 4 pole chassis connector, grey D-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL4MD-V-1, https://www.neutrik.com/en/product/nl4mdxx-v-3 -neutrik speakon -0 -4 -4 -Connector_Audio -Jack_speakON_Neutrik_NL4MDXX-V_Vertical -speakON Chassis Connectors, 4 pole chassis connector, black D-size flange, countersunk thru holes, vertical PCB mount, replaces NL4MD-V, NL4MD-V-R, NL4MD-V-S, https://www.neutrik.com/en/product/nl4mdxx-v -neutrik speakon -0 -4 -4 -Connector_Audio -Jack_speakON_Neutrik_NL8MDXX-V-3_Vertical -speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, self tapping screw holes (A-screw), vertical PCB mount, replaces NL8MD-V-1, https://www.neutrik.com/en/product/nl8mdxx-v-3 -neutrik speakon -0 -8 -8 -Connector_Audio -Jack_speakON_Neutrik_NL8MDXX-V_Vertical -speakON Chassis Connectors, 8 pole chassis connector, nickel metal square G-size flange, countersunk thru holes, vertical PCB mount, replaces NL8MD-V, https://www.neutrik.com/en/product/nl8mdxx-v -neutrik speakon -0 -8 -8 -Connector_Audio -Jack_speakON_Neutrik_NLT4MD-V_Vertical -STX Series, 4 pole male chassis connector, metal housing, vertical PCB mount, self tapping screw holes (A-screw), https://www.neutrik.com/en/product/nlt4md-v -neutrik speakon stx -0 -4 -4 -Connector_Audio -MiniXLR-5_Switchcraft_TRAPC_Horizontal -http://www.switchcraft.com/ProductSummary.aspx?Parent=620 http://www.switchcraft.com/Drawings/TRAPC_X-TRASM_X_SERIES_CD.PDF -THT Mini XLR 5Pin right angle -0 -5 -5 -Connector_Audio -Plug_3.5mm_CUI_SP-3541 -4 contacts, 3.5mm audio plug, https://www.cuidevices.com/product/resource/pdf/sp-3541.pdf -3.5mm plug TRRS -0 -4 -4 -Connector_BarrelJack -BarrelJack_CLIFF_FC681465S_SMT_Horizontal -Surface-mount DC Barrel Jack, https://www.cliffuk.co.uk/products/dcconnectors/FC681465S.pdf -Power Jack SMT -0 -4 -3 -Connector_BarrelJack -BarrelJack_CUI_PJ-036AH-SMT_Horizontal -Surface-mount DC Barrel Jack, http://www.cui.com/product/resource/pj-036ah-smt.pdf -Power Jack SMT -0 -3 -3 -Connector_BarrelJack -BarrelJack_CUI_PJ-063AH_Horizontal -Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf -barrel jack cui dc power -0 -4 -3 -Connector_BarrelJack -BarrelJack_CUI_PJ-063AH_Horizontal_CircularHoles -Barrel Jack, 2.0mm ID, 5.5mm OD, 24V, 8A, no switch, https://www.cui.com/product/resource/pj-063ah.pdf -barrel jack cui dc power -0 -4 -3 -Connector_BarrelJack -BarrelJack_CUI_PJ-102AH_Horizontal -Thin-pin DC Barrel Jack, https://cdn-shop.adafruit.com/datasheets/21mmdcjackDatasheet.pdf -Power Jack -0 -3 -3 -Connector_BarrelJack -BarrelJack_GCT_DCJ200-10-A_Horizontal -Barrel jack connector (5.5 mm outer diameter, 2.05 inner diameter ), https://gct.co/files/drawings/dcj200-10.pdf -connector barrel jack -0 -3 -3 -Connector_BarrelJack -BarrelJack_Horizontal -DC Barrel Jack -Power Jack -0 -3 -3 -Connector_BarrelJack -BarrelJack_Kycon_KLDX-0202-xC_Horizontal -DC Barrel Jack 2mm or 2.5mm center pin, https://www.kycon.com/Pub_Eng_Draw/KLDX-0202-AC%20&%20BC.pdf -power jack 2mm 2.5mm KLDX-0202-BC KLDX-0202-AC -0 -3 -3 -Connector_BarrelJack -BarrelJack_SwitchcraftConxall_RAPC10U_Horizontal -DC Power Jack, 13A, 24V, Panel Mount,Through-hole, https://www.switchcraft.com/Drawings/RAPC10U_CD.pdf -barreljack switchcraftconxall dc power -0 -2 -2 -Connector_BarrelJack -BarrelJack_Wuerth_6941xx301002 -Wuerth electronics barrel jack connector (5.5mm outher diameter, inner diameter 2.05mm or 2.55mm depending on exact order number), See: http://katalog.we-online.de/em/datasheet/6941xx301002.pdf -connector barrel jack -0 -3 -3 -Connector_Card -CF-Card_3M_N7E50-A516xx-30 -Compact Flash Card connector, polarization inverse (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) -connector cf -0 -54 -50 -Connector_Card -CF-Card_3M_N7E50-E516xx-30 -Compact Flash Card connector, normal polarization (https://multimedia.3m.com/mws/media/22424O/3mtm-cf-card-header-type-i-low-profile-surface-mount-ts0747.pdf) -connector cf -0 -54 -50 -Connector_Card -SD_Hirose_DM1AA_SF_PEJ82 -SD, SMD, top-mount, push-push (https://www.hirose.com/product/document?clcode=CL0609-0004-8-82&productname=DM1AA-SF-PEJ(82)&series=DM1&documenttype=2DDrawing&lang=en&documentid=0000915301) -SD card connector -0 -16 -13 -Connector_Card -SD_Kyocera_145638009211859+ -SD Card Connector, Normal Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) -sd card smt -0 -13 -13 -Connector_Card -SD_Kyocera_145638009511859+ -SD Card Connector, Normal Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) -sd card smt -0 -13 -13 -Connector_Card -SD_Kyocera_145638109211859+ -SD Card Connector, Reverse Type, Outer Tail, Without Ejector (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) -sd card smt -0 -13 -13 -Connector_Card -SD_Kyocera_145638109511859+ -SD Card Connector, Reverse Type, Outer Tail, Spring Eject Type (https://global.kyocera.com/prdct/electro/product/pdf/5638.pdf) -sd card smt -0 -13 -13 -Connector_Card -SD_TE_2041021 -SD card connector, top mount, SMT (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2041021%7FB%7Fpdf%7FEnglish%7FENG_CD_2041021_B_C_2041021_B.pdf%7F2041021-4) -sd card -0 -15 -12 -Connector_Card -microSD_HC_Hirose_DM3AT-SF-PEJM5 -Micro SD, SMD, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3AT-SF-PEJM5/category/Drawing%20(2D)/doc_file_id/44099/?file_category_id=6&item_id=06090031000&is_series=) -Micro SD -0 -14 -11 -Connector_Card -microSD_HC_Hirose_DM3BT-DSF-PEJS -Micro SD, SMD, reverse on-board, right-angle, push-pull (https://www.hirose.com/product/en/download_file/key_name/DM3BT-DSF-PEJS/category/Drawing%20(2D)/doc_file_id/44097/?file_category_id=6&item_id=06090029900&is_series=) -Micro SD -0 -16 -11 -Connector_Card -microSD_HC_Hirose_DM3D-SF -Micro SD, SMD, right-angle, push-pull (https://media.digikey.com/PDF/Data%20Sheets/Hirose%20PDFs/DM3D-SF.pdf) -Micro SD -0 -14 -11 -Connector_Card -microSD_HC_Molex_47219-2001 -1.10mm Pitch microSD Card Connector, Hinge Type, https://www.molex.com/pdm_docs/sd/472192001_sd.pdf -Micro SD -0 -12 -9 -Connector_Card -microSD_HC_Molex_104031-0811 -1.10mm Pitch microSD Memory Card Connector, Surface Mount, Push-Pull Type, 1.42mm Height, with Detect Switch (https://www.molex.com/pdm_docs/sd/1040310811_sd.pdf) -microSD SD molex -0 -14 -11 -Connector_Card -microSD_HC_Wuerth_693072010801 -http://katalog.we-online.de/em/datasheet/693072010801.pdf -Micro SD Wuerth Wurth Würth -0 -12 -9 -Connector_Card -microSIM_JAE_SF53S006VCBR2000 -https://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ115712.pdf -microSIM GSM Card -0 -14 -7 -Connector_Coaxial -BNC_Amphenol_031-5539_Vertical -BNC coaxial connector vertical, Amphenol 031-71059, https://www.amphenolrf.com/library/download/link/link_id/594427/parent/031-5539/ -BNC Amphenol Vertical -0 -4 -2 -Connector_Coaxial -BNC_Amphenol_031-6575_Horizontal -dual independently isolated BNC plug (https://www.amphenolrf.com/downloads/dl/file/id/2980/product/644/031_6575_customer_drawing.pdf) -Dual BNC Amphenol Horizontal -0 -6 -4 -Connector_Coaxial -BNC_Amphenol_B6252HB-NPP3G-50_Horizontal -http://www.farnell.com/datasheets/612848.pdf -BNC Amphenol Horizontal -0 -4 -2 -Connector_Coaxial -BNC_PanelMountable_Vertical -Panel-mountable BNC connector mounted through PCB, vertical -BNC connector -0 -2 -2 -Connector_Coaxial -BNC_TEConnectivity_1478035_Horizontal -BNC RF Interface, PCB mount 4 pin, Right Angle, Bayonet, 50Ohm, 4GHz, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1478035%7FB1%7Fpdf%7FEnglish%7FENG_CD_1478035_B1.pdf%7F1-1478035-0 -BNC RF interface bayonet 50ohm -0 -5 -2 -Connector_Coaxial -BNC_TEConnectivity_1478204_Vertical -BNC female PCB mount 4 pin straight chassis connector http://www.te.com/usa-en/product-1-1478204-0.html -BNC female PCB mount 4 pin straight chassis connector -0 -5 -2 -Connector_Coaxial -BNC_Win_364A2x95_Horizontal -Dual front isolated BNC plug (https://www.winconn.com/wp-content/uploads/364A2595.pdf) -Dual BNC Horizontal Isolated -0 -6 -3 -Connector_Coaxial -CoaxialSwitch_Hirose_MS-156C3_Horizontal -Subminiature Coaxial Switch 1.35mm High, DC to 11GHz -Switch Coaxial RF -0 -12 -3 -Connector_Coaxial -MMCX_Molex_73415-0961_Horizontal_0.8mm-PCB -Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf -Molex MMCX Horizontal Coaxial -0 -3 -2 -Connector_Coaxial -MMCX_Molex_73415-0961_Horizontal_1.0mm-PCB -Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf -Molex MMCX Horizontal Coaxial -0 -3 -2 -Connector_Coaxial -MMCX_Molex_73415-0961_Horizontal_1.6mm-PCB -Molex MMCX Horizontal Coaxial https://www.molex.com/pdm_docs/sd/734150961_sd.pdf -Molex MMCX Horizontal Coaxial -0 -3 -2 -Connector_Coaxial -MMCX_Molex_73415-1471_Vertical -http://www.molex.com/pdm_docs/sd/734151471_sd.pdf -Molex MMCX Coaxial Connector 50 ohms Female Jack Vertical THT -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_901-143_Horizontal - Amphenol RF 901-143 https://www.amphenolrf.com/library/download/link/link_id/585682 -SMA THT Female Jack Horizontal -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_901-144_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/7023/product/3103/901_144_customer_drawing.pdf -SMA THT Female Jack Vertical -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132134-10_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/4007/product/2974/132134_10_customer_drawing.pdf -SMA SMD Female Jack Vertical -0 -3 -2 -Connector_Coaxial -SMA_Amphenol_132134-11_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/3406/product/2975/132134_11_customer_drawing.pdf -SMA THT Female Jack Vertical ExtendedLegs -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132134-14_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/1793/product/2976/132134_14_customer_drawing.pdf -SMA THT Female Jack Vertical ExtendedLegs -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132134-16_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/1141/product/2978/132134_16_customer_drawing.pdf -SMA THT Female Jack Vertical ExtendedLegs -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132134_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/2187/product/2843/132134_customer_drawing.pdf -SMA THT Female Jack Vertical ExtendedLegs -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132203-12_Horizontal -https://www.amphenolrf.com/media/downloads/1769/132203-12.pdf -SMA THT Female Jack Horizontal -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132289_EdgeMount -http://www.amphenolrf.com/132289.html -SMA -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132291-12_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/1688/product/3020/132291_12_customer_drawing.pdf -SMA THT Female Jack Vertical Bulkhead -0 -5 -2 -Connector_Coaxial -SMA_Amphenol_132291_Vertical -https://www.amphenolrf.com/downloads/dl/file/id/3222/product/2918/132291_customer_drawing.pdf -SMA THT Female Jack Vertical Bulkhead -0 -5 -2 -Connector_Coaxial -SMA_Molex_73251-1153_EdgeMount_Horizontal -Molex SMA RF Connectors, Edge Mount, (http://www.molex.com/pdm_docs/sd/732511150_sd.pdf) -sma edge -0 -11 -2 -Connector_Coaxial -SMA_Molex_73251-2120_EdgeMount_Horizontal -Molex SMA RF Connector, Edge Mount, (http://www.molex.com/pdm_docs/sd/732512120_sd.pdf) -sma edge -0 -7 -2 -Connector_Coaxial -SMA_Molex_73251-2200_Horizontal -https://www.molex.com/webdocs/datasheets/pdf/en-us/0732512200_RF_COAX_CONNECTORS.pdf -SMA THT Female Jack Horizontal -0 -5 -2 -Connector_Coaxial -SMA_Samtec_SMA-J-P-X-ST-EM1_EdgeMount -Connector SMA, 0Hz to 20GHz, 50Ohm, Edge Mount (http://suddendocs.samtec.com/prints/sma-j-p-x-st-em1-mkt.pdf) -SMA Straight Samtec Edge Mount -0 -5 -2 -Connector_Coaxial -SMA_Wurth_60312102114405_Vertical -Würth WR-SMA PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/60312102114405.pdf) -Coaxial Connector 50 ohms Female -0 -3 -2 -Connector_Coaxial -SMA_Wurth_60312002114503_Vertical -https://www.we-online.de/katalog/datasheet/60312002114503.pdf -SMA THT Female Jack Vertical ExtendedLegs -0 -5 -2 -Connector_Coaxial -SMB_Jack_Vertical -SMB pcb mounting jack -SMB Jack Striaght -0 -5 -2 -Connector_Coaxial -U.FL_Hirose_U.FL-R-SMT-1_Vertical -Hirose U.FL Coaxial https://www.hirose.com/product/en/products/U.FL/U.FL-R-SMT-1%2810%29/ -Hirose U.FL Coaxial -0 -3 -2 -Connector_Coaxial -U.FL_Molex_MCRF_73412-0110_Vertical -Molex Microcoaxial RF Connectors (MCRF), mates Hirose U.FL, (http://www.molex.com/pdm_docs/sd/734120110_sd.pdf) -mcrf hirose ufl u.fl microcoaxial -0 -4 -2 -Connector_Coaxial -WR-MMCX_Wuerth_66012102111404_Vertical -Würth WR-MMCX PCB SMT Jack, Vertical (https://www.we-online.com/components/products/datasheet/66012102111404.pdf) -Coaxial Connector 50 ohms Female -0 -3 -2 -Connector_Coaxial -WR-MMCX_Wuerth_66011102111302_Horizontal -Würth WR-MMCX PCB SMT Jack, Horizontal (https://www.we-online.com/components/products/datasheet/66011102111302.pdf) -Coaxial Connector 50 ohms Female -0 -7 -2 -Connector_DIN -DIN41612_B2_2x8_Female_Vertical_THT -DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/2 -0 -16 -16 -Connector_DIN -DIN41612_B2_2x8_Male_Horizontal_THT -DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/2 -0 -16 -16 -Connector_DIN -DIN41612_B2_2x16_Female_Vertical_THT -DIN41612 connector, type B/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/2 -0 -32 -32 -Connector_DIN -DIN41612_B2_2x16_Male_Horizontal_THT -DIN41612 connector, type B/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/2 -0 -32 -32 -Connector_DIN -DIN41612_B3_2x5_Female_Vertical_THT -DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/3 -0 -10 -10 -Connector_DIN -DIN41612_B3_2x5_Male_Horizontal_THT -DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/3 -0 -10 -10 -Connector_DIN -DIN41612_B3_2x10_Female_Vertical_THT -DIN41612 connector, type B/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/3 -0 -20 -20 -Connector_DIN -DIN41612_B3_2x10_Male_Horizontal_THT -DIN41612 connector, type B/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B/3 -0 -20 -20 -Connector_DIN -DIN41612_B_1x32_Female_Vertical_THT -DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -32 -32 -Connector_DIN -DIN41612_B_1x32_Male_Horizontal_THT -DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -32 -32 -Connector_DIN -DIN41612_B_2x16_Female_Vertical_THT -DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -32 -32 -Connector_DIN -DIN41612_B_2x16_Male_Horizontal_THT -DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -32 -32 -Connector_DIN -DIN41612_B_2x32_Female_Vertical_THT -DIN41612 connector, type B, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -64 -64 -Connector_DIN -DIN41612_B_2x32_Male_Horizontal_THT -DIN41612 connector, type B, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 B -0 -64 -64 -Connector_DIN -DIN41612_C2_2x16_Female_Vertical_THT -DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/2 -0 -32 -32 -Connector_DIN -DIN41612_C2_2x16_Male_Horizontal_THT -DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/2 -0 -32 -32 -Connector_DIN -DIN41612_C2_3x16_Female_Vertical_THT -DIN41612 connector, type C/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/2 -0 -48 -48 -Connector_DIN -DIN41612_C2_3x16_Male_Horizontal_THT -DIN41612 connector, type C/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/2 -0 -48 -48 -Connector_DIN -DIN41612_C3_2x10_Female_Vertical_THT -DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/3 -0 -20 -20 -Connector_DIN -DIN41612_C3_2x10_Male_Horizontal_THT -DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/3 -0 -20 -20 -Connector_DIN -DIN41612_C3_3x10_Female_Vertical_THT -DIN41612 connector, type C/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/3 -0 -30 -30 -Connector_DIN -DIN41612_C3_3x10_Male_Horizontal_THT -DIN41612 connector, type C/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C/3 -0 -30 -30 -Connector_DIN -DIN41612_C_1x32_Female_Vertical_THT -DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -32 -32 -Connector_DIN -DIN41612_C_1x32_Male_Horizontal_THT -DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -32 -32 -Connector_DIN -DIN41612_C_2x16_Female_Vertical_THT -DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -32 -32 -Connector_DIN -DIN41612_C_2x16_Male_Horizontal_THT -DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -32 -32 -Connector_DIN -DIN41612_C_2x32_Female_Vertical_THT -DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -64 -64 -Connector_DIN -DIN41612_C_2x32_Male_Horizontal_THT -DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -64 -64 -Connector_DIN -DIN41612_C_3x16_Female_Vertical_THT -DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -48 -48 -Connector_DIN -DIN41612_C_3x16_Male_Horizontal_THT -DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -48 -48 -Connector_DIN -DIN41612_C_3x32_Female_Vertical_THT -DIN41612 connector, type C, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -96 -96 -Connector_DIN -DIN41612_C_3x32_Male_Horizontal_THT -DIN41612 connector, type C, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 C -0 -96 -96 -Connector_DIN -DIN41612_D_2x8_Female_Vertical_THT -DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 D -0 -16 -16 -Connector_DIN -DIN41612_D_2x8_Male_Horizontal_THT -DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 D -0 -16 -16 -Connector_DIN -DIN41612_D_2x16_Female_Vertical_THT -DIN41612 connector, type D, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 D -0 -32 -32 -Connector_DIN -DIN41612_D_2x16_Male_Horizontal_THT -DIN41612 connector, type D, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 D -0 -32 -32 -Connector_DIN -DIN41612_E_2x16_Female_Vertical_THT -DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -32 -32 -Connector_DIN -DIN41612_E_2x16_Male_Horizontal_THT -DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -32 -32 -Connector_DIN -DIN41612_E_2x16_RowsAC_Female_Vertical_THT -DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -32 -32 -Connector_DIN -DIN41612_E_2x16_RowsAC_Male_Horizontal_THT -DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -32 -32 -Connector_DIN -DIN41612_E_3x16_Female_Vertical_THT -DIN41612 connector, type E, Vertical, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -48 -48 -Connector_DIN -DIN41612_E_3x16_Male_Horizontal_THT -DIN41612 connector, type E, Horizontal, 5 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 E -0 -48 -48 -Connector_DIN -DIN41612_F_2x16_Female_Vertical_THT -DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -32 -32 -Connector_DIN -DIN41612_F_2x16_Male_Horizontal_THT -DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -32 -32 -Connector_DIN -DIN41612_F_2x16_RowsZD_Female_Vertical_THT -DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -32 -32 -Connector_DIN -DIN41612_F_2x16_RowsZD_Male_Horizontal_THT -DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -32 -32 -Connector_DIN -DIN41612_F_3x16_Female_Vertical_THT -DIN41612 connector, type F, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -48 -48 -Connector_DIN -DIN41612_F_3x16_Male_Horizontal_THT -DIN41612 connector, type F, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 F -0 -48 -48 -Connector_DIN -DIN41612_Q2_2x16_Male_Horizontal_THT -DIN41612 connector, type Q/2, Horizontal, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q/2 -0 -32 -32 -Connector_DIN -DIN41612_Q2_2x16_Male_Vertical_THT -DIN41612 connector, type Q/2, Vertical, 2 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q/2 -0 -32 -32 -Connector_DIN -DIN41612_Q3_2x10_Male_Horizontal_THT -DIN41612 connector, type Q/3, Horizontal, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q/3 -0 -20 -20 -Connector_DIN -DIN41612_Q3_2x10_Male_Vertical_THT -DIN41612 connector, type Q/3, Vertical, 2 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q/3 -0 -20 -20 -Connector_DIN -DIN41612_Q_2x32_Male_Horizontal_THT -DIN41612 connector, type Q, Horizontal, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q -0 -64 -64 -Connector_DIN -DIN41612_Q_2x32_Male_Vertical_THT -DIN41612 connector, type Q, Vertical, 2 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 Q -0 -64 -64 -Connector_DIN -DIN41612_R2_2x16_Male_Horizontal_THT -DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/2 -0 -32 -32 -Connector_DIN -DIN41612_R2_2x16_Male_Vertical_THT -DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/2 -0 -32 -32 -Connector_DIN -DIN41612_R2_3x16_Male_Horizontal_THT -DIN41612 connector, type R/2, Horizontal, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/2 -0 -48 -48 -Connector_DIN -DIN41612_R2_3x16_Male_Vertical_THT -DIN41612 connector, type R/2, Vertical, 3 rows 16 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/2 -0 -48 -48 -Connector_DIN -DIN41612_R3_2x10_Male_Horizontal_THT -DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/3 -0 -20 -20 -Connector_DIN -DIN41612_R3_2x10_Male_Vertical_THT -DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/3 -0 -20 -20 -Connector_DIN -DIN41612_R3_3x10_Male_Horizontal_THT -DIN41612 connector, type R/3, Horizontal, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/3 -0 -30 -30 -Connector_DIN -DIN41612_R3_3x10_Male_Vertical_THT -DIN41612 connector, type R/3, Vertical, 3 rows 10 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R/3 -0 -30 -30 -Connector_DIN -DIN41612_R_1x32_Male_Horizontal_THT -DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -32 -32 -Connector_DIN -DIN41612_R_1x32_Male_Vertical_THT -DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -32 -32 -Connector_DIN -DIN41612_R_2x16_Male_Horizontal_THT -DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -32 -32 -Connector_DIN -DIN41612_R_2x16_Male_Vertical_THT -DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -32 -32 -Connector_DIN -DIN41612_R_2x32_Male_Horizontal_THT -DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -64 -64 -Connector_DIN -DIN41612_R_2x32_Male_Vertical_THT -DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -64 -64 -Connector_DIN -DIN41612_R_3x16_Male_Horizontal_THT -DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -48 -48 -Connector_DIN -DIN41612_R_3x16_Male_Vertical_THT -DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -48 -48 -Connector_DIN -DIN41612_R_3x32_Male_Horizontal_THT -DIN41612 connector, type R, Horizontal, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -96 -96 -Connector_DIN -DIN41612_R_3x32_Male_Vertical_THT -DIN41612 connector, type R, Vertical, 3 rows 32 pins wide, https://www.erni-x-press.com/de/downloads/kataloge/englische_kataloge/erni-din41612-iec60603-2-e.pdf -DIN 41612 IEC 60603 R -0 -96 -96 -Connector_Dsub -DSUB-9_Female_EdgeMount_P2.77mm -9-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 25mm -0 -9 -9 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -9 -9 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -9 -9 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Female_Vertical_P2.77x2.84mm -9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm -0 -9 -9 -Connector_Dsub -DSUB-9_Female_Vertical_P2.77x2.84mm_MountingHoles -9-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_EdgeMount_P2.77mm -9-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 25mm -0 -9 -9 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -9 -9 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -9 -9 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -9-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -11 -10 -Connector_Dsub -DSUB-9_Male_Vertical_P2.77x2.84mm -9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm -0 -9 -9 -Connector_Dsub -DSUB-9_Male_Vertical_P2.77x2.84mm_MountingHoles -9-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -9-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 25mm -0 -11 -10 -Connector_Dsub -DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -17 -16 -Connector_Dsub -DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -17 -16 -Connector_Dsub -DSUB-15-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15-HD_Female_Vertical_P2.29x1.98mm_MountingHoles -15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 25mm -0 -17 -16 -Connector_Dsub -DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -17 -16 -Connector_Dsub -DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 25mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 25mm mounting-hole-offset 25mm -0 -17 -16 -Connector_Dsub -DSUB-15-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15-HD_Male_Vertical_P2.29x1.98mm_MountingHoles -15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 25mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 25mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_EdgeMount_P2.77mm -15-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 33.3mm -0 -15 -15 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Female_Vertical_P2.77x2.84mm -15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm -0 -15 -15 -Connector_Dsub -DSUB-15_Female_Vertical_P2.77x2.84mm_MountingHoles -15-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_EdgeMount_P2.77mm -15-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 33.3mm -0 -15 -15 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -15 -15 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -15-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-15_Male_Vertical_P2.77x2.84mm -15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm -0 -15 -15 -Connector_Dsub -DSUB-15_Male_Vertical_P2.77x2.84mm_MountingHoles -15-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -15-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 33.3mm -0 -17 -16 -Connector_Dsub -DSUB-25_Female_EdgeMount_P2.77mm -25-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 47.1mm -0 -25 -25 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -25 -25 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -25 -25 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Female_Vertical_P2.77x2.84mm -25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm -0 -25 -25 -Connector_Dsub -DSUB-25_Female_Vertical_P2.77x2.84mm_MountingHoles -25-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_EdgeMount_P2.77mm -25-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 47.1mm -0 -25 -25 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -25 -25 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -25 -25 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -25-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-25_Male_Vertical_P2.77x2.84mm -25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm -0 -25 -25 -Connector_Dsub -DSUB-25_Male_Vertical_P2.77x2.84mm_MountingHoles -25-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -25-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 47.1mm -0 -27 -26 -Connector_Dsub -DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-26-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -26 -26 -Connector_Dsub -DSUB-26-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -26-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -26 -26 -Connector_Dsub -DSUB-26-HD_Female_Vertical_P2.29x1.98mm_MountingHoles -26-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 33.3mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 33.3mm mounting-hole-offset 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-26-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -26 -26 -Connector_Dsub -DSUB-26-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -26-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -26-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -26 -26 -Connector_Dsub -DSUB-26-HD_Male_Vertical_P2.29x1.98mm_MountingHoles -26-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 33.3mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -26-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 33.3mm -0 -28 -27 -Connector_Dsub -DSUB-37_Female_EdgeMount_P2.77mm -37-pin D-Sub connector, solder-cups edge-mounted, female, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector edge mount solder cup female x-pin-pitch 2.77mm mounting holes distance 63.5mm -0 -37 -37 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -37 -37 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -37 -37 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Female_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT female pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Female_Vertical_P2.77x2.84mm -37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm -0 -37 -37 -Connector_Dsub -DSUB-37_Female_Vertical_P2.77x2.84mm_MountingHoles -37-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector straight vertical THT female pitch 2.77x2.84mm mounting holes distance 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_EdgeMount_P2.77mm -37-pin D-Sub connector, solder-cups edge-mounted, male, x-pin-pitch 2.77mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector edge mount solder cup male x-pin-pitch 2.77mm mounting holes distance 63.5mm -0 -37 -37 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.54mm_EdgePinOffset9.40mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.54mm pin-PCB-offset 9.4mm -0 -37 -37 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset4.94mm_Housed_MountingHolesOffset7.48mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 4.9399999999999995mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 7.4799999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 4.9399999999999995mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 7.699999999999999mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 9.12mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 7.699999999999999mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.40mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.4mm -0 -37 -37 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset9.90mm_Housed_MountingHolesOffset11.32mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 9.9mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 11.32mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 9.9mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset8.20mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 8.2mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_Horizontal_P2.77x2.84mm_EdgePinOffset14.56mm_Housed_MountingHolesOffset15.98mm -37-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.77x2.84mm, pin-PCB-offset 14.56mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 15.979999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector horizontal angled 90deg THT male pitch 2.77x2.84mm pin-PCB-offset 14.56mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-37_Male_Vertical_P2.77x2.84mm -37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm -0 -37 -37 -Connector_Dsub -DSUB-37_Male_Vertical_P2.77x2.84mm_MountingHoles -37-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.77x2.84mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -37-pin D-Sub connector straight vertical THT male pitch 2.77x2.84mm mounting holes distance 63.5mm -0 -39 -38 -Connector_Dsub -DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-44-HD_Female_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -44 -44 -Connector_Dsub -DSUB-44-HD_Female_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -44-pin D-Sub connector horizontal angled 90deg THT female pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -44 -44 -Connector_Dsub -DSUB-44-HD_Female_Vertical_P2.29x1.98mm_MountingHoles -44-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector straight vertical THT female pitch 2.29x1.98mm mounting holes distance 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 47.1mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 47.1mm mounting-hole-offset 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-44-HD_Male_Horizontal_P2.29x1.98mm_EdgePinOffset9.40mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x1.98mm pin-PCB-offset 9.4mm -0 -44 -44 -Connector_Dsub -DSUB-44-HD_Male_Horizontal_P2.29x2.54mm_EdgePinOffset9.40mm -44-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.29x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -44-pin D-Sub connector horizontal angled 90deg THT male pitch 2.29x2.54mm pin-PCB-offset 9.4mm -0 -44 -44 -Connector_Dsub -DSUB-44-HD_Male_Vertical_P2.29x1.98mm_MountingHoles -44-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.29x1.98mm, distance of mounting holes 47.1mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -44-pin D-Sub connector straight vertical THT male pitch 2.29x1.98mm mounting holes distance 47.1mm -0 -46 -45 -Connector_Dsub -DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -64 -63 -Connector_Dsub -DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -64 -63 -Connector_Dsub -DSUB-62-HD_Female_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x1.98mm pin-PCB-offset 9.4mm -0 -62 -62 -Connector_Dsub -DSUB-62-HD_Female_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, female, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -62-pin D-Sub connector horizontal angled 90deg THT female pitch 2.41x2.54mm pin-PCB-offset 9.4mm -0 -62 -62 -Connector_Dsub -DSUB-62-HD_Female_Vertical_P2.41x1.98mm_MountingHoles -62-pin D-Sub connector, straight/vertical, THT-mount, female, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector straight vertical THT female pitch 2.41x1.98mm mounting holes distance 63.5mm -0 -64 -63 -Connector_Dsub -DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset3.03mm_Housed_MountingHolesOffset4.94mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 3.0300000000000002mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 4.9399999999999995mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 3.0300000000000002mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -64 -63 -Connector_Dsub -DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset8.35mm_Housed_MountingHolesOffset10.89mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 8.35mm, distance of mounting holes 63.5mm, distance of mounting holes to PCB edge 10.889999999999999mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 8.35mm mounting-holes-distance 63.5mm mounting-hole-offset 63.5mm -0 -64 -63 -Connector_Dsub -DSUB-62-HD_Male_Horizontal_P2.41x1.98mm_EdgePinOffset9.40mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x1.98mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x1.98mm pin-PCB-offset 9.4mm -0 -62 -62 -Connector_Dsub -DSUB-62-HD_Male_Horizontal_P2.41x2.54mm_EdgePinOffset9.40mm -62-pin D-Sub connector, horizontal/angled (90 deg), THT-mount, male, pitch 2.41x2.54mm, pin-PCB-offset 9.4mm, see http://docs-europe.electrocomponents.com/webdocs/1585/0900766b81585df2.pdf -62-pin D-Sub connector horizontal angled 90deg THT male pitch 2.41x2.54mm pin-PCB-offset 9.4mm -0 -62 -62 -Connector_Dsub -DSUB-62-HD_Male_Vertical_P2.41x1.98mm_MountingHoles -62-pin D-Sub connector, straight/vertical, THT-mount, male, pitch 2.41x1.98mm, distance of mounting holes 63.5mm, see https://disti-assets.s3.amazonaws.com/tonar/files/datasheets/16730.pdf -62-pin D-Sub connector straight vertical THT male pitch 2.41x1.98mm mounting holes distance 63.5mm -0 -64 -63 -Connector_FFC-FPC -Hirose_FH12-6S-0.5SH_1x06-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-6S-0.5SH, 6 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -8 -7 -Connector_FFC-FPC -Hirose_FH12-8S-0.5SH_1x08-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-8S-0.5SH, 8 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -10 -9 -Connector_FFC-FPC -Hirose_FH12-10S-0.5SH_1x10-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-10S-0.5SH, 10 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -12 -11 -Connector_FFC-FPC -Hirose_FH12-11S-0.5SH_1x11-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-11S-0.5SH, 11 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -13 -12 -Connector_FFC-FPC -Hirose_FH12-12S-0.5SH_1x12-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-12S-0.5SH, 12 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -14 -13 -Connector_FFC-FPC -Hirose_FH12-13S-0.5SH_1x13-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-13S-0.5SH, 13 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -15 -14 -Connector_FFC-FPC -Hirose_FH12-14S-0.5SH_1x14-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-14S-0.5SH, 14 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -16 -15 -Connector_FFC-FPC -Hirose_FH12-15S-0.5SH_1x15-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-15S-0.5SH, 15 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -17 -16 -Connector_FFC-FPC -Hirose_FH12-16S-0.5SH_1x16-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-16S-0.5SH, 16 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -18 -17 -Connector_FFC-FPC -Hirose_FH12-17S-0.5SH_1x17-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-17S-0.5SH, 17 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -19 -18 -Connector_FFC-FPC -Hirose_FH12-18S-0.5SH_1x18-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-18S-0.5SH, 18 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -20 -19 -Connector_FFC-FPC -Hirose_FH12-19S-0.5SH_1x19-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-19S-0.5SH, 19 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -21 -20 -Connector_FFC-FPC -Hirose_FH12-20S-0.5SH_1x20-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-20S-0.5SH, 20 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -22 -21 -Connector_FFC-FPC -Hirose_FH12-22S-0.5SH_1x22-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-22S-0.5SH, 22 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -24 -23 -Connector_FFC-FPC -Hirose_FH12-24S-0.5SH_1x24-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-24S-0.5SH, 24 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -26 -25 -Connector_FFC-FPC -Hirose_FH12-25S-0.5SH_1x25-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-25S-0.5SH, 25 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -27 -26 -Connector_FFC-FPC -Hirose_FH12-26S-0.5SH_1x26-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-26S-0.5SH, 26 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -28 -27 -Connector_FFC-FPC -Hirose_FH12-28S-0.5SH_1x28-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-28S-0.5SH, 28 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -30 -29 -Connector_FFC-FPC -Hirose_FH12-30S-0.5SH_1x30-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-30S-0.5SH, 30 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -32 -31 -Connector_FFC-FPC -Hirose_FH12-32S-0.5SH_1x32-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-32S-0.5SH, 32 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -34 -33 -Connector_FFC-FPC -Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-33S-0.5SH, 33 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -35 -34 -Connector_FFC-FPC -Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-34S-0.5SH, 34 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -36 -35 -Connector_FFC-FPC -Hirose_FH12-35S-0.5SH_1x35-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-35S-0.5SH, 35 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -37 -36 -Connector_FFC-FPC -Hirose_FH12-36S-0.5SH_1x36-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-36S-0.5SH, 36 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -38 -37 -Connector_FFC-FPC -Hirose_FH12-40S-0.5SH_1x40-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-40S-0.5SH, 40 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -42 -41 -Connector_FFC-FPC -Hirose_FH12-45S-0.5SH_1x45-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-45S-0.5SH, 45 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -47 -46 -Connector_FFC-FPC -Hirose_FH12-50S-0.5SH_1x50-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-50S-0.5SH, 50 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -52 -51 -Connector_FFC-FPC -Hirose_FH12-53S-0.5SH_1x53-1MP_P0.50mm_Horizontal -Hirose FH12, FFC/FPC connector, FH12-53S-0.5SH, 53 Pins per row (https://www.hirose.com/product/en/products/FH12/FH12-24S-0.5SH(55)/), generated with kicad-footprint-generator -connector Hirose FH12 horizontal -0 -55 -54 -Connector_FFC-FPC -Hirose_FH41-30S-0.5SH_1x30_1MP_1SH_P0.5mm_Horizontal -Hirose FH41, FFC/FPC connector, FH41-30S-0.5SH, 30 Pins per row (https://www.hirose.com/fr/product/document?clcode=CL0580-2218-5-05&productname=FH41-30S-0.5SH(05)&series=FH41&documenttype=2DDrawing&lang=fr&documentid=0001001704) -connector Hirose FH41 horizontal -0 -38 -32 -Connector_FFC-FPC -JAE_FF0825SA1_2Rows-25Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0825SA1, 25 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -25 -25 -Connector_FFC-FPC -JAE_FF0829SA1_2Rows-29Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0829SA1, 29 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -29 -29 -Connector_FFC-FPC -JAE_FF0841SA1_2Rows-41Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0841SA1, 41 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -41 -41 -Connector_FFC-FPC -JAE_FF0851SA1_2Rows-51Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0851SA1, 51 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -51 -51 -Connector_FFC-FPC -JAE_FF0871SA1_2Rows-71Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0871SA1, 71 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -71 -71 -Connector_FFC-FPC -JAE_FF0881SA1_2Rows-81Pins_P0.40mm_Horizontal -Molex JAE 0.2mm pitch, 1mm overall height FFC/FPC connector, FF0881SA1, 81 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ108178.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -81 -81 -Connector_FFC-FPC -Jushuo_AFC07-S06FCA-00_1x6-1MP_P0.50_Horizontal -Jushuo AFC07, FFC/FPC connector, AFC07-S06FCA-00, 6 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf) -connector jushuo horizontal -0 -8 -7 -Connector_FFC-FPC -Jushuo_AFC07-S24FCA-00_1x24-1MP_P0.50_Horizontal -Jushuo AFC07, FFC/FPC connector, AFC07-S24FCA-00, 24 Pins per row (https://datasheet.lcsc.com/lcsc/1811040204_JUSHUO-AFC07-S32FCC-00_C11061.pdf) -connector jushuo horizontal -0 -26 -25 -Connector_FFC-FPC -Molex_52559-3652_2x18-1MP_P0.5mm_Vertical -Molex 0.50mm Pitch Easy-On Type FFC/FPC, 52559-3652, 36 Circuits (https://www.molex.com/pdm_docs/sd/525593652_sd.pdf) -connector Molex top entry -0 -40 -37 -Connector_FFC-FPC -Molex_54132-5033_1x50-1MP_P0.5mm_Horizontal -Molex FFC/FPC connector, 50 bottom-side contacts, 0.5mm pitch, 2.0mm height, https://www.molex.com/pdm_docs/sd/541325033_sd.pdf -FFC FPC -0 -54 -51 -Connector_FFC-FPC -Molex_54548-1071_1x10-1MP_P0.5mm_Horizontal -Molex FFC/FPC connector, 10 bottom-side contacts, 0.5mm pitch, 1.2mm height, https://www.molex.com/pdm_docs/sd/545481071_sd.pdf -FFC FPC connector -0 -12 -11 -Connector_FFC-FPC -Molex_200528-0040_1x04-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0040, 4 Circuits (https://www.molex.com/pdm_docs/sd/2005280040_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -6 -5 -Connector_FFC-FPC -Molex_200528-0050_1x05-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0050, 5 Circuits (https://www.molex.com/pdm_docs/sd/2005280050_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -7 -6 -Connector_FFC-FPC -Molex_200528-0060_1x06-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0060, 6 Circuits (https://www.molex.com/pdm_docs/sd/2005280060_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -8 -7 -Connector_FFC-FPC -Molex_200528-0070_1x07-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0070, 7 Circuits (https://www.molex.com/pdm_docs/sd/2005280070_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -9 -8 -Connector_FFC-FPC -Molex_200528-0080_1x08-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0080, 8 Circuits (https://www.molex.com/pdm_docs/sd/2005280080_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -10 -9 -Connector_FFC-FPC -Molex_200528-0090_1x09-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0090, 9 Circuits (https://www.molex.com/pdm_docs/sd/2005280090_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -11 -10 -Connector_FFC-FPC -Molex_200528-0100_1x10-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0100, 10 Circuits (https://www.molex.com/pdm_docs/sd/2005280100_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -12 -11 -Connector_FFC-FPC -Molex_200528-0110_1x11-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0110, 11 Circuits (https://www.molex.com/pdm_docs/sd/2005280110_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -13 -12 -Connector_FFC-FPC -Molex_200528-0120_1x12-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0120, 12 Circuits (https://www.molex.com/pdm_docs/sd/2005280120_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -14 -13 -Connector_FFC-FPC -Molex_200528-0130_1x13-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0130, 13 Circuits (https://www.molex.com/pdm_docs/sd/2005280130_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -15 -14 -Connector_FFC-FPC -Molex_200528-0140_1x14-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0140, 14 Circuits (https://www.molex.com/pdm_docs/sd/2005280140_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -16 -15 -Connector_FFC-FPC -Molex_200528-0150_1x15-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0150, 15 Circuits (https://www.molex.com/pdm_docs/sd/2005280150_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -17 -16 -Connector_FFC-FPC -Molex_200528-0160_1x16-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0160, 16 Circuits (https://www.molex.com/pdm_docs/sd/2005280160_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -18 -17 -Connector_FFC-FPC -Molex_200528-0170_1x17-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0170, 17 Circuits (https://www.molex.com/pdm_docs/sd/2005280170_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -19 -18 -Connector_FFC-FPC -Molex_200528-0180_1x18-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0180, 18 Circuits (https://www.molex.com/pdm_docs/sd/2005280180_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -20 -19 -Connector_FFC-FPC -Molex_200528-0190_1x19-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0190, 19 Circuits (https://www.molex.com/pdm_docs/sd/2005280190_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -21 -20 -Connector_FFC-FPC -Molex_200528-0200_1x20-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0200, 20 Circuits (https://www.molex.com/pdm_docs/sd/2005280200_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -22 -21 -Connector_FFC-FPC -Molex_200528-0210_1x21-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0210, 21 Circuits (https://www.molex.com/pdm_docs/sd/2005280210_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -23 -22 -Connector_FFC-FPC -Molex_200528-0220_1x22-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0220, 22 Circuits (https://www.molex.com/pdm_docs/sd/2005280220_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -24 -23 -Connector_FFC-FPC -Molex_200528-0230_1x23-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0230, 23 Circuits (https://www.molex.com/pdm_docs/sd/2005280230_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -25 -24 -Connector_FFC-FPC -Molex_200528-0240_1x24-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0240, 24 Circuits (https://www.molex.com/pdm_docs/sd/2005280240_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -26 -25 -Connector_FFC-FPC -Molex_200528-0250_1x25-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0250, 25 Circuits (https://www.molex.com/pdm_docs/sd/2005280250_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -27 -26 -Connector_FFC-FPC -Molex_200528-0260_1x26-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0260, 26 Circuits (https://www.molex.com/pdm_docs/sd/2005280260_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -28 -27 -Connector_FFC-FPC -Molex_200528-0270_1x27-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0270, 27 Circuits (https://www.molex.com/pdm_docs/sd/2005280270_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -29 -28 -Connector_FFC-FPC -Molex_200528-0280_1x28-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0280, 28 Circuits (https://www.molex.com/pdm_docs/sd/2005280280_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -30 -29 -Connector_FFC-FPC -Molex_200528-0290_1x29-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0290, 29 Circuits (https://www.molex.com/pdm_docs/sd/2005280290_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -31 -30 -Connector_FFC-FPC -Molex_200528-0300_1x30-1MP_P1.00mm_Horizontal -Molex Molex 1.00mm Pitch Easy-On BackFlip, Right-Angle, Bottom Contact FFC/FPC, 200528-0300, 30 Circuits (https://www.molex.com/pdm_docs/sd/2005280300_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -32 -31 -Connector_FFC-FPC -Molex_502231-1500_1x15-1SH_P0.5mm_Vertical -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 15 Circuits (https://www.molex.com/pdm_docs/sd/5022311500_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm vertical -0 -17 -16 -Connector_FFC-FPC -Molex_502231-2400_1x24-1SH_P0.5mm_Vertical -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 24 Circuits (https://www.molex.com/pdm_docs/sd/5022312400_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm vertical -0 -26 -25 -Connector_FFC-FPC -Molex_502231-3300_1x33-1SH_P0.5mm_Vertical -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 6.05mm Height, Vertical, Surface Mount, ZIF, 33 Circuits (https://www.molex.com/pdm_docs/sd/5022313300_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm vertical -0 -36 -34 -Connector_FFC-FPC -Molex_502244-1530_1x15-1MP_P0.5mm_Horizontal -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 15 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm right angle -0 -19 -16 -Connector_FFC-FPC -Molex_502244-2430_1x24-1MP_P0.5mm_Horizontal -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 24 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm right angle -0 -28 -25 -Connector_FFC-FPC -Molex_502244-3330_1x33-1MP_P0.5mm_Horizontal -Molex 0.50mm Pitch Easy-On Type FFC/FPC Connector, For LVDS, 2.33mm Height, Right Angle, Surface Mount, ZIF, Bottom Contact Style, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022441530_sd.pdf) -molex FFC/FPC connector Pitch 0.5mm right angle -0 -39 -34 -Connector_FFC-FPC -Molex_502250-1791_2Rows-17Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-1791, 17 Circuits (http://www.molex.com/pdm_docs/sd/5022501791_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -19 -18 -Connector_FFC-FPC -Molex_502250-2191_2Rows-21Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2191, 21 Circuits (http://www.molex.com/pdm_docs/sd/5022502191_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -23 -22 -Connector_FFC-FPC -Molex_502250-2391_2Rows-23Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2391, 23 Circuits (http://www.molex.com/pdm_docs/sd/5022502391_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -25 -24 -Connector_FFC-FPC -Molex_502250-2791_2Rows-27Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-2791, 27 Circuits (http://www.molex.com/pdm_docs/sd/5022502791_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -29 -28 -Connector_FFC-FPC -Molex_502250-3391_2Rows-33Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3391, 33 Circuits (http://www.molex.com/pdm_docs/sd/5022503391_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -35 -34 -Connector_FFC-FPC -Molex_502250-3591_2Rows-35Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3591, 35 Circuits (http://www.molex.com/pdm_docs/sd/5022503591_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -37 -36 -Connector_FFC-FPC -Molex_502250-3991_2Rows-39Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-3991, 39 Circuits (http://www.molex.com/pdm_docs/sd/5022503991_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -41 -40 -Connector_FFC-FPC -Molex_502250-4191_2Rows-41Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-4191, 41 Circuits (http://www.molex.com/pdm_docs/sd/5022504191_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -43 -42 -Connector_FFC-FPC -Molex_502250-5191_2Rows-51Pins-1MP_P0.60mm_Horizontal -Molex Molex 0.30mm Pitch Easy-On BackFlip Type FFC/FPC, 502250-5191, 51 Circuits (http://www.molex.com/pdm_docs/sd/5022505191_sd.pdf), generated with kicad-footprint-generator -connector Molex top entry -0 -53 -52 -Connector_FFC-FPC -Omron_XF2M-4015-1A_1x40-1MP_P0.5mm_Horizontal -Omron FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-xf2m.pdf -omron fpc xf2m -0 -42 -41 -Connector_FFC-FPC -TE_0-1734839-5_1x05-1MP_P0.5mm_Horizontal -TE FPC connector, 05 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -7 -6 -Connector_FFC-FPC -TE_0-1734839-6_1x06-1MP_P0.5mm_Horizontal -TE FPC connector, 06 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -8 -7 -Connector_FFC-FPC -TE_0-1734839-7_1x07-1MP_P0.5mm_Horizontal -TE FPC connector, 07 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -9 -8 -Connector_FFC-FPC -TE_0-1734839-8_1x08-1MP_P0.5mm_Horizontal -TE FPC connector, 08 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -10 -9 -Connector_FFC-FPC -TE_0-1734839-9_1x09-1MP_P0.5mm_Horizontal -TE FPC connector, 09 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -11 -10 -Connector_FFC-FPC -TE_1-84952-0_1x10-1MP_P1.0mm_Horizontal -TE FPC connector, 10 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -12 -11 -Connector_FFC-FPC -TE_1-84952-1_1x11-1MP_P1.0mm_Horizontal -TE FPC connector, 11 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -13 -12 -Connector_FFC-FPC -TE_1-84952-2_1x12-1MP_P1.0mm_Horizontal -TE FPC connector, 12 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -14 -13 -Connector_FFC-FPC -TE_1-84952-3_1x13-1MP_P1.0mm_Horizontal -TE FPC connector, 13 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -15 -14 -Connector_FFC-FPC -TE_1-84952-4_1x14-1MP_P1.0mm_Horizontal -TE FPC connector, 14 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -16 -15 -Connector_FFC-FPC -TE_1-84952-5_1x15-1MP_P1.0mm_Horizontal -TE FPC connector, 15 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -17 -16 -Connector_FFC-FPC -TE_1-84952-6_1x16-1MP_P1.0mm_Horizontal -TE FPC connector, 16 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -18 -17 -Connector_FFC-FPC -TE_1-84952-7_1x17-1MP_P1.0mm_Horizontal -TE FPC connector, 17 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -19 -18 -Connector_FFC-FPC -TE_1-84952-8_1x18-1MP_P1.0mm_Horizontal -TE FPC connector, 18 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -20 -19 -Connector_FFC-FPC -TE_1-84952-9_1x19-1MP_P1.0mm_Horizontal -TE FPC connector, 19 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -21 -20 -Connector_FFC-FPC -TE_1-84953-0_1x10-1MP_P1.0mm_Horizontal -TE FPC connector, 10 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -12 -11 -Connector_FFC-FPC -TE_1-84953-1_1x11-1MP_P1.0mm_Horizontal -TE FPC connector, 11 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -13 -12 -Connector_FFC-FPC -TE_1-84953-2_1x12-1MP_P1.0mm_Horizontal -TE FPC connector, 12 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -14 -13 -Connector_FFC-FPC -TE_1-84953-3_1x13-1MP_P1.0mm_Horizontal -TE FPC connector, 13 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -15 -14 -Connector_FFC-FPC -TE_1-84953-4_1x14-1MP_P1.0mm_Horizontal -TE FPC connector, 14 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -16 -15 -Connector_FFC-FPC -TE_1-84953-5_1x15-1MP_P1.0mm_Horizontal -TE FPC connector, 15 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -17 -16 -Connector_FFC-FPC -TE_1-84953-6_1x16-1MP_P1.0mm_Horizontal -TE FPC connector, 16 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -18 -17 -Connector_FFC-FPC -TE_1-84953-7_1x17-1MP_P1.0mm_Horizontal -TE FPC connector, 17 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -19 -18 -Connector_FFC-FPC -TE_1-84953-8_1x18-1MP_P1.0mm_Horizontal -TE FPC connector, 18 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -20 -19 -Connector_FFC-FPC -TE_1-84953-9_1x19-1MP_P1.0mm_Horizontal -TE FPC connector, 19 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -21 -20 -Connector_FFC-FPC -TE_1-1734839-0_1x10-1MP_P0.5mm_Horizontal -TE FPC connector, 10 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -12 -11 -Connector_FFC-FPC -TE_1-1734839-1_1x11-1MP_P0.5mm_Horizontal -TE FPC connector, 11 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -13 -12 -Connector_FFC-FPC -TE_1-1734839-2_1x12-1MP_P0.5mm_Horizontal -TE FPC connector, 12 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -14 -13 -Connector_FFC-FPC -TE_1-1734839-3_1x13-1MP_P0.5mm_Horizontal -TE FPC connector, 13 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -15 -14 -Connector_FFC-FPC -TE_1-1734839-4_1x14-1MP_P0.5mm_Horizontal -TE FPC connector, 14 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -16 -15 -Connector_FFC-FPC -TE_1-1734839-5_1x15-1MP_P0.5mm_Horizontal -TE FPC connector, 15 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -17 -16 -Connector_FFC-FPC -TE_1-1734839-6_1x16-1MP_P0.5mm_Horizontal -TE FPC connector, 16 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -18 -17 -Connector_FFC-FPC -TE_1-1734839-7_1x17-1MP_P0.5mm_Horizontal -TE FPC connector, 17 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -19 -18 -Connector_FFC-FPC -TE_1-1734839-8_1x18-1MP_P0.5mm_Horizontal -TE FPC connector, 18 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -20 -19 -Connector_FFC-FPC -TE_1-1734839-9_1x19-1MP_P0.5mm_Horizontal -TE FPC connector, 19 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -21 -20 -Connector_FFC-FPC -TE_2-84952-0_1x20-1MP_P1.0mm_Horizontal -TE FPC connector, 20 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -22 -21 -Connector_FFC-FPC -TE_2-84952-1_1x21-1MP_P1.0mm_Horizontal -TE FPC connector, 21 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -23 -22 -Connector_FFC-FPC -TE_2-84952-2_1x22-1MP_P1.0mm_Horizontal -TE FPC connector, 22 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -24 -23 -Connector_FFC-FPC -TE_2-84952-3_1x23-1MP_P1.0mm_Horizontal -TE FPC connector, 23 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -25 -24 -Connector_FFC-FPC -TE_2-84952-4_1x24-1MP_P1.0mm_Horizontal -TE FPC connector, 24 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -26 -25 -Connector_FFC-FPC -TE_2-84952-5_1x25-1MP_P1.0mm_Horizontal -TE FPC connector, 25 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -27 -26 -Connector_FFC-FPC -TE_2-84952-6_1x26-1MP_P1.0mm_Horizontal -TE FPC connector, 26 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -28 -27 -Connector_FFC-FPC -TE_2-84952-7_1x27-1MP_P1.0mm_Horizontal -TE FPC connector, 27 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -29 -28 -Connector_FFC-FPC -TE_2-84952-8_1x28-1MP_P1.0mm_Horizontal -TE FPC connector, 28 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -30 -29 -Connector_FFC-FPC -TE_2-84952-9_1x29-1MP_P1.0mm_Horizontal -TE FPC connector, 29 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -31 -30 -Connector_FFC-FPC -TE_2-84953-0_1x20-1MP_P1.0mm_Horizontal -TE FPC connector, 20 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -22 -21 -Connector_FFC-FPC -TE_2-84953-1_1x21-1MP_P1.0mm_Horizontal -TE FPC connector, 21 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -23 -22 -Connector_FFC-FPC -TE_2-84953-2_1x22-1MP_P1.0mm_Horizontal -TE FPC connector, 22 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -24 -23 -Connector_FFC-FPC -TE_2-84953-3_1x23-1MP_P1.0mm_Horizontal -TE FPC connector, 23 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -25 -24 -Connector_FFC-FPC -TE_2-84953-4_1x24-1MP_P1.0mm_Horizontal -TE FPC connector, 24 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -26 -25 -Connector_FFC-FPC -TE_2-84953-5_1x25-1MP_P1.0mm_Horizontal -TE FPC connector, 25 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -27 -26 -Connector_FFC-FPC -TE_2-84953-6_1x26-1MP_P1.0mm_Horizontal -TE FPC connector, 26 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -28 -27 -Connector_FFC-FPC -TE_2-84953-7_1x27-1MP_P1.0mm_Horizontal -TE FPC connector, 27 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -29 -28 -Connector_FFC-FPC -TE_2-84953-8_1x28-1MP_P1.0mm_Horizontal -TE FPC connector, 28 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -30 -29 -Connector_FFC-FPC -TE_2-84953-9_1x29-1MP_P1.0mm_Horizontal -TE FPC connector, 29 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -31 -30 -Connector_FFC-FPC -TE_2-1734839-0_1x20-1MP_P0.5mm_Horizontal -TE FPC connector, 20 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -22 -21 -Connector_FFC-FPC -TE_2-1734839-1_1x21-1MP_P0.5mm_Horizontal -TE FPC connector, 21 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -23 -22 -Connector_FFC-FPC -TE_2-1734839-2_1x22-1MP_P0.5mm_Horizontal -TE FPC connector, 22 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -24 -23 -Connector_FFC-FPC -TE_2-1734839-3_1x23-1MP_P0.5mm_Horizontal -TE FPC connector, 23 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -25 -24 -Connector_FFC-FPC -TE_2-1734839-4_1x24-1MP_P0.5mm_Horizontal -TE FPC connector, 24 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -26 -25 -Connector_FFC-FPC -TE_2-1734839-5_1x25-1MP_P0.5mm_Horizontal -TE FPC connector, 25 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -27 -26 -Connector_FFC-FPC -TE_2-1734839-6_1x26-1MP_P0.5mm_Horizontal -TE FPC connector, 26 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -28 -27 -Connector_FFC-FPC -TE_2-1734839-7_1x27-1MP_P0.5mm_Horizontal -TE FPC connector, 27 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -29 -28 -Connector_FFC-FPC -TE_2-1734839-8_1x28-1MP_P0.5mm_Horizontal -TE FPC connector, 28 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -30 -29 -Connector_FFC-FPC -TE_2-1734839-9_1x29-1MP_P0.5mm_Horizontal -TE FPC connector, 29 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -31 -30 -Connector_FFC-FPC -TE_3-84952-0_1x30-1MP_P1.0mm_Horizontal -TE FPC connector, 30 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -32 -31 -Connector_FFC-FPC -TE_3-84953-0_1x30-1MP_P1.0mm_Horizontal -TE FPC connector, 30 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -32 -31 -Connector_FFC-FPC -TE_3-1734839-0_1x30-1MP_P0.5mm_Horizontal -TE FPC connector, 30 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -32 -31 -Connector_FFC-FPC -TE_3-1734839-1_1x31-1MP_P0.5mm_Horizontal -TE FPC connector, 31 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -33 -32 -Connector_FFC-FPC -TE_3-1734839-2_1x32-1MP_P0.5mm_Horizontal -TE FPC connector, 32 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -34 -33 -Connector_FFC-FPC -TE_3-1734839-3_1x33-1MP_P0.5mm_Horizontal -TE FPC connector, 33 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -35 -34 -Connector_FFC-FPC -TE_3-1734839-4_1x34-1MP_P0.5mm_Horizontal -TE FPC connector, 34 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -36 -35 -Connector_FFC-FPC -TE_3-1734839-5_1x35-1MP_P0.5mm_Horizontal -TE FPC connector, 35 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -37 -36 -Connector_FFC-FPC -TE_3-1734839-6_1x36-1MP_P0.5mm_Horizontal -TE FPC connector, 36 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -38 -37 -Connector_FFC-FPC -TE_3-1734839-7_1x37-1MP_P0.5mm_Horizontal -TE FPC connector, 37 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -39 -38 -Connector_FFC-FPC -TE_3-1734839-8_1x38-1MP_P0.5mm_Horizontal -TE FPC connector, 38 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -40 -39 -Connector_FFC-FPC -TE_3-1734839-9_1x39-1MP_P0.5mm_Horizontal -TE FPC connector, 39 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -41 -40 -Connector_FFC-FPC -TE_4-1734839-0_1x40-1MP_P0.5mm_Horizontal -TE FPC connector, 40 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -42 -41 -Connector_FFC-FPC -TE_4-1734839-1_1x41-1MP_P0.5mm_Horizontal -TE FPC connector, 41 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -43 -42 -Connector_FFC-FPC -TE_4-1734839-2_1x42-1MP_P0.5mm_Horizontal -TE FPC connector, 42 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -44 -43 -Connector_FFC-FPC -TE_4-1734839-3_1x43-1MP_P0.5mm_Horizontal -TE FPC connector, 43 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -45 -44 -Connector_FFC-FPC -TE_4-1734839-4_1x44-1MP_P0.5mm_Horizontal -TE FPC connector, 44 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -46 -45 -Connector_FFC-FPC -TE_4-1734839-5_1x45-1MP_P0.5mm_Horizontal -TE FPC connector, 45 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -47 -46 -Connector_FFC-FPC -TE_4-1734839-6_1x46-1MP_P0.5mm_Horizontal -TE FPC connector, 46 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -48 -47 -Connector_FFC-FPC -TE_4-1734839-7_1x47-1MP_P0.5mm_Horizontal -TE FPC connector, 47 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -49 -48 -Connector_FFC-FPC -TE_4-1734839-8_1x48-1MP_P0.5mm_Horizontal -TE FPC connector, 48 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -50 -49 -Connector_FFC-FPC -TE_4-1734839-9_1x49-1MP_P0.5mm_Horizontal -TE FPC connector, 49 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -51 -50 -Connector_FFC-FPC -TE_5-1734839-0_1x50-1MP_P0.5mm_Horizontal -TE FPC connector, 50 top-side contacts, 0.5mm pitch, SMT, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1734839%7FC%7Fpdf%7FEnglish%7FENG_CD_1734839_C_C_1734839.pdf%7F4-1734839-0 -te fpc 1734839 -0 -52 -51 -Connector_FFC-FPC -TE_84952-4_1x04-1MP_P1.0mm_Horizontal -TE FPC connector, 04 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -6 -5 -Connector_FFC-FPC -TE_84952-5_1x05-1MP_P1.0mm_Horizontal -TE FPC connector, 05 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -7 -6 -Connector_FFC-FPC -TE_84952-6_1x06-1MP_P1.0mm_Horizontal -TE FPC connector, 06 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -8 -7 -Connector_FFC-FPC -TE_84952-7_1x07-1MP_P1.0mm_Horizontal -TE FPC connector, 07 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -9 -8 -Connector_FFC-FPC -TE_84952-8_1x08-1MP_P1.0mm_Horizontal -TE FPC connector, 08 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -10 -9 -Connector_FFC-FPC -TE_84952-9_1x09-1MP_P1.0mm_Horizontal -TE FPC connector, 09 bottom-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84952&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84952-4 -te fpc 84952 -0 -11 -10 -Connector_FFC-FPC -TE_84953-4_1x04-1MP_P1.0mm_Horizontal -TE FPC connector, 04 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -6 -5 -Connector_FFC-FPC -TE_84953-5_1x05-1MP_P1.0mm_Horizontal -TE FPC connector, 05 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -7 -6 -Connector_FFC-FPC -TE_84953-6_1x06-1MP_P1.0mm_Horizontal -TE FPC connector, 06 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -8 -7 -Connector_FFC-FPC -TE_84953-7_1x07-1MP_P1.0mm_Horizontal -TE FPC connector, 07 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -9 -8 -Connector_FFC-FPC -TE_84953-8_1x08-1MP_P1.0mm_Horizontal -TE FPC connector, 08 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -10 -9 -Connector_FFC-FPC -TE_84953-9_1x09-1MP_P1.0mm_Horizontal -TE FPC connector, 09 top-side contacts, 1.0mm pitch, 1.0mm height, SMT, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=84953&DocType=Customer+Drawing&DocLang=English&DocFormat=pdf&PartCntxt=84953-4 -te fpc 84953 -0 -11 -10 -Connector_FFC-FPC -Wuerth_68611214422_1x12-1MP_P1.0mm_Horizontal -http://katalog.we-online.de/em/datasheet/68611214422.pdf -Wuerth FPC 68611214422 connector 12 bottom-side contacts 1.0mm pitch 1.0mm height SMT -0 -14 -13 -Connector_HDMI -HDMI_A_Amphenol_10029449-x01xLF_Horizontal -HDMI Type A connector, Amphenol 10029449-001TLF 10029449-001RLF 10029449-101TLF 10029449-101RLF, Right Angle(https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029449.pdf) -hdmi right angle -0 -23 -20 -Connector_HDMI -HDMI_A_Contact_Technology_HDMI-19APL2_Horizontal -HDMI Contact Technology Type A http://www.contactswitch.com/en/download.aspx?id=1449 -HDMI Contact Technology Type A -0 -23 -20 -Connector_HDMI -HDMI_A_Kycon_KDMIX-SL1-NS-WS-B15_VerticalRightAngle -HDMI, Type A, Kycon KDMIX-SL1-NS-WS-B15, Vertical Right Angle, http://www.kycon.com/Pub_Eng_Draw/KDMIX-SL1-NS-WS-B15.pdf -hdmi type a -0 -23 -20 -Connector_HDMI -HDMI_A_Molex_208658-1001_Horizontal -HDMI Molex Type A https://www.molex.com/pdm_docs/sd/2086581001_sd.pdf -HDMI Molex Type A -0 -23 -20 -Connector_HDMI -HDMI_Micro-D_Molex_46765-0x01 -HDMI, Micro, Type D, SMD, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) -hdmi micro type d right angle smd -0 -23 -20 -Connector_HDMI -HDMI_Micro-D_Molex_46765-1x01 -HDMI, Micro, Type D, THT, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) -hdmi micro type d right angle tht -0 -23 -20 -Connector_HDMI -HDMI_Micro-D_Molex_46765-2x0x -HDMI, Micro, Type D, THT/SMD hybrid, 0.4mm pitch, 19 ckt, right angle (http://www.molex.com/pdm_docs/sd/467651301_sd.pdf) -hdmi micro type d right angle tht smd hybrid -0 -23 -20 -Connector_Harting -Harting_har-flexicon_14110213001xxx_1x02-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -4 -3 -Connector_Harting -Harting_har-flexicon_14110213002xxx_1x02-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -4 -3 -Connector_Harting -Harting_har-flexicon_14110213010xxx_1x02-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -4 -3 -Connector_Harting -Harting_har-flexicon_14110313001xxx_1x03-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110313001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -5 -4 -Connector_Harting -Harting_har-flexicon_14110313002xxx_1x03-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110313002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -5 -4 -Connector_Harting -Harting_har-flexicon_14110313010xxx_1x03-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110313010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -5 -4 -Connector_Harting -Harting_har-flexicon_14110413001xxx_1x04-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110413001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -6 -5 -Connector_Harting -Harting_har-flexicon_14110413002xxx_1x04-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110413002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -6 -5 -Connector_Harting -Harting_har-flexicon_14110413010xxx_1x04-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110413010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -6 -5 -Connector_Harting -Harting_har-flexicon_14110513001xxx_1x05-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110513001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -7 -6 -Connector_Harting -Harting_har-flexicon_14110513002xxx_1x05-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110513002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -7 -6 -Connector_Harting -Harting_har-flexicon_14110513010xxx_1x05-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110513010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -7 -6 -Connector_Harting -Harting_har-flexicon_14110613001xxx_1x06-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110613001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -8 -7 -Connector_Harting -Harting_har-flexicon_14110613002xxx_1x06-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110613002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -8 -7 -Connector_Harting -Harting_har-flexicon_14110613010xxx_1x06-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110613010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -8 -7 -Connector_Harting -Harting_har-flexicon_14110713001xxx_1x07-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110713001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -9 -8 -Connector_Harting -Harting_har-flexicon_14110713002xxx_1x07-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110713002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -9 -8 -Connector_Harting -Harting_har-flexicon_14110713010xxx_1x07-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110713010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -9 -8 -Connector_Harting -Harting_har-flexicon_14110813001xxx_1x08-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110813001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -10 -9 -Connector_Harting -Harting_har-flexicon_14110813002xxx_1x08-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110813002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -10 -9 -Connector_Harting -Harting_har-flexicon_14110813010xxx_1x08-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110813010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -10 -9 -Connector_Harting -Harting_har-flexicon_14110913001xxx_1x09-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14110913001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -11 -10 -Connector_Harting -Harting_har-flexicon_14110913002xxx_1x09-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110913002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -11 -10 -Connector_Harting -Harting_har-flexicon_14110913010xxx_1x09-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14110913010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -11 -10 -Connector_Harting -Harting_har-flexicon_14111013001xxx_1x10-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14111013001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -12 -11 -Connector_Harting -Harting_har-flexicon_14111013002xxx_1x10-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111013002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -12 -11 -Connector_Harting -Harting_har-flexicon_14111013010xxx_1x10-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111013010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -12 -11 -Connector_Harting -Harting_har-flexicon_14111113001xxx_1x11-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14111113001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -13 -12 -Connector_Harting -Harting_har-flexicon_14111113002xxx_1x11-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111113002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -13 -12 -Connector_Harting -Harting_har-flexicon_14111113010xxx_1x11-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111113010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -13 -12 -Connector_Harting -Harting_har-flexicon_14111213001xxx_1x12-MP_P2.54mm_Vertical -Harting har-flexicon series connector, 14111213001xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13001XXX_100228421DRW046C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon vertical -0 -14 -13 -Connector_Harting -Harting_har-flexicon_14111213002xxx_1x12-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111213002xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13002XXX_100228421DRW035C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -14 -13 -Connector_Harting -Harting_har-flexicon_14111213010xxx_1x12-MP_P2.54mm_Horizontal -Harting har-flexicon series connector, 14111213010xxx (https://b2b.harting.com/files/download/PRD/PDF_TS/1411XX13010XXX_100228421DRW063C.pdf), generated with kicad-footprint-generator -connector Harting har-flexicon horizontal -0 -14 -13 -Connector_Harwin -Harwin_Gecko-G125-FVX0605L0X_2x03_P1.25mm_Vertical -Harwin Gecko Connector, 6 pins, dual row female, vertical entry, PN:G125-FVX0605L0X -connector harwin gecko -0 -6 -6 -Connector_Harwin -Harwin_Gecko-G125-FVX1005L0X_2x05_P1.25mm_Vertical -Harwin Gecko Connector, 10 pins, dual row female, vertical entry, PN:G125-FVX1005L0X -connector harwin gecko -0 -10 -10 -Connector_Harwin -Harwin_Gecko-G125-FVX1205L0X_2x06_P1.25mm_Vertical -Harwin Gecko Connector, 12 pins, dual row female, vertical entry, PN:G125-FVX1205L0X -connector harwin gecko -0 -12 -12 -Connector_Harwin -Harwin_Gecko-G125-FVX1605L0X_2x08_P1.25mm_Vertical -Harwin Gecko Connector, 16 pins, dual row female, vertical entry, PN:G125-FVX1605L0X -connector harwin gecko -0 -16 -16 -Connector_Harwin -Harwin_Gecko-G125-FVX2005L0X_2x10_P1.25mm_Vertical -Harwin Gecko Connector, 20 pins, dual row female, vertical entry, PN:G125-FVX2005L0X -connector harwin gecko -0 -20 -20 -Connector_Harwin -Harwin_Gecko-G125-FVX2605L0X_2x13_P1.25mm_Vertical -Harwin Gecko Connector, 26 pins, dual row female, vertical entry, PN:G125-FVX2605L0X -connector harwin gecko -0 -26 -26 -Connector_Harwin -Harwin_Gecko-G125-FVX3405L0X_2x17_P1.25mm_Vertical -Harwin Gecko Connector, 34 pins, dual row female, vertical entry, PN:G125-FVX3405L0X -connector harwin gecko -0 -34 -34 -Connector_Harwin -Harwin_Gecko-G125-FVX5005L0X_2x25_P1.25mm_Vertical -Harwin Gecko Connector, 50 pins, dual row female, vertical entry, PN:G125-FVX5005L0X -connector harwin gecko -0 -50 -50 -Connector_Harwin -Harwin_Gecko-G125-MVX0605L0X_2x03_P1.25mm_Vertical -Harwin Gecko Connector, 6 pins, dual row male, vertical entry, no latches, PN:G125-MVX0605L0X -connector harwin gecko -0 -6 -6 -Connector_Harwin -Harwin_Gecko-G125-MVX0605L1X_2x03_P1.25mm_Vertical -Harwin Gecko Connector, 6 pins, dual row male, vertical entry, with latches, PN:G125-MVX0605L1X -connector harwin gecko -0 -6 -6 -Connector_Harwin -Harwin_Gecko-G125-MVX1005L0X_2x05_P1.25mm_Vertical -Harwin Gecko Connector, 10 pins, dual row male, vertical entry, no latches, PN:G125-MVX1005L0X -connector harwin gecko -0 -10 -10 -Connector_Harwin -Harwin_Gecko-G125-MVX1005L1X_2x05_P1.25mm_Vertical -Harwin Gecko Connector, 10 pins, dual row male, vertical entry, with latches, PN:G125-MVX1005L1X -connector harwin gecko -0 -10 -10 -Connector_Harwin -Harwin_Gecko-G125-MVX1205L0X_2x06_P1.25mm_Vertical -Harwin Gecko Connector, 12 pins, dual row male, vertical entry, no latches, PN:G125-MVX1205L0X -connector harwin gecko -0 -12 -12 -Connector_Harwin -Harwin_Gecko-G125-MVX1205L1X_2x06_P1.25mm_Vertical -Harwin Gecko Connector, 12 pins, dual row male, vertical entry, with latches, PN:G125-MVX1205L1X -connector harwin gecko -0 -12 -12 -Connector_Harwin -Harwin_Gecko-G125-MVX1605L0X_2x08_P1.25mm_Vertical -Harwin Gecko Connector, 16 pins, dual row male, vertical entry, no latches, PN:G125-MVX1605L0X -connector harwin gecko -0 -16 -16 -Connector_Harwin -Harwin_Gecko-G125-MVX1605L1X_2x08_P1.25mm_Vertical -Harwin Gecko Connector, 16 pins, dual row male, vertical entry, with latches, PN:G125-MVX1605L1X -connector harwin gecko -0 -16 -16 -Connector_Harwin -Harwin_Gecko-G125-MVX2005L0X_2x10_P1.25mm_Vertical -Harwin Gecko Connector, 20 pins, dual row male, vertical entry, no latches, PN:G125-MVX2005L0X -connector harwin gecko -0 -20 -20 -Connector_Harwin -Harwin_Gecko-G125-MVX2005L1X_2x10_P1.25mm_Vertical -Harwin Gecko Connector, 20 pins, dual row male, vertical entry, with latches, PN:G125-MVX2005L1X -connector harwin gecko -0 -20 -20 -Connector_Harwin -Harwin_Gecko-G125-MVX2605L0X_2x13_P1.25mm_Vertical -Harwin Gecko Connector, 26 pins, dual row male, vertical entry, no latches, PN:G125-MVX2605L0X -connector harwin gecko -0 -26 -26 -Connector_Harwin -Harwin_Gecko-G125-MVX2605L1X_2x13_P1.25mm_Vertical -Harwin Gecko Connector, 26 pins, dual row male, vertical entry, with latches, PN:G125-MVX2605L1X -connector harwin gecko -0 -26 -26 -Connector_Harwin -Harwin_Gecko-G125-MVX3405L0X_2x17_P1.25mm_Vertical -Harwin Gecko Connector, 34 pins, dual row male, vertical entry, no latches, PN:G125-MVX3405L0X -connector harwin gecko -0 -34 -34 -Connector_Harwin -Harwin_Gecko-G125-MVX3405L1X_2x17_P1.25mm_Vertical -Harwin Gecko Connector, 34 pins, dual row male, vertical entry, with latches, PN:G125-MVX3405L1X -connector harwin gecko -0 -34 -34 -Connector_Harwin -Harwin_Gecko-G125-MVX5005L0X_2x25_P1.25mm_Vertical -Harwin Gecko Connector, 50 pins, dual row male, vertical entry, no latches, PN:G125-MVX5005L0X -connector harwin gecko -0 -50 -50 -Connector_Harwin -Harwin_Gecko-G125-MVX5005L1X_2x25_P1.25mm_Vertical -Harwin Gecko Connector, 50 pins, dual row male, vertical entry, with latches, PN:G125-MVX5005L1X -connector harwin gecko -0 -50 -50 -Connector_Harwin -Harwin_LTek-Male_02_P2.00mm_Vertical -Harwin LTek Connector, 2 pins, single row male, vertical entry -connector harwin ltek M80 -0 -2 -2 -Connector_Harwin -Harwin_LTek-Male_02_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 2 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -6 -2 -Connector_Harwin -Harwin_LTek-Male_2x02_P2.00mm_Vertical -Harwin LTek Connector, 4 pins, single row male, vertical entry -connector harwin ltek M80 -0 -4 -4 -Connector_Harwin -Harwin_LTek-Male_2x02_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -8 -4 -Connector_Harwin -Harwin_LTek-Male_2x03_P2.00mm_Vertical -Harwin LTek Connector, 6 pins, single row male, vertical entry -connector harwin ltek M80 -0 -6 -6 -Connector_Harwin -Harwin_LTek-Male_2x03_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -10 -6 -Connector_Harwin -Harwin_LTek-Male_2x04_P2.00mm_Vertical -Harwin LTek Connector, 8 pins, single row male, vertical entry -connector harwin ltek M80 -0 -8 -8 -Connector_Harwin -Harwin_LTek-Male_2x04_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 8 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -12 -8 -Connector_Harwin -Harwin_LTek-Male_2x05_P2.00mm_Vertical -Harwin LTek Connector, 10 pins, single row male, vertical entry -connector harwin ltek M80 -0 -10 -10 -Connector_Harwin -Harwin_LTek-Male_2x05_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 10 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -14 -10 -Connector_Harwin -Harwin_LTek-Male_2x06_P2.00mm_Vertical -Harwin LTek Connector, 12 pins, single row male, vertical entry -connector harwin ltek M80 -0 -12 -12 -Connector_Harwin -Harwin_LTek-Male_2x06_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 12 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -16 -12 -Connector_Harwin -Harwin_LTek-Male_2x07_P2.00mm_Vertical -Harwin LTek Connector, 14 pins, single row male, vertical entry -connector harwin ltek M80 -0 -14 -14 -Connector_Harwin -Harwin_LTek-Male_2x07_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 14 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -18 -14 -Connector_Harwin -Harwin_LTek-Male_2x08_P2.00mm_Vertical -Harwin LTek Connector, 16 pins, single row male, vertical entry -connector harwin ltek M80 -0 -16 -16 -Connector_Harwin -Harwin_LTek-Male_2x08_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 16 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -20 -16 -Connector_Harwin -Harwin_LTek-Male_2x09_P2.00mm_Vertical -Harwin LTek Connector, 18 pins, single row male, vertical entry -connector harwin ltek M80 -0 -18 -18 -Connector_Harwin -Harwin_LTek-Male_2x09_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 18 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -22 -18 -Connector_Harwin -Harwin_LTek-Male_2x10_P2.00mm_Vertical -Harwin LTek Connector, 20 pins, single row male, vertical entry -connector harwin ltek M80 -0 -20 -20 -Connector_Harwin -Harwin_LTek-Male_2x10_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 20 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -24 -20 -Connector_Harwin -Harwin_LTek-Male_2x13_P2.00mm_Vertical -Harwin LTek Connector, 26 pins, single row male, vertical entry -connector harwin ltek M80 -0 -26 -26 -Connector_Harwin -Harwin_LTek-Male_2x13_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 26 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -30 -26 -Connector_Harwin -Harwin_LTek-Male_2x17_P2.00mm_Vertical -Harwin LTek Connector, 34 pins, single row male, vertical entry -connector harwin ltek M80 -0 -34 -34 -Connector_Harwin -Harwin_LTek-Male_2x17_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 34 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -38 -34 -Connector_Harwin -Harwin_LTek-Male_2x22_P2.00mm_Vertical -Harwin LTek Connector, 44 pins, single row male, vertical entry -connector harwin ltek M80 -0 -44 -44 -Connector_Harwin -Harwin_LTek-Male_2x22_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 44 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -48 -44 -Connector_Harwin -Harwin_LTek-Male_03_P2.00mm_Vertical -Harwin LTek Connector, 3 pins, single row male, vertical entry -connector harwin ltek M80 -0 -3 -3 -Connector_Harwin -Harwin_LTek-Male_03_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 3 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -7 -3 -Connector_Harwin -Harwin_LTek-Male_04_P2.00mm_Vertical -Harwin LTek Connector, 4 pins, single row male, vertical entry -connector harwin ltek M80 -0 -4 -4 -Connector_Harwin -Harwin_LTek-Male_04_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 4 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -8 -4 -Connector_Harwin -Harwin_LTek-Male_05_P2.00mm_Vertical -Harwin LTek Connector, 5 pins, single row male, vertical entry -connector harwin ltek M80 -0 -5 -5 -Connector_Harwin -Harwin_LTek-Male_05_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 5 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -9 -5 -Connector_Harwin -Harwin_LTek-Male_06_P2.00mm_Vertical -Harwin LTek Connector, 6 pins, single row male, vertical entry -connector harwin ltek M80 -0 -6 -6 -Connector_Harwin -Harwin_LTek-Male_06_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 6 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -10 -6 -Connector_Harwin -Harwin_LTek-Male_07_P2.00mm_Vertical -Harwin LTek Connector, 7 pins, single row male, vertical entry -connector harwin ltek M80 -0 -7 -7 -Connector_Harwin -Harwin_LTek-Male_07_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 7 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -11 -7 -Connector_Harwin -Harwin_LTek-Male_17_P2.00mm_Vertical -Harwin LTek Connector, 17 pins, single row male, vertical entry -connector harwin ltek M80 -0 -17 -17 -Connector_Harwin -Harwin_LTek-Male_17_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 17 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -21 -17 -Connector_Harwin -Harwin_LTek-Male_22_P2.00mm_Vertical -Harwin LTek Connector, 22 pins, single row male, vertical entry -connector harwin ltek M80 -0 -22 -22 -Connector_Harwin -Harwin_LTek-Male_22_P2.00mm_Vertical_StrainRelief -Harwin LTek Connector, 22 pins, single row male, vertical entry, strain relief clip -connector harwin ltek M80 -0 -26 -22 -Connector_Harwin -Harwin_M20-89003xx_1x03_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89003xx, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -4 -3 -Connector_Harwin -Harwin_M20-89004xx_1x04_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89004xx, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -5 -4 -Connector_Harwin -Harwin_M20-89005xx_1x05_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89005xx, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -6 -5 -Connector_Harwin -Harwin_M20-89006xx_1x06_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89006xx, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -7 -6 -Connector_Harwin -Harwin_M20-89007xx_1x07_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89007xx, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -8 -7 -Connector_Harwin -Harwin_M20-89008xx_1x08_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89008xx, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -9 -8 -Connector_Harwin -Harwin_M20-89009xx_1x09_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89009xx, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -10 -9 -Connector_Harwin -Harwin_M20-89010xx_1x10_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89010xx, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -11 -10 -Connector_Harwin -Harwin_M20-89011xx_1x11_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89011xx, 11 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -12 -11 -Connector_Harwin -Harwin_M20-89012xx_1x12_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89012xx, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -13 -12 -Connector_Harwin -Harwin_M20-89013xx_1x13_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89013xx, 13 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -14 -13 -Connector_Harwin -Harwin_M20-89014xx_1x14_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89014xx, 14 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -15 -14 -Connector_Harwin -Harwin_M20-89015xx_1x15_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89015xx, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -16 -15 -Connector_Harwin -Harwin_M20-89016xx_1x16_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89016xx, 16 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -17 -16 -Connector_Harwin -Harwin_M20-89017xx_1x17_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89017xx, 17 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -18 -17 -Connector_Harwin -Harwin_M20-89018xx_1x18_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89018xx, 18 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -19 -18 -Connector_Harwin -Harwin_M20-89019xx_1x19_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89019xx, 19 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -20 -19 -Connector_Harwin -Harwin_M20-89020xx_1x20_P2.54mm_Horizontal -Harwin Male Horizontal Surface Mount Single Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-89020xx, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-890.pdf), generated with kicad-footprint-generator -connector Harwin M20-890 horizontal -0 -21 -20 -Connector_Harwin -Harwin_M20-7810245_2x02_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810245, 2 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -4 -4 -Connector_Harwin -Harwin_M20-7810345_2x03_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810345, 3 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -6 -6 -Connector_Harwin -Harwin_M20-7810445_2x04_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810445, 4 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -8 -8 -Connector_Harwin -Harwin_M20-7810545_2x05_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810545, 5 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -10 -10 -Connector_Harwin -Harwin_M20-7810645_2x06_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810645, 6 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -12 -12 -Connector_Harwin -Harwin_M20-7810745_2x07_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810745, 7 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -14 -14 -Connector_Harwin -Harwin_M20-7810845_2x08_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810845, 8 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -16 -16 -Connector_Harwin -Harwin_M20-7810945_2x09_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7810945, 9 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -18 -18 -Connector_Harwin -Harwin_M20-7811045_2x10_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811045, 10 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -20 -20 -Connector_Harwin -Harwin_M20-7811245_2x12_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811245, 12 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -24 -24 -Connector_Harwin -Harwin_M20-7811545_2x15_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7811545, 15 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -30 -30 -Connector_Harwin -Harwin_M20-7812045_2x20_P2.54mm_Vertical -Harwin Female Vertical Surface Mount Double Row 2.54mm (0.1 inch) Pitch PCB Connector, M20-7812045, 20 Pins per row (https://cdn.harwin.com/pdfs/M20-781.pdf), generated with kicad-footprint-generator -connector Harwin M20 side entry -0 -40 -40 -Connector_Hirose -Hirose_BM24_BM24-40DP-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical -Hirose BM24 series connector, BM24-40DP/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) -connector Hirose BM24 40pin header -0 -44 -42 -Connector_Hirose -Hirose_BM24_BM24-40DS-2-0.35V_2x20_P0.35mm_PowerPin2_Vertical -Hirose BM24 series connector, BM24-40DS/2-0.35V (https://www.hirose.com/product/en/download_file/key_name/BM24/category/Catalog/doc_file_id/47680/?file_category_id=4&item_id=50&is_series=1) -connector Hirose 40pin receptacle vertical -0 -42 -42 -Connector_Hirose -Hirose_DF3EA-02P-2H_1x02-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-02P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -4 -3 -Connector_Hirose -Hirose_DF3EA-03P-2H_1x03-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-03P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -5 -4 -Connector_Hirose -Hirose_DF3EA-04P-2H_1x04-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-04P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -6 -5 -Connector_Hirose -Hirose_DF3EA-05P-2H_1x05-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-05P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -7 -6 -Connector_Hirose -Hirose_DF3EA-06P-2H_1x06-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-06P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -8 -7 -Connector_Hirose -Hirose_DF3EA-07P-2H_1x07-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-07P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -9 -8 -Connector_Hirose -Hirose_DF3EA-08P-2H_1x08-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-08P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -10 -9 -Connector_Hirose -Hirose_DF3EA-09P-2H_1x09-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-09P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -11 -10 -Connector_Hirose -Hirose_DF3EA-10P-2H_1x10-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-10P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -12 -11 -Connector_Hirose -Hirose_DF3EA-11P-2H_1x11-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-11P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -13 -12 -Connector_Hirose -Hirose_DF3EA-12P-2H_1x12-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-12P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -14 -13 -Connector_Hirose -Hirose_DF3EA-13P-2H_1x13-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-13P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -15 -14 -Connector_Hirose -Hirose_DF3EA-14P-2H_1x14-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-14P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -16 -15 -Connector_Hirose -Hirose_DF3EA-15P-2H_1x15-1MP_P2.00mm_Horizontal -Hirose series connector, DF3EA-15P-2H (https://www.hirose.com/product/document?clcode=CL0543-0332-0-51&productname=DF3EA-5P-2H(51)&series=DF3&documenttype=2DDrawing&lang=en&documentid=0001163317), generated with kicad-footprint-generator -connector Hirose top entry -0 -17 -16 -Connector_Hirose -Hirose_DF11-4DP-2DSA_2x02_P2.00mm_Vertical -Hirose DF11 through hole, DF11-4DP-2DSA, 2 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -4 -4 -Connector_Hirose -Hirose_DF11-6DP-2DSA_2x03_P2.00mm_Vertical -Hirose DF11 through hole, DF11-6DP-2DSA, 3 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -6 -6 -Connector_Hirose -Hirose_DF11-8DP-2DSA_2x04_P2.00mm_Vertical -Hirose DF11 through hole, DF11-8DP-2DSA, 4 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -8 -8 -Connector_Hirose -Hirose_DF11-10DP-2DSA_2x05_P2.00mm_Vertical -Hirose DF11 through hole, DF11-10DP-2DSA, 5 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -10 -10 -Connector_Hirose -Hirose_DF11-12DP-2DSA_2x06_P2.00mm_Vertical -Hirose DF11 through hole, DF11-12DP-2DSA, 6 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -12 -12 -Connector_Hirose -Hirose_DF11-14DP-2DSA_2x07_P2.00mm_Vertical -Hirose DF11 through hole, DF11-14DP-2DSA, 7 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -14 -14 -Connector_Hirose -Hirose_DF11-16DP-2DSA_2x08_P2.00mm_Vertical -Hirose DF11 through hole, DF11-16DP-2DSA, 8 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -16 -16 -Connector_Hirose -Hirose_DF11-18DP-2DSA_2x09_P2.00mm_Vertical -Hirose DF11 through hole, DF11-18DP-2DSA, 9 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -18 -18 -Connector_Hirose -Hirose_DF11-20DP-2DSA_2x10_P2.00mm_Vertical -Hirose DF11 through hole, DF11-20DP-2DSA, 10 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -20 -20 -Connector_Hirose -Hirose_DF11-22DP-2DSA_2x11_P2.00mm_Vertical -Hirose DF11 through hole, DF11-22DP-2DSA, 11 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -22 -22 -Connector_Hirose -Hirose_DF11-24DP-2DSA_2x12_P2.00mm_Vertical -Hirose DF11 through hole, DF11-24DP-2DSA, 12 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -24 -24 -Connector_Hirose -Hirose_DF11-26DP-2DSA_2x13_P2.00mm_Vertical -Hirose DF11 through hole, DF11-26DP-2DSA, 13 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -26 -26 -Connector_Hirose -Hirose_DF11-28DP-2DSA_2x14_P2.00mm_Vertical -Hirose DF11 through hole, DF11-28DP-2DSA, 14 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -28 -28 -Connector_Hirose -Hirose_DF11-30DP-2DSA_2x15_P2.00mm_Vertical -Hirose DF11 through hole, DF11-30DP-2DSA, 15 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -30 -30 -Connector_Hirose -Hirose_DF11-32DP-2DSA_2x16_P2.00mm_Vertical -Hirose DF11 through hole, DF11-32DP-2DSA, 16 Pins per row (https://www.hirose.com/product/document?clcode=&productname=&series=DF11&documenttype=Catalog&lang=en&documentid=D31688_en), generated with kicad-footprint-generator -connector Hirose DF11 vertical -0 -32 -32 -Connector_Hirose -Hirose_DF12_DF12C3.0-10DS-0.5V_2x05_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-10DS-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -20 -10 -Connector_Hirose -Hirose_DF12_DF12C3.0-14DS-0.5V_2x07_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-14DS-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -28 -14 -Connector_Hirose -Hirose_DF12_DF12C3.0-20DS-0.5V_2x10_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-20DS-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -40 -20 -Connector_Hirose -Hirose_DF12_DF12C3.0-30DS-0.5V_2x15_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-30DS-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -60 -30 -Connector_Hirose -Hirose_DF12_DF12C3.0-32DS-0.5V_2x16_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-32DS-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -64 -32 -Connector_Hirose -Hirose_DF12_DF12C3.0-36DS-0.5V_2x18_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-36DS-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -72 -36 -Connector_Hirose -Hirose_DF12_DF12C3.0-40DS-0.5V_2x20_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-40DS-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -80 -40 -Connector_Hirose -Hirose_DF12_DF12C3.0-50DS-0.5V_2x25_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-50DS-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -100 -50 -Connector_Hirose -Hirose_DF12_DF12C3.0-60DS-0.5V_2x30_P0.50mm_Vertical -Hirose DF12C SMD, DF12C3.0-60DS-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0694-9-81&productname=DF12C(3.0)-50DS-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000994748), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -120 -60 -Connector_Hirose -Hirose_DF12_DF12E3.0-10DP-0.5V_2x05_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-10DP-0.5V, 10 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -20 -10 -Connector_Hirose -Hirose_DF12_DF12E3.0-14DP-0.5V_2x07_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-14DP-0.5V, 14 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -28 -14 -Connector_Hirose -Hirose_DF12_DF12E3.0-20DP-0.5V_2x10_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-20DP-0.5V, 20 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -40 -20 -Connector_Hirose -Hirose_DF12_DF12E3.0-30DP-0.5V_2x15_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-30DP-0.5V, 30 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -60 -30 -Connector_Hirose -Hirose_DF12_DF12E3.0-32DP-0.5V_2x16_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-32DP-0.5V, 32 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -64 -32 -Connector_Hirose -Hirose_DF12_DF12E3.0-36DP-0.5V_2x18_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-36DP-0.5V, 36 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -72 -36 -Connector_Hirose -Hirose_DF12_DF12E3.0-40DP-0.5V_2x20_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-40DP-0.5V, 40 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -80 -40 -Connector_Hirose -Hirose_DF12_DF12E3.0-50DP-0.5V_2x25_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-50DP-0.5V, 50 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -100 -50 -Connector_Hirose -Hirose_DF12_DF12E3.0-60DP-0.5V_2x30_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-60DP-0.5V, 60 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -120 -60 -Connector_Hirose -Hirose_DF12_DF12E3.0-80DP-0.5V_2x40_P0.50mm_Vertical -Hirose DF12E SMD, DF12E3.0-80DP-0.5V, 80 Pins per row (https://www.hirose.com/product/document?clcode=CL0537-0834-6-81&productname=DF12E(3.0)-50DP-0.5V(81)&series=DF12&documenttype=2DDrawing&lang=en&documentid=0000992393), generated with kicad-footprint-generator -connector Hirose DF12 vertical -0 -160 -80 -Connector_Hirose -Hirose_DF13-02P-1.25DSA_1x02_P1.25mm_Vertical -Hirose DF13 through hole, DF13-02P-1.25DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -2 -2 -Connector_Hirose -Hirose_DF13-02P-1.25DS_1x02_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-02P-1.25DS, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -2 -2 -Connector_Hirose -Hirose_DF13-03P-1.25DSA_1x03_P1.25mm_Vertical -Hirose DF13 through hole, DF13-03P-1.25DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -3 -3 -Connector_Hirose -Hirose_DF13-03P-1.25DS_1x03_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-03P-1.25DS, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -3 -3 -Connector_Hirose -Hirose_DF13-04P-1.25DSA_1x04_P1.25mm_Vertical -Hirose DF13 through hole, DF13-04P-1.25DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -4 -4 -Connector_Hirose -Hirose_DF13-04P-1.25DS_1x04_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-04P-1.25DS, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -4 -4 -Connector_Hirose -Hirose_DF13-05P-1.25DSA_1x05_P1.25mm_Vertical -Hirose DF13 through hole, DF13-05P-1.25DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -5 -5 -Connector_Hirose -Hirose_DF13-05P-1.25DS_1x05_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-05P-1.25DS, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -5 -5 -Connector_Hirose -Hirose_DF13-06P-1.25DSA_1x06_P1.25mm_Vertical -Hirose DF13 through hole, DF13-06P-1.25DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -6 -6 -Connector_Hirose -Hirose_DF13-06P-1.25DS_1x06_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-06P-1.25DS, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -6 -6 -Connector_Hirose -Hirose_DF13-07P-1.25DSA_1x07_P1.25mm_Vertical -Hirose DF13 through hole, DF13-07P-1.25DSA, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -7 -7 -Connector_Hirose -Hirose_DF13-07P-1.25DS_1x07_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-07P-1.25DS, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -7 -7 -Connector_Hirose -Hirose_DF13-08P-1.25DSA_1x08_P1.25mm_Vertical -Hirose DF13 through hole, DF13-08P-1.25DSA, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -8 -8 -Connector_Hirose -Hirose_DF13-08P-1.25DS_1x08_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-08P-1.25DS, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -8 -8 -Connector_Hirose -Hirose_DF13-09P-1.25DSA_1x09_P1.25mm_Vertical -Hirose DF13 through hole, DF13-09P-1.25DSA, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -9 -9 -Connector_Hirose -Hirose_DF13-09P-1.25DS_1x09_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-09P-1.25DS, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -9 -9 -Connector_Hirose -Hirose_DF13-10P-1.25DSA_1x10_P1.25mm_Vertical -Hirose DF13 through hole, DF13-10P-1.25DSA, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -10 -10 -Connector_Hirose -Hirose_DF13-10P-1.25DS_1x10_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-10P-1.25DS, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -10 -10 -Connector_Hirose -Hirose_DF13-11P-1.25DSA_1x11_P1.25mm_Vertical -Hirose DF13 through hole, DF13-11P-1.25DSA, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -11 -11 -Connector_Hirose -Hirose_DF13-11P-1.25DS_1x11_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-11P-1.25DS, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -11 -11 -Connector_Hirose -Hirose_DF13-12P-1.25DSA_1x12_P1.25mm_Vertical -Hirose DF13 through hole, DF13-12P-1.25DSA, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -12 -12 -Connector_Hirose -Hirose_DF13-12P-1.25DS_1x12_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-12P-1.25DS, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -12 -12 -Connector_Hirose -Hirose_DF13-13P-1.25DSA_1x13_P1.25mm_Vertical -Hirose DF13 through hole, DF13-13P-1.25DSA, 13 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -13 -13 -Connector_Hirose -Hirose_DF13-14P-1.25DSA_1x14_P1.25mm_Vertical -Hirose DF13 through hole, DF13-14P-1.25DSA, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -14 -14 -Connector_Hirose -Hirose_DF13-14P-1.25DS_1x14_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-14P-1.25DS, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -14 -14 -Connector_Hirose -Hirose_DF13-15P-1.25DSA_1x15_P1.25mm_Vertical -Hirose DF13 through hole, DF13-15P-1.25DSA, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-2P-1.25DSA%2850%29/), generated with kicad-footprint-generator -connector Hirose DF13 vertical -0 -15 -15 -Connector_Hirose -Hirose_DF13-15P-1.25DS_1x15_P1.25mm_Horizontal -Hirose DF13 through hole, DF13-15P-1.25DS, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13-4P-1.25DS%2820%29/), generated with kicad-footprint-generator -connector Hirose DF13 horizontal -0 -15 -15 -Connector_Hirose -Hirose_DF13C_CL535-0402-2-51_1x02-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0402-2-51, 2 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -4 -3 -Connector_Hirose -Hirose_DF13C_CL535-0403-5-51_1x03-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0403-5-51, 3 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -5 -4 -Connector_Hirose -Hirose_DF13C_CL535-0404-8-51_1x04-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0404-8-51, 4 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -6 -5 -Connector_Hirose -Hirose_DF13C_CL535-0405-0-51_1x05-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0405-0-51, 5 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -7 -6 -Connector_Hirose -Hirose_DF13C_CL535-0406-3-51_1x06-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0406-3-51, 6 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -8 -7 -Connector_Hirose -Hirose_DF13C_CL535-0407-6-51_1x07-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0407-6-51, 7 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -9 -8 -Connector_Hirose -Hirose_DF13C_CL535-0408-9-51_1x08-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0408-9-51, 8 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -10 -9 -Connector_Hirose -Hirose_DF13C_CL535-0409-1-51_1x09-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0409-1-51, 9 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -11 -10 -Connector_Hirose -Hirose_DF13C_CL535-0410-4-51_1x10-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0410-4-51, 10 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -12 -11 -Connector_Hirose -Hirose_DF13C_CL535-0411-3-51_1x11-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0411-3-51, 11 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -13 -12 -Connector_Hirose -Hirose_DF13C_CL535-0412-6-51_1x12-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0412-6-51, 12 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -14 -13 -Connector_Hirose -Hirose_DF13C_CL535-0414-1-51_1x14-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0414-1-51, 14 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -16 -15 -Connector_Hirose -Hirose_DF13C_CL535-0415-4-51_1x15-1MP_P1.25mm_Vertical -Hirose DF13C SMD, CL535-0415-4-51, 15 Pins per row (https://www.hirose.com/product/en/products/DF13/DF13C-10P-1.25V%2851%29/), generated with kicad-footprint-generator -connector Hirose DF13C vertical -0 -17 -16 -Connector_Hirose -Hirose_DF52-2S-0.8H_1x02-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-2S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -4 -3 -Connector_Hirose -Hirose_DF52-3S-0.8H_1x03-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-3S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -5 -4 -Connector_Hirose -Hirose_DF52-4S-0.8H_1x04-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-4S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -6 -5 -Connector_Hirose -Hirose_DF52-5S-0.8H_1x05-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-5S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -7 -6 -Connector_Hirose -Hirose_DF52-6S-0.8H_1x06-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-6S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -8 -7 -Connector_Hirose -Hirose_DF52-7S-0.8H_1x07-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-7S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -9 -8 -Connector_Hirose -Hirose_DF52-8S-0.8H_1x08-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-8S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -10 -9 -Connector_Hirose -Hirose_DF52-9S-0.8H_1x09-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-9S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -11 -10 -Connector_Hirose -Hirose_DF52-10S-0.8H_1x10-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-10S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -12 -11 -Connector_Hirose -Hirose_DF52-11S-0.8H_1x11-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-11S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -13 -12 -Connector_Hirose -Hirose_DF52-12S-0.8H_1x12-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-12S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -14 -13 -Connector_Hirose -Hirose_DF52-14S-0.8H_1x14-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-14S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -16 -15 -Connector_Hirose -Hirose_DF52-15S-0.8H_1x15-1MP_P0.80mm_Horizontal -Hirose series connector, DF52-15S-0.8H (https://www.hirose.com/product/en/products/DF52/DF52-3S-0.8H%2821%29/), generated with kicad-footprint-generator -connector Hirose top entry -0 -17 -16 -Connector_Hirose -Hirose_DF63-5P-3.96DSA_1x05_P3.96mm_Vertical -Hirose DF63 through hole, DF63-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -5 -5 -Connector_Hirose -Hirose_DF63-6P-3.96DSA_1x06_P3.96mm_Vertical -Hirose DF63 through hole, DF63-6P-3.96DSA, 6 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -6 -6 -Connector_Hirose -Hirose_DF63M-1P-3.96DSA_1x01_P3.96mm_Vertical -Hirose DF63 through hole, DF63M-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -1 -1 -Connector_Hirose -Hirose_DF63M-2P-3.96DSA_1x02_P3.96mm_Vertical -Hirose DF63 through hole, DF63M-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -2 -2 -Connector_Hirose -Hirose_DF63M-3P-3.96DSA_1x03_P3.96mm_Vertical -Hirose DF63 through hole, DF63M-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -3 -3 -Connector_Hirose -Hirose_DF63M-4P-3.96DSA_1x04_P3.96mm_Vertical -Hirose DF63 through hole, DF63M-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -4 -4 -Connector_Hirose -Hirose_DF63R-1P-3.96DSA_1x01_P3.96mm_Vertical -Hirose DF63 through hole, DF63R-1P-3.96DSA, 1 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -1 -1 -Connector_Hirose -Hirose_DF63R-2P-3.96DSA_1x02_P3.96mm_Vertical -Hirose DF63 through hole, DF63R-2P-3.96DSA, 2 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -2 -2 -Connector_Hirose -Hirose_DF63R-3P-3.96DSA_1x03_P3.96mm_Vertical -Hirose DF63 through hole, DF63R-3P-3.96DSA, 3 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -3 -3 -Connector_Hirose -Hirose_DF63R-4P-3.96DSA_1x04_P3.96mm_Vertical -Hirose DF63 through hole, DF63R-4P-3.96DSA, 4 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -4 -4 -Connector_Hirose -Hirose_DF63R-5P-3.96DSA_1x05_P3.96mm_Vertical -Hirose DF63 through hole, DF63R-5P-3.96DSA, 5 Pins per row (https://www.hirose.com/product/en/products/DF63/), generated with kicad-footprint-generator -connector Hirose DF63 vertical -0 -5 -5 -Connector_IDC -IDC-Header_2x03_P2.54mm_Horizontal -Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x03 2.54mm double row -0 -6 -6 -Connector_IDC -IDC-Header_2x03_P2.54mm_Vertical -Through hole IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x03 2.54mm double row -0 -6 -6 -Connector_IDC -IDC-Header_2x03_P2.54mm_Vertical_SMD -SMD IDC box header, 2x03, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x03 2.54mm double row -0 -6 -6 -Connector_IDC -IDC-Header_2x04_P2.54mm_Horizontal -Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x04 2.54mm double row -0 -8 -8 -Connector_IDC -IDC-Header_2x04_P2.54mm_Vertical -Through hole IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x04 2.54mm double row -0 -8 -8 -Connector_IDC -IDC-Header_2x04_P2.54mm_Vertical_SMD -SMD IDC box header, 2x04, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x04 2.54mm double row -0 -8 -8 -Connector_IDC -IDC-Header_2x05-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -12 -11 -Connector_IDC -IDC-Header_2x05-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -12 -11 -Connector_IDC -IDC-Header_2x05-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -12 -11 -Connector_IDC -IDC-Header_2x05-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x05 2.54mm double row -0 -12 -11 -Connector_IDC -IDC-Header_2x05-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -12 -11 -Connector_IDC -IDC-Header_2x05_P2.54mm_Horizontal -Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Latch_Vertical -Through hole IDC header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Vertical -Through hole IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x05_P2.54mm_Vertical_SMD -SMD IDC box header, 2x05, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x05 2.54mm double row -0 -10 -10 -Connector_IDC -IDC-Header_2x06-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -14 -13 -Connector_IDC -IDC-Header_2x06-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -14 -13 -Connector_IDC -IDC-Header_2x06-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -14 -13 -Connector_IDC -IDC-Header_2x06-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x06 2.54mm double row -0 -14 -13 -Connector_IDC -IDC-Header_2x06-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -14 -13 -Connector_IDC -IDC-Header_2x06_P2.54mm_Horizontal -Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Latch_Vertical -Through hole IDC header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Vertical -Through hole IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x06_P2.54mm_Vertical_SMD -SMD IDC box header, 2x06, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x06 2.54mm double row -0 -12 -12 -Connector_IDC -IDC-Header_2x07-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -16 -15 -Connector_IDC -IDC-Header_2x07-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -16 -15 -Connector_IDC -IDC-Header_2x07-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -16 -15 -Connector_IDC -IDC-Header_2x07-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x07 2.54mm double row -0 -16 -15 -Connector_IDC -IDC-Header_2x07-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -16 -15 -Connector_IDC -IDC-Header_2x07_P2.54mm_Horizontal -Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Horizontal_Lock -Connector IDC Locked, 10 contacts, compatible header: PANCON HE10 (Series 50, (https://www.reboul.fr/storage/00003af6.pdf) -connector idc locked -0 -16 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Latch_Vertical -Through hole IDC header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Vertical -Through hole IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x07_P2.54mm_Vertical_SMD -SMD IDC box header, 2x07, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x07 2.54mm double row -0 -14 -14 -Connector_IDC -IDC-Header_2x08-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -18 -17 -Connector_IDC -IDC-Header_2x08-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -18 -17 -Connector_IDC -IDC-Header_2x08-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -18 -17 -Connector_IDC -IDC-Header_2x08-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x08 2.54mm double row -0 -18 -17 -Connector_IDC -IDC-Header_2x08-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -18 -17 -Connector_IDC -IDC-Header_2x08_P2.54mm_Horizontal -Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Latch_Vertical -Through hole IDC header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Vertical -Through hole IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x08_P2.54mm_Vertical_SMD -SMD IDC box header, 2x08, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x08 2.54mm double row -0 -16 -16 -Connector_IDC -IDC-Header_2x10-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -22 -21 -Connector_IDC -IDC-Header_2x10-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -22 -21 -Connector_IDC -IDC-Header_2x10-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -22 -21 -Connector_IDC -IDC-Header_2x10-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x10 2.54mm double row -0 -22 -21 -Connector_IDC -IDC-Header_2x10-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -22 -21 -Connector_IDC -IDC-Header_2x10_P2.54mm_Horizontal -Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Latch_Vertical -Through hole IDC header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Vertical -Through hole IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x10_P2.54mm_Vertical_SMD -SMD IDC box header, 2x10, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x10 2.54mm double row -0 -20 -20 -Connector_IDC -IDC-Header_2x12-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -26 -25 -Connector_IDC -IDC-Header_2x12-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -26 -25 -Connector_IDC -IDC-Header_2x12-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -26 -25 -Connector_IDC -IDC-Header_2x12-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x12 2.54mm double row -0 -26 -25 -Connector_IDC -IDC-Header_2x12-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -26 -25 -Connector_IDC -IDC-Header_2x12_P2.54mm_Horizontal -Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Latch_Vertical -Through hole IDC header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Vertical -Through hole IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x12_P2.54mm_Vertical_SMD -SMD IDC box header, 2x12, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x12 2.54mm double row -0 -24 -24 -Connector_IDC -IDC-Header_2x13-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -28 -27 -Connector_IDC -IDC-Header_2x13-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -28 -27 -Connector_IDC -IDC-Header_2x13-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -28 -27 -Connector_IDC -IDC-Header_2x13-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x13 2.54mm double row -0 -28 -27 -Connector_IDC -IDC-Header_2x13-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -28 -27 -Connector_IDC -IDC-Header_2x13_P2.54mm_Horizontal -Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Latch_Vertical -Through hole IDC header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Vertical -Through hole IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x13_P2.54mm_Vertical_SMD -SMD IDC box header, 2x13, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x13 2.54mm double row -0 -26 -26 -Connector_IDC -IDC-Header_2x15-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -32 -31 -Connector_IDC -IDC-Header_2x15-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -32 -31 -Connector_IDC -IDC-Header_2x15-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -32 -31 -Connector_IDC -IDC-Header_2x15-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x15 2.54mm double row -0 -32 -31 -Connector_IDC -IDC-Header_2x15-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -32 -31 -Connector_IDC -IDC-Header_2x15_P2.54mm_Horizontal -Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Latch_Vertical -Through hole IDC header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x15_P2.54mm_Vertical -Through hole IDC box header, 2x15, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x15 2.54mm double row -0 -30 -30 -Connector_IDC -IDC-Header_2x17-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -36 -35 -Connector_IDC -IDC-Header_2x17-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -36 -35 -Connector_IDC -IDC-Header_2x17-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -36 -35 -Connector_IDC -IDC-Header_2x17-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x17 2.54mm double row -0 -36 -35 -Connector_IDC -IDC-Header_2x17-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -36 -35 -Connector_IDC -IDC-Header_2x17_P2.54mm_Horizontal -Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Latch_Vertical -Through hole IDC header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x17_P2.54mm_Vertical -Through hole IDC box header, 2x17, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x17 2.54mm double row -0 -34 -34 -Connector_IDC -IDC-Header_2x20-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -42 -41 -Connector_IDC -IDC-Header_2x20-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -42 -41 -Connector_IDC -IDC-Header_2x20-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -42 -41 -Connector_IDC -IDC-Header_2x20-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x20 2.54mm double row -0 -42 -41 -Connector_IDC -IDC-Header_2x20-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -42 -41 -Connector_IDC -IDC-Header_2x20_P2.54mm_Horizontal -Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Latch_Vertical -Through hole IDC header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Vertical -Through hole IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x20_P2.54mm_Vertical_SMD -SMD IDC box header, 2x20, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x20 2.54mm double row -0 -40 -40 -Connector_IDC -IDC-Header_2x25-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -52 -51 -Connector_IDC -IDC-Header_2x25-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -52 -51 -Connector_IDC -IDC-Header_2x25-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -52 -51 -Connector_IDC -IDC-Header_2x25-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x25 2.54mm double row -0 -52 -51 -Connector_IDC -IDC-Header_2x25-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -52 -51 -Connector_IDC -IDC-Header_2x25_P2.54mm_Horizontal -Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Latch_Vertical -Through hole IDC header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Vertical -Through hole IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x25_P2.54mm_Vertical_SMD -SMD IDC box header, 2x25, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x25 2.54mm double row -0 -50 -50 -Connector_IDC -IDC-Header_2x30-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -62 -61 -Connector_IDC -IDC-Header_2x30-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -62 -61 -Connector_IDC -IDC-Header_2x30-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -62 -61 -Connector_IDC -IDC-Header_2x30-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x30 2.54mm double row -0 -62 -61 -Connector_IDC -IDC-Header_2x30-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -62 -61 -Connector_IDC -IDC-Header_2x30_P2.54mm_Horizontal -Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Latch_Vertical -Through hole IDC header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Vertical -Through hole IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x30_P2.54mm_Vertical_SMD -SMD IDC box header, 2x30, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://www.tme.eu/Document/4baa0e952ce73e37bc68cf730b541507/T821M114A1S100CEU-B.pdf -SMD vertical IDC box header 2x30 2.54mm double row -0 -60 -60 -Connector_IDC -IDC-Header_2x32-1MP_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -66 -65 -Connector_IDC -IDC-Header_2x32-1MP_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -66 -65 -Connector_IDC -IDC-Header_2x32-1MP_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -66 -65 -Connector_IDC -IDC-Header_2x32-1MP_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x32 2.54mm double row -0 -66 -65 -Connector_IDC -IDC-Header_2x32-1MP_P2.54mm_Latch_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, mounting holes, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -66 -65 -Connector_IDC -IDC-Header_2x32_P2.54mm_Horizontal -Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC box header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Latch6.5mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 6.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Latch9.5mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 9.5mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Latch12.0mm_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, 12.0mm latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Latch_Horizontal -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole horizontal IDC header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Latch_Vertical -Through hole IDC header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows latches, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC header THT 2x32 2.54mm double row -0 -64 -64 -Connector_IDC -IDC-Header_2x32_P2.54mm_Vertical -Through hole IDC box header, 2x32, 2.54mm pitch, DIN 41651 / IEC 60603-13, double rows, https://docs.google.com/spreadsheets/d/16SsEcesNF15N3Lb4niX7dcUr-NY5_MFPQhobNuNppn4/edit#gid=0 -Through hole vertical IDC box header THT 2x32 2.54mm double row -0 -64 -64 -Connector_JAE -JAE_LY20-4P-DLT1_2x02_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-4P-DLT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -4 -4 -Connector_JAE -JAE_LY20-4P-DT1_2x02_P2.00mm_Vertical -Molex LY 20 series connector, LY20-4P-DT1, 2 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -4 -4 -Connector_JAE -JAE_LY20-6P-DLT1_2x03_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-6P-DLT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -6 -6 -Connector_JAE -JAE_LY20-6P-DT1_2x03_P2.00mm_Vertical -Molex LY 20 series connector, LY20-6P-DT1, 3 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -6 -6 -Connector_JAE -JAE_LY20-8P-DLT1_2x04_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-8P-DLT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -8 -8 -Connector_JAE -JAE_LY20-8P-DT1_2x04_P2.00mm_Vertical -Molex LY 20 series connector, LY20-8P-DT1, 4 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -8 -8 -Connector_JAE -JAE_LY20-10P-DLT1_2x05_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-10P-DLT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -10 -10 -Connector_JAE -JAE_LY20-10P-DT1_2x05_P2.00mm_Vertical -Molex LY 20 series connector, LY20-10P-DT1, 5 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -10 -10 -Connector_JAE -JAE_LY20-12P-DLT1_2x06_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-12P-DLT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -12 -12 -Connector_JAE -JAE_LY20-12P-DT1_2x06_P2.00mm_Vertical -Molex LY 20 series connector, LY20-12P-DT1, 6 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -12 -12 -Connector_JAE -JAE_LY20-14P-DLT1_2x07_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-14P-DLT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -14 -14 -Connector_JAE -JAE_LY20-14P-DT1_2x07_P2.00mm_Vertical -Molex LY 20 series connector, LY20-14P-DT1, 7 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -14 -14 -Connector_JAE -JAE_LY20-16P-DLT1_2x08_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-16P-DLT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -16 -16 -Connector_JAE -JAE_LY20-16P-DT1_2x08_P2.00mm_Vertical -Molex LY 20 series connector, LY20-16P-DT1, 8 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -16 -16 -Connector_JAE -JAE_LY20-18P-DLT1_2x09_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-18P-DLT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -18 -18 -Connector_JAE -JAE_LY20-18P-DT1_2x09_P2.00mm_Vertical -Molex LY 20 series connector, LY20-18P-DT1, 9 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -18 -18 -Connector_JAE -JAE_LY20-20P-DLT1_2x10_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-20P-DLT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -20 -20 -Connector_JAE -JAE_LY20-20P-DT1_2x10_P2.00mm_Vertical -Molex LY 20 series connector, LY20-20P-DT1, 10 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -20 -20 -Connector_JAE -JAE_LY20-22P-DLT1_2x11_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-22P-DLT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -22 -22 -Connector_JAE -JAE_LY20-22P-DT1_2x11_P2.00mm_Vertical -Molex LY 20 series connector, LY20-22P-DT1, 11 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -22 -22 -Connector_JAE -JAE_LY20-24P-DLT1_2x12_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-24P-DLT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -24 -24 -Connector_JAE -JAE_LY20-24P-DT1_2x12_P2.00mm_Vertical -Molex LY 20 series connector, LY20-24P-DT1, 12 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -24 -24 -Connector_JAE -JAE_LY20-26P-DLT1_2x13_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-26P-DLT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -26 -26 -Connector_JAE -JAE_LY20-26P-DT1_2x13_P2.00mm_Vertical -Molex LY 20 series connector, LY20-26P-DT1, 13 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -26 -26 -Connector_JAE -JAE_LY20-28P-DLT1_2x14_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-28P-DLT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -28 -28 -Connector_JAE -JAE_LY20-28P-DT1_2x14_P2.00mm_Vertical -Molex LY 20 series connector, LY20-28P-DT1, 14 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -28 -28 -Connector_JAE -JAE_LY20-30P-DLT1_2x15_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-30P-DLT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -30 -30 -Connector_JAE -JAE_LY20-30P-DT1_2x15_P2.00mm_Vertical -Molex LY 20 series connector, LY20-30P-DT1, 15 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -30 -30 -Connector_JAE -JAE_LY20-32P-DLT1_2x16_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-32P-DLT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -32 -32 -Connector_JAE -JAE_LY20-32P-DT1_2x16_P2.00mm_Vertical -Molex LY 20 series connector, LY20-32P-DT1, 16 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -32 -32 -Connector_JAE -JAE_LY20-34P-DLT1_2x17_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-34P-DLT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -34 -34 -Connector_JAE -JAE_LY20-34P-DT1_2x17_P2.00mm_Vertical -Molex LY 20 series connector, LY20-34P-DT1, 17 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -34 -34 -Connector_JAE -JAE_LY20-36P-DLT1_2x18_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-36P-DLT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -36 -36 -Connector_JAE -JAE_LY20-36P-DT1_2x18_P2.00mm_Vertical -Molex LY 20 series connector, LY20-36P-DT1, 18 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -36 -36 -Connector_JAE -JAE_LY20-38P-DLT1_2x19_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-38P-DLT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -38 -38 -Connector_JAE -JAE_LY20-38P-DT1_2x19_P2.00mm_Vertical -Molex LY 20 series connector, LY20-38P-DT1, 19 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -38 -38 -Connector_JAE -JAE_LY20-40P-DLT1_2x20_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-40P-DLT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -40 -40 -Connector_JAE -JAE_LY20-40P-DT1_2x20_P2.00mm_Vertical -Molex LY 20 series connector, LY20-40P-DT1, 20 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -40 -40 -Connector_JAE -JAE_LY20-42P-DLT1_2x21_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-42P-DLT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -42 -42 -Connector_JAE -JAE_LY20-42P-DT1_2x21_P2.00mm_Vertical -Molex LY 20 series connector, LY20-42P-DT1, 21 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -42 -42 -Connector_JAE -JAE_LY20-44P-DLT1_2x22_P2.00mm_Horizontal -Molex LY 20 series connector, LY20-44P-DLT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ038187.pdf), generated with kicad-footprint-generator -connector JAE top entry -0 -44 -44 -Connector_JAE -JAE_LY20-44P-DT1_2x22_P2.00mm_Vertical -Molex LY 20 series connector, LY20-44P-DT1, 22 Circuits (http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ103130.pdf), generated with kicad-footprint-generator -connector JAE side entry -0 -44 -44 -Connector_JAE -JAE_MM70-314-310B1 -http://www.heilind.com/marketing/documents/jae/JAE_MM70.pdf -connector JAE MXM -0 -280 -279 -Connector_JAE -JAE_SIM_Card_SF72S006 -SIM Card, Push-Push, https://www.jae.com/direct/topics/topics_file_download/topics_id=68892&ext_no=06&index=0&_lang=en&v=202003111511468456809 -SIM Card with Detect Switch -0 -18 -9 -Connector_JST -JST_ACH_BM01B-ACHSS-A-GAN-ETF_1x01-1MP_P1.20mm_Vertical -JST ACH series connector, BM01B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator -connector JST ACH vertical -0 -3 -2 -Connector_JST -JST_ACH_BM02B-ACHSS-GAN-ETF_1x02-1MP_P1.20mm_Vertical -JST ACH series connector, BM02B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator -connector JST ACH vertical -0 -4 -3 -Connector_JST -JST_ACH_BM03B-ACHSS-GAN-ETF_1x03-1MP_P1.20mm_Vertical -JST ACH series connector, BM03B-ACHSS-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator -connector JST ACH vertical -0 -5 -4 -Connector_JST -JST_ACH_BM04B-ACHSS-A-GAN-ETF_1x04-1MP_P1.20mm_Vertical -JST ACH series connector, BM04B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator -connector JST ACH vertical -0 -6 -5 -Connector_JST -JST_ACH_BM05B-ACHSS-A-GAN-ETF_1x05-1MP_P1.20mm_Vertical -JST ACH series connector, BM05B-ACHSS-A-GAN-ETF (http://www.jst-mfg.com/product/pdf/eng/eACH.pdf), generated with kicad-footprint-generator -connector JST ACH vertical -0 -7 -6 -Connector_JST -JST_AUH_BM03B-AUHKS-GA-TB_1x03-1MP_P1.50mm_Vertical -JST AUH series connector, BM03B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator -connector JST AUH side entry -0 -5 -4 -Connector_JST -JST_AUH_BM05B-AUHKS-GA-TB_1x05-1MP_P1.50mm_Vertical -JST AUH series connector, BM05B-AUHKS-GA-TB (http://www.jst-mfg.com/product/pdf/eng/eAUH.pdf), generated with kicad-footprint-generator -connector JST AUH side entry -0 -7 -6 -Connector_JST -JST_EH_B2B-EH-A_1x02_P2.50mm_Vertical -JST EH series connector, B2B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -2 -2 -Connector_JST -JST_EH_B3B-EH-A_1x03_P2.50mm_Vertical -JST EH series connector, B3B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -3 -3 -Connector_JST -JST_EH_B4B-EH-A_1x04_P2.50mm_Vertical -JST EH series connector, B4B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -4 -4 -Connector_JST -JST_EH_B5B-EH-A_1x05_P2.50mm_Vertical -JST EH series connector, B5B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -5 -5 -Connector_JST -JST_EH_B6B-EH-A_1x06_P2.50mm_Vertical -JST EH series connector, B6B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -6 -6 -Connector_JST -JST_EH_B7B-EH-A_1x07_P2.50mm_Vertical -JST EH series connector, B7B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -7 -7 -Connector_JST -JST_EH_B8B-EH-A_1x08_P2.50mm_Vertical -JST EH series connector, B8B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -8 -8 -Connector_JST -JST_EH_B9B-EH-A_1x09_P2.50mm_Vertical -JST EH series connector, B9B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH vertical -0 -9 -9 -Connector_JST -JST_EH_B10B-EH-A_1x10_P2.50mm_Vertical -JST EH series connector, B10B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -10 -10 -Connector_JST -JST_EH_B11B-EH-A_1x11_P2.50mm_Vertical -JST EH series connector, B11B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -11 -11 -Connector_JST -JST_EH_B12B-EH-A_1x12_P2.50mm_Vertical -JST EH series connector, B12B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -12 -12 -Connector_JST -JST_EH_B13B-EH-A_1x13_P2.50mm_Vertical -JST EH series connector, B13B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -13 -13 -Connector_JST -JST_EH_B14B-EH-A_1x14_P2.50mm_Vertical -JST EH series connector, B14B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -14 -14 -Connector_JST -JST_EH_B15B-EH-A_1x15_P2.50mm_Vertical -JST EH series connector, B15B-EH-A (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH side entry -0 -15 -15 -Connector_JST -JST_EH_S2B-EH_1x02_P2.50mm_Horizontal -JST EH series connector, S2B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -2 -2 -Connector_JST -JST_EH_S3B-EH_1x03_P2.50mm_Horizontal -JST EH series connector, S3B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -3 -3 -Connector_JST -JST_EH_S4B-EH_1x04_P2.50mm_Horizontal -JST EH series connector, S4B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -4 -4 -Connector_JST -JST_EH_S5B-EH_1x05_P2.50mm_Horizontal -JST EH series connector, S5B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -5 -5 -Connector_JST -JST_EH_S6B-EH_1x06_P2.50mm_Horizontal -JST EH series connector, S6B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -6 -6 -Connector_JST -JST_EH_S7B-EH_1x07_P2.50mm_Horizontal -JST EH series connector, S7B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -7 -7 -Connector_JST -JST_EH_S8B-EH_1x08_P2.50mm_Horizontal -JST EH series connector, S8B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -8 -8 -Connector_JST -JST_EH_S9B-EH_1x09_P2.50mm_Horizontal -JST EH series connector, S9B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH horizontal -0 -9 -9 -Connector_JST -JST_EH_S10B-EH_1x10_P2.50mm_Horizontal -JST EH series connector, S10B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -10 -10 -Connector_JST -JST_EH_S11B-EH_1x11_P2.50mm_Horizontal -JST EH series connector, S11B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -11 -11 -Connector_JST -JST_EH_S12B-EH_1x12_P2.50mm_Horizontal -JST EH series connector, S12B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -12 -12 -Connector_JST -JST_EH_S13B-EH_1x13_P2.50mm_Horizontal -JST EH series connector, S13B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -13 -13 -Connector_JST -JST_EH_S14B-EH_1x14_P2.50mm_Horizontal -JST EH series connector, S14B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -14 -14 -Connector_JST -JST_EH_S15B-EH_1x15_P2.50mm_Horizontal -JST EH series connector, S15B-EH (http://www.jst-mfg.com/product/pdf/eng/eEH.pdf), generated with kicad-footprint-generator -connector JST EH top entry -0 -15 -15 -Connector_JST -JST_GH_BM02B-GHS-TBT_1x02-1MP_P1.25mm_Vertical -JST GH series connector, BM02B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -4 -3 -Connector_JST -JST_GH_BM03B-GHS-TBT_1x03-1MP_P1.25mm_Vertical -JST GH series connector, BM03B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -5 -4 -Connector_JST -JST_GH_BM04B-GHS-TBT_1x04-1MP_P1.25mm_Vertical -JST GH series connector, BM04B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -6 -5 -Connector_JST -JST_GH_BM05B-GHS-TBT_1x05-1MP_P1.25mm_Vertical -JST GH series connector, BM05B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -7 -6 -Connector_JST -JST_GH_BM06B-GHS-TBT_1x06-1MP_P1.25mm_Vertical -JST GH series connector, BM06B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -8 -7 -Connector_JST -JST_GH_BM07B-GHS-TBT_1x07-1MP_P1.25mm_Vertical -JST GH series connector, BM07B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -9 -8 -Connector_JST -JST_GH_BM08B-GHS-TBT_1x08-1MP_P1.25mm_Vertical -JST GH series connector, BM08B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -10 -9 -Connector_JST -JST_GH_BM09B-GHS-TBT_1x09-1MP_P1.25mm_Vertical -JST GH series connector, BM09B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -11 -10 -Connector_JST -JST_GH_BM10B-GHS-TBT_1x10-1MP_P1.25mm_Vertical -JST GH series connector, BM10B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -12 -11 -Connector_JST -JST_GH_BM11B-GHS-TBT_1x11-1MP_P1.25mm_Vertical -JST GH series connector, BM11B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -13 -12 -Connector_JST -JST_GH_BM12B-GHS-TBT_1x12-1MP_P1.25mm_Vertical -JST GH series connector, BM12B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -14 -13 -Connector_JST -JST_GH_BM13B-GHS-TBT_1x13-1MP_P1.25mm_Vertical -JST GH series connector, BM13B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -15 -14 -Connector_JST -JST_GH_BM14B-GHS-TBT_1x14-1MP_P1.25mm_Vertical -JST GH series connector, BM14B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -16 -15 -Connector_JST -JST_GH_BM15B-GHS-TBT_1x15-1MP_P1.25mm_Vertical -JST GH series connector, BM15B-GHS-TBT (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH side entry -0 -17 -16 -Connector_JST -JST_GH_SM02B-GHS-TB_1x02-1MP_P1.25mm_Horizontal -JST GH series connector, SM02B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -4 -3 -Connector_JST -JST_GH_SM03B-GHS-TB_1x03-1MP_P1.25mm_Horizontal -JST GH series connector, SM03B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -5 -4 -Connector_JST -JST_GH_SM04B-GHS-TB_1x04-1MP_P1.25mm_Horizontal -JST GH series connector, SM04B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -6 -5 -Connector_JST -JST_GH_SM05B-GHS-TB_1x05-1MP_P1.25mm_Horizontal -JST GH series connector, SM05B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -7 -6 -Connector_JST -JST_GH_SM06B-GHS-TB_1x06-1MP_P1.25mm_Horizontal -JST GH series connector, SM06B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -8 -7 -Connector_JST -JST_GH_SM07B-GHS-TB_1x07-1MP_P1.25mm_Horizontal -JST GH series connector, SM07B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -9 -8 -Connector_JST -JST_GH_SM08B-GHS-TB_1x08-1MP_P1.25mm_Horizontal -JST GH series connector, SM08B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -10 -9 -Connector_JST -JST_GH_SM09B-GHS-TB_1x09-1MP_P1.25mm_Horizontal -JST GH series connector, SM09B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -11 -10 -Connector_JST -JST_GH_SM10B-GHS-TB_1x10-1MP_P1.25mm_Horizontal -JST GH series connector, SM10B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -12 -11 -Connector_JST -JST_GH_SM11B-GHS-TB_1x11-1MP_P1.25mm_Horizontal -JST GH series connector, SM11B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -13 -12 -Connector_JST -JST_GH_SM12B-GHS-TB_1x12-1MP_P1.25mm_Horizontal -JST GH series connector, SM12B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -14 -13 -Connector_JST -JST_GH_SM13B-GHS-TB_1x13-1MP_P1.25mm_Horizontal -JST GH series connector, SM13B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -15 -14 -Connector_JST -JST_GH_SM14B-GHS-TB_1x14-1MP_P1.25mm_Horizontal -JST GH series connector, SM14B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -16 -15 -Connector_JST -JST_GH_SM15B-GHS-TB_1x15-1MP_P1.25mm_Horizontal -JST GH series connector, SM15B-GHS-TB (http://www.jst-mfg.com/product/pdf/eng/eGH.pdf), generated with kicad-footprint-generator -connector JST GH top entry -0 -17 -16 -Connector_JST -JST_J2100_B06B-J21DK-GGXR_2x03_P2.50x4.00mm_Vertical -JST J2100 series connector, B06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -8 -6 -Connector_JST -JST_J2100_B08B-J21DK-GGXR_2x04_P2.50x4.00mm_Vertical -JST J2100 series connector, B08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -10 -8 -Connector_JST -JST_J2100_B10B-J21DK-GGXR_2x05_P2.50x4.00mm_Vertical -JST J2100 series connector, B10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -12 -10 -Connector_JST -JST_J2100_B12B-J21DK-GGXR_2x06_P2.50x4.00mm_Vertical -JST J2100 series connector, B12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -14 -12 -Connector_JST -JST_J2100_B16B-J21DK-GGXR_2x08_P2.50x4.00mm_Vertical -JST J2100 series connector, B16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -18 -16 -Connector_JST -JST_J2100_B20B-J21DK-GGXR_2x10_P2.50x4.00mm_Vertical -JST J2100 series connector, B20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 vertical -0 -22 -20 -Connector_JST -JST_J2100_S06B-J21DK-GGXR_2x03_P2.50mm_Horizontal -JST J2100 series connector, S06B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -7 -6 -Connector_JST -JST_J2100_S08B-J21DK-GGXR_2x04_P2.50mm_Horizontal -JST J2100 series connector, S08B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -10 -8 -Connector_JST -JST_J2100_S10B-J21DK-GGXR_2x05_P2.50mm_Horizontal -JST J2100 series connector, S10B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -12 -10 -Connector_JST -JST_J2100_S12B-J21DK-GGXR_2x06_P2.50mm_Horizontal -JST J2100 series connector, S12B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -14 -12 -Connector_JST -JST_J2100_S16B-J21DK-GGXR_2x08_P2.50mm_Horizontal -JST J2100 series connector, S16B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -18 -16 -Connector_JST -JST_J2100_S20B-J21DK-GGXR_2x10_P2.50mm_Horizontal -JST J2100 series connector, S20B-J21DK-GGXR (http://www.jst-mfg.com/product/pdf/eng/eJFA-J2000.pdf), generated with kicad-footprint-generator -connector JST J2100 horizontal -0 -22 -20 -Connector_JST -JST_JWPF_B02B-JWPF-SK-R_1x02_P2.00mm_Vertical -JST JWPF series connector, B02B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator -connector JST JWPF side entry -0 -2 -2 -Connector_JST -JST_JWPF_B03B-JWPF-SK-R_1x03_P2.00mm_Vertical -JST JWPF series connector, B03B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator -connector JST JWPF side entry -0 -3 -3 -Connector_JST -JST_JWPF_B04B-JWPF-SK-R_1x04_P2.00mm_Vertical -JST JWPF series connector, B04B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator -connector JST JWPF side entry -0 -4 -4 -Connector_JST -JST_JWPF_B06B-JWPF-SK-R_2x03_P2.00mm_Vertical -JST JWPF series connector, B06B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator -connector JST JWPF side entry -0 -6 -6 -Connector_JST -JST_JWPF_B08B-JWPF-SK-R_2x04_P2.00mm_Vertical -JST JWPF series connector, B08B-JWPF-SK-R (http://www.jst-mfg.com/product/pdf/eng/eJWPF1.pdf), generated with kicad-footprint-generator -connector JST JWPF side entry -0 -8 -8 -Connector_JST -JST_LEA_SM02B-LEASS-TF_1x02-1MP_P4.20mm_Horizontal -JST LEA series connector, SM02B-LEASS-TF (http://www.jst-mfg.com/product/pdf/eng/eLEA.pdf), generated with kicad-footprint-generator -connector JST LEA top entry -0 -4 -3 -Connector_JST -JST_NV_B02P-NV_1x02_P5.00mm_Vertical -JST NV series connector, B02P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator -connector JST NV side entry -0 -2 -2 -Connector_JST -JST_NV_B03P-NV_1x03_P5.00mm_Vertical -JST NV series connector, B03P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator -connector JST NV side entry -0 -3 -3 -Connector_JST -JST_NV_B04P-NV_1x04_P5.00mm_Vertical -JST NV series connector, B04P-NV (http://www.jst-mfg.com/product/pdf/eng/eNV.pdf), generated with kicad-footprint-generator -connector JST NV side entry -0 -4 -4 -Connector_JST -JST_PHD_B8B-PHDSS_2x04_P2.00mm_Vertical -JST PHD series connector, B8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -8 -8 -Connector_JST -JST_PHD_B10B-PHDSS_2x05_P2.00mm_Vertical -JST PHD series connector, B10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -10 -10 -Connector_JST -JST_PHD_B12B-PHDSS_2x06_P2.00mm_Vertical -JST PHD series connector, B12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -12 -12 -Connector_JST -JST_PHD_B14B-PHDSS_2x07_P2.00mm_Vertical -JST PHD series connector, B14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -14 -14 -Connector_JST -JST_PHD_B16B-PHDSS_2x08_P2.00mm_Vertical -JST PHD series connector, B16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -16 -16 -Connector_JST -JST_PHD_B18B-PHDSS_2x09_P2.00mm_Vertical -JST PHD series connector, B18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -18 -18 -Connector_JST -JST_PHD_B20B-PHDSS_2x10_P2.00mm_Vertical -JST PHD series connector, B20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -20 -20 -Connector_JST -JST_PHD_B22B-PHDSS_2x11_P2.00mm_Vertical -JST PHD series connector, B22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -22 -22 -Connector_JST -JST_PHD_B24B-PHDSS_2x12_P2.00mm_Vertical -JST PHD series connector, B24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -24 -24 -Connector_JST -JST_PHD_B26B-PHDSS_2x13_P2.00mm_Vertical -JST PHD series connector, B26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -26 -26 -Connector_JST -JST_PHD_B28B-PHDSS_2x14_P2.00mm_Vertical -JST PHD series connector, B28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -28 -28 -Connector_JST -JST_PHD_B30B-PHDSS_2x15_P2.00mm_Vertical -JST PHD series connector, B30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -30 -30 -Connector_JST -JST_PHD_B32B-PHDSS_2x16_P2.00mm_Vertical -JST PHD series connector, B32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -32 -32 -Connector_JST -JST_PHD_B34B-PHDSS_2x17_P2.00mm_Vertical -JST PHD series connector, B34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD vertical -0 -34 -34 -Connector_JST -JST_PHD_S8B-PHDSS_2x04_P2.00mm_Horizontal -JST PHD series connector, S8B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -8 -8 -Connector_JST -JST_PHD_S10B-PHDSS_2x05_P2.00mm_Horizontal -JST PHD series connector, S10B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -10 -10 -Connector_JST -JST_PHD_S12B-PHDSS_2x06_P2.00mm_Horizontal -JST PHD series connector, S12B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -12 -12 -Connector_JST -JST_PHD_S14B-PHDSS_2x07_P2.00mm_Horizontal -JST PHD series connector, S14B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -14 -14 -Connector_JST -JST_PHD_S16B-PHDSS_2x08_P2.00mm_Horizontal -JST PHD series connector, S16B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -16 -16 -Connector_JST -JST_PHD_S18B-PHDSS_2x09_P2.00mm_Horizontal -JST PHD series connector, S18B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -18 -18 -Connector_JST -JST_PHD_S20B-PHDSS_2x10_P2.00mm_Horizontal -JST PHD series connector, S20B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -20 -20 -Connector_JST -JST_PHD_S22B-PHDSS_2x11_P2.00mm_Horizontal -JST PHD series connector, S22B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -22 -22 -Connector_JST -JST_PHD_S24B-PHDSS_2x12_P2.00mm_Horizontal -JST PHD series connector, S24B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -24 -24 -Connector_JST -JST_PHD_S26B-PHDSS_2x13_P2.00mm_Horizontal -JST PHD series connector, S26B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -26 -26 -Connector_JST -JST_PHD_S28B-PHDSS_2x14_P2.00mm_Horizontal -JST PHD series connector, S28B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -28 -28 -Connector_JST -JST_PHD_S30B-PHDSS_2x15_P2.00mm_Horizontal -JST PHD series connector, S30B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -30 -30 -Connector_JST -JST_PHD_S32B-PHDSS_2x16_P2.00mm_Horizontal -JST PHD series connector, S32B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -32 -32 -Connector_JST -JST_PHD_S34B-PHDSS_2x17_P2.00mm_Horizontal -JST PHD series connector, S34B-PHDSS (http://www.jst-mfg.com/product/pdf/eng/ePHD.pdf), generated with kicad-footprint-generator -connector JST PHD horizontal -0 -34 -34 -Connector_JST -JST_PH_B2B-PH-K_1x02_P2.00mm_Vertical -JST PH series connector, B2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -2 -2 -Connector_JST -JST_PH_B2B-PH-SM4-TB_1x02-1MP_P2.00mm_Vertical -JST PH series connector, B2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -4 -3 -Connector_JST -JST_PH_B3B-PH-K_1x03_P2.00mm_Vertical -JST PH series connector, B3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -3 -3 -Connector_JST -JST_PH_B3B-PH-SM4-TB_1x03-1MP_P2.00mm_Vertical -JST PH series connector, B3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -5 -4 -Connector_JST -JST_PH_B4B-PH-K_1x04_P2.00mm_Vertical -JST PH series connector, B4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -4 -4 -Connector_JST -JST_PH_B4B-PH-SM4-TB_1x04-1MP_P2.00mm_Vertical -JST PH series connector, B4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -6 -5 -Connector_JST -JST_PH_B5B-PH-K_1x05_P2.00mm_Vertical -JST PH series connector, B5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -5 -5 -Connector_JST -JST_PH_B5B-PH-SM4-TB_1x05-1MP_P2.00mm_Vertical -JST PH series connector, B5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -7 -6 -Connector_JST -JST_PH_B6B-PH-K_1x06_P2.00mm_Vertical -JST PH series connector, B6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -6 -6 -Connector_JST -JST_PH_B6B-PH-SM4-TB_1x06-1MP_P2.00mm_Vertical -JST PH series connector, B6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -8 -7 -Connector_JST -JST_PH_B7B-PH-K_1x07_P2.00mm_Vertical -JST PH series connector, B7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -7 -7 -Connector_JST -JST_PH_B7B-PH-SM4-TB_1x07-1MP_P2.00mm_Vertical -JST PH series connector, B7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -9 -8 -Connector_JST -JST_PH_B8B-PH-K_1x08_P2.00mm_Vertical -JST PH series connector, B8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -8 -8 -Connector_JST -JST_PH_B8B-PH-SM4-TB_1x08-1MP_P2.00mm_Vertical -JST PH series connector, B8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -10 -9 -Connector_JST -JST_PH_B9B-PH-K_1x09_P2.00mm_Vertical -JST PH series connector, B9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -9 -9 -Connector_JST -JST_PH_B9B-PH-SM4-TB_1x09-1MP_P2.00mm_Vertical -JST PH series connector, B9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -11 -10 -Connector_JST -JST_PH_B10B-PH-K_1x10_P2.00mm_Vertical -JST PH series connector, B10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -10 -10 -Connector_JST -JST_PH_B10B-PH-SM4-TB_1x10-1MP_P2.00mm_Vertical -JST PH series connector, B10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -12 -11 -Connector_JST -JST_PH_B11B-PH-K_1x11_P2.00mm_Vertical -JST PH series connector, B11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -11 -11 -Connector_JST -JST_PH_B11B-PH-SM4-TB_1x11-1MP_P2.00mm_Vertical -JST PH series connector, B11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -13 -12 -Connector_JST -JST_PH_B12B-PH-K_1x12_P2.00mm_Vertical -JST PH series connector, B12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -12 -12 -Connector_JST -JST_PH_B12B-PH-SM4-TB_1x12-1MP_P2.00mm_Vertical -JST PH series connector, B12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -14 -13 -Connector_JST -JST_PH_B13B-PH-K_1x13_P2.00mm_Vertical -JST PH series connector, B13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -13 -13 -Connector_JST -JST_PH_B13B-PH-SM4-TB_1x13-1MP_P2.00mm_Vertical -JST PH series connector, B13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -15 -14 -Connector_JST -JST_PH_B14B-PH-K_1x14_P2.00mm_Vertical -JST PH series connector, B14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -14 -14 -Connector_JST -JST_PH_B14B-PH-SM4-TB_1x14-1MP_P2.00mm_Vertical -JST PH series connector, B14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -16 -15 -Connector_JST -JST_PH_B15B-PH-K_1x15_P2.00mm_Vertical -JST PH series connector, B15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -15 -15 -Connector_JST -JST_PH_B15B-PH-SM4-TB_1x15-1MP_P2.00mm_Vertical -JST PH series connector, B15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -17 -16 -Connector_JST -JST_PH_B16B-PH-K_1x16_P2.00mm_Vertical -JST PH series connector, B16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -16 -16 -Connector_JST -JST_PH_B16B-PH-SM4-TB_1x16-1MP_P2.00mm_Vertical -JST PH series connector, B16B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH side entry -0 -18 -17 -Connector_JST -JST_PH_S2B-PH-K_1x02_P2.00mm_Horizontal -JST PH series connector, S2B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -2 -2 -Connector_JST -JST_PH_S2B-PH-SM4-TB_1x02-1MP_P2.00mm_Horizontal -JST PH series connector, S2B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -4 -3 -Connector_JST -JST_PH_S3B-PH-K_1x03_P2.00mm_Horizontal -JST PH series connector, S3B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -3 -3 -Connector_JST -JST_PH_S3B-PH-SM4-TB_1x03-1MP_P2.00mm_Horizontal -JST PH series connector, S3B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -5 -4 -Connector_JST -JST_PH_S4B-PH-K_1x04_P2.00mm_Horizontal -JST PH series connector, S4B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -4 -4 -Connector_JST -JST_PH_S4B-PH-SM4-TB_1x04-1MP_P2.00mm_Horizontal -JST PH series connector, S4B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -6 -5 -Connector_JST -JST_PH_S5B-PH-K_1x05_P2.00mm_Horizontal -JST PH series connector, S5B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -5 -5 -Connector_JST -JST_PH_S5B-PH-SM4-TB_1x05-1MP_P2.00mm_Horizontal -JST PH series connector, S5B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -7 -6 -Connector_JST -JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal -JST PH series connector, S6B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -6 -6 -Connector_JST -JST_PH_S6B-PH-SM4-TB_1x06-1MP_P2.00mm_Horizontal -JST PH series connector, S6B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -8 -7 -Connector_JST -JST_PH_S7B-PH-K_1x07_P2.00mm_Horizontal -JST PH series connector, S7B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -7 -7 -Connector_JST -JST_PH_S7B-PH-SM4-TB_1x07-1MP_P2.00mm_Horizontal -JST PH series connector, S7B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -9 -8 -Connector_JST -JST_PH_S8B-PH-K_1x08_P2.00mm_Horizontal -JST PH series connector, S8B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -8 -8 -Connector_JST -JST_PH_S8B-PH-SM4-TB_1x08-1MP_P2.00mm_Horizontal -JST PH series connector, S8B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -10 -9 -Connector_JST -JST_PH_S9B-PH-K_1x09_P2.00mm_Horizontal -JST PH series connector, S9B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -9 -9 -Connector_JST -JST_PH_S9B-PH-SM4-TB_1x09-1MP_P2.00mm_Horizontal -JST PH series connector, S9B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -11 -10 -Connector_JST -JST_PH_S10B-PH-K_1x10_P2.00mm_Horizontal -JST PH series connector, S10B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -10 -10 -Connector_JST -JST_PH_S10B-PH-SM4-TB_1x10-1MP_P2.00mm_Horizontal -JST PH series connector, S10B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -12 -11 -Connector_JST -JST_PH_S11B-PH-K_1x11_P2.00mm_Horizontal -JST PH series connector, S11B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -11 -11 -Connector_JST -JST_PH_S11B-PH-SM4-TB_1x11-1MP_P2.00mm_Horizontal -JST PH series connector, S11B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -13 -12 -Connector_JST -JST_PH_S12B-PH-K_1x12_P2.00mm_Horizontal -JST PH series connector, S12B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -12 -12 -Connector_JST -JST_PH_S12B-PH-SM4-TB_1x12-1MP_P2.00mm_Horizontal -JST PH series connector, S12B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -14 -13 -Connector_JST -JST_PH_S13B-PH-K_1x13_P2.00mm_Horizontal -JST PH series connector, S13B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -13 -13 -Connector_JST -JST_PH_S13B-PH-SM4-TB_1x13-1MP_P2.00mm_Horizontal -JST PH series connector, S13B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -15 -14 -Connector_JST -JST_PH_S14B-PH-K_1x14_P2.00mm_Horizontal -JST PH series connector, S14B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -14 -14 -Connector_JST -JST_PH_S14B-PH-SM4-TB_1x14-1MP_P2.00mm_Horizontal -JST PH series connector, S14B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -16 -15 -Connector_JST -JST_PH_S15B-PH-K_1x15_P2.00mm_Horizontal -JST PH series connector, S15B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -15 -15 -Connector_JST -JST_PH_S15B-PH-SM4-TB_1x15-1MP_P2.00mm_Horizontal -JST PH series connector, S15B-PH-SM4-TB (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -17 -16 -Connector_JST -JST_PH_S16B-PH-K_1x16_P2.00mm_Horizontal -JST PH series connector, S16B-PH-K (http://www.jst-mfg.com/product/pdf/eng/ePH.pdf), generated with kicad-footprint-generator -connector JST PH top entry -0 -16 -16 -Connector_JST -JST_PUD_B08B-PUDSS_2x04_P2.00mm_Vertical -JST PUD series connector, B08B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -8 -8 -Connector_JST -JST_PUD_B10B-PUDSS_2x05_P2.00mm_Vertical -JST PUD series connector, B10B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -10 -10 -Connector_JST -JST_PUD_B12B-PUDSS_2x06_P2.00mm_Vertical -JST PUD series connector, B12B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -12 -12 -Connector_JST -JST_PUD_B14B-PUDSS_2x07_P2.00mm_Vertical -JST PUD series connector, B14B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -14 -14 -Connector_JST -JST_PUD_B16B-PUDSS_2x08_P2.00mm_Vertical -JST PUD series connector, B16B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -16 -16 -Connector_JST -JST_PUD_B18B-PUDSS_2x09_P2.00mm_Vertical -JST PUD series connector, B18B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -18 -18 -Connector_JST -JST_PUD_B20B-PUDSS_2x10_P2.00mm_Vertical -JST PUD series connector, B20B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -20 -20 -Connector_JST -JST_PUD_B22B-PUDSS_2x11_P2.00mm_Vertical -JST PUD series connector, B22B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -22 -22 -Connector_JST -JST_PUD_B24B-PUDSS_2x12_P2.00mm_Vertical -JST PUD series connector, B24B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -24 -24 -Connector_JST -JST_PUD_B26B-PUDSS_2x13_P2.00mm_Vertical -JST PUD series connector, B26B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -26 -26 -Connector_JST -JST_PUD_B28B-PUDSS_2x14_P2.00mm_Vertical -JST PUD series connector, B28B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -28 -28 -Connector_JST -JST_PUD_B30B-PUDSS_2x15_P2.00mm_Vertical -JST PUD series connector, B30B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -30 -30 -Connector_JST -JST_PUD_B32B-PUDSS_2x16_P2.00mm_Vertical -JST PUD series connector, B32B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -32 -32 -Connector_JST -JST_PUD_B34B-PUDSS_2x17_P2.00mm_Vertical -JST PUD series connector, B34B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -34 -34 -Connector_JST -JST_PUD_B36B-PUDSS_2x18_P2.00mm_Vertical -JST PUD series connector, B36B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -36 -36 -Connector_JST -JST_PUD_B38B-PUDSS_2x19_P2.00mm_Vertical -JST PUD series connector, B38B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -38 -38 -Connector_JST -JST_PUD_B40B-PUDSS_2x20_P2.00mm_Vertical -JST PUD series connector, B40B-PUDSS (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD side entry -0 -40 -40 -Connector_JST -JST_PUD_S08B-PUDSS-1_2x04_P2.00mm_Horizontal -JST PUD series connector, S08B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -8 -8 -Connector_JST -JST_PUD_S10B-PUDSS-1_2x05_P2.00mm_Horizontal -JST PUD series connector, S10B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -10 -10 -Connector_JST -JST_PUD_S12B-PUDSS-1_2x06_P2.00mm_Horizontal -JST PUD series connector, S12B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -12 -12 -Connector_JST -JST_PUD_S14B-PUDSS-1_2x07_P2.00mm_Horizontal -JST PUD series connector, S14B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -14 -14 -Connector_JST -JST_PUD_S16B-PUDSS-1_2x08_P2.00mm_Horizontal -JST PUD series connector, S16B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -16 -16 -Connector_JST -JST_PUD_S18B-PUDSS-1_2x09_P2.00mm_Horizontal -JST PUD series connector, S18B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -18 -18 -Connector_JST -JST_PUD_S20B-PUDSS-1_2x10_P2.00mm_Horizontal -JST PUD series connector, S20B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -20 -20 -Connector_JST -JST_PUD_S22B-PUDSS-1_2x11_P2.00mm_Horizontal -JST PUD series connector, S22B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -22 -22 -Connector_JST -JST_PUD_S24B-PUDSS-1_2x12_P2.00mm_Horizontal -JST PUD series connector, S24B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -24 -24 -Connector_JST -JST_PUD_S26B-PUDSS-1_2x13_P2.00mm_Horizontal -JST PUD series connector, S26B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -26 -26 -Connector_JST -JST_PUD_S28B-PUDSS-1_2x14_P2.00mm_Horizontal -JST PUD series connector, S28B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -28 -28 -Connector_JST -JST_PUD_S30B-PUDSS-1_2x15_P2.00mm_Horizontal -JST PUD series connector, S30B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -30 -30 -Connector_JST -JST_PUD_S32B-PUDSS-1_2x16_P2.00mm_Horizontal -JST PUD series connector, S32B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -32 -32 -Connector_JST -JST_PUD_S34B-PUDSS-1_2x17_P2.00mm_Horizontal -JST PUD series connector, S34B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -34 -34 -Connector_JST -JST_PUD_S36B-PUDSS-1_2x18_P2.00mm_Horizontal -JST PUD series connector, S36B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -36 -36 -Connector_JST -JST_PUD_S38B-PUDSS-1_2x19_P2.00mm_Horizontal -JST PUD series connector, S38B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -38 -38 -Connector_JST -JST_PUD_S40B-PUDSS-1_2x20_P2.00mm_Horizontal -JST PUD series connector, S40B-PUDSS-1 (http://www.jst-mfg.com/product/pdf/eng/ePUD.pdf), generated with kicad-footprint-generator -connector JST PUD top entry -0 -40 -40 -Connector_JST -JST_SFH_SM02B-SFHRS-TF_1x02-1MP_P4.20mm_Horizontal -JST SFH series connector, SM02B-SFHRS-TF (http://www.jst-mfg.com/product/pdf/eng/eSFH.pdf), generated with kicad-footprint-generator -connector JST SFH horizontal -0 -4 -3 -Connector_JST -JST_SHL_SM02B-SHLS-TF_1x02-1MP_P1.00mm_Horizontal -JST SHL series connector, SM02B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -4 -3 -Connector_JST -JST_SHL_SM05B-SHLS-TF_1x05-1MP_P1.00mm_Horizontal -JST SHL series connector, SM05B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -7 -6 -Connector_JST -JST_SHL_SM06B-SHLS-TF_1x06-1MP_P1.00mm_Horizontal -JST SHL series connector, SM06B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -8 -7 -Connector_JST -JST_SHL_SM07B-SHLS-TF_1x07-1MP_P1.00mm_Horizontal -JST SHL series connector, SM07B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -9 -8 -Connector_JST -JST_SHL_SM08B-SHLS-TF_1x08-1MP_P1.00mm_Horizontal -JST SHL series connector, SM08B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -10 -9 -Connector_JST -JST_SHL_SM10B-SHLS-TF_1x10-1MP_P1.00mm_Horizontal -JST SHL series connector, SM10B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -12 -11 -Connector_JST -JST_SHL_SM11B-SHLS-TF_1x11-1MP_P1.00mm_Horizontal -JST SHL series connector, SM11B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -13 -12 -Connector_JST -JST_SHL_SM12B-SHLS-TF_1x12-1MP_P1.00mm_Horizontal -JST SHL series connector, SM12B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -14 -13 -Connector_JST -JST_SHL_SM14B-SHLS-TF_1x14-1MP_P1.00mm_Horizontal -JST SHL series connector, SM14B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -16 -15 -Connector_JST -JST_SHL_SM16B-SHLS-TF_1x16-1MP_P1.00mm_Horizontal -JST SHL series connector, SM16B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -18 -17 -Connector_JST -JST_SHL_SM20B-SHLS-TF_1x20-1MP_P1.00mm_Horizontal -JST SHL series connector, SM20B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -22 -21 -Connector_JST -JST_SHL_SM22B-SHLS-TF_1x22-1MP_P1.00mm_Horizontal -JST SHL series connector, SM22B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -24 -23 -Connector_JST -JST_SHL_SM26B-SHLS-TF_1x26-1MP_P1.00mm_Horizontal -JST SHL series connector, SM26B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -28 -27 -Connector_JST -JST_SHL_SM30B-SHLS-TF_1x30-1MP_P1.00mm_Horizontal -JST SHL series connector, SM30B-SHLS-TF (http://www.jst-mfg.com/product/pdf/eng/eSHL.pdf), generated with kicad-footprint-generator -connector JST SHL top entry -0 -32 -31 -Connector_JST -JST_SH_BM02B-SRSS-TB_1x02-1MP_P1.00mm_Vertical -JST SH series connector, BM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -4 -3 -Connector_JST -JST_SH_BM03B-SRSS-TB_1x03-1MP_P1.00mm_Vertical -JST SH series connector, BM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -5 -4 -Connector_JST -JST_SH_BM04B-SRSS-TB_1x04-1MP_P1.00mm_Vertical -JST SH series connector, BM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -6 -5 -Connector_JST -JST_SH_BM05B-SRSS-TB_1x05-1MP_P1.00mm_Vertical -JST SH series connector, BM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -7 -6 -Connector_JST -JST_SH_BM06B-SRSS-TB_1x06-1MP_P1.00mm_Vertical -JST SH series connector, BM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -8 -7 -Connector_JST -JST_SH_BM07B-SRSS-TB_1x07-1MP_P1.00mm_Vertical -JST SH series connector, BM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -9 -8 -Connector_JST -JST_SH_BM08B-SRSS-TB_1x08-1MP_P1.00mm_Vertical -JST SH series connector, BM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -10 -9 -Connector_JST -JST_SH_BM09B-SRSS-TB_1x09-1MP_P1.00mm_Vertical -JST SH series connector, BM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -11 -10 -Connector_JST -JST_SH_BM10B-SRSS-TB_1x10-1MP_P1.00mm_Vertical -JST SH series connector, BM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -12 -11 -Connector_JST -JST_SH_BM11B-SRSS-TB_1x11-1MP_P1.00mm_Vertical -JST SH series connector, BM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -13 -12 -Connector_JST -JST_SH_BM12B-SRSS-TB_1x12-1MP_P1.00mm_Vertical -JST SH series connector, BM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -14 -13 -Connector_JST -JST_SH_BM13B-SRSS-TB_1x13-1MP_P1.00mm_Vertical -JST SH series connector, BM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -15 -14 -Connector_JST -JST_SH_BM14B-SRSS-TB_1x14-1MP_P1.00mm_Vertical -JST SH series connector, BM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -16 -15 -Connector_JST -JST_SH_BM15B-SRSS-TB_1x15-1MP_P1.00mm_Vertical -JST SH series connector, BM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH side entry -0 -17 -16 -Connector_JST -JST_SH_SM02B-SRSS-TB_1x02-1MP_P1.00mm_Horizontal -JST SH series connector, SM02B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -4 -3 -Connector_JST -JST_SH_SM03B-SRSS-TB_1x03-1MP_P1.00mm_Horizontal -JST SH series connector, SM03B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -5 -4 -Connector_JST -JST_SH_SM04B-SRSS-TB_1x04-1MP_P1.00mm_Horizontal -JST SH series connector, SM04B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -6 -5 -Connector_JST -JST_SH_SM05B-SRSS-TB_1x05-1MP_P1.00mm_Horizontal -JST SH series connector, SM05B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -7 -6 -Connector_JST -JST_SH_SM06B-SRSS-TB_1x06-1MP_P1.00mm_Horizontal -JST SH series connector, SM06B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -8 -7 -Connector_JST -JST_SH_SM07B-SRSS-TB_1x07-1MP_P1.00mm_Horizontal -JST SH series connector, SM07B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -9 -8 -Connector_JST -JST_SH_SM08B-SRSS-TB_1x08-1MP_P1.00mm_Horizontal -JST SH series connector, SM08B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -10 -9 -Connector_JST -JST_SH_SM09B-SRSS-TB_1x09-1MP_P1.00mm_Horizontal -JST SH series connector, SM09B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -11 -10 -Connector_JST -JST_SH_SM10B-SRSS-TB_1x10-1MP_P1.00mm_Horizontal -JST SH series connector, SM10B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -12 -11 -Connector_JST -JST_SH_SM11B-SRSS-TB_1x11-1MP_P1.00mm_Horizontal -JST SH series connector, SM11B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -13 -12 -Connector_JST -JST_SH_SM12B-SRSS-TB_1x12-1MP_P1.00mm_Horizontal -JST SH series connector, SM12B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -14 -13 -Connector_JST -JST_SH_SM13B-SRSS-TB_1x13-1MP_P1.00mm_Horizontal -JST SH series connector, SM13B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -15 -14 -Connector_JST -JST_SH_SM14B-SRSS-TB_1x14-1MP_P1.00mm_Horizontal -JST SH series connector, SM14B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -16 -15 -Connector_JST -JST_SH_SM15B-SRSS-TB_1x15-1MP_P1.00mm_Horizontal -JST SH series connector, SM15B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -17 -16 -Connector_JST -JST_SH_SM20B-SRSS-TB_1x20-1MP_P1.00mm_Horizontal -JST SH series connector, SM20B-SRSS-TB (http://www.jst-mfg.com/product/pdf/eng/eSH.pdf), generated with kicad-footprint-generator -connector JST SH top entry -0 -22 -21 -Connector_JST -JST_SUR_BM02B-SURS-TF_1x02-1MP_P0.80mm_Vertical -JST SUR series connector, BM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -4 -3 -Connector_JST -JST_SUR_BM03B-SURS-TF_1x03-1MP_P0.80mm_Vertical -JST SUR series connector, BM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -5 -4 -Connector_JST -JST_SUR_BM04B-SURS-TF_1x04-1MP_P0.80mm_Vertical -JST SUR series connector, BM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -6 -5 -Connector_JST -JST_SUR_BM05B-SURS-TF_1x05-1MP_P0.80mm_Vertical -JST SUR series connector, BM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -7 -6 -Connector_JST -JST_SUR_BM06B-SURS-TF_1x06-1MP_P0.80mm_Vertical -JST SUR series connector, BM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -8 -7 -Connector_JST -JST_SUR_BM08B-SURS-TF_1x08-1MP_P0.80mm_Vertical -JST SUR series connector, BM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -10 -9 -Connector_JST -JST_SUR_BM10B-SURS-TF_1x10-1MP_P0.80mm_Vertical -JST SUR series connector, BM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -12 -11 -Connector_JST -JST_SUR_BM12B-SURS-TF_1x12-1MP_P0.80mm_Vertical -JST SUR series connector, BM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -14 -13 -Connector_JST -JST_SUR_BM14B-SURS-TF_1x14-1MP_P0.80mm_Vertical -JST SUR series connector, BM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -16 -15 -Connector_JST -JST_SUR_BM15B-SURS-TF_1x15-1MP_P0.80mm_Vertical -JST SUR series connector, BM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -17 -16 -Connector_JST -JST_SUR_BM16B-SURS-TF_1x16-1MP_P0.80mm_Vertical -JST SUR series connector, BM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -18 -17 -Connector_JST -JST_SUR_BM17B-SURS-TF_1x17-1MP_P0.80mm_Vertical -JST SUR series connector, BM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -19 -18 -Connector_JST -JST_SUR_BM20B-SURS-TF_1x20-1MP_P0.80mm_Vertical -JST SUR series connector, BM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR side entry -0 -22 -21 -Connector_JST -JST_SUR_SM02B-SURS-TF_1x02-1MP_P0.80mm_Horizontal -JST SUR series connector, SM02B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -4 -3 -Connector_JST -JST_SUR_SM03B-SURS-TF_1x03-1MP_P0.80mm_Horizontal -JST SUR series connector, SM03B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -5 -4 -Connector_JST -JST_SUR_SM04B-SURS-TF_1x04-1MP_P0.80mm_Horizontal -JST SUR series connector, SM04B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -6 -5 -Connector_JST -JST_SUR_SM05B-SURS-TF_1x05-1MP_P0.80mm_Horizontal -JST SUR series connector, SM05B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -7 -6 -Connector_JST -JST_SUR_SM06B-SURS-TF_1x06-1MP_P0.80mm_Horizontal -JST SUR series connector, SM06B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -8 -7 -Connector_JST -JST_SUR_SM08B-SURS-TF_1x08-1MP_P0.80mm_Horizontal -JST SUR series connector, SM08B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -10 -9 -Connector_JST -JST_SUR_SM10B-SURS-TF_1x10-1MP_P0.80mm_Horizontal -JST SUR series connector, SM10B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -12 -11 -Connector_JST -JST_SUR_SM12B-SURS-TF_1x12-1MP_P0.80mm_Horizontal -JST SUR series connector, SM12B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -14 -13 -Connector_JST -JST_SUR_SM14B-SURS-TF_1x14-1MP_P0.80mm_Horizontal -JST SUR series connector, SM14B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -16 -15 -Connector_JST -JST_SUR_SM15B-SURS-TF_1x15-1MP_P0.80mm_Horizontal -JST SUR series connector, SM15B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -17 -16 -Connector_JST -JST_SUR_SM16B-SURS-TF_1x16-1MP_P0.80mm_Horizontal -JST SUR series connector, SM16B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -18 -17 -Connector_JST -JST_SUR_SM17B-SURS-TF_1x17-1MP_P0.80mm_Horizontal -JST SUR series connector, SM17B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -19 -18 -Connector_JST -JST_SUR_SM20B-SURS-TF_1x20-1MP_P0.80mm_Horizontal -JST SUR series connector, SM20B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -22 -21 -Connector_JST -JST_SUR_SM22B-SURS-TF_1x22-1MP_P0.80mm_Horizontal -JST SUR series connector, SM22B-SURS-TF (http://www.jst-mfg.com/product/pdf/eng/eSUR.pdf), generated with kicad-footprint-generator -connector JST SUR top entry -0 -24 -23 -Connector_JST -JST_VH_B2P-VH-B_1x02_P3.96mm_Vertical -JST VH PBT series connector, B2P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -2 -2 -Connector_JST -JST_VH_B2P-VH-FB-B_1x02_P3.96mm_Vertical -JST VH series connector, B2P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -2 -2 -Connector_JST -JST_VH_B2P-VH_1x02_P3.96mm_Vertical -JST VH series connector, B2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -2 -2 -Connector_JST -JST_VH_B2P3-VH_1x02_P7.92mm_Vertical -JST VH series connector, B2P3-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -2 -2 -Connector_JST -JST_VH_B2PS-VH_1x02_P3.96mm_Horizontal -JST VH series connector, B2PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -2 -2 -Connector_JST -JST_VH_B3P-VH-B_1x03_P3.96mm_Vertical -JST VH PBT series connector, B3P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -3 -3 -Connector_JST -JST_VH_B3P-VH-FB-B_1x03_P3.96mm_Vertical -JST VH series connector, B3P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -3 -3 -Connector_JST -JST_VH_B3P-VH_1x03_P3.96mm_Vertical -JST VH series connector, B3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -3 -3 -Connector_JST -JST_VH_B3PS-VH_1x03_P3.96mm_Horizontal -JST VH series connector, B3PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -3 -3 -Connector_JST -JST_VH_B4P-VH-B_1x04_P3.96mm_Vertical -JST VH PBT series connector, B4P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -4 -4 -Connector_JST -JST_VH_B4P-VH-FB-B_1x04_P3.96mm_Vertical -JST VH series connector, B4P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -4 -4 -Connector_JST -JST_VH_B4P-VH_1x04_P3.96mm_Vertical -JST VH series connector, B4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -4 -4 -Connector_JST -JST_VH_B4PS-VH_1x04_P3.96mm_Horizontal -JST VH series connector, B4PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -4 -4 -Connector_JST -JST_VH_B5P-VH-B_1x05_P3.96mm_Vertical -JST VH PBT series connector, B5P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -5 -5 -Connector_JST -JST_VH_B5P-VH-FB-B_1x05_P3.96mm_Vertical -JST VH series connector, B5P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -5 -5 -Connector_JST -JST_VH_B5P-VH_1x05_P3.96mm_Vertical -JST VH series connector, B5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -5 -5 -Connector_JST -JST_VH_B5PS-VH_1x05_P3.96mm_Horizontal -JST VH series connector, B5PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -5 -5 -Connector_JST -JST_VH_B6P-VH-B_1x06_P3.96mm_Vertical -JST VH PBT series connector, B6P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -6 -6 -Connector_JST -JST_VH_B6P-VH-FB-B_1x06_P3.96mm_Vertical -JST VH series connector, B6P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -6 -6 -Connector_JST -JST_VH_B6P-VH_1x06_P3.96mm_Vertical -JST VH series connector, B6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -6 -6 -Connector_JST -JST_VH_B6PS-VH_1x06_P3.96mm_Horizontal -JST VH series connector, B6PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -6 -6 -Connector_JST -JST_VH_B7P-VH-B_1x07_P3.96mm_Vertical -JST VH PBT series connector, B7P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -7 -7 -Connector_JST -JST_VH_B7P-VH-FB-B_1x07_P3.96mm_Vertical -JST VH series connector, B7P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -7 -7 -Connector_JST -JST_VH_B7P-VH_1x07_P3.96mm_Vertical -JST VH series connector, B7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -7 -7 -Connector_JST -JST_VH_B7PS-VH_1x07_P3.96mm_Horizontal -JST VH series connector, B7PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -7 -7 -Connector_JST -JST_VH_B8P-VH-B_1x08_P3.96mm_Vertical -JST VH PBT series connector, B8P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -8 -8 -Connector_JST -JST_VH_B8P-VH-FB-B_1x08_P3.96mm_Vertical -JST VH series connector, B8P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -8 -8 -Connector_JST -JST_VH_B8P-VH_1x08_P3.96mm_Vertical -JST VH series connector, B8P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -8 -8 -Connector_JST -JST_VH_B8PS-VH_1x08_P3.96mm_Horizontal -JST VH series connector, B8PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -8 -8 -Connector_JST -JST_VH_B9P-VH-B_1x09_P3.96mm_Vertical -JST VH PBT series connector, B9P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -9 -9 -Connector_JST -JST_VH_B9P-VH-FB-B_1x09_P3.96mm_Vertical -JST VH series connector, B9P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -9 -9 -Connector_JST -JST_VH_B9P-VH_1x09_P3.96mm_Vertical -JST VH series connector, B9P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -9 -9 -Connector_JST -JST_VH_B9PS-VH_1x09_P3.96mm_Horizontal -JST VH series connector, B9PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -9 -9 -Connector_JST -JST_VH_B10P-VH-B_1x10_P3.96mm_Vertical -JST VH PBT series connector, B10P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -10 -10 -Connector_JST -JST_VH_B10P-VH-FB-B_1x10_P3.96mm_Vertical -JST VH series connector, B10P-VH-FB-B, shrouded (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH side entry -0 -10 -10 -Connector_JST -JST_VH_B10P-VH_1x10_P3.96mm_Vertical -JST VH series connector, B10P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -10 -10 -Connector_JST -JST_VH_B10PS-VH_1x10_P3.96mm_Horizontal -JST VH series connector, B10PS-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -10 -10 -Connector_JST -JST_VH_B11P-VH-B_1x11_P3.96mm_Vertical -JST VH PBT series connector, B11P-VH-B (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH vertical -0 -11 -11 -Connector_JST -JST_VH_S2P-VH_1x02_P3.96mm_Horizontal -JST VH series connector, S2P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -2 -2 -Connector_JST -JST_VH_S3P-VH_1x03_P3.96mm_Horizontal -JST VH series connector, S3P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -3 -3 -Connector_JST -JST_VH_S4P-VH_1x04_P3.96mm_Horizontal -JST VH series connector, S4P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -4 -4 -Connector_JST -JST_VH_S5P-VH_1x05_P3.96mm_Horizontal -JST VH series connector, S5P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -5 -5 -Connector_JST -JST_VH_S6P-VH_1x06_P3.96mm_Horizontal -JST VH series connector, S6P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -6 -6 -Connector_JST -JST_VH_S7P-VH_1x07_P3.96mm_Horizontal -JST VH series connector, S7P-VH (http://www.jst-mfg.com/product/pdf/eng/eVH.pdf), generated with kicad-footprint-generator -connector JST VH top entry -0 -7 -7 -Connector_JST -JST_XAG_SM05B-XAGKS-BN-TB_1x05-1MP_P2.50mm_Horizontal -JST XAG series connector, SM05B-XAGKS-BN-TB (http://www.jst-mfg.com/product/pdf/eng/eXAG.pdf), generated with kicad-footprint-generator -connector JST XAG top entry -0 -7 -6 -Connector_JST -JST_XA_B02B-XASK-1-A_1x02_P2.50mm_Vertical -JST XA series connector, B02B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -2 -2 -Connector_JST -JST_XA_B02B-XASK-1_1x02_P2.50mm_Vertical -JST XA series connector, B02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -2 -2 -Connector_JST -JST_XA_B03B-XASK-1-A_1x03_P2.50mm_Vertical -JST XA series connector, B03B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -3 -3 -Connector_JST -JST_XA_B03B-XASK-1_1x03_P2.50mm_Vertical -JST XA series connector, B03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -3 -3 -Connector_JST -JST_XA_B04B-XASK-1-A_1x04_P2.50mm_Vertical -JST XA series connector, B04B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -4 -4 -Connector_JST -JST_XA_B04B-XASK-1_1x04_P2.50mm_Vertical -JST XA series connector, B04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -4 -4 -Connector_JST -JST_XA_B05B-XASK-1-A_1x05_P2.50mm_Vertical -JST XA series connector, B05B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -5 -5 -Connector_JST -JST_XA_B05B-XASK-1_1x05_P2.50mm_Vertical -JST XA series connector, B05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -5 -5 -Connector_JST -JST_XA_B06B-XASK-1-A_1x06_P2.50mm_Vertical -JST XA series connector, B06B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -6 -6 -Connector_JST -JST_XA_B06B-XASK-1_1x06_P2.50mm_Vertical -JST XA series connector, B06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -6 -6 -Connector_JST -JST_XA_B07B-XASK-1-A_1x07_P2.50mm_Vertical -JST XA series connector, B07B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -7 -7 -Connector_JST -JST_XA_B07B-XASK-1_1x07_P2.50mm_Vertical -JST XA series connector, B07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -7 -7 -Connector_JST -JST_XA_B08B-XASK-1-A_1x08_P2.50mm_Vertical -JST XA series connector, B08B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -8 -8 -Connector_JST -JST_XA_B08B-XASK-1_1x08_P2.50mm_Vertical -JST XA series connector, B08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -8 -8 -Connector_JST -JST_XA_B09B-XASK-1-A_1x09_P2.50mm_Vertical -JST XA series connector, B09B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -9 -9 -Connector_JST -JST_XA_B09B-XASK-1_1x09_P2.50mm_Vertical -JST XA series connector, B09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -9 -9 -Connector_JST -JST_XA_B10B-XASK-1-A_1x10_P2.50mm_Vertical -JST XA series connector, B10B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -10 -10 -Connector_JST -JST_XA_B10B-XASK-1_1x10_P2.50mm_Vertical -JST XA series connector, B10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -10 -10 -Connector_JST -JST_XA_B11B-XASK-1-A_1x11_P2.50mm_Vertical -JST XA series connector, B11B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -11 -11 -Connector_JST -JST_XA_B11B-XASK-1_1x11_P2.50mm_Vertical -JST XA series connector, B11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -11 -11 -Connector_JST -JST_XA_B12B-XASK-1-A_1x12_P2.50mm_Vertical -JST XA series connector, B12B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -12 -12 -Connector_JST -JST_XA_B12B-XASK-1_1x12_P2.50mm_Vertical -JST XA series connector, B12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -12 -12 -Connector_JST -JST_XA_B13B-XASK-1-A_1x13_P2.50mm_Vertical -JST XA series connector, B13B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -13 -13 -Connector_JST -JST_XA_B13B-XASK-1_1x13_P2.50mm_Vertical -JST XA series connector, B13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -13 -13 -Connector_JST -JST_XA_B14B-XASK-1-A_1x14_P2.50mm_Vertical -JST XA series connector, B14B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -14 -14 -Connector_JST -JST_XA_B14B-XASK-1_1x14_P2.50mm_Vertical -JST XA series connector, B14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -14 -14 -Connector_JST -JST_XA_B15B-XASK-1-A_1x15_P2.50mm_Vertical -JST XA series connector, B15B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -15 -15 -Connector_JST -JST_XA_B15B-XASK-1_1x15_P2.50mm_Vertical -JST XA series connector, B15B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -15 -15 -Connector_JST -JST_XA_B18B-XASK-1_1x18_P2.50mm_Vertical -JST XA series connector, B18B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -18 -18 -Connector_JST -JST_XA_B20B-XASK-1-A_1x20_P2.50mm_Vertical -JST XA series connector, B20B-XASK-1-A (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical boss -0 -20 -20 -Connector_JST -JST_XA_B20B-XASK-1_1x20_P2.50mm_Vertical -JST XA series connector, B20B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA vertical -0 -20 -20 -Connector_JST -JST_XA_S02B-XASK-1N-BN_1x02_P2.50mm_Horizontal -JST XA series connector, S02B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -2 -2 -Connector_JST -JST_XA_S02B-XASK-1_1x02_P2.50mm_Horizontal -JST XA series connector, S02B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -2 -2 -Connector_JST -JST_XA_S03B-XASK-1N-BN_1x03_P2.50mm_Horizontal -JST XA series connector, S03B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -3 -3 -Connector_JST -JST_XA_S03B-XASK-1_1x03_P2.50mm_Horizontal -JST XA series connector, S03B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -3 -3 -Connector_JST -JST_XA_S04B-XASK-1N-BN_1x04_P2.50mm_Horizontal -JST XA series connector, S04B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -4 -4 -Connector_JST -JST_XA_S04B-XASK-1_1x04_P2.50mm_Horizontal -JST XA series connector, S04B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -4 -4 -Connector_JST -JST_XA_S05B-XASK-1N-BN_1x05_P2.50mm_Horizontal -JST XA series connector, S05B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -5 -5 -Connector_JST -JST_XA_S05B-XASK-1_1x05_P2.50mm_Horizontal -JST XA series connector, S05B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -5 -5 -Connector_JST -JST_XA_S06B-XASK-1N-BN_1x06_P2.50mm_Horizontal -JST XA series connector, S06B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -6 -6 -Connector_JST -JST_XA_S06B-XASK-1_1x06_P2.50mm_Horizontal -JST XA series connector, S06B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -6 -6 -Connector_JST -JST_XA_S07B-XASK-1N-BN_1x07_P2.50mm_Horizontal -JST XA series connector, S07B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -7 -7 -Connector_JST -JST_XA_S07B-XASK-1_1x07_P2.50mm_Horizontal -JST XA series connector, S07B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -7 -7 -Connector_JST -JST_XA_S08B-XASK-1N-BN_1x08_P2.50mm_Horizontal -JST XA series connector, S08B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -8 -8 -Connector_JST -JST_XA_S08B-XASK-1_1x08_P2.50mm_Horizontal -JST XA series connector, S08B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -8 -8 -Connector_JST -JST_XA_S09B-XASK-1N-BN_1x09_P2.50mm_Horizontal -JST XA series connector, S09B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -9 -9 -Connector_JST -JST_XA_S09B-XASK-1_1x09_P2.50mm_Horizontal -JST XA series connector, S09B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -9 -9 -Connector_JST -JST_XA_S10B-XASK-1N-BN_1x10_P2.50mm_Horizontal -JST XA series connector, S10B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -10 -10 -Connector_JST -JST_XA_S10B-XASK-1_1x10_P2.50mm_Horizontal -JST XA series connector, S10B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -10 -10 -Connector_JST -JST_XA_S11B-XASK-1N-BN_1x11_P2.50mm_Horizontal -JST XA series connector, S11B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -11 -11 -Connector_JST -JST_XA_S11B-XASK-1_1x11_P2.50mm_Horizontal -JST XA series connector, S11B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -11 -11 -Connector_JST -JST_XA_S12B-XASK-1N-BN_1x12_P2.50mm_Horizontal -JST XA series connector, S12B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -12 -12 -Connector_JST -JST_XA_S12B-XASK-1_1x12_P2.50mm_Horizontal -JST XA series connector, S12B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -12 -12 -Connector_JST -JST_XA_S13B-XASK-1N-BN_1x13_P2.50mm_Horizontal -JST XA series connector, S13B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -13 -13 -Connector_JST -JST_XA_S13B-XASK-1_1x13_P2.50mm_Horizontal -JST XA series connector, S13B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -13 -13 -Connector_JST -JST_XA_S14B-XASK-1N-BN_1x14_P2.50mm_Horizontal -JST XA series connector, S14B-XASK-1N-BN (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal -0 -14 -14 -Connector_JST -JST_XA_S14B-XASK-1_1x14_P2.50mm_Horizontal -JST XA series connector, S14B-XASK-1 (http://www.jst-mfg.com/product/pdf/eng/eXA1.pdf), generated with kicad-footprint-generator -connector JST XA horizontal hook -0 -14 -14 -Connector_JST -JST_XH_B1B-XH-AM_1x01_P2.50mm_Vertical -JST XH series connector, B1B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -1 -1 -Connector_JST -JST_XH_B2B-XH-AM_1x02_P2.50mm_Vertical -JST XH series connector, B2B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -2 -2 -Connector_JST -JST_XH_B2B-XH-A_1x02_P2.50mm_Vertical -JST XH series connector, B2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -2 -2 -Connector_JST -JST_XH_B3B-XH-AM_1x03_P2.50mm_Vertical -JST XH series connector, B3B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -3 -3 -Connector_JST -JST_XH_B3B-XH-A_1x03_P2.50mm_Vertical -JST XH series connector, B3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -3 -3 -Connector_JST -JST_XH_B4B-XH-AM_1x04_P2.50mm_Vertical -JST XH series connector, B4B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -4 -4 -Connector_JST -JST_XH_B4B-XH-A_1x04_P2.50mm_Vertical -JST XH series connector, B4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -4 -4 -Connector_JST -JST_XH_B5B-XH-AM_1x05_P2.50mm_Vertical -JST XH series connector, B5B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -5 -5 -Connector_JST -JST_XH_B5B-XH-A_1x05_P2.50mm_Vertical -JST XH series connector, B5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -5 -5 -Connector_JST -JST_XH_B6B-XH-AM_1x06_P2.50mm_Vertical -JST XH series connector, B6B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -6 -6 -Connector_JST -JST_XH_B6B-XH-A_1x06_P2.50mm_Vertical -JST XH series connector, B6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -6 -6 -Connector_JST -JST_XH_B7B-XH-AM_1x07_P2.50mm_Vertical -JST XH series connector, B7B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -7 -7 -Connector_JST -JST_XH_B7B-XH-A_1x07_P2.50mm_Vertical -JST XH series connector, B7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -7 -7 -Connector_JST -JST_XH_B8B-XH-AM_1x08_P2.50mm_Vertical -JST XH series connector, B8B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -8 -8 -Connector_JST -JST_XH_B8B-XH-A_1x08_P2.50mm_Vertical -JST XH series connector, B8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -8 -8 -Connector_JST -JST_XH_B9B-XH-AM_1x09_P2.50mm_Vertical -JST XH series connector, B9B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical boss -0 -9 -9 -Connector_JST -JST_XH_B9B-XH-A_1x09_P2.50mm_Vertical -JST XH series connector, B9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH vertical -0 -9 -9 -Connector_JST -JST_XH_B10B-XH-AM_1x10_P2.50mm_Vertical -JST XH series connector, B10B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry boss -0 -10 -10 -Connector_JST -JST_XH_B10B-XH-A_1x10_P2.50mm_Vertical -JST XH series connector, B10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -10 -10 -Connector_JST -JST_XH_B11B-XH-A_1x11_P2.50mm_Vertical -JST XH series connector, B11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -11 -11 -Connector_JST -JST_XH_B12B-XH-AM_1x12_P2.50mm_Vertical -JST XH series connector, B12B-XH-AM, with boss (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry boss -0 -12 -12 -Connector_JST -JST_XH_B12B-XH-A_1x12_P2.50mm_Vertical -JST XH series connector, B12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -12 -12 -Connector_JST -JST_XH_B13B-XH-A_1x13_P2.50mm_Vertical -JST XH series connector, B13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -13 -13 -Connector_JST -JST_XH_B14B-XH-A_1x14_P2.50mm_Vertical -JST XH series connector, B14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -14 -14 -Connector_JST -JST_XH_B15B-XH-A_1x15_P2.50mm_Vertical -JST XH series connector, B15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -15 -15 -Connector_JST -JST_XH_B16B-XH-A_1x16_P2.50mm_Vertical -JST XH series connector, B16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -16 -16 -Connector_JST -JST_XH_B20B-XH-A_1x20_P2.50mm_Vertical -JST XH series connector, B20B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH side entry -0 -20 -20 -Connector_JST -JST_XH_S2B-XH-A-1_1x02_P2.50mm_Horizontal -JST XH series connector, S2B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -2 -2 -Connector_JST -JST_XH_S2B-XH-A_1x02_P2.50mm_Horizontal -JST XH series connector, S2B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -2 -2 -Connector_JST -JST_XH_S3B-XH-A-1_1x03_P2.50mm_Horizontal -JST XH series connector, S3B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -3 -3 -Connector_JST -JST_XH_S3B-XH-A_1x03_P2.50mm_Horizontal -JST XH series connector, S3B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -3 -3 -Connector_JST -JST_XH_S4B-XH-A-1_1x04_P2.50mm_Horizontal -JST XH series connector, S4B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -4 -4 -Connector_JST -JST_XH_S4B-XH-A_1x04_P2.50mm_Horizontal -JST XH series connector, S4B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -4 -4 -Connector_JST -JST_XH_S5B-XH-A-1_1x05_P2.50mm_Horizontal -JST XH series connector, S5B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -5 -5 -Connector_JST -JST_XH_S5B-XH-A_1x05_P2.50mm_Horizontal -JST XH series connector, S5B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -5 -5 -Connector_JST -JST_XH_S6B-XH-A-1_1x06_P2.50mm_Horizontal -JST XH series connector, S6B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -6 -6 -Connector_JST -JST_XH_S6B-XH-A_1x06_P2.50mm_Horizontal -JST XH series connector, S6B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -6 -6 -Connector_JST -JST_XH_S7B-XH-A-1_1x07_P2.50mm_Horizontal -JST XH series connector, S7B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -7 -7 -Connector_JST -JST_XH_S7B-XH-A_1x07_P2.50mm_Horizontal -JST XH series connector, S7B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -7 -7 -Connector_JST -JST_XH_S8B-XH-A-1_1x08_P2.50mm_Horizontal -JST XH series connector, S8B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -8 -8 -Connector_JST -JST_XH_S8B-XH-A_1x08_P2.50mm_Horizontal -JST XH series connector, S8B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -8 -8 -Connector_JST -JST_XH_S9B-XH-A-1_1x09_P2.50mm_Horizontal -JST XH series connector, S9B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -9 -9 -Connector_JST -JST_XH_S9B-XH-A_1x09_P2.50mm_Horizontal -JST XH series connector, S9B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH horizontal -0 -9 -9 -Connector_JST -JST_XH_S10B-XH-A-1_1x10_P2.50mm_Horizontal -JST XH series connector, S10B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -10 -10 -Connector_JST -JST_XH_S10B-XH-A_1x10_P2.50mm_Horizontal -JST XH series connector, S10B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -10 -10 -Connector_JST -JST_XH_S11B-XH-A-1_1x11_P2.50mm_Horizontal -JST XH series connector, S11B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -11 -11 -Connector_JST -JST_XH_S11B-XH-A_1x11_P2.50mm_Horizontal -JST XH series connector, S11B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -11 -11 -Connector_JST -JST_XH_S12B-XH-A-1_1x12_P2.50mm_Horizontal -JST XH series connector, S12B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -12 -12 -Connector_JST -JST_XH_S12B-XH-A_1x12_P2.50mm_Horizontal -JST XH series connector, S12B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -12 -12 -Connector_JST -JST_XH_S13B-XH-A-1_1x13_P2.50mm_Horizontal -JST XH series connector, S13B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -13 -13 -Connector_JST -JST_XH_S13B-XH-A_1x13_P2.50mm_Horizontal -JST XH series connector, S13B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -13 -13 -Connector_JST -JST_XH_S14B-XH-A-1_1x14_P2.50mm_Horizontal -JST XH series connector, S14B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -14 -14 -Connector_JST -JST_XH_S14B-XH-A_1x14_P2.50mm_Horizontal -JST XH series connector, S14B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -14 -14 -Connector_JST -JST_XH_S15B-XH-A-1_1x15_P2.50mm_Horizontal -JST XH series connector, S15B-XH-A-1 (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -15 -15 -Connector_JST -JST_XH_S15B-XH-A_1x15_P2.50mm_Horizontal -JST XH series connector, S15B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -15 -15 -Connector_JST -JST_XH_S16B-XH-A_1x16_P2.50mm_Horizontal -JST XH series connector, S16B-XH-A (http://www.jst-mfg.com/product/pdf/eng/eXH.pdf), generated with kicad-footprint-generator -connector JST XH top entry -0 -16 -16 -Connector_JST -JST_ZE_B02B-ZESK-1D_1x02_P1.50mm_Vertical -JST ZE series connector, B02B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -2 -2 -Connector_JST -JST_ZE_B03B-ZESK-1D_1x03_P1.50mm_Vertical -JST ZE series connector, B03B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -3 -3 -Connector_JST -JST_ZE_B03B-ZESK-D_1x03_P1.50mm_Vertical -JST ZE series connector, B03B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -3 -3 -Connector_JST -JST_ZE_B04B-ZESK-1D_1x04_P1.50mm_Vertical -JST ZE series connector, B04B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -4 -4 -Connector_JST -JST_ZE_B04B-ZESK-D_1x04_P1.50mm_Vertical -JST ZE series connector, B04B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -4 -4 -Connector_JST -JST_ZE_B05B-ZESK-1D_1x05_P1.50mm_Vertical -JST ZE series connector, B05B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -5 -5 -Connector_JST -JST_ZE_B05B-ZESK-D_1x05_P1.50mm_Vertical -JST ZE series connector, B05B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -5 -5 -Connector_JST -JST_ZE_B06B-ZESK-1D_1x06_P1.50mm_Vertical -JST ZE series connector, B06B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -6 -6 -Connector_JST -JST_ZE_B06B-ZESK-D_1x06_P1.50mm_Vertical -JST ZE series connector, B06B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -6 -6 -Connector_JST -JST_ZE_B07B-ZESK-1D_1x07_P1.50mm_Vertical -JST ZE series connector, B07B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -7 -7 -Connector_JST -JST_ZE_B07B-ZESK-D_1x07_P1.50mm_Vertical -JST ZE series connector, B07B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -7 -7 -Connector_JST -JST_ZE_B08B-ZESK-1D_1x08_P1.50mm_Vertical -JST ZE series connector, B08B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -8 -8 -Connector_JST -JST_ZE_B08B-ZESK-D_1x08_P1.50mm_Vertical -JST ZE series connector, B08B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -8 -8 -Connector_JST -JST_ZE_B09B-ZESK-1D_1x09_P1.50mm_Vertical -JST ZE series connector, B09B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -9 -9 -Connector_JST -JST_ZE_B09B-ZESK-D_1x09_P1.50mm_Vertical -JST ZE series connector, B09B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -9 -9 -Connector_JST -JST_ZE_B10B-ZESK-1D_1x10_P1.50mm_Vertical -JST ZE series connector, B10B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -10 -10 -Connector_JST -JST_ZE_B10B-ZESK-D_1x10_P1.50mm_Vertical -JST ZE series connector, B10B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -10 -10 -Connector_JST -JST_ZE_B11B-ZESK-1D_1x11_P1.50mm_Vertical -JST ZE series connector, B11B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -11 -11 -Connector_JST -JST_ZE_B11B-ZESK-D_1x11_P1.50mm_Vertical -JST ZE series connector, B11B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -11 -11 -Connector_JST -JST_ZE_B12B-ZESK-1D_1x12_P1.50mm_Vertical -JST ZE series connector, B12B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -12 -12 -Connector_JST -JST_ZE_B12B-ZESK-D_1x12_P1.50mm_Vertical -JST ZE series connector, B12B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -12 -12 -Connector_JST -JST_ZE_B13B-ZESK-1D_1x13_P1.50mm_Vertical -JST ZE series connector, B13B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -13 -13 -Connector_JST -JST_ZE_B13B-ZESK-D_1x13_P1.50mm_Vertical -JST ZE series connector, B13B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -13 -13 -Connector_JST -JST_ZE_B14B-ZESK-1D_1x14_P1.50mm_Vertical -JST ZE series connector, B14B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -14 -14 -Connector_JST -JST_ZE_B14B-ZESK-D_1x14_P1.50mm_Vertical -JST ZE series connector, B14B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -14 -14 -Connector_JST -JST_ZE_B15B-ZESK-1D_1x15_P1.50mm_Vertical -JST ZE series connector, B15B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -15 -15 -Connector_JST -JST_ZE_B15B-ZESK-D_1x15_P1.50mm_Vertical -JST ZE series connector, B15B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -15 -15 -Connector_JST -JST_ZE_B16B-ZESK-1D_1x16_P1.50mm_Vertical -JST ZE series connector, B16B-ZESK-1D, with boss (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry boss -0 -16 -16 -Connector_JST -JST_ZE_B16B-ZESK-D_1x16_P1.50mm_Vertical -JST ZE series connector, B16B-ZESK-D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE side entry -0 -16 -16 -Connector_JST -JST_ZE_BM02B-ZESS-TBT_1x02-1MP_P1.50mm_Vertical -JST ZE series connector, BM02B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -4 -3 -Connector_JST -JST_ZE_BM03B-ZESS-TBT_1x03-1MP_P1.50mm_Vertical -JST ZE series connector, BM03B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -5 -4 -Connector_JST -JST_ZE_BM04B-ZESS-TBT_1x04-1MP_P1.50mm_Vertical -JST ZE series connector, BM04B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -6 -5 -Connector_JST -JST_ZE_BM05B-ZESS-TBT_1x05-1MP_P1.50mm_Vertical -JST ZE series connector, BM05B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -7 -6 -Connector_JST -JST_ZE_BM06B-ZESS-TBT_1x06-1MP_P1.50mm_Vertical -JST ZE series connector, BM06B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -8 -7 -Connector_JST -JST_ZE_BM07B-ZESS-TBT_1x07-1MP_P1.50mm_Vertical -JST ZE series connector, BM07B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -9 -8 -Connector_JST -JST_ZE_BM08B-ZESS-TBT_1x08-1MP_P1.50mm_Vertical -JST ZE series connector, BM08B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -10 -9 -Connector_JST -JST_ZE_BM09B-ZESS-TBT_1x09-1MP_P1.50mm_Vertical -JST ZE series connector, BM09B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -11 -10 -Connector_JST -JST_ZE_BM10B-ZESS-TBT_1x10-1MP_P1.50mm_Vertical -JST ZE series connector, BM10B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -12 -11 -Connector_JST -JST_ZE_BM11B-ZESS-TBT_1x11-1MP_P1.50mm_Vertical -JST ZE series connector, BM11B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -13 -12 -Connector_JST -JST_ZE_BM12B-ZESS-TBT_1x12-1MP_P1.50mm_Vertical -JST ZE series connector, BM12B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -14 -13 -Connector_JST -JST_ZE_BM13B-ZESS-TBT_1x13-1MP_P1.50mm_Vertical -JST ZE series connector, BM13B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -15 -14 -Connector_JST -JST_ZE_BM14B-ZESS-TBT_1x14-1MP_P1.50mm_Vertical -JST ZE series connector, BM14B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -16 -15 -Connector_JST -JST_ZE_BM15B-ZESS-TBT_1x15-1MP_P1.50mm_Vertical -JST ZE series connector, BM15B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -17 -16 -Connector_JST -JST_ZE_BM16B-ZESS-TBT_1x16-1MP_P1.50mm_Vertical -JST ZE series connector, BM16B-ZESS-TBT (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE vertical -0 -18 -17 -Connector_JST -JST_ZE_S02B-ZESK-2D_1x02_P1.50mm_Horizontal -JST ZE series connector, S02B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -2 -2 -Connector_JST -JST_ZE_S03B-ZESK-2D_1x03_P1.50mm_Horizontal -JST ZE series connector, S03B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -3 -3 -Connector_JST -JST_ZE_S04B-ZESK-2D_1x04_P1.50mm_Horizontal -JST ZE series connector, S04B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -4 -4 -Connector_JST -JST_ZE_S05B-ZESK-2D_1x05_P1.50mm_Horizontal -JST ZE series connector, S05B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -5 -5 -Connector_JST -JST_ZE_S06B-ZESK-2D_1x06_P1.50mm_Horizontal -JST ZE series connector, S06B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -6 -6 -Connector_JST -JST_ZE_S07B-ZESK-2D_1x07_P1.50mm_Horizontal -JST ZE series connector, S07B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -7 -7 -Connector_JST -JST_ZE_S08B-ZESK-2D_1x08_P1.50mm_Horizontal -JST ZE series connector, S08B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -8 -8 -Connector_JST -JST_ZE_S09B-ZESK-2D_1x09_P1.50mm_Horizontal -JST ZE series connector, S09B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -9 -9 -Connector_JST -JST_ZE_S10B-ZESK-2D_1x10_P1.50mm_Horizontal -JST ZE series connector, S10B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -10 -10 -Connector_JST -JST_ZE_S11B-ZESK-2D_1x11_P1.50mm_Horizontal -JST ZE series connector, S11B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -11 -11 -Connector_JST -JST_ZE_S12B-ZESK-2D_1x12_P1.50mm_Horizontal -JST ZE series connector, S12B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -12 -12 -Connector_JST -JST_ZE_S13B-ZESK-2D_1x13_P1.50mm_Horizontal -JST ZE series connector, S13B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -13 -13 -Connector_JST -JST_ZE_S14B-ZESK-2D_1x14_P1.50mm_Horizontal -JST ZE series connector, S14B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -14 -14 -Connector_JST -JST_ZE_S15B-ZESK-2D_1x15_P1.50mm_Horizontal -JST ZE series connector, S15B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -15 -15 -Connector_JST -JST_ZE_S16B-ZESK-2D_1x16_P1.50mm_Horizontal -JST ZE series connector, S16B-ZESK-2D (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE top entry -0 -16 -16 -Connector_JST -JST_ZE_SM02B-ZESS-TB_1x02-1MP_P1.50mm_Horizontal -JST ZE series connector, SM02B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -4 -3 -Connector_JST -JST_ZE_SM03B-ZESS-TB_1x03-1MP_P1.50mm_Horizontal -JST ZE series connector, SM03B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -5 -4 -Connector_JST -JST_ZE_SM04B-ZESS-TB_1x04-1MP_P1.50mm_Horizontal -JST ZE series connector, SM04B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -6 -5 -Connector_JST -JST_ZE_SM05B-ZESS-TB_1x05-1MP_P1.50mm_Horizontal -JST ZE series connector, SM05B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -7 -6 -Connector_JST -JST_ZE_SM06B-ZESS-TB_1x06-1MP_P1.50mm_Horizontal -JST ZE series connector, SM06B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -8 -7 -Connector_JST -JST_ZE_SM07B-ZESS-TB_1x07-1MP_P1.50mm_Horizontal -JST ZE series connector, SM07B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -9 -8 -Connector_JST -JST_ZE_SM08B-ZESS-TB_1x08-1MP_P1.50mm_Horizontal -JST ZE series connector, SM08B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -10 -9 -Connector_JST -JST_ZE_SM09B-ZESS-TB_1x09-1MP_P1.50mm_Horizontal -JST ZE series connector, SM09B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -11 -10 -Connector_JST -JST_ZE_SM10B-ZESS-TB_1x10-1MP_P1.50mm_Horizontal -JST ZE series connector, SM10B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -12 -11 -Connector_JST -JST_ZE_SM11B-ZESS-TB_1x11-1MP_P1.50mm_Horizontal -JST ZE series connector, SM11B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -13 -12 -Connector_JST -JST_ZE_SM12B-ZESS-TB_1x12-1MP_P1.50mm_Horizontal -JST ZE series connector, SM12B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -14 -13 -Connector_JST -JST_ZE_SM13B-ZESS-TB_1x13-1MP_P1.50mm_Horizontal -JST ZE series connector, SM13B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -15 -14 -Connector_JST -JST_ZE_SM14B-ZESS-TB_1x14-1MP_P1.50mm_Horizontal -JST ZE series connector, SM14B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -16 -15 -Connector_JST -JST_ZE_SM15B-ZESS-TB_1x15-1MP_P1.50mm_Horizontal -JST ZE series connector, SM15B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -17 -16 -Connector_JST -JST_ZE_SM16B-ZESS-TB_1x16-1MP_P1.50mm_Horizontal -JST ZE series connector, SM16B-ZESS-TB (http://www.jst-mfg.com/product/pdf/eng/eZE.pdf), generated with kicad-footprint-generator -connector JST ZE horizontal -0 -18 -17 -Connector_Molex -Molex_CLIK-Mate_502382-0270_1x02-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_502382-0370_1x03-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_502382-0470_1x04-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_502382-0570_1x05-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -7 -6 -Connector_Molex -Molex_CLIK-Mate_502382-0670_1x06-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0670 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_502382-0770_1x07-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0770 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -9 -8 -Connector_Molex -Molex_CLIK-Mate_502382-0870_1x08-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0870 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_502382-0970_1x09-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-0970 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -11 -10 -Connector_Molex -Molex_CLIK-Mate_502382-1070_1x10-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1070 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -12 -11 -Connector_Molex -Molex_CLIK-Mate_502382-1170_1x11-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1170 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -13 -12 -Connector_Molex -Molex_CLIK-Mate_502382-1270_1x12-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1270 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_502382-1370_1x13-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1370 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_502382-1470_1x14-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1470 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_502382-1570_1x15-1MP_P1.25mm_Vertical -Molex CLIK-Mate series connector, 502382-1570 (http://www.molex.com/pdm_docs/sd/5023820270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -17 -16 -Connector_Molex -Molex_CLIK-Mate_502386-0270_1x02-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_502386-0370_1x03-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_502386-0470_1x04-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_502386-0570_1x05-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -7 -6 -Connector_Molex -Molex_CLIK-Mate_502386-0670_1x06-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0670 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_502386-0770_1x07-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0770 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -9 -8 -Connector_Molex -Molex_CLIK-Mate_502386-0870_1x08-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0870 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_502386-0970_1x09-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-0970 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -11 -10 -Connector_Molex -Molex_CLIK-Mate_502386-1070_1x10-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1070 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -12 -11 -Connector_Molex -Molex_CLIK-Mate_502386-1170_1x11-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1170 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -13 -12 -Connector_Molex -Molex_CLIK-Mate_502386-1270_1x12-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1270 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_502386-1370_1x13-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1370 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_502386-1470_1x14-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1470 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_502386-1570_1x15-1MP_P1.25mm_Horizontal -Molex CLIK-Mate series connector, 502386-1570 (http://www.molex.com/pdm_docs/sd/5023860270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -17 -16 -Connector_Molex -Molex_CLIK-Mate_502443-0270_1x02-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_502443-0370_1x03-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_502443-0470_1x04-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_502443-0570_1x05-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -7 -6 -Connector_Molex -Molex_CLIK-Mate_502443-0670_1x06-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0670 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_502443-0770_1x07-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0770 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -9 -8 -Connector_Molex -Molex_CLIK-Mate_502443-0870_1x08-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0870 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_502443-0970_1x09-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-0970 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -11 -10 -Connector_Molex -Molex_CLIK-Mate_502443-1270_1x12-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-1270 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_502443-1370_1x13-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-1370 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_502443-1470_1x14-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-1470 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_502443-1570_1x15-1MP_P2.00mm_Vertical -Molex CLIK-Mate series connector, 502443-1570 (http://www.molex.com/pdm_docs/sd/5024430270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -17 -16 -Connector_Molex -Molex_CLIK-Mate_502494-0270_1x02-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-0270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_502494-0370_1x03-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-0370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_502494-0470_1x04-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-0470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_502494-0670_1x06-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-0670 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_502494-0870_1x08-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-0870 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_502494-1070_1x10-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-1070 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -12 -11 -Connector_Molex -Molex_CLIK-Mate_502494-1270_1x12-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-1270 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_502494-1370_1x13-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-1370 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_502494-1470_1x14-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-1470 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_502494-1570_1x15-1MP_P2.00mm_Horizontal -Molex CLIK-Mate series connector, 502494-1570 (http://www.molex.com/pdm_docs/sd/5024940270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -17 -16 -Connector_Molex -Molex_CLIK-Mate_502585-0270_1x02-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_502585-0370_1x03-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_502585-0470_1x04-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_502585-0570_1x05-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -7 -6 -Connector_Molex -Molex_CLIK-Mate_502585-0670_1x06-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0670 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_502585-0770_1x07-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0770 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -9 -8 -Connector_Molex -Molex_CLIK-Mate_502585-0870_1x08-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0870 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_502585-0970_1x09-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-0970 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -11 -10 -Connector_Molex -Molex_CLIK-Mate_502585-1070_1x10-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1070 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -12 -11 -Connector_Molex -Molex_CLIK-Mate_502585-1170_1x11-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1170 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -13 -12 -Connector_Molex -Molex_CLIK-Mate_502585-1270_1x12-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1270 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_502585-1370_1x13-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1370 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_502585-1470_1x14-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1470 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_502585-1570_1x15-1MP_P1.50mm_Horizontal -Molex CLIK-Mate series connector, 502585-1570 (http://www.molex.com/pdm_docs/sd/5025850270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate top entry -0 -17 -16 -Connector_Molex -Molex_CLIK-Mate_505405-0270_1x02-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -4 -3 -Connector_Molex -Molex_CLIK-Mate_505405-0370_1x03-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -5 -4 -Connector_Molex -Molex_CLIK-Mate_505405-0470_1x04-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -6 -5 -Connector_Molex -Molex_CLIK-Mate_505405-0570_1x05-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -7 -6 -Connector_Molex -Molex_CLIK-Mate_505405-0670_1x06-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0670 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -8 -7 -Connector_Molex -Molex_CLIK-Mate_505405-0770_1x07-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0770 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -9 -8 -Connector_Molex -Molex_CLIK-Mate_505405-0870_1x08-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0870 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -10 -9 -Connector_Molex -Molex_CLIK-Mate_505405-0970_1x09-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-0970 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -11 -10 -Connector_Molex -Molex_CLIK-Mate_505405-1070_1x10-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1070 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -12 -11 -Connector_Molex -Molex_CLIK-Mate_505405-1170_1x11-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1170 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -13 -12 -Connector_Molex -Molex_CLIK-Mate_505405-1270_1x12-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1270 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -14 -13 -Connector_Molex -Molex_CLIK-Mate_505405-1370_1x13-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1370 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -15 -14 -Connector_Molex -Molex_CLIK-Mate_505405-1470_1x14-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1470 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -16 -15 -Connector_Molex -Molex_CLIK-Mate_505405-1570_1x15-1MP_P1.50mm_Vertical -Molex CLIK-Mate series connector, 505405-1570 (http://www.molex.com/pdm_docs/sd/5054050270_sd.pdf), generated with kicad-footprint-generator -connector Molex CLIK-Mate side entry -0 -17 -16 -Connector_Molex -Molex_KK-254_AE-6410-02A_1x02_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-02A example for new part number: 22-27-2021, 2 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -2 -2 -Connector_Molex -Molex_KK-254_AE-6410-03A_1x03_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-03A example for new part number: 22-27-2031, 3 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -3 -3 -Connector_Molex -Molex_KK-254_AE-6410-04A_1x04_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-04A example for new part number: 22-27-2041, 4 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -4 -4 -Connector_Molex -Molex_KK-254_AE-6410-05A_1x05_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-05A example for new part number: 22-27-2051, 5 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -5 -5 -Connector_Molex -Molex_KK-254_AE-6410-06A_1x06_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-06A example for new part number: 22-27-2061, 6 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -6 -6 -Connector_Molex -Molex_KK-254_AE-6410-07A_1x07_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-07A example for new part number: 22-27-2071, 7 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -7 -7 -Connector_Molex -Molex_KK-254_AE-6410-08A_1x08_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-08A example for new part number: 22-27-2081, 8 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -8 -8 -Connector_Molex -Molex_KK-254_AE-6410-09A_1x09_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-09A example for new part number: 22-27-2091, 9 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -9 -9 -Connector_Molex -Molex_KK-254_AE-6410-10A_1x10_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-10A example for new part number: 22-27-2101, 10 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -10 -10 -Connector_Molex -Molex_KK-254_AE-6410-11A_1x11_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-11A example for new part number: 22-27-2111, 11 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -11 -11 -Connector_Molex -Molex_KK-254_AE-6410-12A_1x12_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-12A example for new part number: 22-27-2121, 12 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -12 -12 -Connector_Molex -Molex_KK-254_AE-6410-13A_1x13_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-13A example for new part number: 22-27-2131, 13 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -13 -13 -Connector_Molex -Molex_KK-254_AE-6410-14A_1x14_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-14A example for new part number: 22-27-2141, 14 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -14 -14 -Connector_Molex -Molex_KK-254_AE-6410-15A_1x15_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-15A example for new part number: 22-27-2151, 15 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -15 -15 -Connector_Molex -Molex_KK-254_AE-6410-16A_1x16_P2.54mm_Vertical -Molex KK-254 Interconnect System, old/engineering part number: AE-6410-16A example for new part number: 22-27-2161, 16 Pins (http://www.molex.com/pdm_docs/sd/022272021_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-254 vertical -0 -16 -16 -Connector_Molex -Molex_KK-396_5273-02A_1x02_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-02A example for new part number: 09-65-2028, 2 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -2 -2 -Connector_Molex -Molex_KK-396_5273-03A_1x03_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-03A example for new part number: 09-65-2038, 3 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -3 -3 -Connector_Molex -Molex_KK-396_5273-04A_1x04_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-04A example for new part number: 09-65-2048, 4 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -4 -4 -Connector_Molex -Molex_KK-396_5273-05A_1x05_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-05A example for new part number: 09-65-2058, 5 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -5 -5 -Connector_Molex -Molex_KK-396_5273-06A_1x06_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-06A example for new part number: 09-65-2068, 6 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -6 -6 -Connector_Molex -Molex_KK-396_5273-07A_1x07_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-07A example for new part number: 09-65-2078, 7 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -7 -7 -Connector_Molex -Molex_KK-396_5273-08A_1x08_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-08A example for new part number: 09-65-2088, 8 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -8 -8 -Connector_Molex -Molex_KK-396_5273-09A_1x09_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-09A example for new part number: 09-65-2098, 9 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -9 -9 -Connector_Molex -Molex_KK-396_5273-10A_1x10_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-10A example for new part number: 09-65-2108, 10 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -10 -10 -Connector_Molex -Molex_KK-396_5273-11A_1x11_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-11A example for new part number: 09-65-2118, 11 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -11 -11 -Connector_Molex -Molex_KK-396_5273-12A_1x12_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: 5273-12A example for new part number: 09-65-2128, 12 Pins (https://www.molex.com/pdm_docs/sd/009652028_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -12 -12 -Connector_Molex -Molex_KK-396_A-41791-0002_1x02_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0002 example for new part number: 26-60-4020, 2 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -2 -2 -Connector_Molex -Molex_KK-396_A-41791-0003_1x03_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0003 example for new part number: 26-60-4030, 3 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -3 -3 -Connector_Molex -Molex_KK-396_A-41791-0004_1x04_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0004 example for new part number: 26-60-4040, 4 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -4 -4 -Connector_Molex -Molex_KK-396_A-41791-0005_1x05_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0005 example for new part number: 26-60-4050, 5 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -5 -5 -Connector_Molex -Molex_KK-396_A-41791-0006_1x06_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0006 example for new part number: 26-60-4060, 6 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -6 -6 -Connector_Molex -Molex_KK-396_A-41791-0007_1x07_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0007 example for new part number: 26-60-4070, 7 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -7 -7 -Connector_Molex -Molex_KK-396_A-41791-0008_1x08_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0008 example for new part number: 26-60-4080, 8 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -8 -8 -Connector_Molex -Molex_KK-396_A-41791-0009_1x09_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0009 example for new part number: 26-60-4090, 9 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -9 -9 -Connector_Molex -Molex_KK-396_A-41791-0010_1x10_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0010 example for new part number: 26-60-4100, 10 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -10 -10 -Connector_Molex -Molex_KK-396_A-41791-0011_1x11_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0011 example for new part number: 26-60-4110, 11 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -11 -11 -Connector_Molex -Molex_KK-396_A-41791-0012_1x12_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0012 example for new part number: 26-60-4120, 12 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -12 -12 -Connector_Molex -Molex_KK-396_A-41791-0013_1x13_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0013 example for new part number: 26-60-4130, 13 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -13 -13 -Connector_Molex -Molex_KK-396_A-41791-0014_1x14_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0014 example for new part number: 26-60-4140, 14 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -14 -14 -Connector_Molex -Molex_KK-396_A-41791-0015_1x15_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0015 example for new part number: 26-60-4150, 15 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -15 -15 -Connector_Molex -Molex_KK-396_A-41791-0016_1x16_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0016 example for new part number: 26-60-4160, 16 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -16 -16 -Connector_Molex -Molex_KK-396_A-41791-0017_1x17_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0017 example for new part number: 26-60-4170, 17 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -17 -17 -Connector_Molex -Molex_KK-396_A-41791-0018_1x18_P3.96mm_Vertical -Molex KK 396 Interconnect System, old/engineering part number: A-41791-0018 example for new part number: 26-60-4180, 18 Pins (https://www.molex.com/pdm_docs/sd/026604020_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 vertical -0 -18 -18 -Connector_Molex -Molex_KK-396_A-41792-0002_1x02_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0002 example for new part number: 26-60-5020, 2 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -2 -2 -Connector_Molex -Molex_KK-396_A-41792-0003_1x03_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0003 example for new part number: 26-60-5030, 3 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -3 -3 -Connector_Molex -Molex_KK-396_A-41792-0004_1x04_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0004 example for new part number: 26-60-5040, 4 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -4 -4 -Connector_Molex -Molex_KK-396_A-41792-0005_1x05_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0005 example for new part number: 26-60-5050, 5 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -5 -5 -Connector_Molex -Molex_KK-396_A-41792-0006_1x06_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0006 example for new part number: 26-60-5060, 6 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -6 -6 -Connector_Molex -Molex_KK-396_A-41792-0007_1x07_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0007 example for new part number: 26-60-5070, 7 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -7 -7 -Connector_Molex -Molex_KK-396_A-41792-0008_1x08_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0008 example for new part number: 26-60-5080, 8 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -8 -8 -Connector_Molex -Molex_KK-396_A-41792-0009_1x09_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0009 example for new part number: 26-60-5090, 9 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -9 -9 -Connector_Molex -Molex_KK-396_A-41792-0010_1x10_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0010 example for new part number: 26-60-5100, 10 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -10 -10 -Connector_Molex -Molex_KK-396_A-41792-0011_1x11_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0011 example for new part number: 26-60-5110, 11 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -11 -11 -Connector_Molex -Molex_KK-396_A-41792-0012_1x12_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0012 example for new part number: 26-60-5120, 12 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -12 -12 -Connector_Molex -Molex_KK-396_A-41792-0013_1x13_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0013 example for new part number: 26-60-5130, 13 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -13 -13 -Connector_Molex -Molex_KK-396_A-41792-0014_1x14_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0014 example for new part number: 26-60-5140, 14 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -14 -14 -Connector_Molex -Molex_KK-396_A-41792-0015_1x15_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0015 example for new part number: 26-60-5150, 15 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -15 -15 -Connector_Molex -Molex_KK-396_A-41792-0016_1x16_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0016 example for new part number: 26-60-5160, 16 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -16 -16 -Connector_Molex -Molex_KK-396_A-41792-0017_1x17_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0017 example for new part number: 26-60-5170, 17 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -17 -17 -Connector_Molex -Molex_KK-396_A-41792-0018_1x18_P3.96mm_Horizontal -Molex KK 396 Interconnect System, old/engineering part number: A-41792-0018 example for new part number: 26-60-5180, 18 Pins (https://www.molex.com/pdm_docs/sd/026605050_sd.pdf), generated with kicad-footprint-generator -connector Molex KK-396 horizontal -0 -18 -18 -Connector_Molex -Molex_Mega-Fit_76825-0002_2x01_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0002 (compatible alternatives: 172064-0002, 172064-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -2 -2 -Connector_Molex -Molex_Mega-Fit_76825-0004_2x02_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0004 (compatible alternatives: 172064-0004, 172064-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -4 -4 -Connector_Molex -Molex_Mega-Fit_76825-0006_2x03_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0006 (compatible alternatives: 172064-0006, 172064-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -6 -6 -Connector_Molex -Molex_Mega-Fit_76825-0008_2x04_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0008 (compatible alternatives: 172064-0008, 172064-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -8 -8 -Connector_Molex -Molex_Mega-Fit_76825-0010_2x05_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0010 (compatible alternatives: 172064-0010, 172064-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -10 -10 -Connector_Molex -Molex_Mega-Fit_76825-0012_2x06_P5.70mm_Horizontal -Molex Mega-Fit Power Connectors, 76825-0012 (compatible alternatives: 172064-0012, 172064-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/1720640002_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit top entry -0 -12 -12 -Connector_Molex -Molex_Mega-Fit_76829-0002_2x01_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0002 (compatible alternatives: 172065-0002, 172065-1002), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -2 -2 -Connector_Molex -Molex_Mega-Fit_76829-0004_2x02_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0004 (compatible alternatives: 172065-0004, 172065-1004), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -4 -4 -Connector_Molex -Molex_Mega-Fit_76829-0006_2x03_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0006 (compatible alternatives: 172065-0006, 172065-1006), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -6 -6 -Connector_Molex -Molex_Mega-Fit_76829-0008_2x04_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0008 (compatible alternatives: 172065-0008, 172065-1008), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -8 -8 -Connector_Molex -Molex_Mega-Fit_76829-0010_2x05_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0010 (compatible alternatives: 172065-0010, 172065-1010), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -10 -10 -Connector_Molex -Molex_Mega-Fit_76829-0012_2x06_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0012 (compatible alternatives: 172065-0012, 172065-1012), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290004_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -12 -12 -Connector_Molex -Molex_Mega-Fit_76829-0102_2x01_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0102 (compatible alternatives: 172065-0202, 172065-0302), 1 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -2 -2 -Connector_Molex -Molex_Mega-Fit_76829-0104_2x02_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0104 (compatible alternatives: 172065-0204, 172065-0304), 2 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -4 -4 -Connector_Molex -Molex_Mega-Fit_76829-0106_2x03_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0106 (compatible alternatives: 172065-0206, 172065-0306), 3 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -6 -6 -Connector_Molex -Molex_Mega-Fit_76829-0108_2x04_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0108 (compatible alternatives: 172065-0208, 172065-0308), 4 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -8 -8 -Connector_Molex -Molex_Mega-Fit_76829-0110_2x05_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0110 (compatible alternatives: 172065-0210, 172065-0310), 5 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -10 -10 -Connector_Molex -Molex_Mega-Fit_76829-0112_2x06_P5.70mm_Vertical -Molex Mega-Fit Power Connectors, 76829-0112 (compatible alternatives: 172065-0212, 172065-0312), 6 Pins per row (http://www.molex.com/pdm_docs/sd/768290102_sd.pdf), generated with kicad-footprint-generator -connector Molex Mega-Fit side entry -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0200_2x01_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0200 (alternative finishes: 43045-020x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0210_2x01-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0210 (compatible alternatives: 43045-0211, 43045-0209), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0212_2x01_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0212 (compatible alternatives: 43045-0213, 43045-0224), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0215_2x01_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0215 (compatible alternatives: 43045-0216, 43045-0217), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0218_2x01-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0218 (compatible alternatives: 43045-0219, 43045-0220), 1 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0221_2x01-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0221 (alternative finishes: 43045-022x), 1 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0400_2x02_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0400 (alternative finishes: 43045-040x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0410_2x02-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0410 (compatible alternatives: 43045-0411, 43045-0409), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0412_2x02_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0412 (compatible alternatives: 43045-0413, 43045-0424), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0415_2x02_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0415 (compatible alternatives: 43045-0416, 43045-0417), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0418_2x02-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0418 (compatible alternatives: 43045-0419, 43045-0420), 2 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0421_2x02-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0421 (alternative finishes: 43045-042x), 2 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0600_2x03_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0600 (alternative finishes: 43045-060x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0610_2x03-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0610 (compatible alternatives: 43045-0611, 43045-0609), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0612_2x03_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0612 (compatible alternatives: 43045-0613, 43045-0624), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0615_2x03_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0615 (compatible alternatives: 43045-0616, 43045-0617), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0618_2x03-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0618 (compatible alternatives: 43045-0619, 43045-0620), 3 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0621_2x03-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0621 (alternative finishes: 43045-062x), 3 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0800_2x04_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0800 (alternative finishes: 43045-080x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0810_2x04-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0810 (compatible alternatives: 43045-0811, 43045-0809), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0812_2x04_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0812 (compatible alternatives: 43045-0813, 43045-0824), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0815_2x04_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0815 (compatible alternatives: 43045-0816, 43045-0817), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0818_2x04-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-0818 (compatible alternatives: 43045-0819, 43045-0820), 4 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43045-0821_2x04-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-0821 (alternative finishes: 43045-082x), 4 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1000_2x05_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1000 (alternative finishes: 43045-100x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1010_2x05-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1010 (compatible alternatives: 43045-1011, 43045-1009), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1012_2x05_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1012 (compatible alternatives: 43045-1013, 43045-1024), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1015_2x05_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1015 (compatible alternatives: 43045-1016, 43045-1017), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1018_2x05-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1018 (compatible alternatives: 43045-1019, 43045-1020), 5 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1021_2x05-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1021 (alternative finishes: 43045-102x), 5 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1200_2x06_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1200 (alternative finishes: 43045-120x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1210_2x06-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1210 (compatible alternatives: 43045-1211, 43045-1209), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -14 -13 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1212_2x06_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1212 (compatible alternatives: 43045-1213, 43045-1224), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1215_2x06_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1215 (compatible alternatives: 43045-1216, 43045-1217), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1218_2x06-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1218 (compatible alternatives: 43045-1219, 43045-1220), 6 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -14 -13 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1221_2x06-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1221 (alternative finishes: 43045-122x), 6 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -14 -13 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1400_2x07_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1400 (alternative finishes: 43045-140x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -14 -14 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1410_2x07-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1410 (compatible alternatives: 43045-1411, 43045-1409), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -16 -15 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1412_2x07_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1412 (compatible alternatives: 43045-1413, 43045-1424), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -14 -14 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1415_2x07_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1415 (compatible alternatives: 43045-1416, 43045-1417), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -14 -14 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1418_2x07-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1418 (compatible alternatives: 43045-1419, 43045-1420), 7 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -16 -15 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1421_2x07-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1421 (alternative finishes: 43045-142x), 7 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -16 -15 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1600_2x08_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1600 (alternative finishes: 43045-160x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -16 -16 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1610_2x08-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1610 (compatible alternatives: 43045-1611, 43045-1609), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -18 -17 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1612_2x08_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1612 (compatible alternatives: 43045-1613, 43045-1624), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -16 -16 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1615_2x08_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1615 (compatible alternatives: 43045-1616, 43045-1617), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -16 -16 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1618_2x08-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1618 (compatible alternatives: 43045-1619, 43045-1620), 8 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -18 -17 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1621_2x08-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1621 (alternative finishes: 43045-162x), 8 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -18 -17 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1800_2x09_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1800 (alternative finishes: 43045-180x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -18 -18 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1810_2x09-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1810 (compatible alternatives: 43045-1811, 43045-1809), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -20 -19 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1812_2x09_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1812 (compatible alternatives: 43045-1813, 43045-1824), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -18 -18 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1815_2x09_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1815 (compatible alternatives: 43045-1816, 43045-1817), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -18 -18 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1818_2x09-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-1818 (compatible alternatives: 43045-1819, 43045-1820), 9 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -20 -19 -Connector_Molex -Molex_Micro-Fit_3.0_43045-1821_2x09-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-1821 (alternative finishes: 43045-182x), 9 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -20 -19 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2000_2x10_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2000 (alternative finishes: 43045-200x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -20 -20 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2010_2x10-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2010 (compatible alternatives: 43045-2011, 43045-2009), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -22 -21 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2012_2x10_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2012 (compatible alternatives: 43045-2013, 43045-2024), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -20 -20 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2015_2x10_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2015 (compatible alternatives: 43045-2016, 43045-2017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -20 -20 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2018_2x10-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2018 (compatible alternatives: 43045-2019, 43045-2020), 10 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -22 -21 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2021_2x10-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2021 (alternative finishes: 43045-202x), 10 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -22 -21 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2200_2x11_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2200 (alternative finishes: 43045-220x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -22 -22 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2210_2x11-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2210 (compatible alternatives: 43045-2211, 43045-2209), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -24 -23 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2212_2x11_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2212 (compatible alternatives: 43045-2213, 43045-2224), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -22 -22 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2215_2x11_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2215 (compatible alternatives: 43045-2216, 43045-2217), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -22 -22 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2218_2x11-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2218 (compatible alternatives: 43045-2219, 43045-2220), 11 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -24 -23 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2221_2x11-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2221 (alternative finishes: 43045-222x), 11 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -24 -23 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2400_2x12_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2400 (alternative finishes: 43045-240x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450201_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -24 -24 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2410_2x12-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2410 (compatible alternatives: 43045-2411, 43045-2409), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -26 -25 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2412_2x12_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2412 (compatible alternatives: 43045-2413, 43045-2424), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450212_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -24 -24 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2415_2x12_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2415 (compatible alternatives: 43045-2416, 43045-2417), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450217_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -24 -24 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2418_2x12-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43045-2418 (compatible alternatives: 43045-2419, 43045-2420), 12 Pins per row (http://www.molex.com/pdm_docs/sd/430450218_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 side entry -0 -26 -25 -Connector_Molex -Molex_Micro-Fit_3.0_43045-2421_2x12-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43045-2421 (alternative finishes: 43045-242x), 12 Pins per row (https://www.molex.com/pdm_docs/sd/430450221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -26 -25 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0200_1x02_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0200 (compatible alternatives: 43650-0201, 43650-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0210_1x02-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0210 (compatible alternatives: 43650-0211, 43650-0209), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0215_1x02_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0215 (compatible alternatives: 43650-0216, 43650-0217), 2 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0221_1x02_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0221 (compatible alternatives: 43650-0222, 43650-0223), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -2 -2 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0224_1x02-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0224 (compatible alternatives: 43650-0225, 43650-0226), 2 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -4 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0300_1x03_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0300 (compatible alternatives: 43650-0301, 43650-0302), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -3 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -5 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0310_1x03-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0310 (compatible alternatives: 43650-0311, 43650-0309), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -5 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0315_1x03_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0315 (compatible alternatives: 43650-0316, 43650-0317), 3 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -3 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0321_1x03_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0321 (compatible alternatives: 43650-0322, 43650-0323), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -3 -3 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0324_1x03-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0324 (compatible alternatives: 43650-0325, 43650-0326), 3 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -5 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0400_1x04_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0400 (compatible alternatives: 43650-0401, 43650-0402), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0410_1x04-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0410 (compatible alternatives: 43650-0411, 43650-0409), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0415_1x04_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0415 (compatible alternatives: 43650-0416, 43650-0417), 4 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0421_1x04_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0421 (compatible alternatives: 43650-0422, 43650-0423), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -4 -4 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0424_1x04-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0424 (compatible alternatives: 43650-0425, 43650-0426), 4 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -6 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0500_1x05_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0500 (compatible alternatives: 43650-0501, 43650-0502), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -5 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -7 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0510_1x05-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0510 (compatible alternatives: 43650-0511, 43650-0509), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -7 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0515_1x05_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0515 (compatible alternatives: 43650-0516, 43650-0517), 5 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -5 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0521_1x05_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0521 (compatible alternatives: 43650-0522, 43650-0523), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -5 -5 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0524_1x05-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0524 (compatible alternatives: 43650-0525, 43650-0526), 5 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -7 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0600_1x06_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0600 (compatible alternatives: 43650-0601, 43650-0602), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0610_1x06-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0610 (compatible alternatives: 43650-0611, 43650-0609), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0615_1x06_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0615 (compatible alternatives: 43650-0616, 43650-0617), 6 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0621_1x06_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0621 (compatible alternatives: 43650-0622, 43650-0623), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -6 -6 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0624_1x06-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0624 (compatible alternatives: 43650-0625, 43650-0626), 6 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -8 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0700_1x07_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0700 (compatible alternatives: 43650-0701, 43650-0702), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -7 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -9 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0710_1x07-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0710 (compatible alternatives: 43650-0711, 43650-0709), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -9 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0715_1x07_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0715 (compatible alternatives: 43650-0716, 43650-0717), 7 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -7 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0721_1x07_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0721 (compatible alternatives: 43650-0722, 43650-0723), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -7 -7 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0724_1x07-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0724 (compatible alternatives: 43650-0725, 43650-0726), 7 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -9 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0800_1x08_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0800 (compatible alternatives: 43650-0801, 43650-0802), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0810_1x08-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0810 (compatible alternatives: 43650-0811, 43650-0809), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0815_1x08_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0815 (compatible alternatives: 43650-0816, 43650-0817), 8 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0821_1x08_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0821 (compatible alternatives: 43650-0822, 43650-0823), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -8 -8 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0824_1x08-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0824 (compatible alternatives: 43650-0825, 43650-0826), 8 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -10 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0900_1x09_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0900 (compatible alternatives: 43650-0901, 43650-0902), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -9 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -11 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0910_1x09-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-0910 (compatible alternatives: 43650-0911, 43650-0909), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -11 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0915_1x09_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0915 (compatible alternatives: 43650-0916, 43650-0917), 9 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -9 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0921_1x09_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0921 (compatible alternatives: 43650-0922, 43650-0923), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -9 -9 -Connector_Molex -Molex_Micro-Fit_3.0_43650-0924_1x09-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-0924 (compatible alternatives: 43650-0925, 43650-0926), 9 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -11 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1000_1x10_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1000 (compatible alternatives: 43650-1001, 43650-1002), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1010_1x10-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-1010 (compatible alternatives: 43650-1011, 43650-1009), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1015_1x10_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1015 (compatible alternatives: 43650-1016, 43650-1017), 10 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1021_1x10_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1021 (compatible alternatives: 43650-1022, 43650-1023), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -10 -10 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1024_1x10-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1024 (compatible alternatives: 43650-1025, 43650-1026), 10 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -12 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1100_1x11_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1100 (compatible alternatives: 43650-1101, 43650-1102), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -11 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -13 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1110_1x11-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-1110 (compatible alternatives: 43650-1111, 43650-1109), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -13 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1115_1x11_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1115 (compatible alternatives: 43650-1116, 43650-1117), 11 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -11 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1121_1x11_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1121 (compatible alternatives: 43650-1122, 43650-1123), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -11 -11 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1124_1x11-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1124 (compatible alternatives: 43650-1125, 43650-1126), 11 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -13 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1200_1x12_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1200 (compatible alternatives: 43650-1201, 43650-1202), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500300_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 top entry -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal -Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -14 -13 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1210_1x12-1MP_P3.00mm_Horizontal_PnP -Molex Micro-Fit 3.0 Connector System, 43650-1210 (compatible alternatives: 43650-1211, 43650-1209), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500210_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 horizontal -0 -14 -13 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1215_1x12_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1215 (compatible alternatives: 43650-1216, 43650-1217), 12 Pins per row (http://www.molex.com/pdm_docs/sd/436500215_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1221_1x12_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1221 (compatible alternatives: 43650-1222, 43650-1223), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500221_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -12 -12 -Connector_Molex -Molex_Micro-Fit_3.0_43650-1224_1x12-1MP_P3.00mm_Vertical -Molex Micro-Fit 3.0 Connector System, 43650-1224 (compatible alternatives: 43650-1225, 43650-1226), 12 Pins per row (https://www.molex.com/pdm_docs/sd/436500224_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Fit_3.0 vertical -0 -14 -13 -Connector_Molex -Molex_Micro-Latch_53253-0270_1x02_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0270 (compatible alternatives: 53253-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -2 -2 -Connector_Molex -Molex_Micro-Latch_53253-0370_1x03_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0370 (compatible alternatives: 53253-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -3 -3 -Connector_Molex -Molex_Micro-Latch_53253-0470_1x04_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0470 (compatible alternatives: 53253-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -4 -4 -Connector_Molex -Molex_Micro-Latch_53253-0570_1x05_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0570 (compatible alternatives: 53253-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -5 -5 -Connector_Molex -Molex_Micro-Latch_53253-0670_1x06_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0670 (compatible alternatives: 53253-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -6 -6 -Connector_Molex -Molex_Micro-Latch_53253-0770_1x07_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0770 (compatible alternatives: 53253-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -7 -7 -Connector_Molex -Molex_Micro-Latch_53253-0870_1x08_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0870 (compatible alternatives: 53253-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -8 -8 -Connector_Molex -Molex_Micro-Latch_53253-0970_1x09_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-0970 (compatible alternatives: 53253-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -9 -9 -Connector_Molex -Molex_Micro-Latch_53253-1070_1x10_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1070 (compatible alternatives: 53253-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -10 -10 -Connector_Molex -Molex_Micro-Latch_53253-1170_1x11_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1170 (compatible alternatives: 53253-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -11 -11 -Connector_Molex -Molex_Micro-Latch_53253-1270_1x12_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1270 (compatible alternatives: 53253-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -12 -12 -Connector_Molex -Molex_Micro-Latch_53253-1370_1x13_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1370 (compatible alternatives: 53253-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -13 -13 -Connector_Molex -Molex_Micro-Latch_53253-1470_1x14_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1470 (compatible alternatives: 53253-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -14 -14 -Connector_Molex -Molex_Micro-Latch_53253-1570_1x15_P2.00mm_Vertical -Molex Micro-Latch Wire-to-Board Connector System, 53253-1570 (compatible alternatives: 53253-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch side entry -0 -15 -15 -Connector_Molex -Molex_Micro-Latch_53254-0270_1x02_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0270 (compatible alternatives: 53254-0250), 2 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -2 -2 -Connector_Molex -Molex_Micro-Latch_53254-0370_1x03_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0370 (compatible alternatives: 53254-0350), 3 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -3 -3 -Connector_Molex -Molex_Micro-Latch_53254-0470_1x04_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0470 (compatible alternatives: 53254-0450), 4 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -4 -4 -Connector_Molex -Molex_Micro-Latch_53254-0570_1x05_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0570 (compatible alternatives: 53254-0550), 5 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -5 -5 -Connector_Molex -Molex_Micro-Latch_53254-0670_1x06_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0670 (compatible alternatives: 53254-0650), 6 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -6 -6 -Connector_Molex -Molex_Micro-Latch_53254-0770_1x07_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0770 (compatible alternatives: 53254-0750), 7 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -7 -7 -Connector_Molex -Molex_Micro-Latch_53254-0870_1x08_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0870 (compatible alternatives: 53254-0850), 8 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -8 -8 -Connector_Molex -Molex_Micro-Latch_53254-0970_1x09_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-0970 (compatible alternatives: 53254-0950), 9 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -9 -9 -Connector_Molex -Molex_Micro-Latch_53254-1070_1x10_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1070 (compatible alternatives: 53254-1050), 10 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -10 -10 -Connector_Molex -Molex_Micro-Latch_53254-1170_1x11_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1170 (compatible alternatives: 53254-1150), 11 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -11 -11 -Connector_Molex -Molex_Micro-Latch_53254-1270_1x12_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1270 (compatible alternatives: 53254-1250), 12 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -12 -12 -Connector_Molex -Molex_Micro-Latch_53254-1370_1x13_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1370 (compatible alternatives: 53254-1350), 13 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -13 -13 -Connector_Molex -Molex_Micro-Latch_53254-1470_1x14_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1470 (compatible alternatives: 53254-1450), 14 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -14 -14 -Connector_Molex -Molex_Micro-Latch_53254-1570_1x15_P2.00mm_Horizontal -Molex Micro-Latch Wire-to-Board Connector System, 53254-1570 (compatible alternatives: 53254-1550), 15 Pins per row (http://www.molex.com/pdm_docs/sd/532530770_sd.pdf), generated with kicad-footprint-generator -connector Molex Micro-Latch top entry -0 -15 -15 -Connector_Molex -Molex_MicroClasp_55932-0210_1x02_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -2 -2 -Connector_Molex -Molex_MicroClasp_55932-0230_1x02_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -2 -2 -Connector_Molex -Molex_MicroClasp_55932-0310_1x03_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -3 -3 -Connector_Molex -Molex_MicroClasp_55932-0330_1x03_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -3 -3 -Connector_Molex -Molex_MicroClasp_55932-0410_1x04_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -4 -4 -Connector_Molex -Molex_MicroClasp_55932-0430_1x04_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -4 -4 -Connector_Molex -Molex_MicroClasp_55932-0510_1x05_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -5 -5 -Connector_Molex -Molex_MicroClasp_55932-0530_1x05_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -5 -5 -Connector_Molex -Molex_MicroClasp_55932-0610_1x06_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -6 -6 -Connector_Molex -Molex_MicroClasp_55932-0630_1x06_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -6 -6 -Connector_Molex -Molex_MicroClasp_55932-0710_1x07_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -7 -7 -Connector_Molex -Molex_MicroClasp_55932-0730_1x07_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -7 -7 -Connector_Molex -Molex_MicroClasp_55932-0810_1x08_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -8 -8 -Connector_Molex -Molex_MicroClasp_55932-0830_1x08_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -8 -8 -Connector_Molex -Molex_MicroClasp_55932-0910_1x09_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -9 -9 -Connector_Molex -Molex_MicroClasp_55932-0930_1x09_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -9 -9 -Connector_Molex -Molex_MicroClasp_55932-1010_1x10_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -10 -10 -Connector_Molex -Molex_MicroClasp_55932-1030_1x10_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -10 -10 -Connector_Molex -Molex_MicroClasp_55932-1110_1x11_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -11 -11 -Connector_Molex -Molex_MicroClasp_55932-1130_1x11_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -11 -11 -Connector_Molex -Molex_MicroClasp_55932-1210_1x12_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -12 -12 -Connector_Molex -Molex_MicroClasp_55932-1230_1x12_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -12 -12 -Connector_Molex -Molex_MicroClasp_55932-1310_1x13_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -13 -13 -Connector_Molex -Molex_MicroClasp_55932-1330_1x13_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -13 -13 -Connector_Molex -Molex_MicroClasp_55932-1410_1x14_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -14 -14 -Connector_Molex -Molex_MicroClasp_55932-1430_1x14_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -14 -14 -Connector_Molex -Molex_MicroClasp_55932-1510_1x15_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559320210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -15 -15 -Connector_Molex -Molex_MicroClasp_55932-1530_1x15_P2.00mm_Vertical -Molex MicroClasp Wire-to-Board System, 55932-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559320530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp side entry -0 -15 -15 -Connector_Molex -Molex_MicroClasp_55935-0210_1x02_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0210, with PCB locator, 2 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -2 -2 -Connector_Molex -Molex_MicroClasp_55935-0230_1x02_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0230, 2 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -2 -2 -Connector_Molex -Molex_MicroClasp_55935-0310_1x03_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0310, with PCB locator, 3 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -3 -3 -Connector_Molex -Molex_MicroClasp_55935-0330_1x03_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0330, 3 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -3 -3 -Connector_Molex -Molex_MicroClasp_55935-0410_1x04_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0410, with PCB locator, 4 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -4 -4 -Connector_Molex -Molex_MicroClasp_55935-0430_1x04_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0430, 4 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -4 -4 -Connector_Molex -Molex_MicroClasp_55935-0510_1x05_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0510, with PCB locator, 5 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -5 -5 -Connector_Molex -Molex_MicroClasp_55935-0530_1x05_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0530, 5 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -5 -5 -Connector_Molex -Molex_MicroClasp_55935-0610_1x06_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0610, with PCB locator, 6 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -6 -6 -Connector_Molex -Molex_MicroClasp_55935-0630_1x06_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0630, 6 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -6 -6 -Connector_Molex -Molex_MicroClasp_55935-0710_1x07_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0710, with PCB locator, 7 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -7 -7 -Connector_Molex -Molex_MicroClasp_55935-0730_1x07_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0730, 7 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -7 -7 -Connector_Molex -Molex_MicroClasp_55935-0810_1x08_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0810, with PCB locator, 8 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -8 -8 -Connector_Molex -Molex_MicroClasp_55935-0830_1x08_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0830, 8 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -8 -8 -Connector_Molex -Molex_MicroClasp_55935-0910_1x09_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0910, with PCB locator, 9 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -9 -9 -Connector_Molex -Molex_MicroClasp_55935-0930_1x09_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-0930, 9 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -9 -9 -Connector_Molex -Molex_MicroClasp_55935-1010_1x10_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1010, with PCB locator, 10 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -10 -10 -Connector_Molex -Molex_MicroClasp_55935-1030_1x10_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1030, 10 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -10 -10 -Connector_Molex -Molex_MicroClasp_55935-1110_1x11_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1110, with PCB locator, 11 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -11 -11 -Connector_Molex -Molex_MicroClasp_55935-1130_1x11_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1130, 11 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -11 -11 -Connector_Molex -Molex_MicroClasp_55935-1210_1x12_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1210, with PCB locator, 12 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -12 -12 -Connector_Molex -Molex_MicroClasp_55935-1230_1x12_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1230, 12 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -12 -12 -Connector_Molex -Molex_MicroClasp_55935-1310_1x13_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1310, with PCB locator, 13 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -13 -13 -Connector_Molex -Molex_MicroClasp_55935-1330_1x13_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1330, 13 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -13 -13 -Connector_Molex -Molex_MicroClasp_55935-1410_1x14_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1410, with PCB locator, 14 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -14 -14 -Connector_Molex -Molex_MicroClasp_55935-1430_1x14_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1430, 14 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -14 -14 -Connector_Molex -Molex_MicroClasp_55935-1510_1x15_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1510, with PCB locator, 15 Pins (http://www.molex.com/pdm_docs/sd/559350210_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -15 -15 -Connector_Molex -Molex_MicroClasp_55935-1530_1x15_P2.00mm_Horizontal -Molex MicroClasp Wire-to-Board System, 55935-1530, 15 Pins (http://www.molex.com/pdm_docs/sd/559350530_sd.pdf), generated with kicad-footprint-generator -connector Molex MicroClasp horizontal -0 -15 -15 -Connector_Molex -Molex_Mini-Fit_Jr_5566-02A2_2x01_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A2, example for new mpn: 39-28-902x, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -2 -2 -Connector_Molex -Molex_Mini-Fit_Jr_5566-02A_2x01_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-02A, example for new mpn: 39-28-x02x, 1 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -2 -2 -Connector_Molex -Molex_Mini-Fit_Jr_5566-04A2_2x02_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A2, example for new mpn: 39-28-904x, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -4 -4 -Connector_Molex -Molex_Mini-Fit_Jr_5566-04A_2x02_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-04A, example for new mpn: 39-28-x04x, 2 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -4 -4 -Connector_Molex -Molex_Mini-Fit_Jr_5566-06A2_2x03_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A2, example for new mpn: 39-28-906x, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -6 -6 -Connector_Molex -Molex_Mini-Fit_Jr_5566-06A_2x03_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-06A, example for new mpn: 39-28-x06x, 3 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -6 -6 -Connector_Molex -Molex_Mini-Fit_Jr_5566-08A2_2x04_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A2, example for new mpn: 39-28-908x, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -8 -8 -Connector_Molex -Molex_Mini-Fit_Jr_5566-08A_2x04_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-08A, example for new mpn: 39-28-x08x, 4 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -8 -8 -Connector_Molex -Molex_Mini-Fit_Jr_5566-10A2_2x05_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A2, example for new mpn: 39-28-910x, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -10 -10 -Connector_Molex -Molex_Mini-Fit_Jr_5566-10A_2x05_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-10A, example for new mpn: 39-28-x10x, 5 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -10 -10 -Connector_Molex -Molex_Mini-Fit_Jr_5566-12A2_2x06_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A2, example for new mpn: 39-28-912x, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -12 -12 -Connector_Molex -Molex_Mini-Fit_Jr_5566-12A_2x06_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-12A, example for new mpn: 39-28-x12x, 6 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -12 -12 -Connector_Molex -Molex_Mini-Fit_Jr_5566-14A2_2x07_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A2, example for new mpn: 39-28-914x, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -14 -14 -Connector_Molex -Molex_Mini-Fit_Jr_5566-14A_2x07_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-14A, example for new mpn: 39-28-x14x, 7 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -14 -14 -Connector_Molex -Molex_Mini-Fit_Jr_5566-16A2_2x08_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A2, example for new mpn: 39-28-916x, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -16 -16 -Connector_Molex -Molex_Mini-Fit_Jr_5566-16A_2x08_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-16A, example for new mpn: 39-28-x16x, 8 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -16 -16 -Connector_Molex -Molex_Mini-Fit_Jr_5566-18A2_2x09_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A2, example for new mpn: 39-28-918x, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -18 -18 -Connector_Molex -Molex_Mini-Fit_Jr_5566-18A_2x09_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-18A, example for new mpn: 39-28-x18x, 9 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -18 -18 -Connector_Molex -Molex_Mini-Fit_Jr_5566-20A2_2x10_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A2, example for new mpn: 39-28-920x, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -20 -20 -Connector_Molex -Molex_Mini-Fit_Jr_5566-20A_2x10_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-20A, example for new mpn: 39-28-x20x, 10 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -20 -20 -Connector_Molex -Molex_Mini-Fit_Jr_5566-22A2_2x11_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A2, example for new mpn: 39-28-922x, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -22 -22 -Connector_Molex -Molex_Mini-Fit_Jr_5566-22A_2x11_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-22A, example for new mpn: 39-28-x22x, 11 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -22 -22 -Connector_Molex -Molex_Mini-Fit_Jr_5566-24A2_2x12_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A2, example for new mpn: 39-28-924x, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039289068_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entryplastic_peg -0 -24 -24 -Connector_Molex -Molex_Mini-Fit_Jr_5566-24A_2x12_P4.20mm_Vertical -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5566-24A, example for new mpn: 39-28-x24x, 12 Pins per row, Mounting: (http://www.molex.com/pdm_docs/sd/039281043_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr side entry -0 -24 -24 -Connector_Molex -Molex_Mini-Fit_Jr_5569-02A1_2x01_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A1, example for new mpn: 39-29-4029, 1 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -2 -2 -Connector_Molex -Molex_Mini-Fit_Jr_5569-02A2_2x01_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-02A2, example for new mpn: 39-30-0020, 1 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -2 -2 -Connector_Molex -Molex_Mini-Fit_Jr_5569-04A1_2x02_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A1, example for new mpn: 39-29-4049, 2 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -4 -4 -Connector_Molex -Molex_Mini-Fit_Jr_5569-04A2_2x02_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-04A2, example for new mpn: 39-30-0040, 2 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -4 -4 -Connector_Molex -Molex_Mini-Fit_Jr_5569-06A1_2x03_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A1, example for new mpn: 39-29-4069, 3 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -6 -6 -Connector_Molex -Molex_Mini-Fit_Jr_5569-06A2_2x03_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-06A2, example for new mpn: 39-30-0060, 3 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -6 -6 -Connector_Molex -Molex_Mini-Fit_Jr_5569-08A1_2x04_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A1, example for new mpn: 39-29-4089, 4 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -8 -8 -Connector_Molex -Molex_Mini-Fit_Jr_5569-08A2_2x04_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-08A2, example for new mpn: 39-30-0080, 4 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -8 -8 -Connector_Molex -Molex_Mini-Fit_Jr_5569-10A1_2x05_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A1, example for new mpn: 39-29-4109, 5 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -10 -10 -Connector_Molex -Molex_Mini-Fit_Jr_5569-10A2_2x05_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-10A2, example for new mpn: 39-30-0100, 5 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -10 -10 -Connector_Molex -Molex_Mini-Fit_Jr_5569-12A1_2x06_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A1, example for new mpn: 39-29-4129, 6 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -12 -12 -Connector_Molex -Molex_Mini-Fit_Jr_5569-12A2_2x06_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-12A2, example for new mpn: 39-30-0120, 6 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -12 -12 -Connector_Molex -Molex_Mini-Fit_Jr_5569-14A1_2x07_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A1, example for new mpn: 39-29-4149, 7 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -14 -14 -Connector_Molex -Molex_Mini-Fit_Jr_5569-14A2_2x07_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-14A2, example for new mpn: 39-30-0140, 7 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -14 -14 -Connector_Molex -Molex_Mini-Fit_Jr_5569-16A1_2x08_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A1, example for new mpn: 39-29-4169, 8 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -16 -16 -Connector_Molex -Molex_Mini-Fit_Jr_5569-16A2_2x08_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-16A2, example for new mpn: 39-30-0160, 8 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -16 -16 -Connector_Molex -Molex_Mini-Fit_Jr_5569-18A1_2x09_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A1, example for new mpn: 39-29-4189, 9 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -18 -18 -Connector_Molex -Molex_Mini-Fit_Jr_5569-18A2_2x09_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-18A2, example for new mpn: 39-30-0180, 9 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -18 -18 -Connector_Molex -Molex_Mini-Fit_Jr_5569-20A1_2x10_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A1, example for new mpn: 39-29-4209, 10 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -20 -20 -Connector_Molex -Molex_Mini-Fit_Jr_5569-20A2_2x10_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-20A2, example for new mpn: 39-30-0200, 10 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -20 -20 -Connector_Molex -Molex_Mini-Fit_Jr_5569-22A1_2x11_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A1, example for new mpn: 39-29-4229, 11 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -22 -22 -Connector_Molex -Molex_Mini-Fit_Jr_5569-22A2_2x11_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-22A2, example for new mpn: 39-30-0220, 11 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -22 -22 -Connector_Molex -Molex_Mini-Fit_Jr_5569-24A1_2x12_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A1, example for new mpn: 39-29-4249, 12 Pins per row, Mounting: PCB Mounting Flange (http://www.molex.com/pdm_docs/sd/039291047_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryscrew_flange -0 -24 -24 -Connector_Molex -Molex_Mini-Fit_Jr_5569-24A2_2x12_P4.20mm_Horizontal -Molex Mini-Fit Jr. Power Connectors, old mpn/engineering number: 5569-24A2, example for new mpn: 39-30-0240, 12 Pins per row, Mounting: Snap-in Plastic Peg PCB Lock (http://www.molex.com/pdm_docs/sd/039300020_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Jr top entryplastic_peg -0 -24 -24 -Connector_Molex -Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 42819-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -6 -2 -Connector_Molex -Molex_Mini-Fit_Sr_42819-22XX_1x02_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42819-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -32 -2 -Connector_Molex -Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 42819-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -8 -3 -Connector_Molex -Molex_Mini-Fit_Sr_42819-32XX_1x03_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42819-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -47 -3 -Connector_Molex -Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 42819-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -10 -4 -Connector_Molex -Molex_Mini-Fit_Sr_42819-42XX_1x04_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42819-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -62 -4 -Connector_Molex -Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 42819-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -12 -5 -Connector_Molex -Molex_Mini-Fit_Sr_42819-52XX_1x05_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42819-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -77 -5 -Connector_Molex -Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 42819-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -14 -6 -Connector_Molex -Molex_Mini-Fit_Sr_42819-62XX_1x06_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42819-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428192214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -92 -6 -Connector_Molex -Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal -Molex Mini-Fit Sr. Power Connectors, 42820-22XX, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -6 -2 -Connector_Molex -Molex_Mini-Fit_Sr_42820-22XX_1x02_P10.00mm_Horizontal_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42820-22XX, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -32 -2 -Connector_Molex -Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal -Molex Mini-Fit Sr. Power Connectors, 42820-32XX, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -8 -3 -Connector_Molex -Molex_Mini-Fit_Sr_42820-32XX_1x03_P10.00mm_Horizontal_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42820-32XX, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -47 -3 -Connector_Molex -Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal -Molex Mini-Fit Sr. Power Connectors, 42820-42XX, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -10 -4 -Connector_Molex -Molex_Mini-Fit_Sr_42820-42XX_1x04_P10.00mm_Horizontal_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42820-42XX, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -62 -4 -Connector_Molex -Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal -Molex Mini-Fit Sr. Power Connectors, 42820-52XX, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -12 -5 -Connector_Molex -Molex_Mini-Fit_Sr_42820-52XX_1x05_P10.00mm_Horizontal_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42820-52XX, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -77 -5 -Connector_Molex -Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal -Molex Mini-Fit Sr. Power Connectors, 42820-62XX, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -14 -6 -Connector_Molex -Molex_Mini-Fit_Sr_42820-62XX_1x06_P10.00mm_Horizontal_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 42820-62XX, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/428202214_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr top entry -0 -92 -6 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 43915-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -14 -6 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx06_2x03_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 43915-xx06, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -92 -6 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 43915-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -18 -8 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx08_2x04_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 43915-xx08, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -122 -8 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 43915-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -22 -10 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx10_2x05_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 43915-xx10, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -152 -10 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 43915-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -26 -12 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx12_2x06_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 43915-xx12, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -182 -12 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical -Molex Mini-Fit Sr. Power Connectors, 43915-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -30 -14 -Connector_Molex -Molex_Mini-Fit_Sr_43915-xx14_2x07_P10.00mm_Vertical_ThermalVias -Molex Mini-Fit Sr. Power Connectors, 43915-xx14, With thermal vias in pads, 7 Pins per row (http://www.molex.com/pdm_docs/sd/439151404_sd.pdf), generated with kicad-footprint-generator -connector Molex Mini-Fit_Sr side entry -0 -212 -14 -Connector_Molex -Molex_Nano-Fit_105309-xx02_1x02_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -2 -2 -Connector_Molex -Molex_Nano-Fit_105309-xx03_1x03_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -3 -3 -Connector_Molex -Molex_Nano-Fit_105309-xx04_1x04_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -4 -4 -Connector_Molex -Molex_Nano-Fit_105309-xx05_1x05_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -5 -5 -Connector_Molex -Molex_Nano-Fit_105309-xx06_1x06_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -6 -6 -Connector_Molex -Molex_Nano-Fit_105309-xx07_1x07_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -7 -7 -Connector_Molex -Molex_Nano-Fit_105309-xx08_1x08_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105309-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053091203_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -8 -8 -Connector_Molex -Molex_Nano-Fit_105310-xx04_2x02_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -4 -4 -Connector_Molex -Molex_Nano-Fit_105310-xx06_2x03_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -6 -6 -Connector_Molex -Molex_Nano-Fit_105310-xx08_2x04_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -8 -8 -Connector_Molex -Molex_Nano-Fit_105310-xx10_2x05_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -10 -10 -Connector_Molex -Molex_Nano-Fit_105310-xx12_2x06_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -12 -12 -Connector_Molex -Molex_Nano-Fit_105310-xx14_2x07_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -14 -14 -Connector_Molex -Molex_Nano-Fit_105310-xx16_2x08_P2.50mm_Vertical -Molex Nano-Fit Power Connectors, 105310-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053101208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit side entry -0 -16 -16 -Connector_Molex -Molex_Nano-Fit_105313-xx02_1x02_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx02, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -2 -2 -Connector_Molex -Molex_Nano-Fit_105313-xx03_1x03_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx03, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -3 -3 -Connector_Molex -Molex_Nano-Fit_105313-xx04_1x04_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx04, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -4 -4 -Connector_Molex -Molex_Nano-Fit_105313-xx05_1x05_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx05, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -5 -5 -Connector_Molex -Molex_Nano-Fit_105313-xx06_1x06_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx06, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -6 -6 -Connector_Molex -Molex_Nano-Fit_105313-xx07_1x07_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx07, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -7 -7 -Connector_Molex -Molex_Nano-Fit_105313-xx08_1x08_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105313-xx08, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053131208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -8 -8 -Connector_Molex -Molex_Nano-Fit_105314-xx04_2x02_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx04, 2 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -4 -4 -Connector_Molex -Molex_Nano-Fit_105314-xx06_2x03_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx06, 3 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -6 -6 -Connector_Molex -Molex_Nano-Fit_105314-xx08_2x04_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx08, 4 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -8 -8 -Connector_Molex -Molex_Nano-Fit_105314-xx10_2x05_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx10, 5 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -10 -10 -Connector_Molex -Molex_Nano-Fit_105314-xx12_2x06_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx12, 6 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -12 -12 -Connector_Molex -Molex_Nano-Fit_105314-xx14_2x07_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx14, 7 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -14 -14 -Connector_Molex -Molex_Nano-Fit_105314-xx16_2x08_P2.50mm_Horizontal -Molex Nano-Fit Power Connectors, 105314-xx16, 8 Pins per row (http://www.molex.com/pdm_docs/sd/1053141208_sd.pdf), generated with kicad-footprint-generator -connector Molex Nano-Fit top entry -0 -16 -16 -Connector_Molex -Molex_Panelmate_53780-0270_1x02-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0270 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -4 -3 -Connector_Molex -Molex_Panelmate_53780-0370_1x03-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0370 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -5 -4 -Connector_Molex -Molex_Panelmate_53780-0470_1x04-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0470 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -6 -5 -Connector_Molex -Molex_Panelmate_53780-0570_1x05-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0570 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -7 -6 -Connector_Molex -Molex_Panelmate_53780-0670_1x06-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0670 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -8 -7 -Connector_Molex -Molex_Panelmate_53780-0770_1x07-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0770 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -9 -8 -Connector_Molex -Molex_Panelmate_53780-0870_1x08-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0870 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -10 -9 -Connector_Molex -Molex_Panelmate_53780-0970_1x09-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-0970 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -11 -10 -Connector_Molex -Molex_Panelmate_53780-1070_1x10-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-1070 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -12 -11 -Connector_Molex -Molex_Panelmate_53780-1270_1x12-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-1270 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -14 -13 -Connector_Molex -Molex_Panelmate_53780-1470_1x14-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-1470 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -16 -15 -Connector_Molex -Molex_Panelmate_53780-1570_1x15-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-1570 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -17 -16 -Connector_Molex -Molex_Panelmate_53780-1870_1x18-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-1870 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -20 -19 -Connector_Molex -Molex_Panelmate_53780-3070_1x30-1MP_P1.25mm_Horizontal -Molex Panelmate series connector, 53780-3070 (), generated with kicad-footprint-generator -connector Molex Panelmate top entry -0 -32 -31 -Connector_Molex -Molex_Pico-Clasp_202396-0207_1x02-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -4 -3 -Connector_Molex -Molex_Pico-Clasp_202396-0307_1x03-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -5 -4 -Connector_Molex -Molex_Pico-Clasp_202396-0407_1x04-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -6 -5 -Connector_Molex -Molex_Pico-Clasp_202396-0507_1x05-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -7 -6 -Connector_Molex -Molex_Pico-Clasp_202396-0607_1x06-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0607 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -8 -7 -Connector_Molex -Molex_Pico-Clasp_202396-0707_1x07-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0707 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -9 -8 -Connector_Molex -Molex_Pico-Clasp_202396-0807_1x08-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0807 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -10 -9 -Connector_Molex -Molex_Pico-Clasp_202396-0907_1x09-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-0907 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -11 -10 -Connector_Molex -Molex_Pico-Clasp_202396-1007_1x10-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1007 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -12 -11 -Connector_Molex -Molex_Pico-Clasp_202396-1107_1x11-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1107 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -13 -12 -Connector_Molex -Molex_Pico-Clasp_202396-1207_1x12-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1207 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -14 -13 -Connector_Molex -Molex_Pico-Clasp_202396-1307_1x13-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1307 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -15 -14 -Connector_Molex -Molex_Pico-Clasp_202396-1407_1x14-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1407 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -16 -15 -Connector_Molex -Molex_Pico-Clasp_202396-1507_1x15-1MP_P1.00mm_Horizontal -Molex Pico-Clasp series connector, 202396-1507 (http://www.molex.com/pdm_docs/sd/2023960207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp top entry -0 -17 -16 -Connector_Molex -Molex_Pico-Clasp_501331-0207_1x02-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -4 -3 -Connector_Molex -Molex_Pico-Clasp_501331-0307_1x03-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -5 -4 -Connector_Molex -Molex_Pico-Clasp_501331-0407_1x04-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -6 -5 -Connector_Molex -Molex_Pico-Clasp_501331-0507_1x05-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -7 -6 -Connector_Molex -Molex_Pico-Clasp_501331-0607_1x06-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0607 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -8 -7 -Connector_Molex -Molex_Pico-Clasp_501331-0707_1x07-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0707 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -9 -8 -Connector_Molex -Molex_Pico-Clasp_501331-0807_1x08-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0807 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -10 -9 -Connector_Molex -Molex_Pico-Clasp_501331-0907_1x09-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-0907 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -11 -10 -Connector_Molex -Molex_Pico-Clasp_501331-1007_1x10-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1007 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -12 -11 -Connector_Molex -Molex_Pico-Clasp_501331-1107_1x11-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1107 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -13 -12 -Connector_Molex -Molex_Pico-Clasp_501331-1207_1x12-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1207 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -14 -13 -Connector_Molex -Molex_Pico-Clasp_501331-1307_1x13-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1307 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -15 -14 -Connector_Molex -Molex_Pico-Clasp_501331-1407_1x14-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1407 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -16 -15 -Connector_Molex -Molex_Pico-Clasp_501331-1507_1x15-1MP_P1.00mm_Vertical -Molex Pico-Clasp series connector, 501331-1507 (http://www.molex.com/pdm_docs/sd/5013310207_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Clasp side entry -0 -17 -16 -Connector_Molex -Molex_Pico-EZmate_78171-0002_1x02-1MP_P1.20mm_Vertical -Molex Pico-EZmate series connector, 78171-0002 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-EZmate side entry -0 -4 -3 -Connector_Molex -Molex_Pico-EZmate_78171-0003_1x03-1MP_P1.20mm_Vertical -Molex Pico-EZmate series connector, 78171-0003 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-EZmate side entry -0 -5 -4 -Connector_Molex -Molex_Pico-EZmate_78171-0004_1x04-1MP_P1.20mm_Vertical -Molex Pico-EZmate series connector, 78171-0004 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-EZmate side entry -0 -6 -5 -Connector_Molex -Molex_Pico-EZmate_78171-0005_1x05-1MP_P1.20mm_Vertical -Molex Pico-EZmate series connector, 78171-0005 (http://www.molex.com/pdm_docs/sd/781710002_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-EZmate side entry -0 -7 -6 -Connector_Molex -Molex_Pico-EZmate_Slim_202656-0021_1x02-1MP_P1.20mm_Vertical -Molex Pico-EZmate_Slim series connector, 202656-0021 (http://www.molex.com/pdm_docs/sd/2026560021_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-EZmate_Slim side entry -0 -4 -3 -Connector_Molex -Molex_Pico-Lock_504050-0491_1x04-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-0491 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -6 -5 -Connector_Molex -Molex_Pico-Lock_504050-0591_1x05-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-0591 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -7 -6 -Connector_Molex -Molex_Pico-Lock_504050-0691_1x06-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-0691 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -8 -7 -Connector_Molex -Molex_Pico-Lock_504050-0791_1x07-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-0791 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -9 -8 -Connector_Molex -Molex_Pico-Lock_504050-0891_1x08-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-0891 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -10 -9 -Connector_Molex -Molex_Pico-Lock_504050-1091_1x10-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-1091 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -12 -11 -Connector_Molex -Molex_Pico-Lock_504050-1291_1x12-1MP_P1.50mm_Horizontal -Molex Pico-Lock series connector, 504050-1291 (http://www.molex.com/pdm_docs/sd/5040500891_sd.pdf), generated with kicad-footprint-generator -connector Molex Pico-Lock horizontal -0 -14 -13 -Connector_Molex -Molex_Pico-SPOX_87437-1443_1x14-P1.5mm_Vertical -Molex Pico-SPOX Connector System, 87437-1443, 14 Pins per row (https://www.molex.com/pdm_docs/sd/874371443_sd.pdf#page=2) -molex pico spox 14 -0 -28 -14 -Connector_Molex -Molex_PicoBlade_53047-0210_1x02_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -2 -2 -Connector_Molex -Molex_PicoBlade_53047-0310_1x03_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -3 -3 -Connector_Molex -Molex_PicoBlade_53047-0410_1x04_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -4 -4 -Connector_Molex -Molex_PicoBlade_53047-0510_1x05_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -5 -5 -Connector_Molex -Molex_PicoBlade_53047-0610_1x06_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -6 -6 -Connector_Molex -Molex_PicoBlade_53047-0710_1x07_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -7 -7 -Connector_Molex -Molex_PicoBlade_53047-0810_1x08_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -8 -8 -Connector_Molex -Molex_PicoBlade_53047-0910_1x09_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -9 -9 -Connector_Molex -Molex_PicoBlade_53047-1010_1x10_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -10 -10 -Connector_Molex -Molex_PicoBlade_53047-1110_1x11_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -11 -11 -Connector_Molex -Molex_PicoBlade_53047-1210_1x12_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -12 -12 -Connector_Molex -Molex_PicoBlade_53047-1310_1x13_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -13 -13 -Connector_Molex -Molex_PicoBlade_53047-1410_1x14_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -14 -14 -Connector_Molex -Molex_PicoBlade_53047-1510_1x15_P1.25mm_Vertical -Molex PicoBlade Connector System, 53047-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530470610_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -15 -15 -Connector_Molex -Molex_PicoBlade_53048-0210_1x02_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0210, 2 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -2 -2 -Connector_Molex -Molex_PicoBlade_53048-0310_1x03_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0310, 3 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -3 -3 -Connector_Molex -Molex_PicoBlade_53048-0410_1x04_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0410, 4 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -4 -4 -Connector_Molex -Molex_PicoBlade_53048-0510_1x05_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0510, 5 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -5 -5 -Connector_Molex -Molex_PicoBlade_53048-0610_1x06_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0610, 6 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -6 -6 -Connector_Molex -Molex_PicoBlade_53048-0710_1x07_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0710, 7 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -7 -7 -Connector_Molex -Molex_PicoBlade_53048-0810_1x08_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0810, 8 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -8 -8 -Connector_Molex -Molex_PicoBlade_53048-0910_1x09_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-0910, 9 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -9 -9 -Connector_Molex -Molex_PicoBlade_53048-1010_1x10_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1010, 10 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -10 -10 -Connector_Molex -Molex_PicoBlade_53048-1110_1x11_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1110, 11 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -11 -11 -Connector_Molex -Molex_PicoBlade_53048-1210_1x12_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1210, 12 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -12 -12 -Connector_Molex -Molex_PicoBlade_53048-1310_1x13_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1310, 13 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -13 -13 -Connector_Molex -Molex_PicoBlade_53048-1410_1x14_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1410, 14 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -14 -14 -Connector_Molex -Molex_PicoBlade_53048-1510_1x15_P1.25mm_Horizontal -Molex PicoBlade Connector System, 53048-1510, 15 Pins per row (http://www.molex.com/pdm_docs/sd/530480210_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -15 -15 -Connector_Molex -Molex_PicoBlade_53261-0271_1x02-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -4 -3 -Connector_Molex -Molex_PicoBlade_53261-0371_1x03-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -5 -4 -Connector_Molex -Molex_PicoBlade_53261-0471_1x04-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -6 -5 -Connector_Molex -Molex_PicoBlade_53261-0571_1x05-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -7 -6 -Connector_Molex -Molex_PicoBlade_53261-0671_1x06-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0671 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -8 -7 -Connector_Molex -Molex_PicoBlade_53261-0771_1x07-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -9 -8 -Connector_Molex -Molex_PicoBlade_53261-0871_1x08-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0871 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -10 -9 -Connector_Molex -Molex_PicoBlade_53261-0971_1x09-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-0971 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -11 -10 -Connector_Molex -Molex_PicoBlade_53261-1071_1x10-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1071 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -12 -11 -Connector_Molex -Molex_PicoBlade_53261-1171_1x11-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1171 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -13 -12 -Connector_Molex -Molex_PicoBlade_53261-1271_1x12-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1271 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -14 -13 -Connector_Molex -Molex_PicoBlade_53261-1371_1x13-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1371 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -15 -14 -Connector_Molex -Molex_PicoBlade_53261-1471_1x14-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1471 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -16 -15 -Connector_Molex -Molex_PicoBlade_53261-1571_1x15-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1571 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -17 -16 -Connector_Molex -Molex_PicoBlade_53261-1771_1x17-1MP_P1.25mm_Horizontal -Molex PicoBlade series connector, 53261-1771 (http://www.molex.com/pdm_docs/sd/532610271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade top entry -0 -19 -18 -Connector_Molex -Molex_PicoBlade_53398-0271_1x02-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -4 -3 -Connector_Molex -Molex_PicoBlade_53398-0371_1x03-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -5 -4 -Connector_Molex -Molex_PicoBlade_53398-0471_1x04-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -6 -5 -Connector_Molex -Molex_PicoBlade_53398-0571_1x05-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -7 -6 -Connector_Molex -Molex_PicoBlade_53398-0671_1x06-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0671 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -8 -7 -Connector_Molex -Molex_PicoBlade_53398-0771_1x07-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0771 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -9 -8 -Connector_Molex -Molex_PicoBlade_53398-0871_1x08-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0871 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -10 -9 -Connector_Molex -Molex_PicoBlade_53398-0971_1x09-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-0971 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -11 -10 -Connector_Molex -Molex_PicoBlade_53398-1071_1x10-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1071 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -12 -11 -Connector_Molex -Molex_PicoBlade_53398-1171_1x11-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1171 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -13 -12 -Connector_Molex -Molex_PicoBlade_53398-1271_1x12-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1271 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -14 -13 -Connector_Molex -Molex_PicoBlade_53398-1371_1x13-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1371 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -15 -14 -Connector_Molex -Molex_PicoBlade_53398-1471_1x14-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1471 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -16 -15 -Connector_Molex -Molex_PicoBlade_53398-1571_1x15-1MP_P1.25mm_Vertical -Molex PicoBlade series connector, 53398-1571 (http://www.molex.com/pdm_docs/sd/533980271_sd.pdf), generated with kicad-footprint-generator -connector Molex PicoBlade side entry -0 -17 -16 -Connector_Molex -Molex_Picoflex_90325-0004_2x02_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -4 -4 -Connector_Molex -Molex_Picoflex_90325-0006_2x03_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -6 -6 -Connector_Molex -Molex_Picoflex_90325-0008_2x04_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -8 -8 -Connector_Molex -Molex_Picoflex_90325-0010_2x05_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -10 -10 -Connector_Molex -Molex_Picoflex_90325-0012_2x06_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -12 -12 -Connector_Molex -Molex_Picoflex_90325-0014_2x07_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -14 -14 -Connector_Molex -Molex_Picoflex_90325-0016_2x08_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -16 -16 -Connector_Molex -Molex_Picoflex_90325-0018_2x09_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -18 -18 -Connector_Molex -Molex_Picoflex_90325-0020_2x10_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -20 -20 -Connector_Molex -Molex_Picoflex_90325-0022_2x11_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -22 -22 -Connector_Molex -Molex_Picoflex_90325-0024_2x12_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -24 -24 -Connector_Molex -Molex_Picoflex_90325-0026_2x13_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90325-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/903250004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -26 -26 -Connector_Molex -Molex_Picoflex_90814-0004_2x02_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0004, 4 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -4 -4 -Connector_Molex -Molex_Picoflex_90814-0006_2x03_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0006, 6 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -6 -6 -Connector_Molex -Molex_Picoflex_90814-0008_2x04_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0008, 8 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -8 -8 -Connector_Molex -Molex_Picoflex_90814-0010_2x05_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0010, 10 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -10 -10 -Connector_Molex -Molex_Picoflex_90814-0012_2x06_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0012, 12 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -12 -12 -Connector_Molex -Molex_Picoflex_90814-0014_2x07_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0014, 14 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -14 -14 -Connector_Molex -Molex_Picoflex_90814-0016_2x08_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0016, 16 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -16 -16 -Connector_Molex -Molex_Picoflex_90814-0018_2x09_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0018, 18 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -18 -18 -Connector_Molex -Molex_Picoflex_90814-0020_2x10_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0020, 20 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -20 -20 -Connector_Molex -Molex_Picoflex_90814-0022_2x11_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0022, 22 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -22 -22 -Connector_Molex -Molex_Picoflex_90814-0024_2x12_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0024, 24 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -24 -24 -Connector_Molex -Molex_Picoflex_90814-0026_2x13_P1.27mm_Vertical -Molex Picoflex Ribbon-Cable Connectors, 90814-0026, 26 Pins (http://www.molex.com/pdm_docs/sd/908140004_sd.pdf), generated with kicad-footprint-generator -connector Molex Picoflex side entry -0 -26 -26 -Connector_Molex -Molex_SL_171971-0002_1x02_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0002 (compatible alternatives: 171971-0102, 171971-0202), 2 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -2 -2 -Connector_Molex -Molex_SL_171971-0003_1x03_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0003 (compatible alternatives: 171971-0103, 171971-0203), 3 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -3 -3 -Connector_Molex -Molex_SL_171971-0004_1x04_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0004 (compatible alternatives: 171971-0104, 171971-0204), 4 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -4 -4 -Connector_Molex -Molex_SL_171971-0005_1x05_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0005 (compatible alternatives: 171971-0105, 171971-0205), 5 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -5 -5 -Connector_Molex -Molex_SL_171971-0006_1x06_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0006 (compatible alternatives: 171971-0106, 171971-0206), 6 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -6 -6 -Connector_Molex -Molex_SL_171971-0007_1x07_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0007 (compatible alternatives: 171971-0107, 171971-0207), 7 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -7 -7 -Connector_Molex -Molex_SL_171971-0008_1x08_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0008 (compatible alternatives: 171971-0108, 171971-0208), 8 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -8 -8 -Connector_Molex -Molex_SL_171971-0009_1x09_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0009 (compatible alternatives: 171971-0109, 171971-0209), 9 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -9 -9 -Connector_Molex -Molex_SL_171971-0010_1x10_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0010 (compatible alternatives: 171971-0110, 171971-0210), 10 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -10 -10 -Connector_Molex -Molex_SL_171971-0011_1x11_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0011 (compatible alternatives: 171971-0111, 171971-0211), 11 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -11 -11 -Connector_Molex -Molex_SL_171971-0012_1x12_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0012 (compatible alternatives: 171971-0112, 171971-0212), 12 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -12 -12 -Connector_Molex -Molex_SL_171971-0013_1x13_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0013 (compatible alternatives: 171971-0113, 171971-0213), 13 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -13 -13 -Connector_Molex -Molex_SL_171971-0014_1x14_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0014 (compatible alternatives: 171971-0114, 171971-0214), 14 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -14 -14 -Connector_Molex -Molex_SL_171971-0015_1x15_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0015 (compatible alternatives: 171971-0115, 171971-0215), 15 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -15 -15 -Connector_Molex -Molex_SL_171971-0016_1x16_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0016 (compatible alternatives: 171971-0116, 171971-0216), 16 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -16 -16 -Connector_Molex -Molex_SL_171971-0017_1x17_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0017 (compatible alternatives: 171971-0117, 171971-0217), 17 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -17 -17 -Connector_Molex -Molex_SL_171971-0018_1x18_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0018 (compatible alternatives: 171971-0118, 171971-0218), 18 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -18 -18 -Connector_Molex -Molex_SL_171971-0019_1x19_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0019 (compatible alternatives: 171971-0119, 171971-0219), 19 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -19 -19 -Connector_Molex -Molex_SL_171971-0020_1x20_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0020 (compatible alternatives: 171971-0120, 171971-0220), 20 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -20 -20 -Connector_Molex -Molex_SL_171971-0021_1x21_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0021 (compatible alternatives: 171971-0121, 171971-0221), 21 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -21 -21 -Connector_Molex -Molex_SL_171971-0022_1x22_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0022 (compatible alternatives: 171971-0122, 171971-0222), 22 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -22 -22 -Connector_Molex -Molex_SL_171971-0023_1x23_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0023 (compatible alternatives: 171971-0123, 171971-0223), 23 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -23 -23 -Connector_Molex -Molex_SL_171971-0024_1x24_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0024 (compatible alternatives: 171971-0124, 171971-0224), 24 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -24 -24 -Connector_Molex -Molex_SL_171971-0025_1x25_P2.54mm_Vertical -Molex Stackable Linear Connector, 171971-0025 (compatible alternatives: 171971-0125, 171971-0225), 25 Pins per row (https://www.molex.com/pdm_docs/sd/1719710002_sd.pdf), generated with kicad-footprint-generator -connector Molex SL vertical -0 -25 -25 -Connector_Molex -Molex_SPOX_5267-02A_1x02_P2.50mm_Vertical -Molex SPOX Connector System, 5267-02A, 2 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -2 -2 -Connector_Molex -Molex_SPOX_5267-03A_1x03_P2.50mm_Vertical -Molex SPOX Connector System, 5267-03A, 3 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -3 -3 -Connector_Molex -Molex_SPOX_5267-04A_1x04_P2.50mm_Vertical -Molex SPOX Connector System, 5267-04A, 4 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -4 -4 -Connector_Molex -Molex_SPOX_5267-05A_1x05_P2.50mm_Vertical -Molex SPOX Connector System, 5267-05A, 5 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -5 -5 -Connector_Molex -Molex_SPOX_5267-06A_1x06_P2.50mm_Vertical -Molex SPOX Connector System, 5267-06A, 6 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -6 -6 -Connector_Molex -Molex_SPOX_5267-07A_1x07_P2.50mm_Vertical -Molex SPOX Connector System, 5267-07A, 7 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -7 -7 -Connector_Molex -Molex_SPOX_5267-08A_1x08_P2.50mm_Vertical -Molex SPOX Connector System, 5267-08A, 8 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -8 -8 -Connector_Molex -Molex_SPOX_5267-09A_1x09_P2.50mm_Vertical -Molex SPOX Connector System, 5267-09A, 9 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -9 -9 -Connector_Molex -Molex_SPOX_5267-10A_1x10_P2.50mm_Vertical -Molex SPOX Connector System, 5267-10A, 10 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -10 -10 -Connector_Molex -Molex_SPOX_5267-11A_1x11_P2.50mm_Vertical -Molex SPOX Connector System, 5267-11A, 11 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -11 -11 -Connector_Molex -Molex_SPOX_5267-12A_1x12_P2.50mm_Vertical -Molex SPOX Connector System, 5267-12A, 12 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -12 -12 -Connector_Molex -Molex_SPOX_5267-13A_1x13_P2.50mm_Vertical -Molex SPOX Connector System, 5267-13A, 13 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -13 -13 -Connector_Molex -Molex_SPOX_5267-14A_1x14_P2.50mm_Vertical -Molex SPOX Connector System, 5267-14A, 14 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -14 -14 -Connector_Molex -Molex_SPOX_5267-15A_1x15_P2.50mm_Vertical -Molex SPOX Connector System, 5267-15A, 15 Pins per row (http://www.molex.com/pdm_docs/sd/022035035_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX side entry -0 -15 -15 -Connector_Molex -Molex_SPOX_5268-02A_1x02_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-02A, 2 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -2 -2 -Connector_Molex -Molex_SPOX_5268-03A_1x03_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-03A, 3 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -3 -3 -Connector_Molex -Molex_SPOX_5268-04A_1x04_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-04A, 4 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -4 -4 -Connector_Molex -Molex_SPOX_5268-05A_1x05_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-05A, 5 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -5 -5 -Connector_Molex -Molex_SPOX_5268-06A_1x06_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-06A, 6 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -6 -6 -Connector_Molex -Molex_SPOX_5268-07A_1x07_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-07A, 7 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -7 -7 -Connector_Molex -Molex_SPOX_5268-08A_1x08_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-08A, 8 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -8 -8 -Connector_Molex -Molex_SPOX_5268-09A_1x09_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-09A, 9 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -9 -9 -Connector_Molex -Molex_SPOX_5268-10A_1x10_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-10A, 10 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -10 -10 -Connector_Molex -Molex_SPOX_5268-11A_1x11_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-11A, 11 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -11 -11 -Connector_Molex -Molex_SPOX_5268-12A_1x12_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-12A, 12 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -12 -12 -Connector_Molex -Molex_SPOX_5268-13A_1x13_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-13A, 13 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -13 -13 -Connector_Molex -Molex_SPOX_5268-14A_1x14_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-14A, 14 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -14 -14 -Connector_Molex -Molex_SPOX_5268-15A_1x15_P2.50mm_Horizontal -Molex SPOX Connector System, 5268-15A, 15 Pins per row (https://www.molex.com/pdm_docs/sd/022057045_sd.pdf), generated with kicad-footprint-generator -connector Molex SPOX horizontal -0 -15 -15 -Connector_Molex -Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-0102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -4 -2 -Connector_Molex -Molex_Sabre_43160-0102_1x02_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-0102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -30 -2 -Connector_Molex -Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-0103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -6 -3 -Connector_Molex -Molex_Sabre_43160-0103_1x03_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-0103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -45 -3 -Connector_Molex -Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-0104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -8 -4 -Connector_Molex -Molex_Sabre_43160-0104_1x04_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-0104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -60 -4 -Connector_Molex -Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-0105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -10 -5 -Connector_Molex -Molex_Sabre_43160-0105_1x05_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-0105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -75 -5 -Connector_Molex -Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-0106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -12 -6 -Connector_Molex -Molex_Sabre_43160-0106_1x06_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-0106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431600105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -90 -6 -Connector_Molex -Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal -Molex Sabre Power Connector, 43160-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -6 -2 -Connector_Molex -Molex_Sabre_43160-1102_1x02_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 43160-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -32 -2 -Connector_Molex -Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal -Molex Sabre Power Connector, 43160-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -8 -3 -Connector_Molex -Molex_Sabre_43160-1103_1x03_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 43160-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -47 -3 -Connector_Molex -Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal -Molex Sabre Power Connector, 43160-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -10 -4 -Connector_Molex -Molex_Sabre_43160-1104_1x04_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 43160-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -62 -4 -Connector_Molex -Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal -Molex Sabre Power Connector, 43160-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -12 -5 -Connector_Molex -Molex_Sabre_43160-1105_1x05_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 43160-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -77 -5 -Connector_Molex -Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal -Molex Sabre Power Connector, 43160-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -14 -6 -Connector_Molex -Molex_Sabre_43160-1106_1x06_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 43160-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431605304_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -92 -6 -Connector_Molex -Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-2102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -6 -2 -Connector_Molex -Molex_Sabre_43160-2102_1x02_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-2102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -32 -2 -Connector_Molex -Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-2103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -8 -3 -Connector_Molex -Molex_Sabre_43160-2103_1x03_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-2103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -47 -3 -Connector_Molex -Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-2104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -10 -4 -Connector_Molex -Molex_Sabre_43160-2104_1x04_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-2104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -62 -4 -Connector_Molex -Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-2105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -12 -5 -Connector_Molex -Molex_Sabre_43160-2105_1x05_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-2105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -77 -5 -Connector_Molex -Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical -Molex Sabre Power Connector, 43160-2106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -14 -6 -Connector_Molex -Molex_Sabre_43160-2106_1x06_P7.49mm_Vertical_ThermalVias -Molex Sabre Power Connector, 43160-2106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/431602102_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre side entry -0 -92 -6 -Connector_Molex -Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal -Molex Sabre Power Connector, 46007-1102, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -4 -2 -Connector_Molex -Molex_Sabre_46007-1102_1x02_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 46007-1102, With thermal vias in pads, 2 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -30 -2 -Connector_Molex -Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal -Molex Sabre Power Connector, 46007-1103, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -6 -3 -Connector_Molex -Molex_Sabre_46007-1103_1x03_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 46007-1103, With thermal vias in pads, 3 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -45 -3 -Connector_Molex -Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal -Molex Sabre Power Connector, 46007-1104, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -8 -4 -Connector_Molex -Molex_Sabre_46007-1104_1x04_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 46007-1104, With thermal vias in pads, 4 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -60 -4 -Connector_Molex -Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal -Molex Sabre Power Connector, 46007-1105, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -10 -5 -Connector_Molex -Molex_Sabre_46007-1105_1x05_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 46007-1105, With thermal vias in pads, 5 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -75 -5 -Connector_Molex -Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal -Molex Sabre Power Connector, 46007-1106, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -12 -6 -Connector_Molex -Molex_Sabre_46007-1106_1x06_P7.49mm_Horizontal_ThermalVias -Molex Sabre Power Connector, 46007-1106, With thermal vias in pads, 6 Pins per row (http://www.molex.com/pdm_docs/sd/460071105_sd.pdf), generated with kicad-footprint-generator -connector Molex Sabre top entry -0 -90 -6 -Connector_Molex -Molex_SlimStack_52991-0208_2x10_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0208, 20 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -20 -20 -Connector_Molex -Molex_SlimStack_52991-0308_2x15_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0308, 30 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -30 -30 -Connector_Molex -Molex_SlimStack_52991-0408_2x20_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0408, 40 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -40 -40 -Connector_Molex -Molex_SlimStack_52991-0508_2x25_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0508, 50 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -50 -50 -Connector_Molex -Molex_SlimStack_52991-0608_2x30_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0608, 60 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -60 -60 -Connector_Molex -Molex_SlimStack_52991-0708_2x35_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0708, 70 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -70 -70 -Connector_Molex -Molex_SlimStack_52991-0808_2x40_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 52991-0808, 80 Pins (http://www.molex.com/pdm_docs/sd/529910308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -80 -80 -Connector_Molex -Molex_SlimStack_53748-0208_2x10_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0208, 20 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -20 -20 -Connector_Molex -Molex_SlimStack_53748-0308_2x15_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0308, 30 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -30 -30 -Connector_Molex -Molex_SlimStack_53748-0408_2x20_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0408, 40 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -40 -40 -Connector_Molex -Molex_SlimStack_53748-0608_2x30_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0608, 60 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -60 -60 -Connector_Molex -Molex_SlimStack_53748-0708_2x35_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0708, 70 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -70 -70 -Connector_Molex -Molex_SlimStack_53748-0808_2x40_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 53748-0808, 80 Pins (https://www.molex.com/pdm_docs/sd/537480308_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack vertical -0 -80 -80 -Connector_Molex -Molex_SlimStack_54722-0164_2x08_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0164, 16 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -16 -16 -Connector_Molex -Molex_SlimStack_54722-0204_2x10_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0204, 20 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -20 -20 -Connector_Molex -Molex_SlimStack_54722-0224_2x11_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0224, 22 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -22 -22 -Connector_Molex -Molex_SlimStack_54722-0244_2x12_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0244, 24 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -24 -24 -Connector_Molex -Molex_SlimStack_54722-0304_2x15_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0304, 30 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -30 -30 -Connector_Molex -Molex_SlimStack_54722-0344_2x17_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0344, 34 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -34 -34 -Connector_Molex -Molex_SlimStack_54722-0404_2x20_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0404, 40 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -40 -40 -Connector_Molex -Molex_SlimStack_54722-0504_2x25_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0504, 50 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -50 -50 -Connector_Molex -Molex_SlimStack_54722-0604_2x30_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0604, 60 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -60 -60 -Connector_Molex -Molex_SlimStack_54722-0804_2x40_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 54722-0804, 80 Pins (http://www.molex.com/pdm_docs/sd/547220804_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -80 -80 -Connector_Molex -Molex_SlimStack_55560-0161_2x08_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0161, 16 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -16 -16 -Connector_Molex -Molex_SlimStack_55560-0201_2x10_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0201, 20 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -20 -20 -Connector_Molex -Molex_SlimStack_55560-0221_2x11_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0221, 22 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -22 -22 -Connector_Molex -Molex_SlimStack_55560-0241_2x12_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0241, 24 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -24 -24 -Connector_Molex -Molex_SlimStack_55560-0301_2x15_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0301, 30 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -30 -30 -Connector_Molex -Molex_SlimStack_55560-0341_2x17_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0341, 34 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -34 -34 -Connector_Molex -Molex_SlimStack_55560-0401_2x20_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0401, 40 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -40 -40 -Connector_Molex -Molex_SlimStack_55560-0501_2x25_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0501, 50 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -50 -50 -Connector_Molex -Molex_SlimStack_55560-0601_2x30_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0601, 60 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -60 -60 -Connector_Molex -Molex_SlimStack_55560-0801_2x40_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 55560-0801, 80 Pins (http://www.molex.com/pdm_docs/sd/555600207_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -80 -80 -Connector_Molex -Molex_SlimStack_501920-3001_2x15_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-3001, 30 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -30 -30 -Connector_Molex -Molex_SlimStack_501920-4001_2x20_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-4001, 40 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -40 -40 -Connector_Molex -Molex_SlimStack_501920-5001_2x25_P0.50mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 501920-5001, 50 Pins (http://www.molex.com/pdm_docs/sd/5019204001_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -50 -50 -Connector_Molex -Molex_SlimStack_502426-0810_2x04_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-0810, 8 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -8 -8 -Connector_Molex -Molex_SlimStack_502426-1410_2x07_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -14 -14 -Connector_Molex -Molex_SlimStack_502426-2010_2x10_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -20 -20 -Connector_Molex -Molex_SlimStack_502426-2210_2x11_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -22 -22 -Connector_Molex -Molex_SlimStack_502426-2410_2x12_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -24 -24 -Connector_Molex -Molex_SlimStack_502426-2610_2x13_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -26 -26 -Connector_Molex -Molex_SlimStack_502426-3010_2x15_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -30 -30 -Connector_Molex -Molex_SlimStack_502426-3210_2x16_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -32 -32 -Connector_Molex -Molex_SlimStack_502426-3410_2x17_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -34 -34 -Connector_Molex -Molex_SlimStack_502426-4010_2x20_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -40 -40 -Connector_Molex -Molex_SlimStack_502426-4410_2x22_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -44 -44 -Connector_Molex -Molex_SlimStack_502426-5010_2x25_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -50 -50 -Connector_Molex -Molex_SlimStack_502426-6010_2x30_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -60 -60 -Connector_Molex -Molex_SlimStack_502426-6410_2x32_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -64 -64 -Connector_Molex -Molex_SlimStack_502426-8010_2x40_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502426-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024260810_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -80 -80 -Connector_Molex -Molex_SlimStack_502430-0820_2x04_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-0820, 8 Pins (http://www.molex.com/pdm_docs/sd/5024300820_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -8 -8 -Connector_Molex -Molex_SlimStack_502430-1410_2x07_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-1410, 14 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -14 -14 -Connector_Molex -Molex_SlimStack_502430-2010_2x10_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2010, 20 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -20 -20 -Connector_Molex -Molex_SlimStack_502430-2210_2x11_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2210, 22 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -22 -22 -Connector_Molex -Molex_SlimStack_502430-2410_2x12_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2410, 24 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -24 -24 -Connector_Molex -Molex_SlimStack_502430-2610_2x13_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-2610, 26 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -26 -26 -Connector_Molex -Molex_SlimStack_502430-3010_2x15_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3010, 30 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -30 -30 -Connector_Molex -Molex_SlimStack_502430-3210_2x16_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3210, 32 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -32 -32 -Connector_Molex -Molex_SlimStack_502430-3410_2x17_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-3410, 34 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -34 -34 -Connector_Molex -Molex_SlimStack_502430-4010_2x20_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4010, 40 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -40 -40 -Connector_Molex -Molex_SlimStack_502430-4410_2x22_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-4410, 44 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -44 -44 -Connector_Molex -Molex_SlimStack_502430-5010_2x25_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-5010, 50 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -50 -50 -Connector_Molex -Molex_SlimStack_502430-6010_2x30_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6010, 60 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -60 -60 -Connector_Molex -Molex_SlimStack_502430-6410_2x32_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-6410, 64 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -64 -64 -Connector_Molex -Molex_SlimStack_502430-8010_2x40_P0.40mm_Vertical -Molex SlimStack Fine-Pitch SMT Board-to-Board Connectors, 502430-8010, 80 Pins (http://www.molex.com/pdm_docs/sd/5024301410_sd.pdf), generated with kicad-footprint-generator -connector Molex SlimStack side entry -0 -80 -80 -Connector_PCBEdge -4UCON_10156_2x40_P1.27mm_Socket_Horizontal -4UCON 10156 Card edge socket with 80 contacts (40 each side), through-hole, http://www.4uconnector.com/online/object/4udrawing/10156.pdf -4UCON 10156 Card edge socket with 80 contacts -0 -80 -80 -Connector_PCBEdge -BUS_AT -AT ISA 16 bits Bus Edge Connector -BUS ISA AT Edge connector -0 -98 -98 -Connector_PCBEdge -BUS_PCI -PCI bus Edge Connector -PCI bus Edge Connector -0 -240 -120 -Connector_PCBEdge -BUS_PCI_Express_Mini -Mini-PCI Express bus connector (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=11) -mini pcie -0 -54 -53 -Connector_PCBEdge -BUS_PCI_Express_Mini_Dual -Mini-PCI Express bus connector full size with dual clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=28) -mini pcie -0 -54 -53 -Connector_PCBEdge -BUS_PCI_Express_Mini_Full -Mini-PCI Express bus connector full size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=24) -mini pcie -0 -54 -53 -Connector_PCBEdge -BUS_PCI_Express_Mini_Half -Mini-PCI Express bus connector half size with clips (https://s3.amazonaws.com/fit-iot/download/facet-cards/documents/PCI_Express_miniCard_Electromechanical_specs_rev1.2.pdf#page=25) -mini pcie -0 -54 -53 -Connector_PCBEdge -BUS_PCIexpress_x1 -PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 -PCIe -0 -36 -36 -Connector_PCBEdge -BUS_PCIexpress_x4 -PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 -PCIe -0 -64 -64 -Connector_PCBEdge -BUS_PCIexpress_x8 -PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 -PCIe -0 -98 -98 -Connector_PCBEdge -BUS_PCIexpress_x16 -PCIexpress Bus Edge Connector x1 http://www.ritrontek.com/uploadfile/2016/1026/20161026105231124.pdf#page=70 -PCIe -0 -164 -164 -Connector_PCBEdge -Samtec_MECF-05-0_-L-DV_2x05_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 05 contacts (polarized) -conn samtec card-edge high-speed -0 -8 -8 -Connector_PCBEdge -Samtec_MECF-05-0_-NP-L-DV_2x05_P1.27mm_Edge -Highspeed card edge connector for PCB's with 05 contacts (not polarized) -conn samtec card-edge high-speed -0 -10 -10 -Connector_PCBEdge -Samtec_MECF-05-01-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) -conn samtec card-edge high-speed -0 -10 -8 -Connector_PCBEdge -Samtec_MECF-05-01-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 05 contacts (polarized) -conn samtec card-edge high-speed -0 -8 -8 -Connector_PCBEdge -Samtec_MECF-05-01-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) -conn samtec card-edge high-speed -0 -12 -10 -Connector_PCBEdge -Samtec_MECF-05-01-NP-L-DV_2x05_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 05 contacts (not polarized) -conn samtec card-edge high-speed -0 -10 -10 -Connector_PCBEdge -Samtec_MECF-05-02-L-DV-WT_2x05_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) -conn samtec card-edge high-speed -0 -10 -8 -Connector_PCBEdge -Samtec_MECF-05-02-L-DV_2x05_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 05 contacts (polarized) -conn samtec card-edge high-speed -0 -8 -8 -Connector_PCBEdge -Samtec_MECF-05-02-NP-L-DV-WT_2x05_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) -conn samtec card-edge high-speed -0 -12 -10 -Connector_PCBEdge -Samtec_MECF-05-02-NP-L-DV_2x05_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 05 contacts (not polarized) -conn samtec card-edge high-speed -0 -10 -10 -Connector_PCBEdge -Samtec_MECF-08-0_-L-DV_2x08_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 08 contacts (polarized) -conn samtec card-edge high-speed -0 -14 -14 -Connector_PCBEdge -Samtec_MECF-08-0_-NP-L-DV_2x08_P1.27mm_Edge -Highspeed card edge connector for PCB's with 08 contacts (not polarized) -conn samtec card-edge high-speed -0 -16 -16 -Connector_PCBEdge -Samtec_MECF-08-01-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) -conn samtec card-edge high-speed -0 -16 -14 -Connector_PCBEdge -Samtec_MECF-08-01-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 08 contacts (polarized) -conn samtec card-edge high-speed -0 -14 -14 -Connector_PCBEdge -Samtec_MECF-08-01-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) -conn samtec card-edge high-speed -0 -18 -16 -Connector_PCBEdge -Samtec_MECF-08-01-NP-L-DV_2x08_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 08 contacts (not polarized) -conn samtec card-edge high-speed -0 -16 -16 -Connector_PCBEdge -Samtec_MECF-08-02-L-DV-WT_2x08_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) -conn samtec card-edge high-speed -0 -16 -14 -Connector_PCBEdge -Samtec_MECF-08-02-L-DV_2x08_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 08 contacts (polarized) -conn samtec card-edge high-speed -0 -14 -14 -Connector_PCBEdge -Samtec_MECF-08-02-NP-L-DV-WT_2x08_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) -conn samtec card-edge high-speed -0 -18 -16 -Connector_PCBEdge -Samtec_MECF-08-02-NP-L-DV_2x08_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 08 contacts (not polarized) -conn samtec card-edge high-speed -0 -16 -16 -Connector_PCBEdge -Samtec_MECF-20-0_-L-DV_2x20_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 20 contacts (polarized) -conn samtec card-edge high-speed -0 -38 -38 -Connector_PCBEdge -Samtec_MECF-20-0_-NP-L-DV_2x20_P1.27mm_Edge -Highspeed card edge connector for PCB's with 20 contacts (not polarized) -conn samtec card-edge high-speed -0 -40 -40 -Connector_PCBEdge -Samtec_MECF-20-01-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) -conn samtec card-edge high-speed -0 -40 -38 -Connector_PCBEdge -Samtec_MECF-20-01-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 20 contacts (polarized) -conn samtec card-edge high-speed -0 -38 -38 -Connector_PCBEdge -Samtec_MECF-20-01-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) -conn samtec card-edge high-speed -0 -42 -40 -Connector_PCBEdge -Samtec_MECF-20-01-NP-L-DV_2x20_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 20 contacts (not polarized) -conn samtec card-edge high-speed -0 -40 -40 -Connector_PCBEdge -Samtec_MECF-20-02-L-DV-WT_2x20_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) -conn samtec card-edge high-speed -0 -40 -38 -Connector_PCBEdge -Samtec_MECF-20-02-L-DV_2x20_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 20 contacts (polarized) -conn samtec card-edge high-speed -0 -38 -38 -Connector_PCBEdge -Samtec_MECF-20-02-NP-L-DV-WT_2x20_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) -conn samtec card-edge high-speed -0 -42 -40 -Connector_PCBEdge -Samtec_MECF-20-02-NP-L-DV_2x20_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 20 contacts (not polarized) -conn samtec card-edge high-speed -0 -40 -40 -Connector_PCBEdge -Samtec_MECF-30-0_-L-DV_2x30_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 30 contacts (polarized) -conn samtec card-edge high-speed -0 -58 -58 -Connector_PCBEdge -Samtec_MECF-30-0_-NP-L-DV_2x30_P1.27mm_Edge -Highspeed card edge connector for PCB's with 30 contacts (not polarized) -conn samtec card-edge high-speed -0 -60 -60 -Connector_PCBEdge -Samtec_MECF-30-01-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) -conn samtec card-edge high-speed -0 -60 -58 -Connector_PCBEdge -Samtec_MECF-30-01-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 30 contacts (polarized) -conn samtec card-edge high-speed -0 -58 -58 -Connector_PCBEdge -Samtec_MECF-30-01-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) -conn samtec card-edge high-speed -0 -62 -60 -Connector_PCBEdge -Samtec_MECF-30-01-NP-L-DV_2x30_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 30 contacts (not polarized) -conn samtec card-edge high-speed -0 -60 -60 -Connector_PCBEdge -Samtec_MECF-30-02-L-DV-WT_2x30_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) -conn samtec card-edge high-speed -0 -60 -58 -Connector_PCBEdge -Samtec_MECF-30-02-L-DV_2x30_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 30 contacts (polarized) -conn samtec card-edge high-speed -0 -58 -58 -Connector_PCBEdge -Samtec_MECF-30-02-NP-L-DV-WT_2x30_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) -conn samtec card-edge high-speed -0 -62 -60 -Connector_PCBEdge -Samtec_MECF-30-02-NP-L-DV_2x30_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 30 contacts (not polarized) -conn samtec card-edge high-speed -0 -60 -60 -Connector_PCBEdge -Samtec_MECF-40-0_-L-DV_2x40_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 40 contacts (polarized) -conn samtec card-edge high-speed -0 -78 -78 -Connector_PCBEdge -Samtec_MECF-40-0_-NP-L-DV_2x40_P1.27mm_Edge -Highspeed card edge connector for PCB's with 40 contacts (not polarized) -conn samtec card-edge high-speed -0 -80 -80 -Connector_PCBEdge -Samtec_MECF-40-01-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) -conn samtec card-edge high-speed -0 -80 -78 -Connector_PCBEdge -Samtec_MECF-40-01-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 40 contacts (polarized) -conn samtec card-edge high-speed -0 -78 -78 -Connector_PCBEdge -Samtec_MECF-40-01-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) -conn samtec card-edge high-speed -0 -82 -80 -Connector_PCBEdge -Samtec_MECF-40-01-NP-L-DV_2x40_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 40 contacts (not polarized) -conn samtec card-edge high-speed -0 -80 -80 -Connector_PCBEdge -Samtec_MECF-40-02-L-DV-WT_2x40_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) -conn samtec card-edge high-speed -0 -80 -78 -Connector_PCBEdge -Samtec_MECF-40-02-L-DV_2x40_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 40 contacts (polarized) -conn samtec card-edge high-speed -0 -78 -78 -Connector_PCBEdge -Samtec_MECF-40-02-NP-L-DV-WT_2x40_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) -conn samtec card-edge high-speed -0 -82 -80 -Connector_PCBEdge -Samtec_MECF-40-02-NP-L-DV_2x40_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 40 contacts (not polarized) -conn samtec card-edge high-speed -0 -80 -80 -Connector_PCBEdge -Samtec_MECF-50-0_-L-DV_2x50_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 50 contacts (polarized) -conn samtec card-edge high-speed -0 -98 -98 -Connector_PCBEdge -Samtec_MECF-50-0_-NP-L-DV_2x50_P1.27mm_Edge -Highspeed card edge connector for PCB's with 50 contacts (not polarized) -conn samtec card-edge high-speed -0 -100 -100 -Connector_PCBEdge -Samtec_MECF-50-01-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) -conn samtec card-edge high-speed -0 -100 -98 -Connector_PCBEdge -Samtec_MECF-50-01-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 50 contacts (polarized) -conn samtec card-edge high-speed -0 -98 -98 -Connector_PCBEdge -Samtec_MECF-50-01-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) -conn samtec card-edge high-speed -0 -102 -100 -Connector_PCBEdge -Samtec_MECF-50-01-NP-L-DV_2x50_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 50 contacts (not polarized) -conn samtec card-edge high-speed -0 -100 -100 -Connector_PCBEdge -Samtec_MECF-50-02-L-DV-WT_2x50_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) -conn samtec card-edge high-speed -0 -100 -98 -Connector_PCBEdge -Samtec_MECF-50-02-L-DV_2x50_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 50 contacts (polarized) -conn samtec card-edge high-speed -0 -98 -98 -Connector_PCBEdge -Samtec_MECF-50-02-NP-L-DV-WT_2x50_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) -conn samtec card-edge high-speed -0 -102 -100 -Connector_PCBEdge -Samtec_MECF-50-02-NP-L-DV_2x50_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 50 contacts (not polarized) -conn samtec card-edge high-speed -0 -100 -100 -Connector_PCBEdge -Samtec_MECF-60-0_-L-DV_2x60_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 60 contacts (polarized) -conn samtec card-edge high-speed -0 -116 -116 -Connector_PCBEdge -Samtec_MECF-60-0_-NP-L-DV_2x60_P1.27mm_Edge -Highspeed card edge connector for PCB's with 60 contacts (not polarized) -conn samtec card-edge high-speed -0 -120 -120 -Connector_PCBEdge -Samtec_MECF-60-01-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) -conn samtec card-edge high-speed -0 -118 -116 -Connector_PCBEdge -Samtec_MECF-60-01-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 60 contacts (polarized) -conn samtec card-edge high-speed -0 -116 -116 -Connector_PCBEdge -Samtec_MECF-60-01-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) -conn samtec card-edge high-speed -0 -122 -120 -Connector_PCBEdge -Samtec_MECF-60-01-NP-L-DV_2x60_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 60 contacts (not polarized) -conn samtec card-edge high-speed -0 -120 -120 -Connector_PCBEdge -Samtec_MECF-60-02-L-DV-WT_2x60_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) -conn samtec card-edge high-speed -0 -118 -116 -Connector_PCBEdge -Samtec_MECF-60-02-L-DV_2x60_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 60 contacts (polarized) -conn samtec card-edge high-speed -0 -116 -116 -Connector_PCBEdge -Samtec_MECF-60-02-NP-L-DV-WT_2x60_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) -conn samtec card-edge high-speed -0 -122 -120 -Connector_PCBEdge -Samtec_MECF-60-02-NP-L-DV_2x60_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 60 contacts (not polarized) -conn samtec card-edge high-speed -0 -120 -120 -Connector_PCBEdge -Samtec_MECF-70-0_-L-DV_2x70_P1.27mm_Polarized_Edge -Highspeed card edge connector for PCB's with 70 contacts (polarized) -conn samtec card-edge high-speed -0 -136 -136 -Connector_PCBEdge -Samtec_MECF-70-0_-NP-L-DV_2x70_P1.27mm_Edge -Highspeed card edge connector for PCB's with 70 contacts (not polarized) -conn samtec card-edge high-speed -0 -140 -140 -Connector_PCBEdge -Samtec_MECF-70-01-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) -conn samtec card-edge high-speed -0 -138 -136 -Connector_PCBEdge -Samtec_MECF-70-01-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 70 contacts (polarized) -conn samtec card-edge high-speed -0 -136 -136 -Connector_PCBEdge -Samtec_MECF-70-01-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) -conn samtec card-edge high-speed -0 -142 -140 -Connector_PCBEdge -Samtec_MECF-70-01-NP-L-DV_2x70_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 1.6mm PCB's with 70 contacts (not polarized) -conn samtec card-edge high-speed -0 -140 -140 -Connector_PCBEdge -Samtec_MECF-70-02-L-DV-WT_2x70_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) -conn samtec card-edge high-speed -0 -138 -136 -Connector_PCBEdge -Samtec_MECF-70-02-L-DV_2x70_P1.27mm_Polarized_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 70 contacts (polarized) -conn samtec card-edge high-speed -0 -136 -136 -Connector_PCBEdge -Samtec_MECF-70-02-NP-L-DV-WT_2x70_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) -conn samtec card-edge high-speed -0 -142 -140 -Connector_PCBEdge -Samtec_MECF-70-02-NP-L-DV_2x70_P1.27mm_Socket_Horizontal -Highspeed card edge connector for 2.4mm PCB's with 70 contacts (not polarized) -conn samtec card-edge high-speed -0 -140 -140 -Connector_PCBEdge -molex_EDGELOCK_2-CKT -https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf -Connector PCBEdge molex EDGELOCK -0 -2 -2 -Connector_PCBEdge -molex_EDGELOCK_4-CKT -https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf -Connector PCBEdge molex EDGELOCK -0 -4 -4 -Connector_PCBEdge -molex_EDGELOCK_6-CKT -https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf -Connector PCBEdge molex EDGELOCK -0 -6 -6 -Connector_PCBEdge -molex_EDGELOCK_8-CKT -https://www.molex.com/pdm_docs/sd/2008900106_sd.pdf -Connector PCBEdge molex EDGELOCK -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_2-G-7,62_1x02_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Angled || order number: 1766233 12A 630V -phoenix_contact connector GMSTBA_01x02_G_7.62mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_2-G_1x02_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Angled || order number: 1766343 12A 630V -phoenix_contact connector GMSTBA_01x02_G_7.50mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_3-G-7,62_1x03_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Angled || order number: 1766246 12A 630V -phoenix_contact connector GMSTBA_01x03_G_7.62mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_3-G_1x03_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Angled || order number: 1766356 12A 630V -phoenix_contact connector GMSTBA_01x03_G_7.50mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_4-G-7,62_1x04_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Angled || order number: 1766259 12A 630V -phoenix_contact connector GMSTBA_01x04_G_7.62mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_4-G_1x04_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Angled || order number: 1766369 12A 630V -phoenix_contact connector GMSTBA_01x04_G_7.50mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_5-G-7,62_1x05_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Angled || order number: 1766262 12A 630V -phoenix_contact connector GMSTBA_01x05_G_7.62mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_5-G_1x05_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Angled || order number: 1766372 12A 630V -phoenix_contact connector GMSTBA_01x05_G_7.50mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_6-G-7,62_1x06_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Angled || order number: 1766275 12A 630V -phoenix_contact connector GMSTBA_01x06_G_7.62mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_6-G_1x06_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Angled || order number: 1766385 12A 630V -phoenix_contact connector GMSTBA_01x06_G_7.50mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_7-G-7,62_1x07_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Angled || order number: 1766288 12A 630V -phoenix_contact connector GMSTBA_01x07_G_7.62mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_7-G_1x07_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Angled || order number: 1766398 12A 630V -phoenix_contact connector GMSTBA_01x07_G_7.50mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_8-G-7,62_1x08_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Angled || order number: 1766291 12A 630V -phoenix_contact connector GMSTBA_01x08_G_7.62mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_8-G_1x08_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Angled || order number: 1766408 12A 630V -phoenix_contact connector GMSTBA_01x08_G_7.50mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_9-G-7,62_1x09_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Angled || order number: 1766301 12A 630V -phoenix_contact connector GMSTBA_01x09_G_7.62mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_9-G_1x09_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Angled || order number: 1766411 12A 630V -phoenix_contact connector GMSTBA_01x09_G_7.50mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_10-G-7,62_1x10_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Angled || order number: 1766314 12A 630V -phoenix_contact connector GMSTBA_01x10_G_7.62mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_10-G_1x10_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Angled || order number: 1766424 12A 630V -phoenix_contact connector GMSTBA_01x10_G_7.50mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_11-G-7,62_1x11_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Angled || order number: 1766327 12A 630V -phoenix_contact connector GMSTBA_01x11_G_7.62mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_11-G_1x11_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Angled || order number: 1766437 12A 630V -phoenix_contact connector GMSTBA_01x11_G_7.50mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_12-G-7,62_1x12_P7.62mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Angled || order number: 1766330 12A 630V -phoenix_contact connector GMSTBA_01x12_G_7.62mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBA_2,5_12-G_1x12_P7.50mm_Horizontal -Generic Phoenix Contact connector footprint for: GMSTBA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Angled || order number: 1766440 12A 630V -phoenix_contact connector GMSTBA_01x12_G_7.50mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_2-G-7,62_1x02_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical || order number: 1766770 12A 630V -phoenix_contact connector GMSTBVA_01x02_G_7.62mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_2-G_1x02_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/2-G; number of pins: 02; pin pitch: 7.50mm; Vertical || order number: 1766660 12A 630V -phoenix_contact connector GMSTBVA_01x02_G_7.50mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_3-G-7,62_1x03_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical || order number: 1766783 12A 630V -phoenix_contact connector GMSTBVA_01x03_G_7.62mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_3-G_1x03_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/3-G; number of pins: 03; pin pitch: 7.50mm; Vertical || order number: 1766673 12A 630V -phoenix_contact connector GMSTBVA_01x03_G_7.50mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_4-G-7,62_1x04_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical || order number: 1766796 12A 630V -phoenix_contact connector GMSTBVA_01x04_G_7.62mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_4-G_1x04_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/4-G; number of pins: 04; pin pitch: 7.50mm; Vertical || order number: 1766686 12A 630V -phoenix_contact connector GMSTBVA_01x04_G_7.50mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_5-G-7,62_1x05_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical || order number: 1766806 12A 630V -phoenix_contact connector GMSTBVA_01x05_G_7.62mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_5-G_1x05_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/5-G; number of pins: 05; pin pitch: 7.50mm; Vertical || order number: 1766699 12A 630V -phoenix_contact connector GMSTBVA_01x05_G_7.50mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_6-G-7,62_1x06_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical || order number: 1766819 12A 630V -phoenix_contact connector GMSTBVA_01x06_G_7.62mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_6-G_1x06_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/6-G; number of pins: 06; pin pitch: 7.50mm; Vertical || order number: 1766709 12A 630V -phoenix_contact connector GMSTBVA_01x06_G_7.50mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_7-G-7,62_1x07_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical || order number: 1766822 12A 630V -phoenix_contact connector GMSTBVA_01x07_G_7.62mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_7-G_1x07_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/7-G; number of pins: 07; pin pitch: 7.50mm; Vertical || order number: 1766712 12A 630V -phoenix_contact connector GMSTBVA_01x07_G_7.50mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_8-G-7,62_1x08_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical || order number: 1766835 12A 630V -phoenix_contact connector GMSTBVA_01x08_G_7.62mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_8-G_1x08_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/8-G; number of pins: 08; pin pitch: 7.50mm; Vertical || order number: 1766725 12A 630V -phoenix_contact connector GMSTBVA_01x08_G_7.50mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_9-G-7,62_1x09_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical || order number: 1766848 12A 630V -phoenix_contact connector GMSTBVA_01x09_G_7.62mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_9-G_1x09_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/9-G; number of pins: 09; pin pitch: 7.50mm; Vertical || order number: 1766738 12A 630V -phoenix_contact connector GMSTBVA_01x09_G_7.50mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_10-G-7,62_1x10_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical || order number: 1766851 12A 630V -phoenix_contact connector GMSTBVA_01x10_G_7.62mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_10-G_1x10_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/10-G; number of pins: 10; pin pitch: 7.50mm; Vertical || order number: 1766741 12A 630V -phoenix_contact connector GMSTBVA_01x10_G_7.50mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_11-G-7,62_1x11_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical || order number: 1766864 12A 630V -phoenix_contact connector GMSTBVA_01x11_G_7.62mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_11-G_1x11_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/11-G; number of pins: 11; pin pitch: 7.50mm; Vertical || order number: 1766754 12A 630V -phoenix_contact connector GMSTBVA_01x11_G_7.50mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_12-G-7,62_1x12_P7.62mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical || order number: 1766877 12A 630V -phoenix_contact connector GMSTBVA_01x12_G_7.62mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBVA_2,5_12-G_1x12_P7.50mm_Vertical -Generic Phoenix Contact connector footprint for: GMSTBVA_2,5/12-G; number of pins: 12; pin pitch: 7.50mm; Vertical || order number: 1766767 12A 630V -phoenix_contact connector GMSTBVA_01x12_G_7.50mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829154 12A 630V -phoenix_contact connector GMSTBV_01x02_GF_7.62mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_2-GF-7,62_1x02_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829154 12A 630V -phoenix_contact connector GMSTBV_01x02_GF_7.62mm_MH -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829167 12A 630V -phoenix_contact connector GMSTBV_01x03_GF_7.62mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_3-GF-7,62_1x03_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829167 12A 630V -phoenix_contact connector GMSTBV_01x03_GF_7.62mm_MH -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829170 12A 630V -phoenix_contact connector GMSTBV_01x04_GF_7.62mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_4-GF-7,62_1x04_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829170 12A 630V -phoenix_contact connector GMSTBV_01x04_GF_7.62mm_MH -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829183 12A 630V -phoenix_contact connector GMSTBV_01x05_GF_7.62mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_5-GF-7,62_1x05_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829183 12A 630V -phoenix_contact connector GMSTBV_01x05_GF_7.62mm_MH -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829196 12A 630V -phoenix_contact connector GMSTBV_01x06_GF_7.62mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_6-GF-7,62_1x06_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829196 12A 630V -phoenix_contact connector GMSTBV_01x06_GF_7.62mm_MH -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829206 12A 630V -phoenix_contact connector GMSTBV_01x07_GF_7.62mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_7-GF-7,62_1x07_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829206 12A 630V -phoenix_contact connector GMSTBV_01x07_GF_7.62mm_MH -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829219 12A 630V -phoenix_contact connector GMSTBV_01x08_GF_7.62mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_8-GF-7,62_1x08_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829219 12A 630V -phoenix_contact connector GMSTBV_01x08_GF_7.62mm_MH -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829222 12A 630V -phoenix_contact connector GMSTBV_01x09_GF_7.62mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_9-GF-7,62_1x09_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829222 12A 630V -phoenix_contact connector GMSTBV_01x09_GF_7.62mm_MH -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829235 12A 630V -phoenix_contact connector GMSTBV_01x10_GF_7.62mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_10-GF-7,62_1x10_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829235 12A 630V -phoenix_contact connector GMSTBV_01x10_GF_7.62mm_MH -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829248 12A 630V -phoenix_contact connector GMSTBV_01x11_GF_7.62mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_11-GF-7,62_1x11_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829248 12A 630V -phoenix_contact connector GMSTBV_01x11_GF_7.62mm_MH -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange || order number: 1829251 12A 630V -phoenix_contact connector GMSTBV_01x12_GF_7.62mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTBV_2,5_12-GF-7,62_1x12_P7.62mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTBV_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1829251 12A 630V -phoenix_contact connector GMSTBV_01x12_GF_7.62mm_MH -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806229 12A 630V -phoenix_contact connector GMSTB_01x02_GF_7.62mm -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_2-GF-7,62_1x02_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/2-GF-7,62; number of pins: 02; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806229 12A 630V -phoenix_contact connector GMSTB_01x02_GF_7.62mm_MH -0 -2 -2 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806232 12A 630V -phoenix_contact connector GMSTB_01x03_GF_7.62mm -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_3-GF-7,62_1x03_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/3-GF-7,62; number of pins: 03; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806232 12A 630V -phoenix_contact connector GMSTB_01x03_GF_7.62mm_MH -0 -3 -3 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806245 12A 630V -phoenix_contact connector GMSTB_01x04_GF_7.62mm -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_4-GF-7,62_1x04_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/4-GF-7,62; number of pins: 04; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806245 12A 630V -phoenix_contact connector GMSTB_01x04_GF_7.62mm_MH -0 -4 -4 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806258 12A 630V -phoenix_contact connector GMSTB_01x05_GF_7.62mm -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_5-GF-7,62_1x05_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/5-GF-7,62; number of pins: 05; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806258 12A 630V -phoenix_contact connector GMSTB_01x05_GF_7.62mm_MH -0 -5 -5 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806261 12A 630V -phoenix_contact connector GMSTB_01x06_GF_7.62mm -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_6-GF-7,62_1x06_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/6-GF-7,62; number of pins: 06; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806261 12A 630V -phoenix_contact connector GMSTB_01x06_GF_7.62mm_MH -0 -6 -6 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806274 12A 630V -phoenix_contact connector GMSTB_01x07_GF_7.62mm -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_7-GF-7,62_1x07_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/7-GF-7,62; number of pins: 07; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806274 12A 630V -phoenix_contact connector GMSTB_01x07_GF_7.62mm_MH -0 -7 -7 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806287 12A 630V -phoenix_contact connector GMSTB_01x08_GF_7.62mm -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_8-GF-7,62_1x08_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/8-GF-7,62; number of pins: 08; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806287 12A 630V -phoenix_contact connector GMSTB_01x08_GF_7.62mm_MH -0 -8 -8 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806290 12A 630V -phoenix_contact connector GMSTB_01x09_GF_7.62mm -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_9-GF-7,62_1x09_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/9-GF-7,62; number of pins: 09; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806290 12A 630V -phoenix_contact connector GMSTB_01x09_GF_7.62mm_MH -0 -9 -9 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806300 12A 630V -phoenix_contact connector GMSTB_01x10_GF_7.62mm -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_10-GF-7,62_1x10_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/10-GF-7,62; number of pins: 10; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806300 12A 630V -phoenix_contact connector GMSTB_01x10_GF_7.62mm_MH -0 -10 -10 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806313 12A 630V -phoenix_contact connector GMSTB_01x11_GF_7.62mm -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_11-GF-7,62_1x11_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/11-GF-7,62; number of pins: 11; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806313 12A 630V -phoenix_contact connector GMSTB_01x11_GF_7.62mm_MH -0 -11 -11 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange || order number: 1806326 12A 630V -phoenix_contact connector GMSTB_01x12_GF_7.62mm -0 -12 -12 -Connector_Phoenix_GMSTB -PhoenixContact_GMSTB_2,5_12-GF-7,62_1x12_P7.62mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: GMSTB_2,5/12-GF-7,62; number of pins: 12; pin pitch: 7.62mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1806326 12A 630V -phoenix_contact connector GMSTB_01x12_GF_7.62mm_MH -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-G-3.5_1x02_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical || order number: 1843606 8A 160V -phoenix_contact connector MCV_01x02_G_3.5mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-G-3.81_1x02_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical || order number: 1803426 8A 160V -phoenix_contact connector MCV_01x02_G_3.81mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843224 8A 160V -phoenix_contact connector MCV_01x02_GF_3.5mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-GF-3.5_1x02_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843224 8A 160V -phoenix_contact connector MCV_01x02_GF_3.5mm_MH -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830596 8A 160V -phoenix_contact connector MCV_01x02_GF_3.81mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_2-GF-3.81_1x02_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830596 8A 160V -phoenix_contact connector MCV_01x02_GF_3.81mm_MH -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-G-3.5_1x03_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical || order number: 1843619 8A 160V -phoenix_contact connector MCV_01x03_G_3.5mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-G-3.81_1x03_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical || order number: 1803439 8A 160V -phoenix_contact connector MCV_01x03_G_3.81mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843237 8A 160V -phoenix_contact connector MCV_01x03_GF_3.5mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-GF-3.5_1x03_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843237 8A 160V -phoenix_contact connector MCV_01x03_GF_3.5mm_MH -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830606 8A 160V -phoenix_contact connector MCV_01x03_GF_3.81mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_3-GF-3.81_1x03_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830606 8A 160V -phoenix_contact connector MCV_01x03_GF_3.81mm_MH -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-G-3.5_1x04_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical || order number: 1843622 8A 160V -phoenix_contact connector MCV_01x04_G_3.5mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-G-3.81_1x04_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical || order number: 1803442 8A 160V -phoenix_contact connector MCV_01x04_G_3.81mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843240 8A 160V -phoenix_contact connector MCV_01x04_GF_3.5mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-GF-3.5_1x04_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843240 8A 160V -phoenix_contact connector MCV_01x04_GF_3.5mm_MH -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830619 8A 160V -phoenix_contact connector MCV_01x04_GF_3.81mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_4-GF-3.81_1x04_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830619 8A 160V -phoenix_contact connector MCV_01x04_GF_3.81mm_MH -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-G-3.5_1x05_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical || order number: 1843635 8A 160V -phoenix_contact connector MCV_01x05_G_3.5mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-G-3.81_1x05_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical || order number: 1803455 8A 160V -phoenix_contact connector MCV_01x05_G_3.81mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843253 8A 160V -phoenix_contact connector MCV_01x05_GF_3.5mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-GF-3.5_1x05_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843253 8A 160V -phoenix_contact connector MCV_01x05_GF_3.5mm_MH -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830622 8A 160V -phoenix_contact connector MCV_01x05_GF_3.81mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_5-GF-3.81_1x05_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830622 8A 160V -phoenix_contact connector MCV_01x05_GF_3.81mm_MH -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-G-3.5_1x06_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical || order number: 1843648 8A 160V -phoenix_contact connector MCV_01x06_G_3.5mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-G-3.81_1x06_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical || order number: 1803468 8A 160V -phoenix_contact connector MCV_01x06_G_3.81mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843266 8A 160V -phoenix_contact connector MCV_01x06_GF_3.5mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-GF-3.5_1x06_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843266 8A 160V -phoenix_contact connector MCV_01x06_GF_3.5mm_MH -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830635 8A 160V -phoenix_contact connector MCV_01x06_GF_3.81mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_6-GF-3.81_1x06_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830635 8A 160V -phoenix_contact connector MCV_01x06_GF_3.81mm_MH -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-G-3.5_1x07_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical || order number: 1843651 8A 160V -phoenix_contact connector MCV_01x07_G_3.5mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-G-3.81_1x07_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical || order number: 1803471 8A 160V -phoenix_contact connector MCV_01x07_G_3.81mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843279 8A 160V -phoenix_contact connector MCV_01x07_GF_3.5mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-GF-3.5_1x07_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843279 8A 160V -phoenix_contact connector MCV_01x07_GF_3.5mm_MH -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830648 8A 160V -phoenix_contact connector MCV_01x07_GF_3.81mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_7-GF-3.81_1x07_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830648 8A 160V -phoenix_contact connector MCV_01x07_GF_3.81mm_MH -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-G-3.5_1x08_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical || order number: 1843664 8A 160V -phoenix_contact connector MCV_01x08_G_3.5mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-G-3.81_1x08_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical || order number: 1803484 8A 160V -phoenix_contact connector MCV_01x08_G_3.81mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843282 8A 160V -phoenix_contact connector MCV_01x08_GF_3.5mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-GF-3.5_1x08_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843282 8A 160V -phoenix_contact connector MCV_01x08_GF_3.5mm_MH -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830651 8A 160V -phoenix_contact connector MCV_01x08_GF_3.81mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_8-GF-3.81_1x08_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830651 8A 160V -phoenix_contact connector MCV_01x08_GF_3.81mm_MH -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-G-3.5_1x09_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical || order number: 1843677 8A 160V -phoenix_contact connector MCV_01x09_G_3.5mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-G-3.81_1x09_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical || order number: 1803497 8A 160V -phoenix_contact connector MCV_01x09_G_3.81mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843295 8A 160V -phoenix_contact connector MCV_01x09_GF_3.5mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-GF-3.5_1x09_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843295 8A 160V -phoenix_contact connector MCV_01x09_GF_3.5mm_MH -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830664 8A 160V -phoenix_contact connector MCV_01x09_GF_3.81mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_9-GF-3.81_1x09_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830664 8A 160V -phoenix_contact connector MCV_01x09_GF_3.81mm_MH -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-G-3.5_1x10_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical || order number: 1843680 8A 160V -phoenix_contact connector MCV_01x10_G_3.5mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-G-3.81_1x10_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical || order number: 1803507 8A 160V -phoenix_contact connector MCV_01x10_G_3.81mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843305 8A 160V -phoenix_contact connector MCV_01x10_GF_3.5mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-GF-3.5_1x10_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843305 8A 160V -phoenix_contact connector MCV_01x10_GF_3.5mm_MH -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830677 8A 160V -phoenix_contact connector MCV_01x10_GF_3.81mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_10-GF-3.81_1x10_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830677 8A 160V -phoenix_contact connector MCV_01x10_GF_3.81mm_MH -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-G-3.5_1x11_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical || order number: 1843693 8A 160V -phoenix_contact connector MCV_01x11_G_3.5mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-G-3.81_1x11_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical || order number: 1803510 8A 160V -phoenix_contact connector MCV_01x11_G_3.81mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843318 8A 160V -phoenix_contact connector MCV_01x11_GF_3.5mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-GF-3.5_1x11_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843318 8A 160V -phoenix_contact connector MCV_01x11_GF_3.5mm_MH -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830680 8A 160V -phoenix_contact connector MCV_01x11_GF_3.81mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_11-GF-3.81_1x11_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830680 8A 160V -phoenix_contact connector MCV_01x11_GF_3.81mm_MH -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-G-3.5_1x12_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical || order number: 1843703 8A 160V -phoenix_contact connector MCV_01x12_G_3.5mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-G-3.81_1x12_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical || order number: 1803523 8A 160V -phoenix_contact connector MCV_01x12_G_3.81mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843321 8A 160V -phoenix_contact connector MCV_01x12_GF_3.5mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-GF-3.5_1x12_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843321 8A 160V -phoenix_contact connector MCV_01x12_GF_3.5mm_MH -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830693 8A 160V -phoenix_contact connector MCV_01x12_GF_3.81mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_12-GF-3.81_1x12_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830693 8A 160V -phoenix_contact connector MCV_01x12_GF_3.81mm_MH -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-G-3.5_1x13_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical || order number: 1843716 8A 160V -phoenix_contact connector MCV_01x13_G_3.5mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-G-3.81_1x13_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical || order number: 1803536 8A 160V -phoenix_contact connector MCV_01x13_G_3.81mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843334 8A 160V -phoenix_contact connector MCV_01x13_GF_3.5mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-GF-3.5_1x13_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843334 8A 160V -phoenix_contact connector MCV_01x13_GF_3.5mm_MH -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830703 8A 160V -phoenix_contact connector MCV_01x13_GF_3.81mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_13-GF-3.81_1x13_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830703 8A 160V -phoenix_contact connector MCV_01x13_GF_3.81mm_MH -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-G-3.5_1x14_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical || order number: 1843729 8A 160V -phoenix_contact connector MCV_01x14_G_3.5mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-G-3.81_1x14_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical || order number: 1803549 8A 160V -phoenix_contact connector MCV_01x14_G_3.81mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843347 8A 160V -phoenix_contact connector MCV_01x14_GF_3.5mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-GF-3.5_1x14_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843347 8A 160V -phoenix_contact connector MCV_01x14_GF_3.5mm_MH -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830716 8A 160V -phoenix_contact connector MCV_01x14_GF_3.81mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_14-GF-3.81_1x14_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830716 8A 160V -phoenix_contact connector MCV_01x14_GF_3.81mm_MH -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-G-3.5_1x15_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical || order number: 1843732 8A 160V -phoenix_contact connector MCV_01x15_G_3.5mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-G-3.81_1x15_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical || order number: 1803552 8A 160V -phoenix_contact connector MCV_01x15_G_3.81mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843350 8A 160V -phoenix_contact connector MCV_01x15_GF_3.5mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-GF-3.5_1x15_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843350 8A 160V -phoenix_contact connector MCV_01x15_GF_3.5mm_MH -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830729 8A 160V -phoenix_contact connector MCV_01x15_GF_3.81mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_15-GF-3.81_1x15_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830729 8A 160V -phoenix_contact connector MCV_01x15_GF_3.81mm_MH -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-G-3.5_1x16_P3.50mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical || order number: 1843745 8A 160V -phoenix_contact connector MCV_01x16_G_3.5mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-G-3.81_1x16_P3.81mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical || order number: 1803565 8A 160V -phoenix_contact connector MCV_01x16_G_3.81mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange || order number: 1843363 8A 160V -phoenix_contact connector MCV_01x16_GF_3.5mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-GF-3.5_1x16_P3.50mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843363 8A 160V -phoenix_contact connector MCV_01x16_GF_3.5mm_MH -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange || order number: 1830732 8A 160V -phoenix_contact connector MCV_01x16_GF_3.81mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MCV_1,5_16-GF-3.81_1x16_P3.81mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1830732 8A 160V -phoenix_contact connector MCV_01x16_GF_3.81mm_MH -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-G-3.5_1x02_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.5; number of pins: 02; pin pitch: 3.50mm; Angled || order number: 1844210 8A 160V -phoenix_contact connector MC_01x02_G_3.5mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-G-3.81_1x02_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/2-G-3.81; number of pins: 02; pin pitch: 3.81mm; Angled || order number: 1803277 8A 160V -phoenix_contact connector MC_01x02_G_3.81mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843790 8A 160V -phoenix_contact connector MC_01x02_GF_3.5mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-GF-3.5_1x02_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.5; number of pins: 02; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843790 8A 160V -phoenix_contact connector MC_01x02_GF_3.5mm_MH -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827868 8A 160V -phoenix_contact connector MC_01x02_GF_3.81mm -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_2-GF-3.81_1x02_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-3.81; number of pins: 02; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827868 8A 160V -phoenix_contact connector MC_01x02_GF_3.81mm_MH -0 -2 -2 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-G-3.5_1x03_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.5; number of pins: 03; pin pitch: 3.50mm; Angled || order number: 1844223 8A 160V -phoenix_contact connector MC_01x03_G_3.5mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-G-3.81_1x03_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/3-G-3.81; number of pins: 03; pin pitch: 3.81mm; Angled || order number: 1803280 8A 160V -phoenix_contact connector MC_01x03_G_3.81mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843800 8A 160V -phoenix_contact connector MC_01x03_GF_3.5mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-GF-3.5_1x03_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.5; number of pins: 03; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843800 8A 160V -phoenix_contact connector MC_01x03_GF_3.5mm_MH -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827871 8A 160V -phoenix_contact connector MC_01x03_GF_3.81mm -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_3-GF-3.81_1x03_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-3.81; number of pins: 03; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827871 8A 160V -phoenix_contact connector MC_01x03_GF_3.81mm_MH -0 -3 -3 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-G-3.5_1x04_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.5; number of pins: 04; pin pitch: 3.50mm; Angled || order number: 1844236 8A 160V -phoenix_contact connector MC_01x04_G_3.5mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-G-3.81_1x04_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/4-G-3.81; number of pins: 04; pin pitch: 3.81mm; Angled || order number: 1803293 8A 160V -phoenix_contact connector MC_01x04_G_3.81mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843813 8A 160V -phoenix_contact connector MC_01x04_GF_3.5mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-GF-3.5_1x04_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.5; number of pins: 04; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843813 8A 160V -phoenix_contact connector MC_01x04_GF_3.5mm_MH -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827884 8A 160V -phoenix_contact connector MC_01x04_GF_3.81mm -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_4-GF-3.81_1x04_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-3.81; number of pins: 04; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827884 8A 160V -phoenix_contact connector MC_01x04_GF_3.81mm_MH -0 -4 -4 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-G-3.5_1x05_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.5; number of pins: 05; pin pitch: 3.50mm; Angled || order number: 1844249 8A 160V -phoenix_contact connector MC_01x05_G_3.5mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-G-3.81_1x05_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/5-G-3.81; number of pins: 05; pin pitch: 3.81mm; Angled || order number: 1803303 8A 160V -phoenix_contact connector MC_01x05_G_3.81mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843826 8A 160V -phoenix_contact connector MC_01x05_GF_3.5mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-GF-3.5_1x05_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.5; number of pins: 05; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843826 8A 160V -phoenix_contact connector MC_01x05_GF_3.5mm_MH -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827897 8A 160V -phoenix_contact connector MC_01x05_GF_3.81mm -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_5-GF-3.81_1x05_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-3.81; number of pins: 05; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827897 8A 160V -phoenix_contact connector MC_01x05_GF_3.81mm_MH -0 -5 -5 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-G-3.5_1x06_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.5; number of pins: 06; pin pitch: 3.50mm; Angled || order number: 1844252 8A 160V -phoenix_contact connector MC_01x06_G_3.5mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-G-3.81_1x06_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/6-G-3.81; number of pins: 06; pin pitch: 3.81mm; Angled || order number: 1803316 8A 160V -phoenix_contact connector MC_01x06_G_3.81mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843839 8A 160V -phoenix_contact connector MC_01x06_GF_3.5mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-GF-3.5_1x06_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.5; number of pins: 06; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843839 8A 160V -phoenix_contact connector MC_01x06_GF_3.5mm_MH -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827907 8A 160V -phoenix_contact connector MC_01x06_GF_3.81mm -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_6-GF-3.81_1x06_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-3.81; number of pins: 06; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827907 8A 160V -phoenix_contact connector MC_01x06_GF_3.81mm_MH -0 -6 -6 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-G-3.5_1x07_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.5; number of pins: 07; pin pitch: 3.50mm; Angled || order number: 1844265 8A 160V -phoenix_contact connector MC_01x07_G_3.5mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-G-3.81_1x07_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/7-G-3.81; number of pins: 07; pin pitch: 3.81mm; Angled || order number: 1803329 8A 160V -phoenix_contact connector MC_01x07_G_3.81mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843842 8A 160V -phoenix_contact connector MC_01x07_GF_3.5mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-GF-3.5_1x07_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.5; number of pins: 07; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843842 8A 160V -phoenix_contact connector MC_01x07_GF_3.5mm_MH -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827910 8A 160V -phoenix_contact connector MC_01x07_GF_3.81mm -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_7-GF-3.81_1x07_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-3.81; number of pins: 07; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827910 8A 160V -phoenix_contact connector MC_01x07_GF_3.81mm_MH -0 -7 -7 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-G-3.5_1x08_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.5; number of pins: 08; pin pitch: 3.50mm; Angled || order number: 1844278 8A 160V -phoenix_contact connector MC_01x08_G_3.5mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-G-3.81_1x08_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/8-G-3.81; number of pins: 08; pin pitch: 3.81mm; Angled || order number: 1803332 8A 160V -phoenix_contact connector MC_01x08_G_3.81mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843855 8A 160V -phoenix_contact connector MC_01x08_GF_3.5mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-GF-3.5_1x08_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.5; number of pins: 08; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843855 8A 160V -phoenix_contact connector MC_01x08_GF_3.5mm_MH -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827923 8A 160V -phoenix_contact connector MC_01x08_GF_3.81mm -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_8-GF-3.81_1x08_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-3.81; number of pins: 08; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827923 8A 160V -phoenix_contact connector MC_01x08_GF_3.81mm_MH -0 -8 -8 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-G-3.5_1x09_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.5; number of pins: 09; pin pitch: 3.50mm; Angled || order number: 1844281 8A 160V -phoenix_contact connector MC_01x09_G_3.5mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-G-3.81_1x09_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/9-G-3.81; number of pins: 09; pin pitch: 3.81mm; Angled || order number: 1803345 8A 160V -phoenix_contact connector MC_01x09_G_3.81mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843868 8A 160V -phoenix_contact connector MC_01x09_GF_3.5mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-GF-3.5_1x09_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.5; number of pins: 09; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843868 8A 160V -phoenix_contact connector MC_01x09_GF_3.5mm_MH -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827936 8A 160V -phoenix_contact connector MC_01x09_GF_3.81mm -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_9-GF-3.81_1x09_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-3.81; number of pins: 09; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827936 8A 160V -phoenix_contact connector MC_01x09_GF_3.81mm_MH -0 -9 -9 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-G-3.5_1x10_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.5; number of pins: 10; pin pitch: 3.50mm; Angled || order number: 1844294 8A 160V -phoenix_contact connector MC_01x10_G_3.5mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-G-3.81_1x10_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/10-G-3.81; number of pins: 10; pin pitch: 3.81mm; Angled || order number: 1803358 8A 160V -phoenix_contact connector MC_01x10_G_3.81mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843871 8A 160V -phoenix_contact connector MC_01x10_GF_3.5mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-GF-3.5_1x10_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.5; number of pins: 10; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843871 8A 160V -phoenix_contact connector MC_01x10_GF_3.5mm_MH -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827949 8A 160V -phoenix_contact connector MC_01x10_GF_3.81mm -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_10-GF-3.81_1x10_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-3.81; number of pins: 10; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827949 8A 160V -phoenix_contact connector MC_01x10_GF_3.81mm_MH -0 -10 -10 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-G-3.5_1x11_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.5; number of pins: 11; pin pitch: 3.50mm; Angled || order number: 1844304 8A 160V -phoenix_contact connector MC_01x11_G_3.5mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-G-3.81_1x11_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/11-G-3.81; number of pins: 11; pin pitch: 3.81mm; Angled || order number: 1803361 8A 160V -phoenix_contact connector MC_01x11_G_3.81mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843884 8A 160V -phoenix_contact connector MC_01x11_GF_3.5mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-GF-3.5_1x11_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.5; number of pins: 11; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843884 8A 160V -phoenix_contact connector MC_01x11_GF_3.5mm_MH -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827952 8A 160V -phoenix_contact connector MC_01x11_GF_3.81mm -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_11-GF-3.81_1x11_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-3.81; number of pins: 11; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827952 8A 160V -phoenix_contact connector MC_01x11_GF_3.81mm_MH -0 -11 -11 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-G-3.5_1x12_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.5; number of pins: 12; pin pitch: 3.50mm; Angled || order number: 1844317 8A 160V -phoenix_contact connector MC_01x12_G_3.5mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-G-3.81_1x12_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/12-G-3.81; number of pins: 12; pin pitch: 3.81mm; Angled || order number: 1803374 8A 160V -phoenix_contact connector MC_01x12_G_3.81mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843897 8A 160V -phoenix_contact connector MC_01x12_GF_3.5mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-GF-3.5_1x12_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.5; number of pins: 12; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843897 8A 160V -phoenix_contact connector MC_01x12_GF_3.5mm_MH -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827965 8A 160V -phoenix_contact connector MC_01x12_GF_3.81mm -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_12-GF-3.81_1x12_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-3.81; number of pins: 12; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827965 8A 160V -phoenix_contact connector MC_01x12_GF_3.81mm_MH -0 -12 -12 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-G-3.5_1x13_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.5; number of pins: 13; pin pitch: 3.50mm; Angled || order number: 1844320 8A 160V -phoenix_contact connector MC_01x13_G_3.5mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-G-3.81_1x13_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/13-G-3.81; number of pins: 13; pin pitch: 3.81mm; Angled || order number: 1803387 8A 160V -phoenix_contact connector MC_01x13_G_3.81mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843907 8A 160V -phoenix_contact connector MC_01x13_GF_3.5mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-GF-3.5_1x13_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.5; number of pins: 13; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843907 8A 160V -phoenix_contact connector MC_01x13_GF_3.5mm_MH -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827978 8A 160V -phoenix_contact connector MC_01x13_GF_3.81mm -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_13-GF-3.81_1x13_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/13-GF-3.81; number of pins: 13; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827978 8A 160V -phoenix_contact connector MC_01x13_GF_3.81mm_MH -0 -13 -13 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-G-3.5_1x14_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.5; number of pins: 14; pin pitch: 3.50mm; Angled || order number: 1844333 8A 160V -phoenix_contact connector MC_01x14_G_3.5mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-G-3.81_1x14_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/14-G-3.81; number of pins: 14; pin pitch: 3.81mm; Angled || order number: 1803390 8A 160V -phoenix_contact connector MC_01x14_G_3.81mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843910 8A 160V -phoenix_contact connector MC_01x14_GF_3.5mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-GF-3.5_1x14_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.5; number of pins: 14; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843910 8A 160V -phoenix_contact connector MC_01x14_GF_3.5mm_MH -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827981 8A 160V -phoenix_contact connector MC_01x14_GF_3.81mm -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_14-GF-3.81_1x14_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/14-GF-3.81; number of pins: 14; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827981 8A 160V -phoenix_contact connector MC_01x14_GF_3.81mm_MH -0 -14 -14 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-G-3.5_1x15_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.5; number of pins: 15; pin pitch: 3.50mm; Angled || order number: 1844346 8A 160V -phoenix_contact connector MC_01x15_G_3.5mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-G-3.81_1x15_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/15-G-3.81; number of pins: 15; pin pitch: 3.81mm; Angled || order number: 1803400 8A 160V -phoenix_contact connector MC_01x15_G_3.81mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843923 8A 160V -phoenix_contact connector MC_01x15_GF_3.5mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-GF-3.5_1x15_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.5; number of pins: 15; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843923 8A 160V -phoenix_contact connector MC_01x15_GF_3.5mm_MH -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange || order number: 1827994 8A 160V -phoenix_contact connector MC_01x15_GF_3.81mm -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_15-GF-3.81_1x15_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/15-GF-3.81; number of pins: 15; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1827994 8A 160V -phoenix_contact connector MC_01x15_GF_3.81mm_MH -0 -15 -15 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-G-3.5_1x16_P3.50mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.5; number of pins: 16; pin pitch: 3.50mm; Angled || order number: 1844359 8A 160V -phoenix_contact connector MC_01x16_G_3.5mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-G-3.81_1x16_P3.81mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/16-G-3.81; number of pins: 16; pin pitch: 3.81mm; Angled || order number: 1803413 8A 160V -phoenix_contact connector MC_01x16_G_3.81mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange || order number: 1843936 8A 160V -phoenix_contact connector MC_01x16_GF_3.5mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-GF-3.5_1x16_P3.50mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.5; number of pins: 16; pin pitch: 3.50mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1843936 8A 160V -phoenix_contact connector MC_01x16_GF_3.5mm_MH -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange || order number: 1828003 8A 160V -phoenix_contact connector MC_01x16_GF_3.81mm -0 -16 -16 -Connector_Phoenix_MC -PhoenixContact_MC_1,5_16-GF-3.81_1x16_P3.81mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/16-GF-3.81; number of pins: 16; pin pitch: 3.81mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1828003 8A 160V -phoenix_contact connector MC_01x16_GF_3.81mm_MH -0 -16 -16 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_2-G-5.08_1x02_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1836299 8A 320V -phoenix_contact connector MCV_01x02_G_5.08mm -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847615 8A 320V -phoenix_contact connector MCV_01x02_GF_5.08mm -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_2-GF-5.08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847615 8A 320V -phoenix_contact connector MCV_01x02_GF_5.08mm_MH -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_3-G-5.08_1x03_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1836309 8A 320V -phoenix_contact connector MCV_01x03_G_5.08mm -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847628 8A 320V -phoenix_contact connector MCV_01x03_GF_5.08mm -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_3-GF-5.08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847628 8A 320V -phoenix_contact connector MCV_01x03_GF_5.08mm_MH -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_4-G-5.08_1x04_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1836312 8A 320V -phoenix_contact connector MCV_01x04_G_5.08mm -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847631 8A 320V -phoenix_contact connector MCV_01x04_GF_5.08mm -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_4-GF-5.08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847631 8A 320V -phoenix_contact connector MCV_01x04_GF_5.08mm_MH -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_5-G-5.08_1x05_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1836325 8A 320V -phoenix_contact connector MCV_01x05_G_5.08mm -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847644 8A 320V -phoenix_contact connector MCV_01x05_GF_5.08mm -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_5-GF-5.08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847644 8A 320V -phoenix_contact connector MCV_01x05_GF_5.08mm_MH -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_6-G-5.08_1x06_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1836338 8A 320V -phoenix_contact connector MCV_01x06_G_5.08mm -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847657 8A 320V -phoenix_contact connector MCV_01x06_GF_5.08mm -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_6-GF-5.08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847657 8A 320V -phoenix_contact connector MCV_01x06_GF_5.08mm_MH -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_7-G-5.08_1x07_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1836341 8A 320V -phoenix_contact connector MCV_01x07_G_5.08mm -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847660 8A 320V -phoenix_contact connector MCV_01x07_GF_5.08mm -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_7-GF-5.08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847660 8A 320V -phoenix_contact connector MCV_01x07_GF_5.08mm_MH -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_8-G-5.08_1x08_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1836354 8A 320V -phoenix_contact connector MCV_01x08_G_5.08mm -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847673 8A 320V -phoenix_contact connector MCV_01x08_GF_5.08mm -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_8-GF-5.08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847673 8A 320V -phoenix_contact connector MCV_01x08_GF_5.08mm_MH -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_9-G-5.08_1x09_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1836367 8A 320V -phoenix_contact connector MCV_01x09_G_5.08mm -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847686 8A 320V -phoenix_contact connector MCV_01x09_GF_5.08mm -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_9-GF-5.08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847686 8A 320V -phoenix_contact connector MCV_01x09_GF_5.08mm_MH -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_10-G-5.08_1x10_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1836370 8A 320V -phoenix_contact connector MCV_01x10_G_5.08mm -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847699 8A 320V -phoenix_contact connector MCV_01x10_GF_5.08mm -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_10-GF-5.08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847699 8A 320V -phoenix_contact connector MCV_01x10_GF_5.08mm_MH -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_11-G-5.08_1x11_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1836383 8A 320V -phoenix_contact connector MCV_01x11_G_5.08mm -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847709 8A 320V -phoenix_contact connector MCV_01x11_GF_5.08mm -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_11-GF-5.08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847709 8A 320V -phoenix_contact connector MCV_01x11_GF_5.08mm_MH -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_12-G-5.08_1x12_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MCV_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1836396 8A 320V -phoenix_contact connector MCV_01x12_G_5.08mm -0 -12 -12 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1847712 8A 320V -phoenix_contact connector MCV_01x12_GF_5.08mm -0 -12 -12 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MCV_1,5_12-GF-5.08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MCV_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847712 8A 320V -phoenix_contact connector MCV_01x12_GF_5.08mm_MH -0 -12 -12 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_2-G-5.08_1x02_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/2-G-5.08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1836189 8A 320V -phoenix_contact connector MC_01x02_G_5.08mm -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847466 8A 320V -phoenix_contact connector MC_01x02_GF_5.08mm -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_2-GF-5.08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/2-GF-5.08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847466 8A 320V -phoenix_contact connector MC_01x02_GF_5.08mm_MH -0 -2 -2 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_3-G-5.08_1x03_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/3-G-5.08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1836192 8A 320V -phoenix_contact connector MC_01x03_G_5.08mm -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847479 8A 320V -phoenix_contact connector MC_01x03_GF_5.08mm -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_3-GF-5.08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/3-GF-5.08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847479 8A 320V -phoenix_contact connector MC_01x03_GF_5.08mm_MH -0 -3 -3 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_4-G-5.08_1x04_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/4-G-5.08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1836202 8A 320V -phoenix_contact connector MC_01x04_G_5.08mm -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847482 8A 320V -phoenix_contact connector MC_01x04_GF_5.08mm -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_4-GF-5.08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/4-GF-5.08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847482 8A 320V -phoenix_contact connector MC_01x04_GF_5.08mm_MH -0 -4 -4 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_5-G-5.08_1x05_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/5-G-5.08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1836215 8A 320V -phoenix_contact connector MC_01x05_G_5.08mm -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847495 8A 320V -phoenix_contact connector MC_01x05_GF_5.08mm -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_5-GF-5.08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/5-GF-5.08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847495 8A 320V -phoenix_contact connector MC_01x05_GF_5.08mm_MH -0 -5 -5 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_6-G-5.08_1x06_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/6-G-5.08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1836228 8A 320V -phoenix_contact connector MC_01x06_G_5.08mm -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847505 8A 320V -phoenix_contact connector MC_01x06_GF_5.08mm -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_6-GF-5.08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/6-GF-5.08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847505 8A 320V -phoenix_contact connector MC_01x06_GF_5.08mm_MH -0 -6 -6 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_7-G-5.08_1x07_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/7-G-5.08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1836231 8A 320V -phoenix_contact connector MC_01x07_G_5.08mm -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847518 8A 320V -phoenix_contact connector MC_01x07_GF_5.08mm -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_7-GF-5.08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/7-GF-5.08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847518 8A 320V -phoenix_contact connector MC_01x07_GF_5.08mm_MH -0 -7 -7 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_8-G-5.08_1x08_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/8-G-5.08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1836244 8A 320V -phoenix_contact connector MC_01x08_G_5.08mm -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847521 8A 320V -phoenix_contact connector MC_01x08_GF_5.08mm -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_8-GF-5.08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/8-GF-5.08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847521 8A 320V -phoenix_contact connector MC_01x08_GF_5.08mm_MH -0 -8 -8 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_9-G-5.08_1x09_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/9-G-5.08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1836257 8A 320V -phoenix_contact connector MC_01x09_G_5.08mm -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847534 8A 320V -phoenix_contact connector MC_01x09_GF_5.08mm -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_9-GF-5.08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/9-GF-5.08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847534 8A 320V -phoenix_contact connector MC_01x09_GF_5.08mm_MH -0 -9 -9 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_10-G-5.08_1x10_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/10-G-5.08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1836260 8A 320V -phoenix_contact connector MC_01x10_G_5.08mm -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847547 8A 320V -phoenix_contact connector MC_01x10_GF_5.08mm -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_10-GF-5.08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/10-GF-5.08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847547 8A 320V -phoenix_contact connector MC_01x10_GF_5.08mm_MH -0 -10 -10 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_11-G-5.08_1x11_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/11-G-5.08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1836273 8A 320V -phoenix_contact connector MC_01x11_G_5.08mm -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847550 8A 320V -phoenix_contact connector MC_01x11_GF_5.08mm -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_11-GF-5.08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/11-GF-5.08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847550 8A 320V -phoenix_contact connector MC_01x11_GF_5.08mm_MH -0 -11 -11 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_12-G-5.08_1x12_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MC_1,5/12-G-5.08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1836286 8A 320V -phoenix_contact connector MC_01x12_G_5.08mm -0 -12 -12 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1847563 8A 320V -phoenix_contact connector MC_01x12_GF_5.08mm -0 -12 -12 -Connector_Phoenix_MC_HighVoltage -PhoenixContact_MC_1,5_12-GF-5.08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MC_1,5/12-GF-5.08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x4.5 C or ISO 7049-ST 2.2x4.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1847563 8A 320V -phoenix_contact connector MC_01x12_GF_5.08mm_MH -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_2-G-5,08_1x02_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Angled || order number: 1757242 12A || order number: 1923869 16A (HC) -phoenix_contact connector MSTBA_01x02_G_5.08mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_2-G_1x02_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Angled || order number: 1757475 12A || order number: 1923759 16A (HC) -phoenix_contact connector MSTBA_01x02_G_5.00mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_3-G-5,08_1x03_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Angled || order number: 1757255 12A || order number: 1923872 16A (HC) -phoenix_contact connector MSTBA_01x03_G_5.08mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_3-G_1x03_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Angled || order number: 1757488 12A || order number: 1923762 16A (HC) -phoenix_contact connector MSTBA_01x03_G_5.00mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_4-G-5,08_1x04_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Angled || order number: 1757268 12A || order number: 1923885 16A (HC) -phoenix_contact connector MSTBA_01x04_G_5.08mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_4-G_1x04_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Angled || order number: 1757491 12A || order number: 1923775 16A (HC) -phoenix_contact connector MSTBA_01x04_G_5.00mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_5-G-5,08_1x05_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Angled || order number: 1757271 12A || order number: 1923898 16A (HC) -phoenix_contact connector MSTBA_01x05_G_5.08mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_5-G_1x05_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Angled || order number: 1757501 12A || order number: 1923788 16A (HC) -phoenix_contact connector MSTBA_01x05_G_5.00mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_6-G-5,08_1x06_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Angled || order number: 1757284 12A || order number: 1923908 16A (HC) -phoenix_contact connector MSTBA_01x06_G_5.08mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_6-G_1x06_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Angled || order number: 1757514 12A || order number: 1923791 16A (HC) -phoenix_contact connector MSTBA_01x06_G_5.00mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_7-G-5,08_1x07_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Angled || order number: 1757297 12A || order number: 1923911 16A (HC) -phoenix_contact connector MSTBA_01x07_G_5.08mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_7-G_1x07_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Angled || order number: 1757493 12A || order number: 1923801 16A (HC) -phoenix_contact connector MSTBA_01x07_G_5.00mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_8-G-5,08_1x08_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Angled || order number: 1757307 12A || order number: 1923924 16A (HC) -phoenix_contact connector MSTBA_01x08_G_5.08mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_8-G_1x08_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Angled || order number: 1757527 12A || order number: 1923814 16A (HC) -phoenix_contact connector MSTBA_01x08_G_5.00mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_9-G-5,08_1x09_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Angled || order number: 1757310 12A || order number: 1923937 16A (HC) -phoenix_contact connector MSTBA_01x09_G_5.08mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_9-G_1x09_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Angled || order number: 1757530 12A || order number: 1923827 16A (HC) -phoenix_contact connector MSTBA_01x09_G_5.00mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_10-G-5,08_1x10_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Angled || order number: 1757323 12A || order number: 1923940 16A (HC) -phoenix_contact connector MSTBA_01x10_G_5.08mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_10-G_1x10_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Angled || order number: 1757543 12A || order number: 1923830 16A (HC) -phoenix_contact connector MSTBA_01x10_G_5.00mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_11-G-5,08_1x11_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Angled || order number: 1757336 12A || order number: 1923953 16A (HC) -phoenix_contact connector MSTBA_01x11_G_5.08mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_11-G_1x11_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Angled || order number: 1757556 12A || order number: 1923843 16A (HC) -phoenix_contact connector MSTBA_01x11_G_5.00mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_12-G-5,08_1x12_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Angled || order number: 1757349 12A || order number: 1923966 16A (HC) -phoenix_contact connector MSTBA_01x12_G_5.08mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_12-G_1x12_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Angled || order number: 1757569 12A || order number: 1923856 16A (HC) -phoenix_contact connector MSTBA_01x12_G_5.00mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_13-G-5,08_1x13_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Angled || order number: 1757352 12A -phoenix_contact connector MSTBA_01x13_G_5.08mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_13-G_1x13_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Angled || order number: 1757572 12A -phoenix_contact connector MSTBA_01x13_G_5.00mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_14-G-5,08_1x14_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Angled || order number: 1757365 12A -phoenix_contact connector MSTBA_01x14_G_5.08mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_14-G_1x14_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Angled || order number: 1757585 12A -phoenix_contact connector MSTBA_01x14_G_5.00mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_15-G-5,08_1x15_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Angled || order number: 1757378 12A -phoenix_contact connector MSTBA_01x15_G_5.08mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_15-G_1x15_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Angled || order number: 1757598 12A -phoenix_contact connector MSTBA_01x15_G_5.00mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_16-G-5,08_1x16_P5.08mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Angled || order number: 1757381 12A -phoenix_contact connector MSTBA_01x16_G_5.08mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBA_2,5_16-G_1x16_P5.00mm_Horizontal -Generic Phoenix Contact connector footprint for: MSTBA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Angled || order number: 1757608 12A -phoenix_contact connector MSTBA_01x16_G_5.00mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_2-G-5,08_1x02_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical || order number: 1755736 12A || order number: 1924305 16A (HC) -phoenix_contact connector MSTBVA_01x02_G_5.08mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_2-G_1x02_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/2-G; number of pins: 02; pin pitch: 5.00mm; Vertical || order number: 1755516 12A || order number: 1924198 16A (HC) -phoenix_contact connector MSTBVA_01x02_G_5.00mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_3-G-5,08_1x03_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical || order number: 1755749 12A || order number: 1924318 16A (HC) -phoenix_contact connector MSTBVA_01x03_G_5.08mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_3-G_1x03_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/3-G; number of pins: 03; pin pitch: 5.00mm; Vertical || order number: 1755529 12A || order number: 1924208 16A (HC) -phoenix_contact connector MSTBVA_01x03_G_5.00mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_4-G-5,08_1x04_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical || order number: 1755752 12A || order number: 1924321 16A (HC) -phoenix_contact connector MSTBVA_01x04_G_5.08mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_4-G_1x04_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/4-G; number of pins: 04; pin pitch: 5.00mm; Vertical || order number: 1755532 12A || order number: 1924211 16A (HC) -phoenix_contact connector MSTBVA_01x04_G_5.00mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_5-G-5,08_1x05_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical || order number: 1755765 12A || order number: 1924334 16A (HC) -phoenix_contact connector MSTBVA_01x05_G_5.08mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_5-G_1x05_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/5-G; number of pins: 05; pin pitch: 5.00mm; Vertical || order number: 1755545 12A || order number: 1924224 16A (HC) -phoenix_contact connector MSTBVA_01x05_G_5.00mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_6-G-5,08_1x06_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical || order number: 1755778 12A || order number: 1924347 16A (HC) -phoenix_contact connector MSTBVA_01x06_G_5.08mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_6-G_1x06_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/6-G; number of pins: 06; pin pitch: 5.00mm; Vertical || order number: 1755558 12A || order number: 1924237 16A (HC) -phoenix_contact connector MSTBVA_01x06_G_5.00mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_7-G-5,08_1x07_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical || order number: 1755781 12A || order number: 1924350 16A (HC) -phoenix_contact connector MSTBVA_01x07_G_5.08mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_7-G_1x07_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/7-G; number of pins: 07; pin pitch: 5.00mm; Vertical || order number: 1755561 12A || order number: 1924240 16A (HC) -phoenix_contact connector MSTBVA_01x07_G_5.00mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_8-G-5,08_1x08_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical || order number: 1755794 12A || order number: 1924363 16A (HC) -phoenix_contact connector MSTBVA_01x08_G_5.08mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_8-G_1x08_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/8-G; number of pins: 08; pin pitch: 5.00mm; Vertical || order number: 1755574 12A || order number: 1924253 16A (HC) -phoenix_contact connector MSTBVA_01x08_G_5.00mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_9-G-5,08_1x09_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical || order number: 1755804 12A || order number: 1924376 16A (HC) -phoenix_contact connector MSTBVA_01x09_G_5.08mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_9-G_1x09_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/9-G; number of pins: 09; pin pitch: 5.00mm; Vertical || order number: 1755587 12A || order number: 1924266 16A (HC) -phoenix_contact connector MSTBVA_01x09_G_5.00mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_10-G-5,08_1x10_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical || order number: 1755817 12A || order number: 1924389 16A (HC) -phoenix_contact connector MSTBVA_01x10_G_5.08mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_10-G_1x10_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/10-G; number of pins: 10; pin pitch: 5.00mm; Vertical || order number: 1755503 12A || order number: 1924279 16A (HC) -phoenix_contact connector MSTBVA_01x10_G_5.00mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_11-G-5,08_1x11_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical || order number: 1755820 12A || order number: 1924392 16A (HC) -phoenix_contact connector MSTBVA_01x11_G_5.08mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_11-G_1x11_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/11-G; number of pins: 11; pin pitch: 5.00mm; Vertical || order number: 1755590 12A || order number: 1924282 16A (HC) -phoenix_contact connector MSTBVA_01x11_G_5.00mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_12-G-5,08_1x12_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical || order number: 1755833 12A || order number: 1924402 16A (HC) -phoenix_contact connector MSTBVA_01x12_G_5.08mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_12-G_1x12_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/12-G; number of pins: 12; pin pitch: 5.00mm; Vertical || order number: 1755600 12A || order number: 1924295 16A (HC) -phoenix_contact connector MSTBVA_01x12_G_5.00mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_13-G-5,08_1x13_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical || order number: 1755846 12A -phoenix_contact connector MSTBVA_01x13_G_5.08mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_13-G_1x13_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/13-G; number of pins: 13; pin pitch: 5.00mm; Vertical || order number: 1755613 12A -phoenix_contact connector MSTBVA_01x13_G_5.00mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_14-G-5,08_1x14_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical || order number: 1755859 12A -phoenix_contact connector MSTBVA_01x14_G_5.08mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_14-G_1x14_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/14-G; number of pins: 14; pin pitch: 5.00mm; Vertical || order number: 1755626 12A -phoenix_contact connector MSTBVA_01x14_G_5.00mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_15-G-5,08_1x15_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical || order number: 1755862 12A -phoenix_contact connector MSTBVA_01x15_G_5.08mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_15-G_1x15_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/15-G; number of pins: 15; pin pitch: 5.00mm; Vertical || order number: 1755639 12A -phoenix_contact connector MSTBVA_01x15_G_5.00mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_16-G-5,08_1x16_P5.08mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical || order number: 1755875 12A -phoenix_contact connector MSTBVA_01x16_G_5.08mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBVA_2,5_16-G_1x16_P5.00mm_Vertical -Generic Phoenix Contact connector footprint for: MSTBVA_2,5/16-G; number of pins: 16; pin pitch: 5.00mm; Vertical || order number: 1755642 12A -phoenix_contact connector MSTBVA_01x16_G_5.00mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777073 12A || order number: 1924525 16A (HC) -phoenix_contact connector MSTBV_01x02_GF_5.08mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_2-GF-5,08_1x02_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777073 12A || order number: 1924525 16A (HC) -phoenix_contact connector MSTBV_01x02_GF_5.08mm_MH -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776883 12A || order number: 1924415 16A (HC) -phoenix_contact connector MSTBV_01x02_GF_5.00mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_2-GF_1x02_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776883 12A || order number: 1924415 16A (HC) -phoenix_contact connector MSTBV_01x02_GF_5.00mm_MH -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777086 12A || order number: 1924538 16A (HC) -phoenix_contact connector MSTBV_01x03_GF_5.08mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_3-GF-5,08_1x03_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777086 12A || order number: 1924538 16A (HC) -phoenix_contact connector MSTBV_01x03_GF_5.08mm_MH -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776896 12A || order number: 1924428 16A (HC) -phoenix_contact connector MSTBV_01x03_GF_5.00mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_3-GF_1x03_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776896 12A || order number: 1924428 16A (HC) -phoenix_contact connector MSTBV_01x03_GF_5.00mm_MH -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777099 12A || order number: 1924541 16A (HC) -phoenix_contact connector MSTBV_01x04_GF_5.08mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_4-GF-5,08_1x04_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777099 12A || order number: 1924541 16A (HC) -phoenix_contact connector MSTBV_01x04_GF_5.08mm_MH -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776906 12A || order number: 1924431 16A (HC) -phoenix_contact connector MSTBV_01x04_GF_5.00mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_4-GF_1x04_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776906 12A || order number: 1924431 16A (HC) -phoenix_contact connector MSTBV_01x04_GF_5.00mm_MH -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777109 12A || order number: 1924554 16A (HC) -phoenix_contact connector MSTBV_01x05_GF_5.08mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_5-GF-5,08_1x05_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777109 12A || order number: 1924554 16A (HC) -phoenix_contact connector MSTBV_01x05_GF_5.08mm_MH -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776919 12A || order number: 1924444 16A (HC) -phoenix_contact connector MSTBV_01x05_GF_5.00mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_5-GF_1x05_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776919 12A || order number: 1924444 16A (HC) -phoenix_contact connector MSTBV_01x05_GF_5.00mm_MH -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777112 12A || order number: 1924567 16A (HC) -phoenix_contact connector MSTBV_01x06_GF_5.08mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_6-GF-5,08_1x06_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777112 12A || order number: 1924567 16A (HC) -phoenix_contact connector MSTBV_01x06_GF_5.08mm_MH -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776922 12A || order number: 1924457 16A (HC) -phoenix_contact connector MSTBV_01x06_GF_5.00mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_6-GF_1x06_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776922 12A || order number: 1924457 16A (HC) -phoenix_contact connector MSTBV_01x06_GF_5.00mm_MH -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777125 12A || order number: 1924570 16A (HC) -phoenix_contact connector MSTBV_01x07_GF_5.08mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_7-GF-5,08_1x07_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777125 12A || order number: 1924570 16A (HC) -phoenix_contact connector MSTBV_01x07_GF_5.08mm_MH -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776935 12A || order number: 1924460 16A (HC) -phoenix_contact connector MSTBV_01x07_GF_5.00mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_7-GF_1x07_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776935 12A || order number: 1924460 16A (HC) -phoenix_contact connector MSTBV_01x07_GF_5.00mm_MH -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777138 12A || order number: 1924583 16A (HC) -phoenix_contact connector MSTBV_01x08_GF_5.08mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_8-GF-5,08_1x08_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777138 12A || order number: 1924583 16A (HC) -phoenix_contact connector MSTBV_01x08_GF_5.08mm_MH -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776948 12A || order number: 1924473 16A (HC) -phoenix_contact connector MSTBV_01x08_GF_5.00mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_8-GF_1x08_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776948 12A || order number: 1924473 16A (HC) -phoenix_contact connector MSTBV_01x08_GF_5.00mm_MH -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777141 12A || order number: 1924596 16A (HC) -phoenix_contact connector MSTBV_01x09_GF_5.08mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_9-GF-5,08_1x09_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777141 12A || order number: 1924596 16A (HC) -phoenix_contact connector MSTBV_01x09_GF_5.08mm_MH -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776951 12A || order number: 1924486 16A (HC) -phoenix_contact connector MSTBV_01x09_GF_5.00mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_9-GF_1x09_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776951 12A || order number: 1924486 16A (HC) -phoenix_contact connector MSTBV_01x09_GF_5.00mm_MH -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777154 12A || order number: 1924606 16A (HC) -phoenix_contact connector MSTBV_01x10_GF_5.08mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_10-GF-5,08_1x10_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777154 12A || order number: 1924606 16A (HC) -phoenix_contact connector MSTBV_01x10_GF_5.08mm_MH -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776964 12A || order number: 1924499 16A (HC) -phoenix_contact connector MSTBV_01x10_GF_5.00mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_10-GF_1x10_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776964 12A || order number: 1924499 16A (HC) -phoenix_contact connector MSTBV_01x10_GF_5.00mm_MH -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777167 12A || order number: 1924619 16A (HC) -phoenix_contact connector MSTBV_01x11_GF_5.08mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_11-GF-5,08_1x11_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777167 12A || order number: 1924619 16A (HC) -phoenix_contact connector MSTBV_01x11_GF_5.08mm_MH -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776977 12A || order number: 1924509 16A (HC) -phoenix_contact connector MSTBV_01x11_GF_5.00mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_11-GF_1x11_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776977 12A || order number: 1924509 16A (HC) -phoenix_contact connector MSTBV_01x11_GF_5.00mm_MH -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777170 12A || order number: 1924622 16A (HC) -phoenix_contact connector MSTBV_01x12_GF_5.08mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_12-GF-5,08_1x12_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777170 12A || order number: 1924622 16A (HC) -phoenix_contact connector MSTBV_01x12_GF_5.08mm_MH -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776980 12A || order number: 1924512 16A (HC) -phoenix_contact connector MSTBV_01x12_GF_5.00mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_12-GF_1x12_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776980 12A || order number: 1924512 16A (HC) -phoenix_contact connector MSTBV_01x12_GF_5.00mm_MH -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777183 12A -phoenix_contact connector MSTBV_01x13_GF_5.08mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_13-GF-5,08_1x13_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777183 12A -phoenix_contact connector MSTBV_01x13_GF_5.08mm_MH -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776993 12A -phoenix_contact connector MSTBV_01x13_GF_5.00mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_13-GF_1x13_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776993 12A -phoenix_contact connector MSTBV_01x13_GF_5.00mm_MH -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777196 12A -phoenix_contact connector MSTBV_01x14_GF_5.08mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_14-GF-5,08_1x14_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777196 12A -phoenix_contact connector MSTBV_01x14_GF_5.08mm_MH -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776002 12A -phoenix_contact connector MSTBV_01x14_GF_5.00mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_14-GF_1x14_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776002 12A -phoenix_contact connector MSTBV_01x14_GF_5.00mm_MH -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777206 12A -phoenix_contact connector MSTBV_01x15_GF_5.08mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_15-GF-5,08_1x15_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777206 12A -phoenix_contact connector MSTBV_01x15_GF_5.08mm_MH -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776015 12A -phoenix_contact connector MSTBV_01x15_GF_5.00mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_15-GF_1x15_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776015 12A -phoenix_contact connector MSTBV_01x15_GF_5.00mm_MH -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange || order number: 1777219 12A -phoenix_contact connector MSTBV_01x16_GF_5.08mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_16-GF-5,08_1x16_P5.08mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1777219 12A -phoenix_contact connector MSTBV_01x16_GF_5.08mm_MH -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange || order number: 1776028 12A -phoenix_contact connector MSTBV_01x16_GF_5.00mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTBV_2,5_16-GF_1x16_P5.00mm_Vertical_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTBV_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Vertical; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776028 12A -phoenix_contact connector MSTBV_01x16_GF_5.00mm_MH -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776508 12A || order number: 1924088 16A (HC) -phoenix_contact connector MSTB_01x02_GF_5.08mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_2-GF-5,08_1x02_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF-5,08; number of pins: 02; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776508 12A || order number: 1924088 16A (HC) -phoenix_contact connector MSTB_01x02_GF_5.08mm_MH -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776692 12A || order number: 1923979 16A (HC) -phoenix_contact connector MSTB_01x02_GF_5.00mm -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_2-GF_1x02_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/2-GF; number of pins: 02; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776692 12A || order number: 1923979 16A (HC) -phoenix_contact connector MSTB_01x02_GF_5.00mm_MH -0 -2 -2 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776511 12A || order number: 1924091 16A (HC) -phoenix_contact connector MSTB_01x03_GF_5.08mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_3-GF-5,08_1x03_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF-5,08; number of pins: 03; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776511 12A || order number: 1924091 16A (HC) -phoenix_contact connector MSTB_01x03_GF_5.08mm_MH -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776702 12A || order number: 1923982 16A (HC) -phoenix_contact connector MSTB_01x03_GF_5.00mm -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_3-GF_1x03_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/3-GF; number of pins: 03; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776702 12A || order number: 1923982 16A (HC) -phoenix_contact connector MSTB_01x03_GF_5.00mm_MH -0 -3 -3 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776524 12A || order number: 1924101 16A (HC) -phoenix_contact connector MSTB_01x04_GF_5.08mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_4-GF-5,08_1x04_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF-5,08; number of pins: 04; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776524 12A || order number: 1924101 16A (HC) -phoenix_contact connector MSTB_01x04_GF_5.08mm_MH -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776715 12A || order number: 1923995 16A (HC) -phoenix_contact connector MSTB_01x04_GF_5.00mm -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_4-GF_1x04_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/4-GF; number of pins: 04; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776715 12A || order number: 1923995 16A (HC) -phoenix_contact connector MSTB_01x04_GF_5.00mm_MH -0 -4 -4 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776537 12A || order number: 1924114 16A (HC) -phoenix_contact connector MSTB_01x05_GF_5.08mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_5-GF-5,08_1x05_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF-5,08; number of pins: 05; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776537 12A || order number: 1924114 16A (HC) -phoenix_contact connector MSTB_01x05_GF_5.08mm_MH -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776728 12A || order number: 1924004 16A (HC) -phoenix_contact connector MSTB_01x05_GF_5.00mm -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_5-GF_1x05_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/5-GF; number of pins: 05; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776728 12A || order number: 1924004 16A (HC) -phoenix_contact connector MSTB_01x05_GF_5.00mm_MH -0 -5 -5 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776540 12A || order number: 1924127 16A (HC) -phoenix_contact connector MSTB_01x06_GF_5.08mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_6-GF-5,08_1x06_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF-5,08; number of pins: 06; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776540 12A || order number: 1924127 16A (HC) -phoenix_contact connector MSTB_01x06_GF_5.08mm_MH -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776731 12A || order number: 1924017 16A (HC) -phoenix_contact connector MSTB_01x06_GF_5.00mm -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_6-GF_1x06_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/6-GF; number of pins: 06; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776731 12A || order number: 1924017 16A (HC) -phoenix_contact connector MSTB_01x06_GF_5.00mm_MH -0 -6 -6 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776553 12A || order number: 1924130 16A (HC) -phoenix_contact connector MSTB_01x07_GF_5.08mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_7-GF-5,08_1x07_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF-5,08; number of pins: 07; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776553 12A || order number: 1924130 16A (HC) -phoenix_contact connector MSTB_01x07_GF_5.08mm_MH -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776744 12A || order number: 1924020 16A (HC) -phoenix_contact connector MSTB_01x07_GF_5.00mm -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_7-GF_1x07_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/7-GF; number of pins: 07; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776744 12A || order number: 1924020 16A (HC) -phoenix_contact connector MSTB_01x07_GF_5.00mm_MH -0 -7 -7 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776566 12A || order number: 1924143 16A (HC) -phoenix_contact connector MSTB_01x08_GF_5.08mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_8-GF-5,08_1x08_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF-5,08; number of pins: 08; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776566 12A || order number: 1924143 16A (HC) -phoenix_contact connector MSTB_01x08_GF_5.08mm_MH -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776757 12A || order number: 1924033 16A (HC) -phoenix_contact connector MSTB_01x08_GF_5.00mm -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_8-GF_1x08_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/8-GF; number of pins: 08; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776757 12A || order number: 1924033 16A (HC) -phoenix_contact connector MSTB_01x08_GF_5.00mm_MH -0 -8 -8 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776579 12A || order number: 1924156 16A (HC) -phoenix_contact connector MSTB_01x09_GF_5.08mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_9-GF-5,08_1x09_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF-5,08; number of pins: 09; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776579 12A || order number: 1924156 16A (HC) -phoenix_contact connector MSTB_01x09_GF_5.08mm_MH -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776760 12A || order number: 1924046 16A (HC) -phoenix_contact connector MSTB_01x09_GF_5.00mm -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_9-GF_1x09_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/9-GF; number of pins: 09; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776760 12A || order number: 1924046 16A (HC) -phoenix_contact connector MSTB_01x09_GF_5.00mm_MH -0 -9 -9 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776582 12A || order number: 1924169 16A (HC) -phoenix_contact connector MSTB_01x10_GF_5.08mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_10-GF-5,08_1x10_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF-5,08; number of pins: 10; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776582 12A || order number: 1924169 16A (HC) -phoenix_contact connector MSTB_01x10_GF_5.08mm_MH -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776773 12A || order number: 1924059 16A (HC) -phoenix_contact connector MSTB_01x10_GF_5.00mm -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_10-GF_1x10_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/10-GF; number of pins: 10; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776773 12A || order number: 1924059 16A (HC) -phoenix_contact connector MSTB_01x10_GF_5.00mm_MH -0 -10 -10 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776595 12A || order number: 1924172 16A (HC) -phoenix_contact connector MSTB_01x11_GF_5.08mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_11-GF-5,08_1x11_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF-5,08; number of pins: 11; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776595 12A || order number: 1924172 16A (HC) -phoenix_contact connector MSTB_01x11_GF_5.08mm_MH -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776786 12A || order number: 1924062 16A (HC) -phoenix_contact connector MSTB_01x11_GF_5.00mm -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_11-GF_1x11_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/11-GF; number of pins: 11; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776786 12A || order number: 1924062 16A (HC) -phoenix_contact connector MSTB_01x11_GF_5.00mm_MH -0 -11 -11 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776605 12A || order number: 1924185 16A (HC) -phoenix_contact connector MSTB_01x12_GF_5.08mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_12-GF-5,08_1x12_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF-5,08; number of pins: 12; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776605 12A || order number: 1924185 16A (HC) -phoenix_contact connector MSTB_01x12_GF_5.08mm_MH -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776799 12A || order number: 1924075 16A (HC) -phoenix_contact connector MSTB_01x12_GF_5.00mm -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_12-GF_1x12_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/12-GF; number of pins: 12; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776799 12A || order number: 1924075 16A (HC) -phoenix_contact connector MSTB_01x12_GF_5.00mm_MH -0 -12 -12 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776618 12A -phoenix_contact connector MSTB_01x13_GF_5.08mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_13-GF-5,08_1x13_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF-5,08; number of pins: 13; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776618 12A -phoenix_contact connector MSTB_01x13_GF_5.08mm_MH -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776809 12A -phoenix_contact connector MSTB_01x13_GF_5.00mm -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_13-GF_1x13_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/13-GF; number of pins: 13; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776809 12A -phoenix_contact connector MSTB_01x13_GF_5.00mm_MH -0 -13 -13 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776621 12A -phoenix_contact connector MSTB_01x14_GF_5.08mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_14-GF-5,08_1x14_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF-5,08; number of pins: 14; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776621 12A -phoenix_contact connector MSTB_01x14_GF_5.08mm_MH -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776812 12A -phoenix_contact connector MSTB_01x14_GF_5.00mm -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_14-GF_1x14_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/14-GF; number of pins: 14; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776812 12A -phoenix_contact connector MSTB_01x14_GF_5.00mm_MH -0 -14 -14 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776634 12A -phoenix_contact connector MSTB_01x15_GF_5.08mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_15-GF-5,08_1x15_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF-5,08; number of pins: 15; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776634 12A -phoenix_contact connector MSTB_01x15_GF_5.08mm_MH -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776825 12A -phoenix_contact connector MSTB_01x15_GF_5.00mm -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_15-GF_1x15_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/15-GF; number of pins: 15; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776825 12A -phoenix_contact connector MSTB_01x15_GF_5.00mm_MH -0 -15 -15 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange || order number: 1776647 12A -phoenix_contact connector MSTB_01x16_GF_5.08mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_16-GF-5,08_1x16_P5.08mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF-5,08; number of pins: 16; pin pitch: 5.08mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776647 12A -phoenix_contact connector MSTB_01x16_GF_5.08mm_MH -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange -Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange || order number: 1776838 12A -phoenix_contact connector MSTB_01x16_GF_5.00mm -0 -16 -16 -Connector_Phoenix_MSTB -PhoenixContact_MSTB_2,5_16-GF_1x16_P5.00mm_Horizontal_ThreadedFlange_MountHole -Generic Phoenix Contact connector footprint for: MSTB_2,5/16-GF; number of pins: 16; pin pitch: 5.00mm; Angled; threaded flange; footprint includes mount hole for mounting screw: ISO 1481-ST 2.2x6.5 C or ISO 7049-ST 2.2x6.5 C (http://www.fasteners.eu/standards/ISO/7049/) || order number: 1776838 12A -phoenix_contact connector MSTB_01x16_GF_5.00mm_MH -0 -16 -16 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_2-H-3.5_1x02_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/2-H-3.5 Terminal Block, 1990737 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990737), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/2-H-3.5 1990737 -0 -4 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_3-H-3.5_1x03_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/3-H-3.5 Terminal Block, 1990740 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990740), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/3-H-3.5 1990740 -0 -6 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_4-H-3.5_1x04_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/4-H-3.5 Terminal Block, 1990753 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990753), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/4-H-3.5 1990753 -0 -8 -4 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_5-H-3.5_1x05_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/5-H-3.5 Terminal Block, 1990766 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990766), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/5-H-3.5 1990766 -0 -10 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_6-H-3.5_1x06_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/6-H-3.5 Terminal Block, 1990779 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990779), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/6-H-3.5 1990779 -0 -12 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_7-H-3.5_1x07_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/7-H-3.5 Terminal Block, 1990782 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990782), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/7-H-3.5 1990782 -0 -14 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_8-H-3.5_1x08_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/8-H-3.5 Terminal Block, 1990795 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990795), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/8-H-3.5 1990795 -0 -16 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_9-H-3.5_1x09_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/9-H-3.5 Terminal Block, 1990805 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990805), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/9-H-3.5 1990805 -0 -18 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_10-H-3.5_1x10_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/10-H-3.5 Terminal Block, 1990818 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990818), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/10-H-3.5 1990818 -0 -20 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_11-H-3.5_1x11_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/11-H-3.5 Terminal Block, 1990821 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990821), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/11-H-3.5 1990821 -0 -22 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_1.5_12-H-3.5_1x12_P3.5mm_Horizontal -Connector Phoenix Contact, SPT 1.5/12-H-3.5 Terminal Block, 1990834 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990834), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 1.5/12-H-3.5 1990834 -0 -24 -12 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_1-H-5.0_1x01_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/1-H-5.0 Terminal Block, 1751066 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1751066), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/1-H-5.0 1751066 -0 -2 -1 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_2-H-5.0-EX_1x02_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/2-H-5.0-EX Terminal Block, 1732386 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732386), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/2-H-5.0-EX 1732386 -0 -4 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_2-H-5.0_1x02_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/2-H-5.0 Terminal Block, 1990973 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990973), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/2-H-5.0 1990973 -0 -4 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_2-V-5.0-EX_1x02_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/2-V-5.0-EX Terminal Block, 1732496 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732496), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/2-V-5.0-EX 1732496 -0 -4 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_3-H-5.0-EX_1x03_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/3-H-5.0-EX Terminal Block, 1732399 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732399), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/3-H-5.0-EX 1732399 -0 -6 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_3-H-5.0_1x03_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/3-H-5.0 Terminal Block, 1990986 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990986), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/3-H-5.0 1990986 -0 -6 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_3-V-5.0-EX_1x03_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/3-V-5.0-EX Terminal Block, 1732506 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732506), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/3-V-5.0-EX 1732506 -0 -6 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_4-H-5.0-EX_1x04_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/4-H-5.0-EX Terminal Block, 1732409 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732409), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/4-H-5.0-EX 1732409 -0 -8 -4 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_4-H-5.0_1x04_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/4-H-5.0 Terminal Block, 1990999 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1990999), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/4-H-5.0 1990999 -0 -8 -4 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_4-V-5.0-EX_1x04_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/4-V-5.0-EX Terminal Block, 1732519 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732519), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/4-V-5.0-EX 1732519 -0 -8 -4 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_5-H-5.0-EX_1x05_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/5-H-5.0-EX Terminal Block, 1732412 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732412), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/5-H-5.0-EX 1732412 -0 -10 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_5-H-5.0_1x05_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/5-H-5.0 Terminal Block, 1991008 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991008), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/5-H-5.0 1991008 -0 -10 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_5-V-5.0-EX_1x05_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/5-V-5.0-EX Terminal Block, 1732522 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732522), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/5-V-5.0-EX 1732522 -0 -10 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_6-H-5.0-EX_1x06_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/6-H-5.0-EX Terminal Block, 1732425 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732425), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/6-H-5.0-EX 1732425 -0 -12 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_6-H-5.0_1x06_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/6-H-5.0 Terminal Block, 1991011 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991011), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/6-H-5.0 1991011 -0 -12 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_6-V-5.0-EX_1x06_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/6-V-5.0-EX Terminal Block, 1732535 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732535), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/6-V-5.0-EX 1732535 -0 -12 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_7-H-5.0-EX_1x07_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/7-H-5.0-EX Terminal Block, 1732438 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732438), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/7-H-5.0-EX 1732438 -0 -14 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_7-H-5.0_1x07_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/7-H-5.0 Terminal Block, 1991024 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991024), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/7-H-5.0 1991024 -0 -14 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_7-V-5.0-EX_1x07_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/7-V-5.0-EX Terminal Block, 1732548 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732548), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/7-V-5.0-EX 1732548 -0 -14 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_8-H-5.0-EX_1x08_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/8-H-5.0-EX Terminal Block, 1732441 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732441), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/8-H-5.0-EX 1732441 -0 -16 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_8-H-5.0_1x08_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/8-H-5.0 Terminal Block, 1991037 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991037), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/8-H-5.0 1991037 -0 -16 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_8-V-5.0-EX_1x08_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/8-V-5.0-EX Terminal Block, 1732551 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732551), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/8-V-5.0-EX 1732551 -0 -16 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_9-H-5.0-EX_1x09_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/9-H-5.0-EX Terminal Block, 1732454 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732454), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/9-H-5.0-EX 1732454 -0 -18 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_9-H-5.0_1x09_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/9-H-5.0 Terminal Block, 1991040 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991040), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/9-H-5.0 1991040 -0 -18 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_9-V-5.0-EX_1x09_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/9-V-5.0-EX Terminal Block, 1732564 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732564), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/9-V-5.0-EX 1732564 -0 -18 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_10-H-5.0-EX_1x10_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/10-H-5.0-EX Terminal Block, 1732467 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732467), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/10-H-5.0-EX 1732467 -0 -20 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_10-H-5.0_1x10_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/10-H-5.0 Terminal Block, 1991053 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991053), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/10-H-5.0 1991053 -0 -20 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_10-V-5.0-EX_1x10_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/10-V-5.0-EX Terminal Block, 1732577 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732577), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/10-V-5.0-EX 1732577 -0 -20 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_11-H-5.0-EX_1x11_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/11-H-5.0-EX Terminal Block, 1732470 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732470), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/11-H-5.0-EX 1732470 -0 -22 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_11-H-5.0_1x11_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/11-H-5.0 Terminal Block, 1991066 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991066), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/11-H-5.0 1991066 -0 -22 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_11-V-5.0-EX_1x11_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/11-V-5.0-EX Terminal Block, 1732580 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732580), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/11-V-5.0-EX 1732580 -0 -22 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_12-H-5.0-EX_1x12_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/12-H-5.0-EX Terminal Block, 1732483 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732483), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/12-H-5.0-EX 1732483 -0 -24 -12 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_12-H-5.0_1x12_P5.0mm_Horizontal -Connector Phoenix Contact, SPT 2.5/12-H-5.0 Terminal Block, 1991079 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1991079), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/12-H-5.0 1991079 -0 -24 -12 -Connector_Phoenix_SPT -PhoenixContact_SPT_2.5_12-V-5.0-EX_1x12_P5.0mm_Vertical -Connector Phoenix Contact, SPT 2.5/12-V-5.0-EX Terminal Block, 1732593 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1732593), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 2.5/12-V-5.0-EX 1732593 -0 -24 -12 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_1-H-7.5_1x01_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/1-H-7.5 Terminal Block, 1719189 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719189), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/1-H-7.5 1719189 -0 -2 -1 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_1-V-7.5_1x01_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/1-V-7.5 Terminal Block, 1719309 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719309), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/1-V-7.5 1719309 -0 -2 -1 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_2-H-7.5-ZB_1x02_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/2-H-7.5-ZB Terminal Block, 1719192 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719192), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/2-H-7.5-ZB 1719192 -0 -2 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_2-V-7.5_1x02_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/2-V-7.5 Terminal Block, 1738144 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1738144), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/2-V-7.5 1738144 -0 -4 -2 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_3-H-7.5-ZB_1x03_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/3-H-7.5-ZB Terminal Block, 1719202 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719202), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/3-H-7.5-ZB 1719202 -0 -3 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_3-H-7.5_1x03_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/3-H-7.5 Terminal Block, 1701361 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1701361), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/3-H-7.5 1701361 -0 -6 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_3-V-7.5-ZB_1x03_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/3-V-7.5-ZB Terminal Block, 1719325 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719325), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/3-V-7.5-ZB 1719325 -0 -3 -3 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_4-H-7.5-ZB_1x04_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/4-H-7.5-ZB Terminal Block, 1719215 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719215), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/4-H-7.5-ZB 1719215 -0 -4 -4 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_5-H-7.5-ZB_1x05_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/5-H-7.5-ZB Terminal Block, 1719228 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719228), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/5-H-7.5-ZB 1719228 -0 -5 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_5-V-7.5-ZB_1x05_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/5-V-7.5-ZB Terminal Block, 1719341 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719341), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/5-V-7.5-ZB 1719341 -0 -5 -5 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_6-H-7.5-ZB_1x06_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/6-H-7.5-ZB Terminal Block, 1719231 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719231), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/6-H-7.5-ZB 1719231 -0 -6 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_6-V-7.5-ZB_1x06_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/6-V-7.5-ZB Terminal Block, 1719354 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719354), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/6-V-7.5-ZB 1719354 -0 -6 -6 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_7-H-7.5-ZB_1x07_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/7-H-7.5-ZB Terminal Block, 1719244 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719244), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/7-H-7.5-ZB 1719244 -0 -7 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_7-V-7.5-ZB_1x07_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/7-V-7.5-ZB Terminal Block, 1719367 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719367), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/7-V-7.5-ZB 1719367 -0 -7 -7 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_8-H-7.5-ZB_1x08_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/8-H-7.5-ZB Terminal Block, 1719257 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719257), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/8-H-7.5-ZB 1719257 -0 -8 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_8-V-7.5-ZB_1x08_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/8-V-7.5-ZB Terminal Block, 1719370 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719370), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/8-V-7.5-ZB 1719370 -0 -8 -8 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_9-H-7.5-ZB_1x09_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/9-H-7.5-ZB Terminal Block, 1719260 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719260), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/9-H-7.5-ZB 1719260 -0 -9 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_9-V-7.5-ZB_1x09_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/9-V-7.5-ZB Terminal Block, 1719383 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719383), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/9-V-7.5-ZB 1719383 -0 -9 -9 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_10-H-7.5-ZB_1x10_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/10-H-7.5-ZB Terminal Block, 1719273 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719273), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/10-H-7.5-ZB 1719273 -0 -10 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_10-V-7.5-ZB_1x10_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/10-V-7.5-ZB Terminal Block, 1719396 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719396), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/10-V-7.5-ZB 1719396 -0 -10 -10 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_11-H-7.5-ZB_1x11_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/11-H-7.5-ZB Terminal Block, 1719286 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719286), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/11-H-7.5-ZB 1719286 -0 -11 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_11-V-7.5-ZB_1x11_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/11-V-7.5-ZB Terminal Block, 1719406 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719406), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/11-V-7.5-ZB 1719406 -0 -11 -11 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_12-H-7.5-ZB_1x12_P7.5mm_Horizontal -Connector Phoenix Contact, SPT 5/12-H-7.5-ZB Terminal Block, 1719299 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719299), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/12-H-7.5-ZB 1719299 -0 -12 -12 -Connector_Phoenix_SPT -PhoenixContact_SPT_5_12-V-7.5-ZB_1x12_P7.5mm_Vertical -Connector Phoenix Contact, SPT 5/12-V-7.5-ZB Terminal Block, 1719419 (https://www.phoenixcontact.com/online/portal/gb/?uri=pxc-oc-itemdetail:pid=1719419), generated with kicad-footprint-generator -Connector Phoenix Contact SPT 5/12-V-7.5-ZB 1719419 -0 -12 -12 -Connector_Pin -Pin_D0.7mm_L6.5mm_W1.8mm_FlatFork -solder Pin_ with flat fork, hole diameter 0.7mm, length 6.5mm, width 1.8mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D0.9mm_L10.0mm_W2.4mm_FlatFork -solder Pin_ with flat fork, hole diameter 0.9mm, length 10.0mm, width 2.4mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.0mm_L10.0mm -solder Pin_ diameter 1.0mm, hole diameter 1.0mm (press fit), length 10.0mm -solder Pin_ press fit -0 -1 -1 -Connector_Pin -Pin_D1.0mm_L10.0mm_LooseFit -solder Pin_ diameter 1.0mm, hole diameter 1.2mm (loose fit), length 10.0mm -solder Pin_ loose fit -0 -1 -1 -Connector_Pin -Pin_D1.1mm_L8.5mm_W2.5mm_FlatFork -solder Pin_ with flat fork, hole diameter 1.1mm, length 8.5mm, width 2.5mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.1mm_L10.2mm_W3.5mm_Flat -solder Pin_ with flat with hole, hole diameter 1.1mm, length 10.2mm, width 3.5mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.2mm_L10.2mm_W2.9mm_FlatFork -solder Pin_ with flat with fork, hole diameter 1.2mm, length 11.3mm, width 3.0mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.2mm_L11.3mm_W3.0mm_Flat -solder Pin_ with flat with hole, hole diameter 1.2mm, length 11.3mm, width 3.0mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.3mm_L10.0mm_W3.5mm_Flat -solder Pin_ with flat with hole, hole diameter 1.3mm, length 10.0mm, width 3.5mm, e.g. Ettinger 13.13.865, https://katalog.ettinger.de/#p=434 -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.3mm_L11.0mm -solder Pin_ diameter 1.3mm, hole diameter 1.3mm, length 11.0mm -solder Pin_ pressfit -0 -1 -1 -Connector_Pin -Pin_D1.3mm_L11.0mm_LooseFit -solder Pin_ diameter 1.3mm, hole diameter 1.5mm (loose fit), length 11.0mm -solder Pin_ loose fit -0 -1 -1 -Connector_Pin -Pin_D1.3mm_L11.3mm_W2.8mm_Flat -solder Pin_ with flat with hole, hole diameter 1.3mm, length 11.3mm, width 2.8mm -solder Pin_ with flat fork -0 -1 -1 -Connector_Pin -Pin_D1.4mm_L8.5mm_W2.8mm_FlatFork -solder Pin_ with flat with fork, hole diameter 1.4mm, length 8.5mm, width 2.8mm, e.g. Ettinger 13.13.890, https://katalog.ettinger.de/#p=434 -solder Pin_ with flat fork -0 -1 -1 -Connector_PinHeader_1.00mm -PinHeader_1x01_P1.00mm_Horizontal -Through hole angled pin header, 1x01, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x01 1.00mm single row -0 -1 -1 -Connector_PinHeader_1.00mm -PinHeader_1x01_P1.00mm_Vertical -Through hole straight pin header, 1x01, 1.00mm pitch, single row -Through hole pin header THT 1x01 1.00mm single row -0 -1 -1 -Connector_PinHeader_1.00mm -PinHeader_1x02_P1.00mm_Horizontal -Through hole angled pin header, 1x02, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x02 1.00mm single row -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_1x02_P1.00mm_Vertical -Through hole straight pin header, 1x02, 1.00mm pitch, single row -Through hole pin header THT 1x02 1.00mm single row -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x02 1.00mm single row style1 pin1 left -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_1x02_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x02 1.00mm single row style2 pin1 right -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_1x03_P1.00mm_Horizontal -Through hole angled pin header, 1x03, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x03 1.00mm single row -0 -3 -3 -Connector_PinHeader_1.00mm -PinHeader_1x03_P1.00mm_Vertical -Through hole straight pin header, 1x03, 1.00mm pitch, single row -Through hole pin header THT 1x03 1.00mm single row -0 -3 -3 -Connector_PinHeader_1.00mm -PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x03 1.00mm single row style1 pin1 left -0 -3 -3 -Connector_PinHeader_1.00mm -PinHeader_1x03_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x03 1.00mm single row style2 pin1 right -0 -3 -3 -Connector_PinHeader_1.00mm -PinHeader_1x04_P1.00mm_Horizontal -Through hole angled pin header, 1x04, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x04 1.00mm single row -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_1x04_P1.00mm_Vertical -Through hole straight pin header, 1x04, 1.00mm pitch, single row -Through hole pin header THT 1x04 1.00mm single row -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x04 1.00mm single row style1 pin1 left -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_1x04_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x04 1.00mm single row style2 pin1 right -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_1x05_P1.00mm_Horizontal -Through hole angled pin header, 1x05, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x05 1.00mm single row -0 -5 -5 -Connector_PinHeader_1.00mm -PinHeader_1x05_P1.00mm_Vertical -Through hole straight pin header, 1x05, 1.00mm pitch, single row -Through hole pin header THT 1x05 1.00mm single row -0 -5 -5 -Connector_PinHeader_1.00mm -PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x05 1.00mm single row style1 pin1 left -0 -5 -5 -Connector_PinHeader_1.00mm -PinHeader_1x05_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x05 1.00mm single row style2 pin1 right -0 -5 -5 -Connector_PinHeader_1.00mm -PinHeader_1x06_P1.00mm_Horizontal -Through hole angled pin header, 1x06, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x06 1.00mm single row -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_1x06_P1.00mm_Vertical -Through hole straight pin header, 1x06, 1.00mm pitch, single row -Through hole pin header THT 1x06 1.00mm single row -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x06 1.00mm single row style1 pin1 left -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_1x06_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x06 1.00mm single row style2 pin1 right -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_1x07_P1.00mm_Horizontal -Through hole angled pin header, 1x07, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x07 1.00mm single row -0 -7 -7 -Connector_PinHeader_1.00mm -PinHeader_1x07_P1.00mm_Vertical -Through hole straight pin header, 1x07, 1.00mm pitch, single row -Through hole pin header THT 1x07 1.00mm single row -0 -7 -7 -Connector_PinHeader_1.00mm -PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x07 1.00mm single row style1 pin1 left -0 -7 -7 -Connector_PinHeader_1.00mm -PinHeader_1x07_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x07 1.00mm single row style2 pin1 right -0 -7 -7 -Connector_PinHeader_1.00mm -PinHeader_1x08_P1.00mm_Horizontal -Through hole angled pin header, 1x08, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x08 1.00mm single row -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_1x08_P1.00mm_Vertical -Through hole straight pin header, 1x08, 1.00mm pitch, single row -Through hole pin header THT 1x08 1.00mm single row -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x08 1.00mm single row style1 pin1 left -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_1x08_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x08 1.00mm single row style2 pin1 right -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_1x09_P1.00mm_Horizontal -Through hole angled pin header, 1x09, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x09 1.00mm single row -0 -9 -9 -Connector_PinHeader_1.00mm -PinHeader_1x09_P1.00mm_Vertical -Through hole straight pin header, 1x09, 1.00mm pitch, single row -Through hole pin header THT 1x09 1.00mm single row -0 -9 -9 -Connector_PinHeader_1.00mm -PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x09 1.00mm single row style1 pin1 left -0 -9 -9 -Connector_PinHeader_1.00mm -PinHeader_1x09_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x09 1.00mm single row style2 pin1 right -0 -9 -9 -Connector_PinHeader_1.00mm -PinHeader_1x10_P1.00mm_Horizontal -Through hole angled pin header, 1x10, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x10 1.00mm single row -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_1x10_P1.00mm_Vertical -Through hole straight pin header, 1x10, 1.00mm pitch, single row -Through hole pin header THT 1x10 1.00mm single row -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x10 1.00mm single row style1 pin1 left -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_1x10_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x10 1.00mm single row style2 pin1 right -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_1x11_P1.00mm_Horizontal -Through hole angled pin header, 1x11, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x11 1.00mm single row -0 -11 -11 -Connector_PinHeader_1.00mm -PinHeader_1x11_P1.00mm_Vertical -Through hole straight pin header, 1x11, 1.00mm pitch, single row -Through hole pin header THT 1x11 1.00mm single row -0 -11 -11 -Connector_PinHeader_1.00mm -PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x11 1.00mm single row style1 pin1 left -0 -11 -11 -Connector_PinHeader_1.00mm -PinHeader_1x11_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x11 1.00mm single row style2 pin1 right -0 -11 -11 -Connector_PinHeader_1.00mm -PinHeader_1x12_P1.00mm_Horizontal -Through hole angled pin header, 1x12, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x12 1.00mm single row -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_1x12_P1.00mm_Vertical -Through hole straight pin header, 1x12, 1.00mm pitch, single row -Through hole pin header THT 1x12 1.00mm single row -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x12 1.00mm single row style1 pin1 left -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_1x12_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x12 1.00mm single row style2 pin1 right -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_1x13_P1.00mm_Horizontal -Through hole angled pin header, 1x13, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x13 1.00mm single row -0 -13 -13 -Connector_PinHeader_1.00mm -PinHeader_1x13_P1.00mm_Vertical -Through hole straight pin header, 1x13, 1.00mm pitch, single row -Through hole pin header THT 1x13 1.00mm single row -0 -13 -13 -Connector_PinHeader_1.00mm -PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x13 1.00mm single row style1 pin1 left -0 -13 -13 -Connector_PinHeader_1.00mm -PinHeader_1x13_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x13 1.00mm single row style2 pin1 right -0 -13 -13 -Connector_PinHeader_1.00mm -PinHeader_1x14_P1.00mm_Horizontal -Through hole angled pin header, 1x14, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x14 1.00mm single row -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_1x14_P1.00mm_Vertical -Through hole straight pin header, 1x14, 1.00mm pitch, single row -Through hole pin header THT 1x14 1.00mm single row -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x14 1.00mm single row style1 pin1 left -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_1x14_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x14 1.00mm single row style2 pin1 right -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_1x15_P1.00mm_Horizontal -Through hole angled pin header, 1x15, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x15 1.00mm single row -0 -15 -15 -Connector_PinHeader_1.00mm -PinHeader_1x15_P1.00mm_Vertical -Through hole straight pin header, 1x15, 1.00mm pitch, single row -Through hole pin header THT 1x15 1.00mm single row -0 -15 -15 -Connector_PinHeader_1.00mm -PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x15 1.00mm single row style1 pin1 left -0 -15 -15 -Connector_PinHeader_1.00mm -PinHeader_1x15_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x15 1.00mm single row style2 pin1 right -0 -15 -15 -Connector_PinHeader_1.00mm -PinHeader_1x16_P1.00mm_Horizontal -Through hole angled pin header, 1x16, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x16 1.00mm single row -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_1x16_P1.00mm_Vertical -Through hole straight pin header, 1x16, 1.00mm pitch, single row -Through hole pin header THT 1x16 1.00mm single row -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x16 1.00mm single row style1 pin1 left -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_1x16_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x16 1.00mm single row style2 pin1 right -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_1x17_P1.00mm_Horizontal -Through hole angled pin header, 1x17, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x17 1.00mm single row -0 -17 -17 -Connector_PinHeader_1.00mm -PinHeader_1x17_P1.00mm_Vertical -Through hole straight pin header, 1x17, 1.00mm pitch, single row -Through hole pin header THT 1x17 1.00mm single row -0 -17 -17 -Connector_PinHeader_1.00mm -PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x17 1.00mm single row style1 pin1 left -0 -17 -17 -Connector_PinHeader_1.00mm -PinHeader_1x17_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x17 1.00mm single row style2 pin1 right -0 -17 -17 -Connector_PinHeader_1.00mm -PinHeader_1x18_P1.00mm_Horizontal -Through hole angled pin header, 1x18, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x18 1.00mm single row -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_1x18_P1.00mm_Vertical -Through hole straight pin header, 1x18, 1.00mm pitch, single row -Through hole pin header THT 1x18 1.00mm single row -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x18 1.00mm single row style1 pin1 left -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_1x18_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x18 1.00mm single row style2 pin1 right -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_1x19_P1.00mm_Horizontal -Through hole angled pin header, 1x19, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x19 1.00mm single row -0 -19 -19 -Connector_PinHeader_1.00mm -PinHeader_1x19_P1.00mm_Vertical -Through hole straight pin header, 1x19, 1.00mm pitch, single row -Through hole pin header THT 1x19 1.00mm single row -0 -19 -19 -Connector_PinHeader_1.00mm -PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x19 1.00mm single row style1 pin1 left -0 -19 -19 -Connector_PinHeader_1.00mm -PinHeader_1x19_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x19 1.00mm single row style2 pin1 right -0 -19 -19 -Connector_PinHeader_1.00mm -PinHeader_1x20_P1.00mm_Horizontal -Through hole angled pin header, 1x20, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x20 1.00mm single row -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_1x20_P1.00mm_Vertical -Through hole straight pin header, 1x20, 1.00mm pitch, single row -Through hole pin header THT 1x20 1.00mm single row -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x20 1.00mm single row style1 pin1 left -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_1x20_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x20 1.00mm single row style2 pin1 right -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_1x21_P1.00mm_Horizontal -Through hole angled pin header, 1x21, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x21 1.00mm single row -0 -21 -21 -Connector_PinHeader_1.00mm -PinHeader_1x21_P1.00mm_Vertical -Through hole straight pin header, 1x21, 1.00mm pitch, single row -Through hole pin header THT 1x21 1.00mm single row -0 -21 -21 -Connector_PinHeader_1.00mm -PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x21 1.00mm single row style1 pin1 left -0 -21 -21 -Connector_PinHeader_1.00mm -PinHeader_1x21_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x21 1.00mm single row style2 pin1 right -0 -21 -21 -Connector_PinHeader_1.00mm -PinHeader_1x22_P1.00mm_Horizontal -Through hole angled pin header, 1x22, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x22 1.00mm single row -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_1x22_P1.00mm_Vertical -Through hole straight pin header, 1x22, 1.00mm pitch, single row -Through hole pin header THT 1x22 1.00mm single row -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x22 1.00mm single row style1 pin1 left -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_1x22_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x22 1.00mm single row style2 pin1 right -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_1x23_P1.00mm_Horizontal -Through hole angled pin header, 1x23, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x23 1.00mm single row -0 -23 -23 -Connector_PinHeader_1.00mm -PinHeader_1x23_P1.00mm_Vertical -Through hole straight pin header, 1x23, 1.00mm pitch, single row -Through hole pin header THT 1x23 1.00mm single row -0 -23 -23 -Connector_PinHeader_1.00mm -PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x23 1.00mm single row style1 pin1 left -0 -23 -23 -Connector_PinHeader_1.00mm -PinHeader_1x23_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x23 1.00mm single row style2 pin1 right -0 -23 -23 -Connector_PinHeader_1.00mm -PinHeader_1x24_P1.00mm_Horizontal -Through hole angled pin header, 1x24, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x24 1.00mm single row -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_1x24_P1.00mm_Vertical -Through hole straight pin header, 1x24, 1.00mm pitch, single row -Through hole pin header THT 1x24 1.00mm single row -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x24 1.00mm single row style1 pin1 left -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_1x24_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x24 1.00mm single row style2 pin1 right -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_1x25_P1.00mm_Horizontal -Through hole angled pin header, 1x25, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x25 1.00mm single row -0 -25 -25 -Connector_PinHeader_1.00mm -PinHeader_1x25_P1.00mm_Vertical -Through hole straight pin header, 1x25, 1.00mm pitch, single row -Through hole pin header THT 1x25 1.00mm single row -0 -25 -25 -Connector_PinHeader_1.00mm -PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x25 1.00mm single row style1 pin1 left -0 -25 -25 -Connector_PinHeader_1.00mm -PinHeader_1x25_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x25 1.00mm single row style2 pin1 right -0 -25 -25 -Connector_PinHeader_1.00mm -PinHeader_1x26_P1.00mm_Horizontal -Through hole angled pin header, 1x26, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x26 1.00mm single row -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_1x26_P1.00mm_Vertical -Through hole straight pin header, 1x26, 1.00mm pitch, single row -Through hole pin header THT 1x26 1.00mm single row -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x26 1.00mm single row style1 pin1 left -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_1x26_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x26 1.00mm single row style2 pin1 right -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_1x27_P1.00mm_Horizontal -Through hole angled pin header, 1x27, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x27 1.00mm single row -0 -27 -27 -Connector_PinHeader_1.00mm -PinHeader_1x27_P1.00mm_Vertical -Through hole straight pin header, 1x27, 1.00mm pitch, single row -Through hole pin header THT 1x27 1.00mm single row -0 -27 -27 -Connector_PinHeader_1.00mm -PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x27 1.00mm single row style1 pin1 left -0 -27 -27 -Connector_PinHeader_1.00mm -PinHeader_1x27_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x27 1.00mm single row style2 pin1 right -0 -27 -27 -Connector_PinHeader_1.00mm -PinHeader_1x28_P1.00mm_Horizontal -Through hole angled pin header, 1x28, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x28 1.00mm single row -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_1x28_P1.00mm_Vertical -Through hole straight pin header, 1x28, 1.00mm pitch, single row -Through hole pin header THT 1x28 1.00mm single row -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x28 1.00mm single row style1 pin1 left -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_1x28_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x28 1.00mm single row style2 pin1 right -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_1x29_P1.00mm_Horizontal -Through hole angled pin header, 1x29, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x29 1.00mm single row -0 -29 -29 -Connector_PinHeader_1.00mm -PinHeader_1x29_P1.00mm_Vertical -Through hole straight pin header, 1x29, 1.00mm pitch, single row -Through hole pin header THT 1x29 1.00mm single row -0 -29 -29 -Connector_PinHeader_1.00mm -PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x29 1.00mm single row style1 pin1 left -0 -29 -29 -Connector_PinHeader_1.00mm -PinHeader_1x29_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x29 1.00mm single row style2 pin1 right -0 -29 -29 -Connector_PinHeader_1.00mm -PinHeader_1x30_P1.00mm_Horizontal -Through hole angled pin header, 1x30, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x30 1.00mm single row -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_1x30_P1.00mm_Vertical -Through hole straight pin header, 1x30, 1.00mm pitch, single row -Through hole pin header THT 1x30 1.00mm single row -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x30 1.00mm single row style1 pin1 left -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_1x30_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x30 1.00mm single row style2 pin1 right -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_1x31_P1.00mm_Horizontal -Through hole angled pin header, 1x31, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x31 1.00mm single row -0 -31 -31 -Connector_PinHeader_1.00mm -PinHeader_1x31_P1.00mm_Vertical -Through hole straight pin header, 1x31, 1.00mm pitch, single row -Through hole pin header THT 1x31 1.00mm single row -0 -31 -31 -Connector_PinHeader_1.00mm -PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x31 1.00mm single row style1 pin1 left -0 -31 -31 -Connector_PinHeader_1.00mm -PinHeader_1x31_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x31 1.00mm single row style2 pin1 right -0 -31 -31 -Connector_PinHeader_1.00mm -PinHeader_1x32_P1.00mm_Horizontal -Through hole angled pin header, 1x32, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x32 1.00mm single row -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_1x32_P1.00mm_Vertical -Through hole straight pin header, 1x32, 1.00mm pitch, single row -Through hole pin header THT 1x32 1.00mm single row -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x32 1.00mm single row style1 pin1 left -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_1x32_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x32 1.00mm single row style2 pin1 right -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_1x33_P1.00mm_Horizontal -Through hole angled pin header, 1x33, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x33 1.00mm single row -0 -33 -33 -Connector_PinHeader_1.00mm -PinHeader_1x33_P1.00mm_Vertical -Through hole straight pin header, 1x33, 1.00mm pitch, single row -Through hole pin header THT 1x33 1.00mm single row -0 -33 -33 -Connector_PinHeader_1.00mm -PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x33 1.00mm single row style1 pin1 left -0 -33 -33 -Connector_PinHeader_1.00mm -PinHeader_1x33_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x33 1.00mm single row style2 pin1 right -0 -33 -33 -Connector_PinHeader_1.00mm -PinHeader_1x34_P1.00mm_Horizontal -Through hole angled pin header, 1x34, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x34 1.00mm single row -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_1x34_P1.00mm_Vertical -Through hole straight pin header, 1x34, 1.00mm pitch, single row -Through hole pin header THT 1x34 1.00mm single row -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x34 1.00mm single row style1 pin1 left -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_1x34_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x34 1.00mm single row style2 pin1 right -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_1x35_P1.00mm_Horizontal -Through hole angled pin header, 1x35, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x35 1.00mm single row -0 -35 -35 -Connector_PinHeader_1.00mm -PinHeader_1x35_P1.00mm_Vertical -Through hole straight pin header, 1x35, 1.00mm pitch, single row -Through hole pin header THT 1x35 1.00mm single row -0 -35 -35 -Connector_PinHeader_1.00mm -PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x35 1.00mm single row style1 pin1 left -0 -35 -35 -Connector_PinHeader_1.00mm -PinHeader_1x35_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x35 1.00mm single row style2 pin1 right -0 -35 -35 -Connector_PinHeader_1.00mm -PinHeader_1x36_P1.00mm_Horizontal -Through hole angled pin header, 1x36, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x36 1.00mm single row -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_1x36_P1.00mm_Vertical -Through hole straight pin header, 1x36, 1.00mm pitch, single row -Through hole pin header THT 1x36 1.00mm single row -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x36 1.00mm single row style1 pin1 left -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_1x36_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x36 1.00mm single row style2 pin1 right -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_1x37_P1.00mm_Horizontal -Through hole angled pin header, 1x37, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x37 1.00mm single row -0 -37 -37 -Connector_PinHeader_1.00mm -PinHeader_1x37_P1.00mm_Vertical -Through hole straight pin header, 1x37, 1.00mm pitch, single row -Through hole pin header THT 1x37 1.00mm single row -0 -37 -37 -Connector_PinHeader_1.00mm -PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x37 1.00mm single row style1 pin1 left -0 -37 -37 -Connector_PinHeader_1.00mm -PinHeader_1x37_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x37 1.00mm single row style2 pin1 right -0 -37 -37 -Connector_PinHeader_1.00mm -PinHeader_1x38_P1.00mm_Horizontal -Through hole angled pin header, 1x38, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x38 1.00mm single row -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_1x38_P1.00mm_Vertical -Through hole straight pin header, 1x38, 1.00mm pitch, single row -Through hole pin header THT 1x38 1.00mm single row -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x38 1.00mm single row style1 pin1 left -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_1x38_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x38 1.00mm single row style2 pin1 right -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_1x39_P1.00mm_Horizontal -Through hole angled pin header, 1x39, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x39 1.00mm single row -0 -39 -39 -Connector_PinHeader_1.00mm -PinHeader_1x39_P1.00mm_Vertical -Through hole straight pin header, 1x39, 1.00mm pitch, single row -Through hole pin header THT 1x39 1.00mm single row -0 -39 -39 -Connector_PinHeader_1.00mm -PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x39 1.00mm single row style1 pin1 left -0 -39 -39 -Connector_PinHeader_1.00mm -PinHeader_1x39_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x39 1.00mm single row style2 pin1 right -0 -39 -39 -Connector_PinHeader_1.00mm -PinHeader_1x40_P1.00mm_Horizontal -Through hole angled pin header, 1x40, 1.00mm pitch, 2.0mm pin length, single row -Through hole angled pin header THT 1x40 1.00mm single row -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_1x40_P1.00mm_Vertical -Through hole straight pin header, 1x40, 1.00mm pitch, single row -Through hole pin header THT 1x40 1.00mm single row -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x40 1.00mm single row style1 pin1 left -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_1x40_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x40 1.00mm single row style2 pin1 right -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_2x01_P1.00mm_Horizontal -Through hole angled pin header, 2x01, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x01 1.00mm double row -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_2x01_P1.00mm_Vertical -Through hole straight pin header, 2x01, 1.00mm pitch, double rows -Through hole pin header THT 2x01 1.00mm double row -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_2x01_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x01, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x01 1.00mm double row -0 -2 -2 -Connector_PinHeader_1.00mm -PinHeader_2x02_P1.00mm_Horizontal -Through hole angled pin header, 2x02, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x02 1.00mm double row -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_2x02_P1.00mm_Vertical -Through hole straight pin header, 2x02, 1.00mm pitch, double rows -Through hole pin header THT 2x02 1.00mm double row -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_2x02_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x02, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x02 1.00mm double row -0 -4 -4 -Connector_PinHeader_1.00mm -PinHeader_2x03_P1.00mm_Horizontal -Through hole angled pin header, 2x03, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x03 1.00mm double row -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_2x03_P1.00mm_Vertical -Through hole straight pin header, 2x03, 1.00mm pitch, double rows -Through hole pin header THT 2x03 1.00mm double row -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_2x03_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x03, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x03 1.00mm double row -0 -6 -6 -Connector_PinHeader_1.00mm -PinHeader_2x04_P1.00mm_Horizontal -Through hole angled pin header, 2x04, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x04 1.00mm double row -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_2x04_P1.00mm_Vertical -Through hole straight pin header, 2x04, 1.00mm pitch, double rows -Through hole pin header THT 2x04 1.00mm double row -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_2x04_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x04, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x04 1.00mm double row -0 -8 -8 -Connector_PinHeader_1.00mm -PinHeader_2x05_P1.00mm_Horizontal -Through hole angled pin header, 2x05, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x05 1.00mm double row -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_2x05_P1.00mm_Vertical -Through hole straight pin header, 2x05, 1.00mm pitch, double rows -Through hole pin header THT 2x05 1.00mm double row -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_2x05_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x05, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x05 1.00mm double row -0 -10 -10 -Connector_PinHeader_1.00mm -PinHeader_2x06_P1.00mm_Horizontal -Through hole angled pin header, 2x06, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x06 1.00mm double row -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_2x06_P1.00mm_Vertical -Through hole straight pin header, 2x06, 1.00mm pitch, double rows -Through hole pin header THT 2x06 1.00mm double row -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_2x06_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x06, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x06 1.00mm double row -0 -12 -12 -Connector_PinHeader_1.00mm -PinHeader_2x07_P1.00mm_Horizontal -Through hole angled pin header, 2x07, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x07 1.00mm double row -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_2x07_P1.00mm_Vertical -Through hole straight pin header, 2x07, 1.00mm pitch, double rows -Through hole pin header THT 2x07 1.00mm double row -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_2x07_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x07, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x07 1.00mm double row -0 -14 -14 -Connector_PinHeader_1.00mm -PinHeader_2x08_P1.00mm_Horizontal -Through hole angled pin header, 2x08, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x08 1.00mm double row -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_2x08_P1.00mm_Vertical -Through hole straight pin header, 2x08, 1.00mm pitch, double rows -Through hole pin header THT 2x08 1.00mm double row -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_2x08_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x08, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x08 1.00mm double row -0 -16 -16 -Connector_PinHeader_1.00mm -PinHeader_2x09_P1.00mm_Horizontal -Through hole angled pin header, 2x09, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x09 1.00mm double row -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_2x09_P1.00mm_Vertical -Through hole straight pin header, 2x09, 1.00mm pitch, double rows -Through hole pin header THT 2x09 1.00mm double row -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_2x09_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x09, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x09 1.00mm double row -0 -18 -18 -Connector_PinHeader_1.00mm -PinHeader_2x10_P1.00mm_Horizontal -Through hole angled pin header, 2x10, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x10 1.00mm double row -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_2x10_P1.00mm_Vertical -Through hole straight pin header, 2x10, 1.00mm pitch, double rows -Through hole pin header THT 2x10 1.00mm double row -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_2x10_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x10, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x10 1.00mm double row -0 -20 -20 -Connector_PinHeader_1.00mm -PinHeader_2x11_P1.00mm_Horizontal -Through hole angled pin header, 2x11, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x11 1.00mm double row -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_2x11_P1.00mm_Vertical -Through hole straight pin header, 2x11, 1.00mm pitch, double rows -Through hole pin header THT 2x11 1.00mm double row -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_2x11_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x11, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x11 1.00mm double row -0 -22 -22 -Connector_PinHeader_1.00mm -PinHeader_2x12_P1.00mm_Horizontal -Through hole angled pin header, 2x12, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x12 1.00mm double row -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_2x12_P1.00mm_Vertical -Through hole straight pin header, 2x12, 1.00mm pitch, double rows -Through hole pin header THT 2x12 1.00mm double row -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_2x12_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x12, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x12 1.00mm double row -0 -24 -24 -Connector_PinHeader_1.00mm -PinHeader_2x13_P1.00mm_Horizontal -Through hole angled pin header, 2x13, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x13 1.00mm double row -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_2x13_P1.00mm_Vertical -Through hole straight pin header, 2x13, 1.00mm pitch, double rows -Through hole pin header THT 2x13 1.00mm double row -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_2x13_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x13, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x13 1.00mm double row -0 -26 -26 -Connector_PinHeader_1.00mm -PinHeader_2x14_P1.00mm_Horizontal -Through hole angled pin header, 2x14, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x14 1.00mm double row -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_2x14_P1.00mm_Vertical -Through hole straight pin header, 2x14, 1.00mm pitch, double rows -Through hole pin header THT 2x14 1.00mm double row -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_2x14_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x14, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x14 1.00mm double row -0 -28 -28 -Connector_PinHeader_1.00mm -PinHeader_2x15_P1.00mm_Horizontal -Through hole angled pin header, 2x15, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x15 1.00mm double row -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_2x15_P1.00mm_Vertical -Through hole straight pin header, 2x15, 1.00mm pitch, double rows -Through hole pin header THT 2x15 1.00mm double row -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_2x15_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x15, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x15 1.00mm double row -0 -30 -30 -Connector_PinHeader_1.00mm -PinHeader_2x16_P1.00mm_Horizontal -Through hole angled pin header, 2x16, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x16 1.00mm double row -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_2x16_P1.00mm_Vertical -Through hole straight pin header, 2x16, 1.00mm pitch, double rows -Through hole pin header THT 2x16 1.00mm double row -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_2x16_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x16, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x16 1.00mm double row -0 -32 -32 -Connector_PinHeader_1.00mm -PinHeader_2x17_P1.00mm_Horizontal -Through hole angled pin header, 2x17, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x17 1.00mm double row -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_2x17_P1.00mm_Vertical -Through hole straight pin header, 2x17, 1.00mm pitch, double rows -Through hole pin header THT 2x17 1.00mm double row -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_2x17_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x17, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x17 1.00mm double row -0 -34 -34 -Connector_PinHeader_1.00mm -PinHeader_2x18_P1.00mm_Horizontal -Through hole angled pin header, 2x18, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x18 1.00mm double row -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_2x18_P1.00mm_Vertical -Through hole straight pin header, 2x18, 1.00mm pitch, double rows -Through hole pin header THT 2x18 1.00mm double row -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_2x18_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x18, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x18 1.00mm double row -0 -36 -36 -Connector_PinHeader_1.00mm -PinHeader_2x19_P1.00mm_Horizontal -Through hole angled pin header, 2x19, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x19 1.00mm double row -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_2x19_P1.00mm_Vertical -Through hole straight pin header, 2x19, 1.00mm pitch, double rows -Through hole pin header THT 2x19 1.00mm double row -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_2x19_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x19, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x19 1.00mm double row -0 -38 -38 -Connector_PinHeader_1.00mm -PinHeader_2x20_P1.00mm_Horizontal -Through hole angled pin header, 2x20, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x20 1.00mm double row -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_2x20_P1.00mm_Vertical -Through hole straight pin header, 2x20, 1.00mm pitch, double rows -Through hole pin header THT 2x20 1.00mm double row -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_2x20_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x20, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x20 1.00mm double row -0 -40 -40 -Connector_PinHeader_1.00mm -PinHeader_2x21_P1.00mm_Horizontal -Through hole angled pin header, 2x21, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x21 1.00mm double row -0 -42 -42 -Connector_PinHeader_1.00mm -PinHeader_2x21_P1.00mm_Vertical -Through hole straight pin header, 2x21, 1.00mm pitch, double rows -Through hole pin header THT 2x21 1.00mm double row -0 -42 -42 -Connector_PinHeader_1.00mm -PinHeader_2x21_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x21, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x21 1.00mm double row -0 -42 -42 -Connector_PinHeader_1.00mm -PinHeader_2x22_P1.00mm_Horizontal -Through hole angled pin header, 2x22, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x22 1.00mm double row -0 -44 -44 -Connector_PinHeader_1.00mm -PinHeader_2x22_P1.00mm_Vertical -Through hole straight pin header, 2x22, 1.00mm pitch, double rows -Through hole pin header THT 2x22 1.00mm double row -0 -44 -44 -Connector_PinHeader_1.00mm -PinHeader_2x22_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x22, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x22 1.00mm double row -0 -44 -44 -Connector_PinHeader_1.00mm -PinHeader_2x23_P1.00mm_Horizontal -Through hole angled pin header, 2x23, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x23 1.00mm double row -0 -46 -46 -Connector_PinHeader_1.00mm -PinHeader_2x23_P1.00mm_Vertical -Through hole straight pin header, 2x23, 1.00mm pitch, double rows -Through hole pin header THT 2x23 1.00mm double row -0 -46 -46 -Connector_PinHeader_1.00mm -PinHeader_2x23_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x23, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x23 1.00mm double row -0 -46 -46 -Connector_PinHeader_1.00mm -PinHeader_2x24_P1.00mm_Horizontal -Through hole angled pin header, 2x24, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x24 1.00mm double row -0 -48 -48 -Connector_PinHeader_1.00mm -PinHeader_2x24_P1.00mm_Vertical -Through hole straight pin header, 2x24, 1.00mm pitch, double rows -Through hole pin header THT 2x24 1.00mm double row -0 -48 -48 -Connector_PinHeader_1.00mm -PinHeader_2x24_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x24, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x24 1.00mm double row -0 -48 -48 -Connector_PinHeader_1.00mm -PinHeader_2x25_P1.00mm_Horizontal -Through hole angled pin header, 2x25, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x25 1.00mm double row -0 -50 -50 -Connector_PinHeader_1.00mm -PinHeader_2x25_P1.00mm_Vertical -Through hole straight pin header, 2x25, 1.00mm pitch, double rows -Through hole pin header THT 2x25 1.00mm double row -0 -50 -50 -Connector_PinHeader_1.00mm -PinHeader_2x25_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x25, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x25 1.00mm double row -0 -50 -50 -Connector_PinHeader_1.00mm -PinHeader_2x26_P1.00mm_Horizontal -Through hole angled pin header, 2x26, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x26 1.00mm double row -0 -52 -52 -Connector_PinHeader_1.00mm -PinHeader_2x26_P1.00mm_Vertical -Through hole straight pin header, 2x26, 1.00mm pitch, double rows -Through hole pin header THT 2x26 1.00mm double row -0 -52 -52 -Connector_PinHeader_1.00mm -PinHeader_2x26_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x26, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x26 1.00mm double row -0 -52 -52 -Connector_PinHeader_1.00mm -PinHeader_2x27_P1.00mm_Horizontal -Through hole angled pin header, 2x27, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x27 1.00mm double row -0 -54 -54 -Connector_PinHeader_1.00mm -PinHeader_2x27_P1.00mm_Vertical -Through hole straight pin header, 2x27, 1.00mm pitch, double rows -Through hole pin header THT 2x27 1.00mm double row -0 -54 -54 -Connector_PinHeader_1.00mm -PinHeader_2x27_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x27, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x27 1.00mm double row -0 -54 -54 -Connector_PinHeader_1.00mm -PinHeader_2x28_P1.00mm_Horizontal -Through hole angled pin header, 2x28, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x28 1.00mm double row -0 -56 -56 -Connector_PinHeader_1.00mm -PinHeader_2x28_P1.00mm_Vertical -Through hole straight pin header, 2x28, 1.00mm pitch, double rows -Through hole pin header THT 2x28 1.00mm double row -0 -56 -56 -Connector_PinHeader_1.00mm -PinHeader_2x28_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x28, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x28 1.00mm double row -0 -56 -56 -Connector_PinHeader_1.00mm -PinHeader_2x29_P1.00mm_Horizontal -Through hole angled pin header, 2x29, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x29 1.00mm double row -0 -58 -58 -Connector_PinHeader_1.00mm -PinHeader_2x29_P1.00mm_Vertical -Through hole straight pin header, 2x29, 1.00mm pitch, double rows -Through hole pin header THT 2x29 1.00mm double row -0 -58 -58 -Connector_PinHeader_1.00mm -PinHeader_2x29_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x29, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x29 1.00mm double row -0 -58 -58 -Connector_PinHeader_1.00mm -PinHeader_2x30_P1.00mm_Horizontal -Through hole angled pin header, 2x30, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x30 1.00mm double row -0 -60 -60 -Connector_PinHeader_1.00mm -PinHeader_2x30_P1.00mm_Vertical -Through hole straight pin header, 2x30, 1.00mm pitch, double rows -Through hole pin header THT 2x30 1.00mm double row -0 -60 -60 -Connector_PinHeader_1.00mm -PinHeader_2x30_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x30, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x30 1.00mm double row -0 -60 -60 -Connector_PinHeader_1.00mm -PinHeader_2x31_P1.00mm_Horizontal -Through hole angled pin header, 2x31, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x31 1.00mm double row -0 -62 -62 -Connector_PinHeader_1.00mm -PinHeader_2x31_P1.00mm_Vertical -Through hole straight pin header, 2x31, 1.00mm pitch, double rows -Through hole pin header THT 2x31 1.00mm double row -0 -62 -62 -Connector_PinHeader_1.00mm -PinHeader_2x31_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x31, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x31 1.00mm double row -0 -62 -62 -Connector_PinHeader_1.00mm -PinHeader_2x32_P1.00mm_Horizontal -Through hole angled pin header, 2x32, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x32 1.00mm double row -0 -64 -64 -Connector_PinHeader_1.00mm -PinHeader_2x32_P1.00mm_Vertical -Through hole straight pin header, 2x32, 1.00mm pitch, double rows -Through hole pin header THT 2x32 1.00mm double row -0 -64 -64 -Connector_PinHeader_1.00mm -PinHeader_2x32_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x32, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x32 1.00mm double row -0 -64 -64 -Connector_PinHeader_1.00mm -PinHeader_2x33_P1.00mm_Horizontal -Through hole angled pin header, 2x33, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x33 1.00mm double row -0 -66 -66 -Connector_PinHeader_1.00mm -PinHeader_2x33_P1.00mm_Vertical -Through hole straight pin header, 2x33, 1.00mm pitch, double rows -Through hole pin header THT 2x33 1.00mm double row -0 -66 -66 -Connector_PinHeader_1.00mm -PinHeader_2x33_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x33, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x33 1.00mm double row -0 -66 -66 -Connector_PinHeader_1.00mm -PinHeader_2x34_P1.00mm_Horizontal -Through hole angled pin header, 2x34, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x34 1.00mm double row -0 -68 -68 -Connector_PinHeader_1.00mm -PinHeader_2x34_P1.00mm_Vertical -Through hole straight pin header, 2x34, 1.00mm pitch, double rows -Through hole pin header THT 2x34 1.00mm double row -0 -68 -68 -Connector_PinHeader_1.00mm -PinHeader_2x34_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x34, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x34 1.00mm double row -0 -68 -68 -Connector_PinHeader_1.00mm -PinHeader_2x35_P1.00mm_Horizontal -Through hole angled pin header, 2x35, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x35 1.00mm double row -0 -70 -70 -Connector_PinHeader_1.00mm -PinHeader_2x35_P1.00mm_Vertical -Through hole straight pin header, 2x35, 1.00mm pitch, double rows -Through hole pin header THT 2x35 1.00mm double row -0 -70 -70 -Connector_PinHeader_1.00mm -PinHeader_2x35_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x35, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x35 1.00mm double row -0 -70 -70 -Connector_PinHeader_1.00mm -PinHeader_2x36_P1.00mm_Horizontal -Through hole angled pin header, 2x36, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x36 1.00mm double row -0 -72 -72 -Connector_PinHeader_1.00mm -PinHeader_2x36_P1.00mm_Vertical -Through hole straight pin header, 2x36, 1.00mm pitch, double rows -Through hole pin header THT 2x36 1.00mm double row -0 -72 -72 -Connector_PinHeader_1.00mm -PinHeader_2x36_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x36, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x36 1.00mm double row -0 -72 -72 -Connector_PinHeader_1.00mm -PinHeader_2x37_P1.00mm_Horizontal -Through hole angled pin header, 2x37, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x37 1.00mm double row -0 -74 -74 -Connector_PinHeader_1.00mm -PinHeader_2x37_P1.00mm_Vertical -Through hole straight pin header, 2x37, 1.00mm pitch, double rows -Through hole pin header THT 2x37 1.00mm double row -0 -74 -74 -Connector_PinHeader_1.00mm -PinHeader_2x37_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x37, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x37 1.00mm double row -0 -74 -74 -Connector_PinHeader_1.00mm -PinHeader_2x38_P1.00mm_Horizontal -Through hole angled pin header, 2x38, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x38 1.00mm double row -0 -76 -76 -Connector_PinHeader_1.00mm -PinHeader_2x38_P1.00mm_Vertical -Through hole straight pin header, 2x38, 1.00mm pitch, double rows -Through hole pin header THT 2x38 1.00mm double row -0 -76 -76 -Connector_PinHeader_1.00mm -PinHeader_2x38_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x38, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x38 1.00mm double row -0 -76 -76 -Connector_PinHeader_1.00mm -PinHeader_2x39_P1.00mm_Horizontal -Through hole angled pin header, 2x39, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x39 1.00mm double row -0 -78 -78 -Connector_PinHeader_1.00mm -PinHeader_2x39_P1.00mm_Vertical -Through hole straight pin header, 2x39, 1.00mm pitch, double rows -Through hole pin header THT 2x39 1.00mm double row -0 -78 -78 -Connector_PinHeader_1.00mm -PinHeader_2x39_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x39, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x39 1.00mm double row -0 -78 -78 -Connector_PinHeader_1.00mm -PinHeader_2x40_P1.00mm_Horizontal -Through hole angled pin header, 2x40, 1.00mm pitch, 2.0mm pin length, double rows -Through hole angled pin header THT 2x40 1.00mm double row -0 -80 -80 -Connector_PinHeader_1.00mm -PinHeader_2x40_P1.00mm_Vertical -Through hole straight pin header, 2x40, 1.00mm pitch, double rows -Through hole pin header THT 2x40 1.00mm double row -0 -80 -80 -Connector_PinHeader_1.00mm -PinHeader_2x40_P1.00mm_Vertical_SMD -surface-mounted straight pin header, 2x40, 1.00mm pitch, double rows -Surface mounted pin header SMD 2x40 1.00mm double row -0 -80 -80 -Connector_PinHeader_1.27mm -PinHeader_1x01_P1.27mm_Horizontal -Through hole angled pin header, 1x01, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x01 1.27mm single row -0 -1 -1 -Connector_PinHeader_1.27mm -PinHeader_1x01_P1.27mm_Vertical -Through hole straight pin header, 1x01, 1.27mm pitch, single row -Through hole pin header THT 1x01 1.27mm single row -0 -1 -1 -Connector_PinHeader_1.27mm -PinHeader_1x02_P1.27mm_Horizontal -Through hole angled pin header, 1x02, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x02 1.27mm single row -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_1x02_P1.27mm_Vertical -Through hole straight pin header, 1x02, 1.27mm pitch, single row -Through hole pin header THT 1x02 1.27mm single row -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x02 1.27mm single row style1 pin1 left -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_1x02_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x02 1.27mm single row style2 pin1 right -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_1x03_P1.27mm_Horizontal -Through hole angled pin header, 1x03, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x03 1.27mm single row -0 -3 -3 -Connector_PinHeader_1.27mm -PinHeader_1x03_P1.27mm_Vertical -Through hole straight pin header, 1x03, 1.27mm pitch, single row -Through hole pin header THT 1x03 1.27mm single row -0 -3 -3 -Connector_PinHeader_1.27mm -PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x03 1.27mm single row style1 pin1 left -0 -3 -3 -Connector_PinHeader_1.27mm -PinHeader_1x03_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x03 1.27mm single row style2 pin1 right -0 -3 -3 -Connector_PinHeader_1.27mm -PinHeader_1x04_P1.27mm_Horizontal -Through hole angled pin header, 1x04, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x04 1.27mm single row -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_1x04_P1.27mm_Vertical -Through hole straight pin header, 1x04, 1.27mm pitch, single row -Through hole pin header THT 1x04 1.27mm single row -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x04 1.27mm single row style1 pin1 left -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_1x04_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x04 1.27mm single row style2 pin1 right -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_1x05_P1.27mm_Horizontal -Through hole angled pin header, 1x05, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x05 1.27mm single row -0 -5 -5 -Connector_PinHeader_1.27mm -PinHeader_1x05_P1.27mm_Vertical -Through hole straight pin header, 1x05, 1.27mm pitch, single row -Through hole pin header THT 1x05 1.27mm single row -0 -5 -5 -Connector_PinHeader_1.27mm -PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x05 1.27mm single row style1 pin1 left -0 -5 -5 -Connector_PinHeader_1.27mm -PinHeader_1x05_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x05 1.27mm single row style2 pin1 right -0 -5 -5 -Connector_PinHeader_1.27mm -PinHeader_1x06_P1.27mm_Horizontal -Through hole angled pin header, 1x06, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x06 1.27mm single row -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_1x06_P1.27mm_Vertical -Through hole straight pin header, 1x06, 1.27mm pitch, single row -Through hole pin header THT 1x06 1.27mm single row -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x06 1.27mm single row style1 pin1 left -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_1x06_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x06 1.27mm single row style2 pin1 right -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_1x07_P1.27mm_Horizontal -Through hole angled pin header, 1x07, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x07 1.27mm single row -0 -7 -7 -Connector_PinHeader_1.27mm -PinHeader_1x07_P1.27mm_Vertical -Through hole straight pin header, 1x07, 1.27mm pitch, single row -Through hole pin header THT 1x07 1.27mm single row -0 -7 -7 -Connector_PinHeader_1.27mm -PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x07 1.27mm single row style1 pin1 left -0 -7 -7 -Connector_PinHeader_1.27mm -PinHeader_1x07_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x07 1.27mm single row style2 pin1 right -0 -7 -7 -Connector_PinHeader_1.27mm -PinHeader_1x08_P1.27mm_Horizontal -Through hole angled pin header, 1x08, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x08 1.27mm single row -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_1x08_P1.27mm_Vertical -Through hole straight pin header, 1x08, 1.27mm pitch, single row -Through hole pin header THT 1x08 1.27mm single row -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x08 1.27mm single row style1 pin1 left -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_1x08_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x08 1.27mm single row style2 pin1 right -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_1x09_P1.27mm_Horizontal -Through hole angled pin header, 1x09, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x09 1.27mm single row -0 -9 -9 -Connector_PinHeader_1.27mm -PinHeader_1x09_P1.27mm_Vertical -Through hole straight pin header, 1x09, 1.27mm pitch, single row -Through hole pin header THT 1x09 1.27mm single row -0 -9 -9 -Connector_PinHeader_1.27mm -PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x09 1.27mm single row style1 pin1 left -0 -9 -9 -Connector_PinHeader_1.27mm -PinHeader_1x09_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x09 1.27mm single row style2 pin1 right -0 -9 -9 -Connector_PinHeader_1.27mm -PinHeader_1x10_P1.27mm_Horizontal -Through hole angled pin header, 1x10, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x10 1.27mm single row -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_1x10_P1.27mm_Vertical -Through hole straight pin header, 1x10, 1.27mm pitch, single row -Through hole pin header THT 1x10 1.27mm single row -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x10 1.27mm single row style1 pin1 left -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_1x10_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x10 1.27mm single row style2 pin1 right -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_1x11_P1.27mm_Horizontal -Through hole angled pin header, 1x11, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x11 1.27mm single row -0 -11 -11 -Connector_PinHeader_1.27mm -PinHeader_1x11_P1.27mm_Vertical -Through hole straight pin header, 1x11, 1.27mm pitch, single row -Through hole pin header THT 1x11 1.27mm single row -0 -11 -11 -Connector_PinHeader_1.27mm -PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x11 1.27mm single row style1 pin1 left -0 -11 -11 -Connector_PinHeader_1.27mm -PinHeader_1x11_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x11 1.27mm single row style2 pin1 right -0 -11 -11 -Connector_PinHeader_1.27mm -PinHeader_1x12_P1.27mm_Horizontal -Through hole angled pin header, 1x12, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x12 1.27mm single row -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_1x12_P1.27mm_Vertical -Through hole straight pin header, 1x12, 1.27mm pitch, single row -Through hole pin header THT 1x12 1.27mm single row -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x12 1.27mm single row style1 pin1 left -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_1x12_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x12 1.27mm single row style2 pin1 right -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_1x13_P1.27mm_Horizontal -Through hole angled pin header, 1x13, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x13 1.27mm single row -0 -13 -13 -Connector_PinHeader_1.27mm -PinHeader_1x13_P1.27mm_Vertical -Through hole straight pin header, 1x13, 1.27mm pitch, single row -Through hole pin header THT 1x13 1.27mm single row -0 -13 -13 -Connector_PinHeader_1.27mm -PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x13 1.27mm single row style1 pin1 left -0 -13 -13 -Connector_PinHeader_1.27mm -PinHeader_1x13_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x13 1.27mm single row style2 pin1 right -0 -13 -13 -Connector_PinHeader_1.27mm -PinHeader_1x14_P1.27mm_Horizontal -Through hole angled pin header, 1x14, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x14 1.27mm single row -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_1x14_P1.27mm_Vertical -Through hole straight pin header, 1x14, 1.27mm pitch, single row -Through hole pin header THT 1x14 1.27mm single row -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x14 1.27mm single row style1 pin1 left -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_1x14_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x14 1.27mm single row style2 pin1 right -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_1x15_P1.27mm_Horizontal -Through hole angled pin header, 1x15, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x15 1.27mm single row -0 -15 -15 -Connector_PinHeader_1.27mm -PinHeader_1x15_P1.27mm_Vertical -Through hole straight pin header, 1x15, 1.27mm pitch, single row -Through hole pin header THT 1x15 1.27mm single row -0 -15 -15 -Connector_PinHeader_1.27mm -PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x15 1.27mm single row style1 pin1 left -0 -15 -15 -Connector_PinHeader_1.27mm -PinHeader_1x15_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x15 1.27mm single row style2 pin1 right -0 -15 -15 -Connector_PinHeader_1.27mm -PinHeader_1x16_P1.27mm_Horizontal -Through hole angled pin header, 1x16, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x16 1.27mm single row -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_1x16_P1.27mm_Vertical -Through hole straight pin header, 1x16, 1.27mm pitch, single row -Through hole pin header THT 1x16 1.27mm single row -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x16 1.27mm single row style1 pin1 left -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_1x16_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x16 1.27mm single row style2 pin1 right -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_1x17_P1.27mm_Horizontal -Through hole angled pin header, 1x17, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x17 1.27mm single row -0 -17 -17 -Connector_PinHeader_1.27mm -PinHeader_1x17_P1.27mm_Vertical -Through hole straight pin header, 1x17, 1.27mm pitch, single row -Through hole pin header THT 1x17 1.27mm single row -0 -17 -17 -Connector_PinHeader_1.27mm -PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x17 1.27mm single row style1 pin1 left -0 -17 -17 -Connector_PinHeader_1.27mm -PinHeader_1x17_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x17 1.27mm single row style2 pin1 right -0 -17 -17 -Connector_PinHeader_1.27mm -PinHeader_1x18_P1.27mm_Horizontal -Through hole angled pin header, 1x18, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x18 1.27mm single row -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_1x18_P1.27mm_Vertical -Through hole straight pin header, 1x18, 1.27mm pitch, single row -Through hole pin header THT 1x18 1.27mm single row -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x18 1.27mm single row style1 pin1 left -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_1x18_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x18 1.27mm single row style2 pin1 right -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_1x19_P1.27mm_Horizontal -Through hole angled pin header, 1x19, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x19 1.27mm single row -0 -19 -19 -Connector_PinHeader_1.27mm -PinHeader_1x19_P1.27mm_Vertical -Through hole straight pin header, 1x19, 1.27mm pitch, single row -Through hole pin header THT 1x19 1.27mm single row -0 -19 -19 -Connector_PinHeader_1.27mm -PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x19 1.27mm single row style1 pin1 left -0 -19 -19 -Connector_PinHeader_1.27mm -PinHeader_1x19_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x19 1.27mm single row style2 pin1 right -0 -19 -19 -Connector_PinHeader_1.27mm -PinHeader_1x20_P1.27mm_Horizontal -Through hole angled pin header, 1x20, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x20 1.27mm single row -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_1x20_P1.27mm_Vertical -Through hole straight pin header, 1x20, 1.27mm pitch, single row -Through hole pin header THT 1x20 1.27mm single row -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x20 1.27mm single row style1 pin1 left -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_1x20_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x20 1.27mm single row style2 pin1 right -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_1x21_P1.27mm_Horizontal -Through hole angled pin header, 1x21, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x21 1.27mm single row -0 -21 -21 -Connector_PinHeader_1.27mm -PinHeader_1x21_P1.27mm_Vertical -Through hole straight pin header, 1x21, 1.27mm pitch, single row -Through hole pin header THT 1x21 1.27mm single row -0 -21 -21 -Connector_PinHeader_1.27mm -PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x21 1.27mm single row style1 pin1 left -0 -21 -21 -Connector_PinHeader_1.27mm -PinHeader_1x21_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x21 1.27mm single row style2 pin1 right -0 -21 -21 -Connector_PinHeader_1.27mm -PinHeader_1x22_P1.27mm_Horizontal -Through hole angled pin header, 1x22, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x22 1.27mm single row -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_1x22_P1.27mm_Vertical -Through hole straight pin header, 1x22, 1.27mm pitch, single row -Through hole pin header THT 1x22 1.27mm single row -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x22 1.27mm single row style1 pin1 left -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_1x22_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x22 1.27mm single row style2 pin1 right -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_1x23_P1.27mm_Horizontal -Through hole angled pin header, 1x23, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x23 1.27mm single row -0 -23 -23 -Connector_PinHeader_1.27mm -PinHeader_1x23_P1.27mm_Vertical -Through hole straight pin header, 1x23, 1.27mm pitch, single row -Through hole pin header THT 1x23 1.27mm single row -0 -23 -23 -Connector_PinHeader_1.27mm -PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x23 1.27mm single row style1 pin1 left -0 -23 -23 -Connector_PinHeader_1.27mm -PinHeader_1x23_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x23 1.27mm single row style2 pin1 right -0 -23 -23 -Connector_PinHeader_1.27mm -PinHeader_1x24_P1.27mm_Horizontal -Through hole angled pin header, 1x24, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x24 1.27mm single row -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_1x24_P1.27mm_Vertical -Through hole straight pin header, 1x24, 1.27mm pitch, single row -Through hole pin header THT 1x24 1.27mm single row -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x24 1.27mm single row style1 pin1 left -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_1x24_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x24 1.27mm single row style2 pin1 right -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_1x25_P1.27mm_Horizontal -Through hole angled pin header, 1x25, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x25 1.27mm single row -0 -25 -25 -Connector_PinHeader_1.27mm -PinHeader_1x25_P1.27mm_Vertical -Through hole straight pin header, 1x25, 1.27mm pitch, single row -Through hole pin header THT 1x25 1.27mm single row -0 -25 -25 -Connector_PinHeader_1.27mm -PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x25 1.27mm single row style1 pin1 left -0 -25 -25 -Connector_PinHeader_1.27mm -PinHeader_1x25_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x25 1.27mm single row style2 pin1 right -0 -25 -25 -Connector_PinHeader_1.27mm -PinHeader_1x26_P1.27mm_Horizontal -Through hole angled pin header, 1x26, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x26 1.27mm single row -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_1x26_P1.27mm_Vertical -Through hole straight pin header, 1x26, 1.27mm pitch, single row -Through hole pin header THT 1x26 1.27mm single row -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x26 1.27mm single row style1 pin1 left -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_1x26_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x26 1.27mm single row style2 pin1 right -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_1x27_P1.27mm_Horizontal -Through hole angled pin header, 1x27, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x27 1.27mm single row -0 -27 -27 -Connector_PinHeader_1.27mm -PinHeader_1x27_P1.27mm_Vertical -Through hole straight pin header, 1x27, 1.27mm pitch, single row -Through hole pin header THT 1x27 1.27mm single row -0 -27 -27 -Connector_PinHeader_1.27mm -PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x27 1.27mm single row style1 pin1 left -0 -27 -27 -Connector_PinHeader_1.27mm -PinHeader_1x27_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x27 1.27mm single row style2 pin1 right -0 -27 -27 -Connector_PinHeader_1.27mm -PinHeader_1x28_P1.27mm_Horizontal -Through hole angled pin header, 1x28, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x28 1.27mm single row -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_1x28_P1.27mm_Vertical -Through hole straight pin header, 1x28, 1.27mm pitch, single row -Through hole pin header THT 1x28 1.27mm single row -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x28 1.27mm single row style1 pin1 left -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_1x28_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x28 1.27mm single row style2 pin1 right -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_1x29_P1.27mm_Horizontal -Through hole angled pin header, 1x29, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x29 1.27mm single row -0 -29 -29 -Connector_PinHeader_1.27mm -PinHeader_1x29_P1.27mm_Vertical -Through hole straight pin header, 1x29, 1.27mm pitch, single row -Through hole pin header THT 1x29 1.27mm single row -0 -29 -29 -Connector_PinHeader_1.27mm -PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x29 1.27mm single row style1 pin1 left -0 -29 -29 -Connector_PinHeader_1.27mm -PinHeader_1x29_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x29 1.27mm single row style2 pin1 right -0 -29 -29 -Connector_PinHeader_1.27mm -PinHeader_1x30_P1.27mm_Horizontal -Through hole angled pin header, 1x30, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x30 1.27mm single row -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_1x30_P1.27mm_Vertical -Through hole straight pin header, 1x30, 1.27mm pitch, single row -Through hole pin header THT 1x30 1.27mm single row -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x30 1.27mm single row style1 pin1 left -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_1x30_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x30 1.27mm single row style2 pin1 right -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_1x31_P1.27mm_Horizontal -Through hole angled pin header, 1x31, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x31 1.27mm single row -0 -31 -31 -Connector_PinHeader_1.27mm -PinHeader_1x31_P1.27mm_Vertical -Through hole straight pin header, 1x31, 1.27mm pitch, single row -Through hole pin header THT 1x31 1.27mm single row -0 -31 -31 -Connector_PinHeader_1.27mm -PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x31 1.27mm single row style1 pin1 left -0 -31 -31 -Connector_PinHeader_1.27mm -PinHeader_1x31_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x31 1.27mm single row style2 pin1 right -0 -31 -31 -Connector_PinHeader_1.27mm -PinHeader_1x32_P1.27mm_Horizontal -Through hole angled pin header, 1x32, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x32 1.27mm single row -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_1x32_P1.27mm_Vertical -Through hole straight pin header, 1x32, 1.27mm pitch, single row -Through hole pin header THT 1x32 1.27mm single row -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x32 1.27mm single row style1 pin1 left -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_1x32_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x32 1.27mm single row style2 pin1 right -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_1x33_P1.27mm_Horizontal -Through hole angled pin header, 1x33, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x33 1.27mm single row -0 -33 -33 -Connector_PinHeader_1.27mm -PinHeader_1x33_P1.27mm_Vertical -Through hole straight pin header, 1x33, 1.27mm pitch, single row -Through hole pin header THT 1x33 1.27mm single row -0 -33 -33 -Connector_PinHeader_1.27mm -PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x33 1.27mm single row style1 pin1 left -0 -33 -33 -Connector_PinHeader_1.27mm -PinHeader_1x33_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x33 1.27mm single row style2 pin1 right -0 -33 -33 -Connector_PinHeader_1.27mm -PinHeader_1x34_P1.27mm_Horizontal -Through hole angled pin header, 1x34, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x34 1.27mm single row -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_1x34_P1.27mm_Vertical -Through hole straight pin header, 1x34, 1.27mm pitch, single row -Through hole pin header THT 1x34 1.27mm single row -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x34 1.27mm single row style1 pin1 left -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_1x34_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x34 1.27mm single row style2 pin1 right -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_1x35_P1.27mm_Horizontal -Through hole angled pin header, 1x35, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x35 1.27mm single row -0 -35 -35 -Connector_PinHeader_1.27mm -PinHeader_1x35_P1.27mm_Vertical -Through hole straight pin header, 1x35, 1.27mm pitch, single row -Through hole pin header THT 1x35 1.27mm single row -0 -35 -35 -Connector_PinHeader_1.27mm -PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x35 1.27mm single row style1 pin1 left -0 -35 -35 -Connector_PinHeader_1.27mm -PinHeader_1x35_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x35 1.27mm single row style2 pin1 right -0 -35 -35 -Connector_PinHeader_1.27mm -PinHeader_1x36_P1.27mm_Horizontal -Through hole angled pin header, 1x36, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x36 1.27mm single row -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_1x36_P1.27mm_Vertical -Through hole straight pin header, 1x36, 1.27mm pitch, single row -Through hole pin header THT 1x36 1.27mm single row -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x36 1.27mm single row style1 pin1 left -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_1x36_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x36 1.27mm single row style2 pin1 right -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_1x37_P1.27mm_Horizontal -Through hole angled pin header, 1x37, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x37 1.27mm single row -0 -37 -37 -Connector_PinHeader_1.27mm -PinHeader_1x37_P1.27mm_Vertical -Through hole straight pin header, 1x37, 1.27mm pitch, single row -Through hole pin header THT 1x37 1.27mm single row -0 -37 -37 -Connector_PinHeader_1.27mm -PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x37 1.27mm single row style1 pin1 left -0 -37 -37 -Connector_PinHeader_1.27mm -PinHeader_1x37_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x37 1.27mm single row style2 pin1 right -0 -37 -37 -Connector_PinHeader_1.27mm -PinHeader_1x38_P1.27mm_Horizontal -Through hole angled pin header, 1x38, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x38 1.27mm single row -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_1x38_P1.27mm_Vertical -Through hole straight pin header, 1x38, 1.27mm pitch, single row -Through hole pin header THT 1x38 1.27mm single row -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x38 1.27mm single row style1 pin1 left -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_1x38_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x38 1.27mm single row style2 pin1 right -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_1x39_P1.27mm_Horizontal -Through hole angled pin header, 1x39, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x39 1.27mm single row -0 -39 -39 -Connector_PinHeader_1.27mm -PinHeader_1x39_P1.27mm_Vertical -Through hole straight pin header, 1x39, 1.27mm pitch, single row -Through hole pin header THT 1x39 1.27mm single row -0 -39 -39 -Connector_PinHeader_1.27mm -PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x39 1.27mm single row style1 pin1 left -0 -39 -39 -Connector_PinHeader_1.27mm -PinHeader_1x39_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x39 1.27mm single row style2 pin1 right -0 -39 -39 -Connector_PinHeader_1.27mm -PinHeader_1x40_P1.27mm_Horizontal -Through hole angled pin header, 1x40, 1.27mm pitch, 4.0mm pin length, single row -Through hole angled pin header THT 1x40 1.27mm single row -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_1x40_P1.27mm_Vertical -Through hole straight pin header, 1x40, 1.27mm pitch, single row -Through hole pin header THT 1x40 1.27mm single row -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x40 1.27mm single row style1 pin1 left -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_1x40_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x40 1.27mm single row style2 pin1 right -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_2x01_P1.27mm_Horizontal -Through hole angled pin header, 2x01, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x01 1.27mm double row -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_2x01_P1.27mm_Vertical -Through hole straight pin header, 2x01, 1.27mm pitch, double rows -Through hole pin header THT 2x01 1.27mm double row -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_2x01_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x01, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x01 1.27mm double row -0 -2 -2 -Connector_PinHeader_1.27mm -PinHeader_2x02_P1.27mm_Horizontal -Through hole angled pin header, 2x02, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x02 1.27mm double row -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_2x02_P1.27mm_Vertical -Through hole straight pin header, 2x02, 1.27mm pitch, double rows -Through hole pin header THT 2x02 1.27mm double row -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_2x02_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x02, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x02 1.27mm double row -0 -4 -4 -Connector_PinHeader_1.27mm -PinHeader_2x03_P1.27mm_Horizontal -Through hole angled pin header, 2x03, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x03 1.27mm double row -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_2x03_P1.27mm_Vertical -Through hole straight pin header, 2x03, 1.27mm pitch, double rows -Through hole pin header THT 2x03 1.27mm double row -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_2x03_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x03, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x03 1.27mm double row -0 -6 -6 -Connector_PinHeader_1.27mm -PinHeader_2x04_P1.27mm_Horizontal -Through hole angled pin header, 2x04, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x04 1.27mm double row -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_2x04_P1.27mm_Vertical -Through hole straight pin header, 2x04, 1.27mm pitch, double rows -Through hole pin header THT 2x04 1.27mm double row -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_2x04_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x04, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x04 1.27mm double row -0 -8 -8 -Connector_PinHeader_1.27mm -PinHeader_2x05_P1.27mm_Horizontal -Through hole angled pin header, 2x05, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x05 1.27mm double row -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_2x05_P1.27mm_Vertical -Through hole straight pin header, 2x05, 1.27mm pitch, double rows -Through hole pin header THT 2x05 1.27mm double row -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_2x05_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x05, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x05 1.27mm double row -0 -10 -10 -Connector_PinHeader_1.27mm -PinHeader_2x06_P1.27mm_Horizontal -Through hole angled pin header, 2x06, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x06 1.27mm double row -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_2x06_P1.27mm_Vertical -Through hole straight pin header, 2x06, 1.27mm pitch, double rows -Through hole pin header THT 2x06 1.27mm double row -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_2x06_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x06, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x06 1.27mm double row -0 -12 -12 -Connector_PinHeader_1.27mm -PinHeader_2x07_P1.27mm_Horizontal -Through hole angled pin header, 2x07, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x07 1.27mm double row -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_2x07_P1.27mm_Vertical -Through hole straight pin header, 2x07, 1.27mm pitch, double rows -Through hole pin header THT 2x07 1.27mm double row -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_2x07_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x07, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x07 1.27mm double row -0 -14 -14 -Connector_PinHeader_1.27mm -PinHeader_2x08_P1.27mm_Horizontal -Through hole angled pin header, 2x08, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x08 1.27mm double row -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_2x08_P1.27mm_Vertical -Through hole straight pin header, 2x08, 1.27mm pitch, double rows -Through hole pin header THT 2x08 1.27mm double row -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_2x08_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x08, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x08 1.27mm double row -0 -16 -16 -Connector_PinHeader_1.27mm -PinHeader_2x09_P1.27mm_Horizontal -Through hole angled pin header, 2x09, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x09 1.27mm double row -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_2x09_P1.27mm_Vertical -Through hole straight pin header, 2x09, 1.27mm pitch, double rows -Through hole pin header THT 2x09 1.27mm double row -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_2x09_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x09, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x09 1.27mm double row -0 -18 -18 -Connector_PinHeader_1.27mm -PinHeader_2x10_P1.27mm_Horizontal -Through hole angled pin header, 2x10, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x10 1.27mm double row -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_2x10_P1.27mm_Vertical -Through hole straight pin header, 2x10, 1.27mm pitch, double rows -Through hole pin header THT 2x10 1.27mm double row -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_2x10_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x10, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x10 1.27mm double row -0 -20 -20 -Connector_PinHeader_1.27mm -PinHeader_2x11_P1.27mm_Horizontal -Through hole angled pin header, 2x11, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x11 1.27mm double row -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_2x11_P1.27mm_Vertical -Through hole straight pin header, 2x11, 1.27mm pitch, double rows -Through hole pin header THT 2x11 1.27mm double row -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_2x11_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x11, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x11 1.27mm double row -0 -22 -22 -Connector_PinHeader_1.27mm -PinHeader_2x12_P1.27mm_Horizontal -Through hole angled pin header, 2x12, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x12 1.27mm double row -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_2x12_P1.27mm_Vertical -Through hole straight pin header, 2x12, 1.27mm pitch, double rows -Through hole pin header THT 2x12 1.27mm double row -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_2x12_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x12, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x12 1.27mm double row -0 -24 -24 -Connector_PinHeader_1.27mm -PinHeader_2x13_P1.27mm_Horizontal -Through hole angled pin header, 2x13, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x13 1.27mm double row -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_2x13_P1.27mm_Vertical -Through hole straight pin header, 2x13, 1.27mm pitch, double rows -Through hole pin header THT 2x13 1.27mm double row -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_2x13_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x13, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x13 1.27mm double row -0 -26 -26 -Connector_PinHeader_1.27mm -PinHeader_2x14_P1.27mm_Horizontal -Through hole angled pin header, 2x14, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x14 1.27mm double row -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_2x14_P1.27mm_Vertical -Through hole straight pin header, 2x14, 1.27mm pitch, double rows -Through hole pin header THT 2x14 1.27mm double row -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_2x14_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x14, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x14 1.27mm double row -0 -28 -28 -Connector_PinHeader_1.27mm -PinHeader_2x15_P1.27mm_Horizontal -Through hole angled pin header, 2x15, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x15 1.27mm double row -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_2x15_P1.27mm_Vertical -Through hole straight pin header, 2x15, 1.27mm pitch, double rows -Through hole pin header THT 2x15 1.27mm double row -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_2x15_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x15, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x15 1.27mm double row -0 -30 -30 -Connector_PinHeader_1.27mm -PinHeader_2x16_P1.27mm_Horizontal -Through hole angled pin header, 2x16, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x16 1.27mm double row -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_2x16_P1.27mm_Vertical -Through hole straight pin header, 2x16, 1.27mm pitch, double rows -Through hole pin header THT 2x16 1.27mm double row -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_2x16_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x16, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x16 1.27mm double row -0 -32 -32 -Connector_PinHeader_1.27mm -PinHeader_2x17_P1.27mm_Horizontal -Through hole angled pin header, 2x17, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x17 1.27mm double row -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_2x17_P1.27mm_Vertical -Through hole straight pin header, 2x17, 1.27mm pitch, double rows -Through hole pin header THT 2x17 1.27mm double row -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_2x17_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x17, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x17 1.27mm double row -0 -34 -34 -Connector_PinHeader_1.27mm -PinHeader_2x18_P1.27mm_Horizontal -Through hole angled pin header, 2x18, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x18 1.27mm double row -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_2x18_P1.27mm_Vertical -Through hole straight pin header, 2x18, 1.27mm pitch, double rows -Through hole pin header THT 2x18 1.27mm double row -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_2x18_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x18, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x18 1.27mm double row -0 -36 -36 -Connector_PinHeader_1.27mm -PinHeader_2x19_P1.27mm_Horizontal -Through hole angled pin header, 2x19, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x19 1.27mm double row -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_2x19_P1.27mm_Vertical -Through hole straight pin header, 2x19, 1.27mm pitch, double rows -Through hole pin header THT 2x19 1.27mm double row -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_2x19_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x19, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x19 1.27mm double row -0 -38 -38 -Connector_PinHeader_1.27mm -PinHeader_2x20_P1.27mm_Horizontal -Through hole angled pin header, 2x20, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x20 1.27mm double row -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_2x20_P1.27mm_Vertical -Through hole straight pin header, 2x20, 1.27mm pitch, double rows -Through hole pin header THT 2x20 1.27mm double row -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_2x20_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x20, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x20 1.27mm double row -0 -40 -40 -Connector_PinHeader_1.27mm -PinHeader_2x21_P1.27mm_Horizontal -Through hole angled pin header, 2x21, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x21 1.27mm double row -0 -42 -42 -Connector_PinHeader_1.27mm -PinHeader_2x21_P1.27mm_Vertical -Through hole straight pin header, 2x21, 1.27mm pitch, double rows -Through hole pin header THT 2x21 1.27mm double row -0 -42 -42 -Connector_PinHeader_1.27mm -PinHeader_2x21_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x21, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x21 1.27mm double row -0 -42 -42 -Connector_PinHeader_1.27mm -PinHeader_2x22_P1.27mm_Horizontal -Through hole angled pin header, 2x22, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x22 1.27mm double row -0 -44 -44 -Connector_PinHeader_1.27mm -PinHeader_2x22_P1.27mm_Vertical -Through hole straight pin header, 2x22, 1.27mm pitch, double rows -Through hole pin header THT 2x22 1.27mm double row -0 -44 -44 -Connector_PinHeader_1.27mm -PinHeader_2x22_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x22, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x22 1.27mm double row -0 -44 -44 -Connector_PinHeader_1.27mm -PinHeader_2x23_P1.27mm_Horizontal -Through hole angled pin header, 2x23, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x23 1.27mm double row -0 -46 -46 -Connector_PinHeader_1.27mm -PinHeader_2x23_P1.27mm_Vertical -Through hole straight pin header, 2x23, 1.27mm pitch, double rows -Through hole pin header THT 2x23 1.27mm double row -0 -46 -46 -Connector_PinHeader_1.27mm -PinHeader_2x23_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x23, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x23 1.27mm double row -0 -46 -46 -Connector_PinHeader_1.27mm -PinHeader_2x24_P1.27mm_Horizontal -Through hole angled pin header, 2x24, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x24 1.27mm double row -0 -48 -48 -Connector_PinHeader_1.27mm -PinHeader_2x24_P1.27mm_Vertical -Through hole straight pin header, 2x24, 1.27mm pitch, double rows -Through hole pin header THT 2x24 1.27mm double row -0 -48 -48 -Connector_PinHeader_1.27mm -PinHeader_2x24_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x24, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x24 1.27mm double row -0 -48 -48 -Connector_PinHeader_1.27mm -PinHeader_2x25_P1.27mm_Horizontal -Through hole angled pin header, 2x25, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x25 1.27mm double row -0 -50 -50 -Connector_PinHeader_1.27mm -PinHeader_2x25_P1.27mm_Vertical -Through hole straight pin header, 2x25, 1.27mm pitch, double rows -Through hole pin header THT 2x25 1.27mm double row -0 -50 -50 -Connector_PinHeader_1.27mm -PinHeader_2x25_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x25, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x25 1.27mm double row -0 -50 -50 -Connector_PinHeader_1.27mm -PinHeader_2x26_P1.27mm_Horizontal -Through hole angled pin header, 2x26, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x26 1.27mm double row -0 -52 -52 -Connector_PinHeader_1.27mm -PinHeader_2x26_P1.27mm_Vertical -Through hole straight pin header, 2x26, 1.27mm pitch, double rows -Through hole pin header THT 2x26 1.27mm double row -0 -52 -52 -Connector_PinHeader_1.27mm -PinHeader_2x26_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x26, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x26 1.27mm double row -0 -52 -52 -Connector_PinHeader_1.27mm -PinHeader_2x27_P1.27mm_Horizontal -Through hole angled pin header, 2x27, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x27 1.27mm double row -0 -54 -54 -Connector_PinHeader_1.27mm -PinHeader_2x27_P1.27mm_Vertical -Through hole straight pin header, 2x27, 1.27mm pitch, double rows -Through hole pin header THT 2x27 1.27mm double row -0 -54 -54 -Connector_PinHeader_1.27mm -PinHeader_2x27_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x27, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x27 1.27mm double row -0 -54 -54 -Connector_PinHeader_1.27mm -PinHeader_2x28_P1.27mm_Horizontal -Through hole angled pin header, 2x28, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x28 1.27mm double row -0 -56 -56 -Connector_PinHeader_1.27mm -PinHeader_2x28_P1.27mm_Vertical -Through hole straight pin header, 2x28, 1.27mm pitch, double rows -Through hole pin header THT 2x28 1.27mm double row -0 -56 -56 -Connector_PinHeader_1.27mm -PinHeader_2x28_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x28, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x28 1.27mm double row -0 -56 -56 -Connector_PinHeader_1.27mm -PinHeader_2x29_P1.27mm_Horizontal -Through hole angled pin header, 2x29, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x29 1.27mm double row -0 -58 -58 -Connector_PinHeader_1.27mm -PinHeader_2x29_P1.27mm_Vertical -Through hole straight pin header, 2x29, 1.27mm pitch, double rows -Through hole pin header THT 2x29 1.27mm double row -0 -58 -58 -Connector_PinHeader_1.27mm -PinHeader_2x29_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x29, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x29 1.27mm double row -0 -58 -58 -Connector_PinHeader_1.27mm -PinHeader_2x30_P1.27mm_Horizontal -Through hole angled pin header, 2x30, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x30 1.27mm double row -0 -60 -60 -Connector_PinHeader_1.27mm -PinHeader_2x30_P1.27mm_Vertical -Through hole straight pin header, 2x30, 1.27mm pitch, double rows -Through hole pin header THT 2x30 1.27mm double row -0 -60 -60 -Connector_PinHeader_1.27mm -PinHeader_2x30_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x30, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x30 1.27mm double row -0 -60 -60 -Connector_PinHeader_1.27mm -PinHeader_2x31_P1.27mm_Horizontal -Through hole angled pin header, 2x31, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x31 1.27mm double row -0 -62 -62 -Connector_PinHeader_1.27mm -PinHeader_2x31_P1.27mm_Vertical -Through hole straight pin header, 2x31, 1.27mm pitch, double rows -Through hole pin header THT 2x31 1.27mm double row -0 -62 -62 -Connector_PinHeader_1.27mm -PinHeader_2x31_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x31, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x31 1.27mm double row -0 -62 -62 -Connector_PinHeader_1.27mm -PinHeader_2x32_P1.27mm_Horizontal -Through hole angled pin header, 2x32, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x32 1.27mm double row -0 -64 -64 -Connector_PinHeader_1.27mm -PinHeader_2x32_P1.27mm_Vertical -Through hole straight pin header, 2x32, 1.27mm pitch, double rows -Through hole pin header THT 2x32 1.27mm double row -0 -64 -64 -Connector_PinHeader_1.27mm -PinHeader_2x32_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x32, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x32 1.27mm double row -0 -64 -64 -Connector_PinHeader_1.27mm -PinHeader_2x33_P1.27mm_Horizontal -Through hole angled pin header, 2x33, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x33 1.27mm double row -0 -66 -66 -Connector_PinHeader_1.27mm -PinHeader_2x33_P1.27mm_Vertical -Through hole straight pin header, 2x33, 1.27mm pitch, double rows -Through hole pin header THT 2x33 1.27mm double row -0 -66 -66 -Connector_PinHeader_1.27mm -PinHeader_2x33_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x33, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x33 1.27mm double row -0 -66 -66 -Connector_PinHeader_1.27mm -PinHeader_2x34_P1.27mm_Horizontal -Through hole angled pin header, 2x34, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x34 1.27mm double row -0 -68 -68 -Connector_PinHeader_1.27mm -PinHeader_2x34_P1.27mm_Vertical -Through hole straight pin header, 2x34, 1.27mm pitch, double rows -Through hole pin header THT 2x34 1.27mm double row -0 -68 -68 -Connector_PinHeader_1.27mm -PinHeader_2x34_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x34, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x34 1.27mm double row -0 -68 -68 -Connector_PinHeader_1.27mm -PinHeader_2x35_P1.27mm_Horizontal -Through hole angled pin header, 2x35, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x35 1.27mm double row -0 -70 -70 -Connector_PinHeader_1.27mm -PinHeader_2x35_P1.27mm_Vertical -Through hole straight pin header, 2x35, 1.27mm pitch, double rows -Through hole pin header THT 2x35 1.27mm double row -0 -70 -70 -Connector_PinHeader_1.27mm -PinHeader_2x35_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x35, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x35 1.27mm double row -0 -70 -70 -Connector_PinHeader_1.27mm -PinHeader_2x36_P1.27mm_Horizontal -Through hole angled pin header, 2x36, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x36 1.27mm double row -0 -72 -72 -Connector_PinHeader_1.27mm -PinHeader_2x36_P1.27mm_Vertical -Through hole straight pin header, 2x36, 1.27mm pitch, double rows -Through hole pin header THT 2x36 1.27mm double row -0 -72 -72 -Connector_PinHeader_1.27mm -PinHeader_2x36_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x36, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x36 1.27mm double row -0 -72 -72 -Connector_PinHeader_1.27mm -PinHeader_2x37_P1.27mm_Horizontal -Through hole angled pin header, 2x37, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x37 1.27mm double row -0 -74 -74 -Connector_PinHeader_1.27mm -PinHeader_2x37_P1.27mm_Vertical -Through hole straight pin header, 2x37, 1.27mm pitch, double rows -Through hole pin header THT 2x37 1.27mm double row -0 -74 -74 -Connector_PinHeader_1.27mm -PinHeader_2x37_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x37, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x37 1.27mm double row -0 -74 -74 -Connector_PinHeader_1.27mm -PinHeader_2x38_P1.27mm_Horizontal -Through hole angled pin header, 2x38, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x38 1.27mm double row -0 -76 -76 -Connector_PinHeader_1.27mm -PinHeader_2x38_P1.27mm_Vertical -Through hole straight pin header, 2x38, 1.27mm pitch, double rows -Through hole pin header THT 2x38 1.27mm double row -0 -76 -76 -Connector_PinHeader_1.27mm -PinHeader_2x38_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x38, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x38 1.27mm double row -0 -76 -76 -Connector_PinHeader_1.27mm -PinHeader_2x39_P1.27mm_Horizontal -Through hole angled pin header, 2x39, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x39 1.27mm double row -0 -78 -78 -Connector_PinHeader_1.27mm -PinHeader_2x39_P1.27mm_Vertical -Through hole straight pin header, 2x39, 1.27mm pitch, double rows -Through hole pin header THT 2x39 1.27mm double row -0 -78 -78 -Connector_PinHeader_1.27mm -PinHeader_2x39_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x39, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x39 1.27mm double row -0 -78 -78 -Connector_PinHeader_1.27mm -PinHeader_2x40_P1.27mm_Horizontal -Through hole angled pin header, 2x40, 1.27mm pitch, 4.0mm pin length, double rows -Through hole angled pin header THT 2x40 1.27mm double row -0 -80 -80 -Connector_PinHeader_1.27mm -PinHeader_2x40_P1.27mm_Vertical -Through hole straight pin header, 2x40, 1.27mm pitch, double rows -Through hole pin header THT 2x40 1.27mm double row -0 -80 -80 -Connector_PinHeader_1.27mm -PinHeader_2x40_P1.27mm_Vertical_SMD -surface-mounted straight pin header, 2x40, 1.27mm pitch, double rows -Surface mounted pin header SMD 2x40 1.27mm double row -0 -80 -80 -Connector_PinHeader_2.00mm -PinHeader_1x01_P2.00mm_Horizontal -Through hole angled pin header, 1x01, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x01 2.00mm single row -0 -1 -1 -Connector_PinHeader_2.00mm -PinHeader_1x01_P2.00mm_Vertical -Through hole straight pin header, 1x01, 2.00mm pitch, single row -Through hole pin header THT 1x01 2.00mm single row -0 -1 -1 -Connector_PinHeader_2.00mm -PinHeader_1x02_P2.00mm_Horizontal -Through hole angled pin header, 1x02, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x02 2.00mm single row -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_1x02_P2.00mm_Vertical -Through hole straight pin header, 1x02, 2.00mm pitch, single row -Through hole pin header THT 1x02 2.00mm single row -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x02 2.00mm single row style1 pin1 left -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_1x02_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x02 2.00mm single row style2 pin1 right -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_1x03_P2.00mm_Horizontal -Through hole angled pin header, 1x03, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x03 2.00mm single row -0 -3 -3 -Connector_PinHeader_2.00mm -PinHeader_1x03_P2.00mm_Vertical -Through hole straight pin header, 1x03, 2.00mm pitch, single row -Through hole pin header THT 1x03 2.00mm single row -0 -3 -3 -Connector_PinHeader_2.00mm -PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x03 2.00mm single row style1 pin1 left -0 -3 -3 -Connector_PinHeader_2.00mm -PinHeader_1x03_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x03 2.00mm single row style2 pin1 right -0 -3 -3 -Connector_PinHeader_2.00mm -PinHeader_1x04_P2.00mm_Horizontal -Through hole angled pin header, 1x04, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x04 2.00mm single row -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_1x04_P2.00mm_Vertical -Through hole straight pin header, 1x04, 2.00mm pitch, single row -Through hole pin header THT 1x04 2.00mm single row -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x04 2.00mm single row style1 pin1 left -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_1x04_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x04 2.00mm single row style2 pin1 right -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_1x05_P2.00mm_Horizontal -Through hole angled pin header, 1x05, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x05 2.00mm single row -0 -5 -5 -Connector_PinHeader_2.00mm -PinHeader_1x05_P2.00mm_Vertical -Through hole straight pin header, 1x05, 2.00mm pitch, single row -Through hole pin header THT 1x05 2.00mm single row -0 -5 -5 -Connector_PinHeader_2.00mm -PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x05 2.00mm single row style1 pin1 left -0 -5 -5 -Connector_PinHeader_2.00mm -PinHeader_1x05_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x05 2.00mm single row style2 pin1 right -0 -5 -5 -Connector_PinHeader_2.00mm -PinHeader_1x06_P2.00mm_Horizontal -Through hole angled pin header, 1x06, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x06 2.00mm single row -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_1x06_P2.00mm_Vertical -Through hole straight pin header, 1x06, 2.00mm pitch, single row -Through hole pin header THT 1x06 2.00mm single row -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x06 2.00mm single row style1 pin1 left -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_1x06_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x06 2.00mm single row style2 pin1 right -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_1x07_P2.00mm_Horizontal -Through hole angled pin header, 1x07, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x07 2.00mm single row -0 -7 -7 -Connector_PinHeader_2.00mm -PinHeader_1x07_P2.00mm_Vertical -Through hole straight pin header, 1x07, 2.00mm pitch, single row -Through hole pin header THT 1x07 2.00mm single row -0 -7 -7 -Connector_PinHeader_2.00mm -PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x07 2.00mm single row style1 pin1 left -0 -7 -7 -Connector_PinHeader_2.00mm -PinHeader_1x07_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x07 2.00mm single row style2 pin1 right -0 -7 -7 -Connector_PinHeader_2.00mm -PinHeader_1x08_P2.00mm_Horizontal -Through hole angled pin header, 1x08, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x08 2.00mm single row -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_1x08_P2.00mm_Vertical -Through hole straight pin header, 1x08, 2.00mm pitch, single row -Through hole pin header THT 1x08 2.00mm single row -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x08 2.00mm single row style1 pin1 left -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_1x08_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x08 2.00mm single row style2 pin1 right -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_1x09_P2.00mm_Horizontal -Through hole angled pin header, 1x09, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x09 2.00mm single row -0 -9 -9 -Connector_PinHeader_2.00mm -PinHeader_1x09_P2.00mm_Vertical -Through hole straight pin header, 1x09, 2.00mm pitch, single row -Through hole pin header THT 1x09 2.00mm single row -0 -9 -9 -Connector_PinHeader_2.00mm -PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x09 2.00mm single row style1 pin1 left -0 -9 -9 -Connector_PinHeader_2.00mm -PinHeader_1x09_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x09 2.00mm single row style2 pin1 right -0 -9 -9 -Connector_PinHeader_2.00mm -PinHeader_1x10_P2.00mm_Horizontal -Through hole angled pin header, 1x10, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x10 2.00mm single row -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_1x10_P2.00mm_Vertical -Through hole straight pin header, 1x10, 2.00mm pitch, single row -Through hole pin header THT 1x10 2.00mm single row -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x10 2.00mm single row style1 pin1 left -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_1x10_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x10 2.00mm single row style2 pin1 right -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_1x11_P2.00mm_Horizontal -Through hole angled pin header, 1x11, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x11 2.00mm single row -0 -11 -11 -Connector_PinHeader_2.00mm -PinHeader_1x11_P2.00mm_Vertical -Through hole straight pin header, 1x11, 2.00mm pitch, single row -Through hole pin header THT 1x11 2.00mm single row -0 -11 -11 -Connector_PinHeader_2.00mm -PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x11 2.00mm single row style1 pin1 left -0 -11 -11 -Connector_PinHeader_2.00mm -PinHeader_1x11_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x11 2.00mm single row style2 pin1 right -0 -11 -11 -Connector_PinHeader_2.00mm -PinHeader_1x12_P2.00mm_Horizontal -Through hole angled pin header, 1x12, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x12 2.00mm single row -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_1x12_P2.00mm_Vertical -Through hole straight pin header, 1x12, 2.00mm pitch, single row -Through hole pin header THT 1x12 2.00mm single row -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x12 2.00mm single row style1 pin1 left -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_1x12_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x12 2.00mm single row style2 pin1 right -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_1x13_P2.00mm_Horizontal -Through hole angled pin header, 1x13, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x13 2.00mm single row -0 -13 -13 -Connector_PinHeader_2.00mm -PinHeader_1x13_P2.00mm_Vertical -Through hole straight pin header, 1x13, 2.00mm pitch, single row -Through hole pin header THT 1x13 2.00mm single row -0 -13 -13 -Connector_PinHeader_2.00mm -PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x13 2.00mm single row style1 pin1 left -0 -13 -13 -Connector_PinHeader_2.00mm -PinHeader_1x13_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x13 2.00mm single row style2 pin1 right -0 -13 -13 -Connector_PinHeader_2.00mm -PinHeader_1x14_P2.00mm_Horizontal -Through hole angled pin header, 1x14, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x14 2.00mm single row -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_1x14_P2.00mm_Vertical -Through hole straight pin header, 1x14, 2.00mm pitch, single row -Through hole pin header THT 1x14 2.00mm single row -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x14 2.00mm single row style1 pin1 left -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_1x14_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x14 2.00mm single row style2 pin1 right -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_1x15_P2.00mm_Horizontal -Through hole angled pin header, 1x15, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x15 2.00mm single row -0 -15 -15 -Connector_PinHeader_2.00mm -PinHeader_1x15_P2.00mm_Vertical -Through hole straight pin header, 1x15, 2.00mm pitch, single row -Through hole pin header THT 1x15 2.00mm single row -0 -15 -15 -Connector_PinHeader_2.00mm -PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x15 2.00mm single row style1 pin1 left -0 -15 -15 -Connector_PinHeader_2.00mm -PinHeader_1x15_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x15 2.00mm single row style2 pin1 right -0 -15 -15 -Connector_PinHeader_2.00mm -PinHeader_1x16_P2.00mm_Horizontal -Through hole angled pin header, 1x16, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x16 2.00mm single row -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_1x16_P2.00mm_Vertical -Through hole straight pin header, 1x16, 2.00mm pitch, single row -Through hole pin header THT 1x16 2.00mm single row -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x16 2.00mm single row style1 pin1 left -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_1x16_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x16 2.00mm single row style2 pin1 right -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_1x17_P2.00mm_Horizontal -Through hole angled pin header, 1x17, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x17 2.00mm single row -0 -17 -17 -Connector_PinHeader_2.00mm -PinHeader_1x17_P2.00mm_Vertical -Through hole straight pin header, 1x17, 2.00mm pitch, single row -Through hole pin header THT 1x17 2.00mm single row -0 -17 -17 -Connector_PinHeader_2.00mm -PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x17 2.00mm single row style1 pin1 left -0 -17 -17 -Connector_PinHeader_2.00mm -PinHeader_1x17_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x17 2.00mm single row style2 pin1 right -0 -17 -17 -Connector_PinHeader_2.00mm -PinHeader_1x18_P2.00mm_Horizontal -Through hole angled pin header, 1x18, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x18 2.00mm single row -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_1x18_P2.00mm_Vertical -Through hole straight pin header, 1x18, 2.00mm pitch, single row -Through hole pin header THT 1x18 2.00mm single row -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x18 2.00mm single row style1 pin1 left -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_1x18_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x18 2.00mm single row style2 pin1 right -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_1x19_P2.00mm_Horizontal -Through hole angled pin header, 1x19, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x19 2.00mm single row -0 -19 -19 -Connector_PinHeader_2.00mm -PinHeader_1x19_P2.00mm_Vertical -Through hole straight pin header, 1x19, 2.00mm pitch, single row -Through hole pin header THT 1x19 2.00mm single row -0 -19 -19 -Connector_PinHeader_2.00mm -PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x19 2.00mm single row style1 pin1 left -0 -19 -19 -Connector_PinHeader_2.00mm -PinHeader_1x19_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x19 2.00mm single row style2 pin1 right -0 -19 -19 -Connector_PinHeader_2.00mm -PinHeader_1x20_P2.00mm_Horizontal -Through hole angled pin header, 1x20, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x20 2.00mm single row -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_1x20_P2.00mm_Vertical -Through hole straight pin header, 1x20, 2.00mm pitch, single row -Through hole pin header THT 1x20 2.00mm single row -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x20 2.00mm single row style1 pin1 left -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_1x20_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x20 2.00mm single row style2 pin1 right -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_1x21_P2.00mm_Horizontal -Through hole angled pin header, 1x21, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x21 2.00mm single row -0 -21 -21 -Connector_PinHeader_2.00mm -PinHeader_1x21_P2.00mm_Vertical -Through hole straight pin header, 1x21, 2.00mm pitch, single row -Through hole pin header THT 1x21 2.00mm single row -0 -21 -21 -Connector_PinHeader_2.00mm -PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x21 2.00mm single row style1 pin1 left -0 -21 -21 -Connector_PinHeader_2.00mm -PinHeader_1x21_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x21 2.00mm single row style2 pin1 right -0 -21 -21 -Connector_PinHeader_2.00mm -PinHeader_1x22_P2.00mm_Horizontal -Through hole angled pin header, 1x22, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x22 2.00mm single row -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_1x22_P2.00mm_Vertical -Through hole straight pin header, 1x22, 2.00mm pitch, single row -Through hole pin header THT 1x22 2.00mm single row -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x22 2.00mm single row style1 pin1 left -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_1x22_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x22 2.00mm single row style2 pin1 right -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_1x23_P2.00mm_Horizontal -Through hole angled pin header, 1x23, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x23 2.00mm single row -0 -23 -23 -Connector_PinHeader_2.00mm -PinHeader_1x23_P2.00mm_Vertical -Through hole straight pin header, 1x23, 2.00mm pitch, single row -Through hole pin header THT 1x23 2.00mm single row -0 -23 -23 -Connector_PinHeader_2.00mm -PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x23 2.00mm single row style1 pin1 left -0 -23 -23 -Connector_PinHeader_2.00mm -PinHeader_1x23_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x23 2.00mm single row style2 pin1 right -0 -23 -23 -Connector_PinHeader_2.00mm -PinHeader_1x24_P2.00mm_Horizontal -Through hole angled pin header, 1x24, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x24 2.00mm single row -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_1x24_P2.00mm_Vertical -Through hole straight pin header, 1x24, 2.00mm pitch, single row -Through hole pin header THT 1x24 2.00mm single row -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x24 2.00mm single row style1 pin1 left -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_1x24_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x24 2.00mm single row style2 pin1 right -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_1x25_P2.00mm_Horizontal -Through hole angled pin header, 1x25, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x25 2.00mm single row -0 -25 -25 -Connector_PinHeader_2.00mm -PinHeader_1x25_P2.00mm_Vertical -Through hole straight pin header, 1x25, 2.00mm pitch, single row -Through hole pin header THT 1x25 2.00mm single row -0 -25 -25 -Connector_PinHeader_2.00mm -PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x25 2.00mm single row style1 pin1 left -0 -25 -25 -Connector_PinHeader_2.00mm -PinHeader_1x25_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x25 2.00mm single row style2 pin1 right -0 -25 -25 -Connector_PinHeader_2.00mm -PinHeader_1x26_P2.00mm_Horizontal -Through hole angled pin header, 1x26, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x26 2.00mm single row -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_1x26_P2.00mm_Vertical -Through hole straight pin header, 1x26, 2.00mm pitch, single row -Through hole pin header THT 1x26 2.00mm single row -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x26 2.00mm single row style1 pin1 left -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_1x26_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x26 2.00mm single row style2 pin1 right -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_1x27_P2.00mm_Horizontal -Through hole angled pin header, 1x27, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x27 2.00mm single row -0 -27 -27 -Connector_PinHeader_2.00mm -PinHeader_1x27_P2.00mm_Vertical -Through hole straight pin header, 1x27, 2.00mm pitch, single row -Through hole pin header THT 1x27 2.00mm single row -0 -27 -27 -Connector_PinHeader_2.00mm -PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x27 2.00mm single row style1 pin1 left -0 -27 -27 -Connector_PinHeader_2.00mm -PinHeader_1x27_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x27 2.00mm single row style2 pin1 right -0 -27 -27 -Connector_PinHeader_2.00mm -PinHeader_1x28_P2.00mm_Horizontal -Through hole angled pin header, 1x28, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x28 2.00mm single row -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_1x28_P2.00mm_Vertical -Through hole straight pin header, 1x28, 2.00mm pitch, single row -Through hole pin header THT 1x28 2.00mm single row -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x28 2.00mm single row style1 pin1 left -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_1x28_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x28 2.00mm single row style2 pin1 right -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_1x29_P2.00mm_Horizontal -Through hole angled pin header, 1x29, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x29 2.00mm single row -0 -29 -29 -Connector_PinHeader_2.00mm -PinHeader_1x29_P2.00mm_Vertical -Through hole straight pin header, 1x29, 2.00mm pitch, single row -Through hole pin header THT 1x29 2.00mm single row -0 -29 -29 -Connector_PinHeader_2.00mm -PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x29 2.00mm single row style1 pin1 left -0 -29 -29 -Connector_PinHeader_2.00mm -PinHeader_1x29_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x29 2.00mm single row style2 pin1 right -0 -29 -29 -Connector_PinHeader_2.00mm -PinHeader_1x30_P2.00mm_Horizontal -Through hole angled pin header, 1x30, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x30 2.00mm single row -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_1x30_P2.00mm_Vertical -Through hole straight pin header, 1x30, 2.00mm pitch, single row -Through hole pin header THT 1x30 2.00mm single row -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x30 2.00mm single row style1 pin1 left -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_1x30_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x30 2.00mm single row style2 pin1 right -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_1x31_P2.00mm_Horizontal -Through hole angled pin header, 1x31, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x31 2.00mm single row -0 -31 -31 -Connector_PinHeader_2.00mm -PinHeader_1x31_P2.00mm_Vertical -Through hole straight pin header, 1x31, 2.00mm pitch, single row -Through hole pin header THT 1x31 2.00mm single row -0 -31 -31 -Connector_PinHeader_2.00mm -PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x31 2.00mm single row style1 pin1 left -0 -31 -31 -Connector_PinHeader_2.00mm -PinHeader_1x31_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x31 2.00mm single row style2 pin1 right -0 -31 -31 -Connector_PinHeader_2.00mm -PinHeader_1x32_P2.00mm_Horizontal -Through hole angled pin header, 1x32, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x32 2.00mm single row -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_1x32_P2.00mm_Vertical -Through hole straight pin header, 1x32, 2.00mm pitch, single row -Through hole pin header THT 1x32 2.00mm single row -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x32 2.00mm single row style1 pin1 left -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_1x32_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x32 2.00mm single row style2 pin1 right -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_1x33_P2.00mm_Horizontal -Through hole angled pin header, 1x33, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x33 2.00mm single row -0 -33 -33 -Connector_PinHeader_2.00mm -PinHeader_1x33_P2.00mm_Vertical -Through hole straight pin header, 1x33, 2.00mm pitch, single row -Through hole pin header THT 1x33 2.00mm single row -0 -33 -33 -Connector_PinHeader_2.00mm -PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x33 2.00mm single row style1 pin1 left -0 -33 -33 -Connector_PinHeader_2.00mm -PinHeader_1x33_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x33 2.00mm single row style2 pin1 right -0 -33 -33 -Connector_PinHeader_2.00mm -PinHeader_1x34_P2.00mm_Horizontal -Through hole angled pin header, 1x34, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x34 2.00mm single row -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_1x34_P2.00mm_Vertical -Through hole straight pin header, 1x34, 2.00mm pitch, single row -Through hole pin header THT 1x34 2.00mm single row -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x34 2.00mm single row style1 pin1 left -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_1x34_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x34 2.00mm single row style2 pin1 right -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_1x35_P2.00mm_Horizontal -Through hole angled pin header, 1x35, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x35 2.00mm single row -0 -35 -35 -Connector_PinHeader_2.00mm -PinHeader_1x35_P2.00mm_Vertical -Through hole straight pin header, 1x35, 2.00mm pitch, single row -Through hole pin header THT 1x35 2.00mm single row -0 -35 -35 -Connector_PinHeader_2.00mm -PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x35 2.00mm single row style1 pin1 left -0 -35 -35 -Connector_PinHeader_2.00mm -PinHeader_1x35_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x35 2.00mm single row style2 pin1 right -0 -35 -35 -Connector_PinHeader_2.00mm -PinHeader_1x36_P2.00mm_Horizontal -Through hole angled pin header, 1x36, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x36 2.00mm single row -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_1x36_P2.00mm_Vertical -Through hole straight pin header, 1x36, 2.00mm pitch, single row -Through hole pin header THT 1x36 2.00mm single row -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x36 2.00mm single row style1 pin1 left -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_1x36_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x36 2.00mm single row style2 pin1 right -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_1x37_P2.00mm_Horizontal -Through hole angled pin header, 1x37, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x37 2.00mm single row -0 -37 -37 -Connector_PinHeader_2.00mm -PinHeader_1x37_P2.00mm_Vertical -Through hole straight pin header, 1x37, 2.00mm pitch, single row -Through hole pin header THT 1x37 2.00mm single row -0 -37 -37 -Connector_PinHeader_2.00mm -PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x37 2.00mm single row style1 pin1 left -0 -37 -37 -Connector_PinHeader_2.00mm -PinHeader_1x37_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x37 2.00mm single row style2 pin1 right -0 -37 -37 -Connector_PinHeader_2.00mm -PinHeader_1x38_P2.00mm_Horizontal -Through hole angled pin header, 1x38, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x38 2.00mm single row -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_1x38_P2.00mm_Vertical -Through hole straight pin header, 1x38, 2.00mm pitch, single row -Through hole pin header THT 1x38 2.00mm single row -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x38 2.00mm single row style1 pin1 left -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_1x38_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x38 2.00mm single row style2 pin1 right -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_1x39_P2.00mm_Horizontal -Through hole angled pin header, 1x39, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x39 2.00mm single row -0 -39 -39 -Connector_PinHeader_2.00mm -PinHeader_1x39_P2.00mm_Vertical -Through hole straight pin header, 1x39, 2.00mm pitch, single row -Through hole pin header THT 1x39 2.00mm single row -0 -39 -39 -Connector_PinHeader_2.00mm -PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x39 2.00mm single row style1 pin1 left -0 -39 -39 -Connector_PinHeader_2.00mm -PinHeader_1x39_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x39 2.00mm single row style2 pin1 right -0 -39 -39 -Connector_PinHeader_2.00mm -PinHeader_1x40_P2.00mm_Horizontal -Through hole angled pin header, 1x40, 2.00mm pitch, 4.2mm pin length, single row -Through hole angled pin header THT 1x40 2.00mm single row -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_1x40_P2.00mm_Vertical -Through hole straight pin header, 1x40, 2.00mm pitch, single row -Through hole pin header THT 1x40 2.00mm single row -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x40 2.00mm single row style1 pin1 left -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_1x40_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x40 2.00mm single row style2 pin1 right -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_2x01_P2.00mm_Horizontal -Through hole angled pin header, 2x01, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x01 2.00mm double row -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_2x01_P2.00mm_Vertical -Through hole straight pin header, 2x01, 2.00mm pitch, double rows -Through hole pin header THT 2x01 2.00mm double row -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_2x01_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x01, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x01 2.00mm double row -0 -2 -2 -Connector_PinHeader_2.00mm -PinHeader_2x02_P2.00mm_Horizontal -Through hole angled pin header, 2x02, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x02 2.00mm double row -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_2x02_P2.00mm_Vertical -Through hole straight pin header, 2x02, 2.00mm pitch, double rows -Through hole pin header THT 2x02 2.00mm double row -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_2x02_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x02, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x02 2.00mm double row -0 -4 -4 -Connector_PinHeader_2.00mm -PinHeader_2x03_P2.00mm_Horizontal -Through hole angled pin header, 2x03, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x03 2.00mm double row -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_2x03_P2.00mm_Vertical -Through hole straight pin header, 2x03, 2.00mm pitch, double rows -Through hole pin header THT 2x03 2.00mm double row -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_2x03_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x03, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x03 2.00mm double row -0 -6 -6 -Connector_PinHeader_2.00mm -PinHeader_2x04_P2.00mm_Horizontal -Through hole angled pin header, 2x04, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x04 2.00mm double row -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_2x04_P2.00mm_Vertical -Through hole straight pin header, 2x04, 2.00mm pitch, double rows -Through hole pin header THT 2x04 2.00mm double row -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_2x04_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x04, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x04 2.00mm double row -0 -8 -8 -Connector_PinHeader_2.00mm -PinHeader_2x05_P2.00mm_Horizontal -Through hole angled pin header, 2x05, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x05 2.00mm double row -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_2x05_P2.00mm_Vertical -Through hole straight pin header, 2x05, 2.00mm pitch, double rows -Through hole pin header THT 2x05 2.00mm double row -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_2x05_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x05, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x05 2.00mm double row -0 -10 -10 -Connector_PinHeader_2.00mm -PinHeader_2x06_P2.00mm_Horizontal -Through hole angled pin header, 2x06, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x06 2.00mm double row -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_2x06_P2.00mm_Vertical -Through hole straight pin header, 2x06, 2.00mm pitch, double rows -Through hole pin header THT 2x06 2.00mm double row -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_2x06_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x06, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x06 2.00mm double row -0 -12 -12 -Connector_PinHeader_2.00mm -PinHeader_2x07_P2.00mm_Horizontal -Through hole angled pin header, 2x07, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x07 2.00mm double row -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_2x07_P2.00mm_Vertical -Through hole straight pin header, 2x07, 2.00mm pitch, double rows -Through hole pin header THT 2x07 2.00mm double row -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_2x07_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x07, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x07 2.00mm double row -0 -14 -14 -Connector_PinHeader_2.00mm -PinHeader_2x08_P2.00mm_Horizontal -Through hole angled pin header, 2x08, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x08 2.00mm double row -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_2x08_P2.00mm_Vertical -Through hole straight pin header, 2x08, 2.00mm pitch, double rows -Through hole pin header THT 2x08 2.00mm double row -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_2x08_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x08, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x08 2.00mm double row -0 -16 -16 -Connector_PinHeader_2.00mm -PinHeader_2x09_P2.00mm_Horizontal -Through hole angled pin header, 2x09, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x09 2.00mm double row -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_2x09_P2.00mm_Vertical -Through hole straight pin header, 2x09, 2.00mm pitch, double rows -Through hole pin header THT 2x09 2.00mm double row -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_2x09_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x09, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x09 2.00mm double row -0 -18 -18 -Connector_PinHeader_2.00mm -PinHeader_2x10_P2.00mm_Horizontal -Through hole angled pin header, 2x10, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x10 2.00mm double row -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_2x10_P2.00mm_Vertical -Through hole straight pin header, 2x10, 2.00mm pitch, double rows -Through hole pin header THT 2x10 2.00mm double row -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_2x10_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x10, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x10 2.00mm double row -0 -20 -20 -Connector_PinHeader_2.00mm -PinHeader_2x11_P2.00mm_Horizontal -Through hole angled pin header, 2x11, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x11 2.00mm double row -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_2x11_P2.00mm_Vertical -Through hole straight pin header, 2x11, 2.00mm pitch, double rows -Through hole pin header THT 2x11 2.00mm double row -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_2x11_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x11, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x11 2.00mm double row -0 -22 -22 -Connector_PinHeader_2.00mm -PinHeader_2x12_P2.00mm_Horizontal -Through hole angled pin header, 2x12, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x12 2.00mm double row -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_2x12_P2.00mm_Vertical -Through hole straight pin header, 2x12, 2.00mm pitch, double rows -Through hole pin header THT 2x12 2.00mm double row -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_2x12_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x12, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x12 2.00mm double row -0 -24 -24 -Connector_PinHeader_2.00mm -PinHeader_2x13_P2.00mm_Horizontal -Through hole angled pin header, 2x13, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x13 2.00mm double row -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_2x13_P2.00mm_Vertical -Through hole straight pin header, 2x13, 2.00mm pitch, double rows -Through hole pin header THT 2x13 2.00mm double row -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_2x13_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x13, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x13 2.00mm double row -0 -26 -26 -Connector_PinHeader_2.00mm -PinHeader_2x14_P2.00mm_Horizontal -Through hole angled pin header, 2x14, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x14 2.00mm double row -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_2x14_P2.00mm_Vertical -Through hole straight pin header, 2x14, 2.00mm pitch, double rows -Through hole pin header THT 2x14 2.00mm double row -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_2x14_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x14, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x14 2.00mm double row -0 -28 -28 -Connector_PinHeader_2.00mm -PinHeader_2x15_P2.00mm_Horizontal -Through hole angled pin header, 2x15, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x15 2.00mm double row -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_2x15_P2.00mm_Vertical -Through hole straight pin header, 2x15, 2.00mm pitch, double rows -Through hole pin header THT 2x15 2.00mm double row -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_2x15_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x15, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x15 2.00mm double row -0 -30 -30 -Connector_PinHeader_2.00mm -PinHeader_2x16_P2.00mm_Horizontal -Through hole angled pin header, 2x16, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x16 2.00mm double row -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_2x16_P2.00mm_Vertical -Through hole straight pin header, 2x16, 2.00mm pitch, double rows -Through hole pin header THT 2x16 2.00mm double row -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_2x16_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x16, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x16 2.00mm double row -0 -32 -32 -Connector_PinHeader_2.00mm -PinHeader_2x17_P2.00mm_Horizontal -Through hole angled pin header, 2x17, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x17 2.00mm double row -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_2x17_P2.00mm_Vertical -Through hole straight pin header, 2x17, 2.00mm pitch, double rows -Through hole pin header THT 2x17 2.00mm double row -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_2x17_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x17, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x17 2.00mm double row -0 -34 -34 -Connector_PinHeader_2.00mm -PinHeader_2x18_P2.00mm_Horizontal -Through hole angled pin header, 2x18, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x18 2.00mm double row -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_2x18_P2.00mm_Vertical -Through hole straight pin header, 2x18, 2.00mm pitch, double rows -Through hole pin header THT 2x18 2.00mm double row -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_2x18_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x18, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x18 2.00mm double row -0 -36 -36 -Connector_PinHeader_2.00mm -PinHeader_2x19_P2.00mm_Horizontal -Through hole angled pin header, 2x19, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x19 2.00mm double row -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_2x19_P2.00mm_Vertical -Through hole straight pin header, 2x19, 2.00mm pitch, double rows -Through hole pin header THT 2x19 2.00mm double row -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_2x19_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x19, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x19 2.00mm double row -0 -38 -38 -Connector_PinHeader_2.00mm -PinHeader_2x20_P2.00mm_Horizontal -Through hole angled pin header, 2x20, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x20 2.00mm double row -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_2x20_P2.00mm_Vertical -Through hole straight pin header, 2x20, 2.00mm pitch, double rows -Through hole pin header THT 2x20 2.00mm double row -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_2x20_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x20, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x20 2.00mm double row -0 -40 -40 -Connector_PinHeader_2.00mm -PinHeader_2x21_P2.00mm_Horizontal -Through hole angled pin header, 2x21, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x21 2.00mm double row -0 -42 -42 -Connector_PinHeader_2.00mm -PinHeader_2x21_P2.00mm_Vertical -Through hole straight pin header, 2x21, 2.00mm pitch, double rows -Through hole pin header THT 2x21 2.00mm double row -0 -42 -42 -Connector_PinHeader_2.00mm -PinHeader_2x21_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x21, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x21 2.00mm double row -0 -42 -42 -Connector_PinHeader_2.00mm -PinHeader_2x22_P2.00mm_Horizontal -Through hole angled pin header, 2x22, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x22 2.00mm double row -0 -44 -44 -Connector_PinHeader_2.00mm -PinHeader_2x22_P2.00mm_Vertical -Through hole straight pin header, 2x22, 2.00mm pitch, double rows -Through hole pin header THT 2x22 2.00mm double row -0 -44 -44 -Connector_PinHeader_2.00mm -PinHeader_2x22_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x22, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x22 2.00mm double row -0 -44 -44 -Connector_PinHeader_2.00mm -PinHeader_2x23_P2.00mm_Horizontal -Through hole angled pin header, 2x23, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x23 2.00mm double row -0 -46 -46 -Connector_PinHeader_2.00mm -PinHeader_2x23_P2.00mm_Vertical -Through hole straight pin header, 2x23, 2.00mm pitch, double rows -Through hole pin header THT 2x23 2.00mm double row -0 -46 -46 -Connector_PinHeader_2.00mm -PinHeader_2x23_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x23, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x23 2.00mm double row -0 -46 -46 -Connector_PinHeader_2.00mm -PinHeader_2x24_P2.00mm_Horizontal -Through hole angled pin header, 2x24, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x24 2.00mm double row -0 -48 -48 -Connector_PinHeader_2.00mm -PinHeader_2x24_P2.00mm_Vertical -Through hole straight pin header, 2x24, 2.00mm pitch, double rows -Through hole pin header THT 2x24 2.00mm double row -0 -48 -48 -Connector_PinHeader_2.00mm -PinHeader_2x24_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x24, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x24 2.00mm double row -0 -48 -48 -Connector_PinHeader_2.00mm -PinHeader_2x25_P2.00mm_Horizontal -Through hole angled pin header, 2x25, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x25 2.00mm double row -0 -50 -50 -Connector_PinHeader_2.00mm -PinHeader_2x25_P2.00mm_Vertical -Through hole straight pin header, 2x25, 2.00mm pitch, double rows -Through hole pin header THT 2x25 2.00mm double row -0 -50 -50 -Connector_PinHeader_2.00mm -PinHeader_2x25_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x25, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x25 2.00mm double row -0 -50 -50 -Connector_PinHeader_2.00mm -PinHeader_2x26_P2.00mm_Horizontal -Through hole angled pin header, 2x26, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x26 2.00mm double row -0 -52 -52 -Connector_PinHeader_2.00mm -PinHeader_2x26_P2.00mm_Vertical -Through hole straight pin header, 2x26, 2.00mm pitch, double rows -Through hole pin header THT 2x26 2.00mm double row -0 -52 -52 -Connector_PinHeader_2.00mm -PinHeader_2x26_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x26, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x26 2.00mm double row -0 -52 -52 -Connector_PinHeader_2.00mm -PinHeader_2x27_P2.00mm_Horizontal -Through hole angled pin header, 2x27, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x27 2.00mm double row -0 -54 -54 -Connector_PinHeader_2.00mm -PinHeader_2x27_P2.00mm_Vertical -Through hole straight pin header, 2x27, 2.00mm pitch, double rows -Through hole pin header THT 2x27 2.00mm double row -0 -54 -54 -Connector_PinHeader_2.00mm -PinHeader_2x27_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x27, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x27 2.00mm double row -0 -54 -54 -Connector_PinHeader_2.00mm -PinHeader_2x28_P2.00mm_Horizontal -Through hole angled pin header, 2x28, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x28 2.00mm double row -0 -56 -56 -Connector_PinHeader_2.00mm -PinHeader_2x28_P2.00mm_Vertical -Through hole straight pin header, 2x28, 2.00mm pitch, double rows -Through hole pin header THT 2x28 2.00mm double row -0 -56 -56 -Connector_PinHeader_2.00mm -PinHeader_2x28_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x28, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x28 2.00mm double row -0 -56 -56 -Connector_PinHeader_2.00mm -PinHeader_2x29_P2.00mm_Horizontal -Through hole angled pin header, 2x29, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x29 2.00mm double row -0 -58 -58 -Connector_PinHeader_2.00mm -PinHeader_2x29_P2.00mm_Vertical -Through hole straight pin header, 2x29, 2.00mm pitch, double rows -Through hole pin header THT 2x29 2.00mm double row -0 -58 -58 -Connector_PinHeader_2.00mm -PinHeader_2x29_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x29, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x29 2.00mm double row -0 -58 -58 -Connector_PinHeader_2.00mm -PinHeader_2x30_P2.00mm_Horizontal -Through hole angled pin header, 2x30, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x30 2.00mm double row -0 -60 -60 -Connector_PinHeader_2.00mm -PinHeader_2x30_P2.00mm_Vertical -Through hole straight pin header, 2x30, 2.00mm pitch, double rows -Through hole pin header THT 2x30 2.00mm double row -0 -60 -60 -Connector_PinHeader_2.00mm -PinHeader_2x30_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x30, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x30 2.00mm double row -0 -60 -60 -Connector_PinHeader_2.00mm -PinHeader_2x31_P2.00mm_Horizontal -Through hole angled pin header, 2x31, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x31 2.00mm double row -0 -62 -62 -Connector_PinHeader_2.00mm -PinHeader_2x31_P2.00mm_Vertical -Through hole straight pin header, 2x31, 2.00mm pitch, double rows -Through hole pin header THT 2x31 2.00mm double row -0 -62 -62 -Connector_PinHeader_2.00mm -PinHeader_2x31_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x31, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x31 2.00mm double row -0 -62 -62 -Connector_PinHeader_2.00mm -PinHeader_2x32_P2.00mm_Horizontal -Through hole angled pin header, 2x32, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x32 2.00mm double row -0 -64 -64 -Connector_PinHeader_2.00mm -PinHeader_2x32_P2.00mm_Vertical -Through hole straight pin header, 2x32, 2.00mm pitch, double rows -Through hole pin header THT 2x32 2.00mm double row -0 -64 -64 -Connector_PinHeader_2.00mm -PinHeader_2x32_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x32, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x32 2.00mm double row -0 -64 -64 -Connector_PinHeader_2.00mm -PinHeader_2x33_P2.00mm_Horizontal -Through hole angled pin header, 2x33, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x33 2.00mm double row -0 -66 -66 -Connector_PinHeader_2.00mm -PinHeader_2x33_P2.00mm_Vertical -Through hole straight pin header, 2x33, 2.00mm pitch, double rows -Through hole pin header THT 2x33 2.00mm double row -0 -66 -66 -Connector_PinHeader_2.00mm -PinHeader_2x33_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x33, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x33 2.00mm double row -0 -66 -66 -Connector_PinHeader_2.00mm -PinHeader_2x34_P2.00mm_Horizontal -Through hole angled pin header, 2x34, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x34 2.00mm double row -0 -68 -68 -Connector_PinHeader_2.00mm -PinHeader_2x34_P2.00mm_Vertical -Through hole straight pin header, 2x34, 2.00mm pitch, double rows -Through hole pin header THT 2x34 2.00mm double row -0 -68 -68 -Connector_PinHeader_2.00mm -PinHeader_2x34_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x34, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x34 2.00mm double row -0 -68 -68 -Connector_PinHeader_2.00mm -PinHeader_2x35_P2.00mm_Horizontal -Through hole angled pin header, 2x35, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x35 2.00mm double row -0 -70 -70 -Connector_PinHeader_2.00mm -PinHeader_2x35_P2.00mm_Vertical -Through hole straight pin header, 2x35, 2.00mm pitch, double rows -Through hole pin header THT 2x35 2.00mm double row -0 -70 -70 -Connector_PinHeader_2.00mm -PinHeader_2x35_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x35, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x35 2.00mm double row -0 -70 -70 -Connector_PinHeader_2.00mm -PinHeader_2x36_P2.00mm_Horizontal -Through hole angled pin header, 2x36, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x36 2.00mm double row -0 -72 -72 -Connector_PinHeader_2.00mm -PinHeader_2x36_P2.00mm_Vertical -Through hole straight pin header, 2x36, 2.00mm pitch, double rows -Through hole pin header THT 2x36 2.00mm double row -0 -72 -72 -Connector_PinHeader_2.00mm -PinHeader_2x36_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x36, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x36 2.00mm double row -0 -72 -72 -Connector_PinHeader_2.00mm -PinHeader_2x37_P2.00mm_Horizontal -Through hole angled pin header, 2x37, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x37 2.00mm double row -0 -74 -74 -Connector_PinHeader_2.00mm -PinHeader_2x37_P2.00mm_Vertical -Through hole straight pin header, 2x37, 2.00mm pitch, double rows -Through hole pin header THT 2x37 2.00mm double row -0 -74 -74 -Connector_PinHeader_2.00mm -PinHeader_2x37_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x37, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x37 2.00mm double row -0 -74 -74 -Connector_PinHeader_2.00mm -PinHeader_2x38_P2.00mm_Horizontal -Through hole angled pin header, 2x38, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x38 2.00mm double row -0 -76 -76 -Connector_PinHeader_2.00mm -PinHeader_2x38_P2.00mm_Vertical -Through hole straight pin header, 2x38, 2.00mm pitch, double rows -Through hole pin header THT 2x38 2.00mm double row -0 -76 -76 -Connector_PinHeader_2.00mm -PinHeader_2x38_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x38, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x38 2.00mm double row -0 -76 -76 -Connector_PinHeader_2.00mm -PinHeader_2x39_P2.00mm_Horizontal -Through hole angled pin header, 2x39, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x39 2.00mm double row -0 -78 -78 -Connector_PinHeader_2.00mm -PinHeader_2x39_P2.00mm_Vertical -Through hole straight pin header, 2x39, 2.00mm pitch, double rows -Through hole pin header THT 2x39 2.00mm double row -0 -78 -78 -Connector_PinHeader_2.00mm -PinHeader_2x39_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x39, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x39 2.00mm double row -0 -78 -78 -Connector_PinHeader_2.00mm -PinHeader_2x40_P2.00mm_Horizontal -Through hole angled pin header, 2x40, 2.00mm pitch, 4.2mm pin length, double rows -Through hole angled pin header THT 2x40 2.00mm double row -0 -80 -80 -Connector_PinHeader_2.00mm -PinHeader_2x40_P2.00mm_Vertical -Through hole straight pin header, 2x40, 2.00mm pitch, double rows -Through hole pin header THT 2x40 2.00mm double row -0 -80 -80 -Connector_PinHeader_2.00mm -PinHeader_2x40_P2.00mm_Vertical_SMD -surface-mounted straight pin header, 2x40, 2.00mm pitch, double rows -Surface mounted pin header SMD 2x40 2.00mm double row -0 -80 -80 -Connector_PinHeader_2.54mm -PinHeader_1x01_P2.54mm_Horizontal -Through hole angled pin header, 1x01, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinHeader_2.54mm -PinHeader_1x01_P2.54mm_Vertical -Through hole straight pin header, 1x01, 2.54mm pitch, single row -Through hole pin header THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Horizontal -Through hole angled pin header, 1x02, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical -Through hole straight pin header, 1x02, 2.54mm pitch, single row -Through hole pin header THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x02 2.54mm single row style1 pin1 left -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x02_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x02 2.54mm single row style2 pin1 right -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Horizontal -Through hole angled pin header, 1x03, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical -Through hole straight pin header, 1x03, 2.54mm pitch, single row -Through hole pin header THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x03 2.54mm single row style1 pin1 left -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x03_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x03 2.54mm single row style2 pin1 right -0 -3 -3 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Horizontal -Through hole angled pin header, 1x04, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical -Through hole straight pin header, 1x04, 2.54mm pitch, single row -Through hole pin header THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x04 2.54mm single row style1 pin1 left -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x04_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x04 2.54mm single row style2 pin1 right -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Horizontal -Through hole angled pin header, 1x05, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical -Through hole straight pin header, 1x05, 2.54mm pitch, single row -Through hole pin header THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x05 2.54mm single row style1 pin1 left -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x05_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x05 2.54mm single row style2 pin1 right -0 -5 -5 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Horizontal -Through hole angled pin header, 1x06, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical -Through hole straight pin header, 1x06, 2.54mm pitch, single row -Through hole pin header THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x06 2.54mm single row style1 pin1 left -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x06_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x06 2.54mm single row style2 pin1 right -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Horizontal -Through hole angled pin header, 1x07, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical -Through hole straight pin header, 1x07, 2.54mm pitch, single row -Through hole pin header THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x07 2.54mm single row style1 pin1 left -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x07_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x07 2.54mm single row style2 pin1 right -0 -7 -7 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Horizontal -Through hole angled pin header, 1x08, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical -Through hole straight pin header, 1x08, 2.54mm pitch, single row -Through hole pin header THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x08 2.54mm single row style1 pin1 left -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x08_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x08 2.54mm single row style2 pin1 right -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Horizontal -Through hole angled pin header, 1x09, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical -Through hole straight pin header, 1x09, 2.54mm pitch, single row -Through hole pin header THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x09 2.54mm single row style1 pin1 left -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x09_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x09 2.54mm single row style2 pin1 right -0 -9 -9 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Horizontal -Through hole angled pin header, 1x10, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical -Through hole straight pin header, 1x10, 2.54mm pitch, single row -Through hole pin header THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x10 2.54mm single row style1 pin1 left -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x10_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x10 2.54mm single row style2 pin1 right -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Horizontal -Through hole angled pin header, 1x11, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical -Through hole straight pin header, 1x11, 2.54mm pitch, single row -Through hole pin header THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x11 2.54mm single row style1 pin1 left -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x11_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x11 2.54mm single row style2 pin1 right -0 -11 -11 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Horizontal -Through hole angled pin header, 1x12, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical -Through hole straight pin header, 1x12, 2.54mm pitch, single row -Through hole pin header THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x12 2.54mm single row style1 pin1 left -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x12_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x12 2.54mm single row style2 pin1 right -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Horizontal -Through hole angled pin header, 1x13, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical -Through hole straight pin header, 1x13, 2.54mm pitch, single row -Through hole pin header THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x13 2.54mm single row style1 pin1 left -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x13_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x13 2.54mm single row style2 pin1 right -0 -13 -13 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Horizontal -Through hole angled pin header, 1x14, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical -Through hole straight pin header, 1x14, 2.54mm pitch, single row -Through hole pin header THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x14 2.54mm single row style1 pin1 left -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x14_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x14 2.54mm single row style2 pin1 right -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Horizontal -Through hole angled pin header, 1x15, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical -Through hole straight pin header, 1x15, 2.54mm pitch, single row -Through hole pin header THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x15 2.54mm single row style1 pin1 left -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x15_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x15 2.54mm single row style2 pin1 right -0 -15 -15 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Horizontal -Through hole angled pin header, 1x16, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical -Through hole straight pin header, 1x16, 2.54mm pitch, single row -Through hole pin header THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x16 2.54mm single row style1 pin1 left -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x16_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x16 2.54mm single row style2 pin1 right -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Horizontal -Through hole angled pin header, 1x17, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical -Through hole straight pin header, 1x17, 2.54mm pitch, single row -Through hole pin header THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x17 2.54mm single row style1 pin1 left -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x17_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x17 2.54mm single row style2 pin1 right -0 -17 -17 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Horizontal -Through hole angled pin header, 1x18, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical -Through hole straight pin header, 1x18, 2.54mm pitch, single row -Through hole pin header THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x18 2.54mm single row style1 pin1 left -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x18_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x18 2.54mm single row style2 pin1 right -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Horizontal -Through hole angled pin header, 1x19, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical -Through hole straight pin header, 1x19, 2.54mm pitch, single row -Through hole pin header THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x19 2.54mm single row style1 pin1 left -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x19_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x19 2.54mm single row style2 pin1 right -0 -19 -19 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Horizontal -Through hole angled pin header, 1x20, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical -Through hole straight pin header, 1x20, 2.54mm pitch, single row -Through hole pin header THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x20 2.54mm single row style1 pin1 left -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x20_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x20 2.54mm single row style2 pin1 right -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Horizontal -Through hole angled pin header, 1x21, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical -Through hole straight pin header, 1x21, 2.54mm pitch, single row -Through hole pin header THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x21 2.54mm single row style1 pin1 left -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x21_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x21 2.54mm single row style2 pin1 right -0 -21 -21 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Horizontal -Through hole angled pin header, 1x22, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical -Through hole straight pin header, 1x22, 2.54mm pitch, single row -Through hole pin header THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x22 2.54mm single row style1 pin1 left -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x22_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x22 2.54mm single row style2 pin1 right -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Horizontal -Through hole angled pin header, 1x23, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical -Through hole straight pin header, 1x23, 2.54mm pitch, single row -Through hole pin header THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x23 2.54mm single row style1 pin1 left -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x23_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x23 2.54mm single row style2 pin1 right -0 -23 -23 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Horizontal -Through hole angled pin header, 1x24, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical -Through hole straight pin header, 1x24, 2.54mm pitch, single row -Through hole pin header THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x24 2.54mm single row style1 pin1 left -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x24_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x24 2.54mm single row style2 pin1 right -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Horizontal -Through hole angled pin header, 1x25, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical -Through hole straight pin header, 1x25, 2.54mm pitch, single row -Through hole pin header THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x25 2.54mm single row style1 pin1 left -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x25_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x25 2.54mm single row style2 pin1 right -0 -25 -25 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Horizontal -Through hole angled pin header, 1x26, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical -Through hole straight pin header, 1x26, 2.54mm pitch, single row -Through hole pin header THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x26 2.54mm single row style1 pin1 left -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x26_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x26 2.54mm single row style2 pin1 right -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Horizontal -Through hole angled pin header, 1x27, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical -Through hole straight pin header, 1x27, 2.54mm pitch, single row -Through hole pin header THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x27 2.54mm single row style1 pin1 left -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x27_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x27 2.54mm single row style2 pin1 right -0 -27 -27 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Horizontal -Through hole angled pin header, 1x28, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical -Through hole straight pin header, 1x28, 2.54mm pitch, single row -Through hole pin header THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x28 2.54mm single row style1 pin1 left -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x28_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x28 2.54mm single row style2 pin1 right -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Horizontal -Through hole angled pin header, 1x29, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical -Through hole straight pin header, 1x29, 2.54mm pitch, single row -Through hole pin header THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x29 2.54mm single row style1 pin1 left -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x29_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x29 2.54mm single row style2 pin1 right -0 -29 -29 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Horizontal -Through hole angled pin header, 1x30, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical -Through hole straight pin header, 1x30, 2.54mm pitch, single row -Through hole pin header THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x30 2.54mm single row style1 pin1 left -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x30_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x30 2.54mm single row style2 pin1 right -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Horizontal -Through hole angled pin header, 1x31, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical -Through hole straight pin header, 1x31, 2.54mm pitch, single row -Through hole pin header THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x31 2.54mm single row style1 pin1 left -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x31_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x31 2.54mm single row style2 pin1 right -0 -31 -31 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Horizontal -Through hole angled pin header, 1x32, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical -Through hole straight pin header, 1x32, 2.54mm pitch, single row -Through hole pin header THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x32 2.54mm single row style1 pin1 left -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x32_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x32 2.54mm single row style2 pin1 right -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Horizontal -Through hole angled pin header, 1x33, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical -Through hole straight pin header, 1x33, 2.54mm pitch, single row -Through hole pin header THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x33 2.54mm single row style1 pin1 left -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x33_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x33 2.54mm single row style2 pin1 right -0 -33 -33 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Horizontal -Through hole angled pin header, 1x34, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical -Through hole straight pin header, 1x34, 2.54mm pitch, single row -Through hole pin header THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x34 2.54mm single row style1 pin1 left -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x34_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x34 2.54mm single row style2 pin1 right -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Horizontal -Through hole angled pin header, 1x35, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical -Through hole straight pin header, 1x35, 2.54mm pitch, single row -Through hole pin header THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x35 2.54mm single row style1 pin1 left -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x35_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x35 2.54mm single row style2 pin1 right -0 -35 -35 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Horizontal -Through hole angled pin header, 1x36, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical -Through hole straight pin header, 1x36, 2.54mm pitch, single row -Through hole pin header THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x36 2.54mm single row style1 pin1 left -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x36_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x36 2.54mm single row style2 pin1 right -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Horizontal -Through hole angled pin header, 1x37, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical -Through hole straight pin header, 1x37, 2.54mm pitch, single row -Through hole pin header THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x37 2.54mm single row style1 pin1 left -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x37_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x37 2.54mm single row style2 pin1 right -0 -37 -37 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Horizontal -Through hole angled pin header, 1x38, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical -Through hole straight pin header, 1x38, 2.54mm pitch, single row -Through hole pin header THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x38 2.54mm single row style1 pin1 left -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x38_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x38 2.54mm single row style2 pin1 right -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Horizontal -Through hole angled pin header, 1x39, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical -Through hole straight pin header, 1x39, 2.54mm pitch, single row -Through hole pin header THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x39 2.54mm single row style1 pin1 left -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x39_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x39 2.54mm single row style2 pin1 right -0 -39 -39 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Horizontal -Through hole angled pin header, 1x40, 2.54mm pitch, 6mm pin length, single row -Through hole angled pin header THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical -Through hole straight pin header, 1x40, 2.54mm pitch, single row -Through hole pin header THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) -Surface mounted pin header SMD 1x40 2.54mm single row style1 pin1 left -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_1x40_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight pin header, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) -Surface mounted pin header SMD 1x40 2.54mm single row style2 pin1 right -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Horizontal -Through hole angled pin header, 2x01, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Vertical -Through hole straight pin header, 2x01, 2.54mm pitch, double rows -Through hole pin header THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x01_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x01, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x01 2.54mm double row -0 -2 -2 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Horizontal -Through hole angled pin header, 2x02, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Vertical -Through hole straight pin header, 2x02, 2.54mm pitch, double rows -Through hole pin header THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x02_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x02, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x02 2.54mm double row -0 -4 -4 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Horizontal -Through hole angled pin header, 2x03, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Vertical -Through hole straight pin header, 2x03, 2.54mm pitch, double rows -Through hole pin header THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x03_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x03, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x03 2.54mm double row -0 -6 -6 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Horizontal -Through hole angled pin header, 2x04, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Vertical -Through hole straight pin header, 2x04, 2.54mm pitch, double rows -Through hole pin header THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x04_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x04, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x04 2.54mm double row -0 -8 -8 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Horizontal -Through hole angled pin header, 2x05, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Vertical -Through hole straight pin header, 2x05, 2.54mm pitch, double rows -Through hole pin header THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x05_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x05, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x05 2.54mm double row -0 -10 -10 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Horizontal -Through hole angled pin header, 2x06, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Vertical -Through hole straight pin header, 2x06, 2.54mm pitch, double rows -Through hole pin header THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x06_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x06, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x06 2.54mm double row -0 -12 -12 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Horizontal -Through hole angled pin header, 2x07, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Vertical -Through hole straight pin header, 2x07, 2.54mm pitch, double rows -Through hole pin header THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x07_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x07, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x07 2.54mm double row -0 -14 -14 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Horizontal -Through hole angled pin header, 2x08, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Vertical -Through hole straight pin header, 2x08, 2.54mm pitch, double rows -Through hole pin header THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x08_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x08, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x08 2.54mm double row -0 -16 -16 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Horizontal -Through hole angled pin header, 2x09, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Vertical -Through hole straight pin header, 2x09, 2.54mm pitch, double rows -Through hole pin header THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x09_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x09, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x09 2.54mm double row -0 -18 -18 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Horizontal -Through hole angled pin header, 2x10, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Vertical -Through hole straight pin header, 2x10, 2.54mm pitch, double rows -Through hole pin header THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x10_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x10, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x10 2.54mm double row -0 -20 -20 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Horizontal -Through hole angled pin header, 2x11, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Vertical -Through hole straight pin header, 2x11, 2.54mm pitch, double rows -Through hole pin header THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x11_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x11, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x11 2.54mm double row -0 -22 -22 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Horizontal -Through hole angled pin header, 2x12, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Vertical -Through hole straight pin header, 2x12, 2.54mm pitch, double rows -Through hole pin header THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x12_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x12, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x12 2.54mm double row -0 -24 -24 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Horizontal -Through hole angled pin header, 2x13, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Vertical -Through hole straight pin header, 2x13, 2.54mm pitch, double rows -Through hole pin header THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x13_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x13, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x13 2.54mm double row -0 -26 -26 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Horizontal -Through hole angled pin header, 2x14, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Vertical -Through hole straight pin header, 2x14, 2.54mm pitch, double rows -Through hole pin header THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x14_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x14, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x14 2.54mm double row -0 -28 -28 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Horizontal -Through hole angled pin header, 2x15, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Vertical -Through hole straight pin header, 2x15, 2.54mm pitch, double rows -Through hole pin header THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x15_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x15, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x15 2.54mm double row -0 -30 -30 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Horizontal -Through hole angled pin header, 2x16, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Vertical -Through hole straight pin header, 2x16, 2.54mm pitch, double rows -Through hole pin header THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x16_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x16, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x16 2.54mm double row -0 -32 -32 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Horizontal -Through hole angled pin header, 2x17, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Vertical -Through hole straight pin header, 2x17, 2.54mm pitch, double rows -Through hole pin header THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x17_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x17, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x17 2.54mm double row -0 -34 -34 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Horizontal -Through hole angled pin header, 2x18, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Vertical -Through hole straight pin header, 2x18, 2.54mm pitch, double rows -Through hole pin header THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x18_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x18, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x18 2.54mm double row -0 -36 -36 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Horizontal -Through hole angled pin header, 2x19, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Vertical -Through hole straight pin header, 2x19, 2.54mm pitch, double rows -Through hole pin header THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x19_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x19, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x19 2.54mm double row -0 -38 -38 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Horizontal -Through hole angled pin header, 2x20, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Vertical -Through hole straight pin header, 2x20, 2.54mm pitch, double rows -Through hole pin header THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x20_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x20, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x20 2.54mm double row -0 -40 -40 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Horizontal -Through hole angled pin header, 2x21, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Vertical -Through hole straight pin header, 2x21, 2.54mm pitch, double rows -Through hole pin header THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x21_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x21, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x21 2.54mm double row -0 -42 -42 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Horizontal -Through hole angled pin header, 2x22, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Vertical -Through hole straight pin header, 2x22, 2.54mm pitch, double rows -Through hole pin header THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x22_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x22, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x22 2.54mm double row -0 -44 -44 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Horizontal -Through hole angled pin header, 2x23, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Vertical -Through hole straight pin header, 2x23, 2.54mm pitch, double rows -Through hole pin header THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x23_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x23, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x23 2.54mm double row -0 -46 -46 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Horizontal -Through hole angled pin header, 2x24, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Vertical -Through hole straight pin header, 2x24, 2.54mm pitch, double rows -Through hole pin header THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x24_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x24, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x24 2.54mm double row -0 -48 -48 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Horizontal -Through hole angled pin header, 2x25, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Vertical -Through hole straight pin header, 2x25, 2.54mm pitch, double rows -Through hole pin header THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x25_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x25, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x25 2.54mm double row -0 -50 -50 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Horizontal -Through hole angled pin header, 2x26, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Vertical -Through hole straight pin header, 2x26, 2.54mm pitch, double rows -Through hole pin header THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x26_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x26, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x26 2.54mm double row -0 -52 -52 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Horizontal -Through hole angled pin header, 2x27, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Vertical -Through hole straight pin header, 2x27, 2.54mm pitch, double rows -Through hole pin header THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x27_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x27, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x27 2.54mm double row -0 -54 -54 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Horizontal -Through hole angled pin header, 2x28, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Vertical -Through hole straight pin header, 2x28, 2.54mm pitch, double rows -Through hole pin header THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x28_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x28, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x28 2.54mm double row -0 -56 -56 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Horizontal -Through hole angled pin header, 2x29, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Vertical -Through hole straight pin header, 2x29, 2.54mm pitch, double rows -Through hole pin header THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x29_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x29, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x29 2.54mm double row -0 -58 -58 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Horizontal -Through hole angled pin header, 2x30, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Vertical -Through hole straight pin header, 2x30, 2.54mm pitch, double rows -Through hole pin header THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x30_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x30, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x30 2.54mm double row -0 -60 -60 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Horizontal -Through hole angled pin header, 2x31, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Vertical -Through hole straight pin header, 2x31, 2.54mm pitch, double rows -Through hole pin header THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x31_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x31, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x31 2.54mm double row -0 -62 -62 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Horizontal -Through hole angled pin header, 2x32, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Vertical -Through hole straight pin header, 2x32, 2.54mm pitch, double rows -Through hole pin header THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x32_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x32, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x32 2.54mm double row -0 -64 -64 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Horizontal -Through hole angled pin header, 2x33, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Vertical -Through hole straight pin header, 2x33, 2.54mm pitch, double rows -Through hole pin header THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x33_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x33, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x33 2.54mm double row -0 -66 -66 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Horizontal -Through hole angled pin header, 2x34, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Vertical -Through hole straight pin header, 2x34, 2.54mm pitch, double rows -Through hole pin header THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x34_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x34, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x34 2.54mm double row -0 -68 -68 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Horizontal -Through hole angled pin header, 2x35, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Vertical -Through hole straight pin header, 2x35, 2.54mm pitch, double rows -Through hole pin header THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x35_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x35, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x35 2.54mm double row -0 -70 -70 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Horizontal -Through hole angled pin header, 2x36, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Vertical -Through hole straight pin header, 2x36, 2.54mm pitch, double rows -Through hole pin header THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x36_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x36, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x36 2.54mm double row -0 -72 -72 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Horizontal -Through hole angled pin header, 2x37, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Vertical -Through hole straight pin header, 2x37, 2.54mm pitch, double rows -Through hole pin header THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x37_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x37, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x37 2.54mm double row -0 -74 -74 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Horizontal -Through hole angled pin header, 2x38, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Vertical -Through hole straight pin header, 2x38, 2.54mm pitch, double rows -Through hole pin header THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x38_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x38, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x38 2.54mm double row -0 -76 -76 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Horizontal -Through hole angled pin header, 2x39, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Vertical -Through hole straight pin header, 2x39, 2.54mm pitch, double rows -Through hole pin header THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x39_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x39, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x39 2.54mm double row -0 -78 -78 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Horizontal -Through hole angled pin header, 2x40, 2.54mm pitch, 6mm pin length, double rows -Through hole angled pin header THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Vertical -Through hole straight pin header, 2x40, 2.54mm pitch, double rows -Through hole pin header THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinHeader_2.54mm -PinHeader_2x40_P2.54mm_Vertical_SMD -surface-mounted straight pin header, 2x40, 2.54mm pitch, double rows -Surface mounted pin header SMD 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_1.00mm -PinSocket_1x02_P1.00mm_Vertical -Through hole straight socket strip, 1x02, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x02 1.00mm single row -0 -2 -2 -Connector_PinSocket_1.00mm -PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x02 1.00mm single row style1 pin1 left -0 -2 -2 -Connector_PinSocket_1.00mm -PinSocket_1x02_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x02, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x02 1.00mm single row style2 pin1 right -0 -2 -2 -Connector_PinSocket_1.00mm -PinSocket_1x03_P1.00mm_Vertical -Through hole straight socket strip, 1x03, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x03 1.00mm single row -0 -3 -3 -Connector_PinSocket_1.00mm -PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x03 1.00mm single row style1 pin1 left -0 -3 -3 -Connector_PinSocket_1.00mm -PinSocket_1x03_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x03, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x03 1.00mm single row style2 pin1 right -0 -3 -3 -Connector_PinSocket_1.00mm -PinSocket_1x04_P1.00mm_Vertical -Through hole straight socket strip, 1x04, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x04 1.00mm single row -0 -4 -4 -Connector_PinSocket_1.00mm -PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x04 1.00mm single row style1 pin1 left -0 -4 -4 -Connector_PinSocket_1.00mm -PinSocket_1x04_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x04, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x04 1.00mm single row style2 pin1 right -0 -4 -4 -Connector_PinSocket_1.00mm -PinSocket_1x05_P1.00mm_Vertical -Through hole straight socket strip, 1x05, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x05 1.00mm single row -0 -5 -5 -Connector_PinSocket_1.00mm -PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x05 1.00mm single row style1 pin1 left -0 -5 -5 -Connector_PinSocket_1.00mm -PinSocket_1x05_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x05, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x05 1.00mm single row style2 pin1 right -0 -5 -5 -Connector_PinSocket_1.00mm -PinSocket_1x06_P1.00mm_Vertical -Through hole straight socket strip, 1x06, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x06 1.00mm single row -0 -6 -6 -Connector_PinSocket_1.00mm -PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x06 1.00mm single row style1 pin1 left -0 -6 -6 -Connector_PinSocket_1.00mm -PinSocket_1x06_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x06, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x06 1.00mm single row style2 pin1 right -0 -6 -6 -Connector_PinSocket_1.00mm -PinSocket_1x07_P1.00mm_Vertical -Through hole straight socket strip, 1x07, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x07 1.00mm single row -0 -7 -7 -Connector_PinSocket_1.00mm -PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x07 1.00mm single row style1 pin1 left -0 -7 -7 -Connector_PinSocket_1.00mm -PinSocket_1x07_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x07, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x07 1.00mm single row style2 pin1 right -0 -7 -7 -Connector_PinSocket_1.00mm -PinSocket_1x08_P1.00mm_Vertical -Through hole straight socket strip, 1x08, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x08 1.00mm single row -0 -8 -8 -Connector_PinSocket_1.00mm -PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x08 1.00mm single row style1 pin1 left -0 -8 -8 -Connector_PinSocket_1.00mm -PinSocket_1x08_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x08, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x08 1.00mm single row style2 pin1 right -0 -8 -8 -Connector_PinSocket_1.00mm -PinSocket_1x09_P1.00mm_Vertical -Through hole straight socket strip, 1x09, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x09 1.00mm single row -0 -9 -9 -Connector_PinSocket_1.00mm -PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x09 1.00mm single row style1 pin1 left -0 -9 -9 -Connector_PinSocket_1.00mm -PinSocket_1x09_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x09, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x09 1.00mm single row style2 pin1 right -0 -9 -9 -Connector_PinSocket_1.00mm -PinSocket_1x10_P1.00mm_Vertical -Through hole straight socket strip, 1x10, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x10 1.00mm single row -0 -10 -10 -Connector_PinSocket_1.00mm -PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x10 1.00mm single row style1 pin1 left -0 -10 -10 -Connector_PinSocket_1.00mm -PinSocket_1x10_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x10, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x10 1.00mm single row style2 pin1 right -0 -10 -10 -Connector_PinSocket_1.00mm -PinSocket_1x11_P1.00mm_Vertical -Through hole straight socket strip, 1x11, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x11 1.00mm single row -0 -11 -11 -Connector_PinSocket_1.00mm -PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x11 1.00mm single row style1 pin1 left -0 -11 -11 -Connector_PinSocket_1.00mm -PinSocket_1x11_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x11, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x11 1.00mm single row style2 pin1 right -0 -11 -11 -Connector_PinSocket_1.00mm -PinSocket_1x12_P1.00mm_Vertical -Through hole straight socket strip, 1x12, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x12 1.00mm single row -0 -12 -12 -Connector_PinSocket_1.00mm -PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x12 1.00mm single row style1 pin1 left -0 -12 -12 -Connector_PinSocket_1.00mm -PinSocket_1x12_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x12, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x12 1.00mm single row style2 pin1 right -0 -12 -12 -Connector_PinSocket_1.00mm -PinSocket_1x13_P1.00mm_Vertical -Through hole straight socket strip, 1x13, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x13 1.00mm single row -0 -13 -13 -Connector_PinSocket_1.00mm -PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x13 1.00mm single row style1 pin1 left -0 -13 -13 -Connector_PinSocket_1.00mm -PinSocket_1x13_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x13, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x13 1.00mm single row style2 pin1 right -0 -13 -13 -Connector_PinSocket_1.00mm -PinSocket_1x14_P1.00mm_Vertical -Through hole straight socket strip, 1x14, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x14 1.00mm single row -0 -14 -14 -Connector_PinSocket_1.00mm -PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x14 1.00mm single row style1 pin1 left -0 -14 -14 -Connector_PinSocket_1.00mm -PinSocket_1x14_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x14, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x14 1.00mm single row style2 pin1 right -0 -14 -14 -Connector_PinSocket_1.00mm -PinSocket_1x15_P1.00mm_Vertical -Through hole straight socket strip, 1x15, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x15 1.00mm single row -0 -15 -15 -Connector_PinSocket_1.00mm -PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x15 1.00mm single row style1 pin1 left -0 -15 -15 -Connector_PinSocket_1.00mm -PinSocket_1x15_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x15, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x15 1.00mm single row style2 pin1 right -0 -15 -15 -Connector_PinSocket_1.00mm -PinSocket_1x16_P1.00mm_Vertical -Through hole straight socket strip, 1x16, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x16 1.00mm single row -0 -16 -16 -Connector_PinSocket_1.00mm -PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x16 1.00mm single row style1 pin1 left -0 -16 -16 -Connector_PinSocket_1.00mm -PinSocket_1x16_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x16, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x16 1.00mm single row style2 pin1 right -0 -16 -16 -Connector_PinSocket_1.00mm -PinSocket_1x17_P1.00mm_Vertical -Through hole straight socket strip, 1x17, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x17 1.00mm single row -0 -17 -17 -Connector_PinSocket_1.00mm -PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x17 1.00mm single row style1 pin1 left -0 -17 -17 -Connector_PinSocket_1.00mm -PinSocket_1x17_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x17, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x17 1.00mm single row style2 pin1 right -0 -17 -17 -Connector_PinSocket_1.00mm -PinSocket_1x18_P1.00mm_Vertical -Through hole straight socket strip, 1x18, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x18 1.00mm single row -0 -18 -18 -Connector_PinSocket_1.00mm -PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x18 1.00mm single row style1 pin1 left -0 -18 -18 -Connector_PinSocket_1.00mm -PinSocket_1x18_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x18, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x18 1.00mm single row style2 pin1 right -0 -18 -18 -Connector_PinSocket_1.00mm -PinSocket_1x19_P1.00mm_Vertical -Through hole straight socket strip, 1x19, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x19 1.00mm single row -0 -19 -19 -Connector_PinSocket_1.00mm -PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x19 1.00mm single row style1 pin1 left -0 -19 -19 -Connector_PinSocket_1.00mm -PinSocket_1x19_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x19, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x19 1.00mm single row style2 pin1 right -0 -19 -19 -Connector_PinSocket_1.00mm -PinSocket_1x20_P1.00mm_Vertical -Through hole straight socket strip, 1x20, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x20 1.00mm single row -0 -20 -20 -Connector_PinSocket_1.00mm -PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x20 1.00mm single row style1 pin1 left -0 -20 -20 -Connector_PinSocket_1.00mm -PinSocket_1x20_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x20, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x20 1.00mm single row style2 pin1 right -0 -20 -20 -Connector_PinSocket_1.00mm -PinSocket_1x21_P1.00mm_Vertical -Through hole straight socket strip, 1x21, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x21 1.00mm single row -0 -21 -21 -Connector_PinSocket_1.00mm -PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x21 1.00mm single row style1 pin1 left -0 -21 -21 -Connector_PinSocket_1.00mm -PinSocket_1x21_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x21, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x21 1.00mm single row style2 pin1 right -0 -21 -21 -Connector_PinSocket_1.00mm -PinSocket_1x22_P1.00mm_Vertical -Through hole straight socket strip, 1x22, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x22 1.00mm single row -0 -22 -22 -Connector_PinSocket_1.00mm -PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x22 1.00mm single row style1 pin1 left -0 -22 -22 -Connector_PinSocket_1.00mm -PinSocket_1x22_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x22, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x22 1.00mm single row style2 pin1 right -0 -22 -22 -Connector_PinSocket_1.00mm -PinSocket_1x23_P1.00mm_Vertical -Through hole straight socket strip, 1x23, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x23 1.00mm single row -0 -23 -23 -Connector_PinSocket_1.00mm -PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x23 1.00mm single row style1 pin1 left -0 -23 -23 -Connector_PinSocket_1.00mm -PinSocket_1x23_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x23, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x23 1.00mm single row style2 pin1 right -0 -23 -23 -Connector_PinSocket_1.00mm -PinSocket_1x24_P1.00mm_Vertical -Through hole straight socket strip, 1x24, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x24 1.00mm single row -0 -24 -24 -Connector_PinSocket_1.00mm -PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x24 1.00mm single row style1 pin1 left -0 -24 -24 -Connector_PinSocket_1.00mm -PinSocket_1x24_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x24, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x24 1.00mm single row style2 pin1 right -0 -24 -24 -Connector_PinSocket_1.00mm -PinSocket_1x25_P1.00mm_Vertical -Through hole straight socket strip, 1x25, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x25 1.00mm single row -0 -25 -25 -Connector_PinSocket_1.00mm -PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x25 1.00mm single row style1 pin1 left -0 -25 -25 -Connector_PinSocket_1.00mm -PinSocket_1x25_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x25, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x25 1.00mm single row style2 pin1 right -0 -25 -25 -Connector_PinSocket_1.00mm -PinSocket_1x26_P1.00mm_Vertical -Through hole straight socket strip, 1x26, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x26 1.00mm single row -0 -26 -26 -Connector_PinSocket_1.00mm -PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x26 1.00mm single row style1 pin1 left -0 -26 -26 -Connector_PinSocket_1.00mm -PinSocket_1x26_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x26, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x26 1.00mm single row style2 pin1 right -0 -26 -26 -Connector_PinSocket_1.00mm -PinSocket_1x27_P1.00mm_Vertical -Through hole straight socket strip, 1x27, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x27 1.00mm single row -0 -27 -27 -Connector_PinSocket_1.00mm -PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x27 1.00mm single row style1 pin1 left -0 -27 -27 -Connector_PinSocket_1.00mm -PinSocket_1x27_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x27, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x27 1.00mm single row style2 pin1 right -0 -27 -27 -Connector_PinSocket_1.00mm -PinSocket_1x28_P1.00mm_Vertical -Through hole straight socket strip, 1x28, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x28 1.00mm single row -0 -28 -28 -Connector_PinSocket_1.00mm -PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x28 1.00mm single row style1 pin1 left -0 -28 -28 -Connector_PinSocket_1.00mm -PinSocket_1x28_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x28, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x28 1.00mm single row style2 pin1 right -0 -28 -28 -Connector_PinSocket_1.00mm -PinSocket_1x29_P1.00mm_Vertical -Through hole straight socket strip, 1x29, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x29 1.00mm single row -0 -29 -29 -Connector_PinSocket_1.00mm -PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x29 1.00mm single row style1 pin1 left -0 -29 -29 -Connector_PinSocket_1.00mm -PinSocket_1x29_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x29, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x29 1.00mm single row style2 pin1 right -0 -29 -29 -Connector_PinSocket_1.00mm -PinSocket_1x30_P1.00mm_Vertical -Through hole straight socket strip, 1x30, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x30 1.00mm single row -0 -30 -30 -Connector_PinSocket_1.00mm -PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x30 1.00mm single row style1 pin1 left -0 -30 -30 -Connector_PinSocket_1.00mm -PinSocket_1x30_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x30, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x30 1.00mm single row style2 pin1 right -0 -30 -30 -Connector_PinSocket_1.00mm -PinSocket_1x31_P1.00mm_Vertical -Through hole straight socket strip, 1x31, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x31 1.00mm single row -0 -31 -31 -Connector_PinSocket_1.00mm -PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x31 1.00mm single row style1 pin1 left -0 -31 -31 -Connector_PinSocket_1.00mm -PinSocket_1x31_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x31, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x31 1.00mm single row style2 pin1 right -0 -31 -31 -Connector_PinSocket_1.00mm -PinSocket_1x32_P1.00mm_Vertical -Through hole straight socket strip, 1x32, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x32 1.00mm single row -0 -32 -32 -Connector_PinSocket_1.00mm -PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x32 1.00mm single row style1 pin1 left -0 -32 -32 -Connector_PinSocket_1.00mm -PinSocket_1x32_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x32, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x32 1.00mm single row style2 pin1 right -0 -32 -32 -Connector_PinSocket_1.00mm -PinSocket_1x33_P1.00mm_Vertical -Through hole straight socket strip, 1x33, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x33 1.00mm single row -0 -33 -33 -Connector_PinSocket_1.00mm -PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x33 1.00mm single row style1 pin1 left -0 -33 -33 -Connector_PinSocket_1.00mm -PinSocket_1x33_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x33, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x33 1.00mm single row style2 pin1 right -0 -33 -33 -Connector_PinSocket_1.00mm -PinSocket_1x34_P1.00mm_Vertical -Through hole straight socket strip, 1x34, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x34 1.00mm single row -0 -34 -34 -Connector_PinSocket_1.00mm -PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x34 1.00mm single row style1 pin1 left -0 -34 -34 -Connector_PinSocket_1.00mm -PinSocket_1x34_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x34, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x34 1.00mm single row style2 pin1 right -0 -34 -34 -Connector_PinSocket_1.00mm -PinSocket_1x35_P1.00mm_Vertical -Through hole straight socket strip, 1x35, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x35 1.00mm single row -0 -35 -35 -Connector_PinSocket_1.00mm -PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x35 1.00mm single row style1 pin1 left -0 -35 -35 -Connector_PinSocket_1.00mm -PinSocket_1x35_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x35, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x35 1.00mm single row style2 pin1 right -0 -35 -35 -Connector_PinSocket_1.00mm -PinSocket_1x36_P1.00mm_Vertical -Through hole straight socket strip, 1x36, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x36 1.00mm single row -0 -36 -36 -Connector_PinSocket_1.00mm -PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x36 1.00mm single row style1 pin1 left -0 -36 -36 -Connector_PinSocket_1.00mm -PinSocket_1x36_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x36, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x36 1.00mm single row style2 pin1 right -0 -36 -36 -Connector_PinSocket_1.00mm -PinSocket_1x37_P1.00mm_Vertical -Through hole straight socket strip, 1x37, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x37 1.00mm single row -0 -37 -37 -Connector_PinSocket_1.00mm -PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x37 1.00mm single row style1 pin1 left -0 -37 -37 -Connector_PinSocket_1.00mm -PinSocket_1x37_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x37, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x37 1.00mm single row style2 pin1 right -0 -37 -37 -Connector_PinSocket_1.00mm -PinSocket_1x38_P1.00mm_Vertical -Through hole straight socket strip, 1x38, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x38 1.00mm single row -0 -38 -38 -Connector_PinSocket_1.00mm -PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x38 1.00mm single row style1 pin1 left -0 -38 -38 -Connector_PinSocket_1.00mm -PinSocket_1x38_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x38, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x38 1.00mm single row style2 pin1 right -0 -38 -38 -Connector_PinSocket_1.00mm -PinSocket_1x39_P1.00mm_Vertical -Through hole straight socket strip, 1x39, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x39 1.00mm single row -0 -39 -39 -Connector_PinSocket_1.00mm -PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x39 1.00mm single row style1 pin1 left -0 -39 -39 -Connector_PinSocket_1.00mm -PinSocket_1x39_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x39, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x39 1.00mm single row style2 pin1 right -0 -39 -39 -Connector_PinSocket_1.00mm -PinSocket_1x40_P1.00mm_Vertical -Through hole straight socket strip, 1x40, 1.00mm pitch, single row (https://gct.co/files/drawings/bc065.pdf), script generated -Through hole socket strip THT 1x40 1.00mm single row -0 -40 -40 -Connector_PinSocket_1.00mm -PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 1 (pin 1 left) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x40 1.00mm single row style1 pin1 left -0 -40 -40 -Connector_PinSocket_1.00mm -PinSocket_1x40_P1.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x40, 1.00mm pitch, single row, style 2 (pin 1 right) (https://gct.co/files/drawings/bc070.pdf), script generated -Surface mounted socket strip SMD 1x40 1.00mm single row style2 pin1 right -0 -40 -40 -Connector_PinSocket_1.00mm -PinSocket_2x02_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x02, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x02 1.00mm double row -0 -4 -4 -Connector_PinSocket_1.00mm -PinSocket_2x03_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x03, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x03 1.00mm double row -0 -6 -6 -Connector_PinSocket_1.00mm -PinSocket_2x04_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x04, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x04 1.00mm double row -0 -8 -8 -Connector_PinSocket_1.00mm -PinSocket_2x05_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x05, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x05 1.00mm double row -0 -10 -10 -Connector_PinSocket_1.00mm -PinSocket_2x06_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x06, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x06 1.00mm double row -0 -12 -12 -Connector_PinSocket_1.00mm -PinSocket_2x07_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x07, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x07 1.00mm double row -0 -14 -14 -Connector_PinSocket_1.00mm -PinSocket_2x08_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x08, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x08 1.00mm double row -0 -16 -16 -Connector_PinSocket_1.00mm -PinSocket_2x09_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x09, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x09 1.00mm double row -0 -18 -18 -Connector_PinSocket_1.00mm -PinSocket_2x10_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x10, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x10 1.00mm double row -0 -20 -20 -Connector_PinSocket_1.00mm -PinSocket_2x11_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x11, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x11 1.00mm double row -0 -22 -22 -Connector_PinSocket_1.00mm -PinSocket_2x12_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x12, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x12 1.00mm double row -0 -24 -24 -Connector_PinSocket_1.00mm -PinSocket_2x13_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x13, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x13 1.00mm double row -0 -26 -26 -Connector_PinSocket_1.00mm -PinSocket_2x14_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x14, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x14 1.00mm double row -0 -28 -28 -Connector_PinSocket_1.00mm -PinSocket_2x15_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x15, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x15 1.00mm double row -0 -30 -30 -Connector_PinSocket_1.00mm -PinSocket_2x16_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x16, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x16 1.00mm double row -0 -32 -32 -Connector_PinSocket_1.00mm -PinSocket_2x17_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x17, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x17 1.00mm double row -0 -34 -34 -Connector_PinSocket_1.00mm -PinSocket_2x18_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x18, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x18 1.00mm double row -0 -36 -36 -Connector_PinSocket_1.00mm -PinSocket_2x19_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x19, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x19 1.00mm double row -0 -38 -38 -Connector_PinSocket_1.00mm -PinSocket_2x20_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x20, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x20 1.00mm double row -0 -40 -40 -Connector_PinSocket_1.00mm -PinSocket_2x21_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x21, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x21 1.00mm double row -0 -42 -42 -Connector_PinSocket_1.00mm -PinSocket_2x22_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x22, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x22 1.00mm double row -0 -44 -44 -Connector_PinSocket_1.00mm -PinSocket_2x23_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x23, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x23 1.00mm double row -0 -46 -46 -Connector_PinSocket_1.00mm -PinSocket_2x24_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x24, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x24 1.00mm double row -0 -48 -48 -Connector_PinSocket_1.00mm -PinSocket_2x25_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x25, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x25 1.00mm double row -0 -50 -50 -Connector_PinSocket_1.00mm -PinSocket_2x26_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x26, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x26 1.00mm double row -0 -52 -52 -Connector_PinSocket_1.00mm -PinSocket_2x27_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x27, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x27 1.00mm double row -0 -54 -54 -Connector_PinSocket_1.00mm -PinSocket_2x28_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x28, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x28 1.00mm double row -0 -56 -56 -Connector_PinSocket_1.00mm -PinSocket_2x29_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x29, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x29 1.00mm double row -0 -58 -58 -Connector_PinSocket_1.00mm -PinSocket_2x30_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x30, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x30 1.00mm double row -0 -60 -60 -Connector_PinSocket_1.00mm -PinSocket_2x31_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x31, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x31 1.00mm double row -0 -62 -62 -Connector_PinSocket_1.00mm -PinSocket_2x32_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x32, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x32 1.00mm double row -0 -64 -64 -Connector_PinSocket_1.00mm -PinSocket_2x33_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x33, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x33 1.00mm double row -0 -66 -66 -Connector_PinSocket_1.00mm -PinSocket_2x34_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x34, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x34 1.00mm double row -0 -68 -68 -Connector_PinSocket_1.00mm -PinSocket_2x35_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x35, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x35 1.00mm double row -0 -70 -70 -Connector_PinSocket_1.00mm -PinSocket_2x36_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x36, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x36 1.00mm double row -0 -72 -72 -Connector_PinSocket_1.00mm -PinSocket_2x37_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x37, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x37 1.00mm double row -0 -74 -74 -Connector_PinSocket_1.00mm -PinSocket_2x38_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x38, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x38 1.00mm double row -0 -76 -76 -Connector_PinSocket_1.00mm -PinSocket_2x39_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x39, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x39 1.00mm double row -0 -78 -78 -Connector_PinSocket_1.00mm -PinSocket_2x40_P1.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x40, 1.00mm pitch, double cols (https://gct.co/files/drawings/bc085.pdf), script generated -Surface mounted socket strip SMD 2x40 1.00mm double row -0 -80 -80 -Connector_PinSocket_1.27mm -PinSocket_1x01_P1.27mm_Vertical -Through hole straight socket strip, 1x01, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x01 1.27mm single row -0 -1 -1 -Connector_PinSocket_1.27mm -PinSocket_1x02_P1.27mm_Vertical -Through hole straight socket strip, 1x02, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x02 1.27mm single row -0 -2 -2 -Connector_PinSocket_1.27mm -PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x02 1.27mm single row style1 pin1 left -0 -2 -2 -Connector_PinSocket_1.27mm -PinSocket_1x02_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x02, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x02 1.27mm single row style2 pin1 right -0 -2 -2 -Connector_PinSocket_1.27mm -PinSocket_1x03_P1.27mm_Vertical -Through hole straight socket strip, 1x03, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x03 1.27mm single row -0 -3 -3 -Connector_PinSocket_1.27mm -PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x03 1.27mm single row style1 pin1 left -0 -3 -3 -Connector_PinSocket_1.27mm -PinSocket_1x03_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x03, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x03 1.27mm single row style2 pin1 right -0 -3 -3 -Connector_PinSocket_1.27mm -PinSocket_1x04_P1.27mm_Vertical -Through hole straight socket strip, 1x04, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x04 1.27mm single row -0 -4 -4 -Connector_PinSocket_1.27mm -PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x04 1.27mm single row style1 pin1 left -0 -4 -4 -Connector_PinSocket_1.27mm -PinSocket_1x04_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x04, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x04 1.27mm single row style2 pin1 right -0 -4 -4 -Connector_PinSocket_1.27mm -PinSocket_1x05_P1.27mm_Vertical -Through hole straight socket strip, 1x05, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x05 1.27mm single row -0 -5 -5 -Connector_PinSocket_1.27mm -PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x05 1.27mm single row style1 pin1 left -0 -5 -5 -Connector_PinSocket_1.27mm -PinSocket_1x05_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x05, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x05 1.27mm single row style2 pin1 right -0 -5 -5 -Connector_PinSocket_1.27mm -PinSocket_1x06_P1.27mm_Vertical -Through hole straight socket strip, 1x06, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x06 1.27mm single row -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x06 1.27mm single row style1 pin1 left -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_1x06_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x06, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x06 1.27mm single row style2 pin1 right -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_1x07_P1.27mm_Vertical -Through hole straight socket strip, 1x07, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x07 1.27mm single row -0 -7 -7 -Connector_PinSocket_1.27mm -PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x07 1.27mm single row style1 pin1 left -0 -7 -7 -Connector_PinSocket_1.27mm -PinSocket_1x07_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x07, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x07 1.27mm single row style2 pin1 right -0 -7 -7 -Connector_PinSocket_1.27mm -PinSocket_1x08_P1.27mm_Vertical -Through hole straight socket strip, 1x08, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x08 1.27mm single row -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x08 1.27mm single row style1 pin1 left -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_1x08_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x08, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x08 1.27mm single row style2 pin1 right -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_1x09_P1.27mm_Vertical -Through hole straight socket strip, 1x09, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x09 1.27mm single row -0 -9 -9 -Connector_PinSocket_1.27mm -PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x09 1.27mm single row style1 pin1 left -0 -9 -9 -Connector_PinSocket_1.27mm -PinSocket_1x09_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x09, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x09 1.27mm single row style2 pin1 right -0 -9 -9 -Connector_PinSocket_1.27mm -PinSocket_1x10_P1.27mm_Vertical -Through hole straight socket strip, 1x10, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x10 1.27mm single row -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x10 1.27mm single row style1 pin1 left -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_1x10_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x10, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x10 1.27mm single row style2 pin1 right -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_1x11_P1.27mm_Vertical -Through hole straight socket strip, 1x11, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x11 1.27mm single row -0 -11 -11 -Connector_PinSocket_1.27mm -PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x11 1.27mm single row style1 pin1 left -0 -11 -11 -Connector_PinSocket_1.27mm -PinSocket_1x11_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x11, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x11 1.27mm single row style2 pin1 right -0 -11 -11 -Connector_PinSocket_1.27mm -PinSocket_1x12_P1.27mm_Vertical -Through hole straight socket strip, 1x12, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x12 1.27mm single row -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x12 1.27mm single row style1 pin1 left -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_1x12_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x12, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x12 1.27mm single row style2 pin1 right -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_1x13_P1.27mm_Vertical -Through hole straight socket strip, 1x13, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x13 1.27mm single row -0 -13 -13 -Connector_PinSocket_1.27mm -PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x13 1.27mm single row style1 pin1 left -0 -13 -13 -Connector_PinSocket_1.27mm -PinSocket_1x13_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x13, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x13 1.27mm single row style2 pin1 right -0 -13 -13 -Connector_PinSocket_1.27mm -PinSocket_1x14_P1.27mm_Vertical -Through hole straight socket strip, 1x14, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x14 1.27mm single row -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x14 1.27mm single row style1 pin1 left -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_1x14_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x14, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x14 1.27mm single row style2 pin1 right -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_1x15_P1.27mm_Vertical -Through hole straight socket strip, 1x15, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x15 1.27mm single row -0 -15 -15 -Connector_PinSocket_1.27mm -PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x15 1.27mm single row style1 pin1 left -0 -15 -15 -Connector_PinSocket_1.27mm -PinSocket_1x15_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x15, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x15 1.27mm single row style2 pin1 right -0 -15 -15 -Connector_PinSocket_1.27mm -PinSocket_1x16_P1.27mm_Vertical -Through hole straight socket strip, 1x16, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x16 1.27mm single row -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x16 1.27mm single row style1 pin1 left -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_1x16_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x16, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x16 1.27mm single row style2 pin1 right -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_1x17_P1.27mm_Vertical -Through hole straight socket strip, 1x17, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x17 1.27mm single row -0 -17 -17 -Connector_PinSocket_1.27mm -PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x17 1.27mm single row style1 pin1 left -0 -17 -17 -Connector_PinSocket_1.27mm -PinSocket_1x17_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x17, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x17 1.27mm single row style2 pin1 right -0 -17 -17 -Connector_PinSocket_1.27mm -PinSocket_1x18_P1.27mm_Vertical -Through hole straight socket strip, 1x18, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x18 1.27mm single row -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x18 1.27mm single row style1 pin1 left -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_1x18_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x18, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x18 1.27mm single row style2 pin1 right -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_1x19_P1.27mm_Vertical -Through hole straight socket strip, 1x19, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x19 1.27mm single row -0 -19 -19 -Connector_PinSocket_1.27mm -PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x19 1.27mm single row style1 pin1 left -0 -19 -19 -Connector_PinSocket_1.27mm -PinSocket_1x19_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x19, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x19 1.27mm single row style2 pin1 right -0 -19 -19 -Connector_PinSocket_1.27mm -PinSocket_1x20_P1.27mm_Vertical -Through hole straight socket strip, 1x20, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x20 1.27mm single row -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x20 1.27mm single row style1 pin1 left -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_1x20_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x20, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x20 1.27mm single row style2 pin1 right -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_1x21_P1.27mm_Vertical -Through hole straight socket strip, 1x21, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x21 1.27mm single row -0 -21 -21 -Connector_PinSocket_1.27mm -PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x21 1.27mm single row style1 pin1 left -0 -21 -21 -Connector_PinSocket_1.27mm -PinSocket_1x21_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x21, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x21 1.27mm single row style2 pin1 right -0 -21 -21 -Connector_PinSocket_1.27mm -PinSocket_1x22_P1.27mm_Vertical -Through hole straight socket strip, 1x22, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x22 1.27mm single row -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x22 1.27mm single row style1 pin1 left -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_1x22_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x22, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x22 1.27mm single row style2 pin1 right -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_1x23_P1.27mm_Vertical -Through hole straight socket strip, 1x23, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x23 1.27mm single row -0 -23 -23 -Connector_PinSocket_1.27mm -PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x23 1.27mm single row style1 pin1 left -0 -23 -23 -Connector_PinSocket_1.27mm -PinSocket_1x23_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x23, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x23 1.27mm single row style2 pin1 right -0 -23 -23 -Connector_PinSocket_1.27mm -PinSocket_1x24_P1.27mm_Vertical -Through hole straight socket strip, 1x24, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x24 1.27mm single row -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x24 1.27mm single row style1 pin1 left -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_1x24_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x24, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x24 1.27mm single row style2 pin1 right -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_1x25_P1.27mm_Vertical -Through hole straight socket strip, 1x25, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x25 1.27mm single row -0 -25 -25 -Connector_PinSocket_1.27mm -PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x25 1.27mm single row style1 pin1 left -0 -25 -25 -Connector_PinSocket_1.27mm -PinSocket_1x25_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x25, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x25 1.27mm single row style2 pin1 right -0 -25 -25 -Connector_PinSocket_1.27mm -PinSocket_1x26_P1.27mm_Vertical -Through hole straight socket strip, 1x26, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x26 1.27mm single row -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x26 1.27mm single row style1 pin1 left -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_1x26_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x26, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x26 1.27mm single row style2 pin1 right -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_1x27_P1.27mm_Vertical -Through hole straight socket strip, 1x27, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x27 1.27mm single row -0 -27 -27 -Connector_PinSocket_1.27mm -PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x27 1.27mm single row style1 pin1 left -0 -27 -27 -Connector_PinSocket_1.27mm -PinSocket_1x27_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x27, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x27 1.27mm single row style2 pin1 right -0 -27 -27 -Connector_PinSocket_1.27mm -PinSocket_1x28_P1.27mm_Vertical -Through hole straight socket strip, 1x28, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x28 1.27mm single row -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x28 1.27mm single row style1 pin1 left -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_1x28_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x28, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x28 1.27mm single row style2 pin1 right -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_1x29_P1.27mm_Vertical -Through hole straight socket strip, 1x29, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x29 1.27mm single row -0 -29 -29 -Connector_PinSocket_1.27mm -PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x29 1.27mm single row style1 pin1 left -0 -29 -29 -Connector_PinSocket_1.27mm -PinSocket_1x29_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x29, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x29 1.27mm single row style2 pin1 right -0 -29 -29 -Connector_PinSocket_1.27mm -PinSocket_1x30_P1.27mm_Vertical -Through hole straight socket strip, 1x30, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x30 1.27mm single row -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x30 1.27mm single row style1 pin1 left -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_1x30_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x30, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x30 1.27mm single row style2 pin1 right -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_1x31_P1.27mm_Vertical -Through hole straight socket strip, 1x31, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x31 1.27mm single row -0 -31 -31 -Connector_PinSocket_1.27mm -PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x31 1.27mm single row style1 pin1 left -0 -31 -31 -Connector_PinSocket_1.27mm -PinSocket_1x31_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x31, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x31 1.27mm single row style2 pin1 right -0 -31 -31 -Connector_PinSocket_1.27mm -PinSocket_1x32_P1.27mm_Vertical -Through hole straight socket strip, 1x32, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x32 1.27mm single row -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x32 1.27mm single row style1 pin1 left -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_1x32_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x32, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x32 1.27mm single row style2 pin1 right -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_1x33_P1.27mm_Vertical -Through hole straight socket strip, 1x33, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x33 1.27mm single row -0 -33 -33 -Connector_PinSocket_1.27mm -PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x33 1.27mm single row style1 pin1 left -0 -33 -33 -Connector_PinSocket_1.27mm -PinSocket_1x33_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x33, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x33 1.27mm single row style2 pin1 right -0 -33 -33 -Connector_PinSocket_1.27mm -PinSocket_1x34_P1.27mm_Vertical -Through hole straight socket strip, 1x34, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x34 1.27mm single row -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x34 1.27mm single row style1 pin1 left -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_1x34_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x34, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x34 1.27mm single row style2 pin1 right -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_1x35_P1.27mm_Vertical -Through hole straight socket strip, 1x35, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x35 1.27mm single row -0 -35 -35 -Connector_PinSocket_1.27mm -PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x35 1.27mm single row style1 pin1 left -0 -35 -35 -Connector_PinSocket_1.27mm -PinSocket_1x35_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x35, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x35 1.27mm single row style2 pin1 right -0 -35 -35 -Connector_PinSocket_1.27mm -PinSocket_1x36_P1.27mm_Vertical -Through hole straight socket strip, 1x36, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x36 1.27mm single row -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x36 1.27mm single row style1 pin1 left -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_1x36_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x36, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x36 1.27mm single row style2 pin1 right -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_1x37_P1.27mm_Vertical -Through hole straight socket strip, 1x37, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x37 1.27mm single row -0 -37 -37 -Connector_PinSocket_1.27mm -PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x37 1.27mm single row style1 pin1 left -0 -37 -37 -Connector_PinSocket_1.27mm -PinSocket_1x37_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x37, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x37 1.27mm single row style2 pin1 right -0 -37 -37 -Connector_PinSocket_1.27mm -PinSocket_1x38_P1.27mm_Vertical -Through hole straight socket strip, 1x38, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x38 1.27mm single row -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x38 1.27mm single row style1 pin1 left -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_1x38_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x38, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x38 1.27mm single row style2 pin1 right -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_1x39_P1.27mm_Vertical -Through hole straight socket strip, 1x39, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x39 1.27mm single row -0 -39 -39 -Connector_PinSocket_1.27mm -PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x39 1.27mm single row style1 pin1 left -0 -39 -39 -Connector_PinSocket_1.27mm -PinSocket_1x39_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x39, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x39 1.27mm single row style2 pin1 right -0 -39 -39 -Connector_PinSocket_1.27mm -PinSocket_1x40_P1.27mm_Vertical -Through hole straight socket strip, 1x40, 1.27mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x40 1.27mm single row -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 1 (pin 1 left) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x40 1.27mm single row style1 pin1 left -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_1x40_P1.27mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x40, 1.27mm pitch, single row, style 2 (pin 1 right) (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD075.pdf&t=1511594726925), script generated -Surface mounted socket strip SMD 1x40 1.27mm single row style2 pin1 right -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_2x01_P1.27mm_Vertical -Through hole straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x01 1.27mm double row -0 -2 -2 -Connector_PinSocket_1.27mm -PinSocket_2x01_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x01, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x01 1.27mm double row -0 -2 -2 -Connector_PinSocket_1.27mm -PinSocket_2x02_P1.27mm_Vertical -Through hole straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x02 1.27mm double row -0 -4 -4 -Connector_PinSocket_1.27mm -PinSocket_2x02_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x02, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x02 1.27mm double row -0 -4 -4 -Connector_PinSocket_1.27mm -PinSocket_2x03_P1.27mm_Horizontal -Through hole angled socket strip, 2x03, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x03 1.27mm double row -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_2x03_P1.27mm_Vertical -Through hole straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x03 1.27mm double row -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_2x03_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x03, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x03 1.27mm double row -0 -6 -6 -Connector_PinSocket_1.27mm -PinSocket_2x04_P1.27mm_Horizontal -Through hole angled socket strip, 2x04, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x04 1.27mm double row -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_2x04_P1.27mm_Vertical -Through hole straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x04 1.27mm double row -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_2x04_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x04, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x04 1.27mm double row -0 -8 -8 -Connector_PinSocket_1.27mm -PinSocket_2x05_P1.27mm_Horizontal -Through hole angled socket strip, 2x05, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x05 1.27mm double row -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_2x05_P1.27mm_Vertical -Through hole straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x05 1.27mm double row -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_2x05_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x05, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x05 1.27mm double row -0 -10 -10 -Connector_PinSocket_1.27mm -PinSocket_2x06_P1.27mm_Horizontal -Through hole angled socket strip, 2x06, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x06 1.27mm double row -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_2x06_P1.27mm_Vertical -Through hole straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x06 1.27mm double row -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_2x06_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x06, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x06 1.27mm double row -0 -12 -12 -Connector_PinSocket_1.27mm -PinSocket_2x07_P1.27mm_Horizontal -Through hole angled socket strip, 2x07, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x07 1.27mm double row -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_2x07_P1.27mm_Vertical -Through hole straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x07 1.27mm double row -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_2x07_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x07, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x07 1.27mm double row -0 -14 -14 -Connector_PinSocket_1.27mm -PinSocket_2x08_P1.27mm_Horizontal -Through hole angled socket strip, 2x08, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x08 1.27mm double row -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_2x08_P1.27mm_Vertical -Through hole straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x08 1.27mm double row -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_2x08_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x08, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x08 1.27mm double row -0 -16 -16 -Connector_PinSocket_1.27mm -PinSocket_2x09_P1.27mm_Horizontal -Through hole angled socket strip, 2x09, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x09 1.27mm double row -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_2x09_P1.27mm_Vertical -Through hole straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x09 1.27mm double row -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_2x09_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x09, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x09 1.27mm double row -0 -18 -18 -Connector_PinSocket_1.27mm -PinSocket_2x10_P1.27mm_Horizontal -Through hole angled socket strip, 2x10, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x10 1.27mm double row -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_2x10_P1.27mm_Vertical -Through hole straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x10 1.27mm double row -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_2x10_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x10, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x10 1.27mm double row -0 -20 -20 -Connector_PinSocket_1.27mm -PinSocket_2x11_P1.27mm_Horizontal -Through hole angled socket strip, 2x11, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x11 1.27mm double row -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_2x11_P1.27mm_Vertical -Through hole straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x11 1.27mm double row -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_2x11_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x11, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x11 1.27mm double row -0 -22 -22 -Connector_PinSocket_1.27mm -PinSocket_2x12_P1.27mm_Horizontal -Through hole angled socket strip, 2x12, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x12 1.27mm double row -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_2x12_P1.27mm_Vertical -Through hole straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x12 1.27mm double row -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_2x12_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x12, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x12 1.27mm double row -0 -24 -24 -Connector_PinSocket_1.27mm -PinSocket_2x13_P1.27mm_Horizontal -Through hole angled socket strip, 2x13, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x13 1.27mm double row -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_2x13_P1.27mm_Vertical -Through hole straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x13 1.27mm double row -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_2x13_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x13, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x13 1.27mm double row -0 -26 -26 -Connector_PinSocket_1.27mm -PinSocket_2x14_P1.27mm_Horizontal -Through hole angled socket strip, 2x14, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x14 1.27mm double row -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_2x14_P1.27mm_Vertical -Through hole straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x14 1.27mm double row -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_2x14_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x14, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x14 1.27mm double row -0 -28 -28 -Connector_PinSocket_1.27mm -PinSocket_2x15_P1.27mm_Horizontal -Through hole angled socket strip, 2x15, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x15 1.27mm double row -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_2x15_P1.27mm_Vertical -Through hole straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x15 1.27mm double row -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_2x15_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x15, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x15 1.27mm double row -0 -30 -30 -Connector_PinSocket_1.27mm -PinSocket_2x16_P1.27mm_Horizontal -Through hole angled socket strip, 2x16, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x16 1.27mm double row -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_2x16_P1.27mm_Vertical -Through hole straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x16 1.27mm double row -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_2x16_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x16, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x16 1.27mm double row -0 -32 -32 -Connector_PinSocket_1.27mm -PinSocket_2x17_P1.27mm_Horizontal -Through hole angled socket strip, 2x17, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x17 1.27mm double row -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_2x17_P1.27mm_Vertical -Through hole straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x17 1.27mm double row -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_2x17_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x17, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x17 1.27mm double row -0 -34 -34 -Connector_PinSocket_1.27mm -PinSocket_2x18_P1.27mm_Horizontal -Through hole angled socket strip, 2x18, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x18 1.27mm double row -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_2x18_P1.27mm_Vertical -Through hole straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x18 1.27mm double row -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_2x18_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x18, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x18 1.27mm double row -0 -36 -36 -Connector_PinSocket_1.27mm -PinSocket_2x19_P1.27mm_Horizontal -Through hole angled socket strip, 2x19, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x19 1.27mm double row -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_2x19_P1.27mm_Vertical -Through hole straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x19 1.27mm double row -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_2x19_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x19, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x19 1.27mm double row -0 -38 -38 -Connector_PinSocket_1.27mm -PinSocket_2x20_P1.27mm_Horizontal -Through hole angled socket strip, 2x20, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x20 1.27mm double row -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_2x20_P1.27mm_Vertical -Through hole straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x20 1.27mm double row -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_2x20_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x20, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x20 1.27mm double row -0 -40 -40 -Connector_PinSocket_1.27mm -PinSocket_2x21_P1.27mm_Horizontal -Through hole angled socket strip, 2x21, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x21 1.27mm double row -0 -42 -42 -Connector_PinSocket_1.27mm -PinSocket_2x21_P1.27mm_Vertical -Through hole straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x21 1.27mm double row -0 -42 -42 -Connector_PinSocket_1.27mm -PinSocket_2x21_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x21, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x21 1.27mm double row -0 -42 -42 -Connector_PinSocket_1.27mm -PinSocket_2x22_P1.27mm_Horizontal -Through hole angled socket strip, 2x22, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x22 1.27mm double row -0 -44 -44 -Connector_PinSocket_1.27mm -PinSocket_2x22_P1.27mm_Vertical -Through hole straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x22 1.27mm double row -0 -44 -44 -Connector_PinSocket_1.27mm -PinSocket_2x22_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x22, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x22 1.27mm double row -0 -44 -44 -Connector_PinSocket_1.27mm -PinSocket_2x23_P1.27mm_Horizontal -Through hole angled socket strip, 2x23, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x23 1.27mm double row -0 -46 -46 -Connector_PinSocket_1.27mm -PinSocket_2x23_P1.27mm_Vertical -Through hole straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x23 1.27mm double row -0 -46 -46 -Connector_PinSocket_1.27mm -PinSocket_2x23_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x23, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x23 1.27mm double row -0 -46 -46 -Connector_PinSocket_1.27mm -PinSocket_2x24_P1.27mm_Horizontal -Through hole angled socket strip, 2x24, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x24 1.27mm double row -0 -48 -48 -Connector_PinSocket_1.27mm -PinSocket_2x24_P1.27mm_Vertical -Through hole straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x24 1.27mm double row -0 -48 -48 -Connector_PinSocket_1.27mm -PinSocket_2x24_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x24, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x24 1.27mm double row -0 -48 -48 -Connector_PinSocket_1.27mm -PinSocket_2x25_P1.27mm_Horizontal -Through hole angled socket strip, 2x25, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x25 1.27mm double row -0 -50 -50 -Connector_PinSocket_1.27mm -PinSocket_2x25_P1.27mm_Vertical -Through hole straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x25 1.27mm double row -0 -50 -50 -Connector_PinSocket_1.27mm -PinSocket_2x25_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x25, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x25 1.27mm double row -0 -50 -50 -Connector_PinSocket_1.27mm -PinSocket_2x26_P1.27mm_Horizontal -Through hole angled socket strip, 2x26, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x26 1.27mm double row -0 -52 -52 -Connector_PinSocket_1.27mm -PinSocket_2x26_P1.27mm_Vertical -Through hole straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x26 1.27mm double row -0 -52 -52 -Connector_PinSocket_1.27mm -PinSocket_2x26_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x26, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x26 1.27mm double row -0 -52 -52 -Connector_PinSocket_1.27mm -PinSocket_2x27_P1.27mm_Horizontal -Through hole angled socket strip, 2x27, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x27 1.27mm double row -0 -54 -54 -Connector_PinSocket_1.27mm -PinSocket_2x27_P1.27mm_Vertical -Through hole straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x27 1.27mm double row -0 -54 -54 -Connector_PinSocket_1.27mm -PinSocket_2x27_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x27, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x27 1.27mm double row -0 -54 -54 -Connector_PinSocket_1.27mm -PinSocket_2x28_P1.27mm_Horizontal -Through hole angled socket strip, 2x28, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x28 1.27mm double row -0 -56 -56 -Connector_PinSocket_1.27mm -PinSocket_2x28_P1.27mm_Vertical -Through hole straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x28 1.27mm double row -0 -56 -56 -Connector_PinSocket_1.27mm -PinSocket_2x28_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x28, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x28 1.27mm double row -0 -56 -56 -Connector_PinSocket_1.27mm -PinSocket_2x29_P1.27mm_Horizontal -Through hole angled socket strip, 2x29, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x29 1.27mm double row -0 -58 -58 -Connector_PinSocket_1.27mm -PinSocket_2x29_P1.27mm_Vertical -Through hole straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x29 1.27mm double row -0 -58 -58 -Connector_PinSocket_1.27mm -PinSocket_2x29_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x29, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x29 1.27mm double row -0 -58 -58 -Connector_PinSocket_1.27mm -PinSocket_2x30_P1.27mm_Horizontal -Through hole angled socket strip, 2x30, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x30 1.27mm double row -0 -60 -60 -Connector_PinSocket_1.27mm -PinSocket_2x30_P1.27mm_Vertical -Through hole straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x30 1.27mm double row -0 -60 -60 -Connector_PinSocket_1.27mm -PinSocket_2x30_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x30, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x30 1.27mm double row -0 -60 -60 -Connector_PinSocket_1.27mm -PinSocket_2x31_P1.27mm_Horizontal -Through hole angled socket strip, 2x31, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x31 1.27mm double row -0 -62 -62 -Connector_PinSocket_1.27mm -PinSocket_2x31_P1.27mm_Vertical -Through hole straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x31 1.27mm double row -0 -62 -62 -Connector_PinSocket_1.27mm -PinSocket_2x31_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x31, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x31 1.27mm double row -0 -62 -62 -Connector_PinSocket_1.27mm -PinSocket_2x32_P1.27mm_Horizontal -Through hole angled socket strip, 2x32, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x32 1.27mm double row -0 -64 -64 -Connector_PinSocket_1.27mm -PinSocket_2x32_P1.27mm_Vertical -Through hole straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x32 1.27mm double row -0 -64 -64 -Connector_PinSocket_1.27mm -PinSocket_2x32_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x32, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x32 1.27mm double row -0 -64 -64 -Connector_PinSocket_1.27mm -PinSocket_2x33_P1.27mm_Horizontal -Through hole angled socket strip, 2x33, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x33 1.27mm double row -0 -66 -66 -Connector_PinSocket_1.27mm -PinSocket_2x33_P1.27mm_Vertical -Through hole straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x33 1.27mm double row -0 -66 -66 -Connector_PinSocket_1.27mm -PinSocket_2x33_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x33, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x33 1.27mm double row -0 -66 -66 -Connector_PinSocket_1.27mm -PinSocket_2x34_P1.27mm_Horizontal -Through hole angled socket strip, 2x34, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x34 1.27mm double row -0 -68 -68 -Connector_PinSocket_1.27mm -PinSocket_2x34_P1.27mm_Vertical -Through hole straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x34 1.27mm double row -0 -68 -68 -Connector_PinSocket_1.27mm -PinSocket_2x34_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x34, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x34 1.27mm double row -0 -68 -68 -Connector_PinSocket_1.27mm -PinSocket_2x35_P1.27mm_Horizontal -Through hole angled socket strip, 2x35, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x35 1.27mm double row -0 -70 -70 -Connector_PinSocket_1.27mm -PinSocket_2x35_P1.27mm_Vertical -Through hole straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x35 1.27mm double row -0 -70 -70 -Connector_PinSocket_1.27mm -PinSocket_2x35_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x35, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x35 1.27mm double row -0 -70 -70 -Connector_PinSocket_1.27mm -PinSocket_2x36_P1.27mm_Horizontal -Through hole angled socket strip, 2x36, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x36 1.27mm double row -0 -72 -72 -Connector_PinSocket_1.27mm -PinSocket_2x36_P1.27mm_Vertical -Through hole straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x36 1.27mm double row -0 -72 -72 -Connector_PinSocket_1.27mm -PinSocket_2x36_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x36, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x36 1.27mm double row -0 -72 -72 -Connector_PinSocket_1.27mm -PinSocket_2x37_P1.27mm_Horizontal -Through hole angled socket strip, 2x37, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x37 1.27mm double row -0 -74 -74 -Connector_PinSocket_1.27mm -PinSocket_2x37_P1.27mm_Vertical -Through hole straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x37 1.27mm double row -0 -74 -74 -Connector_PinSocket_1.27mm -PinSocket_2x37_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x37, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x37 1.27mm double row -0 -74 -74 -Connector_PinSocket_1.27mm -PinSocket_2x38_P1.27mm_Horizontal -Through hole angled socket strip, 2x38, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x38 1.27mm double row -0 -76 -76 -Connector_PinSocket_1.27mm -PinSocket_2x38_P1.27mm_Vertical -Through hole straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x38 1.27mm double row -0 -76 -76 -Connector_PinSocket_1.27mm -PinSocket_2x38_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x38, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x38 1.27mm double row -0 -76 -76 -Connector_PinSocket_1.27mm -PinSocket_2x39_P1.27mm_Horizontal -Through hole angled socket strip, 2x39, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x39 1.27mm double row -0 -78 -78 -Connector_PinSocket_1.27mm -PinSocket_2x39_P1.27mm_Vertical -Through hole straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x39 1.27mm double row -0 -78 -78 -Connector_PinSocket_1.27mm -PinSocket_2x39_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x39, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x39 1.27mm double row -0 -78 -78 -Connector_PinSocket_1.27mm -PinSocket_2x40_P1.27mm_Horizontal -Through hole angled socket strip, 2x40, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x40 1.27mm double row -0 -80 -80 -Connector_PinSocket_1.27mm -PinSocket_2x40_P1.27mm_Vertical -Through hole straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x40 1.27mm double row -0 -80 -80 -Connector_PinSocket_1.27mm -PinSocket_2x40_P1.27mm_Vertical_SMD -surface-mounted straight socket strip, 2x40, 1.27mm pitch, double cols (from Kicad 4.0.7!), script generated -Surface mounted socket strip SMD 2x40 1.27mm double row -0 -80 -80 -Connector_PinSocket_1.27mm -PinSocket_2x41_P1.27mm_Horizontal -Through hole angled socket strip, 2x41, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x41 1.27mm double row -0 -82 -82 -Connector_PinSocket_1.27mm -PinSocket_2x42_P1.27mm_Horizontal -Through hole angled socket strip, 2x42, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x42 1.27mm double row -0 -84 -84 -Connector_PinSocket_1.27mm -PinSocket_2x43_P1.27mm_Horizontal -Through hole angled socket strip, 2x43, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x43 1.27mm double row -0 -86 -86 -Connector_PinSocket_1.27mm -PinSocket_2x44_P1.27mm_Horizontal -Through hole angled socket strip, 2x44, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x44 1.27mm double row -0 -88 -88 -Connector_PinSocket_1.27mm -PinSocket_2x45_P1.27mm_Horizontal -Through hole angled socket strip, 2x45, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x45 1.27mm double row -0 -90 -90 -Connector_PinSocket_1.27mm -PinSocket_2x46_P1.27mm_Horizontal -Through hole angled socket strip, 2x46, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x46 1.27mm double row -0 -92 -92 -Connector_PinSocket_1.27mm -PinSocket_2x47_P1.27mm_Horizontal -Through hole angled socket strip, 2x47, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x47 1.27mm double row -0 -94 -94 -Connector_PinSocket_1.27mm -PinSocket_2x48_P1.27mm_Horizontal -Through hole angled socket strip, 2x48, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x48 1.27mm double row -0 -96 -96 -Connector_PinSocket_1.27mm -PinSocket_2x49_P1.27mm_Horizontal -Through hole angled socket strip, 2x49, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x49 1.27mm double row -0 -98 -98 -Connector_PinSocket_1.27mm -PinSocket_2x50_P1.27mm_Horizontal -Through hole angled socket strip, 2x50, 1.27mm pitch, 4.4mm socket length, double cols (https://gct.co/pdfjs/web/viewer.html?file=/Files/Drawings/BD091.pdf&t=1511594177220), script generated -Through hole angled socket strip THT 2x50 1.27mm double row -0 -100 -100 -Connector_PinSocket_2.00mm -PinSocket_1x01_P2.00mm_Horizontal -Through hole angled socket strip, 1x01, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x01 2.00mm single row -0 -1 -1 -Connector_PinSocket_2.00mm -PinSocket_1x01_P2.00mm_Vertical -Through hole straight socket strip, 1x01, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x01 2.00mm single row -0 -1 -1 -Connector_PinSocket_2.00mm -PinSocket_1x02_P2.00mm_Horizontal -Through hole angled socket strip, 1x02, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x02 2.00mm single row -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_1x02_P2.00mm_Vertical -Through hole straight socket strip, 1x02, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x02 2.00mm single row -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x02 2.00mm single row style1 pin1 left -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_1x02_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x02, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x02 2.00mm single row style2 pin1 right -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_1x03_P2.00mm_Horizontal -Through hole angled socket strip, 1x03, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x03 2.00mm single row -0 -3 -3 -Connector_PinSocket_2.00mm -PinSocket_1x03_P2.00mm_Vertical -Through hole straight socket strip, 1x03, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x03 2.00mm single row -0 -3 -3 -Connector_PinSocket_2.00mm -PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x03 2.00mm single row style1 pin1 left -0 -3 -3 -Connector_PinSocket_2.00mm -PinSocket_1x03_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x03, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x03 2.00mm single row style2 pin1 right -0 -3 -3 -Connector_PinSocket_2.00mm -PinSocket_1x04_P2.00mm_Horizontal -Through hole angled socket strip, 1x04, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x04 2.00mm single row -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_1x04_P2.00mm_Vertical -Through hole straight socket strip, 1x04, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x04 2.00mm single row -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x04 2.00mm single row style1 pin1 left -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_1x04_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x04, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x04 2.00mm single row style2 pin1 right -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_1x05_P2.00mm_Horizontal -Through hole angled socket strip, 1x05, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x05 2.00mm single row -0 -5 -5 -Connector_PinSocket_2.00mm -PinSocket_1x05_P2.00mm_Vertical -Through hole straight socket strip, 1x05, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x05 2.00mm single row -0 -5 -5 -Connector_PinSocket_2.00mm -PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x05 2.00mm single row style1 pin1 left -0 -5 -5 -Connector_PinSocket_2.00mm -PinSocket_1x05_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x05, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x05 2.00mm single row style2 pin1 right -0 -5 -5 -Connector_PinSocket_2.00mm -PinSocket_1x06_P2.00mm_Horizontal -Through hole angled socket strip, 1x06, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x06 2.00mm single row -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_1x06_P2.00mm_Vertical -Through hole straight socket strip, 1x06, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x06 2.00mm single row -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x06 2.00mm single row style1 pin1 left -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_1x06_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x06, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x06 2.00mm single row style2 pin1 right -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_1x07_P2.00mm_Horizontal -Through hole angled socket strip, 1x07, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x07 2.00mm single row -0 -7 -7 -Connector_PinSocket_2.00mm -PinSocket_1x07_P2.00mm_Vertical -Through hole straight socket strip, 1x07, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x07 2.00mm single row -0 -7 -7 -Connector_PinSocket_2.00mm -PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x07 2.00mm single row style1 pin1 left -0 -7 -7 -Connector_PinSocket_2.00mm -PinSocket_1x07_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x07, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x07 2.00mm single row style2 pin1 right -0 -7 -7 -Connector_PinSocket_2.00mm -PinSocket_1x08_P2.00mm_Horizontal -Through hole angled socket strip, 1x08, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x08 2.00mm single row -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_1x08_P2.00mm_Vertical -Through hole straight socket strip, 1x08, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x08 2.00mm single row -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x08 2.00mm single row style1 pin1 left -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_1x08_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x08, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x08 2.00mm single row style2 pin1 right -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_1x09_P2.00mm_Horizontal -Through hole angled socket strip, 1x09, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x09 2.00mm single row -0 -9 -9 -Connector_PinSocket_2.00mm -PinSocket_1x09_P2.00mm_Vertical -Through hole straight socket strip, 1x09, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x09 2.00mm single row -0 -9 -9 -Connector_PinSocket_2.00mm -PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x09 2.00mm single row style1 pin1 left -0 -9 -9 -Connector_PinSocket_2.00mm -PinSocket_1x09_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x09, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x09 2.00mm single row style2 pin1 right -0 -9 -9 -Connector_PinSocket_2.00mm -PinSocket_1x10_P2.00mm_Horizontal -Through hole angled socket strip, 1x10, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x10 2.00mm single row -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_1x10_P2.00mm_Vertical -Through hole straight socket strip, 1x10, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x10 2.00mm single row -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x10 2.00mm single row style1 pin1 left -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_1x10_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x10, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x10 2.00mm single row style2 pin1 right -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_1x11_P2.00mm_Horizontal -Through hole angled socket strip, 1x11, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x11 2.00mm single row -0 -11 -11 -Connector_PinSocket_2.00mm -PinSocket_1x11_P2.00mm_Vertical -Through hole straight socket strip, 1x11, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x11 2.00mm single row -0 -11 -11 -Connector_PinSocket_2.00mm -PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x11 2.00mm single row style1 pin1 left -0 -11 -11 -Connector_PinSocket_2.00mm -PinSocket_1x11_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x11, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x11 2.00mm single row style2 pin1 right -0 -11 -11 -Connector_PinSocket_2.00mm -PinSocket_1x12_P2.00mm_Horizontal -Through hole angled socket strip, 1x12, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x12 2.00mm single row -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_1x12_P2.00mm_Vertical -Through hole straight socket strip, 1x12, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x12 2.00mm single row -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x12 2.00mm single row style1 pin1 left -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_1x12_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x12, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x12 2.00mm single row style2 pin1 right -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_1x13_P2.00mm_Horizontal -Through hole angled socket strip, 1x13, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x13 2.00mm single row -0 -13 -13 -Connector_PinSocket_2.00mm -PinSocket_1x13_P2.00mm_Vertical -Through hole straight socket strip, 1x13, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x13 2.00mm single row -0 -13 -13 -Connector_PinSocket_2.00mm -PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x13 2.00mm single row style1 pin1 left -0 -13 -13 -Connector_PinSocket_2.00mm -PinSocket_1x13_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x13, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x13 2.00mm single row style2 pin1 right -0 -13 -13 -Connector_PinSocket_2.00mm -PinSocket_1x14_P2.00mm_Horizontal -Through hole angled socket strip, 1x14, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x14 2.00mm single row -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_1x14_P2.00mm_Vertical -Through hole straight socket strip, 1x14, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x14 2.00mm single row -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x14 2.00mm single row style1 pin1 left -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_1x14_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x14, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x14 2.00mm single row style2 pin1 right -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_1x15_P2.00mm_Horizontal -Through hole angled socket strip, 1x15, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x15 2.00mm single row -0 -15 -15 -Connector_PinSocket_2.00mm -PinSocket_1x15_P2.00mm_Vertical -Through hole straight socket strip, 1x15, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x15 2.00mm single row -0 -15 -15 -Connector_PinSocket_2.00mm -PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x15 2.00mm single row style1 pin1 left -0 -15 -15 -Connector_PinSocket_2.00mm -PinSocket_1x15_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x15, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x15 2.00mm single row style2 pin1 right -0 -15 -15 -Connector_PinSocket_2.00mm -PinSocket_1x16_P2.00mm_Horizontal -Through hole angled socket strip, 1x16, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x16 2.00mm single row -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_1x16_P2.00mm_Vertical -Through hole straight socket strip, 1x16, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x16 2.00mm single row -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x16 2.00mm single row style1 pin1 left -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_1x16_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x16, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x16 2.00mm single row style2 pin1 right -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_1x17_P2.00mm_Horizontal -Through hole angled socket strip, 1x17, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x17 2.00mm single row -0 -17 -17 -Connector_PinSocket_2.00mm -PinSocket_1x17_P2.00mm_Vertical -Through hole straight socket strip, 1x17, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x17 2.00mm single row -0 -17 -17 -Connector_PinSocket_2.00mm -PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x17 2.00mm single row style1 pin1 left -0 -17 -17 -Connector_PinSocket_2.00mm -PinSocket_1x17_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x17, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x17 2.00mm single row style2 pin1 right -0 -17 -17 -Connector_PinSocket_2.00mm -PinSocket_1x18_P2.00mm_Horizontal -Through hole angled socket strip, 1x18, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x18 2.00mm single row -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_1x18_P2.00mm_Vertical -Through hole straight socket strip, 1x18, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x18 2.00mm single row -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x18 2.00mm single row style1 pin1 left -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_1x18_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x18, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x18 2.00mm single row style2 pin1 right -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_1x19_P2.00mm_Horizontal -Through hole angled socket strip, 1x19, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x19 2.00mm single row -0 -19 -19 -Connector_PinSocket_2.00mm -PinSocket_1x19_P2.00mm_Vertical -Through hole straight socket strip, 1x19, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x19 2.00mm single row -0 -19 -19 -Connector_PinSocket_2.00mm -PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x19 2.00mm single row style1 pin1 left -0 -19 -19 -Connector_PinSocket_2.00mm -PinSocket_1x19_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x19, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x19 2.00mm single row style2 pin1 right -0 -19 -19 -Connector_PinSocket_2.00mm -PinSocket_1x20_P2.00mm_Horizontal -Through hole angled socket strip, 1x20, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x20 2.00mm single row -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_1x20_P2.00mm_Vertical -Through hole straight socket strip, 1x20, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x20 2.00mm single row -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x20 2.00mm single row style1 pin1 left -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_1x20_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x20, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x20 2.00mm single row style2 pin1 right -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_1x21_P2.00mm_Horizontal -Through hole angled socket strip, 1x21, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x21 2.00mm single row -0 -21 -21 -Connector_PinSocket_2.00mm -PinSocket_1x21_P2.00mm_Vertical -Through hole straight socket strip, 1x21, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x21 2.00mm single row -0 -21 -21 -Connector_PinSocket_2.00mm -PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x21 2.00mm single row style1 pin1 left -0 -21 -21 -Connector_PinSocket_2.00mm -PinSocket_1x21_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x21, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x21 2.00mm single row style2 pin1 right -0 -21 -21 -Connector_PinSocket_2.00mm -PinSocket_1x22_P2.00mm_Horizontal -Through hole angled socket strip, 1x22, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x22 2.00mm single row -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_1x22_P2.00mm_Vertical -Through hole straight socket strip, 1x22, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x22 2.00mm single row -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x22 2.00mm single row style1 pin1 left -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_1x22_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x22, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x22 2.00mm single row style2 pin1 right -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_1x23_P2.00mm_Horizontal -Through hole angled socket strip, 1x23, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x23 2.00mm single row -0 -23 -23 -Connector_PinSocket_2.00mm -PinSocket_1x23_P2.00mm_Vertical -Through hole straight socket strip, 1x23, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x23 2.00mm single row -0 -23 -23 -Connector_PinSocket_2.00mm -PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x23 2.00mm single row style1 pin1 left -0 -23 -23 -Connector_PinSocket_2.00mm -PinSocket_1x23_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x23, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x23 2.00mm single row style2 pin1 right -0 -23 -23 -Connector_PinSocket_2.00mm -PinSocket_1x24_P2.00mm_Horizontal -Through hole angled socket strip, 1x24, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x24 2.00mm single row -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_1x24_P2.00mm_Vertical -Through hole straight socket strip, 1x24, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x24 2.00mm single row -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x24 2.00mm single row style1 pin1 left -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_1x24_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x24, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x24 2.00mm single row style2 pin1 right -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_1x25_P2.00mm_Horizontal -Through hole angled socket strip, 1x25, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x25 2.00mm single row -0 -25 -25 -Connector_PinSocket_2.00mm -PinSocket_1x25_P2.00mm_Vertical -Through hole straight socket strip, 1x25, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x25 2.00mm single row -0 -25 -25 -Connector_PinSocket_2.00mm -PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x25 2.00mm single row style1 pin1 left -0 -25 -25 -Connector_PinSocket_2.00mm -PinSocket_1x25_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x25, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x25 2.00mm single row style2 pin1 right -0 -25 -25 -Connector_PinSocket_2.00mm -PinSocket_1x26_P2.00mm_Horizontal -Through hole angled socket strip, 1x26, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x26 2.00mm single row -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_1x26_P2.00mm_Vertical -Through hole straight socket strip, 1x26, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x26 2.00mm single row -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x26 2.00mm single row style1 pin1 left -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_1x26_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x26, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x26 2.00mm single row style2 pin1 right -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_1x27_P2.00mm_Horizontal -Through hole angled socket strip, 1x27, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x27 2.00mm single row -0 -27 -27 -Connector_PinSocket_2.00mm -PinSocket_1x27_P2.00mm_Vertical -Through hole straight socket strip, 1x27, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x27 2.00mm single row -0 -27 -27 -Connector_PinSocket_2.00mm -PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x27 2.00mm single row style1 pin1 left -0 -27 -27 -Connector_PinSocket_2.00mm -PinSocket_1x27_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x27, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x27 2.00mm single row style2 pin1 right -0 -27 -27 -Connector_PinSocket_2.00mm -PinSocket_1x28_P2.00mm_Horizontal -Through hole angled socket strip, 1x28, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x28 2.00mm single row -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_1x28_P2.00mm_Vertical -Through hole straight socket strip, 1x28, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x28 2.00mm single row -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x28 2.00mm single row style1 pin1 left -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_1x28_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x28, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x28 2.00mm single row style2 pin1 right -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_1x29_P2.00mm_Horizontal -Through hole angled socket strip, 1x29, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x29 2.00mm single row -0 -29 -29 -Connector_PinSocket_2.00mm -PinSocket_1x29_P2.00mm_Vertical -Through hole straight socket strip, 1x29, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x29 2.00mm single row -0 -29 -29 -Connector_PinSocket_2.00mm -PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x29 2.00mm single row style1 pin1 left -0 -29 -29 -Connector_PinSocket_2.00mm -PinSocket_1x29_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x29, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x29 2.00mm single row style2 pin1 right -0 -29 -29 -Connector_PinSocket_2.00mm -PinSocket_1x30_P2.00mm_Horizontal -Through hole angled socket strip, 1x30, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x30 2.00mm single row -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_1x30_P2.00mm_Vertical -Through hole straight socket strip, 1x30, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x30 2.00mm single row -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x30 2.00mm single row style1 pin1 left -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_1x30_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x30, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x30 2.00mm single row style2 pin1 right -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_1x31_P2.00mm_Horizontal -Through hole angled socket strip, 1x31, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x31 2.00mm single row -0 -31 -31 -Connector_PinSocket_2.00mm -PinSocket_1x31_P2.00mm_Vertical -Through hole straight socket strip, 1x31, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x31 2.00mm single row -0 -31 -31 -Connector_PinSocket_2.00mm -PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x31 2.00mm single row style1 pin1 left -0 -31 -31 -Connector_PinSocket_2.00mm -PinSocket_1x31_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x31, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x31 2.00mm single row style2 pin1 right -0 -31 -31 -Connector_PinSocket_2.00mm -PinSocket_1x32_P2.00mm_Horizontal -Through hole angled socket strip, 1x32, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x32 2.00mm single row -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_1x32_P2.00mm_Vertical -Through hole straight socket strip, 1x32, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x32 2.00mm single row -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x32 2.00mm single row style1 pin1 left -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_1x32_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x32, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x32 2.00mm single row style2 pin1 right -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_1x33_P2.00mm_Horizontal -Through hole angled socket strip, 1x33, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x33 2.00mm single row -0 -33 -33 -Connector_PinSocket_2.00mm -PinSocket_1x33_P2.00mm_Vertical -Through hole straight socket strip, 1x33, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x33 2.00mm single row -0 -33 -33 -Connector_PinSocket_2.00mm -PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x33 2.00mm single row style1 pin1 left -0 -33 -33 -Connector_PinSocket_2.00mm -PinSocket_1x33_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x33, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x33 2.00mm single row style2 pin1 right -0 -33 -33 -Connector_PinSocket_2.00mm -PinSocket_1x34_P2.00mm_Horizontal -Through hole angled socket strip, 1x34, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x34 2.00mm single row -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_1x34_P2.00mm_Vertical -Through hole straight socket strip, 1x34, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x34 2.00mm single row -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x34 2.00mm single row style1 pin1 left -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_1x34_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x34, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x34 2.00mm single row style2 pin1 right -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_1x35_P2.00mm_Horizontal -Through hole angled socket strip, 1x35, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x35 2.00mm single row -0 -35 -35 -Connector_PinSocket_2.00mm -PinSocket_1x35_P2.00mm_Vertical -Through hole straight socket strip, 1x35, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x35 2.00mm single row -0 -35 -35 -Connector_PinSocket_2.00mm -PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x35 2.00mm single row style1 pin1 left -0 -35 -35 -Connector_PinSocket_2.00mm -PinSocket_1x35_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x35, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x35 2.00mm single row style2 pin1 right -0 -35 -35 -Connector_PinSocket_2.00mm -PinSocket_1x36_P2.00mm_Horizontal -Through hole angled socket strip, 1x36, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x36 2.00mm single row -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_1x36_P2.00mm_Vertical -Through hole straight socket strip, 1x36, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x36 2.00mm single row -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x36 2.00mm single row style1 pin1 left -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_1x36_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x36, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x36 2.00mm single row style2 pin1 right -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_1x37_P2.00mm_Horizontal -Through hole angled socket strip, 1x37, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x37 2.00mm single row -0 -37 -37 -Connector_PinSocket_2.00mm -PinSocket_1x37_P2.00mm_Vertical -Through hole straight socket strip, 1x37, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x37 2.00mm single row -0 -37 -37 -Connector_PinSocket_2.00mm -PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x37 2.00mm single row style1 pin1 left -0 -37 -37 -Connector_PinSocket_2.00mm -PinSocket_1x37_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x37, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x37 2.00mm single row style2 pin1 right -0 -37 -37 -Connector_PinSocket_2.00mm -PinSocket_1x38_P2.00mm_Horizontal -Through hole angled socket strip, 1x38, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x38 2.00mm single row -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_1x38_P2.00mm_Vertical -Through hole straight socket strip, 1x38, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x38 2.00mm single row -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x38 2.00mm single row style1 pin1 left -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_1x38_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x38, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x38 2.00mm single row style2 pin1 right -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_1x39_P2.00mm_Horizontal -Through hole angled socket strip, 1x39, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x39 2.00mm single row -0 -39 -39 -Connector_PinSocket_2.00mm -PinSocket_1x39_P2.00mm_Vertical -Through hole straight socket strip, 1x39, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x39 2.00mm single row -0 -39 -39 -Connector_PinSocket_2.00mm -PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x39 2.00mm single row style1 pin1 left -0 -39 -39 -Connector_PinSocket_2.00mm -PinSocket_1x39_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x39, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x39 2.00mm single row style2 pin1 right -0 -39 -39 -Connector_PinSocket_2.00mm -PinSocket_1x40_P2.00mm_Horizontal -Through hole angled socket strip, 1x40, 2.00mm pitch, 6.35mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x40 2.00mm single row -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_1x40_P2.00mm_Vertical -Through hole straight socket strip, 1x40, 2.00mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x40 2.00mm single row -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 1 (pin 1 left) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x40 2.00mm single row style1 pin1 left -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_1x40_P2.00mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x40, 2.00mm pitch, single row, style 2 (pin 1 right) (https://www.jayconsystems.com/fileuploader/download/download/?d=1&file=custom%2Fupload%2FFile-1375728122.pdf), script generated -Surface mounted socket strip SMD 1x40 2.00mm single row style2 pin1 right -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_2x01_P2.00mm_Horizontal -Through hole angled socket strip, 2x01, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x01 2.00mm double row -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_2x01_P2.00mm_Vertical -Through hole straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x01 2.00mm double row -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_2x01_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x01, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x01 2.00mm double row -0 -2 -2 -Connector_PinSocket_2.00mm -PinSocket_2x02_P2.00mm_Horizontal -Through hole angled socket strip, 2x02, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x02 2.00mm double row -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_2x02_P2.00mm_Vertical -Through hole straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x02 2.00mm double row -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_2x02_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x02, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x02 2.00mm double row -0 -4 -4 -Connector_PinSocket_2.00mm -PinSocket_2x03_P2.00mm_Horizontal -Through hole angled socket strip, 2x03, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x03 2.00mm double row -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_2x03_P2.00mm_Vertical -Through hole straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x03 2.00mm double row -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_2x03_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x03, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x03 2.00mm double row -0 -6 -6 -Connector_PinSocket_2.00mm -PinSocket_2x04_P2.00mm_Horizontal -Through hole angled socket strip, 2x04, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x04 2.00mm double row -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_2x04_P2.00mm_Vertical -Through hole straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x04 2.00mm double row -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_2x04_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x04, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x04 2.00mm double row -0 -8 -8 -Connector_PinSocket_2.00mm -PinSocket_2x05_P2.00mm_Horizontal -Through hole angled socket strip, 2x05, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x05 2.00mm double row -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_2x05_P2.00mm_Vertical -Through hole straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x05 2.00mm double row -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_2x05_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x05, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x05 2.00mm double row -0 -10 -10 -Connector_PinSocket_2.00mm -PinSocket_2x06_P2.00mm_Horizontal -Through hole angled socket strip, 2x06, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x06 2.00mm double row -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_2x06_P2.00mm_Vertical -Through hole straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x06 2.00mm double row -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_2x06_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x06, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x06 2.00mm double row -0 -12 -12 -Connector_PinSocket_2.00mm -PinSocket_2x07_P2.00mm_Horizontal -Through hole angled socket strip, 2x07, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x07 2.00mm double row -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_2x07_P2.00mm_Vertical -Through hole straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x07 2.00mm double row -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_2x07_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x07, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x07 2.00mm double row -0 -14 -14 -Connector_PinSocket_2.00mm -PinSocket_2x08_P2.00mm_Horizontal -Through hole angled socket strip, 2x08, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x08 2.00mm double row -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_2x08_P2.00mm_Vertical -Through hole straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x08 2.00mm double row -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_2x08_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x08, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x08 2.00mm double row -0 -16 -16 -Connector_PinSocket_2.00mm -PinSocket_2x09_P2.00mm_Horizontal -Through hole angled socket strip, 2x09, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x09 2.00mm double row -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_2x09_P2.00mm_Vertical -Through hole straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x09 2.00mm double row -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_2x09_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x09, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x09 2.00mm double row -0 -18 -18 -Connector_PinSocket_2.00mm -PinSocket_2x10_P2.00mm_Horizontal -Through hole angled socket strip, 2x10, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x10 2.00mm double row -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_2x10_P2.00mm_Vertical -Through hole straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x10 2.00mm double row -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_2x10_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x10, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x10 2.00mm double row -0 -20 -20 -Connector_PinSocket_2.00mm -PinSocket_2x11_P2.00mm_Horizontal -Through hole angled socket strip, 2x11, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x11 2.00mm double row -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_2x11_P2.00mm_Vertical -Through hole straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x11 2.00mm double row -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_2x11_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x11, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x11 2.00mm double row -0 -22 -22 -Connector_PinSocket_2.00mm -PinSocket_2x12_P2.00mm_Horizontal -Through hole angled socket strip, 2x12, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x12 2.00mm double row -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_2x12_P2.00mm_Vertical -Through hole straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x12 2.00mm double row -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_2x12_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x12, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x12 2.00mm double row -0 -24 -24 -Connector_PinSocket_2.00mm -PinSocket_2x13_P2.00mm_Horizontal -Through hole angled socket strip, 2x13, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x13 2.00mm double row -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_2x13_P2.00mm_Vertical -Through hole straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x13 2.00mm double row -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_2x13_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x13, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x13 2.00mm double row -0 -26 -26 -Connector_PinSocket_2.00mm -PinSocket_2x14_P2.00mm_Horizontal -Through hole angled socket strip, 2x14, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x14 2.00mm double row -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_2x14_P2.00mm_Vertical -Through hole straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x14 2.00mm double row -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_2x14_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x14, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x14 2.00mm double row -0 -28 -28 -Connector_PinSocket_2.00mm -PinSocket_2x15_P2.00mm_Horizontal -Through hole angled socket strip, 2x15, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x15 2.00mm double row -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_2x15_P2.00mm_Vertical -Through hole straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x15 2.00mm double row -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_2x15_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x15, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x15 2.00mm double row -0 -30 -30 -Connector_PinSocket_2.00mm -PinSocket_2x16_P2.00mm_Horizontal -Through hole angled socket strip, 2x16, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x16 2.00mm double row -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_2x16_P2.00mm_Vertical -Through hole straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x16 2.00mm double row -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_2x16_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x16, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x16 2.00mm double row -0 -32 -32 -Connector_PinSocket_2.00mm -PinSocket_2x17_P2.00mm_Horizontal -Through hole angled socket strip, 2x17, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x17 2.00mm double row -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_2x17_P2.00mm_Vertical -Through hole straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x17 2.00mm double row -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_2x17_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x17, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x17 2.00mm double row -0 -34 -34 -Connector_PinSocket_2.00mm -PinSocket_2x18_P2.00mm_Horizontal -Through hole angled socket strip, 2x18, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x18 2.00mm double row -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_2x18_P2.00mm_Vertical -Through hole straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x18 2.00mm double row -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_2x18_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x18, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x18 2.00mm double row -0 -36 -36 -Connector_PinSocket_2.00mm -PinSocket_2x19_P2.00mm_Horizontal -Through hole angled socket strip, 2x19, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x19 2.00mm double row -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_2x19_P2.00mm_Vertical -Through hole straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x19 2.00mm double row -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_2x19_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x19, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x19 2.00mm double row -0 -38 -38 -Connector_PinSocket_2.00mm -PinSocket_2x20_P2.00mm_Horizontal -Through hole angled socket strip, 2x20, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x20 2.00mm double row -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_2x20_P2.00mm_Vertical -Through hole straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x20 2.00mm double row -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_2x20_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x20, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x20 2.00mm double row -0 -40 -40 -Connector_PinSocket_2.00mm -PinSocket_2x21_P2.00mm_Horizontal -Through hole angled socket strip, 2x21, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x21 2.00mm double row -0 -42 -42 -Connector_PinSocket_2.00mm -PinSocket_2x21_P2.00mm_Vertical -Through hole straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x21 2.00mm double row -0 -42 -42 -Connector_PinSocket_2.00mm -PinSocket_2x21_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x21, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x21 2.00mm double row -0 -42 -42 -Connector_PinSocket_2.00mm -PinSocket_2x22_P2.00mm_Horizontal -Through hole angled socket strip, 2x22, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x22 2.00mm double row -0 -44 -44 -Connector_PinSocket_2.00mm -PinSocket_2x22_P2.00mm_Vertical -Through hole straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x22 2.00mm double row -0 -44 -44 -Connector_PinSocket_2.00mm -PinSocket_2x22_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x22, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x22 2.00mm double row -0 -44 -44 -Connector_PinSocket_2.00mm -PinSocket_2x23_P2.00mm_Horizontal -Through hole angled socket strip, 2x23, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x23 2.00mm double row -0 -46 -46 -Connector_PinSocket_2.00mm -PinSocket_2x23_P2.00mm_Vertical -Through hole straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x23 2.00mm double row -0 -46 -46 -Connector_PinSocket_2.00mm -PinSocket_2x23_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x23, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x23 2.00mm double row -0 -46 -46 -Connector_PinSocket_2.00mm -PinSocket_2x24_P2.00mm_Horizontal -Through hole angled socket strip, 2x24, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x24 2.00mm double row -0 -48 -48 -Connector_PinSocket_2.00mm -PinSocket_2x24_P2.00mm_Vertical -Through hole straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x24 2.00mm double row -0 -48 -48 -Connector_PinSocket_2.00mm -PinSocket_2x24_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x24, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x24 2.00mm double row -0 -48 -48 -Connector_PinSocket_2.00mm -PinSocket_2x25_P2.00mm_Horizontal -Through hole angled socket strip, 2x25, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x25 2.00mm double row -0 -50 -50 -Connector_PinSocket_2.00mm -PinSocket_2x25_P2.00mm_Vertical -Through hole straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x25 2.00mm double row -0 -50 -50 -Connector_PinSocket_2.00mm -PinSocket_2x25_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x25, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x25 2.00mm double row -0 -50 -50 -Connector_PinSocket_2.00mm -PinSocket_2x26_P2.00mm_Horizontal -Through hole angled socket strip, 2x26, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x26 2.00mm double row -0 -52 -52 -Connector_PinSocket_2.00mm -PinSocket_2x26_P2.00mm_Vertical -Through hole straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x26 2.00mm double row -0 -52 -52 -Connector_PinSocket_2.00mm -PinSocket_2x26_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x26, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x26 2.00mm double row -0 -52 -52 -Connector_PinSocket_2.00mm -PinSocket_2x27_P2.00mm_Horizontal -Through hole angled socket strip, 2x27, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x27 2.00mm double row -0 -54 -54 -Connector_PinSocket_2.00mm -PinSocket_2x27_P2.00mm_Vertical -Through hole straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x27 2.00mm double row -0 -54 -54 -Connector_PinSocket_2.00mm -PinSocket_2x27_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x27, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x27 2.00mm double row -0 -54 -54 -Connector_PinSocket_2.00mm -PinSocket_2x28_P2.00mm_Horizontal -Through hole angled socket strip, 2x28, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x28 2.00mm double row -0 -56 -56 -Connector_PinSocket_2.00mm -PinSocket_2x28_P2.00mm_Vertical -Through hole straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x28 2.00mm double row -0 -56 -56 -Connector_PinSocket_2.00mm -PinSocket_2x28_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x28, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x28 2.00mm double row -0 -56 -56 -Connector_PinSocket_2.00mm -PinSocket_2x29_P2.00mm_Horizontal -Through hole angled socket strip, 2x29, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x29 2.00mm double row -0 -58 -58 -Connector_PinSocket_2.00mm -PinSocket_2x29_P2.00mm_Vertical -Through hole straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x29 2.00mm double row -0 -58 -58 -Connector_PinSocket_2.00mm -PinSocket_2x29_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x29, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x29 2.00mm double row -0 -58 -58 -Connector_PinSocket_2.00mm -PinSocket_2x30_P2.00mm_Horizontal -Through hole angled socket strip, 2x30, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x30 2.00mm double row -0 -60 -60 -Connector_PinSocket_2.00mm -PinSocket_2x30_P2.00mm_Vertical -Through hole straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x30 2.00mm double row -0 -60 -60 -Connector_PinSocket_2.00mm -PinSocket_2x30_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x30, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x30 2.00mm double row -0 -60 -60 -Connector_PinSocket_2.00mm -PinSocket_2x31_P2.00mm_Horizontal -Through hole angled socket strip, 2x31, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x31 2.00mm double row -0 -62 -62 -Connector_PinSocket_2.00mm -PinSocket_2x31_P2.00mm_Vertical -Through hole straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x31 2.00mm double row -0 -62 -62 -Connector_PinSocket_2.00mm -PinSocket_2x31_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x31, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x31 2.00mm double row -0 -62 -62 -Connector_PinSocket_2.00mm -PinSocket_2x32_P2.00mm_Horizontal -Through hole angled socket strip, 2x32, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x32 2.00mm double row -0 -64 -64 -Connector_PinSocket_2.00mm -PinSocket_2x32_P2.00mm_Vertical -Through hole straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x32 2.00mm double row -0 -64 -64 -Connector_PinSocket_2.00mm -PinSocket_2x32_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x32, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x32 2.00mm double row -0 -64 -64 -Connector_PinSocket_2.00mm -PinSocket_2x33_P2.00mm_Horizontal -Through hole angled socket strip, 2x33, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x33 2.00mm double row -0 -66 -66 -Connector_PinSocket_2.00mm -PinSocket_2x33_P2.00mm_Vertical -Through hole straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x33 2.00mm double row -0 -66 -66 -Connector_PinSocket_2.00mm -PinSocket_2x33_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x33, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x33 2.00mm double row -0 -66 -66 -Connector_PinSocket_2.00mm -PinSocket_2x34_P2.00mm_Horizontal -Through hole angled socket strip, 2x34, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x34 2.00mm double row -0 -68 -68 -Connector_PinSocket_2.00mm -PinSocket_2x34_P2.00mm_Vertical -Through hole straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x34 2.00mm double row -0 -68 -68 -Connector_PinSocket_2.00mm -PinSocket_2x34_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x34, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x34 2.00mm double row -0 -68 -68 -Connector_PinSocket_2.00mm -PinSocket_2x35_P2.00mm_Horizontal -Through hole angled socket strip, 2x35, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x35 2.00mm double row -0 -70 -70 -Connector_PinSocket_2.00mm -PinSocket_2x35_P2.00mm_Vertical -Through hole straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x35 2.00mm double row -0 -70 -70 -Connector_PinSocket_2.00mm -PinSocket_2x35_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x35, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x35 2.00mm double row -0 -70 -70 -Connector_PinSocket_2.00mm -PinSocket_2x36_P2.00mm_Horizontal -Through hole angled socket strip, 2x36, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x36 2.00mm double row -0 -72 -72 -Connector_PinSocket_2.00mm -PinSocket_2x36_P2.00mm_Vertical -Through hole straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x36 2.00mm double row -0 -72 -72 -Connector_PinSocket_2.00mm -PinSocket_2x36_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x36, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x36 2.00mm double row -0 -72 -72 -Connector_PinSocket_2.00mm -PinSocket_2x37_P2.00mm_Horizontal -Through hole angled socket strip, 2x37, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x37 2.00mm double row -0 -74 -74 -Connector_PinSocket_2.00mm -PinSocket_2x37_P2.00mm_Vertical -Through hole straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x37 2.00mm double row -0 -74 -74 -Connector_PinSocket_2.00mm -PinSocket_2x37_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x37, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x37 2.00mm double row -0 -74 -74 -Connector_PinSocket_2.00mm -PinSocket_2x38_P2.00mm_Horizontal -Through hole angled socket strip, 2x38, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x38 2.00mm double row -0 -76 -76 -Connector_PinSocket_2.00mm -PinSocket_2x38_P2.00mm_Vertical -Through hole straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x38 2.00mm double row -0 -76 -76 -Connector_PinSocket_2.00mm -PinSocket_2x38_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x38, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x38 2.00mm double row -0 -76 -76 -Connector_PinSocket_2.00mm -PinSocket_2x39_P2.00mm_Horizontal -Through hole angled socket strip, 2x39, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x39 2.00mm double row -0 -78 -78 -Connector_PinSocket_2.00mm -PinSocket_2x39_P2.00mm_Vertical -Through hole straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x39 2.00mm double row -0 -78 -78 -Connector_PinSocket_2.00mm -PinSocket_2x39_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x39, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x39 2.00mm double row -0 -78 -78 -Connector_PinSocket_2.00mm -PinSocket_2x40_P2.00mm_Horizontal -Through hole angled socket strip, 2x40, 2.00mm pitch, 6.35mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x40 2.00mm double row -0 -80 -80 -Connector_PinSocket_2.00mm -PinSocket_2x40_P2.00mm_Vertical -Through hole straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x40 2.00mm double row -0 -80 -80 -Connector_PinSocket_2.00mm -PinSocket_2x40_P2.00mm_Vertical_SMD -surface-mounted straight socket strip, 2x40, 2.00mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x40 2.00mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_1x01_P2.54mm_Horizontal -Through hole angled socket strip, 1x01, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinSocket_2.54mm -PinSocket_1x01_P2.54mm_Vertical -Through hole straight socket strip, 1x01, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x01 2.54mm single row -0 -1 -1 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Horizontal -Through hole angled socket strip, 1x02, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical -Through hole straight socket strip, 1x02, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x02 2.54mm single row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x02 2.54mm single row style1 pin1 left -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x02_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x02, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x02 2.54mm single row style2 pin1 right -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Horizontal -Through hole angled socket strip, 1x03, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical -Through hole straight socket strip, 1x03, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x03 2.54mm single row -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x03 2.54mm single row style1 pin1 left -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x03_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x03, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x03 2.54mm single row style2 pin1 right -0 -3 -3 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Horizontal -Through hole angled socket strip, 1x04, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical -Through hole straight socket strip, 1x04, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x04 2.54mm single row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x04 2.54mm single row style1 pin1 left -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x04_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x04, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x04 2.54mm single row style2 pin1 right -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Horizontal -Through hole angled socket strip, 1x05, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical -Through hole straight socket strip, 1x05, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x05 2.54mm single row -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x05 2.54mm single row style1 pin1 left -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x05_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x05, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x05 2.54mm single row style2 pin1 right -0 -5 -5 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Horizontal -Through hole angled socket strip, 1x06, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical -Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x06 2.54mm single row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x06 2.54mm single row style1 pin1 left -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x06_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x06, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x06 2.54mm single row style2 pin1 right -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Horizontal -Through hole angled socket strip, 1x07, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical -Through hole straight socket strip, 1x07, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x07 2.54mm single row -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x07 2.54mm single row style1 pin1 left -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x07_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x07, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x07 2.54mm single row style2 pin1 right -0 -7 -7 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Horizontal -Through hole angled socket strip, 1x08, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical -Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x08 2.54mm single row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x08 2.54mm single row style1 pin1 left -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x08_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x08, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x08 2.54mm single row style2 pin1 right -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Horizontal -Through hole angled socket strip, 1x09, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical -Through hole straight socket strip, 1x09, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x09 2.54mm single row -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x09 2.54mm single row style1 pin1 left -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x09_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x09, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x09 2.54mm single row style2 pin1 right -0 -9 -9 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Horizontal -Through hole angled socket strip, 1x10, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical -Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x10 2.54mm single row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x10 2.54mm single row style1 pin1 left -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x10_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x10, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x10 2.54mm single row style2 pin1 right -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Horizontal -Through hole angled socket strip, 1x11, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical -Through hole straight socket strip, 1x11, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x11 2.54mm single row -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x11 2.54mm single row style1 pin1 left -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x11_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x11, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x11 2.54mm single row style2 pin1 right -0 -11 -11 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Horizontal -Through hole angled socket strip, 1x12, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical -Through hole straight socket strip, 1x12, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x12 2.54mm single row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x12 2.54mm single row style1 pin1 left -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x12_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x12, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x12 2.54mm single row style2 pin1 right -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Horizontal -Through hole angled socket strip, 1x13, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical -Through hole straight socket strip, 1x13, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x13 2.54mm single row -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x13 2.54mm single row style1 pin1 left -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x13_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x13, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x13 2.54mm single row style2 pin1 right -0 -13 -13 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Horizontal -Through hole angled socket strip, 1x14, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical -Through hole straight socket strip, 1x14, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x14 2.54mm single row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x14 2.54mm single row style1 pin1 left -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x14_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x14, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x14 2.54mm single row style2 pin1 right -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Horizontal -Through hole angled socket strip, 1x15, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical -Through hole straight socket strip, 1x15, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x15 2.54mm single row -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x15 2.54mm single row style1 pin1 left -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x15_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x15, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x15 2.54mm single row style2 pin1 right -0 -15 -15 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Horizontal -Through hole angled socket strip, 1x16, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical -Through hole straight socket strip, 1x16, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x16 2.54mm single row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x16 2.54mm single row style1 pin1 left -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x16_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x16, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x16 2.54mm single row style2 pin1 right -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Horizontal -Through hole angled socket strip, 1x17, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical -Through hole straight socket strip, 1x17, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x17 2.54mm single row -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x17 2.54mm single row style1 pin1 left -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x17_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x17, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x17 2.54mm single row style2 pin1 right -0 -17 -17 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Horizontal -Through hole angled socket strip, 1x18, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical -Through hole straight socket strip, 1x18, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x18 2.54mm single row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x18 2.54mm single row style1 pin1 left -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x18_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x18, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x18 2.54mm single row style2 pin1 right -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Horizontal -Through hole angled socket strip, 1x19, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical -Through hole straight socket strip, 1x19, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x19 2.54mm single row -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x19 2.54mm single row style1 pin1 left -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x19_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x19, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x19 2.54mm single row style2 pin1 right -0 -19 -19 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Horizontal -Through hole angled socket strip, 1x20, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical -Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x20 2.54mm single row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x20 2.54mm single row style1 pin1 left -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x20_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x20, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x20 2.54mm single row style2 pin1 right -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Horizontal -Through hole angled socket strip, 1x21, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical -Through hole straight socket strip, 1x21, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x21 2.54mm single row -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x21 2.54mm single row style1 pin1 left -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x21_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x21, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x21 2.54mm single row style2 pin1 right -0 -21 -21 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Horizontal -Through hole angled socket strip, 1x22, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical -Through hole straight socket strip, 1x22, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x22 2.54mm single row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x22 2.54mm single row style1 pin1 left -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x22_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x22, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x22 2.54mm single row style2 pin1 right -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Horizontal -Through hole angled socket strip, 1x23, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical -Through hole straight socket strip, 1x23, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x23 2.54mm single row -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x23 2.54mm single row style1 pin1 left -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x23_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x23, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x23 2.54mm single row style2 pin1 right -0 -23 -23 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Horizontal -Through hole angled socket strip, 1x24, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical -Through hole straight socket strip, 1x24, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x24 2.54mm single row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x24 2.54mm single row style1 pin1 left -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x24_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x24, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x24 2.54mm single row style2 pin1 right -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Horizontal -Through hole angled socket strip, 1x25, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical -Through hole straight socket strip, 1x25, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x25 2.54mm single row -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x25 2.54mm single row style1 pin1 left -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x25_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x25, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x25 2.54mm single row style2 pin1 right -0 -25 -25 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Horizontal -Through hole angled socket strip, 1x26, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical -Through hole straight socket strip, 1x26, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x26 2.54mm single row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x26 2.54mm single row style1 pin1 left -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x26_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x26, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x26 2.54mm single row style2 pin1 right -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Horizontal -Through hole angled socket strip, 1x27, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical -Through hole straight socket strip, 1x27, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x27 2.54mm single row -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x27 2.54mm single row style1 pin1 left -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x27_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x27, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x27 2.54mm single row style2 pin1 right -0 -27 -27 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Horizontal -Through hole angled socket strip, 1x28, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical -Through hole straight socket strip, 1x28, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x28 2.54mm single row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x28 2.54mm single row style1 pin1 left -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x28_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x28, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x28 2.54mm single row style2 pin1 right -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Horizontal -Through hole angled socket strip, 1x29, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical -Through hole straight socket strip, 1x29, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x29 2.54mm single row -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x29 2.54mm single row style1 pin1 left -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x29_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x29, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x29 2.54mm single row style2 pin1 right -0 -29 -29 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Horizontal -Through hole angled socket strip, 1x30, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical -Through hole straight socket strip, 1x30, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x30 2.54mm single row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x30 2.54mm single row style1 pin1 left -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x30_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x30, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x30 2.54mm single row style2 pin1 right -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Horizontal -Through hole angled socket strip, 1x31, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical -Through hole straight socket strip, 1x31, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x31 2.54mm single row -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x31 2.54mm single row style1 pin1 left -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x31_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x31, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x31 2.54mm single row style2 pin1 right -0 -31 -31 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Horizontal -Through hole angled socket strip, 1x32, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical -Through hole straight socket strip, 1x32, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x32 2.54mm single row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x32 2.54mm single row style1 pin1 left -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x32_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x32, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x32 2.54mm single row style2 pin1 right -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Horizontal -Through hole angled socket strip, 1x33, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical -Through hole straight socket strip, 1x33, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x33 2.54mm single row -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x33 2.54mm single row style1 pin1 left -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x33_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x33, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x33 2.54mm single row style2 pin1 right -0 -33 -33 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Horizontal -Through hole angled socket strip, 1x34, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical -Through hole straight socket strip, 1x34, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x34 2.54mm single row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x34 2.54mm single row style1 pin1 left -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x34_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x34, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x34 2.54mm single row style2 pin1 right -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Horizontal -Through hole angled socket strip, 1x35, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical -Through hole straight socket strip, 1x35, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x35 2.54mm single row -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x35 2.54mm single row style1 pin1 left -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x35_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x35, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x35 2.54mm single row style2 pin1 right -0 -35 -35 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Horizontal -Through hole angled socket strip, 1x36, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical -Through hole straight socket strip, 1x36, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x36 2.54mm single row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x36 2.54mm single row style1 pin1 left -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x36_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x36, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x36 2.54mm single row style2 pin1 right -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Horizontal -Through hole angled socket strip, 1x37, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical -Through hole straight socket strip, 1x37, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x37 2.54mm single row -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x37 2.54mm single row style1 pin1 left -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x37_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x37, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x37 2.54mm single row style2 pin1 right -0 -37 -37 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Horizontal -Through hole angled socket strip, 1x38, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical -Through hole straight socket strip, 1x38, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x38 2.54mm single row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x38 2.54mm single row style1 pin1 left -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x38_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x38, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x38 2.54mm single row style2 pin1 right -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Horizontal -Through hole angled socket strip, 1x39, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical -Through hole straight socket strip, 1x39, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x39 2.54mm single row -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x39 2.54mm single row style1 pin1 left -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x39_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x39, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x39 2.54mm single row style2 pin1 right -0 -39 -39 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Horizontal -Through hole angled socket strip, 1x40, 2.54mm pitch, 8.51mm socket length, single row (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical -Through hole straight socket strip, 1x40, 2.54mm pitch, single row (from Kicad 4.0.7), script generated -Through hole socket strip THT 1x40 2.54mm single row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Left -surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 1 (pin 1 left) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x40 2.54mm single row style1 pin1 left -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_1x40_P2.54mm_Vertical_SMD_Pin1Right -surface-mounted straight socket strip, 1x40, 2.54mm pitch, single row, style 2 (pin 1 right) (https://cdn.harwin.com/pdfs/M20-786.pdf), script generated -Surface mounted socket strip SMD 1x40 2.54mm single row style2 pin1 right -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Horizontal -Through hole angled socket strip, 2x01, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Vertical -Through hole straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x01_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x01, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x01 2.54mm double row -0 -2 -2 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Horizontal -Through hole angled socket strip, 2x02, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Vertical -Through hole straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x02_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x02, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x02 2.54mm double row -0 -4 -4 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Horizontal -Through hole angled socket strip, 2x03, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Vertical -Through hole straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x03_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x03, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x03 2.54mm double row -0 -6 -6 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Horizontal -Through hole angled socket strip, 2x04, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Vertical -Through hole straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x04_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x04, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x04 2.54mm double row -0 -8 -8 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Horizontal -Through hole angled socket strip, 2x05, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Vertical -Through hole straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x05_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x05, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x05 2.54mm double row -0 -10 -10 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Horizontal -Through hole angled socket strip, 2x06, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Vertical -Through hole straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x06_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x06, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x06 2.54mm double row -0 -12 -12 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Horizontal -Through hole angled socket strip, 2x07, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Vertical -Through hole straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x07_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x07, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x07 2.54mm double row -0 -14 -14 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Horizontal -Through hole angled socket strip, 2x08, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Vertical -Through hole straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x08_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x08, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x08 2.54mm double row -0 -16 -16 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Horizontal -Through hole angled socket strip, 2x09, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Vertical -Through hole straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x09_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x09, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x09 2.54mm double row -0 -18 -18 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Horizontal -Through hole angled socket strip, 2x10, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Vertical -Through hole straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x10_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x10, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x10 2.54mm double row -0 -20 -20 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Horizontal -Through hole angled socket strip, 2x11, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Vertical -Through hole straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x11_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x11, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x11 2.54mm double row -0 -22 -22 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Horizontal -Through hole angled socket strip, 2x12, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Vertical -Through hole straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x12_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x12, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x12 2.54mm double row -0 -24 -24 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Horizontal -Through hole angled socket strip, 2x13, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Vertical -Through hole straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x13_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x13, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x13 2.54mm double row -0 -26 -26 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Horizontal -Through hole angled socket strip, 2x14, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Vertical -Through hole straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x14_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x14, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x14 2.54mm double row -0 -28 -28 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Horizontal -Through hole angled socket strip, 2x15, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Vertical -Through hole straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x15_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x15, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x15 2.54mm double row -0 -30 -30 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Horizontal -Through hole angled socket strip, 2x16, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Vertical -Through hole straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x16_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x16, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x16 2.54mm double row -0 -32 -32 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Horizontal -Through hole angled socket strip, 2x17, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Vertical -Through hole straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x17_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x17, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x17 2.54mm double row -0 -34 -34 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Horizontal -Through hole angled socket strip, 2x18, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Vertical -Through hole straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x18_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x18, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x18 2.54mm double row -0 -36 -36 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Horizontal -Through hole angled socket strip, 2x19, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Vertical -Through hole straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x19_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x19, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x19 2.54mm double row -0 -38 -38 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Horizontal -Through hole angled socket strip, 2x20, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Vertical -Through hole straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x20_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x20, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x20 2.54mm double row -0 -40 -40 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Horizontal -Through hole angled socket strip, 2x21, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Vertical -Through hole straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x21_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x21, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x21 2.54mm double row -0 -42 -42 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Horizontal -Through hole angled socket strip, 2x22, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Vertical -Through hole straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x22_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x22, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x22 2.54mm double row -0 -44 -44 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Horizontal -Through hole angled socket strip, 2x23, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Vertical -Through hole straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x23_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x23, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x23 2.54mm double row -0 -46 -46 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Horizontal -Through hole angled socket strip, 2x24, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Vertical -Through hole straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x24_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x24, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x24 2.54mm double row -0 -48 -48 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Horizontal -Through hole angled socket strip, 2x25, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Vertical -Through hole straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x25_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x25, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x25 2.54mm double row -0 -50 -50 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Horizontal -Through hole angled socket strip, 2x26, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Vertical -Through hole straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x26_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x26, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x26 2.54mm double row -0 -52 -52 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Horizontal -Through hole angled socket strip, 2x27, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Vertical -Through hole straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x27_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x27, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x27 2.54mm double row -0 -54 -54 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Horizontal -Through hole angled socket strip, 2x28, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Vertical -Through hole straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x28_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x28, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x28 2.54mm double row -0 -56 -56 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Horizontal -Through hole angled socket strip, 2x29, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Vertical -Through hole straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x29_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x29, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x29 2.54mm double row -0 -58 -58 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Horizontal -Through hole angled socket strip, 2x30, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Vertical -Through hole straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x30_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x30, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x30 2.54mm double row -0 -60 -60 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Horizontal -Through hole angled socket strip, 2x31, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Vertical -Through hole straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x31_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x31, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x31 2.54mm double row -0 -62 -62 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Horizontal -Through hole angled socket strip, 2x32, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Vertical -Through hole straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x32_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x32, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x32 2.54mm double row -0 -64 -64 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Horizontal -Through hole angled socket strip, 2x33, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Vertical -Through hole straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x33_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x33, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x33 2.54mm double row -0 -66 -66 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Horizontal -Through hole angled socket strip, 2x34, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Vertical -Through hole straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x34_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x34, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x34 2.54mm double row -0 -68 -68 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Horizontal -Through hole angled socket strip, 2x35, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Vertical -Through hole straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x35_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x35, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x35 2.54mm double row -0 -70 -70 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Horizontal -Through hole angled socket strip, 2x36, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Vertical -Through hole straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x36_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x36, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x36 2.54mm double row -0 -72 -72 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Horizontal -Through hole angled socket strip, 2x37, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Vertical -Through hole straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x37_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x37, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x37 2.54mm double row -0 -74 -74 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Horizontal -Through hole angled socket strip, 2x38, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Vertical -Through hole straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x38_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x38, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x38 2.54mm double row -0 -76 -76 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Horizontal -Through hole angled socket strip, 2x39, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Vertical -Through hole straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x39_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x39, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x39 2.54mm double row -0 -78 -78 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Horizontal -Through hole angled socket strip, 2x40, 2.54mm pitch, 8.51mm socket length, double cols (from Kicad 4.0.7), script generated -Through hole angled socket strip THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Vertical -Through hole straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Through hole socket strip THT 2x40 2.54mm double row -0 -80 -80 -Connector_PinSocket_2.54mm -PinSocket_2x40_P2.54mm_Vertical_SMD -surface-mounted straight socket strip, 2x40, 2.54mm pitch, double cols (from Kicad 4.0.7), script generated -Surface mounted socket strip SMD 2x40 2.54mm double row -0 -80 -80 -Connector_RJ -RJ9_Evercom_5301-440xxx_Horizontal -Evercom 5301-4P4C RJ9 receptacle, unshielded, https://datasheet.lcsc.com/lcsc/2207051802_EVERCOM-5301-4P4C_C3097715.pdf -RJ9 Connector tab down -0 -4 -4 -Connector_RJ -RJ12_Amphenol_54601 -RJ12 connector https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0082.pdf -RJ12 connector -0 -6 -6 -Connector_RJ -RJ14_Connfly_DS1133-S4_Horizontal -RJ14 connector 6P4C Horizontal http://www.connfly.com/userfiles/image/UpLoadFile/File/2012/10/26/DS1133.pdf -RJ14 connector 6P4C Connfly DS1133 -0 -4 -4 -Connector_RJ -RJ25_Wayconn_MJEA-660X1_Horizontal -RJ25 6P6C Socket 90 degrees, https://wayconn.com/wp-content/themes/way/datasheet/MJEA-660X1XXX_RJ25_6P6C_PCB_RA.pdf -RJ12 RJ18 RJ25 jack connector 6P6C -0 -6 -6 -Connector_RJ -RJ45_Abracon_ARJP11A-MA_Horizontal -Shielded RJ45 ethernet connector with transformer and POE, https://abracon.com/Magnetics/lan/ARJP11A.PDF -ethernet 8p8c transformer poe rj45 -0 -15 -14 -Connector_RJ -RJ45_Amphenol_54602-x08_Horizontal -8 Pol Shallow Latch Connector, Modjack, RJ45 (https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/c-bmj-0102.pdf) -RJ45 -0 -8 -8 -Connector_RJ -RJ45_Amphenol_RJHSE538X -Shielded, 2 LED, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf -RJ45 8p8c ethernet cat5 -0 -14 -13 -Connector_RJ -RJ45_Amphenol_RJHSE538X-02 -Shielded, 2 LED, 2 Ports, http://www.amphenolinfocom.eu/NavData/Drawings/RJHSE-538X-02-REVC.pdf -RJ45 8p8c dual ethernet cat5 -0 -26 -25 -Connector_RJ -RJ45_Amphenol_RJHSE538X-04 -Shielded, LEDs, 4 Ports, https://cdn.amphenol-cs.com/media/wysiwyg/files/drawing/rjhse538x04.pdf -RJ45 8p8c quad ethernet cat5 -0 -52 -49 -Connector_RJ -RJ45_Amphenol_RJHSE5380 -Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X.pdf -RJ45 8p8c ethernet cat5 -0 -10 -9 -Connector_RJ -RJ45_Amphenol_RJHSE5380-08 -Shielded, https://www.amphenolcanada.com/ProductSearch/drawings/AC/RJHSE538X08.pdf -RJ45 8p8c ethernet cat5 -0 -68 -65 -Connector_RJ -RJ45_Amphenol_RJMG1BD3B8K1ANR -1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://www.amphenol-cs.com/media/wysiwyg/files/drawing/rjmg1bd3b8k1anr.pdf -RJ45 Magjack -0 -14 -13 -Connector_RJ -RJ45_BEL_SS74301-00x_Vertical -https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-74301-001-ss-74301-002-ss-74301-005.pdf -RJ45 Vertical Shield LED Green Yellow -0 -14 -13 -Connector_RJ -RJ45_Bel_SI-60062-F -1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, AutoMDIX, https://belfuse.com/resources/drawings/magneticsolutions/dr-mag-si-60062-f.pdf -RJ45 Magjack -0 -14 -13 -Connector_RJ -RJ45_Cetus_J1B1211CCD_Horizontal -1 Port RJ45 Magjack Connector Through Hole 10/100 Base-T, Cetus, used and distributed by WIZnet (https://wizwiki.net/wiki/lib/exe/fetch.php?media=products:wiz550web:wiz550webds_kr:j1b1211ccd.pdf) -RJ45 Magjack -0 -14 -13 -Connector_RJ -RJ45_HALO_HFJ11-x2450E-LxxRL_Horizontal -Halo FastJack, Shielded, 2 LEDs, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf -10/100 Ethernet RJ45 Tab-Down -0 -14 -13 -Connector_RJ -RJ45_HALO_HFJ11-x2450ERL_Horizontal -Halo FastJack, Shielded, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf -10/100 Ethernet RJ45 Tab-Down -0 -9 -8 -Connector_RJ -RJ45_HALO_HFJ11-x2450HRL_Horizontal -Halo FastJack, Shielded, https://www.haloelectronics.com/pdf/fastjack-100baset.pdf -10/100 Ethernet RJ45 Tab-Down -0 -10 -9 -Connector_RJ -RJ45_Hanrun_HR911105A_Horizontal -1 Port RJ45 8P8C receptacle, shielded, with magnetics, through hole, 2 LEDs, tab down, http://www.hanrun.com/public/upload/down/2020/09-11/cc11be56d66bb63d5f1eeb85492439c0.pdf -RJ45 Magjack ethernet -0 -14 -13 -Connector_RJ -RJ45_Kycon_G7LX-A88S7-BP-xx_Horizontal -10/100Base-T RJ45 ethernet magnetic transformer connector horizontal with green/yellow LEDs http://www.kycon.com/Pub_Eng_Draw/G7LX-A88S7-BP-GY.pdf -RJ45 ethernet magnetic -0 -16 -15 -Connector_RJ -RJ45_Molex_0855135013_Vertical -1 Port, RJ45, Series 85513, vertical, SMD, https://www.molex.com/pdm_docs/sd/855135013_sd.pdf -RJ45 Vertical -0 -9 -9 -Connector_RJ -RJ45_Ninigi_GE -1 port ethernet throughhole connector, https://en.ninigi.com/product/rj45ge/pdf -RJ45 ethernet 8p8c -0 -10 -9 -Connector_RJ -RJ45_OST_PJ012-8P8CX_Vertical -RJ45 vertical connector https://www.on-shore.com/wp-content/uploads/PJ012-8P8CX.pdf -RJ45 PJ012 -0 -8 -8 -Connector_RJ -RJ45_Plug_Metz_AJP92A8813 -plug, ethernet, 8P8C, RJ45 Plug -AJP92A8813 8P8C RJ45 ethernet plug -0 -8 -8 -Connector_RJ -RJ45_Pulse_JK00177NL_Horizontal -10/100/1000 Base-T RJ45 single port with LEDs and 75W POE, https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/J432/doc_part/J432.pdf -RJ45 8p8c ethernet POE -0 -22 -21 -Connector_RJ -RJ45_Pulse_JK0654219NL_Horizontal -10/100/1000 Base-T RJ45 single port with LEDs https://media.digikey.com/pdf/Data%20Sheets/Pulse%20PDFs/JK%20Series.pdf#page=2 -RJ45 8p8c ethernet -0 -18 -17 -Connector_RJ -RJ45_Pulse_JXD6-0001NL_Horizontal -RJ45 ethernet transformer with magnetics (https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/JXD6-0001NL/doc_part/JXD6-0001NL.pdf) -ethernet 8p8c transformer magjack -0 -12 -11 -Connector_RJ -RJ45_UDE_RB1-125B8G1A -1 Port RJ45 Connector Through Hole 10/100/1000 Base-T, https://datasheet.lcsc.com/szlcsc/1901091107_UDE-Corp-RB1-125B8G1A_C363353.pdf#page=3 -RJ45 ethernet -0 -16 -15 -Connector_RJ -RJ45_Wuerth_7499010001A_Horizontal -10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal https://katalog.we-online.de/pbs/datasheet/7499010001A.pdf -RJ45 ethernet magnetic -0 -10 -9 -Connector_RJ -RJ45_Wuerth_7499010121A_Horizontal -10/100Base-TX RJ45 ethernet magnetic transformer connector horizontal with green/orange LEDs https://katalog.we-online.de/pbs/datasheet/7499010121A.pdf -RJ45 ethernet magnetic -0 -14 -13 -Connector_RJ -RJ45_Wuerth_7499111446_Horizontal -LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT -ethernet lan connector -0 -16 -15 -Connector_RJ -RJ45_Wuerth_7499151120_Horizontal -Wuerth 7499151120, LAN-Transformer WE-RJ45LAN 10/100/1000 BaseT, Dual Ethernet Jack (http://katalog.we-online.de/pbs/datasheet/7499151120.pdf) -ethernet lan connector -0 -32 -29 -Connector_RJ -RJ45_Wuerth_74980111211_Horizontal -RJ45 LAN Transformer 10/100BaseT (https://katalog.we-online.de/pbs/datasheet/74980111211.pdf) -lan magnetics transformer -0 -14 -13 -Connector_SATA_SAS -SAS-mini_TEConnectivity_1888174_Vertical -36pin mini SAS connector, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=1888174&DocType=Customer+Drawing&DocLang=English -SAS mini connector -0 -44 -44 -Connector_SATA_SAS -SATA_Amphenol_10029364-001LF_Horizontal -https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10029364.pdf -SATA -0 -24 -23 -Connector_Samtec -Samtec_FMC_ASP-134486-01_10x40_P1.27mm_Vertical -http://suddendocs.samtec.com/prints/asp-134486-01-mkt.pdf -FMC HPC -0 -400 -400 -Connector_Samtec -Samtec_FMC_ASP-134602-01_10x40_P1.27mm_Vertical -https://www.marutsu.co.jp/contents/shop/marutsu/ds/asp-134602-01.pdf -FMC HPC -0 -400 -400 -Connector_Samtec -Samtec_FMC_ASP-134604-01_4x40_Vertical -https://suddendocs.samtec.com/prints/asp-134604-01-mkt.pdf -FMC LPC VITA -0 -160 -160 -Connector_Samtec -Samtec_LSHM-105-xx.x-x-DV-N_2x05_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-N, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -10 -10 -Connector_Samtec -Samtec_LSHM-105-xx.x-x-DV-S_2x05-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-105-xx.x-x-DV-S, 5 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -12 -11 -Connector_Samtec -Samtec_LSHM-110-xx.x-x-DV-N_2x10_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-N, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -20 -20 -Connector_Samtec -Samtec_LSHM-110-xx.x-x-DV-S_2x10-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-110-xx.x-x-DV-S, 10 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -22 -21 -Connector_Samtec -Samtec_LSHM-120-xx.x-x-DV-N_2x20_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-N, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -40 -40 -Connector_Samtec -Samtec_LSHM-120-xx.x-x-DV-S_2x20-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-120-xx.x-x-DV-S, 20 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -42 -41 -Connector_Samtec -Samtec_LSHM-130-xx.x-x-DV-N_2x30_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-N, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -60 -60 -Connector_Samtec -Samtec_LSHM-130-xx.x-x-DV-S_2x30-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-130-xx.x-x-DV-S, 30 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -62 -61 -Connector_Samtec -Samtec_LSHM-140-xx.x-x-DV-N_2x40_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-N, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -80 -80 -Connector_Samtec -Samtec_LSHM-140-xx.x-x-DV-S_2x40-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-140-xx.x-x-DV-S, 40 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -82 -81 -Connector_Samtec -Samtec_LSHM-150-xx.x-x-DV-N_2x50_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-N, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -100 -100 -Connector_Samtec -Samtec_LSHM-150-xx.x-x-DV-S_2x50-1SH_P0.50mm_Vertical -Molex LSHM 0.50 mm Razor Beam High-Speed Hermaphroditic Terminal/Socket Strip, LSHM-150-xx.x-x-DV-S, 50 Pins per row (http://suddendocs.samtec.com/prints/lshm-1xx-xx.x-x-dv-a-x-x-tr-footprint.pdf), generated with kicad-footprint-generator -connector Samtec side entry -0 -102 -101 -Connector_Samtec_HLE_SMD -Samtec_HLE-102-02-xxx-DV-BE-LC_2x02_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -4 -4 -Connector_Samtec_HLE_SMD -Samtec_HLE-102-02-xxx-DV-BE_2x02_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-BE, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -4 -4 -Connector_Samtec_HLE_SMD -Samtec_HLE-102-02-xxx-DV-LC_2x02_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV-LC, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -4 -4 -Connector_Samtec_HLE_SMD -Samtec_HLE-102-02-xxx-DV_2x02_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-102-02-xxx-DV, 2 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -4 -4 -Connector_Samtec_HLE_SMD -Samtec_HLE-103-02-xxx-DV-BE-LC_2x03_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -6 -6 -Connector_Samtec_HLE_SMD -Samtec_HLE-103-02-xxx-DV-BE_2x03_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-BE, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -6 -6 -Connector_Samtec_HLE_SMD -Samtec_HLE-103-02-xxx-DV-LC_2x03_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV-LC, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -6 -6 -Connector_Samtec_HLE_SMD -Samtec_HLE-103-02-xxx-DV_2x03_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-103-02-xxx-DV, 3 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -6 -6 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV-A_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV-BE-A_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-A, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV-BE-LC_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV-BE_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-BE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV-LC_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-104-02-xxx-DV_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xxx-DV, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -8 -8 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV-A_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV-BE-A_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-A, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV-BE-LC_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV-BE_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-BE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV-LC_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-105-02-xxx-DV_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xxx-DV, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -10 -10 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV-A_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV-BE-A_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-A, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV-BE-LC_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV-BE_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-BE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV-LC_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-106-02-xxx-DV_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xxx-DV, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -12 -12 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV-A_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV-BE-A_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-A, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV-BE-LC_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV-BE_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-BE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV-LC_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-107-02-xxx-DV_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xxx-DV, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -14 -14 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV-A_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV-BE-A_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-A, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV-BE-LC_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV-BE_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-BE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV-LC_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-108-02-xxx-DV_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xxx-DV, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -16 -16 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV-A_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV-BE-A_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-A, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV-BE-LC_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV-BE_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-BE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV-LC_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-109-02-xxx-DV_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xxx-DV, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -18 -18 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV-A_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV-BE-A_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-A, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV-BE-LC_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV-BE_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-BE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV-LC_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-110-02-xxx-DV_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xxx-DV, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -20 -20 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV-A_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV-BE-A_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-A, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV-BE-LC_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV-BE_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-BE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV-LC_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-111-02-xxx-DV_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xxx-DV, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -22 -22 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV-A_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV-BE-A_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-A, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV-BE-LC_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV-BE_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-BE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV-LC_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-112-02-xxx-DV_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xxx-DV, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -24 -24 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV-A_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV-BE-A_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-A, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV-BE-LC_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV-BE_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-BE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV-LC_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-113-02-xxx-DV_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xxx-DV, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -26 -26 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV-A_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV-BE-A_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-A, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV-BE-LC_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV-BE_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-BE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV-LC_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-114-02-xxx-DV_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xxx-DV, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -28 -28 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV-A_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV-BE-A_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-A, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV-BE-LC_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV-BE_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-BE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV-LC_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-115-02-xxx-DV_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xxx-DV, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -30 -30 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV-A_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV-BE-A_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-A, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV-BE-LC_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV-BE_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-BE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV-LC_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-116-02-xxx-DV_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xxx-DV, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -32 -32 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV-A_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV-BE-A_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-A, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV-BE-LC_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV-BE_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-BE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV-LC_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-117-02-xxx-DV_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xxx-DV, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -34 -34 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV-A_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV-BE-A_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-A, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV-BE-LC_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV-BE_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-BE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV-LC_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-118-02-xxx-DV_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xxx-DV, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -36 -36 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV-A_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV-BE-A_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-A, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV-BE-LC_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV-BE_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-BE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV-LC_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-119-02-xxx-DV_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xxx-DV, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -38 -38 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV-A_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV-BE-A_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-A, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV-BE-LC_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV-BE_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-BE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV-LC_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-120-02-xxx-DV_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xxx-DV, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -40 -40 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV-A_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV-BE-A_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-A, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV-BE-LC_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV-BE_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-BE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV-LC_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-121-02-xxx-DV_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xxx-DV, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -42 -42 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV-A_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV-BE-A_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-A, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV-BE-LC_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV-BE_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-BE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV-LC_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-122-02-xxx-DV_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xxx-DV, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -44 -44 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV-A_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV-BE-A_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-A, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV-BE-LC_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV-BE_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-BE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV-LC_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-123-02-xxx-DV_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xxx-DV, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -46 -46 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV-A_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV-BE-A_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-A, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV-BE-LC_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV-BE_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-BE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV-LC_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-124-02-xxx-DV_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xxx-DV, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -48 -48 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV-A_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV-BE-A_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-A, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV-BE-LC_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV-BE_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-BE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV-LC_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-125-02-xxx-DV_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xxx-DV, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -50 -50 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV-A_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV-BE-A_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-A, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV-BE-LC_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV-BE_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-BE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV-LC_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-126-02-xxx-DV_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xxx-DV, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -52 -52 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV-A_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV-BE-A_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-A, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV-BE-LC_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV-BE_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-BE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV-LC_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-127-02-xxx-DV_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xxx-DV, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -54 -54 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV-A_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV-BE-A_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-A, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV-BE-LC_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV-BE_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-BE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV-LC_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-128-02-xxx-DV_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xxx-DV, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -56 -56 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV-A_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV-BE-A_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-A, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV-BE-LC_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV-BE_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-BE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV-LC_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-129-02-xxx-DV_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xxx-DV, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -58 -58 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV-A_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV-BE-A_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-A, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV-BE-LC_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV-BE_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-BE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV-LC_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-130-02-xxx-DV_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xxx-DV, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -60 -60 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV-A_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV-BE-A_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-A, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV-BE-LC_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV-BE_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-BE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV-LC_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-131-02-xxx-DV_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xxx-DV, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -62 -62 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV-A_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV-BE-A_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-A, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV-BE-LC_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV-BE_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-BE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV-LC_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-132-02-xxx-DV_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xxx-DV, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -64 -64 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV-A_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV-BE-A_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-A, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV-BE-LC_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV-BE_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-BE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV-LC_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-133-02-xxx-DV_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xxx-DV, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -66 -66 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV-A_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV-BE-A_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-A, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV-BE-LC_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV-BE_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-BE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV-LC_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-134-02-xxx-DV_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xxx-DV, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -68 -68 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV-A_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV-BE-A_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-A, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV-BE-LC_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV-BE_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-BE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV-LC_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-135-02-xxx-DV_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xxx-DV, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -70 -70 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV-A_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV-BE-A_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-A, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV-BE-LC_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV-BE_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-BE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV-LC_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-136-02-xxx-DV_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xxx-DV, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -72 -72 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV-A_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV-BE-A_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-A, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV-BE-LC_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV-BE_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-BE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV-LC_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-137-02-xxx-DV_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xxx-DV, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -74 -74 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV-A_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV-BE-A_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-A, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV-BE-LC_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV-BE_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-BE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV-LC_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-138-02-xxx-DV_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xxx-DV, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -76 -76 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV-A_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV-BE-A_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-A, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV-BE-LC_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV-BE_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-BE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV-LC_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-139-02-xxx-DV_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xxx-DV, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -78 -78 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV-A_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV-BE-A_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-A, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV-BE-LC_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV-BE_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-BE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV-LC_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-140-02-xxx-DV_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xxx-DV, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -80 -80 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV-A_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV-BE-A_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-A, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV-BE-LC_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV-BE_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-BE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV-LC_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-141-02-xxx-DV_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xxx-DV, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -82 -82 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV-A_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV-BE-A_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-A, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV-BE-LC_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV-BE_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-BE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV-LC_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-142-02-xxx-DV_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xxx-DV, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -84 -84 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV-A_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV-BE-A_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-A, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV-BE-LC_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV-BE_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-BE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV-LC_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-143-02-xxx-DV_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xxx-DV, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -86 -86 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV-A_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV-BE-A_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-A, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV-BE-LC_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV-BE_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-BE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV-LC_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-144-02-xxx-DV_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xxx-DV, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -88 -88 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV-A_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV-BE-A_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-A, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV-BE-LC_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV-BE_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-BE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV-LC_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-145-02-xxx-DV_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xxx-DV, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -90 -90 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV-A_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV-BE-A_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-A, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV-BE-LC_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV-BE_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-BE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV-LC_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-146-02-xxx-DV_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xxx-DV, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -92 -92 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV-A_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV-BE-A_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-A, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV-BE-LC_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV-BE_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-BE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV-LC_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-147-02-xxx-DV_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xxx-DV, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -94 -94 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV-A_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV-BE-A_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-A, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV-BE-LC_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV-BE_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-BE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV-LC_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-148-02-xxx-DV_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xxx-DV, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -96 -96 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV-A_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV-BE-A_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-A, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV-BE-LC_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV-BE_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-BE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV-LC_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-149-02-xxx-DV_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xxx-DV, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -98 -98 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV-A_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV-BE-A_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-A, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV-BE-LC_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV-BE_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-BE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV-LC_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_SMD -Samtec_HLE-150-02-xxx-DV_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xxx-DV, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xxx-dv-xx-xx-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-dv-footprint.pdf), generated with kicad-footprint-generator -connector Samtec HLE horizontal -0 -100 -100 -Connector_Samtec_HLE_THT -Samtec_HLE-104-02-xx-DV-PE-LC_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE-LC, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -8 -8 -Connector_Samtec_HLE_THT -Samtec_HLE-104-02-xx-DV-PE_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-PE (compatible alternatives: HLE-104-02-xx-DV-PE-BE), 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -8 -8 -Connector_Samtec_HLE_THT -Samtec_HLE-104-02-xx-DV-TE_2x04_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-104-02-xx-DV-TE, 4 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -8 -8 -Connector_Samtec_HLE_THT -Samtec_HLE-105-02-xx-DV-PE-LC_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE-LC, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -10 -10 -Connector_Samtec_HLE_THT -Samtec_HLE-105-02-xx-DV-PE_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-PE (compatible alternatives: HLE-105-02-xx-DV-PE-BE), 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -10 -10 -Connector_Samtec_HLE_THT -Samtec_HLE-105-02-xx-DV-TE_2x05_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-105-02-xx-DV-TE, 5 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -10 -10 -Connector_Samtec_HLE_THT -Samtec_HLE-106-02-xx-DV-PE-LC_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE-LC, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -12 -12 -Connector_Samtec_HLE_THT -Samtec_HLE-106-02-xx-DV-PE_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-PE (compatible alternatives: HLE-106-02-xx-DV-PE-BE), 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -12 -12 -Connector_Samtec_HLE_THT -Samtec_HLE-106-02-xx-DV-TE_2x06_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-106-02-xx-DV-TE, 6 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -12 -12 -Connector_Samtec_HLE_THT -Samtec_HLE-107-02-xx-DV-PE-LC_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE-LC, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -14 -14 -Connector_Samtec_HLE_THT -Samtec_HLE-107-02-xx-DV-PE_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-PE (compatible alternatives: HLE-107-02-xx-DV-PE-BE), 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -14 -14 -Connector_Samtec_HLE_THT -Samtec_HLE-107-02-xx-DV-TE_2x07_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-107-02-xx-DV-TE, 7 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -14 -14 -Connector_Samtec_HLE_THT -Samtec_HLE-108-02-xx-DV-PE-LC_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE-LC, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -16 -16 -Connector_Samtec_HLE_THT -Samtec_HLE-108-02-xx-DV-PE_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-PE (compatible alternatives: HLE-108-02-xx-DV-PE-BE), 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -16 -16 -Connector_Samtec_HLE_THT -Samtec_HLE-108-02-xx-DV-TE_2x08_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-108-02-xx-DV-TE, 8 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -16 -16 -Connector_Samtec_HLE_THT -Samtec_HLE-109-02-xx-DV-PE-LC_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE-LC, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -18 -18 -Connector_Samtec_HLE_THT -Samtec_HLE-109-02-xx-DV-PE_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-PE (compatible alternatives: HLE-109-02-xx-DV-PE-BE), 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -18 -18 -Connector_Samtec_HLE_THT -Samtec_HLE-109-02-xx-DV-TE_2x09_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-109-02-xx-DV-TE, 9 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -18 -18 -Connector_Samtec_HLE_THT -Samtec_HLE-110-02-xx-DV-PE-LC_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE-LC, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -20 -20 -Connector_Samtec_HLE_THT -Samtec_HLE-110-02-xx-DV-PE_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-PE (compatible alternatives: HLE-110-02-xx-DV-PE-BE), 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -20 -20 -Connector_Samtec_HLE_THT -Samtec_HLE-110-02-xx-DV-TE_2x10_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-110-02-xx-DV-TE, 10 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -20 -20 -Connector_Samtec_HLE_THT -Samtec_HLE-111-02-xx-DV-PE-LC_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE-LC, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -22 -22 -Connector_Samtec_HLE_THT -Samtec_HLE-111-02-xx-DV-PE_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-PE (compatible alternatives: HLE-111-02-xx-DV-PE-BE), 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -22 -22 -Connector_Samtec_HLE_THT -Samtec_HLE-111-02-xx-DV-TE_2x11_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-111-02-xx-DV-TE, 11 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -22 -22 -Connector_Samtec_HLE_THT -Samtec_HLE-112-02-xx-DV-PE-LC_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE-LC, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -24 -24 -Connector_Samtec_HLE_THT -Samtec_HLE-112-02-xx-DV-PE_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-PE (compatible alternatives: HLE-112-02-xx-DV-PE-BE), 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -24 -24 -Connector_Samtec_HLE_THT -Samtec_HLE-112-02-xx-DV-TE_2x12_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-112-02-xx-DV-TE, 12 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -24 -24 -Connector_Samtec_HLE_THT -Samtec_HLE-113-02-xx-DV-PE-LC_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE-LC, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -26 -26 -Connector_Samtec_HLE_THT -Samtec_HLE-113-02-xx-DV-PE_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-PE (compatible alternatives: HLE-113-02-xx-DV-PE-BE), 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -26 -26 -Connector_Samtec_HLE_THT -Samtec_HLE-113-02-xx-DV-TE_2x13_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-113-02-xx-DV-TE, 13 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -26 -26 -Connector_Samtec_HLE_THT -Samtec_HLE-114-02-xx-DV-PE-LC_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE-LC, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -28 -28 -Connector_Samtec_HLE_THT -Samtec_HLE-114-02-xx-DV-PE_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-PE (compatible alternatives: HLE-114-02-xx-DV-PE-BE), 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -28 -28 -Connector_Samtec_HLE_THT -Samtec_HLE-114-02-xx-DV-TE_2x14_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-114-02-xx-DV-TE, 14 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -28 -28 -Connector_Samtec_HLE_THT -Samtec_HLE-115-02-xx-DV-PE-LC_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE-LC, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -30 -30 -Connector_Samtec_HLE_THT -Samtec_HLE-115-02-xx-DV-PE_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-PE (compatible alternatives: HLE-115-02-xx-DV-PE-BE), 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -30 -30 -Connector_Samtec_HLE_THT -Samtec_HLE-115-02-xx-DV-TE_2x15_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-115-02-xx-DV-TE, 15 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -30 -30 -Connector_Samtec_HLE_THT -Samtec_HLE-116-02-xx-DV-PE-LC_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE-LC, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -32 -32 -Connector_Samtec_HLE_THT -Samtec_HLE-116-02-xx-DV-PE_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-PE (compatible alternatives: HLE-116-02-xx-DV-PE-BE), 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -32 -32 -Connector_Samtec_HLE_THT -Samtec_HLE-116-02-xx-DV-TE_2x16_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-116-02-xx-DV-TE, 16 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -32 -32 -Connector_Samtec_HLE_THT -Samtec_HLE-117-02-xx-DV-PE-LC_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE-LC, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -34 -34 -Connector_Samtec_HLE_THT -Samtec_HLE-117-02-xx-DV-PE_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-PE (compatible alternatives: HLE-117-02-xx-DV-PE-BE), 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -34 -34 -Connector_Samtec_HLE_THT -Samtec_HLE-117-02-xx-DV-TE_2x17_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-117-02-xx-DV-TE, 17 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -34 -34 -Connector_Samtec_HLE_THT -Samtec_HLE-118-02-xx-DV-PE-LC_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE-LC, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -36 -36 -Connector_Samtec_HLE_THT -Samtec_HLE-118-02-xx-DV-PE_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-PE (compatible alternatives: HLE-118-02-xx-DV-PE-BE), 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -36 -36 -Connector_Samtec_HLE_THT -Samtec_HLE-118-02-xx-DV-TE_2x18_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-118-02-xx-DV-TE, 18 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -36 -36 -Connector_Samtec_HLE_THT -Samtec_HLE-119-02-xx-DV-PE-LC_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE-LC, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -38 -38 -Connector_Samtec_HLE_THT -Samtec_HLE-119-02-xx-DV-PE_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-PE (compatible alternatives: HLE-119-02-xx-DV-PE-BE), 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -38 -38 -Connector_Samtec_HLE_THT -Samtec_HLE-119-02-xx-DV-TE_2x19_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-119-02-xx-DV-TE, 19 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -38 -38 -Connector_Samtec_HLE_THT -Samtec_HLE-120-02-xx-DV-PE-LC_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE-LC, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -40 -40 -Connector_Samtec_HLE_THT -Samtec_HLE-120-02-xx-DV-PE_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-PE (compatible alternatives: HLE-120-02-xx-DV-PE-BE), 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -40 -40 -Connector_Samtec_HLE_THT -Samtec_HLE-120-02-xx-DV-TE_2x20_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-120-02-xx-DV-TE, 20 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -40 -40 -Connector_Samtec_HLE_THT -Samtec_HLE-121-02-xx-DV-PE-LC_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE-LC, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -42 -42 -Connector_Samtec_HLE_THT -Samtec_HLE-121-02-xx-DV-PE_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-PE (compatible alternatives: HLE-121-02-xx-DV-PE-BE), 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -42 -42 -Connector_Samtec_HLE_THT -Samtec_HLE-121-02-xx-DV-TE_2x21_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-121-02-xx-DV-TE, 21 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -42 -42 -Connector_Samtec_HLE_THT -Samtec_HLE-122-02-xx-DV-PE-LC_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE-LC, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -44 -44 -Connector_Samtec_HLE_THT -Samtec_HLE-122-02-xx-DV-PE_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-PE (compatible alternatives: HLE-122-02-xx-DV-PE-BE), 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -44 -44 -Connector_Samtec_HLE_THT -Samtec_HLE-122-02-xx-DV-TE_2x22_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-122-02-xx-DV-TE, 22 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -44 -44 -Connector_Samtec_HLE_THT -Samtec_HLE-123-02-xx-DV-PE-LC_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE-LC, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -46 -46 -Connector_Samtec_HLE_THT -Samtec_HLE-123-02-xx-DV-PE_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-PE (compatible alternatives: HLE-123-02-xx-DV-PE-BE), 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -46 -46 -Connector_Samtec_HLE_THT -Samtec_HLE-123-02-xx-DV-TE_2x23_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-123-02-xx-DV-TE, 23 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -46 -46 -Connector_Samtec_HLE_THT -Samtec_HLE-124-02-xx-DV-PE-LC_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE-LC, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -48 -48 -Connector_Samtec_HLE_THT -Samtec_HLE-124-02-xx-DV-PE_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-PE (compatible alternatives: HLE-124-02-xx-DV-PE-BE), 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -48 -48 -Connector_Samtec_HLE_THT -Samtec_HLE-124-02-xx-DV-TE_2x24_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-124-02-xx-DV-TE, 24 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -48 -48 -Connector_Samtec_HLE_THT -Samtec_HLE-125-02-xx-DV-PE-LC_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE-LC, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -50 -50 -Connector_Samtec_HLE_THT -Samtec_HLE-125-02-xx-DV-PE_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-PE (compatible alternatives: HLE-125-02-xx-DV-PE-BE), 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -50 -50 -Connector_Samtec_HLE_THT -Samtec_HLE-125-02-xx-DV-TE_2x25_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-125-02-xx-DV-TE, 25 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -50 -50 -Connector_Samtec_HLE_THT -Samtec_HLE-126-02-xx-DV-PE-LC_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE-LC, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -52 -52 -Connector_Samtec_HLE_THT -Samtec_HLE-126-02-xx-DV-PE_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-PE (compatible alternatives: HLE-126-02-xx-DV-PE-BE), 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -52 -52 -Connector_Samtec_HLE_THT -Samtec_HLE-126-02-xx-DV-TE_2x26_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-126-02-xx-DV-TE, 26 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -52 -52 -Connector_Samtec_HLE_THT -Samtec_HLE-127-02-xx-DV-PE-LC_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE-LC, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -54 -54 -Connector_Samtec_HLE_THT -Samtec_HLE-127-02-xx-DV-PE_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-PE (compatible alternatives: HLE-127-02-xx-DV-PE-BE), 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -54 -54 -Connector_Samtec_HLE_THT -Samtec_HLE-127-02-xx-DV-TE_2x27_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-127-02-xx-DV-TE, 27 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -54 -54 -Connector_Samtec_HLE_THT -Samtec_HLE-128-02-xx-DV-PE-LC_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE-LC, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -56 -56 -Connector_Samtec_HLE_THT -Samtec_HLE-128-02-xx-DV-PE_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-PE (compatible alternatives: HLE-128-02-xx-DV-PE-BE), 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -56 -56 -Connector_Samtec_HLE_THT -Samtec_HLE-128-02-xx-DV-TE_2x28_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-128-02-xx-DV-TE, 28 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -56 -56 -Connector_Samtec_HLE_THT -Samtec_HLE-129-02-xx-DV-PE-LC_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE-LC, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -58 -58 -Connector_Samtec_HLE_THT -Samtec_HLE-129-02-xx-DV-PE_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-PE (compatible alternatives: HLE-129-02-xx-DV-PE-BE), 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -58 -58 -Connector_Samtec_HLE_THT -Samtec_HLE-129-02-xx-DV-TE_2x29_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-129-02-xx-DV-TE, 29 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -58 -58 -Connector_Samtec_HLE_THT -Samtec_HLE-130-02-xx-DV-PE-LC_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE-LC, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -60 -60 -Connector_Samtec_HLE_THT -Samtec_HLE-130-02-xx-DV-PE_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-PE (compatible alternatives: HLE-130-02-xx-DV-PE-BE), 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -60 -60 -Connector_Samtec_HLE_THT -Samtec_HLE-130-02-xx-DV-TE_2x30_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-130-02-xx-DV-TE, 30 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -60 -60 -Connector_Samtec_HLE_THT -Samtec_HLE-131-02-xx-DV-PE-LC_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE-LC, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -62 -62 -Connector_Samtec_HLE_THT -Samtec_HLE-131-02-xx-DV-PE_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-PE (compatible alternatives: HLE-131-02-xx-DV-PE-BE), 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -62 -62 -Connector_Samtec_HLE_THT -Samtec_HLE-131-02-xx-DV-TE_2x31_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-131-02-xx-DV-TE, 31 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -62 -62 -Connector_Samtec_HLE_THT -Samtec_HLE-132-02-xx-DV-PE-LC_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE-LC, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -64 -64 -Connector_Samtec_HLE_THT -Samtec_HLE-132-02-xx-DV-PE_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-PE (compatible alternatives: HLE-132-02-xx-DV-PE-BE), 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -64 -64 -Connector_Samtec_HLE_THT -Samtec_HLE-132-02-xx-DV-TE_2x32_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-132-02-xx-DV-TE, 32 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -64 -64 -Connector_Samtec_HLE_THT -Samtec_HLE-133-02-xx-DV-PE-LC_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE-LC, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -66 -66 -Connector_Samtec_HLE_THT -Samtec_HLE-133-02-xx-DV-PE_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-PE (compatible alternatives: HLE-133-02-xx-DV-PE-BE), 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -66 -66 -Connector_Samtec_HLE_THT -Samtec_HLE-133-02-xx-DV-TE_2x33_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-133-02-xx-DV-TE, 33 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -66 -66 -Connector_Samtec_HLE_THT -Samtec_HLE-134-02-xx-DV-PE-LC_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE-LC, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -68 -68 -Connector_Samtec_HLE_THT -Samtec_HLE-134-02-xx-DV-PE_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-PE (compatible alternatives: HLE-134-02-xx-DV-PE-BE), 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -68 -68 -Connector_Samtec_HLE_THT -Samtec_HLE-134-02-xx-DV-TE_2x34_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-134-02-xx-DV-TE, 34 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -68 -68 -Connector_Samtec_HLE_THT -Samtec_HLE-135-02-xx-DV-PE-LC_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE-LC, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -70 -70 -Connector_Samtec_HLE_THT -Samtec_HLE-135-02-xx-DV-PE_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-PE (compatible alternatives: HLE-135-02-xx-DV-PE-BE), 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -70 -70 -Connector_Samtec_HLE_THT -Samtec_HLE-135-02-xx-DV-TE_2x35_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-135-02-xx-DV-TE, 35 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -70 -70 -Connector_Samtec_HLE_THT -Samtec_HLE-136-02-xx-DV-PE-LC_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE-LC, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -72 -72 -Connector_Samtec_HLE_THT -Samtec_HLE-136-02-xx-DV-PE_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-PE (compatible alternatives: HLE-136-02-xx-DV-PE-BE), 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -72 -72 -Connector_Samtec_HLE_THT -Samtec_HLE-136-02-xx-DV-TE_2x36_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-136-02-xx-DV-TE, 36 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -72 -72 -Connector_Samtec_HLE_THT -Samtec_HLE-137-02-xx-DV-PE-LC_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE-LC, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -74 -74 -Connector_Samtec_HLE_THT -Samtec_HLE-137-02-xx-DV-PE_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-PE (compatible alternatives: HLE-137-02-xx-DV-PE-BE), 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -74 -74 -Connector_Samtec_HLE_THT -Samtec_HLE-137-02-xx-DV-TE_2x37_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-137-02-xx-DV-TE, 37 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -74 -74 -Connector_Samtec_HLE_THT -Samtec_HLE-138-02-xx-DV-PE-LC_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE-LC, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -76 -76 -Connector_Samtec_HLE_THT -Samtec_HLE-138-02-xx-DV-PE_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-PE (compatible alternatives: HLE-138-02-xx-DV-PE-BE), 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -76 -76 -Connector_Samtec_HLE_THT -Samtec_HLE-138-02-xx-DV-TE_2x38_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-138-02-xx-DV-TE, 38 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -76 -76 -Connector_Samtec_HLE_THT -Samtec_HLE-139-02-xx-DV-PE-LC_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE-LC, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -78 -78 -Connector_Samtec_HLE_THT -Samtec_HLE-139-02-xx-DV-PE_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-PE (compatible alternatives: HLE-139-02-xx-DV-PE-BE), 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -78 -78 -Connector_Samtec_HLE_THT -Samtec_HLE-139-02-xx-DV-TE_2x39_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-139-02-xx-DV-TE, 39 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -78 -78 -Connector_Samtec_HLE_THT -Samtec_HLE-140-02-xx-DV-PE-LC_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE-LC, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -80 -80 -Connector_Samtec_HLE_THT -Samtec_HLE-140-02-xx-DV-PE_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-PE (compatible alternatives: HLE-140-02-xx-DV-PE-BE), 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -80 -80 -Connector_Samtec_HLE_THT -Samtec_HLE-140-02-xx-DV-TE_2x40_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-140-02-xx-DV-TE, 40 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -80 -80 -Connector_Samtec_HLE_THT -Samtec_HLE-141-02-xx-DV-PE-LC_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE-LC, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -82 -82 -Connector_Samtec_HLE_THT -Samtec_HLE-141-02-xx-DV-PE_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-PE (compatible alternatives: HLE-141-02-xx-DV-PE-BE), 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -82 -82 -Connector_Samtec_HLE_THT -Samtec_HLE-141-02-xx-DV-TE_2x41_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-141-02-xx-DV-TE, 41 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -82 -82 -Connector_Samtec_HLE_THT -Samtec_HLE-142-02-xx-DV-PE-LC_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE-LC, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -84 -84 -Connector_Samtec_HLE_THT -Samtec_HLE-142-02-xx-DV-PE_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-PE (compatible alternatives: HLE-142-02-xx-DV-PE-BE), 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -84 -84 -Connector_Samtec_HLE_THT -Samtec_HLE-142-02-xx-DV-TE_2x42_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-142-02-xx-DV-TE, 42 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -84 -84 -Connector_Samtec_HLE_THT -Samtec_HLE-143-02-xx-DV-PE-LC_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE-LC, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -86 -86 -Connector_Samtec_HLE_THT -Samtec_HLE-143-02-xx-DV-PE_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-PE (compatible alternatives: HLE-143-02-xx-DV-PE-BE), 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -86 -86 -Connector_Samtec_HLE_THT -Samtec_HLE-143-02-xx-DV-TE_2x43_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-143-02-xx-DV-TE, 43 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -86 -86 -Connector_Samtec_HLE_THT -Samtec_HLE-144-02-xx-DV-PE-LC_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE-LC, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -88 -88 -Connector_Samtec_HLE_THT -Samtec_HLE-144-02-xx-DV-PE_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-PE (compatible alternatives: HLE-144-02-xx-DV-PE-BE), 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -88 -88 -Connector_Samtec_HLE_THT -Samtec_HLE-144-02-xx-DV-TE_2x44_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-144-02-xx-DV-TE, 44 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -88 -88 -Connector_Samtec_HLE_THT -Samtec_HLE-145-02-xx-DV-PE-LC_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE-LC, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -90 -90 -Connector_Samtec_HLE_THT -Samtec_HLE-145-02-xx-DV-PE_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-PE (compatible alternatives: HLE-145-02-xx-DV-PE-BE), 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -90 -90 -Connector_Samtec_HLE_THT -Samtec_HLE-145-02-xx-DV-TE_2x45_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-145-02-xx-DV-TE, 45 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -90 -90 -Connector_Samtec_HLE_THT -Samtec_HLE-146-02-xx-DV-PE-LC_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE-LC, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -92 -92 -Connector_Samtec_HLE_THT -Samtec_HLE-146-02-xx-DV-PE_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-PE (compatible alternatives: HLE-146-02-xx-DV-PE-BE), 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -92 -92 -Connector_Samtec_HLE_THT -Samtec_HLE-146-02-xx-DV-TE_2x46_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-146-02-xx-DV-TE, 46 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -92 -92 -Connector_Samtec_HLE_THT -Samtec_HLE-147-02-xx-DV-PE-LC_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE-LC, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -94 -94 -Connector_Samtec_HLE_THT -Samtec_HLE-147-02-xx-DV-PE_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-PE (compatible alternatives: HLE-147-02-xx-DV-PE-BE), 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -94 -94 -Connector_Samtec_HLE_THT -Samtec_HLE-147-02-xx-DV-TE_2x47_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-147-02-xx-DV-TE, 47 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -94 -94 -Connector_Samtec_HLE_THT -Samtec_HLE-148-02-xx-DV-PE-LC_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE-LC, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -96 -96 -Connector_Samtec_HLE_THT -Samtec_HLE-148-02-xx-DV-PE_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-PE (compatible alternatives: HLE-148-02-xx-DV-PE-BE), 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -96 -96 -Connector_Samtec_HLE_THT -Samtec_HLE-148-02-xx-DV-TE_2x48_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-148-02-xx-DV-TE, 48 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -96 -96 -Connector_Samtec_HLE_THT -Samtec_HLE-149-02-xx-DV-PE-LC_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE-LC, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -98 -98 -Connector_Samtec_HLE_THT -Samtec_HLE-149-02-xx-DV-PE_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-PE (compatible alternatives: HLE-149-02-xx-DV-PE-BE), 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -98 -98 -Connector_Samtec_HLE_THT -Samtec_HLE-149-02-xx-DV-TE_2x49_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-149-02-xx-DV-TE, 49 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -98 -98 -Connector_Samtec_HLE_THT -Samtec_HLE-150-02-xx-DV-PE-LC_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE-LC, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -100 -100 -Connector_Samtec_HLE_THT -Samtec_HLE-150-02-xx-DV-PE_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-PE (compatible alternatives: HLE-150-02-xx-DV-PE-BE), 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -100 -100 -Connector_Samtec_HLE_THT -Samtec_HLE-150-02-xx-DV-TE_2x50_P2.54mm_Horizontal -Samtec HLE .100" Tiger Beam Cost-effective Single Beam Socket Strip, HLE-150-02-xx-DV-TE, 50 Pins per row (http://suddendocs.samtec.com/prints/hle-1xx-02-xx-dv-xe-xx-mkt.pdf, http://suddendocs.samtec.com/prints/hle-thru.pdf), generated with kicad-footprint-generator -connector Samtec HLE top entry -0 -100 -100 -Connector_Samtec_HPM_THT -Samtec_HPM-01-01-x-S_Straight_1x01_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x01, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x01 5.08mm single row -0 -1 -1 -Connector_Samtec_HPM_THT -Samtec_HPM-01-05-x-S_Straight_1x01_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x01, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x01 5.08mm single row -0 -1 -1 -Connector_Samtec_HPM_THT -Samtec_HPM-02-01-x-S_Straight_1x02_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x02, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x02 5.08mm single row -0 -2 -2 -Connector_Samtec_HPM_THT -Samtec_HPM-02-05-x-S_Straight_1x02_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x02, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x02 5.08mm single row -0 -2 -2 -Connector_Samtec_HPM_THT -Samtec_HPM-03-01-x-S_Straight_1x03_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x03, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x03 5.08mm single row -0 -3 -3 -Connector_Samtec_HPM_THT -Samtec_HPM-03-05-x-S_Straight_1x03_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x03, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x03 5.08mm single row -0 -3 -3 -Connector_Samtec_HPM_THT -Samtec_HPM-04-01-x-S_Straight_1x04_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x04, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x04 5.08mm single row -0 -4 -4 -Connector_Samtec_HPM_THT -Samtec_HPM-04-05-x-S_Straight_1x04_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x04, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x04 5.08mm single row -0 -4 -4 -Connector_Samtec_HPM_THT -Samtec_HPM-05-01-x-S_Straight_1x05_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x05, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x05 5.08mm single row -0 -5 -5 -Connector_Samtec_HPM_THT -Samtec_HPM-05-05-x-S_Straight_1x05_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x05, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x05 5.08mm single row -0 -5 -5 -Connector_Samtec_HPM_THT -Samtec_HPM-06-01-x-S_Straight_1x06_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x06, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x06 5.08mm single row -0 -6 -6 -Connector_Samtec_HPM_THT -Samtec_HPM-06-05-x-S_Straight_1x06_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x06, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x06 5.08mm single row -0 -6 -6 -Connector_Samtec_HPM_THT -Samtec_HPM-07-01-x-S_Straight_1x07_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x07, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x07 5.08mm single row -0 -7 -7 -Connector_Samtec_HPM_THT -Samtec_HPM-07-05-x-S_Straight_1x07_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x07, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x07 5.08mm single row -0 -7 -7 -Connector_Samtec_HPM_THT -Samtec_HPM-08-01-x-S_Straight_1x08_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x08, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x08 5.08mm single row -0 -8 -8 -Connector_Samtec_HPM_THT -Samtec_HPM-08-05-x-S_Straight_1x08_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x08, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x08 5.08mm single row -0 -8 -8 -Connector_Samtec_HPM_THT -Samtec_HPM-09-01-x-S_Straight_1x09_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x09, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x09 5.08mm single row -0 -9 -9 -Connector_Samtec_HPM_THT -Samtec_HPM-09-05-x-S_Straight_1x09_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x09, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x09 5.08mm single row -0 -9 -9 -Connector_Samtec_HPM_THT -Samtec_HPM-10-01-x-S_Straight_1x10_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x10, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x10 5.08mm single row -0 -10 -10 -Connector_Samtec_HPM_THT -Samtec_HPM-10-05-x-S_Straight_1x10_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x10, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x10 5.08mm single row -0 -10 -10 -Connector_Samtec_HPM_THT -Samtec_HPM-11-01-x-S_Straight_1x11_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x11, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x11 5.08mm single row -0 -11 -11 -Connector_Samtec_HPM_THT -Samtec_HPM-11-05-x-S_Straight_1x11_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x11, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x11 5.08mm single row -0 -11 -11 -Connector_Samtec_HPM_THT -Samtec_HPM-12-01-x-S_Straight_1x12_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x12, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x12 5.08mm single row -0 -12 -12 -Connector_Samtec_HPM_THT -Samtec_HPM-12-05-x-S_Straight_1x12_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x12, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x12 5.08mm single row -0 -12 -12 -Connector_Samtec_HPM_THT -Samtec_HPM-13-01-x-S_Straight_1x13_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x13, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x13 5.08mm single row -0 -13 -13 -Connector_Samtec_HPM_THT -Samtec_HPM-13-05-x-S_Straight_1x13_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x13, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x13 5.08mm single row -0 -13 -13 -Connector_Samtec_HPM_THT -Samtec_HPM-14-01-x-S_Straight_1x14_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x14, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x14 5.08mm single row -0 -14 -14 -Connector_Samtec_HPM_THT -Samtec_HPM-14-05-x-S_Straight_1x14_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x14, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x14 5.08mm single row -0 -14 -14 -Connector_Samtec_HPM_THT -Samtec_HPM-15-01-x-S_Straight_1x15_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x15, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x15 5.08mm single row -0 -15 -15 -Connector_Samtec_HPM_THT -Samtec_HPM-15-05-x-S_Straight_1x15_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x15, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x15 5.08mm single row -0 -15 -15 -Connector_Samtec_HPM_THT -Samtec_HPM-16-01-x-S_Straight_1x16_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x16, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x16 5.08mm single row -0 -16 -16 -Connector_Samtec_HPM_THT -Samtec_HPM-16-05-x-S_Straight_1x16_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x16, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x16 5.08mm single row -0 -16 -16 -Connector_Samtec_HPM_THT -Samtec_HPM-17-01-x-S_Straight_1x17_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x17, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x17 5.08mm single row -0 -17 -17 -Connector_Samtec_HPM_THT -Samtec_HPM-17-05-x-S_Straight_1x17_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x17, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x17 5.08mm single row -0 -17 -17 -Connector_Samtec_HPM_THT -Samtec_HPM-18-01-x-S_Straight_1x18_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x18, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x18 5.08mm single row -0 -18 -18 -Connector_Samtec_HPM_THT -Samtec_HPM-18-05-x-S_Straight_1x18_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x18, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x18 5.08mm single row -0 -18 -18 -Connector_Samtec_HPM_THT -Samtec_HPM-19-01-x-S_Straight_1x19_Pitch5.08mm -Through hole straight Samtec HPM power header series 11.94mm post length, 1x19, 5.08mm pitch, single row -Through hole Samtec HPM power header series 11.94mm post length THT 1x19 5.08mm single row -0 -19 -19 -Connector_Samtec_HPM_THT -Samtec_HPM-19-05-x-S_Straight_1x19_Pitch5.08mm -Through hole straight Samtec HPM power header series 3.81mm post length, 1x19, 5.08mm pitch, single row -Through hole Samtec HPM power header series 3.81mm post length THT 1x19 5.08mm single row -0 -19 -19 -Connector_Samtec_HSEC8 -Samtec_HSEC8-109-01-X-DV-A-BL_2x09_P0.8mm_Pol04_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -18 -Connector_Samtec_HSEC8 -Samtec_HSEC8-109-01-X-DV-A-WT_2x09_P0.8mm_Pol04_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -18 -Connector_Samtec_HSEC8 -Samtec_HSEC8-109-01-X-DV-A_2x09_P0.8mm_Pol04_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -18 -18 -Connector_Samtec_HSEC8 -Samtec_HSEC8-109-01-X-DV_2x09_P0.8mm_Pol04_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -18 -18 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-01-X-DV-A-BL_2x10_P0.8mm_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -22 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-01-X-DV-A-WT_2x10_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -22 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-01-X-DV-A_2x10_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-01-X-DV_2x10_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-03-X-DV-A-WT_2x10_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -22 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-03-X-DV-A_2x10_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-110-03-X-DV_2x10_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -20 -20 -Connector_Samtec_HSEC8 -Samtec_HSEC8-113-01-X-DV-A-BL_2x13_P0.8mm_Pol06_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -28 -26 -Connector_Samtec_HSEC8 -Samtec_HSEC8-113-01-X-DV-A-WT_2x13_P0.8mm_Pol06_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -28 -26 -Connector_Samtec_HSEC8 -Samtec_HSEC8-113-01-X-DV-A_2x13_P0.8mm_Pol06_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -26 -26 -Connector_Samtec_HSEC8 -Samtec_HSEC8-113-01-X-DV_2x13_P0.8mm_Pol06_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -26 -26 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-01-X-DV-A-BL_2x20_P0.8mm_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -42 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-01-X-DV-A-WT_2x20_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -42 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-01-X-DV-A_2x20_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -40 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-01-X-DV_2x20_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -40 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-03-X-DV-A-WT_2x20_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -42 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-03-X-DV-A_2x20_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -40 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-120-03-X-DV_2x20_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -40 -40 -Connector_Samtec_HSEC8 -Samtec_HSEC8-125-01-X-DV-A-BL_2x25_P0.8mm_Pol06_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -52 -50 -Connector_Samtec_HSEC8 -Samtec_HSEC8-125-01-X-DV-A-WT_2x25_P0.8mm_Pol06_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -52 -50 -Connector_Samtec_HSEC8 -Samtec_HSEC8-125-01-X-DV-A_2x25_P0.8mm_Pol06_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -50 -50 -Connector_Samtec_HSEC8 -Samtec_HSEC8-125-01-X-DV_2x25_P0.8mm_Pol06_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -50 -50 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-01-X-DV-A-BL_2x30_P0.8mm_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -62 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-01-X-DV-A-WT_2x30_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -62 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-01-X-DV-A_2x30_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -60 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-01-X-DV_2x30_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -60 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-03-X-DV-A-WT_2x30_P0.8mm_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -62 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-03-X-DV-A_2x30_P0.8mm_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -60 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-130-03-X-DV_2x30_P0.8mm_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -60 -60 -Connector_Samtec_HSEC8 -Samtec_HSEC8-137-01-X-DV-A-BL_2x37_P0.8mm_Pol21_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -76 -74 -Connector_Samtec_HSEC8 -Samtec_HSEC8-137-01-X-DV-A-WT_2x37_P0.8mm_Pol21_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -76 -74 -Connector_Samtec_HSEC8 -Samtec_HSEC8-137-01-X-DV-A_2x37_P0.8mm_Pol21_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -74 -74 -Connector_Samtec_HSEC8 -Samtec_HSEC8-137-01-X-DV_2x37_P0.8mm_Pol21_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -74 -74 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-01-X-DV-A-BL_2x40_P0.8mm_Pol22_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -82 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-01-X-DV-A-WT_2x40_P0.8mm_Pol22_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -82 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-01-X-DV-A_2x40_P0.8mm_Pol22_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -80 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-01-X-DV_2x40_P0.8mm_Pol22_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -80 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-03-X-DV-A-WT_2x40_P0.8mm_Pol22_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -82 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-03-X-DV-A_2x40_P0.8mm_Pol22_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -80 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-140-03-X-DV_2x40_P0.8mm_Pol22_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -80 -80 -Connector_Samtec_HSEC8 -Samtec_HSEC8-149-01-X-DV-A-BL_2x49_P0.8mm_Pol27_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -98 -Connector_Samtec_HSEC8 -Samtec_HSEC8-149-01-X-DV-A-WT_2x49_P0.8mm_Pol27_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -98 -Connector_Samtec_HSEC8 -Samtec_HSEC8-149-01-X-DV-A_2x49_P0.8mm_Pol27_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -98 -98 -Connector_Samtec_HSEC8 -Samtec_HSEC8-149-01-X-DV_2x49_P0.8mm_Pol27_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -98 -98 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-01-X-DV-A-BL_2x50_P0.8mm_Pol27_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -102 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-01-X-DV-A-WT_2x50_P0.8mm_Pol27_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -102 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-01-X-DV-A_2x50_P0.8mm_Pol27_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-01-X-DV_2x50_P0.8mm_Pol27_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-03-X-DV-A-WT_2x50_P0.8mm_Pol27_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -102 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-03-X-DV-A_2x50_P0.8mm_Pol27_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-150-03-X-DV_2x50_P0.8mm_Pol27_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -100 -100 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-01-X-DV-A-BL_2x60_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -122 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-01-X-DV-A-WT_2x60_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -122 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-01-X-DV-A_2x60_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -120 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-01-X-DV_2x60_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -120 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-03-X-DV-A-WT_2x60_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -122 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-03-X-DV-A_2x60_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -120 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-160-03-X-DV_2x60_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -120 -120 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-01-X-DV-A-BL_2x70_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -142 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-01-X-DV-A-WT_2x70_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -142 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-01-X-DV-A_2x70_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -140 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-01-X-DV_2x70_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -140 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-03-X-DV-A-WT_2x70_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -142 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-03-X-DV-A_2x70_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -140 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-170-03-X-DV_2x70_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -140 -140 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-01-X-DV-A-BL_2x80_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -162 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-01-X-DV-A-WT_2x80_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -162 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-01-X-DV-A_2x80_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -160 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-01-X-DV_2x80_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -160 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-03-X-DV-A-WT_2x80_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -162 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-03-X-DV-A_2x80_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -160 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-180-03-X-DV_2x80_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -160 -160 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-01-X-DV-A-BL_2x90_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -182 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-01-X-DV-A-WT_2x90_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -182 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-01-X-DV-A_2x90_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -180 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-01-X-DV_2x90_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -180 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-03-X-DV-A-WT_2x90_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -182 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-03-X-DV-A_2x90_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -180 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-190-03-X-DV_2x90_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -180 -180 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-01-X-DV-A-BL_2x100_P0.8mm_Pol32_Socket_WeldTabs_BoardLocks -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs, board locks (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -202 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-01-X-DV-A-WT_2x100_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -202 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-01-X-DV-A_2x100_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -200 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-01-X-DV_2x100_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 1.57mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -200 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-03-X-DV-A-WT_2x100_P0.8mm_Pol32_Socket_WeldTabs -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins, weld tabs (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -202 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-03-X-DV-A_2x100_P0.8mm_Pol32_Socket_AlignmentPins -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical, alignment pins (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -200 -200 -Connector_Samtec_HSEC8 -Samtec_HSEC8-1100-03-X-DV_2x100_P0.8mm_Pol32_Socket -0.8 mm Highspeed card edge card connector socket for 2.36mm PCBs, vertical (source: https://suddendocs.samtec.com/prints/hsec8-1xxx-xx-xx-dv-x-xx-footprint.pdf) -conn samtec card-edge socket high-speed -0 -200 -200 -Connector_Samtec_MicroMate -Samtec_T1M-02-X-S-RA_1x02-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -4 -3 -Connector_Samtec_MicroMate -Samtec_T1M-02-X-S-V_1x02-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -4 -3 -Connector_Samtec_MicroMate -Samtec_T1M-02-X-SH-L_1x02-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -4 -3 -Connector_Samtec_MicroMate -Samtec_T1M-02-X-SV-L_1x02-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -4 -3 -Connector_Samtec_MicroMate -Samtec_T1M-03-X-S-RA_1x03-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -5 -4 -Connector_Samtec_MicroMate -Samtec_T1M-03-X-S-V_1x03-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -5 -4 -Connector_Samtec_MicroMate -Samtec_T1M-03-X-SH-L_1x03-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -5 -4 -Connector_Samtec_MicroMate -Samtec_T1M-03-X-SV-L_1x03-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -5 -4 -Connector_Samtec_MicroMate -Samtec_T1M-04-X-S-RA_1x04-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -6 -5 -Connector_Samtec_MicroMate -Samtec_T1M-04-X-S-V_1x04-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -6 -5 -Connector_Samtec_MicroMate -Samtec_T1M-04-X-SH-L_1x04-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -6 -5 -Connector_Samtec_MicroMate -Samtec_T1M-04-X-SV-L_1x04-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -6 -5 -Connector_Samtec_MicroMate -Samtec_T1M-05-X-S-RA_1x05-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -7 -6 -Connector_Samtec_MicroMate -Samtec_T1M-05-X-S-V_1x05-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -7 -6 -Connector_Samtec_MicroMate -Samtec_T1M-05-X-SH-L_1x05-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -7 -6 -Connector_Samtec_MicroMate -Samtec_T1M-05-X-SV-L_1x05-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -7 -6 -Connector_Samtec_MicroMate -Samtec_T1M-06-X-S-RA_1x06-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -8 -7 -Connector_Samtec_MicroMate -Samtec_T1M-06-X-S-V_1x06-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -8 -7 -Connector_Samtec_MicroMate -Samtec_T1M-06-X-SH-L_1x06-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -8 -7 -Connector_Samtec_MicroMate -Samtec_T1M-06-X-SV-L_1x06-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -8 -7 -Connector_Samtec_MicroMate -Samtec_T1M-07-X-S-RA_1x07-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -9 -8 -Connector_Samtec_MicroMate -Samtec_T1M-07-X-S-V_1x07-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -9 -8 -Connector_Samtec_MicroMate -Samtec_T1M-07-X-SH-L_1x07-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -9 -8 -Connector_Samtec_MicroMate -Samtec_T1M-07-X-SV-L_1x07-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -9 -8 -Connector_Samtec_MicroMate -Samtec_T1M-08-X-S-RA_1x08-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -10 -9 -Connector_Samtec_MicroMate -Samtec_T1M-08-X-S-V_1x08-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -10 -9 -Connector_Samtec_MicroMate -Samtec_T1M-08-X-SH-L_1x08-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -10 -9 -Connector_Samtec_MicroMate -Samtec_T1M-08-X-SV-L_1x08-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -10 -9 -Connector_Samtec_MicroMate -Samtec_T1M-09-X-S-RA_1x09-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -11 -10 -Connector_Samtec_MicroMate -Samtec_T1M-09-X-S-V_1x09-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -11 -10 -Connector_Samtec_MicroMate -Samtec_T1M-09-X-SH-L_1x09-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -11 -10 -Connector_Samtec_MicroMate -Samtec_T1M-09-X-SV-L_1x09-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -11 -10 -Connector_Samtec_MicroMate -Samtec_T1M-10-X-S-RA_1x10-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -12 -11 -Connector_Samtec_MicroMate -Samtec_T1M-10-X-S-V_1x10-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -12 -11 -Connector_Samtec_MicroMate -Samtec_T1M-10-X-SH-L_1x10-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -12 -11 -Connector_Samtec_MicroMate -Samtec_T1M-10-X-SV-L_1x10-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -12 -11 -Connector_Samtec_MicroMate -Samtec_T1M-11-X-S-RA_1x11-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -13 -12 -Connector_Samtec_MicroMate -Samtec_T1M-11-X-S-V_1x11-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -13 -12 -Connector_Samtec_MicroMate -Samtec_T1M-11-X-SH-L_1x11-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -13 -12 -Connector_Samtec_MicroMate -Samtec_T1M-11-X-SV-L_1x11-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -13 -12 -Connector_Samtec_MicroMate -Samtec_T1M-12-X-S-RA_1x12-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -14 -13 -Connector_Samtec_MicroMate -Samtec_T1M-12-X-S-V_1x12-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -14 -13 -Connector_Samtec_MicroMate -Samtec_T1M-12-X-SH-L_1x12-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -14 -13 -Connector_Samtec_MicroMate -Samtec_T1M-12-X-SV-L_1x12-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -14 -13 -Connector_Samtec_MicroMate -Samtec_T1M-13-X-S-RA_1x13-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -15 -14 -Connector_Samtec_MicroMate -Samtec_T1M-13-X-S-V_1x13-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -15 -14 -Connector_Samtec_MicroMate -Samtec_T1M-13-X-SH-L_1x13-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -15 -14 -Connector_Samtec_MicroMate -Samtec_T1M-13-X-SV-L_1x13-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -15 -14 -Connector_Samtec_MicroMate -Samtec_T1M-14-X-S-RA_1x14-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -16 -15 -Connector_Samtec_MicroMate -Samtec_T1M-14-X-S-V_1x14-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -16 -15 -Connector_Samtec_MicroMate -Samtec_T1M-14-X-SH-L_1x14-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -16 -15 -Connector_Samtec_MicroMate -Samtec_T1M-14-X-SV-L_1x14-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -16 -15 -Connector_Samtec_MicroMate -Samtec_T1M-15-X-S-RA_1x15-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -17 -16 -Connector_Samtec_MicroMate -Samtec_T1M-15-X-S-V_1x15-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -17 -16 -Connector_Samtec_MicroMate -Samtec_T1M-15-X-SH-L_1x15-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -17 -16 -Connector_Samtec_MicroMate -Samtec_T1M-15-X-SV-L_1x15-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -17 -16 -Connector_Samtec_MicroMate -Samtec_T1M-16-X-S-RA_1x16-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -18 -17 -Connector_Samtec_MicroMate -Samtec_T1M-16-X-S-V_1x16-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -18 -17 -Connector_Samtec_MicroMate -Samtec_T1M-16-X-SH-L_1x16-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -18 -17 -Connector_Samtec_MicroMate -Samtec_T1M-16-X-SV-L_1x16-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -18 -17 -Connector_Samtec_MicroMate -Samtec_T1M-17-X-S-RA_1x17-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -19 -18 -Connector_Samtec_MicroMate -Samtec_T1M-17-X-S-V_1x17-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -19 -18 -Connector_Samtec_MicroMate -Samtec_T1M-17-X-SH-L_1x17-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -19 -18 -Connector_Samtec_MicroMate -Samtec_T1M-17-X-SV-L_1x17-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -19 -18 -Connector_Samtec_MicroMate -Samtec_T1M-18-X-S-RA_1x18-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -20 -19 -Connector_Samtec_MicroMate -Samtec_T1M-18-X-S-V_1x18-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -20 -19 -Connector_Samtec_MicroMate -Samtec_T1M-18-X-SH-L_1x18-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -20 -19 -Connector_Samtec_MicroMate -Samtec_T1M-18-X-SV-L_1x18-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -20 -19 -Connector_Samtec_MicroMate -Samtec_T1M-19-X-S-RA_1x19-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -21 -20 -Connector_Samtec_MicroMate -Samtec_T1M-19-X-S-V_1x19-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -21 -20 -Connector_Samtec_MicroMate -Samtec_T1M-19-X-SH-L_1x19-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -21 -20 -Connector_Samtec_MicroMate -Samtec_T1M-19-X-SV-L_1x19-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -21 -20 -Connector_Samtec_MicroMate -Samtec_T1M-20-X-S-RA_1x20-1MP_P1.0mm_Terminal_Horizontal -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal (Right Angle) (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -22 -21 -Connector_Samtec_MicroMate -Samtec_T1M-20-X-S-V_1x20-1MP_P1.0mm_Terminal_Vertical -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -22 -21 -Connector_Samtec_MicroMate -Samtec_T1M-20-X-SH-L_1x20-1MP_P1.0mm_Terminal_Horizontal_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Horizontal, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -22 -21 -Connector_Samtec_MicroMate -Samtec_T1M-20-X-SV-L_1x20-1MP_P1.0mm_Terminal_Vertical_Latch -Samtec Micro Mate Discrete Wire Terminal Strip, 1.00 mm Pitch, Single Row, Vertical, Latch (source: https://suddendocs.samtec.com/prints/t1m-single-row-footprint.pdf) -conn samtec discrete wire terminal -0 -22 -21 -Connector_Stocko -Stocko_MKS_1651-6-0-202_1x2_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -2 -2 -Connector_Stocko -Stocko_MKS_1652-6-0-202_1x2_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -2 -2 -Connector_Stocko -Stocko_MKS_1653-6-0-303_1x3_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -3 -3 -Connector_Stocko -Stocko_MKS_1654-6-0-404_1x4_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -4 -4 -Connector_Stocko -Stocko_MKS_1655-6-0-505_1x5_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -5 -5 -Connector_Stocko -Stocko_MKS_1656-6-0-606_1x6_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -6 -6 -Connector_Stocko -Stocko_MKS_1657-6-0-707_1x7_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -7 -7 -Connector_Stocko -Stocko_MKS_1658-6-0-808_1x8_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -8 -8 -Connector_Stocko -Stocko_MKS_1659-6-0-909_1x9_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -9 -9 -Connector_Stocko -Stocko_MKS_1660-6-0-1010_1x10_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -10 -10 -Connector_Stocko -Stocko_MKS_1661-6-0-1111_1x11_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -11 -11 -Connector_Stocko -Stocko_MKS_1662-6-0-1212_1x12_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -12 -12 -Connector_Stocko -Stocko_MKS_1663-6-0-1313_1x13_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -13 -13 -Connector_Stocko -Stocko_MKS_1664-6-0-1414_1x14_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -14 -14 -Connector_Stocko -Stocko_MKS_1665-6-0-1515_1x15_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -15 -15 -Connector_Stocko -Stocko_MKS_1666-6-0-1616_1x16_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -16 -16 -Connector_Stocko -Stocko_MKS_1667-6-0-1717_1x17_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -17 -17 -Connector_Stocko -Stocko_MKS_1668-6-0-1818_1x18_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -18 -18 -Connector_Stocko -Stocko_MKS_1669-6-0-1919_1x19_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -19 -19 -Connector_Stocko -Stocko_MKS_1670-6-0-2020_1x20_P2.50mm_Vertical -Stocko MKS 16xx series connector, (https://www.stocko-contact.com/downloads/steckverbindersystem-raster-2,5-mm.pdf#page=15), generated with kicad-footprint-generator -Stocko RFK MKS 16xx -0 -20 -20 -Connector_TE-Connectivity -TE_1-826576-3_1x13_P3.96mm_Vertical -TE, 1-826576-3, 13 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -13 -13 -Connector_TE-Connectivity -TE_1-826576-5_1x15_P3.96mm_Vertical -TE, 1-826576-5, 15 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -15 -15 -Connector_TE-Connectivity -TE_1-826576-6_1x16_P3.96mm_Vertical -TE, 1-826576-6, 16 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -16 -16 -Connector_TE-Connectivity -TE_1-826576-7_1x17_P3.96mm_Vertical -TE, 1-826576-7, 17 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -17 -17 -Connector_TE-Connectivity -TE_1-826576-8_1x18_P3.96mm_Vertical -TE, 1-826576-8, 18 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -18 -18 -Connector_TE-Connectivity -TE_2-826576-0_1x20_P3.96mm_Vertical -TE, 2-826576-0, 20 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -20 -20 -Connector_TE-Connectivity -TE_3-826576-6_1x36_P3.96mm_Vertical -TE, 3-826576-6, 36 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -36 -36 -Connector_TE-Connectivity -TE_440054-2_1x02_P2.00mm_Vertical -TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Vertical Header: https://www.te.com/usa-en/product-440054-2.datasheet.pdf -connector header hdr horizontal vertical shrouded fully-shrounded 440054-2 2-440054-2 4-440054-2 6-440054-2 2-440054-6 4-440054-6 6-440054-6 -0 -2 -2 -Connector_TE-Connectivity -TE_440055-2_1x02_P2.00mm_Horizontal -TE Connectivity, HDI, Wire-to-Board, Fully Shrouded, Header: https://www.te.com/usa-en/product-440055-2.datasheet.pdf -connector header hdr horizontal right-angle shrouded fully-shrounded 440055-2 2-440055-2 4-440055-2 6-440055-2 8-440055-2 -0 -2 -2 -Connector_TE-Connectivity -TE_826576-2_1x02_P3.96mm_Vertical -TE, 826576-2, 2 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -2 -2 -Connector_TE-Connectivity -TE_826576-3_1x03_P3.96mm_Vertical -TE, 826576-3, 3 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -3 -3 -Connector_TE-Connectivity -TE_826576-5_1x05_P3.96mm_Vertical -TE, 826576-5, 5 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -5 -5 -Connector_TE-Connectivity -TE_826576-6_1x06_P3.96mm_Vertical -TE, 826576-6, 6 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -6 -6 -Connector_TE-Connectivity -TE_826576-7_1x07_P3.96mm_Vertical -TE, 826576-7, 7 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -7 -7 -Connector_TE-Connectivity -TE_826576-8_1x08_P3.96mm_Vertical -TE, 826576-8, 8 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -8 -8 -Connector_TE-Connectivity -TE_826576-9_1x09_P3.96mm_Vertical -TE, 826576-9, 9 Pins (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=826576&DocType=Customer+Drawing&DocLang=English), generated with kicad-footprint-generator -connector TE 826576 vertical -0 -9 -9 -Connector_TE-Connectivity -TE_2834006-1_1x01_P4.0mm_Horizontal -TE Connectivity Buchanan WireMate connector, Poke-In series, 1-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 -wire connector -0 -2 -1 -Connector_TE-Connectivity -TE_2834006-2_1x02_P4.0mm_Horizontal -TE Connectivity Buchanan WireMate connector, Poke-In series, 2-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 -wire connector -0 -4 -2 -Connector_TE-Connectivity -TE_2834006-3_1x03_P4.0mm_Horizontal -TE Connectivity Buchanan WireMate connector, Poke-In series, 3-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 -wire connector -0 -6 -3 -Connector_TE-Connectivity -TE_2834006-4_1x04_P4.0mm_Horizontal -TE Connectivity Buchanan WireMate connector, Poke-In series, 4-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 -wire connector -0 -8 -4 -Connector_TE-Connectivity -TE_2834006-5_1x05_P4.0mm_Horizontal -TE Connectivity Buchanan WireMate connector, Poke-In series, 5-way, 4.0mm pitch, AWG18-22 (0.3255-0.823mm2), https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F2834006%7FB6%7Fpdf%7FEnglish%7FENG_CD_2834006_B6.pdf%7F2834006-1 -wire connector -0 -10 -5 -Connector_TE-Connectivity -TE_5767171-1_2x19_P0.635mm_Vertical -PCB Mount Receptacle, Vertical, Board-to-Board, 38 Position, 24.003mm / .64mm [.945in] Centerline, Header Only, Palladium Nickel (https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F5767171%7FB2%7Fpdf%7FEnglish%7FENG_CD_5767171_B2.pdf%7F5767171-1#page=2) -mictor38 receptacle board-to-board -0 -43 -39 -Connector_TE-Connectivity -TE_AMPSEAL_1-776087-x_3Rows_23_P0.4mm_Horizontal -Connector -TE 776087 -0 -23 -23 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770182-x_3x03_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770182-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -9 -9 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770186-x_3x04_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770186-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -12 -12 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770190-x_3x05_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770190-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -15 -15 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770621-x_2x06_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770621-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -12 -12 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770858-x_2x05_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770858-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -10 -10 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770866-x_1x02_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770866-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -2 -2 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770870-x_1x03_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770870-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -3 -3 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770874-x_2x02_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770874-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -4 -4 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770875-x_2x03_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770875-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -6 -6 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770966-x_1x02_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770966-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -2 -2 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770967-x_1x03_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770967-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -3 -3 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770968-x_2x02_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770968-x, 2 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -4 -4 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770969-x_2x03_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770969-x, 3 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -6 -6 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770970-x_2x04_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770970-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -8 -8 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770971-x_2x05_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770971-x, 5 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -10 -10 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770972-x_2x06_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770972-x, 6 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -12 -12 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770973-x_2x07_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770973-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -14 -14 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-770974-x_2x08_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-770974-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -16 -16 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794067-x_2x07_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794067-x, 7 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -14 -14 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794068-x_2x08_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794068-x, 8 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -16 -16 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794069-x_2x09_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794069-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -18 -18 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794070-x_2x10_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794070-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -20 -20 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794071-x_2x11_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794071-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -22 -22 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794072-x_2x12_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794072-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -24 -24 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794073-x_2x04_P4.14mm_Vertical -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794073-x, 4 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK side entry -0 -8 -8 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794105-x_2x09_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794105-x, 9 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -18 -18 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794106-x_2x10_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794106-x, 10 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -20 -20 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794107-x_2x11_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794107-x, 11 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -22 -22 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794108-x_2x12_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794108-x, 12 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -24 -24 -Connector_TE-Connectivity -TE_MATE-N-LOK_1-794374-x_1x01_P4.14mm_Horizontal -Molex Mini-Universal MATE-N-LOK, old mpn/engineering number: 1-794374-x, 1 Pins per row (http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=82181_SOFTSHELL_HIGH_DENSITY&DocType=CS&DocLang=EN), generated with kicad-footprint-generator -connector TE MATE-N-LOK top entry -0 -1 -1 -Connector_TE-Connectivity -TE_MATE-N-LOK_350211-1_1x04_P5.08mm_Vertical -https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F350211%7FU5%7Fpdf%7FEnglish%7FENG_CD_350211_U5.pdf%7F350211-1 -connector TE MATE-N-LOK top entry ATA PATA IDE 5.25 inch floppy drive power -0 -4 -4 -Connector_TE-Connectivity -TE_Micro-MaTch_1-215079-0_2x05_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 10 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 1-215079-0 8-215079-10 -0 -10 -10 -Connector_TE-Connectivity -TE_Micro-MaTch_1-215079-2_2x06_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 12 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 1-215079-2 8-215079-12 -0 -12 -12 -Connector_TE-Connectivity -TE_Micro-MaTch_1-215079-4_2x07_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 14 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 1-215079-4 8-215079-14 -0 -14 -14 -Connector_TE-Connectivity -TE_Micro-MaTch_1-215079-6_2x08_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 16 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 1-215079-6 8-215079-16 -0 -16 -16 -Connector_TE-Connectivity -TE_Micro-MaTch_1-215079-8_2x09_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 18 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 1-215079-8 8-215079-18 -0 -18 -18 -Connector_TE-Connectivity -TE_Micro-MaTch_2-215079-0_2x10_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 20 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 2-215079-0 9-215079-20 -0 -20 -20 -Connector_TE-Connectivity -TE_Micro-MaTch_215079-4_2x02_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 4 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 215079-4 7-215079-4 -0 -4 -4 -Connector_TE-Connectivity -TE_Micro-MaTch_215079-6_2x03_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 6 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 215079-6 7-215079-6 -0 -6 -6 -Connector_TE-Connectivity -TE_Micro-MaTch_215079-8_2x04_P1.27mm_Vertical -TE-Connectivity Micro-MaTch female-on-board top-entry thru-hole 8 pin connector, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F215079%7FY1%7Fpdf%7FEnglish%7FENG_CD_215079_Y1.pdf%7F215079-4 -connector TE-Connectivity Micro-MaTch Vertical 215079-8 7-215079-8 -0 -8 -8 -Connector_USB -USB3_A_Molex_48393-001 -USB 3.0, type A, right angle (http://www.molex.com/pdm_docs/sd/483930003_sd.pdf) -USB 3.0 type A right angle -0 -13 -10 -Connector_USB -USB3_A_Molex_48406-0001_Horizontal_Stacked -USB 3.0, type A, right angle, stacked (https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/salesdrawingpdf/484/48406/484060001_sd.pdf) -USB 3.0 type A right angle stacked dual -0 -22 -19 -Connector_USB -USB3_A_Plug_Wuerth_692112030100_Horizontal -USB3 type A Plug, Horizontal, http://katalog.we-online.de/em/datasheet/692112030100.pdf -usb A plug horizontal -0 -11 -10 -Connector_USB -USB3_A_Receptacle_Wuerth_692122030100 -USB 3.0, type A, right angle (https://www.we-online.com/katalog/datasheet/692122030100.pdf) -USB 3.0 type A right angle Würth -0 -11 -10 -Connector_USB -USB3_Micro-B_Connfly_DS1104-01 -Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://en.connfly.com/static/upload/file/pdf/DS1104-01.pdf) -USB 3.0 Micro B SMD right angle -0 -16 -11 -Connector_USB -USB_A_CNCTech_1001-011-01101_Horizontal -USB type A Plug, Horizontal, http://cnctech.us/pdfs/1001-011-01101.pdf -USB-A -0 -6 -5 -Connector_USB -USB_A_CONNFLY_DS1095-WNR0 -http://www.connfly.com/userfiles/image/UpLoadFile/File/2013/5/6/DS1095.pdf -USB-A receptacle horizontal through-hole -0 -6 -5 -Connector_USB -USB_A_CUI_UJ2-ADH-TH_Horizontal_Stacked -USB-A two stacked horizontal receptacle, through-hole (https://www.cuidevices.com/product/resource/uj2-adh-th.pdf) -USB-A CUI stacked horizontal through-hole -0 -12 -9 -Connector_USB -USB_A_Molex_67643_Horizontal -USB type A, Horizontal, https://www.molex.com/pdm_docs/sd/676433910_sd.pdf -USB_A Female Connector receptacle -0 -6 -5 -Connector_USB -USB_A_Molex_105057_Vertical -https://www.molex.com/pdm_docs/sd/1050570001_sd.pdf -USB A Vertical -0 -7 -5 -Connector_USB -USB_A_Receptacle_GCT_USB1046 -GCT USB1046, USB Type A, https://gct.co/files/drawings/usb1046.pdf -USB SMD Type-A Receptacle Right Angle -0 -8 -5 -Connector_USB -USB_A_Stewart_SS-52100-001_Horizontal -USB A connector https://belfuse.com/resources/drawings/stewartconnector/dr-stw-ss-52100-001.pdf -USB_A Female Connector receptacle -0 -6 -5 -Connector_USB -USB_A_TE_292303-7_Horizontal -USB type A, Horizontal, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=292303&DocType=Customer+Drawing&DocLang=English -USB_A Female Connector receptacle -0 -6 -5 -Connector_USB -USB_A_Wuerth_614004134726_Horizontal -USB A connector https://www.we-online.com/catalog/datasheet/614004134726.pdf -USB_A Female Connector receptacle -0 -8 -5 -Connector_USB -USB_A_Wuerth_61400826021_Horizontal_Stacked -Stacked USB A connector http://katalog.we-online.de/em/datasheet/61400826021.pdf -Wuerth stacked USB_A -0 -12 -9 -Connector_USB -USB_B_Amphenol_MUSB-D511_Vertical_Rugged -A,phenol MUSB_D511, USB B female connector, straight, rugged, https://www.amphenolcanada.com/ProductSearch/drawings/AC/MUSBD511XX.pdf -USB_B_MUSB_Straight female connector straight rugged MUSB D511 -0 -6 -5 -Connector_USB -USB_B_Lumberg_2411_02_Horizontal -USB 2.0 receptacle type B, horizontal version, through-hole, https://downloads.lumberg.com/datenblaetter/en/2411_02.pdf -USB B receptacle horizontal through-hole -0 -6 -5 -Connector_USB -USB_B_OST_USB-B1HSxx_Horizontal -USB B receptacle, Horizontal, through-hole, http://www.on-shore.com/wp-content/uploads/2015/09/usb-b1hsxx.pdf -USB-B receptacle horizontal through-hole -0 -6 -5 -Connector_USB -USB_B_TE_5787834_Vertical -http://www.mouser.com/ds/2/418/NG_CD_5787834_A4-669110.pdf -USB_B USB B vertical female connector -0 -6 -5 -Connector_USB -USB_C_Plug_JAE_DX07P024AJ1 -Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, https://www.jae.com/en/searchfilter/?topics_keyword=DX07P024AJ1&mainItemSelect=1 -USB Type-C Plug Edge Mount -0 -30 -25 -Connector_USB -USB_C_Plug_Molex_105444 -Universal Serial Bus (USB) Shielded I/O Plug, Type C, Right Angle, Surface Mount, http://www.molex.com/pdm_docs/sd/1054440001_sd.pdf -USB Type-C Plug Edge Mount -0 -24 -23 -Connector_USB -USB_C_Plug_ShenzhenJingTuoJin_918-118A2021Y40002_Vertical -Low-profile vertical USB 2.0 Type C Plug Shenzhen Jing Tuo Jin Electronics Co 918-118A2021Y40002 ( https://datasheet.lcsc.com/lcsc/1912111437_Jing-Extension-of-the-Electronic-Co--918-118A2021Y40002_C399939.pdf ) also compatible with Korean HRO Parts Elec TYPE-C-31-G-06 -type-c usb2 -0 -18 -17 -Connector_USB -USB_C_Receptacle_Amphenol_12401548E4-2A -USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A -USB C Type-C Receptacle Hybrid -0 -28 -25 -Connector_USB -USB_C_Receptacle_Amphenol_12401548E4-2A_CircularHoles -USB TYPE C, RA RCPT PCB, Hybrid, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401548E4%7e2A -USB C Type-C Receptacle Hybrid -0 -28 -25 -Connector_USB -USB_C_Receptacle_Amphenol_12401610E4-2A -USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A -USB C Type-C Receptacle SMD -0 -28 -25 -Connector_USB -USB_C_Receptacle_Amphenol_12401610E4-2A_CircularHoles -USB TYPE C, RA RCPT PCB, SMT, https://www.amphenolcanada.com/StockAvailabilityPrice.aspx?From=&PartNum=12401610E4%7e2A -USB C Type-C Receptacle SMD -0 -28 -25 -Connector_USB -USB_C_Receptacle_CNCTech_C-ARA1-AK51X -USB Type-C 3.0 Receptacle, 24-pin, right angle (source: https://www.cnctech.us/pdfs/C-ARA1-AK512.pdf) -USB C Type-C Receptacle Hybrid CNCTech C-ARA1-AK51X -0 -32 -25 -Connector_USB -USB_C_Receptacle_G-Switch_GT-USB-7010ASV -USB Type C, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2204071530_G-Switch-GT-USB-7010ASV_C2988369.pdf -USB C Type-C Receptacle SMD -0 -20 -17 -Connector_USB -USB_C_Receptacle_G-Switch_GT-USB-7051x -USB Type C, vertical, SMT, https://datasheet.lcsc.com/lcsc/2108072030_G-Switch-GT-USB-7051A_C2843970.pdf -USB C Type-C Receptacle SMD GT-USB-7051A GT-USB-7051B -0 -20 -17 -Connector_USB -USB_C_Receptacle_GCT_USB4085 -USB 2.0 Type C Receptacle, https://gct.co/Files/Drawings/USB4085.pdf -USB Type-C Receptacle Through-hole Right angle -0 -20 -17 -Connector_USB -USB_C_Receptacle_GCT_USB4105-xx-A_16P_TopMnt_Horizontal -USB 2.0 Type C Receptacle, GCT, 16P, top mounted, horizontal, 5A: https://gct.co/files/drawings/usb4105.pdf -USB C Type-C Receptacle SMD USB 2.0 16P 16C USB4105-15-A USB4105-15-A-060 USB4105-15-A-120 USB4105-GF-A USB4105-GF-A-060 USB4105-GF-A-120 -0 -20 -17 -Connector_USB -USB_C_Receptacle_GCT_USB4115-03-C -USB TYPE C, VERT RCPT PCB, SMT, https://gct.co/files/drawings/usb4115.pdf -USB C Type-C Receptacle SMD -0 -28 -25 -Connector_USB -USB_C_Receptacle_GCT_USB4135-GF-A_6P_TopMnt_Horizontal -USB Type C Receptacle, GCT, power-only, 6P, top mounted, horizontal, 3A: https://gct.co/files/drawings/usb4135.pdf -USB C Type-C Receptacle SMD USB Power-only Charging-only 6P 6C USB4135-GF-A -0 -10 -7 -Connector_USB -USB_C_Receptacle_HCTL_HC-TYPE-C-16P-01A -16-pin USB-C receptacle, USB2.0 and PD, 5A VBUS rating, https://datasheet.lcsc.com/lcsc/2211161000_HCTL-HC-TYPE-C-16P-01A_C2894897.pdf -usb usb-c 2.0 pd -0 -20 -17 -Connector_USB -USB_C_Receptacle_HRO_TYPE-C-31-M-12 -USB Type-C receptacle for USB 2.0 and PD, http://www.krhro.com/uploads/soft/180320/1-1P320120243.pdf -usb usb-c 2.0 pd -0 -20 -17 -Connector_USB -USB_C_Receptacle_JAE_DX07S016JA1R1500 -USB TYPE C, USB 2.0, SMT, https://www.jae.com/en/connectors/series/detail/product/id=91780 -USB C Type-C Receptacle SMD USB 2.0 -0 -22 -17 -Connector_USB -USB_C_Receptacle_JAE_DX07S024WJ1R350 -http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117219.pdf -USB C Type-C Receptacle SMD -0 -30 -25 -Connector_USB -USB_C_Receptacle_JAE_DX07S024WJ3R400 -USB TYPE C, VERT RCPT PCB, SMT, http://www.jae.com/z-en/pdf_download_exec.cfm?param=SJ117928.pdf -USB C Type-C Receptacle SMD -0 -28 -25 -Connector_USB -USB_C_Receptacle_Molex_105450-0101 -USB 3.0 3.1 3.2 4.0 Type-C receptable, through-hole mount, SMD, right-angle (https://www.molex.com/pdm_docs/sd/1054500101_sd.pdf) -USB C Type-C USB3 receptacle SMD -0 -28 -25 -Connector_USB -USB_C_Receptacle_Palconn_UTC16-G -http://www.palpilot.com/wp-content/uploads/2017/05/UTC027-GKN-OR-Rev-A.pdf -USB C Type-C Receptacle USB2.0 -0 -20 -17 -Connector_USB -USB_C_Receptacle_XKB_U262-16XN-4BVC11 -USB Type C, right-angle, SMT, https://datasheet.lcsc.com/szlcsc/1811141824_XKB-Enterprise-U262-161N-4BVC11_C319148.pdf -USB C Type-C Receptacle SMD -0 -20 -17 -Connector_USB -USB_Micro-AB_Molex_47590-0001 -Micro USB AB receptable, right-angle inverted (https://www.molex.com/pdm_docs/sd/475900001_sd.pdf) -Micro AB USB SMD -0 -14 -6 -Connector_USB -USB_Micro-B_Amphenol_10103594-0001LF_Horizontal -Micro USB Type B 10103594-0001LF, http://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10103594.pdf -USB USB_B USB_micro USB_OTG -0 -17 -6 -Connector_USB -USB_Micro-B_Amphenol_10104110_Horizontal -USB Micro-B, horizontal, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10104110.pdf -USB Micro B horizontal -0 -9 -6 -Connector_USB -USB_Micro-B_Amphenol_10118193-0001LF_Horizontal -USB Micro-B receptacle, horizontal, SMD, 10118193, with flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf -USB Micro-B horizontal SMD -0 -11 -6 -Connector_USB -USB_Micro-B_Amphenol_10118193-0002LF_Horizontal -USB Micro-B receptacle, horizontal, SMD, 10118193, without flange, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118193.pdf -USB Micro-B horizontal SMD -0 -11 -6 -Connector_USB -USB_Micro-B_Amphenol_10118194_Horizontal -USB Micro-B receptacle, horizontal, SMD, 10118194, https://cdn.amphenol-icc.com/media/wysiwyg/files/drawing/10118194.pdf -USB Micro B horizontal SMD -0 -17 -6 -Connector_USB -USB_Micro-B_GCT_USB3076-30-A -GCT Micro USB https://gct.co/files/drawings/usb3076.pdf -Micro-USB SMD Typ-B GCT -0 -11 -6 -Connector_USB -USB_Micro-B_Molex-105017-0001 -http://www.molex.com/pdm_docs/sd/1050170001_sd.pdf -Micro-USB SMD Typ-B -0 -13 -6 -Connector_USB -USB_Micro-B_Molex-105133-0001 -Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330001_sd.pdf) -Micro-USB SMD Typ-B Vertical -0 -8 -6 -Connector_USB -USB_Micro-B_Molex-105133-0031 -Molex Vertical Micro USB Typ-B (http://www.molex.com/pdm_docs/sd/1051330031_sd.pdf) -Micro-USB SMD Typ-B Vertical -0 -8 -6 -Connector_USB -USB_Micro-B_Molex_47346-0001 -Micro USB B receptable with flange, bottom-mount, SMD, right-angle (http://www.molex.com/pdm_docs/sd/473460001_sd.pdf) -Micro B USB SMD -0 -11 -6 -Connector_USB -USB_Micro-B_Technik_TWP-4002D-H3 -Dustproof Micro USB Type B TWP-4002D-H3, https://www.technik.com.hk/images/pdf_product/WP4002D-H3-A_2.0.pdf -USB Micro B horizontal dustproof waterproof IP67 -0 -7 -6 -Connector_USB -USB_Micro-B_Wuerth_614105150721_Vertical -USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf -usb micro receptacle vertical -0 -7 -6 -Connector_USB -USB_Micro-B_Wuerth_614105150721_Vertical_CircularHoles -USB Micro-B receptacle, through-hole, vertical, http://katalog.we-online.de/em/datasheet/614105150721.pdf -usb micro receptacle vertical -0 -7 -6 -Connector_USB -USB_Micro-B_Wuerth_629105150521 -USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf -usb micro receptacle -0 -9 -6 -Connector_USB -USB_Micro-B_Wuerth_629105150521_CircularHoles -USB Micro-B receptacle, http://www.mouser.com/ds/2/445/629105150521-469306.pdf -usb micro receptacle -0 -9 -6 -Connector_USB -USB_Micro-B_XKB_U254-051T-4BH83-F1S -XKB Connectivity, USB Micro-B, right-angle, SMT, https://datasheet.lcsc.com/lcsc/2206091745_XKB-Connectivity-U254-051T-4BH83-F1S_C397452.pdf -USB Micro-B Receptacle SMD -0 -11 -6 -Connector_USB -USB_Mini-B_AdamTech_MUSB-B5-S-VT-TSMT-1_SMD_Vertical -http://www.adam-tech.com/upload/MUSB-B5-S-VT-TSMT-1.pdf -USB Mini-B -0 -7 -6 -Connector_USB -USB_Mini-B_Lumberg_2486_01_Horizontal -USB Mini-B 5-pin SMD connector, http://downloads.lumberg.com/datenblaetter/en/2486_01.pdf -USB USB_B USB_Mini connector -0 -9 -6 -Connector_USB -USB_Mini-B_Tensility_54-00023_Vertical -http://www.tensility.com/pdffiles/54-00023.pdf -usb mini receptacle vertical -0 -7 -6 -Connector_USB -USB_Mini-B_Tensility_54-00023_Vertical_CircularHoles -http://www.tensility.com/pdffiles/54-00023.pdf -usb mini receptacle vertical -0 -7 -6 -Connector_USB -USB_Mini-B_Wuerth_65100516121_Horizontal -Mini USB 2.0 Type B SMT Horizontal 5 Contacts (https://katalog.we-online.de/em/datasheet/65100516121.pdf) -Mini USB 2.0 Type B -0 -9 -6 -Connector_Wago -Wago_734-132_1x02_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-132 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -2 -2 -Connector_Wago -Wago_734-133_1x03_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-133 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -3 -3 -Connector_Wago -Wago_734-134_1x04_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-134 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -4 -4 -Connector_Wago -Wago_734-135_1x05_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-135 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -5 -5 -Connector_Wago -Wago_734-136_1x06_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-136 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -6 -6 -Connector_Wago -Wago_734-137_1x07_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-137 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -7 -7 -Connector_Wago -Wago_734-138_1x08_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-138 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -8 -8 -Connector_Wago -Wago_734-139_1x09_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-139 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -9 -9 -Connector_Wago -Wago_734-140_1x10_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-140 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -10 -10 -Connector_Wago -Wago_734-141_1x11_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-141 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -11 -11 -Connector_Wago -Wago_734-142_1x12_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-142 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -12 -12 -Connector_Wago -Wago_734-143_1x13_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-143 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -13 -13 -Connector_Wago -Wago_734-144_1x14_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-144 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -14 -14 -Connector_Wago -Wago_734-146_1x16_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-146 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -16 -16 -Connector_Wago -Wago_734-148_1x18_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-148 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -18 -18 -Connector_Wago -Wago_734-150_1x20_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-150 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -20 -20 -Connector_Wago -Wago_734-154_1x24_P3.50mm_Vertical -Molex 734 Male header (for PCBs); Straight solder pin 1 x 1 mm, 734-154 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago side entry -0 -24 -24 -Connector_Wago -Wago_734-162_1x02_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-162 , 2 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -2 -2 -Connector_Wago -Wago_734-163_1x03_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-163 , 3 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -3 -3 -Connector_Wago -Wago_734-164_1x04_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-164 , 4 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -4 -4 -Connector_Wago -Wago_734-165_1x05_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-165 , 5 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -5 -5 -Connector_Wago -Wago_734-166_1x06_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-166 , 6 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -6 -6 -Connector_Wago -Wago_734-167_1x07_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-167 , 7 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -7 -7 -Connector_Wago -Wago_734-168_1x08_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-168 , 8 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -8 -8 -Connector_Wago -Wago_734-169_1x09_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-169 , 9 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -9 -9 -Connector_Wago -Wago_734-170_1x10_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-170 , 10 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -10 -10 -Connector_Wago -Wago_734-171_1x11_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-171 , 11 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -11 -11 -Connector_Wago -Wago_734-172_1x12_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-172 , 12 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -12 -12 -Connector_Wago -Wago_734-173_1x13_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-173 , 13 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -13 -13 -Connector_Wago -Wago_734-174_1x14_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-174 , 14 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -14 -14 -Connector_Wago -Wago_734-176_1x16_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-176 , 16 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -16 -16 -Connector_Wago -Wago_734-178_1x18_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-178 , 18 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -18 -18 -Connector_Wago -Wago_734-180_1x20_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-180 , 20 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -20 -20 -Connector_Wago -Wago_734-184_1x24_P3.50mm_Horizontal -Molex 734 Male header (for PCBs); Angled solder pin 1 x 1 mm, 734-184 , 24 Pins (http://www.farnell.com/datasheets/2157639.pdf), generated with kicad-footprint-generator -connector Wago top entry -0 -24 -24 -Connector_Wire -SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm -Soldered wire connection, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.1sqmm_1x01_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.1 mm² wire, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm -Soldered wire connection, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.1sqmm_1x02_P3.6mm_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm -Soldered wire connection, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.1sqmm_1x03_P3.6mm_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm -Soldered wire connection, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.1sqmm_1x04_P3.6mm_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm -Soldered wire connection, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.1sqmm_1x05_P3.6mm_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm -Soldered wire connection, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.1sqmm_1x06_P3.6mm_D0.4mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.1 mm² wires, basic insulation, conductor diameter 0.4mm, outer diameter 1mm, size source Multi-Contact FLEXI-E 0.1 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.1sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm -Soldered wire connection, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm -Soldered wire connection, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x01_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.5 mm² wire, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm -Soldered wire connection, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.6mm_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm -Soldered wire connection, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x02_P4.8mm_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm -Soldered wire connection, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.6mm_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm -Soldered wire connection, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x03_P4.8mm_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm -Soldered wire connection, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.6mm_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm -Soldered wire connection, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x04_P4.8mm_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm -Soldered wire connection, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.6mm_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm -Soldered wire connection, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x05_P4.8mm_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm -Soldered wire connection, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.6mm_D0.9mm_OD2.1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, basic insulation, conductor diameter 0.9mm, outer diameter 2.1mm, size source Multi-Contact FLEXI-E 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm -Soldered wire connection, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.5sqmm_1x06_P4.8mm_D0.9mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.5 mm² wires, reinforced insulation, conductor diameter 0.9mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-xV 0.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm -Soldered wire connection, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.15sqmm_1x01_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.15 mm² wire, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm -Soldered wire connection, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.15sqmm_1x02_P4mm_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm -Soldered wire connection, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.15sqmm_1x03_P4mm_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm -Soldered wire connection, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.15sqmm_1x04_P4mm_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm -Soldered wire connection, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.15sqmm_1x05_P4mm_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm -Soldered wire connection, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.15sqmm_1x06_P4mm_D0.5mm_OD1.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.15 mm² wires, basic insulation, conductor diameter 0.5mm, outer diameter 1.5mm, size source Multi-Contact FLEXI-E 0.15 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.15sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm -Soldered wire connection, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm -Soldered wire connection, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x01_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.25 mm² wire, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm -Soldered wire connection, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.2mm_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm -Soldered wire connection, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x02_P4.5mm_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm -Soldered wire connection, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.2mm_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm -Soldered wire connection, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x03_P4.5mm_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm -Soldered wire connection, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.2mm_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm -Soldered wire connection, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x04_P4.5mm_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm -Soldered wire connection, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.2mm_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm -Soldered wire connection, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x05_P4.5mm_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm -Soldered wire connection, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.2mm_D0.65mm_OD1.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, basic insulation, conductor diameter 0.65mm, outer diameter 1.7mm, size source Multi-Contact FLEXI-E_0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm -Soldered wire connection, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.25sqmm_1x06_P4.5mm_D0.65mm_OD2mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.25 mm² wires, reinforced insulation, conductor diameter 0.65mm, outer diameter 2mm, size source Multi-Contact FLEXI-2V 0.25 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.25sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm -Soldered wire connection, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm -Soldered wire connection, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x01_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.75 mm² wire, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm -Soldered wire connection, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x02_P4.8mm_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm -Soldered wire connection, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x02_P7mm_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm -Soldered wire connection, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x03_P4.8mm_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm -Soldered wire connection, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x03_P7mm_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm -Soldered wire connection, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x04_P4.8mm_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm -Soldered wire connection, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x04_P7mm_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm -Soldered wire connection, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x05_P4.8mm_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm -Soldered wire connection, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x05_P7mm_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm -Soldered wire connection, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x06_P4.8mm_D1.25mm_OD2.3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, basic insulation, conductor diameter 1.25mm, outer diameter 2.3mm, size source Multi-Contact FLEXI-E 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm -Soldered wire connection, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.75sqmm_1x06_P7mm_D1.25mm_OD3.5mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.75 mm² wires, reinforced insulation, conductor diameter 1.25mm, outer diameter 3.5mm, size source Multi-Contact FLEXI-xV 0.75 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.75sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm -Soldered wire connection, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -1 -1 -Connector_Wire -SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.127sqmm_1x01_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 0.127 mm² wire, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm -Soldered wire connection, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -2 -2 -Connector_Wire -SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.127sqmm_1x02_P3.7mm_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm -Soldered wire connection, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -3 -3 -Connector_Wire -SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.127sqmm_1x03_P3.7mm_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm -Soldered wire connection, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -4 -4 -Connector_Wire -SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.127sqmm_1x04_P3.7mm_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm -Soldered wire connection, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -5 -5 -Connector_Wire -SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.127sqmm_1x05_P3.7mm_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm -Soldered wire connection, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm -0 -6 -6 -Connector_Wire -SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-0.127sqmm_1x06_P3.7mm_D0.48mm_OD1mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 0.127 mm² wires, basic insulation, conductor diameter 0.48mm, outer diameter 1mm, size source Multi-Contact FLEXI-E/HK 0.127 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 0.127sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm -Soldered wire connection, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm -Soldered wire connection, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x01_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 1.5 mm² wire, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm -Soldered wire connection, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x02_P6mm_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm -Soldered wire connection, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x02_P7.8mm_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm -Soldered wire connection, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x03_P6mm_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm -Soldered wire connection, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x03_P7.8mm_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm -Soldered wire connection, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x04_P6mm_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm -Soldered wire connection, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x04_P7.8mm_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm -Soldered wire connection, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x05_P6mm_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm -Soldered wire connection, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x05_P7.8mm_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm -Soldered wire connection, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x06_P6mm_D1.7mm_OD3mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, basic insulation, conductor diameter 1.7mm, outer diameter 3mm, size source Multi-Contact FLEXI-E 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm -Soldered wire connection, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1.5sqmm_1x06_P7.8mm_D1.7mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 1.5 mm² wires, reinforced insulation, conductor diameter 1.7mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm -Soldered wire connection, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm -Soldered wire connection, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x01_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 1 mm² wire, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm -Soldered wire connection, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x02_P5.4mm_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm -Soldered wire connection, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x02_P7.8mm_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm -Soldered wire connection, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x03_P5.4mm_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm -Soldered wire connection, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x03_P7.8mm_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm -Soldered wire connection, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x04_P5.4mm_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm -Soldered wire connection, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x04_P7.8mm_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm -Soldered wire connection, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x05_P5.4mm_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm -Soldered wire connection, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x05_P7.8mm_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm -Soldered wire connection, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x06_P5.4mm_D1.4mm_OD2.7mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, basic insulation, conductor diameter 1.4mm, outer diameter 2.7mm, size source Multi-Contact FLEXI-E 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm -Soldered wire connection, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-1sqmm_1x06_P7.8mm_D1.4mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 1 mm² wires, reinforced insulation, conductor diameter 1.4mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 1.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 1sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm -Soldered wire connection, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm -Soldered wire connection, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x01_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 2.5 mm² wire, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm -Soldered wire connection, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x02_P7.2mm_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm -Soldered wire connection, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x02_P8.8mm_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm -Soldered wire connection, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x03_P7.2mm_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm -Soldered wire connection, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x03_P8.8mm_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm -Soldered wire connection, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x04_P7.2mm_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm -Soldered wire connection, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x04_P8.8mm_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm -Soldered wire connection, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x05_P7.2mm_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm -Soldered wire connection, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x05_P8.8mm_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm -Soldered wire connection, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x06_P7.2mm_D2.4mm_OD3.6mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, basic insulation, conductor diameter 2.4mm, outer diameter 3.6mm, size source Multi-Contact FLEXI-E 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm -Soldered wire connection, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2.5sqmm_1x06_P8.8mm_D2.4mm_OD4.4mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 2.5 mm² wires, reinforced insulation, conductor diameter 2.4mm, outer diameter 4.4mm, size source Multi-Contact FLEXI-xV 2.5 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2.5sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2sqmm_1x01_D2mm_OD3.9mm -Soldered wire connection, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -1 -1 -Connector_Wire -SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2sqmm_1x01_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for a single 2 mm² wire, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -1 -1 -Connector_Wire -SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm -Soldered wire connection, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -2 -2 -Connector_Wire -SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 2 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -2 -2 -Connector_Wire -SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm -Soldered wire connection, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -3 -3 -Connector_Wire -SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2sqmm_1x03_P7.8mm_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 3 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -3 -3 -Connector_Wire -SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm -Soldered wire connection, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -4 -4 -Connector_Wire -SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2sqmm_1x04_P7.8mm_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 4 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -4 -4 -Connector_Wire -SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm -Soldered wire connection, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -5 -5 -Connector_Wire -SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2sqmm_1x05_P7.8mm_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 5 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -5 -5 -Connector_Wire -SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm -Soldered wire connection, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm -0 -6 -6 -Connector_Wire -SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief -Soldered wire connection with feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm strain-relief -0 -6 -6 -Connector_Wire -SolderWire-2sqmm_1x06_P7.8mm_D2mm_OD3.9mm_Relief2x -Soldered wire connection with double feed through strain relief, for 6 times 2 mm² wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 (https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_(en)_hi.pdf), bend radius 3 times outer diameter, generated with kicad-footprint-generator -connector wire 2sqmm double-strain-relief -0 -6 -6 -Connector_Wire -SolderWirePad_1x01_SMD_1x2mm -Wire Pad, Square, SMD Pad, 1mm x 2mm, -MesurementPoint Square SMDPad 1mmx2mm -0 -1 -1 -Connector_Wire -SolderWirePad_1x01_SMD_5x10mm -Wire Pad, Square, SMD Pad, 5mm x 10mm, -MesurementPoint Square SMDPad 5mmx10mm -0 -1 -1 -Connector_Wuerth -Wuerth_WR-WTB_64800211622_1x02_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800211622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -2 -2 -Connector_Wuerth -Wuerth_WR-WTB_64800311622_1x03_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800311622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -3 -3 -Connector_Wuerth -Wuerth_WR-WTB_64800411622_1x04_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800411622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -4 -4 -Connector_Wuerth -Wuerth_WR-WTB_64800511622_1x05_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800511622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -5 -5 -Connector_Wuerth -Wuerth_WR-WTB_64800611622_1x06_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800611622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -6 -6 -Connector_Wuerth -Wuerth_WR-WTB_64800711622_1x07_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800711622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -7 -7 -Connector_Wuerth -Wuerth_WR-WTB_64800811622_1x08_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800811622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -8 -8 -Connector_Wuerth -Wuerth_WR-WTB_64800911622_1x09_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64800911622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -9 -9 -Connector_Wuerth -Wuerth_WR-WTB_64801011622_1x10_P1.50mm_Vertical -Wuerth WR-WTB series connector, 64801011622 (https://katalog.we-online.com/em/datasheet/6480xx11622.pdf), generated with kicad-footprint-generator -connector Wuerth WR-WTB vertical -0 -10 -10 -Converter_ACDC -Converter_ACDC_CUI_PBO-3-Sxx_THT_Vertical -ACDC-Converter, 3W, CUI PBO-3, THT https://www.cui.com/product/resource/pbo-3.pdf -Converter AC-DC THT Vertical -0 -6 -6 -Converter_ACDC -Converter_ACDC_Hahn_HS-400xx_THT -ACDC-Converter, 3W, Hahn-HS-400xx, THT https://www.schukat.com/schukat/schukat_cms_de.nsf/index/FrameView?OpenDocument&art=HS40009&wg=M7942 -Hahn ACDC-Converter THT -0 -4 -4 -Converter_ACDC -Converter_ACDC_HiLink_HLK-5Mxx -ACDC-Converter, 10W, HiLink, HLK-5Mxx, (http://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%975W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%915W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V2.8.pdf) -ACDC-Converter 5W THT HiLink board mount module -0 -4 -4 -Converter_ACDC -Converter_ACDC_HiLink_HLK-10Mxx -ACDC-Converter, 10W, HiLink, HLK-10Mxx, THT, http://h.hlktech.com/download/ACDC%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%9710W%E7%B3%BB%E5%88%97/1/%E6%B5%B7%E5%87%8C%E7%A7%9110W%E7%B3%BB%E5%88%97%E7%94%B5%E6%BA%90%E6%A8%A1%E5%9D%97%E8%A7%84%E6%A0%BC%E4%B9%A6V1.8.pdf -ACDC-Converter 10W THT HiLink board mount module -0 -4 -4 -Converter_ACDC -Converter_ACDC_HiLink_HLK-PMxx -ACDC-Converter, 3W, HiLink, HLK-PMxx, THT, http://www.hlktech.net/product_detail.php?ProId=54 -ACDC-Converter 3W THT HiLink board mount module -0 -4 -4 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-02-xx_SMD -ACDC-Converter, 3W, Meanwell, IRM-02, SMD, https://www.meanwell.com/Upload/PDF/IRM-02/IRM-02-SPEC.PDF -ACDC-Converter 3W -0 -14 -14 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-02-xx_THT -ACDC-Converter, 2W, Meanwell, IRM-02, THT, https://www.meanwell.co.uk/media/productPDF/IRM-02-spec.pdf -ACDC-Converter 2W THT -0 -4 -4 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-03-xx_SMD -ACDC-Converter, 3W, Meanwell, IRM-03, SMD, http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-03 -ACDC-Converter 3W -0 -14 -14 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-03-xx_THT -ACDC-Converter, 3W, Meanwell, IRM-03, THT, https://www.meanwell.com/Upload/PDF/IRM-03/IRM-03-SPEC.PDF -ACDC-Converter 3W THT -0 -5 -5 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-05-xx_THT -http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-05 -ACDC-Converter 5W Meanwell IRM-05 -0 -4 -4 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-10-xx_THT -http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-10 -ACDC-Converter 10W Meanwell IRM-10 -0 -4 -4 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-20-xx_THT -ACDC-Converter, 20W, Meanwell, IRM-20, THT http://www.meanwell.com/webapp/product/search.aspx?prod=IRM-20 -ACDC-Converter 20W Meanwell IRM-20 -0 -4 -4 -Converter_ACDC -Converter_ACDC_MeanWell_IRM-60-xx_THT -ACDC-Converter, 50-60W, Meanwell, IRM-60, THT https://www.meanwellusa.com/productPdf.aspx?i=687 -switching power supply -0 -4 -4 -Converter_ACDC -Converter_ACDC_Murata_BAC05SxxDC_THT -ACDC-Converter, Murata, 5W, ClassB, https://www.murata.com/products/productdata/8809982558238/KAC-BAC05.pdf -switching power supply tht -0 -5 -5 -Converter_ACDC -Converter_ACDC_RECOM_RAC01-xxSGB_THT -https://www.recom-power.com/pdf/Powerline-AC-DC/RAC01-GB.pdf -recom power ac dc rac01xxgb rac01-05sgb rac01-12sgb -0 -4 -4 -Converter_ACDC -Converter_ACDC_RECOM_RAC04-xxSGx_THT -https://www.recom-power.com/pdf/Powerline-AC-DC/RAC04-GA.pdf -recom power ac dc -0 -5 -5 -Converter_ACDC -Converter_ACDC_RECOM_RAC05-xxSK_THT -https://www.recom-power.com/pdf/Powerline-AC-DC/RAC05-K.pdf -recom power ac dc -0 -5 -5 -Converter_ACDC -Converter_ACDC_Recom_RAC20-xxDK_THT -Recom RAC20-xxDK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 -Recom RAC20-xxDK -0 -5 -5 -Converter_ACDC -Converter_ACDC_Recom_RAC20-xxSK_THT -Recom RAC20-xxSK https://recom-power.com/pdf/Powerline_AC-DC/RAC20-K.pdf#page=6 Rev. 6/2020 -Recom RAC20-xxSK -0 -4 -4 -Converter_ACDC -Converter_ACDC_TRACO_TMG-15_THT -ACDC-Converter, TRACO, TMG Series 15 https://www.tracopower.com/products/tmg.pdf -ACDC-Converter TRACO TMG Series 15 -0 -4 -4 -Converter_ACDC -Converter_ACDC_TRACO_TMLM-04_THT -ACDC-Converter, TRACO, TMLM Series 04 https://www.tracopower.com/products/tmlm.pdf -ACDC-Converter TRACO TMLM Series 04 -0 -7 -7 -Converter_ACDC -Converter_ACDC_TRACO_TMLM-05_THT -ACDC-Converter, TRACO TMLM 05,https://www.tracopower.com/products/tmlm.pdf -ACDC-Converter TRACO TMLM 05 -0 -4 -4 -Converter_ACDC -Converter_ACDC_TRACO_TMLM-10-20_THT -ACDC-Converter, TRACO TMLM 10, TRACO TMLM 20, https://www.tracopower.com/products/tmlm.pdf -ACDC-Converter TRACO TMLM 10 and TMLM 20 -0 -4 -4 -Converter_ACDC -Converter_ACDC_Vigortronix_VTX-214-010-xxx_THT -Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx -Vigortronix VTX-214-010-xxx serie of ACDC converter -0 -4 -4 -Converter_ACDC -Converter_ACDC_Vigortronix_VTX-214-015-1xx_THT -Vigortronix VTX-214-010-xxx serie of ACDC converter, http://www.vigortronix.com/10WattACDCPCBPowerModule.aspx -Vigortronix VTX-214-010-xxx serie of ACDC converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_Artesyn_ATA_SMD -DCDC-Converter, Artesyn, ATA Series, 3W Single and Dual Output, 1500VDC Isolation, 24.0x13.7x8.0mm https://www.artesyn.com/power/assets/ata_series_ds_01apr2015_79c25814fd.pdf https://www.artesyn.com/power/assets/trn_dc-dc_ata_3w_series_releas1430412818_techref.pdf -DCDC SMD -0 -7 -7 -Converter_DCDC -Converter_DCDC_Bothhand_CFUDxxxx_THT -DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), -DCDC-Converter BOTHHAND Type CFxxxx-Serie -0 -10 -10 -Converter_DCDC -Converter_DCDC_Bothhand_CFUSxxxxEH_THT -DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), -DCDC-Converter BOTHHAND Type CFxxxx-Serie -0 -9 -9 -Converter_DCDC -Converter_DCDC_Bothhand_CFUSxxxx_THT -DCDC-Converter, BOTHHAND, Type CFxxxx-Serie, (Very dodgy url but was the only at hand), -DCDC-Converter BOTHHAND Type CFxxxx-Serie -0 -8 -8 -Converter_DCDC -Converter_DCDC_Cincon_EC5BExx_Dual_THT -DCDC-Converter, CINCON, EC5BExx, 18-36VDC to Dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf -DCDC-Converter CINCON EC5BExx 18-36VDC to Dual output -0 -6 -6 -Converter_DCDC -Converter_DCDC_Cincon_EC5BExx_Single_THT -DCDC-Converter, CINCON, EC5BExx, 18-36VDC to dual output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/B%20CASE/SPEC-EC5BE-V24.pdf -DCDC-Converter CINCON EC5BExx 18-36VDC to dual output -0 -4 -4 -Converter_DCDC -Converter_DCDC_Cincon_EC6Cxx_Dual-Triple_THT -DCDC-Converter, CINCON, EC6Cxx, dual or tripple output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf -DCDC-Converter CINCON EC6Cxx dual or tripple output -0 -7 -7 -Converter_DCDC -Converter_DCDC_Cincon_EC6Cxx_Single_THT -DCDC-Converter, CINCON, EC6Cxx, single output, http://www.cincon.com/upload/media/data%20sheets/Data%20Sheet%20(DC)/C%20CASE/SPEC-EC6C-V12.pdf -DCDC-Converter CINCON EC6Cxx single output -0 -6 -6 -Converter_DCDC -Converter_DCDC_Cyntec_MUN12AD01-SH -http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD01-SH_Datasheet.pdf -Power Module uPOL MUN12AD01 -0 -13 -9 -Converter_DCDC -Converter_DCDC_Cyntec_MUN12AD03-SH -http://www.cyntec.com/upfile/products/download/Cyntec%20MUN12AD03-SH_Datasheet.pdf -Power Module uPOL MUN12AD03 -0 -19 -11 -Converter_DCDC -Converter_DCDC_MeanWell_NID30_THT -Meanwell DCDC non-isolated converter SIP module, http://www.meanwell.com/webapp/product/search.aspx?prod=nid30 -DCDC non-isolated converter -0 -11 -11 -Converter_DCDC -Converter_DCDC_MeanWell_NID60_THT -MeanWell NID60, http://www.meanwell.com/Upload/PDF/NID60/NID60-SPEC.PDF -MeanWell NID60 -0 -11 -11 -Converter_DCDC -Converter_DCDC_Murata_CRE1xxxxxx3C_THT -Isolated 1W single output DC/DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf -Isolated 1W single output DC/DC -0 -4 -4 -Converter_DCDC -Converter_DCDC_Murata_CRE1xxxxxxDC_THT -Isloated DC-DC, http://power.murata.com/data/power/ncl/kdc_cre1.pdf -Isloated DC-DC -0 -4 -4 -Converter_DCDC -Converter_DCDC_Murata_CRE1xxxxxxSC_THT -http://power.murata.com/data/power/ncl/kdc_cre1.pdf -murata dc-dc transformer -0 -4 -4 -Converter_DCDC -Converter_DCDC_Murata_MEE1SxxxxSC_THT -https://power.murata.com/pub/data/power/ncl/kdc_mee1.pdf -murata dc-dc transformer -0 -4 -4 -Converter_DCDC -Converter_DCDC_Murata_MEE3SxxxxSC_THT -https://power.murata.com/pub/data/power/ncl/kdc_mee3.pdf -murata dc-dc transformer -0 -4 -4 -Converter_DCDC -Converter_DCDC_Murata_MGJ2DxxxxxxSC_THT -Murata MGJ2DxxxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 2W, SIP package style, https://power.murata.com/data/power/ncl/kdc_mgj2.pdf -Murata MGJ2DxxxxxxSC -0 -5 -5 -Converter_DCDC -Converter_DCDC_Murata_MGJ3 -Murata MGJ3, 5.2kVDC Isolated 3W Gate Drive, 15V/5V/5V Configurable, 22.61x23.11x14.19mm, https://power.murata.com/datasheet?/data/power/ncl/kdc_mgj3.pdf -DCDC SMD -0 -7 -7 -Converter_DCDC -Converter_DCDC_Murata_NCS1SxxxxSC_THT -Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf (Script generated with StandardBox.py) (Murata NCS1SxxxxSC https://power.murata.com/data/power/ncl/kdc_ncs1.pdf) -Murata NCS1SxxxxSC -0 -5 -5 -Converter_DCDC -Converter_DCDC_Murata_NMAxxxxDC_THT -Isolated 1W DCDC-Converter, http://power.murata.com/data/power/ncl/kdc_nma.pdf -Isolated 1W DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_Murata_NMAxxxxSC_THT -Murata NMAxxxxSC footprint based on SIP7, http://power.murata.com/data/power/ncl/kdc_nma.pdf -Murata NMAxxxxSC DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_Murata_NXExSxxxxMC_SMD -Isolated 1W or 2W Single Output SM DC/DC Converters https://www.murata.com/products/productdata/8807031865374/kdc-nxe1.pdf#page=8 https://www.murata.com/products/productdata/8807031898142/kdc-nxe2.pdf#page=9 -Isolated 1W or 2W Single Output SM DC/DC Converters -0 -5 -5 -Converter_DCDC -Converter_DCDC_Murata_OKI-78SR_Horizontal -https://power.murata.com/data/power/oki-78sr.pdf -78sr3.3 78sr5 78sr9 78sr12 78srXX -0 -3 -3 -Converter_DCDC -Converter_DCDC_Murata_OKI-78SR_Vertical -https://power.murata.com/data/power/oki-78sr.pdf -78sr3.3 78sr5 78sr9 78sr12 78srXX -0 -3 -3 -Converter_DCDC -Converter_DCDC_RECOM_R-78B-2.0_THT -DCDC-Converter, RECOM, RECOM_R-78B-2.0, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78Bxx-2.0.pdf -dc-dc recom buck sip-3 pitch 2.54mm -0 -3 -3 -Converter_DCDC -Converter_DCDC_RECOM_R-78E-0.5_THT -DCDC-Converter, RECOM, RECOM_R-78E-0.5, SIP-3, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf -dc-dc recom buck sip-3 pitch 2.54mm -0 -3 -3 -Converter_DCDC -Converter_DCDC_RECOM_R-78HB-0.5L_THT -DCDC-Converter, RECOM, RECOM_R-78HB-0.5L, SIP-3, Horizontally Mounted, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf -dc-dc recom buck sip-3 pitch 2.54mm -0 -3 -3 -Converter_DCDC -Converter_DCDC_RECOM_R-78HB-0.5_THT -DCDC-Converter, RECOM, RECOM_R-78HB-0.5, SIP-3, pitch 2.54mm, package size 11.5x8.5x17.5mm^3, https://www.recom-power.com/pdf/Innoline/R-78HBxx-0.5_L.pdf -dc-dc recom buck sip-3 pitch 2.54mm -0 -3 -3 -Converter_DCDC -Converter_DCDC_RECOM_R-78S-0.1_THT -DCDC-Converter, RECOM, RECOM_R-78S-0.1, SIP-4, pitch 2.54mm, package size 11.6x8.5x10.4mm^3, https://www.recom-power.com/pdf/Innoline/R-78Sxx-0.1.pdf -dc-dc recom buck sip-4 pitch 2.54mm -0 -4 -4 -Converter_DCDC -Converter_DCDC_RECOM_R5xxxDA_THT -DCDC-Converter, RECOM, RECOM_R5xxxDA, SIP-12, Horizontally Mounted, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf -dc-dc recom buck sip-12 pitch 2.54mm -0 -12 -12 -Converter_DCDC -Converter_DCDC_RECOM_R5xxxPA_THT -DCDC-Converter, RECOM, RECOM_R5xxxPA, SIP-12, pitch 2.54mm, package size 32.2x9.1x15mm^3, https://www.recom-power.com/pdf/Innoline/R-5xxxPA_DA.pdf -dc-dc recom buck sip-12 pitch 2.54mm -0 -12 -12 -Converter_DCDC -Converter_DCDC_RECOM_RCD-24_THT -Constant current LED Driver DC/DC Converter, https://g.recomcdn.com/media/Datasheet/pdf/.fYUQjOlW/.t2a80a771bdbb0ef300f7/Datasheet-93/RCD-24.pdf -Led Driver DC-DC -0 -6 -6 -Converter_DCDC -Converter_DCDC_RECOM_RPA60-xxxxSFW -RPA60-FW 60W Isolated DC to DC Converters -DCDC Regulator Single -0 -6 -6 -Converter_DCDC -Converter_DCDC_RECOM_RPMx.x-x.0 -https://www.recom-power.com/pdf/Innoline/RPM-6.0.pdf -dc-dc recom buck lga-25 pitch 2.29mm -0 -25 -25 -Converter_DCDC -Converter_DCDC_Silvertel_Ag54xx -DCDC-Converter, 30W POE, Silvertel, pitch 2.54mm, package size 62x19.5x14mm, https://silvertel.com/images/datasheets/Ag5400-datasheet-high%20Efficiency-30W-Power-Over-Ethernet-Plus-Module-PoE+PD.pdf -DCDC-Converter Silvertel Ag5405 Ag5412 Ag5424 single output POE -0 -10 -10 -Converter_DCDC -Converter_DCDC_Silvertel_Ag5810 -DCDC-Converter, 60W POE, Silvertel, pitch 2.54mm, package size 69.98x30x15.64mm, https://silvertel.com/images/datasheets/Ag5810-datasheet-IEEE802_3bt-Power-over-Ethernet-4-pair-PD.pdf -DCDC-Converter Silvertel Ag5810 single output POE -0 -163 -13 -Converter_DCDC -Converter_DCDC_TRACO_TDN_5-xxxxWISM_SMD -Traco TDN 5WISM Series, 5W, SMD (https://assets.tracopower.com/20200225170127/TDN5WISM/documents/tdn5wism-datasheet.pdf#page=3) -dcdc traco 5w smd -0 -6 -6 -Converter_DCDC -Converter_DCDC_TRACO_TDN_5-xxxxWI_THT -Traco TDN 5WI Series, 5W (https://www.tracopower.com/sites/default/files/products/datasheets/tdn5wi_datasheet.pdf#page=4) -dcdc traco 5w -0 -6 -6 -Converter_DCDC -Converter_DCDC_TRACO_TEL12-xxxx_THT -Traco 12W, THT (https://www.tracopower.com/sites/default/files/products/datasheets/tel12_datasheet.pdf) -traco dcdc tht 12w -0 -5 -5 -Converter_DCDC -Converter_DCDC_TRACO_TEN10-xxxx_Dual_THT -DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf -DCDC-Converter TRACO TEN10-xxxx single output -0 -5 -5 -Converter_DCDC -Converter_DCDC_TRACO_TEN10-xxxx_Single_THT -DCDC-Converter, TRACO, TEN10-xxxx, single output, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf -DCDC-Converter TRACO TEN10-xxxx single output -0 -4 -4 -Converter_DCDC -Converter_DCDC_TRACO_TEN10-xxxx_THT -DCDC-Converter, TRACO, TEN10-xxxx, https://assets.tracopower.com/20171102100522/TEN10/documents/ten10-datasheet.pdf -DCDC-Converter TRACO TEN10-xxxx -0 -4 -4 -Converter_DCDC -Converter_DCDC_TRACO_TEN20-xxxx-N4_THT -DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf -DCDC-Converter TRACO TEN20 Generic -0 -5 -5 -Converter_DCDC -Converter_DCDC_TRACO_TEN20-xxxx_THT -DCDC-Converter TRACO TEN20 Generic, https://assets.tracopower.com/20171102100522/TEN20/documents/ten20-datasheet.pdf -DCDC-Converter TRACO TEN20 Generic -0 -6 -6 -Converter_DCDC -Converter_DCDC_TRACO_THD_15-xxxxWIN_THT -Traco THD 15WIN, 15W, THT (https://www.tracopower.com/products/thd15win.pdf#page=3) -traco dcdc tht 15w -0 -9 -9 -Converter_DCDC -Converter_DCDC_TRACO_THN30-xxxx_THT -DCDC-Converter TRACO THN 10 to 30W, Single or dual Output, (https://www.tracopower.com/sites/default/files/products/datasheets/thn30_datasheet.pdf) -DCDC-Converter TRACO THN30 Generic -0 -6 -6 -Converter_DCDC -Converter_DCDC_TRACO_TMR-1-xxxx_Dual_THT -DCDC-Converter, TRACO, TMR 1-xxxx, Dual output, Rev. March 21.2016 -DCDC-Converter TRACO TMR1-xxxx Dual_output -0 -5 -5 -Converter_DCDC -Converter_DCDC_TRACO_TMR-1-xxxx_Single_THT -DCDC-Converter, TRACO, TMR 1-xxxx, Single output, Rev. March 21.2016 -DCDC-Converter TRACO TMR1-xxxx Single_output -0 -4 -4 -Converter_DCDC -Converter_DCDC_TRACO_TMR-1SM_SMD -http://assets.tracopower.com/TMR1SM/documents/tmr1sm-datasheet.pdf -DCDC SMD TRACO TMR-1SM -0 -7 -7 -Converter_DCDC -Converter_DCDC_TRACO_TMR-2xxxxWI_THT -https://www.tracopower.com/products/tmr2wi.pdf -DCDC-Converter TRACO TMRxxxxWI Single/Dual_output -0 -7 -7 -Converter_DCDC -Converter_DCDC_TRACO_TMR-xxxx_THT -DCDC-Converter, TRACO, TMR xxxx, Single/Dual output, http://www.datasheetlib.com/datasheet/135136/tmr-2-2410e_traco-power.html?page=3#datasheet -DCDC-Converter TRACO TMRxxxx Single/Dual_output -0 -7 -7 -Converter_DCDC -Converter_DCDC_TRACO_TSR-1_THT -DCDC-Converter, TRACO, TSR 1-xxxx -DCDC-Converter TRACO TSR-1 -0 -3 -3 -Converter_DCDC -Converter_DCDC_XP_POWER-IA48xxD_THT -XP_POWER IA48xxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator -XP_POWER IA48xxD DIP DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER-IA48xxS_THT -XP_POWER IA48xxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator -XP_POWER IA48xxS SIP DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_XP_POWER-IAxxxxD_THT -XP_POWER IAxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator -XP_POWER IAxxxxD DIP DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER-IAxxxxS_THT -XP_POWER IAxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IA.pdf), generated with kicad-footprint-generator -XP_POWER IAxxxxS SIP DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_XP_POWER-IHxxxxDH_THT -XP_POWER IHxxxxDH, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator -XP_POWER IHxxxxDH DIP DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER-IHxxxxD_THT -XP_POWER IHxxxxD, DIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator -XP_POWER IHxxxxD DIP DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER-IHxxxxSH_THT -XP_POWER IHxxxxSH, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator -XP_POWER IHxxxxSH SIP DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_XP_POWER-IHxxxxS_THT -XP_POWER IHxxxxS, SIP, (https://www.xppower.com/pdfs/SF_IH.pdf), generated with kicad-footprint-generator -XP_POWER IHxxxxS SIP DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_XP_POWER-ISU02_SMD -DCDC-Converter, XP POWER, ISU02 Series, 2W Single and Dual Output, 1500VDC Isolation, 19.0x17.0x8.7mm https://www.xppower.com/Portals/0/pdfs/SF_ISU02.pdf -DCDC SMD XP POWER ISU02 -0 -7 -7 -Converter_DCDC -Converter_DCDC_XP_POWER-ITQxxxxS-H_THT -XP_POWER ITQxxxxS-H, SIP, (https://www.xppower.com/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator -XP_POWER ITQxxxxS-H SIP DCDC-Converter -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER-ITXxxxxSA_THT -XP_POWER ITXxxxxSA, SIP, (https://www.xppower.com/pdfs/SF_ITX.pdf), generated with kicad-footprint-generator -XP_POWER ITXxxxxSA SIP DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_XP_POWER-ITxxxxxS_THT -XP_POWER ITxxxxxS, SIP, (https://www.xppower.com/portals/0/pdfs/SF_ITX.pdf https://www.xppower.com/portals/0/pdfs/SF_ITQ.pdf), generated with kicad-footprint-generator -XP_POWER ITxxxxxS SIP DCDC-Converter -0 -7 -7 -Converter_DCDC -Converter_DCDC_XP_POWER_JTDxxxxxxx_THT -XP Power JTD Series DC-DC Converter -DCDC Isolated -0 -6 -6 -Converter_DCDC -Converter_DCDC_XP_POWER_JTExxxxDxx_THT -DCDC-Converter, XP POWER, Type JTE06 Series, Dual Output -DCDC-Converter XP_POWER JTE06 Dual -0 -8 -8 -Converter_DCDC -Converter_DCDC_muRata_MEJ1DxxxxSC_THT -muRata MEJ1DxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, dual output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf -muRata MEJ1D DCDC-Converter -0 -5 -5 -Converter_DCDC -Converter_DCDC_muRata_MEJ1SxxxxSC_THT -muRata MEJ1SxxxxSC, 19.5x9.8x12.5mm, 5.2kVDC Isolated, 1W, single output, SIP package style, https://power.murata.com/data/power/ncl/kdc_mej1.pdf -muRata MEJ1S DCDC-Converter -0 -4 -4 -Crystal -Crystal_AT310_D3.0mm_L10.0mm_Horizontal -Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf -['AT310'] -0 -2 -2 -Crystal -Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style1 -Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf -['AT310'] -0 -3 -3 -Crystal -Crystal_AT310_D3.0mm_L10.0mm_Horizontal_1EP_style2 -Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf -['AT310'] -0 -5 -3 -Crystal -Crystal_AT310_D3.0mm_L10.0mm_Vertical -Crystal THT AT310 10.0mm-10.5mm length 3.0mm diameter http://www.cinetech.com.tw/upload/2011/04/20110401165201.pdf -['AT310'] -0 -2 -2 -Crystal -Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal -Crystal THT C26-LF 6.5mm length 2.06mm diameter -['C26-LF'] -0 -2 -2 -Crystal -Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style1 -Crystal THT C26-LF 6.5mm length 2.06mm diameter -['C26-LF'] -0 -3 -3 -Crystal -Crystal_C26-LF_D2.1mm_L6.5mm_Horizontal_1EP_style2 -Crystal THT C26-LF 6.5mm length 2.06mm diameter -['C26-LF'] -0 -5 -3 -Crystal -Crystal_C26-LF_D2.1mm_L6.5mm_Vertical -Crystal THT C26-LF 6.5mm length 2.06mm diameter -['C26-LF'] -0 -2 -2 -Crystal -Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal -Crystal THT C38-LF 8.0mm length 3.0mm diameter -['C38-LF'] -0 -2 -2 -Crystal -Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style1 -Crystal THT C38-LF 8.0mm length 3.0mm diameter -['C38-LF'] -0 -3 -3 -Crystal -Crystal_C38-LF_D3.0mm_L8.0mm_Horizontal_1EP_style2 -Crystal THT C38-LF 8.0mm length 3.0mm diameter -['C38-LF'] -0 -5 -3 -Crystal -Crystal_C38-LF_D3.0mm_L8.0mm_Vertical -Crystal THT C38-LF 8.0mm length 3.0mm diameter -['C38-LF'] -0 -2 -2 -Crystal -Crystal_DS10_D1.0mm_L4.3mm_Horizontal -Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS10'] -0 -2 -2 -Crystal -Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style1 -Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS10'] -0 -3 -3 -Crystal -Crystal_DS10_D1.0mm_L4.3mm_Horizontal_1EP_style2 -Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS10'] -0 -5 -3 -Crystal -Crystal_DS10_D1.0mm_L4.3mm_Vertical -Crystal THT DS10 4.3mm length 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS10'] -0 -2 -2 -Crystal -Crystal_DS15_D1.5mm_L5.0mm_Horizontal -Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS15'] -0 -2 -2 -Crystal -Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style1 -Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS15'] -0 -3 -3 -Crystal -Crystal_DS15_D1.5mm_L5.0mm_Horizontal_1EP_style2 -Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS15'] -0 -5 -3 -Crystal -Crystal_DS15_D1.5mm_L5.0mm_Vertical -Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS15'] -0 -2 -2 -Crystal -Crystal_DS26_D2.0mm_L6.0mm_Horizontal -Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS26'] -0 -2 -2 -Crystal -Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style1 -Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS26'] -0 -3 -3 -Crystal -Crystal_DS26_D2.0mm_L6.0mm_Horizontal_1EP_style2 -Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS26'] -0 -5 -3 -Crystal -Crystal_DS26_D2.0mm_L6.0mm_Vertical -Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS26'] -0 -2 -2 -Crystal -Crystal_HC18-U_Horizontal -Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC18-U_Horizontal_1EP_style1 -Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC18-U_Horizontal_1EP_style2 -Crystal THT HC-18/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC18-U_Vertical -Crystal THT HC-18/U, http://5hertz.com/pdfs/04404_D.pdf -THT crystalHC-18/U -0 -2 -2 -Crystal -Crystal_HC33-U_Horizontal -Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC33-U_Horizontal_1EP_style1 -Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC33-U_Horizontal_1EP_style2 -Crystal THT HC-33/U http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC33-U_Vertical -Crystal THT HC-33/U, http://pdi.bentech-taiwan.com/PDI/GEN20SPEV20HC3320U.pdf -THT crystalHC-33/U -0 -2 -2 -Crystal -Crystal_HC35-U -Crystal, Quarz, HC35/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/TO71xx.pdf -Crystal Quarz HC35/U -0 -3 -3 -Crystal -Crystal_HC49-4H_Vertical -Crystal THT HC-49-4H http://5hertz.com/pdfs/04404_D.pdf -THT crystalHC-49-4H -0 -2 -2 -Crystal -Crystal_HC49-U-3Pin_Vertical -Crystal THT HC-49/U, 3pin-version, http://www.raltron.com/products/pdfspecs/crystal_hc_49_45_51.pdf -THT crystalHC-49/U -0 -3 -3 -Crystal -Crystal_HC49-U_Horizontal -Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC49-U_Horizontal_1EP_style1 -Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC49-U_Horizontal_1EP_style2 -Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC49-U_Vertical -Crystal THT HC-49/U http://5hertz.com/pdfs/04404_D.pdf -THT crystalHC-49/U -0 -2 -2 -Crystal -Crystal_HC50_Horizontal -Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC50_Horizontal_1EP_style1 -Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC50_Horizontal_1EP_style2 -Crystal THT HC-50 http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC50_Vertical -Crystal THT HC-50, http://www.crovencrystals.com/croven_pdf/HC-50_Crystal_Holder_Rev_00.pdf -THT crystalHC-50 -0 -2 -2 -Crystal -Crystal_HC51-U_Vertical -Crystal THT HC-51/U, http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf -THT crystalHC-51/U -0 -2 -2 -Crystal -Crystal_HC51_Horizontal -Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC51_Horizontal_1EP_style1 -Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC51_Horizontal_1EP_style2 -Crystal THT HC-51 http://www.crovencrystals.com/croven_pdf/HC-51_Crystal_Holder_Rev_00.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC52-6mm_Horizontal -Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC52-6mm_Horizontal_1EP_style1 -Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC52-6mm_Horizontal_1EP_style2 -Crystal THT HC-51/6mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC52-6mm_Vertical -Crystal THT HC-52/6mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystalHC-49/U -0 -2 -2 -Crystal -Crystal_HC52-8mm_Horizontal -Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC52-8mm_Horizontal_1EP_style1 -Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC52-8mm_Horizontal_1EP_style2 -Crystal THT HC-51/8mm http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC52-8mm_Vertical -Crystal THT HC-52/8mm, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystalHC-49/U -0 -2 -2 -Crystal -Crystal_HC52-U-3Pin_Vertical -Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystalHC-52/U -0 -3 -3 -Crystal -Crystal_HC52-U_Horizontal -Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -2 -2 -Crystal -Crystal_HC52-U_Horizontal_1EP_style1 -Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -3 -3 -Crystal -Crystal_HC52-U_Horizontal_1EP_style2 -Crystal THT HC-51/U http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal -0 -5 -3 -Crystal -Crystal_HC52-U_Vertical -Crystal THT HC-52/U, http://www.kvg-gmbh.de/assets/uploads/files/product_pdfs/XS71xx.pdf -THT crystal HC-52/U -0 -2 -2 -Crystal -Crystal_Round_D1.0mm_Vertical -Crystal THT DS10 1.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS10'] -0 -2 -2 -Crystal -Crystal_Round_D1.5mm_Vertical -Crystal THT DS15 5.0mm length 1.5mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS15'] -0 -2 -2 -Crystal -Crystal_Round_D2.0mm_Vertical -Crystal THT DS26 6.0mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/DS-Series.pdf -['DS26'] -0 -2 -2 -Crystal -Crystal_Round_D3.0mm_Vertical -Crystal THT C38-LF 8.0mm length 3.0mm diameter -['C38-LF'] -0 -2 -2 -Crystal -Crystal_SMD_0603-2Pin_6.0x3.5mm -SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, 6.0x3.5mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_0603-2Pin_6.0x3.5mm_HandSoldering -SMD Crystal SERIES SMD0603/2 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-2.pdf, hand-soldering, 6.0x3.5mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_0603-4Pin_6.0x3.5mm -SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, 6.0x3.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_0603-4Pin_6.0x3.5mm_HandSoldering -SMD Crystal SERIES SMD0603/4 http://www.petermann-technik.de/fileadmin/petermann/pdf/SMD0603-4.pdf, hand-soldering, 6.0x3.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_2012-2Pin_2.0x1.2mm -SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_2012-2Pin_2.0x1.2mm_HandSoldering -SMD Crystal 2012/2 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_2016-4Pin_2.0x1.6mm -SMD Crystal SERIES SMD2016/4 http://www.q-crystal.com/upload/5/2015552223166229.pdf, 2.0x1.6mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_2520-4Pin_2.5x2.0mm -SMD Crystal SERIES SMD2520/4 http://www.newxtal.com/UploadFiles/Images/2012-11-12-09-29-09-776.pdf, 2.5x2.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_3215-2Pin_3.2x1.5mm -SMD Crystal FC-135 https://support.epson.biz/td/api/doc_check.php?dl=brief_FC-135R_en.pdf -SMD SMT Crystal -0 -2 -2 -Crystal -Crystal_SMD_3225-4Pin_3.2x2.5mm -SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_3225-4Pin_3.2x2.5mm_HandSoldering -SMD Crystal SERIES SMD3225/4 http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_5032-2Pin_5.0x3.2mm -SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_5032-2Pin_5.0x3.2mm_HandSoldering -SMD Crystal SERIES SMD2520/2 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_5032-4Pin_5.0x3.2mm -SMD Crystal SERIES SMD2520/4 http://www.icbase.com/File/PDF/HKC/HKC00061008.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_7050-2Pin_7.0x5.0mm -SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_7050-2Pin_7.0x5.0mm_HandSoldering -SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_7050-4Pin_7.0x5.0mm -SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm -Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_Abracon_ABM3-2Pin_5.0x3.2mm_HandSoldering -Abracon Miniature Ceramic Smd Crystal ABM3 http://www.abracon.com/Resonators/abm3.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_Abracon_ABM3B-4Pin_5.0x3.2mm -Abracon Miniature Ceramic Smd Crystal ABM3B http://www.abracon.com/Resonators/abm3b.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABM3C-4Pin_5.0x3.2mm -Abracon Miniature Ceramic Smd Crystal ABM3C http://www.abracon.com/Resonators/abm3c.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABM7-2Pin_6.0x3.5mm -SMD Crystal Abracon ABM7, https://abracon.com/Resonators/abm7.pdf -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_Abracon_ABM8AIG-4Pin_3.2x2.5mm -Abracon Miniature Ceramic Smd Crystal ABM8AIG https://abracon.com/AIGcrystals/ABM8AIG.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABM8G-4Pin_3.2x2.5mm -Abracon Miniature Ceramic Smd Crystal ABM8G http://www.abracon.com/Resonators/ABM8G.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABM10-4Pin_2.5x2.0mm -Abracon Miniature Ceramic Smd Crystal ABM10 http://www.abracon.com/Resonators/ABM10.pdf -SMD SMT crystal Abracon ABM10 -0 -4 -4 -Crystal -Crystal_SMD_Abracon_ABS25-4Pin_8.0x3.8mm -Abracon Miniature Ceramic SMD Crystal ABS25 https://abracon.com/Resonators/abs25.pdf, 8.0x3.8mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_ECS_CSM3X-2Pin_7.6x4.1mm -http://www.ecsxtal.com/store/pdf/CSM-3X.pdf -Crystal CSM-3X -0 -2 -2 -Crystal -Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm -SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, 3.2x1.5mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_EuroQuartz_EQ161-2Pin_3.2x1.5mm_HandSoldering -SMD Crystal EuroQuartz EQ161 series http://cdn-reichelt.de/documents/datenblatt/B400/PG32768C.pdf, hand-soldering, 3.2x1.5mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm -SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, 5.0x3.2mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_MJ-4Pin_5.0x3.2mm_HandSoldering -SMD Crystal EuroQuartz MJ series http://cdn-reichelt.de/documents/datenblatt/B400/MJ.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm -SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_MQ-4Pin_7.0x5.0mm_HandSoldering -SMD Crystal EuroQuartz MQ series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm -SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_EuroQuartz_MQ2-2Pin_7.0x5.0mm_HandSoldering -SMD Crystal EuroQuartz MQ2 series http://cdn-reichelt.de/documents/datenblatt/B400/MQ.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm -SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_MT-4Pin_3.2x2.5mm_HandSoldering -SMD Crystal EuroQuartz MT series http://cdn-reichelt.de/documents/datenblatt/B400/MT.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm -SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, 2.5x2.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_EuroQuartz_X22-4Pin_2.5x2.0mm_HandSoldering -SMD Crystal EuroQuartz X22 series http://cdn-reichelt.de/documents/datenblatt/B400/DS_X22.pdf, hand-soldering, 2.5x2.0mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm -crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, 7.5x5.0mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_FOX_FE-2Pin_7.5x5.0mm_HandSoldering -crystal Ceramic Resin Sealed SMD http://www.foxonline.com/pdfs/fe.pdf, hand-soldering, 7.5x5.0mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm -FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_FOX_FQ7050-2Pin_7.0x5.0mm_HandSoldering -FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_FOX_FQ7050-4Pin_7.0x5.0mm -FOX SMD Crystal SERIES SMD7050/4 https://www.foxonline.com/pdfs/FQ7050.pdf, 7.0x5.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_FrontierElectronics_FM206 -SMD Watch Crystal FrontierElectronics FM206 6.0mm length 1.9mm diameter http://www.chinafronter.com/wp-content/uploads/2013/12/FM206.pdf -['FM206'] -0 -3 -3 -Crystal -Crystal_SMD_G8-2Pin_3.2x1.5mm -SMD Crystal G8, 3.2x1.5mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_G8-2Pin_3.2x1.5mm_HandSoldering -SMD Crystal G8, hand-soldering, 3.2x1.5mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_HC49-SD -SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, 11.4x4.7mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_HC49-SD_HandSoldering -SMD Crystal HC-49-SD http://cdn-reichelt.de/documents/datenblatt/B400/xxx-HC49-SMD.pdf, hand-soldering, 11.4x4.7mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm -SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, 8.0x3.7mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC1V-T1A-2Pin_8.0x3.7mm_HandSoldering -SMD Crystal MicroCrystal CC1V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC1V-T1A.pdf, hand-soldering, 8.0x3.7mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm -SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, 5.0x1.9mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC4V-T1A-2Pin_5.0x1.9mm_HandSoldering -SMD Crystal MicroCrystal CC4V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC4V-T1A.pdf, hand-soldering, 5.0x1.9mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm -SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, 4.1x1.5mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC5V-T1A-2Pin_4.1x1.5mm_HandSoldering -SMD Crystal MicroCrystal CC5V-T1A series http://cdn-reichelt.de/documents/datenblatt/B400/CC5V-T1A.pdf, hand-soldering, 4.1x1.5mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm -SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC7V-T1A.pdf, 3.2x1.5mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC7V-T1A-2Pin_3.2x1.5mm_HandSoldering -SMD Crystal MicroCrystal CC7V-T1A/CM7V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC1V-T1A.pdf, hand-soldering, 3.2x1.5mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm -SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CC8V-T1A.pdf, 2.0x1.2mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CC8V-T1A-2Pin_2.0x1.2mm_HandSoldering -SMD Crystal MicroCrystal CC8V-T1A/CM8V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CC8V-T1A.pdf, hand-soldering, 2.0x1.2mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm -SMD Crystal MicroCrystal CM9V-T1A series https://www.microcrystal.com/fileadmin/Media/Products/32kHz/Datasheet/CM9V-T1A.pdf, 1.6x1.0mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_CM9V-T1A-2Pin_1.6x1.0mm_HandSoldering -SMD Crystal MicroCrystal CM9V-T1A series http://www.microcrystal.com/images/_Product-Documentation/01_TF_ceramic_Packages/01_Datasheet/CM9V-T1A.pdf, hand-soldering, 1.6x1.0mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_MicroCrystal_MS1V-T1K -SMD Watch Crystal MicroCrystal MS1V-T1K 6.1mm length 2.0mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS1V-T1K.pdf -['MS1V-T1K'] -0 -3 -3 -Crystal -Crystal_SMD_MicroCrystal_MS3V-T1R -SMD Watch Crystal MicroCrystal MS3V-T1R 5.2mm length 1.4mm diameter http://www.microcrystal.com/images/_Product-Documentation/03_TF_metal_Packages/01_Datasheet/MS3V-T1R.pdf -['MS3V-T1R'] -0 -3 -3 -Crystal -Crystal_SMD_Qantek_QC5CB-2Pin_5x3.2mm -SMD Crystal Qantek QC5CB, https://www.qantek.com/tl_files/products/crystals/QC5CB.pdf -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_SeikoEpson_FA128-4Pin_2.0x1.6mm -crystal Epson Toyocom FA-128 (https://support.epson.biz/td/api/doc_check.php?dl=brief_FA-128&lang=en), 2x1.6mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm -crystal Epson Toyocom FA-238 https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_FA238-4Pin_3.2x2.5mm_HandSoldering -crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm -crystal Epson Toyocom FA-238 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_FA238V-4Pin_3.2x2.5mm_HandSoldering -crystal Epson Toyocom FA-238 series http://www.mouser.com/ds/2/137/1721499-465440.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm -SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 11.7x4.0mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MA406-4Pin_11.7x4.0mm_HandSoldering -SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 11.7x4.0mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm -SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_SeikoEpson_MA505-2Pin_12.7x5.1mm_HandSoldering -SMD Crystal Seiko Epson MC-505 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm -SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, 12.7x5.1mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MA506-4Pin_12.7x5.1mm_HandSoldering -SMD Crystal Seiko Epson MC-506 http://media.digikey.com/pdf/Data%20Sheets/Epson%20PDFs/MA-505,506.pdf, hand-soldering, 12.7x5.1mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm -SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 6.7x1.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC146-4Pin_6.7x1.5mm_HandSoldering -SMD Crystal Seiko Epson MC-146 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 6.7x1.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm -SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, 7.1x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC156-4Pin_7.1x2.5mm_HandSoldering -SMD Crystal Seiko Epson MC-156 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-156_en.pdf, hand-soldering, 7.1x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm -SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 8.0x3.2mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC306-4Pin_8.0x3.2mm_HandSoldering -SMD Crystal Seiko Epson MC-306 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 8.0x3.2mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm -SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_SeikoEpson_MC405-2Pin_9.6x4.1mm_HandSoldering -SMD Crystal Seiko Epson MC-405 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm -SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, 9.6x4.1mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_MC406-4Pin_9.6x4.1mm_HandSoldering -SMD Crystal Seiko Epson MC-406 https://support.epson.biz/td/api/doc_check.php?dl=brief_MC-306_en.pdf, hand-soldering, 9.6x4.1mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm -crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_SeikoEpson_TSX3225-4Pin_3.2x2.5mm_HandSoldering -crystal Epson Toyocom TSX-3225 series https://support.epson.biz/td/api/doc_check.php?dl=brief_fa-238v_en.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_TXC_7A-2Pin_5x3.2mm -SMD Crystal TXC 7A http://txccrystal.com/images/pdf/7a.pdf -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm -SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, 3.2x2.5mm^2 package -SMD SMT crystal -0 -4 -4 -Crystal -Crystal_SMD_TXC_7M-4Pin_3.2x2.5mm_HandSoldering -SMD Crystal TXC 7M http://www.txccrystal.com/images/pdf/7m-accuracy.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal hand-soldering -0 -4 -4 -Crystal -Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm -SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, 2.0x1.2mm^2 package -SMD SMT crystal -0 -2 -2 -Crystal -Crystal_SMD_TXC_9HT11-2Pin_2.0x1.2mm_HandSoldering -SMD Crystal TXC 9HT11 http://txccrystal.com/images/pdf/9ht11.pdf, hand-soldering, 2.0x1.2mm^2 package -SMD SMT crystal hand-soldering -0 -2 -2 -Crystal -Crystal_SMD_TXC_AX_8045-2Pin_8.0x4.5mm -http://www.txccrystal.com/images/pdf/ax-automotive.pdf -SMD SMT crystal -0 -2 -2 -Crystal -Resonator-2Pin_W6.0mm_H3.0mm -Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 2 pins -THT ceramic resonator filter -0 -2 -2 -Crystal -Resonator-2Pin_W7.0mm_H2.5mm -Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 2 pins -THT ceramic resonator filter -0 -2 -2 -Crystal -Resonator-2Pin_W8.0mm_H3.5mm -Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 2 pins -THT ceramic resonator filter -0 -2 -2 -Crystal -Resonator-2Pin_W10.0mm_H5.0mm -Ceramic Resomator/Filter 10.0x5.0 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 2 pins -THT ceramic resonator filter -0 -2 -2 -Crystal -Resonator-3Pin_W6.0mm_H3.0mm -Ceramic Resomator/Filter 6.0x3.0mm^2, length*width=6.0x3.0mm^2 package, package length=6.0mm, package width=3.0mm, 3 pins -THT ceramic resonator filter -0 -3 -3 -Crystal -Resonator-3Pin_W7.0mm_H2.5mm -Ceramic Resomator/Filter 7.0x2.5mm^2, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins -THT ceramic resonator filter -0 -3 -3 -Crystal -Resonator-3Pin_W8.0mm_H3.5mm -Ceramic Resomator/Filter 8.0x3.5mm^2, length*width=8.0x3.5mm^2 package, package length=8.0mm, package width=3.5mm, 3 pins -THT ceramic resonator filter -0 -3 -3 -Crystal -Resonator-3Pin_W10.0mm_H5.0mm -Ceramic Resomator/Filter 10.0x5.0mm^2 RedFrequency MG/MT/MX series, http://www.red-frequency.com/download/datenblatt/redfrequency-datenblatt-ir-zta.pdf, length*width=10.0x5.0mm^2 package, package length=10.0mm, package width=5.0mm, 3 pins -THT ceramic resonator filter -0 -3 -3 -Crystal -Resonator_Murata_CSTLSxxxG-3Pin_W8.0mm_H3.0mm -Ceramic Resomator/Filter Murata CSTLSxxxG, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=8.0x3.0mm^2 package, package length=8.0mm, package width=3.0mm, 3 pins -THT ceramic resonator filter CSTLSxxxG -0 -3 -3 -Crystal -Resonator_Murata_CSTLSxxxX-3Pin_W5.5mm_H3.0mm -Ceramic Resomator/Filter Murata CSTLSxxxX, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/timingdevice/ceralock/p17e.ashx, length*width=5.5x3.0mm^2 package, package length=5.5mm, package width=3.0mm, 3 pins -THT ceramic resonator filter CSTLSxxxX -0 -3 -3 -Crystal -Resonator_Murata_DSN6-3Pin_W7.0mm_H2.5mm -Ceramic Resomator/Filter Murata DSN6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins -THT ceramic resonator filter DSN6 -0 -3 -3 -Crystal -Resonator_Murata_DSS6-3Pin_W7.0mm_H2.5mm -Ceramic Resomator/Filter Murata DSS6, http://cdn-reichelt.de/documents/datenblatt/B400/DSN6NC51H.pdf, length*width=7.0x2.5mm^2 package, package length=7.0mm, package width=2.5mm, 3 pins -THT ceramic resonator filter DSS6 -0 -3 -3 -Crystal -Resonator_SMD-3Pin_7.2x3.0mm -SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, 7.2x3.0mm^2 package -SMD SMT ceramic resonator filter filter -0 -3 -3 -Crystal -Resonator_SMD-3Pin_7.2x3.0mm_HandSoldering -SMD Resomator/Filter 7.2x3.0mm, Murata CSTCC8M00G53-R0; 8MHz resonator, SMD, Farnell (Element 14) #1170435, http://www.farnell.com/datasheets/19296.pdf?_ga=1.247244932.122297557.1475167906, hand-soldering, 7.2x3.0mm^2 package -SMD SMT ceramic resonator filter filter hand-soldering -0 -3 -3 -Crystal -Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm -SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 4.5x2.0mm^2 package -SMD SMT ceramic resonator filter filter -0 -2 -2 -Crystal -Resonator_SMD_Murata_CDSCB-2Pin_4.5x2.0mm_HandSoldering -SMD Resomator/Filter Murata CDSCB, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 4.5x2.0mm^2 package -SMD SMT ceramic resonator filter filter hand-soldering -0 -2 -2 -Crystal -Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm -SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf -SMD SMT ceramic resonator filter -0 -3 -3 -Crystal -Resonator_SMD_Murata_CSTxExxV-3Pin_3.0x1.1mm_HandSoldering -SMD Resomator/Filter Murata CSTCE, https://www.murata.com/en-eu/products/productdata/8801162264606/SPEC-CSTNE16M0VH3C000R0.pdf -SMD SMT ceramic resonator filter -0 -3 -3 -Crystal -Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm -SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 6.9x2.9mm^2 package -SMD SMT ceramic resonator filter filter -0 -3 -3 -Crystal -Resonator_SMD_Murata_SFECV-3Pin_6.9x2.9mm_HandSoldering -SMD Resomator/Filter Murata SFECV, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 6.9x2.9mm^2 package -SMD SMT ceramic resonator filter filter hand-soldering -0 -3 -3 -Crystal -Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm -SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package -SMD SMT ceramic resonator filter filter -0 -3 -3 -Crystal -Resonator_SMD_Murata_SFSKA-3Pin_7.9x3.8mm_HandSoldering -SMD Resomator/Filter Murata SFSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package -SMD SMT ceramic resonator filter filter hand-soldering -0 -3 -3 -Crystal -Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm -SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, 7.9x3.8mm^2 package -SMD SMT ceramic resonator filter filter -0 -3 -3 -Crystal -Resonator_SMD_Murata_TPSKA-3Pin_7.9x3.8mm_HandSoldering -SMD Resomator/Filter Murata TPSKA, http://cdn-reichelt.de/documents/datenblatt/B400/SFECV-107.pdf, hand-soldering, 7.9x3.8mm^2 package -SMD SMT ceramic resonator filter filter hand-soldering -0 -3 -3 -Diode_SMD -D_0201_0603Metric -Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -diode -0 -4 -2 -Diode_SMD -D_0201_0603Metric_Pad0.64x0.40mm_HandSolder -Diode SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -diode handsolder -0 -4 -2 -Diode_SMD -D_0402_1005Metric -Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_0402_1005Metric_Pad0.77x0.64mm_HandSolder -Diode SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_0603_1608Metric -Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_0603_1608Metric_Pad1.05x0.95mm_HandSolder -Diode SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_0805_2012Metric -Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_0805_2012Metric_Pad1.15x1.40mm_HandSolder -Diode SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_01005_0402Metric -Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -diode -0 -4 -2 -Diode_SMD -D_01005_0402Metric_Pad0.57x0.30mm_HandSolder -Diode SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -diode handsolder -0 -4 -2 -Diode_SMD -D_1206_3216Metric -Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_1206_3216Metric_Pad1.42x1.75mm_HandSolder -Diode SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_1210_3225Metric -Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_1210_3225Metric_Pad1.42x2.65mm_HandSolder -Diode SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_1812_4532Metric -Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_1812_4532Metric_Pad1.30x3.40mm_HandSolder -Diode SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_2010_5025Metric -Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_2010_5025Metric_Pad1.52x2.65mm_HandSolder -Diode SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_2114_3652Metric -Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_2114_3652Metric_Pad1.85x3.75mm_HandSolder -Diode SMD 2114 (3652 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_2512_6332Metric -Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_2512_6332Metric_Pad1.52x3.35mm_HandSolder -Diode SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_3220_8050Metric -Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator -diode -0 -2 -2 -Diode_SMD -D_3220_8050Metric_Pad2.65x5.15mm_HandSolder -Diode SMD 3220 (8050 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/schottky.pdf), generated with kicad-footprint-generator -diode handsolder -0 -2 -2 -Diode_SMD -D_MELF -Diode, MELF,, -Diode MELF -0 -2 -2 -Diode_SMD -D_MELF-RM10_Universal_Handsoldering -Diode, Universal, MELF, RM10, Handsoldering, SMD, Thruhole, -Diode Universal MELF RM10 Handsoldering SMD Thruhole -0 -2 -2 -Diode_SMD -D_MELF_Handsoldering -Diode MELF Handsoldering -Diode MELF Handsoldering -0 -2 -2 -Diode_SMD -D_MicroMELF -Diode, MicroMELF, Reflow Soldering, http://www.vishay.com/docs/85597/bzm55.pdf -MicroMELF Diode -0 -2 -2 -Diode_SMD -D_MicroMELF_Handsoldering -Diode, MicroMELF, Hand Soldering, http://www.vishay.com/docs/85597/bzm55.pdf -MicroMELF Diode -0 -2 -2 -Diode_SMD -D_MicroSMP_AK -Diode MicroSMP (DO-219AD), large-pad cathode, https://www.vishay.com/docs/89020/mss1p3l.pdf -Diode MicroSMP (DO-219AD) -0 -2 -2 -Diode_SMD -D_MicroSMP_KA -Diode MicroSMP (DO-219AD), large-pad anode, https://www.vishay.com/docs/89457/msmp6a.pdf -Diode MicroSMP (DO-219AD) -0 -2 -2 -Diode_SMD -D_MiniMELF -Diode Mini-MELF (SOD-80) -Diode Mini-MELF (SOD-80) -0 -2 -2 -Diode_SMD -D_MiniMELF_Handsoldering -Diode Mini-MELF (SOD-80) Handsoldering -Diode Mini-MELF (SOD-80) Handsoldering -0 -2 -2 -Diode_SMD -D_PowerDI-5 -PowerDI,Diode,Vishay,https://www.diodes.com/assets/Package-Files/PowerDI5.pdf -PowerDI diode vishay -0 -3 -2 -Diode_SMD -D_PowerDI-123 -http://www.diodes.com/_files/datasheets/ds30497.pdf -PowerDI diode vishay -0 -2 -2 -Diode_SMD -D_Powermite2_AK -Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) -PowerMite2 -0 -2 -2 -Diode_SMD -D_Powermite2_KA -Microsemi Powermite 2 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5341) -PowerMite2 -0 -2 -2 -Diode_SMD -D_Powermite3 -Microsemi Powermite 3 SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5340) -PowerMite3 -0 -3 -3 -Diode_SMD -D_Powermite_AK -Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) -Powermite -0 -2 -2 -Diode_SMD -D_Powermite_KA -Microsemi Powermite SMD power package (https://www.microsemi.com/packaging-information/partpackage/details?pid=5339, https://www.onsemi.com/pub/Collateral/457-04.PDF) -Powermite -0 -2 -2 -Diode_SMD -D_QFN_3.3x3.3mm_P0.65mm -QFN, diode, 3.3x3.3x1mm (https://www.wolfspeed.com/media/downloads/846/C3D1P7060Q.pdf) -diode qfn 3.3 -0 -3 -2 -Diode_SMD -D_SC-80 -JEITA SC-80 -SC-80 -0 -2 -2 -Diode_SMD -D_SC-80_HandSoldering -JEITA SC-80 -SC-80 -0 -2 -2 -Diode_SMD -D_SMA -Diode SMA (DO-214AC) -Diode SMA (DO-214AC) -0 -2 -2 -Diode_SMD -D_SMA-SMB_Universal_Handsoldering -Diode, Universal, SMA (DO-214AC) or SMB (DO-214AA), Handsoldering, -Diode Universal SMA (DO-214AC) SMB (DO-214AA) Handsoldering -0 -2 -2 -Diode_SMD -D_SMA_Handsoldering -Diode SMA (DO-214AC) Handsoldering -Diode SMA (DO-214AC) Handsoldering -0 -2 -2 -Diode_SMD -D_SMB -Diode SMB (DO-214AA) -Diode SMB (DO-214AA) -0 -2 -2 -Diode_SMD -D_SMB-SMC_Universal_Handsoldering -Diode, Universal, SMB(DO-214AA) or SMC (DO-214AB), Handsoldering, -Diode Universal SMB(DO-214AA) SMC (DO-214AB) Handsoldering -0 -2 -2 -Diode_SMD -D_SMB_Handsoldering -Diode SMB (DO-214AA) Handsoldering -Diode SMB (DO-214AA) Handsoldering -0 -2 -2 -Diode_SMD -D_SMB_Modified -Diode SMB (DO-214AA) Modified (http://www.littelfuse.com/~/media/electronics/datasheets/sidactors/littelfuse_sidactor_battrax_positive_negative_modified_do_214_datasheet.pdf.pdf) -Diode SMB (DO-214AA) -0 -3 -3 -Diode_SMD -D_SMC -Diode SMC (DO-214AB) -Diode SMC (DO-214AB) -0 -2 -2 -Diode_SMD -D_SMC-RM10_Universal_Handsoldering -Diode, Universal, SMC (DO-214AB), RM10, Handsoldering, SMD, Thruhole -Diode Universal SMC (DO-214AB) RM10 Handsoldering SMD Thruhole -0 -2 -2 -Diode_SMD -D_SMC_Handsoldering -Diode SMC (DO-214AB) Handsoldering -Diode SMC (DO-214AB) Handsoldering -0 -2 -2 -Diode_SMD -D_SMF -Diode SMF (DO-219AB), http://www.vishay.com/docs/95572/smf_do-219ab.pdf -Diode SMF (DO-214AB) -0 -2 -2 -Diode_SMD -D_SOD-110 -SOD-110 -SOD-110 -0 -2 -2 -Diode_SMD -D_SOD-123 -SOD-123 -SOD-123 -0 -2 -2 -Diode_SMD -D_SOD-123F -D_SOD-123F -D_SOD-123F -0 -2 -2 -Diode_SMD -D_SOD-128 -D_SOD-128 (CFP5 SlimSMAW), https://assets.nexperia.com/documents/outline-drawing/SOD128.pdf -D_SOD-128 -0 -2 -2 -Diode_SMD -D_SOD-323 -SOD-323 -SOD-323 -0 -2 -2 -Diode_SMD -D_SOD-323F -SOD-323F http://www.nxp.com/documents/outline_drawing/SOD323F.pdf -SOD-323F -0 -2 -2 -Diode_SMD -D_SOD-323_HandSoldering -SOD-323 -SOD-323 -0 -2 -2 -Diode_SMD -D_SOD-523 -http://www.diodes.com/datasheets/ap02001.pdf p.144 -Diode SOD523 -0 -2 -2 -Diode_SMD -D_SOD-923 -https://www.onsemi.com/pub/Collateral/ESD9B-D.PDF#page=4 -Diode SOD923 -0 -2 -2 -Diode_SMD -D_TUMD2 -ROHM - TUMD2 -TUMD2 -0 -2 -2 -Diode_SMD -Diode_Bridge_Bourns_CD-DF4xxS -8.1x10.5mm, 4A, single phase bridge rectifier, https://www.bourns.com/docs/Product-Datasheets/CD-DF4xxSL.pdf -Surface Mount Bridge Rectifier Diode -0 -4 -4 -Diode_SMD -Diode_Bridge_Diotec_ABS -SMD diode bridge ABS (Diotec), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/abs2.pdf -ABS MBLS -0 -4 -4 -Diode_SMD -Diode_Bridge_Diotec_MicroDil_3.0x3.0x1.8mm -SMD package Diotec Diotec MicroDil, body 3.0x3.0x1.8mm (e.g. diode bridge), see https://diotec.com/tl_files/diotec/files/pdf/datasheets/mys40.pdf -Diotec MicroDil diode bridge -0 -4 -4 -Diode_SMD -Diode_Bridge_Diotec_SO-DIL-Slim -SMD diode bridge Diotec SO-DIL Slim, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40fs.pdf -DFS SO-DIL Slim -0 -4 -4 -Diode_SMD -Diode_Bridge_OnSemi_SDIP-4L -SMD diode bridge OnSemi SDIP-4L, see https://www.onsemi.com/pdf/datasheet/df10s1-d.pdf -OnSemi Diode Bridge SDIP-4L -0 -4 -4 -Diode_SMD -Diode_Bridge_Vishay_DFS -SMD diode bridge DFS, see http://www.vishay.com/docs/88854/padlayouts.pdf -DFS -0 -4 -4 -Diode_SMD -Diode_Bridge_Vishay_DFSFlat -SMD diode bridge Low Profile DFS "Flat", see http://www.vishay.com/docs/88874/dfl15005.pdf -DFS -0 -4 -4 -Diode_SMD -Diode_Bridge_Vishay_MBLS -SMD diode bridge MBLS, see http://www.vishay.com/docs/89959/mbl104s.pdf http://www.vishay.com/docs/88854/padlayouts.pdf -DFS -0 -4 -4 -Diode_SMD -Infineon_SG-WLL-2-3_0.58x0.28_P0.36mm -Infineon SG-WLL-2-3, 0.58x0.28x0.15mm, https://www.infineon.com/dgdl/Infineon-SG-WLL-2-3_SPO_PDF-Package-v02_00-EN.pdf?fileId=5546d46271bf4f9201723159ce71239d -Infineon WLL -0 -4 -2 -Diode_SMD -Littelfuse_PolyZen-LS -http://m.littelfuse.com/~/media/electronics/datasheets/polyzen_devices/littelfuse_polyzen_standard_polyzen_catalog_datasheet.pdf.pdf -Diode Polymer Protected Zener Diode Littelfuse LS -0 -3 -3 -Diode_SMD -Nexperia_CFP3_SOD-123W -Nexperia CFP3 (SOD-123W), https://assets.nexperia.com/documents/outline-drawing/SOD123W.pdf -CFP3 SOD-123W -0 -2 -2 -Diode_SMD -Nexperia_DSN0603-2_0.6x0.3mm_P0.4mm -SOD962-2 silicon, leadless ultra small package; 2 terminals; 0.4 mm pitch; 0.6 mm x 0.3 mm x 0.3 mm body (https://assets.nexperia.com/documents/package-information/SOD962-2.pdf https://www.nexperia.com/packages/SOD962-2.html) -TVS protection diodes -0 -2 -2 -Diode_SMD -Vishay_SMPA -Diode SMPA (DO-221BC), https://www.vishay.com/docs/87659/v8pa10.pdf -Diode SMPA (DO-221BC) -0 -2 -2 -Diode_THT -D_5KPW_P7.62mm_Vertical_AnodeUp -Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm -0 -2 -2 -Diode_THT -D_5KPW_P7.62mm_Vertical_KathodeUp -Diode, 5KPW series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KPW series Axial Vertical pin pitch 7.62mm length 9mm diameter 8mm -0 -2 -2 -Diode_THT -D_5KPW_P12.70mm_Horizontal -Diode, 5KPW series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*8mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KPW series Axial Horizontal pin pitch 12.7mm length 9mm diameter 8mm -0 -2 -2 -Diode_THT -D_5KP_P7.62mm_Vertical_AnodeUp -Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm -0 -2 -2 -Diode_THT -D_5KP_P7.62mm_Vertical_KathodeUp -Diode, 5KP series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KP series Axial Vertical pin pitch 7.62mm length 7.62mm diameter 9.53mm -0 -2 -2 -Diode_THT -D_5KP_P10.16mm_Horizontal -Diode, 5KP series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KP series Axial Horizontal pin pitch 10.16mm length 7.62mm diameter 9.53mm -0 -2 -2 -Diode_THT -D_5KP_P12.70mm_Horizontal -Diode, 5KP series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.62*9.53mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5KP series Axial Horizontal pin pitch 12.7mm length 7.62mm diameter 9.53mm -0 -2 -2 -Diode_THT -D_5W_P5.08mm_Vertical_AnodeUp -Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm -0 -2 -2 -Diode_THT -D_5W_P5.08mm_Vertical_KathodeUp -Diode, 5W series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5W series Axial Vertical pin pitch 5.08mm length 8.9mm diameter 3.7mm -0 -2 -2 -Diode_THT -D_5W_P10.16mm_Horizontal -Diode, 5W series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5W series Axial Horizontal pin pitch 10.16mm length 8.9mm diameter 3.7mm -0 -2 -2 -Diode_THT -D_5W_P12.70mm_Horizontal -Diode, 5W series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=8.9*3.7mm^2, , http://www.diodes.com/_files/packages/8686949.gif -Diode 5W series Axial Horizontal pin pitch 12.7mm length 8.9mm diameter 3.7mm -0 -2 -2 -Diode_THT -D_A-405_P2.54mm_Vertical_AnodeUp -Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P2.54mm_Vertical_KathodeUp -Diode, A-405 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P5.08mm_Vertical_AnodeUp -Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P5.08mm_Vertical_KathodeUp -Diode, A-405 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P7.62mm_Horizontal -Diode, A-405 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P10.16mm_Horizontal -Diode, A-405 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_A-405_P12.70mm_Horizontal -Diode, A-405 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/A-405.pdf -Diode A-405 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-15_P2.54mm_Vertical_AnodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P2.54mm_Vertical_KathodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 2.54mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P3.81mm_Vertical_AnodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P3.81mm_Vertical_KathodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 3.81mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P5.08mm_Vertical_AnodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P5.08mm_Vertical_KathodeUp -Diode, DO-15 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Vertical pin pitch 5.08mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P10.16mm_Horizontal -Diode, DO-15 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Horizontal pin pitch 10.16mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P12.70mm_Horizontal -Diode, DO-15 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Horizontal pin pitch 12.7mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-15_P15.24mm_Horizontal -Diode, DO-15 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=7.6*3.6mm^2, , http://www.diodes.com/_files/packages/DO-15.pdf -Diode DO-15 series Axial Horizontal pin pitch 15.24mm length 7.6mm diameter 3.6mm -0 -2 -2 -Diode_THT -D_DO-27_P5.08mm_Vertical_AnodeUp -Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg -Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm -0 -2 -2 -Diode_THT -D_DO-27_P5.08mm_Vertical_KathodeUp -Diode, DO-27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg -Diode DO-27 series Axial Vertical pin pitch 5.08mm length 9.52mm diameter 5.33mm -0 -2 -2 -Diode_THT -D_DO-27_P12.70mm_Horizontal -Diode, DO-27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg -Diode DO-27 series Axial Horizontal pin pitch 12.7mm length 9.52mm diameter 5.33mm -0 -2 -2 -Diode_THT -D_DO-27_P15.24mm_Horizontal -Diode, DO-27 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.52*5.33mm^2, , http://www.slottechforum.com/slotinfo/Techstuff/CD2%20Diodes%20and%20Transistors/Cases/Diode%20DO-27.jpg -Diode DO-27 series Axial Horizontal pin pitch 15.24mm length 9.52mm diameter 5.33mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P2.54mm_Vertical_AnodeUp -Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P2.54mm_Vertical_KathodeUp -Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Vertical pin pitch 2.54mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P5.08mm_Vertical_AnodeUp -Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P5.08mm_Vertical_KathodeUp -Diode, DO-34_SOD68 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Vertical pin pitch 5.08mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P7.62mm_Horizontal -Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Horizontal pin pitch 7.62mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P10.16mm_Horizontal -Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Horizontal pin pitch 10.16mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-34_SOD68_P12.70mm_Horizontal -Diode, DO-34_SOD68 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.04*1.6mm^2, , https://www.nxp.com/docs/en/data-sheet/KTY83_SER.pdf -Diode DO-34_SOD68 series Axial Horizontal pin pitch 12.7mm length 3.04mm diameter 1.6mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P2.54mm_Vertical_AnodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P2.54mm_Vertical_KathodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 2.54mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P3.81mm_Vertical_AnodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P3.81mm_Vertical_KathodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 3.81mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P5.08mm_Vertical_AnodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P5.08mm_Vertical_KathodeUp -Diode, DO-35_SOD27 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Vertical pin pitch 5.08mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P7.62mm_Horizontal -Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Horizontal pin pitch 7.62mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P10.16mm_Horizontal -Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Horizontal pin pitch 10.16mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-35_SOD27_P12.70mm_Horizontal -Diode, DO-35_SOD27 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=4*2mm^2, , http://www.diodes.com/_files/packages/DO-35.pdf -Diode DO-35_SOD27 series Axial Horizontal pin pitch 12.7mm length 4mm diameter 2mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P2.54mm_Vertical_AnodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P2.54mm_Vertical_KathodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 2.54mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P3.81mm_Vertical_AnodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P3.81mm_Vertical_KathodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=5.2*2.7mm^2, , https://www.diodes.com/assets/Package-Files/DO-41-Plastic.pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 3.81mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P5.08mm_Vertical_AnodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P5.08mm_Vertical_KathodeUp -Diode, DO-41_SOD81 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Vertical pin pitch 5.08mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P7.62mm_Horizontal -Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Horizontal pin pitch 7.62mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P10.16mm_Horizontal -Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Horizontal pin pitch 10.16mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-41_SOD81_P12.70mm_Horizontal -Diode, DO-41_SOD81 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=5.2*2.7mm^2, , http://www.diodes.com/_files/packages/DO-41%20(Plastic).pdf -Diode DO-41_SOD81 series Axial Horizontal pin pitch 12.7mm length 5.2mm diameter 2.7mm -0 -2 -2 -Diode_THT -D_DO-201AD_P3.81mm_Vertical_AnodeUp -Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AD_P3.81mm_Vertical_KathodeUp -Diode, DO-201AD series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Vertical pin pitch 3.81mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AD_P5.08mm_Vertical_AnodeUp -Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AD_P5.08mm_Vertical_KathodeUp -Diode, DO-201AD series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AD_P12.70mm_Horizontal -Diode, DO-201AD series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AD_P15.24mm_Horizontal -Diode, DO-201AD series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*5.2mm^2, , http://www.diodes.com/_files/packages/DO-201AD.pdf -Diode DO-201AD series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 5.2mm -0 -2 -2 -Diode_THT -D_DO-201AE_P3.81mm_Vertical_AnodeUp -Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201AE_P3.81mm_Vertical_KathodeUp -Diode, DO-201AE series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Vertical pin pitch 3.81mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201AE_P5.08mm_Vertical_AnodeUp -Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201AE_P5.08mm_Vertical_KathodeUp -Diode, DO-201AE series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Vertical pin pitch 5.08mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201AE_P12.70mm_Horizontal -Diode, DO-201AE series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Horizontal pin pitch 12.7mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201AE_P15.24mm_Horizontal -Diode, DO-201AE series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9*5.3mm^2, , http://www.farnell.com/datasheets/529758.pdf -Diode DO-201AE series Axial Horizontal pin pitch 15.24mm length 9mm diameter 5.3mm -0 -2 -2 -Diode_THT -D_DO-201_P3.81mm_Vertical_AnodeUp -Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-201_P3.81mm_Vertical_KathodeUp -Diode, DO-201 series, Axial, Vertical, pin pitch=3.81mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Vertical pin pitch 3.81mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-201_P5.08mm_Vertical_AnodeUp -Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-201_P5.08mm_Vertical_KathodeUp -Diode, DO-201 series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Vertical pin pitch 5.08mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-201_P12.70mm_Horizontal -Diode, DO-201 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Horizontal pin pitch 12.7mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-201_P15.24mm_Horizontal -Diode, DO-201 series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.53*5.21mm^2, , http://www.diodes.com/_files/packages/DO-201.pdf -Diode DO-201 series Axial Horizontal pin pitch 15.24mm length 9.53mm diameter 5.21mm -0 -2 -2 -Diode_THT -D_DO-247_Horizontal_TabDown -Diode, DO-247 series, Horizontal, TabDown, P 10.9mm -diode rectifier -0 -2 -2 -Diode_THT -D_DO-247_Horizontal_TabUp -Diode, DO-247 series, Horizontal, TabUp, P 10.9mm -diode rectifier -0 -2 -2 -Diode_THT -D_DO-247_Vertical -Diode, DO-247 series, Vertical, P 10.9mm -diode rectifier -0 -2 -2 -Diode_THT -D_P600_R-6_P7.62mm_Vertical_AnodeUp -Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf -Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm -0 -2 -2 -Diode_THT -D_P600_R-6_P7.62mm_Vertical_KathodeUp -Diode, P600_R-6 series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf -Diode P600_R-6 series Axial Vertical pin pitch 7.62mm length 9.1mm diameter 9.1mm -0 -2 -2 -Diode_THT -D_P600_R-6_P12.70mm_Horizontal -Diode, P600_R-6 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf -Diode P600_R-6 series Axial Horizontal pin pitch 12.7mm length 9.1mm diameter 9.1mm -0 -2 -2 -Diode_THT -D_P600_R-6_P20.00mm_Horizontal -Diode, P600_R-6 series, Axial, Horizontal, pin pitch=20mm, , length*diameter=9.1*9.1mm^2, , http://www.vishay.com/docs/88692/p600a.pdf, http://www.diodes.com/_files/packages/R-6.pdf -Diode P600_R-6 series Axial Horizontal pin pitch 20mm length 9.1mm diameter 9.1mm -0 -2 -2 -Diode_THT -D_T-1_P2.54mm_Vertical_AnodeUp -Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf -Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm -0 -2 -2 -Diode_THT -D_T-1_P2.54mm_Vertical_KathodeUp -Diode, T-1 series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf -Diode T-1 series Axial Vertical pin pitch 2.54mm length 3.2mm diameter 2.6mm -0 -2 -2 -Diode_THT -D_T-1_P5.08mm_Horizontal -Diode, T-1 series, Axial, Horizontal, pin pitch=5.08mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf -Diode T-1 series Axial Horizontal pin pitch 5.08mm length 3.2mm diameter 2.6mm -0 -2 -2 -Diode_THT -D_T-1_P10.16mm_Horizontal -Diode, T-1 series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf -Diode T-1 series Axial Horizontal pin pitch 10.16mm length 3.2mm diameter 2.6mm -0 -2 -2 -Diode_THT -D_T-1_P12.70mm_Horizontal -Diode, T-1 series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=3.2*2.6mm^2, , http://www.diodes.com/_files/packages/T-1.pdf -Diode T-1 series Axial Horizontal pin pitch 12.7mm length 3.2mm diameter 2.6mm -0 -2 -2 -Diode_THT -Diode_Bridge_15.1x15.1x6.3mm_P10.9mm -Single phase bridge rectifier case 15.1x15.1mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf -Diode Bridge PB10xxS -0 -4 -4 -Diode_THT -Diode_Bridge_15.2x15.2x6.3mm_P10.9mm -Single phase bridge rectifier case 15.2x15.2mm, pitch 10.9mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc600.pdf -Diode Bridge KBPC6xx -0 -4 -4 -Diode_THT -Diode_Bridge_15.7x15.7x6.3mm_P10.8mm -Single phase bridge rectifier case 15.7x15.7 -Diode Bridge -0 -4 -4 -Diode_THT -Diode_Bridge_16.7x16.7x6.3mm_P10.8mm -Single phase bridge rectifier case 16.7x16.7 -Diode Bridge -0 -4 -4 -Diode_THT -Diode_Bridge_19.0x3.5x10.0mm_P5.0mm -Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf -Vishay GBU rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_19.0x19.0x6.8mm_P12.7mm -Single phase bridge rectifier case 19x19mm, pitch 12.7mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/pb1000.pdf -Diode Bridge PB10xx -0 -4 -4 -Diode_THT -Diode_Bridge_28.6x28.6x7.3mm_P18.0mm_P11.6mm -Single phase bridge rectifier case 28.6x28.6mm, pitch 18.0mm & 11.6mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/kbpc1500fw.pdf -Diode Bridge KBPCxxxxWP -0 -4 -4 -Diode_THT -Diode_Bridge_32.0x5.6x17.0mm_P10.0mm_P7.5mm -Diotec 32x5.6x17mm rectifier package, 7.5mm/10mm pitch, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40c3700.pdf -Diotec rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Comchip_SCVB-L -Three phase, Bridge, Rectifier, https://www.comchiptech.com/admin/files/product/SC35VB80S-G%20Thru506369.%20SC35VB160S-G%20RevB.pdf -diode module -0 -5 -5 -Diode_THT -Diode_Bridge_DIGITRON_KBPC_T -Single phase, Bridge rectifier, 28.614x28.614mm, case KBPC_T(FP), https://www.digitroncorp.com/Digitron/media/Files/Datasheets/KBPC15005-SERIES.pdf -diode module -0 -4 -4 -Diode_THT -Diode_Bridge_DIP-4_W5.08mm_P2.54mm -4-lead dip package for diode bridges, row spacing 5.08mm, pin-spacing 2.54mm, see http://www.vishay.com/docs/88898/b2m.pdf -DIL DIP PDIP 5.08mm 2.54 -0 -4 -4 -Diode_THT -Diode_Bridge_DIP-4_W7.62mm_P5.08mm -4-lead dip package for diode bridges, row spacing 7.62 mm (300 mils), see http://cdn-reichelt.de/documents/datenblatt/A400/HDBL101G_20SERIES-TSC.pdf -DIL DIP PDIP 5.08mm 7.62mm 300mil -0 -4 -4 -Diode_THT -Diode_Bridge_GeneSiC_KBPC_T -Single phase, Bridge rectifier, 28.55x28.55mm, case KBPC_T(FP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc1501t.pdf -diode module -0 -4 -4 -Diode_THT -Diode_Bridge_GeneSiC_KBPC_W -Single phase, Bridge Rectifier, 28.55x28.55mm, case KBPC_W(WP), https://www.diodemodule.com/bridge-rectifier/kbpc/kbpc15005w.pdf -diode module -0 -4 -4 -Diode_THT -Diode_Bridge_IXYS_GUFP -Three phase, Bridge, Rectifier -diode module -0 -5 -5 -Diode_THT -Diode_Bridge_Round_D8.9mm -4-lead round diode bridge package, diameter 8.9mm, pin pitch 5.08mm, see http://cdn-reichelt.de/documents/datenblatt/A400/W005M-W10M_SEP.PDF -diode bridge 8.9mm 8.85mm WOB pitch 5.08mm -0 -4 -4 -Diode_THT -Diode_Bridge_Round_D9.0mm -4-lead round diode bridge package, diameter 9.0mm, pin pitch 5.0mm, see https://diotec.com/tl_files/diotec/files/pdf/datasheets/b40r.pdf -diode bridge 9.0mm 8.85mm WOB pitch 5.0mm -0 -4 -4 -Diode_THT -Diode_Bridge_Round_D9.8mm -4-lead round diode bridge package, diameter 9.8mm, pin pitch 5.08mm, see http://www.vishay.com/docs/88769/woo5g.pdf -diode bridge 9.8mm WOG pitch 5.08mm -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_GBL -Vishay GBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88609/gbl005.pdf -Vishay GBL rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_GBU -Vishay GBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88606/g3sba20.pdf -Vishay GBU rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_KBL -Vishay KBL rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88655/kbl005.pdf -Vishay KBL rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_KBPC1 -Single phase bridge rectifier case KBPC1, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf -Diode Bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_KBPC6 -Single phase bridge rectifier case KBPC6, see http://www.vishay.com/docs/93585/vs-kbpc1series.pdf -Diode Bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_KBPM -Vishay KBM rectifier package, 3.95mm pitch (http://www.farnell.com/datasheets/2238158.pdf, http://www.cdil.com/s/kbp2005_.pdf) -Vishay KBM rectifier diode bridge -0 -4 -4 -Diode_THT -Diode_Bridge_Vishay_KBU -Vishay KBU rectifier package, 5.08mm pitch, see http://www.vishay.com/docs/88656/kbu4.pdf -Vishay KBU rectifier diode bridge -0 -4 -4 -Display -AG12864E -STN/FSTN LCD 128x64 dot https://www.digchip.com/datasheets/parts/datasheet/1121/AG-12864E-pdf.php -AG12864E Graphics Display 128x64 Ampire -0 -24 -20 -Display -Adafruit_SSD1306 -Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads -Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI -0 -8 -8 -Display -Adafruit_SSD1306_No_Mounting_Holes -Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI https://learn.adafruit.com/monochrome-oled-breakouts/downloads -Adafruit SSD1306 OLED 1.3 inch 128x64 I2C & SPI -0 -8 -8 -Display -CR2013-MI2120 -CR2013-MI2120 ILI9341 LCD Breakout http://pan.baidu.com/s/11Y990 -CR2013-MI2120 ILI9341 LCD Breakout -0 -18 -14 -Display -EA-eDIP128B-XXX -LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip128-6e.pdf -LCD-graphical display with LED backlight 128x64 RS-232 I2C or SPI -0 -32 -32 -Display -EA_DOGL128-6 -Graphical,Display,LCD,128x64 https://www.lcd-module.com/eng/pdf/grafik/dogl128-6e.pdf -EA DOGL128 -0 -26 -26 -Display -EA_DOGM128-6 -Graphical,Display,LCD,128x64 https://www.lcd-module.de/eng/pdf/grafik/dogm128e.pdf -EA DOGM128-6 -0 -26 -26 -Display -EA_DOGS104X-A -LCD 4x10 character 3.3V VDD I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/doma/dogs104e.pdf -LCD 4x10 character 3.3V VDD I2C or SPI -0 -14 -14 -Display -EA_DOGXL160-7 -Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf -EA_DOGXL160-7 -0 -22 -22 -Display -EA_DOGXL160-7_Backlight -Grapchical,Display,LCD,160x104 http://www.lcd-module.com/eng/pdf/grafik/dogxl160-7e.pdf -EA_DOGXL160-7_Backlight -0 -22 -22 -Display -EA_T123X-I2C -http://www.lcd-module.de/pdf/doma/t123-i2c.pdf -3 Line 12 character wide alpha numeric LCD -0 -6 -6 -Display -EA_eDIP160-XXX -LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip160-7e.pdf -LCD-graphical display with LED backlight 160x104 RS-232 I2C or SPI -0 -40 -40 -Display -EA_eDIP240-XXX -LCD graphical display LED backlight 240x128 http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip240-7e.pdf -LCD graphical display LED backlight 240x128 -0 -40 -40 -Display -EA_eDIP320X-XXX -LCD display 320x340 RS-232 I2C or SPI http://www.lcd-module.com/fileadmin/eng/pdf/grafik/edip320-8e.pdf -LCD display 320x340 RS-232 I2C or SPI -0 -48 -48 -Display -EA_eDIPTFT32-XXX -TFT-graphic display 320x240 16 bit colour with led backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft32-ae.pdf -TFT-graphic display 320x240 16 bit colour with led backlight -0 -40 -40 -Display -EA_eDIPTFT43-ATC -http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf -TFT graphical display 480x272 16-bit colour with LED backlight -0 -40 -40 -Display -EA_eDIPTFT43-XXX -TFT graphical display 480x272 16-bit colour with LED backlight http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft43-ae.pdf -TFT graphical display 480x272 16-bit colour with LED backlight -0 -40 -40 -Display -EA_eDIPTFT57-XXX -http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft57-ae.pdf -TFT-graphic display 640x480 16 bit colour -0 -48 -48 -Display -EA_eDIPTFT70-ATC -TFT-graphical display 800x480 16-bit colours with capacitive touch panel http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf -TFT-graphical display 800x480 16-bit colours with capacitive touch panel -0 -48 -48 -Display -EA_eDIPTFT70-XXX -TFT-graphical display 800x480 16-bit colours http://www.lcd-module.com/fileadmin/eng/pdf/grafik/ediptft70-ae.pdf -TFT-graphical display 800x480 16-bit colours and touch display -0 -48 -48 -Display -ERM19264 -STN/FSTN LCD 192x64 dot https://www.buydisplay.com/download/manual/ERM19264-1_Series_Datasheet.pdf -ERM19264 Graphics Display 192x64 -0 -20 -20 -Display -HDSM-441B_HDSM-443B -2 Digit 7 segemnt blue LED, right hand decimal, https://docs.broadcom.com/docs/AV02-1589EN -2 Digit 7 segment blue LED -0 -10 -10 -Display -HDSM-541B_HDSM-543B -2 digit 7 segement blue LED with right hand decimal, https://docs.broadcom.com/docs/AV02-1588EN -2 digit 7 segement blue LED with right hand decimal -0 -10 -10 -Display -HDSP-48xx -10-Element Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Bar Graph Array -0 -20 -20 -Display -HDSP-4830 -10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Red Bar Graph Array -0 -20 -20 -Display -HDSP-4832 -10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Red Yellow Green Bar Graph Array -0 -20 -20 -Display -HDSP-4836 -10-Element Red Yellow Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Red Yellow Green Bar Graph Array -0 -20 -20 -Display -HDSP-4840 -10-Element Yellow Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Yellow Bar Graph Array -0 -20 -20 -Display -HDSP-4850 -10-Element Green Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Green Bar Graph Array -0 -20 -20 -Display -HLCP-J100 -10-Element Red Bar Graph Array https://docs.broadcom.com/docs/AV02-1798EN -10-Element Red Bar Graph Array -0 -20 -20 -Display -HY1602E -http://www.icbank.com/data/ICBShop/board/HY1602E.pdf -LCD 16x2 Alphanumeric 16pin -0 -20 -16 -Display -LCD-016N002L -16 x 2 Character LCD, http://www.vishay.com/product?docid=37299 -LCD-016N002L 16 x 2 Character LCD -0 -24 -20 -Display -LM16255 -LCD LM16255 16x2 character http://www.datasheetlib.com/datasheet/259542/lm16255_sharp-electronics.html -LCD 12x2 -0 -14 -14 -Display -NHD-0420H1Z -NHD-0420H1Z LCD http://www.newhavendisplay.com/specs/NHD-0420H1Z-FSW-GBW-33V3.pdf -NHD-0420H1Z LCD -0 -16 -16 -Display -NHD-C0220BiZ -NHD-C0220BiZ LCD http://www.newhavendisplay.com/specs/NHD-C0220BiZ-FSW-FBW-3V3M.pdf -NHD-C0220BiZ LCD -0 -10 -10 -Display -NHD-C12832A1Z-FSRGB -128x32 LCD with RGB backlight https://www.newhavendisplay.com/specs/NHD-C12832A1Z-FSRGB-FBW-3V.pdf -lcd rgb st7565 -0 -21 -21 -Display -OLED-128O064D -128x64 OLED display -display oled -0 -30 -30 -Display -RC1602A -http://www.raystar-optronics.com/down.php?ProID=18 -LCD 16x2 Alphanumeric 16pin -0 -22 -18 -Display -WC1602A -LCD 16x2 http://www.wincomlcd.com/pdf/WC1602A-SFYLYHTC06.pdf -LCD 16x2 Alphanumeric 16pin -0 -20 -16 -Display_7Segment -7SEGMENT-LED__HDSM531_HDSM533_SMD -7-Segment Display, HDSM53x, https://docs.broadcom.com/docs/AV02-0713EN -7segment LED HDSM531 HDSM533 -0 -10 -10 -Display_7Segment -7SegmentLED_LTS6760_LTS6780 -7-Segment Display, LTS67x0, http://optoelectronics.liteon.com/upload/download/DS30-2001-355/S6760jd.pdf -7Segment LED LTS6760 LTS6780 -0 -10 -10 -Display_7Segment -AD-121F2 -Single Digit 7-segment RGB LED Display, 1-inch digit height, common anode, http://usasyck.com/products/AD-121F2_cat_e.pdf -RGB LED digit -0 -22 -22 -Display_7Segment -AFF_2x7SEG-DIGIT_10mm -Afficheur 7 segments 10mm DIGIT -AFFICHEUR -0 -16 -16 -Display_7Segment -CA56-12CGKWA -4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12CGKWA(Ver.9A).pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CA56-12EWA -4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12EWA.pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CA56-12SEKWA -4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SEKWA(Ver.7A).pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CA56-12SRWA -4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-12SRWA.pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CA56-12SURKWA -4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SURKWA(Ver.8A).pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CA56-12SYKWA -4 digit 7 segment green LED, http://www.kingbright.com/attachments/file/psearch/000/00/00/CA56-12SYKWA(Ver.6A).pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CC56-12GWA -4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CA56-11GWA.pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -CC56-12YWA -4 digit 7 segment green LED, http://www.kingbrightusa.com/images/catalog/SPEC/CC56-12YWA.pdf -4 digit 7 segment green LED -0 -12 -12 -Display_7Segment -D1X8K -https://ia800903.us.archive.org/24/items/CTKD1x8K/Cromatek%20D168K.pdf -Single digit 7 segment ultra bright red -0 -10 -10 -Display_7Segment -DA04-11CGKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11CGKWA(Ver.6A).pdf -Dubble digit green 7 segment LED display -0 -16 -16 -Display_7Segment -DA04-11SEKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SEKWA(Ver.9A).pdf -Dubble digit super bright orange 7 segment LED display -0 -16 -16 -Display_7Segment -DA04-11SURKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SURKWA(Ver.10A).pdf -Dubble digit hyper red 7 segment LED display -0 -16 -16 -Display_7Segment -DA04-11SYKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA04-11SYKWA(Ver.6A).pdf -Dubble digit super bright yellow 7 segment LED display -0 -16 -16 -Display_7Segment -DA56-11CGKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11CGKWA(Ver.16A).pdf -Double digit seven segment green LED display -0 -18 -18 -Display_7Segment -DA56-11SEKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SEKWA(Ver.9A).pdf -Double digit seven segment super bright orange LED display -0 -18 -18 -Display_7Segment -DA56-11SURKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SURKWA(Ver.11A).pdf -Double digit seven segment hyper red LED display -0 -18 -18 -Display_7Segment -DA56-11SYKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/DA56-11SYKWA(Ver.11A).pdf -Double digit seven segment super bright yellow LED display -0 -18 -18 -Display_7Segment -DE113-XX-XX -http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf -3 1/5 digit LOW BAT + 7-Segment LCD -0 -40 -40 -Display_7Segment -DE114-RS-20 -http://www.display-elektronik.de/filter/DE113-RS-20_635.pdf -3 1/5 digit reflective LCD LOW-BAT + 7-Segment -0 -40 -40 -Display_7Segment -DE119-XX-XX -https://www.display-elektronik.de/filter/DE119-RS-20_635.pdf -4 digit 7 segment LCD -0 -40 -40 -Display_7Segment -DE122-XX-XX -http://www.display-elektronik.de/filter/DE122-RS-20_635.pdf -6 digit 7 segment LCD -0 -50 -50 -Display_7Segment -DE152-XX-XX -https://tft-module.de/filter/DE152-RS-20_75.pdf -4 digit 7 segment LCD -0 -40 -40 -Display_7Segment -DE170-XX-XX -http://www.display-elektronik.de/filter/DE170-RS-20_75.pdf -3 1/5 digit reflective arrow bat + 7 segment LCD -0 -40 -40 -Display_7Segment -ELD_426XXXX -http://www.everlight.com/file/ProductFile/D426SYGWA-S530-E2.pdf -Double digit 7 segment brilliant yellow green LED -0 -10 -10 -Display_7Segment -HDSP-7401 -One digit 7 segment yellow, https://docs.broadcom.com/docs/AV02-2553EN -One digit 7 segment yellow -0 -10 -10 -Display_7Segment -HDSP-7507 -+-1 overflow 7 segment high efficiency red, https://docs.broadcom.com/docs/AV02-2553EN -+-1 overflow 7 segment high efficiency red -0 -10 -10 -Display_7Segment -HDSP-7801 -One digit 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN -One digit 7 segment green -0 -10 -10 -Display_7Segment -HDSP-7807 -+-1 overflow 7 segment green, https://docs.broadcom.com/docs/AV02-2553EN -+-1 overflow 7 segment green -0 -10 -10 -Display_7Segment -HDSP-A151 -One digit 7 segment red, https://docs.broadcom.com/docs/AV02-2553EN -One digit 7 segment high efficiency red -0 -10 -10 -Display_7Segment -HDSP-A401 -One digit 7 segment orange, common anode, https://docs.broadcom.com/docs/AV02-2553EN -One digit 7 segment orange common anode -0 -10 -10 -Display_7Segment -KCSC02-105 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-105(Ver.9A).pdf -Single digit 7 segement hyper red LED -0 -10 -10 -Display_7Segment -KCSC02-106 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-106(Ver.10A).pdf -Single digit 7 segement super bright orange LED -0 -10 -10 -Display_7Segment -KCSC02-107 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-107(Ver.9A).pdf -Single digit 7 segement super bright yellow LED -0 -10 -10 -Display_7Segment -KCSC02-123 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-123(Ver.10A).pdf -Single digit 7 segement super bright yellow LED -0 -10 -10 -Display_7Segment -KCSC02-136 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KCSC02-136(Ver.6B).pdf -Single digit 7 segement super bright yellow LED -0 -10 -10 -Display_7Segment -LTC-4627Jx -http://optoelectronics.liteon.com/upload/download/DS30-2001-393/C4627JG.pdf -4 digit 7 segment LED -0 -14 -14 -Display_7Segment -MAN71A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment red LED with right dot -0 -14 -14 -Display_7Segment -MAN72A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment red LED with left dot -0 -14 -14 -Display_7Segment -MAN73A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -Overflow +- 1 red LED -0 -14 -14 -Display_7Segment -MAN3410A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment green LED with dot -0 -14 -14 -Display_7Segment -MAN3420A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment green LED with left dot -0 -14 -14 -Display_7Segment -MAN3610A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment orange LED with right dot -0 -14 -14 -Display_7Segment -MAN3620A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment orange LED with left dot -0 -14 -14 -Display_7Segment -MAN3630A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -Overflow +- 1 orange LED -0 -14 -14 -Display_7Segment -MAN3810A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment yellow LED with right dot -0 -14 -14 -Display_7Segment -MAN3820A -https://www.digchip.com/datasheets/parts/datasheet/161/MAN3640A-pdf.php -One digit 7 segment yellow LED with left dot -0 -14 -14 -Display_7Segment -SA15-11xxx -http://www.kingbrightusa.com/images/catalog/SPEC/SA15-11SRWA.pdf -SA15-11xxx single digit 7 segment display 38.1mm 1.5inch -0 -10 -10 -Display_7Segment -SBC18-11SURKCGKWA -http://www.kingbright.com/attachments/file/psearch/000/00/00/SBC18-11SURKCGKWA(Ver.6A).pdf -single digit 7 segemnt red/green LED -0 -10 -10 -Display_7Segment -Sx39-1xxxxx -Single digit 7 segment LED display in red, yellow or green colour http://www.kingbrightusa.com/images/catalog/SPEC/sa39-11ewa.pdf -One digit LED 7 segment SA39-11 SC39-11 SA39-12 SC39-12 -0 -10 -10 -Ferrite_THT -LairdTech_28C0236-0JW-10 -Ferrite, vertical, LairdTech 28C0236-0JW-10, https://assets.lairdtech.com/home/brandworld/files/28C0236-0JW-10.pdf, JW Miller core https://www.bourns.com/products/magnetic-products/j.w.-miller-through-hole-ferrite-beads-emi-filters -Ferrite vertical LairdTech 28C0236-0JW-10 -0 -2 -2 -Fiducial -Fiducial_0.5mm_Mask1.5mm -Circular Fiducial, 0.5mm bare copper, 1.5mm soldermask opening -fiducial -0 -1 -0 -Fiducial -Fiducial_0.5mm_Mask1mm -Circular Fiducial, 0.5mm bare copper, 1mm soldermask opening (Level C) -fiducial -0 -1 -0 -Fiducial -Fiducial_0.75mm_Mask1.5mm -Circular Fiducial, 0.75mm bare copper, 1.5mm soldermask opening (Level B) -fiducial -0 -1 -0 -Fiducial -Fiducial_0.75mm_Mask2.25mm -Circular Fiducial, 0.75mm bare copper, 2.25mm soldermask opening -fiducial -0 -1 -0 -Fiducial -Fiducial_1.5mm_Mask3mm -Circular Fiducial, 1.5mm bare copper, 3mm soldermask opening -fiducial -0 -1 -0 -Fiducial -Fiducial_1.5mm_Mask4.5mm -Circular Fiducial, 1.5mm bare copper, 4.5mm soldermask opening -fiducial -0 -1 -0 -Fiducial -Fiducial_1mm_Mask2mm -Circular Fiducial, 1mm bare copper, 2mm soldermask opening (Level A) -fiducial -0 -1 -0 -Fiducial -Fiducial_1mm_Mask3mm -Circular Fiducial, 1mm bare copper, 3mm soldermask opening (recommended) -fiducial -0 -1 -0 -Filter -Filter_1109-5_1.1x0.9mm -5-pin SAW filter package - 1.1x0.9 mm Body; (see https://www.murata.com/~/media/webrenewal/support/library/catalog/products/filter/rf/p73e.ashx?la=en-gb) -Filter 5 -0 -5 -5 -Filter -Filter_1411-5_1.4x1.1mm -5-pin filter package - 1.4x1.1 mm Body; (see https://global.kyocera.com/prdct/electro/product/pdf/sf14_tdlte.pdf) -Filter 5 -0 -5 -5 -Filter -Filter_Bourns_SRF0905_6.0x9.2mm -https://www.bourns.com/docs/Product-Datasheets/SRF0905.pdf -Line Filter -0 -4 -4 -Filter -Filter_FILTERCON_1FPxx -0.5A, 250VAC, 50/60Hz line filter (https://filtercon.com.pl/wp-content/uploads/2019/07/Karta-katalogowa-FP-12-1.pdf) -EMI filter -0 -4 -4 -Filter -Filter_Mini-Circuits_FV1206 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206.pdf -Mini-Circuits Filter SMD 1206 -0 -6 -4 -Filter -Filter_Mini-Circuits_FV1206-1 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-1.pdf -Mini-Circuits Filter SMD 1206 -0 -6 -6 -Filter -Filter_Mini-Circuits_FV1206-4 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-4.pdf -Mini-Circuits Filter SMD 1206 -0 -8 -4 -Filter -Filter_Mini-Circuits_FV1206-5 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-5.pdf -Mini-Circuits Filter SMD 1206 -0 -8 -4 -Filter -Filter_Mini-Circuits_FV1206-6 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-6.pdf -Mini-Circuits Filter SMD 1206 -0 -14 -8 -Filter -Filter_Mini-Circuits_FV1206-7 -Mini-Circuits Filter SMD 1206 https://ww2.minicircuits.com/case_style/FV1206-7.pdf -Mini-Circuits Filter SMD 1206 -0 -5 -3 -Filter -Filter_Murata_BNX025 -https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 -EMI Filter -0 -6 -4 -Filter -Filter_Murata_BNX025_ThermalVias -https://www.murata.com/en-us/products/productdata/8796778004510/QNFH9101.pdf?1496719830000 -EMI Filter -0 -19 -4 -Filter -Filter_Murata_SFECF-6 -SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf -10.7MHz smd ceramic -0 -6 -6 -Filter -Filter_Murata_SFECF-6_HandSoldering -SMD Type 10.7MHz Ceramic Filter https://www.murata.com/en-us/products/filter/cerafil/sfecf -10.7MHz smd ceramic -0 -6 -6 -Filter -Filter_SAW-6_3.8x3.8mm -6-pin 3.8 x 3.8mm SAW filter package, https://www.golledge.com/media/3785/mp08167.pdf -SAW filter 6-pin -0 -6 -6 -Filter -Filter_SAW-8_3.8x3.8mm -8-pin 3.8x3.8mm SAW filter, https://www.golledge.com/media/1831/ma05497.pdf -SAW filter 8-pin -0 -8 -8 -Filter -Filter_SAW_Epcos_DCC6C_3x3mm -EPCOS/TDK Electronics/Qualcomm DCC6c SAW filter package based on EPCOS app note 93 (https://www.catagle.com/45-2/PDF_AN93.htm) -SAW filter 6-pin -0 -6 -6 -Filter -Filter_Schaffner_FN405 -Compact PCB mounting EMI filter (https://www.schaffner.com/de/produkte/download/product/datasheet/fn-405-pcb-mounting-filter/) -EMI filter -0 -5 -5 -Filter -Filter_Schaffner_FN406 -Ultra Compact EMC Filter (https://www.schaffner.com/products/download/product/datasheet/fn-406-ultra-compact-emc-filter/) -emi filter -0 -5 -5 -Fuse -Fuse_0402_1005Metric -Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_0402_1005Metric_Pad0.77x0.64mm_HandSolder -Fuse SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_0603_1608Metric -Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_0603_1608Metric_Pad1.05x0.95mm_HandSolder -Fuse SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_0805_2012Metric -Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_0805_2012Metric_Pad1.15x1.40mm_HandSolder -Fuse SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_1206_3216Metric -Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_1206_3216Metric_Pad1.42x1.75mm_HandSolder -Fuse SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_1210_3225Metric -Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder -Fuse SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_1812_4532Metric -Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_1812_4532Metric_Pad1.30x3.40mm_HandSolder -Fuse SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_2010_5025Metric -Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_2010_5025Metric_Pad1.52x2.65mm_HandSolder -Fuse SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_2512_6332Metric -Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_2512_6332Metric_Pad1.52x3.35mm_HandSolder -Fuse SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_2920_7451Metric -Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator -fuse -0 -2 -2 -Fuse -Fuse_2920_7451Metric_Pad2.10x5.45mm_HandSolder -Fuse SMD 2920 (7451 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://www.megastar.com/products/fusetronic/polyswitch/PDF/smd2920.pdf), generated with kicad-footprint-generator -fuse handsolder -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0005FF_L8.3mm_W3.8mm -Fuse 0ZRE0005FF, BelFuse, Radial Leaded PTC, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0008FF_L8.3mm_W3.8mm -Fuse 0ZRE0008FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0012FF_L8.3mm_W3.8mm -Fuse 0ZRE0012FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0016FF_L9.9mm_W3.8mm -Fuse 0ZRE0016FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0025FF_L9.6mm_W3.8mm -Fuse 0ZRE0025FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0033FF_L11.4mm_W3.8mm -Fuse 0ZRE0033FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0040FF_L11.5mm_W3.8mm -Fuse 0ZRE0040FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0055FF_L14.0mm_W4.1mm -Fuse 0ZRE0055FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0075FF_L11.5mm_W4.8mm -Fuse 0ZRE0075FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0100FF_L18.7mm_W5.1mm -Fuse 0ZRE0100FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0125FF_L21.2mm_W5.3mm -Fuse 0ZRE0125FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0150FF_L23.4mm_W5.3mm -Fuse 0ZRE0150FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_BelFuse_0ZRE0200FF_L24.9mm_W6.1mm -Fuse 0ZRE0200FF, BelFuse, Radial Leaded PTC,https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0zre-series.pdf -0ZRE BelFuse radial PTC -0 -2 -2 -Fuse -Fuse_Blade_ATO_directSolder -car blade fuse direct solder -car blade fuse -0 -2 -2 -Fuse -Fuse_Blade_Mini_directSolder -car blade fuse mini, direct solder -car blade fuse mini -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG300 -PTC Resettable Fuse, Ihold = 3.0A, Itrip=5.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG400 -PTC Resettable Fuse, Ihold = 4.0A, Itrip=6.8A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG500 -PTC Resettable Fuse, Ihold = 5.0A, Itrip=8.5A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG600 -PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.2A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG650 -PTC Resettable Fuse, Ihold = 6.5A, Itrip=11.1A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG700 -PTC Resettable Fuse, Ihold = 7.0A, Itrip=11.9A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG800 -PTC Resettable Fuse, Ihold = 8.0A, Itrip=13.6A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG900 -PTC Resettable Fuse, Ihold = 9.0A, Itrip=15.3A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG1000 -PTC Resettable Fuse, Ihold = 10.0A, Itrip=17.0A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RG1100 -PTC Resettable Fuse, Ihold = 11.0A, Itrip=18.7A, http://www.bourns.com/docs/Product-Datasheets/mfrg.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT050 -PTC Resettable Fuse, Ihold = 0.5A, Itrip=0.92A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT070 -PTC Resettable Fuse, Ihold = 0.7A, Itrip=1.4A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT100 -PTC Resettable Fuse, Ihold = 1.0A, Itrip=1.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT200 -PTC Resettable Fuse, Ihold = 2.0A, Itrip=3.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT300 -PTC Resettable Fuse, Ihold = 3.0A, Itrip=6.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT400 -PTC Resettable Fuse, Ihold = 4.0A, Itrip=7.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT500 -PTC Resettable Fuse, Ihold = 5.0A, Itrip=9.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT550 -PTC Resettable Fuse, Ihold = 5.5A, Itrip=10.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT600 -PTC Resettable Fuse, Ihold = 6.0A, Itrip=10.8A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT650 -PTC Resettable Fuse, Ihold = 6.5A, Itrip=12.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT700 -PTC Resettable Fuse, Ihold = 7.0A, Itrip=13.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT750 -PTC Resettable Fuse, Ihold = 7.5A, Itrip=13.1A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT800 -PTC Resettable Fuse, Ihold = 8.0A, Itrip=15.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT900 -PTC Resettable Fuse, Ihold = 9.0A, Itrip=16.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT1000 -PTC Resettable Fuse, Ihold = 10.0A, Itrip=18.5A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT1100 -PTC Resettable Fuse, Ihold = 11.0A, Itrip=20.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-RHT1300 -PTC Resettable Fuse, Ihold = 13.0A, Itrip=24.0A, http://www.bourns.com/docs/product-datasheets/mfrht.pdf -ptc resettable fuse polyfuse THT -0 -2 -2 -Fuse -Fuse_Bourns_MF-SM_7.98x5.44mm -https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf -bourns ptc resettable fuse polyfuse MF-SM MF-SMHT -0 -2 -2 -Fuse -Fuse_Bourns_MF-SM_9.5x6.71mm -https://www.bourns.com/docs/Product-Datasheets/mfsm.pdf -bourns ptc resettable fuse polyfuse MF-SM MF-SMHT -0 -2 -2 -Fuse -Fuse_Bourns_TBU-CA -Bourns TBU-CA Fuse, 2 Pin (https://www.bourns.com/data/global/pdfs/TBU-CA.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Bourns Fuse NoLead -0 -3 -3 -Fuse -Fuse_Littelfuse-LVR100 -Littelfuse, resettable fuse, PTC, polyswitch LVR100, Ih 1A http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf -LVR100 PTC resettable polyswitch -0 -2 -2 -Fuse -Fuse_Littelfuse-LVR125 -Littelfuse, resettable fuse, PTC, polyswitch LVR125, Ih 1.25A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf -LVR125 PTC resettable polyswitch -0 -2 -2 -Fuse -Fuse_Littelfuse-LVR200 -Littelfuse, resettable fuse, PTC, polyswitch LVR200, Ih 2A, http://www.littelfuse.com/~/media/electronics/datasheets/resettable_ptcs/littelfuse_ptc_lvr_catalog_datasheet.pdf.pdf -LVR200 PTC resettable polyswitch -0 -2 -2 -Fuse -Fuse_Littelfuse-NANO2-451_453 -Littelfuse NANO2 https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_451_453_datasheet.pdf.pdf -Fuse Nano2 -0 -2 -2 -Fuse -Fuse_Littelfuse-NANO2-462 -Littelfuse NANO2, 250VAC/VDC, 350VAC/VDC, 10.5 x 4.5 x 4.5mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=6201db33-6e55-43f2-b41f-15e38bdd2c99&filename=littelfuse-fuse-462-datasheet -Fuse Nano2 462 -0 -2 -2 -Fuse -Fuse_Littelfuse-NANO2-885 -Littelfuse NANO2, 350VAC, 450/500VDC, 10.86 x 4.78 x 4.78mm, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=888f12ed-ed3b-4b45-b910-06af8854ad76&filename=littelfuse-fuse-885-datasheet -Fuse Nano2 885 -0 -2 -2 -Fuse -Fuse_Littelfuse_372_D8.50mm -Fuse, Littelfuse, 372, 8.5x8mm, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_372_datasheet.pdf.pdf -fuse tht radial -0 -2 -2 -Fuse -Fuse_Littelfuse_395Series -Fuse, TE5, Littelfuse/Wickmann, No. 460, No560, -Fuse TE5 Littelfuse/Wickmann No. 460 No560 -0 -2 -2 -Fuse -Fuse_Schurter_UMT250 -Surface Mount Fuse, 3 x 10.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMT_250.pdf) -Schurter fuse smd -0 -2 -2 -Fuse -Fuse_Schurter_UMZ250 -Surface Mount Fuse with Clip, 4.2 x 11.1 mm, Time-Lag T, 250 VAC, 125 VDC (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_UMZ_250.pdf) -fuse smd mount holder -0 -2 -2 -Fuse -Fuse_SunFuse-6HP -SunFuse Ceramic Slow Blow Fuse 6H_6HP.PDF -UL/CSA 6x32mm Ceramic Slow Blow Fuse -0 -2 -2 -Fuse -Fuseholder_Blade_ATO_Littelfuse_Pudenz_2_Pin -Fuseholder ATO Blade littelfuse Pudenz 2 Pin -Fuseholder ATO Blade littelfuse Pudenz 2 Pin -0 -2 -2 -Fuse -Fuseholder_Blade_Mini_Keystone_3568 -fuse holder, car blade fuse mini, http://www.keyelco.com/product-pdf.cfm?p=306 -car blade fuse mini -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Bel_FC-203-22_Lateral_P17.80x5.00mm_D1.17mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Lateral, Horizontal, Bel FC-203-22, https://www.belfuse.com/resources/datasheets/circuitprotection/ds-cp-0672-fuse-clips-series.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Eaton_1A5601-01_Inline_P20.80x6.76mm_D1.70mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Eaton 1A5601-01, https://www.eaton.com/content/dam/eaton/products/electronic-components/resources/data-sheet/eaton-1axxxx-pcb-fuse-clips-atc-atm-blade-data-sheet.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Keystone_3512P_Inline_P23.62x7.27mm_D1.02x2.41x1.02x1.57mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512P, http://www.keyelco.com/product-pdf.cfm?p=1386 -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Keystone_3512_Inline_P23.62x7.27mm_D1.02x1.57mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3512, http://www.keyelco.com/product-pdf.cfm?p=356 -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Keystone_3517_Inline_P23.11x6.76mm_D1.70mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3517, http://www.keyelco.com/product-pdf.cfm?p=354 -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Keystone_3518P_Inline_P23.11x6.76mm_D2.44x1.70mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Keystone 3518P, http://www.keyelco.com/product-pdf.cfm?p=1387 -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_100_Inline_P20.50x4.60mm_D1.30mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 100, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_111_Inline_P20.00x5.00mm_D1.05mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_111_Lateral_P18.80x5.00mm_D1.17mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 111 (501 and 506), https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_445-030_Inline_P20.50x5.20mm_D1.30mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 445/030, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_519_Inline_P20.60x5.00mm_D1.00mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 519, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_111_519_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_520_Inline_P20.50x5.80mm_D1.30mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 520, https://m.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Littelfuse_521_Lateral_P17.00x5.00mm_D1.30mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 521, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Schurter_CQM_Inline_P20.60x5.00mm_D1.00mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter CQM (0752), https://www.schurter.com/en/datasheet/typ_CQM.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-5x20mm_Schurter_OG_Lateral_P15.00x5.00mm_D1.3mm_Horizontal -Fuseholder Clips, 5x20mm Cylinder Fuse, Pins Inline, Horizontal, Schurter OG, https://ch.schurter.com/en/datasheet/typ_OG__Clip__5x20.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-6.3x32mm_Littelfuse_102_122_Inline_P34.21x7.62mm_D1.98mm_Horizontal -Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102/122 Straight Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-6.3x32mm_Littelfuse_102_Inline_P34.21x7.62mm_D2.54mm_Horizontal -Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-6.3x32mm_Littelfuse_122_Inline_P34.21x7.62mm_D2.54mm_Horizontal -Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 122 Bowed Leads, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_102_122_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Clip-6.3x32mm_Littelfuse_102071_Inline_P34.70x7.60mm_D2.00mm_Horizontal -Fuseholder Clips, 6.3x32mm Cylinder Fuse, Pins Inline, Horizontal, Littelfuse 102071, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_520_521_102071_datasheet.pdf.pdf -fuse clip open -0 -4 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Bulgin_FX0456_Vertical_Closed -Fuseholder, 5x20, closed, vertical, Bulgin, FX0456, https://www.bulgin.com/products/pub/media/bulgin/data/Fuseholders.pdf -Fuseholder 5x20 closed vertical Bulgin FX0456 Sicherungshalter -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Bulgin_FX0457_Horizontal_Closed -Fuseholder, 5x20, closed, horizontal, Bulgin, FX0457, Sicherungshalter, -Fuseholder 5x20 closed horizontal Bulgin FX0457 Sicherungshalter -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_EATON_H15-V-1_Vertical_Closed -PCB fuse holders for 5 mm x 20 mm fuses; 250V; 10A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/bus-elx-ds-4426-h15.pdf) -fuse holder vertical 5x20mm -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_EATON_HBV_Vertical_Closed -5 mm x 20 mm fuse holders; Vertical w/ Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) -fuse holder vertical 5x20mm -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_EATON_HBW_Vertical_Closed -5 mm x 20 mm fuse holders; Vertical w/o Stability Pins; 250V; 6.3-16A (http://www.cooperindustries.com/content/dam/public/bussmann/Electronics/Resources/product-datasheets/Bus_Elx_DS_2118_HB_PCB_Series.pdf) -fuse holder vertical 5x20mm -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Schurter_0031_8201_Horizontal_Open -Fuseholder horizontal open, 5x20mm, 500V, 16A, Schurter 0031.8201, https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN.pdf -Fuseholder horizontal open 5x20 Schurter 0031.8201 -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Schurter_FAB_0031-355x_Horizontal_Closed -Fuseholder 5x20mm horizontal Shurter model FAB, Suitable for order numbers 0031.3551 and 0031.3558 (https://www.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FAB.pdf) -Fuseholder 5x20mm closed horizontal -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Schurter_FPG4_Vertical_Closed -Shock-Safe Fuseholder, 5 x 20 mm, Slotted Cap/Fingergrip, vertical, IEC 60335-1; 250VAC/10A VDE; 500V/16A UL/CSA (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FPG4.pdf) -fuse holder vertical 5x20mm -0 -4 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Schurter_FUP_0031.2510_Horizontal_Closed -Shock-Safe closed Fuseholder, Schurter FUP Series, 5.0 x 20mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2510 (0031.2500 + 0031.2323), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf -Fuseholder 5x20mm horizontal closed -0 -3 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Schurter_OGN-SMD_Horizontal_Open -Fuseholder horizontal open, 5x20mm, 500V, 16A (https://us.schurter.com/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_OGN-SMD.pdf) -Fuseholder horizontal open 5x20 Schurter 0031.8221 -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Stelvio-Kontek_PTF78_Horizontal_Open -https://www.tme.eu/en/Document/3b48dbe2b9714a62652c97b08fcd464b/PTF78.pdf -Fuseholder horizontal open 5x20 Stelvio-Kontek PTF/78 -0 -2 -2 -Fuse -Fuseholder_Cylinder-5x20mm_Wuerth_696103101002-SMD_Horizontal_Open -Fuseholder horizontal open 5x20mm 250V 10A Würth 696103101002 -Fuseholder horizontal open 5x20mm 250V 10A -0 -2 -2 -Fuse -Fuseholder_Cylinder-6.3x32mm_Schurter_0031-8002_Horizontal_Open -Fuseholder, horizontal, open, 6.3x32, Schurter, 0031.8002, https://www.schurter.com/en/datasheet/typ_OG__Holder__6.3x32.pdf -Fuseholder horizontal open 6.3x32 Schurter 0031.8002 -0 -2 -2 -Fuse -Fuseholder_Cylinder-6.3x32mm_Schurter_FUP_0031.2520_Horizontal_Closed -Shock-Safe closed Fuseholder, Schurter FUP Series, 6.3 x 32 mm, Slotted Cap, horizontal, 500 VAC 4W/16A (VDE), 600V 30A (UL/CSA), order numbers: 0031.2520 (0031.2500 + 0031.2321), http://www.schurter.ch/bundles/snceschurter/epim/_ProdPool_/newDS/en/typ_FUP.pdf -Fuseholder 6.3x32mm horizontal closed -0 -3 -2 -Fuse -Fuseholder_Keystone_3555-2 -Maxi APX ATX Automotive Blade Fuse Clip Holder https://www.keyelco.com/userAssets/file/M65p40.pdf -Maxi APX ATX Automotive Blade Fuse Clip Holder -0 -4 -2 -Fuse -Fuseholder_Littelfuse_100_series_5x20mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_100_series_5x25mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_100_series_5x30mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_445_030_series_5x20mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_445_030_series_5x25mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_445_030_series_5x30mm -Littelfuse clips, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_clips/littelfuse_fuse_clip_100_445_030_520_datasheet.pdf.pdf -Fuseholder clips -0 -4 -2 -Fuse -Fuseholder_Littelfuse_Nano2_154x -Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_154_154t_154l_154tl_datasheet.pdf.pdf -SMD Nano2 holder -0 -2 -2 -Fuse -Fuseholder_Littelfuse_Nano2_157x -Littelfuse NANO2 holder, https://www.littelfuse.com/~/media/electronics/datasheets/fuses/littelfuse_fuse_157_datasheet.pdf.pdf -SMD Nano2 holder -0 -2 -2 -Fuse -Fuseholder_TR5_Littelfuse_No560_No460 -Fuse, Fuseholder, TR5, Littelfuse/Wickmann, No. 460, No560, https://www.littelfuse.com/~/media/electronics/datasheets/fuse_holders/littelfuse_fuse_holder_559_560_datasheet.pdf.pdf -Fuse Fuseholder TR5 Littelfuse/Wickmann No. 460 No560 -0 -2 -2 -Heatsink -Heatsink_35x26mm_1xFixation3mm_Fischer-SK486-35 -Heatsink, 35mm x 26mm, 1x Fixation 3mm, Fischer SK486-35 -heatsink -0 -1 -1 -Heatsink -Heatsink_38x38mm_SpringFixation -Heatsink, 38x38mm, Spring Fixation, diagonal, -heatsink -0 -4 -1 -Heatsink -Heatsink_62x40mm_2xFixation3mm -Heatsink, 62 x 40mm, 2x 3mm Drills, -heatsink -0 -2 -1 -Heatsink -Heatsink_125x35x50mm_3xFixationM3 -Heatsink, 125x35x50mm, 3 fixation holes 3.2mm -heatsink -0 -0 -0 -Heatsink -Heatsink_AAVID_573300D00010G_TO-263 -Heatsink, 12.70mm x 26.16mm x 10.16, SMD, 18K/W, TO-263, D2 Pak, https://www.shopaavid.com/Product/573300D00000G -Heatsink AAVID TO-263 D2 Pak -0 -2 -1 -Heatsink -Heatsink_AAVID_576802B03900G -Heatsink, 14.48x12.7x19.05mm, TO-220/ TO-262, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Plug-In-5768.pdf -heatsink -0 -1 -1 -Heatsink -Heatsink_AAVID_590302B03600G -Heatsink, 25.4x25.4x42.54mm, TO-220, https://www.boydcorp.com/aavid-datasheets/Board-Level-Cooling-Channel-5903.pdf -heatsink -0 -2 -2 -Heatsink -Heatsink_AAVID_TV5G_TO220_Horizontal -Heatsink TV5G TO-220 Horizontal, https://www.shopaavid.com/Product/TV-5G -Heatsink TV5G TO-220 Horizontal -0 -0 -0 -Heatsink -Heatsink_Fischer_FK224xx2201_25x8.3mm -25x8.3mm Heatsink, 18K/W, TO-220, https://www.fischerelektronik.de/web_fischer/en_GB/$catalogue/fischerData/PR/FK224_220_1_/datasheet.xhtml?branch=heatsinks -heatsink TO-220 -0 -2 -1 -Heatsink -Heatsink_Fischer_FK24413D2PAK_26x13mm -26x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d2_pak.pdf -heatsink TO-252 TO-263 TO-268 -0 -2 -1 -Heatsink -Heatsink_Fischer_FK24413DPAK_23x13mm -23x13 mm SMD heatsink for TO-252 TO-263 TO-268, https://www.fischerelektronik.de/pim/upload/fischerData/cadpdf/base/fk_244_13_d_pak.pdf -heatsink TO-252 TO-263 TO-268 -0 -2 -1 -Heatsink -Heatsink_Fischer_SK104-STC-STIC_35x13mm_2xDrill2.5mm -Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, -Heatsink fischer TO-220 -0 -2 -1 -Heatsink -Heatsink_Fischer_SK104-STCB_35x13mm__2xDrill3.5mm_ScrewM3 -Heatsink, 35mm x 13mm, 2x Fixation 2,5mm Drill, Soldering, Fischer SK104-STC-STIC, -Heatsink fischer TO-220 -0 -2 -1 -Heatsink -Heatsink_Fischer_SK129-STS_42x25mm_2xDrill2.5mm -Heatsink, Fischer SK129 -heatsink fischer -0 -2 -1 -Heatsink -Heatsink_SheetType_50x7mm_2Fixations -Heatsink, Sheet type, 50x7mm, 2 fixations (solder), -Heatsink sheet -0 -2 -1 -Heatsink -Heatsink_Stonecold_HS-130_30x12mm_2xFixation2.5mm -Heatsink, StoneCold HS, https://www.tme.eu/Document/da20d9b42617e16f6777c881dc9e3434/hs-130.pdf -heatsink -0 -2 -1 -Heatsink -Heatsink_Stonecold_HS-132_32x14mm_2xFixation1.5mm -Heatsink, StoneCold HS -heatsink -0 -2 -1 -Heatsink -Heatsink_Stonecold_HS-S01_13.21x6.35mm -Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf -heatsink -0 -0 -0 -Heatsink -Heatsink_Stonecold_HS-S02_13.21x9.53mm -Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf -heatsink -0 -0 -0 -Heatsink -Heatsink_Stonecold_HS-S03_13.21x12.7mm -Heatsink, Stonecold, HS, https://www.tme.eu/Document/f7f93f538b934e0b08e09747396fb95f/hs-s.pdf -heatsink -0 -0 -0 -Inductor_SMD -L_6.3x6.3_H3 -Choke, SMD, 6.3x6.3mm 3mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_7.3x7.3_H3.5 -Choke, SMD, 7.3x7.3mm 3.5mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_7.3x7.3_H4.5 -Choke, SMD, 7.3x7.3mm 4.5mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_10.4x10.4_H4.8 -Choke, SMD, 10.4x10.4mm 4.8mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_12x12mm_H4.5mm -Choke, SMD, 12x12mm 4.5mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_12x12mm_H6mm -Choke, SMD, 12x12mm 6mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_12x12mm_H8mm -Choke, SMD, 12x12mm 8mm height -Choke SMD -0 -2 -2 -Inductor_SMD -L_0201_0603Metric -Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -inductor -0 -4 -2 -Inductor_SMD -L_0201_0603Metric_Pad0.64x0.40mm_HandSolder -Inductor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -4 -2 -Inductor_SMD -L_0402_1005Metric -Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_0402_1005Metric_Pad0.77x0.64mm_HandSolder -Inductor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_0603_1608Metric -Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_0603_1608Metric_Pad1.05x0.95mm_HandSolder -Inductor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_0805_2012Metric -Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_0805_2012Metric_Pad1.05x1.20mm_HandSolder -Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_0805_2012Metric_Pad1.15x1.40mm_HandSolder -Inductor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_01005_0402Metric -Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -inductor -0 -4 -2 -Inductor_SMD -L_01005_0402Metric_Pad0.57x0.30mm_HandSolder -Inductor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -4 -2 -Inductor_SMD -L_1008_2520Metric -Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_1008_2520Metric_Pad1.43x2.20mm_HandSolder -Inductor SMD 1008 (2520 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://ecsxtal.com/store/pdf/ECS-MPI2520-SMD-POWER-INDUCTOR.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_1206_3216Metric -Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_1206_3216Metric_Pad1.22x1.90mm_HandSolder -Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_1206_3216Metric_Pad1.42x1.75mm_HandSolder -Inductor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_1210_3225Metric -Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_1210_3225Metric_Pad1.42x2.65mm_HandSolder -Inductor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_1806_4516Metric -Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_1806_4516Metric_Pad1.45x1.90mm_HandSolder -Inductor SMD 1806 (4516 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 80, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_1812_4532Metric -Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_1812_4532Metric_Pad1.30x3.40mm_HandSolder -Inductor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_2010_5025Metric -Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_2010_5025Metric_Pad1.52x2.65mm_HandSolder -Inductor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_2512_6332Metric -Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor -0 -2 -2 -Inductor_SMD -L_2512_6332Metric_Pad1.52x3.35mm_HandSolder -Inductor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -inductor handsolder -0 -2 -2 -Inductor_SMD -L_AVX_LMLP07A7 -Inductor, AVX Kyocera, LMLP Series, style D, 6.6mmx7.3mm, 3.0mm height. (Script generated with StandardBox.py) (https://datasheets.avx.com/LMLPD.pdf) -Inductor LMLP -0 -2 -2 -Inductor_SMD -L_Abracon_ASPI-0630LR -smd shielded power inductor https://abracon.com/Magnetics/power/ASPI-0630LR.pdf -inductor abracon smd shielded -0 -2 -2 -Inductor_SMD -L_Abracon_ASPI-3012S -smd shielded power inductor http://www.abracon.com/Magnetics/power/ASPI-3012S.pdf -inductor abracon smd shielded -0 -2 -2 -Inductor_SMD -L_Abracon_ASPI-4030S -smd shielded power inductor 4x4x3mm, Abracon ASPI-4030S, https://abracon.com/Magnetics/power/ASPI-4030S.pdf -inductor abracon smd shielded -0 -2 -2 -Inductor_SMD -L_Bourns-SRN1060 -Bourns SRN1060 series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRN1060.pdf -Bourns SRN1060 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRN4018 -Bourns SRN4018 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRN4018.pdf -Bourns SRN4018 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRN6028 -Bourns SRN6028 series SMD inductor -Bourns SRN6028 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRN8040_8x8.15mm -Bourns SRN8040 series SMD inductor 8x8.15mm, https://www.bourns.com/docs/Product-Datasheets/SRN8040.pdf -Bourns SRN8040 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRR1005 -Bourns SRR1005 series SMD inductor -Bourns SRR1005 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRU1028_10.0x10.0mm -Bourns SRU1028 series SMD inductor, https://www.bourns.com/docs/Product-Datasheets/SRU1028.pdf -Bourns SRU1028 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRU8028_8.0x8.0mm -Bourns SRU8028 series SMD inductor -Bourns SRU8028 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns-SRU8043 -Bourns SRU8043 series SMD inductor -Bourns SRU8043 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SDR1806 -https://www.bourns.com/docs/Product-Datasheets/SDR1806.pdf -Bourns SDR1806 -0 -2 -2 -Inductor_SMD -L_Bourns_SRF1260 -Inductor, Bourns, SRF1260, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://www.bourns.com/docs/Product-Datasheets/SRF1260.pdf) -Inductor Bourns_SRF1260 -0 -4 -4 -Inductor_SMD -L_Bourns_SRN6045TA -http://www.bourns.com/docs/product-datasheets/srn6045ta.pdf -Semi-shielded Power Inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRN8040TA -https://www.bourns.com/docs/product-datasheets/srn8040ta.pdf -Inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRP1038C_10.0x10.0mm -Bourns SRP1038C series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1038C.pdf -Bourns SRP1038C SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRP1245A -Bourns SRP1245A series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRP1245A.pdf -Bourns SRP1245A SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRP1770TA_16.9x16.9mm -Bourns SRP1770TA series SMD Inductor http://www.bourns.com/docs/Product-Datasheets/SRP1770TA.pdf -Bourns SRP1770TA series SMD Inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRP2313AA -Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/product-datasheets/srp2313aa.pdf -Bourns SRR1260 SMD inductor -0 -4 -2 -Inductor_SMD -L_Bourns_SRP5030T -Inductor, Bourns, SRP5030T, 5.7mmx5.2mm (Script generated with StandardBox.py) (https://www.bourns.com/data/global/pdfs/SRP5030T.pdf) -Inductor Bourns_SRP5030T -0 -2 -2 -Inductor_SMD -L_Bourns_SRP7028A_7.3x6.6mm -Shielded Power Inductors (https://www.bourns.com/docs/product-datasheets/srp7028a.pdf) -Shielded Inductors Bourns SMD SRP7028A -0 -2 -2 -Inductor_SMD -L_Bourns_SRR1208_12.7x12.7mm -Bourns SRP1208 series SMD inductor https://www.bourns.com/pdfs/SRR1208.pdf -Bourns SRP1208 SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRR1210A -Bourns SRR1210A series SMD inductor https://www.bourns.com/docs/Product-Datasheets/SRR1210A.pdf -Bourns SRR1210A SMD inductor -0 -2 -2 -Inductor_SMD -L_Bourns_SRR1260 -Bourns SRR1260 series SMD inductor http://www.bourns.com/docs/Product-Datasheets/SRR1260.pdf -Bourns SRR1260 SMD inductor -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR3010S -Inductor, Changjiang, FNR3010S, 3.0x3.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR3012S -Inductor, Changjiang, FNR3012S, 3.0x3.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR3015S -Inductor, Changjiang, FNR3015S, 3.0x3.0x1.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR3021S -Inductor, Changjiang, FNR3021S, 3.0x3.0x2.35mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4010S -Inductor, Changjiang, FNR4010S, 4.0x4.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4012S -Inductor, Changjiang, FNR4012S, 4.0x4.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4015S -Inductor, Changjiang, FNR4015S, 4.0x4.0x1.65mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4018S -Inductor, Changjiang, FNR4018S, 4.0x4.0x1.8mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4020S -Inductor, Changjiang, FNR4020S, 4.0x4.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4026S -Inductor, Changjiang, FNR4026S, 4.0x4.0x2.6mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR4030S -Inductor, Changjiang, FNR4030S, 4.0x4.0x3.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5012S -Inductor, Changjiang, FNR5012S, 5.0x5.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5015S -Inductor, Changjiang, FNR5015S, 5.0x5.0x1.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5020S -Inductor, Changjiang, FNR5020S, 5.0x5.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5030S -Inductor, Changjiang, FNR5030S, 5.0x5.0x3.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5040S -Inductor, Changjiang, FNR5040S, 5.0x5.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR5045S -Inductor, Changjiang, FNR5045S, 5.0x5.0x4.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR6020S -Inductor, Changjiang, FNR6020S, 6.0x6.0x2.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR6028S -Inductor, Changjiang, FNR6028S, 6.0x6.0x2.8mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR6040S -Inductor, Changjiang, FNR6040S, 6.0x6.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR6045S -Inductor, Changjiang, FNR6045S, 6.0x6.0x4.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR8040S -Inductor, Changjiang, FNR8040S, 8.0x8.0x4.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR8050S -Inductor, Changjiang, FNR8050S, 8.0x8.0x5.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR8065S -Inductor, Changjiang, FNR8065S, 8.0x8.0x6.5mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR252010S -Inductor, Changjiang, FNR252010S, 2.5x2.0x1.0mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Changjiang_FNR252012S -Inductor, Changjiang, FNR252012S, 2.5x2.0x1.2mm, https://datasheet.lcsc.com/lcsc/1806131217_cjiang-Changjiang-Microelectronics-Tech-FNR5040S3R3NT_C167960.pdf -Inductor wirewound power shielded -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRA00040415 -Inductor, Chilisin, BMRA00040415, 4.6x4.1x1.5mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRA00040420 -Inductor, Chilisin, BMRA00040420, 4.6x4.1x2.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRA00050520 -Inductor, Chilisin, BMRA00050520, 5.7x5.4x1.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRA00050530 -Inductor, Chilisin, BMRA00050530, 5.7x5.4x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00050512 -Inductor, Chilisin, BMRB00050512, 5.7x5.4x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00050518 -Inductor, Chilisin, BMRB00050518, 5.7x5.4x1.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00050518-B -Inductor, Chilisin, BMRB00050518-B, 5.4x5.2x1.6mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00060612 -Inductor, Chilisin, BMRB00060612, 7.3x6.6x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00060618 -Inductor, Chilisin, BMRB00060618, 7.3x6.6x1.6mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00060624 -Inductor, Chilisin, BMRB00060624, 7.3x6.6x2.4mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRB00060650 -Inductor, Chilisin, BMRB00060650, 7.3x6.6x5.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRF00101040 -Inductor, Chilisin, BMRF00101040, 11.6x10.1x4.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRF00131350 -Inductor, Chilisin, BMRF00131350, 13.8x12.6x5.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRF00131360 -Inductor, Chilisin, BMRF00131360, 13.8x12.6x5.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRF00171770 -Inductor, Chilisin, BMRF00171770, 17.15x17.15x6.8mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRG00101030 -Inductor, Chilisin, BMRG00101030, 11.6x10.1x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRG00131360 -Inductor, Chilisin, BMRG00131360, 13.8x12.6x6.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRx00040412 -Inductor, Chilisin, BMRx00040412, 4.6x4.1x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRx00050512-B -Inductor, Chilisin, BMRx00050512-B, 5.4x5.2x1.2mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRx00050515 -Inductor, Chilisin, BMRx00050515, 5.7x5.4x1.5mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRx00060615 -Inductor, Chilisin, BMRx00060615, 7.3x6.6x1.3mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Chilisin_BMRx00060630 -Inductor, Chilisin, BMRx00060630, 7.3x6.6x3.0mm, https://www.chilisin.com/upload/media/product/power/file/BMRx_Series.pdf -Inductor bmrx mchi -0 -2 -2 -Inductor_SMD -L_Coilcraft_LPS3010 -Shielded Power Inductor SMD 3x3x1mm, Coilcraft LPS3010, https://www.coilcraft.com/pdfs/lps3010.pdf -inductor low profile -0 -2 -2 -Inductor_SMD -L_Coilcraft_LPS3314 -SMD Inductor, 3.3x3.3x1.4mm, Coilcraft LPS3314, https://www.coilcraft.com/pdfs/lps3314.pdf -L Coilcraft LPS3314 -0 -2 -2 -Inductor_SMD -L_Coilcraft_LPS4018 -SMD Inductor Coilcraft LPS4018 https://www.coilcraft.com/pdfs/lps4018.pdf -L Coilcraft LPS4018 -0 -2 -2 -Inductor_SMD -L_Coilcraft_LPS5030 -Shielded Power Inductor SMD, Coilcraft LPS5030, https://www.coilcraft.com/pdfs/lps5030.pdf, StepUp generated footprint -inductor -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1010-XXX -Inductor, Coilcraft, XAL1010-XXX, 10.5x11.8x10.0mm, https://www.coilcraft.com/getmedia/dd74e670-e705-456a-9a69-585fe02eaf3c/xal1010.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1030-XXX -Inductor, Coilcraft, XAL1030-XXX, 10.5x11.8x3.1mm, https://www.coilcraft.com/getmedia/7b108457-7731-456d-9256-ca72f2e1a551/xal1030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1060-XXX -Inductor, Coilcraft, XAL1060-XXX, 10.5x11.8x6.0mm, https://www.coilcraft.com/getmedia/8909f858-b441-4d60-acff-8b8ca36f9ede/xal1060.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1350-XXX -Inductor, Coilcraft, XAL1350-XXX, 13.2x14.2x5.0mm, https://www.coilcraft.com/getmedia/dc536f86-3a3b-454f-950e-8e153260e61c/xal1350.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-103 -Inductor, Coilcraft, XAL1510-103, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-153 -Inductor, Coilcraft, XAL1510-153, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-223 -Inductor, Coilcraft, XAL1510-223, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-333 -Inductor, Coilcraft, XAL1510-333, 15.4x16.4x11.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-472 -Inductor, Coilcraft, XAL1510-472, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-682 -Inductor, Coilcraft, XAL1510-682, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1510-822 -Inductor, Coilcraft, XAL1510-822, 15.4x16.4x10.0mm, https://www.coilcraft.com/getmedia/cd1cef27-13f0-4568-8894-f7311475209b/xal1510.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1513-153 -Inductor, Coilcraft, XAL1513-153, 15.4x16.4x13.0mm, https://www.coilcraft.com/getmedia/129ad6f3-0445-47fd-a0b3-edeb49177c17/xal1513.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-102 -Inductor, Coilcraft, XAL1580-102, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-132 -Inductor, Coilcraft, XAL1580-132, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-182 -Inductor, Coilcraft, XAL1580-182, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-202 -Inductor, Coilcraft, XAL1580-202, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-302 -Inductor, Coilcraft, XAL1580-302, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-401 -Inductor, Coilcraft, XAL1580-401, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-452 -Inductor, Coilcraft, XAL1580-452, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-532 -Inductor, Coilcraft, XAL1580-532, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-612 -Inductor, Coilcraft, XAL1580-612, 15.4x16.4x8.0mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL1580-741 -Inductor, Coilcraft, XAL1580-741, 15.4x16.4x8.2mm, https://www.coilcraft.com/getmedia/7fdfd306-5217-4ddc-b6b7-a2659ceeb6e3/xal1580.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL4020-XXX -Inductor, Coilcraft, XAL4020-XXX, 4.3x4.3x2.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL4030-XXX -Inductor, Coilcraft, XAL4030-XXX, 4.3x4.3x3.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL4040-XXX -Inductor, Coilcraft, XAL4040-XXX, 4.3x4.3x4.1mm, https://www.coilcraft.com/getmedia/6adcb47d-8b55-416c-976e-1e22e0d2848c/xal4000.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL5020-XXX -Inductor, Coilcraft, XAL5020-XXX, 5.48x5.68x2.0mm, https://www.coilcraft.com/getmedia/1941eff1-c018-493c-8cd6-d88d2edf5029/xal5020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL5030-XXX -Inductor, Coilcraft, XAL5030-XXX, 5.48x5.68x3.1mm, https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL5050-XXX -Inductor, Coilcraft, XAL5050-XXX, 5.48x5.68x5.1mm, https://www.coilcraft.com/getmedia/49bc46c8-4b2c-45b9-9b6c-2eaa235ea698/xal50xx.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL6020-XXX -Inductor, Coilcraft, XAL6020-XXX, 6.56x6.76x2.1mm, https://www.coilcraft.com/getmedia/467ff589-8942-4e57-92d0-5bef6e04ce09/xal6020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL6030-XXX -Inductor, Coilcraft, XAL6030-XXX, 6.56x6.76x3.1mm, https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL6060-XXX -Inductor, Coilcraft, XAL6060-XXX, 6.56x6.76x6.1mm, https://www.coilcraft.com/getmedia/ea51f14b-7f32-4dc6-8dfe-d4b70549040f/xal60xx.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-102 -Inductor, Coilcraft, XAL7020-102, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-122 -Inductor, Coilcraft, XAL7020-122, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-151 -Inductor, Coilcraft, XAL7020-151, 8.0x8.0x2.05mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-152 -Inductor, Coilcraft, XAL7020-152, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-222 -Inductor, Coilcraft, XAL7020-222, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-271 -Inductor, Coilcraft, XAL7020-271, 8.0x8.0x2.05mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-331 -Inductor, Coilcraft, XAL7020-331, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-471 -Inductor, Coilcraft, XAL7020-471, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7020-681 -Inductor, Coilcraft, XAL7020-681, 8.0x8.0x2.0mm, https://www.coilcraft.com/getmedia/0197e98c-67f7-4375-9e38-14d7376a46f3/xal7020.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-102 -Inductor, Coilcraft, XAL7030-102, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-103 -Inductor, Coilcraft, XAL7030-103, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-152 -Inductor, Coilcraft, XAL7030-152, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-161 -Inductor, Coilcraft, XAL7030-161, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-222 -Inductor, Coilcraft, XAL7030-222, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-272 -Inductor, Coilcraft, XAL7030-272, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-301 -Inductor, Coilcraft, XAL7030-301, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-332 -Inductor, Coilcraft, XAL7030-332, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-472 -Inductor, Coilcraft, XAL7030-472, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-562 -Inductor, Coilcraft, XAL7030-562, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-601 -Inductor, Coilcraft, XAL7030-601, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-682 -Inductor, Coilcraft, XAL7030-682, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7030-822 -Inductor, Coilcraft, XAL7030-822, 8.0x8.0x3.1mm, https://www.coilcraft.com/getmedia/0d05a05e-d55d-4a0c-911d-46bd73686633/xal7030.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7050-XXX -Inductor, Coilcraft, XAL7050-XXX, 7.7x8.0x5.0mm, https://www.coilcraft.com/getmedia/13a991b3-4273-4be3-81ba-f3cf372b4691/xal7050.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL7070-XXX -Inductor, Coilcraft, XAL7070-XXX, 7.7x8.0x7.0mm, https://www.coilcraft.com/getmedia/1ba55433-bcc8-4838-9b21-382f497e12e0/xal7070.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL8050-223 -Inductor, Coilcraft, XAL8050-223, 8.3x8.8x5.0mm, https://www.coilcraft.com/getmedia/5885ede8-ea4f-464a-9dcb-18dbf143a845/xal8050.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XAL8080-XXX -Inductor, Coilcraft, XAL8080-XXX, 8.3x8.8x8.0mm, https://www.coilcraft.com/getmedia/345e50d6-a804-4ecb-9a92-5185221faf3e/xal8080.pdf -Inductor xal -0 -2 -2 -Inductor_SMD -L_Coilcraft_XFL2010 -Coilcraft XFL2010, Shielded power inductor, 0808, 1.9x2.0mm, https://www.coilcraft.com/getmedia/50382b97-998f-4b75-b5ee-4a93b0ac4411/xfl2010.pdf -miniature -0 -2 -2 -Inductor_SMD -L_Coilcraft_XxL4020 -L_Coilcraft_XxL4020 https://www.coilcraft.com/pdfs/xfl4020.pdf -L Coilcraft XxL4020 -0 -2 -2 -Inductor_SMD -L_Coilcraft_XxL4030 -L_Coilcraft_XxL4030 https://www.coilcraft.com/pdfs/xfl4030.pdf -L Coilcraft XxL4030 -0 -2 -2 -Inductor_SMD -L_Coilcraft_XxL4040 -L_Coilcraft_XxL4040 https://www.coilcraft.com/pdfs/xal4000.pdf -L Coilcraft XxL4040 -0 -2 -2 -Inductor_SMD -L_CommonModeChoke_Coilcraft_0603USB -Coilcraft 0603USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0603usb.pdf -surface mount common mode bead -0 -4 -4 -Inductor_SMD -L_CommonModeChoke_Coilcraft_0805USB -Coilcraft 0805USB Series Common Mode Choke, https://www.coilcraft.com/pdfs/0805usb.pdf -surface mount common mode bead -0 -4 -4 -Inductor_SMD -L_CommonModeChoke_Coilcraft_1812CAN -Coilcraft 1812CAN Series Common Mode Choke, https://www.coilcraft.com/pdfs/1812can.pdf -surface mount common mode bead -0 -4 -4 -Inductor_SMD -L_CommonModeChoke_Murata_DLW5BTMxxxSQ2x_5x5mm -Wire Wound Chip Common Mode Choke Coil SMD, Murata DLW5BTxxxSQ2x, https://www.murata.com/products/productdata/8796762701854/EFLC0020.pdf, manual footprint -inductor common mode choke -0 -4 -4 -Inductor_SMD -L_CommonModeChoke_Wuerth_WE-SL5 -WE-SL5 SMT Common Mode Line Filter, https://www.we-online.de/katalog/en/WE-SL5/, https://www.we-online.de/katalog/datasheet/744272471.pdf -SMT Common Mode Line Filter -0 -4 -4 -Inductor_SMD -L_CommonMode_Delevan_4222 -API Delevan, Surface Mount Common Mode Bead, 4222 4222R, http://www.delevan.com/seriesPDFs/4222.pdf -surface mount common mode bead -0 -4 -4 -Inductor_SMD -L_CommonMode_Wuerth_WE-SL2 -http://katalog.we-online.de/en/pbs/WE-SL2?sid=5fbec16187#vs_t1:c1_ct:1 -Wuerth WE-SL2 -0 -4 -4 -Inductor_SMD -L_CommonMode_Wurth_WE-CNSW-1206 -WE-CNSW SMT Common Mode Line Filter, https://www.we-online.com/components/products/datasheet/744232090.pdf -common mode choke 1206 cnsw -0 -4 -4 -Inductor_SMD -L_Eaton_MCL2012V1 -Inductor, Eaton, MCL2012V1, 2.0x1.2x0.9mm, https://eu.mouser.com/datasheet/2/87/eaton-mcl2012v1-multilayer-chip-inductor-data-shee-1622891.pdf -Inductor ferrite multilayer power -0 -2 -2 -Inductor_SMD -L_Fastron_PISN -Choke, Drossel, PISN, SMD, Fastron, -Choke Drossel PISN SMD Fastron -0 -2 -2 -Inductor_SMD -L_Fastron_PISN_Handsoldering -Choke, Drossel, PISN, SMD, Fastron, -Choke Drossel PISN SMD Fastron -0 -2 -2 -Inductor_SMD -L_Fastron_PISR -Choke, Drossel, PISR, Fastron, SMD, -Choke Drossel PISR Fastron SMD -0 -2 -2 -Inductor_SMD -L_Fastron_PISR_Handsoldering -Choke, Drossel, PISR, Fastron, SMD, -Choke Drossel PISR Fastron SMD -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-0302 -Ferrocore DLG-0302 unshielded SMD power inductor, 3.0x2.8x2.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-0302 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-0403 - Ferrocore DLG-0403 unshielded SMD power inductor, 4.5x4.0x3.2mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-0403 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-0504 -Ferrocore DLG-0504 unshielded SMD power inductor, 5.8x5.2x4.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-0504 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-0703 -Ferrocore DLG-0703 unshielded SMD power inductor, 7.8x7.0x3.5mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-0703 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-0705 -Ferrocore DLG-0705 unshielded SMD power inductor, 7.8x7.0x5.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-0705 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-1004 -Ferrocore DLG-1004 unshielded SMD power inductor, 10.0x9.0x4.0mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-1004 -0 -2 -2 -Inductor_SMD -L_Ferrocore_DLG-1005 -Ferrocore DLG-1005 unshielded SMD power inductor, 10.0x9.0x5.4mm, https://www.tme.eu/Document/bda580f72a60a2225c2f6576c2740ae1/dlg-0504.pdf -smd inductor dlg-1005 -0 -2 -2 -Inductor_SMD -L_Murata_DEM35xxC -https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundferritetypeforpl/m_dem3518c.ashx -Inductor SMD DEM35xxC -0 -2 -2 -Inductor_SMD -L_Murata_DFE201610P -Inductor, Murata, DFE201610P, 2.0x1.6x1.0mm, https://www.murata.com/~/media/webrenewal/products/inductor/chip/tokoproducts/wirewoundmetalalloychiptype/m_dfe201610p.ashx -Inductor power chip flatwire -0 -2 -2 -Inductor_SMD -L_Murata_LQH2MCNxxxx02_2.0x1.6mm -Inductor, Murata, LQH2MCN_02 series, 1.6x2.0x0.9mm (https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0053.pdf) -chip coil inductor Murata LQH2MC -0 -2 -2 -Inductor_SMD -L_Murata_LQH55DN_5.7x5.0mm -Inductor, SMD, 5.7x5.0x4.7mm, https://search.murata.co.jp/Ceramy/image/img/P02/JELF243A-0045.pdf -inductor smd -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_1turn_HDM0131A -Neosid, Air-Coil, SML, 1turn, HDM0131A, -Neosid Air-Coil SML 1turn HDM0131A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_2turn_HAM0231A -Neosid, Air-Coil, SML, 2turn, HAM0231A, -Neosid Air-Coil SML 2turn HAM0231A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_2turn_HDM0231A -Neosid, Air-Coil, SML, 2turn, HDM0231A, -Neosid Air-Coil SML 2turn HDM0231A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_3turn_HAM0331A -Neosid, Air-Coil, SML, 2turn, HAM0331A, -Neosid Air-Coil SML 3turn HAM0331A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_3turn_HDM0331A -Neosid, Air-Coil, SML, 3turn, HDM0331A, -Neosid Air-Coil SML 3turn HDM0331A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_4turn_HAM0431A -Neosid, Air-Coil, SML, 4turn, HAM0431A, -Neosid Air-Coil SML 4turn HAM0431A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_4turn_HDM0431A -Neosid, Air-Coil, SML, 4turn, HDM0431A, -Neosid Air-Coil SML 4turn HDM0431A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_5turn_HAM0531A -Neosid, Air-Coil, SML, 5turn, HAM0531A, -Neosid Air-Coil SML 5turn HAM0531A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_5turn_HDM0531A -Neosid, Air-Coil, SML, 5turn, HDM0531A, -Neosid Air-Coil SML 5turn HDM0531A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_6-10turn_HAM0631A-HAM1031A -Neosid, Air-Coil, SML, 6-10turn, HAM0631A-HAM1031A, -Neosid Air-Coil SML 6-10turn HAM0631A-HAM1031A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_6-10turn_HDM0431A-HDM1031A -Neosid, Air-Coil, SML, 6-10turn, HDM0431A-HDM1031A, -Neosid Air-Coil SML 6-10turn HDM0431A-HDM1031A -0 -2 -2 -Inductor_SMD -L_Neosid_Air-Coil_SML_6turn_HAM0631A -Neosid, Air-Coil, SML, 6turn, HAM0631A, -Neosid Air-Coil SML 6turn HAM0631A -0 -2 -2 -Inductor_SMD -L_Neosid_MicroCoil_Ms36-L -Neosid, Micro Coil, Inductor, Ms36-L, SMD, Fixed inductor, anti clockwise, https://neosid.de/en/products/inductors/rod-core-chokes/smd-rod-core-chokes/52026/ms-36/7-h?c=94 -Neosid Micro Coil Inductor Ms36-L SMD Fixed inductor anti clockwise -0 -2 -2 -Inductor_SMD -L_Neosid_Ms42 -Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_Ms42.pdf -Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded -0 -2 -2 -Inductor_SMD -L_Neosid_Ms50 -Neosid, Power Inductor, Ms50, SMD, Fixed inductor, https://neosid.de/import-data/product-pdf/neoFestind_Ms50.pdf -Neosid Power Inductor Ms50 SMD Fixed inductor -0 -2 -2 -Inductor_SMD -L_Neosid_Ms50T -Neosid, Power Inductor, Ms50T, SMD, Fixed inductor, high temperature, https://neosid.de/import-data/product-pdf/neoFestind_Ms50T.pdf -Neosid Power Inductor Ms50T SMD Fixed inductor high temperature -0 -2 -2 -Inductor_SMD -L_Neosid_Ms85 -Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85.pdf -Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_Ms85T -Neosid, Ms85, Ms85T, SMD Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms85T.pdf -Neosid Ms85 Ms85T SMD Inductor Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_Ms95 -Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95.pdf -NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_Ms95T -Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95T.pdf -NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_Ms95a -Neosid,Inductor,Ms95, Ms95a, Ms95T, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_Ms95a.pdf -NeosidInductorMs95 Ms95a Ms95T Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-NE95H -Neosid, Inductor,SM-NE95H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE95H.pdf -Neosid Inductor SM-NE95H Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-NE127 -Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf -Neosid Inductor SM-NE127 Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-NE127_HandSoldering -Neosid, Inductor, SM-NE127, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE127.pdf -Neosid Inductor SM-NE127 Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-NE150 -Neosid, Inductor, SM-NE150, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMNE150.pdf -Neosid Inductor SM-NE150 Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-PIC0512H -Neosid, Inductor, PIC0512H, Power Inductor, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0512H.pdf -Neosid Inductor PIC0512H Power Inductor Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-PIC0602H -Neosid, Power Inductor, SM-PIC0602H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0602H.pdf -Neosid Power Inductor SM-PIC0602H Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-PIC0612H -Neosid, Power Inductor, SM-PIC0612H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC0612H.pdf -Neosid Power Inductor SM-PIC0612H Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SM-PIC1004H -Neosid, Inductor, SM-PIC1004H, Fixed inductor, SMD, https://neosid.de/import-data/product-pdf/neoFestind_SMPIC1004H.pdf -Neosid Inductor SM-PIC1004H Fixed inductor SMD -0 -2 -2 -Inductor_SMD -L_Neosid_SMS-ME3010 -Neosid, Inductor, SMS-ME3010, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3010.pdf -Neosid Inductor SMS-ME3010 Fixed inductor SMD magnetically shielded -0 -2 -2 -Inductor_SMD -L_Neosid_SMS-ME3015 -Neosid, Power Inductor, SMS-ME3015, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMSME3015.pdf -Neosid Power Inductor SMS-ME3015 Fixed inductor SMD magnetically shielded -0 -2 -2 -Inductor_SMD -L_Neosid_SMs42 -Neosid, Inductor, SMs42, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs42.pdf -Neosid Inductor SMs42 Fixed inductor SMD magneticaly shielded -0 -2 -2 -Inductor_SMD -L_Neosid_SMs50 -Neosid, Inductor, SMs50, Fixed inductor, SMD, magneticaly shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs50.pdf -Neosid Inductor SMs50 Fixed inductor SMD magneticaly shielded -0 -2 -2 -Inductor_SMD -L_Neosid_SMs85 -Neosid, Inductor, SMs85, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_ma_SMs85.pdf -Neosid Inductor SMs85 Fixed inductor SMD magnetically shielded -0 -2 -2 -Inductor_SMD -L_Neosid_SMs95_SMs95p -Neosid, Inductor, SMs95, Fixed inductor, SMD, magnetically shielded, https://neosid.de/import-data/product-pdf/neoFestind_SMs95SMs95p.pdf -Neosid Inductor SMs95 Fixed inductor SMD magnetically shielded -0 -2 -2 -Inductor_SMD -L_Pulse_P059x -1:1, Power Inductor, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/p0599nl -inductor coil choke -0 -4 -4 -Inductor_SMD -L_Pulse_PA4320 -Inductor SMD Pulse PA4320 http://productfinder.pulseeng.com/products/datasheets/P787.pdf -Inductor SMD Pulse PA4320 -0 -2 -2 -Inductor_SMD -L_Pulse_PA4344 -Pulse PA4344 / PM4344 Series SMD Inductors https://productfinder.pulseelectronics.com/api/public/uploads/product-attachments/datasheet_p771_1608107700.pdf -Pulse PA4344 PM4344 Series SMD Inductors -0 -2 -2 -Inductor_SMD -L_Pulse_PA4349 -Shielded Molded High Current Power Inductors 23.5x22mm, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/pa4349.104anlt -Shielded Molded High Current Power Inductor -0 -2 -2 -Inductor_SMD -L_Sagami_CER1242B -Inductor, Sagami, h=4.5mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf -inductor sagami cer12xxb smd -0 -2 -2 -Inductor_SMD -L_Sagami_CER1257B -Inductor, Sagami, h=6.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf -inductor sagami cer12xxb smd -0 -2 -2 -Inductor_SMD -L_Sagami_CER1277B -Inductor, Sagami, h=8.0mm, http://www.sagami-elec.co.jp/file/CER1242B-CER1257B-CER1277B.pdf -inductor sagami cer12xxb smd -0 -2 -2 -Inductor_SMD -L_Sagami_CWR1242C -Sagami power inductor, CWR1242C, H=4.5mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) -inductor sagami cwr12xx smd -0 -4 -2 -Inductor_SMD -L_Sagami_CWR1257C -Sagami power inductor, CWR1242C, H=6.0mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) -inductor sagami cwr12xx smd -0 -4 -2 -Inductor_SMD -L_Sagami_CWR1277C -Sagami power inductor, CWR1242C, H=7.7mm (http://www.sagami-elec.co.jp/file/16Car_SMDCwr.pdf) -inductor sagami cwr12xx smd -0 -4 -2 -Inductor_SMD -L_SigTra_SC3316F -http://www.signaltransformer.com/sites/all/pdf/smd/P080_SC3316F.pdf -Choke -0 -2 -2 -Inductor_SMD -L_Sumida_CDMC6D28_7.25x6.5mm -SMD Power Inductor (http://products.sumida.com/products/pdf/CDMC6D28.pdf) -Inductor Sumida SMD CDMC6D28 -0 -2 -2 -Inductor_SMD -L_Sumida_CR75 -Inductor, Sumida, 8.1mm × 7.3mm × 5.5 mm, Unshielded, http://products.sumida.com/products/pdf/CR75.pdf -Inductor SMD CR75 Unshielded -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0402S -Inductor, Sunlord, MWSA0402S, 4.4x4.2x1.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0412S -Inductor, Sunlord, MWSA0412S, 4.4x4.2x1.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0503S -Inductor, Sunlord, MWSA0503S, 5.4x5.2x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0518S -Inductor, Sunlord, MWSA0518S, 5.4x5.2x1.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0602S -Inductor, Sunlord, MWSA0602S, 7.0x6.6x1.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0603S -Inductor, Sunlord, MWSA0603S, 7.0x6.6x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0604S -Inductor, Sunlord, MWSA0604S, 7.0x6.6x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0605S -Inductor, Sunlord, MWSA0605S, 7.0x6.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0615S -Inductor, Sunlord, MWSA0615S, 7.0x6.6x1.3mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0618S -Inductor, Sunlord, MWSA0618S, 7.0x6.6x1.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0624S -Inductor, Sunlord, MWSA0624S, 7.0x6.6x2.2mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA0804S -Inductor, Sunlord, MWSA0804S, 8.2x8.8x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1003S -Inductor, Sunlord, MWSA1003S, 11.5x10.0x2.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1004S -Inductor, Sunlord, MWSA1004S, 11.0x10.0x3.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1005S -Inductor, Sunlord, MWSA1005S, 11.5x10.0x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-1R0 -Inductor, Sunlord, MWSA1204S-1R0, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-1R5 -Inductor, Sunlord, MWSA1204S-1R5, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-2R2 -Inductor, Sunlord, MWSA1204S-2R2, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-3R3 -Inductor, Sunlord, MWSA1204S-3R3, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-4R7 -Inductor, Sunlord, MWSA1204S-4R7, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-6R8 -Inductor, Sunlord, MWSA1204S-6R8, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-100 -Inductor, Sunlord, MWSA1204S-100, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-150 -Inductor, Sunlord, MWSA1204S-150, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-220 -Inductor, Sunlord, MWSA1204S-220, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-R22 -Inductor, Sunlord, MWSA1204S-R22, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-R47 -Inductor, Sunlord, MWSA1204S-R47, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-R68 -Inductor, Sunlord, MWSA1204S-R68, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1204S-R82 -Inductor, Sunlord, MWSA1204S-R82, 13.45x12.8x4.0mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-1R0 -Inductor, Sunlord, MWSA1205S-1R0, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-1R5 -Inductor, Sunlord, MWSA1205S-1R5, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-2R2 -Inductor, Sunlord, MWSA1205S-2R2, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-3R3 -Inductor, Sunlord, MWSA1205S-3R3, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-4R7 -Inductor, Sunlord, MWSA1205S-4R7, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-6R8 -Inductor, Sunlord, MWSA1205S-6R8, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-100 -Inductor, Sunlord, MWSA1205S-100, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-150 -Inductor, Sunlord, MWSA1205S-150, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-220 -Inductor, Sunlord, MWSA1205S-220, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-330 -Inductor, Sunlord, MWSA1205S-330, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-470 -Inductor, Sunlord, MWSA1205S-470, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-R22 -Inductor, Sunlord, MWSA1205S-R22, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-R36 -Inductor, Sunlord, MWSA1205S-R36, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-R50 -Inductor, Sunlord, MWSA1205S-R50, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-R68 -Inductor, Sunlord, MWSA1205S-R68, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1205S-R82 -Inductor, Sunlord, MWSA1205S-R82, 13.45x12.6x4.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-1R5 -Inductor, Sunlord, MWSA1206S-1R5, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-2R2 -Inductor, Sunlord, MWSA1206S-2R2, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-3R3 -Inductor, Sunlord, MWSA1206S-3R3, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-4R7 -Inductor, Sunlord, MWSA1206S-4R7, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-5R6 -Inductor, Sunlord, MWSA1206S-5R6, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-6R8 -Inductor, Sunlord, MWSA1206S-6R8, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-8R2 -Inductor, Sunlord, MWSA1206S-8R2, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-100 -Inductor, Sunlord, MWSA1206S-100, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-101 -Inductor, Sunlord, MWSA1206S-101, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-120 -Inductor, Sunlord, MWSA1206S-120, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-121 -Inductor, Sunlord, MWSA1206S-121, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-150 -Inductor, Sunlord, MWSA1206S-150, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-151 -Inductor, Sunlord, MWSA1206S-151, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-180 -Inductor, Sunlord, MWSA1206S-180, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-220 -Inductor, Sunlord, MWSA1206S-220, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-270 -Inductor, Sunlord, MWSA1206S-270, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-330 -Inductor, Sunlord, MWSA1206S-330, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-470 -Inductor, Sunlord, MWSA1206S-470, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-680 -Inductor, Sunlord, MWSA1206S-680, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1206S-R68 -Inductor, Sunlord, MWSA1206S-R68, 13.45x12.6x5.8mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1265S -Inductor, Sunlord, MWSA1265S, 13.45x12.6x6.5mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA1707S -Inductor, Sunlord, MWSA1707S, 17.15x17.15x6.7mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_MWSA2213S -Inductor, Sunlord, MWSA2213S, 23.5x22.0x12.6mm, https://sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMjExMTUxNDQ4MDU0NTQucGRm&lan=en -Inductor mwsa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA3010S -Inductor, Sunlord, SWPA3010S, 3.0x3.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA3012S -Inductor, Sunlord, SWPA3012S, 3.0x3.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA3015S -Inductor, Sunlord, SWPA3015S, 3.0x3.0x1.5mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4010S -Inductor, Sunlord, SWPA4010S, 4.0x4.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4012S -Inductor, Sunlord, SWPA4012S, 4.0x4.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4018S -Inductor, Sunlord, SWPA4018S, 4.0x4.0x1.8mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4020S -Inductor, Sunlord, SWPA4020S, 4.0x4.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4026S -Inductor, Sunlord, SWPA4026S, 4.0x4.0x2.6mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA4030S -Inductor, Sunlord, SWPA4030S, 4.0x4.0x3.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA5012S -Inductor, Sunlord, SWPA5012S, 5.0x5.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA5020S -Inductor, Sunlord, SWPA5020S, 5.0x5.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA5040S -Inductor, Sunlord, SWPA5040S, 5.0x5.0x4.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA6020S -Inductor, Sunlord, SWPA6020S, 6.0x6.0x2.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA6028S -Inductor, Sunlord, SWPA6028S, 6.0x6.0x2.8mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA6040S -Inductor, Sunlord, SWPA6040S, 6.0x6.0x4.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA6045S -Inductor, Sunlord, SWPA6045S, 6.0x6.0x4.5mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA8040S -Inductor, Sunlord, SWPA8040S, 8.0x8.0x4.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA252010S -Inductor, Sunlord, SWPA252010S, 2.5x2.0x1.0mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWPA252012S -Inductor, Sunlord, SWPA252012S, 2.5x2.0x1.2mm, https://www.sunlordinc.com/UploadFiles/PDF_Cat/20120704094224784.pdf -Inductor swpa -0 -2 -2 -Inductor_SMD -L_Sunlord_SWRB1204S -Inductor, Sunlord, SWRB1204S, 12.5x12.5x5.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en -Inductor swrb -0 -2 -2 -Inductor_SMD -L_Sunlord_SWRB1205S -Inductor, Sunlord, SWRB1205S, 12.5x12.5x6.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en -Inductor swrb -0 -2 -2 -Inductor_SMD -L_Sunlord_SWRB1207S -Inductor, Sunlord, SWRB1207S, 12.5x12.5x8.0mm, https://www.sunlordinc.com/Download.aspx?file=L1VwbG9hZEZpbGVzL1BERl9DYXQvMjAyMTA2MTAxMTMyMzc4MTEucGRm&lan=en -Inductor swrb -0 -2 -2 -Inductor_SMD -L_TDK_MLZ1608 -Inductor, TDK, MLZ1608, 1.6x0.8x0.8mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz1608_en.pdf" -Inductor MLZ -0 -2 -2 -Inductor_SMD -L_TDK_MLZ2012_h0.85mm -Inductor, TDK, MLZ2012_h0.85mm, 2.0x1.25x0.85mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf" -Inductor MLZ -0 -2 -2 -Inductor_SMD -L_TDK_MLZ2012_h1.25mm -Inductor, TDK, MLZ2012_h1.25mm, 2.0x1.25x1.25mm, "https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_decoupling_mlz2012_en.pdf" -Inductor MLZ -0 -2 -2 -Inductor_SMD -L_TDK_NLV25_2.5x2.0mm -TDK NLV25, 2.5x2.0x1.8mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv25-ef_en.pdf -tdk nlv25 nlcv25 nlfv25 -0 -2 -2 -Inductor_SMD -L_TDK_NLV32_3.2x2.5mm -TDK NLV32, 3.2x2.5x2.2mm, https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_standard_nlv32-ef_en.pdf -tdk nlv32 nlcv32 nlfv32 -0 -2 -2 -Inductor_SMD -L_TDK_SLF6025 -Inductor, TDK, SLF6025, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6025_en.pdf) -Inductor TDK_SLF6025 -0 -2 -2 -Inductor_SMD -L_TDK_SLF6028 -Inductor, TDK, SLF6028, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6028_en.pdf) -Inductor TDK_SLF6028 -0 -2 -2 -Inductor_SMD -L_TDK_SLF6045 -Inductor, TDK, SLF6045, 6.0mmx6.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf6045_en.pdf) -Inductor TDK_SLF6045 -0 -2 -2 -Inductor_SMD -L_TDK_SLF7032 -Inductor, TDK, SLF7032, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7032_en.pdf) -Inductor TDK_SLF7032 -0 -2 -2 -Inductor_SMD -L_TDK_SLF7045 -Inductor, TDK, SLF7045, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7045_en.pdf) -Inductor TDK_SLF7045 -0 -2 -2 -Inductor_SMD -L_TDK_SLF7055 -Inductor, TDK, SLF7055, 7.0mmx7.0mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/document/catalog/smd/inductor_commercial_power_slf7055_en.pdf) -Inductor TDK_SLF7055 -0 -2 -2 -Inductor_SMD -L_TDK_SLF10145 -Inductor, TDK, SLF10145, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf10145-h_en.pdf) -Inductor TDK_SLF10145 -0 -2 -2 -Inductor_SMD -L_TDK_SLF10165 -Inductor, TDK, SLF10165, 10.1mmx10.1mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf10165_en.pdf) -Inductor TDK_SLF10165 -0 -2 -2 -Inductor_SMD -L_TDK_SLF12555 -Inductor, TDK, SLF12555, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_commercial_power_slf12555_en.pdf) -Inductor SLF12555 -0 -2 -2 -Inductor_SMD -L_TDK_SLF12565 -Inductor, TDK, SLF12565, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12565-h_en.pdf) -Inductor SLF12565 -0 -2 -2 -Inductor_SMD -L_TDK_SLF12575 -Inductor, TDK, SLF12575, 12.5mmx12.5mm (Script generated with StandardBox.py) (https://product.tdk.com/info/en/catalog/datasheets/inductor_automotive_power_slf12575-h_en.pdf) -Inductor SLF12575 -0 -2 -2 -Inductor_SMD -L_TDK_VLF10040 -Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm -inductor TDK VLP smd VLF10040 -0 -2 -2 -Inductor_SMD -L_TDK_VLP8040 -Inductor,TDK, TDK-VLP-8040, 8.6mmx8.6mm -inductor TDK VLP smd VLP8040 -0 -2 -2 -Inductor_SMD -L_TDK_VLS6045EX_VLS6045AF -Inductor,TDK, VLS-6045, 6x6x4.5mm, https://product.tdk.com/system/files/dam/doc/product/inductor/inductor/smd/catalog/inductor_commercial_power_vls6045ex_en.pdf -inductor TDK VLS SMD VLS6045EF VLS6045AF -0 -2 -2 -Inductor_SMD -L_TaiTech_TMPC1265_13.5x12.5mm -Tai Tech TMPC1265 series SMD inductor https://datasheet.lcsc.com/lcsc/2009171439_TAI-TECH-TMPC1265HP-100MG-D_C305223.pdf, 13.5x12.5x6.2mm -Tai Tech TMPC1265 SMD inductor -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_BK_Array_1206_3216Metric -Ferrite Bead Array 4x0603, Taiyo Yuden BK Series (see https://www.yuden.co.jp/productdata/catalog/mlci09_e.pdf) -ferrite bead array -0 -8 -8 -Inductor_SMD -L_Taiyo-Yuden_MD-1616 -Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-1616, 1.6mmx1.6mm -inductor taiyo-yuden md smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_MD-2020 -Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-2020, 2.0mmx2.0mm -inductor taiyo-yuden md smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_MD-3030 -Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-3030, 3.0mmx3.0mm -inductor taiyo-yuden md smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_MD-4040 -Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-4040, 4.0mmx4.0mm -inductor taiyo-yuden md smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_MD-5050 -Inductor, Taiyo Yuden, MD series, Taiyo-Yuden_MD-5050, 5.0mmx5.0mm -inductor taiyo-yuden md smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-20xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-20xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-20xx, 2.0mmx2.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-24xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-24xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-24xx, 2.4mmx2.4mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-30xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-30xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-30xx, 3.0mmx3.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-40xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-40xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-40xx, 4.0mmx4.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-50xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-50xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-50xx, 4.9mmx4.9mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-60xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-60xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-60xx, 6.0mmx6.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-80xx -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-80xx_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-80xx, 8.0mmx8.0mm -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-10050_9.8x10.0mm -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_Taiyo-Yuden_NR-10050_9.8x10.0mm_HandSoldering -Inductor, Taiyo Yuden, NR series, Taiyo-Yuden_NR-10050, 9.8mmx10.0mm, https://ds.yuden.co.jp/TYCOMPAS/or/specSheet?pn=NR10050T1R3N -inductor taiyo-yuden nr smd -0 -2 -2 -Inductor_SMD -L_TracoPower_TCK-047_5.2x5.8mm -Inductor, Traco, TCK-047, 5.2x5.8mm, https://www.tracopower.com/products/tck047.pdf -inductor smd traco -0 -2 -2 -Inductor_SMD -L_TracoPower_TCK-141 -Choke, SMD, 4.0x4.0mm 2.1mm height, https://www.tracopower.com/products/tck141.pdf -Choke SMD -0 -2 -2 -Inductor_SMD -L_Vishay_IFSC-1515AH_4x4x1.8mm -Low Profile, High Current Inductors (https://www.vishay.com/docs/34295/sc15ah01.pdf) -SMD Vishay Inductor Low Profile -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-1212 -Inductor, Vishay, IHLP series, 3.0mmx3.0mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-1616 -Inductor, Vishay, IHLP series, 4.1mmx4.1mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-2020 -Inductor, Vishay, IHLP series, 5.1mmx5.1mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-2525 -Inductor, Vishay, IHLP series, 6.3mmx6.3mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-4040 -Inductor, Vishay, IHLP series, 10.2mmx10.2mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-5050 -Inductor, Vishay, IHLP series, 12.7mmx12.7mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHLP-6767 -Inductor, Vishay, IHLP series, 17.0mmx17.0mm -inductor vishay ihlp smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHSM-3825 -Inductor, Vishay, Vishay_IHSM-3825, http://www.vishay.com/docs/34018/ihsm3825.pdf, 11.2mmx6.3mm -inductor vishay icsm smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHSM-4825 -Inductor, Vishay, Vishay_IHSM-4825, http://www.vishay.com/docs/34019/ihsm4825.pdf, 13.7mmx6.3mm -inductor vishay icsm smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHSM-5832 -Inductor, Vishay, Vishay_IHSM-5832, http://www.vishay.com/docs/34020/ihsm5832.pdf, 16.3mmx8.1mm -inductor vishay icsm smd -0 -2 -2 -Inductor_SMD -L_Vishay_IHSM-7832 -Inductor, Vishay, Vishay_IHSM-7832, http://www.vishay.com/docs/34021/ihsm7832.pdf, 19.8mmx8.1mm -inductor vishay icsm smd -0 -2 -2 -Inductor_SMD -L_Walsin_WLFM201209x -Inductor, Walsin, WLFM201209x, 2.0x1.25x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf -Inductor ferrite multilayer power -0 -2 -2 -Inductor_SMD -L_Walsin_WLFM201609x -Inductor, Walsin, WLFM201609x, 2.0x1.6x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf -Inductor ferrite multilayer power -0 -2 -2 -Inductor_SMD -L_Walsin_WLFM252009x -Inductor, Walsin, WLFM252009x, 2.5x2.0x0.9mm, http://www.passivecomponent.com/wp-content/uploads/inductor/WLFM_C_series.pdf -Inductor ferrite multilayer power -0 -2 -2 -Inductor_SMD -L_Wuerth_HCF-2013 -7443630070, http://katalog.we-online.de/pbs/datasheet/7443630070.pdf -inductor shielded wuerth hcf -0 -3 -2 -Inductor_SMD -L_Wuerth_HCF-2815 -74436410150, http://katalog.we-online.de/pbs/datasheet/74436410150.pdf -inductor shielded wuerth hcf -0 -3 -2 -Inductor_SMD -L_Wuerth_HCF-2818 -7443640330, http://katalog.we-online.de/pbs/datasheet/7443640330.pdf -inductor shielded wuerth hcf -0 -3 -2 -Inductor_SMD -L_Wuerth_HCI-1030 -Inductor, Wuerth Elektronik, Wuerth_HCI-1030, 10.6mmx10.6mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1040 -Inductor, Wuerth Elektronik, Wuerth_HCI-1040, 10.2mmx10.2mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1050 -Inductor, Wuerth Elektronik, Wuerth_HCI-1050, 10.2mmx10.2mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1335 -Inductor, Wuerth Elektronik, Wuerth_HCI-1335, 12.8mmx12.8mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1350 -Inductor, Wuerth Elektronik, Wuerth_HCI-1350, 12.8mmx12.8mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1365 -Inductor, Wuerth Elektronik, Wuerth_HCI-1365, 12.8mmx12.8mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-1890 -Inductor, Wuerth Elektronik, Wuerth_HCI-1890, 18.2mmx18.2mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-2212 -Inductor, Wuerth Elektronik, Wuerth_HCI-2212, 22.5mmx22.0mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-5040 -Inductor, Wuerth Elektronik, Wuerth_HCI-5040, 5.5mmx5.2mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-7030 -Inductor, Wuerth Elektronik, Wuerth_HCI-7030, 6.9mmx6.9mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-7040 -Inductor, Wuerth Elektronik, Wuerth_HCI-7040, 6.9mmx6.9mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCI-7050 -Inductor, Wuerth Elektronik, Wuerth_HCI-7050, 6.9mmx6.9mm -inductor Wuerth hci smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1050 -Inductor, Wuerth Elektronik, Wuerth_HCM-1050, 10.2mmx7.0mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1052 -Inductor, Wuerth Elektronik, Wuerth_HCM-1052, 10.5mmx10.3mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1070 -Inductor, Wuerth Elektronik, Wuerth_HCM-1070, 10.1mmx7.0mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1078 -Inductor, Wuerth Elektronik, Wuerth_HCM-1078, 9.4mmx6.2mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1190 -Inductor, Wuerth Elektronik, Wuerth_HCM-1190, 10.5mmx11.0mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1240 -Inductor, Wuerth Elektronik, Wuerth_HCM-1240, 10.0mmx11.8mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1350 -Inductor, Wuerth Elektronik, Wuerth_HCM-1350, 13.5mmx13.3mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-1390 -Inductor, Wuerth Elektronik, Wuerth_HCM-1390, 12.5mmx13.0mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-7050 -Inductor, Wuerth Elektronik, Wuerth_HCM-7050, 7.2mmx7.0mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_HCM-7070 -Inductor, Wuerth Elektronik, Wuerth_HCM-7070, 7.4mmx7.2mm -inductor Wuerth hcm smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-1610 -Inductor, Wuerth Elektronik, Wuerth_MAPI-1610, 1.6mmx1.6mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-2010 -Inductor, Wuerth Elektronik, Wuerth_MAPI-2010, 2.0mmx1.6mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-2506 -Inductor, Wuerth Elektronik, Wuerth_MAPI-2506, 2.5mmx2.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-2508 -Inductor, Wuerth Elektronik, Wuerth_MAPI-2508, 2.5mmx2.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-2510 -Inductor, Wuerth Elektronik, Wuerth_MAPI-2510, 2.5mmx2.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-2512 -Inductor, Wuerth Elektronik, Wuerth_MAPI-2512, 2.5mmx2.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-3010 -Inductor, Wuerth Elektronik, Wuerth_MAPI-3010, 3.0mmx3.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-3012 -Inductor, Wuerth Elektronik, Wuerth_MAPI-3012, 3.0mmx3.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-3015 -Inductor, Wuerth Elektronik, Wuerth_MAPI-3015, 3.0mmx3.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-3020 -Inductor, Wuerth Elektronik, Wuerth_MAPI-3020, 3.0mmx3.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-4020 -Inductor, Wuerth Elektronik, Wuerth_MAPI-4020, 4.0mmx4.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_MAPI-4030 -Inductor, Wuerth Elektronik, Wuerth_MAPI-4030, 4.0mmx4.0mm -inductor Wuerth smd -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-DD-Typ-L-Typ-XL-Typ-XXL -Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ L, Typ XL, Typ XXL, https://katalog.we-online.com/pbs/datasheet/744874001.pdf -Choke Coupled Double Inductor SMD Wuerth WE-DD TypL TypXL TypXXL -0 -4 -4 -Inductor_SMD -L_Wuerth_WE-DD-Typ-M-Typ-S -Shielded Coupled Inductor, Wuerth Elektronik, WE-DD, SMD, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744878001.pdf, https://katalog.we-online.de/pbs/datasheet/744877001.pdf -Choke Coupled Double Inductor SMD Wuerth WE-DD TypM TypS -0 -4 -4 -Inductor_SMD -L_Wuerth_WE-GF-1210 -Unshielded Inductor, Wuerth Elektronik, WE-GF, SMD, 1210, https://www.we-online.de/katalog/datasheet/74476401.pdf -Unshielded Inductor WE-GF 1210 Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD-Typ-7345 -Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, 7345, https://katalog.we-online.com/pbs/datasheet/744777001.pdf -Choke Shielded Power Inductor WE-PD 7345 Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD-Typ-LS -Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf -Choke Shielded Power Inductor WE-PD TypLS Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD-Typ-LS_Handsoldering -Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMD, Typ LS, Handsoldering, https://katalog.we-online.com/pbs/datasheet/7447715906.pdf -Choke Shielded Power Inductor WE-PD TypLS Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD-Typ-M-Typ-S -Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, https://katalog.we-online.com/pbs/datasheet/744778005.pdf -Choke Shielded Power Inductor WE-PD TypM TypS Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD-Typ-M-Typ-S_Handsoldering -Shielded Power Inductor, Wuerth Elektronik, WE-PD, SMT, Typ M, Typ S, Handsoldering, https://katalog.we-online.com/pbs/datasheet/744778005.pdf -Choke Shielded Power Inductor WE-PD TypM TypS Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD2-Typ-L -Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ L, , https://katalog.we-online.com/pbs/datasheet/74477510.pdf -Choke Power Inductor WE-PD2 TypL Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD2-Typ-MS -Power Inductor, Wuerth Elektronik, WE-PD2, SMD, Typ MS, https://katalog.we-online.com/pbs/datasheet/744774022.pdf -Choke Power Inductor WE-PD2 TypMS Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD2-Typ-XL -Power Inductor, Wuerth Elektronik, WE-PD2, SMT, Typ XL, https://katalog.we-online.com/pbs/datasheet/744776012.pdf -Choke Power Inductor WE-PD2 TypXL Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PD4-Typ-X -Power Inductor, Wuerth Elektronik, WE-PD4, SMT, Typ X, https://katalog.we-online.de/pbs/datasheet/74458001.pdf -Choke Power Inductor WE-PD4 TypX Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PDF -Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf -Choke Shielded Power Inductor WE-PDF Wuerth -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-PDF_Handsoldering -Shielded Power Inductor, Wuerth Elektronik, WE-PDF, SMD, Handsoldering, https://katalog.we-online.de/pbs/datasheet/7447797022.pdf -Choke Shielded Power Inductor WE-PDF Wuerth Handsoldering -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-TPC-3816 -L_Wuerth_WE-TPC-3816 StepUp generated footprint, http://katalog.we-online.de/pbs/datasheet/7440310047.pdf -wurth wuerth smd inductor -0 -2 -2 -Inductor_SMD -L_Wuerth_WE-XHMI-8080 -Inductor, Wuerth, WE-XHMI 8080, 8.3mmx8.8mm (Script generated with StandardBox.py) (https://www.we-online.com/components/products/datasheet/74439358068.pdf) -Inductor Wuerth WE-XHMI 8080 -0 -2 -2 -Inductor_SMD -L_Wurth_WE-CAIR-5910 -WE-CAIR Air coil, https://www.we-online.com/components/products/datasheet/744918254.pdf -air coil inductor wurth we cair -0 -2 -2 -Inductor_SMD_Wurth -L_Wurth_WE-LQSH-2010 -Semi-Shielded High Saturation Power Inductor, body 2x1.6mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-2010 -SMT -0 -2 -2 -Inductor_SMD_Wurth -L_Wurth_WE-LQSH-2512 -Semi-Shielded High Saturation Power Inductor, body 2.5x2mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-2512 -SMT -0 -2 -2 -Inductor_SMD_Wurth -L_Wurth_WE-LQSH-3012 -Semi-Shielded High Saturation Power Inductor, body 3x3mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-3012 -SMT -0 -2 -2 -Inductor_SMD_Wurth -L_Wurth_WE-LQSH-4020 -Semi-Shielded High Saturation Power Inductor, body 4x4mm, https://www.we-online.com/catalog/en/WE-LQSH#/articles/WE-LQSH-4020 -SMT -0 -2 -2 -Inductor_THT -Choke_EPCOS_B82722A -Current-Compensated Ring Core Double Chokes, EPCOS, B82722A, 22.3mmx22.7mm, https://en.tdk.eu/inf/30/db/ind_2008/b82722a_j.pdf -chokes epcos tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN102-04-14.0x14.0mm -Current-compensated Chokes, Schaffner, RN102-04, 14.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN112-04-17.7x17.1mm -Current-compensated Chokes, Schaffner, RN112-04, 17.7mmx17.1mm https://www.schaffner.com/fileadmin/user_upload/pim/products/datasheets/RN_series.pdf -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN114-04-22.5x21.5mm -Current-compensated Chokes, Schaffner, RN114-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN116-04-22.5x21.5mm -Current-compensated Chokes, Schaffner, RN116-04, 22.5mmx21.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN122-04-28.0x27.0mm -Current-compensated Chokes, Schaffner, RN122-04, 28.0mmx27.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN142-04-33.1x32.5mm -Current-compensated Chokes, Schaffner, RN142-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN143-04-33.1x32.5mm -Current-compensated Chokes, Schaffner, RN143-04, 33.1mmx32.5mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN152-04-43.0x41.8mm -Current-compensated Chokes, Schaffner, RN152-04, 43.0mmx41.8mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN202-04-8.8x18.2mm -Current-compensated Chokes, Schaffner, RN202-04, 8.8mmx18.2mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN204-04-9.0x14.0mm -Current-compensated Chokes, Schaffner, RN204-04, 9.0mmx14.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN212-04-12.5x18.0mm -Current-compensated Chokes, Schaffner, RN212-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN214-04-15.5x23.0mm -Current-compensated Chokes, Schaffner, RN214-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN216-04-15.5x23.0mm -Current-compensated Chokes, Schaffner, RN216-04, 15.5mmx23.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN218-04-12.5x18.0mm -Current-compensated Chokes, Schaffner, RN218-04, 12.5mmx18.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN222-04-18.0x31.0mm -Current-compensated Chokes, Schaffner, RN222-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN232-04-18.0x31.0mm -Current-compensated Chokes, Schaffner, RN232-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -Choke_Schaffner_RN242-04-18.0x31.0mm -Current-compensated Chokes, Schaffner, RN242-04, 18.0mmx31.0mm https://www.schaffner.com/products/download/product/datasheet/rn-series-common-mode-chokes-new/ -chokes schaffner tht -0 -4 -4 -Inductor_THT -L_Axial_L5.0mm_D3.6mm_P10.00mm_Horizontal_Murata_BL01RN1A2A2 -Inductor, Murata BL01RN1A2A2, Axial, Horizontal, pin pitch=10.00mm, length*diameter=5*3.6mm, https://www.murata.com/en-global/products/productdetail?partno=BL01RN1A2A2%23 -inductor axial horizontal -0 -2 -2 -Inductor_THT -L_Axial_L5.3mm_D2.2mm_P2.54mm_Vertical_Vishay_IM-1 -Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf -Inductor Axial series Axial Vertical pin pitch 2.54mm length 5.3mm diameter 2.2mm Vishay IM-1 -0 -2 -2 -Inductor_THT -L_Axial_L5.3mm_D2.2mm_P7.62mm_Horizontal_Vishay_IM-1 -Inductor, Axial series, Axial, Horizontal, pin pitch=7.62mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf -Inductor Axial series Axial Horizontal pin pitch 7.62mm length 5.3mm diameter 2.2mm Vishay IM-1 -0 -2 -2 -Inductor_THT -L_Axial_L5.3mm_D2.2mm_P10.16mm_Horizontal_Vishay_IM-1 -Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=5.3*2.2mm^2, Vishay, IM-1, http://www.vishay.com/docs/34030/im.pdf -Inductor Axial series Axial Horizontal pin pitch 10.16mm length 5.3mm diameter 2.2mm Vishay IM-1 -0 -2 -2 -Inductor_THT -L_Axial_L6.6mm_D2.7mm_P2.54mm_Vertical_Vishay_IM-2 -Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf -Inductor Axial series Axial Vertical pin pitch 2.54mm length 6.6mm diameter 2.7mm Vishay IM-2 -0 -2 -2 -Inductor_THT -L_Axial_L6.6mm_D2.7mm_P10.16mm_Horizontal_Vishay_IM-2 -Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=6.6*2.7mm^2, Vishay, IM-2, http://www.vishay.com/docs/34030/im.pdf -Inductor Axial series Axial Horizontal pin pitch 10.16mm length 6.6mm diameter 2.7mm Vishay IM-2 -0 -2 -2 -Inductor_THT -L_Axial_L7.0mm_D3.3mm_P2.54mm_Vertical_Fastron_MICC -Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 2.54mm length 7mm diameter 3.3mm Fastron MICC -0 -2 -2 -Inductor_THT -L_Axial_L7.0mm_D3.3mm_P5.08mm_Vertical_Fastron_MICC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 7mm diameter 3.3mm Fastron MICC -0 -2 -2 -Inductor_THT -L_Axial_L7.0mm_D3.3mm_P10.16mm_Horizontal_Fastron_MICC -Inductor, Axial series, Axial, Horizontal, pin pitch=10.16mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 10.16mm length 7mm diameter 3.3mm Fastron MICC -0 -2 -2 -Inductor_THT -L_Axial_L7.0mm_D3.3mm_P12.70mm_Horizontal_Fastron_MICC -Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=7*3.3mm^2, Fastron, MICC, http://www.fastrongroup.com/image-show/70/MICC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 12.7mm length 7mm diameter 3.3mm Fastron MICC -0 -2 -2 -Inductor_THT -L_Axial_L9.5mm_D4.0mm_P2.54mm_Vertical_Fastron_SMCC -Inductor, Axial series, Axial, Vertical, pin pitch=2.54mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf -Inductor Axial series Axial Vertical pin pitch 2.54mm length 9.5mm diameter 4mm Fastron SMCC -0 -2 -2 -Inductor_THT -L_Axial_L9.5mm_D4.0mm_P5.08mm_Vertical_Fastron_SMCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 9.5mm diameter 4mm Fastron SMCC -0 -2 -2 -Inductor_THT -L_Axial_L9.5mm_D4.0mm_P12.70mm_Horizontal_Fastron_SMCC -Inductor, Axial series, Axial, Horizontal, pin pitch=12.7mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf -Inductor Axial series Axial Horizontal pin pitch 12.7mm length 9.5mm diameter 4mm Fastron SMCC -0 -2 -2 -Inductor_THT -L_Axial_L9.5mm_D4.0mm_P15.24mm_Horizontal_Fastron_SMCC -Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=9.5*4mm^2, Fastron, SMCC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_SMCC_NEU.pdf, http://cdn-reichelt.de/documents/datenblatt/B400/LEADEDINDUCTORS.pdf -Inductor Axial series Axial Horizontal pin pitch 15.24mm length 9.5mm diameter 4mm Fastron SMCC -0 -2 -2 -Inductor_THT -L_Axial_L11.0mm_D4.5mm_P5.08mm_Vertical_Fastron_MECC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 11mm diameter 4.5mm Fastron MECC -0 -2 -2 -Inductor_THT -L_Axial_L11.0mm_D4.5mm_P7.62mm_Vertical_Fastron_MECC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 11mm diameter 4.5mm Fastron MECC -0 -2 -2 -Inductor_THT -L_Axial_L11.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_MECC -Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=11*4.5mm^2, Fastron, MECC, http://www.fastrongroup.com/image-show/21/MECC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 15.24mm length 11mm diameter 4.5mm Fastron MECC -0 -2 -2 -Inductor_THT -L_Axial_L12.0mm_D5.0mm_P5.08mm_Vertical_Fastron_MISC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 12mm diameter 5mm Fastron MISC -0 -2 -2 -Inductor_THT -L_Axial_L12.0mm_D5.0mm_P7.62mm_Vertical_Fastron_MISC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 12mm diameter 5mm Fastron MISC -0 -2 -2 -Inductor_THT -L_Axial_L12.0mm_D5.0mm_P15.24mm_Horizontal_Fastron_MISC -Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=12*5mm^2, Fastron, MISC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MISC.pdf -Inductor Axial series Axial Horizontal pin pitch 15.24mm length 12mm diameter 5mm Fastron MISC -0 -2 -2 -Inductor_THT -L_Axial_L12.8mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 12.8mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L12.8mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 12.8mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L12.8mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 12.8mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L12.8mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=12.8*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 12.8mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L13.0mm_D4.5mm_P5.08mm_Vertical_Fastron_HCCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 13mm diameter 4.5mm Fastron HCCC -0 -2 -2 -Inductor_THT -L_Axial_L13.0mm_D4.5mm_P7.62mm_Vertical_Fastron_HCCC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 13mm diameter 4.5mm Fastron HCCC -0 -2 -2 -Inductor_THT -L_Axial_L13.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_HCCC -Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=13*4.5mm^2, Fastron, HCCC, http://www.fastrongroup.com/image-show/19/HCCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 15.24mm length 13mm diameter 4.5mm Fastron HCCC -0 -2 -2 -Inductor_THT -L_Axial_L14.0mm_D4.5mm_P5.08mm_Vertical_Fastron_LACC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 14mm diameter 4.5mm Fastron LACC -0 -2 -2 -Inductor_THT -L_Axial_L14.0mm_D4.5mm_P7.62mm_Vertical_Fastron_LACC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 14mm diameter 4.5mm Fastron LACC -0 -2 -2 -Inductor_THT -L_Axial_L14.0mm_D4.5mm_P15.24mm_Horizontal_Fastron_LACC -Inductor, Axial series, Axial, Horizontal, pin pitch=15.24mm, , length*diameter=14*4.5mm^2, Fastron, LACC, http://www.fastrongroup.com/image-show/20/LACC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 15.24mm length 14mm diameter 4.5mm Fastron LACC -0 -2 -2 -Inductor_THT -L_Axial_L14.5mm_D5.8mm_P5.08mm_Vertical_Fastron_HBCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 14.5mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L14.5mm_D5.8mm_P7.62mm_Vertical_Fastron_HBCC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 14.5mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L14.5mm_D5.8mm_P20.32mm_Horizontal_Fastron_HBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 14.5mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L14.5mm_D5.8mm_P25.40mm_Horizontal_Fastron_HBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=14.5*5.8mm^2, Fastron, HBCC, http://www.fastrongroup.com/image-show/18/HBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 14.5mm diameter 5.8mm Fastron HBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D6.3mm_P5.08mm_Vertical_Fastron_VHBCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 6.3mm Fastron VHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D6.3mm_P7.62mm_Vertical_Fastron_VHBCC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 6.3mm Fastron VHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D6.3mm_P20.32mm_Horizontal_Fastron_VHBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 6.3mm Fastron VHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D6.3mm_P25.40mm_Horizontal_Fastron_VHBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*6.3mm^2, Fastron, VHBCC, http://www.fastrongroup.com/image-show/25/VHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 6.3mm Fastron VHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D7.5mm_P5.08mm_Vertical_Fastron_XHBCC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 7.5mm Fastron XHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D7.5mm_P7.62mm_Vertical_Fastron_XHBCC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Vertical pin pitch 7.62mm length 16mm diameter 7.5mm Fastron XHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D7.5mm_P20.32mm_Horizontal_Fastron_XHBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 7.5mm Fastron XHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D7.5mm_P25.40mm_Horizontal_Fastron_XHBCC -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=16*7.5mm^2, Fastron, XHBCC, http://www.fastrongroup.com/image-show/26/XHBCC.pdf?type=Complete-DataSheet&productType=series -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 16mm diameter 7.5mm Fastron XHBCC -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D9.5mm_P5.08mm_Vertical_Vishay_IM-10-37 -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 16mm diameter 9.5mm Vishay IM-10-37 -0 -2 -2 -Inductor_THT -L_Axial_L16.0mm_D9.5mm_P20.32mm_Horizontal_Vishay_IM-10-37 -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=16*9.5mm^2, Vishay, IM-10-37, http://www.vishay.com/docs/34030/im10.pdf -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 16mm diameter 9.5mm Vishay IM-10-37 -0 -2 -2 -Inductor_THT -L_Axial_L17.5mm_D12.0mm_P7.62mm_Vertical_Vishay_IM-10-46 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 17.5mm diameter 12mm Vishay IM-10-46 -0 -2 -2 -Inductor_THT -L_Axial_L17.5mm_D12.0mm_P20.32mm_Horizontal_Vishay_IM-10-46 -Inductor, Axial series, Axial, Horizontal, pin pitch=20.32mm, , length*diameter=17.5*12mm^2, Vishay, IM-10-46, http://www.vishay.com/docs/34030/im10.pdf -Inductor Axial series Axial Horizontal pin pitch 20.32mm length 17.5mm diameter 12mm Vishay IM-10-46 -0 -2 -2 -Inductor_THT -L_Axial_L20.0mm_D8.0mm_P5.08mm_Vertical -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=20*8mm^2 -Inductor Axial series Axial Vertical pin pitch 5.08mm length 20mm diameter 8mm -0 -2 -2 -Inductor_THT -L_Axial_L20.0mm_D8.0mm_P7.62mm_Vertical -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20*8mm^2 -Inductor Axial series Axial Vertical pin pitch 7.62mm length 20mm diameter 8mm -0 -2 -2 -Inductor_THT -L_Axial_L20.0mm_D8.0mm_P25.40mm_Horizontal -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20*8mm^2 -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20mm diameter 8mm -0 -2 -2 -Inductor_THT -L_Axial_L20.3mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-101 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.07mm Vishay IHA-101 -0 -2 -2 -Inductor_THT -L_Axial_L20.3mm_D12.1mm_P28.50mm_Horizontal_Vishay_IHA-101 -Inductor, Axial series, Axial, Horizontal, pin pitch=28.5mm, , length*diameter=20.32*12.07mm^2, Vishay, IHA-101, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 28.5mm length 20.32mm diameter 12.07mm Vishay IHA-101 -0 -2 -2 -Inductor_THT -L_Axial_L20.3mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-201 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 20.32mm diameter 12.7mm Vishay IHA-201 -0 -2 -2 -Inductor_THT -L_Axial_L20.3mm_D12.7mm_P25.40mm_Horizontal_Vishay_IHA-201 -Inductor, Axial series, Axial, Horizontal, pin pitch=25.4mm, , length*diameter=20.32*12.7mm^2, Vishay, IHA-201, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 25.4mm length 20.32mm diameter 12.7mm Vishay IHA-201 -0 -2 -2 -Inductor_THT -L_Axial_L23.4mm_D12.7mm_P7.62mm_Vertical_Vishay_IHA-203 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 23.37mm diameter 12.7mm Vishay IHA-203 -0 -2 -2 -Inductor_THT -L_Axial_L23.4mm_D12.7mm_P32.00mm_Horizontal_Vishay_IHA-203 -Inductor, Axial series, Axial, Horizontal, pin pitch=32mm, , length*diameter=23.37*12.7mm^2, Vishay, IHA-203, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 32mm length 23.37mm diameter 12.7mm Vishay IHA-203 -0 -2 -2 -Inductor_THT -L_Axial_L24.0mm_D7.1mm_P5.08mm_Vertical_Vishay_IM-10-28 -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.1mm Vishay IM-10-28 -0 -2 -2 -Inductor_THT -L_Axial_L24.0mm_D7.1mm_P30.48mm_Horizontal_Vishay_IM-10-28 -Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=24*7.1mm^2, Vishay, IM-10-28, http://www.vishay.com/docs/34035/im10.pdf -Inductor Axial series Axial Horizontal pin pitch 30.48mm length 24mm diameter 7.1mm Vishay IM-10-28 -0 -2 -2 -Inductor_THT -L_Axial_L24.0mm_D7.5mm_P5.08mm_Vertical_Fastron_MESC -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 24mm diameter 7.5mm Fastron MESC -0 -2 -2 -Inductor_THT -L_Axial_L24.0mm_D7.5mm_P7.62mm_Vertical_Fastron_MESC -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 24mm diameter 7.5mm Fastron MESC -0 -2 -2 -Inductor_THT -L_Axial_L24.0mm_D7.5mm_P27.94mm_Horizontal_Fastron_MESC -Inductor, Axial series, Axial, Horizontal, pin pitch=27.94mm, , length*diameter=24*7.5mm^2, Fastron, MESC, http://cdn-reichelt.de/documents/datenblatt/B400/DS_MESC.pdf -Inductor Axial series Axial Horizontal pin pitch 27.94mm length 24mm diameter 7.5mm Fastron MESC -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D9.0mm_P5.08mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 9mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D9.0mm_P7.62mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 9mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D9.0mm_P30.48mm_Horizontal_Fastron_77A -Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*9mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 9mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D10.0mm_P5.08mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 10mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D10.0mm_P7.62mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 10mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D10.0mm_P30.48mm_Horizontal_Fastron_77A -Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*10mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 10mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D11.0mm_P5.08mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 26mm diameter 11mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D11.0mm_P7.62mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 26mm diameter 11mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.0mm_D11.0mm_P30.48mm_Horizontal_Fastron_77A -Inductor, Axial series, Axial, Horizontal, pin pitch=30.48mm, , length*diameter=26*11mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Horizontal pin pitch 30.48mm length 26mm diameter 11mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L26.7mm_D12.1mm_P7.62mm_Vertical_Vishay_IHA-103 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 12.07mm Vishay IHA-103 -0 -2 -2 -Inductor_THT -L_Axial_L26.7mm_D12.1mm_P35.00mm_Horizontal_Vishay_IHA-103 -Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*12.07mm^2, Vishay, IHA-103, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 12.07mm Vishay IHA-103 -0 -2 -2 -Inductor_THT -L_Axial_L26.7mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-104 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 26.67mm diameter 13.97mm Vishay IHA-104 -0 -2 -2 -Inductor_THT -L_Axial_L26.7mm_D14.0mm_P35.00mm_Horizontal_Vishay_IHA-104 -Inductor, Axial series, Axial, Horizontal, pin pitch=35mm, , length*diameter=26.67*13.97mm^2, Vishay, IHA-104, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 35mm length 26.67mm diameter 13.97mm Vishay IHA-104 -0 -2 -2 -Inductor_THT -L_Axial_L29.9mm_D14.0mm_P7.62mm_Vertical_Vishay_IHA-105 -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 29.85mm diameter 13.97mm Vishay IHA-105 -0 -2 -2 -Inductor_THT -L_Axial_L29.9mm_D14.0mm_P38.00mm_Horizontal_Vishay_IHA-105 -Inductor, Axial series, Axial, Horizontal, pin pitch=38mm, , length*diameter=29.85*13.97mm^2, Vishay, IHA-105, http://www.vishay.com/docs/34014/iha.pdf -Inductor Axial series Axial Horizontal pin pitch 38mm length 29.85mm diameter 13.97mm Vishay IHA-105 -0 -2 -2 -Inductor_THT -L_Axial_L30.0mm_D8.0mm_P5.08mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=5.08mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 5.08mm length 30mm diameter 8mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L30.0mm_D8.0mm_P7.62mm_Vertical_Fastron_77A -Inductor, Axial series, Axial, Vertical, pin pitch=7.62mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Vertical pin pitch 7.62mm length 30mm diameter 8mm Fastron 77A -0 -2 -2 -Inductor_THT -L_Axial_L30.0mm_D8.0mm_P35.56mm_Horizontal_Fastron_77A -Inductor, Axial series, Axial, Horizontal, pin pitch=35.56mm, , length*diameter=30*8mm^2, Fastron, 77A, http://cdn-reichelt.de/documents/datenblatt/B400/DS_77A.pdf -Inductor Axial series Axial Horizontal pin pitch 35.56mm length 30mm diameter 8mm Fastron 77A -0 -2 -2 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455x105NL_1 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455x155NL_1 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455x205NL_1 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455x405NL_1 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455x705NL_1 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_PulseElectronics_PH9455xxx6NL_2 -common mode, inductor, filter, https://productfinder.pulseelectronics.com/api/open/product-attachments/datasheet/ph9455.105nl -cmode choke dual -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L19.3mm_W10.8mm_Px6.35mm_Py15.24mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=6.35*15.24mm^2, , length*width=19.304*10.795mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 6.35*15.24mm^2 length 19.304mm width 10.795mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L21.0mm_W10.0mm_Px5.08mm_Py12.70mm_Murata_5100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=5.08*12.70mm^2, , length*width=21*10mm^2, muRATA, 5100, http://www.murata-ps.com/data/magnetics/kmp_5100.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 5.08*12.70mm^2 length 21mm width 10mm muRATA 5100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L24.0mm_W16.3mm_Px10.16mm_Py20.32mm_Murata_5200 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=24*16.3mm^2, muRATA, 5200, http://www.murata-ps.com/data/magnetics/kmp_5200.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 24mm width 16.3mm muRATA 5200 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L30.5mm_W15.2mm_Px10.16mm_Py20.32mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=10.16*20.32mm^2, , length*width=30.479999999999997*15.239999999999998mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 10.16*20.32mm^2 length 30.479999999999997mm width 15.239999999999998mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L34.3mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=34.29*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 34.29mm width 20.32mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L36.8mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=36.83*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 36.83mm width 20.32mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L38.1mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=38.099999999999994*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 38.099999999999994mm width 20.32mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L39.4mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=39.37*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 39.37mm width 20.32mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L41.9mm_W20.3mm_Px15.24mm_Py22.86mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=15.24*22.86mm^2, , length*width=41.91*20.32mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 15.24*22.86mm^2 length 41.91mm width 20.32mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_Toroid_Vertical_L43.2mm_W22.9mm_Px17.78mm_Py30.48mm_Bourns_8100 -L_CommonMode_Toroid, Vertical series, Radial, pin pitch=17.78*30.48mm^2, , length*width=43.18*22.86mm^2, Bourns, 8100, http://datasheet.octopart.com/8120-RC-Bourns-datasheet-10228452.pdf -L_CommonMode_Toroid Vertical series Radial pin pitch 17.78*30.48mm^2 length 43.18mm width 22.86mm Bourns 8100 -0 -4 -4 -Inductor_THT -L_CommonMode_VAC_T60405-S6123-X140 -3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X140.pdf -common mode filter -0 -6 -6 -Inductor_THT -L_CommonMode_VAC_T60405-S6123-X240 -3 Phase, CM Choke, https://vacuumschmelze.com/03_Documents/Datasheets%20-%20Drawings/Commom-Mode-Chokes/6123-X240.pdf -common mode filter -0 -6 -6 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-L -Wuerth, WE-CMB, Bauform L, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-M -Wuerth, WE-CMB, Bauform M, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-S -Wuerth, WE-CMB, Bauform S, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-XL -Wuerth, WE-CMB, Bauform XL, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-XS -Wuerth, WE-CMB, Bauform XS, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_CommonMode_Wuerth_WE-CMB-XXL -Wuerth, WE-CMB, Bauform XXL, -CommonModeChoke Gleichtaktdrossel -0 -4 -4 -Inductor_THT -L_Mount_Lodestone_VTM120 -Lodestone Pacific, 30.48mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf -vertical inductor toroid mount -0 -4 -4 -Inductor_THT -L_Mount_Lodestone_VTM160 -Lodestone Pacific, 40.64mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf -vertical inductor toroid mount -0 -4 -4 -Inductor_THT -L_Mount_Lodestone_VTM254 -Lodestone Pacific, 64.51mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf -vertical inductor toroid mount -0 -4 -4 -Inductor_THT -L_Mount_Lodestone_VTM280 -Lodestone Pacific, 71.12mm diameter vertical toroid mount, 16AWG/1.27mm holes, http://www.lodestonepacific.com/CatKpdf/VTM_Series.pdf -vertical inductor toroid mount -0 -4 -4 -Inductor_THT -L_Mount_Lodestone_VTM950-6 -Lodestone Pacific, vertical toroid mount, 11x19mm, 6 pins, http://www.lodestonepacific.com/CatKpdf/VTM950-6.pdf -vertical inductor toroid mount -0 -6 -6 -Inductor_THT -L_Radial_D6.0mm_P4.00mm -Inductor, Radial series, Radial, pin pitch=4.00mm, , diameter=6.0mm, http://www.abracon.com/Magnetics/radial/AIUR-07.pdf -Inductor Radial series Radial pin pitch 4.00mm diameter 6.0mm -0 -2 -2 -Inductor_THT -L_Radial_D7.0mm_P3.00mm -Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7mm, http://www.abracon.com/Magnetics/radial/AIUR-16.pdf -Inductor Radial series Radial pin pitch 3.00mm diameter 7mm -0 -2 -2 -Inductor_THT -L_Radial_D7.2mm_P3.00mm_Murata_1700 -Inductor, Radial series, Radial, pin pitch=3.00mm, , diameter=7.2mm, MuRATA, 1700, http://www.murata-ps.com/data/magnetics/kmp_1700.pdf -Inductor Radial series Radial pin pitch 3.00mm diameter 7.2mm MuRATA 1700 -0 -2 -2 -Inductor_THT -L_Radial_D7.5mm_P3.50mm_Fastron_07P -Inductor, Radial series, Radial, pin pitch=3.50mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series -Inductor Radial series Radial pin pitch 3.50mm diameter 7.5mm Fastron 07P -0 -2 -2 -Inductor_THT -L_Radial_D7.5mm_P5.00mm_Fastron_07P -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.5mm, Fastron, 07P, http://www.fastrongroup.com/image-show/39/07P.pdf?type=Complete-DataSheet&productType=series -Inductor Radial series Radial pin pitch 5.00mm diameter 7.5mm Fastron 07P -0 -2 -2 -Inductor_THT -L_Radial_D7.8mm_P5.00mm_Fastron_07HCP -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=7.8mm, Fastron, 07HCP, http://www.abracon.com/Magnetics/radial/AISR875.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 7.8mm Fastron 07HCP -0 -2 -2 -Inductor_THT -L_Radial_D8.7mm_P5.00mm_Fastron_07HCP -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=8.7mm, Fastron, 07HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_07HCP.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 8.7mm Fastron 07HCP -0 -2 -2 -Inductor_THT -L_Radial_D9.5mm_P5.00mm_Fastron_07HVP -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=9.5mm, Fastron, 07HVP, http://www.fastrongroup.com/image-show/107/07HVP%2007HVP_T.pdf?type=Complete-DataSheet&productType=series -Inductor Radial series Radial pin pitch 5.00mm diameter 9.5mm Fastron 07HVP -0 -2 -2 -Inductor_THT -L_Radial_D10.0mm_P5.00mm_Fastron_07M -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07M, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series -Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07M -0 -2 -2 -Inductor_THT -L_Radial_D10.0mm_P5.00mm_Fastron_07P -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10mm, Fastron, 07P, http://www.fastrongroup.com/image-show/37/07M.pdf?type=Complete-DataSheet&productType=series -Inductor Radial series Radial pin pitch 5.00mm diameter 10mm Fastron 07P -0 -2 -2 -Inductor_THT -L_Radial_D10.0mm_P5.00mm_Neosid_SD12_style3 -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12 style3 -0 -2 -2 -Inductor_THT -L_Radial_D10.0mm_P5.00mm_Neosid_SD12k_style3 -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.0mm, Neosid, SD12k, style3, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 10.0mm Neosid SD12k style3 -0 -2 -2 -Inductor_THT -L_Radial_D10.5mm_P4.00x5.00mm_Murata_1200RS -Inductor, Radial, Pitch=4.00x5.00mm, Diameter=10.5mm, Murata 1200RS, http://www.murata-ps.com/data/magnetics/kmp_1200rs.pdf -Inductor Radial Murata 1200RS -0 -4 -2 -Inductor_THT -L_Radial_D10.5mm_P5.00mm_Abacron_AISR-01 -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=10.5mm, Abacron, AISR-01, http://www.abracon.com/Magnetics/radial/AISR-01.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 10.5mm Abacron AISR-01 -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P5.00mm_Fastron_11P -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Fastron, 11P, http://cdn-reichelt.de/documents/datenblatt/B400/DS_11P.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Fastron 11P -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P5.00mm_Neosid_SD12_style2 -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12 style2 -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P5.00mm_Neosid_SD12k_style2 -Inductor, Radial series, Radial, pin pitch=5.00mm, , diameter=12.0mm, Neosid, SD12k, style2, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf -Inductor Radial series Radial pin pitch 5.00mm diameter 12.0mm Neosid SD12k style2 -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P6.00mm_Murata_1900R -Inductor, Radial series, Radial, pin pitch=6.00mm, , diameter=12.0mm, MuRATA, 1900R, http://www.murata-ps.com/data/magnetics/kmp_1900r.pdf -Inductor Radial series Radial pin pitch 6.00mm diameter 12.0mm MuRATA 1900R -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P10.00mm_Neosid_SD12_style1 -Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12.pdf -Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12 style1 -0 -2 -2 -Inductor_THT -L_Radial_D12.0mm_P10.00mm_Neosid_SD12k_style1 -Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=12.0mm, Neosid, SD12k, style1, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd12k.pdf -Inductor Radial series Radial pin pitch 10.00mm diameter 12.0mm Neosid SD12k style1 -0 -2 -2 -Inductor_THT -L_Radial_D12.5mm_P7.00mm_Fastron_09HCP -Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf -Inductor Radial series Radial pin pitch 7.00mm diameter 12.5mm Fastron 09HCP -0 -2 -2 -Inductor_THT -L_Radial_D12.5mm_P9.00mm_Fastron_09HCP -Inductor, Radial series, Radial, pin pitch=9.00mm, , diameter=12.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf -Inductor Radial series Radial pin pitch 9.00mm diameter 12.5mm Fastron 09HCP -0 -2 -2 -Inductor_THT -L_Radial_D13.5mm_P7.00mm_Fastron_09HCP -Inductor, Radial series, Radial, pin pitch=7.00mm, , diameter=13.5mm, Fastron, 09HCP, http://cdn-reichelt.de/documents/datenblatt/B400/DS_09HCP.pdf -Inductor Radial series Radial pin pitch 7.00mm diameter 13.5mm Fastron 09HCP -0 -2 -2 -Inductor_THT -L_Radial_D14.2mm_P10.00mm_Neosid_SD14 -Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=14.2mm, Neosid, SD14, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd14.pdf -Inductor Radial series Radial pin pitch 10.00mm diameter 14.2mm Neosid SD14 -0 -2 -2 -Inductor_THT -L_Radial_D16.8mm_P11.43mm_Vishay_IHB-1 -Inductor, Radial series, Radial, pin pitch=11.43mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 11.43mm diameter 16.8mm Vishay IHB-1 -0 -2 -2 -Inductor_THT -L_Radial_D16.8mm_P12.07mm_Vishay_IHB-1 -Inductor, Radial series, Radial, pin pitch=12.07mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 12.07mm diameter 16.8mm Vishay IHB-1 -0 -2 -2 -Inductor_THT -L_Radial_D16.8mm_P12.70mm_Vishay_IHB-1 -Inductor, Radial series, Radial, pin pitch=12.70mm, , diameter=16.8mm, Vishay, IHB-1, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 12.70mm diameter 16.8mm Vishay IHB-1 -0 -2 -2 -Inductor_THT -L_Radial_D18.0mm_P10.00mm -Inductor, Radial series, Radial, pin pitch=10.00mm, , diameter=18mm, http://www.abracon.com/Magnetics/radial/AIUR-15.pdf -Inductor Radial series Radial pin pitch 10.00mm diameter 18mm -0 -2 -2 -Inductor_THT -L_Radial_D21.0mm_P14.61mm_Vishay_IHB-2 -Inductor, Radial series, Radial, pin pitch=14.61mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 14.61mm diameter 21mm Vishay IHB-2 -0 -2 -2 -Inductor_THT -L_Radial_D21.0mm_P15.00mm_Vishay_IHB-2 -Inductor, Radial series, Radial, pin pitch=15.00mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 15.00mm diameter 21mm Vishay IHB-2 -0 -2 -2 -Inductor_THT -L_Radial_D21.0mm_P15.24mm_Vishay_IHB-2 -Inductor, Radial series, Radial, pin pitch=15.24mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 15.24mm diameter 21mm Vishay IHB-2 -0 -2 -2 -Inductor_THT -L_Radial_D21.0mm_P15.75mm_Vishay_IHB-2 -Inductor, Radial series, Radial, pin pitch=15.75mm, , diameter=21mm, Vishay, IHB-2, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 15.75mm diameter 21mm Vishay IHB-2 -0 -2 -2 -Inductor_THT -L_Radial_D21.0mm_P19.00mm -Inductor, Radial series, Radial, pin pitch=19.00mm, , diameter=21mm, http://www.abracon.com/Magnetics/radial/AIRD02.pdf -Inductor Radial series Radial pin pitch 19.00mm diameter 21mm -0 -2 -2 -Inductor_THT -L_Radial_D24.0mm_P24.00mm -Inductor, Radial series, Radial, pin pitch=24.00mm, , diameter=24mm -Inductor Radial series Radial pin pitch 24.00mm diameter 24mm -0 -2 -2 -Inductor_THT -L_Radial_D24.4mm_P22.90mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=22.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 22.90mm diameter 24.4mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D24.4mm_P23.10mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=23.10mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 23.10mm diameter 24.4mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D24.4mm_P23.40mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=23.40mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 23.40mm diameter 24.4mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D24.4mm_P23.70mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=23.70mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 23.70mm diameter 24.4mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D24.4mm_P23.90mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=23.90mm, , diameter=24.4mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 23.90mm diameter 24.4mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D27.9mm_P18.29mm_Vishay_IHB-3 -Inductor, Radial series, Radial, pin pitch=18.29mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 18.29mm diameter 27.9mm Vishay IHB-3 -0 -2 -2 -Inductor_THT -L_Radial_D27.9mm_P19.05mm_Vishay_IHB-3 -Inductor, Radial series, Radial, pin pitch=19.05mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 19.05mm diameter 27.9mm Vishay IHB-3 -0 -2 -2 -Inductor_THT -L_Radial_D27.9mm_P20.07mm_Vishay_IHB-3 -Inductor, Radial series, Radial, pin pitch=20.07mm, , diameter=27.9mm, Vishay, IHB-3, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 20.07mm diameter 27.9mm Vishay IHB-3 -0 -2 -2 -Inductor_THT -L_Radial_D28.0mm_P29.20mm -Inductor, Radial series, Radial, pin pitch=29.20mm, , diameter=28mm -Inductor Radial series Radial pin pitch 29.20mm diameter 28mm -0 -2 -2 -Inductor_THT -L_Radial_D29.8mm_P28.30mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=28.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 28.30mm diameter 29.8mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D29.8mm_P28.50mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=28.50mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 28.50mm diameter 29.8mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D29.8mm_P28.80mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=28.80mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 28.80mm diameter 29.8mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D29.8mm_P29.00mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=29.00mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 29.00mm diameter 29.8mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D29.8mm_P29.30mm_Murata_1400series -Inductor, Radial series, Radial, pin pitch=29.30mm, , diameter=29.8mm, muRATA, 1400series, http://www.murata-ps.com/data/magnetics/kmp_1400.pdf -Inductor Radial series Radial pin pitch 29.30mm diameter 29.8mm muRATA 1400series -0 -2 -2 -Inductor_THT -L_Radial_D40.6mm_P26.16mm_Vishay_IHB-5 -Inductor, Radial series, Radial, pin pitch=26.16mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 26.16mm diameter 40.64mm Vishay IHB-5 -0 -2 -2 -Inductor_THT -L_Radial_D40.6mm_P27.18mm_Vishay_IHB-4 -Inductor, Radial series, Radial, pin pitch=27.18mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 27.18mm diameter 40.64mm Vishay IHB-4 -0 -2 -2 -Inductor_THT -L_Radial_D40.6mm_P27.94mm_Vishay_IHB-4 -Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-4, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-4 -0 -2 -2 -Inductor_THT -L_Radial_D40.6mm_P27.94mm_Vishay_IHB-5 -Inductor, Radial series, Radial, pin pitch=27.94mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 27.94mm diameter 40.64mm Vishay IHB-5 -0 -2 -2 -Inductor_THT -L_Radial_D40.6mm_P28.70mm_Vishay_IHB-5 -Inductor, Radial series, Radial, pin pitch=28.70mm, , diameter=40.64mm, Vishay, IHB-5, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 28.70mm diameter 40.64mm Vishay IHB-5 -0 -2 -2 -Inductor_THT -L_Radial_D50.8mm_P33.27mm_Vishay_IHB-6 -Inductor, Radial series, Radial, pin pitch=33.27mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 33.27mm diameter 50.8mm Vishay IHB-6 -0 -2 -2 -Inductor_THT -L_Radial_D50.8mm_P34.29mm_Vishay_IHB-6 -Inductor, Radial series, Radial, pin pitch=34.29mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 34.29mm diameter 50.8mm Vishay IHB-6 -0 -2 -2 -Inductor_THT -L_Radial_D50.8mm_P35.81mm_Vishay_IHB-6 -Inductor, Radial series, Radial, pin pitch=35.81mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 35.81mm diameter 50.8mm Vishay IHB-6 -0 -2 -2 -Inductor_THT -L_Radial_D50.8mm_P36.32mm_Vishay_IHB-6 -Inductor, Radial series, Radial, pin pitch=36.32mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 36.32mm diameter 50.8mm Vishay IHB-6 -0 -2 -2 -Inductor_THT -L_Radial_D50.8mm_P38.86mm_Vishay_IHB-6 -Inductor, Radial series, Radial, pin pitch=38.86mm, , diameter=50.8mm, Vishay, IHB-6, http://www.vishay.com/docs/34015/ihb.pdf -Inductor Radial series Radial pin pitch 38.86mm diameter 50.8mm Vishay IHB-6 -0 -2 -2 -Inductor_THT -L_Radial_L7.5mm_W4.6mm_P5.00mm_Neosid_SD75 -Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=7.5*4.6mm^2, Neosid, SD75, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd75.pdf -Inductor Radial series Radial pin pitch 5.00mm length 7.5mm width 4.6mm Neosid SD75 -0 -2 -2 -Inductor_THT -L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_NE-CPB-07E -Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, NE-CPB-07E, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB07E.pdf -Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid NE-CPB-07E -0 -2 -2 -Inductor_THT -L_Radial_L8.0mm_W8.0mm_P5.00mm_Neosid_SD8 -Inductor, Radial series, Radial, pin pitch=5.00mm, , length*width=8*8mm^2, Neosid, SD8, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_Sd8.pdf -Inductor Radial series Radial pin pitch 5.00mm length 8mm width 8mm Neosid SD8 -0 -2 -2 -Inductor_THT -L_Radial_L9.1mm_W9.1mm_Px6.35mm_Py6.35mm_Pulse_LP-25 -Inductor, Radial series, Radial, pin pitch=6.35*6.35mm^2, , length*width=9.14*9.14mm^2, Pulse, LP-25, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf -Inductor Radial series Radial pin pitch 6.35*6.35mm^2 length 9.14mm width 9.14mm Pulse LP-25 -0 -2 -2 -Inductor_THT -L_Radial_L10.2mm_W10.2mm_Px7.62mm_Py7.62mm_Pulse_LP-30 -Inductor, Radial series, Radial, pin pitch=7.62*7.62mm^2, , length*width=10.16*10.16mm^2, Pulse, LP-30, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf -Inductor Radial series Radial pin pitch 7.62*7.62mm^2 length 10.16mm width 10.16mm Pulse LP-30 -0 -2 -2 -Inductor_THT -L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.3mm -Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.3mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf -Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.3mm -0 -2 -2 -Inductor_THT -L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.5mm -Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.5mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf -Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.5mm -0 -2 -2 -Inductor_THT -L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.7mm -Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.7mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf -Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.7mm -0 -2 -2 -Inductor_THT -L_Radial_L11.5mm_W11.5mm_Px6.00mm_Py6.00mm_Neosid_NE-CPB-11EN_Drill1.8mm -Inductor, Radial series, Radial, pin pitch=6.00*6.00mm^2, , length*width=11.5*11.5mm^2, Neosid, NE-CPB-11EN, Drill1.8mm, http://www.neosid.de/produktblaetter/neosid_Festinduktivitaet_NE_CPB11EN.pdf -Inductor Radial series Radial pin pitch 6.00*6.00mm^2 length 11.5mm width 11.5mm Neosid NE-CPB-11EN Drill1.8mm -0 -2 -2 -Inductor_THT -L_Radial_L12.6mm_W12.6mm_Px9.52mm_Py9.52mm_Pulse_LP-37 -Inductor, Radial series, Radial, pin pitch=9.52*9.52mm^2, , length*width=12.57*12.57mm^2, Pulse, LP-37, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf -Inductor Radial series Radial pin pitch 9.52*9.52mm^2 length 12.57mm width 12.57mm Pulse LP-37 -0 -2 -2 -Inductor_THT -L_Radial_L16.1mm_W16.1mm_Px7.62mm_Py12.70mm_Pulse_LP-44 -Inductor, Radial series, Radial, pin pitch=7.62*12.70mm^2, , length*width=16.13*16.13mm^2, Pulse, LP-44, http://datasheet.octopart.com/PE-54044NL-Pulse-datasheet-5313493.pdf -Inductor Radial series Radial pin pitch 7.62*12.70mm^2 length 16.13mm width 16.13mm Pulse LP-44 -0 -2 -2 -Inductor_THT -L_SELF1408 -Self Ferrite 14 - 08 -SELF -0 -7 -3 -Inductor_THT -L_SELF1418 -Self Ferrite 14 - 18 -SELF -0 -10 -4 -Inductor_THT -L_Toroid_Horizontal_D3.2mm_P6.40mm_Diameter3-5mm_Amidon-T12 -L_Toroid, Horizontal series, Radial, pin pitch=6.40mm, , diameter=3.175mm, Diameter3-5mm, Amidon-T12 -L_Toroid Horizontal series Radial pin pitch 6.40mm diameter 3.175mm Diameter3-5mm Amidon-T12 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D4.1mm_P8.00mm_Diameter4-5mm_Amidon-T16 -L_Toroid, Horizontal series, Radial, pin pitch=8.00mm, , diameter=4.064mm, Diameter4-5mm, Amidon-T16 -L_Toroid Horizontal series Radial pin pitch 8.00mm diameter 4.064mm Diameter4-5mm Amidon-T16 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D5.1mm_P9.00mm_Diameter6-5mm_Amidon-T20 -L_Toroid, Horizontal series, Radial, pin pitch=9.00mm, , diameter=5.08mm, Diameter6-5mm, Amidon-T20 -L_Toroid Horizontal series Radial pin pitch 9.00mm diameter 5.08mm Diameter6-5mm Amidon-T20 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D6.5mm_P10.00mm_Diameter7-5mm_Amidon-T25 -L_Toroid, Horizontal series, Radial, pin pitch=10.00mm, , diameter=6.476999999999999mm, Diameter7-5mm, Amidon-T25 -L_Toroid Horizontal series Radial pin pitch 10.00mm diameter 6.476999999999999mm Diameter7-5mm Amidon-T25 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D7.8mm_P13.00mm_Diameter9-5mm_Amidon-T30 -L_Toroid, Horizontal series, Radial, pin pitch=13.00mm, , diameter=7.7978mm, Diameter9-5mm, Amidon-T30 -L_Toroid Horizontal series Radial pin pitch 13.00mm diameter 7.7978mm Diameter9-5mm Amidon-T30 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D9.5mm_P15.00mm_Diameter10-5mm_Amidon-T37 -L_Toroid, Horizontal series, Radial, pin pitch=15.00mm, , diameter=9.524999999999999mm, Diameter10-5mm, Amidon-T37 -L_Toroid Horizontal series Radial pin pitch 15.00mm diameter 9.524999999999999mm Diameter10-5mm Amidon-T37 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D11.2mm_P17.00mm_Diameter12-5mm_Amidon-T44 -L_Toroid, Horizontal series, Radial, pin pitch=17.00mm, , diameter=11.176mm, Diameter12-5mm, Amidon-T44 -L_Toroid Horizontal series Radial pin pitch 17.00mm diameter 11.176mm Diameter12-5mm Amidon-T44 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D12.7mm_P20.00mm_Diameter14-5mm_Amidon-T50 -L_Toroid, Horizontal series, Radial, pin pitch=20.00mm, , diameter=12.7mm, Diameter14-5mm, Amidon-T50 -L_Toroid Horizontal series Radial pin pitch 20.00mm diameter 12.7mm Diameter14-5mm Amidon-T50 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3 -L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D16.8mm_P14.70mm_Vishay_TJ3_BigPads -L_Toroid, Horizontal series, Radial, pin pitch=14.70mm, , diameter=16.8mm, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 14.70mm diameter 16.8mm Vishay TJ3 BigPads -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D17.3mm_P15.24mm_Bourns_2000 -L_Toroid, Horizontal series, Radial, pin pitch=15.24mm, , diameter=17.3mm, Bourns, 2000, http://www.bourns.com/docs/Product-Datasheets/2000_series.pdf?sfvrsn=5 -L_Toroid Horizontal series Radial pin pitch 15.24mm diameter 17.3mm Bourns 2000 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D21.8mm_P19.10mm_Bourns_2100 -L_Toroid, Horizontal series, Radial, pin pitch=19.10mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 19.10mm diameter 21.8mm Bourns 2100 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D21.8mm_P19.60mm_Bourns_2100 -L_Toroid, Horizontal series, Radial, pin pitch=19.60mm, , diameter=21.8mm, Bourns, 2100, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 19.60mm diameter 21.8mm Bourns 2100 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D22.4mm_P19.80mm_Vishay_TJ4 -L_Toroid, Horizontal series, Radial, pin pitch=19.80mm, , diameter=22.4mm, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 19.80mm diameter 22.4mm Vishay TJ4 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D24.1mm_P21.80mm_Bourns_2200 -L_Toroid, Horizontal series, Radial, pin pitch=21.80mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 21.80mm diameter 24.1mm Bourns 2200 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D24.1mm_P23.10mm_Bourns_2200 -L_Toroid, Horizontal series, Radial, pin pitch=23.10mm, , diameter=24.1mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 23.10mm diameter 24.1mm Bourns 2200 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5 -L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D25.4mm_P22.90mm_Vishay_TJ5_BigPads -L_Toroid, Horizontal series, Radial, pin pitch=22.90mm, , diameter=25.4mm, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 22.90mm diameter 25.4mm Vishay TJ5 BigPads -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D26.0mm_P5.08mm -inductor 26mm diameter toroid -SELF INDUCTOR -0 -3 -2 -Inductor_THT -L_Toroid_Horizontal_D28.0mm_P25.10mm_Bourns_2200 -L_Toroid, Horizontal series, Radial, pin pitch=25.10mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 25.10mm diameter 28mm Bourns 2200 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D28.0mm_P26.67mm_Bourns_2200 -L_Toroid, Horizontal series, Radial, pin pitch=26.67mm, , diameter=28mm, Bourns, 2200, http://www.bourns.com/docs/Product-Datasheets/2100_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 26.67mm diameter 28mm Bourns 2200 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D32.5mm_P28.90mm_Bourns_2300 -L_Toroid, Horizontal series, Radial, pin pitch=28.90mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 28.90mm diameter 32.5mm Bourns 2300 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D32.5mm_P30.00mm_Bourns_2300 -L_Toroid, Horizontal series, Radial, pin pitch=30.00mm, , diameter=32.5mm, Bourns, 2300, http://www.bourns.com/docs/Product-Datasheets/2300_series.pdf?sfvrsn=3 -L_Toroid Horizontal series Radial pin pitch 30.00mm diameter 32.5mm Bourns 2300 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D35.1mm_P31.00mm_Vishay_TJ6 -L_Toroid, Horizontal series, Radial, pin pitch=31.00mm, , diameter=35.1mm, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 31.00mm diameter 35.1mm Vishay TJ6 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D40.0mm_P48.26mm -L_Toroid, Horizontal series, Radial, pin pitch=48.26mm, , diameter=40mm -L_Toroid Horizontal series Radial pin pitch 48.26mm diameter 40mm -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D41.9mm_P37.60mm_Vishay_TJ7 -L_Toroid, Horizontal series, Radial, pin pitch=37.60mm, , diameter=41.9mm, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 37.60mm diameter 41.9mm Vishay TJ7 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D49.3mm_P44.60mm_Vishay_TJ8 -L_Toroid, Horizontal series, Radial, pin pitch=44.60mm, , diameter=49.3mm, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 44.60mm diameter 49.3mm Vishay TJ8 -0 -2 -2 -Inductor_THT -L_Toroid_Horizontal_D69.1mm_P63.20mm_Vishay_TJ9 -L_Toroid, Horizontal series, Radial, pin pitch=63.20mm, , diameter=69.1mm, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Horizontal series Radial pin pitch 63.20mm diameter 69.1mm Vishay TJ9 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L10.0mm_W5.0mm_P5.08mm -L_Toroid, Vertical series, Radial, pin pitch=5.08mm, , length*width=10*5mm^2 -L_Toroid Vertical series Radial pin pitch 5.08mm length 10mm width 5mm -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L13.0mm_W6.5mm_P5.60mm -L_Toroid, Vertical series, Radial, pin pitch=5.60mm, , length*width=13*6.5mm^2 -L_Toroid Vertical series Radial pin pitch 5.60mm length 13mm width 6.5mm -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L14.0mm_W5.6mm_P5.30mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=5.30mm, , length*width=14*5.6mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 5.30mm length 14mm width 5.6mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L14.0mm_W6.3mm_P4.57mm_Pulse_A -L_Toroid, Vertical series, Radial, pin pitch=4.57mm, , length*width=13.97*6.35mm^2, Pulse, A, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 4.57mm length 13.97mm width 6.35mm Pulse A -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L14.7mm_W8.6mm_P5.58mm_Pulse_KM-1 -L_Toroid, Vertical series, Radial, pin pitch=5.58mm, , length*width=14.73*8.64mm^2, Pulse, KM-1, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 5.58mm length 14.73mm width 8.64mm Pulse KM-1 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.0mm_W8.0mm_P7.62mm -L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16*8mm^2 -L_Toroid Vertical series Radial pin pitch 7.62mm length 16mm width 8mm -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.3mm_W7.1mm_P7.11mm_Pulse_H -L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=16.26*7.11mm^2, Pulse, H, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 7.11mm length 16.26mm width 7.11mm Pulse H -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.4mm_W7.6mm_P6.60mm_Vishay_TJ3 -L_Toroid, Vertical series, Radial, pin pitch=6.60mm, , length*width=16.4*7.6mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 6.60mm length 16.4mm width 7.6mm Vishay TJ3 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.5mm_W11.4mm_P7.62mm_Pulse_KM-2 -L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=16.51*11.43mm^2, Pulse, KM-2, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 7.62mm length 16.51mm width 11.43mm Pulse KM-2 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3 -L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L16.8mm_W9.2mm_P7.10mm_Vishay_TJ3_BigPads -L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=16.8*9.2mm^2, Vishay, TJ3, BigPads, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 7.10mm length 16.8mm width 9.2mm Vishay TJ3 BigPads -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L17.8mm_W8.1mm_P7.62mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=17.8*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 7.62mm length 17.8mm width 8.1mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L17.8mm_W9.7mm_P7.11mm_Pulse_B -L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=17.78*9.65mm^2, Pulse, B, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 7.11mm length 17.78mm width 9.65mm Pulse B -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L19.1mm_W8.1mm_P7.10mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=7.10mm, , length*width=19.1*8.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 7.10mm length 19.1mm width 8.1mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L21.6mm_W8.4mm_P8.38mm_Pulse_G -L_Toroid, Vertical series, Radial, pin pitch=8.38mm, , length*width=21.59*8.38mm^2, Pulse, G, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 8.38mm length 21.59mm width 8.38mm Pulse G -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L21.6mm_W9.1mm_P8.40mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=8.40mm, , length*width=21.6*9.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 8.40mm length 21.6mm width 9.1mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L21.6mm_W9.5mm_P7.11mm_Pulse_C -L_Toroid, Vertical series, Radial, pin pitch=7.11mm, , length*width=21.59*9.53mm^2, Pulse, C, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 7.11mm length 21.59mm width 9.53mm Pulse C -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L21.6mm_W11.4mm_P7.62mm_Pulse_KM-3 -L_Toroid, Vertical series, Radial, pin pitch=7.62mm, , length*width=21.59*11.43mm^2, Pulse, KM-3, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 7.62mm length 21.59mm width 11.43mm Pulse KM-3 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L22.4mm_W10.2mm_P7.90mm_Vishay_TJ4 -L_Toroid, Vertical series, Radial, pin pitch=7.90mm, , length*width=22.4*10.2mm^2, Vishay, TJ4, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 7.90mm length 22.4mm width 10.2mm Vishay TJ4 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L24.6mm_W15.5mm_P11.44mm_Pulse_KM-4 -L_Toroid, Vertical series, Radial, pin pitch=11.44mm, , length*width=24.64*15.5mm^2, Pulse, KM-4, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 11.44mm length 24.64mm width 15.5mm Pulse KM-4 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5 -L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L25.4mm_W14.7mm_P12.20mm_Vishay_TJ5_BigPads -L_Toroid, Vertical series, Radial, pin pitch=12.20mm, , length*width=25.4*14.7mm^2, Vishay, TJ5, BigPads, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 12.20mm length 25.4mm width 14.7mm Vishay TJ5 BigPads -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L26.7mm_W14.0mm_P10.16mm_Pulse_D -L_Toroid, Vertical series, Radial, pin pitch=10.16mm, , length*width=26.67*13.97mm^2, Pulse, D, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 10.16mm length 26.67mm width 13.97mm Pulse D -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L28.6mm_W14.3mm_P11.43mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=11.43mm, , length*width=28.6*14.3mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 11.43mm length 28.6mm width 14.3mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L31.8mm_W15.9mm_P13.50mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=13.50mm, , length*width=31.8*15.9mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 13.50mm length 31.8mm width 15.9mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L33.0mm_W17.8mm_P12.70mm_Pulse_KM-5 -L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=33.02*17.78mm^2, Pulse, KM-5, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 12.70mm length 33.02mm width 17.78mm Pulse KM-5 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L35.1mm_W21.1mm_P18.50mm_Vishay_TJ6 -L_Toroid, Vertical series, Radial, pin pitch=18.50mm, , length*width=35.1*21.1mm^2, Vishay, TJ6, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 18.50mm length 35.1mm width 21.1mm Vishay TJ6 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L35.6mm_W17.8mm_P12.70mm_Pulse_E -L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=35.56*17.78mm^2, Pulse, E, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 12.70mm length 35.56mm width 17.78mm Pulse E -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L41.9mm_W17.8mm_P12.70mm_Pulse_F -L_Toroid, Vertical series, Radial, pin pitch=12.70mm, , length*width=41.91*17.78mm^2, Pulse, F, http://datasheet.octopart.com/PE-92112KNL-Pulse-datasheet-17853305.pdf -L_Toroid Vertical series Radial pin pitch 12.70mm length 41.91mm width 17.78mm Pulse F -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L41.9mm_W19.1mm_P15.80mm_Vishay_TJ7 -L_Toroid, Vertical series, Radial, pin pitch=15.80mm, , length*width=41.9*19.1mm^2, Vishay, TJ7, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 15.80mm length 41.9mm width 19.1mm Vishay TJ7 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L46.0mm_W19.1mm_P21.80mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=21.80mm, , length*width=46*19.1mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 21.80mm length 46mm width 19.1mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L48.8mm_W25.4mm_P20.80mm_Vishay_TJ8 -L_Toroid, Vertical series, Radial, pin pitch=20.80mm, , length*width=48.8*25.4mm^2, Vishay, TJ8, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 20.80mm length 48.8mm width 25.4mm Vishay TJ8 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L54.0mm_W23.8mm_P20.10mm_Bourns_5700 -L_Toroid, Vertical series, Radial, pin pitch=20.10mm, , length*width=54*23.8mm^2, Bourns, 5700, http://www.bourns.com/docs/Product-Datasheets/5700_series.pdf -L_Toroid Vertical series Radial pin pitch 20.10mm length 54mm width 23.8mm Bourns 5700 -0 -2 -2 -Inductor_THT -L_Toroid_Vertical_L67.6mm_W36.1mm_P31.80mm_Vishay_TJ9 -L_Toroid, Vertical series, Radial, pin pitch=31.80mm, , length*width=67.6*36.1mm^2, Vishay, TJ9, http://www.vishay.com/docs/34079/tj.pdf -L_Toroid Vertical series Radial pin pitch 31.80mm length 67.6mm width 36.1mm Vishay TJ9 -0 -2 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-2012_LeadDiameter1.2mm -Shielded High Current Inductor, body 17x22mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-2012-ROUND -THT -0 -2 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-2012_LeadDiameter1.5mm -Shielded High Current Inductor, body 17x22mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-2012-ROUND -THT -0 -2 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-2504 -Shielded High Current Inductor, body 22x25.7mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT_SIZE_2504 -THT -0 -2 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3521 -Shielded High Current Inductor, body 21.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3521 -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3533_LeadDiameter1.8mm -Shielded High Current Inductor, body 34.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3533-ROUND -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3533_LeadDiameter2.0mm -Shielded High Current Inductor, body 34.5x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3533-ROUND -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3540_LeadDiameter0.8mm -Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540 -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3540_LeadDiameter1.3mm -Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540 -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3540_LeadDiameter1.5mm -Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540 -THT -0 -4 -2 -Inductor_THT_Wurth -L_Wurth_WE-HCFT-3540_LeadDiameter2.0mm -Shielded High Current Inductor, body 41x36mm, https://www.we-online.com/catalog/en/WE-HCFT#/articles/WE-HCFT-3540 -THT -0 -4 -2 -Jumper -SolderJumper-2_P1.3mm_Bridged2Bar_Pad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 2 copper strips -net tie solder jumper bridged -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Bridged2Bar_RoundedPad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 2 copper strips -net tie solder jumper bridged -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Bridged_Pad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, bridged with 1 copper strip -net tie solder jumper bridged -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Bridged_RoundedPad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, bridged with 1 copper strip -net tie solder jumper bridged -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Open_Pad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open -solder jumper open -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm, rounded Pads, 0.3mm gap, open -solder jumper open -0 -2 -2 -Jumper -SolderJumper-2_P1.3mm_Open_TrianglePad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open -solder jumper open -0 -2 -2 -Jumper -SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged2Bar12_Pad1.0x1.5mm_NumberLabels -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged2Bar12_RoundedPad1.0x1.5mm_NumberLabels -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 Bridged2Bar with 2 copper strip, labeled with numbers -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged12_Pad1.0x1.5mm_NumberLabels -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Bridged12_RoundedPad1.0x1.5mm_NumberLabels -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, pads 1-2 bridged with 1 copper strip, labeled with numbers -net tie solder jumper bridged -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm Pads, 0.3mm gap, open -solder jumper open -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Open_Pad1.0x1.5mm_NumberLabels -SMD Solder Jumper, 1x1.5mm Pads, 0.3mm gap, open, labeled with numbers -solder jumper open -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open -solder jumper open -0 -3 -3 -Jumper -SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels -SMD Solder 3-pad Jumper, 1x1.5mm rounded Pads, 0.3mm gap, open, labeled with numbers -solder jumper open -0 -3 -3 -Jumper -SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm -SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open -solder jumper open -0 -5 -3 -Jumper -SolderJumper-3_P2.0mm_Open_TrianglePad1.0x1.5mm_NumberLabels -SMD Solder Jumper, 1x1.5mm Triangular Pads, 0.3mm gap, open, labeled with numbers -solder jumper open -0 -5 -3 -LED_SMD -LED-APA102-2020 -http://www.led-color.com/upload/201604/APA102-2020%20SMD%20LED.pdf -LED RGB SPI -0 -8 -6 -LED_SMD -LED-L1T2_LUMILEDS -http://www.lumileds.com/uploads/438/DS133-pdf -LUMILEDS LUXEON TX L1T2 LED -0 -3 -3 -LED_SMD -LED_1W_3W_R8 -https://www.gme.cz/data/attachments/dsh.518-234.1.pdf -LED 1W 3W 5W -0 -3 -3 -LED_SMD -LED_0201_0603Metric -LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -LED -0 -4 -2 -LED_SMD -LED_0201_0603Metric_Pad0.64x0.40mm_HandSolder -LED SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -LED handsolder -0 -4 -2 -LED_SMD -LED_0402_1005Metric -LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_0402_1005Metric_Pad0.77x0.64mm_HandSolder -LED SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_0603_1608Metric -LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder -LED SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_0805_2012Metric -LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_0805_2012Metric_Pad1.15x1.40mm_HandSolder -LED SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_1206_3216Metric -LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_1206_3216Metric_Pad1.42x1.75mm_HandSolder -LED SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_1206_3216Metric_ReverseMount_Hole1.8x2.4mm -LED SMD 1206 (3216 Metric), reverse mount, square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -diode reverse -0 -2 -2 -LED_SMD -LED_1210_3225Metric -LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_1210_3225Metric_Pad1.42x2.65mm_HandSolder -LED SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_1812_4532Metric -LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_1812_4532Metric_Pad1.30x3.40mm_HandSolder -LED SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_2010_5025Metric -LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_2010_5025Metric_Pad1.52x2.65mm_HandSolder -LED SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_2512_6332Metric -LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED -0 -2 -2 -LED_SMD -LED_2512_6332Metric_Pad1.52x3.35mm_HandSolder -LED SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.tortai-tech.com/upload/download/2011102023233369053.pdf), generated with kicad-footprint-generator -LED handsolder -0 -2 -2 -LED_SMD -LED_ASMB-KTF0-0A306 -2220 Tricolor PLCC-4 LED, https://docs.broadcom.com/docs/ASMB-KTF0-0A306-DS100 -Tricolor LED -0 -4 -4 -LED_SMD -LED_Avago_PLCC4_3.2x2.8mm_CW -3.2mm x 2.8mm PLCC4 RGB LED, https://docs.broadcom.com/docs/AV02-4186EN -LED Avago PLCC-4 3528 ASMB-MTB0-0A3A2 -0 -4 -4 -LED_SMD -LED_Avago_PLCC6_3x2.8mm -https://docs.broadcom.com/docs/AV02-3793EN -LED Avago PLCC-6 ASMT-YTB7-0AA02 -0 -6 -6 -LED_SMD -LED_CSP_Samsung_LH181B_2.36x2.36mm -High Power CSP LED, 2.36mm x 2.36mm, 1.4A max, https://cdn.samsung.com/led/file/resource/2021/01/Data_Sheet_LH181B_Rev.4.0.pdf -LED Samsung LH181B -0 -2 -2 -LED_SMD -LED_Cree-PLCC4_2x2mm_CW -2.0mm x 2.0mm PLCC4 LED, https://assets.cree-led.com/a/ds/h/HB-CLMVC-FKA.pdf -LED Cree PLCC-4 2020 CLMVB-FKA CLMVC-FKA -0 -4 -4 -LED_SMD -LED_Cree-PLCC4_3.2x2.8mm_CCW -3.2mm x 2.8mm PLCC4 RGB LED, https://assets.cree-led.com/a/ds/h/HB-CLV1A-FKB.pdf -LED Cree PLCC-4 3528 CLV1A-FKB -0 -4 -4 -LED_SMD -LED_Cree-PLCC4_5x5mm_CW -5.0mm x 5.0mm PLCC4 LED -LED Cree PLCC-4 5050 -0 -4 -4 -LED_SMD -LED_Cree-PLCC6_4.7x1.5mm -4.7mm x 1.5mm PLCC6 LED, http://www.cree.com/led-components/media/documents/1381-QLS6AFKW.pdf -LED Cree PLCC-6 -0 -6 -6 -LED_SMD -LED_Cree-XB -http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXBD.pdf -LED Cree XB -0 -5 -3 -LED_SMD -LED_Cree-XH -http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XHB.pdf -LED Cree XH -0 -8 -2 -LED_SMD -LED_Cree-XHP35 -http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds--XHP35.pdf -LED Cree XHP35 -0 -6 -3 -LED_SMD -LED_Cree-XHP50_6V -Cree XHP50, 6V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf -LED Cree XHP50 -0 -15 -3 -LED_SMD -LED_Cree-XHP50_12V -Cree XHP50, 12V footprint, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP50.pdf -LED XHP50 Cree -0 -15 -3 -LED_SMD -LED_Cree-XHP70_6V -Cree XHP70 LED, 6V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf -LED Cree XHP70 -0 -15 -3 -LED_SMD -LED_Cree-XHP70_12V -Cree XHP70 LED, 12V version, http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/ds%20XHP70.pdf -LED Cree XHP70 -0 -15 -3 -LED_SMD -LED_Cree-XP -LED Cree-XP http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/XLampXPE2.pdf -LED Cree XP -0 -6 -3 -LED_SMD -LED_Cree-XP-G -LED Cree-XP-G http://www.cree.com/~/media/Files/Cree/LED%20Components%20and%20Modules/XLamp/Data%20and%20Binning/XLampXPG.pdf -LED Cree XP-G -0 -6 -3 -LED_SMD -LED_Cree-XQ -LED Cree-XQ http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf -LED Cree XQ -0 -2 -2 -LED_SMD -LED_Cree-XQ_HandSoldering -LED Cree-XQ handsoldering pads http://www.cree.com/~/media/Files/Cree/LED-Components-and-Modules/XLamp/Data-and-Binning/ds-XQB.pdf -LED Cree XQ -0 -2 -2 -LED_SMD -LED_Dialight_591 -LED SMD 3mm Right Angle series (http://www.dialightsignalsandcomponents.com/Assets/Drawings/2D_Drawings_DrawingDetailedSpec/C17354.pdf) -LED Dialight 591 -0 -2 -2 -LED_SMD -LED_Inolux_IN-PI554FCH_PLCC4_5.0x5.0mm_P3.2mm -5.0mm x 5.0mm PLCC4 Addressable RGB LED, http://www.inolux-corp.com/datasheet/SMDLED/Addressable%20LED/IN-PI554FCH.pdf -LED RGB NeoPixel addressable PLCC-4 5050 -0 -4 -4 -LED_SMD -LED_Kingbright_AAA3528ESGCT -Kingbright, dual LED, 3.5 x 2.8 mm Surface Mount LED Lamp (http://www.kingbrightusa.com/images/catalog/SPEC/AAA3528ESGCT.pdf) -dual led smd -0 -4 -4 -LED_SMD -LED_Kingbright_APDA3020VBCD -LED, SMD, APDA3020VBC/D, https://www.kingbrightusa.com/images/catalog/SPEC/APDA3020VBC-D.pdf -LED APDA3020VBC/D Kingbright -0 -2 -2 -LED_SMD -LED_Kingbright_APFA3010_3x1.5mm_Horizontal -LED RGB, APFA3010, http://www.kingbrightusa.com/images/catalog/SPEC/APFA3010LSEEZGKQBKC.pdf -LED RGB APFA3010 KINGBRIGHT 3x1.5mm -0 -4 -4 -LED_SMD -LED_Kingbright_APHBM2012_2x1.25mm -Dual LED SMD https://www.kingbrightusa.com/KCpack.asp?txtPack=APHBM2012 -LED Kingbright APHM2012 -0 -4 -4 -LED_SMD -LED_Kingbright_KPBD-3224 -Kingbright, dual LED, red-green, dome lens, 3.2 x 2.4 mm Surface Mount LED Lamp (https://www.kingbright.com/attachments/file/psearch/000/00/00/KPBD-3224SURKCGKC(Ver.20A).pdf) -Kingbright dual LED KPBD-3224 -0 -4 -4 -LED_SMD -LED_LiteOn_LTST-C19HE1WT -LiteOn RGB LED; https://optoelectronics.liteon.com/upload/download/DS22-2008-0044/LTST-C19HE1WT.pdf -LED RGB Chip SMD -0 -4 -4 -LED_SMD -LED_LiteOn_LTST-C295K_1.6x0.8mm -Topview dual http://optoelectronics.liteon.com/upload/download/DS22-2009-0072/LTST-C295KGKRKT.PDF -SMD Top view Dual colour -0 -4 -4 -LED_SMD -LED_LiteOn_LTST-S326 -http://optoelectronics.liteon.com/upload/download/DS22-2000-287/LTST-S326KGJRKT.PDF -LED SMD right angle CCA -0 -3 -3 -LED_SMD -LED_Lumex_SML-LX0303SIUPGUSB -Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0303SIUPGUSB.pdf -LED RGB -0 -4 -4 -LED_SMD -LED_Lumex_SML-LX0404SIUPGUSB -Lumex RGB LED, clear, SMD, https://www.lumex.com/spec/SML-LX0404SIUPGUSB.pdf -LED RGB -0 -4 -4 -LED_SMD -LED_Luminus_MP-3030-1100_3.0x3.0mm -Mid Power LED, Luminus MP-3030-1100, 3.0x3.0mm, 816mW, https://download.luminus.com/datasheets/Luminus_MP3030_1100_Datasheet.pdf -LED Luminus MP-3030-1100 -0 -5 -2 -LED_SMD -LED_Osram_Lx_P47F_D2mm_ReverseMount -OSRAM, reverse-mount LED, SMD, 2mm diameter, http://www.farnell.com/datasheets/2711587.pdf -LED ReverseMount Reverse -0 -4 -2 -LED_SMD -LED_PLCC-2_3.4x3.0mm_AK -LED PLCC-2 SMD package, orientation marker at anode, https://dammedia.osram.info/media/resource/hires/osram-dam-5824137/SFH%204257_EN.pdf -LED PLCC-2 SMD TOPLED -0 -2 -2 -LED_SMD -LED_PLCC-2_3.4x3.0mm_KA -LED PLCC-2 SMD package, orientation marker at cathode, https://dammedia.osram.info/media/resource/hires/osram-dam-6035009/SFH%204253_EN.pdf -LED PLCC-2 SMD TOPLED -0 -2 -2 -LED_SMD -LED_PLCC-2_3x2mm_AK -LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at anode, https://media.digikey.com/pdf/Data%20Sheets/CREE%20Power/CLM3A-BKW,GKW.pdf -LED PLCC-2 SMD -0 -2 -2 -LED_SMD -LED_PLCC-2_3x2mm_KA -LED, SMD, PLCC-2, 3.0 x 2.0mm, orientation marker at cathode, https://optoelectronics.liteon.com/upload/download/DS22-2009-0099/LTW-M670ZVS-M5_0906.pdf -LED PLCC-2 SMD -0 -2 -2 -LED_SMD -LED_PLCC_2835 -https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf -LED -0 -2 -2 -LED_SMD -LED_PLCC_2835_Handsoldering -https://www.luckylight.cn/media/component/data-sheet/R2835BC-B2M-M10.pdf -LED -0 -2 -2 -LED_SMD -LED_RGB_1210 -RGB LED 3.2x2.7mm http://www.avagotech.com/docs/AV02-0610EN -LED 3227 -0 -4 -4 -LED_SMD -LED_RGB_5050-6 -http://cdn.sparkfun.com/datasheets/Components/LED/5060BRG4.pdf -RGB LED 5050-6 -0 -6 -6 -LED_SMD -LED_RGB_Cree-PLCC-6_6x5mm_P2.1mm -http://www.farnell.com/datasheets/2003905.pdf -LED RGB PLCC-6 CLP6C-FBK -0 -6 -6 -LED_SMD -LED_RGB_Everlight_EASV3015RGBA0_Horizontal -LED, RGB, right-angle, clear, https://everlightamericas.com/index.php?controller=attachment&id_attachment=3220 -LED RGB right-angle -0 -4 -4 -LED_SMD -LED_RGB_Getian_GT-P6PRGB4303 -https://www.gme.sk/img/cache/doc/518/177/vykonova-led-getian-gt-p6prgb4303-datasheet-1.pdf -LED RGB -0 -7 -7 -LED_SMD -LED_RGB_PLCC-6 -RGB LED PLCC-6 -RGB LED PLCC-6 -0 -6 -6 -LED_SMD -LED_RGB_Wuerth-PLCC4_3.2x2.8mm_150141M173100 -3.2mm x 2.8mm PLCC4 LED, https://www.we-online.de/katalog/datasheet/150141M173100.pdf -LED RGB Wurth PLCC-4 3528 -0 -4 -4 -LED_SMD -LED_ROHM_SMLVN6 -https://www.rohm.com/datasheet/SMLVN6RGB1U -LED ROHM SMLVN6 -0 -6 -6 -LED_SMD -LED_SK6805_PLCC4_2.4x2.7mm_P1.3mm -https://cdn-shop.adafruit.com/product-files/3484/3484_Datasheet.pdf -LED RGB NeoPixel Nano PLCC-4 -0 -4 -4 -LED_SMD -LED_SK6812MINI_PLCC4_3.5x3.5mm_P1.75mm -3.5mm x 3.5mm PLCC4 Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/product-files/2686/SK6812MINI_REV.01-1-2.pdf -LED RGB NeoPixel Mini PLCC-4 3535 -0 -4 -4 -LED_SMD -LED_SK6812_EC15_1.5x1.5mm -http://www.newstar-ledstrip.com/product/20181119172602110.pdf -LED RGB NeoPixel -0 -4 -4 -LED_SMD -LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm -5.0mm x 5.0mm Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/product-files/1138/SK6812+LED+datasheet+.pdf -LED RGB NeoPixel PLCC-4 5050 -0 -4 -4 -LED_SMD -LED_WS2812B-2020_PLCC4_2.0x2.0mm -2.0mm x 2.0mm Addressable RGB LED NeoPixel Nano, 12 mA, https://cdn-shop.adafruit.com/product-files/4684/4684_WS2812B-2020_V1.3_EN.pdf -LED RGB NeoPixel Nano PLCC-4 2020 -0 -4 -4 -LED_SMD -LED_WS2812B_PLCC4_5.0x5.0mm_P3.2mm -5.0mm x 5.0mm Addressable RGB LED NeoPixel, https://cdn-shop.adafruit.com/datasheets/WS2812B.pdf -LED RGB NeoPixel PLCC-4 5050 -0 -4 -4 -LED_SMD -LED_WS2812_PLCC6_5.0x5.0mm_P1.6mm -https://cdn-shop.adafruit.com/datasheets/WS2812.pdf -LED RGB NeoPixel -0 -6 -6 -LED_SMD -LED_Wurth_150044M155260 -Wurth Common anode RGB LED, SMD, 0404, 1x1x1.65mm, https://www.we-online.com/catalog/datasheet/150044M155260.pdf -LED RGB ARGB -0 -4 -4 -LED_SMD -LED_Yuji_5730 -LED,Yuji,5730,https://cdn.shopify.com/s/files/1/0344/6401/files/YJWJ014-1.1_YJ-BC-5730L-G02.pdf -LED Yuji 5730 -0 -3 -2 -LED_SMD -LED_miniPLCC_2315 -https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true -LED -0 -2 -2 -LED_SMD -LED_miniPLCC_2315_Handsoldering -https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DAV02-2205EN_DS_ASMT-TxBM_2014-05-09.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430858274704&ssbinary=true -LED -0 -2 -2 -LED_THT -LED_BL-FL7680RGB -'Piranha' RGB LED, through hole, common anode, 7.62x7.62mm, BGRA pin order, https://cdn-shop.adafruit.com/datasheets/BL-FL7680RGB.pdf -RGB LED Piranha Super-Flux BetLux -0 -4 -4 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z1.6mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z4.9mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O1.27mm_Z8.2mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z1.6mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z4.9mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O3.81mm_Z8.2mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z1.6mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z4.9mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W1.8mm_H2.4mm_Horizontal_O6.35mm_Z8.2mm -LED, , diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins, diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm, 2 pins -LED diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 1.6mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 4.9mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins diameter 1.8mm size 1.8x2.4mm^2 z-position of LED center 8.2mm 2 pins -0 -2 -2 -LED_THT -LED_D1.8mm_W3.3mm_H2.4mm -LED, Round, Rectangular size 3.3x2.4mm^2 diameter 1.8mm, 2 pins -LED Round Rectangular size 3.3x2.4mm^2 diameter 1.8mm 2 pins -0 -2 -2 -LED_THT -LED_D2.0mm_W4.0mm_H2.8mm_FlatTop -LED, Round, FlatTop, Rectangular size 4.0x2.8mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-1034IDT(Ver.9A).pdf -LED Round FlatTop Rectangular size 4.0x2.8mm^2 diameter 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D2.0mm_W4.8mm_H2.5mm_FlatTop -LED, Round, FlatTop, Rectangular size 4.8x2.5mm^2 diameter 2.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-13GD(Ver.11B).pdf -LED Round FlatTop Rectangular size 4.8x2.5mm^2 diameter 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm -LED, diameter 3.0mm, 2 pins -LED diameter 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm-3 -LED, diameter 3.0mm, 2 pins, diameter 3.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-3VSURKCGKC(Ver.8A).pdf -LED diameter 3.0mm 2 pins diameter 3.0mm 3 pins -0 -3 -3 -LED_THT -LED_D3.0mm_Clear -IR-LED, diameter 3.0mm, 2 pins, color: clear -IR infrared LED diameter 3.0mm 2 pins clear -0 -2 -2 -LED_THT -LED_D3.0mm_FlatTop -LED, Round, FlatTop, diameter 3.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-47XEC(Ver.9A).pdf -LED Round FlatTop diameter 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_Clear -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRBlack -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z2.0mm_IRGrey -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z6.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O1.27mm_Z10.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O3.81mm_Z2.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O3.81mm_Z6.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O3.81mm_Z10.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O6.35mm_Z2.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O6.35mm_Z6.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_Horizontal_O6.35mm_Z10.0mm -LED, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 2.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 6.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins, diameter 3.0mm z-position of LED center 10.0mm, 2 pins -LED diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 2.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 6.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins diameter 3.0mm z-position of LED center 10.0mm 2 pins -0 -2 -2 -LED_THT -LED_D3.0mm_IRBlack -IR-ED, diameter 3.0mm, 2 pins, color: black -IR infrared LED diameter 3.0mm 2 pins black -0 -2 -2 -LED_THT -LED_D3.0mm_IRGrey -IR-LED, diameter 3.0mm, 2 pins, color: grey -IR infrared LED diameter 3.0mm 2 pins grey -0 -2 -2 -LED_THT -LED_D4.0mm -LED, diameter 4.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-43GD(Ver.12B).pdf -LED diameter 4.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm -LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf -LED diameter 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm-3 -LED, diameter 5.0mm, 2 pins, diameter 5.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-59EGC(Ver.17A).pdf -LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins -0 -3 -3 -LED_THT -LED_D5.0mm-3_Horizontal_O3.81mm_Z3.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 3 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 3 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -3 -3 -LED_THT -LED_D5.0mm-4_RGB -LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf -LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED -0 -4 -4 -LED_THT -LED_D5.0mm-4_RGB_Staggered_Pins -LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf -rgb led -0 -4 -4 -LED_THT -LED_D5.0mm-4_RGB_Wide_Pins -LED, diameter 5.0mm, 4 pins, WP154A4, https://www.kingbright.com/attachments/file/psearch/000/00/00/L-154A4SUREQBFZGEW(Ver.11A).pdf -LED diameter 5.0mm 2 pins diameter 5.0mm 3 pins diameter 5.0mm 4 pins RGB RGBLED -0 -4 -4 -LED_THT -LED_D5.0mm_Clear -LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf -LED diameter 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_FlatTop -LED, Round, FlatTop, diameter 5.0mm, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-483GDT(Ver.15B).pdf -LED Round FlatTop diameter 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_Clear -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRBlack -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z3.0mm_IRGrey -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z9.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O1.27mm_Z15.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O3.81mm_Z3.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O3.81mm_Z9.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O3.81mm_Z15.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O6.35mm_Z3.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O6.35mm_Z9.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_Horizontal_O6.35mm_Z15.0mm -LED, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 3.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 9.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins, diameter 5.0mm z-position of LED center 15.0mm, 2 pins -LED diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 3.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 9.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins diameter 5.0mm z-position of LED center 15.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_IRBlack -LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf -LED diameter 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_D5.0mm_IRGrey -LED, diameter 5.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LL-504BC2E-009.pdf -LED diameter 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_D8.0mm -LED, diameter 8.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED8MMGE_LED8MMGN_LED8MMRT%23KIN.pdf -LED diameter 8.0mm 2 pins -0 -2 -2 -LED_THT -LED_D8.0mm-3 -LED, diameter 8.0mm, 2 pins, diameter 8.0mm, 3 pins -LED diameter 8.0mm 2 pins diameter 8.0mm 3 pins -0 -3 -3 -LED_THT -LED_D10.0mm -LED, diameter 10.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED10-4500RT%23KIN.pdf -LED diameter 10.0mm 2 pins -0 -2 -2 -LED_THT -LED_D10.0mm-3 -LED, diameter 10.0mm, 2 pins, diameter 10.0mm, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-819EGW(Ver.14A).pdf -LED diameter 10.0mm 2 pins diameter 10.0mm 3 pins -0 -3 -3 -LED_THT -LED_D20.0mm -LED, diameter 20.0mm, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/DLC2-6GD%28V6%29.pdf -LED diameter 20.0mm 2 pins -0 -2 -2 -LED_THT -LED_Oval_W5.2mm_H3.8mm -LED_Oval, Oval, Oval size 5.2x3.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-5603QBC-D(Ver.12B).pdf -LED_Oval Oval Oval size 5.2x3.8mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W3.0mm_H2.0mm -LED_Rectangular, Rectangular, Rectangular size 3.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf -LED_Rectangular Rectangular Rectangular size 3.0x2.0mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W3.9mm_H1.8mm -LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf -LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W3.9mm_H1.8mm_FlatTop -LED_Rectangular, Rectangular, Rectangular size 3.9x1.8mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-2774GD(Ver.7B).pdf -LED_Rectangular Rectangular Rectangular size 3.9x1.8mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W3.9mm_H1.9mm -LED_Rectangular, Rectangular, Rectangular size 3.9x1.9mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-144GDT(Ver.14B).pdf -LED_Rectangular Rectangular Rectangular size 3.9x1.9mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm-3Pins -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2, 3 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 3 pins -0 -3 -3 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z1.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z3.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O1.27mm_Z5.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z1.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z3.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O3.81mm_Z5.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z1.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z3.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H2.0mm_Horizontal_O6.35mm_Z5.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins, Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm, 2 pins -LED_Rectangular Rectangular Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 1.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 3.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins Rectangular size 5.0x2.0mm^2 z-position of LED center 5.0mm 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W5.0mm_H5.0mm -LED_Rectangular, Rectangular, Rectangular size 5.0x5.0mm^2, 2 pins, http://www.kingbright.com/attachments/file/psearch/000/00/00/L-169XCGDK(Ver.9B).pdf -LED_Rectangular Rectangular Rectangular size 5.0x5.0mm^2 2 pins -0 -2 -2 -LED_THT -LED_Rectangular_W7.62mm_H4.55mm_P5.08mm_R3 -Datasheet can be found at https://www.gme.cz/data/attachments/dsh.511-795.1.pdf -LED automotive super flux 7.62mm -0 -4 -2 -LED_THT -LED_SideEmitter_Rectangular_W4.5mm_H1.6mm -LED_SideEmitter_Rectangular, Rectangular, SideEmitter, Rectangular size 4.5x1.6mm^2, 2 pins, http://cdn-reichelt.de/documents/datenblatt/A500/LED15MMGE_LED15MMGN%23KIN.pdf -LED_SideEmitter_Rectangular Rectangular SideEmitter Rectangular size 4.5x1.6mm^2 2 pins -0 -2 -2 -LED_THT -LED_VCCLite_5381H1_6.35x6.35mm -Red 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf -Red 5381 Series LED -0 -2 -2 -LED_THT -LED_VCCLite_5381H3_6.35x6.35mm -Amber 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf -Amber 5381 Series LED -0 -2 -2 -LED_THT -LED_VCCLite_5381H5_6.35x6.35mm -Green 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf -Green 5381 Series LED -0 -2 -2 -LED_THT -LED_VCCLite_5381H7_6.35x6.35mm -Yellow 5381 Series LED VCCLite https://vcclite.com/wp-content/uploads/wpallimport/files/files/5381Series.pdf http://static.vcclite.com/pdf/Mounting%20Hole%20Pattern%202.pdf -Yellow 5381 Series LED -0 -2 -2 -Module -A20_OLINUXINO_LIME2 -A20 Olinuxino LIME2, 1.2GHz, 512-1024MB RAM, Micro-SD, NAND or eMMC, 1000Mbit Ethernet -A20 Olimex Olinuxino LIME2 development board -0 -180 -180 -Module -Adafruit_Feather -Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification -Adafruit Feather -0 -28 -28 -Module -Adafruit_Feather_32u4_FONA -Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona -Adafruit Feather 32u4 FONA -0 -28 -28 -Module -Adafruit_Feather_32u4_FONA_WithMountingHoles -Footprint for the Adafruit Feather 32u4 FONA board, https://learn.adafruit.com/adafruit-feather-32u4-fona -Adafruit Feather 32u4 FONA -0 -28 -28 -Module -Adafruit_Feather_32u4_RFM -Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module -Adafruit Feather 32u4 RFM -0 -31 -31 -Module -Adafruit_Feather_32u4_RFM_WithMountingHoles -Footprint for the Adafruit Feather 32u4 RFM series of boards, https://learn.adafruit.com/adafruit-feather-32u4-radio-with-rfm69hcw-module -Adafruit Feather 32u4 RFM -0 -31 -31 -Module -Adafruit_Feather_M0_RFM -Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio -Adafruit Feather M0 RFM -0 -32 -32 -Module -Adafruit_Feather_M0_RFM_WithMountingHoles -Footprint for the Adafruit Feather M0 RFM series of boards, e.g. https://learn.adafruit.com/adafruit-feather-m0-radio-with-rfm69-packet-radio - Adafruit Feather M0 RFM -0 -32 -32 -Module -Adafruit_Feather_M0_Wifi -Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ -Adafruit Feather M0 Wifi -0 -28 -28 -Module -Adafruit_Feather_M0_Wifi_WithMountingHoles -Footprint for the Adafruit Feather M0 Wifi board, https://learn.adafruit.com/adafruit-feather-m0-wifi-atwinc1500/ -Adafruit Feather M0 Wifi -0 -28 -28 -Module -Adafruit_Feather_WICED -Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi -Adafruit Feather WICED Wifi -0 -29 -29 -Module -Adafruit_Feather_WICED_WithMountingHoles -Footprint for the Adafruit Feather WICED Wifi board, https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi -Adafruit Feather WICED Wifi -0 -29 -29 -Module -Adafruit_Feather_WithMountingHoles -Common footprint for the Adafruit Feather series of boards, https://learn.adafruit.com/adafruit-feather/feather-specification -Adafruit Feather -0 -28 -28 -Module -Adafruit_HUZZAH_ESP8266_breakout -32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 -ESP8266 WiFi microcontroller -0 -20 -20 -Module -Adafruit_HUZZAH_ESP8266_breakout_WithMountingHoles -32-bit microcontroller module with WiFi, https://www.adafruit.com/product/2471 -ESP8266 WiFi microcontroller -0 -20 -20 -Module -Arduino_Nano -Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino Nano -0 -30 -30 -Module -Arduino_Nano_WithMountingHoles -Arduino Nano, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino Nano -0 -30 -30 -Module -Arduino_UNO_R2 -Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino UNO R2 -0 -30 -30 -Module -Arduino_UNO_R2_WithMountingHoles -Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino UNO R2 -0 -30 -30 -Module -Arduino_UNO_R3 -Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino UNO R3 -0 -32 -32 -Module -Arduino_UNO_R3_WithMountingHoles -Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf -Arduino UNO R3 -0 -32 -32 -Module -BeagleBoard_PocketBeagle -PocketBeagle, https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#71_Expansion_Header_Connectors -PocketBeagle -0 -72 -72 -Module -Carambola2 -8devices Carambola2, OpenWRT, industrial SoM computer, https://www.8devices.com/media/products/carambola2/downloads/carambola2-datasheet.pdf -carambola2 8devices -0 -104 -52 -Module -Electrosmith_Daisy_Seed -Embedded platform for audio applications. 96kHz / 24-bit audio hardware. 64MB of SDRAM for up to 10 minute long audio. ARM Cortex-M7 MCU, running at 480MHz. 31 total GPIO pins with configurable functionality. 12-bit Digital to Analog Converters (x2). SD card interfaces. PWM outputs. Serial Protocols for connecting external sensors and devices (SPI, UART, I2S, I2C). Dedicated VIN pin for power. Micro USB port, and additional USB pins for full OTG-support as host and device. https://static1.squarespace.com/static/58d03fdc1b10e3bf442567b8/t/6227e6236f02fb68d1577146/1646781988478/Daisy_Seed_datasheet_v1.0.3.pdf -Electrosmith Daisy Seed Microcontroller Module ARM Cortex-M7 Audio Codec -0 -40 -40 -Module -Maple_Mini -Maple Mini, http://docs.leaflabs.com/static.leaflabs.com/pub/leaflabs/maple-docs/0.0.12/hardware/maple-mini.html -Maple Mini -0 -40 -40 -Module -Olimex_MOD-WIFI-ESP8266-DEV -ESP8266 development board https://www.olimex.com/Products/IoT/ESP8266/MOD-WIFI-ESP8266-DEV/resources/dimensions-WIFI-ESP8266-DEV.png -ESP8266 -0 -22 -22 -Module -Onion_Omega2+ -https://onion.io/omega2/ -Omega Onion module -0 -32 -32 -Module -Onion_Omega2S -https://github.com/OnionIoT/Omega2/raw/master/Documents/Omega2S%20Datasheet.pdf -onion omega module -0 -89 -64 -Module -Pololu_Breakout-16_15.2x20.3mm -Pololu Breakout 16-pin 15.2x20.3mm 0.6x0.8\ -Pololu Breakout -0 -16 -16 -Module -Raspberry_Pi_Zero_Socketed_THT_FaceDown_MountingHoles -Raspberry Pi Zero using through hole straight pin socket, 2x20, 2.54mm pitch, https://www.raspberrypi.org/documentation/hardware/raspberrypi/mechanical/rpi_MECH_Zero_1p2.pdf -raspberry pi zero through hole -0 -40 -40 -Module -ST_Morpho_Connector_144_STLink -ST Morpho Connector 144 With STLink -ST Morpho Connector 144 STLink -0 -148 -148 -Module -ST_Morpho_Connector_144_STLink_MountingHoles -ST Morpho Connector 144 With STLink -ST Morpho Connector 144 STLink -0 -148 -148 -Module -Sipeed-M1 -AI accelerated MCU with optional wifi, https://dl.sipeed.com/MAIX/HDK/Sipeed-M1&M1W/Specifications -AI Kendryte K210 RISC-V -0 -85 -77 -Module -Texas_EUK_R-PDSS-T7_THT -Texas Instruments EUK 7 Pin Double Sided Module -module pcb -0 -7 -7 -Module -Texas_EUS_R-PDSS-T5_THT -Texas Instruments EUS 5 Pin Double Sided Module -module pcb -0 -5 -5 -Module -Texas_EUW_R-PDSS-T7_THT -Texas Instruments EUW 7 Pin Double Sided Module -module pcb -0 -7 -7 -Module -WEMOS_D1_mini_light -16-pin module, column spacing 22.86 mm (900 mils), https://wiki.wemos.cc/products:d1:d1_mini, https://c1.staticflickr.com/1/734/31400410271_f278b087db_z.jpg -ESP8266 WiFi microcontroller -0 -16 -16 -Motors -Vybronics_VZ30C1T8219732L -Vibration motor, 2.3-3.2V, 14000rpm, 0.7G, https://www.vybronics.com/wp-content/uploads/datasheet-files/Vybronics-VZ30C1T8219732L-datasheet.pdf -vibration motor Vybronics -0 -12 -3 -MountingEquipment -DINRailAdapter_3xM3_PhoenixContact_1201578 -https://www.phoenixcontact.com/online/portal/us?uri=pxc-oc-itemdetail:pid=1201578&library=usen&tab=1 -DIN rail adapter universal three M3 clearance holes -0 -0 -0 -MountingHole -MountingHole_2.1mm -Mounting Hole 2.1mm, no annular -mounting hole 2.1mm no annular -0 -0 -0 -MountingHole -MountingHole_2.2mm_M2 -Mounting Hole 2.2mm, no annular, M2 -mounting hole 2.2mm no annular m2 -0 -0 -0 -MountingHole -MountingHole_2.2mm_M2_DIN965 -Mounting Hole 2.2mm, no annular, M2, DIN965 -mounting hole 2.2mm no annular m2 din965 -0 -0 -0 -MountingHole -MountingHole_2.2mm_M2_DIN965_Pad -Mounting Hole 2.2mm, M2, DIN965 -mounting hole 2.2mm m2 din965 -0 -1 -1 -MountingHole -MountingHole_2.2mm_M2_DIN965_Pad_TopBottom -Mounting Hole 2.2mm, M2, DIN965 -mounting hole 2.2mm m2 din965 -0 -3 -1 -MountingHole -MountingHole_2.2mm_M2_DIN965_Pad_TopOnly -Mounting Hole 2.2mm, M2, DIN965 -mounting hole 2.2mm m2 din965 -0 -2 -1 -MountingHole -MountingHole_2.2mm_M2_ISO7380 -Mounting Hole 2.2mm, no annular, M2, ISO7380 -mounting hole 2.2mm no annular m2 iso7380 -0 -0 -0 -MountingHole -MountingHole_2.2mm_M2_ISO7380_Pad -Mounting Hole 2.2mm, M2, ISO7380 -mounting hole 2.2mm m2 iso7380 -0 -1 -1 -MountingHole -MountingHole_2.2mm_M2_ISO7380_Pad_TopBottom -Mounting Hole 2.2mm, M2, ISO7380 -mounting hole 2.2mm m2 iso7380 -0 -3 -1 -MountingHole -MountingHole_2.2mm_M2_ISO7380_Pad_TopOnly -Mounting Hole 2.2mm, M2, ISO7380 -mounting hole 2.2mm m2 iso7380 -0 -2 -1 -MountingHole -MountingHole_2.2mm_M2_ISO14580 -Mounting Hole 2.2mm, no annular, M2, ISO14580 -mounting hole 2.2mm no annular m2 iso14580 -0 -0 -0 -MountingHole -MountingHole_2.2mm_M2_ISO14580_Pad -Mounting Hole 2.2mm, M2, ISO14580 -mounting hole 2.2mm m2 iso14580 -0 -1 -1 -MountingHole -MountingHole_2.2mm_M2_ISO14580_Pad_TopBottom -Mounting Hole 2.2mm, M2, ISO14580 -mounting hole 2.2mm m2 iso14580 -0 -3 -1 -MountingHole -MountingHole_2.2mm_M2_ISO14580_Pad_TopOnly -Mounting Hole 2.2mm, M2, ISO14580 -mounting hole 2.2mm m2 iso14580 -0 -2 -1 -MountingHole -MountingHole_2.2mm_M2_Pad -Mounting Hole 2.2mm, M2 -mounting hole 2.2mm m2 -0 -1 -1 -MountingHole -MountingHole_2.2mm_M2_Pad_TopBottom -Mounting Hole 2.2mm, M2 -mounting hole 2.2mm m2 -0 -3 -1 -MountingHole -MountingHole_2.2mm_M2_Pad_TopOnly -Mounting Hole 2.2mm, M2 -mounting hole 2.2mm m2 -0 -2 -1 -MountingHole -MountingHole_2.2mm_M2_Pad_Via -Mounting Hole 2.2mm, M2 -mounting hole 2.2mm m2 -0 -9 -1 -MountingHole -MountingHole_2.5mm -Mounting Hole 2.5mm, no annular -mounting hole 2.5mm no annular -0 -0 -0 -MountingHole -MountingHole_2.5mm_Pad -Mounting Hole 2.5mm -mounting hole 2.5mm -0 -1 -1 -MountingHole -MountingHole_2.5mm_Pad_TopBottom -Mounting Hole 2.5mm -mounting hole 2.5mm -0 -3 -1 -MountingHole -MountingHole_2.5mm_Pad_TopOnly -Mounting Hole 2.5mm -mounting hole 2.5mm -0 -2 -1 -MountingHole -MountingHole_2.5mm_Pad_Via -Mounting Hole 2.5mm -mounting hole 2.5mm -0 -9 -1 -MountingHole -MountingHole_2.7mm -Mounting Hole 2.7mm, no annular -mounting hole 2.7mm no annular -0 -0 -0 -MountingHole -MountingHole_2.7mm_M2.5 -Mounting Hole 2.7mm, no annular, M2.5 -mounting hole 2.7mm no annular m2.5 -0 -0 -0 -MountingHole -MountingHole_2.7mm_M2.5_DIN965 -Mounting Hole 2.7mm, no annular, M2.5, DIN965 -mounting hole 2.7mm no annular m2.5 din965 -0 -0 -0 -MountingHole -MountingHole_2.7mm_M2.5_DIN965_Pad -Mounting Hole 2.7mm, M2.5, DIN965 -mounting hole 2.7mm m2.5 din965 -0 -1 -1 -MountingHole -MountingHole_2.7mm_M2.5_DIN965_Pad_TopBottom -Mounting Hole 2.7mm, M2.5, DIN965 -mounting hole 2.7mm m2.5 din965 -0 -3 -1 -MountingHole -MountingHole_2.7mm_M2.5_DIN965_Pad_TopOnly -Mounting Hole 2.7mm, M2.5, DIN965 -mounting hole 2.7mm m2.5 din965 -0 -2 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO7380 -Mounting Hole 2.7mm, no annular, M2.5, ISO7380 -mounting hole 2.7mm no annular m2.5 iso7380 -0 -0 -0 -MountingHole -MountingHole_2.7mm_M2.5_ISO7380_Pad -Mounting Hole 2.7mm, M2.5, ISO7380 -mounting hole 2.7mm m2.5 iso7380 -0 -1 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO7380_Pad_TopBottom -Mounting Hole 2.7mm, M2.5, ISO7380 -mounting hole 2.7mm m2.5 iso7380 -0 -3 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO7380_Pad_TopOnly -Mounting Hole 2.7mm, M2.5, ISO7380 -mounting hole 2.7mm m2.5 iso7380 -0 -2 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO14580 -Mounting Hole 2.7mm, no annular, M2.5, ISO14580 -mounting hole 2.7mm no annular m2.5 iso14580 -0 -0 -0 -MountingHole -MountingHole_2.7mm_M2.5_ISO14580_Pad -Mounting Hole 2.7mm, M2.5, ISO14580 -mounting hole 2.7mm m2.5 iso14580 -0 -1 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO14580_Pad_TopBottom -Mounting Hole 2.7mm, M2.5, ISO14580 -mounting hole 2.7mm m2.5 iso14580 -0 -3 -1 -MountingHole -MountingHole_2.7mm_M2.5_ISO14580_Pad_TopOnly -Mounting Hole 2.7mm, M2.5, ISO14580 -mounting hole 2.7mm m2.5 iso14580 -0 -2 -1 -MountingHole -MountingHole_2.7mm_M2.5_Pad -Mounting Hole 2.7mm, M2.5 -mounting hole 2.7mm m2.5 -0 -1 -1 -MountingHole -MountingHole_2.7mm_M2.5_Pad_TopBottom -Mounting Hole 2.7mm, M2.5 -mounting hole 2.7mm m2.5 -0 -3 -1 -MountingHole -MountingHole_2.7mm_M2.5_Pad_TopOnly -Mounting Hole 2.7mm, M2.5 -mounting hole 2.7mm m2.5 -0 -2 -1 -MountingHole -MountingHole_2.7mm_M2.5_Pad_Via -Mounting Hole 2.7mm -mounting hole 2.7mm -0 -9 -1 -MountingHole -MountingHole_2.7mm_Pad -Mounting Hole 2.7mm -mounting hole 2.7mm -0 -1 -1 -MountingHole -MountingHole_2.7mm_Pad_TopBottom -Mounting Hole 2.7mm -mounting hole 2.7mm -0 -3 -1 -MountingHole -MountingHole_2.7mm_Pad_TopOnly -Mounting Hole 2.7mm -mounting hole 2.7mm -0 -2 -1 -MountingHole -MountingHole_2.7mm_Pad_Via -Mounting Hole 2.7mm -mounting hole 2.7mm -0 -9 -1 -MountingHole -MountingHole_2mm -Mounting Hole 2mm, no annular -mounting hole 2mm no annular -0 -0 -0 -MountingHole -MountingHole_3.2mm_M3 -Mounting Hole 3.2mm, no annular, M3 -mounting hole 3.2mm no annular m3 -0 -0 -0 -MountingHole -MountingHole_3.2mm_M3_DIN965 -Mounting Hole 3.2mm, no annular, M3, DIN965 -mounting hole 3.2mm no annular m3 din965 -0 -0 -0 -MountingHole -MountingHole_3.2mm_M3_DIN965_Pad -Mounting Hole 3.2mm, M3, DIN965 -mounting hole 3.2mm m3 din965 -0 -1 -1 -MountingHole -MountingHole_3.2mm_M3_DIN965_Pad_TopBottom -Mounting Hole 3.2mm, M3, DIN965 -mounting hole 3.2mm m3 din965 -0 -3 -1 -MountingHole -MountingHole_3.2mm_M3_DIN965_Pad_TopOnly -Mounting Hole 3.2mm, M3, DIN965 -mounting hole 3.2mm m3 din965 -0 -2 -1 -MountingHole -MountingHole_3.2mm_M3_ISO7380 -Mounting Hole 3.2mm, no annular, M3, ISO7380 -mounting hole 3.2mm no annular m3 iso7380 -0 -0 -0 -MountingHole -MountingHole_3.2mm_M3_ISO7380_Pad -Mounting Hole 3.2mm, M3, ISO7380 -mounting hole 3.2mm m3 iso7380 -0 -1 -1 -MountingHole -MountingHole_3.2mm_M3_ISO7380_Pad_TopBottom -Mounting Hole 3.2mm, M3, ISO7380 -mounting hole 3.2mm m3 iso7380 -0 -3 -1 -MountingHole -MountingHole_3.2mm_M3_ISO7380_Pad_TopOnly -Mounting Hole 3.2mm, M3, ISO7380 -mounting hole 3.2mm m3 iso7380 -0 -2 -1 -MountingHole -MountingHole_3.2mm_M3_ISO14580 -Mounting Hole 3.2mm, no annular, M3, ISO14580 -mounting hole 3.2mm no annular m3 iso14580 -0 -0 -0 -MountingHole -MountingHole_3.2mm_M3_ISO14580_Pad -Mounting Hole 3.2mm, M3, ISO14580 -mounting hole 3.2mm m3 iso14580 -0 -1 -1 -MountingHole -MountingHole_3.2mm_M3_ISO14580_Pad_TopBottom -Mounting Hole 3.2mm, M3, ISO14580 -mounting hole 3.2mm m3 iso14580 -0 -3 -1 -MountingHole -MountingHole_3.2mm_M3_ISO14580_Pad_TopOnly -Mounting Hole 3.2mm, M3, ISO14580 -mounting hole 3.2mm m3 iso14580 -0 -2 -1 -MountingHole -MountingHole_3.2mm_M3_Pad -Mounting Hole 3.2mm, M3 -mounting hole 3.2mm m3 -0 -1 -1 -MountingHole -MountingHole_3.2mm_M3_Pad_TopBottom -Mounting Hole 3.2mm, M3 -mounting hole 3.2mm m3 -0 -3 -1 -MountingHole -MountingHole_3.2mm_M3_Pad_TopOnly -Mounting Hole 3.2mm, M3 -mounting hole 3.2mm m3 -0 -2 -1 -MountingHole -MountingHole_3.2mm_M3_Pad_Via -Mounting Hole 3.2mm, M3 -mounting hole 3.2mm m3 -0 -9 -1 -MountingHole -MountingHole_3.5mm -Mounting Hole 3.5mm, no annular -mounting hole 3.5mm no annular -0 -0 -0 -MountingHole -MountingHole_3.5mm_Pad -Mounting Hole 3.5mm -mounting hole 3.5mm -0 -1 -1 -MountingHole -MountingHole_3.5mm_Pad_TopBottom -Mounting Hole 3.5mm -mounting hole 3.5mm -0 -3 -1 -MountingHole -MountingHole_3.5mm_Pad_TopOnly -Mounting Hole 3.5mm -mounting hole 3.5mm -0 -2 -1 -MountingHole -MountingHole_3.5mm_Pad_Via -Mounting Hole 3.5mm -mounting hole 3.5mm -0 -9 -1 -MountingHole -MountingHole_3.7mm -Mounting Hole 3.7mm, no annular -mounting hole 3.7mm no annular -0 -0 -0 -MountingHole -MountingHole_3.7mm_Pad -Mounting Hole 3.7mm -mounting hole 3.7mm -0 -1 -1 -MountingHole -MountingHole_3.7mm_Pad_TopBottom -Mounting Hole 3.7mm -mounting hole 3.7mm -0 -3 -1 -MountingHole -MountingHole_3.7mm_Pad_TopOnly -Mounting Hole 3.7mm -mounting hole 3.7mm -0 -2 -1 -MountingHole -MountingHole_3.7mm_Pad_Via -Mounting Hole 3.7mm -mounting hole 3.7mm -0 -9 -1 -MountingHole -MountingHole_3mm -Mounting Hole 3mm, no annular -mounting hole 3mm no annular -0 -0 -0 -MountingHole -MountingHole_3mm_Pad -Mounting Hole 3mm -mounting hole 3mm -0 -1 -1 -MountingHole -MountingHole_3mm_Pad_TopBottom -Mounting Hole 3mm -mounting hole 3mm -0 -3 -1 -MountingHole -MountingHole_3mm_Pad_TopOnly -Mounting Hole 3mm -mounting hole 3mm -0 -2 -1 -MountingHole -MountingHole_3mm_Pad_Via -Mounting Hole 3mm -mounting hole 3mm -0 -9 -1 -MountingHole -MountingHole_4.3mm_M4 -Mounting Hole 4.3mm, no annular, M4 -mounting hole 4.3mm no annular m4 -0 -0 -0 -MountingHole -MountingHole_4.3mm_M4_DIN965 -Mounting Hole 4.3mm, no annular, M4, DIN965 -mounting hole 4.3mm no annular m4 din965 -0 -0 -0 -MountingHole -MountingHole_4.3mm_M4_DIN965_Pad -Mounting Hole 4.3mm, M4, DIN965 -mounting hole 4.3mm m4 din965 -0 -1 -1 -MountingHole -MountingHole_4.3mm_M4_DIN965_Pad_TopBottom -Mounting Hole 4.3mm, M4, DIN965 -mounting hole 4.3mm m4 din965 -0 -3 -1 -MountingHole -MountingHole_4.3mm_M4_DIN965_Pad_TopOnly -Mounting Hole 4.3mm, M4, DIN965 -mounting hole 4.3mm m4 din965 -0 -2 -1 -MountingHole -MountingHole_4.3mm_M4_ISO7380 -Mounting Hole 4.3mm, no annular, M4, ISO7380 -mounting hole 4.3mm no annular m4 iso7380 -0 -0 -0 -MountingHole -MountingHole_4.3mm_M4_ISO7380_Pad -Mounting Hole 4.3mm, M4, ISO7380 -mounting hole 4.3mm m4 iso7380 -0 -1 -1 -MountingHole -MountingHole_4.3mm_M4_ISO7380_Pad_TopBottom -Mounting Hole 4.3mm, M4, ISO7380 -mounting hole 4.3mm m4 iso7380 -0 -3 -1 -MountingHole -MountingHole_4.3mm_M4_ISO7380_Pad_TopOnly -Mounting Hole 4.3mm, M4, ISO7380 -mounting hole 4.3mm m4 iso7380 -0 -2 -1 -MountingHole -MountingHole_4.3mm_M4_ISO14580 -Mounting Hole 4.3mm, no annular, M4, ISO14580 -mounting hole 4.3mm no annular m4 iso14580 -0 -0 -0 -MountingHole -MountingHole_4.3mm_M4_ISO14580_Pad -Mounting Hole 4.3mm, M4, ISO14580 -mounting hole 4.3mm m4 iso14580 -0 -1 -1 -MountingHole -MountingHole_4.3mm_M4_ISO14580_Pad_TopBottom -Mounting Hole 4.3mm, M4, ISO14580 -mounting hole 4.3mm m4 iso14580 -0 -3 -1 -MountingHole -MountingHole_4.3mm_M4_ISO14580_Pad_TopOnly -Mounting Hole 4.3mm, M4, ISO14580 -mounting hole 4.3mm m4 iso14580 -0 -2 -1 -MountingHole -MountingHole_4.3mm_M4_Pad -Mounting Hole 4.3mm, M4 -mounting hole 4.3mm m4 -0 -1 -1 -MountingHole -MountingHole_4.3mm_M4_Pad_TopBottom -Mounting Hole 4.3mm, M4 -mounting hole 4.3mm m4 -0 -3 -1 -MountingHole -MountingHole_4.3mm_M4_Pad_TopOnly -Mounting Hole 4.3mm, M4 -mounting hole 4.3mm m4 -0 -2 -1 -MountingHole -MountingHole_4.3mm_M4_Pad_Via -Mounting Hole 4.3mm, M4 -mounting hole 4.3mm m4 -0 -9 -1 -MountingHole -MountingHole_4.3x6.2mm_M4_Pad -Mounting Hole 4.3x6.2mm, M4 -mounting hole 4.3x6.2mm m4 -0 -1 -1 -MountingHole -MountingHole_4.3x6.2mm_M4_Pad_Via -Mounting Hole 4.3x6.2mm, M4 -mounting hole 4.3x6.2mm m4 -0 -17 -1 -MountingHole -MountingHole_4.5mm -Mounting Hole 4.5mm, no annular -mounting hole 4.5mm no annular -0 -0 -0 -MountingHole -MountingHole_4.5mm_Pad -Mounting Hole 4.5mm -mounting hole 4.5mm -0 -1 -1 -MountingHole -MountingHole_4.5mm_Pad_TopBottom -Mounting Hole 4.5mm -mounting hole 4.5mm -0 -3 -1 -MountingHole -MountingHole_4.5mm_Pad_TopOnly -Mounting Hole 4.5mm -mounting hole 4.5mm -0 -2 -1 -MountingHole -MountingHole_4.5mm_Pad_Via -Mounting Hole 4.5mm -mounting hole 4.5mm -0 -9 -1 -MountingHole -MountingHole_4mm -Mounting Hole 4mm, no annular -mounting hole 4mm no annular -0 -0 -0 -MountingHole -MountingHole_4mm_Pad -Mounting Hole 4mm -mounting hole 4mm -0 -1 -1 -MountingHole -MountingHole_4mm_Pad_TopBottom -Mounting Hole 4mm -mounting hole 4mm -0 -3 -1 -MountingHole -MountingHole_4mm_Pad_TopOnly -Mounting Hole 4mm -mounting hole 4mm -0 -2 -1 -MountingHole -MountingHole_4mm_Pad_Via -Mounting Hole 4mm -mounting hole 4mm -0 -9 -1 -MountingHole -MountingHole_5.3mm_M5 -Mounting Hole 5.3mm, no annular, M5 -mounting hole 5.3mm no annular m5 -0 -0 -0 -MountingHole -MountingHole_5.3mm_M5_DIN965 -Mounting Hole 5.3mm, no annular, M5, DIN965 -mounting hole 5.3mm no annular m5 din965 -0 -0 -0 -MountingHole -MountingHole_5.3mm_M5_DIN965_Pad -Mounting Hole 5.3mm, M5, DIN965 -mounting hole 5.3mm m5 din965 -0 -1 -1 -MountingHole -MountingHole_5.3mm_M5_DIN965_Pad_TopBottom -Mounting Hole 5.3mm, M5, DIN965 -mounting hole 5.3mm m5 din965 -0 -3 -1 -MountingHole -MountingHole_5.3mm_M5_DIN965_Pad_TopOnly -Mounting Hole 5.3mm, M5, DIN965 -mounting hole 5.3mm m5 din965 -0 -2 -1 -MountingHole -MountingHole_5.3mm_M5_ISO7380 -Mounting Hole 5.3mm, no annular, M5, ISO7380 -mounting hole 5.3mm no annular m5 iso7380 -0 -0 -0 -MountingHole -MountingHole_5.3mm_M5_ISO7380_Pad -Mounting Hole 5.3mm, M5, ISO7380 -mounting hole 5.3mm m5 iso7380 -0 -1 -1 -MountingHole -MountingHole_5.3mm_M5_ISO7380_Pad_TopBottom -Mounting Hole 5.3mm, M5, ISO7380 -mounting hole 5.3mm m5 iso7380 -0 -3 -1 -MountingHole -MountingHole_5.3mm_M5_ISO7380_Pad_TopOnly -Mounting Hole 5.3mm, M5, ISO7380 -mounting hole 5.3mm m5 iso7380 -0 -2 -1 -MountingHole -MountingHole_5.3mm_M5_ISO14580 -Mounting Hole 5.3mm, no annular, M5, ISO14580 -mounting hole 5.3mm no annular m5 iso14580 -0 -0 -0 -MountingHole -MountingHole_5.3mm_M5_ISO14580_Pad -Mounting Hole 5.3mm, M5, ISO14580 -mounting hole 5.3mm m5 iso14580 -0 -1 -1 -MountingHole -MountingHole_5.3mm_M5_ISO14580_Pad_TopBottom -Mounting Hole 5.3mm, M5, ISO14580 -mounting hole 5.3mm m5 iso14580 -0 -3 -1 -MountingHole -MountingHole_5.3mm_M5_ISO14580_Pad_TopOnly -Mounting Hole 5.3mm, M5, ISO14580 -mounting hole 5.3mm m5 iso14580 -0 -2 -1 -MountingHole -MountingHole_5.3mm_M5_Pad -Mounting Hole 5.3mm, M5 -mounting hole 5.3mm m5 -0 -1 -1 -MountingHole -MountingHole_5.3mm_M5_Pad_TopBottom -Mounting Hole 5.3mm, M5 -mounting hole 5.3mm m5 -0 -3 -1 -MountingHole -MountingHole_5.3mm_M5_Pad_TopOnly -Mounting Hole 5.3mm, M5 -mounting hole 5.3mm m5 -0 -2 -1 -MountingHole -MountingHole_5.3mm_M5_Pad_Via -Mounting Hole 5.3mm, M5 -mounting hole 5.3mm m5 -0 -9 -1 -MountingHole -MountingHole_5.5mm -Mounting Hole 5.5mm, no annular -mounting hole 5.5mm no annular -0 -0 -0 -MountingHole -MountingHole_5.5mm_Pad -Mounting Hole 5.5mm -mounting hole 5.5mm -0 -1 -1 -MountingHole -MountingHole_5.5mm_Pad_TopBottom -Mounting Hole 5.5mm -mounting hole 5.5mm -0 -3 -1 -MountingHole -MountingHole_5.5mm_Pad_TopOnly -Mounting Hole 5.5mm -mounting hole 5.5mm -0 -2 -1 -MountingHole -MountingHole_5.5mm_Pad_Via -Mounting Hole 5.5mm -mounting hole 5.5mm -0 -9 -1 -MountingHole -MountingHole_5mm -Mounting Hole 5mm, no annular -mounting hole 5mm no annular -0 -0 -0 -MountingHole -MountingHole_5mm_Pad -Mounting Hole 5mm -mounting hole 5mm -0 -1 -1 -MountingHole -MountingHole_5mm_Pad_TopBottom -Mounting Hole 5mm -mounting hole 5mm -0 -3 -1 -MountingHole -MountingHole_5mm_Pad_TopOnly -Mounting Hole 5mm -mounting hole 5mm -0 -2 -1 -MountingHole -MountingHole_5mm_Pad_Via -Mounting Hole 5mm -mounting hole 5mm -0 -9 -1 -MountingHole -MountingHole_6.4mm_M6 -Mounting Hole 6.4mm, no annular, M6 -mounting hole 6.4mm no annular m6 -0 -0 -0 -MountingHole -MountingHole_6.4mm_M6_DIN965 -Mounting Hole 6.4mm, no annular, M6, DIN965 -mounting hole 6.4mm no annular m6 din965 -0 -0 -0 -MountingHole -MountingHole_6.4mm_M6_DIN965_Pad -Mounting Hole 6.4mm, M6, DIN965 -mounting hole 6.4mm m6 din965 -0 -1 -1 -MountingHole -MountingHole_6.4mm_M6_DIN965_Pad_TopBottom -Mounting Hole 6.4mm, M6, DIN965 -mounting hole 6.4mm m6 din965 -0 -3 -1 -MountingHole -MountingHole_6.4mm_M6_DIN965_Pad_TopOnly -Mounting Hole 6.4mm, M6, DIN965 -mounting hole 6.4mm m6 din965 -0 -2 -1 -MountingHole -MountingHole_6.4mm_M6_ISO7380 -Mounting Hole 6.4mm, no annular, M6, ISO7380 -mounting hole 6.4mm no annular m6 iso7380 -0 -0 -0 -MountingHole -MountingHole_6.4mm_M6_ISO7380_Pad -Mounting Hole 6.4mm, M6, ISO7380 -mounting hole 6.4mm m6 iso7380 -0 -1 -1 -MountingHole -MountingHole_6.4mm_M6_ISO7380_Pad_TopBottom -Mounting Hole 6.4mm, M6, ISO7380 -mounting hole 6.4mm m6 iso7380 -0 -3 -1 -MountingHole -MountingHole_6.4mm_M6_ISO7380_Pad_TopOnly -Mounting Hole 6.4mm, M6, ISO7380 -mounting hole 6.4mm m6 iso7380 -0 -2 -1 -MountingHole -MountingHole_6.4mm_M6_ISO14580 -Mounting Hole 6.4mm, no annular, M6, ISO14580 -mounting hole 6.4mm no annular m6 iso14580 -0 -0 -0 -MountingHole -MountingHole_6.4mm_M6_ISO14580_Pad -Mounting Hole 6.4mm, M6, ISO14580 -mounting hole 6.4mm m6 iso14580 -0 -1 -1 -MountingHole -MountingHole_6.4mm_M6_ISO14580_Pad_TopBottom -Mounting Hole 6.4mm, M6, ISO14580 -mounting hole 6.4mm m6 iso14580 -0 -3 -1 -MountingHole -MountingHole_6.4mm_M6_ISO14580_Pad_TopOnly -Mounting Hole 6.4mm, M6, ISO14580 -mounting hole 6.4mm m6 iso14580 -0 -2 -1 -MountingHole -MountingHole_6.4mm_M6_Pad -Mounting Hole 6.4mm, M6 -mounting hole 6.4mm m6 -0 -1 -1 -MountingHole -MountingHole_6.4mm_M6_Pad_TopBottom -Mounting Hole 6.4mm, M6 -mounting hole 6.4mm m6 -0 -3 -1 -MountingHole -MountingHole_6.4mm_M6_Pad_TopOnly -Mounting Hole 6.4mm, M6 -mounting hole 6.4mm m6 -0 -2 -1 -MountingHole -MountingHole_6.4mm_M6_Pad_Via -Mounting Hole 6.4mm, M6 -mounting hole 6.4mm m6 -0 -9 -1 -MountingHole -MountingHole_6.5mm -Mounting Hole 6.5mm, no annular -mounting hole 6.5mm no annular -0 -0 -0 -MountingHole -MountingHole_6.5mm_Pad -Mounting Hole 6.5mm -mounting hole 6.5mm -0 -1 -1 -MountingHole -MountingHole_6.5mm_Pad_TopBottom -Mounting Hole 6.5mm -mounting hole 6.5mm -0 -3 -1 -MountingHole -MountingHole_6.5mm_Pad_TopOnly -Mounting Hole 6.5mm -mounting hole 6.5mm -0 -2 -1 -MountingHole -MountingHole_6.5mm_Pad_Via -Mounting Hole 6.5mm -mounting hole 6.5mm -0 -9 -1 -MountingHole -MountingHole_6mm -Mounting Hole 6mm, no annular -mounting hole 6mm no annular -0 -0 -0 -MountingHole -MountingHole_6mm_Pad -Mounting Hole 6mm -mounting hole 6mm -0 -1 -1 -MountingHole -MountingHole_6mm_Pad_TopBottom -Mounting Hole 6mm -mounting hole 6mm -0 -3 -1 -MountingHole -MountingHole_6mm_Pad_TopOnly -Mounting Hole 6mm -mounting hole 6mm -0 -2 -1 -MountingHole -MountingHole_6mm_Pad_Via -Mounting Hole 6mm -mounting hole 6mm -0 -9 -1 -MountingHole -MountingHole_8.4mm_M8 -Mounting Hole 8.4mm, no annular, M8 -mounting hole 8.4mm no annular m8 -0 -0 -0 -MountingHole -MountingHole_8.4mm_M8_Pad -Mounting Hole 8.4mm, M8 -mounting hole 8.4mm m8 -0 -1 -1 -MountingHole -MountingHole_8.4mm_M8_Pad_TopBottom -Mounting Hole 8.4mm, M8 -mounting hole 8.4mm m8 -0 -3 -1 -MountingHole -MountingHole_8.4mm_M8_Pad_TopOnly -Mounting Hole 8.4mm, M8 -mounting hole 8.4mm m8 -0 -2 -1 -MountingHole -MountingHole_8.4mm_M8_Pad_Via -Mounting Hole 8.4mm, M8 -mounting hole 8.4mm m8 -0 -9 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H5mm_9771050360 -Mounting Hardware, external M3, height 5, Wuerth electronics 9771050360 (https://katalog.we-online.com/em/datasheet/9771050360.pdf), generated with kicad-footprint-generator -Mounting M3 9771050360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H6mm_9771060360 -Mounting Hardware, external M3, height 6, Wuerth electronics 9771060360 (https://katalog.we-online.com/em/datasheet/9771060360.pdf), generated with kicad-footprint-generator -Mounting M3 9771060360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H7mm_9771070360 -Mounting Hardware, external M3, height 7, Wuerth electronics 9771070360 (https://katalog.we-online.com/em/datasheet/9771070360.pdf), generated with kicad-footprint-generator -Mounting M3 9771070360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H8mm_9771080360 -Mounting Hardware, external M3, height 8, Wuerth electronics 9771080360 (https://katalog.we-online.com/em/datasheet/9771080360.pdf), generated with kicad-footprint-generator -Mounting M3 9771080360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H9mm_9771090360 -Mounting Hardware, external M3, height 9, Wuerth electronics 9771090360 (https://katalog.we-online.com/em/datasheet/9771090360.pdf), generated with kicad-footprint-generator -Mounting M3 9771090360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H10mm_9771100360 -Mounting Hardware, external M3, height 10, Wuerth electronics 9771100360 (https://katalog.we-online.com/em/datasheet/9771100360.pdf), generated with kicad-footprint-generator -Mounting M3 9771100360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H11mm_9771110360 -Mounting Hardware, external M3, height 11, Wuerth electronics 9771110360 (https://katalog.we-online.com/em/datasheet/9771110360.pdf), generated with kicad-footprint-generator -Mounting M3 9771110360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H12mm_9771120360 -Mounting Hardware, external M3, height 12, Wuerth electronics 9771120360 (https://katalog.we-online.com/em/datasheet/9771120360.pdf), generated with kicad-footprint-generator -Mounting M3 9771120360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H13mm_9771130360 -Mounting Hardware, external M3, height 13, Wuerth electronics 9771130360 (https://katalog.we-online.com/em/datasheet/9771130360.pdf), generated with kicad-footprint-generator -Mounting M3 9771130360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H14mm_9771140360 -Mounting Hardware, external M3, height 14, Wuerth electronics 9771140360 (https://katalog.we-online.com/em/datasheet/9771140360.pdf), generated with kicad-footprint-generator -Mounting M3 9771140360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSE-ExternalM3_H15mm_9771150360 -Mounting Hardware, external M3, height 15, Wuerth electronics 9771150360 (https://katalog.we-online.com/em/datasheet/9771150360.pdf), generated with kicad-footprint-generator -Mounting M3 9771150360 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H1mm_9774010482 -Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010482 (https://katalog.we-online.de/em/datasheet/9774010482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774010482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H2mm_9774020482 -Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020482 (https://katalog.we-online.de/em/datasheet/9774020482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774020482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H3mm_9774030482 -Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030482 (https://katalog.we-online.de/em/datasheet/9774030482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774030482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H4mm_9774040482 -Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040482 (https://katalog.we-online.de/em/datasheet/9774040482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774040482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H5mm_9774050482 -Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050482 (https://katalog.we-online.de/em/datasheet/9774050482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774050482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H6mm_9774060482 -Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060482 (https://katalog.we-online.de/em/datasheet/9774060482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774060482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H7mm_9774070482 -Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070482 (https://katalog.we-online.de/em/datasheet/9774070482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774070482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H8mm_9774080482 -Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080482 (https://katalog.we-online.de/em/datasheet/9774080482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774080482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H9mm_9774090482 -Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090482 (https://katalog.we-online.de/em/datasheet/9774090482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774090482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-4.5mm_H10mm_9774100482 -Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100482 (https://katalog.we-online.de/em/datasheet/9774100482.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774100482 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H1.5mm_9774015633 -Mounting Hardware, inside through hole M1.6, height 1.5, Wuerth electronics 9774015633 (https://katalog.we-online.com/em/datasheet/9774015633.pdf), generated with kicad-footprint-generator -Mounting M1.6 9774015633 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H1mm_9774010633 -Mounting Hardware, inside through hole M1.6, height 1, Wuerth electronics 9774010633 (https://katalog.we-online.com/em/datasheet/9774010633.pdf), generated with kicad-footprint-generator -Mounting M1.6 9774010633 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_9774025633 -Mounting Hardware, inside through hole M1.6, height 2.5, Wuerth electronics 9774025633 (https://katalog.we-online.com/em/datasheet/9774025633.pdf), generated with kicad-footprint-generator -Mounting M1.6 9774025633 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_97730256332 -Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256332 (https://katalog.we-online.com/em/datasheet/97730256332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730256332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H2.5mm_ThreadDepth1.5mm_NoNPTH_97730256330 -Mounting Hardware, inside blind hole M1.6, height 2.5, Wuerth electronics 97730256330 (https://katalog.we-online.com/em/datasheet/97730256330R.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730256330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H2mm_9774020633 -Mounting Hardware, inside through hole M1.6, height 2, Wuerth electronics 9774020633 (https://katalog.we-online.com/em/datasheet/9774020633.pdf), generated with kicad-footprint-generator -Mounting M1.6 9774020633 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356332 -Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356332 (https://katalog.we-online.com/em/datasheet/97730356332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730356332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_97730356334 -Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356334 (https://katalog.we-online.com/em/datasheet/97730356334.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730356334 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3.5mm_ThreadDepth2mm_NoNPTH_97730356330 -Mounting Hardware, inside blind hole M1.6, height 3.5, Wuerth electronics 97730356330 (https://katalog.we-online.com/em/datasheet/97730356330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730356330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3mm_9774030633 -Mounting Hardware, inside through hole M1.6, height 3, Wuerth electronics 9774030633 (https://katalog.we-online.com/em/datasheet/9774030633.pdf), generated with kicad-footprint-generator -Mounting M1.6 9774030633 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_97730306332 -Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306332 (https://katalog.we-online.com/em/datasheet/97730306332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730306332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H3mm_ThreadDepth1.8mm_NoNPTH_97730306330 -Mounting Hardware, inside blind hole M1.6, height 3, Wuerth electronics 97730306330 (https://katalog.we-online.com/em/datasheet/97730306330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730306330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456332 -Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456332 (https://katalog.we-online.com/em/datasheet/97730456332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730456332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_97730456334 -Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456334 (https://katalog.we-online.com/em/datasheet/97730456334.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730456334 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4.5mm_ThreadDepth2mm_NoNPTH_97730456330 -Mounting Hardware, inside blind hole M1.6, height 4.5, Wuerth electronics 97730456330 (https://katalog.we-online.com/em/datasheet/97730456330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730456330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406332 -Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406332 (https://katalog.we-online.com/em/datasheet/97730406332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730406332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_97730406334 -Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406334 (https://katalog.we-online.com/em/datasheet/97730406334.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730406334 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H4mm_ThreadDepth2mm_NoNPTH_97730406330 -Mounting Hardware, inside blind hole M1.6, height 4, Wuerth electronics 97730406330 (https://katalog.we-online.com/em/datasheet/97730406330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730406330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506332 -Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506332 (https://katalog.we-online.com/em/datasheet/97730506332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730506332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_97730506334 -Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506334 (https://katalog.we-online.com/em/datasheet/97730506334.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730506334 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H5mm_ThreadDepth2mm_NoNPTH_97730506330 -Mounting Hardware, inside blind hole M1.6, height 5, Wuerth electronics 97730506330 (https://katalog.we-online.com/em/datasheet/97730506330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730506330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606332 -Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606332 (https://katalog.we-online.com/em/datasheet/97730606332.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730606332 -0 -6 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_97730606334 -Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606334 (https://katalog.we-online.com/em/datasheet/97730606334.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730606334 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M1.6_H6mm_ThreadDepth2mm_NoNPTH_97730606330 -Mounting Hardware, inside blind hole M1.6, height 6, Wuerth electronics 97730606330 (https://katalog.we-online.com/em/datasheet/97730606330.pdf), generated with kicad-footprint-generator -Mounting M1.6 97730606330 -0 -5 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H1.5mm_9774015243 -Mounting Hardware, inside through hole M2, height 1.5, Wuerth electronics 9774015243 (https://katalog.we-online.de/em/datasheet/9774015243.pdf), generated with kicad-footprint-generator -Mounting M2 9774015243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H1mm_9774010243 -Mounting Hardware, inside through hole M2, height 1, Wuerth electronics 9774010243 (https://katalog.we-online.de/em/datasheet/9774010243.pdf), generated with kicad-footprint-generator -Mounting M2 9774010243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H2.5mm_9774025243 -Mounting Hardware, inside through hole M2, height 2.5, Wuerth electronics 9774025243 (https://katalog.we-online.de/em/datasheet/9774025243.pdf), generated with kicad-footprint-generator -Mounting M2 9774025243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H2mm_9774020243 -Mounting Hardware, inside through hole M2, height 2, Wuerth electronics 9774020243 (https://katalog.we-online.de/em/datasheet/9774020243.pdf), generated with kicad-footprint-generator -Mounting M2 9774020243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H3.5mm_9774035243 -Mounting Hardware, inside through hole M2, height 3.5, Wuerth electronics 9774035243 (https://katalog.we-online.de/em/datasheet/9774035243.pdf), generated with kicad-footprint-generator -Mounting M2 9774035243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H3mm_9774030243 -Mounting Hardware, inside through hole M2, height 3, Wuerth electronics 9774030243 (https://katalog.we-online.de/em/datasheet/9774030243.pdf), generated with kicad-footprint-generator -Mounting M2 9774030243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H4.5mm_9774045243 -Mounting Hardware, inside through hole M2, height 4.5, Wuerth electronics 9774045243 (https://katalog.we-online.de/em/datasheet/9774045243.pdf), generated with kicad-footprint-generator -Mounting M2 9774045243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H4mm_9774040243 -Mounting Hardware, inside through hole M2, height 4, Wuerth electronics 9774040243 (https://katalog.we-online.de/em/datasheet/9774040243.pdf), generated with kicad-footprint-generator -Mounting M2 9774040243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H5mm_9774050243 -Mounting Hardware, inside through hole M2, height 5, Wuerth electronics 9774050243 (https://katalog.we-online.de/em/datasheet/9774050243.pdf), generated with kicad-footprint-generator -Mounting M2 9774050243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H6mm_9774060243 -Mounting Hardware, inside through hole M2, height 6, Wuerth electronics 9774060243 (https://katalog.we-online.de/em/datasheet/9774060243.pdf), generated with kicad-footprint-generator -Mounting M2 9774060243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H7mm_9774070243 -Mounting Hardware, inside through hole M2, height 7, Wuerth electronics 9774070243 (https://katalog.we-online.de/em/datasheet/9774070243.pdf), generated with kicad-footprint-generator -Mounting M2 9774070243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M2_H8mm_9774080243 -Mounting Hardware, inside through hole M2, height 8, Wuerth electronics 9774080243 (https://katalog.we-online.de/em/datasheet/9774080243.pdf), generated with kicad-footprint-generator -Mounting M2 9774080243 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H1.5mm_9774015360 -Mounting Hardware, inside through hole M3, height 1.5, Wuerth electronics 9774015360 (https://katalog.we-online.de/em/datasheet/9774015360.pdf), generated with kicad-footprint-generator -Mounting M3 9774015360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H1mm_9774010360 -Mounting Hardware, inside through hole M3, height 1, Wuerth electronics 9774010360 (https://katalog.we-online.de/em/datasheet/9774010360.pdf), generated with kicad-footprint-generator -Mounting M3 9774010360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H2.5mm_9774025360 -Mounting Hardware, inside through hole M3, height 2.5, Wuerth electronics 9774025360 (https://katalog.we-online.de/em/datasheet/9774025360.pdf), generated with kicad-footprint-generator -Mounting M3 9774025360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H2mm_9774020360 -Mounting Hardware, inside through hole M3, height 2, Wuerth electronics 9774020360 (https://katalog.we-online.de/em/datasheet/9774020360.pdf), generated with kicad-footprint-generator -Mounting M3 9774020360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H3mm_9774030360 -Mounting Hardware, inside through hole M3, height 3, Wuerth electronics 9774030360 (https://katalog.we-online.de/em/datasheet/9774030360R.pdf), generated with kicad-footprint-generator -Mounting M3 9774030360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H4mm_9774040360 -Mounting Hardware, inside through hole M3, height 4, Wuerth electronics 9774040360 (https://katalog.we-online.de/em/datasheet/9774040360.pdf), generated with kicad-footprint-generator -Mounting M3 9774040360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H5mm_9774050360 -Mounting Hardware, inside through hole M3, height 5, Wuerth electronics 9774050360 (https://katalog.we-online.de/em/datasheet/9774050360.pdf), generated with kicad-footprint-generator -Mounting M3 9774050360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H6mm_9774060360 -Mounting Hardware, inside through hole M3, height 6, Wuerth electronics 9774060360 (https://katalog.we-online.de/em/datasheet/9774060360.pdf), generated with kicad-footprint-generator -Mounting M3 9774060360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H7mm_9774070360 -Mounting Hardware, inside through hole M3, height 7, Wuerth electronics 9774070360 (https://katalog.we-online.de/em/datasheet/9774070360.pdf), generated with kicad-footprint-generator -Mounting M3 9774070360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H8mm_9774080360 -Mounting Hardware, inside through hole M3, height 8, Wuerth electronics 9774080360 (https://katalog.we-online.de/em/datasheet/9774080360.pdf), generated with kicad-footprint-generator -Mounting M3 9774080360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H9mm_9774090360 -Mounting Hardware, inside through hole M3, height 9, Wuerth electronics 9774090360 (https://katalog.we-online.de/em/datasheet/9774090360.pdf), generated with kicad-footprint-generator -Mounting M3 9774090360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H10mm_9774100360 -Mounting Hardware, inside through hole M3, height 10, Wuerth electronics 9774100360 (https://katalog.we-online.de/em/datasheet/9774100360.pdf), generated with kicad-footprint-generator -Mounting M3 9774100360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H11mm_9774110360 -Mounting Hardware, inside through hole M3, height 11, Wuerth electronics 9774110360 (https://katalog.we-online.de/em/datasheet/9774110360.pdf), generated with kicad-footprint-generator -Mounting M3 9774110360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H12mm_9774120360 -Mounting Hardware, inside through hole M3, height 12, Wuerth electronics 9774120360 (https://katalog.we-online.de/em/datasheet/9774120360.pdf), generated with kicad-footprint-generator -Mounting M3 9774120360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H13mm_9774130360 -Mounting Hardware, inside through hole M3, height 13, Wuerth electronics 9774130360 (https://katalog.we-online.de/em/datasheet/9774130360.pdf), generated with kicad-footprint-generator -Mounting M3 9774130360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H14mm_9774140360 -Mounting Hardware, inside through hole M3, height 14, Wuerth electronics 9774140360 (https://katalog.we-online.de/em/datasheet/9774140360.pdf), generated with kicad-footprint-generator -Mounting M3 9774140360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSI-M3_H15mm_9774150360 -Mounting Hardware, inside through hole M3, height 15, Wuerth electronics 9774150360 (https://katalog.we-online.de/em/datasheet/9774150360.pdf), generated with kicad-footprint-generator -Mounting M3 9774150360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H2.6mm_ReverseMount_9775026960 -Mounting Hardware, inside through hole 3.2mm, height 2.6, Wuerth electronics 9775026960 (https://katalog.we-online.com/em/datasheet/9775026960R.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775026960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H3.1mm_ReverseMount_9775031960 -Mounting Hardware, inside through hole 3.2mm, height 3.1, Wuerth electronics 9775031960 (https://katalog.we-online.com/em/datasheet/9775031960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775031960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H3.6mm_ReverseMount_9775036960 -Mounting Hardware, inside through hole 3.2mm, height 3.6, Wuerth electronics 9775036960 (https://katalog.we-online.com/em/datasheet/9775036960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775036960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H4.1mm_ReverseMount_9775041960 -Mounting Hardware, inside through hole 3.2mm, height 4.1, Wuerth electronics 9775041960 (https://katalog.we-online.com/em/datasheet/9775041960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775041960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H4.6mm_ReverseMount_9775046960 -Mounting Hardware, inside through hole 3.2mm, height 4.6, Wuerth electronics 9775046960 (https://katalog.we-online.com/em/datasheet/9775046960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775046960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H5.1mm_ReverseMount_9775051960 -Mounting Hardware, inside through hole 3.2mm, height 5.1, Wuerth electronics 9775051960 (https://katalog.we-online.com/em/datasheet/9775051960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775051960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H5.6mm_ReverseMount_9775056960 -Mounting Hardware, inside through hole 3.2mm, height 5.6, Wuerth electronics 9775056960 (https://katalog.we-online.com/em/datasheet/9775056960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775056960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H6.6mm_ReverseMount_9775066960 -Mounting Hardware, inside through hole 3.2mm, height 6.6, Wuerth electronics 9775066960 (https://katalog.we-online.com/em/datasheet/9775066960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775066960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H7.6mm_ReverseMount_9775076960 -Mounting Hardware, inside through hole 3.2mm, height 7.6, Wuerth electronics 9775076960 (https://katalog.we-online.com/em/datasheet/9775076960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775076960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H8.6mm_ReverseMount_9775086960 -Mounting Hardware, inside through hole 3.2mm, height 8.6, Wuerth electronics 9775086960 (https://katalog.we-online.com/em/datasheet/9775086960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775086960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H9.6mm_ReverseMount_9775096960 -Mounting Hardware, inside through hole 3.2mm, height 9.6, Wuerth electronics 9775096960 (https://katalog.we-online.com/em/datasheet/9775096960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775096960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H10.6mm_ReverseMount_9775106960 -Mounting Hardware, inside through hole 3.2mm, height 10.6, Wuerth electronics 9775106960 (https://katalog.we-online.com/em/datasheet/9775106960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775106960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-3.2mm_H11.6mm_ReverseMount_9775116960 -Mounting Hardware, inside through hole 3.2mm, height 11.6, Wuerth electronics 9775116960 (https://katalog.we-online.com/em/datasheet/9775116960.pdf), generated with kicad-footprint-generator -Mounting 3.2mm 9775116960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H2.6mm_ReverseMount_9775026360 -Mounting Hardware, inside through hole M3, height 2.6, Wuerth electronics 9775026360 (https://katalog.we-online.com/em/datasheet/9775026360.pdf), generated with kicad-footprint-generator -Mounting M3 9775026360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H3.1mm_ReverseMount_9775031360 -Mounting Hardware, inside through hole M3, height 3.1, Wuerth electronics 9775031360 (https://katalog.we-online.com/em/datasheet/9775031360.pdf), generated with kicad-footprint-generator -Mounting M3 9775031360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H3.6mm_ReverseMount_9775036360 -Mounting Hardware, inside through hole M3, height 3.6, Wuerth electronics 9775036360 (https://katalog.we-online.com/em/datasheet/9775036360.pdf), generated with kicad-footprint-generator -Mounting M3 9775036360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H4.1mm_ReverseMount_9775041360 -Mounting Hardware, inside through hole M3, height 4.1, Wuerth electronics 9775041360 (https://katalog.we-online.com/em/datasheet/9775041360.pdf), generated with kicad-footprint-generator -Mounting M3 9775041360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H4.6mm_ReverseMount_9775046360 -Mounting Hardware, inside through hole M3, height 4.6, Wuerth electronics 9775046360 (https://katalog.we-online.com/em/datasheet/9775046360.pdf), generated with kicad-footprint-generator -Mounting M3 9775046360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H5.1mm_ReverseMount_9775051360 -Mounting Hardware, inside through hole M3, height 5.1, Wuerth electronics 9775051360 (https://katalog.we-online.com/em/datasheet/9775051360.pdf), generated with kicad-footprint-generator -Mounting M3 9775051360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H5.6mm_ReverseMount_9775056360 -Mounting Hardware, inside through hole M3, height 5.6, Wuerth electronics 9775056360 (https://katalog.we-online.com/em/datasheet/9775056360.pdf), generated with kicad-footprint-generator -Mounting M3 9775056360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H6.6mm_ReverseMount_9775066360 -Mounting Hardware, inside through hole M3, height 6.6, Wuerth electronics 9775066360 (https://katalog.we-online.com/em/datasheet/9775066360.pdf), generated with kicad-footprint-generator -Mounting M3 9775066360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H7.6mm_ReverseMount_9775076360 -Mounting Hardware, inside through hole M3, height 7.6, Wuerth electronics 9775076360 (https://katalog.we-online.com/em/datasheet/9775076360.pdf), generated with kicad-footprint-generator -Mounting M3 9775076360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H8.6mm_ReverseMount_9775086360 -Mounting Hardware, inside through hole M3, height 8.6, Wuerth electronics 9775086360 (https://katalog.we-online.com/em/datasheet/9775086360.pdf), generated with kicad-footprint-generator -Mounting M3 9775086360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H9.6mm_ReverseMount_9775096360 -Mounting Hardware, inside through hole M3, height 9.6, Wuerth electronics 9775096360 (https://katalog.we-online.com/em/datasheet/9775096360.pdf), generated with kicad-footprint-generator -Mounting M3 9775096360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H10.6mm_ReverseMount_9775106360 -Mounting Hardware, inside through hole M3, height 10.6, Wuerth electronics 9775106360 (https://katalog.we-online.com/em/datasheet/9775106360.pdf), generated with kicad-footprint-generator -Mounting M3 9775106360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSR-M3_H11.6mm_ReverseMount_9775116360 -Mounting Hardware, inside through hole M3, height 11.6, Wuerth electronics 9775116360 (https://katalog.we-online.com/em/datasheet/9775116360.pdf), generated with kicad-footprint-generator -Mounting M3 9775116360 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H2.5mm_SnapRivet_9776025960 -Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9776025960 (https://katalog.we-online.com/em/datasheet/9776025960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776025960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H2mm_SnapRivet_9776020960 -Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9776020960 (https://katalog.we-online.com/em/datasheet/9776020960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776020960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H3mm_SnapRivet_9776030960 -Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9776030960 (https://katalog.we-online.com/em/datasheet/9776030960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776030960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H4mm_SnapRivet_9776040960 -Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9776040960 (https://katalog.we-online.com/em/datasheet/9776040960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776040960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H5mm_SnapRivet_9776050960 -Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9776050960 (https://katalog.we-online.com/em/datasheet/9776050960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776050960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H6mm_SnapRivet_9776060960 -Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9776060960 (https://katalog.we-online.com/em/datasheet/9776060960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776060960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H7mm_SnapRivet_9776070960 -Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9776070960 (https://katalog.we-online.com/em/datasheet/9776070960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776070960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H8mm_SnapRivet_9776080960 -Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9776080960 (https://katalog.we-online.com/em/datasheet/9776080960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776080960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H9mm_SnapRivet_9776090960 -Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9776090960 (https://katalog.we-online.com/em/datasheet/9776090960.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776090960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMSSR-3.3mm_H10mm_SnapRivet_9776100960 -Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9776100960 (https://katalog.we-online.com/em/datasheet/9776100960R.pdf), generated with kicad-footprint-generator -Mounting 3.3mm 9776100960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H1.5mm_9774015951 -Mounting Hardware, inside through hole 2.7mm, height 1.5, Wuerth electronics 9774015951 (https://katalog.we-online.de/em/datasheet/9774015951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774015951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H1mm_9774010951 -Mounting Hardware, inside through hole 2.7mm, height 1, Wuerth electronics 9774010951 (https://katalog.we-online.de/em/datasheet/9774010951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774010951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H2.5mm_9774025951 -Mounting Hardware, inside through hole 2.7mm, height 2.5, Wuerth electronics 9774025951 (https://katalog.we-online.de/em/datasheet/9774025951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774025951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H2mm_9774020951 -Mounting Hardware, inside through hole 2.7mm, height 2, Wuerth electronics 9774020951 (https://katalog.we-online.de/em/datasheet/9774020951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774020951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H3mm_9774030951 -Mounting Hardware, inside through hole 2.7mm, height 3, Wuerth electronics 9774030951 (https://katalog.we-online.de/em/datasheet/9774030951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774030951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H4mm_9774040951 -Mounting Hardware, inside through hole 2.7mm, height 4, Wuerth electronics 9774040951 (https://katalog.we-online.de/em/datasheet/9774040951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774040951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H5.5mm_9774055951 -Mounting Hardware, inside through hole 2.7mm, height 5.5, Wuerth electronics 9774055951 (https://katalog.we-online.de/em/datasheet/9774055951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774055951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H5mm_9774050951 -Mounting Hardware, inside through hole 2.7mm, height 5, Wuerth electronics 9774050951 (https://katalog.we-online.de/em/datasheet/9774050951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774050951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H6.5mm_9774065951 -Mounting Hardware, inside through hole 2.7mm, height 6.5, Wuerth electronics 9774065951 (https://katalog.we-online.de/em/datasheet/9774065951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774065951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H6mm_9774060951 -Mounting Hardware, inside through hole 2.7mm, height 6, Wuerth electronics 9774060951 (https://katalog.we-online.de/em/datasheet/9774060951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774060951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H7mm_9774070951 -Mounting Hardware, inside through hole 2.7mm, height 7, Wuerth electronics 9774070951 (https://katalog.we-online.de/em/datasheet/9774070951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774070951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H8mm_9774080951 -Mounting Hardware, inside through hole 2.7mm, height 8, Wuerth electronics 9774080951 (https://katalog.we-online.de/em/datasheet/9774080951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774080951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H9mm_9774090951 -Mounting Hardware, inside through hole 2.7mm, height 9, Wuerth electronics 9774090951 (https://katalog.we-online.de/em/datasheet/9774090951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774090951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.7mm_H10mm_9774100951 -Mounting Hardware, inside through hole 2.7mm, height 10, Wuerth electronics 9774100951 (https://katalog.we-online.de/em/datasheet/9774100951.pdf), generated with kicad-footprint-generator -Mounting 2.7mm 9774100951 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H1.5mm_9774015943 -Mounting Hardware, inside through hole 2.25mm, height 1.5, Wuerth electronics 9774015943 (https://katalog.we-online.de/em/datasheet/9774015943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774015943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H1mm_9774010943 -Mounting Hardware, inside through hole 2.25mm, height 1, Wuerth electronics 9774010943 (https://katalog.we-online.de/em/datasheet/9774010943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774010943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H2.5mm_9774025943 -Mounting Hardware, inside through hole 2.25mm, height 2.5, Wuerth electronics 9774025943 (https://katalog.we-online.de/em/datasheet/9774025943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774025943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H2mm_9774020943 -Mounting Hardware, inside through hole 2.25mm, height 2, Wuerth electronics 9774020943 (https://katalog.we-online.de/em/datasheet/9774020943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774020943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H3.5mm_9774035943 -Mounting Hardware, inside through hole 2.25mm, height 3.5, Wuerth electronics 9774035943 (https://katalog.we-online.de/em/datasheet/9774035943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774035943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H3mm_9774030943 -Mounting Hardware, inside through hole 2.25mm, height 3, Wuerth electronics 9774030943 (https://katalog.we-online.de/em/datasheet/9774030943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774030943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H4.5mm_9774045943 -Mounting Hardware, inside through hole 2.25mm, height 4.5, Wuerth electronics 9774045943 (https://katalog.we-online.de/em/datasheet/9774045943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774045943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H4mm_9774040943 -Mounting Hardware, inside through hole 2.25mm, height 4, Wuerth electronics 9774040943 (https://katalog.we-online.de/em/datasheet/9774040943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774040943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H5mm_9774050943 -Mounting Hardware, inside through hole 2.25mm, height 5, Wuerth electronics 9774050943 (https://katalog.we-online.de/em/datasheet/9774050943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774050943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H6mm_9774060943 -Mounting Hardware, inside through hole 2.25mm, height 6, Wuerth electronics 9774060943 (https://katalog.we-online.de/em/datasheet/9774060943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774060943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H7mm_9774070943 -Mounting Hardware, inside through hole 2.25mm, height 7, Wuerth electronics 9774070943 (https://katalog.we-online.de/em/datasheet/9774070943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774070943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-2.25mm_H8mm_9774080943 -Mounting Hardware, inside through hole 2.25mm, height 8, Wuerth electronics 9774080943 (https://katalog.we-online.de/em/datasheet/9774080943.pdf), generated with kicad-footprint-generator -Mounting 2.25mm 9774080943 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H1.5mm_9774015960 -Mounting Hardware, inside through hole 3.3mm, height 1.5, Wuerth electronics 9774015960 (https://katalog.we-online.de/em/datasheet/9774015960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774015960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H1mm_9774010960 -Mounting Hardware, inside through hole 3.3mm, height 1, Wuerth electronics 9774010960 (https://katalog.we-online.de/em/datasheet/9774010960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774010960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H2.5mm_9774025960 -Mounting Hardware, inside through hole 3.3mm, height 2.5, Wuerth electronics 9774025960 (https://katalog.we-online.de/em/datasheet/9774025960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774025960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H2mm_9774020960 -Mounting Hardware, inside through hole 3.3mm, height 2, Wuerth electronics 9774020960 (https://katalog.we-online.de/em/datasheet/9774020960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774020960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H3mm_9774030960 -Mounting Hardware, inside through hole 3.3mm, height 3, Wuerth electronics 9774030960 (https://katalog.we-online.de/em/datasheet/9774030960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774030960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H4mm_9774040960 -Mounting Hardware, inside through hole 3.3mm, height 4, Wuerth electronics 9774040960 (https://katalog.we-online.de/em/datasheet/9774040960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774040960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H5mm_9774050960 -Mounting Hardware, inside through hole 3.3mm, height 5, Wuerth electronics 9774050960 (https://katalog.we-online.de/em/datasheet/9774050960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774050960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H6mm_9774060960 -Mounting Hardware, inside through hole 3.3mm, height 6, Wuerth electronics 9774060960 (https://katalog.we-online.de/em/datasheet/9774060960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774060960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H7mm_9774070960 -Mounting Hardware, inside through hole 3.3mm, height 7, Wuerth electronics 9774070960 (https://katalog.we-online.de/em/datasheet/9774070960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774070960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H8mm_9774080960 -Mounting Hardware, inside through hole 3.3mm, height 8, Wuerth electronics 9774080960 (https://katalog.we-online.de/em/datasheet/9774080960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774080960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H9mm_9774090960 -Mounting Hardware, inside through hole 3.3mm, height 9, Wuerth electronics 9774090960 (https://katalog.we-online.de/em/datasheet/9774090960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774090960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H10mm_9774100960 -Mounting Hardware, inside through hole 3.3mm, height 10, Wuerth electronics 9774100960 (https://katalog.we-online.de/em/datasheet/9774100960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774100960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H11mm_9774110960 -Mounting Hardware, inside through hole 3.3mm, height 11, Wuerth electronics 9774110960 (https://katalog.we-online.de/em/datasheet/9774110960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774110960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H12mm_9774120960 -Mounting Hardware, inside through hole 3.3mm, height 12, Wuerth electronics 9774120960 (https://katalog.we-online.de/em/datasheet/9774120960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774120960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H13mm_9774130960 -Mounting Hardware, inside through hole 3.3mm, height 13, Wuerth electronics 9774130960 (https://katalog.we-online.de/em/datasheet/9774130960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774130960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H14mm_9774140960 -Mounting Hardware, inside through hole 3.3mm, height 14, Wuerth electronics 9774140960 (https://katalog.we-online.de/em/datasheet/9774140960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774140960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-3.3mm_H15mm_9774150960 -Mounting Hardware, inside through hole 3.3mm, height 15, Wuerth electronics 9774150960 (https://katalog.we-online.de/em/datasheet/9774150960.pdf,), generated with kicad-footprint-generator -Mounting 3.3mm 9774150960 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H1mm_9774010982 -Mounting Hardware, inside through hole 4.5mm, height 1, Wuerth electronics 9774010982 (https://katalog.we-online.de/em/datasheet/9774010982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774010982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H2mm_9774020982 -Mounting Hardware, inside through hole 4.5mm, height 2, Wuerth electronics 9774020982 (https://katalog.we-online.de/em/datasheet/9774020982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774020982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H3mm_9774030982 -Mounting Hardware, inside through hole 4.5mm, height 3, Wuerth electronics 9774030982 (https://katalog.we-online.de/em/datasheet/9774030982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774030982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H4mm_9774040982 -Mounting Hardware, inside through hole 4.5mm, height 4, Wuerth electronics 9774040982 (https://katalog.we-online.de/em/datasheet/9774040982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774040982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H5mm_9774050982 -Mounting Hardware, inside through hole 4.5mm, height 5, Wuerth electronics 9774050982 (https://katalog.we-online.de/em/datasheet/9774050982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774050982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H6mm_9774060982 -Mounting Hardware, inside through hole 4.5mm, height 6, Wuerth electronics 9774060982 (https://katalog.we-online.de/em/datasheet/9774060982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774060982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H7mm_9774070982 -Mounting Hardware, inside through hole 4.5mm, height 7, Wuerth electronics 9774070982 (https://katalog.we-online.de/em/datasheet/9774070982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774070982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H8mm_9774080982 -Mounting Hardware, inside through hole 4.5mm, height 8, Wuerth electronics 9774080982 (https://katalog.we-online.de/em/datasheet/9774080982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774080982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H9mm_9774090982 -Mounting Hardware, inside through hole 4.5mm, height 9, Wuerth electronics 9774090982 (https://katalog.we-online.de/em/datasheet/9774090982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774090982 -0 -8 -1 -Mounting_Wuerth -Mounting_Wuerth_WA-SMST-4.5mm_H10mm_9774100982 -Mounting Hardware, inside through hole 4.5mm, height 10, Wuerth electronics 9774100982 (https://katalog.we-online.de/em/datasheet/9774100982.pdf), generated with kicad-footprint-generator -Mounting 4.5mm 9774100982 -0 -8 -1 -NetTie -NetTie-2_SMD_Pad0.5mm -Net tie, 2 pin, 0.5mm square SMD pads -net tie -0 -2 -2 -NetTie -NetTie-2_SMD_Pad2.0mm -Net tie, 2 pin, 2.0mm square SMD pads -net tie -0 -2 -2 -NetTie -NetTie-2_THT_Pad0.3mm -Net tie, 2 pin, 0.3mm round THT pads -net tie -0 -2 -2 -NetTie -NetTie-2_THT_Pad1.0mm -Net tie, 2 pin, 1.0mm round THT pads -net tie -0 -2 -2 -NetTie -NetTie-3_SMD_Pad0.5mm -Net tie, 3 pin, 0.5mm square SMD pads -net tie -0 -3 -3 -NetTie -NetTie-3_SMD_Pad2.0mm -Net tie, 3 pin, 2.0mm square SMD pads -net tie -0 -3 -3 -NetTie -NetTie-3_THT_Pad0.3mm -Net tie, 3 pin, 0.3mm round THT pads -net tie -0 -3 -3 -NetTie -NetTie-3_THT_Pad1.0mm -Net tie, 3 pin, 1.0mm round THT pads -net tie -0 -3 -3 -NetTie -NetTie-4_SMD_Pad0.5mm -Net tie, 4 pin, 0.5mm square SMD pads -net tie -0 -4 -4 -NetTie -NetTie-4_SMD_Pad2.0mm -Net tie, 4 pin, 2.0mm square SMD pads -net tie -0 -4 -4 -NetTie -NetTie-4_THT_Pad0.3mm -Net tie, 4 pin, 0.3mm round THT pads -net tie -0 -4 -4 -NetTie -NetTie-4_THT_Pad1.0mm -Net tie, 4 pin, 1.0mm round THT pads -net tie -0 -4 -4 -OptoDevice -ADNS-9800 -Laser Gaming Sensor ADNS-9800 -MOUSE MOUSE_SENSOR LASER_GAMING_SENSOR -0 -16 -16 -OptoDevice -AGILENT_HFBR-152x -Fiberoptic Transmitter TX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) -Fiberoptic Transmitter -0 -6 -6 -OptoDevice -AGILENT_HFBR-252x -Fiberoptic Receiver RX, HFBR series (https://docs.broadcom.com/docs/AV02-3283EN) -Fiberoptic Transmitter -0 -6 -6 -OptoDevice -AMS_TSL2550_SMD -http://ams.com/eng/content/download/250130/975613/142977 -TSL2550 ambient light sensor -0 -4 -4 -OptoDevice -Broadcom_AFBR-16xxZ_Horizontal -Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN -Fiber Optic Transmitter and Receiver -0 -6 -6 -OptoDevice -Broadcom_AFBR-16xxZ_Tilted -Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN -Fiber Optic Transmitter and Receiver -0 -6 -6 -OptoDevice -Broadcom_AFBR-16xxZ_Vertical -Fiber Optic Transmitter and Receiver, https://docs.broadcom.com/docs/AV02-4369EN -Fiber Optic Transmitter and Receiver -0 -6 -6 -OptoDevice -Broadcom_APDS-9301 -ambient light sensor, i2c interface, 6-pin chipled package, https://docs.broadcom.com/docs/AV02-2315EN -ambient light sensor chipled -0 -6 -6 -OptoDevice -Broadcom_DFN-6_2x2mm_P0.65mm -Broadcom DFN, 6 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py -Broadcom DFN NoLead -0 -6 -6 -OptoDevice -Broadcom_LGA-8_2x2mm_P0.5mm -Broadcom LGA, 8 Pin (https://docs.broadcom.com/doc/APDS-9251-001-DS#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py -Broadcom LGA NoLead -0 -8 -8 -OptoDevice -Broadcom_LGA-8_2x2mm_P0.53mm -Broadcom LGA, 8 Pin (https://docs.broadcom.com/docs/AV02-4755EN), generated with kicad-footprint-generator ipc_noLead_generator.py -Broadcom LGA NoLead -0 -8 -8 -OptoDevice -Everlight_ITR1201SR10AR -package for Everlight ITR1201SR10AR, light-direction upwards, see https://www.everlight.com/file/ProductFile/ITR1201SR10AR-TR.pdf -reflective opto couple photo coupler -0 -4 -4 -OptoDevice -Everlight_ITR8307 -package for Everlight ITR8307 with PCB cutout, light-direction upwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Everlight_ITR8307F43 -package for Everlight ITR8307/F43, see https://everlighteurope.com/index.php?controller=attachment&id_attachment=5385 -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Everlight_ITR8307_Reverse -package for Everlight ITR8307 with PCB cutout, light-direction downwards, see http://www.everlight.com/file/ProductFile/ITR8307.pdf -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Everlight_ITR9608-F -Fork-type photointerrupter (https://everlighteurope.com/index.php?controller=attachment&id_attachment=5389) -Photointerrupter infrared LED -0 -4 -4 -OptoDevice -Finder_34.81 -Relay SPST, Finder Type 34.81 (opto relays/coupler), vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf -Relay SPST Finder -0 -4 -4 -OptoDevice -Hamamatsu_C12880 -Hamamatsu spectrometer, see http://www.hamamatsu.com/resources/pdf/ssd/c12880ma_kacc1226e.pdf -opto spectrometer Hamamatsu -0 -10 -10 -OptoDevice -Hamamatsu_S13360-30CS -SiPM, 2pin -Hamamatsu SiPM -0 -2 -2 -OptoDevice -Kingbright_KPS-3227 -3.2mmx2.7mm, light sensor, https://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-3227SP1C(Ver.16).pdf -KPS-3227 Ambient Light Photo Sensor -0 -4 -4 -OptoDevice -Kingbright_KPS-5130 -http://www.kingbright.com/attachments/file/psearch/000/00/00/KPS-5130PD7C(Ver.14).pdf -KPS-5130 photodiode RGB sensor -0 -4 -4 -OptoDevice -Kingbright_KRC011_Horizontal -Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf -Subminiature Reflective Optical Sensor -0 -4 -4 -OptoDevice -Kingbright_KRC011_Vertical -Subminiature Reflective Optical Sensor, http://www.kingbright.com/attachments/file/psearch/000/00/00/KRC011(Ver.15).pdf -Subminiature Reflective Optical Sensor -0 -4 -4 -OptoDevice -Kodenshi_LG206D -http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG206D.pdf -Photointerrupter infrared LED with photo IC -0 -5 -5 -OptoDevice -Kodenshi_LG206L -http://kodenshi.co.jp/products/pdf/sensor/photointerrupter_ic/LG205L.pdf -Photointerrupter infrared LED with photo IC -0 -5 -5 -OptoDevice -Kodenshi_SG105 -package for Kodenshi SG-105 with PCB cutout, light-direction upwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Kodenshi_SG105F -package for Kodenshi SG-105F, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105F.pdf -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Kodenshi_SG105_Reverse -package for Kodenshi SG-105 with PCB cutout, light-direction downwards, see http://www.kodenshi.co.jp/products/pdf/sensor/photointerrupter_ref/SG-105.pdf -refective opto couple photo coupler -0 -4 -4 -OptoDevice -LaserDiode_TO3.3-D3.3-3 -Laser Diode, TO-3.3mm, 3pin -Laser Diode TO3.3 -0 -3 -3 -OptoDevice -LaserDiode_TO5-D9-3 -Laser Diode, TO5-like (D=9mm), 3pin -Laser Diode TO5-like -0 -3 -3 -OptoDevice -LaserDiode_TO18-D5.6-3 -Laser Diode, TO18-like (D=5.6mm), 3pin -Laser Diode TO18-like -0 -3 -3 -OptoDevice -LaserDiode_TO38ICut-3 -Laser Diode, TO-38-ICut, 3pin -Laser Diode TO38-ICut -0 -3 -3 -OptoDevice -LaserDiode_TO56-3 -Laser Diode, TO-56, 3pin -Laser Diode TO56 -0 -3 -3 -OptoDevice -Lightpipe_Bivar_RLP1-400-650 -1-way, 2.8mm lightpipe, 10mm lens output height, 17mm protrusion, https://www.bivar.com/parts_content/Datasheets/RLP1-XXX-XXX.pdf -planar light pipe 1 way 3mm -0 -0 -0 -OptoDevice -Lightpipe_Dialight_515-1064F -https://www.dialightsignalsandcomponents.com/515-optopipe-light-pipe-trilevel-2-5mm-rnd-flat-diff-lens-press-fit/#tab-resources -lightpipe triple tower right angle 3mm -0 -0 -0 -OptoDevice -Lightpipe_LPF-C012303S -https://www.lumex.com/spec/LPF-C012303S.pdf -lightpipe dual tower right angle 3mm -0 -0 -0 -OptoDevice -Lightpipe_LPF-C013301S -https://www.lumex.com/spec/LPF-C013301S.pdf -lightpipe triple tower right angle 3mm -0 -0 -0 -OptoDevice -Lightpipe_Mentor_1275.x00x -https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf -spherical light pipe 4 way 3mm PLCC-2 PLCC-4 -0 -0 -0 -OptoDevice -Lightpipe_Mentor_1276.1004 -https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf -spherical light pipe 4 way 3mm PLCC-2 PLCC-4 -0 -0 -0 -OptoDevice -Lightpipe_Mentor_1276.2004 -https://www.mentor-bauelemente.de/katalog/ll/MENTOR-LL.pdf -planar light pipe 4 way 3mm PLCC-2 PLCC-4 -0 -0 -0 -OptoDevice -Lite-On_LTR-303ALS-01 -ambient light sensor, i2c interface, 6-pin chipled package, http://optoelectronics.liteon.com/upload/download/DS86-2013-0004/LTR-303ALS-01_DS_V1.pdf -ambient light sensor chipled -0 -6 -6 -OptoDevice -Luna_NSL-32 -Optoisolator with LED and photoresistor -optoisolator -0 -4 -4 -OptoDevice -Maxim_OLGA-14_3.3x5.6mm_P0.8mm -https://pdfserv.maximintegrated.com/land_patterns/90-0602.PDF -OLGA-14 OESIP-14 -0 -14 -14 -OptoDevice -ONSemi_QSE15x -3 Lead Plastic Package -ONSemi QSE158 QSE159 -0 -3 -3 -OptoDevice -OnSemi_CASE100AQ -OnSemi CASE 100AQ for QRE1113, see https://www.onsemi.com/pub/Collateral/QRE1113-D.PDF -reflective opto couple photo coupler -0 -4 -4 -OptoDevice -OnSemi_CASE100CY -OnSemi CASE 100CY, light-direction upwards, see http://www.onsemi.com/pub/Collateral/QRE1113-D.PDF -refective opto couple photo coupler -0 -4 -4 -OptoDevice -Osram_BP104-SMD -PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.2x2.2mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5989350/BP%20104%20FAS_EN.pdf -PhotoDiode plastic SMD DIL -0 -6 -2 -OptoDevice -Osram_BPW34S-SMD -PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5488319/BPW%2034%20S_EN.pdf -PhotoDiode plastic SMD DIL -0 -6 -2 -OptoDevice -Osram_BPW82 -PhotoDiode, BPW82, RM2.54 -PhotoDiode BPW82 RM2.54 -0 -2 -2 -OptoDevice -Osram_DIL2_4.3x4.65mm_P5.08mm -PhotoDiode, plastic DIL, 4.3x4.65mm², RM5.08 -PhotoDiode plastic DIL RM5.08 -0 -2 -2 -OptoDevice -Osram_LPT80A -PhotoTransistor, sidelooker package, RM2.54 -PhotoTransistor sidelooker package RM2.54 -0 -2 -2 -OptoDevice -Osram_SFH9x0x -package for Osram SFH9x0x series of reflective photo interrupters/couplers, see http://www.osram-os.com/Graphics/XPic6/00200860_0.pdf -reflective photo interrupter SMD -0 -6 -6 -OptoDevice -Osram_SFH205 -PhotoDiode, SFH205, RM2.54 -PhotoDiode SFH205 RM2.54 -0 -2 -2 -OptoDevice -Osram_SFH225 -PhotoDiode, SFH225, RM2.54 -PhotoDiode SFH225 RM2.54 -0 -2 -2 -OptoDevice -Osram_SFH2201 -PhotoDiode, Clear Silicone, Osram TOPLED, 4x5.09mm, area: 2.85x2.85mm, Orientation mark at cathode, https://dammedia.osram.info/media/resource/hires/osram-dam-25688470/SFH%202201%20A01_EN.pdf -PhotoDiode silicone -0 -6 -2 -OptoDevice -Osram_SFH2430 -PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467144/SFH%202430_EN.pdf -PhotoDiode plastic SMD DIL -0 -6 -2 -OptoDevice -Osram_SFH2440 -PhotoDiode, plastic SMD DIL, 4.5x4mm, area: 2.65x2.65mm, https://dammedia.osram.info/media/resource/hires/osram-dam-5467146/SFH%202440_EN.pdf -PhotoDiode plastic SMD DIL -0 -6 -2 -OptoDevice -Osram_SMD-SmartDIL -PhotoDiode, plastic SMD SmatDIL -PhotoDiode plastic SMD SmatDIL -0 -3 -3 -OptoDevice -Panasonic_APV-AQY_SSOP-4_4.45x2.65mm_P1.27mm -https://www.panasonic-electric-works.com/cps/rde/xbcr/pew_eu_en/technical_information_photomos_en.pdf -SSOP4 APV21 AQY22 -0 -4 -4 -OptoDevice -PerkinElmer_VTL5C -Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) -vactrol -0 -4 -4 -OptoDevice -PerkinElmer_VTL5Cx2 -Axial Vactrol (http://www.qsl.net/wa1ion/vactrol/vactrol.pdf) -vactrol -0 -5 -5 -OptoDevice -R_LDR_4.9x4.2mm_P2.54mm_Vertical -Resistor, LDR 4.9x4.2mm -Resistor LDR4.9x4.2 -0 -2 -2 -OptoDevice -R_LDR_5.0x4.1mm_P3mm_Vertical -Resistor, LDR 5x4.1mm, see http://cdn-reichelt.de/documents/datenblatt/A500/A90xxxx%23PE.pdf -Resistor LDR5x4.1mm -0 -2 -2 -OptoDevice -R_LDR_5.1x4.3mm_P3.4mm_Vertical -Resistor, LDR 5.1x3.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf -Resistor LDR5.1x3.4mm -0 -2 -2 -OptoDevice -R_LDR_5.2x5.2mm_P3.5mm_Horizontal -Resistor, LDR 5.2x5.2, upright, see http://cdn-reichelt.de/documents/datenblatt/A500/M996011A.pdf -Resistor LDR5.2x5.2 -0 -2 -2 -OptoDevice -R_LDR_7x6mm_P5.1mm_Vertical -Resistor, LDR 7x6mm -Resistor LDR7x6mm -0 -2 -2 -OptoDevice -R_LDR_10x8.5mm_P7.6mm_Vertical -Resistor, LDR 10x8.5mm -Resistor LDR10.8.5mm -0 -2 -2 -OptoDevice -R_LDR_11x9.4mm_P8.2mm_Vertical -Resistor, LDR 11x9.4mm -Resistor LDR11x9.4mm -0 -2 -2 -OptoDevice -R_LDR_12x10.8mm_P9.0mm_Vertical -Resistor, LDR 12x10.8mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf -Resistor LDR12x10.8mm -0 -2 -2 -OptoDevice -R_LDR_D6.4mm_P3.4mm_Vertical -Resistor, LDR D=6.4mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf -Resistor LDRD=6.4mm -0 -2 -2 -OptoDevice -R_LDR_D13.8mm_P9.0mm_Vertical -Resistor, diameter 13.8mm pitch 9mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf -Resistor LDR -0 -2 -2 -OptoDevice -R_LDR_D20mm_P17.5mm_Vertical -Resistor, LDR 20mm diameter, pin pitch 17.5mm, see http://yourduino.com/docs/Photoresistor-5516-datasheet.pdf -Resistor LDR -0 -2 -2 -OptoDevice -Renesas_DFN-6_1.5x1.6mm_P0.5mm -DFN, 6 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-hodfn-6pin-l615x16?language=en&r=568376) -DFN NoLead -0 -6 -6 -OptoDevice -ST_VL53L0X -https://www.st.com/resource/en/datasheet/vl53l1x.pdf -laser-ranging sensor -0 -12 -12 -OptoDevice -ST_VL53L1X -https://www.st.com/resource/en/datasheet/vl53l1x.pdf -laser-ranging sensor -0 -12 -12 -OptoDevice -Sharp_GP2Y0A41SK0F -http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a41sk_e.pdf -Distance Sensor Sharp -0 -2 -2 -OptoDevice -Sharp_IS471F -Sharp OPIC IS471F, see http://pdf.datasheetcatalog.com/datasheet/Sharp/mXvrzty.pdf -Sharp OPIC IS471F -0 -4 -4 -OptoDevice -Sharp_IS485 -Sharp OPIC, IS485, IS486, see http://microrato.ua.pt/main/Actividades/Estagios/Docs/IS485_6.pdf -Sharp OPIC IS485 IS486 -0 -3 -3 -OptoDevice -Siemens_SFH900 -package for Siemens SFH900 reflex photo interrupter/coupler/object detector, see https://www.batronix.com/pdf/sfh900.pdf -Siemens SFH900 reflex photo interrupter coupler object detector -0 -3 -3 -OptoDevice -Toshiba_TORX170_TORX173_TORX193_TORX194 -Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 -Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 -0 -6 -6 -OptoDevice -Toshiba_TOTX170_TOTX173_TOTX193_TOTX194 -Fiberoptic Reciver, RX, Toshiba, Toslink, TORX170, TORX173, TORX193, TORX194 -Fiberoptic Reciver RX Toshiba Toslink TORX170 TORX173 TORX193 TORX194 -0 -6 -6 -OptoDevice -Vishay_CAST-3Pin -IR Receiver Vishay TSOP-xxxx, CAST package, see https://www.vishay.com/docs/82493/tsop311.pdf -IRReceiverVishayTSOP-xxxx CAST -0 -3 -3 -OptoDevice -Vishay_CNY70 -package for Vishay CNY70 refective photo coupler/interrupter -Vishay CNY70 refective photo coupler -0 -4 -4 -OptoDevice -Vishay_MINICAST-3Pin -IR Receiver Vishay TSOP-xxxx, MINICAST package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf -IR Receiver Vishay TSOP-xxxx MINICAST -0 -3 -3 -OptoDevice -Vishay_MINIMOLD-3Pin -IR Receiver Vishay TSOP-xxxx, MINIMOLD package, see https://www.vishay.com/docs/82742/tsop331.pdf -IR Receiver Vishay TSOP-xxxx MINIMOLD -0 -3 -3 -OptoDevice -Vishay_MOLD-3Pin -IR Receiver Vishay TSOP-xxxx, MOLD package, see https://www.vishay.com/docs/82669/tsop32s40f.pdf -IR Receiver Vishay TSOP-xxxx MOLD -0 -3 -3 -Oscillator -Oscillator_DIP-8 -Oscillator, DIP8,http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf -oscillator -0 -4 -4 -Oscillator -Oscillator_DIP-8_LargePads -Oscillator, DIP8, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf -oscillator -0 -4 -4 -Oscillator -Oscillator_DIP-14 -Oscillator, DIP14, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf -oscillator -0 -4 -4 -Oscillator -Oscillator_DIP-14_LargePads -Oscillator, DIP14, Large Pads, http://cdn-reichelt.de/documents/datenblatt/B400/OSZI.pdf -oscillator -0 -4 -4 -Oscillator -Oscillator_OCXO_Morion_MV267 -http://www.morion.com.ru/catalog_pdf/MV267.pdf -OCXO -0 -5 -5 -Oscillator -Oscillator_OCXO_Morion_MV317 -https://www.morion-us.com/catalog_pdf/mv317.pdf -OCXO -0 -5 -5 -Oscillator -Oscillator_SMD_Abracon_ABLNO -https://abracon.com/Precisiontiming/ABLNO.pdf -VCXO XO -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASCO-4Pin_1.6x1.2mm -Miniature Crystal Clock Oscillator Abracon ASCO series, https://abracon.com/Oscillators/ASCO.pdf, 1.6x1.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASDMB-4Pin_2.5x2.0mm -Miniature Crystal Clock Oscillator Abracon ASDMB series, 2.5x2.0mm package, http://www.abracon.com/Oscillators/ASDMB.pdf -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm -Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, 3.2x2.5mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASE-4Pin_3.2x2.5mm_HandSoldering -Miniature Crystal Clock Oscillator Abracon ASE series, http://www.abracon.com/Oscillators/ASEseries.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm -Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, 7.0x5.1mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Abracon_ASV-4Pin_7.0x5.1mm_HandSoldering -Miniature Crystal Clock Oscillator Abracon ASV series, http://www.abracon.com/Oscillators/ASV.pdf, hand-soldering, 7.0x5.1mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Diodes_FN-4Pin_7.0x5.0mm -FN Series Crystal Clock Oscillator (XO) (https://www.diodes.com/assets/Datasheets/FN_3-3V.pdf) -Oscillator Crystal SMD SMT -0 -4 -4 -Oscillator -Oscillator_SMD_ECS_2520MV-xxx-xx-4Pin_2.5x2.0mm -Miniature Crystal Clock Oscillator ECS 2520MV series, https://www.ecsxtal.com/store/pdf/ECS-2520MV.pdf -Miniature Crystal Clock Oscillator ECS 2520MV series SMD SMT HCMOS -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm -Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, 3.2x2.5mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO32-4Pin_3.2x2.5mm_HandSoldering -Miniature Crystal Clock Oscillator EuroQuartz XO32 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO32.pdf, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm -Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, 5.0x3.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO53-4Pin_5.0x3.2mm_HandSoldering -Miniature Crystal Clock Oscillator EuroQuartz XO53 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO53.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm -Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, 7.0x5.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_EuroQuartz_XO91-4Pin_7.0x5.0mm_HandSoldering -Miniature Crystal Clock Oscillator EuroQuartz XO91 series, http://cdn-reichelt.de/documents/datenblatt/B400/XO91.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS1-6Pin_14.8x9.1mm -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S1-KHZ/LHZ, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 14.8x9.1mm^2 package -SMD SMT crystal oscillator -0 -6 -6 -Oscillator -Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm -Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.3x5.1mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS2-4Pin_7.3x5.1mm_HandSoldering -Mminiature Crystal Clock Oscillator TXCO Fordahl DFA S2-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.3x5.1mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 9.1x7.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS3-4Pin_9.1x7.2mm_HandSoldering -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S3-KS/LS/US, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 9.1x7.2mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 19.9x12.9mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS7-4Pin_19.9x12.9mm_HandSoldering -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S7-K/L, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 19.9x12.9mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.0x5.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS11-4Pin_7.0x5.0mm_HandSoldering -Miniature Crystal Clock Oscillator TXCO Fordahl DFA S11-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm -Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 5.0x3.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_Fordahl_DFAS15-4Pin_5.0x3.2mm_HandSoldering -Ultraminiature Crystal Clock Oscillator TXCO Fordahl DFA S15-OV/UOV, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Fox_FT5H_5.0x3.2mm -https://foxonline.com/wp-content/uploads/pdfs/T5HN_T5HV.pdf -Fox TXCO temperature compensated oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_IDT_JS6-6_5.0x3.2mm_P1.27mm -SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=15, 5.0x3.2mm -SMD SMT crystal oscillator -0 -6 -6 -Oscillator -Oscillator_SMD_IDT_JU6-6_7.0x5.0mm_P2.54mm -SMD Crystal Oscillator IDT https://www.idt.com/document/dst/xu-family-datasheet#page=17, 7.0x5.0mm -SMD SMT crystal oscillator -0 -6 -6 -Oscillator -Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm -IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, 7.5x5.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_IQD_IQXO70-4Pin_7.5x5.0mm_HandSoldering -IQD Crystal Clock Oscillator IQXO-70, http://www.iqdfrequencyproducts.com/products/details/iqxo-70-11-30.pdf, hand-soldering, 7.5x5.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_Kyocera_2520-6Pin_2.5x2.0mm -https://global.kyocera.com/prdct/electro/product/pdf/kt2520_e.pdf -2.5mm 2mm SMD -0 -6 -6 -Oscillator -Oscillator_SMD_Kyocera_KC2520Z-4Pin_2.5x2.0mm -https://global.kyocera.com/prdct/electro/product/pdf/clock_z_xz_e.pdf -2.5mm 2mm SMD -0 -4 -4 -Oscillator -Oscillator_SMD_OCXO_ConnorWinfield_OH300 -http://www.conwin.com/datasheets/cx/cx282.pdf -OCXO -0 -7 -7 -Oscillator -Oscillator_SMD_SI570_SI571_HandSoldering -SI570, SI571, Programmable oscillator, Standard -SI570 SI571 Programmable oscillator Standard -0 -8 -8 -Oscillator -Oscillator_SMD_SI570_SI571_Standard -SI570, SI571, Programmable oscillator, Standard -SI570 SI571 Programmable oscillator Standard -0 -8 -8 -Oscillator -Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm -SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, 2.5x2.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG210-4Pin_2.5x2.0mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-210 https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-210SED, hand-soldering, 2.5x2.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG3030CM -SMD Crystal Oscillator Seiko Epson SG-3030CM package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm -SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 7.0x5.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002CA-4Pin_7.0x5.0mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-8002CA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 7.0x5.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm -SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 3.2x2.5mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002CE-4Pin_3.2x2.5mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-8002CE https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 3.2x2.5mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm -SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 14.0x8.7mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002JA-4Pin_14.0x8.7mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-8002JA https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 14.0x8.7mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm -SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 10.5x5.0mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002JC-4Pin_10.5x5.0mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-8002JC https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 10.5x5.0mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm -SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, 5.0x3.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_SG8002LB-4Pin_5.0x3.2mm_HandSoldering -SMD Crystal Oscillator Seiko Epson SG-8002LB https://support.epson.biz/td/api/doc_check.php?mode=dl&lang=en&Parts=SG-8002DC, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SMD_SeikoEpson_TG2520SMN-xxx-xxxxxx-4Pin_2.5x2.0mm -Miniature Crystal Clock Oscillator TG2520 series, https://support.epson.biz/td/api/doc_check.php?dl=app_TG2520SMN&lang=en -Miniature Crystal Clock Oscillator TG2520 series SMD SMT -0 -4 -4 -Oscillator -Oscillator_SMD_SiTime_PQFD-6L_3.2x2.5mm -3.2x2.5mm, 6-pin QFN (https://www.sitime.com/datasheet/SiT9365 page 13) -SMD SMT mems oscillator -0 -6 -6 -Oscillator -Oscillator_SMD_SiTime_SiT9121-6Pin_3.2x2.5mm -3.2x2.5mm, 1-220MHz High Performance Differential Oscillator SiTime SiT9121 https://www.sitime.com/datasheet/SiT9121 -SMD SMT crystal oscillator -0 -6 -6 -Oscillator -Oscillator_SMD_Silicon_Labs_LGA-6_2.5x3.2mm_P1.25mm -Silicon_Labs LGA, 6 Pin (https://www.silabs.com/documents/public/data-sheets/si512-13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Silicon_Labs LGA NoLead -0 -6 -6 -Oscillator -Oscillator_SMD_TCXO_G158 -TCXO -TCXO -0 -4 -4 -Oscillator -Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm -Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, 5.0x3.2mm^2 package -SMD SMT crystal oscillator -0 -4 -4 -Oscillator -Oscillator_SMD_TXC_7C-4Pin_5.0x3.2mm_HandSoldering -Miniature Crystal Clock Oscillator TXC 7C series, http://www.txccorp.com/download/products/osc/7C_o.pdf, hand-soldering, 5.0x3.2mm^2 package -SMD SMT crystal oscillator hand-soldering -0 -4 -4 -Oscillator -Oscillator_SeikoEpson_SG-8002DB -14-lead dip package, row spacing 7.62 mm (300 mils) -DIL DIP PDIP 2.54mm 7.62mm 300mil -0 -4 -4 -Oscillator -Oscillator_SeikoEpson_SG-8002DC -8-lead dip package, row spacing 7.62 mm (300 mils) -DIL DIP PDIP 2.54mm 7.62mm 300mil -0 -4 -4 -Package_BGA -Analog_BGA-28_4.0x6.25mm_Layout4x7_P0.8mm_Ball0.45mm_Pad0.4 -Analog BGA-28 4.0mm x 6.25mm package, pitch 0.4mm pad, based on https://www.analog.com/media/en/technical-documentation/data-sheets/8063fa.pdf -BGA 28 0.8 -0 -28 -28 -Package_BGA -Analog_BGA-49_6.25x6.25mm_Layout7x7_P0.8mm_Ball0.5mm_Pad0.4mm -Analog BGA-49, 6.25x6.25mm, 49 Ball, 7x7 Layout, 0.8mm Pitch, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081600_0_bga49.pdf https://www.analog.com/media/en/technical-documentation/product-information/assembly-considerations-for-umodule-bga-lga-package.pdf -BGA 49 0.8 -0 -49 -49 -Package_BGA -Analog_BGA-209_9.5x16mm_Layout11x19_P0.8mm_Ball0.5mm_Pad0.4mm -Analog BGA-209 (Reference LTC DWG#05-08-1561 Rev B), 9.5x16.0mm, 209 Ball, 11x19 Layout, 0.8mm Pitch, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-bga/05081561_bga209.pdf -BGA 209 0.8 -0 -209 -209 -Package_BGA -BGA-9_1.6x1.6mm_Layout3x3_P0.5mm -BGA-9, http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf -BGA-9 -0 -9 -9 -Package_BGA -BGA-16_1.92x1.92mm_Layout4x4_P0.5mm -BGA-16, http://www.st.com/content/ccc/resource/technical/document/datasheet/group2/bc/cd/62/9e/8f/30/47/69/CD00151267/files/CD00151267.pdf/jcr:content/translations/en.CD00151267.pdf -BGA-16 -0 -16 -16 -Package_BGA -BGA-25_6.35x6.35mm_Layout5x5_P1.27mm -BGA-25, http://cds.linear.com/docs/en/datasheet/4624fc.pdf -BGA-25 uModule -0 -25 -25 -Package_BGA -BGA-36_3.396x3.466mm_Layout6x6_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD -Altera V36, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00486-00.pdf -Altera BGA-36 V36 VBGA -0 -36 -36 -Package_BGA -BGA-48_8.0x9.0mm_Layout6x8_P0.8mm -BGA-48 - pitch 0.8 mm -BGA-48 -0 -48 -48 -Package_BGA -BGA-64_9.0x9.0mm_Layout10x10_P0.8mm -BGA-64, 10x10 raster, 9x9mm package, pitch 0.8mm -BGA-64 -0 -64 -64 -Package_BGA -BGA-68_5.0x5.0mm_Layout9x9_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD -Altera MBGA-68, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00344-01.pdf -Altera BGA-68 M68 MBGA -0 -68 -68 -Package_BGA -BGA-81_4.496x4.377mm_Layout9x9_P0.4mm_Ball0.25mm_Pad0.2mm_NSMD -Altera V81, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00478-01.pdf -Altera VBGA V81 BGA-81 -0 -81 -81 -Package_BGA -BGA-90_8.0x13.0mm_Layout2x3x15_P0.8mm -BGA-90, http://www.issi.com/WW/pdf/42-45S32800J.pdf -BGA-90 -0 -90 -90 -Package_BGA -BGA-96_9.0x13.0mm_Layout2x3x16_P0.8mm -BGA-96, http://www.mouser.com/ds/2/198/43-46TR16640B-81280BL-706483.pdf -BGA-96 -0 -96 -96 -Package_BGA -BGA-100_6.0x6.0mm_Layout11x11_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD -Altera MBGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00345-01.pdf -Altera BGA-100 M100 MBGA -0 -100 -100 -Package_BGA -BGA-100_11.0x11.0mm_Layout10x10_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD -BGA-100, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00223-02.pdf -BGA-100 -0 -100 -100 -Package_BGA -BGA-121_9.0x9.0mm_Layout11x11_P0.8mm_Ball0.4mm_Pad0.35mm_NSMD -121-ball, 0.8mm BGA (based on http://www.latticesemi.com/view_document?document_id=213) -BGA 0.8mm 9mm 121 -0 -121 -121 -Package_BGA -BGA-121_12.0x12.0mm_Layout11x11_P1.0mm -BGA-121, http://cds.linear.com/docs/en/packaging/05081891_A_bga121.pdf -BGA-121 -0 -121 -121 -Package_BGA -BGA-132_12x18mm_Layout11x17_P1.0mm -BGA-132 11x17 12x18mm 1.0pitch -BGA-132 -0 -132 -132 -Package_BGA -BGA-144_7.0x7.0mm_Layout13x13_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD -Altera MBGA-144, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00346-00.pdf -Altera BGA-144 M144 MBGA -0 -144 -144 -Package_BGA -BGA-144_13.0x13.0mm_Layout12x12_P1.0mm -BGA-144, http://www.topline.tv/drawings/pdf/BGA%201,0mm%20pitch/LBGA144T1.0-DC128.pdf -BGA-144 -0 -144 -144 -Package_BGA -BGA-152_14x18mm_Layout13x17_P0.5mm -BGA-152_14x18mm_Layout13x17_P0.5mm -VBGA-152 -0 -152 -152 -Package_BGA -BGA-153_8.0x8.0mm_Layout15x15_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD -Altera MBGA-153, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00471-00.pdf -Altera BGA-153 M153 MBGA -0 -153 -153 -Package_BGA -BGA-169_11.0x11.0mm_Layout13x13_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD -Altera U169, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00470-01.pdf -Altera UBGA U169 BGA-169 -0 -169 -169 -Package_BGA -BGA-200_10.0x14.5mm_Layout12x22_P0.80x0.65mm -BGA-200, 14.5x10.0mm, 200 Ball, 12x22 Layout, 0.8x0.65mm Pitch, http://www.issi.com/WW/pdf/43-46LQ32256A-AL.pdf -BGA 200 0.8x0.65 -0 -200 -200 -Package_BGA -BGA-256_11.0x11.0mm_Layout20x20_P0.5mm_Ball0.3mm_Pad0.25mm_NSMD -Altera MBGA-256, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00348-01.pdf -Altera BGA-256 M256 MBGA -0 -256 -256 -Package_BGA -BGA-256_14.0x14.0mm_Layout16x16_P0.8mm_Ball0.45mm_Pad0.32mm_NSMD -BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf -BGA-256 -0 -256 -256 -Package_BGA -BGA-256_17.0x17.0mm_Layout16x16_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD -BGA-256, dimensions: https://www.xilinx.com/support/documentation/package_specs/ft256.pdf, design rules: https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf -BGA-256 -0 -256 -256 -Package_BGA -BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.5mm_Pad0.4mm_NSMD -Altera U324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00474-02.pdf -Altera UBGA U324 BGA-324 -0 -324 -324 -Package_BGA -BGA-324_15.0x15.0mm_Layout18x18_P0.8mm_Ball0.45mm_Pad0.4mm_NSMD -BGA-324, 15x15mm, 324 Ball, 18x18 Layout, 0.8mm Pitch, https://colognechip.com/docs/ds1001-gatemate1-datasheet-2022-05.pdf#page=92 -BGA 324 0.8 GateMate FPGA -0 -324 -324 -Package_BGA -BGA-324_19.0x19.0mm_Layout18x18_P1.0mm_Ball0.5mm_Pad0.4mm_NSMD -BGA-324, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00233-03.pdf -BGA-324 -0 -324 -324 -Package_BGA -BGA-352_35.0x35.0mm_Layout26x26_P1.27mm -BGA-352, https://www.fujitsu.com/downloads/MICRO/fma/pdfmcu/b352p05.pdf -BGA-352 -0 -352 -352 -Package_BGA -BGA-400_21.0x21.0mm_Layout20x20_P1.0mm -BGA-400, https://www.xilinx.com/support/documentation/package_specs/fg400.pdf -BGA-400 -0 -400 -400 -Package_BGA -BGA-484_23.0x23.0mm_Layout22x22_P1.0mm -BGA-484, https://www.xilinx.com/support/documentation/package_specs/fg484.pdf -BGA-484 -0 -484 -484 -Package_BGA -BGA-624_21.0x21.0mm_Layout25x25_P0.8mm -BGA-624, 25x25 grid, 21x21mm package, pitch 0.8mm; https://www.nxp.com/docs/en/package-information/SOT1529-1.pdf -BGA 624 0.8 -0 -624 -624 -Package_BGA -BGA-625_21.0x21.0mm_Layout25x25_P0.8mm -BGA-625 -BGA-625 -0 -625 -625 -Package_BGA -BGA-672_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD -Altera BGA-672, https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/packaging/04r00472-00.pdf -Altera BGA-672 F672 FBGA -0 -672 -672 -Package_BGA -BGA-676_27.0x27.0mm_Layout26x26_P1.0mm_Ball0.6mm_Pad0.5mm_NSMD -XILINX BGA-676, https://www.xilinx.com/support/documentation/package_specs/fg676.pdf -XILINX BGA-676 FG676/FGG676 -0 -676 -676 -Package_BGA -BGA-1023_33.0x33.0mm_Layout32x32_P1.0mm -BGA-1023 -BGA-1023 -0 -1023 -1023 -Package_BGA -BGA-1156_35.0x35.0mm_Layout34x34_P1.0mm -BGA-1156 -BGA-1156 -0 -1156 -1156 -Package_BGA -BGA-1295_37.5x37.5mm_Layout36x36_P1.0mm -BGA-1295 -BGA-1295 -0 -1295 -1295 -Package_BGA -FB-BGA-484_23.0x23.0mm_Layout22x22_P1.0mm -Xilinx FB-484, https://www.xilinx.com/support/documentation/user_guides/ug1099-bga-device-design-rules.pdf -FB-BGA-484 -0 -484 -484 -Package_BGA -FBGA-78_7.5x11mm_Layout2x3x13_P0.8mm -FBGA-78, https://www.skhynix.com/product/filedata/fileDownload.do?seq=7687 -FBGA-78 -0 -78 -78 -Package_BGA -Fujitsu_WLP-15_2.28x3.092mm_Layout3x5_P0.4mm -WLP-15, 3x5 raster, 2.28x3.092mm package, pitch 0.4mm; http://www.fujitsu.com/global/documents/products/devices/semiconductor/fram/lineup/MB85RS1MT-DS501-00022-7v0-E.pdf -BGA 8 0.4 -0 -8 -8 -Package_BGA -Infineon_LFBGA-292_17x17mm_Layout20x20_P0.8mm_Ball0.5mm_Pad0.35 -Infineon LFBGA-292, 0.35mm pad, 17.0x17.0mm, 292 Ball, 20x20 Layout, 0.8mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-LFBGA/PG-LFBGA-292-11/ -BGA 292 0.8 -0 -292 -292 -Package_BGA -LFBGA-100_10x10mm_Layout10x10_P0.8mm -LFBGA-100, 10x10 raster, 10x10mm package, pitch 0.8mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf -BGA 100 0.8 -0 -100 -100 -Package_BGA -LFBGA-144_10x10mm_Layout12x12_P0.8mm -LFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf -BGA 144 0.8 -0 -144 -144 -Package_BGA -LFBGA-169_16x12mm_Layout28x14_P0.5mm_Ball0.3_Pad0.3mm_NSMD -https://4donline.ihs.com/images/VipMasterIC/IC/SGST/SGSTS20279/SGSTS20279-1.pdf?hkey=EF798316E3902B6ED9A73243A3159BB0 -eMMC Flash LFBGA169 -0 -169 -169 -Package_BGA -Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.4mm_NSMD -Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 -BGA 381 0.8 -0 -381 -381 -Package_BGA -Lattice_caBGA-381_17.0x17.0mm_Layout20x20_P0.8mm_Ball0.4mm_Pad0.6mm_SMD -Lattice caBGA-381 footprint for ECP5 FPGAs, based on http://www.latticesemi.com/view_document?document_id=213 -BGA 381 0.8 -0 -381 -381 -Package_BGA -Lattice_caBGA-756_27.0x27.0mm_Layout32x32_P0.8mm -Lattice caBGA-756, ECP5 FPGAs, 27.0x27.0mm, 756 Ball, 32x32 Layout, 0.8mm Pitch, http://www.latticesemi.com/view_document?document_id=213 -BGA 756 0.8 -0 -756 -756 -Package_BGA -Linear_BGA-133_15.0x15.0mm_Layout12x12_P1.27mm -Analog Devices (Linear Tech), 133-pin BGA uModule, 15.0x15.0x4.92mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf -133 pin bga -0 -134 -134 -Package_BGA -MAPBGA_9x9mm_Layout17x17_P0.5mm -MAPBGA 9x9x1.11 PKG, 9.0x9.0mm, 272 Ball, 17x17 Layout, 0.5mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00869D.pdf#page=1 -BGA 272 0.5 -0 -272 -272 -Package_BGA -MAPBGA_14x14mm_Layout17x17_P0.8mm -MAPBGA 14x14x1.18 PKG, 14.0x14.0mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.nxp.com/docs/en/package-information/98ASA00855D.pdf#page=1 -BGA 289 0.8 -0 -289 -289 -Package_BGA -Maxim_WLP-9_1.595x1.415_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD -Maxim_WLP-9 W91C1+1 https://pdfserv.maximintegrated.com/package_dwgs/21-0459.PDF -Maxim_WLP-9 -0 -9 -9 -Package_BGA -Maxim_WLP-12 -Maxim_WLP-12 W121B2+1 http://pdfserv.maximintegrated.com/package_dwgs/21-0009.PDF -Maxim_WLP-12 -0 -12 -12 -Package_BGA -Maxim_WLP-12_1.608x2.008mm_Layout4x3_P0.4mm_Ball0.27mm_Pad0.25mm_NSMD -Maxim WLP-12, W121H2+1, 2.008x1.608mm, 12 Ball, 4x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF, https://pdfserv.maximintegrated.com/package_dwgs/21-100302.PDF -BGA 12 0.4 -0 -12 -12 -Package_BGA -Microchip_TFBGA-196_11x11mm_Layout14x14_P0.75mm_SMD -TFBGA-196, 11.0x11.0mm, 196 Ball, 14x14 Layout, 0.75mm Pitch, http://ww1.microchip.com/downloads/en/DeviceDoc/SAMA5D2-Series-Data-Sheet-DS60001476C.pdf#page=2956 -BGA 196 0.75 -0 -196 -196 -Package_BGA -Micron_FBGA-78_7.5x10.6mm_Layout9x13_P0.8mm -FBGA-78, 10.6x7.5mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=24 -BGA 78 0.8 -0 -78 -78 -Package_BGA -Micron_FBGA-78_8x10.5mm_Layout9x13_P0.8mm -FBGA-78, 10.5x8.0mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=25 -BGA 78 0.8 -0 -78 -78 -Package_BGA -Micron_FBGA-78_9x10.5mm_Layout9x13_P0.8mm -FBGA-78, 10.5x9.0mm, 78 Ball, 9x13 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=23 -BGA 78 0.8 -0 -78 -78 -Package_BGA -Micron_FBGA-96_7.5x13.5mm_Layout9x16_P0.8mm -FBGA-96, 13.5x7.5mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=27 -BGA 96 0.8 -0 -96 -96 -Package_BGA -Micron_FBGA-96_8x14mm_Layout9x16_P0.8mm -FBGA-96, 14.0x8.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=28 -BGA 96 0.8 -0 -96 -96 -Package_BGA -Micron_FBGA-96_9x14mm_Layout9x16_P0.8mm -FBGA-96, 14.0x9.0mm, 96 Ball, 9x16 Layout, 0.8mm Pitch, https://www.micron.com/-/media/client/global/documents/products/data-sheet/dram/ddr3/4gb_ddr3l.pdf#page=26 -BGA 96 0.8 -0 -96 -96 -Package_BGA -NXP_VFBGA-42_2.6x3mm_Layout6x7_P0.4mm_Ball0.25mm_Pad0.24mm -NXP VFBGA-42, 3.0x2.6mm, 42 Ball, 6x7 Layout, 0.4mm Pitch, https://www.nxp.com/docs/en/package-information/SOT1963-1.pdf -BGA 42 0.4 -0 -42 -42 -Package_BGA -ST_LFBGA-354_16x16mm_Layout19x19_P0.8mm -ST LFBGA-354, 16.0x16.0mm, 354 Ball, 19x19 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf -BGA 354 0.8 -0 -354 -354 -Package_BGA -ST_LFBGA-448_18x18mm_Layout22x22_P0.8mm -ST LFBGA-448, 18.0x18.0mm, 448 Ball, 22x22 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf -BGA 448 0.8 -0 -448 -448 -Package_BGA -ST_TFBGA-225_13x13mm_Layout15x15_P0.8mm -ST TFBGA-225, 13.0x13.0mm, 225 Ball, 15x15 Layout, 0.8mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7b3ri.pdf -BGA 225 0.8 -0 -225 -225 -Package_BGA -ST_TFBGA-257_10x10mm_Layout19x19_P0.5mmP0.65mm -ST TFBGA-257, 10.0x10.0mm, 257 Ball, 19x19 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf -BGA 257 0.5 -0 -257 -257 -Package_BGA -ST_TFBGA-361_12x12mm_Layout23x23_P0.5mmP0.65mm -ST TFBGA-361, 12.0x12.0mm, 361 Ball, 23x23 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32mp151a.pdf -BGA 361 0.5 -0 -361 -361 -Package_BGA -ST_UFBGA-73_5x5mm_Layout9x9_P0.5mm -ST UFBGA-73, 5.0x5.0mm, 73 Ball, 9x9 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wl54jc.pdf -BGA 73 0.5 -0 -73 -73 -Package_BGA -ST_UFBGA-121_6x6mm_Layout11x11_P0.5mm -ST UFBGA-121, 6.0x6.0mm, 121 Ball, 11x11 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32g473pb.pdf -BGA 121 0.5 -0 -121 -121 -Package_BGA -ST_UFBGA-129_7x7mm_Layout13x13_P0.5mm -ST UFBGA-129, 7.0x7.0mm, 129 Ball, 13x13 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf -BGA 129 0.5 -0 -129 -129 -Package_BGA -ST_uTFBGA-36_3.6x3.6mm_Layout6x6_P0.5mm -ST uTFBGA-36, 0.25mm pad, 3.6x3.6mm, 36 Ball, 6x6 Layout, 0.5mm Pitch, https://www.st.com/resource/en/datasheet/stulpi01a.pdf -BGA 36 0.5 -0 -36 -36 -Package_BGA -TFBGA-64_5x5mm_Layout8x8_P0.5mm -TFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f100v8.pdf -BGA 64 0.5 -0 -64 -64 -Package_BGA -TFBGA-100_8x8mm_Layout10x10_P0.8mm -TFBGA-100, 10x10 raster, 8x8mm package, pitch 0.8mm; see section 6.2 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf -BGA 100 0.8 -0 -100 -100 -Package_BGA -TFBGA-100_9.0x9.0mm_Layout10x10_P0.8mm -TFBGA-100, 10x10, 9x9mm package, pitch 0.8mm -TFBGA-100 -0 -100 -100 -Package_BGA -TFBGA-121_10x10mm_Layout11x11_P0.8mm -TFBGA-121, 11x11 raster, 10x10mm package, pitch 0.8mm; http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#p495 -BGA 121 0.8 -0 -121 -121 -Package_BGA -TFBGA-216_13x13mm_Layout15x15_P0.8mm -TFBGA-216, 15x15 raster, 13x13mm package, pitch 0.8mm; see section 6.8 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf -BGA 216 0.8 -0 -216 -216 -Package_BGA -TFBGA-265_14x14mm_Layout17x17_P0.8mm -TFBGA-265, 17x17 raster, 14x14mm package, pitch 0.8mm; see section 7.8 of http://www.st.com/resource/en/datasheet/DM00387108.pdf -BGA 265 0.8 -0 -265 -265 -Package_BGA -Texas_BGA-289_15.0x15.0mm_Layout17x17_P0.8mm_Ball0.5mm_Pad0.4mm -Texas Instruments BGA-289, 0.4mm pad, 15x15mm, 289 Ball, 17x17 Layout, 0.8mm Pitch, https://www.ti.com/lit/ml/mpbg777/mpbg777.pdf -BGA 289 0.8 ZAV S-PBGA-N289 -0 -289 -289 -Package_BGA -Texas_DSBGA-5_0.822x1.116mm_Layout2x1x2_P0.4mm -Texas Instruments, DSBGA, 0.822x1.116mm, 5 bump 2x1x2 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/opa330.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -Texas Instruments DSBGA BGA YFF S-XBGA-N5 -0 -10 -5 -Package_BGA -Texas_DSBGA-5_0.8875x1.3875mm_Layout2x3_P0.5mm -Texas Instruments, DSBGA, area grid, NSMD, YZP0005 pad definition, 0.8875x1.3875mm, 5 Ball, 2x3 Layout, 0.5mm Pitch, https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=42, https://www.ti.com/lit/ml/mxbg018l/mxbg018l.pdf -BGA 5 0.5 YZP -0 -5 -5 -Package_BGA -Texas_DSBGA-6_0.9x1.4mm_Layout2x3_P0.5mm -Texas Instruments, DSBGA, 0.9x1.4mm, 6 bump 2x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/ts5a3159a.pdf) -Texas Instruments DSBGA BGA YZP R-XBGA-N6 -0 -12 -6 -Package_BGA -Texas_DSBGA-6_0.95x1.488mm_Layout2x3_P0.4mm -Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, https://www.ti.com/lit/ml/mxbg419/mxbg419.pdf, https://www.ti.com/lit/ds/symlink/tmp117.pdf -BGA 6 0.4 -0 -6 -6 -Package_BGA -Texas_DSBGA-6_0.704x1.054mm_Layout2x3_P0.35mm -Texas Instruments, DSBGA-6, 0.704x1.054mm, NSMD, YKA pad definition, 0.704x1.054mm, 6 Ball, 2x3 Layout, 0.35mm Pitch, https://www.ti.com/lit/ml/mxbg383/mxbg383.pdf, https://www.ti.com/lit/ds/symlink/tps62800.pdf -BGA 6 0.35 -0 -6 -6 -Package_BGA -Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelB -Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf -BGA 6 0.4 YFF0006 -0 -6 -6 -Package_BGA -Texas_DSBGA-6_0.855x1.255mm_Layout2x3_P0.4mm_LevelC -Texas Instruments, DSBGA, area grid, YBG pad definition, 0.95x1.488mm, 6 Ball, 2x3 Layout, 0.4mm Pitch, YFF0006, NSMD pad definition, https://www.ti.com/lit/ds/symlink/lmg1020.pdf, https://www.ti.com/lit/ml/mxbg078z/mxbg078z.pdf -BGA 6 0.4 YFF0006 -0 -6 -6 -Package_BGA -Texas_DSBGA-8_0.9x1.9mm_Layout2x4_P0.5mm -Texas Instruments, DSBGA, 0.9x1.9mm, 8 bump 2x4 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0102.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -Texas Instruments DSBGA BGA YZP R-XBGA-N8 -0 -16 -8 -Package_BGA -Texas_DSBGA-8_0.705x1.468mm_Layout2x4_P0.4mm -Texas Instruments, DSBGA, area grid, YBJ0008 pad definition, 1.468x0.705mm, 8 Ball, 2x4 Layout, 0.4mm Pitch, https://www.ti.com/lit/gpn/ina234 -BGA 8 0.4 -0 -8 -8 -Package_BGA -Texas_DSBGA-8_1.43x1.41mm_Layout3x3_P0.5mm -Texas Instruments, DSBGA, 1.43x1.41mm, 8 bump 3x3 (perimeter) array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lmc555.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -Texas Instruments DSBGA BGA YZP R-XBGA-N8 -0 -16 -8 -Package_BGA -Texas_DSBGA-8_1.5195x1.5195mm_Layout3x3_P0.5mm -Texas Instruments, DSBGA, 1.5195x1.5195x0.600mm, 8 ball 3x3 area grid, YZR pad definition (http://www.ti.com/lit/ml/mxbg270/mxbg270.pdf) -BGA 8 0.5 -0 -8 -8 -Package_BGA -Texas_DSBGA-9_1.4715x1.4715mm_Layout3x3_P0.5mm -Texas Instruments, DSBGA, 1.4715x1.4715mm, 9 bump 3x3 array, NSMD pad definition (http://www.ti.com/lit/ds/symlink/lm4990.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -Texas Instruments DSBGA BGA YZR0009 -0 -18 -9 -Package_BGA -Texas_DSBGA-10_1.36x1.86mm_Layout3x4_P0.5mm -Texas Instruments, DSBGA, area grid, YZP, YZP0010, 1.86x1.36mm, 10 Ball, 3x4 Layout, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/ts3a24159.pdf -BGA 10 0.5 -0 -20 -10 -Package_BGA -Texas_DSBGA-12_1.36x1.86mm_Layout3x4_P0.5mm -Texas Instruments, DSBGA, area grid, YZT, 1.86x1.36mm, 12 Ball, 3x4 Layout, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf -BGA 12 0.5 R-XBGA-N12 -0 -24 -12 -Package_BGA -Texas_DSBGA-16_2.39x2.39mm_Layout4x4_P0.5mm -Texas Instruments, DSBGA, area grid, YZF, YZF0016, 2.39x2.39mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://www.ti.com/lit/ds/symlink/dac80508.pdf -BGA 16 0.5 -0 -32 -16 -Package_BGA -Texas_DSBGA-28_1.9x3.0mm_Layout4x7_P0.4mm -Texas Instruments, DSBGA, 3.0x1.9x0.625mm, 28 ball 7x4 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/bq51050b.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -BGA 28 0.4 -0 -28 -28 -Package_BGA -Texas_DSBGA-49_3.33x3.488mm_Layout7x7_P0.4mm -Texas Instruments, DSBGA, 3.33x3.488x0.625mm, 49 ball 7x7 area grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/msp430f2234.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -texas dsbga 49 -0 -49 -49 -Package_BGA -Texas_DSBGA-64_3.415x3.535mm_Layout8x8_P0.4mm -Texas Instruments, DSBGA, 3.415x3.535x0.625mm, 64 ball 8x8 area grid, NSMD pad definition (http://www.ti.com/lit/ds/slas718g/slas718g.pdf, http://www.ti.com/lit/an/snva009ag/snva009ag.pdf) -texas dsbga 64 -0 -64 -64 -Package_BGA -Texas_MicroStar_Junior_BGA-12_2.0x2.5mm_Layout4x3_P0.5mm -Texas Instruments, BGA Microstar Junior, 2x2.5mm, 12 bump 4x3 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/txb0104.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) -Texas_Junior_BGA-12 -0 -12 -12 -Package_BGA -Texas_MicroStar_Junior_BGA-80_5.0x5.0mm_Layout9x9_P0.5mm -Texas Instruments, BGA Microstar Junior, 5x5mm, 80 ball 9x9 grid, NSMD pad definition (http://www.ti.com/lit/ds/symlink/tlv320aic23b.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) -Texas_Junior_BGA-80 -0 -80 -80 -Package_BGA -Texas_MicroStar_Junior_BGA-113_7.0x7.0mm_Layout12x12_P0.5mm -Texas Instruments, BGA Microstar Junior, 7x7mm, 113 ball 12x12 grid, NSMD pad definition (http://www.ti.com/lit/ml/mpbg674/mpbg674.pdf, http://www.ti.com/lit/wp/ssyz015b/ssyz015b.pdf) -Texas_Junior_BGA-113 -0 -113 -113 -Package_BGA -UCBGA-36_2.5x2.5mm_Layout6x6_P0.4mm -UCBGA-36, 6x6 raster, 2.5x2.5mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 -BGA 36 0.4 -0 -36 -36 -Package_BGA -UCBGA-49_3x3mm_Layout7x7_P0.4mm -UCBGA-49, 7x7 raster, 3x3mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 -BGA 49 0.4 -0 -49 -49 -Package_BGA -UCBGA-81_4x4mm_Layout9x9_P0.4mm -UCBGA-81, 9x9 raster, 4x4mm package, pitch 0.4mm; https://www.latticesemi.com/view_document?document_id=213 -BGA 81 0.4 -0 -81 -81 -Package_BGA -UFBGA-15_3.0x3.0mm_Layout4x4_P0.65mm -UFBGA-15, 4x4, 3x3mm package, pitch 0.65mm -UFBGA-15 -0 -15 -15 -Package_BGA -UFBGA-32_4.0x4.0mm_Layout6x6_P0.5mm -UFBGA-32, 6x6, 4x4mm package, pitch 0.5mm -UFBGA-32 -0 -32 -32 -Package_BGA -UFBGA-64_5x5mm_Layout8x8_P0.5mm -UFBGA-64, 8x8 raster, 5x5mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf -BGA 64 0.5 -0 -64 -64 -Package_BGA -UFBGA-100_7x7mm_Layout12x12_P0.5mm -UFBGA-100, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f103tb.pdf -BGA 100 0.5 -0 -100 -100 -Package_BGA -UFBGA-132_7x7mm_Layout12x12_P0.5mm -UFBGA-132, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf -BGA 132 0.5 -0 -132 -132 -Package_BGA -UFBGA-132_7x7mm_P0.5mm -UFBGA 132 Pins, 0.5mm Pitch, 0.3mm Ball, http://www.st.com/resource/en/datasheet/stm32l486qg.pdf -ufbga bga small-pitch -0 -132 -132 -Package_BGA -UFBGA-144_7x7mm_Layout12x12_P0.5mm -UFBGA-144, 12x12 raster, 7x7mm package, pitch 0.5mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf -BGA 144 0.5 -0 -144 -144 -Package_BGA -UFBGA-144_10x10mm_Layout12x12_P0.8mm -UFBGA-144, 12x12 raster, 10x10mm package, pitch 0.8mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf -BGA 144 0.8 -0 -144 -144 -Package_BGA -UFBGA-169_7x7mm_Layout13x13_P0.5mm -UFBGA-169, 13x13 raster, 7x7mm package, pitch 0.5mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf -BGA 169 0.5 -0 -169 -169 -Package_BGA -UFBGA-201_10x10mm_Layout15x15_P0.65mm -UFBGA-201, 15x15 raster, 10x10mm package, pitch 0.65mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf -BGA 201 0.65 -0 -201 -201 -Package_BGA -VFBGA-49_5.0x5.0mm_Layout7x7_P0.65mm -VFBGA-49, 7x7, 5x5mm package, pitch 0.65mm -VFBGA-49 -0 -49 -49 -Package_BGA -VFBGA-86_6x6mm_Layout10x10_P0.55mm_Ball0.25mm_Pad0.2mm -VFBGA-86, 6.0x6.0mm, 86 Ball, 10x10 Layout, 0.55mm Pitch, https://www.dialog-semiconductor.com/sites/default/files/da1469x_datasheet_3v1.pdf#page=740 -BGA 86 0.55 -0 -86 -86 -Package_BGA -VFBGA-100_7.0x7.0mm_Layout10x10_P0.65mm -VFBGA-100, 10x10, 7x7mm package, pitch 0.65mm -VFBGA-100 -0 -100 -100 -Package_BGA -WLP-4_0.73x0.73mm_Layout2x2_P0.35mm_Ball0.22mm_Pad0.2mm_NSMD -WLP-4, 2x2 raster, 0.73x0.73mm package, pitch 0.35mm; https://datasheets.maximintegrated.com/en/ds/MAX40200.pdf -BGA 4 0.35 -0 -4 -4 -Package_BGA -WLP-4_0.83x0.83mm_P0.4mm -WLP-4_0.83x0.83mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-100107.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 -WLP-4 -0 -4 -4 -Package_BGA -WLP-4_0.86x0.86mm_P0.4mm -WLP-4_0.86x0.86mm_P0.4mm https://pdfserv.maximintegrated.com/package_dwgs/21-0612.PDF, https://www.maximintegrated.com/en/app-notes/index.mvp/id/1891 -WLP-4 -0 -4 -4 -Package_BGA -WLP-9_1.448x1.468mm_Layout3x3_P0.4mm_Ball0.27mm_Pad0.25mm -WLP-9, 1.448x1.468mm, 9 Ball, 3x3 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100168.PDF -BGA 9 0.4 -0 -9 -9 -Package_BGA -XBGA-121_10x10mm_Layout11x11_P0.8mm -XBGA-121, 11x11 raster, 10x10mm package, pitch 0.6mm; http://ww1.microchip.com/downloads/en/DeviceDoc/39969b.pdf -BGA 121 0.8 -0 -121 -121 -Package_BGA -XFBGA-36_3.5x3.5mm_Layout6x6_P0.5mm -XFBGA-36, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf -XFBGA-36 -0 -36 -36 -Package_BGA -XFBGA-64_5.0x5.0mm_Layout8x8_P0.5mm -XFBGA-64, https://www.nxp.com/docs/en/package-information/SOT1555-1.pdf -XFBGA-64 -0 -64 -64 -Package_BGA -XFBGA-121_8x8mm_Layout11x11_P0.65mm -XFBGA-121, https://www.nxp.com/docs/en/package-information/SOT1533-1.pdf -XFBGA-121 -0 -121 -121 -Package_BGA -Xilinx_CLG225 -Zynq-7000 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=77, NSMD pad definition Appendix A -BGA 225 0.8 CLG225 -0 -225 -225 -Package_BGA -Xilinx_CLG400 -Zynq-7000 BGA, 20x20 grid, 17x17mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=78, NSMD pad definition Appendix A -BGA 400 0.8 CLG400 CL400 -0 -400 -400 -Package_BGA -Xilinx_CLG484_CLG485 -Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=79, NSMD pad definition Appendix A -BGA 484 0.8 CLG484 CL484 CLG485 CL485 -0 -484 -484 -Package_BGA -Xilinx_CPG236 -Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=266, NSMD pad definition Appendix A -BGA 238 0.5 CP236 CPG236 -0 -238 -238 -Package_BGA -Xilinx_CPG238 -Artix-7 BGA, 19x19 grid, 10x10mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=267, NSMD pad definition Appendix A -BGA 238 0.5 CPG238 -0 -238 -238 -Package_BGA -Xilinx_CPGA196 -Spartan-7 BGA, 14x14 grid, 8x8mm package, 0.5mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=260, NSMD pad definition Appendix A -BGA 196 0.5 CPGA196 -0 -196 -196 -Package_BGA -Xilinx_CSG324 -Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A -BGA 324 0.8 CS324 CSG324 -0 -324 -324 -Package_BGA -Xilinx_CSG325 -Artix-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=268, NSMD pad definition Appendix A -BGA 324 0.8 CS325 CSG235 -0 -324 -324 -Package_BGA -Xilinx_CSGA225 -Spartan-7 BGA, 15x15 grid, 13x13mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=262, NSMD pad definition Appendix A -BGA 225 0.8 CSGA225 -0 -225 -225 -Package_BGA -Xilinx_CSGA324 -Spartan-7 BGA, 18x18 grid, 15x15mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=263, NSMD pad definition Appendix A -BGA 324 0.8 CSGA324 -0 -324 -324 -Package_BGA -Xilinx_FBG484 -Artix-7, Kintex-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=271, ttps://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=281, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=82, NSMD pad definition Appendix A -BGA 484 1 FB484 FBG484 FBV484 -0 -484 -484 -Package_BGA -Xilinx_FBG676 -Artix-7, Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=273, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=284, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=84, NSMD pad definition Appendix A -BGA 676 1 FB676 FBG676 FBV676 -0 -676 -676 -Package_BGA -Xilinx_FBG900 -Kintex-7 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=289, NSMD pad definition Appendix A -BGA 900 1 FB900 FBG900 FBV900 -0 -900 -900 -Package_BGA -Xilinx_FFG676 -Kintex-7 and Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=292, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=88, NSMD pad definition Appendix A -BGA 676 1 FF676 FFG676 FFV676 -0 -676 -676 -Package_BGA -Xilinx_FFG900_FFG901 -Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=294, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=90, NSMD pad definition Appendix A -BGA 900 1 FF900 FFG900 FFV900 FF901 FFG901 FFV901 -0 -900 -900 -Package_BGA -Xilinx_FFG1156 -Artix-7, Kintex-7 and Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=277, https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=296, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=91, NSMD pad definition Appendix A -BGA 1156 1 FF1156 FFG1156 FFV1156 -0 -1156 -1156 -Package_BGA -Xilinx_FFG1157_FFG1158 -Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=299, NSMD pad definition Appendix A -BGA 1156 1 FF1157 FFG1157 FFV1157 FF1158 FFG1158 FFV1158 -0 -1156 -1156 -Package_BGA -Xilinx_FFG1761 -Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=300, NSMD pad definition Appendix A -BGA 1760 1 FF1761 FFG1761 -0 -1760 -1760 -Package_BGA -Xilinx_FFG1926_FFG1927_FFG1928_FFG1930 -Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=303, NSMD pad definition Appendix A -BGA 1924 1 FF1926 FFG1926 FF1927 FFG1927 FFV1927 FF1928 FFG1928 FF1930 FFG1930 -0 -1924 -1924 -Package_BGA -Xilinx_FFV1761 -Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=301, NSMD pad definition Appendix A -BGA 1760 1 FFV1761 -0 -1760 -1760 -Package_BGA -Xilinx_FGG484 -Artix-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=275, NSMD pad definition Appendix A -BGA 484 1 FG484 FGG484 -0 -484 -484 -Package_BGA -Xilinx_FGG676 -Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=276, NSMD pad definition Appendix A -BGA 676 1 FG676 FGG676 -0 -676 -676 -Package_BGA -Xilinx_FGGA484 -Spartan-7 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=264, NSMD pad definition Appendix A -BGA 484 1 FGGA484 -0 -484 -484 -Package_BGA -Xilinx_FGGA676 -Spartan-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=265, NSMD pad definition Appendix A -BGA 676 1 FGGA676 -0 -676 -676 -Package_BGA -Xilinx_FHG1761 -Virtex-7 BGA, 42x42 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=302, NSMD pad definition Appendix A -BGA 1760 1 FH1761 FHG1761 -0 -1760 -1760 -Package_BGA -Xilinx_FLG1925_FLG1926_FLG1928_FLG1930 -Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=304, NSMD pad definition Appendix A -BGA 1924 1 FL1925 FLG1925 FL1926 FLG1926 FL1928 FLG1928 FL1930 FLG1930 -0 -1924 -1924 -Package_BGA -Xilinx_FTG256 -Artix-7 BGA, 16x16 grid, 17x17mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=269, NSMD pad definition Appendix A -BGA 256 1 FT256 FTG256 -0 -256 -256 -Package_BGA -Xilinx_FTGB196 -Spartan-7 BGA, 14x14 grid, 15x15mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=261, NSMD pad definition Appendix A -BGA 196 1 FTGB196 -0 -196 -196 -Package_BGA -Xilinx_RB484 -Artix-7 and Zynq-7000 BGA, 22x22 grid, 23x23mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=278, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=92, NSMD pad definition Appendix A -BGA 484 1 RB484 -0 -484 -484 -Package_BGA -Xilinx_RB676 -Artix-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=280, NSMD pad definition Appendix A -BGA 676 1 RB676 -0 -676 -676 -Package_BGA -Xilinx_RF676 -Kintex-7 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=297, NSMD pad definition Appendix A -BGA 676 1 RF676 -0 -676 -676 -Package_BGA -Xilinx_RF900 -Kintex-7 and Zynq-7000 BGA, 30x30 grid, 31x31mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=298, https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=94, NSMD pad definition Appendix A -BGA 900 1 RF900 -0 -900 -900 -Package_BGA -Xilinx_RF1156 -Zynq-7000 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=95, NSMD pad definition Appendix A -BGA 1156 1 RF1156 -0 -1156 -1156 -Package_BGA -Xilinx_RF1157_RF1158 -Virtex-7 BGA, 34x34 grid, 35x35mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=305, NSMD pad definition Appendix A -BGA 1156 1 RF1157 RF1158 -0 -1156 -1156 -Package_BGA -Xilinx_RF1761 -Virtex-7 BGA, 42x42 grid, 42.5x42.5mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=306, NSMD pad definition Appendix A -BGA 1760 1 RF1761 -0 -1760 -1760 -Package_BGA -Xilinx_RF1930 -Virtex-7 BGA, 44x44 grid, 45x45mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=307, NSMD pad definition Appendix A -BGA 1924 1 RF1930 -0 -1924 -1924 -Package_BGA -Xilinx_RFG676 -Zynq-7000 BGA, 26x26 grid, 27x27mm package, 1mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=93, NSMD pad definition Appendix A -BGA 676 1 RF676 RFG676 -0 -676 -676 -Package_BGA -Xilinx_RS484 -Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=279, NSMD pad definition Appendix A -BGA 484 0.8 RS484 -0 -484 -484 -Package_BGA -Xilinx_SBG484 -Artix-7 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug475_7Series_Pkg_Pinout.pdf#page=270, NSMD pad definition Appendix A -BGA 484 0.8 SB484 SBG484 SBV484 -0 -484 -484 -Package_BGA -Xilinx_SBG485 -Zynq-7000 BGA, 22x22 grid, 19x19mm package, 0.8mm pitch; https://www.xilinx.com/support/documentation/user_guides/ug865-Zynq-7000-Pkg-Pinout.pdf#page=80, NSMD pad definition Appendix A -BGA 484 0.8 SBG485 SBV485 -0 -484 -484 -Package_CSP -Analog_LFCSP-8-1EP_3x3mm_P0.5mm_EP1.53x1.85mm -LFCSP, exposed pad, Analog Devices (http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5542.pdf) -LFCSP 8 0.5 -0 -12 -5 -Package_CSP -Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm -Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_23.pdf, CP-16-23), generated with kicad-footprint-generator ipc_noLead_generator.py -Analog LFCSP NoLead -0 -21 -17 -Package_CSP -Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias -Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_23.pdf, CP-16-23), generated with kicad-footprint-generator ipc_noLead_generator.py -Analog LFCSP NoLead -0 -31 -17 -Package_CSP -Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm -Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_20.pdf, CP-16-20), generated with kicad-footprint-generator ipc_noLead_generator.py -Analog LFCSP NoLead -0 -21 -17 -Package_CSP -Analog_LFCSP-16-1EP_4x4mm_P0.65mm_EP2.35x2.35mm_ThermalVias -Analog LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_20.pdf, CP-16-20), generated with kicad-footprint-generator ipc_noLead_generator.py -Analog LFCSP NoLead -0 -31 -17 -Package_CSP -Analog_LFCSP-UQ-10_1.3x1.6mm_P0.4mm -Analog LFCSP-UQ, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_10_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Analog LFCSP-UQ NoLead -0 -10 -10 -Package_CSP -LFCSP-6-1EP_2x2mm_P0.65mm_EP1x1.6mm -LFCSP, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_6_3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -11 -7 -Package_CSP -LFCSP-8-1EP_3x2mm_P0.5mm_EP1.6x1.65mm -LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/57080735642908cp_8_4.pdf -LFCSP 8pin thermal pad 3x2mm Pitch 0.5mm -0 -9 -9 -Package_CSP -LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm -LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -13 -9 -Package_CSP -LFCSP-8-1EP_3x3mm_P0.5mm_EP1.6x2.34mm_ThermalVias -LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_11.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -20 -9 -Package_CSP -LFCSP-8-1EP_3x3mm_P0.5mm_EP1.45x1.74mm -LFCSP, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-8/CP_8_13.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -13 -9 -Package_CSP -LFCSP-8_2x2mm_P0.5mm -LFCSP 8pin Pitch 0.5mm, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_8_6.pdf -LFCSP 8pin 2x2mm Pitch 0.5mm -0 -8 -8 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -21 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.3x1.3mm_ThermalVias -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_21.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -26 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -21 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_22.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -26 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm -LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -21 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias -LFCSP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/HMC7992.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -26 -17 -Package_CSP -LFCSP-16-1EP_3x3mm_P0.5mm_EP1.854x1.854mm -16-Lead Lead Frame Chip Scale Package, 3x3mm, 0.5mm pitch, 1.854mm thermal pad (CP-16-22, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_22.pdf) -LFCSP 16 0.5 -0 -21 -17 -Package_CSP -LFCSP-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm -LFCSP, 16 pin, 4x4mm, 2.1mm sq pad (http://www.analog.com/media/en/technical-documentation/data-sheets/ADG633.pdf) -LFCSP 16 0.65 -0 -21 -17 -Package_CSP -LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -21 -17 -Package_CSP -LFCSP-16-1EP_4x4mm_P0.65mm_EP2.4x2.4mm_ThermalVias -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/cp-16-40.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -31 -17 -Package_CSP -LFCSP-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_17.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -21 -17 -Package_CSP -LFCSP-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_16_17.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -31 -17 -Package_CSP -LFCSP-16_3x3mm_P0.5mm -LFCSP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-16/CP_16_32.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -16 -16 -Package_CSP -LFCSP-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm -20-Lead Frame Chip Scale Package - 4x4x0.9 mm Body [LFCSP], (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_20_6.pdf) -LFCSP 0.5 -0 -25 -21 -Package_CSP -LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm -LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py -LFCSP DFN_QFN -0 -25 -21 -Package_CSP -LFCSP-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias -LFCSP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py -LFCSP DFN_QFN -0 -35 -21 -Package_CSP -LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -25 -21 -Package_CSP -LFCSP-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -LFCSP, 20 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-20/CP_20_8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -35 -21 -Package_CSP -LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm -LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -29 -25 -Package_CSP -LFCSP-24-1EP_4x4mm_P0.5mm_EP2.3x2.3mm_ThermalVias -LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -39 -25 -Package_CSP -LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm -LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -29 -25 -Package_CSP -LFCSP-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias -LFCSP, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_24_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -39 -25 -Package_CSP -LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm -LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -33 -29 -Package_CSP -LFCSP-28-1EP_5x5mm_P0.5mm_EP3.14x3.14mm_ThermalVias -LFCSP, 28 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-28/CP_28_10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -43 -29 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -42 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias -LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/414143737956480539664569cp_32_2.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -59 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm -LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/3416438741201015623cp_32_4.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -37 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias -LFCSP, 32 Pin (https://www.analog.com/media/en/package-pcb-resources/package/3416438741201015623cp_32_4.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -47 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm -LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -37 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias -LFCSP, 32 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADV7280.PDF#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -47 -33 -Package_CSP -LFCSP-32-1EP_5x5mm_P0.5mm_EP3.25x3.25mm -32-Lead Frame Chip Scale Package LFCSP (5mm x 5mm); (see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-32/CP_32_27.pdf -LFCSP 0.5 -0 -37 -33 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP3.9x3.9mm -LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_40_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -45 -41 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP3.9x3.9mm_ThermalVias -LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_40_14.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -55 -41 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm -LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/CP_40_15.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -45 -41 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias -LFCSP, 40 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-40/CP_40_15.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -55 -41 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP4.65x4.65mm -LFCSP, 40 Pin (https://www.jedec.org/system/files/docs/MO-220K01.pdf (variation VJJD-5)), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -45 -41 -Package_CSP -LFCSP-40-1EP_6x6mm_P0.5mm_EP4.65x4.65mm_ThermalVias -LFCSP, 40 Pin (https://www.jedec.org/system/files/docs/MO-220K01.pdf (variation VJJD-5)), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -55 -41 -Package_CSP -LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm -LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -58 -49 -Package_CSP -LFCSP-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias -LFCSP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_48_5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -75 -49 -Package_CSP -LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm -LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -69 -65 -Package_CSP -LFCSP-64-1EP_9x9mm_P0.5mm_EP5.21x5.21mm_ThermalVias -LFCSP, 64 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp_64_7.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -86 -65 -Package_CSP -LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm -LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -82 -73 -Package_CSP -LFCSP-72-1EP_10x10mm_P0.5mm_EP5.3x5.3mm_ThermalVias -LFCSP, 72 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/ADAU1452_1451_1450.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP NoLead -0 -99 -73 -Package_CSP -LFCSP-72-1EP_10x10mm_P0.5mm_EP6.15x6.15mm -72-Lead Frame Chip Scale Package - 10x10x0.9 mm Body [LFCSP]; (see https://www.intersil.com/content/dam/Intersil/documents/l72_/l72.10x10c.pdf) -LFCSP 0.5 -0 -77 -73 -Package_CSP -LFCSP-VQ-24-1EP_4x4mm_P0.5mm_EP2.642x2.642mm -LFCSP VQ, 24 pin, exposed pad, 4x4mm body, pitch 0.5mm (http://www.analog.com/media/en/package-pcb-resources/package/56702234806764cp_24_3.pdf, http://www.analog.com/media/en/technical-documentation/data-sheets/ADL5801.pdf) -LFCSP 0.5 -0 -29 -25 -Package_CSP -LFCSP-VQ-48-1EP_7x7mm_P0.5mm -LFCSP VQ, 48 pin, exposed pad, 7x7mm body (http://www.analog.com/media/en/technical-documentation/data-sheets/AD7951.pdf, http://www.analog.com/en/design-center/packaging-quality-symbols-footprints/symbols-and-footprints/AD7951.html) -LFCSP 48 -0 -49 -49 -Package_CSP -LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm -LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP-WD NoLead -0 -15 -9 -Package_CSP -LFCSP-WD-8-1EP_3x3mm_P0.65mm_EP1.6x2.44mm_ThermalVias -LFCSP-WD, 8 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/CP_8_19.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP-WD NoLead -0 -22 -9 -Package_CSP -LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm -LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP-WD NoLead -0 -17 -11 -Package_CSP -LFCSP-WD-10-1EP_3x3mm_P0.5mm_EP1.64x2.38mm_ThermalVias -LFCSP-WD, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/lfcspcp/cp-10/CP_10_9.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LFCSP-WD NoLead -0 -24 -11 -Package_CSP -Maxim_WLCSP-35_3.0x2.17mm_Layout7x5_P0.4mm_Ball0.27mm_Pad0.25mm -WLCSP-35, 2.168x2.998mm, 35 Ball, 7x5 Layout, 0.4mm Pitch, https://pdfserv.maximintegrated.com/package_dwgs/21-100489.PDF -CSP 35 0.4 -0 -35 -35 -Package_CSP -Nexperia_WLCSP-15_6-3-6_2.37x1.17mm_Layout6x3_P0.4mm -Nexperia wafer level chip-size package; 15 bumps (6-3-6), 2.37x1.17mm, 15 Ball, 6x3 Layout, 0.4mm Pitch, https://assets.nexperia.com/documents/data-sheet/PCMFXUSB3S_SER.pdf -CSP 15 0.4 -0 -15 -15 -Package_CSP -ST_WLCSP-18_1.86x2.14mm_P0.4mm_Stagger -ST WLCSP-18, ST Die ID 466, 1.86x2.14mm, 18 Ball, X-staggered 7x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g031y8.pdf -CSP 18 0.4 -0 -18 -18 -Package_CSP -ST_WLCSP-20_1.94x2.40mm_Layout4x5_P0.4mm -ST WLCSP-20, ST die ID 456, 1.94x2.4mm, 20 Ball, 4x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g051f8.pdf#page=102 -CSP 20 0.4 -0 -20 -20 -Package_CSP -ST_WLCSP-25_2.30x2.48mm_Layout5x5_P0.4mm -ST WLCSP-25, ST die ID 460, 2.3x2.48mm, 25 Ball, 5x5 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g071eb.pdf -CSP 25 0.4 -0 -25 -25 -Package_CSP -ST_WLCSP-25_Die425 -WLCSP-25, 5x5 raster, 2.097x2.493mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l031f6.pdf -BGA 25 0.4 -0 -25 -25 -Package_CSP -ST_WLCSP-25_Die444 -WLCSP-25, 5x5 raster, 2.423x2.325mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f031k6.pdf -BGA 25 0.4 -0 -25 -25 -Package_CSP -ST_WLCSP-25_Die457 -WLCSP-25, 5x5 raster, 2.133x2.070mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32l011k3.pdf -BGA 25 0.4 -0 -25 -25 -Package_CSP -ST_WLCSP-36_2.58x3.07mm_Layout6x6_P0.4mm -ST WLCSP-36, ST die ID 464, 2.58x3.07mm, 36 Ball, 6x6 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l412t8.pdf -CSP 36 0.4 -0 -36 -36 -Package_CSP -ST_WLCSP-36_Die417 -WLCSP-36, 6x6 raster, 2.61x2.88mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l052t8.pdf -BGA 36 0.4 -0 -36 -36 -Package_CSP -ST_WLCSP-36_Die440 -WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f051t8.pdf -BGA 36 0.4 -0 -36 -36 -Package_CSP -ST_WLCSP-36_Die445 -WLCSP-36, 6x6 raster, 2.605x2.703mm package, pitch 0.4mm; see section 7.3 of http://www.st.com/resource/en/datasheet/stm32f042k6.pdf -BGA 36 0.4 -0 -36 -36 -Package_CSP -ST_WLCSP-36_Die458 -WLCSP-36, 6x6 raster, 2.553x2.579mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f410t8.pdf -BGA 36 0.4 -0 -36 -36 -Package_CSP -ST_WLCSP-49_3.15x3.13mm_Layout7x7_P0.4mm -ST WLCSP-49, ST die ID 468, 3.15x3.13mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g431c6.pdf -CSP 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_3.30x3.38mm_Layout7x7_P0.4mm_Offcenter -ST WLCSP-49, off-center ball grid, ST die ID 494, 3.3x3.38mm, 49 Ball, 7x7 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb15cc.pdf#page=119 -CSP 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die423 -WLCSP-49, 7x7 raster, 2.965x2.965mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f401vc.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die431 -WLCSP-49, 7x7 raster, 2.999x3.185mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f411vc.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die433 -WLCSP-49, 7x7 raster, 3.029x3.029mm package, pitch 0.4mm; see section 7.1.1 of http://www.st.com/resource/en/datasheet/stm32f401ce.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die435 -WLCSP-49, 7x7 raster, 3.141x3.127mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/DM00257211.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die438 -WLCSP-49, 7x7 raster, 3.89x3.74mm package, pitch 0.5mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303r8.pdf -BGA 49 0.5 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die439 -WLCSP-49, 7x7 raster, 3.417x3.151mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/stm32f301r8.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die447 -WLCSP-49, 7x7 raster, 3.294x3.258mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l072kz.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-49_Die448 -WLCSP-49, 7x7 raster, 3.277x3.109mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f071v8.pdf -BGA 49 0.4 -0 -49 -49 -Package_CSP -ST_WLCSP-52_3.09x3.15mm_P0.4mm_Stagger -ST WLCSP-52, ST die ID 467, 3.09x3.15mm, 52 Ball, X-staggered 13x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g0b1ne.pdf#page=136 -CSP 52 0.4 -0 -52 -52 -Package_CSP -ST_WLCSP-63_Die427 -WLCSP-63, 7x9 raster, 3.228x4.164mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32l151cc.pdf -BGA 63 0.4 -0 -63 -63 -Package_CSP -ST_WLCSP-64_3.56x3.52mm_Layout8x8_P0.4mm -ST WLCSP-64, ST die ID 479, 3.56x3.52mm, 64 Ball, 8x8 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g491re.pdf -CSP 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die414 -WLCSP-64, 8x8 raster, 4.466x4.395mm package, pitch 0.5mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f103ze.pdf -BGA 64 0.5 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die427 -WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zc.pdf -BGA 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die435 -WLCSP-64, 8x8 raster, 3.141x3.127mm package, pitch 0.35mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00257211.pdf -BGA 64 0.35 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die436 -WLCSP-64, 8x8 raster, 4.539x4.911mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152zd.pdf -BGA 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die441 -WLCSP-64, 8x8 raster, 3.623x3.651mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00213872.pdf -BGA 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die442 -WLCSP-64, 8x8 raster, 3.347x3.585mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f091vb.pdf -BGA 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-64_Die462 -WLCSP-64, 8x8 raster, 3.357x3.657mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00340475.pdf -BGA 64 0.4 -0 -64 -64 -Package_CSP -ST_WLCSP-66_Die411 -WLCSP-66, 9x9 raster, 3.639x3.971mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f207vg.pdf -BGA 66 0.4 -0 -66 -66 -Package_CSP -ST_WLCSP-66_Die432 -WLCSP-66, 8x9 raster, 3.767x4.229mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f378vc.pdf -BGA 66 0.4 -0 -66 -66 -Package_CSP -ST_WLCSP-72_Die415 -WLCSP-72, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf -BGA 72 0.4 -0 -72 -72 -Package_CSP -ST_WLCSP-81_4.02x4.27mm_Layout9x9_P0.4mm -ST WLCSP-81, ST die ID 469, 4.02x4.27mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32g483me.pdf -CSP 81 0.4 -0 -81 -81 -Package_CSP -ST_WLCSP-81_4.36x4.07mm_Layout9x9_P0.4mm -ST WLCSP-81, ST die ID 472, 4.36x4.07mm, 81 Ball, 9x9 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l562ce.pdf -CSP 81 0.4 -0 -81 -81 -Package_CSP -ST_WLCSP-81_Die415 -WLCSP-81, 9x9 raster, 4.4084x3.7594mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32l476me.pdf -BGA 81 0.4 -0 -81 -81 -Package_CSP -ST_WLCSP-81_Die421 -WLCSP-81, 9x9 raster, 3.693x3.815mm package, pitch 0.4mm; see section 7.6 of http://www.st.com/resource/en/datasheet/stm32f446ze.pdf -BGA 81 0.4 -0 -81 -81 -Package_CSP -ST_WLCSP-81_Die463 -WLCSP-81, 9x9 raster, 4.039x3.951mm package, pitch 0.4mm; see section 7.1 of http://www.st.com/resource/en/datasheet/DM00282249.pdf -BGA 81 0.4 -0 -81 -81 -Package_CSP -ST_WLCSP-90_4.20x3.95mm_P0.4mm_Stagger -ST WLCSP-90, ST die ID 482, 4.2x3.95mm, 90 Ball, X-staggered 18x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32u575og.pdf#page=306 -CSP 90 0.4 -0 -90 -90 -Package_CSP -ST_WLCSP-90_Die413 -WLCSP-90, 10x9 raster, 4.223x3.969mm package, pitch 0.4mm; see section 6.1 of http://www.st.com/resource/en/datasheet/stm32f405og.pdf -BGA 90 0.4 -0 -90 -90 -Package_CSP -ST_WLCSP-100_4.40x4.38mm_Layout10x10_P0.4mm_Offcenter -ST WLCSP-100, off-center ball grid, ST die ID 495, 4.4x4.38mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32wb55vc.pdf -CSP 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-100_4.437x4.456mm_Layout10x10_P0.4mm -ST WLCSP-100, ST die ID 471, 4.437x4.456mm, 100 Ball, 10x10 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l4p5ve.pdf -CSP 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-100_Die422 -WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/stm32f302vc.pdf -BGA 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-100_Die446 -WLCSP-100, 10x10 raster, 4.775x5.041mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32f303zd.pdf -BGA 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-100_Die452 -WLCSP-100, 10x10 raster, 4.201x4.663mm package, pitch 0.4mm; see section 7.7 of http://www.st.com/resource/en/datasheet/DM00330506.pdf -BGA 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-100_Die461 -WLCSP-100, 10x10 raster, 4.618x4.142mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/DM00284211.pdf -BGA 100 0.4 -0 -100 -100 -Package_CSP -ST_WLCSP-104_Die437 -WLCSP-104, 9x12 raster, 4.095x5.094mm package, pitch 0.4mm; see section 7.5 of http://www.st.com/resource/en/datasheet/stm32l152ze.pdf -BGA 104 0.4 -0 -104 -104 -Package_CSP -ST_WLCSP-115_3.73x4.15mm_P0.35mm_Stagger -ST WLCSP-115, ST die ID 483, 3.73x4.15mm, 115 Ball, Y-staggered 11x21 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h725vg.pdf -CSP 115 0.35 -0 -115 -115 -Package_CSP -ST_WLCSP-115_4.63x4.15mm_P0.4mm_Stagger -ST WLCSP-115, ST die ID 461, 4.63x4.15mm, 115 Ball, X-staggered 21x11 Layout, 0.4mm Pitch, https://www.st.com/resource/en/datasheet/stm32l496wg.pdf -CSP 115 0.4 -0 -115 -115 -Package_CSP -ST_WLCSP-132_4.57x4.37mm_Layout12x11_P0.35mm -ST WLCSP-132, ST die ID 480, 4.57x4.37mm, 132 Ball, 12x11 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h7a3ai.pdf -CSP 132 0.35 -0 -132 -132 -Package_CSP -ST_WLCSP-143_Die419 -WLCSP-143, 11x13 raster, 4.521x5.547mm package, pitch 0.4mm; see section 7.2 of http://www.st.com/resource/en/datasheet/stm32f429ng.pdf -BGA 143 0.4 -0 -143 -143 -Package_CSP -ST_WLCSP-143_Die449 -WLCSP-143, 11x13 raster, 4.539x5.849mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f746zg.pdf -BGA 143 0.4 -0 -143 -143 -Package_CSP -ST_WLCSP-144_Die470 -WLCSP-144, 12x12 raster, 5.24x5.24mm package, pitch 0.4mm; see section 7.4 of http://www.st.com/resource/en/datasheet/DM00366448.pdf -BGA 144 0.4 -0 -144 -144 -Package_CSP -ST_WLCSP-156_4.96x4.64mm_Layout13x12_P0.35mm -ST WLCSP-156, ST die ID 450, 4.96x4.64mm, 156 Ball, 13x12 Layout, 0.35mm Pitch, https://www.st.com/resource/en/datasheet/stm32h747xi.pdf -CSP 156 0.35 -0 -156 -156 -Package_CSP -ST_WLCSP-168_Die434 -WLCSP-168, 12x14 raster, 4.891x5.692mm package, pitch 0.4mm; see section 6.3 of http://www.st.com/resource/en/datasheet/stm32f469ni.pdf -BGA 168 0.4 -0 -168 -168 -Package_CSP -ST_WLCSP-180_Die451 -WLCSP-180, 13x14 raster, 5.537x6.095mm package, pitch 0.4mm; see section 6.6 of http://www.st.com/resource/en/datasheet/DM00273119.pdf -BGA 180 0.4 -0 -180 -180 -Package_CSP -WLCSP-4-X1-WLB0909-4_0.89x0.89mm_P0.5mm -X1-WLB0909, 0.89x0.89mm, 4 Ball, 2x2 Layout, 0.5mm Pitch, https://www.diodes.com/assets/Datasheets/AP22913.pdf -CSP 4 0.5 -0 -4 -4 -Package_CSP -WLCSP-4_0.64x0.64mm_P0.35mm -WLCSP-4, 0.64x0.64mm, 4 Ball, 2x2 Layout, 0.35mm Pitch, https://www.onsemi.com/pdf/datasheet/ncp163-d.pdf#page=23 -CSP 4 0.35 -0 -4 -4 -Package_CSP -WLCSP-6_1.4x1.0mm_P0.4mm -6pin Pitch 0.4mm -6pin Pitch 0.4mm WLCSP -0 -6 -6 -Package_CSP -WLCSP-8_1.58x1.63x0.35mm_Layout3x5_P0.35x0.4mm_Ball0.25mm_Pad0.25mm_NSMD -WLCSP/XFBGA 8-pin package, staggered pins, http://www.adestotech.com/wp-content/uploads/DS-AT25DF041B_040.pdf -WLCSP WLCSP-8 XFBGA XFBGA-8 CSP BGA Chip-Scale Glass-Top -0 -8 -8 -Package_CSP -WLCSP-8_1.551x2.284mm_P0.5mm -WLCSP-8, 2.284x1.551mm, 8 Ball, 2x4 Layout, 0.5mm Pitch, https://www.adestotech.com/wp-content/uploads/AT25SL321_112.pdf#page=75 -CSP 8 0.5 -0 -8 -8 -Package_CSP -WLCSP-12_1.56x1.56mm_P0.4mm -WLCSP 12 1.56x1.56 https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMM150-DS001-01.pdf -BMM150 WLCSP -0 -12 -12 -Package_CSP -WLCSP-12_1.403x1.555mm_P0.4mm_Stagger -WLCSP-12, 6x4 raster staggered array, 1.403x1.555mm package, pitch 0.4mm; http://ww1.microchip.com/downloads/en/devicedoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=208 -CSP 12 0.2x0.346333 -0 -12 -12 -Package_CSP -WLCSP-16_1.409x1.409mm_P0.35mm -WLCSP-16, 1.409x1.409mm, 16 Ball, 4x4 Layout, 0.35mm Pitch, http://www.latticesemi.com/view_document?document_id=213 -CSP 16 0.35 -0 -16 -16 -Package_CSP -WLCSP-16_2.225x2.17mm_P0.5mm -WLCSP-16 2.225x2.17mm, 2.17x2.225mm, 16 Ball, 4x4 Layout, 0.5mm Pitch, https://ww1.microchip.com/downloads/en/DeviceDoc/16B_WLCSP_CS_C04-06036c.pdf -CSP 16 0.5 -0 -16 -16 -Package_CSP -WLCSP-16_4x4_B2.17x2.32mm_P0.5mm -WLCSP-16, http://www.nxp.com/documents/data_sheet/LPC1102_1104.pdf, http://www.nxp.com/assets/documents/data/en/application-notes/AN3846.pdf -WLCSP-16 NXP -0 -16 -16 -Package_CSP -WLCSP-20_1.934x2.434mm_Layout4x5_P0.4mm -WLCSP-20, 4x5 raster, 1.934x2.434mm package, pitch 0.4mm; see section 36.2.3 of http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-42363-SAM-D11_Datasheet.pdf -BGA 20 0.4 -0 -20 -20 -Package_CSP -WLCSP-20_1.994x1.94mm_Layout4x5_P0.4mm -WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00539D.pdf -WLCSP-20 -0 -20 -20 -Package_CSP -WLCSP-20_1.994x1.609mm_Layout5x4_P0.4mm -WLCSP-20, https://www.nxp.com/docs/en/package-information/98ASA00676D.pdf -WLCSP-20 -0 -20 -20 -Package_CSP -WLCSP-36_2.82x2.67mm_Layout6x6_P0.4mm -WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00949D.pdf -WLCSP-36 -0 -36 -36 -Package_CSP -WLCSP-36_2.374x2.459mm_Layout6x6_P0.35mm -WLCSP-36, https://www.nxp.com/docs/en/package-information/98ASA00604D.pdf -WLCSP-36 -0 -36 -36 -Package_CSP -WLCSP-56_3.170x3.444mm_Layout7x8_P0.4mm -WLCSP-56, 7x8 raster, 3.170x3.444mm package, pitch 0.4mm; see section 48.2.4 of http://ww1.microchip.com/downloads/en/DeviceDoc/DS60001479B.pdf -BGA 56 0.4 -0 -56 -56 -Package_CSP -WLCSP-81_4.41x3.76mm_P0.4mm -WLCSP-81, 9x9, 0.4mm Pitch, http://www.st.com/content/ccc/resource/technical/document/technical_note/92/30/3c/a1/4c/bb/43/6f/DM00103228.pdf/files/DM00103228.pdf/jcr:content/translations/en.DM00103228.pdf -WLCSP ST -0 -81 -81 -Package_CSP -pSemi_CSP-16_1.64x2.04mm_P0.4mm -pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) -psemi csp 16 -0 -16 -16 -Package_CSP -pSemi_CSP-16_1.64x2.04mm_P0.4mm_Pad0.18mm -pSemi CSP-16 1.64x2.04x0.285mm (http://www.psemi.com/pdf/datasheets/pe29101ds.pdf, http://www.psemi.com/pdf/app_notes/an77.pdf) -psemi csp 16 -0 -16 -16 -Package_DFN_QFN -AMS_QFN-4-1EP_2x2mm_P0.95mm_EP0.7x1.6mm -UFD Package, 4-Lead Plastic QFN (2mm x 2mm), http://ams.com/eng/content/download/950231/2267959/483138 -QFN 0.95 -0 -6 -5 -Package_DFN_QFN -AO_DFN-8-1EP_5.55x5.2mm_P1.27mm_EP4.12x4.6mm -DD Package; 8-Lead Plastic DFN (5.55mm x 5.2mm), Pin 5-8 connected to EP (http://www.aosmd.com/res/packaging_information/DFN5x6_8L_EP1_P.pdf) -dfn -0 -25 -5 -Package_DFN_QFN -Cypress_QFN-56-1EP_8x8mm_P0.5mm_EP6.22x6.22mm_ThermalVias -56-Lead Plastic Quad Flat, No Lead Package (ML) - 8x8x0.9 mm Body [QFN] (see datasheet at http://www.cypress.com/file/138911/download and app note at http://www.cypress.com/file/140006/download) -QFN 0.5 -0 -87 -57 -Package_DFN_QFN -DFN-6-1EP_1.2x1.2mm_P0.4mm_EP0.3x0.94mm_PullBack -DFN, 6 Pin (http://www.onsemi.com/pub/Collateral/NCP133-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_2x1.6mm_P0.5mm_EP1.15x1.3mm -DFN, 6 Pin (https://www.onsemi.com/pdf/datasheet/ncp349-d.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_2x1.8mm_P0.5mm_EP1.2x1.6mm -DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2018-6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -11 -7 -Package_DFN_QFN -DFN-6-1EP_2x2mm_P0.5mm_EP0.6x1.37mm -DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081703_C_DC6.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_2x2mm_P0.5mm_EP0.61x1.42mm -DC6 Package; 6-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_6_05-08-1703.pdf) -DFN 0.5 -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_2x2mm_P0.65mm_EP1.01x1.7mm -DFN, 6 Pin (https://www.diodes.com/assets/Package-Files/U-DFN2020-6%20(Type%20C).pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm -6-Lead Plastic Dual Flat, No Lead Package (MA) - 2x2x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.65 -0 -9 -7 -Package_DFN_QFN -DFN-6-1EP_3x2mm_P0.5mm_EP1.65x1.35mm -DFN, 6 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/(DCB6)%20DFN%2005-08-1715%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -11 -7 -Package_DFN_QFN -DFN-6-1EP_3x3mm_P0.95mm_EP1.7x2.6mm -DFN6 3*3 MM, 0.95 PITCH; CASE 506AH-01 (see ON Semiconductor 506AH.PDF) -DFN 0.95 -0 -13 -7 -Package_DFN_QFN -DFN-6-1EP_3x3mm_P1mm_EP1.5x2.4mm -DFN, 6 Pin (https://www.silabs.com/documents/public/data-sheets/Si7020-A20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -11 -7 -Package_DFN_QFN -DFN-6_1.3x1.2mm_P0.4mm -6-Lead Plastic DFN (1.3mm x 1.2mm) -DFN 0.4 -0 -6 -6 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm -DFN, 8 Pin (https://www.qorvo.com/products/d/da001879), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -11 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.7x1.3mm -DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NUF4401MN-D.PDF#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.6mm -DFN, 8 Pin (https://www.qorvo.com/products/d/da007268), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -10 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.3mm -DFN, 8 Pin (https://www.onsemi.com/pub/Collateral/NB3N551-D.PDF#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.5mm -DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8127-AVR-8-bit-Microcontroller-ATtiny4-ATtiny5-ATtiny9-ATtiny10_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm -DFN, 8 Pin (https://www.st.com/resource/en/datasheet/lm2903.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -10 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.5mm_EP1.05x1.75mm -DFN8 2x2, 0.5P; CASE 506CN (see ON Semiconductor 506CN.PDF) -DFN 0.5 -0 -11 -9 -Package_DFN_QFN -DFN-8-1EP_2x2mm_P0.45mm_EP0.64x1.38mm -DC8 Package 8-Lead Plastic DFN (2mm x 2mm) (see Linear Technology DFN_8_05-08-1719.pdf) -DFN 0.45 -0 -11 -9 -Package_DFN_QFN -DFN-8-1EP_2x3mm_P0.5mm_EP0.56x2.15mm -DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/2451fg.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -11 -9 -Package_DFN_QFN -DFN-8-1EP_2x3mm_P0.5mm_EP0.61x2.2mm -DDB Package; 8-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_8_05-08-1702.pdf) -DFN 0.5 -0 -12 -9 -Package_DFN_QFN -DFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.5mm -8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body [UDFN] (see Atmel-8815-SEEPROM-AT24CS01-02-Datasheet.pdf) -DFN 0.5 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x2mm_P0.5mm_EP1.7x1.4mm -DFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_DFN_2x3x0_9_MC_C04-123C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x2mm_P0.5mm_EP1.36x1.46mm -8-Lead Plastic Dual Flat, No Lead Package (8MA2) - 2x3x0.6 mm Body (http://ww1.microchip.com/downloads/en/DeviceDoc/20005010F.pdf) -DFN 0.5 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x2mm_P0.5mm_EP1.75x1.45mm -8-Lead Plastic Dual Flat, No Lead Package (MC) - 2x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.5 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x2mm_P0.45mm_EP1.66x1.36mm -DCB Package 8-Lead Plastic DFN (2mm x 3mm) (see Linear Technology DFN_8_05-08-1718.pdf) -DFN 0.45 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm -DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -10 -9 -Package_DFN_QFN -DFN-8-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias -DFN, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4320fb.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -20 -9 -Package_DFN_QFN -DFN-8-1EP_3x3mm_P0.5mm_EP1.66x2.38mm -DD Package; 8-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_8_05-08-1698.pdf) -DFN 0.5 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x3mm_P0.65mm_EP1.7x2.05mm -DFN, 8 Pin (http://www.ixysic.com/home/pdfs.nsf/www/IX4426-27-28.pdf/$file/IX4426-27-28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_3x3mm_P0.65mm_EP1.55x2.4mm -8-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.65 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_4x4mm_P0.8mm_EP2.3x3.24mm -DFN, 8 Pin (https://www.st.com/resource/en/datasheet/ld1086.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_4x4mm_P0.8mm_EP2.5x3.6mm -8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.8 -0 -15 -9 -Package_DFN_QFN -DFN-8-1EP_4x4mm_P0.8mm_EP2.39x2.21mm -8-Lead Plastic Dual Flat, No Lead Package (MD) - 4x4x0.9 mm Body [DFN] (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) -DFN 0.8 -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_6x5mm_P1.27mm_EP2x2mm -DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) -dfn -0 -13 -9 -Package_DFN_QFN -DFN-8-1EP_6x5mm_P1.27mm_EP4x4mm -DD Package; 8-Lead Plastic DFN (6mm x 5mm) (see http://www.everspin.com/file/236/download) -dfn -0 -25 -9 -Package_DFN_QFN -DFN-8_2x2mm_P0.5mm -DFN8 2x2, 0.5P; No exposed pad - Ref http://pdfserv.maximintegrated.com/land_patterns/90-0349.PDF -DFN 0.5 -0 -8 -8 -Package_DFN_QFN -DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm -DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -15 -11 -Package_DFN_QFN -DFN-10-1EP_2.6x2.6mm_P0.5mm_EP1.3x2.2mm_ThermalVias -DFN, 10 Pin (https://www.nxp.com/docs/en/data-sheet/PCF85063A.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -22 -11 -Package_DFN_QFN -DFN-10-1EP_2x3mm_P0.5mm_EP0.64x2.4mm -DDB Package; 10-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_10_05-08-1722.pdf) -DFN 0.5 -0 -13 -11 -Package_DFN_QFN -DFN-10-1EP_3x3mm_P0.5mm_EP1.7x2.5mm -DFN, 10 Pin (https://www.monolithicpower.com/pub/media/document/MPQ2483_r1.05.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -15 -11 -Package_DFN_QFN -DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm -10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.5 -0 -15 -11 -Package_DFN_QFN -DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm -DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -15 -11 -Package_DFN_QFN -DFN-10-1EP_3x3mm_P0.5mm_EP1.65x2.38mm_ThermalVias -DFN, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3471fb.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -22 -11 -Package_DFN_QFN -DFN-10-1EP_3x3mm_P0.5mm_EP1.75x2.7mm -10-Lead Plastic Dual Flat No-Lead Package, 3x3mm Body (see Atmel Appnote 8826) -DFN 0.5 -0 -15 -11 -Package_DFN_QFN -DFN-10_2x2mm_P0.4mm -10-Lead Plastic DFN (2mm x 2mm) 0.40mm pitch -DFN 10 0.4mm -0 -10 -10 -Package_DFN_QFN -DFN-12-1EP_2x3mm_P0.45mm_EP0.64x2.4mm -DDB Package; 12-Lead Plastic DFN (3mm x 2mm) (see Linear Technology DFN_12_05-08-1723.pdf) -DFN 0.45 -0 -15 -13 -Package_DFN_QFN -DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm -DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -17 -13 -Package_DFN_QFN -DFN-12-1EP_3x3mm_P0.5mm_EP1.6x2.5mm_ThermalVias -DFN, 12 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/APID/ProductDocuments/DataSheets/MIC2207-2MHz-3A-PWM-Buck-Regulator-DS20006470A.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -24 -13 -Package_DFN_QFN -DFN-12-1EP_3x3mm_P0.5mm_EP2.05x2.86mm -10-Lead Plastic Dual Flat, No Lead Package (MF) - 3x3x0.9 mm Body [DFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.5 -0 -17 -13 -Package_DFN_QFN -DFN-12-1EP_3x3mm_P0.45mm_EP1.66x2.38mm -DD Package; 12-Lead Plastic DFN (3mm x 3mm) (see Linear Technology DFN_12_05-08-1725.pdf) -DFN 0.45 -0 -17 -13 -Package_DFN_QFN -DFN-12-1EP_3x4mm_P0.5mm_EP1.7x3.3mm -DE/UE Package; 12-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_12_05-08-1695.pdf) -DFN 0.5 -0 -21 -13 -Package_DFN_QFN -DFN-12-1EP_4x4mm_P0.5mm_EP2.66x3.38mm -DF Package; 12-Lead Plastic DFN (4mm x 4mm) (see Linear Technology 05081733_A_DF12.pdf) -DFN 0.5 -0 -21 -13 -Package_DFN_QFN -DFN-12-1EP_4x4mm_P0.65mm_EP2.64x3.54mm -DFN12, 4x4, 0.65P; CASE 506CE (see ON Semiconductor 506CE.PDF) -DFN 0.65 -0 -21 -13 -Package_DFN_QFN -DFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm -DD Package; 14-Lead Plastic DFN (3mm x 3mm) (http://pdfserv.maximintegrated.com/land_patterns/90-0063.PDF) -DFN 0.40 -0 -19 -15 -Package_DFN_QFN -DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm -14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) -VDFN DFN 0.65mm -0 -23 -15 -Package_DFN_QFN -DFN-14-1EP_3x4.5mm_P0.65mm_EP1.65x4.25mm_ThermalVias -14-lead very thin plastic quad flat, 3.0x4.5mm size, 0.65mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/14L_VDFN_4_5x3_0mm_JHA_C041198A.pdf) -VDFN DFN 0.65mm -0 -33 -15 -Package_DFN_QFN -DFN-14-1EP_3x4mm_P0.5mm_EP1.7x3.3mm -DE Package; 14-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_14_05-08-1708.pdf) -DFN 0.5 -0 -23 -15 -Package_DFN_QFN -DFN-14-1EP_4x4mm_P0.5mm_EP2.86x3.6mm -DFN14, 4x4, 0.5P; CASE 506CM (see ON Semiconductor 506CM.PDF) -DFN 0.5 -0 -23 -15 -Package_DFN_QFN -DFN-14_1.35x3.5mm_P0.5mm -DFN, 14 Pin (https://m.littelfuse.com/~/media/electronics/datasheets/tvs_diode_arrays/littelfuse_tvs_diode_array_sp3012_datasheet.pdf.pdf#page=7), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -14 -14 -Package_DFN_QFN -DFN-16-1EP_3x4mm_P0.45mm_EP1.7x3.3mm -DE Package; 16-Lead Plastic DFN (4mm x 3mm) (see Linear Technology DFN_16_05-08-1732.pdf) -DFN 0.45 -0 -25 -17 -Package_DFN_QFN -DFN-16-1EP_3x5mm_P0.5mm_EP1.66x4.4mm -DHC Package; 16-Lead Plastic DFN (5mm x 3mm) (see Linear Technology DFN_16_05-08-1706.pdf) -DFN 0.5 -0 -27 -17 -Package_DFN_QFN -DFN-16-1EP_4x5mm_P0.5mm_EP2.44x4.34mm -DHD Package; 16-Lead Plastic DFN (5mm x 4mm) (see Linear Technology 05081707_A_DHD16.pdf) -DFN 0.5 -0 -25 -17 -Package_DFN_QFN -DFN-16-1EP_5x5mm_P0.5mm_EP3.46x4mm -DH Package; 16-Lead Plastic DFN (5mm x 5mm) (see Linear Technology DFN_16_05-08-1709.pdf) -DFN 0.5 -0 -26 -17 -Package_DFN_QFN -DFN-18-1EP_3x5mm_P0.5mm_EP1.66x4.4mm -DHC Package; 18-Lead Plastic DFN (5mm x 3mm) (see Linear Technology 05081955_0_DHC18.pdf) -DFN 0.5 -0 -29 -19 -Package_DFN_QFN -DFN-18-1EP_4x5mm_P0.5mm_EP2.44x4.34mm -DHD Package; 18-Lead Plastic DFN (5mm x 4mm) (see Linear Technology DFN_18_05-08-1778.pdf) -DFN 0.5 -0 -27 -19 -Package_DFN_QFN -DFN-20-1EP_5x6mm_P0.5mm_EP3.24x4.24mm -DFN20, 6x5, 0.5P; CASE 505AB (see ON Semiconductor 505AB.PDF) -DFN 0.5 -0 -33 -21 -Package_DFN_QFN -DFN-22-1EP_5x6mm_P0.5mm_EP3.14x4.3mm -DFN22 6*5*0.9 MM, 0.5 P; CASE 506AF\xe2\x88\x9201 (see ON Semiconductor 506AF.PDF) -DFN 0.5 -0 -35 -23 -Package_DFN_QFN -DFN-24-1EP_4x7mm_P0.5mm_EP2.64x6.44mm -DKD Package; 24-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_24_05-08-1864.pdf) -DFN 0.5 -0 -35 -25 -Package_DFN_QFN -DFN-32-1EP_4x7mm_P0.4mm_EP2.64x6.44mm -DKD Package; 32-Lead Plastic DFN (7mm x 4mm) (see Linear Technology DFN_32_05-08-1734.pdf) -DFN 0.4 -0 -43 -33 -Package_DFN_QFN -DFN-44-1EP_5x8.9mm_P0.4mm_EP3.7x8.4mm -DFN44 8.9x5, 0.4P; CASE 506BU-01 (see ON Semiconductor 506BU.PDF) -DFN 0.4 -0 -63 -45 -Package_DFN_QFN -DFN-S-8-1EP_6x5mm_P1.27mm -8-Lead Plastic Dual Flat, No Lead Package (MF) - 6x5 mm Body [DFN-S] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 1.27 -0 -16 -9 -Package_DFN_QFN -DHVQFN-14-1EP_2.5x3mm_P0.5mm_EP1x1.5mm -DHVQFN, 14 Pin (JEDEC MO-241/VAA, https://assets.nexperia.com/documents/package-information/SOT762-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DHVQFN NoLead -0 -16 -15 -Package_DFN_QFN -DHVQFN-16-1EP_2.5x3.5mm_P0.5mm_EP1x2mm -DHVQFN, 16 Pin (JEDEC MO-241/VAB, https://assets.nexperia.com/documents/package-information/SOT763-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DHVQFN NoLead -0 -19 -17 -Package_DFN_QFN -DHVQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x3mm -DHVQFN, 20 Pin (JEDEC MO-241/VAC, https://assets.nexperia.com/documents/package-information/SOT764-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -DHVQFN NoLead -0 -23 -21 -Package_DFN_QFN -Diodes_DFN1006-3 -DFN package size 1006 3 pins -DFN package size 1006 3 pins -0 -3 -3 -Package_DFN_QFN -Diodes_UDFN-10_1.0x2.5mm_P0.5mm -U-DFN2510-10 package used by Diodes Incorporated (https://www.diodes.com/assets/Package-Files/U-DFN2510-10-Type-CJ.pdf) -UDFN-10 U-DFN2510-10 Diodes -0 -10 -10 -Package_DFN_QFN -Diodes_UDFN2020-6_Type-F -U-DFN2020-6 (Type F) (https://www.diodes.com/assets/Package-Files/U-DFN2020-6-Type-F.pdf) -U-DFN2020-6 (Type F) -0 -8 -8 -Package_DFN_QFN -HVQFN-16-1EP_3x3mm_P0.5mm_EP1.5x1.5mm -HVQFN, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT758-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -21 -17 -Package_DFN_QFN -HVQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm -HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -34 -25 -Package_DFN_QFN -HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm -HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -29 -25 -Package_DFN_QFN -HVQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias -HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -39 -25 -Package_DFN_QFN -HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -34 -25 -Package_DFN_QFN -HVQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -HVQFN, 24 Pin (https://www.nxp.com/docs/en/package-information/SOT616-3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -39 -25 -Package_DFN_QFN -HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -42 -33 -Package_DFN_QFN -HVQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias -HVQFN, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT617-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -59 -33 -Package_DFN_QFN -HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm -HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -50 -41 -Package_DFN_QFN -HVQFN-40-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias -HVQFN, 40 Pin (https://www.nxp.com/docs/en/package-information/SOT618-1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -HVQFN NoLead -0 -67 -41 -Package_DFN_QFN -Infineon_MLPQ-16-14-1EP_4x4mm_P0.5mm -MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) -mlpq 32 7x7mm -0 -19 -15 -Package_DFN_QFN -Infineon_MLPQ-40-32-1EP_7x7mm_P0.5mm -MLPQ 32 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) -mlpq 32 7x7mm -0 -76 -33 -Package_DFN_QFN -Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm -MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2052mpbf.pdf?fileId=5546d462533600a401535675d3b32788) -mlpq 32 7x7mm -0 -115 -49 -Package_DFN_QFN -Infineon_MLPQ-48-1EP_7x7mm_P0.5mm_EP5.55x5.55mm -MLPQ 48 leads, 7x7mm (https://www.infineon.com/dgdl/irs2093mpbf.pdf?fileId=5546d462533600a401535675fb892793) -mlpq 32 7x7mm -0 -113 -49 -Package_DFN_QFN -Infineon_PQFN-22-15-4EP_6x5mm_P0.65mm -PQFN 22 leads, 5x6mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4301.pdf?fileId=5546d462533600a4015355d5fc691819, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) -pqfn 22 5x6mm -0 -56 -15 -Package_DFN_QFN -Infineon_PQFN-44-31-5EP_7x7mm_P0.5mm -PQFN 44 leads, 7x7mm, 0.127mm stencil (https://www.infineon.com/dgdl/ir4302.pdf?fileId=5546d462533600a4015355d602a9181d, https://www.infineon.com/dgdl/Infineon-AN1170-AN-v05_00-EN.pdf?fileId=5546d462533600a40153559ac3e51134) -pqfn 44 7x7mm -0 -125 -27 -Package_DFN_QFN -LQFN-10-1EP_2x2mm_P0.5mm_EP0.7x0.7mm -LQFN, 10 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081644_0_LQFN10.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LQFN NoLead -0 -12 -11 -Package_DFN_QFN -LQFN-12-1EP_2x2mm_P0.5mm_EP0.7x0.7mm -LQFN, 12 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081530_B_LQFN12.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LQFN NoLead -0 -14 -13 -Package_DFN_QFN -LQFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm -LQFN, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-lqfn/05081595_0_lqfn16.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LQFN NoLead -0 -18 -17 -Package_DFN_QFN -Linear_DE14MA -14-Lead Plastic DFN, 4mm x 3mm (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-dfn/05081731_C_DE14MA.pdf) -DFN 0.5 -0 -14 -14 -Package_DFN_QFN -Linear_UGK52_QFN-46-52 -Linear UKG52(46) package, QFN-52-1EP variant (see http://cds.linear.com/docs/en/datasheet/3886fe.pdf) -QFN 0.5 -0 -62 -47 -Package_DFN_QFN -MLF-6-1EP_1.6x1.6mm_P0.5mm_EP0.5x1.26mm -MLF, 6 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5353.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -MLF NoLead -0 -9 -7 -Package_DFN_QFN -MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm -8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) -DFN MLF 0.65 -0 -12 -9 -Package_DFN_QFN -MLF-8-1EP_3x3mm_P0.65mm_EP1.55x2.3mm_ThermalVias -8-Pin ePad 3mm x 3mm MLF - 3x3x0.85 mm Body (see Microchip datasheet http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf) -DFN MLF 0.65 -0 -15 -9 -Package_DFN_QFN -MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py -MLF NoLead -0 -25 -21 -Package_DFN_QFN -MLF-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -MLF, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=263), generated with kicad-footprint-generator ipc_noLead_generator.py -MLF NoLead -0 -30 -21 -Package_DFN_QFN -MLPQ-16-1EP_4x4mm_P0.65mm_EP2.8x2.8mm -Micro Leadframe Package, 16 pin with exposed pad -MLPQ- 0.65 -0 -21 -17 -Package_DFN_QFN -Maxim_TDFN-6-1EP_3x3mm_P0.95mm_EP1.5x2.3mm -Maxim TDFN, 6 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/MAX4460-MAX4462.pdf#page=19, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tdfn-ep/21-0137.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Maxim TDFN NoLead -0 -11 -7 -Package_DFN_QFN -Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm -Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Micrel MLF NoLead -0 -11 -9 -Package_DFN_QFN -Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.6x1.2mm_ThermalVias -Micrel MLF, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic23050.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Micrel MLF NoLead -0 -16 -9 -Package_DFN_QFN -Micrel_MLF-8-1EP_2x2mm_P0.5mm_EP0.8x1.3mm_ThermalVias -http://ww1.microchip.com/downloads/en/DeviceDoc/mic2290.pdf -mlf 8 2x2 mm -0 -14 -9 -Package_DFN_QFN -Microchip_8E-16 -16-Lead Quad Flat, No Lead Package (8E) - 4x4x0.9 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) -QFN Microchip 8E 16 -0 -20 -17 -Package_DFN_QFN -Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm -QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) -QFN dual row -0 -49 -45 -Package_DFN_QFN -Microchip_DRQFN-44-1EP_5x5mm_P0.7mm_EP2.65x2.65mm_ThermalVias -QFN, 44 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/44L_VQFN_5x5mm_Dual_Row_%5BS3B%5D_C04-21399a.pdf) -QFN dual row -0 -59 -45 -Package_DFN_QFN -Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm -QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) -QFN dual row -0 -74 -65 -Package_DFN_QFN -Microchip_DRQFN-64-1EP_7x7mm_P0.65mm_EP4.1x4.1mm_ThermalVias -QFN, 64 Pin, dual row (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_7x7_Dual_Row_%5BSVB%5D_C04-21420a.pdf) -QFN dual row -0 -91 -65 -Package_DFN_QFN -Microsemi_QFN-40-32-2EP_6x8mm_P0.5mm -40-Lead (32-Lead Populated) Plastic Quad Flat, No Lead Package - 6x8x0.9mm Body (https://www.microsemi.com/document-portal/doc_download/131677-pd70224-data-sheet) -QFN 0.5 -0 -92 -34 -Package_DFN_QFN -Mini-Circuits_DL805 -https://ww2.minicircuits.com/case_style/DL805.pdf -RF Switch -0 -11 -9 -Package_DFN_QFN -Mini-Circuits_FG873-4_3x3mm -Mini Circuits Case style FG (https://ww2.minicircuits.com/case_style/FG873.pdf) -FG873 -0 -4 -4 -Package_DFN_QFN -NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45 -LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) -NXP LQFN NoLead -0 -65 -49 -Package_DFN_QFN -NXP_LQFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_16xMask0.45x0.45_ThermalVias -LQFN, 48 Pin (https://www.nxp.com/docs/en/package-information/98ASA00694D.pdf) -NXP LQFN NoLead -0 -75 -49 -Package_DFN_QFN -Nordic_AQFN-73-1EP_7x7mm_P0.5mm -http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fchips%2Fnrf52840.html -AQFN 7mm -0 -78 -74 -Package_DFN_QFN -OnSemi_DFN-8_2x2mm_P0.5mm -DFN8 2x2, 0.5P (https://www.onsemi.com/pub/Collateral/511AT.PDF) -DFN 0.5 -0 -8 -8 -Package_DFN_QFN -OnSemi_SIP-38-6EP-9x7mm_P0.65mm_EP1.2x1.2mm -On Semiconductor, SIP-38, 9x7mm, (https://www.onsemi.com/pub/Collateral/AX-SIP-SFEU-D.PDF#page=19) -On Semiconductor SIP -0 -44 -44 -Package_DFN_QFN -OnSemi_UDFN-8_1.2x1.8mm_P0.4mm -8-Lead Plastic Dual Flat, No Lead Package, 1.2x1.8x1.55 mm Body [UDFN] (See http://www.onsemi.com/pub/Collateral/NLSV2T244-D.PDF) -dfn udfn dual flat -0 -8 -8 -Package_DFN_QFN -OnSemi_VCT-28_3.5x3.5mm_P0.4mm -OnSemi VCT, 28 Pin (http://www.onsemi.com/pub/Collateral/601AE.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -OnSemi VCT NoLead -0 -28 -28 -Package_DFN_QFN -OnSemi_XDFN-10_1.35x2.2mm_P0.4mm -10-Lead Plastic XDFN (1.35mm x 2.2mm) (see https://www.onsemi.com/pdf/datasheet/emi8132-d.pdf) -OnSemi XDFN-10 0.4 -0 -10 -10 -Package_DFN_QFN -OnSemi_XDFN4-1EP_1.0x1.0mm_EP0.52x0.52mm -XDFN4 footprint (as found on the https://www.onsemi.com/pub/Collateral/NCP115-D.PDF) -OnSemi XDFN4 -0 -5 -5 -Package_DFN_QFN -PQFN-8-EP_6x5mm_P1.27mm_Generic -Universal Footprint for Thermally-enhanced SO-8 packages; compatible with Vishay PowerPAK SO−8, International Rectifier PQFN, Texas Instrument SON 5 × 6 mm (Q5A), Alpha and Omega DFN 5 × 6, ST Microelectronics PowerFLAT™ 5 × 6, Toshiba SOP Advance, Infineon Super SO8, NXP LFPAK (SOT669), Renesas WPAK(3F) / LFPAK, Fairchild Power 56, APEC PMPAK 5 × 6, MagnaChip PowerDFN56, ROHM HSOP8, UBIQ PRPAK56, NIKO−SEM PDFN 5 × 6, NEC 8-pin HVSON. Datasheets: https://www.onsemi.com/pub/Collateral/AND9137-D.PDF, https://assets.nexperia.com/documents/leaflet/75016838.pdf -Thermally-enhanced SO-8 PowerPAK PQFN Q5A PowerFLAT LFPAK SOT669 WPAK(3F) LFPAK Power56 PMPAK PowerDFN56 HSOP8 PRPAK56 PDFN HVSON -0 -21 -5 -Package_DFN_QFN -Panasonic_HQFN-16-1EP_4x4mm_P0.65mm_EP2.9x2.9mm -Panasonic HQFN-16, 4x4x0.85mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HQFN016-A-0404XZL_EN.pdf) -panasonic hqfn -0 -37 -17 -Package_DFN_QFN -Panasonic_HSON-8_8x8mm_P2.00mm -Panasonic HSON-8, 8x8x1.25mm (https://industrial.panasonic.com/content/data/SC/ds/ds7/c0/PKG_HSON008-A-0808XXI_EN.pdf) -panasonic hson -0 -27 -9 -Package_DFN_QFN -QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm -QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -17 -13 -Package_DFN_QFN -QFN-12-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias -QFN, 12 Pin (https://www.nxp.com/docs/en/data-sheet/MMZ09332B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -32 -13 -Package_DFN_QFN -QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm -QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -17 -13 -Package_DFN_QFN -QFN-12-1EP_3x3mm_P0.5mm_EP1.65x1.65mm_ThermalVias -QFN, 12 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_12_%2005-08-1855.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -22 -13 -Package_DFN_QFN -QFN-12-1EP_3x3mm_P0.51mm_EP1.45x1.45mm -QFN, 12 Pin (https://ww2.minicircuits.com/case_style/DQ1225.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -17 -13 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm -QFN, 16 Pin (https://www.st.com/resource/en/datasheet/tsv521.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.7x1.7mm_ThermalVias -QFN, 16 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_dfn_qfn_generator.py -QFN DFN_QFN -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm -QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.9x1.9mm_ThermalVias -QFN, 16 Pin (https://www.nxp.com/docs/en/package-information/98ASA00525D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -26 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm -QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias -QFN, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -26 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm -QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias -QFN, 16 Pin (https://www.onsemi.com/pub/Collateral/NCN4555-D.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -26 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm -QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias -QFN, 16 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/isl8117.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm -QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.1x2.1mm_ThermalVias -QFN, 16 Pin (http://www.thatcorp.com/datashts/THAT_1580_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm -QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.5x2.5mm_ThermalVias -QFN, 16 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=266), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm -QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack -QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_PullBack_ThermalVias -QFN, 16 Pin (https://ams.com/documents/20143/36005/AS5055A_DS000304_2-00.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm_ThermalVias -QFN, 16 Pin (https://www.allegromicro.com/~/media/Files/Datasheets/A4403-Datasheet.ashx), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm -QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_4x4mm_P0.65mm_EP2.15x2.15mm_ThermalVias -QFN, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4001f.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm -QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -QFN-16-1EP_5x5mm_P0.8mm_EP2.7x2.7mm_ThermalVias -QFN, 16 Pin (http://www.intersil.com/content/dam/Intersil/documents/l16_/l16.5x5.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm -QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_3.5x3.5mm_P0.5mm_EP2x2mm_ThermalVias -QFN, 20 Pin (http://www.ti.com/lit/ml/mpqf239/mpqf239.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm -QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_3x3mm_P0.4mm_EP1.65x1.65mm_ThermalVias -QFN, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3553fc.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_3x3mm_P0.45mm_EP1.6x1.6mm_ThermalVias -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8235-8-bit-avr-microcontroller-attiny20_datasheet.pdf#page=212), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm -QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_3x4mm_P0.5mm_EP1.65x2.65mm_ThermalVias -QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -32 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=274), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc2535.pdf#page=164), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm -QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias -QFN, 20 Pin (https://www.silabs.com/documents/public/data-sheets/Si5351-B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -30 -21 -Package_DFN_QFN -QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm -QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -27 -21 -Package_DFN_QFN -QFN-20-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias -QFN, 20 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1711.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -40 -21 -Package_DFN_QFN -QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -QFN-20-1EP_5x5mm_P0.65mm_EP3.35x3.35mm_ThermalVias -QFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=276), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -35 -21 -Package_DFN_QFN -QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm -QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_3x3mm_P0.4mm_EP1.75x1.6mm_ThermalVias -QFN, 24 Pin (https://www.invensense.com/wp-content/uploads/2015/02/PS-MPU-9250A-01-v1.1.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -34 -25 -Package_DFN_QFN -QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm -QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -25 -Package_DFN_QFN -QFN-24-1EP_3x4mm_P0.4mm_EP1.65x2.65mm_ThermalVias -QFN, 24 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_20_05-08-1742.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -38 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -QFN, 24 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=278), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm -QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.6mm_ThermalVias -QFN, 24 Pin (https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm -QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias -QFN, 24 Pin (http://www.alfarzpp.lv/eng/sc/AS3330.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm -QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias -QFN, 24 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/hmc431.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm -QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.15x2.15mm_ThermalVias -QFN, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm -QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_4x4mm_P0.5mm_EP2.65x2.65mm_ThermalVias -QFN, 24 Pin (http://www.cypress.com/file/46236/download), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm -QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -25 -Package_DFN_QFN -QFN-24-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias -QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_24_05-08-1696.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -44 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm -QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.2x3.2mm_ThermalVias -QFN, 24 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UH24)%20QFN%2005-08-1747%20Rev%20A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -51 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm -QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.4x3.4mm_ThermalVias -QFN, 24 Pin (http://www.thatcorp.com/datashts/THAT_5173_Datasheet.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm -QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -34 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.6x3.6mm_ThermalVias -QFN, 24 Pin (https://www.nxp.com/docs/en/package-information/98ASA00734D.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -67 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm -QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -QFN-24-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias -QFN, 24 Pin (https://semtech.my.salesforce.com/sfc/p/#E0000000JelG/a/44000000MDkO/lWPNMeJClEs8Zvyu7AlDlKSyZqhYdVpQzFLVfUp.EXs), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -51 -25 -Package_DFN_QFN -QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm -QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -37 -29 -Package_DFN_QFN -QFN-28-1EP_3x6mm_P0.5mm_EP1.7x4.75mm_ThermalVias -QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081926_0_UDE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -53 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm -QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -33 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.3x2.3mm_ThermalVias -QFN, 28 Pin (http://www.issi.com/WW/pdf/31FL3731.pdf#page=21), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -43 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -33 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.4x2.4mm_ThermalVias -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=280), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -43 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm -QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -33 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.4mm_EP2.6x2.6mm_ThermalVias -QFN, 28 Pin (package code T2844-1; https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -43 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -33 -29 -Package_DFN_QFN -QFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -43 -29 -Package_DFN_QFN -QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm -QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -35 -29 -Package_DFN_QFN -QFN-28-1EP_4x5mm_P0.5mm_EP2.65x3.65mm_ThermalVias -QFN, 28 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/3555fe.pdf#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -48 -29 -Package_DFN_QFN -QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -38 -29 -Package_DFN_QFN -QFN-28-1EP_5x5mm_P0.5mm_EP3.35x3.35mm_ThermalVias -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=283), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -55 -29 -Package_DFN_QFN -QFN-28-1EP_5x5mm_P0.5mm_EP3.75x3.75mm -QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -38 -29 -Package_DFN_QFN -QFN-28-1EP_5x5mm_P0.5mm_EP3.75x3.75mm_ThermalVias -QFN, 28 Pin (https://www.cmlmicro.com/wp-content/uploads/2017/10/CMX901_ds.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -29 -Package_DFN_QFN -QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm -QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -41 -29 -Package_DFN_QFN -QFN-28-1EP_5x6mm_P0.5mm_EP3.65x4.65mm_ThermalVias -QFN, 28 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081932_0_UHE28.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -62 -29 -Package_DFN_QFN -QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm -QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -38 -29 -Package_DFN_QFN -QFN-28-1EP_6x6mm_P0.65mm_EP4.8x4.8mm_ThermalVias -QFN, 28 Pin (https://www.semtech.com/uploads/documents/sx1272.pdf#page=125), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -71 -29 -Package_DFN_QFN -QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -38 -29 -Package_DFN_QFN -QFN-28-1EP_6x6mm_P0.65mm_EP4.25x4.25mm_ThermalVias -QFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=289), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -71 -29 -Package_DFN_QFN -QFN-28_4x4mm_P0.5mm -QFN, 28 Pin (http://www.st.com/resource/en/datasheet/stm32f031k6.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -28 -28 -Package_DFN_QFN -QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -37 -33 -Package_DFN_QFN -QFN-32-1EP_4x4mm_P0.4mm_EP2.9x2.9mm_ThermalVias -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-8153-8-and-16-bit-avr-microcontroller-xmega-e-atxmega8e5-atxmega16e5-atxmega32e5_datasheet.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -47 -33 -Package_DFN_QFN -QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm -QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -37 -33 -Package_DFN_QFN -QFN-32-1EP_4x4mm_P0.4mm_EP2.65x2.65mm_ThermalVias -QFN, 32 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/l32.4x4a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8008S.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.3x3.3mm_ThermalVias -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002164B.pdf#page=68), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm -QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.6x3.6mm_ThermalVias -QFN, 32 Pin (http://infocenter.nordicsemi.com/pdf/nRF52810_PS_v1.1.pdf#page=468), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm -QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -37 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.7x3.7mm_ThermalVias -QFN, 32 Pin (https://www.espressif.com/sites/default/files/documentation/0a-esp8285_datasheet_en.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm -QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm_ThermalVias -QFN, 32 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_32_05-08-1693.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm -QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -QFN-32-1EP_5x5mm_P0.5mm_EP3.65x3.65mm_ThermalVias -QFN, 32 Pin (https://www.exar.com/ds/mxl7704.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm -QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -49 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP4.7x4.7mm_ThermalVias -QFN, 32 Pin (https://www.nxp.com/docs/en/data-sheet/LPC111X.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -49 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP4.65x4.65mm_ThermalVias -QFN, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8209-8-bit%20AVR%20ATmega16M1-32M1-64M1_Datasheet.pdf#page=426), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm -QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -49 -33 -Package_DFN_QFN -QFN-32-1EP_7x7mm_P0.65mm_EP5.4x5.4mm_ThermalVias -QFN, 32 Pin (http://www.thatcorp.com/datashts/THAT_5171_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -33 -Package_DFN_QFN -QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm -QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -46 -37 -Package_DFN_QFN -QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.1mm_ThermalVias -QFN, 36 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -56 -37 -Package_DFN_QFN -QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm -QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -49 -37 -Package_DFN_QFN -QFN-36-1EP_5x6mm_P0.5mm_EP3.6x4.6mm_ThermalVias -QFN, 36 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/(UHE36)%20QFN%2005-08-1876%20Rev%20%C3%98.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -56 -37 -Package_DFN_QFN -QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm -QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -46 -37 -Package_DFN_QFN -QFN-36-1EP_6x6mm_P0.5mm_EP3.7x3.7mm_ThermalVias -QFN, 36 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/36L_QFN_6x6_with_3_7x3_7_EP_Punch_Dimpled_4E_C04-0241A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -63 -37 -Package_DFN_QFN -QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm -QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -46 -37 -Package_DFN_QFN -QFN-36-1EP_6x6mm_P0.5mm_EP4.1x4.1mm_ThermalVias -QFN, 36 Pin (www.st.com/resource/en/datasheet/stm32f101t6.pdf#page=72), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -63 -37 -Package_DFN_QFN -QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm -QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -47 -39 -Package_DFN_QFN -QFN-38-1EP_4x6mm_P0.4mm_EP2.65x4.65mm_ThermalVias -QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1750.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -56 -39 -Package_DFN_QFN -QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm -QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -54 -39 -Package_DFN_QFN -QFN-38-1EP_5x7mm_P0.5mm_EP3.15x5.15mm_ThermalVias -QFN, 38 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_38_05-08-1701.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -63 -39 -Package_DFN_QFN -QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm -QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -50 -41 -Package_DFN_QFN -QFN-40-1EP_5x5mm_P0.4mm_EP3.6x3.6mm_ThermalVias -QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=297), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -67 -41 -Package_DFN_QFN -QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm -QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -50 -41 -Package_DFN_QFN -QFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias -QFN, 40 Pin (http://www.issi.com/WW/pdf/31FL3736.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -67 -41 -Package_DFN_QFN -QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm -QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -57 -41 -Package_DFN_QFN -QFN-40-1EP_6x6mm_P0.5mm_EP4.6x4.6mm_ThermalVias -QFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=295), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -83 -41 -Package_DFN_QFN -QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm -QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -55 -43 -Package_DFN_QFN -QFN-42-1EP_5x6mm_P0.4mm_EP3.7x4.7mm_ThermalVias -QFN, 42 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/05081875_0_UHE42.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -76 -43 -Package_DFN_QFN -QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm -QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -61 -45 -Package_DFN_QFN -QFN-44-1EP_7x7mm_P0.5mm_EP5.2x5.2mm_ThermalVias -QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/2512S.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -87 -45 -Package_DFN_QFN -QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm -QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -61 -45 -Package_DFN_QFN -QFN-44-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias -QFN, 44 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_44_05-08-1763.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -87 -45 -Package_DFN_QFN -QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm -QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -70 -45 -Package_DFN_QFN -QFN-44-1EP_8x8mm_P0.65mm_EP6.45x6.45mm_ThermalVias -QFN, 44 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/39935c.pdf#page=152), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -107 -45 -Package_DFN_QFN -QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm -44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN]; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf -QFN 0.65 -0 -49 -45 -Package_DFN_QFN -QFN-44-1EP_9x9mm_P0.65mm_EP7.5x7.5mm_ThermalVias -44-Lead Plastic Quad Flat, No Lead Package - 9x9 mm Body [QFN] with thermal vias; see section 10.3 of https://www.parallax.com/sites/default/files/downloads/P8X32A-Propeller-Datasheet-v1.4.0_0.pdf -QFN 0.65 -0 -55 -45 -Package_DFN_QFN -QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm -QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_5x5mm_P0.35mm_EP3.7x3.7mm_ThermalVias -QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm -QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.2x4.2mm_ThermalVias -QFN, 48 Pin (https://static.dev.sifive.com/SiFive-FE310-G000-datasheet-v1p5.pdf#page=20), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm -QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.3x4.3mm_ThermalVias -QFN, 48 Pin (https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm -QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.6x4.6mm_ThermalVias -QFN, 48 Pin (http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.3.pdf#page=67), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm -QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_6x6mm_P0.4mm_EP4.66x4.66mm_ThermalVias -QFN, 48 Pin (https://www.onsemi.com/pub/Collateral/485BA.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm -QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -58 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm_ThermalVias -QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=69), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -75 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm -QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias -QFN, 48 Pin (http://ww1.microchip.com/downloads/en/devicedoc/00002117f.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm -QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.3x5.3mm_ThermalVias -QFN, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2041_datasheet.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm -QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm_ThermalVias -QFN, 48 Pin (http://www.st.com/resource/en/datasheet/stm32f042k6.pdf#page=94), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm -QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias -QFN, 48 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_48_05-08-1704.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm -QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -QFN-48-1EP_7x7mm_P0.5mm_EP5.45x5.45mm_ThermalVias -QFN, 48 Pin (http://www.thatcorp.com/datashts/THAT_626x_Datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -49 -Package_DFN_QFN -QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm -QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -49 -Package_DFN_QFN -QFN-48-1EP_8x8mm_P0.5mm_EP6.2x6.2mm_ThermalVias -QFN, 48 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232H.pdf#page=49), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -111 -49 -Package_DFN_QFN -QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm -QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -53 -Package_DFN_QFN -QFN-52-1EP_7x8mm_P0.5mm_EP5.41x6.45mm_ThermalVias -QFN, 52 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-qfn/QFN_52_05-08-1729.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -104 -53 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm -QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -61 -57 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP3.2x3.2mm_ThermalVias -QFN, 56 Pin (https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=634), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -66 -57 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm -QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -66 -57 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP4x4mm_ThermalVias -QFN, 56 Pin (https://www.espressif.com/sites/default/files/documentation/esp32-s2_datasheet_en.pdf#page=41), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -71 -57 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm -QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_7x7mm_P0.4mm_EP5.6x5.6mm_ThermalVias -QFN, 56 Pin (http://www.cypress.com/file/416486/download#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm -QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP4.3x4.3mm_ThermalVias -QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002142A.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm -QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias -QFN, 56 Pin (http://www.ti.com/lit/an/scea032/scea032.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP4.5x5.2mm_ThermalVias_TopTented -QFN, 56 Pin top tented version (manually modified). For information see: http://www.cypress.com/file/138911/download -QFN DFN_QFN -0 -115 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm -QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP5.6x5.6mm_ThermalVias -QFN, 56 Pin (http://www.ti.com/lit/ds/symlink/tlc5957.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm -QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP5.9x5.9mm_ThermalVias -QFN, 56 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001734B.pdf#page=50), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm -QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -73 -57 -Package_DFN_QFN -QFN-56-1EP_8x8mm_P0.5mm_EP6.1x6.1mm_ThermalVias -QFN, 56 Pin (http://intantech.com/files/Intan_RHD2000_series_datasheet.pdf#page=38), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -99 -57 -Package_DFN_QFN -QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -90 -65 -Package_DFN_QFN -QFN-64-1EP_8x8mm_P0.4mm_EP6.5x6.5mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_VQFN_8x8_with%206_5x6_5%20EP_JXX_C04-0437A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -127 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm -QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP3.4x3.4mm_ThermalVias -QFN, 64 Pin (www.intel.com/content/www/us/en/ethernet-controllers/i210-ethernet-controller-datasheet.html), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -79 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm -QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP3.8x3.8mm_ThermalVias -QFN, 64 Pin (https://datasheet.lcsc.com/szlcsc/Realtek-Semicon-RTL8211EG-VB-CG_C69264.pdf#page=77), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -79 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.1x4.1mm -QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.1x4.1mm_ThermalVias -QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/cp2108-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -79 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.7x4.7mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/60001477A.pdf (page 1083)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm -QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -74 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP4.35x4.35mm_ThermalVias -QFN, 64 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT2232H.pdf#page=57), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -91 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm -QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -81 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.2x5.2mm_ThermalVias -QFN, 64 Pin (https://www.silabs.com/documents/public/data-sheets/Si5345-44-42-D-DataSheet.pdf#page=51), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -107 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -81 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/70593d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -107 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm -QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -81 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP5.45x5.45mm_ThermalVias -QFN, 64 Pin (https://www.infineon.com/dgdl/Infineon-MA12040-DS-v01_00-EN.pdf?fileId=5546d46264a8de7e0164b7467a3d617c#page=81), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -107 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm -QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -81 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP6x6mm_ThermalVias -QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/tusb8041.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -107 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -90 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.3x7.3mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00002304A.pdf (page 43)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -127 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -101 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.5x7.5mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc7593.pdf (page 432)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -151 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm -QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -90 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias -QFN, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/229321fa.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -127 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.25x7.25mm -64-Lead Plastic Quad Flat No-Lead Package, 9x9mm Body (see Atmel Appnote 8826) -QFN 0.5 -0 -90 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.35x7.35mm -64-Lead Plastic Quad Flat, No Lead Package (MR) - 9x9x0.9 mm Body [QFN]; (see Microchip Packaging Specification 00000049BS.pdf) -QFN 0.5 -0 -90 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -101 -65 -Package_DFN_QFN -QFN-64-1EP_9x9mm_P0.5mm_EP7.65x7.65mm_ThermalVias -QFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2549-8-bit-AVR-Microcontroller-ATmega640-1280-1281-2560-2561_datasheet.pdf (page 415)), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -151 -65 -Package_DFN_QFN -QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm -QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -85 -69 -Package_DFN_QFN -QFN-68-1EP_8x8mm_P0.4mm_EP5.2x5.2mm_ThermalVias -QFN, 68 Pin (https://cdn.microsemi.com/documents/1bf6886f-5919-4508-a50b-b1dbf3fdf0f4/download/#page=98), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -111 -69 -Package_DFN_QFN -QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm -QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -85 -69 -Package_DFN_QFN -QFN-68-1EP_8x8mm_P0.4mm_EP6.4x6.4mm_ThermalVias -QFN, 68 Pin (https://www.st.com/resource/en/datasheet/stm32h725ze.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -111 -69 -Package_DFN_QFN -QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm -QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -82 -73 -Package_DFN_QFN -QFN-72-1EP_10x10mm_P0.5mm_EP6x6mm_ThermalVias -QFN, 72 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001682C.pdf#page=70), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -135 -73 -Package_DFN_QFN -QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm -QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -86 -77 -Package_DFN_QFN -QFN-76-1EP_9x9mm_P0.4mm_EP3.8x3.8mm_ThermalVias -QFN, 76 Pin (https://www.marvell.com/documents/bqcwxsoiqfjkcjdjhkvc/#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -103 -77 -Package_DFN_QFN -QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm -QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -78 -77 -Package_DFN_QFN -QFN-76-1EP_9x9mm_P0.4mm_EP5.81x6.31mm_ThermalVias -QFN, 76 Pin (https://ftdichip.com/wp-content/uploads/2020/07/DS_FT600Q-FT601Q-IC-Datasheet.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -103 -77 -Package_DFN_QFN -Qorvo_DFN-8-1EP_2x2mm_P0.5mm -DFN 8 2x2mm, 0.5mm http://www.qorvo.com/products/d/da000896 -DFN 0.5 Qorvo 2x2mm -0 -9 -9 -Package_DFN_QFN -ROHM_DFN0604-3 -DFN package size 0604 3 pins -DFN package size 0604 3 pins -0 -3 -3 -Package_DFN_QFN -ST_UFQFPN-20_3x3mm_P0.5mm -UFQFPN 20-lead, 3 x 3 mm, 0.5 mm pitch, ultra thin fine pitch quad flat package (http://www.st.com/resource/en/datasheet/stm8s003f3.pdf) -UFQFPN 0.5 -0 -20 -20 -Package_DFN_QFN -ST_UQFN-6L_1.5x1.7mm_P0.5mm -ST UQFN 6 pin 0.5mm Pitch http://www.st.com/resource/en/datasheet/ecmf02-2amx6.pdf -UQFN DFN 0.5 ST -0 -6 -6 -Package_DFN_QFN -SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm -20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf -QFN 0.5 -0 -25 -21 -Package_DFN_QFN -SiliconLabs_QFN-20-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias -20-Lead Plastic Quad Flat, No Lead Package - 3x3 mm Body [QFN] with corner pads and thermal vias; see figure 8.2 of https://www.silabs.com/documents/public/data-sheets/efm8bb1-datasheet.pdf -QFN 0.5 -0 -31 -21 -Package_DFN_QFN -TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm -TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -11 -7 -Package_DFN_QFN -TDFN-6-1EP_2.5x2.5mm_P0.65mm_EP1.3x2mm_ThermalVias -TDFN, 6 Pin (http://www.nve.com/Downloads/ab3.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -18 -7 -Package_DFN_QFN -TDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm -TDFN, 8 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0168.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -13 -9 -Package_DFN_QFN -TDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm -TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/MCP6V66-Family-Data-Sheet-DS20006266A.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -13 -9 -Package_DFN_QFN -TDFN-8-1EP_3x2mm_P0.5mm_EP1.4x1.4mm -TDFN, 8 Pin (http://ww1.microchip.com/downloads/en/devicedoc/20005514a.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -13 -9 -Package_DFN_QFN -TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm -8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) -TDFN DFN 0.5mm -0 -12 -9 -Package_DFN_QFN -TDFN-8-1EP_3x2mm_P0.5mm_EP1.80x1.65mm_ThermalVias -8-lead plastic dual flat, 2x3x0.75mm size, 0.5mm pitch (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MN_C04-0129E-MN.pdf) -TDFN DFN 0.5mm -0 -17 -9 -Package_DFN_QFN -TDFN-8_1.4x1.6mm_P0.4mm -TDFN, 8 Pin (https://www.silabs.com/documents/public/data-sheets/si7210-datasheet.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -8 -8 -Package_DFN_QFN -TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm -TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -13 -11 -Package_DFN_QFN -TDFN-10-1EP_2x3mm_P0.5mm_EP0.9x2mm_ThermalVias -TDFN, 10 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0429.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -16 -11 -Package_DFN_QFN -TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm -TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -25 -13 -Package_DFN_QFN -TDFN-12-1EP_3x3mm_P0.4mm_EP1.7x2.45mm_ThermalVias -TDFN, 12 Pin (https://www.renesas.com/us/en/document/psc/package-drawing-tdfn-12pin-l123x3c), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -32 -13 -Package_DFN_QFN -TDFN-12_2x3mm_P0.5mm -TDFN, 12 Pads, No exposed, http://www.st.com/resource/en/datasheet/stm6600.pdf -DFN -0 -12 -12 -Package_DFN_QFN -TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm -TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -19 -15 -Package_DFN_QFN -TDFN-14-1EP_3x3mm_P0.4mm_EP1.78x2.35mm_ThermalVias -TDFN, 14 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0137.PDF (T1433-2C)), generated with kicad-footprint-generator ipc_noLead_generator.py -TDFN NoLead -0 -26 -15 -Package_DFN_QFN -TQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm -TQFN, 16 Pin (https://www.diodes.com/assets/Datasheets/PI6C5946002.pdf#page=12), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -21 -17 -Package_DFN_QFN -TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -21 -17 -Package_DFN_QFN -TQFN-16-1EP_3x3mm_P0.5mm_EP1.23x1.23mm_ThermalVias -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0136.PDF (T1633-5), https://pdfserv.maximintegrated.com/land_patterns/90-0032.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -26 -17 -Package_DFN_QFN -TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -21 -17 -Package_DFN_QFN -TQFN-16-1EP_5x5mm_P0.8mm_EP2.29x2.29mm_ThermalVias -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-4)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -26 -17 -Package_DFN_QFN -TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -21 -17 -Package_DFN_QFN -TQFN-16-1EP_5x5mm_P0.8mm_EP3.1x3.1mm_ThermalVias -TQFN, 16 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T1655-2)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -31 -17 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -25 -21 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-2)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -30 -21 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -25 -21 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.7x2.7mm_ThermalVias -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF (T2044-5C)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -35 -21 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -25 -21 -Package_DFN_QFN -TQFN-20-1EP_4x4mm_P0.5mm_EP2.9x2.9mm_ThermalVias -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100172.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -35 -21 -Package_DFN_QFN -TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -25 -21 -Package_DFN_QFN -TQFN-20-1EP_5x5mm_P0.65mm_EP3.1x3.1mm_ThermalVias -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -35 -21 -Package_DFN_QFN -TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -25 -21 -Package_DFN_QFN -TQFN-20-1EP_5x5mm_P0.65mm_EP3.25x3.25mm_ThermalVias -TQFN, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2055-5)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -35 -21 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm -TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -29 -25 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.1x2.1mm_ThermalVias -TQFN, 24 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -39 -25 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -29 -25 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -TQFN, 24 Pin (http://pdfserv.maxim-ic.com/package_dwgs/21-0139.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -39 -25 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack -TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -29 -25 -Package_DFN_QFN -TQFN-24-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_PullBack_ThermalVias -TQFN, 24 Pin (https://ams.com/documents/20143/36005/AS1115_DS000206_1-00.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -39 -25 -Package_DFN_QFN -TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm -TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -33 -29 -Package_DFN_QFN -TQFN-28-1EP_5x5mm_P0.5mm_EP2.7x2.7mm_ThermalVias -TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-4)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -38 -29 -Package_DFN_QFN -TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm -TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -33 -29 -Package_DFN_QFN -TQFN-28-1EP_5x5mm_P0.5mm_EP3.25x3.25mm_ThermalVias -TQFN, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T2855-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -43 -29 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -37 -33 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP2.1x2.1mm_ThermalVias -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-6)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -42 -33 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -37 -33 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-3)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -47 -33 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -37 -33 -Package_DFN_QFN -TQFN-32-1EP_5x5mm_P0.5mm_EP3.4x3.4mm_ThermalVias -TQFN, 32 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T3255-9)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -47 -33 -Package_DFN_QFN -TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm -TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -45 -41 -Package_DFN_QFN -TQFN-40-1EP_5x5mm_P0.4mm_EP3.5x3.5mm_ThermalVias -TQFN, 40 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0140.PDF (T4055-1)), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -55 -41 -Package_DFN_QFN -TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm -TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -58 -49 -Package_DFN_QFN -TQFN-48-1EP_7x7mm_P0.5mm_EP5.1x5.1mm_ThermalVias -TQFN, 48 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0144.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -TQFN NoLead -0 -75 -49 -Package_DFN_QFN -Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm -Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf -Texas instruments QFN -0 -15 -15 -Package_DFN_QFN -Texas_B3QFN-14-1EP_5x5.5mm_P0.65mm_ThermalVia -Texas instruments QFN Package, datasheet: https://www.ti.com/lit/ds/symlink/tpsm53602.pdf -Texas instruments QFN -0 -34 -15 -Package_DFN_QFN -Texas_DRB0008A -DFN-8, 3x3x1mm, http://www.ti.com/lit/ds/symlink/ucc24610.pdf -DRB0008A -0 -23 -9 -Package_DFN_QFN -Texas_MOF0009A -Texas Instruments, QFM MOF0009A, 6x8x2mm (http://www.ti.com/lit/ml/mpsi063a/mpsi063a.pdf) -ti qfm mof0009a -0 -24 -9 -Package_DFN_QFN -Texas_QFN-41_10x16mm -QFN, 41 Pin (http://www.ti.com/lit/ml/mpqf506/mpqf506.pdf) -QFN DFN_QFN -0 -65 -41 -Package_DFN_QFN -Texas_R-PUQFN-N10 -http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=MPQF186&fileType=pdf -Texas_R-PUQFN-N10 -0 -10 -10 -Package_DFN_QFN -Texas_R-PUQFN-N12 -Texas_R-PUQFN-N12 http://www.ti.com/lit/ds/symlink/txb0104.pdf -Texas_R-PUQFN-N12 -0 -13 -12 -Package_DFN_QFN -Texas_R-PWQFN-N28_EP2.1x3.1mm -QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -33 -29 -Package_DFN_QFN -Texas_R-PWQFN-N28_EP2.1x3.1mm_ThermalVias -QFN, 28 Pin (http://www.ti.com/lit/ds/symlink/tps51363.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -43 -29 -Package_DFN_QFN -Texas_RGE0024C_EP2.1x2.1mm -Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas QFN NoLead -0 -29 -25 -Package_DFN_QFN -Texas_RGE0024C_EP2.1x2.1mm_ThermalVias -Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/pca9548a.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas QFN NoLead -0 -39 -25 -Package_DFN_QFN -Texas_RGE0024H_EP2.7x2.7mm -Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas QFN NoLead -0 -29 -25 -Package_DFN_QFN -Texas_RGE0024H_EP2.7x2.7mm_ThermalVias -Texas QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas QFN NoLead -0 -39 -25 -Package_DFN_QFN -Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -Texas_RGV_S-PVQFN-N16_EP2.1x2.1mm_ThermalVias -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ina3221.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm -QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28) -QFN NoLead -0 -21 -17 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N16_EP2.05x2.55mm_ThermalVias -QFN, 16 Pin (https://www.ti.com/lit/ds/symlink/ts5v330.pdf#page=28) -QFN NoLead -0 -27 -18 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm -QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33) -QFN NoLead -0 -25 -21 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N20_EP2.05x3.05mm_ThermalVias -QFN, 20 Pin, RGY0020A (https://www.ti.com/lit/ds/symlink/txb0108.pdf#page=33) -QFN NoLead -0 -29 -21 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) -QFN NoLead -0 -29 -25 -Package_DFN_QFN -Texas_RGY_R-PVQFN-N24_EP2.05x3.1mm_ThermalVias -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq24133.pdf#page=40) -QFN NoLead -0 -36 -25 -Package_DFN_QFN -Texas_RNN0018A -Texas Instruments, VQFN-HR RNN0018A (http://www.ti.com/lit/ds/symlink/tps568215.pdf) -ti vqfn-hr rnn0018a -0 -26 -18 -Package_DFN_QFN -Texas_RUM0016A_EP2.6x2.6mm -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -Texas_RUM0016A_EP2.6x2.6mm_ThermalVias -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/lmh0074.pdf#page=13), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -Texas_RWH0032A -Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) -ti rwh0032a -0 -71 -33 -Package_DFN_QFN -Texas_RWH0032A_ThermalVias -Texas Instruments, RWH0032A, 8x8x0.9mm (http://www.ti.com/lit/ds/snosd10c/snosd10c.pdf) -ti rwh0032a -0 -94 -33 -Package_DFN_QFN -Texas_S-PDSO-N10_EP1.2x2mm -DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -15 -11 -Package_DFN_QFN -Texas_S-PDSO-N10_EP1.2x2mm_ThermalVias -DFN, 10 Pin (http://www.ti.com/lit/ds/symlink/tps7a91.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py -DFN NoLead -0 -22 -11 -Package_DFN_QFN -Texas_S-PVQFN-N14 -Texas_S-PVQFN-N14 http://www.ti.com/lit/ds/symlink/txb0104.pdf -Texas_S-PVQFN-N14_4.3x4.3_Pitch0.5mm_ThermalPad -0 -19 -15 -Package_DFN_QFN -Texas_S-PVQFN-N14_ThermalVias -Texas_S-PVQFN-N14_ThermalVias http://www.ti.com/lit/ds/symlink/txb0104.pdf -Texas_S-PVQFN-N14_ThermalVias -0 -24 -15 -Package_DFN_QFN -Texas_S-PVQFN-N16_EP2.7x2.7mm -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -26 -17 -Package_DFN_QFN -Texas_S-PVQFN-N16_EP2.7x2.7mm_ThermalVias -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/msp430g2001.pdf#page=43), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP2.4x2.4mm -QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP2.4x2.4mm_ThermalVias -QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/cc1101.pdf#page=101), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -35 -21 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP2.7x2.7mm -QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP2.7x2.7mm_ThermalVias -QFN, 20 Pin (http://www.ti.com/lit/ds/symlink/drv8662.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -35 -21 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP3.15x3.15mm -QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -25 -21 -Package_DFN_QFN -Texas_S-PVQFN-N20_EP3.15x3.15mm_ThermalVias -QFN, 20 Pin (www.ti.com/lit/ds/symlink/tps7a7200.pdf#page=36), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -47 -21 -Package_DFN_QFN -Texas_S-PVQFN-N24_EP2.1x2.1mm -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -Texas_S-PVQFN-N24_EP2.1x2.1mm_ThermalVias -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5720.pdf#page=108), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -Texas_S-PVQFN-N32_EP3.45x3.45mm -QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -42 -33 -Package_DFN_QFN -Texas_S-PVQFN-N32_EP3.45x3.45mm_ThermalVias -QFN, 32 Pin (http://www.ti.com/lit/ds/symlink/msp430f1122.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -59 -33 -Package_DFN_QFN -Texas_S-PVQFN-N36_EP4.4x4.4mm -QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -46 -37 -Package_DFN_QFN -Texas_S-PVQFN-N36_EP4.4x4.4mm_ThermalVias -QFN, 36 Pin (http://www.ti.com/lit/ds/slvsba5d/slvsba5d.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -79 -37 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP2.9x2.9mm -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -45 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP2.9x2.9mm_ThermalVias -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430fr5731.pdf#page=111 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -55 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP3.52x2.62mm -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -47 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP3.52x2.62mm_ThermalVias -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/drv8308.pdf#page=56 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -60 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP4.6x4.6mm -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -50 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP4.6x4.6mm_ThermalVias -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/dac7750.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -83 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP4.15x4.15mm -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -50 -41 -Package_DFN_QFN -Texas_S-PVQFN-N40_EP4.15x4.15mm_ThermalVias -QFN, 40 Pin (http://www.ti.com/lit/ds/symlink/msp430g2755.pdf#page=70 JEDEC MO-220 variation VJJD-2), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -83 -41 -Package_DFN_QFN -Texas_S-PVQFN-N48_EP5.15x5.15mm -QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -65 -49 -Package_DFN_QFN -Texas_S-PVQFN-N48_EP5.15x5.15mm_ThermalVias -QFN, 48 Pin (http://www.ti.com/lit/ds/symlink/msp430f5232.pdf#page=111), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -111 -49 -Package_DFN_QFN -Texas_S-PVQFN-N64_EP4.25x4.25mm -QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -69 -65 -Package_DFN_QFN -Texas_S-PVQFN-N64_EP4.25x4.25mm_ThermalVias -QFN, 64 Pin (http://www.ti.com/lit/ds/symlink/msp430f5217.pdf#page=120), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -127 -65 -Package_DFN_QFN -Texas_S-PWQFN-N16_EP2.1x2.1mm -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -21 -17 -Package_DFN_QFN -Texas_S-PWQFN-N16_EP2.1x2.1mm_ThermalVias -QFN, 16 Pin (http://www.ti.com/lit/ds/symlink/drv8801.pdf#page=31 MO-220 variation VGGC), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -31 -17 -Package_DFN_QFN -Texas_S-PWQFN-N20 -20-Pin Plastic Quad Flatpack No-Lead Package, Body 3.0x3.0x0.8mm, Texas Instruments (http://www.ti.com/lit/ds/symlink/tps22993.pdf) -QFN 0.4 -0 -24 -20 -Package_DFN_QFN -Texas_S-PWQFN-N24_EP2.7x2.7mm -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -29 -25 -Package_DFN_QFN -Texas_S-PWQFN-N24_EP2.7x2.7mm_ThermalVias -QFN, 24 Pin (http://www.ti.com/lit/ds/symlink/bq25601.pdf#page=54), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -39 -25 -Package_DFN_QFN -Texas_S-PWQFN-N32_EP2.8x2.8mm -QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -37 -33 -Package_DFN_QFN -Texas_S-PWQFN-N32_EP2.8x2.8mm_ThermalVias -QFN, 32 Pin (https://www.ti.com/lit/ds/symlink/bq25703a.pdf#page=90), generated with kicad-footprint-generator ipc_noLead_generator.py -QFN NoLead -0 -47 -33 -Package_DFN_QFN -Texas_S-PWQFN-N100_EP5.5x5.5mm -http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf -MultiRow QFN -0 -114 -105 -Package_DFN_QFN -Texas_S-PWQFN-N100_EP5.5x5.5mm_ThermalVias -http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/lit/ds/sllse76m/sllse76m.pdf -MultiRow QFN -0 -131 -105 -Package_DFN_QFN -Texas_S-PX2QFN-14 -Texas QFN, 14 Pin (http://www.ti.com/lit/ds/symlink/tlv9004.pdf#page=64), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas QFN NoLead -0 -14 -14 -Package_DFN_QFN -Texas_UQFN-10_1.5x2mm_P0.5mm -Texas RSE0010A UQFN, 10 Pin (https://www.ti.com/lit/ml/mpqf186d/mpqf186d.pdf) -Texas RSE0010 UQFN NoLead -0 -10 -10 -Package_DFN_QFN -Texas_VQFN-HR-20_3x2.5mm_P0.5mm_RQQ0011A -Texas VQFN-HR, 11 Pin, https://www.ti.com/lit/ml/mpqf579/mpqf579.pdf -RQQ0011A -0 -15 -11 -Package_DFN_QFN -Texas_VQFN-RHL-20 -http://www.ti.com/lit/ds/symlink/bq51050b.pdf -RHL0020A -0 -33 -21 -Package_DFN_QFN -Texas_VQFN-RHL-20_ThermalVias -http://www.ti.com/lit/ds/symlink/bq51050b.pdf -RHL0020A -0 -41 -21 -Package_DFN_QFN -Texas_VSON-HR-8_1.5x2mm_P0.5mm -Texas VSON-HR, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62823.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas VSON-HR NoLead -0 -8 -8 -Package_DFN_QFN -Texas_WQFN-10_2x2mm_P0.5mm -Texas WQFN, 10 Pin (https://www.ti.com/lit/ds/symlink/tmp461.pdf#page=35 (RUN0010A)), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas WQFN NoLead -0 -10 -10 -Package_DFN_QFN -Texas_WQFN-MR-100_3x3-DapStencil -http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf -MultiRow QFN -0 -113 -105 -Package_DFN_QFN -Texas_WQFN-MR-100_ThermalVias_3x3-DapStencil -http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=szza059&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=mpqf258&fileType=pdf,http://www.ti.com/general/docs/lit/getliterature.tsp?baseLiteratureNumber=LPPD235&fileType=pdf -MultiRow QFN -0 -126 -105 -Package_DFN_QFN -Texas_X2QFN-12_1.6x1.6mm_P0.4mm -Texas X2QFN, 12 Pin (http://www.ti.com/lit/ml/mpqf391c/mpqf391c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas X2QFN NoLead -0 -12 -12 -Package_DFN_QFN -UDFN-4-1EP_1x1mm_P0.65mm_EP0.48x0.48mm -UDFN-4_1x1mm_P0.65mm, http://ww1.microchip.com/downloads/en/DeviceDoc/MIC550x-300mA-Single-Output-LDO-in-Small-Packages-DS20006006A.pdf -UDFN-4_1x1mm_P0.65mm -0 -5 -5 -Package_DFN_QFN -UDFN-9_1.0x3.8mm_P0.5mm -9-pin UDFN package, 1.0x3.8mm, (Ref: https://katalog.we-online.de/pbs/datasheet/824014881.pdf) -UDFN SMD -0 -9 -9 -Package_DFN_QFN -UDFN-10_1.35x2.6mm_P0.5mm -http://www.st.com/content/ccc/resource/technical/document/datasheet/f2/11/8a/ed/40/31/40/56/DM00088292.pdf/files/DM00088292.pdf/jcr:content/translations/en.DM00088292.pdf -UDFN 0.5 uQFN -0 -10 -10 -Package_DFN_QFN -UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm -UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -UFQFPN NoLead -0 -37 -33 -Package_DFN_QFN -UFQFPN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias -UFQFPN, 32 Pin (https://www.st.com/resource/en/datasheet/stm32g071k8.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -UFQFPN NoLead -0 -47 -33 -Package_DFN_QFN -UQFN-10_1.3x1.8mm_P0.4mm -UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 9)), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -10 -10 -Package_DFN_QFN -UQFN-10_1.4x1.8mm_P0.4mm -UQFN 10pin, https://www.onsemi.com/pub/Collateral/488AT.PDF -UQFN-10_1.4x1.8mm_P0.4mm -0 -10 -10 -Package_DFN_QFN -UQFN-10_1.6x2.1mm_P0.5mm -UQFN, 10 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/00001725D.pdf (Page 12)), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -10 -10 -Package_DFN_QFN -UQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm -16-Lead Ultra Thin Quad Flat, No Lead Package (UC) - 3x3x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) -QFN 0.5 -0 -21 -17 -Package_DFN_QFN -UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm -UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -21 -17 -Package_DFN_QFN -UQFN-16-1EP_4x4mm_P0.65mm_EP2.6x2.6mm_ThermalVias -UQFN, 16 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/16L_UQFN_4x4x0_5mm_JQ_C04257A.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -31 -17 -Package_DFN_QFN -UQFN-16-1EP_4x4mm_P0.65mm_EP2.7x2.7mm -16-Lead Ultra Thin Plastic Quad Flat, No Lead Package (JQ) - 4x4x0.5 mm Body [UQFN]; (see Microchip Packaging Specification 00000049BS.pdf) -QFN 0.65 -0 -21 -17 -Package_DFN_QFN -UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm -UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -25 -21 -Package_DFN_QFN -UQFN-20-1EP_3x3mm_P0.4mm_EP1.85x1.85mm_ThermalVias -UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=332), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -30 -21 -Package_DFN_QFN -UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm -UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -25 -21 -Package_DFN_QFN -UQFN-20-1EP_4x4mm_P0.5mm_EP2.8x2.8mm_ThermalVias -UQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001839B.pdf#page=464), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -35 -21 -Package_DFN_QFN -UQFN-20_3x3mm_P0.4mm -UQFN, 20 Pin (https://resurgentsemi.com/wp-content/uploads/2018/09/MPR121_rev5-Resurgent.pdf?d453f8&d453f8), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -20 -20 -Package_DFN_QFN -UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm -UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -33 -29 -Package_DFN_QFN -UQFN-28-1EP_4x4mm_P0.4mm_EP2.35x2.35mm_ThermalVias -UQFN, 28 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=338), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -43 -29 -Package_DFN_QFN -UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm -UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -50 -41 -Package_DFN_QFN -UQFN-40-1EP_5x5mm_P0.4mm_EP3.8x3.8mm_ThermalVias -UQFN, 40 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=345), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -67 -41 -Package_DFN_QFN -UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm -UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -58 -49 -Package_DFN_QFN -UQFN-48-1EP_6x6mm_P0.4mm_EP4.45x4.45mm_ThermalVias -UQFN, 48 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=347), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -75 -49 -Package_DFN_QFN -UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm -UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -53 -49 -Package_DFN_QFN -UQFN-48-1EP_6x6mm_P0.4mm_EP4.62x4.62mm_ThermalVias -UQFN, 48 Pin (https://github.com/KiCad/kicad-symbols/pull/1189#issuecomment-449506354), generated with kicad-footprint-generator ipc_noLead_generator.py -UQFN NoLead -0 -75 -49 -Package_DFN_QFN -VDFN-8-1EP_2x2mm_P0.5mm_EP0.9x1.7mm -8-Lead Very Thin Dual Flatpack No-Lead (LZ) - 2x3x0.9 mm Body [VDFN] (see Microchip Packaging Specification 00000049BS.pdf) -DFN 0.5 -0 -11 -9 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm -VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -18 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.1x1.1mm_ThermalVias -VQFN, 16 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/16L_VQFN-WFS_3x3mm_4MX_C04-00508a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -23 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm -VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -21 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias -VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/cdclvp1102.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -26 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm -VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -21 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.8x1.8mm_ThermalVias -VQFN, 16 Pin (https://www.st.com/resource/en/datasheet/stspin220.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -26 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm -VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -21 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.45x1.45mm_ThermalVias -VQFN, 16 Pin (http://www.ti.com/lit/ds/sbos354a/sbos354a.pdf, JEDEC MO-220 variant VEED-6), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -26 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm -VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -21 -17 -Package_DFN_QFN -VQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias -VQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/tlv62095.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -26 -17 -Package_DFN_QFN -VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm -VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -25 -21 -Package_DFN_QFN -VQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias -VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20%20Lead%20VQFN%203x3x0_9mm_1_7EP%20U2B%20C04-21496a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -30 -21 -Package_DFN_QFN -VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm -VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -25 -21 -Package_DFN_QFN -VQFN-20-1EP_3x3mm_P0.45mm_EP1.55x1.55mm_ThermalVias -VQFN, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc8246.pdf#page=264), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -30 -21 -Package_DFN_QFN -VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm -VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -29 -25 -Package_DFN_QFN -VQFN-24-1EP_4x4mm_P0.5mm_EP2.5x2.5mm_ThermalVias -VQFN, 24 Pin (https://ww1.microchip.com/downloads/aemDocuments/documents/product-documents/package-drawings/24L-VQFN%E2%80%934x4x0.9mm-MJ-C04-00143b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -39 -25 -Package_DFN_QFN -VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm -VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -34 -25 -Package_DFN_QFN -VQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias -VQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/msp430f1101a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -39 -25 -Package_DFN_QFN -VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm -VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -33 -29 -Package_DFN_QFN -VQFN-28-1EP_4x4mm_P0.45mm_EP2.4x2.4mm_ThermalVias -VQFN, 28 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-9505-AT42-QTouch-BSW-AT42QT1060_Datasheet.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -43 -29 -Package_DFN_QFN -VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm -VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -35 -29 -Package_DFN_QFN -VQFN-28-1EP_4x5mm_P0.5mm_EP2.55x3.55mm_ThermalVias -VQFN, 28 Pin (http://www.ti.com/lit/ds/symlink/lm5175.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -48 -29 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -37 -33 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm_ThermalVias -VQFN, 32 Pin (http://ww1.microchip.com/downloads/en/devicedoc/atmel-9520-at42-qtouch-bsw-at42qt1110_datasheet.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -47 -33 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm -VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -37 -33 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.5x3.5mm_ThermalVias -VQFN, 32 Pin (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4222H.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -47 -33 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm -VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -37 -33 -Package_DFN_QFN -VQFN-32-1EP_5x5mm_P0.5mm_EP3.15x3.15mm_ThermalVias -VQFN, 32 Pin (https://www.ti.com/lit/ds/slvs589d/slvs589d.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -47 -33 -Package_DFN_QFN -VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm -VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -53 -47 -Package_DFN_QFN -VQFN-46-1EP_5x6mm_P0.4mm_EP2.8x3.8mm_ThermalVias -VQFN, 46 Pin (http://www.ti.com/lit/ds/symlink/lp5036.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -66 -47 -Package_DFN_QFN -VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm -VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -58 -49 -Package_DFN_QFN -VQFN-48-1EP_6x6mm_P0.4mm_EP4.1x4.1mm_ThermalVias -VQFN, 48 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/48L_VQFN_6x6mm_6LX_C04-00494a.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -75 -49 -Package_DFN_QFN -VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm -VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -58 -49 -Package_DFN_QFN -VQFN-48-1EP_7x7mm_P0.5mm_EP4.1x4.1mm_ThermalVias -VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc430f5137.pdf#page=128), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -75 -49 -Package_DFN_QFN -VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm -VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -53 -49 -Package_DFN_QFN -VQFN-48-1EP_7x7mm_P0.5mm_EP5.15x5.15mm_ThermalVias -VQFN, 48 Pin (http://www.ti.com/lit/ds/symlink/cc1312r.pdf#page=48), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -79 -49 -Package_DFN_QFN -VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm -VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -74 -65 -Package_DFN_QFN -VQFN-64-1EP_9x9mm_P0.5mm_EP5.4x5.4mm_ThermalVias -VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/PIC16LF19195-6-7-Data-Sheet-40001873D.pdf#page=718), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -100 -65 -Package_DFN_QFN -VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm -VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -74 -65 -Package_DFN_QFN -VQFN-64-1EP_9x9mm_P0.5mm_EP7.15x7.15mm_ThermalVias -VQFN, 64 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/64L_QFN_9x9_MR_C04-00149e.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VQFN NoLead -0 -91 -65 -Package_DFN_QFN -Vishay_PowerPAK_MLP44-24L -PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf) -powerpak mlp44-24l -0 -28 -28 -Package_DFN_QFN -Vishay_PowerPAK_MLP44-24L_ThermalVias -PowerPAK PowerPAK MLP44-24L (https://www.vishay.com/docs/78231/mlp44-24l.pdf) -powerpak mlp44-24l -0 -35 -28 -Package_DFN_QFN -W-PDFN-8-1EP_6x5mm_P1.27mm_EP3x3mm -W-PDFN, 8 Pin (https://media-www.micron.com/-/media/client/global/documents/products/data-sheet/nor-flash/serial-nor/mt25q/die-rev-a/mt25q_qljs_u_256_aba_0.pdf#page=22), generated with kicad-footprint-generator ipc_noLead_generator.py -W-PDFN NoLead -0 -13 -9 -Package_DFN_QFN -WDFN-6-2EP_4.0x2.6mm_P0.65mm -WDFN, 6 pin, 4.0x2.6, 0.65P; Two exposed pads, (https://www.onsemi.com/pub/Collateral/511BZ.PDF) -DFN 0.65P dual flag -0 -8 -8 -Package_DFN_QFN -WDFN-8-1EP_2x2.2mm_P0.5mm_EP0.80x0.54 -https://www.onsemi.com/pub/Collateral/511BN.PDF -WDFN-8 1EP 2.2X2.0 0.5P -0 -9 -9 -Package_DFN_QFN -WDFN-8-1EP_2x2mm_P0.5mm_EP0.8x1.2mm -WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005474E.pdf#page=25), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -13 -9 -Package_DFN_QFN -WDFN-8-1EP_3x2mm_P0.5mm_EP1.3x1.4mm -WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_TDFN_2x3_MNY_C04-0129E-MNY.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -13 -9 -Package_DFN_QFN -WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm -WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -13 -9 -Package_DFN_QFN -WDFN-8-1EP_4x3mm_P0.65mm_EP2.4x1.8mm_ThermalVias -WDFN, 8 Pin (https://www.onsemi.com/pub/Collateral/509AF.PDF), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -20 -9 -Package_DFN_QFN -WDFN-8-1EP_6x5mm_P1.27mm_EP3.4x4mm -WDFN, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/8L_WDFN_5x6mm_MF_C04210B.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -13 -9 -Package_DFN_QFN -WDFN-8_2x2mm_P0.5mm -DFN8 2x2, 0.5P; No exposed pad (http://www.onsemi.com/pub/Collateral/NCP4308-D.PDF) -DFN 0.5 -0 -8 -8 -Package_DFN_QFN -WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm -WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -15 -11 -Package_DFN_QFN -WDFN-10-1EP_3x3mm_P0.5mm_EP1.8x2.5mm_ThermalVias -WDFN, 10 Pin (https://www.onsemi.com/pdf/datasheet/nis5420-d.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -22 -11 -Package_DFN_QFN -WDFN-12-1EP_3x3mm_P0.45mm_EP1.7x2.5mm -WDFN, 12 Pin (https://www.diodes.com/assets/Datasheets/PAM2306.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WDFN NoLead -0 -17 -13 -Package_DFN_QFN -WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm -WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -19 -15 -Package_DFN_QFN -WQFN-14-1EP_2.5x2.5mm_P0.5mm_EP1.45x1.45mm_ThermalVias -WQFN, 14 Pin (https://www.onsemi.com/pub/Collateral/FUSB302B-D.PDF#page=32), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -24 -15 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x1.2mm -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -21 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP0.8x1.2mm_ThermalVias -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tps43060.pdf#page=40), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -23 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -21 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.6x1.6mm_ThermalVias -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tpa6132a2.pdf#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -26 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -21 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.68x1.68mm_ThermalVias -WQFN, 16 Pin (https://www.ti.com/lit/ds/symlink/tlv9064.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -26 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm -WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -21 -17 -Package_DFN_QFN -WQFN-16-1EP_3x3mm_P0.5mm_EP1.75x1.75mm_ThermalVias -WQFN, 16 Pin (https://www.onsemi.com/pub/Collateral/FUSB307B-D.PDF#page=56), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -26 -17 -Package_DFN_QFN -WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -21 -17 -Package_DFN_QFN -WQFN-16-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -WQFN, 16 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=59), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -31 -17 -Package_DFN_QFN -WQFN-20-1EP_2.5x4.5mm_P0.5mm_EP1x2.9mm -http://www.onsemi.com/pub/Collateral/510CD.PDF -WQFN-20 4.5mm 2.5mm 0.5mm -0 -24 -21 -Package_DFN_QFN -WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm -WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -25 -21 -Package_DFN_QFN -WQFN-20-1EP_3x3mm_P0.4mm_EP1.7x1.7mm_ThermalVias -WQFN, 20 Pin (https://www.ti.com/lit/ds/symlink/ts3ds10224.pdf#page=29), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -30 -21 -Package_DFN_QFN -WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm -WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -29 -25 -Package_DFN_QFN -WQFN-24-1EP_4x4mm_P0.5mm_EP2.6x2.6mm_ThermalVias -WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/lm26480.pdf#page=39), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -39 -25 -Package_DFN_QFN -WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm -WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -29 -25 -Package_DFN_QFN -WQFN-24-1EP_4x4mm_P0.5mm_EP2.45x2.45mm_ThermalVias -WQFN, 24 Pin (http://www.ti.com/lit/ds/symlink/ts3a27518e.pdf#page=33), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -39 -25 -Package_DFN_QFN -WQFN-32-1EP_5x5mm_P0.5mm_EP3.1x3.1mm -QFN, 32-Leads, Body 5x5x0.8mm, Pitch 0.5mm, Thermal Pad 3.1x3.1mm; (see Texas Instruments LM25119 http://www.ti.com/lit/ds/symlink/lm25119.pdf) -WQFN 0.5 -0 -37 -33 -Package_DFN_QFN -WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm -WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -57 -43 -Package_DFN_QFN -WQFN-42-1EP_3.5x9mm_P0.5mm_EP2.05x7.55mm_ThermalVias -WQFN, 42 Pin (http://www.ti.com/lit/ds/symlink/ts3l501e.pdf#page=23), generated with kicad-footprint-generator ipc_noLead_generator.py -WQFN NoLead -0 -82 -43 -Package_DIP -DIP-4_W7.62mm -4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -4 -4 -Package_DIP -DIP-4_W7.62mm_LongPads -4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -4 -4 -Package_DIP -DIP-4_W7.62mm_SMDSocket_SmallPads -4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -4 -4 -Package_DIP -DIP-4_W7.62mm_Socket -4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -4 -4 -Package_DIP -DIP-4_W7.62mm_Socket_LongPads -4-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -4 -4 -Package_DIP -DIP-4_W8.89mm_SMDSocket_LongPads -4-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -4 -4 -Package_DIP -DIP-4_W10.16mm -4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -4 -4 -Package_DIP -DIP-4_W10.16mm_LongPads -4-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -4 -4 -Package_DIP -DIP-5-6_W7.62mm -5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -5 -5 -Package_DIP -DIP-5-6_W7.62mm_LongPads -5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -5 -5 -Package_DIP -DIP-5-6_W7.62mm_SMDSocket_SmallPads -5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -5 -5 -Package_DIP -DIP-5-6_W7.62mm_Socket -5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -5 -5 -Package_DIP -DIP-5-6_W7.62mm_Socket_LongPads -5-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -5 -5 -Package_DIP -DIP-5-6_W8.89mm_SMDSocket_LongPads -5-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -5 -5 -Package_DIP -DIP-5-6_W10.16mm -5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -5 -5 -Package_DIP -DIP-5-6_W10.16mm_LongPads -5-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -5 -5 -Package_DIP -DIP-6_W7.62mm -6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -6 -6 -Package_DIP -DIP-6_W7.62mm_LongPads -6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -6 -6 -Package_DIP -DIP-6_W7.62mm_SMDSocket_SmallPads -6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -6 -6 -Package_DIP -DIP-6_W7.62mm_Socket -6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -6 -6 -Package_DIP -DIP-6_W7.62mm_Socket_LongPads -6-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -6 -6 -Package_DIP -DIP-6_W8.89mm_SMDSocket_LongPads -6-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -6 -6 -Package_DIP -DIP-6_W10.16mm -6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -6 -6 -Package_DIP -DIP-6_W10.16mm_LongPads -6-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -6 -6 -Package_DIP -DIP-8-16_W7.62mm -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -8 -8 -Package_DIP -DIP-8-16_W7.62mm_Socket -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -8 -8 -Package_DIP -DIP-8-16_W7.62mm_Socket_LongPads -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -8 -8 -Package_DIP -DIP-8-N6_W7.62mm -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 6 -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -7 -7 -Package_DIP -DIP-8-N7_W7.62mm -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), missing pin 7 -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -7 -7 -Package_DIP -DIP-8_W7.62mm -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -8 -8 -Package_DIP -DIP-8_W7.62mm_LongPads -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -8 -8 -Package_DIP -DIP-8_W7.62mm_SMDSocket_SmallPads -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -8 -8 -Package_DIP -DIP-8_W7.62mm_Socket -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -8 -8 -Package_DIP -DIP-8_W7.62mm_Socket_LongPads -8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -8 -8 -Package_DIP -DIP-8_W8.89mm_SMDSocket_LongPads -8-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -8 -8 -Package_DIP -DIP-8_W10.16mm -8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -8 -8 -Package_DIP -DIP-8_W10.16mm_LongPads -8-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -8 -8 -Package_DIP -DIP-10_W7.62mm -10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -10 -10 -Package_DIP -DIP-10_W7.62mm_LongPads -10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -10 -10 -Package_DIP -DIP-10_W7.62mm_SMDSocket_SmallPads -10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -10 -10 -Package_DIP -DIP-10_W7.62mm_Socket -10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -10 -10 -Package_DIP -DIP-10_W7.62mm_Socket_LongPads -10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -10 -10 -Package_DIP -DIP-10_W8.89mm_SMDSocket_LongPads -10-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -10 -10 -Package_DIP -DIP-10_W10.16mm -10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -10 -10 -Package_DIP -DIP-10_W10.16mm_LongPads -10-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -10 -10 -Package_DIP -DIP-12_W7.62mm -12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -12 -12 -Package_DIP -DIP-12_W7.62mm_LongPads -12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -12 -12 -Package_DIP -DIP-12_W7.62mm_SMDSocket_SmallPads -12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -12 -12 -Package_DIP -DIP-12_W7.62mm_Socket -12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -12 -12 -Package_DIP -DIP-12_W7.62mm_Socket_LongPads -12-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -12 -12 -Package_DIP -DIP-12_W8.89mm_SMDSocket_LongPads -12-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -12 -12 -Package_DIP -DIP-12_W10.16mm -12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -12 -12 -Package_DIP -DIP-12_W10.16mm_LongPads -12-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -12 -12 -Package_DIP -DIP-14_W7.62mm -14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -14 -14 -Package_DIP -DIP-14_W7.62mm_LongPads -14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -14 -14 -Package_DIP -DIP-14_W7.62mm_SMDSocket_SmallPads -14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -14 -14 -Package_DIP -DIP-14_W7.62mm_Socket -14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -14 -14 -Package_DIP -DIP-14_W7.62mm_Socket_LongPads -14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -14 -14 -Package_DIP -DIP-14_W8.89mm_SMDSocket_LongPads -14-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -14 -14 -Package_DIP -DIP-14_W10.16mm -14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -14 -14 -Package_DIP -DIP-14_W10.16mm_LongPads -14-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -14 -14 -Package_DIP -DIP-16_W7.62mm -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -16 -16 -Package_DIP -DIP-16_W7.62mm_LongPads -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -16 -16 -Package_DIP -DIP-16_W7.62mm_SMDSocket_SmallPads -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -16 -16 -Package_DIP -DIP-16_W7.62mm_Socket -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -16 -16 -Package_DIP -DIP-16_W7.62mm_Socket_LongPads -16-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -16 -16 -Package_DIP -DIP-16_W8.89mm_SMDSocket_LongPads -16-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -16 -16 -Package_DIP -DIP-16_W10.16mm -16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -16 -16 -Package_DIP -DIP-16_W10.16mm_LongPads -16-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -16 -16 -Package_DIP -DIP-18_W7.62mm -18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -18 -18 -Package_DIP -DIP-18_W7.62mm_LongPads -18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -18 -18 -Package_DIP -DIP-18_W7.62mm_SMDSocket_SmallPads -18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -18 -18 -Package_DIP -DIP-18_W7.62mm_Socket -18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -18 -18 -Package_DIP -DIP-18_W7.62mm_Socket_LongPads -18-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -18 -18 -Package_DIP -DIP-18_W8.89mm_SMDSocket_LongPads -18-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -18 -18 -Package_DIP -DIP-20_W7.62mm -20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -20 -20 -Package_DIP -DIP-20_W7.62mm_LongPads -20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -20 -20 -Package_DIP -DIP-20_W7.62mm_SMDSocket_SmallPads -20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -20 -20 -Package_DIP -DIP-20_W7.62mm_Socket -20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -20 -20 -Package_DIP -DIP-20_W7.62mm_Socket_LongPads -20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -20 -20 -Package_DIP -DIP-20_W8.89mm_SMDSocket_LongPads -20-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -20 -20 -Package_DIP -DIP-22_W7.62mm -22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -22 -22 -Package_DIP -DIP-22_W7.62mm_LongPads -22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -22 -22 -Package_DIP -DIP-22_W7.62mm_SMDSocket_SmallPads -22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -22 -22 -Package_DIP -DIP-22_W7.62mm_Socket -22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -22 -22 -Package_DIP -DIP-22_W7.62mm_Socket_LongPads -22-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -22 -22 -Package_DIP -DIP-22_W8.89mm_SMDSocket_LongPads -22-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -22 -22 -Package_DIP -DIP-22_W10.16mm -22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -22 -22 -Package_DIP -DIP-22_W10.16mm_LongPads -22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -22 -22 -Package_DIP -DIP-22_W10.16mm_SMDSocket_SmallPads -22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads -0 -22 -22 -Package_DIP -DIP-22_W10.16mm_Socket -22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket -THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket -0 -22 -22 -Package_DIP -DIP-22_W10.16mm_Socket_LongPads -22-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads -0 -22 -22 -Package_DIP -DIP-22_W11.43mm_SMDSocket_LongPads -22-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads -0 -22 -22 -Package_DIP -DIP-24_W7.62mm -24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -24 -24 -Package_DIP -DIP-24_W7.62mm_LongPads -24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -24 -24 -Package_DIP -DIP-24_W7.62mm_SMDSocket_SmallPads -24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -24 -24 -Package_DIP -DIP-24_W7.62mm_Socket -24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -24 -24 -Package_DIP -DIP-24_W7.62mm_Socket_LongPads -24-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -24 -24 -Package_DIP -DIP-24_W8.89mm_SMDSocket_LongPads -24-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -24 -24 -Package_DIP -DIP-24_W10.16mm -24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils) -THT DIP DIL PDIP 2.54mm 10.16mm 400mil -0 -24 -24 -Package_DIP -DIP-24_W10.16mm_LongPads -24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil LongPads -0 -24 -24 -Package_DIP -DIP-24_W10.16mm_SMDSocket_SmallPads -24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil SMDSocket SmallPads -0 -24 -24 -Package_DIP -DIP-24_W10.16mm_Socket -24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket -THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket -0 -24 -24 -Package_DIP -DIP-24_W10.16mm_Socket_LongPads -24-lead though-hole mounted DIP package, row spacing 10.16 mm (400 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 10.16mm 400mil Socket LongPads -0 -24 -24 -Package_DIP -DIP-24_W11.43mm_SMDSocket_LongPads -24-lead though-hole mounted DIP package, row spacing 11.43 mm (450 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 11.43mm 450mil SMDSocket LongPads -0 -24 -24 -Package_DIP -DIP-24_W15.24mm -24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -24 -24 -Package_DIP -DIP-24_W15.24mm_LongPads -24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -24 -24 -Package_DIP -DIP-24_W15.24mm_SMDSocket_SmallPads -24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -24 -24 -Package_DIP -DIP-24_W15.24mm_Socket -24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -24 -24 -Package_DIP -DIP-24_W15.24mm_Socket_LongPads -24-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -24 -24 -Package_DIP -DIP-24_W16.51mm_SMDSocket_LongPads -24-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -24 -24 -Package_DIP -DIP-28_W7.62mm -28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils) -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -28 -28 -Package_DIP -DIP-28_W7.62mm_LongPads -28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -28 -28 -Package_DIP -DIP-28_W7.62mm_SMDSocket_SmallPads -28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil SMDSocket SmallPads -0 -28 -28 -Package_DIP -DIP-28_W7.62mm_Socket -28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket -0 -28 -28 -Package_DIP -DIP-28_W7.62mm_Socket_LongPads -28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket LongPads -0 -28 -28 -Package_DIP -DIP-28_W8.89mm_SMDSocket_LongPads -28-lead though-hole mounted DIP package, row spacing 8.89 mm (350 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 8.89mm 350mil SMDSocket LongPads -0 -28 -28 -Package_DIP -DIP-28_W15.24mm -28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -28 -28 -Package_DIP -DIP-28_W15.24mm_LongPads -28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -28 -28 -Package_DIP -DIP-28_W15.24mm_SMDSocket_SmallPads -28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -28 -28 -Package_DIP -DIP-28_W15.24mm_Socket -28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -28 -28 -Package_DIP -DIP-28_W15.24mm_Socket_LongPads -28-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -28 -28 -Package_DIP -DIP-28_W16.51mm_SMDSocket_LongPads -28-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -28 -28 -Package_DIP -DIP-32_W7.62mm -32-lead dip package, row spacing 7.62 mm (300 mils) -DIL DIP PDIP 2.54mm 7.62mm 300mil -0 -32 -32 -Package_DIP -DIP-32_W15.24mm -32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -32 -32 -Package_DIP -DIP-32_W15.24mm_LongPads -32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -32 -32 -Package_DIP -DIP-32_W15.24mm_SMDSocket_SmallPads -32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -32 -32 -Package_DIP -DIP-32_W15.24mm_Socket -32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -32 -32 -Package_DIP -DIP-32_W15.24mm_Socket_LongPads -32-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -32 -32 -Package_DIP -DIP-32_W16.51mm_SMDSocket_LongPads -32-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -32 -32 -Package_DIP -DIP-40_W15.24mm -40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -40 -40 -Package_DIP -DIP-40_W15.24mm_LongPads -40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -40 -40 -Package_DIP -DIP-40_W15.24mm_SMDSocket_SmallPads -40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -40 -40 -Package_DIP -DIP-40_W15.24mm_Socket -40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -40 -40 -Package_DIP -DIP-40_W15.24mm_Socket_LongPads -40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -40 -40 -Package_DIP -DIP-40_W16.51mm_SMDSocket_LongPads -40-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -40 -40 -Package_DIP -DIP-40_W25.4mm -40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil -0 -40 -40 -Package_DIP -DIP-40_W25.4mm_LongPads -40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads -0 -40 -40 -Package_DIP -DIP-40_W25.4mm_SMDSocket_SmallPads -40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads -0 -40 -40 -Package_DIP -DIP-40_W25.4mm_Socket -40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket -0 -40 -40 -Package_DIP -DIP-40_W25.4mm_Socket_LongPads -40-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads -0 -40 -40 -Package_DIP -DIP-40_W26.67mm_SMDSocket_LongPads -40-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads -0 -40 -40 -Package_DIP -DIP-42_W15.24mm -42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -42 -42 -Package_DIP -DIP-42_W15.24mm_LongPads -42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -42 -42 -Package_DIP -DIP-42_W15.24mm_SMDSocket_SmallPads -42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -42 -42 -Package_DIP -DIP-42_W15.24mm_Socket -42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -42 -42 -Package_DIP -DIP-42_W15.24mm_Socket_LongPads -42-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -42 -42 -Package_DIP -DIP-42_W16.51mm_SMDSocket_LongPads -42-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -42 -42 -Package_DIP -DIP-48_W15.24mm -48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -48 -48 -Package_DIP -DIP-48_W15.24mm_LongPads -48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -48 -48 -Package_DIP -DIP-48_W15.24mm_SMDSocket_SmallPads -48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -48 -48 -Package_DIP -DIP-48_W15.24mm_Socket -48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -48 -48 -Package_DIP -DIP-48_W15.24mm_Socket_LongPads -48-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -48 -48 -Package_DIP -DIP-48_W16.51mm_SMDSocket_LongPads -48-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -48 -48 -Package_DIP -DIP-64_W15.24mm -64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils) -THT DIP DIL PDIP 2.54mm 15.24mm 600mil -0 -64 -64 -Package_DIP -DIP-64_W15.24mm_LongPads -64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil LongPads -0 -64 -64 -Package_DIP -DIP-64_W15.24mm_SMDSocket_SmallPads -64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil SMDSocket SmallPads -0 -64 -64 -Package_DIP -DIP-64_W15.24mm_Socket -64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket -0 -64 -64 -Package_DIP -DIP-64_W15.24mm_Socket_LongPads -64-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 15.24mm 600mil Socket LongPads -0 -64 -64 -Package_DIP -DIP-64_W16.51mm_SMDSocket_LongPads -64-lead though-hole mounted DIP package, row spacing 16.51 mm (650 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 16.51mm 650mil SMDSocket LongPads -0 -64 -64 -Package_DIP -DIP-64_W22.86mm -64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils) -THT DIP DIL PDIP 2.54mm 22.86mm 900mil -0 -64 -64 -Package_DIP -DIP-64_W22.86mm_LongPads -64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), LongPads -THT DIP DIL PDIP 2.54mm 22.86mm 900mil LongPads -0 -64 -64 -Package_DIP -DIP-64_W22.86mm_SMDSocket_SmallPads -64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 22.86mm 900mil SMDSocket SmallPads -0 -64 -64 -Package_DIP -DIP-64_W22.86mm_Socket -64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket -THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket -0 -64 -64 -Package_DIP -DIP-64_W22.86mm_Socket_LongPads -64-lead though-hole mounted DIP package, row spacing 22.86 mm (900 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 22.86mm 900mil Socket LongPads -0 -64 -64 -Package_DIP -DIP-64_W24.13mm_SMDSocket_LongPads -64-lead though-hole mounted DIP package, row spacing 24.13 mm (950 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 24.13mm 950mil SMDSocket LongPads -0 -64 -64 -Package_DIP -DIP-64_W25.4mm -64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils) -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil -0 -64 -64 -Package_DIP -DIP-64_W25.4mm_LongPads -64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), LongPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil LongPads -0 -64 -64 -Package_DIP -DIP-64_W25.4mm_SMDSocket_SmallPads -64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), SMDSocket, SmallPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil SMDSocket SmallPads -0 -64 -64 -Package_DIP -DIP-64_W25.4mm_Socket -64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket -0 -64 -64 -Package_DIP -DIP-64_W25.4mm_Socket_LongPads -64-lead though-hole mounted DIP package, row spacing 25.4 mm (1000 mils), Socket, LongPads -THT DIP DIL PDIP 2.54mm 25.4mm 1000mil Socket LongPads -0 -64 -64 -Package_DIP -DIP-64_W26.67mm_SMDSocket_LongPads -64-lead though-hole mounted DIP package, row spacing 26.67 mm (1050 mils), SMDSocket, LongPads -THT DIP DIL PDIP 2.54mm 26.669999999999998mm 1050mil SMDSocket LongPads -0 -64 -64 -Package_DIP -Fairchild_LSOP-8 -8-Lead, 300\" Wide, Surface Mount Package (https://www.fairchildsemi.com/package-drawings/ML/MLSOP08A.pdf) -LSOP 2.54mm 300mil -0 -8 -8 -Package_DIP -PowerIntegrations_PDIP-8B -Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/lnk520.pdf -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -7 -7 -Package_DIP -PowerIntegrations_PDIP-8C -Power Integrations variant of 8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -7 -7 -Package_DIP -PowerIntegrations_SDIP-10C -PowerIntegrations variant of 10-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), LongPads, see https://www.power.com/sites/default/files/product-docs/tophx_family_datasheet.pdf -THT DIP DIL PDIP 2.54mm 7.62mm 300mil LongPads -0 -9 -9 -Package_DIP -PowerIntegrations_SMD-8 -PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -8 -8 -Package_DIP -PowerIntegrations_SMD-8B -PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://www.power.com/sites/default/files/product-docs/lnk520.pdf -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -7 -7 -Package_DIP -PowerIntegrations_SMD-8C -PowerIntegrations variant of 8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils), see https://ac-dc.power.com/sites/default/files/product-docs/tinyswitch-iii_family_datasheet.pdf -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -7 -7 -Package_DIP -PowerIntegrations_eDIP-12B -Power Integrations eDIP-12B, see https://www.power.com/sites/default/files/product-docs/linkswitch-pl_family_datasheet.pdf -THT DIP DIL PDIP 2.54mm 7.62mm 300mil -0 -11 -11 -Package_DIP -SMDIP-4_W7.62mm -4-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -4 -4 -Package_DIP -SMDIP-4_W9.53mm -4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -4 -4 -Package_DIP -SMDIP-4_W9.53mm_Clearance8mm -4-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -4 -4 -Package_DIP -SMDIP-4_W11.48mm -4-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -4 -4 -Package_DIP -SMDIP-6_W7.62mm -6-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -6 -6 -Package_DIP -SMDIP-6_W9.53mm -6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -6 -6 -Package_DIP -SMDIP-6_W9.53mm_Clearance8mm -6-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -6 -6 -Package_DIP -SMDIP-6_W11.48mm -6-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -6 -6 -Package_DIP -SMDIP-8_W7.62mm -8-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -8 -8 -Package_DIP -SMDIP-8_W9.53mm -8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -8 -8 -Package_DIP -SMDIP-8_W9.53mm_Clearance8mm -8-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -8 -8 -Package_DIP -SMDIP-8_W11.48mm -8-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -8 -8 -Package_DIP -SMDIP-10_W7.62mm -10-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -10 -10 -Package_DIP -SMDIP-10_W9.53mm -10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -10 -10 -Package_DIP -SMDIP-10_W9.53mm_Clearance8mm -10-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -10 -10 -Package_DIP -SMDIP-10_W11.48mm -10-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -10 -10 -Package_DIP -SMDIP-12_W7.62mm -12-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -12 -12 -Package_DIP -SMDIP-12_W9.53mm -12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -12 -12 -Package_DIP -SMDIP-12_W9.53mm_Clearance8mm -12-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -12 -12 -Package_DIP -SMDIP-12_W11.48mm -12-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -12 -12 -Package_DIP -SMDIP-14_W7.62mm -14-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -14 -14 -Package_DIP -SMDIP-14_W9.53mm -14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -14 -14 -Package_DIP -SMDIP-14_W9.53mm_Clearance8mm -14-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -14 -14 -Package_DIP -SMDIP-14_W11.48mm -14-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -14 -14 -Package_DIP -SMDIP-16_W7.62mm -16-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -16 -16 -Package_DIP -SMDIP-16_W9.53mm -16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -16 -16 -Package_DIP -SMDIP-16_W9.53mm_Clearance8mm -16-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -16 -16 -Package_DIP -SMDIP-16_W11.48mm -16-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -16 -16 -Package_DIP -SMDIP-18_W7.62mm -18-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -18 -18 -Package_DIP -SMDIP-18_W9.53mm -18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -18 -18 -Package_DIP -SMDIP-18_W9.53mm_Clearance8mm -18-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -18 -18 -Package_DIP -SMDIP-18_W11.48mm -18-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -18 -18 -Package_DIP -SMDIP-20_W7.62mm -20-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -20 -20 -Package_DIP -SMDIP-20_W9.53mm -20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -20 -20 -Package_DIP -SMDIP-20_W9.53mm_Clearance8mm -20-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -20 -20 -Package_DIP -SMDIP-20_W11.48mm -20-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -20 -20 -Package_DIP -SMDIP-22_W7.62mm -22-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -22 -22 -Package_DIP -SMDIP-22_W9.53mm -22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -22 -22 -Package_DIP -SMDIP-22_W9.53mm_Clearance8mm -22-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils), Clearance8mm -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil Clearance8mm -0 -22 -22 -Package_DIP -SMDIP-22_W11.48mm -22-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -22 -22 -Package_DIP -SMDIP-24_W7.62mm -24-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -24 -24 -Package_DIP -SMDIP-24_W9.53mm -24-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -24 -24 -Package_DIP -SMDIP-24_W11.48mm -24-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -24 -24 -Package_DIP -SMDIP-24_W15.24mm -24-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -24 -24 -Package_DIP -SMDIP-28_W15.24mm -28-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -28 -28 -Package_DIP -SMDIP-32_W7.62mm -32-lead surface-mounted (SMD) DIP package, row spacing 7.62 mm (300 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 7.62mm 300mil -0 -32 -32 -Package_DIP -SMDIP-32_W9.53mm -32-lead surface-mounted (SMD) DIP package, row spacing 9.53 mm (375 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 9.53mm 375mil -0 -32 -32 -Package_DIP -SMDIP-32_W11.48mm -32-lead surface-mounted (SMD) DIP package, row spacing 11.48 mm (451 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 11.48mm 451mil -0 -32 -32 -Package_DIP -SMDIP-32_W15.24mm -32-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -32 -32 -Package_DIP -SMDIP-40_W15.24mm -40-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -40 -40 -Package_DIP -SMDIP-40_W25.24mm -40-lead surface-mounted (SMD) DIP package, row spacing 25.24 mm (993 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 25.24mm 993mil -0 -40 -40 -Package_DIP -SMDIP-42_W15.24mm -42-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -42 -42 -Package_DIP -SMDIP-48_W15.24mm -48-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -48 -48 -Package_DIP -SMDIP-64_W15.24mm -64-lead surface-mounted (SMD) DIP package, row spacing 15.24 mm (600 mils) -SMD DIP DIL PDIP SMDIP 2.54mm 15.24mm 600mil -0 -64 -64 -Package_DIP -Toshiba_11-7A9 -Toshiba 11-7A9 package, like 6-lead dip package with missing pin 5, row spacing 7.62 mm (300 mils), https://toshiba.semicon-storage.com/info/docget.jsp?did=1421&prodName=TLP3021(S) -Toshiba 11-7A9 DIL DIP PDIP 2.54mm 7.62mm 300mil -0 -5 -5 -Package_DIP -Vishay_HVM-DIP-3_W7.62mm -3-lead though-hole mounted high-volatge DIP package (based on standard DIP-4), row spacing 7.62 mm (300 mils), see https://www.vishay.com/docs/91361/hexdip.pdf -THT DIP DIL PDIP 2.54mm 7.62mm 300mil Vishay HVMDIP HEXDIP -0 -4 -3 -Package_DirectFET -DirectFET_L4 -DirectFET L4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=41 -DirectFET L4 MOSFET Infineon -0 -11 -3 -Package_DirectFET -DirectFET_L6 -DirectFET L6 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=42 -DirectFET L6 MOSFET Infineon -0 -13 -3 -Package_DirectFET -DirectFET_L8 -DirectFET L8 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=43 -DirectFET L8 MOSFET Infineon -0 -15 -3 -Package_DirectFET -DirectFET_LA -DirectFET LA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=44 -DirectFET LA MOSFET Infineon -0 -15 -3 -Package_DirectFET -DirectFET_M2 -DirectFET M2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=33 -DirectFET M2 MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_M4 -DirectFET M4 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=34 -DirectFET M4 MOSFET Infineon -0 -9 -3 -Package_DirectFET -DirectFET_MA -DirectFET MA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=35 -DirectFET MA MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_MB -DirectFET MB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=36 -DirectFET MB MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_MC -DirectFET MC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=37 -DirectFET MC MOSFET Infineon -0 -10 -3 -Package_DirectFET -DirectFET_MD -DirectFET MD https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=38 -DirectFET MD MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_ME -DirectFET ME https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=39 -DirectFET ME MOSFET Infineon -0 -10 -3 -Package_DirectFET -DirectFET_MF -DirectFET MF https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=40 -DirectFET MF MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_MN -DirectFET MN https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=30 -DirectFET MN MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MP -DirectFET MP https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=28 -DirectFET MP MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MQ -DirectFET MQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=29 -DirectFET MQ MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MT -DirectFET MT https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=26 -DirectFET MT MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MU -DirectFET MU https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=32 -DirectFET MU MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MX -DirectFET MX https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=27 -DirectFET MX MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_MZ -DirectFET MZ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=31 -DirectFET MZ MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_S1 -DirectFET S1 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=20 -DirectFET S1 MOSFET Infineon -0 -6 -3 -Package_DirectFET -DirectFET_S2 -DirectFET S2 https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=21 -DirectFET S2 MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_S3C -DirectFET S3C https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=25 -DirectFET S3C MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_SA -DirectFET SA https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=22 -DirectFET SA MOSFET Infineon -0 -8 -3 -Package_DirectFET -DirectFET_SB -DirectFET SB https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=23 -DirectFET SB MOSFET Infineon -0 -6 -3 -Package_DirectFET -DirectFET_SC -DirectFET SC https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=24 -DirectFET SC MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_SH -DirectFET SH https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=19 -DirectFET SH MOSFET Infineon -0 -6 -3 -Package_DirectFET -DirectFET_SJ -DirectFET SJ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=18 -DirectFET SJ MOSFET Infineon -0 -7 -3 -Package_DirectFET -DirectFET_SQ -DirectFET SQ https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=17 -DirectFET SQ MOSFET Infineon -0 -6 -3 -Package_DirectFET -DirectFET_ST -DirectFET ST https://www.infineon.com/dgdl/Infineon-AN-1035-ApplicationNotes-v29_01-EN.pdf?fileId=5546d462533600a40153559159020f76#page=16 -DirectFET ST MOSFET Infineon -0 -7 -3 -Package_LCC -PLCC-20 -PLCC, 20 pins, surface mount -plcc smt -0 -20 -20 -Package_LCC -PLCC-20_SMD-Socket -PLCC, 20 pins, surface mount -plcc smt -0 -20 -20 -Package_LCC -PLCC-20_THT-Socket -PLCC, 20 pins, through hole -plcc leaded -0 -20 -20 -Package_LCC -PLCC-28 -PLCC, 28 pins, surface mount -plcc smt -0 -28 -28 -Package_LCC -PLCC-28_SMD-Socket -PLCC, 28 pins, surface mount -plcc smt -0 -28 -28 -Package_LCC -PLCC-28_THT-Socket -PLCC, 28 pins, through hole -plcc leaded -0 -28 -28 -Package_LCC -PLCC-32_11.4x14.0mm_P1.27mm -PLCC, 32 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/doc0015.pdf), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py -PLCC LCC -0 -32 -32 -Package_LCC -PLCC-32_THT-Socket -PLCC, 32 pins, through hole, http://www.assmann-wsw.com/fileadmin/datasheets/ASS_0981_CO.pdf -plcc leaded -0 -32 -32 -Package_LCC -PLCC-44 -PLCC, 44 pins, surface mount -plcc smt -0 -44 -44 -Package_LCC -PLCC-44_16.6x16.6mm_P1.27mm -PLCC, 44 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py -PLCC LCC -0 -44 -44 -Package_LCC -PLCC-44_SMD-Socket -PLCC, 44 pins, surface mount -plcc smt -0 -44 -44 -Package_LCC -PLCC-44_THT-Socket -PLCC, 44 pins, through hole -plcc leaded -0 -44 -44 -Package_LCC -PLCC-52 -PLCC, 52 pins, surface mount -plcc smt -0 -52 -52 -Package_LCC -PLCC-52_SMD-Socket -PLCC, 52 pins, surface mount -plcc smt -0 -52 -52 -Package_LCC -PLCC-52_THT-Socket -PLCC, 52 pins, through hole -plcc leaded -0 -52 -52 -Package_LCC -PLCC-68 -PLCC, 68 pins, surface mount -plcc smt -0 -68 -68 -Package_LCC -PLCC-68_24.2x24.2mm_P1.27mm -PLCC, 68 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py -PLCC LCC -0 -68 -68 -Package_LCC -PLCC-68_SMD-Socket -PLCC, 68 pins, surface mount -plcc smt -0 -68 -68 -Package_LCC -PLCC-68_THT-Socket -PLCC, 68 pins, through hole -plcc leaded -0 -68 -68 -Package_LCC -PLCC-84 -PLCC, 84 pins, surface mount -plcc smt -0 -84 -84 -Package_LCC -PLCC-84_29.3x29.3mm_P1.27mm -PLCC, 84 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_plcc_jLead_generator.py -PLCC LCC -0 -84 -84 -Package_LCC -PLCC-84_SMD-Socket -PLCC, 84 pins, surface mount -plcc smt -0 -84 -84 -Package_LCC -PLCC-84_THT-Socket -PLCC, 84 pins, through hole -plcc leaded -0 -84 -84 -Package_LGA -AMS_LGA-10-1EP_2.7x4mm_P0.6mm -LGA-10, http://ams.com/eng/content/download/951091/2269479/471718 -lga land grid array -0 -13 -11 -Package_LGA -AMS_LGA-20_4.7x4.5mm_P0.65mm -http://ams.com/eng/content/download/1008631/2361759/498838 -AMS LGA -0 -20 -20 -Package_LGA -AMS_OLGA-8_2x3.1mm_P0.8mm -AMS OLGA, 8 Pin (https://ams.com/documents/20143/36005/AS7341_DS000504_3-00.pdf/#page=63) -AMS OLGA NoLead -0 -8 -8 -Package_LGA -Bosch_LGA-8_2.5x2.5mm_P0.65mm_ClockwisePinNumbering -LGA-8 -lga land grid array -0 -8 -8 -Package_LGA -Bosch_LGA-8_2x2.5mm_P0.65mm_ClockwisePinNumbering -LGA-8, https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMP280-DS001-18.pdf -lga land grid array -0 -8 -8 -Package_LGA -Bosch_LGA-8_3x3mm_P0.8mm_ClockwisePinNumbering -Bosch LGA, 8 Pin (https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BME680-DS001-00.pdf#page=44), generated with kicad-footprint-generator ipc_noLead_generator.py -Bosch LGA NoLead -0 -8 -8 -Package_LGA -Bosch_LGA-14_3x2.5mm_P0.5mm -LGA-14 Bosch https://ae-bst.resource.bosch.com/media/_tech/media/datasheets/BST-BMI160-DS000-07.pdf -lga land grid array -0 -14 -14 -Package_LGA -Kionix_LGA-12_2x2mm_P0.5mm_LayoutBorder2x4y -Kionix LGA, 12 Pin (http://kionixfs.kionix.com/en/document/TN008-PCB-Design-Guidelines-for-2x2-LGA-Sensors.pdf#page=4), generated with kicad-footprint-generator ipc_noLead_generator.py -Kionix LGA NoLead -0 -12 -12 -Package_LGA -LGA-8_3x5mm_P1.25mm -LGA-8 -lga land grid array -0 -8 -8 -Package_LGA -LGA-8_8x6.2mm_P1.27mm -LGA, 8 Pin (https://datasheet.lcsc.com/lcsc/2303241700_Zetta-ZDSD64GLGEAG-R_C5277948.pdf#page=17), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -8 -8 -Package_LGA -LGA-8_8x6mm_P1.27mm -LGA, 8 Pin (https://datasheet.lcsc.com/lcsc/2005251034_XTX-XTSD01GLGEAG_C558837.pdf#page=6), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -8 -8 -Package_LGA -LGA-12_2x2mm_P0.5mm -LGA12 -lga land grid array -0 -12 -12 -Package_LGA -LGA-14_2x2mm_P0.35mm_LayoutBorder3x4y -LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lis2dh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -14 -14 -Package_LGA -LGA-14_3x2.5mm_P0.5mm_LayoutBorder3x4y -LGA, 14 Pin (https://www.st.com/resource/en/datasheet/lsm6ds3tr-c.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -14 -14 -Package_LGA -LGA-14_3x5mm_P0.8mm_LayoutBorder1x6y -LGA, 14 Pin (http://www.st.com/resource/en/datasheet/lsm303dlhc.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -14 -14 -Package_LGA -LGA-16_3x3mm_P0.5mm -http://www.memsic.com/userfiles/files/DataSheets/Magnetic-Sensors-Datasheets/MMC5883MA-RevC.pdf -lga land grid array -0 -16 -16 -Package_LGA -LGA-16_3x3mm_P0.5mm_LayoutBorder3x5y -LGA, 16 Pin (http://www.st.com/resource/en/datasheet/lis331hh.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -16 -16 -Package_LGA -LGA-16_4x4mm_P0.65mm_LayoutBorder4x4y -LGA, 16 Pin (http://www.st.com/resource/en/datasheet/l3gd20.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -LGA NoLead -0 -16 -16 -Package_LGA -LGA-24L_3x3.5mm_P0.43mm -LGA 24L 3x3.5mm Pitch 0.43mm -LGA 24L 3x3.5mm Pitch 0.43mm -0 -24 -24 -Package_LGA -LGA-28_5.2x3.8mm_P0.5mm -LGA 28 5.2x3.8mm Pitch 0.5mm -LGA 28 5.2x3.8mm Pitch 0.5mm -0 -28 -28 -Package_LGA -Linear_LGA-133_15.0x15.0mm_Layout12x12_P1.27mm -Analog Devices (Linear Tech), 133-pin LGA uModule, 15.0x15.0x4.32mm, https://www.analog.com/media/en/technical-documentation/data-sheets/4637fc.pdf -133 pin lga -0 -133 -133 -Package_LGA -MPS_LGA-18-10EP_12x12mm_P3.3mm -MPS LGA-18 12x12x3.82mm (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MPM3550EGLE/document_id/5102/) -MPS LGA -0 -18 -18 -Package_LGA -NXP_LGA-8_3x5mm_P1.25mm_H1.1mm -NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL3115A2.pdf#page=42), generated with kicad-footprint-generator ipc_noLead_generator.py -NXP LGA NoLead -0 -8 -8 -Package_LGA -NXP_LGA-8_3x5mm_P1.25mm_H1.2mm -NXP LGA, 8 Pin (https://www.nxp.com/docs/en/data-sheet/MPL115A1.pdf#page=15), generated with kicad-footprint-generator ipc_noLead_generator.py -NXP LGA NoLead -0 -8 -8 -Package_LGA -Rohm_MLGA010V020A_LGA-10_2x2mm_P0.45mm_LayoutBorder_3x2y -Rohm LGA, 10 Pin (https://fscdn.rohm.com/en/techdata_basic/ic/package/Jisso_MLGA010V020A-1-2_Rev005s_E2(MSL3).pdf) -Rohm LGA NoLead -0 -10 -10 -Package_LGA -ST_HLGA-10_2.5x2.5mm_P0.6mm_LayoutBorder3x2y -ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps25hb.pdf#page=46), generated with kicad-footprint-generator ipc_noLead_generator.py -ST HLGA NoLead -0 -10 -10 -Package_LGA -ST_HLGA-10_2x2mm_P0.5mm_LayoutBorder3x2y -ST HLGA, 10 Pin (https://www.st.com/resource/en/datasheet/lps22hh.pdf#page=55), generated with kicad-footprint-generator ipc_noLead_generator.py -ST HLGA NoLead -0 -10 -10 -Package_LGA -Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm -Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas MicroSiP NoLead -0 -12 -9 -Package_LGA -Texas_SIL0008D_MicroSiP-8-1EP_2.8x3mm_P0.65mm_EP1.1x1.9mm_ThermalVias -Texas SIL0008D MicroSiP, 8 Pin (http://www.ti.com/lit/ds/symlink/tps82130.pdf#page=19), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas MicroSiP NoLead -0 -16 -9 -Package_LGA -Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm -Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas MicroSiP NoLead -0 -14 -11 -Package_LGA -Texas_SIL0010A_MicroSiP-10-1EP_3.8x3mm_P0.6mm_EP0.7x2.9mm_ThermalVias -Texas SIL0010A MicroSiP, 10 Pin (http://www.ti.com/lit/ml/mpds579b/mpds579b.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Texas MicroSiP NoLead -0 -18 -11 -Package_LGA -VLGA-4_2x2.5mm_P1.65mm -VLGA, 4 Pin (https://ww1.microchip.com/downloads/en/DeviceDoc/DSC60XX-Ultra-Small-Ultra-Low-Power-MEMS-Oscillator-DS20005625C.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -VLGA NoLead -0 -4 -4 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -154 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP4x4mm_ThermalVias -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00482-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -171 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -161 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP5x5mm_ThermalVias -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00476-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -187 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -165 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP6.61x5.615mm_ThermalVias -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00485-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -196 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -175 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP7.2x6.35mm_ThermalVias -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00487-01.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -218 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -194 -145 -Package_QFP -EQFP-144-1EP_20x20mm_P0.5mm_EP8.93x8.7mm_ThermalVias -EQFP, 144 Pin (https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/packaging/04r00479-02.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -EQFP QFP -0 -259 -145 -Package_QFP -HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm -64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad -HTQFP-64 Pitch 0.5 -0 -69 -65 -Package_QFP -HTQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm_Mask4.4x4.4mm_ThermalVias -64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [HTQFP] thermal pad -HTQFP-64 Pitch 0.5 -0 -135 -65 -Package_QFP -LQFP-32_5x5mm_P0.5mm -LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT401-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -32 -32 -Package_QFP -LQFP-32_7x7mm_P0.8mm -LQFP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT358-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -32 -32 -Package_QFP -LQFP-36_7x7mm_P0.65mm -LQFP, 36 Pin (https://www.onsemi.com/pub/Collateral/561AV.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -36 -36 -Package_QFP -LQFP-44_10x10mm_P0.8mm -LQFP, 44 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ASS23225W.pdf?&fsrch=1), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -44 -44 -Package_QFP -LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm -LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -58 -49 -Package_QFP -LQFP-48-1EP_7x7mm_P0.5mm_EP3.6x3.6mm_ThermalVias -LQFP, 48 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -75 -49 -Package_QFP -LQFP-48_7x7mm_P0.5mm -LQFP, 48 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ltc2358-16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -48 -48 -Package_QFP -LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm -LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -62 -53 -Package_QFP -LQFP-52-1EP_10x10mm_P0.65mm_EP4.8x4.8mm_ThermalVias -LQFP, 52 Pin (https://www.onsemi.com/pub/Collateral/848H-01.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -95 -53 -Package_QFP -LQFP-52_10x10mm_P0.65mm -LQFP, 52 Pin (https://www.nxp.com/docs/en/package-information/98ARL10526D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -52 -52 -Package_QFP -LQFP-52_14x14mm_P1mm -LQFP, 52 Pin (http://www.holtek.com/documents/10179/116711/HT1632Cv170.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -52 -52 -Package_QFP -LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm -LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -90 -65 -Package_QFP -LQFP-64-1EP_10x10mm_P0.5mm_EP5x5mm_ThermalVias -LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/adv7611.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -107 -65 -Package_QFP -LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm -LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -90 -65 -Package_QFP -LQFP-64-1EP_10x10mm_P0.5mm_EP6.5x6.5mm_ThermalVias -LQFP, 64 Pin (https://www.nxp.com/files-static/shared/doc/package_info/98ARH98426A.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -127 -65 -Package_QFP -LQFP-64_7x7mm_P0.4mm -LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT414-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -64 -64 -Package_QFP -LQFP-64_10x10mm_P0.5mm -LQFP, 64 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7606_7606-6_7606-4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -64 -64 -Package_QFP -LQFP-64_14x14mm_P0.8mm -LQFP, 64 Pin (https://www.nxp.com/docs/en/package-information/SOT791-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -64 -64 -Package_QFP -LQFP-80_10x10mm_P0.4mm -LQFP, 80 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q80.10x10.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -80 -80 -Package_QFP -LQFP-80_12x12mm_P0.5mm -LQFP, 80 Pin (https://www.nxp.com/docs/en/package-information/SOT315-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -80 -80 -Package_QFP -LQFP-80_14x14mm_P0.65mm -LQFP, 80 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -80 -80 -Package_QFP -LQFP-100_14x14mm_P0.5mm -LQFP, 100 Pin (https://www.nxp.com/docs/en/package-information/SOT407-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -100 -100 -Package_QFP -LQFP-128_14x14mm_P0.4mm -LQFP, 128 Pin (https://www.renesas.com/eu/en/package-image/pdf/outdrawing/q128.14x14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -128 -128 -Package_QFP -LQFP-128_14x20mm_P0.5mm -LQFP, 128 Pin (https://www.nxp.com/docs/en/package-information/SOT425-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -128 -128 -Package_QFP -LQFP-144_20x20mm_P0.5mm -LQFP, 144 Pin (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf#page=425), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -144 -144 -Package_QFP -LQFP-160_24x24mm_P0.5mm -LQFP, 160 Pin (https://www.nxp.com/docs/en/package-information/SOT435-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -160 -160 -Package_QFP -LQFP-176_20x20mm_P0.4mm -LQFP, 176 Pin (https://www.onsemi.com/pub/Collateral/566DB.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -176 -176 -Package_QFP -LQFP-176_24x24mm_P0.5mm -LQFP, 176 Pin (https://www.st.com/resource/en/datasheet/stm32f207vg.pdf#page=163), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -176 -176 -Package_QFP -LQFP-208_28x28mm_P0.5mm -LQFP, 208 Pin (https://www.nxp.com/docs/en/package-information/SOT459-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -208 -208 -Package_QFP -LQFP-216_24x24mm_P0.4mm -LQFP, 216 Pin (https://www.onsemi.com/pub/Collateral/561BE.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -LQFP QFP -0 -216 -216 -Package_QFP -MQFP-44_10x10mm_P0.8mm -MQFP, 44 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ad7722.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MQFP QFP -0 -44 -44 -Package_QFP -PQFP-32_5x5mm_P0.5mm -PQFP, 32 Pin (https://www.ti.com/lit/ds/symlink/ads127l01.pdf#page=87), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -32 -32 -Package_QFP -PQFP-44_10x10mm_P0.8mm -44-Lead Plastic Quad Flatpack - 10x10x2.5mm Body (http://www.onsemi.com/pub/Collateral/122BK.PDF) -PQFP 0.8 -0 -44 -44 -Package_QFP -PQFP-80_14x20mm_P0.8mm -PQFP80 14x20 / QIP80E CASE 122BS (see ON Semiconductor 122BS.PDF) -QFP 0.8 -0 -80 -80 -Package_QFP -PQFP-100_14x20mm_P0.65mm -PQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -100 -100 -Package_QFP -PQFP-112_20x20mm_P0.65mm -PQFP, 112 pins, 20mm sq body, 0.65mm pitch (http://cache.freescale.com/files/shared/doc/package_info/98ASS23330W.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) -PQFP 112 -0 -112 -112 -Package_QFP -PQFP-132_24x24mm_P0.635mm -PQFP, 132 pins, 24mm sq body, 0.635mm pitch (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) -PQFP 132 -0 -132 -132 -Package_QFP -PQFP-132_24x24mm_P0.635mm_i386 -PQFP, 132 pins, 24mm sq body, 0.635mm pitch, Intel 386EX (https://www.intel.com/content/dam/www/public/us/en/documents/packaging-databooks/packaging-chapter-02-databook.pdf, http://www.nxp.com/docs/en/application-note/AN4388.pdf) -PQFP 132 Intel 386EX -0 -132 -132 -Package_QFP -PQFP-144_28x28mm_P0.65mm -PQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -144 -144 -Package_QFP -PQFP-160_28x28mm_P0.65mm -PQFP, 160 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -160 -160 -Package_QFP -PQFP-208_28x28mm_P0.5mm -PQFP, 208 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -208 -208 -Package_QFP -PQFP-240_32.1x32.1mm_P0.5mm -PQFP, 240 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -PQFP QFP -0 -240 -240 -Package_QFP -PQFP-256_28x28mm_P0.4mm -PQFP256 28x28 / QFP256J CASE 122BX (see ON Semiconductor 122BX.PDF) -QFP 0.4 -0 -256 -256 -Package_QFP -TQFP-32_7x7mm_P0.8mm -32-Lead Plastic Thin Quad Flatpack (PT) - 7x7x1.0 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.8 -0 -32 -32 -Package_QFP -TQFP-44-1EP_10x10mm_P0.8mm_EP4.5x4.5mm -44-Lead Plastic Thin Quad Flatpack (MW) - 10x10x1.0 mm Body [TQFP] With 4.5x4.5 mm Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.8 -0 -54 -45 -Package_QFP -TQFP-44_10x10mm_P0.8mm -44-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1.0 mm Body [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.8 -0 -44 -44 -Package_QFP -TQFP-48-1EP_7x7mm_P0.5mm_EP3.5x3.5mm -48-Lead Thin Quad Flatpack (PT) - 7x7x1.0 mm Body [TQFP] With Exposed Pad (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.5 -0 -53 -49 -Package_QFP -TQFP-48-1EP_7x7mm_P0.5mm_EP4.11x4.11mm -TQFP, 48 Pin (https://www.lumissil.com/assets/pdf/core/IS31FL3236_DS.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -65 -49 -Package_QFP -TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm -TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -65 -49 -Package_QFP -TQFP-48-1EP_7x7mm_P0.5mm_EP5x5mm_ThermalVias -TQFP, 48 Pin (https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC2100_datasheet_Rev1.08.pdf (page 45)), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -91 -49 -Package_QFP -TQFP-48_7x7mm_P0.5mm -TQFP, 48 Pin (https://www.jedec.org/system/files/docs/MS-026D.pdf var ABC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -48 -48 -Package_QFP -TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm -TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py -TQFP QFP -0 -78 -53 -Package_QFP -TQFP-52-1EP_10x10mm_P0.65mm_EP6.5x6.5mm_ThermalVias -TQFP, 52 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_52_1.pdf), generated with kicad-footprint-generator ipc_qfp_generator.py -TQFP QFP -0 -79 -53 -Package_QFP -TQFP-64-1EP_10x10mm_P0.5mm_EP8x8mm -64-Lead Plastic Thin Quad Flatpack (PT) - 10x10x1 mm Body, 2.00 mm Footprint [TQFP] thermal pad -QFP 0.5 -0 -90 -65 -Package_QFP -TQFP-64_7x7mm_P0.4mm -TQFP64 7x7, 0.4P CASE 932BH (see ON Semiconductor 932BH.PDF) -QFP 0.4 -0 -64 -64 -Package_QFP -TQFP-64_10x10mm_P0.5mm -TQFP, 64 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -64 -64 -Package_QFP -TQFP-64_14x14mm_P0.8mm -64-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.8 -0 -64 -64 -Package_QFP -TQFP-80-1EP_14x14mm_P0.65mm_EP9.5x9.5mm -80-Lead Plastic Thin Quad Flatpack (PF) - 14x14mm body, 9.5mm sq thermal pad (http://www.analog.com/media/en/technical-documentation/data-sheets/AD9852.pdf) -QFP 0.65 -0 -85 -81 -Package_QFP -TQFP-80_12x12mm_P0.5mm -80-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.5 -0 -80 -80 -Package_QFP -TQFP-80_14x14mm_P0.65mm -80-Lead Plastic Thin Quad Flatpack (PF) - 14x14x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.65 -0 -80 -80 -Package_QFP -TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm -TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -117 -101 -Package_QFP -TQFP-100-1EP_14x14mm_P0.5mm_EP5x5mm_ThermalVias -TQFP, 100 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/tqfp_edsv/sv_100_4.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -143 -101 -Package_QFP -TQFP-100_12x12mm_P0.4mm -100-Lead Plastic Thin Quad Flatpack (PT) - 12x12x1 mm Body, 2.00 mm [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.4 -0 -100 -100 -Package_QFP -TQFP-100_14x14mm_P0.5mm -TQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -100 -100 -Package_QFP -TQFP-120_14x14mm_P0.4mm -TQFP120 14x14 / TQFP120 CASE 932AZ (see ON Semiconductor 932AZ.PDF) -QFP 0.4 -0 -120 -120 -Package_QFP -TQFP-128_14x14mm_P0.4mm -TQFP128 14x14 / TQFP128 CASE 932BB (see ON Semiconductor 932BB.PDF) -QFP 0.4 -0 -128 -128 -Package_QFP -TQFP-144_16x16mm_P0.4mm -144-Lead Plastic Thin Quad Flatpack (PH) - 16x16x1 mm Body, 2.00 mm Footprint [TQFP] (see Microchip Packaging Specification 00000049BS.pdf) -QFP 0.4 -0 -144 -144 -Package_QFP -TQFP-144_20x20mm_P0.5mm -TQFP, 144 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -144 -144 -Package_QFP -TQFP-176_24x24mm_P0.5mm -TQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -TQFP QFP -0 -176 -176 -Package_QFP -VQFP-80_14x14mm_P0.65mm -VQFP, 80 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -VQFP QFP -0 -80 -80 -Package_QFP -VQFP-100_14x14mm_P0.5mm -VQFP, 100 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -VQFP QFP -0 -100 -100 -Package_QFP -VQFP-128_14x14mm_P0.4mm -VQFP, 128 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -VQFP QFP -0 -128 -128 -Package_QFP -VQFP-176_20x20mm_P0.4mm -VQFP, 176 Pin (http://www.microsemi.com/index.php?option=com_docman&task=doc_download&gid=131095), generated with kicad-footprint-generator ipc_gullwing_generator.py -VQFP QFP -0 -176 -176 -Package_SIP -PowerIntegrations_eSIP-7C -eSIP-7C Vertical Flat Package with Heatsink Tab, https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf -Power Integrations E Package -0 -6 -6 -Package_SIP -PowerIntegrations_eSIP-7F -eSIP-7F Flat Package with Heatsink Tab https://ac-dc.power.com/sites/default/files/product-docs/linkswitch-ph_family_datasheet.pdf -Power Integrations L Package -0 -6 -6 -Package_SIP -SIP-8_19x3mm_P2.54mm -SIP 8-pin (http://www.njr.com/semicon/PDF/package/SIP8_E.pdf) -SIP8 -0 -8 -8 -Package_SIP -SIP-9_21.54x3mm_P2.54mm -SIP 9-pin () -SIP8 -0 -9 -9 -Package_SIP -SIP-9_22.3x3mm_P2.54mm -SIP 9-pin () -SIP8 -0 -9 -9 -Package_SIP -SIP3_11.6x8.5mm -RECOM,R78EXX,https://www.recom-power.com/pdf/Innoline/R-78Exx-0.5.pdf -SIP3 Regulator Module -0 -3 -3 -Package_SIP -SIP4_Sharp-SSR_P7.62mm_Angled -SIP4 Footprint for SSR made by Sharp -Solid State relais SSR Sharp -0 -4 -4 -Package_SIP -SIP4_Sharp-SSR_P7.62mm_Angled_NoHole -SIP4 Footprint for SSR made by Sharp -Solid State relais SSR Sharp -0 -4 -4 -Package_SIP -SIP4_Sharp-SSR_P7.62mm_Straight -SIP4 Footprint for SSR made by Sharp -Solid State relais SSR Sharp -0 -4 -4 -Package_SIP -SIP9_Housing -SIP9 -SIP9 -0 -9 -9 -Package_SIP -SIP9_Housing_BigPads -SIP9, large pads -SIP9 -0 -9 -9 -Package_SIP -SLA704XM -SIP SLA704XM (http://www.sumzi.com/upload/files/2007/07/2007073114282034189.PDF) -SIP -0 -18 -18 -Package_SIP -STK672-040-E -SIP-22 (http://www.onsemi.com/pub_link/Collateral/EN5227-D.PDF) -SIP-22 -0 -22 -22 -Package_SIP -STK672-080-E -SIP-15 (http://www.onsemi.com/pub_link/Collateral/EN6507-D.PDF) -SIP-15 -0 -15 -15 -Package_SIP -Sanyo_STK4xx-15_59.2x8.0mm_P2.54mm -Sanyo SIP-15, 59.2mm x 8.0mm bosy size, STK-433E STK-435E STK-436E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) -Sanyo SIP-15 -0 -15 -15 -Package_SIP -Sanyo_STK4xx-15_78.0x8.0mm_P2.54mm -Sanyo SIP-15, 78.0mm x 8.0mm bosy size, STK-437E STK-439E STK-441E STK-443E (http://datasheet.octopart.com/STK430-Sanyo-datasheet-107060.pdf) -Sanyo SIP-15 -0 -15 -15 -Package_SO -Diodes_PSOP-8 -8-Lead Plastic PSOP, Exposed Die Pad (see https://www.diodes.com/assets/Datasheets/AP2204.pdf) -SSOP 0.50 exposed pad -0 -12 -9 -Package_SO -Diodes_SO-8EP -8-Lead Plastic SO, Exposed Die Pad (see https://www.diodes.com/assets/Package-Files/SO-8EP.pdf) -SO exposed pad -0 -9 -9 -Package_SO -ETSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3x4.2mm -20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body with Exposed Pad [eTSSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.65 -0 -27 -21 -Package_SO -HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm -HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -13 -9 -Package_SO -HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.3x2.3mm_ThermalVias -HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l7980.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -18 -9 -Package_SO -HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm -HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -13 -9 -Package_SO -HSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.1mm_ThermalVias -HSOP, 8 Pin (https://www.st.com/resource/en/datasheet/l5973d.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -20 -9 -Package_SO -HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown -HSOP 11.0x15.9mm Pitch 1.27mm Slug Down (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 1.27mm -0 -23 -21 -Package_SO -HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugDown_ThermalVias -HSOP 11.0x15.9mm Pitch 1.27mm Slug Down Thermal Vias (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 1.27mm -0 -45 -21 -Package_SO -HSOP-20-1EP_11.0x15.9mm_P1.27mm_SlugUp -HSOP 11.0x15.9mm Pitch 1.27mm Slug Up (PowerSO-20) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/tda7266d.pdf, www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 1.27mm -0 -20 -20 -Package_SO -HSOP-32-1EP_7.5x11mm_P0.65mm_EP4.7x4.7mm -HSOP, 32 Pin (https://www.nxp.com/docs/en/package-information/SOT1746-3.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -37 -33 -Package_SO -HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown -HSOP 11.0x15.9mm Pitch 0.65mm Slug Down (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 0.65mm -0 -39 -37 -Package_SO -HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugDown_ThermalVias -HSOP 11.0x15.9mm Pitch 0.65mm Slug Down Thermal Vias (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 0.65mm -0 -61 -37 -Package_SO -HSOP-36-1EP_11.0x15.9mm_P0.65mm_SlugUp -HSOP 11.0x15.9mm Pitch 0.65mm Slug Up (PowerSO-36) [JEDEC MO-166] (http://www.st.com/resource/en/datasheet/vn808cm-32-e.pdf, http://www.st.com/resource/en/application_note/cd00003801.pdf) -HSOP 11.0 x 15.9mm Pitch 0.65mm -0 -36 -36 -Package_SO -HSOP-54-1EP_7.5x17.9mm_P0.65mm_EP4.6x4.6mm -HSOP, 54 Pin (https://www.nxp.com/docs/en/package-information/98ASA10506D.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOP SO -0 -59 -55 -Package_SO -HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm -HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSOP SO -0 -13 -9 -Package_SO -HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.4x3.2mm_ThermalVias -HTSOP, 8 Pin (https://media.digikey.com/pdf/Data%20Sheets/Rohm%20PDFs/BD9G341EFJ.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSOP SO -0 -20 -9 -Package_SO -HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm -HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -20 -15 -Package_SO -HTSSOP-14-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3.1mm_ThermalVias -HTSSOP, 14 Pin (http://www.ti.com/lit/ds/symlink/lm5161.pdf#page=34), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -36 -15 -Package_SO -HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm -16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad; (http://www.ti.com/lit/ds/symlink/drv8833.pdf) -SSOP 0.65 -0 -29 -17 -Package_SO -HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm -HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -20 -17 -Package_SO -HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask2.46x2.31mm_ThermalVias -HTSSOP, 16 Pin (http://www.analog.com/media/en/technical-documentation/data-sheets/LTC7810.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -27 -17 -Package_SO -HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3.4x5mm_Mask3x3mm_ThermalVias -16-Lead Plastic HTSSOP (4.4x5x1.2mm); Thermal pad with vias; (http://www.ti.com/lit/ds/symlink/drv8800.pdf) -SSOP 0.65 -0 -46 -17 -Package_SO -HTSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm -HTSSOP, 16 Pin (https://www.st.com/resource/en/datasheet/stp08cp05.pdf#page=20), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -21 -17 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.74x3.86mm -HTSSOP, 20 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4011fb.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -23 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.85x4mm -HTSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF U20E-1), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -23 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm -20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias -HTSSOP 0.65 -0 -29 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.4x3.7mm -HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/bq24006.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -24 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm -HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -26 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias -HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -42 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.75x3.43mm_ThermalVias_HandSolder -HTSSOP, 20 Pin (http://www.ti.com/lit/ds/symlink/tlc5971.pdf#page=37&zoom=160,-90,3), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -42 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm -HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -23 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_Mask2.96x2.96mm_ThermalVias -HTSSOP, 20 Pin (https://www.ti.com/lit/ds/symlink/tps2663.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -42 -21 -Package_SO -HTSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP3.4x6.5mm_ThermalVias -20-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [HTSSOP], with thermal pad with vias -HTSSOP 0.65 -0 -45 -21 -Package_SO -HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm -HTSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/stp16cp05.pdf#page=25), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -31 -25 -Package_SO -HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm -HTSSOP, 24 Pin (https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -27 -25 -Package_SO -HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x2.98mm_ThermalVias -HTSSOP, 24 Pin (https://www.ti.com/lit/ds/symlink/tlc5949.pdf#page=49), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -49 -25 -Package_SO -HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm -HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -28 -25 -Package_SO -HTSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.4x7.8mm_Mask2.4x4.68mm_ThermalVias -HTSSOP, 24 Pin (http://www.ti.com/lit/ds/symlink/tps703.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -47 -25 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm -HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -30 -29 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x5.4mm_ThermalVias -HTSSOP, 28 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -41 -29 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm -HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad -TSSOP HTSSOP 0.65 thermal pad -0 -39 -29 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm -HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad -TSSOP HTSSOP 0.65 thermal pad -0 -40 -29 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_Mask2.4x6.17mm_ThermalVias -HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad -TSSOP HTSSOP 0.65 thermal pad -0 -55 -29 -Package_SO -HTSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP3.4x9.5mm_ThermalVias -HTSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; thermal pad -TSSOP HTSSOP 0.65 thermal pad -0 -58 -29 -Package_SO -HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm -HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) -SSOP 0.65 PowerPAD -0 -43 -33 -Package_SO -HTSSOP-32-1EP_6.1x11mm_P0.65mm_EP5.2x11mm_Mask4.11x4.36mm_ThermalVias -HTSSOP32: plastic thin shrink small outline package; 32 leads; body width 6.1 mm; lead pitch 0.65 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot487-1_po.pdf) -SSOP 0.65 PowerPAD -0 -83 -33 -Package_SO -HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm -HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -46 -39 -Package_SO -HTSSOP-38-1EP_6.1x12.5mm_P0.65mm_EP5.2x12.5mm_Mask3.39x6.35mm_ThermalVias -HTSSOP, 38 Pin (http://www.ti.com/lit/ds/symlink/tlc5951.pdf#page=47&zoom=140,-67,15), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -87 -39 -Package_SO -HTSSOP-44_6.1x14mm_P0.635mm_TopEP4.14x7.01mm -HTSSOP, 44 Pin (http://www.ti.com/lit/ds/symlink/tpa3251.pdf#page=38), generated with kicad-footprint-generator ipc_gullwing_generator.py -HTSSOP SO -0 -44 -44 -Package_SO -HTSSOP-56-1EP_6.1x14mm_P0.5mm_EP3.61x6.35mm -HTSSOP56: plastic thin shrink small outline package http://www.ti.com/lit/ds/symlink/drv8301.pdf -HTSSOP 0.5 -0 -72 -57 -Package_SO -HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm -HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HVSSOP SO -0 -13 -9 -Package_SO -HVSSOP-8-1EP_3x3mm_P0.65mm_EP1.57x1.89mm_ThermalVias -HVSSOP, 8 Pin (https://www.ti.com/lit/ds/symlink/tpa6110a2.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HVSSOP SO -0 -18 -9 -Package_SO -HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm -HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HVSSOP SO -0 -15 -11 -Package_SO -HVSSOP-10-1EP_3x3mm_P0.5mm_EP1.57x1.88mm_ThermalVias -HVSSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/bq24090.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HVSSOP SO -0 -20 -11 -Package_SO -Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm -Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py -Infineon PG-DSO SO -0 -13 -9 -Package_SO -Infineon_PG-DSO-8-27_3.9x4.9mm_EP2.65x3mm_ThermalVias -Infineon PG-DSO, 8 Pin (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-8-27), generated with kicad-footprint-generator ipc_gullwing_generator.py -Infineon PG-DSO SO -0 -23 -9 -Package_SO -Infineon_PG-DSO-8-43 -Infineon_PG-DSO-8-43 -DSO DSO-8 SOIC SOIC-8 -0 -12 -9 -Package_SO -Infineon_PG-DSO-12-9 -Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) -PG-DSO -0 -23 -13 -Package_SO -Infineon_PG-DSO-12-9_ThermalVias -Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-9/) -PG-DSO -0 -42 -13 -Package_SO -Infineon_PG-DSO-12-11 -Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) -PG-DSO -0 -23 -13 -Package_SO -Infineon_PG-DSO-12-11_ThermalVias -Infineon PG-DSO 12 pin, exposed pad: 4.5x8.1mm, with thermal vias (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-12-11/) -PG-DSO -0 -42 -13 -Package_SO -Infineon_PG-DSO-20-30 -Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) -DSO-20 -0 -31 -21 -Package_SO -Infineon_PG-DSO-20-30_ThermalVias -Infineon SO package 20pin, exposed pad 4.5x7mm (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-71/) -DSO-20 -0 -45 -21 -Package_SO -Infineon_PG-DSO-20-32 -Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-32/) -DSO-20 -0 -20 -20 -Package_SO -Infineon_PG-DSO-20-85 -Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) -DSO-20 -0 -31 -21 -Package_SO -Infineon_PG-DSO-20-85_ThermalVias -Infineon SO package 20pin with exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-85/) -DSO-20 -0 -113 -21 -Package_SO -Infineon_PG-DSO-20-87 -Infineon SO package 20pin without exposed pad (https://www.infineon.com/cms/en/product/packages/PG-DSO/PG-DSO-20-87/) -DSO-20 -0 -20 -20 -Package_SO -Infineon_PG-TSDSO-14-22 -Infineon_PG-TSDSO-14-22 -Infineon TSDSO 14-22 -0 -17 -15 -Package_SO -Linear_MSOP-12-16-1EP_3x4mm_P0.5mm -12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see http://cds.linear.com/docs/en/datasheet/3630fd.pdf) -SSOP 0.5 -0 -15 -13 -Package_SO -Linear_MSOP-12-16_3x4mm_P0.5mm -12-Lead Plastic Micro Small Outline Package (MS) [MSOP], variant of MSOP-16 (see https://www.analog.com/media/en/technical-documentation/data-sheets/3748fb.pdf) -SSOP 0.5 -0 -12 -12 -Package_SO -MFSOP6-4_4.4x3.6mm_P1.27mm -https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.4pin%20MFSOP6.html -MFSOP 4 pin SMD -0 -4 -4 -Package_SO -MFSOP6-5_4.4x3.6mm_P1.27mm -https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.5pin%20MFSOP6.html -MFSOP 4 pin SMD -0 -5 -5 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm -MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -13 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.68x1.88mm_ThermalVias -MSOP, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/4440fb.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -18 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm -MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -13 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.73x1.85mm_ThermalVias -MSOP, 8 Pin (http://www.ti.com/lit/ds/symlink/lm25085.pdf#page=32), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -18 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm -MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -13 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP1.95x2.15mm_ThermalVias -MSOP, 8 Pin (http://www.st.com/resource/en/datasheet/pm8834.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -18 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm -MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -14 -9 -Package_SO -MSOP-8-1EP_3x3mm_P0.65mm_EP2.5x3mm_Mask1.73x2.36mm_ThermalVias -MSOP, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/mic5355_6.pdf#page=15), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -19 -9 -Package_SO -MSOP-8_3x3mm_P0.65mm -MSOP, 8 Pin (https://www.jedec.org/system/files/docs/mo-187F.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -8 -8 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm -MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -15 -11 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP1.68x1.88mm_ThermalVias -MSOP, 10 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3805fg.pdf#page=18), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -20 -11 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm -MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -15 -11 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP1.73x1.98mm_ThermalVias -MSOP, 10 Pin (www.allegromicro.com/~/media/Files/Datasheets/A4952-3-Datasheet.ashx?la=en#page=10), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -20 -11 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm -MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -16 -11 -Package_SO -MSOP-10-1EP_3x3mm_P0.5mm_EP2.2x3.1mm_Mask1.83x1.89mm_ThermalVias -MSOP, 10 Pin (https://www.ti.com/lit/ds/symlink/xtr111.pdf#page=27), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -23 -11 -Package_SO -MSOP-10_3x3mm_P0.5mm -10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.5 -0 -10 -10 -Package_SO -MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm -MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -17 -13 -Package_SO -MSOP-12-1EP_3x4mm_P0.65mm_EP1.65x2.85mm_ThermalVias -MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/3652fe.pdf#page=24), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -24 -13 -Package_SO -MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm -10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.5 -0 -19 -13 -Package_SO -MSOP-12-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias -10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.5 -0 -25 -13 -Package_SO -MSOP-12-16_3x4mm_P0.5mm -10-Lead Plastic Micro Small Outline Package (MS) [MSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.5 -0 -12 -12 -Package_SO -MSOP-12_3x4mm_P0.65mm -MSOP, 12 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/6957fb.pdf#page=36), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -12 -12 -Package_SO -MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm -MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -21 -17 -Package_SO -MSOP-16-1EP_3x4.039mm_P0.5mm_EP1.651x2.845mm_ThermalVias -MSOP, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081667_F_MSE16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -28 -17 -Package_SO -MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm -MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -21 -17 -Package_SO -MSOP-16-1EP_3x4mm_P0.5mm_EP1.65x2.85mm_ThermalVias -MSOP, 16 Pin (http://cds.linear.com/docs/en/datasheet/37551fd.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -28 -17 -Package_SO -MSOP-16_3x4.039mm_P0.5mm -MSOP, 16 Pin (http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-msop/05081669_A_MS16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -16 -16 -Package_SO -MSOP-16_3x4mm_P0.5mm -MSOP, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/436412f.pdf#page=22), generated with kicad-footprint-generator ipc_gullwing_generator.py -MSOP SO -0 -16 -16 -Package_SO -ONSemi_SO-8FL_488AA -ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A https://www.onsemi.com/pub/Collateral/488AA.PDF -ON Semi DFN5 5x6mm 1.27P SO-8FL CASE 488A -0 -5 -5 -Package_SO -OnSemi_Micro8 -ON Semiconductor Micro8 (Case846A-02): https://www.onsemi.com/pub/Collateral/846A-02.PDF -micro8 -0 -8 -8 -Package_SO -PSOP-44_16.9x27.17mm_P1.27mm -PSOP44: plastic thin shrink small outline package; 44 leads; body width 16.90 mm -PSOP 1.27 -0 -44 -44 -Package_SO -PowerIntegrations_SO-8 -Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://ac-dc.power.com/sites/default/files/product-docs/senzero_family_datasheet.pdf -SOIC 1.27 -0 -8 -8 -Package_SO -PowerIntegrations_SO-8B -Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf -SOIC 1.27 -0 -7 -7 -Package_SO -PowerIntegrations_SO-8C -Power-Integrations variant of 8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], see https://www.mouser.com/ds/2/328/linkswitch-pl_family_datasheet-12517.pdf -SOIC 1.27 -0 -7 -7 -Package_SO -PowerIntegrations_eSOP-12B -eSOP-12B SMT Flat Package with Heatsink Tab, see https://ac-dc.power.com/sites/default/files/product-docs/topswitch-jx_family_datasheet.pdf -Power Integrations K Package -0 -12 -12 -Package_SO -PowerPAK_SO-8L_Single -PowerPAK SO-8L Single (https://www.vishay.com/docs/64721/an913.pdf) -PowerPAK SO-8L_Single -0 -13 -5 -Package_SO -PowerPAK_SO-8_Dual -PowerPAK SO-8 Dual (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72600/72600.pdf) -PowerPAK SO-8 Dual -0 -10 -6 -Package_SO -PowerPAK_SO-8_Single -PowerPAK SO-8 Single (https://www.vishay.com/docs/71655/powerpak.pdf, https://www.vishay.com/docs/72599/72599.pdf) -PowerPAK SO-8 Single -0 -9 -5 -Package_SO -QSOP-16_3.9x4.9mm_P0.635mm -16-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.635 -0 -16 -16 -Package_SO -QSOP-20_3.9x8.7mm_P0.635mm -20-Lead Plastic Shrink Small Outline Narrow Body (http://www.analog.com/media/en/technical-documentation/data-sheets/ADuM7640_7641_7642_7643.pdf) -QSOP 0.635 -0 -20 -20 -Package_SO -QSOP-24_3.9x8.7mm_P0.635mm -24-Lead Plastic Shrink Small Outline Narrow Body (QR)-.150" Body [QSOP] (see Microchip Packaging Specification 00000049CH.pdf) -QSOP 0.635 -0 -24 -24 -Package_SO -SC-74-6_1.5x2.9mm_P0.95mm -SC-74, 6 Pin (https://www.nxp.com/docs/en/package-information/SOT457.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SC-74 SO -0 -6 -6 -Package_SO -SO-4_4.4x2.3mm_P1.27mm -4-Lead Plastic Small Outline (SO), see http://datasheet.octopart.com/OPIA403BTRE-Optek-datasheet-5328560.pdf -SO SOIC 1.27 -0 -4 -4 -Package_SO -SO-4_4.4x3.6mm_P2.54mm -4-Lead Plastic Small Outline (SO), see https://www.elpro.org/de/index.php?controller=attachment&id_attachment=339 -SO SOIC 2.54 -0 -4 -4 -Package_SO -SO-4_4.4x3.9mm_P2.54mm -SO, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=10047&prodName=TLP3123), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -4 -4 -Package_SO -SO-4_4.4x4.3mm_P2.54mm -4-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/docs/AV02-0173EN -SO SOIC 2.54 -0 -4 -4 -Package_SO -SO-4_7.6x3.6mm_P2.54mm -4-Lead Plastic Small Outline (SO) (http://www.everlight.com/file/ProductFile/201407061745083848.pdf) -SO SOIC 2.54 -0 -4 -4 -Package_SO -SO-5_4.4x3.6mm_P1.27mm -5-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SO SOIC 1.27 -0 -5 -5 -Package_SO -SO-6L_10x3.84mm_P1.27mm -6-pin plasic small outline 7,5mm long https://toshiba.semicon-storage.com/info/docget.jsp?did=53548&prodName=TLP2770 -SO-6L -0 -6 -6 -Package_SO -SO-6_4.4x3.6mm_P1.27mm -6-Lead Plastic Small Outline (SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SO SOIC 1.27 -0 -6 -6 -Package_SO -SO-8_3.9x4.9mm_P1.27mm -SO, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -8 -8 -Package_SO -SO-8_5.3x6.2mm_P1.27mm -SO, 8 Pin (https://www.ti.com/lit/ml/msop001a/msop001a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -8 -8 -Package_SO -SO-14_3.9x8.65mm_P1.27mm -SO, 14 Pin (https://www.st.com/resource/en/datasheet/l6491.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -14 -14 -Package_SO -SO-14_5.3x10.2mm_P1.27mm -SO, 14 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -14 -14 -Package_SO -SO-16_3.9x9.9mm_P1.27mm -SO, 16 Pin (https://www.nxp.com/docs/en/package-information/SOT109-1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -16 -16 -Package_SO -SO-16_5.3x10.2mm_P1.27mm -SO, 16 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -16 -16 -Package_SO -SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm -SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -23 -21 -Package_SO -SO-20-1EP_7.52x12.825mm_P1.27mm_EP6.045x12.09mm_Mask3.56x4.47mm_ThermalVias -SO, 20 Pin (http://www.ti.com/lit/ds/symlink/opa569.pdf, http://www.ti.com/lit/an/slma004b/slma004b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -51 -21 -Package_SO -SO-20_5.3x12.6mm_P1.27mm -SO, 20 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -20 -20 -Package_SO -SO-20_12.8x7.5mm_P1.27mm -SO-20, 12.8x7.5mm, https://www.nxp.com/docs/en/data-sheet/SA605.pdf -S0-20 -0 -20 -20 -Package_SO -SO-24_5.3x15mm_P1.27mm -SO, 24 Pin (https://www.ti.com/lit/ml/msop002a/msop002a.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SO SO -0 -24 -24 -Package_SO -SOIC-4_4.55x2.6mm_P1.27mm -SOIC, 4 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12884&prodName=TLP291), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -4 -4 -Package_SO -SOIC-4_4.55x3.7mm_P2.54mm -SOIC, 6 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=11791&prodName=TLP185), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -4 -4 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm -SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -13 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.29x3mm_ThermalVias -SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm -SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -13 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.3mm_ThermalVias -SOIC, 8 Pin (http://www.allegromicro.com/~/media/Files/Datasheets/A4950-Datasheet.ashx#page=8), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm -SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -13 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.41x3.81mm_ThermalVias -SOIC, 8 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ada4898-1_4898-2.pdf#page=29), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm -SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -13 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.62x3.51mm_ThermalVias -SOIC, 8 Pin (https://www.monolithicpower.com/en/documentview/productdocument/index/version/2/document_type/Datasheet/lang/en/sku/MP2303A/document_id/494#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm -SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -14 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.71x3.4mm_ThermalVias -SOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lm5017.pdf#page=31), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -23 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm -SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -13 -9 -Package_SO -SOIC-8-1EP_3.9x4.9mm_P1.27mm_EP2.514x3.2mm_ThermalVias -SOIC, 8 Pin (https://www.renesas.com/eu/en/www/doc/datasheet/hip2100.pdf#page=13), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -9 -Package_SO -SOIC-8-N7_3.9x4.9mm_P1.27mm -8-Lead Plastic Small Outline (SN) - Narrow, 3.90 mm Body [SOIC], pin 7 removed (Microchip Packaging Specification 00000049BS.pdf, http://www.onsemi.com/pub/Collateral/NCP1207B.PDF) -SOIC 1.27 -0 -7 -7 -Package_SO -SOIC-8W_5.3x5.3mm_P1.27mm -8-Lead Plastic Small Outline (SM) - 5.28 mm Body [SOIC] (http://ww1.microchip.com/downloads/en/PackagingSpec/00000049BQ.pdf) -SOIC 1.27 -0 -8 -8 -Package_SO -SOIC-8_3.9x4.9mm_P1.27mm -SOIC, 8 Pin (JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -8 -8 -Package_SO -SOIC-8_5.23x5.23mm_P1.27mm -SOIC, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf#page=68), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -8 -8 -Package_SO -SOIC-8_5.275x5.275mm_P1.27mm -SOIC, 8 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/20005045C.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -8 -8 -Package_SO -SOIC-8_7.5x5.85mm_P1.27mm -SOIC, 8 Pin (http://www.ti.com/lit/ml/mpds382b/mpds382b.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -8 -8 -Package_SO -SOIC-14-16_3.9x9.9mm_P1.27mm -SOIC, 16 Pin package with pin 2 and 13 removed for voltage clearance (UCC256301, https://www.ti.com/lit/ds/symlink/ucc256301.pdf) -SOIC SO -0 -14 -14 -Package_SO -SOIC-14W_7.5x9mm_P1.27mm -SOIC, 14 Pin (JEDEC MS-013AF, https://www.analog.com/media/en/package-pcb-resources/package/54614177245586rw_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -14 -14 -Package_SO -SOIC-14_3.9x8.7mm_P1.27mm -SOIC, 14 Pin (JEDEC MS-012AB, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_14.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -14 -14 -Package_SO -SOIC-16W-12_7.5x10.3mm_P1.27mm -SOIC-16 With 12 Pin Placed - Wide, 7.50 mm Body [SOIC] (https://docs.broadcom.com/docs/AV02-0169EN) -SOIC 1.27 16 12 Wide -0 -12 -12 -Package_SO -SOIC-16W_5.3x10.2mm_P1.27mm -16-Lead Plastic Small Outline (SO) - Wide, 5.3 mm Body (http://www.ti.com/lit/ml/msop002a/msop002a.pdf) -SOIC 1.27 -0 -16 -16 -Package_SO -SOIC-16W_7.5x10.3mm_P1.27mm -SOIC, 16 Pin (JEDEC MS-013AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/rw_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -16 -16 -Package_SO -SOIC-16W_7.5x12.8mm_P1.27mm -SOIC, 16 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ri_soic_ic/ri_16_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -16 -16 -Package_SO -SOIC-16_3.9x9.9mm_P1.27mm -SOIC, 16 Pin (JEDEC MS-012AC, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_16.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -16 -16 -Package_SO -SOIC-16_4.55x10.3mm_P1.27mm -SOIC, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12858&prodName=TLP291-4), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -16 -16 -Package_SO -SOIC-18W_7.5x11.6mm_P1.27mm -SOIC, 18 Pin (JEDEC MS-013AB, https://www.analog.com/media/en/package-pcb-resources/package/33254132129439rw_18.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -18 -18 -Package_SO -SOIC-20W_7.5x12.8mm_P1.27mm -SOIC, 20 Pin (JEDEC MS-013AC, https://www.analog.com/media/en/package-pcb-resources/package/233848rw_20.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -20 -Package_SO -SOIC-20W_7.5x15.4mm_P1.27mm -SOIC, 20 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RI_20_1.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -20 -20 -Package_SO -SOIC-24W_7.5x15.4mm_P1.27mm -SOIC, 24 Pin (JEDEC MS-013AD, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_wide-rw/RW_24.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -24 -24 -Package_SO -SOIC-28W_7.5x17.9mm_P1.27mm -SOIC, 28 Pin (JEDEC MS-013AE, https://www.analog.com/media/en/package-pcb-resources/package/35833120341221rw_28.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -28 -28 -Package_SO -SOIC-28W_7.5x18.7mm_P1.27mm -SOIC, 28 Pin (https://www.akm.com/akm/en/file/datasheet/AK5394AVS.pdf#page=23), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOIC SO -0 -28 -28 -Package_SO -SOJ-36_10.16x23.49mm_P1.27mm -SOJ, 36 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOJ SO -0 -36 -36 -Package_SO -SOP-4_3.8x4.1mm_P2.54mm -SOP, 4 Pin (http://www.ixysic.com/home/pdfs.nsf/www/CPC1017N.pdf/$file/CPC1017N.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -4 -4 -Package_SO -SOP-4_4.4x2.6mm_P1.27mm -SOP, 4 Pin (http://www.vishay.com/docs/83510/tcmt1100.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -4 -4 -Package_SO -SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm -SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -13 -9 -Package_SO -SOP-8-1EP_4.57x4.57mm_P1.27mm_EP4.57x4.45mm_ThermalVias -SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX112.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -20 -9 -Package_SO -SOP-8_3.9x4.9mm_P1.27mm -SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=79), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -8 -8 -Package_SO -SOP-8_3.76x4.96mm_P1.27mm -SOP, 8 Pin (https://ww2.minicircuits.com/case_style/XX211.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -8 -8 -Package_SO -SOP-8_5.28x5.23mm_P1.27mm -SOP, 8 Pin (http://www.macronix.com/Lists/Datasheet/Attachments/7534/MX25R3235F,%20Wide%20Range,%2032Mb,%20v1.6.pdf#page=80), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -8 -8 -Package_SO -SOP-8_6.62x9.15mm_P2.54mm -SOP, 8 Pin (http://www.ti.com/lit/ds/symlink/iso1050.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -8 -8 -Package_SO -SOP-16_3.9x9.9mm_P1.27mm -SOP, 16 Pin (https://www.diodes.com/assets/Datasheets/PAM8403.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -16 -16 -Package_SO -SOP-16_4.4x10.4mm_P1.27mm -SOP, 16 Pin (https://www.vishay.com/docs/83513/tcmd1000.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -16 -16 -Package_SO -SOP-16_4.55x10.3mm_P1.27mm -SOP, 16 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=12855&prodName=TLP290-4), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -16 -16 -Package_SO -SOP-18_7x12.5mm_P1.27mm -SOP, 18 Pin (https://toshiba.semicon-storage.com/info/docget.jsp?did=30523), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -18 -18 -Package_SO -SOP-20_7.5x12.8mm_P1.27mm -SOP, 20 Pin (https://www.holtek.com/documents/10179/116723/sop20-300.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -20 -20 -Package_SO -SOP-24_7.5x15.4mm_P1.27mm -SOP, 24 Pin (http://www.issi.com/WW/pdf/31FL3218.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOP SO -0 -24 -24 -Package_SO -SSO-4_6.7x5.1mm_P2.54mm_Clearance8mm -4-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/84299/vor1142b4.pdf -SSO Stretched SO SOIC 2.54 -0 -4 -4 -Package_SO -SSO-6_6.8x4.6mm_P1.27mm_Clearance7mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC 1.27 -0 -6 -6 -Package_SO -SSO-6_6.8x4.6mm_P1.27mm_Clearance8mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC 1.27 -0 -6 -6 -Package_SO -SSO-7-8_6.4x9.78mm_P2.54mm -SSO, 7 Pin (https://b2b-api.panasonic.eu/file_stream/pids/fileversion/2787), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSO SO -0 -7 -7 -Package_SO -SSO-8_6.7x9.8mm_P2.54mm_Clearance8mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://www.vishay.com/docs/83831/lh1533ab.pdf -SSO Stretched SO SOIC Pitch 2.54 -0 -8 -8 -Package_SO -SSO-8_6.8x5.9mm_P1.27mm_Clearance7mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC Pitch 1.27 -0 -8 -8 -Package_SO -SSO-8_6.8x5.9mm_P1.27mm_Clearance8mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC Pitch 1.27 -0 -8 -8 -Package_SO -SSO-8_9.6x6.3mm_P1.27mm_Clearance10.5mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC Pitch 1.27 -0 -8 -8 -Package_SO -SSO-8_13.6x6.3mm_P1.27mm_Clearance14.2mm -8-Lead Plastic Stretched Small Outline (SSO/Stretched SO), see https://docs.broadcom.com/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobheadername1=Content-Disposition&blobheadername2=Content-Type&blobheadername3=MDT-Type&blobheadervalue1=attachment%3Bfilename%3DIPD-Selection-Guide_AV00-0254EN_030617.pdf&blobheadervalue2=application%2Fx-download&blobheadervalue3=abinary%253B%2Bcharset%253DUTF-8&blobkey=id&blobnocache=true&blobtable=MungoBlobs&blobwhere=1430884105675&ssbinary=true -SSO Stretched SO SOIC Pitch 1.27 -0 -8 -8 -Package_SO -SSOP-8_2.95x2.8mm_P0.65mm -SSOP-8 2.9 x2.8mm Pitch 0.65mm -SSOP-8 2.95x2.8mm Pitch 0.65mm -0 -8 -8 -Package_SO -SSOP-8_3.9x5.05mm_P1.27mm -SSOP, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -8 -8 -Package_SO -SSOP-8_3.95x5.21x3.27mm_P1.27mm -SSOP-8 3.95x5.21x3.27mm Pitch 1.27mm -SSOP-8 3.95x5.21x3.27mm 1.27mm -0 -8 -8 -Package_SO -SSOP-8_5.25x5.24mm_P1.27mm -SSOP, 8 Pin (http://www.fujitsu.com/ca/en/Images/MB85RS2MT-DS501-00023-1v0-E.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -8 -8 -Package_SO -SSOP-10_3.9x4.9mm_P1.00mm -10-Lead SSOP, 3.9 x 4.9mm body, 1.00mm pitch (http://www.st.com/resource/en/datasheet/viper01.pdf) -SSOP 3.9 4.9 1.00 -0 -10 -10 -Package_SO -SSOP-14_5.3x6.2mm_P0.65mm -SSOP14: plastic shrink small outline package; 14 leads; body width 5.3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot337-1_po.pdf) -SSOP 0.65 -0 -14 -14 -Package_SO -SSOP-16_3.9x4.9mm_P0.635mm -SSOP16: plastic shrink small outline package; 16 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot519-1_po.pdf) -SSOP 0.635 -0 -16 -16 -Package_SO -SSOP-16_4.4x5.2mm_P0.65mm -SSOP16: plastic shrink small outline package; 16 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot369-1_po.pdf) -SSOP 0.65 -0 -16 -16 -Package_SO -SSOP-16_5.3x6.2mm_P0.65mm -SSOP, 16 Pin (https://assets.nexperia.com/documents/data-sheet/74HC_HCT165.pdf#page=14), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -16 -16 -Package_SO -SSOP-18_4.4x6.5mm_P0.65mm -SSOP18: plastic shrink small outline package; 18 leads; body width 4.4 mm (http://toshiba.semicon-storage.com/info/docget.jsp?did=30523&prodName=TBD62783APG) -SSOP 0.65 -0 -18 -18 -Package_SO -SSOP-20_3.9x8.7mm_P0.635mm -SSOP20: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT231X.pdf) -SSOP 0.635 -0 -20 -20 -Package_SO -SSOP-20_4.4x6.5mm_P0.65mm -SSOP20: plastic shrink small outline package; 20 leads; body width 4.4 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot266-1_po.pdf) -SSOP 0.65 -0 -20 -20 -Package_SO -SSOP-20_5.3x7.2mm_P0.65mm -SSOP, 20 Pin (http://ww1.microchip.com/downloads/en/DeviceDoc/40001800C.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -20 -20 -Package_SO -SSOP-24_3.9x8.7mm_P0.635mm -SSOP24: plastic shrink small outline package; 24 leads; body width 3.9 mm; lead pitch 0.635; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot556-1_po.pdf) -SSOP 0.635 -0 -24 -24 -Package_SO -SSOP-24_5.3x8.2mm_P0.65mm -24-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.65 -0 -24 -24 -Package_SO -SSOP-28_3.9x9.9mm_P0.635mm -SSOP28: plastic shrink small outline package; 28 leads; body width 3.9 mm; lead pitch 0.635; (see http://cds.linear.com/docs/en/datasheet/38901fb.pdf) -SSOP 0.635 -0 -28 -28 -Package_SO -SSOP-28_5.3x10.2mm_P0.65mm -28-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (see Microchip Packaging Specification 00000049BS.pdf) -SSOP 0.65 -0 -28 -28 -Package_SO -SSOP-32_11.305x20.495mm_P1.27mm -SSOP, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -32 -32 -Package_SO -SSOP-44_5.3x12.8mm_P0.5mm -44-Lead Plastic Shrink Small Outline (SS)-5.30 mm Body [SSOP] (http://cds.linear.com/docs/en/datasheet/680313fa.pdf) -SSOP 0.5 -0 -44 -44 -Package_SO -SSOP-48_5.3x12.8mm_P0.5mm -SSOP, 48 Pin (https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-ssop/05081887_A_G48.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -SSOP SO -0 -48 -48 -Package_SO -SSOP-48_7.5x15.9mm_P0.635mm -SSOP48: plastic shrink small outline package; 48 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot370-1_po.pdf) -SSOP 0.635 -0 -48 -48 -Package_SO -SSOP-56_7.5x18.5mm_P0.635mm -SSOP56: plastic shrink small outline package; 56 leads; body width 7.5 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot371-1_po.pdf) -SSOP 0.635 -0 -56 -56 -Package_SO -STC_SOP-16_3.9x9.9mm_P1.27mm -STC SOP, 16 Pin (https://www.stcmicro.com/datasheet/STC15F2K60S2-en.pdf#page=156), generated with kicad-footprint-generator ipc_gullwing_generator.py -STC SOP SO -0 -16 -16 -Package_SO -ST_MultiPowerSO-30 -MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm (http://www.st.com/resource/en/datasheet/vnh2sp30-e.pdf) -MultiPowerSO-30 3EP 16.0x17.2mm Pitch 1mm -0 -33 -33 -Package_SO -ST_PowerSSO-24_SlugDown -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm -0 -25 -25 -Package_SO -ST_PowerSSO-24_SlugDown_ThermalVias -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm -0 -38 -25 -Package_SO -ST_PowerSSO-24_SlugUp -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7266p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-24 1EP 7.5x10.3mm Pitch 0.8mm -0 -24 -24 -Package_SO -ST_PowerSSO-36_SlugDown -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm -0 -37 -37 -Package_SO -ST_PowerSSO-36_SlugDown_ThermalVias -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm -0 -50 -37 -Package_SO -ST_PowerSSO-36_SlugUp -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm [JEDEC MO-271] (http://www.st.com/resource/en/datasheet/tda7492p.pdf, http://freedatasheets.com/downloads/Technical%20Note%20Powersso24%20TN0054.pdf) -ST PowerSSO-36 1EP 7.5x10.3mm Pitch 0.8mm -0 -36 -36 -Package_SO -TI_SO-PowerPAD-8 -8-Lead Plastic PSOP, Exposed Die Pad (TI DDA0008B, see http://www.ti.com/lit/ds/symlink/lm3404.pdf) -SSOP 0.50 exposed pad -0 -12 -9 -Package_SO -TI_SO-PowerPAD-8_ThermalVias -8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm² body, exposed pad, thermal vias with large copper area, as proposed in http://www.ti.com/lit/ds/symlink/tps5430.pdf -HTSOP 1.27 -0 -19 -9 -Package_SO -TSOP-5_1.65x3.05mm_P0.95mm -TSOP-5 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf -Jedec MO-193C TSOP-5L -0 -5 -5 -Package_SO -TSOP-6_1.65x3.05mm_P0.95mm -TSOP-6 package (comparable to TSOT-23), https://www.vishay.com/docs/71200/71200.pdf -Jedec MO-193C TSOP-6L -0 -6 -6 -Package_SO -TSOP-I-24_12.4x6mm_P0.5mm -TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -24 -24 -Package_SO -TSOP-I-24_14.4x6mm_P0.5mm -TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -24 -24 -Package_SO -TSOP-I-24_16.4x6mm_P0.5mm -TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -24 -24 -Package_SO -TSOP-I-24_18.4x6mm_P0.5mm -TSOP-I, 24 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation AD), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -24 -24 -Package_SO -TSOP-I-28_11.8x8mm_P0.55mm -TSOP I, 28 pins, 18.8x8mm body, 0.55mm pitch, IPC-calculated pads (http://ww1.microchip.com/downloads/en/devicedoc/doc0807.pdf) -TSOP I 28 pins -0 -28 -28 -Package_SO -TSOP-I-32_11.8x8mm_P0.5mm -TSOP-I, 32 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -32 -32 -Package_SO -TSOP-I-32_12.4x8mm_P0.5mm -TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -32 -32 -Package_SO -TSOP-I-32_14.4x8mm_P0.5mm -TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -32 -32 -Package_SO -TSOP-I-32_16.4x8mm_P0.5mm -TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -32 -32 -Package_SO -TSOP-I-32_18.4x8mm_P0.5mm -TSOP-I, 32 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation BD), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -32 -32 -Package_SO -TSOP-I-32_18.4x8mm_P0.5mm_Reverse -TSOP I, 32 pins, 18.4x8mm body (http://www.futurlec.com/Datasheet/Memory/628128.pdf), reverse mount -TSOP I 32 reverse -0 -32 -32 -Package_SO -TSOP-I-40_12.4x10mm_P0.5mm -TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -40 -40 -Package_SO -TSOP-I-40_14.4x10mm_P0.5mm -TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -40 -40 -Package_SO -TSOP-I-40_16.4x10mm_P0.5mm -TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -40 -40 -Package_SO -TSOP-I-40_18.4x10mm_P0.5mm -TSOP-I, 40 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation CD), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -40 -40 -Package_SO -TSOP-I-48_12.4x12mm_P0.5mm -TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -48 -48 -Package_SO -TSOP-I-48_14.4x12mm_P0.5mm -TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -48 -48 -Package_SO -TSOP-I-48_16.4x12mm_P0.5mm -TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -48 -48 -Package_SO -TSOP-I-48_18.4x12mm_P0.5mm -TSOP-I, 48 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation DD), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -48 -48 -Package_SO -TSOP-I-56_14.4x14mm_P0.5mm -TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -56 -56 -Package_SO -TSOP-I-56_16.4x14mm_P0.5mm -TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -56 -56 -Package_SO -TSOP-I-56_18.4x14mm_P0.5mm -TSOP-I, 56 Pin (https://www.jedec.org/standards-documents/docs/mo-142-d variation EC), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-I SO -0 -56 -56 -Package_SO -TSOP-II-32_21.0x10.2mm_P1.27mm -32-lead plastic TSOP; Type II -TSOP-II 32 -0 -32 -32 -Package_SO -TSOP-II-44_10.16x18.41mm_P0.8mm -TSOP-II, 44 Pin (http://www.issi.com/WW/pdf/61-64C5128AL.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOP-II SO -0 -44 -44 -Package_SO -TSOP-II-54_22.2x10.16mm_P0.8mm -54-lead TSOP typ II package -TSOPII TSOP2 -0 -54 -54 -Package_SO -TSSOP-4_4.4x5mm_P4mm -TSSOP, 4 Pin (https://www.onsemi.com/pub/Collateral/MDB8S-D.PDF#page=4), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -4 -4 -Package_SO -TSSOP-8_3x3mm_P0.65mm -TSSOP8: plastic thin shrink small outline package; 8 leads; body width 3 mm; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot505-1_po.pdf) -SSOP 0.65 -0 -8 -8 -Package_SO -TSSOP-8_4.4x3mm_P0.65mm -TSSOP, 8 Pin (JEDEC MO-153 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -8 -8 -Package_SO -TSSOP-10_3x3mm_P0.5mm -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) -SSOP 0.5 -0 -10 -10 -Package_SO -TSSOP-14-1EP_4.4x5mm_P0.65mm -14-Lead Plastic Thin Shrink Small Outline (ST)-4.4 mm Body [TSSOP] with exposed pad (http://cds.linear.com/docs/en/datasheet/34301fa.pdf) -SSOP 0.65 exposed pad -0 -18 -15 -Package_SO -TSSOP-14_4.4x3.6mm_P0.4mm -TSSOP, 14 Pin (JEDEC MO-194 Var AA https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -14 -14 -Package_SO -TSSOP-14_4.4x5mm_P0.65mm -TSSOP, 14 Pin (JEDEC MO-153 Var AB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -14 -14 -Package_SO -TSSOP-16-1EP_4.4x5mm_P0.65mm -FE Package; 16-Lead Plastic TSSOP (4.4mm); Exposed Pad Variation BB; (see Linear Technology 1956f.pdf) -SSOP 0.65 -0 -24 -17 -Package_SO -TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm -TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -21 -17 -Package_SO -TSSOP-16-1EP_4.4x5mm_P0.65mm_EP3x3mm_ThermalVias -TSSOP, 16 Pin (Allegro A4954 https://www.allegromicro.com/-/media/Files/Datasheets/A4954-Datasheet.ashx), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -26 -17 -Package_SO -TSSOP-16_4.4x3.6mm_P0.4mm -TSSOP, 16 Pin (JEDEC MO-194 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -16 -16 -Package_SO -TSSOP-16_4.4x5mm_P0.65mm -TSSOP, 16 Pin (JEDEC MO-153 Var AB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -16 -16 -Package_SO -TSSOP-20-1EP_4.4x6.5mm_P0.65mm_EP2.15x3.35mm -TSSOP, 20 Pin (https://pdfserv.maximintegrated.com/package_dwgs/21-100132.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -25 -21 -Package_SO -TSSOP-20_4.4x5mm_P0.4mm -TSSOP, 20 Pin (JEDEC MO-194 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -20 -20 -Package_SO -TSSOP-20_4.4x5mm_P0.5mm -TSSOP, 20 Pin (JEDEC MO-153 Var BA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -20 -20 -Package_SO -TSSOP-20_4.4x6.5mm_P0.65mm -TSSOP, 20 Pin (JEDEC MO-153 Var AC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -20 -20 -Package_SO -TSSOP-24-1EP_4.4x7.8mm_P0.65mm_EP3.2x5mm -TSSOP, 24 Pin (https://www.st.com/resource/en/datasheet/led1642gw.pdf#page=37), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -31 -25 -Package_SO -TSSOP-24_4.4x5mm_P0.4mm -TSSOP, 24 Pin (JEDEC MO-153 Var CA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -24 -24 -Package_SO -TSSOP-24_4.4x6.5mm_P0.5mm -TSSOP, 24 Pin (JEDEC MO-153 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -24 -24 -Package_SO -TSSOP-24_4.4x7.8mm_P0.65mm -TSSOP, 24 Pin (JEDEC MO-153 Var AD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -24 -24 -Package_SO -TSSOP-24_6.1x7.8mm_P0.65mm -TSSOP, 24 Pin (JEDEC MO-153 Var DA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -24 -24 -Package_SO -TSSOP-28-1EP_4.4x9.7mm_P0.65mm -TSSOP28: plastic thin shrink small outline package; 28 leads; body width 4.4 mm; Exposed Pad Variation; (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot361-1_po.pdf) -SSOP 0.65 -0 -36 -29 -Package_SO -TSSOP-28-1EP_4.4x9.7mm_P0.65mm_EP2.85x6.7mm -TSSOP, 28 Pin (JEDEC MO-153 Var AET Pkg.Code U28E-4 https://pdfserv.maximintegrated.com/package_dwgs/21-0108.PDF), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -35 -29 -Package_SO -TSSOP-28_4.4x7.8mm_P0.5mm -TSSOP, 28 Pin (JEDEC MO-153 Var BC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -28 -28 -Package_SO -TSSOP-28_4.4x9.7mm_P0.65mm -TSSOP, 28 Pin (JEDEC MO-153 Var AE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -28 -28 -Package_SO -TSSOP-28_6.1x7.8mm_P0.5mm -TSSOP, 28 Pin (JEDEC MO-153 Var EA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -28 -28 -Package_SO -TSSOP-28_6.1x9.7mm_P0.65mm -TSSOP, 28 Pin (JEDEC MO-153 Var DB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -28 -28 -Package_SO -TSSOP-28_8x9.7mm_P0.65mm -TSSOP, 28 Pin (JEDEC MO-153 Var GA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -28 -28 -Package_SO -TSSOP-30_4.4x7.8mm_P0.5mm -TSSOP, 30 Pin (JEDEC MO-153 Var BC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -30 -30 -Package_SO -TSSOP-30_6.1x9.7mm_P0.65mm -TSSOP, 30 Pin (JEDEC MO-153 Var DB-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -30 -30 -Package_SO -TSSOP-32_4.4x6.5mm_P0.4mm -TSSOP, 32 Pin (JEDEC MO-153 Var CB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -32 -32 -Package_SO -TSSOP-32_6.1x11mm_P0.65mm -TSSOP, 32 Pin (JEDEC MO-153 Var DC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -32 -32 -Package_SO -TSSOP-32_8x11mm_P0.65mm -TSSOP, 32 Pin (JEDEC MO-153 Var GB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -32 -32 -Package_SO -TSSOP-36_4.4x7.8mm_P0.4mm -TSSOP, 36 Pin (JEDEC MO-153 Var CC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_4.4x9.7mm_P0.5mm -TSSOP, 36 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_6.1x7.8mm_P0.4mm -TSSOP, 36 Pin (JEDEC MO-153 Var FA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_6.1x9.7mm_P0.5mm -TSSOP, 36 Pin (JEDEC MO-153 Var EB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_6.1x12.5mm_P0.65mm -TSSOP, 36 Pin (JEDEC MO-153 Var DD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_8x9.7mm_P0.5mm -TSSOP, 36 Pin (JEDEC MO-153 Var HA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-36_8x12.5mm_P0.65mm -TSSOP, 36 Pin (JEDEC MO-153 Var GC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -36 -36 -Package_SO -TSSOP-38_4.4x9.7mm_P0.5mm -TSSOP, 38 Pin (JEDEC MO-153 Var BD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -38 -38 -Package_SO -TSSOP-38_6.1x12.5mm_P0.65mm -TSSOP, 38 Pin (JEDEC MO-153 Var DD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -38 -38 -Package_SO -TSSOP-40_6.1x11mm_P0.5mm -TSSOP, 40 Pin (JEDEC MO-153 Var EC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -40 -40 -Package_SO -TSSOP-40_6.1x14mm_P0.65mm -TSSOP, 40 Pin (JEDEC MO-153 Var DE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -40 -40 -Package_SO -TSSOP-40_8x11mm_P0.5mm -TSSOP, 40 Pin (JEDEC MO-153 Var HB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -40 -40 -Package_SO -TSSOP-40_8x14mm_P0.65mm -TSSOP, 40 Pin (JEDEC MO-153 Var GD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -40 -40 -Package_SO -TSSOP-44_4.4x11.2mm_P0.5mm -TSSOP44: plastic thin shrink small outline package; 44 leads; body width 4.4 mm (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot510-1_po.pdf) -SSOP 0.5 -0 -44 -44 -Package_SO -TSSOP-44_4.4x11mm_P0.5mm -TSSOP, 44 Pin (JEDEC MO-153 Var BE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -44 -44 -Package_SO -TSSOP-44_6.1x11mm_P0.5mm -TSSOP, 44 Pin (JEDEC MO-153 Var EC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -44 -44 -Package_SO -TSSOP-48_4.4x9.7mm_P0.4mm -TSSOP, 48 Pin (JEDEC MO-153 Var CD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -48 -48 -Package_SO -TSSOP-48_6.1x9.7mm_P0.4mm -TSSOP, 48 Pin (JEDEC MO-153 Var FB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -48 -48 -Package_SO -TSSOP-48_6.1x12.5mm_P0.5mm -TSSOP, 48 Pin (JEDEC MO-153 Var ED https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -48 -48 -Package_SO -TSSOP-48_8x9.7mm_P0.4mm -TSSOP, 48 Pin (JEDEC MO-153 Var JA https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -48 -48 -Package_SO -TSSOP-48_8x12.5mm_P0.5mm -TSSOP, 48 Pin (JEDEC MO-153 Var HC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -48 -48 -Package_SO -TSSOP-50_4.4x12.5mm_P0.5mm -TSSOP, 50 Pin (JEDEC MO-153 Var BF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -50 -50 -Package_SO -TSSOP-52_6.1x11mm_P0.4mm -TSSOP, 52 Pin (JEDEC MO-153 Var FC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -52 -52 -Package_SO -TSSOP-52_8x11mm_P0.4mm -TSSOP, 52 Pin (JEDEC MO-153 Var JB https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -52 -52 -Package_SO -TSSOP-56_4.4x11.3mm_P0.4mm -TSSOP, 56 Pin (JEDEC MO-194 Var AF https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -56 -56 -Package_SO -TSSOP-56_6.1x12.5mm_P0.4mm -TSSOP, 56 Pin (JEDEC MO-153 Var FD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -56 -56 -Package_SO -TSSOP-56_6.1x14mm_P0.5mm -TSSOP, 56 Pin (JEDEC MO-153 Var EE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -56 -56 -Package_SO -TSSOP-56_8x12.5mm_P0.4mm -TSSOP, 56 Pin (JEDEC MO-153 Var JC https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -56 -56 -Package_SO -TSSOP-56_8x14mm_P0.5mm -TSSOP, 56 Pin (JEDEC MO-153 Var HD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -56 -56 -Package_SO -TSSOP-60_8x12.5mm_P0.4mm -TSSOP, 60 Pin (JEDEC MO-153 Var JC-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -60 -60 -Package_SO -TSSOP-64_6.1x14mm_P0.4mm -TSSOP, 64 Pin (JEDEC MO-153 Var FE https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -64 -64 -Package_SO -TSSOP-64_6.1x17mm_P0.5mm -TSSOP, 64 Pin (JEDEC MO-153 Var EF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -64 -64 -Package_SO -TSSOP-64_8x14mm_P0.4mm -TSSOP, 64 Pin (JEDEC MO-153 Var JD https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -64 -64 -Package_SO -TSSOP-68_8x14mm_P0.4mm -TSSOP, 68 Pin (JEDEC MO-153 Var JD-1 https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -68 -68 -Package_SO -TSSOP-80_6.1x17mm_P0.4mm -TSSOP, 80 Pin (JEDEC MO-153 Var FF https://www.jedec.org/document_search?search_api_views_fulltext=MO-153), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -80 -80 -Package_SO -TSSOP-100_6.1x20.8mm_P0.4mm -TSSOP, 100 Pin (JEDEC MO-194 Var BB https://www.jedec.org/document_search?search_api_views_fulltext=MO-194), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSSOP SO -0 -100 -100 -Package_SO -Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm -Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) -HSOP 1.27 -0 -11 -9 -Package_SO -Texas_HSOP-8-1EP_3.9x4.9mm_P1.27mm_ThermalVias -Texas Instruments HSOP 9, 1.27mm pitch, 3.9x4.9mm body, exposed pad, thermal vias, DDA0008J (http://www.ti.com/lit/ds/symlink/tps5430.pdf) -HSOP 1.27 -0 -20 -9 -Package_SO -Texas_HTSOP-8-1EP_3.9x4.9mm_P1.27mm_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias -8-pin HTSOP package with 1.27mm pin pitch, compatible with SOIC-8, 3.9x4.9mm body, exposed pad, thermal vias, http://www.ti.com/lit/ds/symlink/drv8870.pdf -HTSOP 1.27 -0 -18 -9 -Package_SO -Texas_PWP0020A -20-Pin Thermally Enhanced Thin Shrink Small-Outline Package, Body 4.4x6.5x1.1mm, Pad 3.0x4.2mm, Texas Instruments (see http://www.ti.com/lit/ds/symlink/lm5118.pdf) -PWP HTSSOP 0.65mm -0 -25 -21 -Package_SO -Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm -HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOIC SO -0 -16 -9 -Package_SO -Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias -HSOIC, 8 Pin (http://www.ti.com/lit/ds/symlink/lmr14030.pdf#page=28, http://www.ti.com/lit/ml/msoi002j/msoi002j.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -HSOIC SO -0 -23 -9 -Package_SO -Texas_R-PDSO-N5 -Plastic Small outline http://www.ti.com/lit/ml/mpds158c/mpds158c.pdf -SOT23 R-PDSO-N5 -0 -5 -5 -Package_SO -VSO-40_7.6x15.4mm_P0.762mm -VSO40: plastic very small outline package; 40 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot158-1_po.pdf) -SSOP 0.762 -0 -40 -40 -Package_SO -VSO-56_11.1x21.5mm_P0.75mm -VSO56: plastic very small outline package; 56 leads (see NXP SSOP-TSSOP-VSO-REFLOW.pdf and sot190-1_po.pdf) -SSOP 0.75 -0 -56 -56 -Package_SO -VSSOP-8_2.3x2mm_P0.5mm -VSSOP-8 2.3x2mm Pitch 0.5mm -VSSOP-8 2.3x2mm Pitch 0.5mm -0 -8 -8 -Package_SO -VSSOP-8_2.4x2.1mm_P0.5mm -http://www.ti.com/lit/ml/mpds050d/mpds050d.pdf -VSSOP DCU R-PDSO-G8 Pitch0.5mm -0 -8 -8 -Package_SO -VSSOP-8_3.0x3.0mm_P0.65mm -VSSOP-8 3.0 x 3.0, http://www.ti.com/lit/ds/symlink/lm75b.pdf -VSSOP-8 3.0 x 3.0 -0 -8 -8 -Package_SO -VSSOP-10_3x3mm_P0.5mm -VSSOP, 10 Pin (http://www.ti.com/lit/ds/symlink/ads1115.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -VSSOP SO -0 -10 -10 -Package_SO -Vishay_PowerPAK_1212-8_Dual -PowerPAK 1212-8 Dual (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72598/72598.pdf) -Vishay_PowerPAK_1212-8_Dual -0 -6 -6 -Package_SO -Vishay_PowerPAK_1212-8_Single -PowerPAK 1212-8 Single (https://www.vishay.com/docs/71656/ppak12128.pdf, https://www.vishay.com/docs/72597/72597.pdf) -Vishay PowerPAK 1212-8 Single -0 -5 -5 -Package_SO -Zetex_SM8 -Zetex, SMD, 8 pin package (http://datasheet.octopart.com/ZDT6758TA-Zetex-datasheet-68057.pdf) -Zetex SM8 -0 -8 -8 -Package_SON -Diodes_PowerDI3333-8 -Diodes Incorporated PowerDI3333-8, Plastic Dual Flat No Lead Package, 3.3x3.3x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8.pdf -PowerDI 0.65 -0 -13 -5 -Package_SON -Diodes_PowerDI3333-8_UXC_3.3x3.3mm_P0.65mm -Diodes Incorporated PowerDI3333-8 UXC, 3.05x3.05x0.8mm Body, https://www.diodes.com/assets/Package-Files/PowerDI3333-8%20(Type%20UXC).pdf -PowerDI 0.65 -0 -6 -6 -Package_SON -Fairchild_DualPower33-6_3x3mm -Fairchild Power33 MOSFET package, 3x3mm (see https://www.fairchildsemi.com/datasheets/FD/FDMC8032L.pdf) -mosfet -0 -18 -6 -Package_SON -Fairchild_MicroPak-6_1.0x1.45mm_P0.5mm -Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm https://www.nxp.com/docs/en/application-note/AN10343.pdff -Fairchild-specific MicroPak-6 1.0x1.45mm Pitch 0.5mm -0 -6 -6 -Package_SON -Fairchild_MicroPak2-6_1.0x1.0mm_P0.35mm -Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm https://www.nxp.com/docs/en/application-note/AN10343.pdff -Fairchild-specific MicroPak2-6 1.0x1.0mm Pitch 0.35mm -0 -6 -6 -Package_SON -HUSON-3-1EP_2x2mm_P1.3mm_EP1.1x1.6mm -HUSON, 3 Pin, SOT1061 (Ref: https://assets.nexperia.com/documents/data-sheet/PMEG2020CPA.pdf) -huson nolead SOT1061 -0 -4 -3 -Package_SON -HVSON-8-1EP_3x3mm_P0.65mm_EP1.6x2.4mm -HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/TJA1051.pdf#page=16), generated with kicad-footprint-generator ipc_noLead_generator.py -HVSON NoLead -0 -13 -9 -Package_SON -HVSON-8-1EP_4x4mm_P0.8mm_EP2.2x3.1mm -HVSON, 8 Pin (https://www.nxp.com/docs/en/data-sheet/PCF8523.pdf (page 57)), generated with kicad-footprint-generator ipc_noLead_generator.py -HVSON NoLead -0 -13 -9 -Package_SON -Infineon_PG-LSON-8-1 -https://www.infineon.com/cms/en/product/packages/PG-LSON/PG-LSON-8-1/ -PG-LSON-8-1 -0 -17 -9 -Package_SON -Infineon_PG-TDSON-8_6.15x5.15mm -Infineon, PG-TDSON-8, 6.15x5.15x1mm, https://www.infineon.com/dgdl/Infineon-BSC520N15NS3_-DS-v02_02-en.pdf?fileId=db3a30432239cccd0122eee57d9b21a4 -Infineon OptiMOS -0 -21 -5 -Package_SON -Infineon_PG-TISON-8-2 -Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ -tison -0 -23 -7 -Package_SON -Infineon_PG-TISON-8-3 -Infineon, PG-TISON-8-2, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-2/ -tison -0 -23 -7 -Package_SON -Infineon_PG-TISON-8-4 -Infineon, PG-TISON-8-4, 5x6x1.15mm, 1.27mm Pitch, Exposed Paddle, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-4/ -tison -0 -26 -8 -Package_SON -Infineon_PG-TISON-8-5 -Infineon, PG-TISON-8-5, 8x8x1.1mm, 1mm Pitch, https://www.infineon.com/cms/en/product/packages/PG-TISON/PG-TISON-8-5/ -tison -0 -34 -8 -Package_SON -NXP_XSON-16 -http://www.nxp.com/documents/outline_drawing/SOT1341-1.pdf -NXP XSON SOT-1341 -0 -16 -16 -Package_SON -ROHM_VML0806 -VML0806, Rohm (http://rohmfs.rohm.com/en/techdata_basic/transistor/soldering_condition/VML0806_Soldering_Condition.pdf, http://rohmfs.rohm.com/en/products/databook/package/spec/discrete/vml0806_tr-e.pdf) -ROHM VML0806 -0 -3 -3 -Package_SON -RTC_SMD_MicroCrystal_C3_2.5x3.7mm -MicroCrystal C3 2.5x3.7mm, https://www.microcrystal.com/fileadmin/Media/Products/RTC/Datasheet/RV-1805-C3.pdf -RTC C3 -0 -10 -10 -Package_SON -SON-8-1EP_3x2mm_P0.5mm_EP1.4x1.6mm -SON, 8 Pin (http://www.fujitsu.com/downloads/MICRO/fsa/pdf/products/memory/fram/MB85RS16-DS501-00014-6v0-E.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -SON NoLead -0 -13 -9 -Package_SON -Texas_DPY0002A_0.6x1mm_P0.65mm -X1SON 2 pin 0.6x1mm 0.375mm height package, https://www.ti.com/lit/ml/mpss034c/mpss034c.pdf, https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf -X1SON -0 -2 -2 -Package_SON -Texas_DQK -Texas WSON-6 DQK, http://www.ti.com/lit/ds/symlink/csd16301q2.pdf -Texas WSON6 2x2mm -0 -10 -8 -Package_SON -Texas_DRC0010J -Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf -Texas VSON10 3x3mm -0 -17 -11 -Package_SON -Texas_DRC0010J_ThermalVias -Texas DRC0010J, VSON10 3x3mm Body, 0.5mm Pitch, http://www.ti.com/lit/ds/symlink/tps63000.pdf -Texas VSON10 3x3mm -0 -21 -11 -Package_SON -Texas_DSC0010J -3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf -0.5 DSC0010J WSON -0 -33 -11 -Package_SON -Texas_DSC0010J_ThermalVias -3x3mm Body, 0.5mm Pitch, DSC0010J, WSON, http://www.ti.com/lit/ds/symlink/tps61201.pdf -0.5 DSC0010J WSON -0 -39 -11 -Package_SON -Texas_PWSON-N6 -Plastic Small Outline No-Lead http://www.ti.com/lit/ml/mpds176e/mpds176e.pdf -Plastic Small Outline No-Lead -0 -7 -7 -Package_SON -Texas_R-PUSON-N14 -USON, 14 Pin (https://www.ti.com/lit/ds/symlink/tpd6e05u06.pdf#page=28), generated with kicad-footprint-generator ipc_noLead_generator.py -USON NoLead -0 -14 -14 -Package_SON -Texas_R-PWSON-N12_EP0.4x2mm -http://www.ti.com/lit/ds/symlink/tpd6f003.pdf -WSON SMD -0 -16 -13 -Package_SON -Texas_S-PDSO-N12 -http://www.ti.com/lit/ds/symlink/bq27441-g1.pdf -SON thermal pads -0 -44 -13 -Package_SON -Texas_S-PVSON-N8 -8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf -DFN 0.65 S-PVSON-N8 -0 -21 -9 -Package_SON -Texas_S-PVSON-N8_ThermalVias -8-Lead Plastic VSON, 3x3mm Body, 0.65mm Pitch, S-PVSON-N8, http://www.ti.com/lit/ds/symlink/opa2333.pdf -DFN 0.65 S-PVSON-N8 -0 -27 -9 -Package_SON -Texas_S-PVSON-N10 -3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf -0.5 S-PVSON-N10 DRC -0 -33 -11 -Package_SON -Texas_S-PVSON-N10_ThermalVias -3x3mm Body, 0.5mm Pitch, S-PVSON-N10, DRC, http://www.ti.com/lit/ds/symlink/tps61201.pdf -0.5 S-PVSON-N10 DRC -0 -39 -11 -Package_SON -Texas_S-PWSON-N8_EP1.2x2mm -WSON, 8 Pin, TI DRG, (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -11 -9 -Package_SON -Texas_S-PWSON-N10 -3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf -0.5 S-PWSON-N10 DSC -0 -41 -11 -Package_SON -Texas_S-PWSON-N10_ThermalVias -3x3mm Body, 0.5mm Pitch, S-PWSON-N10, DSC, http://www.ti.com/lit/ds/symlink/tps63060.pdf -0.5 S-PWSON-N10 DSC -0 -47 -11 -Package_SON -Texas_USON-6_1x1.45mm_P0.5mm_SMD -USON, 6 Pin (https://www.ti.com/lit/ds/symlink/sn74auc1g04.pdf#page=24), Solder Mask Defined -USON NoLead DRY0006A -0 -6 -6 -Package_SON -Texas_X2SON-4_1x1mm_P0.65mm -X2SON 5 pin 1x1mm package (Reference Datasheet: http://www.ti.com/lit/ds/sbvs193d/sbvs193d.pdf Reference part: TPS383x) [StepUp generated footprint] -X2SON -0 -13 -5 -Package_SON -Texas_X2SON-5_0.8x0.8mm_P0.48mm -X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint] -X2SON DPW0005A -0 -9 -5 -Package_SON -Texas_X2SON-5_0.8x0.8mm_P0.48mm_RoutingVia -X2SON 5 pin 0.8x0.8mm package (Reference Datasheet: https://www.ti.com/lit/ds/symlink/sn74lvc1g17.pdf#page=39 Reference part: SN74LVC1G17) [StepUp generated footprint] -X2SON DPW0005A -0 -10 -5 -Package_SON -USON-10_2.5x1.0mm_P0.5mm -USON-10 2.5x1.0mm_ Pitch 0.5mm http://www.ti.com/lit/ds/symlink/tpd4e02b04.pdf -USON-10 2.5x1.0mm Pitch 0.5mm -0 -10 -10 -Package_SON -USON-20_2x4mm_P0.4mm -USON-20 2x4mm Pitch 0.4mm http://www.ti.com/lit/ds/symlink/txb0108.pdf -USON-20 2x4mm Pitch 0.4mm -0 -20 -20 -Package_SON -VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm -VSON, 8 Pin (https://www.ti.com/lit/pdf/qfnd619), generated with kicad-footprint-generator ipc_noLead_generator.py -VSON NoLead -0 -10 -9 -Package_SON -VSON-8-1EP_3x3mm_P0.65mm_EP1.65x2.4mm_ThermalVias -VSON, 8 Pin (https://www.ti.com/lit/pdf/qfnd619), generated with kicad-footprint-generator ipc_noLead_generator.py -VSON NoLead -0 -16 -9 -Package_SON -VSON-8_1.5x2mm_P0.5mm -VSON, 8 Pin (http://www.ti.com/lit/ds/symlink/tps62840.pdf#page=37), generated with kicad-footprint-generator ipc_noLead_generator.py -VSON NoLead -0 -8 -8 -Package_SON -VSON-8_3.3x3.3mm_P0.65mm_NexFET -8-Lead Plastic Dual Flat, No Lead Package (MF) - 3.3x3.3x1 mm Body [VSON] http://www.ti.com/lit/ds/symlink/csd87334q3d.pdf -VSON 0.65 -0 -13 -5 -Package_SON -VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm -VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py -VSON NoLead -0 -15 -11 -Package_SON -VSON-10-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias -VSON, 10 Pin (http://rohmfs.rohm.com/en/products/databook/datasheet/ic/power/switching_regulator/bd8314nuv-e.pdf (Page 20)), generated with kicad-footprint-generator ipc_noLead_generator.py -VSON NoLead -0 -18 -11 -Package_SON -VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm -VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument -VSON 10 Thermal on 11 3x3mm Pitch 0.5mm -0 -21 -11 -Package_SON -VSON-10-1EP_3x3mm_P0.5mm_EP1.65x2.4mm_ThermalVias -VSON 10 Thermal on 11 3x3mm Pitch 0.5mm http://chip.tomsk.ru/chip/chipdoc.nsf/Package/D8A64DD165C2AAD9472579400024FC41!OpenDocument -VSON 10 Thermal on 11 3x3mm Pitch 0.5mm -0 -27 -11 -Package_SON -VSONP-8-1EP_5x6_P1.27mm -SON, 8-Leads, Body 5x6x1mm, Pitch 1.27mm; (see Texas Instruments CSD18531Q5A http://www.ti.com/lit/ds/symlink/csd18531q5a.pdf) -VSONP 1.27 -0 -13 -3 -Package_SON -WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm -WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -9 -7 -Package_SON -WSON-6-1EP_2x2mm_P0.65mm_EP1x1.6mm_ThermalVias -WSON, 6 Pin (http://www.ti.com/lit/ds/symlink/tps61040.pdf#page=35), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -12 -7 -Package_SON -WSON-6-1EP_3x3mm_P0.95mm -WSON6 3*3 MM, 0.95 PITCH; http://www.ti.com/lit/ds/symlink/lmr62421.pdf -WSON6 0.95 -0 -10 -7 -Package_SON -WSON-6_1.5x1.5mm_P0.5mm -WSON6, http://www.ti.com/lit/ds/symlink/tlv702.pdf -WSON6_1.5x1.5mm_P0.5mm -0 -6 -6 -Package_SON -WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm -8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf -WSON 8 1EP -0 -11 -9 -Package_SON -WSON-8-1EP_2x2mm_P0.5mm_EP0.9x1.6mm_ThermalVias -8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf -WSON 8 1EP ThermalVias -0 -14 -9 -Package_SON -WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack -WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_3x2.5mm_P0.5mm_EP1.2x1.5mm_PullBack_ThermalVias -WSON, 8 Pin (http://www.ti.com/lit/ml/mpds400/mpds400.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -18 -9 -Package_SON -WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm -WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -11 -9 -Package_SON -WSON-8-1EP_3x3mm_P0.5mm_EP1.2x2mm_ThermalVias -WSON, 8 Pin (http://www.ti.com/lit/ds/symlink/lp2951.pdf#page=27), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -18 -9 -Package_SON -WSON-8-1EP_3x3mm_P0.5mm_EP1.6x2.0mm -8-Lead Plastic WSON, 2x2mm Body, 0.5mm Pitch, WSON-8, http://www.ti.com/lit/ds/symlink/lm27761.pdf -WSON 8 1EP -0 -13 -9 -Package_SON -WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -11 -9 -Package_SON -WSON-8-1EP_3x3mm_P0.5mm_EP1.45x2.4mm_ThermalVias -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/ina333.pdf#page=30), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -18 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP1.98x3mm_ThermalVias -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lm5017.pdf#page=34), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -17 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP2.2x3mm_ThermalVias -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2987.pdf#page=26), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -17 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_4x4mm_P0.8mm_EP2.6x3mm_ThermalVias -WSON, 8 Pin (https://www.ti.com/lit/ds/symlink/lp2951-n.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -17 -9 -Package_SON -WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4.3mm -WSON, 8 Pin (http://www.winbond.com/resource-files/w25q32jv%20revg%2003272018%20plus.pdf (page 68)), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_6x5mm_P1.27mm_EP3.4x4mm -WSON, 8 Pin (http://ww1.microchip.com/downloads/en/AppNotes/S72030.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-8-1EP_8x6mm_P1.27mm_EP3.4x4.3mm -WSON, 8 Pin (https://datasheet.lcsc.com/lcsc/2204011730_GigaDevice-Semicon-Beijing-GD5F1GQ4UFYIGR_C2986324.pdf (page 44)), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -13 -9 -Package_SON -WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm -WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -15 -11 -Package_SON -WSON-10-1EP_2.5x2.5mm_P0.5mm_EP1.2x2mm_ThermalVias -WSON, 10 Pin (http://www.ti.com/lit/gpn/tps63030#page=24), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -22 -11 -Package_SON -WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm -WSON-10 package 2x3mm body, pitch 0.5mm, see http://www.ti.com/lit/ds/symlink/tps62177.pdf -WSON 0.5 -0 -14 -11 -Package_SON -WSON-10-1EP_2x3mm_P0.5mm_EP0.84x2.4mm_ThermalVias -WSON-10 package 2x3mm body, pitch 0.5mm, thermal vias and counter-pad, see http://www.ti.com/lit/ds/symlink/tps62177.pdf -WSON 0.5 thermal vias -0 -17 -11 -Package_SON -WSON-10-1EP_4x3mm_P0.5mm_EP2.2x2mm -10-Lead Plastic WSON, 4x3mm Body, 0.5mm Pitch (http://www.ti.com/lit/ds/symlink/lm4990.pdf) -WSON 0.5 -0 -15 -11 -Package_SON -WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65 -WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf -WSON-12 -0 -15 -13 -Package_SON -WSON-12-1EP_3x2mm_P0.5mm_EP1x2.65_ThermalVias -WSON-12 http://www.ti.com/lit/ds/symlink/lm27762.pdf -WSON-12 -0 -19 -13 -Package_SON -WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm -WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -17 -13 -Package_SON -WSON-12-1EP_4x4mm_P0.5mm_EP2.6x3mm_ThermalVias -WSON, 12 Pin (http://www.ti.com/lit/ds/symlink/ldc1312.pdf#page=62), generated with kicad-footprint-generator ipc_noLead_generator.py -WSON NoLead -0 -27 -13 -Package_SON -WSON-14-1EP_4.0x4.0mm_P0.5mm_EP2.6x2.6mm -14-Lead Plastic Dual Flat, No Lead Package - 4.0x4.0x0.8 mm Body [WSON], http://www.ti.com/lit/ml/mpds421/mpds421.pdf -NHL014B -0 -19 -15 -Package_SON -WSON-16_3.3x1.35_P0.4mm -WSON-16 3.3 x 1.35mm Pitch 0.4mm http://www.chip.tomsk.ru/chip/chipdoc.nsf/Package/C67E729A4D6C883A4725793E004C8739!OpenDocument -WSON-16 3.3 x 1.35mm Pitch 0.4mm -0 -20 -17 -Package_SON -X2SON-8_1.4x1mm_P0.35mm -X2SON-8 1.4x1mm Pitch0.35mm http://www.ti.com/lit/ds/symlink/pca9306.pdf -X2SON-8 1.4x1mm Pitch0.35mm -0 -8 -8 -Package_SO_J-Lead -TSOC-6_3.76x3.94mm_P1.27mm -Maxim Integrated TSOC-6 D6+1,https://datasheets.maximintegrated.com/en/ds/DS2401.pdf, https://pdfserv.maximintegrated.com/land_patterns/90-0321.PDF -TSOC-6 -0 -6 -6 -Package_TO_SOT_SMD -ATPAK-2 -ATPAK SMD package, http://www.onsemi.com/pub/Collateral/ENA2192-D.PDF -ATPAK -0 -7 -3 -Package_TO_SOT_SMD -Analog_KS-4 -Analog Devices KS-4, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sc70ks/ks_4.pdf -Analog Devices KS-4 (like EIAJ SC-82) -0 -4 -4 -Package_TO_SOT_SMD -Diodes_SOT-553 -Diodes SOT-553, https://www.diodes.com/assets/Package-Files/SOT553.pdf -SOT-553 -0 -5 -5 -Package_TO_SOT_SMD -HVSOF5 -HVSOF5, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof5_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/hall/bu52001gul-e.pdf -HVSOF5 -0 -5 -5 -Package_TO_SOT_SMD -HVSOF6 -HVSOF6, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hvsof6_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/audio_video/video_amplifier/bh76106hfv-e.pdf -HVSOF6 -0 -7 -7 -Package_TO_SOT_SMD -Infineon_PG-HDSOP-10-1 -Infineon PG-HDSOP-10-1 (DDPAK), 20.96x6.5x2.3mm, slug up (https://www.infineon.com/cms/en/product/packages/PG-HDSOP/PG-HDSOP-10-1/) -hdsop 10 ddpak -0 -10 -10 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-1 -HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) -mosfet hsof toll -0 -53 -3 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-1_ThermalVias -HSOF-8-1 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-1/) -mosfet hsof toll thermal vias -0 -96 -3 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-2 -HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) -mosfet hsof toll -0 -12 -4 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-2_ThermalVias -HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/) -mosfet hsof toll thermal vias -0 -97 -4 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-2_ThermalVias2 -HSOF-8-2 [TOLL] power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-2/, https://www.infineon.com/dgdl/Infineon-ApplicationNote_600V_CoolMOS_C7_Gold_TOLL-AN-v01_00-EN.pdf?fileId=5546d4625b10283a015b144a1af70df6) -mosfet hsof toll thermal vias -0 -159 -4 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-3 -HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) -mosfet hsof -0 -25 -4 -Package_TO_SOT_SMD -Infineon_PG-HSOF-8-3_ThermalVias -HSOF-8-3 power MOSFET (http://www.infineon.com/cms/en/product/packages/PG-HSOF/PG-HSOF-8-3/) -mosfet hsof -0 -64 -4 -Package_TO_SOT_SMD -Infineon_PG-TO-220-7Lead_TabPin8 -Infineon PG-TO-220-7, Tab as Pin 8, see e.g. https://www.infineon.com/dgdl/Infineon-BTS50055-1TMC-DS-v01_00-EN.pdf?fileId=5546d4625a888733015aa9b0007235e9 -Infineon PG-TO-220-7 -0 -12 -8 -Package_TO_SOT_SMD -Infineon_PG-TSFP-3-1 -Infineon_PG-TSFP-3-1, https://www.infineon.com/dgdl/TSFP-3-1,-2-Package_Overview.pdf?fileId=db3a30431936bc4b0119539929863d46 -TSFP-3 -0 -3 -3 -Package_TO_SOT_SMD -LFPAK33 -LFPAK33 SOT-1210 https://assets.nexperia.com/documents/outline-drawing/SOT1210.pdf -LFPAK33 SOT-1210 -0 -17 -5 -Package_TO_SOT_SMD -LFPAK56 -LFPAK56 https://assets.nexperia.com/documents/outline-drawing/SOT669.pdf -LFPAK56 SOT-669 Power-SO8 -0 -18 -5 -Package_TO_SOT_SMD -Nexperia_CFP15_SOT-1289 -Nexperia CFP15 (SOT-1289), https://assets.nexperia.com/documents/outline-drawing/SOT1289.pdf -SOT-1289 CFP15 -0 -8 -3 -Package_TO_SOT_SMD -OnSemi_ECH8 -On Semiconductor ECH8, https://www.onsemi.com/pub/Collateral/318BF.PDF -ECH8 SOT28-FL SOT-28-FL -0 -8 -8 -Package_TO_SOT_SMD -PQFN_8x8 -Low Profile 8x8mm PQFN, Dual Cool 88, https://www.onsemi.com/pub/Collateral/FDMT80080DC-D.pdf -pqfn vdfn mosfet -0 -9 -3 -Package_TO_SOT_SMD -PowerMacro_M234_NoHole -TO-50-4 Power Macro Package Style M234 -TO-50-4 Power Macro Package Style M234 -0 -4 -4 -Package_TO_SOT_SMD -PowerMacro_M234_WithHole -TO-50-4 Power Macro Package Style M234 -TO-50-4 Power Macro Package Style M234 -0 -4 -4 -Package_TO_SOT_SMD -Rohm_HRP7 -Rohm HRP7 SMD package, http://rohmfs.rohm.com/en/techdata_basic/ic/package/hrp7_1-e.pdf, http://rohmfs.rohm.com/en/products/databook/datasheet/ic/motor/dc/bd621x-e.pdf -Rohm HRP7 SMD -0 -69 -7 -Package_TO_SOT_SMD -SC-59 -SC-59, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg -SC-59 -0 -3 -3 -Package_TO_SOT_SMD -SC-59_Handsoldering -SC-59, hand-soldering varaint, https://lib.chipdip.ru/images/import_diod/original/SOT-23_SC-59.jpg -SC-59 hand-soldering -0 -3 -3 -Package_TO_SOT_SMD -SC-70-8 -SC70-8 -SC70-8 -0 -8 -8 -Package_TO_SOT_SMD -SC-70-8_Handsoldering -SC70-8, Handsoldering -SC70-8 Handsoldering -0 -8 -8 -Package_TO_SOT_SMD -SC-82AA -SC-82AA -SC-82AA -0 -4 -4 -Package_TO_SOT_SMD -SC-82AA_Handsoldering -SC-82AA -SC-82AA -0 -4 -4 -Package_TO_SOT_SMD -SC-82AB -SC-82AB -SC-82AB -0 -4 -4 -Package_TO_SOT_SMD -SC-82AB_Handsoldering -SC-82AB -SC-82AB -0 -4 -4 -Package_TO_SOT_SMD -SOT-23 -SOT, 3 Pin (https://www.jedec.org/system/files/docs/to-236h.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOT TO_SOT_SMD -0 -3 -3 -Package_TO_SOT_SMD -SOT-23-3 -SOT, 3 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178D.PDF inferred 3-pin variant), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOT TO_SOT_SMD -0 -3 -3 -Package_TO_SOT_SMD -SOT-23-5 -SOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOT TO_SOT_SMD -0 -5 -5 -Package_TO_SOT_SMD -SOT-23-5_HandSoldering -5-pin SOT23 package -SOT-23-5 hand-soldering -0 -5 -5 -Package_TO_SOT_SMD -SOT-23-6 -SOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOT TO_SOT_SMD -0 -6 -6 -Package_TO_SOT_SMD -SOT-23-6_Handsoldering -6-pin SOT-23 package, Handsoldering -SOT-23-6 Handsoldering -0 -6 -6 -Package_TO_SOT_SMD -SOT-23-8 -SOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/Mo-178c.PDF variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py -SOT TO_SOT_SMD -0 -8 -8 -Package_TO_SOT_SMD -SOT-23-8_Handsoldering -8-pin SOT-23 package, Handsoldering, http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/sot-23rj/rj_8.pdf -SOT-23-8 Handsoldering -0 -8 -8 -Package_TO_SOT_SMD -SOT-23W -SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 -SOT-23W -0 -3 -3 -Package_TO_SOT_SMD -SOT-23W_Handsoldering -SOT-23W http://www.allegromicro.com/~/media/Files/Datasheets/A112x-Datasheet.ashx?la=en&hash=7BC461E058CC246E0BAB62433B2F1ECA104CA9D3 -SOT-23W for handsoldering -0 -3 -3 -Package_TO_SOT_SMD -SOT-23_Handsoldering -SOT-23, Handsoldering -SOT-23 -0 -3 -3 -Package_TO_SOT_SMD -SOT-89-3 -SOT-89-3, http://ww1.microchip.com/downloads/en/DeviceDoc/3L_SOT-89_MB_C04-029C.pdf -SOT-89-3 -0 -3 -3 -Package_TO_SOT_SMD -SOT-89-3_Handsoldering -SOT-89-3 Handsoldering -SOT-89-3 Handsoldering -0 -3 -3 -Package_TO_SOT_SMD -SOT-89-5 -SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf -SOT-89-5 -0 -5 -5 -Package_TO_SOT_SMD -SOT-89-5_Handsoldering -SOT-89-5, http://www.e-devices.ricoh.co.jp/en/products/product_power/pkg/sot-89-5.pdf -SOT-89-5 -0 -5 -5 -Package_TO_SOT_SMD -SOT-143 -SOT-143 https://www.nxp.com/docs/en/package-information/SOT143B.pdf -SOT-143 -0 -4 -4 -Package_TO_SOT_SMD -SOT-143R -SOT-143R, reverse pinning, https://www.nxp.com/docs/en/package-information/SOT143R.pdf -SOT-143R Reverse -0 -4 -4 -Package_TO_SOT_SMD -SOT-143R_Handsoldering -SOT-143R, reverse pinning, Handsoldering, https://www.nxp.com/docs/en/package-information/SOT143R.pdf -SOT-143 Reverse Handsoldering -0 -4 -4 -Package_TO_SOT_SMD -SOT-143_Handsoldering -SOT-143 Handsoldering https://www.nxp.com/docs/en/package-information/SOT143B.pdf -SOT-143 Handsoldering -0 -4 -4 -Package_TO_SOT_SMD -SOT-223 -module CMS SOT223 4 pins -CMS SOT -0 -4 -4 -Package_TO_SOT_SMD -SOT-223-3_TabPin2 -module CMS SOT223 4 pins -CMS SOT -0 -4 -3 -Package_TO_SOT_SMD -SOT-223-5 -module CMS SOT223 5 pins, http://ww1.microchip.com/downloads/en/DeviceDoc/51751a.pdf -CMS SOT -0 -5 -5 -Package_TO_SOT_SMD -SOT-223-6 -module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf -CMS SOT -0 -6 -6 -Package_TO_SOT_SMD -SOT-223-6_TabPin3 -module CMS SOT223 6 pins, http://www.ti.com/lit/ds/symlink/tps737.pdf -CMS SOT -0 -6 -5 -Package_TO_SOT_SMD -SOT-223-8 -module CMS SOT223 8 pins, https://www.diodes.com/assets/Datasheets/ZXSBMR16PT8.pdf -CMS SOT -0 -8 -8 -Package_TO_SOT_SMD -SOT-323_SC-70 -SOT-323, SC-70 -SOT-323 SC-70 -0 -3 -3 -Package_TO_SOT_SMD -SOT-323_SC-70_Handsoldering -SOT-323, SC-70 Handsoldering -SOT-323 SC-70 Handsoldering -0 -3 -3 -Package_TO_SOT_SMD -SOT-343_SC-70-4 -SOT-343, SC-70-4 -SOT-343 SC-70-4 -0 -4 -4 -Package_TO_SOT_SMD -SOT-343_SC-70-4_Handsoldering -SOT-343, SC-70-4, Handsoldering -SOT-343 SC-70-4 Handsoldering -0 -4 -4 -Package_TO_SOT_SMD -SOT-353_SC-70-5 -SOT-353, SC-70-5 -SOT-353 SC-70-5 -0 -5 -5 -Package_TO_SOT_SMD -SOT-353_SC-70-5_Handsoldering -SOT-353, SC-70-5, Handsoldering -SOT-353 SC-70-5 Handsoldering -0 -5 -5 -Package_TO_SOT_SMD -SOT-363_SC-70-6 -SOT-363, SC-70-6 -SOT-363 SC-70-6 -0 -6 -6 -Package_TO_SOT_SMD -SOT-363_SC-70-6_Handsoldering -SOT-363, SC-70-6, Handsoldering -SOT-363 SC-70-6 Handsoldering -0 -6 -6 -Package_TO_SOT_SMD -SOT-383F -8-pin SOT-383F, http://www.mouser.com/ds/2/80/CPDVR085V0C-HF-RevB-10783.pdf -SOT-383F -0 -9 -9 -Package_TO_SOT_SMD -SOT-383FL -8-pin SOT-383FL package, http://www.onsemi.com/pub_link/Collateral/ENA2267-D.PDF -SOT-383FL -0 -8 -8 -Package_TO_SOT_SMD -SOT-416 -SOT-416, https://www.nxp.com/docs/en/package-information/SOT416.pdf -SOT-416 -0 -3 -3 -Package_TO_SOT_SMD -SOT-523 -SOT523, https://www.diodes.com/assets/Package-Files/SOT523.pdf -SOT-523 -0 -3 -3 -Package_TO_SOT_SMD -SOT-543 -SOT-543 4 lead surface package -SOT-543 SC-107A EMD4 -0 -4 -4 -Package_TO_SOT_SMD -SOT-553 -SOT553 -SOT-553 -0 -5 -5 -Package_TO_SOT_SMD -SOT-563 -SOT563 -SOT-563 -0 -6 -6 -Package_TO_SOT_SMD -SOT-583-8 -https://www.ti.com/lit/ds/symlink/tps62933.pdf -SOT-583-8 -0 -8 -8 -Package_TO_SOT_SMD -SOT-665 -SOT665 -SOT-665 -0 -5 -5 -Package_TO_SOT_SMD -SOT-666 -SOT666 -SOT-666 -0 -6 -6 -Package_TO_SOT_SMD -SOT-723 -http://toshiba.semicon-storage.com/info/docget.jsp?did=5879&prodName=RN1104MFV -sot 723 -0 -3 -3 -Package_TO_SOT_SMD -SOT-883 -SOT-883, https://assets.nexperia.com/documents/outline-drawing/SOT883.pdf -SOT-883 -0 -3 -3 -Package_TO_SOT_SMD -SOT-886 -SOT-886 -SOT-886 -0 -6 -6 -Package_TO_SOT_SMD -SOT-963 -SOT 963 6 pins package 1x0.8mm pitch 0.35mm -SOT 963 6 pins package 1x0.8mm pitch 0.35mm -0 -6 -6 -Package_TO_SOT_SMD -SOT-1123 -SOT-1123 small outline transistor (see http://www.onsemi.com/pub/Collateral/NST3906F3-D.PDF) -SOT-1123 transistor -0 -3 -3 -Package_TO_SOT_SMD -SOT-1333-1 -SOT-1333-1 -SOT-1333-1 -0 -9 -9 -Package_TO_SOT_SMD -SOT-1334-1 -SOT-1334-1 -SOT-1334-1 -0 -14 -14 -Package_TO_SOT_SMD -SuperSOT-3 -3-pin SuperSOT package https://www.fairchildsemi.com/package-drawings/MA/MA03B.pdf -SuperSOT-3 SSOT-3 -0 -3 -3 -Package_TO_SOT_SMD -SuperSOT-6 -6-pin SuperSOT package http://www.mouser.com/ds/2/149/FMB5551-889214.pdf -SuperSOT-6 SSOT-6 -0 -6 -6 -Package_TO_SOT_SMD -SuperSOT-8 -8-pin SuperSOT package, http://www.icbank.com/icbank_data/semi_package/ssot8_dim.pdf -SuperSOT-8 SSOT-8 -0 -8 -8 -Package_TO_SOT_SMD -TDSON-8-1 -Power MOSFET package, TDSON-8-1, 5.15x5.9mm (https://www.infineon.com/cms/en/product/packages/PG-TDSON/PG-TDSON-8-1/) -tdson -0 -14 -5 -Package_TO_SOT_SMD -TO-50-3_LongPad-NoHole_Housing -TO-50-3 Macro T Package Style M236 -TO-50-3 Macro T Package Style M236 -0 -3 -3 -Package_TO_SOT_SMD -TO-50-3_LongPad-WithHole_Housing -TO-50-3 Macro T Package Style M236 -TO-50-3 Macro T Package Style M236 -0 -3 -3 -Package_TO_SOT_SMD -TO-50-3_ShortPad-NoHole_Housing -TO-50-3 Macro T Package Style M236 -TO-50-3 Macro T Package Style M236 -0 -3 -3 -Package_TO_SOT_SMD -TO-50-3_ShortPad-WithHole_Housing -TO-50-3 Macro T Package Style M236 -TO-50-3 Macro T Package Style M236 -0 -3 -3 -Package_TO_SOT_SMD -TO-50-4_LongPad-NoHole_Housing -TO-50-4 Macro X Package Style M238 -TO-50-4 Macro X Package Style M238 -0 -4 -4 -Package_TO_SOT_SMD -TO-50-4_LongPad-WithHole_Housing -TO-50-4 Macro X Package Style M238 -TO-50-4 Macro X Package Style M238 -0 -4 -4 -Package_TO_SOT_SMD -TO-50-4_ShortPad-NoHole_Housing -TO-50-4 Macro X Package Style M238 -TO-50-4 Macro X Package Style M238 -0 -4 -4 -Package_TO_SOT_SMD -TO-50-4_ShortPad-WithHole_Housing -TO-50-4 Macro X Package Style M238 -TO-50-4 Macro X Package Style M238 -0 -4 -4 -Package_TO_SOT_SMD -TO-252-2 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ -DPAK TO-252 DPAK-3 TO-252-3 SOT-428 -0 -7 -3 -Package_TO_SOT_SMD -TO-252-2_TabPin1 -TO-252-2, tab to pin 1 https://www.wolfspeed.com/media/downloads/87/CSD01060.pdf -TO-252-2 diode -0 -7 -2 -Package_TO_SOT_SMD -TO-252-3_TabPin2 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ -DPAK TO-252 DPAK-3 TO-252-3 SOT-428 -0 -8 -3 -Package_TO_SOT_SMD -TO-252-3_TabPin4 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-3-1/ -DPAK TO-252 DPAK-3 TO-252-3 SOT-428 -0 -8 -4 -Package_TO_SOT_SMD -TO-252-4 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ -DPAK TO-252 DPAK-5 TO-252-5 -0 -9 -5 -Package_TO_SOT_SMD -TO-252-5_TabPin3 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ -DPAK TO-252 DPAK-5 TO-252-5 -0 -10 -5 -Package_TO_SOT_SMD -TO-252-5_TabPin6 -TO-252/DPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO252/PG-TO252-5-11/ -DPAK TO-252 DPAK-5 TO-252-5 -0 -10 -6 -Package_TO_SOT_SMD -TO-263-2 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ -D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 -0 -7 -3 -Package_TO_SOT_SMD -TO-263-2_TabPin1 -TO-263 / D2PAK / DDPAK SMD package, tab to pin 1, https://www.wolfspeed.com/media/downloads/137/C3D06060G.pdf -D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 diode -0 -7 -2 -Package_TO_SOT_SMD -TO-263-3_TabPin2 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ -D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 -0 -8 -3 -Package_TO_SOT_SMD -TO-263-3_TabPin4 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-3-1/ -D2PAK DDPAK TO-263 D2PAK-3 TO-263-3 SOT-404 -0 -8 -4 -Package_TO_SOT_SMD -TO-263-4 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ -D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 -0 -9 -5 -Package_TO_SOT_SMD -TO-263-5_TabPin3 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ -D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 -0 -10 -5 -Package_TO_SOT_SMD -TO-263-5_TabPin6 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-5-1/ -D2PAK DDPAK TO-263 D2PAK-5 TO-263-5 SOT-426 -0 -10 -6 -Package_TO_SOT_SMD -TO-263-6 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ -D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 -0 -11 -7 -Package_TO_SOT_SMD -TO-263-7_TabPin4 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ -D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 -0 -12 -7 -Package_TO_SOT_SMD -TO-263-7_TabPin8 -TO-263/D2PAK/DDPAK SMD package, http://www.infineon.com/cms/en/product/packages/PG-TO263/PG-TO263-7-1/ -D2PAK DDPAK TO-263 D2PAK-7 TO-263-7 SOT-427 -0 -12 -8 -Package_TO_SOT_SMD -TO-263-9_TabPin5 -TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf -D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 -0 -14 -9 -Package_TO_SOT_SMD -TO-263-9_TabPin10 -TO-263 / D2PAK / DDPAK SMD package, http://www.ti.com/lit/ds/symlink/lm4755.pdf -D2PAK DDPAK TO-263 D2PAK-9 TO-263-9 -0 -14 -10 -Package_TO_SOT_SMD -TO-268-2 -TO-268/D3PAK SMD package, http://www.icbank.com/icbank_data/semi_package/to268aa_dim.pdf -D3PAK TO-268 D3PAK-3 TO-268-3 -0 -7 -3 -Package_TO_SOT_SMD -TO-269AA -SMD package TO-269AA (e.g. diode bridge), see http://www.vishay.com/docs/88854/padlayouts.pdf -TO-269AA MBS diode bridge -0 -4 -4 -Package_TO_SOT_SMD -TO-277A -Thermal enhanced ultra thin SMD package; 3 leads; body: 4.3x6.1x0.43mm, https://www.vishay.com/docs/95570/to-277asmpc.pdf -TO-277A SMPC -0 -12 -3 -Package_TO_SOT_SMD -TO-277B -TO-227B https://media.digikey.com/pdf/Data%20Sheets/Littelfuse%20PDFs/DST2050S.pdf -TO-277B -0 -9 -3 -Package_TO_SOT_SMD -TSOT-23 -3-pin TSOT23 package, http://www.analog.com.tw/pdf/All_In_One.pdf -TSOT-23 -0 -3 -3 -Package_TO_SOT_SMD -TSOT-23-5 -TSOT, 5 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AB), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOT TO_SOT_SMD -0 -5 -5 -Package_TO_SOT_SMD -TSOT-23-5_HandSoldering -5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf -TSOT-23-5 Hand-soldering -0 -5 -5 -Package_TO_SOT_SMD -TSOT-23-6 -TSOT, 6 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant AA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOT TO_SOT_SMD -0 -6 -6 -Package_TO_SOT_SMD -TSOT-23-6_HandSoldering -6-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_6_05-08-1636.pdf -TSOT-23-6 MK06A TSOT-6 Hand-soldering -0 -6 -6 -Package_TO_SOT_SMD -TSOT-23-8 -TSOT, 8 Pin (https://www.jedec.org/sites/default/files/docs/MO-193D.pdf variant BA), generated with kicad-footprint-generator ipc_gullwing_generator.py -TSOT TO_SOT_SMD -0 -8 -8 -Package_TO_SOT_SMD -TSOT-23-8_HandSoldering -8-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_8_05-08-1637.pdf -TSOT-23-8 Hand-soldering -0 -8 -8 -Package_TO_SOT_SMD -TSOT-23_HandSoldering -5-pin TSOT23 package, http://cds.linear.com/docs/en/packaging/SOT_5_05-08-1635.pdf -TSOT-23 Hand-soldering -0 -3 -3 -Package_TO_SOT_SMD -Texas_DRT-3 -Texas Instrument DRT-3 1x0.8mm Pitch 0.7mm http://www.ti.com/lit/ds/symlink/tpd2eusb30.pdf -DRT-3 1x0.8mm Pitch 0.7mm -0 -3 -3 -Package_TO_SOT_SMD -Texas_NDQ -Texas Instruments, NDQ, 5 pin (https://www.ti.com/lit/ml/mmsf022/mmsf022.pdf) -ti pfm dap -0 -6 -6 -Package_TO_SOT_SMD -Texas_NDW-7_TabPin4 -NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf -NDW NDW -0 -12 -7 -Package_TO_SOT_SMD -Texas_NDW-7_TabPin8 -NDW0007A SMD package, http://www.ti.com/lit/ml/mmsf024/mmsf024.pdf -NDW NDW -0 -12 -8 -Package_TO_SOT_SMD -Texas_NDY0011A -TO-PMOD-11 11-pin switching regulator package, http://www.ti.com/lit/ml/mmsf025/mmsf025.pdf -Texas TO-PMOD NDY00011A -0 -12 -12 -Package_TO_SOT_SMD -Texas_R-PDSO-G5_DCK-5 -DCK R-PDSO-G5, JEDEC MO-203C Var AA, https://www.ti.com/lit/ds/symlink/tmp20.pdf#page=23 -DCK R-PDSO-G5 MO-203C -0 -5 -5 -Package_TO_SOT_SMD -Texas_R-PDSO-G6 -R-PDSO-G6, http://www.ti.com/lit/ds/slis144b/slis144b.pdf -R-PDSO-G6 SC-70-6 -0 -6 -6 -Package_TO_SOT_SMD -Texas_R-PDSO-N5_DRL-5 -R-PDSO-N5, DRL, JEDEC MO-293B Var UAAD-1, https://www.ti.com/lit/ml/mpds158d/mpds158d.pdf -SOT R-PDSO-N5 DRL -0 -5 -5 -Package_TO_SOT_SMD -Texas_R-PDSO-N6_DRL-6 -R-PDSO-N6, DRL, similar to JEDEC MO-293B Var UAAD (but not the same) , https://www.ti.com/lit/pdf/mpds159f -SOT R-PDSO-N6 DRL -0 -6 -6 -Package_TO_SOT_SMD -VSOF5 -VSOF5 -VSOF5 -0 -5 -5 -Package_TO_SOT_SMD -Vishay_PowerPAK_SC70-6L_Dual -Vishay PowerPAK SC70 dual transistor package http://www.vishay.com/docs/70487/70487.pdf -powerpak sc70 sc-70 dual -0 -8 -6 -Package_TO_SOT_SMD -Vishay_PowerPAK_SC70-6L_Single -Vishay PowerPAK SC70 single transistor package http://www.vishay.com/docs/70486/70486.pdf -powerpak sc70 sc-70 -0 -6 -3 -Package_TO_SOT_THT -Analog_TO-46-4_ThermalShield -TO-46-4 with Valox case, based on https://www.analog.com/media/en/technical-documentation/data-sheets/199399fc.pdf -TO-46-4 LM399 -0 -4 -4 -Package_TO_SOT_THT -Fairchild_TO-220F-6L -Fairchild TO-220F-6L, http://www.mouser.com/ds/2/149/FSL136MRT-113334.pdf -Fairchild TO-220F-6L -0 -6 -6 -Package_TO_SOT_THT -Heraeus_TO-92-2 -TO-92 2-pin variant by Heraeus, drill 0.75mm (http://www.produktinfo.conrad.com/datenblaetter/175000-199999/181293-da-01-de-TO92_Temperatursensor_PT1000_32209225.pdf) -to-92 -0 -2 -2 -Package_TO_SOT_THT -NEC_Molded_7x4x9mm -Molded Japan Transistor Package 7x4x9mm^3, http://rtellason.com/transdata/2sb734.pdf -Japan transistor -0 -3 -3 -Package_TO_SOT_THT -PowerIntegrations_TO-220-7C -Non Isolated Modified TO-220 7pin Package, see http://www.farnell.com/datasheets/5793.pdf -Power Integration Y Package -0 -6 -6 -Package_TO_SOT_THT -SIPAK-1EP_Horizontal_TabDown -SIPAK, Horizontal, RM 2.286mm -SIPAK Horizontal RM 2.286mm -0 -4 -4 -Package_TO_SOT_THT -SIPAK_Vertical -SIPAK, Vertical, RM 2.286mm -SIPAK Vertical RM 2.286mm -0 -3 -3 -Package_TO_SOT_THT -SOD-70_P2.54mm -Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] -Sod-70 -0 -2 -2 -Package_TO_SOT_THT -SOD-70_P5.08mm -Plastic near cylindrical package Sod-70 see: https://www.nxp.com/docs/en/data-sheet/KTY81_SER.pdf [StepUp generated footprint] -Sod-70 -0 -2 -2 -Package_TO_SOT_THT -SOT-227 -SOT-227 / SOT-227B / ISOTOP, M4 mounting screws (https://www.vishay.com/docs/95423/sot227g2.pdf, https://www.vishay.com/docs/95793/vs-fc420sa10.pdf) -sot 227 isotop -0 -8 -4 -Package_TO_SOT_THT -TO-3 -Transistor TO-3 -TR TO-3 TO3 TO-204 -0 -4 -3 -Package_TO_SOT_THT -TO-3P-3_Horizontal_TabDown -TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html -TO-3P-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-3P-3_Horizontal_TabUp -TO-3P-3, Horizontal, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html -TO-3P-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-3P-3_Vertical -TO-3P-3, Vertical, RM 5.45mm, , see https://toshiba.semicon-storage.com/ap-en/design-support/package/detail.TO-3P(N).html -TO-3P-3 Vertical RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-3PB-3_Horizontal_TabDown -TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF -TO-3PB-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-3PB-3_Horizontal_TabUp -TO-3PB-3, Horizontal, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF -TO-3PB-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-3PB-3_Vertical -TO-3PB-3, Vertical, RM 5.45mm, , see http://www.onsemi.com/pub/Collateral/340AC.PDF -TO-3PB-3 Vertical RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-5-2 -TO-5-2 -TO-5-2 -0 -2 -2 -Package_TO_SOT_THT -TO-5-2_Window -TO-5-2_Window, Window -TO-5-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-5-3 -TO-5-3 -TO-5-3 -0 -3 -3 -Package_TO_SOT_THT -TO-5-3_Window -TO-5-3_Window, Window -TO-5-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-5-4 -TO-5-4 -TO-5-4 -0 -4 -4 -Package_TO_SOT_THT -TO-5-4_Window -TO-5-4_Window, Window -TO-5-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-5-6 -TO-5-6 -TO-5-6 -0 -6 -6 -Package_TO_SOT_THT -TO-5-6_Window -TO-5-6_Window, Window -TO-5-6_Window Window -0 -6 -6 -Package_TO_SOT_THT -TO-5-8 -TO-5-8 -TO-5-8 -0 -8 -8 -Package_TO_SOT_THT -TO-5-8_PD5.08 -TO-5-8_PD5.08 -TO-5-8_PD5.08 -0 -8 -8 -Package_TO_SOT_THT -TO-5-8_PD5.08_Window -TO-5-8_PD5.08_Window, Window -TO-5-8_PD5.08_Window Window -0 -8 -8 -Package_TO_SOT_THT -TO-5-8_Window -TO-5-8_Window, Window -TO-5-8_Window Window -0 -8 -8 -Package_TO_SOT_THT -TO-5-10 -TO-5-10 -TO-5-10 -0 -10 -10 -Package_TO_SOT_THT -TO-5-10_Window -TO-5-10_Window, Window -TO-5-10_Window Window -0 -10 -10 -Package_TO_SOT_THT -TO-8-2 -TO-8-2 -TO-8-2 -0 -2 -2 -Package_TO_SOT_THT -TO-8-2_Window -TO-8-2_Window, Window -TO-8-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-8-3 -TO-8-3 -TO-8-3 -0 -3 -3 -Package_TO_SOT_THT -TO-8-3_Window -TO-8-3_Window, Window -TO-8-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-11-2 -TO-11-2 -TO-11-2 -0 -2 -2 -Package_TO_SOT_THT -TO-11-2_Window -TO-11-2_Window, Window -TO-11-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-11-3 -TO-11-3 -TO-11-3 -0 -3 -3 -Package_TO_SOT_THT -TO-11-3_Window -TO-11-3_Window, Window -TO-11-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-12-4 -TO-12-4 -TO-12-4 -0 -4 -4 -Package_TO_SOT_THT -TO-12-4_Window -TO-12-4_Window, Window -TO-12-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-17-4 -TO-17-4 -TO-17-4 -0 -4 -4 -Package_TO_SOT_THT -TO-17-4_Window -TO-17-4_Window, Window -TO-17-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-18-2 -TO-18-2 -TO-18-2 -0 -2 -2 -Package_TO_SOT_THT -TO-18-2_Lens -TO-18-2_Lens, Lens -TO-18-2_Lens Lens -0 -2 -2 -Package_TO_SOT_THT -TO-18-2_Window -TO-18-2_Window, Window -TO-18-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-18-3 -TO-18-3 -TO-18-3 -0 -3 -3 -Package_TO_SOT_THT -TO-18-3_Lens -TO-18-3_Lens, Lens -TO-18-3_Lens Lens -0 -3 -3 -Package_TO_SOT_THT -TO-18-3_Window -TO-18-3_Window, Window -TO-18-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-18-4 -TO-18-4 -TO-18-4 -0 -4 -4 -Package_TO_SOT_THT -TO-18-4_Lens -TO-18-4_Lens, Lens -TO-18-4_Lens Lens -0 -4 -4 -Package_TO_SOT_THT -TO-18-4_Window -TO-18-4_Window, Window -TO-18-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-33-4 -TO-33-4 -TO-33-4 -0 -4 -4 -Package_TO_SOT_THT -TO-33-4_Window -TO-33-4_Window, Window -TO-33-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-38-2 -TO-38-2 -TO-38-2 -0 -2 -2 -Package_TO_SOT_THT -TO-38-2_Window -TO-38-2_Window, Window -TO-38-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-38-3 -TO-38-3 -TO-38-3 -0 -3 -3 -Package_TO_SOT_THT -TO-38-3_Window -TO-38-3_Window, Window -TO-38-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-39-2 -TO-39-2 -TO-39-2 -0 -2 -2 -Package_TO_SOT_THT -TO-39-2_Window -TO-39-2_Window, Window -TO-39-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-39-3 -TO-39-3 -TO-39-3 -0 -3 -3 -Package_TO_SOT_THT -TO-39-3_Window -TO-39-3_Window, Window -TO-39-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-39-4 -TO-39-4 -TO-39-4 -0 -4 -4 -Package_TO_SOT_THT -TO-39-4_Window -TO-39-4_Window, Window -TO-39-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-39-6 -TO-39-6 -TO-39-6 -0 -6 -6 -Package_TO_SOT_THT -TO-39-6_Window -TO-39-6_Window, Window -TO-39-6_Window Window -0 -6 -6 -Package_TO_SOT_THT -TO-39-8 -TO-39-8 -TO-39-8 -0 -8 -8 -Package_TO_SOT_THT -TO-39-8_Window -TO-39-8_Window, Window -TO-39-8_Window Window -0 -8 -8 -Package_TO_SOT_THT -TO-39-10 -TO-39-10 -TO-39-10 -0 -10 -10 -Package_TO_SOT_THT -TO-39-10_Window -TO-39-10_Window, Window -TO-39-10_Window Window -0 -10 -10 -Package_TO_SOT_THT -TO-46-2 -TO-46-2 -TO-46-2 -0 -2 -2 -Package_TO_SOT_THT -TO-46-2_Pin2Center -TO-46-2, Pin2 at center of package, Thorlabs photodiodes -TO-46-2 Thorlabs -0 -2 -2 -Package_TO_SOT_THT -TO-46-2_Pin2Center_Window -TO-46-2, Pin2 at center of package, Thorlabs photodiodes -TO-46-2 Thorlabs -0 -2 -2 -Package_TO_SOT_THT -TO-46-2_Window -TO-46-2_Window, Window -TO-46-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-46-3 -TO-46-3 -TO-46-3 -0 -3 -3 -Package_TO_SOT_THT -TO-46-3_Pin2Center -TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf -TO-46-3 Thorlabs -0 -3 -3 -Package_TO_SOT_THT -TO-46-3_Pin2Center_Window -TO-46-3, Pin2 at center of package, Thorlabs photodiodes, https://www.thorlabs.de/drawings/374b6862eb3b5a04-9360B5F6-5056-2306-D912111C06C3F830/FDGA05-SpecSheet.pdf -TO-46-3 Thorlabs -0 -3 -3 -Package_TO_SOT_THT -TO-46-3_Window -TO-46-3_Window, Window -TO-46-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-46-4 -TO-46-4 -TO-46-4 -0 -4 -4 -Package_TO_SOT_THT -TO-46-4_Window -TO-46-4_Window, Window -TO-46-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-52-2 -TO-52-2 -TO-52-2 -0 -2 -2 -Package_TO_SOT_THT -TO-52-2_Window -TO-52-2_Window, Window -TO-52-2_Window Window -0 -2 -2 -Package_TO_SOT_THT -TO-52-3 -TO-52-3 -TO-52-3 -0 -3 -3 -Package_TO_SOT_THT -TO-52-3_Window -TO-52-3_Window, Window -TO-52-3_Window Window -0 -3 -3 -Package_TO_SOT_THT -TO-72-4 -TO-72-4 -TO-72-4 -0 -4 -4 -Package_TO_SOT_THT -TO-72-4_Window -TO-72-4_Window, Window -TO-72-4_Window Window -0 -4 -4 -Package_TO_SOT_THT -TO-75-6 -TO-75-6 -TO-75-6 -0 -6 -6 -Package_TO_SOT_THT -TO-75-6_Window -TO-75-6_Window, Window -TO-75-6_Window Window -0 -6 -6 -Package_TO_SOT_THT -TO-78-6 -TO-78-6 -TO-78-6 -0 -6 -6 -Package_TO_SOT_THT -TO-78-6_Window -TO-78-6_Window, Window -TO-78-6_Window Window -0 -6 -6 -Package_TO_SOT_THT -TO-78-8 -TO-78-8 -TO-78-8 -0 -8 -8 -Package_TO_SOT_THT -TO-78-8_Window -TO-78-8_Window, Window -TO-78-8_Window Window -0 -8 -8 -Package_TO_SOT_THT -TO-78-10 -TO-78-10 -TO-78-10 -0 -10 -10 -Package_TO_SOT_THT -TO-78-10_Window -TO-78-10_Window, Window -TO-78-10_Window Window -0 -10 -10 -Package_TO_SOT_THT -TO-92 -TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92-2 -TO-92 2-pin leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 diode SOD70 -0 -2 -2 -Package_TO_SOT_THT -TO-92-2_Horizontal1 -2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode -0 -2 -2 -Package_TO_SOT_THT -TO-92-2_Horizontal2 -2-pin TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 temperature sensor diode -0 -2 -2 -Package_TO_SOT_THT -TO-92-2_W4.0mm_Horizontal_FlatSideDown -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -2 -2 -Package_TO_SOT_THT -TO-92-2_W4.0mm_Horizontal_FlatSideUp -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -2 -2 -Package_TO_SOT_THT -TO-92-2_Wide -TO-92 2-pin leads in-line, wide, drill 0.75mm -to-92 sc-43 sc-43a sot54 PA33 diode SOD70 -0 -2 -2 -Package_TO_SOT_THT -TO-92Flat -TO-92Flat package, often used for hall sensors, drill 0.75mm (see e.g. http://www.ti.com/lit/ds/symlink/drv5023.pdf) -to-92Flat hall sensor -0 -3 -3 -Package_TO_SOT_THT -TO-92L -TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) -TO-92L Molded Narrow transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92L_HandSolder -TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm, hand-soldering variant with enlarged pads (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92L_Inline -TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) -TO-92L Inline Wide transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92L_Inline_Wide -TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) -TO-92L Inline Wide transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92L_Wide -TO-92L leads in-line (large body variant of TO-92), also known as TO-226, wide, drill 0.75mm (see https://www.diodes.com/assets/Package-Files/TO92L.pdf and http://www.ti.com/lit/an/snoa059/snoa059.pdf) -TO-92L Molded Wide transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92Mini-2 -TO-92Mini package, drill 0.6mm (https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/KT,KTY.pdf) -to-92Mini transistor -0 -2 -2 -Package_TO_SOT_THT -TO-92S -TO-92S package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) -to-92S transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92S-2 -TO-92S package, 2-pin, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) -to-92S transistor -0 -2 -2 -Package_TO_SOT_THT -TO-92S_Wide -TO-92S_Wide package, drill 0.75mm (https://www.diodes.com/assets/Package-Files/TO92S%20(Type%20B).pdf) -TO-92S_Wide transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_HandSolder -TO-92 leads molded, narrow, drill 0.75mm, handsoldering variant with enlarged pads (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Horizontal1 -TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Horizontal2 -TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline -TO-92 leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline_Horizontal1 -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline_Horizontal2 -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline_W4.0mm_Horizontal_FlatSideDown -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline_W4.0mm_Horizontal_FlatSideUp -TO-92 horizontal, leads in-line, narrow, oval pads, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Inline_Wide -TO-92 leads in-line, wide, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideDown -TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_W4.0mm_StaggerEven_Horizontal_FlatSideUp -TO-92 horizontal, leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-92_Wide -TO-92 leads molded, wide, drill 0.75mm (see NXP sot054_po.pdf) -to-92 sc-43 sc-43a sot54 PA33 transistor -0 -3 -3 -Package_TO_SOT_THT -TO-99-6 -TO-99-6 -TO-99-6 -0 -6 -6 -Package_TO_SOT_THT -TO-99-6_Window -TO-99-6_Window, Window -TO-99-6_Window Window -0 -6 -6 -Package_TO_SOT_THT -TO-99-8 -TO-99-8 -TO-99-8 -0 -8 -8 -Package_TO_SOT_THT -TO-99-8_Window -TO-99-8_Window, Window -TO-99-8_Window Window -0 -8 -8 -Package_TO_SOT_THT -TO-100-10 -TO-100-10 -TO-100-10 -0 -10 -10 -Package_TO_SOT_THT -TO-100-10_Window -TO-100-10_Window, Window -TO-100-10_Window Window -0 -10 -10 -Package_TO_SOT_THT -TO-126-2_Horizontal_TabDown -TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-126-2_Horizontal_TabUp -TO-126-2, Horizontal, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-126-2_Vertical -TO-126-2, Vertical, RM 5.08mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-2 Vertical RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-126-3_Horizontal_TabDown -TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-126-3_Horizontal_TabUp -TO-126-3, Horizontal, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-126-3_Vertical -TO-126-3, Vertical, RM 2.54mm, see https://www.diodes.com/assets/Package-Files/TO126.pdf -TO-126-3 Vertical RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-218-2_Horizontal_TabDown -TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-2 Horizontal RM 10.95mm SOT-93 -0 -2 -2 -Package_TO_SOT_THT -TO-218-2_Horizontal_TabUp -TO-218-2, Horizontal, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-2 Horizontal RM 10.95mm SOT-93 -0 -2 -2 -Package_TO_SOT_THT -TO-218-2_Vertical -TO-218-2, Vertical, RM 10.95mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-2 Vertical RM 10.95mm SOT-93 -0 -2 -2 -Package_TO_SOT_THT -TO-218-3_Horizontal_TabDown -TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-3 Horizontal RM 5.475mm SOT-93 -0 -3 -3 -Package_TO_SOT_THT -TO-218-3_Horizontal_TabUp -TO-218-3, Horizontal, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-3 Horizontal RM 5.475mm SOT-93 -0 -3 -3 -Package_TO_SOT_THT -TO-218-3_Vertical -TO-218-3, Vertical, RM 5.475mm, SOT-93, see https://www.vishay.com/docs/95214/fto218.pdf -TO-218-3 Vertical RM 5.475mm SOT-93 -0 -3 -3 -Package_TO_SOT_THT -TO-220-2_Horizontal_TabDown -TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF -TO-220-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220-2_Horizontal_TabUp -TO-220-2, Horizontal, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF -TO-220-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220-2_Vertical -TO-220-2, Vertical, RM 5.08mm, see https://www.centralsemi.com/PDFS/CASE/TO-220-2PD.PDF -TO-220-2 Vertical RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220-3_Horizontal_TabDown -TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf -TO-220-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220-3_Horizontal_TabUp -TO-220-3, Horizontal, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf -TO-220-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220-3_Vertical -TO-220-3, Vertical, RM 2.54mm, see https://www.vishay.com/docs/66542/to-220-1.pdf -TO-220-3 Vertical RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220-4_Horizontal_TabDown -TO-220-4, Horizontal, RM 2.54mm -TO-220-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_Horizontal_TabUp -TO-220-4, Horizontal, RM 2.54mm -TO-220-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_P5.08x2.54mm_StaggerEven_Lead3.8mm_Vertical -TO-220-4, Vertical, RM 2.54mm, staggered type-2 -TO-220-4 Vertical RM 2.54mm staggered type-2 -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_P5.08x2.54mm_StaggerEven_Lead5.84mm_TabDown -TO-220-4, Horizontal, RM 2.54mm, staggered type-2 -TO-220-4 Horizontal RM 2.54mm staggered type-2 -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_P5.08x2.54mm_StaggerOdd_Lead3.8mm_Vertical -TO-220-4, Vertical, RM 2.54mm, staggered type-1 -TO-220-4 Vertical RM 2.54mm staggered type-1 -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_P5.08x2.54mm_StaggerOdd_Lead5.84mm_TabDown -TO-220-4, Horizontal, RM 2.54mm, staggered type-1 -TO-220-4 Horizontal RM 2.54mm staggered type-1 -0 -4 -4 -Package_TO_SOT_THT -TO-220-4_Vertical -TO-220-4, Vertical, RM 2.54mm -TO-220-4 Vertical RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220-5_Horizontal_TabDown -TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf -TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_Horizontal_TabUp -TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf -TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_P3.4x3.7mm_StaggerEven_Lead3.8mm_Vertical -TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf -TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_P3.4x3.7mm_StaggerOdd_Lead3.8mm_Vertical -TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf -TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_P3.4x3.8mm_StaggerEven_Lead7.13mm_TabDown -TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-2, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf -TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-2 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_P3.4x3.8mm_StaggerOdd_Lead7.13mm_TabDown -TO-220-5, Horizontal, RM 1.7mm, Pentawatt, Multiwatt-5, staggered type-1, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421.pdf?domain=www.linear.com, https://www.diodes.com/assets/Package-Files/TO220-5.pdf -TO-220-5 Horizontal RM 1.7mm Pentawatt Multiwatt-5 staggered type-1 -0 -5 -5 -Package_TO_SOT_THT -TO-220-5_Vertical -TO-220-5, Vertical, RM 1.7mm, Pentawatt, Multiwatt-5, see http://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/ltc-legacy-to-220/to-220_5_05-08-1421_straight_lead.pdf -TO-220-5 Vertical RM 1.7mm Pentawatt Multiwatt-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220-7_P2.54x3.7mm_StaggerEven_Lead3.8mm_Vertical -TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-2 -TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-2 -0 -7 -7 -Package_TO_SOT_THT -TO-220-7_P2.54x3.7mm_StaggerOdd_Lead3.8mm_Vertical -TO-220-7, Vertical, RM 1.27mm, Multiwatt-7, staggered type-1 -TO-220-7 Vertical RM 1.27mm Multiwatt-7 staggered type-1 -0 -7 -7 -Package_TO_SOT_THT -TO-220-7_P2.54x3.8mm_StaggerEven_Lead5.85mm_TabDown -TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-2 -TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-2 -0 -7 -7 -Package_TO_SOT_THT -TO-220-7_P2.54x3.8mm_StaggerOdd_Lead5.85mm_TabDown -TO-220-7, Horizontal, RM 1.27mm, Multiwatt-7, staggered type-1 -TO-220-7 Horizontal RM 1.27mm Multiwatt-7 staggered type-1 -0 -7 -7 -Package_TO_SOT_THT -TO-220-8_Vertical -TO-220-8 (Multiwatt8), Vertical, 2.54mm Pitch (http://www.st.com/resource/en/datasheet/tda7264.pdf) -TO-220-9 Vertical 2.54mm Pitch Multiwatt 8 -0 -8 -8 -Package_TO_SOT_THT -TO-220-9_P1.94x3.7mm_StaggerEven_Lead3.8mm_Vertical -TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-2 -TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-2 -0 -9 -9 -Package_TO_SOT_THT -TO-220-9_P1.94x3.7mm_StaggerOdd_Lead3.8mm_Vertical -TO-220-9, Vertical, RM 0.97mm, Multiwatt-9, staggered type-1 -TO-220-9 Vertical RM 0.97mm Multiwatt-9 staggered type-1 -0 -9 -9 -Package_TO_SOT_THT -TO-220-9_P1.94x3.8mm_StaggerEven_Lead5.85mm_TabDown -TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-2 -TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-2 -0 -9 -9 -Package_TO_SOT_THT -TO-220-9_P1.94x3.8mm_StaggerOdd_Lead5.85mm_TabDown -TO-220-9, Horizontal, RM 0.97mm, Multiwatt-9, staggered type-1 -TO-220-9 Horizontal RM 0.97mm Multiwatt-9 staggered type-1 -0 -9 -9 -Package_TO_SOT_THT -TO-220-11_P3.4x2.54mm_StaggerEven_Lead5.84mm_TabDown -TO-220-11, Horizontal, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf -TO-220-11 Horizontal RM 1.7mm staggered type-2 -0 -11 -11 -Package_TO_SOT_THT -TO-220-11_P3.4x2.54mm_StaggerOdd_Lead5.84mm_TabDown -TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf -TO-220-11 Horizontal RM 1.7mm staggered type-1 -0 -11 -11 -Package_TO_SOT_THT -TO-220-11_P3.4x5.08mm_StaggerEven_Lead4.58mm_Vertical -TO-220-11, Vertical, RM 1.7mm, staggered type-2, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf -TO-220-11 Vertical RM 1.7mm staggered type-2 -0 -11 -11 -Package_TO_SOT_THT -TO-220-11_P3.4x5.08mm_StaggerOdd_Lead4.85mm_Vertical -TO-220-11, Vertical, RM 1.7mm, staggered type-1, see http://www.st.com/resource/en/datasheet/tda7391lv.pdf -TO-220-11 Vertical RM 1.7mm staggered type-1 -0 -11 -11 -Package_TO_SOT_THT -TO-220-11_P3.4x5.08mm_StaggerOdd_Lead8.45mm_TabDown -TO-220-11, Horizontal, RM 1.7mm, staggered type-1, see http://www.ti.com/lit/ds/symlink/lmd18200.pdf -TO-220-11 Horizontal RM 1.7mm staggered type-1 -0 -11 -11 -Package_TO_SOT_THT -TO-220-15_P2.54x2.54mm_StaggerEven_Lead4.58mm_Vertical -TO-220-15, Vertical, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf -TO-220-15 Vertical RM 1.27mm staggered type-2 -0 -15 -15 -Package_TO_SOT_THT -TO-220-15_P2.54x2.54mm_StaggerEven_Lead5.84mm_TabDown -TO-220-15, Horizontal, RM 1.27mm, staggered type-2, see http://www.st.com/resource/en/datasheet/l298.pdf -TO-220-15 Horizontal RM 1.27mm staggered type-2 -0 -15 -15 -Package_TO_SOT_THT -TO-220-15_P2.54x2.54mm_StaggerOdd_Lead4.58mm_Vertical -TO-220-15, Vertical, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf -TO-220-15 Vertical RM 1.27mm staggered type-1 -0 -15 -15 -Package_TO_SOT_THT -TO-220-15_P2.54x2.54mm_StaggerOdd_Lead5.84mm_TabDown -TO-220-15, Horizontal, RM 1.27mm, staggered type-1, see http://www.st.com/resource/en/datasheet/l298.pdf -TO-220-15 Horizontal RM 1.27mm staggered type-1 -0 -15 -15 -Package_TO_SOT_THT -TO-220F-2_Horizontal_TabDown -TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf -TO-220F-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220F-2_Horizontal_TabUp -TO-220F-2, Horizontal, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf -TO-220F-2 Horizontal RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220F-2_Vertical -TO-220F-2, Vertical, RM 5.08mm, see http://www.onsemi.com/pub/Collateral/FFPF10F150S-D.pdf -TO-220F-2 Vertical RM 5.08mm -0 -2 -2 -Package_TO_SOT_THT -TO-220F-3_Horizontal_TabDown -TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf -TO-220F-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220F-3_Horizontal_TabUp -TO-220F-3, Horizontal, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf -TO-220F-3 Horizontal RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220F-3_Vertical -TO-220F-3, Vertical, RM 2.54mm, see http://www.st.com/resource/en/datasheet/stp20nm60.pdf -TO-220F-3 Vertical RM 2.54mm -0 -3 -3 -Package_TO_SOT_THT -TO-220F-4_Horizontal_TabDown -TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_Horizontal_TabUp -TO-220F-4, Horizontal, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_P5.08x2.05mm_StaggerEven_Lead1.85mm_Vertical -TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Vertical RM 2.54mm staggered type-2 -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_P5.08x2.05mm_StaggerOdd_Lead1.85mm_Vertical -TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Vertical RM 2.54mm staggered type-1 -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_P5.08x3.7mm_StaggerEven_Lead3.5mm_Vertical -TO-220F-4, Vertical, RM 2.54mm, staggered type-2, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Vertical RM 2.54mm staggered type-2 -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_P5.08x3.7mm_StaggerOdd_Lead3.5mm_Vertical -TO-220F-4, Vertical, RM 2.54mm, staggered type-1, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Vertical RM 2.54mm staggered type-1 -0 -4 -4 -Package_TO_SOT_THT -TO-220F-4_Vertical -TO-220F-4, Vertical, RM 2.54mm, see https://www.njr.com/semicon/PDF/package/TO-220F-4_E.pdf -TO-220F-4 Vertical RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-220F-5_Horizontal_TabDown -TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 -TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_Horizontal_TabUp -TO-220F-5, Horizontal, RM 1.7mm, PentawattF-, MultiwattF-5 -TO-220F-5 Horizontal RM 1.7mm PentawattF- MultiwattF-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_P3.4x2.06mm_StaggerEven_Lead1.86mm_Vertical -TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 -TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_P3.4x2.06mm_StaggerOdd_Lead1.86mm_Vertical -TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 -TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_P3.4x3.7mm_StaggerEven_Lead3.5mm_Vertical -TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-2 -TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-2 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_P3.4x3.7mm_StaggerOdd_Lead3.5mm_Vertical -TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5, staggered type-1 -TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 staggered type-1 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-5_Vertical -TO-220F-5, Vertical, RM 1.7mm, PentawattF-, MultiwattF-5 -TO-220F-5 Vertical RM 1.7mm PentawattF- MultiwattF-5 -0 -5 -5 -Package_TO_SOT_THT -TO-220F-7_P2.54x3.7mm_StaggerEven_Lead3.5mm_Vertical -TO-220F-7, Vertical, RM 1.27mm, staggered type-2 -TO-220F-7 Vertical RM 1.27mm staggered type-2 -0 -7 -7 -Package_TO_SOT_THT -TO-220F-7_P2.54x3.7mm_StaggerOdd_Lead3.5mm_Vertical -TO-220F-7, Vertical, RM 1.27mm, staggered type-1 -TO-220F-7 Vertical RM 1.27mm staggered type-1 -0 -7 -7 -Package_TO_SOT_THT -TO-220F-9_P1.8x3.7mm_StaggerEven_Lead3.5mm_Vertical -TO-220F-9, Vertical, RM 0.9mm, staggered type-2 -TO-220F-9 Vertical RM 0.9mm staggered type-2 -0 -9 -9 -Package_TO_SOT_THT -TO-220F-9_P1.8x3.7mm_StaggerOdd_Lead3.5mm_Vertical -TO-220F-9, Vertical, RM 0.9mm, staggered type-1 -TO-220F-9 Vertical RM 0.9mm staggered type-1 -0 -9 -9 -Package_TO_SOT_THT -TO-220F-11_P3.4x5.08mm_StaggerEven_Lead5.08mm_Vertical -TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-2, see http://www.ti.com/lit/ds/symlink/lm3886.pdf -TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-2 -0 -11 -11 -Package_TO_SOT_THT -TO-220F-11_P3.4x5.08mm_StaggerOdd_Lead5.08mm_Vertical -TO-220F-11, Vertical, RM 1.7mm, MultiwattF-11, staggered type-1, see http://www.ti.com/lit/ds/symlink/lm3886.pdf -TO-220F-11 Vertical RM 1.7mm MultiwattF-11 staggered type-1 -0 -11 -11 -Package_TO_SOT_THT -TO-220F-15_P2.54x5.08mm_StaggerEven_Lead5.08mm_Vertical -TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-2 -TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-2 -0 -15 -15 -Package_TO_SOT_THT -TO-220F-15_P2.54x5.08mm_StaggerOdd_Lead5.08mm_Vertical -TO-220F-15, Vertical, RM 1.27mm, MultiwattF-15, staggered type-1 -TO-220F-15 Vertical RM 1.27mm MultiwattF-15 staggered type-1 -0 -15 -15 -Package_TO_SOT_THT -TO-247-2_Horizontal_TabDown -TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-2 Horizontal RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-247-2_Horizontal_TabUp -TO-247-2, Horizontal, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-2 Horizontal RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-247-2_Vertical -TO-247-2, Vertical, RM 10.9mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-2 Vertical RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-247-3_Horizontal_TabDown -TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-247-3_Horizontal_TabUp -TO-247-3, Horizontal, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-247-3_Vertical -TO-247-3, Vertical, RM 5.45mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-3 Vertical RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-247-4_Horizontal_TabDown -TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-247-4_Horizontal_TabUp -TO-247-4, Horizontal, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-4 Horizontal RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-247-4_Vertical -TO-247-4, Vertical, RM 2.54mm, see https://toshiba.semicon-storage.com/us/product/mosfet/to-247-4l.html -TO-247-4 Vertical RM 2.54mm -0 -4 -4 -Package_TO_SOT_THT -TO-247-5_Horizontal_TabDown -TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf -TO-247-5 Horizontal RM 2.54mm -0 -5 -5 -Package_TO_SOT_THT -TO-247-5_Horizontal_TabUp -TO-247-5, Horizontal, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf -TO-247-5 Horizontal RM 2.54mm -0 -5 -5 -Package_TO_SOT_THT -TO-247-5_Vertical -TO-247-5, Vertical, RM 2.54mm, see http://ww1.microchip.com/downloads/en/DeviceDoc/20005685A.pdf -TO-247-5 Vertical RM 2.54mm -0 -5 -5 -Package_TO_SOT_THT -TO-251-2-1EP_Horizontal_TabDown -TO-251-2, Horizontal, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf -TO-251-2 Horizontal RM 4.58mm IPAK -0 -3 -3 -Package_TO_SOT_THT -TO-251-2_Vertical -TO-251-2, Vertical, RM 4.58mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf -TO-251-2 Vertical RM 4.58mm IPAK -0 -2 -2 -Package_TO_SOT_THT -TO-251-3-1EP_Horizontal_TabDown -TO-251-3, Horizontal, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf -TO-251-3 Horizontal RM 2.29mm IPAK -0 -4 -4 -Package_TO_SOT_THT -TO-251-3_Vertical -TO-251-3, Vertical, RM 2.29mm, IPAK, see https://www.diodes.com/assets/Package-Files/TO251.pdf -TO-251-3 Vertical RM 2.29mm IPAK -0 -3 -3 -Package_TO_SOT_THT -TO-262-3-1EP_Horizontal_TabDown -TO-262-3, Horizontal, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF -TO-262-3 Horizontal RM 2.54mm IIPAK I2PAK -0 -4 -4 -Package_TO_SOT_THT -TO-262-3_Vertical -TO-262-3, Vertical, RM 2.54mm, IIPAK, I2PAK, see http://www.onsemi.com/pub/Collateral/EN8586-D.PDF -TO-262-3 Vertical RM 2.54mm IIPAK I2PAK -0 -3 -3 -Package_TO_SOT_THT -TO-262-5-1EP_Horizontal_TabDown -TO-262-5, Horizontal, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf -TO-262-5 Horizontal RM 1.7mm IIPAK I2PAK -0 -6 -6 -Package_TO_SOT_THT -TO-262-5_Vertical -TO-262-5, Vertical, RM 1.7mm, IIPAK, I2PAK, see http://pdf.datasheetcatalog.com/datasheet/irf/iris4011.pdf -TO-262-5 Vertical RM 1.7mm IIPAK I2PAK -0 -5 -5 -Package_TO_SOT_THT -TO-264-2_Horizontal_TabDown -TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-2 Horizontal RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-264-2_Horizontal_TabUp -TO-264-2, Horizontal, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-2 Horizontal RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-264-2_Vertical -TO-264-2, Vertical, RM 10.9mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-2 Vertical RM 10.9mm -0 -2 -2 -Package_TO_SOT_THT -TO-264-3_Horizontal_TabDown -TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-264-3_Horizontal_TabUp -TO-264-3, Horizontal, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-3 Horizontal RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-264-3_Vertical -TO-264-3, Vertical, RM 5.45mm, see https://www.fairchildsemi.com/package-drawings/TO/TO264A03.pdf -TO-264-3 Vertical RM 5.45mm -0 -3 -3 -Package_TO_SOT_THT -TO-264-5_Horizontal_TabDown -TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF -TO-264-5 Horizontal RM 3.81mm -0 -5 -5 -Package_TO_SOT_THT -TO-264-5_Horizontal_TabUp -TO-264-5, Horizontal, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF -TO-264-5 Horizontal RM 3.81mm -0 -5 -5 -Package_TO_SOT_THT -TO-264-5_Vertical -TO-264-5, Vertical, RM 3.81mm, see https://www.onsemi.com/pub/Collateral/NJL3281D-D.PDF -TO-264-5 Vertical RM 3.81mm -0 -5 -5 -Potentiometer_SMD -Potentiometer_ACP_CA6-VSMD_Vertical -Potentiometer, vertical, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf -Potentiometer vertical ACP CA6-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_ACP_CA6-VSMD_Vertical_Hole -Potentiometer, vertical, shaft hole, ACP CA6-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf -Potentiometer vertical hole ACP CA6-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_ACP_CA9-VSMD_Vertical -Potentiometer, vertical, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer vertical ACP CA9-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_ACP_CA9-VSMD_Vertical_Hole -Potentiometer, vertical, shaft hole, ACP CA9-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer vertical hole ACP CA9-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_ACP_CA14-VSMD_Vertical -Potentiometer, vertical, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer vertical ACP CA14-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_ACP_CA14-VSMD_Vertical_Hole -Potentiometer, vertical, shaft hole, ACP CA14-VSMD, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer vertical hole ACP CA14-VSMD -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3214G_Horizontal -Potentiometer, horizontal, Bourns 3214G, https://www.bourns.com/docs/Product-Datasheets/3214.pdf -Potentiometer horizontal Bourns 3214G -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3214J_Horizontal -Potentiometer, horizontal, Bourns 3214J, https://www.bourns.com/docs/Product-Datasheets/3214.pdf -Potentiometer horizontal Bourns 3214J -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3214W_Vertical -Potentiometer, vertical, Bourns 3214W, https://www.bourns.com/docs/Product-Datasheets/3214.pdf -Potentiometer vertical Bourns 3214W -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3214X_Vertical -Potentiometer, vertical, Bourns 3214X, https://www.bourns.com/docs/Product-Datasheets/3214.pdf -Potentiometer vertical Bourns 3214X -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3224G_Horizontal -Potentiometer, horizontal, Bourns 3224G, https://www.bourns.com/docs/Product-Datasheets/3224.pdf -Potentiometer horizontal Bourns 3224G -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3224J_Horizontal -Potentiometer, horizontal, Bourns 3224J, https://www.bourns.com/docs/Product-Datasheets/3224.pdf -Potentiometer horizontal Bourns 3224J -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3224W_Vertical -Potentiometer, vertical, Bourns 3224W, https://www.bourns.com/docs/Product-Datasheets/3224.pdf -Potentiometer vertical Bourns 3224W -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3224X_Vertical -Potentiometer, vertical, Bourns 3224X, https://www.bourns.com/docs/Product-Datasheets/3224.pdf -Potentiometer vertical Bourns 3224X -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3269P_Horizontal -Potentiometer, horizontal, Bourns 3269P, https://www.bourns.com/docs/Product-Datasheets/3269.pdf -Potentiometer horizontal Bourns 3269P -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3269W_Vertical -Potentiometer, vertical, Bourns 3269W, https://www.bourns.com/docs/Product-Datasheets/3269.pdf -Potentiometer vertical Bourns 3269W -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3269X_Horizontal -Potentiometer, horizontal, Bourns 3269X, https://www.bourns.com/docs/Product-Datasheets/3269.pdf -Potentiometer horizontal Bourns 3269X -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3314G_Vertical -Potentiometer, vertical, top-adjust, Bourns 3314G, http://www.bourns.com/docs/Product-Datasheets/3314.pdf -Potentiometer vertical Bourns 3314G -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3314J_Vertical -Potentiometer, vertical, top-adjust, Bourns 3314J, http://www.bourns.com/docs/Product-Datasheets/3314.pdf -Potentiometer vertical Bourns 3314J -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3314R-1_Vertical_Hole -Potentiometer, vertical, bottom-adjust, single slot, Bourns 3314R-1, http://www.bourns.com/docs/Product-Datasheets/3314.pdf -Potentiometer vertical hole Bourns 3314R-1 -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3314R-GM5_Vertical -Potentiometer, vertical, cross-slot, extended leadframe, Bourns 3314R-GM5, http://www.bourns.com/docs/Product-Datasheets/3314.pdf -Potentiometer vertical Bourns 3314R-GM5 -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_3314S_Horizontal -Potentiometer, horizontal, Bourns 3314S, http://www.bourns.com/docs/Product-Datasheets/3314.pdf -Potentiometer horizontal Bourns 3314S -0 -3 -3 -Potentiometer_SMD -Potentiometer_Bourns_PRS11S_Vertical -Potentiometer, vertical, Bourns PRS11S, http://www.bourns.com/docs/Product-Datasheets/PRS11S.pdf -Potentiometer vertical Bourns PRS11S -0 -5 -5 -Potentiometer_SMD -Potentiometer_Bourns_TC33X_Vertical -Potentiometer, Bourns, TC33X, Vertical, https://www.bourns.com/pdfs/TC33.pdf -Potentiometer Bourns TC33X Vertical -0 -3 -3 -Potentiometer_SMD -Potentiometer_Vishay_TS53YJ_Vertical -Potentiometer, vertical, Vishay TS53YJ, https://www.vishay.com/docs/51008/ts53.pdf -Potentiometer vertical Vishay TS53YJ -0 -3 -3 -Potentiometer_SMD -Potentiometer_Vishay_TS53YL_Vertical -Potentiometer, vertical, Vishay TS53YL, https://www.vishay.com/docs/51008/ts53.pdf -Potentiometer vertical Vishay TS53YL -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA6-H2,5_Horizontal -Potentiometer, horizontal, ACP CA6-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/06/01-ACP-CA6.pdf -Potentiometer horizontal ACP CA6-H2,5 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA9-H2,5_Horizontal -Potentiometer, horizontal, ACP CA9-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer horizontal ACP CA9-H2,5 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA9-H3,8_Horizontal -Potentiometer, horizontal, ACP CA9-H3,8, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer horizontal ACP CA9-H3,8 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA9-H5_Horizontal -Potentiometer, horizontal, ACP CA9-H5, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer horizontal ACP CA9-H5 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA9-V10_Vertical -Potentiometer, vertical, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer vertical ACP CA9-V10 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA9-V10_Vertical_Hole -Potentiometer, vertical, shaft hole, ACP CA9-V10, http://www.acptechnologies.com/wp-content/uploads/2017/05/02-ACP-CA9-CE9.pdf -Potentiometer vertical hole ACP CA9-V10 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA14-H2,5_Horizontal -Potentiometer, horizontal, ACP CA14-H2,5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer horizontal ACP CA14-H2,5 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA14-H4_Horizontal -Potentiometer, horizontal, ACP CA14-H4, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer horizontal ACP CA14-H4 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA14-H5_Horizontal -Potentiometer, horizontal, ACP CA14-H5, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer horizontal ACP CA14-H5 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA14V-15_Vertical -Potentiometer, vertical, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer vertical ACP CA14V-15 -0 -3 -3 -Potentiometer_THT -Potentiometer_ACP_CA14V-15_Vertical_Hole -Potentiometer, vertical, shaft hole, ACP CA14V-15, http://www.acptechnologies.com/wp-content/uploads/2017/10/03-ACP-CA14-CE14.pdf -Potentiometer vertical hole ACP CA14V-15 -0 -3 -3 -Potentiometer_THT -Potentiometer_Alpha_RD901F-40-00D_Single_Vertical -Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 -potentiometer vertical 9mm single -0 -5 -3 -Potentiometer_THT -Potentiometer_Alpha_RD901F-40-00D_Single_Vertical_CircularHoles -Potentiometer, vertical, 9mm, single, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 -potentiometer vertical 9mm single -0 -5 -3 -Potentiometer_THT -Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical -Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 -potentiometer vertical 9mm dual -0 -8 -6 -Potentiometer_THT -Potentiometer_Alpha_RD902F-40-00D_Dual_Vertical_CircularHoles -Potentiometer, vertical, 9mm, dual, http://www.taiwanalpha.com.tw/downloads?target=products&id=113 -potentiometer vertical 9mm dual -0 -8 -6 -Potentiometer_THT -Potentiometer_Alps_RK09K_Single_Horizontal -111009J 1110AK4 11100DN 1110AAR 1110077 1110A0J 110AMJ 1110B26 D1110C1A Potentiometer, horizontal, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf -Potentiometer horizontal Alps RK09K Single Snapin -0 -5 -4 -Potentiometer_THT -Potentiometer_Alps_RK09K_Single_Vertical -113004U 1130A6S 11300DR 1130A8G 1130081 1130A5R 1130AP5 1130AST D1130C3W D1130C1B D1130C3C D1130C2P Potentiometer, vertical, Alps RK09K Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09k/rk09k.pdf -Potentiometer vertical Alps RK09K RK09D Single Snapin -0 -5 -4 -Potentiometer_THT -Potentiometer_Alps_RK09L_Double_Horizontal -122002H 122002L 12B0A4S 12B0A1V Potentiometer, horizontal, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf -Potentiometer horizontal Alps RK09L Double -0 -8 -7 -Potentiometer_THT -Potentiometer_Alps_RK09L_Double_Vertical -1240015 1240019 12D0A1W 12D0A1T Potentiometer, vertical, Alps RK09L Double, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf -Potentiometer vertical Alps RK09L Double -0 -8 -7 -Potentiometer_THT -Potentiometer_Alps_RK09L_Single_Horizontal -1120A5F 1120036 1120A0Z 112003S Potentiometer, horizontal, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf -Potentiometer horizontal Alps RK09L Single -0 -5 -4 -Potentiometer_THT -Potentiometer_Alps_RK09L_Single_Vertical - 1140A5L 114001E 1140A2U 114001T Potentiometer, vertical, Alps RK09L Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09l/rk09l.pdf -Potentiometer vertical Alps RK09L Single -0 -5 -4 -Potentiometer_THT -Potentiometer_Alps_RK09Y11_Single_Horizontal -Potentiometer, horizontal, Long Life, Alps RK09Y11 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk09y11/rk09y11.pdf -Potentiometer horizontal Alps RK09Y11 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Alps_RK097_Dual_Horizontal -1210, Dual Pot, Horizontal, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf -Potentiometer horizontal Alps RK097 Dual -0 -6 -6 -Potentiometer_THT -Potentiometer_Alps_RK097_Dual_Horizontal_Switch -1221-5R1211, Dual Pot, Horizontal, Switch, Alps RK097 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf -Potentiometer horizontal Alps RK097 Dual Switch -0 -8 -8 -Potentiometer_THT -Potentiometer_Alps_RK097_Single_Horizontal -1110, Single Pot, Horizontal, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf -Potentiometer horizontal Alps RK097 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Alps_RK097_Single_Horizontal_Switch -1111-5R1211, Single Pot, Horizontal, Switch, Alps RK097 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk097/rk097.pdf -Potentiometer horizontal Alps RK097 Single Switch -0 -5 -5 -Potentiometer_THT -Potentiometer_Alps_RK163_Dual_Horizontal -12101A2 1210AX9 12A0B85 12A0BKR Potentiometer, horizontal, Alps RK163 Dual, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf -Potentiometer horizontal Alps RK163 Dual -0 -6 -6 -Potentiometer_THT -Potentiometer_Alps_RK163_Single_Horizontal -1110U1Q 1110TNP 1110U2A 1110U0Q Potentiometer, horizontal, Alps RK163 Single, https://tech.alpsalpine.com/prod/e/pdf/potentiometer/rotarypotentiometers/rk16/rk16.pdf -Potentiometer horizontal Alps RK163 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3005_Horizontal -Potentiometer, horizontal, Bourns 3005, http://www.bourns.com/docs/Product-Datasheets/3005.pdf -Potentiometer horizontal Bourns 3005 -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3006P_Horizontal -Potentiometer, horizontal, Bourns 3006P, https://www.bourns.com/docs/Product-Datasheets/3006.pdf -Potentiometer horizontal Bourns 3006P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3006W_Horizontal -Potentiometer, horizontal, Bourns 3006W, https://www.bourns.com/docs/Product-Datasheets/3006.pdf -Potentiometer horizontal Bourns 3006W -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3006Y_Horizontal -Potentiometer, horizontal, Bourns 3006Y, https://www.bourns.com/docs/Product-Datasheets/3006.pdf -Potentiometer horizontal Bourns 3006Y -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3009P_Horizontal -Potentiometer, horizontal, Bourns 3009P, http://www.bourns.com/docs/Product-Datasheets/3009.pdf -Potentiometer horizontal Bourns 3009P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3009Y_Horizontal -Potentiometer, horizontal, Bourns 3009Y, http://www.bourns.com/docs/Product-Datasheets/3009.pdf -Potentiometer horizontal Bourns 3009Y -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3266P_Horizontal -Potentiometer, horizontal, Bourns 3266P, https://www.bourns.com/docs/Product-Datasheets/3266.pdf -Potentiometer horizontal Bourns 3266P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3266W_Vertical -Potentiometer, vertical, Bourns 3266W, https://www.bourns.com/docs/Product-Datasheets/3266.pdf -Potentiometer vertical Bourns 3266W -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3266X_Horizontal -Potentiometer, horizontal, Bourns 3266X, https://www.bourns.com/docs/Product-Datasheets/3266.pdf -Potentiometer horizontal Bourns 3266X -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3266Y_Vertical -Potentiometer, vertical, Bourns 3266Y, https://www.bourns.com/docs/Product-Datasheets/3266.pdf -Potentiometer vertical Bourns 3266Y -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3266Z_Horizontal -Potentiometer, horizontal, Bourns 3266Z, https://www.bourns.com/docs/Product-Datasheets/3266.pdf -Potentiometer horizontal Bourns 3266Z -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3296P_Horizontal -Potentiometer, horizontal, Bourns 3296P, https://www.bourns.com/pdfs/3296.pdf -Potentiometer horizontal Bourns 3296P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3296W_Vertical -Potentiometer, vertical, Bourns 3296W, https://www.bourns.com/pdfs/3296.pdf -Potentiometer vertical Bourns 3296W -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3296X_Horizontal -Potentiometer, horizontal, Bourns 3296X, https://www.bourns.com/pdfs/3296.pdf -Potentiometer horizontal Bourns 3296X -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3296Y_Vertical -Potentiometer, vertical, Bourns 3296Y, https://www.bourns.com/pdfs/3296.pdf -Potentiometer vertical Bourns 3296Y -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3296Z_Horizontal -Potentiometer, horizontal, Bourns 3296Z, https://www.bourns.com/pdfs/3296.pdf -Potentiometer horizontal Bourns 3296Z -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3299P_Horizontal -Potentiometer, horizontal, Bourns 3299P, https://www.bourns.com/pdfs/3299.pdf -Potentiometer horizontal Bourns 3299P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3299W_Vertical -Potentiometer, vertical, Bourns 3299W, https://www.bourns.com/pdfs/3299.pdf -Potentiometer vertical Bourns 3299W -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3299X_Horizontal -Potentiometer, horizontal, Bourns 3299X, https://www.bourns.com/pdfs/3299.pdf -Potentiometer horizontal Bourns 3299X -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3299Y_Vertical -Potentiometer, vertical, Bourns 3299Y, https://www.bourns.com/pdfs/3299.pdf -Potentiometer vertical Bourns 3299Y -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3299Z_Horizontal -Potentiometer, horizontal, Bourns 3299Z, https://www.bourns.com/pdfs/3299.pdf -Potentiometer horizontal Bourns 3299Z -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3339H_Vertical -Potentiometer, vertical, Bourns 3339H, http://www.bourns.com/docs/Product-Datasheets/3339.pdf -Potentiometer vertical Bourns 3339H -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3339P_Vertical -Potentiometer, vertical, Bourns 3339P, http://www.bourns.com/docs/Product-Datasheets/3339.pdf -Potentiometer vertical Bourns 3339P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3339P_Vertical_HandSoldering -Potentiometer, vertical, Bourns 3339P, hand-soldering, http://www.bourns.com/docs/Product-Datasheets/3339.pdf -Potentiometer vertical Bourns 3339P hand-soldering -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3339S_Horizontal -Potentiometer, horizontal, Bourns 3339S, http://www.bourns.com/docs/Product-Datasheets/3339.pdf -Potentiometer horizontal Bourns 3339S -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3339W_Horizontal -Potentiometer, horizontal, Bourns 3339W, http://www.bourns.com/docs/Product-Datasheets/3339.pdf -Potentiometer horizontal Bourns 3339W -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3386C_Horizontal -Potentiometer, horizontal, Bourns 3386C, https://www.bourns.com/pdfs/3386.pdf -Potentiometer horizontal Bourns 3386C -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3386F_Vertical -Potentiometer, vertical, Bourns 3386F, https://www.bourns.com/pdfs/3386.pdf -Potentiometer vertical Bourns 3386F -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3386P_Vertical -Potentiometer, vertical, Bourns 3386P, https://www.bourns.com/pdfs/3386.pdf -Potentiometer vertical Bourns 3386P -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_3386X_Horizontal -Potentiometer, horizontal, Bourns 3386X, https://www.bourns.com/pdfs/3386.pdf -Potentiometer horizontal Bourns 3386X -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_PTA1543_Single_Slide -Bourns single-gang slide potentiometer, 15.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf -Bourns single-gang slide potentiometer 15.0mm -0 -7 -4 -Potentiometer_THT -Potentiometer_Bourns_PTA2043_Single_Slide -Bourns single-gang slide potentiometer, 20.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf -Bourns single-gang slide potentiometer 20.0mm -0 -7 -4 -Potentiometer_THT -Potentiometer_Bourns_PTA3043_Single_Slide -Bourns single-gang slide potentiometer, 30.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf -Bourns single-gang slide potentiometer 30.0mm -0 -7 -4 -Potentiometer_THT -Potentiometer_Bourns_PTA4543_Single_Slide -Bourns single-gang slide potentiometer, 45.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf -Bourns single-gang slide potentiometer 45.0mm -0 -7 -4 -Potentiometer_THT -Potentiometer_Bourns_PTA6043_Single_Slide -Bourns single-gang slide potentiometer, 60.0mm travel, https://www.bourns.com/docs/Product-Datasheets/pta.pdf -Bourns single-gang slide potentiometer 60.0mm -0 -7 -4 -Potentiometer_THT -Potentiometer_Bourns_PTV09A-1_Single_Vertical -Potentiometer, vertical, Bourns PTV09A-1 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf -Potentiometer vertical Bourns PTV09A-1 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Bourns_PTV09A-2_Single_Horizontal -Potentiometer, horizontal, Bourns PTV09A-2 Single, http://www.bourns.com/docs/Product-Datasheets/ptv09.pdf -Potentiometer horizontal Bourns PTV09A-2 Single -0 -5 -3 -Potentiometer_THT -Potentiometer_Omeg_PC16BU_Horizontal -Potentiometer, horizontal, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm -Potentiometer horizontal Omeg PC16BU -0 -3 -3 -Potentiometer_THT -Potentiometer_Omeg_PC16BU_Vertical -Potentiometer, vertical, Omeg PC16BU, http://www.omeg.co.uk/pc6bubrc.htm -Potentiometer vertical Omeg PC16BU -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PC-16_Dual_Horizontal -Potentiometer, horizontal, Piher PC-16 Dual, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf -Potentiometer horizontal Piher PC-16 Dual -0 -6 -6 -Potentiometer_THT -Potentiometer_Piher_PC-16_Single_Horizontal -Potentiometer, horizontal, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf -Potentiometer horizontal Piher PC-16 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PC-16_Single_Vertical -Potentiometer, vertical, Piher PC-16 Single, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf -Potentiometer vertical Piher PC-16 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PC-16_Triple_Horizontal -Potentiometer, horizontal, Piher PC-16 Triple, http://www.piher-nacesa.com/pdf/20-PC16v03.pdf -Potentiometer horizontal Piher PC-16 Triple -0 -9 -9 -Potentiometer_THT -Potentiometer_Piher_PT-6-H_Horizontal -Potentiometer, horizontal, Piher PT-6-H, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf -Potentiometer horizontal Piher PT-6-H -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-6-V_Vertical -Potentiometer, vertical, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf -Potentiometer vertical Piher PT-6-V -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-6-V_Vertical_Hole -Potentiometer, vertical, shaft hole, Piher PT-6-V, http://www.piher-nacesa.com/pdf/11-PT6v03.pdf -Potentiometer vertical hole Piher PT-6-V -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-10-H01_Horizontal -Potentiometer, horizontal, Piher PT-10-H01, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf -Potentiometer horizontal Piher PT-10-H01 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-10-H05_Horizontal -Potentiometer, horizontal, Piher PT-10-H05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf -Potentiometer horizontal Piher PT-10-H05 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-10-V05_Vertical -Potentiometer, vertical, Piher PT-10-V05, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf -Potentiometer vertical Piher PT-10-V05 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-10-V10_Vertical -Potentiometer, vertical, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf -Potentiometer vertical Piher PT-10-V10 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-10-V10_Vertical_Hole -Potentiometer, vertical, shaft hole, Piher PT-10-V10, http://www.piher-nacesa.com/pdf/12-PT10v03.pdf -Potentiometer vertical hole Piher PT-10-V10 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-H01_Horizontal -Potentiometer, horizontal, Piher PT-15-H01, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer horizontal Piher PT-15-H01 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-H05_Horizontal -Potentiometer, horizontal, Piher PT-15-H05, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer horizontal Piher PT-15-H05 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-H06_Horizontal -Potentiometer, horizontal, Piher PT-15-H06, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer horizontal Piher PT-15-H06 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-H25_Horizontal -Potentiometer, horizontal, Piher PT-15-H25, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer horizontal Piher PT-15-H25 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-V02_Vertical -Potentiometer, vertical, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer vertical Piher PT-15-V02 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-V02_Vertical_Hole -Potentiometer, vertical, shaft hole, Piher PT-15-V02, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer vertical hole Piher PT-15-V02 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-V15_Vertical -Potentiometer, vertical, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer vertical Piher PT-15-V15 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_PT-15-V15_Vertical_Hole -Potentiometer, vertical, shaft hole, Piher PT-15-V15, http://www.piher-nacesa.com/pdf/14-PT15v03.pdf -Potentiometer vertical hole Piher PT-15-V15 -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_T-16H_Double_Horizontal -Potentiometer, horizontal, Piher T-16H Double, http://www.piher-nacesa.com/pdf/22-T16v03.pdf -Potentiometer horizontal Piher T-16H Double -0 -6 -6 -Potentiometer_THT -Potentiometer_Piher_T-16H_Single_Horizontal -Potentiometer, horizontal, Piher T-16H Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf -Potentiometer horizontal Piher T-16H Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Piher_T-16L_Single_Vertical_Hole -Potentiometer, vertical, shaft hole, Piher T-16L Single, http://www.piher-nacesa.com/pdf/22-T16v03.pdf -Potentiometer vertical hole Piher T-16L Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Runtron_RM-063_Horizontal -Potentiometer, horizontal, Trimmer, RM-063 http://www.runtron.com/down/PDF%20Datasheet/Carbon%20Film%20Potentiometer/RM065%20RM063.pdf -Potentiometer Trimmer RM-063 -0 -3 -3 -Potentiometer_THT -Potentiometer_Runtron_RM-065_Vertical -Potentiometer, vertical, Trimmer, RM-065 https://components101.com/sites/default/files/component_datasheet/Preset%20Potentiometer%20%28Trimpot%29.pdf -Potentiometer Trimmer RM-065 -0 -3 -3 -Potentiometer_THT -Potentiometer_TT_P0915N -http://www.ttelectronics.com/sites/default/files/download-files/Datasheet_PanelPot_P09xSeries.pdf -potentiometer vertical TT P0915N single -0 -5 -3 -Potentiometer_THT -Potentiometer_Vishay_43_Horizontal -Potentiometer, horizontal, Vishay 43, http://www.vishay.com/docs/57026/43.pdf -Potentiometer horizontal Vishay 43 -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_148-149_Dual_Horizontal -Potentiometer, horizontal, Vishay 148-149 Dual, http://www.vishay.com/docs/57040/148149.pdf -Potentiometer horizontal Vishay 148-149 Dual -0 -6 -6 -Potentiometer_THT -Potentiometer_Vishay_148-149_Single_Horizontal -Potentiometer, horizontal, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf -Potentiometer horizontal Vishay 148-149 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_148-149_Single_Vertical -Potentiometer, vertical, Vishay 148-149 Single, http://www.vishay.com/docs/57040/148149.pdf -Potentiometer vertical Vishay 148-149 Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_148E-149E_Dual_Horizontal -Potentiometer, horizontal, Vishay 148E-149E Dual, http://www.vishay.com/docs/57040/148149.pdf -Potentiometer horizontal Vishay 148E-149E Dual -0 -10 -6 -Potentiometer_THT -Potentiometer_Vishay_148E-149E_Single_Horizontal -Potentiometer, horizontal, Vishay 148E-149E Single, http://www.vishay.com/docs/57040/148149.pdf -Potentiometer horizontal Vishay 148E-149E Single -0 -7 -3 -Potentiometer_THT -Potentiometer_Vishay_248BH-249BH_Single_Horizontal -Potentiometer, horizontal, Vishay 248BH-249BH Single, http://www.vishay.com/docs/57054/248249.pdf -Potentiometer horizontal Vishay 248BH-249BH Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_248GJ-249GJ_Single_Horizontal -Potentiometer, horizontal, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf -Potentiometer horizontal Vishay 248GJ-249GJ Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_248GJ-249GJ_Single_Vertical -Potentiometer, vertical, Vishay 248GJ-249GJ Single, http://www.vishay.com/docs/57054/248249.pdf -Potentiometer vertical Vishay 248GJ-249GJ Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_T7-YA_Single_Vertical -Potentiometer, vertical, Vishay T7-YA Single, http://www.vishay.com/docs/51015/t7.pdf -Potentiometer vertical Vishay T7-YA Single -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_T73XW_Horizontal -Potentiometer, horizontal, Vishay T73XW, http://www.vishay.com/docs/51016/t73.pdf -Potentiometer horizontal Vishay T73XW -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_T73XX_Horizontal -Potentiometer, horizontal, Vishay T73XX, http://www.vishay.com/docs/51016/t73.pdf -Potentiometer horizontal Vishay T73XX -0 -3 -3 -Potentiometer_THT -Potentiometer_Vishay_T73YP_Vertical -Potentiometer, vertical, Vishay T73YP, http://www.vishay.com/docs/51016/t73.pdf -Potentiometer vertical Vishay T73YP -0 -3 -3 -RF -Skyworks_SKY13575_639LF -http://www.skyworksinc.com/uploads/documents/SKY13575_639LF_203270D.pdf -Skyworks -0 -19 -15 -RF -Skyworks_SKY65404-31 -http://www.skyworksinc.com/uploads/documents/SKY65404_31_201512K.pdf -Skyworks -0 -7 -7 -RF_Antenna -Abracon_APAES868R8060C16-T -Abracon RHCP ceramic patch antenna 854-882Mhz, 5dBi -APAES patch antenna -0 -1 -1 -RF_Antenna -Abracon_PRO-OB-440 -Abracon OnBoard SMD antenna 2400-2500Mhz, https://abracon.com/datasheets/PRO-OB-440.pdf -2400 PRO-OB-440 Antenna -0 -4 -4 -RF_Antenna -Abracon_PRO-OB-471 -OnBoard 868/915/868+2400 MHz Antenna, https://abracon.com/datasheets/PRO-OB-471.pdf -Antenna ProAnt OnBoard 868Mhz 915Mhz 2400Mhz -0 -6 -6 -RF_Antenna -Antenova_SR4G013_GPS -GPS/GLONASS/Galileo/BeiDou antenna, 1559-1609Mhz, SMD, https://www.application-datasheet.com/pdf/antenova/sr4g013.pdf -antenna GPS Antenova Beltii -0 -5 -2 -RF_Antenna -Astrocast_AST50127-00 -L-band patch antenna, https://docs.astrocast.com/dl/0534-DOC-M2M-ASTRO-Patch_Antenna-Datasheet.pdf -L-band antenna astrocast Patch Antenna -0 -1 -1 -RF_Antenna -Coilcraft_MA5532-AE_RFID -RFID Transponder Coil -antenna rfid coilcraft -0 -2 -2 -RF_Antenna -Johanson_2450AT18x100 -Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, -0.5dBi, https://www.johansontechnology.com/datasheets/2450AT18A100/2450AT18A100.pdf -antenna -0 -2 -2 -RF_Antenna -Johanson_2450AT43F0100 -Johanson 2450AT43F0100 SMD antenna 2400-2500Mhz, 1dBi, https://www.johansontechnology.com/datasheets/2450AT43F0100/2450AT43F0100.pdf -antenna -0 -2 -2 -RF_Antenna -Molex_47948-0001_2.4Ghz -SMD antenna 2400-2500Mhz, 3.7dBi, https://www.molex.com/content/dam/molex/molex-dot-com/products/automated/en-us/productspecificationpdf/479/47948/PS-47948-001-001.pdf?inline -rf antenna -0 -4 -2 -RF_Antenna -Pulse_W3011 -Pulse RF Antenna, 4mm Clearance -antenna rf -0 -3 -2 -RF_Antenna -Texas_SWRA117D_2.4GHz_Left -http://www.ti.com/lit/an/swra117d/swra117d.pdf -PCB antenna -0 -2 -2 -RF_Antenna -Texas_SWRA117D_2.4GHz_Right -http://www.ti.com/lit/an/swra117d/swra117d.pdf -PCB antenna -0 -2 -2 -RF_Antenna -Texas_SWRA416_868MHz_915MHz -http://www.ti.com/lit/an/swra416/swra416.pdf -PCB antenna -0 -20 -1 -RF_Converter -Anaren_0805_2012Metric-6 -https://cdn.anaren.com/product-documents/Xinger/DirectionalCouplers/DC4759J5020AHF/DC4759J5020AHF_DataSheet(Rev_E).pdf -coupler rf -0 -6 -6 -RF_Converter -Balun_Johanson_1.6x0.8mm -6-pin 1.6x0.8 mm balun footprint -Johanson balun filter -0 -6 -6 -RF_Converter -Balun_Johanson_0896BM15A0001 -https://www.johansontechnology.com/datasheets/0896BM15A0001/0896BM15A0001.pdf -balun RF -0 -6 -6 -RF_Converter -Balun_Johanson_0900FM15K0039 -Johanson 0900FM15K0039 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900FM15K0039/0900FM15K0039.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Johanson DFN NoLead -0 -10 -10 -RF_Converter -Balun_Johanson_0900PC15J0013 -Johanson 0900PC15J0013 DFN, 10 Pin (https://www.johansontechnology.com/datasheets/0900PC15J0013/0900PC15J0013.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Johanson DFN NoLead -0 -10 -10 -RF_Converter -Balun_Johanson_5400BL15B050E -https://www.johansontechnology.com/datasheets/5400BL15B050/5400BL15B050.pdf -balun RF -0 -6 -6 -RF_Converter -RF_Attenuator_Susumu_PAT1220 -http://www.susumu-usa.com/pdf/Foot_Print_38.pdf, https://www.susumu.co.jp/common/pdf/n_catalog_partition16_en.pdf -2mm 1.2mm -0 -3 -3 -RF_GPS -Linx_RXM-GPS -GPS Module, Linx (https://linxtechnologies.com/wp/wp-content/uploads/rxm-gps-rm.pdf) -gps linx -0 -22 -22 -RF_GPS -Quectel_L70-R -Quectel L70-R, (https://www.quectel.com/product/gps-only-l70-r) -GPS Quectel L70-R -0 -18 -18 -RF_GPS -Quectel_L80-R -Quectel L80-R GPS Module, Patch on Top, https://www.quectel.com/UploadImage/Downlad/Quectel_L80-R_Hardware_Design_V1.2.pdf -quectel GPS GNSS -0 -12 -12 -RF_GPS -SIM28ML -https://simcom.ee/documents/SIM28ML/SIM28ML_Hardware%20Design_V1.01.pdf -SIM28ML GPS -0 -18 -18 -RF_GPS -Sierra_XA11X0 -QFN-24, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification -QFN-24 P1.20 -0 -24 -24 -RF_GPS -Sierra_XM11X0 -QFN-20, Pitch 1.20 no EP, https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_xm1100_product_technical_specification -QFN-20 P1.20 -0 -20 -20 -RF_GPS -ublox_LEA -ublox LEA 6/7/8, (https://www.u-blox.com/sites/default/files/LEA-M8S-M8T-FW3_HardwareIntegrationManual_%28UBX-15030060%29.pdf) -GPS ublox LEA 6/7/8 -0 -28 -28 -RF_GPS -ublox_MAX -ublox MAX 6/7/8, (https://www.u-blox.com/sites/default/files/MAX-8-M8-FW3_HardwareIntegrationManual_%28UBX-15030059%29.pdf) -GPS ublox MAX 6/7/8 -0 -18 -18 -RF_GPS -ublox_NEO -ublox NEO 6/7/8, (https://www.u-blox.com/sites/default/files/NEO-8Q-NEO-M8-FW3_HardwareIntegrationManual_%28UBX-15029985%29_0.pdf) -GPS ublox NEO 6/7/8 -0 -24 -24 -RF_GPS -ublox_SAM-M8Q -GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf -ublox SAM-M8Q -0 -100 -20 -RF_GPS -ublox_SAM-M8Q_HandSolder -GPS Module, 15.5x15.5x6.3mm, https://www.u-blox.com/sites/default/files/SAM-M8Q_HardwareIntegrationManual_%28UBX-16018358%29.pdf -ublox SAM-M8Q -0 -20 -20 -RF_GPS -ublox_ZED -ublox ZED-F9, https://www.u-blox.com/sites/default/files/ZED-F9P_DataSheet_%28UBX-17051259%29.pdf -GPS GNSS ublox ZED -0 -102 -55 -RF_GSM -Quectel_BC66 -GSM NB-IoT module, 15.8x17.7x2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC66_Hardware_Design_V1.1.pdf -GSM NB-IoT Module BC66 M66 -0 -116 -58 -RF_GSM -Quectel_BC95 -GSM NB-IoT module, 19.9x23.6x2.2mm, https://www.quectel.com/UploadImage/Downlad/Quectel_BC95_Hardware_Design_V1.3.pdf -GSM NB-IoT module BC95 -0 -188 -94 -RF_GSM -Quectel_BG96 -Quectel BG96 Cellular GSM 2G Module https://www.quectel.com/download/quectel_bg96_hardware_design_v1-4 -Quectel BG96 Cellular GSM 2G Module -0 -204 -102 -RF_GSM -Quectel_M95 -Quad-Band GSM/GPRS module, 19.9x23.6x2.65mm, https://www.quectel.com/UploadImage/Downlad/M95_Hardware_Design_V1.3.pdf -GSM Module M95 -0 -84 -42 -RF_GSM -SIMCom_SIM800C -Quad-Band GSM/GPRS module, 17.6x15.7x2.3mm, http://simcom.ee/documents/SIM800C/SIM800C_Hardware_Design_V1.05.pdf -GSM Module SIM800C -0 -84 -42 -RF_GSM -SIMCom_SIM900 -Quad-Band GSM/GPRS module, 24x24x3mm, http://simcom.ee/documents/SIM900/SIM900_Hardware%20Design_V2.05.pdf -GSM Module SIM900 -0 -68 -68 -RF_GSM -Telit_xL865 -Telit xL865 familly footprint, http://www.telit.com/fileadmin/user_upload/products/Downloads/3G/Telit_UL865_Hardware_User_Guide_r8.pdf -xL865 gsm umts -0 -52 -48 -RF_GSM -ublox_SARA-G3_LGA-96 -ublox Sara GSM/HSPA modem, https://www.u-blox.com/sites/default/files/SARA-G3-U2_SysIntegrManual_%28UBX-13000995%29.pdf, pag.162 -ublox SARA-G3 SARA-U2 GSM HSPA -0 -192 -96 -RF_Mini-Circuits -Mini-Circuits_BK377 -Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) -Mini-circuits BK377 -0 -14 -14 -RF_Mini-Circuits -Mini-Circuits_BK377_LandPatternPL-005 -Footprint for Mini-Circuits case BK377 (https://ww2.minicircuits.com/case_style/BK276.pdf) according to land-pattern PL-005, including GND vias (https://ww2.minicircuits.com/pcb/98-pl005.pdf) -Mini-circuits VCXO JTOS PL-005 -0 -50 -14 -RF_Mini-Circuits -Mini-Circuits_CD541_H2.08mm -https://ww2.minicircuits.com/case_style/CD541.pdf -RF Transformer -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_CD542_H2.84mm -https://ww2.minicircuits.com/case_style/CD542.pdf -RF Transformer -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_CD542_LandPatternPL-052 -Footprint for Mini-Circuits case CD542 (https://ww2.minicircuits.com/case_style/CD542.pdf) using land-pattern PL-052, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl052.pdf) -MiniCircuits PL-052 CD542 -0 -17 -6 -RF_Mini-Circuits -Mini-Circuits_CD542_LandPatternPL-094 -Footprint for mini circuit case CD542, Land pattern PL-094, pads 5 and 2 connected via insulated copper area below body, vias included (case drawing: https://ww2.minicircuits.com/case_style/CD542.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl094.pdf) -mini-circuits CD542 pl-094 -0 -18 -6 -RF_Mini-Circuits -Mini-Circuits_CD636_H4.11mm -https://ww2.minicircuits.com/case_style/CD636.pdf -RF Transformer -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_CD636_LandPatternPL-035 -Footprint for Mini-Circuits case CD636 (https://ww2.minicircuits.com/case_style/CD636.pdf) following land pattern PL-035, including GND-vias (https://ww2.minicircuits.com/pcb/98-pl035.pdf) -mini-circuits pl-035 CD636 -0 -13 -6 -RF_Mini-Circuits -Mini-Circuits_CD637_H5.23mm -https://ww2.minicircuits.com/case_style/CD637.pdf -RF Transformer -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_CK605 -Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) -Mini-Circuits CK605 -0 -16 -16 -RF_Mini-Circuits -Mini-Circuits_CK605_LandPatternPL-012 -Footprint for Mini-Circuits case CK605 (https://ww2.minicircuits.com/case_style/CK605.pdf) following land pattern PL-012, including GND vias (https://ww2.minicircuits.com/pcb/98-pl012.pdf) -Mini-Circuits PL-012 -0 -53 -16 -RF_Mini-Circuits -Mini-Circuits_DB1627 -Mini-Circuits top-hat case DB1627 (https://ww2.minicircuits.com/case_style/DB1627.pdf) -Mini-Circuits DB1627 -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_GP731 -Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) -Mini-Circuits GP731 -0 -8 -8 -RF_Mini-Circuits -Mini-Circuits_GP731_LandPatternPL-176 -Footprint for Mini-Circuits case GP731 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) -mini-circuits PL-176 -0 -21 -8 -RF_Mini-Circuits -Mini-Circuits_GP1212 -Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) -mini-circuits GP1212 -0 -8 -8 -RF_Mini-Circuits -Mini-Circuits_GP1212_LandPatternPL-176 -Footprint for Mini-Circuits case GP1212 (https://ww2.minicircuits.com/case_style/GP731.pdf) following land pattern PL-176, including GND vias (https://www.minicircuits.com/pcb/98-pl176.pdf) -mini-circuits PL-176 -0 -21 -8 -RF_Mini-Circuits -Mini-Circuits_HF1139 -Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) -Mini-Circuits HF1139 -0 -8 -8 -RF_Mini-Circuits -Mini-Circuits_HF1139_LandPatternPL-230 -Footprint for Mini-Circuits case HF1139 (https://ww2.minicircuits.com/case_style/HF1139.pdf) following land pattern PL-230, including GND vias (https://ww2.minicircuits.com/pcb/98-pl230.pdf) -Mini-Circuits PL-230 -0 -37 -8 -RF_Mini-Circuits -Mini-Circuits_HQ1157 -Footprint for Mini-Circuits case HQ1157 (https://www.minicircuits.com/case_style/HQ1157.pdf) -Mini-Circuits HQ1157 -0 -14 -14 -RF_Mini-Circuits -Mini-Circuits_HZ1198 -Footprint for Mini-Circuits case HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) -Mini-Circuits HZ1198 -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_HZ1198_LandPatternPL-247 -Footprint for Mini-Circuits cas HZ1198 (https://ww2.minicircuits.com/case_style/HZ1198.pdf) following land pattern PL-247, including GND-vias (https://www.minicircuits.com/pcb/98-pl247.pdf) -Mini-Circuits PL-247 HZ1198 -0 -40 -6 -RF_Mini-Circuits -Mini-Circuits_MMM168 -Footprint for Mini-Circuits case MMM168 (https://ww2.minicircuits.com/case_style/MMM168.pdf) -Mini-Circuits MMM168 -0 -4 -4 -RF_Mini-Circuits -Mini-Circuits_MMM168_LandPatternPL-225 -Footprint for Mini-Circuits case MMM168, Land pattern PL-225, vias included, (case drawing: https://ww2.minicircuits.com/case_style/MMM168.pdf, land pattern drawing: https://ww2.minicircuits.com/pcb/98-pl225.pdf) -pl-225 -0 -10 -4 -RF_Mini-Circuits -Mini-Circuits_QQQ130_ClockwisePinNumbering -Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) -Mini-Circuits QQQ130 -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_QQQ130_LandPattern_PL-236_ClockwisePinNumbering -Footprint for Mini-Circuits case QQQ130 (https://ww2.minicircuits.com/case_style/QQQ130.pdf) following land pattern PL-236, including GND vias (https://ww2.minicircuits.com/pcb/98-pl236.pdf) -Mini-Circuits PL-236 -0 -14 -6 -RF_Mini-Circuits -Mini-Circuits_TT1224_ClockwisePinNumbering -Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) -Mini-Circuits TT1224 -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_TT1224_LandPatternPL-258_ClockwisePinNumbering -Footprint for Mini-Circuits case TT1224 (https://ww2.minicircuits.com/case_style/TT1224.pdf) following land-pattern PL-258, including GND-vias (https://www.minicircuits.com/pcb/98-pl258.pdf) -PL-258 Mini-Circuits -0 -26 -6 -RF_Mini-Circuits -Mini-Circuits_TTT167 -Footprint for Mini-Circuits case TTT167 (https://ww2.minicircuits.com/case_style/TTT167.pdf) -Mini-Circuits TTT167 -0 -6 -6 -RF_Mini-Circuits -Mini-Circuits_TTT167_LandPatternPL-079 -Footprint for Mini-Circuits case TTT167 (Mini-Circuits_TTT167_LandPatternPL-079) following land pattern PL-079, including GND vias (https://ww2.minicircuits.com/pcb/98-pl079.pdf) -Mini-Circuits PL-079 -0 -36 -6 -RF_Mini-Circuits -Mini-Circuits_YY161 -Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) -Mini-Circuits YY161 -0 -8 -8 -RF_Mini-Circuits -Mini-Circuits_YY161_LandPatternPL-049 -Footprint for Mini-Circuits case YY161 (https://ww2.minicircuits.com/case_style/YY161.pdf) using land-pattern PL-049, including GND-connections and vias (https://ww2.minicircuits.com/pcb/98-pl049.pdf) -mini-circuits pl-049 -0 -36 -8 -RF_Module -Ai-Thinker-Ra-01-LoRa -Ai Thinker Ra-01 LoRa -LoRa Ra-01 -0 -16 -16 -RF_Module -Astrocast_AST50147-00 -L-band satellite communication module, https://docs.astrocast.com/dl/0532-DOC-M2M-ASTRO-Astronode_S-Datasheet.pdf -RF module Astrocast radio Astronode -0 -38 -38 -RF_Module -Atmel_ATSAMR21G18-MR210UA_NoRFPads -http://ww1.microchip.com/downloads/en/devicedoc/atmel-42475-atsamr21g18-mr210ua_datasheet.pdf -module wireless zigbee 802.15.4 flash crypto ATSAMR21G18 AT45DB041E TECC508A U.Fi -0 -42 -42 -RF_Module -BLE112-A -Class 4 Bluetooth Module with on-board antenna -Bluetooth Module -0 -30 -30 -RF_Module -BM78SPPS5xC2 -Bluetooth Dual-mode module with integral chip antenna (http://ww1.microchip.com/downloads/en/DeviceDoc/60001380C.pdf) -Bluetooth BR/EDR BLE -0 -33 -33 -RF_Module -CMWX1ZZABZ -https://wireless.murata.com/RFM/data/type_abz.pdf -iot lora sigfox -0 -57 -57 -RF_Module -CYBLE-21Pin-10x10mm -Cypress EZ-BLE PRoC Module (Bluetooth Smart) 21 Pin Module -Cypress BT Bluetooth -0 -21 -21 -RF_Module -DWM1000 -IEEE802.15.4-2011 UWB -UWB Module -0 -24 -24 -RF_Module -DecaWave_DWM1001 -https://www.decawave.com/sites/default/files/dwm1001_datasheet.pdf -UWB module -0 -34 -34 -RF_Module -Digi_XBee_SMT -http://www.digi.com/resources/documentation/digidocs/pdfs/90002126.pdf http://ftp1.digi.com/support/documentation/90001020_F.pdf -Digi XBee SMT RF -0 -37 -37 -RF_Module -E18-MS1-PCB -http://www.cdebyte.com/en/downpdf.aspx?id=122 -Zigbee -0 -24 -24 -RF_Module -E73-2G4M04S -http://www.cdebyte.com/en/downpdf.aspx?id=243 -BLE BLE5 nRF52832 -0 -44 -44 -RF_Module -ESP-07 -Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/a007ps01a2_esp-07_product_specification_v1.2.pdf -Wi-Fi Module -0 -16 -16 -RF_Module -ESP-12E -Wi-Fi Module, http://wiki.ai-thinker.com/_media/esp8266/docs/aithinker_esp_12f_datasheet_en.pdf -Wi-Fi Module -0 -22 -22 -RF_Module -ESP-WROOM-02 -https://www.espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf -ESP WROOM-02 espressif esp8266ex -0 -19 -19 -RF_Module -ESP32-S2-MINI-1 -2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf -2.4 GHz Wi-Fi Bluetooth external antenna espressif 20*15.4mm -0 -73 -65 -RF_Module -ESP32-S2-MINI-1U -2.4 GHz Wi-Fi and Bluetooth combo chip, external antenna, https://www.espressif.com/sites/default/files/documentation/esp32-s3-mini-1_mini-1u_datasheet_en.pdf -2.4 GHz Wi-Fi Bluetooth external antenna espressif 15.4*15.4mm -0 -73 -65 -RF_Module -ESP32-S2-WROVER -ESP32-S2-WROVER(-I) 2.4 GHz Wi-Fi https://www.espressif.com/sites/default/files/documentation/esp32-s2-wroom_esp32-s2-wroom-i_datasheet_en.pdf -ESP32-S2 ESP32 WIFI -0 -43 -43 -RF_Module -ESP32-S3-WROOM-1 -2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf -2.4 GHz Wi-Fi and Bluetooth module -0 -62 -41 -RF_Module -ESP32-S3-WROOM-1U -2.4 GHz Wi-Fi and Bluetooth module https://www.espressif.com/sites/default/files/documentation/esp32-s3-wroom-1_wroom-1u_datasheet_en.pdf -2.4 GHz Wi-Fi and Bluetooth module -0 -62 -41 -RF_Module -ESP32-WROOM-32 -Single 2.4 GHz Wi-Fi and Bluetooth combo chip https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32_datasheet_en.pdf -Single 2.4 GHz Wi-Fi and Bluetooth combo chip -0 -60 -39 -RF_Module -ESP32-WROOM-32D -2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf -2.4 GHz Wi-Fi and Bluetooth module ESP32-D0WD Espressif ESP32-WROOM-32E -0 -60 -39 -RF_Module -ESP32-WROOM-32U -Single 2.4 GHz Wi-Fi and Bluetooth combo chip with U.FL connector, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf -Single 2.4 GHz Wi-Fi and Bluetooth combo chip -0 -60 -39 -RF_Module -ESP32-WROOM-32UE -2.4 GHz Wi-Fi and Bluetooth module, https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32e_esp32-wroom-32ue_datasheet_en.pdf -2.4 GHz Wi-Fi and Bluetooth module -0 -60 -39 -RF_Module -Garmin_M8-35_9.8x14.0mm_Layout6x6_P1.5mm -D52M ANT SoC Module https://www.thisisant.com/assets/resources/D00001687_D52_Module_Datasheet.v.2.3_(Garmin).pdf -RF SoC Radio ANT Bluetooth BLE D52 nRF52 Garmin Canada Dynastream Nordic -0 -35 -35 -RF_Module -HOPERF_RFM9XW_SMD -Low Power Long Range Transceiver Module SMD-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) -LoRa Low Power Long Range Transceiver Module -0 -16 -16 -RF_Module -HOPERF_RFM9XW_THT -Low Power Long Range Transceiver Module THT-16 (https://www.hoperf.com/data/upload/portal/20181127/5bfcbea20e9ef.pdf) -Low Power Long Range Transceiver Module LoRa -0 -16 -16 -RF_Module -HOPERF_RFM69HW -Radio, RF, Module, http://www.hoperf.com/upload/rf/RFM69HW-V1.3.pdf -Radio RF Module -0 -16 -16 -RF_Module -IQRF_TRx2DA_KON-SIM-01 -8 pin SIM connector for IQRF TR-x2DA(T) modules, http://iqrf.org/weben/downloads.php?id=104 -IQRF_KON-SIM-01 IQRF_TRx2DA -0 -10 -8 -RF_Module -IQRF_TRx2D_KON-SIM-01 -8 pin SIM connector for IQRF TR-x2D(C)(T) modules, http://iqrf.org/weben/downloads.php?id=104 -IQRF_KON-SIM-01 IQRF_TRx2D IQRF_TRx2DC -0 -10 -8 -RF_Module -Laird_BL652 -Bluetooth v4.2 + NFC module -Bluetooth BLE NFC -0 -39 -39 -RF_Module -MOD-nRF8001 -BLE module, https://www.olimex.com/Products/Modules/RF/MOD-nRF8001/ -BLE module -0 -11 -11 -RF_Module -Microchip_RN4871 -Microchip RN4871 footprint -RN4871 BLE -0 -16 -16 -RF_Module -Modtronix_inAir9 -Modtronix Wireless SX1276 LoRa Module (http://modtronix.com/img/prod/imod/inair9/inair_dimensions.gif) -Modtronix LoRa inAir inAir9 SX1276 RF 915MHz 868MHz Wireless -0 -14 -14 -RF_Module -MonoWireless_TWE-L-WX -https://www.mono-wireless.com/jp/products/TWE-LITE/MW-PDS-TWELITE-JP.pdf -TWE-L-WX -0 -32 -32 -RF_Module -NINA-B111 -NINA-B111 LGA module 42 Pin https://content.u-blox.com/sites/default/files/NINA-B1_DataSheet_UBX-15019243.pdf#page=30 -NINA ublox u-blox b111 bluetooth nrf52840 module -0 -42 -42 -RF_Module -Particle_P1 -https://docs.particle.io/datasheets/p1-datasheet/ -Particle P1 -0 -75 -75 -RF_Module -RAK811 -RAK811 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK811/Hardware_Specification/RAK811_LoRa_Module_Datasheet_V1.4.pdf -LoRa LoRaWAN RAK811 -0 -34 -34 -RF_Module -RAK4200 -RAK4200 LPWAN Module https://downloads.rakwireless.com/LoRa/RAK4200/Hardware-Specification/RAK4200_Module_Specifications_V1.4.pdf -LoRa LoRaWAN RAK4200 -0 -20 -20 -RF_Module -RFDigital_RFD77101 -RFDigital RFD77101 Simblee -RFDigital RFD77101 Simblee -0 -45 -45 -RF_Module -RN42 -Class 2 Bluetooth Module with on-board antenna -Bluetooth Module -0 -36 -33 -RF_Module -RN42N -Class 2 Bluetooth Module without antenna -Bluetooth Module -0 -39 -36 -RF_Module -RN2483 -Low-Power Long Range LoRa Transceiver Module -rf module lora lorawan -0 -47 -47 -RF_Module -Raytac_MDBT50Q -Multiprotocol radio SoC module https://www.raytac.com/download/index.php?index_id=43 -wireless 2.4 GHz Bluetooth ble zigbee 802.15.4 thread nordic raytac nrf52840 nrf52833 -0 -61 -61 -RF_Module -ST_SPBTLE -Bluetooth Low Energy Module -ble module st bluetooth -0 -11 -11 -RF_Module -TD1205 -https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1205%20Datasheet.pdf -SIGFOX Module -0 -9 -9 -RF_Module -TD1208 -https://github.com/Telecom-Design/Documentation_TD_RF_Module/blob/master/TD1208%20Datasheet.pdf -SIGFOX Module -0 -25 -25 -RF_Module -Taiyo-Yuden_EYSGJNZWY -Taiyo Yuden NRF51822 Module Bluetooth https://www.yuden.co.jp/wireless_module/document/datareport2/en/TY_BLE_EYSGJNZ_DataReport_V1_9_20180530E.pdf -Taiyo Yuden NRF51822 Module Bluetooth -0 -30 -28 -RF_Module -ZETA-433-SO_SMD -RF transceiver SMD style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf -RF transceiver SMD style -0 -12 -12 -RF_Module -ZETA-433-SO_THT -RF transceiver THT style https://www.rfsolutions.co.uk/downloads/1456219226DS-ZETA.pdf -RF transceiver SMD style -0 -12 -12 -RF_Module -nRF24L01_Breakout -nRF24L01 breakout board -nRF24L01 adapter breakout -0 -8 -8 -RF_Shielding -Laird_Technologies_97-2002_25.40x25.40mm -Laird Technologies 97-2002 EZ PEEL Shielding Cabinet One Piece SMD 25.40x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -8 -1 -RF_Shielding -Laird_Technologies_97-2003_12.70x13.37mm -Laird Technologies 97-2003 EZ PEEL Shielding Cabinet One Piece SMD 12.70x13.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -8 -1 -RF_Shielding -Laird_Technologies_BMI-S-101_13.66x12.70mm -Laird Technologies BMI-S-101 Shielding Cabinet One Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -16 -1 -RF_Shielding -Laird_Technologies_BMI-S-102_16.50x16.50mm -Laird Technologies BMI-S-102 Shielding Cabinet One Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -16 -1 -RF_Shielding -Laird_Technologies_BMI-S-103_26.21x26.21mm -Laird Technologies BMI-S-103 Shielding Cabinet One Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -24 -1 -RF_Shielding -Laird_Technologies_BMI-S-104_32.00x32.00mm -Laird Technologies BMI-S-104 Shielding Cabinet One Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-105_38.10x25.40mm -Laird Technologies BMI-S-105 Shielding Cabinet One Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-106_36.83x33.68mm -Laird Technologies BMI-S-106 Shielding Cabinet One Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-107_44.37x44.37mm -Laird Technologies BMI-S-107 Shielding Cabinet One Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -36 -1 -RF_Shielding -Laird_Technologies_BMI-S-201-F_13.66x12.70mm -Laird Technologies BMI-S-201-F Shielding Cabinet Two Piece SMD 13.66x12.70mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -16 -1 -RF_Shielding -Laird_Technologies_BMI-S-202-F_16.50x16.50mm -Laird Technologies BMI-S-202-F Shielding Cabinet Two Piece SMD 16.50x16.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -16 -1 -RF_Shielding -Laird_Technologies_BMI-S-203-F_26.21x26.21mm -Laird Technologies BMI-S-203-F Shielding Cabinet Two Piece SMD 26.21x26.21mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -24 -1 -RF_Shielding -Laird_Technologies_BMI-S-204-F_32.00x32.00mm -Laird Technologies BMI-S-204-F Shielding Cabinet Two Piece SMD 32.00x32.00mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-205-F_38.10x25.40mm -Laird Technologies BMI-S-205-F Shielding Cabinet Two Piece SMD 38.10x25.40mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-206-F_36.83x33.68mm -Laird Technologies BMI-S-206-F Shielding Cabinet Two Piece SMD 36.83x33.68mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -28 -1 -RF_Shielding -Laird_Technologies_BMI-S-207-F_44.37x44.37mm -Laird Technologies BMI-S-207-F Shielding Cabinet Two Piece SMD 44.37x44.37mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -36 -1 -RF_Shielding -Laird_Technologies_BMI-S-208-F_39.60x39.60mm -Laird Technologies BMI-S-208-F Shielding Cabinet Two Piece SMD 39.60x39.60mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -32 -1 -RF_Shielding -Laird_Technologies_BMI-S-209-F_29.36x18.50mm -Laird Technologies BMI-S-209-F Shielding Cabinet Two Piece SMD 29.36x18.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -20 -1 -RF_Shielding -Laird_Technologies_BMI-S-210-F_44.00x30.50mm -Laird Technologies BMI-S-210-F Shielding Cabinet Two Piece SMD 44.00x30.50mm (https://assets.lairdtech.com/home/brandworld/files/Board%20Level%20Shields%20Catalog%20Download.pdf) -Shielding Cabinet -0 -32 -1 -RF_Shielding -Laird_Technologies_BMI-S-230-F_50.8x38.1mm -Laird Technologies BMI-S-230-F Shielding Cabinet Two Piece SMD 50.8x38.1mm -Shielding Cabinet -0 -36 -1 -RF_Shielding -Wuerth_36103205_20x20mm -WE-SHC Shielding Cabinet SMD 20x20mm -Shielding Cabinet -0 -20 -1 -RF_Shielding -Wuerth_36103255_25x25mm -WE-SHC Shielding Cabinet SMD 25x25mm -Shielding Cabinet -0 -24 -1 -RF_Shielding -Wuerth_36103305_30x30mm -WE-SHC Shielding Cabinet SMD 30x30mm -Shielding Cabinet -0 -28 -1 -RF_Shielding -Wuerth_36103505_50x50mm -WE-SHC Shielding Cabinet SMD 50x50mm -Shielding Cabinet -0 -44 -1 -RF_Shielding -Wuerth_36103605_60x60mm -WE-SHC Shielding Cabinet SMD 60x60mm -Shielding Cabinet -0 -52 -1 -RF_Shielding -Wuerth_36503205_20x20mm -WE-SHC Shielding Cabinet THT 21x21mm -Shielding Cabinet -0 -16 -1 -RF_Shielding -Wuerth_36503255_25x25mm -WE-SHC Shielding Cabinet THT 26x26mm -Shielding Cabinet -0 -20 -1 -RF_Shielding -Wuerth_36503305_30x30mm -WE-SHC Shielding Cabinet THT 31x31mm -Shielding Cabinet -0 -24 -1 -RF_Shielding -Wuerth_36503505_50x50mm -WE-SHC Shielding Cabinet THT 51x51mm -Shielding Cabinet -0 -40 -1 -RF_Shielding -Wuerth_36503605_60x60mm -WE-SHC Shielding Cabinet THT 61x61mm -Shielding Cabinet -0 -48 -1 -RF_WiFi -USR-C322 -https://www.usriot.com/download/WIFI/USR-C322-Hardware-Manual_V1.2.01.pdf -WiFi IEEE802.11 b/g/n -0 -44 -44 -Relay_SMD -Relay_2P2T_10x6mm_TE_IMxxG -Signal Relay, 10x6mm, 2 Form C, Gull Wings, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7F108-98001%7FZ.1%7Fpdf%7FEnglish%7FENG_DS_108-98001_Z.1.pdf -TE IM-Series Relay DPDT Form C -0 -8 -8 -Relay_SMD -Relay_DPDT_AXICOM_IMSeries_JLeg -http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FW5%7Fpdf%7FEnglish%7FENG_SS_108-98001_W5.pdf -AXICOM IM-Series Relay J JLeg -0 -8 -8 -Relay_SMD -Relay_DPDT_FRT5_SMD -IM Signal Relay DPDT FRT5 narrow footprint, SMD version of package -Relay DPDT IM-relay FRT5 -0 -10 -10 -Relay_SMD -Relay_DPDT_Kemet_EE2_NU -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double coil latching surface mount SMD -0 -8 -8 -Relay_SMD -Relay_DPDT_Kemet_EE2_NUH -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double coil latching surface mount SMD -0 -8 -8 -Relay_SMD -Relay_DPDT_Kemet_EE2_NUH_DoubleCoil -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD -0 -10 -10 -Relay_SMD -Relay_DPDT_Kemet_EE2_NUX_DoubleCoil -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD -0 -10 -10 -Relay_SMD -Relay_DPDT_Kemet_EE2_NUX_NKX -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double coil latching surface mount SMD -0 -8 -8 -Relay_SMD -Relay_DPDT_Kemet_EE2_NU_DoubleCoil -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double dual coil latching surface mount SMD -0 -10 -10 -Relay_SMD -Relay_DPDT_Omron_G6H-2F -package for Omron G6H-2F relais, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf -Omron G6H-2F relais -0 -10 -10 -Relay_SMD -Relay_DPDT_Omron_G6K-2F -Omron G6K-2F relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2F relay -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6K-2F-Y -Omron G6K-2F-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2F-Y relay -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6K-2G -Omron G6K-2G relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2G relay -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6K-2G-Y -Omron G6K-2G-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2G-Y relay -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6S-2F -Relay Omron G6S-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6S-2F -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6S-2G -Relay Omron G6S-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6S-2G -0 -8 -8 -Relay_SMD -Relay_DPDT_Omron_G6SK-2F -Relay Omron G6SK-2F, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6SK-2F -0 -10 -10 -Relay_SMD -Relay_DPDT_Omron_G6SK-2G -Relay Omron G6SK-2G, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6SK-2G -0 -10 -10 -Relay_SMD -Relay_Fujitsu_FTR-B3S -https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-b3.pdf -Fujitsh FTR B3S B3SA Relay J JLeg -0 -8 -8 -Relay_SMD -Relay_SPDT_AXICOM_HF3Series_50ohms_Pitch1.27mm -hiqsdr.com/images/3/3e/Axicom-HF3.pdf -AXICOM HF3-Series Relay Pitch 1.27mm 50ohms -0 -16 -16 -Relay_SMD -Relay_SPDT_AXICOM_HF3Series_75ohms_Pitch1.27mm -hiqsdr.com/images/3/3e/Axicom-HF3.pdf -AXICOM HF3-Series Relay Pitch 1.27mm 75ohm -0 -16 -16 -Relay_THT -Relay_1-Form-A_Schrack-RYII_RM5mm -Relay, 1-Form-A, Schrack-RYII, RM5mm, SPST-NO -Relay 1-Form-A Schrack-RYII RM5mm SPST-NO -0 -4 -4 -Relay_THT -Relay_1-Form-B_Schrack-RYII_RM5mm -Relay, 1-Form-B, Schrack-RYII, RM5mm, SPST-NC -Relay 1-Form-B Schrack-RYII RM5mm SPST-NC -0 -4 -4 -Relay_THT -Relay_1-Form-C_Schrack-RYII_RM3.2mm -Relay, 1-Form-C, Schrack-RYII, RM3.2mm, SPDT -Relay 1-Form-C Schrack-RYII RM3.2mm SPDT -0 -5 -5 -Relay_THT -Relay_1P1T_NO_10x24x18.8mm_Panasonic_ADW11xxxxW_THT -Panasonic Relay SPST 10mm 24mm, https://www.panasonic-electric-works.com/pew/es/downloads/ds_dw_hl_en.pdf -Panasonic Relay SPST -0 -4 -4 -Relay_THT -Relay_DPDT_AXICOM_IMSeries_Pitch3.2mm -AXICOM IM-Series Relays, DPDR, Pitch 3.2mm, http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Specification+Or+Standard%7F108-98001%7FV%7Fpdf%7FEnglish%7FENG_SS_108-98001_V_IM_0614_v1.pdf%7F4-1462039-1 -AXICOM IM-Series Relay DPDR Pitch 3.2mm -0 -8 -8 -Relay_THT -Relay_DPDT_AXICOM_IMSeries_Pitch5.08mm -AXICOM IM-Series Relays, DPDR, Pitch 5.08 -AXICOM IM-Series Relay DPDR Pitch 5.08 -0 -8 -8 -Relay_THT -Relay_DPDT_FRT5 -IM Signal Relay DPDT FRT5 narrow footprint -Relay DPDT IM-relay FRT5 -0 -10 -10 -Relay_THT -Relay_DPDT_Finder_30.22 -Finder 32.21-x000 Relay, DPDT, https://gfinder.findernet.com/public/attachments/30/EN/S30EN.pdf -AXICOM IM-Series Relay SPDT -0 -8 -8 -Relay_THT -Relay_DPDT_Finder_40.52 -Relay DPDT Finder 40.52, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf -Relay DPDT Finder 40.52 Pitch 5mm -0 -8 -8 -Relay_THT -Relay_DPDT_Fujitsu_FTR-F1C -https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf -relay dpdt fujitsu tht -0 -8 -8 -Relay_THT -Relay_DPDT_Kemet_EC2 -Kemet signal relay, DPDT, non-latching, single coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT non single coil latching through hole THT -0 -8 -8 -Relay_THT -Relay_DPDT_Kemet_EC2_DoubleCoil -Kemet signal relay, DPDT, double coil latching, https://content.kemet.com/datasheets/KEM_R7002_EC2_EE2.pdf -Kemet EC2 signal relay DPDT double dual coil latching through hole THT -0 -10 -10 -Relay_THT -Relay_DPDT_Omron_G2RL-2 -Omron Relay, DPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay DPDT -0 -8 -8 -Relay_THT -Relay_DPDT_Omron_G5V-2 -http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v2.pdf -Omron G5V-2 Relay DPDT -0 -8 -8 -Relay_THT -Relay_DPDT_Omron_G6H-2 -Omron relay G6H-2, see http://cdn-reichelt.de/documents/datenblatt/C300/G6H%23OMR.pdf -Omron relay G6H-2 -0 -10 -10 -Relay_THT -Relay_DPDT_Omron_G6K-2P -Omron G6K-2P relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2P relay -0 -8 -8 -Relay_THT -Relay_DPDT_Omron_G6K-2P-Y -Omron G6K-2P-Y relay package http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6k.pdf -Omron G6K-2P-Y relay -0 -8 -8 -Relay_THT -Relay_DPDT_Omron_G6S-2 -Relay Omron G6S-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6S-2 -0 -8 -8 -Relay_THT -Relay_DPDT_Omron_G6SK-2 -Relay Omron G6SK-2, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g6s.pdf -Relay Omron G6SK-2 -0 -10 -10 -Relay_THT -Relay_DPDT_Panasonic_JW2 -Panasonic Relay DPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok -Panasonic Relay DPDT -0 -8 -8 -Relay_THT -Relay_DPDT_Schrack-RT2-FormC-Dual-Coil_RM5mm -Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FRT2_bistable%7F1116%7Fpdf%7FEnglish%7FENG_DS_RT2_bistable_1116.pdf%7F1-1415537-8 -Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay -0 -9 -9 -Relay_THT -Relay_DPDT_Schrack-RT2-FormC_RM5mm -Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN -Relay DPDT Schrack-RT2 RM5mm 16A 250V AC Relay -0 -8 -8 -Relay_THT -Relay_DPST_Fujitsu_FTR-F1A -https://www.fujitsu.com/downloads/MICRO/fcai/relays/ftr-f1.pdf -relay dpst fujitsu tht -0 -6 -6 -Relay_THT -Relay_DPST_Omron_G2RL-2A -Omron Relay, DPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay DPST -0 -6 -6 -Relay_THT -Relay_DPST_Schrack-RT2-FormA_RM5mm -Relay DPST Schrack-RT2 RM5mm 16A 250V AC Form A http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN -Relay DPST Schrack-RT2 RM5mm 16A 250V AC Relay -0 -6 -6 -Relay_THT -Relay_SPDT_Finder_32.21-x000 -Finder 32.21-x000 Relay, SPDT, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf -AXICOM IM-Series Relay SPDT -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_34.51_Horizontal -Relay SPDT, Finder Type34.51, horizontal form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf -Relay SPDT Finder -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_34.51_Vertical -Relay SPDT, Finder Type34.51, vertical/standing form, see https://gfinder.findernet.com/public/attachments/34/EN/S34USAEN.pdf -Relay SPDT Finder -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_36.11 -FINDER 36.11, SPDT relay, 10A, https://gfinder.findernet.com/public/attachments/36/EN/S36EN.pdf -spdt relay -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_40.11 -Relay SPDT Finder 40.11, https://www.finder-relais.net/de/finder-relais-serie-40.pdf -Relay SPDT Finder 40.11 -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_40.31 -Relay DPDT Finder 40.31, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf -Relay DPDT Finder 40.31 Pitch 3.5mm -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_40.41 -Relay DPDT Finder 40.41, Pitch 3.5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf -Relay DPDT Finder 40.41 Pitch 3.5mm -0 -5 -5 -Relay_THT -Relay_SPDT_Finder_40.51 -Relay DPDT Finder 40.51, Pitch 5mm/7.5mm, https://www.finder-relais.net/de/finder-relais-serie-40.pdf -Relay DPDT Finder 40.51 Pitch 5mm -0 -5 -5 -Relay_THT -Relay_SPDT_Fujitsu_FTR-LYCA005x_FormC_Vertical -Relay, SPDT Form C, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf -relay SPDT form c vertical -0 -5 -5 -Relay_THT -Relay_SPDT_HJR-4102 -IM Signal Relay SPDT HJR-4102 -Relay SPDT IM-relay HJR-4102 -0 -6 -6 -Relay_THT -Relay_SPDT_HsinDa_Y14 -http://www.hsinda.com.tw/upload/file/Y14-20200430135145.pdf -Relay Y14 -0 -6 -6 -Relay_THT -Relay_SPDT_Omron-G5LE-1 -Omron Relay SPDT, http://www.omron.com/ecb/products/pdf/en-g5le.pdf -Omron Relay SPDT -0 -5 -5 -Relay_THT -Relay_SPDT_Omron-G5Q-1 -Relay SPDT Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf -Relay SPDT Omron Serie G5Q -0 -5 -5 -Relay_THT -Relay_SPDT_Omron_G2RL-1 -Omron Relay, SPDT, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay SPDT -0 -5 -5 -Relay_THT -Relay_SPDT_Omron_G2RL-1-E -Omron Relay, SPDT, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay SPDT High Capacity -0 -8 -5 -Relay_THT -Relay_SPDT_Omron_G5V-1 -Relay Omron G5V-1, see http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5v_1.pdf -Relay Omron G5V-1 -0 -6 -6 -Relay_THT -Relay_SPDT_Omron_G6E -Relay SPDT Omron Serie G6E -Relay SPDT Omron Serie G6E 1x um -0 -5 -5 -Relay_THT -Relay_SPDT_Omron_G6EK -Relay SPDT Omron Serie G6EK, see http://www.logosfoundation.org/instrum_gwr/pi/Omron_G6E_134P.pdf -Relay SPDT Omron Serie G6EK -0 -6 -6 -Relay_THT -Relay_SPDT_Panasonic_JW1_FormC -Panasonic Relay SPDT, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok -Panasonic Relay SPDT -0 -5 -5 -Relay_THT -Relay_SPDT_PotterBrumfield_T9AP5D52_12V30A -Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUn Connector Fast ON Only Dummy for Space NO Pads -Relay SPDT Potter&Brumfield T9AP5D52 12V 30A 1xUm Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads -0 -0 -0 -Relay_THT -Relay_SPDT_RAYEX-L90 -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90 SPDT -0 -6 -6 -Relay_THT -Relay_SPDT_RAYEX-L90S -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90S SPDT -0 -5 -5 -Relay_THT -Relay_SPDT_SANYOU_SRD_Series_Form_C -relay Sanyou SRD series Form C http://www.sanyourelay.ca/public/products/pdf/SRD.pdf -relay Sanyu SRD form C -0 -5 -5 -Relay_THT -Relay_SPDT_Schrack-RP-II-1-16A-FormC_RM5mm -Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf -Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay -0 -8 -5 -Relay_THT -Relay_SPDT_Schrack-RP-II-1-FormC_RM3.5mm -Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf -Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay -0 -5 -5 -Relay_THT -Relay_SPDT_Schrack-RP-II-1-FormC_RM5mm -Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rp810012-b.pdf -Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay -0 -5 -5 -Relay_THT -Relay_SPDT_Schrack-RT1-16A-FormC_RM5mm -Relay SPST Schrack-RT1 RM5mm 16A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf -Relay SPST Schrack-RT1 RM5mm 16A 250V AC Relay -0 -8 -5 -Relay_THT -Relay_SPDT_Schrack-RT1-FormC_RM3.5mm -Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf -Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay -0 -5 -5 -Relay_THT -Relay_SPDT_Schrack-RT1-FormC_RM5mm -Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf -Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay -0 -5 -5 -Relay_THT -Relay_SPDT_StandexMeder_SIL_Form1C -Standex-Meder SIL-relais, Form 1C, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf -Standex Meder SIL reed relais -0 -5 -5 -Relay_THT -Relay_SPST-NO_Fujitsu_FTR-LYAA005x_FormA_Vertical -Relay, SPST-NO Form A, vertical mount, 6A, 5-60V, https://www.fujitsu.com/sg/imagesgig5/ftr-ly.pdf -relay SPST-NO form A vertical -0 -4 -4 -Relay_THT -Relay_SPST_Finder_32.21-x300 -Finder 32.21-x300 Relay, SPST, https://gfinder.findernet.com/assets/Series/355/S32EN.pdf -Finder 32.21-x300 Relay SPST -0 -4 -4 -Relay_THT -Relay_SPST_Omron-G5Q-1A -Relay SPST-NO Omron Serie G5Q, http://omronfs.omron.com/en_US/ecb/products/pdf/en-g5q.pdf -Relay SPST-NO Omron Serie G5Q -0 -4 -4 -Relay_THT -Relay_SPST_Omron_G2RL-1A -Omron Relay, SPST, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay SPST -0 -4 -4 -Relay_THT -Relay_SPST_Omron_G2RL-1A-E -Omron Relay, SPST, High Capacity, https://omronfs.omron.com/en_US/ecb/products/pdf/en-g2rl.pdf -Omron Relay SPST High Capacity -0 -6 -4 -Relay_THT -Relay_SPST_Panasonic_ALFG_FormA -Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf -Panasonic Relay SPST -0 -4 -4 -Relay_THT -Relay_SPST_Panasonic_ALFG_FormA_CircularHoles -Panasonic Relay SPST, https://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_lfg.pdf -Panasonic Relay SPST -0 -4 -4 -Relay_THT -Relay_SPST_Panasonic_JW1_FormA -Panasonic Relay SPST, http://www3.panasonic.biz/ac/e_download/control/relay/power/catalog/mech_eng_jw.pdf?via=ok -Panasonic Relay SPST -0 -4 -4 -Relay_THT -Relay_SPST_PotterBrumfield_T9AP1D52_12V30A -Relay SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Only Dummy for Space NO Pads -Relau SPST Potter&Brumfield T9AP1D52 12V 30A 1xEin Connector Fast ON Flachsteckeranschluss Only Dummy for Space NO Pads -0 -0 -0 -Relay_THT -Relay_SPST_RAYEX-L90A -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90A SPST NO -0 -5 -5 -Relay_THT -Relay_SPST_RAYEX-L90AS -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90AS SPST NO -0 -4 -4 -Relay_THT -Relay_SPST_RAYEX-L90B -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90B SPST NC -0 -5 -5 -Relay_THT -Relay_SPST_RAYEX-L90BS -https://a3.sofastcdn.com/attachment/7jioKBjnRiiSrjrjknRiwS77gwbf3zmp/L90-SERIES.pdf -Relay RAYEX L90BS SPST NC -0 -4 -4 -Relay_THT -Relay_SPST_SANYOU_SRD_Series_Form_A -relay Sanyou SRD series Form A http://www.sanyourelay.ca/public/products/pdf/SRD.pdf -relay Sanyu SRD form A -0 -4 -4 -Relay_THT -Relay_SPST_SANYOU_SRD_Series_Form_B -relay Sanyou SRD series Form B opener http://www.sanyourelay.ca/public/products/pdf/SRD.pdf -relay Sanyu SRD form B opener -0 -4 -4 -Relay_THT -Relay_SPST_Schrack-RP-II-1-16A-FormA_RM5mm -Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf -Relay SPST Schrack-RP-II/1 RM5mm 16A 250V AC Relay -0 -6 -4 -Relay_THT -Relay_SPST_Schrack-RP-II-1-FormA_RM3.5mm -Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Form A -Relay SPST Schrack-RP-II/1 RM3.5mm 8A 250V AC Relay -0 -4 -4 -Relay_THT -Relay_SPST_Schrack-RP-II-1-FormA_RM5mm -Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Form A http://image.schrack.com/datenblaetter/h_rp810012-b.pdf -Relay SPST Schrack-RP-II/1 RM5mm 8A 250V AC Relay -0 -4 -4 -Relay_THT -Relay_SPST_Schrack-RP3SL-1coil_RM5mm -Relay SPST Schrack-RP3SL, 1-coil-version, RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf -Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay -0 -6 -4 -Relay_THT -Relay_SPST_Schrack-RP3SL_RM5mm -Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Form A http://www.alliedelec.com/m/d/543c6bed18bf23a83ae5238947033ee0.pdf -Relay SPST Schrack-RP3SL RM5mm 16A 250V AC Relay -0 -7 -5 -Relay_THT -Relay_SPST_Schrack-RT1-16A-FormA_RM5mm -Relay SPST Schrack-RT2 RM5mm 16A 250V AC Form C http://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=RT2_reflow&DocType=DS&DocLang=EN -Relay SPST Schrack-RT2 RM5mm 16A 250V AC Relay -0 -6 -4 -Relay_THT -Relay_SPST_Schrack-RT1-FormA_RM3.5mm -Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Form A -Relay SPST Schrack-RT1 RM3.5mm 8A 250V AC Relay -0 -4 -4 -Relay_THT -Relay_SPST_Schrack-RT1-FormA_RM5mm -Relay SPST Schrack-RT1 RM5mm 8A 250V AC Form C http://image.schrack.com/datenblaetter/h_rt114012--_de.pdf -Relay SPST Schrack-RT1 RM5mm 8A 250V AC Relay -0 -4 -4 -Relay_THT -Relay_SPST_StandexMeder_MS_Form1AB -Standex-Meder MS SIL-relais, Form 1A/1B, see https://standexelectronics.com/de/produkte/ms-reed-relais/ -Standex Meder MS SIL reed relais -0 -4 -4 -Relay_THT -Relay_SPST_StandexMeder_SIL_Form1A -Standex-Meder SIL-relais, Form 1A, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf -Standex Meder SIL reed relais -0 -4 -4 -Relay_THT -Relay_SPST_StandexMeder_SIL_Form1B -Standex-Meder SIL-relais, Form 1B, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_SIL.pdf -Standex Meder SIL reed relais -0 -4 -4 -Relay_THT -Relay_SPST_TE_PCH-1xxx2M -Miniature PCB Relay, PCH Series, 1 Form A (NO), SPST http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FPCH_series_relay_data_sheet_E%7F1215%7Fpdf%7FEnglish%7FENG_DS_PCH_series_relay_data_sheet_E_1215.pdf -Relay SPST NO -0 -4 -4 -Relay_THT -Relay_SPST_TE_PCN-1xxD3MHZ -https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F1461491%7FG2%7Fpdf%7FEnglish%7FENG_CD_1461491_G2.pdf%7F3-1461491-0 -SPST relay slim -0 -4 -4 -Relay_THT -Relay_Socket_DPDT_Finder_96.12 -https://gfinder.findernet.com/public/attachments/56/DE/S56DE.pdf -Relay socket DPDT Finder 96.12 56.32 -0 -8 -8 -Relay_THT -Relay_StandexMeder_DIP_HighProfile -package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf -DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay -0 -8 -8 -Relay_THT -Relay_StandexMeder_DIP_LowProfile -package for Standex Meder DIP reed relay series, see https://standexelectronics.com/wp-content/uploads/datasheet_reed_relay_DIP.pdf -DIL DIP PDIP 2.54mm 7.62mm 300mil reed relay -0 -8 -8 -Relay_THT -Relay_StandexMeder_UMS -Standex-Meder SIL-relais, UMS, see http://cdn-reichelt.de/documents/datenblatt/C300/UMS05_1A80_75L_DB.pdf -Standex Meder SIL reed relais -0 -4 -4 -Resistor_SMD -R_0201_0603Metric -Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -resistor -0 -4 -2 -Resistor_SMD -R_0201_0603Metric_Pad0.64x0.40mm_HandSolder -Resistor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -4 -2 -Resistor_SMD -R_0402_1005Metric -Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_0402_1005Metric_Pad0.72x0.64mm_HandSolder -Resistor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_0603_1608Metric -Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_0603_1608Metric_Pad0.98x0.95mm_HandSolder -Resistor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_0612_1632Metric -Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_0612_1632Metric_Pad1.18x3.40mm_HandSolder -Resistor SMD 0612 (1632 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_0805_2012Metric -Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_0805_2012Metric_Pad1.20x1.40mm_HandSolder -Resistor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_0815_2038Metric -Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_0815_2038Metric_Pad1.20x4.05mm_HandSolder -Resistor SMD 0815 (2038 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.susumu.co.jp/common/pdf/n_catalog_partition07_en.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_01005_0402Metric -Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -resistor -0 -4 -2 -Resistor_SMD -R_01005_0402Metric_Pad0.57x0.30mm_HandSolder -Resistor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -4 -2 -Resistor_SMD -R_1020_2550Metric -Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_1020_2550Metric_Pad1.33x5.20mm_HandSolder -Resistor SMD 1020 (2550 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20019/rcwe.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_1206_3216Metric -Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_1206_3216Metric_Pad1.30x1.75mm_HandSolder -Resistor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_1210_3225Metric -Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_1210_3225Metric_Pad1.30x2.65mm_HandSolder -Resistor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_1218_3246Metric -Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_1218_3246Metric_Pad1.22x4.75mm_HandSolder -Resistor SMD 1218 (3246 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20035/dcrcwe3.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_1812_4532Metric -Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_1812_4532Metric_Pad1.30x3.40mm_HandSolder -Resistor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.nikhef.nl/pub/departments/mt/projects/detectorR_D/dtddice/ERJ2G.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_2010_5025Metric -Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_2010_5025Metric_Pad1.40x2.65mm_HandSolder -Resistor SMD 2010 (5025 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_2512_6332Metric -Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_2512_6332Metric_Pad1.40x3.35mm_HandSolder -Resistor SMD 2512 (6332 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_2816_7142Metric -Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_2816_7142Metric_Pad3.20x4.45mm_HandSolder -Resistor SMD 2816 (7142 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: https://www.vishay.com/docs/30100/wsl.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_4020_10251Metric -Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator -resistor -0 -2 -2 -Resistor_SMD -R_4020_10251Metric_Pad1.65x5.30mm_HandSolder -Resistor SMD 4020 (10251 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://datasheet.octopart.com/HVC0603T5004FET-Ohmite-datasheet-26699797.pdf), generated with kicad-footprint-generator -resistor handsolder -0 -2 -2 -Resistor_SMD -R_Array_Concave_2x0603 -Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) -resistor array -0 -4 -4 -Resistor_SMD -R_Array_Concave_4x0402 -Thick Film Chip Resistor Array, Wave soldering, Vishay CRA04P (see cra04p.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Concave_4x0603 -Thick Film Chip Resistor Array, Wave soldering, Vishay CRA06P (see cra06p.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Convex_2x0402 -Chip Resistor Network, ROHM MNR02 (see mnr_g.pdf) -resistor array -0 -4 -4 -Resistor_SMD -R_Array_Convex_2x0603 -Chip Resistor Network, ROHM MNR12 (see mnr_g.pdf) -resistor array -0 -4 -4 -Resistor_SMD -R_Array_Convex_2x0606 -Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) -resistor array -0 -4 -4 -Resistor_SMD -R_Array_Convex_2x1206 -Chip Resistor Network, ROHM MNR32 (see mnr_g.pdf) -resistor array -0 -4 -4 -Resistor_SMD -R_Array_Convex_4x0402 -Chip Resistor Network, ROHM MNR04 (see mnr_g.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Convex_4x0603 -Chip Resistor Network, ROHM MNR14 (see mnr_g.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Convex_4x0612 -Precision Thin Film Chip Resistor Array, VISHAY (see http://www.vishay.com/docs/28770/acasat.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Convex_4x1206 -Chip Resistor Network, ROHM MNR34 (see mnr_g.pdf) -resistor array -0 -8 -8 -Resistor_SMD -R_Array_Convex_5x0603 -Chip Resistor Network, ROHM MNR15 (see mnr_g.pdf) -resistor array -0 -10 -10 -Resistor_SMD -R_Array_Convex_5x1206 -Chip Resistor Network, ROHM MNR35 (see mnr_g.pdf) -resistor array -0 -10 -10 -Resistor_SMD -R_Array_Convex_8x0602 -Chip Resistor Network, ROHM MNR18 (see mnr_g.pdf) -resistor array -0 -16 -16 -Resistor_SMD -R_Cat16-2 -SMT resistor net, Bourns CAT16 series, 2 way -SMT resistor net Bourns CAT16 series 2 way -0 -4 -4 -Resistor_SMD -R_Cat16-4 -SMT resistor net, Bourns CAT16 series, 4 way -SMT resistor net Bourns CAT16 series 4 way -0 -8 -8 -Resistor_SMD -R_Cat16-8 -SMT resistor net, Bourns CAT16 series, 8 way -SMT resistor net Bourns CAT16 series 8 way -0 -16 -16 -Resistor_SMD -R_MELF_MMB-0207 -Resistor, MELF, MMB-0207, http://www.vishay.com/docs/28713/melfprof.pdf -MELF Resistor -0 -2 -2 -Resistor_SMD -R_MicroMELF_MMU-0102 -Resistor, MicroMELF, MMU-0102, http://www.vishay.com/docs/28713/melfprof.pdf -MicroMELF Resistor -0 -2 -2 -Resistor_SMD -R_MiniMELF_MMA-0204 -Resistor, MiniMELF, MMA-0204, http://www.vishay.com/docs/28713/melfprof.pdf -MiniMELF Resistor -0 -2 -2 -Resistor_SMD -R_Shunt_Ohmite_LVK12 -4 contact shunt resistor -shunt resistor 4 contacts -0 -4 -4 -Resistor_SMD -R_Shunt_Ohmite_LVK20 -4 contacts shunt resistor, https://www.ohmite.com/assets/docs/res_lvk.pdf -4 contacts resistor smd -0 -4 -4 -Resistor_SMD -R_Shunt_Ohmite_LVK24 -4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf -4 contacts resistor smd -0 -4 -4 -Resistor_SMD -R_Shunt_Ohmite_LVK25 -4 contacts shunt resistor,https://www.ohmite.com/assets/docs/res_lvk.pdf -4 contacts resistor smd -0 -4 -4 -Resistor_SMD -R_Shunt_Vishay_WSK2512_6332Metric_T1.19mm -Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 1.19mm, 5 to 200 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) -resistor shunt WSK2512 -0 -4 -4 -Resistor_SMD -R_Shunt_Vishay_WSK2512_6332Metric_T2.21mm -Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.21mm, 1 to 4.9 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) -resistor shunt WSK2512 -0 -4 -4 -Resistor_SMD -R_Shunt_Vishay_WSK2512_6332Metric_T2.66mm -Shunt Resistor SMD 2512 (6332 Metric), 2.6mm thick, Vishay WKS2512, Terminal length (T) 2.66mm, 0.5 to 0.99 milli Ohm (http://http://www.vishay.com/docs/30108/wsk.pdf) -resistor shunt WSK2512 -0 -4 -4 -Resistor_SMD -R_Shunt_Vishay_WSKW0612 -https://www.vishay.com/docs/30332/wskw0612.pdf -4-Terminal SMD Shunt -0 -4 -4 -Resistor_SMD -R_Shunt_Vishay_WSR2_WSR3 -Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf -SMD Shunt Resistor -0 -2 -2 -Resistor_SMD -R_Shunt_Vishay_WSR2_WSR3_KelvinConnection -Power Metal Strip Resistors 0.005 to 0.2, https://www.vishay.com/docs/30101/wsr.pdf -SMD Shunt Resistor -0 -4 -2 -Resistor_THT -R_Array_SIP4 -4-pin Resistor SIP pack -R -0 -4 -4 -Resistor_THT -R_Array_SIP5 -5-pin Resistor SIP pack -R -0 -5 -5 -Resistor_THT -R_Array_SIP6 -6-pin Resistor SIP pack -R -0 -6 -6 -Resistor_THT -R_Array_SIP7 -7-pin Resistor SIP pack -R -0 -7 -7 -Resistor_THT -R_Array_SIP8 -8-pin Resistor SIP pack -R -0 -8 -8 -Resistor_THT -R_Array_SIP9 -9-pin Resistor SIP pack -R -0 -9 -9 -Resistor_THT -R_Array_SIP10 -10-pin Resistor SIP pack -R -0 -10 -10 -Resistor_THT -R_Array_SIP11 -11-pin Resistor SIP pack -R -0 -11 -11 -Resistor_THT -R_Array_SIP12 -12-pin Resistor SIP pack -R -0 -12 -12 -Resistor_THT -R_Array_SIP13 -13-pin Resistor SIP pack -R -0 -13 -13 -Resistor_THT -R_Array_SIP14 -14-pin Resistor SIP pack -R -0 -14 -14 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P1.90mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=1.9mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 1.9mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P2.54mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=2.54mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 2.54mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Horizontal -Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Horizontal pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P5.08mm_Vertical -Resistor, Axial_DIN0204 series, Axial, Vertical, pin pitch=5.08mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Vertical pin pitch 5.08mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal -Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P2.54mm_Vertical -Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=2.54mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Vertical pin pitch 2.54mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P5.08mm_Vertical -Resistor, Axial_DIN0207 series, Axial, Vertical, pin pitch=5.08mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Vertical pin pitch 5.08mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P7.62mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=7.62mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 7.62mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=10.16mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 10.16mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0207_L6.3mm_D2.5mm_P15.24mm_Horizontal -Resistor, Axial_DIN0207 series, Axial, Horizontal, pin pitch=15.24mm, 0.25W = 1/4W, length*diameter=6.3*2.5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0207 series Axial Horizontal pin pitch 15.24mm 0.25W = 1/4W length 6.3mm diameter 2.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P2.54mm_Vertical -Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=2.54mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Vertical pin pitch 2.54mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P5.08mm_Vertical -Resistor, Axial_DIN0309 series, Axial, Vertical, pin pitch=5.08mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Vertical pin pitch 5.08mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P15.24mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=15.24mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 15.24mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P20.32mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=20.32mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 20.32mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0309_L9.0mm_D3.2mm_P25.40mm_Horizontal -Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=25.4mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0309 series Axial Horizontal pin pitch 25.4mm 0.5W = 1/2W length 9mm diameter 3.2mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P5.08mm_Vertical -Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=5.08mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Vertical pin pitch 5.08mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P7.62mm_Vertical -Resistor, Axial_DIN0411 series, Axial, Vertical, pin pitch=7.62mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Vertical pin pitch 7.62mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P12.70mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=12.7mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 12.7mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P15.24mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=15.24mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 15.24mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P20.32mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=20.32mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 20.32mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0411_L9.9mm_D3.6mm_P25.40mm_Horizontal -Resistor, Axial_DIN0411 series, Axial, Horizontal, pin pitch=25.4mm, 1W, length*diameter=9.9*3.6mm^2 -Resistor Axial_DIN0411 series Axial Horizontal pin pitch 25.4mm 1W length 9.9mm diameter 3.6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P5.08mm_Vertical -Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Vertical pin pitch 5.08mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P7.62mm_Vertical -Resistor, Axial_DIN0414 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Vertical pin pitch 7.62mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P15.24mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=15.24mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 15.24mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P20.32mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 20.32mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0414_L11.9mm_D4.5mm_P25.40mm_Horizontal -Resistor, Axial_DIN0414 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=11.9*4.5mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0414 series Axial Horizontal pin pitch 25.4mm 2W length 11.9mm diameter 4.5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P5.08mm_Vertical -Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Vertical pin pitch 5.08mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0516 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Vertical pin pitch 7.62mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P20.32mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 20.32mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 25.4mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0516_L15.5mm_D5.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0516 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=15.5*5mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf -Resistor Axial_DIN0516 series Axial Horizontal pin pitch 30.48mm 2W length 15.5mm diameter 5mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P5.08mm_Vertical -Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=5.08mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Vertical pin pitch 5.08mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P7.62mm_Vertical -Resistor, Axial_DIN0614 series, Axial, Vertical, pin pitch=7.62mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Vertical pin pitch 7.62mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P15.24mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=15.24mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 15.24mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P20.32mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=20.32mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 20.32mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0614_L14.3mm_D5.7mm_P25.40mm_Horizontal -Resistor, Axial_DIN0614 series, Axial, Horizontal, pin pitch=25.4mm, 1.5W, length*diameter=14.3*5.7mm^2 -Resistor Axial_DIN0614 series Axial Horizontal pin pitch 25.4mm 1.5W length 14.3mm diameter 5.7mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P5.08mm_Vertical -Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=5.08mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Vertical pin pitch 5.08mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0617 series, Axial, Vertical, pin pitch=7.62mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Vertical pin pitch 7.62mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P20.32mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=20.32mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 20.32mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=25.4mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 25.4mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0617_L17.0mm_D6.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0617 series, Axial, Horizontal, pin pitch=30.48mm, 2W, length*diameter=17*6mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0617 series Axial Horizontal pin pitch 30.48mm 2W length 17mm diameter 6mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0918 series, Axial, Vertical, pin pitch=7.62mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Vertical pin pitch 7.62mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P22.86mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=22.86mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 22.86mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=25.4mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 25.4mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0918_L18.0mm_D9.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0918 series, Axial, Horizontal, pin pitch=30.48mm, 4W, length*diameter=18*9mm^2 -Resistor Axial_DIN0918 series Axial Horizontal pin pitch 30.48mm 4W length 18mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P7.62mm_Vertical -Resistor, Axial_DIN0922 series, Axial, Vertical, pin pitch=7.62mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Vertical pin pitch 7.62mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P25.40mm_Horizontal -Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=25.4mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Horizontal pin pitch 25.4mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_DIN0922_L20.0mm_D9.0mm_P30.48mm_Horizontal -Resistor, Axial_DIN0922 series, Axial, Horizontal, pin pitch=30.48mm, 5W, length*diameter=20*9mm^2, http://www.vishay.com/docs/20128/wkxwrx.pdf -Resistor Axial_DIN0922 series Axial Horizontal pin pitch 30.48mm 5W length 20mm diameter 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P5.08mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=5.08mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 5.08mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P22.40mm -Resistor, Axial_Power series, Box, pin pitch=22.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 22.4mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P25.40mm -Resistor, Axial_Power series, Box, pin pitch=25.4mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 25.4mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L20.0mm_W6.4mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 4W, length*width*height=20*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 4W length 20mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W6.4mm_P27.94mm -Resistor, Axial_Power series, Box, pin pitch=27.94mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 27.94mm 5W length 25mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W6.4mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 5W, length*width*height=25*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 5W length 25mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P27.94mm -Resistor, Axial_Power series, Box, pin pitch=27.94mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 27.94mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L25.0mm_W9.0mm_P30.48mm -Resistor, Axial_Power series, Box, pin pitch=30.48mm, 7W, length*width*height=25*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 30.48mm 7W length 25mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W6.4mm_P40.64mm -Resistor, Axial_Power series, Box, pin pitch=40.64mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 40.64mm 7W length 38mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W6.4mm_P45.72mm -Resistor, Axial_Power series, Box, pin pitch=45.72mm, 7W, length*width*height=38*6.4*6.4mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 45.72mm 7W length 38mm width 6.4mm height 6.4mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W9.0mm_P40.64mm -Resistor, Axial_Power series, Box, pin pitch=40.64mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 40.64mm 9W length 38mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L38.0mm_W9.0mm_P45.72mm -Resistor, Axial_Power series, Box, pin pitch=45.72mm, 9W, length*width*height=38*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 45.72mm 9W length 38mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P7.62mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=7.62mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 7.62mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P55.88mm -Resistor, Axial_Power series, Box, pin pitch=55.88mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 55.88mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L48.0mm_W12.5mm_P60.96mm -Resistor, Axial_Power series, Box, pin pitch=60.96mm, 15W, length*width*height=48*12.5*12.5mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 60.96mm 15W length 48mm width 12.5mm height 12.5mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L50.0mm_W9.0mm_P55.88mm -Resistor, Axial_Power series, Box, pin pitch=55.88mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 55.88mm 11W length 50mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L50.0mm_W9.0mm_P60.96mm -Resistor, Axial_Power series, Box, pin pitch=60.96mm, 11W, length*width*height=50*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 60.96mm 11W length 50mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P10.16mm_Vertical -Resistor, Axial_Power series, Axial, Vertical, pin pitch=10.16mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Axial Vertical pin pitch 10.16mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P66.04mm -Resistor, Axial_Power series, Box, pin pitch=66.04mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 66.04mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L60.0mm_W14.0mm_P71.12mm -Resistor, Axial_Power series, Box, pin pitch=71.12mm, 25W, length*width*height=60*14*14mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 71.12mm 25W length 60mm width 14mm height 14mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L75.0mm_W9.0mm_P81.28mm -Resistor, Axial_Power series, Box, pin pitch=81.28mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 81.28mm 17W length 75mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Power_L75.0mm_W9.0mm_P86.36mm -Resistor, Axial_Power series, Box, pin pitch=86.36mm, 17W, length*width*height=75*9*9mm^3, http://cdn-reichelt.de/documents/datenblatt/B400/5WAXIAL_9WAXIAL_11WAXIAL_17WAXIAL%23YAG.pdf -Resistor Axial_Power series Box pin pitch 86.36mm 17W length 75mm width 9mm height 9mm -0 -2 -2 -Resistor_THT -R_Axial_Shunt_L22.2mm_W8.0mm_PS14.30mm_P25.40mm -Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 3W, length*width*height=22.2*8*8mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 25.4mm 3W length 22.2mm width 8mm height 8mm shunt pin pitch 14.30mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L22.2mm_W9.5mm_PS14.30mm_P25.40mm -Resistor, Axial_Shunt series, Box, pin pitch=25.4mm, 5W, length*width*height=22.2*9.5*9.5mm^3, shunt pin pitch = 14.30mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 25.4mm 5W length 22.2mm width 9.5mm height 9.5mm shunt pin pitch 14.30mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L35.3mm_W9.5mm_PS25.40mm_P38.10mm -Resistor, Axial_Shunt series, Box, pin pitch=38.1mm, 7W, length*width*height=35.3*9.5*9.5mm^3, shunt pin pitch = 25.40mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 38.1mm 7W length 35.3mm width 9.5mm height 9.5mm shunt pin pitch 25.40mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L47.6mm_W9.5mm_PS34.93mm_P50.80mm -Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 10W, length*width*height=47.6*9.5*9.5mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 50.8mm 10W length 47.6mm width 9.5mm height 9.5mm shunt pin pitch 34.93mm -0 -4 -4 -Resistor_THT -R_Axial_Shunt_L47.6mm_W12.7mm_PS34.93mm_P50.80mm -Resistor, Axial_Shunt series, Box, pin pitch=50.8mm, 15W, length*width*height=47.6*12.7*12.7mm^3, shunt pin pitch = 34.93mm, http://www.vishay.com/docs/30217/cpsl.pdf -Resistor Axial_Shunt series Box pin pitch 50.8mm 15W length 47.6mm width 12.7mm height 12.7mm shunt pin pitch 34.93mm -0 -4 -4 -Resistor_THT -R_Bare_Metal_Element_L12.4mm_W4.8mm_P11.40mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=11.4mm, 1W, length*width=12.4*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 11.4mm 1W length 12.4mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Bare_Metal_Element_L16.3mm_W4.8mm_P15.30mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=15.3mm, 3W, length*width=16.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 15.3mm 3W length 16.3mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Bare_Metal_Element_L21.3mm_W4.8mm_P20.30mm -Resistor, Bare_Metal_Element series, Bare Metal Strip/Wire, Horizontal, pin pitch=20.3mm, 5W, length*width=21.3*4.8mm^2, https://www.bourns.com/pdfs/PWR4412-2S.pdf -Resistor Bare_Metal_Element series Bare Metal Strip Wire Horizontal pin pitch 20.3mm 5W length 21.3mm width 4.8mm -0 -2 -2 -Resistor_THT -R_Box_L8.4mm_W2.5mm_P5.08mm -Resistor, Box series, Radial, pin pitch=5.08mm, 0.5W = 1/2W, length*width=8.38*2.54mm^2, http://www.vishay.com/docs/60051/cns020.pdf -Resistor Box series Radial pin pitch 5.08mm 0.5W = 1/2W length 8.38mm width 2.54mm -0 -2 -2 -Resistor_THT -R_Box_L13.0mm_W4.0mm_P9.00mm -Resistor, Box series, Radial, pin pitch=9.00mm, 2W, length*width=13.0*4.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 9.00mm 2W length 13.0mm width 4.0mm -0 -2 -2 -Resistor_THT -R_Box_L14.0mm_W5.0mm_P9.00mm -Resistor, Box series, Radial, pin pitch=9.00mm, 5W, length*width=14.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 9.00mm 5W length 14.0mm width 5.0mm -0 -2 -2 -Resistor_THT -R_Box_L26.0mm_W5.0mm_P20.00mm -Resistor, Box series, Radial, pin pitch=20.00mm, 10W, length*width=26.0*5.0mm^2, http://www.produktinfo.conrad.com/datenblaetter/425000-449999/443860-da-01-de-METALLBAND_WIDERSTAND_0_1_OHM_5W_5Pr.pdf -Resistor Box series Radial pin pitch 20.00mm 10W length 26.0mm width 5.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L7.0mm_W8.0mm_Px2.40mm_Py2.30mm -Resistor, Radial_Power series, Radial, pin pitch=2.40*2.30mm^2, 7W, length*width=7*8mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf -Resistor Radial_Power series Radial pin pitch 2.40*2.30mm^2 7W length 7mm width 8mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L9.0mm_W10.0mm_Px2.70mm_Py2.30mm -Resistor, Radial_Power series, Radial, pin pitch=2.70*2.30mm^2, 17W, length*width=9*10mm^2, http://www.vitrohm.com/content/files/vitrohm_series_kv_-_201601.pdf -Resistor Radial_Power series Radial pin pitch 2.70*2.30mm^2 17W length 9mm width 10mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L11.0mm_W7.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 2W, length*width=11.0*7.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 2W length 11.0mm width 7.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L12.0mm_W8.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 3W, length*width=12.0*8.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 3W length 12.0mm width 8.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L13.0mm_W9.0mm_P5.00mm -Resistor, Radial_Power series, Radial, pin pitch=5.00mm, 7W, length*width=13.0*9.0mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 5.00mm 7W length 13.0mm width 9.0mm -0 -2 -2 -Resistor_THT -R_Radial_Power_L16.1mm_W9.0mm_P7.37mm -Resistor, Radial_Power series, Radial, pin pitch=7.37mm, 10W, length*width=16.1*9mm^2, http://www.vishay.com/docs/30218/cpcx.pdf -Resistor Radial_Power series Radial pin pitch 7.37mm 10W length 16.1mm width 9mm -0 -2 -2 -Rotary_Encoder -RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm -Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html -rotary encoder -0 -7 -6 -Rotary_Encoder -RotaryEncoder_Alps_EC11E-Switch_Vertical_H20mm_CircularMountingHoles -Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html -rotary encoder -0 -7 -6 -Rotary_Encoder -RotaryEncoder_Alps_EC11E_Vertical_H20mm -Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html -rotary encoder -0 -7 -4 -Rotary_Encoder -RotaryEncoder_Alps_EC11E_Vertical_H20mm_CircularMountingHoles -Alps rotary encoder, EC12E... without switch (pins are dummy), vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC11/EC11E15204A3.html -rotary encoder -0 -7 -4 -Rotary_Encoder -RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm -Alps rotary encoder, EC12E... with switch, vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF -rotary encoder -0 -7 -6 -Rotary_Encoder -RotaryEncoder_Alps_EC12E-Switch_Vertical_H20mm_CircularMountingHoles -Alps rotary encoder, EC12E... with switch, vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html & http://cdn-reichelt.de/documents/datenblatt/F100/402097STEC12E08.PDF -rotary encoder -0 -7 -6 -Rotary_Encoder -RotaryEncoder_Alps_EC12E_Vertical_H20mm -Alps rotary encoder, EC12E..., vertical shaft, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html -rotary encoder -0 -5 -4 -Rotary_Encoder -RotaryEncoder_Alps_EC12E_Vertical_H20mm_CircularMountingHoles -Alps rotary encoder, EC12E..., vertical shaft, mounting holes with circular drills, http://www.alps.com/prod/info/E/HTML/Encoder/Incremental/EC12E/EC12E1240405.html -rotary encoder -0 -5 -4 -Rotary_Encoder -RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Nxxxx -Bourns rotary encoder, PEC09, without switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09 -rotary encoder -0 -3 -3 -Rotary_Encoder -RotaryEncoder_Bourns_Horizontal_PEC09-2xxxF-Sxxxx -Bourns rotary encoder, PEC09, with switch, horizontal shaft, https://www.bourns.com/products/encoders/contacting-encoders/product/PEC09 -rotary encoder -0 -5 -5 -Rotary_Encoder -RotaryEncoder_Bourns_Horizontal_PEC12R-2xxxF-Nxxxx -Bourns rotary encoder, PEC12R, without switch, horizontal shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf -rotary encoder -0 -5 -4 -Rotary_Encoder -RotaryEncoder_Bourns_Horizontal_PEC12R-2xxxF-Sxxxx -Bourns rotary encoder, PEC12R, with switch, horizontal shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf -rotary encoder -0 -7 -6 -Rotary_Encoder -RotaryEncoder_Bourns_Vertical_PEC12R-3xxxF-Nxxxx -Bourns rotary encoder, PEC12R, without switch, vertical shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf -rotary encoder -0 -5 -4 -Rotary_Encoder -RotaryEncoder_Bourns_Vertical_PEC12R-3xxxF-Sxxxx -Bourns rotary encoder, PEC12R, with switch, vertical shaft, https://www.bourns.com/docs/product-datasheets/pec12r.pdf -rotary encoder -0 -7 -6 -SamacSys_Parts -450404015514 -450404015514-2 -Switch -0 -7 -7 -SamacSys_Parts -A768MS157M1HLAE024 -10mm X 12.2mm -Capacitor Polarised -0 -2 -2 -SamacSys_Parts -B3BXHALFSN -B3B-XH-A(LF)(SN)-2 -Connector -0 -3 -3 -SamacSys_Parts -B4BXHALFSN -B4B-XH-A(LF)(SN)-3 -Connector -0 -4 -4 -SamacSys_Parts -CAPAE830X900N -8.7mm x 8.3mm -Capacitor Polarised -0 -2 -2 -SamacSys_Parts -CAPC1005X55N -GRM15_0.10 L=1.0mm W=0.5mm T=0.5mm -Capacitor -0 -2 -2 -SamacSys_Parts -CAPC1608X50N -1608MM -Capacitor -0 -2 -2 -SamacSys_Parts -CAPC2012X90N -0805;2x1.25x0.8 -Capacitor -0 -2 -2 -SamacSys_Parts -CONUFL001-SMD -CONUFL001-SMD -Connector -0 -3 -3 -SamacSys_Parts -DEA162450BT1295A1 -DEA162450BT-1295A1 -Filter -0 -4 -4 -SamacSys_Parts -HDRV6W64P254_2X3_762X508X889P -WR-PHD -Connector -0 -6 -6 -SamacSys_Parts -HDRV40W64P254X254_2X20_5080X508X869P -61304021121 -Connector -0 -40 -40 -SamacSys_Parts -LFB182G45CGFD436 -LFB182G45CGFD436-10 -Filter -0 -3 -3 -SamacSys_Parts -LQG15WH0N7B02D -0402 (1005) T=0.5±0.05mm -Inductor -0 -2 -2 -SamacSys_Parts -MICRO-USB_2.0-SMT-TYPE-B_ -MICRO-USB(2.0-SMT-TYPE-B) -Connector -0 -9 -9 -SamacSys_Parts -NE555DR -D (R-PDSO-G8) -Integrated Circuit -0 -8 -8 -SamacSys_Parts -NX2016SA32MEXS00ACS06465 -NX2016SA-32M-EXS00A-CS06465-2 -Crystal or Oscillator -0 -4 -4 -SamacSys_Parts -QFN50P700X700X60-49N-D -UFQFPN48 package -Integrated Circuit -0 -49 -49 -SamacSys_Parts -SHDR2W64P0X250_1X2_740X575X700P -B2B-XH-A(LF)(SN)- -Connector -0 -2 -2 -SamacSys_Parts -SHDR2W100P0X500_1X2_1000X750X990P -691102710002 -Connector -0 -2 -2 -SamacSys_Parts -SHDR5W64P0X250_1X5_1490X575X700P -B5B-XH-A(LF)(SN)- -Connector -0 -5 -5 -SamacSys_Parts -SHDR6W64P0X250_1X6_1740X575X700P -B6B-XH-A(LF)(SN) -Connector -0 -6 -6 -SamacSys_Parts -SODFL1608X70N -SOD-523 -Diode -0 -2 -2 -SamacSys_Parts -SON95P300X300X100-7N-D -DFN6(3X3) -Power Supply -0 -7 -7 -SamacSys_Parts -SOT95P280X145-6N -SOT23-6(ESDA6V1-5SC6Y) -Diode -0 -6 -6 -SamacSys_Parts -ZX62DB5PA830 -ZX62D-B-5PA8(30)-7 -Connector -0 -11 -11 -Sensor -Aosong_DHT11_5.5x12.0_P2.54mm -Temperature and humidity module, http://akizukidenshi.com/download/ds/aosong/DHT11.pdf -Temperature and humidity module -0 -4 -4 -Sensor -Avago_APDS-9960 -Digital Proximity, Ambient Light, RGB and Gesture Sensor (https://docs.broadcom.com/doc/AV02-4191EN) -DFN Sensor optical IR -0 -8 -8 -Sensor -LuminOX_LOX-O2 -SST LuminOX Luminescence-based O2 sensor, https://sstsensing.com/wp-content/uploads/2021/08/DS0030rev15_LuminOx.pdf -SST LuminOX O2 -0 -4 -4 -Sensor -MQ-6 -Gas Sensor, 6 pin, https://www.winsen-sensor.com/d/files/semiconductor/mq-6.pdf -gas sensor -0 -6 -6 -Sensor -SHT1x -SHT1x -SHT1x -0 -8 -8 -Sensor -Senseair_S8_Down -Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT -co2 gas sensor pwm modbus -0 -9 -9 -Sensor -Senseair_S8_Up -Sensair S8 Series CO2 sensor, 1kHz PWM output, Modbus, THT -co2 gas sensor pwm modbus -0 -9 -9 -Sensor -Sensirion_SCD4x-1EP_10.1x10.1mm_P1.25mm_EP4.8x4.8mm -Sensirion SCD4x QFN, 20 Pin (https://sensirion.com/media/documents/C4B87CE6/627C2DCD/CD_DS_SCD40_SCD41_Datasheet_D1.pdf), generated with kicad-footprint-generator ipc_noLead_generator.py -Sensirion QFN NoLead -0 -25 -21 -Sensor -Sensortech_MiCS_5x7mm_P1.25mm -https://www.sgxsensortech.com/content/uploads/2014/07/1084_Datasheet-MiCS-5524-rev-8.pdf -Sensortech MiCS MEMS sensor -0 -10 -10 -Sensor -Winson_GM-402B_5x5mm_P1.27mm -Winson GM-402B, 8 Pin (https://www.winsen-sensor.com/d/files/me2/mems--gm-402b--manual-v1_1.pdf) -Winson -0 -8 -8 -Sensor_Audio -CUI_CMC-4013-SMT -Omnidirectional, -42dB, reflowable, electret condenser microphone https://www.cuidevices.com/product/resource/cmc-4013-smt-tr.pdf -Microphone CUI -0 -2 -2 -Sensor_Audio -Infineon_PG-LLGA-5-1 -Infineon_PG-LLGA-5-1 StepUp generated footprint, https://www.infineon.com/cms/en/product/packages/PG-LLGA/PG-LLGA-5-1/ -infineon mems microphone -0 -15 -5 -Sensor_Audio -Infineon_PG-LLGA-5-2 -Infineon, IP57, XENSIV, LGA-5, https://www.infineon.com/dgdl/Infineon-IM73A135-DataSheet-v01_00-EN.pdf?fileId=8ac78c8c7f2a768a017fadec36b84500 -MEMS Microphone LGA Dust Water -0 -5 -5 -Sensor_Audio -InvenSense_ICS-43434-6_3.5x2.65mm -TDK InvenSense MEMS I2S Microphone: https://invensense.tdk.com/products/ics-43434/ -microphone MEMS I2S ICS-43434 TDK InvenSense -0 -6 -6 -Sensor_Audio -Knowles_LGA-5_3.5x2.65mm -https://www.knowles.com/docs/default-source/model-downloads/sph0641lu4h-1-revb.pdf -MEMS Microphone LGA -0 -5 -5 -Sensor_Audio -Knowles_SPH0645LM4H-6_3.5x2.65mm -Knowles MEMS I2S Microphone: https://www.knowles.com/subdepartment/dpt-microphones/subdpt-sisonic-surface-mount-mems -microphone MEMS I2S SPH0645LM4H Knowles -0 -6 -6 -Sensor_Audio -ST_HLGA-6_3.76x4.72mm_P1.65mm -http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/27/62/48/98/44/54/4d/36/DM00303211/files/DM00303211.pdf/jcr:content/translations/en.DM00303211.pdf -HLGA Sensor Audio -0 -6 -6 -Sensor_Current -AKM_CQ_7 -AKM Current Sensor, 7 pin, THT (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) -akm current sensor tht -0 -39 -7 -Sensor_Current -AKM_CQ_7S -AKM Current Sensor, 7 pin, SMD (http://www.akm.com/akm/en/file/datasheet/CQ-236B.pdf) -akm current sensor smd -0 -19 -7 -Sensor_Current -AKM_CQ_VSOP-24_5.6x7.9mm_P0.65mm -AKM VSOP-24 current sensor, 5.6x7.9mm body, 0.65mm pitch (http://www.akm.com/akm/en/file/datasheet/CQ-330J.pdf) -akm vsop 24 -0 -10 -10 -Sensor_Current -AKM_CZ_SSOP-10_6.5x8.1mm_P0.95mm -AKM CZ-381x current sensor, 6.5x8.1mm body, 0.95mm pitch (http://www.akm.com/akm/en/product/detail/0009/) -akm cz-381x 10 -0 -10 -10 -Sensor_Current -Allegro_CB_PFF -Allegro MicroSystems, CB-PFF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) !PADS 4-5 DO NOT MATCH DATASHEET! -Allegro CB-PFF -0 -37 -5 -Sensor_Current -Allegro_CB_PSF -Allegro MicroSystems, CB-PSF Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) -Allegro CB-PSF -0 -5 -5 -Sensor_Current -Allegro_CB_PSS -Allegro MicroSystems, CB-PSS Package (http://www.allegromicro.com/en/Products/Current-Sensor-ICs/Fifty-To-Two-Hundred-Amp-Integrated-Conductor-Sensor-ICs/ACS758.aspx) -Allegro CB-PSS -0 -5 -5 -Sensor_Current -Allegro_PSOF-7_4.8x6.4mm_P1.60mm -Allegro Microsystems PSOF-7, 4.8x6.4mm Body, 1.60mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS780-Datasheet.ashx) -Allegro PSOF-7 -0 -7 -7 -Sensor_Current -Allegro_QFN-12-10-1EP_3x3mm_P0.5mm -Allegro Microsystems 12-Lead (10-Lead Populated) Quad Flat Pack, 3x3mm Body, 0.5mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/ACS711-Datasheet.ashx) -Allegro QFN 0.5 -0 -14 -10 -Sensor_Current -Allegro_QSOP-24_3.9x8.7mm_P0.635mm -Allegro Microsystems 24-Lead Plastic Shrink Small Outline Narrow Body Body [QSOP] (http://www.allegromicro.com/~/media/Files/Datasheets/ACS726-Datasheet.ashx?la=en) -Allegro QSOP 0.635 -0 -24 -24 -Sensor_Current -Allegro_SIP-3 -Allegro Microsystems SIP-3, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1369-Datasheet.ashx) -Allegro SIP-3 -0 -3 -3 -Sensor_Current -Allegro_SIP-4 -Allegro Microsystems SIP-4, 1.27mm Pitch (http://www.allegromicro.com/~/media/Files/Datasheets/A1363-Datasheet.ashx) -Allegro SIP-4 -0 -4 -4 -Sensor_Current -Diodes_SIP-3_4.1x1.5mm_P1.27mm -Diodes SIP-3 Bulk Pack, 1.27mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Bulk-Pack.pdf) -Diodes SIP-3 Bulk Pack -0 -3 -3 -Sensor_Current -Diodes_SIP-3_4.1x1.5mm_P2.65mm -Diodes SIP-3 Ammo Pack, 2.65mm Pitch (https://www.diodes.com/assets/Package-Files/SIP-3-Ammo-Pack.pdf) -Diodes SIP-3 Ammo Pack -0 -3 -3 -Sensor_Current -Honeywell_CSLW -https://sensing.honeywell.com/honeywell-sensing-cslw-series-product-sheet-005861-1-en.pdf -Miniature Wired Open-Loop Current Sensor -0 -5 -5 -Sensor_Current -LEM_CKSR -LEM CKSR 6/15/25/50/75-NP Current Transducer, https://www.lem.com/sites/default/files/products_datasheets/cksr_75-np.pdf -current transducer LEM -0 -14 -14 -Sensor_Current -LEM_HO8-NP -LEM HO 8/15/25-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np-0000_series.pdf) -current transducer -0 -13 -13 -Sensor_Current -LEM_HO8-NSM -LEM HO 8/15/25-NSM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-nsm-0000_series.pdf) -current transducer -0 -13 -13 -Sensor_Current -LEM_HO40-NP -LEM HO 40/60/120/150-NP Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/ho-np_0100__1100_series.pdf) -current transducer -0 -13 -13 -Sensor_Current -LEM_HTFS -LEM HTFS x00-P current transducer (https://www.lem.com/sites/default/files/products_datasheets/htfs_200_800-p.pdf) -HTFS current transducer -0 -4 -4 -Sensor_Current -LEM_HX02-P -LEM HX02-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX03-P-SP2 -LEM HX03-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX04-P -LEM HX04-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX05-NP -LEM HX05-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) -hall current -0 -8 -8 -Sensor_Current -LEM_HX05-P-SP2 -LEM HX05-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX06-P -LEM HX06-P hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%202_6-p_e%20v5.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX10-NP -LEM HX10-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) -hall current -0 -8 -8 -Sensor_Current -LEM_HX10-P-SP2 -LEM HX10-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX15-NP -LEM HX15-NP hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%205_15-np_e%20v10.pdf) -hall current -0 -8 -8 -Sensor_Current -LEM_HX15-P-SP2 -LEM HX15-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX20-P-SP2 -LEM HX20-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX25-P-SP2 -LEM HX25-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_HX50-P-SP2 -LEM HX50-P-SP2 hall effect current transducer (https://www.lem.com/sites/default/files/products_datasheets/hx%203_50-p_sp2_e%20v07.pdf) -hall current -0 -6 -6 -Sensor_Current -LEM_LA25-P -LEM Current Transducer (https://www.lem.com/sites/default/files/products_datasheets/la_25-p.pdf) -current transducer -0 -3 -3 -Sensor_Current -LEM_LTSR-NP -LEM current transducer LEM_LTSR-NP 5V supply voltage series https://www.lem.com/sites/default/files/products_datasheets/ltsr_6-np.pdf -Current transducer -0 -10 -10 -Sensor_Distance -ST_VL53L1x -VL53L1x distance sensor -VL53L1CXV0FY1 VL53L1x -0 -13 -12 -Sensor_Humidity -Sensirion_DFN-4-1EP_2x2mm_P1mm_EP0.7x1.6mm -DFN, 4 Pin (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHTC3_Datasheet.pdf) -Sensirion DFN NoLead -0 -10 -5 -Sensor_Humidity -Sensirion_DFN-4_1.5x1.5mm_P0.8mm_SHT4x_NoCentralPad -Sensirion, SHT40, SHT41, SHT45, DFN, 4 Pin (https://sensirion.com/media/documents/33FD6951/624C4357/Datasheet_SHT4x.pdf) -DFN NoLead -0 -4 -4 -Sensor_Humidity -Sensirion_DFN-8-1EP_2.5x2.5mm_P0.5mm_EP1.1x1.7mm -Sensirion DFN-8 SHT3x-DIS (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Datasheets/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf) -sensirion dfn nolead -0 -10 -9 -Sensor_Motion -Analog_LGA-16_3.25x3mm_P0.5mm_LayoutBorder3x5y -LGA, 16 Pin (https://www.analog.com/media/en/technical-documentation/data-sheets/ADXL363.pdf#page=44) -LGA NoLead CC-16-4 -0 -16 -16 -Sensor_Motion -InvenSense_QFN-24_3x3mm_P0.4mm -24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) -QFN 0.4 -0 -24 -24 -Sensor_Motion -InvenSense_QFN-24_3x3mm_P0.4mm_NoMask -24-Lead Plastic QFN (3mm x 3mm); Pitch 0.4mm; EP 1.7x1.54mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU9250REV1.0.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) -QFN 0.4 -0 -25 -24 -Sensor_Motion -InvenSense_QFN-24_4x4mm_P0.5mm -24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) -QFN 0.5 -0 -24 -24 -Sensor_Motion -InvenSense_QFN-24_4x4mm_P0.5mm_NoMask -24-Lead Plastic QFN (4mm x 4mm); Pitch 0.5mm; EP 2.7x2.6mm; for InvenSense motion sensors; Mask removed below exposed pad; keepout area marked (Package see: https://store.invensense.com/datasheets/invensense/MPU-6050_DataSheet_V3%204.pdf; See also https://www.invensense.com/wp-content/uploads/2015/02/InvenSense-MEMS-Handling.pdf) -QFN 0.5 -0 -25 -24 -Sensor_Pressure -Freescale_98ARH99066A -https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf -sensor pressure ssop 98ARH99066A -0 -8 -8 -Sensor_Pressure -Freescale_98ARH99089A -https://www.nxp.com/docs/en/data-sheet/MPXH6250A.pdf -sensor pressure ssop 98ARH99089A -0 -8 -8 -Sensor_Pressure -Honeywell_40PCxxxG1A -https://www.honeywellscportal.com/index.php?ci_id=138832 -pressure sensor automotive honeywell -0 -3 -3 -Sensor_Pressure -TE_MS5525DSO-DBxxxyS -Pressure Sensor, Dual-Barbed, https://www.te.com/commerce/DocumentDelivery/DDEController?Action=srchrtrv&DocNm=MS5525DSO&DocType=DS&DocLang=English -Pressure DualBarbed -0 -14 -14 -Sensor_Pressure -TE_MS5837-xxBA -https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FMS5837-30BA%7FB1%7Fpdf%7FEnglish%7FENG_DS_MS5837-30BA_B1.pdf%7FCAT-BLPS0017 -MS5837 Ultra-small gel-filled pressure sensor with stainless steel cap -0 -4 -4 -Sensor_Voltage -LEM_LV25-P -LEM LV25-P Voltage transducer, https://www.lem.com/sites/default/files/products_datasheets/lv_25-p.pdf -LEM Hall Effect Voltage transducer -0 -5 -5 -Socket -3M_Textool_240-1288-00-0602J_2x20_P2.54mm -3M 40-pin zero insertion force socket, though-hole, row spacing 25.4 mm (1000 mils) -THT DIP DIL ZIF 25.4mm 1000mil Socket -0 -40 -40 -Socket -DIP_Socket-14_W4.3_W5.08_W7.62_W10.16_W10.9_3M_214-3339-00-0602J -3M 14-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 7.62mm 300mil Socket -0 -14 -14 -Socket -DIP_Socket-16_W4.3_W5.08_W7.62_W10.16_W10.9_3M_216-3340-00-0602J -3M 16-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 7.62mm 300mil Socket -0 -16 -16 -Socket -DIP_Socket-18_W4.3_W5.08_W7.62_W10.16_W10.9_3M_218-3341-00-0602J -3M 18-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 7.62mm 300mil Socket -0 -18 -18 -Socket -DIP_Socket-20_W4.3_W5.08_W7.62_W10.16_W10.9_3M_220-3342-00-0602J -3M 20-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 7.62mm 300mil Socket -0 -20 -20 -Socket -DIP_Socket-22_W6.9_W7.62_W10.16_W12.7_W13.5_3M_222-3343-00-0602J -3M 22-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 10.16mm 400mil Socket -0 -22 -22 -Socket -DIP_Socket-24_W4.3_W5.08_W7.62_W10.16_W10.9_3M_224-5248-00-0602J -3M 24-pin zero insertion force socket, through-hole, row spacing 7.62 mm (300 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 7.62mm 300mil Socket -0 -24 -24 -Socket -DIP_Socket-24_W11.9_W12.7_W15.24_W17.78_W18.5_3M_224-1275-00-0602J -3M 24-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 15.24mm 600mil Socket -0 -24 -24 -Socket -DIP_Socket-28_W6.9_W7.62_W10.16_W12.7_W13.5_3M_228-4817-00-0602J -3M 28-pin zero insertion force socket, through-hole, row spacing 10.16 mm (400 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 10.16mm 400mil Socket -0 -28 -28 -Socket -DIP_Socket-28_W11.9_W12.7_W15.24_W17.78_W18.5_3M_228-1277-00-0602J -3M 28-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 15.24mm 600mil Socket -0 -28 -28 -Socket -DIP_Socket-32_W11.9_W12.7_W15.24_W17.78_W18.5_3M_232-1285-00-0602J -3M 32-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 15.24mm 600mil Socket -0 -32 -32 -Socket -DIP_Socket-40_W11.9_W12.7_W15.24_W17.78_W18.5_3M_240-1280-00-0602J -3M 40-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 15.24mm 600mil Socket -0 -40 -40 -Socket -DIP_Socket-40_W22.1_W22.86_W25.4_W27.94_W28.7_3M_240-3639-00-0602J -3M 40-pin zero insertion force socket, through-hole, row spacing 25.4 mm (1000 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 25.4mm 1000mil Socket -0 -40 -40 -Socket -DIP_Socket-42_W11.9_W12.7_W15.24_W17.78_W18.5_3M_242-1281-00-0602J -3M 42-pin zero insertion force socket, through-hole, row spacing 15.24 mm (600 mils), http://multimedia.3m.com/mws/media/494546O/3mtm-dip-sockets-100-2-54-mm-ts0365.pdf -THT DIP DIL ZIF 15.24mm 600mil Socket -0 -42 -42 -Socket -Wells_648-0482211SA01 -https://www.farnell.com/cad/316865.pdf?_ga=2.37208032.177107060.1530611323-249019997.1498114824 -48pin TSOP Socket -0 -48 -48 -Symbol -CE-Logo_8.5x6mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -CE-Logo_11.2x8mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -CE-Logo_16.8x12mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -CE-Logo_28x20mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -CE-Logo_42x30mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -CE-Logo_56.1x40mm_SilkScreen -CE marking -Logo CE certification -0 -0 -0 -Symbol -ESD-Logo_6.6x6mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -ESD-Logo_8.9x8mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -ESD-Logo_13.2x12mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -ESD-Logo_22x20mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -ESD-Logo_33x30mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -ESD-Logo_44.1x40mm_SilkScreen -Electrostatic discharge Logo -Logo ESD -0 -0 -0 -Symbol -EasterEgg_EWG1308-2013_ClassA -Egg with 42x60mm Body-Size, ClassA, according to EWG1308/2013 -egg easter -0 -0 -0 -Symbol -FCC-Logo_7.3x6mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -FCC-Logo_9.6x8mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -FCC-Logo_14.6x12mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -FCC-Logo_24.2x20mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -FCC-Logo_36.3x30mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -FCC-Logo_48.3x40mm_SilkScreen -FCC marking -Logo FCC certification -0 -0 -0 -Symbol -KiCad-Logo2_5mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_5mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_6mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_6mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_8mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_8mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_12mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_12mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_20mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_20mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_30mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_30mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_40mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo2_40mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_5mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_5mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_6mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_6mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_8mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_8mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_12mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_12mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_20mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_20mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_30mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_30mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_40mm_Copper -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -KiCad-Logo_40mm_SilkScreen -KiCad Logo -Logo KiCad -0 -0 -0 -Symbol -OSHW-Logo2_7.3x6mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_7.3x6mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_9.8x8mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_9.8x8mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_14.6x12mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_14.6x12mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_24.3x20mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_24.3x20mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_36.5x30mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_36.5x30mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_48.7x40mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo2_48.7x40mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Logo_5.7x6mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_5.7x6mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_7.5x8mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_7.5x8mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_11.4x12mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_11.4x12mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_19x20mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_19x20mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_28.5x30mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_28.5x30mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_38.1x40mm_Copper -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Logo_38.1x40mm_SilkScreen -Open Source Hardware Logo -Logo OSHW -0 -0 -0 -Symbol -OSHW-Symbol_6.7x6mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_6.7x6mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_8.9x8mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_8.9x8mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_13.4x12mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_13.4x12mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_22.3x20mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_22.3x20mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_33.5x30mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_33.5x30mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_44.5x40mm_Copper -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -OSHW-Symbol_44.5x40mm_SilkScreen -Open Source Hardware Symbol -Logo Symbol OSHW -0 -0 -0 -Symbol -Polarity_Center_Negative_6mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Negative_8mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Negative_12mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Negative_20mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Negative_30mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Negative_40mm_SilkScreen -Polarity Logo, Center Negative -Logo Polarity Center Negative -0 -0 -0 -Symbol -Polarity_Center_Positive_6mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -Polarity_Center_Positive_8mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -Polarity_Center_Positive_12mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -Polarity_Center_Positive_20mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -Polarity_Center_Positive_30mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -Polarity_Center_Positive_40mm_SilkScreen -Polarity Logo, Center Positive -Logo Polarity Center Positive -0 -0 -0 -Symbol -RoHS-Logo_6mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -RoHS-Logo_8mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -RoHS-Logo_12mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -RoHS-Logo_20mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -RoHS-Logo_30mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -RoHS-Logo_40mm_SilkScreen -Restriction of Hazardous Substances Directive Logo -Logo RoHS -0 -0 -0 -Symbol -Symbol_Attention_CopperTop_Big -Symbol, Attention, Copper Top, Big, -Symbol, Attention, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_Attention_CopperTop_Small -Symbol, Attention, Copper Top, Small, -Symbol, Attention, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_Barrel_Polarity -Barrel connector polarity indicator -barrel polarity -0 -0 -0 -Symbol -Symbol_CC-Attribution_CopperTop_Big -Symbol, CC-Attribution, Copper Top, Big, -Symbol, CC-Attribution, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_CC-Attribution_CopperTop_Small -Symbol, CC-Share Alike, Copper Top, Small, -Symbol, CC-Share Alike, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_CC-Noncommercial_CopperTop_Big -Symbol, CC-Noncommercial, Copper Top, Big, -Symbol, CC-Noncommercial, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_CC-Noncommercial_CopperTop_Small -Symbol, CC-Noncommercial Alike, Copper Top, Small, -Symbol, CC-Noncommercial Alike, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_CC-PublicDomain_CopperTop_Big -Symbol, CC-PublicDomain, Copper Top, Big, -Symbol, CC-PublicDomain, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_CC-PublicDomain_CopperTop_Small -Symbol, CC-Public Domain, Copper Top, Small, -Symbol, CC-Public Domain, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_CC-PublicDomain_SilkScreenTop_Big -Symbol, CC-PublicDomain, SilkScreen Top, Big, -Symbol, CC-PublicDomain, SilkScreen Top, Big, -0 -0 -0 -Symbol -Symbol_CC-ShareAlike_CopperTop_Big -Symbol, CC-Share Alike, Copper Top, Big, -Symbol, CC-Share Alike, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_CC-ShareAlike_CopperTop_Small -Symbol, CC-Share Alike, Copper Top, Small, -Symbol, CC-Share Alike, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_CreativeCommonsPublicDomain_CopperTop_Small -Symbol, Creative Commons Public Domain, CopperTop, Small, -Symbol, Creative Commons Public Domain, CopperTop, Small, -0 -0 -0 -Symbol -Symbol_CreativeCommonsPublicDomain_SilkScreenTop_Small -Symbol, Creative Commons Public Domain, SilkScreenTop, Small, -Symbol, Creative Commons Public Domain, SilkScreen Top, Small, -0 -0 -0 -Symbol -Symbol_CreativeCommons_CopperTop_Type1_Big -Symbol, Creative Commons, CopperTop, Type 1, Big, -Symbol, Creative Commons, CopperTop, Type 1, Big, -0 -0 -0 -Symbol -Symbol_CreativeCommons_CopperTop_Type2_Big -Symbol, Creative Commons, CopperTop, Type 2, Big, -Symbol, Creative Commons, CopperTop, Type 2, Big, -0 -0 -0 -Symbol -Symbol_CreativeCommons_CopperTop_Type2_Small -Symbol, Creative Commons, CopperTop, Type 2, Small, -Symbol, Creative Commons, CopperTop, Type 2, Small, -0 -0 -0 -Symbol -Symbol_CreativeCommons_SilkScreenTop_Type2_Big -Symbol, Creative Commons, SilkScreen Top, Type 2, Big, -Symbol, Creative Commons, SilkScreen Top, Type 2, Big, -0 -0 -0 -Symbol -Symbol_Danger_CopperTop_Big -Symbol, Danger, CopperTop, Big, -Symbol, Danger, CopperTop, Big, -0 -0 -0 -Symbol -Symbol_Danger_CopperTop_Small -Symbol, Danger, Copper Top, Small, -Symbol, Danger, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_ESD-Logo-Text_CopperTop - - -0 -0 -0 -Symbol -Symbol_ESD-Logo_CopperTop -ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, -ESD-Logo, similar JEDEC-14, without text, ohne Text, Copper Top, -0 -0 -0 -Symbol -Symbol_GNU-GPL_CopperTop_Big -Symbol, GNU-GPL, Copper Top, Big, -Symbol, GNU-GPL, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_GNU-GPL_CopperTop_Small -Symbol, GNU-GPL, Copper Top, Small, -Symbol, GNU-GPL, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_GNU-Logo_CopperTop -GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, -GNU-Logo, GNU-Head, GNU-Kopf, Copper Top, -0 -0 -0 -Symbol -Symbol_GNU-Logo_SilkscreenTop -GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, -GNU-Logo, GNU-Head, GNU-Kopf, Silkscreen, -0 -0 -0 -Symbol -Symbol_HighVoltage_Type1_CopperTop_Big -Symbol, HighVoltage, Type1, Copper Top, Big, -Symbol, HighVoltage, Type1, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_HighVoltage_Type2_CopperTop_Big -Symbol, HighVoltage, Type2, Copper Top, Big, -Symbol, HighVoltage, Type2, Copper Top, Big, -0 -0 -0 -Symbol -Symbol_HighVoltage_Type2_CopperTop_VerySmall -Symbol, High Voltage, Type 2, Copper Top, Very Small, -Symbol, High Voltage, Type 2, Copper Top, Very Small, -0 -0 -0 -Symbol -Symbol_Highvoltage_Type1_CopperTop_Small -Symbol, Highvoltage, Type 1, Copper Top, Small, -Symbol, Highvoltage, Type 1, Copper Top, Small, -0 -0 -0 -Symbol -Symbol_Highvoltage_Type2_CopperTop_Small -Symbol, Highvoltage, Type 2, Copper Top, Small, -Symbol, Highvoltage, Type 2, Copper Top, Small, -0 -0 -0 -Symbol -UKCA-Logo_6x6mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -UKCA-Logo_8x8mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -UKCA-Logo_12x12mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -UKCA-Logo_20x20mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -UKCA-Logo_30x30mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -UKCA-Logo_40x40mm_SilkScreen -UKCA marking -Logo UKCA marking -0 -0 -0 -Symbol -WEEE-Logo_4.2x6mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -Symbol -WEEE-Logo_5.6x8mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -Symbol -WEEE-Logo_8.4x12mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -Symbol -WEEE-Logo_14x20mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -Symbol -WEEE-Logo_21x30mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -Symbol -WEEE-Logo_28.1x40mm_SilkScreen -Waste Electrical and Electronic Equipment Directive -Logo WEEE -0 -0 -0 -TerminalBlock -TerminalBlock_Altech_AK300-2_P5.00mm -Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf -Altech AK300 terminal block pitch 5.0mm -0 -2 -2 -TerminalBlock -TerminalBlock_Altech_AK300-3_P5.00mm -Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf -Altech AK300 terminal block pitch 5.0mm -0 -3 -3 -TerminalBlock -TerminalBlock_Altech_AK300-4_P5.00mm -Altech AK300 terminal block, pitch 5.0mm, 45 degree angled, see http://www.mouser.com/ds/2/16/PCBMETRC-24178.pdf -Altech AK300 terminal block pitch 5.0mm -0 -4 -4 -TerminalBlock -TerminalBlock_Wuerth_691311400102_P7.62mm -https://katalog.we-online.de/em/datasheet/6913114001xx.pdf -Wuerth WR-TBL Series 3114 terminal block pitch 7.62mm -0 -2 -2 -TerminalBlock -TerminalBlock_bornier-2_P5.08mm -simple 2-pin terminal block, pitch 5.08mm, revamped version of bornier2 -terminal block bornier2 -0 -2 -2 -TerminalBlock -TerminalBlock_bornier-3_P5.08mm -simple 3-pin terminal block, pitch 5.08mm, revamped version of bornier3 -terminal block bornier3 -0 -3 -3 -TerminalBlock -TerminalBlock_bornier-4_P5.08mm -simple 4-pin terminal block, pitch 5.08mm, revamped version of bornier4 -terminal block bornier4 -0 -4 -4 -TerminalBlock -TerminalBlock_bornier-5_P5.08mm -simple 5-pin terminal block, pitch 5.08mm, revamped version of bornier5 -terminal block bornier5 -0 -5 -5 -TerminalBlock -TerminalBlock_bornier-6_P5.08mm -simple 6pin terminal block, pitch 5.08mm, revamped version of bornier6 -terminal block bornier6 -0 -6 -6 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x02_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 19963, 2 pins, pitch 3.5mm, size 7.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19963.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 19963 pitch 3.5mm size 7.7x7mm^2 drill 1.2mm pad 2.4mm -0 -2 -2 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x02_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10693, vertical (cable from top), 2 pins, pitch 3.5mm, size 8x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10693.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10693 vertical pitch 3.5mm size 8x8.3mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x03_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 20193, 3 pins, pitch 3.5mm, size 11.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20193.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 20193 pitch 3.5mm size 11.2x7mm^2 drill 1.2mm pad 2.4mm -0 -3 -3 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x03_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10694, vertical (cable from top), 3 pins, pitch 3.5mm, size 11.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10694.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10694 vertical pitch 3.5mm size 11.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x04_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 20001, 4 pins, pitch 3.5mm, size 14.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20001.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 20001 pitch 3.5mm size 14.7x7mm^2 drill 1.2mm pad 2.4mm -0 -4 -4 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x04_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10695, vertical (cable from top), 4 pins, pitch 3.5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10695.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10695 vertical pitch 3.5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x05_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 20223, 5 pins, pitch 3.5mm, size 18.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/20223.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 20223 pitch 3.5mm size 18.2x7mm^2 drill 1.2mm pad 2.4mm -0 -5 -5 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x05_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10696, vertical (cable from top), 5 pins, pitch 3.5mm, size 18.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10696.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10696 vertical pitch 3.5mm size 18.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x06_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 19964, 6 pins, pitch 3.5mm, size 21.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19964.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 19964 pitch 3.5mm size 21.7x7mm^2 drill 1.2mm pad 2.4mm -0 -6 -6 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x06_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10697, vertical (cable from top), 6 pins, pitch 3.5mm, size 22x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10697.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10697 vertical pitch 3.5mm size 22x8.3mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x07_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10684, 7 pins, pitch 3.5mm, size 25.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10684.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10684 pitch 3.5mm size 25.2x7mm^2 drill 1.2mm pad 2.4mm -0 -7 -7 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x07_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10698, vertical (cable from top), 7 pins, pitch 3.5mm, size 25.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10698.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10698 vertical pitch 3.5mm size 25.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x08_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 19965, 8 pins, pitch 3.5mm, size 28.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/19965.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 19965 pitch 3.5mm size 28.7x7mm^2 drill 1.2mm pad 2.4mm -0 -8 -8 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x08_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10699, vertical (cable from top), 8 pins, pitch 3.5mm, size 29x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10699.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10699 vertical pitch 3.5mm size 29x8.3mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x09_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10686, 9 pins, pitch 3.5mm, size 32.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10686.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10686 pitch 3.5mm size 32.2x7mm^2 drill 1.2mm pad 2.4mm -0 -9 -9 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x09_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10700, vertical (cable from top), 9 pins, pitch 3.5mm, size 32.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10700.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10700 vertical pitch 3.5mm size 32.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x10_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10687, 10 pins, pitch 3.5mm, size 35.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10687.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10687 pitch 3.5mm size 35.7x7mm^2 drill 1.2mm pad 2.4mm -0 -10 -10 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x10_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10701, vertical (cable from top), 10 pins, pitch 3.5mm, size 36x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10701.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10701 vertical pitch 3.5mm size 36x8.3mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x11_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10688, 11 pins, pitch 3.5mm, size 39.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10688.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10688 pitch 3.5mm size 39.2x7mm^2 drill 1.2mm pad 2.4mm -0 -11 -11 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x11_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10702, vertical (cable from top), 11 pins, pitch 3.5mm, size 39.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10702.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10702 vertical pitch 3.5mm size 39.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x12_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10689, 12 pins, pitch 3.5mm, size 42.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10689.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10689 pitch 3.5mm size 42.7x7mm^2 drill 1.2mm pad 2.4mm -0 -12 -12 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x12_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10703, vertical (cable from top), 12 pins, pitch 3.5mm, size 43x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10703.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10703 vertical pitch 3.5mm size 43x8.3mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x13_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10690, 13 pins, pitch 3.5mm, size 46.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10690.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10690 pitch 3.5mm size 46.2x7mm^2 drill 1.2mm pad 2.4mm -0 -13 -13 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x13_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10704, vertical (cable from top), 13 pins, pitch 3.5mm, size 46.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10704.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10704 vertical pitch 3.5mm size 46.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x14_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10691, 14 pins, pitch 3.5mm, size 49.7x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10691.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10691 pitch 3.5mm size 49.7x7mm^2 drill 1.2mm pad 2.4mm -0 -14 -14 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x14_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10705, vertical (cable from top), 14 pins, pitch 3.5mm, size 50x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10705.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10705 vertical pitch 3.5mm size 50x8.3mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x15_P3.50mm_Horizontal -Terminal Block 4Ucon ItemNo. 10692, 15 pins, pitch 3.5mm, size 53.2x7mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.4uconnector.com/online/object/4udrawing/10692.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10692 pitch 3.5mm size 53.2x7mm^2 drill 1.2mm pad 2.4mm -0 -15 -15 -TerminalBlock_4Ucon -TerminalBlock_4Ucon_1x15_P3.50mm_Vertical -Terminal Block 4Ucon ItemNo. 10706, vertical (cable from top), 15 pins, pitch 3.5mm, size 53.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.4uconnector.com/online/object/4udrawing/10706.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_4Ucon -THT Terminal Block 4Ucon ItemNo. 10706 vertical pitch 3.5mm size 53.5x8.3mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Altech -Altech_AK300_1x02_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -2 -2 -TerminalBlock_Altech -Altech_AK300_1x03_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -3 -3 -TerminalBlock_Altech -Altech_AK300_1x04_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -4 -4 -TerminalBlock_Altech -Altech_AK300_1x05_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -5 -5 -TerminalBlock_Altech -Altech_AK300_1x06_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -6 -6 -TerminalBlock_Altech -Altech_AK300_1x07_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -7 -7 -TerminalBlock_Altech -Altech_AK300_1x08_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -8 -8 -TerminalBlock_Altech -Altech_AK300_1x09_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -9 -9 -TerminalBlock_Altech -Altech_AK300_1x10_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -10 -10 -TerminalBlock_Altech -Altech_AK300_1x11_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -11 -11 -TerminalBlock_Altech -Altech_AK300_1x12_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -12 -12 -TerminalBlock_Altech -Altech_AK300_1x13_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -13 -13 -TerminalBlock_Altech -Altech_AK300_1x14_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -14 -14 -TerminalBlock_Altech -Altech_AK300_1x15_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -15 -15 -TerminalBlock_Altech -Altech_AK300_1x16_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -16 -16 -TerminalBlock_Altech -Altech_AK300_1x17_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -17 -17 -TerminalBlock_Altech -Altech_AK300_1x18_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -18 -18 -TerminalBlock_Altech -Altech_AK300_1x19_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -19 -19 -TerminalBlock_Altech -Altech_AK300_1x20_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -20 -20 -TerminalBlock_Altech -Altech_AK300_1x21_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -21 -21 -TerminalBlock_Altech -Altech_AK300_1x22_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -22 -22 -TerminalBlock_Altech -Altech_AK300_1x23_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -23 -23 -TerminalBlock_Altech -Altech_AK300_1x24_P5.00mm_45-Degree -Altech AK300 serie terminal block (Script generated with StandardBox.py) (http://www.altechcorp.com/PDFS/PCBMETRC.PDF) -Altech AK300 serie connector -0 -24 -24 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-02_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -2 -2 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-03_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -3 -3 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-04_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -4 -4 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-05_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -5 -5 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-06_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -6 -6 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-07_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -7 -7 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-08_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -8 -8 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-09_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -9 -9 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-10_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -10 -10 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-11_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -11 -11 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-12_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -12 -12 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-13_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -13 -13 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-14_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -14 -14 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-15_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -15 -15 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-16_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -16 -16 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-17_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -17 -17 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-18_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -18 -18 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-19_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -19 -19 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-20_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -20 -20 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-21_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -21 -21 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-22_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -22 -22 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-23_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -23 -23 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-24_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -24 -24 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-25_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -25 -25 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-26_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -26 -26 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-27_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -27 -27 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-28_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -28 -28 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-29_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -29 -29 -TerminalBlock_Dinkle -TerminalBlock_Dinkle_DT-55-B01X-30_P10.00mm -Dinkle DT-55-B01X Terminal Block pitch 10.00mm https://www.dinkle.com/en/terminal/DT-55-B01W-XX -Dinkle DT-55-B01X Terminal Block pitch 10.00mm -0 -30 -30 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360271_1x01_Horizontal_ScrewM3.0_Boxed -single screw terminal block Metz Connect 360271, block size 9x7.3mm^2, drill diamater 1.5mm, 1 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360271 size 9x7.3mm^2 drill 1.5mm pad 3mm -0 -1 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360272_1x01_Horizontal_ScrewM2.6 -single screw terminal block Metz Connect 360272, block size 4x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360272 size 4x4mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360273_1x01_Horizontal_ScrewM2.6_WireProtection -single screw terminal block Metz Connect 360273, block size 5x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 131, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360273 size 5x4mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360291_1x01_Horizontal_ScrewM3.0_Boxed -single screw terminal block Metz Connect 360291, block size 9x7.3mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360291 size 9x7.3mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360322_1x01_Horizontal_ScrewM3.0_WireProtection -single screw terminal block Metz Connect 360322, block size 6x4mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360322 size 6x4mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360381_1x01_Horizontal_ScrewM3.0 -single screw terminal block Metz Connect 360381, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 133, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360381 size 5x5mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360410_1x01_Horizontal_ScrewM3.0 -single screw terminal block Metz Connect 360410, block size 5x5mm^2, drill diamater 1.5mm, 2 pads, pad diameter 3mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 132, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360410 size 5x5mm^2 drill 1.5mm pad 3mm -0 -2 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_360425_1x01_Horizontal_ScrewM4.0_Boxed -single screw terminal block Metz Connect 360425, block size 9x9mm^2, drill diamater 1.6mm, 4 pads, pad diameter 3.2mm, see http://www.metz-connect.com/de/system/files/METZ_CONNECT_U_Contact_Katalog_Anschlusssysteme_fuer_Leiterplatten_DE_31_07_2017_OFF_024803.pdf?language=en page 134, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT single screw terminal block Metz Connect 360425 size 9x9mm^2 drill 1.6mm pad 3.2mm -0 -4 -1 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type011_RT05502HBWC_1x02_P5.00mm_Horizontal -terminal block Metz Connect Type011_RT05502HBWC, 2 pins, pitch 5mm, size 10x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type011_RT05502HBWC pitch 5mm size 10x10.5mm^2 drill 1.4mm pad 2.8mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type011_RT05503HBWC_1x03_P5.00mm_Horizontal -terminal block Metz Connect Type011_RT05503HBWC, 3 pins, pitch 5mm, size 15x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type011_RT05503HBWC pitch 5mm size 15x10.5mm^2 drill 1.4mm pad 2.8mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type011_RT05504HBWC_1x04_P5.00mm_Horizontal -terminal block Metz Connect Type011_RT05504HBWC, 4 pins, pitch 5mm, size 20x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type011_RT05504HBWC pitch 5mm size 20x10.5mm^2 drill 1.4mm pad 2.8mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type011_RT05505HBWC_1x05_P5.00mm_Horizontal -terminal block Metz Connect Type011_RT05505HBWC, 5 pins, pitch 5mm, size 25x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type011_RT05505HBWC pitch 5mm size 25x10.5mm^2 drill 1.4mm pad 2.8mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type011_RT05506HBWC_1x06_P5.00mm_Horizontal -terminal block Metz Connect Type011_RT05506HBWC, 6 pins, pitch 5mm, size 30x10.5mm^2, drill diamater 1.4mm, pad diameter 2.8mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310111_RT055xxHBLC_OFF-022717S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type011_RT05506HBWC pitch 5mm size 30x10.5mm^2 drill 1.4mm pad 2.8mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type055_RT01502HDWU_1x02_P5.00mm_Horizontal -terminal block Metz Connect Type055_RT01502HDWU, 2 pins, pitch 5mm, size 10x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type055_RT01502HDWU pitch 5mm size 10x8mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type055_RT01503HDWU_1x03_P5.00mm_Horizontal -terminal block Metz Connect Type055_RT01503HDWU, 3 pins, pitch 5mm, size 15x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type055_RT01503HDWU pitch 5mm size 15x8mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type055_RT01504HDWU_1x04_P5.00mm_Horizontal -terminal block Metz Connect Type055_RT01504HDWU, 4 pins, pitch 5mm, size 20x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310551_RT015xxHDWU_OFF-022723S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type055_RT01504HDWU pitch 5mm size 20x8mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type059_RT06302HBWC_1x02_P3.50mm_Horizontal -terminal block Metz Connect Type059_RT06302HBWC, 2 pins, pitch 3.5mm, size 7x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type059_RT06302HBWC pitch 3.5mm size 7x6.5mm^2 drill 1.2mm pad 2.3mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type059_RT06303HBWC_1x03_P3.50mm_Horizontal -terminal block Metz Connect Type059_RT06303HBWC, 3 pins, pitch 3.5mm, size 10.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type059_RT06303HBWC pitch 3.5mm size 10.5x6.5mm^2 drill 1.2mm pad 2.3mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type059_RT06304HBWC_1x04_P3.50mm_Horizontal -terminal block Metz Connect Type059_RT06304HBWC, 4 pins, pitch 3.5mm, size 14x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type059_RT06304HBWC pitch 3.5mm size 14x6.5mm^2 drill 1.2mm pad 2.3mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type059_RT06305HBWC_1x05_P3.50mm_Horizontal -terminal block Metz Connect Type059_RT06305HBWC, 5 pins, pitch 3.5mm, size 17.5x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type059_RT06305HBWC pitch 3.5mm size 17.5x6.5mm^2 drill 1.2mm pad 2.3mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type059_RT06306HBWC_1x06_P3.50mm_Horizontal -terminal block Metz Connect Type059_RT06306HBWC, 6 pins, pitch 3.5mm, size 21x6.5mm^2, drill diamater 1.2mm, pad diameter 2.3mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310591_RT063xxHBWC_OFF-022684T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type059_RT06306HBWC pitch 3.5mm size 21x6.5mm^2 drill 1.2mm pad 2.3mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type067_RT01902HDWC_1x02_P10.00mm_Horizontal -terminal block Metz Connect Type067_RT01902HDWC, 2 pins, pitch 10mm, size 15.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type067_RT01902HDWC pitch 10mm size 15.8x8.2mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type067_RT01903HDWC_1x03_P10.00mm_Horizontal -terminal block Metz Connect Type067_RT01903HDWC, 3 pins, pitch 10mm, size 25.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type067_RT01903HDWC pitch 10mm size 25.8x8.2mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type067_RT01904HDWC_1x04_P10.00mm_Horizontal -terminal block Metz Connect Type067_RT01904HDWC, 4 pins, pitch 10mm, size 35.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type067_RT01904HDWC pitch 10mm size 35.8x8.2mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type067_RT01905HDWC_1x05_P10.00mm_Horizontal -terminal block Metz Connect Type067_RT01905HDWC, 5 pins, pitch 10mm, size 45.8x8.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310671_RT019xxHDWC_OFF-023605N.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type067_RT01905HDWC pitch 10mm size 45.8x8.2mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type073_RT02602HBLU_1x02_P5.08mm_Horizontal -terminal block Metz Connect Type073_RT02602HBLU, 2 pins, pitch 5.08mm, size 10.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type073_RT02602HBLU pitch 5.08mm size 10.2x11mm^2 drill 1.4mm pad 2.6mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type073_RT02603HBLU_1x03_P5.08mm_Horizontal -terminal block Metz Connect Type073_RT02603HBLU, 3 pins, pitch 5.08mm, size 15.2x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310731_RT026xxHBLU_OFF-022792U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type073_RT02603HBLU pitch 5.08mm size 15.2x11mm^2 drill 1.4mm pad 2.6mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type086_RT03402HBLC_1x02_P3.81mm_Horizontal -terminal block Metz Connect Type086_RT03402HBLC, 2 pins, pitch 3.81mm, size 7.51x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type086_RT03402HBLC pitch 3.81mm size 7.51x7.3mm^2 drill 0.7mm pad 1.4mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type086_RT03403HBLC_1x03_P3.81mm_Horizontal -terminal block Metz Connect Type086_RT03403HBLC, 3 pins, pitch 3.81mm, size 11.3x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type086_RT03403HBLC pitch 3.81mm size 11.3x7.3mm^2 drill 0.7mm pad 1.4mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type086_RT03404HBLC_1x04_P3.81mm_Horizontal -terminal block Metz Connect Type086_RT03404HBLC, 4 pins, pitch 3.81mm, size 15.1x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type086_RT03404HBLC pitch 3.81mm size 15.1x7.3mm^2 drill 0.7mm pad 1.4mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type086_RT03405HBLC_1x05_P3.81mm_Horizontal -terminal block Metz Connect Type086_RT03405HBLC, 5 pins, pitch 3.81mm, size 18.9x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type086_RT03405HBLC pitch 3.81mm size 18.9x7.3mm^2 drill 0.7mm pad 1.4mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type086_RT03406HBLC_1x06_P3.81mm_Horizontal -terminal block Metz Connect Type086_RT03406HBLC, 6 pins, pitch 3.81mm, size 22.8x7.3mm^2, drill diamater 0.7mm, pad diameter 1.4mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_310861_RT034xxHBLC_OFF-026114K.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type086_RT03406HBLC pitch 3.81mm size 22.8x7.3mm^2 drill 0.7mm pad 1.4mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type094_RT03502HBLU_1x02_P5.00mm_Horizontal -terminal block Metz Connect Type094_RT03502HBLU, 2 pins, pitch 5mm, size 10x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type094_RT03502HBLU pitch 5mm size 10x8.3mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type094_RT03503HBLU_1x03_P5.00mm_Horizontal -terminal block Metz Connect Type094_RT03503HBLU, 3 pins, pitch 5mm, size 15x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type094_RT03503HBLU pitch 5mm size 15x8.3mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type094_RT03504HBLU_1x04_P5.00mm_Horizontal -terminal block Metz Connect Type094_RT03504HBLU, 4 pins, pitch 5mm, size 20x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type094_RT03504HBLU pitch 5mm size 20x8.3mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type094_RT03505HBLU_1x05_P5.00mm_Horizontal -terminal block Metz Connect Type094_RT03505HBLU, 5 pins, pitch 5mm, size 25x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type094_RT03505HBLU pitch 5mm size 25x8.3mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type094_RT03506HBLU_1x06_P5.00mm_Horizontal -terminal block Metz Connect Type094_RT03506HBLU, 6 pins, pitch 5mm, size 30x8.3mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/ru/system/files/productfiles/Data_sheet_310941_RT035xxHBLU_OFF-022742T.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type094_RT03506HBLU pitch 5mm size 30x8.3mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type101_RT01602HBWC_1x02_P5.08mm_Horizontal -terminal block Metz Connect Type101_RT01602HBWC, 2 pins, pitch 5.08mm, size 10.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type101_RT01602HBWC pitch 5.08mm size 10.2x8mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type101_RT01603HBWC_1x03_P5.08mm_Horizontal -terminal block Metz Connect Type101_RT01603HBWC, 3 pins, pitch 5.08mm, size 15.2x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type101_RT01603HBWC pitch 5.08mm size 15.2x8mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type101_RT01604HBWC_1x04_P5.08mm_Horizontal -terminal block Metz Connect Type101_RT01604HBWC, 4 pins, pitch 5.08mm, size 20.3x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type101_RT01604HBWC pitch 5.08mm size 20.3x8mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type101_RT01605HBWC_1x05_P5.08mm_Horizontal -terminal block Metz Connect Type101_RT01605HBWC, 5 pins, pitch 5.08mm, size 25.4x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type101_RT01605HBWC pitch 5.08mm size 25.4x8mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type101_RT01606HBWC_1x06_P5.08mm_Horizontal -terminal block Metz Connect Type101_RT01606HBWC, 6 pins, pitch 5.08mm, size 30.5x8mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311011_RT016xxHBWC_OFF-022771S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type101_RT01606HBWC pitch 5.08mm size 30.5x8mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type171_RT13702HBWC_1x02_P7.50mm_Horizontal -terminal block Metz Connect Type171_RT13702HBWC, 2 pins, pitch 7.5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type171_RT13702HBWC pitch 7.5mm size 15x9mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type171_RT13703HBWC_1x03_P7.50mm_Horizontal -terminal block Metz Connect Type171_RT13703HBWC, 3 pins, pitch 7.5mm, size 22.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type171_RT13703HBWC pitch 7.5mm size 22.5x9mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type171_RT13704HBWC_1x04_P7.50mm_Horizontal -terminal block Metz Connect Type171_RT13704HBWC, 4 pins, pitch 7.5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type171_RT13704HBWC pitch 7.5mm size 30x9mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type171_RT13705HBWC_1x05_P7.50mm_Horizontal -terminal block Metz Connect Type171_RT13705HBWC, 5 pins, pitch 7.5mm, size 37.5x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type171_RT13705HBWC pitch 7.5mm size 37.5x9mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type171_RT13706HBWC_1x06_P7.50mm_Horizontal -terminal block Metz Connect Type171_RT13706HBWC, 6 pins, pitch 7.5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311711_RT137xxHBWC_OFF-022811Q.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type171_RT13706HBWC pitch 7.5mm size 45x9mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type175_RT02702HBLC_1x02_P7.50mm_Horizontal -terminal block Metz Connect Type175_RT02702HBLC, 2 pins, pitch 7.5mm, size 15x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type175_RT02702HBLC pitch 7.5mm size 15x11mm^2 drill 1.4mm pad 2.6mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type175_RT02703HBLC_1x03_P7.50mm_Horizontal -terminal block Metz Connect Type175_RT02703HBLC, 3 pins, pitch 7.5mm, size 22.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type175_RT02703HBLC pitch 7.5mm size 22.5x11mm^2 drill 1.4mm pad 2.6mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type175_RT02704HBLC_1x04_P7.50mm_Horizontal -terminal block Metz Connect Type175_RT02704HBLC, 4 pins, pitch 7.5mm, size 30x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type175_RT02704HBLC pitch 7.5mm size 30x11mm^2 drill 1.4mm pad 2.6mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type175_RT02705HBLC_1x05_P7.50mm_Horizontal -terminal block Metz Connect Type175_RT02705HBLC, 5 pins, pitch 7.5mm, size 37.5x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type175_RT02705HBLC pitch 7.5mm size 37.5x11mm^2 drill 1.4mm pad 2.6mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type175_RT02706HBLC_1x06_P7.50mm_Horizontal -terminal block Metz Connect Type175_RT02706HBLC, 6 pins, pitch 7.5mm, size 45x11mm^2, drill diamater 1.4mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_311751_RT027xxHBLC_OFF-022814U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type175_RT02706HBLC pitch 7.5mm size 45x11mm^2 drill 1.4mm pad 2.6mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type205_RT04502UBLC_1x02_P5.00mm_45Degree -terminal block Metz Connect Type205_RT04502UBLC, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type205_RT04502UBLC 45Degree pitch 5mm size 10x12.5mm^2 drill 1.4mm pad 2.7mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type205_RT04503UBLC_1x03_P5.00mm_45Degree -terminal block Metz Connect Type205_RT04503UBLC, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type205_RT04503UBLC 45Degree pitch 5mm size 15x12.5mm^2 drill 1.4mm pad 2.7mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type205_RT04504UBLC_1x04_P5.00mm_45Degree -terminal block Metz Connect Type205_RT04504UBLC, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type205_RT04504UBLC 45Degree pitch 5mm size 20x12.5mm^2 drill 1.4mm pad 2.7mm -0 -4 -4 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type205_RT04505UBLC_1x05_P5.00mm_45Degree -terminal block Metz Connect Type205_RT04505UBLC, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type205_RT04505UBLC 45Degree pitch 5mm size 25x12.5mm^2 drill 1.4mm pad 2.7mm -0 -5 -5 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type205_RT04506UBLC_1x06_P5.00mm_45Degree -terminal block Metz Connect Type205_RT04506UBLC, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.5mm^2, drill diamater 1.4mm, pad diameter 2.7mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_312051_RT045xxUBLC_OFF-022759T.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type205_RT04506UBLC 45Degree pitch 5mm size 30x12.5mm^2 drill 1.4mm pad 2.7mm -0 -6 -6 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type701_RT11L02HGLU_1x02_P6.35mm_Horizontal -terminal block Metz Connect Type701_RT11L02HGLU, 2 pins, pitch 6.35mm, size 12.7x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type701_RT11L02HGLU pitch 6.35mm size 12.7x12.5mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type701_RT11L03HGLU_1x03_P6.35mm_Horizontal -terminal block Metz Connect Type701_RT11L03HGLU, 3 pins, pitch 6.35mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317011_RT11LxxHGLU_OFF-022798U.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type701_RT11L03HGLU pitch 6.35mm size 19x12.5mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type703_RT10N02HGLU_1x02_P9.52mm_Horizontal -terminal block Metz Connect Type703_RT10N02HGLU, 2 pins, pitch 9.52mm, size 19x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type703_RT10N02HGLU pitch 9.52mm size 19x12.5mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_MetzConnect -TerminalBlock_MetzConnect_Type703_RT10N03HGLU_1x03_P9.52mm_Horizontal -terminal block Metz Connect Type703_RT10N03HGLU, 3 pins, pitch 9.52mm, size 28.6x12.5mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.metz-connect.com/de/system/files/productfiles/Datenblatt_317031_RT10NxxHGLU_OFF-022897S.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_MetzConnect -THT terminal block Metz Connect Type703_RT10N03HGLU pitch 9.52mm size 28.6x12.5mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Philmore -TerminalBlock_Philmore_TB132_1x02_P5.00mm_Horizontal -Terminal Block Philmore , 2 pins, pitch 5mm, size 10x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore -THT Terminal Block Philmore pitch 5mm size 10x10.2mm^2 drill 1.2mm pad 2.4mm -0 -2 -2 -TerminalBlock_Philmore -TerminalBlock_Philmore_TB133_1x03_P5.00mm_Horizontal -Terminal Block Philmore , 3 pins, pitch 5mm, size 15x10.2mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see http://www.philmore-datak.com/mc/Page%20197.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Philmore -THT Terminal Block Philmore pitch 5mm size 15x10.2mm^2 drill 1.2mm pad 2.4mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-2-5.08_1x02_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-2-5.08, 2 pins, pitch 5.08mm, size 10.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-2-5.08 pitch 5.08mm size 10.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-2_1x02_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-2, 2 pins, pitch 5mm, size 10x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-2 pitch 5mm size 10x9.8mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-3-5.08_1x03_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-3-5.08, 3 pins, pitch 5.08mm, size 15.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-3-5.08 pitch 5.08mm size 15.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-3_1x03_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-3, 3 pins, pitch 5mm, size 15x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-3 pitch 5mm size 15x9.8mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-4-5.08_1x04_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-4-5.08, 4 pins, pitch 5.08mm, size 20.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-4-5.08 pitch 5.08mm size 20.3x9.8mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-4_1x04_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-4, 4 pins, pitch 5mm, size 20x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-4 pitch 5mm size 20x9.8mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-5-5.08_1x05_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-5-5.08, 5 pins, pitch 5.08mm, size 25.4x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-5-5.08 pitch 5.08mm size 25.4x9.8mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-5_1x05_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-5, 5 pins, pitch 5mm, size 25x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-5 pitch 5mm size 25x9.8mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-6-5.08_1x06_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-6-5.08, 6 pins, pitch 5.08mm, size 30.5x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-6-5.08 pitch 5.08mm size 30.5x9.8mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-6_1x06_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-6, 6 pins, pitch 5mm, size 30x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-6 pitch 5mm size 30x9.8mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-7-5.08_1x07_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-7-5.08, 7 pins, pitch 5.08mm, size 35.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-7-5.08 pitch 5.08mm size 35.6x9.8mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-7_1x07_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-7, 7 pins, pitch 5mm, size 35x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-7 pitch 5mm size 35x9.8mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-8-5.08_1x08_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-8-5.08, 8 pins, pitch 5.08mm, size 40.6x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-8-5.08 pitch 5.08mm size 40.6x9.8mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-8_1x08_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-8, 8 pins, pitch 5mm, size 40x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-8 pitch 5mm size 40x9.8mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-9-5.08_1x09_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-9-5.08, 9 pins, pitch 5.08mm, size 45.7x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-9-5.08 pitch 5.08mm size 45.7x9.8mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-9_1x09_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-9, 9 pins, pitch 5mm, size 45x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-9 pitch 5mm size 45x9.8mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-10-5.08_1x10_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-10-5.08, 10 pins, pitch 5.08mm, size 50.8x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-10-5.08 pitch 5.08mm size 50.8x9.8mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-10_1x10_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-10, 10 pins, pitch 5mm, size 50x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-10 pitch 5mm size 50x9.8mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-11-5.08_1x11_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-11-5.08, 11 pins, pitch 5.08mm, size 55.9x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-11-5.08 pitch 5.08mm size 55.9x9.8mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-11_1x11_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-11, 11 pins, pitch 5mm, size 55x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-11 pitch 5mm size 55x9.8mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-12-5.08_1x12_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-12-5.08, 12 pins, pitch 5.08mm, size 61x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-12-5.08 pitch 5.08mm size 61x9.8mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-12_1x12_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-12, 12 pins, pitch 5mm, size 60x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-12 pitch 5mm size 60x9.8mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-13-5.08_1x13_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-13-5.08, 13 pins, pitch 5.08mm, size 66x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-13-5.08 pitch 5.08mm size 66x9.8mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-13_1x13_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-13, 13 pins, pitch 5mm, size 65x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-13 pitch 5mm size 65x9.8mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-14-5.08_1x14_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-14-5.08, 14 pins, pitch 5.08mm, size 71.1x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-14-5.08 pitch 5.08mm size 71.1x9.8mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-14_1x14_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-14, 14 pins, pitch 5mm, size 70x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-14 pitch 5mm size 70x9.8mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-15-5.08_1x15_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-15-5.08, 15 pins, pitch 5.08mm, size 76.2x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-15-5.08 pitch 5.08mm size 76.2x9.8mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-15_1x15_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-15, 15 pins, pitch 5mm, size 75x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-15 pitch 5mm size 75x9.8mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-16-5.08_1x16_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-1,5-16-5.08, 16 pins, pitch 5.08mm, size 81.3x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-16-5.08 pitch 5.08mm size 81.3x9.8mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-1,5-16_1x16_P5.00mm_Horizontal -Terminal Block Phoenix MKDS-1,5-16, 16 pins, pitch 5mm, size 80x9.8mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/100425.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-1,5-16 pitch 5mm size 80x9.8mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-2-5.08_1x02_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-2-5.08, 2 pins, pitch 5.08mm, size 10.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-2-5.08 pitch 5.08mm size 10.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-3-5.08_1x03_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-3-5.08, 3 pins, pitch 5.08mm, size 15.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-3-5.08 pitch 5.08mm size 15.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-4-5.08_1x04_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-4-5.08, 4 pins, pitch 5.08mm, size 20.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-4-5.08 pitch 5.08mm size 20.3x11.2mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-5-5.08_1x05_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-5-5.08, 5 pins, pitch 5.08mm, size 25.4x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-5-5.08 pitch 5.08mm size 25.4x11.2mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-6-5.08_1x06_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-6-5.08, 6 pins, pitch 5.08mm, size 30.5x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-6-5.08 pitch 5.08mm size 30.5x11.2mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-7-5.08_1x07_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-7-5.08, 7 pins, pitch 5.08mm, size 35.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-7-5.08 pitch 5.08mm size 35.6x11.2mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-8-5.08_1x08_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-8-5.08, 8 pins, pitch 5.08mm, size 40.6x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-8-5.08 pitch 5.08mm size 40.6x11.2mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-9-5.08_1x09_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-9-5.08, 9 pins, pitch 5.08mm, size 45.7x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-9-5.08 pitch 5.08mm size 45.7x11.2mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-10-5.08_1x10_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-10-5.08, 10 pins, pitch 5.08mm, size 50.8x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-10-5.08 pitch 5.08mm size 50.8x11.2mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-11-5.08_1x11_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-11-5.08, 11 pins, pitch 5.08mm, size 55.9x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-11-5.08 pitch 5.08mm size 55.9x11.2mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-12-5.08_1x12_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-12-5.08, 12 pins, pitch 5.08mm, size 61x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-12-5.08 pitch 5.08mm size 61x11.2mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-13-5.08_1x13_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-13-5.08, 13 pins, pitch 5.08mm, size 66x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-13-5.08 pitch 5.08mm size 66x11.2mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-14-5.08_1x14_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-14-5.08, 14 pins, pitch 5.08mm, size 71.1x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-14-5.08 pitch 5.08mm size 71.1x11.2mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-15-5.08_1x15_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-15-5.08, 15 pins, pitch 5.08mm, size 76.2x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-15-5.08 pitch 5.08mm size 76.2x11.2mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MKDS-3-16-5.08_1x16_P5.08mm_Horizontal -Terminal Block Phoenix MKDS-3-16-5.08, 16 pins, pitch 5.08mm, size 81.3x11.2mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.farnell.com/datasheets/2138224.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MKDS-3-16-5.08 pitch 5.08mm size 81.3x11.2mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-2-2.54_1x02_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-2-2.54, 2 pins, pitch 2.54mm, size 5.54x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-2-2.54 pitch 2.54mm size 5.54x6.2mm^2 drill 1.1mm pad 2.2mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-3-2.54_1x03_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-3-2.54, 3 pins, pitch 2.54mm, size 8.08x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725656-920552.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-3-2.54 pitch 2.54mm size 8.08x6.2mm^2 drill 1.1mm pad 2.2mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-4-2.54_1x04_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-4-2.54, 4 pins, pitch 2.54mm, size 10.6x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-4-2.54 pitch 2.54mm size 10.6x6.2mm^2 drill 1.1mm pad 2.2mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-5-2.54_1x05_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-5-2.54, 5 pins, pitch 2.54mm, size 13.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-5-2.54 pitch 2.54mm size 13.2x6.2mm^2 drill 1.1mm pad 2.2mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-6-2.54_1x06_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-6-2.54, 6 pins, pitch 2.54mm, size 15.7x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-6-2.54 pitch 2.54mm size 15.7x6.2mm^2 drill 1.1mm pad 2.2mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-7-2.54_1x07_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-7-2.54, 7 pins, pitch 2.54mm, size 18.2x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-7-2.54 pitch 2.54mm size 18.2x6.2mm^2 drill 1.1mm pad 2.2mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-8-2.54_1x08_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-8-2.54, 8 pins, pitch 2.54mm, size 20.8x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-8-2.54 pitch 2.54mm size 20.8x6.2mm^2 drill 1.1mm pad 2.2mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-9-2.54_1x09_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-9-2.54, 9 pins, pitch 2.54mm, size 23.3x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-9-2.54 pitch 2.54mm size 23.3x6.2mm^2 drill 1.1mm pad 2.2mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-10-2.54_1x10_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-10-2.54, 10 pins, pitch 2.54mm, size 25.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-10-2.54 pitch 2.54mm size 25.9x6.2mm^2 drill 1.1mm pad 2.2mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-11-2.54_1x11_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-11-2.54, 11 pins, pitch 2.54mm, size 28.4x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-11-2.54 pitch 2.54mm size 28.4x6.2mm^2 drill 1.1mm pad 2.2mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_MPT-0,5-12-2.54_1x12_P2.54mm_Horizontal -Terminal Block Phoenix MPT-0,5-12-2.54, 12 pins, pitch 2.54mm, size 30.9x6.2mm^2, drill diamater 1.1mm, pad diameter 2.2mm, see http://www.mouser.com/ds/2/324/ItemDetail_1725672-916605.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix MPT-0,5-12-2.54 pitch 2.54mm size 30.9x6.2mm^2 drill 1.1mm pad 2.2mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-2-3.5-H_1x02_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-2-3.5-H, 2 pins, pitch 3.5mm, size 7x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-2-3.5-H pitch 3.5mm size 7x7.6mm^2 drill 1.2mm pad 2.4mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-2-5.0-H_1x02_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-2-5.0-H, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-2-5.0-H pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.6mm -0 -2 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-3-3.5-H_1x03_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-3-3.5-H, 3 pins, pitch 3.5mm, size 10.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-3-3.5-H pitch 3.5mm size 10.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-3-5.0-H_1x03_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-3-5.0-H, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-3-5.0-H pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.6mm -0 -3 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-4-3.5-H_1x04_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-4-3.5-H, 4 pins, pitch 3.5mm, size 14x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-4-3.5-H pitch 3.5mm size 14x7.6mm^2 drill 1.2mm pad 2.4mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-4-5.0-H_1x04_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-4-5.0-H, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-4-5.0-H pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.6mm -0 -4 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-5-3.5-H_1x05_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-5-3.5-H, 5 pins, pitch 3.5mm, size 17.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-5-3.5-H pitch 3.5mm size 17.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-5-5.0-H_1x05_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-5-5.0-H, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-5-5.0-H pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.6mm -0 -5 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-6-3.5-H_1x06_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-6-3.5-H, 6 pins, pitch 3.5mm, size 21x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-6-3.5-H pitch 3.5mm size 21x7.6mm^2 drill 1.2mm pad 2.4mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-6-5.0-H_1x06_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-6-5.0-H, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-6-5.0-H pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.6mm -0 -6 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-7-3.5-H_1x07_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-7-3.5-H, 7 pins, pitch 3.5mm, size 24.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-7-3.5-H pitch 3.5mm size 24.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-7-5.0-H_1x07_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-7-5.0-H, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-7-5.0-H pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.6mm -0 -7 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-8-3.5-H_1x08_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-8-3.5-H, 8 pins, pitch 3.5mm, size 28x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-8-3.5-H pitch 3.5mm size 28x7.6mm^2 drill 1.2mm pad 2.4mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-8-5.0-H_1x08_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-8-5.0-H, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-8-5.0-H pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.6mm -0 -8 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-9-3.5-H_1x09_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-9-3.5-H, 9 pins, pitch 3.5mm, size 31.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-9-3.5-H pitch 3.5mm size 31.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-9-5.0-H_1x09_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-9-5.0-H, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-9-5.0-H pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.6mm -0 -9 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-10-3.5-H_1x10_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-10-3.5-H, 10 pins, pitch 3.5mm, size 35x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-10-3.5-H pitch 3.5mm size 35x7.6mm^2 drill 1.2mm pad 2.4mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-10-5.0-H_1x10_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-10-5.0-H, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-10-5.0-H pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.6mm -0 -10 -10 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-11-3.5-H_1x11_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-11-3.5-H, 11 pins, pitch 3.5mm, size 38.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-11-3.5-H pitch 3.5mm size 38.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-11-5.0-H_1x11_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-11-5.0-H, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-11-5.0-H pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.6mm -0 -11 -11 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-12-3.5-H_1x12_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-12-3.5-H, 12 pins, pitch 3.5mm, size 42x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-12-3.5-H pitch 3.5mm size 42x7.6mm^2 drill 1.2mm pad 2.4mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-12-5.0-H_1x12_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-12-5.0-H, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-12-5.0-H pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.6mm -0 -12 -12 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-13-3.5-H_1x13_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-13-3.5-H, 13 pins, pitch 3.5mm, size 45.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-13-3.5-H pitch 3.5mm size 45.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-13-5.0-H_1x13_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-13-5.0-H, 13 pins, pitch 5mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-13-5.0-H pitch 5mm size 65x9mm^2 drill 1.3mm pad 2.6mm -0 -13 -13 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-14-3.5-H_1x14_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-14-3.5-H, 14 pins, pitch 3.5mm, size 49x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-14-3.5-H pitch 3.5mm size 49x7.6mm^2 drill 1.2mm pad 2.4mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-14-5.0-H_1x14_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-14-5.0-H, 14 pins, pitch 5mm, size 70x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-14-5.0-H pitch 5mm size 70x9mm^2 drill 1.3mm pad 2.6mm -0 -14 -14 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-15-3.5-H_1x15_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-15-3.5-H, 15 pins, pitch 3.5mm, size 52.5x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-15-3.5-H pitch 3.5mm size 52.5x7.6mm^2 drill 1.2mm pad 2.4mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-15-5.0-H_1x15_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-15-5.0-H, 15 pins, pitch 5mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-15-5.0-H pitch 5mm size 75x9mm^2 drill 1.3mm pad 2.6mm -0 -15 -15 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-16-3.5-H_1x16_P3.50mm_Horizontal -Terminal Block Phoenix PT-1,5-16-3.5-H, 16 pins, pitch 3.5mm, size 56x7.6mm^2, drill diamater 1.2mm, pad diameter 2.4mm, see , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-16-3.5-H pitch 3.5mm size 56x7.6mm^2 drill 1.2mm pad 2.4mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PT-1,5-16-5.0-H_1x16_P5.00mm_Horizontal -Terminal Block Phoenix PT-1,5-16-5.0-H, 16 pins, pitch 5mm, size 80x9mm^2, drill diamater 1.3mm, pad diameter 2.6mm, see http://www.mouser.com/ds/2/324/ItemDetail_1935161-922578.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PT-1,5-16-5.0-H pitch 5mm size 80x9mm^2 drill 1.3mm pad 2.6mm -0 -16 -16 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2,5-V-SMD_1x02-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 2 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814702/pdf -PhoenixContact PTSM0.5 2 2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2.5-H-THR_1x02_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR, 2 pins, pitch 2.5mm, size 7.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-2-2.5-H-THR pitch 2.5mm size 7.2x10mm^2 drill 1.2mm pad 3mm -0 -4 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-2.5-V-THR_1x02_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR, vertical (cable from top), 2 pins, pitch 2.5mm, size 5.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-2-2.5-V-THR vertical pitch 2.5mm size 5.5x5mm^2 drill 1.2mm pad 2mm -0 -4 -2 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-2-HV-2.5-SMD_1x02-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 2 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778696/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2,5-V-SMD_1x03-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 3 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814715/pdf -PhoenixContact PTSM0.5 3 2.5mm vertical SMD spring clamp terminal block connector -0 -5 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2.5-H-THR_1x03_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR, 3 pins, pitch 2.5mm, size 9.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-3-2.5-H-THR pitch 2.5mm size 9.7x10mm^2 drill 1.2mm pad 3mm -0 -6 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-2.5-V-THR_1x03_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR, vertical (cable from top), 3 pins, pitch 2.5mm, size 8x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-3-2.5-V-THR vertical pitch 2.5mm size 8x5mm^2 drill 1.2mm pad 2mm -0 -6 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-3-HV-2.5-SMD_1x03-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 3 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778706/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -5 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2,5-V-SMD_1x04-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 4 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814728/pdf -PhoenixContact PTSM0.5 4 2.5mm vertical SMD spring clamp terminal block connector -0 -6 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2.5-H-THR_1x04_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR, 4 pins, pitch 2.5mm, size 12.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-4-2.5-H-THR pitch 2.5mm size 12.2x10mm^2 drill 1.2mm pad 3mm -0 -8 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-2.5-V-THR_1x04_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR, vertical (cable from top), 4 pins, pitch 2.5mm, size 10.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-4-2.5-V-THR vertical pitch 2.5mm size 10.5x5mm^2 drill 1.2mm pad 2mm -0 -8 -4 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-4-HV-2.5-SMD_1x04-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 4 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778719/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -4 -3 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2,5-V-SMD_1x05-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 5 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814731/pdf -PhoenixContact PTSM0.5 5 2.5mm vertical SMD spring clamp terminal block connector -0 -7 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2.5-H-THR_1x05_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR, 5 pins, pitch 2.5mm, size 14.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-5-2.5-H-THR pitch 2.5mm size 14.7x10mm^2 drill 1.2mm pad 3mm -0 -10 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-2.5-V-THR_1x05_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR, vertical (cable from top), 5 pins, pitch 2.5mm, size 13x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-5-2.5-V-THR vertical pitch 2.5mm size 13x5mm^2 drill 1.2mm pad 2mm -0 -10 -5 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-5-HV-2.5-SMD_1x05-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 5 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778722/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -7 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2,5-V-SMD_1x06-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 6 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814744/pdf -PhoenixContact PTSM0.5 6 2.5mm vertical SMD spring clamp terminal block connector -0 -8 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2.5-H-THR_1x06_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR, 6 pins, pitch 2.5mm, size 17.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-6-2.5-H-THR pitch 2.5mm size 17.2x10mm^2 drill 1.2mm pad 3mm -0 -12 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-2.5-V-THR_1x06_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR, vertical (cable from top), 6 pins, pitch 2.5mm, size 15.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-6-2.5-V-THR vertical pitch 2.5mm size 15.5x5mm^2 drill 1.2mm pad 2mm -0 -12 -6 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-6-HV-2.5-SMD_1x06-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 6 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778735/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -8 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2,5-V-SMD_1x07-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 7 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814757/pdf -PhoenixContact PTSM0.5 7 2.5mm vertical SMD spring clamp terminal block connector -0 -9 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2.5-H-THR_1x07_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR, 7 pins, pitch 2.5mm, size 19.7x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-7-2.5-H-THR pitch 2.5mm size 19.7x10mm^2 drill 1.2mm pad 3mm -0 -14 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-2.5-V-THR_1x07_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR, vertical (cable from top), 7 pins, pitch 2.5mm, size 18x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-7-2.5-V-THR vertical pitch 2.5mm size 18x5mm^2 drill 1.2mm pad 2mm -0 -14 -7 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-7-HV-2.5-SMD_1x07-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 7 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778748/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -9 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2,5-V-SMD_1x08-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 8 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1814760/pdf -PhoenixContact PTSM0.5 8 2.5mm vertical SMD spring clamp terminal block connector -0 -10 -9 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2.5-H-THR_1x08_P2.50mm_Horizontal -Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR, 8 pins, pitch 2.5mm, size 22.2x10mm^2, drill diamater 1.2mm, pad diameter 3mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556441-da-01-de-LEITERPLATTENKL__PTSM_0_5__8_2_5_H_THR.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-8-2.5-H-THR pitch 2.5mm size 22.2x10mm^2 drill 1.2mm pad 3mm -0 -16 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-2.5-V-THR_1x08_P2.50mm_Vertical -Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR, vertical (cable from top), 8 pins, pitch 2.5mm, size 20.5x5mm^2, drill diamater 1.2mm, pad diameter 2mm, see http://www.produktinfo.conrad.com/datenblaetter/550000-574999/556444-da-01-de-LEITERPLATTENKL__PTSM_0_5__4_2_5_V_THR.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_Phoenix -THT Terminal Block Phoenix PTSM-0,5-8-2.5-V-THR vertical pitch 2.5mm size 20.5x5mm^2 drill 1.2mm pad 2mm -0 -16 -8 -TerminalBlock_Phoenix -TerminalBlock_Phoenix_PTSM-0,5-8-HV-2.5-SMD_1x08-1MP_P2.50mm_Vertical -PhoenixContact PTSM0,5 8 HV 2,5mm vertical SMD spring clamp terminal block connector http://www.phoenixcontact.com/us/products/1778751/pdf -2.5mm vertical SMD spring clamp terminal block connector -0 -10 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00001_1x02_P5.00mm_Horizontal -terminal block RND 205-00001, 2 pins, pitch 5mm, size 10x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00001 pitch 5mm size 10x9mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00002_1x03_P5.00mm_Horizontal -terminal block RND 205-00002, 3 pins, pitch 5mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00002 pitch 5mm size 15x9mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00003_1x04_P5.00mm_Horizontal -terminal block RND 205-00003, 4 pins, pitch 5mm, size 20x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00003 pitch 5mm size 20x9mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00004_1x05_P5.00mm_Horizontal -terminal block RND 205-00004, 5 pins, pitch 5mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00004 pitch 5mm size 25x9mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00005_1x06_P5.00mm_Horizontal -terminal block RND 205-00005, 6 pins, pitch 5mm, size 30x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00005 pitch 5mm size 30x9mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00006_1x07_P5.00mm_Horizontal -terminal block RND 205-00006, 7 pins, pitch 5mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00006 pitch 5mm size 35x9mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00007_1x08_P5.00mm_Horizontal -terminal block RND 205-00007, 8 pins, pitch 5mm, size 40x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00007 pitch 5mm size 40x9mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00008_1x09_P5.00mm_Horizontal -terminal block RND 205-00008, 9 pins, pitch 5mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00008 pitch 5mm size 45x9mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00009_1x10_P5.00mm_Horizontal -terminal block RND 205-00009, 10 pins, pitch 5mm, size 50x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00009 pitch 5mm size 50x9mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00010_1x11_P5.00mm_Horizontal -terminal block RND 205-00010, 11 pins, pitch 5mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00010 pitch 5mm size 55x9mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00011_1x12_P5.00mm_Horizontal -terminal block RND 205-00011, 12 pins, pitch 5mm, size 60x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00001_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00011 pitch 5mm size 60x9mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00012_1x02_P5.00mm_Horizontal -terminal block RND 205-00012, 2 pins, pitch 5mm, size 10x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00012 pitch 5mm size 10x7.6mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00013_1x03_P5.00mm_Horizontal -terminal block RND 205-00013, 3 pins, pitch 5mm, size 15x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00013 pitch 5mm size 15x7.6mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00014_1x04_P5.00mm_Horizontal -terminal block RND 205-00014, 4 pins, pitch 5mm, size 20x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00014 pitch 5mm size 20x7.6mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00015_1x05_P5.00mm_Horizontal -terminal block RND 205-00015, 5 pins, pitch 5mm, size 25x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00015 pitch 5mm size 25x7.6mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00016_1x06_P5.00mm_Horizontal -terminal block RND 205-00016, 6 pins, pitch 5mm, size 30x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00016 pitch 5mm size 30x7.6mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00017_1x07_P5.00mm_Horizontal -terminal block RND 205-00017, 7 pins, pitch 5mm, size 35x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00017 pitch 5mm size 35x7.6mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00018_1x08_P5.00mm_Horizontal -terminal block RND 205-00018, 8 pins, pitch 5mm, size 40x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00018 pitch 5mm size 40x7.6mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00019_1x09_P5.00mm_Horizontal -terminal block RND 205-00019, 9 pins, pitch 5mm, size 45x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00019 pitch 5mm size 45x7.6mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00020_1x10_P5.00mm_Horizontal -terminal block RND 205-00020, 10 pins, pitch 5mm, size 50x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00020 pitch 5mm size 50x7.6mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00021_1x11_P5.00mm_Horizontal -terminal block RND 205-00021, 11 pins, pitch 5mm, size 55x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00021 pitch 5mm size 55x7.6mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00022_1x12_P5.00mm_Horizontal -terminal block RND 205-00022, 12 pins, pitch 5mm, size 60x7.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00012_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00022 pitch 5mm size 60x7.6mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00023_1x02_P10.00mm_Horizontal -terminal block RND 205-00023, 2 pins, pitch 10mm, size 15x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00023 pitch 10mm size 15x9mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00024_1x03_P10.00mm_Horizontal -terminal block RND 205-00024, 3 pins, pitch 10mm, size 25x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00024 pitch 10mm size 25x9mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00025_1x04_P10.00mm_Horizontal -terminal block RND 205-00025, 4 pins, pitch 10mm, size 35x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00025 pitch 10mm size 35x9mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00026_1x05_P10.00mm_Horizontal -terminal block RND 205-00026, 5 pins, pitch 10mm, size 45x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00026 pitch 10mm size 45x9mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00027_1x06_P10.00mm_Horizontal -terminal block RND 205-00027, 6 pins, pitch 10mm, size 55x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00027 pitch 10mm size 55x9mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00028_1x07_P10.00mm_Horizontal -terminal block RND 205-00028, 7 pins, pitch 10mm, size 65x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00028 pitch 10mm size 65x9mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00029_1x08_P10.00mm_Horizontal -terminal block RND 205-00029, 8 pins, pitch 10mm, size 75x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00029 pitch 10mm size 75x9mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00030_1x09_P10.00mm_Horizontal -terminal block RND 205-00030, 9 pins, pitch 10mm, size 85x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00030 pitch 10mm size 85x9mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00031_1x10_P10.00mm_Horizontal -terminal block RND 205-00031, 10 pins, pitch 10mm, size 95x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00031 pitch 10mm size 95x9mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00032_1x11_P10.00mm_Horizontal -terminal block RND 205-00032, 11 pins, pitch 10mm, size 105x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00032 pitch 10mm size 105x9mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00033_1x12_P10.00mm_Horizontal -terminal block RND 205-00033, 12 pins, pitch 10mm, size 115x9mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00033 pitch 10mm size 115x9mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00045_1x02_P5.00mm_Horizontal -terminal block RND 205-00045, 2 pins, pitch 5mm, size 10x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00045 pitch 5mm size 10x8.1mm^2 drill 1.1mm pad 2.1mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00046_1x03_P5.00mm_Horizontal -terminal block RND 205-00046, 3 pins, pitch 5mm, size 15x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00046 pitch 5mm size 15x8.1mm^2 drill 1.1mm pad 2.1mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00047_1x04_P5.00mm_Horizontal -terminal block RND 205-00047, 4 pins, pitch 5mm, size 20x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00047 pitch 5mm size 20x8.1mm^2 drill 1.1mm pad 2.1mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00048_1x05_P5.00mm_Horizontal -terminal block RND 205-00048, 5 pins, pitch 5mm, size 25x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00048 pitch 5mm size 25x8.1mm^2 drill 1.1mm pad 2.1mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00049_1x06_P5.00mm_Horizontal -terminal block RND 205-00049, 6 pins, pitch 5mm, size 30x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00049 pitch 5mm size 30x8.1mm^2 drill 1.1mm pad 2.1mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00050_1x07_P5.00mm_Horizontal -terminal block RND 205-00050, 7 pins, pitch 5mm, size 35x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00050 pitch 5mm size 35x8.1mm^2 drill 1.1mm pad 2.1mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00051_1x08_P5.00mm_Horizontal -terminal block RND 205-00051, 8 pins, pitch 5mm, size 40x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00051 pitch 5mm size 40x8.1mm^2 drill 1.1mm pad 2.1mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00052_1x09_P5.00mm_Horizontal -terminal block RND 205-00052, 9 pins, pitch 5mm, size 45x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00052 pitch 5mm size 45x8.1mm^2 drill 1.1mm pad 2.1mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00053_1x10_P5.00mm_Horizontal -terminal block RND 205-00053, 10 pins, pitch 5mm, size 50x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00053 pitch 5mm size 50x8.1mm^2 drill 1.1mm pad 2.1mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00054_1x11_P5.00mm_Horizontal -terminal block RND 205-00054, 11 pins, pitch 5mm, size 55x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00054 pitch 5mm size 55x8.1mm^2 drill 1.1mm pad 2.1mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00055_1x12_P5.00mm_Horizontal -terminal block RND 205-00055, 12 pins, pitch 5mm, size 60x8.1mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00045_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00055 pitch 5mm size 60x8.1mm^2 drill 1.1mm pad 2.1mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00056_1x02_P5.00mm_45Degree -terminal block RND 205-00056, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 10x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00056 45Degree pitch 5mm size 10x12.6mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00057_1x03_P5.00mm_45Degree -terminal block RND 205-00057, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 15x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00057 45Degree pitch 5mm size 15x12.6mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00058_1x04_P5.00mm_45Degree -terminal block RND 205-00058, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 20x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00058 45Degree pitch 5mm size 20x12.6mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00059_1x05_P5.00mm_45Degree -terminal block RND 205-00059, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 25x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00059 45Degree pitch 5mm size 25x12.6mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00060_1x06_P5.00mm_45Degree -terminal block RND 205-00060, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 30x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00060 45Degree pitch 5mm size 30x12.6mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00061_1x07_P5.00mm_45Degree -terminal block RND 205-00061, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 35x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00061 45Degree pitch 5mm size 35x12.6mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00062_1x08_P5.00mm_45Degree -terminal block RND 205-00062, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 40x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00062 45Degree pitch 5mm size 40x12.6mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00063_1x09_P5.00mm_45Degree -terminal block RND 205-00063, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 45x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00063 45Degree pitch 5mm size 45x12.6mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00064_1x10_P5.00mm_45Degree -terminal block RND 205-00064, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 50x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00064 45Degree pitch 5mm size 50x12.6mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00065_1x11_P5.00mm_45Degree -terminal block RND 205-00065, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 55x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00065 45Degree pitch 5mm size 55x12.6mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00066_1x12_P5.00mm_45Degree -terminal block RND 205-00066, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 60x12.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00056_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00066 45Degree pitch 5mm size 60x12.6mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00067_1x02_P7.50mm_Horizontal -terminal block RND 205-00067, 2 pins, pitch 7.5mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00067 pitch 7.5mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00068_1x03_P7.50mm_Horizontal -terminal block RND 205-00068, 3 pins, pitch 7.5mm, size 22.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00068 pitch 7.5mm size 22.5x10.3mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00069_1x04_P7.50mm_Horizontal -terminal block RND 205-00069, 4 pins, pitch 7.5mm, size 30x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00069 pitch 7.5mm size 30x10.3mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00070_1x05_P7.50mm_Horizontal -terminal block RND 205-00070, 5 pins, pitch 7.5mm, size 37.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00070 pitch 7.5mm size 37.5x10.3mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00071_1x06_P7.50mm_Horizontal -terminal block RND 205-00071, 6 pins, pitch 7.5mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00071 pitch 7.5mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00072_1x07_P7.50mm_Horizontal -terminal block RND 205-00072, 7 pins, pitch 7.5mm, size 52.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00072 pitch 7.5mm size 52.5x10.3mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00073_1x08_P7.50mm_Horizontal -terminal block RND 205-00073, 8 pins, pitch 7.5mm, size 60x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00073 pitch 7.5mm size 60x10.3mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00074_1x09_P7.50mm_Horizontal -terminal block RND 205-00074, 9 pins, pitch 7.5mm, size 67.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00074 pitch 7.5mm size 67.5x10.3mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00075_1x10_P7.50mm_Horizontal -terminal block RND 205-00075, 10 pins, pitch 7.5mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00075 pitch 7.5mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00076_1x11_P7.50mm_Horizontal -terminal block RND 205-00076, 11 pins, pitch 7.5mm, size 82.5x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00076 pitch 7.5mm size 82.5x10.3mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00077_1x12_P7.50mm_Horizontal -terminal block RND 205-00077, 12 pins, pitch 7.5mm, size 90x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00067_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00077 pitch 7.5mm size 90x10.3mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00078_1x02_P10.00mm_Horizontal -terminal block RND 205-00078, 2 pins, pitch 10mm, size 15x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00078 pitch 10mm size 15x10.3mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00079_1x03_P10.00mm_Horizontal -terminal block RND 205-00079, 3 pins, pitch 10mm, size 25x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00079 pitch 10mm size 25x10.3mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00080_1x04_P10.00mm_Horizontal -terminal block RND 205-00080, 4 pins, pitch 10mm, size 35x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00080 pitch 10mm size 35x10.3mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00081_1x05_P10.00mm_Horizontal -terminal block RND 205-00081, 5 pins, pitch 10mm, size 45x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00081 pitch 10mm size 45x10.3mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00082_1x06_P10.00mm_Horizontal -terminal block RND 205-00082, 6 pins, pitch 10mm, size 55x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00082 pitch 10mm size 55x10.3mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00083_1x07_P10.00mm_Horizontal -terminal block RND 205-00083, 7 pins, pitch 10mm, size 65x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00083 pitch 10mm size 65x10.3mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00084_1x08_P10.00mm_Horizontal -terminal block RND 205-00084, 8 pins, pitch 10mm, size 75x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00084 pitch 10mm size 75x10.3mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00085_1x09_P10.00mm_Horizontal -terminal block RND 205-00085, 9 pins, pitch 10mm, size 85x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00085 pitch 10mm size 85x10.3mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00086_1x10_P10.00mm_Horizontal -terminal block RND 205-00086, 10 pins, pitch 10mm, size 95x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00086 pitch 10mm size 95x10.3mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00087_1x11_P10.00mm_Horizontal -terminal block RND 205-00087, 11 pins, pitch 10mm, size 105x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00087 pitch 10mm size 105x10.3mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00088_1x12_P10.00mm_Horizontal -terminal block RND 205-00088, 12 pins, pitch 10mm, size 115x10.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00078_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00088 pitch 10mm size 115x10.3mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00232_1x02_P5.08mm_Horizontal -terminal block RND 205-00232, 2 pins, pitch 5.08mm, size 10.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00232 pitch 5.08mm size 10.2x8.45mm^2 drill 1.1mm pad 2.1mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00233_1x03_P5.08mm_Horizontal -terminal block RND 205-00233, 3 pins, pitch 5.08mm, size 15.2x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00233 pitch 5.08mm size 15.2x8.45mm^2 drill 1.1mm pad 2.1mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00234_1x04_P5.08mm_Horizontal -terminal block RND 205-00234, 4 pins, pitch 5.08mm, size 20.3x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00234 pitch 5.08mm size 20.3x8.45mm^2 drill 1.1mm pad 2.1mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00235_1x05_P5.08mm_Horizontal -terminal block RND 205-00235, 5 pins, pitch 5.08mm, size 25.4x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00235 pitch 5.08mm size 25.4x8.45mm^2 drill 1.1mm pad 2.1mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00236_1x06_P5.08mm_Horizontal -terminal block RND 205-00236, 6 pins, pitch 5.08mm, size 30.5x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00236 pitch 5.08mm size 30.5x8.45mm^2 drill 1.1mm pad 2.1mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00237_1x07_P5.08mm_Horizontal -terminal block RND 205-00237, 7 pins, pitch 5.08mm, size 35.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00237 pitch 5.08mm size 35.6x8.45mm^2 drill 1.1mm pad 2.1mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00238_1x08_P5.08mm_Horizontal -terminal block RND 205-00238, 8 pins, pitch 5.08mm, size 40.6x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00238 pitch 5.08mm size 40.6x8.45mm^2 drill 1.1mm pad 2.1mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00239_1x09_P5.08mm_Horizontal -terminal block RND 205-00239, 9 pins, pitch 5.08mm, size 45.7x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00239 pitch 5.08mm size 45.7x8.45mm^2 drill 1.1mm pad 2.1mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00240_1x10_P5.08mm_Horizontal -terminal block RND 205-00240, 10 pins, pitch 5.08mm, size 50.8x8.45mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00232_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00240 pitch 5.08mm size 50.8x8.45mm^2 drill 1.1mm pad 2.1mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00241_1x02_P10.16mm_Horizontal -terminal block RND 205-00241, 2 pins, pitch 10.2mm, size 15.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00241 pitch 10.2mm size 15.2x8.3mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00242_1x03_P10.16mm_Horizontal -terminal block RND 205-00242, 3 pins, pitch 10.2mm, size 25.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00242 pitch 10.2mm size 25.4x8.3mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00243_1x04_P10.16mm_Horizontal -terminal block RND 205-00243, 4 pins, pitch 10.2mm, size 35.6x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00243 pitch 10.2mm size 35.6x8.3mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00244_1x05_P10.16mm_Horizontal -terminal block RND 205-00244, 5 pins, pitch 10.2mm, size 45.7x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00244 pitch 10.2mm size 45.7x8.3mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00245_1x06_P10.16mm_Horizontal -terminal block RND 205-00245, 6 pins, pitch 10.2mm, size 55.9x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00245 pitch 10.2mm size 55.9x8.3mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00246_1x07_P10.16mm_Horizontal -terminal block RND 205-00246, 7 pins, pitch 10.2mm, size 66x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00246 pitch 10.2mm size 66x8.3mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00247_1x08_P10.16mm_Horizontal -terminal block RND 205-00247, 8 pins, pitch 10.2mm, size 76.2x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00247 pitch 10.2mm size 76.2x8.3mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00248_1x09_P10.16mm_Horizontal -terminal block RND 205-00248, 9 pins, pitch 10.2mm, size 86.4x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00248 pitch 10.2mm size 86.4x8.3mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00249_1x10_P10.16mm_Horizontal -terminal block RND 205-00249, 10 pins, pitch 10.2mm, size 96.5x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00249 pitch 10.2mm size 96.5x8.3mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00250_1x11_P10.16mm_Horizontal -terminal block RND 205-00250, 11 pins, pitch 10.2mm, size 107x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00250 pitch 10.2mm size 107x8.3mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00251_1x12_P10.16mm_Horizontal -terminal block RND 205-00251, 12 pins, pitch 10.2mm, size 117x8.3mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00023_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00251 pitch 10.2mm size 117x8.3mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00276_1x02_P5.00mm_Vertical -terminal block RND 205-00078, vertical (cable from top), 2 pins, pitch 5mm, size 10x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00078 vertical pitch 5mm size 10x10mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00277_1x03_P5.00mm_Vertical -terminal block RND 205-00079, vertical (cable from top), 3 pins, pitch 5mm, size 15x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00079 vertical pitch 5mm size 15x10mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00278_1x04_P5.00mm_Vertical -terminal block RND 205-00080, vertical (cable from top), 4 pins, pitch 5mm, size 20x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00080 vertical pitch 5mm size 20x10mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00279_1x05_P5.00mm_Vertical -terminal block RND 205-00081, vertical (cable from top), 5 pins, pitch 5mm, size 25x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00081 vertical pitch 5mm size 25x10mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00280_1x06_P5.00mm_Vertical -terminal block RND 205-00082, vertical (cable from top), 6 pins, pitch 5mm, size 30x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00082 vertical pitch 5mm size 30x10mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00281_1x07_P5.00mm_Vertical -terminal block RND 205-00083, vertical (cable from top), 7 pins, pitch 5mm, size 35x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00083 vertical pitch 5mm size 35x10mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00282_1x08_P5.00mm_Vertical -terminal block RND 205-00084, vertical (cable from top), 8 pins, pitch 5mm, size 40x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00084 vertical pitch 5mm size 40x10mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00283_1x09_P5.00mm_Vertical -terminal block RND 205-00085, vertical (cable from top), 9 pins, pitch 5mm, size 45x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00085 vertical pitch 5mm size 45x10mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00284_1x10_P5.00mm_Vertical -terminal block RND 205-00086, vertical (cable from top), 10 pins, pitch 5mm, size 50x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00086 vertical pitch 5mm size 50x10mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00285_1x11_P5.00mm_Vertical -terminal block RND 205-00087, vertical (cable from top), 11 pins, pitch 5mm, size 55x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00087 vertical pitch 5mm size 55x10mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00286_1x12_P5.00mm_Vertical -terminal block RND 205-00088, vertical (cable from top), 12 pins, pitch 5mm, size 60x10mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00276_DB_EN.pdf, script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00088 vertical pitch 5mm size 60x10mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00287_1x02_P5.08mm_Horizontal -terminal block RND 205-00287, 2 pins, pitch 5.08mm, size 10.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00287 pitch 5.08mm size 10.2x10.6mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00288_1x03_P5.08mm_Horizontal -terminal block RND 205-00288, 3 pins, pitch 5.08mm, size 15.2x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00288 pitch 5.08mm size 15.2x10.6mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00289_1x04_P5.08mm_Horizontal -terminal block RND 205-00289, 4 pins, pitch 5.08mm, size 20.3x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00289 pitch 5.08mm size 20.3x10.6mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00290_1x05_P5.08mm_Horizontal -terminal block RND 205-00290, 5 pins, pitch 5.08mm, size 25.4x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00290 pitch 5.08mm size 25.4x10.6mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00291_1x06_P5.08mm_Horizontal -terminal block RND 205-00291, 6 pins, pitch 5.08mm, size 30.5x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00291 pitch 5.08mm size 30.5x10.6mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00292_1x07_P5.08mm_Horizontal -terminal block RND 205-00292, 7 pins, pitch 5.08mm, size 35.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00292 pitch 5.08mm size 35.6x10.6mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00293_1x08_P5.08mm_Horizontal -terminal block RND 205-00293, 8 pins, pitch 5.08mm, size 40.6x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00293 pitch 5.08mm size 40.6x10.6mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00294_1x09_P5.08mm_Horizontal -terminal block RND 205-00294, 9 pins, pitch 5.08mm, size 45.7x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00294 pitch 5.08mm size 45.7x10.6mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00295_1x10_P5.08mm_Horizontal -terminal block RND 205-00295, 10 pins, pitch 5.08mm, size 50.8x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00295 pitch 5.08mm size 50.8x10.6mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00296_1x11_P5.08mm_Horizontal -terminal block RND 205-00296, 11 pins, pitch 5.08mm, size 55.9x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00296 pitch 5.08mm size 55.9x10.6mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00297_1x12_P5.08mm_Horizontal -terminal block RND 205-00297, 12 pins, pitch 5.08mm, size 61x10.6mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00287_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00297 pitch 5.08mm size 61x10.6mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_RND -TerminalBlock_RND_205-00298_1x02_P10.00mm_Horizontal -terminal block RND 205-00298, 2 pins, pitch 10mm, size 15x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00298 pitch 10mm size 15x8.1mm^2 drill 1.3mm pad 2.5mm -0 -2 -2 -TerminalBlock_RND -TerminalBlock_RND_205-00299_1x03_P10.00mm_Horizontal -terminal block RND 205-00299, 3 pins, pitch 10mm, size 25x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00299 pitch 10mm size 25x8.1mm^2 drill 1.3mm pad 2.5mm -0 -3 -3 -TerminalBlock_RND -TerminalBlock_RND_205-00300_1x04_P10.00mm_Horizontal -terminal block RND 205-00300, 4 pins, pitch 10mm, size 35x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00300 pitch 10mm size 35x8.1mm^2 drill 1.3mm pad 2.5mm -0 -4 -4 -TerminalBlock_RND -TerminalBlock_RND_205-00301_1x05_P10.00mm_Horizontal -terminal block RND 205-00301, 5 pins, pitch 10mm, size 45x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00301 pitch 10mm size 45x8.1mm^2 drill 1.3mm pad 2.5mm -0 -5 -5 -TerminalBlock_RND -TerminalBlock_RND_205-00302_1x06_P10.00mm_Horizontal -terminal block RND 205-00302, 6 pins, pitch 10mm, size 55x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00302 pitch 10mm size 55x8.1mm^2 drill 1.3mm pad 2.5mm -0 -6 -6 -TerminalBlock_RND -TerminalBlock_RND_205-00303_1x07_P10.00mm_Horizontal -terminal block RND 205-00303, 7 pins, pitch 10mm, size 65x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00303 pitch 10mm size 65x8.1mm^2 drill 1.3mm pad 2.5mm -0 -7 -7 -TerminalBlock_RND -TerminalBlock_RND_205-00304_1x08_P10.00mm_Horizontal -terminal block RND 205-00304, 8 pins, pitch 10mm, size 75x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00304 pitch 10mm size 75x8.1mm^2 drill 1.3mm pad 2.5mm -0 -8 -8 -TerminalBlock_RND -TerminalBlock_RND_205-00305_1x09_P10.00mm_Horizontal -terminal block RND 205-00305, 9 pins, pitch 10mm, size 85x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00305 pitch 10mm size 85x8.1mm^2 drill 1.3mm pad 2.5mm -0 -9 -9 -TerminalBlock_RND -TerminalBlock_RND_205-00306_1x10_P10.00mm_Horizontal -terminal block RND 205-00306, 10 pins, pitch 10mm, size 95x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00306 pitch 10mm size 95x8.1mm^2 drill 1.3mm pad 2.5mm -0 -10 -10 -TerminalBlock_RND -TerminalBlock_RND_205-00307_1x11_P10.00mm_Horizontal -terminal block RND 205-00307, 11 pins, pitch 10mm, size 105x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00307 pitch 10mm size 105x8.1mm^2 drill 1.3mm pad 2.5mm -0 -11 -11 -TerminalBlock_RND -TerminalBlock_RND_205-00308_1x12_P10.00mm_Horizontal -terminal block RND 205-00308, 12 pins, pitch 10mm, size 115x8.1mm^2, drill diamater 1.3mm, pad diameter 2.5mm, see http://cdn-reichelt.de/documents/datenblatt/C151/RND_205-00298_DB_EN.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_RND -THT terminal block RND 205-00308 pitch 10mm size 115x8.1mm^2 drill 1.3mm pad 2.5mm -0 -12 -12 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_1-282834-0_1x10_P2.54mm_Horizontal -Terminal Block TE 1-282834-0, 10 pins, pitch 2.54mm, size 25.86x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 1-282834-0 pitch 2.54mm size 25.86x6.5mm^2 drill 1.1mm pad 2.1mm -0 -10 -10 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_1-282834-1_1x11_P2.54mm_Horizontal -Terminal Block TE 1-282834-1, 11 pins, pitch 2.54mm, size 28.4x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 1-282834-1 pitch 2.54mm size 28.4x6.5mm^2 drill 1.1mm pad 2.1mm -0 -11 -11 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_1-282834-2_1x12_P2.54mm_Horizontal -Terminal Block TE 1-282834-2, 12 pins, pitch 2.54mm, size 30.94x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 1-282834-2 pitch 2.54mm size 30.94x6.5mm^2 drill 1.1mm pad 2.1mm -0 -12 -12 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-2_1x02_P2.54mm_Horizontal -Terminal Block TE 282834-2, 2 pins, pitch 2.54mm, size 5.54x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-2 pitch 2.54mm size 5.54x6.5mm^2 drill 1.1mm pad 2.1mm -0 -2 -2 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-3_1x03_P2.54mm_Horizontal -Terminal Block TE 282834-3, 3 pins, pitch 2.54mm, size 8.08x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-3 pitch 2.54mm size 8.08x6.5mm^2 drill 1.1mm pad 2.1mm -0 -3 -3 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-4_1x04_P2.54mm_Horizontal -Terminal Block TE 282834-4, 4 pins, pitch 2.54mm, size 10.620000000000001x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-4 pitch 2.54mm size 10.620000000000001x6.5mm^2 drill 1.1mm pad 2.1mm -0 -4 -4 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-5_1x05_P2.54mm_Horizontal -Terminal Block TE 282834-5, 5 pins, pitch 2.54mm, size 13.16x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-5 pitch 2.54mm size 13.16x6.5mm^2 drill 1.1mm pad 2.1mm -0 -5 -5 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-6_1x06_P2.54mm_Horizontal -Terminal Block TE 282834-6, 6 pins, pitch 2.54mm, size 15.7x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-6 pitch 2.54mm size 15.7x6.5mm^2 drill 1.1mm pad 2.1mm -0 -6 -6 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-7_1x07_P2.54mm_Horizontal -Terminal Block TE 282834-7, 7 pins, pitch 2.54mm, size 18.240000000000002x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-7 pitch 2.54mm size 18.240000000000002x6.5mm^2 drill 1.1mm pad 2.1mm -0 -7 -7 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-8_1x08_P2.54mm_Horizontal -Terminal Block TE 282834-8, 8 pins, pitch 2.54mm, size 20.78x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-8 pitch 2.54mm size 20.78x6.5mm^2 drill 1.1mm pad 2.1mm -0 -8 -8 -TerminalBlock_TE-Connectivity -TerminalBlock_TE_282834-9_1x09_P2.54mm_Horizontal -Terminal Block TE 282834-9, 9 pins, pitch 2.54mm, size 23.32x6.5mm^2, drill diamater 1.1mm, pad diameter 2.1mm, see http://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Customer+Drawing%7F282834%7FC1%7Fpdf%7FEnglish%7FENG_CD_282834_C1.pdf, script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_TE-Connectivity -THT Terminal Block TE 282834-9 pitch 2.54mm size 23.32x6.5mm^2 drill 1.1mm pad 2.1mm -0 -9 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-101_1x01_P5.00mm_45Degree -Terminal Block WAGO 236-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-101 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm -0 -1 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-102_1x02_P5.00mm_45Degree -Terminal Block WAGO 236-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-102 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm -0 -2 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-103_1x03_P5.00mm_45Degree -Terminal Block WAGO 236-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-103 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm -0 -3 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-104_1x04_P5.00mm_45Degree -Terminal Block WAGO 236-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-104 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-105_1x05_P5.00mm_45Degree -Terminal Block WAGO 236-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-105 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm -0 -5 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-106_1x06_P5.00mm_45Degree -Terminal Block WAGO 236-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-106 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -6 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-107_1x07_P5.00mm_45Degree -Terminal Block WAGO 236-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-107 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm -0 -7 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-108_1x08_P5.00mm_45Degree -Terminal Block WAGO 236-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-108 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-109_1x09_P5.00mm_45Degree -Terminal Block WAGO 236-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-109 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm -0 -9 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-112_1x12_P5.00mm_45Degree -Terminal Block WAGO 236-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-112 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -12 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-114_1x14_P5.00mm_45Degree -Terminal Block WAGO 236-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-114 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm -0 -14 -14 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-116_1x16_P5.00mm_45Degree -Terminal Block WAGO 236-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-116 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm -0 -16 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-124_1x24_P5.00mm_45Degree -Terminal Block WAGO 236-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-124 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -24 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-136_1x36_P5.00mm_45Degree -Terminal Block WAGO 236-136, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-136 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm -0 -36 -36 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-148_1x48_P5.00mm_45Degree -Terminal Block WAGO 236-148, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-148 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm -0 -48 -48 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-201_1x01_P7.50mm_45Degree -Terminal Block WAGO 236-201, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-201 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm -0 -1 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-202_1x02_P7.50mm_45Degree -Terminal Block WAGO 236-202, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-202 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm -0 -2 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-203_1x03_P7.50mm_45Degree -Terminal Block WAGO 236-203, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-203 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm -0 -3 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-204_1x04_P7.50mm_45Degree -Terminal Block WAGO 236-204, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-204 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-205_1x05_P7.50mm_45Degree -Terminal Block WAGO 236-205, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-205 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm -0 -5 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-206_1x06_P7.50mm_45Degree -Terminal Block WAGO 236-206, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-206 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm -0 -6 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-207_1x07_P7.50mm_45Degree -Terminal Block WAGO 236-207, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-207 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm -0 -7 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-208_1x08_P7.50mm_45Degree -Terminal Block WAGO 236-208, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-208 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-209_1x09_P7.50mm_45Degree -Terminal Block WAGO 236-209, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-209 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm -0 -9 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-212_1x12_P7.50mm_45Degree -Terminal Block WAGO 236-212, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-212 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm -0 -12 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-216_1x16_P7.50mm_45Degree -Terminal Block WAGO 236-216, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-216 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -16 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-224_1x24_P7.50mm_45Degree -Terminal Block WAGO 236-224, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-224 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm -0 -24 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-301_1x01_P10.00mm_45Degree -Terminal Block WAGO 236-301, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-301 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm -0 -1 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-302_1x02_P10.00mm_45Degree -Terminal Block WAGO 236-302, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-302 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm -0 -2 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-303_1x03_P10.00mm_45Degree -Terminal Block WAGO 236-303, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-303 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -3 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-304_1x04_P10.00mm_45Degree -Terminal Block WAGO 236-304, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-304 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-305_1x05_P10.00mm_45Degree -Terminal Block WAGO 236-305, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-305 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm -0 -5 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-306_1x06_P10.00mm_45Degree -Terminal Block WAGO 236-306, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-306 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -6 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-308_1x08_P10.00mm_45Degree -Terminal Block WAGO 236-308, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-308 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-309_1x09_P10.00mm_45Degree -Terminal Block WAGO 236-309, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-309 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm -0 -9 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-312_1x12_P10.00mm_45Degree -Terminal Block WAGO 236-312, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-312 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -12 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-316_1x16_P10.00mm_45Degree -Terminal Block WAGO 236-316, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-316 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm -0 -16 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-324_1x24_P10.00mm_45Degree -Terminal Block WAGO 236-324, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-324 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm -0 -24 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-401_1x01_P5.00mm_45Degree -Terminal Block WAGO 236-401, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 7.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-401 45Degree pitch 5mm size 7.3x14mm^2 drill 1.15mm pad 3mm -0 -2 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-402_1x02_P5.00mm_45Degree -Terminal Block WAGO 236-402, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-402 45Degree pitch 5mm size 12.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-403_1x03_P5.00mm_45Degree -Terminal Block WAGO 236-403, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-403 45Degree pitch 5mm size 17.3x14mm^2 drill 1.15mm pad 3mm -0 -6 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-404_1x04_P5.00mm_45Degree -Terminal Block WAGO 236-404, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-404 45Degree pitch 5mm size 22.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-405_1x05_P5.00mm_45Degree -Terminal Block WAGO 236-405, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 27.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-405 45Degree pitch 5mm size 27.3x14mm^2 drill 1.15mm pad 3mm -0 -10 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-406_1x06_P5.00mm_45Degree -Terminal Block WAGO 236-406, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-406 45Degree pitch 5mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -12 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-407_1x07_P5.00mm_45Degree -Terminal Block WAGO 236-407, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 37.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-407 45Degree pitch 5mm size 37.3x14mm^2 drill 1.15mm pad 3mm -0 -14 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-408_1x08_P5.00mm_45Degree -Terminal Block WAGO 236-408, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-408 45Degree pitch 5mm size 42.3x14mm^2 drill 1.15mm pad 3mm -0 -16 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-409_1x09_P5.00mm_45Degree -Terminal Block WAGO 236-409, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-409 45Degree pitch 5mm size 47.3x14mm^2 drill 1.15mm pad 3mm -0 -18 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-412_1x12_P5.00mm_45Degree -Terminal Block WAGO 236-412, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-412 45Degree pitch 5mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -24 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-414_1x14_P5.00mm_45Degree -Terminal Block WAGO 236-414, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 72.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-414 45Degree pitch 5mm size 72.3x14mm^2 drill 1.15mm pad 3mm -0 -28 -14 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-416_1x16_P5.00mm_45Degree -Terminal Block WAGO 236-416, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-416 45Degree pitch 5mm size 82.3x14mm^2 drill 1.15mm pad 3mm -0 -32 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-424_1x24_P5.00mm_45Degree -Terminal Block WAGO 236-424, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-424 45Degree pitch 5mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -48 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-436_1x36_P5.00mm_45Degree -Terminal Block WAGO 236-436, 45Degree (cable under 45degree), 36 pins, pitch 5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-436 45Degree pitch 5mm size 182x14mm^2 drill 1.15mm pad 3mm -0 -72 -36 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-448_1x48_P5.00mm_45Degree -Terminal Block WAGO 236-448, 45Degree (cable under 45degree), 48 pins, pitch 5mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-448 45Degree pitch 5mm size 242x14mm^2 drill 1.15mm pad 3mm -0 -96 -48 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-501_1x01_P7.50mm_45Degree -Terminal Block WAGO 236-501, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 9.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-501 45Degree pitch 7.5mm size 9.8x14mm^2 drill 1.15mm pad 3mm -0 -2 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-502_1x02_P7.50mm_45Degree -Terminal Block WAGO 236-502, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 17.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-502 45Degree pitch 7.5mm size 17.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-503_1x03_P7.50mm_45Degree -Terminal Block WAGO 236-503, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 24.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-503 45Degree pitch 7.5mm size 24.8x14mm^2 drill 1.15mm pad 3mm -0 -6 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-504_1x04_P7.50mm_45Degree -Terminal Block WAGO 236-504, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-504 45Degree pitch 7.5mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-505_1x05_P7.50mm_45Degree -Terminal Block WAGO 236-505, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 39.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-505 45Degree pitch 7.5mm size 39.8x14mm^2 drill 1.15mm pad 3mm -0 -10 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-506_1x06_P7.50mm_45Degree -Terminal Block WAGO 236-506, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 47.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-506 45Degree pitch 7.5mm size 47.3x14mm^2 drill 1.15mm pad 3mm -0 -12 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-507_1x07_P7.50mm_45Degree -Terminal Block WAGO 236-507, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 54.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-507 45Degree pitch 7.5mm size 54.8x14mm^2 drill 1.15mm pad 3mm -0 -14 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-508_1x08_P7.50mm_45Degree -Terminal Block WAGO 236-508, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-508 45Degree pitch 7.5mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -16 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-509_1x09_P7.50mm_45Degree -Terminal Block WAGO 236-509, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 69.8x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-509 45Degree pitch 7.5mm size 69.8x14mm^2 drill 1.15mm pad 3mm -0 -18 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-512_1x12_P7.50mm_45Degree -Terminal Block WAGO 236-512, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-512 45Degree pitch 7.5mm size 92.3x14mm^2 drill 1.15mm pad 3mm -0 -24 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-516_1x16_P7.50mm_45Degree -Terminal Block WAGO 236-516, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-516 45Degree pitch 7.5mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -32 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-524_1x24_P7.50mm_45Degree -Terminal Block WAGO 236-524, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 182x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-524 45Degree pitch 7.5mm size 182x14mm^2 drill 1.15mm pad 3mm -0 -48 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-601_1x01_P10.00mm_45Degree -Terminal Block WAGO 236-601, 45Degree (cable under 45degree), 1 pins, pitch 10mm, size 12.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-601 45Degree pitch 10mm size 12.3x14mm^2 drill 1.15mm pad 3mm -0 -2 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-602_1x02_P10.00mm_45Degree -Terminal Block WAGO 236-602, 45Degree (cable under 45degree), 2 pins, pitch 10mm, size 22.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-602 45Degree pitch 10mm size 22.3x14mm^2 drill 1.15mm pad 3mm -0 -4 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-603_1x03_P10.00mm_45Degree -Terminal Block WAGO 236-603, 45Degree (cable under 45degree), 3 pins, pitch 10mm, size 32.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-603 45Degree pitch 10mm size 32.3x14mm^2 drill 1.15mm pad 3mm -0 -6 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-604_1x04_P10.00mm_45Degree -Terminal Block WAGO 236-604, 45Degree (cable under 45degree), 4 pins, pitch 10mm, size 42.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-604 45Degree pitch 10mm size 42.3x14mm^2 drill 1.15mm pad 3mm -0 -8 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-605_1x05_P10.00mm_45Degree -Terminal Block WAGO 236-605, 45Degree (cable under 45degree), 5 pins, pitch 10mm, size 52.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-605 45Degree pitch 10mm size 52.3x14mm^2 drill 1.15mm pad 3mm -0 -10 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-606_1x06_P10.00mm_45Degree -Terminal Block WAGO 236-606, 45Degree (cable under 45degree), 6 pins, pitch 10mm, size 62.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-606 45Degree pitch 10mm size 62.3x14mm^2 drill 1.15mm pad 3mm -0 -12 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-608_1x08_P10.00mm_45Degree -Terminal Block WAGO 236-608, 45Degree (cable under 45degree), 8 pins, pitch 10mm, size 82.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-608 45Degree pitch 10mm size 82.3x14mm^2 drill 1.15mm pad 3mm -0 -16 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-609_1x09_P10.00mm_45Degree -Terminal Block WAGO 236-609, 45Degree (cable under 45degree), 9 pins, pitch 10mm, size 92.3x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-609 45Degree pitch 10mm size 92.3x14mm^2 drill 1.15mm pad 3mm -0 -18 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-612_1x12_P10.00mm_45Degree -Terminal Block WAGO 236-612, 45Degree (cable under 45degree), 12 pins, pitch 10mm, size 122x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-612 45Degree pitch 10mm size 122x14mm^2 drill 1.15mm pad 3mm -0 -24 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-616_1x16_P10.00mm_45Degree -Terminal Block WAGO 236-616, 45Degree (cable under 45degree), 16 pins, pitch 10mm, size 162x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-616 45Degree pitch 10mm size 162x14mm^2 drill 1.15mm pad 3mm -0 -32 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_236-624_1x24_P10.00mm_45Degree -Terminal Block WAGO 236-624, 45Degree (cable under 45degree), 24 pins, pitch 10mm, size 242x14mm^2, drill diamater 1.15mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 236-624 45Degree pitch 10mm size 242x14mm^2 drill 1.15mm pad 3mm -0 -48 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-101_1x01_P5.00mm_45Degree -Terminal Block WAGO 804-101, 45Degree (cable under 45degree), 1 pins, pitch 5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-101 45Degree pitch 5mm size 6.5x15mm^2 drill 1.2mm pad 3mm -0 -2 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-102_1x02_P5.00mm_45Degree -Terminal Block WAGO 804-102, 45Degree (cable under 45degree), 2 pins, pitch 5mm, size 11.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-102 45Degree pitch 5mm size 11.5x15mm^2 drill 1.2mm pad 3mm -0 -4 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-103_1x03_P5.00mm_45Degree -Terminal Block WAGO 804-103, 45Degree (cable under 45degree), 3 pins, pitch 5mm, size 16.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-103 45Degree pitch 5mm size 16.5x15mm^2 drill 1.2mm pad 3mm -0 -6 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-104_1x04_P5.00mm_45Degree -Terminal Block WAGO 804-104, 45Degree (cable under 45degree), 4 pins, pitch 5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-104 45Degree pitch 5mm size 21.5x15mm^2 drill 1.2mm pad 3mm -0 -8 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-105_1x05_P5.00mm_45Degree -Terminal Block WAGO 804-105, 45Degree (cable under 45degree), 5 pins, pitch 5mm, size 26.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-105 45Degree pitch 5mm size 26.5x15mm^2 drill 1.2mm pad 3mm -0 -10 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-106_1x06_P5.00mm_45Degree -Terminal Block WAGO 804-106, 45Degree (cable under 45degree), 6 pins, pitch 5mm, size 31.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-106 45Degree pitch 5mm size 31.5x15mm^2 drill 1.2mm pad 3mm -0 -12 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-107_1x07_P5.00mm_45Degree -Terminal Block WAGO 804-107, 45Degree (cable under 45degree), 7 pins, pitch 5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-107 45Degree pitch 5mm size 36.5x15mm^2 drill 1.2mm pad 3mm -0 -14 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-108_1x08_P5.00mm_45Degree -Terminal Block WAGO 804-108, 45Degree (cable under 45degree), 8 pins, pitch 5mm, size 41.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-108 45Degree pitch 5mm size 41.5x15mm^2 drill 1.2mm pad 3mm -0 -16 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-109_1x09_P5.00mm_45Degree -Terminal Block WAGO 804-109, 45Degree (cable under 45degree), 9 pins, pitch 5mm, size 46.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-109 45Degree pitch 5mm size 46.5x15mm^2 drill 1.2mm pad 3mm -0 -18 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-110_1x10_P5.00mm_45Degree -Terminal Block WAGO 804-110, 45Degree (cable under 45degree), 10 pins, pitch 5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-110 45Degree pitch 5mm size 51.5x15mm^2 drill 1.2mm pad 3mm -0 -20 -10 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-111_1x11_P5.00mm_45Degree -Terminal Block WAGO 804-111, 45Degree (cable under 45degree), 11 pins, pitch 5mm, size 56.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-111 45Degree pitch 5mm size 56.5x15mm^2 drill 1.2mm pad 3mm -0 -22 -11 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-112_1x12_P5.00mm_45Degree -Terminal Block WAGO 804-112, 45Degree (cable under 45degree), 12 pins, pitch 5mm, size 61.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-112 45Degree pitch 5mm size 61.5x15mm^2 drill 1.2mm pad 3mm -0 -24 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-113_1x13_P5.00mm_45Degree -Terminal Block WAGO 804-113, 45Degree (cable under 45degree), 13 pins, pitch 5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-113 45Degree pitch 5mm size 66.5x15mm^2 drill 1.2mm pad 3mm -0 -26 -13 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-114_1x14_P5.00mm_45Degree -Terminal Block WAGO 804-114, 45Degree (cable under 45degree), 14 pins, pitch 5mm, size 71.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-114 45Degree pitch 5mm size 71.5x15mm^2 drill 1.2mm pad 3mm -0 -28 -14 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-115_1x15_P5.00mm_45Degree -Terminal Block WAGO 804-115, 45Degree (cable under 45degree), 15 pins, pitch 5mm, size 76.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-115 45Degree pitch 5mm size 76.5x15mm^2 drill 1.2mm pad 3mm -0 -30 -15 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-116_1x16_P5.00mm_45Degree -Terminal Block WAGO 804-116, 45Degree (cable under 45degree), 16 pins, pitch 5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-116 45Degree pitch 5mm size 81.5x15mm^2 drill 1.2mm pad 3mm -0 -32 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-124_1x24_P5.00mm_45Degree -Terminal Block WAGO 804-124, 45Degree (cable under 45degree), 24 pins, pitch 5mm, size 122x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-124 45Degree pitch 5mm size 122x15mm^2 drill 1.2mm pad 3mm -0 -48 -24 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-301_1x01_P7.50mm_45Degree -Terminal Block WAGO 804-301, 45Degree (cable under 45degree), 1 pins, pitch 7.5mm, size 6.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-301 45Degree pitch 7.5mm size 6.5x15mm^2 drill 1.2mm pad 3mm -0 -2 -1 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-302_1x02_P7.50mm_45Degree -Terminal Block WAGO 804-302, 45Degree (cable under 45degree), 2 pins, pitch 7.5mm, size 14x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-302 45Degree pitch 7.5mm size 14x15mm^2 drill 1.2mm pad 3mm -0 -4 -2 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-303_1x03_P7.50mm_45Degree -Terminal Block WAGO 804-303, 45Degree (cable under 45degree), 3 pins, pitch 7.5mm, size 21.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-303 45Degree pitch 7.5mm size 21.5x15mm^2 drill 1.2mm pad 3mm -0 -6 -3 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-304_1x04_P7.50mm_45Degree -Terminal Block WAGO 804-304, 45Degree (cable under 45degree), 4 pins, pitch 7.5mm, size 29x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-304 45Degree pitch 7.5mm size 29x15mm^2 drill 1.2mm pad 3mm -0 -8 -4 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-305_1x05_P7.50mm_45Degree -Terminal Block WAGO 804-305, 45Degree (cable under 45degree), 5 pins, pitch 7.5mm, size 36.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-305 45Degree pitch 7.5mm size 36.5x15mm^2 drill 1.2mm pad 3mm -0 -10 -5 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-306_1x06_P7.50mm_45Degree -Terminal Block WAGO 804-306, 45Degree (cable under 45degree), 6 pins, pitch 7.5mm, size 44x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-306 45Degree pitch 7.5mm size 44x15mm^2 drill 1.2mm pad 3mm -0 -12 -6 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-307_1x07_P7.50mm_45Degree -Terminal Block WAGO 804-307, 45Degree (cable under 45degree), 7 pins, pitch 7.5mm, size 51.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-307 45Degree pitch 7.5mm size 51.5x15mm^2 drill 1.2mm pad 3mm -0 -14 -7 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-308_1x08_P7.50mm_45Degree -Terminal Block WAGO 804-308, 45Degree (cable under 45degree), 8 pins, pitch 7.5mm, size 59x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-308 45Degree pitch 7.5mm size 59x15mm^2 drill 1.2mm pad 3mm -0 -16 -8 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-309_1x09_P7.50mm_45Degree -Terminal Block WAGO 804-309, 45Degree (cable under 45degree), 9 pins, pitch 7.5mm, size 66.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-309 45Degree pitch 7.5mm size 66.5x15mm^2 drill 1.2mm pad 3mm -0 -18 -9 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-310_1x10_P7.50mm_45Degree -Terminal Block WAGO 804-310, 45Degree (cable under 45degree), 10 pins, pitch 7.5mm, size 74x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-310 45Degree pitch 7.5mm size 74x15mm^2 drill 1.2mm pad 3mm -0 -20 -10 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-311_1x11_P7.50mm_45Degree -Terminal Block WAGO 804-311, 45Degree (cable under 45degree), 11 pins, pitch 7.5mm, size 81.5x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-311 45Degree pitch 7.5mm size 81.5x15mm^2 drill 1.2mm pad 3mm -0 -22 -11 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-312_1x12_P7.50mm_45Degree -Terminal Block WAGO 804-312, 45Degree (cable under 45degree), 12 pins, pitch 7.5mm, size 89x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-312 45Degree pitch 7.5mm size 89x15mm^2 drill 1.2mm pad 3mm -0 -24 -12 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-316_1x16_P7.50mm_45Degree -Terminal Block WAGO 804-316, 45Degree (cable under 45degree), 16 pins, pitch 7.5mm, size 119x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-316 45Degree pitch 7.5mm size 119x15mm^2 drill 1.2mm pad 3mm -0 -32 -16 -TerminalBlock_WAGO -TerminalBlock_WAGO_804-324_1x24_P7.50mm_45Degree -Terminal Block WAGO 804-324, 45Degree (cable under 45degree), 24 pins, pitch 7.5mm, size 179x15mm^2, drill diamater 1.2mm, pad diameter 3mm, see , script-generated with , script-generated using https://github.com/pointhi/kicad-footprint-generator/scripts/TerminalBlock_WAGO -THT Terminal Block WAGO 804-324 45Degree pitch 7.5mm size 179x15mm^2 drill 1.2mm pad 3mm -0 -48 -24 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650073_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650073.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650074_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650074.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650094_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650094.pdf) -screw terminal thread redcube thr power connector -0 -16 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650173_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650173.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650174_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650174.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650194_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650194.pdf) -screw terminal thread redcube thr power connector -0 -18 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74650195_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74650195.pdf) -screw terminal thread redcube thr power connector -0 -18 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRBU_74655095_THR -REDCUBE THR with internal through-hole thread WP-THRBU (https://www.we-online.de/katalog/datasheet/74655095.pdf) -screw terminal thread redcube thr power connector -0 -16 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRSH_74651173_THR -REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651173.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRSH_74651174_THR -REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651174.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRSH_74651175_THR -REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651175.pdf) -screw terminal thread redcube thr power connector -0 -8 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRSH_74651194_THR -REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651194.pdf) -screw terminal thread redcube thr power connector -0 -18 -1 -TerminalBlock_Wuerth -Wuerth_REDCUBE-THR_WP-THRSH_74651195_THR -REDCUBE THR with internal through-hole thread WP-THRSH (https://www.we-online.de/katalog/datasheet/74651195.pdf) -screw terminal thread redcube thr power connector -0 -18 -1 -TestPoint -TestPoint_2Pads_Pitch2.54mm_Drill0.8mm -Test point with 2 pins, pitch 2.54mm, drill diameter 0.8mm -CONN DEV -0 -2 -2 -TestPoint -TestPoint_2Pads_Pitch5.08mm_Drill1.3mm -Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm -CONN DEV -0 -2 -2 -TestPoint -TestPoint_Bridge_Pitch2.0mm_Drill0.7mm -wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch2.54mm_Drill0.7mm -wire loop as test point, pitch 2.0mm, hole diameter 0.7mm, wire diameter 0.5mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch2.54mm_Drill1.0mm -wire loop as test point, pitch 2.54mm, hole diameter 1.0mm, wire diameter 0.8mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch2.54mm_Drill1.3mm -wire loop as test point, pitch 2.54mm, hole diameter 1.3mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch3.81mm_Drill1.3mm -wire loop as test point, pitch 3.81mm, hole diameter 1.3mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch5.08mm_Drill0.7mm -wire loop as test point, pitch 5.08mm, hole diameter 0.7mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch5.08mm_Drill1.3mm -wire loop as test point, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch6.35mm_Drill1.3mm -wire loop as test point, pitch 6.35mm, hole diameter 1.3mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Bridge_Pitch7.62mm_Drill1.3mm -wire loop as test point, pitch 7.62mm, hole diameter 1.3mm, wire diameter 1.0mm -test point wire loop -0 -2 -1 -TestPoint -TestPoint_Keystone_5000-5004_Miniature -Keystone Miniature THM Test Point 5000-5004, http://www.keyelco.com/product-pdf.cfm?p=1309 -Through Hole Mount Test Points -0 -1 -1 -TestPoint -TestPoint_Keystone_5005-5009_Compact -Keystone Miniature THM Test Point 5005-5009, http://www.keyelco.com/product-pdf.cfm?p=1314 -Through Hole Mount Test Points -0 -1 -1 -TestPoint -TestPoint_Keystone_5010-5014_Multipurpose -Keystone Miniature THM Test Point 5010-5014, http://www.keyelco.com/product-pdf.cfm?p=1319 -Through Hole Mount Test Points -0 -1 -1 -TestPoint -TestPoint_Keystone_5015_Micro-Minature -SMT Test Point- Micro Miniature 5015, http://www.keyelco.com/product-pdf.cfm?p=1353 -Test Point -0 -1 -1 -TestPoint -TestPoint_Keystone_5019_Minature -SMT Test Point- Micro Miniature 5019, http://www.keyelco.com/product-pdf.cfm?p=1357 -Test Point -0 -1 -1 -TestPoint -TestPoint_Loop_D1.80mm_Drill1.0mm_Beaded -wire loop with bead as test point, loop diameter 1.8mm, hole diameter 1.0mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.50mm_Drill1.0mm -wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.50mm_Drill1.0mm_LowProfile -low profile wire loop as test point, loop diameter 2.5mm, hole diameter 1.0mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.50mm_Drill1.85mm -wire loop as test point, loop diameter 2.5mm, hole diameter 1.85mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.54mm_Drill1.5mm_Beaded -wire loop with bead as test point, loop diameter2.548mm, hole diameter 1.5mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.60mm_Drill0.9mm_Beaded -wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.60mm_Drill1.4mm_Beaded -wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.4mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D2.60mm_Drill1.6mm_Beaded -wire loop with bead as test point, loop diameter2.6mm, hole diameter 1.6mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D3.50mm_Drill0.9mm_Beaded -wire loop with bead as test point, loop diameter2.6mm, hole diameter 0.9mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D3.50mm_Drill1.4mm_Beaded -wire loop with bead as test point, loop diameter 3.5mm, hole diameter 1.4mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D3.80mm_Drill2.0mm -wire loop as test point, loop diameter 3.8mm, hole diameter 2.0mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D3.80mm_Drill2.5mm -wire loop as test point, loop diameter 3.8mm, hole diameter 2.5mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Loop_D3.80mm_Drill2.8mm -wire loop as test point, loop diameter 3.8mm, hole diameter 2.8mm -test point wire loop bead -0 -1 -1 -TestPoint -TestPoint_Pad_1.0x1.0mm -SMD rectangular pad as test Point, square 1.0mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_1.5x1.5mm -SMD rectangular pad as test Point, square 1.5mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_2.0x2.0mm -SMD rectangular pad as test Point, square 2.0mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_2.5x2.5mm -SMD rectangular pad as test Point, square 2.5mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_3.0x3.0mm -SMD rectangular pad as test Point, square 3.0mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_4.0x4.0mm -SMD rectangular pad as test Point, square 4.0mm side length -test point SMD pad rectangle square -0 -1 -1 -TestPoint -TestPoint_Pad_D1.0mm -SMD pad as test Point, diameter 1.0mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Pad_D1.5mm -SMD pad as test Point, diameter 1.5mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Pad_D2.0mm -SMD pad as test Point, diameter 2.0mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Pad_D2.5mm -SMD pad as test Point, diameter 2.5mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Pad_D3.0mm -SMD pad as test Point, diameter 3.0mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Pad_D4.0mm -SMD pad as test Point, diameter 4.0mm -test point SMD pad -0 -1 -1 -TestPoint -TestPoint_Plated_Hole_D2.0mm -Plated Hole as test Point, diameter 2.0mm -test point plated hole -0 -1 -1 -TestPoint -TestPoint_Plated_Hole_D3.0mm -Plated Hole as test Point, diameter 3.0mm -test point plated hole -0 -1 -1 -TestPoint -TestPoint_Plated_Hole_D4.0mm -Plated Hole as test Point, diameter 4.0mm -test point plated hole -0 -1 -1 -TestPoint -TestPoint_Plated_Hole_D5.0mm -Plated Hole as test Point, diameter 5.0mm -test point plated hole -0 -1 -1 -TestPoint -TestPoint_THTPad_1.0x1.0mm_Drill0.5mm -THT rectangular pad as test Point, square 1.0mm side length, hole diameter 0.5mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_1.5x1.5mm_Drill0.7mm -THT rectangular pad as test Point, square 1.5mm side length, hole diameter 0.7mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_2.0x2.0mm_Drill1.0mm -THT rectangular pad as test Point, square 2.0mm_Drill1.0mm side length, hole diameter 1.0mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_2.5x2.5mm_Drill1.2mm -THT rectangular pad as test Point, square 2.5mm side length, hole diameter 1.2mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_3.0x3.0mm_Drill1.5mm -THT rectangular pad as test Point, square 3.0mm side length, hole diameter 1.5mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_4.0x4.0mm_Drill2.0mm -THT rectangular pad as test Point, square 4.0mm side length, hole diameter 2.0mm -test point THT pad rectangle square -0 -1 -1 -TestPoint -TestPoint_THTPad_D1.0mm_Drill0.5mm -THT pad as test Point, diameter 1.0mm, hole diameter 0.5mm -test point THT pad -0 -1 -1 -TestPoint -TestPoint_THTPad_D1.5mm_Drill0.7mm -THT pad as test Point, diameter 1.5mm, hole diameter 0.7mm -test point THT pad -0 -1 -1 -TestPoint -TestPoint_THTPad_D2.0mm_Drill1.0mm -THT pad as test Point, diameter 2.0mm, hole diameter 1.0mm -test point THT pad -0 -1 -1 -TestPoint -TestPoint_THTPad_D2.5mm_Drill1.2mm -THT pad as test Point, diameter 2.5mm, hole diameter 1.2mm -test point THT pad -0 -1 -1 -TestPoint -TestPoint_THTPad_D3.0mm_Drill1.5mm -THT pad as test Point, diameter 3.0mm, hole diameter 1.5mm -test point THT pad -0 -1 -1 -TestPoint -TestPoint_THTPad_D4.0mm_Drill2.0mm -THT pad as test Point, diameter 4.0mm, hole diameter 2.0mm -test point THT pad -0 -1 -1 -Transformer_SMD -Pulse_P0926NL -SMT Gate Drive Transformer, 1:1:1, 8.0x6.3x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) -pulse pa0926nl -0 -6 -6 -Transformer_SMD -Pulse_PA1323NL -SMT Gate Drive Transformer, 1:1, 9.5x7.1x5.3mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) -pulse pa1323nl -0 -6 -6 -Transformer_SMD -Pulse_PA2001NL -SMT Gate Drive Transformer, 1:1, 8.6x6.7x2.5mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2001nl pe-68386nl -0 -4 -4 -Transformer_SMD -Pulse_PA2002NL-PA2008NL-PA2009NL -SMT Gate Drive Transformer, 1:1:1 or 2:1:1 or 2.5:1:1 or 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2002nl pa2008nl pa2009nl p0544nl pa0184nl pa0297nl pa0510nl -0 -6 -6 -Transformer_SMD -Pulse_PA2004NL -SMT Gate Drive Transformer, 1:1:1, 8.6x6.7x3.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2004nl pa0264nl -0 -6 -6 -Transformer_SMD -Pulse_PA2005NL -SMT Gate Drive Transformer, 1:1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2005nl pa0173nl -0 -6 -6 -Transformer_SMD -Pulse_PA2006NL -SMT Gate Drive Transformer, 1:1, 11.8x8.8x4.0mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2006nl pa0186nl -0 -4 -4 -Transformer_SMD -Pulse_PA2007NL -SMT Gate Drive Transformer, 1:1, 9.0x8.6x7.6mm (https://productfinder.pulseeng.com/products/datasheets/P663.pdf) -pulse pa2007nl -0 -4 -4 -Transformer_SMD -Pulse_PA2777NL -SMT Gate Drive Transformer, 1:1, 7.1x6.1x5.5mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) -pulse pa2777nl -0 -8 -8 -Transformer_SMD -Pulse_PA3493NL -SMT Gate Drive Transformer, 1.25:1, 10.9x9.7x2.7mm (https://productfinder.pulseeng.com/products/datasheets/SPM2007_61.pdf) -pulse pa3493nl -0 -4 -4 -Transformer_SMD -Transformer_Coilcraft_CST1 -Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) -Transformer current sense SMD -0 -8 -8 -Transformer_SMD -Transformer_Coilcraft_CST2 -Current sense transformer, SMD, 8.0x8.13x5.3mm (https://www.coilcraft.com/pdfs/cst.pdf) -Transformer current sense SMD -0 -8 -8 -Transformer_SMD -Transformer_Coilcraft_CST2010 -Current sense transformer, SMD, 14.55x19.91x10.50mm (https://www.coilcraft.com/pdfs/cst2010.pdf) -Transformer current sense SMD -0 -12 -12 -Transformer_SMD -Transformer_CurrentSense_8.4x7.2mm -Transformer current sense SMD 8.4x7.2mm -Transformer current sense SMD -0 -8 -8 -Transformer_SMD -Transformer_Ethernet_Bel_S558-5999-T7-F -Ethernet Transformer, Bel S558-5999-T7-F, https://www.belfuse.com/resources/ICMs/lan-/S558-5999-T7-F.pdf -Ethernet Transformer -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_Bourns_PT61017PEL -https://www.bourns.com/docs/Product-Datasheets/PT61017PEL.pdf -Transformer Ethernet Single Center-Tap -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_Bourns_PT61020EL -10/100/1000 Base-T Transformer Module, PT61020EL (https://www.bourns.com/pdfs/PT61020.pdf) -Gigabit PoE Ethernet Transformer Single -0 -24 -24 -Transformer_SMD -Transformer_Ethernet_HALO_TG111-MSC13 -Transformer Ethernet SMD, https://www.haloelectronics.com/pdf/discrete-genesus.pdf -Transformer Ethernet SMD -0 -24 -24 -Transformer_SMD -Transformer_Ethernet_Halo_N2_SO-16_7.11x12.7mm -Halo N2 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -Halo SO Transformer_SMD -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_Halo_N5_SO-16_7.11x12.7mm -Halo N5 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -Halo SO Transformer_SMD -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_Halo_N6_SO-16_7.11x14.73mm -Halo N6 SO, 16 Pin (https://www.haloelectronics.com/pdf/discrete-ultra-100baset.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -Halo SO Transformer_SMD -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_Wuerth_749013011A -Ethernet Transformer, Wuerth 749013011A, https://www.we-online.com/katalog/datasheet/749013011A.pdf -Ethernet Transformer -0 -16 -16 -Transformer_SMD -Transformer_Ethernet_YDS_30F-51NL_SO-24_7.1x15.1mm -YDS 30F-51NL SO, 24 Pin (https://datasheet.lcsc.com/lcsc/1811051610_Shanghai-YDS-Tech-30F-51NL_C123168.pdf), generated with kicad-footprint-generator ipc_gullwing_generator.py -YDS SO Transformer_SMD -0 -24 -24 -Transformer_SMD -Transformer_MACOM_SM-22 -https://cdn.macom.com/datasheets/ETC1-1-13.pdf -RF Transformer -0 -5 -5 -Transformer_SMD -Transformer_MiniCircuits_AT224-1A -SMD RF transformer, 50 ohm, 4.5 to 3000Mhz, https://www.minicircuits.com/pdfs/TC1-1-13M+.pdf -RF Transformer -0 -5 -5 -Transformer_SMD -Transformer_Murata_78250JC -Murata 78250JC https://www.murata-ps.com/datasheet?/data/magnetics/kmp_78250j.pdf -Murata transformer -0 -6 -6 -Transformer_SMD -Transformer_NF_ETAL_P2781 -NF-Transformer, ETAL, P2781, SMD, -NF-Transformer ETAL P2781 SMD -0 -8 -7 -Transformer_SMD -Transformer_NF_ETAL_P2781_HandSoldering -NF-Transformer, ETAL, P2781, SMD, Handsoldering -NF-Transformer ETAL P2781 SMD Handsoldering -0 -8 -7 -Transformer_SMD -Transformer_NF_ETAL_P3000 -NF-Reansformer, ETAL, P3000, SMD, -NF-Reansformer ETAL P3000 SMD -0 -15 -13 -Transformer_SMD -Transformer_NF_ETAL_P3000_HandSoldering -NF-Reansformer, ETAL, P3000, SMD, Handsoldering, -NF-Reansformer ETAL P3000 SMD Handsoldering -0 -15 -13 -Transformer_SMD -Transformer_NF_ETAL_P3181 -NF-Transformer, ETAL, P3181, SMD, -NF-Transformer ETAL P3181 SMD -0 -7 -6 -Transformer_SMD -Transformer_NF_ETAL_P3181_HandSoldering -NF-Transformer, ETAL, P3181, SMD, Hand Soldering, -NF-Transformer ETAL P3181 SMD Hand Soldering -0 -7 -6 -Transformer_SMD -Transformer_NF_ETAL_P3188 -NF-Transformer, ETAL, P3188, SMD, -NF-Transformer ETAL P3188 SMD -0 -8 -6 -Transformer_SMD -Transformer_NF_ETAL_P3188_HandSoldering -NF-Transformer, ETAL, P3188, SMD, Handsoldering, -NF-Transformer ETAL P3188 SMD Handsoldering -0 -8 -6 -Transformer_SMD -Transformer_NF_ETAL_P3191 -NF-Transformer, ETAL, P3191, SMD, -NF-Transformer ETAL P3191 SMD -0 -8 -6 -Transformer_SMD -Transformer_NF_ETAL_P3191_HandSoldering -NF-Transformer, ETAL, P3191, SMD, Handsoldering, -NF-Transformer ETAL P3191 SMD Handsoldering -0 -8 -6 -Transformer_SMD -Transformer_Pulse_H1100NL -For H1100NL, H1101NL, H1102NL, H1121NL, H1183NL, H1199NL, HX1188NL, HX1198NL and H1302NL. https://productfinder.pulseeng.com/doc_type/WEB301/doc_num/H1102NL/doc_part/H1102NL.pdf -H1100NL H1101NL H1102NL H1121NL H1183NL H1199NL HX1188NL HX1198NL H1302N -0 -16 -16 -Transformer_SMD -Transformer_Wuerth_750315371 -Power Transformer, horizontal core with bobbin, 6 pin, 2.54mm pitch, 11.24mm row spacing, 12.6x8.3x4.1mm -transformer flyback -0 -6 -6 -Transformer_SMD -Transformer_Wurth_WE-AGDT-EP7 -WE-AGDT Auxiliary Gate Drive Transformer EP7, https://www.we-online.com/components/products/datasheet/750319177.pdf -auxiliary gate drive transformer -0 -8 -8 -Transformer_THT -Autotransformer_Toroid_1Tap_Horizontal_D9.0mm_Amidon-T30 -Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 9mm, Amidon T30, -Autotransformer Toroid horizontal laying 1 Tap Diameter 9mm Amidon T30 -0 -3 -3 -Transformer_THT -Autotransformer_Toroid_1Tap_Horizontal_D10.5mm_Amidon-T37 -Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 10,5mm, Amidon T37, -Autotransformer Toroid horizontal laying 1 Tap Diameter 10 5mm Amidon T37 -0 -3 -3 -Transformer_THT -Autotransformer_Toroid_1Tap_Horizontal_D12.5mm_Amidon-T44 -Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 12,5mm, Amidon T44, -Autotransformer Toroid horizontal laying 1 Tap Diameter 12 5mm Amidon T44 -0 -3 -3 -Transformer_THT -Autotransformer_Toroid_1Tap_Horizontal_D14.0mm_Amidon-T50 -Choke, Inductance, Autotransformer, Toroid, horizontal, laying, 1 Tap, Diameter 14mm, Amidon T50, -Choke Inductance Autotransformer Toroid horizontal laying 1 Tap Diameter 14mm Amidon T50 -0 -3 -3 -Transformer_THT -Autotransformer_ZS1052-AC -Ignition coil for xenon flash, http://www.excelitas.com/downloads/ZS1052ACH.pdf -ignition coil autotransformer -0 -3 -3 -Transformer_THT -Transformer_37x44 -transformer 37x44mm² -transformer 37x44mm² -0 -12 -4 -Transformer_THT -Transformer_Breve_TEZ-22x24 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -7 -7 -Transformer_THT -Transformer_Breve_TEZ-28x33 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -9 -9 -Transformer_THT -Transformer_Breve_TEZ-35x42 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -9 -9 -Transformer_THT -Transformer_Breve_TEZ-38x45 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -9 -9 -Transformer_THT -Transformer_Breve_TEZ-44x52 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -10 -10 -Transformer_THT -Transformer_Breve_TEZ-47x57 -http://www.breve.pl/pdf/ANG/TEZ_ang.pdf -TEZ PCB Transformer -0 -13 -13 -Transformer_THT -Transformer_CHK_EI30-2VA_1xSec -Trafo, Printtrafo, CHK, EI30, 2VA, 1x Sec,http://www.eratransformers.com/downloads/030-7585.0.pdf -Trafo Printtrafo CHK EI30 2VA 1x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI30-2VA_2xSec -Trafo, Printtrafo, CHK, EI30, 2VA, 2x Sec, -Trafo Printtrafo CHK EI30 2VA 2x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI30-2VA_Neutral -Trafo, Printtrafo, CHK, EI30, 2VA, neutral, -Trafo Printtrafo CHK EI30 2VA neutral -0 -10 -10 -Transformer_THT -Transformer_CHK_EI38-3VA_1xSec -Trafo, Printtrafo, CHK, EI38, 3VA, 1x Sec, http://www.eratransformers.com/product-detail/20 -Trafo Printtrafo CHK EI38 3VA 1x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI38-3VA_2xSec -Trafo, Printtrafo, CHK, EI38, 3VA, 2x Sec, http://www.eratransformers.com/product-detail/20 -Trafo Printtrafo CHK EI38 3VA 2x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI38-3VA_Neutral -Trafo, Printtrafo, CHK, EI38, 3VA, neutral, http://www.eratransformers.com/product-detail/20 -Trafo Printtrafo CHK EI42 3VA neutral -0 -10 -10 -Transformer_THT -Transformer_CHK_EI42-5VA_1xSec -Trafo, Printtrafo, CHK, EI42, 5VA, 1x Sec, -Trafo Printtrafo CHK EI42 5VA 1x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI42-5VA_2xSec -Trafo, Printtrafo, CHK, EI42, 5VA, 2x Sec, -Trafo Printtrafo CHK EI42 5VA 2x Sec -0 -10 -10 -Transformer_THT -Transformer_CHK_EI42-5VA_Neutral -Trafo, Printtrafo, CHK, EI42, 5VA, neutral, -Trafo Printtrafo CHK EI42 5VA neutral -0 -10 -10 -Transformer_THT -Transformer_CHK_EI48-8VA_1xSec -Trafo, Printtrafo, CHK, EI48, 8VA, 1x Sec, http://www.eratransformers.com/product-detail/18 -Trafo Printtrafo CHK EI48 8VA 1x Sec -0 -12 -12 -Transformer_THT -Transformer_CHK_EI48-8VA_2xSec -Trafo, Printtrafo, CHK, EI48, 8VA, 2x Sec, http://www.eratransformers.com/product-detail/18 -Trafo Printtrafo CHK EI48 8VA 2x Sec -0 -12 -12 -Transformer_THT -Transformer_CHK_EI48-8VA_Neutral -Trafo, Printtrafo, CHK, EI48, 8VA, neutral, http://www.eratransformers.com/product-detail/18 -Trafo Printtrafo CHK EI48 8VA neutral -0 -12 -12 -Transformer_THT -Transformer_CHK_EI48-10VA_1xSec -Trafo, Printtrafo, CHK, EI48, 10VA, 1x Sec, -Trafo Printtrafo CHK EI48 10VA 1x Sec -0 -12 -12 -Transformer_THT -Transformer_CHK_EI48-10VA_2xSec -Trafo, Printtrafo, CHK, EI48, 10VA, 2x Sec, http://www.eratransformers.com/product-detail/18 -Trafo Printtrafo CHK EI48 10VA 2x Sec -0 -12 -12 -Transformer_THT -Transformer_CHK_EI48-10VA_Neutral -Trafo, Printtrafo, CHK, EI48, 10VA, neutral, http://www.eratransformers.com/product-detail/18 -Trafo Printtrafo CHK EI48 10VA neutral -0 -12 -12 -Transformer_THT -Transformer_CHK_EI54-12VA_1xSec -Trafo, Printtrafo, CHK, EI54, 12VA, 1x Sec,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 12VA 1x Sec -0 -14 -14 -Transformer_THT -Transformer_CHK_EI54-12VA_2xSec -Trafo, Printtrafo, CHK, EI54, 12VA, 2x Sec,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 12VA 2x Sec -0 -14 -14 -Transformer_THT -Transformer_CHK_EI54-12VA_Neutral -Trafo, Printtrafo, CHK, EI54, 12VA, neutral,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 12VA neutral -0 -14 -14 -Transformer_THT -Transformer_CHK_EI54-16VA_1xSec -Trafo, Printtrafo, CHK, EI54, 16VA, 1x Sec,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 16VA 1x Sec -0 -14 -14 -Transformer_THT -Transformer_CHK_EI54-16VA_2xSec -Trafo, Printtrafo, CHK, EI54, 16VA, 2x Sec,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 16VA 2x Sec -0 -14 -14 -Transformer_THT -Transformer_CHK_EI54-16VA_Neutral -Trafo, Printtrafo, CHK, EI54, 16VA, neutral,http://www.eratransformers.com/product-detail/19 -Trafo Printtrafo CHK EI54 16VA neutral -0 -14 -14 -Transformer_THT -Transformer_CHK_UI30-4VA_Flat -Trafo, Flattrafo, CHK, UI30, 4VA, -Trafo Flattrafo CHK UI30 4VA -0 -16 -16 -Transformer_THT -Transformer_CHK_UI39-10VA_Flat -Trafo, Flattrafo, CHK, UI39, 10VA, -Trafo Flattrafo CHK UI39 10VA -0 -20 -20 -Transformer_THT -Transformer_Coilcraft_Q4434-B_Rhombus-T1311 -Transformator, Transformer, Flyback, Coilcraft Q4434-B, Rgombus T1311, -Transformator Transformer Flyback Coilcraft Q4434-B Rgombus T1311 -0 -8 -8 -Transformer_THT -Transformer_EPCOS_B66359A1013T_Horizontal -Transformer, Transformator, ETD29, 13 Pin, Horizontal, EPCOS-B66359A1013T, -Transformer Transformator ETD29 13 Pin Horizontal EPCOS-B66359A1013T -0 -13 -13 -Transformer_THT -Transformer_EPCOS_B66359J1014T_Vertical -Transformer, Transformator, ETD29, 14 Pin, Vertical, EPCOS-B66359J1014T, -Transformer Transformator ETD29 14 Pin Vertical EPCOS-B66359J1014T -0 -14 -14 -Transformer_THT -Transformer_Microphone_Lundahl_LL1538 -AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1538_8xl.pdf -AUDIO TRAFO LUNDAHL -0 -7 -7 -Transformer_THT -Transformer_Microphone_Lundahl_LL1587 -AUDIO TRAFO LUNDAHL, https://www.lundahltransformers.com/wp-content/uploads/datasheets/1587.pdf -AUDIO TRAFO LUNDAHL -0 -7 -7 -Transformer_THT -Transformer_Myrra_74040_Horizontal -Transformer, Transformator, ETD29, 13 Pin, Horizontal, Myrra-74040, -Transformer Transformator ETD29 13 Pin Horizontal Myrra-74040 -0 -13 -13 -Transformer_THT -Transformer_Myrra_EF20_7408x -EF20 flyback transformer,http://myrra.com/wp-content/uploads/2017/09/Datasheet-74087-74088-74089-rev-A.pdf -transformer flyback SMPS -0 -9 -9 -Transformer_THT -Transformer_NF_ETAL_1-1_P1200 -NF-Transformer, 1:1, ETAL P1200,http://www.etalgroup.com/sites/default/files/products/P1200_April_2005.pdf -NF-Transformer 1to1 ETAL P1200 -0 -4 -4 -Transformer_THT -Transformer_NF_ETAL_P1165 -NF-Transformer, ETAL, P1165,http://www.etalgroup.com/sites/default/files/products/P1165_February_2006.pdf -NF-Transformer ETAL P1165 -0 -4 -4 -Transformer_THT -Transformer_NF_ETAL_P3324 -NF-Transformer, ETAL P3324,http://www.etalgroup.com/sites/default/files/products/P3324_April_2005.pdf -NF-Transformer ETAL P3324 -0 -4 -4 -Transformer_THT -Transformer_NF_ETAL_P3356 -NF-Transformer, ETAL P3356, http://www.etalgroup.com/sites/default/files/products/P3356_December_2005.pdf -NF-Transformer ETAL P3356 -0 -4 -4 -Transformer_THT -Transformer_Toroid_Horizontal_D9.0mm_Amidon-T30 -Transformer, Toroid, horizontal, laying, Diameter 9mm, Amidon, T30, -Transformer Toroid horizontal laying Diameter 9mm Amidon T30 -0 -4 -4 -Transformer_THT -Transformer_Toroid_Horizontal_D10.5mm_Amidon-T37 -Transformer, Toroid, horizontal, laying, Diameter 10,5mm, Amidon T37, -Transformer Toroid horizontal laying Diameter 10 5mm Amidon T37 -0 -4 -4 -Transformer_THT -Transformer_Toroid_Horizontal_D12.5mm_Amidon-T44 -Transformer, Toroid, horizontal, laying, Diameter 12,5mm, Amidon T44, -Transformer Toroid horizontal laying Diameter 12 5mm Amidon T44 -0 -4 -4 -Transformer_THT -Transformer_Toroid_Horizontal_D14.0mm_Amidon-T50 -Transformer, Toroid, horizontal, laying, Diameter 14mm, Amidon T50, -Transformer Toroid horizontal laying Diameter 14mm Amidon T50 -0 -4 -4 -Transformer_THT -Transformer_Toroid_Horizontal_D18.0mm -Transformer, Toroid, tapped, horizontal, laying, Diameter 18mm, -Transformer Toroid tapped horizontal laying Diameter 18mm -0 -5 -4 -Transformer_THT -Transformer_Toroid_Tapped_Horizontal_D9.0mm_Amidon-T30 -Transformer, Toroid, tapped, horizontal, laying, Diameter 9mm, Amidon, T30, -Transformer Toroid tapped horizontal laying Diameter 9mm Amidon T30 -0 -6 -6 -Transformer_THT -Transformer_Toroid_Tapped_Horizontal_D10.5mm_Amidon-T37 -Transformer, Toroid, tapped, horizontal, laying, Diameter 10,5mm, Amidon, T37, -Transformer Toroid tapped horizontal laying Diameter 10 5mm Amidon T37 -0 -6 -6 -Transformer_THT -Transformer_Toroid_Tapped_Horizontal_D12.5mm_Amidon-T44 -Transformer, Toroid, tapped, horizontal, laying, Diameter 12,5mm, Amidon, T44, -Transformer Toroid tapped horizontal laying Diameter 12 5mm Amidon T44 -0 -6 -6 -Transformer_THT -Transformer_Toroid_Tapped_Horizontal_D14.0mm_Amidon-T50 -Transformer, Toroid, tapped, horizontal, laying, Diameter 14mm, Amidon T50, -Transformer Toroid tapped horizontal laying Diameter 14mm Amidon T50 -0 -6 -6 -Transformer_THT -Transformer_Wuerth_750343373 -Transformer, horizontal core with bobbin, 10 pin, 3.81mm pitch, 15.24mm row spacing, 22x23x17.53mm (https://katalog.we-online.com/ctm/datasheet/750343373.pdf) -transformer flyback -0 -10 -10 -Transformer_THT -Transformer_Wuerth_760871131 -Transformer, horizontal core with bobbin, 14 pin, 2.49 mm pitch, 20 mm row spacing, 25x22.2x16mm https://www.we-online.com/catalog/datasheet/760871131.pdf -transformer flyback -0 -14 -14 -Transistor_Power_Module -Infineon_AG-ECONO2 -28-lead TH, EconoPACK 2, same as Littelfuse_Package_H_XN2MM, https://www.infineon.com/dgdl/Infineon-FS75R07N2E4-DS-v02_00-en_de.pdf?fileId=db3a30432f5008fe012f52f916333979 -igbt diode module -0 -28 -28 -Transistor_Power_Module -Infineon_EasyPIM-1B -35-lead TH, EasyPIM 1B, https://www.infineon.com/dgdl/Infineon-FP10R06W1E3-DS-v02_01-en_de.pdf?fileId=db3a304412b407950112b43312285a63 -brifge rectifier igbt diode module -0 -23 -23 -Transistor_Power_Module -Infineon_EasyPIM-2B -35-lead TH, EasyPIM 2B, same as ST_ACEPACK-2-CIB, https://www.infineon.com/dgdl/Infineon-FP50R06W2E3-DS-v02_02-EN.pdf?fileId=db3a30431b3e89eb011b455c99987d24 -brifge rectifier igbt diode module -0 -35 -23 -Transistor_Power_Module -Littelfuse_Package_H_XBN2MM -24-lead TH, Package H, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1215h_xbn2mm_datasheet.pdf.pdf -brifge rectifier igbt diode module -0 -24 -24 -Transistor_Power_Module -Littelfuse_Package_H_XN2MM -28-lead TH, Package H, same as Infineon_AG-ECONO2, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1225h_xn2mm_datasheet.pdf.pdf -igbt diode module -0 -28 -28 -Transistor_Power_Module -Littelfuse_Package_W_XBN2MM -24-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1250w_xbn2mm_datasheet.pdf.pdf -brifge rectifier igbt diode module -0 -35 -24 -Transistor_Power_Module -Littelfuse_Package_W_XN2MM -35-lead TH, Package W, https://www.littelfuse.com/~/media/electronics/datasheets/power_semiconductors/littelfuse_power_semiconductor_igbt_module_mg1275w_xn2mm_datasheet.pdf.pdf -igbt diode module -0 -35 -35 -Transistor_Power_Module -ST_ACEPACK-2-CIB -35-lead TH, ACEPACK 2 CIB, same as Infineon_EasyPIM-2B, https://www.st.com/resource/en/datasheet/a2c25s12m3.pdf -brifge rectifier igbt diode module -0 -35 -23 -Transistor_Power_Module -ST_ACEPACK-2-CIB_PressFIT -35-lead TH, ACEPACK 2 CIB, PressFIT, https://www.st.com/resource/en/datasheet/a2c50s65m2-f.pdf -brifge rectifier igbt diode module -0 -35 -23 -Transistor_Power_Module -ST_SDIP-25L -25-lead TH, SDIP-25L, https://www.st.com/resource/en/datasheet/stgips20k60.pdf -igbt diode module -0 -25 -25 -Valve -Valve_ECC-83-1 -Valve ECC-83-1 round pins -Valve ECC-83-1 round pins -0 -9 -9 -Valve -Valve_ECC-83-2 -Valve ECC-83-2 flat pins -Valve ECC-83-2 flat pins -0 -10 -9 -Valve -Valve_EURO -Valve Euro -Valve Euro -0 -7 -5 -Valve -Valve_Glimm -Valve Glimm -Valve Glimm -0 -2 -2 -Valve -Valve_Mini_G -Valve mini G -Valve mini G -0 -9 -7 -Valve -Valve_Mini_P -Valve mini P -Valve mini P -0 -7 -7 -Valve -Valve_Mini_Pentode_Linear -Mini-Pentode, 5-pin, e.g. JAN6418 -Valve Mini-Pentode 5-pin JAN6418 -0 -5 -5 -Valve -Valve_Noval_G -Valve NOVAL G -Valve NOVAL G -0 -11 -9 -Valve -Valve_Noval_P -Valve NOVAL P -Valve NOVAL P -0 -9 -9 -Valve -Valve_Octal -8-pin round valve -valve -0 -9 -8 -Varistor -RV_Disc_D7mm_W3.4mm_P5mm -Varistor, diameter 7mm, width 3.4mm, pitch 5mm -varistor SIOV +170889291249880 +Capacitor_SMD +CP_Elec_3x5.3 +SMT capacitor, aluminium electrolytic, 3x5.3, Cornell Dubilier Electronics +Capacitor Electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W3.5mm_P5mm -Varistor, diameter 7mm, width 3.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_3x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 3.0x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W3.6mm_P5mm -Varistor, diameter 7mm, width 3.6mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x3 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W3.7mm_P5mm -Varistor, diameter 7mm, width 3.7mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x3.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W3.8mm_P5mm -Varistor, diameter 7mm, width 3.8mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 4.0x4.5mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W3.9mm_P5mm -Varistor, diameter 7mm, width 3.9mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x5.3 +SMD capacitor, aluminum electrolytic, Vishay, 4.0x5.3mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4.2mm_P5mm -Varistor, diameter 7mm, width 4.2mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x5.4 +SMD capacitor, aluminum electrolytic, Panasonic A5 / Nichicon, 4.0x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4.3mm_P5mm -Varistor, diameter 7mm, width 4.3mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 4.0x5.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4.5mm_P5mm -Varistor, diameter 7mm, width 4.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_4x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 4.0x5.8mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4.8mm_P5mm -Varistor, diameter 7mm, width 4.8mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.0mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4.9mm_P5mm -Varistor, diameter 7mm, width 4.9mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x3.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W4mm_P5mm -Varistor, diameter 7mm, width 4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x4.4 +SMD capacitor, aluminum electrolytic, Panasonic B45, 5.0x4.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W5.1mm_P5mm -Varistor, diameter 7mm, width 5.1mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x4.5mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W5.4mm_P5mm -Varistor, diameter 7mm, width 5.4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x5.3 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.3mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W5.5mm_P5mm -Varistor, diameter 7mm, width 5.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 5.0x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D7mm_W5.7mm_P5mm -Varistor, diameter 7mm, width 5.7mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 5.0x5.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.3mm_P5mm -Varistor, diameter 9mm, width 3.3mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x5.8 +SMD capacitor, aluminum electrolytic, Panasonic, 5.0x5.8mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.4mm_P5mm -Varistor, diameter 9mm, width 3.4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_5x5.9 +SMD capacitor, aluminum electrolytic, Panasonic B6, 5.0x5.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.5mm_P5mm -Varistor, diameter 9mm, width 3.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x3 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.0mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.6mm_P5mm -Varistor, diameter 9mm, width 3.6mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x3.9 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x3.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.7mm_P5mm -Varistor, diameter 9mm, width 3.7mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x4.5 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x4.5mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.8mm_P5mm -Varistor, diameter 9mm, width 3.8mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x4.9 +SMD capacitor, aluminum electrolytic, Panasonic C5, 6.3x4.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W3.9mm_P5mm -Varistor, diameter 9mm, width 3.9mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.2 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.2mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4.1mm_P5mm -Varistor, diameter 9mm, width 4.1mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.3 +SMD capacitor, aluminum electrolytic, Cornell Dubilier, 6.3x5.3mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4.2mm_P5mm -Varistor, diameter 9mm, width 4.2mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic, Panasonic C55, 6.3x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4.4mm_P5mm -Varistor, diameter 9mm, width 4.4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.4_Nichicon +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4.5mm_P5mm -Varistor, diameter 9mm, width 4.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 6.3x5.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4.8mm_P5mm -Varistor, diameter 9mm, width 4.8mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x5.8mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W4mm_P5mm -Varistor, diameter 9mm, width 4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x5.9 +SMD capacitor, aluminum electrolytic, Panasonic C6, 6.3x5.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W5.2mm_P5mm -Varistor, diameter 9mm, width 5.2mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 6.3x7.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W5.4mm_P5mm -Varistor, diameter 9mm, width 5.4mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_6.3x9.9 +SMD capacitor, aluminum electrolytic, Panasonic C10, 6.3x9.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W5.5mm_P5mm -Varistor, diameter 9mm, width 5.5mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x5.4 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x5.4mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W5.7mm_P5mm -Varistor, diameter 9mm, width 5.7mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x6.2 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x6.2mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D9mm_W6.1mm_P5mm -Varistor, diameter 9mm, width 6.1mm, pitch 5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x6.5 +SMD capacitor, aluminum electrolytic, Rubycon, 8.0x6.5mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W3.9mm_P7.5mm -Varistor, diameter 12mm, width 3.9mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x6.7 +SMD capacitor, aluminum electrolytic, United Chemi-Con, 8.0x6.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.2mm_P7.5mm -Varistor, diameter 12mm, width 4.2mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x6.9 +SMD capacitor, aluminum electrolytic, Panasonic E7, 8.0x6.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.3mm_P7.5mm -Varistor, diameter 12mm, width 4.3mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x10 +SMD capacitor, aluminum electrolytic, Nichicon, 8.0x10mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.4mm_P7.5mm -Varistor, diameter 12mm, width 4.4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x10.5 +SMD capacitor, aluminum electrolytic, Vishay 0810, 8.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.5mm_P7.5mm -Varistor, diameter 12mm, width 4.5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_8x11.9 +SMD capacitor, aluminum electrolytic, Panasonic E12, 8.0x11.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.6mm_P7.5mm -Varistor, diameter 12mm, width 4.6mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x7.7 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x7.7mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.7mm_P7.5mm -Varistor, diameter 12mm, width 4.7mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x7.9 +SMD capacitor, aluminum electrolytic, Panasonic F8, 10.0x7.9mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4.8mm_P7.5mm -Varistor, diameter 12mm, width 4.8mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x10 +SMD capacitor, aluminum electrolytic, Nichicon, 10.0x10.0mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W4mm_P7.5mm -Varistor, diameter 12mm, width 4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x10.5 +SMD capacitor, aluminum electrolytic, Vishay 1010, 10.0x10.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W5.1mm_P7.5mm -Varistor, diameter 12mm, width 5.1mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x12.5 +SMD capacitor, aluminum electrolytic, Vishay 1012, 10.0x12.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W5.4mm_P7.5mm -Varistor, diameter 12mm, width 5.4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x12.6 +SMD capacitor, aluminum electrolytic, Panasonic F12, 10.0x12.6mm +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W5.8mm_P7.5mm -Varistor, diameter 12mm, width 5.8mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_10x14.3 +SMD capacitor, aluminum electrolytic, Vishay 1014, 10.0x14.3mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W5mm_P7.5mm -Varistor, diameter 12mm, width 5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_16x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1616, 16.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W6.1mm_P7.5mm -Varistor, diameter 12mm, width 6.1mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_16x22 +SMD capacitor, aluminum electrolytic, Vishay 1621, 16.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W6.2mm_P7.5mm -Varistor, diameter 12mm, width 6.2mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_18x17.5 +SMD capacitor, aluminum electrolytic, Vishay 1816, 18.0x17.5mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W6.3mm_P7.5mm -Varistor, diameter 12mm, width 6.3mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_18x22 +SMD capacitor, aluminum electrolytic, Vishay 1821, 18.0x22.0mm, http://www.vishay.com/docs/28395/150crz.pdf +capacitor electrolytic 0 2 2 -Varistor -RV_Disc_D12mm_W6.7mm_P7.5mm -Varistor, diameter 12mm, width 6.7mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +CP_Elec_CAP-XX_DMF3Zxxxxxxxx3D +5.5V, 470mF supercapacitor, 45mohm, -40ºC to +70ºC, https://www.cap-xx.com/wp-content/uploads/datasheets/CAP-XX-DMF470mF-Datasheet.pdf +supercap 0 -2 -2 -Varistor -RV_Disc_D12mm_W7.1mm_P7.5mm -Varistor, diameter 12mm, width 7.1mm, pitch 7.5mm -varistor SIOV +3 +3 +Capacitor_SMD +C_0201_0603Metric +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor 0 +4 2 -2 -Varistor -RV_Disc_D12mm_W7.5mm_P7.5mm -Varistor, diameter 12mm, width 7.5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0201_0603Metric_Pad0.64x0.40mm_HandSolder +Capacitor SMD 0201 (0603 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: https://www.vishay.com/docs/20052/crcw0201e3.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 +4 2 -2 -Varistor -RV_Disc_D12mm_W7.9mm_P7.5mm -Varistor, diameter 12mm, width 7.9mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0402_1005Metric +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W3.9mm_P7.5mm -Varistor, diameter 15.5mm, width 3.9mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0402_1005Metric_Pad0.74x0.62mm_HandSolder +Capacitor SMD 0402 (1005 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.2mm_P7.5mm -Varistor, diameter 15.5mm, width 4.2mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0504_1310Metric +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.3mm_P7.5mm -Varistor, diameter 15.5mm, width 4.3mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0504_1310Metric_Pad0.83x1.28mm_HandSolder +Capacitor SMD 0504 (1310 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.4mm_P7.5mm -Varistor, diameter 15.5mm, width 4.4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0603_1608Metric +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.5mm_P7.5mm -Varistor, diameter 15.5mm, width 4.5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0603_1608Metric_Pad1.08x0.95mm_HandSolder +Capacitor SMD 0603 (1608 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.6mm_P7.5mm -Varistor, diameter 15.5mm, width 4.6mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0805_2012Metric +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.7mm_P7.5mm -Varistor, diameter 15.5mm, width 4.7mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_0805_2012Metric_Pad1.18x1.45mm_HandSolder +Capacitor SMD 0805 (2012 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W4.8mm_P7.5mm -Varistor, diameter 15.5mm, width 4.8mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_01005_0402Metric +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor 0 +4 2 -2 -Varistor -RV_Disc_D15.5mm_W4.9mm_P7.5mm -Varistor, diameter 15.5mm, width 4.9mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_01005_0402Metric_Pad0.57x0.30mm_HandSolder +Capacitor SMD 01005 (0402 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: http://www.vishay.com/docs/20056/crcw01005e3.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 +4 2 -2 -Varistor -RV_Disc_D15.5mm_W4mm_P7.5mm -Varistor, diameter 15.5mm, width 4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1206_3216Metric +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W5.2mm_P7.5mm -Varistor, diameter 15.5mm, width 5.2mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1206_3216Metric_Pad1.33x1.80mm_HandSolder +Capacitor SMD 1206 (3216 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W5.4mm_P7.5mm -Varistor, diameter 15.5mm, width 5.4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1210_3225Metric +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W5.9mm_P7.5mm -Varistor, diameter 15.5mm, width 5.9mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1210_3225Metric_Pad1.33x2.70mm_HandSolder +Capacitor SMD 1210 (3225 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W5mm_P7.5mm -Varistor, diameter 15.5mm, width 5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1812_4532Metric +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W6.1mm_P7.5mm -Varistor, diameter 15.5mm, width 6.1mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1812_4532Metric_Pad1.57x3.40mm_HandSolder +Capacitor SMD 1812 (4532 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W6.3mm_P7.5mm -Varistor, diameter 15.5mm, width 6.3mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1825_4564Metric +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W6.4mm_P7.5mm -Varistor, diameter 15.5mm, width 6.4mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_1825_4564Metric_Pad1.57x6.80mm_HandSolder +Capacitor SMD 1825 (4564 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W6.8mm_P7.5mm -Varistor, diameter 15.5mm, width 6.8mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_2220_5650Metric +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W7.2mm_P7.5mm -Varistor, diameter 15.5mm, width 7.2mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_2220_5650Metric_Pad1.97x5.40mm_HandSolder +Capacitor SMD 2220 (5650 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W7.5mm_P7.5mm -Varistor, diameter 15.5mm, width 7.5mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_2225_5664Metric +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D15.5mm_W8mm_P7.5mm -Varistor, diameter 15.5mm, width 8mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_2225_5664Metric_Pad1.80x6.60mm_HandSolder +Capacitor SMD 2225 (5664 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D15.5mm_W11mm_P7.5mm -Varistor, diameter 15.5mm, width 11mm, pitch 7.5mm -varistor SIOV +Capacitor_SMD +C_3640_9110Metric +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal, (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor 0 2 2 -Varistor -RV_Disc_D16.5mm_W6.7mm_P7.5mm -Varistor, diameter 16.5mm, width 6.7mm, pitch 5mm, https://katalog.we-online.de/pbs/datasheet/820542711.pdf -varistor SIOV +Capacitor_SMD +C_3640_9110Metric_Pad2.10x10.45mm_HandSolder +Capacitor SMD 3640 (9110 Metric), square (rectangular) end terminal, IPC_7351 nominal with elongated pad for handsoldering. (Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf), generated with kicad-footprint-generator +capacitor handsolder 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.3mm_P10mm -Varistor, diameter 21.5mm, width 4.3mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 3.0x5.4mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.4mm_P10mm -Varistor, diameter 21.5mm, width 4.4mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_4x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.4mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.5mm_P10mm -Varistor, diameter 21.5mm, width 4.5mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_4x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 4.0x5.8mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.6mm_P10mm -Varistor, diameter 21.5mm, width 4.6mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_5x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.4mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.7mm_P10mm -Varistor, diameter 21.5mm, width 4.7mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_5x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 5.0x5.8mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.8mm_P10mm -Varistor, diameter 21.5mm, width 4.8mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_6.3x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.4mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W4.9mm_P10mm -Varistor, diameter 21.5mm, width 4.9mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_6.3x5.8 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x5.8mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5.1mm_P10mm -Varistor, diameter 21.5mm, width 5.1mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_6.3x7.7 +SMD capacitor, aluminum electrolytic nonpolar, 6.3x7.7mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5.3mm_P10mm -Varistor, diameter 21.5mm, width 5.3mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_8x5.4 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x5.4mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5.4mm_P10mm -Varistor, diameter 21.5mm, width 5.4mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_8x6.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x6.2mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5.6mm_P10mm -Varistor, diameter 21.5mm, width 5.6mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_8x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 8.0x10.2mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5.8mm_P10mm -Varistor, diameter 21.5mm, width 5.8mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Elec_10x10.2 +SMD capacitor, aluminum electrolytic nonpolar, 10.0x10.2mm +capacitor electrolyic nonpolar 0 2 2 -Varistor -RV_Disc_D21.5mm_W5mm_P10mm -Varistor, diameter 21.5mm, width 5mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZB4-A +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A 0 2 2 -Varistor -RV_Disc_D21.5mm_W6.1mm_P7.5mm -varistor -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZB4-B +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZB4 TZB4-A 0 2 2 -Varistor -RV_Disc_D21.5mm_W6.3mm_P10mm -Varistor, diameter 21.5mm, width 6.3mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZC3 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZC3 0 2 2 -Varistor -RV_Disc_D21.5mm_W6.5mm_P10mm -Varistor, diameter 21.5mm, width 6.5mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZR1 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZR1 0 2 2 -Varistor -RV_Disc_D21.5mm_W6.7mm_P10mm -Varistor, diameter 21.5mm, width 6.7mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZW4 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZW4 0 2 2 -Varistor -RV_Disc_D21.5mm_W6.8mm_P10mm -Varistor, diameter 21.5mm, width 6.8mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Murata_TZY2 +trimmer capacitor SMD horizontal, http://www.murata.com/~/media/webrenewal/support/library/catalog/products/capacitor/trimmer/t13e.ashx?la=en-gb + Murata TZY2 0 2 2 -Varistor -RV_Disc_D21.5mm_W7.1mm_P10mm -Varistor, diameter 21.5mm, width 7.1mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Sprague-Goodman_SGC3 +trimmer capacitor SMD horizontal, http://media.wix.com/ugd/d86717_38d9821e12823a7aa9cef38c6c2a73cc.pdf + Sprague Goodman SGC3 0 2 2 -Varistor -RV_Disc_D21.5mm_W7.5mm_P10mm -Varistor, diameter 21.5mm, width 7.5mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Voltronics_JN +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JN 0 2 2 -Varistor -RV_Disc_D21.5mm_W7.9mm_P10mm -Varistor, diameter 21.5mm, width 7.9mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Voltronics_JQ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JQ 0 2 2 -Varistor -RV_Disc_D21.5mm_W8.4mm_P10mm -Varistor, diameter 21.5mm, width 8.4mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Voltronics_JR +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR 0 2 2 -Varistor -RV_Disc_D21.5mm_W11.4mm_P10mm -Varistor, diameter 21.5mm, width 11.4mm, pitch 10mm -varistor SIOV +Capacitor_SMD +C_Trimmer_Voltronics_JV +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JV 0 2 2 -Varistor -RV_Rect_V25S440P_L26.5mm_W8.2mm_P12.7mm -Varistor, V25S440P, https://www.littelfuse.com/media?resourcetype=datasheets&itemid=b410c42c-51d1-460e-b1d9-d105d93c9679&filename=littelfuse-varistor-ultramov25s-datasheet -varistor +Capacitor_SMD +C_Trimmer_Voltronics_JZ +trimmer capacitor SMD horizontal, http://www.knowlescapacitors.com/File%20Library/Voltronics/English/GlobalNavigation/Products/Trimmer%20Capacitors/CerChipTrimCap.pdf + Voltronics JR 0 2 2 diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/power.kicad_sch b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/power.kicad_sch index 420baa3..0b0a10a 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/power.kicad_sch +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/power.kicad_sch @@ -1970,34 +1970,16 @@ (property "Value" "GPC0603105-16" (at 233.68 152.4 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC1608X50N" (at 231.14 153.67 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 231.14 153.67 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf" (at 228.6 153.67 0) + (property "Datasheet" "" (at 228.6 153.67 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603" (at 226.06 153.67 0) + (property "Manufacturer_Part_Number" "GPC0603105-16" (at 218.44 153.67 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Height" "0.5" (at 223.52 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 220.98 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "GRM185R61C105KE44D" (at 218.44 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "81-GRM185R61C105KE44" (at 215.9 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D" (at 213.36 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "MPN" "GRM185R61C105KE44D" (at 210.82 153.67 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing" (at 208.28 153.67 0) + (property "MPN" "GPC0603105-16" (at 210.82 153.67 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Capacitance" "1uF" (at 229.87 144.78 0) @@ -2020,7 +2002,7 @@ (property "Reference" "R12" (at 120.65 96.52 0) (effects (font (size 1.27 1.27)) (justify right)) ) - (property "Value" "CRCW0603180RFKEA" (at 120.65 99.06 0) + (property "Value" "GPR0603180R" (at 120.65 99.06 0) (effects (font (size 1.27 1.27)) (justify right)) ) (property "Footprint" "Resistor_SMD:R_0603_1608Metric" (at 118.11 97.79 0) @@ -2029,7 +2011,7 @@ (property "Datasheet" "~" (at 118.11 97.79 0) (effects (font (size 1.27 1.27)) hide) ) - (property "MPN" "CRCW0603180RFKEA" (at 118.11 97.79 0) + (property "MPN" "GPR0603180R" (at 118.11 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 98e8080b-0bb6-492f-a7c6-0c7b3e3776ce)) @@ -2343,34 +2325,13 @@ (property "Value" "GPC0603105-16" (at 184.15 147.32 90) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "CAPC1608X50N" (at 181.61 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Datasheet" "https://componentsearchengine.com/Datasheets/2/GRM185R61C105KE44D.pdf" (at 179.07 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Description" "MURATA - GRM185R61C105KE44D - CAP, MLCC, X5R, 1UF, 16V, 0603" (at 176.53 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Height" "0.5" (at 173.99 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Name" "Murata Electronics" (at 171.45 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Manufacturer_Part_Number" "GRM185R61C105KE44D" (at 168.91 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Part Number" "81-GRM185R61C105KE44" (at 166.37 148.59 0) - (effects (font (size 1.27 1.27)) (justify left) hide) - ) - (property "Mouser Price/Stock" "https://www.mouser.co.uk/ProductDetail/Murata-Electronics/GRM185R61C105KE44D?qs=c4yvaafl%252BAw5enNBKMnY3A%3D%3D" (at 163.83 148.59 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 181.61 148.59 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "MPN" "GRM185R61C105KE44D" (at 161.29 148.59 0) + (property "Datasheet" "" (at 179.07 148.59 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) - (property "Arrow Price/Stock" "https://www.arrow.com/en/products/grm185r61c105ke44d/murata-manufacturing" (at 158.75 148.59 0) + (property "MPN" "GPC0603105-16" (at 161.29 148.59 0) (effects (font (size 1.27 1.27)) (justify left) hide) ) (property "Capacitance" "1uF" (at 180.34 139.7 0) diff --git a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/sym-lib-table b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/sym-lib-table index 142d36f..b7a65d0 100644 --- a/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/sym-lib-table +++ b/Electronics/PCB/AstroPlant_ExtensionBoard/astroplant-extension-board-mk0-7/sym-lib-table @@ -1,5 +1,5 @@ (sym_lib_table (version 7) (lib (name "Astroplant_AL-rescue")(type "Legacy")(uri "${KIPRJMOD}/Astroplant_AL-rescue.lib")(options "")(descr "")) - (lib (name "SamacSys_Parts")(type "Legacy")(uri "${KIPRJMOD}/Library/SamacSys_Parts.lib")(options "")(descr "")) + (lib (name "SamacSys_Parts")(type "KiCad")(uri "${KIPRJMOD}/Library/SamacSys_Parts.kicad_sym")(options "")(descr "")) )